diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a8d79f958d3..2495620ef1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/octave.el (octave-smie-rules): Return nil rather than | ||
| 4 | 0 after a semi-colon; it works better for smie-auto-fill. | ||
| 5 | (octave--indent-new-comment-line): New function. | ||
| 6 | (octave-indent-new-comment-line): Use it (indirectly). | ||
| 7 | (octave-mode): Don't disable smie-auto-fill. Use add-function to | ||
| 8 | modify comment-line-break-function. | ||
| 9 | |||
| 10 | * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust. | ||
| 11 | (smie-setup): Use add-function to set it. | ||
| 12 | |||
| 1 | 2013-05-24 Sam Steingold <sds@gnu.org> | 13 | 2013-05-24 Sam Steingold <sds@gnu.org> |
| 2 | 14 | ||
| 3 | * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks' | 15 | * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks' |