* Makefile.in (install-arch-indep): Remove unneeded subshell.
[bpt/emacs.git] / ChangeLog
CommitLineData
e7333757
GM
12012-05-19 Glenn Morris <rgm@gnu.org>
2
e39b9806
GM
3 * Makefile.in (install-arch-indep): Remove unneeded subshell.
4 Combine some rm commands.
5
42d5aa3e
GM
6 * Makefile.in (install-arch-indep): Remove unneeded chmod.
7 Set permissions of lisp/subdirs.el.
8
9192d37d
GM
9 * Makefile.in (SUBDIR): Add leim. Update users.
10
2e5d41e4
GM
11 * Makefile.in (lib, lib-src, lisp): Check cd return value.
12
e7333757
GM
13 * Makefile.in (leim): No need to set PARALLEL.
14
7606c360
GM
152012-05-18 Glenn Morris <rgm@gnu.org>
16
6d1a623e
GM
17 * Makefile.in (install-arch-indep, install-info, install-man):
18 Simplify some one-sided ifs.
19
29473393
GM
20 * Makefile.in: Install only the relevant DOC file.
21 (install-arch-indep): Delete etc/DOC*.
22 (install-doc): No more need to delete etc/DOC.
23
660c8c1e
GM
24 * Makefile.in (install-arch-indep): Split into several rules.
25 (install-doc, innstall-info, install-man): New rules.
26
37f36bcb
GM
27 * configure.in (mandir): May as well include it in the NS app bundle.
28
0629a797
GM
29 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
30 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
31 (install-arch-indep): Don't install-etc for self-contained ns builds.
32
136c45ee
GM
33 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
34 No longer unconditonally add /sw directories. (Bug#2280)
35
ed0ba302
GM
36 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
37 (install-arch-indep): Depend on install-leim.
38 (install): Remove explicit install-leim dependence.
39
62061397
GM
40 * Makefile.in (install-arch-indep):
41 Move last element of mkdir rule here.
42 (mkdir): Remove rule.
43
37baa3c8
GM
44 * Makefile.in (install-arch-indep): Remove unneeded chmods.
45 INSTALL_DATA does this for us.
46
b533f05e
GM
47 * Makefile.in (install-arch-dep): Ensure bindir exists.
48 Drop mkdir dependency.
49 (install-arch-indep): Ensure docdir, infodir, mandir exist.
50 (install-leim): Drop mkdir dependency.
51 (mkdir): Remove most directories, now made in relevant rules.
52
7606c360
GM
53 * Makefile.in (install-arch-indep): Combine adjacent loops.
54
3a4155de
GM
552012-05-17 Glenn Morris <rgm@gnu.org>
56
d9a1e2c2
GM
57 * Makefile.in (install-etc, mkdir):
58 Make relevant directories in install-etc rather than mkdir.
59
4c54abe1
GM
60 * Makefile.in (write_subdir): Create the directory if needed.
61 (install-arch-dep, mkdir): No need to make site-lisp directories.
62
9f1ea7dc 63 * Makefile.in (write_subdir): New.
05f3d308 64 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 65
40c117e7 66 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 67 For a self-contained ns build, set these to the appropriate values.
40c117e7 68 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 69
b4a36200
GM
70 * configure.in (ns_self_contained): New output variable.
71 * Makefile.in (ns_self_contained): New, set by configure.
72 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
73 don't bother installing binaries then immediately deleting them.
74
3a4155de
GM
75 * Makefile.in (ns_appbindir, ns_appresdir):
76 Move them before things that may refer to them.
77 (install-arch-dep): No need to relocate self-contained ns libexec.
78
79 * configure.in (archlibdir): Set it for self-contained ns builds.
80 (libexecdir): Don't expand it now (this is mainly cosmetic).
81
f04940ae
PE
822012-05-16 Paul Eggert <eggert@cs.ucla.edu>
83
84 * configure.in: Simplify by removing CPP etc.
85 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
86 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
87 In particular we no longer need to fiddle with CPP, since we don't
88 use CPP specially any more.
89 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
90 adjusted compiler.
91 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
92 since gl_EARLY and/or Autoconf already does these.
93
27cb7be2
GM
942012-05-16 Glenn Morris <rgm@gnu.org>
95
96 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
97 (CPP): Do not unconditionally set it on Darwin.
98 Instead, try to test if -no-cpp-precomp is accepted.
99 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
100
ec3ca9ec
GM
1012012-05-15 Glenn Morris <rgm@gnu.org>
102
4e7d487c 103 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 104
75a9f5f5
GM
105 * Makefile.in (install-arch-dep): Do not hard-code version number.
106
ec3ca9ec
GM
107 * Makefile.in (install-arch-dep): NS install no longer needs to
108 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
109
3fe7cdc8
GM
1102012-05-12 Glenn Morris <rgm@gnu.org>
111
9e6b06ed
GM
112 * configure.in (ns_appbindir): Remove trailing "/".
113
3fe7cdc8
GM
114 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
115 (MKDEPDIR): Use $MKDIR_P.
116 * Makefile.in (MKDIR_P): New, set by configure.
117 (mkdir): Use $MKDIR_P.
118
a873f274
GM
1192012-05-11 Glenn Morris <rgm@gnu.org>
120
121 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 122 Use INSTALL_DATA for the DOC file.
c8e32179 123 Remove dead code for ./lisp that never executes.
a873f274 124
ff57c2ec
GM
1252012-05-10 Glenn Morris <rgm@gnu.org>
126
127 * configure.in (LEIM_INSTALLDIR): New output variable.
128
49ed9c8e
SM
1292012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
132
5122804a
GM
1332012-05-08 Glenn Morris <rgm@gnu.org>
134
135 * make-dist: No more doc/lispref/*.el.
136
01319a4e
AS
1372012-05-05 Andreas Schwab <schwab@linux-m68k.org>
138
139 * configure.in: Fix quoting bugs.
140
8045b906
GM
1412012-05-04 Glenn Morris <rgm@gnu.org>
142
143 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
144
9fa0e416
GM
1452012-05-02 Glenn Morris <rgm@gnu.org>
146
3c30e766
GM
147 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
148 the choices made by FreeBSD and NetBSD. (Bug#10313)
149
9aa071df
GM
150 * Makefile.in (INFO_FILES): Remove variable.
151 (INFO_NONMISC): New variable.
152 (install-arch-indep, uninstall): Don't use $INFO_FILES.
153
cd3771a0
GM
154 * Makefile.in (uninstall): Remove useless-use-of-for; that for
155 some reason caused problems on an old Solaris.
156
a36e64d0
GM
157 * Makefile.in (install-arch-indep, uninstall):
158 Ensure that INSTALL-type commands are run from top-level.
159
9e7a4bcf
GM
160 * info/dir: Make some entries consistent with the source texi files.
161
9fa0e416
GM
162 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
163
7adecb99
GM
1642012-05-02 Glenn Morris <rgm@gnu.org>
165
166 * Makefile.in (install-arch-indep):
167 Combine adjacent install-data and install-info loops.
168
4737362e
GM
1692012-05-01 Glenn Morris <rgm@gnu.org>
170
ab1121bd
GM
171 * Makefile.in (MAN_PAGES): Remove.
172 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
173
a4a18b8b
GM
174 * configure.in: Try libtinfo for tputs.
175 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
176
3ba0a545
GM
177 * configure.in: Combine adjacent $opsys case blocks.
178
e3da5b19
GM
179 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
180
262f06da
GM
181 * configure.in: Invert the TERMINFO logic,
182 since "yes" is far more common than "no".
183
9311dcff
GM
184 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
185
4d5c6349
GM
186 * configure.in (LD_SWITCH_X_SITE_RPATH):
187 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
188
4737362e
GM
189 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
190
562e638f
GM
1912012-04-26 Glenn Morris <rgm@gnu.org>
192
193 * make-dist: No more doc/lispref/tindex.pl.
194
dcbf5805
MA
1952012-04-22 Michael Albinus <michael.albinus@gmx.de>
196
197 * configure.in (dbus_validate_bus_name, dbus_validate_path)
198 (dbus_validate_interface, dbus_validate_member): Check also for
199 these library functions
200
4b5b5289
PE
2012012-04-22 Paul Eggert <eggert@cs.ucla.edu>
202
203 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
204 With glibc 2.14 or later, when compiled with GCC 4.7.0's
205 -Werror=deprecated-declarations flag, use of hooks like
206 __malloc_initialize_hook causes compilation to fail because these
207 hooks are deprecated. Modify 'configure' to check for these hooks too.
208 Simplify the 'configure' code to test for all the hooks at once.
209 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
210 (emacs_cv_var_doug_lea_malloc): ... this new var.
211
9ee7d8b9
PE
2122012-04-21 Paul Eggert <eggert@cs.ucla.edu>
213
214 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
215 dated 2011-10-07. Regenerating from current gnulib would be a
216 pervasive change, and currently the trunk isn't open to such changes.
217 * configure.in (WARN_CFLAGS): Remove; no longer needed now
218 that gnulib does it.
219 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
220
5e6ab4e6
AS
2212012-04-21 Andreas Schwab <schwab@linux-m68k.org>
222
223 * m4/gl-comp.m4: Update. (Bug#11285)
224
c07a4c0b 2252012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
226
227 * configure.in: Don't use the -R option (Bug#11251).
228
6c94c34f 2292012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 230
9f46df23 231 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
232 I have been using this change for many months in my private copy
233 of Emacs, and have used it to find several bugs. It's mature
234 enough to publish now.
235 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
236 * configure.in: Support --enable-gcc-warnings, in the style of
237 other GNU packages such as coreutils.
238 (C_WARNINGS_SWITCH): Remove, replacing with...
239 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
240 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
241 when including system files with GCC.
242 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 243 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
244 * lib/Makefile.am (AM_CFLAGS): New macro.
245 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
246
316411f0
DA
2472012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
248
249 * configure.in (AC_CHECK_FUNCS):
250 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
251
9b9b2ef2
GM
2522012-04-16 Glenn Morris <rgm@gnu.org>
253
b1aa797c
GM
254 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
255
9b9b2ef2
GM
256 * configure.in: Remove X libs workaround for old autoconf.
257
badf86af
KB
2582012-04-12 Ken Brown <kbrown@cornell.edu>
259
260 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
261
2f097256
GM
2622012-04-11 Glenn Morris <rgm@gnu.org>
263
264 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
265
a9f72fc1
GM
2662012-04-10 Glenn Morris <rgm@gnu.org>
267
268 * configure.in: Conditionally generate admin/unidata/Makefile.
269
6b4f4a2d
TZ
2702012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
271
a9f72fc1 272 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 273
23df914b
GM
2742012-04-09 Glenn Morris <rgm@gnu.org>
275
fd9d85c2
GM
276 * Makefile.in (leim): Check cd return value. Pass fewer variables.
277 (install-leim): Check cd return value. Pass $MFLAGS.
278 (install-strip): Pass $MFLAGS.
279
23df914b
GM
280 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
281 Eg org.texi has been using 4.7 functions for some time.
282
bf6bba2b
PE
2832012-04-07 Paul Eggert <eggert@cs.ucla.edu>
284
285 Check pkg-config exit status when configuring (Bug#10626).
286 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
287 works; check its exit status. Problem reported by Jordi Gutiérrez
288 Hermoso in
289 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
290
f3774f20
GM
2912012-04-07 Glenn Morris <rgm@gnu.org>
292
293 * README, configure.in (AC_INIT): Bump version to 24.1.50.
294
d67a9a85
EZ
2952012-04-07 Eli Zaretskii <eliz@gnu.org>
296
297 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
298
f20f95c6
PE
2992012-03-04 Paul Eggert <eggert@cs.ucla.edu>
300
301 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
302 * configure.in (LIBS_TERMCAP): Default this to the result of
303 the tputs library search. Do a run-time test for the linkability
304 of tputs unless cross-compiling, as that's more reliable if the
305 link flags and libraries are messed up. Don't change LIBS as
306 a result of the test, as that may mess up later tests.
307
75197633
CS
3082012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
309
533183f3 310 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 311
75197633
CS
312 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
313 specific makefiles to support getopt_.h generation with MSVC.
314
7eb21b49
GM
3152012-02-04 Glenn Morris <rgm@gnu.org>
316
317 * Makefile.in (uninstall):
318 Handle compressed info files and man pages. (Bug#10718)
319
44f92739
GM
3202012-02-02 Glenn Morris <rgm@gnu.org>
321
322 * configure.in [HAVE_NS]:
323 Error if use --without-toolkit-scroll-bars. (Bug#10673)
324
6df37268
PE
3252012-02-01 Paul Eggert <eggert@cs.ucla.edu>
326
327 Port to older Solaris 10 versions (Bug#10677).
328 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
329 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
330 possibly this is because Sun fixed the 'stat' bug in my version.
331 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
332 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
333 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
334 These changes are based on gnulib version
335 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
336 because Emacs is in feature freeze and we do not want to merge any
337 more-recent changes from gnulib.
338
8d8939e8
GM
3392012-01-31 Glenn Morris <rgm@gnu.org>
340
e4070def
GM
341 * configure.in: Throw an explicit error if Motif toolkit was
342 requested but requirements could not be found.
343
8d8939e8
GM
344 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
345
5a26ec89
EZ
3462012-01-30 Eli Zaretskii <eliz@gnu.org>
347
348 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
349 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
350 with "make -j3".
351
1b0880d5
JB
3522012-01-16 Juanma Barranquero <lekktu@gmail.com>
353
354 * .bzrignore: Ignore etc/__pycache__.
355
adee8a65
PE
3562011-12-17 Paul Eggert <eggert@cs.ucla.edu>
357
358 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
359 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
360 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
361 by Nelson H. F. Beebe in
362 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
363
e152e577
JB
3642011-12-10 Juanma Barranquero <lekktu@gmail.com>
365
366 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
367
46d14be7
JD
3682011-12-10 Jan Djärv <jan.h.d@swipnet.se>
369
370 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
371 instead of LDFLAGS (Bug#10230).
372
6c269a38
PE
3732011-12-03 Paul Eggert <eggert@cs.ucla.edu>
374
4eec8d6f
PE
375 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
376
6c269a38 377 Propagate configure flags to sub-configures.
1350a3cc 378 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
379 New macros.
380 (config.status, bootstrap): Use them to propagate configure flags
381 to sub-configures.
382 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
383
63e94eb8
PE
3842011-12-03 Paul Eggert <eggert@cs.ucla.edu>
385
386 * .bzrignore: Add config.cache.
387
54e9e3bf
JD
3882011-11-27 Jan Djärv <jan.h.d@swipnet.se>
389
390 * configure.in: Check for gtk_window_set_has_resize_grip.
391
20db1522
JB
3922011-11-24 Juanma Barranquero <lekktu@gmail.com>
393
394 * configure.in (HAVE_XPM): Fix typo.
395
60bf278f
GM
3962011-11-22 Glenn Morris <rgm@gnu.org>
397
5f77c86c
GM
398 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
399 have confusing effects on the build. (Bug#6401)
400
60bf278f
GM
401 * Makefile.in (install-arch-dep): Tweak previous change.
402
816be9f6
YD
4032011-11-22 Yavor Doganov <yavor@gnu.org>
404
405 Do not install arch-dependent files in the app bundle if
406 --disable-ns-self-contained is requested. (Bug#1335)
407 * configure.in (exec_prefix, libexecdir): Define relative to
408 `ns_appbindir' only if configured for a self-contained app.
409 * Makefile.in (install-arch-dep): Test for the existence of
410 libexec in the Emacs.app bundle before executing commands.
411
d5ff9cd0
AS
4122011-11-20 Andreas Schwab <schwab@linux-m68k.org>
413
414 * configure.in: Remove reference to src/m/ibms390.h.
415
1c889bf6
GM
4162011-11-13 Glenn Morris <rgm@gnu.org>
417
418 * INSTALL: Tiny updates for disk space used during installation.
419
a6fc3b5c
EZ
4202011-11-05 Eli Zaretskii <eliz@gnu.org>
421
422 * lib/makefile.w32-in (FRC): New dummy target.
423 (TAGS): Depend on FRC.
424
9f77899d
GM
4252011-11-04 Glenn Morris <rgm@gnu.org>
426
427 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
428 Do not include GnuTLS version info in final summary message.
429
0bd3cb7b
EZ
4302011-10-31 Eli Zaretskii <eliz@gnu.org>
431
07f3add9
EZ
432 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
433 they exist there, else from autogen/.
434
435 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 436
d2eaf3e4
NT
4372011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
438
439 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
440
e782cfab
PE
4412011-10-24 Paul Eggert <eggert@cs.ucla.edu>
442
443 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
444 if the library is found. Otherwise, later configure-time tests,
445 such as the test for pthread_sigmask, generate the wrong results
446 on some platforms. Problem reported for FreeBSD by Nali Toja.
447
7da0b018
PE
4482011-10-20 Paul Eggert <eggert@cs.ucla.edu>
449
450 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
451 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
452 Remove; no longer needed, now that we defer to strftime for time
453 zone names.
454
0ffe1065
JD
4552011-10-18 Jan Djärv <jan.h.d@swipnet.se>
456
457 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
458
23769e49
CY
4592011-10-18 Chong Yidong <cyd@gnu.org>
460
461 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
462
fd8dea03
GM
4632011-10-13 Glenn Morris <rgm@gnu.org>
464
465 * configure.in: Also look for tputs in libcurses. (Bug#9736)
466
f4cc5b54
PE
4672011-10-12 Paul Eggert <eggert@cs.ucla.edu>
468
469 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 470 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
471 The check was helpful but not essential in Solaris 2.6 (1997),
472 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
473 obsolete -- Sun dropped support for it in 2006 -- and without
474 access to that Silurian platform we can't maintain the code anyway.
475
7c5ee88e
PE
4762011-10-07 Paul Eggert <eggert@cs.ucla.edu>
477
d47439a3
PE
478 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
479 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
480 * m4/gnulib-common.m4: Merge from gnulib.
481 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
482 command not found" on powerpc-apple-darwin9.8.0.
483
7c5ee88e
PE
484 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
485 This is now done by src/alloc.c.
486
423dbf9b
RS
4872011-10-02 Richard Stallman <rms@gnu.org>
488
489 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
490 and xlinux_second_failure to xgnu_linux_second_failure.
491
31bed486
EZ
4922011-09-29 Eli Zaretskii <eliz@gnu.org>
493
5f91c1e5
EZ
494 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
495 lib/signal.in-h.
31bed486 496
e785f2ec 497 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
498 Rename signal.in.h and alloca.in.h.
499
e1504b9b
EZ
5002011-09-28 Eli Zaretskii <eliz@gnu.org>
501
502 * INSTALL: Mention that m17n libraries and libotf are needed for
503 Arabic shaping.
504
316f8af0
PE
5052011-09-26 Paul Eggert <eggert@cs.ucla.edu>
506
507 Merge from gnulib, improving some licensing wording.
508 This clarifies and fixes some licensing issues raised by Glenn Morris
509 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
510 It also merges the latest version of texinfo.tex and has some
511 MSVC-related changes that don't affect Emacs.
512 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
513 pathmax, and raise, since these are needed only to address
514 MSVC-related issues that Emacs doesn't have.
515 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
516 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
517 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
518 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
519 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
520 * m4/unistd_h.m4: Merge from gnulib.
521
04d51ad4
AS
5222011-09-26 Andreas Schwab <schwab@linux-m68k.org>
523
524 * configure.in: Initialize HAVE_LIBXML2.
525
6e99ef20
GM
5262011-09-26 Glenn Morris <rgm@gnu.org>
527
528 * make-dist: Add lib/makefile.w32-in.
529
0538fab0
GM
5302011-09-24 Glenn Morris <rgm@gnu.org>
531
532 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
533
c5b01d8c
LMI
5342011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
535
536 * .dir-locals.el: Change the debbugs regexp to allow having the
537 bug number as the first thing on a line.
538
0cc87afb
GM
5392011-09-15 Glenn Morris <rgm@gnu.org>
540
541 * configure.in: Make configure work with recent GNUsteps.
542 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
543 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 544 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 545
3f44249e
PE
5462011-09-11 Paul Eggert <eggert@cs.ucla.edu>
547
548 Merge from gnulib, porting to Tru64.
549 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
550 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
551 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
552 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
553 doesn't affect Emacs.
554
c8199d0f
PE
5552011-09-06 Paul Eggert <eggert@cs.ucla.edu>
556
557 * configure.in (isnan): Remove now-unnecessary check.
558
e39b275c 5592011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 560
abec06ff 561 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
562 This is to fix the following problems:
563 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
564 configured not to use gtk or any other thread-using library,
565 signals aren't blocked correctly.
566 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
567 and IRIX's signal handling.
568 . On Cygwin 1.7.5 it works around an incompatibility with
569 the system pthread_sigmask.
570 . On MacOS X 10.5 (32-bit), files whose inode numbers
571 exceed 2**31 cannot be read or manipulated.
572 . pthread_sigmask: Actually use results of gl_THREADLIB.
573 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
574 . find 'ar' program that fits with --host argument.
575 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
576 * autogen/README: Update destination list.
577 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
578 The autogenerated files compile, config.guess,
579 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
580 * m4/largefile.m4: New file, so that Emacs does not mess up when
581 accessing files with large inode numbers in MacOS X 10.5 and later.
582 * m4/nocrash.m4: New file, to avoid triggering background debugger
583 and/or create core dumps during 'configure'.
584 * build-aux/move-if-change: Renamed from move-if-change.
585 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
586 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
587 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
588 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
589 * Makefile.in (epaths-force, sync-from-gnulib):
590 move-if-change is now in build-aux.
591 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
592 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
593 (mkdir): install-sh is now in build-aux.
594 * config.bat: c++defs.h is now in build-aux/snippets.
595 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
596 usual parameter).
597 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
598 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
599 to build-aux/snippet.
600 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
601 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
602 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
603 Solaris, enables MacOS extensions, and enables nocrash during
604 'configure'.
605 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
606
86633eab 6072011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
608
609 * configure.in (snprintf): New check.
610
015faae4
PE
6112011-08-30 Paul Eggert <eggert@cs.ucla.edu>
612
695a3dc5 613 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 614 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
615 Remove unreachable pattern hppa*-*-linux-gnu*.
616 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
617 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 618
52ec1feb
JD
6192011-08-26 Jan Djärv <jan.h.d@swipnet.se>
620
621 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
622
377538cb
JD
6232011-08-13 Jan Djärv <jan.h.d@swipnet.se>
624
625 * configure.in: Add header check: sys/socket.h (Bug#8477),
626 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
627 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
628
ae9e757a
JD
6292011-08-04 Jan Djärv <jan.h.d@swipnet.se>
630
631 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
632 (HAVE_GTK_AND_PTHREAD): Remove.
633
be8ec0b3
AA
6342011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
635
636 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
637 build, not just GNUstep (Bug#9177).
638
2573a837 6392011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
640
641 Assume freestanding C89 headers, string.h, stdlib.h.
642 Again, this simplifies the code, and all current platforms have these.
643 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
644 (AC_HEADER_STDC): Remove.
645 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
646 (strchr, strrchr): Remove fallback macros.
647
9cfdb3ec
PE
648 Assume support for memcmp, memcpy, memmove, memset.
649 This simplifies the code a bit. All current platforms have these,
650 as they are required for C89. If this turns into a problem we
651 can add the gnulib modules for these (a 1-line change to Makefile.in).
652 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
653
427c285b
PE
6542011-07-27 Paul Eggert <eggert@cs.ucla.edu>
655
656 * GNUmakefile: New file.
657 This is for convenience, so that one can run GNU make in an
658 unconfigured source tree, and get a default build.
659
2ad77c9d
JD
6602011-07-13 Jan Djärv <jan.h.d@swipnet.se>
661
662 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
663
c8618a06
YM
6642011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
665
666 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
667 so as to suppress address randomization (Bug#8395).
668
f6ce9b9a
PE
6692011-07-09 Paul Eggert <eggert@cs.ucla.edu>
670
3fcf7a1c
PE
671 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
672 This fixes a build problem on older Mac OS X hosts.
673
d9706d9f
PE
674 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
675 test, which runs afoul of Automake installations where, for example,
676 /usr/share/aclocal contains a copy of gl_THREADLIB.
677 Problem reported by Sven Joachim in
678 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
679 This is just a quick temporary fix, specific to Emacs; I'll work
680 with the other gnulib maintainers to get a more-permanent fix.
681
af66a2d7 682 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
683 * Makefile.in (GNULIB_MODULES): Add strtoimax.
684 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
685 automatically imported from gnulib.
686 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
687
1692ae2d 6882011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 689
8a6ebd58 690 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 691 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
692 * configure.in (AC_TYPE_UID_T): New dummy macro.
693 Configure gnulib after adjusting LIBS,
694 so that gnulib can assume the libraries in LIBS.
6db30f83 695 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 696 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 697 * lib/pthread_sigmask.c:
6db30f83
PE
698 New files, automatically imported from gnulib.
699 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
700 due to the above changes.
701 * .bzrignore: Add lib/signal.h.
702
4a621aae
PE
703 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
704
5e94cadb
AS
7052011-07-07 Andreas Schwab <schwab@linux-m68k.org>
706
707 * configure.in (maintainer-mode): Reflect default in help string.
708
76b397fb
DN
7092011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
710
711 * configure.in: Remove reference to iris4d.h.
712
869795d6
JD
7132011-07-05 Jan Djärv <jan.h.d@swipnet.se>
714
715 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
716
3279eb87
GM
7172011-07-01 Glenn Morris <rgm@gnu.org>
718
719 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
720
2e6e11eb
LMI
7212011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
722
723 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
724 which made ./configure infloop.
725
9851bfc5
JD
7262011-06-30 Jan Djärv <jan.h.d@swipnet.se>
727
728 * configure.in (gsettings): New option and check for GSettings.
729
adbc4ef4
GM
7302011-06-29 Glenn Morris <rgm@gnu.org>
731
732 * configure.in: Try to test for the required crt*.o files.
733
1f773f32
BW
7342011-06-27 Bill Wohler <wohler@newt.com>
735
736 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
737
7a7ef429
PE
7382011-06-25 Paul Eggert <eggert@cs.ucla.edu>
739
740 Use gnulib's dup2 module instead of rolling our own.
741 * Makefile.in (GNULIB_MODULES): Add dup2.
742 * configure.in: Do not check for dup2; gnulib does that now.
743 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
744
6dd7e400
PE
7452011-06-23 Paul Eggert <eggert@cs.ucla.edu>
746
747 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
748
94a807ac 7492011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
750
751 Use gnulib's alloca-opt module.
752 * .bzrignore: Add lib/alloca.h.
753 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
754 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
755 as gnulib now does that for us. Put alloca check in config.h.
756 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
757 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
758 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
759
3ce9d0d4
LL
7602011-06-21 Leo Liu <sdl.web@gmail.com>
761
762 * m4/sha256.m4:
763 * m4/sha512.m4:
764 * m4/gl-comp.m4:
765 * lib/u64.h:
766 * lib/sha256.c:
767 * lib/sha256.h:
768 * lib/sha512.c:
769 * lib/sha512.h:
770 * lib/makefile.w32-in (GNULIBOBJS):
771 * lib/gnulib.mk:
772 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
773 crypto/sha512 modules from gnulib.
774
add3f049
PE
7752011-06-19 Paul Eggert <eggert@cs.ucla.edu>
776
777 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
778
3a4725e1
GM
7792011-06-17 Glenn Morris <rgm@gnu.org>
780
781 * configure.in: Restore the behavior of checking crt-dir only
782 when the user specified it (not all platforms use it).
783
bf4846e7
PE
7842011-06-16 Paul Eggert <eggert@cs.ucla.edu>
785
786 * m4/lstat.m4: Merge from gnulib (Bug#8878).
787
4d61f28d 7882011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
789
790 * configure.in: Try to determine CRT_DIR automatically when
791 using gcc.
792
8c9b2106
PE
7932011-06-15 Paul Eggert <eggert@cs.ucla.edu>
794
8aeb5be9
PE
795 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
796 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
797 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
798 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
799 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
800 Merge from gnulib.
8c9b2106 801
c195f2de
JD
8022011-06-14 Jan Djärv <jan.h.d@swipnet.se>
803
804 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
805
7e2aa385
PE
8062011-06-08 Paul Eggert <eggert@cs.ucla.edu>
807
808 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
809
81eafe29
PE
8102011-06-07 Paul Eggert <eggert@cs.ucla.edu>
811
812 * configure.in: Add --with-wide-int.
813 * INSTALL: Mention this.
814
9afafefb
PE
8152011-06-06 Paul Eggert <eggert@cs.ucla.edu>
816
817 Merge from gnulib.
818 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
819
f797625a
PE
8202011-06-02 Paul Eggert <eggert@cs.ucla.edu>
821
822 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
823
90856fe0 8242011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
825
826 Use 'inline', not 'INLINE'.
eefc9486 827 * configure.in (INLINE): Remove.
55d4c1b2 828
6a3e57bb
PE
8292011-05-29 Paul Eggert <eggert@cs.ucla.edu>
830
831 Adjust to recent gnulib change for @GUARD_PREFIX@.
832 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
833 All uses of _GL_ for guard prefixes in lib/*.h replaced with
834 _@GUARD_PREFIX@_.
835
842b28a0
PE
8362011-05-27 Paul Eggert <eggert@cs.ucla.edu>
837
e61923c8 838 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 839
70716b1d
GM
8402011-05-24 Glenn Morris <rgm@gnu.org>
841
a22d9d2c
GM
842 * Makefile.in (check): Just give a message if no test/ directory.
843
bdd556a2
GM
844 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
845
70716b1d
GM
846 * configure.in (OPT_MAKEFILES_IN): Remove.
847 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
848 (SUBDIR_MAKEFILES_IN): New output variable.
849 * Makefile.in (OPT_MAKEFILES_IN): Remove.
850 (SUBDIR_MAKEFILES_IN): Let configure set it.
851
13c3daa4
LL
8522011-05-24 Leo Liu <sdl.web@gmail.com>
853
854 * m4/sha1.m4:
855 * m4/gl-comp.m4:
856 * lib/sha1.h:
857 * lib/sha1.c:
858 * lib/makefile.w32-in (GNULIBOBJS):
859 * lib/gnulib.mk:
860 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
861
e09e38a8
GM
8622011-05-24 Glenn Morris <rgm@gnu.org>
863
4ba4c54a
GM
864 * configure.in: Remove test for already configured source directory.
865 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
866
5a95c002
GM
867 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
868
fa5d79db
GM
8692011-05-24 Glenn Morris <rgm@gnu.org>
870
6c7e099d
GM
871 * make-dist: Don't distribute test/. (Bug#8107)
872 * configure.in (OPT_MAKEFILES_IN): New output variable.
873 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
874 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
875 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
876 (check): Give an explicit error if test/ is not present.
877
fa5d79db
GM
878 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
879 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
880 (Makefile): Use $SUBDIR_MAKEFILES_IN.
881
2df215b5
PE
8822011-05-23 Paul Eggert <eggert@cs.ucla.edu>
883
884 * lib/verify.h: Merge from gnulib.
885
f518ae90
PE
8862011-05-22 Paul Eggert <eggert@cs.ucla.edu>
887
888 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
889 Merge from gnulib.
890
16b71f3a
AS
8912011-05-21 Andreas Schwab <schwab@linux-m68k.org>
892
893 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
894
7285dc67
EZ
8952011-05-20 Eli Zaretskii <eliz@gnu.org>
896
6a45b46f
EZ
897 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
898
7285dc67
EZ
899 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
900
b9704ad9
GM
9012011-05-20 Glenn Morris <rgm@gnu.org>
902
903 * configure.in (lisp_frag): New output file.
904
4a720484
GM
9052011-05-19 Glenn Morris <rgm@gnu.org>
906
907 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
908 (WINDOW_SUPPORT): Remove output variables that are no longer used.
909
a3c92bc1
EZ
9102011-05-17 Paul Eggert <eggert@cs.ucla.edu>
911
8f906c40
EZ
912 * lib/gnulib.mk:
913 * lib/intprops.h:
914 * lib/unistd.in.h:
915 * m4/inttypes.m4:
916 * m4/stdint.m4:
917 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 918
d681f183
GM
9192011-05-14 Glenn Morris <rgm@gnu.org>
920
921 * configure.in: Treat failure to find an X toolkit the same way we treat
922 failure to find X and image support.
923
4f8c52a9
GM
9242011-05-12 Glenn Morris <rgm@gnu.org>
925
926 * Makefile.in (src, install-arch-indep, bootstrap-clean)
927 (check-declare): Shell portability fixes. (Bug#8642)
928
5a7f0a30
TZ
9292011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
930
931 * configure.in: Require GnuTLS 2.6.x or higher.
932
b08a63cc 9332011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 934
c378da0b
PE
935 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
936 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
937 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
938
19548d08
PE
939 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
940 This new gnulib-tool option saves 'configure' the trouble of
941 checking for strtoull when strtoumax exists.
942
d1a2ac5c
PE
943 * configure.in (BITS_PER_LONG_LONG): New macro.
944
773233f8
GM
9452011-05-05 Glenn Morris <rgm@gnu.org>
946
947 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
948 (top_distclean): Delete config.log~.
949
40697cd9
BK
9502011-04-27 Ben Key <bkey76@gmail.com>
951
952 * configure.in: Fixed a bug that caused configure with
953 --enable-checking=stringoverrun to have no effect.
954
671875da 9552011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
956
957 * configure.in: Suppress unnecessary checks for size_t.
958 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
959 (size_t): Do not check for this, and do not typedef. This code
960 is never exercised now.
961
a8a2bb29
PE
962 * Makefile.in (GNULIB_MODULES): Add strtoumax.
963 This is needed for the new integer-reading code in lread.c.
964 It automatically pulls in the following gnulib files, which
965 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
966 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
967 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
968 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 969 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 970
33630d51
TZ
9712011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
972
973 * configure.in: Check for GnuTLS certificate verify callbacks.
974
bfab7d85
SM
9752011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * Makefile.in (config.status): Don't erase in case of error.
978 In case it disappeared, rebuild it with `configure'.
979
fe0e7ad7
KB
9802011-04-20 Ken Brown <kbrown@cornell.edu>
981
982 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
983
f5b06c35
GM
9842011-04-12 Glenn Morris <rgm@gnu.org>
985
986 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
987
762f8d96 9882011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
989
990 * lib/allocator.c: New file, automatically generated by gnulib.
991
5fac7083
GM
9922011-04-07 Glenn Morris <rgm@gnu.org>
993
994 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
995
973f782d
EZ
9962011-04-06 Eli Zaretskii <eliz@gnu.org>
997
998 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
999 Revert last change.
1000
f1f81baa
JB
10012011-04-06 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1004 ($(BLD)/careadlinkat.$(O)): New target.
1005 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1006 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1007 Update dependencies.
1008
b70d23ff 10092011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1010
41cf7d1a
PE
1011 Fix more problems found by GCC 4.6.0's static checks.
1012
aa181334
PE
1013 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1014
1f7196bf 1015 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1016 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1017 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1018 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1019
c0274801
GM
10202011-04-06 Glenn Morris <rgm@gnu.org>
1021
1022 * autogen/update_autogen: Handle loaddefs-like files as well.
1023 (usage): Add -l, -C.
1024 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1025 With -l, check status of lisp/ as well.
1026 With -C, clean before building.
1027 (autoreconf): Only pass -f in the `clean' case.
1028 (commit): New function.
1029
42e85a8f
GM
10302011-03-28 Glenn Morris <rgm@gnu.org>
1031
39f31873
GM
1032 * autogen/update_autogen: Pass -f to autoreconf.
1033
42e85a8f
GM
1034 * autogen.sh (get_version): Discard "not found" lines.
1035 (check_version): Respect $AUTOCONF etc environment variables.
1036
9af30bdf
GM
10372011-03-27 Glenn Morris <rgm@gnu.org>
1038
1039 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1040 (AH_BOTTOM): Do not define SIGTYPE.
1041
181855e6
GM
10422011-03-26 Glenn Morris <rgm@gnu.org>
1043
1044 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1045 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1046
9ee0d174
AS
10472011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1048
1049 * autogen/update_autogen: Remove useless function keyword.
1050
07da4b3c
EZ
10512011-03-25 Eli Zaretskii <eliz@gnu.org>
1052
1053 * config.bat: Generate src/config.h and lib/Makefile from
1054 autogen/config.in and autogen/Makefile.in.
1055
f6ca84c0
GM
10562011-03-25 Glenn Morris <rgm@gnu.org>
1057
1058 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1059 Remove; autoreconf can supply them.
1060 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1061 config.guess, install-sh. Pass -i to autoreconf.
1062 * autogen/update_autogen (genfiles): Add compile, config.guess,
1063 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1064 Discard non-error output from autoreconf in -q case.
1065 * autogen/compile, autogen/config.guess, autogen/config.sub:
1066 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1067 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1068 install-sh, missing.
1069
8cc1d519
GM
10702011-03-23 Glenn Morris <rgm@gnu.org>
1071
9bb73912 1072 * autogen/update_autogen: Fix typo.
904a432c 1073 (msg): Remove function; use `exec' instead.
9bb73912 1074
8cc1d519
GM
1075 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1076 (sync-from-gnulib): Don't sync mkinstalldirs.
1077 * make-dist: Don't distribute mkinstalldirs.
1078
c9c49752 10792011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1080
c9c49752 1081 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1082 * Makefile.in (GNULIB_MODULES): Add socklen.
1083 * configure.in: Do not check for sys/socket.h, since socklen does that.
1084 * m4/socklen.m4: New automatically-generated file, from gnulib.
1085
d5cad867
PE
1086 fakemail: Remove dependency on ignore-value.
1087 * Makefile.in (GNULIB_MODULES): Add stdio.
1088 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1089 imported from gnulib.
cbd350f1 1090 * .bzrignore: Add lib/stdio.h.
c9c49752 1091
34cb1cc6
GM
10922011-03-22 Glenn Morris <rgm@gnu.org>
1093
1094 * autogen/copy_autogen: Work from ./ or ../.
1095 Fix time-stamps.
1096 * autogen.sh: Doc fix.
1097
66b87493
GM
10982011-03-20 Glenn Morris <rgm@gnu.org>
1099
1100 * autogen/: New directory, to be excluded from releases.
1101 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1102 * autogen/README: New file.
1103 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1104 * autogen/Makefile.in: Add auto-updated generated files.
1105 * autogen.sh: No longer a no-op, now it tests for autotools
1106 and runs them as necessary.
cd1181db 1107 * configure.in: Default maintainer-mode to on.
66b87493
GM
1108 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1109
1ef6de05
PE
11102011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1111
1112 Update for gnulib.
1113 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1114 includes <intprops.h> directly.
1115 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1116 when building Emacs on Solaris 9 and running it on Solaris 10.
1117
0afb4571
J
11182011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1119
1120 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1121
33383987
JB
11222011-03-07 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * Version 23.3 released.
1125
870d9cf6
GM
11262011-03-06 Glenn Morris <rgm@gnu.org>
1127
1128 * configure.in (FREETYPE_LIBS): Actually set it to something.
1129
6c0dea8a
PE
11302011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1131
1132 Work around some portability problems with symlinks.
1133
1134 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1135 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1136 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1137 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1138 * m4/symlink.m4:
1139 New files, automatically generated from gnulib.
1140 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1141 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1142
945d8b44
EZ
11432011-02-26 Eli Zaretskii <eliz@gnu.org>
1144
03382788
EZ
1145 * .bzrignore: Ignore new lib/*.in-h files.
1146
945d8b44
EZ
1147 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1148 depfiles.bat even if lib/deps already exist.
1149
9411886d
PE
11502011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1153 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1154 recent changes to configure.in and to gnulib.
9411886d 1155
1e8dbdc6
GM
11562011-02-24 Glenn Morris <rgm@gnu.org>
1157
1158 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1159 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1160
f68c809d
PE
11612011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1162
1163 Assume S_ISLNK etc. work, since gnulib supports this.
1164 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1165 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1166 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1167 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1168
ba01e9d7
PE
11692011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1170
1171 * lib/min-max.h: New file, for "min" and "max".
1172
9f8370e6
CS
11732011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1174
0a19a6f8 1175 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1176 $(EMACS_ROOT)/nt/inc/stdint.h.
1177
25c51af3
EZ
11782011-02-21 Eli Zaretskii <eliz@gnu.org>
1179
1180 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1181 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1182 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1183
5fa4ac76
PE
11842011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1185
1186 Import filemode module from gnulib.
1187 * .bzrignore: Add lib/sys/.
1188 * Makefile.in (GNULIB_MODULES): Add filemode.
1189 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1190 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1191 from gnulib. This adds support for some more file types, e.g.,
1192 Cray DMF migrated files.
1193 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1194 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1195 * m4/sys_stat_h.m4: New files, generated from gnulib.
1196 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1197 Regenerate.
1198
e1e6b4fb
EZ
11992011-02-20 Eli Zaretskii <eliz@gnu.org>
1200
1201 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1202 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1203
6cac9cb1
PE
12042011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1205
1206 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1207 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1208 is no longer needed, due to the recent SSDATA and related changes.
1209 Perhaps -Wno-pointer-sign should also be removed from
1210 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1211 way to test this so I left it alone.
1212 * configure: Regenerate.
1213
0a19a6f8 12142011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1215
1216 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1217 src/makefile.w32-in.
1218
61353ac8 12192011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1220
61353ac8 1221 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1222 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1223 Regenerate.
1224 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1225 Import the new versions from gnulib; they assume a C99-style
1226 <stdint.h>, supplied by the stdint module.
1227 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1228 imported from gnulib.
942f733f
PE
1229 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1230 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1231 special cases.
61353ac8 1232
9d9d12cd
EZ
12332011-02-19 Eli Zaretskii <eliz@gnu.org>
1234
152be435 1235 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1236 Add lib/deps/.
152be435 1237
9d9d12cd 1238 * config.bat: Configure in `lib'.
219463da 1239 Generate *.Po files in lib/deps.
9d9d12cd 1240
7d315eb6
PE
12412011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 Import IRIX 6.5 getloadavg fixes from gnulib.
1244 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1245
1f5d53eb
PE
12462011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1247
1248 Import getloadavg module from gnulib.
1249 * .bzrignore: Add lib/stdlib.h.
1250 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1251 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1252 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1253 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1254 Remove; gnulib does this now.
1255 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1256 from gnulib. This adds support for several other systems, such
1257 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1258 buffer overrun on Linux hosts under very high load, and on hosts
1259 that maintain a channel to the load average file it makes sure
1260 the file descriptor is close-on-exec (on hosts that support this)
1261 and is not stdin, stdout, or stderr.
1262 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1263 from gnulib.
1264 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1265 * src/config.in: Regenerate.
1266
bb55f713
PE
12672011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1268
1269 Merge from gnulib.
1270
7127b760
PE
1271 * install-sh: Update to scriptversion 2011-01-19.21.
1272
bb55f713
PE
1273 2011-02-13 Bruno Haible <bruno@clisp.org>
1274
1275 Consistent macro naming for macros that use GCC __attribute__.
1276 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1277 ATTRIBUTE_DEPRECATED.
1278
1279 2011-02-12 Bruno Haible <bruno@clisp.org>
1280
1281 setlocale: Prefer gnulib's override over libintl's override.
1282 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1283 GNULIB_defined_setlocale is set.
1284
57e96f8e
GM
12852011-02-13 Glenn Morris <rgm@gnu.org>
1286
1287 * make-dist: Exclude generated file src/globals.h.
1288
988c07df
PE
12892011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1290
1291 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1292 Sync from gnulib, which has been patched to fix the problem
1293 with the license notices. Problem reported by Glenn Morris in
1294 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1295
ccded26c
SM
12962011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * .bzrignore: Ignore globals.h and related stamp.
1299
6ffb2c0c
PE
13002011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1301
1302 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1303 This merges the following fix from gnulib:
1304
1305 2011-02-08 Bruno Haible <bruno@clisp.org>
1306
1307 Split large sed scripts, for HP-UX sed.
1308
00b3c7ac
TT
13092011-02-08 Tom Tromey <tromey@redhat.com>
1310
1311 * configure: Rebuild.
1312 * configure.in (NS_OBJC_OBJ): New subst.
1313
91ccade4
PE
13142011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1315
6ffb2c0c
PE
1316 gnulib: allow multiple gnulib generated replacements to coexist
1317 This defines a few preprocessor symbols that should not affect Emacs.
1318 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1319 via "make sync-from-gnulib".
1320
e765a388
PE
1321 gnulib: undo previous change
1322 The upstream _HEADERS change was backed out of gnulib (see the
1323 same thread). Stay in sync with gnulib.
1324
91ccade4 1325 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1326 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1327 New empty macros, to accommodate recent changes to gnulib. See
1328 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1329 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1330 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1331 * lib/time.in.h, lib/unistd.in.h:
1332 Regenerate.
91ccade4 1333
d67985d3
PE
13342011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1335
1336 sync from gnulib to remove HAVE_STDBOOL_H
1337 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1338 AC_HEADER_STDBOOL. All uses changed. Do not define
1339 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1340 imported from the latest Autoconf git. It was motivated by Emacs,
1341 which uses gnulib but does not need HAVE_STDBOOL_H.
1342 * configure, src/config.in: Regenerate.
1343 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1344
67342916
PE
13452011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1346
1347 allow C code to suppress warnings about ignored return values
1348 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1349 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1350 * lib/ignore-value.h: New file.
67342916 1351
14beddf4 13522011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1353
1354 * configure.in: Test existence of xaw3d library, not just the
1355 header (Bug#7642).
1356
6ffb2c0c
PE
13572011-01-31 Eli Zaretskii <eliz@gnu.org>
1358
1359 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1360 $(BLD)/time_r.$(O).
1361 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1362 $(EMACS_ROOT)/src/m/intel386.h.
1363 ($(BLD)/strftime.$(O)):
1364 ($(BLD)/time_r.$(O)): Define prerequisites.
1365
16fab143
PE
13662011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1367
1368 src/emacs.c now gets version number from configure.in
1369 * configure.in (version): Set this from $PACKAGE_VERSION,
1370 which is set from AC_INIT, rather than scouting through src/emacs.c.
1371 * configure: Regenerate.
1372 * make-dist (version): Get it from configure.in, not src/emacs.c.
1373
16c3e636
PE
13742011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1375
1376 strftime: import from gnulib
1377 * Makefile.in (GNULIB_MODULES): Add strftime.
1378 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1379 needed.
6ffb2c0c 1380 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1381 Regenerate.
6ffb2c0c
PE
1382 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1383 imported from gnulib.
16c3e636
PE
1384 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1385 This incorporates many changes from gnulib, including simpler
1386 handling of multibyte formats, porting to mingw32 and other
1387 platforms, and support for higher-resolution time stamps.
1388 Emacs does not yet use the higher-resolution interface.
1389
3de84ad9
PE
13902011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1391
1392 gnulib: import mktime and move-if-change fixes from gnulib
1393
1394 * configure: Regenerate from the following.
1395
6ffb2c0c
PE
1396 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1397
1398 mktime: clarify long_int width checking
1399 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1400 the top level, to make it clearer that the assumption about
1401 long_int width is being checked. See
1402 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1403
3de84ad9
PE
1404 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1405
1406 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1407 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1408 negative number, which the C Standard says has undefined behavior.
1409 In practice this is not a problem, but might as well do it by the book.
1410 Reported by Rich Felker and Eric Blake; see
1411 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1412 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1413 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1414
1415 mktime: #undef mktime before #defining it
1416 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1417
1418 mktime: systematically normalize tm_isdst comparisons
1419 * lib/mktime.c (isdst_differ): New function.
1420 (__mktime_internal): Use it systematically for all isdst comparisons.
1421 This completes the fix for libc BZ #6723, and removes the need for
1422 normalizing tm_isdst. See
1423 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1424 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1425
1426 mktime: fix some integer overflow issues and sidestep the rest
1427
1428 This was prompted by a bug report by Benjamin Lindner for MinGW
1429 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1430 His bug is due to signed integer overflow (0 - INT_MIN), and I
1431 I scanned through mktime.c looking for other integer overflow
1432 problems, fixing all the bugs I found.
1433
1434 Although the C Standard says the resulting code is still not safe
1435 in the presence of integer overflow, in practice it should be good
1436 enough for all real-world two's-complement implementations, except
1437 for debugging environments that deliberately trap on integer
1438 overflow (e.g., gcc -ftrapv).
1439
1440 * lib/mktime.c (WRAPV): New macro.
1441 (SHR): Also check that long_int and time_t shift right in the
1442 usual way, before using the fast-but-unportable method.
1443 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1444 used. The code already assumed two's complement, so there's
1445 no need to test for alternatives. All uses removed.
1446 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1447 the C standard. Problem reported by Rich Felker in
1448 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1449 (twos_complement_arithmetic): Also check long_int and time_t.
1450 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1451 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1452 (__mktime_internal): Avoid integer overflow with unary subtraction
1453 in two instances where -1 - X is an adequate replacement for -X,
1454 since the calculations are approximate.
3de84ad9
PE
1455
1456 2011-01-29 Eric Blake <eblake@redhat.com>
1457
1458 mktime: avoid infinite loop
1459 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1460 type; behavior is still undefined but portable to all known targets.
1461 Reported by Rich Felker.
1462
6ffb2c0c
PE
1463 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1464
1465 mktime: avoid problems on NetBSD 5 / i386
1466 * lib/mktime.c (long_int): New type. This works around a problem
1467 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1468 but time_t is 64 bits, and where I expect the existing code is
1469 wrong in some cases.
1470 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1471 (ydhms_diff): Bring back the compile-time check for wide-enough
1472 year and yday.
1473
1474 mktime: fix misspelling in comment
1475 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1476 This merges all recent glibc changes of importance.
1477
3de84ad9
PE
1478 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1479
1480 move-if-change: cope with concurrent mv of identical file.
1481 * move-if-change (CMPPROG): Accept environment
1482 variable as an override for `cmp'.
1483 (usage): Document CMPPROG.
1484 Adjust comparison to drop stdout. Cope with failure of mv if
1485 the target file exists and is identical to the source, for
1486 parallel builds.
1487 Report from H.J. Lu against binutils in PR binutils/12283.
1488
6ffb2c0c
PE
14892011-01-29 Eli Zaretskii <eliz@gnu.org>
1490
1491 * lib/makefile.w32-in:
1492 * lib/getopt_.h: New files.
1493
c7e95b91
PE
14942011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1495
1496 improve fix for MS-DOS file name clash
1497 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1498 for portability to POSIX make. Reported by Bruno Haible.
1499 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1500 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1501 files from accumulating as garbage. Also reported by Bruno Haible.
1502
125c3718
PE
15032011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1504
1505 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1506 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1507 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1508 problems with MS-DOS 8+3 file name restrictions.
1509 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1510 it, it would also cause problems when extracting Emacs distribution
1511 tarballs on MS-DOS hosts.
1512 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1513 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1514 * config.guess, config.sub: Sync from gnulib.
1515 * m4/gnulib-cache.m4: Remove from repository.
1516 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1517
4004ef46
GM
15182011-01-25 Glenn Morris <rgm@gnu.org>
1519
0b5c5d82
GM
1520 * README: Add a note about ranges in copyright years.
1521
4004ef46
GM
1522 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1523
06d8ace5 15242011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1525
1526 * configure.in: Add HP-UX on IA64 (Bug#6811).
1527
d6974efa
PE
15282011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1529
1530 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1531 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1532 as it is no longer needed.
6ffb2c0c 1533 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1534 * configure.in: Invoke the new gnulib macro
1535 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1536 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1537 * m4/getopt.m4: Sync from gnulib; this removes the need for
1538 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1539 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1540 New macro, synced from gnulib.
1541 * m4/warn-on-use.m4: Remove.
1542
e02ea74b
PE
15432011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1544
1545 aclocal.m4: put this file back into repository
1546 This way, we don't have to assume that the maintainer has
1547 the automake package installed. See
1548 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1549 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1550 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1551 undoing the previous change.
1552 * aclocal.m4: New file (actually, resurrected).
1553
48dcd482
MB
15542011-01-22 Miles Bader <miles@gnu.org>
1555
1556 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1557 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1558 Emacs directly uses fontconfig, and breaks building when using a
1559 strict linker).
1560
925e561d
PE
15612011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1562
b06b1098
PE
1563 src/config.in: shrink slightly
1564 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1565 This makes src/config.in a bit smaller, by removing identifiers
1566 like GNULIB_TEST_MKTIME that Emacs does not need.
1567 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1568 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1569 Sync from gnulib. This removes a few more unnecessary symbols from
1570 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1571 * configure, src/config.in: Regenerate.
1572
925e561d
PE
1573 aclocal.m4: tweaks to regenerate more conveniently
1574 This attempts to act better when the source is in a weird state. See
1575 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1576 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1577 * .bzrignore: Add aclocal.m4.
1578
942be821
PE
15792011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1580
1581 aclocal.m4: omit auto-generated file from repository
1582 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1583 the most recent change here.
1584 * aclocal.m4: Remove from bzr repository. This file is
1585 auto-generated and isn't needed to run 'configure'. See
1586 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1587
0813c96e
PE
15882011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1589
1590 Minor Makefile.in tweaks to build from gnulib better.
1591 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1592 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1593 (top_maintainer_clean): Don't remove aclocal.m4.
1594
7cae64b4
PE
15952011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1596
53911e8f
PE
1597 Minor cleanups for 'bzr status'
1598 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1599 the output of config.guess.
1600 * Makefile.in (top_distclean): Remove stamp-h1 too.
1601
7cae64b4
PE
1602 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1603 defined if the compiler supports GCC-style __attribute__
1604 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1605 this syntax.
1606
a3e44e79 16072011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1608
3cbecb8f
PE
1609 Makefile.in: tidy up the building of lib
1610 * Makefile.in (am--refresh): Mark as .PHONY.
1611 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1612 as they're not rebuilt unless you do a "make sync-from-gnulib"
1613 and the former is needed for "configure".
1614 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1615 has already removed lib/Makefile.
1616
ecbfcc83
PE
1617 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1618 This avoids building ftoastr and ldtoastr, which aren't needed. See
1619 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1620
803059b9
PE
1621 * .bzrignore: Add .h files that are host-dependent.
1622 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1623 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1624 host-dependent and are built as part of an ordinary 'make', and
1625 should not be checked in.
1626
6ffb2c0c
PE
1627 * lib/Makefile.in: Regenerate.
1628 * lib/COPYING: New file, a copy of COPYING.
1629
2a78afcc 1630 * configure: Regenerate.
37564543
PE
1631 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1632
e275c824 1633 Regenerate.
6ffb2c0c
PE
1634 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1635 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1636 New files, copied from gnulib by gnulib-tool.
1637 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1638 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1639 Regenerate.
ecbfcc83 1640
84bbb1ad
PE
1641 Use gnulib's getopt-gnu module.
1642 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1643 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1644 representative of the dependencies.
1645 * configure.in: Do not configure getopt, as gnulib does that now.
1646 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1647 getopt now, in lib.
ecbfcc83 1648
1fd182f0 1649 Regenerate.
6ffb2c0c
PE
1650 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1651 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1652 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1653 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1654 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1655 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1656 * m4/wchar_t.m4, warn-on-use.h:
1657 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1658 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1659 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1660 Regenerate.
1661
1e11dbe3
PE
1662 Use gnulib's mktime module.
1663 * Makefile.in (GNULIB_MODULES): Add mktime.
1664 * configure.in: Remove code no longer needed, as gnulib now does it.
1665 (AC_CHECK_FUNCS): Remove mktime.
1666 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1667 (__restrict): Remove, as this now gets in the way of the C99
1668 support for 'restrict' pulled in by the gnulib mktime module.
1669 Code should now use 'restrict' and not '__restrict".
1670 (mktime): Remove.
1671 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1672 and warn-on-use.h into the distribution.
1fd182f0
PE
1673
1674 Regenerate.
6ffb2c0c
PE
1675 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1676 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1677 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1678 * lib/dummy.c: Remove.
1679 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1680 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1681 Regenerate.
ecbfcc83 1682
1e11dbe3 1683 Use gnulib's ftoastr module.
fa2c4f56
PE
1684 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1685
743c80a7 1686 Regenerate.
6ffb2c0c
PE
1687 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1688 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1689 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1690 New files, generated automatically, with 'make sync-from-gnulib'
1691 followed by 'make'.
1692 * configure, lisp/dired.el, src/config.in: Regenerate.
1693
9a514d4a
PE
1694 Automate syncing from gnulib.
1695 * INSTALL, README: Document new subdirectory 'lib'.
1696 * Makefile.in (SUBDIR): Add lib.
1697 (SUBDIR_MAKEFILES): Add lib/Makefile.
1698 (lib-src, src, TAGS, tags): Depend on lib.
1699 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1700 ($(gnulib_srcdir)): New rule.
1701 (sync-from-gnulib): New rule, which is .PHONY.
1702 (lib): New rule, which is like lib-src.
1703 (Makefile): Depend on lib/Makefile.in.
1704 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1705 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1706 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1707 (am--refresh): New rule, to pacify Automake.
1708 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1709 Clean lib, too.
1710 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1711 droppings.
1712 (maintainer-clean, extraclean): Use it.
1713 * configure.in: Initialize for automake and gnulib, by invoking
1714 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1715 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1716 more conveniently with automake.
6ffb2c0c 1717 * lib/Makefile.am: New file.
9a514d4a
PE
1718 * make-dist: Also put into the distribution aclocal.m4,
1719 compile, depcomp, missing, and the files under lib/.
1720
dc3e3e7b
GM
17212011-01-15 Glenn Morris <rgm@gnu.org>
1722
1723 * Makefile.in (epaths-force): No more arch-tag to edit.
1724
dab73760
CY
17252011-01-15 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1728
9f4b8b47
PE
17292011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1730
1731 * make-dist: Distribute test/ files too.
1732 Distribute every file under test/ that is under version control,
1733 using patterns like *.el to capture files that are added later.
1734 Without this change, "configure" would fail, because it would
1735 attempt to build from a Makefile.in that was not distributed.
1736
d221e780
CO
17372011-01-13 Christian Ohler <ohler@gnu.org>
1738
1739 * Makefile.in (INFO_FILES): Add ERT.
1740
1741 * Makefile.in (check): Run tests in test/automated.
1742
1743 * Makefile.in:
1744 * configure.in: Add test/automated/Makefile.
1745
bc5585d1
PE
17462011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1747
2b3f5bc8
PE
1748 * install-sh, mkinstalldirs, move-if-change: Update from master
1749 source in gnulib.
1750
bc5585d1
PE
1751 * config.guess, config.sub: Updated from master source.
1752
2018939f
AS
17532011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1754
1755 * configure.in: Check for __builtin_unwind_init.
1756
e5365138
GM
17572011-01-05 Glenn Morris <rgm@gnu.org>
1758
1759 * configure.in (HAVE_MAKEINFO): New output variable.
1760 (MAKEINFO): Reset to "makeinfo" if not found.
1761 * Makefile.in (install-arch-indep, info):
1762 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1763
4fc5868a
UM
17642010-12-29 Ulrich Mueller <ulm@gentoo.org>
1765
1766 * configure.in: Make gameuser configurable (Bug#7717).
1767
68251e16
GM
17682010-12-15 Glenn Morris <rgm@gnu.org>
1769
1770 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
1771 long absent lib-src/fns-*.el.
1772
838db889
GM
17732010-12-11 Glenn Morris <rgm@gnu.org>
1774
1775 * make-dist: Exclude etc/*.pyc.
1776
fe646d2c
AS
17772010-12-10 Andreas Schwab <schwab@linux-m68k.org>
1778
1779 * configure.in: Don't double machfile in final message.
1780
d96c83fa
CY
17812010-12-04 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * configure.in: Fix last change.
1784
d6a003a8
AS
17852010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1786
1787 * configure.in: Remove reference to removed machine description
1788 files and allow $machine and $machfile to be empty. Substitute
1789 M_FILE/S_FILE instead of machfile/opsysfile.
1790
067d23c9
KY
17912010-12-03 Glenn Morris <rgm@gnu.org>
1792
1793 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
1794
17952010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1796
1797 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
1798 (EXTERNALLY_VISIBLE): New definition.
1799
18002010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1801
1802 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
1803
18042010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * configure.in: Do not check for unconditionally included headers.
1807
18082010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
1811
18122010-11-09 Michael Albinus <michael.albinus@gmx.de>
1813
1814 * configure.in: Don't write a warning for D-Bus anymore.
1815
18162010-11-06 Andreas Schwab <schwab@linux-m68k.org>
1817
1818 * configure.in: Fix indentation.
1819
18202010-10-31 Ken Brown <kbrown@cornell.edu>
1821
1822 * configure.in (checking whether localtime caches TZ): Use
1823 unsetenv instead of modifying environment directly.
1824
18252010-10-25 Andreas Schwab <schwab@linux-m68k.org>
1826
1827 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
1828 to avoid warning.
1829
18302010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1831
e9fce1ac 1832 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
1833
18342010-10-22 Glenn Morris <rgm@gnu.org>
1835
1836 * make-dist: Avoid listing .el files twice. Don't try to run
1837 autoconf if --no-update.
1838
18392010-10-20 Glenn Morris <rgm@gnu.org>
1840
1841 * make-dist: No longer create lisp/MANIFEST.
1842
18432010-10-14 Glenn Morris <rgm@gnu.org>
1844
1845 * BUGS, INSTALL.BZR, README: Updates.
1846
18472010-10-13 Glenn Morris <rgm@gnu.org>
1848
1849 * make-dist: Remove --compress. Check for the appropriate
1850 gzip-like executable, and if not found, don't compress.
1851 Check version number in README, don't change it.
1852 Use find for nt/inc/*.h.
1853
18542010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1855
1856 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
1857 trailing / from directory names.
1858
18592010-10-12 Glenn Morris <rgm@gnu.org>
1860
1861 * make-dist: Update and simplify.
1862
18632010-10-12 Eli Zaretskii <eliz@gnu.org>
1864
1865 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
1866
18672010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1868
1869 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
1870
18712010-10-09 Glenn Morris <rgm@gnu.org>
1872
1873 * make-dist: No more doc/emacs/*.texi.in.
1874
1875 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
1876
18772010-10-09 Glenn Morris <rgm@gnu.org>
1878
1879 * configure.in: Combine some conditionals.
1880
1881 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
1882 * make-dist: Include doc/emacs/*.texi.in.
1883
1884 * INSTALL, make-dist: Remove references to b2m.
1885 * Makefile.in (MAN_PAGES): Remove b2m.1.
1886
18872010-10-05 Glenn Morris <rgm@gnu.org>
1888
1889 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
1890
18912010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1892
1893 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
1894
18952010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * configure.in: Include stdlib.h and string.h unconditionally.
1898
18992010-09-29 Romain Francoise <romain@orebokech.com>
1900
1901 * configure.in: Don't enable ImageMagick unless HAVE_X11.
1902
19032010-09-28 Glenn Morris <rgm@gnu.org>
1904
1905 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
1906 happy.
1907
19082010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1909
1910 * configure.in: Enable imagemagick by default.
1911
19122010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1913
1914 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 1915 GnuTLS libraries.
067d23c9
KY
1916
19172010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1918
1919 * configure.in: Set up GnuTLS.
1920
19212010-09-22 Chong Yidong <cyd@stupidchicken.com>
1922
1923 * configure.in: Announce whether libxml2 is linked to.
1924
19252010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1926
1927 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
1928
19292010-09-18 Eli Zaretskii <eliz@gnu.org>
1930
1931 * config.bat: Detect that libxml2 is installed and if so, build
1932 with it.
1933
19342010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1935
1936 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
1937 be used. This fixes a conf problem on Mac OS X.
1938
19392010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1940
1941 * configure.in: Check for libxml2.
1942
19432010-09-09 Glenn Morris <rgm@gnu.org>
1944
1945 * make-dist: No more TODO files under lisp/.
1946
19472010-09-04 Eli Zaretskii <eliz@gnu.org>
1948
1949 * config.bat: Produce lisp/gnus/_dir-locals.el from
1950 lisp/gnus/.dir-locals.el.
1951
19522010-08-23 Andreas Schwab <schwab@linux-m68k.org>
1953
1954 * configure.in: Fix check for librsvg, imagemagick and
1955 MagickExportImagePixels.
1956
19572010-08-18 Joakim Verona <joakim@verona.se>
1958
1959 * Makefile.in, configure.in: Checks for ImageMagick.
1960
19612010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1962
1963 * configure.in (AC_PREREQ): Require autoconf 2.65.
1964
19652010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1966
1967 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
1968
19692010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1970
1971 * configure.in: Add AC_C_BIGENDIAN.
1972
19732010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1974
1975 * configure.in (ORDINARY_LINK): Use on hpux* too.
1976
19772010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1978
1979 * configure.in: Check for util.h.
1980 Use -Wimplicit-function-declaration if compiler supports it.
1981
19822010-08-05 Eli Zaretskii <eliz@gnu.org>
1983
1984 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
1985
19862010-08-04 Andreas Schwab <schwab@linux-m68k.org>
1987
1988 * configure.in: Restore accidentally removed use of
1989 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
1990
19912010-07-29 Chad Brown <yandros@mit.edu>
1992
1993 * configure.in: Check for dirent.h.
1994
19952010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1996
1997 * configure.in: Remove reference to usg5-4, unused.
1998
19992010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2000
2001 * configure.in: Check for __executable_start.
2002
20032010-07-24 Ken Brown <kbrown@cornell.edu>
2004
2005 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2006
20072010-07-24 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2010
20112010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2012
2013 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2014
20152010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2016
2017 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2018 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2019 (C_OPTIMIZE_SWITCH): Remove.
2020 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2021
20222010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2023
2024 * configure.in: Don't check for index and rindex, check for strchr
2025 and strrchr. Define strchr and strrchr as index and rindex,
2026 resp., in src/config.h if not available.
2027
20282010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2029
2030 * configure.in: Use -Wold-style-definition if available.
2031 This helps with the transition to standard C code, it can be
2032 removed when done.
2033
2034 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2035
2036 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2037 and MSWindows.
2038
20392010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2040
2041 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2042 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2043
20442010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2045
2046 * configure.in (getenv): Remove K&R declaration.
2047
20482010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2049
2050 * configure.in: Remove define __P.
2051
20522010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2053
2054 * configure.in (--enable-use-lisp-union-type): New flag.
2055
20562010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2057
2058 Fix CFLAGS for non-GCC compilers.
2059 * configure.in (CFLAGS): Always use -g like it was done before the
2060 2010-03-30 change.
2061 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2062 (Bug#6538)
2063
20642010-06-30 Glenn Morris <rgm@gnu.org>
2065
2066 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2067 Set with AC_DEFINE rather than AH_BOTTOM.
2068
2069 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2070 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2071 Set with shell, not cpp.
2072 (LIBX): Remove, just use -lX11 in the one place this was used.
2073 (cannot_dump): Replace with CANNOT_DUMP.
2074
20752010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2076
0a19a6f8 2077 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2078 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2079 by minimum required Gtk+ 2.6). Add checks for functions introduced
2080 in Gtk+ 2.14 or newer (bug#6505).
2081
20822010-06-26 Eli Zaretskii <eliz@gnu.org>
2083
2084 * config.bat: Remove white space around "+" in COPY commands.
2085
20862010-06-23 Glenn Morris <rgm@gnu.org>
2087
2088 * info/dir: Start descriptions in column 32, per Texinfo convention.
2089
20902010-06-16 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * INSTALL: Update font information (Bug#6389).
2093
20942010-06-16 Glenn Morris <rgm@gnu.org>
2095
2096 * INSTALL: General update.
2097
20982010-06-12 Glenn Morris <rgm@gnu.org>
2099
2100 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2101
21022010-06-11 Glenn Morris <rgm@gnu.org>
2103
2104 * configure.in (--without-compress-info): New option.
2105 (GZIP_INFO): New output variable.
2106
2107 * Makefile.in (GZIP_INFO): New, set by configure.
2108 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2109 Handle man pages in the same way.
2110
21112010-06-10 Glenn Morris <rgm@gnu.org>
2112
2113 * Makefile.in (install-arch-indep): Gzip the info files too.
2114
2115 * make-dist: Remove references to non-existent directories and files.
2116
21172010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2118
2119 * configure.in: Include <strings.h> and <string.h> instead of
2120 "strings.h" and "string.h".
2121
21222010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2123
2124 * configure.in: Remove code dealing with BSTRING.
2125
21262010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2127
2128 * configure.in (AC_PREREQ): Require autoconf 2.65.
2129
2130 * configure.in (unxec): Do not define and substitute.
2131 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2132
21332010-06-03 Glenn Morris <rgm@gnu.org>
2134
2135 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2136
21372010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2138
2139 Fix alloca definition when using gcc on non-gnu systems.
2140 * configure.in: Use the code sequence indicated by "info autoconf"
2141 for alloca (bug#6170).
2142
21432010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * .bzrignore: Ignore new files from trunk, which appear if you use
2146 colocated branches (i.e. "bzr switch").
2147
21482010-05-28 Glenn Morris <rgm@gnu.org>
2149
2150 * configure.in: Simplify some of the $canonical tests.
2151
21522010-05-27 Glenn Morris <rgm@gnu.org>
2153
2154 * config.bat: Do not preprocess src/Makefile.in.
2155
2156 * configure.in: Do not preprocess src/Makefile.in.
2157 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2158 (AC_EGREP_CPP): Test no longer needed.
2159
2160 * make-dist: No more Makefile.c files.
2161
21622010-05-26 Glenn Morris <rgm@gnu.org>
2163
2164 * configure.in (YMF_PASS_LDFLAGS): Remove.
2165 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2166
2167 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2168 Add $GNUSTEP_LOCAL_HEADERS.
2169 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2170
2171 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2172 (GNUSTEP_MAKEFILES): Remove.
2173 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2174 stuff to here.
2175
21762010-05-25 Glenn Morris <rgm@gnu.org>
2177
2178 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2179 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2180
2181 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2182 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2183 here instead.
2184
21852010-05-24 Romain Francoise <romain@orebokech.com>
2186
2187 * make-dist: Look for version in src/emacs.c.
2188 Use lisp/subr.el rather than lisp/version.el for location check.
2189
21902010-05-21 Glenn Morris <rgm@gnu.org>
2191
2192 * configure.in (MKDEPDIR): Parallel build tweak.
2193
2194 * configure.in (ns_frag): New output file.
2195
2196 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2197 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2198
2199 * configure.in (cannot_dump): New output variable.
2200
22012010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2202
2203 * configure.in: On NetBSD, if terminfo is found, use it in
2204 preference to termcap. (Bug#6190)
2205
22062010-05-20 Glenn Morris <rgm@gnu.org>
2207
2208 * make-dist (src): Include *.mk.
2209 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2210 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2211 (deps_frag): New output file.
2212 (AUTO_DEPEND): Remove this definition.
2213
2214 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2215
22162010-05-19 Glenn Morris <rgm@gnu.org>
2217
2218 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2219 (ORDINARY_LINK): New AC_DEFINE.
2220 (LIB_GCC): No need to set if ORDINARY_LINK.
2221
22222010-05-18 Glenn Morris <rgm@gnu.org>
2223
2224 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2225 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2226
2227 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2228 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2229 (RALLOC_OBJ): New output variable.
2230
2231 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2232 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2233
22342010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * Makefile.in (src): Provide the name of the VCS file that witnesses
2237 a pull.
2238 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2239
22402010-05-17 Glenn Morris <rgm@gnu.org>
2241
2242 * configure.in (OLDXMENU_DEPS): New output variable.
2243
22442010-05-16 Glenn Morris <rgm@gnu.org>
2245
2246 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2247
2248 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2249 * Makefile.in (install-arch-dep): Update for above change.
2250
2251 * Makefile.in (ns_appdir): Remove.
2252 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2253
2254 * configure.in (TEMACS_LDFLAGS2): New output variable.
2255
2256 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2257 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2258 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2259 nothing uses.
2260
22612010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2262
2263 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2264 does not use them.
2265 (X11R5_INHIBIT_I18N): Remove, unused.
2266
22672010-05-15 Glenn Morris <rgm@gnu.org>
2268
2269 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2270
2271 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2272
22732010-05-15 Ken Raeburn <raeburn@raeburn.org>
2274
2275 * configure.in: Look for version string in its new location.
2276
22772010-05-15 Eli Zaretskii <eliz@gnu.org>
2278
2279 * config.bat: Remove support for DJGPP v1.x.
2280
22812010-05-15 Glenn Morris <rgm@gnu.org>
2282
2283 * configure.in (OLDXMENU_TARGET): New output variable.
2284
2285 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2286
2287 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2288 and other files that no longer exist.
2289
22902010-05-14 Glenn Morris <rgm@gnu.org>
2291
2292 * configure.in (cpp_undefs): Add mktime, register, X11.
2293
2294 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2295 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2296 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2297
2298 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2299 (GNUSTEP_MAKEFILES): Do not output.
2300
23012010-05-13 Glenn Morris <rgm@gnu.org>
2302
2303 * configure.in: Fix some paren typos.
2304
2305 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2306
2307 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2308
23092010-05-12 Glenn Morris <rgm@gnu.org>
2310
2311 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2312
2313 * configure.in (LIB_GCC): New output variable.
2314
23152010-05-11 Glenn Morris <rgm@gnu.org>
2316
2317 * make-dist (msdos): No more mainmake.
2318
2319 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2320 * config.bat: Do not run cpp on lib-src/Makefile.in.
2321
2322 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2323
23242010-05-10 Glenn Morris <rgm@gnu.org>
2325
2326 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2327
2328 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2329 (BLESSMAIL_TARGET): New output variable.
2330
23312010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2332
2333 * INSTALL: Fix typos.
2334
23352010-05-08 Chong Yidong <cyd@stupidchicken.com>
2336
2337 * configure.in: Add check for buggy version of GCC (Bug#6031).
2338
23392010-05-08 Glenn Morris <rgm@gnu.org>
2340
2341 * configure.in (HAVE_LIBNCURSES): New local variable.
2342 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2343 replacing cpp in src/s/*.h and src/Makefile.in.
2344
23452010-05-07 Chong Yidong <cyd@stupidchicken.com>
2346
2347 * Version 23.2 released.
2348
23492010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * configure.in: Add tests for `isnan' and `copysign'.
2352
23532010-05-07 Eli Zaretskii <eliz@gnu.org>
2354
2355 * config.bat: Allow for 2 leading `#'s in comments in
2356 src/Makefile.in.
2357
23582010-05-07 Glenn Morris <rgm@gnu.org>
2359
2360 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2361 Merges logic from src/s/* and src/Makefile.in.
2362 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2363
23642010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2365
2366 Define START_FILES and LIB_STANDARD using autoconf.
2367 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2368 here from src/s/*.h.
2369 (HAVE_CRTIN): Remove, inline logic in the netbsd
2370 START_FILES/LIB_STANDARD computation.
2371
23722010-05-06 Glenn Morris <rgm@gnu.org>
2373
2374 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2375
2376 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2377 (LD_SWITCH_X_SITE): Remove unused variables.
2378
23792010-05-04 Glenn Morris <rgm@gnu.org>
2380
2381 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2382 as well.
2383 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2384
2385 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2386
2387 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2388 variables, replacing c_switch_machine, c_switch_system.
2389 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2390 @c_switch_system@.
2391
23922010-05-03 Glenn Morris <rgm@gnu.org>
2393
2394 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2395
2396 * make-dist: There are no more src/m/*.inp files.
2397
23982010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2399
2400 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2401 (ac_link): Do not use ld_switch_machine.
2402
24032010-05-01 Glenn Morris <rgm@gnu.org>
2404
2405 * configure.in (OTHER_OBJ): Remove.
2406 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2407
24082010-04-30 Glenn Morris <rgm@gnu.org>
2409
2410 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2411 Elsewhere, maybe include it.
2412
2413 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2414 (OLDXMENU, LIBXMENU): New output variables.
2415
2416 * configure.in (OTHER_OBJ): New output variable.
2417
24182010-04-28 Glenn Morris <rgm@gnu.org>
2419
2420 * configure.in (CYGWIN_OBJ): New output variable.
2421
2422 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2423
2424 * configure.in (FONT_OBJ): New output variable.
2425
2426 * configure.in (LIBXMU): New output variable.
2427
2428 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2429
2430 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2431 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2432
24332010-04-27 Glenn Morris <rgm@gnu.org>
2434
2435 * configure.in (LIBXTR6): New output variable. Move unixware special
2436 case here from src/s/unixware.h.
2437
2438 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2439 in Makefiles.
2440 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2441
2442 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2443 (LIBXP): No longer substitute in Makefiles.
2444 (MOTIF_LIBW): New output variable. Move system-specific settings here
2445 from src/s files.
2446
24472010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2448
2449 Reduce CPP usage.
2450 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2451 (unexec): Define unconditionally, all platforms define
2452 UNEXEC. AC_SUBST it.
2453 (UNEXEC_SRC): Remove, unused.
2454 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2455
24562010-04-27 Glenn Morris <rgm@gnu.org>
2457
2458 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2459 replaced by LIBXP.
2460
2461 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2462 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2463 On hpux10-20, default to /lib.
2464
2465 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2466
24672010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * configure.in (LIBS_MACHINE): Remove, unused.
2470
2471 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2472
24732010-04-24 Glenn Morris <rgm@gnu.org>
2474
2475 * configure.in (CRT_DIR): New output variable.
2476 (--with-crt-dir): New option. (Bug#5655)
2477 (HAVE_LIB64_DIR): Remove.
2478
24792010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2482
24832010-04-22 Miles Bader <miles@gnu.org>
2484
2485 * configure.in: Get rid of "unix" pre-defined macro when
2486 preprocessing Makefile. (Bug#5857)
2487
24882010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2489
2490 Avoid non-portable shell command negation
2491 * configure.in: Revert last change.
2492
24932010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2494
2495 * configure.in: Change "if test ! -f" to "if ! test -f".
2496
24972010-04-21 Glenn Morris <rgm@gnu.org>
2498
2499 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2500 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2501
25022010-04-21 Karel Klíč <kklic@redhat.com>
2503
2504 * configure.in: New option: --with(out)-selinux, on by default.
2505 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2506 LIBSELINUX_LIBS in Makefiles.
2507
25082010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2509
2510 * configure.in: Remove all references to LIBX11_SYSTEM.
2511
25122010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * configure.in: Remove all references to C_DEBUG_SWITCH.
2515
25162010-03-27 Eli Zaretskii <eliz@gnu.org>
2517
2518 * config.bat <lib-src>: Edit out lines that begin with several #
2519 characters.
2520
25212010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2522
2523 * configure.in: Remove support for old UNIX System V systems and
2524 for Unixware on non-x86 machines.
2525
2526 * configure.in: Remove support for Solaris on PPC and for old versions.
2527
2528 * configure.in: Remove non-working lynxos port.
2529
25302010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2533
25342010-03-19 Glenn Morris <rgm@gnu.org>
2535
2536 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2537 happy.
2538
25392010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2540
2541 * configure.in: Check for tputs and friends, abort if not
2542 found (bug#5735).
2543
25442010-03-18 Glenn Morris <rgm@gnu.org>
2545
2546 * configure.in (--with-x-toolkit): In the help text, say which options
2547 are synonyms.
2548
2549 * configure.in (--with-mmdf, --with-mail-unlink):
2550 New options, off by default.
2551 (--with-mailhost): New option to set default POP host.
2552 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2553 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2554 New variables, substituted in Makefiles.
2555 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2556 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2557 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2558 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2559 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2560
25612010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2562
2563 * Makefile.in (uninstall): Handle the case where archlibdir does not
2564 exist. (Bug#5720)
2565
25662010-03-12 Eli Zaretskii <eliz@gnu.org>
2567
75f1671a 2568 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2569 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2570
2571 * configure: Regenerated.
2572
25732010-03-10 Chong Yidong <cyd@stupidchicken.com>
2574
2575 * Branch for 23.2.
2576
25772010-01-31 Juri Linkov <juri@jurta.org>
2578
2579 * .bzrignore: Add TAGS-LISP.
2580
25812010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2582
2583 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2584 this header file).
2585
25862010-01-12 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * .bzrignore: Ignore all .exe, instead of individual files.
2589
25902010-01-12 Chong Yidong <cyd@stupidchicken.com>
2591
2592 * configure.in: Explicitly check for and link to -lXrender.
2593
25942010-01-12 Glenn Morris <rgm@gnu.org>
2595
2596 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2597 for bug reports for development versions.
2598
25992010-01-02 Eli Zaretskii <eliz@gnu.org>
2600
2601 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2602 build.
2603
26042009-12-27 Karl Fogel <kfogel@red-bean>
2605
2606 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2607 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2608
26092009-12-17 Glenn Morris <rgm@gnu.org>
2610
2611 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2612
26132009-12-15 Glenn Morris <rgm@gnu.org>
2614
2615 * info/dir: Add EDT entry.
2616 * Makefile.in (INFO_FILES): Add edt.
2617
26182009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2619
1154d12e 2620 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2621
26222009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2623
2624 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2625
26262009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2627
2628 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2629
26302009-12-01 Glenn Morris <rgm@gnu.org>
2631
2632 * make-dist: Add etc/images/mpc directory.
2633
26342009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2635
2636 * configure.in: Don't check for GConf unless X is used.
2637
26382009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2639
2640 * configure.in: Use -Wdeclaration-after-statement if available.
2641
26422009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2643
2644 * configure.in: New option: --with(out)-gconf.
2645 Set HAVE_GCONF if we find gconf.
2646
26472009-11-17 Glenn Morris <rgm@gnu.org>
2648
2649 * Makefile.in (INFO_FILES): Add semantic.
2650
26512009-11-16 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * info/dir: Add Semantic.
2654
26552009-11-16 Glenn Morris <rgm@gnu.org>
2656
2657 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2658 pattern, so as not to exclude makefile*.el. (Bug#4912)
2659
26602009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2661
2662 * configure.in: --enable-autodepend is new. Check for GNU Make
2663 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2664 gcc and GNU make to generate dependencies.
2665
26662009-10-27 Glenn Morris <rgm@gnu.org>
2667
2668 * make-dist: Make links to doc/lispintro/*.pdf.
2669
26702009-10-23 Jim Meyering <meyering@redhat.com>
2671
2672 * configure.in: Invoke $CPP with -P when creating Makefile and
2673 src/Makefile. Without this, gcc 4.4.2 converts each
2674 backslash-newline pair in the input to a bare newline, yielding
2675 invalid Makefiles.
2676
2677 * configure: Regenerate.
2678
26792009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2680
2681 * configure.in (vax-dec-vms): Remove, not supported anymore.
2682
26832009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2684
2685 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2686 (*-apple-darwin*): Add x86_64 architecture.
2687
26882009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2689
2690 * config.guess, config.sub: Updated from master source.
2691
26922009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2693
2694 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2695
26962009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2697
2698 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2699
27002009-09-29 Glenn Morris <rgm@gnu.org>
2701
2702 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2703
27042009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2705
2706 * config.guess, config.sub: Updated from master source.
2707
2708 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2709
27102009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2711
2712 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2713
27142009-09-13 Chong Yidong <cyd@stupidchicken.com>
2715
2716 * INSTALL: Update URL for GNU FreeFont.
2717
27182009-09-09 Glenn Morris <rgm@gnu.org>
2719
2720 * Makefile.in (install-arch-indep): Don't recursively change perms of
2721 site-lisp and infodir. There may be non-Emacs files in here, and the
2722 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2723 (mkdir): Set umask to world-readable before creating directories.
2724 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2725
27262009-08-29 Glenn Morris <rgm@gnu.org>
2727
2728 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2729 (info): Don't give an error in the absence of makeinfo - let the doc
2730 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2731
27322009-08-23 Ken Raeburn <raeburn@raeburn.org>
2733
2734 * Makefile.in (install-arch-indep): If the versioned DOC-####
2735 generated during loadup+dump isn't found, install the plain DOC
2736 file that always gets generated, in case CANNOT_DUMP is set.
2737
2738 * configure.in: Warn if package version specified here doesn't
2739 match the version in version.el.
2740 * configure: Regenerate.
2741
27422009-08-22 Michael Albinus <michael.albinus@gmx.de>
2743
2744 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2745
2746 * configure: Regenerate.
2747
27482009-08-19 Glenn Morris <rgm@gnu.org>
2749
2750 * INSTALL: Remove reference to cvtmail.
2751
27522009-08-15 CHENG Gao <chenggao@gmail.com>
2753
2754 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2755
27562009-08-02 Kevin Ryde <user42@zip.com.au>
2757
2758 * INSTALL: Fix free fonts URL.
2759
27602009-07-22 Glenn Morris <rgm@gnu.org>
2761
2762 * configure.in (AC_PREREQ): Require autoconf 2.62.
2763
27642009-07-04 Andreas Schwab <schwab@linux-m68k.org>
2765
2766 * configure.in (--enable-checking, --enable-profiling):
2767 Use AS_HELP_STRING.
2768
27692009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2770
2771 * configure.in (--enable-profiling): New option.
2772 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2773
27742009-06-27 Glenn Morris <rgm@gnu.org>
2775
2776 * configure.in: Restore netbsd on mips, mipsel, mipseb.
2777
27782009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2779
2780 * configure.in (--enable-checking): New option.
2781
27822009-06-24 Glenn Morris <rgm@gnu.org>
2783
2784 * make-dist: Warn if subdir does not exist in source.
2785 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
2786 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
2787 No longer make links.
2788
27892009-06-24 Yavor Doganov <yavor@gnu.org>
2790
2791 * make-dist (tempdir): Don't create directories preferences.gorm
2792 and preferences.nib, they are no longer required.
2793
27942009-06-21 Chong Yidong <cyd@stupidchicken.com>
2795
2796 * Branch for 23.1.
2797
27982009-06-12 Chong Yidong <cyd@stupidchicken.com>
2799
2800 * configure.in: Delete mac-fix-env target, which has been
2801 removed (Bug#3531).
2802
28032009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2804
1154d12e 2805 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
2806
28072009-05-05 Per Starbäck <per@starback.se> (tiny change)
2808
2809 * BUGS: Use new binding of view-emacs-problems.
2810
c7015153 28112009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
2812
2813 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
2814 for Solaris compatibility.
2815
28162009-04-25 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * configure: Regenerate.
2819
2820 * configure.in: Disable use of FreeType without libXft.
2821
28222009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2823
2824 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
2825 Check if it is declared in gtk.h.
2826
28272009-04-12 Andreas Schwab <schwab@linux-m68k.org>
2828
2829 * Makefile.in (install-arch-indep): Remove .gitignore files.
2830
28312009-04-03 Kenichi Handa <handa@m17n.org>
2832
2833 * INSTALL: Make the section "Complex Text Layout support
2834 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2835
28362009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
2837
2838 * configure.in (rs6000-ibm-aix6*): Fix typo.
2839
28402009-03-04 Glenn Morris <rgm@gnu.org>
2841
2842 * Makefile.in (INFO_FILES): Add auth.
2843
28442009-03-03 Glenn Morris <rgm@gnu.org>
2845
2846 * info/dir: Add Auth-source.
2847
28482009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
2851 the second.
2852
28532009-02-28 Eli Zaretskii <eliz@gnu.org>
2854
2855 * config.bat: Copy .dbxinit to _dbxinit.
2856
2857 * make-dist (Making links to `info'): Remove .gitignore.
2858
28592009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * Makefile.in (lib-src, lisp): Use simpler rule.
2862 (src): Be more specific to avoid recompiling all the .elc files just
2863 because the bootstrap-emacs is missing.
2864
28652009-02-26 Chong Yidong <cyd@stupidchicken.com>
2866
2867 * configure.in: Require librsvg >= 2.11.
2868
28692009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2870
2871 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
2872 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2873
28742009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2875
2876 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
2877
28782009-02-03 Glenn Morris <rgm@gnu.org>
2879
2880 * make-dist: Add some missing files, remove some that are no longer
2881 present.
2882
28832009-02-02 Glenn Morris <rgm@gnu.org>
2884
2885 * make-dist: Add some missing nextstep/ files.
2886
28872009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
2888
2889 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2890
28912009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2892
2893 * configure.in: Add support for m68k-*-netbsd.
2894
28952009-01-14 Juri Linkov <juri@jurta.org>
2896
2897 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
2898
2899 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
2900 and bug-reference-mode.
2901
29022009-01-11 Juri Linkov <juri@jurta.org>
2903
2904 * INSTALL.CVS: Move configuration explicitly to the first step.
2905
29062009-01-09 Glenn Morris <rgm@gnu.org>
2907
2908 * .dir-locals.el: Don't set indent-tabs-mode.
2909
29102008-12-30 Kenichi Handa <handa@m17n.org>
2911
2912 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
2913 the function OTF_get_variation_glyphs.
2914
29152008-12-30 Jan Djärv <jan.h.d@swipnet.se>
2916
2917 * Makefile.in (install-arch-dep): Remove old directories in
2918 ns_app* before moving new directories there.
2919
29202008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
2921
2922 * .dir-locals.el: Remove non-working entry for pmail.
2923 (fill-column): Fix typo.
2924 (change-log-mode): Add fill column.
2925
29262008-12-26 Eli Zaretskii <eliz@gnu.org>
2927
2928 * config.bat: Produce _dir-locals.el from .dir-locals.el.
2929
29302008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2931
2932 * make-dist (tempdir): Distribute .dir-locals.el.
2933
2934 * .dir-locals.el: New file.
2935
29362008-12-19 Eli Zaretskii <eliz@gnu.org>
2937
2938 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
2939 for rationale.
2940
29412008-12-13 Glenn Morris <rgm@gnu.org>
2942
2943 * Makefile.in (install-arch-indep): Add new man-pages.
2944 (manext): Remove variable.
2945 (MAN_PAGES): New variable.
2946 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
2947 and remove.
2948 (uninstall): Remove desktop file and icons, game scores if empty.
2949
29502008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2951
2952 * config.guess, config.sub: Updated from master source.
2953
29542008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2955
2956 * Makefile.in (install-arch-indep): Install ebrowse.1.
2957
29582008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2959
2960 * configure.in: Add Solaris on x86_64.
2961
29622008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2963
2964 * config.guess, config.sub: Updated from master source.
2965
29662008-12-08 Eli Zaretskii <eliz@gnu.org>
2967
2968 * info/dir: Fix last change.
2969
29702008-12-07 Eli Zaretskii <eliz@gnu.org>
2971
2972 * info/dir: Untabify.
2973
29742008-11-28 Ulrich Mueller <ulm@gentoo.org>
2975
2976 * configure.in: Fix last change.
2977
29782008-11-28 Richard M Stallman <rms@gnu.org>
2979
2980 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
2981 New configurations.
2982
29832008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
2984
2985 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
2986 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
2987
29882008-11-15 Eli Zaretskii <eliz@gnu.org>
2989
2990 * Makefile.in (INFO_FILES): Remove ns-emacs.
2991
2992 * info/dir (NS-Emacs): Remove entry.
2993
29942008-11-08 Eli Zaretskii <eliz@gnu.org>
2995
2996 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
2997
29982008-11-07 Glenn Morris <rgm@gnu.org>
2999
3000 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3001
30022008-10-31 Eli Zaretskii <eliz@gnu.org>
3003
3004 * config.bat: Tell user to expect one "File not found" message
3005 while the `doc' directory is being configured.
3006
30072008-10-30 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * update-subdirs: Put obsolete directory last.
3010
30112008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3012
3013 * configure.in: Check fontconfig always.
3014
30152008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3016
3017 * configure (*-solaris2.[7-9]*): Fix typo.
3018
30192008-10-24 Glenn Morris <rgm@gnu.org>
3020
3021 * configure.in (--without-sync-input, --with-pkg-config-prog):
3022 Help strings start with lower case.
3023 (--with-gnustep-conf): New option.
3024 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3025
30262008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3027
3028 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3029 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3030 is not found. (Bug#1230)
3031
30322008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3033
3034 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3035 Use sol2-6.h for Solaris 7-9.
3036
30372008-10-18 Ulrich Mueller <ulm@gentoo.org>
3038
3039 * configure.in: Add support for GNU/Linux on SuperH.
3040
30412008-10-12 Andreas Schwab <schwab@suse.de>
3042
3043 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3044
1a71cb28 30452008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3046
3047 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3048 "X") to avoid confusion.
3049
3050 * configure: Regenerate.
3051
30522008-09-07 Romain Francoise <romain@orebokech.com>
3053
3054 * make-dist: Distribute doc/man/ChangeLog.
3055
30562008-08-28 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * configure.in: Disable XFT and Freetype when without X.
3059
3060 * configure: Regenerate.
3061
30622008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3063
3064 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3065
30662008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3067
3068 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3069 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3070
3071 * configure: Regenerate.
3072
30732008-08-20 Eli Zaretskii <eliz@gnu.org>
3074
3075 * configure.in: Move "#define subprocesses" before
3076 config_opsysfile is included.
3077
30782008-08-19 Kenichi Handa <handa@m17n.org>
3079
3080 * INSTALL (Extra fonts): Mention local fonts, don't mention
3081 mule-unicode.
3082
30832008-08-16 Chong Yidong <cyd@stupidchicken.com>
3084
3085 * make-dist: Omit info/.arch-inventory.
3086
30872008-08-16 Jason Rumney <jasonr@gnu.org>
3088
3089 * make-dist (tempdir/nt): Link emacsclient.rc.
3090
30912008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3092
3093 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3094 AC_SUBST it.
3095 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3096 AC_SUBST it.
3097 (OTHER_FILES): Always define for HAVE_NS.
3098 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3099 * configure: Regenerate.
3100
31012008-08-07 Andreas Schwab <schwab@suse.de>
3102
3103 * configure.in: Correctly handle
3104 --enable-cocoa-experimental-ctrl-g=no and
3105 --enable-ns-self-contained=yes.
3106
31072008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3108
3109 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3110 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3111 bother undef'ing since won't have desired effect.
3112
31132008-08-06 Andreas Schwab <schwab@suse.de>
3114
3115 * configure.in: Fix quoting.
3116
31172008-08-06 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3120
31212008-08-05 Ulrich Mueller <ulm@gentoo.org>
3122
3123 * configure.in: Add checks for krb5_error.text and
3124 krb5_error.e_text struct members.
3125
31262008-08-04 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * configure.in: Test for existence of NSInteger.
3129 Suggested by Yavor Doganov.
3130
31312008-08-02 Romain Francoise <romain@orebokech.com>
3132
3133 * Makefile.in (INFO_FILES): Add mairix-el.
3134
31352008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3136
3137 * make-dist:
3138 * README: Remove VMS support.
3139 * vms: Remove directory.
3140
31412008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3142
3143 * configure.in (MULTI_KBOARD): Remove.
3144
31452008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3146
3147 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3148
31492008-07-29 Chong Yidong <cyd@stupidchicken.com>
3150
3151 * info/dir (File): Add mairix-el.
3152
31532008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3154
3155 Remove support for Mac Carbon.
3156 * mac: Remove directory.
3157 * make-dist:
3158 * configure.in:
3159 * README:
3160 * Makefile.in:
3161 * INSTALL: Remove code for Carbon.
3162 * configure: Regenerate.
3163
31642008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3165
3166 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3167
31682008-07-25 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * configure.in: Check for getrlimit.
3171
3172 * configure: Regenerate.
3173
31742008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3175
3176 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3177 in src/Makefile.in.
3178 (static): Remove, autoconf would always comment it out anyway.
3179 (subprocesses): Define unconditionally.
3180
31812008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3182
3183 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3184 compilation under GNUstep.
3185
31862008-07-18 Kenichi Handa <handa@m17n.org>
3187
3188 * INSTALL (Complex Text Layout support libraries): Delete the
3189 paragraph about --enable-font-backend.
3190
31912008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3192
3193 * configure.in: Print out some info to user for NeXTstep builds.
3194 (ns-app): Remove enable option.
3195 (ns-self-contained): Add enable option.
3196 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3197 GNUstep, use to set install prefixes, and substitute in Makefiles.
3198 * configure: Regenerate.
3199 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3200 NS app bundle.
3201
32022008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3205
32062008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3207
3208 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3209 NS_IMPL_COCOA.
3210
32112008-07-16 Glenn Morris <rgm@gnu.org>
3212
3213 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3214 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3215 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3216 never unset.
3217
3218 * make-dist: Add nextstep/ directories.
3219 (src, lib-src): Add .m files.
3220
32212008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3222
3223 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3224 (USER_FULL_NAME): Remove, not used anymore.
3225 * configure: Regenerate.
3226
32272008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3228
3229 Changes and additions for NeXTstep windowing system (Cocoa and
3230 GNUstep) support.
3231
3232 * configure.in: Add support for NS window system: --with-ns (default
3233 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3234 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3235 disable font backend if window system is "none", not if !HAVE_X11.
3236 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3237 (install-arch-dep): Add commands to assemble NS .app package.
3238
32392008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3240
3241 * configure.in: Use macppc for Darwin. Remove references to
3242 desupported systems.
3243 * configure: Regenerate.
3244
32452008-07-05 Glenn Morris <rgm@gnu.org>
3246
3247 * make-dist (EMACS): Doc fix.
3248 (lisp): There are no *.dat or image files here any more.
3249 (src): There are no *.s files here any more.
3250 (etc/images, etc/images/*): Link to most regular files.
3251
32522008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3253
3254 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3255
32562008-07-01 Glenn Morris <rgm@gnu.org>
3257
3258 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3259 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3260 and explicitly export there. (Bug#507.)
3261
32622008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3263
3264 * configure.in:
3265 * configure: Remove references to obsolete systems.
3266
32672008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3270 make it depend on all other */.in files.
3271 (src/Makefile, src/config.stamp, lib-src/Makefile)
3272 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3273 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3274 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3275 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3276
3277 * configure.in: Don't create src/config.stamp any more.
3278
32792008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3282
32832008-06-22 Glenn Morris <rgm@gnu.org>
3284
3285 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3286
32872008-06-21 Romain Francoise <romain@orebokech.com>
3288
3289 * Makefile.in (INFO_FILES): Add sasl.
3290
32912008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3294 (bootstrap-build): Remove.
3295 (top_bootclean): New var.
3296 (top_distclean, bootstrap-clean): Use it.
3297 (bootstrap): Don't recheck config. Make normally.
3298
32992008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * Makefile.in (SUBDIR): Include `lisp'.
3302 (lisp): Depend on `src'.
3303 (top_distclean): Don't remove config.status.
3304 (bootstrap-clean): New target.
3305 (maintainer-clean): Use it.
3306 (bootstrap): Use bootstrap-clean. Re-run config.status.
3307 (src/bootstrap-emacs${EXEEXT}): New target.
3308 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3309 src/Makefile now takes care of it.
3310 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3311
33122008-06-15 Glenn Morris <rgm@gnu.org>
3313
3314 * info/dir: Add sasl.
3315
33162008-06-09 Alan Mackenzie <acm@muc.de>
3317
3318 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3319
33202008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3321
3322 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3323
33242008-06-07 Glenn Morris <rgm@gnu.org>
3325
3326 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3327 serve no purpose.
3328
33292008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3330
3331 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3332 * configure: Regenerate.
3333
33342008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3337
33382008-05-14 Kenichi Handa <handa@m17n.org>
3339
3340 * configure: Regenerate.
3341
3342 * configure.in: Don't handle --disable-font-backend. Don't print
3343 a message about a font backend.
3344
33452008-05-09 Glenn Morris <rgm@gnu.org>
3346
3347 * configure.in: Make absence of makeinfo a fatal error only if the info
3348 files don't exist.
3349 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3350
33512008-05-07 Eli Zaretskii <eliz@gnu.org>
3352
3353 * config.bat: Fix last change: don't use < and > in "rem" lines,
3354 they are interpreted as redirection by DOS shells.
3355
33562008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3357
3358 * configure.in: Check availability of AvailabilityMacros.h
3359 if HAVE_CARBON.
3360
3361 * configure: Regenerate.
3362
33632008-05-03 Glenn Morris <rgm@gnu.org>
3364
3365 * configure.in (x_libraries): Remove standard 64-bit directories -
3366 experimental workaround for minor autoconf bug.
3367
3368 * configure.in (--without-makeinfo): New option. If set,
3369 absence of suitable makeinfo is not a fatal error.
3370 * Makefile.in (MAKEINFO): New, set by configure.
3371 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3372 (info-real): New target.
3373 (info): Without makeinfo, do nothing, else call `info-real'.
3374
33752008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * configure.in: Remove hpux10.20 from the desupported list.
3378
33792008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3382
33832008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3386 rather than change CPPFLAGS.
3387 (HAVE_GTK): Rename to USE_GTK.
3388
33892008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3390
3391 * configure.in: Replace the obsolete macros AC_AIX and
3392 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3393
33942008-04-05 Andreas Schwab <schwab@suse.de>
3395
3396 * configure.in: No longer create admin/unidata/Makefile.
3397
33982008-03-28 Andreas Schwab <schwab@suse.de>
3399
3400 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3401 (lisp/Makefile): New rule.
3402
34032008-03-13 Glenn Morris <rgm@gnu.org>
3404
3405 * configure.in (AC_INIT): Fix version number.
3406 (sync-input): Reword the option, since it's on by default.
3407
34082008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3409
3410 * configure.in: Add --enable-sync-input, default yes.
3411
34122008-03-11 Glenn Morris <rgm@gnu.org>
3413
3414 * Makefile.in (install-etc, mkdir): Handle directory
3415 etc/images/icons/hicolor/*/mimetypes/.
3416
3417 * make-dist: Handle icons/hicolor/scalable directory.
3418
34192008-03-05 Glenn Morris <rgm@gnu.org>
3420
3421 * configure.in: Enable font-backend by default.
3422 (USE_FONT_BACKEND): Set to "no" in absence of X.
3423 (PKG_CONFIG): Don't set multiple times, once is enough.
3424 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3425
34262008-03-03 Glenn Morris <rgm@gnu.org>
3427
3428 * Makefile.in (iconsrcdir): New variable.
3429 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3430 directory.
3431
34322008-02-29 Glenn Morris <rgm@gnu.org>
3433
3434 * test/: New directory.
3435
34362008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3437
3438 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3439
34402008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3441
3442 * configure.in: Print an error for systems that we think are obsolete
3443 and are proposed to be removed. Remove some more unused systems.
3444 Add support for powerpc-ibm-aix6*.
3445
34462008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3447
3448 * configure.in: Remove references to obsolete variables and systems.
3449
34502008-02-21 Glenn Morris <rgm@gnu.org>
3451
3452 * Makefile.in (set_installuser): New.
3453 (install-arch-indep): Use set_installuser to avoid duplicate code.
3454
3455 * README.unicode: Split into admin/notes/unicode,font-backend and
3456 remove.
3457
34582008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3459
3460 * configure.in (arm*-*-freebsd*): Add.
3461
34622008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3463
3464 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3465 dealing with obsolete variables.
3466
34672008-02-08 Glenn Morris <rgm@gnu.org>
3468
3469 * Makefile.in (check-info-dir): New target.
3470
34712008-02-08 Michael Olson <mwolson@gnu.org>
3472
3473 * Makefile.in (INFO_FILES): Add epa.
3474
3475 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3476 features" section.
3477
34782008-02-06 Glenn Morris <rgm@gnu.org>
3479
3480 * configure.in (--with-gcc): Give an error saying this option has
3481 been removed.
3482 (--with-gtk): Remove this option.
3483
34842008-02-06 Tom Tromey <tromey@redhat.com>
3485
3486 * configure.in (--with-gcc): Remove.
3487 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3488
34892008-02-05 Ulrich Mueller <ulm@gentoo.org>
3490
3491 * INSTALL: Recommend giflib, not libungif.
3492
34932008-02-05 Tom Tromey <tromey@redhat.com>
3494
3495 * configure.in (--with-dbus): Default to enabled.
3496
34972008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3498
3499 * INSTALL (Complex Text Layout support libraries): New section.
3500
35012008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3502
3503 * make-dist: Remove references to files in mac/ that have been
3504 deleted.
3505
35062008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3507
3508 * configure.in: For libotf and m17n-flt checks, set shell vars
3509 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3510 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3511 Reported by Ulrich Mueller.
3512
35132008-02-02 Eli Zaretskii <eliz@gnu.org>
3514
3515 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3516 admin/unidata/Makefile.in to Makefile.
3517
35182008-02-02 Glenn Morris <rgm@gnu.org>
3519
3520 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3521 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3522 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3523
35242008-02-01 Miles Bader <miles@gnu.org>
3525
3526 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3527 [libotf], and [m17n-flt] options.
3528
35292008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3530
3531 * configure.in: Add EMACS_ARG_N([libotf]...), and
3532 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3533 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3534 CFLAGS, and LIBS in checking of m17n-flt.
3535
35362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3537
3538 * configure.in: Check the availability of m17n-flt library.
3539
35402008-02-01 Kenichi Handa <handa@m17n.org>
3541
3542 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3543 not available.
3544
35452008-02-01 Kenichi Handa <handa@m17n.org>
3546
3547 * configure.in: New args --enable-font-backend, --with-xft,
3548 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3549 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3550 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3551 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3552
35532008-02-01 Kenichi Handa <handa@m17n.org>
3554
3555 * make-dist: Include etc/charsets in tarball.
3556
35572008-02-01 Kenichi Handa <handa@m17n.org>
3558
3559 * configure.in: While running cpp on junk.c, include
3560 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3561 exists.
3562
35632008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3564
3565 * configure.in (xtensa): Match more configurations.
3566
35672008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3568
3569 * configure.in: Update comment.
3570
35712008-01-26 Glenn Morris <rgm@gnu.org>
3572
3573 * configure.in (--without-gcc): By default, neither off nor on.
3574 (--with-carbon): Tone down rhetoric in help text.
3575
35762008-01-25 Glenn Morris <rgm@gnu.org>
3577
3578 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3579 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3580 Default `Carbon' to off (it's unsupported).
3581
35822008-01-24 Glenn Morris <rgm@gnu.org>
3583
3584 * configure.in: Standardize dbus-related messages.
3585
35862008-01-23 Michael Olson <mwolson@gnu.org>
3587
3588 * configure.in (pkg-config-prog): Remove initial whitespace.
3589
35902008-01-23 Tom Tromey <tromey@redhat.com>
3591
3592 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3593 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3594 Update all users.
3595
35962008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * config.guess, config.sub: Updated from master source.
3599
36002008-01-17 Andreas Schwab <schwab@suse.de>
3601
3602 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3603
36042008-01-17 Glenn Morris <rgm@gnu.org>
3605
3606 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3607
36082008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3609
3610 * configure.in: Remove more references to unsupported systems.
3611
36122008-01-16 Sven Joachim <svenjoac@gmx.de>
3613
3614 * make-dist: Add --lzma.
3615
36162008-01-16 Glenn Morris <rgm@gnu.org>
3617
3618 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3619 configure checks for this.
3620
36212008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3622
3623 * configure.in: Remove more references to unsupported systems.
3624
36252008-01-06 Romain Francoise <romain@orebokech.com>
3626
3627 * configure.in: Delete extra semicolons.
3628
36292008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * configure.in: Remove references to unsupported systems.
3632
36332008-01-05 Romain Francoise <romain@orebokech.com>
3634
3635 * make-dist: Add --bzip2. Update copyright.
3636
36372008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * configure.in: Remove support for Masscomp.
3640
36412008-01-05 Glenn Morris <rgm@gnu.org>
3642
3643 * Makefile.in (desktopdir, icondir): New variables.
3644 (install-arch-indep): Also depend on `install-etc'.
3645 (install-etc): New target.
3646 (mkdir): Also create the `applications' and `icons' directories.
3647
36482008-01-04 Glenn Morris <rgm@gnu.org>
3649
3650 * make-dist: Update for new etc/images/icons/hicolor directory.
3651
36522007-12-09 Andreas Schwab <schwab@suse.de>
3653
3654 * configure.in: D-Bus is not enabled by default.
3655
36562007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3657
3658 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3659 change.
3660
36612007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3662
3663 * configure.in: Give package name and version to AC_INIT.
3664
36652007-12-03 Magnus Henoch <mange@freemail.hu>
3666
3667 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3668
36692007-12-03 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * configure.in: No need for DBUS_INFO anymore.
3672
3673 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3674
36752007-12-02 Michael Albinus <michael.albinus@gmx.de>
3676
3677 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3678
3679 * Makefile.in (INFO_FILES): Add dbus.
3680
36812007-12-02 Romain Francoise <romain@orebokech.com>
3682
3683 * make-dist: Fix last change.
3684
36852007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3686
3687 * configure.in: Add support for gnu-kfreebsd.
3688
36892007-11-28 Glenn Morris <rgm@gnu.org>
3690
3691 * make-dist: Add etc/nxml.
3692
36932007-11-24 Romain Francoise <romain@orebokech.com>
3694
3695 * Makefile.in (INFO_FILES): Add nxml-mode.
3696
36972007-11-23 Romain Francoise <romain@orebokech.com>
3698
3699 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3700 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3701
37022007-11-20 Andreas Schwab <schwab@suse.de>
3703
3704 * configure.in: Always include <resolv.h> when checking for res_init.
3705
37062007-11-17 Andreas Schwab <schwab@suse.de>
3707
3708 * update-subdirs: Atomically update subdirs.el.
3709
37102007-11-17 Glenn Morris <rgm@gnu.org>
3711
3712 * Makefile.in (check-declare): New target.
3713
37142007-11-07 Glenn Morris <rgm@gnu.org>
3715
3716 * configure.in: Deprecate Mac Carbon port.
3717
37182007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3719
3720 * configure.in: Remove HAVE_X11R5 check.
3721
37222007-10-31 Glenn Morris <rgm@gnu.org>
3723
3724 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3725 when changing ownership of installed files.
3726
37272007-10-30 Glenn Morris <rgm@gnu.org>
3728
3729 * make-dist: Add new directory etc/gnus.
3730
37312007-10-30 Michael Olson <mwolson@gnu.org>
3732
3733 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3734
37352007-10-29 Glenn Morris <rgm@gnu.org>
3736
3737 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3738
37392007-10-23 Glenn Morris <rgm@gnu.org>
3740
3741 * MAINTAINERS: Move to admin/.
3742
37432007-10-17 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3746 (HAVE_LIBRESOLV): Also define if we are using res_init().
3747
37482007-10-17 Glenn Morris <rgm@gnu.org>
3749
3750 * FTP: Remove file, since it's just a duplicate of one in etc/.
3751
37522007-10-05 Eli Zaretskii <eliz@gnu.org>
3753
3754 * config.bat: Fix configuring `doc' due to changes in the
3755 directory structure.
3756
37572007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3758
3759 * configure.in: Don't use -lpthread on HP-UX.
3760
37612007-09-16 Glenn Morris <rgm@gnu.org>
3762
3763 * make-dist: File gfdl.1 has been removed.
3764
37652007-09-15 Glenn Morris <rgm@gnu.org>
3766
3767 * configure.in: Fix makeinfo version regexp.
3768
37692007-09-12 Glenn Morris <rgm@gnu.org>
3770
3771 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
3772 implementation of alloca is not found.
3773
3774 * Makefile.in (SOURCES, unlock, relock): Delete.
3775 (install-arch-indep): Do not exclude the etc/ Makefiles.
3776
37772007-09-09 Juri Linkov <juri@jurta.org>
3778
3779 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
3780
3781 * README: Add doc/ to documentation directories.
3782
37832007-09-08 Michael Olson <mwolson@gnu.org>
3784
3785 * MAINTAINERS: Add myself for ERC and tq.el.
3786 Update for new doc/ directory layout.
3787
37882007-09-06 Romain Francoise <romain@orebokech.com>
3789
3790 * make-dist: Update for new doc/ directory layout.
3791
37922007-09-06 Glenn Morris <rgm@gnu.org>
3793
3794 * Makefile.in (mansrcdir): New variable.
3795 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
3796 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
3797 update these targets for new doc/ directory layout.
3798 (doc/misc/Makefile): New target.
3799 (install-arch-indep): Use mansrcdir for new location of manpages.
3800 (mostlyclean, clean, distclean, maintainer-clean, unlock)
3801 (relock, info, dvi): Update targets for new doc/ directory layout.
3802
3803 * configure.in (AC_OUTPUT): Update names of generated Makefiles
3804 for new doc/ directory layout.
3805
38062007-09-02 Andreas Schwab <schwab@suse.de>
3807
3808 * configure.in: Use AS_HELP_STRING throughout.
3809 * configure: Regenerate.
3810
38112007-09-02 Jan Djärv <jan.h.d@swipnet.se>
3812
3813 * configure.in: Require Gtk/Glib 2.6.
3814
38152007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3816
3817 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
3818 Use them throughout in place of AC_ARG_WITH calls.
3819 * configure: Regenerate.
3820
38212007-09-01 Andreas Schwab <schwab@suse.de>
3822
3823 * configure.in: Put quotes around nested macro calls.
3824
38252007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3826
3827 * configure.in: Fix typo.
3828 * configure: Regenerate.
3829
38302007-08-30 Glenn Morris <rgm@gnu.org>
3831
3832 * configure.in (AH_BOTTOM): Copy some manual changes made to
3833 src/config.in here so they are not lost when it regenerates.
3834
3835 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
3836
38372007-08-29 Károly Lőrentey <karoly@lorentey.hu>
3838
3839 * README.multi-tty: New file.
3840
38412007-08-29 Glenn Morris <rgm@gnu.org>
3842
3843 * README: Increase version to 23.0.50.
3844
38452007-08-29 Jan Djärv <jan.h.d@swipnet.se>
3846
3847 * configure.in: New option: --without-xaw3d.
3848
38492007-08-24 Glenn Morris <rgm@gnu.org>
3850
3851 * configure.in: Check for a suitably recent makeinfo.
3852
38532007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3854
3855 * configure.in (Check for required libraries): Typo.
3856
38572007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3858
3859 * configure.in: Check librsvg2 also for Mac Carbon.
3860
38612007-08-22 Romain Francoise <romain@orebokech.com>
3862
3863 * make-dist: Follow reorganization of files in etc/.
3864
38652007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3866
3867 * configure.in: Add support for SVG images through librsvg2.
3868
38692007-07-28 Eli Zaretskii <eliz@gnu.org>
3870
3871 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
3872 to avoid an error message if there is no DOC there.
3873
38742007-07-25 Glenn Morris <rgm@gnu.org>
3875
3876 * Relicense all FSF files to GPLv3 or later.
3877
3878 * COPYING, info/COPYING: Switch to GPLv3.
3879
38802007-06-20 Jan Djärv <jan.h.d@swipnet.se>
3881
3882 * configure.in: Complain if X seems to be installed but no
3883 development files were found.
3884
38852007-06-20 Glenn Morris <rgm@gnu.org>
3886
3887 * configure.in: Prefer libgif over libungif.
3888
38892007-06-14 Jan Djärv <jan.h.d@swipnet.se>
3890
3891 * configure.in: Check for all image libraries before exiting.
3892
38932007-06-13 Jan Djärv <jan.h.d@swipnet.se>
3894
3895 * configure.in: Exit with error if image libraries aren't found.
3896
38972007-06-13 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
3900 when compiling without scrollbars.
3901
39022007-06-12 Glenn Morris <rgm@gnu.org>
3903
3904 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
3905
39062007-06-11 Jan Djärv <jan.h.d@swipnet.se>
3907
3908 * configure.in: Change wording about yes/gtk and lucid/athena
3909 being synonyms.
3910
39112007-06-08 Glenn Morris <rgm@gnu.org>
3912
3913 * configure.in: Make gtk the default toolkit.
3914
39152007-06-07 Glenn Morris <rgm@gnu.org>
3916
3917 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
3918 for a Sun C compiler.
3919
3920 * Makefile.in (install-arch-indep): Install only the DOC- file
3921 specific to the build, if possible, rather than DOC-*.
3922
39232007-06-02 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * Version 22.1 released.
3926
39272007-05-25 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * mkinstalldirs: Sync to version in automake CVS.
3930
39312007-05-22 Andreas Schwab <schwab@suse.de>
3932
3933 * configure.in: Prefer build_alias over host when host_alias is not set.
3934 * configure: Regenerate.
3935
39362007-05-20 Andreas Schwab <schwab@suse.de>
3937
3938 * configure.in: Remove empty AC_SUBST.
3939 * configure: Regenerate.
3940
39412007-05-20 Nick Roberts <nickrob@snap.net.nz>
3942
3943 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
3944 it like others.
3945 * configure: Regenerate.
3946
39472007-05-20 Nick Roberts <nickrob@snap.net.nz>
3948
3949 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
3950 (AC_CHECK_LIB): Add -lgpm.
3951 * configure: Regenerate.
3952
39532007-05-03 Glenn Morris <rgm@gnu.org>
3954
3955 * configure: Tweak message about the absence of shell functions.
3956
39572007-04-27 Andreas Schwab <schwab@suse.de>
3958
3959 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
3960
39612007-04-26 Glenn Morris <rgm@gnu.org>
3962
3963 * README: Increase version to 22.1.50.
3964
39652007-04-24 Juanma Barranquero <lekktu@gmail.com>
3966
3967 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
3968
39692007-04-19 Glenn Morris <rgm@gnu.org>
3970
3971 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
3972
39732007-04-18 Glenn Morris <rgm@gnu.org>
3974
3975 * INSTALL: Mention CPP.
3976
39772007-04-15 Glenn Morris <rgm@gnu.org>
3978
3979 * FTP: Replace with a pointer to the web version.
3980
39812007-04-13 Glenn Morris <rgm@gnu.org>
3982
3983 * INSTALL: In lib-src, timer, wakeup, yow are removed.
3984
39852007-04-04 Glenn Morris <rgm@gnu.org>
3986
3987 * configure.in (NON_GNU_CPP): Use associated preprocessor when
3988 compiling with Sun Studio on Solaris.
3989
39902007-03-23 Glenn Morris <rgm@gnu.org>
3991
3992 * configure.in: Restore support for hp800 (removed 2007-01-27)
3993 following clarification of legal status.
3994
39952007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
3996
3997 * configure.in: Add support for AIX4.3 on IBM RS6000.
3998
3999 * configure: Regenerate.
4000
40012007-03-20 Richard Stallman <rms@gnu.org>
4002
4003 * configure.in: Fix previous change.
4004
40052007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4006
4007 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4008 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4009 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4010
40112007-03-19 Chong Yidong <cyd@stupidchicken.com>
4012
4013 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4014 user specifies "without".
4015
4016 * configure: Regenerate.
4017
40182007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4019
4020 * configure.in: Warning for Gtk+ and Cygwin added.
4021 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4022
40232007-02-27 Glenn Morris <rgm@gnu.org>
4024
4025 * make-dist (oldXMenu): Remove Imakefile.
4026 (etc/images): Add README.
4027
40282007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 * configure.in (xtensa-*-linux-gnu*): New configuration.
4031
4032 * configure: Regenerate.
4033
40342007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4035
4036 * config.guess, config.sub: Updated from master source.
4037
40382007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4039
4040 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4041
40422007-01-29 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * configure.in: Restore support for hp800's not running HP-UX.
4045
4046 * configure: Regenerate.
4047
40482007-01-27 Chong Yidong <cyd@stupidchicken.com>
4049
4050 * configure.in: Remove support for hp800 and sr2k machine types.
4051
4052 * configure: Regenerate.
4053
40542007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4055
4056 * configure.in: Add check for libXft.
4057
40582007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4059
4060 * INSTALL: Info files moved to share/info.
4061
40622007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4063
4064 * configure.in: Detect and use fink-installed in intel-based Mac
4065 builds; change Apple Darwin section to support both PowerPC and
4066 Intel-based Macs.
4067
40682006-12-26 Andreas Schwab <schwab@suse.de>
4069
4070 * Makefile.in (datarootdir): Define.
4071
40722006-12-24 Richard Stallman <rms@gnu.org>
4073
4074 * configure.in: Require Autoconf 2.61.
4075
40762006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4077
4078 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4079 Remove redundant entry for powerpc-apple-netbsd.
4080
4081 * configure: Regenerate.
4082
40832006-12-22 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * configure: Regenerate with autoconf 2.61.
4086
40872006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4088
4089 * configure.in: Detect alsa/asoundlib.h also.
4090 * configure: Regenerate.
4091
40922006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4093
4094 * configure.in: Check if GTK+ compiles at all.
4095
40962006-12-10 Andreas Schwab <schwab@suse.de>
4097
4098 * configure.in: Remove check for struct timezone, its result is
4099 never used.
4100
41012006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4102
4103 * configure.in: Add support for Solaris 10 on x86-64.
4104
41052006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4106
4107 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4108 of PKG_CONFIG_PATH.
4109
41102006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4111
4112 * configure.in (HAVE_SYNC): New test.
4113
41142006-12-03 Glenn Morris <rgm@gnu.org>
4115
4116 * Makefile.in: Fix Copyright format.
4117
4118 * configure.in (AH_TOP): Add missing Copyright year.
4119
4120 * update-subdirs: Add missing Copyright years.
4121
41222006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4123
4124 * Makefile.in: Touch only the parts of the share/emacs directory
4125 specific to this version.
4126
41272006-11-26 Chong Yidong <cyd@stupidchicken.com>
4128
4129 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4130
41312006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4132
4133 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4134
41352006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4136
4137 * configure.in: Prefer X11 to Carbon only when some X-specific
4138 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4139
41402006-11-04 Romain Francoise <romain@orebokech.com>
4141
4142 * Makefile.in (bootstrap-clean-before): Fix typo.
4143 Use new target `bootstrap-clean' in the leim subdirectory.
4144
41452006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4146
4147 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4148
41492006-10-30 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4152 directories.
4153
41542006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4155
4156 * configure.in: Enable x86-64 OpenBSD compilation.
4157
41582006-10-28 Glenn Morris <rgm@gnu.org>
4159
4160 * AUTHORS: Add cal-html.el author.
4161
41622006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4163
4164 * make-dist: Make links to mac/make-package and
4165 mac/Emacs.app/Contents/Resources/Emacs.icns.
4166
41672006-10-27 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * README: Bump version number to 22.0.90.
4170
41712006-10-23 Andreas Schwab <schwab@suse.de>
4172
4173 * configure.in: Make sure x_default_search_path is always set even
4174 when x_libraries is empty, and look in .../share as well for each
4175 library directory.
4176
41772006-09-28 Kenichi Handa <handa@m17n.org>
4178
4179 * configure.in (locallisppath): Don't include leim dir.
4180 (lisppath): Include leim dir.
4181
41822006-09-15 Jay Belanger <belanger@truman.edu>
4183
4184 * COPYING: Replace "Library Public License" by "Lesser Public
4185 License" throughout.
4186
41872006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4188
4189 * make-dist (EMACS): Exit and fail if the EMACS environment
4190 variable is set to something other than an absolute file name.
4191
41922006-08-16 Andreas Schwab <schwab@suse.de>
4193
4194 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4195 of hardcoding it.
4196
41972006-08-16 Richard Stallman <rms@gnu.org>
4198
4199 * INSTALL.CVS: Clean up wording.
4200
42012006-07-14 Eli Zaretskii <eliz@gnu.org>
4202
4203 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4204 $PKG_CONFIG --exists "$2" to config.log.
4205 * configure: Regenerate.
4206
1a71cb28 42072006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4208
4209 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4210
42112006-07-09 Kim F. Storm <storm@cua.dk>
4212
4213 * CONTRIBUTE: Use outline format.
4214 Add section on copyright years (from admin/notes/years).
4215
42162006-07-08 Eli Zaretskii <eliz@gnu.org>
4217
4218 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4219 to /dev/null, since we don't need the error message, just the
4220 exit status.
4221
42222006-07-07 Eli Zaretskii <eliz@gnu.org>
4223
4224 * CONTRIBUTE: Slight formatting changes and typo fixes.
4225 Add description of NEWS markings.
4226
42272006-07-07 Kim F. Storm <storm@cua.dk>
4228
4229 * CONTRIBUTE: Mention INSTALL.CVS.
4230
42312006-07-05 Romain Francoise <romain@orebokech.com>
4232
4233 * make-dist (top-level): Add CONTRIBUTE.
4234
42352006-07-04 Richard Stallman <rms@gnu.org>
4236
4237 * CONTRIBUTE: Much rewrite.
4238
42392006-07-04 Nick Roberts <nickrob@snap.net.nz>
4240
4241 * CONTRIBUTE: New file.
4242
42432006-06-24 Eli Zaretskii <eliz@gnu.org>
4244
4245 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4246
42472006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4248
4249 * configure.in: Add check for ALSA.
4250
42512006-05-06 Eli Zaretskii <eliz@gnu.org>
4252
4253 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4254
4255 * info/dir: Remove the Emacs-Xtra entry.
4256
42572006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4258
4259 Update copyright year(s) in many files.
4260
42612006-04-01 Eli Zaretskii <eliz@gnu.org>
4262
4263 * configure: Regenerated.
4264
42652006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4266
4267 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4268 --without-toolkit-scroll-bars was specified.
4269
42702006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4271
4272 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4273 to CFLAGS. Update Copyright years written to src/config.in.
4274
42752006-03-18 Claudio Fontana <claudio@gnu.org>
4276
4277 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4278 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4279 to be installed/uninstalled.
4280 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4281 to Info files installed by Emacs.
4282
42832006-03-03 Claudio Fontana <claudio@gnu.org>
4284
4285 * Makefile.in (install, uninstall): Add DESTDIR variable to
4286 support staged installations.
4287
42882006-02-14 Richard M. Stallman <rms@gnu.org>
4289
4290 * configure.in (s390x-*-linux-gnu*): New configuration.
4291
42922006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4293
4294 * configure.in: Require GTK 2.4 or newer.
4295
42962006-01-29 Michael Olson <mwolson@gnu.org>
4297
4298 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4299 * info/dir (ERC): New entry.
4300
43012006-01-29 Eli Zaretskii <eliz@gnu.org>
4302
4303 * info/dir: Fix last change.
4304
43052006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4306
4307 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4308
43092006-01-27 Eli Zaretskii <eliz@gnu.org>
4310
4311 * info/dir: Untabify the whole file.
4312 (Rcirc): New entry.
4313
43142006-01-12 Andreas Schwab <schwab@suse.de>
4315
4316 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4317 check.
4318
43192006-01-02 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * configure.in: Use -Wno-pointer-sign if available.
4322
43232005-12-29 Andreas Schwab <schwab@suse.de>
4324
4325 * config.guess, config.sub: Updated from master source.
4326
43272005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4328
4329 * configure.in: Use amdx86-64 for freebsd on x86_64.
4330
43312005-11-22 Romain Francoise <romain@orebokech.com>
4332
4333 * make-dist: Add etc/images/icons.
4334
43352005-11-03 Andreas Schwab <schwab@suse.de>
4336
4337 * configure.in: Use GZIP_PROG instead of GZIP.
4338
4339 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4340 (install-arch-indep): Adjust.
4341
43422005-11-01 Andreas Schwab <schwab@suse.de>
4343
4344 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4345 (bootfast): Likewise.
4346
43472005-11-01 Romain Francoise <romain@orebokech.com>
4348
4349 * configure.in: Check for gzip.
4350
4351 * Makefile.in (install): Compress source files.
4352
43532005-10-24 Steven Tamm <steventamm@mac.com>
4354
4355 * configure.in: Fix darwin386 configuration issue.
4356
43572005-10-22 Eli Zaretskii <eliz@gnu.org>
4358
4359 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4360
43612005-10-17 Bill Wohler <wohler@newt.com>
4362
4363 * make-dist: Create and populate etc/images/low-color.
4364
43652005-10-15 Bill Wohler <wohler@newt.com>
4366
4367 * make-dist: Create and populate etc/images/gud.
4368
43692005-10-08 Richard M. Stallman <rms@gnu.org>
4370
4371 * make-dist (tempparent): Don't check for 14-char file name limit.
4372
43732005-10-07 Romain Francoise <romain@orebokech.com>
4374
4375 * make-dist: Add etc/images/ezimage and etc/images/mail
4376 directories. Install images in etc/images.
4377
43782005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4379
4380 * configure.in: Prefer Carbon if --enable-carbon-app or
4381 --with-carbon is explicitly specified even when X11 is detected.
4382
43832005-09-15 Ulf Jasper <ulf.jasper@web.de>
4384
4385 * Makefile.in (install-arch-indep, uninstall):
4386 Handle newsticker manual.
4387 (info): Add - to commands.
4388
43892005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4390
4391 Remove the MAXPATHLEN limitations:
4392
4393 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4394
43952005-09-09 Eli Zaretskii <eliz@gnu.org>
4396
4397 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4398 * configure: Regenerate.
4399
44002005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4401
4402 * config.guess, config.sub: Updated from master source.
4403
44042005-08-03 Juanma Barranquero <lekktu@gmail.com>
4405
4406 * .cvsignore: Add `lock'.
4407
44082005-07-28 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4411
44122005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4413
4414 Merge gnulib getopt implementation into Emacs.
4415
4416 * Makefile.in (AUTOCONF_INPUTS): New macro.
4417 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4418 so that these files also depend on m4/getopt.m4.
4419 * configure.in: Configure getopt by including m4/getopt.m4,
4420 and configuring a getopt replacement if necessary.
4421 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4422 * m4/getopt.m4: New file.
4423
44242005-07-06 Lute Kamstra <lute@gnu.org>
4425
4426 * configure.in: Fix capitalization.
4427
44282005-07-04 Lute Kamstra <lute@gnu.org>
4429
4430 Update FSF's address in GPL notices.
4431
44322005-06-19 Jérôme Marant <jerome@marant.org>
4433
4434 * Makefile.in (epaths-force): Protect both lisppath and
4435 buildlisppath from whitespace.
4436
44372005-06-08 Steven Tamm <steventamm@mac.com>
4438
4439 * configure.in: Support Darwin/MacOSX on Intel
4440
44412005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4442
4443 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4444
1a71cb28 44452005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4446
4447 * configure.in: Add --enable-locallisppath.
4448
44492005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4450
4451 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4452 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4453 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4454
44552005-05-07 Jérôme Marant <jerome@marant.org>
4456
4457 * make-dist: Remove references to makefile.nt and makefile.def.
4458 Include widgets and images subdirectories of etc. Do not exclude
4459 ldefs-boot.el.
4460
44612005-04-23 Andreas Schwab <schwab@suse.de>
4462
4463 * configure.in: Remove duplicate match for powerpc configuration.
4464
44652005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4466
4467 * configure.in: Check for <pwd.h>.
4468
44692005-04-14 Lute Kamstra <lute@gnu.org>
4470
4471 * make-dist: Distribute all ChangeLog files in lisp/.
4472 Don't distribute ldefs-boot.el.
4473 lisp/makefile.nt no longer exists.
4474
44752005-04-13 Lute Kamstra <lute@gnu.org>
4476
4477 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4478 for "no-byte-compile: t" in the file instead.
4479
44802005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4481
4482 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4483 shadow the main Lesstif/Motif-2.1 libs and includes.
4484
44852005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4486
4487 * configure.in: Only add XASSERTS to cppflags.
4488
44892005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4490
4491 * configure.in: Added --enable-asserts.
4492
44932005-02-09 Kim F. Storm <storm@cua.dk>
4494
4495 Change release version from 21.4 to 22.1 throughout.
4496 Change development version from 21.3.50 to 22.0.50.
4497
44982005-01-19 Steven Tamm <steventamm@mac.com>
4499
4500 * configure.in: Check for <sys/utsname.h>.
4501
45022004-12-11 Kim F. Storm <storm@cua.dk>
4503
4504 * Makefile.in (info): Undo 2004-12-05 change.
4505
45062004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4507
4508 * info/dir (File): Add URL and Org Mode manuals.
4509 * Makefile.in (install-arch-indep, uninstall): Add url and org
4510 manuals.
4511
45122004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4515 committed to src/config.in.
4516
45172004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4518
4519 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4520 pthreads and define HAVE_GTK_AND_PTHREAD.
4521
45222004-12-05 Richard M. Stallman <rms@gnu.org>
4523
4524 * Makefile.in (info): Ignore errors building info files.
4525
45262004-11-27 Eli Zaretskii <eliz@gnu.org>
4527
4528 * config.bat: If 8-byte alignment is not supported, define
4529 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4530 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4531 filter through Sed to remove the quotes.
4532
45332004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4536 not apply to files explicitly `cvs add'ed.
4537
45382004-11-12 Eli Zaretskii <eliz@gnu.org>
4539
4540 * config.bat: Don't require djecho.exe for the v1.x build.
4541 Add a test for DECL_ALIGN support, and add a trivial definition to
4542 src/config.h if 8-byte alignment is not supported.
4543
45442004-11-08 Kim F. Storm <storm@cua.dk>
4545
4546 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4547 files before building.
4548 (bootfast, bootstrap-clean-before-fast): New targets, like
4549 bootstrap but don't remove .elc files.
4550
45512004-11-06 Lars Brinkhoff <lars@nocrew.org>
4552
4553 * configure.in: Add check for getrusage.
4554
45552004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4556
4557 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4558 New tests for new and old GTK file dialogs.
4559 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4560 to no.
4561
45622004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4563
4564 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4565 can be set. Remove SETARCH test.
4566
45672004-10-08 Steven Tamm <steventamm@mac.com>
4568
4569 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4570
45712004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4572
4573 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4574 AC_MSG_WARN. Move output of warning message to end of configure run.
4575
45762004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4577
4578 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4579 Run test to see if heap start address is random.
4580
45812004-09-29 Miles Bader <miles@gnu.org>
4582
4583 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4584 if setarch is present.
4585
45862004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4587
4588 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4589
45902004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4591
4592 * configure.in: Check for exec-shield.
4593
1a71cb28
GM
45942004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4595
4596 * Makefile.in (install-arch-indep): Add pgg and sieve.
4597
4598 * info/.cvsignore: Added pgg and sieve.
4599
067d23c9
KY
46002004-08-06 Andreas Schwab <schwab@suse.de>
4601
4602 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4603
46042004-07-31 Eli Zaretskii <eliz@gnu.org>
4605
4606 * config.bat: Update URLs in the comments.
4607
067d23c9
KY
46082004-07-05 Andreas Schwab <schwab@suse.de>
4609
4610 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4611
46122004-06-21 Kenichi Handa <handa@m17n.org>
4613
4614 * make-dist: Link leim-ext.el into tempdir.
4615
46162004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4617
4618 * info/dir (File): Add emacs-xtra.
4619 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4620
46212004-06-12 Juri Linkov <juri@jurta.org>
4622
4623 * info/dir: Move menu help lines from `* Menu:' to file header.
4624 Describe the purpose of a red *.
4625
46262004-05-04 Dave Love <fx@gnu.org>
4627
4628 * configure.in: Don't use `extrasub'.
4629
46302004-04-29 Dave Love <fx@gnu.org>
4631
4632 * configure.in: Don't forget to quote args to `test'.
4633
46342004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4635
4636 * autogen.sh: Update filename in "please read" message.
4637
46382004-04-17 Richard M. Stallman <rms@gnu.org>
4639
4640 * INSTALL: Move the info about site-lisp dirs,
4641 and say uninstalled Emacs looks there too.
4642
46432004-04-04 Eli Zaretskii <eliz@gnu.org>
4644
4645 * config.bat (lib-src): Recognize comment lines in Makefile.in
4646 that have a TAB after the #, to avoid errors in preprocessing with
4647 GCC 3.3.3.
4648
46492004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4650
4651 * Makefile.in: Mention in comment that `make maintainer-clean'
4652 deletes .elc files.
4653
46542004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * update-subdirs: Add local variables to prevent byte-compiling.
4657
46582004-03-21 Dave Love <fx@gnu.org>
4659
4660 * configure.in: Fix previous change.
4661
46622004-03-18 Dave Love <fx@gnu.org>
4663
4664 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4665
46662004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4667
4668 * info/dir (File): Add SMTP and SES.
4669
46702004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4673 (bootstrap): Use the new bootstrap-prepare target in lisp.
4674
46752004-02-18 Kim F. Storm <storm@cua.dk>
4676
4677 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4678
46792004-02-16 Eli Zaretskii <eliz@gnu.org>
4680
4681 * make-dist: Don't link index.*perm and permute-index into tempdir.
4682
46832004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4684
4685 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4686 to match previous changes by Eli Zaretskii.
4687
46882004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4689
4690 * Makefile.in: Set CDPATH to an empty string.
4691
46922004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * configure.in <darwin>: Use fink packages if available.
4695
46962004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4697
4698 * make-dist (lispref): Do include lispref/index.texi.
4699
47002004-01-06 Eric Hanchrow <offby1@blarg.net>
4701
4702 * make-dist (tempdir): Include cursors in nt/icons.
4703
47042003-12-30 Eli Zaretskii <eliz@gnu.org>
4705
4706 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4707 clashes with install-sh on 8+3 filesystems.
4708
1a71cb28 47092003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4710
4711 * .cvsignore: Add .arch-inventory.
4712
47132003-12-24 Andreas Schwab <schwab@suse.de>
4714
4715 * configure.in: Check for <sys/socket.h>. Include it before
4716 including <net/if.h>. Move check for <net/if.h> before its use.
4717
47182003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4719
4720 * Makefile.in (install-arch-dep): Don't let cd output go into
4721 pipe for carbon_appdir.
4722
47232003-12-24 Andreas Schwab <schwab@suse.de>
4724
4725 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4726
47272003-12-01 Andreas Schwab <schwab@suse.de>
4728
4729 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4730 hardcoding gcc.
4731
47322003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4733
4734 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4735 multiple displays.
4736 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4737
47382003-09-23 Dave Love <fx@gnu.org>
4739
4740 * configure.in: Check members of struct ifreq.
4741
47422003-09-14 Kim F. Storm <storm@cua.dk>
4743
4744 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4745
47462003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4747
4748 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4749
47502003-08-18 Lute Kamstra <lute@gnu.org>
4751
4752 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4753 required anymore.
4754
47552003-08-07 Andrew Choi <akochoi@shaw.ca>
4756
4757 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4758 option instead of -traditional-cpp for CPP.
4759
47602003-07-29 Richard M. Stallman <rms@gnu.org>
4761
4762 * configure.in (HAVE_XIM): Define if XIM is available.
4763
47642003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4765
4766 * configure.in: The function gtk_window_set_icon_from_file was
4767 introduced in GTK+ 2.2, so check for that release.
4768
47692003-07-23 Andreas Schwab <schwab@suse.de>
4770
4771 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
4772
4773 * Makefile.in (YACC): Remove, not used.
4774 (MAINT): Don't set.
4775 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
4776 disable dependency on ${srcdir}/configure.in when maintainer mode
4777 is disabled.
4778
47792003-07-22 Dave Love <fx@gnu.org>
4780
4781 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4782 HAVE_X11, not with_xim.
4783 (HAVE_CRTIN): Provide template.
4784 <with_png>: Test for png.h and libpng/png.h.
4785
47862003-07-15 Andreas Schwab <schwab@suse.de>
4787
4788 * configure.in: Temporarily leave quoting for AC_DEFINE.
4789
47902003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4791
4792 * configure.in: Check for posix_memalign.
4793
47942003-07-12 Richard M. Stallman <rms@gnu.org>
4795
4796 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4797
47982003-07-09 Kim F. Storm <storm@cua.dk>
4799
4800 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
4801 functionality of --without-xim.
4802
48032003-06-29 Dave Love <fx@gnu.org>
4804
4805 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
4806
48072003-06-23 Dave Love <fx@gnu.org>
4808
4809 * configure.in: Check for sys/_mbstate_t.h.
4810 Test XRegisterIMInstantiateCallback prototype.
4811 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
4812
48132003-06-06 Dave Love <fx@gnu.org>
4814
4815 * configure.in: Check for locale.h.
4816
48172003-06-05 Dave Love <fx@gnu.org>
4818
4819 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
4820 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
4821 (NLIST_STRUCT): Don't define.
4822 (AH_BOTTOM): Define my_strftime.
4823
48242003-06-02 Richard M. Stallman <rms@gnu.org>
4825
4826 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4827
48282003-05-24 Andreas Schwab <schwab@suse.de>
4829
4830 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
4831 bzero, and bcmp.
4832
48332003-05-22 Dave Love <fx@gnu.org>
4834
4835 * configure.in: Remove redundant test for term.h. Test for difftime.
4836
48372003-05-20 Dave Love <fx@gnu.org>
4838
4839 * configure.in: Append * to s390-*-linux-gnu case.
4840 (LIBMAIL) <lockfile>: Don't define.
4841
067d23c9
KY
48422003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4843
4844 * INSTALL (* GNU/Linux development packages): Mention Debian and
4845 RedHat package names.
4846
48472003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
4848
4849 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4850
48512003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4852
4853 * INSTALL (* GNU/Linux development packages): Tell people to
4854 install additional packages for compiling Emacs.
4855
1a71cb28
GM
48562003-04-30 Richard M. Stallman <rms@gnu.org>
4857
4858 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4859
48602003-04-28 Francesco Potortì <pot@gnu.org>
4861
4862 * configure.in: Undo last (RMS') change, as it is useless, per
4863 Dave Love.
4864
48652003-04-08 Richard M. Stallman <rms@gnu.org>
4866
4867 * configure.in: Put #include of jpeglib.h at start of line.
4868
067d23c9
KY
48692003-04-06 Francesco Potortì <pot@gnu.org>
4870
4871 * configure.in: Use the same configuration for all aix5, not just
4872 aix5.1.
4873
48742003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
4875
4876 * configure.in: Check for need for bigtoc support on IBM AIX for
4877 solving a linker table overflow problem.
4878
48792003-03-03 Rob Browning <rlb@defaultvalue.org>
4880
4881 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
4882 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
4883 over bzero, bcmp, and bcopy.
4884
48852003-02-23 Simon Josefsson <jas@extundo.com>
4886
4887 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
4888
48892003-02-21 Klaus Zeitler <kzeitler@lucent.com>
4890
4891 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4892
48932003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
4894
4895 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
4896
48972003-02-08 Andreas Schwab <schwab@suse.de>
4898
4899 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
4900 instead of the substitution.
4901
49022003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4903
4904 * Makefile.in: Use @EXEEXT@ for Cygwin.
4905 Use USERNAME if LOGNAME is not set (for Cygwin).
4906
4907 * configure.in: Add opsys=cygwin.
4908
49092003-01-22 Andreas Schwab <schwab@suse.de>
4910
4911 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
4912 redefining it explicitly in src/config.in.
4913
49142003-01-22 Markus Rost <rost@math.ohio-state.edu>
4915
4916 * Makefile.in (bootstrap): Make bootstrap-after.
4917
49182003-01-20 Jan Djärv <jan.h.d@swipnet.se>
4919
4920 * configure.in: Fix --with-gtk.
4921
49222003-01-19 Jan Djärv <jan.h.d@swipnet.se>
4923
4924 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
4925
4926 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
4927
49282003-01-14 Francesco Potortì <pot@gnu.org>
4929
4930 * configure.in (m68k-motorola-sysv): Remove (obsolete).
4931
49322003-01-07 Steven Tamm <steventamm@mac.com>
4933
4934 * configure.in: New option, --enable-carbon-app, to specify
4935 that the application should be installed
4936 * Makefile.in (install-arch-dep): On Mac OS X, install the
4937 Emacs.app application if carbon-app is enabled
4938
49392003-01-06 Dave Love <fx@gnu.org>
4940
4941 * configure.in: Check for nl_langinfo.
4942 [!HAVE_SIZE_T]: Fix typedef.
4943
49442003-01-06 David Kastrup <dak@gnu.org>
4945
4946 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
4947
4948 * configure.in: Add tests for install-info.
4949
49502002-12-09 Markus Rost <rost@math.ohio-state.edu>
4951
4952 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
4953 use again sol2-6 instead of sol2-8.
4954
49552002-12-09 Dave Love <fx@gnu.org>
4956
4957 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
4958
49592002-12-08 Andreas Schwab <schwab@suse.de>
4960
4961 * Makefile.in (install-arch-indep): Revert last change.
4962
49632002-11-27 Dave Love <fx@gnu.org>
4964
4965 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
4966 Check for __sys_siglist too. Check for memset.
4967 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
4968
49692002-11-22 Juanma Barranquero <lektu@terra.es>
4970
4971 * config.guess, config.sub: Updated from master source.
4972
49732002-11-19 Karl Fogel <kfogel@red-bean.com>
4974
4975 * autogen.sh: New file.
4976
1a71cb28 49772002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
4978
4979 * configure.in: Tidy up various quoting issues throughout.
4980 Use AC_GNU_SOURCE.
4981 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
4982 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
4983 Maybe define bcopy, bzero, bcmp.
4984 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
4985 non-existent machine file).
4986 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
4987 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
4988 (nlist.h): Move test up.
4989
49902002-11-18 Markus Rost <rost@math.ohio-state.edu>
4991
4992 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
4993
49942002-11-14 Francesco Potortì <pot@gnu.org>
4995
4996 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
4997
49982002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4999
5000 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5001
50022002-11-08 Dave Love <fx@gnu.org>
5003
5004 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5005 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5006
50072002-11-07 Miles Bader <miles@gnu.org>
5008
5009 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5010 Handle separate-build-dir case.
5011
50122002-11-06 Richard M. Stallman <rms@gnu.org>
5013
5014 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5015 bulletproof. $bar may be empty when there are no .elc files.
5016
50172002-10-30 Dave Love <fx@gnu.org>
5018
5019 * configure.in: Require autoconf 2.53. Test for pty.h,
5020 sys/mman.h, sys/param.h, mremap, memmove.
5021 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5022 (AC_PROG_YACC): Delete.
5023 (size_t): Use AC_CHECK_TYPES.
5024 (AH_TOP): Up-date copyright.
5025
50262002-10-01 Juanma Barranquero <lektu@terra.es>
5027
5028 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5029
50302002-09-19 Richard M. Stallman <rms@gnu.org>
5031
5032 * configure.in: Fix the LessTif-directory-finder for real.
5033
50342002-09-14 Richard M. Stallman <rms@gnu.org>
5035
5036 * Makefile.in (maybe_bootstrap): Test for complete absence
5037 of compiled Lisp files.
5038
50392002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5040
5041 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5042 (bootstrap-clean-after): Delete.
5043 (bootstrap): Make the sequencing explicit.
5044
50452002-09-10 Richard M. Stallman <rms@gnu.org>
5046
5047 * configure.in: Fix previous LessTif change.
5048
50492002-09-09 Richard M. Stallman <rms@gnu.org>
5050
5051 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5052 (powerpcle-*-solaris*): Use version 2.6 as default.
5053 (*-sunos5.6*, *-solaris2.6*): New alternative.
5054 (*-sunos5*): Use version 2.6 as default.
5055
50562002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5057
5058 * configure.in: Fix typo.
5059
50602002-09-05 Richard M. Stallman <rms@gnu.org>
5061
5062 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5063
5064 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5065 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5066
50672002-08-26 Kim F. Storm <storm@cua.dk>
5068
5069 * Makefile.in (install-arch-indep): Do not remove DOC file
5070 when it is the only DOC file installed; this is the case when
5071 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5072
50732002-07-24 Markus Rost <rost@math.ohio-state.edu>
5074
5075 * configure.in: Fix typo.
5076
50772002-07-24 Richard M. Stallman <rms@gnu.org>
5078
5079 * configure.in: Don't print anything special about gamedir.
5080
5081 * configure.in: Delete nonstandard --with-game-user option.
5082
50832002-07-21 Richard M. Stallman <rms@gnu.org>
5084
5085 * Makefile.in (gamedir, localstatedir): New variables.
5086 (epaths-force): Insert value of gamedir into PATH_GAME.
5087
5088 * configure.in (gamedir): Handle it like lispdir.
5089 (--with-game-dir option): Delete.
5090
50912002-06-21 Pavel Janík <Pavel@Janik.cz>
5092
5093 * configure.in: Add support for mipseb-*-netbsd* machines.
5094
50952002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5096
5097 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5098
50992002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5100
5101 * info/dir (File): Add an entry for Tramp.
5102
51032002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5104
5105 * INSTALL-CVS: New file.
5106
51072002-06-07 Andreas Schwab <schwab@suse.de>
5108
5109 * configure.in (x86_64-*-linux-gnu*): New system.
5110
51112002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5112
5113 * config.bat: Handle the case when lispintro is truncated to lispintr.
5114
51152002-05-26 Paul Eggert <eggert@twinsun.com>
5116
5117 * config.guess, config.sub: Updated from master source.
5118
51192002-05-09 Richard M. Stallman <rms@gnu.org>
5120
5121 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5122
51232002-05-04 Pavel Janík <Pavel@Janik.cz>
5124
5125 * make-dist: Do not distribute lock/ directory.
5126
51272002-04-30 Andrew Choi <akochoi@shaw.ca>
5128
5129 * configure.in: Provide documentation string when defining
5130 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5131 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5132
1a71cb28 51332002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5134
5135 * configure.in: Delete configure check for access to the game user.
5136
51372002-04-29 Pavel Janík <Pavel@Janik.cz>
5138
5139 * make-dist: lwlib/Imakefile is removed.
5140
51412002-04-26 Andrew Choi <akochoi@shaw.ca>
5142
5143 * configure.in: Add support for powerpc-apple-darwin*.
5144 (HAVE_CARBON): Add.
5145
5146 * make-dist: Create directories in mac/Emacs.app.
5147
51482002-04-25 Pavel Janík <Pavel@Janik.cz>
5149
5150 * make-dist: lwlib-Xol* are removed.
5151
51522002-04-23 Andreas Schwab <schwab@suse.de>
5153
5154 * Makefile.in (MAINT): New variable.
5155 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5156 instead of configure.in, to avoid running autoconf and autoheader
5157 unless explicitly requested.
5158
51592002-04-16 Eli Zaretskii <eliz@gnu.org>
5160
5161 * config.bat: Update for msdos/sed2v2.inp.
5162
51632002-04-15 Andreas Schwab <schwab@suse.de>
5164
5165 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5166 * configure.in: Add config header templates to all AC_DEFINE and
5167 AC_DEFINE_UNQUOTED symbols.
5168 * make-dist: Run autoheader if necessary.
5169
51702002-04-10 Colin Walters <walters@verbum.org>
5171
5172 * configure.in: Add --game-dir, --game-user. Test to see if we
5173 can use them.
5174
51752002-04-08 Pavel Janík <Pavel@Janik.cz>
5176
5177 * configure.in: Add --with-sound.
5178
51792002-03-18 Kim F. Storm <storm@cua.dk>
5180
5181 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5182 and getsockname functions. Test for sys/un.h include file.
5183
51842002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5185
5186 * configure.in: Support AIX 5.1.
5187
51882002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5189
5190 * configure.in: Added test for X Session Management (HAVE_X_SM).
5191
51922002-03-03 Richard M. Stallman <rms@gnu.org>
5193
5194 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5195 Run chown $${LOGNAME} on files installed by tar xvf.
5196
51972002-03-03 Kim F. Storm <storm@cua.dk>
5198
5199 * configure.in: Test for getpeername.
5200
52012002-03-01 Richard M. Stallman <rms@gnu.org>
5202
5203 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5204 (HAVE_GIF): Don't use old libungif versions that crash.
5205
52062002-02-26 Richard M. Stallman <rms@gnu.org>
5207
5208 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5209 not just well-formed and valid.
5210 (mips-compaq-nonstopux*): New configuration.
5211
52122002-02-18 Paul Eggert <eggert@twinsun.com>
5213
5214 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5215 "sed q" is a portable equivalent to plain "head -1".
5216
52172002-02-13 Richard M. Stallman <rms@gnu.org>
5218
5219 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5220 (all): Don't depend on maybe_bootstrap here.
5221 (${SUBDIR}): Depend on it here instead.
5222
52232002-02-08 Richard M. Stallman <rms@gnu.org>
5224
5225 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5226
52272002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5228
5229 * configure.in: Recognize BSD/OS 5.0.
5230
52312002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5232
5233 * make-dist: Make version checking in emacs.texi consistent with
5234 how we set it there.
5235
52362001-12-29 Kim F. Storm <storm@cua.dk>
5237
5238 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5239
52402001-12-28 Richard M. Stallman <rms@gnu.org>
5241
5242 * configure.in: Test for mbsinit.
5243
52442001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5245
5246 These changes make Leim part of the standard distribution:
5247
5248 * README: Add info about the `leim' directory.
5249
5250 * INSTALL: Remove text that describes Leim as a separate package.
5251
5252 * noleim-Makefile.in: File removed.
5253
5254 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5255 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5256 Leim files out of the Emacs tree. Don't prepare a separate tarball
5257 for Leim.
5258
52592001-12-11 Richard M. Stallman <rms@gnu.org>
5260
5261 * configure.in (hppa*-*-linux-gnu*): New alternative.
5262
52632001-12-08 Pavel Janík <Pavel@Janik.cz>
5264
5265 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5266 creating distribution.
5267
52682001-12-06 Paul Eggert <eggert@twinsun.com>
5269
5270 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5271 (AC_FUNC_VFORK): Remove.
5272 (AC_FUNC_FORK): Add.
5273 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5274 this is required by recent Autoconf versions.
5275
52762001-12-02 Pavel Janík <Pavel@Janik.cz>
5277
5278 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5279 TODO, vms-pp.trans and others).
5280
52812001-11-29 Pavel Janík <Pavel@Janik.cz>
5282
5283 * make-dist: Use COPYING from the top-level directory.
5284
52852001-11-29 Gerd Moellmann <gerd@gnu.org>
5286
5287 * configure.in: Add support for FreeBSD/Alpha.
5288
52892001-11-29 Pavel Janík <Pavel@Janik.cz>
5290
5291 * make-dist: Add COPYING to the top-level directory of the
5292 distribution. Simplify the logic behind copying.
5293
5294 * Makefile.in (maybe_bootstrap): Fix previous change.
5295
52962001-11-28 Richard M. Stallman <rms@gnu.org>
5297
5298 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5299
53002001-11-26 Richard M. Stallman <rms@gnu.org>
5301
5302 * Makefile.in: bootstrap should not delete dumped executables.
5303 (bootstrap-clean-before): New target.
5304 (bootstrap): Use bootstrap-clean-before instead of clean.
5305 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5306
53072001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5308
5309 These changes add the Emacs Lisp Introduction manual to the
5310 distribution:
5311
5312 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5313
5314 * make-dist: Copy the files in lispintro directory.
5315
5316 * config.bat: Configure in the lispintro directory.
5317
5318 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5319
5320 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5321 (lispintro/Makefile): New target.
5322 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5323 (unlock, relock, info, dvi): Ditto.
5324
53252001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5326
5327 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5328
5329 * make-dist (etc): Don't distribute gfdl.1.
5330
53312001-11-22 Colin Walters <walters@debian.org>
5332
5333 * Makefile.in (install-arch-indep): Install the calc .info files.
5334 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5335
53362001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5337
5338 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5339 tindex.pl to the list of those being put into the distribution.
5340
53412001-11-16 Eli Zaretskii <eliz@gnu.org>
5342
5343 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5344
53452001-11-15 Pavel Janík <Pavel@Janik.cz>
5346
5347 * Makefile.in (uninstall): Fix previous change.
5348
5349 * configure.in, Makefile.in: Add support for --program-prefix,
5350 --program-suffix and --program-transform-name options.
5351
53522001-11-13 Pavel Janík <Pavel@Janik.cz>
5353
5354 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5355 (install-arch-indep): Install emacsclient manual page.
5356 (uninstall): Uninstall emacsclient manual page.
5357
53582001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5359
5360 * make-dist: Add lispref/index.*perm files to the distribution.
5361 From Pavel Janík <Pavel@Janik.cz>.
5362
53632001-11-12 Pavel Janík <Pavel@Janik.cz>
5364
5365 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5366
53672001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5368
5369 * configure.in: AC_OUTPUT lispref/Makefile.
5370
53712001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5372
5373 The following changes add the ELisp reference manual to the
5374 distribution.
5375
5376 * make-dist: Add the lispref directory to the distribution.
5377
5378 * Makefile.in (install-arch-indep): Add elisp* to the list of
5379 installed Info files.
5380 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5381 (lispref/Makefile): New target.
5382 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5383 Add commands for the lispref directory.
5384 (info, dvi): Ditto.
5385
5386 * config.bat: Configure in `lispref'.
5387
53882001-11-09 Richard M. Stallman <rms@gnu.org>
5389
5390 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5391
53922001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5393
5394 * make-dist (tempdir): Copy AUTHORS as well.
5395
53962001-11-06 Sam Steingold <sds@gnu.org>
5397
5398 * configure.in: Added a check for <nlist.h>.
5399
54002001-11-01 Pavel Janík <Pavel@Janik.cz>
5401
5402 * configure.in: Reindent --help output.
5403 From Per Starbäck (starback@ling.uu.se).
5404
54052001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5406
5407 * configure.in: New entry for HP/UX-11.
5408
5409 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5410 From Eric S. Raymond <esr@golux.thyrsus.com>.
5411
54122001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5413
5414 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5415 <athornton@sinenomine.net>.
5416
54172001-10-25 Gerd Moellmann <gerd@gnu.org>
5418
5419 * Makefile.in (maybe_bootstrap): New target.
5420 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5421
54222001-10-24 Ken Raeburn <raeburn@gnu.org>
5423
5424 * configure.in: If --with-hesiod is given, look for
5425 hes_getmailhost and res_send or __res_send; check hesiod and
5426 resolv libraries respectively if system libraries don't supply them.
5427
54282001-10-24 Gerd Moellmann <gerd@gnu.org>
5429
5430 * configure.in: Use $MAKE for `make' if set.
5431
54322001-10-22 Gerd Moellmann <gerd@gnu.org>
5433
5434 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5435 to tar options.
5436
54372001-10-20 Gerd Moellmann <gerd@gnu.org>
5438
5439 * (Version 21.1 released).
5440
54412001-10-20 Miles Bader <miles@gnu.org>
5442
5443 * configure.in (configuration): Set from `host' if `host_alias'
5444 isn't defined.
5445
54462001-10-19 Andreas Schwab <schwab@suse.de>
5447
5448 * configure.in: Make ready for autoconf 2.5x.
5449 (AC_PREREQ): Require autoconf 2.50.
5450 * aclocal.m4: Removed.
5451 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5452
54532001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5454
5455 * README: Bump Emacs version to 21.1.50.
5456
54572001-10-05 Gerd Moellmann <gerd@gnu.org>
5458
5459 * Branch for 21.1.
5460
54612001-09-05 Gerd Moellmann <gerd@gnu.org>
5462
5463 * configure.in: Avoid `$@' which is handled specially in
5464 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5465
54662001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5467
5468 * make-dist (nt): Add subdirs.el to the list of distributed files.
5469
54702001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * configure.in (machine): Add an entry for
5473 hppa1.1-hitachi-hiuxwe2*.
5474
54752001-05-28 Gerd Moellmann <gerd@gnu.org>
5476
5477 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5478 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5479
54802001-05-14 Gerd Moellmann <gerd@gnu.org>
5481
5482 * make-dist: Copy texinfo.tex unconditionally.
5483
54842001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5485
5486 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5487 that are installed.
5488
54892001-04-06 Gerd Moellmann <gerd@gnu.org>
5490
5491 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5492 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5493
5494 * make-dist: Handle leim/MISC-DIC. Only include
5495 `[a-zA-Z]*.{el,elc}' from leim/quail.
5496
54972001-04-05 Gerd Moellmann <gerd@gnu.org>
5498
5499 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5500
55012001-03-30 Gerd Moellmann <gerd@gnu.org>
5502
5503 * Makefile.in (.PHONY): Add for bootstrap targets.
5504 (bootstrap-clean): New target.
5505 (bootstrap): Use it instead of `clean'.
5506
55072001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5508
5509 * Makefile.in (SUBDIR): Remove leim.
5510 (all, .RECURSIVE, extraclean): Add leim explicitly.
5511 (leim): Provide separate rule which exports PARALLEL=0 into the
5512 environment.
5513
55142001-03-20 Gerd Moellmann <gerd@gnu.org>
5515
5516 * configure.in (HAVE_XPM): Don't print the result of the check for
5517 XpmReturnAllocPixels if we don't have an xpm.h.
5518
55192001-03-05 Gerd Moellmann <gerd@gnu.org>
5520
5521 * COPYING: New file.
5522
55232001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5524
5525 * config.bat: Update the copyright.
5526
55272001-02-23 Kenichi Handa <handa@etl.go.jp>
5528
5529 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5530 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5531 to `yes'. Later in AC_OUTPUT, check this variable.
5532
55332001-02-09 Dave Love <fx@gnu.org>
5534
5535 * AUTHORS: Updated.
5536
55372001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5538
5539 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5540
55412001-02-02 Gerd Moellmann <gerd@gnu.org>
5542
5543 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5544
5545 * Makefile.in (uninstall): Ignore exit code of `rm'.
5546
5547 * Makefile.in (uninstall): Remove more info files. Remove
5548 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5549
55502001-01-31 Gerd Moellmann <gerd@gnu.org>
5551
5552 * noleim-Makefile.in (extraclean): Add.
5553
55542001-01-28 Gerd Moellmann <gerd@gnu.org>
5555
5556 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5557 it quiet.
5558
55592001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5560
5561 * Makefile.in (tags): Fix typo.
5562
55632001-01-13 Kenichi Handa <handa@etl.go.jp>
5564
5565 * configure.in: Fix typo in the code setting x_search_path.
5566
55672001-01-10 Dave Love <fx@gnu.org>
5568
5569 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5570 -lXext.
5571 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5572 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5573 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5574 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5575 (now in $LIBS).
5576
55772001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5578
5579 * config.bat: Run the preprocessor with -traditional.
5580
55812001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5582
5583 * INSTALL: Move copying conditions to end of file.
5584
55852000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5586
5587 * INSTALL: Add basic installation procedure which assumes
5588 `configure' does its job. Elaborate on image support libraries.
5589 Add a pointer to Xaw3d library. Add advice about solving
5590 configure-time problems by looking in config.log and setting
5591 variables in the environment.
5592
55932000-12-27 Gerd Moellmann <gerd@gnu.org>
5594
5595 * Makefile.in (install-arch-indep): If tar fails, exit with
5596 exit code 1.
5597
55982000-12-19 Gerd Moellmann <gerd@gnu.org>
5599
5600 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5601 source file includes XKBlib.h. On some broken Solaris systems,
5602 there is an XKBlib.h, reportedly, but header files included by
5603 XKBlib.h are missing.
5604
56052000-12-14 Gerd Moellmann <gerd@gnu.org>
5606
5607 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5608
56092000-12-11 Dave Love <fx@gnu.org>
5610
5611 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5612
56132000-12-11 Paul Eggert <eggert@twinsun.com>
5614
5615 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5616 Merge fixes from latest GNU tar version. These macros no longer
5617 futz with _XOPEN_SOURCE, as that was not portable in practice.
5618 (AC_FUNC_FSEEKO): New macro.
5619
5620 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5621 ftello.
5622
56232000-12-05 Dave Love <fx@gnu.org>
5624
5625 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5626
56272000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5628
5629 * info/dir: Change the category to "Emacs".
5630
56312000-12-01 Gerd Moellmann <gerd@gnu.org>
5632
5633 * make-dist (tempdir): Remove epaths.h from the distribution
5634 instead of paths.h.
5635
56362000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5637
5638 * config.bat: Check for existence of djecho.exe, and print an
5639 error message if it is not available.
5640
5641 * INSTALL: Describe possible problem with djecho.exe in old
5642 versions of DJGPP v2.x.
5643
56442000-11-23 Gerd Moellmann <gerd@gnu.org>
5645
5646 * configure.in: Initialize HAVE_LIBXP to no.
5647
56482000-11-22 Gerd Moellmann <gerd@gnu.org>
5649
5650 * configure.in: Use m/macppc.h instead of the non-existent
5651 m/powerpc.h.
5652
56532000-11-21 Gerd Moellmann <gerd@gnu.org>
5654
5655 * Makefile.in (install-arch-indep): Also install info/eshell*
5656 and info/speedbar*.
5657
5658 * configure.in (HAVE_PNG): Check for the presence of
5659 png_get_channels to rule out older PNG libs.
5660
5661 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5662 GCC and NON_GNU_CPP into config.status.
5663
56642000-11-20 Dave Love <fx@gnu.org>
5665
5666 * configure.in: Fix last change.
5667
5668 * GETTING.GNU.SOFTWARE: Deleted.
5669 * FTP: New file to replace it.
5670 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5671
56722000-11-20 Gerd Moellmann <gerd@gnu.org>
5673
5674 * configure.in: Use -traditional with GNU cpp.
5675
56762000-11-17 Gerd Moellmann <gerd@gnu.org>
5677
5678 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5679 Distribute more files from the nt/ subdir. Distribute PBM
5680 image files from subdirs of lisp/. Distribute old change logs
5681 from subdirs of lisp/. Distribute play/5x5.el.
5682
56832000-11-11 Dave Love <fx@gnu.org>
5684
5685 * config.sub, config.guess: Updated from master source.
5686
56872000-11-07 Dave Love <fx@gnu.org>
5688
5689 * configure.in: Test for mkstemp.
5690
56912000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5692
5693 * info/dir (Top): Rearrange menu items more logically, and put
5694 them into a single category. Add menu items for RefTeX and
5695 Widget.
5696
56972000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5698
5699 * Makefile.in (install-arch-indep): Use --info-dir instead of
5700 --dir-file, and a simple argument instead of --info-file, so that
5701 the Debian version of install-info also works.
5702
57032000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5704
5705 * info/dir (Speedbar): Add entry.
5706
57072000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5708
5709 * INSTALL: Describe the new image-support options to the configure
5710 script. List URLs where image support libraries can be found.
5711
57122000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5713
5714 * info/dir (Top): Add an entry for Eshell.
5715
57162000-10-02 Dave Love <fx@gnu.org>
5717
5718 * configure.in: Check for gai_strerror.
5719
57202000-10-01 Andreas Schwab <schwab@suse.de>
5721
5722 * Makefile.in (install-arch-indep): Update list of installed info files.
5723
57242000-09-30 Gerd Moellmann <gerd@gnu.org>
5725
5726 * configure.in: Support `sparc*-*-netbsd*'.
5727
57282000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * info/dir (MIME): Add entry for emacs-mime.
5731
57322000-09-29 Dave Love <fx@gnu.org>
5733
5734 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5735
57362000-09-26 Gerd Moellmann <gerd@gnu.org>
5737
5738 * make-dist: Adapt to the change of leim/Makefile which was
5739 necessary to ensure a reasonably working `make dist'.
5740
5741 * leim-Makefile.in: Moved to leim/Makefile.in..
5742
5743 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5744
57452000-09-21 Kenichi Handa <handa@etl.go.jp>
5746
5747 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5748 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5749 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5750 files to .elc.
5751 (${TIT}): Adjusted for the above change.
5752 (clean mostlyclean): Likewise.
5753 (.el.elc): New target.
5754
57552000-09-19 Gerd Moellmann <gerd@gnu.org>
5756
5757 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5758 in the distribution.
5759
57602000-09-18 Gerd Moellmann <gerd@gnu.org>
5761
5762 * make-dist (skk): Rename to `ja-dic' because the leim directory
5763 was renamed.
5764
57652000-09-14 Dave Love <fx@gnu.org>
5766
5767 * configure.in: Fix spurion in last change.
5768
57692000-09-14 Gerd Moellmann <gerd@gnu.org>
5770
5771 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
5772 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
5773 to `no' if defined. Change result report.
5774
57752000-09-08 Dave Love <fx@gnu.org>
5776
5777 * configure.in: Remove spurious `@'s.
5778
5779 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
5780 autoconf.
5781
57822000-09-06 Gerd Moellmann <gerd@gnu.org>
5783
5784 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
5785 file and print informational message.
5786
5787 * configure.in (AC_FUNC_MMAP): Add.
5788
57892000-09-01 Gerd Moellmann <gerd@gnu.org>
5790
5791 * configure.in: Add ``checking'' messages for
5792 XpmReturnAllocPixels.
5793
57942000-08-28 Gerd Moellmann <gerd@gnu.org>
5795
5796 * configure.in: Check <strings.h>; check `index' and `rindex'
5797 functions.
5798
57992000-08-26 Kenichi Handa <handa@etl.go.jp>
5800
5801 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
5802 "case "${canonical}" in".
5803
58042000-08-25 Dave Love <fx@gnu.org>
5805
5806 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
5807
58082000-08-25 Kenichi Handa <handa@etl.go.jp>
5809
5810 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
5811
58122000-08-24 Gerd Moellmann <gerd@gnu.org>
5813
5814 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
5815 contains a relative path. Protect against unusable values of $PWD.
5816
58172000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5818
5819 * info/dir (WoMan): Add entry.
5820
5821 * config.bat (maindir): Update src/_gdbinit even if it does
5822 already exist.
5823
58242000-08-07 Gerd Moellmann <gerd@gnu.org>
5825
5826 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
5827
58282000-08-03 Gerd Moellmann <gerd@gnu.org>
5829
5830 * configure.in: Add support for ia64*-*-linux*.
5831
58322000-07-27 Gerd Moellmann <gerd@gnu.org>
5833
5834 * make-dist (aclocal.m4): Include in distribution.
5835
58362000-07-26 Dave Love <fx@gnu.org>
5837
5838 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
5839
58402000-07-24 Dave Love <fx@gnu.org>
5841
5842 * configure.in: Add AC_SIZE_T.
5843
58442000-07-18 Dave Love <fx@gnu.org>
5845
5846 * configure.in: Reorder so that most tests are done after CPPFLAGS
5847 is set from the C_SWITCH_... definitions.
5848
58492000-07-10 Gerd Moellmann <gerd@gnu.org>
5850
5851 * configure.in (HAVE_XPM): Undo previous change. Check for
5852 preprocessor define XpmReturnAllocPixels.
5853
58542000-07-06 Gerd Moellmann <gerd@gnu.org>
5855
5856 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
5857 instead of XpmReadFileToPixmap.
5858
58592000-07-05 Ken Raeburn <raeburn@gnu.org>
5860
5861 * configure.in: Check for <soundcard.h>. Look for ossaudio
5862 library, and set LIBSOUND accordingly.
5863
58642000-07-05 Dave Love <fx@gnu.org>
5865
5866 * configure.in: Use AC_HEADER_SYS_WAIT.
5867
58682000-07-05 Gerd Moellmann <gerd@gnu.org>
5869
5870 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
5871 lisp/Makefile. Distribute lisp/Makefile.in instead of
5872 lisp/Makefile.
5873
58742000-06-30 Ken Raeburn <raeburn@gnu.org>
5875
5876 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
5877 while searching for image-handling libraries.
5878
58792000-06-26 Gerd Moellmann <gerd@gnu.org>
5880
5881 * configure.in (--with-xim): New option.
5882
58832000-06-23 Dave Love <fx@gnu.org>
5884
5885 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
5886 for struct timezone and test how we can call gettimeofday.
5887 Check for OSF 5+. Check for term.h.
5888
5889 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
5890 version.
5891
58922000-06-23 Gerd Moellmann <gerd@gnu.org>
5893
5894 * configure.in (HAVE_LIBXP): Change test for libXp.
5895
58962000-06-21 Dave Love <fx@gnu.org>
5897
5898 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
5899 simple test for getloadavg and substitute GETLOADAVG_LIBS.
5900 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
5901
59022000-06-19 Dave Love <fx@gnu.org>
5903
5904 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
5905 _XOPEN_SOURCE is defined.
5906
59072000-06-16 Gerd Moellmann <gerd@gnu.org>
5908
5909 * Makefile.in (distclean): Also make distclean in lisp/.
5910
59112000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5912
5913 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
5914
59152000-06-15 Gerd Moellmann <gerd@gnu.org>
5916
5917 * make-dist: Add --help and --snapshot options.
5918
59192000-06-14 Gerd Moellmann <gerd@gnu.org>
5920
5921 * configure.in: Generate lisp/Makefile.
5922
5923 * configure.in: Add support for `*-lynxos*'.
5924 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
5925 recommended by <Karen.Dorhamer@compaq.com> to fix problems
5926 on Tru64 UNIX v5.0.
5927
59282000-06-13 Ken Raeburn <raeburn@gnu.org>
5929
5930 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
5931 it's on a continuation line.
5932
59332000-06-02 Dave Love <fx@gnu.org>
5934
5935 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
5936 files.
5937
5938 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
5939 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
5940 test.
5941
5942 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
5943 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
5944
59452000-05-26 Gerd Moellmann <gerd@gnu.org>
5946
5947 * configure.in: Add check for speed_t typedef.
5948
59492000-05-25 Ken Raeburn <raeburn@gnu.org>
5950
5951 * Makefile.in (install-arch-dep): Install fns-*.el only if it
5952 exists; it won't in the CANNOT_DUMP case.
5953
59542000-05-25 Gerd Moellmann <gerd@gnu.org>
5955
5956 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
5957 On FreeBSD, the exit status is 1 if CDPATH is not set.
5958 (install-arch-indep): Install ebrowse.info.
5959
59602000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
5961
5962 * configure.in: Check for grandpt and getpt.
5963
59642000-05-09 Dave Love <fx@gnu.org>
5965
5966 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
5967
59682000-05-05 Gerd Moellmann <gerd@gnu.org>
5969
5970 * make-dist: Make a link for lib-src/grep-changelog.
5971 Copy install-sh.
5972
59732000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * config.bat: Identify the beginning of the cpp stuff in
5976 src/Makefile.in and lib-src/Makefile.in more accurately.
5977
59782000-04-27 Gerd Moellmann <gerd@gnu.org>
5979
5980 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
5981
59822000-04-19 Gerd Moellmann <gerd@gnu.org>
5983
5984 * configure.in: Add support for `powerpc-*-netbsd*'.
5985
59862000-04-19 Dave Love <fx@gnu.org>
5987
5988 * configure.in: Don't use AC_FUNC_GETLOADAVG.
5989
5990 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
5991
59922000-04-16 Dave Love <fx@gnu.org>
5993
5994 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
5995
59962000-04-14 Dave Love <fx@gnu.org>
5997
5998 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
5999
6000 * aclocal.m4 (AC_FUNC_MKTIME): New.
6001
60022000-03-28 Ken Raeburn <raeburn@gnu.org>
6003
6004 * configure.in: Line up "--help" output a little better.
6005
60062000-03-26 Gerd Moellmann <gerd@gnu.org>
6007
6008 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6009 New targets.
6010 (bootstrap): Rewritten in terms of the new targets above. Make
6011 info files, too.
6012
60132000-03-12 Gerd Moellmann <gerd@gnu.org>
6014
6015 * config.guess, config.sub: Use the versions of the files from
6016 subversions.
6017
60182000-03-08 Dave Love <fx@gnu.org>
6019
6020 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6021 AC_C_VOLATILE. Define POINTER_TYPE.
6022
6023 * aclocal.m4: New file.
6024
60252000-03-02 Gerd Moellmann <gerd@gnu.org>
6026
6027 * configure.in (machine): Add `mipsel-*-netbsd*' and
6028 `arm-*-netbsd*'.
6029
60302000-03-01 Gerd Moellmann <gerd@gnu.org>
6031
6032 * configure.in (machine): Add support for `*-auspex-sunos*'.
6033
60342000-02-29 Gerd Moellmann <gerd@gnu.org>
6035
6036 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6037
60382000-02-18 Dave Love <fx@gnu.org>
6039
6040 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6041
60422000-02-18 Andreas Schwab <schwab@suse.de>
6043
6044 * Makefile.in (install-arch-indep): Add eudc to list of installed
6045 info files.
6046
60472000-02-17 Ken Raeburn <raeburn@gnu.org>
6048
6049 * configure.in: Include -lz and -ljpeg (if it's available) when
6050 testing for the tiff library.
6051
60522000-02-17 Gerd Moellmann <gerd@gnu.org>
6053
6054 * configure.in: Remove LISP_FLOAT_TYPE.
6055
60562000-02-12 Dave Love <fx@gnu.org>
6057
6058 * configure.in: Use AC_FUNC_VFORK.
6059
60602000-02-01 Gerd Moellmann <gerd@gnu.org>
6061
6062 * make-dist: Various fixes for new development tree.
6063
6064 * leim-Makefile.in: New file.
6065
60662000-01-31 Gerd Moellmann <gerd@gnu.org>
6067
6068 * Makefile.in (dist): Call ./make-dist.
6069
60702000-01-24 Dave Love <fx@gnu.org>
6071
6072 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6073
60742000-01-18 Gerd Moellmann <gerd@gnu.org>
6075
6076 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6077 DGifOpenFileName.
6078
60792000-01-11 Andreas Schwab <schwab@suse.de>
6080
6081 * Makefile.in (install-arch-indep): Update list of info files to
6082 be installed.
6083
60842000-01-05 Dave Love <fx@gnu.org>
6085
6086 * configure.in: Check for jerror.h as well as libjpeg.
6087
60882000-01-03 Andreas Schwab <schwab@suse.de>
6089
6090 * Makefile.in (install-arch-indep): Install autotype*. Run
6091 install-info on autotype and emacs-faq.info.
6092
60931999-12-04 Dave Love <fx@gnu.org>
6094
6095 * Makefile.in (install-arch-indep): Depend on `info'.
6096 (install-strip): Use `install' as sub-make target.
6097
60981999-11-23 Ken Raeburn <raeburn@gnu.org>
6099
6100 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6101 didn't need to be deleted. Check for the k5crypto library as well
6102 as the crypto library; MIT Kerberos 1.1 changed the name.
6103
61041999-11-18 Dave Love <fx@gnu.org>
6105
6106 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6107
61081999-11-11 Erik Naggum <erik@naggum.no>
6109
6110 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6111
61121999-11-08 Dave Love <fx@gnu.org>
6113
6114 * configure.in: Fix change for --with-pop default.
6115
61161999-11-04 Dave Love <fx@gnu.org>
6117
6118 * configure.in: Default to --with-pop. Change sense of with-gcc
6119 and with-toolkit-scroll-bars messages to reflect the defaults.
6120
61211999-11-01 Gerd Moellmann <gerd@gnu.org>
6122
6123 * INSTALL: Mention the Emacs Lisp Reference.
6124
61251999-10-27 Noah Friedman <friedman@splode.com>
6126
6127 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6128
61291999-10-23 Gerd Moellmann <gerd@gnu.org>
6130
6131 * Makefile.in (bootstrap): New target.
6132
61331999-10-19 Paul Eggert <eggert@twinsun.com>
6134
6135 Add support for large files. Merge glibc 2.1.2.
6136
6137 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6138 (HAVE_TM_GMTOFF): New symbol.
6139 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6140 mbrlen, strsignal.
6141 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6142
61431999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6144
6145 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6146 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6147
61481999-10-09 Richard M. Stallman <rms@gnu.org>
6149
6150 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6151 Unset CDPATH to prevent cd from generating output.
6152
61531999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6154
6155 * update-subdirs: Also ignore CVS subdirs.
6156
61571999-10-07 Gerd Moellmann <gerd@gnu.org>
6158
6159 * Makefile.in (install-arch-indep): Add ada-mode.
6160
61611999-10-06 Dave Love <fx@gnu.org>
6162
6163 * Makefile.in: Add rules for config.status, configure.
6164
61651999-09-07 Gerd Moellmann <gerd@gnu.org>
6166
6167 * configure.in (--with-sound): Removed.
6168
61691999-08-30 Gerd Moellmann <gerd@gnu.org>
6170
6171 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6172 the test for Xaw3d.
6173 (HAVE_TIFF): Add -lm to library check.
6174
61751999-08-28 Richard Stallman <rms@gnu.org>
6176
6177 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6178 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6179 after the other X-related libraries.
6180
61811999-08-21 Dave Love <fx@gnu.org>
6182
6183 * configure.in: Don't check for jpeglib.h.
6184
61851999-08-20 Gerd Moellmann <gerd@gnu.org>
6186
6187 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6188 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6189
61901999-08-18 Dave Love <fx@gnu.org>
6191
6192 * configure.in: Check for termcap.h.
6193
61941999-08-15 Gerd Moellmann <gerd@gnu.org>
6195
6196 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6197 use Emacs' scroll bars, even if configured for Motif or when
6198 Xaw3d is available.
6199
62001999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6201
6202 * configure.in: Check for getaddrinfo.
6203
62041999-08-04 Eli Zaretskii <eliz@gnu.org>
6205
6206 * config.bat: Make --no-debug work again by removing -gcoff.
6207
62081999-07-30 Dave Love <fx@gnu.org>
6209
6210 * configure.in: Check for stdlib.h.
6211
62121999-07-19 Dave Love <fx@gnu.org>
6213
6214 * configure.in: Grok sparc64-*-linux-gnu*.
6215
62161999-07-12 Richard Stallman <rms@gnu.org>
6217
6218 * Version 20.4 released.
6219
62201999-06-23 Karl Heuer <kwzh@gnu.org>
6221
6222 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6223 Quote $EMACS, in case it's a program with args.
6224
62251999-06-15 Gerd Moellmann <gerd@gnu.org>
6226
6227 * configure.in (HAVE_GIF): Use libungif instead of libgif
6228 because the former doesn't contain patented compression code.
6229
62301999-05-29 Richard M. Stallman <rms@gnu.org>
6231
6232 * configure.in: Delete the Kerberos stuff.
6233
62341999-05-27 Greg Hudson <ghudson@mit.edu>
6235
6236 * configure.in: Prefer kerberos 5 names.
6237
62381999-04-26 Richard M. Stallman <rms@gnu.org>
6239
6240 * configure.in: Check for libXp.
6241
62421999-04-08 Richard Stallman <rms@gnu.org>
6243
6244 * make-dist: Include change logs in subdirs of `lisp'.
6245
62461999-04-05 Richard Stallman <rms@gnu.org>
6247
6248 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6249 (install-arch-indep): Make ${datadir}/emacs world-readable.
6250
62511999-03-30 Eli Zaretskii <eliz@gnu.org>
6252
6253 * config.bat: Use epaths.* instead of paths.*.
6254
62551999-03-07 Eli Zaretskii <eliz@gnu.org>
6256
6257 * INSTALL: Add detailed instructions to unpack and install
6258 intlfonts on MS-DOS.
6259
62601999-02-26 Richard Stallman <rms@gnu.org>
6261
6262 * configure.in: Use epaths.h and epaths-force instead of paths...
6263
6264 * Makefile.in (epaths-force): Renamed from paths-force;
6265 operate on epaths.in and produce epaths.h.
6266
62671999-02-24 Richard Stallman <rms@gnu.org>
6268
6269 * make-dist: Fix nt/icons directory handling.
6270
62711999-02-22 Simon Josefsson <jas@pdc.kth.se>
6272
6273 * configure.in (f301-fujitsu-uxpv4.1): New target.
6274
62751999-02-20 Richard Stallman <rms@gnu.org>
6276
6277 * make-dist (tempparent): Fix command to update info files.
6278
62791999-02-09 Richard Stallman <rms@gnu.org>
6280
6281 * configure.in (powerpc-apple-netbsd*): New alternative.
6282
62831999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6284
6285 * make-dist: Include the new directory nt/icons in distributions.
6286
62871999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6288
6289 * configure.in: Change message about HAVE_XFREE386.
6290
62911999-01-07 Eli Zaretskii <eliz@gnu.org>
6292
6293 * config.bat: Support configuring with leim.
6294
62951998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6296
6297 * configure.in (mips-sgi-irix6.5): New target.
6298
62991998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6300
6301 * configure.in: Remove GSS-API support, since it has been removed
6302 from movemail.
6303
63041998-12-04 Markus Rost <rost@delysid.gnu.org>
6305
6306 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6307
63081998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6309
6310 * Makefile.in: Don't install customize info file.
6311 Run install-info on viper info file.
6312
63131998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6314
6315 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6316
63171998-11-16 Kenichi Handa <handa@etl.go.jp>
6318
6319 * configure.in (*-*-bsdi4*): New target.
6320
63211998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6322
6323 * configure.in: Fix previous change.
6324
63251998-11-11 Richard Stallman <rms@gnu.org>
6326
6327 * configure.in (aviion-intel): New machine.
6328
63291998-11-04 Kenichi Handa <handa@etl.go.jp>
6330
6331 * configure.in (mips-nec-sysv4*): New target.
6332
63331998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6334
6335 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6336 from lisp.
6337
63381998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6339
6340 * make-dist: Don't include fns*.el in dist.
6341
63421998-10-30 Dave Love <fx@gnu.org>
6343
6344 * configure.in: Don't mkdir cpp.
6345
63461998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6347
6348 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6349 ${archlibdir}.
6350
63511998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6352
6353 * Version 20.3 released.
6354
63551998-07-30 Paul Eggert <eggert@twinsun.com>
6356
6357 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6358 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6359 (lwlib/Makefile, leim/Makefile):
6360 Prepend $(srcdir)/ to rule dependencies outside this dir.
6361
63621998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6363
6364 * configure.in: Use unset CDPATH instead of making it empty.
6365
63661998-06-20 Karl Heuer <kwzh@gnu.org>
6367
6368 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6369
63701998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6371
6372 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6373 and default.el. Sort the results.
6374
63751998-05-31 Karl Heuer <kwzh@gnu.org>
6376
6377 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6378 writable.
6379
63801998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6381
6382 * Makefile.in (install-arch-indep):
6383 Don't alter site-lisp/subdirs.el if it exists.
6384
63851998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6386
6387 * Makefile.in (install-arch-indep): Put `-' on commands to create
6388 subdirs.el in site-lisp dirs.
6389
63901998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6391
6392 * Makefile.in (install-arch-indep): Fix typo in previous change.
6393
63941998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6395
6396 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6397
63981998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6399
6400 * Makefile.in (mkdir): Create the site-lisp dirs.
6401 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6402
64031998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6404
6405 * Makefile.in (INSTALL_INFO): New variable.
6406 (install-arch-indep): Don't replace the dir file if it already exists.
6407 Use the install-info program, via INSTALL_INFO, to add entries.
6408 Make the `info' subdir and the Info files world-readable.
6409
64101998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6411
6412 * config.bat: Make sure the environment is large enough to support
6413 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6414
64151998-04-10 Karl Heuer <kwzh@gnu.org>
6416
6417 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6418
64191998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6420
6421 * configure.in: Add --with-gssapi to specify GSS-API
6422 authentication support for movemail.
6423
64241998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6425
6426 * Makefile.in (install-arch-indep): Fix previous change.
6427
64281998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6429
6430 * Makefile.in (info): Run man in build dir, not srcdir.
6431
64321998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6433
6434 * Makefile.in (install-arch-indep): Fix previous change.
6435
64361998-03-23 Kenichi Handa <handa@etl.go.jp>
6437
6438 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6439
64401998-03-22 Richard Stallman <rms@gnu.org>
6441
6442 * Makefile.in (install-arch-indep): Put special subdirs.el files
6443 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6444
64451998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6446
6447 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6448
64491998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6450
6451 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6452 (m68*-hp-hpux*): Handle versions 1X like 10.
6453
64541998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6455
6456 * make-dist: PROBLEMS is now in etc, not top level dir.
6457
6458 * Makefile.in (SOURCES): Delete PROBLEMS.
6459
64601998-02-25 Richard Stallman <rms@gnu.org>
6461
6462 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6463
6464 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6465
64661998-01-17 Richard Stallman <rms@gnu.org>
6467
6468 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6469
64701998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6471
6472 * make-dist (tempparent): New option --no-check.
6473
6474 * make-dist: Don't do anything with cpp directory.
6475
64761997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6477
6478 * configure.in (sparc-fujitsu-sysv4*): New target.
6479
64801997-12-17 Andreas Schwab <schwab@gnu.org>
6481
6482 * configure.in: Cache more tests. Add missing quotes around
6483 message with embedded comma.
6484
64851997-12-04 Karl Heuer <kwzh@gnu.org>
6486
6487 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6488
64891997-11-26 Joel N. Weber II <devnull@gnu.org>
6490
6491 * make-dist: Changed the comment about `umask 0' to say `Don't
6492 restrict access to any files.'; previously it said `Don't protect
6493 any files', which may have implied that we think fascism is good.
6494
64951997-11-24 Paul Eggert <eggert@twinsun.com>
6496
6497 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6498 strftime needs the underlying host's strftime for locale dependent
6499 formats.
6500
65011997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6502
6503 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6504
65051997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6506
6507 * config.bat: Configure the man subdirectory.
6508
65091997-11-07 Paul Eggert <eggert@twinsun.com>
6510
6511 * configure.in (AC_CHECK_LIB): Add -lintl.
6512
65131997-11-07 Karl Heuer <kwzh@gnu.org>
6514
6515 * make-dist (check for .elc files): Avoid bash-specific syntax.
6516 (check for overflow 14-char limit): Simplify.
6517
65181997-11-07 Richard Stallman <rms@gnu.org>
6519
6520 * Makefile.in (install): Move blessmail last.
6521
65221997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6523
6524 * configure.in (gettimeofday, one arg or two):
6525 Clarify messages by avoiding double negative.
6526
65271997-09-30 Karl Eichwalder <ke@suse.de>
6528
6529 * Makefile.in (install-arch-indep): Install the widget info file.
6530
65311997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6532
6533 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6534 libraries in reverse order, so that libraries will appear in the
6535 correct dependency order on the link line (and so that the
6536 configure checks themselves will work properly when early
6537 libraries depend on later ones).
6538
65391997-09-21 Erik Naggum <erik@naggum.no>
6540
6541 * make-dist (making links to `src'): Keep timestamp on copied files.
6542
6543 * make-delta: New script to produce delta distributions.
6544
65451997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6546
6547 * Version 20.2 released.
6548
65491997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6550
6551 * Version 20.1 released.
6552
6553 * Makefile.in (install-leim): Depend on mkdir.
6554 (leim): Depend on src.
6555
65561997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6557
6558 * configure.in: Recognize alpha* instead of just alpha.
6559
65601997-09-12 Paul Eggert <eggert@twinsun.com>
6561
6562 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6563
65641997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6565
6566 * update-subdirs: Use rm -f.
6567
65681997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6569
6570 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6571 Ignore subdirs named Old.
6572
65731997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6574
6575 * configure.in: Add OpenBSD clause to set $machine.
6576
65771997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6578
6579 * make-dist: Recompile everything after updating various Lisp files.
6580 Recompile in leim as well as lisp.
6581 Check in leim as well as lisp for mismatched files and too-long names.
6582
65831997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6584
6585 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6586
65871997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6588
6589 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6590 before trying to copy anything from it.
6591
65921997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6593
6594 * Makefile.in (man/Makefile): New target.
6595 (tags): Define env var EMACS and run Makefile from build dir.
6596
65971997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6598
6599 * config.bat: If src/_gdbinit doesn't exist, try using
6600 src/.gdbinit to create it (for building on Windows 95).
6601
66021997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6603
6604 * Makefile.in (install-arch-indep):
6605 Discard extra data in tar | tar pipes.
6606
66071997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6608
6609 * configure.in (x_default_search_path): Corrected
6610 '${x_library}' to '${x_library}/X11'.
6611
66121997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6613
6614 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6615
66161997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6617
6618 * configure.in: Support auto-configuration of both Kerberos V4 and
6619 Kerberos V5 for movemail, including detection of V4 and V5 header
6620 files and libraries.
6621
66221997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6623
6624 * configure.in: Compute x_default_search_path
6625 and substitute into makefiles.
6626
6627 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6628
66291997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6630
6631 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6632
66331997-08-07 Erik Naggum <erik@naggum.no>
6634
6635 * configure.in: Remove lockdir, it is no longer needed.
6636 * Makefile.in (mkdir): Don't create lockdir.
6637 (lockdir): Variable deleted.
6638 (paths-force): Don't operate on PATH_LOCK.
6639
66401997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6641
6642 * leim-Makefile.in (clean, distclean): New targets.
6643
6644 * make-dist: Include leim/ChangeLog in leim distribution.
6645
66461997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6647
6648 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6649
66501997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6651
6652 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6653
66541997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6655
6656 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6657
66581997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6659
6660 * make-dist: Update leim/leim-list.el.
6661 Pass along value of $EMACS when updating lisp dir.
6662
66631997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6664
6665 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6666 prerequisite to the use of Doug Lea's malloc.
6667
66681997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6669
6670 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6671
6672 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6673
66741997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6675
6676 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6677
66781997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6679
6680 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6681 to news-r6.h.
6682
66831997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6684
6685 * config.bat: Use `sed' instead of `cp', which might not be
6686 installed.
6687
66881997-07-09 Kenichi Handa <handa@etl.go.jp>
6689
6690 * Makefile.in (mostlyclean): Add cleaning leim directory.
6691 (clean, distclean, maintainer-clean): Likewise.
6692
66931997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6694
6695 * make-dist (bogosities): Check subdirs of `lisp' also.
6696
66971997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6698
6699 * make-dist (etc): Really avoid symlinks now.
6700 (lisp): Don't delete from subdirs the things we never copy.
6701
67021997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6703
6704 * Makefile.in (install-arch-indep): Correct the target name.
6705 The first letter `i' was dropped by the previous change of mine.
6706
67071997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6708
6709 * configure.in (leim/Makefile): Generate this.
6710 (*-sysv4.2uw*): Recognize new alternative.
6711
6712 * leim-Makefile.in: Renamed from leim-Makefile.
6713
6714 * make-dist: Set up real-leim subdirectory,
6715 with the real contents of leim; then move it to
6716 a separate top-level directory.
6717
6718 * make-dist: Don't mention site-lisp, site-init, site-start
6719 or default, when listing files hat are not compiled and should be.
6720
6721 * configure.in: Create src/config.stamp at the end.
6722
67231997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6724
6725 * Makefile.in (install-leim): Correct previous change.
6726
67271997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6728
6729 * Makefile.in (install-leim): New target.
6730 (install): Depend on install-leim.
6731
67321997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6733
6734 * Makefile.in (SUBDIR): Add leim.
6735 (SUBDIR_MAKEFILES): Add leim/Makefile.
6736 (leim/Makefile): New target.
6737
67381997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6739
6740 * leim-Makefile: New file.
6741 * make-dist: Initialize a `leim' subdirectory with that makefile.
6742
67431997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6744
6745 * configure.in (GNU_MALLOC_reason): Fix message text.
6746
67471997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6748
6749 * make-dist (lisp): Don't process subdirs that start with =.
6750 (etc): Copy symlinks, as in src.
6751
67521997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6753
6754 * configure.in (i*86-*-unixware*): New alternative.
6755
67561997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6757
6758 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6759 and touch it explicitly.
6760
6761 * configure.in (mips-sony-newsos6*): New alternative.
6762 (mips-*-linux-gnu*): New alternative.
6763 (*-*-bsdi*): New alternative.
6764 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
6765
67661997-06-22 Dave Love <d.love@dl.ac.uk>
6767
6768 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
6769 (src/config.h): New target to re-configure if src/config.in is patched.
6770
67711997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6772
6773 * configure.in (shutdown): Check for `shutdown' function.
6774
67751997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6776
6777 * update-subdirs: Include the directory "language" in subdirs.
6778
67791997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6780
6781 * configure.in (m88k-dg-dgux4*): New alternative.
6782 (alpha-*-netbsd*): New alternative.
6783 (powerpcle-*-solaris2*): New alternative.
6784
67851997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6786
6787 * make-dist: Warn about .el files that are not compiled.
6788
67891997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6790
6791 * Makefile.in (dist): Don't run update-subdirs here,
6792 since make-dist now gets that done.
6793
6794 * make-dist: Use the new `updates' target in lisp/Makefile.
6795
6796 * make-dist: Use new non-file targets in lisp/Makefile.
6797
67981997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6799
6800 * make-dist: Handle all subdirs of `lisp' uniformly.
6801 Don't handle `term' and `language' specially.
6802 Clear out umask at the beginning.
6803
68041997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6805
6806 * make-dist: Use Make to update finder-inf.el and autoloads.
6807 Also update cus-load.el.
6808
68091997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6810
6811 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
6812 in case it is desirable to disable the GNU malloc features with glibc.
6813
68141997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6815
6816 * configure.in (DOUG_LEA_MALLOC):
6817 Define if malloc_{get,set}_state exist.
6818
68191997-03-05 Kenichi Handa <handa@etl.go.jp>
6820
6821 * make-dist: Make links for files under lisp/language.
6822
68231997-02-20 Kenichi Handa <handa@etl.go.jp>
6824
6825 * update-subdirs: Exclude the directory "language" from subdirs.
6826
68271997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6828
6829 * configure.in: Check for rint and cbrt.
6830
68311997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6832
6833 * make-dist: Use $EMACS to say where to run Emacs.
6834 Add --no-update option.
6835
68361996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6837
6838 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
6839
68401996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6841
6842 * make-dist (copying src): Check thoroughly for symlinks
6843 and copy them in all cases. Regularize the linking of *.in
6844 and *.opt and ChangeLog files.
6845 (copying lib-src): Likewise.
6846 Don't rm getdate.c or y.tab.*--they don't exist any more.
6847
68481996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
6849
6850 * configure.in: Check for libmail, maillock.h and
6851 touchlock (for movemail).
6852
68531996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6854
6855 * configure.in (limits.h): Check for this file.
6856
68571996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6858
6859 * configure.in (rs6000-ibm-aix4.2): New alternative.
6860 (rs6000-ibm-aix4.0): New alternative.
6861 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
6862
68631996-11-22 Ben Harris <bjh21@cam.ac.uk>
6864
6865 * configure.in: Recognize vax-*-netbsd*.
6866
68671996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6868
6869 * configure.in (locallisppath): Add leim directory.
6870
68711996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6872
6873 * config.bat: Make sure `mv' supports forward slashes and -f.
6874
68751996-10-28 Christian Limpach <chris@nice.ch>
6876
6877 * configure.in (hppa*-next-nextstep*): * added after hppa
6878 to accept hppa1.0 and hppa1.1.
6879
68801996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
6881
6882 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
6883 * configure.in (ld_switch_machine): Fix typo.
6884
68851996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6886
6887 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
6888 from config.h and use them in $ac_link.
6889
68901996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
6891
6892 * configure.in: Create a subdir named `lisp'.
6893
68941996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6895
6896 * configure.in: Check for getcwd.
6897
68981996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6899
6900 * configure.in: Check for termios.h. Check for setpgid.
6901
69021996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6903
6904 * configure.in: Check for setrlimit.
6905
69061996-08-31 Paul Eggert <eggert@twinsun.com>
6907
6908 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
6909
69101996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6911
6912 * configure.in: Check for utimes.
6913
6914 * configure.in: Check for com_err library, but only
6915 if --with-kerberos was used. Check for krb and des
6916 only if --with-kerberos.
6917
69181996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6919
6920 * Makefile.in (INSTALL_STRIP): New variable.
6921 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
6922 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
6923
69241996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6925
6926 * configure.in: Check for krb and des libraries.
6927
69281996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6929
6930 * configure.in (*-sunos4.1.[3-9]*noshare):
6931 Use sunos413, not sunos4-1-3.
6932 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
6933 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
6934
69351996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6936
6937 * Makefile.in (src/paths.h): Target deleted.
6938 (paths-force): Delete all dependencies on this target
6939 but don't delete the target.
6940 (install): Depend on `all'.
6941 (paths-force): Don't print a message.
6942
6943 * configure.in: Generate src/paths.h here.
6944
69451996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6946
6947 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
6948 New variables that affect linking only.
6949 (alpha-dec-osf*): Use those instead of previous change.
6950
69511996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6952
6953 * Makefile.in (install-arch-indep): Install info/messages.
6954
69551996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6956
6957 * Version 19.33 released.
6958
69591996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
6960
6961 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6962 Fix previous change.
6963
69641996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6965
6966 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6967 New alternative.
6968
69691996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6970
6971 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
6972 and NON_GCC_TEST_OPTIONS.
6973
69741996-08-06 Paul Eggert <eggert@twinsun.com>
6975
6976 * configure.in (LOCALTIME_CACHE): Don't put a string literal
6977 "TZ=..." in environ.
6978
69791996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6980
6981 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
6982
69831996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6984
6985 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
6986 the more general *-sunos4.1.[3-9]* clause.
6987
69881996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6989
6990 * Version 19.32 released.
6991
6992 * configure.in (*-sco3.2v5*):
6993 Set OVERRIDE_CPPFLAG to a string of one space.
6994 Fix the code that uses OVERRIDE_CPPFLAG.
6995
69961996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6997
6998 * configure.in: Undo previous change.
6999
70001996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7001
7002 * config.sub: Use `pc', not `unknown', when canonicalizing
7003 the vendor for ...86.
7004
70051996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7006
7007 * configure.in: Check for termios.h header.
7008
70091996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7010
7011 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7012
70131996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7014
7015 * configure.in: Split bsdos2 and bsdos2-1.
7016
70171996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7018
7019 * config.sub: If last two words are not a recognized
7020 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7021 Make conversion of gnu/linux to linux-gnu really work.
7022
7023 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7024
70251996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7026
7027 * configure.in (check for using Lucid widgets by default):
7028 Eliminate indentation that confuses some compilers.
7029
70301996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7031
7032 * config.sub: Convert linux and gnu/linux to linux-gnu.
7033
7034 * make-dist: Don't update getdate.c.
7035 Ignore =... files when checking for too-long Lisp file names.
7036
70371996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7038
7039 * configure.in (euidaccess): Check for that, not for eaccess.
7040
70411996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7042
7043 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7044 before `noshare'.
7045 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7046
70471996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7048
7049 * configure.in: Rename lignux to linux-gnu in configuration names.
7050 Use gnu-linux as the opsys value (s/ file name).
7051 Allow i686 just like i386, i486, i586.
7052
70531996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7054
7055 * configure.in (i*86-*-sco3.2v5): New alternative.
7056 (OVERRIDE_CPPFLAG): New variable.
7057 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7058
7059 * configure.in: Specify vpath for .texi files.
7060
70611996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7062
7063 * configure.in: Always check for HAVE_X11R5.
7064 Separately decide whether to use a toolkit by default.
7065
70661996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7067
7068 * configure.in: If X11R5 is missing the Xaw headers,
7069 default to --with-x-toolkit=no.
7070
70711996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7072
7073 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7074
70751996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7076
7077 * Makefile.in (install-arch-indep): If cd etc makes output,
7078 don't treat that as part of the tar data.
7079 Check that ./lisp actually exists.
7080
70811996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7082
7083 * make-dist: Check for long file names.
7084
70851996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7086
7087 * Version 19.31 released.
7088
70891996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7090
7091 * configure.in: Recognize sparc-*-lignux.
7092
70931996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7094
7095 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7096 Don't include config.w95.
7097
70981996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7099
7100 * make-dist: Replace --no-clean-up and --no-tar options
7101 with --clean-up and --tar, so that the default is useful.
7102
71031996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7104
7105 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7106 if not, tell the user to rename it and abort.
7107
71081996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7109
7110 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7111 test program.
7112
71131996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7114
7115 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7116
7117 * make-dist (MANIFEST): Fix previous change.
7118 (msdos): Put mainmake.v2 into the dist.
7119
71201996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7121
7122 * make-dist: Exit if autoconf fails.
7123
71241996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7125
7126 * config.bat: Set djgpp-ver, and unset it at the end.
7127 Add a number of conditionals for DJGPP version 2.
7128 Rename label libsrc2 to libsrc3.
7129 Substitute for LDFLAGS in src/Makefile.
7130 Substitute for ALL_CFLAGS in lib-src/Makefile.
7131
71321996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7133
7134 * configure.in (ncurses): Check this after checking fns like strerror.
7135
71361996-04-08 Erik Naggum <erik@naggum.no>
7137
7138 * make-dist (MANIFEST): Don't include lines from =files.
7139
71401996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7141
7142 * make-dist: Don't put lisp/dired.todo in the dist.
7143
71441996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7145
7146 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7147
7148 * configure.in (setlocale): Check for it.
7149
7150 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7151
71521996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7153
7154 * configure.in: Use lignux instead of linux as value of opsys.
7155
71561996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7157
7158 * Makefile.in (install-strip): Fix whitespace.
7159 Get rid of continuation.
7160
7161 * config.sub: Convert linux or gnu/linux to lignux.
7162
71631996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7164
7165 * configure.in: Accept lignux in configuration name.
7166
71671996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7168
7169 * Makefile.in (install-strip): New target.
7170
71711996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7172
7173 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7174 -f failed to do the job on Suns.
7175
71761996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7177
7178 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7179
7180 * configure.in (linux/version.h): Check for this header.
7181
71821996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7183
7184 * configure.in: Remove -fno-builtin hackery from -lm check.
7185
71861996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7187
7188 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7189 just this test.
7190
7191 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7192
71931996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7194
7195 * configure.in: Check for ncurses.
7196
71971996-02-28 Paul Eggert <eggert@twinsun.com>
7198
7199 * configure.in (LOCALTIME_CACHE):
7200 Also define if localtime mishandles unsetting TZ.
7201 This works around a localtime bug in mips-dec-ultrix.
7202
72031996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7204
7205 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7206
7207 * configure.in: Improve messages about X versions.
7208
72091996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7210
7211 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7212
72131996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7214
7215 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7216 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7217
7218 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7219 (install): Put install-arch-indep before install-arch-dep.
7220
72211996-02-20 Dave Love <d.love@dl.ac.uk>
7222
7223 * INSTALL: Clarify info about MS-DOS path handling.
7224
72251996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7226
7227 * Makefile.in (install-arch-indep): Install info/ccmode*.
7228 In previous change, protect against /bin/pwd returning null string.
7229
72301996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7231
7232 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7233 to lispdir.
7234
72351996-02-01 Paul Eggert <eggert@twinsun.com>
7236
7237 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7238
72391996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7240
7241 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7242
72431996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7244
7245 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7246 we delete everything distclean deletes.
7247
72481996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7249
7250 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7251
72521996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7253
7254 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7255 into LDFLAGS instead of into LIBS.
7256
72571996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7258
7259 * configure.in (HAVE_XMU): Fix typo in previous change.
7260
72611996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7262
7263 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7264
72651996-01-10 Erik Naggum <erik@naggum.no>
7266
7267 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7268
72691996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7270
7271 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7272
72731996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7274
7275 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7276 and use -lXt to link it.
7277
72781996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7279
7280 * configure.in (locallisppath): Put version-specific dir first.
7281
72821996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7283
7284 * configure.in (hppa-*-nextstep*): New alternative.
7285 (USE_X_TOOLKIT): By default, set this to "maybe";
7286 and change that later to LUCID or "no" according to X11 version.
7287
7288 * make-dist: Recompile outdated .elc files and update all autoloads.
7289
72901996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7291
7292 * configure.in (locallisppath): Fix typo in last change: " -> '.
7293
72941996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7295
7296 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7297
72981995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7299
7300 * Makefile.in (install-arch-indep): Give all files read permission.
7301
73021995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7303
7304 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7305 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7306
73071995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7308
7309 * configure.in: Determine HAVE_X11R6.
7310 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7311
73121995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7313
7314 * configure.in: Just "solaris" now defaults to version 2.4.
7315 Add sunos4.1.n-noshare as alternative.
7316
73171995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7318
7319 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7320
73211995-11-29 Erik Naggum <erik@naggum.no>
7322
7323 * Makefile.in (install-arch-indep): Add missing backslash.
7324
73251995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7326
7327 * Makefile.in (install-arch-indep): Don't install
7328 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7329
73301995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7331
7332 * Makefile.in (install-arch-indep): Fix previous change.
7333
7334 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7335
73361995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7337
7338 * Version 19.30 released.
7339
7340 * make-dist (lisp): Exclude subdirs.el.
7341
73421995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7343
7344 * make-dist (etc): Delete *.orig and *.rej.
7345
73461995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7347
7348 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7349
73501995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7351
7352 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7353
73541995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7355
7356 * make-dist (nt): Rename install, readme, and todo to
7357 INSTALL, README, and TODO.
7358
73591995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7360
7361 * make-dist (lisp): Don't distribute site-start.
7362
73631995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7364
7365 * make-dist: Break the hard link on alloca.c.
7366
73671995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7368
7369 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7370
73711995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7372
7373 * make-dist (src, lib-src): Don't distribute Makefile.c.
7374 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7375
73761995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7377
7378 * Makefile.in (mkdir): Create man1dir, not mandir.
7379 (uninstall): Use man1dir, not mandir.
7380
73811995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7382
7383 * Makefile.in (man1dir): New variable.
7384 (install-arch-indep): Use man1dir.
7385
7386 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7387
7388 * make-dist: Create lisp/MANIFEST.
7389
73901995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7391
7392 * configure.in (m68k-*-linux*): New alternative.
7393
73941995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7395
7396 * make-dist: Use new names config.in, paths.in, and
7397 {src,lib-src}/Makefile.in.
7398
73991995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7400
7401 * configure.in: Don't bother checking for drem.
7402
74031995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7404
7405 * Makefile.in (distclean): Delete line with just a tab in it.
7406 (install-arch-indep): Delete spaces that precede tabs.
7407 Delete spurious `fi' left from previous change.
7408 (install): Supply `true' as command, to avoid null command.
7409
74101995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7411
7412 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7413
74141995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7415
7416 * configure.in (powerpc-*-solaris2): New alternative.x
7417
74181995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7419
7420 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7421 of paths.h.tmp$$, to avoid going beyond 14 characters.
7422
74231995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7424
7425 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7426
74271995-09-06 Paul Eggert <eggert@twinsun.com>
7428
7429 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7430 if localtime caches TZ. Check for tzset.
7431
74321995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7433
7434 * config.bat: Simplify using new names file names src/makefile.in,
7435 config.in, paths.in. Change Echo commands not to use `.
7436
74371995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7438
7439 * Makefile.in (install-arch-indep): Always install the new dir file;
7440 rename the previous dir file to dir.bak or dir.old.
7441
74421995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7443
7444 * configure.in (RANLIB): Substitute this into makefiles.
7445 Set it specially on solaris; set it by default on other systems.
7446
7447 * configure.in: Fix previous Alpha change.
7448
74491995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7450
7451 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7452 NON_GCC_TEST_OPTIONS.
7453
74541995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7455
7456 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7457 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7458
7459 * configure.in (alpha-*-linux*): New configuration.
7460
74611995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7462
7463 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7464 (m68k-next-nextstep*): New alias for that.
7465 (i*86-*-nextstep*): Use nextstep.h.
7466 (sparc-*-nextstep*): New configuration.
7467
74681995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7469
7470 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7471 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7472
74731995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7474
7475 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7476 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7477
74781995-07-18 Mike Long <mike.long@analog.com>
7479
7480 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7481
74821995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7483
7484 * Makefile.in (src/paths.h, paths-force):
7485 Rename src/paths.h.in to src/paths.in.
7486 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7487
7488 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7489 Use Makefile.c for intermediate file.
7490 Rename src/config.h.in to src/config.in.
7491
74921995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7493
7494 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7495 (mips-dec-ultrix4.[12]): New alternative for old versions.
7496
74971995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7498
7499 * make-dist: Don't break intra-tree links.
7500
75011995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7502
7503 * configure.in: Put back archlibdir initialization. Require
7504 autoconf 2.4.1 or later.
7505
75061995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7507
7508 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7509 (mips-mips-riscos5*): New alternative.
7510
75111995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7512
7513 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7514
75151995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7516
7517 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7518 (mandir, infodir, archlibdir): Initializations deleted.
7519
7520 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7521 On hpux9shr, use hpux9shxr4.h.
7522
75231995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7524
7525 * configure.in: Added target mips-dec-mach_bsd4.3.
7526 * config.guess: Guess mips-dec-mach_bsd4.3.
7527
75281995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7529
7530 * Makefile.in (mkdir): Use symbolic chmod.
7531
75321995-06-22 Paul Eggert <eggert@twinsun.com>
7533
7534 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7535 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7536
75371995-06-22 Paul Eggert <eggert@twinsun.com>
7538
7539 * Makefile.in (SUBDIR_MAKEFILES):
7540 Add man/Makefile, so `make distclean' removes it.
7541 (top_distclean): Add config.log to the list of files to be removed.
7542
75431995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7544
7545 * Version 19.29 released.
7546
75471995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7548
7549 * configure.in: Fix the previous change to verify that the -b
7550 option really solves the problem.
7551
7552 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7553
75541995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7555
7556 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7557
75581995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7559
7560 * configure.in: Report more clearly when there is no special
7561 dir to search for X includes or libraries.
7562
75631995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7564
7565 * configure.in: Check for -lpthreads, not -lpthread.
7566
75671995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7568
7569 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7570
75711995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7572
7573 * configure.in: Check for -lpthread.
7574
75751995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7576
7577 * Makefile.in (install-arch-indep): Install info files for mh-e.
7578 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7579
75801995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7581
7582 * configure.in (*-solaris2.5): New configuration.
7583
7584 * make-dist: Copy new files config.nt and config.w95.
7585
75861995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7587
7588 * configure.in: Use x_includes, not x_libraries, for -I.
7589 Make bitmapdir a colon-separated list.
7590
75911995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7592
7593 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7594
7595 * configure.in: Allow x_libraries and x_includes to be paths.
7596
75971995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7598
7599 * configure.in: Fix typo.
7600
76011995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7602
7603 * INSTALL: Clarify use of site-init.el.
7604
76051995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7606
7607 * configure.in: Pass arg to sqrt.
7608
76091995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7610
7611 * make-dist: Fix May 6 change.
7612
76131995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7614
7615 * vpath.sed: Delete reference to ymakefile.
7616
76171995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7618
7619 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7620
76211995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7622
7623 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7624
7625 * update-subdirs: Specify /bin/sh to run the script.
7626
76271995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7628
7629 * make-dist: Put src/makefile.nt in dist.
7630
7631 * configure.in (i[345]86-*-bsdi2*): New configuration.
7632 (vax-dec-bsd386*): Deleted.
7633
76341995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7635
7636 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7637 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7638 Use fmod instead of logb in -lm check.
7639
76401995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7641
7642 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7643 Use bsd4-3. Don't set NON_GNU_CPP.
7644
7645 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7646 In nt, copy various different things, but not *.cmd.
7647 Fix the ln commands for the subdirs of nt.
7648
76491995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7650
7651 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7652
76531995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7654
7655 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7656 since that's what the header file expects.
7657
76581995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7659
7660 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7661 and 68040 based machines when choosing options for gnucc.
7662
76631995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7664
7665 * Makefile.in (top_distclean): Delete config.cache.
7666
76671995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7668
7669 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7670
7671 * configure.in: Use m/ncr386.h.
7672
76731995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7674
7675 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7676
76771995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7678
7679 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7680 (man): Don't copy texindex.c and getopt.c; they're deleted.
7681 (etc): Omit `e'; it's a subdirectory.
7682 (etc/e): Use `../..', not `..', to reference top level.
7683
76841995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7685
7686 * Makefile.in (install-arch-indep, dist):
7687 Look for `update-subdir' in $(srcdir).
7688
76891995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7690
7691 * make-dist: Include mkinstalldirs in distribution.
7692
76931995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7694
7695 * make-dist: Add missing close backquote.
7696
76971995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7698
7699 * make-dist: Don't distribute shortnames directory.
7700
77011995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7702
7703 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7704
77051995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7706
7707 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7708
77091995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7710
7711 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7712
77131995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7714
7715 * configure.in (mips-sgi-irix6): New configuration.
7716
77171995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7718
7719 * Makefile.in (maintainer-clean): Renamed from realclean.
7720
77211995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7722
7723 * configure.in: Create a .gdbinit that sources the real one,
7724 if using a different build directory.
7725
77261995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7727
7728 * configure.in: Check for sys/select.h.
7729
77301995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7731
7732 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7733
77341994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7735
7736 * configure.in: Handle isc 4.1 operating system.
7737
77381994-12-10 Richard Stallman <rms@kepa>
7739
7740 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7741 (rs6000-ibm-aix4*): New alternative.
7742
77431994-12-06 Richard Stallman <rms@kepa>
7744
7745 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7746
77471994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7748
7749 * configure.in: Don't try to make directories that are guaranteed
7750 to already exist.
7751
77521994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7753
7754 * configure.in: Generate man/Makefile from man/Makefile.in.
7755 Create the man subdir.
7756
7757 * Makefile.in (dvi): Run Make in our man subdir.
7758
7759 * make-dist: Create subdir etc/e.
7760 Make links to it.
7761 Put man/Makefile.in in dist, instead of man/Makefile.
7762
77631994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7764
7765 * configure.in: Add --with-pop, --with-kerberos, and
7766 --with-hesiod for movemail.
7767
77681994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7769
7770 * configure.in (m68*-apollo*): Use s/domain.h.
7771
77721994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7773
7774 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
7775
77761994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7777
7778 * configure.in: Don't add -I, -L, -R options for cc if their
7779 arguments would be empty.
7780
77811994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7782
7783 * configure.in (i860-intel-osf1*): New alternative.
7784 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
7785 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
7786
77871994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7788
7789 * configure.in: Make h_errno check not use nested functions.
7790
77911994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7792
7793 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
7794
77951994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7796
7797 * Makefile.in (install-arch-indep): Avoid continued comment
7798 swallowing target line.
7799
78001994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
7801
7802 * configure.in: Protect a character class with `changequote'.
7803
78041994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7805
7806 * configure.in: Accept `news' as a synonym for `newsos'.
7807
78081994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7809
7810 * Makefile.in: Don't rm files if cd fails.
7811
78121994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7813
7814 * make-dist: Put nt subdir and its subdirs in the dist.
7815 (lib-src): Put makefile.nt in the dist.
7816 (lisp): Put makefile.nt in the dist.
7817
78181994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7819
7820 * configure.in: Change a stray `[' to `test'.
7821
78221994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7823
7824 * configure.in: Adapt for Autoconf v2. Use the standard argument
7825 parser, host type canonicalizer, X11 finder, and message
7826 printing macros. Use the new macro names. Use `test' instead of `['.
7827
78281994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7829
7830 * configure.in: Check for getpagesize.
7831
78321994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7833
7834 * make-dist (msdos): Put sed* in the distribution.
7835
78361994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
7837
7838 * config.bat: New option, `--with-x', for configuring Emacs
7839 for use with the X11 system DesqView/X.
7840 New option, `--no-debug', for compiling Emacs without debug
7841 information thus saving disk space.
7842 (src/config.h, src/paths.h): Use `update' (which is like
7843 `move-if-changed') to change the file.
7844 (src/config.h): When configuring for X11 perform extra changes.
7845 (src/makefile): When configuring for X11 perform extra changes.
7846 (lib-src): Remove temporary files.
7847 (): Check that `sed', `rm', `mv', and `gcc' are available.
7848
78491994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7850
7851 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
7852
7853 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
7854
78551994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7856
7857 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
7858
7859 * configure.in (canonical): Substitute var into makefiles.
7860 (bitmapdir): Likewise.
7861
7862 * Makefile.in (bitmapdir): New variable.
7863 (src/paths.h, paths-force): Edit PATH_BITMAPS.
7864
78651994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7866
7867 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
7868
7869 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
7870 * update-subdirs: New shell script.
7871
78721994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7873
7874 * Makefile.in (top_distclean): Don't rm build-install.
7875 (SOURCES): Delete build-install.in.
7876
7877 * make-dist: Don't distribute build-ins.in.
7878 * build-ins.in: File deleted.
7879
78801994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
7881
7882 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
7883
78841994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7885
7886 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
7887
7888 * configure.in (libexecdir): Renamed from libdir. New default.
7889 (sharedstatedir): Renamed from statedir. New default.
7890 (datadir): New default.
7891
7892 * make-dist: Don't distribute subdirs.el.
7893
78941994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7895
7896 * configure.in (eaccess): Check for it.
7897
78981994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7899
7900 * configure.in (mktime): Check for it.
7901
79021994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
7903
7904 * configure.in (motif): Add support for usage and option checking.
7905
79061994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7907
7908 * configure.in (utimes): Check for it.
7909
79101994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7911
7912 * Makefile.in (install-arch-indep): Don't do mkdir here.
7913
79141994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7915
7916 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7917 riscix.h renamed to acorn.h.
7918
79191994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
7920
7921 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7922 New configurations.
7923
79241994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7925
7926 * configure.in: Remove trailing slashes from srcdir.
7927
79281994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7929
7930 * configure.in (i[345]86-sequent-ptx*): Handle
7931
79321994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7933
7934 * Makefile.in (paths-force): Depend on src/paths.h
7935
79361994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7937
7938 * configure.in (config_options): Save all arguments, not just some.
7939
79401994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7941
7942 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
7943
7944 * configure.in: Add AC_AIX.
7945 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
7946
79471994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7948
7949 * configure.in (parsing options): Simplify sed command to delete -'s.
7950
79511994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
7952
7953 * configure.in (config_options): New shell variable.
7954 Pass its value to C code in EMACS_CONFIG_OPTIONS.
7955
79561994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7957
7958 * configure.in (alpha-dec-osf*): New target.
7959
7960 * Makefile.in: Use just one FRC target.
7961
79621994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7963
7964 * Makefile.in (removenullpaths, paths-force):
7965 Use name paths.h.tmp$$, which depends on the pid.
7966
79671994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7968
7969 * Makefile.in (removenullpaths, paths-force):
7970 Put paths.h.tmp in top-level dir, not in src.
7971
79721994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7973
7974 * Version 19.27 released.
7975
79761994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7977
7978 * Version 19.26 released.
7979
79801994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7981
7982 * configure.in: Check for lrand48, not rand48.
7983
79841994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7985
7986 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
7987 (powerpc-ibm-aix*): New aliases.
7988
79891994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7990
7991 * make-dist (src/m, src/s): Put *.inp in distribution.
7992
79931994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7994
7995 * configure.in: Accept i586 and i486 along with i386.
7996
79971994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7998
7999 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8000 even if CPP env var was set by the user.
8001
8002 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8003
80041994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8005
8006 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8007
80081994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8009
8010 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8011
80121994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8013
8014 * configure.in: Check more specifically for i*86-sun-sunos.
8015
80161994-08-03 Caveh Jalali (caveh@eng.sun.com)
8017
8018 * configure.in: Handle solaris 2.4.
8019
80201994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8021
8022 * configure.in (rand48): Check for it.
8023
80241994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8025
8026 * make-dist: Update the info files.
8027
80281994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8029
8030 * configure.in: Make "checking..." messages' style consistent.
8031 (HAVE_H_ERRNO): New test.
8032
80331994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8034
8035 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8036
80371994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8038
8039 * configure.in (CFLAGS): If the envvar was specified, use that.
8040 And set REAL_CFLAGS from it too.
8041
80421994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8043
8044 * make-dist: Update finder-inf.el.
8045
80461994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8047
8048 * make-dist (msdos): Include sed4.inp in dist.
8049
8050 * Makefile.in (libsrc_libs): Var deleted.
8051
80521994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8053
8054 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8055
80561994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8057
8058 * configure.in (mips-sony-newsos4*): New alias.
8059
80601994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8061
8062 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8063 (*-convex-convexos*): Accept this as alias.
8064
80651994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8066
8067 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8068 for two different uses.
8069
80701994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8071
8072 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8073
80741994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8075
8076 * make-dist: Put ./BUGS into the distrib.
8077
80781994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8079
8080 * configure.in: Handle 386 running Solaris 2.
8081
80821994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8083
8084 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8085
80861994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8087
8088 * configure.in (mips-sony-newsos*): Use news-risc.h.
8089
8090 * configure.in: Accept bsdi as opsys, like bsd386.
8091
80921994-06-01 Morten Welinder (terra@diku.dk)
8093
8094 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8095
80961994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8097
8098 * Version 19.25 released.
8099
8100 * make-dist (shortversion): Don't assume another period follows.
8101
81021994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8103
8104 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8105 (uninstall): Use /bin/pwd.
8106
8107 * Makefile.in (blessmail): Depend on src.
8108 (all): Don't depend on blessmail.
8109
8110 * Makefile.in (src/paths.h): Don't force recomputation.
8111 (paths-force): New target; force recomputation of paths.h.
8112 (all): Depend on paths-force.
8113 (src, lib-src): Depend on src/paths.h.
8114
8115 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8116 NON_GCC_TEST_OPTIONS.
8117
81181994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8119
8120 * configure.in: Don't insist on subversions for irix.
8121
81221994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8123
8124 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8125
8126 * configure.in (i[34]86-next-*): New alternative.
8127
81281994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8129
8130 * Version 19.24 released.
8131
8132 * configure.in: New config hppa*-hp-hpux9shr*.
8133
81341994-05-22 Morten Welinder (terra@tyr.diku.dk)
8135
8136 * config.bat: Doc fix.
8137
81381994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8139
8140 * Makefile.in (mostlyclean, clean, distclean, realclean)
8141 (extraclean): Don't act on man subdir if it doesn't exist.
8142
81431994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8144
8145 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8146 Use them to set up CC.
8147 (*-sun-sunos4.1.3): Set them.
8148
81491994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8150
8151 * Makefile.in (lib-src): Don't depend on src/paths.h.
8152
81531994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8154
8155 * build-ins.in (copydests): Get rid of spurious `-'s.
8156
8157 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8158
81591994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8160
8161 * Version 19.23 released.
8162
8163 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8164 for the Xlib and Xt checks; then restore old CFLAGS.
8165
81661994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8167
8168 * configure.in (HAVE_X11XTR6): Add newline before #if.
8169 Add newline after #endif.
8170
81711994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8172
8173 * configure.in (HAVE_X11XTR6): Arrange to define it.
8174
81751994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8176
8177 * Makefile.in (install): Depend on blessmail.
8178
81791994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8180
8181 * configure.in (mips-siemens-sysv*): Put quotes around value
8182 containing blanks.
8183
81841994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8185
8186 * Makefile.in (TAGS): Use the makefile in src subdir.
8187
81881994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8189
8190 * configure.in (opsys): Recognize `gnu'.
8191
81921994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8193
8194 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8195
81961994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8197
8198 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8199 version > 1.8.
8200
82011994-05-08 Morten Welinder (terra@diku.dk)
8202
8203 * config.bat: Forcibly remove "# " style comments from makefiles.
8204
82051994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8206
8207 * Makefile.in (uninstall): When processing lispdir and etcdir,
8208 do nothing unless it exists and is a directory.
8209
82101994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8211
8212 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8213 Merge code in from install-doc.
8214 (install-doc): Merge code back into install-arch-indep.
8215 (install-arch-dep): Don't depend on install-doc.
8216
8217 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8218
82191994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8220
8221 * configure.in (making src/Makefile and lib-src/Makefile):
8222 Split off the autoconf substitutions and don't pass them thru cpp.
8223 (undefs): Use $canonical as well as $configuration.
8224
8225 * make-dist: Distribute lisp/Makefile.
8226
8227 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8228 Use lower case names for the s files.
8229
82301994-05-03 Morten Welinder (terra@diku.dk)
8231
8232 * config.bat: Added possibility for different file name
8233 transcriptions in lib-src.
8234
82351994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8236
8237 * Makefile.in (lib-src): Undo previous change.
8238 (blessmail): New target to run maybe-blessmail in lib-src.
8239 (all): Depend on blessmail.
8240
8241 * Makefile.in (lib-src): Depend on src.
8242
82431994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8244
8245 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8246 (m88k-dg-dgux5.4R2): dgux5.4R2.
8247
82481994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8249
8250 * configure.in (window_system): Restore accidentally deleted code
8251 that uses AC_FIND_X.
8252
8253 * make-dist: Distribute config.bat.
8254
82551994-04-29 Morten Welinder (terra@diku.dk)
8256
8257 * config.bat: Corrected the configuration of lib-src
8258 to keep up with configure. Add note about dos version 3
8259 or better needed (djgpp needs that). Add note explaining
8260 that either install in c:/emacs or edit the script.
8261 Don't change to c:/emacs, but assume we're there (to minimize
8262 the number of places to change).
8263
8264 * config.bat: Build-in the first step towards X11 support with
8265 the X11 emulator that exists. At this time it won't work,
8266 and several files are missing.
8267
82681994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8269
8270 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8271 Don't look for -lresolv.
8272
8273 * Makefile.in (lib-src): Depend on src/paths.h.
8274
82751994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8276
8277 * configure.in: Restore deleted AC_SUBST of `configuration'.
8278 Improve error message for bad --with-x-toolkit value.
8279
8280 * configure.in: Define CONFIGURATION in src/config.h
8281 rather than substituting in src/Makefile.in.
8282
82831994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8284
8285 * Makefile.in (install-doc): New target.
8286 (install-arch-dep): Depend on install-doc.
8287 (mkdir): Create docdir.
8288
82891994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8290
8291 * configure.in: Test for libresolv.a.
8292 Substitute machfile and opsysfile.
8293
82941994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8295
8296 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8297 (install-arch-dep): Install under the name $(EMACS).
8298
82991994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8300
8301 * configure.in (version): Use entire value of emacs-version.
8302 (mips-siemens-sysv*): New alternative.
8303
83041994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8305
8306 * Makefile.in (install-arch-indep): Don't install dired-x*.
8307
83081994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8309
8310 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8311 Fix definition of $undefs.
8312
83131994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8314
8315 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8316
8317 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8318
83191994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8320
8321 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8322
83231994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8324
8325 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8326 and run it thru cpp, as with src/Makefile.in.
8327
8328 * configure.in: Use AC_SET_MAKE.
8329
83301994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8331
8332 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8333
83341994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8335
8336 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8337
8338 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8339 (printing the choices): Make the toolkit message unconditional.
8340 (USE_X_TOOLKIT): Use `none', not `no', if none.
8341 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8342 Get rid of temp file foofoo1.
8343
83441994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8345
8346 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8347
83481994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8349
8350 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8351 (printing the choices): State choice of toolkit.
8352 (libsrc_libs): Recalculate after writing config.h;
8353 then update lib-src/Makefile.
8354
83551994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8356
8357 * configure.in: Add sunos4shr as alternative for suns.
8358 Conditionals testing for null $CC were backwards.
8359
83601994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8361
8362 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8363
83641994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8365
8366 * configure.in: Handle -isc4.0*.
8367
83681994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8369
8370 * configure.in (esix5): Set NON_GNU_CPP.
8371
83721994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8373
8374 * Makefile.in (thisdir): Nonsensical variable removed.
8375 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8376 back to $thisdir, rather than the directory `this_dir'.
8377
83781994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8379
8380 * Makefile.in (install-arch-indep): Add missing backslash after a
8381 `then'.
8382
83831994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8384
8385 * Makefile.in (thisdir): New variable.
8386 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8387
83881994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8389
8390 * configure.in: Add freebsd.
8391
83921994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8393
8394 * configure.in: Check for fpathconf.
8395
83961994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8397
8398 * configure.in (with_x_toolkit): Fix typo in previous change.
8399
84001994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8401
8402 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8403
84041994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8405
8406 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8407
84081994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8409
8410 * configure.in: Fix value of docdir.
8411 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8412
84131994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8414
8415 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8416
84171994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8418
8419 * configure.in: New variable docdir to control where the docstring
8420 file goes.
8421 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8422
84231994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8424
8425 * configure.in: When --run-in-place, don't inherit archlibdir.
8426
84271994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8428
8429 * Makefile.in (install-arch-dep, install-arch-indep):
8430 New targets split up former do-install rule.
8431 (do-install): Target deleted.
8432
84331994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8434
8435 * configure.in (mips-sony-newsos*): New configuration.
8436
84371994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8438
8439 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8440
84411994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8442
8443 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8444
84451994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8446
8447 * configure.in: Don't initialize CC.
8448
84491994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8450
8451 * configure.in (creating src/Makefile): Also generate -U switches
8452 for symbols in the $configuration value.
8453
8454 * configure.in: Check for sys_siglist being declared in system header.
8455
84561994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8457
8458 * configure.in (creating src/Makefile): Delete blank lines
8459 along with lines of whitespace.
8460 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8461
84621994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8463
8464 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8465 like C_SWITCH_SYSTEM.
8466 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8467
84681994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8469
8470 * configure.in (drem): Check for this function.
8471
84721994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8473
8474 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8475 If CPP was inherited from environment, don't use NON_GNU_CPP.
8476 (NON_GNU_CC): Likewise.
8477 (handling with_gcc): Use explicit if in the `no' case.
8478 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8479
84801994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8481
8482 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8483
84841994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8485
8486 * configure.in: Check whether fmod exists.
8487
84881994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8489
8490 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8491 {src,lisp}/OChangeLog.
8492
84931994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8494
8495 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8496 necessary for proper operation. This code works with the current
8497 released version of Autoconf.
8498
84991994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8500
8501 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8502 (USE_X_TOOLKIT): Define it for all values except `no'.
8503
8504 * configure.in: Undo first Jan 8 change and Jan 16 change.
8505
85061994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8507
8508 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8509 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8510
8511 * Makefile.in (lwlib/Makefile): New target.
8512 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8513 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8514 (unlock, relock): Handle lwlib subdir.
8515
8516 * Makefile.in: Add some .PHONY targets.
8517
8518 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8519
8520 * lwlib: New subdirectory.
8521
85221994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8523
8524 * configure.in: If CPP has a value that is a directory,
8525 discard the value.
8526
85271994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8528
8529 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8530 remove -U[0-9]*.
8531
85321994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8533
8534 * Makefile.in (do-install): Install the dired-x info files.
8535
8536 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8537 (See src/s/sol2.h.)
8538
85391994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8540
8541 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8542
85431994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8544
8545 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8546 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8547 gratuitously break this and not make a change log entry.
8548 Optimized sed processing of Makefile.in and cpp output; now
8549 preserves comments previously removed from the cpp input.
8550 Eliminated temp file for cpp output. Generate -U switches to
8551 undefine all identifiers that appear in the directory name
8552 ${srcdir}; pass these to cpp.
8553
8554 * configure.in (version): Fix sed regexp to match two-elt version
8555 number.
8556
8557 * configure.in: Check for strerror.
8558
85591994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8560
8561 * configure.in: Test for bcmp.
8562
85631994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8564
8565 * make-dist (tempdir): Put subdir msdos into the distribution.
8566
85671993-01-07 Morten Welinder (terra@diku.dk)
8568
8569 * config.bat: New file.
8570
85711994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8572
8573 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8574
85751994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8576
8577 * configure.in (m68*-next-*): Don't care about which os is specified.
8578 (i[34]86-*-*): Check for *-nextstop*.
8579
85801993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8581
8582 * configure.in: Check for setsid.
8583
85841993-12-17 Richard Stallman (rms@srarc2)
8585
8586 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8587
85881993-12-15 Richard Stallman (rms@srarc2)
8589
8590 * Makefile.in (mkdir): Make only the lockdir writable.
8591
8592 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8593
85941993-12-11 Richard Stallman (rms@srarc2)
8595
8596 * Makefile.in (libdir): Use @libdir@.
8597
85981993-12-08 Richard Stallman (rms@srarc2)
8599
8600 * Makefile.in (install): Add empty command.
8601
86021993-12-04 Richard Stallman (rms@srarc2)
8603
8604 * make-dist: Put man/getopt.c in the dist.
8605
8606 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8607
8608 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8609
86101993-12-03 Richard Stallman (rms@srarc2)
8611
8612 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8613 Set it for all solaris versions.
8614 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8615 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8616 Likewise for NON_GNU_CC and CC.
8617
86181993-12-01 Richard Stallman (rms@srarc2)
8619
8620 * configure.in (mips-mips-riscos4*): Assign variable CC.
8621 (checking ${with_gcc}): If "no", don't override CC if already set.
8622 (CC): Initialize it as empty.
8623
86241993-11-30 Richard Stallman (rms@srarc2)
8625
8626 * configure.in (Suns): Set CPP if *-solaris2.3*.
8627
86281993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8629
8630 * Version 19.22 released.
8631
8632 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8633
86341993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8635
8636 * make-dist: When breaking links, use cp -p.
8637 Copy install.sh into distribution.
8638 Move the temp dir up into the parent dir;
8639 don't leave the staging dir make-dist.tmp... in existence.
8640 * install.sh: New file.
8641
86421993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8643
8644 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8645
86461993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8647
8648 * configure.in (version): When --run-in-place, exclude
8649 ${datadir}/emacs/site-lisp from locallisppath.
8650
86511993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8652
8653 * configure.in: Delete jumk.c before writing it.
8654
86551993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8656
8657 * Version 19.21 released.
8658
8659 * Makefile.in (mkdir): Ignore error from chmod.
8660
86611993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8662
8663 * make-dist: Don't put lisp/forms.README in the distribution.
8664
86651993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8666
8667 * configure.in (creating src/Makefile): Before running cpp,
8668 discard all lines that start with `# Generated' or /**/#.
8669
86701993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8671
8672 * Version 19.20 released.
8673
8674 * make-dist: Use build-ins.in, not build-install.in.
8675 Don't bother updating TAGS since it's not included.
8676
8677 * build-ins.in: Renamed from build-install.in.
8678
86791993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8680
8681 * make-dist: Don't try to link *.texinfo--there are none now.
8682 When running make in lib-src, specify YACC var value.
8683
86841993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8685
8686 * configure.in (extrasub): Add vpath patterns for %.[yls].
8687
8688 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8689 Instead just include the commands to make src/Makefile as the
8690 second arg to AC_OUTPUT.
8691
8692 * configure.in: Use : instead of dnl for comment inside
8693 $makefile_command.
8694
8695 * configure.in: No longer use vpath_sed. Instead, when we notice
8696 srcdir already configured, set extrasub to hack vpath in the
8697 makefiles.
8698
8699 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8700 before moving it.
8701 * Makefile.in (VPATH): Define to @srcdir@.
8702
87031993-09-28 Brian J. Fox (bfox@cubit)
8704
8705 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8706 doesn't exist. Just copy src/Makefile.in instead. Touch
8707 all of the Makefiles after editing config.status.
8708
8709 * INSTALL: Update documentation to match new configuration
8710 mechanism.
8711
87121993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8713
8714 * configure.in: Allow any of the path or directory Makefile
8715 variables to be set with flags to configure. Create all Makefiles
8716 at configure time. Edit special commands into config.status after
8717 src/Makefile.in is built from src/Makefile.
8718
8719 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8720 If these files are out of date, simply have config.status
8721 rebuild them; don't rebuild them explicitly.
8722
87231993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8724
8725 * build-install.in: Change src/xemacs to src/emacs. We no longer
8726 create src/xemacs, so the file wouldn't be found.
8727
8728 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8729
87301993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8731
8732 * configure.in: Avoid forcing the search of /usr/include before
8733 fixed include files by resetting C_SWITCH_X_SITE if it is
8734 "-I/usr/include".
8735
87361993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8737
8738 * Makefile.in (@rip_paths@locallisppath):
8739 Delete ${datadir}/emacs/site-lisp.
8740
87411993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8742
8743 * configure.in:
8744 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8745 Remove ${extra_output} from AC_OUTPUT call.
8746
87471993-09-17 Brian J. Fox (bfox@inferno)
8748
8749 * make-dist: Quote backquotes found in strings to be echoed.
8750
8751 * configure.in: Use "sh -c pwd" when we want to avoid having the
8752 shell fix up the value of $PWD.
8753
87541993-09-13 Brian J. Fox (bfox@inferno)
8755
8756 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8757 of the installation fail. Suggested by Karl Berry.
8758
87591993-08-30 Brian J. Fox (bfox@inferno)
8760
8761 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8762 was used. Set MAKEFLAGS from MFLAGS.
8763
87641993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8765
8766 * configure.in: Test for res_init in libc.
8767
87681993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8769
8770 * configure.in: In the file ${tempcname}, use configure___
8771 instead of @configure@.
8772
87731993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
8774
8775 * make-dist: Dist vpath.sed
8776
8777 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
8778 Depend on vpath.sed.
6e81c819 8779 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
8780
8781 * configure.in: Substitute variable `vpath_sed'.
8782 If not in $srcdir and $srcdir is configured,
8783 issue warning that GNU make is required,
8784 and set vpath_sed to use vpath.sed script.
8785
87861993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8787
8788 * configure.in: Remove check for $srcdir being configured. This
8789 pretty much works now.
8790 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
8791 Check for XFree86 (/usr/X386/include) independent of whether
8792 -lXbsd exists.
8793
8794 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
8795 realclean, unlock, relock): Use `$(MAKE)' in place of plain
8796 `make'.
8797
87981993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8799
8800 * Version 19.19 released.
8801
8802 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
8803
88041993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8805
8806 * configure.in: Check for XScreenNumberOfScreen.
8807
88081993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8809
8810 * configure.in: Add * to end of all configuration alternatives.
8811 (m68*-sony-newsos3*): New alternative.
8812
88131993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8814
8815 * make-dist: Include getdate.c in distribution.
8816
8817 * configure.in: For --help, use $PAGER if it is set.
8818 (LIB_X11_LIB): Default to -lX11.
8819 (mips-sgi-irix5.*): New alternative.
8820
8821 * Makefile.in (do-install): Install info/gnus* and info/sc*.
8822
8823 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
8824 Recognize *.B8.* as hpux version 8.
8825 (m68*-tektronix-bsd*): Fix typo in tek4300.
8826 (AC_HAVE_FUNCS): Add ftime.
8827
88281993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8829
8830 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
8831 Use tekxd88, not tekXD88.
8832
88331993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8834
8835 * configure.in: Check for -lm. Then can check for frexp and logb.
8836
88371993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8838
8839 * Version 19.18 released.
8840
8841 * make-dist (src): Don't put gnu-hp300 in dist.
8842 (src, lisp): Include OChangeLog in dist.
8843
88441993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8845
8846 * configure.in: Test for presence of logb and frexp functions.
8847
88481993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8849
8850 * configure.in (machine): Add i370-ibm-aix*.
8851
88521993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8853
8854 * configure.in (function checks): Test for mkdir and rmdir.
8855
8856 * configure.in (function checks): Don't test for random and bcopy
8857 only when we're building with X; look for them all the time.
8858
88591993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8860
8861 * configure.in: Test for availability of bcopy functions, searching
8862 the X libraries if we're using X.
8863
8864 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
8865 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
8866 versions of AIX, and needs to be passed to the loader.
8867
8868 * configure.in: Test for the availability of the
8869 XScreenResourceString function.
8870
88711993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
8872
8873 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
8874 LD_SWITCH_X_SITE and assume --with-x11.
8875 Only look for X11 files if we weren't told about a window system
8876 or if we were told to use X11 but not told where.
8877 Search the libraries from the s and/or m files when checking for
8878 functions.
8879
8880 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
8881
88821993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8883
8884 * make-dist: Include lisp/dired.todo in the distribution.
8885
88861993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8887
8888 * configure.in: Add code to set HAVE_INET_SOCKETS.
8889
88901993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8891
8892 * configure.in: If we do find x_includes and x_libraries
8893 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
8894
88951993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8896
8897 * make-dist: Include src/gnu-hp300 in the dist.
8898
8899 * configure.in (canonical): New variable holds the canonicalized
8900 configuration. Don't alter `configuration'. Use `configuration'
8901 for Makefile.in for file naming.
8902 (testing x_includes and x_libraries): Use =, not ==.
8903
89041993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8905
8906 * Version 19.17 released.
8907
8908 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
8909 directory's makefile. This allows the invocation of CPP which
8910 builds xmakefile to receive these switches. The SunSoft C
8911 preprocessor inserts spaces between tokens if it doesn't get the
8912 -Xs flag requested in src/s/sol2.h.
8913
89141993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
8915
8916 * configure.in (m68k-bull-sysv3): New config.
8917
89181993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8919
8920 * configure.in: Use the autoconf AC_FIND_X macro to try to find
8921 the X Windows libraries.
8922
89231993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8924
8925 * make-dist (tempdir): Don't create lisp/forms-mode directory in
8926 the distribution. Those files aren't kept in their own
8927 subdirectory any more.
8928
89291993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8930
8931 * Version 19.16 released.
8932
89331993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8934
8935 * configure.in: Add --verbose flag.
8936
89371993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8938
8939 * version 19.15 released.
8940
89411993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8942
8943 * Makefile.in (top_distclean): Use -f switch when cleaning out
8944 lock dir; it might be empty.
8945
8946 * configure.in: Only check for -lXbsd once.
8947
89481993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8949
8950 * Version 19.14 released.
8951
89521993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8953
8954 * make-dist: If using gzip, create distribution with '.gz' extension.
8955
8956 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
8957 (lisp/forms-mode): This doesn't exist anymore.
8958
8959 * configure.in: Look for the closedir function.
8960
89611993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8962
8963 * configure.in (CPP): Autoconf sets this to a shell variable
8964 reference, which doesn't work when it's edited into a makefile.
8965 Expand that variable reference.
8966
8967 * Makefile.in (CPP): New variable.
8968 (src/Makefile): Edit CPP into src/Makefile.
8969
8970 * Makefile.in (src/Makefile): Don't bother exiting single quotes
8971 and entering double quotes to get the values of LD_SWITCH_X_SITE
8972 and the other make variables; make substitutes them in anyway.
8973
8974 * Makefile.in (uninstall): Don't remove the lisp and etc
8975 directories if they're in the source tree.
8976
8977 Bring mumbleclean targets into conformance with GNU coding standards.
8978 * Makefile.in (mostlyclean, clean): Separate these two; just have
8979 them pass the request to the subdirectory makefiles.
8980 (distclean): Pass the request down, and then get rid of the
8981 files configure built, and get rid of the Makefiles.
8982 (realclean): Pass the request down, and then do the same things
8983 distclean does.
8984 (uninstall, info, dvi): New targets.
8985
8986 * configure.in: Move clause for PC-compatible i386 box to the end
8987 of the case statement, to avoid masking configurations below.
8988
8989 * configure.in: Add case for m88k-motorola-sysv4.
8990
8991 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
8992 the HP 68000 machines.
8993
8994 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
8995 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
8996 preprocessor won't fiddle with them.
8997
89981993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8999
9000 * Makefile.in (TAGS): cd to src to run etags.
9001
90021993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9003
9004 * configure.in (version): Check the X libraries for XrmSetDatabase
9005 and random, and see if we have -lXbsd.
9006
90071993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9008
9009 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9010 s/*.h and m/*.h files. Martin Tomes
9011 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9012
90131993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9014
9015 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9016 above the general i386 alternative.
9017
90181993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9019
9020 * configure.in: Recognize configuration name for Data General
9021 AViiON machines.
9022
9023 * configure.in: Use AC_LONG_FILE_NAMES.
9024
90251993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9026
9027 * configure.in: Test for bison.
9028 * Makefile.in (YACC): New variable.
9029 (lib-src/Makefile.in): Edit YACC into the makefile.
9030
90311993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9032
9033 * Version 19.13 released.
9034
9035 * configure.in (CFLAGS): Don't set this according to the value of
9036 the GCC shell variable. Instead, consult the machine and system
9037 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9038 test __GNUC__ while we're at it.
9039
9040 * configure.in: Remove extra ;; from hpux cases.
9041
90421993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9043
9044 * configure.in: Check to see if the system has -ldnet.
9045
90461993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9047
9048 * make-dist: Add clauses to distribute lisp/forms-mode.
9049
90501993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9051
9052 * configure.in (machine): Fix the versions in hpux version number test.
9053 Do not guess based on cpu type. Do check for explicit system version.
9054
90551993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9056
9057 * configure.in: Do NOT look for `unknown' as company name.
9058
90591993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9060
9061 * configure.in: Fix typo in message.
9062
90631993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9064
9065 * Version 19.12 released.
9066
9067 * Makefile.in (do-install): Correct previous etc-copying change.
9068 Partially rewrite using `if'.
9069 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9070
9071 * Version 19.11 released.
9072
9073 * configure.in: Handle 386bsd.
9074
90751993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9076
9077 * make-dist: Update getdate.c.
9078
9079 * configure.in: Handle bsd386.
9080
9081 * Makefile.in (do-install): Use `-' in tar options.
9082
9083 * configure.in: Change ! "${...}" to x"${...}" = x.
9084
9085 * Makefile.in (do-install): Copy the DOC-* files from the build
9086 etc directory, as well as lots of things from ${srcdir}/etc.
9087
9088 * make-dist: Copy config.guess.
9089
9090 * configure.in: Handle AIX versions 1.2, 1.3.
9091
90921993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9093
9094 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9095 the configuration name mips-mips-usg* to represent USG systems.
9096
9097 * configure.in: Fix logic to detect if srcdir is already configured.
9098
9099 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9100
9101 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9102 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9103 of a directory; cd might fail, and have pwd print out the current
9104 directory.
9105
91061993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9107
9108 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9109
91101993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9111
9112 * configure.in: Complain if srcdir points at an already-configured
9113 tree.
9114
91151993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9116
9117 * Version 19.10 released.
9118
91191993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9120
9121 * Makefile.in: Use Makefile comments, not C comments.
9122
9123 * configure.in: Add case for the Tektronix XD88.
9124
91251993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9126
9127 * configure.in: Handle sysv4.2 and sysvr4.2.
9128
91291993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9130
9131 * configure.in: Traverse the argument list without destroying it;
9132 don't use shift. It turns out that "set - ${saved_arguments}"
9133 doesn't work portably.
9134
9135 * configure.in: Add missing "fi".
9136
9137 * make-dist: Rebuild configure if configure.in is newer.
9138
9139 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9140 targets to be executed even if make remembers that it has already
9141 satisfied FRC.
9142
91431993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9144
9145 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9146
9147 * configure.in (romp): Handle various version numbers with aos and bsd.
9148
91491993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9150
9151 * configure.in: Fix message text.
9152
91531993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9154
9155 * make-dist: Make a `site-lisp' directory in the distribution,
9156 instead of a `local-lisp' directory, which hasn't been the
9157 appropriate name for a long time.
9158 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9159 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9160
9161 * Makefile.in (do-install): Correctly detect if ./etc and
9162 ${srcdir}/etc are the same.
9163
9164 * configure.in: Extract UNEXEC from the system configuration
9165 files, compute the name of the source file corresponding to the
9166 object file, and #define it as UNEXEC_SRC in config.h.
9167
9168 * configure.in: If srcdir is '.', then try using PWD to make it
9169 absolute.
9170
9171 * configure.in: Include ${srcdir} in the printed report, to help
9172 people notice if it's an automounter path.
9173
91741993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9175
9176 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9177
91781993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9179
9180 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9181 when they are different. Add `shift' command.
9182 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9183 (externallispdir): Var deleted.
9184
9185 * configure.in: Delete spurious paren outputting short_usage.
9186
91871993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9188
9189 * Version 19.9 released.
9190
91911993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9192
9193 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9194 subdirectory makes.
9195
9196 * make-dist: Check for .elc files with no corresponding .el file.
9197
9198 * Makefile.in (mkdir): Make all the directories in locallisppath.
9199
9200 * config.guess: New file.
9201 * configure.in: Use it, tentatively.
9202 * INSTALL: Mention its usage.
9203
9204 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9205 the former gives you the operating system rev directly. Use
9206 s/hpux.h if we don't recognize what we got.
9207
9208 * Makefile.in (do-install): Don't remove a destination directory
9209 if it's the same as the source. If ${srcdir}/info == ${infodir},
9210 don't try to copy the info files.
9211
9212 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9213 doesn't work if you're not using a separate source directory.
9214 (do-install): Copy the build tree's etc directory only after
9215 making sure it's not also the source tree's etc directory.
9216
92171993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9218
9219 * configure.in: Handle sunos4.1.3 specially.
9220
92211993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9222
9223 * Makefile.in (INSTALL): Add definition.
9224
9225 * configure.in: Fix some messages. Support -with-gnu-cc.
9226 At the end, use `set --', not `set -'.
9227 Delete spurious `.h' in hpux alternatives.
9228
92291993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9230
9231 * Version 19.8 released.
9232
92331993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9234
9235 * configure.in: When looking for source in the same directory as
9236 the configure script, make the path thus discovered absolute.
9237 If the user specifies the `--srcdir' switch, make that directory
9238 absolute too.
9239
9240 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9241
9242 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9243 too, as the value of the PATH_INFO macro.
9244
9245 * configure.in: Check to see if the source lives in the same
9246 directory as the configure script.
9247
92481993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9249
9250 * Makefile.in (install): Split this into `install' and
9251 `do-install', to give people more control over exactly what gets
9252 done.
9253 (do-install): New target, containing the guts of `install'. Don't
9254 remove and recreate the directories inside the copying loop - do
9255 it all before the copying loop. Pass more flags to the lib-src
9256 make.
9257 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9258 avoid errors and warnings.
9259
9260 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9261 the manufacturer - the more general case was blocking other i386
9262 configuration names below, and that's how the names are written in
9263 MACHINES anyway.
9264
9265 * make-dist: When breaking links, remove the link before moving
9266 the copy onto it, to avoid interactive behavior.
9267
9268 * Makefile.in: Doc fix.
9269
9270 * configure.in: Doc fix.
9271
9272 * INSTALL: Mention --exec-prefix option.
9273
9274 * configure.in: Add support for the `--exec-prefix' option.
9275 * Makefile.in: Accept that support.
9276
9277 * configure.in: Use the AC_PROG_INSTALL macro.
9278 * Makefile.in (INSTALL): Variable removed.
9279 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9280
9281 * configure.in: Distinguish between hp800's and hp700's by calling
9282 "uname -m".
9283
92841993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9285
9286 * configure.in: Recognize configuration names for i860 boxes
9287 running SYSV.
9288
92891993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9290
9291 * configure.in: Distinguish between hp800's and hp700's by the
9292 version of HP/UX they run, since that's something people are more
9293 likely to know - hp700's run 8.0.
9294 Add HP 700 configuration.
9295
9296 * configure.in: Test for the presence of the `rename' function.
9297
9298 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9299 configure.in.
9300 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9301
9302 * make-dist: Break intra-tree links.
9303
9304 * configure.in: Explain that this is an autoconf script, and give
9305 instructions for rebuilding configure from it. Arrange to put
9306 comments in configure explaining this too.
9307
9308 * configure.in: Make the first line of the configure script be
9309 "#!/bin/sh". Leaving the first line blank didn't work.
9310
9311 * configure.in (long_usage): Removed; made short_usage describe
9312 the options briefly.
9313
9314 * configure.in: Implement the --prefix option.
9315 * Makefile.in (prefix): Add support for it here.
9316 * INSTALL: Document it here.
9317
9318 * Makefile.in (install): Don't assume that the files in the `info'
9319 subdirectory match *.info. They don't have that prefix.
9320
93211993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9322
9323 * configure.in: Add case for version 5 of Esix.
9324
93251993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9326
9327 * Version 19.7 released.
9328
9329 * make-dist: There aren't any *.com files in lib-src anymore.
9330
9331 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9332 them; they're symlinks to other filesystems on the GNU machines.
9333
9334 * make-dist: Check that the manual reflects the same version of
9335 Emacs as stated in lisp/version.el. Edit that version number into
9336 the README file.
9337
93381993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9339
9340 * configure.in: Remove the hack of AC_DEFINE; use
9341 AC_DEFINE_UNQUOTED.
9342
93431993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9344
9345 * make-dist: Don't distribute precomp.com, compile.com, or
9346 link.com from ./src; they're in ./vms now.
9347
9348 Some time-handling patches from Paul Eggert:
9349 * configure.in: Add AC_TIMEZONE.
9350
93511993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9352
9353 * configure.in: Recognize Linux as a valid operating system for
9354 the i386.
9355
93561993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9357
9358 * make-dist: Distribute some VMS files we got from Richard Levitte.
9359
9360 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9361 the source for the sed command, not oldXMenu/Makefile.
9362
93631993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9364
9365 * INSTALL: Don't claim the srcdir option doesn't work.
9366
93671993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9368
9369 * configure.in: Include remarks saying what order the autoconf
9370 tests should go in, and remind people to change config.h.in
9371 whenever they add autoconf tests which make #definitions.
9372
9373 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9374
93751993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9376
9377 * Makefile.in (oldXMenu/Makefile): Make this depend on
9378 ${srcdir}/oldXMenu/Makefile.in, not itself.
9379
9380 * PROBLEMS: Some updates from David J. Mackenzie.
9381
9382 More changes from David J. Mackenzie.
9383 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9384 removed; autoconf and config.h should specify all these
9385 differences.
9386 (buildlisppath): Make this path depend on ${srcdir}.
9387 (INSTALLFLAGS): Removed.
9388 (INSTALL): Include the -c flag.
9389 (install): Change the way we invoke install accordingly.
9390
9391 Install ${srcdir} changes from DJM.
9392 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9393 list.
9394 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9395 the source tree and the etc directory in the object tree.
9396 (${SUBDIR}): Pass the prefix variable down to submakes.
9397 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9398 in /bin.
9399 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9400 values for srcdir and VPATH.
9401 (install): Add `v' flag to tar command. Make sure that `dir'
9402 exists in ${srcdir}/info before copying it. Remember that the man
9403 pages come from the source tree, not the object tree.
9404 * configure.in: Remove remarks saying that the --srcdir option
9405 doesn't work.
9406 Create the etc directory in the object tree.
9407 Recognize configuration names of the form *-sun-solaris*.
9408 Recognize sunos5 and solaris as operating system names.
9409
9410 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9411 lib-src/getdate.y and src/systime.h.
9412
94131993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9414
9415 * make-dist: Make links in info subdir.
9416
94171993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9418
9419 * configure.in: Call AC_STDC_HEADERS.
9420
94211993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9422
9423 * configure.in: Sidestep autoconf's quoting of the second argument
9424 of AC_DEFINE, so we can specify the value to put there. It would
9425 be nice if autoconf provided some way to specify computed values
9426 for macros.
9427
94281993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9429
9430 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9431 this is always just -DHAVE_CONFIG_H.
9432
9433 The GNU coding standards specify that CFLAGS should be left for
9434 users to set.
9435 * Makefile.in (CFLAGS): Let configure determine the default value
9436 for this. Don't
9437 have it default to DEFS.
9438 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9439 (lib-src/Makefile, src/Makefile): Edit the default value for
9440 CFLAGS into these files, not DEFS.
9441 * configure.in (CFLAGS): Choose a default value for this - "-g"
9442 normally, or "-g -O" if we're using GCC. Edit it into the
9443 top-level Makefile.
9444
9445 * configure.in: When scanning the machine and system description
9446 #include files, write their names to conftest.c properly.
9447
94481993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9449
9450 * configure.in: In configuration name case for Apallos running
9451 Domainios, set opsys, not opsysfile.
9452
9453 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9454 src/config.h, instead of AC_OUTPUT; the latter overwrites
9455 src/config.h even when it hasn't changed, puts a makefile-style
9456 comment at the top even though it's C code, and produces a
9457 config.status script which doesn't do the job right.
9458
9459 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9460 can use a symbolic link to get the X Menu library into src.
9461 * Makefile.in (LN_S): New variable.
9462 (src/Makefile): Edit the value of LN_S into this makefile.
9463
94641993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9465
9466 * configure.in: Support *-sco3.2v4* as opsystem.
9467
9468 * make-dist: Don't include calc directory.
9469 Exclude many files in the man directory; copy a few.
9470
94711993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9472
9473 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9474 call AC_STRUCT_TM to see what's in time.h.
9475
9476 * configure.in: Employ quoting stupidity to get the value of CPP
9477 to expand properly.
9478
94791993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9480
9481 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9482 variable to scan the machine and system description files.
9483
9484 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9485 so that getdate.y builds correctly.
9486
94871993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9488
9489 * configure.in (tempcname): Change this to "conftest.c", so it will
9490 work properly on systems with short filenames; this is the name
9491 autoconf uses.
9492
9493 * configure.in: Also detect the availability of dup2 and
9494 gethostname.
9495
9496 * configure.in: Use the AC_ALLOCA test.
9497 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9498 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9499
95001993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9501
9502 * make-dist: Distribute configure, as well as configure.in.
9503 Oversight.
9504
95051993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9506
9507 * Makefile.in (install): Print out the name of the directory we're
9508 copying, so people can have some idea of whether we're making
9509 progress.
9510
9511 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9512 Don't forget to re-create the COPYDESTS directories after we clear
9513 them out.
9514
95151993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9516
9517 * Makefile.in: Add autoconf cookies so that the configure
9518 script can comment out sections of path variable definitions to
9519 choose between the installable configuration and the run-in-place
9520 configuration.
9521 * configure.in: Add new option `--run-in-place', to select the
9522 run-in-place path definitions.
9523
9524 * configure.in: Add a clause to the big configuration name case
9525 for the NeXT machine.
9526
95271993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9528
9529 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9530 Make sure that each source directory exists, and is different from
9531 the destination directory; then, delete the destination before
9532 copying over the source.
9533
9534 * make-dist: Distribute configure.in, instead of configure.
9535
95361993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9537
9538 * configure.in: Don't set CC to "gcc -O" if the user specifies
9539 `--with-gcc'. Add -O to DEFS if GCC is set.
9540
95411993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9542
9543 * Makefile.in (clean mostlyclean): Missing right paren.
9544
9545 * configure.in: When checking for X windows, search for an X11
9546 subdirectory of ${x_includes}.
9547
9548 * configure.in: Check for gettimeofday function, for getdate.y.
9549
9550 Change `configure' to a mixture of custom code and autoconf stuff.
9551 autoconf can't derive all the information we need, but we'd really
9552 like to be able to take advantage of some of its tests, and its
9553 file-editing facilities.
9554 * configure.in: Renamed from configure.
9555 Quote the sections of shell script we want copied literally to
9556 the configure script.
9557 (compile): Initialize this to make the autoconf macros' code happy.
9558 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9559 code to do their jobs.
9560 Use autoconf to produce Makefile and src/config.h.
9561 Remove the Makefile-style comment that autoconf places at the top
9562 of src/config.h.
9563 (config_h_opts): Removed - no longer necessary.
9564 * Makefile.in (configname): Renamed to configuration.
9565 (CONFIG_CFLAGS): Renamed to DEFS.
9566 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9567 get values via autoload @cookies@.
9568 (libsrc_libs): Get this from autoconf. We used to do nothing
9569 about this.
9570 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9571
9572 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9573 echo the move-if-change command.
9574
95751993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9576
9577 * make-dist: Distribute lib-src/rcs-checkin.
9578
9579 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9580 Don't try to make links to the RCS or Old subdirectories.
9581 Use the appropriate extension for the compression type in use.
9582 Create the tar file in the shell's initial default directory, not
9583 in ${tempparent}.
9584 Erase the whole ${tempparent} tree, not just ${tempdir}.
9585
95861993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9587
9588 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9589 use to build paths.h.
9590 (lib-src/Makefile, src/Makefile): Similarly.
9591
9592 * configure: Extend test for working `const' keyword to handle AIX
9593 3.2 cc.
9594
95951993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9596
9597 * make-dist: Distribute lisp/term/ChangeLog.
9598
9599 Arrange for C compilation throughout the tree to get
9600 C_SWITCH_SYSTEM from the configuration files.
9601 * configure: Extract C_SWITCH_SYSTEM from the machine and
9602 system-dependent files, and save it in the top-level Makefile.
9603 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9604 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9605
9606 * make-dist: Include the VMS support files in oldXMenu in the
9607 distribution.
9608
9609 * configure: Doc fix.
9610
9611 * configure: Fix corrupted config_h_opts.
9612
9613 * configure: Properly report option names in error messages.
9614
9615 * configure: Properly recognize --x-includes and --x-libraries
9616 options.
9617
9618 * configure: Fix syntax errors in code handling XFree386.
9619
96201993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9621
9622 * configure: Add special code to detect XFree386, and tell
9623 config.h about it.
9624
9625 * configure: Properly handle extracting values of LIBS_MACHINE and
9626 LIBS_SYSTEM that contain spaces.
9627
9628 * configure: Add `--x-includes' and `--x-libraries' options. I
9629 think these are dopey, but no less than three alpha testers, at
9630 large sites, have said they have their X files installed in odd
9631 places. Implement them by setting C_SWITCH_X_SITE and
9632 LD_SWITCH_X_SITE in src/config.h.
9633
96341993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9635
9636 * make-dist: Don't distribute etc/Old files.
9637
9638 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9639 backups.
9640
96411993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9642
9643 * make-dist: Fix typo.
9644
96451993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9646
9647 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9648 in some cases where it should but didn't seen to.
9649
9650 * Makefile.in: Added unlock and relock productions.
9651
96521993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9653
9654 * make-dist: Add a --compress option to force make-dist to use
9655 compress.
9656
9657 * make-dist: Use gzip, if we can find it.
9658
9659 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9660 make rs6000-ibm-aix default to -aix32.
9661
96621993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9663
9664 * Makefile.in: Added `Developer's configuration' section.
9665
96661993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9667
9668 * Makefile.in: Add commented-out variable settings for developer's
9669 configuration.
9670
96711993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9672
9673 * make-dist: Distribute `src/bitmaps' too.
9674
96751993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9676
9677 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9678 make rs6000-ibm-aix default to -aix32.
9679
96801993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9681
9682 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9683
9684 * Makefile.in (install.sysv): Add a second `$' in front of
9685 `${dest}', so that the shell will expand it, instead of Make.
9686
9687 * configure: When processing the name of the configure script,
9688 collapse `././' to `./', but leave a single `./' prefix alone.
9689
9690 * configure: Doc fix.
9691
96921993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9693
9694 * configure: Handle isc3.0 correctly.
9695
96961993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9697
9698 * make-dist: Don't try to copy the COPYING notice into
9699 external-lisp; we're not distributing that directory any more.
9700
97011993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9702
9703 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9704 Remove CVS subdirectories from the installed directory trees, as
9705 well as RCS directories.
9706
97071993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9708
9709 * make-dist: Only copy gmalloc.c if we couldn't link it.
9710 Don't try to copy man/{README,Makefile} unless they actually exist.
9711
9712 * Makefile.in (lisppath): Don't include externallispdir in this.
9713 We're not sure whether we're even going to distribute the
9714 directory yet.
9715
97161993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9717
9718 * make-dist: Don't distribute the external-lisp directory anymore.
9719 * INSTALL: Remove all references to external-lisp.
9720
9721 * configure: Detect whether the compiler supports `const'
9722 properly, and edit src/config.h accordingly.
9723
9724 * configure: Tweak layout of final report.
9725
9726 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9727 CFLAGS.
9728
9729 * Makefile.in (locallisppath): Make this default to
9730 ${datadir}/emacs/site-lisp, instead of
9731 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9732 the same thing, and local-lisp causes completion conflicts with
9733 lock.
9734 (lisppath): Add ${externallispdir} to this.
9735 * INSTALL: Adjust installation directions.
9736
9737 * Makefile.in (externallispdir): New variable, to say where to
9738 install the externally-maintained lisp files.
9739 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9740 the others.
9741 * INSTALL: Describe external-lisp and the new externallispdir
9742 variable.
9743
97441993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9745
9746 * configure (progname): New option `--with-gcc'. Make it clearer
9747 how we are trying to guess whether or not we have GCC.
9748 * INSTALL: Document the `--with-gcc' option, and improve
9749 description of `--with-x' options.
9750
97511993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9752
9753 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9754 ${infodir} from these variables; we have written out explicit code
9755 to install the info files.
9756
97571993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9758
9759 * make-dist: Don't distributed the RCS files in the etc directory.
9760
97611993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9762
9763 * Makefile.in: Some makes can't handle comments in the middle of
9764 commands; move them to before the whole rule.
9765
97661993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9767
9768 * README: Mention what Emacs is.
9769
97701993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9771
9772 * make-dist: Include `./lisp/calc-2.02' in the distribution.
9773 Add `./cpp' and `./man' back into the distribution.
9774
97751993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9776
9777 * Makefile.in: Define MAKE, and use where appropriate.
9778
97791993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9780
9781 * make-dist: Remember that the authoritative COPYING notice is
9782 `etc/COPYING', not `../etc/COPYING'.
9783
97841992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9785
9786 * make-dist: Make sure that the COPYING notices in each directory
9787 are copies, not symlinks.
9788
97891992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9790
9791 * INSTALL: The build process produces an executable called `emacs'
9792 now. Change references.
9793 * Makefile.in: Adjust `install.mumble' targets to install
9794 `src/emacs', not `src/xemacs'.
9795
9796 * configure: Start with a blank line; this keeps some old CSH's
9797 from thinking it's a CSH script. Most systems will just use
9798 /bin/sh to run it, which is what we're expecting; the only other
9799 shells which might try to interpret it themselves are probably
9800 Bourne-compatible.
9801
98021992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9803
9804 * INSTALL: Improvements suggested by David Mackenzie.
9805
98061992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9807
9808 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9809 Don't try to copy the info files if there aren't any; the
9810 unexpanded globbing pattern disappoints `install'. Ignore the
9811 return status of that command.
9812
9813 * INSTALL: Updated for new configuration arrangement.
9814
9815 * configure: Don't make the top-level Makefile read-only - people
9816 may want to edit the values of the path variables.
9817
9818 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9819 Install the info files in ${infodir}. Install the executable
9820 under both `emacs' and `emacs-VERSION'.
9821
9822 * Makefile.in: Doc fix.
9823
9824 * Makefile.in (exec_prefix): New variable, as per latest version
9825 of coding standards.
9826 (bindir, libdir): Use it, instead of `prefix'.
9827 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
9828
9829 * Makefile.in (mandir): Make the default value for this depend on
9830 $(prefix).
9831
9832 * Makefile.in (datadir, statedir, libdir): Make these all default
9833 to ${prefix}/lib.
9834 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
9835 to compensate.
9836
9837 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9838 Install the etags and ctags man pages too.
9839
9840 * Makefile.in (distclean): Don't delete backup files; that's the
9841 job of extraclean.
9842 (extraclean): Like distclean, but deletes backup and autosave files.
9843
98441992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9845
9846 Make path specification conform to GNU coding standards.
9847 * configure (long_usage): Remove all traces of old arguments from
9848 usage messages, and document the options we do accept in more
9849 detail: -with-x... and --srcdir.
9850 (options, boolean_opts): Deleted; we don't have enough options to
9851 make this worthwhile.
9852 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
9853 along with the code which supported them; these should be set as
9854 arguments to the top-level make.
9855 (config_h_opts): Since this no longer doubles as a list of option
9856 names, make them upper case; this simplifies the code which uses
9857 them to build the sed command to edit src/config.h. Change the
9858 code which sets them.
9859 (cc, g, O): Don't allow the user to set these using options; they
9860 should be specified using `CC=' and `CFLAGS=' arguments to the
9861 top-level make. Just choose reasonable default values for them,
9862 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
9863 values.
9864 (gnu_malloc, rel_alloc): Don't allow the user to set these using
9865 options; use them whenever the configuration files say they're
9866 possible.
9867 Simplify the argument processing loop. Don't accept abbreviations
9868 for option names; these might conflict with other configuration
9869 options in the future.
9870 Add some support for the `--srcdir' option. Check for the sources
9871 in . and .. if `--srcdir' is omitted. If the directories we will
9872 compile in don't exist yet, create them under the current directory.
9873 Note that the rest of the build process doesn't really support
9874 this.
9875 Edit only the top Makefile. That should edit the others. Edit
9876 into the makefile: `version', from lisp/version.el, `configname'
9877 and `srcdir' from the configuration arguments, `CC' and
9878 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
9879 the user's path, and LOADLIBES as gleaned from the system
9880 description files.
9881 Simplify the report generated; it doesn't need to include any
9882 description of paths now.
9883 Make `config.status' exec configure instead of just calling it, so
9884 there's no harm in overwriting `config.status'.
9885 * Makefile.in (version, configname): New variables, used to choose
9886 the default values for datadir and libdir.
9887 Path variables rearranged into two clearer groups:
9888 - In the first group are the variables specified by the GNU coding
9889 standards (prefix, bindir, datadir, statedir, libdir, mandir,
9890 manext, infodir, and srcdir).
9891 - In the second are the variables actually used for Emacs's paths
9892 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
9893 archlibdir), which depend on the first category.
9894 datadir and libdir default to directories under
9895 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
9896 demand.
9897 etcdir and lispdir default to subdirectories of datadir.
9898 archlibdir defaults to libdir.
9899 The new installation tree is a bit deeper than it used to be, so
9900 use the new make-path program in lib-src to build them all.
9901 Always build a new src/paths.h.tmp and then move-if-change it to
9902 src/paths.h, to avoid unnecessary rebuilds while responding to the
9903 right changes.
9904 Remove all mention of arch-lib. Run utility commands from
9905 lib-src, and let the executables be copied into archlibdir when
9906 Emacs is installed.
9907 Add targets for src/Makefile, lib-src/Makefile, and
9908 oldXMenu/Makefile, editing the values of the path variables into
9909 them.
9910 Let lib-src do its own installation.
9911 (datadir): Default to putting data files under
9912 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
9913 (emacsdir): Variable deleted; it would only be confusing to use.
9914 (lispdir, etcdir): Default to ${datadir}/lisp.
9915 (mkdir): Use make-path for this.
9916 (lockdir): Do this in mkdir.
9917 (Makefile): New target.
9918
9919 * configure (usage_message): Rename to long_usage.
9920
9921 * make-dist: Don't bother creating an arch-lib directory; that's
9922 only for installation now.
9923
99241992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9925
9926 * configure: Use GCC-style configuration names, using config.sub.
9927 Change the usage and help messages.
9928
9929 * configure: Initialize window_system, not indow_system.
9930
9931 * configure: Report which window system, compiler, and signal
9932 handler return type we decide to use.
9933
9934 * make-dist: Explain what's going on if config.sub and gmalloc.c
9935 can't be linked. Place the code which copies them near the code
9936 which links the rest of the files around them.
9937
99381992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
9939
9940 * make-dist: Don't bother to distribute src/*.com, or
9941 src/vmsbuild; those have all been moved to `../vms'.
9942
99431992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9944
9945 * make-dist: Don't forget that the way to avoid filenames starting
9946 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
9947 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
9948 couldn't make hard links to, since we have two already, and
9949 perhaps more to come.
9950
99511992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9952
9953 * configure: When editing parameters into lib-src/Makefile, change
9954 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
9955 needs some other flags too.
9956
99571992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9958
9959 * configure: Remove spurious echo of the configuration name.
9960
9961 * make-dist: Don't distribute files in src/m and src/s whose names
9962 begin with `='.
9963
99641992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9965
9966 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
9967 Also LISP_FLOAT_TYPE.
9968
99691992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9970
9971 * make-dist: Copy config.sub, since it's a symbolic link to a file
9972 on another file system.
9973
99741992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9975
9976 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
9977 distribution.
9978
9979 * config.sub: New file, to help us recognize configuration names.
9980 * make-dist: Include it in the distribution.
9981
99821992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9983
9984 * configure: Convert `-' to `_' in specified option names.
9985 Accept options with --. Delete --highpri and --have-x-menu options.
9986 New options --with-x and --with-x10 replace -window-system.
9987 Don't mention options --gnu-malloc, --rel-alloc
9988 or --lisp-float-type in help message.
9989
99901992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9991
9992 * make-dist: Include the `vms' subdirectory in the distribution.
9993
99941992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9995
9996 * configure: Remove lines starting with "# DIST: " when building
9997 lib-src/Makefile and src/Makefile. This allows us to mark the
9998 "Makefile.in" files with explanatory comments which won't also get
9999 stuck in the Makefiles.
10000
100011992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10002
10003 * make-dist: Don't use the '+' operator in the sed regular
10004 expression that extracts the version number from lisp/version.el;
10005 Ultrix sed doesn't seem support the operator. Just double the
10006 operand and use *.
10007
100081992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10009
10010 * Makefile.in: Doc fix.
10011
100121992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10013
10014 * configure: Rewrite sed command to remove at most one ./ prefix;
10015 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10016 group.
10017
100181992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10019
10020 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10021
100221992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10023
10024 * make-dist: Go ahead and build a new TAGS file, unless the
10025 --newer option was specified. Don't try to delete a TAGS file
10026 from etc; it's not kept there, and shouldn't be deleted anyway.
10027
100281992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10029
10030 * make-dist: If the lisp directory contains a default.el, don't
10031 distribute it.
10032
10033 * configure: When searching signal.h for the type of a signal
10034 return handler, make a copy of it, not a symbolic link to it; that
10035 way, it will work on systems that don't have symbolic links.
10036
100371992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10038
10039 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10040 option for generating incremental distributions. Stopped it from
10041 generating a TAGS file into the distribution; that sucker is
10042 *big*, and easily enough generated with the toplevel makefile.
10043
100441992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10045
10046 * configure: When writing config.status, don't prefix progname
10047 with a '.'; it might be absolute.
10048
100491992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10050
10051 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10052 /usr/include/X11 exist, not only if both exist.
10053
100541992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10055
10056 * make-dist: Make the new external-lisp directory a duplicate of
10057 the external-lisp directory, not the lisp directory.
10058
100591992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10060
10061 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10062 clean' in arch-lib; it doesn't even have a Makefile.
10063
10064 * Makefile.in (clean, mostlyclean): In the test which tries to
10065 distinguish between the build directory, which should be cleaned,
10066 and the installed directory, which shouldn't, cd to `${emacsdir}',
10067 not `${DESTDIR}${LIBDIR}'.
10068
100691992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10070
10071 * make-dist: Be sure to delete the .c and .h files that YACC and
10072 BISON create from getdate.y.
10073
10074 * external-lisp: New directory; see `external-lisp/README'.
10075 * make-dist: Added support for the external-lisp subdirectory.
10076
10077 * make-dist: Changed message which complains that make-dist wasn't
10078 invoked in the right directory to indicate which files it was
10079 looking for.
10080
100811992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10082
10083 * configure: Add comments explaining why we can't translate
10084 character ranges or control characters in `tr'.
10085
100861992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10087
10088 * configure: When generating the configuration message, we used to
10089 build the message from the start so that each line began with "# "
10090 so that it would be a comment in `config.status'. However, this
10091 causes trouble if any of the variables we use in the message
10092 expand to more than one line of text - as gnu_malloc_reason
10093 sometimes does. So instead, we build the message as it should be
10094 printed to the user (i.e. without the "# " prefixes), and stick on
10095 the "# "s when we write it to `config.status'.
10096
10097 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10098 `lib-src' and `arch-lib'.
10099
10100 * configure: When generating report and `config.status' file, note
10101 that bindir only determines where `make install' and
10102 `build-install' will place the executables; this should make it
10103 clear that the ordinary build process will not try to install
10104 things.
10105
101061992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10107
10108 * make-dist: Change messages to say that we are 'making links to
10109 X', rather than 'copying X'. And put `' quotes around file names.
10110
10111 * make-dist: Include '.tmp' in the name of the staging directory.
10112
10113 * make-dist: Pass the `-f' option to rm when you're not sure that
10114 the files you're removing actually exist.
10115
10116 * make-dist: When setting up etc/COPYING, always nuke whatever is
10117 there, and then copy it in, to make sure we get a real file.
10118
10119 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10120 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10121 version which doesn't have a separate .defns file.
10122
101231992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10124
10125 * make-dist: Don't distribute configured versions of config.h.in,
10126 paths.h.in, Makefile.in in src.
10127
10128 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10129 trying to make final targets writable first, since it won't
067d23c9
KY
10130 matter to move-if-change.
10131
101321992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10133
10134 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10135 mkdir and chmod in the center of all the conditionals. GNU Make
10136 will strip these out, but other makes won't.
10137
101381992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10139
10140 * make-dist: Include move-if-change in list of files to distribute.
10141
101421992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10143
10144 * configure: Remove any "." elements from the program name.
10145
10146 * configure: Don't record the values of all the possible arguments
10147 in config.status; only record the options that the user specified.
10148
10149 * configure: Use move-if-change to move in the new src/config.h.
10150
101511992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10152
10153 * move-if-change: New file, copied from gcc release.
10154 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10155 a temp file, so we don't update paths.h if an error occurs or if
10156 it doesn't need changing.
10157
101581992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10159
10160 * Makefile.in (src/paths.h): Do not install a value for the
10161 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10162 * build-install.in: Same thing.
10163
101641992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10165
10166 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10167 latter, being a typo, is always false, resulting in a program
10168 whose default behavior is to painstakingly build a copy of the
10169 source tree, and then delete it. Rah.
10170
10171 * Makefile.in: Add dist target, and comment for it.
10172
10173 * configure: When scanning <signal.h> for a declaration for
10174 signal, create a symbolic link with a name ending in .c, so the
10175 compiler won't complain that it's only been given .h files.
10176
10177 * configure: Check whether there are any arguments available
10178 before shifting to get the value of a non-boolean parameter.
10179
10180 * make-dist: Doc fix.
10181
101821992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10183
10184 * configure: Instead of grepping /usr/include/signal.h for a
10185 signal declaration, run /usr/include/signal.h or
10186 /usr/include/sys/signal.h through cpp and grep for the
10187 declaration.
10188
10189 * configure: Redirect the output of grep to /dev/null instead of
10190 using grep -s - that flag means different things on other systems.
10191
10192 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10193 since the former is recognizable even if you don't know what
10194 'dumping' is.
10195 * configure: Accommodate that change.
10196
10197 * configure: Accept options for all of the directories you can
10198 change in the Makefile.
10199
10200 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10201
10202 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10203 FOO before you can use them.
10204
10205 * build-install.in: Made the "Where To Install Things" section
10206 conform with the similar section from Makefile.in. Copied section
10207 which builds src/paths.h from src/paths.h.in from the Makefile.
10208
102091992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10210
10211 * configure: Write config.status to pass its command-line
10212 arguments on to configure, so that people can use it to recreate
10213 an old configuration, with minor changes.
10214
102151992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10216
10217 * configure: Don't rely on option variables being unset if their
10218 values are the empty string. In particular, when producing the
10219 English report, don't assume that highpri will be unset when no
10220 increased priority has been requested; -highpri='' should be the
10221 same as omitting -highpri altogether.
10222
10223 * configure: Fix dumb bug: when running the system and machine
10224 description files through cpp, mark those lines that we want to
10225 evaluate with the string '@configure@', and then only evaluate
10226 them. This way if the files include anything that actually
10227 generates text (type definitions or external declarations, say),
10228 we won't try to eval it.
10229
102301992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10231
10232 * make-dist: New shell script.
10233
10234 * configure: When creating foo from foo.in, make foo read-only to
10235 remind people to edit the .in file instead.
10236
10237 * INSTALL: Changed references to config.h-dist to config.h.in.
10238 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10239 to build src/paths.h from src/paths.h.in; added a paragraph to do
10240 this.
10241 * configure, Makefile, build-install: Changed filenames like
10242 FOO-dist to FOO.in.
10243
102441992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10245
10246 * Makefile, build-install: Renamed to Makefile.in and
10247 build-install.in; the configure script will edit these to produce
10248 the usable Makefile and build-install.
10249 * configure: Changed to produce ./Makefile, ./build-install,
10250 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10251 instead of editing them in place.
10252
102531992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10254
10255 * Makefile: Re-arranged so that the undumped Emacs will search
10256 ../lisp *after* the site's local elisp files.
10257 (locallisppath, dumplisppath): New variables.
10258 (lisppath): This variable's default value is now chosen based on
10259 $(locallisppath) and $(lispdir); while it used to be the
10260 customization point for adding site-local elisp directories to
10261 load-path, that job is now handled mostly by locallisppath.
10262 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10263 Check the values being assigned to the *LOADSEARCH macros for null
10264 path elements (like '::' in 'foo::bar').
10265
10266 * configure: When checking if the machine- and system-dependent
10267 files define a particular macro or not, actually run them through
10268 CPP and test the macros with #ifs, instead of just grepping for
10269 the macros' names. In particular, check for SYSTEM_MALLOC in this
10270 way.
10271
102721992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10273
10274 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10275
102761992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10277
10278 * configure: Make the config.status file an executable shell
10279 script which will recreate the same configuration. Include the
10280 verbal description of the current configuration as a comment in
10281 the script.
10282 * INSTALL: Doc fix.
10283
10284 * Makefile: Brought the Makefile up to the GNU coding
10285 standards, as described in standards.text:
10286 (TAGS): New name for the target which rebuilds the tags table.
10287 (check): New target; doesn't do anything yet.
10288 (mostlyclean): New target, synonymous with clean.
10289 (realclean): New target. Currently, this just calls the
10290 subdirectories's makefiles and then deletes config.status.
10291 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10292 variables.
10293 Installation directory variables changed to conform.
10294 (install, install.sysv, install.xenix, install.aix): Changed the
10295 code which copies the directories into their installed location to
10296 allow the installed locations to be in several different
10297 directories; the old version assumed that they would all be in
10298 $(emacsdir).
10299 (mkdir, lockdir): Allow the installed locations to be in several
10300 different directories.
10301 * INSTALL: Doc fix.
10302
10303 * build-install: Use the same variable names as the Makefile.
10304 Allow the installed locations to be in several different
10305 directories.
10306
103071992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10308
10309 * Makefile (src/paths.h): Instead of using a single sed command to
10310 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10311 separately, and don't forget to append "/!!!SuperLock!!!" to the
10312 value of the PATH_SUPERLOCK macro.
10313
10314 * config.emacs: Renamed to configure, for consistency with other
10315 GNU products. Internal references changed.
10316 INSTALL, Makefile: References changed.
10317
10318 * lock: New directory, which should always be empty. If this
10319 directory doesn't exist, Emacs won't complain; it just won't lock.
10320 Having this here means that people can just unpack Emacs, build
10321 it, and have locking work.
10322
10323 * share-lib: Re-renamed to etc, for the sake of tradition.
10324 * config.emacs: Changed default value for datadir to ../etc.
10325 * INSTALL, README: Adjusted.
10326
103271992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10328
10329 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10330 by running CPP on the appropriate s/*.h and m/*.h files.
10331
103321992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10333
10334 * config.emacs: Make sure to set the "exit on error" flag once
10335 we've removed config.status; errors should abort the configuration.
10336
103371992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10338
10339 * config.emacs: Added -distribute option, so that the Makefile
10340 paths are in their proper form. I don't know why this matters.
10341
103421992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10343
10344 * local-lisp: New directory, empty in the distribution, for people
10345 to put local elisp code in.
10346 * config.emacs: Include it in the default load path.
10347 * README: Document it.
10348
103491992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10350
10351 * config.emacs: Guess the type of signal handling functions based
10352 on the contents of /usr/include/signal.h.
10353
10354 * config.emacs: Print out progress report messages.
10355
10356 * Makefile (src/paths.h): Don't generically replace
10357 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10358 editing of the other entries, and each entry should be dealt with
10359 explicitly anyway.
10360
10361 * build-install: Converted from C-shell to Bourne shell.
10362 * config.emacs: Edit build-install properly.
10363
10364 * config.emacs: Doc fix.
10365
103661992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10367
10368 * Makefile (install): Remove `B' from tar xf command.
10369
103701992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10371
10372 * config.emacs: Removed support for the `maintain-environment'
10373 option; the only important difference between this and its absence
10374 has been removed.
10375 * INSTALL: Removed mention of `maintain-environment'.
10376
10377 * config.emacs: Fix arguments to sed when processing boolean
10378 arguments.
10379
103801991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10381
10382 * config.emacs: New file, to help automate the installation
10383 process.
10384
10385 * Makefile: Lots of changes to support the separation of etc into
10386 architecture-dependent and -independent files:
10387 (EMACSROOT): New variable, giving the directory under which all of
10388 Emacs's libraries should be installed. Changed rest of file to
10389 use it.
10390 (LIBDIR): Now denotes only architecture-dependent dir.
10391 (DATADIR): New variable, denoting architecture-independent dir.
10392 (LOCKDIR): New variable, for completeness.
10393 (SUBDIR): No more etc, new lib-src.
10394 (COPYDIR): No more etc, new arch-lib and share-lib.
10395 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10396 (src): Now depends on lib-src, not etc.
10397 * build-install: Changes parallel to the above.
10398 * README: Describe the new arrangement.
10399
10400 * vms: New subdirectory for all the VMS stuff.
10401
104021991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10403
10404 * Makefile (LISPPATH): New variable.
10405 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10406
104071990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10408
10409 * Makefile (install, install.sysv, install.xenix):
10410 Install wakeup instead of loadst. No need for setuid or setgid.
10411
104121990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10413
10414 * Makefile (clean): Clean etc if that's not the installation dir.
10415
104161990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10417
10418 * Makefile (paths.h): Make sed alter each name in the path.
10419
104201988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10421
10422 * Makefile (install.sysv): Use cpio, not tar.
10423
104241988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10425
10426 * Makefile (lockdir): Rename `lock' target.
10427 Depend on it from install*, not from `all'.
10428
104291988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10430
10431 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10432 to match build-install and paths.h.
10433
10434;; Local Variables:
10435;; coding: utf-8
067d23c9
KY
10436;; End:
10437
1a71cb28 10438 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10439
10440 This file is part of GNU Emacs.
10441
10442 GNU Emacs is free software: you can redistribute it and/or modify
10443 it under the terms of the GNU General Public License as published by
10444 the Free Software Foundation, either version 3 of the License, or
10445 (at your option) any later version.
10446
10447 GNU Emacs is distributed in the hope that it will be useful,
10448 but WITHOUT ANY WARRANTY; without even the implied warranty of
10449 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10450 GNU General Public License for more details.
10451
10452 You should have received a copy of the GNU General Public License
10453 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.