]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 7 Jul 2005 23:18:26 +0000 (23:18 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 7 Jul 2005 23:18:26 +0000 (23:18 +0000)
lisp/ChangeLog
man/ChangeLog

index 9904f68360f5e383d8dfa8afd0bd23bfa0ea74f6..c0b1d44db7ac6f6986de2d966fbf2397c2893df7 100644 (file)
@@ -1,3 +1,11 @@
+2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cus-edit.el (customize-option, customize-option-other-window):
+       Make them handle aliases.
+
+       * custom.el (custom-variable-p): Make it recursively follow
+       aliases.  Mention that in the docstring.
+
 2005-07-07  Richard M. Stallman  <rms@gnu.org>
 
        * cus-start.el (exec-path): Use `directory' instead of `file'.
index 0a741f5f2ed72a0c40a0f72c796d822cddbb8c0b..348b169cd0acf757921fc85d18219c0ba764d4a4 100644 (file)
@@ -1,3 +1,17 @@
+2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * search.texi (Isearch Scroll): Add example of using the
+       `isearch-scroll' property.
+       (Slow Isearch): Reference anchor for `baud-rate' instead of entire
+       `Display Custom' node.
+       (Regexp Replace): Put text that requires Emacs Lisp knowledge last
+       and de-emphasize it.
+       (Other Repeating Search): `occur' currently can not correctly
+       handle multiline matches.  Correct, clarify and update description
+       of `flush-lines' and `keep-lines'.
+
+       * display.texi (Display Custom): Add anchor for `baud-rate'.
+
 2005-07-07  Richard M. Stallman  <rms@gnu.org>
 
        * gnu.texi: Update where to get GNU status; add refs for how to help.