comparison lisp/ChangeLog @ 87966:bf987d1f70f3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 25 Jan 2008 15:44:49 +0000
parents 10a88d763b88
children f35ac4b5d4ee
comparison
equal deleted inserted replaced
87965:e66c061f4966 87966:bf987d1f70f3
1 2008-01-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * server.el (server-process-filter): Don't force
4 the authentication string to be followed by "\n".
5
1 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> 6 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 7
3 * blank-mode.el: New version 9.0. New commands to clean up some blank 8 * blank-mode.el: New version 9.0. New commands to clean up some blank
4 problems like trailing blanks. New faces and regexp for visualizing 9 problems like trailing blanks. New faces and regexp for visualizing
5 the blank problems. Doc fix. 10 the blank problems. Doc fix.
6 (blank-chars, blank-global-modes, blank-chars-value-list) 11 (blank-chars, blank-global-modes, blank-chars-value-list)
7 (blank-toggle-option-alist, blank-help-text): Initialization fix. 12 (blank-toggle-option-alist, blank-help-text): Initialization fix.
8 (blank-indentation, blank-empty, blank-space-after-tab): New faces. 13 (blank-indentation, blank-empty, blank-space-after-tab): New faces.
9 (blank-indentation, blank-empty, blank-space-after-tab) 14 (blank-indentation, blank-empty, blank-space-after-tab)
10 (blank-indentation-regexp, blank-empty-at-bob-regexp) 15 (blank-indentation-regexp, blank-empty-at-bob-regexp)
11 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New 16 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
12 options.
13 (blank-cleanup, blank-cleanup-region): New commands. 17 (blank-cleanup, blank-cleanup-region): New commands.
14 (blank-color-on): Code fix. 18 (blank-color-on): Code fix.
15 19
16 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu> 20 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu>
17 21