log src/term.c @ 109559:4325622babca

age author description
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.