1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-10 09:12:15 +00:00
Commit Graph

15155 Commits

Author SHA1 Message Date
Pavel Janík
7a4bce146c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of `dont_resize' only
when used.
2002-01-16 06:48:30 +00:00
Pavel Janík
4b41cebbef Remove forgotten extern declaration of `Qimage'. 2002-01-16 06:44:20 +00:00
Eli Zaretskii
f165c448e2 Fix a typo in the last entry. 2002-01-15 17:31:19 +00:00
Eli Zaretskii
26f622b36b (display_mode_element): When computing charpos, depend
on multibyteness of elt, not the text in field.
2002-01-15 17:22:17 +00:00
Pavel Janík
1a6db83a48 (Fkill_all_local_variables): Increment `update_mode_lines' only once. 2002-01-15 07:31:04 +00:00
Pavel Janík
aa1977d715 *** empty log message *** 2002-01-14 14:41:19 +00:00
Pavel Janík
61727ab5d4 (adjust_after_replace_noundo)
(Fupdate_coding_systems_internal): Add prototypes.
2002-01-14 14:40:54 +00:00
Pavel Janík
a4ff5d6799 (Fplay_sound): Initialize header_size also for :data case. 2002-01-14 14:37:37 +00:00
Pavel Janík
54bff0bd3c Fix typos. 2002-01-14 14:27:34 +00:00
Eli Zaretskii
3947677c0a *** empty log message *** 2002-01-14 13:50:26 +00:00
Eli Zaretskii
d20e1b1e77 (USAGE2): Add the --color option.
(standard_args): Ditto.
2002-01-14 13:47:56 +00:00
Eli Zaretskii
94674d18e6 (store_frame_param): Call set_tty_color_mode for termcap
frames.
(do_switch_frame): For termcap frames, switch the tty
color mode as specified by the frame's parameters.
(Qtty_color_mode): New variable.
(syms_of_frame): Intern and staticpro it.
2002-01-14 13:47:02 +00:00
Eli Zaretskii
ace282979b (tty_default_color_capabilities, tty_setup_colors)
(set_tty_color_mode): New functions.
(term_init): Call tty_default_color_capabilities.
(Qtty_color_mode_alist): New variable.
(syms_of_term): Intern and staticpro it.
2002-01-14 13:45:36 +00:00
Eli Zaretskii
8a8e19a31c *** empty log message *** 2002-01-13 12:31:20 +00:00
Eli Zaretskii
d517010aef (struct x_output): New members want_fullscreen,
x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
y_pixels_outer_diff.
2002-01-13 12:21:19 +00:00
Eli Zaretskii
944525308e (USAGE2): Add the new full-screen arguments.
(standard_args): Ditto.
2002-01-13 12:19:31 +00:00
Jason Rumney
4f1b1854ed *** empty log message *** 2002-01-13 12:18:29 +00:00
Eli Zaretskii
49d41073f9 (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New variables.
(syms_of_xfns): Intern and staticpro them.
(x_frame_parms) <"fullscreen">: New parameter.
(x_fullscreen_move, x_set_fullscreen): New functions.
(x_set_frame_parameters): Support for Qfullscreen.
(x_real_positions): More accurate computation of the frame position.
(x_figure_window_size): Support full-screen frames.
(Fx_create_frame): Default the fullscreen parameter.
2002-01-13 12:17:33 +00:00
Jason Rumney
53823ab9c1 (parse_button): New parameter xbutton. Callers changed.
(w32_read_socket): Handle new "XBUTTON" messages.
2002-01-13 12:16:05 +00:00
Jason Rumney
742145478b (w32_pass_extra_mouse_buttons_to_system): New user option.
(syms_of_w32fns): DEFVAR_BOOL it.
(w32_wnd_proc): Handle new "XBUTTON" messages.
2002-01-13 12:14:56 +00:00
Jason Rumney
76e4fd8c61 (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
for mice with more than 3 buttons.
2002-01-13 12:13:25 +00:00
Eli Zaretskii
d0fa3e56c2 (x_check_fullscreen, x_check_fullscreen_move)
(x_fullscreen_adjust): New functions.
(XTread_socket) <Expose>: Call x_check_fullscreen.
<ConfigureNotify>: Don't resize to fullscreen.  Call
x_check_fullscreen_move, and set the want_fullscreen member of
output_data.x.
2002-01-13 12:05:37 +00:00
Eli Zaretskii
8016e514d6 Fix wording of a comment. 2002-01-13 11:39:09 +00:00
Pavel Janík
5cb6905db7 (read_key_sequence): Remove unused variable `extra_maps'.
Fix typo.
2002-01-13 10:16:17 +00:00
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