Mercurial > emacs
comparison lisp/ChangeLog @ 87963:10a88d763b88
New commands for cleaning up some blank problems like trailing blanks.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Fri, 25 Jan 2008 14:09:57 +0000 |
parents | 4693d30bd9c1 |
children | bf987d1f70f3 |
comparison
equal
deleted
inserted
replaced
87962:d43dc765359e | 87963:10a88d763b88 |
---|---|
1 2008-01-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2 | |
3 * 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 | |
5 the blank problems. Doc fix. | |
6 (blank-chars, blank-global-modes, blank-chars-value-list) | |
7 (blank-toggle-option-alist, blank-help-text): Initialization fix. | |
8 (blank-indentation, blank-empty, blank-space-after-tab): New faces. | |
9 (blank-indentation, blank-empty, blank-space-after-tab) | |
10 (blank-indentation-regexp, blank-empty-at-bob-regexp) | |
11 (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New | |
12 options. | |
13 (blank-cleanup, blank-cleanup-region): New commands. | |
14 (blank-color-on): Code fix. | |
15 | |
1 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu> | 16 2008-01-25 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 17 |
3 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by | 18 * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by |
4 file name. | 19 file name. |
5 (ibuffer-mode-map): Add binding to sort by file name. | 20 (ibuffer-mode-map): Add binding to sort by file name. |