bpt/emacs.git
29 years ago[__GNUC__] (LIBX11_SYSTEM): Add -lcposix.
Richard M. Stallman [Tue, 19 Jul 1994 16:43:47 +0000 (16:43 +0000)]
[__GNUC__] (LIBX11_SYSTEM): Add -lcposix.

29 years ago(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.
Richard M. Stallman [Tue, 19 Jul 1994 16:11:28 +0000 (16:11 +0000)]
(PTY_TTY_NAME_SPRINTF): Fail smoothly if cannot get pty.

29 years agotype-break-keystroke-threshold: Change default wpm to 30 and lower
Noah Friedman [Tue, 19 Jul 1994 04:41:50 +0000 (04:41 +0000)]
type-break-keystroke-threshold: Change default wpm to 30 and lower
threshold to 1/5, rather than 1/4, of upper.
type-break-guestimate-keystroke-threshold: Change threshold fraction here too.

type-break-demo-life: Restart when all life perishes.

29 years agotype-break-check: Shrink keystroke count if it is less than min-threshold
Noah Friedman [Tue, 19 Jul 1994 00:52:56 +0000 (00:52 +0000)]
type-break-check: Shrink keystroke count if it is less than min-threshold
chars from max-threshold, not more.

type-break-statistics: If time for scheduled break is less than a minute
away, show seconds instead.

29 years ago(reporter-dump-state, reporter-submit-bug-report):
Richard M. Stallman [Mon, 18 Jul 1994 18:49:25 +0000 (18:49 +0000)]
(reporter-dump-state, reporter-submit-bug-report):
Don't print package name if pkgname is nil.  Don't dump state if
varlist is nil.

(reporter-bug-hook, reporter-submit-bug-report)
(reporter-calculate-separator, reporter-initial-text):
New or modified functions and variables attempting to prohibit
submission of empty bug reporters.

(reporter-prompt-for-summary-p): Default value now nil.

(reporter-dump-state): Make sure there's a final
newline after the setq sexp.
Pass mail buffer as second arg to print fcn.
Use symbol-value to get varsym's value.

(reporter-dump-variable): Handle long sexp's even
after entering newline. Done by filling current line.
Much better pretty printing of long lists!!
Handle void variables.

(reporter-version): New variable.

(reporter-submit-bug-report-internal): Leave point after the salutation.

(reporter-submit-bug-report): Prompt for a subject.

29 years ago(note_mouse_movement): Use proper data type for window
Richard M. Stallman [Mon, 18 Jul 1994 18:15:06 +0000 (18:15 +0000)]
(note_mouse_movement): Use proper data type for window
args to XQueryPointer.
(x_scroll_bar_note_movement): Likewise.

29 years ago(mh-folder-mode): Use local-write-file-hooks.
Richard M. Stallman [Mon, 18 Jul 1994 18:04:45 +0000 (18:04 +0000)]
(mh-folder-mode): Use local-write-file-hooks.

29 years agoMake sure that headers are case-insensitive.
Richard M. Stallman [Mon, 18 Jul 1994 17:49:23 +0000 (17:49 +0000)]
Make sure that headers are case-insensitive.
Upped version to 1.3.

29 years agotype-break-mode: Make variable `nil' by default.
Noah Friedman [Mon, 18 Jul 1994 15:21:50 +0000 (15:21 +0000)]
type-break-mode: Make variable `nil' by default.
type-break-mode (function): If setting to t and mode was already enabled,
don't reschedule breaks or reset keystroke counter.

type-break-good-rest-interval: New variable.
type-break-time-difference: New inline function (defsubst).
tyype-break-time-last-break, type-break-time-next-break,
type-break-time-last-command: New variables.

type-break-check: Reset timers and counters if user has been idle more than
type-break-good-rest-interval seconds (assuming it's set).
Never set keystroke counter to be less than the min threshold.

type-break: Admonish user if s/he rested less than
type-break-good-rest-interval seconds (assuming it's set).

type-break-demo-hanoi: Eat a char when quitting.

type-break-statistics, type-break-guestimate-keystroke-threshold: New
commands.

29 years agotype-break-mode: New variable and function.
Noah Friedman [Mon, 18 Jul 1994 07:37:18 +0000 (07:37 +0000)]
type-break-mode: New variable and function.

type-break-interval: Increase default to 1 hour.

type-break-query-interval: Variable renamed from type-break-delay-interval.

type-break-keystroke-interval: Variable deleted.
type-break-keystroke-threshold: New variable.

type-break-demo-life: Function renamed from type-break-life.
type-break-demo-hanoi: Function renamed from type-break-hanoi.

type-break-alarm-p: Variable renamed from type-break-p.

type-break: Don't query.
type-break-query: (New function) query here.
type-break-check: Call type-break-query, not type-break.
Do nothing if type-break-mode is nil.
Increment type-break-keystroke-count with the length of this-command-keys,
not just 1.
Query for break when keystroke count exceeds cdr of keystroke threshold
variable.
Query for break after an alarm only if keystroke count exceeds car of
keystroke threshold variable.

type-break-select: Function deleted.
type-break: Move that code here.

type-break-cancel-schedule: Function renamed from cancel-type-break.
Reset type-break-alarm-p.

type-break-alarm: Function renamed from type-break-soon.

(top level): Call type-break-mode; don't set up hook explicitly.

29 years ago[emacs]: Include stdio.h.
Richard M. Stallman [Mon, 18 Jul 1994 06:28:42 +0000 (06:28 +0000)]
[emacs]: Include stdio.h.

29 years ago(unread_command_char): Declared.
Richard M. Stallman [Mon, 18 Jul 1994 06:14:10 +0000 (06:14 +0000)]
(unread_command_char): Declared.

29 years ago(forms-delete-record): Handle deletion of last line
Richard M. Stallman [Sun, 17 Jul 1994 23:56:09 +0000 (23:56 +0000)]
(forms-delete-record): Handle deletion of last line
when it has no terminating newline.

29 years ago(Fget_text_property): Simplify using Ftext_properties_at.
Richard M. Stallman [Sun, 17 Jul 1994 23:53:10 +0000 (23:53 +0000)]
(Fget_text_property): Simplify using Ftext_properties_at.

29 years ago(Fx_create_frame): Use 140 as default font size.
Richard M. Stallman [Sun, 17 Jul 1994 16:50:41 +0000 (16:50 +0000)]
(Fx_create_frame): Use 140 as default font size.

29 years ago[USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events.
Richard M. Stallman [Sun, 17 Jul 1994 06:41:53 +0000 (06:41 +0000)]
[USE_X_TOOLKIT] (xmenu_show): Handle UnmapNotify events.

29 years ago([vertical-line C-mouse-2]): Bind it as in a scroll bar.
Richard M. Stallman [Sat, 16 Jul 1994 22:37:18 +0000 (22:37 +0000)]
([vertical-line C-mouse-2]): Bind it as in a scroll bar.

29 years agoComment change.
Richard M. Stallman [Sat, 16 Jul 1994 21:31:43 +0000 (21:31 +0000)]
Comment change.

29 years agoComment change.
Richard M. Stallman [Sat, 16 Jul 1994 21:31:11 +0000 (21:31 +0000)]
Comment change.
(comint-bol): Doc fix.

29 years ago(comint-mode-map): Move comint-bol to C-c C-a.
Richard M. Stallman [Sat, 16 Jul 1994 21:28:30 +0000 (21:28 +0000)]
(comint-mode-map): Move comint-bol to C-c C-a.

29 years ago[!MULTI_FRAME] (Fframe_first_window): Defined.
Richard M. Stallman [Sat, 16 Jul 1994 20:19:25 +0000 (20:19 +0000)]
[!MULTI_FRAME] (Fframe_first_window): Defined.
(syms_of_frame): Defvar it.

29 years ago(Fdisplay_buffer): Cope with unsplittable frames and dedicated windows.
Richard M. Stallman [Sat, 16 Jul 1994 20:18:53 +0000 (20:18 +0000)]
(Fdisplay_buffer): Cope with unsplittable frames and dedicated windows.

29 years ago(calendar-goto-today): Renamed from calendar-current-month.
Richard M. Stallman [Sat, 16 Jul 1994 19:38:18 +0000 (19:38 +0000)]
(calendar-goto-today): Renamed from calendar-current-month.

29 years ago(add-change-log-entry): Use <...> around mail address.
Richard M. Stallman [Sat, 16 Jul 1994 19:30:21 +0000 (19:30 +0000)]
(add-change-log-entry): Use <...> around mail address.

29 years ago(make-help-screen): Handle case where *Help* comes up in a separate frame.
Richard M. Stallman [Sat, 16 Jul 1994 18:48:37 +0000 (18:48 +0000)]
(make-help-screen): Handle case where *Help* comes up in a separate frame.

29 years ago(print-help-return-message): If help buffer is a
Richard M. Stallman [Sat, 16 Jul 1994 17:58:12 +0000 (17:58 +0000)]
(print-help-return-message): If help buffer is a
special display buffer, say nothing about how to switch back.

29 years agoClean up menu item string format.
Richard M. Stallman [Sat, 16 Jul 1994 16:23:52 +0000 (16:23 +0000)]
Clean up menu item string format.
Add a few menu items and separators.
(gnus-mouse-pick-group): New function, on mouse-2 in Group mode.
(gnus-mouse-pick-article): New function, on mouse-2 in Summary mode.

29 years ago"Comment out" autoload cookies.
Richard M. Stallman [Fri, 15 Jul 1994 22:10:07 +0000 (22:10 +0000)]
"Comment out" autoload cookies.

29 years agoComment fix.
Richard M. Stallman [Fri, 15 Jul 1994 22:07:41 +0000 (22:07 +0000)]
Comment fix.

29 years ago(mouse-drag-region): Delete redundant switch-frame clause.
Richard M. Stallman [Fri, 15 Jul 1994 21:32:01 +0000 (21:32 +0000)]
(mouse-drag-region): Delete redundant switch-frame clause.
(mouse-drag-secondary): Likewise.

29 years ago(re_match_2_internal): Add casts to shut up some compilers.
Richard M. Stallman [Fri, 15 Jul 1994 07:48:35 +0000 (07:48 +0000)]
(re_match_2_internal): Add casts to shut up some compilers.
(FREE_STACK_RETURN): Nest the free inside the return.

29 years ago(mail-mailer-swallows-blank-line): Verify sendmail.cf
Richard M. Stallman [Fri, 15 Jul 1994 04:31:14 +0000 (04:31 +0000)]
(mail-mailer-swallows-blank-line): Verify sendmail.cf
exists before reading it.

29 years agoAdded ";;;###autoload" comments where appropriate.
Tom Tromey [Thu, 14 Jul 1994 22:49:21 +0000 (22:49 +0000)]
Added ";;;###autoload" comments where appropriate.

29 years ago(rmail-output-file-alist): Mark it risky.
Richard M. Stallman [Thu, 14 Jul 1994 22:48:40 +0000 (22:48 +0000)]
(rmail-output-file-alist): Mark it risky.

29 years ago(HAVE_VOLATILE): Define.
Richard M. Stallman [Thu, 14 Jul 1994 19:41:08 +0000 (19:41 +0000)]
(HAVE_VOLATILE): Define.

29 years ago(HAVE_STRERROR): Define.
Richard M. Stallman [Thu, 14 Jul 1994 19:39:09 +0000 (19:39 +0000)]
(HAVE_STRERROR): Define.

29 years agoReal initial revision. (rewrite from hanoi-break.)
Noah Friedman [Thu, 14 Jul 1994 12:10:27 +0000 (12:10 +0000)]
Real initial revision.  (rewrite from hanoi-break.)

29 years ago(safe_run_hooks): Use local var to restore hook's value.
Richard M. Stallman [Thu, 14 Jul 1994 05:00:21 +0000 (05:00 +0000)]
(safe_run_hooks): Use local var to restore hook's value.

(kbd_buffer_get_event) [HAVE_MOUSE]: Include code
to check for mouse dragging.
(make_lispy_movement) [HAVE_MOUSE]: Define also in this case,
but only include the non-multiframe stuff.

29 years ago(mouse_init1): Use alternate mouse detection for old mouse drivers.
Richard M. Stallman [Thu, 14 Jul 1994 04:58:02 +0000 (04:58 +0000)]
(mouse_init1): Use alternate mouse detection for old mouse drivers.
(mouse_get_pos): Downscale coordinates by 8.

29 years ago(Fselect_window): Fix bug checking new_point is in range.
Richard M. Stallman [Thu, 14 Jul 1994 03:46:11 +0000 (03:46 +0000)]
(Fselect_window): Fix bug checking new_point is in range.

29 years ago[MULTI_FRAME] (Fframe_parameters): For non-X frames,
Richard M. Stallman [Thu, 14 Jul 1994 03:44:29 +0000 (03:44 +0000)]
[MULTI_FRAME] (Fframe_parameters): For non-X frames,
fill in menu-bar-lines value.

29 years ago(syms_of_fileio): Finish previous change.
Richard M. Stallman [Thu, 14 Jul 1994 03:39:04 +0000 (03:39 +0000)]
(syms_of_fileio): Finish previous change.

29 years ago(make-help-screen): Bind overriding-local-map
Richard M. Stallman [Thu, 14 Jul 1994 02:50:06 +0000 (02:50 +0000)]
(make-help-screen): Bind overriding-local-map
just for short sections of code.

29 years ago(xmalloc): New function.
Richard M. Stallman [Wed, 13 Jul 1994 19:10:27 +0000 (19:10 +0000)]
(xmalloc): New function.

29 years ago(resize-minibuffer-setup): Copy post-command-hook when handling minibuffer
Noah Friedman [Wed, 13 Jul 1994 17:19:23 +0000 (17:19 +0000)]
(resize-minibuffer-setup): Copy post-command-hook when handling minibuffer
windows in other frames, not just minibuffer-exclusive frames.
Resize the minibuffer window/frame now, in case it has already been
initialized with text.

29 years agoCorrect file name on last line of file.
Edward M. Reingold [Wed, 13 Jul 1994 15:14:02 +0000 (15:14 +0000)]
Correct file name on last line of file.

29 years ago(command_loop_1): Do direct output for cursor motion
Richard M. Stallman [Wed, 13 Jul 1994 09:43:02 +0000 (09:43 +0000)]
(command_loop_1): Do direct output for cursor motion
over text chars when disp tab exists but says nothing for them.

29 years ago(vc-finish-logentry): Use the value of vc-log-after-operation-hook of
Richard M. Stallman [Wed, 13 Jul 1994 09:34:01 +0000 (09:34 +0000)]
(vc-finish-logentry): Use the value of vc-log-after-operation-hook of
*VC-log* buffer instead of vc-parent-buffer.

29 years ago(dired-byte-compile): Use byte-compile-dest-file
Richard M. Stallman [Wed, 13 Jul 1994 05:10:06 +0000 (05:10 +0000)]
(dired-byte-compile): Use byte-compile-dest-file
to get the output file name.

29 years ago(CFLAGS): If the envvar was specified, use that.
Richard M. Stallman [Wed, 13 Jul 1994 05:08:26 +0000 (05:08 +0000)]
(CFLAGS): If the envvar was specified, use that.
And set REAL_CFLAGS from it too.

29 years ago(rmail-movemail-program): New variable.
Richard M. Stallman [Wed, 13 Jul 1994 05:04:46 +0000 (05:04 +0000)]
(rmail-movemail-program): New variable.
(rmail-insert-inbox-text): Use it.

29 years ago(FRAME_EXTERNAL_MENU_BAR) [!USE_X_TOOLKIT]: Give zero.
Richard M. Stallman [Wed, 13 Jul 1994 04:15:52 +0000 (04:15 +0000)]
(FRAME_EXTERNAL_MENU_BAR) [!USE_X_TOOLKIT]: Give zero.

29 years ago(insert-directory): Fix previous change.
Richard M. Stallman [Wed, 13 Jul 1994 04:03:09 +0000 (04:03 +0000)]
(insert-directory): Fix previous change.

29 years ago(Qlast_nonmenu_event): New variable.
Richard M. Stallman [Wed, 13 Jul 1994 03:52:05 +0000 (03:52 +0000)]
(Qlast_nonmenu_event): New variable.
(syms_of_process): Set it up.
(read_process_output, exec_sentinel): Bind it to t around filter.

29 years ago(rmail-mode-map): Fix previous change.
Richard M. Stallman [Wed, 13 Jul 1994 03:40:48 +0000 (03:40 +0000)]
(rmail-mode-map): Fix previous change.

29 years ago(menu-bar-file-menu): Add insert-file menu item.
Richard M. Stallman [Tue, 12 Jul 1994 23:17:16 +0000 (23:17 +0000)]
(menu-bar-file-menu): Add insert-file menu item.

29 years agoDelete debugging lines from previous change.
Richard M. Stallman [Tue, 12 Jul 1994 22:32:58 +0000 (22:32 +0000)]
Delete debugging lines from previous change.

29 years ago(Fmake_directory_internal): Use Qmake_directory_internal.
Richard M. Stallman [Tue, 12 Jul 1994 21:03:03 +0000 (21:03 +0000)]
(Fmake_directory_internal): Use Qmake_directory_internal.
(syms_of_fileio): Set up Qmake_directory_internal, not Qmake_directory.

29 years ago(resize-minibuffer-setup):
Richard M. Stallman [Tue, 12 Jul 1994 19:51:30 +0000 (19:51 +0000)]
(resize-minibuffer-setup):
Copy the value of post-command-hook.

29 years agoMany doc fixes.
Richard M. Stallman [Tue, 12 Jul 1994 17:37:32 +0000 (17:37 +0000)]
Many doc fixes.
(mouse-extend): Don't use existing region if EVENT is nil.

29 years ago(mouse-drag-secondary): Don't start making an overlay
Richard M. Stallman [Tue, 12 Jul 1994 17:03:13 +0000 (17:03 +0000)]
(mouse-drag-secondary): Don't start making an overlay
when the range is empty.
(mouse-secondary-save-then-kill):
The first time, make a new kill ring entry.

29 years ago(buffer-menu): Call pop-to-buffer before
Richard M. Stallman [Tue, 12 Jul 1994 07:31:35 +0000 (07:31 +0000)]
(buffer-menu): Call pop-to-buffer before
list-buffers.  Don't move point afterwards.

29 years ago(hexl-maybe-dehexlify-buffer): New function.
Richard M. Stallman [Tue, 12 Jul 1994 07:25:31 +0000 (07:25 +0000)]
(hexl-maybe-dehexlify-buffer): New function.
(hexl-mode): Add it to change-major-mode-hook.
(hexl-mode-exit): Remove kludge for mode-line update.
(hexlify-buffer): Doc fix.

29 years ago(ispell-word): Call ispell-dehighlight.
Richard M. Stallman [Tue, 12 Jul 1994 07:15:24 +0000 (07:15 +0000)]
(ispell-word): Call ispell-dehighlight.

29 years ago(insert-directory): Fix prev change.
Richard M. Stallman [Tue, 12 Jul 1994 07:08:31 +0000 (07:08 +0000)]
(insert-directory): Fix prev change.

29 years ago(rmail-mode-map): Add "Get New Mail" menu item under Mail.
Richard M. Stallman [Tue, 12 Jul 1994 06:46:52 +0000 (06:46 +0000)]
(rmail-mode-map): Add "Get New Mail" menu item under Mail.

29 years ago(compilation-next-error-locus): Don't call
Richard M. Stallman [Tue, 12 Jul 1994 04:09:07 +0000 (04:09 +0000)]
(compilation-next-error-locus): Don't call
compilation-forget-errors if compilation is still runing.

29 years ago(prolog-mode-syntax-table): Make newline end comments.
Richard M. Stallman [Tue, 12 Jul 1994 03:10:30 +0000 (03:10 +0000)]
(prolog-mode-syntax-table): Make newline end comments.

29 years ago(mail-setup): Insert -- line before .signature file.
Richard M. Stallman [Tue, 12 Jul 1994 02:47:27 +0000 (02:47 +0000)]
(mail-setup): Insert -- line before .signature file.

29 years ago(define-mail-abbrev): Don't try to parse empty aliases.
Richard M. Stallman [Tue, 12 Jul 1994 02:16:57 +0000 (02:16 +0000)]
(define-mail-abbrev): Don't try to parse empty aliases.

29 years agoentered into RCS
Richard M. Stallman [Tue, 12 Jul 1994 02:10:57 +0000 (02:10 +0000)]
entered into RCS

29 years ago(xmenu_show): Don't call XtUngrabPointer here.
Richard M. Stallman [Tue, 12 Jul 1994 01:39:30 +0000 (01:39 +0000)]
(xmenu_show): Don't call XtUngrabPointer here.

29 years ago(ALLOCA_CFLAGS): New variable.
Richard M. Stallman [Tue, 12 Jul 1994 01:18:53 +0000 (01:18 +0000)]
(ALLOCA_CFLAGS): New variable.
(alloca.o): New target.

29 years ago(ignore): Put doc string in right place.
Richard M. Stallman [Tue, 12 Jul 1994 01:06:27 +0000 (01:06 +0000)]
(ignore): Put doc string in right place.

29 years ago(ctagsfiles): Rewrite to avoid compiler bug.
Richard M. Stallman [Tue, 12 Jul 1994 00:47:17 +0000 (00:47 +0000)]
(ctagsfiles): Rewrite to avoid compiler bug.

29 years ago(backquote-splice-symbol): Doc typo fix.
Richard M. Stallman [Tue, 12 Jul 1994 00:43:42 +0000 (00:43 +0000)]
(backquote-splice-symbol): Doc typo fix.

29 years ago(move-to-tab-stop): Delete spurious multiple definition.
Richard M. Stallman [Tue, 12 Jul 1994 00:41:10 +0000 (00:41 +0000)]
(move-to-tab-stop): Delete spurious multiple definition.

29 years ago(insert-directory): Allow list for SWITCHES.
Richard M. Stallman [Tue, 12 Jul 1994 00:35:27 +0000 (00:35 +0000)]
(insert-directory): Allow list for SWITCHES.
Also split up a string containing separate options.

29 years ago(basic_machine): Add 1750a.
Richard Kenner [Mon, 11 Jul 1994 23:28:46 +0000 (23:28 +0000)]
(basic_machine): Add 1750a.

29 years ago(lisp-complete-symbol): Bind completion-fixup-function.
Richard M. Stallman [Mon, 11 Jul 1994 21:26:44 +0000 (21:26 +0000)]
(lisp-complete-symbol): Bind completion-fixup-function.

29 years ago(mouse-choose-completion): Use mouse-face properties to find string to use.
Richard M. Stallman [Mon, 11 Jul 1994 21:25:52 +0000 (21:25 +0000)]
(mouse-choose-completion): Use mouse-face properties to find string to use.

29 years ago(completion-setup-function): Put on mouse-face prop
Richard M. Stallman [Mon, 11 Jul 1994 21:25:19 +0000 (21:25 +0000)]
(completion-setup-function): Put on mouse-face prop
even if no window-system.  Call completion-fixup-function if not nil.
(completion-fixup-function): New variable.
(choose-completion): Use mouse-face properties to find string to use.

29 years ago(server-start): Try both possible socket file names for the file to delete.
Richard M. Stallman [Mon, 11 Jul 1994 20:36:53 +0000 (20:36 +0000)]
(server-start): Try both possible socket file names for the file to delete.

29 years agoUpdate finder-inf.el.
Richard M. Stallman [Mon, 11 Jul 1994 20:29:09 +0000 (20:29 +0000)]
Update finder-inf.el.

29 years ago(x-fixed-font-alist): Add 8x13. Don't specify 75-75 for 7x13, 7x14.
Richard M. Stallman [Mon, 11 Jul 1994 20:10:07 +0000 (20:10 +0000)]
(x-fixed-font-alist): Add 8x13.  Don't specify 75-75 for 7x13, 7x14.

29 years ago(HAVE_MOUSE, PURESIZE): Definitions moved here.
Richard M. Stallman [Mon, 11 Jul 1994 05:11:04 +0000 (05:11 +0000)]
(HAVE_MOUSE, PURESIZE): Definitions moved here.

29 years ago[MSDOS]: #define NO_REMAP.
Richard M. Stallman [Mon, 11 Jul 1994 05:10:25 +0000 (05:10 +0000)]
[MSDOS]: #define NO_REMAP.

29 years agoUse "m/intel386" instead of "m/dos386.h".
Richard M. Stallman [Mon, 11 Jul 1994 05:08:52 +0000 (05:08 +0000)]
Use "m/intel386" instead of "m/dos386.h".

29 years ago(Buffer-menu-not-modified): Make `Buffer-menu-not-modified' handle an
Richard M. Stallman [Mon, 11 Jul 1994 04:46:24 +0000 (04:46 +0000)]
(Buffer-menu-not-modified): Make `Buffer-menu-not-modified' handle an
argument like `not-modified'.

29 years ago(diff-latest-backup-file): Cope with backups stored
Richard M. Stallman [Mon, 11 Jul 1994 04:31:40 +0000 (04:31 +0000)]
(diff-latest-backup-file): Cope with backups stored
in a different directory.

29 years ago(dos_rawgetc): Use bios, not kbhit ().
Richard M. Stallman [Mon, 11 Jul 1994 00:59:17 +0000 (00:59 +0000)]
(dos_rawgetc): Use bios, not kbhit ().

29 years ago(Info-fontify-maximum-menu-size): New variable.
Richard M. Stallman [Mon, 11 Jul 1994 00:55:56 +0000 (00:55 +0000)]
(Info-fontify-maximum-menu-size): New variable.
(Info-fontify-node): Use that variable.

29 years ago(syms_of_xfns): Provide x-toolkit in toolkit version.
Richard M. Stallman [Mon, 11 Jul 1994 00:48:47 +0000 (00:48 +0000)]
(syms_of_xfns): Provide x-toolkit in toolkit version.
Undo previous change.
(x_toolkit): Variable deleted.

29 years ago(Fdisplay_buffer): Add MULTI_FRAME conditional in previous change.
Richard M. Stallman [Mon, 11 Jul 1994 00:37:44 +0000 (00:37 +0000)]
(Fdisplay_buffer): Add MULTI_FRAME conditional in previous change.

29 years ago(Man-bgproc-sentinel): Bind case-fold-search for just the
Richard M. Stallman [Mon, 11 Jul 1994 00:25:37 +0000 (00:25 +0000)]
(Man-bgproc-sentinel): Bind case-fold-search for just the
necessary parts of the function, not the call to Man-notify-when-ready.

29 years ago(compilation-window-height): Use defvar.
Richard M. Stallman [Mon, 11 Jul 1994 00:24:26 +0000 (00:24 +0000)]
(compilation-window-height): Use defvar.
(compilation-leave-directory-regexp): Likewise.
(compilation-enter-directory-regexp): Likewise.

29 years ago(PURESIZE) [MULTI_FRAME]: Increased to 250000.
Richard M. Stallman [Mon, 11 Jul 1994 00:23:33 +0000 (00:23 +0000)]
(PURESIZE) [MULTI_FRAME]: Increased to 250000.

29 years ago(find-tag-regexp): Bind to C-M-..
Richard M. Stallman [Sun, 10 Jul 1994 21:33:55 +0000 (21:33 +0000)]
(find-tag-regexp): Bind to C-M-..

29 years ago(x-create-frame-with-faces): Don't downcase nil.
Richard M. Stallman [Sat, 9 Jul 1994 19:25:06 +0000 (19:25 +0000)]
(x-create-frame-with-faces): Don't downcase nil.

29 years ago(Ffile_name_directory, Ffile_name_nondirectory,
Richard M. Stallman [Sat, 9 Jul 1994 19:10:16 +0000 (19:10 +0000)]
(Ffile_name_directory, Ffile_name_nondirectory,
file_name_as_directory, directory_file_name, Fexpand_file_name,
Ffile_name_absolute_p, Fsubstitute_in_file_name) [MSDOS]:
Allow backslashed file names.