log src/xterm.c @ 66919:a9d1837b115c

age author description
Wed, 16 Nov 2005 05:49:18 +0000 Chong Yidong * gnu.h (gnu_bits): Xpm version of the new Emacs icon.
Mon, 24 Oct 2005 14:59:42 +0000 Kim F. Storm Undo 2005-10-23 change.
Mon, 24 Oct 2005 08:05:36 +0000 Kenichi Handa (handle_one_xevent): Handle keysyms directly mapped to
Sun, 23 Oct 2005 21:12:46 +0000 Jan Dj«£rv * xterm.c (note_mouse_movement): Always call note_mouse_highlight
Thu, 20 Oct 2005 15:04:13 +0000 Kim F. Storm (x_calc_absolute_position): Remove unused vars win_x, win_y.
Thu, 13 Oct 2005 22:41:21 +0000 Kim F. Storm (note_mouse_movement): Return 1 if mouse moved; 0 otherwise.
Wed, 12 Oct 2005 12:18:42 +0000 YAMAMOTO Mitsuharu (note_mouse_movement): Undo last change.
Wed, 12 Oct 2005 11:43:57 +0000 Kim F. Storm (handle_one_xevent): Clear last_mouse_glyph on mouse up/down.
Wed, 12 Oct 2005 11:19:29 +0000 YAMAMOTO Mitsuharu *** empty log message ***
Tue, 11 Oct 2005 22:37:01 +0000 Kim F. Storm (glyph_rect, remember_mouse_glyph): Remove X versions.
Mon, 10 Oct 2005 22:54:19 +0000 Kim F. Storm (glyph_rect): Return 0 if position is outside text area.
Mon, 10 Oct 2005 18:58:43 +0000 Jason Rumney (remember_mouse_glyph): New function.
Fri, 07 Oct 2005 07:40:18 +0000 YAMAMOTO Mitsuharu Rename member for_overlaps_p in struct glyph_string to for_overlaps.
Fri, 30 Sep 2005 22:38:16 +0000 Dan Nicolaescu * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Tue, 27 Sep 2005 21:14:23 +0000 Dan Nicolaescu (handle_one_xevent): Refer to union field to match the type
Tue, 27 Sep 2005 18:48:59 +0000 Dan Nicolaescu * xlwmenu.c (find_next_selectable):
Tue, 16 Aug 2005 19:34:00 +0000 Jan Dj«£rv * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
Sat, 13 Aug 2005 09:48:36 +0000 Jan Dj«£rv * xterm.c (x_wm_set_icon_pixmap): Call xg_get_pixbuf_from_pix_and_mask
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Thu, 30 Jun 2005 18:02:52 +0000 Jan Dj«£rv * xterm.c (handle_one_xevent): bzero compose_status when nbytes
Thu, 30 Jun 2005 14:56:48 +0000 Juri Linkov (x_draw_vertical_window_border): Use foreground of
Mon, 06 Jun 2005 21:27:50 +0000 Stefan Monnier (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars if available.
Fri, 03 Jun 2005 23:02:03 +0000 Kim F. Storm (handle_one_xevent): Also ignore mouse motion just
Fri, 27 May 2005 11:28:30 +0000 Kenichi Handa (x_encode_char): Call check_ccl_update in advance.
Tue, 10 May 2005 09:19:19 +0000 Richard M. Stallman Fix previous change.
Tue, 10 May 2005 09:18:48 +0000 Richard M. Stallman (noinclude): Add #undef.
Thu, 31 Mar 2005 22:42:46 +0000 Stefan Monnier Include ThreeD.h for XtNbeNiceToColormap.
Thu, 17 Feb 2005 12:51:16 +0000 Andreas Schwab (handle_one_xevent): Use union of struct input_event and
Thu, 03 Feb 2005 07:36:15 +0000 Richard M. Stallman (x_error_quitter): On GCC 3 and up, specify noinline.
Thu, 27 Jan 2005 22:34:05 +0000 Kim F. Storm (x_clip_to_row): Ensure y >= 0.
Thu, 27 Jan 2005 17:00:38 +0000 Stefan Monnier (x_error_quitter): Add a prototype. Make it static again.
Tue, 25 Jan 2005 01:26:57 +0000 Richard M. Stallman (x_error_quitter): No longer static, and moved after x_error_handler.
Thu, 20 Jan 2005 15:23:22 +0000 Kim F. Storm (x_draw_glyph_string_box): Fix last_x for full width rows.
Fri, 31 Dec 2004 18:16:10 +0000 Jan Dj«£rv * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
Thu, 30 Dec 2004 12:26:31 +0000 Kenichi Handa (x_new_font): Set FRAME_COLUMN_WIDTH to
Wed, 15 Dec 2004 21:34:14 +0000 Jan Dj«£rv * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
Sat, 11 Dec 2004 18:46:43 +0000 Jan Dj«£rv * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
Sun, 21 Nov 2004 15:49:12 +0000 Kim F. Storm (x_clip_to_row): Add area arg. Callers changed.
Fri, 05 Nov 2004 11:30:44 +0000 Kim F. Storm * xterm.c (handle_one_xevent): Don't queue X selection events
Tue, 02 Nov 2004 16:25:50 +0000 Jan Dj«£rv * xterm.c (x_window_to_scroll_bar): Only call
Thu, 21 Oct 2004 18:38:58 +0000 Jan Dj«£rv * xterm.h (x_output): New member `xic_base_fontname'.
Tue, 19 Oct 2004 16:40:34 +0000 Jan Dj«£rv * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
Tue, 12 Oct 2004 14:14:07 +0000 Kim F. Storm (x_redisplay_interface): Fix flush_display_optional.
Thu, 07 Oct 2004 21:59:39 +0000 Kim F. Storm (x_update_window_end): Fix flicker on vertical line between
Tue, 05 Oct 2004 10:52:53 +0000 Jan Dj«£rv * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
Mon, 04 Oct 2004 14:07:06 +0000 Kim F. Storm (XTset_vertical_scroll_bar): Improve handling of scroll
Sat, 18 Sep 2004 21:36:02 +0000 Stefan Monnier (x_term_init): Work around a bug in some X servers.
Tue, 24 Aug 2004 17:22:33 +0000 Jan Dj«£rv * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
Fri, 20 Aug 2004 10:34:12 +0000 Kim F. Storm Rename wait_reading_process_input to wait_reading_process_output.
Wed, 30 Jun 2004 19:35:40 +0000 Stefan Monnier (x_detect_focus_change): Remove unused var `nr_events'.
Thu, 17 Jun 2004 19:35:00 +0000 Jan Dj«£rv * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
Wed, 16 Jun 2004 15:10:55 +0000 Kim F. Storm Update copyright.
Sat, 24 Apr 2004 23:42:26 +0000 Kim F. Storm (x_draw_hollow_cursor): Fix height of box for narrow lines.
Tue, 20 Apr 2004 22:19:23 +0000 Kim F. Storm (x_draw_relief_rect): Add top_p and bot_p args.
Mon, 05 Apr 2004 21:55:16 +0000 Kim F. Storm (handle_one_xevent): Set mouse_face_hidden after clearing highlight.
Mon, 29 Mar 2004 22:53:14 +0000 Kim F. Storm (x_initialize): Initialize ignore_next_mouse_click_timeout.
Mon, 29 Mar 2004 22:49:15 +0000 Kim F. Storm (x_mouse_click_focus_ignore_position): New var.
Sat, 20 Mar 2004 16:11:23 +0000 Jan Dj«£rv * xterm.c (handle_one_xevent): Do not pass key press events to
Sat, 28 Feb 2004 16:22:06 +0000 Jan Dj«£rv xfns.c (x_window): Fixed indentation
Fri, 27 Feb 2004 23:49:48 +0000 Kim F. Storm (x_focus_changed, x_detect_focus_change): Remove
Fri, 13 Feb 2004 23:27:38 +0000 Kim F. Storm (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
Sun, 08 Feb 2004 23:21:19 +0000 Kim F. Storm (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
Tue, 03 Feb 2004 16:34:26 +0000 Jan Dj«£rv * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
Fri, 16 Jan 2004 18:47:40 +0000 Kim F. Storm (x_update_window_end): Call draw_window_fringes.
Fri, 16 Jan 2004 10:21:54 +0000 Jan Dj«£rv * xterm.c (handle_one_xevent): Don't handle characters that are part
Sun, 28 Dec 2003 16:05:28 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Sun, 28 Dec 2003 00:13:34 +0000 Kim F. Storm (Qface, Qmouse_face): Remove unused externs.
Fri, 26 Dec 2003 04:24:54 +0000 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
Wed, 24 Dec 2003 18:55:24 +0000 Karoly Lorentey Add a level of indirection to terminal characteristics.
Mon, 17 Nov 2003 06:06:24 +0000 Jan Dj«£rv * xterm.c (x_window_to_scroll_bar): Move check of display to
Sun, 16 Nov 2003 16:05:24 +0000 Jan Dj«£rv Implement multiple display handling for GTK.
Fri, 14 Nov 2003 19:13:02 +0000 Jan Dj«£rv * xterm.c (x_detect_focus_change): Do not change focus frame for
Tue, 11 Nov 2003 07:47:44 +0000 Kenichi Handa (x_list_fonts): Fix excluding of auto-scaled fonts.
Sat, 08 Nov 2003 12:45:13 +0000 Jan Dj«£rv * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
Mon, 03 Nov 2003 05:55:42 +0000 Jan Dj«£rv * xterm.c (x_term_init): Fix formatting.
Fri, 31 Oct 2003 22:04:05 +0000 Jan Dj«£rv * xterm.c (x_term_init): For GTK part, increase x_initialized
Sun, 05 Oct 2003 13:42:04 +0000 Jan Dj«£rv * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
Sun, 05 Oct 2003 12:15:39 +0000 Jan Dj«£rv Fix memory leaks (from YAMAMOTO Mitsuharu)
Sun, 05 Oct 2003 11:52:47 +0000 Jan Dj«£rv Make (modify-frame-parameters nil '((top . 0))) work for all types
Thu, 02 Oct 2003 02:08:56 +0000 Kenichi Handa (x_load_font): Fix previous change.
Thu, 02 Oct 2003 02:05:42 +0000 Kenichi Handa (x_load_font): Clear all members of FONTP before start filling them.
Fri, 26 Sep 2003 17:24:56 +0000 Dave Love (x_bitmap_mask): Declare.
Fri, 19 Sep 2003 14:45:21 +0000 Jan Dj«£rv * xterm.c (x_set_offset): Take window manager decorations
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sat, 30 Aug 2003 17:44:40 +0000 Jan Dj«£rv Fix pixel calculation for TrueVisuals.
Thu, 21 Aug 2003 19:54:47 +0000 Jan Dj«£rv Create and initialize a client leader window so session management
Tue, 19 Aug 2003 16:20:13 +0000 Miles Bader Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-20
Thu, 31 Jul 2003 16:10:53 +0000 Jan Dj«£rv * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
Tue, 29 Jul 2003 17:38:21 +0000 Richard M. Stallman (xim_open_dpy, xim_initialize, xim_close_dpy):
Thu, 17 Jul 2003 10:15:04 +0000 Richard M. Stallman (xim_initialize): Redo 6/24 change.
Sun, 13 Jul 2003 17:27:51 +0000 Juanma Barranquero (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask, and use the Gtk+
Tue, 08 Jul 2003 22:00:53 +0000 Kim F. Storm (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
Tue, 08 Jul 2003 21:46:58 +0000 Kim F. Storm (use_xim) [!USE_XIM]: Default to disable XIM if emacs
Fri, 27 Jun 2003 02:21:51 +0000 Richard M. Stallman (xim_initialize): Undo previous change.
Tue, 24 Jun 2003 09:42:48 +0000 Dave Love (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
Sun, 15 Jun 2003 21:20:55 +0000 Stefan Monnier (x_dispatch_event): Don't pass uninitialized
Mon, 02 Jun 2003 18:48:55 +0000 Dave Love (Qutf_8): Moved to coding.c
Sat, 24 May 2003 22:10:17 +0000 Kim F. Storm Make (several) trivial substitutions for renamed and
Wed, 21 May 2003 22:11:50 +0000 Dave Love (use_xim): Initialize.
Mon, 19 May 2003 14:41:32 +0000 Richard M. Stallman Comment change.
Sat, 17 May 2003 21:17:45 +0000 Stefan Monnier (Fselect_window): Add optional arg `norecord'.
Wed, 09 Apr 2003 16:44:45 +0000 Jan Dj«£rv * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
Mon, 31 Mar 2003 20:36:31 +0000 Kim F. Storm Remove unnecessary extern declarations.
Fri, 28 Mar 2003 14:45:30 +0000 Stefan Monnier (xt_action_hook): Unset dragging so the reset does take place.
Fri, 28 Mar 2003 14:25:14 +0000 Stefan Monnier (xm_scroll_callback): Undo a tiny bit of the previous change.
Fri, 28 Mar 2003 14:20:09 +0000 Stefan Monnier (take_vertical_position_into_account): Remove.
Sun, 23 Mar 2003 00:59:23 +0000 Jan Dj«£rv Finally (?) fix flicker in scroll bar.
Fri, 21 Mar 2003 22:56:52 +0000 Kim F. Storm * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
Fri, 21 Mar 2003 21:47:46 +0000 Kim F. Storm (struct redisplay_interface): Add active_p argument to
Fri, 21 Mar 2003 13:52:48 +0000 Kim F. Storm * xterm.c: Remove consolidated defines and code.
Mon, 17 Mar 2003 23:03:53 +0000 Jan Dj«£rv New approach to scrolling and scroll bars for better redraw and smoother
Sun, 16 Mar 2003 20:46:42 +0000 Kim F. Storm Remove consolidated defines and code.
Fri, 14 Mar 2003 19:13:17 +0000 Jan Dj«£rv Clear frame didn't redraw scrollbars, fixed that.
Wed, 12 Mar 2003 22:55:02 +0000 Andreas Schwab (x_term_init) [USE_GTK]: Fix typo.
Wed, 12 Mar 2003 12:10:36 +0000 Kim F. Storm Remove generic fringe code.
Sun, 09 Mar 2003 20:43:04 +0000 Jan Dj«£rv Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbars
Sat, 08 Mar 2003 10:16:04 +0000 Jan Dj«£rv * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
Tue, 04 Mar 2003 19:33:04 +0000 Jan Dj«£rv * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
Tue, 18 Feb 2003 21:30:08 +0000 Jan Dj«£rv * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
Sat, 08 Feb 2003 11:18:32 +0000 Jan Dj«£rv xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
Fri, 07 Feb 2003 16:38:54 +0000 Jan Dj«£rv Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Sat, 25 Jan 2003 16:25:39 +0000 Jan Dj«£rv Fix input methods for GTK.
Sun, 19 Jan 2003 23:06:42 +0000 Jan Dj«£rv *** empty log message ***
Sun, 19 Jan 2003 21:50:03 +0000 Jan Dj«£rv GTK version
Wed, 08 Jan 2003 20:06:05 +0000 Jan Dj«£rv *** empty log message ***
Mon, 06 Jan 2003 00:45:31 +0000 Richard M. Stallman (x_catch_errors): Save dpy using make_save_value.
Sun, 17 Nov 2002 23:49:32 +0000 Miles Bader (x_draw_glyph_string_foreground)
Thu, 14 Nov 2002 14:21:34 +0000 Dave Love (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
Wed, 06 Nov 2002 05:03:33 +0000 Richard M. Stallman (x_term_init): Use turn_on_atimers, not start_polling and stop_polling.
Mon, 04 Nov 2002 14:29:04 +0000 Dave Love (XTread_socket): Check Lisp types for Vx_keysym_table
Thu, 31 Oct 2002 17:59:30 +0000 Dave Love (XTread_socket): Fix last change.
Wed, 30 Oct 2002 19:12:37 +0000 Dave Love (Qeql): Declare.
Sat, 26 Oct 2002 23:53:07 +0000 Kim F. Storm (note_mouse_highlight): Don't use mouse-face if hidden.
Thu, 24 Oct 2002 19:59:14 +0000 Kim F. Storm (get_window_cursor_type): New arg ACTIVE_CURSOR.
Fri, 18 Oct 2002 10:09:43 +0000 Juanma Barranquero Fix typo in comment.
Sat, 05 Oct 2002 23:36:29 +0000 Jan Dj«£rv * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
Thu, 03 Oct 2002 17:51:49 +0000 Jan Dj«£rv * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
Mon, 30 Sep 2002 06:31:51 +0000 Kenichi Handa (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
Fri, 30 Aug 2002 12:05:04 +0000 Kim F. Storm (x_specified_cursor_type): Remove prototype.
Tue, 27 Aug 2002 18:42:48 +0000 Richard M. Stallman (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
Wed, 14 Aug 2002 00:59:01 +0000 Kenichi Handa (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
Mon, 05 Aug 2002 16:28:41 +0000 Richard M. Stallman Comment change.
Sat, 27 Jul 2002 18:57:41 +0000 Richard M. Stallman (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.
Thu, 25 Jul 2002 03:17:33 +0000 Richard M. Stallman (expose_overlaps): New function.
Tue, 16 Jul 2002 19:49:27 +0000 Ken Raeburn (same_x_server): String pointer args now point to
Tue, 16 Jul 2002 15:50:09 +0000 Ken Raeburn * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 03 Jul 2002 12:01:24 +0000 Juanma Barranquero Fix typo.
Tue, 02 Jul 2002 19:11:38 +0000 Richard M. Stallman (x_term_init): Turn off polling around XtOpenDisplay.
Mon, 01 Jul 2002 15:59:26 +0000 Dave Love Fix prototype for K&R.
Fri, 28 Jun 2002 19:53:04 +0000 Jan Dj«£rv Indentation fixes.
Fri, 28 Jun 2002 19:42:48 +0000 Jan Dj«£rv (x_focus_changed): New function.
Mon, 24 Jun 2002 00:39:35 +0000 Kenichi Handa (XTread_socket): Disable composition handling.
Thu, 13 Jun 2002 14:59:38 +0000 Pavel Jan«¿k Rename enum event_kind items.
Tue, 28 May 2002 20:27:59 +0000 Richard M. Stallman (x_display_and_set_cursor): Change the cursor in the same
Wed, 22 May 2002 21:17:45 +0000 Kim F. Storm (x_write_glyphs): Clear phys_cursor_on_p if current
Wed, 08 May 2002 21:32:00 +0000 Kim F. Storm (x_draw_image_foreground, x_draw_image_foreground_1):
Mon, 29 Apr 2002 18:22:04 +0000 Stefan Monnier (XTread_socket): Disable the Xutf8LookupString code.
Fri, 26 Apr 2002 17:55:46 +0000 Gerd Moellmann (x_draw_phys_cursor_glyph): Undo last change. Compute
Thu, 25 Apr 2002 17:26:55 +0000 Gerd Moellmann (x_draw_phys_cursor_glyph): Take into account that a box
Wed, 24 Apr 2002 17:03:03 +0000 Gerd Moellmann (x_display_and_set_cursor): Set phys_cursor_width to
Wed, 24 Apr 2002 10:29:49 +0000 Gerd Moellmann (notice_overwritten_cursor): Fix an off by 1 error.
Tue, 23 Apr 2002 15:44:28 +0000 Gerd Moellmann (notice_overwritten_cursor): Handle the special case
Tue, 23 Apr 2002 10:33:17 +0000 Gerd Moellmann (x_draw_hollow_cursor, x_draw_bar_cursor)
Mon, 22 Apr 2002 22:56:19 +0000 Pavel Jan«¿k Fix misleading comment after #endif.
Fri, 19 Apr 2002 18:59:02 +0000 Pavel Jan«¿k (note_mode_line_or_margin_highlight): Remove unused variables `row', `i'
Fri, 19 Apr 2002 11:47:58 +0000 Eli Zaretskii (x_draw_bar_cursor): New argument KIND; callers changed.
Tue, 16 Apr 2002 15:07:46 +0000 Stefan Monnier (Qlatin_1, Qutf_8): New vars.
Fri, 12 Apr 2002 09:33:52 +0000 Gerd Moellmann (note_mode_line_or_margin_highlight): Renamed from
Wed, 03 Apr 2002 08:39:50 +0000 Pavel Jan«¿k Rename autoselect_window_p to mouse_autoselect_window.
Mon, 01 Apr 2002 19:49:39 +0000 Stefan Monnier (XTread_socket): Fix int/Lisp_Object confusion.
Mon, 01 Apr 2002 16:55:33 +0000 Pavel Jan«¿k (XTread_socket): Generate SELECT_WINDOW_EVENTs only for Emacs windows.
Mon, 01 Apr 2002 13:43:58 +0000 Pavel Jan«¿k (autoselect_window_p): Renamed from `x_autoselect_window_p'.
Sun, 31 Mar 2002 16:43:51 +0000 Pavel Jan«¿k Fix typo.
Sun, 31 Mar 2002 10:58:58 +0000 Gerd Moellmann (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
Fri, 22 Mar 2002 12:28:11 +0000 Eli Zaretskii (XTread_socket): If XK_ISO_Lock and
Wed, 13 Mar 2002 17:04:49 +0000 Stefan Monnier (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>: Use a fixed-size
Mon, 11 Mar 2002 18:49:27 +0000 Gerd Moellmann (note_mouse_movement): Put code for
Sun, 10 Mar 2002 16:15:20 +0000 Jan Dj«£rv Added calls to x_session_check_input () and x_session_initialize ().
Mon, 04 Mar 2002 23:41:00 +0000 Stefan Monnier Change defvar_int def and vars to use EMACS_INT instead of just int.
Fri, 01 Mar 2002 22:40:20 +0000 Kim F. Storm (x_display_and_set_cursor): Blink box cursor using
Thu, 28 Feb 2002 16:16:52 +0000 Pavel Jan«¿k Fix typos.
Sat, 23 Feb 2002 16:33:00 +0000 Pavel Jan«¿k (enter_timestamp): Put in #if 0 to prevent warning.
Sat, 16 Feb 2002 23:55:57 +0000 Kim F. Storm (disable_mouse_highlight): Removed variable.
Sat, 16 Feb 2002 10:02:38 +0000 Pavel Jan«¿k (x-autoselect-window): New variable.
Fri, 15 Feb 2002 09:36:05 +0000 Kai Gro©Îjohann (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
Sun, 27 Jan 2002 16:43:36 +0000 Pavel Jan«¿k Fix typo.
Wed, 16 Jan 2002 23:04:03 +0000 Kim F. Storm (x_erase_phys_cursor): Don't erase cursor if cursor row
Wed, 16 Jan 2002 06:48:06 +0000 Pavel Jan«¿k (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of `dont_resize' only
Sun, 13 Jan 2002 12:05:37 +0000 Eli Zaretskii (x_check_fullscreen, x_check_fullscreen_move)
Sun, 13 Jan 2002 00:36:20 +0000 Andreas Schwab (x_load_font): Never set fonts_changed_p to zero.
Sat, 12 Jan 2002 16:01:51 +0000 Pavel Jan«¿k Fix typos.
Fri, 28 Dec 2001 14:47:19 +0000 Gerd Moellmann (x_setup_relief_colors): Don't compute an image's
Fri, 28 Dec 2001 13:33:37 +0000 Gerd Moellmann (notice_overwritten_cursor): Don't depend on
Thu, 20 Dec 2001 19:01:00 +0000 Pavel Jan«¿k Doc fix.
Thu, 06 Dec 2001 11:56:31 +0000 Eli Zaretskii (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
Sun, 02 Dec 2001 17:28:08 +0000 Pavel Jan«¿k (x_draw_image_relief): Use predefined macro instead of constant when the
Sun, 02 Dec 2001 13:13:01 +0000 Pavel Jan«¿k Fix typos.
Sat, 01 Dec 2001 12:56:47 +0000 Gerd Moellmann (x_draw_fringe_bitmap): Always undo clipping.
Sat, 01 Dec 2001 01:22:27 +0000 Kim F. Storm (zv_height, zv_bits, zv_period): Changed zv bitmap to
Wed, 28 Nov 2001 17:07:59 +0000 Gerd Moellmann (x_draw_glyphs): Don't call notice_overwritten_cursor if
Sat, 24 Nov 2001 17:10:39 +0000 Pavel Jan«¿k Fix typo in comment.
Sat, 17 Nov 2001 21:41:00 +0000 Andreas Schwab (note_mouse_highlight): Fix type of variable `ignore'.
Sat, 17 Nov 2001 18:09:27 +0000 Jason Rumney (notice_overwritten_cursor): Take care of end < 0 case.
Fri, 16 Nov 2001 22:52:13 +0000 Pavel Jan«¿k (waiting_for_input): Remove unnecessary prototype.
Fri, 16 Nov 2001 13:20:18 +0000 Kim F. Storm Fringe cleanup.
Thu, 15 Nov 2001 16:13:47 +0000 Gerd Moellmann (x_draw_image_relief): Accept zero tool_bar_button_relief.
Thu, 15 Nov 2001 11:01:58 +0000 Gerd Moellmann (x_draw_bar_cursor): If the background color of the
Mon, 12 Nov 2001 22:55:02 +0000 Richard M. Stallman Undo unintended change in #if 0 code.
Mon, 12 Nov 2001 05:35:02 +0000 Richard M. Stallman (XTread_socket): Don't update focus for EnterNotify or
Mon, 05 Nov 2001 00:14:31 +0000 Richard M. Stallman (x_display_and_set_cursor): Use buffer-local
Thu, 01 Nov 2001 11:24:41 +0000 Gerd Moellmann (x_scroll_bar_create): Check for width and height > 0.
Tue, 30 Oct 2001 17:27:35 +0000 Gerd Moellmann (x_after_update_window_line): Don't run the code
Tue, 30 Oct 2001 14:59:57 +0000 Gerd Moellmann (x_draw_relief_rect): Correct bottom relief by 1 pixel.
Mon, 29 Oct 2001 14:00:16 +0000 Gerd Moellmann (x_display_and_set_cursor): If cursor_in_echo_area,
Mon, 29 Oct 2001 11:15:10 +0000 Gerd Moellmann (x_after_update_window_line): Clear internal border
Mon, 29 Oct 2001 09:44:31 +0000 Gerd Moellmann (XTread_socket) <KeyPress>: Don't use
Sat, 27 Oct 2001 21:41:34 +0000 Pavel Jan«¿k Fix typo in a comment.
Sat, 27 Oct 2001 09:22:25 +0000 Pavel Jan«¿k Fix typo in a comment.
Fri, 26 Oct 2001 11:57:25 +0000 Gerd Moellmann (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Thu, 25 Oct 2001 12:58:15 +0000 Gerd Moellmann (show_mouse_face): Clean up. Recognize overwritten
Wed, 24 Oct 2001 18:02:59 +0000 Miles Bader (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
Wed, 24 Oct 2001 16:05:19 +0000 Gerd Moellmann (x_draw_glyphs): Don't check for cursor overwriting
Wed, 24 Oct 2001 14:04:57 +0000 Gerd Moellmann (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Wed, 24 Oct 2001 10:28:38 +0000 Pavel Jan«¿k (x_insert_glyphs): Remove unused variables `real_end' and `real_start'.
Wed, 24 Oct 2001 09:12:13 +0000 Gerd Moellmann (fast_find_position): Call row_containing_pos
Tue, 23 Oct 2001 12:03:47 +0000 Gerd Moellmann (x_draw_glyphs): Remove parameters READ_START and
Sat, 20 Oct 2001 05:44:30 +0000 Miles Bader (x_fix_overlapping_area, x_write_glyphs, expose_area)
Wed, 17 Oct 2001 03:16:12 +0000 Miles Bader Change doc-string comments to `new style' [w/`doc:' keyword].
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Mon, 15 Oct 2001 10:12:08 +0000 Gerd Moellmann (x_draw_glyph_string): Restore clipping after
Sun, 14 Oct 2001 16:08:48 +0000 Pavel Jan«¿k (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
Sun, 14 Oct 2001 10:36:01 +0000 Gerd Moellmann Put doc strings in comments.
Fri, 12 Oct 2001 10:05:03 +0000 Gerd Moellmann (notice_overwritten_cursor): Renamed from
Mon, 08 Oct 2001 11:39:52 +0000 Stefan Monnier Include keymap.h.
Mon, 08 Oct 2001 08:07:49 +0000 Gerd Moellmann Don't define min/max.
Mon, 08 Oct 2001 06:31:02 +0000 Pavel Jan«¿k USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
Fri, 05 Oct 2001 16:35:12 +0000 Miles Bader (x_create_toolkit_scroll_bar): Try to allocate colors for the shadows,
Fri, 05 Oct 2001 09:53:07 +0000 Gerd Moellmann (XTread_socket): Return a non_ascii_keystroke for
Thu, 27 Sep 2001 09:14:30 +0000 Gerd Moellmann (x_draw_relief_rect): Draw bottom relief 1 pixel more
Tue, 25 Sep 2001 10:12:34 +0000 Gerd Moellmann (fast_find_position) [0]: Add a presumably more correct
Mon, 24 Sep 2001 13:10:01 +0000 Gerd Moellmann (refreshicon): Removed.
Mon, 24 Sep 2001 12:59:19 +0000 Gerd Moellmann (toplevel): Remove includes in #if 0.
Mon, 03 Sep 2001 15:47:06 +0000 Gerd Moellmann Comment fix.
Mon, 03 Sep 2001 15:42:28 +0000 Gerd Moellmann (note_mouse_highlight) <help-echo>: When looking for
Tue, 28 Aug 2001 14:33:51 +0000 Gerd Moellmann (x_set_glyph_string_background_width): Set the glyph
Wed, 15 Aug 2001 14:31:09 +0000 Gerd Moellmann (expose_window_tree, expose_window, expose_line): Return
Mon, 06 Aug 2001 13:37:02 +0000 Gerd Moellmann (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
Fri, 27 Jul 2001 15:28:08 +0000 Gerd Moellmann (x_get_glyph_string_clip_rect): Minor cleanup.
Fri, 20 Jul 2001 09:35:17 +0000 Gerd Moellmann (x_fill_stretch_glyph_string): Remove an assertion.
Wed, 18 Jul 2001 10:40:57 +0000 Gerd Moellmann Fix a typo.
Thu, 12 Jul 2001 14:39:21 +0000 Gerd Moellmann (XTread_socket) <PropertyNotify>: Put the code
Wed, 04 Jul 2001 07:42:17 +0000 Gerd Moellmann (x_produce_glyphs): Don't convert multibyte characters
Mon, 02 Jul 2001 12:42:56 +0000 Gerd Moellmann * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
Mon, 02 Jul 2001 09:21:08 +0000 Gerd Moellmann (x_list_fonts): Make sure XFreeFont is called
Mon, 18 Jun 2001 07:11:33 +0000 Eli Zaretskii Fix a typo in a comment.
Sat, 02 Jun 2001 19:18:32 +0000 Stefan Monnier (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as
Wed, 30 May 2001 11:19:10 +0000 Gerd Moellmann (note_mouse_highlight): If an overlapping overlay
Tue, 29 May 2001 11:10:47 +0000 Gerd Moellmann *** empty log message ***
Mon, 14 May 2001 14:54:29 +0000 Gerd Moellmann (note_mouse_highlight): Avoid changing the mouse
Mon, 14 May 2001 13:03:23 +0000 Gerd Moellmann (x_draw_glyphs): Fix compuation of rightmost x for
Fri, 11 May 2001 15:10:44 +0000 Gerd Moellmann (clear_mouse_face): Return 1 if text with mouse face was
Wed, 09 May 2001 15:37:36 +0000 Gerd Moellmann (note_mouse_highlight): Don't change the mouse cursor
Thu, 03 May 2001 17:47:37 +0000 Eli Zaretskii (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix
Wed, 02 May 2001 13:19:30 +0000 Gerd Moellmann (expose_window): Return int. If W is the window
Wed, 02 May 2001 11:12:42 +0000 Gerd Moellmann (x_draw_stretch_glyph_string): Don't draw background
Mon, 30 Apr 2001 14:37:47 +0000 Gerd Moellmann (x_window_to_menu_bar) [USE_LUCID]: New function.
Thu, 05 Apr 2001 13:08:21 +0000 Gerd Moellmann (x_free_frame_resources) [USE_X_TOOLKIT]: Set
Tue, 03 Apr 2001 11:25:12 +0000 Gerd Moellmann (x_use_underline_position_properties): New variable.
Mon, 02 Apr 2001 15:49:25 +0000 Gerd Moellmann (x_alloc_nearest_color_1): New function.
Wed, 28 Mar 2001 12:36:44 +0000 Gerd Moellmann (x_draw_relief_rect): Extend left shadow to the
Wed, 28 Mar 2001 12:06:09 +0000 Gerd Moellmann (expose_window_tree, expose_frame): Don't compute
Fri, 23 Mar 2001 04:24:23 +0000 Stefan Monnier (note_mouse_highlight): Dec the int, not the Lisp_Object.
Wed, 21 Mar 2001 17:12:33 +0000 Gerd Moellmann (x_update_window_end): Handle overwritten mouse face
Mon, 19 Mar 2001 18:50:18 +0000 Gerd Moellmann (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Thu, 15 Mar 2001 16:28:44 +0000 Gerd Moellmann (fast_find_position): Return the correct vpos.
Wed, 14 Mar 2001 13:18:05 +0000 Kenichi Handa (x_draw_glyph_string): Draw relief (if any) before
Wed, 14 Mar 2001 12:39:36 +0000 Gerd Moellmann (x_draw_glyph_string_box): Don't draw a full-width
Tue, 13 Mar 2001 14:36:25 +0000 Gerd Moellmann (XTread_socket) <LeaveNotify, EnterNotify>: Remove
Tue, 13 Mar 2001 14:19:33 +0000 Gerd Moellmann [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
Tue, 13 Mar 2001 14:09:33 +0000 Gerd Moellmann (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't
Fri, 09 Mar 2001 18:42:28 +0000 Gerd Moellmann (note_mouse_highlight): If there's no help-echo on
Thu, 08 Mar 2001 20:54:18 +0000 Gerd Moellmann (note_mouse_highlight): Handle mouse-face and
Tue, 06 Mar 2001 19:50:08 +0000 Gerd Moellmann (XTflash): Make the timeout of select shorter, and call
Tue, 06 Mar 2001 15:30:15 +0000 Gerd Moellmann (note_mouse_highlight): Call mouse_face_overlay_overlaps
Mon, 05 Mar 2001 21:19:09 +0000 Dave Love (XTmouse_position): Fix tyypo.
Fri, 02 Mar 2001 20:49:19 +0000 Gerd Moellmann (glyph_rect): New function.
Fri, 02 Mar 2001 12:04:12 +0000 Gerd Moellmann (XTset_vertical_scroll_bar): Don't clear a zero height
Wed, 28 Feb 2001 15:06:04 +0000 Gerd Moellmann (x_set_window_size): Don't use `None' with widgets; use
Wed, 21 Feb 2001 13:54:09 +0000 Gerd Moellmann (XTread_socket): Test x_output's hourglass_p instead
Fri, 16 Feb 2001 12:44:32 +0000 Gerd Moellmann (x_set_glyph_string_background_width): Extend the
Fri, 16 Feb 2001 12:36:34 +0000 Gerd Moellmann (x_insert_glyphs): Call window_box_left to obtain
Fri, 09 Feb 2001 12:33:58 +0000 Kenichi Handa (x_produce_image_glyph): Pay attention to the case that
Mon, 05 Feb 2001 15:47:07 +0000 Gerd Moellmann (x_display_and_set_cursor): Check for the focus
Thu, 25 Jan 2001 20:26:52 +0000 Gerd Moellmann (x_after_update_window_line): Don't clear if frame's
Thu, 25 Jan 2001 16:01:56 +0000 Gerd Moellmann Update a comment.
Wed, 24 Jan 2001 14:20:34 +0000 Gerd Moellmann (x_new_font): Don't change a tooltip's size.
Tue, 23 Jan 2001 12:55:15 +0000 Gerd Moellmann (x_set_window_size_1): New function extracted from
Thu, 18 Jan 2001 12:30:25 +0000 Gerd Moellmann (x_initialize): Set char_ins_del_ok to 1.
Wed, 17 Jan 2001 15:46:19 +0000 Gerd Moellmann (x_list_fonts): Allow scalable fonts if SIZE is < 0,
Mon, 15 Jan 2001 20:14:16 +0000 Gerd Moellmann (x_set_mouse_face_gc): If the last use mouse face
Mon, 15 Jan 2001 15:28:57 +0000 Gerd Moellmann (x_connection_closed) [USE_X_TOOLKIT]: If
Fri, 12 Jan 2001 15:09:58 +0000 Gerd Moellmann (x_produce_image_glyph, x_draw_image_foreground)
Fri, 12 Jan 2001 14:16:15 +0000 Gerd Moellmann (clear_mouse_face=): Improve a comment.
Fri, 05 Jan 2001 12:31:03 +0000 Gerd Moellmann (XTread_socket) <LeaveNotify>: Set help_echo to nil.
Thu, 04 Jan 2001 20:34:40 +0000 Gerd Moellmann Update copyright.
Thu, 04 Jan 2001 20:32:20 +0000 Gerd Moellmann (clear_mouse_face): Don't return if tip_frame is
Tue, 02 Jan 2001 14:17:49 +0000 Eli Zaretskii (XTread_socket): Remove unused variables `p' and
Tue, 02 Jan 2001 13:57:17 +0000 Gerd Moellmann (x_connection_closed): Catch X errors around all
Tue, 02 Jan 2001 13:32:43 +0000 Gerd Moellmann (x_connection_closed): Set handling_signal to 0 at
Wed, 27 Dec 2000 14:33:11 +0000 Gerd Moellmann (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
Mon, 18 Dec 2000 12:54:00 +0000 Gerd Moellmann (x_connection_closed): Prevent being called recursively
Fri, 15 Dec 2000 17:14:07 +0000 Gerd Moellmann (expose_window): Don't redraw the window that's
Wed, 13 Dec 2000 20:27:52 +0000 Gerd Moellmann (x_free_frame_resources): New function.
Wed, 13 Dec 2000 13:23:37 +0000 Gerd Moellmann (x_term_init): Declare gray_bitmap_bits as `extern
Mon, 11 Dec 2000 19:25:30 +0000 Gerd Moellmann (clear_mouse_face): Treat tip_frame as a Lisp_Object.
Thu, 07 Dec 2000 11:43:06 +0000 Gerd Moellmann (x_destroy_window): Call x_free_gcs so that
Wed, 06 Dec 2000 10:46:42 +0000 Gerd Moellmann (x_load_font): Don't use the font's max_bounds for
Tue, 05 Dec 2000 16:47:04 +0000 Gerd Moellmann Close the display.
Tue, 05 Dec 2000 14:32:18 +0000 Gerd Moellmann (x_destroy_window): Reset the frame's X window after
Mon, 04 Dec 2000 20:43:27 +0000 Gerd Moellmann (PER_CHAR_METRIC): Removed because not used.
Mon, 04 Dec 2000 16:19:04 +0000 Gerd Moellmann (expose_area): Pass x-coordinate relative to the exposed
Mon, 04 Dec 2000 01:20:30 +0000 Kenichi Handa (x_produce_glyphs): If a font for a component of
Fri, 01 Dec 2000 22:14:42 +0000 Gerd Moellmann (x_calc_absolute_position): Don't subtract menubar's
Thu, 30 Nov 2000 19:51:18 +0000 Gerd Moellmann Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
Thu, 30 Nov 2000 11:56:35 +0000 Gerd Moellmann (x_estimate_mode_line_height): If `mode-line' face
Wed, 29 Nov 2000 16:42:40 +0000 Gerd Moellmann (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
Tue, 28 Nov 2000 13:45:56 +0000 Gerd Moellmann (note_mouse_highlight): Change the cursor shape
Wed, 22 Nov 2000 16:29:33 +0000 Gerd Moellmann (x_handle_tool_bar_click, note_tool_bar_highlight):
Mon, 20 Nov 2000 16:49:44 +0000 Gerd Moellmann (scroll_bar_windows, scroll_bar_windows_size): New
Sun, 19 Nov 2000 00:29:21 +0000 Gerd Moellmann (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
Tue, 14 Nov 2000 01:44:33 +0000 Miles Bader (x_alloc_lighter_color): Use real brightness calculation.
Mon, 13 Nov 2000 15:47:32 +0000 Miles Bader (x_alloc_lighter_color): Include an additive component too for dark
Wed, 08 Nov 2000 15:45:40 +0000 Gerd Moellmann (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
Wed, 08 Nov 2000 00:53:11 +0000 Kenichi Handa (VCENTER_BASELINE_OFFSET): Fix previous change. If the
Mon, 30 Oct 2000 15:16:52 +0000 Gerd Moellmann (x_alloc_nearest_color): Fix last change to compare
Mon, 30 Oct 2000 15:13:28 +0000 Gerd Moellmann (x_alloc_nearest_color): If allocation succeeds, and
Fri, 27 Oct 2000 22:20:19 +0000 Stefan Monnier * lisp.h (KEYMAPP): New macro.
Fri, 27 Oct 2000 10:59:01 +0000 Gerd Moellmann (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
Fri, 27 Oct 2000 01:22:21 +0000 Miles Bader (x_draw_glyph_string): Add a workaround so that fonts that specify a
Mon, 23 Oct 2000 15:01:52 +0000 Gerd Moellmann (x_connection_closed): Reset handling_signal.
Mon, 23 Oct 2000 03:14:04 +0000 Miles Bader (VCENTER_BASELINE_OFFSET): Bias the division by two, so that when a font
Thu, 19 Oct 2000 06:55:02 +0000 Kenichi Handa (x_find_ccl_program): Check also fontp->full_name.
Wed, 18 Oct 2000 11:58:07 +0000 Gerd Moellmann (x_color_cells, x_query_colors, x_query_color): New
Mon, 16 Oct 2000 04:20:36 +0000 Kenichi Handa (x_draw_box_rect): Fix the calculation of width and height for
Thu, 12 Oct 2000 05:22:46 +0000 Kenichi Handa (x_produce_glyphs): Handle unibyte_display_via_language_environment
Thu, 28 Sep 2000 14:00:51 +0000 Gerd Moellmann (x_make_frame_visible): Try harder to make the frame
Mon, 25 Sep 2000 09:23:32 +0000 Gerd Moellmann (x_clear_mouse_face): Blick/unblock input.
Fri, 22 Sep 2000 16:11:12 +0000 Dave Love [SOLARIS2]: Remove redundant include of string.h.
Mon, 18 Sep 2000 21:10:03 +0000 Gerd Moellmann (x_display_and_set_cursor): Don't show a hollow box
Mon, 18 Sep 2000 13:18:16 +0000 Gerd Moellmann (x_draw_image_glyph_string): Remove a comment describing
Thu, 14 Sep 2000 20:20:34 +0000 Gerd Moellmann (x_produce_glyphs): If the distance from the current
Fri, 08 Sep 2000 09:34:24 +0000 Gerd Moellmann (x_draw_glyphs): Handle case START and END are out
Sun, 03 Sep 2000 11:33:29 +0000 Miles Bader (x_alloc_lighter_color_for_widget): New function.
Mon, 21 Aug 2000 18:58:17 +0000 Gerd Moellmann (XTread_socket): Change calls to gen_help_event.
Fri, 11 Aug 2000 00:49:39 +0000 Kenichi Handa Include coding.h.
Thu, 10 Aug 2000 19:13:28 +0000 Gerd Moellmann (x_draw_bar_cursor): If cursor is on an image, draw a
Tue, 08 Aug 2000 23:56:29 +0000 Miles Bader (note_mouse_highlight): Update call to overlays_at.
Mon, 07 Aug 2000 21:52:54 +0000 Gerd Moellmann (x_draw_image_foreground): Avoid drawing outside
Fri, 21 Jul 2000 15:54:14 +0000 Gerd Moellmann (note_mouse_highlight): Process overlays in the right
Fri, 21 Jul 2000 15:38:03 +0000 Gerd Moellmann (note_mouse_highlight): If help-echo was found in an
Wed, 19 Jul 2000 15:47:10 +0000 Gerd Moellmann Add some more prototypes.
Tue, 18 Jul 2000 18:20:46 +0000 Gerd Moellmann (help_echo_window): New variable.
Fri, 14 Jul 2000 13:56:09 +0000 Gerd Moellmann (help_echo_object, help_echo_pos): New variables.
Thu, 13 Jul 2000 23:43:30 +0000 Gerd Moellmann (construct_mouse_click, x_scroll_bar_to_input_event)
Thu, 13 Jul 2000 14:09:13 +0000 Gerd Moellmann (x_handle_tool_bar_click): Store the frame in the
Wed, 12 Jul 2000 15:09:53 +0000 Gerd Moellmann (x_update_window_end): Add parameter
Tue, 11 Jul 2000 19:58:43 +0000 Gerd Moellmann (x_update_window_begin): No need to turn off the mouse
Mon, 10 Jul 2000 20:32:14 +0000 Gerd Moellmann (x_fill_stretch_glyph_string): Consume runs of stretch
Wed, 05 Jul 2000 19:58:34 +0000 Gerd Moellmann (XTread_socket): Increment handling_signal at the start,
Wed, 05 Jul 2000 13:41:00 +0000 Stefan Monnier * xterm.c (note_mode_line_highlight, note_mouse_highlight)
Wed, 05 Jul 2000 11:40:12 +0000 Gerd Moellmann (x_append_glyph, x_append_composite_glyph)
Mon, 26 Jun 2000 15:39:55 +0000 Gerd Moellmann (xim_initialize) [!USE_XIM]: Don't set up the
Fri, 23 Jun 2000 14:28:20 +0000 Dave Love Don't include sys/types.h unconditionally. Don't protect its inclusion
Mon, 19 Jun 2000 16:11:14 +0000 Dave Love (x_frame_of_widget): Add `static' to declaration (for pcc).
Mon, 19 Jun 2000 15:59:07 +0000 Gerd Moellmann (XTread_socket) <KeyPress>: In case XmbLookupString
Sun, 18 Jun 2000 20:14:37 +0000 Ken Raeburn fix up more Lisp_Object/int conversion issues
Tue, 13 Jun 2000 13:22:23 +0000 Gerd Moellmann (x_check_font) [GLYPH_DEBUG]: Add prototype.
Mon, 12 Jun 2000 19:09:11 +0000 Gerd Moellmann (x_frame_of_widget): New function.
Fri, 09 Jun 2000 16:13:11 +0000 Ken Raeburn * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
Thu, 08 Jun 2000 20:56:24 +0000 Gerd Moellmann (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
Tue, 06 Jun 2000 10:36:48 +0000 Gerd Moellmann (x_produce_glyphs): Don't xassert `it->descent > 0';
Mon, 05 Jun 2000 14:19:33 +0000 Dave Love (x_calc_absolute_position): Declare nchildren unsigned.
Fri, 02 Jun 2000 19:03:31 +0000 Gerd Moellmann (x_set_mouse_face_gc): If first glyph isn't a character
Wed, 03 May 2000 11:39:25 +0000 Gerd Moellmann (x_produce_glyphs) <composite chars>: Handle case
Tue, 02 May 2000 20:02:29 +0000 Gerd Moellmann (x_produce_image_glyph, x_draw_image_foreground)
Mon, 24 Apr 2000 13:54:04 +0000 Gerd Moellmann (x_produce_glyphs): Remove reference to struct it's
Tue, 18 Apr 2000 13:01:48 +0000 Gerd Moellmann (x_produce_glyphs) <ASCII chars>: Take into account
Fri, 31 Mar 2000 11:52:58 +0000 Gerd Moellmann (x_produce_glyphs): When displaying unibyte text
Thu, 30 Mar 2000 09:56:31 +0000 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
Mon, 27 Mar 2000 14:49:27 +0000 Gerd Moellmann (x_copy_color): New function.
Sun, 26 Mar 2000 16:24:24 +0000 Gerd Moellmann (x_display_and_set_cursor): Choose cursor depending
Fri, 24 Mar 2000 22:54:35 +0000 Gerd Moellmann (x_term_init): Unblock input around call1.
Thu, 23 Mar 2000 11:49:14 +0000 Gerd Moellmann (fast_find_position): Make sure not to consider rows
Tue, 21 Mar 2000 00:43:55 +0000 Kenichi Handa Include fontset.h after dispextern.h.
Fri, 17 Mar 2000 21:12:02 +0000 Gerd Moellmann (x_update_window_cursor): Don't update in frames
Tue, 14 Mar 2000 21:15:46 +0000 Gerd Moellmann (xim_close_dpy, xim_initialize): Use X11R6-style XIM
Tue, 14 Mar 2000 15:19:58 +0000 Gerd Moellmann *** empty log message ***
Tue, 07 Mar 2000 12:25:28 +0000 Gerd Moellmann (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
Sun, 05 Mar 2000 10:23:14 +0000 Gerd Moellmann (x_term_init): Create a colormap if not using the
Sat, 04 Mar 2000 16:00:03 +0000 Gerd Moellmann (x_term_init): Set Colormap member of x_display_info
Fri, 03 Mar 2000 13:49:32 +0000 Gerd Moellmann (PER_CHAR_METRIC): Removed.
Thu, 02 Mar 2000 20:08:20 +0000 Gerd Moellmann (note_mouse_highlight): Return quickly if frame's
Thu, 02 Mar 2000 13:26:21 +0000 Gerd Moellmann (x_alloc_lighter_color, x_setup_relief_color): Use
Fri, 25 Feb 2000 13:28:07 +0000 Gerd Moellmann (XTread_socket): Remove busy-cursor code.
Thu, 24 Feb 2000 13:54:08 +0000 Gerd Moellmann (x_display_and_set_cursor): Display cursor of
Sat, 05 Feb 2000 16:47:08 +0000 Gerd Moellmann * xterm.c (x_display_and_set_cursor): Set pre-edit area.
Mon, 31 Jan 2000 20:48:01 +0000 Gerd Moellmann (xim_open_dpy): Remove unused local variable.
Sun, 30 Jan 2000 21:12:53 +0000 Gerd Moellmann (x_delete_display): Update next_noop_dpyinfo to ensure
Sat, 29 Jan 2000 23:16:55 +0000 Gerd Moellmann (x_display_cursor): Set XIC pre-edit area only if window
Tue, 25 Jan 2000 15:55:13 +0000 Gerd Moellmann (toplevel): Include atimer.h.
Thu, 30 Dec 1999 11:42:34 +0000 Gerd Moellmann (x_make_frame_visible): Wait for frame becoming visible
Mon, 27 Dec 1999 05:09:13 +0000 Kenichi Handa All codes adjusted for the change of struct glyph.
Wed, 22 Dec 1999 10:28:21 +0000 Gerd Moellmann (XTread_socket): At the beginning of the loop, pass the
Wed, 15 Dec 1999 17:46:18 +0000 Dave Love (BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list.
Wed, 15 Dec 1999 00:27:21 +0000 Kenichi Handa (x_append_glyph): Setup members of struct glyph properly
Tue, 14 Dec 1999 10:44:20 +0000 Gerd Moellmann (show_mouse_face): Don't use updated_area, use TEXT_AREA.
Fri, 10 Dec 1999 17:37:57 +0000 Stefan Monnier (x_initialize): only setup xaw3d_* if they've been declared.
Fri, 10 Dec 1999 01:40:21 +0000 Stefan Monnier (#includes): Allow compilation with only Xaw.
Sun, 28 Nov 1999 12:33:37 +0000 Gerd Moellmann (XTread_socket) <ClientMessage, Xatom_Scrollbar>:
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Fri, 08 Oct 1999 11:32:09 +0000 Gerd Moellmann (XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:
Thu, 23 Sep 1999 11:58:49 +0000 Gerd Moellmann (XTread_socket) <MotionNotify>: Change #ifdef
Tue, 14 Sep 1999 13:09:49 +0000 Gerd Moellmann (x_scroll_bar_handle_click): Compile only if
Mon, 13 Sep 1999 19:10:19 +0000 Dave Love Don't continue #define args for benefit of old cc.
Mon, 13 Sep 1999 11:14:29 +0000 Gerd Moellmann (XTcursor_to): Change for Lisp_Object selected_frame.
Sun, 12 Sep 1999 07:05:34 +0000 Ken Raeburn Use XCAR and XCDR instead of explicit member references.
Sat, 11 Sep 1999 01:15:25 +0000 Richard M. Stallman (XTread_socket): In XSetInputFocus, use RevertToParent,
Sun, 05 Sep 1999 16:39:19 +0000 Gerd Moellmann Change
Sun, 05 Sep 1999 15:49:07 +0000 Gerd Moellmann Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Sun, 05 Sep 1999 12:13:41 +0000 Gerd Moellmann (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Fri, 03 Sep 1999 18:50:00 +0000 Gerd Moellmann (XTset_vertical_scroll_bar): Block input when clearing
Fri, 03 Sep 1999 12:43:32 +0000 Gerd Moellmann (x_scroll_bar_create): Don't clear under scroll bar
Mon, 30 Aug 1999 23:14:36 +0000 Gerd Moellmann Remove unused bitmaps.
Tue, 24 Aug 1999 19:25:11 +0000 Gerd Moellmann (expose_window_tree): Fix typo CANON_Y_UNIT to
Sat, 21 Aug 1999 19:31:13 +0000 Gerd Moellmann Call change_frame_size and do_pending_window_change with
Thu, 19 Aug 1999 13:56:14 +0000 Gerd Moellmann (XTset_vertical_scroll_bar): Fix previous change. Clear
Tue, 17 Aug 1999 13:02:04 +0000 Gerd Moellmann (expose_area): If row extends face to end of line,
Tue, 17 Aug 1999 00:38:28 +0000 Gerd Moellmann (x_draw_glyph_string_box): Use the background width
Sun, 15 Aug 1999 22:01:01 +0000 Gerd Moellmann (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
Fri, 06 Aug 1999 15:05:34 +0000 Gerd Moellmann (x_display_and_set_cursor): If cursor_in_echo_area,
Fri, 06 Aug 1999 13:59:59 +0000 Gerd Moellmann (x_draw_phys_cursor_glyph): Redraw overlaps.
Mon, 02 Aug 1999 00:00:14 +0000 Richard M. Stallman (x_set_window_size): When calling change_frame_size, specify 1 for DELAY.
Thu, 29 Jul 1999 15:09:42 +0000 Gerd Moellmann (x_set_toolkit_scroll_bar_thumb): Fix previous change.
Tue, 27 Jul 1999 23:55:28 +0000 Gerd Moellmann (x_set_toolkit_scroll_bar_thumb): Don't call
Tue, 27 Jul 1999 01:32:50 +0000 Kenichi Handa (x_find_ccl_program): Add casting.
Tue, 27 Jul 1999 00:02:50 +0000 Gerd Moellmann (x_setup_relief_color): Don't try smart color allocation
Mon, 26 Jul 1999 21:23:07 +0000 Gerd Moellmann (x_get_glyph_string_clip_rect): Take internal border
Mon, 26 Jul 1999 11:57:35 +0000 Kenichi Handa (x_find_ccl_program): Get compiled CCL code by just
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann Display-related functions implemented from scratch. Add toolkit
Sat, 10 Jul 1999 20:45:46 +0000 Richard M. Stallman (x_display_bar_cursor): Use the cursor-color
Tue, 04 May 1999 05:45:36 +0000 Kenichi Handa (x_load_font): Fix typo (`>' -> `=').
Mon, 26 Apr 1999 06:02:19 +0000 Karl Heuer (x_list_fonts): Fix previous change.
Tue, 13 Apr 1999 00:51:52 +0000 Kenichi Handa Trap X errors so that Emacs doesn't die
Mon, 05 Apr 1999 06:47:41 +0000 Kenichi Handa (dumpglyphs): Be sure to fill the whole background of
Mon, 15 Mar 1999 19:53:32 +0000 Karl Heuer (XTread_socket) <ConfigureNotify>:
Mon, 15 Mar 1999 00:11:22 +0000 Kenichi Handa (x_list_fonts): Trap X errors so that Emacs doesn't die
Sat, 30 Jan 1999 02:37:14 +0000 Kenichi Handa (x_load_font): For the height of font, if normarl ascent and
Sat, 30 Jan 1999 01:46:35 +0000 Kenichi Handa (x_new_fontset): For ASCII font, don't use the font name
Sun, 24 Jan 1999 20:07:05 +0000 Richard M. Stallman (same_x_server): Detect treat ":0" and "unix:0"
Mon, 21 Dec 1998 16:09:29 +0000 Eli Zaretskii (dumpglyphs): Don't convert 7-bit ASCII characters via
Thu, 12 Nov 1998 01:57:30 +0000 Karl Heuer (XTread_socket): Fix previous change in case F == 0.
Wed, 11 Nov 1998 03:36:15 +0000 Kenichi Handa (x_list_fonts): Don't change the value of maxnames.
Thu, 05 Nov 1998 19:17:42 +0000 Karl Heuer (XTread_socket): ButtonPress clears f->mouse_moved.
Thu, 29 Oct 1998 00:16:49 +0000 Paul Eggert (XTread_socket): Check the returned value of XmbLookupString more carefully.
Wed, 21 Oct 1998 11:50:56 +0000 Kenichi Handa Include frame.h before fontset.h.
Tue, 01 Sep 1998 02:25:57 +0000 Kenichi Handa (x_load_font): If SIZE is 0, don't use a name x_list_font returns.
Mon, 31 Aug 1998 03:50:17 +0000 Kenichi Handa (dumpglyphs): If Vnonascii_translation_table is non-nil, try
Thu, 27 Aug 1998 02:00:35 +0000 Paul Eggert (fixup_locale): New function. For now, it resets
Wed, 26 Aug 1998 20:29:59 +0000 Karl Heuer (x_calc_absolute_position): Cast argument to XFree, in
Tue, 25 Aug 1998 03:59:40 +0000 Kenichi Handa (x_list_fonts): Work-around for the case XGetAtomName
Sat, 15 Aug 1998 23:00:07 +0000 Richard M. Stallman x_display_unibyte_char_with_fontset renamed to
Sat, 15 Aug 1998 01:28:14 +0000 Kenichi Handa (dumpglyphs): If x_display_unibyte_char_with_fontset is
Sat, 08 Aug 1998 22:11:22 +0000 Richard M. Stallman (x_term_init): Don't reset LC_TIME to "C", since we
Sat, 08 Aug 1998 02:39:50 +0000 Richard M. Stallman (x_list_fonts): Fix previous change.
Wed, 05 Aug 1998 01:42:24 +0000 Richard M. Stallman (x_list_fonts): Call XFreeFont after the new call to XLoadQueryFont.
Sun, 19 Jul 1998 05:17:35 +0000 Kenichi Handa (dumpglyphs): After calling ccl_driver, set cp->byte1 to