| Commit message (Expand) | Author | Age | Files | Lines |
| * | * 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 |
| * | Clean up IRIX code. | Dan Nicolaescu | 2010-05-01 | 3 | -9/+14 |
| * | Clean up AIX code. | Dan Nicolaescu | 2010-05-01 | 4 | -16/+11 |
| * | * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused. | Dan Nicolaescu | 2010-05-01 | 2 | -11/+4 |
| * | Emulate POSIX_SIGNALS on MS-Windows. | Eli Zaretskii | 2010-05-01 | 4 | -7/+58 |
| |\ |
|
| | * | Emulate POSIX_SIGNALS on MS-Windows. | Eli Zaretskii | 2010-05-01 | 4 | -5/+55 |
| * | | Fix display of R2L lines and cursor motion in bidi buffers. | Eli Zaretskii | 2010-05-01 | 2 | -136/+225 |
| |\ \
| |/ |
|
| | * | Fix cursor positioning in partial width windows on TTY. | Eli Zaretskii | 2010-05-01 | 2 | -3/+17 |
| | * | Fix display of truncated R2L lines on a TTY. | Eli Zaretskii | 2010-05-01 | 2 | -15/+59 |
| | * | Fix display of R2L continued lines in partial-width windows on a TTY. | Eli Zaretskii | 2010-05-01 | 2 | -2/+9 |
| | * | Refactor code that determines row->start and row->end. | Eli Zaretskii | 2010-05-01 | 2 | -115/+129 |
| | * | Fix a crash when a display string is continued to the next line. | Eli Zaretskii | 2010-04-27 | 2 | -3/+9 |