log src/terminal.c @ 103931:337f90c9ae7d

age author description
2009-04-22 Chong Yidong Minor comment fix.
2009-04-04 Chong Yidong * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-12-22 Martin Rudalics * frame.c (delete_frame): New function derived from
2008-07-31 Dan Nicolaescu * s/ms-w32.h (MULTI_KBOARD): Remove. before-remove-vms
2008-07-15 Adrian Robert merging Emacs.app (NeXTstep port)
2008-05-14 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-03-29 Stefan Monnier * keyboard.c (pending_funcalls): New var.
2008-02-11 Stefan Monnier (Fdelete_terminal): Clean up the `force' path.
2008-02-10 Stefan Monnier * frame.c (Qnoelisp): New symbol.
2008-01-30 Miles Bader Merge from emacs--devo--0
2007-10-12 Miles Bader Fix up multi-tty merge
2008-01-09 Glenn Morris Add 2008 to copyright years.
2007-09-20 Stefan Monnier (get_terminal): Don't accept integers to represent terminals.
2007-09-20 Stefan Monnier (get_terminal): Handle terminals.
2007-08-29 Glenn Morris Update copyright years, update license to GPLv3 or later.
2007-05-15 Jason Rumney (init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.
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 Fix crashes in `delete-terminal' caused by recursive calls or X displays with live frames.
2005-12-31 Karoly Lorentey (Hopefully) fix bootstrap error on OpenBSD. (reported by Han Boetes)
2005-12-29 Karoly Lorentey Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
2005-12-25 Karoly Lorentey Reimplement terminal parameters in C; clean up term.c, create terminal.c.