diff options
| author | Thien-Thi Nguyen | 2006-05-27 18:02:18 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-05-27 18:02:18 +0000 |
| commit | 096432af4b8c3efcc326a43df569a11a62875709 (patch) | |
| tree | 51e15cb23dcb2fdc22e0568650dd6bcb2d7b84d0 | |
| parent | 6f11a4c0ee3675820bdbc22d99390746398244c1 (diff) | |
| download | emacs-096432af4b8c3efcc326a43df569a11a62875709.tar.gz emacs-096432af4b8c3efcc326a43df569a11a62875709.zip | |
*** empty log message ***
| -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 @@ | |||
| 15 | (ewoc--node): Don't define constructor | 15 | (ewoc--node): Don't define constructor |
| 16 | make-ewoc--node for this structure. | 16 | make-ewoc--node for this structure. |
| 17 | 17 | ||
| 18 | * emacs-lisp/ewoc.el (ewoc): Add member `hf-pp' to this structure. | ||
| 19 | (ewoc--wrap): New func. | ||
| 20 | (ewoc-create): Take additional arg NOSEP. If nil, wrap node and | ||
| 21 | header/footer pretty-printers. Save header/footer pretty-printer. | ||
| 22 | (ewoc-set-hf): Use ewoc's header/footer pretty-printer. | ||
| 23 | * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. | ||
| 24 | |||
| 18 | 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com> | 25 | 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com> |
| 19 | 26 | ||
| 20 | * dired.el (dired-mode-map): Change `tumme-tag-remove' to | 27 | * 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 @@ | |||
| 1 | 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Display): Add "Abstract Display" to menu. | ||
| 4 | (Abstract Display, Abstract Display Functions) | ||
| 5 | (Abstract Display Example): New nodes. | ||
| 6 | * elisp.texi (Top): Add "Abstract Display" to menu. | ||
| 7 | |||
| 1 | 2006-05-27 Chong Yidong <cyd@stupidchicken.com> | 8 | 2006-05-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * keymaps.texi (Key Sequences): Link to input events definition. | 10 | * keymaps.texi (Key Sequences): Link to input events definition. |