- 03 Sep, 1999 26 commits
-
-
Richard M. Stallman authored
sysdep.c. The Mac code is modeled after the DOS code.
-
Richard M. Stallman authored
(leaving only the one in the WINDOWSNT conditional).
-
Richard M. Stallman authored
Window types and macros.
-
Gerd Moellmann authored
(Vresize_mini_config, resize_mini_frame, resize_mini_initial_height): Removed. (syms_of_xdisp): Remove references to these variables. (resize_mini_window): Don't save window configuration, freeze window starts instead. Enlarge window until displaying an empty buffer, then shrink it. Make the function externally visible. (redisplay_window): Treat frozen window start like forced start, but accept point outside of the window.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(freeze_window_start, freeze_window_starts): New. (make_window): Initialize frozen_window_start_p. (replace_window): Ditto. (Fset_window_point): Remove references to deleted variables. (Fset_window_start): Ditto.
-
Gerd Moellmann authored
reaching minibuf_level 0.
-
Gerd Moellmann authored
xdisp.c.
-
Gerd Moellmann authored
Vresize_mini_config.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
here. (XTset_vertical_scroll_bar): Clarify position computations. Clear under newly created scroll bar. Put toolkit scroll bars in the middle of the area reserved for the scroll bar.
-
Gerd Moellmann authored
to USE_TOOLKIT_SCROLL_BARS.
-
Kenichi Handa authored
macro STRING_CHAR_AND_LENGTH. Caller changed.
-
Kenichi Handa authored
(count_combining_before): Adjust the way to check byte-combining possibility for the new handling of multibyte sequence. Call count_combining_composition for a composite character. (count_combining_after): Likewise.
-
Kenichi Handa authored
-
Kenichi Handa authored
possibility for the new handling of multibyte sequence.
-
Kenichi Handa authored
(SPLIT_CHARACTER_SEQ): New macro. (SPLIT_MULTIBYTE_SEQ): New macro. (CHAR_COMPONENT_VALID_P): New macro. (non_ascii_char_to_string): Generate a multibyte sequence as far as possible. (string_to_non_ascii_char): The 4th arg exclude_tail_garbage is deleted. Caller changed. Use the macro SPLIT_MULTIBYTE_SEQ. (split_non_ascii_string): Likewise. (multibyte_form_length): Use the macro PARSE_MULTIBYTE_SEQ. (char_printable_p): New function. (translate_char): Check character by NATNUMP instead of INTEGERP. (unibyte_char_to_multibyte): Call char_valid_p instead of VALID_MULTIBYTE_CHAR_P. (Fmake_char_internal): Check the arguments more rigidly. (Fcharset_after): Use the macro SPLIT_MULTIBYTE_SEQ. (char_valid_p): Check the validity by CHAR_COMPONENT_VALID_P. (Fmultibyte_char_to_unibyte): Check the validity of character by CHAR_VALID_P. (chars_in_text): Call multibyte_chars_in_text. (multibyte_chars_in_text): Use the macro PARSE_MULTIBYTE_SEQ. (Fcompose_string): Use the macro STRING_CHAR_AND_LENGTH instead of STRING_CHAR_AND_CHAR_LENGTH (which is obsolete now).
-
Kenichi Handa authored
are negative. (MAKE_CHAR): Don't set MSBs of C1 and C2 to 0. (VALID_MULTIBYTE_CHAR_P): This macro deleted. (PARSE_COMPOSITE_SEQ): New macro. (PARSE_CHARACTER_SEQ): New macro. (PARSE_MULTIBYTE_SEQ): New macro. (CHAR_PRINTABLE_P): New macro. (STRING_CHAR): Adjusted for the change of string_to_non_ascii_char. (STRING_CHAR_AND_LENGTH): Likewise. (STRING_CHAR_AND_CHAR_LENGTH): Define it as STRING_CHAR_AND_LENGTH. (INC_POS): Use the macro PARSE_MULTIBYTE_SEQ. (DEC_POS, BUF_INC_POS, BUF_DEC_POS): Likewise,
-
Kenichi Handa authored
possibility for the new handling of multibyte sequence.
-
Kenichi Handa authored
-
Kenichi Handa authored
(print): Likewise.
-
Kenichi Handa authored
(string_char_to_byte): Likewise. (string_byte_to_char): Likewise.
-
Kenichi Handa authored
sequence (e.g. \222\300) by octal form.
-
Kenichi Handa authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 02 Sep, 1999 14 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(cmpfn_eql, sxhash): Use XFLOAT_DATA.
-
Gerd Moellmann authored
drawn with a stipple pattern).
-
Gerd Moellmann authored
if we have displayed to the bottom of the window.
-
Gerd Moellmann authored
in both directions. Extend documentation.
-
Gerd Moellmann authored
windows_or_buffers_changed.
-
Gerd Moellmann authored
again. Remove test for minibuffer-prompt-in-buffer.
-
Dave Love authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
small-temporary-file-directory if non-nil.
-
Eli Zaretskii authored
small-temporary-file-directory.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
make-temp-name properly. Use small-temporary-file-directory if non-nil, otherwise temporary-file-directory, to generate temporary files.
-