aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce5cf60fcbb..ec6e6aab37e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
4 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
5 DLL arg. Instead, use ewoc--current-dll. Update all callers.
6 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
7 (ewoc--adjust): Use ewoc--current-dll.
8 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9
12006-05-26 Carsten Dominik <dominik@science.uva.nl> 102006-05-26 Carsten Dominik <dominik@science.uva.nl>
2 11
3 * textmodes/org.el: (org-next-item, org-previous-item): Emit more 12 * textmodes/org.el: (org-next-item, org-previous-item): Emit more