bpt/emacs.git
28 years ago(main): Call tzset only if LOCALTIME_CACHE is defined;
Richard M. Stallman [Sun, 10 Sep 1995 04:20:44 +0000 (04:20 +0000)]
(main): Call tzset only if LOCALTIME_CACHE is defined;
not all Suns have this bug.

28 years ago(LOCALTIME_CACHE): Define if tzset exists and
Richard M. Stallman [Sun, 10 Sep 1995 04:18:58 +0000 (04:18 +0000)]
(LOCALTIME_CACHE): Define if tzset exists and
if localtime caches TZ.  Check for tzset.

28 years ago(command_loop_1): Set this_command to nil before reading a command.
Richard M. Stallman [Sun, 10 Sep 1995 01:23:14 +0000 (01:23 +0000)]
(command_loop_1): Set this_command to nil before reading a command.

28 years ago(Fdecode_time): Doc fix.
Richard M. Stallman [Sat, 9 Sep 1995 19:31:29 +0000 (19:31 +0000)]
(Fdecode_time): Doc fix.

28 years ago(vc-dired-mode): Now a major mode derived from dired-mode.
André Spiegel [Fri, 8 Sep 1995 20:39:17 +0000 (20:39 +0000)]
(vc-dired-mode): Now a major mode derived from dired-mode.
(vc-directory): Take DIRNAME as an argument.  Ask for it in
the minibuffer.
Don't kill pre-existing vc-dired buffers (dired now re-uses the
right one).
(vc-file-tree-walk): New argument DIRNAME.  Updated all callers.
(vc-dired-update): New function.  `g' in vc-dired-mode calls it.
(vc-dired-reformat-line): Handle different ls -l formats.

28 years ago(vc-locking-user): Fixed wrong parentheses.
André Spiegel [Fri, 8 Sep 1995 20:38:53 +0000 (20:38 +0000)]
(vc-locking-user): Fixed wrong parentheses.

28 years ago(dired-internal-noselect): Set dired-directory when refreshing a buffer
André Spiegel [Fri, 8 Sep 1995 20:38:17 +0000 (20:38 +0000)]
(dired-internal-noselect): Set dired-directory when refreshing a buffer
that displays a list of files.
(dired-find-buffer-nocreate): Handle the case when dired-directory is
a list.
(dired-sort-other): Don't set mode-name if we are not in dired-mode.

28 years agoRename all register-name args to `register'.
Richard M. Stallman [Fri, 8 Sep 1995 17:19:37 +0000 (17:19 +0000)]
Rename all register-name args to `register'.

28 years ago(Fmake_marker): Initialize insertion_type to 0.
Richard M. Stallman [Fri, 8 Sep 1995 16:59:25 +0000 (16:59 +0000)]
(Fmake_marker): Initialize insertion_type to 0.

28 years agoFix typos.
Richard M. Stallman [Fri, 8 Sep 1995 16:58:39 +0000 (16:58 +0000)]
Fix typos.

28 years ago(HAVE_UNISTD_H): Add #undef.
Richard M. Stallman [Fri, 8 Sep 1995 16:24:48 +0000 (16:24 +0000)]
(HAVE_UNISTD_H): Add #undef.

28 years ago(ange-ftp-gwp-filter): Go to process buffer before getting text from it.
Richard M. Stallman [Wed, 6 Sep 1995 18:17:59 +0000 (18:17 +0000)]
(ange-ftp-gwp-filter): Go to process buffer before getting text from it.

28 years ago(Info-suffix-list): Add .inf to MSDOS list.
Richard M. Stallman [Wed, 6 Sep 1995 18:04:02 +0000 (18:04 +0000)]
(Info-suffix-list): Add .inf to MSDOS list.

(info-insert-file-contents): Use info-insert-file-contents-1
to set FULLNAME.  Use call-process-region to run the decode program.
(Info-find-node): Use info-insert-file-contents-1.
(info-insert-file-contents-1) [MSDOS]: Don't use the dot in SUFFIX
if FILENAME already has one.

28 years ago(gud-filter): Save up text that arrives while processing previous text.
Richard M. Stallman [Wed, 6 Sep 1995 17:07:53 +0000 (17:07 +0000)]
(gud-filter): Save up text that arrives while processing previous text.

28 years ago(install-arch-indep): Always install the new dir file;
Richard M. Stallman [Wed, 6 Sep 1995 15:18:29 +0000 (15:18 +0000)]
(install-arch-indep): Always install the new dir file;
rename the previous dir file to dir.bak or dir.old.

28 years ago(rmail-summary-construct-io-menu): Use all of FILES.
Richard M. Stallman [Wed, 6 Sep 1995 15:16:39 +0000 (15:16 +0000)]
(rmail-summary-construct-io-menu): Use all of FILES.
Also disable the menu instead of not displaying it, if FILES is empty.

28 years ago(mail-interactive-insert-alias): Call mail-abbrev-expand-hook.
Richard M. Stallman [Mon, 4 Sep 1995 20:26:58 +0000 (20:26 +0000)]
(mail-interactive-insert-alias): Call mail-abbrev-expand-hook.

28 years ago(Fcopy_marker): New arg TYPE.
Richard M. Stallman [Sun, 3 Sep 1995 18:53:58 +0000 (18:53 +0000)]
(Fcopy_marker): New arg TYPE.
(Fmarker_insertion_type, Fset_marker_insertion_type): New functions.
(syms_of_marker): defsubr them.

28 years ago(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.
Richard M. Stallman [Sun, 3 Sep 1995 18:52:37 +0000 (18:52 +0000)]
(Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1.

28 years ago(adjust_markers_for_insert): New function.
Richard M. Stallman [Sun, 3 Sep 1995 18:51:47 +0000 (18:51 +0000)]
(adjust_markers_for_insert): New function.
(insert_from_buffer_1, insert_from_string_1, insert_1): Call it.

28 years ago(dired-internal-noselect): New arg MODE.
Richard M. Stallman [Sun, 3 Sep 1995 17:34:56 +0000 (17:34 +0000)]
(dired-internal-noselect): New arg MODE.
If it's non-nil, switch to that nil.
(dired-find-buffer-nocreate): New arg MODE.

28 years ago(putchar): Call internal_flush instead of _flsbuf.
Richard M. Stallman [Sun, 3 Sep 1995 17:32:58 +0000 (17:32 +0000)]
(putchar): Call internal_flush instead of _flsbuf.
(DO_TERMSCRIPT): New macro to support open-termscript.
(internal_flush): Corrected handling of flush in middle of
escape sequences. Handle screen width > 127.
(flush_escape): New function for use by internal_flush.
(sys_select): New MS-DOS specific version with us timing.
(EMACSCOLORS): New environment variable.
(IT_clear_end_of_line): Set default face.
(run_msdos_command): Restore mouse position after command.
Close "backup fd"s.
Corrected switch to cooked mode while running command.
(mouse_on, mouse_off): Now checks have_mouse > 0.
Note: "have_mouse < 0" means that a mouse is present, but
it has been disabled via msdos-mouse-disable.
(IT_write_glyphs): Allow esc-character itself to be printed.
(event_timestamp): New function to make reliable times stamps.
(sys_chdir): Skip drive letter before calling chdir.
(sleep_or_kbd_hit): Handle 60 seconds time wrap.
(mouse_get_pos): Return event_timestamp.

28 years agoDon't assume that HAVE_CONFIG_H implies emacs.
David J. MacKenzie [Sat, 2 Sep 1995 23:47:41 +0000 (23:47 +0000)]
Don't assume that HAVE_CONFIG_H implies emacs.

28 years ago(auto-mode-alist): Handle .f90 files.
Richard M. Stallman [Sat, 2 Sep 1995 16:36:41 +0000 (16:36 +0000)]
(auto-mode-alist): Handle .f90 files.

28 years agoSimplify using new names file names src/makefile.in,
Richard M. Stallman [Sat, 2 Sep 1995 16:25:34 +0000 (16:25 +0000)]
Simplify using new names file names src/makefile.in,
config.in, paths.in.  Change Echo commands not to use `.

