bpt/emacs.git
27 years agoUndo previous censorship changes.
Richard M. Stallman [Thu, 26 Jun 1997 22:10:20 +0000 (22:10 +0000)]
Undo previous censorship changes.

27 years ago(Fbuffer_list): New optional argument FRAME.
Richard M. Stallman [Thu, 26 Jun 1997 21:09:22 +0000 (21:09 +0000)]
(Fbuffer_list): New optional argument FRAME.

27 years agoUpdate copyright notice.
Richard M. Stallman [Thu, 26 Jun 1997 21:08:49 +0000 (21:08 +0000)]
Update copyright notice.

27 years ago(sendmail-program): Look first in /usr/sbin.
Richard M. Stallman [Thu, 26 Jun 1997 07:21:42 +0000 (07:21 +0000)]
(sendmail-program): Look first in /usr/sbin.

27 years agoDon't assign to $0 in awk; some awks don't allow this.
Paul Eggert [Thu, 26 Jun 1997 01:00:03 +0000 (01:00 +0000)]
Don't assign to $0 in awk; some awks don't allow this.

27 years agoSynched with 1.9936.
Per Abrahamsen [Wed, 25 Jun 1997 15:30:27 +0000 (15:30 +0000)]
Synched with 1.9936.

27 years ago(debug-ignored-errors): Correct the error messages
Richard M. Stallman [Wed, 25 Jun 1997 07:27:44 +0000 (07:27 +0000)]
(debug-ignored-errors): Correct the error messages
that are supposed to match imenu.el.

27 years ago(make-help-screen): Clear buffer-read-only.
Richard M. Stallman [Wed, 25 Jun 1997 07:19:52 +0000 (07:19 +0000)]
(make-help-screen): Clear buffer-read-only.

27 years agoChanged some documentation.
Richard M. Stallman [Wed, 25 Jun 1997 07:03:48 +0000 (07:03 +0000)]
Changed some documentation.
(view-exits-all-viewing-windows): Nev variable
replaces view-exit-all-windows-at-exit.
(view-exit-all-windows-at-exit): Variable deleted.
(view-mode-enter): Doesn't set view-exit-action if
argument exit-action is nil.
(view-mode-exit): Only restored windows are removed
from view-return-to-alist.  Follow chains of old-windows.
Do not call replace-buffer-in-windows.
Call exit-action also when a window displays buffer.
(View-exit-and-edit): Now sets read-only by binding
view-old-buffer-read-only.

