diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0da7f2877e1..0e99febb366 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-10-18 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Check that a "macro" found near point-min isn't a ## operator. | ||
| 4 | Fixes bug #18749. | ||
| 5 | * progmodes/cc-engine.el (c-macro-is-genuine-p): New function. | ||
| 6 | (c-beginning-of-macro): Use the above new function. | ||
| 7 | |||
| 1 | 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com> | 8 | 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 9 | ||
| 3 | * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass | 10 | * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass |