bpt/emacs.git
26 years ago(temp_output_buffer_show): Copy default-directory from current buffer.
Richard M. Stallman [Sun, 29 Jun 1997 00:35:28 +0000 (00:35 +0000)]
(temp_output_buffer_show): Copy default-directory from current buffer.

26 years ago(wait_reading_process_input): If wait_for_cell,
Richard M. Stallman [Sun, 29 Jun 1997 00:34:36 +0000 (00:34 +0000)]
(wait_reading_process_input): If wait_for_cell,
do check for keyboard input and swallow events, just don't exit.
(max): New macro.
(wait_reading_process_input): Pass a smaller first arg to select.

26 years ago(scan_sexps_forward): Split up a complex if-test.
Richard M. Stallman [Sun, 29 Jun 1997 00:33:39 +0000 (00:33 +0000)]
(scan_sexps_forward): Split up a complex if-test.

26 years ago[HAVE_TERMIOS_H]: Include termios.h.
Richard M. Stallman [Sun, 29 Jun 1997 00:08:34 +0000 (00:08 +0000)]
[HAVE_TERMIOS_H]: Include termios.h.

26 years ago(Fcall_process): Avoid storing alloca result
Richard M. Stallman [Sat, 28 Jun 1997 23:45:26 +0000 (23:45 +0000)]
(Fcall_process): Avoid storing alloca result
directly into array element.

26 years agoautomatically generated from GPLed version
Paul Eggert [Sat, 28 Jun 1997 23:28:13 +0000 (23:28 +0000)]
automatically generated from GPLed version

26 years agoautomatically generated from GPLed version
Richard M. Stallman [Sat, 28 Jun 1997 23:28:13 +0000 (23:28 +0000)]
automatically generated from GPLed version

