log ChangeLog @ 111544:107fd4b37e9d

age author description
2010-11-09 Stefan Monnier Merge from emacs-23
2010-11-06 Andreas Schwab configure.in: Fix indentation
2010-11-08 Stefan Monnier * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2010-11-04 Michael Albinus * configure.in: Don't write a warning for D-Bus anymore.
2010-11-03 Chong Yidong Fix for Bug#5655, backported from trunk.
2010-10-31 Ken Brown * configure.in (checking whether localtime caches TZ): Use
2010-10-25 Andreas Schwab * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2010-10-24 Lars Magne Ingebrigtsen * configure.in: Remove the BROKEN annotation from gnutls.
2010-10-22 Glenn Morris * make-dist: Avoid listing .el files twice.
2010-10-20 Glenn Morris * make-dist: No longer create lisp/MANIFEST.
2010-10-14 Juanma Barranquero Merge changes from emacs-23 branch.
2010-10-12 Glenn Morris * README: Updates.
2010-10-12 Glenn Morris * BUGS, INSTALL.BZR: Updates.
2010-10-13 Glenn Morris More make-dist simplification.
2010-10-12 Dan Nicolaescu Remove trailing / from directory names.
2010-10-12 Glenn Morris * make-dist: Update and simplify.
2010-10-11 Juanma Barranquero Merge changes from emacs-23 branch.
2010-10-08 Eli Zaretskii Mention the bug number for the last change in make-dist.
2010-10-08 Eli Zaretskii make-dist: Don't distribute src/buildobj.h.
2010-10-10 Dan Nicolaescu Pass CFLAGS to the linker.
2010-10-09 Glenn Morris * make-dist: No more doc/emacs/*.texi.in.
2010-10-09 Glenn Morris * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2010-10-09 Glenn Morris * configure.in: Combine some conditionals.
2010-10-09 Glenn Morris Set the version number in the texinfo manuals using configure.
2010-10-09 Glenn Morris Remove lib-src/b2m.c and b2m.pl.
2010-10-05 Glenn Morris * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2010-10-03 Dan Nicolaescu * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2010-10-01 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
2010-09-29 Romain Francoise configure.in: Don't enable ImageMagick unless HAVE_X11.
2010-09-28 Glenn Morris * configure.in (HAVE_GNUTLS): Add a description to make autoheader happy.
2010-09-27 Lars Magne Ingebrigtsen Compile with imagemagick support by default.
2010-09-26 Lars Magne Ingebrigtsen Don't break the build if we don't have the gnutls libraries.
2010-09-26 Ted Zlatanov Set up GnuTLS support.
2010-09-22 Chong Yidong Rename libxml2 functions, and make parse tree format consistent with xml.el.
2010-09-21 Dan Nicolaescu Check in missing ChangeLog entry.
2010-09-18 Eli Zaretskii Support building with libxml2, if it is installed.
2010-09-13 Lars Magne Ingebrigtsen * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2010-09-10 Lars Magne Ingebrigtsen Add support for the libxml2 library.
2010-09-09 Glenn Morris * make-dist: No more TODO files under lisp/.
2010-09-04 Eli Zaretskii Update config.bat due to lisp/gnus/.dir-locals.el.
2010-08-23 Andreas Schwab Fix configure checks
2010-08-21 Glenn Morris ChangeLog fixes.
2010-08-20 joakim minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
2010-08-18 Joakim documentation changes
2010-08-10 Dan Nicolaescu * configure.in (AC_PREREQ): Require autoconf 2.65.
2010-08-09 Dan Nicolaescu * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2010-08-09 Andreas Schwab Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
2010-08-09 Dan Nicolaescu * configure.in (ORDINARY_LINK): Use on hpux* too.
2010-08-06 Jan D More undeclared function fixes and add -Wimplicit-function-declaration.
2010-08-06 Jan D Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
2010-08-05 Eli Zaretskii Rename src/unexec.c => src/unexcoff.c.
2010-08-04 Andreas Schwab * configure.in: Restore accidentally removed use of
2010-07-29 Juanma Barranquero Fix typos in ChangeLogs.
2010-07-29 Jan D Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf
2010-07-29 Dan Nicolaescu * configure.in: Remove reference to usg5-4, unused.
2010-07-25 Andreas Schwab Use __executable_start to find start of text segment for profiling
2010-07-24 Ken Brown * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2010-07-24 Juanma Barranquero * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2010-07-24 Juanma Barranquero Fix typos in ChangeLogs.
2010-07-24 Chong Yidong * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).