diff options
-rw-r--r-- | lisp/ChangeLog | 11 | ||||
-rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68f003f4c97..0bbbae8a191 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2004-11-27 Richard M. Stallman <rms@gnu.org> + + * comint.el (comint-read-noecho): Add trivial compatibility + definition. + + * generic.el (define-generic-mode): Doc fix. + + * menu-bar.el (menu-bar-options-save): For the options + that are toggled with menu-bar-make-mm-toggle, don't check + for customized-value prop. + 2004-11-27 Eli Zaretskii <eliz@gnu.org> * mail/supercite.el (sc-cite-region): Handle the case where diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3e48d4c5085..e1f05b00e47 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-11-26 Richard M. Stallman <rms@gnu.org> + + * locals.texi (Standard Buffer-Local Variables): Undo prev change. + Remove a few vars that are not always buffer-local. + 2004-11-24 Luc Teirlinck <teirllm@auburn.edu> * locals.texi (Standard Buffer-Local Variables): Comment out |