26 years agoXEmacs compatibility hacks cleaned up.
Karl Heuer [Sat, 28 Jun 1997 21:27:18 +0000 (21:27 +0000)]
XEmacs compatibility hacks cleaned up.
(ffap-url-fetcher): If `browse-url' is bound, use that.
(ffap-locate-file): New optional arg dir-ok.
(ffap-at-mouse): Fix return value.

26 years ago(Fbury_buffer): Undo previous change.
Richard M. Stallman [Sat, 28 Jun 1997 07:56:29 +0000 (07:56 +0000)]
(Fbury_buffer): Undo previous change.

26 years agoFix previous change.
Richard M. Stallman [Sat, 28 Jun 1997 03:17:03 +0000 (03:17 +0000)]
Fix previous change.

26 years ago(nonincremental-repeat-search-forward)
Richard M. Stallman [Sat, 28 Jun 1997 03:15:16 +0000 (03:15 +0000)]
(nonincremental-repeat-search-forward)
(nonincremental-repeat-search-backward)
(nonincremental-repeat-re-search-forward)
(nonincremental-repeat-re-search-backward):
Special error check for no previous search.

26 years ago(lisptagsfiles): Look at subdirs only if name
Richard M. Stallman [Sat, 28 Jun 1997 03:09:27 +0000 (03:09 +0000)]
(lisptagsfiles): Look at subdirs only if name
starts with a letter.
(dontcompilefiles): Don't compile latin-5.el.
(updates): Reject subdirs whose names start with =.
(custom-deps, finder-data, autoloads, update-subdirs): Likewise.

26 years ago(scroll-bar-side): Variable deleted.
Richard M. Stallman [Sat, 28 Jun 1997 00:45:31 +0000 (00:45 +0000)]
(scroll-bar-side): Variable deleted.
(toggle-scroll-bar, toggle-horizontal-scroll-bar):
Moved to scroll-bar.el.

26 years ago(scroll-bar-mode): Extra defvar to avoid warning.
Richard M. Stallman [Sat, 28 Jun 1997 00:44:52 +0000 (00:44 +0000)]
(scroll-bar-mode): Extra defvar to avoid warning.

26 years ago(toggle-scroll-bar): Moved from frame.el.
Richard M. Stallman [Sat, 28 Jun 1997 00:43:48 +0000 (00:43 +0000)]
(toggle-scroll-bar): Moved from frame.el.
Use scroll-bar-mode to determine which side; if it's nil, use left.
(set-scroll-bar-mode): New subroutine, taken from scroll-bar-mode.
(scroll-bar-mode): Use the variable set-scroll-bar-mode.
(scroll-bar-mode): New variable.
(toggle-horizontal-scroll-bar): Moved from frame.el.

26 years ago(double-click-time): Use restricted-sexp.
Richard M. Stallman [Fri, 27 Jun 1997 22:38:19 +0000 (22:38 +0000)]
(double-click-time): Use restricted-sexp.
(load-path): Make [Current dir?] itself the active button.

26 years ago(compilation-error-regexp-alist): New item, for Oracle compiler.
Richard M. Stallman [Fri, 27 Jun 1997 22:35:21 +0000 (22:35 +0000)]
(compilation-error-regexp-alist): New item, for Oracle compiler.

26 years ago(facemenu-add-new-face): Fix comma in backquote.
Richard M. Stallman [Fri, 27 Jun 1997 22:31:00 +0000 (22:31 +0000)]
(facemenu-add-new-face): Fix comma in backquote.

26 years ago[__NetBSD__]: Add some conditionals for NetBSD.
Richard M. Stallman [Fri, 27 Jun 1997 22:27:12 +0000 (22:27 +0000)]
[__NetBSD__]: Add some conditionals for NetBSD.

26 years ago[__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h.
Richard M. Stallman [Fri, 27 Jun 1997 22:08:03 +0000 (22:08 +0000)]
[__sony_news && _SYSTYPE_SYSV]: Include sym.h and sys/elf_mips.h.
(unexec): Add __sony_news && _SYSTYPE_SYSV conditionals.
Add a _nec_ews_svr4 conditional.

26 years ago(ospeed): Always use `extern' in the declaration.
Richard M. Stallman [Fri, 27 Jun 1997 22:03:41 +0000 (22:03 +0000)]
(ospeed): Always use `extern' in the declaration.

26 years ago(-mingw32*): New OS.
Richard Kenner [Fri, 27 Jun 1997 19:20:14 +0000 (19:20 +0000)]
(-mingw32*): New OS.

26 years ago(i*:MINGW*:*): New case.
Richard Kenner [Fri, 27 Jun 1997 19:18:43 +0000 (19:18 +0000)]
(i*:MINGW*:*): New case.

26 years ago(lisp, shortlisp): Some files are in international/.
Richard M. Stallman [Fri, 27 Jun 1997 19:09:34 +0000 (19:09 +0000)]
(lisp, shortlisp): Some files are in international/.

26 years ago(blessmail): Find blessmail.el in mail subdirectory.
Richard M. Stallman [Fri, 27 Jun 1997 17:57:10 +0000 (17:57 +0000)]
(blessmail): Find blessmail.el in mail subdirectory.

26 years ago(lisp): Don't process subdirs that start with =.
Richard M. Stallman [Fri, 27 Jun 1997 09:41:50 +0000 (09:41 +0000)]
(lisp): Don't process subdirs that start with =.

26 years agoFix up the text for .el files that are not compiled.
Richard M. Stallman [Fri, 27 Jun 1997 09:37:27 +0000 (09:37 +0000)]
Fix up the text for .el files that are not compiled.

26 years ago(file-chase-links): When handling .., make newname absolute.
Richard M. Stallman [Fri, 27 Jun 1997 09:04:14 +0000 (09:04 +0000)]
(file-chase-links): When handling .., make newname absolute.
Simplify several places.
(file-relative-name): Handle directory names as well as file names.
Don't get fooled by empty directory names, etc.

26 years agosimplify.
Simon Marshall [Fri, 27 Jun 1997 07:22:37 +0000 (07:22 +0000)]
simplify.

26 years agowrap inhibit-point-motion-hooks where nec.
Simon Marshall [Fri, 27 Jun 1997 06:59:46 +0000 (06:59 +0000)]
wrap inhibit-point-motion-hooks where nec.

26 years agosplit up scheme and tex support; wrap inhibit-point-motion-hooks where nec.
Simon Marshall [Fri, 27 Jun 1997 06:59:30 +0000 (06:59 +0000)]
split up scheme and tex support; wrap inhibit-point-motion-hooks where nec.

26 years ago(custom-magic-alist): Update messages for `modified' and `set' states.
Richard M. Stallman [Fri, 27 Jun 1997 06:09:07 +0000 (06:09 +0000)]
(custom-magic-alist): Update messages for `modified' and `set' states.

26 years ago(widget-choice-action): Use widget-edit-functions.
Richard M. Stallman [Fri, 27 Jun 1997 06:04:19 +0000 (06:04 +0000)]
(widget-choice-action): Use widget-edit-functions.
(widget-toggle-action): Likewise.

(widget-choose): Use only digits, except for C-g.
Allocate digits to disabled commands too.
Don't use a keyboard menu; instead, display a buffer
listing all the alternatives.  Put cursor in echo area.

26 years ago(Custom-move-and-invoke): New command.
Richard M. Stallman [Fri, 27 Jun 1997 06:03:11 +0000 (06:03 +0000)]
(Custom-move-and-invoke): New command.
(custom-mode-map): Bind Custom-move-and-invoke to mouse-1.
(custom-buffer-create-internal): Update buffer help text.

(custom-variable-menu): Clarify menu item names.
(custom-buffer-create-internal): Clarify button names.

26 years ago(mouse-drag-region): For a click (not a drag),
Richard M. Stallman [Fri, 27 Jun 1997 04:23:52 +0000 (04:23 +0000)]
(mouse-drag-region): For a click (not a drag),
let the up-event run normally.

26 years ago(init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.
Richard M. Stallman [Fri, 27 Jun 1997 03:12:33 +0000 (03:12 +0000)]
(init_xdisp): Pay attention to FRAME_MENU_BAR_LINES.

26 years agoFinish previous change.
Richard M. Stallman [Fri, 27 Jun 1997 02:46:08 +0000 (02:46 +0000)]
Finish previous change.

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

26 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.

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

26 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.

26 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.

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

26 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.

26 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.

26 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.

26 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.

26 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.

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

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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".

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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.

26 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'.

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

26 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.

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

26 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.