28 years agoDefine STDC_HEADERS.
Richard M. Stallman [Sat, 2 Sep 1995 16:24:49 +0000 (16:24 +0000)]
Define STDC_HEADERS.
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.

28 years ago(Fmsdos_mouse_enable, Fmsdos_mouse_disable)
Richard M. Stallman [Sat, 2 Sep 1995 16:23:53 +0000 (16:23 +0000)]
(Fmsdos_mouse_enable, Fmsdos_mouse_disable)
(Fmsdos_mouse_init): New functions.
(syms_of_dosfns): defsubr them.
(Fmode25, Fmode4350): Call mouse_off unconditionally.
(Fset_mouse_position): Return nil.

28 years ago(sleep_or_kbd_init): Delete declaration.
Richard M. Stallman [Sat, 2 Sep 1995 16:23:03 +0000 (16:23 +0000)]
(sleep_or_kbd_init): Delete declaration.

28 years ago(sys_subshell) [MSDOS]: Handle SUSPEND env var.
Richard M. Stallman [Sat, 2 Sep 1995 16:22:17 +0000 (16:22 +0000)]
(sys_subshell) [MSDOS]: Handle SUSPEND env var.
Disable error report from subshell if system returns non-zero.
Don't call vfork before calling system.
Don't call wait_for_termination.
(sys_select): Turn it off if MSDOS.
(reset_sys_modes): Support EMACSCOLORS env var.

