diff options
| author | Richard M. Stallman | 2003-10-05 13:57:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-10-05 13:57:01 +0000 |
| commit | 0e9b293ab4a88e46f3868402044a10e4e8ed55a1 (patch) | |
| tree | 30dd1cfeb70d818907ee1e68c745dcb90b3688bd | |
| parent | 0373c25e8746df2c09a9c058c7db0cdb7022c57e (diff) | |
| download | emacs-0e9b293ab4a88e46f3868402044a10e4e8ed55a1.tar.gz emacs-0e9b293ab4a88e46f3868402044a10e4e8ed55a1.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | lispref/ChangeLog | 7 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64c8fee88c3..b737420f12a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2003-10-05 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append. | ||
| 4 | (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts): | ||
| 5 | Use sh-modify directly. | ||
| 6 | (sh-select): Use sh-append, not eval. | ||
| 7 | |||
| 8 | * mail/emacsbug.el (report-emacs-bug): Fix previous change. | ||
| 9 | |||
| 10 | * info.el (Info-following-node-name): New function. | ||
| 11 | |||
| 12 | * loadhist.el (unload-feature-special-hooks): | ||
| 13 | Renamed from loadhist-hook-functions. | ||
| 14 | (loadhist-hook-functions): Now an alias. | ||
| 15 | |||
| 1 | 2003-10-04 Eli Zaretskii <eliz@elta.co.il> | 16 | 2003-10-04 Eli Zaretskii <eliz@elta.co.il> |
| 2 | 17 | ||
| 3 | * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent | 18 | * 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 @@ | |||
| 1 | 2003-10-05 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * loading.texi (Named Features): In `provide', | ||
| 4 | say how to test for subfeatures. | ||
| 5 | (Unloading): In unload-feature, use new var name | ||
| 6 | unload-feature-special-hooks. | ||
| 7 | |||
| 1 | 2003-10-03 Lute Kamstra <Lute.Kamstra@cwi.nl> | 8 | 2003-10-03 Lute Kamstra <Lute.Kamstra@cwi.nl> |
| 2 | 9 | ||
| 3 | * modes.texi (Major Mode Conventions): Mention third way to set up | 10 | * modes.texi (Major Mode Conventions): Mention third way to set up |