| Commit message (Expand) | Author | Age | Files | Lines |
| * | composite.c (composition_compute_stop_pos): Fix a typo in the commentary. | Eli Zaretskii | 2010-04-24 | 1 | -1/+1 |
| * | Remove conflict markers. | Juanma Barranquero | 2010-04-24 | 1 | -6/+1 |
| * | Fix cursor motion at end of line that ends in a composed character. | Eli Zaretskii | 2010-04-24 | 2 | -9/+21 |
| |\ |
|
| | * | Fix cursor motion at end of line that ends with a composite character. | Eli Zaretskii | 2010-04-24 | 2 | -8/+16 |
| | * | Fix GDB startup with .gdbinit. | Eli Zaretskii | 2010-04-24 | 2 | -0/+7 |
| * | | Fix GDB startup with src/.gdbinit. | Eli Zaretskii | 2010-04-24 | 2 | -0/+7 |
| * | | Accidentally omitted from previous commit. | Glenn Morris | 2010-04-23 | 1 | -11/+6 |
| * | | Regenerate configure, src/config.in. | Glenn Morris | 2010-04-23 | 1 | -3/+0 |
| * | | Close bug#5655. | Glenn Morris | 2010-04-23 | 3 | -10/+11 |
| * | | * Makefile.in: Remove C_SWITCH_X_MACHINE, unused. | Dan Nicolaescu | 2010-04-23 | 2 | -9/+4 |
| * | | * s/cygwin.h (LIBS_DEBUG): Remove, unused. | Dan Nicolaescu | 2010-04-23 | 2 | -1/+2 |
| * | | Remove redundant flags. | Dan Nicolaescu | 2010-04-23 | 5 | -23/+7 |
| * | | Simplify m/intel386.h. | Dan Nicolaescu | 2010-04-23 | 4 | -47/+23 |
| * | | * m/mips.h: Remove #if 0 code. | Dan Nicolaescu | 2010-04-23 | 2 | -18/+4 |
| * | | Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977) | Eli Zaretskii | 2010-04-23 | 2 | -0/+25 |
| |\ \
| |/ |
|
| | * | Fix display of composed characters from L2R scripts in bidi buffers. | Eli Zaretskii | 2010-04-23 | 2 | -1/+22 |
| * | | dispextern.h: Fix a typo in a comment. | Eli Zaretskii | 2010-04-23 | 1 | -1/+1 |
| * | | * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused. | Dan Nicolaescu | 2010-04-23 | 2 | -7/+6 |
| * | | * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style. | Stefan Monnier | 2010-04-23 | 2 | -0/+5 |
| * | | xdisp.c (pop_it): Fix last change. | Eli Zaretskii | 2010-04-23 | 1 | -1/+1 |
| * | | Support `display' text properties and overlay strings in bidi buffers. | Eli Zaretskii | 2010-04-23 | 2 | -0/+38 |
| |\ \
| |/ |
|
| | * | Support `display' text properties and overlays. | Eli Zaretskii | 2010-04-23 | 2 | -0/+36 |
| * | | (LD_SWITCH_SYSTEM_TEMACS): Remove #undef. | Dan Nicolaescu | 2010-04-23 | 2 | -4/+3 |
| |/ |
|
| * | * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc. | Dan Nicolaescu | 2010-04-23 | 3 | -8/+3 |
| * | Simplify STARTFILES definition. | Dan Nicolaescu | 2010-04-23 | 4 | -18/+10 |
| * | Clean up Solaris code. | Dan Nicolaescu | 2010-04-23 | 4 | -52/+11 |
| * | Fix Bug#6001. | Jan Djärv | 2010-04-22 | 2 | -1/+6 |
| * | Clean up HP-UX files. | Dan Nicolaescu | 2010-04-21 | 3 | -52/+53 |
| * | * xsettings.c: Move misplaced HAVE_GCONF | Jan Djärv | 2010-04-21 | 2 | -5/+6 |
| * | Fix bug #5992. | Eli Zaretskii | 2010-04-21 | 2 | -21/+22 |
| * | Gtk tool bars can be text, icons with text or just icons. | Jan Djärv | 2010-04-20 | 10 | -182/+514 |
| * | Declarations before code (Bug#5993). | Jan Djärv | 2010-04-21 | 2 | -4/+12 |
| * | * src/ChangeLog: Remove merged duplicate entry. | Glenn Morris | 2010-04-20 | 1 | -8/+0 |
| * | Remove some more cpp in favor of autoconf. | Glenn Morris | 2010-04-20 | 2 | -17/+16 |
| * | Remove NOMULTIPLEJOBS, unused. | Dan Nicolaescu | 2010-04-20 | 3 | -12/+4 |
| * | Simplify LD_SWITCH_SYSTEM_TEMACS usage. | Dan Nicolaescu | 2010-04-20 | 4 | -21/+10 |
| * | Remove LIBSELINUX_LIBS need for cpp in Makefiles. | Glenn Morris | 2010-04-20 | 2 | -4/+6 |
| * | Regenerate configure, src/config.in. | Glenn Morris | 2010-04-20 | 1 | -34/+34 |
| * | Add SELinux support. | Karel Klíc | 2010-04-20 | 5 | -8/+223 |
| * | Fix typos and spacing. | Juanma Barranquero | 2010-04-21 | 1 | -16/+17 |
| * | Don't depend on cm.c or termcap.c on Windows, use stubs. | Juanma Barranquero | 2010-04-21 | 4 | -20/+79 |
| * | Remove references to (default-)direction-reversed. | Juanma Barranquero | 2010-04-21 | 2 | -2/+5 |
| * | Warn rather than error when making a local var inside a let. | Stefan Monnier | 2010-04-20 | 2 | -5/+18 |
| * | * font.c (syms_of_font): Make the style table vars read-only. | Stefan Monnier | 2010-04-20 | 2 | -0/+10 |
| * | * buffer.h (struct buffer): Remove unused var `direction_reversed'. | Stefan Monnier | 2010-04-20 | 5 | -20/+18 |
| * | Implement GUI display of R2L lines, fix TTY display of R2L lines. | Eli Zaretskii | 2010-04-20 | 7 | -75/+325 |
| |\ |
|
| | * | Fix R2L paragraph display on TTY. | Eli Zaretskii | 2010-04-20 | 3 | -7/+102 |
| | * | Fix cursor positioning at end of R2L line on TTY frames. | Eli Zaretskii | 2010-04-17 | 2 | -2/+7 |
| | * | Mirror continuation indicators for R2L lines; fix face extension on TTY. | Eli Zaretskii | 2010-04-17 | 4 | -10/+35 |
| | * | Fix two crashes with display of R2L lines in GUI sessions. | Eli Zaretskii | 2010-04-17 | 2 | -5/+19 |