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

10633 commits

Author SHA1 Message Date
Andrew Innes
a7976df819 (PREPARED_HEADERS): Change name of paths.h to epaths.h.
(epaths.h): Renamed from paths.h.
(clean):
($(BLD)\filelock.obj):
($(BLD)\lread.obj):
($(BLD)\w32fns.obj): Renamed paths.h to epaths.h.
1999-03-25 22:56:34 +00:00
Kenichi Handa
f30b349973 (decode_mode_spec_coding): Handle integer value in
eoltype correctly for backward compatibility.
1999-03-23 12:29:30 +00:00
Kenichi Handa
8dbb769e94 (encode_coding_iso2022): Initialize dummy arguments to
ENCODE_ISO_CHARACTER for the previous change on this macro.
1999-03-23 12:28:55 +00:00
Kenichi Handa
6f5510294b (ENCODE_ISO_CHARACTER): Check validity of CHARSET. If
invalid, produce the buffer internal byte sequence without
encoding.
1999-03-20 07:47:54 +00:00
Karl Heuer
00d6521642 (Fformat): Accept %i format. 1999-03-19 08:09:59 +00:00
Karl Heuer
29a2adb0fb (get_boot_time): Test tempname, not filename. 1999-03-18 00:16:38 +00:00
Geoff Voelker
f46e6225bb (enum_font_cb2): Set the font height to be the
character height, not the cell height.
(Fw32_select_font): Initialize font dialog with current
default font.
(Vw32_system_coding_system): New variable.
(w32_strict_filenames): Add comment.
(w32_to_x_font): Decode font name using Vw32_system_coding_system.
(x_to_w32_font): Encode font name using Vw32_system_coding_system.
(syms_of_w32fns): Add w32-system-coding-system.
1999-03-17 22:03:55 +00:00
Geoff Voelker
865203c3b7 Merged patches from Meadow. 1999-03-17 22:03:43 +00:00
Karl Heuer
bf1b7b30da (XTread_socket) <ConfigureNotify>:
If cursor pos is outside the new frame size, mark cursor as off.
1999-03-15 19:53:32 +00:00
Kenichi Handa
d847cc360a (try_window_id): Initizlie val.ovstring_chars_done to 0. 1999-03-15 02:20:31 +00:00
Kenichi Handa
d645aaa442 (x_list_fonts): Trap X errors so that Emacs doesn't die
by them.
(x_load_font): Likewise.
1999-03-15 00:11:22 +00:00
Karl Heuer
4b7da890ac (Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning. 1999-03-14 06:33:01 +00:00
Geoff Voelker
1075afa924 (w32_strict_fontnames): New variable.
(Fx_create_frame): Formatting fix.
(w32_load_system_font): Keep trying to load non-existant font
if w32_strict_fontnames is nil. Formatting fix.
(syms_of_w32fns): Add w32-strict-fontnames.
1999-03-14 05:27:47 +00:00
Geoff Voelker
5eee6366e8 (W32_TEXTOUT): Do not multiply nchars by
charset_dim.
(dumpglyphs): Formatting fixes.
1999-03-14 05:27:21 +00:00
Geoff Voelker
b1f918f8da (w32_wnd_proc): Handle WM_GETMINMAXINFO message. 1999-03-14 05:21:29 +00:00
Karl Heuer
908ec3ce2c (BASE_PURESIZE): Increase to 505000. 1999-03-10 19:58:01 +00:00
Karl Heuer
a3fd58aa89 (init_filelock): New function. 1999-03-09 22:09:49 +00:00
Karl Heuer
ad067ea663 (main) [CLASH_DETECTION]: Call init_filelock. 1999-03-09 22:09:09 +00:00
Dave Love
3be6c6a0a2 Doc fix. 1999-03-09 19:20:59 +00:00
Kenichi Handa
1f5dbf34c7 (setup_coding_system): Check for CODING_SYSTEM = nil. 1999-03-09 11:55:12 +00:00
Karl Heuer
e3a5b8ae84 (get_boot_time): Reduce scope of #ifdef BOOT_TIME
to only the part that uses get_boot_time_1.
1999-03-09 03:31:10 +00:00
Dave Love
68cfd85324 (Finsert_file_contents): Use xfree. 1999-03-07 15:53:09 +00:00
Kenichi Handa
f1653e8fe4 (callproc.o, coding.o, fileio.o, msdos.o, process.o,
term.o, xselect.o): Depend on ccl.h.
1999-03-06 05:31:24 +00:00
Geoff Voelker
47373a1fdb Remove common multiple file compilation commands. 1999-03-06 02:15:46 +00:00
Kenichi Handa
7f8a084075 (Fbase64_encode_string): Allocate sufficient memory for
newlines added when the arg NO-LINE-BREAK is nil.
1999-03-04 11:35:42 +00:00
Karl Heuer
5ed6257458 (syms_of_buffer): Doc fix. 1999-03-04 09:16:12 +00:00
Karl Heuer
21e01890f8 (Fstring_match, Fposix_string_match): Doc fix. 1999-03-04 09:15:37 +00:00
Karl Heuer
a871dd585b (Fcall_process): Use xmalloc, xfree. 1999-03-04 09:03:31 +00:00
Karl Heuer
a678d9fff1 (term_init): Use xmalloc, not malloc. 1999-03-04 09:02:51 +00:00
Eli Zaretskii
4029384bd4 (get_clipboard_data): Always stop at the first null byte. 1999-03-03 14:51:07 +00:00
Andreas Schwab
c569512a35 (Fdefconst): Doc fix. 1999-03-03 10:29:45 +00:00
Kenichi Handa
39787efd63 Comment for ISO 2022 encoding mechanism modified. 1999-03-01 11:52:54 +00:00
Karl Heuer
f805a125e1 (get_boot_time): Support FreeBSD way to read boot-time. 1999-03-01 03:50:34 +00:00
Karl Heuer
06d74a6512 (internal_self_insert): Calculate column properly
in overwrite-of-tab case.
1999-03-01 03:50:00 +00:00
Andreas Schwab
d942e12a70 (main) [DOUG_LEA_MALLOC]: Don't use unsetenv, it calls
malloc in glibc 2.1.
1999-02-28 02:12:07 +00:00
Richard M. Stallman
57bda87a94 Use epaths.h istead of paths.h. 1999-02-26 11:41:17 +00:00
Richard M. Stallman
affb929948 paths.h and paths.in renamed to epaths.h and epaths.in. 1999-02-26 11:39:47 +00:00
Richard M. Stallman
77e544a4cd (get_boot_time): Use WTMP_FILE for file name.
(WTMP_FILE): Default definition in case not defined.
(get_boot_time_1): Test that file exists before trying to read it.
1999-02-26 10:47:36 +00:00
Andreas Schwab
7c9cd4467d (main) [DOUG_LEA_MALLOC]: Work around a bug in glibc's
malloc.
1999-02-26 09:23:52 +00:00
Richard M. Stallman
53fe786d1f (syms_of_buffer): Doc fix for enable-multibyte-characters. 1999-02-26 07:07:13 +00:00
Kenichi Handa
d3c004965b (push_key_description): If enable-multibyte-characters
is nil and C is single byte, push C as is.
1999-02-25 08:43:17 +00:00
Kenichi Handa
9fb7129305 (push_key_description): If enable-multibyte-characters
is non-nil, try to convert unibyte character to multibyte.  For
invalid multibyte character, show all bits by octal form.
(Fsingle_key_description): Check the varidity of charset for a
generic character.
1999-02-24 02:31:57 +00:00
Karl Heuer
4cd8344ad3 (Ffile_regular_p): Undo previous change. 1999-02-23 22:28:55 +00:00
Karl Heuer
701b1ec29a (Fdefconst): Doc fix. 1999-02-23 22:23:57 +00:00
Karl Heuer
8e339303f4 (get_boot_time): Don't use BUFSIZ. 1999-02-23 22:09:47 +00:00
Karl Heuer
bf7ce02180 Initial revision 1999-02-22 20:56:34 +00:00
Andrew Innes
69bd9c93b7 (EXTRA_LINK): Do version test with strings. 1999-02-22 12:46:52 +00:00
Andrew Innes
312ae6bf9a ($(BLD)\w32bdf.obj): Add missing continuation character. 1999-02-22 12:05:01 +00:00
Andreas Schwab
915b831236 (Fbase64_encode_string): Fix last change. 1999-02-22 10:45:53 +00:00
Andreas Schwab
b9818d1929 (event_kind): Add user_signal. 1999-02-22 10:07:06 +00:00