Richard M. Stallman
dbc9b92ccb
(init_gettimeofday): Remove declaration.
1995-09-10 04:38:13 +00:00
Richard M. Stallman
ccc4fdaabe
(gettimeofday): Don't bother setting time zone,
...
since nobody uses it, and our hacks to get it get in the way
of the above fix. Use simpler method for getting time stamp.
(init_gettimeofday, daylight, gmtoffset): Remove.
1995-09-10 04:37:51 +00:00
Richard M. Stallman
143cb9a977
(Fset_time_zone_rule): New function.
...
(syms_of_editfns): defsubr it.
1995-09-10 04:37:21 +00:00
Richard M. Stallman
7fd817093f
(setenv): Call set-time-zone-rule when setting TZ.
1995-09-10 04:36:12 +00:00
Richard M. Stallman
cdadf745b2
(LOCALTIME_CACHE): Remove; now configured automatically.
1995-09-10 04:23:38 +00:00
Richard M. Stallman
e7536cff15
(main): Call tzset only if LOCALTIME_CACHE is defined;
...
not all Suns have this bug.
1995-09-10 04:20:44 +00:00
Richard M. Stallman
0c565a0ad1
(LOCALTIME_CACHE): Define if tzset exists and
...
if localtime caches TZ. Check for tzset.
1995-09-10 04:18:58 +00:00
Richard M. Stallman
d7437ef689
(command_loop_1): Set this_command to nil before reading a command.
1995-09-10 01:23:14 +00:00
Richard M. Stallman
145b0681a7
(Fdecode_time): Doc fix.
1995-09-09 19:31:29 +00:00
André Spiegel
2f119435a6
(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.
1995-09-08 20:39:17 +00:00
André Spiegel
aadce164da
(vc-locking-user): Fixed wrong parentheses.
1995-09-08 20:38:53 +00:00
André Spiegel
6cfd24f9a5
(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.
1995-09-08 20:38:17 +00:00
Richard M. Stallman
1b8cac5dc4
Rename all register-name args to `register'.
1995-09-08 17:19:37 +00:00
Richard M. Stallman
6ef5c4bdda
(Fmake_marker): Initialize insertion_type to 0.
1995-09-08 16:59:25 +00:00
Richard M. Stallman
d473987a4c
Fix typos.
1995-09-08 16:58:39 +00:00
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