| Commit message (Expand) | Author | Age | Files | Lines |
| * | * src/Makefile.in (nsfns.o): Remove duplicate nsgui.h dependency. | Glenn Morris | 2010-04-29 | 2 | -1/+5 |
| * | Don't burp if process sentinel/filter kills the current buffer. | Stefan Monnier | 2010-04-29 | 2 | -2/+5 |
| * | Add bug reference. | Juanma Barranquero | 2010-04-29 | 1 | -2/+2 |
| * | Fix wrong-docstring problem introduced with hash-consing. | Stefan Monnier | 2010-04-29 | 5 | -24/+30 |
| * | src/Makefile.in minor simplification, | Glenn Morris | 2010-04-28 | 2 | -8/+12 |
| * | Define CYGWIN_OBJ with configure, not cpp. | Glenn Morris | 2010-04-28 | 2 | -4/+5 |
| * | Set GPM part of MOUSE_SUPPORT with configure, not cpp. | Glenn Morris | 2010-04-28 | 2 | -5/+8 |
| * | Set FONT_DRIVERS with configure rather than cpp. | Glenn Morris | 2010-04-28 | 2 | -7/+7 |
| * | Move LIBXMU from cpp to configure. | Glenn Morris | 2010-04-28 | 4 | -15/+10 |
| * | Move NS_OBJ, NS_SUPPORT from cpp to configure. | Glenn Morris | 2010-04-27 | 2 | -11/+6 |
| * | Missing src/ChangeLog for previous commit. | Glenn Morris | 2010-04-27 | 1 | -0/+4 |
| * | Move test for 64-bit kernel with 32-bit userland to configure. | Glenn Morris | 2010-04-27 | 1 | -10/+0 |
| * | Move LIBXTR6 from cpp to autoconf. | Glenn Morris | 2010-04-27 | 3 | -11/+5 |
| * | Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW. | Glenn Morris | 2010-04-27 | 2 | -4/+6 |
| * | Move MOTIF_LIBW to autoconf. | Glenn Morris | 2010-04-27 | 5 | -21/+10 |
| * | Regenerate configure and cibfig.in | Jan Djärv | 2010-04-27 | 1 | -37/+31 |
| * | Reduce CPP usage. | Dan Nicolaescu | 2010-04-26 | 2 | -34/+7 |
| * | Reduce CPP usage. | Dan Nicolaescu | 2010-04-26 | 3 | -40/+42 |
| * | Remove some AC_DEFINEs that are now unused. | Glenn Morris | 2010-04-26 | 1 | -6/+0 |
| * | Use $CRT_DIR in more places. | Glenn Morris | 2010-04-26 | 10 | -56/+29 |
| * | Replace some more cpp with autoconf. | Glenn Morris | 2010-04-26 | 2 | -21/+16 |
| * | * Makefile.in (LIBS_MACHINE): Remove, unused. | Dan Nicolaescu | 2010-04-26 | 1 | -1/+1 |
| * | * Makefile.in (LIBS_MACHINE): Remove, unused. | Dan Nicolaescu | 2010-04-26 | 2 | -5/+2 |
| * | Use autoconf instead of cpp for LIB_MATH. | Dan Nicolaescu | 2010-04-26 | 4 | -9/+9 |
| * | composite.c (Ffind_composition_internal): Fix the return value for an automat... | Kenichi Handa | 2010-04-26 | 2 | -1/+6 |
| * | Remove all NO_ARG_ARRAY uses. | Dan Nicolaescu | 2010-04-25 | 19 | -138/+23 |
| * | Fix crash with bidi display on the last empty line (bug#6030). | Eli Zaretskii | 2010-04-25 | 2 | -22/+37 |
| |\ |
|
| | * | Move code that bidi-iterates out of display property to a separate function. | Eli Zaretskii | 2010-04-25 | 2 | -19/+30 |
| | * | Fix crash with bidi display on the last empty line (bug#6030). | Eli Zaretskii | 2010-04-25 | 2 | -3/+7 |
| * | | Minor simplications for src/m/amdx86-64.h. | Glenn Morris | 2010-04-24 | 2 | -26/+21 |
| * | | Fix typos in comments of composite.c | Eli Zaretskii | 2010-04-24 | 1 | -11/+11 |
| * | | 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 |