Kenichi Handa
7e798f25b7
(map_char_table): For sub char-table, index should be
...
start from 0 (not from 32) considering a composite character.
(Fmap_char_table): Doc-string adjusted. The variable indices is
declared as an array of Lisp_Object.
1997-05-28 04:36:22 +00:00
Kenichi Handa
afbee0fa30
(fs_load_font): Before using a fontset, be sure to
...
load the ASCII font of the fontset. Size and height of a fontset
is set to the same as those of the ASCII font of the fontset. Use
macro FONT_ENCODING_NOT_DECIDED.
1997-05-28 04:36:21 +00:00
Kenichi Handa
71c27002d8
(FONT_ENCODING_NOT_DECIDED): New macro.
1997-05-28 04:36:20 +00:00
Richard M. Stallman
413650839b
(command_loop_1): Pass 1 as new arg to sit_for.
...
(read_char): Likewise, pass 0 for it.
1997-05-27 04:59:47 +00:00
Richard M. Stallman
98136db32a
(compute_motion): Return correctly if skip_invisible
...
takes us past TO.
1997-05-27 04:59:29 +00:00
Paul Eggert
098401cfa2
automatically generated from GPLed version
1997-05-27 03:15:29 +00:00
Richard M. Stallman
1aa6072f7d
(XTread_socket) <UnmapNotify>: Don't make an inconify_event
...
when frame was made invisible.
(x_make_frame_visible): Put the call to x_set_offset back as it was.
Near the end, instead call XMoveWindow, but only if original
positions were not negative.
1997-05-27 03:09:37 +00:00
Richard M. Stallman
91a78190f1
(syms_of_window): Initialize inhibit_frame_unsplittable.
1997-05-27 02:46:14 +00:00
Richard M. Stallman
ae5a0dd403
(sit_for): New arg initial_display.
...
(Fsit_for): Pass new arg.
1997-05-27 01:54:42 +00:00
Richard M. Stallman
ad66baa4c7
(Fwin16_set_clipboard_data): Pass new arg to sit_for.
1997-05-27 01:52:10 +00:00
Richard M. Stallman
22e59fa793
(Fdo_auto_save): Pass new arg to sit_for.
1997-05-27 01:51:04 +00:00
Richard M. Stallman
56fe6fc085
(Fcall_interactively): Pass new arg to sit_for.
1997-05-27 01:50:25 +00:00
Simon Marshall
eddd51c280
frame-override-unsplittable/inhibit-frame-unsplittable name change.
1997-05-26 08:17:39 +00:00
Richard M. Stallman
8a07bba056
(x_real_positions): Directly compare the frame's window
...
or parent with the root window.
1997-05-26 07:53:35 +00:00
Richard M. Stallman
9829ddba7b
(x_make_frame_visible): Call x_set_offset only after
...
mapping the window and accepting input.
(x_calc_absolute_position): Do nothing if current position
is already for the top-left corner.
Handle errors in XTranslateCoordinates.
(XTread_socket): Simplify handling of ConfigureNotify events.
Always call x_wm_set_size_hint for them.
No need to call XTranslateCoordinates here.
(x_clear_errors): New function.
1997-05-26 06:22:15 +00:00
Richard M. Stallman
62a7e6ebb4
(Fdisplay_buffer): Use B not b for interactive argument.
1997-05-26 02:41:42 +00:00
Richard M. Stallman
6418ea1619
(access_keymap, store_in_keymap): Don't look in a char-table
...
for a character that has modifier bits.
1997-05-23 17:33:32 +00:00
Richard M. Stallman
36febf9e9b
(internal_equal): When comparing strings, ignore text props.
...
Friedman offers to fix anything that has trouble due to this.
1997-05-23 17:32:41 +00:00
Richard M. Stallman
a05498320f
(Fintern): Give keywords a value when interned.
1997-05-22 06:21:22 +00:00
Richard M. Stallman
b48382a046
(Fformat_time_string): Doc update.
...
(Fformat_time_string): Doc update.
Handle emacs_strftime returning -1.
If it returns 0, compute actual buffer size needed.
1997-05-21 03:46:47 +00:00
Richard M. Stallman
df36c26254
(shortlisp): Add custom.elc and cus-start.elc.
1997-05-20 18:26:49 +00:00
Richard M. Stallman
1760ba7ae5
(sit_for): Delete #if 0.
1997-05-20 05:58:25 +00:00
Richard M. Stallman
4abfba1faa
Fix previous change.
1997-05-20 04:03:24 +00:00
Kenichi Handa
92d225d1d3
(HAVE_TERMIOS): Define it.
1997-05-19 08:32:44 +00:00
Kenichi Handa
a1a65af36a
(PTY_OPEN): Call sigblock instead of sigblockx.
1997-05-19 08:30:55 +00:00
Kenichi Handa
2d3fa43542
(xdisp.o): Add coding.h in dependency list.
1997-05-19 07:17:38 +00:00
Kenichi Handa
d987e6cbf7
Change the declaration o encoding
...
from `int' to `unsigned char'.
1997-05-19 03:55:24 +00:00
Kenichi Handa
0622778015
(fs_load_font): Modified to cope with the above change
...
in x_load_font (xterm.c).
1997-05-19 03:33:50 +00:00
Kenichi Handa
e7cc8b5404
(struct font_info): Change the declaration o encoding
...
from `char' to `int'.
1997-05-19 03:33:50 +00:00
Kenichi Handa
028d516b9c
(Ffind_charset_region): Change the declaration of
...
charsets from `char' to `int.
(find_charset_in_str): Likewize.
1997-05-19 03:33:50 +00:00
Kenichi Handa
b8344c0e61
(struct iso2022_spec): Change the declaration of
...
requested_designation from `char' to `int'.
1997-05-19 03:33:50 +00:00
Kenichi Handa
fb5e77f716
(lisp_data_to_selection_data): charsets from char' to int.
1997-05-19 03:33:50 +00:00
Kenichi Handa
ce667c3efe
(x_load_font): Set 4 instead of -1 in fontp->encoding[1]
...
for the meaning of `can't decided'.
1997-05-19 03:33:50 +00:00
Richard M. Stallman
91a6ba781b
(Fcall_interactively): Use num_input_events.
1997-05-19 03:21:06 +00:00
Richard M. Stallman
6c747f3005
(num_input_events, num_nonmacro_input_events):
...
Renamed from ..._input_chars.
1997-05-19 03:20:48 +00:00
Richard M. Stallman
c43b1734fe
(num_nonmacro_input_events):
...
Renamed from num_nonmacro_input_chars.
(syms_of_keyboard): Rename Lisp variable.
1997-05-19 02:45:30 +00:00
Richard M. Stallman
be857679f6
(num_nonmacro_input_events):
...
Renamed from num_nonmacro_input_chars.
1997-05-19 02:44:57 +00:00
Richard M. Stallman
4b657f72fa
(Vtty_erase_char): Declared.
1997-05-19 02:36:18 +00:00
Richard M. Stallman
fa90970d22
(Vtty_erase_char): Variable defined
...
(syms_of_keyboard): Set up Lisp variable.
Also set up `num-nonmacro-input-chars' to report actual keystrokes.
1997-05-19 02:35:09 +00:00
Richard M. Stallman
4ec5cb58ba
(init_sys_modes): Initialize Vtty_erase_char if
...
possible from the stty settings, otherwise to nil.
1997-05-19 02:34:16 +00:00
Richard M. Stallman
4c637faa24
(Ffile_attributes): Return inode number as a cons only if necessary.
1997-05-19 02:17:26 +00:00
Richard M. Stallman
acc35c361f
(strwidth): Fix previous change.
1997-05-18 20:18:16 +00:00
Richard M. Stallman
bee3fc83fc
(copy_keymap_1): Do nothing if ELT isn't a keymap.
1997-05-18 19:06:16 +00:00
Richard M. Stallman
0303e8da31
(make_terminal_frame): Don't add `Emacs' to frame name.
1997-05-17 18:37:32 +00:00
Richard M. Stallman
a22ca1e0d0
(nonascii_insert_offset): New variable.
...
(Fself_insert_command, internal_self_insert):
Add nonascii_insert_offset to what we insert, when appropriate.
(syms_of_cmds): Set up Lisp variable.
1997-05-16 08:08:49 +00:00
Richard M. Stallman
1842fc1ae1
(display_text_line): Move the code to fill out the line
...
with the newline's face to the end of the newline code.
Add changes (commented out) to record ellipsis positions in charstarts.
1997-05-16 07:32:59 +00:00
Richard M. Stallman
b0119c6825
(mallopt): Declare, if appropriate.
...
(r_alloc_init) [DOUG_LEA_MALLOC]: Call mallopt,
instead of setting __malloc_extra_blocks.
1997-05-16 05:35:04 +00:00
Kenichi Handa
b8a9ebfb3f
(charset.o): Add disptab.h in dependency list.
1997-05-16 02:23:12 +00:00
Kenichi Handa
fc6b09bfb5
Include disptab.h.
1997-05-16 02:22:39 +00:00
Kenichi Handa
632a44143f
(Fx_create_frame): Delete unnecessary code.
1997-05-16 00:43:41 +00:00