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