Mercurial > emacs
changeset 59343:64db8dceb925
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Jan 2005 03:00:45 +0000 |
parents | 132e8f3a36a1 |
children | 08b42d998daf |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 20 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 04 03:00:21 2005 +0000 +++ b/lisp/ChangeLog Tue Jan 04 03:00:45 2005 +0000 @@ -1,3 +1,17 @@ +2005-01-03 Richard M. Stallman <rms@gnu.org> + + * replace.el (replace-dehighlight): Use lazy-highlight-cleanup. + (query-replace-highlight, query-replace-lazy-highlight) + (query-replace): Definitions moved up. Doc fix. + +2005-01-03 Richard M. Stallman <rms@gnu.org> + + * isearch.el (lazy-highlight): Group renamed from isearch-lazy-... + (lazy-highlight-cleanup, lazy-highlight-initial-delay) + (lazy-highlight-interval, lazy-highlight-max-at-a-time) + (lazy-highlight-face): Renamed from isearch-lazy-... + Change all references to them. + 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> * cus-edit.el (custom-file): Doc fix for defcustom. @@ -24,7 +38,7 @@ * electric.el (Electric-pop-up-window): Use fit-window-to-buffer instead of calculating the right size. -2005-01-02 Karl Chen <quarl@cs.berkeley.edu> +2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change) * vc-svn.el (vc-svn-diff): Stay local if possible.
--- a/src/ChangeLog Tue Jan 04 03:00:21 2005 +0000 +++ b/src/ChangeLog Tue Jan 04 03:00:45 2005 +0000 @@ -1,3 +1,8 @@ +2005-01-03 Richard M. Stallman <rms@gnu.org> + + * window.c (window_scroll_pixel_based): Don't correct preserve_y + for CURRENT_HEADER_LINE_HEIGHT when moving backwards. + 2005-01-03 Jason Rumney <jasonr@gnu.org> * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and