# HG changeset patch # User Stefan Monnier # Date 1099321329 0 # Node ID 9c46b040f3d5b2eb6d5c18637224e437bf6cd21b # Parent d68febf099b48fca7c43d1a2ff8a256427b60292 *** empty log message *** diff -r d68febf099b4 -r 9c46b040f3d5 lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 01 14:06:54 2004 +0000 +++ b/lisp/ChangeLog Mon Nov 01 15:02:09 2004 +0000 @@ -1,7 +1,7 @@ 2004-11-01 Jan Dj,Ad(Brv - * mouse.el (mouse-yank-at-click, mouse-yank-secondary): Revert - change from 2004-10-16. '*' checks the current buffer, but the + * mouse.el (mouse-yank-at-click, mouse-yank-secondary): + Revert change from 2004-10-16. '*' checks the current buffer, but the mouse click may be in another buffer. 2004-11-01 John Paul Wallington @@ -18,7 +18,7 @@ * allout.el (allout group): Add :version. (allout-init): Don't use interactive-p. (allout-ascend-to-depth, allout-ascend, allout-end-of-level) - (allout-forward-current-level, allout-backward-current-level): + (allout-forward-current-level, allout-backward-current-level): Don't use interactive-p. * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p. @@ -33,7 +33,7 @@ * progmodes/idlw-shell.el (idlwave-shell-send-char): Don't use interactive-p. - * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer): + * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer): Don't use interactive-p. * progmodes/ada-xref.el (ada-make-body-gnatstub): @@ -53,6 +53,12 @@ * man.el (Man-xref-normal-file): Fix help-echo. +2004-10-31 Stefan Monnier + + * reveal.el (reveal-last-tick): New var. + (reveal-post-command): Use it to avoid closing overlays when we're + appending text to them. + 2004-10-31 Roland Winkler * textmodes/bibtex.el: Require button. @@ -133,7 +139,7 @@ function. (help-at-pt-display-when-idle): Remove autoload. -2004-10-30 Stefan +2004-10-30 Stefan Monnier * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook. @@ -162,7 +168,7 @@ * mouse.el (mouse-show-mark): Replace the last occurrence of x-lost-selection-hooks with x-lost-selection-functions. -2004-10-28 Stefan +2004-10-28 Stefan Monnier * mouse.el (mouse-show-mark): Adjust to new name and don't assume x-lost-selection-functions is bound. @@ -1270,7 +1276,7 @@ 2004-09-17 Jay Belanger - * calc/calc.el (calc-mode-var-list): Fixed the value of + * calc/calc.el (calc-mode-var-list): Fix the value of `calc-matrix-brackets'. 2004-09-17 Romain Francoise