*** empty log message ***

This commit is contained in:
Juri Linkov 2006-02-23 22:18:21 +00:00
parent 037724a0ec
commit 32670900ce
2 changed files with 31 additions and 0 deletions

View file

@ -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.

View file

@ -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.