log src/term.c @ 86225:166a6141ae98

age author description
Thu, 25 Oct 2007 02:38:41 +0000 Stefan Monnier Make `window-system' into a keyboard-local variable (rather than
Tue, 09 Oct 2007 05:05:39 +0000 Stefan Monnier Add new `input-decode-map' keymap and use it for temrinal
Sat, 29 Sep 2007 20:56:48 +0000 Stefan Monnier (term_clear_mouse_face, term_mouse_highlight)
Fri, 28 Sep 2007 20:07:54 +0000 Stefan Monnier (Fgpm_mouse_start): Don't signal an error if already activated on this tty.
Fri, 28 Sep 2007 19:47:02 +0000 Stefan Monnier (mouse_face_window): Rename from Qmouse_face_window. Update all users.
Thu, 27 Sep 2007 21:19:54 +0000 Stefan Monnier (Fterm_open_connection): Add comment.
Tue, 25 Sep 2007 08:53:23 +0000 Jason Rumney (init_tty): Call init_sys_modes on WINDOWSNT also.
Sat, 22 Sep 2007 12:40:57 +0000 Eli Zaretskii (DEV_TTY): New macro. Provide a definition for MS-Windows.
Fri, 21 Sep 2007 20:19:10 +0000 Dan Nicolaescu * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
Fri, 21 Sep 2007 17:10:48 +0000 Stefan Monnier * termhooks.h (term_gpm): Delete. Use gpm_tty's NULLness instead.
Thu, 20 Sep 2007 21:27:01 +0000 Stefan Monnier (get_tty_terminal): Don't treat output_initial specially.
Mon, 10 Sep 2007 21:25:32 +0000 Dan Nicolaescu * xterm.c (x_create_terminal): Add comment.
Fri, 07 Sep 2007 03:56:26 +0000 Dan Nicolaescu * term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
Tue, 04 Sep 2007 23:28:49 +0000 Dan Nicolaescu * server.el (server-start, server-unload-hook): Undo previous
Tue, 04 Sep 2007 23:13:57 +0000 Jason Rumney (init_tty) [WINDOWSNT]: Add hooks that are not accessible
Tue, 04 Sep 2007 22:31:01 +0000 Jason Rumney (init_tty) [WINDOWSNT]: Pass terminal to
Tue, 04 Sep 2007 15:44:11 +0000 Dan Nicolaescu * server.el (server-start, server-unload-hook):
Wed, 29 Aug 2007 21:46:50 +0000 Stefan Monnier (mark_ttys): Don't bother checking top_frame (incorrectly)
Tue, 21 Aug 2007 04:55:30 +0000 Miles Bader Merge from emacs--devo--0
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Sun, 15 Jul 2007 02:05:20 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Jun 2007 22:33:42 +0000 Miles Bader Merge from emacs--devo--0
Mon, 11 Jun 2007 01:00:07 +0000 Miles Bader Merge from emacs--devo--0
Mon, 04 Jun 2007 02:16:32 +0000 Dan Nicolaescu * term.c (init_tty): Use terminal specific mouse_position_hook.
Wed, 30 May 2007 14:44:47 +0000 Miles Bader Merge from emacs--devo--0
Sun, 20 May 2007 23:29:14 +0000 Miles Bader Merged from emacs--devo--0
Sat, 19 May 2007 19:08:02 +0000 Dan Nicolaescu * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here.
Thu, 17 May 2007 13:17:56 +0000 Dan Nicolaescu * term.c (init_tty): Better initialize ttys in windows.
Tue, 15 May 2007 23:07:41 +0000 Jason Rumney (dissociate_if_controlling_tty) [WINDOWSNT]: Don't define function body.
Sun, 22 Apr 2007 12:12:29 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 03 Dec 2006 15:03:30 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
Sat, 20 May 2006 17:12:43 +0000 Karoly Lorentey Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a memory leak.
Sat, 20 May 2006 12:20:41 +0000 Karoly Lorentey Fix crashes in `delete-terminal' caused by recursive calls or X displays with live frames.
Sat, 20 May 2006 12:00:16 +0000 Karoly Lorentey Fix crashes in redisplay functions on suspended tty frames. (Reported by Dan Nicolaescu.)
Thu, 20 Apr 2006 16:09:11 +0000 Karoly Lorentey Make `tty-display-color-p' follow its doc string. (Reported by Dan Nicolaescu.)
Sat, 01 Apr 2006 13:24:42 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sun, 26 Mar 2006 16:05:17 +0000 Karoly Lorentey Clean up tty device handling. Change name of controlling tty from nil to "/dev/tty".
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Tue, 03 Jan 2006 02:15:28 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 682)
Thu, 29 Dec 2005 18:20:26 +0000 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
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.