aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused #define's, previously replaced by variables.Glenn Morris2010-05-122-6/+13
* Define some variables to hold configure's output, for clarity.Glenn Morris2010-05-122-8/+58
* Reformat some comments in src/s/*.h.Glenn Morris2010-05-1115-371/+195
* Simplify linker-related logic in src/Makefile.in.Glenn Morris2010-05-112-35/+25
* Move LIB_GCC from cpp to configure.Glenn Morris2010-05-118-33/+17
* Minor comment reformatting for some src/m/*.h files.Glenn Morris2010-05-1116-115/+61
* Merge from emacs-23Stefan Monnier2010-05-112-2/+7
|\
| * Backport from trunk: Fix bug #6126.Eli Zaretskii2010-05-113-1/+22
| * * src/ChangeLog: Remove tiny change marker from author with assignment.Glenn Morris2010-05-111-1/+1
| * ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_...Kenichi Handa2010-05-112-2/+7
* | xdisp.c (init_iterator): Fix comment from last change.Eli Zaretskii2010-05-111-2/+2
* | On msdos, set LIBS_SYSTEM with config.bat, not cpp.Glenn Morris2010-05-103-3/+5
* | Fix typos and whitespace in ChangeLogs.Juanma Barranquero2010-05-117-28/+28
* | Fix a crash when visiting image files in bidi mode.Eli Zaretskii2010-05-102-2/+12
* | Move LIBS_SYSTEM from cpp to configure.Glenn Morris2010-05-098-34/+26
* | Regenerate configure, src/config.in.Glenn Morris2010-05-091-0/+6
* | Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.Glenn Morris2010-05-098-107/+30
* | Merge from emacs-23Stefan Monnier2010-05-085-3/+412
|\ \ | |/
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-071-0/+4
| * Fix for Bug#5984.Andreas Schwab2010-04-304-3/+23
| * Use new features of libotf and m17n-lib if available.Kenichi Handa2010-04-232-0/+385
* | Regenerate src/config.in.Glenn Morris2010-05-081-34/+34
* | Fix bug #6139, text is briefly shown in tool bar on startup.Jan D2010-05-083-11/+15
* | * 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