diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 13990c03203..54b7937c859 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-07-15 Simon South <ssouth@localhost.localdomain> | ||
| 2 | |||
| 3 | * progmodes/delphi.el (delphi-previous-indent-of): Indent case | ||
| 4 | blocks within record declarations (i.e. variant parts) correctly. | ||
| 5 | |||
| 6 | 2010-07-15 Simon South <ssouth@member.fsf.org> | ||
| 7 | |||
| 8 | * progmodes/delphi.el (delphi-token-at): Give newlines precedence | ||
| 9 | over literal tokens when parsing so newlines aren't "absorbed" by | ||
| 10 | single-line comments. Corrects the indentation of case blocks | ||
| 11 | that have a comment on the first line. | ||
| 12 | |||
| 1 | 2010-07-14 Karl Fogel <kfogel@red-bean.com> | 13 | 2010-07-14 Karl Fogel <kfogel@red-bean.com> |
| 2 | 14 | ||
| 3 | * bookmark.el (bookmark-load-hook): Fix doc string as suggested | 15 | * bookmark.el (bookmark-load-hook): Fix doc string as suggested |