1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

13064 Commits

Author SHA1 Message Date
Richard M. Stallman
4a722d6c53 (HAVE_UNISTD_H): Add #undef. 1995-09-08 16:24:48 +00:00
Richard M. Stallman
6d766abc91 (ange-ftp-gwp-filter): Go to process buffer before getting text from it. 1995-09-06 18:17:59 +00:00
Richard M. Stallman
9b842cab49 (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.
1995-09-06 18:04:02 +00:00
Richard M. Stallman
117364886e (gud-filter): Save up text that arrives while processing previous text. 1995-09-06 17:07:53 +00:00
Richard M. Stallman
469dd2ef08 (install-arch-indep): Always install the new dir file;
rename the previous dir file to dir.bak or dir.old.
1995-09-06 15:18:29 +00:00
Richard M. Stallman
cb4903bcc1 (rmail-summary-construct-io-menu): Use all of FILES.
Also disable the menu instead of not displaying it, if FILES is empty.
1995-09-06 15:16:39 +00:00
Richard M. Stallman
0eef787b49 (mail-interactive-insert-alias): Call mail-abbrev-expand-hook. 1995-09-04 20:26:58 +00:00
Richard M. Stallman
fc299663f4 (Fcopy_marker): New arg TYPE.
(Fmarker_insertion_type, Fset_marker_insertion_type): New functions.
(syms_of_marker): defsubr them.
1995-09-03 18:53:58 +00:00
Richard M. Stallman
26d84681fa (Fmake_indirect_buffer): Set the insertion_type of the zv_marker markers to 1. 1995-09-03 18:52:37 +00:00
Richard M. Stallman
beecb55b9e (adjust_markers_for_insert): New function.
(insert_from_buffer_1, insert_from_string_1, insert_1): Call it.
1995-09-03 18:51:47 +00:00
Richard M. Stallman
6a4cd60590 (dired-internal-noselect): New arg MODE.
If it's non-nil, switch to that nil.
(dired-find-buffer-nocreate): New arg MODE.
1995-09-03 17:34:56 +00:00
Richard M. Stallman
aee8173001 (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.
1995-09-03 17:32:58 +00:00
David J. MacKenzie
c70c27055d Don't assume that HAVE_CONFIG_H implies emacs. 1995-09-02 23:47:41 +00:00
Richard M. Stallman
bccfd93664 (auto-mode-alist): Handle .f90 files. 1995-09-02 16:36:41 +00:00
Richard M. Stallman
2f3e7987f2 Simplify using new names file names src/makefile.in,
config.in, paths.in.  Change Echo commands not to use `.
1995-09-02 16:25:34 +00:00
Richard M. Stallman
c968493656 Define STDC_HEADERS.
Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
1995-09-02 16:24:49 +00:00
Richard M. Stallman
ac3b02794f (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.
1995-09-02 16:23:53 +00:00
Richard M. Stallman
39238ce758 (sleep_or_kbd_init): Delete declaration. 1995-09-02 16:23:03 +00:00
Richard M. Stallman
7964ba9e07 (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.
1995-09-02 16:22:17 +00:00
Richard M. Stallman
91b0b37e2a [!MULTI_FRAME] (Factive_minibuffer_window): New function.
[!MULTI_FRAME] (syms_of_frame): defsubr it.
1995-09-02 16:20:15 +00:00
Richard M. Stallman
64aba29c64 (SITELOAD_PURESIZE_EXTRA): New macro.
(BASE_PURESIZE): Use SITELOAD_PURESIZE_EXTRA.
1995-09-02 16:18:26 +00:00
Richard M. Stallman
adc6741c3f (Fmake_symbolic_link, Fadd_name_to_file):
Look for handler for the new name as well as for the target.
1995-09-02 01:21:55 +00:00
Richard M. Stallman
8436e23177 (Ffile_name_all_completions, Ffile_name_completion):
Look for handler for FILE as well as for DIRNAME.
1995-09-02 01:19:53 +00:00
Richard M. Stallman
ae4788a82b (re_search_2): If pattern starts with \=, optimize search. 1995-09-01 18:43:30 +00:00
Richard M. Stallman
aea4a109af (save_excursion_save): Pass the new arg to Fcopy_marker. 1995-09-01 02:02:17 +00:00
Richard M. Stallman
eeb82665b2 (save_window_save): Pass the new arg to Fcopy_marker. 1995-09-01 02:01:29 +00:00
Richard M. Stallman
cbc9f037ea (sendmail-send-it): Use user-mail-address. 1995-08-31 23:48:58 +00:00
Richard M. Stallman
b78ce8fbdb (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.
1995-08-31 23:09:39 +00:00
Richard M. Stallman
47d7d104ac (Fdisplay_completion_list): Clear all text properties
for the whitespace between completion items.
1995-08-31 17:23:50 +00:00
Richard M. Stallman
007f026041 (ange-ftp-vms-sans-version): Accept extra args. 1995-08-31 15:05:39 +00:00
Richard M. Stallman
05abbc425e Add #undef for open, close, read, write. 1995-08-31 02:37:12 +00:00
Richard M. Stallman
657a33ab15 (kill-new): Compute 2nd arg to interprogram-cut-function based on REPLACE. 1995-08-30 19:33:08 +00:00
Richard M. Stallman
a513a2f85f (list-directory): Set default-directory. 1995-08-30 16:01:39 +00:00
Richard M. Stallman
2c6c7c721b (Fdecode_time): Doc fix. 1995-08-29 19:38:04 +00:00
Richard M. Stallman
d5b876efa8 (dired-byte-compile): Report failure if output file is not created. 1995-08-29 16:22:25 +00:00
Richard M. Stallman
d70fbccad6 (decode_env_path): Use ".", not nil, for current dir. 1995-08-29 15:32:00 +00:00
Richard M. Stallman
b8e9a326c1 (function-key-map): Consistently map CLEAR to C-l. 1995-08-29 15:31:46 +00:00
Richard M. Stallman
2486eb97d7 (wordstar-center-line): Renamed from center-line.
(wordstar-center-region): Renamed from center-region.
(wordstar-center-paragraph): Renamed from center-paragraph.
1995-08-29 14:55:25 +00:00
André Spiegel
8dd7134575 (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.
1995-08-29 10:52:14 +00:00
André Spiegel
b23a2306f7 (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.
1995-08-29 10:47:45 +00:00
Richard M. Stallman
6856855556 (x_wm_set_icon_pixmap): If trying to turn off icon pixmap, do nothing. 1995-08-29 04:36:12 +00:00
Roland McGrath
afe3e77471 (GETPGRP_NO_ARG, WAIT_USE_INT, UNEXEC): New macros.
(HAVE_SOCKETS, A_TEXT_SEEK, NO_REMAP): Macros removed.
1995-08-28 20:38:37 +00:00
Richard M. Stallman
aaf1750122 (recover-session-finish): Catch erorr in recover-file. 1995-08-28 20:13:56 +00:00
Richard M. Stallman
1cc852cc96 (basic-save-buffer): Doc fix.
(after-save-hook): Add defvar.
1995-08-28 15:15:28 +00:00
Richard M. Stallman
fa75f22d59 (executable-set-magic): Use make-local-hook for after-save-hook. 1995-08-28 15:12:57 +00:00
Richard M. Stallman
f067044f47 (makefile-font-lock-keywords): Highlight lines with
tab followed by #, and initial spaces preceding tabs--not all initial spaces.
1995-08-28 15:09:57 +00:00
Richard M. Stallman
e6a5c7de38 Fix typo in global-map define. 1995-08-28 00:15:59 +00:00
Richard M. Stallman
bf1f6e77a1 (doprnt): Fix typo in error message. 1995-08-27 23:53:06 +00:00
Richard M. Stallman
ecb2a4680f Delete some #if 0'd functions. 1995-08-27 18:17:01 +00:00
Richard M. Stallman
66770f4251 (rassoc): Definition deleted. 1995-08-27 18:15:26 +00:00