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 726d9b02ac8..ac36c059bd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/prog-mode.el (prettify-symbols--compose-symbol): | ||
| 4 | Fix handling of symbols with different syntax at beginning/end or with | ||
| 5 | symbol rather than word syntax. | ||
| 6 | |||
| 1 | 2014-11-30 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-11-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * simple.el (line-move): If noninteractive, call line-move-1, not | 9 | * simple.el (line-move): If noninteractive, call line-move-1, not |