* xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
[bpt/emacs.git] / src / xterm.c
2003-07-31 Jan Djärv* xfns.c (xg_set_icon): Rewrite to compile with GTK...
2003-07-29 Richard M. Stallman(xim_open_dpy, xim_initialize, xim_close_dpy):
2003-07-17 Richard M. Stallman(xim_initialize): Redo 6/24 change.
2003-07-13 Juanma Barranquero(x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add...
2003-07-08 Kim F. Storm(x_term_init) [!USE_XIM]: Use `useXIM' resource to...
2003-07-08 Kim F. Storm(use_xim) [!USE_XIM]: Default to disable XIM if emacs
2003-06-27 Richard M. Stallman(xim_initialize): Undo previous change.
2003-06-24 Dave Love(xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
2003-06-15 Stefan Monnier(x_dispatch_event): Don't pass uninitialized
2003-06-02 Dave Love(Qutf_8): Moved to coding.c
2003-05-24 Kim F. StormMake (several) trivial substitutions for renamed and
2003-05-21 Dave Love(use_xim): Initialize.
2003-05-19 Richard M. StallmanComment change.
2003-05-17 Stefan Monnier(Fselect_window): Add optional arg `norecord'.
2003-04-09 Jan Djärv* xterm.c (xg_scroll_callback): Call gtk_range_get_adju...
2003-03-31 Kim F. StormRemove unnecessary extern declarations.
2003-03-28 Stefan Monnier(xt_action_hook): Unset dragging so the reset does...
2003-03-28 Stefan Monnier(xm_scroll_callback): Undo a tiny bit of the previous...
2003-03-28 Stefan Monnier(take_vertical_position_into_account): Remove.
2003-03-23 Jan DjärvFinally (?) fix flicker in scroll bar.
2003-03-21 Kim F. Storm* xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
2003-03-21 Kim F. Storm(struct redisplay_interface): Add active_p argument to
2003-03-21 Kim F. Storm* xterm.c: Remove consolidated defines and code.
2003-03-17 Jan DjärvNew approach to scrolling and scroll bars for better...
2003-03-16 Kim F. StormRemove consolidated defines and code.
2003-03-14 Jan DjärvClear frame didn't redraw scrollbars, fixed that.
2003-03-12 Andreas Schwab(x_term_init) [USE_GTK]: Fix typo.
2003-03-12 Kim F. StormRemove generic fringe code.
2003-03-09 Jan DjärvImplement Ctrl-Mouse-2 (split vertically) for toolkit...
2003-03-08 Jan Djärv* xterm.c (handle_one_xevent): Pass ReparentNotify...
2003-03-04 Jan Djärv* xterm.c (x_detect_focus_change): Call x_any_window_to...
2003-02-18 Jan Djärv* xterm.c (x_list_fonts): If maxnames is less than...
2003-02-08 Jan Djärvxterm.c (x_make_frame_visible): Call gtk_window_deiconify.
2003-02-07 Jan DjärvUse FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else...
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-25 Jan DjärvFix input methods for GTK.
2003-01-19 Jan Djärv*** empty log message ***
2003-01-19 Jan DjärvGTK 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...
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 BarranqueroFix typo in comment.
2002-10-05 Jan Djärv* xterm.c (XTread_socket): Fix from 2002-10-03 didn...
2002-10-03 Jan Djärv* xterm.c (XTread_socket): For ConfigureNotify, with...
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. StallmanComment change.
2002-07-27 Richard M. Stallman(x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH...
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 RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-03 Juanma BarranqueroFix typo.
2002-07-02 Richard M. Stallman(x_term_init): Turn off polling around XtOpenDisplay.
2002-07-01 Dave LoveFix prototype for K&R.
2002-06-28 Jan DjärvIndentation 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íkRename enum event_kind items.
2002-05-28 Richard M. Stallman(x_display_and_set_cursor): Change the cursor in the...
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...
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íkFix misleading comment after #endif.
2002-04-19 Pavel Janík(note_mode_line_or_margin_highlight): Remove unused...
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íkRename 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...
2002-04-01 Pavel Janík(autoselect_window_p): Renamed from `x_autoselect_windo...
2002-03-31 Pavel JaníkFix 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...
2002-03-11 Gerd Moellmann(note_mouse_movement): Put code for
2002-03-10 Jan DjärvAdded calls to x_session_check_input () and x_session_i...
2002-03-04 Stefan MonnierChange defvar_int def and vars to use EMACS_INT instead...
2002-03-01 Kim F. Storm(x_display_and_set_cursor): Blink box cursor using
2002-02-28 Pavel JaníkFix typos.
2002-02-23 Pavel Janík(enter_timestamp): Put in #if 0 to prevent warning.
2002-02-16 Kim F. Storm(disable_mouse_highlight): Removed variable.
2002-02-16 Pavel Janík(x-autoselect-window): New variable.
next