Tue, 27 Apr 2010 23:54:25 -0700 |
Glenn Morris |
Move NS_OBJ, NS_SUPPORT from cpp to configure.
|
Tue, 27 Apr 2010 23:45:35 -0700 |
Glenn Morris |
Missing src/ChangeLog for previous commit.
|
Tue, 27 Apr 2010 01:09:01 -0700 |
Glenn Morris |
Move LIBXTR6 from cpp to autoconf.
|
Tue, 27 Apr 2010 00:33:35 -0700 |
Glenn Morris |
Replace LUCID_LIBW, MOTIF_LIBW with TOOLKIT_LIBW.
|
Tue, 27 Apr 2010 00:02:12 -0700 |
Glenn Morris |
Move MOTIF_LIBW to autoconf.
|
Mon, 26 Apr 2010 22:24:53 -0700 |
Dan Nicolaescu |
Reduce CPP usage.
|
Mon, 26 Apr 2010 20:47:47 -0700 |
Dan Nicolaescu |
Reduce CPP usage.
|
Mon, 26 Apr 2010 20:14:14 -0700 |
Glenn Morris |
Use $CRT_DIR in more places.
|
Mon, 26 Apr 2010 19:36:20 -0700 |
Glenn Morris |
Replace some more cpp with autoconf.
|
Mon, 26 Apr 2010 11:14:24 -0700 |
Dan Nicolaescu |
* Makefile.in (LIBS_MACHINE): Remove, unused.
|
Mon, 26 Apr 2010 10:10:09 -0700 |
Dan Nicolaescu |
Use autoconf instead of cpp for LIB_MATH.
|
Mon, 26 Apr 2010 21:02:08 +0900 |
Kenichi Handa |
composite.c (Ffind_composition_internal): Fix the return value for an automatic composition.
|
Sun, 25 Apr 2010 15:16:58 -0700 |
Dan Nicolaescu |
Remove all NO_ARG_ARRAY uses.
|
Sun, 25 Apr 2010 20:06:41 +0300 |
Eli Zaretskii |
Fix crash with bidi display on the last empty line (bug#6030).
|
Sun, 25 Apr 2010 19:55:59 +0300 |
Eli Zaretskii |
Move code that bidi-iterates out of display property to a separate function.
|
Sun, 25 Apr 2010 17:42:34 +0300 |
Eli Zaretskii |
Fix crash with bidi display on the last empty line (bug#6030).
|
Sat, 24 Apr 2010 12:50:03 -0700 |
Glenn Morris |
Minor simplications for src/m/amdx86-64.h.
|
Sat, 24 Apr 2010 14:33:31 +0200 |
Juanma Barranquero |
Remove conflict markers.
|
Sat, 24 Apr 2010 14:11:40 +0300 |
Eli Zaretskii |
Fix cursor motion at end of line that ends in a composed character.
|
Sat, 24 Apr 2010 14:07:27 +0300 |
Eli Zaretskii |
Fix cursor motion at end of line that ends with a composite character.
|
Sat, 24 Apr 2010 10:32:48 +0300 |
Eli Zaretskii |
Fix GDB startup with .gdbinit.
|
Sat, 24 Apr 2010 10:36:27 +0300 |
Eli Zaretskii |
Fix GDB startup with src/.gdbinit.
|
Fri, 23 Apr 2010 19:23:22 -0700 |
Glenn Morris |
Close bug#5655.
|
Fri, 23 Apr 2010 15:28:10 -0700 |
Dan Nicolaescu |
* Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
|
Fri, 23 Apr 2010 15:22:06 -0700 |
Dan Nicolaescu |
* s/cygwin.h (LIBS_DEBUG): Remove, unused.
|
Fri, 23 Apr 2010 15:18:49 -0700 |
Dan Nicolaescu |
Remove redundant flags.
|
Fri, 23 Apr 2010 15:14:14 -0700 |
Dan Nicolaescu |
Simplify m/intel386.h.
|
Fri, 23 Apr 2010 14:58:07 -0700 |
Dan Nicolaescu |
* m/mips.h: Remove #if 0 code.
|
Fri, 23 Apr 2010 21:23:51 +0300 |
Eli Zaretskii |
Fix display of composed characters from L2R scripts in bidi buffers. (Bug#5977)
|
Fri, 23 Apr 2010 21:10:31 +0300 |
Eli Zaretskii |
Fix display of composed characters from L2R scripts in bidi buffers.
|
Fri, 23 Apr 2010 10:40:47 -0700 |
Dan Nicolaescu |
* Makefile.in (LD_SWITCH_MACHINE_TEMACS): Remove, unused.
|
Fri, 23 Apr 2010 11:50:48 -0400 |
Stefan Monnier |
* gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.
|
Fri, 23 Apr 2010 18:09:11 +0300 |
Eli Zaretskii |
Support `display' text properties and overlay strings in bidi buffers.
|
Fri, 23 Apr 2010 18:05:23 +0300 |
Eli Zaretskii |
Support `display' text properties and overlays.
|
Fri, 23 Apr 2010 02:06:43 -0700 |
Dan Nicolaescu |
(LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
|
Fri, 23 Apr 2010 00:37:42 -0700 |
Dan Nicolaescu |
* s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
|
Fri, 23 Apr 2010 00:21:18 -0700 |
Dan Nicolaescu |
Simplify STARTFILES definition.
|
Fri, 23 Apr 2010 00:00:38 -0700 |
Dan Nicolaescu |
Clean up Solaris code.
|
Thu, 22 Apr 2010 19:23:18 +0200 |
Jan D. |
Fix Bug#6001.
|
Wed, 21 Apr 2010 12:32:54 -0700 |
Dan Nicolaescu |
Clean up HP-UX files.
|
Wed, 21 Apr 2010 20:25:13 +0200 |
Jan D. |
* xsettings.c: Move misplaced HAVE_GCONF
|
Wed, 21 Apr 2010 20:59:39 +0300 |
Eli Zaretskii |
Fix bug #5992.
|
Tue, 20 Apr 2010 20:52:07 +0200 |
Jan D. |
Gtk tool bars can be text, icons with text or just icons.
|
Wed, 21 Apr 2010 18:13:55 +0200 |
Jan D. |
Declarations before code (Bug#5993).
|
Tue, 20 Apr 2010 23:40:18 -0700 |
Glenn Morris |
* src/ChangeLog: Remove merged duplicate entry.
|
Tue, 20 Apr 2010 23:35:35 -0700 |
Glenn Morris |
Remove some more cpp in favor of autoconf.
|
Tue, 20 Apr 2010 22:47:56 -0700 |
Dan Nicolaescu |
Remove NOMULTIPLEJOBS, unused.
|
Tue, 20 Apr 2010 22:33:24 -0700 |
Dan Nicolaescu |
Simplify LD_SWITCH_SYSTEM_TEMACS usage.
|
Tue, 20 Apr 2010 20:33:04 -0700 |
Glenn Morris |
Remove LIBSELINUX_LIBS need for cpp in Makefiles.
|
Tue, 20 Apr 2010 20:02:58 -0700 |
Glenn Morris |
Add SELinux support.
|
Wed, 21 Apr 2010 02:49:40 +0200 |
Juanma Barranquero |
Fix typos and spacing.
|
Wed, 21 Apr 2010 02:17:02 +0200 |
Juanma Barranquero |
Don't depend on cm.c or termcap.c on Windows, use stubs.
|
Wed, 21 Apr 2010 01:05:30 +0200 |
Juanma Barranquero |
Remove references to (default-)direction-reversed.
|
Tue, 20 Apr 2010 13:35:16 -0400 |
Stefan Monnier |
Warn rather than error when making a local var inside a let.
|
Tue, 20 Apr 2010 13:17:29 -0400 |
Stefan Monnier |
* font.c (syms_of_font): Make the style table vars read-only.
|
Tue, 20 Apr 2010 13:01:39 -0400 |
Stefan Monnier |
* buffer.h (struct buffer): Remove unused var `direction_reversed'.
|
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 13:38:30 +0200 |
Jan D. |
gtkutils.c (xg_event_is_for_scrollbar): Check if grabbed widget is a scrollbar.
|
Tue, 20 Apr 2010 16:08:35 +0300 |
Eli Zaretskii |
Fix R2L paragraph display on TTY.
|
Sat, 17 Apr 2010 19:02:18 +0300 |
Eli Zaretskii |
Fix cursor positioning at end of R2L line on TTY frames.
|