# HG changeset patch # User Juri Linkov # Date 1101628630 0 # Node ID f8abf4233022e5f5bc3e4e7ceee5a98ea7849dab # Parent 2864ad32d8668195d3d30e3d221b743c85fe3e50 *** empty log message *** diff -r 2864ad32d866 -r f8abf4233022 lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 28 07:56:25 2004 +0000 +++ b/lisp/ChangeLog Sun Nov 28 07:57:10 2004 +0000 @@ -1,3 +1,20 @@ +2004-11-28 Juri Linkov + + * compare-w.el (compare-windows-highlight): Attach each overlay + to its window to properly highlight differences while comparing + two windows of the same buffer. Fix arguments. + (compare-windows-sync-default-function): Fix arguments of + `compare-windows-highlight'. + + * emacs-lisp/edebug.el (edebug-set-global-break-condition): + Use `read-expression-history'. Set initial contents only if + `edebug-global-break-condition' is non-nil. Set histpos to 1 + if initial contents is equal to the last history element. + (edebug-set-conditional-breakpoint): Instead of temporarily + prepending the current condition to the history, set initial + contents to the current condition. Set histpos to 1 if initial + contents is equal to the last history element. + 2004-11-27 Luc Teirlinck * fringe.el (fringe-indicators): Add fake defvar to avoid compiler