Mercurial > emacs
changeset 71011:295f9867e78b
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 27 May 2006 18:02:18 +0000 |
parents | 278ae27a2594 |
children | 04ef040bae36 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 27 18:01:36 2006 +0000 +++ b/lisp/ChangeLog Sat May 27 18:02:18 2006 +0000 @@ -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
--- a/lispref/ChangeLog Sat May 27 18:01:36 2006 +0000 +++ b/lispref/ChangeLog Sat May 27 18:02:18 2006 +0000 @@ -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.