diff options
-rw-r--r-- | lisp/ChangeLog | 7 | ||||
-rw-r--r-- | lispref/ChangeLog | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd99ecc3cdc..6fadf8613a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -15,6 +15,13 @@ (ewoc--node): Don't define constructor make-ewoc--node for this structure. + * emacs-lisp/ewoc.el (ewoc): Add member `hf-pp' to this structure. + (ewoc--wrap): New func. + (ewoc-create): Take additional arg NOSEP. If nil, wrap node and + header/footer pretty-printers. Save header/footer pretty-printer. + (ewoc-set-hf): Use ewoc's header/footer pretty-printer. + * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. + 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com> * dired.el (dired-mode-map): Change `tumme-tag-remove' to diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 84732110f59..377f64ec8da 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> + + * display.texi (Display): Add "Abstract Display" to menu. + (Abstract Display, Abstract Display Functions) + (Abstract Display Example): New nodes. + * elisp.texi (Top): Add "Abstract Display" to menu. + 2006-05-27 Chong Yidong <cyd@stupidchicken.com> * keymaps.texi (Key Sequences): Link to input events definition. |