summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.Richard M. Stallman2007-12-301-6/+6
| | | | | | | | | | (custom-face-save): Likewise. (custom-face-reset-saved, custom-face-reset-standard): Likewise.
* | (custom-mode): Define with `define-derived-mode'.Juanma Barranquero2007-11-221-6/+3
| | | | | | | | Set `show-trailing-whitespace' to nil.
* | (custom-field-keymap): Move to other Custom modeMartin Rudalics2007-11-191-10/+9
| | | | | | | | | | keymaps such that it's before the definition of Custom-mode-menu. (Custom-mode-menu): Show it for custom-field-keymap too.
* | (recentf-expand-file-name): Declare as function.Glenn Morris2007-11-191-0/+3
| |
* | * cus-edit.el (custom-browse-insert-prefix):Dan Nicolaescu2007-10-281-1/+1
| | | | | | | | * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
* | Rewrite abbrev.c in Elisp.Stefan Monnier2007-10-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * image.c (Qcount): Don't declare as extern. (syms_of_image): Initialize and staticpro `Qcount'. * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions. * emacs.c (main): Don't call syms_of_abbrev. * Makefile.in (obj): Remove abbrev.o. (abbrev.o): Remove. * abbrev.c: Remove. Rewrite abbrev.c in Elisp. * abbrev.el (abbrev-mode): Move custom group from cus-edit.el. (abbrev-table-get, abbrev-table-put, abbrev-get) (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table) (define-abbrev, abbrev--check-chars, define-global-abbrev) (define-mode-abbrev, abbrev--active-tables, abbrev-symbol) (abbrev-expansion, abbrev--before-point, expand-abbrev) (unexpand-abbrev, abbrev--write, abbrev--describe) (insert-abbrev-table-description, define-abbrev-table): New funs, largely transcribed from abbrev.c. (abbrev-with-wrapper-hook): New macro. (abbrev-table-name-list, global-abbrev-table) (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table) (abbrevs-changed, abbrev-all-caps, abbrev-start-location) (abbrev-start-location-buffer, last-abbrev, last-abbrev-text) (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function): New vars, largely transcribed from abbrev.c. * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. * loadup.el: Load "abbrev.el" before "lisp-mode.el".
* | Merge from emacs--rel--22Miles Bader2007-10-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-908
| * (customize-changed-options): Make arg optional.Richard M. Stallman2007-10-241-1/+1
| |
| * (custom-variable-menu, custom-face-menu)Glenn Morris2007-10-121-6/+11
| | | | | | | | | | (custom-group-menu): Check init-file-user rather than user-init-file, in case cus-edit is loaded by site-run-file.
| * Drew Adams <drew.adams at oracle.com>Glenn Morris2007-09-161-1/+1
| | | | | | | | (custom-face-edit-activate): Doc fix.
* | (custom-variable-menu, custom-face-menu)Glenn Morris2007-10-121-6/+11
| | | | | | | | | | (custom-group-menu): Check init-file-user rather than user-init-file, in case cus-edit is loaded by site-run-file.
* | Drew Adams <drew.adams at oracle.com>Glenn Morris2007-09-161-1/+1
| | | | | | | | (custom-face-edit-activate): Doc fix.
* | (custom-buffer-create-internal): Check tool-bar-mode is bound.Glenn Morris2007-09-051-1/+2
| |
* | Merge from emacs--rel--22Miles Bader2007-08-031-4/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 84-87) - Update from CVS - Change capitalization of VC backend names for new backends 2007-08-02 Richard M. Stallman <rms@gnu.org> * lisp/mail/rmailsum.el (rmail-make-summary-line): Find end of msg number to update deleted flag. * lisp/cus-edit.el (customize-apropos, customize-apropos-options) (customize-apropos-faces, customize-apropos-groups): Improve prompt. * lisp/menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item. * lisp/startup.el (fancy-splash-head, startup-echo-area-message): Change message text. * lisp/emulation/tpu-edt.el (next-line-internal): Setting deleted. All callers use line-move. * lisp/progmodes/compile.el (compilation-find-buffer): Return current buffer immediately if suitable. (compile, compilation-buffer-name, compilation-start): Doc fixes. 2007-07-31 Daiki Ueno <ueno@unixuser.org> * lisp/faces.el (face-normalize-spec): New function. (frame-set-background-mode): Normalize face-spec before calling face-spec-match-p. 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca> * lisp/server.el (server-window): Add switch-to-buffer-other-frame option. 2007-08-03 Richard M. Stallman <rms@gnu.org> * src/fileio.c (Fvisited_file_modtime): Use make_time. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-844
| * (customize-apropos, customize-apropos-options)Richard M. Stallman2007-08-021-4/+4
| | | | | | | | (customize-apropos-faces, customize-apropos-groups): Improve prompt.
| * Fix parent groups linkVinicius Jose Latorre2007-08-011-2/+2
| |
* | (customize-apropos): Make the error message indicate what kind ofGlenn Morris2007-08-031-1/+8
| | | | | | | | thing the user was trying to customize.
* | Fix parent groups linkVinicius Jose Latorre2007-08-011-2/+2
| |
* | Fix void function definition error in cus-edit.elMiles Bader2007-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | 2007-07-30 Michael Olson <mwolson@gnu.org> * cus-edit.el (custom-group-save): Fix void function definition error. Thanks to Zhang Wei for the report. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-834 Creator: Michael Olson <mwolson@gnu.org>
* | (customize-read-group): New fun.Stefan Monnier2007-07-281-58/+47
| | | | | | | | | | | | | | | | (customize-group-other-window, customize-face-other-window): Prompt before delegating to customize-(group|face). Bind pop-up-windows rather than use the other-window argument. (customize-group, customize-face): Prompt from the interactive spec. Remove args `prompt-for-group' and `other-window'.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | (custom-commands): New variable.Chong Yidong2007-07-051-306/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* | (custom-split-regexp-maybe): Simplify.Chong Yidong2007-06-141-30/+39
|/ | | | | | | | | | (custom-buffer-create-internal): Simplify message. (custom-variable-tag): Reduce height to normal. (custom-variable-value-create, custom-face-value-create) (custom-visibility): New widget. (custom-visibility): New face. (custom-group-value-create): Call widget-add-documentation-string-button, using `custom-visibility'.
* (custom-variable-type): Doc fix.Richard M. Stallman2007-06-111-1/+2
|
* (minibuffer, auto-save): Fix typos in docstrings.Juanma Barranquero2007-04-131-2/+2
|
* (customize-save-variable): Clear customized-value property (savedChong Yidong2007-03-051-6/+2
| | | | | values are now put in theme-value property). (customize-set-variable): Doc fix.
* (custom-save-all): Canonicalize custom-file before storing it inEli Zaretskii2007-02-231-5/+7
| | | | recentf-exclude.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (customize-unsaved): Renamed from customize-customized.Richard M. Stallman2007-01-021-4/+6
| | | | | Change messages accordingly. (customize-customized): Now alias.
* (custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically)Richard M. Stallman2006-12-261-3/+6
| | | | (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
* (custom-save-all): Use find-file-visit-truename for visiting the custom file.Richard M. Stallman2006-11-121-1/+2
|
* (hook): Fix typos in docstring.Juanma Barranquero2006-11-061-2/+2
|
* (custom-mode-map): Move defvar above code using it.Chong Yidong2006-11-061-19/+35
| | | | | (custom-mode-link-map): New variable. (custom-group-link, custom-manual): Use follow-link.
* (hook): Fix typo in docstring.Juanma Barranquero2006-11-061-1/+1
|
* (custom-save-all): Error if saving in .emacs and it had an error when loaded.Richard M. Stallman2006-11-051-0/+2
|
* (custom-unlispify-menu-entries, custom-unlispify-tag-names,Juanma Barranquero2006-11-031-3/+3
| | | | custom-prompt-variable): Use "non-nil" in docstrings.
* * wid-edit.el (widget-button-click-moves-point): New variable.Chong Yidong2006-09-301-0/+7
| | | | | | | (widget-button-click): If widget-button-click-moves-point is non-nil, set point after performing the button action * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
* * cus-edit.el (custom-save-all): Switch to emacs-lisp mode beforeChong Yidong2006-09-291-0/+2
| | | | saving anything to be sure that `forward-sexp' behaves correctly.
* (custom-buffer-create-internal): In `emacs -q',Richard M. Stallman2006-09-221-4/+9
| | | | explain why Save is not available.
* (mode-line): Renamed from modeline. All uses changed.Richard M. Stallman2006-09-141-1/+1
|
* (custom-menu-create): Bind deactivate-mark hereRichard M. Stallman2006-09-081-3/+3
| | | | (custom-group-menu-create): Not here.
* * cus-edit.el (custom-group-menu-create): Avoid deactivating theChong Yidong2006-09-031-1/+2
| | | | mark after running the menu filter.
* (custom-save-variables): Slight cleanup.Richard M. Stallman2006-08-311-9/+21
| | | | | | (Custom-no-edit): Renamed from custom-no-edit. (Custom-newline): Renamed from custom-newline. (custom-mode-map): Use new names.
* (custom-newline): New function.Richard M. Stallman2006-08-161-0/+9
| | | | (custom-mode-map): Bind newline to custom-newline.
* * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so thatChong Yidong2006-07-281-7/+2
| | | | | self-insert-command keys don't activate buttons. (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
* (customize-package-emacs-version-alist): Doc fix.Richard M. Stallman2006-07-281-19/+27
| | | | | (customize-package-emacs-version): Change msg when pkg has no entry. (custom-no-edit): On a button, do like widget-button-press.
* (custom-variable-state-set): If the variable was originally set outsideStefan Monnier2006-07-171-1/+12
| | | | custom, but to the same value as the default, consider it to be standard.
* (custom-no-edit): New command.Richard M. Stallman2006-07-121-1/+8
| | | | | (custom-mode-map): Remap to custom-no-edit instead of using suppress-keymap.
* (customize-apropos): A better error message.Eli Zaretskii2006-06-231-7/+16
| | | | | (top level) <debug-ignored-errors>: Extend and update the list of ignored error messages.