28 years ago[!MULTI_FRAME] (Factive_minibuffer_window): New function.
Richard M. Stallman [Sat, 2 Sep 1995 16:20:15 +0000 (16:20 +0000)]
[!MULTI_FRAME] (Factive_minibuffer_window): New function.
[!MULTI_FRAME] (syms_of_frame): defsubr it.

28 years ago(SITELOAD_PURESIZE_EXTRA): New macro.
Richard M. Stallman [Sat, 2 Sep 1995 16:18:26 +0000 (16:18 +0000)]
(SITELOAD_PURESIZE_EXTRA): New macro.
(BASE_PURESIZE): Use SITELOAD_PURESIZE_EXTRA.

28 years ago(Fmake_symbolic_link, Fadd_name_to_file):
Richard M. Stallman [Sat, 2 Sep 1995 01:21:55 +0000 (01:21 +0000)]
(Fmake_symbolic_link, Fadd_name_to_file):
Look for handler for the new name as well as for the target.

28 years ago(Ffile_name_all_completions, Ffile_name_completion):
Richard M. Stallman [Sat, 2 Sep 1995 01:19:53 +0000 (01:19 +0000)]
(Ffile_name_all_completions, Ffile_name_completion):
Look for handler for FILE as well as for DIRNAME.

28 years ago(re_search_2): If pattern starts with \=, optimize search.
Richard M. Stallman [Fri, 1 Sep 1995 18:43:30 +0000 (18:43 +0000)]
(re_search_2): If pattern starts with \=, optimize search.

28 years ago(save_excursion_save): Pass the new arg to Fcopy_marker.
Richard M. Stallman [Fri, 1 Sep 1995 02:02:17 +0000 (02:02 +0000)]
(save_excursion_save): Pass the new arg to Fcopy_marker.

28 years ago(save_window_save): Pass the new arg to Fcopy_marker.
Richard M. Stallman [Fri, 1 Sep 1995 02:01:29 +0000 (02:01 +0000)]
(save_window_save): Pass the new arg to Fcopy_marker.

28 years ago(sendmail-send-it): Use user-mail-address.
Richard M. Stallman [Thu, 31 Aug 1995 23:48:58 +0000 (23:48 +0000)]
(sendmail-send-it): Use user-mail-address.

