aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0778d0a7b09..4c5acca4dc1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
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
12010-09-29 Romain Francoise <romain@orebokech.com> 572010-09-29 Romain Francoise <romain@orebokech.com>
2 58
3 * configure.in: Don't enable ImageMagick unless HAVE_X11. 59 * configure.in: Don't enable ImageMagick unless HAVE_X11.