From d57c7572e8cdd551957880462859621acb7cdcba Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jan 2005 03:00:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 +++++++++++++++- src/ChangeLog | 5 +++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49062712c36..2e5080b3cd2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2005-01-03 Richard M. Stallman + + * 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 + + * 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 * 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 +2005-01-02 Karl Chen (tiny change) * vc-svn.el (vc-svn-diff): Stay local if possible. diff --git a/src/ChangeLog b/src/ChangeLog index 146eb219258..8499b87d69d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-01-03 Richard M. Stallman + + * window.c (window_scroll_pixel_based): Don't correct preserve_y + for CURRENT_HEADER_LINE_HEIGHT when moving backwards. + 2005-01-03 Jason Rumney * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and -- 2.39.5