Glenn Morris
47fdaab85a
Drew Adams <drew.adams at oracle.com>
...
(custom-face-edit-activate): Doc fix.
2007-09-16 03:06:30 +00:00
Glenn Morris
7739e58392
Drew Adams <drew.adams at oracle.com>
...
(custom-face-edit-activate): Doc fix.
2007-09-16 03:06:12 +00:00
Glenn Morris
d0da8f91f1
(custom-buffer-create-internal): Check tool-bar-mode is bound.
2007-09-05 03:49:26 +00:00
Miles Bader
0896d93184
Merge from emacs--rel--22
...
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
2007-08-03 05:49:59 +00:00
Glenn Morris
da435d1cf2
(customize-apropos): Make the error message indicate what kind of
...
thing the user was trying to customize.
2007-08-03 03:21:49 +00:00
Richard M. Stallman
bd18cd1928
(customize-apropos, customize-apropos-options)
...
(customize-apropos-faces, customize-apropos-groups): Improve prompt.
2007-08-02 17:53:19 +00:00
Vinicius Jose Latorre
aa96d4d57d
Fix parent groups link
2007-08-01 01:18:37 +00:00
Vinicius Jose Latorre
d84fcc304f
Fix parent groups link
2007-08-01 01:17:51 +00:00
Miles Bader
ed8c9cf163
Fix void function definition error in cus-edit.el
...
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>
2007-07-30 05:33:55 +00:00
Stefan Monnier
a0247dcf39
(customize-read-group): New fun.
...
(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'.
2007-07-28 20:03:40 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
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
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c
Switch license to GPLv3 or later.
2007-07-25 04:50:21 +00:00
Chong Yidong
9db1942d9a
(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.
2007-07-05 18:37:29 +00:00
Chong Yidong
12bafdaa03
(custom-split-regexp-maybe): Simplify.
...
(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'.
2007-06-14 23:08:20 +00:00
Richard M. Stallman
f0fc85830b
(custom-variable-type): Doc fix.
2007-06-11 05:12:38 +00:00
Juanma Barranquero
040ee34f61
(minibuffer, auto-save): Fix typos in docstrings.
2007-04-13 09:05:43 +00:00
Chong Yidong
fe4acc60c6
(customize-save-variable): Clear customized-value property (saved
...
values are now put in theme-value property).
(customize-set-variable): Doc fix.
2007-03-05 15:16:08 +00:00
Eli Zaretskii
c34a8a8740
(custom-save-all): Canonicalize custom-file before storing it in
...
recentf-exclude.
2007-02-23 19:13:40 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Richard M. Stallman
0b97da8f38
(customize-unsaved): Renamed from customize-customized.
...
Change messages accordingly.
(customize-customized): Now alias.
2007-01-02 20:55:54 +00:00
Richard M. Stallman
ba5b643ea3
(custom-browse-sort-alphabetically, custom-buffer-sort-alphabetically)
...
(custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
2006-12-26 21:48:17 +00:00
Richard M. Stallman
9e2f5050bc
(custom-save-all): Use find-file-visit-truename for visiting the custom file.
2006-11-12 19:55:10 +00:00
Juanma Barranquero
c8c9333c69
(hook): Fix typos in docstring.
2006-11-06 22:37:30 +00:00
Chong Yidong
f3093f777f
(custom-mode-map): Move defvar above code using it.
...
(custom-mode-link-map): New variable.
(custom-group-link, custom-manual): Use follow-link.
2006-11-06 22:05:23 +00:00
Juanma Barranquero
1839a807ff
(hook): Fix typo in docstring.
2006-11-06 02:49:18 +00:00
Richard M. Stallman
e29e9065b1
(custom-save-all): Error if saving in .emacs and it had an error when loaded.
2006-11-05 15:17:49 +00:00
Juanma Barranquero
10cb6e7b96
(custom-unlispify-menu-entries, custom-unlispify-tag-names,
...
custom-prompt-variable): Use "non-nil" in docstrings.
2006-11-03 15:06:26 +00:00
Chong Yidong
b0c4ae71dc
* wid-edit.el (widget-button-click-moves-point): New variable.
...
(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.
2006-09-30 15:45:35 +00:00
Chong Yidong
31b7fa51d6
* cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
...
saving anything to be sure that `forward-sexp' behaves correctly.
2006-09-29 18:31:33 +00:00
Richard M. Stallman
83ff1415e5
(custom-buffer-create-internal): In `emacs -q',
...
explain why Save is not available.
2006-09-22 21:47:00 +00:00
Richard M. Stallman
0518917aaa
(mode-line): Renamed from modeline. All uses changed.
2006-09-14 23:53:55 +00:00
Richard M. Stallman
809f0c3561
(custom-menu-create): Bind deactivate-mark here
...
(custom-group-menu-create): Not here.
2006-09-08 11:57:05 +00:00
Chong Yidong
b1674d6103
* cus-edit.el (custom-group-menu-create): Avoid deactivating the
...
mark after running the menu filter.
2006-09-03 14:13:37 +00:00
Richard M. Stallman
adcc7a37ed
(custom-save-variables): Slight cleanup.
...
(Custom-no-edit): Renamed from custom-no-edit.
(Custom-newline): Renamed from custom-newline.
(custom-mode-map): Use new names.
2006-08-31 23:16:03 +00:00
Richard M. Stallman
19f0515ada
(custom-newline): New function.
...
(custom-mode-map): Bind newline to custom-newline.
2006-08-16 05:05:08 +00:00
Chong Yidong
a8da2abd40
* cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
...
self-insert-command keys don't activate buttons.
(custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
2006-07-28 18:08:11 +00:00
Richard M. Stallman
7eb944cfa0
(customize-package-emacs-version-alist): Doc fix.
...
(customize-package-emacs-version): Change msg when pkg has no entry.
(custom-no-edit): On a button, do like widget-button-press.
2006-07-28 03:31:44 +00:00
Stefan Monnier
e0a0d9fe5c
(custom-variable-state-set): If the variable was originally set outside
...
custom, but to the same value as the default, consider it to be standard.
2006-07-17 21:24:17 +00:00
Richard M. Stallman
0ce026b1d2
(custom-no-edit): New command.
...
(custom-mode-map): Remap to custom-no-edit instead of
using suppress-keymap.
2006-07-12 15:56:33 +00:00
Eli Zaretskii
81711dbab8
(customize-apropos): A better error message.
...
(top level) <debug-ignored-errors>: Extend and update the list of ignored
error messages.
2006-06-23 13:17:44 +00:00
Richard M. Stallman
161c71277e
(customize-option, customize-option-other-window): Error if SYMBOL is nil.
2006-06-19 21:46:54 +00:00
Richard M. Stallman
11f0cdf824
(custom-guess-name-alist): Recognize `-flag'.
2006-06-16 15:12:09 +00:00
Luc Teirlinck
dbc1f997bd
(custom-documentation): Avoid nil spec in defface.
2006-04-21 23:38:54 +00:00
Bill Wohler
994019dfac
* cus-edit.el (customize-package-emacs-version-alist): Update
...
docstring.
(customize-package-emacs-version): Use cdr instead of cadr now that
alists use dotted pairs.
* custom.el (defcustom): Fix docstring for :package-version.
2006-04-14 00:46:39 +00:00
Bill Wohler
4e9c705e50
* custom.el (defcustom, custom-handle-keyword): Add :package-version
...
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.
2006-04-10 23:43:34 +00:00
Chong Yidong
e02577b7d8
* cus-edit.el (custom-face-set): Call custom-push-theme before
...
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.
2006-03-21 16:44:10 +00:00
Luc Teirlinck
2071d18477
(customize-changed-options): Mention explicit version number as
...
default in prompt.
2006-03-17 23:12:14 +00:00
Eli Zaretskii
33709261ef
(custom-quote): Remove function since it has been moved to custom.el.
2006-03-03 12:23:29 +00:00
Chong Yidong
8ed50a66d3
* cus-edit.el (customize-set-variable): Push setting to `user' theme.
2006-02-19 17:27:37 +00:00
Chong Yidong
2d656942f6
* cus-edit.el (custom-save-variables): Allow unthemed values.
2006-02-19 15:50:09 +00:00