- 03 May, 1996 13 commits
-
-
Geoff Voelker authored
(fd_set, filedesc): New structures. (child_process, MAX_CHILDREN, CHILD_ACTIVE): Definitions moved from ntproc.c. (FD_SET, FD_CLR, FD_ISSET, FD_ZERO): Operate on fd_set structures. (SELECT_TYPE): New macro. New child process status enumeration. (FILE_READ, FILE_WRITE, FILE_BINARY, FILE_PIPE, FILE_SOCKET): New macros. (fd_info, new_child, delete_child): Declared.
-
Geoff Voelker authored
Undefine macros of CRT functions.
-
Geoff Voelker authored
(LINK_FLAGS): Explicitly set base address, and stack and heap sizes. (nt.obj): Add dependency to nt.h.
-
Geoff Voelker authored
-
Geoff Voelker authored
(nt_sleep): Rename to sleep. (getwd): Return directory. (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown, sys_ctime, sys_fopen): New functions.
-
Geoff Voelker authored
(movemail.exe, fakemail.exe): Now built under Win32.
-
Geoff Voelker authored
-
Geoff Voelker authored
to old value of make-auto-save-file-name. (make-auto-save-file-name): New function overriding old.
-
Geoff Voelker authored
-
Geoff Voelker authored
-
Geoff Voelker authored
-
Geoff Voelker authored
,
-
Geoff Voelker authored
(env_vars): Rename field emacs_path to emacs_dir. (main): Add link to runemacs instead of emacs.
-
- 02 May, 1996 4 commits
-
-
Richard M. Stallman authored
(syms_of_keyboard): defsubr it. (this_single_command_key_start): New variable. (add_command_key): Reduce this_single_command_key_start if nec. (command_loop_1): Clear this_single_command_key_start if nec. (Fread_key_sequence, Fexecute_extended_command): Likewise. (read_key_sequence): Set this_single_command_key_start.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
if it comes with a directory name.
-
- 01 May, 1996 7 commits
-
-
Richard M. Stallman authored
(getdefdir): Rewrite to call `_fixpath' instead of `intdos'. (run_msdos_command) [DJGPP > 1]: Work around some MSDOS command-line restrictions by running shell commands via `system' instead of `spawnve'.
-
Richard M. Stallman authored
to compile on all platforms.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 30 Apr, 1996 3 commits
-
-
Richard M. Stallman authored
(x_wm_set_icon_pixmap) [USE_X_TOOLKIT]: Tell widget the new pixmap.
-
Richard M. Stallman authored
-
Karl Heuer authored
min of endpoints, not max.
-
- 29 Apr, 1996 8 commits
-
-
Richard M. Stallman authored
(calendar-and-diary-frame-parameters): Take out font, auto-lower and auto-raise.
-
Erik Naggum authored
-
Richard M. Stallman authored
four elements per item. Add a separate slot for the hpos. (menu_bar_items): Likewise. (menu_bar_item): Initialize the hpos slot to 0.
-
Richard M. Stallman authored
(update_menu_bar): If we update FRAME_MENU_BAR_ITEMS, also set w->update_mode_line.
-
Richard M. Stallman authored
FRAME_MENU_BAR_ITEMS now has four elements per item.
-
Richard M. Stallman authored
or ~user, but don't collapse the newdir prefix in that case.
-
Richard M. Stallman authored
(pop_open, pop_trash): Make the trash_started code unconditional. (socket_connection): Delete casts to void.
-
Richard M. Stallman authored
-
- 28 Apr, 1996 5 commits
-
-
Richard M. Stallman authored
(insert-tab): Handle prefix arg.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-