1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

21609 Commits

Author SHA1 Message Date
Geoff Voelker
a1b8f90f30 (recreate_heap): Invoke w32_fatal_reload_error upon error. 1998-04-17 05:08:51 +00:00
Geoff Voelker
dfdb404753 (w32_msg_pump): Handle WM_EMACS_SETLOCALE.
(w32_wnd_proc): Handle WM_EMACS_SETFOREGROUND.
1998-04-17 05:08:23 +00:00
Geoff Voelker
8be05193e8 (Qforeground_color, Qbackground_color): Declare.
(compute_char_face, merge_face_list): Update from xterm.c.
1998-04-17 05:08:02 +00:00
Geoff Voelker
ead2be985a (FILE_SEND_SIGCHLD): New macro. 1998-04-17 05:07:51 +00:00
Geoff Voelker
f52eb3efc4 (sys_read): Clear carriage return flag.
Report normal EOF when read fails if nothing in buffer.
Only read more if more remaining.
(check_windows_init_file): New function.
(term_ntproc): Invoke check_windows_init_file.
1998-04-17 05:07:15 +00:00
Geoff Voelker
9c8056fe19 (my_begbss_static, my_endbss_static): Declare.
(get_bss_info_from_map_file): Only define if SEPARATE_BSS_SECTION.
(get_section_info): Use my_begbss_static, my_endbss_static to
determine bounds of bss.
(w32_fatal_reload_error): New function.
(read_in_bss, map_in_heap): Invoke w32_fatal_reload_error upon error.
1998-04-17 05:06:37 +00:00
Geoff Voelker
b2140d4b79 (HAVE_STRING_H, HAVE_STRFTIME): Define macros.
(SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files.
1998-04-17 05:06:20 +00:00
Geoff Voelker
032f460725 (LINK_TYPE): Do not include debug info in optimized
binary.
(LIBS): Include mpr.lib.
(clean): Delete patch generated files, optimized build directory.
1998-04-17 05:05:40 +00:00
Geoff Voelker
22270f1789 (clean): Delete patch generated files, optimized
build directory.
1998-04-17 05:05:24 +00:00
Geoff Voelker
0fc02397bc (CP_DIR): Preserve attributes. 1998-04-17 05:05:09 +00:00
Geoff Voelker
774fe785d4 Include new macros from src/config.in.
(GNU_MALLOC, REL_ALLOC): Define.
(RE_TRANSLATE_TYPE): Use Lisp_Object as type.
(RE_TRANSLATE): Use char_table_translate.
1998-04-17 05:04:46 +00:00
Geoff Voelker
5296922090 (fail): Exit with a negative return value.
(spawn): Return subprocess return code as an argument.
Explicitly copy environment block.
(main): Update to use return value argument with spawn.
Retry if spawn failed when a subshell was not tried.
1998-04-17 05:04:21 +00:00
Geoff Voelker
85f568ec2d (w32-system-shells): Add 4dos and 4nt.
(w32-allow-system-shell, w32-valid-locales): New variable.
(w32-check-shell-configuration): Make interactive.
Obey w32-allow-system-shell.
(w32-get-valid-locale-ids, w32-list-locales): New functions.
(w32-init-info): Fix relative path to info directory.
1998-04-17 05:03:43 +00:00
Geoff Voelker
5edd6aeeb5 (install): Copy elisp files that are not compiled.
(clean): Delete patch scratch files in all subdirectories.
1998-04-17 05:03:25 +00:00
Geoff Voelker
5568885b9c (obj): Update with new files in src.
(clean): Delete patch scratch files, optimized compilation dir.
1998-04-17 05:02:55 +00:00
Richard M. Stallman
d0536a7a73 When installing ${version}, do it replacing @version@. 1998-04-17 04:28:29 +00:00
Richard M. Stallman
48cc32f064 Use spaces, not dashes, in M-x command. 1998-04-17 04:25:22 +00:00
Richard M. Stallman
909f0455e0 (ispell-get-word): No error if can't find a word to check.
(ispell-word): Don't fuss about a word if not adjacent to it.
(ispell-minor-check): Use save-excursion.
1998-04-17 03:37:10 +00:00
Richard M. Stallman
0de86efccd (ispell-word): In ispell-check-only mode,
display a message for misspelled word.
1998-04-17 03:21:24 +00:00
Richard M. Stallman
43fd1680f9 (byte-after-unbind-ops): Delete byte-equal. 1998-04-17 02:00:04 +00:00
Richard M. Stallman
4e30630835 (Fcatch): Doc fix. 1998-04-17 01:53:31 +00:00
Richard M. Stallman
00df1bdfb3 (Fml_if): Initialize val. 1998-04-17 01:49:33 +00:00
Richard M. Stallman
ad21fa0789 (help-with-tutorial): Locally bind file and filename. 1998-04-17 01:17:39 +00:00
Richard M. Stallman
89ec7f07d1 (find-function-on-key):
If definition is a list, don't call find-function-other-window.
Handle mouse events (code copied from describe-key-briefly).
(find-function-do-it): Doc fix.
(find-function-noselect): Doc fix.
1998-04-17 00:43:15 +00:00
Richard M. Stallman
002ae4f99c (standard_args): Add --no-unibyte.
(main): Recognize --no-unibyte to inhibit EMACS_UNIBYTE.

(main): Fix typo, add --multibyte and --no-multibyte.
(standard_args): Add --multibyte and --no-multibyte.
1998-04-16 21:24:37 +00:00
Richard M. Stallman
4721cccfb6 (locate): Doc fix. 1998-04-16 18:49:41 +00:00
Eli Zaretskii
03c747598f (it_keyboard): New variable, supports Italian keyboard.
(keyboard_layout_list): Add Italian keyboard.
1998-04-16 09:06:25 +00:00
Eli Zaretskii
adc110de19 Make sure the environment is large enough to accomodate
all the "set foo=bar" commands.  Update the pointers to ftp sites.
1998-04-16 08:56:46 +00:00
Richard M. Stallman
42a9dc8436 (Man-notify-when-ready) <newframe>:
Mark frame's window as dedicated.
1998-04-16 06:25:11 +00:00
Richard M. Stallman
49bdcd3e96 (time): Declare it only if not HAVE_UNISTD_H. 1998-04-16 06:21:56 +00:00
Richard M. Stallman
ef6675c8e0 (global-map [menu-bar mule]):
Conditionalize on default-enable-multibyte-characters.
1998-04-16 06:00:49 +00:00
Richard M. Stallman
ff663bbec9 (local-set-key, global-set-key): Return what define-key returns. 1998-04-16 05:40:48 +00:00
Richard M. Stallman
f0c030b36d (Frequire): Doc fix. 1998-04-16 05:38:51 +00:00
Kenichi Handa
83fa074f8d (code_convert_region): If point in the conversion
region, move it to FROM in advance.
1998-04-15 23:49:52 +00:00
Dave Love
37c3edc4d1 Move eval-when-compile off top level. 1998-04-15 16:25:44 +00:00
Eli Zaretskii
ed29121d27 (syms_of_coding): Declare and define inherit-process-coding-system. 1998-04-15 15:52:41 +00:00
Eli Zaretskii
77a9bc9a3f Declare inherit-process-coding-system. 1998-04-15 15:48:45 +00:00
Eli Zaretskii
3b440bb591 (Fcall_process): Call
after-insert-file-set-buffer-file-coding-system if
inherit-process-coding-system is non-nil.
1998-04-15 15:44:16 +00:00
Eli Zaretskii
7ffaf65994 (ps-do-despool): Bind coding-system-for-write to
raw-text-unix.
1998-04-15 15:37:58 +00:00
Eli Zaretskii
b48fa57006 (archive-extract-by-stdout): Don't use
binary-process-output.  Bind coding-system-for-read to 'undecided,
so coding system is determined on the fly.  Bind inherit-process-coding-system
to t.
(archive-dos-members): Remove.
(archive-extract): Don't call archive-check-dos.  Handle pkunzip errors.
(archive-*-extract): Handle pkzip errors.
(archive-check-dos): Remove.
(archive-subfile-dos): Remove.
(archive-extract): Don't bind archive-subfile-dos.
(archive-write-file-member): Don't DOSify DOS-style archive members.
(archive-zip-extract): Make pkzip use -o- flag, to make it more silent.
1998-04-15 15:31:30 +00:00
Eli Zaretskii
0b45d07bc2 (print-region-1): Stop using binary-process-{in,out}put,
bind coding-system-for-{read,write} instead.
1998-04-15 15:17:02 +00:00
Eli Zaretskii
08160b08ac (dos-print-region-function): Except for binary files,
force conversion to DOS EOLs, but leave text conversions alone.
1998-04-15 15:10:03 +00:00
Eli Zaretskii
0b61968932 (find-binary-process-coding-system): Remove.
(default-process-coding-system): Make it be raw-text-dos if async
processes are supported, undecided-dos otherwise.
1998-04-15 15:02:22 +00:00
Eli Zaretskii
a749e5e566 (hexlify-buffer, dehexlify-buffer): Don't bind
binary-process-{in,out}put; setup coding-systems instead.
1998-04-15 14:47:47 +00:00
Eli Zaretskii
7664e30672 (sys_pipe): Use binary pipe I/O unconditionally. 1998-04-15 14:40:43 +00:00
Eli Zaretskii
208a446aa5 Remove binary-process-{in,out}put.
(syms_of_callproc): Likewise.
(Fcall_process, Fcall_process_region): Don't use binary-process-{in,out}put.
1998-04-15 14:36:16 +00:00
Andreas Schwab
7874f8a695 (RE_TRANSLATE_P): Define. 1998-04-15 10:35:44 +00:00
Andreas Schwab
28703c16f3 Use RE_TRANSLATE_P to check whether translation is
needed.
1998-04-15 10:33:18 +00:00
Andreas Schwab
4da4775f0d (RE_TRANSLATE_P): New macro. 1998-04-15 10:32:29 +00:00
André Spiegel
edcb979fe4 (vc-dired-mode): Redefine dired-move-to-filename-regexp locally.
(vc-dired-reformat-line): Streamlined.  Should handle all sorts of
date formats now.
1998-04-15 10:13:07 +00:00