# HG changeset patch # User Luc Teirlinck # Date 1120778306 0 # Node ID 50ac59c8d9bd075682e204616137bdf55ee67b04 # Parent 8633ed45b13c3160eb784dbaf0cd5cd87fc0f575 *** empty log message *** diff -r 8633ed45b13c -r 50ac59c8d9bd lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 07 23:12:43 2005 +0000 +++ b/lisp/ChangeLog Thu Jul 07 23:18:26 2005 +0000 @@ -1,3 +1,11 @@ +2005-07-07 Luc Teirlinck + + * 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 * cus-start.el (exec-path): Use `directory' instead of `file'. diff -r 8633ed45b13c -r 50ac59c8d9bd man/ChangeLog --- a/man/ChangeLog Thu Jul 07 23:12:43 2005 +0000 +++ b/man/ChangeLog Thu Jul 07 23:18:26 2005 +0000 @@ -1,3 +1,17 @@ +2005-07-07 Luc Teirlinck + + * 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 * gnu.texi: Update where to get GNU status; add refs for how to help.