| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some unused #define's, previously replaced by variables. | Glenn Morris | 2010-05-12 | 2 | -6/+13 |
| * | Define some variables to hold configure's output, for clarity. | Glenn Morris | 2010-05-12 | 2 | -8/+58 |
| * | Reformat some comments in src/s/*.h. | Glenn Morris | 2010-05-11 | 15 | -371/+195 |
| * | Simplify linker-related logic in src/Makefile.in. | Glenn Morris | 2010-05-11 | 2 | -35/+25 |
| * | Move LIB_GCC from cpp to configure. | Glenn Morris | 2010-05-11 | 8 | -33/+17 |
| * | Minor comment reformatting for some src/m/*.h files. | Glenn Morris | 2010-05-11 | 16 | -115/+61 |
| * | Merge from emacs-23 | Stefan Monnier | 2010-05-11 | 2 | -2/+7 |
| |\ |
|
| | * | Backport from trunk: Fix bug #6126. | Eli Zaretskii | 2010-05-11 | 3 | -1/+22 |
| | * | * src/ChangeLog: Remove tiny change marker from author with assignment. | Glenn Morris | 2010-05-11 | 1 | -1/+1 |
| | * | ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_... | Kenichi Handa | 2010-05-11 | 2 | -2/+7 |
| * | | xdisp.c (init_iterator): Fix comment from last change. | Eli Zaretskii | 2010-05-11 | 1 | -2/+2 |
| * | | On msdos, set LIBS_SYSTEM with config.bat, not cpp. | Glenn Morris | 2010-05-10 | 3 | -3/+5 |
| * | | Fix typos and whitespace in ChangeLogs. | Juanma Barranquero | 2010-05-11 | 7 | -28/+28 |
| * | | Fix a crash when visiting image files in bidi mode. | Eli Zaretskii | 2010-05-10 | 2 | -2/+12 |
| * | | Move LIBS_SYSTEM from cpp to configure. | Glenn Morris | 2010-05-09 | 8 | -34/+26 |
| * | | Regenerate configure, src/config.in. | Glenn Morris | 2010-05-09 | 1 | -0/+6 |
| * | | Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure. | Glenn Morris | 2010-05-09 | 8 | -107/+30 |
| * | | Merge from emacs-23 | Stefan Monnier | 2010-05-08 | 5 | -3/+412 |
| |\ \
| |/ |
|
| | * | Bump version to 23.2.emacs-23.2 | Chong Yidong | 2010-05-07 | 1 | -0/+4 |
| | * | Fix for Bug#5984. | Andreas Schwab | 2010-04-30 | 4 | -3/+23 |
| | * | Use new features of libotf and m17n-lib if available. | Kenichi Handa | 2010-04-23 | 2 | -0/+385 |
| * | | Regenerate src/config.in. | Glenn Morris | 2010-05-08 | 1 | -34/+34 |
| * | | Fix bug #6139, text is briefly shown in tool bar on startup. | Jan D | 2010-05-08 | 3 | -11/+15 |
| * | | * src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2010-05-08 | 2 | -0/+7 |
| * | | Fix fringe truncation bitmaps in R2L lines. | Eli Zaretskii | 2010-05-08 | 2 | -2/+9 |
| * | | Remove unused Makefile definition THIS_IS_MAKEFILE. | Glenn Morris | 2010-05-07 | 2 | -1/+2 |
| * | | Move TERMINFO, LIBS_TERMCAP from cpp to configure. | Glenn Morris | 2010-05-07 | 14 | -95/+38 |
| * | | Try and fix unbind_to when localness of binding has changed | Stefan Monnier | 2010-05-07 | 5 | -54/+59 |
| * | | * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions. | Vincent Belaïche | 2010-05-07 | 3 | -0/+81 |
| * | | Fix bug #6126. | Eli Zaretskii | 2010-05-07 | 2 | -1/+17 |
| * | | Fix MSDOS build broken by autoconfiscation and changes in symbol handling. | Eli Zaretskii | 2010-05-07 | 5 | -13/+28 |
| |\ \ |
|
| | * | | Don't use XSYMBOL (foo)->value. | Eli Zaretskii | 2010-05-07 | 3 | -4/+7 |
| | * | | Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation. | Eli Zaretskii | 2010-05-07 | 3 | -9/+14 |
| | * | | Fix the "config msdos" step of MS-DOS build (due to removal of some cpp stuff... | Eli Zaretskii | 2010-05-07 | 2 | -2/+7 |
| |/ / |
|
| * | | Missing part of previous commit. | Glenn Morris | 2010-05-06 | 1 | -9/+2 |
| * | | Move LD_SWITCH_SYSTEM from cpp to configure. | Glenn Morris | 2010-05-06 | 5 | -47/+29 |
| * | | Define LIB_STANDARD and START_FILES using autoconf. | Dan Nicolaescu | 2010-05-06 | 13 | -91/+56 |
| * | | Remove NEED_BSDTTY and NEED_UNISTD_H. | Dan Nicolaescu | 2010-05-06 | 4 | -11/+8 |
| * | | * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused. | Dan Nicolaescu | 2010-05-06 | 2 | -2/+2 |
| * | | * Makefile.in (STARTFILES): Conditionally define to make the usage clear. | Dan Nicolaescu | 2010-05-06 | 3 | -3/+9 |
| * | | * xterm.c (x_draw_image_relief): Move declaration of extra to beginning. | Jan Djärv | 2010-05-06 | 2 | -2/+6 |
| * | | Remove some unused Makefile.in variables. | Glenn Morris | 2010-05-06 | 2 | -2/+6 |
| * | | src/Makefile.in: Convert comment in cpp section to the right format. | Glenn Morris | 2010-05-05 | 1 | -8/+8 |
| * | | Comment changes for some src/m/*.h files. | Glenn Morris | 2010-05-05 | 7 | -104/+12 |
| * | | * syntax.c (Fchar_syntax): Check the arg is a character. | Stefan Monnier | 2010-05-05 | 2 | -1/+5 |
| * | | * src/m/sparc.h: Fix typo in earlier change. | Lawrence Mitchell | 2010-05-05 | 2 | -1/+4 |
| * | | * src/ChangeLog: Formatting fixes. | Juanma Barranquero | 2010-05-04 | 1 | -6/+6 |
| * | | Misc tweaks. | Stefan Monnier | 2010-05-04 | 2 | -17/+18 |
| * | | xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd). | Jan Djärv | 2010-05-04 | 2 | -1/+5 |
| * | | Remove BSD_PGRPS. | Dan Nicolaescu | 2010-05-04 | 7 | -97/+16 |