Mercurial > emacs
changeset 69130:54a278286129
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 23 Feb 2006 22:18:21 +0000 |
parents | 23ad987a0092 |
children | aa9f0a1e543f |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <juri@jurta.org> + + * 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 <monnier@iro.umontreal.ca> * help.el (describe-mode): Pass `mode-name' to format-mode-line.
--- 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 <juri@jurta.org> + + * 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 <dominik@science.uva.nl> * reftex.texi: Version number and date change only.