| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | * | | Fix int/EMACS_INT use in process.c and term.c. | Eli Zaretskii | 2010-09-25 | 1 | -5/+8 |
| * | | | Remove restriction on the number of glyphs in one composition. | Kenichi Handa | 2010-09-27 | 1 | -4/+4 |
| |/ / |
|
| * | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-09-14 | 1 | -1/+0 |
| |\ \
| |/ |
|
| | * | * src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002). | Anonymous | 2010-09-11 | 1 | -1/+0 |
| * | | merge changes in emacs-23 branch | Kenichi Handa | 2010-09-01 | 1 | -30/+15 |
| |\ \
| |/ |
|
| | * | Fix handling of 8-bit characters in a display table. | Kenichi Handa | 2010-08-31 | 1 | -35/+15 |
| | * | term.c (encode_terminal_code): Encode byte chars to the correspnding bytes. | Kenichi Handa | 2010-08-29 | 1 | -1/+6 |
| * | | * src/term.c: Do not include <termios.h>, systty.h does it. | Dan Nicolaescu | 2010-08-20 | 1 | -3/+0 |
| * | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -5/+5 |
| * | | Use const for some arrays and functions. | Dan Nicolaescu | 2010-08-06 | 1 | -2/+1 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -0/+3 |
| * | | * src/term.c: Remove dead code. | Dan Nicolaescu | 2010-08-05 | 1 | -11/+0 |
| * | | Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux. | Dan Nicolaescu | 2010-08-05 | 1 | -1/+1 |
| * | | Remove declarations and unused variables. | Dan Nicolaescu | 2010-07-26 | 1 | -8/+1 |
| * | | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -1/+3 |
| * | | Remove subprocesses #ifdefs from term.c. | Dan Nicolaescu | 2010-07-12 | 1 | -9/+0 |
| * | | Convert maybe_fatal to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -15/+27 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -16/+9 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -7/+7 |
| * | | Convert most remaining function definitions to standard C. | Juanma Barranquero | 2010-07-05 | 1 | -44/+21 |
| * | | Convert some prototypes to standard C. | Dan Nicolaescu | 2010-07-02 | 1 | -2/+2 |