28 years ago(Fcommand_execute): Ignore `disabled' property on
Richard M. Stallman [Thu, 31 Aug 1995 23:09:39 +0000 (23:09 +0000)]
(Fcommand_execute): Ignore `disabled' property on
commands if `disable-command-hook' is nil.

(read_key_sequence): Validate the event position
before calling get_local_map.

28 years ago(Fdisplay_completion_list): Clear all text properties
Richard M. Stallman [Thu, 31 Aug 1995 17:23:50 +0000 (17:23 +0000)]
(Fdisplay_completion_list): Clear all text properties
for the whitespace between completion items.

28 years ago(ange-ftp-vms-sans-version): Accept extra args.
Richard M. Stallman [Thu, 31 Aug 1995 15:05:39 +0000 (15:05 +0000)]
(ange-ftp-vms-sans-version): Accept extra args.

28 years agoAdd #undef for open, close, read, write.
Richard M. Stallman [Thu, 31 Aug 1995 02:37:12 +0000 (02:37 +0000)]
Add #undef for open, close, read, write.

28 years ago(kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.
Richard M. Stallman [Wed, 30 Aug 1995 19:33:08 +0000 (19:33 +0000)]
(kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE.

28 years ago(list-directory): Set default-directory.
Richard M. Stallman [Wed, 30 Aug 1995 16:01:39 +0000 (16:01 +0000)]
(list-directory): Set default-directory.

28 years ago(Fdecode_time): Doc fix.
Richard M. Stallman [Tue, 29 Aug 1995 19:38:04 +0000 (19:38 +0000)]
(Fdecode_time): Doc fix.

28 years ago(dired-byte-compile): Report failure if output file is not created.
Richard M. Stallman [Tue, 29 Aug 1995 16:22:25 +0000 (16:22 +0000)]
(dired-byte-compile): Report failure if output file is not created.

28 years ago(decode_env_path): Use ".", not nil, for current dir.
Richard M. Stallman [Tue, 29 Aug 1995 15:32:00 +0000 (15:32 +0000)]
(decode_env_path): Use ".", not nil, for current dir.

28 years ago(function-key-map): Consistently map CLEAR to C-l.
Richard M. Stallman [Tue, 29 Aug 1995 15:31:46 +0000 (15:31 +0000)]
(function-key-map): Consistently map CLEAR to C-l.

28 years ago(wordstar-center-line): Renamed from center-line.
Richard M. Stallman [Tue, 29 Aug 1995 14:55:25 +0000 (14:55 +0000)]
(wordstar-center-line): Renamed from center-line.
(wordstar-center-region): Renamed from center-region.
(wordstar-center-paragraph): Renamed from center-paragraph.

28 years ago(vc-dired-update-line): Don't use dired-do-redisplay.
André Spiegel [Tue, 29 Aug 1995 10:52:14 +0000 (10:52 +0000)]
(vc-dired-update-line): Don't use dired-do-redisplay.
(vc-next-action-dired): Adjust default-directory before calling
vc-next-action-on-file.
(vc-next-action-on-file): Handle CVS merge in vc-dired-mode correctly.
(vc-next-action): Ask for a check-in comment if there are "added" CVS files.
Don't special-case single files in vc-dired-mode.
(vc-file-clear-masterprops): Typo fix.
(vc-latest-on-branch-p): Always true for CVS.
(vc-directory): Header change.  Do display the buffer, even if no
locked/registered files were found.

28 years ago(vc-utc-string): New function.
André Spiegel [Tue, 29 Aug 1995 10:47:45 +0000 (10:47 +0000)]
(vc-utc-string): New function.
(vc-find-cvs-master): Use it to compare mtime and checkout time.
(vc-locking-user): CVS case: *only* use checkout time.
(vc-find-cvs-master): Don't attempt to find the RCS master file.
Throw the full name of CVS/Entries.
(vc-name): Doc change (special CVS case).
(vc-after-save): Handle the case when a file is saved in the very
second in which it was checked out.

28 years ago(x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.
Richard M. Stallman [Tue, 29 Aug 1995 04:36:12 +0000 (04:36 +0000)]
(x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing.

28 years ago(GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.
Roland McGrath [Mon, 28 Aug 1995 20:38:37 +0000 (20:38 +0000)]
(GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.
(HAVE_SOCKETS, A_TEXT_SEEK, NO_REMAP): Macros removed.

28 years ago(recover-session-finish): Catch erorr in recover-file.
Richard M. Stallman [Mon, 28 Aug 1995 20:13:56 +0000 (20:13 +0000)]
(recover-session-finish): Catch erorr in recover-file.

28 years ago(basic-save-buffer): Doc fix.
Richard M. Stallman [Mon, 28 Aug 1995 15:15:28 +0000 (15:15 +0000)]
(basic-save-buffer): Doc fix.
(after-save-hook): Add defvar.

28 years ago(executable-set-magic): Use make-local-hook for after-save-hook.
Richard M. Stallman [Mon, 28 Aug 1995 15:12:57 +0000 (15:12 +0000)]
(executable-set-magic): Use make-local-hook for after-save-hook.

28 years ago(makefile-font-lock-keywords): Highlight lines with
Richard M. Stallman [Mon, 28 Aug 1995 15:09:57 +0000 (15:09 +0000)]
(makefile-font-lock-keywords): Highlight lines with
tab followed by #, and initial spaces preceding tabs--not all initial spaces.

28 years agoFix typo in global-map define.
Richard M. Stallman [Mon, 28 Aug 1995 00:15:59 +0000 (00:15 +0000)]
Fix typo in global-map define.

28 years ago(doprnt): Fix typo in error message.
Richard M. Stallman [Sun, 27 Aug 1995 23:53:06 +0000 (23:53 +0000)]
(doprnt): Fix typo in error message.

28 years agoDelete some #if 0'd functions.
Richard M. Stallman [Sun, 27 Aug 1995 18:17:01 +0000 (18:17 +0000)]
Delete some #if 0'd functions.

28 years ago(rassoc): Definition deleted.
Richard M. Stallman [Sun, 27 Aug 1995 18:15:26 +0000 (18:15 +0000)]
(rassoc): Definition deleted.

28 years ago(mail-mode-syntax-table): defvar deleted.
Richard M. Stallman [Sun, 27 Aug 1995 17:56:53 +0000 (17:56 +0000)]
(mail-mode-syntax-table): defvar deleted.

28 years agoLoad cl only during compilation.
Richard M. Stallman [Sun, 27 Aug 1995 17:50:39 +0000 (17:50 +0000)]
Load cl only during compilation.
(edmacro-mismatch, edmacro-subseq): New functions.
Use them instead of mismatch and subseq.

28 years ago(hide-ifdef-hiding): Delete duplicate defvar.
Richard M. Stallman [Sun, 27 Aug 1995 17:18:05 +0000 (17:18 +0000)]
(hide-ifdef-hiding): Delete duplicate defvar.

28 years ago(m2-execute-monitor-command): Renamed from execute-monitor-command.
Richard M. Stallman [Sun, 27 Aug 1995 17:15:57 +0000 (17:15 +0000)]
(m2-execute-monitor-command): Renamed from execute-monitor-command.

28 years ago(refer-every): Renamed from every.
Richard M. Stallman [Sun, 27 Aug 1995 07:20:19 +0000 (07:20 +0000)]
(refer-every): Renamed from every.
(refer-convert-string-to-list-of-strings): Renamed from
convert-string-to-list-of-strings.

28 years ago(eventp): Duplicate definition deleted.
Richard M. Stallman [Sat, 26 Aug 1995 21:02:01 +0000 (21:02 +0000)]
(eventp): Duplicate definition deleted.

28 years agoDoc fixes.
Richard M. Stallman [Sat, 26 Aug 1995 20:53:20 +0000 (20:53 +0000)]
Doc fixes.
(caar, cdar): Deleted--use (car (car ...)).

28 years ago(ada-spec-suffix): Definition deleted.
Richard M. Stallman [Sat, 26 Aug 1995 20:43:35 +0000 (20:43 +0000)]
(ada-spec-suffix): Definition deleted.
(ada-make-filename-from-adaname): Delete autoload.
(ff-special-constructs): Load ada-mode before referring to
ada-spec-suffix and ada-make-filename-from-adaname.

28 years ago(abs): Function definition deleted.
Richard M. Stallman [Sat, 26 Aug 1995 20:31:16 +0000 (20:31 +0000)]
(abs): Function definition deleted.
(goto-beginning-of-buffer): Macro deleted.  Use goto-char.
(goto-end-of-buffer): Macro deleted.  Use goto-char.
(maxint): Macro deleted.
(life-increment): Renamed from increment.
(life-initialized): New variable.
(life): Do (random t) only once and only when `life' is called.

