1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
Commit Graph

15213 Commits

Author SHA1 Message Date
Richard M. Stallman
10992b014c (indent-for-tab-command): Pass prefix arg to indent-tab.
(insert-tab): Handle prefix arg.
1996-04-28 23:41:52 +00:00
Richard M. Stallman
61946d674c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h. 1996-04-28 23:37:04 +00:00
Richard M. Stallman
b98cf43f01 [HAVE_CONFIG_H]: Only include config.h when defined. 1996-04-28 19:09:03 +00:00
Richard M. Stallman
88800afc90 (struct _popserver): New field trash_started. 1996-04-28 19:08:48 +00:00
Richard M. Stallman
c2668a613f [WINDOWSNT]: Include winsock.h and ntlib.h.
Macro SOCKET_ERROR undefined.
Don't declare h_errno.
[!WINDOWSNT]: Define macros recv and send.
[!WINDOWSNT] (POP_SERVICE): Change to pop3.
(pop_open) [WINDOWSNT]: Initialize trash_started.
(have_winsock) [WINDOWSNT]: New variable.
(socket_connection) [WINDOWSNT]: Initialize winsock.
(socket_connection): Use closesocket instead of close.
(getline): Use recv instead of read.
(fullwrite): Use send instead of write.
(pop_trash): Use closesocket instead of close.
(pop_trash) [WINDOWSNT]: Cleanup winsock.
Check if being called recursively by sendline.
1996-04-28 19:08:33 +00:00
Richard M. Stallman
7f75d5c619 (access, unlink) [WINDOWSNT]: Macros undefined.
(fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
[WINDOWSNT]: Include locking.h.
(main): Update usage message.  Use IS_DIRECTORY_SEP.
(main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
(main) [WINDOWSNT]: Invoke locking instead of flock.
(main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
(main) [MAIL_USE_POP]: Pass password to popmail if used.
Include winsock.h; don't include unix inet headers.
(popmail): Add password argument and pass it to pop_open.
Open output file in binary mode.
1996-04-28 19:07:35 +00:00
Richard M. Stallman
eac1956a77 [DOSNT]: Include fcntl.h.
[WINDOWSNT]: Include io.h.
(main) [MSDOS]: Change conditional to DOS_NT.
1996-04-28 19:06:15 +00:00
Richard M. Stallman
7c54442039 [WINDOWSNT]: Include ntlib.h. 1996-04-28 19:06:01 +00:00
Richard M. Stallman
ad6cd733f4 Comment change. 1996-04-27 02:09:56 +00:00
Richard M. Stallman
199607e4f7 (Fexpand_file_name, Ffile_name_absolute_p): Doc fixes.
(Ffile_exists_p, Ffile_executable_p, Ffile_readable_p)
(Ffile_writable_p, Ffile_directory_p, Ffile_regular_p)
(Ffile_modes, Fset_file_modes, Ffile_newer_than_file_p)
(expand_and_dir_to_file): Rename abspath to absname.

(CORRECT_DIR_SEPS) [DOS_NT]: New macro.
(IS_DRIVE) [DOS_NT]: Added separate definitions for DOS and NT.
(Ffile_name_directory) [DOS_NT]: Simplify code to match change in
getdefdir in msdos.c.  Ignore embedded colons.  Correct dir seps.
(Ffile_name_nondirectory) [DOS_NT]: Ignore embedded colons.
Correct IS_ANY_SEP to IS_DIRECTORY_SEP.
(file_name_as_directory) [DOS_NT]: Correct dir seps.
Correct IS_ANY_SEP to IS_DIRECTORY_SEP.
(directory_file_name) [DOS_NT]: Correct dir seps.
(Fmake_temp_name) [DOS_NT: Correct dir seps.
(Fexpand_file_name) [mostly DOS_NT]: Remove relpath, tmp and
defdir variables; init drive to 0.
Correctly detect when default_directory is absolute.
Be strict when looking for MSDOS drive specifier; defer calling
getdefdir.  Ignore drive specifier if name now has UNC prefix.
Correctly recognise if name is not absolute when trying simple
method to expand; return original string if possible.
Skip dir sep after ~ or ~user.
Use getpwnam instead of HOME for ~user on NT.
Handle error return from getdefdir.
Correctly detect if newdir is absolute before using default_directory.
Handle case where newdir is not absolute - expand relative to
current working dir if necessary (instead of calling getdisk
later).  Only keep UNC prefix if nm starts with dir sep.
Replace kludgy handling of drive spec in newdir.  Correct dir seps.
(Fexpand_file_name) [!DOS_NT]: Fix incorrect expansion of
"/foo/../bar" -> "//bar".
(Fsubstitute_in_file_name) [DOS_NT]: Correct dir seps for NT as
well.  Merge equivalent #ifdef APOLLO and WINDOWSNT cases.  Ignore
embedded colons and be strict about drive specs.
(Fcopy_file) [DOS_NT]: Do dev/inode check on NT.
(Ffile_name_absolute_p) [DOS_NT]: Be strict about drive specs.
(check_executable) [DOS_NT]: Test st_mode on NT.
(Ffile_readable_p) [DOS_NT]: Use access instead of open on NT.
(Ffile_modes) [DOS_NT]: Don't embelish st_mode value on NT.
(Fread_file_name) [DOS_NT]: Correct dir seps in HOME.
(syms_of_fileio): Add Vdirectory_sep_char.
1996-04-27 01:14:17 +00:00
Richard M. Stallman
37513bdf93 (getdefdir): Include drive letter and colon when
constructing default directory for drive.
1996-04-27 00:52:30 +00:00
Edward M. Reingold
2396dbcbdd Double DST correction removed! 1996-04-27 00:13:07 +00:00
Richard M. Stallman
2f8d25d5f1 (FRAME_TERMCAP_P) [WINDOWSNT && !HAVE_NTGUI]:
Remove conditional for HAVE_NTGUI.
1996-04-26 19:56:17 +00:00
Richard M. Stallman
f405affb31 (EMACS_KILLPG) [WINDOWSNT]: Invoke kill instead of win32_kill_process. 1996-04-26 19:55:52 +00:00
Richard M. Stallman
7795ff9bc0 (Fopen_network_stream): Set process infd to inch.
(create_process, read_process_output, Fsignal_process) [WINDOWSNT]:
Remove conditional NT code.
1996-04-26 19:55:27 +00:00
Richard M. Stallman
f3849f257d (close_load_descs) [WINDOWS_NT]: Don't actually do anything.
(read_escape): Detect READCHAR reporting eof.
1996-04-26 19:54:49 +00:00
Richard M. Stallman
e0c0701265 [WINDOWS_NT]: Declare Vdirectory_sep_char. 1996-04-26 19:53:20 +00:00
Richard M. Stallman
41f339d465 (main) [WINDOWSNT]: Invoke init_ntproc.
(shut_down_emacs) [WINDOWSNT]: Invoke term_ntproc.
1996-04-26 19:53:04 +00:00
Richard M. Stallman
93593876d9 (Ffile_attributes) [WINDOWSNT]: Remove conditional NT code. 1996-04-26 19:52:51 +00:00
Richard M. Stallman
4252a4bd63 (Fcall_process) [WINDOWSNT]: Remove conditional NT code.
(Fcall_process_region) [DOSNT]: Canonicalize slashes in filename.
(child_setup) [WINDOWSNT]: Decrease handles array by one.
1996-04-26 19:52:37 +00:00
Richard M. Stallman
234ae99a66 [windows-nt]: Load disp-table. 1996-04-26 19:46:05 +00:00
Richard M. Stallman
ceeb471c2e (rmail-insert-inbox-text): When required, prompt for
pop password and pass on to movemail.
(rmail-pop-password, rmail-pop-password-required): New variables.
(rmail-read-password): New function.
1996-04-26 19:45:38 +00:00
Richard M. Stallman
0c43cc8912 (compilation-error-regexp-alist): Add regexp
for Microsoft VC++ error messages containing drive letters.
1996-04-26 19:45:16 +00:00
Richard M. Stallman
43a3bdccec Comment change. 1996-04-26 19:31:40 +00:00
Richard M. Stallman
917baba010 (mouse-drag-region): Leave region highlighted until the next input event. 1996-04-26 19:15:39 +00:00
Richard M. Stallman
6d07821119 (x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap. 1996-04-26 16:39:13 +00:00
Richard M. Stallman
b80c363eee (x_scroll_bar_clear): Do nothing if frame now has no scroll bars. 1996-04-26 16:38:03 +00:00
Richard M. Stallman
637ad741e0 Update copyright year. 1996-04-26 16:06:54 +00:00
Richard M. Stallman
cbb95688d2 Include blockinput.h.
(change_frame_size_1): Block input around the real work.
1996-04-26 15:45:46 +00:00
Richard M. Stallman
6c05ef1e11 (getdefdir) [DJGPP > 1]: Use 32-bit ESI to pass buffer
address to `intdos' instead of SI which can be 16-bit.
1996-04-26 11:56:25 +00:00
Richard M. Stallman
c7d031edbe (walk-windows): Doc fix. 1996-04-26 03:03:28 +00:00
Richard M. Stallman
4ad8681a67 (save_excursion_restore): Add gcpros. 1996-04-26 03:01:56 +00:00
Richard M. Stallman
2a8095d50d No intangible text property. 1996-04-26 03:01:43 +00:00
Richard M. Stallman
ea083293b6 (unexec): Add conditional for SOLARIS_POWERPC. 1996-04-25 18:02:45 +00:00
Richard M. Stallman
568aa5850b (syms_of_fileio): Doc fix. 1996-04-25 17:31:37 +00:00
Richard M. Stallman
e74c43500e (Fx_list_fonts) [BROKEN_XLISTFONTSWITHINFO]:
Free the font, and the fontinfo too if we don't want it.
1996-04-25 03:36:01 +00:00
Edward M. Reingold
6b091ffc22 Update some comments. 1996-04-24 23:39:19 +00:00
Edward M. Reingold
e970389771 Spelling error. 1996-04-24 23:36:43 +00:00
Edward M. Reingold
33a07d62d3 Spelling fix. 1996-04-24 23:35:14 +00:00
Richard M. Stallman
ea146def5f (x_connection_signal): Call sigunblock properly. 1996-04-24 22:29:57 +00:00
Richard M. Stallman
8565113c08 (dispnew.o): Depend on blockinput.h. 1996-04-23 20:33:16 +00:00
Richard M. Stallman
97cf50e753 Include blockinput.h.
(change_frame_size_1): Block input around the real work.
1996-04-23 20:32:58 +00:00
Richard M. Stallman
f854a00b99 (wait_reading_process_input, both definitions):
If wait_for_cell, don't call timer_check, and use
detect_input_pending instead of detect_input_pending_run_timers.
1996-04-23 20:32:33 +00:00
Richard M. Stallman
da3bf069f0 (doctor-doc): Add period. 1996-04-23 15:30:28 +00:00
Richard M. Stallman
dd10ec4fd1 (Fframe_parameters, both definitions):
Get sizes from FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH if they are nonzero.
1996-04-23 15:20:52 +00:00
Richard M. Stallman
477763cdf4 Fix a file name. 1996-04-22 00:30:39 +00:00
Richard M. Stallman
f22edcea3e Replace --no-clean-up and --no-tar options
with --clean-up and --tar, so that the default is useful.
1996-04-21 06:54:52 +00:00
Richard M. Stallman
0e4358041c (compute_motion): Pass window to Fget_char_property. 1996-04-21 05:56:01 +00:00
Richard M. Stallman
9541a441a4 [motif]: Make f10 undefined. 1996-04-21 05:54:18 +00:00
Richard M. Stallman
5aa29df889 (walk-windows): Doc fix. 1996-04-21 05:53:27 +00:00