Mercurial > emacs
comparison lisp/ChangeLog @ 99283:563e71d339f2
* tooltip.el (tooltip-frame-parameters): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 31 Oct 2008 15:57:31 +0000 |
parents | a4d60fa85641 |
children | 26e573b758f1 |
comparison
equal
deleted
inserted
replaced
99282:b829792183db | 99283:563e71d339f2 |
---|---|
1 2008-10-31 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * tooltip.el (tooltip-frame-parameters): Doc fix. | |
4 | |
1 2008-10-31 Martin Rudalics <rudalics@gmx.at> | 5 2008-10-31 Martin Rudalics <rudalics@gmx.at> |
2 | 6 |
3 * window.el (window-body-height, window-current-scroll-bars) | 7 * window.el (window-body-height, window-current-scroll-bars) |
4 (walk-windows, get-window-with-predicate, get-buffer-window-list) | 8 (walk-windows, get-window-with-predicate, get-buffer-window-list) |
5 (minibuffer-window-active-p, count-windows) | 9 (minibuffer-window-active-p, count-windows) |
12 (window-fixed-size-p): Simplify code. Rewrite doc-string. | 16 (window-fixed-size-p): Simplify code. Rewrite doc-string. |
13 (split-window-vertically, split-window-horizontally): | 17 (split-window-vertically, split-window-horizontally): |
14 Rename args, rewrite doc-string, and simplify code. | 18 Rename args, rewrite doc-string, and simplify code. |
15 (split-window-save-restore-data): Rename args and use | 19 (split-window-save-restore-data): Rename args and use |
16 when instead of if. | 20 when instead of if. |
17 | |
18 2008-10-29 Kenichi Handa <handa@m17n.org> | |
19 | |
20 * descr-text.el (describe-char): Fix terminal case (where font is | |
21 nil). | |
22 | 21 |
23 2008-10-30 Chong Yidong <cyd@stupidchicken.com> | 22 2008-10-30 Chong Yidong <cyd@stupidchicken.com> |
24 | 23 |
25 * indent.el (indent-for-tab-command): Use use-region-p. | 24 * indent.el (indent-for-tab-command): Use use-region-p. |
26 | 25 |
138 * subr.el (locate-user-emacs-file): Simplify. Don't create | 137 * subr.el (locate-user-emacs-file): Simplify. Don't create |
139 `user-emacs-directory' when Emacs is running in batch mode. | 138 `user-emacs-directory' when Emacs is running in batch mode. |
140 | 139 |
141 * startup.el (inhibit-startup-screen): Reflow docstring. | 140 * startup.el (inhibit-startup-screen): Reflow docstring. |
142 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos. | 141 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos. |
142 | |
143 2008-10-27 Kenichi Handa <handa@m17n.org> | |
144 | |
145 * descr-text.el (describe-char): Fix terminal case (where font is nil). | |
143 | 146 |
144 2008-10-27 Juanma Barranquero <lekktu@gmail.com> | 147 2008-10-27 Juanma Barranquero <lekktu@gmail.com> |
145 | 148 |
146 * face-remap.el (text-scale-increase, text-scale-decrease) | 149 * face-remap.el (text-scale-increase, text-scale-decrease) |
147 (text-scale-adjust): Remove &optional keyword from the arg list; | 150 (text-scale-adjust): Remove &optional keyword from the arg list; |