summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * termhooks.h (TSET): Remove.Paul Eggert2012-08-17
* Use TSET for write access to Lisp_Object slots of struct terminal.Dmitry Antipov2012-08-09
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-26
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Support X clipboard managers.Chong Yidong2011-05-27
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* * terminal.c (store_terminal_param): Now static.Paul Eggert2011-03-08
* Fix bug #7840 with default terminal and keyboard encodings.Eli Zaretskii2011-02-18
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Remove unused declarationsAndreas Schwab2010-12-27
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Minor comment fix.Chong Yidong2009-04-22
* * terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)Chong Yidong2009-04-04
* Add 2009 to copyright years.Glenn Morris2009-01-08
* * frame.c (delete_frame): New function derived fromMartin Rudalics2008-12-22
* * s/ms-w32.h (MULTI_KBOARD): Remove.Dan Nicolaescu2008-07-31
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-15
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* * keyboard.c (pending_funcalls): New var.Stefan Monnier2008-03-29
* (Fdelete_terminal): Clean up the `force' path.Stefan Monnier2008-02-11
* * frame.c (Qnoelisp): New symbol.Stefan Monnier2008-02-10
* Merge from emacs--devo--0Miles Bader2008-01-30
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-09
* | Fix up multi-tty mergeMiles Bader2007-10-12
|/
* (get_terminal): Don't accept integers to represent terminals.Stefan Monnier2007-09-20
* (get_terminal): Handle terminals.Stefan Monnier2007-09-20
* Update copyright years, update license to GPLv3 or later.Glenn Morris2007-08-29
* (init_initial_terminal): Only set initial_kboard when MULTI_KBOARD defined.Jason Rumney2007-05-15
* Fix C-x 5 2 on the controlling tty; fix some possible crash conditions and a ...Karoly Lorentey2006-05-20
* Fix crashes in `delete-terminal' caused by recursive calls or X displays with...Karoly Lorentey2006-05-20
* (Hopefully) fix bootstrap error on OpenBSD. (reported by Han Boetes)Karoly Lorentey2005-12-31
* Rename `struct device' to `struct terminal'. Rename some terminal-related fu...Karoly Lorentey2005-12-29
* Reimplement terminal parameters in C; clean up term.c, create terminal.c.Karoly Lorentey2005-12-25