| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove empty machine description files | Andreas Schwab | 2010-12-04 | 1 | -2/+2 |
* | Move ns-win.el's rather wacky menu adjustments to menu-bar.el. | Glenn Morris | 2010-10-24 | 1 | -2/+1 |
* | * src/Makefile.in (SOME_MACHINE_LISP): Add w32-vars. | Glenn Morris | 2010-10-21 | 1 | -4/+4 |
* | Fix src/Makefile.in comment typo from 2010-10-10T14:43:05Z!dann@ics.uci.edu. | Glenn Morris | 2010-10-19 | 1 | -1/+1 |
* | Again, fix a typo in really-oldXMenu target | Tassilo Horn | 2010-10-15 | 1 | -1/+1 |
* | Fix variable name typo in really-oldXMenu target. | Tassilo Horn | 2010-10-15 | 1 | -1/+1 |
* | Avoid using trailing / in directory variables. | Dan Nicolaescu | 2010-10-12 | 1 | -113/+113 |
* | Pass CFLAGS to the linker. | Dan Nicolaescu | 2010-10-10 | 1 | -3/+2 |
* | * src/Makefile.in (CRT_DIR): Move near potential user. | Dan Nicolaescu | 2010-10-10 | 1 | -4/+2 |
* | * src/Makefile.in: Use $(...) everywhere instead of ${...} | Dan Nicolaescu | 2010-10-10 | 1 | -168/+168 |
* | * src/Makefile.in: ecrt0.c does not exist anymore, do not mention it. | Dan Nicolaescu | 2010-09-29 | 1 | -3/+0 |
* | Set up GnuTLS support. | Ted Zlatanov | 2010-09-26 | 1 | -1/+6 |
* | Link temacs using $(CC) not $(LD). | Dan Nicolaescu | 2010-09-21 | 1 | -3/+2 |
* | Add support for the libxml2 library. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -3/+7 |
* | merge from trunk | Joakim Verona | 2010-08-17 | 1 | -19/+17 |
|\ |
|
| * | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS | Andreas Schwab | 2010-07-12 | 1 | -3/+11 |
| * | Improve Hebrew rendering. | Kenichi Handa | 2010-07-12 | 1 | -2/+2 |
| * | Remove src/prefix-args.c. | Dan Nicolaescu | 2010-07-07 | 1 | -13/+3 |
| * | Remove some cpp that is internal to configure.in. | Glenn Morris | 2010-06-29 | 1 | -1/+1 |
* | | merged from trunk | Joakim Verona | 2010-06-14 | 1 | -654/+327 |
|\ \
| |/ |
|
| * | * Makefile.in (lisp, shortlisp): Use new location of vc-hooks and ediff-hook. | Romain Francoise | 2010-06-12 | 1 | -4/+4 |
| * | Move UNEXEC definition to autoconf. | Dan Nicolaescu | 2010-06-03 | 1 | -1/+1 |
| * | * src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set. | Glenn Morris | 2010-05-27 | 1 | -1/+1 |
| * | Do not preprocess src/Makefile.in. | Glenn Morris | 2010-05-26 | 1 | -133/+129 |
| * | Replace YMF_PASS_LDFLAGS with autoconf. | Glenn Morris | 2010-05-25 | 1 | -2/+6 |
| * | Remove some NS_IMPL_GNUSTEP build dead code. | Glenn Morris | 2010-05-25 | 1 | -7/+1 |
| * | * src/Makefile.in: Fix comment typo. | Glenn Morris | 2010-05-25 | 1 | -1/+1 |
| * | Relocate NS_IMPL_GNUSTEP_TEMACS_LDFLAGS. | Glenn Morris | 2010-05-24 | 1 | -10/+8 |
| * | Do not include config.h in src/Makefile.in. | Glenn Morris | 2010-05-24 | 1 | -3/+0 |
| * | Move some stuff from LD_SWITCH_SYSTEM to LD_SWITCH_SYSTEM_TEMACS. | Glenn Morris | 2010-05-24 | 1 | -6/+6 |
| * | Remove LD_SWITCH_SYSTEM_EXTRA. | Glenn Morris | 2010-05-24 | 1 | -2/+1 |
| * | * configure.in (MKDEPDIR): Parallel build tweak. | Glenn Morris | 2010-05-21 | 1 | -1/+0 |
| * | * src/Makefile.in: Comment fix. | Glenn Morris | 2010-05-20 | 1 | -1/+0 |
| * | Revert previous change. | Glenn Morris | 2010-05-20 | 1 | -3/+3 |
| * | Minor Makefile fix. | Glenn Morris | 2010-05-20 | 1 | -3/+3 |
| * | * src/Makefile.in: Fix comment format in cpp section. | Glenn Morris | 2010-05-20 | 1 | -1/+1 |
| * | Handle some HAVE_NS Makefile conditionals with configure. | Glenn Morris | 2010-05-20 | 1 | -16/+3 |
| * | Build simplifications for oldxmenu. | Glenn Morris | 2010-05-20 | 1 | -7/+13 |
| * | Handle CANNOT_DUMP (partially) with configure. | Glenn Morris | 2010-05-20 | 1 | -17/+20 |
| * | Handle auto-depend with configure. | Glenn Morris | 2010-05-19 | 1 | -267/+12 |
| * | Set linker-related things with configure. | Glenn Morris | 2010-05-18 | 1 | -48/+6 |
| * | Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o. | Glenn Morris | 2010-05-17 | 1 | -2/+2 |
| * | Set rallocobj with configure, not cpp. | Glenn Morris | 2010-05-17 | 1 | -6/+3 |
| * | Define some malloc objects with configure, not cpp. | Glenn Morris | 2010-05-17 | 1 | -13/+10 |
| * | * Makefile.in (${lispsource}loaddefs.el): Update loaddefs.el after a pull. | Stefan Monnier | 2010-05-17 | 1 | -1/+3 |
| * | Combine the two stamp-oldxmenu cases. | Glenn Morris | 2010-05-16 | 1 | -11/+12 |
| * | * src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules. | Glenn Morris | 2010-05-16 | 1 | -1/+2 |
| * | * src/Makefile.in (clean): Get rid of HAVE_NS conditional. | Glenn Morris | 2010-05-16 | 1 | -3/+2 |
| * | Tweak ns_app*dir values set by configure. | Glenn Morris | 2010-05-16 | 1 | -2/+2 |
| * | Simplify temacs build rule. | Glenn Morris | 2010-05-16 | 1 | -7/+4 |