Stefan Monnier
709a47ceff
(char_quoted): Mixup byte/char pos.
2004-08-19 19:00:58 +00:00
Jan Djärv
00267f94d1
* xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
...
passing it to gtk_window_set_title.
2004-08-19 17:31:37 +00:00
Kim F. Storm
bb41f093dd
Adapt to new wait_reading_process_input args.
2004-08-19 13:59:28 +00:00
Kim F. Storm
b89a415ab1
* process.c (wait_reading_process_input): Clean up.
...
Add wait_for_cell, wait_proc, and just_wait_proc args
to avoid overloading `read_kbd' and `do_display' args.
Change read_kbd arg to int. All callers changed.
2004-08-19 13:57:17 +00:00
Kim F. Storm
6ba0f14c1f
*** empty log message ***
2004-08-19 13:56:39 +00:00
Kim F. Storm
fa51fa32b7
(child_setup_tty, init_sys_modes): Use CDISABLE.
2004-08-19 10:08:15 +00:00
Kim F. Storm
ca4313d5ab
(process_send_signal): Use CDISABLE.
2004-08-19 10:08:00 +00:00
Kim F. Storm
2439909e48
*** empty log message ***
2004-08-19 10:07:06 +00:00
Kim F. Storm
101c421e7e
*** empty log message ***
2004-08-17 22:42:23 +00:00
Kim F. Storm
c438dc33d5
*** empty log message ***
2004-08-17 22:34:56 +00:00
Kim F. Storm
107ed38d4b
(Faccept_process_output): Add arg JUST-THIS-ONE;
...
forward to wait_reading_process_input via DO_DISPLAY arg.
(wait_reading_process_input): If DO_DISPLAY < 0 for a process
object, only process output from that process; also inhibit
running timers if DO_DISPLAY==-2.
2004-08-17 22:24:29 +00:00
Kim F. Storm
be16bf871e
(process_send_signal): Fix last change--use
...
_POSIX_VDISABLE instead of CVDISABLE when available.
2004-08-17 21:59:07 +00:00
Richard M. Stallman
8afc13c66a
*** empty log message ***
2004-08-16 23:02:46 +00:00
Richard M. Stallman
dfe598b54e
(child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
...
Set VQUIT and VINTR chars to the standard ones if they are unset.
[AIX]: Don't do that here. And don't force VINTR to standard
when SIGNALS_VIA_CHARACTERS.
2004-08-16 23:02:19 +00:00
Richard M. Stallman
7f916a363e
(process_send_signal) [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
...
Do nothing if the character is CVDISABLE.
2004-08-16 22:57:26 +00:00
Richard M. Stallman
d9639b25df
(merge_face_ref): Specifying `unspecified' is a no-op.
2004-08-16 22:53:28 +00:00
Richard M. Stallman
97d8f112ef
(move_if_not_intangible): Force POSITION to be between BEGV and ZV.
2004-08-16 22:52:29 +00:00
John Paul Wallington
6dad1714db
*** empty log message ***
2004-08-14 13:51:44 +00:00
John Paul Wallington
42f4708622
(Frestore_buffer_modified_p): Doc fix.
2004-08-14 12:49:12 +00:00
John Paul Wallington
d35c2489f7
(Fread_file_name): Doc fix.
2004-08-14 12:47:42 +00:00
John Paul Wallington
750286732b
(syms_of_minibuf) <completion-ignore-case>: Doc fix.
2004-08-14 12:46:46 +00:00
Luc Teirlinck
2bd7733052
*** empty log message ***
2004-08-09 18:52:34 +00:00
Luc Teirlinck
2c0a0e38e9
(Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
2004-08-09 18:42:04 +00:00
Luc Teirlinck
8392e13818
*** empty log message ***
2004-08-08 17:14:58 +00:00
Luc Teirlinck
c90e7e43b1
*** empty log message ***
2004-08-08 17:09:43 +00:00
Luc Teirlinck
971e4c987c
Declare Qdisabled_command_function instead of Qdisabled_command_hook.
...
(Fcommand_execute): Use Qdisabled_command_function instead of
Qdisabled_command_hook.
(syms_of_keyboard): Ditto.
2004-08-08 16:17:23 +00:00
Luc Teirlinck
81909a1aef
*** empty log message ***
2004-08-08 00:37:38 +00:00
Luc Teirlinck
7a093e8720
(Flocal_key_binding, Fglobal_key_binding)
...
(syms_of_keymap) <key-translation-map>: Doc fixes.
2004-08-08 00:33:40 +00:00
Stefan Monnier
1725a7c935
(window_list_1): YAILOM.
2004-08-07 21:07:57 +00:00
Stefan Monnier
0cedd530e3
(make_temp_name): Handle multibyte prefixes.
2004-08-07 20:57:19 +00:00
Luc Teirlinck
2515a13130
(syms_of_keyboard) <overriding-terminal-local-map>: Doc fix.
2004-08-07 02:32:11 +00:00
Kenichi Handa
c8b20fb7c3
*** empty log message ***
2004-08-03 05:19:25 +00:00
Kenichi Handa
160a708c6f
(decode_coding_string): Adjust coding->consumed, and
...
etc. with shrinked_bytes.
2004-08-03 05:12:00 +00:00
Kim F. Storm
8cc08515f4
(compute_motion): Fix last change.
2004-08-02 23:59:28 +00:00
Kim F. Storm
ed5c373cab
(compute_motion): Fix check for full width window
...
in non-window case. Do not count left truncation glyph on
window systems.
2004-08-02 23:42:14 +00:00
Kim F. Storm
fb8b092b99
*** empty log message ***
2004-08-02 23:41:59 +00:00
Luc Teirlinck
df13361290
(Finteractive_form): Doc fix.
2004-08-02 20:50:09 +00:00
Kim F. Storm
0f7a93c1c6
*** empty log message ***
2004-08-02 15:30:37 +00:00
Kim F. Storm
ec2b66c4c2
(window_scroll_line_based): Let compute_motion
...
calculate actual window width.
2004-08-02 15:06:25 +00:00
Kim F. Storm
361f14bf11
(compute_motion): Use actual window width if WIDTH is -1,
...
properly accounting for continuation glyph on non-window systems.
(Fcompute_motion): Use actual window width if WIDTH is nil, and
actual window width/height if TOPOS is nil, properly accounting for
continuation glyphs on non-window systems, and optional header lines.
(vmotion): Let compute_motion calculate actual window width.
2004-08-02 15:06:06 +00:00
Kim F. Storm
39b1da208b
(read_process_output): Use whole read buffer.
...
Don't trigger adaptive read buffering on errors.
2004-08-01 23:10:06 +00:00
Kim F. Storm
f491e1edab
*** empty log message ***
2004-08-01 23:09:43 +00:00
Luc Teirlinck
83f6422686
*** empty log message ***
2004-07-31 16:09:34 +00:00
Luc Teirlinck
1492344029
(Fset_keymap_parent): Minor doc fix.
2004-07-31 16:05:54 +00:00
Luc Teirlinck
a523ade4cb
(Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
2004-07-31 16:03:08 +00:00
Luc Teirlinck
5fee9a2f19
(syms_of_keyboard) <disable-point-adjustment>: Doc fix.
2004-07-31 15:57:40 +00:00
Luc Teirlinck
5581edf568
(Fcall_interactively): Doc fix.
2004-07-31 15:50:46 +00:00
Richard M. Stallman
451eaa2138
(Fexpand_abbrev): Undo previous change.
2004-07-31 03:37:21 +00:00
Kim F. Storm
7c111482b9
(Fformat): Allocated extra (dummy) element in info.
2004-07-30 12:05:32 +00:00
Luc Teirlinck
ee945d0839
*** empty log message ***
2004-07-29 01:49:07 +00:00