diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5293d8dda92..5f9084f4cbb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-29 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Don't call c-parse-state when c++-template-syntax-table is active. | ||
| 4 | * progmodes/cc-engine.el (c-guess-continued-construct CASE G) | ||
| 5 | (c-guess-basic-syntax CASE 5D.3): Rearrange so that | ||
| 6 | c-syntactic-skip-backwards isn't called with the pertinent syntax | ||
| 7 | table. | ||
| 8 | |||
| 1 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> | 9 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 10 | ||
| 3 | * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to | 11 | * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to |