log src/frame.c @ 88123:375f2633d815

age author description
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Sun, 13 Jan 2008 00:43:55 +0000 Dan Nicolaescu * movemail.c:
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Wed, 31 Oct 2007 19:25:32 +0000 Stefan Monnier * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
Sat, 27 Oct 2007 09:07:17 +0000 Miles Bader Merge from emacs--rel--22
Fri, 26 Oct 2007 01:59:25 +0000 Juanma Barranquero (syms_of_frame) <delete-frame-functions>: Fix typo in docstring.
Thu, 25 Oct 2007 02:38:41 +0000 Stefan Monnier Make `window-system' into a keyboard-local variable (rather than
Tue, 16 Oct 2007 15:42:58 +0000 Stefan Monnier * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
Mon, 15 Oct 2007 02:07:53 +0000 Miles Bader Merge from emacs--rel--22
Wed, 10 Oct 2007 20:24:19 +0000 Stefan Monnier * frame.c (Qenvironment): Remove.
Wed, 10 Oct 2007 20:01:26 +0000 Stefan Monnier * frame.c (Fframe_with_environment): Remove.
Tue, 09 Oct 2007 08:52:57 +0000 Miles Bader Merge from emacs--rel--22
Tue, 02 Oct 2007 21:07:47 +0000 Stefan Monnier (Fframe_parameters): Minor simplification.
Tue, 25 Sep 2007 08:53:59 +0000 Jason Rumney (make_terminal_frame): Remove special case for WINDOWSNT.
Fri, 21 Sep 2007 07:20:32 +0000 Stefan Monnier (Qdisplay_environment_variable): Delete.
Thu, 20 Sep 2007 21:21:27 +0000 Stefan Monnier (make_terminal_frame): Use terminal->name as liveness status.
Fri, 07 Sep 2007 19:45:04 +0000 Stefan Monnier (x_set_frame_parameters): Check number is positive before using XFASTINT.
Fri, 31 Aug 2007 07:34:50 +0000 Stefan Monnier (Qterm_environment_variable): Remove.
Wed, 29 Aug 2007 21:47:40 +0000 Stefan Monnier (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
Tue, 31 Jul 2007 05:50:45 +0000 Miles Bader Merge from emacs--devo--0
Tue, 03 Jul 2007 04:53:21 +0000 Dan Nicolaescu * server.el (server-process-filter): Likewise.
Mon, 11 Jun 2007 01:00:07 +0000 Miles Bader Merge from emacs--devo--0
Wed, 30 May 2007 14:44:47 +0000 Miles Bader Merge from emacs--devo--0
Sat, 19 May 2007 23:12:46 +0000 Dan Nicolaescu * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
Tue, 15 May 2007 23:05:27 +0000 Jason Rumney (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
Sat, 24 Feb 2007 20:06:02 +0000 Karoly Lorentey Fix compilation errors. Regenerate ldefs-boot.el.
Sat, 24 Feb 2007 19:26:54 +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, 14 Oct 2006 17:36:28 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 14 Oct 2006 16:56:21 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 29 Jul 2006 09:59:12 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
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 10:32:11 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Wed, 17 May 2006 18:05:02 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Fri, 28 Apr 2006 14:48:18 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Sat, 01 Apr 2006 16:37:26 +0000 Karoly Lorentey Fix previous commit.
Sun, 26 Mar 2006 13:57:43 +0000 Karoly Lorentey Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard Lewis.)
Wed, 08 Mar 2006 16:47:48 +0000 Karoly Lorentey Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh Madhu.)
Sat, 25 Feb 2006 01:05:42 +0000 Karoly Lorentey Fix bogus crash with -DENABLE_CHECKING.
Thu, 16 Feb 2006 16:18:54 +0000 Karoly Lorentey Merged from
Sun, 12 Feb 2006 00:15:44 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Mon, 30 Jan 2006 18:06:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
Tue, 03 Jan 2006 01:50:46 +0000 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
Sat, 31 Dec 2005 07:31:23 +0000 Karoly Lorentey Fix typo in docstring of `frame-with-environment'.
Fri, 30 Dec 2005 05:28:31 +0000 Karoly Lorentey Make sure `delete-frame-functions' can not prevent the frame from being deleted.
Thu, 29 Dec 2005 18:20:26 +0000 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
Thu, 29 Dec 2005 04:31:04 +0000 Karoly Lorentey Store local environment in frame (not terminal) parameters.
Sun, 25 Dec 2005 20:06:58 +0000 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.
Tue, 20 Dec 2005 21:35:03 +0000 Karoly Lorentey Implement full support for frame-local `next-buffer' and `previous-buffer'.
Wed, 12 Oct 2005 16:14:04 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 578-592)
Wed, 07 Sep 2005 23:28:54 +0000 Karoly Lorentey Enforce the presence of `window-system' and `tty-type' frame parameters in all frames.
Sun, 04 Sep 2005 03:48:17 +0000 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
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.
Wed, 06 Jul 2005 01:41:56 +0000 Karoly Lorentey Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Mon, 27 Jun 2005 00:56:21 +0000 Karoly Lorentey Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.
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)