diff lisp/ChangeLog @ 70673:798fa39b6207

2006-05-16 Ken Manheimer <ken.manheimer@gmail.com> * allout.el (allout-show-bodies, allout-old-style-prefixes) (allout-stylish-prefixes, allout-numbered-bullet) (allout-file-xref-bullet, allout-use-hanging-indents): Use simple predicates to qualify `safe-local-variable' property, when available, else use equivalent lambda. (allout-current-topic-collapsed-p): Do the right thing regarding trailing blank lines.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 16 May 2006 10:01:32 +0000
parents 06de67179ba1
children 13c49a63f416
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 16 06:53:01 2006 +0000
+++ b/lisp/ChangeLog	Tue May 16 10:01:32 2006 +0000
@@ -1,3 +1,13 @@
+2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
+
+	* allout.el (allout-show-bodies, allout-old-style-prefixes)
+	(allout-stylish-prefixes, allout-numbered-bullet)
+	(allout-file-xref-bullet, allout-use-hanging-indents): Use simple
+	predicates to qualify `safe-local-variable' property, when
+	available, else use equivalent lambda.
+	(allout-current-topic-collapsed-p): Do the right thing regarding
+	trailing blank lines.
+
 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* server.el (server-start): Only create a directory if needed.