aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/makefile.w32-in: Update dependencies.Juanma Barranquero2010-05-082-0/+7
* Fix fringe truncation bitmaps in R2L lines.Eli Zaretskii2010-05-082-2/+9
* Remove unused Makefile definition THIS_IS_MAKEFILE.Glenn Morris2010-05-072-1/+2
* Move TERMINFO, LIBS_TERMCAP from cpp to configure.Glenn Morris2010-05-0714-95/+38
* Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-075-54/+59
* * floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions.Vincent Belaïche2010-05-073-0/+81
* Fix bug #6126.Eli Zaretskii2010-05-072-1/+17
* Fix MSDOS build broken by autoconfiscation and changes in symbol handling.Eli Zaretskii2010-05-075-13/+28
|\
| * Don't use XSYMBOL (foo)->value.Eli Zaretskii2010-05-073-4/+7
| * Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.Eli Zaretskii2010-05-073-9/+14
| * Fix the "config msdos" step of MS-DOS build (due to removal of some cpp stuff...Eli Zaretskii2010-05-072-2/+7
|/
* Missing part of previous commit.Glenn Morris2010-05-061-9/+2
* Move LD_SWITCH_SYSTEM from cpp to configure.Glenn Morris2010-05-065-47/+29
* Define LIB_STANDARD and START_FILES using autoconf.Dan Nicolaescu2010-05-0613-91/+56
* Remove NEED_BSDTTY and NEED_UNISTD_H.Dan Nicolaescu2010-05-064-11/+8
* * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.Dan Nicolaescu2010-05-062-2/+2
* * Makefile.in (STARTFILES): Conditionally define to make the usage clear.Dan Nicolaescu2010-05-063-3/+9
* * xterm.c (x_draw_image_relief): Move declaration of extra to beginning.Jan Djärv2010-05-062-2/+6
* Remove some unused Makefile.in variables.Glenn Morris2010-05-062-2/+6
* src/Makefile.in: Convert comment in cpp section to the right format.Glenn Morris2010-05-051-8/+8
* Comment changes for some src/m/*.h files.Glenn Morris2010-05-057-104/+12
* * syntax.c (Fchar_syntax): Check the arg is a character.Stefan Monnier2010-05-052-1/+5
* * src/m/sparc.h: Fix typo in earlier change.Lawrence Mitchell2010-05-052-1/+4
* * src/ChangeLog: Formatting fixes.Juanma Barranquero2010-05-041-6/+6
* Misc tweaks.Stefan Monnier2010-05-042-17/+18
* xsmfns.c (smc_save_yourself_CB): strlen(client_id) => strlen(cwd).Jan Djärv2010-05-042-1/+5
* Remove BSD_PGRPS.Dan Nicolaescu2010-05-047-97/+16
* Remove POSIX_SIGNALS.Dan Nicolaescu2010-05-0318-106/+27
* Regenerate configure, src/config.in.Glenn Morris2010-05-031-4/+0
* Move LD_SWITCH_X_SITE_AUX from cpp to autoconf.Glenn Morris2010-05-035-22/+24
* Move LD_SWITCH_SYSTEM_TEMACS from cpp to autoconf.Glenn Morris2010-05-034-22/+11
* Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf.Glenn Morris2010-05-034-21/+19
* * s/hpux10-20.h (LIB_STANDARD): New definition.Dan Nicolaescu2010-05-033-9/+8
* Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-037-15/+88
* * src/m/amdx86-64.h: Fix typo in previous.Glenn Morris2010-05-021-2/+0
* Replace some X-related cpp with autoconf.Glenn Morris2010-05-022-15/+18
* * m/amdx86-64.h (START_FILES, LIB_STANDARD): Remove.Dan Nicolaescu2010-05-022-23/+7
* Run kill-emacs when exiting for display closed or SIGTERM/HUP.Jan Djärv2010-05-024-9/+55
* Remove LD_SWITCH_MACHINE.Dan Nicolaescu2010-05-012-8/+7
* Clean up IRIX code.Dan Nicolaescu2010-05-013-9/+14
* Clean up AIX code.Dan Nicolaescu2010-05-014-16/+11
* * sysdep.c (child_setup_tty, init_sys_modes): Remove !IBMR2AIX code, unused.Dan Nicolaescu2010-05-012-11/+4
* Emulate POSIX_SIGNALS on MS-Windows.Eli Zaretskii2010-05-014-7/+58
|\
| * Emulate POSIX_SIGNALS on MS-Windows.Eli Zaretskii2010-05-014-5/+55
* | Fix display of R2L lines and cursor motion in bidi buffers.Eli Zaretskii2010-05-012-136/+225
|\ \ | |/
| * Fix cursor positioning in partial width windows on TTY.Eli Zaretskii2010-05-012-3/+17
| * Fix display of truncated R2L lines on a TTY.Eli Zaretskii2010-05-012-15/+59
| * Fix display of R2L continued lines in partial-width windows on a TTY.Eli Zaretskii2010-05-012-2/+9
| * Refactor code that determines row->start and row->end.Eli Zaretskii2010-05-012-115/+129
| * Fix a crash when a display string is continued to the next line.Eli Zaretskii2010-04-272-3/+9