log src/terminal.c @ 92489:3d2c0cec0a1a

age author description
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.