comparison ChangeLog @ 91040:14c4a6aac623

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author Miles Bader <miles@gnu.org>
date Thu, 11 Oct 2007 16:14:00 +0000
parents b83d0dadb2a7 5039706521c9
children 1251cabc40b7
comparison
equal deleted inserted replaced
91039:eefadc1e1d5e 91040:14c4a6aac623
1 2007-10-05 Eli Zaretskii <eliz@gnu.org>
2
3 * config.bat: Fix configuring `doc' due to changes in the
4 directory structure.
5
6 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7
8 * configure.in: Don't use -lpthread on HP-UX.
9
10 2007-09-16 Glenn Morris <rgm@gnu.org>
11
12 * make-dist: File gfdl.1 has been removed.
13
14 2007-09-15 Glenn Morris <rgm@gnu.org>
15
16 * configure.in: Fix makeinfo version regexp.
17
18 2007-09-12 Glenn Morris <rgm@gnu.org>
19
20 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
21 implementation of alloca is not found.
22
23 * Makefile.in (SOURCES, unlock, relock): Delete.
24 (install-arch-indep): Do not exclude the etc/ Makefiles.
25
26 2007-09-09 Juri Linkov <juri@jurta.org>
27
28 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
29
30 * README: Add doc/ to documentation directories.
31
32 2007-09-08 Michael Olson <mwolson@gnu.org>
33
34 * MAINTAINERS: Add myself for ERC and tq.el.
35 Update for new doc/ directory layout.
36
37 2007-09-06 Romain Francoise <romain@orebokech.com>
38
39 * make-dist: Update for new doc/ directory layout.
40
41 2007-09-06 Glenn Morris <rgm@gnu.org>
42
43 * Makefile.in (mansrcdir): New variable.
44 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
45 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
46 update these targets for new doc/ directory layout.
47 (doc/misc/Makefile): New target.
48 (install-arch-indep): Use mansrcdir for new location of manpages.
49 (mostlyclean, clean, distclean, maintainer-clean, unlock)
50 (relock, info, dvi): Update targets for new doc/ directory layout.
51
52 * configure.in (AC_OUTPUT): Update names of generated Makefiles
53 for new doc/ directory layout.
54
55 2007-09-02 Andreas Schwab <schwab@suse.de>
56
57 * configure.in: Use AS_HELP_STRING throughout.
58 * configure: Regenerate.
59
60 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
61
62 * configure.in: Require Gtk/Glib 2.6.
63
64 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
65
66 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
67 Use them throughout in place of AC_ARG_WITH calls.
68 * configure: Regenerate.
69
70 2007-09-01 Andreas Schwab <schwab@suse.de>
71
72 * configure.in: Put quotes around nested macro calls.
73
74 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
75
76 * configure.in: Fix typo.
77 * configure: Regenerate.
78
79 2007-08-30 Glenn Morris <rgm@gnu.org>
80
81 * configure.in (AH_BOTTOM): Copy some manual changes made to
82 src/config.in here so they are not lost when it regenerates.
83
84 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
85
86 2007-08-29 Karoly Lorentey <karoly@lorentey.hu>
87
88 * README.multi-tty: New file.
89
90 2007-08-29 Glenn Morris <rgm@gnu.org>
91
92 * README: Increase version to 23.0.50.
93
94 2007-08-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
95
96 * configure.in: New option: --without-xaw3d.
97
1 2007-08-24 Glenn Morris <rgm@gnu.org> 98 2007-08-24 Glenn Morris <rgm@gnu.org>
2 99
3 * configure.in: Check for a suitably recent makeinfo. 100 * configure.in: Check for a suitably recent makeinfo.
4 101
5 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change) 102 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)