aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-06-10 19:53:37 +0000
committerChong Yidong2008-06-10 19:53:37 +0000
commit848767de39a015cc5eb3aa8815867ad1bebb2021 (patch)
treef956d3a94bdc36383aefd0a8199a049949ae9e0a
parentb251c649564f9a3810dfde739ddca5caeb4f14de (diff)
downloademacs-848767de39a015cc5eb3aa8815867ad1bebb2021.tar.gz
emacs-848767de39a015cc5eb3aa8815867ad1bebb2021.zip
* 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.
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 779983ea0ba..238245be904 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12008-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
12008-06-10 Stefan Monnier <monnier@iro.umontreal.ca> 132008-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.