summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* Support X clipboard managers.Chong Yidong2011-05-271-0/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+2
* * terminal.c (store_terminal_param): Now static.Paul Eggert2011-03-081-3/+2
* Fix bug #7840 with default terminal and keyboard encodings.Eli Zaretskii2011-02-181-2/+19
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-7/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-10/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-18/+8
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-8/+3
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-3/+3
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Minor comment fix.Chong Yidong2009-04-221-8/+5
* * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)Chong Yidong2009-04-041-9/+9
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * frame.c (delete_frame): New function derived fromMartin Rudalics2008-12-221-6/+6
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan 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