diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49b2015b321..2058d25ecef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-01-25  Juanma Barranquero  <lekktu@gmail.com> + +	* server.el (server-process-filter): Don't force +	the authentication string to be followed by "\n". +  2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>  	* 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. | 
