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.
|