| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -18/+18 |
* | | Remove BSD_PGRPS. | Dan Nicolaescu | 2010-05-04 | 1 | -1/+1 |
* | | Implement GUI display of R2L lines, fix TTY display of R2L lines. | Eli Zaretskii | 2010-04-20 | 1 | -3/+30 |
|\ \ |
|
| * | | Fix R2L paragraph display on TTY. | Eli Zaretskii | 2010-04-20 | 1 | -1/+23 |
| * | | Mirror continuation indicators for R2L lines; fix face extension on TTY. | Eli Zaretskii | 2010-04-17 | 1 | -2/+7 |
* | | | Make variable forwarding explicit rather the using special values. | Stefan Monnier | 2010-04-19 | 1 | -4/+5 |
* | | | (init_tty): Move common text outside of #ifdef TERMINFO. | Stefan Monnier | 2010-04-12 | 1 | -21/+9 |
|/ / |
|
* | | Merge from mainline. | Eli Zaretskii | 2010-03-13 | 1 | -5/+0 |
|\ \ |
|
| * | | Don't use termcap.c on Posix platforms, only on MS-DOS. | Eli Zaretskii | 2010-03-12 | 1 | -5/+0 |
| |/ |
|
* | | Merge from mainline. | Eli Zaretskii | 2010-02-20 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | term.c, dispextern.h: Fix stale comments. | Eli Zaretskii | 2010-02-19 | 1 | -2/+3 |
| * | (fatal): Add a final \n if needed (bug#5596). | Stefan Monnier | 2010-02-18 | 1 | -0/+2 |
* | | Merge from mainline. | Eli Zaretskii | 2010-01-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | | Retrospective commit from 2009-12-26. | Eli Zaretskii | 2010-01-01 | 1 | -0/+7 |
* | | Retrospective commit from 2009-10-17. | Eli Zaretskii | 2010-01-01 | 1 | -0/+25 |
|/ |
|
* | (delete_tty): Remove check for last terminal (bug#4970). | Jan Djärv | 2009-11-25 | 1 | -15/+0 |