aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-04-23 01:58:14 +0800
committerChong Yidong2012-04-23 01:58:14 +0800
commitc2d1019e3540ffcace2cd72d46a1e85958c4d584 (patch)
tree88ed67262d9ee0185045d5b9db8ce3ef78518066 /lisp/ChangeLog
parentde85e130f59b5164e2150abda92316f3a07d82c0 (diff)
downloademacs-c2d1019e3540ffcace2cd72d46a1e85958c4d584.tar.gz
emacs-c2d1019e3540ffcace2cd72d46a1e85958c4d584.zip
Make the "reset-saved" Custom operation reset to default if there is no saved value.
* lisp/cus-edit.el (custom-variable-menu) (custom-variable-reset-saved, custom-face-menu) (custom-face-reset-saved): If there is no saved value, make the "reset-saved" operation bring back the default. (custom-face-state): Properly detect themed faces. Fixes: debbugs:9509
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 334e34bb712..11cb03dea14 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12012-04-22 Chong Yidong <cyd@gnu.org>
2
3 * cus-edit.el (custom-variable-menu)
4 (custom-variable-reset-saved, custom-face-menu)
5 (custom-face-reset-saved): If there is no saved value, make the
6 "reset-saved" operation bring back the default (Bug#9509).
7 (custom-face-state): Properly detect themed faces.
8
12012-04-22 Michael Albinus <michael.albinus@gmx.de> 92012-04-22 Michael Albinus <michael.albinus@gmx.de>
2 10
3 Move functions from C to Lisp. Make non-blocking method calls 11 Move functions from C to Lisp. Make non-blocking method calls