diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index caa1b8d5dfd..0fc027dc4b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2003-01-18 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2003-01-18 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * textmodes/fill.el (fill-comment-paragraph): Fix simplistic | ||
| 4 | regexp-concatenation. | ||
| 5 | |||
| 6 | * add-log.el (add-change-log-entry): Don't leave space at eol. | ||
| 7 | (add-log-current-defun): Perl functions names can't have (or {. | ||
| 8 | |||
| 3 | * progmodes/sh-script.el (sh-indent-line): Use indent-line-to. | 9 | * progmodes/sh-script.el (sh-indent-line): Use indent-line-to. |
| 4 | (sh-non-closing-paren): New const. | 10 | (sh-non-closing-paren): New const. |
| 5 | (sh-case, sh-while-getopts): Use it to make props non-sticky. | 11 | (sh-case, sh-while-getopts): Use it to make props non-sticky. |