27 years ago(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.
Richard M. Stallman [Wed, 25 Jun 1997 06:51:08 +0000 (06:51 +0000)]
(Finsert_file_contents): Pass new arg to prepare_to_modify_buffer.

27 years ago(prepare_to_modify_buffer, signal_before_change):
Richard M. Stallman [Wed, 25 Jun 1997 06:50:16 +0000 (06:50 +0000)]
(prepare_to_modify_buffer, signal_before_change):
New argument PRESERVE_PTR.
(del_range_1): Use PRESERVE_PTR to preserve FROM.
Save the length of the range separately.
(NULL): Define if not defined.

27 years agoFix previous change.
Richard M. Stallman [Wed, 25 Jun 1997 06:42:38 +0000 (06:42 +0000)]
Fix previous change.

27 years ago(read_minibuf): New arg allow_props.
Richard M. Stallman [Wed, 25 Jun 1997 05:45:46 +0000 (05:45 +0000)]
(read_minibuf): New arg allow_props.
If it is 0, discard text properties from the result.  Callers changed.
(minibuffer_allow_text_properties): New variable.
(Fread_from_minibuffer): That variable controls allow_props arg.
(syms_of_minibuf): Set up Lisp var.

27 years ago(perform-replace): When matching lookahead, use markers rather than
Paul Eggert [Wed, 25 Jun 1997 05:30:02 +0000 (05:30 +0000)]
(perform-replace): When matching lookahead, use markers rather than
integers, since a replacement may invalidate integers.

27 years ago(rmail-get-new-mail): If conversion fails, delete the text that was inserted.
Richard M. Stallman [Wed, 25 Jun 1997 05:07:36 +0000 (05:07 +0000)]
(rmail-get-new-mail): If conversion fails, delete the text that was inserted.

27 years ago(*-*-bsdi*): New alternative.
Richard M. Stallman [Wed, 25 Jun 1997 04:52:54 +0000 (04:52 +0000)]
(*-*-bsdi*): New alternative.
(i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.

27 years ago(isearch-search-and-update): When a reverse search
Richard M. Stallman [Wed, 25 Jun 1997 03:45:38 +0000 (03:45 +0000)]
(isearch-search-and-update): When a reverse search
need not actually search, update isearch-case-fold-search anyway.
(isearch-mode-map): Define latin-iso8859-9 as self-searching.

27 years ago(buffer): Don't use beginning-of-buffer, end-of-buffer.
Richard M. Stallman [Wed, 25 Jun 1997 03:03:57 +0000 (03:03 +0000)]
(buffer): Don't use beginning-of-buffer, end-of-buffer.

27 years ago(widget-menu-minibuffer-flag): New variable.
Richard M. Stallman [Tue, 24 Jun 1997 22:44:30 +0000 (22:44 +0000)]
(widget-menu-minibuffer-flag): New variable.
(widget-choose): Alternative method to read one character from the keyboard.

(widget-documentation-face): New variable.
(widget-specify-doc): Use the variable.

(widget-default-button-face-get): Try to get it from the parent.
(widget-default-create): Use :tag-face for tags.

(widget-edit-functions): Renamed from widget-edit-hook.
(widget-field-action): Pass the widget as an arg when running hook.

(character): Doc fix.
(restricted-sexp): New widget type.
(integer, number): Use restricted-sexp.

27 years ago(custom-documentation-face): New face.
Richard M. Stallman [Tue, 24 Jun 1997 22:42:54 +0000 (22:42 +0000)]
(custom-documentation-face): New face.
(custom-mode): Use custom-documentation-face for doc strings.
(custom-group-link): Fix the help string.
(custom-magic-show): Doc fix.

(custom-group-value-create): In links style,
use Go to Group instead of Show.
(Custom-goto-parent): New command.
(custom-mode-map): Bind u to Custom-goto-parent.
Bind SPC and DEL.
(custom-buffer-create-internal): Improve help for buttons.
(custom-button-face): New defface.
(custom widget-type): Use custom-button-face for buttons.
(custom-group-tag-faces): Initial value is nil.
(custom-variable-tag-face): Renamed from custom-variable-sample-face.
Initialize it like custom-group-tag-face.
(custom-group-tag-faces): Initialize to nil.
(custom-state-face): New defface.
(custom-magic-value-create):
Use custom-state-face for long State descriptions.

(custom-state-buffer-message): Display the message
only if the item is modified.  Take widget as arg.
(custom-mode): Use widget-edit-functions.

27 years ago(customize-save-customized): Renamed from custom-save-customized.
Richard M. Stallman [Tue, 24 Jun 1997 20:09:49 +0000 (20:09 +0000)]
(customize-save-customized): Renamed from custom-save-customized.

27 years ago(Custom-set): Renamed from custom-set.
Richard M. Stallman [Tue, 24 Jun 1997 20:07:51 +0000 (20:07 +0000)]
(Custom-set): Renamed from custom-set.
(Custom-save): Renamed from custom-save.
(custom-browse-sort-predicate): Defalias deleted.
(custom-group-value-create): Don't sort, in tree mode.
(Custom-mode-menu): Renamed from custom-mode-menu.
(Custom-reset-current): Renamed from custom-reset-current.
(Custom-reset-saved): Renamed from custom-reset-saved.
(Custom-reset-standard): Renamed from custom-reset-standard.
(Custom-menu-update): Renamed from custom-menu-update.
(customize-set-value): Renamed from custom-set-value.
(customize-set-variable): Renamed from custom-set-variable.

27 years ago(track-mouse): Don't customize it.
Richard M. Stallman [Tue, 24 Jun 1997 19:18:52 +0000 (19:18 +0000)]
(track-mouse): Don't customize it.

27 years ago(perform-replace): When matching regexps, if the next match is
Paul Eggert [Tue, 24 Jun 1997 10:48:10 +0000 (10:48 +0000)]
(perform-replace): When matching regexps, if the next match is
adjacent to this one, record the next match before replacing this one.
This fixes a bug where (replace-regexp "\\ba " "c") replaced "a a a "
with "ca c" instead of "ccc".

27 years ago(beginning-of-sexp): New function.
Richard M. Stallman [Tue, 24 Jun 1997 05:25:09 +0000 (05:25 +0000)]
(beginning-of-sexp): New function.
(bounds-of-thing-at-point): Fix typo in computing real-beg.

27 years ago(Ffile_directory_p): Doc fix.
Karl Heuer [Tue, 24 Jun 1997 03:33:33 +0000 (03:33 +0000)]
(Ffile_directory_p): Doc fix.

27 years ago(custom-group-visibility): Widget type
Richard M. Stallman [Tue, 24 Jun 1997 03:17:58 +0000 (03:17 +0000)]
(custom-group-visibility): Widget type
moved from wid-edit.el and renamed from group-visibility.
(custom-group-visibility-create): Function renamed
and moved from wid-edit.el.
(custom-state-buffer-message): New function.
(custom-mode): Add custom-state-buffer-message to widget-edit-hook.

27 years ago(widget-edit-hook): New variable.
Richard M. Stallman [Tue, 24 Jun 1997 03:17:34 +0000 (03:17 +0000)]
(widget-edit-hook): New variable.
(widget-field-action, widget-choice-action): Run that hook
instead of displaying an echo area message.
(widget-toggle-action): Likewise.
(group-visibility, widget-group-visibility-create):
Moved to cus-edit.el and renamed.

27 years ago(hs-discard-overlays): Use overlays-in to
Richard M. Stallman [Tue, 24 Jun 1997 02:26:57 +0000 (02:26 +0000)]
(hs-discard-overlays): Use overlays-in to
get all the overlays in a range.  Don't use let inside a cycle.

27 years ago(outline-discard-overlays): Don't use let inside a cycle.
Richard M. Stallman [Tue, 24 Jun 1997 02:26:42 +0000 (02:26 +0000)]
(outline-discard-overlays): Don't use let inside a cycle.

27 years agoMore info about encryption projects.
Richard M. Stallman [Mon, 23 Jun 1997 23:16:01 +0000 (23:16 +0000)]
More info about encryption projects.

27 years ago(nroff-electric-mode): New defvar.
Richard M. Stallman [Mon, 23 Jun 1997 19:24:02 +0000 (19:24 +0000)]
(nroff-electric-mode): New defvar.

27 years ago(vip-mode-map): Add defvar; move earlier.
Richard M. Stallman [Mon, 23 Jun 1997 19:18:36 +0000 (19:18 +0000)]
(vip-mode-map): Add defvar; move earlier.
(vip-c-string): Variable renamed and defvar added.
(vip-save-minibuffer-local-map): Likewise.
(vip-end-with-a-newline-p): Use STRING (the arg) instead of `text'.

27 years ago(profile-million): Variable moved.
Richard M. Stallman [Mon, 23 Jun 1997 19:12:42 +0000 (19:12 +0000)]
(profile-million): Variable moved.

27 years ago(Info-validate-allnodes): Variable renamed, defvar added.
Richard M. Stallman [Mon, 23 Jun 1997 19:10:51 +0000 (19:10 +0000)]
(Info-validate-allnodes): Variable renamed, defvar added.
(Info-validate-thisnode, Info-validate-lossages): Likewise.
Change all references.

27 years ago(Freverse): Simplify.
Richard M. Stallman [Mon, 23 Jun 1997 18:56:17 +0000 (18:56 +0000)]
(Freverse): Simplify.

27 years ago* config.sub (mn10200): Recognize new basic machine.
Jeff Law [Mon, 23 Jun 1997 17:53:11 +0000 (17:53 +0000)]
* config.sub (mn10200): Recognize new basic machine.

27 years agoProvide 'rlogin.
Noah Friedman [Mon, 23 Jun 1997 08:22:53 +0000 (08:22 +0000)]
Provide 'rlogin.

27 years agoUpdate copyright year.
Noah Friedman [Mon, 23 Jun 1997 08:21:26 +0000 (08:21 +0000)]
Update copyright year.
Put back RCS version comment string, which rms keeps removing.

Don't call resize-minibuffer-mode at load time.
Don't modify minibuffer-setup-hook at load time.

(resize-minibuffer-mode): Add resize-minibuffer-setup to
minibuffer-setup-hook.

27 years ago(dired-add-entry): New optional arg RELATIVE.
Richard M. Stallman [Mon, 23 Jun 1997 06:34:29 +0000 (06:34 +0000)]
(dired-add-entry): New optional arg RELATIVE.
(dired-update-file-line): Pass t for RELATIVE.

27 years agoDon't require timer; use autoloaded functions from Emacs or XEmacs,
Noah Friedman [Mon, 23 Jun 1997 05:28:51 +0000 (05:28 +0000)]
Don't require timer; use autoloaded functions from Emacs or XEmacs,
depending on variant.

Do not use defsubst anywhere.  Replace with defuns.

(type-break-warning-message-mode): Variable deleted.

(type-break-query-mode): New variable and function.
(type-break-mode): Mention in docstring.

(type-break-run-at-time): New function.
All callers of run-at-time changed.

(type-break-cancel-function-timers): New function.
All callers of cancel-function-timers changed.

(type-break-check-post-command-hook): New function.
(type-break-mode, type-break-schedule, type-break-alarm,
type-break-time-warning-alarm): Call it.

(type-break-mode-line-countdown-or-break): New function.
(type-break): Call it.

(type-break-time-warning-schedule): Put type-break-time-warning
on type-break-post-command-hook.

(type-break-check): Call type-break-mode-line-countdown-or-break.

(type-break-noninteractive-query): New function.
(type-break-force-mode-line-update): New function.

27 years ago(read-hiragana-string): Call read-multilingual-string correctly.
Richard M. Stallman [Mon, 23 Jun 1997 05:03:04 +0000 (05:03 +0000)]
(read-hiragana-string): Call read-multilingual-string correctly.

27 years agoChanges which are not mine:
Noah Friedman [Mon, 23 Jun 1997 04:58:15 +0000 (04:58 +0000)]
Changes which are not mine:

    1996-01-20  Richard M. Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
    Move defsubsts before defuns.

    1996-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
    (type-break-demo-life): Pass proper format string to message.

    1996-01-04  Paul Eggert  <eggert@twinsun.com>
    (type-break-guesstimate-keystroke-threshold): Renamed from
    type-break-guestimate-keystroke-threshold.
    (type-break-keystroke-threshold, type-break-mode): Doc fix.

(type-break-warning-message-mode): New variable.
(type-break-warning-countdown-string): New variable.
(type-break-warning-countdown-string-type): New variable.

(type-break-warning-message-mode): New function.
(type-break-alarm): Reset type-break mode.
(type-break-check): Ignore mouse motion.

27 years agodump-emacs works only with -batch.
Richard M. Stallman [Mon, 23 Jun 1997 04:19:27 +0000 (04:19 +0000)]
dump-emacs works only with -batch.

27 years ago(picture-draw-rectangle): New command.
Richard M. Stallman [Mon, 23 Jun 1997 04:16:44 +0000 (04:16 +0000)]
(picture-draw-rectangle): New command.
(picture-mode-map): Add binding for picture-draw-rectangle.
(picture-mode): Doc fix.
(picture-rectangle-ctl): New variable.
(picture-rectangle-ctr): New variable.
(picture-rectangle-cbr): New variable.
(picture-rectangle-cbl): New variable.
(picture-rectangle-v): New variable.
(picture-rectangle-h): New variable.
(move-to-column-force): Function deleted;
calls changed to use move-to-column.
(picture-insert): New function.
(picture-self-insert): Use picture-insert.
(picture-current-line): New function.

27 years ago(decipher-copy-cons): Renamed from decipher-get-undo-copy. Calls changed.
Richard M. Stallman [Mon, 23 Jun 1997 02:59:21 +0000 (02:59 +0000)]
(decipher-copy-cons): Renamed from decipher-get-undo-copy.  Calls changed.

27 years ago(popup-menu): Redefine as macro.
Richard M. Stallman [Mon, 23 Jun 1997 02:56:03 +0000 (02:56 +0000)]
(popup-menu): Redefine as macro.
(popup-menu-popup, popup-menu-internal): New function.

27 years ago(src/config.stamp): Target renamed from src/config.h and touch it explicitly.
Richard M. Stallman [Mon, 23 Jun 1997 02:53:36 +0000 (02:53 +0000)]
(src/config.stamp): Target renamed from src/config.h and touch it explicitly.

27 years ago(reporter-version): Change value.
Richard M. Stallman [Mon, 23 Jun 1997 02:48:06 +0000 (02:48 +0000)]
(reporter-version): Change value.

27 years agoInitial revision
Richard M. Stallman [Mon, 23 Jun 1997 02:46:15 +0000 (02:46 +0000)]
Initial revision

27 years ago(KERNEL_FILE): New overriding definition.
Richard M. Stallman [Mon, 23 Jun 1997 02:45:44 +0000 (02:45 +0000)]
(KERNEL_FILE): New overriding definition.

27 years ago(read_avail_input): Check for failure with EIO.
Richard M. Stallman [Mon, 23 Jun 1997 02:39:44 +0000 (02:39 +0000)]
(read_avail_input): Check for failure with EIO.

27 years ago(lib-src): Depend on src/config.h (e.g. for movemail.o).
Richard M. Stallman [Mon, 23 Jun 1997 02:30:36 +0000 (02:30 +0000)]
(lib-src): Depend on src/config.h (e.g. for movemail.o).
(src/config.h): New target to re-configure if src/config.in is patched.

27 years ago(vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.
Richard M. Stallman [Mon, 23 Jun 1997 02:19:40 +0000 (02:19 +0000)]
(vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot.

27 years agoDelete RCS version header.
Richard M. Stallman [Mon, 23 Jun 1997 02:10:46 +0000 (02:10 +0000)]
Delete RCS version header.

27 years ago(lm-version, lm-last-modified-date):
Richard M. Stallman [Mon, 23 Jun 1997 02:09:46 +0000 (02:09 +0000)]
(lm-version, lm-last-modified-date):
Clean up strings that looked like RCS headers.

27 years ago(ielm-header): Delete version and RCS header.
Richard M. Stallman [Mon, 23 Jun 1997 02:07:09 +0000 (02:07 +0000)]
(ielm-header): Delete version and RCS header.

27 years ago(edebug-version): Use the Emacs version.
Richard M. Stallman [Mon, 23 Jun 1997 02:04:50 +0000 (02:04 +0000)]
(edebug-version): Use the Emacs version.

27 years ago(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
Richard M. Stallman [Mon, 23 Jun 1997 01:54:03 +0000 (01:54 +0000)]
(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.

27 years agoTest __linux__ along with NEWSOS5.
Richard M. Stallman [Mon, 23 Jun 1997 01:52:54 +0000 (01:52 +0000)]
Test __linux__ along with NEWSOS5.
(KERNEL_FILE, UNEXEC): Don't redefine them if __linux__.
[__linux__] (TEXT_START, DATA_START, DATA_SEG_BITS):
Alternate definitions.

27 years ago(mips-*-linux-gnu*): New alternative.
Richard M. Stallman [Mon, 23 Jun 1997 01:49:24 +0000 (01:49 +0000)]
(mips-*-linux-gnu*): New alternative.

27 years ago(Fdump_emacs): Bind command-line-processed to nil here.
Richard M. Stallman [Mon, 23 Jun 1997 01:37:22 +0000 (01:37 +0000)]
(Fdump_emacs): Bind command-line-processed to nil here.

27 years ago(Fdump_emacs): Error if not run in batch mode.
Richard M. Stallman [Mon, 23 Jun 1997 00:47:19 +0000 (00:47 +0000)]
(Fdump_emacs): Error if not run in batch mode.

27 years ago(latex-imenu-create-index): Make it much smarter.
Richard M. Stallman [Mon, 23 Jun 1997 00:30:48 +0000 (00:30 +0000)]
(latex-imenu-create-index): Make it much smarter.
(latex-imenu-indent-string): New variable.

27 years ago(command-line-1): Don't display startup message
Richard M. Stallman [Mon, 23 Jun 1997 00:29:59 +0000 (00:29 +0000)]
(command-line-1): Don't display startup message
if the buffer-is nonempty.  Don't make undo entries for it.

27 years ago(byte-compile-file): Doc fix.
Richard M. Stallman [Sun, 22 Jun 1997 23:08:47 +0000 (23:08 +0000)]
(byte-compile-file): Doc fix.
(batch-byte-compile-file): Return what byte-compile-file returns.

27 years ago(LIBS_TERMCAP): Use -ltermcap instead of -lc.
Richard M. Stallman [Sun, 22 Jun 1997 22:55:28 +0000 (22:55 +0000)]
(LIBS_TERMCAP): Use -ltermcap instead of -lc.

27 years ago(doctor-death): Give real advice to truly suicidal.
Richard M. Stallman [Sun, 22 Jun 1997 21:34:22 +0000 (21:34 +0000)]
(doctor-death): Give real advice to truly suicidal.

27 years agoInitial revision
Richard M. Stallman [Sun, 22 Jun 1997 20:08:32 +0000 (20:08 +0000)]
Initial revision

27 years agoComment change.
Richard M. Stallman [Sun, 22 Jun 1997 19:52:10 +0000 (19:52 +0000)]
Comment change.

27 years agoFix previous change.
Richard M. Stallman [Sun, 22 Jun 1997 19:26:41 +0000 (19:26 +0000)]
Fix previous change.

27 years ago(mips-sony-newsos6*): New alternative.
Richard M. Stallman [Sun, 22 Jun 1997 19:17:51 +0000 (19:17 +0000)]
(mips-sony-newsos6*): New alternative.

27 years agoAdd mips-sony-newsos6.
Richard M. Stallman [Sun, 22 Jun 1997 19:11:48 +0000 (19:11 +0000)]
Add mips-sony-newsos6.

27 years agoAdd provide call.
Richard M. Stallman [Sun, 22 Jun 1997 18:57:55 +0000 (18:57 +0000)]
Add provide call.

27 years agoWhitespace change.
Richard M. Stallman [Sun, 22 Jun 1997 18:47:05 +0000 (18:47 +0000)]
Whitespace change.

27 years agoFix provide call.
Richard M. Stallman [Sun, 22 Jun 1997 18:32:34 +0000 (18:32 +0000)]
Fix provide call.

27 years ago(Fdelete_frame): Clear echo_area_glyphs if it was in this frame.
Richard M. Stallman [Sun, 22 Jun 1997 17:58:03 +0000 (17:58 +0000)]
(Fdelete_frame): Clear echo_area_glyphs if it was in this frame.

27 years ago(paren-blinking group): Doc fix.
Richard M. Stallman [Sun, 22 Jun 1997 09:16:07 +0000 (09:16 +0000)]
(paren-blinking group): Doc fix.

(current-word): Ignore text properties.

27 years ago(wait_reading_process_input): Don't check for
Richard M. Stallman [Sun, 22 Jun 1997 09:06:04 +0000 (09:06 +0000)]
(wait_reading_process_input): Don't check for
keyboard input if wait_for_cell.

27 years agoChange copyright notice.
Richard M. Stallman [Sun, 22 Jun 1997 08:57:18 +0000 (08:57 +0000)]
Change copyright notice.

27 years ago(edebug-sit-for-seconds): New variable.
Richard M. Stallman [Sun, 22 Jun 1997 05:01:30 +0000 (05:01 +0000)]
(edebug-sit-for-seconds): New variable.
(edebug-display): Use that variable to control amt of time.

27 years ago(delay-uniquify-rationalize-file-buffer-names): Remove this hook here,
Richard M. Stallman [Sat, 21 Jun 1997 23:59:11 +0000 (23:59 +0000)]
(delay-uniquify-rationalize-file-buffer-names): Remove this hook here,
if we won't call delayed-uniquify-rationalize-file-buffer-names.
(uniquify-buffer-name-style): Default value is nil.

27 years ago(widget-default-value-set): Preserve point here.
Richard M. Stallman [Sat, 21 Jun 1997 23:37:57 +0000 (23:37 +0000)]
(widget-default-value-set): Preserve point here.
(widget-choice-action, widget-toggle-action): Not here.
(widget-choice-action, widget-toggle-action):
Display a message about [State].
(widget-field-action): Improve message.

27 years ago(custom-buffer-create-internal):
Richard M. Stallman [Sat, 21 Jun 1997 23:36:32 +0000 (23:36 +0000)]
(custom-buffer-create-internal):
Insert an explanation of the [Set] [Save]... line.
Rename Done to Bury Buffer.

27 years ago(widget-file-complete): New function.
Richard M. Stallman [Sat, 21 Jun 1997 21:25:16 +0000 (21:25 +0000)]
(widget-file-complete): New function.
(file): Use widget-file-complete for :completion.  Delete :action.
(symbol): Use lisp-complete-symbol for :completion.
(widget-file-action): Function deleted.
(widget-field-action): Just move to next field.
(widget-choice-action, widget-toggle-action):
Preserve point usefully if it is within the widget.

(group-visibility): Inherit from visibility.

27 years ago(custom-add-parent-links): New arg INITIAL-STRING.
Richard M. Stallman [Sat, 21 Jun 1997 20:07:48 +0000 (20:07 +0000)]
(custom-add-parent-links): New arg INITIAL-STRING.
(custom-group-value-create): Pass that arg.
(custom-buffer-create-internal): Clarify initial documentation.

(custom-tree-group-tag): Capitalize the tag.
(custom-tree-variable-tag, custom-tree-face-tag): Likewise.
(customize-browse): Corresponding changes.

27 years ago(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman [Sat, 21 Jun 1997 18:51:28 +0000 (18:51 +0000)]
(custom-group-value-create): Use group-visibility widget.
(custom-add-parent-links): Don't insert anything if no parents.
Return non-nil iff do have parents.

27 years ago(group-visibility): New widget type.
Richard M. Stallman [Sat, 21 Jun 1997 18:32:42 +0000 (18:32 +0000)]
(group-visibility): New widget type.
(widget-group-visibility-create): New function.

27 years ago(custom-group-value-create): Use group-visibility widget.
Richard M. Stallman [Sat, 21 Jun 1997 18:23:40 +0000 (18:23 +0000)]
(custom-group-value-create): Use group-visibility widget.

27 years ago(custom-magic-value-create):
Richard M. Stallman [Sat, 21 Jun 1997 18:20:23 +0000 (18:20 +0000)]
(custom-magic-value-create):
In `links' style, don't indent the member groups.
(custom-group-value-create): Likewise.

27 years agoComment change.
Richard M. Stallman [Sat, 21 Jun 1997 17:31:29 +0000 (17:31 +0000)]
Comment change.

27 years ago(widget-documentation-link-action):
Richard M. Stallman [Sat, 21 Jun 1997 17:30:26 +0000 (17:30 +0000)]
(widget-documentation-link-action):
Use describe-function or describe-variable in simple cases.

27 years agoSynched with 1.9930.
Per Abrahamsen [Sat, 21 Jun 1997 12:48:00 +0000 (12:48 +0000)]
Synched with 1.9930.

27 years agoDoc fixes.
Richard M. Stallman [Sat, 21 Jun 1997 07:37:53 +0000 (07:37 +0000)]
Doc fixes.
(ogonek-jak, ogonek-how): Examples of customization fixed.

27 years ago(custom-magic-alist) <hidden>: Don't refer to "dots".
Richard M. Stallman [Sat, 21 Jun 1997 05:19:46 +0000 (05:19 +0000)]
(custom-magic-alist) <hidden>: Don't refer to "dots".

27 years ago(boolean): Capitalize "toggle".
Richard M. Stallman [Sat, 21 Jun 1997 05:13:41 +0000 (05:13 +0000)]
(boolean): Capitalize "toggle".
(choice): Capitalize "value menu".
(visibility): Capitalize "hide" and "show".
(group-visibility): Likewise.
(widget-documentation-string-value-create): Capitalize "more".

(widget-specify-insert): Bind before-change-functions.
(widget-insert, widget-setup): Likewise.
(widget-editable-list-delete-at, widget-default-delete): Likewise.
(widget-editable-list-insert-before): Likewise.
(widget-setup): Set up before-change-functions.
(widget-after-change): Don't apply :notify here.
(widget-before-change): New function.  Apply :notify here.
(group-link): New widget type.
(widget-group-link-action): New function.
(widget-group-link-create): New function.

(group-visibility): New widget type.

27 years ago(customize-menu-create): Return nil if Emacs.
Richard M. Stallman [Sat, 21 Jun 1997 05:02:47 +0000 (05:02 +0000)]
(customize-menu-create): Return nil if Emacs.
(custom-mode): Handle custom-mode-customize-menu being nil.
(custom-mode-customize-menu): Don't initialize if customize-menu-create
returns nil.

27 years ago(custom-nest-groups): New variable.
Richard M. Stallman [Sat, 21 Jun 1997 04:54:54 +0000 (04:54 +0000)]
(custom-nest-groups): New variable.
(custom-group): Don't insert a space before the group name here.
(customize-group): If buffer exists, use it unchanged.
(custom-format-handler) <L>: Maybe make a group-link widget
instead of a group-visibility widget.
custom-nest-groups controls this.
<l, i, e>: Indent differently if custom-nest-groups.

27 years agoautomatically generated from GPLed version
Ulrich Drepper [Sat, 21 Jun 1997 04:31:18 +0000 (04:31 +0000)]
automatically generated from GPLed version

27 years agoautomatically generated from GPLed version
Paul Eggert [Sat, 21 Jun 1997 04:31:18 +0000 (04:31 +0000)]
automatically generated from GPLed version