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 2a735ef26fd..34e391a8c57 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-09-08 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | AWK Mode: make auto-newline work when there's "==" in the pattern. | ||
| 4 | * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons | ||
| 5 | correctly. | ||
| 6 | * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3): Test | ||
| 7 | more rigorously for "=" token. | ||
| 8 | |||
| 1 | 2012-09-08 Joel Bion <jpbion@westvi.com> (tiny change) | 9 | 2012-09-08 Joel Bion <jpbion@westvi.com> (tiny change) |
| 2 | 10 | ||
| 3 | * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382) | 11 | * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382) |