diff options
| author | Chong Yidong | 2008-06-10 19:53:37 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-06-10 19:53:37 +0000 |
| commit | 848767de39a015cc5eb3aa8815867ad1bebb2021 (patch) | |
| tree | f956d3a94bdc36383aefd0a8199a049949ae9e0a | |
| parent | b251c649564f9a3810dfde739ddca5caeb4f14de (diff) | |
| download | emacs-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/ChangeLog | 12 |
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 @@ | |||
| 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. |