| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| |\ \
| | |/ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -4/+0 |
|/ / |
|
* | | Move extern declarations from term.c to lisp.h. | Dan Nicolaescu | 2010-11-23 | 1 | -9/+4 |
* | | Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY. | Eli Zaretskii | 2010-11-20 | 1 | -5/+4 |
* | | Clean up src/systty.h macros. | Dan Nicolaescu | 2010-11-14 | 1 | -6/+1 |
* | | Fix and document display of glyphless characters. | Eli Zaretskii | 2010-11-13 | 1 | -15/+18 |
* | | Unify mouse-highlight code for all GUI and TTY sessions. | Eli Zaretskii | 2010-11-06 | 1 | -422/+26 |
|\ \ |
|
| * | | Reflect mouse-highlight redesign in term.c | Eli Zaretskii | 2010-11-02 | 1 | -422/+26 |
* | | | term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused varia... | Eli Zaretskii | 2010-11-05 | 1 | -5/+0 |
* | | | Handle glyphless characters on tty. | Kenichi Handa | 2010-11-01 | 1 | -4/+178 |
|/ / |
|
* | | Fix initial frame dimensions on MS-DOS. | Eli Zaretskii | 2010-10-01 | 1 | -3/+0 |
* | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
* | | merge trunk | Kenichi Handa | 2010-09-27 | 1 | -82/+75 |
|\ \ |
|
| * | | Code simplification in term.c. | Dan Nicolaescu | 2010-09-26 | 1 | -77/+67 |