diff lisp/ChangeLog @ 109437:6744f59d2606

Merge fixes to indentation of case statements, variant parts in record declarations.
author Simon South <ssouth@member.fsf.org>
date Thu, 15 Jul 2010 10:21:47 -0400
parents f0baf5788e14
children 5ff030a9ca0a
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 15 00:56:13 2010 +0000
+++ b/lisp/ChangeLog	Thu Jul 15 10:21:47 2010 -0400
@@ -1,3 +1,15 @@
+2010-07-15  Simon South  <ssouth@localhost.localdomain>
+
+	* progmodes/delphi.el (delphi-previous-indent-of): Indent case
+	blocks within record declarations (i.e. variant parts) correctly.
+
+2010-07-15  Simon South  <ssouth@member.fsf.org>
+
+	* progmodes/delphi.el (delphi-token-at): Give newlines precedence
+	over literal tokens when parsing so newlines aren't "absorbed" by
+	single-line comments.  Corrects the indentation of case blocks
+	that have a comment on the first line.
+
 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
 
 	* bookmark.el (bookmark-load-hook): Fix doc string as suggested