- 08 Sep, 2006 1 commit
-
-
Richard M. Stallman authored
(custom-group-menu-create): Not here.
-
- 03 Sep, 2006 1 commit
-
-
Chong Yidong authored
mark after running the menu filter.
-
- 31 Aug, 2006 1 commit
-
-
Richard M. Stallman authored
(Custom-no-edit): Renamed from custom-no-edit. (Custom-newline): Renamed from custom-newline. (custom-mode-map): Use new names.
-
- 16 Aug, 2006 1 commit
-
-
Richard M. Stallman authored
(custom-mode-map): Bind newline to custom-newline.
-
- 28 Jul, 2006 2 commits
-
-
Chong Yidong authored
self-insert-command keys don't activate buttons. (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
-
Richard M. Stallman authored
(customize-package-emacs-version): Change msg when pkg has no entry. (custom-no-edit): On a button, do like widget-button-press.
-
- 17 Jul, 2006 1 commit
-
-
Stefan Monnier authored
custom, but to the same value as the default, consider it to be standard.
-
- 12 Jul, 2006 1 commit
-
-
Richard M. Stallman authored
(custom-mode-map): Remap to custom-no-edit instead of using suppress-keymap.
-
- 23 Jun, 2006 1 commit
-
-
Eli Zaretskii authored
(top level) <debug-ignored-errors>: Extend and update the list of ignored error messages.
-
- 19 Jun, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 16 Jun, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 21 Apr, 2006 1 commit
-
-
Luc Teirlinck authored
-
- 14 Apr, 2006 1 commit
-
-
Bill Wohler authored
docstring. (customize-package-emacs-version): Use cdr instead of cadr now that alists use dotted pairs. * custom.el (defcustom): Fix docstring for :package-version.
-
- 10 Apr, 2006 1 commit
-
-
Bill Wohler authored
keyword. (custom-add-package-version): New function. Sets value of new property 'custom-package-version from :package-version keyword. * cus-edit.el (customize-package-emacs-version-alist): New variable. (customize-changed-options): Add check for custom-package-version. (customize-package-emacs-version): New function to look up Emacs version corresponding to the given package version.
-
- 21 Mar, 2006 1 commit
-
-
Chong Yidong authored
face-spec set so that `changed' theme is correctly saved. (custom-face-reset-standard): Reset to recalculated face rather than defface spec. * custom.el (custom-push-theme): Only save `changed' theme if the current face does not match the defface specs.
-
- 17 Mar, 2006 1 commit
-
-
Luc Teirlinck authored
default in prompt.
-
- 03 Mar, 2006 1 commit
-
-
Eli Zaretskii authored
-
- 19 Feb, 2006 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
- 15 Feb, 2006 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
widget-button-click. * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
-
- 14 Feb, 2006 1 commit
-
-
Chong Yidong authored
for overlay face, if it exists. * cus-edit.el (custom-manual, custom-add-see-also) (custom-add-parent-links, custom-group-link): Add :pressed-face property to links.
-
- 26 Jan, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 23 Jan, 2006 1 commit
-
-
Juri Linkov authored
`custom-manual' instead of `info-link' and don't set properties `button-face' and `mouse-face' explicitly. (custom-browse-group-tag, custom-browse-variable-tag) (custom-browse-face-tag): Inherit from widget class `custom-group-link' instead of `push-button'. (custom-button-unraised): Inherit from `underline' face. (custom-link): Inherit from `link' face. Fix doc and group. (custom-add-parent-links, custom-group-value-create): Don't set properties `button-face' and `mouse-face' explicitly for `custom-group-link' widget. (custom-group-link): Add properties `button-face' and `mouse-face' to widget definition. (custom-field-keymap): New variable. Put `custom-field-keymap' to editable-field's :keymap property. (custom-mode): Fix docstring: substitute keybindings for `widget-forward' and `widget-backward' from `widget-keymap', `widget-complete' from `custom-field-keymap', replace old `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
-
- 19 Jan, 2006 1 commit
-
-
Luc Teirlinck authored
the whole buffer buttons that they do not operate on hidden items. (custom-face-menu): Use `custom-face-save' instead of `custom-face-save-command'. (custom-face-save-command): Make it an alias for `custom-face-save' and declare it obsolete. (custom-face-save): Doc fix.
-
- 17 Jan, 2006 1 commit
-
-
Luc Teirlinck authored
-
- 15 Jan, 2006 1 commit
-
-
Luc Teirlinck authored
Do not ask for confirmation in single option buffers.
-
- 13 Jan, 2006 1 commit
-
-
Eli Zaretskii authored
the `custom-link' face.
-
- 12 Jan, 2006 1 commit
-
-
Luc Teirlinck authored
(custom-variable-menu, custom-face-menu, custom-group-menu) (Custom-mode-menu): Change names of menu items. (As discussed on emacs-devel.) (custom-face-menu): Add "Undo Edits" item.
-
- 09 Jan, 2006 1 commit
-
-
John Paul Wallington authored
-
- 08 Jan, 2006 1 commit
-
-
Richard M. Stallman authored
(Custom-reset-current, Custom-reset-saved): Change question text. (Custom-reset-standard): Likewise. (custom-variable-reset-saved): Doc fix.
-
- 04 Jan, 2006 5 commits
-
-
Chong Yidong authored
(custom-variable-menu, custom-face-menu, custom-group-menu): Move back to previous ordering.
-
Chong Yidong authored
setting face spec.
-
Chong Yidong authored
(custom-variable-menu, custom-face-menu, custom-group-menu): Undo last change. (Custom-reset-current, Custom-reset-saved) (Custom-reset-standard): Fix y-or-n-p messages.
-
Chong Yidong authored
(custom-variable-menu, custom-face-menu, custom-group-menu) (custom-buffer-create-internal): Change "Reset" to "Show". Reorder menu items. (custom-link): New face for Info links. (custom-buffer-create-internal, custom-manual): Use it. * wid-edit.el (widget-default-mouse-face-get): New function. (widget-specify-button): Handle mouse-face like button-face. * custom.el (load-theme): Clear old theme settings if reloading.
-
Luc Teirlinck authored
button back to same position it occupies in the individual State menus.
-
- 02 Jan, 2006 4 commits
-
-
Chong Yidong authored
Move to `custom-buffer' group.
-
Chong Yidong authored
(custom-known-themes): Rename `standard' theme to `changed'. (custom-push-theme): Caller no longer specifies what theme to use when doing `reset'---the setting is simply removed from the theme. Delete MODE from `theme-value' and `theme-settings' properties. (custom-declare-theme): Ignore &rest args since we don't use them. (custom-loaded-themes): Delete variable. (custom-theme-load-themes, custom-theme-loaded-p) (custom-theme-value): Delete functions. (custom-declare-theme): Signal error on invalid theme names. (provide-theme): custom-loaded-themes was deleted. (load-theme): Load the file unconditionally. (enable-theme): Call `load-theme' if theme is undefined. (custom-enabled-themes): Only update value for successful loads. (disable-theme): Complete from enabled themes when interactive. (custom-variable-theme-value): Calculate theme value directly. (custom-theme-reset-variables, custom-reset-variables): Mark as XEmacs compatibility functions. We don't actually use these. * cus-edit.el (custom-variable-state-set): Use custom-variable-theme-value instead of custom-theme-value. (custom-face-state-set): Rename `standard' theme to `changed'. (custom-save-variables, custom-save-faces): Delete unneeded references to custom-reset-variables. (custom-save-resets): Delete function. (custom-save-variables, custom-save-faces): MODE argument deleted. (custom-save-variables, custom-save-faces): Ignore theme values. * cus-face.el (custom-theme-reset-faces): Mark as XEmacs compatibility function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Custom-reset-current, Custom-reset-saved): Likewise. (Custom-reset-standard): Likewise. (custom-mode): Doc fix, describing those commands.
-