Mercurial > emacs
comparison lisp/ChangeLog @ 94376:6cf9d00cc0e1
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 26 Apr 2008 13:06:21 +0000 |
parents | f9bcef02655f |
children | 7881f2795bb8 |
comparison
equal
deleted
inserted
replaced
94375:f8b940834bbb | 94376:6cf9d00cc0e1 |
---|---|
1 2008-04-26 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * minibuffer.el (completion-pcm-word-delimiters): Add :group. | |
4 (completion-pcm--all-completions): Doc fix. | |
5 (completion-styles-alist, completion-all-completions): | |
6 Fix typos in docstrings. | |
7 | |
1 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 8 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
2 | 9 |
3 * whitespace.el: There is now only one variable (whitespace-style) to | 10 * whitespace.el: There is now only one variable (whitespace-style) to |
4 specify which kind of blank is visualized. Doc and docstring fix. New | 11 specify which kind of blank is visualized. Doc and docstring fix. New |
5 version 11.0. | 12 version 11.0. |
18 (whitespace-color-value-list, whitespace-mark-value-list) | 25 (whitespace-color-value-list, whitespace-mark-value-list) |
19 (whitespace-active-color, whitespace-active-mark) | 26 (whitespace-active-color, whitespace-active-mark) |
20 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed. | 27 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed. |
21 (whitespace-style-value-list, whitespace-active-style) | 28 (whitespace-style-value-list, whitespace-active-style) |
22 (whitespace-toggle-style): New vars. | 29 (whitespace-toggle-style): New vars. |
23 (whitespace-toggle-option-alist, whitespace-help-text): Var | 30 (whitespace-toggle-option-alist, whitespace-help-text): |
24 initialization and docstring fix. | 31 Var initialization and docstring fix. |
25 (whitespace-toggle-options, global-whitespace-toggle-options) | 32 (whitespace-toggle-options, global-whitespace-toggle-options) |
26 (whitespace-cleanup, whitespace-cleanup-region) | 33 (whitespace-cleanup, whitespace-cleanup-region) |
27 (whitespace-report-region, whitespace-interactive-char) | 34 (whitespace-report-region, whitespace-interactive-char) |
28 (whitespace-toggle-list): Docstring and code fix. | 35 (whitespace-toggle-list): Docstring and code fix. |
29 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on) | 36 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on) |
17149 | 17156 |
17150 * progmodes/compile.el (compilation-error-regexp-alist-alist): | 17157 * progmodes/compile.el (compilation-error-regexp-alist-alist): |
17151 Recognize gcc's use of "note" for informational messages. | 17158 Recognize gcc's use of "note" for informational messages. |
17152 | 17159 |
17153 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca> | 17160 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca> |
17154 | |
17155 * textmodes/css-mode.el (css-electric-keys): electrick->electric. | 17161 * textmodes/css-mode.el (css-electric-keys): electrick->electric. |
17156 (css-mode): Update correspondingly. | 17162 (css-mode): Update correspondingly. |
17157 | 17163 |
17158 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu> | 17164 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu> |
17159 | 17165 |