log

age author description
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Thu, 25 Aug 2005 12:03:34 +0000 Karoly Lorentey Add two pending bugs to README.multi-tty.
Thu, 04 Aug 2005 00:50:01 +0000 Karoly Lorentey Apply patch from CVS trunk to fix recenter on ttys.
Thu, 04 Aug 2005 00:46:55 +0000 Karoly Lorentey Work around crashes in X session management after normal shutdown of X server.
Fri, 22 Jul 2005 03:24:10 +0000 Karoly Lorentey Don't let window-system-default-frame-alist override parameters specified manually.
Wed, 13 Jul 2005 16:15:50 +0000 Karoly Lorentey Fix broken emacsclient resume on Solaris (by Dan Nicolaescu).
Tue, 12 Jul 2005 11:09:18 +0000 Karoly Lorentey Fix dumb error leading to national keys not working on ttys.
Tue, 12 Jul 2005 10:55:24 +0000 Karoly Lorentey Rename function-key-map to local-function-key-map, and global-function-key-map to function-key-map. Same for key-translation-map.
Mon, 11 Jul 2005 00:21:10 +0000 Karoly Lorentey README update.
Mon, 11 Jul 2005 00:19:34 +0000 Karoly Lorentey Fix compilation error in select_frame_for_redisplay.
Mon, 11 Jul 2005 00:12:27 +0000 Karoly Lorentey Cosmetic changes in server.el.
Mon, 11 Jul 2005 00:05:55 +0000 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
Sun, 10 Jul 2005 22:25:28 +0000 Karoly Lorentey Rename term_init to init_tty.
Sun, 10 Jul 2005 22:18:46 +0000 Karoly Lorentey README update.
Sun, 10 Jul 2005 20:44:37 +0000 Karoly Lorentey At long last, fix annoying SELECTED_FRAME crashes after unexpected connection failures. Yay!
Sun, 10 Jul 2005 20:35:39 +0000 Karoly Lorentey Fix compilation error in src/term.c.
Sun, 10 Jul 2005 19:26:29 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 474)
Sun, 10 Jul 2005 19:23:59 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 470-473)
Wed, 06 Jul 2005 01:41:56 +0000 Karoly Lorentey Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.
Wed, 06 Jul 2005 00:42:58 +0000 Karoly Lorentey Small enhancements.
Wed, 06 Jul 2005 00:41:41 +0000 Karoly Lorentey Implement rudimentary Lisp-level terminal parameters.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Tue, 05 Jul 2005 22:12:55 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
Sun, 03 Jul 2005 17:09:22 +0000 Karoly Lorentey Fix the original cause of the "arrow keys don't work on screen" bug.
Thu, 30 Jun 2005 14:08:46 +0000 Karoly Lorentey Remove pointless conditional around key substitution block in term/xterm.el (Dan Nicolaescu)
Tue, 28 Jun 2005 15:06:17 +0000 Karoly Lorentey Speed up loading of term/xterm.el (Dan Nicolaescu).
Mon, 27 Jun 2005 03:46:25 +0000 Karoly Lorentey Speed up loading of term/xterm.el.
Mon, 27 Jun 2005 03:19:27 +0000 Karoly Lorentey Use terminal-local-value to access function-key-map in terminal packages.
Mon, 27 Jun 2005 02:08:34 +0000 Karoly Lorentey Work around nondeterministic binding of terminal-local variables. (Fixes national character input on ttys.)
Mon, 27 Jun 2005 00:57:09 +0000 Karoly Lorentey New C function `push_display_kboard'.
Mon, 27 Jun 2005 00:56:21 +0000 Karoly Lorentey Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.
Mon, 27 Jun 2005 00:39:58 +0000 Karoly Lorentey New version of ldefs-boot.el.
Mon, 27 Jun 2005 00:39:09 +0000 Karoly Lorentey Replace encoded-kbd-mode with display-specific encoded-kbd-setup-display. (Doesn't work yet.)
Sun, 26 Jun 2005 21:12:57 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 447-448)
Sun, 26 Jun 2005 21:06:46 +0000 Karoly Lorentey Change key-translation-map to be terminal-local.
Sun, 26 Jun 2005 04:35:44 +0000 Karoly Lorentey Work around mysterious breakage of arrow key recognition under screen (see first TODO in README).
Sun, 26 Jun 2005 03:20:47 +0000 Karoly Lorentey Make sure the terminfo function key sequences are set up in the correct function-key-map.
Sun, 26 Jun 2005 03:19:45 +0000 Karoly Lorentey Update Lisp code for a terminal-local `function-key-map'.
Sat, 25 Jun 2005 16:34:30 +0000 Karoly Lorentey Make function-key-map a terminal-local variable (move it inside the kboard struct).
Sat, 25 Jun 2005 15:00:08 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 441-446)
Wed, 22 Jun 2005 17:53:21 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 438-440)
Tue, 21 Jun 2005 15:45:30 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 435-437)
Tue, 21 Jun 2005 15:42:45 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 423-434)
Wed, 15 Jun 2005 12:57:51 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 80-82, 350-422)
Fri, 03 Jun 2005 05:49:26 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 74-79, 332-349)
Sat, 28 May 2005 21:04:38 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 70-73, 320-331)
Fri, 20 May 2005 17:44:36 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
Mon, 16 May 2005 15:49:27 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 307-312)
Sat, 14 May 2005 01:56:59 +0000 Karoly Lorentey Speed up `emacsclient -t' on xterms. (by suggestion of Dan Nicolaescu)
Fri, 13 May 2005 22:59:23 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 296-306)
Mon, 09 May 2005 16:17:25 +0000 Karoly Lorentey Disable display type check in start_hourglass, and always set up the timer.
Mon, 09 May 2005 16:13:15 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 292-295)
Fri, 06 May 2005 21:06:31 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 68, 286-291)
Tue, 03 May 2005 03:01:09 +0000 Karoly Lorentey Support for ttys with different character locale settings.
Tue, 03 May 2005 01:53:39 +0000 Karoly Lorentey Fix typo in get_display.
Tue, 03 May 2005 01:49:33 +0000 Karoly Lorentey Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple tty locale support.
Tue, 03 May 2005 01:38:40 +0000 Karoly Lorentey Fix exponential slowdowns on repeated tty frame creation.
Mon, 02 May 2005 14:38:00 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 281-285)
Tue, 26 Apr 2005 12:17:42 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 279-280)
Tue, 26 Apr 2005 12:13:35 +0000 Karoly Lorentey I give up; attempt to fix annoying crashes by reverting xdisp.c changes in patch-328.