# HG changeset patch # User Juanma Barranquero # Date 1201275889 0 # Node ID bf987d1f70f3f3b42da6f4043000c65e6907a612 # Parent e66c061f496617b196ccecef43fadd973514a8d6 *** empty log message *** diff -r e66c061f4966 -r bf987d1f70f3 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 25 15:43:38 2008 +0000 +++ b/lisp/ChangeLog Fri Jan 25 15:44:49 2008 +0000 @@ -1,3 +1,8 @@ +2008-01-25 Juanma Barranquero + + * server.el (server-process-filter): Don't force + the authentication string to be followed by "\n". + 2008-01-25 Vinicius Jose Latorre * blank-mode.el: New version 9.0. New commands to clean up some blank @@ -8,8 +13,7 @@ (blank-indentation, blank-empty, blank-space-after-tab): New faces. (blank-indentation, blank-empty, blank-space-after-tab) (blank-indentation-regexp, blank-empty-at-bob-regexp) - (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New - options. + (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options. (blank-cleanup, blank-cleanup-region): New commands. (blank-color-on): Code fix.