28 years ago(Info-default-directory-list): Duplicate defvar deleted.
Richard M. Stallman [Sat, 26 Aug 1995 20:25:23 +0000 (20:25 +0000)]
(Info-default-directory-list): Duplicate defvar deleted.

28 years ago(modifier_names): Add 4 bits to modifier bit positions.
Richard M. Stallman [Sat, 26 Aug 1995 15:26:42 +0000 (15:26 +0000)]
(modifier_names): Add 4 bits to modifier bit positions.

28 years ago(rebuild-mail-abbrevs): FILE defaults to visited file.
Richard M. Stallman [Fri, 25 Aug 1995 21:34:09 +0000 (21:34 +0000)]
(rebuild-mail-abbrevs): FILE defaults to visited file.

28 years ago(vc-fetch-master-properties): Count cvs status "Needs Patch" as
André Spiegel [Fri, 25 Aug 1995 18:35:32 +0000 (18:35 +0000)]
(vc-fetch-master-properties): Count cvs status "Needs Patch" as
`needs-checkout'.
(vc-after-save): Clear the cvs status.

28 years ago(vc-directory): Kill existing vc-dired buffers for this directory.
André Spiegel [Fri, 25 Aug 1995 18:30:11 +0000 (18:30 +0000)]
(vc-directory): Kill existing vc-dired buffers for this directory.
Provide a better header.  Corrected the check whether any files were
found at all (don't display a listing in this case).  Under CVS,
display cvs-status rather than vc-locking-user.
(vc-next-action-on-file): When doing a check-in in vc-dired-mode, find
the file in another window.
(vc-next-action-dired): Update dired listing while processing the
files.
(vc-next-action): Check whether a check-in comment is really needed
for this mass operation.
(vc-checkout): Resynch the buffer, even if it's not current.
(vc-dired-state-info, vc-dired-update-line): New functions.
(vc-dired-prefix-map): Added local definition for `g' and `='.
(vc-dired-reformat-line): Simplified.  Erase the hardlink count from
the listing, because it doesn't relate to version control.
(vc-rcs-release, vc-cvs-release, vc-sccs-release): New variables, may
be set by the user.
(vc-backend-release, vc-release-greater-or-equal, vc-backend-release-p):
New Functions.
(vc-do-command): Allow FILE to be nil.
(vc-backend-checkin): When creating a branch, don't bother to unlock
the old version if this is RCS 5.6.2 or higher.
(vc-next-action-on-file): Allow lock-stealing only if RCS 5.6.2 or
higher.
(vc-backend-admin, vc-backend-checkin): If available, use ci -i and -j.
Updated Developer's Notes.

