1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

13398 commits

Author SHA1 Message Date
Eli Zaretskii
0fb94c7feb (ccl_driver): Fix last change. 2001-01-25 09:46:23 +00:00
Eli Zaretskii
bb26451898 Fix a typo in the last entry for ccl.c. 2001-01-25 09:21:17 +00:00
Stefan Monnier
609b757aa4 (mutually_exclusive_p): Add missing break' at the end of charset' processing. 2001-01-25 01:44:54 +00:00
Kenichi Handa
e3778624f9 *** empty log message *** 2001-01-24 23:43:56 +00:00
Kenichi Handa
bd64290dac (ccl_coding_driver): Setup ccl->suppress_error.
(Fset_terminal_coding_system_internal): Set the member
suppress_error to 1.
(Fset_safe_terminal_coding_system_internal): Likewise.
2001-01-24 23:30:34 +00:00
Kenichi Handa
6041c9ce6b (struct coding_system): New member suppress_error. 2001-01-24 23:30:16 +00:00
Kenichi Handa
ae08ba36c9 (ccl_driver): If ccl->suppress_error is nonzeor, don't
insert error message to the output.
(setup_ccl_program): Initialize ccl->suppress_error to 0.
2001-01-24 23:29:59 +00:00
Kenichi Handa
64068fbfc1 (sturct ccl_program): New member suppress_error. 2001-01-24 23:29:42 +00:00
Stefan Monnier
245ed2b17a *** empty log message *** 2001-01-24 23:26:48 +00:00
Stefan Monnier
411e420305 (mutually_exclusive_p): Don't blindly handle `charset_not'
as if it was a `charset'.
2001-01-24 23:11:40 +00:00
Gerd Moellmann
f9aaedb634 (Fwhere_is_internal): Don't nreverse the cached
value in where_is_cache; the next lookup in the cache returns
something bogus if we do.
2001-01-24 19:42:17 +00:00
Eli Zaretskii
c3902c3ecb *** empty log message *** 2001-01-24 17:33:32 +00:00
Eli Zaretskii
99a5de87f1 (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
if HAVE_WINDOW_SYSTEM isn't defined.
2001-01-24 17:31:52 +00:00
Gerd Moellmann
e7e415845b *** empty log message *** 2001-01-24 16:22:46 +00:00
Gerd Moellmann
1e54671434 (sweep_weak_table): Fix code taking items out of
the hash collision chain.  Some cleanup.
2001-01-24 16:10:06 +00:00
Gerd Moellmann
6801a5720e (x_create_tip_frame): Prevent changing the tooltip's
background color by specifying a color for the default font
in .Xdefaults.
2001-01-24 14:21:48 +00:00
Gerd Moellmann
3497f73e06 (x_new_font): Don't change a tooltip's size. 2001-01-24 14:21:11 +00:00
Kenichi Handa
0ee1088b3e (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
(CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
(ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
statement.
2001-01-24 06:53:23 +00:00
Kenichi Handa
96531b20fa *** empty log message *** 2001-01-24 06:52:54 +00:00
Kenichi Handa
9977c49154 (CCL_READ_CHAR): Change the argument name from r to REG
as a workaround for SunOS 4's cc.
2001-01-24 00:12:24 +00:00
Kenichi Handa
3d48e6875a *** empty log message *** 2001-01-24 00:12:10 +00:00
Gerd Moellmann
a30629d2a8 *** empty log message *** 2001-01-23 12:57:22 +00:00
Gerd Moellmann
499b1844b5 (x_set_window_size_1): New function extracted from
x_set_window_size.
(x_set_window_size): Use it.
(x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
doesn't have a widget, like tooltips.
2001-01-23 12:55:15 +00:00
Eli Zaretskii
5a43decfe0 *** empty log message *** 2001-01-23 11:33:29 +00:00
Eli Zaretskii
2afb2f41d0 (syms_of_window) <scroll-preserve-screen-position>: Doc fix. 2001-01-23 11:32:56 +00:00
Kenichi Handa
b0e988670b *** empty log message *** 2001-01-23 01:36:00 +00:00
Kenichi Handa
1e70fc65bc (Fset_char_table_default): Fix to make sub char-table correctly. 2001-01-23 01:34:55 +00:00
Dave Love
d8e4f486d9 comment fixes 2001-01-22 23:20:06 +00:00
Gerd Moellmann
cb2ddc5366 (build_desired_tool_bar_string): Make sure we have
a desired tool bar string, even if there are not tool bar
items.
2001-01-22 19:13:08 +00:00
Gerd Moellmann
57c28064ec (Ftool_bar_lines_needed): New function.
(syms_of_xdisp): Defsubr it.
2001-01-22 15:17:50 +00:00
Gerd Moellmann
50606b4c01 (Fformat): Don't extend text properties from arguments
to padding chars in the result.
2001-01-22 13:10:49 +00:00
Eli Zaretskii
2f169c3858 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS. 2001-01-20 18:20:59 +00:00
Andrew Innes
0f32f0232b (w32_ring_bell): Only support visible bell on w32
frames.
(w32_initialize): Don't set term hooks that aren't actually needed
in windowed mode.
2001-01-20 14:04:28 +00:00
Andrew Innes
1a89b7c6f7 (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
redefinition.
2001-01-20 13:57:24 +00:00
Andrew Innes
ff8d4bf4a6 (Qw32_console): Remove variable.
(Fframep): Remove references to it.
(syms_of_frame): Ditto.
(Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
2001-01-20 13:56:49 +00:00
Andrew Innes
57fa06b798 (output_method): Remove output_w32_console method.
(FRAME_W32_CONSOLE_P): Remove macro.
2001-01-20 13:56:17 +00:00
Andrew Innes
f2adda5eac (Fredraw_frame): Remove reference to
FRAME_W32_CONSOLE_P.
2001-01-20 13:55:52 +00:00
Andrew Innes
e4093f387b (handle_single_display_prop): Remove references to
FRAME_W32_CONSOLE_P.
2001-01-20 13:55:02 +00:00
Andrew Innes
e689ec067a (realize_default_face):
(realize_face):
(realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
2001-01-20 13:53:57 +00:00
Kenichi Handa
e1e40b38d1 (Fformat): Use lisp_string_width instead of strwidth. 2001-01-19 23:38:06 +00:00
Kenichi Handa
7173eadaf1 *** empty log message *** 2001-01-19 23:37:52 +00:00
Andrew Innes
755b45ce47 *** empty log message *** 2001-01-19 14:56:24 +00:00
Andrew Innes
cc14250a79 (init_environment): Add a version-independent site-lisp
directory to EMACSLOADPATH, after the version dependent one.
2001-01-19 14:56:06 +00:00
Gerd Moellmann
8501998aff *** empty log message *** 2001-01-19 10:13:09 +00:00
Gerd Moellmann
ba976213c3 (Fbuffer_substring): Doc fix. 2001-01-19 10:12:44 +00:00
Gerd Moellmann
0a94981197 *** empty log message *** 2001-01-19 09:40:14 +00:00
Gerd Moellmann
1e313f2809 (message_dolog, message2, message2_nolog): Rename
parameter LEN to NBYTES.
2001-01-19 09:39:47 +00:00
Kenichi Handa
d26b89b811 (store_frame_title): Pay attention to width of non-ASCII
characters by calling c_string_width.
(x_consider_frame_title): Get byte length of frame tile string
correctly.
(display_mode_element): Pay attention to width of non-ASCII
characters by calling strwidth.
2001-01-19 05:23:16 +00:00
Kenichi Handa
2d75794b0e (doprnt1): Get byte length of Lisp string correctly. 2001-01-19 05:22:51 +00:00
Kenichi Handa
417ef8f6f8 (c_string_width, lisp_string_width): Extern them. 2001-01-19 05:22:38 +00:00