diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-09-01 08:57:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-09-01 08:57:41 +0000 |
commit | d178a6ebf9c714f2360997d16746d8c81f04f07b (patch) | |
tree | 00010e9cdefac6c7240032ecb386dd67a6aabb8f | |
parent | c2a7ddb1f31351b0dff9ec562ed6d83f918acb59 (diff) | |
download | emacs-d178a6ebf9c714f2360997d16746d8c81f04f07b.tar.gz emacs-d178a6ebf9c714f2360997d16746d8c81f04f07b.tar.bz2 emacs-d178a6ebf9c714f2360997d16746d8c81f04f07b.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d0ef0518dd7..615b2560ddf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2006-08-31 Richard Stallman <rms@gnu.org> + + * cus-edit.el (custom-save-variables): Slight cleanup. + (Custom-no-edit): Renamed from custom-no-edit. + (Custom-newline): Renamed from custom-newline. + (custom-mode-map): Use new names. + + * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual + about customization, rather than M-x customize, in the doc string + made for the defcustom. + + * emacs-lisp/trace.el (trace-function-background): Doc fix. + 2006-08-31 Romain Francoise <romain@orebokech.com> * dired-x.el (dired-guess-shell-alist-default): Update. |