From: Richard M. Stallman Date: Sun, 5 Oct 2003 13:57:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8620 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e9b293ab4a88e46f3868402044a10e4e8ed55a1;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64c8fee88c3..b737420f12a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2003-10-05 Richard M. Stallman + + * 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 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 234133c78e2..366810f63ad 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2003-10-05 Richard M. Stallman + + * 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 * modes.texi (Major Mode Conventions): Mention third way to set up