From 848767de39a015cc5eb3aa8815867ad1bebb2021 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 10 Jun 2008 19:53:37 +0000 Subject: [PATCH] * 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. --- lisp/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 779983ea0ba..238245be904 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2008-06-10 Chong Yidong + + * 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. + 2008-06-10 Stefan Monnier * ffap.el (ffap-string-at-point-mode-alist): Use alpha rather than lower. -- 2.39.2