summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* * s/ms-w32.h (MULTI_KBOARD): Remove.before-remove-vmsDan Nicolaescu2008-07-311-4/+0
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* * keyboard.c (pending_funcalls): New var.Stefan Monnier2008-03-291-0/+25
* (Fdelete_terminal): Clean up the `force' path.Stefan Monnier2008-02-111-9/+10
* * frame.c (Qnoelisp): New symbol.Stefan Monnier2008-02-101-0/+1
* Merge from emacs--devo--0Miles Bader2008-01-301-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-091-1/+1
* | Fix up multi-tty mergeMiles Bader2007-10-121-2/+2
|/
* (get_terminal): Don't accept integers to represent terminals.Stefan Monnier2007-09-201-66/+9
* (get_terminal): Handle terminals.Stefan Monnier2007-09-201-42/+36
* Update copyright years, update license to GPLv3 or later.Glenn Morris2007-08-291-2/+2
* (init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.Jason Rumney2007-05-151-1/+2
* Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a ...Karoly Lorentey2006-05-201-5/+5
* Fix crashes in `delete-terminal' caused by recursive calls or X displays with...Karoly Lorentey2006-05-201-1/+7
* (Hopefully) fix bootstrap error on OpenBSD. (reported by Han Boetes)Karoly Lorentey2005-12-311-0/+1
* Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-291-171/+196
* Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-251-0/+596