# HG changeset patch # User Juri Linkov # Date 1140733101 0 # Node ID 54a278286129328e366941fcd870358e1a9823bf # Parent 23ad987a0092a60b03a937eef03205b98290f850 *** empty log message *** diff -r 23ad987a0092 -r 54a278286129 lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 23 22:17:49 2006 +0000 +++ b/lisp/ChangeLog Thu Feb 23 22:18:21 2006 +0000 @@ -1,3 +1,18 @@ +2006-02-23 Juri Linkov + + * compare-w.el (compare-windows-highlight): Add new value + `persistent' and change :type from `boolean' to `choice'. + (compare-windows-overlays1, compare-windows-overlays2): + New internal variables. + (compare-windows-highlight): If compare-windows-highlight is + `persistent', add current overlays to compare-windows-overlays[12] + instead of adding compare-windows-dehighlight to pre-command-hook. + (compare-windows-dehighlight): Delete all overlays from + compare-windows-overlays[12]. + + * info.el (Info-search): Don't bind search-spaces-regexp to + Info-search-whitespace-regexp in non-regexp isearch mode. + 2006-02-23 Stefan Monnier * help.el (describe-mode): Pass `mode-name' to format-mode-line. diff -r 23ad987a0092 -r 54a278286129 man/ChangeLog --- a/man/ChangeLog Thu Feb 23 22:17:49 2006 +0000 +++ b/man/ChangeLog Thu Feb 23 22:18:21 2006 +0000 @@ -1,3 +1,19 @@ +2006-02-23 Juri Linkov + + * faq.texi (Newsgroup archives): Update URLs of GNU mail archives. + (Reporting bugs): Suggest using `M-x report-emacs-bug'. + Add xref to `(emacs)Reporting Bugs'. + (Getting a printed manual): Add URL to other formats of the manual. + (Common requests): Fix menu. + (Highlighting a region): Remove ref to `Turning on syntax highlighting'. + (Horizontal scrolling): Mention `truncate-partial-width-windows'. + (Inserting text at the beginning of each line): Add pxref to + `Changing the included text prefix'. + (Forcing the cursor to remain in the same column): Mention `track-eol' + and `set-goal-column'. Add pxref to `(emacs)Moving Point'. + (Replacing text across multiple files): Add keybinding `Q' for + `dired-do-query-replace'. + 2006-02-22 Carsten Dominik * reftex.texi: Version number and date change only.