log src/frame.c @ 89280:90cfc2d753b5

age author description
2002-03-01 Kenichi Handa Include "character.h" instead of "charset.h".
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-13 Dan Nicolaescu * movemail.c:
2008-01-08 Miles Bader Merge from emacs--rel--22
2007-10-31 Stefan Monnier * keyboard.c (syms_of_keyboard): Initialize the initial_kboard.
2007-10-27 Miles Bader Merge from emacs--rel--22
2007-10-26 Juanma Barranquero (syms_of_frame) <delete-frame-functions>: Fix typo in docstring.
2007-10-25 Stefan Monnier Make `window-system' into a keyboard-local variable (rather than
2007-10-16 Stefan Monnier * lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
2007-10-15 Miles Bader Merge from emacs--rel--22
2007-10-10 Stefan Monnier * frame.c (Qenvironment): Remove.
2007-10-10 Stefan Monnier * frame.c (Fframe_with_environment): Remove.
2007-10-09 Miles Bader Merge from emacs--rel--22
2007-10-02 Stefan Monnier (Fframe_parameters): Minor simplification.
2007-09-25 Jason Rumney (make_terminal_frame): Remove special case for WINDOWSNT.
2007-09-21 Stefan Monnier (Qdisplay_environment_variable): Delete.
2007-09-20 Stefan Monnier (make_terminal_frame): Use terminal->name as liveness status.
2007-09-07 Stefan Monnier (x_set_frame_parameters): Check number is positive before using XFASTINT.
2007-08-31 Stefan Monnier (Qterm_environment_variable): Remove.
2007-08-29 Stefan Monnier (make_terminal_frame): Yet Another Int/Lisp_Object Mixup.
2007-07-31 Miles Bader Merge from emacs--devo--0
2007-07-03 Dan Nicolaescu * server.el (server-process-filter): Likewise.
2007-06-11 Miles Bader Merge from emacs--devo--0
2007-05-30 Miles Bader Merge from emacs--devo--0
2007-05-19 Dan Nicolaescu * loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
2007-05-15 Jason Rumney (Fdelete_frame): Only get kboard when MULTI_KBOARD defined.
2007-02-24 Karoly Lorentey Fix compilation errors. Regenerate ldefs-boot.el.
2007-02-24 Karoly Lorentey Merged from emacs@sv.gnu.org
2007-01-29 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-12-03 Karoly Lorentey Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
2006-10-14 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-10-14 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-07-29 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-05-20 Karoly Lorentey Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a memory leak.
2006-05-20 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-05-17 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-04-28 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-04-01 Karoly Lorentey Fix previous commit.
2006-03-26 Karoly Lorentey Fix toolbars on X frames when Emacs is started on a tty. (Reported by Richard Lewis.)
2006-03-08 Karoly Lorentey Fix segfault by `C-x 5 2' on the controlling tty. (Reported by Suresh Madhu.)
2006-02-25 Karoly Lorentey Fix bogus crash with -DENABLE_CHECKING.
2006-02-16 Karoly Lorentey Merged from
2006-02-12 Karoly Lorentey Merged from emacs@sv.gnu.org
2006-01-30 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
2006-01-03 Karoly Lorentey Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
2005-12-31 Karoly Lorentey Fix typo in docstring of `frame-with-environment'.
2005-12-30 Karoly Lorentey Make sure `delete-frame-functions' can not prevent the frame from being deleted.
2005-12-29 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
2005-12-29 Karoly Lorentey Store local environment in frame (not terminal) parameters.
2005-12-25 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.
2005-12-20 Karoly Lorentey Implement full support for frame-local `next-buffer' and `previous-buffer'.
2005-10-12 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 578-592)
2005-09-07 Karoly Lorentey Enforce the presence of `window-system' and `tty-type' frame parameters in all frames.
2005-09-04 Karoly Lorentey Merged in changes from CVS trunk. Plus added lisp/term tweaks.
2005-07-11 Karoly Lorentey Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
2005-07-10 Karoly Lorentey Rename term_init to init_tty.
2005-07-06 Karoly Lorentey Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.
2005-07-05 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
2005-06-27 Karoly Lorentey Cleanup: Move kboard fields from struct frame and device-specific descriptors to struct display.