comparison lisp/ChangeLog @ 90974:dbbb961da3d9

* cus-edit.el (custom-commands): New variable. (custom-tool-bar-map): New variable. Initialize using `custom-commands'. (custom-mode): Use `custom-tool-bar-map'. (custom-buffer-create-internal): Insert action buttons only if tool bar is not used. Use `custom-commands'. (Custom-help, custom-command-apply): New function. (custom-command-apply, Custom-set, Custom-save) (Custom-reset-current, Custom-reset-saved, Custom-reset-standard): Use `custom-command-apply' instead of duplicating code. (customize-group-other-window): Call `customize-group' instead of duplicating code. (customize-face-other-window): Call `customize-face' instead of duplicating code. (customize-group, customize-face): Add optional args for opening in another window. (custom-variable-tag): Don't inherit `variable-pitch' face. (custom-group-tag): Inherit `variable-pitch' face. (custom-variable-value-create): Set documentation indentation. (custom-group-value-create): Make group name a link, instead of using an extra "go to group" button. (custom-prompt-variable, custom-group-set, custom-group-save) (custom-group-reset-current, custom-group-reset-saved) (custom-group-reset-standard): Minor cleanup.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 05 Jul 2007 18:39:02 +0000
parents 3619e7770f2e
children aa60bfc993a6
comparison
equal deleted inserted replaced
90973:92feae9bddc1 90974:dbbb961da3d9
1 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * cus-edit.el (custom-commands): New variable.
4 (custom-tool-bar-map): New variable. Initialize using
5 `custom-commands'.
6 (custom-mode): Use `custom-tool-bar-map'.
7 (custom-buffer-create-internal): Insert action buttons only if
8 tool bar is not used. Use `custom-commands'.
9 (Custom-help, custom-command-apply): New function.
10 (custom-command-apply, Custom-set, Custom-save)
11 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
12 Use `custom-command-apply' instead of duplicating code.
13 (customize-group-other-window): Call `customize-group' instead of
14 duplicating code.
15 (customize-face-other-window): Call `customize-face' instead of
16 duplicating code.
17 (customize-group, customize-face): Add optional args for opening
18 in another window.
19 (custom-variable-tag): Don't inherit `variable-pitch' face.
20 (custom-group-tag): Inherit `variable-pitch' face.
21 (custom-variable-value-create): Set documentation indentation.
22 (custom-group-value-create): Make group name a link, instead of
23 using an extra "go to group" button.
24 (custom-prompt-variable, custom-group-set, custom-group-save)
25 (custom-group-reset-current, custom-group-reset-saved)
26 (custom-group-reset-standard): Minor cleanup.
27
1 2007-06-16 Karl Fogel <kfogel@red-bean.com> 28 2007-06-16 Karl Fogel <kfogel@red-bean.com>
2 29
3 * thingatpt.el (thing-at-point-email-regexp): Don't require two 30 * thingatpt.el (thing-at-point-email-regexp): Don't require two
4 chars before the "@" in an email address. Andreas Roehler noticed 31 chars before the "@" in an email address. Andreas Roehler noticed
5 this problem. 32 this problem.
9 * thingatpt.el: Add support for email addresses (`email'). 36 * thingatpt.el: Add support for email addresses (`email').
10 (thing-at-point, bounds-of-thing-at-point): Document `email' support. 37 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11 (thing-at-point-email-regexp): New variable. 38 (thing-at-point-email-regexp): New variable.
12 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point' 39 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
13 properties on this symbol, with lambda forms for values. 40 properties on this symbol, with lambda forms for values.
14 41
15 2007-06-15 Masatake YAMATO <jet@gyve.org> 42 2007-06-15 Masatake YAMATO <jet@gyve.org>
16 43
17 * vc-bzr.el (vc-bzr-root): Cache the output of shell command 44 * vc-bzr.el (vc-bzr-root): Cache the output of shell command
18 execution. 45 execution.
19 46
20 * vc.el (vc-dired-hook): Check the backend returned from 47 * vc.el (vc-dired-hook): Check the backend returned from
21 `vc-responsible-backend' can really handle `subdir'. 48 `vc-responsible-backend' can really handle `subdir'.
22 49
23 2007-06-15 Chong Yidong <cyd@stupidchicken.com> 50 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
24 51
25 * wid-edit.el (widget-add-documentation-string-button): Fix 52 * wid-edit.el (widget-add-documentation-string-button): Fix