aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ibuf-macs.el3
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 998c2eb9427..2f7e50357b4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4
12006-04-02 Richard Stallman <rms@gnu.org> 52006-04-02 Richard Stallman <rms@gnu.org>
2 6
3 * progmodes/compile.el (compilation-message-face): Make it defcustom. 7 * progmodes/compile.el (compilation-message-face): Make it defcustom.
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el
index 603ffc45c93..009935e1539 100644
--- a/lisp/ibuf-macs.el
+++ b/lisp/ibuf-macs.el
@@ -90,6 +90,9 @@ the text, such as `mouse-face'. And SUMMARIZER, if given, is a
90function which will be passed a list of all the strings in its column; 90function which will be passed a list of all the strings in its column;
91it should return a string to display at the bottom. 91it should return a string to display at the bottom.
92 92
93If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
94title of the column.
95
93Note that this macro expands into a `defun' for a function named 96Note that this macro expands into a `defun' for a function named
94ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be 97ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
95inlined into the compiled format versions. This means that if you 98inlined into the compiled format versions. This means that if you