log src/ChangeLog @ 108150:66c73788b432

age author description
2010-04-28 Glenn Morris Set GPM part of MOUSE_SUPPORT with configure, not cpp.
2010-04-28 Glenn Morris Set FONT_DRIVERS with configure rather than cpp.
2010-04-28 Glenn Morris Move LIBXMU from cpp to configure.
2010-04-28 Glenn Morris Move NS_OBJ, NS_SUPPORT from cpp to configure.
2010-04-28 Glenn Morris Missing src/ChangeLog for previous commit.
2010-04-27 Glenn Morris Move LIBXTR6 from cpp to autoconf.
2010-04-27 Glenn Morris Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.
2010-04-27 Glenn Morris Move MOTIF_LIBW to autoconf.
2010-04-27 Dan Nicolaescu Reduce CPP usage.
2010-04-27 Dan Nicolaescu Reduce CPP usage.
2010-04-27 Glenn Morris Use $CRT_DIR in more places.
2010-04-27 Glenn Morris Replace some more cpp with autoconf.
2010-04-26 Dan Nicolaescu * Makefile.in (LIBS_MACHINE): Remove, unused.
2010-04-26 Dan Nicolaescu Use autoconf instead of cpp for LIB_MATH.
2010-04-26 Kenichi Handa composite.c (Ffind_composition_internal): Fix the return value for an automatic composition.
2010-04-25 Dan Nicolaescu Remove all NO_ARG_ARRAY uses.
2010-04-25 Eli Zaretskii Fix crash with bidi display on the last empty line (bug#6030).
2010-04-25 Eli Zaretskii Move code that bidi-iterates out of display property to a separate function.
2010-04-25 Eli Zaretskii Fix crash with bidi display on the last empty line (bug#6030).
2010-04-24 Glenn Morris Minor simplications for src/m/amdx86-64.h.
2010-04-24 Juanma Barranquero Remove conflict markers.
2010-04-24 Eli Zaretskii Fix cursor motion at end of line that ends in a composed character.
2010-04-24 Eli Zaretskii Fix cursor motion at end of line that ends with a composite character.
2010-04-24 Eli Zaretskii Fix GDB startup with .gdbinit.
2010-04-24 Eli Zaretskii Fix GDB startup with src/.gdbinit.
2010-04-24 Glenn Morris Close bug#5655.
2010-04-23 Dan Nicolaescu * Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
2010-04-23 Dan Nicolaescu * s/cygwin.h (LIBS_DEBUG): Remove, unused.
2010-04-23 Dan Nicolaescu Remove redundant flags.
2010-04-23 Dan Nicolaescu Simplify m/intel386.h.
2010-04-23 Dan Nicolaescu * m/mips.h: Remove #if 0 code.
2010-04-23 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977)
2010-04-23 Eli Zaretskii Fix display of composed characters from L2R scripts in bidi buffers.
2010-04-23 Dan Nicolaescu * Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
2010-04-23 Stefan Monnier * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
2010-04-23 Eli Zaretskii Support `display' text properties and overlay strings in bidi buffers.
2010-04-23 Eli Zaretskii Support `display' text properties and overlays.
2010-04-23 Dan Nicolaescu (LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
2010-04-23 Dan Nicolaescu * s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
2010-04-23 Dan Nicolaescu Simplify STARTFILES definition.
2010-04-23 Dan Nicolaescu Clean up Solaris code.
2010-04-22 Jan D. Fix Bug#6001.
2010-04-21 Dan Nicolaescu Clean up HP-UX files.
2010-04-21 Jan D. * xsettings.c: Move misplaced HAVE_GCONF
2010-04-21 Eli Zaretskii Fix bug #5992.
2010-04-20 Jan D. Gtk tool bars can be text, icons with text or just icons.
2010-04-21 Jan D. Declarations before code (Bug#5993).
2010-04-21 Glenn Morris * src/ChangeLog: Remove merged duplicate entry.
2010-04-21 Glenn Morris Remove some more cpp in favor of autoconf.
2010-04-21 Dan Nicolaescu Remove NOMULTIPLEJOBS, unused.
2010-04-21 Dan Nicolaescu Simplify LD_SWITCH_SYSTEM_TEMACS usage.
2010-04-21 Glenn Morris Remove LIBSELINUX_LIBS need for cpp in Makefiles.
2010-04-21 Glenn Morris Add SELinux support.
2010-04-21 Juanma Barranquero Fix typos and spacing.
2010-04-21 Juanma Barranquero Don't depend on cm.c or termcap.c on Windows, use stubs.
2010-04-20 Juanma Barranquero Remove references to (default-)direction-reversed.
2010-04-20 Stefan Monnier Warn rather than error when making a local var inside a let.
2010-04-20 Stefan Monnier * font.c (syms_of_font): Make the style table vars read-only.
2010-04-20 Stefan Monnier * buffer.h (struct buffer): Remove unused var `direction_reversed'.
2010-04-20 Eli Zaretskii Implement GUI display of R2L lines, fix TTY display of R2L lines.