summaryrefslogtreecommitdiff
path: root/src/term.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in a text-mode session on Windows.Eli Zaretskii2013-06-031-4/+5
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-4/+0
* * src/keyboard.c: Move keyboard decoding to read_key_sequence.Stefan Monnier2013-03-101-1/+1
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-2/+2
* emacsclient -t should not suspend Emacs serverPaul Eggert2013-01-101-13/+18
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Simplify via eabs.Paul Eggert2013-01-011-2/+2
* | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-4/+0
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-26/+13
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-2/+2
* | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-33/+2
* | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-1/+0
|/
* Don't assume process IDs fit in int.Paul Eggert2012-10-241-1/+1
* Fix warnings when compiling on MS-Windows with -std=gnu99.Eli Zaretskii2012-10-171-0/+1
* Clean out old termopts cruft.Paul Eggert2012-10-101-1/+0
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-6/+6
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify SIGIO usage.Paul Eggert2012-09-121-2/+1
* Signal-handler cleanup.Paul Eggert2012-09-061-6/+13
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-11/+11
* Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-311-16/+1
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-2/+2
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-2/+2
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-1/+1
* Docfix for kill-buffer-hook and others.Chong Yidong2012-08-051-2/+2
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-1/+1
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-301-2/+1
* Cleanup changes following fix for bug #11832.Eli Zaretskii2012-07-081-61/+0
* Fix bug #11832 with truncated lines when fringes are disabled on GUI frames.Eli Zaretskii2012-07-071-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-6/+4
* Cleanup xmalloc.Dmitry Antipov2012-07-051-8/+6
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-7/+7
* * term.c (delete_tty): Remove redundant call to memset.Dmitry Antipov2012-06-261-1/+0
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-2/+1
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-5/+5
* Support higher-resolution time stamps.Paul Eggert2012-06-221-5/+15
* Preserve tty top-frames under various window-changing operations.Chong Yidong2012-06-191-3/+19
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Add support for italic text on ttys.Chong Yidong2012-06-101-26/+15
* Merge from trunk.Paul Eggert2012-05-251-1/+1
|\
| * Spelling fixes.Paul Eggert2012-04-221-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-301-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-301-1/+1