log src/term.c @ 83420:521d3f18b3d1

age author description
Sun, 25 Dec 2005 20:06:58 +0000 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.
Thu, 22 Dec 2005 21:02:45 +0000 Karoly Lorentey Reimplement and extend support for terminal-local environment variables.
Sun, 23 Oct 2005 22:47:29 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 610-614)
Mon, 19 Sep 2005 21:25:51 +0000 Karoly Lorentey Fix hardcoded stdout usage in term.c. (Reported by Dan Nicolaescu.)
Sun, 11 Sep 2005 03:15:42 +0000 Karoly Lorentey Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
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: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 20:35:39 +0000 Karoly Lorentey Fix compilation error in src/term.c.
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.
Mon, 27 Jun 2005 00:56:21 +0000 Karoly Lorentey Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.
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.
Sat, 25 Jun 2005 16:34:30 +0000 Karoly Lorentey Make function-key-map a terminal-local variable (move it inside the kboard struct).
Tue, 21 Jun 2005 15:42:45 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 423-434)
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.
Mon, 18 Apr 2005 13:40:23 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
Thu, 03 Feb 2005 23:28:36 +0000 Karoly Lorentey Merged in changes from CVS trunk. (Long time no see!) :-)
Thu, 23 Dec 2004 16:43:51 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Wed, 08 Dec 2004 22:20:27 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 10 Jul 2004 21:21:04 +0000 Karoly Lorentey Fix suspend-frame on the controlling tty (reported by Dan Nicolaescu).
Sun, 04 Jul 2004 05:23:30 +0000 Karoly Lorentey Fix bootstrap errors.
Sun, 04 Jul 2004 04:48:55 +0000 Karoly Lorentey Implemented display ids for multiple emacsclients on the same tty. Plus assorted bugfixes.
Tue, 15 Jun 2004 18:46:31 +0000 Karoly Lorentey Fix byte-compile errors during bootstrap. (Reported by Juraj Kubelka.)
Fri, 11 Jun 2004 13:58:35 +0000 Karoly Lorentey Fix parse error in term.c (ARISAWA Akihiro).
Tue, 08 Jun 2004 00:46:13 +0000 Karoly Lorentey Dissociate from the controlling tty correctly on FreeBSD.
Sun, 06 Jun 2004 00:07:46 +0000 Karoly Lorentey Fix SEGV on terminals without 'IC' capability (Yoshiaki Kasahara).
Sun, 23 May 2004 01:53:23 +0000 Karoly Lorentey Make terminal_coding and keyboard_coding display-local.
Sun, 18 Apr 2004 01:08:46 +0000 Karoly Lorentey Fix segfault in term.c (reported by lukhas@free.fr).
Fri, 16 Apr 2004 15:03:58 +0000 Karoly Lorentey Eliminated updating_frame.
Tue, 13 Apr 2004 17:12:30 +0000 Karoly Lorentey Fix #include errors for FreeBSD (Frank Ruell)
Sun, 28 Mar 2004 06:17:38 +0000 Karoly Lorentey Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
Thu, 25 Mar 2004 22:21:45 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Thu, 11 Mar 2004 01:11:38 +0000 Karoly Lorentey Fix background-mode on terminal frames (Dan Nicolaescu).
Sat, 28 Feb 2004 01:23:39 +0000 Karoly Lorentey Implemented suspending of emacsclient frames.
Fri, 20 Feb 2004 17:51:35 +0000 Karoly Lorentey Don't delete a tty if it's the last device with frames.
Thu, 19 Feb 2004 02:27:31 +0000 Karoly Lorentey Fix list-colors-display and other functions on a termcap frame
Mon, 02 Feb 2004 22:09:56 +0000 Karoly Lorentey Fix the case when emacsclient is run on Emacs's controlling tty.
Sun, 25 Jan 2004 01:17:40 +0000 Karoly Lorentey Cosmetic changes.
Sun, 25 Jan 2004 00:43:38 +0000 Karoly Lorentey Removed %T in mode-line-format. Trivial documentation changes.
Fri, 23 Jan 2004 21:48:58 +0000 Karoly Lorentey Fixed tty faces during combo sessions. Plus other assorted bugfixes.
Thu, 22 Jan 2004 02:36:55 +0000 Karoly Lorentey Romain Francoise's and Ami Fischman's bugfixes.
Sun, 11 Jan 2004 02:45:44 +0000 Karoly Lorentey Fix C-g handling with multiple ttys.
Sun, 11 Jan 2004 01:18:45 +0000 Karoly Lorentey Changed tty input code to use read_socket_hook.
Fri, 09 Jan 2004 18:57:53 +0000 Karoly Lorentey Hookified termcap devices, added bootstrap display device, plus many bugfixes.
Mon, 05 Jan 2004 05:54:35 +0000 Karoly Lorentey Converted display hooks to be display-local. Plus many bugfixes.
Sat, 03 Jan 2004 08:31:14 +0000 Karoly Lorentey Portability fixes (now it compiles & runs fine on Solaris).
Fri, 02 Jan 2004 04:22:23 +0000 Karoly Lorentey Got rid of the rif (window-based redisplay interface) global variable.
Fri, 02 Jan 2004 02:54:17 +0000 Karoly Lorentey MULTI_KBOARD support for ttys. Input-related bugfixes for X+tty sessions.
Fri, 02 Jan 2004 01:15:26 +0000 Karoly Lorentey Fixed X support, preliminary support for X-tty combo sessions.
Thu, 01 Jan 2004 17:55:53 +0000 Karoly Lorentey Separate frame-local, tty-dependent parameters from tty-local parameters.
Wed, 31 Dec 2003 05:09:29 +0000 Karoly Lorentey A few more bugfixes and new features.
Tue, 30 Dec 2003 19:27:57 +0000 Karoly Lorentey Major bugfixes and slight enhancements.
Thu, 16 Aug 2007 03:15:08 +0000 Glenn Morris Tweak previous change (don't init statics).
Wed, 15 Aug 2007 03:23:10 +0000 Glenn Morris Comment previous change.
Wed, 15 Aug 2007 03:19:29 +0000 Glenn Morris Philippe Waroquiers <philippe.waroquiers at eurocontrol.int>