aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-03-30 16:12:19 +0000
committerThien-Thi Nguyen2007-03-30 16:12:19 +0000
commitf718c2fc7fdf6168e3e78ff761294dbd77cf1d4d (patch)
tree0039101814315e3587e7ca779856ada9ca7670b0 /lisp/ChangeLog
parent8ad6289625d1be3f82bfa5ccc84f265911874b3d (diff)
downloademacs-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/ChangeLog6
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 @@
12007-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
12007-03-30 Juanma Barranquero <lekktu@gmail.com> 72007-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