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 4a3b1dcd96a..111f98b8d4e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-11-05 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Fix wrong bound to c-font-lock-declarators. Fixes bug #18948. | ||
| 4 | * progmodes/cc-fonts.el (c-font-lock-declarations): Pass | ||
| 5 | "(point-max)" as bound to c-font-lock-declarators, not "limit", as | ||
| 6 | the buffer is sometimes narrowed to less than "limit" (e.g., in | ||
| 7 | the presence of macros). | ||
| 8 | |||
| 1 | 2014-11-05 Michael Albinus <michael.albinus@gmx.de> | 9 | 2014-11-05 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * net/tramp.el (tramp-error-with-buffer): Show connection buffer | 11 | * net/tramp.el (tramp-error-with-buffer): Show connection buffer |