* Makefile.in (install-arch-indep): Use INSTALL_DATA for the DOC file.
[bpt/emacs.git] / ChangeLog
CommitLineData
a873f274
GM
12012-05-11 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 4 Use INSTALL_DATA for the DOC file.
a873f274 5
ff57c2ec
GM
62012-05-10 Glenn Morris <rgm@gnu.org>
7
8 * configure.in (LEIM_INSTALLDIR): New output variable.
9
49ed9c8e
SM
102012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
13
5122804a
GM
142012-05-08 Glenn Morris <rgm@gnu.org>
15
16 * make-dist: No more doc/lispref/*.el.
17
01319a4e
AS
182012-05-05 Andreas Schwab <schwab@linux-m68k.org>
19
20 * configure.in: Fix quoting bugs.
21
8045b906
GM
222012-05-04 Glenn Morris <rgm@gnu.org>
23
24 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
25
9fa0e416
GM
262012-05-02 Glenn Morris <rgm@gnu.org>
27
3c30e766
GM
28 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
29 the choices made by FreeBSD and NetBSD. (Bug#10313)
30
9aa071df
GM
31 * Makefile.in (INFO_FILES): Remove variable.
32 (INFO_NONMISC): New variable.
33 (install-arch-indep, uninstall): Don't use $INFO_FILES.
34
cd3771a0
GM
35 * Makefile.in (uninstall): Remove useless-use-of-for; that for
36 some reason caused problems on an old Solaris.
37
a36e64d0
GM
38 * Makefile.in (install-arch-indep, uninstall):
39 Ensure that INSTALL-type commands are run from top-level.
40
9e7a4bcf
GM
41 * info/dir: Make some entries consistent with the source texi files.
42
9fa0e416
GM
43 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
44
7adecb99
GM
452012-05-02 Glenn Morris <rgm@gnu.org>
46
47 * Makefile.in (install-arch-indep):
48 Combine adjacent install-data and install-info loops.
49
4737362e
GM
502012-05-01 Glenn Morris <rgm@gnu.org>
51
ab1121bd
GM
52 * Makefile.in (MAN_PAGES): Remove.
53 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
54
a4a18b8b
GM
55 * configure.in: Try libtinfo for tputs.
56 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
57
3ba0a545
GM
58 * configure.in: Combine adjacent $opsys case blocks.
59
e3da5b19
GM
60 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
61
262f06da
GM
62 * configure.in: Invert the TERMINFO logic,
63 since "yes" is far more common than "no".
64
9311dcff
GM
65 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
66
4d5c6349
GM
67 * configure.in (LD_SWITCH_X_SITE_RPATH):
68 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
69
4737362e
GM
70 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
71
562e638f
GM
722012-04-26 Glenn Morris <rgm@gnu.org>
73
74 * make-dist: No more doc/lispref/tindex.pl.
75
dcbf5805
MA
762012-04-22 Michael Albinus <michael.albinus@gmx.de>
77
78 * configure.in (dbus_validate_bus_name, dbus_validate_path)
79 (dbus_validate_interface, dbus_validate_member): Check also for
80 these library functions
81
4b5b5289
PE
822012-04-22 Paul Eggert <eggert@cs.ucla.edu>
83
84 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
85 With glibc 2.14 or later, when compiled with GCC 4.7.0's
86 -Werror=deprecated-declarations flag, use of hooks like
87 __malloc_initialize_hook causes compilation to fail because these
88 hooks are deprecated. Modify 'configure' to check for these hooks too.
89 Simplify the 'configure' code to test for all the hooks at once.
90 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
91 (emacs_cv_var_doug_lea_malloc): ... this new var.
92
9ee7d8b9
PE
932012-04-21 Paul Eggert <eggert@cs.ucla.edu>
94
95 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
96 dated 2011-10-07. Regenerating from current gnulib would be a
97 pervasive change, and currently the trunk isn't open to such changes.
98 * configure.in (WARN_CFLAGS): Remove; no longer needed now
99 that gnulib does it.
100 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
101
5e6ab4e6
AS
1022012-04-21 Andreas Schwab <schwab@linux-m68k.org>
103
104 * m4/gl-comp.m4: Update. (Bug#11285)
105
c07a4c0b 1062012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
107
108 * configure.in: Don't use the -R option (Bug#11251).
109
6c94c34f 1102012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 111
9f46df23 112 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
113 I have been using this change for many months in my private copy
114 of Emacs, and have used it to find several bugs. It's mature
115 enough to publish now.
116 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
117 * configure.in: Support --enable-gcc-warnings, in the style of
118 other GNU packages such as coreutils.
119 (C_WARNINGS_SWITCH): Remove, replacing with...
120 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
121 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
122 when including system files with GCC.
123 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 124 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
125 * lib/Makefile.am (AM_CFLAGS): New macro.
126 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
127
316411f0
DA
1282012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
129
130 * configure.in (AC_CHECK_FUNCS):
131 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
132
9b9b2ef2
GM
1332012-04-16 Glenn Morris <rgm@gnu.org>
134
b1aa797c
GM
135 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
136
9b9b2ef2
GM
137 * configure.in: Remove X libs workaround for old autoconf.
138
badf86af
KB
1392012-04-12 Ken Brown <kbrown@cornell.edu>
140
141 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
142
2f097256
GM
1432012-04-11 Glenn Morris <rgm@gnu.org>
144
145 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
146
a9f72fc1
GM
1472012-04-10 Glenn Morris <rgm@gnu.org>
148
149 * configure.in: Conditionally generate admin/unidata/Makefile.
150
6b4f4a2d
TZ
1512012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
152
a9f72fc1 153 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 154
23df914b
GM
1552012-04-09 Glenn Morris <rgm@gnu.org>
156
fd9d85c2
GM
157 * Makefile.in (leim): Check cd return value. Pass fewer variables.
158 (install-leim): Check cd return value. Pass $MFLAGS.
159 (install-strip): Pass $MFLAGS.
160
23df914b
GM
161 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
162 Eg org.texi has been using 4.7 functions for some time.
163
bf6bba2b
PE
1642012-04-07 Paul Eggert <eggert@cs.ucla.edu>
165
166 Check pkg-config exit status when configuring (Bug#10626).
167 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
168 works; check its exit status. Problem reported by Jordi Gutiérrez
169 Hermoso in
170 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
171
f3774f20
GM
1722012-04-07 Glenn Morris <rgm@gnu.org>
173
174 * README, configure.in (AC_INIT): Bump version to 24.1.50.
175
d67a9a85
EZ
1762012-04-07 Eli Zaretskii <eliz@gnu.org>
177
178 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
179
f20f95c6
PE
1802012-03-04 Paul Eggert <eggert@cs.ucla.edu>
181
182 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
183 * configure.in (LIBS_TERMCAP): Default this to the result of
184 the tputs library search. Do a run-time test for the linkability
185 of tputs unless cross-compiling, as that's more reliable if the
186 link flags and libraries are messed up. Don't change LIBS as
187 a result of the test, as that may mess up later tests.
188
75197633
CS
1892012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
190
533183f3 191 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 192
75197633
CS
193 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
194 specific makefiles to support getopt_.h generation with MSVC.
195
7eb21b49
GM
1962012-02-04 Glenn Morris <rgm@gnu.org>
197
198 * Makefile.in (uninstall):
199 Handle compressed info files and man pages. (Bug#10718)
200
44f92739
GM
2012012-02-02 Glenn Morris <rgm@gnu.org>
202
203 * configure.in [HAVE_NS]:
204 Error if use --without-toolkit-scroll-bars. (Bug#10673)
205
6df37268
PE
2062012-02-01 Paul Eggert <eggert@cs.ucla.edu>
207
208 Port to older Solaris 10 versions (Bug#10677).
209 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
210 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
211 possibly this is because Sun fixed the 'stat' bug in my version.
212 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
213 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
214 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
215 These changes are based on gnulib version
216 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
217 because Emacs is in feature freeze and we do not want to merge any
218 more-recent changes from gnulib.
219
8d8939e8
GM
2202012-01-31 Glenn Morris <rgm@gnu.org>
221
e4070def
GM
222 * configure.in: Throw an explicit error if Motif toolkit was
223 requested but requirements could not be found.
224
8d8939e8
GM
225 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
226
5a26ec89
EZ
2272012-01-30 Eli Zaretskii <eliz@gnu.org>
228
229 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
230 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
231 with "make -j3".
232
1b0880d5
JB
2332012-01-16 Juanma Barranquero <lekktu@gmail.com>
234
235 * .bzrignore: Ignore etc/__pycache__.
236
adee8a65
PE
2372011-12-17 Paul Eggert <eggert@cs.ucla.edu>
238
239 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
240 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
241 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
242 by Nelson H. F. Beebe in
243 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
244
e152e577
JB
2452011-12-10 Juanma Barranquero <lekktu@gmail.com>
246
247 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
248
46d14be7
JD
2492011-12-10 Jan Djärv <jan.h.d@swipnet.se>
250
251 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
252 instead of LDFLAGS (Bug#10230).
253
6c269a38
PE
2542011-12-03 Paul Eggert <eggert@cs.ucla.edu>
255
4eec8d6f
PE
256 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
257
6c269a38 258 Propagate configure flags to sub-configures.
1350a3cc 259 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
260 New macros.
261 (config.status, bootstrap): Use them to propagate configure flags
262 to sub-configures.
263 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
264
63e94eb8
PE
2652011-12-03 Paul Eggert <eggert@cs.ucla.edu>
266
267 * .bzrignore: Add config.cache.
268
54e9e3bf
JD
2692011-11-27 Jan Djärv <jan.h.d@swipnet.se>
270
271 * configure.in: Check for gtk_window_set_has_resize_grip.
272
20db1522
JB
2732011-11-24 Juanma Barranquero <lekktu@gmail.com>
274
275 * configure.in (HAVE_XPM): Fix typo.
276
60bf278f
GM
2772011-11-22 Glenn Morris <rgm@gnu.org>
278
5f77c86c
GM
279 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
280 have confusing effects on the build. (Bug#6401)
281
60bf278f
GM
282 * Makefile.in (install-arch-dep): Tweak previous change.
283
816be9f6
YD
2842011-11-22 Yavor Doganov <yavor@gnu.org>
285
286 Do not install arch-dependent files in the app bundle if
287 --disable-ns-self-contained is requested. (Bug#1335)
288 * configure.in (exec_prefix, libexecdir): Define relative to
289 `ns_appbindir' only if configured for a self-contained app.
290 * Makefile.in (install-arch-dep): Test for the existence of
291 libexec in the Emacs.app bundle before executing commands.
292
d5ff9cd0
AS
2932011-11-20 Andreas Schwab <schwab@linux-m68k.org>
294
295 * configure.in: Remove reference to src/m/ibms390.h.
296
1c889bf6
GM
2972011-11-13 Glenn Morris <rgm@gnu.org>
298
299 * INSTALL: Tiny updates for disk space used during installation.
300
a6fc3b5c
EZ
3012011-11-05 Eli Zaretskii <eliz@gnu.org>
302
303 * lib/makefile.w32-in (FRC): New dummy target.
304 (TAGS): Depend on FRC.
305
9f77899d
GM
3062011-11-04 Glenn Morris <rgm@gnu.org>
307
308 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
309 Do not include GnuTLS version info in final summary message.
310
0bd3cb7b
EZ
3112011-10-31 Eli Zaretskii <eliz@gnu.org>
312
07f3add9
EZ
313 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
314 they exist there, else from autogen/.
315
316 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 317
d2eaf3e4
NT
3182011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
319
320 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
321
e782cfab
PE
3222011-10-24 Paul Eggert <eggert@cs.ucla.edu>
323
324 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
325 if the library is found. Otherwise, later configure-time tests,
326 such as the test for pthread_sigmask, generate the wrong results
327 on some platforms. Problem reported for FreeBSD by Nali Toja.
328
7da0b018
PE
3292011-10-20 Paul Eggert <eggert@cs.ucla.edu>
330
331 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
332 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
333 Remove; no longer needed, now that we defer to strftime for time
334 zone names.
335
0ffe1065
JD
3362011-10-18 Jan Djärv <jan.h.d@swipnet.se>
337
338 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
339
23769e49
CY
3402011-10-18 Chong Yidong <cyd@gnu.org>
341
342 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
343
fd8dea03
GM
3442011-10-13 Glenn Morris <rgm@gnu.org>
345
346 * configure.in: Also look for tputs in libcurses. (Bug#9736)
347
f4cc5b54
PE
3482011-10-12 Paul Eggert <eggert@cs.ucla.edu>
349
350 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 351 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
352 The check was helpful but not essential in Solaris 2.6 (1997),
353 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
354 obsolete -- Sun dropped support for it in 2006 -- and without
355 access to that Silurian platform we can't maintain the code anyway.
356
7c5ee88e
PE
3572011-10-07 Paul Eggert <eggert@cs.ucla.edu>
358
d47439a3
PE
359 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
360 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
361 * m4/gnulib-common.m4: Merge from gnulib.
362 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
363 command not found" on powerpc-apple-darwin9.8.0.
364
7c5ee88e
PE
365 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
366 This is now done by src/alloc.c.
367
423dbf9b
RS
3682011-10-02 Richard Stallman <rms@gnu.org>
369
370 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
371 and xlinux_second_failure to xgnu_linux_second_failure.
372
31bed486
EZ
3732011-09-29 Eli Zaretskii <eliz@gnu.org>
374
5f91c1e5
EZ
375 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
376 lib/signal.in-h.
31bed486 377
e785f2ec 378 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
379 Rename signal.in.h and alloca.in.h.
380
e1504b9b
EZ
3812011-09-28 Eli Zaretskii <eliz@gnu.org>
382
383 * INSTALL: Mention that m17n libraries and libotf are needed for
384 Arabic shaping.
385
316f8af0
PE
3862011-09-26 Paul Eggert <eggert@cs.ucla.edu>
387
388 Merge from gnulib, improving some licensing wording.
389 This clarifies and fixes some licensing issues raised by Glenn Morris
390 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
391 It also merges the latest version of texinfo.tex and has some
392 MSVC-related changes that don't affect Emacs.
393 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
394 pathmax, and raise, since these are needed only to address
395 MSVC-related issues that Emacs doesn't have.
396 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
397 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
398 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
399 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
400 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
401 * m4/unistd_h.m4: Merge from gnulib.
402
04d51ad4
AS
4032011-09-26 Andreas Schwab <schwab@linux-m68k.org>
404
405 * configure.in: Initialize HAVE_LIBXML2.
406
6e99ef20
GM
4072011-09-26 Glenn Morris <rgm@gnu.org>
408
409 * make-dist: Add lib/makefile.w32-in.
410
0538fab0
GM
4112011-09-24 Glenn Morris <rgm@gnu.org>
412
413 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
414
c5b01d8c
LMI
4152011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
416
417 * .dir-locals.el: Change the debbugs regexp to allow having the
418 bug number as the first thing on a line.
419
0cc87afb
GM
4202011-09-15 Glenn Morris <rgm@gnu.org>
421
422 * configure.in: Make configure work with recent GNUsteps.
423 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
424 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 425 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 426
3f44249e
PE
4272011-09-11 Paul Eggert <eggert@cs.ucla.edu>
428
429 Merge from gnulib, porting to Tru64.
430 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
431 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
432 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
433 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
434 doesn't affect Emacs.
435
c8199d0f
PE
4362011-09-06 Paul Eggert <eggert@cs.ucla.edu>
437
438 * configure.in (isnan): Remove now-unnecessary check.
439
e39b275c 4402011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 441
abec06ff 442 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
443 This is to fix the following problems:
444 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
445 configured not to use gtk or any other thread-using library,
446 signals aren't blocked correctly.
447 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
448 and IRIX's signal handling.
449 . On Cygwin 1.7.5 it works around an incompatibility with
450 the system pthread_sigmask.
451 . On MacOS X 10.5 (32-bit), files whose inode numbers
452 exceed 2**31 cannot be read or manipulated.
453 . pthread_sigmask: Actually use results of gl_THREADLIB.
454 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
455 . find 'ar' program that fits with --host argument.
456 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
457 * autogen/README: Update destination list.
458 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
459 The autogenerated files compile, config.guess,
460 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
461 * m4/largefile.m4: New file, so that Emacs does not mess up when
462 accessing files with large inode numbers in MacOS X 10.5 and later.
463 * m4/nocrash.m4: New file, to avoid triggering background debugger
464 and/or create core dumps during 'configure'.
465 * build-aux/move-if-change: Renamed from move-if-change.
466 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
467 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
468 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
469 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
470 * Makefile.in (epaths-force, sync-from-gnulib):
471 move-if-change is now in build-aux.
472 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
473 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
474 (mkdir): install-sh is now in build-aux.
475 * config.bat: c++defs.h is now in build-aux/snippets.
476 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
477 usual parameter).
478 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
479 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
480 to build-aux/snippet.
481 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
482 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
483 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
484 Solaris, enables MacOS extensions, and enables nocrash during
485 'configure'.
486 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
487
86633eab 4882011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
489
490 * configure.in (snprintf): New check.
491
015faae4
PE
4922011-08-30 Paul Eggert <eggert@cs.ucla.edu>
493
695a3dc5 494 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 495 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
496 Remove unreachable pattern hppa*-*-linux-gnu*.
497 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
498 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 499
52ec1feb
JD
5002011-08-26 Jan Djärv <jan.h.d@swipnet.se>
501
502 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
503
377538cb
JD
5042011-08-13 Jan Djärv <jan.h.d@swipnet.se>
505
506 * configure.in: Add header check: sys/socket.h (Bug#8477),
507 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
508 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
509
ae9e757a
JD
5102011-08-04 Jan Djärv <jan.h.d@swipnet.se>
511
512 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
513 (HAVE_GTK_AND_PTHREAD): Remove.
514
be8ec0b3
AA
5152011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
516
517 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
518 build, not just GNUstep (Bug#9177).
519
2573a837 5202011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
521
522 Assume freestanding C89 headers, string.h, stdlib.h.
523 Again, this simplifies the code, and all current platforms have these.
524 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
525 (AC_HEADER_STDC): Remove.
526 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
527 (strchr, strrchr): Remove fallback macros.
528
9cfdb3ec
PE
529 Assume support for memcmp, memcpy, memmove, memset.
530 This simplifies the code a bit. All current platforms have these,
531 as they are required for C89. If this turns into a problem we
532 can add the gnulib modules for these (a 1-line change to Makefile.in).
533 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
534
427c285b
PE
5352011-07-27 Paul Eggert <eggert@cs.ucla.edu>
536
537 * GNUmakefile: New file.
538 This is for convenience, so that one can run GNU make in an
539 unconfigured source tree, and get a default build.
540
2ad77c9d
JD
5412011-07-13 Jan Djärv <jan.h.d@swipnet.se>
542
543 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
544
c8618a06
YM
5452011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
546
547 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
548 so as to suppress address randomization (Bug#8395).
549
f6ce9b9a
PE
5502011-07-09 Paul Eggert <eggert@cs.ucla.edu>
551
3fcf7a1c
PE
552 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
553 This fixes a build problem on older Mac OS X hosts.
554
d9706d9f
PE
555 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
556 test, which runs afoul of Automake installations where, for example,
557 /usr/share/aclocal contains a copy of gl_THREADLIB.
558 Problem reported by Sven Joachim in
559 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
560 This is just a quick temporary fix, specific to Emacs; I'll work
561 with the other gnulib maintainers to get a more-permanent fix.
562
af66a2d7 563 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
564 * Makefile.in (GNULIB_MODULES): Add strtoimax.
565 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
566 automatically imported from gnulib.
567 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
568
1692ae2d 5692011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 570
8a6ebd58 571 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 572 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
573 * configure.in (AC_TYPE_UID_T): New dummy macro.
574 Configure gnulib after adjusting LIBS,
575 so that gnulib can assume the libraries in LIBS.
6db30f83 576 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 577 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 578 * lib/pthread_sigmask.c:
6db30f83
PE
579 New files, automatically imported from gnulib.
580 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
581 due to the above changes.
582 * .bzrignore: Add lib/signal.h.
583
4a621aae
PE
584 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
585
5e94cadb
AS
5862011-07-07 Andreas Schwab <schwab@linux-m68k.org>
587
588 * configure.in (maintainer-mode): Reflect default in help string.
589
76b397fb
DN
5902011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
591
592 * configure.in: Remove reference to iris4d.h.
593
869795d6
JD
5942011-07-05 Jan Djärv <jan.h.d@swipnet.se>
595
596 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
597
3279eb87
GM
5982011-07-01 Glenn Morris <rgm@gnu.org>
599
600 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
601
2e6e11eb
LMI
6022011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
603
604 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
605 which made ./configure infloop.
606
9851bfc5
JD
6072011-06-30 Jan Djärv <jan.h.d@swipnet.se>
608
609 * configure.in (gsettings): New option and check for GSettings.
610
adbc4ef4
GM
6112011-06-29 Glenn Morris <rgm@gnu.org>
612
613 * configure.in: Try to test for the required crt*.o files.
614
1f773f32
BW
6152011-06-27 Bill Wohler <wohler@newt.com>
616
617 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
618
7a7ef429
PE
6192011-06-25 Paul Eggert <eggert@cs.ucla.edu>
620
621 Use gnulib's dup2 module instead of rolling our own.
622 * Makefile.in (GNULIB_MODULES): Add dup2.
623 * configure.in: Do not check for dup2; gnulib does that now.
624 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
625
6dd7e400
PE
6262011-06-23 Paul Eggert <eggert@cs.ucla.edu>
627
628 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
629
94a807ac 6302011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
631
632 Use gnulib's alloca-opt module.
633 * .bzrignore: Add lib/alloca.h.
634 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
635 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
636 as gnulib now does that for us. Put alloca check in config.h.
637 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
638 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
639 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
640
3ce9d0d4
LL
6412011-06-21 Leo Liu <sdl.web@gmail.com>
642
643 * m4/sha256.m4:
644 * m4/sha512.m4:
645 * m4/gl-comp.m4:
646 * lib/u64.h:
647 * lib/sha256.c:
648 * lib/sha256.h:
649 * lib/sha512.c:
650 * lib/sha512.h:
651 * lib/makefile.w32-in (GNULIBOBJS):
652 * lib/gnulib.mk:
653 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
654 crypto/sha512 modules from gnulib.
655
add3f049
PE
6562011-06-19 Paul Eggert <eggert@cs.ucla.edu>
657
658 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
659
3a4725e1
GM
6602011-06-17 Glenn Morris <rgm@gnu.org>
661
662 * configure.in: Restore the behavior of checking crt-dir only
663 when the user specified it (not all platforms use it).
664
bf4846e7
PE
6652011-06-16 Paul Eggert <eggert@cs.ucla.edu>
666
667 * m4/lstat.m4: Merge from gnulib (Bug#8878).
668
4d61f28d 6692011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
670
671 * configure.in: Try to determine CRT_DIR automatically when
672 using gcc.
673
8c9b2106
PE
6742011-06-15 Paul Eggert <eggert@cs.ucla.edu>
675
8aeb5be9
PE
676 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
677 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
678 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
679 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
680 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
681 Merge from gnulib.
8c9b2106 682
c195f2de
JD
6832011-06-14 Jan Djärv <jan.h.d@swipnet.se>
684
685 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
686
7e2aa385
PE
6872011-06-08 Paul Eggert <eggert@cs.ucla.edu>
688
689 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
690
81eafe29
PE
6912011-06-07 Paul Eggert <eggert@cs.ucla.edu>
692
693 * configure.in: Add --with-wide-int.
694 * INSTALL: Mention this.
695
9afafefb
PE
6962011-06-06 Paul Eggert <eggert@cs.ucla.edu>
697
698 Merge from gnulib.
699 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
700
f797625a
PE
7012011-06-02 Paul Eggert <eggert@cs.ucla.edu>
702
703 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
704
90856fe0 7052011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
706
707 Use 'inline', not 'INLINE'.
eefc9486 708 * configure.in (INLINE): Remove.
55d4c1b2 709
6a3e57bb
PE
7102011-05-29 Paul Eggert <eggert@cs.ucla.edu>
711
712 Adjust to recent gnulib change for @GUARD_PREFIX@.
713 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
714 All uses of _GL_ for guard prefixes in lib/*.h replaced with
715 _@GUARD_PREFIX@_.
716
842b28a0
PE
7172011-05-27 Paul Eggert <eggert@cs.ucla.edu>
718
e61923c8 719 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 720
70716b1d
GM
7212011-05-24 Glenn Morris <rgm@gnu.org>
722
a22d9d2c
GM
723 * Makefile.in (check): Just give a message if no test/ directory.
724
bdd556a2
GM
725 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
726
70716b1d
GM
727 * configure.in (OPT_MAKEFILES_IN): Remove.
728 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
729 (SUBDIR_MAKEFILES_IN): New output variable.
730 * Makefile.in (OPT_MAKEFILES_IN): Remove.
731 (SUBDIR_MAKEFILES_IN): Let configure set it.
732
13c3daa4
LL
7332011-05-24 Leo Liu <sdl.web@gmail.com>
734
735 * m4/sha1.m4:
736 * m4/gl-comp.m4:
737 * lib/sha1.h:
738 * lib/sha1.c:
739 * lib/makefile.w32-in (GNULIBOBJS):
740 * lib/gnulib.mk:
741 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
742
e09e38a8
GM
7432011-05-24 Glenn Morris <rgm@gnu.org>
744
4ba4c54a
GM
745 * configure.in: Remove test for already configured source directory.
746 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
747
5a95c002
GM
748 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
749
fa5d79db
GM
7502011-05-24 Glenn Morris <rgm@gnu.org>
751
6c7e099d
GM
752 * make-dist: Don't distribute test/. (Bug#8107)
753 * configure.in (OPT_MAKEFILES_IN): New output variable.
754 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
755 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
756 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
757 (check): Give an explicit error if test/ is not present.
758
fa5d79db
GM
759 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
760 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
761 (Makefile): Use $SUBDIR_MAKEFILES_IN.
762
2df215b5
PE
7632011-05-23 Paul Eggert <eggert@cs.ucla.edu>
764
765 * lib/verify.h: Merge from gnulib.
766
f518ae90
PE
7672011-05-22 Paul Eggert <eggert@cs.ucla.edu>
768
769 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
770 Merge from gnulib.
771
16b71f3a
AS
7722011-05-21 Andreas Schwab <schwab@linux-m68k.org>
773
774 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
775
7285dc67
EZ
7762011-05-20 Eli Zaretskii <eliz@gnu.org>
777
6a45b46f
EZ
778 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
779
7285dc67
EZ
780 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
781
b9704ad9
GM
7822011-05-20 Glenn Morris <rgm@gnu.org>
783
784 * configure.in (lisp_frag): New output file.
785
4a720484
GM
7862011-05-19 Glenn Morris <rgm@gnu.org>
787
788 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
789 (WINDOW_SUPPORT): Remove output variables that are no longer used.
790
a3c92bc1
EZ
7912011-05-17 Paul Eggert <eggert@cs.ucla.edu>
792
8f906c40
EZ
793 * lib/gnulib.mk:
794 * lib/intprops.h:
795 * lib/unistd.in.h:
796 * m4/inttypes.m4:
797 * m4/stdint.m4:
798 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 799
d681f183
GM
8002011-05-14 Glenn Morris <rgm@gnu.org>
801
802 * configure.in: Treat failure to find an X toolkit the same way we treat
803 failure to find X and image support.
804
4f8c52a9
GM
8052011-05-12 Glenn Morris <rgm@gnu.org>
806
807 * Makefile.in (src, install-arch-indep, bootstrap-clean)
808 (check-declare): Shell portability fixes. (Bug#8642)
809
5a7f0a30
TZ
8102011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
811
812 * configure.in: Require GnuTLS 2.6.x or higher.
813
b08a63cc 8142011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 815
c378da0b
PE
816 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
817 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
818 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
819
19548d08
PE
820 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
821 This new gnulib-tool option saves 'configure' the trouble of
822 checking for strtoull when strtoumax exists.
823
d1a2ac5c
PE
824 * configure.in (BITS_PER_LONG_LONG): New macro.
825
773233f8
GM
8262011-05-05 Glenn Morris <rgm@gnu.org>
827
828 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
829 (top_distclean): Delete config.log~.
830
40697cd9
BK
8312011-04-27 Ben Key <bkey76@gmail.com>
832
833 * configure.in: Fixed a bug that caused configure with
834 --enable-checking=stringoverrun to have no effect.
835
671875da 8362011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
837
838 * configure.in: Suppress unnecessary checks for size_t.
839 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
840 (size_t): Do not check for this, and do not typedef. This code
841 is never exercised now.
842
a8a2bb29
PE
843 * Makefile.in (GNULIB_MODULES): Add strtoumax.
844 This is needed for the new integer-reading code in lread.c.
845 It automatically pulls in the following gnulib files, which
846 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
847 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
848 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
849 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 850 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 851
33630d51
TZ
8522011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * configure.in: Check for GnuTLS certificate verify callbacks.
855
bfab7d85
SM
8562011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * Makefile.in (config.status): Don't erase in case of error.
859 In case it disappeared, rebuild it with `configure'.
860
fe0e7ad7
KB
8612011-04-20 Ken Brown <kbrown@cornell.edu>
862
863 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
864
f5b06c35
GM
8652011-04-12 Glenn Morris <rgm@gnu.org>
866
867 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
868
762f8d96 8692011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
870
871 * lib/allocator.c: New file, automatically generated by gnulib.
872
5fac7083
GM
8732011-04-07 Glenn Morris <rgm@gnu.org>
874
875 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
876
973f782d
EZ
8772011-04-06 Eli Zaretskii <eliz@gnu.org>
878
879 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
880 Revert last change.
881
f1f81baa
JB
8822011-04-06 Juanma Barranquero <lekktu@gmail.com>
883
884 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
885 ($(BLD)/careadlinkat.$(O)): New target.
886 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
887 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
888 Update dependencies.
889
b70d23ff 8902011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 891
41cf7d1a
PE
892 Fix more problems found by GCC 4.6.0's static checks.
893
aa181334
PE
894 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
895
1f7196bf 896 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
897 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
898 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
899 * m4/ssize_t.m4: New files, automatically generated from gnulib.
900
c0274801
GM
9012011-04-06 Glenn Morris <rgm@gnu.org>
902
903 * autogen/update_autogen: Handle loaddefs-like files as well.
904 (usage): Add -l, -C.
905 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
906 With -l, check status of lisp/ as well.
907 With -C, clean before building.
908 (autoreconf): Only pass -f in the `clean' case.
909 (commit): New function.
910
42e85a8f
GM
9112011-03-28 Glenn Morris <rgm@gnu.org>
912
39f31873
GM
913 * autogen/update_autogen: Pass -f to autoreconf.
914
42e85a8f
GM
915 * autogen.sh (get_version): Discard "not found" lines.
916 (check_version): Respect $AUTOCONF etc environment variables.
917
9af30bdf
GM
9182011-03-27 Glenn Morris <rgm@gnu.org>
919
920 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
921 (AH_BOTTOM): Do not define SIGTYPE.
922
181855e6
GM
9232011-03-26 Glenn Morris <rgm@gnu.org>
924
925 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
926 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
927
9ee0d174
AS
9282011-03-25 Andreas Schwab <schwab@linux-m68k.org>
929
930 * autogen/update_autogen: Remove useless function keyword.
931
07da4b3c
EZ
9322011-03-25 Eli Zaretskii <eliz@gnu.org>
933
934 * config.bat: Generate src/config.h and lib/Makefile from
935 autogen/config.in and autogen/Makefile.in.
936
f6ca84c0
GM
9372011-03-25 Glenn Morris <rgm@gnu.org>
938
939 * compile, config.guess, config.sub, depcomp, install-sh, missing:
940 Remove; autoreconf can supply them.
941 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
942 config.guess, install-sh. Pass -i to autoreconf.
943 * autogen/update_autogen (genfiles): Add compile, config.guess,
944 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
945 Discard non-error output from autoreconf in -q case.
946 * autogen/compile, autogen/config.guess, autogen/config.sub:
947 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
948 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
949 install-sh, missing.
950
8cc1d519
GM
9512011-03-23 Glenn Morris <rgm@gnu.org>
952
9bb73912 953 * autogen/update_autogen: Fix typo.
904a432c 954 (msg): Remove function; use `exec' instead.
9bb73912 955
8cc1d519
GM
956 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
957 (sync-from-gnulib): Don't sync mkinstalldirs.
958 * make-dist: Don't distribute mkinstalldirs.
959
c9c49752 9602011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 961
c9c49752 962 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
963 * Makefile.in (GNULIB_MODULES): Add socklen.
964 * configure.in: Do not check for sys/socket.h, since socklen does that.
965 * m4/socklen.m4: New automatically-generated file, from gnulib.
966
d5cad867
PE
967 fakemail: Remove dependency on ignore-value.
968 * Makefile.in (GNULIB_MODULES): Add stdio.
969 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
970 imported from gnulib.
cbd350f1 971 * .bzrignore: Add lib/stdio.h.
c9c49752 972
34cb1cc6
GM
9732011-03-22 Glenn Morris <rgm@gnu.org>
974
975 * autogen/copy_autogen: Work from ./ or ../.
976 Fix time-stamps.
977 * autogen.sh: Doc fix.
978
66b87493
GM
9792011-03-20 Glenn Morris <rgm@gnu.org>
980
981 * autogen/: New directory, to be excluded from releases.
982 * autogen/copy_autogen, autogen/update_autogen: New scripts.
983 * autogen/README: New file.
984 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
985 * autogen/Makefile.in: Add auto-updated generated files.
986 * autogen.sh: No longer a no-op, now it tests for autotools
987 and runs them as necessary.
cd1181db 988 * configure.in: Default maintainer-mode to on.
66b87493
GM
989 * aclocal.m4, configure, lib/Makefile.in: Remove files.
990
1ef6de05
PE
9912011-03-13 Paul Eggert <eggert@cs.ucla.edu>
992
993 Update for gnulib.
994 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
995 includes <intprops.h> directly.
996 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
997 when building Emacs on Solaris 9 and running it on Solaris 10.
998
0afb4571
J
9992011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1000
1001 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1002
33383987
JB
10032011-03-07 Chong Yidong <cyd@stupidchicken.com>
1004
1005 * Version 23.3 released.
1006
870d9cf6
GM
10072011-03-06 Glenn Morris <rgm@gnu.org>
1008
1009 * configure.in (FREETYPE_LIBS): Actually set it to something.
1010
6c0dea8a
PE
10112011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1012
1013 Work around some portability problems with symlinks.
1014
1015 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1016 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1017 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1018 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1019 * m4/symlink.m4:
1020 New files, automatically generated from gnulib.
1021 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1022 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1023
945d8b44
EZ
10242011-02-26 Eli Zaretskii <eliz@gnu.org>
1025
03382788
EZ
1026 * .bzrignore: Ignore new lib/*.in-h files.
1027
945d8b44
EZ
1028 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1029 depfiles.bat even if lib/deps already exist.
1030
9411886d
PE
10312011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1032
1033 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1034 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1035 recent changes to configure.in and to gnulib.
9411886d 1036
1e8dbdc6
GM
10372011-02-24 Glenn Morris <rgm@gnu.org>
1038
1039 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1040 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1041
f68c809d
PE
10422011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1043
1044 Assume S_ISLNK etc. work, since gnulib supports this.
1045 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1046 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1047 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1048 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1049
ba01e9d7
PE
10502011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1051
1052 * lib/min-max.h: New file, for "min" and "max".
1053
9f8370e6
CS
10542011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1055
0a19a6f8 1056 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1057 $(EMACS_ROOT)/nt/inc/stdint.h.
1058
25c51af3
EZ
10592011-02-21 Eli Zaretskii <eliz@gnu.org>
1060
1061 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1062 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1063 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1064
5fa4ac76
PE
10652011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1066
1067 Import filemode module from gnulib.
1068 * .bzrignore: Add lib/sys/.
1069 * Makefile.in (GNULIB_MODULES): Add filemode.
1070 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1071 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1072 from gnulib. This adds support for some more file types, e.g.,
1073 Cray DMF migrated files.
1074 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1075 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1076 * m4/sys_stat_h.m4: New files, generated from gnulib.
1077 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1078 Regenerate.
1079
e1e6b4fb
EZ
10802011-02-20 Eli Zaretskii <eliz@gnu.org>
1081
1082 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1083 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1084
6cac9cb1
PE
10852011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1086
1087 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1088 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1089 is no longer needed, due to the recent SSDATA and related changes.
1090 Perhaps -Wno-pointer-sign should also be removed from
1091 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1092 way to test this so I left it alone.
1093 * configure: Regenerate.
1094
0a19a6f8 10952011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1096
1097 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1098 src/makefile.w32-in.
1099
61353ac8 11002011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1101
61353ac8 1102 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1103 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1104 Regenerate.
1105 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1106 Import the new versions from gnulib; they assume a C99-style
1107 <stdint.h>, supplied by the stdint module.
1108 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1109 imported from gnulib.
942f733f
PE
1110 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1111 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1112 special cases.
61353ac8 1113
9d9d12cd
EZ
11142011-02-19 Eli Zaretskii <eliz@gnu.org>
1115
152be435 1116 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1117 Add lib/deps/.
152be435 1118
9d9d12cd 1119 * config.bat: Configure in `lib'.
219463da 1120 Generate *.Po files in lib/deps.
9d9d12cd 1121
7d315eb6
PE
11222011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1123
1124 Import IRIX 6.5 getloadavg fixes from gnulib.
1125 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1126
1f5d53eb
PE
11272011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1128
1129 Import getloadavg module from gnulib.
1130 * .bzrignore: Add lib/stdlib.h.
1131 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1132 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1133 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1134 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1135 Remove; gnulib does this now.
1136 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1137 from gnulib. This adds support for several other systems, such
1138 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1139 buffer overrun on Linux hosts under very high load, and on hosts
1140 that maintain a channel to the load average file it makes sure
1141 the file descriptor is close-on-exec (on hosts that support this)
1142 and is not stdin, stdout, or stderr.
1143 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1144 from gnulib.
1145 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1146 * src/config.in: Regenerate.
1147
bb55f713
PE
11482011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 Merge from gnulib.
1151
7127b760
PE
1152 * install-sh: Update to scriptversion 2011-01-19.21.
1153
bb55f713
PE
1154 2011-02-13 Bruno Haible <bruno@clisp.org>
1155
1156 Consistent macro naming for macros that use GCC __attribute__.
1157 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1158 ATTRIBUTE_DEPRECATED.
1159
1160 2011-02-12 Bruno Haible <bruno@clisp.org>
1161
1162 setlocale: Prefer gnulib's override over libintl's override.
1163 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1164 GNULIB_defined_setlocale is set.
1165
57e96f8e
GM
11662011-02-13 Glenn Morris <rgm@gnu.org>
1167
1168 * make-dist: Exclude generated file src/globals.h.
1169
988c07df
PE
11702011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1173 Sync from gnulib, which has been patched to fix the problem
1174 with the license notices. Problem reported by Glenn Morris in
1175 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1176
ccded26c
SM
11772011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1178
1179 * .bzrignore: Ignore globals.h and related stamp.
1180
6ffb2c0c
PE
11812011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1182
1183 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1184 This merges the following fix from gnulib:
1185
1186 2011-02-08 Bruno Haible <bruno@clisp.org>
1187
1188 Split large sed scripts, for HP-UX sed.
1189
00b3c7ac
TT
11902011-02-08 Tom Tromey <tromey@redhat.com>
1191
1192 * configure: Rebuild.
1193 * configure.in (NS_OBJC_OBJ): New subst.
1194
91ccade4
PE
11952011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1196
6ffb2c0c
PE
1197 gnulib: allow multiple gnulib generated replacements to coexist
1198 This defines a few preprocessor symbols that should not affect Emacs.
1199 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1200 via "make sync-from-gnulib".
1201
e765a388
PE
1202 gnulib: undo previous change
1203 The upstream _HEADERS change was backed out of gnulib (see the
1204 same thread). Stay in sync with gnulib.
1205
91ccade4 1206 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1207 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1208 New empty macros, to accommodate recent changes to gnulib. See
1209 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1210 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1211 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1212 * lib/time.in.h, lib/unistd.in.h:
1213 Regenerate.
91ccade4 1214
d67985d3
PE
12152011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1216
1217 sync from gnulib to remove HAVE_STDBOOL_H
1218 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1219 AC_HEADER_STDBOOL. All uses changed. Do not define
1220 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1221 imported from the latest Autoconf git. It was motivated by Emacs,
1222 which uses gnulib but does not need HAVE_STDBOOL_H.
1223 * configure, src/config.in: Regenerate.
1224 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1225
67342916
PE
12262011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1227
1228 allow C code to suppress warnings about ignored return values
1229 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1230 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1231 * lib/ignore-value.h: New file.
67342916 1232
14beddf4 12332011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1234
1235 * configure.in: Test existence of xaw3d library, not just the
1236 header (Bug#7642).
1237
6ffb2c0c
PE
12382011-01-31 Eli Zaretskii <eliz@gnu.org>
1239
1240 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1241 $(BLD)/time_r.$(O).
1242 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1243 $(EMACS_ROOT)/src/m/intel386.h.
1244 ($(BLD)/strftime.$(O)):
1245 ($(BLD)/time_r.$(O)): Define prerequisites.
1246
16fab143
PE
12472011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1248
1249 src/emacs.c now gets version number from configure.in
1250 * configure.in (version): Set this from $PACKAGE_VERSION,
1251 which is set from AC_INIT, rather than scouting through src/emacs.c.
1252 * configure: Regenerate.
1253 * make-dist (version): Get it from configure.in, not src/emacs.c.
1254
16c3e636
PE
12552011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1256
1257 strftime: import from gnulib
1258 * Makefile.in (GNULIB_MODULES): Add strftime.
1259 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1260 needed.
6ffb2c0c 1261 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1262 Regenerate.
6ffb2c0c
PE
1263 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1264 imported from gnulib.
16c3e636
PE
1265 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1266 This incorporates many changes from gnulib, including simpler
1267 handling of multibyte formats, porting to mingw32 and other
1268 platforms, and support for higher-resolution time stamps.
1269 Emacs does not yet use the higher-resolution interface.
1270
3de84ad9
PE
12712011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1272
1273 gnulib: import mktime and move-if-change fixes from gnulib
1274
1275 * configure: Regenerate from the following.
1276
6ffb2c0c
PE
1277 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1278
1279 mktime: clarify long_int width checking
1280 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1281 the top level, to make it clearer that the assumption about
1282 long_int width is being checked. See
1283 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1284
3de84ad9
PE
1285 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1286
1287 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1288 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1289 negative number, which the C Standard says has undefined behavior.
1290 In practice this is not a problem, but might as well do it by the book.
1291 Reported by Rich Felker and Eric Blake; see
1292 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1293 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1294 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1295
1296 mktime: #undef mktime before #defining it
1297 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1298
1299 mktime: systematically normalize tm_isdst comparisons
1300 * lib/mktime.c (isdst_differ): New function.
1301 (__mktime_internal): Use it systematically for all isdst comparisons.
1302 This completes the fix for libc BZ #6723, and removes the need for
1303 normalizing tm_isdst. See
1304 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1305 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1306
1307 mktime: fix some integer overflow issues and sidestep the rest
1308
1309 This was prompted by a bug report by Benjamin Lindner for MinGW
1310 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1311 His bug is due to signed integer overflow (0 - INT_MIN), and I
1312 I scanned through mktime.c looking for other integer overflow
1313 problems, fixing all the bugs I found.
1314
1315 Although the C Standard says the resulting code is still not safe
1316 in the presence of integer overflow, in practice it should be good
1317 enough for all real-world two's-complement implementations, except
1318 for debugging environments that deliberately trap on integer
1319 overflow (e.g., gcc -ftrapv).
1320
1321 * lib/mktime.c (WRAPV): New macro.
1322 (SHR): Also check that long_int and time_t shift right in the
1323 usual way, before using the fast-but-unportable method.
1324 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1325 used. The code already assumed two's complement, so there's
1326 no need to test for alternatives. All uses removed.
1327 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1328 the C standard. Problem reported by Rich Felker in
1329 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1330 (twos_complement_arithmetic): Also check long_int and time_t.
1331 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1332 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1333 (__mktime_internal): Avoid integer overflow with unary subtraction
1334 in two instances where -1 - X is an adequate replacement for -X,
1335 since the calculations are approximate.
3de84ad9
PE
1336
1337 2011-01-29 Eric Blake <eblake@redhat.com>
1338
1339 mktime: avoid infinite loop
1340 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1341 type; behavior is still undefined but portable to all known targets.
1342 Reported by Rich Felker.
1343
6ffb2c0c
PE
1344 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1345
1346 mktime: avoid problems on NetBSD 5 / i386
1347 * lib/mktime.c (long_int): New type. This works around a problem
1348 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1349 but time_t is 64 bits, and where I expect the existing code is
1350 wrong in some cases.
1351 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1352 (ydhms_diff): Bring back the compile-time check for wide-enough
1353 year and yday.
1354
1355 mktime: fix misspelling in comment
1356 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1357 This merges all recent glibc changes of importance.
1358
3de84ad9
PE
1359 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1360
1361 move-if-change: cope with concurrent mv of identical file.
1362 * move-if-change (CMPPROG): Accept environment
1363 variable as an override for `cmp'.
1364 (usage): Document CMPPROG.
1365 Adjust comparison to drop stdout. Cope with failure of mv if
1366 the target file exists and is identical to the source, for
1367 parallel builds.
1368 Report from H.J. Lu against binutils in PR binutils/12283.
1369
6ffb2c0c
PE
13702011-01-29 Eli Zaretskii <eliz@gnu.org>
1371
1372 * lib/makefile.w32-in:
1373 * lib/getopt_.h: New files.
1374
c7e95b91
PE
13752011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1376
1377 improve fix for MS-DOS file name clash
1378 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1379 for portability to POSIX make. Reported by Bruno Haible.
1380 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1381 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1382 files from accumulating as garbage. Also reported by Bruno Haible.
1383
125c3718
PE
13842011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1385
1386 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1387 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1388 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1389 problems with MS-DOS 8+3 file name restrictions.
1390 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1391 it, it would also cause problems when extracting Emacs distribution
1392 tarballs on MS-DOS hosts.
1393 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1394 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1395 * config.guess, config.sub: Sync from gnulib.
1396 * m4/gnulib-cache.m4: Remove from repository.
1397 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1398
4004ef46
GM
13992011-01-25 Glenn Morris <rgm@gnu.org>
1400
0b5c5d82
GM
1401 * README: Add a note about ranges in copyright years.
1402
4004ef46
GM
1403 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1404
06d8ace5 14052011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1406
1407 * configure.in: Add HP-UX on IA64 (Bug#6811).
1408
d6974efa
PE
14092011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1410
1411 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1412 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1413 as it is no longer needed.
6ffb2c0c 1414 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1415 * configure.in: Invoke the new gnulib macro
1416 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1417 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1418 * m4/getopt.m4: Sync from gnulib; this removes the need for
1419 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1420 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1421 New macro, synced from gnulib.
1422 * m4/warn-on-use.m4: Remove.
1423
e02ea74b
PE
14242011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1425
1426 aclocal.m4: put this file back into repository
1427 This way, we don't have to assume that the maintainer has
1428 the automake package installed. See
1429 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1430 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1431 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1432 undoing the previous change.
1433 * aclocal.m4: New file (actually, resurrected).
1434
48dcd482
MB
14352011-01-22 Miles Bader <miles@gnu.org>
1436
1437 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1438 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1439 Emacs directly uses fontconfig, and breaks building when using a
1440 strict linker).
1441
925e561d
PE
14422011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1443
b06b1098
PE
1444 src/config.in: shrink slightly
1445 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1446 This makes src/config.in a bit smaller, by removing identifiers
1447 like GNULIB_TEST_MKTIME that Emacs does not need.
1448 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1449 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1450 Sync from gnulib. This removes a few more unnecessary symbols from
1451 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1452 * configure, src/config.in: Regenerate.
1453
925e561d
PE
1454 aclocal.m4: tweaks to regenerate more conveniently
1455 This attempts to act better when the source is in a weird state. See
1456 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1457 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1458 * .bzrignore: Add aclocal.m4.
1459
942be821
PE
14602011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1461
1462 aclocal.m4: omit auto-generated file from repository
1463 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1464 the most recent change here.
1465 * aclocal.m4: Remove from bzr repository. This file is
1466 auto-generated and isn't needed to run 'configure'. See
1467 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1468
0813c96e
PE
14692011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1470
1471 Minor Makefile.in tweaks to build from gnulib better.
1472 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1473 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1474 (top_maintainer_clean): Don't remove aclocal.m4.
1475
7cae64b4
PE
14762011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1477
53911e8f
PE
1478 Minor cleanups for 'bzr status'
1479 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1480 the output of config.guess.
1481 * Makefile.in (top_distclean): Remove stamp-h1 too.
1482
7cae64b4
PE
1483 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1484 defined if the compiler supports GCC-style __attribute__
1485 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1486 this syntax.
1487
a3e44e79 14882011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1489
3cbecb8f
PE
1490 Makefile.in: tidy up the building of lib
1491 * Makefile.in (am--refresh): Mark as .PHONY.
1492 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1493 as they're not rebuilt unless you do a "make sync-from-gnulib"
1494 and the former is needed for "configure".
1495 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1496 has already removed lib/Makefile.
1497
ecbfcc83
PE
1498 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1499 This avoids building ftoastr and ldtoastr, which aren't needed. See
1500 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1501
803059b9
PE
1502 * .bzrignore: Add .h files that are host-dependent.
1503 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1504 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1505 host-dependent and are built as part of an ordinary 'make', and
1506 should not be checked in.
1507
6ffb2c0c
PE
1508 * lib/Makefile.in: Regenerate.
1509 * lib/COPYING: New file, a copy of COPYING.
1510
2a78afcc 1511 * configure: Regenerate.
37564543
PE
1512 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1513
e275c824 1514 Regenerate.
6ffb2c0c
PE
1515 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1516 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1517 New files, copied from gnulib by gnulib-tool.
1518 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1519 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1520 Regenerate.
ecbfcc83 1521
84bbb1ad
PE
1522 Use gnulib's getopt-gnu module.
1523 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1524 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1525 representative of the dependencies.
1526 * configure.in: Do not configure getopt, as gnulib does that now.
1527 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1528 getopt now, in lib.
ecbfcc83 1529
1fd182f0 1530 Regenerate.
6ffb2c0c
PE
1531 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1532 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1533 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1534 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1535 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1536 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1537 * m4/wchar_t.m4, warn-on-use.h:
1538 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1539 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1540 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1541 Regenerate.
1542
1e11dbe3
PE
1543 Use gnulib's mktime module.
1544 * Makefile.in (GNULIB_MODULES): Add mktime.
1545 * configure.in: Remove code no longer needed, as gnulib now does it.
1546 (AC_CHECK_FUNCS): Remove mktime.
1547 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1548 (__restrict): Remove, as this now gets in the way of the C99
1549 support for 'restrict' pulled in by the gnulib mktime module.
1550 Code should now use 'restrict' and not '__restrict".
1551 (mktime): Remove.
1552 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1553 and warn-on-use.h into the distribution.
1fd182f0
PE
1554
1555 Regenerate.
6ffb2c0c
PE
1556 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1557 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1558 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1559 * lib/dummy.c: Remove.
1560 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1561 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1562 Regenerate.
ecbfcc83 1563
1e11dbe3 1564 Use gnulib's ftoastr module.
fa2c4f56
PE
1565 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1566
743c80a7 1567 Regenerate.
6ffb2c0c
PE
1568 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1569 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1570 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1571 New files, generated automatically, with 'make sync-from-gnulib'
1572 followed by 'make'.
1573 * configure, lisp/dired.el, src/config.in: Regenerate.
1574
9a514d4a
PE
1575 Automate syncing from gnulib.
1576 * INSTALL, README: Document new subdirectory 'lib'.
1577 * Makefile.in (SUBDIR): Add lib.
1578 (SUBDIR_MAKEFILES): Add lib/Makefile.
1579 (lib-src, src, TAGS, tags): Depend on lib.
1580 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1581 ($(gnulib_srcdir)): New rule.
1582 (sync-from-gnulib): New rule, which is .PHONY.
1583 (lib): New rule, which is like lib-src.
1584 (Makefile): Depend on lib/Makefile.in.
1585 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1586 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1587 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1588 (am--refresh): New rule, to pacify Automake.
1589 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1590 Clean lib, too.
1591 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1592 droppings.
1593 (maintainer-clean, extraclean): Use it.
1594 * configure.in: Initialize for automake and gnulib, by invoking
1595 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1596 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1597 more conveniently with automake.
6ffb2c0c 1598 * lib/Makefile.am: New file.
9a514d4a
PE
1599 * make-dist: Also put into the distribution aclocal.m4,
1600 compile, depcomp, missing, and the files under lib/.
1601
dc3e3e7b
GM
16022011-01-15 Glenn Morris <rgm@gnu.org>
1603
1604 * Makefile.in (epaths-force): No more arch-tag to edit.
1605
dab73760
CY
16062011-01-15 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1609
9f4b8b47
PE
16102011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1611
1612 * make-dist: Distribute test/ files too.
1613 Distribute every file under test/ that is under version control,
1614 using patterns like *.el to capture files that are added later.
1615 Without this change, "configure" would fail, because it would
1616 attempt to build from a Makefile.in that was not distributed.
1617
d221e780
CO
16182011-01-13 Christian Ohler <ohler@gnu.org>
1619
1620 * Makefile.in (INFO_FILES): Add ERT.
1621
1622 * Makefile.in (check): Run tests in test/automated.
1623
1624 * Makefile.in:
1625 * configure.in: Add test/automated/Makefile.
1626
bc5585d1
PE
16272011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1628
2b3f5bc8
PE
1629 * install-sh, mkinstalldirs, move-if-change: Update from master
1630 source in gnulib.
1631
bc5585d1
PE
1632 * config.guess, config.sub: Updated from master source.
1633
2018939f
AS
16342011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1635
1636 * configure.in: Check for __builtin_unwind_init.
1637
e5365138
GM
16382011-01-05 Glenn Morris <rgm@gnu.org>
1639
1640 * configure.in (HAVE_MAKEINFO): New output variable.
1641 (MAKEINFO): Reset to "makeinfo" if not found.
1642 * Makefile.in (install-arch-indep, info):
1643 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1644
4fc5868a
UM
16452010-12-29 Ulrich Mueller <ulm@gentoo.org>
1646
1647 * configure.in: Make gameuser configurable (Bug#7717).
1648
68251e16
GM
16492010-12-15 Glenn Morris <rgm@gnu.org>
1650
1651 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
1652 long absent lib-src/fns-*.el.
1653
838db889
GM
16542010-12-11 Glenn Morris <rgm@gnu.org>
1655
1656 * make-dist: Exclude etc/*.pyc.
1657
fe646d2c
AS
16582010-12-10 Andreas Schwab <schwab@linux-m68k.org>
1659
1660 * configure.in: Don't double machfile in final message.
1661
d96c83fa
CY
16622010-12-04 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * configure.in: Fix last change.
1665
d6a003a8
AS
16662010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1667
1668 * configure.in: Remove reference to removed machine description
1669 files and allow $machine and $machfile to be empty. Substitute
1670 M_FILE/S_FILE instead of machfile/opsysfile.
1671
067d23c9
KY
16722010-12-03 Glenn Morris <rgm@gnu.org>
1673
1674 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
1675
16762010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1677
1678 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
1679 (EXTERNALLY_VISIBLE): New definition.
1680
16812010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1682
1683 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
1684
16852010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1686
1687 * configure.in: Do not check for unconditionally included headers.
1688
16892010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
1692
16932010-11-09 Michael Albinus <michael.albinus@gmx.de>
1694
1695 * configure.in: Don't write a warning for D-Bus anymore.
1696
16972010-11-06 Andreas Schwab <schwab@linux-m68k.org>
1698
1699 * configure.in: Fix indentation.
1700
17012010-10-31 Ken Brown <kbrown@cornell.edu>
1702
1703 * configure.in (checking whether localtime caches TZ): Use
1704 unsetenv instead of modifying environment directly.
1705
17062010-10-25 Andreas Schwab <schwab@linux-m68k.org>
1707
1708 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
1709 to avoid warning.
1710
17112010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1712
e9fce1ac 1713 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
1714
17152010-10-22 Glenn Morris <rgm@gnu.org>
1716
1717 * make-dist: Avoid listing .el files twice. Don't try to run
1718 autoconf if --no-update.
1719
17202010-10-20 Glenn Morris <rgm@gnu.org>
1721
1722 * make-dist: No longer create lisp/MANIFEST.
1723
17242010-10-14 Glenn Morris <rgm@gnu.org>
1725
1726 * BUGS, INSTALL.BZR, README: Updates.
1727
17282010-10-13 Glenn Morris <rgm@gnu.org>
1729
1730 * make-dist: Remove --compress. Check for the appropriate
1731 gzip-like executable, and if not found, don't compress.
1732 Check version number in README, don't change it.
1733 Use find for nt/inc/*.h.
1734
17352010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1736
1737 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
1738 trailing / from directory names.
1739
17402010-10-12 Glenn Morris <rgm@gnu.org>
1741
1742 * make-dist: Update and simplify.
1743
17442010-10-12 Eli Zaretskii <eliz@gnu.org>
1745
1746 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
1747
17482010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1749
1750 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
1751
17522010-10-09 Glenn Morris <rgm@gnu.org>
1753
1754 * make-dist: No more doc/emacs/*.texi.in.
1755
1756 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
1757
17582010-10-09 Glenn Morris <rgm@gnu.org>
1759
1760 * configure.in: Combine some conditionals.
1761
1762 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
1763 * make-dist: Include doc/emacs/*.texi.in.
1764
1765 * INSTALL, make-dist: Remove references to b2m.
1766 * Makefile.in (MAN_PAGES): Remove b2m.1.
1767
17682010-10-05 Glenn Morris <rgm@gnu.org>
1769
1770 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
1771
17722010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1773
1774 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
1775
17762010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1777
1778 * configure.in: Include stdlib.h and string.h unconditionally.
1779
17802010-09-29 Romain Francoise <romain@orebokech.com>
1781
1782 * configure.in: Don't enable ImageMagick unless HAVE_X11.
1783
17842010-09-28 Glenn Morris <rgm@gnu.org>
1785
1786 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
1787 happy.
1788
17892010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1790
1791 * configure.in: Enable imagemagick by default.
1792
17932010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
1795 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 1796 GnuTLS libraries.
067d23c9
KY
1797
17982010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1799
1800 * configure.in: Set up GnuTLS.
1801
18022010-09-22 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * configure.in: Announce whether libxml2 is linked to.
1805
18062010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1807
1808 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
1809
18102010-09-18 Eli Zaretskii <eliz@gnu.org>
1811
1812 * config.bat: Detect that libxml2 is installed and if so, build
1813 with it.
1814
18152010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1816
1817 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
1818 be used. This fixes a conf problem on Mac OS X.
1819
18202010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1821
1822 * configure.in: Check for libxml2.
1823
18242010-09-09 Glenn Morris <rgm@gnu.org>
1825
1826 * make-dist: No more TODO files under lisp/.
1827
18282010-09-04 Eli Zaretskii <eliz@gnu.org>
1829
1830 * config.bat: Produce lisp/gnus/_dir-locals.el from
1831 lisp/gnus/.dir-locals.el.
1832
18332010-08-23 Andreas Schwab <schwab@linux-m68k.org>
1834
1835 * configure.in: Fix check for librsvg, imagemagick and
1836 MagickExportImagePixels.
1837
18382010-08-18 Joakim Verona <joakim@verona.se>
1839
1840 * Makefile.in, configure.in: Checks for ImageMagick.
1841
18422010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1843
1844 * configure.in (AC_PREREQ): Require autoconf 2.65.
1845
18462010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1847
1848 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
1849
18502010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1851
1852 * configure.in: Add AC_C_BIGENDIAN.
1853
18542010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1855
1856 * configure.in (ORDINARY_LINK): Use on hpux* too.
1857
18582010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1859
1860 * configure.in: Check for util.h.
1861 Use -Wimplicit-function-declaration if compiler supports it.
1862
18632010-08-05 Eli Zaretskii <eliz@gnu.org>
1864
1865 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
1866
18672010-08-04 Andreas Schwab <schwab@linux-m68k.org>
1868
1869 * configure.in: Restore accidentally removed use of
1870 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
1871
18722010-07-29 Chad Brown <yandros@mit.edu>
1873
1874 * configure.in: Check for dirent.h.
1875
18762010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1877
1878 * configure.in: Remove reference to usg5-4, unused.
1879
18802010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1881
1882 * configure.in: Check for __executable_start.
1883
18842010-07-24 Ken Brown <kbrown@cornell.edu>
1885
1886 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
1887
18882010-07-24 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
1891
18922010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
1893
1894 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
1895
18962010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1897
1898 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1899 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
1900 (C_OPTIMIZE_SWITCH): Remove.
1901 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
1902
19032010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1904
1905 * configure.in: Don't check for index and rindex, check for strchr
1906 and strrchr. Define strchr and strrchr as index and rindex,
1907 resp., in src/config.h if not available.
1908
19092010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1910
1911 * configure.in: Use -Wold-style-definition if available.
1912 This helps with the transition to standard C code, it can be
1913 removed when done.
1914
1915 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
1916
1917 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
1918 and MSWindows.
1919
19202010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1921
1922 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
1923 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
1924
19252010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1926
1927 * configure.in (getenv): Remove K&R declaration.
1928
19292010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1930
1931 * configure.in: Remove define __P.
1932
19332010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1934
1935 * configure.in (--enable-use-lisp-union-type): New flag.
1936
19372010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1938
1939 Fix CFLAGS for non-GCC compilers.
1940 * configure.in (CFLAGS): Always use -g like it was done before the
1941 2010-03-30 change.
1942 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
1943 (Bug#6538)
1944
19452010-06-30 Glenn Morris <rgm@gnu.org>
1946
1947 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
1948 Set with AC_DEFINE rather than AH_BOTTOM.
1949
1950 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
1951 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
1952 Set with shell, not cpp.
1953 (LIBX): Remove, just use -lX11 in the one place this was used.
1954 (cannot_dump): Replace with CANNOT_DUMP.
1955
19562010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1957
0a19a6f8 1958 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
1959 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
1960 by minimum required Gtk+ 2.6). Add checks for functions introduced
1961 in Gtk+ 2.14 or newer (bug#6505).
1962
19632010-06-26 Eli Zaretskii <eliz@gnu.org>
1964
1965 * config.bat: Remove white space around "+" in COPY commands.
1966
19672010-06-23 Glenn Morris <rgm@gnu.org>
1968
1969 * info/dir: Start descriptions in column 32, per Texinfo convention.
1970
19712010-06-16 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * INSTALL: Update font information (Bug#6389).
1974
19752010-06-16 Glenn Morris <rgm@gnu.org>
1976
1977 * INSTALL: General update.
1978
19792010-06-12 Glenn Morris <rgm@gnu.org>
1980
1981 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
1982
19832010-06-11 Glenn Morris <rgm@gnu.org>
1984
1985 * configure.in (--without-compress-info): New option.
1986 (GZIP_INFO): New output variable.
1987
1988 * Makefile.in (GZIP_INFO): New, set by configure.
1989 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
1990 Handle man pages in the same way.
1991
19922010-06-10 Glenn Morris <rgm@gnu.org>
1993
1994 * Makefile.in (install-arch-indep): Gzip the info files too.
1995
1996 * make-dist: Remove references to non-existent directories and files.
1997
19982010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
1999
2000 * configure.in: Include <strings.h> and <string.h> instead of
2001 "strings.h" and "string.h".
2002
20032010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2004
2005 * configure.in: Remove code dealing with BSTRING.
2006
20072010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2008
2009 * configure.in (AC_PREREQ): Require autoconf 2.65.
2010
2011 * configure.in (unxec): Do not define and substitute.
2012 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2013
20142010-06-03 Glenn Morris <rgm@gnu.org>
2015
2016 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2017
20182010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2019
2020 Fix alloca definition when using gcc on non-gnu systems.
2021 * configure.in: Use the code sequence indicated by "info autoconf"
2022 for alloca (bug#6170).
2023
20242010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2025
2026 * .bzrignore: Ignore new files from trunk, which appear if you use
2027 colocated branches (i.e. "bzr switch").
2028
20292010-05-28 Glenn Morris <rgm@gnu.org>
2030
2031 * configure.in: Simplify some of the $canonical tests.
2032
20332010-05-27 Glenn Morris <rgm@gnu.org>
2034
2035 * config.bat: Do not preprocess src/Makefile.in.
2036
2037 * configure.in: Do not preprocess src/Makefile.in.
2038 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2039 (AC_EGREP_CPP): Test no longer needed.
2040
2041 * make-dist: No more Makefile.c files.
2042
20432010-05-26 Glenn Morris <rgm@gnu.org>
2044
2045 * configure.in (YMF_PASS_LDFLAGS): Remove.
2046 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2047
2048 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2049 Add $GNUSTEP_LOCAL_HEADERS.
2050 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2051
2052 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2053 (GNUSTEP_MAKEFILES): Remove.
2054 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2055 stuff to here.
2056
20572010-05-25 Glenn Morris <rgm@gnu.org>
2058
2059 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2060 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2061
2062 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2063 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2064 here instead.
2065
20662010-05-24 Romain Francoise <romain@orebokech.com>
2067
2068 * make-dist: Look for version in src/emacs.c.
2069 Use lisp/subr.el rather than lisp/version.el for location check.
2070
20712010-05-21 Glenn Morris <rgm@gnu.org>
2072
2073 * configure.in (MKDEPDIR): Parallel build tweak.
2074
2075 * configure.in (ns_frag): New output file.
2076
2077 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2078 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2079
2080 * configure.in (cannot_dump): New output variable.
2081
20822010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2083
2084 * configure.in: On NetBSD, if terminfo is found, use it in
2085 preference to termcap. (Bug#6190)
2086
20872010-05-20 Glenn Morris <rgm@gnu.org>
2088
2089 * make-dist (src): Include *.mk.
2090 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2091 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2092 (deps_frag): New output file.
2093 (AUTO_DEPEND): Remove this definition.
2094
2095 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2096
20972010-05-19 Glenn Morris <rgm@gnu.org>
2098
2099 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2100 (ORDINARY_LINK): New AC_DEFINE.
2101 (LIB_GCC): No need to set if ORDINARY_LINK.
2102
21032010-05-18 Glenn Morris <rgm@gnu.org>
2104
2105 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2106 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2107
2108 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2109 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2110 (RALLOC_OBJ): New output variable.
2111
2112 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2113 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2114
21152010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * Makefile.in (src): Provide the name of the VCS file that witnesses
2118 a pull.
2119 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2120
21212010-05-17 Glenn Morris <rgm@gnu.org>
2122
2123 * configure.in (OLDXMENU_DEPS): New output variable.
2124
21252010-05-16 Glenn Morris <rgm@gnu.org>
2126
2127 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2128
2129 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2130 * Makefile.in (install-arch-dep): Update for above change.
2131
2132 * Makefile.in (ns_appdir): Remove.
2133 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2134
2135 * configure.in (TEMACS_LDFLAGS2): New output variable.
2136
2137 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2138 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2139 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2140 nothing uses.
2141
21422010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2143
2144 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2145 does not use them.
2146 (X11R5_INHIBIT_I18N): Remove, unused.
2147
21482010-05-15 Glenn Morris <rgm@gnu.org>
2149
2150 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2151
2152 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2153
21542010-05-15 Ken Raeburn <raeburn@raeburn.org>
2155
2156 * configure.in: Look for version string in its new location.
2157
21582010-05-15 Eli Zaretskii <eliz@gnu.org>
2159
2160 * config.bat: Remove support for DJGPP v1.x.
2161
21622010-05-15 Glenn Morris <rgm@gnu.org>
2163
2164 * configure.in (OLDXMENU_TARGET): New output variable.
2165
2166 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2167
2168 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2169 and other files that no longer exist.
2170
21712010-05-14 Glenn Morris <rgm@gnu.org>
2172
2173 * configure.in (cpp_undefs): Add mktime, register, X11.
2174
2175 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2176 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2177 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2178
2179 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2180 (GNUSTEP_MAKEFILES): Do not output.
2181
21822010-05-13 Glenn Morris <rgm@gnu.org>
2183
2184 * configure.in: Fix some paren typos.
2185
2186 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2187
2188 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2189
21902010-05-12 Glenn Morris <rgm@gnu.org>
2191
2192 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2193
2194 * configure.in (LIB_GCC): New output variable.
2195
21962010-05-11 Glenn Morris <rgm@gnu.org>
2197
2198 * make-dist (msdos): No more mainmake.
2199
2200 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2201 * config.bat: Do not run cpp on lib-src/Makefile.in.
2202
2203 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2204
22052010-05-10 Glenn Morris <rgm@gnu.org>
2206
2207 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2208
2209 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2210 (BLESSMAIL_TARGET): New output variable.
2211
22122010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2213
2214 * INSTALL: Fix typos.
2215
22162010-05-08 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * configure.in: Add check for buggy version of GCC (Bug#6031).
2219
22202010-05-08 Glenn Morris <rgm@gnu.org>
2221
2222 * configure.in (HAVE_LIBNCURSES): New local variable.
2223 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2224 replacing cpp in src/s/*.h and src/Makefile.in.
2225
22262010-05-07 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * Version 23.2 released.
2229
22302010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * configure.in: Add tests for `isnan' and `copysign'.
2233
22342010-05-07 Eli Zaretskii <eliz@gnu.org>
2235
2236 * config.bat: Allow for 2 leading `#'s in comments in
2237 src/Makefile.in.
2238
22392010-05-07 Glenn Morris <rgm@gnu.org>
2240
2241 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2242 Merges logic from src/s/* and src/Makefile.in.
2243 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2244
22452010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2246
2247 Define START_FILES and LIB_STANDARD using autoconf.
2248 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2249 here from src/s/*.h.
2250 (HAVE_CRTIN): Remove, inline logic in the netbsd
2251 START_FILES/LIB_STANDARD computation.
2252
22532010-05-06 Glenn Morris <rgm@gnu.org>
2254
2255 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2256
2257 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2258 (LD_SWITCH_X_SITE): Remove unused variables.
2259
22602010-05-04 Glenn Morris <rgm@gnu.org>
2261
2262 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2263 as well.
2264 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2265
2266 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2267
2268 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2269 variables, replacing c_switch_machine, c_switch_system.
2270 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2271 @c_switch_system@.
2272
22732010-05-03 Glenn Morris <rgm@gnu.org>
2274
2275 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2276
2277 * make-dist: There are no more src/m/*.inp files.
2278
22792010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2282 (ac_link): Do not use ld_switch_machine.
2283
22842010-05-01 Glenn Morris <rgm@gnu.org>
2285
2286 * configure.in (OTHER_OBJ): Remove.
2287 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2288
22892010-04-30 Glenn Morris <rgm@gnu.org>
2290
2291 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2292 Elsewhere, maybe include it.
2293
2294 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2295 (OLDXMENU, LIBXMENU): New output variables.
2296
2297 * configure.in (OTHER_OBJ): New output variable.
2298
22992010-04-28 Glenn Morris <rgm@gnu.org>
2300
2301 * configure.in (CYGWIN_OBJ): New output variable.
2302
2303 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2304
2305 * configure.in (FONT_OBJ): New output variable.
2306
2307 * configure.in (LIBXMU): New output variable.
2308
2309 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2310
2311 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2312 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2313
23142010-04-27 Glenn Morris <rgm@gnu.org>
2315
2316 * configure.in (LIBXTR6): New output variable. Move unixware special
2317 case here from src/s/unixware.h.
2318
2319 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2320 in Makefiles.
2321 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2322
2323 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2324 (LIBXP): No longer substitute in Makefiles.
2325 (MOTIF_LIBW): New output variable. Move system-specific settings here
2326 from src/s files.
2327
23282010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2329
2330 Reduce CPP usage.
2331 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2332 (unexec): Define unconditionally, all platforms define
2333 UNEXEC. AC_SUBST it.
2334 (UNEXEC_SRC): Remove, unused.
2335 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2336
23372010-04-27 Glenn Morris <rgm@gnu.org>
2338
2339 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2340 replaced by LIBXP.
2341
2342 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2343 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2344 On hpux10-20, default to /lib.
2345
2346 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2347
23482010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2349
2350 * configure.in (LIBS_MACHINE): Remove, unused.
2351
2352 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2353
23542010-04-24 Glenn Morris <rgm@gnu.org>
2355
2356 * configure.in (CRT_DIR): New output variable.
2357 (--with-crt-dir): New option. (Bug#5655)
2358 (HAVE_LIB64_DIR): Remove.
2359
23602010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2361
2362 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2363
23642010-04-22 Miles Bader <miles@gnu.org>
2365
2366 * configure.in: Get rid of "unix" pre-defined macro when
2367 preprocessing Makefile. (Bug#5857)
2368
23692010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2370
2371 Avoid non-portable shell command negation
2372 * configure.in: Revert last change.
2373
23742010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2375
2376 * configure.in: Change "if test ! -f" to "if ! test -f".
2377
23782010-04-21 Glenn Morris <rgm@gnu.org>
2379
2380 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2381 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2382
23832010-04-21 Karel Klíč <kklic@redhat.com>
2384
2385 * configure.in: New option: --with(out)-selinux, on by default.
2386 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2387 LIBSELINUX_LIBS in Makefiles.
2388
23892010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2390
2391 * configure.in: Remove all references to LIBX11_SYSTEM.
2392
23932010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2394
2395 * configure.in: Remove all references to C_DEBUG_SWITCH.
2396
23972010-03-27 Eli Zaretskii <eliz@gnu.org>
2398
2399 * config.bat <lib-src>: Edit out lines that begin with several #
2400 characters.
2401
24022010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2403
2404 * configure.in: Remove support for old UNIX System V systems and
2405 for Unixware on non-x86 machines.
2406
2407 * configure.in: Remove support for Solaris on PPC and for old versions.
2408
2409 * configure.in: Remove non-working lynxos port.
2410
24112010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2412
2413 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2414
24152010-03-19 Glenn Morris <rgm@gnu.org>
2416
2417 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2418 happy.
2419
24202010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2421
2422 * configure.in: Check for tputs and friends, abort if not
2423 found (bug#5735).
2424
24252010-03-18 Glenn Morris <rgm@gnu.org>
2426
2427 * configure.in (--with-x-toolkit): In the help text, say which options
2428 are synonyms.
2429
2430 * configure.in (--with-mmdf, --with-mail-unlink):
2431 New options, off by default.
2432 (--with-mailhost): New option to set default POP host.
2433 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2434 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2435 New variables, substituted in Makefiles.
2436 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2437 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2438 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2439 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2440 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2441
24422010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2443
2444 * Makefile.in (uninstall): Handle the case where archlibdir does not
2445 exist. (Bug#5720)
2446
24472010-03-12 Eli Zaretskii <eliz@gnu.org>
2448
75f1671a 2449 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2450 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2451
2452 * configure: Regenerated.
2453
24542010-03-10 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * Branch for 23.2.
2457
24582010-01-31 Juri Linkov <juri@jurta.org>
2459
2460 * .bzrignore: Add TAGS-LISP.
2461
24622010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2463
2464 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2465 this header file).
2466
24672010-01-12 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * .bzrignore: Ignore all .exe, instead of individual files.
2470
24712010-01-12 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * configure.in: Explicitly check for and link to -lXrender.
2474
24752010-01-12 Glenn Morris <rgm@gnu.org>
2476
2477 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2478 for bug reports for development versions.
2479
24802010-01-02 Eli Zaretskii <eliz@gnu.org>
2481
2482 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2483 build.
2484
24852009-12-27 Karl Fogel <kfogel@red-bean>
2486
2487 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2488 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2489
24902009-12-17 Glenn Morris <rgm@gnu.org>
2491
2492 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2493
24942009-12-15 Glenn Morris <rgm@gnu.org>
2495
2496 * info/dir: Add EDT entry.
2497 * Makefile.in (INFO_FILES): Add edt.
2498
24992009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2500
1154d12e 2501 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2502
25032009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2504
2505 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2506
25072009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2508
2509 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2510
25112009-12-01 Glenn Morris <rgm@gnu.org>
2512
2513 * make-dist: Add etc/images/mpc directory.
2514
25152009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2516
2517 * configure.in: Don't check for GConf unless X is used.
2518
25192009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2520
2521 * configure.in: Use -Wdeclaration-after-statement if available.
2522
25232009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2524
2525 * configure.in: New option: --with(out)-gconf.
2526 Set HAVE_GCONF if we find gconf.
2527
25282009-11-17 Glenn Morris <rgm@gnu.org>
2529
2530 * Makefile.in (INFO_FILES): Add semantic.
2531
25322009-11-16 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * info/dir: Add Semantic.
2535
25362009-11-16 Glenn Morris <rgm@gnu.org>
2537
2538 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2539 pattern, so as not to exclude makefile*.el. (Bug#4912)
2540
25412009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2542
2543 * configure.in: --enable-autodepend is new. Check for GNU Make
2544 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2545 gcc and GNU make to generate dependencies.
2546
25472009-10-27 Glenn Morris <rgm@gnu.org>
2548
2549 * make-dist: Make links to doc/lispintro/*.pdf.
2550
25512009-10-23 Jim Meyering <meyering@redhat.com>
2552
2553 * configure.in: Invoke $CPP with -P when creating Makefile and
2554 src/Makefile. Without this, gcc 4.4.2 converts each
2555 backslash-newline pair in the input to a bare newline, yielding
2556 invalid Makefiles.
2557
2558 * configure: Regenerate.
2559
25602009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2561
2562 * configure.in (vax-dec-vms): Remove, not supported anymore.
2563
25642009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2565
2566 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2567 (*-apple-darwin*): Add x86_64 architecture.
2568
25692009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2570
2571 * config.guess, config.sub: Updated from master source.
2572
25732009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2574
2575 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2576
25772009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2578
2579 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2580
25812009-09-29 Glenn Morris <rgm@gnu.org>
2582
2583 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2584
25852009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 * config.guess, config.sub: Updated from master source.
2588
2589 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2590
25912009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2592
2593 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2594
25952009-09-13 Chong Yidong <cyd@stupidchicken.com>
2596
2597 * INSTALL: Update URL for GNU FreeFont.
2598
25992009-09-09 Glenn Morris <rgm@gnu.org>
2600
2601 * Makefile.in (install-arch-indep): Don't recursively change perms of
2602 site-lisp and infodir. There may be non-Emacs files in here, and the
2603 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2604 (mkdir): Set umask to world-readable before creating directories.
2605 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2606
26072009-08-29 Glenn Morris <rgm@gnu.org>
2608
2609 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2610 (info): Don't give an error in the absence of makeinfo - let the doc
2611 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2612
26132009-08-23 Ken Raeburn <raeburn@raeburn.org>
2614
2615 * Makefile.in (install-arch-indep): If the versioned DOC-####
2616 generated during loadup+dump isn't found, install the plain DOC
2617 file that always gets generated, in case CANNOT_DUMP is set.
2618
2619 * configure.in: Warn if package version specified here doesn't
2620 match the version in version.el.
2621 * configure: Regenerate.
2622
26232009-08-22 Michael Albinus <michael.albinus@gmx.de>
2624
2625 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2626
2627 * configure: Regenerate.
2628
26292009-08-19 Glenn Morris <rgm@gnu.org>
2630
2631 * INSTALL: Remove reference to cvtmail.
2632
26332009-08-15 CHENG Gao <chenggao@gmail.com>
2634
2635 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2636
26372009-08-02 Kevin Ryde <user42@zip.com.au>
2638
2639 * INSTALL: Fix free fonts URL.
2640
26412009-07-22 Glenn Morris <rgm@gnu.org>
2642
2643 * configure.in (AC_PREREQ): Require autoconf 2.62.
2644
26452009-07-04 Andreas Schwab <schwab@linux-m68k.org>
2646
2647 * configure.in (--enable-checking, --enable-profiling):
2648 Use AS_HELP_STRING.
2649
26502009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2651
2652 * configure.in (--enable-profiling): New option.
2653 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2654
26552009-06-27 Glenn Morris <rgm@gnu.org>
2656
2657 * configure.in: Restore netbsd on mips, mipsel, mipseb.
2658
26592009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2660
2661 * configure.in (--enable-checking): New option.
2662
26632009-06-24 Glenn Morris <rgm@gnu.org>
2664
2665 * make-dist: Warn if subdir does not exist in source.
2666 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
2667 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
2668 No longer make links.
2669
26702009-06-24 Yavor Doganov <yavor@gnu.org>
2671
2672 * make-dist (tempdir): Don't create directories preferences.gorm
2673 and preferences.nib, they are no longer required.
2674
26752009-06-21 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * Branch for 23.1.
2678
26792009-06-12 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * configure.in: Delete mac-fix-env target, which has been
2682 removed (Bug#3531).
2683
26842009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2685
1154d12e 2686 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
2687
26882009-05-05 Per Starbäck <per@starback.se> (tiny change)
2689
2690 * BUGS: Use new binding of view-emacs-problems.
2691
c7015153 26922009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
2693
2694 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
2695 for Solaris compatibility.
2696
26972009-04-25 Chong Yidong <cyd@stupidchicken.com>
2698
2699 * configure: Regenerate.
2700
2701 * configure.in: Disable use of FreeType without libXft.
2702
27032009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2704
2705 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
2706 Check if it is declared in gtk.h.
2707
27082009-04-12 Andreas Schwab <schwab@linux-m68k.org>
2709
2710 * Makefile.in (install-arch-indep): Remove .gitignore files.
2711
27122009-04-03 Kenichi Handa <handa@m17n.org>
2713
2714 * INSTALL: Make the section "Complex Text Layout support
2715 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2716
27172009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
2718
2719 * configure.in (rs6000-ibm-aix6*): Fix typo.
2720
27212009-03-04 Glenn Morris <rgm@gnu.org>
2722
2723 * Makefile.in (INFO_FILES): Add auth.
2724
27252009-03-03 Glenn Morris <rgm@gnu.org>
2726
2727 * info/dir: Add Auth-source.
2728
27292009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
2732 the second.
2733
27342009-02-28 Eli Zaretskii <eliz@gnu.org>
2735
2736 * config.bat: Copy .dbxinit to _dbxinit.
2737
2738 * make-dist (Making links to `info'): Remove .gitignore.
2739
27402009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * Makefile.in (lib-src, lisp): Use simpler rule.
2743 (src): Be more specific to avoid recompiling all the .elc files just
2744 because the bootstrap-emacs is missing.
2745
27462009-02-26 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * configure.in: Require librsvg >= 2.11.
2749
27502009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2751
2752 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
2753 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2754
27552009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2756
2757 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
2758
27592009-02-03 Glenn Morris <rgm@gnu.org>
2760
2761 * make-dist: Add some missing files, remove some that are no longer
2762 present.
2763
27642009-02-02 Glenn Morris <rgm@gnu.org>
2765
2766 * make-dist: Add some missing nextstep/ files.
2767
27682009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
2769
2770 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2771
27722009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2773
2774 * configure.in: Add support for m68k-*-netbsd.
2775
27762009-01-14 Juri Linkov <juri@jurta.org>
2777
2778 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
2779
2780 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
2781 and bug-reference-mode.
2782
27832009-01-11 Juri Linkov <juri@jurta.org>
2784
2785 * INSTALL.CVS: Move configuration explicitly to the first step.
2786
27872009-01-09 Glenn Morris <rgm@gnu.org>
2788
2789 * .dir-locals.el: Don't set indent-tabs-mode.
2790
27912008-12-30 Kenichi Handa <handa@m17n.org>
2792
2793 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
2794 the function OTF_get_variation_glyphs.
2795
27962008-12-30 Jan Djärv <jan.h.d@swipnet.se>
2797
2798 * Makefile.in (install-arch-dep): Remove old directories in
2799 ns_app* before moving new directories there.
2800
28012008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
2802
2803 * .dir-locals.el: Remove non-working entry for pmail.
2804 (fill-column): Fix typo.
2805 (change-log-mode): Add fill column.
2806
28072008-12-26 Eli Zaretskii <eliz@gnu.org>
2808
2809 * config.bat: Produce _dir-locals.el from .dir-locals.el.
2810
28112008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2812
2813 * make-dist (tempdir): Distribute .dir-locals.el.
2814
2815 * .dir-locals.el: New file.
2816
28172008-12-19 Eli Zaretskii <eliz@gnu.org>
2818
2819 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
2820 for rationale.
2821
28222008-12-13 Glenn Morris <rgm@gnu.org>
2823
2824 * Makefile.in (install-arch-indep): Add new man-pages.
2825 (manext): Remove variable.
2826 (MAN_PAGES): New variable.
2827 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
2828 and remove.
2829 (uninstall): Remove desktop file and icons, game scores if empty.
2830
28312008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2832
2833 * config.guess, config.sub: Updated from master source.
2834
28352008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2836
2837 * Makefile.in (install-arch-indep): Install ebrowse.1.
2838
28392008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2840
2841 * configure.in: Add Solaris on x86_64.
2842
28432008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2844
2845 * config.guess, config.sub: Updated from master source.
2846
28472008-12-08 Eli Zaretskii <eliz@gnu.org>
2848
2849 * info/dir: Fix last change.
2850
28512008-12-07 Eli Zaretskii <eliz@gnu.org>
2852
2853 * info/dir: Untabify.
2854
28552008-11-28 Ulrich Mueller <ulm@gentoo.org>
2856
2857 * configure.in: Fix last change.
2858
28592008-11-28 Richard M Stallman <rms@gnu.org>
2860
2861 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
2862 New configurations.
2863
28642008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
2865
2866 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
2867 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
2868
28692008-11-15 Eli Zaretskii <eliz@gnu.org>
2870
2871 * Makefile.in (INFO_FILES): Remove ns-emacs.
2872
2873 * info/dir (NS-Emacs): Remove entry.
2874
28752008-11-08 Eli Zaretskii <eliz@gnu.org>
2876
2877 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
2878
28792008-11-07 Glenn Morris <rgm@gnu.org>
2880
2881 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
2882
28832008-10-31 Eli Zaretskii <eliz@gnu.org>
2884
2885 * config.bat: Tell user to expect one "File not found" message
2886 while the `doc' directory is being configured.
2887
28882008-10-30 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * update-subdirs: Put obsolete directory last.
2891
28922008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2893
2894 * configure.in: Check fontconfig always.
2895
28962008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * configure (*-solaris2.[7-9]*): Fix typo.
2899
29002008-10-24 Glenn Morris <rgm@gnu.org>
2901
2902 * configure.in (--without-sync-input, --with-pkg-config-prog):
2903 Help strings start with lower case.
2904 (--with-gnustep-conf): New option.
2905 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
2906
29072008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
2908
2909 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
2910 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
2911 is not found. (Bug#1230)
2912
29132008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2914
2915 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
2916 Use sol2-6.h for Solaris 7-9.
2917
29182008-10-18 Ulrich Mueller <ulm@gentoo.org>
2919
2920 * configure.in: Add support for GNU/Linux on SuperH.
2921
29222008-10-12 Andreas Schwab <schwab@suse.de>
2923
2924 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
2925
1a71cb28 29262008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
2927
2928 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
2929 "X") to avoid confusion.
2930
2931 * configure: Regenerate.
2932
29332008-09-07 Romain Francoise <romain@orebokech.com>
2934
2935 * make-dist: Distribute doc/man/ChangeLog.
2936
29372008-08-28 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * configure.in: Disable XFT and Freetype when without X.
2940
2941 * configure: Regenerate.
2942
29432008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
2944
2945 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
2946
29472008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2948
2949 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
2950 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
2951
2952 * configure: Regenerate.
2953
29542008-08-20 Eli Zaretskii <eliz@gnu.org>
2955
2956 * configure.in: Move "#define subprocesses" before
2957 config_opsysfile is included.
2958
29592008-08-19 Kenichi Handa <handa@m17n.org>
2960
2961 * INSTALL (Extra fonts): Mention local fonts, don't mention
2962 mule-unicode.
2963
29642008-08-16 Chong Yidong <cyd@stupidchicken.com>
2965
2966 * make-dist: Omit info/.arch-inventory.
2967
29682008-08-16 Jason Rumney <jasonr@gnu.org>
2969
2970 * make-dist (tempdir/nt): Link emacsclient.rc.
2971
29722008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2973
2974 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
2975 AC_SUBST it.
2976 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
2977 AC_SUBST it.
2978 (OTHER_FILES): Always define for HAVE_NS.
2979 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
2980 * configure: Regenerate.
2981
29822008-08-07 Andreas Schwab <schwab@suse.de>
2983
2984 * configure.in: Correctly handle
2985 --enable-cocoa-experimental-ctrl-g=no and
2986 --enable-ns-self-contained=yes.
2987
29882008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2989
2990 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
2991 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
2992 bother undef'ing since won't have desired effect.
2993
29942008-08-06 Andreas Schwab <schwab@suse.de>
2995
2996 * configure.in: Fix quoting.
2997
29982008-08-06 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3001
30022008-08-05 Ulrich Mueller <ulm@gentoo.org>
3003
3004 * configure.in: Add checks for krb5_error.text and
3005 krb5_error.e_text struct members.
3006
30072008-08-04 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * configure.in: Test for existence of NSInteger.
3010 Suggested by Yavor Doganov.
3011
30122008-08-02 Romain Francoise <romain@orebokech.com>
3013
3014 * Makefile.in (INFO_FILES): Add mairix-el.
3015
30162008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3017
3018 * make-dist:
3019 * README: Remove VMS support.
3020 * vms: Remove directory.
3021
30222008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3023
3024 * configure.in (MULTI_KBOARD): Remove.
3025
30262008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3027
3028 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3029
30302008-07-29 Chong Yidong <cyd@stupidchicken.com>
3031
3032 * info/dir (File): Add mairix-el.
3033
30342008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3035
3036 Remove support for Mac Carbon.
3037 * mac: Remove directory.
3038 * make-dist:
3039 * configure.in:
3040 * README:
3041 * Makefile.in:
3042 * INSTALL: Remove code for Carbon.
3043 * configure: Regenerate.
3044
30452008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3046
3047 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3048
30492008-07-25 Chong Yidong <cyd@stupidchicken.com>
3050
3051 * configure.in: Check for getrlimit.
3052
3053 * configure: Regenerate.
3054
30552008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3056
3057 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3058 in src/Makefile.in.
3059 (static): Remove, autoconf would always comment it out anyway.
3060 (subprocesses): Define unconditionally.
3061
30622008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3063
3064 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3065 compilation under GNUstep.
3066
30672008-07-18 Kenichi Handa <handa@m17n.org>
3068
3069 * INSTALL (Complex Text Layout support libraries): Delete the
3070 paragraph about --enable-font-backend.
3071
30722008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3073
3074 * configure.in: Print out some info to user for NeXTstep builds.
3075 (ns-app): Remove enable option.
3076 (ns-self-contained): Add enable option.
3077 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3078 GNUstep, use to set install prefixes, and substitute in Makefiles.
3079 * configure: Regenerate.
3080 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3081 NS app bundle.
3082
30832008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3086
30872008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3088
3089 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3090 NS_IMPL_COCOA.
3091
30922008-07-16 Glenn Morris <rgm@gnu.org>
3093
3094 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3095 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3096 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3097 never unset.
3098
3099 * make-dist: Add nextstep/ directories.
3100 (src, lib-src): Add .m files.
3101
31022008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3103
3104 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3105 (USER_FULL_NAME): Remove, not used anymore.
3106 * configure: Regenerate.
3107
31082008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3109
3110 Changes and additions for NeXTstep windowing system (Cocoa and
3111 GNUstep) support.
3112
3113 * configure.in: Add support for NS window system: --with-ns (default
3114 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3115 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3116 disable font backend if window system is "none", not if !HAVE_X11.
3117 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3118 (install-arch-dep): Add commands to assemble NS .app package.
3119
31202008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3121
3122 * configure.in: Use macppc for Darwin. Remove references to
3123 desupported systems.
3124 * configure: Regenerate.
3125
31262008-07-05 Glenn Morris <rgm@gnu.org>
3127
3128 * make-dist (EMACS): Doc fix.
3129 (lisp): There are no *.dat or image files here any more.
3130 (src): There are no *.s files here any more.
3131 (etc/images, etc/images/*): Link to most regular files.
3132
31332008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3134
3135 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3136
31372008-07-01 Glenn Morris <rgm@gnu.org>
3138
3139 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3140 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3141 and explicitly export there. (Bug#507.)
3142
31432008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3144
3145 * configure.in:
3146 * configure: Remove references to obsolete systems.
3147
31482008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3151 make it depend on all other */.in files.
3152 (src/Makefile, src/config.stamp, lib-src/Makefile)
3153 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3154 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3155 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3156 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3157
3158 * configure.in: Don't create src/config.stamp any more.
3159
31602008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3163
31642008-06-22 Glenn Morris <rgm@gnu.org>
3165
3166 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3167
31682008-06-21 Romain Francoise <romain@orebokech.com>
3169
3170 * Makefile.in (INFO_FILES): Add sasl.
3171
31722008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3175 (bootstrap-build): Remove.
3176 (top_bootclean): New var.
3177 (top_distclean, bootstrap-clean): Use it.
3178 (bootstrap): Don't recheck config. Make normally.
3179
31802008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * Makefile.in (SUBDIR): Include `lisp'.
3183 (lisp): Depend on `src'.
3184 (top_distclean): Don't remove config.status.
3185 (bootstrap-clean): New target.
3186 (maintainer-clean): Use it.
3187 (bootstrap): Use bootstrap-clean. Re-run config.status.
3188 (src/bootstrap-emacs${EXEEXT}): New target.
3189 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3190 src/Makefile now takes care of it.
3191 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3192
31932008-06-15 Glenn Morris <rgm@gnu.org>
3194
3195 * info/dir: Add sasl.
3196
31972008-06-09 Alan Mackenzie <acm@muc.de>
3198
3199 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3200
32012008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3202
3203 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3204
32052008-06-07 Glenn Morris <rgm@gnu.org>
3206
3207 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3208 serve no purpose.
3209
32102008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3211
3212 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3213 * configure: Regenerate.
3214
32152008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3218
32192008-05-14 Kenichi Handa <handa@m17n.org>
3220
3221 * configure: Regenerate.
3222
3223 * configure.in: Don't handle --disable-font-backend. Don't print
3224 a message about a font backend.
3225
32262008-05-09 Glenn Morris <rgm@gnu.org>
3227
3228 * configure.in: Make absence of makeinfo a fatal error only if the info
3229 files don't exist.
3230 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3231
32322008-05-07 Eli Zaretskii <eliz@gnu.org>
3233
3234 * config.bat: Fix last change: don't use < and > in "rem" lines,
3235 they are interpreted as redirection by DOS shells.
3236
32372008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3238
3239 * configure.in: Check availability of AvailabilityMacros.h
3240 if HAVE_CARBON.
3241
3242 * configure: Regenerate.
3243
32442008-05-03 Glenn Morris <rgm@gnu.org>
3245
3246 * configure.in (x_libraries): Remove standard 64-bit directories -
3247 experimental workaround for minor autoconf bug.
3248
3249 * configure.in (--without-makeinfo): New option. If set,
3250 absence of suitable makeinfo is not a fatal error.
3251 * Makefile.in (MAKEINFO): New, set by configure.
3252 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3253 (info-real): New target.
3254 (info): Without makeinfo, do nothing, else call `info-real'.
3255
32562008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3257
3258 * configure.in: Remove hpux10.20 from the desupported list.
3259
32602008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3263
32642008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3267 rather than change CPPFLAGS.
3268 (HAVE_GTK): Rename to USE_GTK.
3269
32702008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3271
3272 * configure.in: Replace the obsolete macros AC_AIX and
3273 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3274
32752008-04-05 Andreas Schwab <schwab@suse.de>
3276
3277 * configure.in: No longer create admin/unidata/Makefile.
3278
32792008-03-28 Andreas Schwab <schwab@suse.de>
3280
3281 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3282 (lisp/Makefile): New rule.
3283
32842008-03-13 Glenn Morris <rgm@gnu.org>
3285
3286 * configure.in (AC_INIT): Fix version number.
3287 (sync-input): Reword the option, since it's on by default.
3288
32892008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3290
3291 * configure.in: Add --enable-sync-input, default yes.
3292
32932008-03-11 Glenn Morris <rgm@gnu.org>
3294
3295 * Makefile.in (install-etc, mkdir): Handle directory
3296 etc/images/icons/hicolor/*/mimetypes/.
3297
3298 * make-dist: Handle icons/hicolor/scalable directory.
3299
33002008-03-05 Glenn Morris <rgm@gnu.org>
3301
3302 * configure.in: Enable font-backend by default.
3303 (USE_FONT_BACKEND): Set to "no" in absence of X.
3304 (PKG_CONFIG): Don't set multiple times, once is enough.
3305 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3306
33072008-03-03 Glenn Morris <rgm@gnu.org>
3308
3309 * Makefile.in (iconsrcdir): New variable.
3310 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3311 directory.
3312
33132008-02-29 Glenn Morris <rgm@gnu.org>
3314
3315 * test/: New directory.
3316
33172008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3318
3319 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3320
33212008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3322
3323 * configure.in: Print an error for systems that we think are obsolete
3324 and are proposed to be removed. Remove some more unused systems.
3325 Add support for powerpc-ibm-aix6*.
3326
33272008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3328
3329 * configure.in: Remove references to obsolete variables and systems.
3330
33312008-02-21 Glenn Morris <rgm@gnu.org>
3332
3333 * Makefile.in (set_installuser): New.
3334 (install-arch-indep): Use set_installuser to avoid duplicate code.
3335
3336 * README.unicode: Split into admin/notes/unicode,font-backend and
3337 remove.
3338
33392008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3340
3341 * configure.in (arm*-*-freebsd*): Add.
3342
33432008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3344
3345 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3346 dealing with obsolete variables.
3347
33482008-02-08 Glenn Morris <rgm@gnu.org>
3349
3350 * Makefile.in (check-info-dir): New target.
3351
33522008-02-08 Michael Olson <mwolson@gnu.org>
3353
3354 * Makefile.in (INFO_FILES): Add epa.
3355
3356 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3357 features" section.
3358
33592008-02-06 Glenn Morris <rgm@gnu.org>
3360
3361 * configure.in (--with-gcc): Give an error saying this option has
3362 been removed.
3363 (--with-gtk): Remove this option.
3364
33652008-02-06 Tom Tromey <tromey@redhat.com>
3366
3367 * configure.in (--with-gcc): Remove.
3368 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3369
33702008-02-05 Ulrich Mueller <ulm@gentoo.org>
3371
3372 * INSTALL: Recommend giflib, not libungif.
3373
33742008-02-05 Tom Tromey <tromey@redhat.com>
3375
3376 * configure.in (--with-dbus): Default to enabled.
3377
33782008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3379
3380 * INSTALL (Complex Text Layout support libraries): New section.
3381
33822008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3383
3384 * make-dist: Remove references to files in mac/ that have been
3385 deleted.
3386
33872008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3388
3389 * configure.in: For libotf and m17n-flt checks, set shell vars
3390 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3391 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3392 Reported by Ulrich Mueller.
3393
33942008-02-02 Eli Zaretskii <eliz@gnu.org>
3395
3396 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3397 admin/unidata/Makefile.in to Makefile.
3398
33992008-02-02 Glenn Morris <rgm@gnu.org>
3400
3401 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3402 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3403 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3404
34052008-02-01 Miles Bader <miles@gnu.org>
3406
3407 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3408 [libotf], and [m17n-flt] options.
3409
34102008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3411
3412 * configure.in: Add EMACS_ARG_N([libotf]...), and
3413 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3414 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3415 CFLAGS, and LIBS in checking of m17n-flt.
3416
34172008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3418
3419 * configure.in: Check the availability of m17n-flt library.
3420
34212008-02-01 Kenichi Handa <handa@m17n.org>
3422
3423 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3424 not available.
3425
34262008-02-01 Kenichi Handa <handa@m17n.org>
3427
3428 * configure.in: New args --enable-font-backend, --with-xft,
3429 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3430 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3431 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3432 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3433
34342008-02-01 Kenichi Handa <handa@m17n.org>
3435
3436 * make-dist: Include etc/charsets in tarball.
3437
34382008-02-01 Kenichi Handa <handa@m17n.org>
3439
3440 * configure.in: While running cpp on junk.c, include
3441 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3442 exists.
3443
34442008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3445
3446 * configure.in (xtensa): Match more configurations.
3447
34482008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3449
3450 * configure.in: Update comment.
3451
34522008-01-26 Glenn Morris <rgm@gnu.org>
3453
3454 * configure.in (--without-gcc): By default, neither off nor on.
3455 (--with-carbon): Tone down rhetoric in help text.
3456
34572008-01-25 Glenn Morris <rgm@gnu.org>
3458
3459 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3460 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3461 Default `Carbon' to off (it's unsupported).
3462
34632008-01-24 Glenn Morris <rgm@gnu.org>
3464
3465 * configure.in: Standardize dbus-related messages.
3466
34672008-01-23 Michael Olson <mwolson@gnu.org>
3468
3469 * configure.in (pkg-config-prog): Remove initial whitespace.
3470
34712008-01-23 Tom Tromey <tromey@redhat.com>
3472
3473 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3474 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3475 Update all users.
3476
34772008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3478
3479 * config.guess, config.sub: Updated from master source.
3480
34812008-01-17 Andreas Schwab <schwab@suse.de>
3482
3483 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3484
34852008-01-17 Glenn Morris <rgm@gnu.org>
3486
3487 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3488
34892008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3490
3491 * configure.in: Remove more references to unsupported systems.
3492
34932008-01-16 Sven Joachim <svenjoac@gmx.de>
3494
3495 * make-dist: Add --lzma.
3496
34972008-01-16 Glenn Morris <rgm@gnu.org>
3498
3499 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3500 configure checks for this.
3501
35022008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3503
3504 * configure.in: Remove more references to unsupported systems.
3505
35062008-01-06 Romain Francoise <romain@orebokech.com>
3507
3508 * configure.in: Delete extra semicolons.
3509
35102008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3511
3512 * configure.in: Remove references to unsupported systems.
3513
35142008-01-05 Romain Francoise <romain@orebokech.com>
3515
3516 * make-dist: Add --bzip2. Update copyright.
3517
35182008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3519
3520 * configure.in: Remove support for Masscomp.
3521
35222008-01-05 Glenn Morris <rgm@gnu.org>
3523
3524 * Makefile.in (desktopdir, icondir): New variables.
3525 (install-arch-indep): Also depend on `install-etc'.
3526 (install-etc): New target.
3527 (mkdir): Also create the `applications' and `icons' directories.
3528
35292008-01-04 Glenn Morris <rgm@gnu.org>
3530
3531 * make-dist: Update for new etc/images/icons/hicolor directory.
3532
35332007-12-09 Andreas Schwab <schwab@suse.de>
3534
3535 * configure.in: D-Bus is not enabled by default.
3536
35372007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3538
3539 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3540 change.
3541
35422007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3543
3544 * configure.in: Give package name and version to AC_INIT.
3545
35462007-12-03 Magnus Henoch <mange@freemail.hu>
3547
3548 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3549
35502007-12-03 Michael Albinus <michael.albinus@gmx.de>
3551
3552 * configure.in: No need for DBUS_INFO anymore.
3553
3554 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3555
35562007-12-02 Michael Albinus <michael.albinus@gmx.de>
3557
3558 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3559
3560 * Makefile.in (INFO_FILES): Add dbus.
3561
35622007-12-02 Romain Francoise <romain@orebokech.com>
3563
3564 * make-dist: Fix last change.
3565
35662007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3567
3568 * configure.in: Add support for gnu-kfreebsd.
3569
35702007-11-28 Glenn Morris <rgm@gnu.org>
3571
3572 * make-dist: Add etc/nxml.
3573
35742007-11-24 Romain Francoise <romain@orebokech.com>
3575
3576 * Makefile.in (INFO_FILES): Add nxml-mode.
3577
35782007-11-23 Romain Francoise <romain@orebokech.com>
3579
3580 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3581 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3582
35832007-11-20 Andreas Schwab <schwab@suse.de>
3584
3585 * configure.in: Always include <resolv.h> when checking for res_init.
3586
35872007-11-17 Andreas Schwab <schwab@suse.de>
3588
3589 * update-subdirs: Atomically update subdirs.el.
3590
35912007-11-17 Glenn Morris <rgm@gnu.org>
3592
3593 * Makefile.in (check-declare): New target.
3594
35952007-11-07 Glenn Morris <rgm@gnu.org>
3596
3597 * configure.in: Deprecate Mac Carbon port.
3598
35992007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3600
3601 * configure.in: Remove HAVE_X11R5 check.
3602
36032007-10-31 Glenn Morris <rgm@gnu.org>
3604
3605 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3606 when changing ownership of installed files.
3607
36082007-10-30 Glenn Morris <rgm@gnu.org>
3609
3610 * make-dist: Add new directory etc/gnus.
3611
36122007-10-30 Michael Olson <mwolson@gnu.org>
3613
3614 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3615
36162007-10-29 Glenn Morris <rgm@gnu.org>
3617
3618 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3619
36202007-10-23 Glenn Morris <rgm@gnu.org>
3621
3622 * MAINTAINERS: Move to admin/.
3623
36242007-10-17 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3627 (HAVE_LIBRESOLV): Also define if we are using res_init().
3628
36292007-10-17 Glenn Morris <rgm@gnu.org>
3630
3631 * FTP: Remove file, since it's just a duplicate of one in etc/.
3632
36332007-10-05 Eli Zaretskii <eliz@gnu.org>
3634
3635 * config.bat: Fix configuring `doc' due to changes in the
3636 directory structure.
3637
36382007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3639
3640 * configure.in: Don't use -lpthread on HP-UX.
3641
36422007-09-16 Glenn Morris <rgm@gnu.org>
3643
3644 * make-dist: File gfdl.1 has been removed.
3645
36462007-09-15 Glenn Morris <rgm@gnu.org>
3647
3648 * configure.in: Fix makeinfo version regexp.
3649
36502007-09-12 Glenn Morris <rgm@gnu.org>
3651
3652 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
3653 implementation of alloca is not found.
3654
3655 * Makefile.in (SOURCES, unlock, relock): Delete.
3656 (install-arch-indep): Do not exclude the etc/ Makefiles.
3657
36582007-09-09 Juri Linkov <juri@jurta.org>
3659
3660 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
3661
3662 * README: Add doc/ to documentation directories.
3663
36642007-09-08 Michael Olson <mwolson@gnu.org>
3665
3666 * MAINTAINERS: Add myself for ERC and tq.el.
3667 Update for new doc/ directory layout.
3668
36692007-09-06 Romain Francoise <romain@orebokech.com>
3670
3671 * make-dist: Update for new doc/ directory layout.
3672
36732007-09-06 Glenn Morris <rgm@gnu.org>
3674
3675 * Makefile.in (mansrcdir): New variable.
3676 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
3677 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
3678 update these targets for new doc/ directory layout.
3679 (doc/misc/Makefile): New target.
3680 (install-arch-indep): Use mansrcdir for new location of manpages.
3681 (mostlyclean, clean, distclean, maintainer-clean, unlock)
3682 (relock, info, dvi): Update targets for new doc/ directory layout.
3683
3684 * configure.in (AC_OUTPUT): Update names of generated Makefiles
3685 for new doc/ directory layout.
3686
36872007-09-02 Andreas Schwab <schwab@suse.de>
3688
3689 * configure.in: Use AS_HELP_STRING throughout.
3690 * configure: Regenerate.
3691
36922007-09-02 Jan Djärv <jan.h.d@swipnet.se>
3693
3694 * configure.in: Require Gtk/Glib 2.6.
3695
36962007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3697
3698 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
3699 Use them throughout in place of AC_ARG_WITH calls.
3700 * configure: Regenerate.
3701
37022007-09-01 Andreas Schwab <schwab@suse.de>
3703
3704 * configure.in: Put quotes around nested macro calls.
3705
37062007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3707
3708 * configure.in: Fix typo.
3709 * configure: Regenerate.
3710
37112007-08-30 Glenn Morris <rgm@gnu.org>
3712
3713 * configure.in (AH_BOTTOM): Copy some manual changes made to
3714 src/config.in here so they are not lost when it regenerates.
3715
3716 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
3717
37182007-08-29 Károly Lőrentey <karoly@lorentey.hu>
3719
3720 * README.multi-tty: New file.
3721
37222007-08-29 Glenn Morris <rgm@gnu.org>
3723
3724 * README: Increase version to 23.0.50.
3725
37262007-08-29 Jan Djärv <jan.h.d@swipnet.se>
3727
3728 * configure.in: New option: --without-xaw3d.
3729
37302007-08-24 Glenn Morris <rgm@gnu.org>
3731
3732 * configure.in: Check for a suitably recent makeinfo.
3733
37342007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3735
3736 * configure.in (Check for required libraries): Typo.
3737
37382007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3739
3740 * configure.in: Check librsvg2 also for Mac Carbon.
3741
37422007-08-22 Romain Francoise <romain@orebokech.com>
3743
3744 * make-dist: Follow reorganization of files in etc/.
3745
37462007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3747
3748 * configure.in: Add support for SVG images through librsvg2.
3749
37502007-07-28 Eli Zaretskii <eliz@gnu.org>
3751
3752 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
3753 to avoid an error message if there is no DOC there.
3754
37552007-07-25 Glenn Morris <rgm@gnu.org>
3756
3757 * Relicense all FSF files to GPLv3 or later.
3758
3759 * COPYING, info/COPYING: Switch to GPLv3.
3760
37612007-06-20 Jan Djärv <jan.h.d@swipnet.se>
3762
3763 * configure.in: Complain if X seems to be installed but no
3764 development files were found.
3765
37662007-06-20 Glenn Morris <rgm@gnu.org>
3767
3768 * configure.in: Prefer libgif over libungif.
3769
37702007-06-14 Jan Djärv <jan.h.d@swipnet.se>
3771
3772 * configure.in: Check for all image libraries before exiting.
3773
37742007-06-13 Jan Djärv <jan.h.d@swipnet.se>
3775
3776 * configure.in: Exit with error if image libraries aren't found.
3777
37782007-06-13 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
3781 when compiling without scrollbars.
3782
37832007-06-12 Glenn Morris <rgm@gnu.org>
3784
3785 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
3786
37872007-06-11 Jan Djärv <jan.h.d@swipnet.se>
3788
3789 * configure.in: Change wording about yes/gtk and lucid/athena
3790 being synonyms.
3791
37922007-06-08 Glenn Morris <rgm@gnu.org>
3793
3794 * configure.in: Make gtk the default toolkit.
3795
37962007-06-07 Glenn Morris <rgm@gnu.org>
3797
3798 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
3799 for a Sun C compiler.
3800
3801 * Makefile.in (install-arch-indep): Install only the DOC- file
3802 specific to the build, if possible, rather than DOC-*.
3803
38042007-06-02 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * Version 22.1 released.
3807
38082007-05-25 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * mkinstalldirs: Sync to version in automake CVS.
3811
38122007-05-22 Andreas Schwab <schwab@suse.de>
3813
3814 * configure.in: Prefer build_alias over host when host_alias is not set.
3815 * configure: Regenerate.
3816
38172007-05-20 Andreas Schwab <schwab@suse.de>
3818
3819 * configure.in: Remove empty AC_SUBST.
3820 * configure: Regenerate.
3821
38222007-05-20 Nick Roberts <nickrob@snap.net.nz>
3823
3824 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
3825 it like others.
3826 * configure: Regenerate.
3827
38282007-05-20 Nick Roberts <nickrob@snap.net.nz>
3829
3830 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
3831 (AC_CHECK_LIB): Add -lgpm.
3832 * configure: Regenerate.
3833
38342007-05-03 Glenn Morris <rgm@gnu.org>
3835
3836 * configure: Tweak message about the absence of shell functions.
3837
38382007-04-27 Andreas Schwab <schwab@suse.de>
3839
3840 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
3841
38422007-04-26 Glenn Morris <rgm@gnu.org>
3843
3844 * README: Increase version to 22.1.50.
3845
38462007-04-24 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
3849
38502007-04-19 Glenn Morris <rgm@gnu.org>
3851
3852 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
3853
38542007-04-18 Glenn Morris <rgm@gnu.org>
3855
3856 * INSTALL: Mention CPP.
3857
38582007-04-15 Glenn Morris <rgm@gnu.org>
3859
3860 * FTP: Replace with a pointer to the web version.
3861
38622007-04-13 Glenn Morris <rgm@gnu.org>
3863
3864 * INSTALL: In lib-src, timer, wakeup, yow are removed.
3865
38662007-04-04 Glenn Morris <rgm@gnu.org>
3867
3868 * configure.in (NON_GNU_CPP): Use associated preprocessor when
3869 compiling with Sun Studio on Solaris.
3870
38712007-03-23 Glenn Morris <rgm@gnu.org>
3872
3873 * configure.in: Restore support for hp800 (removed 2007-01-27)
3874 following clarification of legal status.
3875
38762007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
3877
3878 * configure.in: Add support for AIX4.3 on IBM RS6000.
3879
3880 * configure: Regenerate.
3881
38822007-03-20 Richard Stallman <rms@gnu.org>
3883
3884 * configure.in: Fix previous change.
3885
38862007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
3887
3888 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
3889 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
3890 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
3891
38922007-03-19 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
3895 user specifies "without".
3896
3897 * configure: Regenerate.
3898
38992007-03-18 Jan Djärv <jan.h.d@swipnet.se>
3900
3901 * configure.in: Warning for Gtk+ and Cygwin added.
3902 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
3903
39042007-02-27 Glenn Morris <rgm@gnu.org>
3905
3906 * make-dist (oldXMenu): Remove Imakefile.
3907 (etc/images): Add README.
3908
39092007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3910
3911 * configure.in (xtensa-*-linux-gnu*): New configuration.
3912
3913 * configure: Regenerate.
3914
39152007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * config.guess, config.sub: Updated from master source.
3918
39192007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3920
3921 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
3922
39232007-01-29 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * configure.in: Restore support for hp800's not running HP-UX.
3926
3927 * configure: Regenerate.
3928
39292007-01-27 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * configure.in: Remove support for hp800 and sr2k machine types.
3932
3933 * configure: Regenerate.
3934
39352007-01-26 Jan Djärv <jan.h.d@swipnet.se>
3936
3937 * configure.in: Add check for libXft.
3938
39392007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3940
3941 * INSTALL: Info files moved to share/info.
3942
39432007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
3944
3945 * configure.in: Detect and use fink-installed in intel-based Mac
3946 builds; change Apple Darwin section to support both PowerPC and
3947 Intel-based Macs.
3948
39492006-12-26 Andreas Schwab <schwab@suse.de>
3950
3951 * Makefile.in (datarootdir): Define.
3952
39532006-12-24 Richard Stallman <rms@gnu.org>
3954
3955 * configure.in: Require Autoconf 2.61.
3956
39572006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
3958
3959 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
3960 Remove redundant entry for powerpc-apple-netbsd.
3961
3962 * configure: Regenerate.
3963
39642006-12-22 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * configure: Regenerate with autoconf 2.61.
3967
39682006-12-20 Jan Djärv <jan.h.d@swipnet.se>
3969
3970 * configure.in: Detect alsa/asoundlib.h also.
3971 * configure: Regenerate.
3972
39732006-12-19 Jan Djärv <jan.h.d@swipnet.se>
3974
3975 * configure.in: Check if GTK+ compiles at all.
3976
39772006-12-10 Andreas Schwab <schwab@suse.de>
3978
3979 * configure.in: Remove check for struct timezone, its result is
3980 never used.
3981
39822006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3983
3984 * configure.in: Add support for Solaris 10 on x86-64.
3985
39862006-12-08 Jan Djärv <jan.h.d@swipnet.se>
3987
3988 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
3989 of PKG_CONFIG_PATH.
3990
39912006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3992
3993 * configure.in (HAVE_SYNC): New test.
3994
39952006-12-03 Glenn Morris <rgm@gnu.org>
3996
3997 * Makefile.in: Fix Copyright format.
3998
3999 * configure.in (AH_TOP): Add missing Copyright year.
4000
4001 * update-subdirs: Add missing Copyright years.
4002
40032006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4004
4005 * Makefile.in: Touch only the parts of the share/emacs directory
4006 specific to this version.
4007
40082006-11-26 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4011
40122006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4013
4014 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4015
40162006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4017
4018 * configure.in: Prefer X11 to Carbon only when some X-specific
4019 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4020
40212006-11-04 Romain Francoise <romain@orebokech.com>
4022
4023 * Makefile.in (bootstrap-clean-before): Fix typo.
4024 Use new target `bootstrap-clean' in the leim subdirectory.
4025
40262006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4027
4028 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4029
40302006-10-30 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4033 directories.
4034
40352006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4036
4037 * configure.in: Enable x86-64 OpenBSD compilation.
4038
40392006-10-28 Glenn Morris <rgm@gnu.org>
4040
4041 * AUTHORS: Add cal-html.el author.
4042
40432006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4044
4045 * make-dist: Make links to mac/make-package and
4046 mac/Emacs.app/Contents/Resources/Emacs.icns.
4047
40482006-10-27 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * README: Bump version number to 22.0.90.
4051
40522006-10-23 Andreas Schwab <schwab@suse.de>
4053
4054 * configure.in: Make sure x_default_search_path is always set even
4055 when x_libraries is empty, and look in .../share as well for each
4056 library directory.
4057
40582006-09-28 Kenichi Handa <handa@m17n.org>
4059
4060 * configure.in (locallisppath): Don't include leim dir.
4061 (lisppath): Include leim dir.
4062
40632006-09-15 Jay Belanger <belanger@truman.edu>
4064
4065 * COPYING: Replace "Library Public License" by "Lesser Public
4066 License" throughout.
4067
40682006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4069
4070 * make-dist (EMACS): Exit and fail if the EMACS environment
4071 variable is set to something other than an absolute file name.
4072
40732006-08-16 Andreas Schwab <schwab@suse.de>
4074
4075 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4076 of hardcoding it.
4077
40782006-08-16 Richard Stallman <rms@gnu.org>
4079
4080 * INSTALL.CVS: Clean up wording.
4081
40822006-07-14 Eli Zaretskii <eliz@gnu.org>
4083
4084 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4085 $PKG_CONFIG --exists "$2" to config.log.
4086 * configure: Regenerate.
4087
1a71cb28 40882006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4089
4090 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4091
40922006-07-09 Kim F. Storm <storm@cua.dk>
4093
4094 * CONTRIBUTE: Use outline format.
4095 Add section on copyright years (from admin/notes/years).
4096
40972006-07-08 Eli Zaretskii <eliz@gnu.org>
4098
4099 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4100 to /dev/null, since we don't need the error message, just the
4101 exit status.
4102
41032006-07-07 Eli Zaretskii <eliz@gnu.org>
4104
4105 * CONTRIBUTE: Slight formatting changes and typo fixes.
4106 Add description of NEWS markings.
4107
41082006-07-07 Kim F. Storm <storm@cua.dk>
4109
4110 * CONTRIBUTE: Mention INSTALL.CVS.
4111
41122006-07-05 Romain Francoise <romain@orebokech.com>
4113
4114 * make-dist (top-level): Add CONTRIBUTE.
4115
41162006-07-04 Richard Stallman <rms@gnu.org>
4117
4118 * CONTRIBUTE: Much rewrite.
4119
41202006-07-04 Nick Roberts <nickrob@snap.net.nz>
4121
4122 * CONTRIBUTE: New file.
4123
41242006-06-24 Eli Zaretskii <eliz@gnu.org>
4125
4126 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4127
41282006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4129
4130 * configure.in: Add check for ALSA.
4131
41322006-05-06 Eli Zaretskii <eliz@gnu.org>
4133
4134 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4135
4136 * info/dir: Remove the Emacs-Xtra entry.
4137
41382006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4139
4140 Update copyright year(s) in many files.
4141
41422006-04-01 Eli Zaretskii <eliz@gnu.org>
4143
4144 * configure: Regenerated.
4145
41462006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4147
4148 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4149 --without-toolkit-scroll-bars was specified.
4150
41512006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4152
4153 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4154 to CFLAGS. Update Copyright years written to src/config.in.
4155
41562006-03-18 Claudio Fontana <claudio@gnu.org>
4157
4158 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4159 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4160 to be installed/uninstalled.
4161 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4162 to Info files installed by Emacs.
4163
41642006-03-03 Claudio Fontana <claudio@gnu.org>
4165
4166 * Makefile.in (install, uninstall): Add DESTDIR variable to
4167 support staged installations.
4168
41692006-02-14 Richard M. Stallman <rms@gnu.org>
4170
4171 * configure.in (s390x-*-linux-gnu*): New configuration.
4172
41732006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4174
4175 * configure.in: Require GTK 2.4 or newer.
4176
41772006-01-29 Michael Olson <mwolson@gnu.org>
4178
4179 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4180 * info/dir (ERC): New entry.
4181
41822006-01-29 Eli Zaretskii <eliz@gnu.org>
4183
4184 * info/dir: Fix last change.
4185
41862006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4187
4188 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4189
41902006-01-27 Eli Zaretskii <eliz@gnu.org>
4191
4192 * info/dir: Untabify the whole file.
4193 (Rcirc): New entry.
4194
41952006-01-12 Andreas Schwab <schwab@suse.de>
4196
4197 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4198 check.
4199
42002006-01-02 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * configure.in: Use -Wno-pointer-sign if available.
4203
42042005-12-29 Andreas Schwab <schwab@suse.de>
4205
4206 * config.guess, config.sub: Updated from master source.
4207
42082005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4209
4210 * configure.in: Use amdx86-64 for freebsd on x86_64.
4211
42122005-11-22 Romain Francoise <romain@orebokech.com>
4213
4214 * make-dist: Add etc/images/icons.
4215
42162005-11-03 Andreas Schwab <schwab@suse.de>
4217
4218 * configure.in: Use GZIP_PROG instead of GZIP.
4219
4220 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4221 (install-arch-indep): Adjust.
4222
42232005-11-01 Andreas Schwab <schwab@suse.de>
4224
4225 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4226 (bootfast): Likewise.
4227
42282005-11-01 Romain Francoise <romain@orebokech.com>
4229
4230 * configure.in: Check for gzip.
4231
4232 * Makefile.in (install): Compress source files.
4233
42342005-10-24 Steven Tamm <steventamm@mac.com>
4235
4236 * configure.in: Fix darwin386 configuration issue.
4237
42382005-10-22 Eli Zaretskii <eliz@gnu.org>
4239
4240 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4241
42422005-10-17 Bill Wohler <wohler@newt.com>
4243
4244 * make-dist: Create and populate etc/images/low-color.
4245
42462005-10-15 Bill Wohler <wohler@newt.com>
4247
4248 * make-dist: Create and populate etc/images/gud.
4249
42502005-10-08 Richard M. Stallman <rms@gnu.org>
4251
4252 * make-dist (tempparent): Don't check for 14-char file name limit.
4253
42542005-10-07 Romain Francoise <romain@orebokech.com>
4255
4256 * make-dist: Add etc/images/ezimage and etc/images/mail
4257 directories. Install images in etc/images.
4258
42592005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4260
4261 * configure.in: Prefer Carbon if --enable-carbon-app or
4262 --with-carbon is explicitly specified even when X11 is detected.
4263
42642005-09-15 Ulf Jasper <ulf.jasper@web.de>
4265
4266 * Makefile.in (install-arch-indep, uninstall):
4267 Handle newsticker manual.
4268 (info): Add - to commands.
4269
42702005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4271
4272 Remove the MAXPATHLEN limitations:
4273
4274 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4275
42762005-09-09 Eli Zaretskii <eliz@gnu.org>
4277
4278 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4279 * configure: Regenerate.
4280
42812005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4282
4283 * config.guess, config.sub: Updated from master source.
4284
42852005-08-03 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * .cvsignore: Add `lock'.
4288
42892005-07-28 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4292
42932005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4294
4295 Merge gnulib getopt implementation into Emacs.
4296
4297 * Makefile.in (AUTOCONF_INPUTS): New macro.
4298 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4299 so that these files also depend on m4/getopt.m4.
4300 * configure.in: Configure getopt by including m4/getopt.m4,
4301 and configuring a getopt replacement if necessary.
4302 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4303 * m4/getopt.m4: New file.
4304
43052005-07-06 Lute Kamstra <lute@gnu.org>
4306
4307 * configure.in: Fix capitalization.
4308
43092005-07-04 Lute Kamstra <lute@gnu.org>
4310
4311 Update FSF's address in GPL notices.
4312
43132005-06-19 Jérôme Marant <jerome@marant.org>
4314
4315 * Makefile.in (epaths-force): Protect both lisppath and
4316 buildlisppath from whitespace.
4317
43182005-06-08 Steven Tamm <steventamm@mac.com>
4319
4320 * configure.in: Support Darwin/MacOSX on Intel
4321
43222005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4323
4324 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4325
1a71cb28 43262005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4327
4328 * configure.in: Add --enable-locallisppath.
4329
43302005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4331
4332 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4333 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4334 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4335
43362005-05-07 Jérôme Marant <jerome@marant.org>
4337
4338 * make-dist: Remove references to makefile.nt and makefile.def.
4339 Include widgets and images subdirectories of etc. Do not exclude
4340 ldefs-boot.el.
4341
43422005-04-23 Andreas Schwab <schwab@suse.de>
4343
4344 * configure.in: Remove duplicate match for powerpc configuration.
4345
43462005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4347
4348 * configure.in: Check for <pwd.h>.
4349
43502005-04-14 Lute Kamstra <lute@gnu.org>
4351
4352 * make-dist: Distribute all ChangeLog files in lisp/.
4353 Don't distribute ldefs-boot.el.
4354 lisp/makefile.nt no longer exists.
4355
43562005-04-13 Lute Kamstra <lute@gnu.org>
4357
4358 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4359 for "no-byte-compile: t" in the file instead.
4360
43612005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4364 shadow the main Lesstif/Motif-2.1 libs and includes.
4365
43662005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4367
4368 * configure.in: Only add XASSERTS to cppflags.
4369
43702005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4371
4372 * configure.in: Added --enable-asserts.
4373
43742005-02-09 Kim F. Storm <storm@cua.dk>
4375
4376 Change release version from 21.4 to 22.1 throughout.
4377 Change development version from 21.3.50 to 22.0.50.
4378
43792005-01-19 Steven Tamm <steventamm@mac.com>
4380
4381 * configure.in: Check for <sys/utsname.h>.
4382
43832004-12-11 Kim F. Storm <storm@cua.dk>
4384
4385 * Makefile.in (info): Undo 2004-12-05 change.
4386
43872004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4388
4389 * info/dir (File): Add URL and Org Mode manuals.
4390 * Makefile.in (install-arch-indep, uninstall): Add url and org
4391 manuals.
4392
43932004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4394
4395 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4396 committed to src/config.in.
4397
43982004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4399
4400 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4401 pthreads and define HAVE_GTK_AND_PTHREAD.
4402
44032004-12-05 Richard M. Stallman <rms@gnu.org>
4404
4405 * Makefile.in (info): Ignore errors building info files.
4406
44072004-11-27 Eli Zaretskii <eliz@gnu.org>
4408
4409 * config.bat: If 8-byte alignment is not supported, define
4410 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4411 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4412 filter through Sed to remove the quotes.
4413
44142004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4417 not apply to files explicitly `cvs add'ed.
4418
44192004-11-12 Eli Zaretskii <eliz@gnu.org>
4420
4421 * config.bat: Don't require djecho.exe for the v1.x build.
4422 Add a test for DECL_ALIGN support, and add a trivial definition to
4423 src/config.h if 8-byte alignment is not supported.
4424
44252004-11-08 Kim F. Storm <storm@cua.dk>
4426
4427 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4428 files before building.
4429 (bootfast, bootstrap-clean-before-fast): New targets, like
4430 bootstrap but don't remove .elc files.
4431
44322004-11-06 Lars Brinkhoff <lars@nocrew.org>
4433
4434 * configure.in: Add check for getrusage.
4435
44362004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4437
4438 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4439 New tests for new and old GTK file dialogs.
4440 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4441 to no.
4442
44432004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4444
4445 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4446 can be set. Remove SETARCH test.
4447
44482004-10-08 Steven Tamm <steventamm@mac.com>
4449
4450 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4451
44522004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4453
4454 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4455 AC_MSG_WARN. Move output of warning message to end of configure run.
4456
44572004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4458
4459 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4460 Run test to see if heap start address is random.
4461
44622004-09-29 Miles Bader <miles@gnu.org>
4463
4464 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4465 if setarch is present.
4466
44672004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4468
4469 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4470
44712004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4472
4473 * configure.in: Check for exec-shield.
4474
1a71cb28
GM
44752004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4476
4477 * Makefile.in (install-arch-indep): Add pgg and sieve.
4478
4479 * info/.cvsignore: Added pgg and sieve.
4480
067d23c9
KY
44812004-08-06 Andreas Schwab <schwab@suse.de>
4482
4483 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4484
44852004-07-31 Eli Zaretskii <eliz@gnu.org>
4486
4487 * config.bat: Update URLs in the comments.
4488
067d23c9
KY
44892004-07-05 Andreas Schwab <schwab@suse.de>
4490
4491 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4492
44932004-06-21 Kenichi Handa <handa@m17n.org>
4494
4495 * make-dist: Link leim-ext.el into tempdir.
4496
44972004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4498
4499 * info/dir (File): Add emacs-xtra.
4500 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4501
45022004-06-12 Juri Linkov <juri@jurta.org>
4503
4504 * info/dir: Move menu help lines from `* Menu:' to file header.
4505 Describe the purpose of a red *.
4506
45072004-05-04 Dave Love <fx@gnu.org>
4508
4509 * configure.in: Don't use `extrasub'.
4510
45112004-04-29 Dave Love <fx@gnu.org>
4512
4513 * configure.in: Don't forget to quote args to `test'.
4514
45152004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4516
4517 * autogen.sh: Update filename in "please read" message.
4518
45192004-04-17 Richard M. Stallman <rms@gnu.org>
4520
4521 * INSTALL: Move the info about site-lisp dirs,
4522 and say uninstalled Emacs looks there too.
4523
45242004-04-04 Eli Zaretskii <eliz@gnu.org>
4525
4526 * config.bat (lib-src): Recognize comment lines in Makefile.in
4527 that have a TAB after the #, to avoid errors in preprocessing with
4528 GCC 3.3.3.
4529
45302004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4531
4532 * Makefile.in: Mention in comment that `make maintainer-clean'
4533 deletes .elc files.
4534
45352004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4536
4537 * update-subdirs: Add local variables to prevent byte-compiling.
4538
45392004-03-21 Dave Love <fx@gnu.org>
4540
4541 * configure.in: Fix previous change.
4542
45432004-03-18 Dave Love <fx@gnu.org>
4544
4545 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4546
45472004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4548
4549 * info/dir (File): Add SMTP and SES.
4550
45512004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4554 (bootstrap): Use the new bootstrap-prepare target in lisp.
4555
45562004-02-18 Kim F. Storm <storm@cua.dk>
4557
4558 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4559
45602004-02-16 Eli Zaretskii <eliz@gnu.org>
4561
4562 * make-dist: Don't link index.*perm and permute-index into tempdir.
4563
45642004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4565
4566 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4567 to match previous changes by Eli Zaretskii.
4568
45692004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4570
4571 * Makefile.in: Set CDPATH to an empty string.
4572
45732004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * configure.in <darwin>: Use fink packages if available.
4576
45772004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4578
4579 * make-dist (lispref): Do include lispref/index.texi.
4580
45812004-01-06 Eric Hanchrow <offby1@blarg.net>
4582
4583 * make-dist (tempdir): Include cursors in nt/icons.
4584
45852003-12-30 Eli Zaretskii <eliz@gnu.org>
4586
4587 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4588 clashes with install-sh on 8+3 filesystems.
4589
1a71cb28 45902003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4591
4592 * .cvsignore: Add .arch-inventory.
4593
45942003-12-24 Andreas Schwab <schwab@suse.de>
4595
4596 * configure.in: Check for <sys/socket.h>. Include it before
4597 including <net/if.h>. Move check for <net/if.h> before its use.
4598
45992003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4600
4601 * Makefile.in (install-arch-dep): Don't let cd output go into
4602 pipe for carbon_appdir.
4603
46042003-12-24 Andreas Schwab <schwab@suse.de>
4605
4606 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4607
46082003-12-01 Andreas Schwab <schwab@suse.de>
4609
4610 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4611 hardcoding gcc.
4612
46132003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4614
4615 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4616 multiple displays.
4617 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4618
46192003-09-23 Dave Love <fx@gnu.org>
4620
4621 * configure.in: Check members of struct ifreq.
4622
46232003-09-14 Kim F. Storm <storm@cua.dk>
4624
4625 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4626
46272003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4628
4629 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4630
46312003-08-18 Lute Kamstra <lute@gnu.org>
4632
4633 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4634 required anymore.
4635
46362003-08-07 Andrew Choi <akochoi@shaw.ca>
4637
4638 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4639 option instead of -traditional-cpp for CPP.
4640
46412003-07-29 Richard M. Stallman <rms@gnu.org>
4642
4643 * configure.in (HAVE_XIM): Define if XIM is available.
4644
46452003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4646
4647 * configure.in: The function gtk_window_set_icon_from_file was
4648 introduced in GTK+ 2.2, so check for that release.
4649
46502003-07-23 Andreas Schwab <schwab@suse.de>
4651
4652 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
4653
4654 * Makefile.in (YACC): Remove, not used.
4655 (MAINT): Don't set.
4656 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
4657 disable dependency on ${srcdir}/configure.in when maintainer mode
4658 is disabled.
4659
46602003-07-22 Dave Love <fx@gnu.org>
4661
4662 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4663 HAVE_X11, not with_xim.
4664 (HAVE_CRTIN): Provide template.
4665 <with_png>: Test for png.h and libpng/png.h.
4666
46672003-07-15 Andreas Schwab <schwab@suse.de>
4668
4669 * configure.in: Temporarily leave quoting for AC_DEFINE.
4670
46712003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4672
4673 * configure.in: Check for posix_memalign.
4674
46752003-07-12 Richard M. Stallman <rms@gnu.org>
4676
4677 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4678
46792003-07-09 Kim F. Storm <storm@cua.dk>
4680
4681 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
4682 functionality of --without-xim.
4683
46842003-06-29 Dave Love <fx@gnu.org>
4685
4686 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
4687
46882003-06-23 Dave Love <fx@gnu.org>
4689
4690 * configure.in: Check for sys/_mbstate_t.h.
4691 Test XRegisterIMInstantiateCallback prototype.
4692 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
4693
46942003-06-06 Dave Love <fx@gnu.org>
4695
4696 * configure.in: Check for locale.h.
4697
46982003-06-05 Dave Love <fx@gnu.org>
4699
4700 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
4701 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
4702 (NLIST_STRUCT): Don't define.
4703 (AH_BOTTOM): Define my_strftime.
4704
47052003-06-02 Richard M. Stallman <rms@gnu.org>
4706
4707 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4708
47092003-05-24 Andreas Schwab <schwab@suse.de>
4710
4711 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
4712 bzero, and bcmp.
4713
47142003-05-22 Dave Love <fx@gnu.org>
4715
4716 * configure.in: Remove redundant test for term.h. Test for difftime.
4717
47182003-05-20 Dave Love <fx@gnu.org>
4719
4720 * configure.in: Append * to s390-*-linux-gnu case.
4721 (LIBMAIL) <lockfile>: Don't define.
4722
067d23c9
KY
47232003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4724
4725 * INSTALL (* GNU/Linux development packages): Mention Debian and
4726 RedHat package names.
4727
47282003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
4729
4730 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4731
47322003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4733
4734 * INSTALL (* GNU/Linux development packages): Tell people to
4735 install additional packages for compiling Emacs.
4736
1a71cb28
GM
47372003-04-30 Richard M. Stallman <rms@gnu.org>
4738
4739 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4740
47412003-04-28 Francesco Potortì <pot@gnu.org>
4742
4743 * configure.in: Undo last (RMS') change, as it is useless, per
4744 Dave Love.
4745
47462003-04-08 Richard M. Stallman <rms@gnu.org>
4747
4748 * configure.in: Put #include of jpeglib.h at start of line.
4749
067d23c9
KY
47502003-04-06 Francesco Potortì <pot@gnu.org>
4751
4752 * configure.in: Use the same configuration for all aix5, not just
4753 aix5.1.
4754
47552003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
4756
4757 * configure.in: Check for need for bigtoc support on IBM AIX for
4758 solving a linker table overflow problem.
4759
47602003-03-03 Rob Browning <rlb@defaultvalue.org>
4761
4762 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
4763 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
4764 over bzero, bcmp, and bcopy.
4765
47662003-02-23 Simon Josefsson <jas@extundo.com>
4767
4768 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
4769
47702003-02-21 Klaus Zeitler <kzeitler@lucent.com>
4771
4772 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4773
47742003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
4775
4776 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
4777
47782003-02-08 Andreas Schwab <schwab@suse.de>
4779
4780 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
4781 instead of the substitution.
4782
47832003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4784
4785 * Makefile.in: Use @EXEEXT@ for Cygwin.
4786 Use USERNAME if LOGNAME is not set (for Cygwin).
4787
4788 * configure.in: Add opsys=cygwin.
4789
47902003-01-22 Andreas Schwab <schwab@suse.de>
4791
4792 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
4793 redefining it explicitly in src/config.in.
4794
47952003-01-22 Markus Rost <rost@math.ohio-state.edu>
4796
4797 * Makefile.in (bootstrap): Make bootstrap-after.
4798
47992003-01-20 Jan Djärv <jan.h.d@swipnet.se>
4800
4801 * configure.in: Fix --with-gtk.
4802
48032003-01-19 Jan Djärv <jan.h.d@swipnet.se>
4804
4805 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
4806
4807 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
4808
48092003-01-14 Francesco Potortì <pot@gnu.org>
4810
4811 * configure.in (m68k-motorola-sysv): Remove (obsolete).
4812
48132003-01-07 Steven Tamm <steventamm@mac.com>
4814
4815 * configure.in: New option, --enable-carbon-app, to specify
4816 that the application should be installed
4817 * Makefile.in (install-arch-dep): On Mac OS X, install the
4818 Emacs.app application if carbon-app is enabled
4819
48202003-01-06 Dave Love <fx@gnu.org>
4821
4822 * configure.in: Check for nl_langinfo.
4823 [!HAVE_SIZE_T]: Fix typedef.
4824
48252003-01-06 David Kastrup <dak@gnu.org>
4826
4827 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
4828
4829 * configure.in: Add tests for install-info.
4830
48312002-12-09 Markus Rost <rost@math.ohio-state.edu>
4832
4833 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
4834 use again sol2-6 instead of sol2-8.
4835
48362002-12-09 Dave Love <fx@gnu.org>
4837
4838 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
4839
48402002-12-08 Andreas Schwab <schwab@suse.de>
4841
4842 * Makefile.in (install-arch-indep): Revert last change.
4843
48442002-11-27 Dave Love <fx@gnu.org>
4845
4846 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
4847 Check for __sys_siglist too. Check for memset.
4848 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
4849
48502002-11-22 Juanma Barranquero <lektu@terra.es>
4851
4852 * config.guess, config.sub: Updated from master source.
4853
48542002-11-19 Karl Fogel <kfogel@red-bean.com>
4855
4856 * autogen.sh: New file.
4857
1a71cb28 48582002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
4859
4860 * configure.in: Tidy up various quoting issues throughout.
4861 Use AC_GNU_SOURCE.
4862 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
4863 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
4864 Maybe define bcopy, bzero, bcmp.
4865 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
4866 non-existent machine file).
4867 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
4868 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
4869 (nlist.h): Move test up.
4870
48712002-11-18 Markus Rost <rost@math.ohio-state.edu>
4872
4873 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
4874
48752002-11-14 Francesco Potortì <pot@gnu.org>
4876
4877 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
4878
48792002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4880
4881 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
4882
48832002-11-08 Dave Love <fx@gnu.org>
4884
4885 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
4886 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
4887
48882002-11-07 Miles Bader <miles@gnu.org>
4889
4890 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
4891 Handle separate-build-dir case.
4892
48932002-11-06 Richard M. Stallman <rms@gnu.org>
4894
4895 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
4896 bulletproof. $bar may be empty when there are no .elc files.
4897
48982002-10-30 Dave Love <fx@gnu.org>
4899
4900 * configure.in: Require autoconf 2.53. Test for pty.h,
4901 sys/mman.h, sys/param.h, mremap, memmove.
4902 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
4903 (AC_PROG_YACC): Delete.
4904 (size_t): Use AC_CHECK_TYPES.
4905 (AH_TOP): Up-date copyright.
4906
49072002-10-01 Juanma Barranquero <lektu@terra.es>
4908
4909 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
4910
49112002-09-19 Richard M. Stallman <rms@gnu.org>
4912
4913 * configure.in: Fix the LessTif-directory-finder for real.
4914
49152002-09-14 Richard M. Stallman <rms@gnu.org>
4916
4917 * Makefile.in (maybe_bootstrap): Test for complete absence
4918 of compiled Lisp files.
4919
49202002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4921
4922 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
4923 (bootstrap-clean-after): Delete.
4924 (bootstrap): Make the sequencing explicit.
4925
49262002-09-10 Richard M. Stallman <rms@gnu.org>
4927
4928 * configure.in: Fix previous LessTif change.
4929
49302002-09-09 Richard M. Stallman <rms@gnu.org>
4931
4932 * configure.in (powerpcle-*-solaris2.5*): New configuration.
4933 (powerpcle-*-solaris*): Use version 2.6 as default.
4934 (*-sunos5.6*, *-solaris2.6*): New alternative.
4935 (*-sunos5*): Use version 2.6 as default.
4936
49372002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4938
4939 * configure.in: Fix typo.
4940
49412002-09-05 Richard M. Stallman <rms@gnu.org>
4942
4943 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
4944
4945 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
4946 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
4947
49482002-08-26 Kim F. Storm <storm@cua.dk>
4949
4950 * Makefile.in (install-arch-indep): Do not remove DOC file
4951 when it is the only DOC file installed; this is the case when
4952 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
4953
49542002-07-24 Markus Rost <rost@math.ohio-state.edu>
4955
4956 * configure.in: Fix typo.
4957
49582002-07-24 Richard M. Stallman <rms@gnu.org>
4959
4960 * configure.in: Don't print anything special about gamedir.
4961
4962 * configure.in: Delete nonstandard --with-game-user option.
4963
49642002-07-21 Richard M. Stallman <rms@gnu.org>
4965
4966 * Makefile.in (gamedir, localstatedir): New variables.
4967 (epaths-force): Insert value of gamedir into PATH_GAME.
4968
4969 * configure.in (gamedir): Handle it like lispdir.
4970 (--with-game-dir option): Delete.
4971
49722002-06-21 Pavel Janík <Pavel@Janik.cz>
4973
4974 * configure.in: Add support for mipseb-*-netbsd* machines.
4975
49762002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4977
4978 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
4979
49802002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4981
4982 * info/dir (File): Add an entry for Tramp.
4983
49842002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4985
4986 * INSTALL-CVS: New file.
4987
49882002-06-07 Andreas Schwab <schwab@suse.de>
4989
4990 * configure.in (x86_64-*-linux-gnu*): New system.
4991
49922002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
4993
4994 * config.bat: Handle the case when lispintro is truncated to lispintr.
4995
49962002-05-26 Paul Eggert <eggert@twinsun.com>
4997
4998 * config.guess, config.sub: Updated from master source.
4999
50002002-05-09 Richard M. Stallman <rms@gnu.org>
5001
5002 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5003
50042002-05-04 Pavel Janík <Pavel@Janik.cz>
5005
5006 * make-dist: Do not distribute lock/ directory.
5007
50082002-04-30 Andrew Choi <akochoi@shaw.ca>
5009
5010 * configure.in: Provide documentation string when defining
5011 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5012 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5013
1a71cb28 50142002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5015
5016 * configure.in: Delete configure check for access to the game user.
5017
50182002-04-29 Pavel Janík <Pavel@Janik.cz>
5019
5020 * make-dist: lwlib/Imakefile is removed.
5021
50222002-04-26 Andrew Choi <akochoi@shaw.ca>
5023
5024 * configure.in: Add support for powerpc-apple-darwin*.
5025 (HAVE_CARBON): Add.
5026
5027 * make-dist: Create directories in mac/Emacs.app.
5028
50292002-04-25 Pavel Janík <Pavel@Janik.cz>
5030
5031 * make-dist: lwlib-Xol* are removed.
5032
50332002-04-23 Andreas Schwab <schwab@suse.de>
5034
5035 * Makefile.in (MAINT): New variable.
5036 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5037 instead of configure.in, to avoid running autoconf and autoheader
5038 unless explicitly requested.
5039
50402002-04-16 Eli Zaretskii <eliz@gnu.org>
5041
5042 * config.bat: Update for msdos/sed2v2.inp.
5043
50442002-04-15 Andreas Schwab <schwab@suse.de>
5045
5046 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5047 * configure.in: Add config header templates to all AC_DEFINE and
5048 AC_DEFINE_UNQUOTED symbols.
5049 * make-dist: Run autoheader if necessary.
5050
50512002-04-10 Colin Walters <walters@verbum.org>
5052
5053 * configure.in: Add --game-dir, --game-user. Test to see if we
5054 can use them.
5055
50562002-04-08 Pavel Janík <Pavel@Janik.cz>
5057
5058 * configure.in: Add --with-sound.
5059
50602002-03-18 Kim F. Storm <storm@cua.dk>
5061
5062 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5063 and getsockname functions. Test for sys/un.h include file.
5064
50652002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5066
5067 * configure.in: Support AIX 5.1.
5068
50692002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5070
5071 * configure.in: Added test for X Session Management (HAVE_X_SM).
5072
50732002-03-03 Richard M. Stallman <rms@gnu.org>
5074
5075 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5076 Run chown $${LOGNAME} on files installed by tar xvf.
5077
50782002-03-03 Kim F. Storm <storm@cua.dk>
5079
5080 * configure.in: Test for getpeername.
5081
50822002-03-01 Richard M. Stallman <rms@gnu.org>
5083
5084 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5085 (HAVE_GIF): Don't use old libungif versions that crash.
5086
50872002-02-26 Richard M. Stallman <rms@gnu.org>
5088
5089 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5090 not just well-formed and valid.
5091 (mips-compaq-nonstopux*): New configuration.
5092
50932002-02-18 Paul Eggert <eggert@twinsun.com>
5094
5095 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5096 "sed q" is a portable equivalent to plain "head -1".
5097
50982002-02-13 Richard M. Stallman <rms@gnu.org>
5099
5100 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5101 (all): Don't depend on maybe_bootstrap here.
5102 (${SUBDIR}): Depend on it here instead.
5103
51042002-02-08 Richard M. Stallman <rms@gnu.org>
5105
5106 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5107
51082002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5109
5110 * configure.in: Recognize BSD/OS 5.0.
5111
51122002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * make-dist: Make version checking in emacs.texi consistent with
5115 how we set it there.
5116
51172001-12-29 Kim F. Storm <storm@cua.dk>
5118
5119 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5120
51212001-12-28 Richard M. Stallman <rms@gnu.org>
5122
5123 * configure.in: Test for mbsinit.
5124
51252001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5126
5127 These changes make Leim part of the standard distribution:
5128
5129 * README: Add info about the `leim' directory.
5130
5131 * INSTALL: Remove text that describes Leim as a separate package.
5132
5133 * noleim-Makefile.in: File removed.
5134
5135 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5136 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5137 Leim files out of the Emacs tree. Don't prepare a separate tarball
5138 for Leim.
5139
51402001-12-11 Richard M. Stallman <rms@gnu.org>
5141
5142 * configure.in (hppa*-*-linux-gnu*): New alternative.
5143
51442001-12-08 Pavel Janík <Pavel@Janik.cz>
5145
5146 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5147 creating distribution.
5148
51492001-12-06 Paul Eggert <eggert@twinsun.com>
5150
5151 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5152 (AC_FUNC_VFORK): Remove.
5153 (AC_FUNC_FORK): Add.
5154 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5155 this is required by recent Autoconf versions.
5156
51572001-12-02 Pavel Janík <Pavel@Janik.cz>
5158
5159 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5160 TODO, vms-pp.trans and others).
5161
51622001-11-29 Pavel Janík <Pavel@Janik.cz>
5163
5164 * make-dist: Use COPYING from the top-level directory.
5165
51662001-11-29 Gerd Moellmann <gerd@gnu.org>
5167
5168 * configure.in: Add support for FreeBSD/Alpha.
5169
51702001-11-29 Pavel Janík <Pavel@Janik.cz>
5171
5172 * make-dist: Add COPYING to the top-level directory of the
5173 distribution. Simplify the logic behind copying.
5174
5175 * Makefile.in (maybe_bootstrap): Fix previous change.
5176
51772001-11-28 Richard M. Stallman <rms@gnu.org>
5178
5179 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5180
51812001-11-26 Richard M. Stallman <rms@gnu.org>
5182
5183 * Makefile.in: bootstrap should not delete dumped executables.
5184 (bootstrap-clean-before): New target.
5185 (bootstrap): Use bootstrap-clean-before instead of clean.
5186 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5187
51882001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5189
5190 These changes add the Emacs Lisp Introduction manual to the
5191 distribution:
5192
5193 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5194
5195 * make-dist: Copy the files in lispintro directory.
5196
5197 * config.bat: Configure in the lispintro directory.
5198
5199 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5200
5201 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5202 (lispintro/Makefile): New target.
5203 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5204 (unlock, relock, info, dvi): Ditto.
5205
52062001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5207
5208 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5209
5210 * make-dist (etc): Don't distribute gfdl.1.
5211
52122001-11-22 Colin Walters <walters@debian.org>
5213
5214 * Makefile.in (install-arch-indep): Install the calc .info files.
5215 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5216
52172001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5218
5219 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5220 tindex.pl to the list of those being put into the distribution.
5221
52222001-11-16 Eli Zaretskii <eliz@gnu.org>
5223
5224 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5225
52262001-11-15 Pavel Janík <Pavel@Janik.cz>
5227
5228 * Makefile.in (uninstall): Fix previous change.
5229
5230 * configure.in, Makefile.in: Add support for --program-prefix,
5231 --program-suffix and --program-transform-name options.
5232
52332001-11-13 Pavel Janík <Pavel@Janik.cz>
5234
5235 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5236 (install-arch-indep): Install emacsclient manual page.
5237 (uninstall): Uninstall emacsclient manual page.
5238
52392001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5240
5241 * make-dist: Add lispref/index.*perm files to the distribution.
5242 From Pavel Janík <Pavel@Janik.cz>.
5243
52442001-11-12 Pavel Janík <Pavel@Janik.cz>
5245
5246 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5247
52482001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5249
5250 * configure.in: AC_OUTPUT lispref/Makefile.
5251
52522001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5253
5254 The following changes add the ELisp reference manual to the
5255 distribution.
5256
5257 * make-dist: Add the lispref directory to the distribution.
5258
5259 * Makefile.in (install-arch-indep): Add elisp* to the list of
5260 installed Info files.
5261 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5262 (lispref/Makefile): New target.
5263 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5264 Add commands for the lispref directory.
5265 (info, dvi): Ditto.
5266
5267 * config.bat: Configure in `lispref'.
5268
52692001-11-09 Richard M. Stallman <rms@gnu.org>
5270
5271 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5272
52732001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5274
5275 * make-dist (tempdir): Copy AUTHORS as well.
5276
52772001-11-06 Sam Steingold <sds@gnu.org>
5278
5279 * configure.in: Added a check for <nlist.h>.
5280
52812001-11-01 Pavel Janík <Pavel@Janik.cz>
5282
5283 * configure.in: Reindent --help output.
5284 From Per Starbäck (starback@ling.uu.se).
5285
52862001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5287
5288 * configure.in: New entry for HP/UX-11.
5289
5290 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5291 From Eric S. Raymond <esr@golux.thyrsus.com>.
5292
52932001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5294
5295 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5296 <athornton@sinenomine.net>.
5297
52982001-10-25 Gerd Moellmann <gerd@gnu.org>
5299
5300 * Makefile.in (maybe_bootstrap): New target.
5301 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5302
53032001-10-24 Ken Raeburn <raeburn@gnu.org>
5304
5305 * configure.in: If --with-hesiod is given, look for
5306 hes_getmailhost and res_send or __res_send; check hesiod and
5307 resolv libraries respectively if system libraries don't supply them.
5308
53092001-10-24 Gerd Moellmann <gerd@gnu.org>
5310
5311 * configure.in: Use $MAKE for `make' if set.
5312
53132001-10-22 Gerd Moellmann <gerd@gnu.org>
5314
5315 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5316 to tar options.
5317
53182001-10-20 Gerd Moellmann <gerd@gnu.org>
5319
5320 * (Version 21.1 released).
5321
53222001-10-20 Miles Bader <miles@gnu.org>
5323
5324 * configure.in (configuration): Set from `host' if `host_alias'
5325 isn't defined.
5326
53272001-10-19 Andreas Schwab <schwab@suse.de>
5328
5329 * configure.in: Make ready for autoconf 2.5x.
5330 (AC_PREREQ): Require autoconf 2.50.
5331 * aclocal.m4: Removed.
5332 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5333
53342001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5335
5336 * README: Bump Emacs version to 21.1.50.
5337
53382001-10-05 Gerd Moellmann <gerd@gnu.org>
5339
5340 * Branch for 21.1.
5341
53422001-09-05 Gerd Moellmann <gerd@gnu.org>
5343
5344 * configure.in: Avoid `$@' which is handled specially in
5345 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5346
53472001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5348
5349 * make-dist (nt): Add subdirs.el to the list of distributed files.
5350
53512001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5352
5353 * configure.in (machine): Add an entry for
5354 hppa1.1-hitachi-hiuxwe2*.
5355
53562001-05-28 Gerd Moellmann <gerd@gnu.org>
5357
5358 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5359 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5360
53612001-05-14 Gerd Moellmann <gerd@gnu.org>
5362
5363 * make-dist: Copy texinfo.tex unconditionally.
5364
53652001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5366
5367 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5368 that are installed.
5369
53702001-04-06 Gerd Moellmann <gerd@gnu.org>
5371
5372 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5373 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5374
5375 * make-dist: Handle leim/MISC-DIC. Only include
5376 `[a-zA-Z]*.{el,elc}' from leim/quail.
5377
53782001-04-05 Gerd Moellmann <gerd@gnu.org>
5379
5380 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5381
53822001-03-30 Gerd Moellmann <gerd@gnu.org>
5383
5384 * Makefile.in (.PHONY): Add for bootstrap targets.
5385 (bootstrap-clean): New target.
5386 (bootstrap): Use it instead of `clean'.
5387
53882001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5389
5390 * Makefile.in (SUBDIR): Remove leim.
5391 (all, .RECURSIVE, extraclean): Add leim explicitly.
5392 (leim): Provide separate rule which exports PARALLEL=0 into the
5393 environment.
5394
53952001-03-20 Gerd Moellmann <gerd@gnu.org>
5396
5397 * configure.in (HAVE_XPM): Don't print the result of the check for
5398 XpmReturnAllocPixels if we don't have an xpm.h.
5399
54002001-03-05 Gerd Moellmann <gerd@gnu.org>
5401
5402 * COPYING: New file.
5403
54042001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5405
5406 * config.bat: Update the copyright.
5407
54082001-02-23 Kenichi Handa <handa@etl.go.jp>
5409
5410 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5411 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5412 to `yes'. Later in AC_OUTPUT, check this variable.
5413
54142001-02-09 Dave Love <fx@gnu.org>
5415
5416 * AUTHORS: Updated.
5417
54182001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5419
5420 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5421
54222001-02-02 Gerd Moellmann <gerd@gnu.org>
5423
5424 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5425
5426 * Makefile.in (uninstall): Ignore exit code of `rm'.
5427
5428 * Makefile.in (uninstall): Remove more info files. Remove
5429 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5430
54312001-01-31 Gerd Moellmann <gerd@gnu.org>
5432
5433 * noleim-Makefile.in (extraclean): Add.
5434
54352001-01-28 Gerd Moellmann <gerd@gnu.org>
5436
5437 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5438 it quiet.
5439
54402001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5441
5442 * Makefile.in (tags): Fix typo.
5443
54442001-01-13 Kenichi Handa <handa@etl.go.jp>
5445
5446 * configure.in: Fix typo in the code setting x_search_path.
5447
54482001-01-10 Dave Love <fx@gnu.org>
5449
5450 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5451 -lXext.
5452 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5453 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5454 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5455 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5456 (now in $LIBS).
5457
54582001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5459
5460 * config.bat: Run the preprocessor with -traditional.
5461
54622001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5463
5464 * INSTALL: Move copying conditions to end of file.
5465
54662000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5467
5468 * INSTALL: Add basic installation procedure which assumes
5469 `configure' does its job. Elaborate on image support libraries.
5470 Add a pointer to Xaw3d library. Add advice about solving
5471 configure-time problems by looking in config.log and setting
5472 variables in the environment.
5473
54742000-12-27 Gerd Moellmann <gerd@gnu.org>
5475
5476 * Makefile.in (install-arch-indep): If tar fails, exit with
5477 exit code 1.
5478
54792000-12-19 Gerd Moellmann <gerd@gnu.org>
5480
5481 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5482 source file includes XKBlib.h. On some broken Solaris systems,
5483 there is an XKBlib.h, reportedly, but header files included by
5484 XKBlib.h are missing.
5485
54862000-12-14 Gerd Moellmann <gerd@gnu.org>
5487
5488 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5489
54902000-12-11 Dave Love <fx@gnu.org>
5491
5492 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5493
54942000-12-11 Paul Eggert <eggert@twinsun.com>
5495
5496 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5497 Merge fixes from latest GNU tar version. These macros no longer
5498 futz with _XOPEN_SOURCE, as that was not portable in practice.
5499 (AC_FUNC_FSEEKO): New macro.
5500
5501 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5502 ftello.
5503
55042000-12-05 Dave Love <fx@gnu.org>
5505
5506 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5507
55082000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5509
5510 * info/dir: Change the category to "Emacs".
5511
55122000-12-01 Gerd Moellmann <gerd@gnu.org>
5513
5514 * make-dist (tempdir): Remove epaths.h from the distribution
5515 instead of paths.h.
5516
55172000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5518
5519 * config.bat: Check for existence of djecho.exe, and print an
5520 error message if it is not available.
5521
5522 * INSTALL: Describe possible problem with djecho.exe in old
5523 versions of DJGPP v2.x.
5524
55252000-11-23 Gerd Moellmann <gerd@gnu.org>
5526
5527 * configure.in: Initialize HAVE_LIBXP to no.
5528
55292000-11-22 Gerd Moellmann <gerd@gnu.org>
5530
5531 * configure.in: Use m/macppc.h instead of the non-existent
5532 m/powerpc.h.
5533
55342000-11-21 Gerd Moellmann <gerd@gnu.org>
5535
5536 * Makefile.in (install-arch-indep): Also install info/eshell*
5537 and info/speedbar*.
5538
5539 * configure.in (HAVE_PNG): Check for the presence of
5540 png_get_channels to rule out older PNG libs.
5541
5542 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5543 GCC and NON_GNU_CPP into config.status.
5544
55452000-11-20 Dave Love <fx@gnu.org>
5546
5547 * configure.in: Fix last change.
5548
5549 * GETTING.GNU.SOFTWARE: Deleted.
5550 * FTP: New file to replace it.
5551 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5552
55532000-11-20 Gerd Moellmann <gerd@gnu.org>
5554
5555 * configure.in: Use -traditional with GNU cpp.
5556
55572000-11-17 Gerd Moellmann <gerd@gnu.org>
5558
5559 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5560 Distribute more files from the nt/ subdir. Distribute PBM
5561 image files from subdirs of lisp/. Distribute old change logs
5562 from subdirs of lisp/. Distribute play/5x5.el.
5563
55642000-11-11 Dave Love <fx@gnu.org>
5565
5566 * config.sub, config.guess: Updated from master source.
5567
55682000-11-07 Dave Love <fx@gnu.org>
5569
5570 * configure.in: Test for mkstemp.
5571
55722000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5573
5574 * info/dir (Top): Rearrange menu items more logically, and put
5575 them into a single category. Add menu items for RefTeX and
5576 Widget.
5577
55782000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5579
5580 * Makefile.in (install-arch-indep): Use --info-dir instead of
5581 --dir-file, and a simple argument instead of --info-file, so that
5582 the Debian version of install-info also works.
5583
55842000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5585
5586 * info/dir (Speedbar): Add entry.
5587
55882000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5589
5590 * INSTALL: Describe the new image-support options to the configure
5591 script. List URLs where image support libraries can be found.
5592
55932000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5594
5595 * info/dir (Top): Add an entry for Eshell.
5596
55972000-10-02 Dave Love <fx@gnu.org>
5598
5599 * configure.in: Check for gai_strerror.
5600
56012000-10-01 Andreas Schwab <schwab@suse.de>
5602
5603 * Makefile.in (install-arch-indep): Update list of installed info files.
5604
56052000-09-30 Gerd Moellmann <gerd@gnu.org>
5606
5607 * configure.in: Support `sparc*-*-netbsd*'.
5608
56092000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5610
5611 * info/dir (MIME): Add entry for emacs-mime.
5612
56132000-09-29 Dave Love <fx@gnu.org>
5614
5615 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5616
56172000-09-26 Gerd Moellmann <gerd@gnu.org>
5618
5619 * make-dist: Adapt to the change of leim/Makefile which was
5620 necessary to ensure a reasonably working `make dist'.
5621
5622 * leim-Makefile.in: Moved to leim/Makefile.in..
5623
5624 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5625
56262000-09-21 Kenichi Handa <handa@etl.go.jp>
5627
5628 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5629 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5630 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5631 files to .elc.
5632 (${TIT}): Adjusted for the above change.
5633 (clean mostlyclean): Likewise.
5634 (.el.elc): New target.
5635
56362000-09-19 Gerd Moellmann <gerd@gnu.org>
5637
5638 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5639 in the distribution.
5640
56412000-09-18 Gerd Moellmann <gerd@gnu.org>
5642
5643 * make-dist (skk): Rename to `ja-dic' because the leim directory
5644 was renamed.
5645
56462000-09-14 Dave Love <fx@gnu.org>
5647
5648 * configure.in: Fix spurion in last change.
5649
56502000-09-14 Gerd Moellmann <gerd@gnu.org>
5651
5652 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
5653 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
5654 to `no' if defined. Change result report.
5655
56562000-09-08 Dave Love <fx@gnu.org>
5657
5658 * configure.in: Remove spurious `@'s.
5659
5660 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
5661 autoconf.
5662
56632000-09-06 Gerd Moellmann <gerd@gnu.org>
5664
5665 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
5666 file and print informational message.
5667
5668 * configure.in (AC_FUNC_MMAP): Add.
5669
56702000-09-01 Gerd Moellmann <gerd@gnu.org>
5671
5672 * configure.in: Add ``checking'' messages for
5673 XpmReturnAllocPixels.
5674
56752000-08-28 Gerd Moellmann <gerd@gnu.org>
5676
5677 * configure.in: Check <strings.h>; check `index' and `rindex'
5678 functions.
5679
56802000-08-26 Kenichi Handa <handa@etl.go.jp>
5681
5682 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
5683 "case "${canonical}" in".
5684
56852000-08-25 Dave Love <fx@gnu.org>
5686
5687 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
5688
56892000-08-25 Kenichi Handa <handa@etl.go.jp>
5690
5691 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
5692
56932000-08-24 Gerd Moellmann <gerd@gnu.org>
5694
5695 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
5696 contains a relative path. Protect against unusable values of $PWD.
5697
56982000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5699
5700 * info/dir (WoMan): Add entry.
5701
5702 * config.bat (maindir): Update src/_gdbinit even if it does
5703 already exist.
5704
57052000-08-07 Gerd Moellmann <gerd@gnu.org>
5706
5707 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
5708
57092000-08-03 Gerd Moellmann <gerd@gnu.org>
5710
5711 * configure.in: Add support for ia64*-*-linux*.
5712
57132000-07-27 Gerd Moellmann <gerd@gnu.org>
5714
5715 * make-dist (aclocal.m4): Include in distribution.
5716
57172000-07-26 Dave Love <fx@gnu.org>
5718
5719 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
5720
57212000-07-24 Dave Love <fx@gnu.org>
5722
5723 * configure.in: Add AC_SIZE_T.
5724
57252000-07-18 Dave Love <fx@gnu.org>
5726
5727 * configure.in: Reorder so that most tests are done after CPPFLAGS
5728 is set from the C_SWITCH_... definitions.
5729
57302000-07-10 Gerd Moellmann <gerd@gnu.org>
5731
5732 * configure.in (HAVE_XPM): Undo previous change. Check for
5733 preprocessor define XpmReturnAllocPixels.
5734
57352000-07-06 Gerd Moellmann <gerd@gnu.org>
5736
5737 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
5738 instead of XpmReadFileToPixmap.
5739
57402000-07-05 Ken Raeburn <raeburn@gnu.org>
5741
5742 * configure.in: Check for <soundcard.h>. Look for ossaudio
5743 library, and set LIBSOUND accordingly.
5744
57452000-07-05 Dave Love <fx@gnu.org>
5746
5747 * configure.in: Use AC_HEADER_SYS_WAIT.
5748
57492000-07-05 Gerd Moellmann <gerd@gnu.org>
5750
5751 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
5752 lisp/Makefile. Distribute lisp/Makefile.in instead of
5753 lisp/Makefile.
5754
57552000-06-30 Ken Raeburn <raeburn@gnu.org>
5756
5757 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
5758 while searching for image-handling libraries.
5759
57602000-06-26 Gerd Moellmann <gerd@gnu.org>
5761
5762 * configure.in (--with-xim): New option.
5763
57642000-06-23 Dave Love <fx@gnu.org>
5765
5766 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
5767 for struct timezone and test how we can call gettimeofday.
5768 Check for OSF 5+. Check for term.h.
5769
5770 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
5771 version.
5772
57732000-06-23 Gerd Moellmann <gerd@gnu.org>
5774
5775 * configure.in (HAVE_LIBXP): Change test for libXp.
5776
57772000-06-21 Dave Love <fx@gnu.org>
5778
5779 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
5780 simple test for getloadavg and substitute GETLOADAVG_LIBS.
5781 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
5782
57832000-06-19 Dave Love <fx@gnu.org>
5784
5785 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
5786 _XOPEN_SOURCE is defined.
5787
57882000-06-16 Gerd Moellmann <gerd@gnu.org>
5789
5790 * Makefile.in (distclean): Also make distclean in lisp/.
5791
57922000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5793
5794 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
5795
57962000-06-15 Gerd Moellmann <gerd@gnu.org>
5797
5798 * make-dist: Add --help and --snapshot options.
5799
58002000-06-14 Gerd Moellmann <gerd@gnu.org>
5801
5802 * configure.in: Generate lisp/Makefile.
5803
5804 * configure.in: Add support for `*-lynxos*'.
5805 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
5806 recommended by <Karen.Dorhamer@compaq.com> to fix problems
5807 on Tru64 UNIX v5.0.
5808
58092000-06-13 Ken Raeburn <raeburn@gnu.org>
5810
5811 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
5812 it's on a continuation line.
5813
58142000-06-02 Dave Love <fx@gnu.org>
5815
5816 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
5817 files.
5818
5819 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
5820 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
5821 test.
5822
5823 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
5824 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
5825
58262000-05-26 Gerd Moellmann <gerd@gnu.org>
5827
5828 * configure.in: Add check for speed_t typedef.
5829
58302000-05-25 Ken Raeburn <raeburn@gnu.org>
5831
5832 * Makefile.in (install-arch-dep): Install fns-*.el only if it
5833 exists; it won't in the CANNOT_DUMP case.
5834
58352000-05-25 Gerd Moellmann <gerd@gnu.org>
5836
5837 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
5838 On FreeBSD, the exit status is 1 if CDPATH is not set.
5839 (install-arch-indep): Install ebrowse.info.
5840
58412000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
5842
5843 * configure.in: Check for grandpt and getpt.
5844
58452000-05-09 Dave Love <fx@gnu.org>
5846
5847 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
5848
58492000-05-05 Gerd Moellmann <gerd@gnu.org>
5850
5851 * make-dist: Make a link for lib-src/grep-changelog.
5852 Copy install-sh.
5853
58542000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
5855
5856 * config.bat: Identify the beginning of the cpp stuff in
5857 src/Makefile.in and lib-src/Makefile.in more accurately.
5858
58592000-04-27 Gerd Moellmann <gerd@gnu.org>
5860
5861 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
5862
58632000-04-19 Gerd Moellmann <gerd@gnu.org>
5864
5865 * configure.in: Add support for `powerpc-*-netbsd*'.
5866
58672000-04-19 Dave Love <fx@gnu.org>
5868
5869 * configure.in: Don't use AC_FUNC_GETLOADAVG.
5870
5871 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
5872
58732000-04-16 Dave Love <fx@gnu.org>
5874
5875 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
5876
58772000-04-14 Dave Love <fx@gnu.org>
5878
5879 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
5880
5881 * aclocal.m4 (AC_FUNC_MKTIME): New.
5882
58832000-03-28 Ken Raeburn <raeburn@gnu.org>
5884
5885 * configure.in: Line up "--help" output a little better.
5886
58872000-03-26 Gerd Moellmann <gerd@gnu.org>
5888
5889 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
5890 New targets.
5891 (bootstrap): Rewritten in terms of the new targets above. Make
5892 info files, too.
5893
58942000-03-12 Gerd Moellmann <gerd@gnu.org>
5895
5896 * config.guess, config.sub: Use the versions of the files from
5897 subversions.
5898
58992000-03-08 Dave Love <fx@gnu.org>
5900
5901 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
5902 AC_C_VOLATILE. Define POINTER_TYPE.
5903
5904 * aclocal.m4: New file.
5905
59062000-03-02 Gerd Moellmann <gerd@gnu.org>
5907
5908 * configure.in (machine): Add `mipsel-*-netbsd*' and
5909 `arm-*-netbsd*'.
5910
59112000-03-01 Gerd Moellmann <gerd@gnu.org>
5912
5913 * configure.in (machine): Add support for `*-auspex-sunos*'.
5914
59152000-02-29 Gerd Moellmann <gerd@gnu.org>
5916
5917 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
5918
59192000-02-18 Dave Love <fx@gnu.org>
5920
5921 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
5922
59232000-02-18 Andreas Schwab <schwab@suse.de>
5924
5925 * Makefile.in (install-arch-indep): Add eudc to list of installed
5926 info files.
5927
59282000-02-17 Ken Raeburn <raeburn@gnu.org>
5929
5930 * configure.in: Include -lz and -ljpeg (if it's available) when
5931 testing for the tiff library.
5932
59332000-02-17 Gerd Moellmann <gerd@gnu.org>
5934
5935 * configure.in: Remove LISP_FLOAT_TYPE.
5936
59372000-02-12 Dave Love <fx@gnu.org>
5938
5939 * configure.in: Use AC_FUNC_VFORK.
5940
59412000-02-01 Gerd Moellmann <gerd@gnu.org>
5942
5943 * make-dist: Various fixes for new development tree.
5944
5945 * leim-Makefile.in: New file.
5946
59472000-01-31 Gerd Moellmann <gerd@gnu.org>
5948
5949 * Makefile.in (dist): Call ./make-dist.
5950
59512000-01-24 Dave Love <fx@gnu.org>
5952
5953 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
5954
59552000-01-18 Gerd Moellmann <gerd@gnu.org>
5956
5957 * configure.in (HAVE_GIF): Check for DGifOpen instead of
5958 DGifOpenFileName.
5959
59602000-01-11 Andreas Schwab <schwab@suse.de>
5961
5962 * Makefile.in (install-arch-indep): Update list of info files to
5963 be installed.
5964
59652000-01-05 Dave Love <fx@gnu.org>
5966
5967 * configure.in: Check for jerror.h as well as libjpeg.
5968
59692000-01-03 Andreas Schwab <schwab@suse.de>
5970
5971 * Makefile.in (install-arch-indep): Install autotype*. Run
5972 install-info on autotype and emacs-faq.info.
5973
59741999-12-04 Dave Love <fx@gnu.org>
5975
5976 * Makefile.in (install-arch-indep): Depend on `info'.
5977 (install-strip): Use `install' as sub-make target.
5978
59791999-11-23 Ken Raeburn <raeburn@gnu.org>
5980
5981 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
5982 didn't need to be deleted. Check for the k5crypto library as well
5983 as the crypto library; MIT Kerberos 1.1 changed the name.
5984
59851999-11-18 Dave Love <fx@gnu.org>
5986
5987 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
5988
59891999-11-11 Erik Naggum <erik@naggum.no>
5990
5991 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
5992
59931999-11-08 Dave Love <fx@gnu.org>
5994
5995 * configure.in: Fix change for --with-pop default.
5996
59971999-11-04 Dave Love <fx@gnu.org>
5998
5999 * configure.in: Default to --with-pop. Change sense of with-gcc
6000 and with-toolkit-scroll-bars messages to reflect the defaults.
6001
60021999-11-01 Gerd Moellmann <gerd@gnu.org>
6003
6004 * INSTALL: Mention the Emacs Lisp Reference.
6005
60061999-10-27 Noah Friedman <friedman@splode.com>
6007
6008 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6009
60101999-10-23 Gerd Moellmann <gerd@gnu.org>
6011
6012 * Makefile.in (bootstrap): New target.
6013
60141999-10-19 Paul Eggert <eggert@twinsun.com>
6015
6016 Add support for large files. Merge glibc 2.1.2.
6017
6018 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6019 (HAVE_TM_GMTOFF): New symbol.
6020 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6021 mbrlen, strsignal.
6022 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6023
60241999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6027 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6028
60291999-10-09 Richard M. Stallman <rms@gnu.org>
6030
6031 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6032 Unset CDPATH to prevent cd from generating output.
6033
60341999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6035
6036 * update-subdirs: Also ignore CVS subdirs.
6037
60381999-10-07 Gerd Moellmann <gerd@gnu.org>
6039
6040 * Makefile.in (install-arch-indep): Add ada-mode.
6041
60421999-10-06 Dave Love <fx@gnu.org>
6043
6044 * Makefile.in: Add rules for config.status, configure.
6045
60461999-09-07 Gerd Moellmann <gerd@gnu.org>
6047
6048 * configure.in (--with-sound): Removed.
6049
60501999-08-30 Gerd Moellmann <gerd@gnu.org>
6051
6052 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6053 the test for Xaw3d.
6054 (HAVE_TIFF): Add -lm to library check.
6055
60561999-08-28 Richard Stallman <rms@gnu.org>
6057
6058 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6059 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6060 after the other X-related libraries.
6061
60621999-08-21 Dave Love <fx@gnu.org>
6063
6064 * configure.in: Don't check for jpeglib.h.
6065
60661999-08-20 Gerd Moellmann <gerd@gnu.org>
6067
6068 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6069 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6070
60711999-08-18 Dave Love <fx@gnu.org>
6072
6073 * configure.in: Check for termcap.h.
6074
60751999-08-15 Gerd Moellmann <gerd@gnu.org>
6076
6077 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6078 use Emacs' scroll bars, even if configured for Motif or when
6079 Xaw3d is available.
6080
60811999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6082
6083 * configure.in: Check for getaddrinfo.
6084
60851999-08-04 Eli Zaretskii <eliz@gnu.org>
6086
6087 * config.bat: Make --no-debug work again by removing -gcoff.
6088
60891999-07-30 Dave Love <fx@gnu.org>
6090
6091 * configure.in: Check for stdlib.h.
6092
60931999-07-19 Dave Love <fx@gnu.org>
6094
6095 * configure.in: Grok sparc64-*-linux-gnu*.
6096
60971999-07-12 Richard Stallman <rms@gnu.org>
6098
6099 * Version 20.4 released.
6100
61011999-06-23 Karl Heuer <kwzh@gnu.org>
6102
6103 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6104 Quote $EMACS, in case it's a program with args.
6105
61061999-06-15 Gerd Moellmann <gerd@gnu.org>
6107
6108 * configure.in (HAVE_GIF): Use libungif instead of libgif
6109 because the former doesn't contain patented compression code.
6110
61111999-05-29 Richard M. Stallman <rms@gnu.org>
6112
6113 * configure.in: Delete the Kerberos stuff.
6114
61151999-05-27 Greg Hudson <ghudson@mit.edu>
6116
6117 * configure.in: Prefer kerberos 5 names.
6118
61191999-04-26 Richard M. Stallman <rms@gnu.org>
6120
6121 * configure.in: Check for libXp.
6122
61231999-04-08 Richard Stallman <rms@gnu.org>
6124
6125 * make-dist: Include change logs in subdirs of `lisp'.
6126
61271999-04-05 Richard Stallman <rms@gnu.org>
6128
6129 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6130 (install-arch-indep): Make ${datadir}/emacs world-readable.
6131
61321999-03-30 Eli Zaretskii <eliz@gnu.org>
6133
6134 * config.bat: Use epaths.* instead of paths.*.
6135
61361999-03-07 Eli Zaretskii <eliz@gnu.org>
6137
6138 * INSTALL: Add detailed instructions to unpack and install
6139 intlfonts on MS-DOS.
6140
61411999-02-26 Richard Stallman <rms@gnu.org>
6142
6143 * configure.in: Use epaths.h and epaths-force instead of paths...
6144
6145 * Makefile.in (epaths-force): Renamed from paths-force;
6146 operate on epaths.in and produce epaths.h.
6147
61481999-02-24 Richard Stallman <rms@gnu.org>
6149
6150 * make-dist: Fix nt/icons directory handling.
6151
61521999-02-22 Simon Josefsson <jas@pdc.kth.se>
6153
6154 * configure.in (f301-fujitsu-uxpv4.1): New target.
6155
61561999-02-20 Richard Stallman <rms@gnu.org>
6157
6158 * make-dist (tempparent): Fix command to update info files.
6159
61601999-02-09 Richard Stallman <rms@gnu.org>
6161
6162 * configure.in (powerpc-apple-netbsd*): New alternative.
6163
61641999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6165
6166 * make-dist: Include the new directory nt/icons in distributions.
6167
61681999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6169
6170 * configure.in: Change message about HAVE_XFREE386.
6171
61721999-01-07 Eli Zaretskii <eliz@gnu.org>
6173
6174 * config.bat: Support configuring with leim.
6175
61761998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6177
6178 * configure.in (mips-sgi-irix6.5): New target.
6179
61801998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6181
6182 * configure.in: Remove GSS-API support, since it has been removed
6183 from movemail.
6184
61851998-12-04 Markus Rost <rost@delysid.gnu.org>
6186
6187 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6188
61891998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6190
6191 * Makefile.in: Don't install customize info file.
6192 Run install-info on viper info file.
6193
61941998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6195
6196 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6197
61981998-11-16 Kenichi Handa <handa@etl.go.jp>
6199
6200 * configure.in (*-*-bsdi4*): New target.
6201
62021998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6203
6204 * configure.in: Fix previous change.
6205
62061998-11-11 Richard Stallman <rms@gnu.org>
6207
6208 * configure.in (aviion-intel): New machine.
6209
62101998-11-04 Kenichi Handa <handa@etl.go.jp>
6211
6212 * configure.in (mips-nec-sysv4*): New target.
6213
62141998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6215
6216 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6217 from lisp.
6218
62191998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6220
6221 * make-dist: Don't include fns*.el in dist.
6222
62231998-10-30 Dave Love <fx@gnu.org>
6224
6225 * configure.in: Don't mkdir cpp.
6226
62271998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6228
6229 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6230 ${archlibdir}.
6231
62321998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6233
6234 * Version 20.3 released.
6235
62361998-07-30 Paul Eggert <eggert@twinsun.com>
6237
6238 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6239 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6240 (lwlib/Makefile, leim/Makefile):
6241 Prepend $(srcdir)/ to rule dependencies outside this dir.
6242
62431998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6244
6245 * configure.in: Use unset CDPATH instead of making it empty.
6246
62471998-06-20 Karl Heuer <kwzh@gnu.org>
6248
6249 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6250
62511998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6252
6253 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6254 and default.el. Sort the results.
6255
62561998-05-31 Karl Heuer <kwzh@gnu.org>
6257
6258 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6259 writable.
6260
62611998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6262
6263 * Makefile.in (install-arch-indep):
6264 Don't alter site-lisp/subdirs.el if it exists.
6265
62661998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6267
6268 * Makefile.in (install-arch-indep): Put `-' on commands to create
6269 subdirs.el in site-lisp dirs.
6270
62711998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6272
6273 * Makefile.in (install-arch-indep): Fix typo in previous change.
6274
62751998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6276
6277 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6278
62791998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6280
6281 * Makefile.in (mkdir): Create the site-lisp dirs.
6282 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6283
62841998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6285
6286 * Makefile.in (INSTALL_INFO): New variable.
6287 (install-arch-indep): Don't replace the dir file if it already exists.
6288 Use the install-info program, via INSTALL_INFO, to add entries.
6289 Make the `info' subdir and the Info files world-readable.
6290
62911998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6292
6293 * config.bat: Make sure the environment is large enough to support
6294 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6295
62961998-04-10 Karl Heuer <kwzh@gnu.org>
6297
6298 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6299
63001998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6301
6302 * configure.in: Add --with-gssapi to specify GSS-API
6303 authentication support for movemail.
6304
63051998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6306
6307 * Makefile.in (install-arch-indep): Fix previous change.
6308
63091998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6310
6311 * Makefile.in (info): Run man in build dir, not srcdir.
6312
63131998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6314
6315 * Makefile.in (install-arch-indep): Fix previous change.
6316
63171998-03-23 Kenichi Handa <handa@etl.go.jp>
6318
6319 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6320
63211998-03-22 Richard Stallman <rms@gnu.org>
6322
6323 * Makefile.in (install-arch-indep): Put special subdirs.el files
6324 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6325
63261998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6327
6328 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6329
63301998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6331
6332 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6333 (m68*-hp-hpux*): Handle versions 1X like 10.
6334
63351998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6336
6337 * make-dist: PROBLEMS is now in etc, not top level dir.
6338
6339 * Makefile.in (SOURCES): Delete PROBLEMS.
6340
63411998-02-25 Richard Stallman <rms@gnu.org>
6342
6343 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6344
6345 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6346
63471998-01-17 Richard Stallman <rms@gnu.org>
6348
6349 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6350
63511998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6352
6353 * make-dist (tempparent): New option --no-check.
6354
6355 * make-dist: Don't do anything with cpp directory.
6356
63571997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6358
6359 * configure.in (sparc-fujitsu-sysv4*): New target.
6360
63611997-12-17 Andreas Schwab <schwab@gnu.org>
6362
6363 * configure.in: Cache more tests. Add missing quotes around
6364 message with embedded comma.
6365
63661997-12-04 Karl Heuer <kwzh@gnu.org>
6367
6368 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6369
63701997-11-26 Joel N. Weber II <devnull@gnu.org>
6371
6372 * make-dist: Changed the comment about `umask 0' to say `Don't
6373 restrict access to any files.'; previously it said `Don't protect
6374 any files', which may have implied that we think fascism is good.
6375
63761997-11-24 Paul Eggert <eggert@twinsun.com>
6377
6378 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6379 strftime needs the underlying host's strftime for locale dependent
6380 formats.
6381
63821997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6383
6384 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6385
63861997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6387
6388 * config.bat: Configure the man subdirectory.
6389
63901997-11-07 Paul Eggert <eggert@twinsun.com>
6391
6392 * configure.in (AC_CHECK_LIB): Add -lintl.
6393
63941997-11-07 Karl Heuer <kwzh@gnu.org>
6395
6396 * make-dist (check for .elc files): Avoid bash-specific syntax.
6397 (check for overflow 14-char limit): Simplify.
6398
63991997-11-07 Richard Stallman <rms@gnu.org>
6400
6401 * Makefile.in (install): Move blessmail last.
6402
64031997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6404
6405 * configure.in (gettimeofday, one arg or two):
6406 Clarify messages by avoiding double negative.
6407
64081997-09-30 Karl Eichwalder <ke@suse.de>
6409
6410 * Makefile.in (install-arch-indep): Install the widget info file.
6411
64121997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6413
6414 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6415 libraries in reverse order, so that libraries will appear in the
6416 correct dependency order on the link line (and so that the
6417 configure checks themselves will work properly when early
6418 libraries depend on later ones).
6419
64201997-09-21 Erik Naggum <erik@naggum.no>
6421
6422 * make-dist (making links to `src'): Keep timestamp on copied files.
6423
6424 * make-delta: New script to produce delta distributions.
6425
64261997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6427
6428 * Version 20.2 released.
6429
64301997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6431
6432 * Version 20.1 released.
6433
6434 * Makefile.in (install-leim): Depend on mkdir.
6435 (leim): Depend on src.
6436
64371997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6438
6439 * configure.in: Recognize alpha* instead of just alpha.
6440
64411997-09-12 Paul Eggert <eggert@twinsun.com>
6442
6443 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6444
64451997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6446
6447 * update-subdirs: Use rm -f.
6448
64491997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6450
6451 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6452 Ignore subdirs named Old.
6453
64541997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6455
6456 * configure.in: Add OpenBSD clause to set $machine.
6457
64581997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6459
6460 * make-dist: Recompile everything after updating various Lisp files.
6461 Recompile in leim as well as lisp.
6462 Check in leim as well as lisp for mismatched files and too-long names.
6463
64641997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6465
6466 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6467
64681997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6469
6470 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6471 before trying to copy anything from it.
6472
64731997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6474
6475 * Makefile.in (man/Makefile): New target.
6476 (tags): Define env var EMACS and run Makefile from build dir.
6477
64781997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6479
6480 * config.bat: If src/_gdbinit doesn't exist, try using
6481 src/.gdbinit to create it (for building on Windows 95).
6482
64831997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6484
6485 * Makefile.in (install-arch-indep):
6486 Discard extra data in tar | tar pipes.
6487
64881997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6489
6490 * configure.in (x_default_search_path): Corrected
6491 '${x_library}' to '${x_library}/X11'.
6492
64931997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6494
6495 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6496
64971997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6498
6499 * configure.in: Support auto-configuration of both Kerberos V4 and
6500 Kerberos V5 for movemail, including detection of V4 and V5 header
6501 files and libraries.
6502
65031997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6504
6505 * configure.in: Compute x_default_search_path
6506 and substitute into makefiles.
6507
6508 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6509
65101997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6511
6512 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6513
65141997-08-07 Erik Naggum <erik@naggum.no>
6515
6516 * configure.in: Remove lockdir, it is no longer needed.
6517 * Makefile.in (mkdir): Don't create lockdir.
6518 (lockdir): Variable deleted.
6519 (paths-force): Don't operate on PATH_LOCK.
6520
65211997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6522
6523 * leim-Makefile.in (clean, distclean): New targets.
6524
6525 * make-dist: Include leim/ChangeLog in leim distribution.
6526
65271997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6528
6529 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6530
65311997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6532
6533 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6534
65351997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6536
6537 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6538
65391997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6540
6541 * make-dist: Update leim/leim-list.el.
6542 Pass along value of $EMACS when updating lisp dir.
6543
65441997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6545
6546 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6547 prerequisite to the use of Doug Lea's malloc.
6548
65491997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6550
6551 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6552
6553 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6554
65551997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6556
6557 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6558
65591997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6560
6561 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6562 to news-r6.h.
6563
65641997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6565
6566 * config.bat: Use `sed' instead of `cp', which might not be
6567 installed.
6568
65691997-07-09 Kenichi Handa <handa@etl.go.jp>
6570
6571 * Makefile.in (mostlyclean): Add cleaning leim directory.
6572 (clean, distclean, maintainer-clean): Likewise.
6573
65741997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6575
6576 * make-dist (bogosities): Check subdirs of `lisp' also.
6577
65781997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6579
6580 * make-dist (etc): Really avoid symlinks now.
6581 (lisp): Don't delete from subdirs the things we never copy.
6582
65831997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6584
6585 * Makefile.in (install-arch-indep): Correct the target name.
6586 The first letter `i' was dropped by the previous change of mine.
6587
65881997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6589
6590 * configure.in (leim/Makefile): Generate this.
6591 (*-sysv4.2uw*): Recognize new alternative.
6592
6593 * leim-Makefile.in: Renamed from leim-Makefile.
6594
6595 * make-dist: Set up real-leim subdirectory,
6596 with the real contents of leim; then move it to
6597 a separate top-level directory.
6598
6599 * make-dist: Don't mention site-lisp, site-init, site-start
6600 or default, when listing files hat are not compiled and should be.
6601
6602 * configure.in: Create src/config.stamp at the end.
6603
66041997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6605
6606 * Makefile.in (install-leim): Correct previous change.
6607
66081997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6609
6610 * Makefile.in (install-leim): New target.
6611 (install): Depend on install-leim.
6612
66131997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6614
6615 * Makefile.in (SUBDIR): Add leim.
6616 (SUBDIR_MAKEFILES): Add leim/Makefile.
6617 (leim/Makefile): New target.
6618
66191997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6620
6621 * leim-Makefile: New file.
6622 * make-dist: Initialize a `leim' subdirectory with that makefile.
6623
66241997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6625
6626 * configure.in (GNU_MALLOC_reason): Fix message text.
6627
66281997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6629
6630 * make-dist (lisp): Don't process subdirs that start with =.
6631 (etc): Copy symlinks, as in src.
6632
66331997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6634
6635 * configure.in (i*86-*-unixware*): New alternative.
6636
66371997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6638
6639 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6640 and touch it explicitly.
6641
6642 * configure.in (mips-sony-newsos6*): New alternative.
6643 (mips-*-linux-gnu*): New alternative.
6644 (*-*-bsdi*): New alternative.
6645 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
6646
66471997-06-22 Dave Love <d.love@dl.ac.uk>
6648
6649 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
6650 (src/config.h): New target to re-configure if src/config.in is patched.
6651
66521997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6653
6654 * configure.in (shutdown): Check for `shutdown' function.
6655
66561997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6657
6658 * update-subdirs: Include the directory "language" in subdirs.
6659
66601997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6661
6662 * configure.in (m88k-dg-dgux4*): New alternative.
6663 (alpha-*-netbsd*): New alternative.
6664 (powerpcle-*-solaris2*): New alternative.
6665
66661997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6667
6668 * make-dist: Warn about .el files that are not compiled.
6669
66701997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6671
6672 * Makefile.in (dist): Don't run update-subdirs here,
6673 since make-dist now gets that done.
6674
6675 * make-dist: Use the new `updates' target in lisp/Makefile.
6676
6677 * make-dist: Use new non-file targets in lisp/Makefile.
6678
66791997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6680
6681 * make-dist: Handle all subdirs of `lisp' uniformly.
6682 Don't handle `term' and `language' specially.
6683 Clear out umask at the beginning.
6684
66851997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6686
6687 * make-dist: Use Make to update finder-inf.el and autoloads.
6688 Also update cus-load.el.
6689
66901997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6691
6692 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
6693 in case it is desirable to disable the GNU malloc features with glibc.
6694
66951997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6696
6697 * configure.in (DOUG_LEA_MALLOC):
6698 Define if malloc_{get,set}_state exist.
6699
67001997-03-05 Kenichi Handa <handa@etl.go.jp>
6701
6702 * make-dist: Make links for files under lisp/language.
6703
67041997-02-20 Kenichi Handa <handa@etl.go.jp>
6705
6706 * update-subdirs: Exclude the directory "language" from subdirs.
6707
67081997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6709
6710 * configure.in: Check for rint and cbrt.
6711
67121997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6713
6714 * make-dist: Use $EMACS to say where to run Emacs.
6715 Add --no-update option.
6716
67171996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6718
6719 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
6720
67211996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6722
6723 * make-dist (copying src): Check thoroughly for symlinks
6724 and copy them in all cases. Regularize the linking of *.in
6725 and *.opt and ChangeLog files.
6726 (copying lib-src): Likewise.
6727 Don't rm getdate.c or y.tab.*--they don't exist any more.
6728
67291996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
6730
6731 * configure.in: Check for libmail, maillock.h and
6732 touchlock (for movemail).
6733
67341996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6735
6736 * configure.in (limits.h): Check for this file.
6737
67381996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6739
6740 * configure.in (rs6000-ibm-aix4.2): New alternative.
6741 (rs6000-ibm-aix4.0): New alternative.
6742 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
6743
67441996-11-22 Ben Harris <bjh21@cam.ac.uk>
6745
6746 * configure.in: Recognize vax-*-netbsd*.
6747
67481996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6749
6750 * configure.in (locallisppath): Add leim directory.
6751
67521996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6753
6754 * config.bat: Make sure `mv' supports forward slashes and -f.
6755
67561996-10-28 Christian Limpach <chris@nice.ch>
6757
6758 * configure.in (hppa*-next-nextstep*): * added after hppa
6759 to accept hppa1.0 and hppa1.1.
6760
67611996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
6762
6763 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
6764 * configure.in (ld_switch_machine): Fix typo.
6765
67661996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6767
6768 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
6769 from config.h and use them in $ac_link.
6770
67711996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
6772
6773 * configure.in: Create a subdir named `lisp'.
6774
67751996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6776
6777 * configure.in: Check for getcwd.
6778
67791996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6780
6781 * configure.in: Check for termios.h. Check for setpgid.
6782
67831996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6784
6785 * configure.in: Check for setrlimit.
6786
67871996-08-31 Paul Eggert <eggert@twinsun.com>
6788
6789 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
6790
67911996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6792
6793 * configure.in: Check for utimes.
6794
6795 * configure.in: Check for com_err library, but only
6796 if --with-kerberos was used. Check for krb and des
6797 only if --with-kerberos.
6798
67991996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6800
6801 * Makefile.in (INSTALL_STRIP): New variable.
6802 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
6803 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
6804
68051996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6806
6807 * configure.in: Check for krb and des libraries.
6808
68091996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6810
6811 * configure.in (*-sunos4.1.[3-9]*noshare):
6812 Use sunos413, not sunos4-1-3.
6813 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
6814 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
6815
68161996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6817
6818 * Makefile.in (src/paths.h): Target deleted.
6819 (paths-force): Delete all dependencies on this target
6820 but don't delete the target.
6821 (install): Depend on `all'.
6822 (paths-force): Don't print a message.
6823
6824 * configure.in: Generate src/paths.h here.
6825
68261996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6827
6828 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
6829 New variables that affect linking only.
6830 (alpha-dec-osf*): Use those instead of previous change.
6831
68321996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6833
6834 * Makefile.in (install-arch-indep): Install info/messages.
6835
68361996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6837
6838 * Version 19.33 released.
6839
68401996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
6841
6842 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6843 Fix previous change.
6844
68451996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6846
6847 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6848 New alternative.
6849
68501996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6851
6852 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
6853 and NON_GCC_TEST_OPTIONS.
6854
68551996-08-06 Paul Eggert <eggert@twinsun.com>
6856
6857 * configure.in (LOCALTIME_CACHE): Don't put a string literal
6858 "TZ=..." in environ.
6859
68601996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6861
6862 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
6863
68641996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6865
6866 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
6867 the more general *-sunos4.1.[3-9]* clause.
6868
68691996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6870
6871 * Version 19.32 released.
6872
6873 * configure.in (*-sco3.2v5*):
6874 Set OVERRIDE_CPPFLAG to a string of one space.
6875 Fix the code that uses OVERRIDE_CPPFLAG.
6876
68771996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6878
6879 * configure.in: Undo previous change.
6880
68811996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6882
6883 * config.sub: Use `pc', not `unknown', when canonicalizing
6884 the vendor for ...86.
6885
68861996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
6887
6888 * configure.in: Check for termios.h header.
6889
68901996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
6891
6892 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
6893
68941996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
6895
6896 * configure.in: Split bsdos2 and bsdos2-1.
6897
68981996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6899
6900 * config.sub: If last two words are not a recognized
6901 KERNEL-OS pair, use just the last word as OS, as in 19.31.
6902 Make conversion of gnu/linux to linux-gnu really work.
6903
6904 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
6905
69061996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6907
6908 * configure.in (check for using Lucid widgets by default):
6909 Eliminate indentation that confuses some compilers.
6910
69111996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6912
6913 * config.sub: Convert linux and gnu/linux to linux-gnu.
6914
6915 * make-dist: Don't update getdate.c.
6916 Ignore =... files when checking for too-long Lisp file names.
6917
69181996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6919
6920 * configure.in (euidaccess): Check for that, not for eaccess.
6921
69221996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6923
6924 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
6925 before `noshare'.
6926 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
6927
69281996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6929
6930 * configure.in: Rename lignux to linux-gnu in configuration names.
6931 Use gnu-linux as the opsys value (s/ file name).
6932 Allow i686 just like i386, i486, i586.
6933
69341996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6935
6936 * configure.in (i*86-*-sco3.2v5): New alternative.
6937 (OVERRIDE_CPPFLAG): New variable.
6938 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
6939
6940 * configure.in: Specify vpath for .texi files.
6941
69421996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6943
6944 * configure.in: Always check for HAVE_X11R5.
6945 Separately decide whether to use a toolkit by default.
6946
69471996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
6948
6949 * configure.in: If X11R5 is missing the Xaw headers,
6950 default to --with-x-toolkit=no.
6951
69521996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6953
6954 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
6955
69561996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6957
6958 * Makefile.in (install-arch-indep): If cd etc makes output,
6959 don't treat that as part of the tar data.
6960 Check that ./lisp actually exists.
6961
69621996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
6963
6964 * make-dist: Check for long file names.
6965
69661996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6967
6968 * Version 19.31 released.
6969
69701996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6971
6972 * configure.in: Recognize sparc-*-lignux.
6973
69741996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6975
6976 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
6977 Don't include config.w95.
6978
69791996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
6980
6981 * make-dist: Replace --no-clean-up and --no-tar options
6982 with --clean-up and --tar, so that the default is useful.
6983
69841996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6985
6986 * config.bat: Make sure the GDB init file is called src/_gdbinit;
6987 if not, tell the user to rename it and abort.
6988
69891996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6990
6991 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
6992 test program.
6993
69941996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6995
6996 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
6997
6998 * make-dist (MANIFEST): Fix previous change.
6999 (msdos): Put mainmake.v2 into the dist.
7000
70011996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7002
7003 * make-dist: Exit if autoconf fails.
7004
70051996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7006
7007 * config.bat: Set djgpp-ver, and unset it at the end.
7008 Add a number of conditionals for DJGPP version 2.
7009 Rename label libsrc2 to libsrc3.
7010 Substitute for LDFLAGS in src/Makefile.
7011 Substitute for ALL_CFLAGS in lib-src/Makefile.
7012
70131996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7014
7015 * configure.in (ncurses): Check this after checking fns like strerror.
7016
70171996-04-08 Erik Naggum <erik@naggum.no>
7018
7019 * make-dist (MANIFEST): Don't include lines from =files.
7020
70211996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7022
7023 * make-dist: Don't put lisp/dired.todo in the dist.
7024
70251996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7026
7027 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7028
7029 * configure.in (setlocale): Check for it.
7030
7031 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7032
70331996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7034
7035 * configure.in: Use lignux instead of linux as value of opsys.
7036
70371996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7038
7039 * Makefile.in (install-strip): Fix whitespace.
7040 Get rid of continuation.
7041
7042 * config.sub: Convert linux or gnu/linux to lignux.
7043
70441996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7045
7046 * configure.in: Accept lignux in configuration name.
7047
70481996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7049
7050 * Makefile.in (install-strip): New target.
7051
70521996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7053
7054 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7055 -f failed to do the job on Suns.
7056
70571996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7058
7059 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7060
7061 * configure.in (linux/version.h): Check for this header.
7062
70631996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7064
7065 * configure.in: Remove -fno-builtin hackery from -lm check.
7066
70671996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7068
7069 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7070 just this test.
7071
7072 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7073
70741996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7075
7076 * configure.in: Check for ncurses.
7077
70781996-02-28 Paul Eggert <eggert@twinsun.com>
7079
7080 * configure.in (LOCALTIME_CACHE):
7081 Also define if localtime mishandles unsetting TZ.
7082 This works around a localtime bug in mips-dec-ultrix.
7083
70841996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7085
7086 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7087
7088 * configure.in: Improve messages about X versions.
7089
70901996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7091
7092 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7093
70941996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7095
7096 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7097 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7098
7099 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7100 (install): Put install-arch-indep before install-arch-dep.
7101
71021996-02-20 Dave Love <d.love@dl.ac.uk>
7103
7104 * INSTALL: Clarify info about MS-DOS path handling.
7105
71061996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7107
7108 * Makefile.in (install-arch-indep): Install info/ccmode*.
7109 In previous change, protect against /bin/pwd returning null string.
7110
71111996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7112
7113 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7114 to lispdir.
7115
71161996-02-01 Paul Eggert <eggert@twinsun.com>
7117
7118 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7119
71201996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7121
7122 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7123
71241996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7125
7126 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7127 we delete everything distclean deletes.
7128
71291996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7130
7131 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7132
71331996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7134
7135 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7136 into LDFLAGS instead of into LIBS.
7137
71381996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7139
7140 * configure.in (HAVE_XMU): Fix typo in previous change.
7141
71421996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7143
7144 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7145
71461996-01-10 Erik Naggum <erik@naggum.no>
7147
7148 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7149
71501996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7151
7152 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7153
71541996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7155
7156 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7157 and use -lXt to link it.
7158
71591996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7160
7161 * configure.in (locallisppath): Put version-specific dir first.
7162
71631996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7164
7165 * configure.in (hppa-*-nextstep*): New alternative.
7166 (USE_X_TOOLKIT): By default, set this to "maybe";
7167 and change that later to LUCID or "no" according to X11 version.
7168
7169 * make-dist: Recompile outdated .elc files and update all autoloads.
7170
71711996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7172
7173 * configure.in (locallisppath): Fix typo in last change: " -> '.
7174
71751996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7176
7177 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7178
71791995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7180
7181 * Makefile.in (install-arch-indep): Give all files read permission.
7182
71831995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7184
7185 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7186 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7187
71881995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7189
7190 * configure.in: Determine HAVE_X11R6.
7191 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7192
71931995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7194
7195 * configure.in: Just "solaris" now defaults to version 2.4.
7196 Add sunos4.1.n-noshare as alternative.
7197
71981995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7199
7200 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7201
72021995-11-29 Erik Naggum <erik@naggum.no>
7203
7204 * Makefile.in (install-arch-indep): Add missing backslash.
7205
72061995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7207
7208 * Makefile.in (install-arch-indep): Don't install
7209 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7210
72111995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7212
7213 * Makefile.in (install-arch-indep): Fix previous change.
7214
7215 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7216
72171995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7218
7219 * Version 19.30 released.
7220
7221 * make-dist (lisp): Exclude subdirs.el.
7222
72231995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7224
7225 * make-dist (etc): Delete *.orig and *.rej.
7226
72271995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7228
7229 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7230
72311995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7232
7233 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7234
72351995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7236
7237 * make-dist (nt): Rename install, readme, and todo to
7238 INSTALL, README, and TODO.
7239
72401995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7241
7242 * make-dist (lisp): Don't distribute site-start.
7243
72441995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7245
7246 * make-dist: Break the hard link on alloca.c.
7247
72481995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7249
7250 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7251
72521995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7253
7254 * make-dist (src, lib-src): Don't distribute Makefile.c.
7255 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7256
72571995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7258
7259 * Makefile.in (mkdir): Create man1dir, not mandir.
7260 (uninstall): Use man1dir, not mandir.
7261
72621995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7263
7264 * Makefile.in (man1dir): New variable.
7265 (install-arch-indep): Use man1dir.
7266
7267 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7268
7269 * make-dist: Create lisp/MANIFEST.
7270
72711995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7272
7273 * configure.in (m68k-*-linux*): New alternative.
7274
72751995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7276
7277 * make-dist: Use new names config.in, paths.in, and
7278 {src,lib-src}/Makefile.in.
7279
72801995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7281
7282 * configure.in: Don't bother checking for drem.
7283
72841995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7285
7286 * Makefile.in (distclean): Delete line with just a tab in it.
7287 (install-arch-indep): Delete spaces that precede tabs.
7288 Delete spurious `fi' left from previous change.
7289 (install): Supply `true' as command, to avoid null command.
7290
72911995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7292
7293 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7294
72951995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7296
7297 * configure.in (powerpc-*-solaris2): New alternative.x
7298
72991995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7300
7301 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7302 of paths.h.tmp$$, to avoid going beyond 14 characters.
7303
73041995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7305
7306 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7307
73081995-09-06 Paul Eggert <eggert@twinsun.com>
7309
7310 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7311 if localtime caches TZ. Check for tzset.
7312
73131995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7314
7315 * config.bat: Simplify using new names file names src/makefile.in,
7316 config.in, paths.in. Change Echo commands not to use `.
7317
73181995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7319
7320 * Makefile.in (install-arch-indep): Always install the new dir file;
7321 rename the previous dir file to dir.bak or dir.old.
7322
73231995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7324
7325 * configure.in (RANLIB): Substitute this into makefiles.
7326 Set it specially on solaris; set it by default on other systems.
7327
7328 * configure.in: Fix previous Alpha change.
7329
73301995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7331
7332 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7333 NON_GCC_TEST_OPTIONS.
7334
73351995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7336
7337 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7338 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7339
7340 * configure.in (alpha-*-linux*): New configuration.
7341
73421995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7343
7344 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7345 (m68k-next-nextstep*): New alias for that.
7346 (i*86-*-nextstep*): Use nextstep.h.
7347 (sparc-*-nextstep*): New configuration.
7348
73491995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7350
7351 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7352 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7353
73541995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7355
7356 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7357 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7358
73591995-07-18 Mike Long <mike.long@analog.com>
7360
7361 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7362
73631995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7364
7365 * Makefile.in (src/paths.h, paths-force):
7366 Rename src/paths.h.in to src/paths.in.
7367 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7368
7369 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7370 Use Makefile.c for intermediate file.
7371 Rename src/config.h.in to src/config.in.
7372
73731995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7374
7375 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7376 (mips-dec-ultrix4.[12]): New alternative for old versions.
7377
73781995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7379
7380 * make-dist: Don't break intra-tree links.
7381
73821995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7383
7384 * configure.in: Put back archlibdir initialization. Require
7385 autoconf 2.4.1 or later.
7386
73871995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7388
7389 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7390 (mips-mips-riscos5*): New alternative.
7391
73921995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7393
7394 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7395
73961995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7397
7398 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7399 (mandir, infodir, archlibdir): Initializations deleted.
7400
7401 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7402 On hpux9shr, use hpux9shxr4.h.
7403
74041995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7405
7406 * configure.in: Added target mips-dec-mach_bsd4.3.
7407 * config.guess: Guess mips-dec-mach_bsd4.3.
7408
74091995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7410
7411 * Makefile.in (mkdir): Use symbolic chmod.
7412
74131995-06-22 Paul Eggert <eggert@twinsun.com>
7414
7415 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7416 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7417
74181995-06-22 Paul Eggert <eggert@twinsun.com>
7419
7420 * Makefile.in (SUBDIR_MAKEFILES):
7421 Add man/Makefile, so `make distclean' removes it.
7422 (top_distclean): Add config.log to the list of files to be removed.
7423
74241995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7425
7426 * Version 19.29 released.
7427
74281995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7429
7430 * configure.in: Fix the previous change to verify that the -b
7431 option really solves the problem.
7432
7433 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7434
74351995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7436
7437 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7438
74391995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7440
7441 * configure.in: Report more clearly when there is no special
7442 dir to search for X includes or libraries.
7443
74441995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7445
7446 * configure.in: Check for -lpthreads, not -lpthread.
7447
74481995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7449
7450 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7451
74521995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7453
7454 * configure.in: Check for -lpthread.
7455
74561995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7457
7458 * Makefile.in (install-arch-indep): Install info files for mh-e.
7459 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7460
74611995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7462
7463 * configure.in (*-solaris2.5): New configuration.
7464
7465 * make-dist: Copy new files config.nt and config.w95.
7466
74671995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7468
7469 * configure.in: Use x_includes, not x_libraries, for -I.
7470 Make bitmapdir a colon-separated list.
7471
74721995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7473
7474 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7475
7476 * configure.in: Allow x_libraries and x_includes to be paths.
7477
74781995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7479
7480 * configure.in: Fix typo.
7481
74821995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7483
7484 * INSTALL: Clarify use of site-init.el.
7485
74861995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7487
7488 * configure.in: Pass arg to sqrt.
7489
74901995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7491
7492 * make-dist: Fix May 6 change.
7493
74941995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7495
7496 * vpath.sed: Delete reference to ymakefile.
7497
74981995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7499
7500 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7501
75021995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7503
7504 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7505
7506 * update-subdirs: Specify /bin/sh to run the script.
7507
75081995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7509
7510 * make-dist: Put src/makefile.nt in dist.
7511
7512 * configure.in (i[345]86-*-bsdi2*): New configuration.
7513 (vax-dec-bsd386*): Deleted.
7514
75151995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7516
7517 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7518 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7519 Use fmod instead of logb in -lm check.
7520
75211995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7522
7523 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7524 Use bsd4-3. Don't set NON_GNU_CPP.
7525
7526 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7527 In nt, copy various different things, but not *.cmd.
7528 Fix the ln commands for the subdirs of nt.
7529
75301995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7531
7532 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7533
75341995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7535
7536 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7537 since that's what the header file expects.
7538
75391995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7540
7541 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7542 and 68040 based machines when choosing options for gnucc.
7543
75441995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7545
7546 * Makefile.in (top_distclean): Delete config.cache.
7547
75481995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7549
7550 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7551
7552 * configure.in: Use m/ncr386.h.
7553
75541995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7555
7556 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7557
75581995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7559
7560 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7561 (man): Don't copy texindex.c and getopt.c; they're deleted.
7562 (etc): Omit `e'; it's a subdirectory.
7563 (etc/e): Use `../..', not `..', to reference top level.
7564
75651995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7566
7567 * Makefile.in (install-arch-indep, dist):
7568 Look for `update-subdir' in $(srcdir).
7569
75701995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7571
7572 * make-dist: Include mkinstalldirs in distribution.
7573
75741995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7575
7576 * make-dist: Add missing close backquote.
7577
75781995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7579
7580 * make-dist: Don't distribute shortnames directory.
7581
75821995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7583
7584 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7585
75861995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7587
7588 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7589
75901995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7591
7592 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7593
75941995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7595
7596 * configure.in (mips-sgi-irix6): New configuration.
7597
75981995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7599
7600 * Makefile.in (maintainer-clean): Renamed from realclean.
7601
76021995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7603
7604 * configure.in: Create a .gdbinit that sources the real one,
7605 if using a different build directory.
7606
76071995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7608
7609 * configure.in: Check for sys/select.h.
7610
76111995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7612
7613 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7614
76151994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7616
7617 * configure.in: Handle isc 4.1 operating system.
7618
76191994-12-10 Richard Stallman <rms@kepa>
7620
7621 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7622 (rs6000-ibm-aix4*): New alternative.
7623
76241994-12-06 Richard Stallman <rms@kepa>
7625
7626 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7627
76281994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7629
7630 * configure.in: Don't try to make directories that are guaranteed
7631 to already exist.
7632
76331994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7634
7635 * configure.in: Generate man/Makefile from man/Makefile.in.
7636 Create the man subdir.
7637
7638 * Makefile.in (dvi): Run Make in our man subdir.
7639
7640 * make-dist: Create subdir etc/e.
7641 Make links to it.
7642 Put man/Makefile.in in dist, instead of man/Makefile.
7643
76441994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7645
7646 * configure.in: Add --with-pop, --with-kerberos, and
7647 --with-hesiod for movemail.
7648
76491994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7650
7651 * configure.in (m68*-apollo*): Use s/domain.h.
7652
76531994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7654
7655 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
7656
76571994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7658
7659 * configure.in: Don't add -I, -L, -R options for cc if their
7660 arguments would be empty.
7661
76621994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7663
7664 * configure.in (i860-intel-osf1*): New alternative.
7665 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
7666 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
7667
76681994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7669
7670 * configure.in: Make h_errno check not use nested functions.
7671
76721994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7673
7674 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
7675
76761994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7677
7678 * Makefile.in (install-arch-indep): Avoid continued comment
7679 swallowing target line.
7680
76811994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
7682
7683 * configure.in: Protect a character class with `changequote'.
7684
76851994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7686
7687 * configure.in: Accept `news' as a synonym for `newsos'.
7688
76891994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7690
7691 * Makefile.in: Don't rm files if cd fails.
7692
76931994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7694
7695 * make-dist: Put nt subdir and its subdirs in the dist.
7696 (lib-src): Put makefile.nt in the dist.
7697 (lisp): Put makefile.nt in the dist.
7698
76991994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7700
7701 * configure.in: Change a stray `[' to `test'.
7702
77031994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7704
7705 * configure.in: Adapt for Autoconf v2. Use the standard argument
7706 parser, host type canonicalizer, X11 finder, and message
7707 printing macros. Use the new macro names. Use `test' instead of `['.
7708
77091994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7710
7711 * configure.in: Check for getpagesize.
7712
77131994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7714
7715 * make-dist (msdos): Put sed* in the distribution.
7716
77171994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
7718
7719 * config.bat: New option, `--with-x', for configuring Emacs
7720 for use with the X11 system DesqView/X.
7721 New option, `--no-debug', for compiling Emacs without debug
7722 information thus saving disk space.
7723 (src/config.h, src/paths.h): Use `update' (which is like
7724 `move-if-changed') to change the file.
7725 (src/config.h): When configuring for X11 perform extra changes.
7726 (src/makefile): When configuring for X11 perform extra changes.
7727 (lib-src): Remove temporary files.
7728 (): Check that `sed', `rm', `mv', and `gcc' are available.
7729
77301994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7731
7732 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
7733
7734 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
7735
77361994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7737
7738 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
7739
7740 * configure.in (canonical): Substitute var into makefiles.
7741 (bitmapdir): Likewise.
7742
7743 * Makefile.in (bitmapdir): New variable.
7744 (src/paths.h, paths-force): Edit PATH_BITMAPS.
7745
77461994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7747
7748 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
7749
7750 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
7751 * update-subdirs: New shell script.
7752
77531994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7754
7755 * Makefile.in (top_distclean): Don't rm build-install.
7756 (SOURCES): Delete build-install.in.
7757
7758 * make-dist: Don't distribute build-ins.in.
7759 * build-ins.in: File deleted.
7760
77611994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
7762
7763 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
7764
77651994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7766
7767 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
7768
7769 * configure.in (libexecdir): Renamed from libdir. New default.
7770 (sharedstatedir): Renamed from statedir. New default.
7771 (datadir): New default.
7772
7773 * make-dist: Don't distribute subdirs.el.
7774
77751994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7776
7777 * configure.in (eaccess): Check for it.
7778
77791994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7780
7781 * configure.in (mktime): Check for it.
7782
77831994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
7784
7785 * configure.in (motif): Add support for usage and option checking.
7786
77871994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7788
7789 * configure.in (utimes): Check for it.
7790
77911994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7792
7793 * Makefile.in (install-arch-indep): Don't do mkdir here.
7794
77951994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7796
7797 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7798 riscix.h renamed to acorn.h.
7799
78001994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
7801
7802 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7803 New configurations.
7804
78051994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7806
7807 * configure.in: Remove trailing slashes from srcdir.
7808
78091994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7810
7811 * configure.in (i[345]86-sequent-ptx*): Handle
7812
78131994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7814
7815 * Makefile.in (paths-force): Depend on src/paths.h
7816
78171994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7818
7819 * configure.in (config_options): Save all arguments, not just some.
7820
78211994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7822
7823 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
7824
7825 * configure.in: Add AC_AIX.
7826 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
7827
78281994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7829
7830 * configure.in (parsing options): Simplify sed command to delete -'s.
7831
78321994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
7833
7834 * configure.in (config_options): New shell variable.
7835 Pass its value to C code in EMACS_CONFIG_OPTIONS.
7836
78371994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7838
7839 * configure.in (alpha-dec-osf*): New target.
7840
7841 * Makefile.in: Use just one FRC target.
7842
78431994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7844
7845 * Makefile.in (removenullpaths, paths-force):
7846 Use name paths.h.tmp$$, which depends on the pid.
7847
78481994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7849
7850 * Makefile.in (removenullpaths, paths-force):
7851 Put paths.h.tmp in top-level dir, not in src.
7852
78531994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7854
7855 * Version 19.27 released.
7856
78571994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7858
7859 * Version 19.26 released.
7860
78611994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7862
7863 * configure.in: Check for lrand48, not rand48.
7864
78651994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7866
7867 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
7868 (powerpc-ibm-aix*): New aliases.
7869
78701994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7871
7872 * make-dist (src/m, src/s): Put *.inp in distribution.
7873
78741994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7875
7876 * configure.in: Accept i586 and i486 along with i386.
7877
78781994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7879
7880 * configure.in: Do compute unexec, LIBX, system_malloc, etc
7881 even if CPP env var was set by the user.
7882
7883 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
7884
78851994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
7886
7887 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
7888
78891994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7890
7891 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
7892
78931994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7894
7895 * configure.in: Check more specifically for i*86-sun-sunos.
7896
78971994-08-03 Caveh Jalali (caveh@eng.sun.com)
7898
7899 * configure.in: Handle solaris 2.4.
7900
79011994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7902
7903 * configure.in (rand48): Check for it.
7904
79051994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7906
7907 * make-dist: Update the info files.
7908
79091994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7910
7911 * configure.in: Make "checking..." messages' style consistent.
7912 (HAVE_H_ERRNO): New test.
7913
79141994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7915
7916 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
7917
79181994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7919
7920 * configure.in (CFLAGS): If the envvar was specified, use that.
7921 And set REAL_CFLAGS from it too.
7922
79231994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7924
7925 * make-dist: Update finder-inf.el.
7926
79271994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7928
7929 * make-dist (msdos): Include sed4.inp in dist.
7930
7931 * Makefile.in (libsrc_libs): Var deleted.
7932
79331994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7934
7935 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
7936
79371994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7938
7939 * configure.in (mips-sony-newsos4*): New alias.
7940
79411994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7942
7943 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
7944 (*-convex-convexos*): Accept this as alias.
7945
79461994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7947
7948 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
7949 for two different uses.
7950
79511994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7952
7953 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
7954
79551994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7956
7957 * make-dist: Put ./BUGS into the distrib.
7958
79591994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7960
7961 * configure.in: Handle 386 running Solaris 2.
7962
79631994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7964
7965 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
7966
79671994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7968
7969 * configure.in (mips-sony-newsos*): Use news-risc.h.
7970
7971 * configure.in: Accept bsdi as opsys, like bsd386.
7972
79731994-06-01 Morten Welinder (terra@diku.dk)
7974
7975 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
7976
79771994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7978
7979 * Version 19.25 released.
7980
7981 * make-dist (shortversion): Don't assume another period follows.
7982
79831994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7984
7985 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
7986 (uninstall): Use /bin/pwd.
7987
7988 * Makefile.in (blessmail): Depend on src.
7989 (all): Don't depend on blessmail.
7990
7991 * Makefile.in (src/paths.h): Don't force recomputation.
7992 (paths-force): New target; force recomputation of paths.h.
7993 (all): Depend on paths-force.
7994 (src, lib-src): Depend on src/paths.h.
7995
7996 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
7997 NON_GCC_TEST_OPTIONS.
7998
79991994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8000
8001 * configure.in: Don't insist on subversions for irix.
8002
80031994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8004
8005 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8006
8007 * configure.in (i[34]86-next-*): New alternative.
8008
80091994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8010
8011 * Version 19.24 released.
8012
8013 * configure.in: New config hppa*-hp-hpux9shr*.
8014
80151994-05-22 Morten Welinder (terra@tyr.diku.dk)
8016
8017 * config.bat: Doc fix.
8018
80191994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8020
8021 * Makefile.in (mostlyclean, clean, distclean, realclean)
8022 (extraclean): Don't act on man subdir if it doesn't exist.
8023
80241994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8025
8026 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8027 Use them to set up CC.
8028 (*-sun-sunos4.1.3): Set them.
8029
80301994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8031
8032 * Makefile.in (lib-src): Don't depend on src/paths.h.
8033
80341994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8035
8036 * build-ins.in (copydests): Get rid of spurious `-'s.
8037
8038 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8039
80401994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8041
8042 * Version 19.23 released.
8043
8044 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8045 for the Xlib and Xt checks; then restore old CFLAGS.
8046
80471994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8048
8049 * configure.in (HAVE_X11XTR6): Add newline before #if.
8050 Add newline after #endif.
8051
80521994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8053
8054 * configure.in (HAVE_X11XTR6): Arrange to define it.
8055
80561994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8057
8058 * Makefile.in (install): Depend on blessmail.
8059
80601994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8061
8062 * configure.in (mips-siemens-sysv*): Put quotes around value
8063 containing blanks.
8064
80651994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8066
8067 * Makefile.in (TAGS): Use the makefile in src subdir.
8068
80691994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8070
8071 * configure.in (opsys): Recognize `gnu'.
8072
80731994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8074
8075 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8076
80771994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8078
8079 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8080 version > 1.8.
8081
80821994-05-08 Morten Welinder (terra@diku.dk)
8083
8084 * config.bat: Forcibly remove "# " style comments from makefiles.
8085
80861994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8087
8088 * Makefile.in (uninstall): When processing lispdir and etcdir,
8089 do nothing unless it exists and is a directory.
8090
80911994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8092
8093 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8094 Merge code in from install-doc.
8095 (install-doc): Merge code back into install-arch-indep.
8096 (install-arch-dep): Don't depend on install-doc.
8097
8098 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8099
81001994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8101
8102 * configure.in (making src/Makefile and lib-src/Makefile):
8103 Split off the autoconf substitutions and don't pass them thru cpp.
8104 (undefs): Use $canonical as well as $configuration.
8105
8106 * make-dist: Distribute lisp/Makefile.
8107
8108 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8109 Use lower case names for the s files.
8110
81111994-05-03 Morten Welinder (terra@diku.dk)
8112
8113 * config.bat: Added possibility for different file name
8114 transcriptions in lib-src.
8115
81161994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8117
8118 * Makefile.in (lib-src): Undo previous change.
8119 (blessmail): New target to run maybe-blessmail in lib-src.
8120 (all): Depend on blessmail.
8121
8122 * Makefile.in (lib-src): Depend on src.
8123
81241994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8125
8126 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8127 (m88k-dg-dgux5.4R2): dgux5.4R2.
8128
81291994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8130
8131 * configure.in (window_system): Restore accidentally deleted code
8132 that uses AC_FIND_X.
8133
8134 * make-dist: Distribute config.bat.
8135
81361994-04-29 Morten Welinder (terra@diku.dk)
8137
8138 * config.bat: Corrected the configuration of lib-src
8139 to keep up with configure. Add note about dos version 3
8140 or better needed (djgpp needs that). Add note explaining
8141 that either install in c:/emacs or edit the script.
8142 Don't change to c:/emacs, but assume we're there (to minimize
8143 the number of places to change).
8144
8145 * config.bat: Build-in the first step towards X11 support with
8146 the X11 emulator that exists. At this time it won't work,
8147 and several files are missing.
8148
81491994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8150
8151 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8152 Don't look for -lresolv.
8153
8154 * Makefile.in (lib-src): Depend on src/paths.h.
8155
81561994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8157
8158 * configure.in: Restore deleted AC_SUBST of `configuration'.
8159 Improve error message for bad --with-x-toolkit value.
8160
8161 * configure.in: Define CONFIGURATION in src/config.h
8162 rather than substituting in src/Makefile.in.
8163
81641994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8165
8166 * Makefile.in (install-doc): New target.
8167 (install-arch-dep): Depend on install-doc.
8168 (mkdir): Create docdir.
8169
81701994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8171
8172 * configure.in: Test for libresolv.a.
8173 Substitute machfile and opsysfile.
8174
81751994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8176
8177 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8178 (install-arch-dep): Install under the name $(EMACS).
8179
81801994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8181
8182 * configure.in (version): Use entire value of emacs-version.
8183 (mips-siemens-sysv*): New alternative.
8184
81851994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8186
8187 * Makefile.in (install-arch-indep): Don't install dired-x*.
8188
81891994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8190
8191 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8192 Fix definition of $undefs.
8193
81941994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8195
8196 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8197
8198 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8199
82001994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8201
8202 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8203
82041994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8205
8206 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8207 and run it thru cpp, as with src/Makefile.in.
8208
8209 * configure.in: Use AC_SET_MAKE.
8210
82111994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8212
8213 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8214
82151994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8216
8217 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8218
8219 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8220 (printing the choices): Make the toolkit message unconditional.
8221 (USE_X_TOOLKIT): Use `none', not `no', if none.
8222 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8223 Get rid of temp file foofoo1.
8224
82251994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8226
8227 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8228
82291994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8230
8231 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8232 (printing the choices): State choice of toolkit.
8233 (libsrc_libs): Recalculate after writing config.h;
8234 then update lib-src/Makefile.
8235
82361994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8237
8238 * configure.in: Add sunos4shr as alternative for suns.
8239 Conditionals testing for null $CC were backwards.
8240
82411994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8242
8243 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8244
82451994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8246
8247 * configure.in: Handle -isc4.0*.
8248
82491994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8250
8251 * configure.in (esix5): Set NON_GNU_CPP.
8252
82531994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8254
8255 * Makefile.in (thisdir): Nonsensical variable removed.
8256 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8257 back to $thisdir, rather than the directory `this_dir'.
8258
82591994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8260
8261 * Makefile.in (install-arch-indep): Add missing backslash after a
8262 `then'.
8263
82641994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8265
8266 * Makefile.in (thisdir): New variable.
8267 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8268
82691994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8270
8271 * configure.in: Add freebsd.
8272
82731994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8274
8275 * configure.in: Check for fpathconf.
8276
82771994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8278
8279 * configure.in (with_x_toolkit): Fix typo in previous change.
8280
82811994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8282
8283 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8284
82851994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8286
8287 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8288
82891994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8290
8291 * configure.in: Fix value of docdir.
8292 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8293
82941994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8295
8296 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8297
82981994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8299
8300 * configure.in: New variable docdir to control where the docstring
8301 file goes.
8302 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8303
83041994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8305
8306 * configure.in: When --run-in-place, don't inherit archlibdir.
8307
83081994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8309
8310 * Makefile.in (install-arch-dep, install-arch-indep):
8311 New targets split up former do-install rule.
8312 (do-install): Target deleted.
8313
83141994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8315
8316 * configure.in (mips-sony-newsos*): New configuration.
8317
83181994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8319
8320 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8321
83221994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8323
8324 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8325
83261994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8327
8328 * configure.in: Don't initialize CC.
8329
83301994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8331
8332 * configure.in (creating src/Makefile): Also generate -U switches
8333 for symbols in the $configuration value.
8334
8335 * configure.in: Check for sys_siglist being declared in system header.
8336
83371994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8338
8339 * configure.in (creating src/Makefile): Delete blank lines
8340 along with lines of whitespace.
8341 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8342
83431994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8344
8345 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8346 like C_SWITCH_SYSTEM.
8347 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8348
83491994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8350
8351 * configure.in (drem): Check for this function.
8352
83531994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8354
8355 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8356 If CPP was inherited from environment, don't use NON_GNU_CPP.
8357 (NON_GNU_CC): Likewise.
8358 (handling with_gcc): Use explicit if in the `no' case.
8359 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8360
83611994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8362
8363 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8364
83651994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8366
8367 * configure.in: Check whether fmod exists.
8368
83691994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8370
8371 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8372 {src,lisp}/OChangeLog.
8373
83741994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8375
8376 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8377 necessary for proper operation. This code works with the current
8378 released version of Autoconf.
8379
83801994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8381
8382 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8383 (USE_X_TOOLKIT): Define it for all values except `no'.
8384
8385 * configure.in: Undo first Jan 8 change and Jan 16 change.
8386
83871994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8388
8389 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8390 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8391
8392 * Makefile.in (lwlib/Makefile): New target.
8393 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8394 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8395 (unlock, relock): Handle lwlib subdir.
8396
8397 * Makefile.in: Add some .PHONY targets.
8398
8399 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8400
8401 * lwlib: New subdirectory.
8402
84031994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8404
8405 * configure.in: If CPP has a value that is a directory,
8406 discard the value.
8407
84081994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8409
8410 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8411 remove -U[0-9]*.
8412
84131994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8414
8415 * Makefile.in (do-install): Install the dired-x info files.
8416
8417 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8418 (See src/s/sol2.h.)
8419
84201994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8421
8422 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8423
84241994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8425
8426 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8427 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8428 gratuitously break this and not make a change log entry.
8429 Optimized sed processing of Makefile.in and cpp output; now
8430 preserves comments previously removed from the cpp input.
8431 Eliminated temp file for cpp output. Generate -U switches to
8432 undefine all identifiers that appear in the directory name
8433 ${srcdir}; pass these to cpp.
8434
8435 * configure.in (version): Fix sed regexp to match two-elt version
8436 number.
8437
8438 * configure.in: Check for strerror.
8439
84401994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8441
8442 * configure.in: Test for bcmp.
8443
84441994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8445
8446 * make-dist (tempdir): Put subdir msdos into the distribution.
8447
84481993-01-07 Morten Welinder (terra@diku.dk)
8449
8450 * config.bat: New file.
8451
84521994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8453
8454 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8455
84561994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8457
8458 * configure.in (m68*-next-*): Don't care about which os is specified.
8459 (i[34]86-*-*): Check for *-nextstop*.
8460
84611993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8462
8463 * configure.in: Check for setsid.
8464
84651993-12-17 Richard Stallman (rms@srarc2)
8466
8467 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8468
84691993-12-15 Richard Stallman (rms@srarc2)
8470
8471 * Makefile.in (mkdir): Make only the lockdir writable.
8472
8473 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8474
84751993-12-11 Richard Stallman (rms@srarc2)
8476
8477 * Makefile.in (libdir): Use @libdir@.
8478
84791993-12-08 Richard Stallman (rms@srarc2)
8480
8481 * Makefile.in (install): Add empty command.
8482
84831993-12-04 Richard Stallman (rms@srarc2)
8484
8485 * make-dist: Put man/getopt.c in the dist.
8486
8487 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8488
8489 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8490
84911993-12-03 Richard Stallman (rms@srarc2)
8492
8493 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8494 Set it for all solaris versions.
8495 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8496 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8497 Likewise for NON_GNU_CC and CC.
8498
84991993-12-01 Richard Stallman (rms@srarc2)
8500
8501 * configure.in (mips-mips-riscos4*): Assign variable CC.
8502 (checking ${with_gcc}): If "no", don't override CC if already set.
8503 (CC): Initialize it as empty.
8504
85051993-11-30 Richard Stallman (rms@srarc2)
8506
8507 * configure.in (Suns): Set CPP if *-solaris2.3*.
8508
85091993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8510
8511 * Version 19.22 released.
8512
8513 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8514
85151993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8516
8517 * make-dist: When breaking links, use cp -p.
8518 Copy install.sh into distribution.
8519 Move the temp dir up into the parent dir;
8520 don't leave the staging dir make-dist.tmp... in existence.
8521 * install.sh: New file.
8522
85231993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8524
8525 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8526
85271993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8528
8529 * configure.in (version): When --run-in-place, exclude
8530 ${datadir}/emacs/site-lisp from locallisppath.
8531
85321993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8533
8534 * configure.in: Delete jumk.c before writing it.
8535
85361993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8537
8538 * Version 19.21 released.
8539
8540 * Makefile.in (mkdir): Ignore error from chmod.
8541
85421993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8543
8544 * make-dist: Don't put lisp/forms.README in the distribution.
8545
85461993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8547
8548 * configure.in (creating src/Makefile): Before running cpp,
8549 discard all lines that start with `# Generated' or /**/#.
8550
85511993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8552
8553 * Version 19.20 released.
8554
8555 * make-dist: Use build-ins.in, not build-install.in.
8556 Don't bother updating TAGS since it's not included.
8557
8558 * build-ins.in: Renamed from build-install.in.
8559
85601993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8561
8562 * make-dist: Don't try to link *.texinfo--there are none now.
8563 When running make in lib-src, specify YACC var value.
8564
85651993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8566
8567 * configure.in (extrasub): Add vpath patterns for %.[yls].
8568
8569 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8570 Instead just include the commands to make src/Makefile as the
8571 second arg to AC_OUTPUT.
8572
8573 * configure.in: Use : instead of dnl for comment inside
8574 $makefile_command.
8575
8576 * configure.in: No longer use vpath_sed. Instead, when we notice
8577 srcdir already configured, set extrasub to hack vpath in the
8578 makefiles.
8579
8580 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8581 before moving it.
8582 * Makefile.in (VPATH): Define to @srcdir@.
8583
85841993-09-28 Brian J. Fox (bfox@cubit)
8585
8586 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8587 doesn't exist. Just copy src/Makefile.in instead. Touch
8588 all of the Makefiles after editing config.status.
8589
8590 * INSTALL: Update documentation to match new configuration
8591 mechanism.
8592
85931993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8594
8595 * configure.in: Allow any of the path or directory Makefile
8596 variables to be set with flags to configure. Create all Makefiles
8597 at configure time. Edit special commands into config.status after
8598 src/Makefile.in is built from src/Makefile.
8599
8600 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8601 If these files are out of date, simply have config.status
8602 rebuild them; don't rebuild them explicitly.
8603
86041993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8605
8606 * build-install.in: Change src/xemacs to src/emacs. We no longer
8607 create src/xemacs, so the file wouldn't be found.
8608
8609 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8610
86111993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8612
8613 * configure.in: Avoid forcing the search of /usr/include before
8614 fixed include files by resetting C_SWITCH_X_SITE if it is
8615 "-I/usr/include".
8616
86171993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8618
8619 * Makefile.in (@rip_paths@locallisppath):
8620 Delete ${datadir}/emacs/site-lisp.
8621
86221993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8623
8624 * configure.in:
8625 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8626 Remove ${extra_output} from AC_OUTPUT call.
8627
86281993-09-17 Brian J. Fox (bfox@inferno)
8629
8630 * make-dist: Quote backquotes found in strings to be echoed.
8631
8632 * configure.in: Use "sh -c pwd" when we want to avoid having the
8633 shell fix up the value of $PWD.
8634
86351993-09-13 Brian J. Fox (bfox@inferno)
8636
8637 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8638 of the installation fail. Suggested by Karl Berry.
8639
86401993-08-30 Brian J. Fox (bfox@inferno)
8641
8642 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8643 was used. Set MAKEFLAGS from MFLAGS.
8644
86451993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8646
8647 * configure.in: Test for res_init in libc.
8648
86491993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8650
8651 * configure.in: In the file ${tempcname}, use configure___
8652 instead of @configure@.
8653
86541993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
8655
8656 * make-dist: Dist vpath.sed
8657
8658 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
8659 Depend on vpath.sed.
6e81c819 8660 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
8661
8662 * configure.in: Substitute variable `vpath_sed'.
8663 If not in $srcdir and $srcdir is configured,
8664 issue warning that GNU make is required,
8665 and set vpath_sed to use vpath.sed script.
8666
86671993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8668
8669 * configure.in: Remove check for $srcdir being configured. This
8670 pretty much works now.
8671 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
8672 Check for XFree86 (/usr/X386/include) independent of whether
8673 -lXbsd exists.
8674
8675 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
8676 realclean, unlock, relock): Use `$(MAKE)' in place of plain
8677 `make'.
8678
86791993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8680
8681 * Version 19.19 released.
8682
8683 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
8684
86851993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8686
8687 * configure.in: Check for XScreenNumberOfScreen.
8688
86891993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8690
8691 * configure.in: Add * to end of all configuration alternatives.
8692 (m68*-sony-newsos3*): New alternative.
8693
86941993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8695
8696 * make-dist: Include getdate.c in distribution.
8697
8698 * configure.in: For --help, use $PAGER if it is set.
8699 (LIB_X11_LIB): Default to -lX11.
8700 (mips-sgi-irix5.*): New alternative.
8701
8702 * Makefile.in (do-install): Install info/gnus* and info/sc*.
8703
8704 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
8705 Recognize *.B8.* as hpux version 8.
8706 (m68*-tektronix-bsd*): Fix typo in tek4300.
8707 (AC_HAVE_FUNCS): Add ftime.
8708
87091993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8710
8711 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
8712 Use tekxd88, not tekXD88.
8713
87141993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8715
8716 * configure.in: Check for -lm. Then can check for frexp and logb.
8717
87181993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8719
8720 * Version 19.18 released.
8721
8722 * make-dist (src): Don't put gnu-hp300 in dist.
8723 (src, lisp): Include OChangeLog in dist.
8724
87251993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8726
8727 * configure.in: Test for presence of logb and frexp functions.
8728
87291993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8730
8731 * configure.in (machine): Add i370-ibm-aix*.
8732
87331993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8734
8735 * configure.in (function checks): Test for mkdir and rmdir.
8736
8737 * configure.in (function checks): Don't test for random and bcopy
8738 only when we're building with X; look for them all the time.
8739
87401993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8741
8742 * configure.in: Test for availability of bcopy functions, searching
8743 the X libraries if we're using X.
8744
8745 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
8746 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
8747 versions of AIX, and needs to be passed to the loader.
8748
8749 * configure.in: Test for the availability of the
8750 XScreenResourceString function.
8751
87521993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
8753
8754 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
8755 LD_SWITCH_X_SITE and assume --with-x11.
8756 Only look for X11 files if we weren't told about a window system
8757 or if we were told to use X11 but not told where.
8758 Search the libraries from the s and/or m files when checking for
8759 functions.
8760
8761 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
8762
87631993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8764
8765 * make-dist: Include lisp/dired.todo in the distribution.
8766
87671993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8768
8769 * configure.in: Add code to set HAVE_INET_SOCKETS.
8770
87711993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8772
8773 * configure.in: If we do find x_includes and x_libraries
8774 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
8775
87761993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8777
8778 * make-dist: Include src/gnu-hp300 in the dist.
8779
8780 * configure.in (canonical): New variable holds the canonicalized
8781 configuration. Don't alter `configuration'. Use `configuration'
8782 for Makefile.in for file naming.
8783 (testing x_includes and x_libraries): Use =, not ==.
8784
87851993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8786
8787 * Version 19.17 released.
8788
8789 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
8790 directory's makefile. This allows the invocation of CPP which
8791 builds xmakefile to receive these switches. The SunSoft C
8792 preprocessor inserts spaces between tokens if it doesn't get the
8793 -Xs flag requested in src/s/sol2.h.
8794
87951993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
8796
8797 * configure.in (m68k-bull-sysv3): New config.
8798
87991993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8800
8801 * configure.in: Use the autoconf AC_FIND_X macro to try to find
8802 the X Windows libraries.
8803
88041993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8805
8806 * make-dist (tempdir): Don't create lisp/forms-mode directory in
8807 the distribution. Those files aren't kept in their own
8808 subdirectory any more.
8809
88101993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8811
8812 * Version 19.16 released.
8813
88141993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8815
8816 * configure.in: Add --verbose flag.
8817
88181993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8819
8820 * version 19.15 released.
8821
88221993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8823
8824 * Makefile.in (top_distclean): Use -f switch when cleaning out
8825 lock dir; it might be empty.
8826
8827 * configure.in: Only check for -lXbsd once.
8828
88291993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8830
8831 * Version 19.14 released.
8832
88331993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8834
8835 * make-dist: If using gzip, create distribution with '.gz' extension.
8836
8837 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
8838 (lisp/forms-mode): This doesn't exist anymore.
8839
8840 * configure.in: Look for the closedir function.
8841
88421993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8843
8844 * configure.in (CPP): Autoconf sets this to a shell variable
8845 reference, which doesn't work when it's edited into a makefile.
8846 Expand that variable reference.
8847
8848 * Makefile.in (CPP): New variable.
8849 (src/Makefile): Edit CPP into src/Makefile.
8850
8851 * Makefile.in (src/Makefile): Don't bother exiting single quotes
8852 and entering double quotes to get the values of LD_SWITCH_X_SITE
8853 and the other make variables; make substitutes them in anyway.
8854
8855 * Makefile.in (uninstall): Don't remove the lisp and etc
8856 directories if they're in the source tree.
8857
8858 Bring mumbleclean targets into conformance with GNU coding standards.
8859 * Makefile.in (mostlyclean, clean): Separate these two; just have
8860 them pass the request to the subdirectory makefiles.
8861 (distclean): Pass the request down, and then get rid of the
8862 files configure built, and get rid of the Makefiles.
8863 (realclean): Pass the request down, and then do the same things
8864 distclean does.
8865 (uninstall, info, dvi): New targets.
8866
8867 * configure.in: Move clause for PC-compatible i386 box to the end
8868 of the case statement, to avoid masking configurations below.
8869
8870 * configure.in: Add case for m88k-motorola-sysv4.
8871
8872 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
8873 the HP 68000 machines.
8874
8875 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
8876 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
8877 preprocessor won't fiddle with them.
8878
88791993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8880
8881 * Makefile.in (TAGS): cd to src to run etags.
8882
88831993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8884
8885 * configure.in (version): Check the X libraries for XrmSetDatabase
8886 and random, and see if we have -lXbsd.
8887
88881993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8889
8890 * configure.in: Pass "-Isrc" to the CPP we run to examine the
8891 s/*.h and m/*.h files. Martin Tomes
8892 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
8893
88941993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8895
8896 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
8897 above the general i386 alternative.
8898
88991993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8900
8901 * configure.in: Recognize configuration name for Data General
8902 AViiON machines.
8903
8904 * configure.in: Use AC_LONG_FILE_NAMES.
8905
89061993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8907
8908 * configure.in: Test for bison.
8909 * Makefile.in (YACC): New variable.
8910 (lib-src/Makefile.in): Edit YACC into the makefile.
8911
89121993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8913
8914 * Version 19.13 released.
8915
8916 * configure.in (CFLAGS): Don't set this according to the value of
8917 the GCC shell variable. Instead, consult the machine and system
8918 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
8919 test __GNUC__ while we're at it.
8920
8921 * configure.in: Remove extra ;; from hpux cases.
8922
89231993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8924
8925 * configure.in: Check to see if the system has -ldnet.
8926
89271993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8928
8929 * make-dist: Add clauses to distribute lisp/forms-mode.
8930
89311993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8932
8933 * configure.in (machine): Fix the versions in hpux version number test.
8934 Do not guess based on cpu type. Do check for explicit system version.
8935
89361993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8937
8938 * configure.in: Do NOT look for `unknown' as company name.
8939
89401993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8941
8942 * configure.in: Fix typo in message.
8943
89441993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8945
8946 * Version 19.12 released.
8947
8948 * Makefile.in (do-install): Correct previous etc-copying change.
8949 Partially rewrite using `if'.
8950 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
8951
8952 * Version 19.11 released.
8953
8954 * configure.in: Handle 386bsd.
8955
89561993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8957
8958 * make-dist: Update getdate.c.
8959
8960 * configure.in: Handle bsd386.
8961
8962 * Makefile.in (do-install): Use `-' in tar options.
8963
8964 * configure.in: Change ! "${...}" to x"${...}" = x.
8965
8966 * Makefile.in (do-install): Copy the DOC-* files from the build
8967 etc directory, as well as lots of things from ${srcdir}/etc.
8968
8969 * make-dist: Copy config.guess.
8970
8971 * configure.in: Handle AIX versions 1.2, 1.3.
8972
89731993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8974
8975 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
8976 the configuration name mips-mips-usg* to represent USG systems.
8977
8978 * configure.in: Fix logic to detect if srcdir is already configured.
8979
8980 * Makefile.in: Pass in LD_SWITCH_X_SITE.
8981
8982 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
8983 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
8984 of a directory; cd might fail, and have pwd print out the current
8985 directory.
8986
89871993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8988
8989 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
8990
89911993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8992
8993 * configure.in: Complain if srcdir points at an already-configured
8994 tree.
8995
89961993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8997
8998 * Version 19.10 released.
8999
90001993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9001
9002 * Makefile.in: Use Makefile comments, not C comments.
9003
9004 * configure.in: Add case for the Tektronix XD88.
9005
90061993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9007
9008 * configure.in: Handle sysv4.2 and sysvr4.2.
9009
90101993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9011
9012 * configure.in: Traverse the argument list without destroying it;
9013 don't use shift. It turns out that "set - ${saved_arguments}"
9014 doesn't work portably.
9015
9016 * configure.in: Add missing "fi".
9017
9018 * make-dist: Rebuild configure if configure.in is newer.
9019
9020 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9021 targets to be executed even if make remembers that it has already
9022 satisfied FRC.
9023
90241993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9025
9026 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9027
9028 * configure.in (romp): Handle various version numbers with aos and bsd.
9029
90301993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9031
9032 * configure.in: Fix message text.
9033
90341993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9035
9036 * make-dist: Make a `site-lisp' directory in the distribution,
9037 instead of a `local-lisp' directory, which hasn't been the
9038 appropriate name for a long time.
9039 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9040 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9041
9042 * Makefile.in (do-install): Correctly detect if ./etc and
9043 ${srcdir}/etc are the same.
9044
9045 * configure.in: Extract UNEXEC from the system configuration
9046 files, compute the name of the source file corresponding to the
9047 object file, and #define it as UNEXEC_SRC in config.h.
9048
9049 * configure.in: If srcdir is '.', then try using PWD to make it
9050 absolute.
9051
9052 * configure.in: Include ${srcdir} in the printed report, to help
9053 people notice if it's an automounter path.
9054
90551993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9056
9057 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9058
90591993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9060
9061 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9062 when they are different. Add `shift' command.
9063 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9064 (externallispdir): Var deleted.
9065
9066 * configure.in: Delete spurious paren outputting short_usage.
9067
90681993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9069
9070 * Version 19.9 released.
9071
90721993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9073
9074 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9075 subdirectory makes.
9076
9077 * make-dist: Check for .elc files with no corresponding .el file.
9078
9079 * Makefile.in (mkdir): Make all the directories in locallisppath.
9080
9081 * config.guess: New file.
9082 * configure.in: Use it, tentatively.
9083 * INSTALL: Mention its usage.
9084
9085 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9086 the former gives you the operating system rev directly. Use
9087 s/hpux.h if we don't recognize what we got.
9088
9089 * Makefile.in (do-install): Don't remove a destination directory
9090 if it's the same as the source. If ${srcdir}/info == ${infodir},
9091 don't try to copy the info files.
9092
9093 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9094 doesn't work if you're not using a separate source directory.
9095 (do-install): Copy the build tree's etc directory only after
9096 making sure it's not also the source tree's etc directory.
9097
90981993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9099
9100 * configure.in: Handle sunos4.1.3 specially.
9101
91021993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9103
9104 * Makefile.in (INSTALL): Add definition.
9105
9106 * configure.in: Fix some messages. Support -with-gnu-cc.
9107 At the end, use `set --', not `set -'.
9108 Delete spurious `.h' in hpux alternatives.
9109
91101993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9111
9112 * Version 19.8 released.
9113
91141993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9115
9116 * configure.in: When looking for source in the same directory as
9117 the configure script, make the path thus discovered absolute.
9118 If the user specifies the `--srcdir' switch, make that directory
9119 absolute too.
9120
9121 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9122
9123 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9124 too, as the value of the PATH_INFO macro.
9125
9126 * configure.in: Check to see if the source lives in the same
9127 directory as the configure script.
9128
91291993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9130
9131 * Makefile.in (install): Split this into `install' and
9132 `do-install', to give people more control over exactly what gets
9133 done.
9134 (do-install): New target, containing the guts of `install'. Don't
9135 remove and recreate the directories inside the copying loop - do
9136 it all before the copying loop. Pass more flags to the lib-src
9137 make.
9138 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9139 avoid errors and warnings.
9140
9141 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9142 the manufacturer - the more general case was blocking other i386
9143 configuration names below, and that's how the names are written in
9144 MACHINES anyway.
9145
9146 * make-dist: When breaking links, remove the link before moving
9147 the copy onto it, to avoid interactive behavior.
9148
9149 * Makefile.in: Doc fix.
9150
9151 * configure.in: Doc fix.
9152
9153 * INSTALL: Mention --exec-prefix option.
9154
9155 * configure.in: Add support for the `--exec-prefix' option.
9156 * Makefile.in: Accept that support.
9157
9158 * configure.in: Use the AC_PROG_INSTALL macro.
9159 * Makefile.in (INSTALL): Variable removed.
9160 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9161
9162 * configure.in: Distinguish between hp800's and hp700's by calling
9163 "uname -m".
9164
91651993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9166
9167 * configure.in: Recognize configuration names for i860 boxes
9168 running SYSV.
9169
91701993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9171
9172 * configure.in: Distinguish between hp800's and hp700's by the
9173 version of HP/UX they run, since that's something people are more
9174 likely to know - hp700's run 8.0.
9175 Add HP 700 configuration.
9176
9177 * configure.in: Test for the presence of the `rename' function.
9178
9179 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9180 configure.in.
9181 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9182
9183 * make-dist: Break intra-tree links.
9184
9185 * configure.in: Explain that this is an autoconf script, and give
9186 instructions for rebuilding configure from it. Arrange to put
9187 comments in configure explaining this too.
9188
9189 * configure.in: Make the first line of the configure script be
9190 "#!/bin/sh". Leaving the first line blank didn't work.
9191
9192 * configure.in (long_usage): Removed; made short_usage describe
9193 the options briefly.
9194
9195 * configure.in: Implement the --prefix option.
9196 * Makefile.in (prefix): Add support for it here.
9197 * INSTALL: Document it here.
9198
9199 * Makefile.in (install): Don't assume that the files in the `info'
9200 subdirectory match *.info. They don't have that prefix.
9201
92021993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9203
9204 * configure.in: Add case for version 5 of Esix.
9205
92061993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9207
9208 * Version 19.7 released.
9209
9210 * make-dist: There aren't any *.com files in lib-src anymore.
9211
9212 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9213 them; they're symlinks to other filesystems on the GNU machines.
9214
9215 * make-dist: Check that the manual reflects the same version of
9216 Emacs as stated in lisp/version.el. Edit that version number into
9217 the README file.
9218
92191993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9220
9221 * configure.in: Remove the hack of AC_DEFINE; use
9222 AC_DEFINE_UNQUOTED.
9223
92241993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9225
9226 * make-dist: Don't distribute precomp.com, compile.com, or
9227 link.com from ./src; they're in ./vms now.
9228
9229 Some time-handling patches from Paul Eggert:
9230 * configure.in: Add AC_TIMEZONE.
9231
92321993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9233
9234 * configure.in: Recognize Linux as a valid operating system for
9235 the i386.
9236
92371993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9238
9239 * make-dist: Distribute some VMS files we got from Richard Levitte.
9240
9241 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9242 the source for the sed command, not oldXMenu/Makefile.
9243
92441993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9245
9246 * INSTALL: Don't claim the srcdir option doesn't work.
9247
92481993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9249
9250 * configure.in: Include remarks saying what order the autoconf
9251 tests should go in, and remind people to change config.h.in
9252 whenever they add autoconf tests which make #definitions.
9253
9254 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9255
92561993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9257
9258 * Makefile.in (oldXMenu/Makefile): Make this depend on
9259 ${srcdir}/oldXMenu/Makefile.in, not itself.
9260
9261 * PROBLEMS: Some updates from David J. Mackenzie.
9262
9263 More changes from David J. Mackenzie.
9264 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9265 removed; autoconf and config.h should specify all these
9266 differences.
9267 (buildlisppath): Make this path depend on ${srcdir}.
9268 (INSTALLFLAGS): Removed.
9269 (INSTALL): Include the -c flag.
9270 (install): Change the way we invoke install accordingly.
9271
9272 Install ${srcdir} changes from DJM.
9273 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9274 list.
9275 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9276 the source tree and the etc directory in the object tree.
9277 (${SUBDIR}): Pass the prefix variable down to submakes.
9278 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9279 in /bin.
9280 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9281 values for srcdir and VPATH.
9282 (install): Add `v' flag to tar command. Make sure that `dir'
9283 exists in ${srcdir}/info before copying it. Remember that the man
9284 pages come from the source tree, not the object tree.
9285 * configure.in: Remove remarks saying that the --srcdir option
9286 doesn't work.
9287 Create the etc directory in the object tree.
9288 Recognize configuration names of the form *-sun-solaris*.
9289 Recognize sunos5 and solaris as operating system names.
9290
9291 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9292 lib-src/getdate.y and src/systime.h.
9293
92941993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9295
9296 * make-dist: Make links in info subdir.
9297
92981993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9299
9300 * configure.in: Call AC_STDC_HEADERS.
9301
93021993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9303
9304 * configure.in: Sidestep autoconf's quoting of the second argument
9305 of AC_DEFINE, so we can specify the value to put there. It would
9306 be nice if autoconf provided some way to specify computed values
9307 for macros.
9308
93091993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9310
9311 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9312 this is always just -DHAVE_CONFIG_H.
9313
9314 The GNU coding standards specify that CFLAGS should be left for
9315 users to set.
9316 * Makefile.in (CFLAGS): Let configure determine the default value
9317 for this. Don't
9318 have it default to DEFS.
9319 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9320 (lib-src/Makefile, src/Makefile): Edit the default value for
9321 CFLAGS into these files, not DEFS.
9322 * configure.in (CFLAGS): Choose a default value for this - "-g"
9323 normally, or "-g -O" if we're using GCC. Edit it into the
9324 top-level Makefile.
9325
9326 * configure.in: When scanning the machine and system description
9327 #include files, write their names to conftest.c properly.
9328
93291993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9330
9331 * configure.in: In configuration name case for Apallos running
9332 Domainios, set opsys, not opsysfile.
9333
9334 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9335 src/config.h, instead of AC_OUTPUT; the latter overwrites
9336 src/config.h even when it hasn't changed, puts a makefile-style
9337 comment at the top even though it's C code, and produces a
9338 config.status script which doesn't do the job right.
9339
9340 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9341 can use a symbolic link to get the X Menu library into src.
9342 * Makefile.in (LN_S): New variable.
9343 (src/Makefile): Edit the value of LN_S into this makefile.
9344
93451993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9346
9347 * configure.in: Support *-sco3.2v4* as opsystem.
9348
9349 * make-dist: Don't include calc directory.
9350 Exclude many files in the man directory; copy a few.
9351
93521993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9353
9354 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9355 call AC_STRUCT_TM to see what's in time.h.
9356
9357 * configure.in: Employ quoting stupidity to get the value of CPP
9358 to expand properly.
9359
93601993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9361
9362 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9363 variable to scan the machine and system description files.
9364
9365 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9366 so that getdate.y builds correctly.
9367
93681993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9369
9370 * configure.in (tempcname): Change this to "conftest.c", so it will
9371 work properly on systems with short filenames; this is the name
9372 autoconf uses.
9373
9374 * configure.in: Also detect the availability of dup2 and
9375 gethostname.
9376
9377 * configure.in: Use the AC_ALLOCA test.
9378 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9379 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9380
93811993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9382
9383 * make-dist: Distribute configure, as well as configure.in.
9384 Oversight.
9385
93861993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9387
9388 * Makefile.in (install): Print out the name of the directory we're
9389 copying, so people can have some idea of whether we're making
9390 progress.
9391
9392 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9393 Don't forget to re-create the COPYDESTS directories after we clear
9394 them out.
9395
93961993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9397
9398 * Makefile.in: Add autoconf cookies so that the configure
9399 script can comment out sections of path variable definitions to
9400 choose between the installable configuration and the run-in-place
9401 configuration.
9402 * configure.in: Add new option `--run-in-place', to select the
9403 run-in-place path definitions.
9404
9405 * configure.in: Add a clause to the big configuration name case
9406 for the NeXT machine.
9407
94081993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9409
9410 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9411 Make sure that each source directory exists, and is different from
9412 the destination directory; then, delete the destination before
9413 copying over the source.
9414
9415 * make-dist: Distribute configure.in, instead of configure.
9416
94171993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9418
9419 * configure.in: Don't set CC to "gcc -O" if the user specifies
9420 `--with-gcc'. Add -O to DEFS if GCC is set.
9421
94221993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9423
9424 * Makefile.in (clean mostlyclean): Missing right paren.
9425
9426 * configure.in: When checking for X windows, search for an X11
9427 subdirectory of ${x_includes}.
9428
9429 * configure.in: Check for gettimeofday function, for getdate.y.
9430
9431 Change `configure' to a mixture of custom code and autoconf stuff.
9432 autoconf can't derive all the information we need, but we'd really
9433 like to be able to take advantage of some of its tests, and its
9434 file-editing facilities.
9435 * configure.in: Renamed from configure.
9436 Quote the sections of shell script we want copied literally to
9437 the configure script.
9438 (compile): Initialize this to make the autoconf macros' code happy.
9439 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9440 code to do their jobs.
9441 Use autoconf to produce Makefile and src/config.h.
9442 Remove the Makefile-style comment that autoconf places at the top
9443 of src/config.h.
9444 (config_h_opts): Removed - no longer necessary.
9445 * Makefile.in (configname): Renamed to configuration.
9446 (CONFIG_CFLAGS): Renamed to DEFS.
9447 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9448 get values via autoload @cookies@.
9449 (libsrc_libs): Get this from autoconf. We used to do nothing
9450 about this.
9451 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9452
9453 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9454 echo the move-if-change command.
9455
94561993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9457
9458 * make-dist: Distribute lib-src/rcs-checkin.
9459
9460 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9461 Don't try to make links to the RCS or Old subdirectories.
9462 Use the appropriate extension for the compression type in use.
9463 Create the tar file in the shell's initial default directory, not
9464 in ${tempparent}.
9465 Erase the whole ${tempparent} tree, not just ${tempdir}.
9466
94671993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9468
9469 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9470 use to build paths.h.
9471 (lib-src/Makefile, src/Makefile): Similarly.
9472
9473 * configure: Extend test for working `const' keyword to handle AIX
9474 3.2 cc.
9475
94761993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9477
9478 * make-dist: Distribute lisp/term/ChangeLog.
9479
9480 Arrange for C compilation throughout the tree to get
9481 C_SWITCH_SYSTEM from the configuration files.
9482 * configure: Extract C_SWITCH_SYSTEM from the machine and
9483 system-dependent files, and save it in the top-level Makefile.
9484 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9485 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9486
9487 * make-dist: Include the VMS support files in oldXMenu in the
9488 distribution.
9489
9490 * configure: Doc fix.
9491
9492 * configure: Fix corrupted config_h_opts.
9493
9494 * configure: Properly report option names in error messages.
9495
9496 * configure: Properly recognize --x-includes and --x-libraries
9497 options.
9498
9499 * configure: Fix syntax errors in code handling XFree386.
9500
95011993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9502
9503 * configure: Add special code to detect XFree386, and tell
9504 config.h about it.
9505
9506 * configure: Properly handle extracting values of LIBS_MACHINE and
9507 LIBS_SYSTEM that contain spaces.
9508
9509 * configure: Add `--x-includes' and `--x-libraries' options. I
9510 think these are dopey, but no less than three alpha testers, at
9511 large sites, have said they have their X files installed in odd
9512 places. Implement them by setting C_SWITCH_X_SITE and
9513 LD_SWITCH_X_SITE in src/config.h.
9514
95151993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9516
9517 * make-dist: Don't distribute etc/Old files.
9518
9519 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9520 backups.
9521
95221993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9523
9524 * make-dist: Fix typo.
9525
95261993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9527
9528 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9529 in some cases where it should but didn't seen to.
9530
9531 * Makefile.in: Added unlock and relock productions.
9532
95331993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9534
9535 * make-dist: Add a --compress option to force make-dist to use
9536 compress.
9537
9538 * make-dist: Use gzip, if we can find it.
9539
9540 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9541 make rs6000-ibm-aix default to -aix32.
9542
95431993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9544
9545 * Makefile.in: Added `Developer's configuration' section.
9546
95471993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9548
9549 * Makefile.in: Add commented-out variable settings for developer's
9550 configuration.
9551
95521993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9553
9554 * make-dist: Distribute `src/bitmaps' too.
9555
95561993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9557
9558 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9559 make rs6000-ibm-aix default to -aix32.
9560
95611993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9562
9563 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9564
9565 * Makefile.in (install.sysv): Add a second `$' in front of
9566 `${dest}', so that the shell will expand it, instead of Make.
9567
9568 * configure: When processing the name of the configure script,
9569 collapse `././' to `./', but leave a single `./' prefix alone.
9570
9571 * configure: Doc fix.
9572
95731993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9574
9575 * configure: Handle isc3.0 correctly.
9576
95771993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9578
9579 * make-dist: Don't try to copy the COPYING notice into
9580 external-lisp; we're not distributing that directory any more.
9581
95821993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9583
9584 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9585 Remove CVS subdirectories from the installed directory trees, as
9586 well as RCS directories.
9587
95881993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9589
9590 * make-dist: Only copy gmalloc.c if we couldn't link it.
9591 Don't try to copy man/{README,Makefile} unless they actually exist.
9592
9593 * Makefile.in (lisppath): Don't include externallispdir in this.
9594 We're not sure whether we're even going to distribute the
9595 directory yet.
9596
95971993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9598
9599 * make-dist: Don't distribute the external-lisp directory anymore.
9600 * INSTALL: Remove all references to external-lisp.
9601
9602 * configure: Detect whether the compiler supports `const'
9603 properly, and edit src/config.h accordingly.
9604
9605 * configure: Tweak layout of final report.
9606
9607 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9608 CFLAGS.
9609
9610 * Makefile.in (locallisppath): Make this default to
9611 ${datadir}/emacs/site-lisp, instead of
9612 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9613 the same thing, and local-lisp causes completion conflicts with
9614 lock.
9615 (lisppath): Add ${externallispdir} to this.
9616 * INSTALL: Adjust installation directions.
9617
9618 * Makefile.in (externallispdir): New variable, to say where to
9619 install the externally-maintained lisp files.
9620 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9621 the others.
9622 * INSTALL: Describe external-lisp and the new externallispdir
9623 variable.
9624
96251993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9626
9627 * configure (progname): New option `--with-gcc'. Make it clearer
9628 how we are trying to guess whether or not we have GCC.
9629 * INSTALL: Document the `--with-gcc' option, and improve
9630 description of `--with-x' options.
9631
96321993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9633
9634 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9635 ${infodir} from these variables; we have written out explicit code
9636 to install the info files.
9637
96381993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9639
9640 * make-dist: Don't distributed the RCS files in the etc directory.
9641
96421993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9643
9644 * Makefile.in: Some makes can't handle comments in the middle of
9645 commands; move them to before the whole rule.
9646
96471993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9648
9649 * README: Mention what Emacs is.
9650
96511993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9652
9653 * make-dist: Include `./lisp/calc-2.02' in the distribution.
9654 Add `./cpp' and `./man' back into the distribution.
9655
96561993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9657
9658 * Makefile.in: Define MAKE, and use where appropriate.
9659
96601993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9661
9662 * make-dist: Remember that the authoritative COPYING notice is
9663 `etc/COPYING', not `../etc/COPYING'.
9664
96651992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9666
9667 * make-dist: Make sure that the COPYING notices in each directory
9668 are copies, not symlinks.
9669
96701992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9671
9672 * INSTALL: The build process produces an executable called `emacs'
9673 now. Change references.
9674 * Makefile.in: Adjust `install.mumble' targets to install
9675 `src/emacs', not `src/xemacs'.
9676
9677 * configure: Start with a blank line; this keeps some old CSH's
9678 from thinking it's a CSH script. Most systems will just use
9679 /bin/sh to run it, which is what we're expecting; the only other
9680 shells which might try to interpret it themselves are probably
9681 Bourne-compatible.
9682
96831992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9684
9685 * INSTALL: Improvements suggested by David Mackenzie.
9686
96871992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9688
9689 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9690 Don't try to copy the info files if there aren't any; the
9691 unexpanded globbing pattern disappoints `install'. Ignore the
9692 return status of that command.
9693
9694 * INSTALL: Updated for new configuration arrangement.
9695
9696 * configure: Don't make the top-level Makefile read-only - people
9697 may want to edit the values of the path variables.
9698
9699 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9700 Install the info files in ${infodir}. Install the executable
9701 under both `emacs' and `emacs-VERSION'.
9702
9703 * Makefile.in: Doc fix.
9704
9705 * Makefile.in (exec_prefix): New variable, as per latest version
9706 of coding standards.
9707 (bindir, libdir): Use it, instead of `prefix'.
9708 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
9709
9710 * Makefile.in (mandir): Make the default value for this depend on
9711 $(prefix).
9712
9713 * Makefile.in (datadir, statedir, libdir): Make these all default
9714 to ${prefix}/lib.
9715 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
9716 to compensate.
9717
9718 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9719 Install the etags and ctags man pages too.
9720
9721 * Makefile.in (distclean): Don't delete backup files; that's the
9722 job of extraclean.
9723 (extraclean): Like distclean, but deletes backup and autosave files.
9724
97251992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9726
9727 Make path specification conform to GNU coding standards.
9728 * configure (long_usage): Remove all traces of old arguments from
9729 usage messages, and document the options we do accept in more
9730 detail: -with-x... and --srcdir.
9731 (options, boolean_opts): Deleted; we don't have enough options to
9732 make this worthwhile.
9733 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
9734 along with the code which supported them; these should be set as
9735 arguments to the top-level make.
9736 (config_h_opts): Since this no longer doubles as a list of option
9737 names, make them upper case; this simplifies the code which uses
9738 them to build the sed command to edit src/config.h. Change the
9739 code which sets them.
9740 (cc, g, O): Don't allow the user to set these using options; they
9741 should be specified using `CC=' and `CFLAGS=' arguments to the
9742 top-level make. Just choose reasonable default values for them,
9743 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
9744 values.
9745 (gnu_malloc, rel_alloc): Don't allow the user to set these using
9746 options; use them whenever the configuration files say they're
9747 possible.
9748 Simplify the argument processing loop. Don't accept abbreviations
9749 for option names; these might conflict with other configuration
9750 options in the future.
9751 Add some support for the `--srcdir' option. Check for the sources
9752 in . and .. if `--srcdir' is omitted. If the directories we will
9753 compile in don't exist yet, create them under the current directory.
9754 Note that the rest of the build process doesn't really support
9755 this.
9756 Edit only the top Makefile. That should edit the others. Edit
9757 into the makefile: `version', from lisp/version.el, `configname'
9758 and `srcdir' from the configuration arguments, `CC' and
9759 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
9760 the user's path, and LOADLIBES as gleaned from the system
9761 description files.
9762 Simplify the report generated; it doesn't need to include any
9763 description of paths now.
9764 Make `config.status' exec configure instead of just calling it, so
9765 there's no harm in overwriting `config.status'.
9766 * Makefile.in (version, configname): New variables, used to choose
9767 the default values for datadir and libdir.
9768 Path variables rearranged into two clearer groups:
9769 - In the first group are the variables specified by the GNU coding
9770 standards (prefix, bindir, datadir, statedir, libdir, mandir,
9771 manext, infodir, and srcdir).
9772 - In the second are the variables actually used for Emacs's paths
9773 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
9774 archlibdir), which depend on the first category.
9775 datadir and libdir default to directories under
9776 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
9777 demand.
9778 etcdir and lispdir default to subdirectories of datadir.
9779 archlibdir defaults to libdir.
9780 The new installation tree is a bit deeper than it used to be, so
9781 use the new make-path program in lib-src to build them all.
9782 Always build a new src/paths.h.tmp and then move-if-change it to
9783 src/paths.h, to avoid unnecessary rebuilds while responding to the
9784 right changes.
9785 Remove all mention of arch-lib. Run utility commands from
9786 lib-src, and let the executables be copied into archlibdir when
9787 Emacs is installed.
9788 Add targets for src/Makefile, lib-src/Makefile, and
9789 oldXMenu/Makefile, editing the values of the path variables into
9790 them.
9791 Let lib-src do its own installation.
9792 (datadir): Default to putting data files under
9793 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
9794 (emacsdir): Variable deleted; it would only be confusing to use.
9795 (lispdir, etcdir): Default to ${datadir}/lisp.
9796 (mkdir): Use make-path for this.
9797 (lockdir): Do this in mkdir.
9798 (Makefile): New target.
9799
9800 * configure (usage_message): Rename to long_usage.
9801
9802 * make-dist: Don't bother creating an arch-lib directory; that's
9803 only for installation now.
9804
98051992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9806
9807 * configure: Use GCC-style configuration names, using config.sub.
9808 Change the usage and help messages.
9809
9810 * configure: Initialize window_system, not indow_system.
9811
9812 * configure: Report which window system, compiler, and signal
9813 handler return type we decide to use.
9814
9815 * make-dist: Explain what's going on if config.sub and gmalloc.c
9816 can't be linked. Place the code which copies them near the code
9817 which links the rest of the files around them.
9818
98191992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
9820
9821 * make-dist: Don't bother to distribute src/*.com, or
9822 src/vmsbuild; those have all been moved to `../vms'.
9823
98241992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9825
9826 * make-dist: Don't forget that the way to avoid filenames starting
9827 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
9828 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
9829 couldn't make hard links to, since we have two already, and
9830 perhaps more to come.
9831
98321992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9833
9834 * configure: When editing parameters into lib-src/Makefile, change
9835 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
9836 needs some other flags too.
9837
98381992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9839
9840 * configure: Remove spurious echo of the configuration name.
9841
9842 * make-dist: Don't distribute files in src/m and src/s whose names
9843 begin with `='.
9844
98451992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9846
9847 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
9848 Also LISP_FLOAT_TYPE.
9849
98501992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9851
9852 * make-dist: Copy config.sub, since it's a symbolic link to a file
9853 on another file system.
9854
98551992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9856
9857 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
9858 distribution.
9859
9860 * config.sub: New file, to help us recognize configuration names.
9861 * make-dist: Include it in the distribution.
9862
98631992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9864
9865 * configure: Convert `-' to `_' in specified option names.
9866 Accept options with --. Delete --highpri and --have-x-menu options.
9867 New options --with-x and --with-x10 replace -window-system.
9868 Don't mention options --gnu-malloc, --rel-alloc
9869 or --lisp-float-type in help message.
9870
98711992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9872
9873 * make-dist: Include the `vms' subdirectory in the distribution.
9874
98751992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9876
9877 * configure: Remove lines starting with "# DIST: " when building
9878 lib-src/Makefile and src/Makefile. This allows us to mark the
9879 "Makefile.in" files with explanatory comments which won't also get
9880 stuck in the Makefiles.
9881
98821992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9883
9884 * make-dist: Don't use the '+' operator in the sed regular
9885 expression that extracts the version number from lisp/version.el;
9886 Ultrix sed doesn't seem support the operator. Just double the
9887 operand and use *.
9888
98891992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9890
9891 * Makefile.in: Doc fix.
9892
98931992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9894
9895 * configure: Rewrite sed command to remove at most one ./ prefix;
9896 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
9897 group.
9898
98991992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9900
9901 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
9902
99031992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9904
9905 * make-dist: Go ahead and build a new TAGS file, unless the
9906 --newer option was specified. Don't try to delete a TAGS file
9907 from etc; it's not kept there, and shouldn't be deleted anyway.
9908
99091992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9910
9911 * make-dist: If the lisp directory contains a default.el, don't
9912 distribute it.
9913
9914 * configure: When searching signal.h for the type of a signal
9915 return handler, make a copy of it, not a symbolic link to it; that
9916 way, it will work on systems that don't have symbolic links.
9917
99181992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9919
9920 * make-dist: Taught it about vcdiff and rcs2log, added --newer
9921 option for generating incremental distributions. Stopped it from
9922 generating a TAGS file into the distribution; that sucker is
9923 *big*, and easily enough generated with the toplevel makefile.
9924
99251992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9926
9927 * configure: When writing config.status, don't prefix progname
9928 with a '.'; it might be absolute.
9929
99301992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9931
9932 * configure: Choose to use X11 if either /usr/lib/libX11.a or
9933 /usr/include/X11 exist, not only if both exist.
9934
99351992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9936
9937 * make-dist: Make the new external-lisp directory a duplicate of
9938 the external-lisp directory, not the lisp directory.
9939
99401992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9941
9942 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
9943 clean' in arch-lib; it doesn't even have a Makefile.
9944
9945 * Makefile.in (clean, mostlyclean): In the test which tries to
9946 distinguish between the build directory, which should be cleaned,
9947 and the installed directory, which shouldn't, cd to `${emacsdir}',
9948 not `${DESTDIR}${LIBDIR}'.
9949
99501992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9951
9952 * make-dist: Be sure to delete the .c and .h files that YACC and
9953 BISON create from getdate.y.
9954
9955 * external-lisp: New directory; see `external-lisp/README'.
9956 * make-dist: Added support for the external-lisp subdirectory.
9957
9958 * make-dist: Changed message which complains that make-dist wasn't
9959 invoked in the right directory to indicate which files it was
9960 looking for.
9961
99621992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9963
9964 * configure: Add comments explaining why we can't translate
9965 character ranges or control characters in `tr'.
9966
99671992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9968
9969 * configure: When generating the configuration message, we used to
9970 build the message from the start so that each line began with "# "
9971 so that it would be a comment in `config.status'. However, this
9972 causes trouble if any of the variables we use in the message
9973 expand to more than one line of text - as gnu_malloc_reason
9974 sometimes does. So instead, we build the message as it should be
9975 printed to the user (i.e. without the "# " prefixes), and stick on
9976 the "# "s when we write it to `config.status'.
9977
9978 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
9979 `lib-src' and `arch-lib'.
9980
9981 * configure: When generating report and `config.status' file, note
9982 that bindir only determines where `make install' and
9983 `build-install' will place the executables; this should make it
9984 clear that the ordinary build process will not try to install
9985 things.
9986
99871992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9988
9989 * make-dist: Change messages to say that we are 'making links to
9990 X', rather than 'copying X'. And put `' quotes around file names.
9991
9992 * make-dist: Include '.tmp' in the name of the staging directory.
9993
9994 * make-dist: Pass the `-f' option to rm when you're not sure that
9995 the files you're removing actually exist.
9996
9997 * make-dist: When setting up etc/COPYING, always nuke whatever is
9998 there, and then copy it in, to make sure we get a real file.
9999
10000 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10001 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10002 version which doesn't have a separate .defns file.
10003
100041992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10005
10006 * make-dist: Don't distribute configured versions of config.h.in,
10007 paths.h.in, Makefile.in in src.
10008
10009 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10010 trying to make final targets writable first, since it won't
067d23c9
KY
10011 matter to move-if-change.
10012
100131992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10014
10015 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10016 mkdir and chmod in the center of all the conditionals. GNU Make
10017 will strip these out, but other makes won't.
10018
100191992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10020
10021 * make-dist: Include move-if-change in list of files to distribute.
10022
100231992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10024
10025 * configure: Remove any "." elements from the program name.
10026
10027 * configure: Don't record the values of all the possible arguments
10028 in config.status; only record the options that the user specified.
10029
10030 * configure: Use move-if-change to move in the new src/config.h.
10031
100321992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10033
10034 * move-if-change: New file, copied from gcc release.
10035 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10036 a temp file, so we don't update paths.h if an error occurs or if
10037 it doesn't need changing.
10038
100391992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10040
10041 * Makefile.in (src/paths.h): Do not install a value for the
10042 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10043 * build-install.in: Same thing.
10044
100451992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10046
10047 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10048 latter, being a typo, is always false, resulting in a program
10049 whose default behavior is to painstakingly build a copy of the
10050 source tree, and then delete it. Rah.
10051
10052 * Makefile.in: Add dist target, and comment for it.
10053
10054 * configure: When scanning <signal.h> for a declaration for
10055 signal, create a symbolic link with a name ending in .c, so the
10056 compiler won't complain that it's only been given .h files.
10057
10058 * configure: Check whether there are any arguments available
10059 before shifting to get the value of a non-boolean parameter.
10060
10061 * make-dist: Doc fix.
10062
100631992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10064
10065 * configure: Instead of grepping /usr/include/signal.h for a
10066 signal declaration, run /usr/include/signal.h or
10067 /usr/include/sys/signal.h through cpp and grep for the
10068 declaration.
10069
10070 * configure: Redirect the output of grep to /dev/null instead of
10071 using grep -s - that flag means different things on other systems.
10072
10073 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10074 since the former is recognizable even if you don't know what
10075 'dumping' is.
10076 * configure: Accommodate that change.
10077
10078 * configure: Accept options for all of the directories you can
10079 change in the Makefile.
10080
10081 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10082
10083 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10084 FOO before you can use them.
10085
10086 * build-install.in: Made the "Where To Install Things" section
10087 conform with the similar section from Makefile.in. Copied section
10088 which builds src/paths.h from src/paths.h.in from the Makefile.
10089
100901992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10091
10092 * configure: Write config.status to pass its command-line
10093 arguments on to configure, so that people can use it to recreate
10094 an old configuration, with minor changes.
10095
100961992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10097
10098 * configure: Don't rely on option variables being unset if their
10099 values are the empty string. In particular, when producing the
10100 English report, don't assume that highpri will be unset when no
10101 increased priority has been requested; -highpri='' should be the
10102 same as omitting -highpri altogether.
10103
10104 * configure: Fix dumb bug: when running the system and machine
10105 description files through cpp, mark those lines that we want to
10106 evaluate with the string '@configure@', and then only evaluate
10107 them. This way if the files include anything that actually
10108 generates text (type definitions or external declarations, say),
10109 we won't try to eval it.
10110
101111992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10112
10113 * make-dist: New shell script.
10114
10115 * configure: When creating foo from foo.in, make foo read-only to
10116 remind people to edit the .in file instead.
10117
10118 * INSTALL: Changed references to config.h-dist to config.h.in.
10119 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10120 to build src/paths.h from src/paths.h.in; added a paragraph to do
10121 this.
10122 * configure, Makefile, build-install: Changed filenames like
10123 FOO-dist to FOO.in.
10124
101251992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10126
10127 * Makefile, build-install: Renamed to Makefile.in and
10128 build-install.in; the configure script will edit these to produce
10129 the usable Makefile and build-install.
10130 * configure: Changed to produce ./Makefile, ./build-install,
10131 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10132 instead of editing them in place.
10133
101341992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10135
10136 * Makefile: Re-arranged so that the undumped Emacs will search
10137 ../lisp *after* the site's local elisp files.
10138 (locallisppath, dumplisppath): New variables.
10139 (lisppath): This variable's default value is now chosen based on
10140 $(locallisppath) and $(lispdir); while it used to be the
10141 customization point for adding site-local elisp directories to
10142 load-path, that job is now handled mostly by locallisppath.
10143 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10144 Check the values being assigned to the *LOADSEARCH macros for null
10145 path elements (like '::' in 'foo::bar').
10146
10147 * configure: When checking if the machine- and system-dependent
10148 files define a particular macro or not, actually run them through
10149 CPP and test the macros with #ifs, instead of just grepping for
10150 the macros' names. In particular, check for SYSTEM_MALLOC in this
10151 way.
10152
101531992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10154
10155 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10156
101571992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10158
10159 * configure: Make the config.status file an executable shell
10160 script which will recreate the same configuration. Include the
10161 verbal description of the current configuration as a comment in
10162 the script.
10163 * INSTALL: Doc fix.
10164
10165 * Makefile: Brought the Makefile up to the GNU coding
10166 standards, as described in standards.text:
10167 (TAGS): New name for the target which rebuilds the tags table.
10168 (check): New target; doesn't do anything yet.
10169 (mostlyclean): New target, synonymous with clean.
10170 (realclean): New target. Currently, this just calls the
10171 subdirectories's makefiles and then deletes config.status.
10172 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10173 variables.
10174 Installation directory variables changed to conform.
10175 (install, install.sysv, install.xenix, install.aix): Changed the
10176 code which copies the directories into their installed location to
10177 allow the installed locations to be in several different
10178 directories; the old version assumed that they would all be in
10179 $(emacsdir).
10180 (mkdir, lockdir): Allow the installed locations to be in several
10181 different directories.
10182 * INSTALL: Doc fix.
10183
10184 * build-install: Use the same variable names as the Makefile.
10185 Allow the installed locations to be in several different
10186 directories.
10187
101881992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10189
10190 * Makefile (src/paths.h): Instead of using a single sed command to
10191 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10192 separately, and don't forget to append "/!!!SuperLock!!!" to the
10193 value of the PATH_SUPERLOCK macro.
10194
10195 * config.emacs: Renamed to configure, for consistency with other
10196 GNU products. Internal references changed.
10197 INSTALL, Makefile: References changed.
10198
10199 * lock: New directory, which should always be empty. If this
10200 directory doesn't exist, Emacs won't complain; it just won't lock.
10201 Having this here means that people can just unpack Emacs, build
10202 it, and have locking work.
10203
10204 * share-lib: Re-renamed to etc, for the sake of tradition.
10205 * config.emacs: Changed default value for datadir to ../etc.
10206 * INSTALL, README: Adjusted.
10207
102081992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10209
10210 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10211 by running CPP on the appropriate s/*.h and m/*.h files.
10212
102131992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10214
10215 * config.emacs: Make sure to set the "exit on error" flag once
10216 we've removed config.status; errors should abort the configuration.
10217
102181992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10219
10220 * config.emacs: Added -distribute option, so that the Makefile
10221 paths are in their proper form. I don't know why this matters.
10222
102231992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10224
10225 * local-lisp: New directory, empty in the distribution, for people
10226 to put local elisp code in.
10227 * config.emacs: Include it in the default load path.
10228 * README: Document it.
10229
102301992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10231
10232 * config.emacs: Guess the type of signal handling functions based
10233 on the contents of /usr/include/signal.h.
10234
10235 * config.emacs: Print out progress report messages.
10236
10237 * Makefile (src/paths.h): Don't generically replace
10238 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10239 editing of the other entries, and each entry should be dealt with
10240 explicitly anyway.
10241
10242 * build-install: Converted from C-shell to Bourne shell.
10243 * config.emacs: Edit build-install properly.
10244
10245 * config.emacs: Doc fix.
10246
102471992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10248
10249 * Makefile (install): Remove `B' from tar xf command.
10250
102511992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10252
10253 * config.emacs: Removed support for the `maintain-environment'
10254 option; the only important difference between this and its absence
10255 has been removed.
10256 * INSTALL: Removed mention of `maintain-environment'.
10257
10258 * config.emacs: Fix arguments to sed when processing boolean
10259 arguments.
10260
102611991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10262
10263 * config.emacs: New file, to help automate the installation
10264 process.
10265
10266 * Makefile: Lots of changes to support the separation of etc into
10267 architecture-dependent and -independent files:
10268 (EMACSROOT): New variable, giving the directory under which all of
10269 Emacs's libraries should be installed. Changed rest of file to
10270 use it.
10271 (LIBDIR): Now denotes only architecture-dependent dir.
10272 (DATADIR): New variable, denoting architecture-independent dir.
10273 (LOCKDIR): New variable, for completeness.
10274 (SUBDIR): No more etc, new lib-src.
10275 (COPYDIR): No more etc, new arch-lib and share-lib.
10276 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10277 (src): Now depends on lib-src, not etc.
10278 * build-install: Changes parallel to the above.
10279 * README: Describe the new arrangement.
10280
10281 * vms: New subdirectory for all the VMS stuff.
10282
102831991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10284
10285 * Makefile (LISPPATH): New variable.
10286 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10287
102881990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10289
10290 * Makefile (install, install.sysv, install.xenix):
10291 Install wakeup instead of loadst. No need for setuid or setgid.
10292
102931990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10294
10295 * Makefile (clean): Clean etc if that's not the installation dir.
10296
102971990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10298
10299 * Makefile (paths.h): Make sed alter each name in the path.
10300
103011988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10302
10303 * Makefile (install.sysv): Use cpio, not tar.
10304
103051988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10306
10307 * Makefile (lockdir): Rename `lock' target.
10308 Depend on it from install*, not from `all'.
10309
103101988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10311
10312 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10313 to match build-install and paths.h.
10314
10315;; Local Variables:
10316;; coding: utf-8
067d23c9
KY
10317;; End:
10318
1a71cb28 10319 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10320
10321 This file is part of GNU Emacs.
10322
10323 GNU Emacs is free software: you can redistribute it and/or modify
10324 it under the terms of the GNU General Public License as published by
10325 the Free Software Foundation, either version 3 of the License, or
10326 (at your option) any later version.
10327
10328 GNU Emacs is distributed in the hope that it will be useful,
10329 but WITHOUT ANY WARRANTY; without even the implied warranty of
10330 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10331 GNU General Public License for more details.
10332
10333 You should have received a copy of the GNU General Public License
10334 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.