# HG changeset patch # User Thien-Thi Nguyen # Date 1148632296 0 # Node ID 2318c41306df0dbe509eae28ccd92ad31957068e # Parent 5fd02ab03d964b06d60630b14d717f1cdd76ac20 *** empty log message *** diff -r 5fd02ab03d96 -r 2318c41306df lisp/ChangeLog --- a/lisp/ChangeLog Fri May 26 08:29:13 2006 +0000 +++ b/lisp/ChangeLog Fri May 26 08:31:36 2006 +0000 @@ -1,3 +1,12 @@ +2006-05-26 Thien-Thi Nguyen + + * emacs-lisp/ewoc.el (ewoc--current-dll): New var. + (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take + DLL arg. Instead, use ewoc--current-dll. Update all callers. + (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'. + (ewoc--adjust): Use ewoc--current-dll. + (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll. + 2006-05-26 Carsten Dominik * textmodes/org.el: (org-next-item, org-previous-item): Emit more