Sync to HEAD
[bpt/emacs.git] / src / xterm.c
2004-04-16 Kenichi HandaSync to HEAD
2004-03-04 Kenichi Handa(x_list_fonts): Fix the detection of an auto-scaled...
2004-02-13 Kenichi Handa(x_get_font_repertory): Fix for non-Unicode-bmp charset.
2004-01-23 Kenichi Handa(x_compute_glyph_string_overhangs): Handle also a
2004-01-13 Kenichi Handa(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS...
2003-10-24 Kenichi Handa(x_list_fonts): Fix excluding of auto-scaled fonts.
2003-10-06 Kenichi Handa(x_get_font_repertory): Handle the case that the
2003-09-26 Dave Love(x_bitmap_mask): Declare.
2003-09-17 Dave Love(x_term_init): Fix type error.
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-08-30 Jan DjärvFix pixel calculation for TrueVisuals.
2003-08-21 Jan DjärvCreate and initialize a client leader window so session...
2003-08-19 Miles BaderRevision: miles@gnu.org--gnu-2003/emacs--cvs-trunk...
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 Dave Love(XTread_socket): Check Lisp types for Vx_keysym_table
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2003-01-31 Kenichi Handa(x_encode_char): Call ccl_driver with the last arg...
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-11 Kenichi Handa(x_new_fontset): Fix previous change.
2003-01-10 Kenichi Handa(x_new_fontset): Change the arg FONTSETNAME to Lisp
2003-01-08 Jan Djärv*** empty log message ***
2003-01-07 Kenichi Handa(x_new_font): Optimize for the case that the font is
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-31 Dave Love(XTread_socket): Fix changes for defined keysyms. Add
2002-10-30 Dave Love(Qeql): Declare.
2002-10-29 Dave Love(xaw_scroll_callback): Cast correctly.
2002-10-28 Dave Love(XTread_socket): Only consider keysym>=32 for ASCII.
2002-10-28 Dave Love(xaw_scroll_callback): Cast call_data.
2002-10-27 Dave Love(Vx_keysym_table): New.
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-06 Dave Love(use_xim): Initialize.
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-09-27 Kenichi Handa(x_new_fontset): If FONTSETNAME specifies the default
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-19 Kenichi Handa(main): In the case of --unibyte, instead of aborting...
2002-08-14 Kenichi Handa(x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
2002-08-05 Richard M. StallmanComment change.
2002-08-01 Kenichi Handa(x_load_font): Initialize fontp->fontset to -1.
2002-07-27 Richard M. Stallman(x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH...
2002-07-26 Kenichi Handa(x_produce_glyphs): Use ASCII_CHAR_P, not
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-16 Dave Love(note_mouse_movement): Fix call of window_from_coordinates.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-07-03 Dave Love(XTread_socket): Add extra dead keysyms.
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.
next