28 years ago(next-file): Advance next-file-list before finding the file named in its
Roland McGrath [Fri, 25 Aug 1995 16:39:34 +0000 (16:39 +0000)]
(next-file): Advance next-file-list before finding the file named in its
car, in case finding signals an error.

28 years ago(describe-function): Show file name for autoloaded fns.
Richard M. Stallman [Fri, 25 Aug 1995 15:35:37 +0000 (15:35 +0000)]
(describe-function): Show file name for autoloaded fns.

28 years ago(mouse-avoidance-mode): Use post-command-idle-hook. Use remove-hook.
Richard M. Stallman [Fri, 25 Aug 1995 15:14:03 +0000 (15:14 +0000)]
(mouse-avoidance-mode): Use post-command-idle-hook.  Use remove-hook.

28 years ago(what-line): Print narrowed linenum with full buffer num.
Richard M. Stallman [Fri, 25 Aug 1995 14:16:26 +0000 (14:16 +0000)]
(what-line): Print narrowed linenum with full buffer num.

28 years ago(makefile-mode-syntax-table): "]" is a close-paren.
Richard M. Stallman [Thu, 24 Aug 1995 20:18:58 +0000 (20:18 +0000)]
(makefile-mode-syntax-table): "]" is a close-paren.

28 years ago(makefile-add-log-defun): Avoid error at eob.
Richard M. Stallman [Thu, 24 Aug 1995 20:16:31 +0000 (20:16 +0000)]
(makefile-add-log-defun): Avoid error at eob.

28 years agoDoc fixes.
Richard M. Stallman [Wed, 23 Aug 1995 23:51:38 +0000 (23:51 +0000)]
Doc fixes.
(makefile-font-lock-keywords): Highlight lines of just whitespace.

28 years ago[HAVE_CONFIG_H]: Include config.h.
Roland McGrath [Wed, 23 Aug 1995 17:42:20 +0000 (17:42 +0000)]
[HAVE_CONFIG_H]: Include config.h.
[! O_RDONLY]: Define it to zero.
(main): Use O_RDONLY instead of explicit zero.

28 years ago(2C-mode): Use make-local-hook and add-hook.
Richard M. Stallman [Tue, 22 Aug 1995 20:55:36 +0000 (20:55 +0000)]
(2C-mode): Use make-local-hook and add-hook.

28 years ago(icomplete-minibuffer-setup): Use make-local-hook
Richard M. Stallman [Tue, 22 Aug 1995 20:30:57 +0000 (20:30 +0000)]
(icomplete-minibuffer-setup): Use make-local-hook
and add and remove hooks locally.

28 years ago(ediff-profile): Use make-local-hook and add and remove hooks locally.
Richard M. Stallman [Tue, 22 Aug 1995 20:27:05 +0000 (20:27 +0000)]
(ediff-profile): Use make-local-hook and add and remove hooks locally.

