bpt/emacs.git
28 years ago[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.
Richard M. Stallman [Fri, 11 Aug 1995 00:40:37 +0000 (00:40 +0000)]
[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.

28 years ago[linux] (COFF, NO_TERMIO): Defined.
Richard M. Stallman [Fri, 11 Aug 1995 00:40:10 +0000 (00:40 +0000)]
[linux] (COFF, NO_TERMIO): Defined.
[linux] (TEXT_END, DATA_END): New definitions.

28 years ago(fatal_unexec): Use vfprintf, not _doprnt.
Richard M. Stallman [Fri, 11 Aug 1995 00:26:22 +0000 (00:26 +0000)]
(fatal_unexec): Use vfprintf, not _doprnt.

28 years ago(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.
Richard M. Stallman [Fri, 11 Aug 1995 00:22:47 +0000 (00:22 +0000)]
(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.

28 years ago(isearch-other-meta-char): Avoid bug checking whether
Richard M. Stallman [Thu, 10 Aug 1995 23:19:22 +0000 (23:19 +0000)]
(isearch-other-meta-char): Avoid bug checking whether
a key is defined in the function key map.
Call cancel-kbd-macro-events.

28 years ago(byte-compile-insert-header): Use 19.29, not 19.28.90
Richard M. Stallman [Thu, 10 Aug 1995 22:44:21 +0000 (22:44 +0000)]
(byte-compile-insert-header): Use 19.29, not 19.28.90
as limit for where dynamic docstrings are allowed.

(byte-compile-insert-header): New args inbuffer and
outbuffer.  Test byte-compile-dynamic-docstrings in the initially
current buffer.
(byte-compile-from-buffer): Add new args to byte-compile-insert-header.

28 years ago(server-buffer-done): Pause between client commands,
Richard M. Stallman [Thu, 10 Aug 1995 22:07:41 +0000 (22:07 +0000)]
(server-buffer-done): Pause between client commands,
but not after the last one.

28 years agoFix defvar equivalent expression.
Richard M. Stallman [Thu, 10 Aug 1995 20:31:27 +0000 (20:31 +0000)]
Fix defvar equivalent expression.

28 years agoAdd index and xref to variable-interactive.
Richard M. Stallman [Thu, 10 Aug 1995 20:25:30 +0000 (20:25 +0000)]
Add index and xref to variable-interactive.

28 years ago(vc-dired-reformat-line): Display eight character user names correctly.
Richard M. Stallman [Thu, 10 Aug 1995 19:46:16 +0000 (19:46 +0000)]
(vc-dired-reformat-line): Display eight character user names correctly.

28 years agoComment change.
Richard M. Stallman [Thu, 10 Aug 1995 18:55:44 +0000 (18:55 +0000)]
Comment change.

28 years agoComment change.
Richard M. Stallman [Thu, 10 Aug 1995 18:38:17 +0000 (18:38 +0000)]
Comment change.

28 years agoAdded Font Lock mode support.
Simon Marshall [Thu, 10 Aug 1995 15:24:09 +0000 (15:24 +0000)]
Added Font Lock mode support.

28 years agoRewrite texinfo-font-lock-keywords; don't fontify syntactically.
Simon Marshall [Thu, 10 Aug 1995 15:13:43 +0000 (15:13 +0000)]
Rewrite texinfo-font-lock-keywords; don't fontify syntactically.

28 years agoTweak fortran-font-lock-keywords-1.
Simon Marshall [Thu, 10 Aug 1995 14:04:25 +0000 (14:04 +0000)]
Tweak fortran-font-lock-keywords-1.

28 years agoFunctionality for font-lock-beginning-of-syntax-function to be used by font-lock...
Simon Marshall [Thu, 10 Aug 1995 13:57:18 +0000 (13:57 +0000)]
Functionality for font-lock-beginning-of-syntax-function to be used by font-lock-fontify-region when calculating the cache state.  Also wrap value of buffer-file-truename to guard against clash detection.  Also add scheme-font-lock-keywords.

28 years ago(interpreter-mode-alist): Delete autoload cookie.
Richard M. Stallman [Wed, 9 Aug 1995 22:42:34 +0000 (22:42 +0000)]
(interpreter-mode-alist): Delete autoload cookie.

28 years ago(lock_file): Use get_truename_buffer.
Richard M. Stallman [Wed, 9 Aug 1995 22:39:32 +0000 (22:39 +0000)]
(lock_file): Use get_truename_buffer.

28 years ago(get_truename_buffer): New function.
Richard M. Stallman [Wed, 9 Aug 1995 22:39:09 +0000 (22:39 +0000)]
(get_truename_buffer): New function.

28 years ago* man.el (Man-translate-references): Anchor the regexps.
Francesco Potortì [Wed, 9 Aug 1995 16:08:55 +0000 (16:08 +0000)]
* man.el (Man-translate-references): Anchor the regexps.

28 years ago(read_process_output, exec_sentinel): Call
Richard M. Stallman [Tue, 8 Aug 1995 21:22:16 +0000 (21:22 +0000)]
(read_process_output, exec_sentinel): Call
record_asynch_buffer_change after any eval.  Don't call
prepare_menu_bars.
(wait_reading_process_input): Don't call prepare_menu_bars.

28 years ago(Freplace_match): New arg SUBEXP.
Richard M. Stallman [Tue, 8 Aug 1995 21:20:07 +0000 (21:20 +0000)]
(Freplace_match): New arg SUBEXP.

28 years ago(vc-revert-buffer): In a dedicated solitary window,
Richard M. Stallman [Tue, 8 Aug 1995 21:18:36 +0000 (21:18 +0000)]
(vc-revert-buffer): In a dedicated solitary window,
make the frame invisible instead of trying to delete window.

28 years agoAdd subexp arg to replace-match.
Richard M. Stallman [Tue, 8 Aug 1995 20:08:09 +0000 (20:08 +0000)]
Add subexp arg to replace-match.

28 years ago(forward-paragraph): Don't overlook a paragraph-start
Richard M. Stallman [Tue, 8 Aug 1995 08:12:07 +0000 (08:12 +0000)]
(forward-paragraph): Don't overlook a paragraph-start
line just because it ends at eob.

28 years agoMake Major Mode Conventions xref to Tips for Defining.
Richard M. Stallman [Tue, 8 Aug 1995 06:17:08 +0000 (06:17 +0000)]
Make Major Mode Conventions xref to Tips for Defining.

28 years agoNew node, Tips for Defining.
Richard M. Stallman [Tue, 8 Aug 1995 06:15:53 +0000 (06:15 +0000)]
New node, Tips for Defining.

28 years ago(dired-mode-map): Set up the map completely
Richard M. Stallman [Tue, 8 Aug 1995 05:16:23 +0000 (05:16 +0000)]
(dired-mode-map): Set up the map completely
before storing it into dired-mode-map.

28 years ago(read_key_sequence): Undo previous change.
Richard M. Stallman [Tue, 8 Aug 1995 05:12:31 +0000 (05:12 +0000)]
(read_key_sequence): Undo previous change.
Instead, put back the orig_uppercase event if key is not defined.
When downcasing, back up one step in key-translation processing.

28 years ago[ps2]: Use nlist instead of knlist #ifdef _AIX.
Roland McGrath [Mon, 7 Aug 1995 20:48:08 +0000 (20:48 +0000)]
[ps2]: Use nlist instead of knlist #ifdef _AIX.

28 years ago(signal_before_change, signal_after_change): Fix
Karl Heuer [Mon, 7 Aug 1995 17:53:17 +0000 (17:53 +0000)]
(signal_before_change, signal_after_change): Fix
spelling of Vbefore_change_functions and Vafter_change_functions.

28 years ago(doprnt): Don't let size_bound be gigantic. Fix error message.
Richard M. Stallman [Mon, 7 Aug 1995 17:52:16 +0000 (17:52 +0000)]
(doprnt): Don't let size_bound be gigantic.  Fix error message.

28 years ago(command-line-1): Fix previous change.
Richard M. Stallman [Mon, 7 Aug 1995 17:50:44 +0000 (17:50 +0000)]
(command-line-1): Fix previous change.

28 years ago(tcl-do-auto-fill): Only fill past fill-column; for 19.29.
Tom Tromey [Mon, 7 Aug 1995 16:02:01 +0000 (16:02 +0000)]
(tcl-do-auto-fill): Only fill past fill-column; for 19.29.
(tcl-auto-fill-mode): Use force-mode-line-update.

28 years ago(byte-compile-output-docform): Check
Richard M. Stallman [Mon, 7 Aug 1995 08:45:00 +0000 (08:45 +0000)]
(byte-compile-output-docform): Check
byte-compile-dynamic-docstrings in input buffer, not output buffer.

28 years ago(main): Fix previous change.
Richard M. Stallman [Sun, 6 Aug 1995 23:57:31 +0000 (23:57 +0000)]
(main): Fix previous change.
Add error check for empty OUTNAME.

28 years ago(redisplay): Compute mini_frame the same way echo_area_display does.
Richard M. Stallman [Sun, 6 Aug 1995 21:15:09 +0000 (21:15 +0000)]
(redisplay): Compute mini_frame the same way echo_area_display does.

28 years agoStandardize layout of doc strings.
Richard M. Stallman [Sun, 6 Aug 1995 20:17:19 +0000 (20:17 +0000)]
Standardize layout of doc strings.

28 years ago(delete-selection-pre-hook): New type value `yank'.
Richard M. Stallman [Sun, 6 Aug 1995 07:18:06 +0000 (07:18 +0000)]
(delete-selection-pre-hook): New type value `yank'.
(yank): Use `yank' as delete-selection property.

28 years ago(column-number-mode, line-number-mode): Default now t.
Richard M. Stallman [Sun, 6 Aug 1995 06:27:10 +0000 (06:27 +0000)]
(column-number-mode, line-number-mode): Default now t.

28 years ago(run_hook_with_args): Move the GCPRO2; add UNGCPRO.
Richard M. Stallman [Sun, 6 Aug 1995 06:09:59 +0000 (06:09 +0000)]
(run_hook_with_args): Move the GCPRO2; add UNGCPRO.

28 years ago(m68*-next-*): Use m68k.h and nextstep.h.
Richard M. Stallman [Sat, 5 Aug 1995 23:01:11 +0000 (23:01 +0000)]
(m68*-next-*): Use m68k.h and nextstep.h.
(m68k-next-nextstep*): New alias for that.
(i*86-*-nextstep*): Use nextstep.h.
(sparc-*-nextstep*): New configuration.

(CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.

Handle sunos4shr by sharing; not like sunos4*.
Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.

28 years ago(Qbefore_change_functions, Qafter_change_functions): Declared.
Richard M. Stallman [Sat, 5 Aug 1995 22:58:11 +0000 (22:58 +0000)]
(Qbefore_change_functions, Qafter_change_functions): Declared.

28 years ago(Qbefore_change_functions, Qafter_change_functions): New variables.
Richard M. Stallman [Sat, 5 Aug 1995 22:57:46 +0000 (22:57 +0000)]
(Qbefore_change_functions, Qafter_change_functions): New variables.
(syms_of_buffer): Initialize them.

28 years ago(signal_before_change, signal_after_change): Major rewrite.
Richard M. Stallman [Sat, 5 Aug 1995 22:57:13 +0000 (22:57 +0000)]
(signal_before_change, signal_after_change): Major rewrite.
(before_change_function_restore, after_change_function_restore)
(before_change_functions_restore, after_change_functions_restore):
Functions deleted.

28 years ago(Fdisplay_completion_list): gcpro elt.
Richard M. Stallman [Sat, 5 Aug 1995 22:55:21 +0000 (22:55 +0000)]
(Fdisplay_completion_list): gcpro elt.

28 years ago(print_string): Use insert_from_string for output to buffer.
Richard M. Stallman [Sat, 5 Aug 1995 22:53:36 +0000 (22:53 +0000)]
(print_string): Use insert_from_string for output to buffer.

28 years ago(run_hook_with_args): Add gcpros.
Richard M. Stallman [Sat, 5 Aug 1995 22:53:03 +0000 (22:53 +0000)]
(run_hook_with_args): Add gcpros.

(run_hook_list_with_args): New function.

28 years ago(saved_doc_string*): New variables.
Richard M. Stallman [Sat, 5 Aug 1995 22:51:17 +0000 (22:51 +0000)]
(saved_doc_string*): New variables.
(load_force_doc_strings): New variable.
(syms_of_lread): Set up Lisp var load-force-doc-strings.
(read_list): Handle load_force_doc_strings.
Use the saved_doc_string, if it's right; otherwise, reread from file.
(read1): Save last doc string in saved_doc_string.

28 years ago(Info-read-node-name-1): New function.
Richard M. Stallman [Sat, 5 Aug 1995 20:56:23 +0000 (20:56 +0000)]
(Info-read-node-name-1): New function.
(Info-read-node-name): Use Info-read-node-name-1
to avoid getting confused by spaces when text starts with (FILENAME).

28 years ago(tab-to-tab-stop): Expand abbrevs only after a word-char.
Richard M. Stallman [Sat, 5 Aug 1995 20:21:06 +0000 (20:21 +0000)]
(tab-to-tab-stop): Expand abbrevs only after a word-char.

28 years ago(main): Mention lock file name in error message.
Richard M. Stallman [Sat, 5 Aug 1995 20:19:40 +0000 (20:19 +0000)]
(main): Mention lock file name in error message.

28 years ago(set-face-background): When using face-color-supported-p,
Richard M. Stallman [Sat, 5 Aug 1995 06:33:01 +0000 (06:33 +0000)]
(set-face-background): When using face-color-supported-p,
specify foreground, not background.

28 years agoExplain how delete-region alters point.
Richard M. Stallman [Sat, 5 Aug 1995 06:17:38 +0000 (06:17 +0000)]
Explain how delete-region alters point.

28 years ago(Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.
Richard M. Stallman [Sat, 5 Aug 1995 05:18:04 +0000 (05:18 +0000)]
(Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.
[not MULTI_FRAME] (Fframe_visible_p): New function.
[not MULTI_FRAME] (syms_of_frame): defsubr it.

28 years ago(Ffocus_frame, Funfocus_frame): Make them no-ops.
Richard M. Stallman [Sat, 5 Aug 1995 05:04:46 +0000 (05:04 +0000)]
(Ffocus_frame, Funfocus_frame): Make them no-ops.

28 years ago(fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):
Richard M. Stallman [Sat, 5 Aug 1995 01:02:10 +0000 (01:02 +0000)]
(fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):
Invoke auto filling only when past fill-column.

28 years ago(x_delete_display) [AIX]: Don't call XRmDestroyDatabase.
Richard M. Stallman [Sat, 5 Aug 1995 00:57:17 +0000 (00:57 +0000)]
(x_delete_display) [AIX]: Don't call XRmDestroyDatabase.

28 years ago(bibtex-maintain-sorted-entries): Make nil the default.
Richard M. Stallman [Sat, 5 Aug 1995 00:50:26 +0000 (00:50 +0000)]
(bibtex-maintain-sorted-entries): Make nil the default.

28 years ago(ps-print-emacs-type): Renamed from emacs-type.
Richard M. Stallman [Fri, 4 Aug 1995 19:59:57 +0000 (19:59 +0000)]
(ps-print-emacs-type): Renamed from emacs-type.

28 years agoRenamed `fsf' to `emacs' in all names.
Richard M. Stallman [Fri, 4 Aug 1995 19:56:15 +0000 (19:56 +0000)]
Renamed `fsf' to `emacs' in all names.

28 years ago(compilation-error-regexp-alist): Add regexp for Sun ada.
Roland McGrath [Fri, 4 Aug 1995 18:02:02 +0000 (18:02 +0000)]
(compilation-error-regexp-alist): Add regexp for Sun ada.

28 years agoInitial revision
Richard M. Stallman [Fri, 4 Aug 1995 03:03:01 +0000 (03:03 +0000)]
Initial revision

28 years ago(redisplay): When displaying a terminal frame,
Richard M. Stallman [Thu, 3 Aug 1995 23:19:05 +0000 (23:19 +0000)]
(redisplay): When displaying a terminal frame,
if it isn't the same one as last time, clear it and redraw.
Don't redisplay mini_frame as well, if it is a termcap frame.

28 years ago(command-line-1): Mention recover-session if there's a .saves file.
Richard M. Stallman [Thu, 3 Aug 1995 22:29:44 +0000 (22:29 +0000)]
(command-line-1): Mention recover-session if there's a .saves file.

28 years agoDon't alter bindings in minibuffer-local-must-match-map
Richard M. Stallman [Thu, 3 Aug 1995 17:39:53 +0000 (17:39 +0000)]
Don't alter bindings in minibuffer-local-must-match-map
or completion-list-mode-map.
(tmm-add-prompt): Use make-local-hook; add hook locally.
(tmm-delete-map): Delete hook locally.

28 years ago(resize-minibuffer-setup): Use make-local-hook.
Richard M. Stallman [Thu, 3 Aug 1995 17:38:07 +0000 (17:38 +0000)]
(resize-minibuffer-setup): Use make-local-hook.

28 years agoMove various Q... vars to top of file, unconditional.
Richard M. Stallman [Thu, 3 Aug 1995 09:05:09 +0000 (09:05 +0000)]
Move various Q... vars to top of file, unconditional.
(Vterminal_frame): Just one definition, at top of file, unconditional.
(syms_of_frame_1): New function.
(syms_of_frame. both definitions): Call syms_of_frame_1.

(set_menu_bar_lines, set_menu_bar_lines_1): New functions.
(store_frame_parameter): Call set_menu_bar_lines.
[!MULTI_FRAME] (Fmodify_frame_parameters): Call set_menu_bar_lines.

28 years ago(tpu-control-keys): New initial value, nil.
Richard M. Stallman [Thu, 3 Aug 1995 05:12:54 +0000 (05:12 +0000)]
(tpu-control-keys): New initial value, nil.
(tpu-help): Back up one page at a time.
(tpu-set-control-keys): New function.
(tpu-edt-on): Call tpu-set-control-keys.

28 years ago(read_key_sequence): Don't downshift an event
Richard M. Stallman [Thu, 3 Aug 1995 00:02:07 +0000 (00:02 +0000)]
(read_key_sequence): Don't downshift an event
if that fails to make it bound.
(follow_key): Don't alter contents of NEXT until the end.

28 years ago(jka-compr-load): Bind load-force-doc-strings.
Richard M. Stallman [Wed, 2 Aug 1995 23:56:20 +0000 (23:56 +0000)]
(jka-compr-load): Bind load-force-doc-strings.

28 years ago(dired-do-copy): Doc fix.
Richard M. Stallman [Wed, 2 Aug 1995 19:20:38 +0000 (19:20 +0000)]
(dired-do-copy): Doc fix.

28 years ago(archive-remote-regexp): Don't accept hostnames
Richard M. Stallman [Wed, 2 Aug 1995 18:47:32 +0000 (18:47 +0000)]
(archive-remote-regexp): Don't accept hostnames
ending in period.  (See previous ange-ftp.el change.)

28 years ago(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
Richard M. Stallman [Wed, 2 Aug 1995 18:41:00 +0000 (18:41 +0000)]
(HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
(HAVE_TERMIOS): Defined.
(HAVE_TERMIO): Add undef.

28 years ago(sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS.
Richard M. Stallman [Wed, 2 Aug 1995 18:39:47 +0000 (18:39 +0000)]
(sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS.

28 years ago(HAVE_SELECT): Defined.
Richard M. Stallman [Wed, 2 Aug 1995 18:37:33 +0000 (18:37 +0000)]
(HAVE_SELECT): Defined.

28 years ago(fill-region-as-paragraph): Don't find adaptive-fill-regexp
Richard M. Stallman [Wed, 2 Aug 1995 18:36:20 +0000 (18:36 +0000)]
(fill-region-as-paragraph): Don't find adaptive-fill-regexp
on first line of paragraph if it's a paragraph-separate line.
Don't look past the intended line.
(adaptive-fill-function): New variable.
(fill-region-as-paragraph): Use it.
(colon-double-space): New variable.
(canonically-space-region): Put two spaces after colon if necessary.

28 years ago(unload-feature): Delete the file's load-history element.
Richard M. Stallman [Wed, 2 Aug 1995 18:34:19 +0000 (18:34 +0000)]
(unload-feature): Delete the file's load-history element.
(file-set-intersect): Renamed from set-intersect.
(file-dependents): Use new name.

28 years ago(XTread_socket): For UnmapNotify, use x_top_window_to_frame.
Richard M. Stallman [Wed, 2 Aug 1995 18:32:39 +0000 (18:32 +0000)]
(XTread_socket): For UnmapNotify, use x_top_window_to_frame.

28 years agoMaybe include net/errno.h.
Richard M. Stallman [Wed, 2 Aug 1995 18:31:46 +0000 (18:31 +0000)]
Maybe include net/errno.h.

28 years ago(cons_cells_consed, floats_consed, vector_cells_consed)
Richard M. Stallman [Wed, 2 Aug 1995 18:30:53 +0000 (18:30 +0000)]
(cons_cells_consed, floats_consed, vector_cells_consed)
(symbols_consed, string_chars_consed, misc_objects_consed)
(intervals_consed): New vars.
(make_float, Fcons, make_interval, allocate_vectorlike, Fmake_symbol)
(allocate_misc, make_uninit_string): Increment them.
(Fmemory_use_counts): New function.
(syms_of_alloc): defsubr it.

28 years ago[USE_X_TOOLKIT] (xmenu_show): Compute root-based
Richard M. Stallman [Wed, 2 Aug 1995 08:17:20 +0000 (08:17 +0000)]
[USE_X_TOOLKIT] (xmenu_show): Compute root-based
coordinates.  Make a dummy event to pass them to lw_popup_menu.

(single_submenu): Only ignore 1st char of pane name if that is an @.

28 years ago(xm_popup_menu): New arg `event'.
Richard M. Stallman [Wed, 2 Aug 1995 07:14:04 +0000 (07:14 +0000)]
(xm_popup_menu): New arg `event'.

28 years ago(xlw_popup_menu): New arg event.
Richard M. Stallman [Wed, 2 Aug 1995 07:13:45 +0000 (07:13 +0000)]
(xlw_popup_menu): New arg event.

28 years ago(lw_popup_menu): New arg event, passed along.
Richard M. Stallman [Wed, 2 Aug 1995 07:13:19 +0000 (07:13 +0000)]
(lw_popup_menu): New arg event, passed along.

28 years ago(gud-xdb-marker-filter): Change pattern to accept spc at end.
Richard M. Stallman [Wed, 2 Aug 1995 04:43:48 +0000 (04:43 +0000)]
(gud-xdb-marker-filter): Change pattern to accept spc at end.

28 years ago(do_switch_frame): Do nothing special when switching between terminal frames.
Richard M. Stallman [Tue, 1 Aug 1995 23:53:30 +0000 (23:53 +0000)]
(do_switch_frame): Do nothing special when switching between terminal frames.

28 years ago(file-name-handler-alist): Don't match host name ending in period.
Richard M. Stallman [Tue, 1 Aug 1995 23:38:49 +0000 (23:38 +0000)]
(file-name-handler-alist): Don't match host name ending in period.

28 years ago(recover-session): Mention deletion is possible.
Richard M. Stallman [Tue, 1 Aug 1995 23:34:53 +0000 (23:34 +0000)]
(recover-session): Mention deletion is possible.
(recover-session-finish): Call dired-do-flagged-delete.

28 years ago(2C-toggle-autoscroll, 2C-autoscroll):
Karl Heuer [Tue, 1 Aug 1995 22:42:28 +0000 (22:42 +0000)]
(2C-toggle-autoscroll, 2C-autoscroll):
Only (sit-for 0) once for smoother scrolling.
(2C-associated-buffer): go to same line and column.
(2C-newline): new function.
(2C-other): optional arg to signal missing other buffer.

28 years ago(getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.
Roland McGrath [Tue, 1 Aug 1995 18:29:36 +0000 (18:29 +0000)]
(getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.

28 years ago(byte-optimize-nthcdr): Fix previous change.
Richard M. Stallman [Tue, 1 Aug 1995 06:44:48 +0000 (06:44 +0000)]
(byte-optimize-nthcdr): Fix previous change.

28 years ago(dired-insert-set-properties): Catch errors.
Richard M. Stallman [Mon, 31 Jul 1995 23:13:54 +0000 (23:13 +0000)]
(dired-insert-set-properties): Catch errors.

(dired-do-flagged-delete): New arg nomessage.

28 years ago(vi-scroll-amount, vi-shift-width): Fix syntax of doc strings.
Richard M. Stallman [Mon, 31 Jul 1995 20:19:25 +0000 (20:19 +0000)]
(vi-scroll-amount, vi-shift-width): Fix syntax of doc strings.

28 years ago(GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now.
Karl Heuer [Mon, 31 Jul 1995 18:19:30 +0000 (18:19 +0000)]
(GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now.

28 years ago(dired-read-shell-command): Pass `shell-command-history' to read-string.
Richard M. Stallman [Mon, 31 Jul 1995 14:03:34 +0000 (14:03 +0000)]
(dired-read-shell-command): Pass `shell-command-history' to read-string.

28 years agoAdd Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_hook_wit...
Simon Marshall [Mon, 31 Jul 1995 12:07:10 +0000 (12:07 +0000)]
Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_hook_with_args_until_failure in terms of run_hook_with_args.

28 years agoDeclare hook running functions.
Simon Marshall [Mon, 31 Jul 1995 12:02:51 +0000 (12:02 +0000)]
Declare hook running functions.

28 years agoRemove the remaining hook running functions. They are in C now.
Simon Marshall [Mon, 31 Jul 1995 09:52:45 +0000 (09:52 +0000)]
Remove the remaining hook running functions.  They are in C now.

28 years ago(kbd_buffer_get_event, swallow_events): Fix prev change.
Richard M. Stallman [Mon, 31 Jul 1995 05:34:55 +0000 (05:34 +0000)]
(kbd_buffer_get_event, swallow_events): Fix prev change.