| Commit message (Expand) | Author | Files | Lines |
| 2012-06-10 | Add support for italic text on ttys. | Chong Yidong | 1 | -26/+15 |
| 2012-04-22 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-12-30 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-30 | Fix typos. | Juanma Barranquero | 1 | -1/+1 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -5/+3 |
| 2011-09-15 | Add comments about special meaning of TAB characters in compositions. | Eli Zaretskii | 1 | -0/+2 |
| 2011-08-30 | Fix bug #9402 with :align-to on TTY frames. | Eli Zaretskii | 1 | -78/+8 |
| 2011-08-29 | * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger | Paul Eggert | 1 | -1/+1 |
| 2011-08-28 | * src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks. | Johan Bockgård | 1 | -5/+5 |
| 2011-08-04 | Adjust in response to jan.h.d's comments. | Paul Eggert | 1 | -25/+18 |
| 2011-07-28 | * term.c: Integer and memory overflow issues. | Paul Eggert | 1 | -42/+42 |
| 2011-07-12 | * term.c (init_tty): Remove unused local. | Paul Eggert | 1 | -1/+0 |
| 2011-07-11 | Remove support for supdup, c10 and perq terminals, which are no longer suppor... | Lars Magne Ingebrigtsen | 1 | -49/+0 |
| 2011-07-07 | Fix bug #9015 with a bogus crash with glyphless characters on a TTY. | Eli Zaretskii | 1 | -1/+2 |
| 2011-06-18 | Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding. | Eli Zaretskii | 1 | -0/+1 |
| 2011-05-17 | * src/term.c (Fresume_tty): Restore hooks before reinitializing. | Courtney Bane | 1 | -0/+1 |
| 2011-05-12 | * term.c (term_mouse_position): Don't assume time_t wraparound. | Paul Eggert | 1 | -1/+4 |
| 2011-05-12 | Be more systematic about user-interface timestamps. | Paul Eggert | 1 | -1/+1 |
| 2011-05-04 | * term.c (vfatal): Remove stray call to va_end. | Paul Eggert | 1 | -1/+0 |
| 2011-05-03 | * term.c: Don't include <stdarg.h>, as <lisp.h> does that. | Paul Eggert | 1 | -1/+0 |
| 2011-04-24 | Fallout from resurrecting doprnt. | Eli Zaretskii | 1 | -2/+2 |
| 2011-04-18 | Allow glyphless-char-display to distinguish between X and text terminals. | Chong Yidong | 1 | -0/+2 |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert | 1 | -1/+1 |
| 2011-04-13 | * term.c: Make symbols static if they're not exported. | Paul Eggert | 1 | -6/+11 |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 1 | -1/+1 |
| 2011-04-08 | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450). | Svante Signell | 1 | -2/+1 |
| 2011-04-06 | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too. | Paul Eggert | 1 | -1/+1 |
| 2011-04-05 | doprnt, error, and verror are not printf-compatible. | Paul Eggert | 1 | -1/+1 |
| 2011-04-05 | * term.c (vfatal, maybe_fatal): Mark as printf-like functions. | Paul Eggert | 1 | -2/+4 |
| 2011-04-01 | * term.c (tty_write_glyphs): Use size_t; this avoids overflow warning. | Paul Eggert | 1 | -5/+4 |
| 2011-03-23 | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 1 | -15/+11 |
| 2011-03-23 | * term.c (produce_glyphless_glyph): Remove unnecessary test. | Paul Eggert | 1 | -1/+1 |
| 2011-03-11 | Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu. | Eli Zaretskii | 1 | -1/+1 |
| 2011-03-08 | * term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized. | Paul Eggert | 1 | -3/+3 |
| 2011-03-08 | * term.c, tparam.h (tgetflag, tgetnum, tgetstr): Move the const to the .h file | Paul Eggert | 1 | -12/+0 |
| 2011-03-08 | * term.c (term_mouse_position): Rename local to avoid shadowing. | Paul Eggert | 1 | -3/+3 |
| 2011-03-08 | * cm.c (calccost, cmgoto): Use const pointers where appropriate. | Paul Eggert | 1 | -18/+33 |
| 2011-03-08 | * tparam.h: New file. | Paul Eggert | 1 | -18/+7 |
| 2011-03-08 | * term.c (encode_terminal_code): Remove unused local | Paul Eggert | 1 | -2/+0 |
| 2011-03-08 | * term.c (encode_terminal_code): Now static. | Paul Eggert | 1 | -1/+1 |
| 2011-02-17 | Don't GC-scan stack data redundantly. | Stefan Monnier | 1 | -4/+1 |
| 2011-02-16 | Hide implementation of `struct kboard' | Tom Tromey | 1 | -9/+9 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -2/+1 |
| 2011-01-22 | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 1 | -3/+2 |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 1 | -24/+4 |
| 2011-01-09 | Include <unistd.h> unilaterally. | Paul Eggert | 1 | -4/+0 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-11-23 | Move extern declarations from term.c to lisp.h. | Dan Nicolaescu | 1 | -9/+4 |