Remove a couple of src/s files
[emacs.git] / ChangeLog
blob13512bc13ce3468ff10559b7e65917de4f435c78
1 2012-06-12  Paul Eggert  <eggert@cs.ucla.edu>
3         * configure.in: Coalesce some function checking.
4         This makes 'configure' a bit smaller.
5         Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
7 2012-06-12  Glenn Morris  <rgm@gnu.org>
9         * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
11         * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
13         * configure.in: Anticipate platforms with no src/s file.
15 2012-06-12  Chong Yidong  <cyd@gnu.org>
17         * configure.in: Check for MagickMergeImageLayers (Bug#11678).
19 2012-06-11  Glenn Morris  <rgm@gnu.org>
21         * configure.in (SYSTEM_TYPE): New AC_DEFINE.
23 2012-06-09  Michael Albinus  <michael.albinus@gmx.de>
25         * configure.in (dbus_type_is_valid): Check for library function.
27 2012-06-06  Glenn Morris  <rgm@gnu.org>
29         * INSTALL, make-dist: Remove vcdiff.
31 2012-06-03  Glenn Morris  <rgm@gnu.org>
33         * INSTALL, make-dist: Remove rcs-checkin.
35 2012-06-03  Ulrich Müller  <ulm@gentoo.org>
37         * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
39 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
41         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
42         It is confusingly named and rarely useful.  See, for example,
43         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
44         * INSTALL.BZR: Don't mention --disable-maintainer-mode.
45         * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
46         * configure.in: Remove --disable-maintainer-mode.
47         (USE_MAINTAINER_MODE, MAINT): Remove.
49 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
51         Make 'configure' a bit smaller and faster.
52         * configure.in (INSTALL_INFO): Set it with one call to
53         AC_PATH_PROG, not three.
54         (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
55         so likely that it'll be needed.
56         (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
57         (AC_PROG_MAKE_SET): Remove; Automake does this.
58         (sysinfo): Do not check for this function, as it's never used.
59         (tzset): Check for this function just once.
60         * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
61         2012-05-27 manywarnings: remove duplicate -Wmultichar entry
63 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
65         * config.bat (lib): Create/update lib/stdalign.in-h and
66         lib/sys_types.in-h.
68         * lib/makefile.w32-in ($(BLD)/md5.$(O)):
69         ($(BLD)/sha1.$(O)):
70         ($(BLD)/sha256.$(O)):
71         ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
72         Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
74         * lib/getopt_.h: Regenerate.
76 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
78         Assume gnulib does largefile.
79         Gnulib does the largefile configuration anyway, so when configure.in
80         invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
81         * configure.in (AC_SYS_LARGEFILE): Remove.
82         * lib/gnulib.mk: Autoupdate.
84 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
86         Merge from gnulib.  (Bug#11527)
88         The build procedure now creates <stdalign.h> and <sys/types.h> for
89         older hosts that lack a working <stdalign.h> or whose
90         <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.  New
91         symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
92         msdos and nt builds.
94         Here is a precis of gnulib changes that seem relevant; please see
95         the gnulib ChangeLog for details.
97         2012-05-18 crypto: fix bug in large buffer handling
98         2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
99         2012-05-10 _Noreturn: port config.h to gcc -Wundef
100         2012-05-08 warnings.m4: give a means to specify the program to compile
101         2012-05-07 stdint: be more consistent with glibc, SunOS libc
102         2012-04-21 Large File Support for native Windows platforms.
103         2012-04-14 stat: Bypass buggy override in mingw64.
104         2012-03-29 stdio: don't assume gets any more
105         2012-03-24 Enable common subexpression optimization in GCC.
106         2012-02-09 maint: replace FSF snail-mail addresses with URLs
107         2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
108         2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
109         2012-01-21 stdint: Add support for Android.
110         2012-01-15 Improve support for MSVC 9.
111         2012-01-08 mktime: Avoid compilation error on Solaris 11.
112         2012-01-05 Use ', not `, for quoting output.
113         2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
114         2012-01-05 strtoimax: Work around AIX 5.1 bug.
115         2012-01-05 inttypes: Modernize.
116         2011-12-13 inttypes, stdint: add C++11 support
117         2011-11-26 Fix conflict between two instantiations of module 'unistd'.
118         2011-11-21 _Noreturn: Check that _MSC_VER is defined
119         2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
120         2011-11-09 raise: fix mingw handling of SIGPIPE
121         2011-10-27 Add stdalign module and use it in other modules.
123         * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
124         * m4/sys_types_h.m4:
125         New files.
126         * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
127         * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
128         * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
129         * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
130         * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
131         * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
132         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
133         * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
134         * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
135         * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
136         * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
137         * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
138         * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
139         * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
140         * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
141         * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
142         * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
143         * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
144         * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
145         * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
146         * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
147         * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
148         * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
149         * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
150         * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
151         * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
152         * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
153         * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
154         * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
155         * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
156         Update from gnulib.
158 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
160         Remove src/m/*.
161         * configure.in: Remove all mention of src/m/*.
162         (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
163         All uses removed.
164         (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
165         (BITS_PER_LONG_LONG): Move to src/lisp.h.
166         * lib/makefile.w32-in: Remove dependencies on
167         $(EMACS_ROOT)/src/m/intel386.h.
168         * make-dist: Don't make links to src/m.
170 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
172         * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name.  (Bug#11529)
173         Without this further fix, aclocal was being invoked unnecessarily.
175 2012-05-22  Glenn Morris  <rgm@gnu.org>
177         * Makefile.in (blessmail, install-arch-dep, uninstall):
178         Check cd lib-src works.
179         (install-arch-dep, uninstall): Remove unneeded subshells.
181 2012-05-21  Glenn Morris  <rgm@gnu.org>
183         * update-subdirs: Move to build-aux/.
184         * make-dist, Makefile.in (install-arch-indep): Update for this change.
186         * Makefile.in (leimdir): New, set by configure.
187         (COPYDIR, COPYDESTS): Add leim directories.
188         (install-leim): Remove.
189         (install-arch-indep): Handle leim installation directly.
191         * vpath.sed: Remove unused file.
192         * make-dist: No more vpath.sed.
194 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
196         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
197         Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
198         even though the file's name in gnulib is m4/gnulib-comp.m4.
199         This had a problem when merging from gnulib, as the code temporarily
200         renamed it to the full name, causing problems when interrupted.
201         Now the file has its full name, with the idea that we will find
202         a solution for MS-DOS that does not affect the rest of Emacs.
203         * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
205         Assume C89 or later.
206         * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
207         (POINTER_TYPE, PROTOTYPES): Remove.
209         Make merging from gnulib a script, not a makefile action.
210         Putting it in a makefile has some problems with reflection, as
211         merging from gnulib updates 'configure', which can update the makefile.
212         Putting it in a standalone script breaks this loop.
213         * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
214         (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
215         Remove, moving the actions to the script admin/merge-gnulib.
217 2012-05-21  Glenn Morris  <rgm@gnu.org>
219         * configure.in (LEIM_INSTALLDIR):
220         Rename to leimdir, treat like lispdir.
222 2012-05-21  Glenn Morris  <rgm@gnu.org>
224         * Makefile.in (install-arch-indep, install-doc, install-info)
225         (uninstall): Scrap superfluous subshells.
227 2012-05-19  Ulrich Mueller  <ulm@gentoo.org>
229         * Makefile.in (install-etc): Respect DESTDIR.  (Bug#11518)
231 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
233         * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
234         getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
235         getsockopt, setsockopt, mremap, mempcpy.
237         * configure.in (machine): Do not set to 'vax', since src/m/vax.h
238         is being removed.
239         (AC_CHECK_FUNCS): Remove ftime.
241 2012-05-19  Glenn Morris  <rgm@gnu.org>
243         * Makefile.in (install-arch-indep): Remove unneeded subshell.
245         * Makefile.in (install-arch-indep): Remove unneeded chmod.
246         Set permissions of lisp/subdirs.el.
248         * Makefile.in (SUBDIR): Add leim.  Update users.
250         * Makefile.in (lib, lib-src, lisp): Check cd return value.
252         * Makefile.in (leim): No need to set PARALLEL.
254 2012-05-18  Glenn Morris  <rgm@gnu.org>
256         * Makefile.in (install-arch-indep, install-info, install-man):
257         Simplify some one-sided ifs.
259         * Makefile.in: Install only the relevant DOC file.
260         (install-arch-indep): Delete etc/DOC*.
261         (install-doc): No more need to delete etc/DOC.
263         * Makefile.in (install-arch-indep): Split into several rules.
264         (install-doc, innstall-info, install-man): New rules.
266         * configure.in (mandir): May as well include it in the NS app bundle.
268         * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
269         * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
270         (install-arch-indep): Don't install-etc for self-contained ns builds.
272         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
273         No longer unconditonally add /sw directories.  (Bug#2280)
275         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
276         (install-arch-indep): Depend on install-leim.
277         (install): Remove explicit install-leim dependence.
279         * Makefile.in (install-arch-indep):
280         Move last element of mkdir rule here.
281         (mkdir): Remove rule.
283         * Makefile.in (install-arch-indep): Remove unneeded chmods.
284         INSTALL_DATA does this for us.
286         * Makefile.in (install-arch-dep): Ensure bindir exists.
287         Drop mkdir dependency.
288         (install-arch-indep): Ensure docdir, infodir, mandir exist.
289         (install-leim): Drop mkdir dependency.
290         (mkdir): Remove most directories, now made in relevant rules.
292         * Makefile.in (install-arch-indep): Combine adjacent loops.
294 2012-05-17  Glenn Morris  <rgm@gnu.org>
296         * Makefile.in (install-etc, mkdir):
297         Make relevant directories in install-etc rather than mkdir.
299         * Makefile.in (write_subdir): Create the directory if needed.
300         (install-arch-dep, mkdir): No need to make site-lisp directories.
302         * Makefile.in (write_subdir): New.
303         (install-arch-indep, install-arch-dep): Use $write_subdir.
305         * configure.in (docdir, etcdir, infodir, lispdir):
306         For a self-contained ns build, set these to the appropriate values.
307         * Makefile.in (install-arch-dep): No need to move info/ any more.
309         * configure.in (ns_self_contained): New output variable.
310         * Makefile.in (ns_self_contained): New, set by configure.
311         (install-arch-dep): For a self-contained ns build,
312         don't bother installing binaries then immediately deleting them.
314         * Makefile.in (ns_appbindir, ns_appresdir):
315         Move them before things that may refer to them.
316         (install-arch-dep): No need to relocate self-contained ns libexec.
318         * configure.in (archlibdir): Set it for self-contained ns builds.
319         (libexecdir): Don't expand it now (this is mainly cosmetic).
321 2012-05-16  Paul Eggert  <eggert@cs.ucla.edu>
323         * configure.in: Simplify by removing CPP etc.
324         (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
325         (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
326         In particular we no longer need to fiddle with CPP, since we don't
327         use CPP specially any more.
328         (gl_EARLY): Invoke this after adjusting CC, so that it uses the
329         adjusted compiler.
330         (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
331         since gl_EARLY and/or Autoconf already does these.
333 2012-05-16  Glenn Morris  <rgm@gnu.org>
335         * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
336         (CPP): Do not unconditionally set it on Darwin.
337         Instead, try to test if -no-cpp-precomp is accepted.
338         (CPP_TEST_OPTIONS, SPECIFIED_CPP): New.  (Bug#9755)
340 2012-05-15  Glenn Morris  <rgm@gnu.org>
342         * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
344         * Makefile.in (install-arch-dep): Do not hard-code version number.
346         * Makefile.in (install-arch-dep): NS install no longer needs to
347         symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
349 2012-05-12  Glenn Morris  <rgm@gnu.org>
351         * configure.in (ns_appbindir): Remove trailing "/".
353         * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
354         (MKDEPDIR): Use $MKDIR_P.
355         * Makefile.in (MKDIR_P): New, set by configure.
356         (mkdir): Use $MKDIR_P.
358 2012-05-11  Glenn Morris  <rgm@gnu.org>
360         * Makefile.in (install-arch-indep): There are no more Makefile.c files.
361         Use INSTALL_DATA for the DOC file.
362         Remove dead code for ./lisp that never executes.
364 2012-05-10  Glenn Morris  <rgm@gnu.org>
366         * configure.in (LEIM_INSTALLDIR): New output variable.
368 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
370         * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
372 2012-05-08  Glenn Morris  <rgm@gnu.org>
374         * make-dist: No more doc/lispref/*.el.
376 2012-05-05  Andreas Schwab  <schwab@linux-m68k.org>
378         * configure.in: Fix quoting bugs.
380 2012-05-04  Glenn Morris  <rgm@gnu.org>
382         * configure.in (INFO_EXT, INFO_OPTS): New output variables.
384 2012-05-02  Glenn Morris  <rgm@gnu.org>
386         * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
387         the choices made by FreeBSD and NetBSD.  (Bug#10313)
389         * Makefile.in (INFO_FILES): Remove variable.
390         (INFO_NONMISC): New variable.
391         (install-arch-indep, uninstall): Don't use $INFO_FILES.
393         * Makefile.in (uninstall): Remove useless-use-of-for; that for
394         some reason caused problems on an old Solaris.
396         * Makefile.in (install-arch-indep, uninstall):
397         Ensure that INSTALL-type commands are run from top-level.
399         * info/dir: Make some entries consistent with the source texi files.
401         * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
403 2012-05-02  Glenn Morris  <rgm@gnu.org>
405         * Makefile.in (install-arch-indep):
406         Combine adjacent install-data and install-info loops.
408 2012-05-01  Glenn Morris  <rgm@gnu.org>
410         * Makefile.in (MAN_PAGES): Remove.
411         (install-arch-indep, uninstall): Don't use $MAN_PAGES.
413         * configure.in: Try libtinfo for tputs.
414         (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found.  (Bug#9741)
416         * configure.in: Combine adjacent $opsys case blocks.
418         * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
420         * configure.in: Invert the TERMINFO logic,
421         since "yes" is far more common than "no".
423         * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
425         * configure.in (LD_SWITCH_X_SITE_RPATH):
426         Rename from LD_SWITCH_X_SITE_AUX_RPATH.
428         * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
430 2012-04-26  Glenn Morris  <rgm@gnu.org>
432         * make-dist: No more doc/lispref/tindex.pl.
434 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
436         * configure.in (dbus_validate_bus_name, dbus_validate_path)
437         (dbus_validate_interface, dbus_validate_member): Check also for
438         these library functions.
440 2012-04-22  Paul Eggert  <eggert@cs.ucla.edu>
442         * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
443         With glibc 2.14 or later, when compiled with GCC 4.7.0's
444         -Werror=deprecated-declarations flag, use of hooks like
445         __malloc_initialize_hook causes compilation to fail because these
446         hooks are deprecated.  Modify 'configure' to check for these hooks too.
447         Simplify the 'configure' code to test for all the hooks at once.
448         (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
449         (emacs_cv_var_doug_lea_malloc): ... this new var.
451 2012-04-21  Paul Eggert  <eggert@cs.ucla.edu>
453         Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
454         dated 2011-10-07.  Regenerating from current gnulib would be a
455         pervasive change, and currently the trunk isn't open to such changes.
456         * configure.in (WARN_CFLAGS): Remove; no longer needed now
457         that gnulib does it.
458         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
460 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
462         * m4/gl-comp.m4: Update.  (Bug#11285)
464 2012-04-20  Ludovic Courtès  <ludo@gnu.org>
466         * configure.in: Don't use the -R option (Bug#11251).
468 2012-04-18  Paul Eggert  <eggert@cs.ucla.edu>
470         configure: new option --enable-gcc-warnings (Bug#11207)
471         I have been using this change for many months in my private copy
472         of Emacs, and have used it to find several bugs.  It's mature
473         enough to publish now.
474         * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
475         * configure.in: Support --enable-gcc-warnings, in the style of
476         other GNU packages such as coreutils.
477         (C_WARNINGS_SWITCH): Remove, replacing with...
478         (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
479         (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
480         when including system files with GCC.
481         * etc/NEWS: Mention --enable-gcc-warnings.
482         * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
483         * lib/Makefile.am (AM_CFLAGS): New macro.
484         * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
486 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
488         * configure.in (AC_CHECK_FUNCS):
489         Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
491 2012-04-16  Glenn Morris  <rgm@gnu.org>
493         * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
495         * configure.in: Remove X libs workaround for old autoconf.
497 2012-04-12  Ken Brown  <kbrown@cornell.edu>
499         * configure.in: Warn that Cygwin 1.5 is unsupported.  (Bug#10398)
501 2012-04-11  Glenn Morris  <rgm@gnu.org>
503         * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
505 2012-04-10  Glenn Morris  <rgm@gnu.org>
507         * configure.in: Conditionally generate admin/unidata/Makefile.
509 2012-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
511         * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
513 2012-04-09  Glenn Morris  <rgm@gnu.org>
515         * Makefile.in (leim): Check cd return value.  Pass fewer variables.
516         (install-leim): Check cd return value.  Pass $MFLAGS.
517         (install-strip): Pass $MFLAGS.
519         * configure.in: Require makeinfo >= 4.7.  (Bug#10910)
520         Eg org.texi has been using 4.7 functions for some time.
522 2012-04-07  Paul Eggert  <eggert@cs.ucla.edu>
524         Check pkg-config exit status when configuring (Bug#10626).
525         * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
526         works; check its exit status.  Problem reported by Jordi Gutiérrez
527         Hermoso in
528         <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
530 2012-04-07  Glenn Morris  <rgm@gnu.org>
532         * README, configure.in (AC_INIT): Bump version to 24.1.50.
534 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
536         * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
538 2012-03-04  Paul Eggert  <eggert@cs.ucla.edu>
540         configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
541         * configure.in (LIBS_TERMCAP): Default this to the result of
542         the tputs library search.  Do a run-time test for the linkability
543         of tputs unless cross-compiling, as that's more reliable if the
544         link flags and libraries are messed up.  Don't change LIBS as
545         a result of the test, as that may mess up later tests.
547 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
549         * make-dist (README.W32): Include file in source tarball. (Bug#9750)
551         * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
552         specific makefiles to support getopt_.h generation with MSVC.
554 2012-02-04  Glenn Morris  <rgm@gnu.org>
556         * Makefile.in (uninstall):
557         Handle compressed info files and man pages.  (Bug#10718)
559 2012-02-02  Glenn Morris  <rgm@gnu.org>
561         * configure.in [HAVE_NS]:
562         Error if use --without-toolkit-scroll-bars.  (Bug#10673)
564 2012-02-01  Paul Eggert  <eggert@cs.ucla.edu>
566         Port to older Solaris 10 versions (Bug#10677).
567         Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
568         I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
569         possibly this is because Sun fixed the 'stat' bug in my version.
570         * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
571         * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
572         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
573         These changes are based on gnulib version
574         4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
575         because Emacs is in feature freeze and we do not want to merge any
576         more-recent changes from gnulib.
578 2012-01-31  Glenn Morris  <rgm@gnu.org>
580         * configure.in: Throw an explicit error if Motif toolkit was
581         requested but requirements could not be found.
583         * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
585 2012-01-30  Eli Zaretskii  <eliz@gnu.org>
587         * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
588         $(BLD)/sha512.$(O)): Depend on stamp_BLD.  Fixes a build failure
589         with "make -j3".
591 2012-01-16  Juanma Barranquero  <lekktu@gmail.com>
593         * .bzrignore: Ignore etc/__pycache__.
595 2011-12-17  Paul Eggert  <eggert@cs.ucla.edu>
597         Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
598         * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
599         to gmalloc.c.  This should prevent a MirBSD 10 build failure reported
600         by Nelson H. F. Beebe in
601         <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
603 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
605         * update-subdirs: Don't set no-byte-compile twice (bug#10260).
607 2011-12-10  Jan Djärv  <jan.h.d@swipnet.se>
609         * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
610         instead of LDFLAGS (Bug#10230).
612 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
614         * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
616         Propagate configure flags to sub-configures.
617         * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
618         New macros.
619         (config.status, bootstrap): Use them to propagate configure flags
620         to sub-configures.
621         * configure.in (cache_file): AC_SUBST this, for Makefile.in.
623 2011-12-03  Paul Eggert  <eggert@cs.ucla.edu>
625         * .bzrignore: Add config.cache.
627 2011-11-27  Jan Djärv  <jan.h.d@swipnet.se>
629         * configure.in: Check for gtk_window_set_has_resize_grip.
631 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
633         * configure.in (HAVE_XPM): Fix typo.
635 2011-11-22  Glenn Morris  <rgm@gnu.org>
637         * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
638         have confusing effects on the build.  (Bug#6401)
640         * Makefile.in (install-arch-dep): Tweak previous change.
642 2011-11-22  Yavor Doganov  <yavor@gnu.org>
644         Do not install arch-dependent files in the app bundle if
645         --disable-ns-self-contained is requested.  (Bug#1335)
646         * configure.in (exec_prefix, libexecdir): Define relative to
647         `ns_appbindir' only if configured for a self-contained app.
648         * Makefile.in (install-arch-dep): Test for the existence of
649         libexec in the Emacs.app bundle before executing commands.
651 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
653         * configure.in: Remove reference to src/m/ibms390.h.
655 2011-11-13  Glenn Morris  <rgm@gnu.org>
657         * INSTALL: Tiny updates for disk space used during installation.
659 2011-11-05  Eli Zaretskii  <eliz@gnu.org>
661         * lib/makefile.w32-in (FRC): New dummy target.
662         (TAGS): Depend on FRC.
664 2011-11-04  Glenn Morris  <rgm@gnu.org>
666         * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
667         Do not include GnuTLS version info in final summary message.
669 2011-10-31  Eli Zaretskii  <eliz@gnu.org>
671         * config.bat: Use config.in and Makefile.in from src/ and lib/, if
672         they exist there, else from autogen/.
674         * make-dist (msdos): Add depfiles.bat and inttypes.h.
676 2011-10-25  Nali Toja  <nalitoja@gmail.com>  (tiny change)
678         * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var.  (Bug#9868)
680 2011-10-24  Paul Eggert  <eggert@cs.ucla.edu>
682         * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
683         if the library is found.  Otherwise, later configure-time tests,
684         such as the test for pthread_sigmask, generate the wrong results
685         on some platforms.  Problem reported for FreeBSD by Nali Toja.
687 2011-10-20  Paul Eggert  <eggert@cs.ucla.edu>
689         Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
690         * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
691         Remove; no longer needed, now that we defer to strftime for time
692         zone names.
694 2011-10-18  Jan Djärv  <jan.h.d@swipnet.se>
696         * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
698 2011-10-18  Chong Yidong  <cyd@gnu.org>
700         * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
702 2011-10-13  Glenn Morris  <rgm@gnu.org>
704         * configure.in: Also look for tputs in libcurses.  (Bug#9736)
706 2011-10-12  Paul Eggert  <eggert@cs.ucla.edu>
708         * configure.in: Remove check for -lintl (Bug#9713).
709         The check could break 'configure' on GNU/Linux with a (broken) libintl.
710         The check was helpful but not essential in Solaris 2.6 (1997),
711         and is no longer needed in Solaris 8 (2000).  Solaris 2.6 is
712         obsolete -- Sun dropped support for it in 2006 -- and without
713         access to that Silurian platform we can't maintain the code anyway.
715 2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
717         Merge from gnulib, fixing some 'configure' typos (Bug#9696).
718         * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
719         * m4/gnulib-common.m4: Merge from gnulib.
720         Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
721         command not found" on powerpc-apple-darwin9.8.0.
723         * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
724         This is now done by src/alloc.c.
726 2011-10-02  Richard Stallman  <rms@gnu.org>
728         * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
729         and xlinux_second_failure to xgnu_linux_second_failure.
731 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
733         * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
734         lib/signal.in-h.
736         * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
737         Rename signal.in.h and alloca.in.h.
739 2011-09-28  Eli Zaretskii  <eliz@gnu.org>
741         * INSTALL: Mention that m17n libraries and libotf are needed for
742         Arabic shaping.
744 2011-09-26  Paul Eggert  <eggert@cs.ucla.edu>
746         Merge from gnulib, improving some licensing wording.
747         This clarifies and fixes some licensing issues raised by Glenn Morris
748         <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
749         It also merges the latest version of texinfo.tex and has some
750         MSVC-related changes that don't affect Emacs.
751         * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
752         pathmax, and raise, since these are needed only to address
753         MSVC-related issues that Emacs doesn't have.
754         * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
755         * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
756         * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
757         * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
758         * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
759         * m4/unistd_h.m4: Merge from gnulib.
761 2011-09-26  Andreas Schwab  <schwab@linux-m68k.org>
763         * configure.in: Initialize HAVE_LIBXML2.
765 2011-09-26  Glenn Morris  <rgm@gnu.org>
767         * make-dist: Add lib/makefile.w32-in.
769 2011-09-24  Glenn Morris  <rgm@gnu.org>
771         * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
773 2011-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775         * .dir-locals.el: Change the debbugs regexp to allow having the
776         bug number as the first thing on a line.
778 2011-09-15  Glenn Morris  <rgm@gnu.org>
780         * configure.in: Make configure work with recent GNUsteps.
781         (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
782         (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
783         (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
785 2011-09-11  Paul Eggert  <eggert@cs.ucla.edu>
787         Merge from gnulib, porting to Tru64.
788         * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
789         * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
790         Merge from gnulib.  This fixes a compilation error on Tru64 UNIX
791         aka OSF/1 5.1 DTK cc.  There is also some mingw stuff here that
792         doesn't affect Emacs.
794 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
796         * configure.in (isnan): Remove now-unnecessary check.
798 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
800         Merge from gnulib, using build-aux to remove clutter (Bug#9169).
801         This is to fix the following problems:
802          . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
803            configured not to use gtk or any other thread-using library,
804            signals aren't blocked correctly.
805          . On IRIX 6.5 it fixes an unwanted clash between Emacs's
806            and IRIX's signal handling.
807          . On Cygwin 1.7.5 it works around an incompatibility with
808            the system pthread_sigmask.
809          . On MacOS X 10.5 (32-bit), files whose inode numbers
810            exceed 2**31 cannot be read or manipulated.
811          . pthread_sigmask: Actually use results of gl_THREADLIB.
812          . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
813          . find 'ar' program that fits with --host argument.
814          . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
815         * autogen/README: Update destination list.
816         * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
817         The autogenerated files compile, config.guess,
818         config.sub, depcomp, install-sh, and missing are now in build-aux.
819         * m4/largefile.m4: New file, so that Emacs does not mess up when
820         accessing files with large inode numbers in MacOS X 10.5 and later.
821         * m4/nocrash.m4: New file, to avoid triggering background debugger
822         and/or create core dumps during 'configure'.
823         * build-aux/move-if-change: Renamed from move-if-change.
824         * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
825         * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
826         * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
827         * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
828         * Makefile.in (epaths-force, sync-from-gnulib):
829         move-if-change is now in build-aux.
830         (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
831         of gnulib's pthread_sigmask module, but Emacs doesn't need it.
832         (mkdir): install-sh is now in build-aux.
833         * config.bat: c++defs.h is now in build-aux/snippets.
834         * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
835         usual parameter).
836         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
837         * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
838         to build-aux/snippet.
839         * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
840         * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
841         Merge from gnuilib.  This fixes porting bugs on Cygwin, Irix, and
842         Solaris, enables MacOS extensions, and enables nocrash during
843         'configure'.
844         * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
846 2011-09-04  Paul Eggert  <eggert@cs.ucla.edu>
848         * configure.in (snprintf): New check.
850 2011-08-30  Paul Eggert  <eggert@cs.ucla.edu>
852         * configure.in (opsys): Change pattern to *-*-linux*
853         to recognize powerpc-gnu-linux-uclibc (Bug#9403).
854         Remove unreachable pattern hppa*-*-linux-gnu*.
855         Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
856         and that can't possibly work now that src/m/hp800.h no longer exists.
858 2011-08-26  Jan Djärv  <jan.h.d@swipnet.se>
860         * configure.in: Add -MP to DEPFLAGS (Bug#9372).
862 2011-08-13  Jan Djärv  <jan.h.d@swipnet.se>
864         * configure.in: Add header check: sys/socket.h (Bug#8477),
865         ifaddrs.h, net/if_dl.h.  Check for getifaddrs and freeifaddrs.
866         Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
868 2011-08-04  Jan Djärv  <jan.h.d@swipnet.se>
870         * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
871         (HAVE_GTK_AND_PTHREAD): Remove.
873 2011-07-28  Alp Aker  <alp.tekin.aker@gmail.com>
875         * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
876         build, not just GNUstep (Bug#9177).
878 2011-07-28  Paul Eggert  <eggert@cs.ucla.edu>
880         Assume freestanding C89 headers, string.h, stdlib.h.
881         Again, this simplifies the code, and all current platforms have these.
882         * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
883         (AC_HEADER_STDC): Remove.
884         (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
885         (strchr, strrchr): Remove fallback macros.
887         Assume support for memcmp, memcpy, memmove, memset.
888         This simplifies the code a bit.  All current platforms have these,
889         as they are required for C89.  If this turns into a problem we
890         can add the gnulib modules for these (a 1-line change to Makefile.in).
891         * configure.in: Don't check for memcmp, memcpy, memmove, memset.
893 2011-07-27  Paul Eggert  <eggert@cs.ucla.edu>
895         * GNUmakefile: New file.
896         This is for convenience, so that one can run GNU make in an
897         unconfigured source tree, and get a default build.
899 2011-07-13  Jan Djärv  <jan.h.d@swipnet.se>
901         * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
903 2011-07-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
905         * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
906         so as to suppress address randomization (Bug#8395).
908 2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>
910         * lib/stdint.in.h: Merge from gnulib (Bug#9025).
911         This fixes a build problem on older Mac OS X hosts.
913         * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
914         test, which runs afoul of Automake installations where, for example,
915         /usr/share/aclocal contains a copy of gl_THREADLIB.
916         Problem reported by Sven Joachim in
917         <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
918         This is just a quick temporary fix, specific to Emacs; I'll work
919         with the other gnulib maintainers to get a more-permanent fix.
921         Add gnulib's strtoimax module, needed on Solaris 8.
922         * Makefile.in (GNULIB_MODULES): Add strtoimax.
923         * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
924         automatically imported from gnulib.
925         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
927 2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
929         Add gnulib support for pthread_sigmask (Bug#9010).
930         * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
931         * configure.in (AC_TYPE_UID_T): New dummy macro.
932         Configure gnulib after adjusting LIBS,
933         so that gnulib can assume the libraries in LIBS.
934         * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
935         * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
936         * lib/pthread_sigmask.c:
937         New files, automatically imported from gnulib.
938         * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
939         due to the above changes.
940         * .bzrignore: Add lib/signal.h.
942         * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
944 2011-07-07  Andreas Schwab  <schwab@linux-m68k.org>
946         * configure.in (maintainer-mode): Reflect default in help string.
948 2011-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
950         * configure.in: Remove reference to iris4d.h.
952 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
954         * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
956 2011-07-01  Glenn Morris  <rgm@gnu.org>
958         * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
960 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962         * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
963         which made ./configure infloop.
965 2011-06-30  Jan Djärv  <jan.h.d@swipnet.se>
967         * configure.in (gsettings): New option and check for GSettings.
969 2011-06-29  Glenn Morris  <rgm@gnu.org>
971         * configure.in: Try to test for the required crt*.o files.
973 2011-06-27  Bill Wohler  <wohler@newt.com>
975         * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
977 2011-06-25  Paul Eggert  <eggert@cs.ucla.edu>
979         Use gnulib's dup2 module instead of rolling our own.
980         * Makefile.in (GNULIB_MODULES): Add dup2.
981         * configure.in: Do not check for dup2; gnulib does that now.
982         * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
984 2011-06-23  Paul Eggert  <eggert@cs.ucla.edu>
986         * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
988 2011-06-22  Paul Eggert  <eggert@cs.ucla.edu>
990         Use gnulib's alloca-opt module.
991         * .bzrignore: Add lib/alloca.h.
992         * Makefile.in (GNULIB_MODULES): Add alloca-opt.
993         * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
994         as gnulib now does that for us.  Put alloca check in config.h.
995         Include <alloca.h> before any other include file, for AIX 3.
996         * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
997         * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
999 2011-06-21  Leo Liu  <sdl.web@gmail.com>
1001         * m4/sha256.m4:
1002         * m4/sha512.m4:
1003         * m4/gl-comp.m4:
1004         * lib/u64.h:
1005         * lib/sha256.c:
1006         * lib/sha256.h:
1007         * lib/sha512.c:
1008         * lib/sha512.h:
1009         * lib/makefile.w32-in (GNULIBOBJS):
1010         * lib/gnulib.mk:
1011         * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1012         crypto/sha512 modules from gnulib.
1014 2011-06-19  Paul Eggert  <eggert@cs.ucla.edu>
1016         * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1018 2011-06-17  Glenn Morris  <rgm@gnu.org>
1020         * configure.in: Restore the behavior of checking crt-dir only
1021         when the user specified it (not all platforms use it).
1023 2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
1025         * m4/lstat.m4: Merge from gnulib (Bug#8878).
1027 2011-06-16  Miles Bader  <miles@gnu.org>
1029         * configure.in: Try to determine CRT_DIR automatically when
1030         using gcc.
1032 2011-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1034         * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1035         * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1036         * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1037         * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1038         * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1039         Merge from gnulib.
1041 2011-06-14  Jan Djärv  <jan.h.d@swipnet.se>
1043         * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1045 2011-06-08  Paul Eggert  <eggert@cs.ucla.edu>
1047         * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1049 2011-06-07  Paul Eggert  <eggert@cs.ucla.edu>
1051         * configure.in: Add --with-wide-int.
1052         * INSTALL: Mention this.
1054 2011-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1056         Merge from gnulib.
1057         * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1059 2011-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1061         * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1063 2011-05-30  Paul Eggert  <eggert@cs.ucla.edu>
1065         Use 'inline', not 'INLINE'.
1066         * configure.in (INLINE): Remove.
1068 2011-05-29  Paul Eggert  <eggert@cs.ucla.edu>
1070         Adjust to recent gnulib change for @GUARD_PREFIX@.
1071         * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1072         All uses of _GL_ for guard prefixes in lib/*.h replaced with
1073         _@GUARD_PREFIX@_.
1075 2011-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1077         * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1079 2011-05-24  Glenn Morris  <rgm@gnu.org>
1081         * Makefile.in (check): Just give a message if no test/ directory.
1083         * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1085         * configure.in (OPT_MAKEFILES_IN): Remove.
1086         (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1087         (SUBDIR_MAKEFILES_IN): New output variable.
1088         * Makefile.in (OPT_MAKEFILES_IN): Remove.
1089         (SUBDIR_MAKEFILES_IN): Let configure set it.
1091 2011-05-24  Leo Liu  <sdl.web@gmail.com>
1093         * m4/sha1.m4:
1094         * m4/gl-comp.m4:
1095         * lib/sha1.h:
1096         * lib/sha1.c:
1097         * lib/makefile.w32-in (GNULIBOBJS):
1098         * lib/gnulib.mk:
1099         * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1101 2011-05-24  Glenn Morris  <rgm@gnu.org>
1103         * configure.in: Remove test for already configured source directory.
1104         AM_INIT_AUTOMAKE has already done a more stringent test.  (Bug#953)
1106         * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1108 2011-05-24  Glenn Morris  <rgm@gnu.org>
1110         * make-dist: Don't distribute test/.  (Bug#8107)
1111         * configure.in (OPT_MAKEFILES_IN): New output variable.
1112         (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1113         * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1114         (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1115         (check): Give an explicit error if test/ is not present.
1117         * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1118         (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1119         (Makefile): Use $SUBDIR_MAKEFILES_IN.
1121 2011-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1123         * lib/verify.h: Merge from gnulib.
1125 2011-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1127         * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1128         Merge from gnulib.
1130 2011-05-21  Andreas Schwab  <schwab@linux-m68k.org>
1132         * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1134 2011-05-20  Eli Zaretskii  <eliz@gnu.org>
1136         * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1138         * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1140 2011-05-20  Glenn Morris  <rgm@gnu.org>
1142         * configure.in (lisp_frag): New output file.
1144 2011-05-19  Glenn Morris  <rgm@gnu.org>
1146         * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1147         (WINDOW_SUPPORT): Remove output variables that are no longer used.
1149 2011-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1151         * lib/gnulib.mk:
1152         * lib/intprops.h:
1153         * lib/unistd.in.h:
1154         * m4/inttypes.m4:
1155         * m4/stdint.m4:
1156         * m4/unistd_h.m4: Sync from gnulib.
1158 2011-05-14  Glenn Morris  <rgm@gnu.org>
1160         * configure.in: Treat failure to find an X toolkit the same way we treat
1161         failure to find X and image support.
1163 2011-05-12  Glenn Morris  <rgm@gnu.org>
1165         * Makefile.in (src, install-arch-indep, bootstrap-clean)
1166         (check-declare): Shell portability fixes.  (Bug#8642)
1168 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1170         * configure.in: Require GnuTLS 2.6.x or higher.
1172 2011-05-06  Paul Eggert  <eggert@cs.ucla.edu>
1174         Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1175         * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1176         * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1178         * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1179         This new gnulib-tool option saves 'configure' the trouble of
1180         checking for strtoull when strtoumax exists.
1182         * configure.in (BITS_PER_LONG_LONG): New macro.
1184 2011-05-05  Glenn Morris  <rgm@gnu.org>
1186         * Makefile.in (bootstrap-clean): Save config.log.  (Bug#765)
1187         (top_distclean): Delete config.log~.
1189 2011-04-27  Ben Key  <bkey76@gmail.com>
1191         * configure.in: Fixed a bug that caused configure with
1192         --enable-checking=stringoverrun to have no effect.
1194 2011-04-26  Paul Eggert  <eggert@cs.ucla.edu>
1196         * configure.in: Suppress unnecessary checks for size_t.
1197         (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1198         (size_t): Do not check for this, and do not typedef.  This code
1199         is never exercised now.
1201         * Makefile.in (GNULIB_MODULES): Add strtoumax.
1202         This is needed for the new integer-reading code in lread.c.
1203         It automatically pulls in the following gnulib files, which
1204         are used on old-fashioned platforms that don't have strtoumax:
1205         lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1206         lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1207         m4/strtoull.m4, m4/strtoumax.m4.
1208         * .bzrignore: Add lib/inttypes.h.
1210 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
1212         * configure.in: Check for GnuTLS certificate verify callbacks.
1214 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * Makefile.in (config.status): Don't erase in case of error.
1217         In case it disappeared, rebuild it with `configure'.
1219 2011-04-20  Ken Brown  <kbrown@cornell.edu>
1221         * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1223 2011-04-12  Glenn Morris  <rgm@gnu.org>
1225         * configure.in: Require ImageMagick >= 6.2.8.  (Bug#7955)
1227 2011-04-09  Paul Eggert  <eggert@cs.ucla.edu>
1229         * lib/allocator.c: New file, automatically generated by gnulib.
1231 2011-04-07  Glenn Morris  <rgm@gnu.org>
1233         * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1235 2011-04-06  Eli Zaretskii  <eliz@gnu.org>
1237         * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1238         Revert last change.
1240 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
1242         * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1243         ($(BLD)/careadlinkat.$(O)): New target.
1244         ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1245         ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1246         Update dependencies.
1248 2011-04-06  Paul Eggert  <eggert@cs.ucla.edu>
1250         Fix more problems found by GCC 4.6.0's static checks.
1252         * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1254         Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1255         * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1256         * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1257         * m4/ssize_t.m4: New files, automatically generated from gnulib.
1259 2011-04-06  Glenn Morris  <rgm@gnu.org>
1261         * autogen/update_autogen: Handle loaddefs-like files as well.
1262         (usage): Add -l, -C.
1263         (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1264         With -l, check status of lisp/ as well.
1265         With -C, clean before building.
1266         (autoreconf): Only pass -f in the `clean' case.
1267         (commit): New function.
1269 2011-03-28  Glenn Morris  <rgm@gnu.org>
1271         * autogen/update_autogen: Pass -f to autoreconf.
1273         * autogen.sh (get_version): Discard "not found" lines.
1274         (check_version): Respect $AUTOCONF etc environment variables.
1276 2011-03-27  Glenn Morris  <rgm@gnu.org>
1278         * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1279         (AH_BOTTOM): Do not define SIGTYPE.
1281 2011-03-26  Glenn Morris  <rgm@gnu.org>
1283         * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1284         AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1286 2011-03-25  Andreas Schwab  <schwab@linux-m68k.org>
1288         * autogen/update_autogen: Remove useless function keyword.
1290 2011-03-25  Eli Zaretskii  <eliz@gnu.org>
1292         * config.bat: Generate src/config.h and lib/Makefile from
1293         autogen/config.in and autogen/Makefile.in.
1295 2011-03-25  Glenn Morris  <rgm@gnu.org>
1297         * compile, config.guess, config.sub, depcomp, install-sh, missing:
1298         Remove; autoreconf can supply them.
1299         * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1300         config.guess, install-sh.  Pass -i to autoreconf.
1301         * autogen/update_autogen (genfiles): Add compile, config.guess,
1302         config.sub, depcomp, install-sh, missing.  Pass -i to autoreconf.
1303         Discard non-error output from autoreconf in -q case.
1304         * autogen/compile, autogen/config.guess, autogen/config.sub:
1305         * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1306         * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1307         install-sh, missing.
1309 2011-03-23  Glenn Morris  <rgm@gnu.org>
1311         * autogen/update_autogen: Fix typo.
1312         (msg): Remove function; use `exec' instead.
1314         * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1315         (sync-from-gnulib): Don't sync mkinstalldirs.
1316         * make-dist: Don't distribute mkinstalldirs.
1318 2011-03-23  Paul Eggert  <eggert@cs.ucla.edu>
1320         Fix more problems found by GCC 4.5.2's static checks.
1321         * Makefile.in (GNULIB_MODULES): Add socklen.
1322         * configure.in: Do not check for sys/socket.h, since socklen does that.
1323         * m4/socklen.m4: New automatically-generated file, from gnulib.
1325         fakemail: Remove dependency on ignore-value.
1326         * Makefile.in (GNULIB_MODULES): Add stdio.
1327         * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1328         imported from gnulib.
1329         * .bzrignore: Add lib/stdio.h.
1331 2011-03-22  Glenn Morris  <rgm@gnu.org>
1333         * autogen/copy_autogen: Work from ./ or ../.
1334         Fix time-stamps.
1335         * autogen.sh: Doc fix.
1337 2011-03-20  Glenn Morris  <rgm@gnu.org>
1339         * autogen/: New directory, to be excluded from releases.
1340         * autogen/copy_autogen, autogen/update_autogen: New scripts.
1341         * autogen/README: New file.
1342         * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1343         * autogen/Makefile.in: Add auto-updated generated files.
1344         * autogen.sh: No longer a no-op, now it tests for autotools
1345         and runs them as necessary.
1346         * configure.in: Default maintainer-mode to on.
1347         * aclocal.m4, configure, lib/Makefile.in: Remove files.
1349 2011-03-13  Paul Eggert  <eggert@cs.ucla.edu>
1351         Update for gnulib.
1352         * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1353         includes <intprops.h> directly.
1354         * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1355         when building Emacs on Solaris 9 and running it on Solaris 10.
1357 2011-03-08  Jan Djärv  <jan.h.d@swipnet.se>
1359         * configure.in: Require 3.0 for --with-gtk3.  Add HAVE_GTK3.
1361 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1363         * Version 23.3 released.
1365 2011-03-06  Glenn Morris  <rgm@gnu.org>
1367         * configure.in (FREETYPE_LIBS): Actually set it to something.
1369 2011-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1371         Work around some portability problems with symlinks.
1373         * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1374         * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1375         * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1376         * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1377         * m4/symlink.m4:
1378         New files, automatically generated from gnulib.
1379         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1380         * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1382 2011-02-26  Eli Zaretskii  <eliz@gnu.org>
1384         * .bzrignore: Ignore new lib/*.in-h files.
1386         * config.bat: Rename stdint.in.h and sys_stat.in.h.  Call
1387         depfiles.bat even if lib/deps already exist.
1389 2011-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1391         * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
1392         * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1393         recent changes to configure.in and to gnulib.
1395 2011-02-24  Glenn Morris  <rgm@gnu.org>
1397         * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1398         AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1400 2011-02-22  Paul Eggert  <eggert@cs.ucla.edu>
1402         Assume S_ISLNK etc. work, since gnulib supports this.
1403         * Makefile.in (GNULIB_MODULES): Add sys_stat.
1404         * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1405         Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1406         * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1408 2011-02-21  Paul Eggert  <eggert@cs.ucla.edu>
1410         * lib/min-max.h: New file, for "min" and "max".
1412 2011-02-21  Christoph Scholtes  <cschol2112@gmail.com>
1414         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
1415         $(EMACS_ROOT)/nt/inc/stdint.h.
1417 2011-02-21  Eli Zaretskii  <eliz@gnu.org>
1419         * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1420         src/makefile.w32-in and adapt.  Depend on stamp_BLD.
1421         (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1423 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1425         Import filemode module from gnulib.
1426         * .bzrignore: Add lib/sys/.
1427         * Makefile.in (GNULIB_MODULES): Add filemode.
1428         * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1429         * lib/filemode.c: Renamed from src/filemode.c and regenerated
1430         from gnulib.  This adds support for some more file types, e.g.,
1431         Cray DMF migrated files.
1432         * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1433         * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1434         * m4/sys_stat_h.m4: New files, generated from gnulib.
1435         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1436         Regenerate.
1438 2011-02-20  Eli Zaretskii  <eliz@gnu.org>
1440         * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1441         $(EMACS_ROOT)/nt/inc/sys/stat.h.
1443 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1445         * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1446         This undoes the 2006-01-02 change.  The -Wno-pointer-sign option
1447         is no longer needed, due to the recent SSDATA and related changes.
1448         Perhaps -Wno-pointer-sign should also be removed from
1449         nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1450         way to test this so I left it alone.
1451         * configure: Regenerate.
1453 2011-02-20  Christoph Scholtes  <cschol2112@gmail.com>
1455         * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1456         src/makefile.w32-in.
1458 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1460         Import crypto/md5 and stdint modules from gnulib.
1461         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1462         Regenerate.
1463         * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1464         Import the new versions from gnulib; they assume a C99-style
1465         <stdint.h>, supplied by the stdint module.
1466         * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1467         imported from gnulib.
1468         * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1469         * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1470         special cases.
1472 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1474         * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
1475         Add lib/deps/.
1477         * config.bat: Configure in `lib'.
1478         Generate *.Po files in lib/deps.
1480 2011-02-18  Paul Eggert  <eggert@cs.ucla.edu>
1482         Import IRIX 6.5 getloadavg fixes from gnulib.
1483         * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1485 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1487         Import getloadavg module from gnulib.
1488         * .bzrignore: Add lib/stdlib.h.
1489         * Makefile.in (GNULIB_MODULES): Add getloadavg.
1490         * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1491         * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1492         (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1493         Remove; gnulib does this now.
1494         * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1495         from gnulib.  This adds support for several other systems, such
1496         as Tru64 4.0D, QNX, AIX perfstat, etc.  It also fixes a potential
1497         buffer overrun on Linux hosts under very high load, and on hosts
1498         that maintain a channel to the load average file it makes sure
1499         the file descriptor is close-on-exec (on hosts that support this)
1500         and is not stdin, stdout, or stderr.
1501         * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1502         from gnulib.
1503         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1504         * src/config.in: Regenerate.
1506 2011-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1508         Merge from gnulib.
1510         * install-sh: Update to scriptversion 2011-01-19.21.
1512         2011-02-13  Bruno Haible  <bruno@clisp.org>
1514         Consistent macro naming for macros that use GCC __attribute__.
1515         * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1516         ATTRIBUTE_DEPRECATED.
1518         2011-02-12  Bruno Haible  <bruno@clisp.org>
1520         setlocale: Prefer gnulib's override over libintl's override.
1521         * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1522         GNULIB_defined_setlocale is set.
1524 2011-02-13  Glenn Morris  <rgm@gnu.org>
1526         * make-dist: Exclude generated file src/globals.h.
1528 2011-02-10  Paul Eggert  <eggert@cs.ucla.edu>
1530         * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1531         Sync from gnulib, which has been patched to fix the problem
1532         with the license notices.  Problem reported by Glenn Morris in
1533         <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1535 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * .bzrignore: Ignore globals.h and related stamp.
1539 2011-02-09  Paul Eggert  <eggert@cs.ucla.edu>
1541         * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1542         This merges the following fix from gnulib:
1544         2011-02-08  Bruno Haible  <bruno@clisp.org>
1546         Split large sed scripts, for HP-UX sed.
1548 2011-02-08  Tom Tromey  <tromey@redhat.com>
1550         * configure: Rebuild.
1551         * configure.in (NS_OBJC_OBJ): New subst.
1553 2011-02-06  Paul Eggert  <eggert@cs.ucla.edu>
1555         gnulib: allow multiple gnulib generated replacements to coexist
1556         This defines a few preprocessor symbols that should not affect Emacs.
1557         * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1558         via "make sync-from-gnulib".
1560         gnulib: undo previous change
1561         The upstream _HEADERS change was backed out of gnulib (see the
1562         same thread).  Stay in sync with gnulib.
1564         gnulib: adjust to upstream _HEADERS change
1565         * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1566         New empty macros, to accommodate recent changes to gnulib.  See
1567         <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1568         * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1569         * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1570         * lib/time.in.h, lib/unistd.in.h:
1571         Regenerate.
1573 2011-02-05  Paul Eggert  <eggert@cs.ucla.edu>
1575         sync from gnulib to remove HAVE_STDBOOL_H
1576         * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1577         AC_HEADER_STDBOOL.  All uses changed.  Do not define
1578         HAVE_STDBOOL_H, as gnulib does not need this.  This change is
1579         imported from the latest Autoconf git.  It was motivated by Emacs,
1580         which uses gnulib but does not need HAVE_STDBOOL_H.
1581         * configure, src/config.in: Regenerate.
1582         * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1584 2011-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1586         allow C code to suppress warnings about ignored return values
1587         * Makefile.in (GNULIB_MODULES): Add ignore-value.
1588         * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1589         * lib/ignore-value.h: New file.
1591 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
1593         * configure.in: Test existence of xaw3d library, not just the
1594         header (Bug#7642).
1596 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1598         * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1599         $(BLD)/time_r.$(O).
1600         ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1601         $(EMACS_ROOT)/src/m/intel386.h.
1602         ($(BLD)/strftime.$(O)):
1603         ($(BLD)/time_r.$(O)): Define prerequisites.
1605 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1607         src/emacs.c now gets version number from configure.in
1608         * configure.in (version): Set this from $PACKAGE_VERSION,
1609         which is set from AC_INIT, rather than scouting through src/emacs.c.
1610         * configure: Regenerate.
1611         * make-dist (version): Get it from configure.in, not src/emacs.c.
1613 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1615         strftime: import from gnulib
1616         * Makefile.in (GNULIB_MODULES): Add strftime.
1617         * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1618         needed.
1619         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1620         Regenerate.
1621         * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1622         imported from gnulib.
1623         * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1624         This incorporates many changes from gnulib, including simpler
1625         handling of multibyte formats, porting to mingw32 and other
1626         platforms, and support for higher-resolution time stamps.
1627         Emacs does not yet use the higher-resolution interface.
1629 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1631         gnulib: import mktime and move-if-change fixes from gnulib
1633         * configure: Regenerate from the following.
1635         2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1637         mktime: clarify long_int width checking
1638         * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1639         the top level, to make it clearer that the assumption about
1640         long_int width is being checked.  See
1641         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1643         2011-01-29  Paul Eggert  <eggert@cs.ucla.edu>
1645         TYPE_MAXIMUM: avoid theoretically undefined behavior
1646         * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
1647         negative number, which the C Standard says has undefined behavior.
1648         In practice this is not a problem, but might as well do it by the book.
1649         Reported by Rich Felker and Eric Blake; see
1650         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
1651         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1652         * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1654         mktime: #undef mktime before #defining it
1655         * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1657         mktime: systematically normalize tm_isdst comparisons
1658         * lib/mktime.c (isdst_differ): New function.
1659         (__mktime_internal): Use it systematically for all isdst comparisons.
1660         This completes the fix for libc BZ #6723, and removes the need for
1661         normalizing tm_isdst.  See
1662         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1663         (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1665         mktime: fix some integer overflow issues and sidestep the rest
1667         This was prompted by a bug report by Benjamin Lindner for MinGW
1668         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1669         His bug is due to signed integer overflow (0 - INT_MIN), and I
1670         I scanned through mktime.c looking for other integer overflow
1671         problems, fixing all the bugs I found.
1673         Although the C Standard says the resulting code is still not safe
1674         in the presence of integer overflow, in practice it should be good
1675         enough for all real-world two's-complement implementations, except
1676         for debugging environments that deliberately trap on integer
1677         overflow (e.g., gcc -ftrapv).
1679         * lib/mktime.c (WRAPV): New macro.
1680         (SHR): Also check that long_int and time_t shift right in the
1681         usual way, before using the fast-but-unportable method.
1682         (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1683         used.  The code already assumed two's complement, so there's
1684         no need to test for alternatives.  All uses removed.
1685         (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1686         the C standard.  Problem reported by Rich Felker in
1687         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1688         (twos_complement_arithmetic): Also check long_int and time_t.
1689         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1690         (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1691         (__mktime_internal): Avoid integer overflow with unary subtraction
1692         in two instances where -1 - X is an adequate replacement for -X,
1693         since the calculations are approximate.
1695         2011-01-29  Eric Blake  <eblake@redhat.com>
1697         mktime: avoid infinite loop
1698         * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1699         type; behavior is still undefined but portable to all known targets.
1700         Reported by Rich Felker.
1702         2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1704         mktime: avoid problems on NetBSD 5 / i386
1705         * lib/mktime.c (long_int): New type.  This works around a problem
1706         on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1707         but time_t is 64 bits, and where I expect the existing code is
1708         wrong in some cases.
1709         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1710         (ydhms_diff): Bring back the compile-time check for wide-enough
1711         year and yday.
1713         mktime: fix misspelling in comment
1714         * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1715         This merges all recent glibc changes of importance.
1717         2011-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1719         move-if-change: cope with concurrent mv of identical file.
1720         * move-if-change (CMPPROG): Accept environment
1721         variable as an override for `cmp'.
1722         (usage): Document CMPPROG.
1723         Adjust comparison to drop stdout.  Cope with failure of mv if
1724         the target file exists and is identical to the source, for
1725         parallel builds.
1726         Report from H.J. Lu against binutils in PR binutils/12283.
1728 2011-01-29  Eli Zaretskii  <eliz@gnu.org>
1730         * lib/makefile.w32-in:
1731         * lib/getopt_.h: New files.
1733 2011-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1735         improve fix for MS-DOS file name clash
1736         * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1737         for portability to POSIX make.  Reported by Bruno Haible.
1738         (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1739         gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1740         files from accumulating as garbage.  Also reported by Bruno Haible.
1742 2011-01-27  Paul Eggert  <eggert@cs.ucla.edu>
1744         fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1745         * Makefile.in (DOS-gnulib-comp.m4): New macro.
1746         (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1747         problems with MS-DOS 8+3 file name restrictions.
1748         Remove m4/gnulib-cache.m4, as we can live without it.  If we kept
1749         it, it would also cause problems when extracting Emacs distribution
1750         tarballs on MS-DOS hosts.
1751         (ACLOCAL_INPUTS): Adjust to file renaming.
1752         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
1753         * config.guess, config.sub: Sync from gnulib.
1754         * m4/gnulib-cache.m4: Remove from repository.
1755         * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1757 2011-01-25  Glenn Morris  <rgm@gnu.org>
1759         * README: Add a note about ranges in copyright years.
1761         * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1763 2011-01-25  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
1765         * configure.in: Add HP-UX on IA64 (Bug#6811).
1767 2011-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1769         Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1770         * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1771         as it is no longer needed.
1772         * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
1773         * configure.in: Invoke the new gnulib macro
1774         gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1775         warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1776         * m4/getopt.m4: Sync from gnulib; this removes the need for
1777         HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1778         * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1779         New macro, synced from gnulib.
1780         * m4/warn-on-use.m4: Remove.
1782 2011-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1784         aclocal.m4: put this file back into repository
1785         This way, we don't have to assume that the maintainer has
1786         the automake package installed.  See
1787         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1788         * .bzrignore: Remove aclocal.m4, undoing the previous change.
1789         * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1790         undoing the previous change.
1791         * aclocal.m4: New file (actually, resurrected).
1793 2011-01-22  Miles Bader  <miles@gnu.org>
1795         * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1796         FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1797         Emacs directly uses fontconfig, and breaks building when using a
1798         strict linker).
1800 2011-01-21  Paul Eggert  <eggert@cs.ucla.edu>
1802         src/config.in: shrink slightly
1803         * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1804         This makes src/config.in a bit smaller, by removing identifiers
1805         like GNULIB_TEST_MKTIME that Emacs does not need.
1806         * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1807         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1808         Sync from gnulib.  This removes a few more unnecessary symbols from
1809         src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1810         * configure, src/config.in: Regenerate.
1812         aclocal.m4: tweaks to regenerate more conveniently
1813         This attempts to act better when the source is in a weird state.  See
1814         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1815         * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1816         * .bzrignore: Add aclocal.m4.
1818 2011-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1820         aclocal.m4: omit auto-generated file from repository
1821         * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1822         the most recent change here.
1823         * aclocal.m4: Remove from bzr repository.  This file is
1824         auto-generated and isn't needed to run 'configure'.  See
1825         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1827 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1829         Minor Makefile.in tweaks to build from gnulib better.
1830         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1831         * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1832         (top_maintainer_clean): Don't remove aclocal.m4.
1834 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1836         Minor cleanups for 'bzr status'
1837         * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1838         the output of config.guess.
1839         * Makefile.in (top_distclean): Remove stamp-h1 too.
1841         * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1842         defined if the compiler supports GCC-style __attribute__
1843         ((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support
1844         this syntax.
1846 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1848         Makefile.in: tidy up the building of lib
1849         * Makefile.in (am--refresh): Mark as .PHONY.
1850         (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1851         as they're not rebuilt unless you do a "make sync-from-gnulib"
1852         and the former is needed for "configure".
1853         (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1854         has already removed lib/Makefile.
1856         * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1857         This avoids building ftoastr and ldtoastr, which aren't needed.  See
1858         <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
1860         * .bzrignore: Add .h files that are host-dependent.
1861         Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1862         lib/time.h, lib/unistd.h, lib/warn-on-use.h.  These are
1863         host-dependent and are built as part of an ordinary 'make', and
1864         should not be checked in.
1866         * lib/Makefile.in: Regenerate.
1867         * lib/COPYING: New file, a copy of COPYING.
1869         * configure: Regenerate.
1870         * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1872         Regenerate.
1873         * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1874         * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1875         New files, copied from gnulib by gnulib-tool.
1876         * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
1877         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1878         Regenerate.
1880         Use gnulib's getopt-gnu module.
1881         * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1882         (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1883         representative of the dependencies.
1884         * configure.in: Do not configure getopt, as gnulib does that now.
1885         * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1886         getopt now, in lib.
1888         Regenerate.
1889         * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1890         * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1891         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1892         * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1893         * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1894         * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1895         * m4/wchar_t.m4, warn-on-use.h:
1896         New files, copied from gnulib by gnulib-tool.
1897         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1898         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1899         Regenerate.
1901         Use gnulib's mktime module.
1902         * Makefile.in (GNULIB_MODULES): Add mktime.
1903         * configure.in: Remove code no longer needed, as gnulib now does it.
1904         (AC_CHECK_FUNCS): Remove mktime.
1905         (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1906         (__restrict): Remove, as this now gets in the way of the C99
1907         support for 'restrict' pulled in by the gnulib mktime module.
1908         Code should now use 'restrict' and not '__restrict".
1909         (mktime): Remove.
1910         * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1911         and warn-on-use.h into the distribution.
1913         Regenerate.
1914         * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1915         * lib/ldtoastr.c, m4/c-strtod.m4:
1916         New files, copied from gnulib by gnulib-tool.
1917         * lib/dummy.c: Remove.
1918         * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1919         * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1920         Regenerate.
1922         Use gnulib's ftoastr module.
1923         * Makefile.in (GNULIB_MODULES): Add ftoastr.  Remove dummy.
1925         Regenerate.
1926         * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1927         * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
1928         * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1929         New files, generated automatically, with 'make sync-from-gnulib'
1930         followed by 'make'.
1931         * configure, lisp/dired.el, src/config.in: Regenerate.
1933         Automate syncing from gnulib.
1934         * INSTALL, README: Document new subdirectory 'lib'.
1935         * Makefile.in (SUBDIR): Add lib.
1936         (SUBDIR_MAKEFILES): Add lib/Makefile.
1937         (lib-src, src, TAGS, tags): Depend on lib.
1938         (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1939         ($(gnulib_srcdir)): New rule.
1940         (sync-from-gnulib): New rule, which is .PHONY.
1941         (lib): New rule, which is like lib-src.
1942         (Makefile): Depend on lib/Makefile.in.
1943         (AUTOCONF_INPUTS): Depend on aclocal.m4.
1944         (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1945         ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1946         (am--refresh): New rule, to pacify Automake.
1947         (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1948         Clean lib, too.
1949         (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1950         droppings.
1951         (maintainer-clean, extraclean): Use it.
1952         * configure.in: Initialize for automake and gnulib, by invoking
1953         AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT.  Output
1954         lib/Makefile, too.  Use automake to build gnulib, as gnulib works
1955         more conveniently with automake.
1956         * lib/Makefile.am: New file.
1957         * make-dist: Also put into the distribution aclocal.m4,
1958         compile, depcomp, missing, and the files under lib/.
1960 2011-01-15  Glenn Morris  <rgm@gnu.org>
1962         * Makefile.in (epaths-force): No more arch-tag to edit.
1964 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1966         * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1968 2011-01-14  Paul Eggert  <eggert@cs.ucla.edu>
1970         * make-dist: Distribute test/ files too.
1971         Distribute every file under test/ that is under version control,
1972         using patterns like *.el to capture files that are added later.
1973         Without this change, "configure" would fail, because it would
1974         attempt to build from a Makefile.in that was not distributed.
1976 2011-01-13  Christian Ohler  <ohler@gnu.org>
1978         * Makefile.in (INFO_FILES): Add ERT.
1980         * Makefile.in (check): Run tests in test/automated.
1982         * Makefile.in:
1983         * configure.in: Add test/automated/Makefile.
1985 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1987         * install-sh, mkinstalldirs, move-if-change: Update from master
1988         source in gnulib.
1990         * config.guess, config.sub: Updated from master source.
1992 2011-01-05  Andreas Schwab  <schwab@linux-m68k.org>
1994         * configure.in: Check for __builtin_unwind_init.
1996 2011-01-05  Glenn Morris  <rgm@gnu.org>
1998         * configure.in (HAVE_MAKEINFO): New output variable.
1999         (MAKEINFO): Reset to "makeinfo" if not found.
2000         * Makefile.in (install-arch-indep, info):
2001         Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2003 2010-12-29  Ulrich Mueller  <ulm@gentoo.org>
2005         * configure.in: Make gameuser configurable (Bug#7717).
2007 2010-12-15  Glenn Morris  <rgm@gnu.org>
2009         * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2010         long absent lib-src/fns-*.el.
2012 2010-12-11  Glenn Morris  <rgm@gnu.org>
2014         * make-dist: Exclude etc/*.pyc.
2016 2010-12-10  Andreas Schwab  <schwab@linux-m68k.org>
2018         * configure.in: Don't double machfile in final message.
2020 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
2022         * configure.in: Fix last change.
2024 2010-12-04  Andreas Schwab  <schwab@linux-m68k.org>
2026         * configure.in: Remove reference to removed machine description
2027         files and allow $machine and $machfile to be empty.  Substitute
2028         M_FILE/S_FILE instead of machfile/opsysfile.
2030 2010-12-03  Glenn Morris  <rgm@gnu.org>
2032         * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2034 2010-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
2036         * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2037         (EXTERNALLY_VISIBLE): New definition.
2039 2010-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
2041         * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2043 2010-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
2045         * configure.in: Do not check for unconditionally included headers.
2047 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2051 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
2053         * configure.in: Don't write a warning for D-Bus anymore.
2055 2010-11-06  Andreas Schwab  <schwab@linux-m68k.org>
2057         * configure.in: Fix indentation.
2059 2010-10-31  Ken Brown  <kbrown@cornell.edu>
2061         * configure.in (checking whether localtime caches TZ): Use
2062         unsetenv instead of modifying environment directly.
2064 2010-10-25  Andreas Schwab  <schwab@linux-m68k.org>
2066         * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2067         to avoid warning.
2069 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071         * configure.in: Remove the BROKEN annotation from GnuTLS.
2073 2010-10-22  Glenn Morris  <rgm@gnu.org>
2075         * make-dist: Avoid listing .el files twice.  Don't try to run
2076         autoconf if --no-update.
2078 2010-10-20  Glenn Morris  <rgm@gnu.org>
2080         * make-dist: No longer create lisp/MANIFEST.
2082 2010-10-14  Glenn Morris  <rgm@gnu.org>
2084         * BUGS, INSTALL.BZR, README: Updates.
2086 2010-10-13  Glenn Morris  <rgm@gnu.org>
2088         * make-dist: Remove --compress.  Check for the appropriate
2089         gzip-like executable, and if not found, don't compress.
2090         Check version number in README, don't change it.
2091         Use find for nt/inc/*.h.
2093 2010-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
2095         * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2096         trailing / from directory names.
2098 2010-10-12  Glenn Morris  <rgm@gnu.org>
2100         * make-dist: Update and simplify.
2102 2010-10-12  Eli Zaretskii  <eliz@gnu.org>
2104         * make-dist: Don't distribute src/buildobj.h.  (Bug#7167)
2106 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2108         * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2110 2010-10-09  Glenn Morris  <rgm@gnu.org>
2112         * make-dist: No more doc/emacs/*.texi.in.
2114         * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2116 2010-10-09  Glenn Morris  <rgm@gnu.org>
2118         * configure.in: Combine some conditionals.
2120         * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2121         * make-dist: Include doc/emacs/*.texi.in.
2123         * INSTALL, make-dist: Remove references to b2m.
2124         * Makefile.in (MAN_PAGES): Remove b2m.1.
2126 2010-10-05  Glenn Morris  <rgm@gnu.org>
2128         * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2130 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2132         * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2134 2010-10-01  Dan Nicolaescu  <dann@ics.uci.edu>
2136         * configure.in: Include stdlib.h and string.h unconditionally.
2138 2010-09-29  Romain Francoise  <romain@orebokech.com>
2140         * configure.in: Don't enable ImageMagick unless HAVE_X11.
2142 2010-09-28  Glenn Morris  <rgm@gnu.org>
2144         * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2145         happy.
2147 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149         * configure.in: Enable imagemagick by default.
2151 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153         * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2154         GnuTLS libraries.
2156 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
2158         * configure.in: Set up GnuTLS.
2160 2010-09-22  Chong Yidong  <cyd@stupidchicken.com>
2162         * configure.in: Announce whether libxml2 is linked to.
2164 2010-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
2166         * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2168 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
2170         * config.bat: Detect that libxml2 is installed and if so, build
2171         with it.
2173 2010-09-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175         * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2176         be used.  This fixes a conf problem on Mac OS X.
2178 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180         * configure.in: Check for libxml2.
2182 2010-09-09  Glenn Morris  <rgm@gnu.org>
2184         * make-dist: No more TODO files under lisp/.
2186 2010-09-04  Eli Zaretskii  <eliz@gnu.org>
2188         * config.bat: Produce lisp/gnus/_dir-locals.el from
2189         lisp/gnus/.dir-locals.el.
2191 2010-08-23  Andreas Schwab  <schwab@linux-m68k.org>
2193         * configure.in: Fix check for librsvg, imagemagick and
2194         MagickExportImagePixels.
2196 2010-08-18  Joakim Verona  <joakim@verona.se>
2198         * Makefile.in, configure.in: Checks for ImageMagick.
2200 2010-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
2202         * configure.in (AC_PREREQ): Require autoconf 2.65.
2204 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
2206         * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2208 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
2210         * configure.in: Add AC_C_BIGENDIAN.
2212 2010-08-09  Dan Nicolaescu  <dann@ics.uci.edu>
2214         * configure.in (ORDINARY_LINK): Use on hpux* too.
2216 2010-08-06  Jan Djärv  <jan.h.d@swipnet.se>
2218         * configure.in: Check for util.h.
2219         Use -Wimplicit-function-declaration if compiler supports it.
2221 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
2223         * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2225 2010-08-04  Andreas Schwab  <schwab@linux-m68k.org>
2227         * configure.in: Restore accidentally removed use of
2228         GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2230 2010-07-29  Chad Brown  <yandros@mit.edu>
2232         * configure.in: Check for dirent.h.
2234 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
2236         * configure.in: Remove reference to usg5-4, unused.
2238 2010-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2240         * configure.in: Check for __executable_start.
2242 2010-07-24  Ken Brown  <kbrown@cornell.edu>
2244         * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2246 2010-07-24  Juanma Barranquero  <lekktu@gmail.com>
2248         * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2250 2010-07-24  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2252         * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2254 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2256         * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2257         (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2258         (C_OPTIMIZE_SWITCH): Remove.
2259         (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2261 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
2263         * configure.in: Don't check for index and rindex, check for strchr
2264         and strrchr.  Define strchr and strrchr as index and rindex,
2265         resp., in src/config.h if not available.
2267 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
2269         * configure.in: Use -Wold-style-definition if available.
2270         This helps with the transition to standard C code, it can be
2271         removed when done.
2273         * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2275         * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2276         and MSWindows.
2278 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
2280         * configure.in: Don't check for bcopy, bcmp, bzero.  Don't include
2281         <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2283 2010-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
2285         * configure.in (getenv): Remove K&R declaration.
2287 2010-07-02  Jan Djärv  <jan.h.d@swipnet.se>
2289         * configure.in: Remove define __P.
2291 2010-07-02  Dan Nicolaescu  <dann@ics.uci.edu>
2293         * configure.in (--enable-use-lisp-union-type): New flag.
2295 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
2297         Fix CFLAGS for non-GCC compilers.
2298         * configure.in (CFLAGS): Always use -g like it was done before the
2299         2010-03-30 change.
2300         (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2301         (Bug#6538)
2303 2010-06-30  Glenn Morris  <rgm@gnu.org>
2305         * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2306         Set with AC_DEFINE rather than AH_BOTTOM.
2308         * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2309         (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2310         Set with shell, not cpp.
2311         (LIBX): Remove, just use -lX11 in the one place this was used.
2312         (cannot_dump): Replace with CANNOT_DUMP.
2314 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2316         * configure.in: Add --with-x-toolkit=gtk3.  Remove HAVE_GTK_MULTIDISPLAY,
2317         check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2318         by minimum required Gtk+ 2.6).  Add checks for functions introduced
2319         in Gtk+ 2.14 or newer (bug#6505).
2321 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
2323         * config.bat: Remove white space around "+" in COPY commands.
2325 2010-06-23  Glenn Morris  <rgm@gnu.org>
2327         * info/dir: Start descriptions in column 32, per Texinfo convention.
2329 2010-06-16  Chong Yidong  <cyd@stupidchicken.com>
2331         * INSTALL: Update font information (Bug#6389).
2333 2010-06-16  Glenn Morris  <rgm@gnu.org>
2335         * INSTALL: General update.
2337 2010-06-12  Glenn Morris  <rgm@gnu.org>
2339         * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2341 2010-06-11  Glenn Morris  <rgm@gnu.org>
2343         * configure.in (--without-compress-info): New option.
2344         (GZIP_INFO): New output variable.
2346         * Makefile.in (GZIP_INFO): New, set by configure.
2347         (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2348         Handle man pages in the same way.
2350 2010-06-10  Glenn Morris  <rgm@gnu.org>
2352         * Makefile.in (install-arch-indep): Gzip the info files too.
2354         * make-dist: Remove references to non-existent directories and files.
2356 2010-06-08  Dan Nicolaescu  <dann@ics.uci.edu>
2358         * configure.in: Include <strings.h> and <string.h> instead of
2359         "strings.h" and "string.h".
2361 2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
2363         * configure.in: Remove code dealing with BSTRING.
2365 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
2367         * configure.in (AC_PREREQ): Require autoconf 2.65.
2369         * configure.in (unxec): Do not define and substitute.
2370         (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2372 2010-06-03  Glenn Morris  <rgm@gnu.org>
2374         * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2376 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
2378         Fix alloca definition when using gcc on non-gnu systems.
2379         * configure.in: Use the code sequence indicated by "info autoconf"
2380         for alloca (bug#6170).
2382 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2384         * .bzrignore: Ignore new files from trunk, which appear if you use
2385         colocated branches (i.e. "bzr switch").
2387 2010-05-28  Glenn Morris  <rgm@gnu.org>
2389         * configure.in: Simplify some of the $canonical tests.
2391 2010-05-27  Glenn Morris  <rgm@gnu.org>
2393         * config.bat: Do not preprocess src/Makefile.in.
2395         * configure.in: Do not preprocess src/Makefile.in.
2396         (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2397         (AC_EGREP_CPP): Test no longer needed.
2399         * make-dist: No more Makefile.c files.
2401 2010-05-26  Glenn Morris  <rgm@gnu.org>
2403         * configure.in (YMF_PASS_LDFLAGS): Remove.
2404         (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2406         * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2407         Add $GNUSTEP_LOCAL_HEADERS.
2408         (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2410         * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2411         (GNUSTEP_MAKEFILES): Remove.
2412         (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2413         stuff to here.
2415 2010-05-25  Glenn Morris  <rgm@gnu.org>
2417         * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2418         (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2420         * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2421         (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2422         here instead.
2424 2010-05-24  Romain Francoise  <romain@orebokech.com>
2426         * make-dist: Look for version in src/emacs.c.
2427         Use lisp/subr.el rather than lisp/version.el for location check.
2429 2010-05-21  Glenn Morris  <rgm@gnu.org>
2431         * configure.in (MKDEPDIR): Parallel build tweak.
2433         * configure.in (ns_frag): New output file.
2435         * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2436         (OLDXMENU_TARGET): Set to empty if USE_GTK.
2438         * configure.in (cannot_dump): New output variable.
2440 2010-05-20  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
2442         * configure.in: On NetBSD, if terminfo is found, use it in
2443         preference to termcap.  (Bug#6190)
2445 2010-05-20  Glenn Morris  <rgm@gnu.org>
2447         * make-dist (src): Include *.mk.
2448         * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2449         * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2450         (deps_frag): New output file.
2451         (AUTO_DEPEND): Remove this definition.
2453         * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2455 2010-05-19  Glenn Morris  <rgm@gnu.org>
2457         * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2458         (ORDINARY_LINK): New AC_DEFINE.
2459         (LIB_GCC): No need to set if ORDINARY_LINK.
2461 2010-05-18  Glenn Morris  <rgm@gnu.org>
2463         * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2464         (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2466         * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2467         * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2468         (RALLOC_OBJ): New output variable.
2470         * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2471         * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2473 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2475         * Makefile.in (src): Provide the name of the VCS file that witnesses
2476         a pull.
2477         ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2479 2010-05-17  Glenn Morris  <rgm@gnu.org>
2481         * configure.in (OLDXMENU_DEPS): New output variable.
2483 2010-05-16  Glenn Morris  <rgm@gnu.org>
2485         * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2487         * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2488         * Makefile.in (install-arch-dep): Update for above change.
2490         * Makefile.in (ns_appdir): Remove.
2491         (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2493         * configure.in (TEMACS_LDFLAGS2): New output variable.
2495         * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2496         (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2497         (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2498         nothing uses.
2500 2010-05-16  Dan Nicolaescu  <dann@ics.uci.edu>
2502         * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2503         does not use them.
2504         (X11R5_INHIBIT_I18N): Remove, unused.
2506 2010-05-15  Glenn Morris  <rgm@gnu.org>
2508         * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2510         * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2512 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
2514         * configure.in: Look for version string in its new location.
2516 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
2518         * config.bat: Remove support for DJGPP v1.x.
2520 2010-05-15  Glenn Morris  <rgm@gnu.org>
2522         * configure.in (OLDXMENU_TARGET): New output variable.
2524         * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2526         * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2527         and other files that no longer exist.
2529 2010-05-14  Glenn Morris  <rgm@gnu.org>
2531         * configure.in (cpp_undefs): Add mktime, register, X11.
2533         * configure.in (GPM_MOUSE_SUPPORT): Remove.
2534         (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2535         (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2537         * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2538         (GNUSTEP_MAKEFILES): Do not output.
2540 2010-05-13  Glenn Morris  <rgm@gnu.org>
2542         * configure.in: Fix some paren typos.
2544         * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2546         * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2548 2010-05-12  Glenn Morris  <rgm@gnu.org>
2550         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2552         * configure.in (LIB_GCC): New output variable.
2554 2010-05-11  Glenn Morris  <rgm@gnu.org>
2556         * make-dist (msdos): No more mainmake.
2558         * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2559         * config.bat: Do not run cpp on lib-src/Makefile.in.
2561         * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2563 2010-05-10  Glenn Morris  <rgm@gnu.org>
2565         * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2567         * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2568         (BLESSMAIL_TARGET): New output variable.
2570 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2572         * INSTALL: Fix typos.
2574 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
2576         * configure.in: Add check for buggy version of GCC (Bug#6031).
2578 2010-05-08  Glenn Morris  <rgm@gnu.org>
2580         * configure.in (HAVE_LIBNCURSES): New local variable.
2581         (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2582         replacing cpp in src/s/*.h and src/Makefile.in.
2584 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
2586         * Version 23.2 released.
2588 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2590         * configure.in: Add tests for `isnan' and `copysign'.
2592 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
2594         * config.bat: Allow for 2 leading `#'s in comments in
2595         src/Makefile.in.
2597 2010-05-07  Glenn Morris  <rgm@gnu.org>
2599         * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2600         Merges logic from src/s/* and src/Makefile.in.
2601         (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2603 2010-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
2605         Define START_FILES and LIB_STANDARD using autoconf.
2606         * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2607         here from src/s/*.h.
2608         (HAVE_CRTIN): Remove, inline logic in the netbsd
2609         START_FILES/LIB_STANDARD computation.
2611 2010-05-06  Glenn Morris  <rgm@gnu.org>
2613         * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2615         * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2616         (LD_SWITCH_X_SITE): Remove unused variables.
2618 2010-05-04  Glenn Morris  <rgm@gnu.org>
2620         * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2621         as well.
2622         (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2624         * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2626         * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2627         variables, replacing c_switch_machine, c_switch_system.
2628         * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2629         @c_switch_system@.
2631 2010-05-03  Glenn Morris  <rgm@gnu.org>
2633         * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2635         * make-dist: There are no more src/m/*.inp files.
2637 2010-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
2639         * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2640         (ac_link): Do not use ld_switch_machine.
2642 2010-05-01  Glenn Morris  <rgm@gnu.org>
2644         * configure.in (OTHER_OBJ): Remove.
2645         (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2647 2010-04-30  Glenn Morris  <rgm@gnu.org>
2649         * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2650         Elsewhere, maybe include it.
2652         * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2653         (OLDXMENU, LIBXMENU): New output variables.
2655         * configure.in (OTHER_OBJ): New output variable.
2657 2010-04-28  Glenn Morris  <rgm@gnu.org>
2659         * configure.in (CYGWIN_OBJ): New output variable.
2661         * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2663         * configure.in (FONT_OBJ): New output variable.
2665         * configure.in (LIBXMU): New output variable.
2667         * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2669         * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2670         userland and maybe change values to i386 (move test from s/amdx86-64.h).
2672 2010-04-27  Glenn Morris  <rgm@gnu.org>
2674         * configure.in (LIBXTR6): New output variable.  Move unixware special
2675         case here from src/s/unixware.h.
2677         * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2678         in Makefiles.
2679         (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2681         * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2682         (LIBXP): No longer substitute in Makefiles.
2683         (MOTIF_LIBW): New output variable.  Move system-specific settings here
2684         from src/s files.
2686 2010-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
2688         Reduce CPP usage.
2689         * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2690         (unexec): Define unconditionally, all platforms define
2691         UNEXEC.  AC_SUBST it.
2692         (UNEXEC_SRC): Remove, unused.
2693         (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2695 2010-04-27  Glenn Morris  <rgm@gnu.org>
2697         * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2698         replaced by LIBXP.
2700         * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2701         (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2702         On hpux10-20, default to /lib.
2704         * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2706 2010-04-26  Dan Nicolaescu  <dann@ics.uci.edu>
2708         * configure.in (LIBS_MACHINE): Remove, unused.
2710         * configure.in (LIB_MATH): New output variable.  Set it for some systems.
2712 2010-04-24  Glenn Morris  <rgm@gnu.org>
2714         * configure.in (CRT_DIR): New output variable.
2715         (--with-crt-dir): New option.  (Bug#5655)
2716         (HAVE_LIB64_DIR): Remove.
2718 2010-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
2720         * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2722 2010-04-22  Miles Bader  <miles@gnu.org>
2724         * configure.in: Get rid of "unix" pre-defined macro when
2725         preprocessing Makefile.  (Bug#5857)
2727 2010-04-21  Andreas Schwab  <schwab@linux-m68k.org>
2729         Avoid non-portable shell command negation
2730         * configure.in: Revert last change.
2732 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2734         * configure.in: Change "if test ! -f" to "if ! test -f".
2736 2010-04-21  Glenn Morris  <rgm@gnu.org>
2738         * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2739         (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2741 2010-04-21  Karel Klíč  <kklic@redhat.com>
2743         * configure.in: New option: --with(out)-selinux, on by default.
2744         Set HAVE_LIBSELINUX if we find libselinux, and substitute
2745         LIBSELINUX_LIBS in Makefiles.
2747 2010-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
2749         * configure.in: Remove all references to LIBX11_SYSTEM.
2751 2010-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
2753         * configure.in: Remove all references to C_DEBUG_SWITCH.
2755 2010-03-27  Eli Zaretskii  <eliz@gnu.org>
2757         * config.bat <lib-src>: Edit out lines that begin with several #
2758         characters.
2760 2010-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
2762         * configure.in: Remove support for old UNIX System V systems and
2763         for Unixware on non-x86 machines.
2765         * configure.in: Remove support for Solaris on PPC and for old versions.
2767         * configure.in: Remove non-working lynxos port.
2769 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2771         * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2773 2010-03-19  Glenn Morris  <rgm@gnu.org>
2775         * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2776         happy.
2778 2010-03-18  Jan Djärv  <jan.h.d@swipnet.se>
2780         * configure.in: Check for tputs and friends, abort if not
2781         found (bug#5735).
2783 2010-03-18  Glenn Morris  <rgm@gnu.org>
2785         * configure.in (--with-x-toolkit): In the help text, say which options
2786         are synonyms.
2788         * configure.in (--with-mmdf, --with-mail-unlink):
2789         New options, off by default.
2790         (--with-mailhost): New option to set default POP host.
2791         (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2792         (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2793         New variables, substituted in Makefiles.
2794         (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2795         (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2796         (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2797         (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2798         (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2800 2010-03-18  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
2802         * Makefile.in (uninstall): Handle the case where archlibdir does not
2803         exist.  (Bug#5720)
2805 2010-03-12  Eli Zaretskii  <eliz@gnu.org>
2807         These changes remove termcap.c from the build on POSIX platforms.
2808         * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2810         * configure: Regenerated.
2812 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2814         * Branch for 23.2.
2816 2010-01-31  Juri Linkov  <juri@jurta.org>
2818         * .bzrignore: Add TAGS-LISP.
2820 2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2822         * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2823         this header file).
2825 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
2827         * .bzrignore: Ignore all .exe, instead of individual files.
2829 2010-01-12  Chong Yidong  <cyd@stupidchicken.com>
2831         * configure.in: Explicitly check for and link to -lXrender.
2833 2010-01-12  Glenn Morris  <rgm@gnu.org>
2835         * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2836         for bug reports for development versions.
2838 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2840         * .bzrignore: Add more ignored patterns, including for the MS-DOS
2841         build.
2843 2009-12-27  Karl Fogel  <kfogel@red-bean>
2845         * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2846         * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2848 2009-12-17  Glenn Morris  <rgm@gnu.org>
2850         * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2852 2009-12-15  Glenn Morris  <rgm@gnu.org>
2854         * info/dir: Add EDT entry.
2855         * Makefile.in (INFO_FILES): Add edt.
2857 2009-12-10  Jan Djärv  <jan.h.d@swipnet.se>
2859         * configure.in: Check for RSVG if GNUstep is used.
2861 2009-12-09  Jan Djärv  <jan.h.d@swipnet.se>
2863         * configure.in: Don't check for RSVG or GConf unless X11 is used.
2865 2009-12-09  Ken Brown  <kbrown@cornell.edu>  (tiny change)
2867         * configure.in: Allow compiling Emacs with GTK on Cygwin.
2869 2009-12-01  Glenn Morris  <rgm@gnu.org>
2871         * make-dist: Add etc/images/mpc directory.
2873 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2875         * configure.in: Don't check for GConf unless X is used.
2877 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
2879         * configure.in: Use -Wdeclaration-after-statement if available.
2881 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
2883         * configure.in: New option: --with(out)-gconf.
2884         Set HAVE_GCONF if we find gconf.
2886 2009-11-17  Glenn Morris  <rgm@gnu.org>
2888         * Makefile.in (INFO_FILES): Add semantic.
2890 2009-11-16  Chong Yidong  <cyd@stupidchicken.com>
2892         * info/dir: Add Semantic.
2894 2009-11-16  Glenn Morris  <rgm@gnu.org>
2896         * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2897         pattern, so as not to exclude makefile*.el.  (Bug#4912)
2899 2009-11-14  Jan Djärv  <jan.h.d@swipnet.se>
2901         * configure.in: --enable-autodepend is new.  Check for GNU Make
2902         and that gcc supports -MMD -MF.  Define AUTO_DEPEND if we can use
2903         gcc and GNU make to generate dependencies.
2905 2009-10-27  Glenn Morris  <rgm@gnu.org>
2907         * make-dist: Make links to doc/lispintro/*.pdf.
2909 2009-10-23  Jim Meyering  <meyering@redhat.com>
2911         * configure.in: Invoke $CPP with -P when creating Makefile and
2912         src/Makefile.  Without this, gcc 4.4.2 converts each
2913         backslash-newline pair in the input to a bare newline, yielding
2914         invalid Makefiles.
2916         * configure: Regenerate.
2918 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
2920         * configure.in (vax-dec-vms): Remove, not supported anymore.
2922 2009-10-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
2924         * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2925         (*-apple-darwin*): Add x86_64 architecture.
2927 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2929         * config.guess, config.sub: Updated from master source.
2931 2009-10-11  Adrian Robert  <Adrian.B.Robert@gmail.com>
2933         * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2935 2009-10-07  Edward Trumbo  <etrumbo@comcast.net>  (tiny change)
2937         * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2939 2009-09-29  Glenn Morris  <rgm@gnu.org>
2941         * make-dist (check): Update for two new levels of subdirectory in lisp/.
2943 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2945         * config.guess, config.sub: Updated from master source.
2947         * configure.in (OTHER_FILES): Define using autoconf not cpp.
2949 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2951         * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2953 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2955         * INSTALL: Update URL for GNU FreeFont.
2957 2009-09-09  Glenn Morris  <rgm@gnu.org>
2959         * Makefile.in (install-arch-indep): Don't recursively change perms of
2960         site-lisp and infodir.  There may be non-Emacs files in here, and the
2961         files supplied by Emacs are all handled explicitly already.  (Bug#3800)
2962         (mkdir): Set umask to world-readable before creating directories.
2963         mkinstalldirs already checks if dirs exist, don't duplicate this test.
2965 2009-08-29  Glenn Morris  <rgm@gnu.org>
2967         * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2968         (info): Don't give an error in the absence of makeinfo - let the doc
2969         Makefiles do that, if the info files need rebuilding.  (Bug#3982)
2971 2009-08-23  Ken Raeburn  <raeburn@raeburn.org>
2973         * Makefile.in (install-arch-indep): If the versioned DOC-####
2974         generated during loadup+dump isn't found, install the plain DOC
2975         file that always gets generated, in case CANNOT_DUMP is set.
2977         * configure.in: Warn if package version specified here doesn't
2978         match the version in version.el.
2979         * configure: Regenerate.
2981 2009-08-22  Michael Albinus  <michael.albinus@gmx.de>
2983         * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2985         * configure: Regenerate.
2987 2009-08-19  Glenn Morris  <rgm@gnu.org>
2989         * INSTALL: Remove reference to cvtmail.
2991 2009-08-15  CHENG Gao  <chenggao@gmail.com>
2993         * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2995 2009-08-02  Kevin Ryde  <user42@zip.com.au>
2997         * INSTALL: Fix free fonts URL.
2999 2009-07-22  Glenn Morris  <rgm@gnu.org>
3001         * configure.in (AC_PREREQ): Require autoconf 2.62.
3003 2009-07-04  Andreas Schwab  <schwab@linux-m68k.org>
3005         * configure.in (--enable-checking, --enable-profiling):
3006         Use AS_HELP_STRING.
3008 2009-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
3010         * configure.in (--enable-profiling): New option.
3011         (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3013 2009-06-27  Glenn Morris  <rgm@gnu.org>
3015         * configure.in: Restore netbsd on mips, mipsel, mipseb.
3017 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3019         * configure.in (--enable-checking): New option.
3021 2009-06-24  Glenn Morris  <rgm@gnu.org>
3023         * make-dist: Warn if subdir does not exist in source.
3024         (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3025         (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3026         No longer make links.
3028 2009-06-24  Yavor Doganov  <yavor@gnu.org>
3030         * make-dist (tempdir): Don't create directories preferences.gorm
3031         and preferences.nib, they are no longer required.
3033 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
3035         * Branch for 23.1.
3037 2009-06-12  Chong Yidong  <cyd@stupidchicken.com>
3039         * configure.in: Delete mac-fix-env target, which has been
3040         removed (Bug#3531).
3042 2009-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3046 2009-05-05  Per Starbäck  <per@starback.se>  (tiny change)
3048         * BUGS: Use new binding of view-emacs-problems.
3050 2009-05-04  Simon Leinen  <simon.leinen@switch.ch>  (tiny change)
3052         * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3053         for Solaris compatibility.
3055 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
3057         * configure: Regenerate.
3059         * configure.in: Disable use of FreeType without libXft.
3061 2009-04-19  Jan Djärv  <jan.h.d@swipnet.se>
3063         * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3064         Check if it is declared in gtk.h.
3066 2009-04-12  Andreas Schwab  <schwab@linux-m68k.org>
3068         * Makefile.in (install-arch-indep): Remove .gitignore files.
3070 2009-04-03  Kenichi Handa  <handa@m17n.org>
3072         * INSTALL: Make the section "Complex Text Layout support
3073         libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3075 2009-03-06  Dan Nicolaescu  <dann@ics.uci.edu>
3077         * configure.in (rs6000-ibm-aix6*): Fix typo.
3079 2009-03-04  Glenn Morris  <rgm@gnu.org>
3081         * Makefile.in (INFO_FILES): Add auth.
3083 2009-03-03  Glenn Morris  <rgm@gnu.org>
3085         * info/dir: Add Auth-source.
3087 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3089         * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3090         the second.
3092 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
3094         * config.bat: Copy .dbxinit to _dbxinit.
3096         * make-dist (Making links to `info'): Remove .gitignore.
3098 2009-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3100         * Makefile.in (lib-src, lisp): Use simpler rule.
3101         (src): Be more specific to avoid recompiling all the .elc files just
3102         because the bootstrap-emacs is missing.
3104 2009-02-26  Chong Yidong  <cyd@stupidchicken.com>
3106         * configure.in: Require librsvg >= 2.11.
3108 2009-02-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3110         * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3111         (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3113 2009-02-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
3115         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3117 2009-02-03  Glenn Morris  <rgm@gnu.org>
3119         * make-dist: Add some missing files, remove some that are no longer
3120         present.
3122 2009-02-02  Glenn Morris  <rgm@gnu.org>
3124         * make-dist: Add some missing nextstep/ files.
3126 2009-01-22  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3128         * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also.  (Bug#616)
3130 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
3132         * configure.in: Add support for m68k-*-netbsd.
3134 2009-01-14  Juri Linkov  <juri@jurta.org>
3136         * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3138         * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3139         and bug-reference-mode.
3141 2009-01-11  Juri Linkov  <juri@jurta.org>
3143         * INSTALL.CVS: Move configuration explicitly to the first step.
3145 2009-01-09  Glenn Morris  <rgm@gnu.org>
3147         * .dir-locals.el: Don't set indent-tabs-mode.
3149 2008-12-30  Kenichi Handa  <handa@m17n.org>
3151         * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3152         the function OTF_get_variation_glyphs.
3154 2008-12-30  Jan Djärv  <jan.h.d@swipnet.se>
3156         * Makefile.in (install-arch-dep): Remove old directories in
3157         ns_app* before moving new directories there.
3159 2008-12-27  Dan Nicolaescu  <dann@ics.uci.edu>
3161         * .dir-locals.el: Remove non-working entry for pmail.
3162         (fill-column): Fix typo.
3163         (change-log-mode): Add fill column.
3165 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3167         * config.bat: Produce _dir-locals.el from .dir-locals.el.
3169 2008-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
3171         * make-dist (tempdir): Distribute .dir-locals.el.
3173         * .dir-locals.el: New file.
3175 2008-12-19  Eli Zaretskii  <eliz@gnu.org>
3177         * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3178         for rationale.
3180 2008-12-13  Glenn Morris  <rgm@gnu.org>
3182         * Makefile.in (install-arch-indep): Add new man-pages.
3183         (manext): Remove variable.
3184         (MAN_PAGES): New variable.
3185         (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3186         and remove.
3187         (uninstall): Remove desktop file and icons, game scores if empty.
3189 2008-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
3191         * config.guess, config.sub: Updated from master source.
3193 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3195         * Makefile.in (install-arch-indep): Install ebrowse.1.
3197 2008-12-09  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
3199         * configure.in: Add Solaris on x86_64.
3201 2008-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3203         * config.guess, config.sub: Updated from master source.
3205 2008-12-08  Eli Zaretskii  <eliz@gnu.org>
3207         * info/dir: Fix last change.
3209 2008-12-07  Eli Zaretskii  <eliz@gnu.org>
3211         * info/dir: Untabify.
3213 2008-11-28  Ulrich Mueller  <ulm@gentoo.org>
3215         * configure.in: Fix last change.
3217 2008-11-28  Richard M Stallman  <rms@gnu.org>
3219         * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3220         New configurations.
3222 2008-11-20  Josh Elsasser  <josh@elsasser.org>  (tiny change)
3224         * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3225         removed while misclassified as now unsupported hp9000s300.  (Bug#1365)
3227 2008-11-15  Eli Zaretskii  <eliz@gnu.org>
3229         * Makefile.in (INFO_FILES): Remove ns-emacs.
3231         * info/dir (NS-Emacs): Remove entry.
3233 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
3235         * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3237 2008-11-07  Glenn Morris  <rgm@gnu.org>
3239         * configure.in (HAVE_LIB64_DIR): Check for crtn.o.  (Bug#1287)
3241 2008-10-31  Eli Zaretskii  <eliz@gnu.org>
3243         * config.bat: Tell user to expect one "File not found" message
3244         while the `doc' directory is being configured.
3246 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
3248         * update-subdirs: Put obsolete directory last.
3250 2008-10-30  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
3252         * configure.in: Check fontconfig always.
3254 2008-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
3256         * configure (*-solaris2.[7-9]*): Fix typo.
3258 2008-10-24  Glenn Morris  <rgm@gnu.org>
3260         * configure.in (--without-sync-input, --with-pkg-config-prog):
3261         Help strings start with lower case.
3262         (--with-gnustep-conf): New option.
3263         (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3265 2008-10-24  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3267         * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3268         Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3269         is not found.  (Bug#1230)
3271 2008-10-23  Ali Bahrami  <ali_gnu@emvision.com>  (tiny change)
3273         * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3274         Use sol2-6.h for Solaris 7-9.
3276 2008-10-18  Ulrich Mueller  <ulm@gentoo.org>
3278         * configure.in: Add support for GNU/Linux on SuperH.
3280 2008-10-12  Andreas Schwab  <schwab@suse.de>
3282         * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3284 2008-10-03  Adrian Robert  <Adrian.B.Robert@gmail.com>
3286         * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3287         "X") to avoid confusion.
3289         * configure: Regenerate.
3291 2008-09-07  Romain Francoise  <romain@orebokech.com>
3293         * make-dist: Distribute doc/man/ChangeLog.
3295 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3297         * configure.in: Disable XFT and Freetype when without X.
3299         * configure: Regenerate.
3301 2008-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
3303         * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3305 2008-08-21  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
3307         * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3308         GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3310         * configure: Regenerate.
3312 2008-08-20  Eli Zaretskii  <eliz@gnu.org>
3314         * configure.in: Move "#define subprocesses" before
3315         config_opsysfile is included.
3317 2008-08-19  Kenichi Handa  <handa@m17n.org>
3319         * INSTALL (Extra fonts): Mention local fonts, don't mention
3320         mule-unicode.
3322 2008-08-16  Chong Yidong  <cyd@stupidchicken.com>
3324         * make-dist: Omit info/.arch-inventory.
3326 2008-08-16  Jason Rumney  <jasonr@gnu.org>
3328         * make-dist (tempdir/nt): Link emacsclient.rc.
3330 2008-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3332         * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3333         AC_SUBST it.
3334         (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3335         AC_SUBST it.
3336         (OTHER_FILES): Always define for HAVE_NS.
3337         (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3338         * configure: Regenerate.
3340 2008-08-07  Andreas Schwab  <schwab@suse.de>
3342         * configure.in: Correctly handle
3343         --enable-cocoa-experimental-ctrl-g=no and
3344         --enable-ns-self-contained=yes.
3346 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
3348         * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3349         (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.  Don't
3350         bother undef'ing since won't have desired effect.
3352 2008-08-06  Andreas Schwab  <schwab@suse.de>
3354         * configure.in: Fix quoting.
3356 2008-08-06  Chong Yidong  <cyd@stupidchicken.com>
3358         * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3360 2008-08-05  Ulrich Mueller  <ulm@gentoo.org>
3362         * configure.in: Add checks for krb5_error.text and
3363         krb5_error.e_text struct members.
3365 2008-08-04  Chong Yidong  <cyd@stupidchicken.com>
3367         * configure.in: Test for existence of NSInteger.
3368         Suggested by Yavor Doganov.
3370 2008-08-02  Romain Francoise  <romain@orebokech.com>
3372         * Makefile.in (INFO_FILES): Add mairix-el.
3374 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3376         * make-dist:
3377         * README: Remove VMS support.
3378         * vms: Remove directory.
3380 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3382         * configure.in (MULTI_KBOARD): Remove.
3384 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
3386         * configure.in (DO_BLOCK_INPUT): Remove, unused.
3388 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
3390         * info/dir (File): Add mairix-el.
3392 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3394         Remove support for Mac Carbon.
3395         * mac: Remove directory.
3396         * make-dist:
3397         * configure.in:
3398         * README:
3399         * Makefile.in:
3400         * INSTALL: Remove code for Carbon.
3401         * configure: Regenerate.
3403 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
3405         * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3407 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
3409         * configure.in: Check for getrlimit.
3411         * configure: Regenerate.
3413 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3415         * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3416         in src/Makefile.in.
3417         (static): Remove, autoconf would always comment it out anyway.
3418         (subprocesses): Define unconditionally.
3420 2008-07-19  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3422         * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3423         compilation under GNUstep.
3425 2008-07-18  Kenichi Handa  <handa@m17n.org>
3427         * INSTALL (Complex Text Layout support libraries): Delete the
3428         paragraph about --enable-font-backend.
3430 2008-07-17  Adrian Robert  <Adrian.B.Robert@gmail.com>
3432         * configure.in: Print out some info to user for NeXTstep builds.
3433         (ns-app): Remove enable option.
3434         (ns-self-contained): Add enable option.
3435         (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3436         GNUstep, use to set install prefixes, and substitute in Makefiles.
3437         * configure: Regenerate.
3438         * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3439         NS app bundle.
3441 2008-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3445 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
3447         * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3448         NS_IMPL_COCOA.
3450 2008-07-16  Glenn Morris  <rgm@gnu.org>
3452         * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3453         Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3454         (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3455         never unset.
3457         * make-dist: Add nextstep/ directories.
3458         (src, lib-src): Add .m files.
3460 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
3462         * configure.in (freebsd, kfreebsd): Undo part of previous change.
3463         (USER_FULL_NAME): Remove, not used anymore.
3464         * configure: Regenerate.
3466 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
3468         Changes and additions for NeXTstep windowing system (Cocoa and
3469         GNUstep) support.
3471         * configure.in: Add support for NS window system: --with-ns (default
3472         off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3473         sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3474         disable font backend if window system is "none", not if !HAVE_X11.
3475         * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3476         (install-arch-dep): Add commands to assemble NS .app package.
3478 2008-07-10  Dan Nicolaescu  <dann@ics.uci.edu>
3480         * configure.in: Use macppc for Darwin.  Remove references to
3481         desupported systems.
3482         * configure: Regenerate.
3484 2008-07-05  Glenn Morris  <rgm@gnu.org>
3486         * make-dist (EMACS): Doc fix.
3487         (lisp): There are no *.dat or image files here any more.
3488         (src): There are no *.s files here any more.
3489         (etc/images, etc/images/*): Link to most regular files.
3491 2008-07-04  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
3493         * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3495 2008-07-01  Glenn Morris  <rgm@gnu.org>
3497         * configure.in (cpp_undefs): Rename from `undefs', update uses.
3498         Use $srcdir rather than $top_srcdir.  Set before calling AC_OUTPUT,
3499         and explicitly export there.  (Bug#507.)
3501 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * configure.in:
3504         * configure: Remove references to obsolete systems.
3506 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3508         * Makefile.in (Makefile): Use it for its timestamp value as well, and
3509         make it depend on all other */.in files.
3510         (src/Makefile, src/config.stamp, lib-src/Makefile)
3511         (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3512         (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3513         (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3514         (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3516         * configure.in: Don't create src/config.stamp any more.
3518 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3522 2008-06-22  Glenn Morris  <rgm@gnu.org>
3524         * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3526 2008-06-21  Romain Francoise  <romain@orebokech.com>
3528         * Makefile.in (INFO_FILES): Add sasl.
3530 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3533         (bootstrap-build): Remove.
3534         (top_bootclean): New var.
3535         (top_distclean, bootstrap-clean): Use it.
3536         (bootstrap): Don't recheck config.  Make normally.
3538 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3540         * Makefile.in (SUBDIR): Include `lisp'.
3541         (lisp): Depend on `src'.
3542         (top_distclean): Don't remove config.status.
3543         (bootstrap-clean): New target.
3544         (maintainer-clean): Use it.
3545         (bootstrap): Use bootstrap-clean.  Re-run config.status.
3546         (src/bootstrap-emacs${EXEEXT}): New target.
3547         (bootstrap-build): Use it.  Don't use bootstrap-prepare because
3548         src/Makefile now takes care of it.
3549         (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3551 2008-06-15  Glenn Morris  <rgm@gnu.org>
3553         * info/dir: Add sasl.
3555 2008-06-09  Alan Mackenzie  <acm@muc.de>
3557         * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3559 2008-06-08  Eric S. Raymond  <esr@snark.thyrsus.com>
3561         * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3563 2008-06-07  Glenn Morris  <rgm@gnu.org>
3565         * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3566         serve no purpose.
3568 2008-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
3570         * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3571         * configure: Regenerate.
3573 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * update-subdirs: Don't touch subdirs.el if it is unchanged.
3577 2008-05-14  Kenichi Handa  <handa@m17n.org>
3579         * configure: Regenerate.
3581         * configure.in: Don't handle --disable-font-backend.  Don't print
3582         a message about a font backend.
3584 2008-05-09  Glenn Morris  <rgm@gnu.org>
3586         * configure.in: Make absence of makeinfo a fatal error only if the info
3587         files don't exist.
3588         * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3590 2008-05-07  Eli Zaretskii  <eliz@gnu.org>
3592         * config.bat: Fix last change: don't use < and > in "rem" lines,
3593         they are interpreted as redirection by DOS shells.
3595 2008-05-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3597         * configure.in: Check availability of AvailabilityMacros.h
3598         if HAVE_CARBON.
3600         * configure: Regenerate.
3602 2008-05-03  Glenn Morris  <rgm@gnu.org>
3604         * configure.in (x_libraries): Remove standard 64-bit directories -
3605         experimental workaround for minor autoconf bug.
3607         * configure.in (--without-makeinfo): New option.  If set,
3608         absence of suitable makeinfo is not a fatal error.
3609         * Makefile.in (MAKEINFO): New, set by configure.
3610         (install-arch-indep): Without makeinfo, ignore any missing manuals.
3611         (info-real): New target.
3612         (info): Without makeinfo, do nothing, else call `info-real'.
3614 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
3616         * configure.in: Remove hpux10.20 from the desupported list.
3618 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3622 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3624         * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3625         rather than change CPPFLAGS.
3626         (HAVE_GTK): Rename to USE_GTK.
3628 2008-04-16  Yavor Doganov  <yavor@gnu.org>  (tiny change)
3630         * configure.in: Replace the obsolete macros AC_AIX and
3631         AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3633 2008-04-05  Andreas Schwab  <schwab@suse.de>
3635         * configure.in: No longer create admin/unidata/Makefile.
3637 2008-03-28  Andreas Schwab  <schwab@suse.de>
3639         * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3640         (lisp/Makefile): New rule.
3642 2008-03-13  Glenn Morris  <rgm@gnu.org>
3644         * configure.in (AC_INIT): Fix version number.
3645         (sync-input): Reword the option, since it's on by default.
3647 2008-03-11  Jan Djärv  <jan.h.d@swipnet.se>
3649         * configure.in: Add --enable-sync-input, default yes.
3651 2008-03-11  Glenn Morris  <rgm@gnu.org>
3653         * Makefile.in (install-etc, mkdir): Handle directory
3654         etc/images/icons/hicolor/*/mimetypes/.
3656         * make-dist: Handle icons/hicolor/scalable directory.
3658 2008-03-05  Glenn Morris  <rgm@gnu.org>
3660         * configure.in: Enable font-backend by default.
3661         (USE_FONT_BACKEND): Set to "no" in absence of X.
3662         (PKG_CONFIG): Don't set multiple times, once is enough.
3663         (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3665 2008-03-03  Glenn Morris  <rgm@gnu.org>
3667         * Makefile.in (iconsrcdir): New variable.
3668         (install-etc, mkdir): Use $iconsrcdir.  Handle the `scalable' icon
3669         directory.
3671 2008-02-29  Glenn Morris  <rgm@gnu.org>
3673         * test/: New directory.
3675 2008-02-27  Jan Djärv  <jan.h.d@swipnet.se>
3677         * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3679 2008-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
3681         * configure.in: Print an error for systems that we think are obsolete
3682         and are proposed to be removed.  Remove some more unused systems.
3683         Add support for powerpc-ibm-aix6*.
3685 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3687         * configure.in: Remove references to obsolete variables and systems.
3689 2008-02-21  Glenn Morris  <rgm@gnu.org>
3691         * Makefile.in (set_installuser): New.
3692         (install-arch-indep): Use set_installuser to avoid duplicate code.
3694         * README.unicode: Split into admin/notes/unicode,font-backend and
3695         remove.
3697 2008-02-10  Matthew Luckie  <mjl@luckie.org.nz>  (tiny change)
3699         * configure.in (arm*-*-freebsd*): Add.
3701 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
3703         * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3704         dealing with obsolete variables.
3706 2008-02-08  Glenn Morris  <rgm@gnu.org>
3708         * Makefile.in (check-info-dir): New target.
3710 2008-02-08  Michael Olson  <mwolson@gnu.org>
3712         * Makefile.in (INFO_FILES): Add epa.
3714         * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3715         features" section.
3717 2008-02-06  Glenn Morris  <rgm@gnu.org>
3719         * configure.in (--with-gcc): Give an error saying this option has
3720         been removed.
3721         (--with-gtk): Remove this option.
3723 2008-02-06  Tom Tromey  <tromey@redhat.com>
3725         * configure.in (--with-gcc): Remove.
3726         * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3728 2008-02-05  Ulrich Mueller  <ulm@gentoo.org>
3730         * INSTALL: Recommend giflib, not libungif.
3732 2008-02-05  Tom Tromey  <tromey@redhat.com>
3734         * configure.in (--with-dbus): Default to enabled.
3736 2008-02-05  Kenichi Handa  <handa@ni.aist.go.jp>
3738         * INSTALL (Complex Text Layout support libraries): New section.
3740 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
3742         * make-dist: Remove references to files in mac/ that have been
3743         deleted.
3745 2008-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
3747         * configure.in: For libotf and m17n-flt checks, set shell vars
3748         HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3749         pkg_check_m17n_flt, respectively, for the sake of the summary output.
3750         Reported by Ulrich Mueller.
3752 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
3754         * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3755         admin/unidata/Makefile.in to Makefile.
3757 2008-02-02  Glenn Morris  <rgm@gnu.org>
3759         * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3760         (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3761         (HAVE_XFT): Add "Does Emacs use..." messages at end.
3763 2008-02-01  Miles Bader  <miles@gnu.org>
3765         * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3766         [libotf], and [m17n-flt] options.
3768 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3770         * configure.in: Add EMACS_ARG_N([libotf]...), and
3771         EMACS_ARG_N([m17n-flt].  Set back OLD_CPPFLAGS to CPPFLAGS (not
3772         CFLAGS) in XFT checking part.  Don't alter C_SWITCH_X_SITE,
3773         CFLAGS, and LIBS in checking of m17n-flt.
3775 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
3777         * configure.in: Check the availability of m17n-flt library.
3779 2008-02-01  Kenichi Handa  <handa@m17n.org>
3781         * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3782         not available.
3784 2008-02-01  Kenichi Handa  <handa@m17n.org>
3786         * configure.in: New args --enable-font-backend, --with-xft,
3787         --with-freetyp.  New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3788         HAVE_FREETYPE, HAVE_LIBOTF.  New AC_SUBSTs XFT_LIBS,
3789         FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3790         FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3792 2008-02-01  Kenichi Handa  <handa@m17n.org>
3794         * make-dist: Include etc/charsets in tarball.
3796 2008-02-01  Kenichi Handa  <handa@m17n.org>
3798         * configure.in: While running cpp on junk.c, include
3799         -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3800         exists.
3802 2008-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
3804         * configure.in (xtensa): Match more configurations.
3806 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
3808         * configure.in: Update comment.
3810 2008-01-26  Glenn Morris  <rgm@gnu.org>
3812         * configure.in (--without-gcc): By default, neither off nor on.
3813         (--with-carbon): Tone down rhetoric in help text.
3815 2008-01-25  Glenn Morris  <rgm@gnu.org>
3817         * configure.in: Correct usage of OPTION_DEFAULT_ON,
3818         OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3819         Default `Carbon' to off (it's unsupported).
3821 2008-01-24  Glenn Morris  <rgm@gnu.org>
3823         * configure.in: Standardize dbus-related messages.
3825 2008-01-23  Michael Olson  <mwolson@gnu.org>
3827         * configure.in (pkg-config-prog): Remove initial whitespace.
3829 2008-01-23  Tom Tromey  <tromey@redhat.com>
3831         * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3832         (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3833         Update all users.
3835 2008-01-21  Dan Nicolaescu  <dann@ics.uci.edu>
3837         * config.guess, config.sub: Updated from master source.
3839 2008-01-17  Andreas Schwab  <schwab@suse.de>
3841         * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3843 2008-01-17  Glenn Morris  <rgm@gnu.org>
3845         * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3847 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
3849         * configure.in: Remove more references to unsupported systems.
3851 2008-01-16  Sven Joachim  <svenjoac@gmx.de>
3853         * make-dist: Add --lzma.
3855 2008-01-16  Glenn Morris  <rgm@gnu.org>
3857         * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3858         configure checks for this.
3860 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
3862         * configure.in: Remove more references to unsupported systems.
3864 2008-01-06  Romain Francoise  <romain@orebokech.com>
3866         * configure.in: Delete extra semicolons.
3868 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3870         * configure.in: Remove references to unsupported systems.
3872 2008-01-05  Romain Francoise  <romain@orebokech.com>
3874         * make-dist: Add --bzip2.  Update copyright.
3876 2008-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3878         * configure.in: Remove support for Masscomp.
3880 2008-01-05  Glenn Morris  <rgm@gnu.org>
3882         * Makefile.in (desktopdir, icondir): New variables.
3883         (install-arch-indep): Also depend on `install-etc'.
3884         (install-etc): New target.
3885         (mkdir): Also create the `applications' and `icons' directories.
3887 2008-01-04  Glenn Morris  <rgm@gnu.org>
3889         * make-dist: Update for new etc/images/icons/hicolor directory.
3891 2007-12-09  Andreas Schwab  <schwab@suse.de>
3893         * configure.in: D-Bus is not enabled by default.
3895 2007-12-06  Jan Djärv  <jan.h.d@swipnet.se>
3897         * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3898         change.
3900 2007-12-04  Jan Djärv  <jan.h.d@swipnet.se>
3902         * configure.in: Give package name and version to AC_INIT.
3904 2007-12-03  Magnus Henoch  <mange@freemail.hu>
3906         * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3908 2007-12-03  Michael Albinus  <michael.albinus@gmx.de>
3910         * configure.in: No need for DBUS_INFO anymore.
3912         * Makefile.in (INFO_FILES): Use dbus unconditionally.
3914 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
3916         * configure.in: Add D-Bus checks.  D-Bus is disabled by default.
3918         * Makefile.in (INFO_FILES): Add dbus.
3920 2007-12-02  Romain Francoise  <romain@orebokech.com>
3922         * make-dist: Fix last change.
3924 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
3926         * configure.in: Add support for gnu-kfreebsd.
3928 2007-11-28  Glenn Morris  <rgm@gnu.org>
3930         * make-dist: Add etc/nxml.
3932 2007-11-24  Romain Francoise  <romain@orebokech.com>
3934         * Makefile.in (INFO_FILES): Add nxml-mode.
3936 2007-11-23  Romain Francoise  <romain@orebokech.com>
3938         * make-dist: Include nXML.  Don't try to copy FTP, it was removed on
3939         2007/10/17.  Don't special-case alloca.c which is no longer in CVS.
3941 2007-11-20  Andreas Schwab  <schwab@suse.de>
3943         * configure.in: Always include <resolv.h> when checking for res_init.
3945 2007-11-17  Andreas Schwab  <schwab@suse.de>
3947         * update-subdirs: Atomically update subdirs.el.
3949 2007-11-17  Glenn Morris  <rgm@gnu.org>
3951         * Makefile.in (check-declare): New target.
3953 2007-11-07  Glenn Morris  <rgm@gnu.org>
3955         * configure.in: Deprecate Mac Carbon port.
3957 2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
3959         * configure.in: Remove HAVE_X11R5 check.
3961 2007-10-31  Glenn Morris  <rgm@gnu.org>
3963         * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3964         when changing ownership of installed files.
3966 2007-10-30  Glenn Morris  <rgm@gnu.org>
3968         * make-dist: Add new directory etc/gnus.
3970 2007-10-30  Michael Olson  <mwolson@gnu.org>
3972         * Makefile.in (INFO_FILES): Alphabetize.  Add remember.
3974 2007-10-29  Glenn Morris  <rgm@gnu.org>
3976         * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3978 2007-10-23  Glenn Morris  <rgm@gnu.org>
3980         * MAINTAINERS: Move to admin/.
3982 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
3984         * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3985         (HAVE_LIBRESOLV): Also define if we are using res_init().
3987 2007-10-17  Glenn Morris  <rgm@gnu.org>
3989         * FTP: Remove file, since it's just a duplicate of one in etc/.
3991 2007-10-05  Eli Zaretskii  <eliz@gnu.org>
3993         * config.bat: Fix configuring `doc' due to changes in the
3994         directory structure.
3996 2007-09-16  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
3998         * configure.in: Don't use -lpthread on HP-UX.
4000 2007-09-16  Glenn Morris  <rgm@gnu.org>
4002         * make-dist: File gfdl.1 has been removed.
4004 2007-09-15  Glenn Morris  <rgm@gnu.org>
4006         * configure.in: Fix makeinfo version regexp.
4008 2007-09-12  Glenn Morris  <rgm@gnu.org>
4010         * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4011         implementation of alloca is not found.
4013         * Makefile.in (SOURCES, unlock, relock): Delete.
4014         (install-arch-indep): Do not exclude the etc/ Makefiles.
4016 2007-09-09  Juri Linkov  <juri@jurta.org>
4018         * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4020         * README: Add doc/ to documentation directories.
4022 2007-09-08  Michael Olson  <mwolson@gnu.org>
4024         * MAINTAINERS: Add myself for ERC and tq.el.
4025         Update for new doc/ directory layout.
4027 2007-09-06  Romain Francoise  <romain@orebokech.com>
4029         * make-dist: Update for new doc/ directory layout.
4031 2007-09-06  Glenn Morris  <rgm@gnu.org>
4033         * Makefile.in (mansrcdir): New variable.
4034         (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4035         (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4036         update these targets for new doc/ directory layout.
4037         (doc/misc/Makefile): New target.
4038         (install-arch-indep): Use mansrcdir for new location of manpages.
4039         (mostlyclean, clean, distclean, maintainer-clean, unlock)
4040         (relock, info, dvi): Update targets for new doc/ directory layout.
4042         * configure.in (AC_OUTPUT): Update names of generated Makefiles
4043         for new doc/ directory layout.
4045 2007-09-02  Andreas Schwab  <schwab@suse.de>
4047         * configure.in: Use AS_HELP_STRING throughout.
4048         * configure: Regenerate.
4050 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
4052         * configure.in: Require Gtk/Glib 2.6.
4054 2007-09-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
4056         * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4057         Use them throughout in place of AC_ARG_WITH calls.
4058         * configure: Regenerate.
4060 2007-09-01  Andreas Schwab  <schwab@suse.de>
4062         * configure.in: Put quotes around nested macro calls.
4064 2007-08-31  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
4066         * configure.in: Fix typo.
4067         * configure: Regenerate.
4069 2007-08-30  Glenn Morris  <rgm@gnu.org>
4071         * configure.in (AH_BOTTOM): Copy some manual changes made to
4072         src/config.in here so they are not lost when it regenerates.
4074         * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4076 2007-08-29  Károly Lőrentey  <karoly@lorentey.hu>
4078         * README.multi-tty: New file.
4080 2007-08-29  Glenn Morris  <rgm@gnu.org>
4082         * README: Increase version to 23.0.50.
4084 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
4086         * configure.in: New option: --without-xaw3d.
4088 2007-08-24  Glenn Morris  <rgm@gnu.org>
4090         * configure.in: Check for a suitably recent makeinfo.
4092 2007-08-23  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
4094         * configure.in (Check for required libraries): Typo.
4096 2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4098         * configure.in: Check librsvg2 also for Mac Carbon.
4100 2007-08-22  Romain Francoise  <romain@orebokech.com>
4102         * make-dist: Follow reorganization of files in etc/.
4104 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
4106         * configure.in: Add support for SVG images through librsvg2.
4108 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
4110         * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4111         to avoid an error message if there is no DOC there.
4113 2007-07-25  Glenn Morris  <rgm@gnu.org>
4115         * Relicense all FSF files to GPLv3 or later.
4117         * COPYING, info/COPYING: Switch to GPLv3.
4119 2007-06-20  Jan Djärv  <jan.h.d@swipnet.se>
4121         * configure.in: Complain if X seems to be installed but no
4122         development files were found.
4124 2007-06-20  Glenn Morris  <rgm@gnu.org>
4126         * configure.in: Prefer libgif over libungif.
4128 2007-06-14  Jan Djärv  <jan.h.d@swipnet.se>
4130         * configure.in: Check for all image libraries before exiting.
4132 2007-06-13  Jan Djärv  <jan.h.d@swipnet.se>
4134         * configure.in: Exit with error if image libraries aren't found.
4136 2007-06-13  Chong Yidong  <cyd@stupidchicken.com>
4138         * configure.in: Merge xaw3d and libXaw checks.  Check xaw3d even
4139         when compiling without scrollbars.
4141 2007-06-12  Glenn Morris  <rgm@gnu.org>
4143         * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4145 2007-06-11  Jan Djärv  <jan.h.d@swipnet.se>
4147         * configure.in: Change wording about yes/gtk and lucid/athena
4148         being synonyms.
4150 2007-06-08  Glenn Morris  <rgm@gnu.org>
4152         * configure.in: Make gtk the default toolkit.
4154 2007-06-07  Glenn Morris  <rgm@gnu.org>
4156         * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4157         for a Sun C compiler.
4159         * Makefile.in (install-arch-indep): Install only the DOC- file
4160         specific to the build, if possible, rather than DOC-*.
4162 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
4164         * Version 22.1 released.
4166 2007-05-25  Chong Yidong  <cyd@stupidchicken.com>
4168         * mkinstalldirs: Sync to version in automake CVS.
4170 2007-05-22  Andreas Schwab  <schwab@suse.de>
4172         * configure.in: Prefer build_alias over host when host_alias is not set.
4173         * configure: Regenerate.
4175 2007-05-20  Andreas Schwab  <schwab@suse.de>
4177         * configure.in: Remove empty AC_SUBST.
4178         * configure: Regenerate.
4180 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4182         * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4183         it like others.
4184         * configure: Regenerate.
4186 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
4188         * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4189         (AC_CHECK_LIB): Add -lgpm.
4190         * configure: Regenerate.
4192 2007-05-03  Glenn Morris  <rgm@gnu.org>
4194         * configure: Tweak message about the absence of shell functions.
4196 2007-04-27  Andreas Schwab  <schwab@suse.de>
4198         * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4200 2007-04-26  Glenn Morris  <rgm@gnu.org>
4202         * README: Increase version to 22.1.50.
4204 2007-04-24  Juanma Barranquero  <lekktu@gmail.com>
4206         * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4208 2007-04-19  Glenn Morris  <rgm@gnu.org>
4210         * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4212 2007-04-18  Glenn Morris  <rgm@gnu.org>
4214         * INSTALL: Mention CPP.
4216 2007-04-15  Glenn Morris  <rgm@gnu.org>
4218         * FTP: Replace with a pointer to the web version.
4220 2007-04-13  Glenn Morris  <rgm@gnu.org>
4222         * INSTALL: In lib-src, timer, wakeup, yow are removed.
4224 2007-04-04  Glenn Morris  <rgm@gnu.org>
4226         * configure.in (NON_GNU_CPP): Use associated preprocessor when
4227         compiling with Sun Studio on Solaris.
4229 2007-03-23  Glenn Morris  <rgm@gnu.org>
4231         * configure.in: Restore support for hp800 (removed 2007-01-27)
4232         following clarification of legal status.
4234 2007-03-22  Joe Buehler  <jbuehler@spirentcom.com>  (tiny change)
4236         * configure.in: Add support for AIX4.3 on IBM RS6000.
4238         * configure: Regenerate.
4240 2007-03-20  Richard Stallman  <rms@gnu.org>
4242         * configure.in: Fix previous change.
4244 2007-03-19  Deanna Phillips  <deanna@sixbit.org>  (tiny change)
4246         * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4247         (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4248         (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4250 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
4252         * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4253         user specifies "without".
4255         * configure: Regenerate.
4257 2007-03-18  Jan Djärv  <jan.h.d@swipnet.se>
4259         * configure.in: Warning for Gtk+ and Cygwin added.
4260         (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4262 2007-02-27  Glenn Morris  <rgm@gnu.org>
4264         * make-dist (oldXMenu): Remove Imakefile.
4265         (etc/images): Add README.
4267 2007-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
4269         * configure.in (xtensa-*-linux-gnu*): New configuration.
4271         * configure: Regenerate.
4273 2007-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
4275         * config.guess, config.sub: Updated from master source.
4277 2007-01-31  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
4279         * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4281 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
4283         * configure.in: Restore support for hp800's not running HP-UX.
4285         * configure: Regenerate.
4287 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
4289         * configure.in: Remove support for hp800 and sr2k machine types.
4291         * configure: Regenerate.
4293 2007-01-26  Jan Djärv  <jan.h.d@swipnet.se>
4295         * configure.in: Add check for libXft.
4297 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4299         * INSTALL: Info files moved to share/info.
4301 2007-01-02  Stephen C. Gilardi  <scgilardi@gmail.com>  (tiny change)
4303         * configure.in: Detect and use fink-installed in intel-based Mac
4304         builds; change Apple Darwin section to support both PowerPC and
4305         Intel-based Macs.
4307 2006-12-26  Andreas Schwab  <schwab@suse.de>
4309         * Makefile.in (datarootdir): Define.
4311 2006-12-24  Richard Stallman  <rms@gnu.org>
4313         * configure.in: Require Autoconf 2.61.
4315 2006-12-22  Mark Davies  <mark@mcs.vuw.ac.nz>
4317         * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4318         Remove redundant entry for powerpc-apple-netbsd.
4320         * configure: Regenerate.
4322 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4324         * configure: Regenerate with autoconf 2.61.
4326 2006-12-20  Jan Djärv  <jan.h.d@swipnet.se>
4328         * configure.in: Detect alsa/asoundlib.h also.
4329         * configure: Regenerate.
4331 2006-12-19  Jan Djärv  <jan.h.d@swipnet.se>
4333         * configure.in: Check if GTK+ compiles at all.
4335 2006-12-10  Andreas Schwab  <schwab@suse.de>
4337         * configure.in: Remove check for struct timezone, its result is
4338         never used.
4340 2006-12-08  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4342         * configure.in: Add support for Solaris 10 on x86-64.
4344 2006-12-08  Jan Djärv  <jan.h.d@swipnet.se>
4346         * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4347         of PKG_CONFIG_PATH.
4349 2006-12-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4351         * configure.in (HAVE_SYNC): New test.
4353 2006-12-03  Glenn Morris  <rgm@gnu.org>
4355         * Makefile.in: Fix Copyright format.
4357         * configure.in (AH_TOP): Add missing Copyright year.
4359         * update-subdirs: Add missing Copyright years.
4361 2006-11-27  Chris Moore  <christopher.ian.moore@gmail.com>
4363         * Makefile.in: Touch only the parts of the share/emacs directory
4364         specific to this version.
4366 2006-11-26  Chong Yidong  <cyd@stupidchicken.com>
4368         * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4370 2006-11-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4372         * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4374 2006-11-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4376         * configure.in: Prefer X11 to Carbon only when some X-specific
4377         option is specified (Thanks to Jan Djärv and Andreas Schwab).
4379 2006-11-04  Romain Francoise  <romain@orebokech.com>
4381         * Makefile.in (bootstrap-clean-before): Fix typo.
4382         Use new target `bootstrap-clean' in the leim subdirectory.
4384 2006-11-03  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4386         * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4388 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
4390         * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4391         directories.
4393 2006-10-29  Jeramey Crawford  <jeramey@jeramey.com>
4395         * configure.in: Enable x86-64 OpenBSD compilation.
4397 2006-10-28  Glenn Morris  <rgm@gnu.org>
4399         * AUTHORS: Add cal-html.el author.
4401 2006-10-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4403         * make-dist: Make links to mac/make-package and
4404         mac/Emacs.app/Contents/Resources/Emacs.icns.
4406 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
4408         * README: Bump version number to 22.0.90.
4410 2006-10-23  Andreas Schwab  <schwab@suse.de>
4412         * configure.in: Make sure x_default_search_path is always set even
4413         when x_libraries is empty, and look in .../share as well for each
4414         library directory.
4416 2006-09-28  Kenichi Handa  <handa@m17n.org>
4418         * configure.in (locallisppath): Don't include leim dir.
4419         (lisppath): Include leim dir.
4421 2006-09-15  Jay Belanger  <belanger@truman.edu>
4423         * COPYING: Replace "Library Public License" by "Lesser Public
4424         License" throughout.
4426 2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
4428         * make-dist (EMACS): Exit and fail if the EMACS environment
4429         variable is set to something other than an absolute file name.
4431 2006-08-16  Andreas Schwab  <schwab@suse.de>
4433         * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4434         of hardcoding it.
4436 2006-08-16  Richard Stallman  <rms@gnu.org>
4438         * INSTALL.CVS: Clean up wording.
4440 2006-07-14  Eli Zaretskii  <eliz@gnu.org>
4442         * configure.in (PKG_CHECK_MODULES): Redirect the output of
4443         $PKG_CONFIG --exists "$2" to config.log.
4444         * configure: Regenerate.
4446 2006-07-09  Richard Stallman  <rms@gnu.org>
4448         * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4450 2006-07-09  Kim F. Storm  <storm@cua.dk>
4452         * CONTRIBUTE: Use outline format.
4453         Add section on copyright years (from admin/notes/years).
4455 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
4457         * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4458         to /dev/null, since we don't need the error message, just the
4459         exit status.
4461 2006-07-07  Eli Zaretskii  <eliz@gnu.org>
4463         * CONTRIBUTE: Slight formatting changes and typo fixes.
4464         Add description of NEWS markings.
4466 2006-07-07  Kim F. Storm  <storm@cua.dk>
4468         * CONTRIBUTE: Mention INSTALL.CVS.
4470 2006-07-05  Romain Francoise  <romain@orebokech.com>
4472         * make-dist (top-level): Add CONTRIBUTE.
4474 2006-07-04  Richard Stallman  <rms@gnu.org>
4476         * CONTRIBUTE: Much rewrite.
4478 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
4480         * CONTRIBUTE: New file.
4482 2006-06-24  Eli Zaretskii  <eliz@gnu.org>
4484         * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4486 2006-05-18  Jan Djärv  <jan.h.d@swipnet.se>
4488         * configure.in: Add check for ALSA.
4490 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
4492         * Makefile.in (INFO_FILES): Remove emacs-xtra.
4494         * info/dir: Remove the Emacs-Xtra entry.
4496 2006-04-20  Ramprasad B  <ramprasad_i82@yahoo.com>
4498         Update copyright year(s) in many files.
4500 2006-04-01  Eli Zaretskii  <eliz@gnu.org>
4502         * configure: Regenerated.
4504 2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
4506         * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4507         --without-toolkit-scroll-bars was specified.
4509 2006-04-01  Christoph Bauer  <Christoph.Bauer@lms-gmbh.de>  (tiny change)
4511         * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4512         to CFLAGS.  Update Copyright years written to src/config.in.
4514 2006-03-18  Claudio Fontana  <claudio@gnu.org>
4516         * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4517         (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4518         to be installed/uninstalled.
4519         (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4520         to Info files installed by Emacs.
4522 2006-03-03  Claudio Fontana  <claudio@gnu.org>
4524         * Makefile.in (install, uninstall): Add DESTDIR variable to
4525         support staged installations.
4527 2006-02-14  Richard M. Stallman  <rms@gnu.org>
4529         * configure.in (s390x-*-linux-gnu*): New configuration.
4531 2006-01-31  Jan Djärv  <jan.h.d@swipnet.se>
4533         * configure.in: Require GTK 2.4 or newer.
4535 2006-01-29  Michael Olson  <mwolson@gnu.org>
4537         * Makefile.in (install-arch-indep, uninstall): Add ERC.
4538         * info/dir (ERC): New entry.
4540 2006-01-29  Eli Zaretskii  <eliz@gnu.org>
4542         * info/dir: Fix last change.
4544 2006-01-28  Luc Teirlinck  <teirllm@auburn.edu>
4546         * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4548 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
4550         * info/dir: Untabify the whole file.
4551         (Rcirc): New entry.
4553 2006-01-12  Andreas Schwab  <schwab@suse.de>
4555         * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4556         check.
4558 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
4560         * configure.in: Use -Wno-pointer-sign if available.
4562 2005-12-29  Andreas Schwab  <schwab@suse.de>
4564         * config.guess, config.sub: Updated from master source.
4566 2005-12-25  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
4568         * configure.in: Use amdx86-64 for freebsd on x86_64.
4570 2005-11-22  Romain Francoise  <romain@orebokech.com>
4572         * make-dist: Add etc/images/icons.
4574 2005-11-03  Andreas Schwab  <schwab@suse.de>
4576         * configure.in: Use GZIP_PROG instead of GZIP.
4578         * Makefile.in (GZIP_PROG): Renamed from GZIP.
4579         (install-arch-indep): Adjust.
4581 2005-11-01  Andreas Schwab  <schwab@suse.de>
4583         * Makefile.in (bootstrap): Fix dependencies for parallel build.
4584         (bootfast): Likewise.
4586 2005-11-01  Romain Francoise  <romain@orebokech.com>
4588         * configure.in: Check for gzip.
4590         * Makefile.in (install): Compress source files.
4592 2005-10-24  Steven Tamm  <steventamm@mac.com>
4594         * configure.in: Fix darwin386 configuration issue.
4596 2005-10-22  Eli Zaretskii  <eliz@gnu.org>
4598         * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4600 2005-10-17  Bill Wohler  <wohler@newt.com>
4602         * make-dist: Create and populate etc/images/low-color.
4604 2005-10-15  Bill Wohler  <wohler@newt.com>
4606         * make-dist: Create and populate etc/images/gud.
4608 2005-10-08  Richard M. Stallman  <rms@gnu.org>
4610         * make-dist (tempparent): Don't check for 14-char file name limit.
4612 2005-10-07  Romain Francoise  <romain@orebokech.com>
4614         * make-dist: Add etc/images/ezimage and etc/images/mail
4615         directories.  Install images in etc/images.
4617 2005-10-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4619         * configure.in: Prefer Carbon if --enable-carbon-app or
4620         --with-carbon is explicitly specified even when X11 is detected.
4622 2005-09-15  Ulf Jasper  <ulf.jasper@web.de>
4624         * Makefile.in (install-arch-indep, uninstall):
4625         Handle newsticker manual.
4626         (info): Add - to commands.
4628 2005-09-10  Giuseppe Scrivano  <gscrivano@gmail.com>
4630         Remove the MAXPATHLEN limitations:
4632         * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4634 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
4636         * configure.in <lynxsos*>: Support for LynxOS on PPC.
4637         * configure: Regenerate.
4639 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
4641         * config.guess, config.sub: Updated from master source.
4643 2005-08-03  Juanma Barranquero  <lekktu@gmail.com>
4645         * .cvsignore: Add `lock'.
4647 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
4649         * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4651 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
4653         Merge gnulib getopt implementation into Emacs.
4655         * Makefile.in (AUTOCONF_INPUTS): New macro.
4656         ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4657         so that these files also depend on m4/getopt.m4.
4658         * configure.in: Configure getopt by including m4/getopt.m4,
4659         and configuring a getopt replacement if necessary.
4660         * make-dist: Add m4 subdirectory.  Unlink lib-src/getopt.h.
4661         * m4/getopt.m4: New file.
4663 2005-07-06  Lute Kamstra  <lute@gnu.org>
4665         * configure.in: Fix capitalization.
4667 2005-07-04  Lute Kamstra  <lute@gnu.org>
4669         Update FSF's address in GPL notices.
4671 2005-06-19  Jérôme Marant  <jerome@marant.org>
4673         * Makefile.in (epaths-force): Protect both lisppath and
4674         buildlisppath from whitespace.
4676 2005-06-08  Steven Tamm  <steventamm@mac.com>
4678         * configure.in: Support Darwin/MacOSX on Intel
4680 2005-06-06  Jan Djärv  <jan.h.d@swipnet.se>
4682         * configure.in (HAVE_CANCELMENUTRACKING): New test.
4684 2005-05-19  Jérôme Marant  <jmarant@marant.org>
4686         * configure.in: Add --enable-locallisppath.
4688 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4690         * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4691         Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.  Define
4692         USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4694 2005-05-07  Jérôme Marant  <jerome@marant.org>
4696         * make-dist: Remove references to makefile.nt and makefile.def.
4697         Include widgets and images subdirectories of etc.  Do not exclude
4698         ldefs-boot.el.
4700 2005-04-23  Andreas Schwab  <schwab@suse.de>
4702         * configure.in: Remove duplicate match for powerpc configuration.
4704 2005-04-20  Thien-Thi Nguyen  <ttn@gnu.org>
4706         * configure.in: Check for <pwd.h>.
4708 2005-04-14  Lute Kamstra  <lute@gnu.org>
4710         * make-dist: Distribute all ChangeLog files in lisp/.
4711         Don't distribute ldefs-boot.el.
4712         lisp/makefile.nt no longer exists.
4714 2005-04-13  Lute Kamstra  <lute@gnu.org>
4716         * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4717         for "no-byte-compile: t" in the file instead.
4719 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4722         shadow the main Lesstif/Motif-2.1 libs and includes.
4724 2005-03-10  Jan Djärv  <jan.h.d@swipnet.se>
4726         * configure.in: Only add XASSERTS to cppflags.
4728 2005-03-04  Jan Djärv  <jan.h.d@swipnet.se>
4730         * configure.in: Added --enable-asserts.
4732 2005-02-09  Kim F. Storm  <storm@cua.dk>
4734         Change release version from 21.4 to 22.1 throughout.
4735         Change development version from 21.3.50 to 22.0.50.
4737 2005-01-19  Steven Tamm  <steventamm@mac.com>
4739         * configure.in: Check for <sys/utsname.h>.
4741 2004-12-11  Kim F. Storm  <storm@cua.dk>
4743         * Makefile.in (info): Undo 2004-12-05 change.
4745 2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
4747         * info/dir (File): Add URL and Org Mode manuals.
4748         * Makefile.in (install-arch-indep, uninstall): Add url and org
4749         manuals.
4751 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4753         * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4754         committed to src/config.in.
4756 2004-12-07  Jan Djärv  <jan.h.d@swipnet.se>
4758         * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4759         pthreads and define HAVE_GTK_AND_PTHREAD.
4761 2004-12-05  Richard M. Stallman  <rms@gnu.org>
4763         * Makefile.in (info): Ignore errors building info files.
4765 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
4767         * config.bat: If 8-byte alignment is not supported, define
4768         NO_DECL_ALIGN in src/config.h, instead of trivially defining
4769         DECL_ALIGN.  Protect & with "" because & is special for cmd.exe;
4770         filter through Sed to remove the quotes.
4772 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * info/.cvsignore: Ignore everything.  It's OK since .cvsignore does
4775         not apply to files explicitly `cvs add'ed.
4777 2004-11-12  Eli Zaretskii  <eliz@gnu.org>
4779         * config.bat: Don't require djecho.exe for the v1.x build.
4780         Add a test for DECL_ALIGN support, and add a trivial definition to
4781         src/config.h if 8-byte alignment is not supported.
4783 2004-11-08  Kim F. Storm  <storm@cua.dk>
4785         * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4786         files before building.
4787         (bootfast, bootstrap-clean-before-fast): New targets, like
4788         bootstrap but don't remove .elc files.
4790 2004-11-06  Lars Brinkhoff  <lars@nocrew.org>
4792         * configure.in: Add check for getrusage.
4794 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
4796         * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4797         New tests for new and old GTK file dialogs.
4798         (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4799         to no.
4801 2004-10-20  Jan Djärv  <jan.h.d@swipnet.se>
4803         * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4804         can be set.  Remove SETARCH test.
4806 2004-10-08  Steven Tamm  <steventamm@mac.com>
4808         * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4810 2004-10-06  Jan Djärv  <jan.h.d@swipnet.se>
4812         * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4813         AC_MSG_WARN.  Move output of warning message to end of configure run.
4815 2004-10-05  Jan Djärv  <jan.h.d@swipnet.se>
4817         * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4818         Run test to see if heap start address is random.
4820 2004-09-29  Miles Bader  <miles@gnu.org>
4822         * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4823         if setarch is present.
4825 2004-09-25  Jan Djärv  <jan.h.d@swipnet.se>
4827         * configure.in (HAVE_EXECSHIELD): Only define on x86.
4829 2004-09-24  Jan Djärv  <jan.h.d@swipnet.se>
4831         * configure.in: Check for exec-shield.
4833 2004-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4835         * Makefile.in (install-arch-indep): Add pgg and sieve.
4837         * info/.cvsignore: Added pgg and sieve.
4839 2004-08-06  Andreas Schwab  <schwab@suse.de>
4841         * Makefile.in (install-arch-indep, uninstall): Add flymake.
4843 2004-07-31  Eli Zaretskii  <eliz@gnu.org>
4845         * config.bat: Update URLs in the comments.
4847 2004-07-05  Andreas Schwab  <schwab@suse.de>
4849         * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4851 2004-06-21  Kenichi Handa  <handa@m17n.org>
4853         * make-dist: Link leim-ext.el into tempdir.
4855 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4857         * info/dir (File): Add emacs-xtra.
4858         * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4860 2004-06-12  Juri Linkov  <juri@jurta.org>
4862         * info/dir: Move menu help lines from `* Menu:' to file header.
4863         Describe the purpose of a red *.
4865 2004-05-04  Dave Love  <fx@gnu.org>
4867         * configure.in: Don't use `extrasub'.
4869 2004-04-29  Dave Love  <fx@gnu.org>
4871         * configure.in: Don't forget to quote args to `test'.
4873 2004-04-24  Thien-Thi Nguyen  <ttn@gnu.org>
4875         * autogen.sh: Update filename in "please read" message.
4877 2004-04-17  Richard M. Stallman  <rms@gnu.org>
4879         * INSTALL: Move the info about site-lisp dirs,
4880         and say uninstalled Emacs looks there too.
4882 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
4884         * config.bat (lib-src): Recognize comment lines in Makefile.in
4885         that have a TAB after the #, to avoid errors in preprocessing with
4886         GCC 3.3.3.
4888 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
4890         * Makefile.in: Mention in comment that `make maintainer-clean'
4891         deletes .elc files.
4893 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4895         * update-subdirs: Add local variables to prevent byte-compiling.
4897 2004-03-21  Dave Love  <fx@gnu.org>
4899         * configure.in: Fix previous change.
4901 2004-03-18  Dave Love  <fx@gnu.org>
4903         * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4905 2004-03-15  Luc Teirlinck  <teirllm@auburn.edu>
4907         * info/dir (File): Add SMTP and SES.
4909 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4912         (bootstrap): Use the new bootstrap-prepare target in lisp.
4914 2004-02-18  Kim F. Storm  <storm@cua.dk>
4916         * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4918 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
4920         * make-dist: Don't link index.*perm and permute-index into tempdir.
4922 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
4924         * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4925         to match previous changes by Eli Zaretskii.
4927 2004-02-09  Luc Teirlinck  <teirllm@auburn.edu>
4929         * Makefile.in: Set CDPATH to an empty string.
4931 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4933         * configure.in <darwin>: Use fink packages if available.
4935 2004-01-25  Jérôme Marant  <jmarant@free.fr>  (tiny change)
4937         * make-dist (lispref): Do include lispref/index.texi.
4939 2004-01-06  Eric Hanchrow  <offby1@blarg.net>
4941         * make-dist (tempdir): Include cursors in nt/icons.
4943 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
4945         * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4946         clashes with install-sh on 8+3 filesystems.
4948 2003-12-24  Miles Bader  <miles@gnu.org>
4950         * .cvsignore: Add .arch-inventory.
4952 2003-12-24  Andreas Schwab  <schwab@suse.de>
4954         * configure.in: Check for <sys/socket.h>.  Include it before
4955         including <net/if.h>.  Move check for <net/if.h> before its use.
4957 2003-12-24  Jan Djärv  <jan.h.d@swipnet.se>
4959         * Makefile.in (install-arch-dep): Don't let cd output go into
4960         pipe for carbon_appdir.
4962 2003-12-24  Andreas Schwab  <schwab@suse.de>
4964         * configure.in (PKG_CHECK_MODULES): Fix quoting.
4966 2003-12-01  Andreas Schwab  <schwab@suse.de>
4968         * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4969         hardcoding gcc.
4971 2003-11-16  Jan Djärv  <jan.h.d@swipnet.se>
4973         * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4974         multiple displays.
4975         Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4977 2003-09-23  Dave Love  <fx@gnu.org>
4979         * configure.in: Check members of struct ifreq.
4981 2003-09-14  Kim F. Storm  <storm@cua.dk>
4983         * configure.in: Add checks for sys/ioctl.h and net/if.h.
4985 2003-09-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
4987         * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4989 2003-08-18  Lute Kamstra  <lute@gnu.org>
4991         * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4992         required anymore.
4994 2003-08-07  Andrew Choi  <akochoi@shaw.ca>
4996         * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4997         option instead of -traditional-cpp for CPP.
4999 2003-07-29  Richard M. Stallman  <rms@gnu.org>
5001         * configure.in (HAVE_XIM): Define if XIM is available.
5003 2003-07-29  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
5005         * configure.in: The function gtk_window_set_icon_from_file was
5006         introduced in GTK+ 2.2, so check for that release.
5008 2003-07-23  Andreas Schwab  <schwab@suse.de>
5010         * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5012         * Makefile.in (YACC): Remove, not used.
5013         (MAINT): Don't set.
5014         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5015         disable dependency on ${srcdir}/configure.in when maintainer mode
5016         is disabled.
5018 2003-07-22  Dave Love  <fx@gnu.org>
5020         * configure.in: Make XRegisterIMInstantiateCallback test depend on
5021         HAVE_X11, not with_xim.
5022         (HAVE_CRTIN): Provide template.
5023         <with_png>: Test for png.h and libpng/png.h.
5025 2003-07-15  Andreas Schwab  <schwab@suse.de>
5027         * configure.in: Temporarily leave quoting for AC_DEFINE.
5029 2003-07-13  Stefan Monnier  <monnier@cs.yale.edu>
5031         * configure.in: Check for posix_memalign.
5033 2003-07-12  Richard M. Stallman  <rms@gnu.org>
5035         * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5037 2003-07-09  Kim F. Storm  <storm@cua.dk>
5039         * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5040         functionality of --without-xim.
5042 2003-06-29  Dave Love  <fx@gnu.org>
5044         * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5046 2003-06-23  Dave Love  <fx@gnu.org>
5048         * configure.in: Check for sys/_mbstate_t.h.
5049         Test XRegisterIMInstantiateCallback prototype.
5050         (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5052 2003-06-06  Dave Love  <fx@gnu.org>
5054         * configure.in: Check for locale.h.
5056 2003-06-05  Dave Love  <fx@gnu.org>
5058         * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5059         Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5060         (NLIST_STRUCT): Don't define.
5061         (AH_BOTTOM): Define my_strftime.
5063 2003-06-02  Richard M. Stallman  <rms@gnu.org>
5065         * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5067 2003-05-24  Andreas Schwab  <schwab@suse.de>
5069         * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5070         bzero, and bcmp.
5072 2003-05-22  Dave Love  <fx@gnu.org>
5074         * configure.in: Remove redundant test for term.h.  Test for difftime.
5076 2003-05-20  Dave Love  <fx@gnu.org>
5078         * configure.in: Append * to s390-*-linux-gnu case.
5079         (LIBMAIL) <lockfile>: Don't define.
5081 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
5083         * INSTALL (* GNU/Linux development packages): Mention Debian and
5084         RedHat package names.
5086 2003-04-30  Boyd Lynn Gerber  <gerberb@zenez.com>
5088         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5090 2003-04-30  Kai Großjohann  <kai.grossjohann@gmx.net>
5092         * INSTALL (* GNU/Linux development packages): Tell people to
5093         install additional packages for compiling Emacs.
5095 2003-04-30  Richard M. Stallman  <rms@gnu.org>
5097         * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5099 2003-04-28  Francesco Potortì  <pot@gnu.org>
5101         * configure.in: Undo last (RMS') change, as it is useless, per
5102         Dave Love.
5104 2003-04-08  Richard M. Stallman  <rms@gnu.org>
5106         * configure.in: Put #include of jpeglib.h at start of line.
5108 2003-04-06  Francesco Potortì  <pot@gnu.org>
5110         * configure.in: Use the same configuration for all aix5, not just
5111         aix5.1.
5113 2003-03-16  Nelson H. F. Beebe  <beebe@math.utah.edu>  (tiny change)
5115         * configure.in: Check for need for bigtoc support on IBM AIX for
5116         solving a linker table overflow problem.
5118 2003-03-03  Rob Browning  <rlb@defaultvalue.org>
5120         * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5121         (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5122         over bzero, bcmp, and bcopy.
5124 2003-02-23  Simon Josefsson  <jas@extundo.com>
5126         * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5128 2003-02-21  Klaus Zeitler  <kzeitler@lucent.com>
5130         * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5132 2003-02-13  Robert J. Chassell  <bob@rattlesnake.com>  (tiny change)
5134         * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5136 2003-02-08  Andreas Schwab  <schwab@suse.de>
5138         * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5139         instead of the substitution.
5141 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
5143         * Makefile.in: Use @EXEEXT@ for Cygwin.
5144         Use USERNAME if LOGNAME is not set (for Cygwin).
5146         * configure.in: Add opsys=cygwin.
5148 2003-01-22  Andreas Schwab  <schwab@suse.de>
5150         * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5151         redefining it explicitly in src/config.in.
5153 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
5155         * Makefile.in (bootstrap): Make bootstrap-after.
5157 2003-01-20  Jan Djärv  <jan.h.d@swipnet.se>
5159         * configure.in: Fix --with-gtk.
5161 2003-01-19  Jan Djärv  <jan.h.d@swipnet.se>
5163         * configure.in: Add --with-gtk, --with-x-toolkit=gtk
5165         * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5167 2003-01-14  Francesco Potortì  <pot@gnu.org>
5169         * configure.in (m68k-motorola-sysv): Remove (obsolete).
5171 2003-01-07  Steven Tamm  <steventamm@mac.com>
5173         * configure.in: New option, --enable-carbon-app, to specify
5174         that the application should be installed
5175         * Makefile.in (install-arch-dep): On Mac OS X, install the
5176         Emacs.app application if carbon-app is enabled
5178 2003-01-06  Dave Love  <fx@gnu.org>
5180         * configure.in: Check for nl_langinfo.
5181         [!HAVE_SIZE_T]: Fix typedef.
5183 2003-01-06  David Kastrup  <dak@gnu.org>
5185         * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5187         * configure.in: Add tests for install-info.
5189 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
5191         * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5192         use again sol2-6 instead of sol2-8.
5194 2002-12-09  Dave Love  <fx@gnu.org>
5196         * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5198 2002-12-08  Andreas Schwab  <schwab@suse.de>
5200         * Makefile.in (install-arch-indep): Revert last change.
5202 2002-11-27  Dave Love  <fx@gnu.org>
5204         * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5205         Check for __sys_siglist too.  Check for memset.
5206         Use AC_FUNC_GETPGRP.  Add mipsel-*-linux-gnu* target.
5208 2002-11-22  Juanma Barranquero  <lektu@terra.es>
5210         * config.guess, config.sub: Updated from master source.
5212 2002-11-19  Karl Fogel  <kfogel@red-bean.com>
5214         * autogen.sh: New file.
5216 2002-11-18  Dave Love  <fx@gnu.org>
5218         * configure.in: Tidy up various quoting issues throughout.
5219         Use AC_GNU_SOURCE.
5220         (AH_BOTTOM): Fix #endif protecting config.h.  Maybe include
5221         alloca.h.  Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5222         Maybe define bcopy, bzero, bcmp.
5223         (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5224         non-existent machine file).
5225         (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5226         (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5227         (nlist.h): Move test up.
5229 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
5231         * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5233 2002-11-14  Francesco Potortì  <pot@gnu.org>
5235         * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5237 2002-11-11  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
5239         * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5241 2002-11-08  Dave Love  <fx@gnu.org>
5243         * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5244         (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5246 2002-11-07  Miles Bader  <miles@gnu.org>
5248         * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5249         Handle separate-build-dir case.
5251 2002-11-06  Richard M. Stallman  <rms@gnu.org>
5253         * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5254         bulletproof.  $bar may be empty when there are no .elc files.
5256 2002-10-30  Dave Love  <fx@gnu.org>
5258         * configure.in: Require autoconf 2.53.  Test for pty.h,
5259         sys/mman.h, sys/param.h, mremap, memmove.
5260         (AH_BOTTOM): Maybe include strings.h.  Add local variables for mode.
5261         (AC_PROG_YACC): Delete.
5262         (size_t): Use AC_CHECK_TYPES.
5263         (AH_TOP): Up-date copyright.
5265 2002-10-01  Juanma Barranquero  <lektu@terra.es>
5267         * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5269 2002-09-19  Richard M. Stallman  <rms@gnu.org>
5271         * configure.in: Fix the LessTif-directory-finder for real.
5273 2002-09-14  Richard M. Stallman  <rms@gnu.org>
5275         * Makefile.in (maybe_bootstrap): Test for complete absence
5276         of compiled Lisp files.
5278 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
5280         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5281         (bootstrap-clean-after): Delete.
5282         (bootstrap): Make the sequencing explicit.
5284 2002-09-10  Richard M. Stallman  <rms@gnu.org>
5286         * configure.in: Fix previous LessTif change.
5288 2002-09-09  Richard M. Stallman  <rms@gnu.org>
5290         * configure.in (powerpcle-*-solaris2.5*): New configuration.
5291         (powerpcle-*-solaris*): Use version 2.6 as default.
5292         (*-sunos5.6*, *-solaris2.6*): New alternative.
5293         (*-sunos5*): Use version 2.6 as default.
5295 2002-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5297         * configure.in: Fix typo.
5299 2002-09-05  Richard M. Stallman  <rms@gnu.org>
5301         * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5303         * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5304         $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5306 2002-08-26  Kim F. Storm  <storm@cua.dk>
5308         * Makefile.in (install-arch-indep): Do not remove DOC file
5309         when it is the only DOC file installed; this is the case when
5310         CANNOT_DUMP is defined.  From Joe Buehler (tiny change).
5312 2002-07-24  Markus Rost  <rost@math.ohio-state.edu>
5314         * configure.in: Fix typo.
5316 2002-07-24  Richard M. Stallman  <rms@gnu.org>
5318         * configure.in: Don't print anything special about gamedir.
5320         * configure.in: Delete nonstandard --with-game-user option.
5322 2002-07-21  Richard M. Stallman  <rms@gnu.org>
5324         * Makefile.in (gamedir, localstatedir): New variables.
5325         (epaths-force): Insert value of gamedir into PATH_GAME.
5327         * configure.in (gamedir): Handle it like lispdir.
5328         (--with-game-dir option): Delete.
5330 2002-06-21  Pavel Janík  <Pavel@Janik.cz>
5332         * configure.in: Add support for mipseb-*-netbsd* machines.
5334 2002-06-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5336         * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5338 2002-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5340         * info/dir (File): Add an entry for Tramp.
5342 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
5344         * INSTALL-CVS: New file.
5346 2002-06-07  Andreas Schwab  <schwab@suse.de>
5348         * configure.in (x86_64-*-linux-gnu*): New system.
5350 2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
5352         * config.bat: Handle the case when lispintro is truncated to lispintr.
5354 2002-05-26  Paul Eggert  <eggert@twinsun.com>
5356         * config.guess, config.sub: Updated from master source.
5358 2002-05-09  Richard M. Stallman  <rms@gnu.org>
5360         * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5362 2002-05-04  Pavel Janík  <Pavel@Janik.cz>
5364         * make-dist: Do not distribute lock/ directory.
5366 2002-04-30  Andrew Choi  <akochoi@shaw.ca>
5368         * configure.in: Provide documentation string when defining
5369         variable HAVE_CARBON.  Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5370         and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5372 2002-04-29  Colin Walters  <walters@verbum.org>
5374         * configure.in: Delete configure check for access to the game user.
5376 2002-04-29  Pavel Janík  <Pavel@Janik.cz>
5378         * make-dist: lwlib/Imakefile is removed.
5380 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
5382         * configure.in: Add support for powerpc-apple-darwin*.
5383         (HAVE_CARBON): Add.
5385         * make-dist: Create directories in mac/Emacs.app.
5387 2002-04-25  Pavel Janík  <Pavel@Janik.cz>
5389         * make-dist: lwlib-Xol* are removed.
5391 2002-04-23  Andreas Schwab  <schwab@suse.de>
5393         * Makefile.in (MAINT): New variable.
5394         (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5395         instead of configure.in, to avoid running autoconf and autoheader
5396         unless explicitly requested.
5398 2002-04-16  Eli Zaretskii  <eliz@gnu.org>
5400         * config.bat: Update for msdos/sed2v2.inp.
5402 2002-04-15  Andreas Schwab  <schwab@suse.de>
5404         * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5405         * configure.in: Add config header templates to all AC_DEFINE and
5406         AC_DEFINE_UNQUOTED symbols.
5407         * make-dist: Run autoheader if necessary.
5409 2002-04-10  Colin Walters  <walters@verbum.org>
5411         * configure.in: Add --game-dir, --game-user.  Test to see if we
5412         can use them.
5414 2002-04-08  Pavel Janík  <Pavel@Janik.cz>
5416         * configure.in: Add --with-sound.
5418 2002-03-18  Kim F. Storm  <storm@cua.dk>
5420         * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5421         and getsockname functions.  Test for sys/un.h include file.
5423 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
5425         * configure.in: Support AIX 5.1.
5427 2002-03-10  Jan Djärv  <jan.h.d@swipnet.se>
5429         * configure.in: Added test for X Session Management (HAVE_X_SM).
5431 2002-03-03  Richard M. Stallman  <rms@gnu.org>
5433         * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5434         Run chown $${LOGNAME} on files installed by tar xvf.
5436 2002-03-03  Kim F. Storm  <storm@cua.dk>
5438         * configure.in: Test for getpeername.
5440 2002-03-01  Richard M. Stallman  <rms@gnu.org>
5442         * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5443         (HAVE_GIF): Don't use old libungif versions that crash.
5445 2002-02-26  Richard M. Stallman  <rms@gnu.org>
5447         * configure.in <making srcdir absolute>: Verify that PWD is correct,
5448         not just well-formed and valid.
5449         (mips-compaq-nonstopux*): New configuration.
5451 2002-02-18  Paul Eggert  <eggert@twinsun.com>
5453         * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5454         "sed q" is a portable equivalent to plain "head -1".
5456 2002-02-13  Richard M. Stallman  <rms@gnu.org>
5458         * Makefile.in (maybe_bootstrap): Do `exit 1'.
5459         (all): Don't depend on maybe_bootstrap here.
5460         (${SUBDIR}): Depend on it here instead.
5462 2002-02-08  Richard M. Stallman  <rms@gnu.org>
5464         * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5466 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
5468         * configure.in: Recognize BSD/OS 5.0.
5470 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
5472         * make-dist: Make version checking in emacs.texi consistent with
5473         how we set it there.
5475 2001-12-29  Kim F. Storm  <storm@cua.dk>
5477         * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5479 2001-12-28  Richard M. Stallman  <rms@gnu.org>
5481         * configure.in: Test for mbsinit.
5483 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
5485         These changes make Leim part of the standard distribution:
5487         * README: Add info about the `leim' directory.
5489         * INSTALL: Remove text that describes Leim as a separate package.
5491         * noleim-Makefile.in: File removed.
5493         * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5494         Link Leim files to ${tempdir}/leim, not to real-leim.  Don't move
5495         Leim files out of the Emacs tree.  Don't prepare a separate tarball
5496         for Leim.
5498 2001-12-11  Richard M. Stallman  <rms@gnu.org>
5500         * configure.in (hppa*-*-linux-gnu*): New alternative.
5502 2001-12-08  Pavel Janík  <Pavel@Janik.cz>
5504         * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5505         creating distribution.
5507 2001-12-06  Paul Eggert  <eggert@twinsun.com>
5509         * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5510         (AC_FUNC_VFORK): Remove.
5511         (AC_FUNC_FORK): Add.
5512         (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5513         this is required by recent Autoconf versions.
5515 2001-12-02  Pavel Janík  <Pavel@Janik.cz>
5517         * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5518         TODO, vms-pp.trans and others).
5520 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
5522         * make-dist: Use COPYING from the top-level directory.
5524 2001-11-29  Gerd Moellmann  <gerd@gnu.org>
5526         * configure.in: Add support for FreeBSD/Alpha.
5528 2001-11-29  Pavel Janík  <Pavel@Janik.cz>
5530         * make-dist: Add COPYING to the top-level directory of the
5531         distribution.  Simplify the logic behind copying.
5533         * Makefile.in (maybe_bootstrap): Fix previous change.
5535 2001-11-28  Richard M. Stallman  <rms@gnu.org>
5537         * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5539 2001-11-26  Richard M. Stallman  <rms@gnu.org>
5541         * Makefile.in: bootstrap should not delete dumped executables.
5542         (bootstrap-clean-before): New target.
5543         (bootstrap): Use bootstrap-clean-before instead of clean.
5544         (bootstrap-clean-after): Rename from bootstrap-clean.  Calls changed.
5546 2001-11-24  Eli Zaretskii  <eliz@is.elta.co.il>
5548         These changes add the Emacs Lisp Introduction manual to the
5549         distribution:
5551         * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5553         * make-dist: Copy the files in lispintro directory.
5555         * config.bat: Configure in the lispintro directory.
5557         * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5559         * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5560         (lispintro/Makefile): New target.
5561         (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5562         (unlock, relock, info, dvi): Ditto.
5564 2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
5566         * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5568         * make-dist (etc): Don't distribute gfdl.1.
5570 2001-11-22  Colin Walters  <walters@debian.org>
5572         * Makefile.in (install-arch-indep): Install the calc .info files.
5573         (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5575 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5577         * make-dist (lispref): Add *.txt, *.el, permute-index, and
5578         tindex.pl to the list of those being put into the distribution.
5580 2001-11-16  Eli Zaretskii  <eliz@gnu.org>
5582         * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5584 2001-11-15  Pavel Janík  <Pavel@Janik.cz>
5586         * Makefile.in (uninstall): Fix previous change.
5588         * configure.in, Makefile.in: Add support for --program-prefix,
5589         --program-suffix and --program-transform-name options.
5591 2001-11-13  Pavel Janík  <Pavel@Janik.cz>
5593         * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5594         (install-arch-indep): Install emacsclient manual page.
5595         (uninstall): Uninstall emacsclient manual page.
5597 2001-11-12  Eli Zaretskii  <eliz@is.elta.co.il>
5599         * make-dist: Add lispref/index.*perm files to the distribution.
5600         From Pavel Janík <Pavel@Janik.cz>.
5602 2001-11-12  Pavel Janík  <Pavel@Janik.cz>
5604         * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5606 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5608         * configure.in: AC_OUTPUT lispref/Makefile.
5610 2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
5612         The following changes add the ELisp reference manual to the
5613         distribution.
5615         * make-dist: Add the lispref directory to the distribution.
5617         * Makefile.in (install-arch-indep): Add elisp* to the list of
5618         installed Info files.
5619         (SUBDIR_MAKEFILES): Add lispref/Makefile.
5620         (lispref/Makefile): New target.
5621         (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5622         Add commands for the lispref directory.
5623         (info, dvi): Ditto.
5625         * config.bat: Configure in `lispref'.
5627 2001-11-09  Richard M. Stallman  <rms@gnu.org>
5629         * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5631 2001-11-07  Eli Zaretskii  <eliz@is.elta.co.il>
5633         * make-dist (tempdir): Copy AUTHORS as well.
5635 2001-11-06  Sam Steingold  <sds@gnu.org>
5637         * configure.in: Added a check for <nlist.h>.
5639 2001-11-01  Pavel Janík  <Pavel@Janik.cz>
5641         * configure.in: Reindent --help output.
5642         From Per Starbäck (starback@ling.uu.se).
5644 2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
5646         * configure.in: New entry for HP/UX-11.
5648         * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5649         From Eric S. Raymond <esr@golux.thyrsus.com>.
5651 2001-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
5653         * configure.in (s390-*-linux-gnu): New system.  From Adam Thornton
5654         <athornton@sinenomine.net>.
5656 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
5658         * Makefile.in (maybe_bootstrap): New target.
5659         (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5661 2001-10-24  Ken Raeburn  <raeburn@gnu.org>
5663         * configure.in: If --with-hesiod is given, look for
5664         hes_getmailhost and res_send or __res_send; check hesiod and
5665         resolv libraries respectively if system libraries don't supply them.
5667 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
5669         * configure.in: Use $MAKE for `make' if set.
5671 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
5673         * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5674         to tar options.
5676 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
5678         * (Version 21.1 released).
5680 2001-10-20  Miles Bader  <miles@gnu.org>
5682         * configure.in (configuration): Set from `host' if `host_alias'
5683         isn't defined.
5685 2001-10-19  Andreas Schwab  <schwab@suse.de>
5687         * configure.in: Make ready for autoconf 2.5x.
5688         (AC_PREREQ): Require autoconf 2.50.
5689         * aclocal.m4: Removed.
5690         * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5692 2001-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
5694         * README: Bump Emacs version to 21.1.50.
5696 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
5698         * Branch for 21.1.
5700 2001-09-05  Gerd Moellmann  <gerd@gnu.org>
5702         * configure.in: Avoid `$@' which is handled specially in
5703         Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
5705 2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
5707         * make-dist (nt): Add subdirs.el to the list of distributed files.
5709 2001-08-14  Eli Zaretskii  <eliz@is.elta.co.il>
5711         * configure.in (machine): Add an entry for
5712         hppa1.1-hitachi-hiuxwe2*.
5714 2001-05-28  Gerd Moellmann  <gerd@gnu.org>
5716         * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5717         LC_MESSAGES and LANG.  From Karl Eichwalder <keichwa@gmx.net>.
5719 2001-05-14  Gerd Moellmann  <gerd@gnu.org>
5721         * make-dist: Copy texinfo.tex unconditionally.
5723 2001-04-25  Eli Zaretskii  <eliz@is.elta.co.il>
5725         * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5726         that are installed.
5728 2001-04-06  Gerd Moellmann  <gerd@gnu.org>
5730         * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5731         Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5733         * make-dist: Handle leim/MISC-DIC.  Only include
5734         `[a-zA-Z]*.{el,elc}' from leim/quail.
5736 2001-04-05  Gerd Moellmann  <gerd@gnu.org>
5738         * Makefile.in (install-arch-indep): Remove .cvsignore files.
5740 2001-03-30  Gerd Moellmann  <gerd@gnu.org>
5742         * Makefile.in (.PHONY): Add for bootstrap targets.
5743         (bootstrap-clean): New target.
5744         (bootstrap): Use it instead of `clean'.
5746 2001-03-29  Eli Zaretskii  <a34785@is.elta.co.il>
5748         * Makefile.in (SUBDIR): Remove leim.
5749         (all, .RECURSIVE, extraclean): Add leim explicitly.
5750         (leim): Provide separate rule which exports PARALLEL=0 into the
5751         environment.
5753 2001-03-20  Gerd Moellmann  <gerd@gnu.org>
5755         * configure.in (HAVE_XPM): Don't print the result of the check for
5756         XpmReturnAllocPixels if we don't have an xpm.h.
5758 2001-03-05  Gerd Moellmann  <gerd@gnu.org>
5760         * COPYING: New file.
5762 2001-03-04  Eli Zaretskii  <eliz@is.elta.co.il>
5764         * config.bat: Update the copyright.
5766 2001-02-23  Kenichi Handa  <handa@etl.go.jp>
5768         * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5769         converts `..' to `. .'.  If it converts, set CPP_NEED_TRADITIONAL
5770         to `yes'.  Later in AC_OUTPUT, check this variable.
5772 2001-02-09  Dave Love  <fx@gnu.org>
5774         * AUTHORS: Updated.
5776 2001-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
5778         * info/dir (Ebrowse): Fix the entry (was missing a dot).
5780 2001-02-02  Gerd Moellmann  <gerd@gnu.org>
5782         * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5784         * Makefile.in (uninstall): Ignore exit code of `rm'.
5786         * Makefile.in (uninstall): Remove more info files.  Remove
5787         ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
5789 2001-01-31  Gerd Moellmann  <gerd@gnu.org>
5791         * noleim-Makefile.in (extraclean): Add.
5793 2001-01-28  Gerd Moellmann  <gerd@gnu.org>
5795         * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5796         it quiet.
5798 2001-01-24  Colin Walters  <walters@cis.ohio-state.edu>
5800         * Makefile.in (tags): Fix typo.
5802 2001-01-13  Kenichi Handa  <handa@etl.go.jp>
5804         * configure.in: Fix typo in the code setting x_search_path.
5806 2001-01-10  Dave Love  <fx@gnu.org>
5808         * configure.in: Don't reset LIBS at end of -lXmu test.  Test for
5809         -lXext.
5810         (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5811         (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5812         (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5813         Don't frob CFLAGS.  Remove extra X libs from AC_CHECK_LIB
5814         (now in $LIBS).
5816 2001-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
5818         * config.bat: Run the preprocessor with -traditional.
5820 2001-01-01  Eli Zaretskii  <eliz@is.elta.co.il>
5822         * INSTALL: Move copying conditions to end of file.
5824 2000-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
5826         * INSTALL: Add basic installation procedure which assumes
5827         `configure' does its job.  Elaborate on image support libraries.
5828         Add a pointer to Xaw3d library.  Add advice about solving
5829         configure-time problems by looking in config.log and setting
5830         variables in the environment.
5832 2000-12-27  Gerd Moellmann  <gerd@gnu.org>
5834         * Makefile.in (install-arch-indep): If tar fails, exit with
5835         exit code 1.
5837 2000-12-19  Gerd Moellmann  <gerd@gnu.org>
5839         * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5840         source file includes XKBlib.h.  On some broken Solaris systems,
5841         there is an XKBlib.h, reportedly, but header files included by
5842         XKBlib.h are missing.
5844 2000-12-14  Gerd Moellmann  <gerd@gnu.org>
5846         * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5848 2000-12-11  Dave Love  <fx@gnu.org>
5850         * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5852 2000-12-11  Paul Eggert  <eggert@twinsun.com>
5854         * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5855         Merge fixes from latest GNU tar version.  These macros no longer
5856         futz with _XOPEN_SOURCE, as that was not portable in practice.
5857         (AC_FUNC_FSEEKO): New macro.
5859         * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5860         ftello.
5862 2000-12-05  Dave Love  <fx@gnu.org>
5864         * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5866 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
5868         * info/dir: Change the category to "Emacs".
5870 2000-12-01  Gerd Moellmann  <gerd@gnu.org>
5872         * make-dist (tempdir): Remove epaths.h from the distribution
5873         instead of paths.h.
5875 2000-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
5877         * config.bat: Check for existence of djecho.exe, and print an
5878         error message if it is not available.
5880         * INSTALL: Describe possible problem with djecho.exe in old
5881         versions of DJGPP v2.x.
5883 2000-11-23  Gerd Moellmann  <gerd@gnu.org>
5885         * configure.in: Initialize HAVE_LIBXP to no.
5887 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
5889         * configure.in: Use m/macppc.h instead of the non-existent
5890         m/powerpc.h.
5892 2000-11-21  Gerd Moellmann  <gerd@gnu.org>
5894         * Makefile.in (install-arch-indep): Also install info/eshell*
5895         and info/speedbar*.
5897         * configure.in (HAVE_PNG): Check for the presence of
5898         png_get_channels to rule out older PNG libs.
5900         * configure.in (AC_OUTPUT): Arrange to emit definitions of
5901         GCC and NON_GNU_CPP into config.status.
5903 2000-11-20  Dave Love  <fx@gnu.org>
5905         * configure.in: Fix last change.
5907         * GETTING.GNU.SOFTWARE: Deleted.
5908         * FTP: New file to replace it.
5909         * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5911 2000-11-20  Gerd Moellmann  <gerd@gnu.org>
5913         * configure.in: Use -traditional with GNU cpp.
5915 2000-11-17  Gerd Moellmann  <gerd@gnu.org>
5917         * make-dist: Handle the Mac port.  Distribute all makefile.w32-in.
5918         Distribute more files from the nt/ subdir.  Distribute PBM
5919         image files from subdirs of lisp/.  Distribute old change logs
5920         from subdirs of lisp/.  Distribute play/5x5.el.
5922 2000-11-11  Dave Love  <fx@gnu.org>
5924         * config.sub, config.guess: Updated from master source.
5926 2000-11-07  Dave Love  <fx@gnu.org>
5928         * configure.in: Test for mkstemp.
5930 2000-11-01  Eli Zaretskii  <eliz@is.elta.co.il>
5932         * info/dir (Top): Rearrange menu items more logically, and put
5933         them into a single category.  Add menu items for RefTeX and
5934         Widget.
5936 2000-10-29  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5938         * Makefile.in (install-arch-indep): Use --info-dir instead of
5939         --dir-file, and a simple argument instead of --info-file, so that
5940         the Debian version of install-info also works.
5942 2000-10-19  Eric M. Ludlam  <zappo@ultranet.com>
5944         * info/dir (Speedbar): Add entry.
5946 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
5948         * INSTALL: Describe the new image-support options to the configure
5949         script.  List URLs where image support libraries can be found.
5951 2000-10-14  Eli Zaretskii  <eliz@is.elta.co.il>
5953         * info/dir (Top): Add an entry for Eshell.
5955 2000-10-02  Dave Love  <fx@gnu.org>
5957         * configure.in: Check for gai_strerror.
5959 2000-10-01  Andreas Schwab  <schwab@suse.de>
5961         * Makefile.in (install-arch-indep): Update list of installed info files.
5963 2000-09-30  Gerd Moellmann  <gerd@gnu.org>
5965         * configure.in: Support `sparc*-*-netbsd*'.
5967 2000-09-29  Eli Zaretskii  <eliz@is.elta.co.il>
5969         * info/dir (MIME): Add entry for emacs-mime.
5971 2000-09-29  Dave Love  <fx@gnu.org>
5973         * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5975 2000-09-26  Gerd Moellmann  <gerd@gnu.org>
5977         * make-dist: Adapt to the change of leim/Makefile which was
5978         necessary to ensure a reasonably working `make dist'.
5980         * leim-Makefile.in: Moved to leim/Makefile.in..
5982         * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5984 2000-09-21  Kenichi Handa  <handa@etl.go.jp>
5986         * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5987         (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5988         (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5989         files to .elc.
5990         (${TIT}): Adjusted for the above change.
5991         (clean mostlyclean): Likewise.
5992         (.el.elc): New target.
5994 2000-09-19  Gerd Moellmann  <gerd@gnu.org>
5996         * make-dist: Include XPM and XBM files in lisp/ and subdirs
5997         in the distribution.
5999 2000-09-18  Gerd Moellmann  <gerd@gnu.org>
6001         * make-dist (skk): Rename to `ja-dic' because the leim directory
6002         was renamed.
6004 2000-09-14  Dave Love  <fx@gnu.org>
6006         * configure.in: Fix spurion in last change.
6008 2000-09-14  Gerd Moellmann  <gerd@gnu.org>
6010         * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6011         configuration files instead of REL_ALLOC_MMAP.  Set REL_ALLOC
6012         to `no' if defined.  Change result report.
6014 2000-09-08  Dave Love  <fx@gnu.org>
6016         * configure.in: Remove spurious `@'s.
6018         * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6019         autoconf.
6021 2000-09-06  Gerd Moellmann  <gerd@gnu.org>
6023         * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6024         file and print informational message.
6026         * configure.in (AC_FUNC_MMAP): Add.
6028 2000-09-01  Gerd Moellmann  <gerd@gnu.org>
6030         * configure.in: Add ``checking'' messages for
6031         XpmReturnAllocPixels.
6033 2000-08-28  Gerd Moellmann  <gerd@gnu.org>
6035         * configure.in: Check <strings.h>; check `index' and `rindex'
6036         functions.
6038 2000-08-26  Kenichi Handa  <handa@etl.go.jp>
6040         * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6041         "case "${canonical}" in".
6043 2000-08-25  Dave Love  <fx@gnu.org>
6045         * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6047 2000-08-25  Kenichi Handa  <handa@etl.go.jp>
6049         * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6051 2000-08-24  Gerd Moellmann  <gerd@gnu.org>
6053         * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6054         contains a relative path.  Protect against unusable values of $PWD.
6056 2000-08-08  Eli Zaretskii  <eliz@is.elta.co.il>
6058         * info/dir (WoMan): Add entry.
6060         * config.bat (maindir): Update src/_gdbinit even if it does
6061         already exist.
6063 2000-08-07  Gerd Moellmann  <gerd@gnu.org>
6065         * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6067 2000-08-03  Gerd Moellmann  <gerd@gnu.org>
6069         * configure.in: Add support for ia64*-*-linux*.
6071 2000-07-27  Gerd Moellmann  <gerd@gnu.org>
6073         * make-dist (aclocal.m4): Include in distribution.
6075 2000-07-26  Dave Love  <fx@gnu.org>
6077         * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6079 2000-07-24  Dave Love  <fx@gnu.org>
6081         * configure.in: Add AC_SIZE_T.
6083 2000-07-18  Dave Love  <fx@gnu.org>
6085         * configure.in: Reorder so that most tests are done after CPPFLAGS
6086         is set from the C_SWITCH_... definitions.
6088 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
6090         * configure.in (HAVE_XPM): Undo previous change.  Check for
6091         preprocessor define XpmReturnAllocPixels.
6093 2000-07-06  Gerd Moellmann  <gerd@gnu.org>
6095         * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6096         instead of XpmReadFileToPixmap.
6098 2000-07-05  Ken Raeburn  <raeburn@gnu.org>
6100         * configure.in: Check for <soundcard.h>.  Look for ossaudio
6101         library, and set LIBSOUND accordingly.
6103 2000-07-05  Dave Love  <fx@gnu.org>
6105         * configure.in: Use AC_HEADER_SYS_WAIT.
6107 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
6109         * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6110         lisp/Makefile.  Distribute lisp/Makefile.in instead of
6111         lisp/Makefile.
6113 2000-06-30  Ken Raeburn  <raeburn@gnu.org>
6115         * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6116         while searching for image-handling libraries.
6118 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
6120         * configure.in (--with-xim): New option.
6122 2000-06-23  Dave Love  <fx@gnu.org>
6124         * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6125         for struct timezone and test how we can call gettimeofday.
6126         Check for OSF 5+.  Check for term.h.
6128         * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6129         version.
6131 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
6133         * configure.in (HAVE_LIBXP): Change test for libXp.
6135 2000-06-21  Dave Love  <fx@gnu.org>
6137         * configure.in: Check for fcntl.h.  Use AC_FUNC_GETLOADAVG, not
6138         simple test for getloadavg and substitute GETLOADAVG_LIBS.
6139         Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6141 2000-06-19  Dave Love  <fx@gnu.org>
6143         * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6144         _XOPEN_SOURCE is defined.
6146 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
6148         * Makefile.in (distclean): Also make distclean in lisp/.
6150 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
6152         * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6154 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
6156         * make-dist: Add --help and --snapshot options.
6158 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
6160         * configure.in: Generate lisp/Makefile.
6162         * configure.in: Add support for `*-lynxos*'.
6163         Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6164         recommended by <Karen.Dorhamer@compaq.com> to fix problems
6165         on Tru64 UNIX v5.0.
6167 2000-06-13  Ken Raeburn  <raeburn@gnu.org>
6169         * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6170         it's on a continuation line.
6172 2000-06-02  Dave Love  <fx@gnu.org>
6174         * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6175         files.
6177         * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6178         Check for struct exception.  Use AC_SYS_LARGEFILE and move ftello
6179         test.
6181         * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6182         (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6184 2000-05-26  Gerd Moellmann  <gerd@gnu.org>
6186         * configure.in: Add check for speed_t typedef.
6188 2000-05-25  Ken Raeburn  <raeburn@gnu.org>
6190         * Makefile.in (install-arch-dep): Install fns-*.el only if it
6191         exists; it won't in the CANNOT_DUMP case.
6193 2000-05-25  Gerd Moellmann  <gerd@gnu.org>
6195         * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6196         On FreeBSD, the exit status is 1 if CDPATH is not set.
6197         (install-arch-indep): Install ebrowse.info.
6199 2000-05-20  NIIBE Yutaka  <gniibe@mri.co.jp>
6201         * configure.in: Check for grandpt and getpt.
6203 2000-05-09  Dave Love  <fx@gnu.org>
6205         * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6207 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
6209         * make-dist: Make a link for lib-src/grep-changelog.
6210         Copy install-sh.
6212 2000-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
6214         * config.bat: Identify the beginning of the cpp stuff in
6215         src/Makefile.in and lib-src/Makefile.in more accurately.
6217 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
6219         * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6221 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
6223         * configure.in: Add support for `powerpc-*-netbsd*'.
6225 2000-04-19  Dave Love  <fx@gnu.org>
6227         * configure.in: Don't use AC_FUNC_GETLOADAVG.
6229         * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6231 2000-04-16  Dave Love  <fx@gnu.org>
6233         * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6235 2000-04-14  Dave Love  <fx@gnu.org>
6237         * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6239         * aclocal.m4 (AC_FUNC_MKTIME): New.
6241 2000-03-28  Ken Raeburn  <raeburn@gnu.org>
6243         * configure.in: Line up "--help" output a little better.
6245 2000-03-26  Gerd Moellmann  <gerd@gnu.org>
6247         * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6248         New targets.
6249         (bootstrap): Rewritten in terms of the new targets above.  Make
6250         info files, too.
6252 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
6254         * config.guess, config.sub: Use the versions of the files from
6255         subversions.
6257 2000-03-08  Dave Love  <fx@gnu.org>
6259         * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6260         AC_C_VOLATILE.  Define POINTER_TYPE.
6262         * aclocal.m4: New file.
6264 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
6266         * configure.in (machine): Add `mipsel-*-netbsd*' and
6267         `arm-*-netbsd*'.
6269 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
6271         * configure.in (machine): Add support for `*-auspex-sunos*'.
6273 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
6275         * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6277 2000-02-18  Dave Love  <fx@gnu.org>
6279         * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6281 2000-02-18  Andreas Schwab  <schwab@suse.de>
6283         * Makefile.in (install-arch-indep): Add eudc to list of installed
6284         info files.
6286 2000-02-17  Ken Raeburn  <raeburn@gnu.org>
6288         * configure.in: Include -lz and -ljpeg (if it's available) when
6289         testing for the tiff library.
6291 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
6293         * configure.in: Remove LISP_FLOAT_TYPE.
6295 2000-02-12  Dave Love  <fx@gnu.org>
6297         * configure.in: Use AC_FUNC_VFORK.
6299 2000-02-01  Gerd Moellmann  <gerd@gnu.org>
6301         * make-dist: Various fixes for new development tree.
6303         * leim-Makefile.in: New file.
6305 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
6307         * Makefile.in (dist): Call ./make-dist.
6309 2000-01-24  Dave Love  <fx@gnu.org>
6311         * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6313 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
6315         * configure.in (HAVE_GIF): Check for DGifOpen instead of
6316         DGifOpenFileName.
6318 2000-01-11  Andreas Schwab  <schwab@suse.de>
6320         * Makefile.in (install-arch-indep): Update list of info files to
6321         be installed.
6323 2000-01-05  Dave Love  <fx@gnu.org>
6325         * configure.in: Check for jerror.h as well as libjpeg.
6327 2000-01-03  Andreas Schwab  <schwab@suse.de>
6329         * Makefile.in (install-arch-indep): Install autotype*.  Run
6330         install-info on autotype and emacs-faq.info.
6332 1999-12-04  Dave Love  <fx@gnu.org>
6334         * Makefile.in (install-arch-indep): Depend on `info'.
6335         (install-strip): Use `install' as sub-make target.
6337 1999-11-23  Ken Raeburn  <raeburn@gnu.org>
6339         * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6340         didn't need to be deleted.  Check for the k5crypto library as well
6341         as the crypto library; MIT Kerberos 1.1 changed the name.
6343 1999-11-18  Dave Love  <fx@gnu.org>
6345         * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6347 1999-11-11  Erik Naggum  <erik@naggum.no>
6349         * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6351 1999-11-08  Dave Love  <fx@gnu.org>
6353         * configure.in: Fix change for --with-pop default.
6355 1999-11-04  Dave Love  <fx@gnu.org>
6357         * configure.in: Default to --with-pop.  Change sense of with-gcc
6358         and with-toolkit-scroll-bars messages to reflect the defaults.
6360 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6362         * INSTALL: Mention the Emacs Lisp Reference.
6364 1999-10-27  Noah Friedman  <friedman@splode.com>
6366         * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6368 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6370         * Makefile.in (bootstrap): New target.
6372 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6374         Add support for large files.  Merge glibc 2.1.2.
6376         * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6377         (HAVE_TM_GMTOFF): New symbol.
6378         (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6379         mbrlen, strsignal.
6380         (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6382 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
6384         * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6385         than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6387 1999-10-09  Richard M. Stallman  <rms@gnu.org>
6389         * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6390         Unset CDPATH to prevent cd from generating output.
6392 1999-10-08  Stefan Monnier  <monnier@cs.yale.edu>
6394         * update-subdirs: Also ignore CVS subdirs.
6396 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
6398         * Makefile.in (install-arch-indep): Add ada-mode.
6400 1999-10-06  Dave Love  <fx@gnu.org>
6402         * Makefile.in: Add rules for config.status, configure.
6404 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
6406         * configure.in (--with-sound): Removed.
6408 1999-08-30  Gerd Moellmann  <gerd@gnu.org>
6410         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6411         the test for Xaw3d.
6412         (HAVE_TIFF): Add -lm to library check.
6414 1999-08-28  Richard Stallman  <rms@gnu.org>
6416         * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6417         -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6418         after the other X-related libraries.
6420 1999-08-21  Dave Love  <fx@gnu.org>
6422         * configure.in: Don't check for jpeglib.h.
6424 1999-08-20  Gerd Moellmann  <gerd@gnu.org>
6426         * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6427         (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6429 1999-08-18  Dave Love  <fx@gnu.org>
6431         * configure.in: Check for termcap.h.
6433 1999-08-15  Gerd Moellmann  <gerd@gnu.org>
6435         * configure.in: Add --with-toolkit-scroll-bars.  If "no",
6436         use Emacs' scroll bars, even if configured for Motif or when
6437         Xaw3d is available.
6439 1999-08-12  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
6441         * configure.in: Check for getaddrinfo.
6443 1999-08-04  Eli Zaretskii  <eliz@gnu.org>
6445         * config.bat: Make --no-debug work again by removing -gcoff.
6447 1999-07-30  Dave Love  <fx@gnu.org>
6449         * configure.in: Check for stdlib.h.
6451 1999-07-19  Dave Love  <fx@gnu.org>
6453         * configure.in: Grok sparc64-*-linux-gnu*.
6455 1999-07-12  Richard Stallman  <rms@gnu.org>
6457         * Version 20.4 released.
6459 1999-06-23  Karl Heuer  <kwzh@gnu.org>
6461         * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6462         Quote $EMACS, in case it's a program with args.
6464 1999-06-15  Gerd Moellmann  <gerd@gnu.org>
6466         * configure.in (HAVE_GIF): Use libungif instead of libgif
6467         because the former doesn't contain patented compression code.
6469 1999-05-29  Richard M. Stallman  <rms@gnu.org>
6471         * configure.in: Delete the Kerberos stuff.
6473 1999-05-27  Greg Hudson  <ghudson@mit.edu>
6475         * configure.in: Prefer kerberos 5 names.
6477 1999-04-26  Richard M. Stallman  <rms@gnu.org>
6479         * configure.in: Check for libXp.
6481 1999-04-08  Richard Stallman  <rms@gnu.org>
6483         * make-dist: Include change logs in subdirs of `lisp'.
6485 1999-04-05  Richard Stallman  <rms@gnu.org>
6487         * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6488         (install-arch-indep): Make ${datadir}/emacs world-readable.
6490 1999-03-30  Eli Zaretskii  <eliz@gnu.org>
6492         * config.bat: Use epaths.* instead of paths.*.
6494 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
6496         * INSTALL: Add detailed instructions to unpack and install
6497         intlfonts on MS-DOS.
6499 1999-02-26  Richard Stallman  <rms@gnu.org>
6501         * configure.in: Use epaths.h and epaths-force instead of paths...
6503         * Makefile.in (epaths-force): Renamed from paths-force;
6504         operate on epaths.in and produce epaths.h.
6506 1999-02-24  Richard Stallman  <rms@gnu.org>
6508         * make-dist: Fix nt/icons directory handling.
6510 1999-02-22  Simon Josefsson  <jas@pdc.kth.se>
6512         * configure.in (f301-fujitsu-uxpv4.1): New target.
6514 1999-02-20  Richard Stallman  <rms@gnu.org>
6516         * make-dist (tempparent): Fix command to update info files.
6518 1999-02-09  Richard Stallman  <rms@gnu.org>
6520         * configure.in (powerpc-apple-netbsd*): New alternative.
6522 1999-01-25  Geoff Voelker  <voelker@cs.washington.edu>
6524         * make-dist: Include the new directory nt/icons in distributions.
6526 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
6528         * configure.in: Change message about HAVE_XFREE386.
6530 1999-01-07  Eli Zaretskii  <eliz@gnu.org>
6532         * config.bat: Support configuring with leim.
6534 1998-12-16  Petri Kaurinkoski  <Petri.Kaurinkoski@hut.fi>
6536         * configure.in (mips-sgi-irix6.5): New target.
6538 1998-12-16  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6540         * configure.in: Remove GSS-API support, since it has been removed
6541         from movemail.
6543 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
6545         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6547 1998-12-04  Andreas Schwab  <schwab@delysid.gnu.org>
6549         * Makefile.in: Don't install customize info file.
6550         Run install-info on viper info file.
6552 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
6554         * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6556 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
6558         * configure.in (*-*-bsdi4*): New target.
6560 1998-11-13  Ehud Karni  <ehud@unix.simonwiesel.co.il>
6562         * configure.in: Fix previous change.
6564 1998-11-11  Richard Stallman  <rms@gnu.org>
6566         * configure.in (aviion-intel): New machine.
6568 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
6570         * configure.in (mips-nec-sysv4*): New target.
6572 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
6574         * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6575         from lisp.
6577 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
6579         * make-dist: Don't include fns*.el in dist.
6581 1998-10-30  Dave Love  <fx@gnu.org>
6583         * configure.in: Don't mkdir cpp.
6585 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
6587         * Makefile.in (install-arch-dep): Install src/fns-*.el in
6588         ${archlibdir}.
6590 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
6592         * Version 20.3 released.
6594 1998-07-30  Paul Eggert  <eggert@twinsun.com>
6596         * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6597         (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6598         (lwlib/Makefile, leim/Makefile):
6599         Prepend $(srcdir)/ to rule dependencies outside this dir.
6601 1998-06-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6603         * configure.in: Use unset CDPATH instead of making it empty.
6605 1998-06-20  Karl Heuer  <kwzh@gnu.org>
6607         * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6609 1998-06-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
6611         * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6612         and default.el.  Sort the results.
6614 1998-05-31  Karl Heuer  <kwzh@gnu.org>
6616         * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6617         writable.
6619 1998-05-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
6621         * Makefile.in (install-arch-indep):
6622         Don't alter site-lisp/subdirs.el if it exists.
6624 1998-05-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
6626         * Makefile.in (install-arch-indep): Put `-' on commands to create
6627         subdirs.el in site-lisp dirs.
6629 1998-05-07  Richard Stallman  <rms@psilocin.gnu.org>
6631         * Makefile.in (install-arch-indep): Fix typo in previous change.
6633 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
6635         * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6637 1998-04-28  Richard Stallman  <rms@psilocin.gnu.org>
6639         * Makefile.in (mkdir): Create the site-lisp dirs.
6640         (install-arch-indep): Make site-lisp/subdirs files world-readable.
6642 1998-04-26  Richard Stallman  <rms@psilocin.gnu.org>
6644         * Makefile.in (INSTALL_INFO): New variable.
6645         (install-arch-indep): Don't replace the dir file if it already exists.
6646         Use the install-info program, via INSTALL_INFO, to add entries.
6647         Make the `info' subdir and the Info files world-readable.
6649 1998-04-16  Eli Zaretskii  <eliz@delysid.gnu.org>
6651         * config.bat: Make sure the environment is large enough to support
6652         all the "set foo=bar" commands.  Update pointers to DJGPP FTP sites.
6654 1998-04-10  Karl Heuer  <kwzh@gnu.org>
6656         * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6658 1998-04-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6660         * configure.in: Add --with-gssapi to specify GSS-API
6661         authentication support for movemail.
6663 1998-04-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
6665         * Makefile.in (install-arch-indep): Fix previous change.
6667 1998-03-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
6669         * Makefile.in (info): Run man in build dir, not srcdir.
6671 1998-03-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
6673         * Makefile.in (install-arch-indep): Fix previous change.
6675 1998-03-23  Kenichi Handa  <handa@etl.go.jp>
6677         * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6679 1998-03-22  Richard Stallman  <rms@gnu.org>
6681         * Makefile.in (install-arch-indep): Put special subdirs.el files
6682         in site-lisp dirs.  Use normal-top-level-add-subdirs-to-load-path.
6684 1998-03-21  Richard Stallman  <rms@psilocin.gnu.org>
6686         * make-dist: Fix shell syntax in check for missing .el or .elc files.
6688 1998-03-09  Richard Stallman  <rms@psilocin.gnu.org>
6690         * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6691         (m68*-hp-hpux*): Handle versions 1X like 10.
6693 1998-03-07  Richard Stallman  <rms@psilocin.gnu.org>
6695         * make-dist: PROBLEMS is now in etc, not top level dir.
6697         * Makefile.in (SOURCES): Delete PROBLEMS.
6699 1998-02-25  Richard Stallman  <rms@gnu.org>
6701         * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6703         * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6705 1998-01-17  Richard Stallman  <rms@gnu.org>
6707         * Makefile.in (install-arch-indep): Add semicolon before `else'.
6709 1998-01-02  Richard Stallman  <rms@psilocin.gnu.org>
6711         * make-dist (tempparent): New option --no-check.
6713         * make-dist: Don't do anything with cpp directory.
6715 1997-12-20  Richard Stallman  <rms@psilocin.gnu.org>
6717         * configure.in (sparc-fujitsu-sysv4*): New target.
6719 1997-12-17  Andreas Schwab  <schwab@gnu.org>
6721         * configure.in: Cache more tests.  Add missing quotes around
6722         message with embedded comma.
6724 1997-12-04  Karl Heuer  <kwzh@gnu.org>
6726         * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6728 1997-11-26  Joel N. Weber II  <devnull@gnu.org>
6730         * make-dist: Changed the comment about `umask 0' to say `Don't
6731         restrict access to any files.'; previously it said `Don't protect
6732         any files', which may have implied that we think fascism is good.
6734 1997-11-24  Paul Eggert  <eggert@twinsun.com>
6736         * configure.in (AC_CHECK_FUNCS): Add strftime.  The new GNU C library
6737         strftime needs the underlying host's strftime for locale dependent
6738         formats.
6740 1997-11-20  Abraham Nahum  <miko@uxsrvc.tti.co.il>
6742         * configure.in (i586-dg-dguxR4.*): New name in case branch.
6744 1997-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
6746         * config.bat: Configure the man subdirectory.
6748 1997-11-07  Paul Eggert  <eggert@twinsun.com>
6750         * configure.in (AC_CHECK_LIB): Add -lintl.
6752 1997-11-07  Karl Heuer  <kwzh@gnu.org>
6754         * make-dist (check for .elc files): Avoid bash-specific syntax.
6755         (check for overflow 14-char limit): Simplify.
6757 1997-11-07  Richard Stallman  <rms@gnu.org>
6759         * Makefile.in (install): Move blessmail last.
6761 1997-10-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6763         * configure.in (gettimeofday, one arg or two):
6764         Clarify messages by avoiding double negative.
6766 1997-09-30  Karl Eichwalder  <ke@suse.de>
6768         * Makefile.in (install-arch-indep): Install the widget info file.
6770 1997-09-24  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6772         * configure.in (with-pop, with-kerberos): Need to check Kerberos
6773         libraries in reverse order, so that libraries will appear in the
6774         correct dependency order on the link line (and so that the
6775         configure checks themselves will work properly when early
6776         libraries depend on later ones).
6778 1997-09-21  Erik Naggum  <erik@naggum.no>
6780         * make-dist (making links to `src'): Keep timestamp on copied files.
6782         * make-delta: New script to produce delta distributions.
6784 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6786         * Version 20.2 released.
6788 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6790         * Version 20.1 released.
6792         * Makefile.in (install-leim): Depend on mkdir.
6793         (leim): Depend on src.
6795 1997-09-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6797         * configure.in: Recognize alpha* instead of just alpha.
6799 1997-09-12  Paul Eggert  <eggert@twinsun.com>
6801         * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6803 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6805         * update-subdirs: Use rm -f.
6807 1997-09-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6809         * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6810         Ignore subdirs named Old.
6812 1997-08-04  Kenneth Stailey  <kstailey@elbereth.disclosure.com>
6814         * configure.in: Add OpenBSD clause to set $machine.
6816 1997-09-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6818         * make-dist: Recompile everything after updating various Lisp files.
6819         Recompile in leim as well as lisp.
6820         Check in leim as well as lisp for mismatched files and too-long names.
6822 1997-09-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6824         * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6826 1997-08-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6828         * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6829         before trying to copy anything from it.
6831 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6833         * Makefile.in (man/Makefile): New target.
6834         (tags): Define env var EMACS and run Makefile from build dir.
6836 1997-08-27  Eli Zaretskii  <eliz@psilocin.gnu.ai.mit.edu>
6838         * config.bat: If src/_gdbinit doesn't exist, try using
6839         src/.gdbinit to create it (for building on Windows 95).
6841 1997-08-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6843         * Makefile.in (install-arch-indep):
6844         Discard extra data in tar | tar pipes.
6846 1997-08-24  NIIBE Yutaka  <gniibe@mri.co.jp>
6848         * configure.in (x_default_search_path): Corrected
6849         '${x_library}' to '${x_library}/X11'.
6851 1997-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6853         * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6855 1997-08-22  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
6857         * configure.in: Support auto-configuration of both Kerberos V4 and
6858         Kerberos V5 for movemail, including detection of V4 and V5 header
6859         files and libraries.
6861 1997-08-16  NIIBE Yutaka  <gniibe@etl.go.jp>
6863         * configure.in: Compute x_default_search_path
6864         and substitute into makefiles.
6866         * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6868 1997-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6870         * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6872 1997-08-07  Erik Naggum  <erik@naggum.no>
6874         * configure.in: Remove lockdir, it is no longer needed.
6875         * Makefile.in (mkdir): Don't create lockdir.
6876         (lockdir): Variable deleted.
6877         (paths-force): Don't operate on PATH_LOCK.
6879 1997-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6881         * leim-Makefile.in (clean, distclean): New targets.
6883         * make-dist: Include leim/ChangeLog in leim distribution.
6885 1997-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6887         * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6889 1997-07-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6891         * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6893 1997-07-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6895         * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6897 1997-07-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6899         * make-dist: Update leim/leim-list.el.
6900         Pass along value of $EMACS when updating lisp dir.
6902 1997-07-25  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
6904         * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6905         prerequisite to the use of Doug Lea's malloc.
6907 1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6909         * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6911         * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6913 1997-07-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6915         * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6917 1997-07-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6919         * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6920         to news-r6.h.
6922 1997-07-10  Eli Zaretskii  <eliz@is.elta.co.il>
6924         * config.bat: Use `sed' instead of `cp', which might not be
6925         installed.
6927 1997-07-09  Kenichi Handa  <handa@etl.go.jp>
6929         * Makefile.in (mostlyclean): Add cleaning leim directory.
6930         (clean, distclean, maintainer-clean): Likewise.
6932 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6934         * make-dist (bogosities): Check subdirs of `lisp' also.
6936 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6938         * make-dist (etc): Really avoid symlinks now.
6939         (lisp): Don't delete from subdirs the things we never copy.
6941 1997-07-07  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
6943         * Makefile.in (install-arch-indep): Correct the target name.
6944         The first letter `i' was dropped by the previous change of mine.
6946 1997-07-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6948         * configure.in (leim/Makefile): Generate this.
6949         (*-sysv4.2uw*): Recognize new alternative.
6951         * leim-Makefile.in: Renamed from leim-Makefile.
6953         * make-dist: Set up real-leim subdirectory,
6954         with the real contents of leim; then move it to
6955         a separate top-level directory.
6957         * make-dist: Don't mention site-lisp, site-init, site-start
6958         or default, when listing files hat are not compiled and should be.
6960         * configure.in: Create src/config.stamp at the end.
6962 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6964         * Makefile.in (install-leim): Correct previous change.
6966 1997-07-02  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
6968         * Makefile.in (install-leim): New target.
6969         (install): Depend on install-leim.
6971 1997-07-01  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
6973         * Makefile.in (SUBDIR): Add leim.
6974         (SUBDIR_MAKEFILES): Add leim/Makefile.
6975         (leim/Makefile): New target.
6977 1997-07-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6979         * leim-Makefile: New file.
6980         * make-dist: Initialize a `leim' subdirectory with that makefile.
6982 1997-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6984         * configure.in (GNU_MALLOC_reason): Fix message text.
6986 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6988         * make-dist (lisp): Don't process subdirs that start with =.
6989         (etc): Copy symlinks, as in src.
6991 1997-06-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6993         * configure.in (i*86-*-unixware*): New alternative.
6995 1997-06-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
6997         * Makefile.in (src/config.stamp): Target renamed from src/config.h
6998         and touch it explicitly.
7000         * configure.in (mips-sony-newsos6*): New alternative.
7001         (mips-*-linux-gnu*): New alternative.
7002         (*-*-bsdi*): New alternative.
7003         (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7005 1997-06-22  Dave Love  <d.love@dl.ac.uk>
7007         * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7008         (src/config.h): New target to re-configure if src/config.in is patched.
7010 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7012         * configure.in (shutdown): Check for `shutdown' function.
7014 1997-06-18  Kenichi Handa  <handa@psilocin.gnu.ai.mit.edu>
7016         * update-subdirs: Include the directory "language" in subdirs.
7018 1997-06-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7020         * configure.in (m88k-dg-dgux4*): New alternative.
7021         (alpha-*-netbsd*): New alternative.
7022         (powerpcle-*-solaris2*): New alternative.
7024 1997-05-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7026         * make-dist: Warn about .el files that are not compiled.
7028 1997-05-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7030         * Makefile.in (dist): Don't run update-subdirs here,
7031         since make-dist now gets that done.
7033         * make-dist: Use the new `updates' target in lisp/Makefile.
7035         * make-dist: Use new non-file targets in lisp/Makefile.
7037 1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7039         * make-dist: Handle all subdirs of `lisp' uniformly.
7040         Don't handle `term' and `language' specially.
7041         Clear out umask at the beginning.
7043 1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7045         * make-dist: Use Make to update finder-inf.el and autoloads.
7046         Also update cus-load.el.
7048 1997-04-09  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7050         * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7051         in case it is desirable to disable the GNU malloc features with glibc.
7053 1997-04-08  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
7055         * configure.in (DOUG_LEA_MALLOC):
7056         Define if malloc_{get,set}_state exist.
7058 1997-03-05  Kenichi Handa  <handa@etl.go.jp>
7060         * make-dist: Make links for files under lisp/language.
7062 1997-02-20  Kenichi Handa  <handa@etl.go.jp>
7064         * update-subdirs: Exclude the directory "language" from subdirs.
7066 1997-01-26  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7068         * configure.in: Check for rint and cbrt.
7070 1997-01-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7072         * make-dist: Use $EMACS to say where to run Emacs.
7073         Add --no-update option.
7075 1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7077         * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7079 1996-12-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7081         * make-dist (copying src): Check thoroughly for symlinks
7082         and copy them in all cases.  Regularize the linking of *.in
7083         and *.opt and ChangeLog files.
7084         (copying lib-src): Likewise.
7085         Don't rm getdate.c or y.tab.*--they don't exist any more.
7087 1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>
7089         * configure.in: Check for libmail, maillock.h and
7090         touchlock (for movemail).
7092 1996-12-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7094         * configure.in (limits.h): Check for this file.
7096 1996-12-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7098         * configure.in (rs6000-ibm-aix4.2): New alternative.
7099         (rs6000-ibm-aix4.0): New alternative.
7100         (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7102 1996-11-22  Ben Harris  <bjh21@cam.ac.uk>
7104         * configure.in: Recognize vax-*-netbsd*.
7106 1996-11-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7108         * configure.in (locallisppath): Add leim directory.
7110 1996-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
7112         * config.bat: Make sure `mv' supports forward slashes and -f.
7114 1996-10-28  Christian Limpach  <chris@nice.ch>
7116         * configure.in (hppa*-next-nextstep*): * added after hppa
7117         to accept hppa1.0 and hppa1.1.
7119 1996-10-05  Marcus G. Daniels  <marcus@coulee.tdb.com>
7121         * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7122         * configure.in (ld_switch_machine): Fix typo.
7124 1996-09-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7126         * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7127         from config.h and use them in $ac_link.
7129 1996-09-28  Erik Naggum  <erik@psilocin.gnu.ai.mit.edu>
7131         * configure.in: Create a subdir named `lisp'.
7133 1996-09-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7135         * configure.in: Check for getcwd.
7137 1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7139         * configure.in: Check for termios.h.  Check for setpgid.
7141 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7143         * configure.in: Check for setrlimit.
7145 1996-08-31  Paul Eggert  <eggert@twinsun.com>
7147         * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7149 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7151         * configure.in: Check for utimes.
7153         * configure.in: Check for com_err library, but only
7154         if --with-kerberos was used.  Check for krb and des
7155         only if --with-kerberos.
7157 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7159         * Makefile.in (INSTALL_STRIP): New variable.
7160         (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7161         (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7163 1996-08-25  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7165         * configure.in: Check for krb and des libraries.
7167 1996-08-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
7169         * configure.in (*-sunos4.1.[3-9]*noshare):
7170         Use sunos413, not sunos4-1-3.
7171         (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7172         (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7174 1996-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7176         * Makefile.in (src/paths.h): Target deleted.
7177         (paths-force): Delete all dependencies on this target
7178         but don't delete the target.
7179         (install): Depend on `all'.
7180         (paths-force): Don't print a message.
7182         * configure.in: Generate src/paths.h here.
7184 1996-08-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7186         * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7187         New variables that affect linking only.
7188         (alpha-dec-osf*): Use those instead of previous change.
7190 1996-08-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7192         * Makefile.in (install-arch-indep): Install info/messages.
7194 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7196         * Version 19.33 released.
7198 1996-08-10  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
7200         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7201         Fix previous change.
7203 1996-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7205         * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7206         New alternative.
7208 1996-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7210         * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7211         and NON_GCC_TEST_OPTIONS.
7213 1996-08-06  Paul Eggert  <eggert@twinsun.com>
7215         * configure.in (LOCALTIME_CACHE): Don't put a string literal
7216         "TZ=..." in environ.
7218 1996-08-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7220         * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7222 1996-08-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7224         * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7225         the more general *-sunos4.1.[3-9]* clause.
7227 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7229         * Version 19.32 released.
7231         * configure.in (*-sco3.2v5*):
7232         Set OVERRIDE_CPPFLAG to a string of one space.
7233         Fix the code that uses OVERRIDE_CPPFLAG.
7235 1996-07-16  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7237         * configure.in: Undo previous change.
7239 1996-07-16  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7241         * config.sub: Use `pc', not `unknown', when canonicalizing
7242         the vendor for ...86.
7244 1996-07-15  David Mosberger-Tang  <davidm@AZStarNet.com>
7246         * configure.in: Check for termios.h header.
7248 1996-07-11  Bill Mann  <dvmann@dvncr.praxisint.com>
7250         * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7252 1996-07-07  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7254         * configure.in: Split bsdos2 and bsdos2-1.
7256 1996-07-06  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7258         * config.sub: If last two words are not a recognized
7259         KERNEL-OS pair, use just the last word as OS, as in 19.31.
7260         Make conversion of gnu/linux to linux-gnu really work.
7262         * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7264 1996-06-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7266         * configure.in (check for using Lucid widgets by default):
7267         Eliminate indentation that confuses some compilers.
7269 1996-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7271         * config.sub: Convert linux and gnu/linux to linux-gnu.
7273         * make-dist: Don't update getdate.c.
7274         Ignore =... files when checking for too-long Lisp file names.
7276 1996-06-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7278         * configure.in (euidaccess): Check for that, not for eaccess.
7280 1996-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7282         * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7283         before `noshare'.
7284         (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7286 1996-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7288         * configure.in: Rename lignux to linux-gnu in configuration names.
7289         Use gnu-linux as the opsys value (s/ file name).
7290         Allow i686 just like i386, i486, i586.
7292 1996-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7294         * configure.in (i*86-*-sco3.2v5): New alternative.
7295         (OVERRIDE_CPPFLAG): New variable.
7296         (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7298         * configure.in: Specify vpath for .texi files.
7300 1996-06-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7302         * configure.in: Always check for HAVE_X11R5.
7303         Separately decide whether to use a toolkit by default.
7305 1996-06-04  Bill Mann  <dvmann@dvhpux1.praxisint.com>
7307         * configure.in: If X11R5 is missing the Xaw headers,
7308         default to --with-x-toolkit=no.
7310 1996-05-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7312         * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7314 1996-05-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
7316         * Makefile.in (install-arch-indep): If cd etc makes output,
7317         don't treat that as part of the tar data.
7318         Check that ./lisp actually exists.
7320 1996-05-29  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7322         * make-dist: Check for long file names.
7324 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7326         * Version 19.31 released.
7328 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7330         * configure.in: Recognize sparc-*-lignux.
7332 1996-05-03  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
7334         * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7335         Don't include config.w95.
7337 1996-04-21  Richard Stallman  <rms@delasyd.gnu.ai.mit.edu>
7339         * make-dist: Replace --no-clean-up and --no-tar options
7340         with --clean-up and --tar, so that the default is useful.
7342 1996-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
7344         * config.bat: Make sure the GDB init file is called src/_gdbinit;
7345         if not, tell the user to rename it and abort.
7347 1996-04-14  Eli Zaretskii  <eliz@is.elta.co.il>
7349         * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7350         test program.
7352 1996-04-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7354         * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7356         * make-dist (MANIFEST): Fix previous change.
7357         (msdos): Put mainmake.v2 into the dist.
7359 1996-04-10  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
7361         * make-dist: Exit if autoconf fails.
7363 1996-04-10  Eli Zaretskii  <eliz@is.elta.co.il>
7365         * config.bat: Set djgpp-ver, and unset it at the end.
7366         Add a number of conditionals for DJGPP version 2.
7367         Rename label libsrc2 to libsrc3.
7368         Substitute for LDFLAGS in src/Makefile.
7369         Substitute for ALL_CFLAGS in lib-src/Makefile.
7371 1996-04-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7373         * configure.in (ncurses): Check this after checking fns like strerror.
7375 1996-04-08  Erik Naggum  <erik@naggum.no>
7377         * make-dist (MANIFEST): Don't include lines from =files.
7379 1996-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7381         * make-dist: Don't put lisp/dired.todo in the dist.
7383 1996-04-05  Richard Stallman  <rms@lucy.gnu.ai.mit.edu>
7385         * configure.in (HAVE_NCURSES): Look for library named ncurses.
7387         * configure.in (setlocale): Check for it.
7389         * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7391 1996-03-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7393         * configure.in: Use lignux instead of linux as value of opsys.
7395 1996-03-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7397         * Makefile.in (install-strip): Fix whitespace.
7398         Get rid of continuation.
7400         * config.sub: Convert linux or gnu/linux to lignux.
7402 1996-03-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7404         * configure.in: Accept lignux in configuration name.
7406 1996-03-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7408         * Makefile.in (install-strip): New target.
7410 1996-03-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7412         * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7413         -f failed to do the job on Suns.
7415 1996-03-13  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7417         * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7419         * configure.in (linux/version.h): Check for this header.
7421 1996-03-12  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
7423         * configure.in: Remove -fno-builtin hackery from -lm check.
7425 1996-03-08  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
7427         * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7428         just this test.
7430         * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7432 1996-03-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7434         * configure.in: Check for ncurses.
7436 1996-02-28  Paul Eggert  <eggert@twinsun.com>
7438         * configure.in (LOCALTIME_CACHE):
7439         Also define if localtime mishandles unsetting TZ.
7440         This works around a localtime bug in mips-dec-ultrix.
7442 1996-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7444         * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7446         * configure.in: Improve messages about X versions.
7448 1996-02-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7450         * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7452 1996-02-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7454         * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7455         (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7457         * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7458         (install): Put install-arch-indep before install-arch-dep.
7460 1996-02-20  Dave Love  <d.love@dl.ac.uk>
7462         * INSTALL: Clarify info about MS-DOS path handling.
7464 1996-02-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7466         * Makefile.in (install-arch-indep): Install info/ccmode*.
7467         In previous change, protect against /bin/pwd returning null string.
7469 1996-02-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7471         * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7472         to lispdir.
7474 1996-02-01  Paul Eggert  <eggert@twinsun.com>
7476         * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7478 1996-01-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7480         * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7482 1996-01-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7484         * Makefile.in (extraclean): Use ${top_distclean} to ensure
7485         we delete everything distclean deletes.
7487 1996-01-23  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7489         * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7491 1996-01-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7493         * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7494         into LDFLAGS instead of into LIBS.
7496 1996-01-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7498         * configure.in (HAVE_XMU): Fix typo in previous change.
7500 1996-01-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7502         * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7504 1996-01-10  Erik Naggum  <erik@naggum.no>
7506         * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7508 1996-01-10  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7510         * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7512 1996-01-10  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7514         * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7515         and use -lXt to link it.
7517 1996-01-08  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7519         * configure.in (locallisppath): Put version-specific dir first.
7521 1996-01-07  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7523         * configure.in (hppa-*-nextstep*): New alternative.
7524         (USE_X_TOOLKIT): By default, set this to "maybe";
7525         and change that later to LUCID or "no" according to X11 version.
7527         * make-dist: Recompile outdated .elc files and update all autoloads.
7529 1996-01-05  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7531         * configure.in (locallisppath): Fix typo in last change: " -> '.
7533 1996-01-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7535         * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7537 1995-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7539         * Makefile.in (install-arch-indep): Give all files read permission.
7541 1995-12-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7543         * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7544         If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7546 1995-12-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7548         * configure.in: Determine HAVE_X11R6.
7549         (HAVE_MENUS): Renamed from HAVE_X_MENU.
7551 1995-12-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7553         * configure.in: Just "solaris" now defaults to version 2.4.
7554         Add sunos4.1.n-noshare as alternative.
7556 1995-12-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7558         * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7560 1995-11-29  Erik Naggum  <erik@naggum.no>
7562         * Makefile.in (install-arch-indep): Add missing backslash.
7564 1995-11-29  Karl Eichwalder  <ke@ke.Central.DE>
7566         * Makefile.in (install-arch-indep): Don't install
7567         lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7569 1995-11-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7571         * Makefile.in (install-arch-indep): Fix previous change.
7573         * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7575 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7577         * Version 19.30 released.
7579         * make-dist (lisp): Exclude subdirs.el.
7581 1995-11-22  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7583         * make-dist (etc): Delete *.orig and *.rej.
7585 1995-11-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7587         * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7589 1995-11-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7591         * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7593 1995-11-14  Geoff Voelker  <voelker@cs.washington.edu>
7595         * make-dist (nt): Rename install, readme, and todo to
7596         INSTALL, README, and TODO.
7598 1995-11-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7600         * make-dist (lisp): Don't distribute site-start.
7602 1995-11-06  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7604         * make-dist: Break the hard link on alloca.c.
7606 1995-11-04  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
7608         * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7610 1995-11-02  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7612         * make-dist (src, lib-src): Don't distribute Makefile.c.
7613         (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7615 1995-10-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7617         * Makefile.in (mkdir): Create man1dir, not mandir.
7618         (uninstall): Use man1dir, not mandir.
7620 1995-10-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7622         * Makefile.in (man1dir): New variable.
7623         (install-arch-indep): Use man1dir.
7625         * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7627         * make-dist: Create lisp/MANIFEST.
7629 1995-10-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7631         * configure.in (m68k-*-linux*): New alternative.
7633 1995-10-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7635         * make-dist: Use new names config.in, paths.in, and
7636         {src,lib-src}/Makefile.in.
7638 1995-10-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7640         * configure.in: Don't bother checking for drem.
7642 1995-10-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7644         * Makefile.in (distclean): Delete line with just a tab in it.
7645         (install-arch-indep): Delete spaces that precede tabs.
7646         Delete spurious `fi' left from previous change.
7647         (install): Supply `true' as command, to avoid null command.
7649 1995-10-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7651         * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7653 1995-09-30  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7655         * configure.in (powerpc-*-solaris2): New alternative.x
7657 1995-09-12  Karl Heuer  <kwzh@gnu.ai.mit.edu>
7659         * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7660         of paths.h.tmp$$, to avoid going beyond 14 characters.
7662 1995-09-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7664         * configure.in: Improve error msg for invalid --with-x-toolkit value.
7666 1995-09-06  Paul Eggert  <eggert@twinsun.com>
7668         * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7669         if localtime caches TZ.  Check for tzset.
7671 1995-09-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7673         * config.bat: Simplify using new names file names src/makefile.in,
7674         config.in, paths.in.  Change Echo commands not to use `.
7676 1995-08-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7678         * Makefile.in (install-arch-indep): Always install the new dir file;
7679         rename the previous dir file to dir.bak or dir.old.
7681 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7683         * configure.in (RANLIB): Substitute this into makefiles.
7684         Set it specially on solaris; set it by default on other systems.
7686         * configure.in: Fix previous Alpha change.
7688 1995-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7690         * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7691         NON_GCC_TEST_OPTIONS.
7693 1995-08-10  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7695         * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7696         from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7698         * configure.in (alpha-*-linux*): New configuration.
7700 1995-08-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7702         * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7703         (m68k-next-nextstep*): New alias for that.
7704         (i*86-*-nextstep*): Use nextstep.h.
7705         (sparc-*-nextstep*): New configuration.
7707 1995-08-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7709         * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7710         And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7712 1995-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7714         * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7715         Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7717 1995-07-18  Mike Long  <mike.long@analog.com>
7719         * make-dist: Fix update of finder-inf.el, and byte-compile it.
7721 1995-07-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7723         * Makefile.in (src/paths.h, paths-force):
7724         Rename src/paths.h.in to src/paths.in.
7725         (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7727         * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7728         Use Makefile.c for intermediate file.
7729         Rename src/config.h.in to src/config.in.
7731 1995-07-17  Richard Stallman  <rms@gnu.ai.mit.edu>
7733         * configure.in (mips-dec-ultrix*): Assume version 4.3.
7734         (mips-dec-ultrix4.[12]): New alternative for old versions.
7736 1995-07-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7738         * make-dist: Don't break intra-tree links.
7740 1995-07-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7742         * configure.in: Put back archlibdir initialization.  Require
7743         autoconf 2.4.1 or later.
7745 1995-07-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7747         * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7748         (mips-mips-riscos5*): New alternative.
7750 1995-06-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7752         * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7754 1995-06-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7756         * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7757         (mandir, infodir, archlibdir): Initializations deleted.
7759         * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7760         On hpux9shr, use hpux9shxr4.h.
7762 1995-06-24  Morten Welinder  <terra+@cs.cmu.edu>
7764         * configure.in: Added target mips-dec-mach_bsd4.3.
7765         * config.guess: Guess mips-dec-mach_bsd4.3.
7767 1995-06-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7769         * Makefile.in (mkdir): Use symbolic chmod.
7771 1995-06-22  Paul Eggert  <eggert@twinsun.com>
7773         * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3.  (Likewise for
7774         SunOS 4.1.5 through 4.1.9, should they ever exist.)
7776 1995-06-22  Paul Eggert  <eggert@twinsun.com>
7778         * Makefile.in (SUBDIR_MAKEFILES):
7779         Add man/Makefile, so `make distclean' removes it.
7780         (top_distclean): Add config.log to the list of files to be removed.
7782 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7784         * Version 19.29 released.
7786 1995-06-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7788         * configure.in: Fix the previous change to verify that the -b
7789         option really solves the problem.
7791         * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7793 1995-06-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7795         * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7797 1995-06-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7799         * configure.in: Report more clearly when there is no special
7800         dir to search for X includes or libraries.
7802 1995-06-13  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7804         * configure.in: Check for -lpthreads, not -lpthread.
7806 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
7808         * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7810 1995-06-08  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7812         * configure.in: Check for -lpthread.
7814 1995-06-05  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7816         * Makefile.in (install-arch-indep): Install info files for mh-e.
7817         (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7819 1995-06-01  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7821         * configure.in (*-solaris2.5): New configuration.
7823         * make-dist: Copy new files config.nt and config.w95.
7825 1995-05-30  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7827         * configure.in: Use x_includes, not x_libraries, for -I.
7828         Make bitmapdir a colon-separated list.
7830 1995-05-27  Richard Stallman  <rms@gnu.ai.mit.edu>
7832         * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7834         * configure.in: Allow x_libraries and x_includes to be paths.
7836 1995-05-25  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7838         * configure.in: Fix typo.
7840 1995-05-24  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
7842         * INSTALL: Clarify use of site-init.el.
7844 1995-05-22  enami tsugutomo  <enami@sys.ptg.sony.co.jp>
7846         * configure.in: Pass arg to sqrt.
7848 1995-05-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
7850         * make-dist: Fix May 6 change.
7852 1995-05-17  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7854         * vpath.sed: Delete reference to ymakefile.
7856 1995-05-09  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7858         * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7860 1995-05-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7862         * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7864         * update-subdirs: Specify /bin/sh to run the script.
7866 1995-05-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7868         * make-dist: Put src/makefile.nt in dist.
7870         * configure.in (i[345]86-*-bsdi2*): New configuration.
7871         (vax-dec-bsd386*): Deleted.
7873 1995-05-06  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7875         * configure.in: Make sure CDPATH doesn't mess up PWD check.
7876         Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7877         Use fmod instead of logb in -lm check.
7879 1995-05-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7881         * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7882         Use bsd4-3.  Don't set NON_GNU_CPP.
7884         * make-dist: Don't copy in src/s/*.inp.  Don't copy nt/src.
7885         In nt, copy various different things, but not *.cmd.
7886         Fix the ln commands for the subdirs of nt.
7888 1995-04-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7890         * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7892 1995-04-27  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7894         * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7895         since that's what the header file expects.
7897 1995-04-24  Francesco Potortì  (pot@cnuce.cnr.it)
7899         * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7900         and 68040 based machines when choosing options for gnucc.
7902 1995-04-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7904         * Makefile.in (top_distclean): Delete config.cache.
7906 1995-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7908         * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7910         * configure.in: Use m/ncr386.h.
7912 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7914         * Makefile.in (install-arch-indep): Undo Sep 23 change.
7916 1995-04-06  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7918         * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7919         (man): Don't copy texindex.c and getopt.c; they're deleted.
7920         (etc): Omit `e'; it's a subdirectory.
7921         (etc/e): Use `../..', not `..', to reference top level.
7923 1995-04-06  Simon Leinen  <simon@lia.di.epfl.ch>
7925         * Makefile.in (install-arch-indep, dist):
7926         Look for `update-subdir' in $(srcdir).
7928 1995-04-06  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7930         * make-dist: Include mkinstalldirs in distribution.
7932 1995-04-05  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
7934         * make-dist: Add missing close backquote.
7936 1995-04-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7938         * make-dist: Don't distribute shortnames directory.
7940 1995-03-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7942         * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7944 1995-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7946         * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7948 1995-02-23  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
7950         * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7952 1995-02-13  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
7954         * configure.in (mips-sgi-irix6): New configuration.
7956 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
7958         * Makefile.in (maintainer-clean): Renamed from realclean.
7960 1995-02-02  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
7962         * configure.in: Create a .gdbinit that sources the real one,
7963         if using a different build directory.
7965 1995-01-23  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
7967         * configure.in: Check for sys/select.h.
7969 1995-01-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7971         * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7973 1994-12-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7975         * configure.in: Handle isc 4.1 operating system.
7977 1994-12-10  Richard Stallman  <rms@kepa>
7979         * configure.in (rs6000-ibm-aix4.1*): New alternative.
7980         (rs6000-ibm-aix4*): New alternative.
7982 1994-12-06  Richard Stallman  <rms@kepa>
7984         * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7986 1994-11-30  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
7988         * configure.in: Don't try to make directories that are guaranteed
7989         to already exist.
7991 1994-11-23  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
7993         * configure.in: Generate man/Makefile from man/Makefile.in.
7994         Create the man subdir.
7996         * Makefile.in (dvi): Run Make in our man subdir.
7998         * make-dist: Create subdir etc/e.
7999         Make links to it.
8000         Put man/Makefile.in in dist, instead of man/Makefile.
8002 1994-11-21  David J. MacKenzie  (djm@mole.gnu.ai.mit.edu)
8004         * configure.in: Add --with-pop, --with-kerberos, and
8005         --with-hesiod for movemail.
8007 1994-11-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8009         * configure.in (m68*-apollo*): Use s/domain.h.
8011 1994-11-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8013         * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8015 1994-11-14  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8017         * configure.in: Don't add -I, -L, -R options for cc if their
8018         arguments would be empty.
8020 1994-11-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8022         * configure.in (i860-intel-osf1*): New alternative.
8023         (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8024         (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8026 1994-11-09  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8028         * configure.in: Make h_errno check not use nested functions.
8030 1994-11-09  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
8032         * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8034 1994-11-08  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
8036         * Makefile.in (install-arch-indep): Avoid continued comment
8037         swallowing target line.
8039 1994-11-08  David J. MacKenzie  (djm@churchy.gnu.ai.mit.edu)
8041         * configure.in: Protect a character class with `changequote'.
8043 1994-11-07  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
8045         * configure.in: Accept `news' as a synonym for `newsos'.
8047 1994-11-03  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8049         * Makefile.in: Don't rm files if cd fails.
8051 1994-11-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8053         * make-dist: Put nt subdir and its subdirs in the dist.
8054         (lib-src): Put makefile.nt in the dist.
8055         (lisp): Put makefile.nt in the dist.
8057 1994-10-29  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8059         * configure.in: Change a stray `[' to `test'.
8061 1994-10-28  David J. MacKenzie  <djm@duality.gnu.ai.mit.edu>
8063         * configure.in: Adapt for Autoconf v2.  Use the standard argument
8064         parser, host type canonicalizer, X11 finder, and message
8065         printing macros.  Use the new macro names.  Use `test' instead of `['.
8067 1994-10-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8069         * configure.in: Check for getpagesize.
8071 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8073         * make-dist (msdos): Put sed* in the distribution.
8075 1994-10-17  Morten Welinder  <terra@mole.gnu.ai.mit.edu>
8077         * config.bat: New option, `--with-x', for configuring Emacs
8078         for use with the X11 system DesqView/X.
8079         New option, `--no-debug', for compiling Emacs without debug
8080         information thus saving disk space.
8081         (src/config.h, src/paths.h): Use `update' (which is like
8082         `move-if-changed') to change the file.
8083         (src/config.h): When configuring for X11 perform extra changes.
8084         (src/makefile): When configuring for X11 perform extra changes.
8085         (lib-src): Remove temporary files.
8086         (): Check that `sed', `rm', `mv', and `gcc' are available.
8088 1994-10-17  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8090         * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8092         * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8094 1994-10-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8096         * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8098         * configure.in (canonical): Substitute var into makefiles.
8099         (bitmapdir): Likewise.
8101         * Makefile.in (bitmapdir): New variable.
8102         (src/paths.h, paths-force): Edit PATH_BITMAPS.
8104 1994-10-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8106         * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8108         * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8109         * update-subdirs: New shell script.
8111 1994-10-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8113         * Makefile.in (top_distclean): Don't rm build-install.
8114         (SOURCES): Delete build-install.in.
8116         * make-dist: Don't distribute build-ins.in.
8117         * build-ins.in: File deleted.
8119 1994-10-12  David J. MacKenzie  (djm@duality.gnu.ai.mit.edu)
8121         * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8123 1994-10-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8125         * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8127         * configure.in (libexecdir): Renamed from libdir.  New default.
8128         (sharedstatedir): Renamed from statedir.  New default.
8129         (datadir): New default.
8131         * make-dist: Don't distribute subdirs.el.
8133 1994-10-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8135         * configure.in (eaccess): Check for it.
8137 1994-10-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8139         * configure.in (mktime): Check for it.
8141 1994-10-02  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
8143         * configure.in (motif): Add support for usage and option checking.
8145 1994-09-24  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
8147         * configure.in (utimes): Check for it.
8149 1994-09-23  Richard Stallman  <rms@churchy.gnu.ai.mit.edu>
8151         * Makefile.in (install-arch-indep): Don't do mkdir here.
8153 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8155         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8156         riscix.h renamed to acorn.h.
8158 1994-09-21  Michael Ben-Gershon  (mybg@cs.huji.ac.il)
8160         * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8161         New configurations.
8163 1994-09-21  David J. MacKenzie  (djm@geech.gnu.ai.mit.edu)
8165         * configure.in: Remove trailing slashes from srcdir.
8167 1994-09-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8169         * configure.in (i[345]86-sequent-ptx*): Handle
8171 1994-09-20  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8173         * Makefile.in (paths-force): Depend on src/paths.h
8175 1994-09-19  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8177         * configure.in (config_options): Save all arguments, not just some.
8179 1994-09-18  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
8181         * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
8183         * configure.in: Add AC_AIX.
8184         Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8186 1994-09-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8188         * configure.in (parsing options): Simplify sed command to delete -'s.
8190 1994-09-16  Karl Heuer  <kwzh@churchy.gnu.ai.mit.edu>
8192         * configure.in (config_options): New shell variable.
8193         Pass its value to C code in EMACS_CONFIG_OPTIONS.
8195 1994-09-16  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8197         * configure.in (alpha-dec-osf*): New target.
8199         * Makefile.in: Use just one FRC target.
8201 1994-09-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8203         * Makefile.in (removenullpaths, paths-force):
8204         Use name paths.h.tmp$$, which depends on the pid.
8206 1994-09-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8208         * Makefile.in (removenullpaths, paths-force):
8209         Put paths.h.tmp in top-level dir, not in src.
8211 1994-09-11  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8213         * Version 19.27 released.
8215 1994-09-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8217         * Version 19.26 released.
8219 1994-09-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8221         * configure.in: Check for lrand48, not rand48.
8223 1994-09-03  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8225         * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8226         (powerpc-ibm-aix*): New aliases.
8228 1994-08-21  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8230         * make-dist (src/m, src/s): Put *.inp in distribution.
8232 1994-08-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8234         * configure.in: Accept i586 and i486 along with i386.
8236 1994-08-15  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8238         * configure.in: Do compute unexec, LIBX, system_malloc, etc
8239         even if CPP env var was set by the user.
8241         * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8243 1994-08-14  Jonathan I. Kamens  (jik@gza-client1.aktis.com)
8245         * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8247 1994-08-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8249         * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8251 1994-08-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8253         * configure.in: Check more specifically for i*86-sun-sunos.
8255 1994-08-03  Caveh Jalali  (caveh@eng.sun.com)
8257         * configure.in: Handle solaris 2.4.
8259 1994-07-27  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8261         * configure.in (rand48): Check for it.
8263 1994-07-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8265         * make-dist: Update the info files.
8267 1994-07-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8269         * configure.in: Make "checking..." messages' style consistent.
8270         (HAVE_H_ERRNO): New test.
8272 1994-07-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
8274         * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8276 1994-07-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8278         * configure.in (CFLAGS): If the envvar was specified, use that.
8279         And set REAL_CFLAGS from it too.
8281 1994-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8283         * make-dist: Update finder-inf.el.
8285 1994-07-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8287         * make-dist (msdos): Include sed4.inp in dist.
8289         * Makefile.in (libsrc_libs): Var deleted.
8291 1994-07-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8293         * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8295 1994-06-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8297         * configure.in (mips-sony-newsos4*): New alias.
8299 1994-06-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8301         * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8302         (*-convex-convexos*): Accept this as alias.
8304 1994-06-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8306         * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8307         for two different uses.
8309 1994-06-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8311         * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8313 1994-06-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8315         * make-dist: Put ./BUGS into the distrib.
8317 1994-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8319         * configure.in: Handle 386 running Solaris 2.
8321 1994-06-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8323         * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8325 1994-06-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8327         * configure.in (mips-sony-newsos*): Use news-risc.h.
8329         * configure.in: Accept bsdi as opsys, like bsd386.
8331 1994-06-01  Morten Welinder  (terra@diku.dk)
8333         * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8335 1994-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8337         * Version 19.25 released.
8339         * make-dist (shortversion): Don't assume another period follows.
8341 1994-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8343         * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8344         (uninstall): Use /bin/pwd.
8346         * Makefile.in (blessmail): Depend on src.
8347         (all): Don't depend on blessmail.
8349         * Makefile.in (src/paths.h): Don't force recomputation.
8350         (paths-force): New target; force recomputation of paths.h.
8351         (all): Depend on paths-force.
8352         (src, lib-src): Depend on src/paths.h.
8354         * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8355         NON_GCC_TEST_OPTIONS.
8357 1994-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8359         * configure.in: Don't insist on subversions for irix.
8361 1994-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8363         * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8365         * configure.in (i[34]86-next-*): New alternative.
8367 1994-05-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8369         * Version 19.24 released.
8371         * configure.in: New config hppa*-hp-hpux9shr*.
8373 1994-05-22  Morten Welinder  (terra@tyr.diku.dk)
8375         * config.bat: Doc fix.
8377 1994-05-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8379         * Makefile.in (mostlyclean, clean, distclean, realclean)
8380         (extraclean): Don't act on man subdir if it doesn't exist.
8382 1994-05-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8384         * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8385         Use them to set up CC.
8386         (*-sun-sunos4.1.3): Set them.
8388 1994-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8390         * Makefile.in (lib-src): Don't depend on src/paths.h.
8392 1994-05-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8394         * build-ins.in (copydests): Get rid of spurious `-'s.
8396         * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8398 1994-05-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8400         * Version 19.23 released.
8402         * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8403         for the Xlib and Xt checks; then restore old CFLAGS.
8405 1994-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8407         * configure.in (HAVE_X11XTR6): Add newline before #if.
8408         Add newline after #endif.
8410 1994-05-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8412         * configure.in (HAVE_X11XTR6): Arrange to define it.
8414 1994-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8416         * Makefile.in (install): Depend on blessmail.
8418 1994-05-12  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
8420         * configure.in (mips-siemens-sysv*): Put quotes around value
8421         containing blanks.
8423 1994-05-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8425         * Makefile.in (TAGS): Use the makefile in src subdir.
8427 1994-05-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8429         * configure.in (opsys): Recognize `gnu'.
8431 1994-05-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8433         * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8435 1994-05-09  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
8437         * configure.in: Remove AC_LANG_C call.  Not needed with Autoconf
8438         version > 1.8.
8440 1994-05-08  Morten Welinder  (terra@diku.dk)
8442         * config.bat: Forcibly remove "# " style comments from makefiles.
8444 1994-05-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8446         * Makefile.in (uninstall): When processing lispdir and etcdir,
8447         do nothing unless it exists and is a directory.
8449 1994-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8451         * Makefile.in (install-arch-indep): Do install info/dired-x*.
8452         Merge code in from install-doc.
8453         (install-doc): Merge code back into install-arch-indep.
8454         (install-arch-dep): Don't depend on install-doc.
8456         * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8458 1994-05-04  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8460         * configure.in (making src/Makefile and lib-src/Makefile):
8461         Split off the autoconf substitutions and don't pass them thru cpp.
8462         (undefs): Use $canonical as well as $configuration.
8464         * make-dist: Distribute lisp/Makefile.
8466         * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8467         Use lower case names for the s files.
8469 1994-05-03  Morten Welinder  (terra@diku.dk)
8471         * config.bat: Added possibility for different file name
8472         transcriptions in lib-src.
8474 1994-05-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8476         * Makefile.in (lib-src): Undo previous change.
8477         (blessmail): New target to run maybe-blessmail in lib-src.
8478         (all): Depend on blessmail.
8480         * Makefile.in (lib-src): Depend on src.
8482 1994-04-30  Paul Reilly  (pmr@churchy.gnu.ai.mit.edu)
8484         * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8485         (m88k-dg-dgux5.4R2): dgux5.4R2.
8487 1994-04-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8489         * configure.in (window_system): Restore accidentally deleted code
8490         that uses AC_FIND_X.
8492         * make-dist: Distribute config.bat.
8494 1994-04-29  Morten Welinder  (terra@diku.dk)
8496         * config.bat: Corrected the configuration of lib-src
8497         to keep up with configure.  Add note about dos version 3
8498         or better needed (djgpp needs that).  Add note explaining
8499         that either install in c:/emacs or edit the script.
8500         Don't change to c:/emacs, but assume we're there (to minimize
8501         the number of places to change).
8503         * config.bat: Build-in the first step towards X11 support with
8504         the X11 emulator that exists.  At this time it won't work,
8505         and several files are missing.
8507 1994-04-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8509         * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8510         Don't look for -lresolv.
8512         * Makefile.in (lib-src): Depend on src/paths.h.
8514 1994-04-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8516         * configure.in: Restore deleted AC_SUBST of `configuration'.
8517         Improve error message for bad --with-x-toolkit value.
8519         * configure.in: Define CONFIGURATION in src/config.h
8520         rather than substituting in src/Makefile.in.
8522 1994-04-26  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8524         * Makefile.in (install-doc): New target.
8525         (install-arch-dep): Depend on install-doc.
8526         (mkdir): Create docdir.
8528 1994-04-22  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8530         * configure.in: Test for libresolv.a.
8531         Substitute machfile and opsysfile.
8533 1994-04-22  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8535         * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8536         (install-arch-dep): Install under the name $(EMACS).
8538 1994-04-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8540         * configure.in (version): Use entire value of emacs-version.
8541         (mips-siemens-sysv*): New alternative.
8543 1994-04-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8545         * Makefile.in (install-arch-indep): Don't install dired-x*.
8547 1994-04-18  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8549         * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8550         Fix definition of $undefs.
8552 1994-04-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8554         * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8556         * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8558 1994-04-16  David J. MacKenzie  (djm@nutrimat.gnu.ai.mit.edu)
8560         * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8562 1994-04-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8564         * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8565         and run it thru cpp, as with src/Makefile.in.
8567         * configure.in: Use AC_SET_MAKE.
8569 1994-04-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8571         * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8573 1994-04-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8575         * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8577         * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8578         (printing the choices): Make the toolkit message unconditional.
8579         (USE_X_TOOLKIT): Use `none', not `no', if none.
8580         (include libsrc_libs): Include config.h, and specify -I for srcdir.
8581         Get rid of temp file foofoo1.
8583 1994-04-13  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8585         * configure.in (CFLAGS): Use shell syntax, not Makefile.
8587 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8589         * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8590         (printing the choices): State choice of toolkit.
8591         (libsrc_libs): Recalculate after writing config.h;
8592         then update lib-src/Makefile.
8594 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8596         * configure.in: Add sunos4shr as alternative for suns.
8597         Conditionals testing for null $CC were backwards.
8599 1994-04-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8601         * make-dist (msdos): Don't link patch1.  Link sed*.inp, not sed.in*.
8603 1994-04-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8605         * configure.in: Handle -isc4.0*.
8607 1994-03-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8609         * configure.in (esix5): Set NON_GNU_CPP.
8611 1994-03-24  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
8613         * Makefile.in (thisdir): Nonsensical variable removed.
8614         (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8615         back to $thisdir, rather than the directory `this_dir'.
8617 1994-03-17  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8619         * Makefile.in (install-arch-indep): Add missing backslash after a
8620         `then'.
8622 1994-03-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8624         * Makefile.in (thisdir): New variable.
8625         (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8627 1994-03-08  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8629         * configure.in: Add freebsd.
8631 1994-03-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8633         * configure.in: Check for fpathconf.
8635 1994-03-02  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8637         * configure.in (with_x_toolkit): Fix typo in previous change.
8639 1994-03-01  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8641         * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8643 1994-02-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8645         * configure.in (with_x_toolkit): Don't allow motif or open-look.
8647 1994-02-24  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
8649         * configure.in: Fix value of docdir.
8650         * Makefile.in (install-arch-indep): Install DOC* in docdir.
8652 1994-02-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8654         * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8656 1994-02-22  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
8658         * configure.in: New variable docdir to control where the docstring
8659         file goes.
8660         Makefile.in: Use it to initialize PATH_DOC in paths.h.
8662 1994-02-22  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
8664         * configure.in: When --run-in-place, don't inherit archlibdir.
8666 1994-02-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8668         * Makefile.in (install-arch-dep, install-arch-indep):
8669         New targets split up former do-install rule.
8670         (do-install): Target deleted.
8672 1994-02-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8674         * configure.in (mips-sony-newsos*): New configuration.
8676 1994-02-14  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
8678         * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8680 1994-02-11  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
8682         * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8684 1994-02-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8686         * configure.in: Don't initialize CC.
8688 1994-02-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8690         * configure.in (creating src/Makefile): Also generate -U switches
8691         for symbols in the $configuration value.
8693         * configure.in: Check for sys_siglist being declared in system header.
8695 1994-02-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8697         * configure.in (creating src/Makefile): Delete blank lines
8698         along with lines of whitespace.
8699         (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8701 1994-02-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8703         * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8704         like C_SWITCH_SYSTEM.
8705         (m68*-motorola-sysv*): Set CC.  Require cpu type to be m68k or m68000.
8707 1994-02-04  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
8709         * configure.in (drem): Check for this function.
8711 1994-02-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8713         * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8714         If CPP was inherited from environment, don't use NON_GNU_CPP.
8715         (NON_GNU_CC): Likewise.
8716         (handling with_gcc): Use explicit if in the `no' case.
8717         (cc_specified): New variable; if set, don't use NON_GNU_CC.
8719 1994-02-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8721         * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8723 1994-02-01  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
8725         * configure.in: Check whether fmod exists.
8727 1994-01-31  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8729         * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8730         {src,lisp}/OChangeLog.
8732 1994-01-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8734         * configure.in: Restore Jan 8 and Jan 16 changes.  The -U hack is
8735         necessary for proper operation.  This code works with the current
8736         released version of Autoconf.
8738 1994-01-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8740         * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8741         (USE_X_TOOLKIT): Define it for all values except `no'.
8743         * configure.in: Undo first Jan 8 change and Jan 16 change.
8745 1994-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8747         * configure.in: Handle --with-x-toolkit.  Produce lwlib/Makefile.
8748         Substitute USE_X_TOOLKIT as both C macro and Make variable.
8750         * Makefile.in (lwlib/Makefile): New target.
8751         (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8752         (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8753         (unlock, relock): Handle lwlib subdir.
8755         * Makefile.in: Add some .PHONY targets.
8757         * make-dist: Handle lwlib subdir like oldXMenu subdir.
8759         * lwlib: New subdirectory.
8761 1994-01-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8763         * configure.in: If CPP has a value that is a directory,
8764         discard the value.
8766 1994-01-16  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8768         * configure.in (srcdir_undefs): Add g flag to sed substitution to
8769         remove -U[0-9]*.
8771 1994-01-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8773         * Makefile.in (do-install): Install the dired-x info files.
8775         * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8776         (See src/s/sol2.h.)
8778 1994-01-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8780         * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8782 1994-01-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8784         * configure.in (creating src/Makefile): Put code inside 2nd arg to
8785         AC_OUTPUT as it should be; hopefully no one will again see fit to
8786         gratuitously break this and not make a change log entry.
8787         Optimized sed processing of Makefile.in and cpp output; now
8788         preserves comments previously removed from the cpp input.
8789         Eliminated temp file for cpp output.  Generate -U switches to
8790         undefine all identifiers that appear in the directory name
8791         ${srcdir}; pass these to cpp.
8793         * configure.in (version): Fix sed regexp to match two-elt version
8794         number.
8796         * configure.in: Check for strerror.
8798 1994-01-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8800         * configure.in: Test for bcmp.
8802 1994-01-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8804         * make-dist (tempdir): Put subdir msdos into the distribution.
8806 1993-01-07  Morten Welinder  (terra@diku.dk)
8808         * config.bat: New file.
8810 1994-01-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8812         * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8814 1994-01-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8816         * configure.in (m68*-next-*): Don't care about which os is specified.
8817         (i[34]86-*-*): Check for *-nextstop*.
8819 1993-12-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8821         * configure.in: Check for setsid.
8823 1993-12-17  Richard Stallman  (rms@srarc2)
8825         * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8827 1993-12-15  Richard Stallman  (rms@srarc2)
8829         * Makefile.in (mkdir): Make only the lockdir writable.
8831         * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8833 1993-12-11  Richard Stallman  (rms@srarc2)
8835         * Makefile.in (libdir): Use @libdir@.
8837 1993-12-08  Richard Stallman  (rms@srarc2)
8839         * Makefile.in (install): Add empty command.
8841 1993-12-04  Richard Stallman  (rms@srarc2)
8843         * make-dist: Put man/getopt.c in the dist.
8845         * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8847         * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8849 1993-12-03  Richard Stallman  (rms@srarc2)
8851         * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8852         Set it for all solaris versions.
8853         (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8854         (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8855         Likewise for NON_GNU_CC and CC.
8857 1993-12-01  Richard Stallman  (rms@srarc2)
8859         * configure.in (mips-mips-riscos4*): Assign variable CC.
8860         (checking ${with_gcc}): If "no", don't override CC if already set.
8861         (CC): Initialize it as empty.
8863 1993-11-30  Richard Stallman  (rms@srarc2)
8865         * configure.in (Suns): Set CPP if *-solaris2.3*.
8867 1993-11-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8869         * Version 19.22 released.
8871         * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8873 1993-11-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8875         * make-dist: When breaking links, use cp -p.
8876         Copy install.sh into distribution.
8877         Move the temp dir up into the parent dir;
8878         don't leave the staging dir make-dist.tmp... in existence.
8879         * install.sh: New file.
8881 1993-11-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8883         * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8885 1993-11-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8887         * configure.in (version): When --run-in-place, exclude
8888         ${datadir}/emacs/site-lisp from locallisppath.
8890 1993-11-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8892         * configure.in: Delete jumk.c before writing it.
8894 1993-11-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8896         * Version 19.21 released.
8898         * Makefile.in (mkdir): Ignore error from chmod.
8900 1993-11-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8902         * make-dist: Don't put lisp/forms.README in the distribution.
8904 1993-11-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8906         * configure.in (creating src/Makefile): Before running cpp,
8907         discard all lines that start with `# Generated' or /**/#.
8909 1993-11-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8911         * Version 19.20 released.
8913         * make-dist: Use build-ins.in, not build-install.in.
8914         Don't bother updating TAGS since it's not included.
8916         * build-ins.in: Renamed from build-install.in.
8918 1993-11-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8920         * make-dist: Don't try to link *.texinfo--there are none now.
8921         When running make in lib-src, specify YACC var value.
8923 1993-10-03  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8925         * configure.in (extrasub): Add vpath patterns for %.[yls].
8927         * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8928         Instead just include the commands to make src/Makefile as the
8929         second arg to AC_OUTPUT.
8931         * configure.in: Use : instead of dnl for comment inside
8932         $makefile_command.
8934         * configure.in: No longer use vpath_sed.  Instead, when we notice
8935         srcdir already configured, set extrasub to hack vpath in the
8936         makefiles.
8938         * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8939         before moving it.
8940         * Makefile.in (VPATH): Define to @srcdir@.
8942 1993-09-28  Brian J. Fox  (bfox@cubit)
8944         * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8945         doesn't exist.  Just copy src/Makefile.in instead.  Touch
8946         all of the Makefiles after editing config.status.
8948         * INSTALL: Update documentation to match new configuration
8949         mechanism.
8951 1993-09-27  Brian J. Fox  (bfox@ai.mit.edu)
8953         * configure.in: Allow any of the path or directory Makefile
8954         variables to be set with flags to configure.  Create all Makefiles
8955         at configure time.  Edit special commands into config.status after
8956         src/Makefile.in is built from src/Makefile.
8958         * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8959         If these files are out of date, simply have config.status
8960         rebuild them; don't rebuild them explicitly.
8962 1993-09-25  Brian J. Fox  (bfox@ai.mit.edu)
8964         * build-install.in: Change src/xemacs to src/emacs.  We no longer
8965         create src/xemacs, so the file wouldn't be found.
8967         * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8969 1993-09-24  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
8971         * configure.in: Avoid forcing the search of /usr/include before
8972         fixed include files by resetting C_SWITCH_X_SITE if it is
8973         "-I/usr/include".
8975 1993-09-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
8977         * Makefile.in (@rip_paths@locallisppath):
8978         Delete ${datadir}/emacs/site-lisp.
8980 1993-09-15  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
8982         * configure.in:
8983         Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8984         Remove ${extra_output} from AC_OUTPUT call.
8986 1993-09-17  Brian J. Fox  (bfox@inferno)
8988         * make-dist: Quote backquotes found in strings to be echoed.
8990         * configure.in: Use "sh -c pwd" when we want to avoid having the
8991         shell fix up the value of $PWD.
8993 1993-09-13  Brian J. Fox  (bfox@inferno)
8995         * Makefile.in (do-install): Don't abort if ln or chmod at the end
8996         of the installation fail.  Suggested by Karl Berry.
8998 1993-08-30  Brian J. Fox  (bfox@inferno)
9000         * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9001         was used.  Set MAKEFLAGS from MFLAGS.
9003 1993-09-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9005         * configure.in: Test for res_init in libc.
9007 1993-09-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9009         * configure.in: In the file ${tempcname}, use configure___
9010         instead of @configure@.
9012 1993-09-12  Roland McGrath  (roland@sugar-bombs.gnu.ai.mit.edu)
9014         * make-dist: Dist vpath.sed
9016         * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9017         Depend on vpath.sed.
9018         Replace sed command for VPATH with @vpath_sed@.
9020         * configure.in: Substitute variable `vpath_sed'.
9021         If not in $srcdir and $srcdir is configured,
9022         issue warning that GNU make is required,
9023         and set vpath_sed to use vpath.sed script.
9025 1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9027         * configure.in: Remove check for $srcdir being configured.  This
9028         pretty much works now.
9029         Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9030         Check for XFree86 (/usr/X386/include) independent of whether
9031         -lXbsd exists.
9033         * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9034         realclean, unlock, relock): Use `$(MAKE)' in place of plain
9035         `make'.
9037 1993-08-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9039         * Version 19.19 released.
9041         * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9043 1993-08-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9045         * configure.in: Check for XScreenNumberOfScreen.
9047 1993-08-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9049         * configure.in: Add * to end of all configuration alternatives.
9050         (m68*-sony-newsos3*): New alternative.
9052 1993-08-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9054         * make-dist: Include getdate.c in distribution.
9056         * configure.in: For --help, use $PAGER if it is set.
9057         (LIB_X11_LIB): Default to -lX11.
9058         (mips-sgi-irix5.*): New alternative.
9060         * Makefile.in (do-install): Install info/gnus* and info/sc*.
9062         * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9063         Recognize *.B8.* as hpux version 8.
9064         (m68*-tektronix-bsd*): Fix typo in tek4300.
9065         (AC_HAVE_FUNCS): Add ftime.
9067 1993-08-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9069         * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9070         Use tekxd88, not tekXD88.
9072 1993-08-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
9074         * configure.in: Check for -lm.  Then can check for frexp and logb.
9076 1993-08-08  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9078         * Version 19.18 released.
9080         * make-dist (src): Don't put gnu-hp300 in dist.
9081         (src, lisp): Include OChangeLog in dist.
9083 1993-08-08  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9085         * configure.in: Test for presence of logb and frexp functions.
9087 1993-08-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9089         * configure.in (machine): Add i370-ibm-aix*.
9091 1993-08-03  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9093         * configure.in (function checks): Test for mkdir and rmdir.
9095         * configure.in (function checks): Don't test for random and bcopy
9096         only when we're building with X; look for them all the time.
9098 1993-07-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9100         * configure.in: Test for availability of bcopy functions, searching
9101         the X libraries if we're using X.
9103         * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9104         and #define HAVE_AIX_SMT_EXP if we do.  This is present in some
9105         versions of AIX, and needs to be passed to the loader.
9107         * configure.in: Test for the availability of the
9108         XScreenResourceString function.
9110 1993-07-30  David J. MacKenzie  (djm@frob.eng.umd.edu)
9112         * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9113         LD_SWITCH_X_SITE and assume --with-x11.
9114         Only look for X11 files if we weren't told about a window system
9115         or if we were told to use X11 but not told where.
9116         Search the libraries from the s and/or m files when checking for
9117         functions.
9119         * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9121 1993-07-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9123         * make-dist: Include lisp/dired.todo in the distribution.
9125 1993-07-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9127         * configure.in: Add code to set HAVE_INET_SOCKETS.
9129 1993-07-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9131         * configure.in: If we do find x_includes and x_libraries
9132         via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9134 1993-07-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9136         * make-dist: Include src/gnu-hp300 in the dist.
9138         * configure.in (canonical): New variable holds the canonicalized
9139         configuration.  Don't alter `configuration'.  Use `configuration'
9140         for Makefile.in for file naming.
9141         (testing x_includes and x_libraries): Use =, not ==.
9143 1993-07-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9145         * Version 19.17 released.
9147         * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9148         directory's makefile.  This allows the invocation of CPP which
9149         builds xmakefile to receive these switches.  The SunSoft C
9150         preprocessor inserts spaces between tokens if it doesn't get the
9151         -Xs flag requested in src/s/sol2.h.
9153 1993-07-12  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
9155         * configure.in (m68k-bull-sysv3): New config.
9157 1993-07-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9159         * configure.in: Use the autoconf AC_FIND_X macro to try to find
9160         the X Windows libraries.
9162 1993-07-07  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9164         * make-dist (tempdir): Don't create lisp/forms-mode directory in
9165         the distribution.  Those files aren't kept in their own
9166         subdirectory any more.
9168 1993-07-06  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9170         * Version 19.16 released.
9172 1993-06-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9174         * configure.in: Add --verbose flag.
9176 1993-06-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9178         * version 19.15 released.
9180 1993-06-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9182         * Makefile.in (top_distclean): Use -f switch when cleaning out
9183         lock dir; it might be empty.
9185         * configure.in: Only check for -lXbsd once.
9187 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9189         * Version 19.14 released.
9191 1993-06-17  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9193         * make-dist: If using gzip, create distribution with '.gz' extension.
9195         * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9196         (lisp/forms-mode): This doesn't exist anymore.
9198         * configure.in: Look for the closedir function.
9200 1993-06-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9202         * configure.in (CPP): Autoconf sets this to a shell variable
9203         reference, which doesn't work when it's edited into a makefile.
9204         Expand that variable reference.
9206         * Makefile.in (CPP): New variable.
9207         (src/Makefile): Edit CPP into src/Makefile.
9209         * Makefile.in (src/Makefile): Don't bother exiting single quotes
9210         and entering double quotes to get the values of LD_SWITCH_X_SITE
9211         and the other make variables; make substitutes them in anyway.
9213         * Makefile.in (uninstall): Don't remove the lisp and etc
9214         directories if they're in the source tree.
9216         Bring mumbleclean targets into conformance with GNU coding standards.
9217         * Makefile.in (mostlyclean, clean): Separate these two; just have
9218         them pass the request to the subdirectory makefiles.
9219         (distclean): Pass the request down, and then get rid of the
9220         files configure built, and get rid of the Makefiles.
9221         (realclean): Pass the request down, and then do the same things
9222         distclean does.
9223         (uninstall, info, dvi): New targets.
9225         * configure.in: Move clause for PC-compatible i386 box to the end
9226         of the case statement, to avoid masking configurations below.
9228         * configure.in: Add case for m88k-motorola-sysv4.
9230         * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9231         the HP 68000 machines.
9233         * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9234         C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9235         preprocessor won't fiddle with them.
9237 1993-06-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9239         * Makefile.in (TAGS): cd to src to run etags.
9241 1993-06-12  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9243         * configure.in (version): Check the X libraries for XrmSetDatabase
9244         and random, and see if we have -lXbsd.
9246 1993-06-11  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9248         * configure.in: Pass "-Isrc" to the CPP we run to examine the
9249         s/*.h and m/*.h files.  Martin Tomes
9250         <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9252 1993-06-10  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9254         * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9255         above the general i386 alternative.
9257 1993-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9259         * configure.in: Recognize configuration name for Data General
9260         AViiON machines.
9262         * configure.in: Use AC_LONG_FILE_NAMES.
9264 1993-06-09  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9266         * configure.in: Test for bison.
9267         * Makefile.in (YACC): New variable.
9268         (lib-src/Makefile.in): Edit YACC into the makefile.
9270 1993-06-08  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9272         * Version 19.13 released.
9274         * configure.in (CFLAGS): Don't set this according to the value of
9275         the GCC shell variable.  Instead, consult the machine and system
9276         files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9277         test __GNUC__ while we're at it.
9279         * configure.in: Remove extra ;; from hpux cases.
9281 1993-06-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9283         * configure.in: Check to see if the system has -ldnet.
9285 1993-06-08  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9287         * make-dist: Add clauses to distribute lisp/forms-mode.
9289 1993-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9291         * configure.in (machine): Fix the versions in hpux version number test.
9292         Do not guess based on cpu type.  Do check for explicit system version.
9294 1993-06-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9296         * configure.in: Do NOT look for `unknown' as company name.
9298 1993-06-02  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9300         * configure.in: Fix typo in message.
9302 1993-06-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9304         * Version 19.12 released.
9306         * Makefile.in (do-install): Correct previous etc-copying change.
9307         Partially rewrite using `if'.
9308         (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9310         * Version 19.11 released.
9312         * configure.in: Handle 386bsd.
9314 1993-05-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9316         * make-dist: Update getdate.c.
9318         * configure.in: Handle bsd386.
9320         * Makefile.in (do-install): Use `-' in tar options.
9322         * configure.in: Change  ! "${...}"  to  x"${...}" = x.
9324         * Makefile.in (do-install): Copy the DOC-* files from the build
9325         etc directory, as well as lots of things from ${srcdir}/etc.
9327         * make-dist: Copy config.guess.
9329         * configure.in: Handle AIX versions 1.2, 1.3.
9331 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9333         * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9334         the configuration name mips-mips-usg* to represent USG systems.
9336         * configure.in: Fix logic to detect if srcdir is already configured.
9338         * Makefile.in: Pass in LD_SWITCH_X_SITE.
9340         * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9341         foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9342         of a directory; cd might fail, and have pwd print out the current
9343         directory.
9345 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9347         * configure.in: When looking for sources, use '.', not `.`.  Also '..'.
9349 1993-05-30  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9351         * configure.in: Complain if srcdir points at an already-configured
9352         tree.
9354 1993-05-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9356         * Version 19.10 released.
9358 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9360         * Makefile.in: Use Makefile comments, not C comments.
9362         * configure.in: Add case for the Tektronix XD88.
9364 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9366         * configure.in: Handle sysv4.2 and sysvr4.2.
9368 1993-05-29  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9370         * configure.in: Traverse the argument list without destroying it;
9371         don't use shift.  It turns out that "set - ${saved_arguments}"
9372         doesn't work portably.
9374         * configure.in: Add missing "fi".
9376         * make-dist: Rebuild configure if configure.in is newer.
9378         * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9379         targets to be executed even if make remembers that it has already
9380         satisfied FRC.
9382 1993-05-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9384         * Makefile.in (do-install): Delete redundant code to copy etc twice.
9386         * configure.in (romp): Handle various version numbers with aos and bsd.
9388 1993-05-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9390         * configure.in: Fix message text.
9392 1993-05-28  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9394         * make-dist: Make a `site-lisp' directory in the distribution,
9395         instead of a `local-lisp' directory, which hasn't been the
9396         appropriate name for a long time.
9397         * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9398         from the distribution first, then /usr/local/lib/emacs/site-lisp.
9400         * Makefile.in (do-install): Correctly detect if ./etc and
9401         ${srcdir}/etc are the same.
9403         * configure.in: Extract UNEXEC from the system configuration
9404         files, compute the name of the source file corresponding to the
9405         object file, and #define it as UNEXEC_SRC in config.h.
9407         * configure.in: If srcdir is '.', then try using PWD to make it
9408         absolute.
9410         * configure.in: Include ${srcdir} in the printed report, to help
9411         people notice if it's an automounter path.
9413 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9415         * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9417 1993-05-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9419         * Makefile.in (do-install): Delete the dest dir, not the source dir,
9420         when they are different.  Add  `shift' command.
9421         (COPYDESTS, COPYDIR): Delete external-lisp dir.
9422         (externallispdir): Var deleted.
9424         * configure.in: Delete spurious paren outputting short_usage.
9426 1993-05-27  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9428         * Version 19.9 released.
9430 1993-05-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9432         * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9433         subdirectory makes.
9435         * make-dist: Check for .elc files with no corresponding .el file.
9437         * Makefile.in (mkdir): Make all the directories in locallisppath.
9439         * config.guess: New file.
9440         * configure.in: Use it, tentatively.
9441         * INSTALL: Mention its usage.
9443         * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9444         the former gives you the operating system rev directly.  Use
9445         s/hpux.h if we don't recognize what we got.
9447         * Makefile.in (do-install): Don't remove a destination directory
9448         if it's the same as the source.  If ${srcdir}/info == ${infodir},
9449         don't try to copy the info files.
9451         * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9452         doesn't work if you're not using a separate source directory.
9453         (do-install): Copy the build tree's etc directory only after
9454         making sure it's not also the source tree's etc directory.
9456 1993-05-26  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9458         * configure.in: Handle sunos4.1.3 specially.
9460 1993-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9462         * Makefile.in (INSTALL): Add definition.
9464         * configure.in: Fix some messages.  Support -with-gnu-cc.
9465         At the end, use `set --', not `set -'.
9466         Delete spurious `.h' in hpux alternatives.
9468 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9470         * Version 19.8 released.
9472 1993-05-25  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9474         * configure.in: When looking for source in the same directory as
9475         the configure script, make the path thus discovered absolute.
9476         If the user specifies the `--srcdir' switch, make that directory
9477         absolute too.
9479         * Makefile.in (srcdir): Remove comment saying this doesn't work.
9481         * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9482         too, as the value of the PATH_INFO macro.
9484         * configure.in: Check to see if the source lives in the same
9485         directory as the configure script.
9487 1993-05-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9489         * Makefile.in (install): Split this into `install' and
9490         `do-install', to give people more control over exactly what gets
9491         done.
9492         (do-install): New target, containing the guts of `install'.  Don't
9493         remove and recreate the directories inside the copying loop - do
9494         it all before the copying loop.  Pass more flags to the lib-src
9495         make.
9496         (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9497         avoid errors and warnings.
9499         * configure.in: For generic IBM PC boxes, insist on "unknown" for
9500         the manufacturer - the more general case was blocking other i386
9501         configuration names below, and that's how the names are written in
9502         MACHINES anyway.
9504         * make-dist: When breaking links, remove the link before moving
9505         the copy onto it, to avoid interactive behavior.
9507         * Makefile.in: Doc fix.
9509         * configure.in: Doc fix.
9511         * INSTALL: Mention --exec-prefix option.
9513         * configure.in: Add support for the `--exec-prefix' option.
9514         * Makefile.in: Accept that support.
9516         * configure.in: Use the AC_PROG_INSTALL macro.
9517         * Makefile.in (INSTALL): Variable removed.
9518         (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9520         * configure.in: Distinguish between hp800's and hp700's by calling
9521         "uname -m".
9523 1993-05-24  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9525         * configure.in: Recognize configuration names for i860 boxes
9526         running SYSV.
9528 1993-05-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9530         * configure.in: Distinguish between hp800's and hp700's by the
9531         version of HP/UX they run, since that's something people are more
9532         likely to know - hp700's run 8.0.
9533         Add HP 700 configuration.
9535         * configure.in: Test for the presence of the `rename' function.
9537         * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9538         configure.in.
9539         (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9541         * make-dist: Break intra-tree links.
9543         * configure.in: Explain that this is an autoconf script, and give
9544         instructions for rebuilding configure from it.  Arrange to put
9545         comments in configure explaining this too.
9547         * configure.in: Make the first line of the configure script be
9548         "#!/bin/sh".  Leaving the first line blank didn't work.
9550         * configure.in (long_usage): Removed; made short_usage describe
9551         the options briefly.
9553         * configure.in: Implement the --prefix option.
9554         * Makefile.in (prefix): Add support for it here.
9555         * INSTALL: Document it here.
9557         * Makefile.in (install): Don't assume that the files in the `info'
9558         subdirectory match  *.info.  They don't have that prefix.
9560 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9562         * configure.in: Add case for version 5 of Esix.
9564 1993-05-22  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9566         * Version 19.7 released.
9568         * make-dist: There aren't any *.com files in lib-src anymore.
9570         * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9571         them; they're symlinks to other filesystems on the GNU machines.
9573         * make-dist: Check that the manual reflects the same version of
9574         Emacs as stated in lisp/version.el.  Edit that version number into
9575         the README file.
9577 1993-05-21  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9579         * configure.in: Remove the hack of AC_DEFINE; use
9580         AC_DEFINE_UNQUOTED.
9582 1993-05-20  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9584         * make-dist: Don't distribute precomp.com, compile.com, or
9585         link.com from ./src; they're in ./vms now.
9587         Some time-handling patches from Paul Eggert:
9588         * configure.in: Add AC_TIMEZONE.
9590 1993-05-19  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9592         * configure.in: Recognize Linux as a valid operating system for
9593         the i386.
9595 1993-05-18  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9597         * make-dist: Distribute some VMS files we got from Richard Levitte.
9599         * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9600         the source for the sed command, not oldXMenu/Makefile.
9602 1993-05-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9604         * INSTALL: Don't claim the srcdir option doesn't work.
9606 1993-05-16  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9608         * configure.in: Include remarks saying what order the autoconf
9609         tests should go in, and remind people to change config.h.in
9610         whenever they add autoconf tests which make #definitions.
9612         * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9614 1993-05-15  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9616         * Makefile.in (oldXMenu/Makefile): Make this depend on
9617         ${srcdir}/oldXMenu/Makefile.in, not itself.
9619         * PROBLEMS: Some updates from David J. Mackenzie.
9621         More changes from David J. Mackenzie.
9622         * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9623         removed; autoconf and config.h should specify all these
9624         differences.
9625         (buildlisppath): Make this path depend on ${srcdir}.
9626         (INSTALLFLAGS): Removed.
9627         (INSTALL): Include the -c flag.
9628         (install): Change the way we invoke install accordingly.
9630         Install ${srcdir} changes from DJM.
9631         * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9632         list.
9633         (COPYDIR, COPYDESTS): Install files from both the etc directory in
9634         the source tree and the etc directory in the object tree.
9635         (${SUBDIR}): Pass the prefix variable down to submakes.
9636         (everywhere): Use `sed', not `/bin/sed'.  Not all systems have sed
9637         in /bin.
9638         (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9639         values for srcdir and VPATH.
9640         (install): Add `v' flag to tar command.  Make sure that `dir'
9641         exists in ${srcdir}/info before copying it.  Remember that the man
9642         pages come from the source tree, not the object tree.
9643         * configure.in: Remove remarks saying that the --srcdir option
9644         doesn't work.
9645         Create the etc directory in the object tree.
9646         Recognize configuration names of the form *-sun-solaris*.
9647         Recognize sunos5 and solaris as operating system names.
9649         * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9650         lib-src/getdate.y and src/systime.h.
9652 1993-05-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9654         * make-dist: Make links in info subdir.
9656 1993-05-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9658         * configure.in: Call AC_STDC_HEADERS.
9660 1993-05-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9662         * configure.in: Sidestep autoconf's quoting of the second argument
9663         of AC_DEFINE, so we can specify the value to put there.  It would
9664         be nice if autoconf provided some way to specify computed values
9665         for macros.
9667 1993-05-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9669         * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9670         this is always just -DHAVE_CONFIG_H.
9672         The GNU coding standards specify that CFLAGS should be left for
9673         users to set.
9674         * Makefile.in (CFLAGS): Let configure determine the default value
9675         for this.  Don't
9676         have it default to DEFS.
9677         (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9678         (lib-src/Makefile, src/Makefile): Edit the default value for
9679         CFLAGS into these files, not DEFS.
9680         * configure.in (CFLAGS): Choose a default value for this - "-g"
9681         normally, or "-g -O" if we're using GCC.  Edit it into the
9682         top-level Makefile.
9684         * configure.in: When scanning the machine and system description
9685         #include files, write their names to conftest.c properly.
9687 1993-05-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9689         * configure.in: In configuration name case for Apallos running
9690         Domainios, set opsys, not opsysfile.
9692         * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9693         src/config.h, instead of AC_OUTPUT; the latter overwrites
9694         src/config.h even when it hasn't changed, puts a makefile-style
9695         comment at the top even though it's C code, and produces a
9696         config.status script which doesn't do the job right.
9698         * configure.in: Add AC_LN_S test, so we can tell whether or not we
9699         can use a symbolic link to get the X Menu library into src.
9700         * Makefile.in (LN_S): New variable.
9701         (src/Makefile): Edit the value of LN_S into this makefile.
9703 1993-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
9705         * configure.in: Support *-sco3.2v4* as opsystem.
9707         * make-dist: Don't include calc directory.
9708         Exclude many files in the man directory; copy a few.
9710 1993-05-04  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9712         * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9713         call AC_STRUCT_TM to see what's in time.h.
9715         * configure.in: Employ quoting stupidity to get the value of CPP
9716         to expand properly.
9718 1993-04-27  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9720         * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9721         variable to scan the machine and system description files.
9723         * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9724         so that getdate.y builds correctly.
9726 1993-04-26  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9728         * configure.in (tempcname): Change this to "conftest.c", so it will
9729         work properly on systems with short filenames; this is the name
9730         autoconf uses.
9732         * configure.in: Also detect the availability of dup2 and
9733         gethostname.
9735         * configure.in: Use the AC_ALLOCA test.
9736         * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9737         (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9739 1993-04-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9741         * make-dist: Distribute configure, as well as configure.in.
9742         Oversight.
9744 1993-04-23  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9746         * Makefile.in (install): Print out the name of the directory we're
9747         copying, so people can have some idea of whether we're making
9748         progress.
9750         * Makefile.in (install.aix, install.xenix, install.sysv, install):
9751         Don't forget to re-create the COPYDESTS directories after we clear
9752         them out.
9754 1993-04-13  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9756         * Makefile.in: Add autoconf cookies so that the configure
9757         script can comment out sections of path variable definitions to
9758         choose between the installable configuration and the run-in-place
9759         configuration.
9760         * configure.in: Add new option `--run-in-place', to select the
9761         run-in-place path definitions.
9763         * configure.in: Add a clause to the big configuration name case
9764         for the NeXT machine.
9766 1993-04-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9768         * Makefile.in (install, install.sysv, install.xenix, install.aix):
9769         Make sure that each source directory exists, and is different from
9770         the destination directory; then, delete the destination before
9771         copying over the source.
9773         * make-dist: Distribute configure.in, instead of configure.
9775 1993-04-10  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9777         * configure.in: Don't set CC to "gcc -O" if the user specifies
9778         `--with-gcc'.  Add -O to DEFS if GCC is set.
9780 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9782         * Makefile.in (clean mostlyclean): Missing right paren.
9784         * configure.in: When checking for X windows, search for an X11
9785         subdirectory of ${x_includes}.
9787         * configure.in: Check for gettimeofday function, for getdate.y.
9789         Change `configure' to a mixture of custom code and autoconf stuff.
9790         autoconf can't derive all the information we need, but we'd really
9791         like to be able to take advantage of some of its tests, and its
9792         file-editing facilities.
9793         * configure.in: Renamed from configure.
9794         Quote the sections of shell script we want copied literally to
9795         the configure script.
9796         (compile): Initialize this to make the autoconf macros' code happy.
9797         Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9798         code to do their jobs.
9799         Use autoconf to produce Makefile and src/config.h.
9800         Remove the Makefile-style comment that autoconf places at the top
9801         of src/config.h.
9802         (config_h_opts): Removed - no longer necessary.
9803         * Makefile.in (configname): Renamed to configuration.
9804         (CONFIG_CFLAGS): Renamed to DEFS.
9805         (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9806         get values via autoload @cookies@.
9807         (libsrc_libs): Get this from autoconf.  We used to do nothing
9808         about this.
9809         (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9811         * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9812         echo the move-if-change command.
9814 1993-04-08  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
9816         * make-dist: Distribute lib-src/rcs-checkin.
9818         * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9819         Don't try to make links to the RCS or Old subdirectories.
9820         Use the appropriate extension for the compression type in use.
9821         Create the tar file in the shell's initial default directory, not
9822         in ${tempparent}.
9823         Erase the whole ${tempparent} tree, not just ${tempdir}.
9825 1993-03-30  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9827         * Makefile.in (src/paths.h): Don't echo the huge sed command we
9828         use to build paths.h.
9829         (lib-src/Makefile, src/Makefile): Similarly.
9831         * configure: Extend test for working `const' keyword to handle AIX
9832         3.2 cc.
9834 1993-03-24  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9836         * make-dist: Distribute lisp/term/ChangeLog.
9838         Arrange for C compilation throughout the tree to get
9839         C_SWITCH_SYSTEM from the configuration files.
9840         * configure: Extract C_SWITCH_SYSTEM from the machine and
9841         system-dependent files, and save it in the top-level Makefile.
9842         * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9843         (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9845         * make-dist: Include the VMS support files in oldXMenu in the
9846         distribution.
9848         * configure: Doc fix.
9850         * configure: Fix corrupted config_h_opts.
9852         * configure: Properly report option names in error messages.
9854         * configure: Properly recognize --x-includes and --x-libraries
9855         options.
9857         * configure: Fix syntax errors in code handling XFree386.
9859 1993-03-23  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9861         * configure: Add special code to detect XFree386, and tell
9862         config.h about it.
9864         * configure: Properly handle extracting values of LIBS_MACHINE and
9865         LIBS_SYSTEM that contain spaces.
9867         * configure: Add `--x-includes' and `--x-libraries' options.  I
9868         think these are dopey, but no less than three alpha testers, at
9869         large sites, have said they have their X files installed in odd
9870         places.  Implement them by setting C_SWITCH_X_SITE and
9871         LD_SWITCH_X_SITE in src/config.h.
9873 1993-03-22  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9875         * make-dist: Don't distribute etc/Old files.
9877         * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9878         backups.
9880 1993-03-20  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9882         * make-dist: Fix typo.
9884 1993-03-19  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9886         * make-dist: Corrected typo, fixed it to discard = and TAGS files
9887         in some cases where it should but didn't seen to.
9889         * Makefile.in: Added unlock and relock productions.
9891 1993-03-18  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9893         * make-dist: Add a --compress option to force make-dist to use
9894         compress.
9896         * make-dist: Use gzip, if we can find it.
9898         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9899         make rs6000-ibm-aix default to -aix32.
9901 1993-03-17  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
9903         * Makefile.in: Added `Developer's configuration' section.
9905 1993-03-17  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
9907         * Makefile.in: Add commented-out variable settings for developer's
9908         configuration.
9910 1993-03-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9912         * make-dist: Distribute `src/bitmaps' too.
9914 1993-03-14  Charles Hannum  (mycroft@hal.gnu.ai.mit.edu)
9916         * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9917         make rs6000-ibm-aix default to -aix32.
9919 1993-03-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9921         * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9923         * Makefile.in (install.sysv): Add a second `$' in front of
9924         `${dest}', so that the shell will expand it, instead of Make.
9926         * configure: When processing the name of the configure script,
9927         collapse `././' to `./', but leave a single `./' prefix alone.
9929         * configure: Doc fix.
9931 1993-03-04  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9933         * configure: Handle isc3.0 correctly.
9935 1993-02-25  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9937         * make-dist: Don't try to copy the COPYING notice into
9938         external-lisp; we're not distributing that directory any more.
9940 1993-02-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9942         * Makefile.in (install, install.aix, install.xenix, install.sysv):
9943         Remove CVS subdirectories from the installed directory trees, as
9944         well as RCS directories.
9946 1993-02-23  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
9948         * make-dist: Only copy gmalloc.c if we couldn't link it.
9949         Don't try to copy man/{README,Makefile} unless they actually exist.
9951         * Makefile.in (lisppath): Don't include externallispdir in this.
9952         We're not sure whether we're even going to distribute the
9953         directory yet.
9955 1993-02-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9957         * make-dist: Don't distribute the external-lisp directory anymore.
9958         * INSTALL: Remove all references to external-lisp.
9960         * configure: Detect whether the compiler supports `const'
9961         properly, and edit src/config.h accordingly.
9963         * configure: Tweak layout of final report.
9965         * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9966         CFLAGS.
9968         * Makefile.in (locallisppath): Make this default to
9969         ${datadir}/emacs/site-lisp, instead of
9970         ${datadir}/emacs/local-lisp.  ${datadir} and ${statedir} are often
9971         the same thing, and local-lisp causes completion conflicts with
9972         lock.
9973         (lisppath): Add ${externallispdir} to this.
9974         * INSTALL: Adjust installation directions.
9976         * Makefile.in (externallispdir): New variable, to say where to
9977         install the externally-maintained lisp files.
9978         (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9979         the others.
9980         * INSTALL: Describe external-lisp and the new externallispdir
9981         variable.
9983 1993-02-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9985         * configure (progname): New option `--with-gcc'.  Make it clearer
9986         how we are trying to guess whether or not we have GCC.
9987         * INSTALL: Document the `--with-gcc' option, and improve
9988         description of `--with-x' options.
9990 1993-02-06  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
9992         * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9993         ${infodir} from these variables; we have written out explicit code
9994         to install the info files.
9996 1993-01-25  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
9998         * make-dist: Don't distributed the RCS files in the etc directory.
10000 1993-01-24  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10002         * Makefile.in: Some makes can't handle comments in the middle of
10003         commands; move them to before the whole rule.
10005 1993-01-16  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10007         * README: Mention what Emacs is.
10009 1993-01-14  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10011         * make-dist: Include `./lisp/calc-2.02' in the distribution.
10012         Add `./cpp' and `./man' back into the distribution.
10014 1993-01-13  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10016         * Makefile.in: Define MAKE, and use where appropriate.
10018 1993-01-07  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10020         * make-dist: Remember that the authoritative COPYING notice is
10021         `etc/COPYING', not `../etc/COPYING'.
10023 1992-12-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10025         * make-dist: Make sure that the COPYING notices in each directory
10026         are copies, not symlinks.
10028 1992-12-19  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10030         * INSTALL: The build process produces an executable called `emacs'
10031         now.  Change references.
10032         * Makefile.in: Adjust `install.mumble' targets to install
10033         `src/emacs', not `src/xemacs'.
10035         * configure: Start with a blank line; this keeps some old CSH's
10036         from thinking it's a CSH script.  Most systems will just use
10037         /bin/sh to run it, which is what we're expecting; the only other
10038         shells which might try to interpret it themselves are probably
10039         Bourne-compatible.
10041 1992-12-14  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10043         * INSTALL: Improvements suggested by David Mackenzie.
10045 1992-12-12  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10047         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10048         Don't try to copy the info files if there aren't any; the
10049         unexpanded globbing pattern disappoints `install'.  Ignore the
10050         return status of that command.
10052         * INSTALL: Updated for new configuration arrangement.
10054         * configure: Don't make the top-level Makefile read-only - people
10055         may want to edit the values of the path variables.
10057         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10058         Install the info files in ${infodir}.  Install the executable
10059         under both `emacs' and `emacs-VERSION'.
10061         * Makefile.in: Doc fix.
10063         * Makefile.in (exec_prefix): New variable, as per latest version
10064         of coding standards.
10065         (bindir, libdir): Use it, instead of `prefix'.
10066         (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10068         * Makefile.in (mandir): Make the default value for this depend on
10069         $(prefix).
10071         * Makefile.in (datadir, statedir, libdir): Make these all default
10072         to ${prefix}/lib.
10073         (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10074         to compensate.
10076         * Makefile.in (install, install.sysv, install.xenix, install.aix):
10077         Install the etags and ctags man pages too.
10079         * Makefile.in (distclean): Don't delete backup files; that's the
10080         job of extraclean.
10081         (extraclean): Like distclean, but deletes backup and autosave files.
10083 1992-12-10  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10085         Make path specification conform to GNU coding standards.
10086         * configure (long_usage): Remove all traces of old arguments from
10087         usage messages, and document the options we do accept in more
10088         detail: -with-x... and --srcdir.
10089         (options, boolean_opts): Deleted; we don't have enough options to
10090         make this worthwhile.
10091         (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10092         along with the code which supported them; these should be set as
10093         arguments to the top-level make.
10094         (config_h_opts): Since this no longer doubles as a list of option
10095         names, make them upper case; this simplifies the code which uses
10096         them to build the sed command to edit src/config.h.  Change the
10097         code which sets them.
10098         (cc, g, O): Don't allow the user to set these using options; they
10099         should be specified using `CC=' and `CFLAGS=' arguments to the
10100         top-level make.  Just choose reasonable default values for them,
10101         and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10102         values.
10103         (gnu_malloc, rel_alloc): Don't allow the user to set these using
10104         options; use them whenever the configuration files say they're
10105         possible.
10106         Simplify the argument processing loop.  Don't accept abbreviations
10107         for option names; these might conflict with other configuration
10108         options in the future.
10109         Add some support for the `--srcdir' option.  Check for the sources
10110         in . and .. if `--srcdir' is omitted.  If the directories we will
10111         compile in don't exist yet, create them under the current directory.
10112         Note that the rest of the build process doesn't really support
10113         this.
10114         Edit only the top Makefile.  That should edit the others.  Edit
10115         into the makefile: `version', from lisp/version.el, `configname'
10116         and `srcdir' from the configuration arguments, `CC' and
10117         `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10118         the user's path, and LOADLIBES as gleaned from the system
10119         description files.
10120         Simplify the report generated; it doesn't need to include any
10121         description of paths now.
10122         Make `config.status' exec configure instead of just calling it, so
10123         there's no harm in overwriting `config.status'.
10124         * Makefile.in (version, configname): New variables, used to choose
10125         the default values for datadir and libdir.
10126         Path variables rearranged into two clearer groups:
10127         - In the first group are the variables specified by the GNU coding
10128           standards (prefix, bindir, datadir, statedir, libdir, mandir,
10129           manext, infodir, and srcdir).
10130         - In the second are the variables actually used for Emacs's paths
10131           (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10132           archlibdir), which depend on the first category.
10133         datadir and libdir default to directories under
10134         ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10135         demand.
10136         etcdir and lispdir default to subdirectories of datadir.
10137         archlibdir defaults to libdir.
10138         The new installation tree is a bit deeper than it used to be, so
10139         use the new make-path program in lib-src to build them all.
10140         Always build a new src/paths.h.tmp and then move-if-change it to
10141         src/paths.h, to avoid unnecessary rebuilds while responding to the
10142         right changes.
10143         Remove all mention of arch-lib.  Run utility commands from
10144         lib-src, and let the executables be copied into archlibdir when
10145         Emacs is installed.
10146         Add targets for src/Makefile, lib-src/Makefile, and
10147         oldXMenu/Makefile, editing the values of the path variables into
10148         them.
10149         Let lib-src do its own installation.
10150         (datadir): Default to putting data files under
10151         ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10152         (emacsdir): Variable deleted; it would only be confusing to use.
10153         (lispdir, etcdir): Default to ${datadir}/lisp.
10154         (mkdir): Use make-path for this.
10155         (lockdir): Do this in mkdir.
10156         (Makefile): New target.
10158         * configure (usage_message): Rename to long_usage.
10160         * make-dist: Don't bother creating an arch-lib directory; that's
10161         only for installation now.
10163 1992-11-20  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10165         * configure: Use GCC-style configuration names, using config.sub.
10166         Change the usage and help messages.
10168         * configure: Initialize window_system, not indow_system.
10170         * configure: Report which window system, compiler, and signal
10171         handler return type we decide to use.
10173         * make-dist: Explain what's going on if config.sub and gmalloc.c
10174         can't be linked.  Place the code which copies them near the code
10175         which links the rest of the files around them.
10177 1992-11-15  Jim Blandy  (jimb@apple-gunkies.gnu.ai.mit.edu)
10179         * make-dist: Don't bother to distribute src/*.com, or
10180         src/vmsbuild; those have all been moved to `../vms'.
10182 1992-11-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10184         * make-dist: Don't forget that the way to avoid filenames starting
10185         with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10186         `[a-zA-Z0-9].h'.  Add a new section for dealing with files that we
10187         couldn't make hard links to, since we have two already, and
10188         perhaps more to come.
10190 1992-11-04  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10192         * configure: When editing parameters into lib-src/Makefile, change
10193         the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10194         needs some other flags too.
10196 1992-11-03  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10198         * configure: Remove spurious echo of the configuration name.
10200         * make-dist: Don't distribute files in src/m and src/s whose names
10201         begin with `='.
10203 1992-10-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10205         * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10206         Also LISP_FLOAT_TYPE.
10208 1992-10-26  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10210         * make-dist: Copy config.sub, since it's a symbolic link to a file
10211         on another file system.
10213 1992-10-17  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10215         * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10216         distribution.
10218         * config.sub: New file, to help us recognize configuration names.
10219         * make-dist: Include it in the distribution.
10221 1992-09-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10223         * configure: Convert `-' to `_' in specified option names.
10224         Accept options with --.  Delete --highpri and --have-x-menu options.
10225         New options --with-x and --with-x10 replace -window-system.
10226         Don't mention options --gnu-malloc, --rel-alloc
10227         or --lisp-float-type in help message.
10229 1992-09-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10231         * make-dist: Include the `vms' subdirectory in the distribution.
10233 1992-09-10  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10235         * configure: Remove lines starting with "# DIST: " when building
10236         lib-src/Makefile and src/Makefile.  This allows us to mark the
10237         "Makefile.in" files with explanatory comments which won't also get
10238         stuck in the Makefiles.
10240 1992-09-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10242         * make-dist: Don't use the '+' operator in the sed regular
10243         expression that extracts the version number from lisp/version.el;
10244         Ultrix sed doesn't seem support the operator.  Just double the
10245         operand and use *.
10247 1992-09-01  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10249         * Makefile.in: Doc fix.
10251 1992-08-31  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
10253         * configure: Rewrite sed command to remove at most one ./ prefix;
10254         Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10255         group.
10257 1992-08-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10259         * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10261 1992-08-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10263         * make-dist: Go ahead and build a new TAGS file, unless the
10264         --newer option was specified.  Don't try to delete a TAGS file
10265         from etc; it's not kept there, and shouldn't be deleted anyway.
10267 1992-08-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10269         * make-dist: If the lisp directory contains a default.el, don't
10270         distribute it.
10272         * configure: When searching signal.h for the type of a signal
10273         return handler, make a copy of it, not a symbolic link to it; that
10274         way, it will work on systems that don't have symbolic links.
10276 1992-08-14  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
10278         * make-dist: Taught it about vcdiff and rcs2log, added --newer
10279         option for generating incremental distributions.  Stopped it from
10280         generating a TAGS file into the distribution; that sucker is
10281         *big*, and easily enough generated with the toplevel makefile.
10283 1992-08-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10285         * configure: When writing config.status, don't prefix progname
10286         with a '.'; it might be absolute.
10288 1992-08-05  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10290         * configure: Choose to use X11 if either /usr/lib/libX11.a or
10291         /usr/include/X11 exist, not only if both exist.
10293 1992-07-27  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10295         * make-dist: Make the new external-lisp directory a duplicate of
10296         the external-lisp directory, not the lisp directory.
10298 1992-07-07  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10300         * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10301         clean' in arch-lib; it doesn't even have a Makefile.
10303         * Makefile.in (clean, mostlyclean): In the test which tries to
10304         distinguish between the build directory, which should be cleaned,
10305         and the installed directory, which shouldn't, cd to `${emacsdir}',
10306         not `${DESTDIR}${LIBDIR}'.
10308 1992-06-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10310         * make-dist: Be sure to delete the .c and .h files that YACC and
10311         BISON create from getdate.y.
10313         * external-lisp: New directory; see `external-lisp/README'.
10314         * make-dist: Added support for the external-lisp subdirectory.
10316         * make-dist: Changed message which complains that make-dist wasn't
10317         invoked in the right directory to indicate which files it was
10318         looking for.
10320 1992-06-29  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10322         * configure: Add comments explaining why we can't translate
10323         character ranges or control characters in `tr'.
10325 1992-06-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10327         * configure: When generating the configuration message, we used to
10328         build the message from the start so that each line began with "# "
10329         so that it would be a comment in `config.status'.  However, this
10330         causes trouble if any of the variables we use in the message
10331         expand to more than one line of text - as gnu_malloc_reason
10332         sometimes does.  So instead, we build the message as it should be
10333         printed to the user (i.e. without the "# " prefixes), and stick on
10334         the "# "s when we write it to `config.status'.
10336         * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10337         `lib-src' and `arch-lib'.
10339         * configure: When generating report and `config.status' file, note
10340         that bindir only determines where `make install' and
10341         `build-install' will place the executables; this should make it
10342         clear that the ordinary build process will not try to install
10343         things.
10345 1992-06-10  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
10347         * make-dist: Change messages to say that we are 'making links to
10348         X', rather than 'copying X'.  And put `' quotes around file names.
10350         * make-dist: Include '.tmp' in the name of the staging directory.
10352         * make-dist: Pass the `-f' option to rm when you're not sure that
10353         the files you're removing actually exist.
10355         * make-dist: When setting up etc/COPYING, always nuke whatever is
10356         there, and then copy it in, to make sure we get a real file.
10358         * make-dist: Don't try to distribute *.defns files any more.  The
10359         only such file was for simula.el, which has been superseded by a
10360         version which doesn't have a separate .defns file.
10362 1992-05-28  Ken Raeburn  (Raeburn@Cygnus.COM)
10364         * make-dist: Don't distribute configured versions of config.h.in,
10365         paths.h.in, Makefile.in in src.
10367         * configure: Delete .tmp files before creating them; don't bother
10368         trying to make final targets writable first, since it won't
10369         matter to move-if-change.
10371 1992-05-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10373         * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10374         mkdir and chmod in the center of all the conditionals.  GNU Make
10375         will strip these out, but other makes won't.
10377 1992-05-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10379         * make-dist: Include move-if-change in list of files to distribute.
10381 1992-05-04  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10383         * configure: Remove any "." elements from the program name.
10385         * configure: Don't record the values of all the possible arguments
10386         in config.status; only record the options that the user specified.
10388         * configure: Use move-if-change to move in the new src/config.h.
10390 1992-04-29  Ken Raeburn  (Raeburn@Cygnus.COM)
10392         * move-if-change: New file, copied from gcc release.
10393         * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10394         a temp file, so we don't update paths.h if an error occurs or if
10395         it doesn't need changing.
10397 1992-04-28  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10399         * Makefile.in (src/paths.h): Do not install a value for the
10400         PATH_SUPERLOCK value; that macro doesn't exist anymore.
10401         * build-install.in: Same thing.
10403 1992-04-24  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10405         * make-dist: Check the flag called "make_tar", not "make_dir"; the
10406         latter, being a typo, is always false, resulting in a program
10407         whose default behavior is to painstakingly build a copy of the
10408         source tree, and then delete it.  Rah.
10410         * Makefile.in: Add dist target, and comment for it.
10412         * configure: When scanning <signal.h> for a declaration for
10413         signal, create a symbolic link with a name ending in .c, so the
10414         compiler won't complain that it's only been given .h files.
10416         * configure: Check whether there are any arguments available
10417         before shifting to get the value of a non-boolean parameter.
10419         * make-dist: Doc fix.
10421 1992-04-20  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10423         * configure: Instead of grepping /usr/include/signal.h for a
10424         signal declaration, run /usr/include/signal.h or
10425         /usr/include/sys/signal.h through cpp and grep for the
10426         declaration.
10428         * configure: Redirect the output of grep to /dev/null instead of
10429         using grep -s - that flag means different things on other systems.
10431         * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10432         since the former is recognizable even if you don't know what
10433         'dumping' is.
10434         * configure: Accommodate that change.
10436         * configure: Accept options for all of the directories you can
10437         change in the Makefile.
10439         * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10441         * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10442         FOO before you can use them.
10444         * build-install.in: Made the "Where To Install Things" section
10445         conform with the similar section from Makefile.in.  Copied section
10446         which builds src/paths.h from src/paths.h.in from the Makefile.
10448 1992-04-19  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10450         * configure: Write config.status to pass its command-line
10451         arguments on to configure, so that people can use it to recreate
10452         an old configuration, with minor changes.
10454 1992-04-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10456         * configure: Don't rely on option variables being unset if their
10457         values are the empty string.  In particular, when producing the
10458         English report, don't assume that highpri will be unset when no
10459         increased priority has been requested; -highpri='' should be the
10460         same as omitting -highpri altogether.
10462         * configure: Fix dumb bug: when running the system and machine
10463         description files through cpp, mark those lines that we want to
10464         evaluate with the string '@configure@', and then only evaluate
10465         them.  This way if the files include anything that actually
10466         generates text (type definitions or external declarations, say),
10467         we won't try to eval it.
10469 1992-04-11  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10471         * make-dist: New shell script.
10473         * configure: When creating foo from foo.in, make foo read-only to
10474         remind people to edit the .in file instead.
10476         * INSTALL: Changed references to config.h-dist to config.h.in.
10477         The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10478         to build src/paths.h from src/paths.h.in; added a paragraph to do
10479         this.
10480         * configure, Makefile, build-install: Changed filenames like
10481         FOO-dist to FOO.in.
10483 1992-04-08  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10485         * Makefile, build-install: Renamed to Makefile.in and
10486         build-install.in; the configure script will edit these to produce
10487         the usable Makefile and build-install.
10488         * configure: Changed to produce ./Makefile, ./build-install,
10489         lib-src/Makefile, and src/Makefile from their *.in counterparts,
10490         instead of editing them in place.
10492 1992-04-07  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10494         * Makefile: Re-arranged so that the undumped Emacs will search
10495         ../lisp *after* the site's local elisp files.
10496         (locallisppath, dumplisppath): New variables.
10497         (lisppath): This variable's default value is now chosen based on
10498         $(locallisppath) and $(lispdir); while it used to be the
10499         customization point for adding site-local elisp directories to
10500         load-path, that job is now handled mostly by locallisppath.
10501         (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10502         Check the values being assigned to the *LOADSEARCH macros for null
10503         path elements (like '::' in 'foo::bar').
10505         * configure: When checking if the machine- and system-dependent
10506         files define a particular macro or not, actually run them through
10507         CPP and test the macros with #ifs, instead of just grepping for
10508         the macros' names.  In particular, check for SYSTEM_MALLOC in this
10509         way.
10511 1992-04-03  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10513         * Makefile (install): Don't use -s in install.  (Keep the symbols.)
10515 1992-04-02  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10517         * configure: Make the config.status file an executable shell
10518         script which will recreate the same configuration.  Include the
10519         verbal description of the current configuration as a comment in
10520         the script.
10521         * INSTALL: Doc fix.
10523         * Makefile: Brought the Makefile up to the GNU coding
10524         standards, as described in standards.text:
10525         (TAGS): New name for the target which rebuilds the tags table.
10526         (check): New target; doesn't do anything yet.
10527         (mostlyclean): New target, synonymous with clean.
10528         (realclean): New target.  Currently, this just calls the
10529         subdirectories's makefiles and then deletes config.status.
10530         (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10531         variables.
10532         Installation directory variables changed to conform.
10533         (install, install.sysv, install.xenix, install.aix): Changed the
10534         code which copies the directories into their installed location to
10535         allow the installed locations to be in several different
10536         directories; the old version assumed that they would all be in
10537         $(emacsdir).
10538         (mkdir, lockdir): Allow the installed locations to be in several
10539         different directories.
10540         * INSTALL: Doc fix.
10542         * build-install: Use the same variable names as the Makefile.
10543         Allow the installed locations to be in several different
10544         directories.
10546 1992-03-31  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10548         * Makefile (src/paths.h): Instead of using a single sed command to
10549         edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10550         separately, and don't forget to append "/!!!SuperLock!!!" to the
10551         value of the PATH_SUPERLOCK macro.
10553         * config.emacs: Renamed to configure, for consistency with other
10554         GNU products.  Internal references changed.
10555         INSTALL, Makefile: References changed.
10557         * lock: New directory, which should always be empty.  If this
10558         directory doesn't exist, Emacs won't complain; it just won't lock.
10559         Having this here means that people can just unpack Emacs, build
10560         it, and have locking work.
10562         * share-lib: Re-renamed to etc, for the sake of tradition.
10563         * config.emacs: Changed default value for datadir to ../etc.
10564         * INSTALL, README: Adjusted.
10566 1992-03-18  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10568         * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10569         by running CPP on the appropriate s/*.h and m/*.h files.
10571 1992-03-16  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10573         * config.emacs: Make sure to set the "exit on error" flag once
10574         we've removed config.status; errors should abort the configuration.
10576 1992-02-15  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10578         * config.emacs: Added -distribute option, so that the Makefile
10579         paths are in their proper form.  I don't know why this matters.
10581 1992-02-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10583         * local-lisp: New directory, empty in the distribution, for people
10584         to put local elisp code in.
10585         * config.emacs: Include it in the default load path.
10586         * README: Document it.
10588 1992-01-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10590         * config.emacs: Guess the type of signal handling functions based
10591         on the contents of /usr/include/signal.h.
10593         * config.emacs: Print out progress report messages.
10595         * Makefile (src/paths.h): Don't generically replace
10596         /usr/local/lib/emacs with LIBROOT.  This can hide bugs in the
10597         editing of the other entries, and each entry should be dealt with
10598         explicitly anyway.
10600         * build-install: Converted from C-shell to Bourne shell.
10601         * config.emacs: Edit build-install properly.
10603         * config.emacs: Doc fix.
10605 1992-01-27  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
10607         * Makefile (install): Remove `B' from tar xf command.
10609 1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
10611         * config.emacs: Removed support for the `maintain-environment'
10612         option; the only important difference between this and its absence
10613         has been removed.
10614         * INSTALL: Removed mention of `maintain-environment'.
10616         * config.emacs: Fix arguments to sed when processing boolean
10617         arguments.
10619 1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
10621         * config.emacs: New file, to help automate the installation
10622         process.
10624         * Makefile: Lots of changes to support the separation of etc into
10625         architecture-dependent and -independent files:
10626         (EMACSROOT): New variable, giving the directory under which all of
10627         Emacs's libraries should be installed.  Changed rest of file to
10628         use it.
10629         (LIBDIR): Now denotes only architecture-dependent dir.
10630         (DATADIR): New variable, denoting architecture-independent dir.
10631         (LOCKDIR): New variable, for completeness.
10632         (SUBDIR): No more etc, new lib-src.
10633         (COPYDIR): No more etc, new arch-lib and share-lib.
10634         (src/paths.h): Set PATH_DATA and the LOCK macros too.
10635         (src): Now depends on lib-src, not etc.
10636         * build-install: Changes parallel to the above.
10637         * README: Describe the new arrangement.
10639         * vms: New subdirectory for all the VMS stuff.
10641 1991-12-03  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
10643         * Makefile (LISPPATH): New variable.
10644         (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10646 1990-09-28  Richard Stallman  (rms@mole.ai.mit.edu)
10648         * Makefile (install, install.sysv, install.xenix):
10649         Install wakeup instead of loadst.  No need for setuid or setgid.
10651 1990-08-07  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10653         * Makefile (clean): Clean etc if that's not the installation dir.
10655 1990-04-26  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10657         * Makefile (paths.h): Make sed alter each name in the path.
10659 1988-08-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10661         * Makefile (install.sysv): Use cpio, not tar.
10663 1988-08-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
10665         * Makefile (lockdir): Rename `lock' target.
10666         Depend on it from install*, not from `all'.
10668 1988-05-16  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
10670         * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10671         to match build-install and paths.h.
10673 ;; Local Variables:
10674 ;; coding: utf-8
10675 ;; End:
10677   Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
10679   This file is part of GNU Emacs.
10681   GNU Emacs is free software: you can redistribute it and/or modify
10682   it under the terms of the GNU General Public License as published by
10683   the Free Software Foundation, either version 3 of the License, or
10684   (at your option) any later version.
10686   GNU Emacs is distributed in the hope that it will be useful,
10687   but WITHOUT ANY WARRANTY; without even the implied warranty of
10688   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10689   GNU General Public License for more details.
10691   You should have received a copy of the GNU General Public License
10692   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.