Markus Rost
d77b70e557
*** empty log message ***
2002-10-11 05:38:53 +00:00
Steven Tamm
d6abf0184e
macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
...
functionality of mac-wheel-button-is-mouse-2 to be correct. Also
switched the default to Qnil from Qt.
2002-10-11 01:06:09 +00:00
Steven Tamm
a05c4c9de4
* macterm.c (syms_of_macterm, mac_get_mouse_btn): Reversed
...
functionality of mac-wheel-button-is-mouse-2 to be correct. Also
switched the default to Qnil from Qt.
2002-10-10 22:05:02 +00:00
Kenichi Handa
9793be06ea
*** empty log message ***
2002-10-08 01:34:10 +00:00
Kenichi Handa
b3385c2865
(code_convert_region): When we need more GAP for
...
conversion, pay attention to the case that coding->produced is not
greater than coding->consumed.
2002-10-08 00:57:59 +00:00
Richard M. Stallman
4d46d6da26
*** empty log message ***
2002-10-07 22:51:03 +00:00
Richard M. Stallman
d4e3d7f270
Redo 9/16 change, but only if IRIX6_5.
2002-10-07 22:50:47 +00:00
Andrew Choi
95fb757742
2002-10-06 Andrew Choi <akochoi@shaw.ca>
...
* macmenu.c (mac_menu_show): Add j to count menu items; match
menu_item_selection to it to find selected item.
2002-10-07 04:00:07 +00:00
Jan Djärv
f7d4343819
* xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
...
cases. The correct fix is to pass ReparentNotify to Xt.
The shell widget interprets ConfigureNotify differently depending
on if it has been reparented or not.
2002-10-05 23:36:29 +00:00
Markus Rost
a67a233bc8
(Fformat_time_string): Doc fix.
2002-10-05 04:32:00 +00:00
John Paul Wallington
f5965adaeb
(Flength): Doc fix.
2002-10-05 04:08:13 +00:00
Stefan Monnier
a7f26f2888
(keyremap): New struct.
...
(read_key_sequence): Use it: globally replace keytran_foo with
keytran.foo and fkey_foo with fkey.foo. Rename temp vars
keytran_next and fkey_next to just `next'.
2002-10-04 21:49:47 +00:00
Steven Tamm
e989b9bcaf
Switching return to be treated like an X keysym
2002-10-04 15:03:02 +00:00
Jan Djärv
0331883833
* xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
...
and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
This is to also handle x/y changes that occur because of a resize.
2002-10-03 17:53:23 +00:00
John Paul Wallington
cd1d850fd1
* frame.c (Vdelete_frame_functions): New variable.
...
(syms_of_frame): Initialize and defvar it.
(Fdelete_frame): Use it instead of delete-frame-hook. Don't run
it when frame's `tooltip' parameter is non-nil.
* xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
* w32fns.c (x_create_tip_frame): Likewise
* macfns.c (x_create_tip_frame): Likewise.
2002-10-02 08:28:17 +00:00
Francesco Potortì
b90e26e123
Comment and whitespace changes regarding # define __restrict_arr
2002-09-30 08:12:11 +00:00
Kenichi Handa
5039407b5d
*** empty log message ***
2002-09-30 06:41:51 +00:00
Kenichi Handa
247780206a
(lisp, shortlisp): Add utf-16.elc
2002-09-30 06:32:53 +00:00
Kenichi Handa
6e66662976
(x_encode_char): For DIM=1 charset, set ccl->reg[2] to
...
-1 before calling ccl_driver.
2002-09-30 06:31:51 +00:00
Kenichi Handa
3089d25c87
(decode_coding_emacs_mule): Check coding->cmp_data.
...
Only when it is non-nil, handle composition sequence.
(setup_coding_system) <0>: Don't force composition handling.
2002-09-30 06:28:31 +00:00
Richard M. Stallman
5b88a2c53a
Fix previous change.
2002-09-29 20:50:15 +00:00
Richard M. Stallman
7058ef349c
*** empty log message ***
2002-09-29 17:55:53 +00:00
Richard M. Stallman
98e942e029
(Freplace_match): Adjust match data for the substitution
...
just made in the buffer.
2002-09-29 17:51:45 +00:00
Richard M. Stallman
aac2d8b2fa
(STOP_POLLING, RESUME_POLLING): New macros.
...
(redisplay_internal): Use them. Do RESUME_POLLING at end of function.
2002-09-29 17:46:12 +00:00
Richard M. Stallman
184c3d811a
(STOP_POLLING, RESUME_POLLING): New macros.
...
(read_char): Use them. Do all exits thru the end of the function.
2002-09-27 17:03:46 +00:00
Kenichi Handa
e21880c693
(try_font_list): Pay attention to the case that FAMILY is nil.
2002-09-27 00:47:25 +00:00
Richard M. Stallman
563c037fcc
*** empty log message ***
2002-09-26 22:06:00 +00:00
Richard M. Stallman
770136ad90
Whitespace changes.
2002-09-26 22:05:50 +00:00
Richard M. Stallman
27847466a3
(__restrict_arr): Don't define if already defined.
2002-09-26 22:04:14 +00:00
Richard M. Stallman
cf3b32fcfb
(run_pre_post_conversion_on_str): Save and restore Vdeactivate_mark.
2002-09-26 22:03:41 +00:00
John Paul Wallington
6d1b1d7b83
(Fminibufferp): Add an optional `buffer' argument.
2002-09-26 09:59:44 +00:00
Kenichi Handa
54580ab203
(try_font_list): New arg PREFER_FACE_FAMILY. If it is
...
nonzero, try face's family at first. Otherwise try FAMILY at
first.
(choose_face_font): If C is a single byte char or latin-1, call
try_font_list with PREFER_FACE_FAMILY 1.
2002-09-26 08:04:18 +00:00
Richard M. Stallman
282f783156
(select_window_1): Don't select frame.
...
Set frame's selected window only when frame itself is selected.
(Fselect_window): Doc fix.
2002-09-21 18:37:16 +00:00
Kim F. Storm
9e9a579219
(make-network-process): Doc fix (there is no network-server-log-function hook).
2002-09-18 19:30:26 +00:00
Kim F. Storm
454d0d5e7f
*** empty log message ***
2002-09-18 19:30:10 +00:00
Richard M. Stallman
3116d142b8
*** empty log message ***
2002-09-18 16:14:44 +00:00
Richard M. Stallman
e6d4cddda2
(print): Clear out the unused parts of Vprint_number_table.
...
(syms_of_print): Doc fix for `print-number-table'.
2002-09-18 15:57:39 +00:00
Richard M. Stallman
fef7974b61
(unexec): Undo previous change.
2002-09-18 15:55:11 +00:00
Andreas Schwab
99d85a90ed
.
2002-09-17 12:35:59 +00:00
Andreas Schwab
685f851142
[LINUX]: Don't define DATA_START.
2002-09-17 12:35:49 +00:00
Richard M. Stallman
c721078eb9
(unexec): Deal with .got, reinstating change from 25-08-1999.
2002-09-16 15:30:04 +00:00
Richard M. Stallman
95fb966a33
(UNEXEC): Comment out definition.
2002-09-13 19:36:33 +00:00
Richard M. Stallman
312270cf02
(unexec): Don't downcase first letter of error msg.
2002-09-13 19:35:58 +00:00
Richard M. Stallman
2e1bb1c32d
(Fcolor_supported_p): Just one arg is required.
2002-09-13 19:35:08 +00:00
Markus Rost
6c009b5b4f
*** empty log message ***
2002-09-13 03:43:05 +00:00
Markus Rost
dad0e4f49f
Include buffer.h, charset.h, coding.h.
2002-09-12 19:35:17 +00:00
Richard M. Stallman
398101a6ca
Comment change.
2002-09-12 03:31:05 +00:00
Richard M. Stallman
7c3cb37dcc
*** empty log message ***
2002-09-12 03:30:13 +00:00
Richard M. Stallman
fdebad6415
Don't use report_file_error; do it by hand using dlerror.
2002-09-12 03:28:59 +00:00
Richard M. Stallman
75eb23f13f
(wait_reading_process_input, both versions):
...
Before calling turn_on_atimers, call stop_polling.
2002-09-12 03:27:40 +00:00