Mercurial > emacs
changeset 52761:9e865a144d5a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 05 Oct 2003 13:57:01 +0000 |
parents | 584aca98f911 |
children | 1ae6e2780dd9 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 05 13:56:53 2003 +0000 +++ b/lisp/ChangeLog Sun Oct 05 13:57:01 2003 +0000 @@ -1,3 +1,18 @@ +2003-10-05 Richard M. Stallman <rms@gnu.org> + + * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append. + (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts): + Use sh-modify directly. + (sh-select): Use sh-append, not eval. + + * mail/emacsbug.el (report-emacs-bug): Fix previous change. + + * info.el (Info-following-node-name): New function. + + * loadhist.el (unload-feature-special-hooks): + Renamed from loadhist-hook-functions. + (loadhist-hook-functions): Now an alias. + 2003-10-04 Eli Zaretskii <eliz@elta.co.il> * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
--- a/lispref/ChangeLog Sun Oct 05 13:56:53 2003 +0000 +++ b/lispref/ChangeLog Sun Oct 05 13:57:01 2003 +0000 @@ -1,3 +1,10 @@ +2003-10-05 Richard M. Stallman <rms@gnu.org> + + * loading.texi (Named Features): In `provide', + say how to test for subfeatures. + (Unloading): In unload-feature, use new var name + unload-feature-special-hooks. + 2003-10-03 Lute Kamstra <Lute.Kamstra@cwi.nl> * modes.texi (Major Mode Conventions): Mention third way to set up