1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
Commit graph

15131 commits

Author SHA1 Message Date
Andreas Schwab
437dfb9f77 (x_load_font): Never set fonts_changed_p to zero. 2002-01-13 00:36:34 +00:00
Andreas Schwab
9f696a0053 (xbuffer): Remove address operator since data is now a pointer. 2002-01-12 21:15:02 +00:00
Pavel Janík
269b7745a3 Fix typos. 2002-01-12 16:01:51 +00:00
Pavel Janík
8c1cc9e8a6 Fix typo. 2002-01-12 15:58:30 +00:00
Richard M. Stallman
d57966d7af *** empty log message *** 2002-01-11 21:35:22 +00:00
Richard M. Stallman
b58e3ca17e (adjust_after_replace_noundo): New function. 2002-01-11 21:29:13 +00:00
Richard M. Stallman
72d1a715ee (code_convert_region): Don't copy old text if undo disabled. 2002-01-11 21:27:54 +00:00
Pavel Janík
0c5ee6871f Fix typo. 2002-01-11 12:24:34 +00:00
Pavel Janík
33f1148dad Comment fixes. 2002-01-10 11:13:17 +00:00
Jason Rumney
74779f52c5 (x_consider_frame_title): Don't count the tooltip frame
when checking for multiple frames.
2002-01-09 22:42:49 +00:00
Jason Rumney
e6bb685beb Fix typo in last checkin 2002-01-08 19:33:24 +00:00
Richard M. Stallman
a474d59c3e *** empty log message *** 2002-01-08 06:14:48 +00:00
Richard M. Stallman
192c313134 (delete_window): Rewrite the code for changing the
selected window to handle the case where WINDOW is not a leaf.
2002-01-08 05:41:37 +00:00
Eli Zaretskii
fbb70ad9e6 (send_process): Set src_multibyte to 1 after the call
top setup_coding_system, not before the call.
2002-01-07 21:17:32 +00:00
Jason Rumney
2d10309fea (single_submenu, set_frame_menubar, w32_menu_show):
(w32_dialog_show): Initialize wv->help to Qnil.
2002-01-07 00:26:57 +00:00
Jason Rumney
27ad7b52a7 (set_frame_menubar, xmenu_show):
(xdialog_show):	Initialize wv->help to Qnil.
2002-01-07 00:23:56 +00:00
Jason Rumney
0b1e6b549b (single_submenu): Initialize wv->help to Qnil. 2002-01-06 23:35:05 +00:00
Jason Rumney
7f2cddf33b (w32_menu_display_help): Revert last change. 2002-01-06 21:39:33 +00:00
Jason Rumney
adad11bd14 (menu_highlight_callback): Revert last change. 2002-01-06 21:35:44 +00:00
Andreas Schwab
e17144de55 (make_gap_larger): Make sure buffer size does not overflow range of int. 2002-01-06 20:47:00 +00:00
Jason Rumney
30c6d055a9 (x_draw_glyphs): Don't call notice_overwritten_cursor
if OVERLAPS_P.
2002-01-05 00:46:01 +00:00
Jason Rumney
44368f8f78 *** empty log message *** 2002-01-05 00:44:34 +00:00
Jason Rumney
f884b6f49f (w32_menu_display_help): Hide any tooltip window. 2002-01-05 00:17:40 +00:00
Jason Rumney
6637c996f7 (x_setup_relief_colors): Don't compute an image's
background color if it doesn't have a Pixmap.
(notice_overwritten_cursor): Don't depend on
output_cursor and updated_area.  Compare pixel coordinates with
window's cursor pixel coordinates.
(x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
notice_overwritten_cursor with new arg list.
(show_mouse_face): Fix bug setting a row's mouse_face_p flag
unconditionally.
(x_draw_image_relief): Use predefined macro instead of
constant when the value of `tool_bar_button_relief' is negative.

(x_display_and_set_cursor): Fix PostMessage arg types.
2002-01-05 00:09:08 +00:00
Jason Rumney
72e4adef0d (compute_tip_xy): If tooltip won't fit on the screen
to the left or to the right of the pointer, put it against
the left screen edge.
(x_frame_parms): Add missing braces around initializer.
2002-01-05 00:05:14 +00:00
Richard M. Stallman
453c551083 (menu_highlight_callback): Hide any tooltip window. 2002-01-04 22:17:33 +00:00
Pavel Janík
336b2b2e9a Doc fix. 2002-01-04 21:35:15 +00:00
Richard M. Stallman
d1d070e3c5 (Fcurrent_active_maps): Put the `keymap' property map first.
(Fkey_binding): Try the `keymap' property map first.
(Fdescribe_buffer_bindings): Show `keymap' property bindings before
minor mode bindings.
2002-01-03 21:28:16 +00:00
Kim F. Storm
7d1c48661d (read_key_sequence): Fixed cast of submaps arg to bcopy. 2002-01-03 11:30:57 +00:00
Kim F. Storm
9ec1bdb606 *** empty log message *** 2002-01-03 11:30:13 +00:00
Richard M. Stallman
edde72f6c6 *** empty log message *** 2002-01-02 21:55:01 +00:00
Richard M. Stallman
4cbedc160b (read_key_sequence): Handle the keymap property before minor mode maps. 2002-01-02 21:54:11 +00:00
Richard M. Stallman
308dd672ad (Fformat): Update thissize from field_width
based on the actual width, in the string case.
2002-01-02 19:57:07 +00:00
Pavel Janík
cf393f9be7 Fix typo. 2002-01-02 13:27:22 +00:00
Pavel Janík
03950b5baf *** empty log message *** 2002-01-01 22:14:32 +00:00
Pavel Janík
37aabdcc47 (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment when used as truth
value to prevent gcc warnings.
2002-01-01 22:12:56 +00:00
Pavel Janík
4838e624ad Include <config.h>. 2002-01-01 19:15:26 +00:00
Pavel Janík
3c1e6b469b *** empty log message *** 2002-01-01 19:13:57 +00:00
Andreas Schwab
c1e11810d5 (max_specpdl_size): Adjust declaration. 2002-01-01 17:00:16 +00:00
Andreas Schwab
7cff26935f (max_specpdl_size, max_lisp_eval_depth): Define as int,
not EMACS_INT, to make them compatible with DEFVAR_INT.
2002-01-01 16:59:17 +00:00
Richard M. Stallman
1996baeec0 *** empty log message *** 2002-01-01 07:23:41 +00:00
Richard M. Stallman
d39f07c2d6 (print_object): Test print_escape_nonascii only for unibyte strings.
(PRINTPREPARE): Once again bind Qprint_escape_nonascii
when outputting to a multibyte buffer.
2002-01-01 07:12:59 +00:00
Richard M. Stallman
0065bb7428 *** empty log message *** 2001-12-30 03:25:26 +00:00
Richard M. Stallman
f6f79b37f8 (read_escape): New arg BYTEREP for reporting whether
escape forces unibyte or multibyte.
(read1): When reading a string, take note of that info.
2001-12-30 03:24:17 +00:00
Richard M. Stallman
db300f5944 (print_object): In multibyte string, use hex escapes.
Use octal only for unibyte strings.
(PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
2001-12-30 03:22:55 +00:00
Richard M. Stallman
c51ea62a82 (max_specpdl_size): Add declaration. 2001-12-30 00:13:56 +00:00
Richard M. Stallman
1182d214b1 (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
(sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
2001-12-29 23:48:45 +00:00
Ken Raeburn
b5cb607229 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
comparison to test lisp value returned by Fget.
2001-12-29 21:42:22 +00:00
Richard M. Stallman
0d8466cc42 *** empty log message *** 2001-12-29 20:31:31 +00:00
Richard M. Stallman
38da540df8 (Fdo_auto_save): If NO_MESSAGE, don't call push_message. 2001-12-29 20:12:45 +00:00