| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set rallocobj with configure, not cpp. | Glenn Morris | 2010-05-17 | 1 | -0/+7 |
| * | Define some malloc objects with configure, not cpp. | Glenn Morris | 2010-05-17 | 1 | -0/+6 |
| * | Combine the two stamp-oldxmenu cases. | Glenn Morris | 2010-05-16 | 1 | -0/+5 |
| * | * src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules. | Glenn Morris | 2010-05-16 | 1 | -0/+2 |
| * | * src/Makefile.in (clean): Get rid of HAVE_NS conditional. | Glenn Morris | 2010-05-16 | 1 | -0/+2 |
| * | Tweak ns_app*dir values set by configure. | Glenn Morris | 2010-05-16 | 1 | -0/+3 |
| * | Simplify temacs build rule. | Glenn Morris | 2010-05-16 | 1 | -0/+3 |
| * | Simplify temacs build rule. | Glenn Morris | 2010-05-16 | 1 | -0/+6 |
| * | Remove unused Makefile variables STARTFLAGS. | Glenn Morris | 2010-05-15 | 1 | -0/+5 |
| * | * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore. | Dan Nicolaescu | 2010-05-15 | 1 | -0/+4 |
| * | * src/Makefile.in (LIBX_BASE): Always define. | Glenn Morris | 2010-05-15 | 1 | -0/+2 |
| * | * src/Makefile.in (LIBX_OTHER): Move out of cpp section. | Glenn Morris | 2010-05-15 | 1 | -0/+2 |
| * | * src/Makefile.in (LIBXT): Always define. | Glenn Morris | 2010-05-15 | 1 | -0/+4 |
| * | Always define LIBXMENU in src/Makefile.in. | Glenn Morris | 2010-05-15 | 1 | -1/+1 |
| * | Always define OLDXMENU in src/Makefile.in. | Glenn Morris | 2010-05-15 | 1 | -1/+1 |
| * | Always define LIBX_OTHER in src/Makefile.in. | Glenn Morris | 2010-05-15 | 1 | -0/+2 |
| * | Always define FONT_OBJ; to empty in the non-X case. | Glenn Morris | 2010-05-15 | 1 | -0/+5 |
| * | * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916) | Ken Raeburn | 2010-05-15 | 1 | -0/+4 |
| * | * emacs.c (main): Initialize initial-environment and process-environment | Ken Raeburn | 2010-05-15 | 1 | -0/+3 |
| * | Handle --version reasonably in CANNOT_DUMP configuration. | Ken Raeburn | 2010-05-15 | 1 | -0/+10 |
| * | Avoid crashes when stepping with right-arrow through "^L^L". | Eli Zaretskii | 2010-05-15 | 1 | -0/+2 |
| * | Implement bidi-sensitive movement with arrow keys. | Eli Zaretskii | 2010-05-15 | 1 | -0/+6 |
| * | Fix "config msdos" step. | Eli Zaretskii | 2010-05-15 | 1 | -0/+4 |
| * | Fix a typo in msdos/ChangeLog. | Eli Zaretskii | 2010-05-15 | 1 | -1/+1 |
| * | Choose dependency of oldxmenu using configure. | Glenn Morris | 2010-05-14 | 1 | -0/+4 |
| * | If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS. | Glenn Morris | 2010-05-14 | 1 | -0/+2 |
| * | Minor NS build fixes. | Glenn Morris | 2010-05-14 | 1 | -0/+2 |
| * | Remove references to CVS directories etc in Makefiles. | Glenn Morris | 2010-05-14 | 1 | -0/+4 |
| * | * eval.c (specbind): Disallow let-binding frame-local vars. | Stefan Monnier | 2010-05-14 | 1 | -3/+8 |
| * | Make the cache of bidi iterator states dynamically allocated. | Eli Zaretskii | 2010-05-14 | 1 | -0/+5 |
| * | Rename bidi_get_next_char_visually to bidi_move_to_visually_next. | Eli Zaretskii | 2010-05-14 | 1 | -0/+5 |
| * | Fix spelling and remove merge marks due to 2010-05-14T04:14:23Z!handa@etlken. | Eli Zaretskii | 2010-05-14 | 1 | -2/+1 |
| * | merge trunk | Kenichi Handa | 2010-05-14 | 1 | -0/+2 |
| |\ |
|
| | * | No harm in always defining some ns_ Makefile variables. | Glenn Morris | 2010-05-13 | 1 | -0/+2 |
| * | | merge trunk | Kenichi Handa | 2010-05-14 | 1 | -6/+91 |
| |\ \
| |/ |
|
| | * | merge trunk | Kenichi Handa | 2010-05-14 | 1 | -0/+48 |
| | |\ |
|
| | | * | Move some undefs from src/Makefile.in to configure. | Glenn Morris | 2010-05-13 | 1 | -0/+2 |
| | | * | Replace some msdos cpp. | Glenn Morris | 2010-05-13 | 1 | -0/+7 |
| | | * | Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure. | Glenn Morris | 2010-05-13 | 1 | -0/+5 |
| | | * | Minor build simplification for NS. | Glenn Morris | 2010-05-13 | 1 | -1/+3 |
| | | * | * src/Makefile.in (ns_appresdir): Remove, unused. | Glenn Morris | 2010-05-13 | 1 | -0/+1 |
| | | * | * src/Makefile.in (SHELL): Move outside cpp section. | Glenn Morris | 2010-05-13 | 1 | -0/+2 |
| | | * | * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM). | Glenn Morris | 2010-05-13 | 1 | -0/+4 |
| | | * | Unify some conditionals in src/Makefile.in. | Glenn Morris | 2010-05-13 | 1 | -0/+3 |
| | | * | Minor simplification for src/Makefile.in. | Glenn Morris | 2010-05-13 | 1 | -0/+3 |
| | | * | Fix ChangeLog typo. | Glenn Morris | 2010-05-12 | 1 | -1/+1 |
| | | * | Remove WINNT_SUPPORT from src/Makefile.in, | Glenn Morris | 2010-05-12 | 1 | -0/+3 |
| | | * | Let configure set OLDXMENU, LIBXMENU if !HAVE_MENUS. | Glenn Morris | 2010-05-12 | 1 | -0/+3 |
| | | * | Remove some unused #define's, previously replaced by variables. | Glenn Morris | 2010-05-12 | 1 | -0/+3 |
| | | * | Define some variables to hold configure's output, for clarity. | Glenn Morris | 2010-05-12 | 1 | -0/+10 |