| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore files that I seem to have mistakenly deleted. | Katsumi Yamaoka | 2010-12-03 | 1 | -0/+16353 |
* | gnus-demon.el (gnus-demon-init): Fix time computing when time is nil. | Julien Danjou | 2010-12-03 | 1 | -16353/+0 |
* | Include <sys/ioctl.h> unconditionally. | Dan Nicolaescu | 2010-11-23 | 1 | -13/+0 |
* | ns_appbindir must end in /. | Jan Djärv | 2010-11-21 | 1 | -241/+225 |
* | Merge from emacs-23 | Stefan Monnier | 2010-11-17 | 1 | -0/+11 |
|\ |
|
| * | Fix link error on Fedora 14: newer GConf don't use g_type_*. | Jan D | 2010-11-14 | 1 | -235/+229 |
* | | * configure.in: Do not check for unconditionally included headers. | Dan Nicolaescu | 2010-11-14 | 1 | -4/+4 |
* | | Merge from emacs-23 | Stefan Monnier | 2010-11-09 | 1 | -374/+334 |
|\ \
| |/ |
|
| * | Bump version to 23.2.90.emacs-pretest-23.2.90 | Chong Yidong | 2010-11-08 | 1 | -9/+9 |
| * | Regenerate configure. | Chong Yidong | 2010-11-04 | 1 | -14/+31 |
| * | Regenerate configure | Andreas Schwab | 2010-09-05 | 1 | -15651/+3254 |
* | | configure.in: Fix indentation | Andreas Schwab | 2010-11-06 | 1 | -1/+1 |
* | | * configure.in (checking whether localtime caches TZ): Use | Ken Brown | 2010-10-31 | 1 | -10/+2 |
* | | * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM | Andreas Schwab | 2010-10-25 | 1 | -520/+577 |
* | | Regenerated. | Lars Magne Ingebrigtsen | 2010-10-24 | 1 | -13/+12 |
* | | Remove trailing / from directory names. | Dan Nicolaescu | 2010-10-12 | 1 | -9/+9 |
* | | Pass CFLAGS to the linker. | Dan Nicolaescu | 2010-10-10 | 1 | -5/+1 |
* | | * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi. | Glenn Morris | 2010-10-09 | 1 | -2/+1 |
* | | Regenerate configure, src/config.in. | Glenn Morris | 2010-10-08 | 1 | -6/+7 |
* | | configure.in: Don't enable ImageMagick unless HAVE_X11. | Romain Francoise | 2010-09-29 | 1 | -6/+8 |
* | | Compile with imagemagick support by default. | Lars Magne Ingebrigtsen | 2010-09-27 | 1 | -2/+2 |
* | | Don't break the build if we don't have the gnutls libraries. | Lars Magne Ingebrigtsen | 2010-09-26 | 1 | -209/+318 |
* | | Rename libxml2 functions, and make parse tree format consistent with xml.el. | Chong Yidong | 2010-09-21 | 1 | -201/+211 |
* | | Link temacs using $(CC) not $(LD). | Dan Nicolaescu | 2010-09-21 | 1 | -11/+10 |
* | | Check that the libxml2 we found can be used. This fixes a conf | Lars Magne Ingebrigtsen | 2010-09-14 | 1 | -0/+1 |
* | | * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can | Lars Magne Ingebrigtsen | 2010-09-13 | 1 | -0/+47 |
* | | Revert 2010-09-13T10:14:52Z!bob@gnu.org by Bob Chassel. | Eli Zaretskii | 2010-09-13 | 1 | -236/+221 |
* | | 10-09-13 | Robert J. Chassell | 2010-09-13 | 1 | -221/+236 |
* | | Add support for the libxml2 library. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -0/+118 |
* | | Fix configure checks | Andreas Schwab | 2010-08-23 | 1 | -25/+25 |
* | | minor imagemagick tweaks, one configure bugfix, and some ChangeLogs | Joakim Verona | 2010-08-20 | 1 | -1/+1 |
* | | merge from trunk | Joakim Verona | 2010-08-17 | 1 | -191/+513 |
|\ \ |
|
| * | | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. | Andreas Schwab | 2010-08-09 | 1 | -203/+435 |
| * | | * configure.in (ORDINARY_LINK): Use on hpux* too. | Dan Nicolaescu | 2010-08-09 | 1 | -2/+2 |
| * | | More undeclared function fixes and add -Wimplicit-function-declaration. | Jan D | 2010-08-06 | 1 | -0/+32 |
| * | | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -213/+204 |
| * | | Regenerate configure. | Dan Nicolaescu | 2010-08-05 | 1 | -1/+1 |
| * | | * configure.in: Restore accidentally removed use of | Andreas Schwab | 2010-08-04 | 1 | -203/+218 |
| * | | Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf | Jan D | 2010-07-29 | 1 | -213/+204 |
| * | | * configure.in: Remove reference to usg5-4, unused. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+1 |
| * | | Use __executable_start to find start of text segment for profiling | Andreas Schwab | 2010-07-25 | 1 | -1/+1 |
| * | | Regenerate configure. | Ken Brown | 2010-07-24 | 1 | -5/+2 |
| * | | * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715). | Ken Brown | 2010-07-23 | 1 | -1/+1 |
| * | | Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS | Andreas Schwab | 2010-07-12 | 1 | -32/+8 |
| * | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -204/+213 |
| * | | * configure.in: Use -Wold-style-definition if available. | Dan Nicolaescu | 2010-07-08 | 1 | -0/+33 |
| * | | Remove src/prefix-args.c. | Dan Nicolaescu | 2010-07-07 | 1 | -14/+0 |
| * | | * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS | Dan Nicolaescu | 2010-07-07 | 1 | -0/+2 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
| * | | Define USE_LISP_UNION_TYPE using autoconf. | Dan Nicolaescu | 2010-07-02 | 1 | -1/+17 |