log src/xterm.c @ 49608:f028b1fdf201

age author description
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-01-25 Jan Djärv Fix input methods for GTK.
2003-01-19 Jan Djärv *** empty log message ***
2003-01-19 Jan Djärv GTK version
2003-01-08 Jan Djärv *** empty log message ***
2003-01-06 Richard M. Stallman (x_catch_errors): Save dpy using make_save_value.
2002-11-17 Miles Bader (x_draw_glyph_string_foreground)
2002-11-14 Dave Love (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
2002-11-06 Richard M. Stallman (x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
2002-11-04 Dave Love (XTread_socket): Check Lisp types for Vx_keysym_table
2002-10-31 Dave Love (XTread_socket): Fix last change.
2002-10-30 Dave Love (Qeql): Declare.
2002-10-26 Kim F. Storm (note_mouse_highlight): Don't use mouse-face if hidden.
2002-10-24 Kim F. Storm (get_window_cursor_type): New arg ACTIVE_CURSOR.
2002-10-18 Juanma Barranquero Fix typo in comment.
2002-10-05 Jan Djärv * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
2002-10-03 Jan Djärv * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
2002-09-30 Kenichi Handa (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
2002-08-30 Kim F. Storm (x_specified_cursor_type): Remove prototype.
2002-08-27 Richard M. Stallman (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
2002-08-14 Kenichi Handa (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
2002-08-05 Richard M. Stallman Comment change.
2002-07-27 Richard M. Stallman (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.
2002-07-25 Richard M. Stallman (expose_overlaps): New function.
2002-07-16 Ken Raeburn (same_x_server): String pointer args now point to
2002-07-16 Ken Raeburn * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-07-03 Juanma Barranquero Fix typo.
2002-07-02 Richard M. Stallman (x_term_init): Turn off polling around XtOpenDisplay.
2002-07-01 Dave Love Fix prototype for K&R.
2002-06-28 Jan Djärv Indentation fixes.
2002-06-28 Jan Djärv (x_focus_changed): New function.
2002-06-24 Kenichi Handa (XTread_socket): Disable composition handling.
2002-06-13 Pavel Janík Rename enum event_kind items.
2002-05-28 Richard M. Stallman (x_display_and_set_cursor): Change the cursor in the same
2002-05-22 Kim F. Storm (x_write_glyphs): Clear phys_cursor_on_p if current
2002-05-08 Kim F. Storm (x_draw_image_foreground, x_draw_image_foreground_1):
2002-04-29 Stefan Monnier (XTread_socket): Disable the Xutf8LookupString code.
2002-04-26 Gerd Moellmann (x_draw_phys_cursor_glyph): Undo last change. Compute
2002-04-25 Gerd Moellmann (x_draw_phys_cursor_glyph): Take into account that a box
2002-04-24 Gerd Moellmann (x_display_and_set_cursor): Set phys_cursor_width to
2002-04-24 Gerd Moellmann (notice_overwritten_cursor): Fix an off by 1 error.
2002-04-23 Gerd Moellmann (notice_overwritten_cursor): Handle the special case
2002-04-23 Gerd Moellmann (x_draw_hollow_cursor, x_draw_bar_cursor)
2002-04-22 Pavel Janík Fix misleading comment after #endif.
2002-04-19 Pavel Janík (note_mode_line_or_margin_highlight): Remove unused variables `row', `i'
2002-04-19 Eli Zaretskii (x_draw_bar_cursor): New argument KIND; callers changed.
2002-04-16 Stefan Monnier (Qlatin_1, Qutf_8): New vars.
2002-04-12 Gerd Moellmann (note_mode_line_or_margin_highlight): Renamed from
2002-04-03 Pavel Janík Rename autoselect_window_p to mouse_autoselect_window.
2002-04-01 Stefan Monnier (XTread_socket): Fix int/Lisp_Object confusion.
2002-04-01 Pavel Janík (XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows.
2002-04-01 Pavel Janík (autoselect_window_p): Renamed from `x_autoselect_window_p'.
2002-03-31 Pavel Janík Fix typo.
2002-03-31 Gerd Moellmann (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
2002-03-22 Eli Zaretskii (XTread_socket): If XK_ISO_Lock and
2002-03-13 Stefan Monnier (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size
2002-03-11 Gerd Moellmann (note_mouse_movement): Put code for
2002-03-10 Jan Djärv Added calls to x_session_check_input () and x_session_initialize ().