]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Thu, 23 Feb 2006 22:18:21 +0000 (22:18 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 23 Feb 2006 22:18:21 +0000 (22:18 +0000)
lisp/ChangeLog
man/ChangeLog

index 23c90421b891390ce1de2d30b9b2eb43d1251305..b445a94a9f035dc71d0ea6dc59658ea696ee507f 100644 (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.
index 3e7a62c09bf9f116608854cafc3077d4908a6c87..6b12f4390da5cdce7698bfb95fa0d4b000f58dcc 100644 (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.