# HG changeset patch # User Richard M. Stallman # Date 1065362221 0 # Node ID 9e865a144d5a3faad4c850a3aa4e0cf8d8bb2c11 # Parent 584aca98f91170252d35ae5c40ba7fe79a4b962e *** empty log message *** diff -r 584aca98f911 -r 9e865a144d5a lisp/ChangeLog --- 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 + + * 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 -r 584aca98f911 -r 9e865a144d5a lispref/ChangeLog --- 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 + + * 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