Mercurial > emacs
comparison lisp/ChangeLog @ 98718:878c169a1844
* hl-line.el (hl-line-unload-function): New function.
(hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
(hl-line-sticky-flag): Remove spurious * in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Oct 2008 15:02:05 +0000 |
parents | 5970e7c70c96 |
children | a6557f9f1192 |
comparison
equal
deleted
inserted
replaced
98717:507c5c477e60 | 98718:878c169a1844 |
---|---|
1 2008-10-14 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * hl-line.el (hl-line-unload-function): New function. | |
4 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'. | |
5 (hl-line-sticky-flag): Remove spurious * in docstring. | |
6 | |
1 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change) | 7 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change) |
2 | 8 |
3 * vc-git.el (vc-git-show-log-entry): Include the revision in the | 9 * vc-git.el (vc-git-show-log-entry): Include the revision in the |
4 search string. | 10 search string. |
5 | 11 |
150 graphical terminals. | 156 graphical terminals. |
151 (tool-bar-setup): No-op if called on a tty. | 157 (tool-bar-setup): No-op if called on a tty. |
152 | 158 |
153 2008-10-09 Eli Zaretskii <eliz@gnu.org> | 159 2008-10-09 Eli Zaretskii <eliz@gnu.org> |
154 | 160 |
155 * frame.el (make-frame-on-tty): Use "F" inside interactive. Support | 161 * frame.el (make-frame-on-tty): Use "F" inside interactive. |
156 `pc' ``window-system''. | 162 Support `pc' ``window-system''. |
157 | 163 |
158 * progmodes/compile.el (compilation-start): Resurrect the version | 164 * progmodes/compile.el (compilation-start): Resurrect the version |
159 for systems that don't support asynchronous subprocesses. | 165 for systems that don't support asynchronous subprocesses. |
160 | 166 |
161 2008-10-09 Martin Rudalics <rudalics@gmx.at> | 167 2008-10-09 Martin Rudalics <rudalics@gmx.at> |