- 21 Aug, 2006 1 commit
-
-
Kim F. Storm authored
stretch glyph in left marginal areas on header and mode lines.
-
- 11 Aug, 2006 1 commit
-
-
Jan Djärv authored
-
- 04 Aug, 2006 1 commit
-
-
Kenichi Handa authored
-
- 18 Jul, 2006 1 commit
-
-
Dan Nicolaescu authored
* emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise.
-
- 04 Jul, 2006 1 commit
-
-
Kim F. Storm authored
-
- 16 Jun, 2006 1 commit
-
-
Jan Djärv authored
* xterm.c (x_check_expected_move, handle_one_xevent) (x_set_offset, x_check_fullscreen): Extensive changes to make frame positioning deterministic under X. * xterm.h (x_output): Added members left_before_move and top_before_move. Removed members expected_left and expected_top.
-
- 29 May, 2006 1 commit
-
-
Dan Nicolaescu authored
* xterm.c (x_connection_closed): Likewise. * sysdep.c (croak): Likewise. * sound.c (sound_perror, alsa_sound_perror): Likewise. * lisp.h (die, nsberror): Likewise.
-
- 27 May, 2006 1 commit
-
-
Kim F. Storm authored
cursor and erasing cursor on partially visible stretch glyph on left. (x_draw_hollow_cursor): Compute x via get_phys_cursor_geometry.
-
- 23 May, 2006 1 commit
-
-
Jan Djärv authored
-
- 17 May, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 16 May, 2006 1 commit
-
-
Kim F. Storm authored
calling x_kill_gs_process.
-
- 14 May, 2006 2 commits
-
-
Jan Djärv authored
calling _XEditResCheckMessages.
-
Kim F. Storm authored
-
- 30 Mar, 2006 1 commit
-
-
Kenichi Handa authored
-
- 24 Mar, 2006 1 commit
-
-
Kim F. Storm authored
on in toolbar window if mouse-highlight is an integer.
-
- 21 Mar, 2006 1 commit
-
-
Jan Djärv authored
(x_term_init): Use x_session_initialized to check if x_session_initialize should be called. (x_initialize): Initialize x_session_initialized.
-
- 20 Mar, 2006 2 commits
-
-
Andreas Schwab authored
* emacs.c (main): Don't check here. * xterm.c (x_display_ok): Don't use DISPLAY env var.
-
Kenichi Handa authored
-
- 18 Mar, 2006 2 commits
-
-
Chong Yidong authored
-
Eli Zaretskii authored
-
- 14 Mar, 2006 1 commit
-
-
Chong Yidong authored
-
- 11 Mar, 2006 2 commits
-
-
Richard M. Stallman authored
-
Eli Zaretskii authored
-
- 27 Feb, 2006 1 commit
-
-
Chong Yidong authored
argument. * xterm.c: (x_load_font, x_term_init, XTmouse_position) (handle_one_xevent, x_connection_closed, x_list_fonts): No arg for x_uncatch_errors. * xselect.c (x_own_selection, x_decline_selection_request) (x_reply_selection_request, x_get_foreign_selection) (Fx_get_atom_name, Fx_send_client_event): Likewise. * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame): Likewise.
-
- 25 Feb, 2006 1 commit
-
-
Chong Yidong authored
(x_uncatch_errors): Unused count argument deleted. * xterm.c (x_catch_errors): Don't use record_unwind_protect, since it can be called in a signal handler. (x_catch_errors_unwind): Function deleted. (x_uncatch_errors): Deallocate last x_error_message_stack struct. (x_check_errors): Call x_uncatch_errors before signalling error. (x_load_font, x_term_init, XTmouse_position, handle_one_xevent) (x_connection_closed, x_list_fonts): Use new versions of x_catch_errors and x_uncatch_errors. * xselect.c (x_own_selection, x_decline_selection_request) (x_reply_selection_request, x_get_foreign_selection) (Fx_get_atom_name, Fx_send_client_event): Likewise. * xfns.c (x_real_positions, x_set_mouse_color, Fx_focus_frame): Likewise. * eval.c (record_unwind_protect): Add an assertion.
-
- 20 Feb, 2006 1 commit
-
-
Richard M. Stallman authored
-
- 14 Feb, 2006 1 commit
-
-
Jan Djärv authored
-
- 13 Feb, 2006 2 commits
-
-
Richard M. Stallman authored
-
Jan Djärv authored
-
- 09 Feb, 2006 1 commit
-
-
Jan Djärv authored
in that case it is the tool bar.
-
- 23 Jan, 2006 2 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
(x_error_message): New var to replace x_error_message_string. (x_error_catcher, x_catch_errors, x_catch_errors_unwind) (x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler) (syms_of_xterm): Use it instead of x_error_message_string.
-
- 19 Jan, 2006 1 commit
-
-
Kenichi Handa authored
-
- 16 Nov, 2005 2 commits
-
-
Chong Yidong authored
* gnu.h (gnu_xpm_bits): Renamed from gnu_bits. (gnu_xbm_bits): Renamed from gnu_bits (xbm version). * xterm.c (x_bitmap_icon): Use the xpm if available.
-
Chong Yidong authored
* xterm.c (x_bitmap_icon): Use the xpm if available. * image.c (x_create_bitmap_from_xpm_data): New function.
-
- 24 Oct, 2005 2 commits
-
-
Kim F. Storm authored
(last_mouse_glyph_frame): New var. (note_mouse_movement): Say mouse moved if current frame differs from last_mouse_glyph_frame, and update last_mouse_glyph_frame. (XTmouse_position): Set last_mouse_glyph_frame. (handle_one_xevent): Clear last_mouse_glyph_frame [instead of last_mouse_glyph] on mouse up/down event.
-
Kenichi Handa authored
supported Unicode characters.
-
- 23 Oct, 2005 1 commit
-
-
Jan Djärv authored
so tool tips don't interfere with press on tool bar button.
-
- 20 Oct, 2005 1 commit
-
-
Kim F. Storm authored
-
- 13 Oct, 2005 1 commit
-
-
Kim F. Storm authored
(handle_one_xevent): Only clear help_echo_string; restore it if note_mouse_movement didn't record any mouse movement.
-