]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 27 May 2006 18:02:18 +0000 (18:02 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 27 May 2006 18:02:18 +0000 (18:02 +0000)
lisp/ChangeLog
lispref/ChangeLog

index cd99ecc3cdc6211ac442eaff6834ee7ec936d8c4..6fadf8613a9dfe28aba00bf991297d781a2efb4c 100644 (file)
        (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
index 84732110f5931cc482984bfb54e2373c331cf4ac..377f64ec8dae97ea601413905c41c5653ebdfcb9 100644 (file)
@@ -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.