diff options
| author | Glenn Morris | 2005-04-13 18:49:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2005-04-13 18:49:18 +0000 |
| commit | 328fc313667f4fca2185c6c5f03eca875be4d849 (patch) | |
| tree | e1a5b2057da3606fb0a7cd2c9ebdd873f5144eef | |
| parent | 0047373b7dbbf47d03c685700da366c5a686a275 (diff) | |
| download | emacs-328fc313667f4fca2185c6c5f03eca875be4d849.tar.gz emacs-328fc313667f4fca2185c6c5f03eca875be4d849.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e91a9adf10f..dff79ee00db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-here-document-word): Make it a | ||
| 4 | defcustom. Doc fix. | ||
| 5 | (sh-add): Bash uses $(( )) for arithmetic. | ||
| 6 | (sh-while-getopts) <sh>: Set OPTIND back to 1 at end. | ||
| 7 | (sh-maybe-here-document): Remove quotes and leading whitespace | ||
| 8 | from heredoc word when closing. Indent heredoc with tabs if word | ||
| 9 | starts with "-". | ||
| 10 | |||
| 1 | 2005-04-13 Richard M. Stallman <rms@gnu.org> | 11 | 2005-04-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * simple.el (undo): Fix previous change. | 13 | * simple.el (undo): Fix previous change. |