diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eba622b6bee..f01ddd2b2fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/smie.el (smie-down-list): New command. | ||
| 4 | |||
| 3 | Remove old indentation and navigation code on octave-mode. | 5 | Remove old indentation and navigation code on octave-mode. |
| 4 | * progmodes/octave-mod.el (octave-mode-map): Remap down-list to | 6 | * progmodes/octave-mod.el (octave-mode-map): Remap down-list to |
| 5 | smie-down-list rather than add a binding for octave-down-block. | 7 | smie-down-list rather than add a binding for octave-down-block. |