diff options
| author | Stefan Monnier | 2003-01-19 00:42:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-01-19 00:42:46 +0000 |
| commit | 35d0e4fa0f6c0d07db22001fbacb697e6e24a6f8 (patch) | |
| tree | 33ab0d8153d4ad22e6b3e8b2dc371037a2b75fe0 /lisp | |
| parent | 18232c161dbcb653dcc3992b9ef4bf82d3d496e1 (diff) | |
| download | emacs-35d0e4fa0f6c0d07db22001fbacb697e6e24a6f8.tar.gz emacs-35d0e4fa0f6c0d07db22001fbacb697e6e24a6f8.zip | |
*** empty log message ***
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. |