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

15213 Commits

Author SHA1 Message Date
Karl Heuer
b1d4be5f6e Hold previous change until after the release. 1996-05-18 20:15:02 +00:00
Erik Naggum
4f0a10eb40 (sc::menu): Fix typo. 1996-05-18 16:38:57 +00:00
Karl Heuer
a868739706 (lisp): Include dos-win32.elc. 1996-05-17 22:39:11 +00:00
Karl Heuer
eaca153005 Initial revision 1996-05-17 22:37:41 +00:00
Karl Heuer
60d5138f2d (path-separator, grep-null-device,
grep-regexp-alist, file-name-buffer-file-type-alist,
find-buffer-file-type, find-file-not-found-set-buffer-file-type,
find-file-binary, find-file-text, mode-line-format):
Moved to dos-win32.el.
1996-05-17 22:36:39 +00:00
Karl Heuer
d77f86d08d (save-to-unix-hook, revert-from-unix-hook, using-unix-filesystems):
Functions removed.
1996-05-17 22:30:36 +00:00
Karl Heuer
fa823be38a [windows-nt, ms-dos]: Load dos-win32. 1996-05-17 22:29:35 +00:00
Karl Heuer
817519e738 (MSDOS_SUPPORT, WINNT_SUPPORT, shortlisp):
Include dos-win32.elc.
1996-05-17 22:25:53 +00:00
Karl Heuer
f75543492d (_sys_read_ahead): Handle sleep here.
(sys_read): Not here.
(init_ntproc): Initialize can_run_dos_process, dos_process_running.
1996-05-17 21:45:30 +00:00
Karl Heuer
c98e68fc13 (struct _child_process): New member is_dos_process. 1996-05-17 21:42:27 +00:00
Karl Heuer
817abdf65c (Vwin32_pipe_read_delay): New var.
(can_run_dos_process, dos_process_running): New vars.
(win32_is_dos_binary): New function.
(reap_subprocess, sys_spawnve): Use them.
(syms_of_ntproc): Defvar and initialize Vwin32_pipe_read_delay.
1996-05-17 21:39:36 +00:00
Karl Heuer
1f96acec5e (term-send-raw-string): send-string -> process-send-string.
(term-arguments):  Remove unused local `values'.
(term-handle-deferred-scroll):  Fix off-by-one bug.
1996-05-17 21:16:00 +00:00
Karl Heuer
d129c4c2cb (display_menu_bar) [HAVE_NTGUI]: Enable the display of
menus in --no-window mode on NT.
1996-05-17 21:13:14 +00:00
Karl Heuer
4337739c5d Delete the hilit19 support--it doesn't work.
(f90-face-*, f90-auto-hilit19, f90-hilit-patterns): Vars deleted.
(f90-mode, f90-update-line): Delete the hilit19 support code.
1996-05-17 21:02:41 +00:00
Francesco Potortì
cf347d3cca * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
(Pascal_functions): Increase linecharno by the correct number of
chars, inline the GET_NEW_LINE macro and delete its definition.
1996-05-17 16:48:02 +00:00
Geoff Voelker
ce2d626fab (w32_read_socket): Mask out lower 4 bits of wParam
for WM_SYSCOMMAND messages.
1996-05-17 06:12:35 +00:00
Karl Heuer
efa15de41d (Fformat_time_string): Doc fix. 1996-05-15 21:56:33 +00:00
Richard M. Stallman
a5e2ae0112 (latex-imenu-create-index):
Change the regexp to match the * versions of commands.
(latex-mode): Make imenu-create-index-function buffer-local.
1996-05-15 15:17:41 +00:00
Karl Heuer
2806002f19 Several doc fixes.
(enriched-mode-hook): Renamed from enriched-mode-hooks.
1996-05-15 14:56:35 +00:00
Karl Heuer
8079d0cdf6 Fix typo in previous patch. 1996-05-15 14:42:28 +00:00
Karl Heuer
341e722e0e (sys_read): Introduce a small delay before reading from
a pipe or socket to allow more data to be buffered; otherwise,
process output is read one byte at a time on fast machines
(which is slow).
1996-05-15 14:38:30 +00:00
Karl Heuer
799abb26c3 (Fcall_process): Don't close the same fd twice. 1996-05-15 14:32:37 +00:00
Karl Heuer
9aa94bd50c (QCLIPBOARD): New symbol.
(Fx_selection_exists_p): New function.
(syms_of_win32select): Initialize/staticpro and defsubr them.
1996-05-14 19:01:53 +00:00
Geoff Voelker
e3be3bfdfb (SYSTEM_PURESIZE_EXTRA): Macro defined. 1996-05-14 17:44:15 +00:00
Richard M. Stallman
c0d6e0a978 (w32*.o): Fix deps. 1996-05-13 19:57:17 +00:00
Richard M. Stallman
3d32fc4818 (win32_wnd_proc): Reenable quit_char detection. 1996-05-13 18:30:56 +00:00
Richard M. Stallman
69c46fcf8b Set BUILD_TYPE and INSTALL_DIR before calling make;
undo settings afterwards.
1996-05-13 18:28:09 +00:00
Richard M. Stallman
a0bd2457ad (pascal-end-of-statement, pascal-calculate-indent):
Set parse-sexp-ignore-comments to t before parsing.
(pascal-indent-case): Save position of cursor, and restores it
after reindenting the code.
1996-05-13 16:25:13 +00:00
Richard M. Stallman
9bf7b6aa50 (note_mouse_movement): Upwards mouse movement recognition corrected. 1996-05-13 15:24:25 +00:00
Richard M. Stallman
0d05360db7 (allocate_heap): Clean up conditional. 1996-05-13 15:06:32 +00:00
Richard M. Stallman
4c145b9e93 (vc-rename-file): After renaming, update VC info and modeline.
Preserve buffer-read-only.
1996-05-13 01:31:28 +00:00
Richard M. Stallman
5066676655 (init_dosfns) [DJGPP >= 2]: Make `opendir' preserve
filename case (under Win95) and find hidden files.
1996-05-13 01:28:24 +00:00
Richard M. Stallman
cd5f8f60db (Fcall_process): Fix previous change (now !MSDOS only). 1996-05-12 22:50:25 +00:00
Richard M. Stallman
25a1fadb43 Delete the Emacs local variables spec. 1996-05-12 22:19:55 +00:00
Karl Heuer
96a6034956 (Fstart_kbd_macro): Add missing xrealloc arg. 1996-05-12 20:07:43 +00:00
Richard M. Stallman
323fa9398e (Fmsdos_downcase_filename): Don't change the argument, return a copy. 1996-05-12 17:45:36 +00:00
Richard M. Stallman
bef2adcfdb (MSDOS_SUPPORT): Use full name disp-table.elc. 1996-05-12 17:43:29 +00:00
Richard M. Stallman
2f019854db (FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase. 1996-05-11 21:23:34 +00:00
Richard M. Stallman
21319b18dc (msdos_downcase_filename): New function to convert case in filenames.
(Fmsdos_downcase_filename): New function.
(syms_of_msdos): Defsubr it.
1996-05-11 21:23:08 +00:00
Geoff Voelker
4d105bce0a (using-unix-filesystems): Update doc string. 1996-05-11 20:55:33 +00:00
Richard M. Stallman
0dd1fa0f19 (win32-handle-scroll-bar-event): Use scroll-bar-maybe-set-window-start. 1996-05-11 18:44:09 +00:00
Richard M. Stallman
2c28562d01 (x_scroll_bar_set_handle): Always use start in calling SetScrollPos.
(x_scroll_bar_handle_click): In line up/down cases, don't alter y.
Don't call x_scroll_bar_set_handle.
1996-05-11 18:38:11 +00:00
Richard M. Stallman
aeee66be3b (scroll-bar-drag-position): New function.
(scroll-bar-maybe-set-window-start): New function.
1996-05-11 18:30:16 +00:00
Richard M. Stallman
12c11fcd42 (re_match_2_internal): Fix off-by-one error; don't use
length of exactn as character, and don't use length of bitmap of
charset as bitmap.
1996-05-11 18:05:52 +00:00
Richard M. Stallman
fc85cb2995 (map_win32_filename): If not a fat volume, cvt name to dos. 1996-05-11 17:26:00 +00:00
Richard M. Stallman
e38ee395e8 (term-emulate-terminal): On CR, set term-current-column
to term-start-line-column, not 0.
1996-05-11 17:11:06 +00:00
Richard M. Stallman
8060ee8f14 Lots of fixes. 1996-05-11 11:08:11 +00:00
Richard M. Stallman
70ffb393ea (Fcall_process): Close fd_error if successful. 1996-05-11 10:53:17 +00:00
Richard M. Stallman
00af31ec33 Mention Windows 95. 1996-05-11 10:52:47 +00:00
Geoff Voelker
709fd16b8e (allocate_heap): Bump heap base up to 27MB to
wsatisfy Win95.
1996-05-11 06:38:25 +00:00