diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac36c059bd3..12e5ef0e346 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * simple.el (newline): Place the hook buffer-locally, | ||
| 4 | to make sure it's first. | ||
| 5 | |||
| 3 | * progmodes/prog-mode.el (prettify-symbols--compose-symbol): | 6 | * progmodes/prog-mode.el (prettify-symbols--compose-symbol): |
| 4 | Fix handling of symbols with different syntax at beginning/end or with | 7 | Fix handling of symbols with different syntax at beginning/end or with |
| 5 | symbol rather than word syntax. | 8 | symbol rather than word syntax. |