1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

8838 Commits

Author SHA1 Message Date
Richard M. Stallman
8691cfa76d (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.
1997-06-24 03:17:58 +00:00
Richard M. Stallman
211c9fe920 (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.
1997-06-24 03:17:34 +00:00
Richard M. Stallman
e863e26439 (hs-discard-overlays): Use overlays-in to
get all the overlays in a range.  Don't use let inside a cycle.
1997-06-24 02:26:57 +00:00
Richard M. Stallman
24b96659f1 (outline-discard-overlays): Don't use let inside a cycle. 1997-06-24 02:26:42 +00:00
Richard M. Stallman
934b4e4f26 (nroff-electric-mode): New defvar. 1997-06-23 19:24:02 +00:00
Richard M. Stallman
c93c42a61a (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'.
1997-06-23 19:18:36 +00:00
Richard M. Stallman
51eb91c27c (profile-million): Variable moved. 1997-06-23 19:12:42 +00:00
Richard M. Stallman
c88cd504f0 (Info-validate-allnodes): Variable renamed, defvar added.
(Info-validate-thisnode, Info-validate-lossages): Likewise.
Change all references.
1997-06-23 19:10:51 +00:00
Noah Friedman
140835c2e8 Provide 'rlogin. 1997-06-23 08:22:53 +00:00
Noah Friedman
a8a9b70d54 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.
1997-06-23 08:21:26 +00:00
Richard M. Stallman
24193f35e6 (dired-add-entry): New optional arg RELATIVE.
(dired-update-file-line): Pass t for RELATIVE.
1997-06-23 06:34:29 +00:00
Noah Friedman
846f6dd90a 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.
1997-06-23 05:28:51 +00:00
Richard M. Stallman
e31bd500ac (read-hiragana-string): Call read-multilingual-string correctly. 1997-06-23 05:03:04 +00:00
Noah Friedman
b4dc9e6aff 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.
1997-06-23 04:58:15 +00:00
Richard M. Stallman
d792910f8b (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.
1997-06-23 04:16:44 +00:00
Richard M. Stallman
93ce34bffe (decipher-copy-cons): Renamed from decipher-get-undo-copy. Calls changed. 1997-06-23 02:59:21 +00:00
Richard M. Stallman
4d06d2bed2 (popup-menu): Redefine as macro.
(popup-menu-popup, popup-menu-internal): New function.
1997-06-23 02:56:03 +00:00
Richard M. Stallman
24ec11f0a8 (reporter-version): Change value. 1997-06-23 02:48:06 +00:00
Richard M. Stallman
65431d5b28 Initial revision 1997-06-23 02:46:15 +00:00
Richard M. Stallman
9bef02e187 (vc-menu-map): Add bindings for vc-retrieve-snapshot and vc-create-snapshot. 1997-06-23 02:19:40 +00:00
Richard M. Stallman
b96d6bbdda Delete RCS version header. 1997-06-23 02:10:46 +00:00
Richard M. Stallman
e555bfcb78 (lm-version, lm-last-modified-date):
Clean up strings that looked like RCS headers.
1997-06-23 02:09:46 +00:00
Richard M. Stallman
0a13146e0d (ielm-header): Delete version and RCS header. 1997-06-23 02:07:09 +00:00
Richard M. Stallman
7f2b42a1f7 (edebug-version): Use the Emacs version. 1997-06-23 02:04:50 +00:00
Richard M. Stallman
a53c647b51 (latex-imenu-create-index): Make it much smarter.
(latex-imenu-indent-string): New variable.
1997-06-23 00:30:48 +00:00
Richard M. Stallman
f862008d65 (command-line-1): Don't display startup message
if the buffer-is nonempty.  Don't make undo entries for it.
1997-06-23 00:29:59 +00:00
Richard M. Stallman
1c57117e75 (byte-compile-file): Doc fix.
(batch-byte-compile-file): Return what byte-compile-file returns.
1997-06-22 23:08:47 +00:00
Richard M. Stallman
f535f6b22c (doctor-death): Give real advice to truly suicidal. 1997-06-22 21:34:22 +00:00
Richard M. Stallman
6b27974068 Initial revision 1997-06-22 20:08:32 +00:00
Richard M. Stallman
326e87d25c Comment change. 1997-06-22 19:52:10 +00:00
Richard M. Stallman
896546cd9b Add provide call. 1997-06-22 18:57:55 +00:00
Richard M. Stallman
43c89a968e Whitespace change. 1997-06-22 18:47:05 +00:00
Richard M. Stallman
69d92b8a69 Fix provide call. 1997-06-22 18:32:34 +00:00
Richard M. Stallman
020db25fa4 (paren-blinking group): Doc fix.
(current-word): Ignore text properties.
1997-06-22 09:16:07 +00:00
Richard M. Stallman
fa526c4a22 Change copyright notice. 1997-06-22 08:57:18 +00:00
Richard M. Stallman
5492ef3c71 (edebug-sit-for-seconds): New variable.
(edebug-display): Use that variable to control amt of time.
1997-06-22 05:01:30 +00:00
Richard M. Stallman
4219b27be4 (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.
1997-06-21 23:59:11 +00:00
Richard M. Stallman
d0acc4ea1e (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.
1997-06-21 23:37:57 +00:00
Richard M. Stallman
0eef62d545 (custom-buffer-create-internal):
Insert an explanation of the [Set] [Save]... line.
Rename Done to Bury Buffer.
1997-06-21 23:36:32 +00:00
Richard M. Stallman
f1231b8e0c (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.
1997-06-21 21:25:16 +00:00
Richard M. Stallman
cd6c094087 (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.
1997-06-21 20:07:48 +00:00
Richard M. Stallman
d377bee988 (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.
1997-06-21 18:51:28 +00:00
Richard M. Stallman
515c9d0d08 (group-visibility): New widget type.
(widget-group-visibility-create): New function.
1997-06-21 18:32:42 +00:00
Richard M. Stallman
043ee6f671 (custom-group-value-create): Use group-visibility widget. 1997-06-21 18:23:40 +00:00
Richard M. Stallman
26c7b3ef79 (custom-magic-value-create):
In `links' style, don't indent the member groups.
(custom-group-value-create): Likewise.
1997-06-21 18:20:23 +00:00
Richard M. Stallman
f992349954 Comment change. 1997-06-21 17:31:29 +00:00
Richard M. Stallman
9dccd7efe5 (widget-documentation-link-action):
Use describe-function or describe-variable in simple cases.
1997-06-21 17:30:26 +00:00
Per Abrahamsen
944c91b6b3 Synched with 1.9930. 1997-06-21 12:48:00 +00:00
Richard M. Stallman
f23515e161 Doc fixes.
(ogonek-jak, ogonek-how): Examples of customization fixed.
1997-06-21 07:37:53 +00:00
Richard M. Stallman
cbc7d89241 (custom-magic-alist) <hidden>: Don't refer to "dots". 1997-06-21 05:19:46 +00:00