summaryrefslogtreecommitdiff
path: root/src/terminal.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Set up defined_color_hook for the initial frameAlex Gramiak2019-08-10
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Allow gap before first non-Lisp pseudovec memberPaul Eggert2019-04-08
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-10-03
|\|
| * Cleanup when opening a new terminal fails. (Bug#32794)John Shahid2018-09-29
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-19
| |/
* / Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Tighten recently-added UTF-8 checkPaul Eggert2017-04-17
* Work around bug with unibyte Linux consolesPaul Eggert2017-04-16
* Update copyright year to 2017Paul Eggert2016-12-31
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Port Unicode char detection to FreeBSD+svgalibPaul Eggert2015-09-13
* Port recent Linux console changes to RHEL 6Paul Eggert2015-09-09
* ; Fix stray quote inserted in commentPaul Eggert2015-09-09
* Improvements for curved quotes on Linux consulePaul Eggert2015-09-09
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-16
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Cleanup terminal handling code.Dmitry Antipov2014-10-14
* Indentation, punctuation, and other nitpicks.Stefan Monnier2014-07-20
* Minor cleanup for terminal setup.Dmitry Antipov2014-05-14
* * terminal.c (initial_free_frame_resources): New function.Dmitry Antipov2014-01-28
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov2013-07-31
* * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert2013-07-10
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-10
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | * keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov2012-12-26
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-06
|/
* 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