log src/terminal.c @ 112397:a7191495c39c

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Mon, 27 Dec 2010 18:29:38 +0100 Andreas Schwab Remove unused declarations
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Wed, 22 Apr 2009 03:37:30 +0000 Chong Yidong Minor comment fix.
Sat, 04 Apr 2009 15:26:03 +0000 Chong Yidong * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Mon, 22 Dec 2008 09:40:33 +0000 Martin Rudalics * frame.c (delete_frame): New function derived from
Thu, 31 Jul 2008 02:47:32 +0000 Dan Nicolaescu * s/ms-w32.h (MULTI_KBOARD): Remove. before-remove-vms
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Sat, 29 Mar 2008 01:46:10 +0000 Stefan Monnier * keyboard.c (pending_funcalls): New var.
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.