log src/xterm.c @ 103279:75e6ecda8c42 EMACS_PRETEST_23_0_94

age author description
Tue, 19 May 2009 00:26:46 +0000 YAMAMOTO Mitsuharu (x_delete_display): Don't call XrmDestroyDatabase here.
Sat, 02 May 2009 20:16:55 +0000 Dan Nicolaescu (x_handle_net_wm_state): Move declaration of lval before
Sun, 19 Apr 2009 15:09:25 +0000 Jason Rumney The following changes fix Bug#3005 for wide glyphs on each platform,
Fri, 27 Mar 2009 18:37:56 +0000 Jan Dj¸«£rv (handle_one_xevent): Call x_handle_net_wm_state if
Fri, 30 Jan 2009 13:06:07 +0000 Juanma Barranquero * atimer.c (run_timers, alarm_signal_handler):
Thu, 29 Jan 2009 14:34:52 +0000 Chong Yidong (XTread_socket): Update pending_signals.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Mon, 22 Dec 2008 09:40:33 +0000 Martin Rudalics * frame.c (delete_frame): New function derived from
Mon, 15 Dec 2008 01:57:54 +0000 Chong Yidong (x_free_frame_resources): Remove extraneous call to free_frame_faces.
Sat, 13 Dec 2008 22:09:09 +0000 Chong Yidong (x_delete_display): Move xim_close_dpy call to x_delete_terminal.
Sat, 13 Dec 2008 05:44:38 +0000 Chong Yidong (struct xim_inst_t): Definition moved to xterm.h.
Wed, 03 Dec 2008 04:10:37 +0000 Chong Yidong (x_draw_glyph_string): Fall back on underline_minimum_offset for
Sat, 15 Nov 2008 05:33:17 +0000 Chong Yidong (x_draw_glyph_string): For stretch glyphs, don't call
Sat, 15 Nov 2008 05:21:20 +0000 Chong Yidong (x_draw_glyph_string): Stop drawing the background of the next glyph
Wed, 12 Nov 2008 15:50:00 +0000 Chong Yidong (x_set_frame_alpha): Do nothing if alpha is negative.
Thu, 06 Nov 2008 03:49:17 +0000 Glenn Morris (handle_one_xevent): Don't let popup menus cause
Tue, 04 Nov 2008 16:47:34 +0000 Chong Yidong (xim_close_dpy): Avoid double-free on X11R6 XIM.
Mon, 27 Oct 2008 22:20:46 +0000 Chong Yidong (x_draw_bar_cursor): When hbar cursor is on over-sized glyph, draw it
Fri, 19 Sep 2008 10:04:19 +0000 Eli Zaretskii (x_wm_set_size_hint): Use x_display_pixel_width and x_display_pixel_height.
Thu, 18 Sep 2008 18:11:05 +0000 Chong Yidong (x_display_pixel_height, x_display_pixel_width): New functions.
Tue, 02 Sep 2008 11:45:08 +0000 Andreas Schwab (x_delete_display): Fix merge error.
Tue, 02 Sep 2008 05:35:54 +0000 Miles Bader Merge from emacs--rel--22
Fri, 29 Aug 2008 07:58:22 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Adjusted for
Wed, 27 Aug 2008 00:08:06 +0000 Chong Yidong (x_term_init): Temporarily hide the partially initialized terminal
Thu, 21 Aug 2008 19:37:04 +0000 Chong Yidong (x_delete_display): Don't call XrmDestroyDatabase on GTK+.
Thu, 31 Jul 2008 02:47:32 +0000 Dan Nicolaescu * s/ms-w32.h (MULTI_KBOARD): Remove. before-remove-vms
Tue, 08 Jul 2008 11:54:10 +0000 Andreas Schwab * fontset.h: Declare fontset_from_font. Don't declare
Sun, 22 Jun 2008 14:02:07 +0000 Stefan Monnier (x_set_frame_alpha): Add x_catch_errors for bug#437.
Tue, 10 Jun 2008 20:22:10 +0000 Stefan Monnier * xdisp.c (underline_minimum_offset): Rename from xterm.c's
Tue, 10 Jun 2008 20:01:54 +0000 Stefan Monnier * xterm.c (x_underline_minimum_display_offset): New var.
Mon, 02 Jun 2008 06:09:17 +0000 Jim Meyering Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
Tue, 27 May 2008 21:10:55 +0000 Chong Yidong (x_draw_glyph_string): If a clipmask is specified, use it.
Mon, 26 May 2008 11:37:42 +0000 Andreas Schwab (x_set_frame_alpha): Fix type mismatch.
Sun, 25 May 2008 11:14:31 +0000 Kenichi Handa (x_draw_glyph_string): Fix calculation of underline
Fri, 23 May 2008 05:33:08 +0000 Kenichi Handa (x_draw_glyph_string): Be sure to draw underline within the current
Fri, 23 May 2008 04:43:19 +0000 Kenichi Handa (x_draw_glyph_string): Be sure to update
Wed, 21 May 2008 06:32:45 +0000 Dan Nicolaescu (x_set_frame_alpha): Move declarations before
Wed, 21 May 2008 03:59:44 +0000 Glenn Morris Seiji Zenitani <zenitani at mac.com>
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 14 May 2008 01:44:51 +0000 Kenichi Handa Throughout the file, delete all USE_FONT_BACKEND
Tue, 13 May 2008 08:08:13 +0000 Jan Dj¸«£rv (handle_one_xevent): Don't pass buttons higher than 3
Sun, 27 Apr 2008 10:44:37 +0000 Andreas Schwab (XTread_socket): Fix use of uninitialized variable.
Sat, 29 Mar 2008 01:46:10 +0000 Stefan Monnier * keyboard.c (pending_funcalls): New var.
Tue, 11 Mar 2008 15:54:05 +0000 Jan Dj¸«£rv Fix previous change.
Tue, 11 Mar 2008 07:35:09 +0000 Jan Dj¸«£rv (x_connection_closed): For GTK: If this is the last
Mon, 03 Mar 2008 06:32:13 +0000 Dan Nicolaescu * w32term.c: Remove unused include "gnu.h".
Sat, 01 Mar 2008 14:59:06 +0000 Jan Dj¸«£rv (handle_one_xevent): For Gtk+ and ConfigureNotify, call
Sun, 24 Feb 2008 01:05:27 +0000 Chong Yidong (x_set_offset): Don't change the gravity if CHANGE_GRAVITY is -1.
Fri, 22 Feb 2008 17:42:09 +0000 Stefan Monnier Consolidate the image_cache to the terminal struct.
Thu, 21 Feb 2008 16:51:07 +0000 Stefan Monnier (x_connection_closed): Consolidate identical tests.
Sun, 17 Feb 2008 02:02:54 +0000 Kenichi Handa (x_set_cursor_gc): Use display_info->font->fid for GCs.
Sun, 10 Feb 2008 21:56:38 +0000 Stefan Monnier * frame.c (Qnoelisp): New symbol.
Sat, 09 Feb 2008 18:03:10 +0000 Dan Nicolaescu * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
Thu, 07 Feb 2008 14:07:35 +0000 Jan Dj¸«£rv (x_detect_focus_change): Handle embed client message.
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Fri, 14 Dec 2007 12:52:48 +0000 Kenichi Handa (x_check_font) [USE_FONT_BACKEND]: Don't access
Thu, 06 Dec 2007 09:51:45 +0000 Miles Bader Merge from emacs--devo--0
Sat, 01 Dec 2007 02:42:24 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Adjusted for
Sun, 11 Nov 2007 00:56:44 +0000 Miles Bader Merge from emacs--devo--0
Sat, 27 Oct 2007 09:12:07 +0000 Miles Bader Merge from emacs--devo--0
Mon, 15 Oct 2007 05:03:21 +0000 Miles Bader Merge from emacs--devo--0
Fri, 12 Oct 2007 21:06:27 +0000 Miles Bader Fix up multi-tty merge
Thu, 11 Oct 2007 16:22:07 +0000 Miles Bader Merge from emacs--devo--0
Thu, 13 Sep 2007 11:02:20 +0000 Kenichi Handa (x_set_glyph_string_clipping): Use
Tue, 21 Aug 2007 04:54:03 +0000 Miles Bader Merge from emacs--devo--0
Mon, 13 Aug 2007 13:48:35 +0000 Miles Bader Merge from emacs--devo--0
Fri, 03 Aug 2007 05:20:51 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Tue, 24 Jul 2007 01:23:55 +0000 Miles Bader Merge from emacs--devo--0 unicode-xft-base
Fri, 29 Jun 2007 03:37:33 +0000 Stefan Monnier Replace uses of GC_* macros with the non-GC_ versions.
Mon, 11 Jun 2007 00:58:11 +0000 Miles Bader Merge from emacs--devo--0
Thu, 31 May 2007 01:31:39 +0000 Jason Rumney * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]:
Thu, 24 May 2007 21:31:10 +0000 Miles Bader Merge from emacs--devo--0
Sun, 18 Mar 2007 14:11:08 +0000 Miles Bader Merge from emacs--devo--0
Mon, 26 Feb 2007 23:03:45 +0000 Miles Bader Merge from emacs--devo--0
Tue, 20 Feb 2007 11:25:27 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Fix
Tue, 20 Feb 2007 11:02:20 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Don't
Tue, 13 Feb 2007 12:14:16 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Dec 2006 01:29:26 +0000 Miles Bader Merge from emacs--devo--0
Thu, 07 Dec 2006 04:14:14 +0000 Miles Bader Merge from emacs--devo--0
Tue, 21 Nov 2006 08:56:38 +0000 Miles Bader Merge from emacs--devo--0
Tue, 07 Nov 2006 23:22:48 +0000 Miles Bader Merge from emacs--devo--0
Mon, 16 Oct 2006 07:53:16 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Don't draw
Sun, 15 Oct 2006 02:54:13 +0000 Miles Bader Merge from emacs--devo--0
Thu, 14 Sep 2006 09:24:00 +0000 Miles Bader Merge from emacs--devo--0
Mon, 28 Aug 2006 04:33:45 +0000 Miles Bader Merge from emacs--devo--0
Wed, 16 Aug 2006 14:08:49 +0000 Miles Bader Merge from emacs--devo--0
Fri, 28 Jul 2006 12:40:43 +0000 Kenichi Handa (x_set_glyph_string_clipping_exactly) [USE_FONT_BACKEND]:
Mon, 24 Jul 2006 02:55:39 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Check if
Wed, 19 Jul 2006 00:42:56 +0000 Miles Bader Merge from emacs--devo--0
Fri, 14 Jul 2006 02:22:51 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Adjusted for
Thu, 06 Jul 2006 08:59:39 +0000 Miles Bader Merge from emacs--devo--0
Fri, 23 Jun 2006 05:07:12 +0000 Kenichi Handa (x_draw_glyph_string) [USE_FONT_BACKEND]: Check
Sat, 17 Jun 2006 20:57:37 +0000 Miles Bader Merge from emacs--devo--0
Fri, 16 Jun 2006 12:11:10 +0000 Kenichi Handa (x_new_fontset2): Change arguments. Both args FONTSET
Fri, 09 Jun 2006 02:16:05 +0000 Kenichi Handa (x_new_fontset2): If an ASCII font couldn't be loaded,
Wed, 07 Jun 2006 18:05:10 +0000 Miles Bader Merge from emacs--devo--0
Tue, 06 Jun 2006 03:52:51 +0000 Kenichi Handa Include "font.h".
Wed, 17 May 2006 07:46:49 +0000 Miles Bader Merge from emacs--devo--0 unicode-pre-font-backend
Fri, 31 Mar 2006 04:56:24 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-50
Tue, 28 Mar 2006 23:08:20 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49
Sun, 19 Mar 2006 19:43:57 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46
Mon, 13 Mar 2006 12:19:58 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43
Fri, 03 Mar 2006 07:48:46 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34
Thu, 02 Mar 2006 06:39:08 +0000 Kenichi Handa (x_set_glyph_string_clipping_exactly): Set
Sun, 26 Feb 2006 07:09:24 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-26
Wed, 22 Feb 2006 06:54:10 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-21
Tue, 21 Feb 2006 11:42:19 +0000 Kenichi Handa (x_draw_composite_glyph_string_foreground): Check
Mon, 20 Feb 2006 11:16:28 +0000 Kenichi Handa (x_draw_glyph_string): Fix previous change for the case of overhang
Mon, 20 Feb 2006 07:07:50 +0000 Kenichi Handa (x_set_glyph_string_clipping_exactly): New function.
Fri, 17 Feb 2006 09:10:23 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-17
Tue, 14 Feb 2006 05:54:12 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-15
Sat, 11 Feb 2006 00:11:19 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14
Wed, 25 Jan 2006 07:10:04 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7
Thu, 19 Jan 2006 07:41:11 +0000 Kenichi Handa (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
Tue, 17 Jan 2006 02:39:19 +0000 Kenichi Handa (handle_one_xevent): Delete unnecessary code inserted by
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Mon, 16 Jan 2006 06:59:21 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95