Tue, 23 Nov 2010 10:56:28 -0800 |
Dan Nicolaescu |
Move extern declarations from term.c to lisp.h.
|
Sat, 20 Nov 2010 17:04:50 +0200 |
Eli Zaretskii |
Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.
|
Sun, 14 Nov 2010 22:10:35 -0800 |
Dan Nicolaescu |
Clean up src/systty.h macros.
|
Sat, 13 Nov 2010 15:29:31 +0200 |
Eli Zaretskii |
Fix and document display of glyphless characters.
|
Sat, 06 Nov 2010 10:28:31 +0200 |
Eli Zaretskii |
Unify mouse-highlight code for all GUI and TTY sessions.
|
Fri, 05 Nov 2010 19:52:06 +0200 |
Eli Zaretskii |
term.c (append_glyphless_glyph, produce_glyphless_glyph): Remove unused variables.
|
Tue, 02 Nov 2010 21:35:12 +0200 |
Eli Zaretskii |
Reflect mouse-highlight redesign in term.c
|
Mon, 01 Nov 2010 13:09:26 +0900 |
Kenichi Handa |
Handle glyphless characters on tty.
|
Fri, 01 Oct 2010 22:18:24 +0200 |
Eli Zaretskii |
Fix initial frame dimensions on MS-DOS.
|
Fri, 01 Oct 2010 06:56:33 -0700 |
Dan Nicolaescu |
Do not include stdlib.h and string.h, config.h does it.
|
Mon, 27 Sep 2010 14:42:43 +0900 |
Kenichi Handa |
merge trunk
|
Mon, 27 Sep 2010 14:27:28 +0900 |
Kenichi Handa |
Remove restriction on the number of glyphs in one composition.
|
Sun, 26 Sep 2010 18:06:21 +0300 |
Dan Nicolaescu |
Code simplification in term.c.
|
Sat, 25 Sep 2010 08:31:15 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in process.c and term.c.
|
Tue, 14 Sep 2010 16:41:53 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Sat, 11 Sep 2010 14:53:21 +0200 |
Stefan Monnier |
* src/term.c (tty_set_terminal_modes): Don't initialize twice (bug#7002).
|
Wed, 01 Sep 2010 16:13:21 +0900 |
Kenichi Handa |
merge changes in emacs-23 branch
|
Tue, 31 Aug 2010 16:49:21 +0900 |
Kenichi Handa |
Fix handling of 8-bit characters in a display table.
|
Sun, 29 Aug 2010 14:15:34 +0900 |
Kenichi Handa |
term.c (encode_terminal_code): Encode byte chars to the correspnding bytes.
|
Fri, 20 Aug 2010 15:44:38 -0700 |
Dan Nicolaescu |
* src/term.c: Do not include <termios.h>, systty.h does it.
|
Mon, 09 Aug 2010 02:35:21 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Fri, 06 Aug 2010 11:41:15 -0700 |
Dan Nicolaescu |
Use const for some arrays and functions.
|
Fri, 06 Aug 2010 12:12:41 +0200 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
Thu, 05 Aug 2010 15:23:53 -0700 |
Dan Nicolaescu |
* src/term.c: Remove dead code.
|
Thu, 05 Aug 2010 15:20:09 -0700 |
Dan Nicolaescu |
Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
|
Mon, 26 Jul 2010 21:20:51 -0700 |
Dan Nicolaescu |
Remove declarations and unused variables.
|
Sun, 25 Jul 2010 02:20:51 +0200 |
Juanma Barranquero |
Make building under stricter warning flags somewhat cleaner.
|
Mon, 12 Jul 2010 21:54:28 -0700 |
Dan Nicolaescu |
Remove subprocesses #ifdefs from term.c.
|
Mon, 12 Jul 2010 21:47:45 -0700 |
Dan Nicolaescu |
Convert maybe_fatal to standard C.
|
Thu, 08 Jul 2010 14:25:08 -0700 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Mon, 05 Jul 2010 12:36:06 +0200 |
Juanma Barranquero |
Convert most remaining function definitions to standard C.
|
Fri, 02 Jul 2010 15:18:28 -0700 |
Dan Nicolaescu |
Convert some prototypes to standard C.
|
Fri, 02 Jul 2010 14:19:53 +0200 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
Tue, 04 May 2010 00:40:53 -0700 |
Dan Nicolaescu |
Remove BSD_PGRPS.
|
Tue, 20 Apr 2010 16:31:28 +0300 |
Eli Zaretskii |
Implement GUI display of R2L lines, fix TTY display of R2L lines.
|
Tue, 20 Apr 2010 16:08:35 +0300 |
Eli Zaretskii |
Fix R2L paragraph display on TTY.
|
Sat, 17 Apr 2010 15:33:05 +0300 |
Eli Zaretskii |
Mirror continuation indicators for R2L lines; fix face extension on TTY.
|
Mon, 19 Apr 2010 21:50:52 -0400 |
Stefan Monnier |
Make variable forwarding explicit rather the using special values.
|
Mon, 12 Apr 2010 22:19:17 -0400 |
Stefan Monnier |
(init_tty): Move common text outside of #ifdef TERMINFO.
|
Sat, 13 Mar 2010 04:02:01 -0500 |
Eli Zaretskii |
Merge from mainline.
|
Sat, 20 Feb 2010 05:25:57 -0500 |
Eli Zaretskii |
Merge from mainline.
|
Sat, 16 Jan 2010 06:57:09 -0500 |
Eli Zaretskii |
Merge from mainline.
|
Fri, 01 Jan 2010 10:04:53 -0500 |
Eli Zaretskii |
Retrospective commit from 2009-12-26.
|
Fri, 01 Jan 2010 06:39:56 -0500 |
Eli Zaretskii |
Retrospective commit from 2009-10-17.
|
Fri, 12 Mar 2010 11:34:27 -0500 |
Eli Zaretskii |
Don't use termcap.c on Posix platforms, only on MS-DOS.
|
Fri, 19 Feb 2010 15:57:53 +0200 |
Eli Zaretskii |
term.c, dispextern.h: Fix stale comments.
|
Thu, 18 Feb 2010 12:02:24 -0500 |
Stefan Monnier |
(fatal): Add a final \n if needed (bug#5596).
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Wed, 25 Nov 2009 17:53:54 +0000 |
Jan Dj¸«£rv |
(delete_tty): Remove check for last terminal (bug#4970).
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Sun, 18 Oct 2009 03:08:32 +0000 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
Sun, 04 Oct 2009 02:58:53 +0000 |
Juanma Barranquero |
Fix typos in comments.
|
Fri, 03 Jul 2009 13:46:39 +0000 |
Dan Nicolaescu |
* sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.
|
Mon, 29 Jun 2009 05:28:54 +0000 |
Jim Meyering |
Remove useless if-before-xfree tests.
|
Sun, 28 Jun 2009 19:06:50 +0000 |
Eli Zaretskii |
(create_tty_output) [MSDOS]: #ifdef away.
|
Sat, 27 Jun 2009 21:27:51 +0000 |
Chong Yidong |
* term.c (turn_on_face): Allow simultaneously bold and dim
|
Thu, 30 Apr 2009 05:01:57 +0000 |
Chong Yidong |
* xfaces.c (face_at_buffer_position): New arg base_face_id.
|
Wed, 22 Apr 2009 03:51:25 +0000 |
Chong Yidong |
* term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes,
|
Wed, 22 Apr 2009 03:43:06 +0000 |
Chong Yidong |
* term.c (Ftty_display_color_p, Ftty_display_color_cells)
|