log src/xterm.c @ 6723:6ff74185a672

age author description
Tue, 05 Apr 1994 07:41:09 +0000 Richard M. Stallman (note_mouse_highlight): Temporarily widen the buffer.
Mon, 04 Apr 1994 00:43:13 +0000 Richard M. Stallman (note_mouse_highlight): Do nothing if gc_in_progress.
Sun, 03 Apr 1994 08:09:45 +0000 Richard M. Stallman (note_mouse_highlight): Reject out-of-range pos value
Sun, 03 Apr 1994 02:04:04 +0000 Richard M. Stallman (fast_find_position): Always return coords within the window.
Fri, 01 Apr 1994 13:53:31 +0000 Fred Pierresteguy (x_wm_set_size_hint): Add USE_X_TOOLKIT conditional and call
Fri, 01 Apr 1994 10:12:10 +0000 Richard M. Stallman (construct_menu_click, construct_mouse_click):
Thu, 31 Mar 1994 23:17:23 +0000 Richard M. Stallman [INCLUDED_FCNTL]: Don't include fcntl.h again.
Mon, 28 Mar 1994 23:03:07 +0000 Karl Heuer (x_find_modifier_meanings): Skip zero entries.
Fri, 25 Mar 1994 00:42:47 +0000 Karl Heuer (x_window_to_scroll_bar, x_new_font): Use assignment, not initialization.
Sat, 19 Mar 1994 02:51:37 +0000 Karl Heuer (dumpglyphs): Use the fast macros.
Tue, 15 Mar 1994 01:25:19 +0000 Karl Heuer (x_scroll_bar_expose): Don't make the right border thicker.
Mon, 28 Feb 1994 12:57:12 +0000 Fred Pierresteguy (XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use
Fri, 25 Feb 1994 09:29:20 +0000 Fred Pierresteguy (XTread_socket): For case ConfigureNotify, call x_any_window_to_frame.
Thu, 24 Feb 1994 06:22:23 +0000 Richard M. Stallman (construct_mouse_click): Don't convert to glyph units.
Tue, 22 Feb 1994 00:43:04 +0000 Richard M. Stallman (construct_menu_click): Undo previous change.
Mon, 21 Feb 1994 21:54:33 +0000 Richard M. Stallman (x_had_errors_p): New function.
Sat, 19 Feb 1994 22:56:21 +0000 Richard M. Stallman (XTread_socket--cases KeyPress, EnterNotify, LeaveNotify)
Fri, 18 Feb 1994 01:01:51 +0000 Richard M. Stallman (dumpglyphs): Try various alternatives for foreground color
Thu, 17 Feb 1994 23:33:02 +0000 Richard M. Stallman Comment changes.
Tue, 15 Feb 1994 16:17:25 +0000 Richard M. Stallman (XTread_socket): Do not assume that select returning
Fri, 11 Feb 1994 23:35:47 +0000 Karl Heuer (x_scroll_bar_create): Fix indentation.
Fri, 11 Feb 1994 13:25:11 +0000 Fred Pierresteguy (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
Wed, 09 Feb 1994 23:31:54 +0000 Karl Heuer (x_display_cursor, process_expose_from_menu): Block input.
Mon, 07 Feb 1994 18:25:41 +0000 Fred Pierresteguy (x_make_frame_invisible): Add USE_X_TOOLKIT conditional.
Wed, 02 Feb 1994 23:47:57 +0000 Richard M. Stallman (XTread_socket): Add X_IO_BUG conditional.
Wed, 02 Feb 1994 07:34:08 +0000 Karl Heuer (x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.
Wed, 02 Feb 1994 06:32:28 +0000 Karl Heuer (x_term_init): Use get_system_name instead of gethostname.
Tue, 01 Feb 1994 06:49:18 +0000 Richard M. Stallman (dumpglyphs): Don't crash for invalid face code.
Fri, 28 Jan 1994 17:34:46 +0000 Fred Pierresteguy (x_set_window_size): Add USE_X_TOOLKIT conditional. Call EmacsFrameSetCharSize and return.
Fri, 28 Jan 1994 14:28:51 +0000 Fred Pierresteguy * xterm.c (x_term_init): Cast to (char **) before assignment to argv.