aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-07-07 23:18:26 +0000
committerLuc Teirlinck2005-07-07 23:18:26 +0000
commita13060944adaf3a98b89fe3cf9db30226c3457ee (patch)
tree9215e651ee81bf4f8e1d370855b21f54b54b905e
parent289e1999ce6316fa8baf9fa693c59cb1c394af19 (diff)
downloademacs-a13060944adaf3a98b89fe3cf9db30226c3457ee.tar.gz
emacs-a13060944adaf3a98b89fe3cf9db30226c3457ee.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--man/ChangeLog14
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9904f68360f..c0b1d44db7a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2
3 * cus-edit.el (customize-option, customize-option-other-window):
4 Make them handle aliases.
5
6 * custom.el (custom-variable-p): Make it recursively follow
7 aliases. Mention that in the docstring.
8
12005-07-07 Richard M. Stallman <rms@gnu.org> 92005-07-07 Richard M. Stallman <rms@gnu.org>
2 10
3 * cus-start.el (exec-path): Use `directory' instead of `file'. 11 * cus-start.el (exec-path): Use `directory' instead of `file'.
diff --git a/man/ChangeLog b/man/ChangeLog
index 0a741f5f2ed..348b169cd0a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,17 @@
12005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2
3 * search.texi (Isearch Scroll): Add example of using the
4 `isearch-scroll' property.
5 (Slow Isearch): Reference anchor for `baud-rate' instead of entire
6 `Display Custom' node.
7 (Regexp Replace): Put text that requires Emacs Lisp knowledge last
8 and de-emphasize it.
9 (Other Repeating Search): `occur' currently can not correctly
10 handle multiline matches. Correct, clarify and update description
11 of `flush-lines' and `keep-lines'.
12
13 * display.texi (Display Custom): Add anchor for `baud-rate'.
14
12005-07-07 Richard M. Stallman <rms@gnu.org> 152005-07-07 Richard M. Stallman <rms@gnu.org>
2 16
3 * gnu.texi: Update where to get GNU status; add refs for how to help. 17 * gnu.texi: Update where to get GNU status; add refs for how to help.