log src/term.c @ 112434:9de5a68b57e1

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
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.