diff options
| author | Kenichi Handa | 2010-08-25 13:06:15 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-08-25 13:06:15 +0900 |
| commit | e87480069cbb711f5ebd2a9d2592dabd8147f57a (patch) | |
| tree | 5326af592fc0066a9d0939178c33db7cf91b20fa /lisp/ChangeLog | |
| parent | 8809a9f99783685e43e9d2215961388b20298f8b (diff) | |
| parent | 85cc3d4fd8b2642211a83baf9b59cff2f0601c0b (diff) | |
| download | emacs-e87480069cbb711f5ebd2a9d2592dabd8147f57a.tar.gz emacs-e87480069cbb711f5ebd2a9d2592dabd8147f57a.zip | |
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fcf27a8da92..ffbd38561f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * whitespace.el: Allow cleaning up blanks without blank | ||
| 4 | visualization (Bug#6651). Adjust help window for | ||
| 5 | whitespace-toggle-options (Bug#6479). Allow to use fill-column | ||
| 6 | instead of whitespace-line-column (from EmacsWiki). New version | ||
| 7 | 13.1. | ||
| 8 | (whitespace-style): Added new value 'face. Adjust docstring. | ||
| 9 | (whitespace-space, whitespace-hspace, whitespace-tab): Adjust | ||
| 10 | foreground property face. | ||
| 11 | (whitespace-line-column): Adjust docstring and type declaration. | ||
| 12 | (whitespace-style-value-list, whitespace-toggle-option-alist) | ||
| 13 | (whitespace-help-text): Adjust const initialization. | ||
| 14 | (whitespace-toggle-options, global-whitespace-toggle-options): | ||
| 15 | Adjust docstring. | ||
| 16 | (whitespace-display-window, whitespace-interactive-char) | ||
| 17 | (whitespace-style-face-p, whitespace-color-on): Adjust code. | ||
| 18 | (whitespace-help-scroll): New fun. | ||
| 19 | |||
| 1 | 2010-08-24 Chong Yidong <cyd@stupidchicken.com> | 20 | 2010-08-24 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 21 | ||
| 3 | * emacs-lisp/package.el (list-packages): Alias for | 22 | * emacs-lisp/package.el (list-packages): Alias for |
| @@ -164,7 +183,7 @@ | |||
| 164 | (whitespace-post-command-hook, whitespace-display-char-on): | 183 | (whitespace-post-command-hook, whitespace-display-char-on): |
| 165 | Adjust code. | 184 | Adjust code. |
| 166 | (whitespace-looking-back, whitespace-buffer-changed): New funs. | 185 | (whitespace-looking-back, whitespace-buffer-changed): New funs. |
| 167 | (whitespace-space-regexp, whitespace-tab-regexp): Eliminate funs. | 186 | (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated. |
| 168 | 187 | ||
| 169 | 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | 188 | 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 170 | 189 | ||