log src/terminal.c @ 91749:e1f7f307ce9e

age author description
Mon, 11 Feb 2008 03:51:39 +0000 Stefan Monnier (Fdelete_terminal): Clean up the `force' path.
Sun, 10 Feb 2008 21:56:38 +0000 Stefan Monnier * frame.c (Qnoelisp): New symbol.
Wed, 30 Jan 2008 07:57:28 +0000 Miles Bader Merge from emacs--devo--0
Fri, 12 Oct 2007 21:06:27 +0000 Miles Bader Fix up multi-tty merge
Wed, 09 Jan 2008 04:29:20 +0000 Glenn Morris Add 2008 to copyright years.
Thu, 20 Sep 2007 21:44:06 +0000 Stefan Monnier (get_terminal): Don't accept integers to represent terminals.
Thu, 20 Sep 2007 21:32:07 +0000 Stefan Monnier (get_terminal): Handle terminals.
Wed, 29 Aug 2007 07:28:21 +0000 Glenn Morris Update copyright years, update license to GPLv3 or later.
Tue, 15 May 2007 23:08:04 +0000 Jason Rumney (init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.
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, 31 Dec 2005 07:10:31 +0000 Karoly Lorentey (Hopefully) fix bootstrap error on OpenBSD. (reported by Han Boetes)
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.