28 years ago(PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
Richard M. Stallman [Tue, 22 Aug 1995 19:44:26 +0000 (19:44 +0000)]
(PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
register values if POSIX backtracking is turned off.
(NUM_FAILURE_ITEMS): Value is 0 if no POSIX backtracking.

28 years ago(basic-save-buffer): Call vc-after-save.
Richard M. Stallman [Tue, 22 Aug 1995 19:06:19 +0000 (19:06 +0000)]
(basic-save-buffer): Call vc-after-save.

28 years ago(auto-mode-alist): Turn on use of makefile-mode.
Richard M. Stallman [Tue, 22 Aug 1995 19:03:41 +0000 (19:03 +0000)]
(auto-mode-alist): Turn on use of makefile-mode.

28 years ago(byte-compiler-base-file-name): New function.
Richard M. Stallman [Tue, 22 Aug 1995 18:52:47 +0000 (18:52 +0000)]
(byte-compiler-base-file-name): New function.
(byte-compile-dest-file): Call byte-compiler-base-file-name.

28 years ago(Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,
Richard M. Stallman [Tue, 22 Aug 1995 18:51:46 +0000 (18:51 +0000)]
(Info-suffix-list): For MS-DOS, use gunzip as the only uncompressor,
and don't include .info as suffix.
(info-insert-file-contents-1): New function.
(info-insert-file-contents): Use info-insert-file-contents-1.

28 years agoRemoved the comment that said we assume strict locking.
André Spiegel [Tue, 22 Aug 1995 17:53:14 +0000 (17:53 +0000)]
Removed the comment that said we assume strict locking.
(vc-next-action-dired): Don't switch to vc-parent-buffer, because that
was already done.

28 years ago(vc-simple-command): New function.
André Spiegel [Tue, 22 Aug 1995 17:52:42 +0000 (17:52 +0000)]
(vc-simple-command): New function.
(vc-fetch-master-properties): CVS case: Use it.
(vc-lock-from-permissions, vc-file-owner, vc-rcs-lock-from-diff):
New functions.
(vc-locking-user): Largely rewritten.  Uses the above, handles RCS
non-strict locking.  Under CVS in CVSREAD-mode, learn the locking state
from the permissions.
(vc-find-cvs-master): Use vc-insert-file, rather than
find-file-noselect. Greatly speeds up things.
(vc-consult-rcs-headers): Bug fix, return status in all cases.

28 years ago(tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>
Tom Tromey [Tue, 22 Aug 1995 17:49:45 +0000 (17:49 +0000)]
(tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>
(tcl-mode): Call it

28 years ago(insert-kbd-macro): Express vector char modifiers with
Richard M. Stallman [Tue, 22 Aug 1995 16:47:19 +0000 (16:47 +0000)]
(insert-kbd-macro): Express vector char modifiers with
escape prefixes.  Express big basic char codes in octal.

28 years ago(jka-compr-byte-compiler-base-file-name): New function.
Richard M. Stallman [Tue, 22 Aug 1995 16:46:45 +0000 (16:46 +0000)]
(jka-compr-byte-compiler-base-file-name): New function.
Use it to handle byte-compiler-base-file-name operation.

28 years ago(display_text_line): Write blanks under the entire
Karl Heuer [Tue, 22 Aug 1995 00:32:03 +0000 (00:32 +0000)]
(display_text_line): Write blanks under the entire
scroll bar, not just the first column.

28 years ago(compilation-exit-message-function): New variable.
Roland McGrath [Mon, 21 Aug 1995 22:15:58 +0000 (22:15 +0000)]
(compilation-exit-message-function): New variable.
(compilation-sentinel): If compilation-exit-message-function is non-nil,
call it to produce messages for buffer and mode line.
(grep): Use that variable to produce snazzier messages.

28 years ago(Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
Richard M. Stallman [Mon, 21 Aug 1995 22:02:50 +0000 (22:02 +0000)]
(Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.
(syms_of_keyboard): Set up new vars.
(command_loop_1): Run Qpost_command_idle_hook.

28 years agoUse post-command-idle-hook.
Richard M. Stallman [Mon, 21 Aug 1995 22:00:21 +0000 (22:00 +0000)]
Use post-command-idle-hook.
(show-paren-command-hook): No need to test for idleness.

28 years agoInclude syssignal.h.
Richard M. Stallman [Mon, 21 Aug 1995 21:56:40 +0000 (21:56 +0000)]
Include syssignal.h.