comparison lisp/ChangeLog @ 95527:0f9689c194e6

Add adjust-buffer-face-height command ... and move face-height adjustment bindings into ctl-x-map using it. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1203
author Miles Bader <miles@gnu.org>
date Wed, 04 Jun 2008 05:38:04 +0000
parents 680cb50d70c0
children 40ef1e044cad
comparison
equal deleted inserted replaced
95526:437d3830a398 95527:0f9689c194e6
1 2008-06-04 Miles Bader <miles@gnu.org>
2
3 * face-remap.el (adjust-buffer-face-height): New function.
4 Add autoloaded keybindings in ctl-x-map.
5 (increase-buffer-face-height, decrease-buffer-face-height):
6 Simplify interactive spec to just "p". Remove autoloaded keybindings.
7
1 2008-06-03 Chong Yidong <cyd@stupidchicken.com> 8 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * simple.el (line-move-1): If we did not move as far as desired, 10 * simple.el (line-move-1): If we did not move as far as desired,
4 ensure that point-left and point-entered hooks are called. 11 ensure that point-left and point-entered hooks are called.
5 12