| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Remove POSIX_SIGNALS. | Dan Nicolaescu | 2010-05-03 | 18 | -106/+27 |
* | | Regenerate configure, src/config.in. | Glenn Morris | 2010-05-03 | 1 | -4/+0 |
* | | Move LD_SWITCH_X_SITE_AUX from cpp to autoconf. | Glenn Morris | 2010-05-03 | 5 | -22/+24 |
* | | Move LD_SWITCH_SYSTEM_TEMACS from cpp to autoconf. | Glenn Morris | 2010-05-03 | 4 | -22/+11 |
* | | Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf. | Glenn Morris | 2010-05-03 | 4 | -21/+19 |
* | | * s/hpux10-20.h (LIB_STANDARD): New definition. | Dan Nicolaescu | 2010-05-03 | 3 | -9/+8 |
* | | Add optional arg to delete-file to force deletion (Bug#6070). | Chong Yidong | 2010-05-03 | 7 | -15/+88 |
* | | * src/m/amdx86-64.h: Fix typo in previous. | Glenn Morris | 2010-05-02 | 1 | -2/+0 |
* | | Replace some X-related cpp with autoconf. | Glenn Morris | 2010-05-02 | 2 | -15/+18 |
* | | * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove. | Dan Nicolaescu | 2010-05-02 | 2 | -23/+7 |
* | | Run kill-emacs when exiting for display closed or SIGTERM/HUP. | Jan Djärv | 2010-05-02 | 4 | -9/+55 |
* | | Remove LD_SWITCH_MACHINE. | Dan Nicolaescu | 2010-05-01 | 2 | -8/+7 |