diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9071e3983be..cd74b76d415 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * play/landmark.el: Adjust commenting convention. | ||
| 4 | (lm-nil-score): Rename from nil-score. | ||
| 5 | (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore) | ||
| 6 | (OOOOscore): Move into a let in lm-score-trans-table. | ||
| 7 | (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table. | ||
| 8 | |||
| 3 | * electric.el (electric-indent-chars): Autoload. | 9 | * electric.el (electric-indent-chars): Autoload. |
| 4 | * progmodes/octave-mod.el (octave-mode): | 10 | * progmodes/octave-mod.el (octave-mode): |
| 5 | * progmodes/ruby-mode.el (ruby-mode): Take advantage of it. | 11 | * progmodes/ruby-mode.el (ruby-mode): Take advantage of it. |