comparison lisp/ChangeLog @ 58603:f8abf4233022

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 28 Nov 2004 07:57:10 +0000
parents dae5b7bb7dac
children f17bc5709604
comparison
equal deleted inserted replaced
58602:2864ad32d866 58603:f8abf4233022
1 2004-11-28 Juri Linkov <juri@jurta.org>
2
3 * compare-w.el (compare-windows-highlight): Attach each overlay
4 to its window to properly highlight differences while comparing
5 two windows of the same buffer. Fix arguments.
6 (compare-windows-sync-default-function): Fix arguments of
7 `compare-windows-highlight'.
8
9 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10 Use `read-expression-history'. Set initial contents only if
11 `edebug-global-break-condition' is non-nil. Set histpos to 1
12 if initial contents is equal to the last history element.
13 (edebug-set-conditional-breakpoint): Instead of temporarily
14 prepending the current condition to the history, set initial
15 contents to the current condition. Set histpos to 1 if initial
16 contents is equal to the last history element.
17
1 2004-11-27 Luc Teirlinck <teirllm@auburn.edu> 18 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
2 19
3 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler 20 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
4 warning. Delay real definition, which uses 21 warning. Delay real definition, which uses
5 `set-fringe-indicators-1' till after the definition of that 22 `set-fringe-indicators-1' till after the definition of that