aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog96
1 files changed, 96 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66fa0f859aa..4c5acca4dc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
12010-10-14 Glenn Morris <rgm@gnu.org>
2
3 * BUGS, INSTALL.BZR, README: Updates.
4
52010-10-13 Glenn Morris <rgm@gnu.org>
6
7 * make-dist: Remove --compress. Check for the appropriate
8 gzip-like executable, and if not found, don't compress.
9 Check version number in README, don't change it.
10 Use find for nt/inc/*.h.
11
122010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
13
14 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
15 trailing / from directory names.
16
172010-10-12 Glenn Morris <rgm@gnu.org>
18
19 * make-dist: Update and simplify.
20
212010-10-12 Eli Zaretskii <eliz@gnu.org>
22
23 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
24
252010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
28
292010-10-09 Glenn Morris <rgm@gnu.org>
30
31 * make-dist: No more doc/emacs/*.texi.in.
32
33 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
34
352010-10-09 Glenn Morris <rgm@gnu.org>
36
37 * configure.in: Combine some conditionals.
38
39 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
40 * make-dist: Include doc/emacs/*.texi.in.
41
42 * INSTALL, make-dist: Remove references to b2m.
43 * Makefile.in (MAN_PAGES): Remove b2m.1.
44
452010-10-05 Glenn Morris <rgm@gnu.org>
46
47 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
48
492010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
50
51 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
52
532010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
54
55 * configure.in: Include stdlib.h and string.h unconditionally.
56
572010-09-29 Romain Francoise <romain@orebokech.com>
58
59 * configure.in: Don't enable ImageMagick unless HAVE_X11.
60
612010-09-28 Glenn Morris <rgm@gnu.org>
62
63 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
64 happy.
65
662010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
67
68 * configure.in: Enable imagemagick by default.
69
702010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
71
72 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
73 gnutls libraries.
74
752010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
76
77 * configure.in: Set up GnuTLS.
78
792010-09-22 Chong Yidong <cyd@stupidchicken.com>
80
81 * configure.in: Announce whether libxml2 is linked to.
82
832010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
84
85 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
86
872010-09-18 Eli Zaretskii <eliz@gnu.org>
88
89 * config.bat: Detect that libxml2 is installed and if so, build
90 with it.
91
922010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
93
94 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
95 be used. This fixes a conf problem on Mac OS X.
96
12010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> 972010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 98
3 * configure.in: Check for libxml2. 99 * configure.in: Check for libxml2.