diff options
| author | Juri Linkov | 2006-02-23 22:18:21 +0000 |
|---|---|---|
| committer | Juri Linkov | 2006-02-23 22:18:21 +0000 |
| commit | 32670900cec4259f86efe945105b4e81f8c17f89 (patch) | |
| tree | 666784f9950913d17fc42703b81f7abadd9909f7 | |
| parent | 037724a0ec22b98ca0c454b762c57cc6c632dde9 (diff) | |
| download | emacs-32670900cec4259f86efe945105b4e81f8c17f89.tar.gz emacs-32670900cec4259f86efe945105b4e81f8c17f89.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | man/ChangeLog | 16 |
2 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 23c90421b89..b445a94a9f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2006-02-23 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * compare-w.el (compare-windows-highlight): Add new value | ||
| 4 | `persistent' and change :type from `boolean' to `choice'. | ||
| 5 | (compare-windows-overlays1, compare-windows-overlays2): | ||
| 6 | New internal variables. | ||
| 7 | (compare-windows-highlight): If compare-windows-highlight is | ||
| 8 | `persistent', add current overlays to compare-windows-overlays[12] | ||
| 9 | instead of adding compare-windows-dehighlight to pre-command-hook. | ||
| 10 | (compare-windows-dehighlight): Delete all overlays from | ||
| 11 | compare-windows-overlays[12]. | ||
| 12 | |||
| 13 | * info.el (Info-search): Don't bind search-spaces-regexp to | ||
| 14 | Info-search-whitespace-regexp in non-regexp isearch mode. | ||
| 15 | |||
| 1 | 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 17 | ||
| 3 | * help.el (describe-mode): Pass `mode-name' to format-mode-line. | 18 | * help.el (describe-mode): Pass `mode-name' to format-mode-line. |
diff --git a/man/ChangeLog b/man/ChangeLog index 3e7a62c09bf..6b12f4390da 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2006-02-23 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * faq.texi (Newsgroup archives): Update URLs of GNU mail archives. | ||
| 4 | (Reporting bugs): Suggest using `M-x report-emacs-bug'. | ||
| 5 | Add xref to `(emacs)Reporting Bugs'. | ||
| 6 | (Getting a printed manual): Add URL to other formats of the manual. | ||
| 7 | (Common requests): Fix menu. | ||
| 8 | (Highlighting a region): Remove ref to `Turning on syntax highlighting'. | ||
| 9 | (Horizontal scrolling): Mention `truncate-partial-width-windows'. | ||
| 10 | (Inserting text at the beginning of each line): Add pxref to | ||
| 11 | `Changing the included text prefix'. | ||
| 12 | (Forcing the cursor to remain in the same column): Mention `track-eol' | ||
| 13 | and `set-goal-column'. Add pxref to `(emacs)Moving Point'. | ||
| 14 | (Replacing text across multiple files): Add keybinding `Q' for | ||
| 15 | `dired-do-query-replace'. | ||
| 16 | |||
| 1 | 2006-02-22 Carsten Dominik <dominik@science.uva.nl> | 17 | 2006-02-22 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 18 | ||
| 3 | * reftex.texi: Version number and date change only. | 19 | * reftex.texi: Version number and date change only. |