comparison lisp/ChangeLog @ 95785:073eb4a519f1

* mouse.el (mouse-select-font): New function. * faces.el (face-spec-recalc): When the face is set using Customize, avoid recalculating it twice. * menu-bar.el (menu-set-font): New function. Bind "Set Default Font" menu item to it. Apply selected font to all frames, and make it savable. (menu-bar-options-save): Save `default' font if changed.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 10 Jun 2008 19:53:37 +0000
parents ebad352d55ce
children 82a0e6885715
comparison
equal deleted inserted replaced
95784:ebad352d55ce 95785:073eb4a519f1
1 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * mouse.el (mouse-select-font): New function.
4
5 * faces.el (face-spec-recalc): When the face is set using
6 Customize, avoid recalculating it twice.
7
8 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9 Font" menu item to it. Apply selected font to all frames, and
10 make it savable.
11 (menu-bar-options-save): Save `default' font if changed.
12
1 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca> 13 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * ffap.el (ffap-string-at-point-mode-alist): Use alpha rather than lower. 15 * ffap.el (ffap-string-at-point-mode-alist): Use alpha rather than lower.
4 16
5 * dired.el (dired-insert-directory): Don't assume Unix-style dir names. 17 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.