diff options
| author | Thien-Thi Nguyen | 2007-03-30 16:12:19 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2007-03-30 16:12:19 +0000 |
| commit | f718c2fc7fdf6168e3e78ff761294dbd77cf1d4d (patch) | |
| tree | 0039101814315e3587e7ca779856ada9ca7670b0 /lisp/ChangeLog | |
| parent | 8ad6289625d1be3f82bfa5ccc84f265911874b3d (diff) | |
| download | emacs-f718c2fc7fdf6168e3e78ff761294dbd77cf1d4d.tar.gz emacs-f718c2fc7fdf6168e3e78ff761294dbd77cf1d4d.zip | |
(ewoc--insert-new-node): Take additional arg DLL.
Use it, passed in explicitly, instead of from the dynamic binding.
(ewoc-create, ewoc-enter-before): Update to use new call sequence.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e003dfb970..654f1af6526 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL. | ||
| 4 | Use it, passed in explicitly, instead of from the dynamic binding. | ||
| 5 | (ewoc-create, ewoc-enter-before): Update to use new call sequence. | ||
| 6 | |||
| 1 | 2007-03-30 Juanma Barranquero <lekktu@gmail.com> | 7 | 2007-03-30 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * simple.el (blink-matching-open): When in minibuffer, don't | 9 | * simple.el (blink-matching-open): When in minibuffer, don't |