User: crestani
Date: 06/03/31 10:39:12
Modified: xemacs/lisp ChangeLog diagnose.el
Log:
* diagnose.el (show-mc-alloc-memory-usage): Rename buffer to
"mc-alloc memory usage" to avoid name clash with
show-memory-usage.
Revision Changes Path
1.732 +6 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.731
retrieving revision 1.732
diff -u -p -r1.731 -r1.732
--- ChangeLog 2006/03/28 17:43:43 1.731
+++ ChangeLog 2006/03/31 08:39:09 1.732
@@ -1,3 +1,9 @@
+2006-03-31 Marcus Crestani <marcus.crestani(a)ub.uni-tuebingen.de>
+
+ * diagnose.el (show-mc-alloc-memory-usage): Rename buffer to
+ "mc-alloc memory usage" to avoid name clash with
+ show-memory-usage.
+
2006-03-26 Marcus Crestani <crestani(a)xemacs.org>
* diagnose.el (show-gc-stats): Adjust format string, remove
1.10 +1 -1 XEmacs/xemacs/lisp/diagnose.el
Index: diagnose.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/diagnose.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- diagnose.el 2006/03/28 17:43:45 1.9
+++ diagnose.el 2006/03/31 08:39:10 1.10
@@ -252,7 +252,7 @@
(free-plhs (fourth stats))
(globals (fifth stats))
(mc-malloced-bytes (sixth stats)))
- (with-output-to-temp-buffer "*memory usage*"
+ (with-output-to-temp-buffer "*mc-alloc memory usage*"
(flet ((print-used-plhs (text plhs)
(let ((sum-n-pages 0)
(sum-used-n-cells 0)
Show replies by date