1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

15078 commits

Author SHA1 Message Date
Richard M. Stallman
0b1f1b099f (add_overlay_mod_hooklist): Fix call to bcopy. 1996-05-01 21:20:05 +00:00
Richard M. Stallman
8f3d8a86cf Comment changes. 1996-05-01 20:13:22 +00:00
Richard M. Stallman
0efb88ffff (C_SWITCH_X_SYSTEM): Definition moved to sol2-4.h. 1996-05-01 19:12:44 +00:00
Richard M. Stallman
860ef324cb (C_SWITCH_X_SYSTEM): Definition moved from sol2.h. 1996-05-01 19:12:29 +00:00
Richard M. Stallman
d2bd6bc4c1 [USE_X_TOOLKIT]: Include X11/Shell.h.
(x_wm_set_icon_pixmap) [USE_X_TOOLKIT]: Tell widget the new pixmap.
1996-04-30 19:40:56 +00:00
Richard M. Stallman
d017deb2dd (mouse-drag-region): Doc fix. 1996-04-30 16:11:53 +00:00
Karl Heuer
aa247686c2 (shell-command-on-region): Start of region to keep is
min of endpoints, not max.
1996-04-30 03:21:44 +00:00
Richard M. Stallman
eb18bc57cb (diary-frame-parameters, calendar-frame-parameters)
(calendar-and-diary-frame-parameters):
Take out font, auto-lower and auto-raise.
1996-04-29 18:49:47 +00:00
Erik Naggum
4424ce6f12 (insert-tab): fix previous change 1996-04-29 18:12:08 +00:00
Richard M. Stallman
35b3402f5e (make_lispy_event): FRAME_MENU_BAR_ITEMS now has
four elements per item.  Add a separate slot for the hpos.
(menu_bar_items): Likewise.
(menu_bar_item): Initialize the hpos slot to 0.
1996-04-29 15:58:16 +00:00
Richard M. Stallman
469937ac96 (display_menu_bar): FRAME_MENU_BAR_ITEMS now has four elements per item.
(update_menu_bar): If we update FRAME_MENU_BAR_ITEMS,
also set w->update_mode_line.
1996-04-29 15:57:12 +00:00
Richard M. Stallman
d2ff1bf379 (get_frame_menubar_event, set_frame_menubar):
FRAME_MENU_BAR_ITEMS now has four elements per item.
1996-04-29 15:56:24 +00:00
Richard M. Stallman
9a1dc3be43 (Fexpand_file_name) [DOS_NT]: Keep dir sep following ~
or ~user, but don't collapse the newdir prefix in that case.
1996-04-29 15:49:43 +00:00
Richard M. Stallman
de5c39cffd (SEND, RECV): Renamed from send, recv.
(pop_open, pop_trash): Make the trash_started code unconditional.
(socket_connection): Delete casts to void.
1996-04-29 15:46:17 +00:00
Richard M. Stallman
f04366cb45 (set_frame_menubar): FRAME_MENU_BAR_ITEMS now has four elements per item. 1996-04-29 15:29:52 +00:00
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