Rename LEIM_INSTALLDIR to leimdir, treat consistently with lispdir
[bpt/emacs.git] / ChangeLog
CommitLineData
d71dfe75
GM
12012-05-21 Glenn Morris <rgm@gnu.org>
2
3 * configure.in (LEIM_INSTALLDIR):
4 Rename to leimdir, treat like lispdir.
5
9b4ee616
PE
62012-05-21 Paul Eggert <eggert@cs.ucla.edu>
7
8 Make merging from gnulib a script, not a makefile action.
9 Putting it in a makefile has some problems with reflection, as
10 merging from gnulib updates 'configure', which can update the makefile.
11 Putting it in a standalone script breaks this loop.
12 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
13 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
14 Remove, moving the actions to the script admin/merge-gnulib.
15
b847032c
GM
162012-05-21 Glenn Morris <rgm@gnu.org>
17
18 * Makefile.in (install-arch-indep, install-doc, install-info)
19 (uninstall): Scrap superfluous subshells.
20
af006ad5
UM
212012-05-19 Ulrich Mueller <ulm@gentoo.org>
22
23 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
24
003fdae2
PE
252012-05-19 Paul Eggert <eggert@cs.ucla.edu>
26
9232a6d9
PE
27 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
28 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
29 getsockopt, setsockopt, mremap, mempcpy.
30
003fdae2
PE
31 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
32 is being removed.
33 (AC_CHECK_FUNCS): Remove ftime.
34
e7333757
GM
352012-05-19 Glenn Morris <rgm@gnu.org>
36
e39b9806 37 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 38
42d5aa3e
GM
39 * Makefile.in (install-arch-indep): Remove unneeded chmod.
40 Set permissions of lisp/subdirs.el.
41
9192d37d
GM
42 * Makefile.in (SUBDIR): Add leim. Update users.
43
2e5d41e4
GM
44 * Makefile.in (lib, lib-src, lisp): Check cd return value.
45
e7333757
GM
46 * Makefile.in (leim): No need to set PARALLEL.
47
7606c360
GM
482012-05-18 Glenn Morris <rgm@gnu.org>
49
6d1a623e
GM
50 * Makefile.in (install-arch-indep, install-info, install-man):
51 Simplify some one-sided ifs.
52
29473393
GM
53 * Makefile.in: Install only the relevant DOC file.
54 (install-arch-indep): Delete etc/DOC*.
55 (install-doc): No more need to delete etc/DOC.
56
660c8c1e
GM
57 * Makefile.in (install-arch-indep): Split into several rules.
58 (install-doc, innstall-info, install-man): New rules.
59
37f36bcb
GM
60 * configure.in (mandir): May as well include it in the NS app bundle.
61
0629a797
GM
62 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
63 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
64 (install-arch-indep): Don't install-etc for self-contained ns builds.
65
136c45ee
GM
66 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
67 No longer unconditonally add /sw directories. (Bug#2280)
68
ed0ba302
GM
69 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
70 (install-arch-indep): Depend on install-leim.
71 (install): Remove explicit install-leim dependence.
72
62061397
GM
73 * Makefile.in (install-arch-indep):
74 Move last element of mkdir rule here.
75 (mkdir): Remove rule.
76
37baa3c8
GM
77 * Makefile.in (install-arch-indep): Remove unneeded chmods.
78 INSTALL_DATA does this for us.
79
b533f05e
GM
80 * Makefile.in (install-arch-dep): Ensure bindir exists.
81 Drop mkdir dependency.
82 (install-arch-indep): Ensure docdir, infodir, mandir exist.
83 (install-leim): Drop mkdir dependency.
84 (mkdir): Remove most directories, now made in relevant rules.
85
7606c360
GM
86 * Makefile.in (install-arch-indep): Combine adjacent loops.
87
3a4155de
GM
882012-05-17 Glenn Morris <rgm@gnu.org>
89
d9a1e2c2
GM
90 * Makefile.in (install-etc, mkdir):
91 Make relevant directories in install-etc rather than mkdir.
92
4c54abe1
GM
93 * Makefile.in (write_subdir): Create the directory if needed.
94 (install-arch-dep, mkdir): No need to make site-lisp directories.
95
9f1ea7dc 96 * Makefile.in (write_subdir): New.
05f3d308 97 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 98
40c117e7 99 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 100 For a self-contained ns build, set these to the appropriate values.
40c117e7 101 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 102
b4a36200
GM
103 * configure.in (ns_self_contained): New output variable.
104 * Makefile.in (ns_self_contained): New, set by configure.
105 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
106 don't bother installing binaries then immediately deleting them.
107
3a4155de
GM
108 * Makefile.in (ns_appbindir, ns_appresdir):
109 Move them before things that may refer to them.
110 (install-arch-dep): No need to relocate self-contained ns libexec.
111
112 * configure.in (archlibdir): Set it for self-contained ns builds.
113 (libexecdir): Don't expand it now (this is mainly cosmetic).
114
f04940ae
PE
1152012-05-16 Paul Eggert <eggert@cs.ucla.edu>
116
117 * configure.in: Simplify by removing CPP etc.
118 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
119 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
120 In particular we no longer need to fiddle with CPP, since we don't
121 use CPP specially any more.
122 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
123 adjusted compiler.
124 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
125 since gl_EARLY and/or Autoconf already does these.
126
27cb7be2
GM
1272012-05-16 Glenn Morris <rgm@gnu.org>
128
129 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
130 (CPP): Do not unconditionally set it on Darwin.
131 Instead, try to test if -no-cpp-precomp is accepted.
132 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
133
ec3ca9ec
GM
1342012-05-15 Glenn Morris <rgm@gnu.org>
135
4e7d487c 136 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 137
75a9f5f5
GM
138 * Makefile.in (install-arch-dep): Do not hard-code version number.
139
ec3ca9ec
GM
140 * Makefile.in (install-arch-dep): NS install no longer needs to
141 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
142
3fe7cdc8
GM
1432012-05-12 Glenn Morris <rgm@gnu.org>
144
9e6b06ed
GM
145 * configure.in (ns_appbindir): Remove trailing "/".
146
3fe7cdc8
GM
147 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
148 (MKDEPDIR): Use $MKDIR_P.
149 * Makefile.in (MKDIR_P): New, set by configure.
150 (mkdir): Use $MKDIR_P.
151
a873f274
GM
1522012-05-11 Glenn Morris <rgm@gnu.org>
153
154 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 155 Use INSTALL_DATA for the DOC file.
c8e32179 156 Remove dead code for ./lisp that never executes.
a873f274 157
ff57c2ec
GM
1582012-05-10 Glenn Morris <rgm@gnu.org>
159
160 * configure.in (LEIM_INSTALLDIR): New output variable.
161
49ed9c8e
SM
1622012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
165
5122804a
GM
1662012-05-08 Glenn Morris <rgm@gnu.org>
167
168 * make-dist: No more doc/lispref/*.el.
169
01319a4e
AS
1702012-05-05 Andreas Schwab <schwab@linux-m68k.org>
171
172 * configure.in: Fix quoting bugs.
173
8045b906
GM
1742012-05-04 Glenn Morris <rgm@gnu.org>
175
176 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
177
9fa0e416
GM
1782012-05-02 Glenn Morris <rgm@gnu.org>
179
3c30e766
GM
180 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
181 the choices made by FreeBSD and NetBSD. (Bug#10313)
182
9aa071df
GM
183 * Makefile.in (INFO_FILES): Remove variable.
184 (INFO_NONMISC): New variable.
185 (install-arch-indep, uninstall): Don't use $INFO_FILES.
186
cd3771a0
GM
187 * Makefile.in (uninstall): Remove useless-use-of-for; that for
188 some reason caused problems on an old Solaris.
189
a36e64d0
GM
190 * Makefile.in (install-arch-indep, uninstall):
191 Ensure that INSTALL-type commands are run from top-level.
192
9e7a4bcf
GM
193 * info/dir: Make some entries consistent with the source texi files.
194
9fa0e416
GM
195 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
196
7adecb99
GM
1972012-05-02 Glenn Morris <rgm@gnu.org>
198
199 * Makefile.in (install-arch-indep):
200 Combine adjacent install-data and install-info loops.
201
4737362e
GM
2022012-05-01 Glenn Morris <rgm@gnu.org>
203
ab1121bd
GM
204 * Makefile.in (MAN_PAGES): Remove.
205 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
206
a4a18b8b
GM
207 * configure.in: Try libtinfo for tputs.
208 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
209
3ba0a545
GM
210 * configure.in: Combine adjacent $opsys case blocks.
211
e3da5b19
GM
212 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
213
262f06da
GM
214 * configure.in: Invert the TERMINFO logic,
215 since "yes" is far more common than "no".
216
9311dcff
GM
217 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
218
4d5c6349
GM
219 * configure.in (LD_SWITCH_X_SITE_RPATH):
220 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
221
4737362e
GM
222 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
223
562e638f
GM
2242012-04-26 Glenn Morris <rgm@gnu.org>
225
226 * make-dist: No more doc/lispref/tindex.pl.
227
dcbf5805
MA
2282012-04-22 Michael Albinus <michael.albinus@gmx.de>
229
230 * configure.in (dbus_validate_bus_name, dbus_validate_path)
231 (dbus_validate_interface, dbus_validate_member): Check also for
232 these library functions
233
4b5b5289
PE
2342012-04-22 Paul Eggert <eggert@cs.ucla.edu>
235
236 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
237 With glibc 2.14 or later, when compiled with GCC 4.7.0's
238 -Werror=deprecated-declarations flag, use of hooks like
239 __malloc_initialize_hook causes compilation to fail because these
240 hooks are deprecated. Modify 'configure' to check for these hooks too.
241 Simplify the 'configure' code to test for all the hooks at once.
242 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
243 (emacs_cv_var_doug_lea_malloc): ... this new var.
244
9ee7d8b9
PE
2452012-04-21 Paul Eggert <eggert@cs.ucla.edu>
246
247 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
248 dated 2011-10-07. Regenerating from current gnulib would be a
249 pervasive change, and currently the trunk isn't open to such changes.
250 * configure.in (WARN_CFLAGS): Remove; no longer needed now
251 that gnulib does it.
252 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
253
5e6ab4e6
AS
2542012-04-21 Andreas Schwab <schwab@linux-m68k.org>
255
256 * m4/gl-comp.m4: Update. (Bug#11285)
257
c07a4c0b 2582012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
259
260 * configure.in: Don't use the -R option (Bug#11251).
261
6c94c34f 2622012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 263
9f46df23 264 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
265 I have been using this change for many months in my private copy
266 of Emacs, and have used it to find several bugs. It's mature
267 enough to publish now.
268 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
269 * configure.in: Support --enable-gcc-warnings, in the style of
270 other GNU packages such as coreutils.
271 (C_WARNINGS_SWITCH): Remove, replacing with...
272 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
273 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
274 when including system files with GCC.
275 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 276 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
277 * lib/Makefile.am (AM_CFLAGS): New macro.
278 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
279
316411f0
DA
2802012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
281
282 * configure.in (AC_CHECK_FUNCS):
283 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
284
9b9b2ef2
GM
2852012-04-16 Glenn Morris <rgm@gnu.org>
286
b1aa797c
GM
287 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
288
9b9b2ef2
GM
289 * configure.in: Remove X libs workaround for old autoconf.
290
badf86af
KB
2912012-04-12 Ken Brown <kbrown@cornell.edu>
292
293 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
294
2f097256
GM
2952012-04-11 Glenn Morris <rgm@gnu.org>
296
297 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
298
a9f72fc1
GM
2992012-04-10 Glenn Morris <rgm@gnu.org>
300
301 * configure.in: Conditionally generate admin/unidata/Makefile.
302
6b4f4a2d
TZ
3032012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
304
a9f72fc1 305 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 306
23df914b
GM
3072012-04-09 Glenn Morris <rgm@gnu.org>
308
fd9d85c2
GM
309 * Makefile.in (leim): Check cd return value. Pass fewer variables.
310 (install-leim): Check cd return value. Pass $MFLAGS.
311 (install-strip): Pass $MFLAGS.
312
23df914b
GM
313 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
314 Eg org.texi has been using 4.7 functions for some time.
315
bf6bba2b
PE
3162012-04-07 Paul Eggert <eggert@cs.ucla.edu>
317
318 Check pkg-config exit status when configuring (Bug#10626).
319 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
320 works; check its exit status. Problem reported by Jordi Gutiérrez
321 Hermoso in
322 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
323
f3774f20
GM
3242012-04-07 Glenn Morris <rgm@gnu.org>
325
326 * README, configure.in (AC_INIT): Bump version to 24.1.50.
327
d67a9a85
EZ
3282012-04-07 Eli Zaretskii <eliz@gnu.org>
329
330 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
331
f20f95c6
PE
3322012-03-04 Paul Eggert <eggert@cs.ucla.edu>
333
334 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
335 * configure.in (LIBS_TERMCAP): Default this to the result of
336 the tputs library search. Do a run-time test for the linkability
337 of tputs unless cross-compiling, as that's more reliable if the
338 link flags and libraries are messed up. Don't change LIBS as
339 a result of the test, as that may mess up later tests.
340
75197633
CS
3412012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
342
533183f3 343 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 344
75197633
CS
345 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
346 specific makefiles to support getopt_.h generation with MSVC.
347
7eb21b49
GM
3482012-02-04 Glenn Morris <rgm@gnu.org>
349
350 * Makefile.in (uninstall):
351 Handle compressed info files and man pages. (Bug#10718)
352
44f92739
GM
3532012-02-02 Glenn Morris <rgm@gnu.org>
354
355 * configure.in [HAVE_NS]:
356 Error if use --without-toolkit-scroll-bars. (Bug#10673)
357
6df37268
PE
3582012-02-01 Paul Eggert <eggert@cs.ucla.edu>
359
360 Port to older Solaris 10 versions (Bug#10677).
361 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
362 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
363 possibly this is because Sun fixed the 'stat' bug in my version.
364 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
365 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
366 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
367 These changes are based on gnulib version
368 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
369 because Emacs is in feature freeze and we do not want to merge any
370 more-recent changes from gnulib.
371
8d8939e8
GM
3722012-01-31 Glenn Morris <rgm@gnu.org>
373
e4070def
GM
374 * configure.in: Throw an explicit error if Motif toolkit was
375 requested but requirements could not be found.
376
8d8939e8
GM
377 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
378
5a26ec89
EZ
3792012-01-30 Eli Zaretskii <eliz@gnu.org>
380
381 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
382 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
383 with "make -j3".
384
1b0880d5
JB
3852012-01-16 Juanma Barranquero <lekktu@gmail.com>
386
387 * .bzrignore: Ignore etc/__pycache__.
388
adee8a65
PE
3892011-12-17 Paul Eggert <eggert@cs.ucla.edu>
390
391 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
392 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
393 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
394 by Nelson H. F. Beebe in
395 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
396
e152e577
JB
3972011-12-10 Juanma Barranquero <lekktu@gmail.com>
398
399 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
400
46d14be7
JD
4012011-12-10 Jan Djärv <jan.h.d@swipnet.se>
402
403 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
404 instead of LDFLAGS (Bug#10230).
405
6c269a38
PE
4062011-12-03 Paul Eggert <eggert@cs.ucla.edu>
407
4eec8d6f
PE
408 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
409
6c269a38 410 Propagate configure flags to sub-configures.
1350a3cc 411 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
412 New macros.
413 (config.status, bootstrap): Use them to propagate configure flags
414 to sub-configures.
415 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
416
63e94eb8
PE
4172011-12-03 Paul Eggert <eggert@cs.ucla.edu>
418
419 * .bzrignore: Add config.cache.
420
54e9e3bf
JD
4212011-11-27 Jan Djärv <jan.h.d@swipnet.se>
422
423 * configure.in: Check for gtk_window_set_has_resize_grip.
424
20db1522
JB
4252011-11-24 Juanma Barranquero <lekktu@gmail.com>
426
427 * configure.in (HAVE_XPM): Fix typo.
428
60bf278f
GM
4292011-11-22 Glenn Morris <rgm@gnu.org>
430
5f77c86c
GM
431 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
432 have confusing effects on the build. (Bug#6401)
433
60bf278f
GM
434 * Makefile.in (install-arch-dep): Tweak previous change.
435
816be9f6
YD
4362011-11-22 Yavor Doganov <yavor@gnu.org>
437
438 Do not install arch-dependent files in the app bundle if
439 --disable-ns-self-contained is requested. (Bug#1335)
440 * configure.in (exec_prefix, libexecdir): Define relative to
441 `ns_appbindir' only if configured for a self-contained app.
442 * Makefile.in (install-arch-dep): Test for the existence of
443 libexec in the Emacs.app bundle before executing commands.
444
d5ff9cd0
AS
4452011-11-20 Andreas Schwab <schwab@linux-m68k.org>
446
447 * configure.in: Remove reference to src/m/ibms390.h.
448
1c889bf6
GM
4492011-11-13 Glenn Morris <rgm@gnu.org>
450
451 * INSTALL: Tiny updates for disk space used during installation.
452
a6fc3b5c
EZ
4532011-11-05 Eli Zaretskii <eliz@gnu.org>
454
455 * lib/makefile.w32-in (FRC): New dummy target.
456 (TAGS): Depend on FRC.
457
9f77899d
GM
4582011-11-04 Glenn Morris <rgm@gnu.org>
459
460 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
461 Do not include GnuTLS version info in final summary message.
462
0bd3cb7b
EZ
4632011-10-31 Eli Zaretskii <eliz@gnu.org>
464
07f3add9
EZ
465 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
466 they exist there, else from autogen/.
467
468 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 469
d2eaf3e4
NT
4702011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
471
472 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
473
e782cfab
PE
4742011-10-24 Paul Eggert <eggert@cs.ucla.edu>
475
476 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
477 if the library is found. Otherwise, later configure-time tests,
478 such as the test for pthread_sigmask, generate the wrong results
479 on some platforms. Problem reported for FreeBSD by Nali Toja.
480
7da0b018
PE
4812011-10-20 Paul Eggert <eggert@cs.ucla.edu>
482
483 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
484 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
485 Remove; no longer needed, now that we defer to strftime for time
486 zone names.
487
0ffe1065
JD
4882011-10-18 Jan Djärv <jan.h.d@swipnet.se>
489
490 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
491
23769e49
CY
4922011-10-18 Chong Yidong <cyd@gnu.org>
493
494 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
495
fd8dea03
GM
4962011-10-13 Glenn Morris <rgm@gnu.org>
497
498 * configure.in: Also look for tputs in libcurses. (Bug#9736)
499
f4cc5b54
PE
5002011-10-12 Paul Eggert <eggert@cs.ucla.edu>
501
502 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 503 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
504 The check was helpful but not essential in Solaris 2.6 (1997),
505 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
506 obsolete -- Sun dropped support for it in 2006 -- and without
507 access to that Silurian platform we can't maintain the code anyway.
508
7c5ee88e
PE
5092011-10-07 Paul Eggert <eggert@cs.ucla.edu>
510
d47439a3
PE
511 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
512 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
513 * m4/gnulib-common.m4: Merge from gnulib.
514 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
515 command not found" on powerpc-apple-darwin9.8.0.
516
7c5ee88e
PE
517 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
518 This is now done by src/alloc.c.
519
423dbf9b
RS
5202011-10-02 Richard Stallman <rms@gnu.org>
521
522 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
523 and xlinux_second_failure to xgnu_linux_second_failure.
524
31bed486
EZ
5252011-09-29 Eli Zaretskii <eliz@gnu.org>
526
5f91c1e5
EZ
527 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
528 lib/signal.in-h.
31bed486 529
e785f2ec 530 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
531 Rename signal.in.h and alloca.in.h.
532
e1504b9b
EZ
5332011-09-28 Eli Zaretskii <eliz@gnu.org>
534
535 * INSTALL: Mention that m17n libraries and libotf are needed for
536 Arabic shaping.
537
316f8af0
PE
5382011-09-26 Paul Eggert <eggert@cs.ucla.edu>
539
540 Merge from gnulib, improving some licensing wording.
541 This clarifies and fixes some licensing issues raised by Glenn Morris
542 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
543 It also merges the latest version of texinfo.tex and has some
544 MSVC-related changes that don't affect Emacs.
545 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
546 pathmax, and raise, since these are needed only to address
547 MSVC-related issues that Emacs doesn't have.
548 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
549 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
550 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
551 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
552 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
553 * m4/unistd_h.m4: Merge from gnulib.
554
04d51ad4
AS
5552011-09-26 Andreas Schwab <schwab@linux-m68k.org>
556
557 * configure.in: Initialize HAVE_LIBXML2.
558
6e99ef20
GM
5592011-09-26 Glenn Morris <rgm@gnu.org>
560
561 * make-dist: Add lib/makefile.w32-in.
562
0538fab0
GM
5632011-09-24 Glenn Morris <rgm@gnu.org>
564
565 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
566
c5b01d8c
LMI
5672011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
568
569 * .dir-locals.el: Change the debbugs regexp to allow having the
570 bug number as the first thing on a line.
571
0cc87afb
GM
5722011-09-15 Glenn Morris <rgm@gnu.org>
573
574 * configure.in: Make configure work with recent GNUsteps.
575 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
576 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 577 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 578
3f44249e
PE
5792011-09-11 Paul Eggert <eggert@cs.ucla.edu>
580
581 Merge from gnulib, porting to Tru64.
582 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
583 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
584 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
585 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
586 doesn't affect Emacs.
587
c8199d0f
PE
5882011-09-06 Paul Eggert <eggert@cs.ucla.edu>
589
590 * configure.in (isnan): Remove now-unnecessary check.
591
e39b275c 5922011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 593
abec06ff 594 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
595 This is to fix the following problems:
596 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
597 configured not to use gtk or any other thread-using library,
598 signals aren't blocked correctly.
599 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
600 and IRIX's signal handling.
601 . On Cygwin 1.7.5 it works around an incompatibility with
602 the system pthread_sigmask.
603 . On MacOS X 10.5 (32-bit), files whose inode numbers
604 exceed 2**31 cannot be read or manipulated.
605 . pthread_sigmask: Actually use results of gl_THREADLIB.
606 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
607 . find 'ar' program that fits with --host argument.
608 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
609 * autogen/README: Update destination list.
610 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
611 The autogenerated files compile, config.guess,
612 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
613 * m4/largefile.m4: New file, so that Emacs does not mess up when
614 accessing files with large inode numbers in MacOS X 10.5 and later.
615 * m4/nocrash.m4: New file, to avoid triggering background debugger
616 and/or create core dumps during 'configure'.
617 * build-aux/move-if-change: Renamed from move-if-change.
618 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
619 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
620 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
621 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
622 * Makefile.in (epaths-force, sync-from-gnulib):
623 move-if-change is now in build-aux.
624 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
625 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
626 (mkdir): install-sh is now in build-aux.
627 * config.bat: c++defs.h is now in build-aux/snippets.
628 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
629 usual parameter).
630 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
631 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
632 to build-aux/snippet.
633 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
634 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
635 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
636 Solaris, enables MacOS extensions, and enables nocrash during
637 'configure'.
638 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
639
86633eab 6402011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
641
642 * configure.in (snprintf): New check.
643
015faae4
PE
6442011-08-30 Paul Eggert <eggert@cs.ucla.edu>
645
695a3dc5 646 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 647 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
648 Remove unreachable pattern hppa*-*-linux-gnu*.
649 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
650 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 651
52ec1feb
JD
6522011-08-26 Jan Djärv <jan.h.d@swipnet.se>
653
654 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
655
377538cb
JD
6562011-08-13 Jan Djärv <jan.h.d@swipnet.se>
657
658 * configure.in: Add header check: sys/socket.h (Bug#8477),
659 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
660 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
661
ae9e757a
JD
6622011-08-04 Jan Djärv <jan.h.d@swipnet.se>
663
664 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
665 (HAVE_GTK_AND_PTHREAD): Remove.
666
be8ec0b3
AA
6672011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
668
669 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
670 build, not just GNUstep (Bug#9177).
671
2573a837 6722011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
673
674 Assume freestanding C89 headers, string.h, stdlib.h.
675 Again, this simplifies the code, and all current platforms have these.
676 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
677 (AC_HEADER_STDC): Remove.
678 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
679 (strchr, strrchr): Remove fallback macros.
680
9cfdb3ec
PE
681 Assume support for memcmp, memcpy, memmove, memset.
682 This simplifies the code a bit. All current platforms have these,
683 as they are required for C89. If this turns into a problem we
684 can add the gnulib modules for these (a 1-line change to Makefile.in).
685 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
686
427c285b
PE
6872011-07-27 Paul Eggert <eggert@cs.ucla.edu>
688
689 * GNUmakefile: New file.
690 This is for convenience, so that one can run GNU make in an
691 unconfigured source tree, and get a default build.
692
2ad77c9d
JD
6932011-07-13 Jan Djärv <jan.h.d@swipnet.se>
694
695 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
696
c8618a06
YM
6972011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
698
699 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
700 so as to suppress address randomization (Bug#8395).
701
f6ce9b9a
PE
7022011-07-09 Paul Eggert <eggert@cs.ucla.edu>
703
3fcf7a1c
PE
704 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
705 This fixes a build problem on older Mac OS X hosts.
706
d9706d9f
PE
707 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
708 test, which runs afoul of Automake installations where, for example,
709 /usr/share/aclocal contains a copy of gl_THREADLIB.
710 Problem reported by Sven Joachim in
711 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
712 This is just a quick temporary fix, specific to Emacs; I'll work
713 with the other gnulib maintainers to get a more-permanent fix.
714
af66a2d7 715 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
716 * Makefile.in (GNULIB_MODULES): Add strtoimax.
717 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
718 automatically imported from gnulib.
719 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
720
1692ae2d 7212011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 722
8a6ebd58 723 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 724 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
725 * configure.in (AC_TYPE_UID_T): New dummy macro.
726 Configure gnulib after adjusting LIBS,
727 so that gnulib can assume the libraries in LIBS.
6db30f83 728 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 729 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 730 * lib/pthread_sigmask.c:
6db30f83
PE
731 New files, automatically imported from gnulib.
732 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
733 due to the above changes.
734 * .bzrignore: Add lib/signal.h.
735
4a621aae
PE
736 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
737
5e94cadb
AS
7382011-07-07 Andreas Schwab <schwab@linux-m68k.org>
739
740 * configure.in (maintainer-mode): Reflect default in help string.
741
76b397fb
DN
7422011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
743
744 * configure.in: Remove reference to iris4d.h.
745
869795d6
JD
7462011-07-05 Jan Djärv <jan.h.d@swipnet.se>
747
748 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
749
3279eb87
GM
7502011-07-01 Glenn Morris <rgm@gnu.org>
751
752 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
753
2e6e11eb
LMI
7542011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
755
756 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
757 which made ./configure infloop.
758
9851bfc5
JD
7592011-06-30 Jan Djärv <jan.h.d@swipnet.se>
760
761 * configure.in (gsettings): New option and check for GSettings.
762
adbc4ef4
GM
7632011-06-29 Glenn Morris <rgm@gnu.org>
764
765 * configure.in: Try to test for the required crt*.o files.
766
1f773f32
BW
7672011-06-27 Bill Wohler <wohler@newt.com>
768
769 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
770
7a7ef429
PE
7712011-06-25 Paul Eggert <eggert@cs.ucla.edu>
772
773 Use gnulib's dup2 module instead of rolling our own.
774 * Makefile.in (GNULIB_MODULES): Add dup2.
775 * configure.in: Do not check for dup2; gnulib does that now.
776 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
777
6dd7e400
PE
7782011-06-23 Paul Eggert <eggert@cs.ucla.edu>
779
780 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
781
94a807ac 7822011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
783
784 Use gnulib's alloca-opt module.
785 * .bzrignore: Add lib/alloca.h.
786 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
787 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
788 as gnulib now does that for us. Put alloca check in config.h.
789 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
790 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
791 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
792
3ce9d0d4
LL
7932011-06-21 Leo Liu <sdl.web@gmail.com>
794
795 * m4/sha256.m4:
796 * m4/sha512.m4:
797 * m4/gl-comp.m4:
798 * lib/u64.h:
799 * lib/sha256.c:
800 * lib/sha256.h:
801 * lib/sha512.c:
802 * lib/sha512.h:
803 * lib/makefile.w32-in (GNULIBOBJS):
804 * lib/gnulib.mk:
805 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
806 crypto/sha512 modules from gnulib.
807
add3f049
PE
8082011-06-19 Paul Eggert <eggert@cs.ucla.edu>
809
810 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
811
3a4725e1
GM
8122011-06-17 Glenn Morris <rgm@gnu.org>
813
814 * configure.in: Restore the behavior of checking crt-dir only
815 when the user specified it (not all platforms use it).
816
bf4846e7
PE
8172011-06-16 Paul Eggert <eggert@cs.ucla.edu>
818
819 * m4/lstat.m4: Merge from gnulib (Bug#8878).
820
4d61f28d 8212011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
822
823 * configure.in: Try to determine CRT_DIR automatically when
824 using gcc.
825
8c9b2106
PE
8262011-06-15 Paul Eggert <eggert@cs.ucla.edu>
827
8aeb5be9
PE
828 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
829 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
830 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
831 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
832 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
833 Merge from gnulib.
8c9b2106 834
c195f2de
JD
8352011-06-14 Jan Djärv <jan.h.d@swipnet.se>
836
837 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
838
7e2aa385
PE
8392011-06-08 Paul Eggert <eggert@cs.ucla.edu>
840
841 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
842
81eafe29
PE
8432011-06-07 Paul Eggert <eggert@cs.ucla.edu>
844
845 * configure.in: Add --with-wide-int.
846 * INSTALL: Mention this.
847
9afafefb
PE
8482011-06-06 Paul Eggert <eggert@cs.ucla.edu>
849
850 Merge from gnulib.
851 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
852
f797625a
PE
8532011-06-02 Paul Eggert <eggert@cs.ucla.edu>
854
855 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
856
90856fe0 8572011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
858
859 Use 'inline', not 'INLINE'.
eefc9486 860 * configure.in (INLINE): Remove.
55d4c1b2 861
6a3e57bb
PE
8622011-05-29 Paul Eggert <eggert@cs.ucla.edu>
863
864 Adjust to recent gnulib change for @GUARD_PREFIX@.
865 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
866 All uses of _GL_ for guard prefixes in lib/*.h replaced with
867 _@GUARD_PREFIX@_.
868
842b28a0
PE
8692011-05-27 Paul Eggert <eggert@cs.ucla.edu>
870
e61923c8 871 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 872
70716b1d
GM
8732011-05-24 Glenn Morris <rgm@gnu.org>
874
a22d9d2c
GM
875 * Makefile.in (check): Just give a message if no test/ directory.
876
bdd556a2
GM
877 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
878
70716b1d
GM
879 * configure.in (OPT_MAKEFILES_IN): Remove.
880 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
881 (SUBDIR_MAKEFILES_IN): New output variable.
882 * Makefile.in (OPT_MAKEFILES_IN): Remove.
883 (SUBDIR_MAKEFILES_IN): Let configure set it.
884
13c3daa4
LL
8852011-05-24 Leo Liu <sdl.web@gmail.com>
886
887 * m4/sha1.m4:
888 * m4/gl-comp.m4:
889 * lib/sha1.h:
890 * lib/sha1.c:
891 * lib/makefile.w32-in (GNULIBOBJS):
892 * lib/gnulib.mk:
893 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
894
e09e38a8
GM
8952011-05-24 Glenn Morris <rgm@gnu.org>
896
4ba4c54a
GM
897 * configure.in: Remove test for already configured source directory.
898 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
899
5a95c002
GM
900 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
901
fa5d79db
GM
9022011-05-24 Glenn Morris <rgm@gnu.org>
903
6c7e099d
GM
904 * make-dist: Don't distribute test/. (Bug#8107)
905 * configure.in (OPT_MAKEFILES_IN): New output variable.
906 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
907 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
908 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
909 (check): Give an explicit error if test/ is not present.
910
fa5d79db
GM
911 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
912 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
913 (Makefile): Use $SUBDIR_MAKEFILES_IN.
914
2df215b5
PE
9152011-05-23 Paul Eggert <eggert@cs.ucla.edu>
916
917 * lib/verify.h: Merge from gnulib.
918
f518ae90
PE
9192011-05-22 Paul Eggert <eggert@cs.ucla.edu>
920
921 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
922 Merge from gnulib.
923
16b71f3a
AS
9242011-05-21 Andreas Schwab <schwab@linux-m68k.org>
925
926 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
927
7285dc67
EZ
9282011-05-20 Eli Zaretskii <eliz@gnu.org>
929
6a45b46f
EZ
930 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
931
7285dc67
EZ
932 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
933
b9704ad9
GM
9342011-05-20 Glenn Morris <rgm@gnu.org>
935
936 * configure.in (lisp_frag): New output file.
937
4a720484
GM
9382011-05-19 Glenn Morris <rgm@gnu.org>
939
940 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
941 (WINDOW_SUPPORT): Remove output variables that are no longer used.
942
a3c92bc1
EZ
9432011-05-17 Paul Eggert <eggert@cs.ucla.edu>
944
8f906c40
EZ
945 * lib/gnulib.mk:
946 * lib/intprops.h:
947 * lib/unistd.in.h:
948 * m4/inttypes.m4:
949 * m4/stdint.m4:
950 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 951
d681f183
GM
9522011-05-14 Glenn Morris <rgm@gnu.org>
953
954 * configure.in: Treat failure to find an X toolkit the same way we treat
955 failure to find X and image support.
956
4f8c52a9
GM
9572011-05-12 Glenn Morris <rgm@gnu.org>
958
959 * Makefile.in (src, install-arch-indep, bootstrap-clean)
960 (check-declare): Shell portability fixes. (Bug#8642)
961
5a7f0a30
TZ
9622011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
963
964 * configure.in: Require GnuTLS 2.6.x or higher.
965
b08a63cc 9662011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 967
c378da0b
PE
968 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
969 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
970 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
971
19548d08
PE
972 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
973 This new gnulib-tool option saves 'configure' the trouble of
974 checking for strtoull when strtoumax exists.
975
d1a2ac5c
PE
976 * configure.in (BITS_PER_LONG_LONG): New macro.
977
773233f8
GM
9782011-05-05 Glenn Morris <rgm@gnu.org>
979
980 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
981 (top_distclean): Delete config.log~.
982
40697cd9
BK
9832011-04-27 Ben Key <bkey76@gmail.com>
984
985 * configure.in: Fixed a bug that caused configure with
986 --enable-checking=stringoverrun to have no effect.
987
671875da 9882011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
989
990 * configure.in: Suppress unnecessary checks for size_t.
991 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
992 (size_t): Do not check for this, and do not typedef. This code
993 is never exercised now.
994
a8a2bb29
PE
995 * Makefile.in (GNULIB_MODULES): Add strtoumax.
996 This is needed for the new integer-reading code in lread.c.
997 It automatically pulls in the following gnulib files, which
998 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
999 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1000 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1001 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1002 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1003
33630d51
TZ
10042011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1005
1006 * configure.in: Check for GnuTLS certificate verify callbacks.
1007
bfab7d85
SM
10082011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1009
1010 * Makefile.in (config.status): Don't erase in case of error.
1011 In case it disappeared, rebuild it with `configure'.
1012
fe0e7ad7
KB
10132011-04-20 Ken Brown <kbrown@cornell.edu>
1014
1015 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1016
f5b06c35
GM
10172011-04-12 Glenn Morris <rgm@gnu.org>
1018
1019 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1020
762f8d96 10212011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1022
1023 * lib/allocator.c: New file, automatically generated by gnulib.
1024
5fac7083
GM
10252011-04-07 Glenn Morris <rgm@gnu.org>
1026
1027 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1028
973f782d
EZ
10292011-04-06 Eli Zaretskii <eliz@gnu.org>
1030
1031 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1032 Revert last change.
1033
f1f81baa
JB
10342011-04-06 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1037 ($(BLD)/careadlinkat.$(O)): New target.
1038 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1039 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1040 Update dependencies.
1041
b70d23ff 10422011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1043
41cf7d1a
PE
1044 Fix more problems found by GCC 4.6.0's static checks.
1045
aa181334
PE
1046 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1047
1f7196bf 1048 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1049 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1050 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1051 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1052
c0274801
GM
10532011-04-06 Glenn Morris <rgm@gnu.org>
1054
1055 * autogen/update_autogen: Handle loaddefs-like files as well.
1056 (usage): Add -l, -C.
1057 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1058 With -l, check status of lisp/ as well.
1059 With -C, clean before building.
1060 (autoreconf): Only pass -f in the `clean' case.
1061 (commit): New function.
1062
42e85a8f
GM
10632011-03-28 Glenn Morris <rgm@gnu.org>
1064
39f31873
GM
1065 * autogen/update_autogen: Pass -f to autoreconf.
1066
42e85a8f
GM
1067 * autogen.sh (get_version): Discard "not found" lines.
1068 (check_version): Respect $AUTOCONF etc environment variables.
1069
9af30bdf
GM
10702011-03-27 Glenn Morris <rgm@gnu.org>
1071
1072 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1073 (AH_BOTTOM): Do not define SIGTYPE.
1074
181855e6
GM
10752011-03-26 Glenn Morris <rgm@gnu.org>
1076
1077 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1078 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1079
9ee0d174
AS
10802011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1081
1082 * autogen/update_autogen: Remove useless function keyword.
1083
07da4b3c
EZ
10842011-03-25 Eli Zaretskii <eliz@gnu.org>
1085
1086 * config.bat: Generate src/config.h and lib/Makefile from
1087 autogen/config.in and autogen/Makefile.in.
1088
f6ca84c0
GM
10892011-03-25 Glenn Morris <rgm@gnu.org>
1090
1091 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1092 Remove; autoreconf can supply them.
1093 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1094 config.guess, install-sh. Pass -i to autoreconf.
1095 * autogen/update_autogen (genfiles): Add compile, config.guess,
1096 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1097 Discard non-error output from autoreconf in -q case.
1098 * autogen/compile, autogen/config.guess, autogen/config.sub:
1099 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1100 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1101 install-sh, missing.
1102
8cc1d519
GM
11032011-03-23 Glenn Morris <rgm@gnu.org>
1104
9bb73912 1105 * autogen/update_autogen: Fix typo.
904a432c 1106 (msg): Remove function; use `exec' instead.
9bb73912 1107
8cc1d519
GM
1108 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1109 (sync-from-gnulib): Don't sync mkinstalldirs.
1110 * make-dist: Don't distribute mkinstalldirs.
1111
c9c49752 11122011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1113
c9c49752 1114 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1115 * Makefile.in (GNULIB_MODULES): Add socklen.
1116 * configure.in: Do not check for sys/socket.h, since socklen does that.
1117 * m4/socklen.m4: New automatically-generated file, from gnulib.
1118
d5cad867
PE
1119 fakemail: Remove dependency on ignore-value.
1120 * Makefile.in (GNULIB_MODULES): Add stdio.
1121 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1122 imported from gnulib.
cbd350f1 1123 * .bzrignore: Add lib/stdio.h.
c9c49752 1124
34cb1cc6
GM
11252011-03-22 Glenn Morris <rgm@gnu.org>
1126
1127 * autogen/copy_autogen: Work from ./ or ../.
1128 Fix time-stamps.
1129 * autogen.sh: Doc fix.
1130
66b87493
GM
11312011-03-20 Glenn Morris <rgm@gnu.org>
1132
1133 * autogen/: New directory, to be excluded from releases.
1134 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1135 * autogen/README: New file.
1136 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1137 * autogen/Makefile.in: Add auto-updated generated files.
1138 * autogen.sh: No longer a no-op, now it tests for autotools
1139 and runs them as necessary.
cd1181db 1140 * configure.in: Default maintainer-mode to on.
66b87493
GM
1141 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1142
1ef6de05
PE
11432011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1144
1145 Update for gnulib.
1146 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1147 includes <intprops.h> directly.
1148 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1149 when building Emacs on Solaris 9 and running it on Solaris 10.
1150
0afb4571
J
11512011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1152
1153 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1154
33383987
JB
11552011-03-07 Chong Yidong <cyd@stupidchicken.com>
1156
1157 * Version 23.3 released.
1158
870d9cf6
GM
11592011-03-06 Glenn Morris <rgm@gnu.org>
1160
1161 * configure.in (FREETYPE_LIBS): Actually set it to something.
1162
6c0dea8a
PE
11632011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1164
1165 Work around some portability problems with symlinks.
1166
1167 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1168 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1169 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1170 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1171 * m4/symlink.m4:
1172 New files, automatically generated from gnulib.
1173 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1174 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1175
945d8b44
EZ
11762011-02-26 Eli Zaretskii <eliz@gnu.org>
1177
03382788
EZ
1178 * .bzrignore: Ignore new lib/*.in-h files.
1179
945d8b44
EZ
1180 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1181 depfiles.bat even if lib/deps already exist.
1182
9411886d
PE
11832011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1184
1185 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1186 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1187 recent changes to configure.in and to gnulib.
9411886d 1188
1e8dbdc6
GM
11892011-02-24 Glenn Morris <rgm@gnu.org>
1190
1191 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1192 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1193
f68c809d
PE
11942011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1195
1196 Assume S_ISLNK etc. work, since gnulib supports this.
1197 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1198 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1199 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1200 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1201
ba01e9d7
PE
12022011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1203
1204 * lib/min-max.h: New file, for "min" and "max".
1205
9f8370e6
CS
12062011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1207
0a19a6f8 1208 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1209 $(EMACS_ROOT)/nt/inc/stdint.h.
1210
25c51af3
EZ
12112011-02-21 Eli Zaretskii <eliz@gnu.org>
1212
1213 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1214 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1215 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1216
5fa4ac76
PE
12172011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1218
1219 Import filemode module from gnulib.
1220 * .bzrignore: Add lib/sys/.
1221 * Makefile.in (GNULIB_MODULES): Add filemode.
1222 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1223 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1224 from gnulib. This adds support for some more file types, e.g.,
1225 Cray DMF migrated files.
1226 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1227 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1228 * m4/sys_stat_h.m4: New files, generated from gnulib.
1229 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1230 Regenerate.
1231
e1e6b4fb
EZ
12322011-02-20 Eli Zaretskii <eliz@gnu.org>
1233
1234 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1235 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1236
6cac9cb1
PE
12372011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1238
1239 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1240 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1241 is no longer needed, due to the recent SSDATA and related changes.
1242 Perhaps -Wno-pointer-sign should also be removed from
1243 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1244 way to test this so I left it alone.
1245 * configure: Regenerate.
1246
0a19a6f8 12472011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1248
1249 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1250 src/makefile.w32-in.
1251
61353ac8 12522011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1253
61353ac8 1254 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1255 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1256 Regenerate.
1257 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1258 Import the new versions from gnulib; they assume a C99-style
1259 <stdint.h>, supplied by the stdint module.
1260 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1261 imported from gnulib.
942f733f
PE
1262 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1263 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1264 special cases.
61353ac8 1265
9d9d12cd
EZ
12662011-02-19 Eli Zaretskii <eliz@gnu.org>
1267
152be435 1268 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1269 Add lib/deps/.
152be435 1270
9d9d12cd 1271 * config.bat: Configure in `lib'.
219463da 1272 Generate *.Po files in lib/deps.
9d9d12cd 1273
7d315eb6
PE
12742011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1275
1276 Import IRIX 6.5 getloadavg fixes from gnulib.
1277 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1278
1f5d53eb
PE
12792011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1280
1281 Import getloadavg module from gnulib.
1282 * .bzrignore: Add lib/stdlib.h.
1283 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1284 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1285 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1286 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1287 Remove; gnulib does this now.
1288 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1289 from gnulib. This adds support for several other systems, such
1290 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1291 buffer overrun on Linux hosts under very high load, and on hosts
1292 that maintain a channel to the load average file it makes sure
1293 the file descriptor is close-on-exec (on hosts that support this)
1294 and is not stdin, stdout, or stderr.
1295 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1296 from gnulib.
1297 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1298 * src/config.in: Regenerate.
1299
bb55f713
PE
13002011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1301
1302 Merge from gnulib.
1303
7127b760
PE
1304 * install-sh: Update to scriptversion 2011-01-19.21.
1305
bb55f713
PE
1306 2011-02-13 Bruno Haible <bruno@clisp.org>
1307
1308 Consistent macro naming for macros that use GCC __attribute__.
1309 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1310 ATTRIBUTE_DEPRECATED.
1311
1312 2011-02-12 Bruno Haible <bruno@clisp.org>
1313
1314 setlocale: Prefer gnulib's override over libintl's override.
1315 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1316 GNULIB_defined_setlocale is set.
1317
57e96f8e
GM
13182011-02-13 Glenn Morris <rgm@gnu.org>
1319
1320 * make-dist: Exclude generated file src/globals.h.
1321
988c07df
PE
13222011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1323
1324 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1325 Sync from gnulib, which has been patched to fix the problem
1326 with the license notices. Problem reported by Glenn Morris in
1327 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1328
ccded26c
SM
13292011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * .bzrignore: Ignore globals.h and related stamp.
1332
6ffb2c0c
PE
13332011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1334
1335 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1336 This merges the following fix from gnulib:
1337
1338 2011-02-08 Bruno Haible <bruno@clisp.org>
1339
1340 Split large sed scripts, for HP-UX sed.
1341
00b3c7ac
TT
13422011-02-08 Tom Tromey <tromey@redhat.com>
1343
1344 * configure: Rebuild.
1345 * configure.in (NS_OBJC_OBJ): New subst.
1346
91ccade4
PE
13472011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1348
6ffb2c0c
PE
1349 gnulib: allow multiple gnulib generated replacements to coexist
1350 This defines a few preprocessor symbols that should not affect Emacs.
1351 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1352 via "make sync-from-gnulib".
1353
e765a388
PE
1354 gnulib: undo previous change
1355 The upstream _HEADERS change was backed out of gnulib (see the
1356 same thread). Stay in sync with gnulib.
1357
91ccade4 1358 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1359 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1360 New empty macros, to accommodate recent changes to gnulib. See
1361 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1362 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1363 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1364 * lib/time.in.h, lib/unistd.in.h:
1365 Regenerate.
91ccade4 1366
d67985d3
PE
13672011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1368
1369 sync from gnulib to remove HAVE_STDBOOL_H
1370 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1371 AC_HEADER_STDBOOL. All uses changed. Do not define
1372 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1373 imported from the latest Autoconf git. It was motivated by Emacs,
1374 which uses gnulib but does not need HAVE_STDBOOL_H.
1375 * configure, src/config.in: Regenerate.
1376 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1377
67342916
PE
13782011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1379
1380 allow C code to suppress warnings about ignored return values
1381 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1382 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1383 * lib/ignore-value.h: New file.
67342916 1384
14beddf4 13852011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1386
1387 * configure.in: Test existence of xaw3d library, not just the
1388 header (Bug#7642).
1389
6ffb2c0c
PE
13902011-01-31 Eli Zaretskii <eliz@gnu.org>
1391
1392 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1393 $(BLD)/time_r.$(O).
1394 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1395 $(EMACS_ROOT)/src/m/intel386.h.
1396 ($(BLD)/strftime.$(O)):
1397 ($(BLD)/time_r.$(O)): Define prerequisites.
1398
16fab143
PE
13992011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1400
1401 src/emacs.c now gets version number from configure.in
1402 * configure.in (version): Set this from $PACKAGE_VERSION,
1403 which is set from AC_INIT, rather than scouting through src/emacs.c.
1404 * configure: Regenerate.
1405 * make-dist (version): Get it from configure.in, not src/emacs.c.
1406
16c3e636
PE
14072011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1408
1409 strftime: import from gnulib
1410 * Makefile.in (GNULIB_MODULES): Add strftime.
1411 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1412 needed.
6ffb2c0c 1413 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1414 Regenerate.
6ffb2c0c
PE
1415 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1416 imported from gnulib.
16c3e636
PE
1417 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1418 This incorporates many changes from gnulib, including simpler
1419 handling of multibyte formats, porting to mingw32 and other
1420 platforms, and support for higher-resolution time stamps.
1421 Emacs does not yet use the higher-resolution interface.
1422
3de84ad9
PE
14232011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1424
1425 gnulib: import mktime and move-if-change fixes from gnulib
1426
1427 * configure: Regenerate from the following.
1428
6ffb2c0c
PE
1429 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1430
1431 mktime: clarify long_int width checking
1432 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1433 the top level, to make it clearer that the assumption about
1434 long_int width is being checked. See
1435 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1436
3de84ad9
PE
1437 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1438
1439 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1440 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1441 negative number, which the C Standard says has undefined behavior.
1442 In practice this is not a problem, but might as well do it by the book.
1443 Reported by Rich Felker and Eric Blake; see
1444 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1445 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1446 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1447
1448 mktime: #undef mktime before #defining it
1449 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1450
1451 mktime: systematically normalize tm_isdst comparisons
1452 * lib/mktime.c (isdst_differ): New function.
1453 (__mktime_internal): Use it systematically for all isdst comparisons.
1454 This completes the fix for libc BZ #6723, and removes the need for
1455 normalizing tm_isdst. See
1456 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1457 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1458
1459 mktime: fix some integer overflow issues and sidestep the rest
1460
1461 This was prompted by a bug report by Benjamin Lindner for MinGW
1462 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1463 His bug is due to signed integer overflow (0 - INT_MIN), and I
1464 I scanned through mktime.c looking for other integer overflow
1465 problems, fixing all the bugs I found.
1466
1467 Although the C Standard says the resulting code is still not safe
1468 in the presence of integer overflow, in practice it should be good
1469 enough for all real-world two's-complement implementations, except
1470 for debugging environments that deliberately trap on integer
1471 overflow (e.g., gcc -ftrapv).
1472
1473 * lib/mktime.c (WRAPV): New macro.
1474 (SHR): Also check that long_int and time_t shift right in the
1475 usual way, before using the fast-but-unportable method.
1476 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1477 used. The code already assumed two's complement, so there's
1478 no need to test for alternatives. All uses removed.
1479 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1480 the C standard. Problem reported by Rich Felker in
1481 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1482 (twos_complement_arithmetic): Also check long_int and time_t.
1483 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1484 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1485 (__mktime_internal): Avoid integer overflow with unary subtraction
1486 in two instances where -1 - X is an adequate replacement for -X,
1487 since the calculations are approximate.
3de84ad9
PE
1488
1489 2011-01-29 Eric Blake <eblake@redhat.com>
1490
1491 mktime: avoid infinite loop
1492 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1493 type; behavior is still undefined but portable to all known targets.
1494 Reported by Rich Felker.
1495
6ffb2c0c
PE
1496 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1497
1498 mktime: avoid problems on NetBSD 5 / i386
1499 * lib/mktime.c (long_int): New type. This works around a problem
1500 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1501 but time_t is 64 bits, and where I expect the existing code is
1502 wrong in some cases.
1503 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1504 (ydhms_diff): Bring back the compile-time check for wide-enough
1505 year and yday.
1506
1507 mktime: fix misspelling in comment
1508 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1509 This merges all recent glibc changes of importance.
1510
3de84ad9
PE
1511 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1512
1513 move-if-change: cope with concurrent mv of identical file.
1514 * move-if-change (CMPPROG): Accept environment
1515 variable as an override for `cmp'.
1516 (usage): Document CMPPROG.
1517 Adjust comparison to drop stdout. Cope with failure of mv if
1518 the target file exists and is identical to the source, for
1519 parallel builds.
1520 Report from H.J. Lu against binutils in PR binutils/12283.
1521
6ffb2c0c
PE
15222011-01-29 Eli Zaretskii <eliz@gnu.org>
1523
1524 * lib/makefile.w32-in:
1525 * lib/getopt_.h: New files.
1526
c7e95b91
PE
15272011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1528
1529 improve fix for MS-DOS file name clash
1530 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1531 for portability to POSIX make. Reported by Bruno Haible.
1532 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1533 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1534 files from accumulating as garbage. Also reported by Bruno Haible.
1535
125c3718
PE
15362011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1537
1538 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1539 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1540 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1541 problems with MS-DOS 8+3 file name restrictions.
1542 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1543 it, it would also cause problems when extracting Emacs distribution
1544 tarballs on MS-DOS hosts.
1545 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1546 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1547 * config.guess, config.sub: Sync from gnulib.
1548 * m4/gnulib-cache.m4: Remove from repository.
1549 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1550
4004ef46
GM
15512011-01-25 Glenn Morris <rgm@gnu.org>
1552
0b5c5d82
GM
1553 * README: Add a note about ranges in copyright years.
1554
4004ef46
GM
1555 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1556
06d8ace5 15572011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1558
1559 * configure.in: Add HP-UX on IA64 (Bug#6811).
1560
d6974efa
PE
15612011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1562
1563 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1564 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1565 as it is no longer needed.
6ffb2c0c 1566 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1567 * configure.in: Invoke the new gnulib macro
1568 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1569 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1570 * m4/getopt.m4: Sync from gnulib; this removes the need for
1571 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1572 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1573 New macro, synced from gnulib.
1574 * m4/warn-on-use.m4: Remove.
1575
e02ea74b
PE
15762011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1577
1578 aclocal.m4: put this file back into repository
1579 This way, we don't have to assume that the maintainer has
1580 the automake package installed. See
1581 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1582 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1583 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1584 undoing the previous change.
1585 * aclocal.m4: New file (actually, resurrected).
1586
48dcd482
MB
15872011-01-22 Miles Bader <miles@gnu.org>
1588
1589 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1590 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1591 Emacs directly uses fontconfig, and breaks building when using a
1592 strict linker).
1593
925e561d
PE
15942011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1595
b06b1098
PE
1596 src/config.in: shrink slightly
1597 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1598 This makes src/config.in a bit smaller, by removing identifiers
1599 like GNULIB_TEST_MKTIME that Emacs does not need.
1600 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1601 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1602 Sync from gnulib. This removes a few more unnecessary symbols from
1603 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1604 * configure, src/config.in: Regenerate.
1605
925e561d
PE
1606 aclocal.m4: tweaks to regenerate more conveniently
1607 This attempts to act better when the source is in a weird state. See
1608 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1609 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1610 * .bzrignore: Add aclocal.m4.
1611
942be821
PE
16122011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1613
1614 aclocal.m4: omit auto-generated file from repository
1615 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1616 the most recent change here.
1617 * aclocal.m4: Remove from bzr repository. This file is
1618 auto-generated and isn't needed to run 'configure'. See
1619 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1620
0813c96e
PE
16212011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1622
1623 Minor Makefile.in tweaks to build from gnulib better.
1624 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1625 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1626 (top_maintainer_clean): Don't remove aclocal.m4.
1627
7cae64b4
PE
16282011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1629
53911e8f
PE
1630 Minor cleanups for 'bzr status'
1631 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1632 the output of config.guess.
1633 * Makefile.in (top_distclean): Remove stamp-h1 too.
1634
7cae64b4
PE
1635 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1636 defined if the compiler supports GCC-style __attribute__
1637 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1638 this syntax.
1639
a3e44e79 16402011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1641
3cbecb8f
PE
1642 Makefile.in: tidy up the building of lib
1643 * Makefile.in (am--refresh): Mark as .PHONY.
1644 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1645 as they're not rebuilt unless you do a "make sync-from-gnulib"
1646 and the former is needed for "configure".
1647 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1648 has already removed lib/Makefile.
1649
ecbfcc83
PE
1650 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1651 This avoids building ftoastr and ldtoastr, which aren't needed. See
1652 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1653
803059b9
PE
1654 * .bzrignore: Add .h files that are host-dependent.
1655 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1656 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1657 host-dependent and are built as part of an ordinary 'make', and
1658 should not be checked in.
1659
6ffb2c0c
PE
1660 * lib/Makefile.in: Regenerate.
1661 * lib/COPYING: New file, a copy of COPYING.
1662
2a78afcc 1663 * configure: Regenerate.
37564543
PE
1664 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1665
e275c824 1666 Regenerate.
6ffb2c0c
PE
1667 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1668 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1669 New files, copied from gnulib by gnulib-tool.
1670 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1671 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1672 Regenerate.
ecbfcc83 1673
84bbb1ad
PE
1674 Use gnulib's getopt-gnu module.
1675 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1676 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1677 representative of the dependencies.
1678 * configure.in: Do not configure getopt, as gnulib does that now.
1679 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1680 getopt now, in lib.
ecbfcc83 1681
1fd182f0 1682 Regenerate.
6ffb2c0c
PE
1683 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1684 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1685 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1686 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1687 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1688 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1689 * m4/wchar_t.m4, warn-on-use.h:
1690 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1691 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1692 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1693 Regenerate.
1694
1e11dbe3
PE
1695 Use gnulib's mktime module.
1696 * Makefile.in (GNULIB_MODULES): Add mktime.
1697 * configure.in: Remove code no longer needed, as gnulib now does it.
1698 (AC_CHECK_FUNCS): Remove mktime.
1699 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1700 (__restrict): Remove, as this now gets in the way of the C99
1701 support for 'restrict' pulled in by the gnulib mktime module.
1702 Code should now use 'restrict' and not '__restrict".
1703 (mktime): Remove.
1704 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1705 and warn-on-use.h into the distribution.
1fd182f0
PE
1706
1707 Regenerate.
6ffb2c0c
PE
1708 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1709 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1710 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1711 * lib/dummy.c: Remove.
1712 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1713 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1714 Regenerate.
ecbfcc83 1715
1e11dbe3 1716 Use gnulib's ftoastr module.
fa2c4f56
PE
1717 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1718
743c80a7 1719 Regenerate.
6ffb2c0c
PE
1720 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1721 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1722 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1723 New files, generated automatically, with 'make sync-from-gnulib'
1724 followed by 'make'.
1725 * configure, lisp/dired.el, src/config.in: Regenerate.
1726
9a514d4a
PE
1727 Automate syncing from gnulib.
1728 * INSTALL, README: Document new subdirectory 'lib'.
1729 * Makefile.in (SUBDIR): Add lib.
1730 (SUBDIR_MAKEFILES): Add lib/Makefile.
1731 (lib-src, src, TAGS, tags): Depend on lib.
1732 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1733 ($(gnulib_srcdir)): New rule.
1734 (sync-from-gnulib): New rule, which is .PHONY.
1735 (lib): New rule, which is like lib-src.
1736 (Makefile): Depend on lib/Makefile.in.
1737 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1738 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1739 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1740 (am--refresh): New rule, to pacify Automake.
1741 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1742 Clean lib, too.
1743 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1744 droppings.
1745 (maintainer-clean, extraclean): Use it.
1746 * configure.in: Initialize for automake and gnulib, by invoking
1747 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1748 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1749 more conveniently with automake.
6ffb2c0c 1750 * lib/Makefile.am: New file.
9a514d4a
PE
1751 * make-dist: Also put into the distribution aclocal.m4,
1752 compile, depcomp, missing, and the files under lib/.
1753
dc3e3e7b
GM
17542011-01-15 Glenn Morris <rgm@gnu.org>
1755
1756 * Makefile.in (epaths-force): No more arch-tag to edit.
1757
dab73760
CY
17582011-01-15 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1761
9f4b8b47
PE
17622011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1763
1764 * make-dist: Distribute test/ files too.
1765 Distribute every file under test/ that is under version control,
1766 using patterns like *.el to capture files that are added later.
1767 Without this change, "configure" would fail, because it would
1768 attempt to build from a Makefile.in that was not distributed.
1769
d221e780
CO
17702011-01-13 Christian Ohler <ohler@gnu.org>
1771
1772 * Makefile.in (INFO_FILES): Add ERT.
1773
1774 * Makefile.in (check): Run tests in test/automated.
1775
1776 * Makefile.in:
1777 * configure.in: Add test/automated/Makefile.
1778
bc5585d1
PE
17792011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1780
2b3f5bc8
PE
1781 * install-sh, mkinstalldirs, move-if-change: Update from master
1782 source in gnulib.
1783
bc5585d1
PE
1784 * config.guess, config.sub: Updated from master source.
1785
2018939f
AS
17862011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1787
1788 * configure.in: Check for __builtin_unwind_init.
1789
e5365138
GM
17902011-01-05 Glenn Morris <rgm@gnu.org>
1791
1792 * configure.in (HAVE_MAKEINFO): New output variable.
1793 (MAKEINFO): Reset to "makeinfo" if not found.
1794 * Makefile.in (install-arch-indep, info):
1795 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1796
4fc5868a
UM
17972010-12-29 Ulrich Mueller <ulm@gentoo.org>
1798
1799 * configure.in: Make gameuser configurable (Bug#7717).
1800
68251e16
GM
18012010-12-15 Glenn Morris <rgm@gnu.org>
1802
1803 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
1804 long absent lib-src/fns-*.el.
1805
838db889
GM
18062010-12-11 Glenn Morris <rgm@gnu.org>
1807
1808 * make-dist: Exclude etc/*.pyc.
1809
fe646d2c
AS
18102010-12-10 Andreas Schwab <schwab@linux-m68k.org>
1811
1812 * configure.in: Don't double machfile in final message.
1813
d96c83fa
CY
18142010-12-04 Chong Yidong <cyd@stupidchicken.com>
1815
1816 * configure.in: Fix last change.
1817
d6a003a8
AS
18182010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1819
1820 * configure.in: Remove reference to removed machine description
1821 files and allow $machine and $machfile to be empty. Substitute
1822 M_FILE/S_FILE instead of machfile/opsysfile.
1823
067d23c9
KY
18242010-12-03 Glenn Morris <rgm@gnu.org>
1825
1826 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
1827
18282010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1829
1830 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
1831 (EXTERNALLY_VISIBLE): New definition.
1832
18332010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1834
1835 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
1836
18372010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1838
1839 * configure.in: Do not check for unconditionally included headers.
1840
18412010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
1844
18452010-11-09 Michael Albinus <michael.albinus@gmx.de>
1846
1847 * configure.in: Don't write a warning for D-Bus anymore.
1848
18492010-11-06 Andreas Schwab <schwab@linux-m68k.org>
1850
1851 * configure.in: Fix indentation.
1852
18532010-10-31 Ken Brown <kbrown@cornell.edu>
1854
1855 * configure.in (checking whether localtime caches TZ): Use
1856 unsetenv instead of modifying environment directly.
1857
18582010-10-25 Andreas Schwab <schwab@linux-m68k.org>
1859
1860 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
1861 to avoid warning.
1862
18632010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1864
e9fce1ac 1865 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
1866
18672010-10-22 Glenn Morris <rgm@gnu.org>
1868
1869 * make-dist: Avoid listing .el files twice. Don't try to run
1870 autoconf if --no-update.
1871
18722010-10-20 Glenn Morris <rgm@gnu.org>
1873
1874 * make-dist: No longer create lisp/MANIFEST.
1875
18762010-10-14 Glenn Morris <rgm@gnu.org>
1877
1878 * BUGS, INSTALL.BZR, README: Updates.
1879
18802010-10-13 Glenn Morris <rgm@gnu.org>
1881
1882 * make-dist: Remove --compress. Check for the appropriate
1883 gzip-like executable, and if not found, don't compress.
1884 Check version number in README, don't change it.
1885 Use find for nt/inc/*.h.
1886
18872010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1888
1889 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
1890 trailing / from directory names.
1891
18922010-10-12 Glenn Morris <rgm@gnu.org>
1893
1894 * make-dist: Update and simplify.
1895
18962010-10-12 Eli Zaretskii <eliz@gnu.org>
1897
1898 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
1899
19002010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1901
1902 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
1903
19042010-10-09 Glenn Morris <rgm@gnu.org>
1905
1906 * make-dist: No more doc/emacs/*.texi.in.
1907
1908 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
1909
19102010-10-09 Glenn Morris <rgm@gnu.org>
1911
1912 * configure.in: Combine some conditionals.
1913
1914 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
1915 * make-dist: Include doc/emacs/*.texi.in.
1916
1917 * INSTALL, make-dist: Remove references to b2m.
1918 * Makefile.in (MAN_PAGES): Remove b2m.1.
1919
19202010-10-05 Glenn Morris <rgm@gnu.org>
1921
1922 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
1923
19242010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1925
1926 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
1927
19282010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1929
1930 * configure.in: Include stdlib.h and string.h unconditionally.
1931
19322010-09-29 Romain Francoise <romain@orebokech.com>
1933
1934 * configure.in: Don't enable ImageMagick unless HAVE_X11.
1935
19362010-09-28 Glenn Morris <rgm@gnu.org>
1937
1938 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
1939 happy.
1940
19412010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1942
1943 * configure.in: Enable imagemagick by default.
1944
19452010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1946
1947 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 1948 GnuTLS libraries.
067d23c9
KY
1949
19502010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1951
1952 * configure.in: Set up GnuTLS.
1953
19542010-09-22 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * configure.in: Announce whether libxml2 is linked to.
1957
19582010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1959
1960 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
1961
19622010-09-18 Eli Zaretskii <eliz@gnu.org>
1963
1964 * config.bat: Detect that libxml2 is installed and if so, build
1965 with it.
1966
19672010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1968
1969 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
1970 be used. This fixes a conf problem on Mac OS X.
1971
19722010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1973
1974 * configure.in: Check for libxml2.
1975
19762010-09-09 Glenn Morris <rgm@gnu.org>
1977
1978 * make-dist: No more TODO files under lisp/.
1979
19802010-09-04 Eli Zaretskii <eliz@gnu.org>
1981
1982 * config.bat: Produce lisp/gnus/_dir-locals.el from
1983 lisp/gnus/.dir-locals.el.
1984
19852010-08-23 Andreas Schwab <schwab@linux-m68k.org>
1986
1987 * configure.in: Fix check for librsvg, imagemagick and
1988 MagickExportImagePixels.
1989
19902010-08-18 Joakim Verona <joakim@verona.se>
1991
1992 * Makefile.in, configure.in: Checks for ImageMagick.
1993
19942010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1995
1996 * configure.in (AC_PREREQ): Require autoconf 2.65.
1997
19982010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1999
2000 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2001
20022010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2003
2004 * configure.in: Add AC_C_BIGENDIAN.
2005
20062010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2007
2008 * configure.in (ORDINARY_LINK): Use on hpux* too.
2009
20102010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2011
2012 * configure.in: Check for util.h.
2013 Use -Wimplicit-function-declaration if compiler supports it.
2014
20152010-08-05 Eli Zaretskii <eliz@gnu.org>
2016
2017 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2018
20192010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2020
2021 * configure.in: Restore accidentally removed use of
2022 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2023
20242010-07-29 Chad Brown <yandros@mit.edu>
2025
2026 * configure.in: Check for dirent.h.
2027
20282010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2029
2030 * configure.in: Remove reference to usg5-4, unused.
2031
20322010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2033
2034 * configure.in: Check for __executable_start.
2035
20362010-07-24 Ken Brown <kbrown@cornell.edu>
2037
2038 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2039
20402010-07-24 Juanma Barranquero <lekktu@gmail.com>
2041
2042 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2043
20442010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2045
2046 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2047
20482010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2049
2050 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2051 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2052 (C_OPTIMIZE_SWITCH): Remove.
2053 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2054
20552010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2056
2057 * configure.in: Don't check for index and rindex, check for strchr
2058 and strrchr. Define strchr and strrchr as index and rindex,
2059 resp., in src/config.h if not available.
2060
20612010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2062
2063 * configure.in: Use -Wold-style-definition if available.
2064 This helps with the transition to standard C code, it can be
2065 removed when done.
2066
2067 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2068
2069 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2070 and MSWindows.
2071
20722010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2073
2074 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2075 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2076
20772010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2078
2079 * configure.in (getenv): Remove K&R declaration.
2080
20812010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2082
2083 * configure.in: Remove define __P.
2084
20852010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2086
2087 * configure.in (--enable-use-lisp-union-type): New flag.
2088
20892010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2090
2091 Fix CFLAGS for non-GCC compilers.
2092 * configure.in (CFLAGS): Always use -g like it was done before the
2093 2010-03-30 change.
2094 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2095 (Bug#6538)
2096
20972010-06-30 Glenn Morris <rgm@gnu.org>
2098
2099 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2100 Set with AC_DEFINE rather than AH_BOTTOM.
2101
2102 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2103 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2104 Set with shell, not cpp.
2105 (LIBX): Remove, just use -lX11 in the one place this was used.
2106 (cannot_dump): Replace with CANNOT_DUMP.
2107
21082010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2109
0a19a6f8 2110 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2111 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2112 by minimum required Gtk+ 2.6). Add checks for functions introduced
2113 in Gtk+ 2.14 or newer (bug#6505).
2114
21152010-06-26 Eli Zaretskii <eliz@gnu.org>
2116
2117 * config.bat: Remove white space around "+" in COPY commands.
2118
21192010-06-23 Glenn Morris <rgm@gnu.org>
2120
2121 * info/dir: Start descriptions in column 32, per Texinfo convention.
2122
21232010-06-16 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * INSTALL: Update font information (Bug#6389).
2126
21272010-06-16 Glenn Morris <rgm@gnu.org>
2128
2129 * INSTALL: General update.
2130
21312010-06-12 Glenn Morris <rgm@gnu.org>
2132
2133 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2134
21352010-06-11 Glenn Morris <rgm@gnu.org>
2136
2137 * configure.in (--without-compress-info): New option.
2138 (GZIP_INFO): New output variable.
2139
2140 * Makefile.in (GZIP_INFO): New, set by configure.
2141 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2142 Handle man pages in the same way.
2143
21442010-06-10 Glenn Morris <rgm@gnu.org>
2145
2146 * Makefile.in (install-arch-indep): Gzip the info files too.
2147
2148 * make-dist: Remove references to non-existent directories and files.
2149
21502010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2151
2152 * configure.in: Include <strings.h> and <string.h> instead of
2153 "strings.h" and "string.h".
2154
21552010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2156
2157 * configure.in: Remove code dealing with BSTRING.
2158
21592010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2160
2161 * configure.in (AC_PREREQ): Require autoconf 2.65.
2162
2163 * configure.in (unxec): Do not define and substitute.
2164 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2165
21662010-06-03 Glenn Morris <rgm@gnu.org>
2167
2168 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2169
21702010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2171
2172 Fix alloca definition when using gcc on non-gnu systems.
2173 * configure.in: Use the code sequence indicated by "info autoconf"
2174 for alloca (bug#6170).
2175
21762010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * .bzrignore: Ignore new files from trunk, which appear if you use
2179 colocated branches (i.e. "bzr switch").
2180
21812010-05-28 Glenn Morris <rgm@gnu.org>
2182
2183 * configure.in: Simplify some of the $canonical tests.
2184
21852010-05-27 Glenn Morris <rgm@gnu.org>
2186
2187 * config.bat: Do not preprocess src/Makefile.in.
2188
2189 * configure.in: Do not preprocess src/Makefile.in.
2190 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2191 (AC_EGREP_CPP): Test no longer needed.
2192
2193 * make-dist: No more Makefile.c files.
2194
21952010-05-26 Glenn Morris <rgm@gnu.org>
2196
2197 * configure.in (YMF_PASS_LDFLAGS): Remove.
2198 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2199
2200 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2201 Add $GNUSTEP_LOCAL_HEADERS.
2202 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2203
2204 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2205 (GNUSTEP_MAKEFILES): Remove.
2206 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2207 stuff to here.
2208
22092010-05-25 Glenn Morris <rgm@gnu.org>
2210
2211 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2212 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2213
2214 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2215 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2216 here instead.
2217
22182010-05-24 Romain Francoise <romain@orebokech.com>
2219
2220 * make-dist: Look for version in src/emacs.c.
2221 Use lisp/subr.el rather than lisp/version.el for location check.
2222
22232010-05-21 Glenn Morris <rgm@gnu.org>
2224
2225 * configure.in (MKDEPDIR): Parallel build tweak.
2226
2227 * configure.in (ns_frag): New output file.
2228
2229 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2230 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2231
2232 * configure.in (cannot_dump): New output variable.
2233
22342010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2235
2236 * configure.in: On NetBSD, if terminfo is found, use it in
2237 preference to termcap. (Bug#6190)
2238
22392010-05-20 Glenn Morris <rgm@gnu.org>
2240
2241 * make-dist (src): Include *.mk.
2242 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2243 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2244 (deps_frag): New output file.
2245 (AUTO_DEPEND): Remove this definition.
2246
2247 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2248
22492010-05-19 Glenn Morris <rgm@gnu.org>
2250
2251 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2252 (ORDINARY_LINK): New AC_DEFINE.
2253 (LIB_GCC): No need to set if ORDINARY_LINK.
2254
22552010-05-18 Glenn Morris <rgm@gnu.org>
2256
2257 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2258 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2259
2260 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2261 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2262 (RALLOC_OBJ): New output variable.
2263
2264 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2265 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2266
22672010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * Makefile.in (src): Provide the name of the VCS file that witnesses
2270 a pull.
2271 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2272
22732010-05-17 Glenn Morris <rgm@gnu.org>
2274
2275 * configure.in (OLDXMENU_DEPS): New output variable.
2276
22772010-05-16 Glenn Morris <rgm@gnu.org>
2278
2279 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2280
2281 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2282 * Makefile.in (install-arch-dep): Update for above change.
2283
2284 * Makefile.in (ns_appdir): Remove.
2285 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2286
2287 * configure.in (TEMACS_LDFLAGS2): New output variable.
2288
2289 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2290 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2291 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2292 nothing uses.
2293
22942010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2295
2296 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2297 does not use them.
2298 (X11R5_INHIBIT_I18N): Remove, unused.
2299
23002010-05-15 Glenn Morris <rgm@gnu.org>
2301
2302 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2303
2304 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2305
23062010-05-15 Ken Raeburn <raeburn@raeburn.org>
2307
2308 * configure.in: Look for version string in its new location.
2309
23102010-05-15 Eli Zaretskii <eliz@gnu.org>
2311
2312 * config.bat: Remove support for DJGPP v1.x.
2313
23142010-05-15 Glenn Morris <rgm@gnu.org>
2315
2316 * configure.in (OLDXMENU_TARGET): New output variable.
2317
2318 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2319
2320 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2321 and other files that no longer exist.
2322
23232010-05-14 Glenn Morris <rgm@gnu.org>
2324
2325 * configure.in (cpp_undefs): Add mktime, register, X11.
2326
2327 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2328 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2329 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2330
2331 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2332 (GNUSTEP_MAKEFILES): Do not output.
2333
23342010-05-13 Glenn Morris <rgm@gnu.org>
2335
2336 * configure.in: Fix some paren typos.
2337
2338 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2339
2340 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2341
23422010-05-12 Glenn Morris <rgm@gnu.org>
2343
2344 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2345
2346 * configure.in (LIB_GCC): New output variable.
2347
23482010-05-11 Glenn Morris <rgm@gnu.org>
2349
2350 * make-dist (msdos): No more mainmake.
2351
2352 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2353 * config.bat: Do not run cpp on lib-src/Makefile.in.
2354
2355 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2356
23572010-05-10 Glenn Morris <rgm@gnu.org>
2358
2359 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2360
2361 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2362 (BLESSMAIL_TARGET): New output variable.
2363
23642010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2365
2366 * INSTALL: Fix typos.
2367
23682010-05-08 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * configure.in: Add check for buggy version of GCC (Bug#6031).
2371
23722010-05-08 Glenn Morris <rgm@gnu.org>
2373
2374 * configure.in (HAVE_LIBNCURSES): New local variable.
2375 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2376 replacing cpp in src/s/*.h and src/Makefile.in.
2377
23782010-05-07 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * Version 23.2 released.
2381
23822010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * configure.in: Add tests for `isnan' and `copysign'.
2385
23862010-05-07 Eli Zaretskii <eliz@gnu.org>
2387
2388 * config.bat: Allow for 2 leading `#'s in comments in
2389 src/Makefile.in.
2390
23912010-05-07 Glenn Morris <rgm@gnu.org>
2392
2393 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2394 Merges logic from src/s/* and src/Makefile.in.
2395 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2396
23972010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2398
2399 Define START_FILES and LIB_STANDARD using autoconf.
2400 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2401 here from src/s/*.h.
2402 (HAVE_CRTIN): Remove, inline logic in the netbsd
2403 START_FILES/LIB_STANDARD computation.
2404
24052010-05-06 Glenn Morris <rgm@gnu.org>
2406
2407 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2408
2409 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2410 (LD_SWITCH_X_SITE): Remove unused variables.
2411
24122010-05-04 Glenn Morris <rgm@gnu.org>
2413
2414 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2415 as well.
2416 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2417
2418 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2419
2420 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2421 variables, replacing c_switch_machine, c_switch_system.
2422 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2423 @c_switch_system@.
2424
24252010-05-03 Glenn Morris <rgm@gnu.org>
2426
2427 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2428
2429 * make-dist: There are no more src/m/*.inp files.
2430
24312010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2432
2433 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2434 (ac_link): Do not use ld_switch_machine.
2435
24362010-05-01 Glenn Morris <rgm@gnu.org>
2437
2438 * configure.in (OTHER_OBJ): Remove.
2439 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2440
24412010-04-30 Glenn Morris <rgm@gnu.org>
2442
2443 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2444 Elsewhere, maybe include it.
2445
2446 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2447 (OLDXMENU, LIBXMENU): New output variables.
2448
2449 * configure.in (OTHER_OBJ): New output variable.
2450
24512010-04-28 Glenn Morris <rgm@gnu.org>
2452
2453 * configure.in (CYGWIN_OBJ): New output variable.
2454
2455 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2456
2457 * configure.in (FONT_OBJ): New output variable.
2458
2459 * configure.in (LIBXMU): New output variable.
2460
2461 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2462
2463 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2464 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2465
24662010-04-27 Glenn Morris <rgm@gnu.org>
2467
2468 * configure.in (LIBXTR6): New output variable. Move unixware special
2469 case here from src/s/unixware.h.
2470
2471 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2472 in Makefiles.
2473 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2474
2475 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2476 (LIBXP): No longer substitute in Makefiles.
2477 (MOTIF_LIBW): New output variable. Move system-specific settings here
2478 from src/s files.
2479
24802010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2481
2482 Reduce CPP usage.
2483 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2484 (unexec): Define unconditionally, all platforms define
2485 UNEXEC. AC_SUBST it.
2486 (UNEXEC_SRC): Remove, unused.
2487 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2488
24892010-04-27 Glenn Morris <rgm@gnu.org>
2490
2491 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2492 replaced by LIBXP.
2493
2494 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2495 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2496 On hpux10-20, default to /lib.
2497
2498 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2499
25002010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * configure.in (LIBS_MACHINE): Remove, unused.
2503
2504 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2505
25062010-04-24 Glenn Morris <rgm@gnu.org>
2507
2508 * configure.in (CRT_DIR): New output variable.
2509 (--with-crt-dir): New option. (Bug#5655)
2510 (HAVE_LIB64_DIR): Remove.
2511
25122010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2513
2514 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2515
25162010-04-22 Miles Bader <miles@gnu.org>
2517
2518 * configure.in: Get rid of "unix" pre-defined macro when
2519 preprocessing Makefile. (Bug#5857)
2520
25212010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2522
2523 Avoid non-portable shell command negation
2524 * configure.in: Revert last change.
2525
25262010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2527
2528 * configure.in: Change "if test ! -f" to "if ! test -f".
2529
25302010-04-21 Glenn Morris <rgm@gnu.org>
2531
2532 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2533 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2534
25352010-04-21 Karel Klíč <kklic@redhat.com>
2536
2537 * configure.in: New option: --with(out)-selinux, on by default.
2538 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2539 LIBSELINUX_LIBS in Makefiles.
2540
25412010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2542
2543 * configure.in: Remove all references to LIBX11_SYSTEM.
2544
25452010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2546
2547 * configure.in: Remove all references to C_DEBUG_SWITCH.
2548
25492010-03-27 Eli Zaretskii <eliz@gnu.org>
2550
2551 * config.bat <lib-src>: Edit out lines that begin with several #
2552 characters.
2553
25542010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * configure.in: Remove support for old UNIX System V systems and
2557 for Unixware on non-x86 machines.
2558
2559 * configure.in: Remove support for Solaris on PPC and for old versions.
2560
2561 * configure.in: Remove non-working lynxos port.
2562
25632010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2564
2565 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2566
25672010-03-19 Glenn Morris <rgm@gnu.org>
2568
2569 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2570 happy.
2571
25722010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2573
2574 * configure.in: Check for tputs and friends, abort if not
2575 found (bug#5735).
2576
25772010-03-18 Glenn Morris <rgm@gnu.org>
2578
2579 * configure.in (--with-x-toolkit): In the help text, say which options
2580 are synonyms.
2581
2582 * configure.in (--with-mmdf, --with-mail-unlink):
2583 New options, off by default.
2584 (--with-mailhost): New option to set default POP host.
2585 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2586 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2587 New variables, substituted in Makefiles.
2588 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2589 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2590 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2591 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2592 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2593
25942010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2595
2596 * Makefile.in (uninstall): Handle the case where archlibdir does not
2597 exist. (Bug#5720)
2598
25992010-03-12 Eli Zaretskii <eliz@gnu.org>
2600
75f1671a 2601 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2602 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2603
2604 * configure: Regenerated.
2605
26062010-03-10 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * Branch for 23.2.
2609
26102010-01-31 Juri Linkov <juri@jurta.org>
2611
2612 * .bzrignore: Add TAGS-LISP.
2613
26142010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2615
2616 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2617 this header file).
2618
26192010-01-12 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * .bzrignore: Ignore all .exe, instead of individual files.
2622
26232010-01-12 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * configure.in: Explicitly check for and link to -lXrender.
2626
26272010-01-12 Glenn Morris <rgm@gnu.org>
2628
2629 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2630 for bug reports for development versions.
2631
26322010-01-02 Eli Zaretskii <eliz@gnu.org>
2633
2634 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2635 build.
2636
26372009-12-27 Karl Fogel <kfogel@red-bean>
2638
2639 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2640 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2641
26422009-12-17 Glenn Morris <rgm@gnu.org>
2643
2644 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2645
26462009-12-15 Glenn Morris <rgm@gnu.org>
2647
2648 * info/dir: Add EDT entry.
2649 * Makefile.in (INFO_FILES): Add edt.
2650
26512009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2652
1154d12e 2653 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2654
26552009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2656
2657 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2658
26592009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2660
2661 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2662
26632009-12-01 Glenn Morris <rgm@gnu.org>
2664
2665 * make-dist: Add etc/images/mpc directory.
2666
26672009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2668
2669 * configure.in: Don't check for GConf unless X is used.
2670
26712009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2672
2673 * configure.in: Use -Wdeclaration-after-statement if available.
2674
26752009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2676
2677 * configure.in: New option: --with(out)-gconf.
2678 Set HAVE_GCONF if we find gconf.
2679
26802009-11-17 Glenn Morris <rgm@gnu.org>
2681
2682 * Makefile.in (INFO_FILES): Add semantic.
2683
26842009-11-16 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * info/dir: Add Semantic.
2687
26882009-11-16 Glenn Morris <rgm@gnu.org>
2689
2690 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2691 pattern, so as not to exclude makefile*.el. (Bug#4912)
2692
26932009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2694
2695 * configure.in: --enable-autodepend is new. Check for GNU Make
2696 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2697 gcc and GNU make to generate dependencies.
2698
26992009-10-27 Glenn Morris <rgm@gnu.org>
2700
2701 * make-dist: Make links to doc/lispintro/*.pdf.
2702
27032009-10-23 Jim Meyering <meyering@redhat.com>
2704
2705 * configure.in: Invoke $CPP with -P when creating Makefile and
2706 src/Makefile. Without this, gcc 4.4.2 converts each
2707 backslash-newline pair in the input to a bare newline, yielding
2708 invalid Makefiles.
2709
2710 * configure: Regenerate.
2711
27122009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2713
2714 * configure.in (vax-dec-vms): Remove, not supported anymore.
2715
27162009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2717
2718 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2719 (*-apple-darwin*): Add x86_64 architecture.
2720
27212009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2722
2723 * config.guess, config.sub: Updated from master source.
2724
27252009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2726
2727 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2728
27292009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2730
2731 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2732
27332009-09-29 Glenn Morris <rgm@gnu.org>
2734
2735 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2736
27372009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2738
2739 * config.guess, config.sub: Updated from master source.
2740
2741 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2742
27432009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2744
2745 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2746
27472009-09-13 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * INSTALL: Update URL for GNU FreeFont.
2750
27512009-09-09 Glenn Morris <rgm@gnu.org>
2752
2753 * Makefile.in (install-arch-indep): Don't recursively change perms of
2754 site-lisp and infodir. There may be non-Emacs files in here, and the
2755 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2756 (mkdir): Set umask to world-readable before creating directories.
2757 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2758
27592009-08-29 Glenn Morris <rgm@gnu.org>
2760
2761 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2762 (info): Don't give an error in the absence of makeinfo - let the doc
2763 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2764
27652009-08-23 Ken Raeburn <raeburn@raeburn.org>
2766
2767 * Makefile.in (install-arch-indep): If the versioned DOC-####
2768 generated during loadup+dump isn't found, install the plain DOC
2769 file that always gets generated, in case CANNOT_DUMP is set.
2770
2771 * configure.in: Warn if package version specified here doesn't
2772 match the version in version.el.
2773 * configure: Regenerate.
2774
27752009-08-22 Michael Albinus <michael.albinus@gmx.de>
2776
2777 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2778
2779 * configure: Regenerate.
2780
27812009-08-19 Glenn Morris <rgm@gnu.org>
2782
2783 * INSTALL: Remove reference to cvtmail.
2784
27852009-08-15 CHENG Gao <chenggao@gmail.com>
2786
2787 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2788
27892009-08-02 Kevin Ryde <user42@zip.com.au>
2790
2791 * INSTALL: Fix free fonts URL.
2792
27932009-07-22 Glenn Morris <rgm@gnu.org>
2794
2795 * configure.in (AC_PREREQ): Require autoconf 2.62.
2796
27972009-07-04 Andreas Schwab <schwab@linux-m68k.org>
2798
2799 * configure.in (--enable-checking, --enable-profiling):
2800 Use AS_HELP_STRING.
2801
28022009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2803
2804 * configure.in (--enable-profiling): New option.
2805 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2806
28072009-06-27 Glenn Morris <rgm@gnu.org>
2808
2809 * configure.in: Restore netbsd on mips, mipsel, mipseb.
2810
28112009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2812
2813 * configure.in (--enable-checking): New option.
2814
28152009-06-24 Glenn Morris <rgm@gnu.org>
2816
2817 * make-dist: Warn if subdir does not exist in source.
2818 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
2819 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
2820 No longer make links.
2821
28222009-06-24 Yavor Doganov <yavor@gnu.org>
2823
2824 * make-dist (tempdir): Don't create directories preferences.gorm
2825 and preferences.nib, they are no longer required.
2826
28272009-06-21 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * Branch for 23.1.
2830
28312009-06-12 Chong Yidong <cyd@stupidchicken.com>
2832
2833 * configure.in: Delete mac-fix-env target, which has been
2834 removed (Bug#3531).
2835
28362009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2837
1154d12e 2838 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
2839
28402009-05-05 Per Starbäck <per@starback.se> (tiny change)
2841
2842 * BUGS: Use new binding of view-emacs-problems.
2843
c7015153 28442009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
2845
2846 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
2847 for Solaris compatibility.
2848
28492009-04-25 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * configure: Regenerate.
2852
2853 * configure.in: Disable use of FreeType without libXft.
2854
28552009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2856
2857 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
2858 Check if it is declared in gtk.h.
2859
28602009-04-12 Andreas Schwab <schwab@linux-m68k.org>
2861
2862 * Makefile.in (install-arch-indep): Remove .gitignore files.
2863
28642009-04-03 Kenichi Handa <handa@m17n.org>
2865
2866 * INSTALL: Make the section "Complex Text Layout support
2867 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2868
28692009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
2870
2871 * configure.in (rs6000-ibm-aix6*): Fix typo.
2872
28732009-03-04 Glenn Morris <rgm@gnu.org>
2874
2875 * Makefile.in (INFO_FILES): Add auth.
2876
28772009-03-03 Glenn Morris <rgm@gnu.org>
2878
2879 * info/dir: Add Auth-source.
2880
28812009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
2884 the second.
2885
28862009-02-28 Eli Zaretskii <eliz@gnu.org>
2887
2888 * config.bat: Copy .dbxinit to _dbxinit.
2889
2890 * make-dist (Making links to `info'): Remove .gitignore.
2891
28922009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * Makefile.in (lib-src, lisp): Use simpler rule.
2895 (src): Be more specific to avoid recompiling all the .elc files just
2896 because the bootstrap-emacs is missing.
2897
28982009-02-26 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * configure.in: Require librsvg >= 2.11.
2901
29022009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2903
2904 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
2905 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2906
29072009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2908
2909 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
2910
29112009-02-03 Glenn Morris <rgm@gnu.org>
2912
2913 * make-dist: Add some missing files, remove some that are no longer
2914 present.
2915
29162009-02-02 Glenn Morris <rgm@gnu.org>
2917
2918 * make-dist: Add some missing nextstep/ files.
2919
29202009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
2921
2922 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2923
29242009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * configure.in: Add support for m68k-*-netbsd.
2927
29282009-01-14 Juri Linkov <juri@jurta.org>
2929
2930 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
2931
2932 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
2933 and bug-reference-mode.
2934
29352009-01-11 Juri Linkov <juri@jurta.org>
2936
2937 * INSTALL.CVS: Move configuration explicitly to the first step.
2938
29392009-01-09 Glenn Morris <rgm@gnu.org>
2940
2941 * .dir-locals.el: Don't set indent-tabs-mode.
2942
29432008-12-30 Kenichi Handa <handa@m17n.org>
2944
2945 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
2946 the function OTF_get_variation_glyphs.
2947
29482008-12-30 Jan Djärv <jan.h.d@swipnet.se>
2949
2950 * Makefile.in (install-arch-dep): Remove old directories in
2951 ns_app* before moving new directories there.
2952
29532008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
2954
2955 * .dir-locals.el: Remove non-working entry for pmail.
2956 (fill-column): Fix typo.
2957 (change-log-mode): Add fill column.
2958
29592008-12-26 Eli Zaretskii <eliz@gnu.org>
2960
2961 * config.bat: Produce _dir-locals.el from .dir-locals.el.
2962
29632008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2964
2965 * make-dist (tempdir): Distribute .dir-locals.el.
2966
2967 * .dir-locals.el: New file.
2968
29692008-12-19 Eli Zaretskii <eliz@gnu.org>
2970
2971 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
2972 for rationale.
2973
29742008-12-13 Glenn Morris <rgm@gnu.org>
2975
2976 * Makefile.in (install-arch-indep): Add new man-pages.
2977 (manext): Remove variable.
2978 (MAN_PAGES): New variable.
2979 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
2980 and remove.
2981 (uninstall): Remove desktop file and icons, game scores if empty.
2982
29832008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2984
2985 * config.guess, config.sub: Updated from master source.
2986
29872008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2988
2989 * Makefile.in (install-arch-indep): Install ebrowse.1.
2990
29912008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2992
2993 * configure.in: Add Solaris on x86_64.
2994
29952008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2996
2997 * config.guess, config.sub: Updated from master source.
2998
29992008-12-08 Eli Zaretskii <eliz@gnu.org>
3000
3001 * info/dir: Fix last change.
3002
30032008-12-07 Eli Zaretskii <eliz@gnu.org>
3004
3005 * info/dir: Untabify.
3006
30072008-11-28 Ulrich Mueller <ulm@gentoo.org>
3008
3009 * configure.in: Fix last change.
3010
30112008-11-28 Richard M Stallman <rms@gnu.org>
3012
3013 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3014 New configurations.
3015
30162008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3017
3018 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3019 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3020
30212008-11-15 Eli Zaretskii <eliz@gnu.org>
3022
3023 * Makefile.in (INFO_FILES): Remove ns-emacs.
3024
3025 * info/dir (NS-Emacs): Remove entry.
3026
30272008-11-08 Eli Zaretskii <eliz@gnu.org>
3028
3029 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3030
30312008-11-07 Glenn Morris <rgm@gnu.org>
3032
3033 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3034
30352008-10-31 Eli Zaretskii <eliz@gnu.org>
3036
3037 * config.bat: Tell user to expect one "File not found" message
3038 while the `doc' directory is being configured.
3039
30402008-10-30 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * update-subdirs: Put obsolete directory last.
3043
30442008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3045
3046 * configure.in: Check fontconfig always.
3047
30482008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3049
3050 * configure (*-solaris2.[7-9]*): Fix typo.
3051
30522008-10-24 Glenn Morris <rgm@gnu.org>
3053
3054 * configure.in (--without-sync-input, --with-pkg-config-prog):
3055 Help strings start with lower case.
3056 (--with-gnustep-conf): New option.
3057 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3058
30592008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3060
3061 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3062 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3063 is not found. (Bug#1230)
3064
30652008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3066
3067 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3068 Use sol2-6.h for Solaris 7-9.
3069
30702008-10-18 Ulrich Mueller <ulm@gentoo.org>
3071
3072 * configure.in: Add support for GNU/Linux on SuperH.
3073
30742008-10-12 Andreas Schwab <schwab@suse.de>
3075
3076 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3077
1a71cb28 30782008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3079
3080 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3081 "X") to avoid confusion.
3082
3083 * configure: Regenerate.
3084
30852008-09-07 Romain Francoise <romain@orebokech.com>
3086
3087 * make-dist: Distribute doc/man/ChangeLog.
3088
30892008-08-28 Chong Yidong <cyd@stupidchicken.com>
3090
3091 * configure.in: Disable XFT and Freetype when without X.
3092
3093 * configure: Regenerate.
3094
30952008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3096
3097 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3098
30992008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3100
3101 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3102 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3103
3104 * configure: Regenerate.
3105
31062008-08-20 Eli Zaretskii <eliz@gnu.org>
3107
3108 * configure.in: Move "#define subprocesses" before
3109 config_opsysfile is included.
3110
31112008-08-19 Kenichi Handa <handa@m17n.org>
3112
3113 * INSTALL (Extra fonts): Mention local fonts, don't mention
3114 mule-unicode.
3115
31162008-08-16 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * make-dist: Omit info/.arch-inventory.
3119
31202008-08-16 Jason Rumney <jasonr@gnu.org>
3121
3122 * make-dist (tempdir/nt): Link emacsclient.rc.
3123
31242008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3125
3126 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3127 AC_SUBST it.
3128 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3129 AC_SUBST it.
3130 (OTHER_FILES): Always define for HAVE_NS.
3131 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3132 * configure: Regenerate.
3133
31342008-08-07 Andreas Schwab <schwab@suse.de>
3135
3136 * configure.in: Correctly handle
3137 --enable-cocoa-experimental-ctrl-g=no and
3138 --enable-ns-self-contained=yes.
3139
31402008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3141
3142 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3143 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3144 bother undef'ing since won't have desired effect.
3145
31462008-08-06 Andreas Schwab <schwab@suse.de>
3147
3148 * configure.in: Fix quoting.
3149
31502008-08-06 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3153
31542008-08-05 Ulrich Mueller <ulm@gentoo.org>
3155
3156 * configure.in: Add checks for krb5_error.text and
3157 krb5_error.e_text struct members.
3158
31592008-08-04 Chong Yidong <cyd@stupidchicken.com>
3160
3161 * configure.in: Test for existence of NSInteger.
3162 Suggested by Yavor Doganov.
3163
31642008-08-02 Romain Francoise <romain@orebokech.com>
3165
3166 * Makefile.in (INFO_FILES): Add mairix-el.
3167
31682008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3169
3170 * make-dist:
3171 * README: Remove VMS support.
3172 * vms: Remove directory.
3173
31742008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3175
3176 * configure.in (MULTI_KBOARD): Remove.
3177
31782008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3179
3180 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3181
31822008-07-29 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * info/dir (File): Add mairix-el.
3185
31862008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3187
3188 Remove support for Mac Carbon.
3189 * mac: Remove directory.
3190 * make-dist:
3191 * configure.in:
3192 * README:
3193 * Makefile.in:
3194 * INSTALL: Remove code for Carbon.
3195 * configure: Regenerate.
3196
31972008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3198
3199 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3200
32012008-07-25 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * configure.in: Check for getrlimit.
3204
3205 * configure: Regenerate.
3206
32072008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3210 in src/Makefile.in.
3211 (static): Remove, autoconf would always comment it out anyway.
3212 (subprocesses): Define unconditionally.
3213
32142008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3215
3216 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3217 compilation under GNUstep.
3218
32192008-07-18 Kenichi Handa <handa@m17n.org>
3220
3221 * INSTALL (Complex Text Layout support libraries): Delete the
3222 paragraph about --enable-font-backend.
3223
32242008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3225
3226 * configure.in: Print out some info to user for NeXTstep builds.
3227 (ns-app): Remove enable option.
3228 (ns-self-contained): Add enable option.
3229 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3230 GNUstep, use to set install prefixes, and substitute in Makefiles.
3231 * configure: Regenerate.
3232 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3233 NS app bundle.
3234
32352008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3238
32392008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3240
3241 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3242 NS_IMPL_COCOA.
3243
32442008-07-16 Glenn Morris <rgm@gnu.org>
3245
3246 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3247 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3248 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3249 never unset.
3250
3251 * make-dist: Add nextstep/ directories.
3252 (src, lib-src): Add .m files.
3253
32542008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3257 (USER_FULL_NAME): Remove, not used anymore.
3258 * configure: Regenerate.
3259
32602008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3261
3262 Changes and additions for NeXTstep windowing system (Cocoa and
3263 GNUstep) support.
3264
3265 * configure.in: Add support for NS window system: --with-ns (default
3266 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3267 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3268 disable font backend if window system is "none", not if !HAVE_X11.
3269 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3270 (install-arch-dep): Add commands to assemble NS .app package.
3271
32722008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3273
3274 * configure.in: Use macppc for Darwin. Remove references to
3275 desupported systems.
3276 * configure: Regenerate.
3277
32782008-07-05 Glenn Morris <rgm@gnu.org>
3279
3280 * make-dist (EMACS): Doc fix.
3281 (lisp): There are no *.dat or image files here any more.
3282 (src): There are no *.s files here any more.
3283 (etc/images, etc/images/*): Link to most regular files.
3284
32852008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3286
3287 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3288
32892008-07-01 Glenn Morris <rgm@gnu.org>
3290
3291 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3292 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3293 and explicitly export there. (Bug#507.)
3294
32952008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3296
3297 * configure.in:
3298 * configure: Remove references to obsolete systems.
3299
33002008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3303 make it depend on all other */.in files.
3304 (src/Makefile, src/config.stamp, lib-src/Makefile)
3305 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3306 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3307 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3308 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3309
3310 * configure.in: Don't create src/config.stamp any more.
3311
33122008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3315
33162008-06-22 Glenn Morris <rgm@gnu.org>
3317
3318 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3319
33202008-06-21 Romain Francoise <romain@orebokech.com>
3321
3322 * Makefile.in (INFO_FILES): Add sasl.
3323
33242008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3325
3326 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3327 (bootstrap-build): Remove.
3328 (top_bootclean): New var.
3329 (top_distclean, bootstrap-clean): Use it.
3330 (bootstrap): Don't recheck config. Make normally.
3331
33322008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * Makefile.in (SUBDIR): Include `lisp'.
3335 (lisp): Depend on `src'.
3336 (top_distclean): Don't remove config.status.
3337 (bootstrap-clean): New target.
3338 (maintainer-clean): Use it.
3339 (bootstrap): Use bootstrap-clean. Re-run config.status.
3340 (src/bootstrap-emacs${EXEEXT}): New target.
3341 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3342 src/Makefile now takes care of it.
3343 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3344
33452008-06-15 Glenn Morris <rgm@gnu.org>
3346
3347 * info/dir: Add sasl.
3348
33492008-06-09 Alan Mackenzie <acm@muc.de>
3350
3351 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3352
33532008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3354
3355 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3356
33572008-06-07 Glenn Morris <rgm@gnu.org>
3358
3359 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3360 serve no purpose.
3361
33622008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3363
3364 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3365 * configure: Regenerate.
3366
33672008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3370
33712008-05-14 Kenichi Handa <handa@m17n.org>
3372
3373 * configure: Regenerate.
3374
3375 * configure.in: Don't handle --disable-font-backend. Don't print
3376 a message about a font backend.
3377
33782008-05-09 Glenn Morris <rgm@gnu.org>
3379
3380 * configure.in: Make absence of makeinfo a fatal error only if the info
3381 files don't exist.
3382 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3383
33842008-05-07 Eli Zaretskii <eliz@gnu.org>
3385
3386 * config.bat: Fix last change: don't use < and > in "rem" lines,
3387 they are interpreted as redirection by DOS shells.
3388
33892008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3390
3391 * configure.in: Check availability of AvailabilityMacros.h
3392 if HAVE_CARBON.
3393
3394 * configure: Regenerate.
3395
33962008-05-03 Glenn Morris <rgm@gnu.org>
3397
3398 * configure.in (x_libraries): Remove standard 64-bit directories -
3399 experimental workaround for minor autoconf bug.
3400
3401 * configure.in (--without-makeinfo): New option. If set,
3402 absence of suitable makeinfo is not a fatal error.
3403 * Makefile.in (MAKEINFO): New, set by configure.
3404 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3405 (info-real): New target.
3406 (info): Without makeinfo, do nothing, else call `info-real'.
3407
34082008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3409
3410 * configure.in: Remove hpux10.20 from the desupported list.
3411
34122008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3415
34162008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3419 rather than change CPPFLAGS.
3420 (HAVE_GTK): Rename to USE_GTK.
3421
34222008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3423
3424 * configure.in: Replace the obsolete macros AC_AIX and
3425 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3426
34272008-04-05 Andreas Schwab <schwab@suse.de>
3428
3429 * configure.in: No longer create admin/unidata/Makefile.
3430
34312008-03-28 Andreas Schwab <schwab@suse.de>
3432
3433 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3434 (lisp/Makefile): New rule.
3435
34362008-03-13 Glenn Morris <rgm@gnu.org>
3437
3438 * configure.in (AC_INIT): Fix version number.
3439 (sync-input): Reword the option, since it's on by default.
3440
34412008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3442
3443 * configure.in: Add --enable-sync-input, default yes.
3444
34452008-03-11 Glenn Morris <rgm@gnu.org>
3446
3447 * Makefile.in (install-etc, mkdir): Handle directory
3448 etc/images/icons/hicolor/*/mimetypes/.
3449
3450 * make-dist: Handle icons/hicolor/scalable directory.
3451
34522008-03-05 Glenn Morris <rgm@gnu.org>
3453
3454 * configure.in: Enable font-backend by default.
3455 (USE_FONT_BACKEND): Set to "no" in absence of X.
3456 (PKG_CONFIG): Don't set multiple times, once is enough.
3457 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3458
34592008-03-03 Glenn Morris <rgm@gnu.org>
3460
3461 * Makefile.in (iconsrcdir): New variable.
3462 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3463 directory.
3464
34652008-02-29 Glenn Morris <rgm@gnu.org>
3466
3467 * test/: New directory.
3468
34692008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3470
3471 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3472
34732008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3474
3475 * configure.in: Print an error for systems that we think are obsolete
3476 and are proposed to be removed. Remove some more unused systems.
3477 Add support for powerpc-ibm-aix6*.
3478
34792008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3480
3481 * configure.in: Remove references to obsolete variables and systems.
3482
34832008-02-21 Glenn Morris <rgm@gnu.org>
3484
3485 * Makefile.in (set_installuser): New.
3486 (install-arch-indep): Use set_installuser to avoid duplicate code.
3487
3488 * README.unicode: Split into admin/notes/unicode,font-backend and
3489 remove.
3490
34912008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3492
3493 * configure.in (arm*-*-freebsd*): Add.
3494
34952008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3496
3497 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3498 dealing with obsolete variables.
3499
35002008-02-08 Glenn Morris <rgm@gnu.org>
3501
3502 * Makefile.in (check-info-dir): New target.
3503
35042008-02-08 Michael Olson <mwolson@gnu.org>
3505
3506 * Makefile.in (INFO_FILES): Add epa.
3507
3508 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3509 features" section.
3510
35112008-02-06 Glenn Morris <rgm@gnu.org>
3512
3513 * configure.in (--with-gcc): Give an error saying this option has
3514 been removed.
3515 (--with-gtk): Remove this option.
3516
35172008-02-06 Tom Tromey <tromey@redhat.com>
3518
3519 * configure.in (--with-gcc): Remove.
3520 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3521
35222008-02-05 Ulrich Mueller <ulm@gentoo.org>
3523
3524 * INSTALL: Recommend giflib, not libungif.
3525
35262008-02-05 Tom Tromey <tromey@redhat.com>
3527
3528 * configure.in (--with-dbus): Default to enabled.
3529
35302008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3531
3532 * INSTALL (Complex Text Layout support libraries): New section.
3533
35342008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3535
3536 * make-dist: Remove references to files in mac/ that have been
3537 deleted.
3538
35392008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3540
3541 * configure.in: For libotf and m17n-flt checks, set shell vars
3542 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3543 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3544 Reported by Ulrich Mueller.
3545
35462008-02-02 Eli Zaretskii <eliz@gnu.org>
3547
3548 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3549 admin/unidata/Makefile.in to Makefile.
3550
35512008-02-02 Glenn Morris <rgm@gnu.org>
3552
3553 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3554 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3555 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3556
35572008-02-01 Miles Bader <miles@gnu.org>
3558
3559 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3560 [libotf], and [m17n-flt] options.
3561
35622008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3563
3564 * configure.in: Add EMACS_ARG_N([libotf]...), and
3565 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3566 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3567 CFLAGS, and LIBS in checking of m17n-flt.
3568
35692008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3570
3571 * configure.in: Check the availability of m17n-flt library.
3572
35732008-02-01 Kenichi Handa <handa@m17n.org>
3574
3575 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3576 not available.
3577
35782008-02-01 Kenichi Handa <handa@m17n.org>
3579
3580 * configure.in: New args --enable-font-backend, --with-xft,
3581 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3582 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3583 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3584 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3585
35862008-02-01 Kenichi Handa <handa@m17n.org>
3587
3588 * make-dist: Include etc/charsets in tarball.
3589
35902008-02-01 Kenichi Handa <handa@m17n.org>
3591
3592 * configure.in: While running cpp on junk.c, include
3593 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3594 exists.
3595
35962008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * configure.in (xtensa): Match more configurations.
3599
36002008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3601
3602 * configure.in: Update comment.
3603
36042008-01-26 Glenn Morris <rgm@gnu.org>
3605
3606 * configure.in (--without-gcc): By default, neither off nor on.
3607 (--with-carbon): Tone down rhetoric in help text.
3608
36092008-01-25 Glenn Morris <rgm@gnu.org>
3610
3611 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3612 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3613 Default `Carbon' to off (it's unsupported).
3614
36152008-01-24 Glenn Morris <rgm@gnu.org>
3616
3617 * configure.in: Standardize dbus-related messages.
3618
36192008-01-23 Michael Olson <mwolson@gnu.org>
3620
3621 * configure.in (pkg-config-prog): Remove initial whitespace.
3622
36232008-01-23 Tom Tromey <tromey@redhat.com>
3624
3625 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3626 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3627 Update all users.
3628
36292008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * config.guess, config.sub: Updated from master source.
3632
36332008-01-17 Andreas Schwab <schwab@suse.de>
3634
3635 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3636
36372008-01-17 Glenn Morris <rgm@gnu.org>
3638
3639 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3640
36412008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3642
3643 * configure.in: Remove more references to unsupported systems.
3644
36452008-01-16 Sven Joachim <svenjoac@gmx.de>
3646
3647 * make-dist: Add --lzma.
3648
36492008-01-16 Glenn Morris <rgm@gnu.org>
3650
3651 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3652 configure checks for this.
3653
36542008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3655
3656 * configure.in: Remove more references to unsupported systems.
3657
36582008-01-06 Romain Francoise <romain@orebokech.com>
3659
3660 * configure.in: Delete extra semicolons.
3661
36622008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3663
3664 * configure.in: Remove references to unsupported systems.
3665
36662008-01-05 Romain Francoise <romain@orebokech.com>
3667
3668 * make-dist: Add --bzip2. Update copyright.
3669
36702008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3671
3672 * configure.in: Remove support for Masscomp.
3673
36742008-01-05 Glenn Morris <rgm@gnu.org>
3675
3676 * Makefile.in (desktopdir, icondir): New variables.
3677 (install-arch-indep): Also depend on `install-etc'.
3678 (install-etc): New target.
3679 (mkdir): Also create the `applications' and `icons' directories.
3680
36812008-01-04 Glenn Morris <rgm@gnu.org>
3682
3683 * make-dist: Update for new etc/images/icons/hicolor directory.
3684
36852007-12-09 Andreas Schwab <schwab@suse.de>
3686
3687 * configure.in: D-Bus is not enabled by default.
3688
36892007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3690
3691 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3692 change.
3693
36942007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3695
3696 * configure.in: Give package name and version to AC_INIT.
3697
36982007-12-03 Magnus Henoch <mange@freemail.hu>
3699
3700 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3701
37022007-12-03 Michael Albinus <michael.albinus@gmx.de>
3703
3704 * configure.in: No need for DBUS_INFO anymore.
3705
3706 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3707
37082007-12-02 Michael Albinus <michael.albinus@gmx.de>
3709
3710 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3711
3712 * Makefile.in (INFO_FILES): Add dbus.
3713
37142007-12-02 Romain Francoise <romain@orebokech.com>
3715
3716 * make-dist: Fix last change.
3717
37182007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3719
3720 * configure.in: Add support for gnu-kfreebsd.
3721
37222007-11-28 Glenn Morris <rgm@gnu.org>
3723
3724 * make-dist: Add etc/nxml.
3725
37262007-11-24 Romain Francoise <romain@orebokech.com>
3727
3728 * Makefile.in (INFO_FILES): Add nxml-mode.
3729
37302007-11-23 Romain Francoise <romain@orebokech.com>
3731
3732 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3733 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3734
37352007-11-20 Andreas Schwab <schwab@suse.de>
3736
3737 * configure.in: Always include <resolv.h> when checking for res_init.
3738
37392007-11-17 Andreas Schwab <schwab@suse.de>
3740
3741 * update-subdirs: Atomically update subdirs.el.
3742
37432007-11-17 Glenn Morris <rgm@gnu.org>
3744
3745 * Makefile.in (check-declare): New target.
3746
37472007-11-07 Glenn Morris <rgm@gnu.org>
3748
3749 * configure.in: Deprecate Mac Carbon port.
3750
37512007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3752
3753 * configure.in: Remove HAVE_X11R5 check.
3754
37552007-10-31 Glenn Morris <rgm@gnu.org>
3756
3757 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3758 when changing ownership of installed files.
3759
37602007-10-30 Glenn Morris <rgm@gnu.org>
3761
3762 * make-dist: Add new directory etc/gnus.
3763
37642007-10-30 Michael Olson <mwolson@gnu.org>
3765
3766 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3767
37682007-10-29 Glenn Morris <rgm@gnu.org>
3769
3770 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3771
37722007-10-23 Glenn Morris <rgm@gnu.org>
3773
3774 * MAINTAINERS: Move to admin/.
3775
37762007-10-17 Chong Yidong <cyd@stupidchicken.com>
3777
3778 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3779 (HAVE_LIBRESOLV): Also define if we are using res_init().
3780
37812007-10-17 Glenn Morris <rgm@gnu.org>
3782
3783 * FTP: Remove file, since it's just a duplicate of one in etc/.
3784
37852007-10-05 Eli Zaretskii <eliz@gnu.org>
3786
3787 * config.bat: Fix configuring `doc' due to changes in the
3788 directory structure.
3789
37902007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3791
3792 * configure.in: Don't use -lpthread on HP-UX.
3793
37942007-09-16 Glenn Morris <rgm@gnu.org>
3795
3796 * make-dist: File gfdl.1 has been removed.
3797
37982007-09-15 Glenn Morris <rgm@gnu.org>
3799
3800 * configure.in: Fix makeinfo version regexp.
3801
38022007-09-12 Glenn Morris <rgm@gnu.org>
3803
3804 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
3805 implementation of alloca is not found.
3806
3807 * Makefile.in (SOURCES, unlock, relock): Delete.
3808 (install-arch-indep): Do not exclude the etc/ Makefiles.
3809
38102007-09-09 Juri Linkov <juri@jurta.org>
3811
3812 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
3813
3814 * README: Add doc/ to documentation directories.
3815
38162007-09-08 Michael Olson <mwolson@gnu.org>
3817
3818 * MAINTAINERS: Add myself for ERC and tq.el.
3819 Update for new doc/ directory layout.
3820
38212007-09-06 Romain Francoise <romain@orebokech.com>
3822
3823 * make-dist: Update for new doc/ directory layout.
3824
38252007-09-06 Glenn Morris <rgm@gnu.org>
3826
3827 * Makefile.in (mansrcdir): New variable.
3828 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
3829 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
3830 update these targets for new doc/ directory layout.
3831 (doc/misc/Makefile): New target.
3832 (install-arch-indep): Use mansrcdir for new location of manpages.
3833 (mostlyclean, clean, distclean, maintainer-clean, unlock)
3834 (relock, info, dvi): Update targets for new doc/ directory layout.
3835
3836 * configure.in (AC_OUTPUT): Update names of generated Makefiles
3837 for new doc/ directory layout.
3838
38392007-09-02 Andreas Schwab <schwab@suse.de>
3840
3841 * configure.in: Use AS_HELP_STRING throughout.
3842 * configure: Regenerate.
3843
38442007-09-02 Jan Djärv <jan.h.d@swipnet.se>
3845
3846 * configure.in: Require Gtk/Glib 2.6.
3847
38482007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3849
3850 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
3851 Use them throughout in place of AC_ARG_WITH calls.
3852 * configure: Regenerate.
3853
38542007-09-01 Andreas Schwab <schwab@suse.de>
3855
3856 * configure.in: Put quotes around nested macro calls.
3857
38582007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3859
3860 * configure.in: Fix typo.
3861 * configure: Regenerate.
3862
38632007-08-30 Glenn Morris <rgm@gnu.org>
3864
3865 * configure.in (AH_BOTTOM): Copy some manual changes made to
3866 src/config.in here so they are not lost when it regenerates.
3867
3868 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
3869
38702007-08-29 Károly Lőrentey <karoly@lorentey.hu>
3871
3872 * README.multi-tty: New file.
3873
38742007-08-29 Glenn Morris <rgm@gnu.org>
3875
3876 * README: Increase version to 23.0.50.
3877
38782007-08-29 Jan Djärv <jan.h.d@swipnet.se>
3879
3880 * configure.in: New option: --without-xaw3d.
3881
38822007-08-24 Glenn Morris <rgm@gnu.org>
3883
3884 * configure.in: Check for a suitably recent makeinfo.
3885
38862007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3887
3888 * configure.in (Check for required libraries): Typo.
3889
38902007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3891
3892 * configure.in: Check librsvg2 also for Mac Carbon.
3893
38942007-08-22 Romain Francoise <romain@orebokech.com>
3895
3896 * make-dist: Follow reorganization of files in etc/.
3897
38982007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3899
3900 * configure.in: Add support for SVG images through librsvg2.
3901
39022007-07-28 Eli Zaretskii <eliz@gnu.org>
3903
3904 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
3905 to avoid an error message if there is no DOC there.
3906
39072007-07-25 Glenn Morris <rgm@gnu.org>
3908
3909 * Relicense all FSF files to GPLv3 or later.
3910
3911 * COPYING, info/COPYING: Switch to GPLv3.
3912
39132007-06-20 Jan Djärv <jan.h.d@swipnet.se>
3914
3915 * configure.in: Complain if X seems to be installed but no
3916 development files were found.
3917
39182007-06-20 Glenn Morris <rgm@gnu.org>
3919
3920 * configure.in: Prefer libgif over libungif.
3921
39222007-06-14 Jan Djärv <jan.h.d@swipnet.se>
3923
3924 * configure.in: Check for all image libraries before exiting.
3925
39262007-06-13 Jan Djärv <jan.h.d@swipnet.se>
3927
3928 * configure.in: Exit with error if image libraries aren't found.
3929
39302007-06-13 Chong Yidong <cyd@stupidchicken.com>
3931
3932 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
3933 when compiling without scrollbars.
3934
39352007-06-12 Glenn Morris <rgm@gnu.org>
3936
3937 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
3938
39392007-06-11 Jan Djärv <jan.h.d@swipnet.se>
3940
3941 * configure.in: Change wording about yes/gtk and lucid/athena
3942 being synonyms.
3943
39442007-06-08 Glenn Morris <rgm@gnu.org>
3945
3946 * configure.in: Make gtk the default toolkit.
3947
39482007-06-07 Glenn Morris <rgm@gnu.org>
3949
3950 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
3951 for a Sun C compiler.
3952
3953 * Makefile.in (install-arch-indep): Install only the DOC- file
3954 specific to the build, if possible, rather than DOC-*.
3955
39562007-06-02 Chong Yidong <cyd@stupidchicken.com>
3957
3958 * Version 22.1 released.
3959
39602007-05-25 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * mkinstalldirs: Sync to version in automake CVS.
3963
39642007-05-22 Andreas Schwab <schwab@suse.de>
3965
3966 * configure.in: Prefer build_alias over host when host_alias is not set.
3967 * configure: Regenerate.
3968
39692007-05-20 Andreas Schwab <schwab@suse.de>
3970
3971 * configure.in: Remove empty AC_SUBST.
3972 * configure: Regenerate.
3973
39742007-05-20 Nick Roberts <nickrob@snap.net.nz>
3975
3976 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
3977 it like others.
3978 * configure: Regenerate.
3979
39802007-05-20 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
3983 (AC_CHECK_LIB): Add -lgpm.
3984 * configure: Regenerate.
3985
39862007-05-03 Glenn Morris <rgm@gnu.org>
3987
3988 * configure: Tweak message about the absence of shell functions.
3989
39902007-04-27 Andreas Schwab <schwab@suse.de>
3991
3992 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
3993
39942007-04-26 Glenn Morris <rgm@gnu.org>
3995
3996 * README: Increase version to 22.1.50.
3997
39982007-04-24 Juanma Barranquero <lekktu@gmail.com>
3999
4000 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4001
40022007-04-19 Glenn Morris <rgm@gnu.org>
4003
4004 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4005
40062007-04-18 Glenn Morris <rgm@gnu.org>
4007
4008 * INSTALL: Mention CPP.
4009
40102007-04-15 Glenn Morris <rgm@gnu.org>
4011
4012 * FTP: Replace with a pointer to the web version.
4013
40142007-04-13 Glenn Morris <rgm@gnu.org>
4015
4016 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4017
40182007-04-04 Glenn Morris <rgm@gnu.org>
4019
4020 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4021 compiling with Sun Studio on Solaris.
4022
40232007-03-23 Glenn Morris <rgm@gnu.org>
4024
4025 * configure.in: Restore support for hp800 (removed 2007-01-27)
4026 following clarification of legal status.
4027
40282007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4029
4030 * configure.in: Add support for AIX4.3 on IBM RS6000.
4031
4032 * configure: Regenerate.
4033
40342007-03-20 Richard Stallman <rms@gnu.org>
4035
4036 * configure.in: Fix previous change.
4037
40382007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4039
4040 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4041 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4042 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4043
40442007-03-19 Chong Yidong <cyd@stupidchicken.com>
4045
4046 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4047 user specifies "without".
4048
4049 * configure: Regenerate.
4050
40512007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4052
4053 * configure.in: Warning for Gtk+ and Cygwin added.
4054 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4055
40562007-02-27 Glenn Morris <rgm@gnu.org>
4057
4058 * make-dist (oldXMenu): Remove Imakefile.
4059 (etc/images): Add README.
4060
40612007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4062
4063 * configure.in (xtensa-*-linux-gnu*): New configuration.
4064
4065 * configure: Regenerate.
4066
40672007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4068
4069 * config.guess, config.sub: Updated from master source.
4070
40712007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4072
4073 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4074
40752007-01-29 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * configure.in: Restore support for hp800's not running HP-UX.
4078
4079 * configure: Regenerate.
4080
40812007-01-27 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * configure.in: Remove support for hp800 and sr2k machine types.
4084
4085 * configure: Regenerate.
4086
40872007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4088
4089 * configure.in: Add check for libXft.
4090
40912007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4092
4093 * INSTALL: Info files moved to share/info.
4094
40952007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4096
4097 * configure.in: Detect and use fink-installed in intel-based Mac
4098 builds; change Apple Darwin section to support both PowerPC and
4099 Intel-based Macs.
4100
41012006-12-26 Andreas Schwab <schwab@suse.de>
4102
4103 * Makefile.in (datarootdir): Define.
4104
41052006-12-24 Richard Stallman <rms@gnu.org>
4106
4107 * configure.in: Require Autoconf 2.61.
4108
41092006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4110
4111 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4112 Remove redundant entry for powerpc-apple-netbsd.
4113
4114 * configure: Regenerate.
4115
41162006-12-22 Chong Yidong <cyd@stupidchicken.com>
4117
4118 * configure: Regenerate with autoconf 2.61.
4119
41202006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4121
4122 * configure.in: Detect alsa/asoundlib.h also.
4123 * configure: Regenerate.
4124
41252006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4126
4127 * configure.in: Check if GTK+ compiles at all.
4128
41292006-12-10 Andreas Schwab <schwab@suse.de>
4130
4131 * configure.in: Remove check for struct timezone, its result is
4132 never used.
4133
41342006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4135
4136 * configure.in: Add support for Solaris 10 on x86-64.
4137
41382006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4139
4140 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4141 of PKG_CONFIG_PATH.
4142
41432006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4144
4145 * configure.in (HAVE_SYNC): New test.
4146
41472006-12-03 Glenn Morris <rgm@gnu.org>
4148
4149 * Makefile.in: Fix Copyright format.
4150
4151 * configure.in (AH_TOP): Add missing Copyright year.
4152
4153 * update-subdirs: Add missing Copyright years.
4154
41552006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4156
4157 * Makefile.in: Touch only the parts of the share/emacs directory
4158 specific to this version.
4159
41602006-11-26 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4163
41642006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4165
4166 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4167
41682006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4169
4170 * configure.in: Prefer X11 to Carbon only when some X-specific
4171 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4172
41732006-11-04 Romain Francoise <romain@orebokech.com>
4174
4175 * Makefile.in (bootstrap-clean-before): Fix typo.
4176 Use new target `bootstrap-clean' in the leim subdirectory.
4177
41782006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4179
4180 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4181
41822006-10-30 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4185 directories.
4186
41872006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4188
4189 * configure.in: Enable x86-64 OpenBSD compilation.
4190
41912006-10-28 Glenn Morris <rgm@gnu.org>
4192
4193 * AUTHORS: Add cal-html.el author.
4194
41952006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4196
4197 * make-dist: Make links to mac/make-package and
4198 mac/Emacs.app/Contents/Resources/Emacs.icns.
4199
42002006-10-27 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * README: Bump version number to 22.0.90.
4203
42042006-10-23 Andreas Schwab <schwab@suse.de>
4205
4206 * configure.in: Make sure x_default_search_path is always set even
4207 when x_libraries is empty, and look in .../share as well for each
4208 library directory.
4209
42102006-09-28 Kenichi Handa <handa@m17n.org>
4211
4212 * configure.in (locallisppath): Don't include leim dir.
4213 (lisppath): Include leim dir.
4214
42152006-09-15 Jay Belanger <belanger@truman.edu>
4216
4217 * COPYING: Replace "Library Public License" by "Lesser Public
4218 License" throughout.
4219
42202006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4221
4222 * make-dist (EMACS): Exit and fail if the EMACS environment
4223 variable is set to something other than an absolute file name.
4224
42252006-08-16 Andreas Schwab <schwab@suse.de>
4226
4227 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4228 of hardcoding it.
4229
42302006-08-16 Richard Stallman <rms@gnu.org>
4231
4232 * INSTALL.CVS: Clean up wording.
4233
42342006-07-14 Eli Zaretskii <eliz@gnu.org>
4235
4236 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4237 $PKG_CONFIG --exists "$2" to config.log.
4238 * configure: Regenerate.
4239
1a71cb28 42402006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4241
4242 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4243
42442006-07-09 Kim F. Storm <storm@cua.dk>
4245
4246 * CONTRIBUTE: Use outline format.
4247 Add section on copyright years (from admin/notes/years).
4248
42492006-07-08 Eli Zaretskii <eliz@gnu.org>
4250
4251 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4252 to /dev/null, since we don't need the error message, just the
4253 exit status.
4254
42552006-07-07 Eli Zaretskii <eliz@gnu.org>
4256
4257 * CONTRIBUTE: Slight formatting changes and typo fixes.
4258 Add description of NEWS markings.
4259
42602006-07-07 Kim F. Storm <storm@cua.dk>
4261
4262 * CONTRIBUTE: Mention INSTALL.CVS.
4263
42642006-07-05 Romain Francoise <romain@orebokech.com>
4265
4266 * make-dist (top-level): Add CONTRIBUTE.
4267
42682006-07-04 Richard Stallman <rms@gnu.org>
4269
4270 * CONTRIBUTE: Much rewrite.
4271
42722006-07-04 Nick Roberts <nickrob@snap.net.nz>
4273
4274 * CONTRIBUTE: New file.
4275
42762006-06-24 Eli Zaretskii <eliz@gnu.org>
4277
4278 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4279
42802006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4281
4282 * configure.in: Add check for ALSA.
4283
42842006-05-06 Eli Zaretskii <eliz@gnu.org>
4285
4286 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4287
4288 * info/dir: Remove the Emacs-Xtra entry.
4289
42902006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4291
4292 Update copyright year(s) in many files.
4293
42942006-04-01 Eli Zaretskii <eliz@gnu.org>
4295
4296 * configure: Regenerated.
4297
42982006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4299
4300 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4301 --without-toolkit-scroll-bars was specified.
4302
43032006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4304
4305 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4306 to CFLAGS. Update Copyright years written to src/config.in.
4307
43082006-03-18 Claudio Fontana <claudio@gnu.org>
4309
4310 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4311 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4312 to be installed/uninstalled.
4313 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4314 to Info files installed by Emacs.
4315
43162006-03-03 Claudio Fontana <claudio@gnu.org>
4317
4318 * Makefile.in (install, uninstall): Add DESTDIR variable to
4319 support staged installations.
4320
43212006-02-14 Richard M. Stallman <rms@gnu.org>
4322
4323 * configure.in (s390x-*-linux-gnu*): New configuration.
4324
43252006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4326
4327 * configure.in: Require GTK 2.4 or newer.
4328
43292006-01-29 Michael Olson <mwolson@gnu.org>
4330
4331 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4332 * info/dir (ERC): New entry.
4333
43342006-01-29 Eli Zaretskii <eliz@gnu.org>
4335
4336 * info/dir: Fix last change.
4337
43382006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4339
4340 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4341
43422006-01-27 Eli Zaretskii <eliz@gnu.org>
4343
4344 * info/dir: Untabify the whole file.
4345 (Rcirc): New entry.
4346
43472006-01-12 Andreas Schwab <schwab@suse.de>
4348
4349 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4350 check.
4351
43522006-01-02 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * configure.in: Use -Wno-pointer-sign if available.
4355
43562005-12-29 Andreas Schwab <schwab@suse.de>
4357
4358 * config.guess, config.sub: Updated from master source.
4359
43602005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4361
4362 * configure.in: Use amdx86-64 for freebsd on x86_64.
4363
43642005-11-22 Romain Francoise <romain@orebokech.com>
4365
4366 * make-dist: Add etc/images/icons.
4367
43682005-11-03 Andreas Schwab <schwab@suse.de>
4369
4370 * configure.in: Use GZIP_PROG instead of GZIP.
4371
4372 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4373 (install-arch-indep): Adjust.
4374
43752005-11-01 Andreas Schwab <schwab@suse.de>
4376
4377 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4378 (bootfast): Likewise.
4379
43802005-11-01 Romain Francoise <romain@orebokech.com>
4381
4382 * configure.in: Check for gzip.
4383
4384 * Makefile.in (install): Compress source files.
4385
43862005-10-24 Steven Tamm <steventamm@mac.com>
4387
4388 * configure.in: Fix darwin386 configuration issue.
4389
43902005-10-22 Eli Zaretskii <eliz@gnu.org>
4391
4392 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4393
43942005-10-17 Bill Wohler <wohler@newt.com>
4395
4396 * make-dist: Create and populate etc/images/low-color.
4397
43982005-10-15 Bill Wohler <wohler@newt.com>
4399
4400 * make-dist: Create and populate etc/images/gud.
4401
44022005-10-08 Richard M. Stallman <rms@gnu.org>
4403
4404 * make-dist (tempparent): Don't check for 14-char file name limit.
4405
44062005-10-07 Romain Francoise <romain@orebokech.com>
4407
4408 * make-dist: Add etc/images/ezimage and etc/images/mail
4409 directories. Install images in etc/images.
4410
44112005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4412
4413 * configure.in: Prefer Carbon if --enable-carbon-app or
4414 --with-carbon is explicitly specified even when X11 is detected.
4415
44162005-09-15 Ulf Jasper <ulf.jasper@web.de>
4417
4418 * Makefile.in (install-arch-indep, uninstall):
4419 Handle newsticker manual.
4420 (info): Add - to commands.
4421
44222005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4423
4424 Remove the MAXPATHLEN limitations:
4425
4426 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4427
44282005-09-09 Eli Zaretskii <eliz@gnu.org>
4429
4430 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4431 * configure: Regenerate.
4432
44332005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4434
4435 * config.guess, config.sub: Updated from master source.
4436
44372005-08-03 Juanma Barranquero <lekktu@gmail.com>
4438
4439 * .cvsignore: Add `lock'.
4440
44412005-07-28 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4444
44452005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4446
4447 Merge gnulib getopt implementation into Emacs.
4448
4449 * Makefile.in (AUTOCONF_INPUTS): New macro.
4450 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4451 so that these files also depend on m4/getopt.m4.
4452 * configure.in: Configure getopt by including m4/getopt.m4,
4453 and configuring a getopt replacement if necessary.
4454 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4455 * m4/getopt.m4: New file.
4456
44572005-07-06 Lute Kamstra <lute@gnu.org>
4458
4459 * configure.in: Fix capitalization.
4460
44612005-07-04 Lute Kamstra <lute@gnu.org>
4462
4463 Update FSF's address in GPL notices.
4464
44652005-06-19 Jérôme Marant <jerome@marant.org>
4466
4467 * Makefile.in (epaths-force): Protect both lisppath and
4468 buildlisppath from whitespace.
4469
44702005-06-08 Steven Tamm <steventamm@mac.com>
4471
4472 * configure.in: Support Darwin/MacOSX on Intel
4473
44742005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4475
4476 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4477
1a71cb28 44782005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4479
4480 * configure.in: Add --enable-locallisppath.
4481
44822005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4483
4484 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4485 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4486 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4487
44882005-05-07 Jérôme Marant <jerome@marant.org>
4489
4490 * make-dist: Remove references to makefile.nt and makefile.def.
4491 Include widgets and images subdirectories of etc. Do not exclude
4492 ldefs-boot.el.
4493
44942005-04-23 Andreas Schwab <schwab@suse.de>
4495
4496 * configure.in: Remove duplicate match for powerpc configuration.
4497
44982005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4499
4500 * configure.in: Check for <pwd.h>.
4501
45022005-04-14 Lute Kamstra <lute@gnu.org>
4503
4504 * make-dist: Distribute all ChangeLog files in lisp/.
4505 Don't distribute ldefs-boot.el.
4506 lisp/makefile.nt no longer exists.
4507
45082005-04-13 Lute Kamstra <lute@gnu.org>
4509
4510 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4511 for "no-byte-compile: t" in the file instead.
4512
45132005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4516 shadow the main Lesstif/Motif-2.1 libs and includes.
4517
45182005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4519
4520 * configure.in: Only add XASSERTS to cppflags.
4521
45222005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4523
4524 * configure.in: Added --enable-asserts.
4525
45262005-02-09 Kim F. Storm <storm@cua.dk>
4527
4528 Change release version from 21.4 to 22.1 throughout.
4529 Change development version from 21.3.50 to 22.0.50.
4530
45312005-01-19 Steven Tamm <steventamm@mac.com>
4532
4533 * configure.in: Check for <sys/utsname.h>.
4534
45352004-12-11 Kim F. Storm <storm@cua.dk>
4536
4537 * Makefile.in (info): Undo 2004-12-05 change.
4538
45392004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4540
4541 * info/dir (File): Add URL and Org Mode manuals.
4542 * Makefile.in (install-arch-indep, uninstall): Add url and org
4543 manuals.
4544
45452004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4548 committed to src/config.in.
4549
45502004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4551
4552 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4553 pthreads and define HAVE_GTK_AND_PTHREAD.
4554
45552004-12-05 Richard M. Stallman <rms@gnu.org>
4556
4557 * Makefile.in (info): Ignore errors building info files.
4558
45592004-11-27 Eli Zaretskii <eliz@gnu.org>
4560
4561 * config.bat: If 8-byte alignment is not supported, define
4562 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4563 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4564 filter through Sed to remove the quotes.
4565
45662004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4569 not apply to files explicitly `cvs add'ed.
4570
45712004-11-12 Eli Zaretskii <eliz@gnu.org>
4572
4573 * config.bat: Don't require djecho.exe for the v1.x build.
4574 Add a test for DECL_ALIGN support, and add a trivial definition to
4575 src/config.h if 8-byte alignment is not supported.
4576
45772004-11-08 Kim F. Storm <storm@cua.dk>
4578
4579 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4580 files before building.
4581 (bootfast, bootstrap-clean-before-fast): New targets, like
4582 bootstrap but don't remove .elc files.
4583
45842004-11-06 Lars Brinkhoff <lars@nocrew.org>
4585
4586 * configure.in: Add check for getrusage.
4587
45882004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4589
4590 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4591 New tests for new and old GTK file dialogs.
4592 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4593 to no.
4594
45952004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4596
4597 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4598 can be set. Remove SETARCH test.
4599
46002004-10-08 Steven Tamm <steventamm@mac.com>
4601
4602 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4603
46042004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4605
4606 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4607 AC_MSG_WARN. Move output of warning message to end of configure run.
4608
46092004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4610
4611 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4612 Run test to see if heap start address is random.
4613
46142004-09-29 Miles Bader <miles@gnu.org>
4615
4616 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4617 if setarch is present.
4618
46192004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4620
4621 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4622
46232004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4624
4625 * configure.in: Check for exec-shield.
4626
1a71cb28
GM
46272004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4628
4629 * Makefile.in (install-arch-indep): Add pgg and sieve.
4630
4631 * info/.cvsignore: Added pgg and sieve.
4632
067d23c9
KY
46332004-08-06 Andreas Schwab <schwab@suse.de>
4634
4635 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4636
46372004-07-31 Eli Zaretskii <eliz@gnu.org>
4638
4639 * config.bat: Update URLs in the comments.
4640
067d23c9
KY
46412004-07-05 Andreas Schwab <schwab@suse.de>
4642
4643 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4644
46452004-06-21 Kenichi Handa <handa@m17n.org>
4646
4647 * make-dist: Link leim-ext.el into tempdir.
4648
46492004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4650
4651 * info/dir (File): Add emacs-xtra.
4652 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4653
46542004-06-12 Juri Linkov <juri@jurta.org>
4655
4656 * info/dir: Move menu help lines from `* Menu:' to file header.
4657 Describe the purpose of a red *.
4658
46592004-05-04 Dave Love <fx@gnu.org>
4660
4661 * configure.in: Don't use `extrasub'.
4662
46632004-04-29 Dave Love <fx@gnu.org>
4664
4665 * configure.in: Don't forget to quote args to `test'.
4666
46672004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4668
4669 * autogen.sh: Update filename in "please read" message.
4670
46712004-04-17 Richard M. Stallman <rms@gnu.org>
4672
4673 * INSTALL: Move the info about site-lisp dirs,
4674 and say uninstalled Emacs looks there too.
4675
46762004-04-04 Eli Zaretskii <eliz@gnu.org>
4677
4678 * config.bat (lib-src): Recognize comment lines in Makefile.in
4679 that have a TAB after the #, to avoid errors in preprocessing with
4680 GCC 3.3.3.
4681
46822004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4683
4684 * Makefile.in: Mention in comment that `make maintainer-clean'
4685 deletes .elc files.
4686
46872004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * update-subdirs: Add local variables to prevent byte-compiling.
4690
46912004-03-21 Dave Love <fx@gnu.org>
4692
4693 * configure.in: Fix previous change.
4694
46952004-03-18 Dave Love <fx@gnu.org>
4696
4697 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4698
46992004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4700
4701 * info/dir (File): Add SMTP and SES.
4702
47032004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4706 (bootstrap): Use the new bootstrap-prepare target in lisp.
4707
47082004-02-18 Kim F. Storm <storm@cua.dk>
4709
4710 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4711
47122004-02-16 Eli Zaretskii <eliz@gnu.org>
4713
4714 * make-dist: Don't link index.*perm and permute-index into tempdir.
4715
47162004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4717
4718 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4719 to match previous changes by Eli Zaretskii.
4720
47212004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4722
4723 * Makefile.in: Set CDPATH to an empty string.
4724
47252004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4726
4727 * configure.in <darwin>: Use fink packages if available.
4728
47292004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4730
4731 * make-dist (lispref): Do include lispref/index.texi.
4732
47332004-01-06 Eric Hanchrow <offby1@blarg.net>
4734
4735 * make-dist (tempdir): Include cursors in nt/icons.
4736
47372003-12-30 Eli Zaretskii <eliz@gnu.org>
4738
4739 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4740 clashes with install-sh on 8+3 filesystems.
4741
1a71cb28 47422003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4743
4744 * .cvsignore: Add .arch-inventory.
4745
47462003-12-24 Andreas Schwab <schwab@suse.de>
4747
4748 * configure.in: Check for <sys/socket.h>. Include it before
4749 including <net/if.h>. Move check for <net/if.h> before its use.
4750
47512003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4752
4753 * Makefile.in (install-arch-dep): Don't let cd output go into
4754 pipe for carbon_appdir.
4755
47562003-12-24 Andreas Schwab <schwab@suse.de>
4757
4758 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4759
47602003-12-01 Andreas Schwab <schwab@suse.de>
4761
4762 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4763 hardcoding gcc.
4764
47652003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4766
4767 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4768 multiple displays.
4769 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4770
47712003-09-23 Dave Love <fx@gnu.org>
4772
4773 * configure.in: Check members of struct ifreq.
4774
47752003-09-14 Kim F. Storm <storm@cua.dk>
4776
4777 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4778
47792003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4780
4781 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4782
47832003-08-18 Lute Kamstra <lute@gnu.org>
4784
4785 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4786 required anymore.
4787
47882003-08-07 Andrew Choi <akochoi@shaw.ca>
4789
4790 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4791 option instead of -traditional-cpp for CPP.
4792
47932003-07-29 Richard M. Stallman <rms@gnu.org>
4794
4795 * configure.in (HAVE_XIM): Define if XIM is available.
4796
47972003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4798
4799 * configure.in: The function gtk_window_set_icon_from_file was
4800 introduced in GTK+ 2.2, so check for that release.
4801
48022003-07-23 Andreas Schwab <schwab@suse.de>
4803
4804 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
4805
4806 * Makefile.in (YACC): Remove, not used.
4807 (MAINT): Don't set.
4808 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
4809 disable dependency on ${srcdir}/configure.in when maintainer mode
4810 is disabled.
4811
48122003-07-22 Dave Love <fx@gnu.org>
4813
4814 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4815 HAVE_X11, not with_xim.
4816 (HAVE_CRTIN): Provide template.
4817 <with_png>: Test for png.h and libpng/png.h.
4818
48192003-07-15 Andreas Schwab <schwab@suse.de>
4820
4821 * configure.in: Temporarily leave quoting for AC_DEFINE.
4822
48232003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4824
4825 * configure.in: Check for posix_memalign.
4826
48272003-07-12 Richard M. Stallman <rms@gnu.org>
4828
4829 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4830
48312003-07-09 Kim F. Storm <storm@cua.dk>
4832
4833 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
4834 functionality of --without-xim.
4835
48362003-06-29 Dave Love <fx@gnu.org>
4837
4838 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
4839
48402003-06-23 Dave Love <fx@gnu.org>
4841
4842 * configure.in: Check for sys/_mbstate_t.h.
4843 Test XRegisterIMInstantiateCallback prototype.
4844 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
4845
48462003-06-06 Dave Love <fx@gnu.org>
4847
4848 * configure.in: Check for locale.h.
4849
48502003-06-05 Dave Love <fx@gnu.org>
4851
4852 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
4853 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
4854 (NLIST_STRUCT): Don't define.
4855 (AH_BOTTOM): Define my_strftime.
4856
48572003-06-02 Richard M. Stallman <rms@gnu.org>
4858
4859 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4860
48612003-05-24 Andreas Schwab <schwab@suse.de>
4862
4863 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
4864 bzero, and bcmp.
4865
48662003-05-22 Dave Love <fx@gnu.org>
4867
4868 * configure.in: Remove redundant test for term.h. Test for difftime.
4869
48702003-05-20 Dave Love <fx@gnu.org>
4871
4872 * configure.in: Append * to s390-*-linux-gnu case.
4873 (LIBMAIL) <lockfile>: Don't define.
4874
067d23c9
KY
48752003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4876
4877 * INSTALL (* GNU/Linux development packages): Mention Debian and
4878 RedHat package names.
4879
48802003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
4881
4882 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4883
48842003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4885
4886 * INSTALL (* GNU/Linux development packages): Tell people to
4887 install additional packages for compiling Emacs.
4888
1a71cb28
GM
48892003-04-30 Richard M. Stallman <rms@gnu.org>
4890
4891 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4892
48932003-04-28 Francesco Potortì <pot@gnu.org>
4894
4895 * configure.in: Undo last (RMS') change, as it is useless, per
4896 Dave Love.
4897
48982003-04-08 Richard M. Stallman <rms@gnu.org>
4899
4900 * configure.in: Put #include of jpeglib.h at start of line.
4901
067d23c9
KY
49022003-04-06 Francesco Potortì <pot@gnu.org>
4903
4904 * configure.in: Use the same configuration for all aix5, not just
4905 aix5.1.
4906
49072003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
4908
4909 * configure.in: Check for need for bigtoc support on IBM AIX for
4910 solving a linker table overflow problem.
4911
49122003-03-03 Rob Browning <rlb@defaultvalue.org>
4913
4914 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
4915 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
4916 over bzero, bcmp, and bcopy.
4917
49182003-02-23 Simon Josefsson <jas@extundo.com>
4919
4920 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
4921
49222003-02-21 Klaus Zeitler <kzeitler@lucent.com>
4923
4924 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4925
49262003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
4927
4928 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
4929
49302003-02-08 Andreas Schwab <schwab@suse.de>
4931
4932 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
4933 instead of the substitution.
4934
49352003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4936
4937 * Makefile.in: Use @EXEEXT@ for Cygwin.
4938 Use USERNAME if LOGNAME is not set (for Cygwin).
4939
4940 * configure.in: Add opsys=cygwin.
4941
49422003-01-22 Andreas Schwab <schwab@suse.de>
4943
4944 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
4945 redefining it explicitly in src/config.in.
4946
49472003-01-22 Markus Rost <rost@math.ohio-state.edu>
4948
4949 * Makefile.in (bootstrap): Make bootstrap-after.
4950
49512003-01-20 Jan Djärv <jan.h.d@swipnet.se>
4952
4953 * configure.in: Fix --with-gtk.
4954
49552003-01-19 Jan Djärv <jan.h.d@swipnet.se>
4956
4957 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
4958
4959 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
4960
49612003-01-14 Francesco Potortì <pot@gnu.org>
4962
4963 * configure.in (m68k-motorola-sysv): Remove (obsolete).
4964
49652003-01-07 Steven Tamm <steventamm@mac.com>
4966
4967 * configure.in: New option, --enable-carbon-app, to specify
4968 that the application should be installed
4969 * Makefile.in (install-arch-dep): On Mac OS X, install the
4970 Emacs.app application if carbon-app is enabled
4971
49722003-01-06 Dave Love <fx@gnu.org>
4973
4974 * configure.in: Check for nl_langinfo.
4975 [!HAVE_SIZE_T]: Fix typedef.
4976
49772003-01-06 David Kastrup <dak@gnu.org>
4978
4979 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
4980
4981 * configure.in: Add tests for install-info.
4982
49832002-12-09 Markus Rost <rost@math.ohio-state.edu>
4984
4985 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
4986 use again sol2-6 instead of sol2-8.
4987
49882002-12-09 Dave Love <fx@gnu.org>
4989
4990 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
4991
49922002-12-08 Andreas Schwab <schwab@suse.de>
4993
4994 * Makefile.in (install-arch-indep): Revert last change.
4995
49962002-11-27 Dave Love <fx@gnu.org>
4997
4998 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
4999 Check for __sys_siglist too. Check for memset.
5000 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5001
50022002-11-22 Juanma Barranquero <lektu@terra.es>
5003
5004 * config.guess, config.sub: Updated from master source.
5005
50062002-11-19 Karl Fogel <kfogel@red-bean.com>
5007
5008 * autogen.sh: New file.
5009
1a71cb28 50102002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5011
5012 * configure.in: Tidy up various quoting issues throughout.
5013 Use AC_GNU_SOURCE.
5014 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5015 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5016 Maybe define bcopy, bzero, bcmp.
5017 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5018 non-existent machine file).
5019 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5020 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5021 (nlist.h): Move test up.
5022
50232002-11-18 Markus Rost <rost@math.ohio-state.edu>
5024
5025 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5026
50272002-11-14 Francesco Potortì <pot@gnu.org>
5028
5029 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5030
50312002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5032
5033 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5034
50352002-11-08 Dave Love <fx@gnu.org>
5036
5037 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5038 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5039
50402002-11-07 Miles Bader <miles@gnu.org>
5041
5042 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5043 Handle separate-build-dir case.
5044
50452002-11-06 Richard M. Stallman <rms@gnu.org>
5046
5047 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5048 bulletproof. $bar may be empty when there are no .elc files.
5049
50502002-10-30 Dave Love <fx@gnu.org>
5051
5052 * configure.in: Require autoconf 2.53. Test for pty.h,
5053 sys/mman.h, sys/param.h, mremap, memmove.
5054 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5055 (AC_PROG_YACC): Delete.
5056 (size_t): Use AC_CHECK_TYPES.
5057 (AH_TOP): Up-date copyright.
5058
50592002-10-01 Juanma Barranquero <lektu@terra.es>
5060
5061 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5062
50632002-09-19 Richard M. Stallman <rms@gnu.org>
5064
5065 * configure.in: Fix the LessTif-directory-finder for real.
5066
50672002-09-14 Richard M. Stallman <rms@gnu.org>
5068
5069 * Makefile.in (maybe_bootstrap): Test for complete absence
5070 of compiled Lisp files.
5071
50722002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5073
5074 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5075 (bootstrap-clean-after): Delete.
5076 (bootstrap): Make the sequencing explicit.
5077
50782002-09-10 Richard M. Stallman <rms@gnu.org>
5079
5080 * configure.in: Fix previous LessTif change.
5081
50822002-09-09 Richard M. Stallman <rms@gnu.org>
5083
5084 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5085 (powerpcle-*-solaris*): Use version 2.6 as default.
5086 (*-sunos5.6*, *-solaris2.6*): New alternative.
5087 (*-sunos5*): Use version 2.6 as default.
5088
50892002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5090
5091 * configure.in: Fix typo.
5092
50932002-09-05 Richard M. Stallman <rms@gnu.org>
5094
5095 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5096
5097 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5098 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5099
51002002-08-26 Kim F. Storm <storm@cua.dk>
5101
5102 * Makefile.in (install-arch-indep): Do not remove DOC file
5103 when it is the only DOC file installed; this is the case when
5104 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5105
51062002-07-24 Markus Rost <rost@math.ohio-state.edu>
5107
5108 * configure.in: Fix typo.
5109
51102002-07-24 Richard M. Stallman <rms@gnu.org>
5111
5112 * configure.in: Don't print anything special about gamedir.
5113
5114 * configure.in: Delete nonstandard --with-game-user option.
5115
51162002-07-21 Richard M. Stallman <rms@gnu.org>
5117
5118 * Makefile.in (gamedir, localstatedir): New variables.
5119 (epaths-force): Insert value of gamedir into PATH_GAME.
5120
5121 * configure.in (gamedir): Handle it like lispdir.
5122 (--with-game-dir option): Delete.
5123
51242002-06-21 Pavel Janík <Pavel@Janik.cz>
5125
5126 * configure.in: Add support for mipseb-*-netbsd* machines.
5127
51282002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5129
5130 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5131
51322002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5133
5134 * info/dir (File): Add an entry for Tramp.
5135
51362002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5137
5138 * INSTALL-CVS: New file.
5139
51402002-06-07 Andreas Schwab <schwab@suse.de>
5141
5142 * configure.in (x86_64-*-linux-gnu*): New system.
5143
51442002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5145
5146 * config.bat: Handle the case when lispintro is truncated to lispintr.
5147
51482002-05-26 Paul Eggert <eggert@twinsun.com>
5149
5150 * config.guess, config.sub: Updated from master source.
5151
51522002-05-09 Richard M. Stallman <rms@gnu.org>
5153
5154 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5155
51562002-05-04 Pavel Janík <Pavel@Janik.cz>
5157
5158 * make-dist: Do not distribute lock/ directory.
5159
51602002-04-30 Andrew Choi <akochoi@shaw.ca>
5161
5162 * configure.in: Provide documentation string when defining
5163 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5164 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5165
1a71cb28 51662002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5167
5168 * configure.in: Delete configure check for access to the game user.
5169
51702002-04-29 Pavel Janík <Pavel@Janik.cz>
5171
5172 * make-dist: lwlib/Imakefile is removed.
5173
51742002-04-26 Andrew Choi <akochoi@shaw.ca>
5175
5176 * configure.in: Add support for powerpc-apple-darwin*.
5177 (HAVE_CARBON): Add.
5178
5179 * make-dist: Create directories in mac/Emacs.app.
5180
51812002-04-25 Pavel Janík <Pavel@Janik.cz>
5182
5183 * make-dist: lwlib-Xol* are removed.
5184
51852002-04-23 Andreas Schwab <schwab@suse.de>
5186
5187 * Makefile.in (MAINT): New variable.
5188 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5189 instead of configure.in, to avoid running autoconf and autoheader
5190 unless explicitly requested.
5191
51922002-04-16 Eli Zaretskii <eliz@gnu.org>
5193
5194 * config.bat: Update for msdos/sed2v2.inp.
5195
51962002-04-15 Andreas Schwab <schwab@suse.de>
5197
5198 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5199 * configure.in: Add config header templates to all AC_DEFINE and
5200 AC_DEFINE_UNQUOTED symbols.
5201 * make-dist: Run autoheader if necessary.
5202
52032002-04-10 Colin Walters <walters@verbum.org>
5204
5205 * configure.in: Add --game-dir, --game-user. Test to see if we
5206 can use them.
5207
52082002-04-08 Pavel Janík <Pavel@Janik.cz>
5209
5210 * configure.in: Add --with-sound.
5211
52122002-03-18 Kim F. Storm <storm@cua.dk>
5213
5214 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5215 and getsockname functions. Test for sys/un.h include file.
5216
52172002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5218
5219 * configure.in: Support AIX 5.1.
5220
52212002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5222
5223 * configure.in: Added test for X Session Management (HAVE_X_SM).
5224
52252002-03-03 Richard M. Stallman <rms@gnu.org>
5226
5227 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5228 Run chown $${LOGNAME} on files installed by tar xvf.
5229
52302002-03-03 Kim F. Storm <storm@cua.dk>
5231
5232 * configure.in: Test for getpeername.
5233
52342002-03-01 Richard M. Stallman <rms@gnu.org>
5235
5236 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5237 (HAVE_GIF): Don't use old libungif versions that crash.
5238
52392002-02-26 Richard M. Stallman <rms@gnu.org>
5240
5241 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5242 not just well-formed and valid.
5243 (mips-compaq-nonstopux*): New configuration.
5244
52452002-02-18 Paul Eggert <eggert@twinsun.com>
5246
5247 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5248 "sed q" is a portable equivalent to plain "head -1".
5249
52502002-02-13 Richard M. Stallman <rms@gnu.org>
5251
5252 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5253 (all): Don't depend on maybe_bootstrap here.
5254 (${SUBDIR}): Depend on it here instead.
5255
52562002-02-08 Richard M. Stallman <rms@gnu.org>
5257
5258 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5259
52602002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5261
5262 * configure.in: Recognize BSD/OS 5.0.
5263
52642002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5265
5266 * make-dist: Make version checking in emacs.texi consistent with
5267 how we set it there.
5268
52692001-12-29 Kim F. Storm <storm@cua.dk>
5270
5271 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5272
52732001-12-28 Richard M. Stallman <rms@gnu.org>
5274
5275 * configure.in: Test for mbsinit.
5276
52772001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5278
5279 These changes make Leim part of the standard distribution:
5280
5281 * README: Add info about the `leim' directory.
5282
5283 * INSTALL: Remove text that describes Leim as a separate package.
5284
5285 * noleim-Makefile.in: File removed.
5286
5287 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5288 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5289 Leim files out of the Emacs tree. Don't prepare a separate tarball
5290 for Leim.
5291
52922001-12-11 Richard M. Stallman <rms@gnu.org>
5293
5294 * configure.in (hppa*-*-linux-gnu*): New alternative.
5295
52962001-12-08 Pavel Janík <Pavel@Janik.cz>
5297
5298 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5299 creating distribution.
5300
53012001-12-06 Paul Eggert <eggert@twinsun.com>
5302
5303 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5304 (AC_FUNC_VFORK): Remove.
5305 (AC_FUNC_FORK): Add.
5306 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5307 this is required by recent Autoconf versions.
5308
53092001-12-02 Pavel Janík <Pavel@Janik.cz>
5310
5311 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5312 TODO, vms-pp.trans and others).
5313
53142001-11-29 Pavel Janík <Pavel@Janik.cz>
5315
5316 * make-dist: Use COPYING from the top-level directory.
5317
53182001-11-29 Gerd Moellmann <gerd@gnu.org>
5319
5320 * configure.in: Add support for FreeBSD/Alpha.
5321
53222001-11-29 Pavel Janík <Pavel@Janik.cz>
5323
5324 * make-dist: Add COPYING to the top-level directory of the
5325 distribution. Simplify the logic behind copying.
5326
5327 * Makefile.in (maybe_bootstrap): Fix previous change.
5328
53292001-11-28 Richard M. Stallman <rms@gnu.org>
5330
5331 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5332
53332001-11-26 Richard M. Stallman <rms@gnu.org>
5334
5335 * Makefile.in: bootstrap should not delete dumped executables.
5336 (bootstrap-clean-before): New target.
5337 (bootstrap): Use bootstrap-clean-before instead of clean.
5338 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5339
53402001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5341
5342 These changes add the Emacs Lisp Introduction manual to the
5343 distribution:
5344
5345 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5346
5347 * make-dist: Copy the files in lispintro directory.
5348
5349 * config.bat: Configure in the lispintro directory.
5350
5351 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5352
5353 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5354 (lispintro/Makefile): New target.
5355 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5356 (unlock, relock, info, dvi): Ditto.
5357
53582001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5359
5360 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5361
5362 * make-dist (etc): Don't distribute gfdl.1.
5363
53642001-11-22 Colin Walters <walters@debian.org>
5365
5366 * Makefile.in (install-arch-indep): Install the calc .info files.
5367 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5368
53692001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5370
5371 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5372 tindex.pl to the list of those being put into the distribution.
5373
53742001-11-16 Eli Zaretskii <eliz@gnu.org>
5375
5376 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5377
53782001-11-15 Pavel Janík <Pavel@Janik.cz>
5379
5380 * Makefile.in (uninstall): Fix previous change.
5381
5382 * configure.in, Makefile.in: Add support for --program-prefix,
5383 --program-suffix and --program-transform-name options.
5384
53852001-11-13 Pavel Janík <Pavel@Janik.cz>
5386
5387 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5388 (install-arch-indep): Install emacsclient manual page.
5389 (uninstall): Uninstall emacsclient manual page.
5390
53912001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5392
5393 * make-dist: Add lispref/index.*perm files to the distribution.
5394 From Pavel Janík <Pavel@Janik.cz>.
5395
53962001-11-12 Pavel Janík <Pavel@Janik.cz>
5397
5398 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5399
54002001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5401
5402 * configure.in: AC_OUTPUT lispref/Makefile.
5403
54042001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5405
5406 The following changes add the ELisp reference manual to the
5407 distribution.
5408
5409 * make-dist: Add the lispref directory to the distribution.
5410
5411 * Makefile.in (install-arch-indep): Add elisp* to the list of
5412 installed Info files.
5413 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5414 (lispref/Makefile): New target.
5415 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5416 Add commands for the lispref directory.
5417 (info, dvi): Ditto.
5418
5419 * config.bat: Configure in `lispref'.
5420
54212001-11-09 Richard M. Stallman <rms@gnu.org>
5422
5423 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5424
54252001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5426
5427 * make-dist (tempdir): Copy AUTHORS as well.
5428
54292001-11-06 Sam Steingold <sds@gnu.org>
5430
5431 * configure.in: Added a check for <nlist.h>.
5432
54332001-11-01 Pavel Janík <Pavel@Janik.cz>
5434
5435 * configure.in: Reindent --help output.
5436 From Per Starbäck (starback@ling.uu.se).
5437
54382001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5439
5440 * configure.in: New entry for HP/UX-11.
5441
5442 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5443 From Eric S. Raymond <esr@golux.thyrsus.com>.
5444
54452001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5446
5447 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5448 <athornton@sinenomine.net>.
5449
54502001-10-25 Gerd Moellmann <gerd@gnu.org>
5451
5452 * Makefile.in (maybe_bootstrap): New target.
5453 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5454
54552001-10-24 Ken Raeburn <raeburn@gnu.org>
5456
5457 * configure.in: If --with-hesiod is given, look for
5458 hes_getmailhost and res_send or __res_send; check hesiod and
5459 resolv libraries respectively if system libraries don't supply them.
5460
54612001-10-24 Gerd Moellmann <gerd@gnu.org>
5462
5463 * configure.in: Use $MAKE for `make' if set.
5464
54652001-10-22 Gerd Moellmann <gerd@gnu.org>
5466
5467 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5468 to tar options.
5469
54702001-10-20 Gerd Moellmann <gerd@gnu.org>
5471
5472 * (Version 21.1 released).
5473
54742001-10-20 Miles Bader <miles@gnu.org>
5475
5476 * configure.in (configuration): Set from `host' if `host_alias'
5477 isn't defined.
5478
54792001-10-19 Andreas Schwab <schwab@suse.de>
5480
5481 * configure.in: Make ready for autoconf 2.5x.
5482 (AC_PREREQ): Require autoconf 2.50.
5483 * aclocal.m4: Removed.
5484 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5485
54862001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5487
5488 * README: Bump Emacs version to 21.1.50.
5489
54902001-10-05 Gerd Moellmann <gerd@gnu.org>
5491
5492 * Branch for 21.1.
5493
54942001-09-05 Gerd Moellmann <gerd@gnu.org>
5495
5496 * configure.in: Avoid `$@' which is handled specially in
5497 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5498
54992001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5500
5501 * make-dist (nt): Add subdirs.el to the list of distributed files.
5502
55032001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5504
5505 * configure.in (machine): Add an entry for
5506 hppa1.1-hitachi-hiuxwe2*.
5507
55082001-05-28 Gerd Moellmann <gerd@gnu.org>
5509
5510 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5511 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5512
55132001-05-14 Gerd Moellmann <gerd@gnu.org>
5514
5515 * make-dist: Copy texinfo.tex unconditionally.
5516
55172001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5518
5519 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5520 that are installed.
5521
55222001-04-06 Gerd Moellmann <gerd@gnu.org>
5523
5524 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5525 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5526
5527 * make-dist: Handle leim/MISC-DIC. Only include
5528 `[a-zA-Z]*.{el,elc}' from leim/quail.
5529
55302001-04-05 Gerd Moellmann <gerd@gnu.org>
5531
5532 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5533
55342001-03-30 Gerd Moellmann <gerd@gnu.org>
5535
5536 * Makefile.in (.PHONY): Add for bootstrap targets.
5537 (bootstrap-clean): New target.
5538 (bootstrap): Use it instead of `clean'.
5539
55402001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5541
5542 * Makefile.in (SUBDIR): Remove leim.
5543 (all, .RECURSIVE, extraclean): Add leim explicitly.
5544 (leim): Provide separate rule which exports PARALLEL=0 into the
5545 environment.
5546
55472001-03-20 Gerd Moellmann <gerd@gnu.org>
5548
5549 * configure.in (HAVE_XPM): Don't print the result of the check for
5550 XpmReturnAllocPixels if we don't have an xpm.h.
5551
55522001-03-05 Gerd Moellmann <gerd@gnu.org>
5553
5554 * COPYING: New file.
5555
55562001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5557
5558 * config.bat: Update the copyright.
5559
55602001-02-23 Kenichi Handa <handa@etl.go.jp>
5561
5562 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5563 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5564 to `yes'. Later in AC_OUTPUT, check this variable.
5565
55662001-02-09 Dave Love <fx@gnu.org>
5567
5568 * AUTHORS: Updated.
5569
55702001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5571
5572 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5573
55742001-02-02 Gerd Moellmann <gerd@gnu.org>
5575
5576 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5577
5578 * Makefile.in (uninstall): Ignore exit code of `rm'.
5579
5580 * Makefile.in (uninstall): Remove more info files. Remove
5581 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5582
55832001-01-31 Gerd Moellmann <gerd@gnu.org>
5584
5585 * noleim-Makefile.in (extraclean): Add.
5586
55872001-01-28 Gerd Moellmann <gerd@gnu.org>
5588
5589 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5590 it quiet.
5591
55922001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5593
5594 * Makefile.in (tags): Fix typo.
5595
55962001-01-13 Kenichi Handa <handa@etl.go.jp>
5597
5598 * configure.in: Fix typo in the code setting x_search_path.
5599
56002001-01-10 Dave Love <fx@gnu.org>
5601
5602 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5603 -lXext.
5604 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5605 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5606 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5607 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5608 (now in $LIBS).
5609
56102001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5611
5612 * config.bat: Run the preprocessor with -traditional.
5613
56142001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5615
5616 * INSTALL: Move copying conditions to end of file.
5617
56182000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5619
5620 * INSTALL: Add basic installation procedure which assumes
5621 `configure' does its job. Elaborate on image support libraries.
5622 Add a pointer to Xaw3d library. Add advice about solving
5623 configure-time problems by looking in config.log and setting
5624 variables in the environment.
5625
56262000-12-27 Gerd Moellmann <gerd@gnu.org>
5627
5628 * Makefile.in (install-arch-indep): If tar fails, exit with
5629 exit code 1.
5630
56312000-12-19 Gerd Moellmann <gerd@gnu.org>
5632
5633 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5634 source file includes XKBlib.h. On some broken Solaris systems,
5635 there is an XKBlib.h, reportedly, but header files included by
5636 XKBlib.h are missing.
5637
56382000-12-14 Gerd Moellmann <gerd@gnu.org>
5639
5640 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5641
56422000-12-11 Dave Love <fx@gnu.org>
5643
5644 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5645
56462000-12-11 Paul Eggert <eggert@twinsun.com>
5647
5648 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5649 Merge fixes from latest GNU tar version. These macros no longer
5650 futz with _XOPEN_SOURCE, as that was not portable in practice.
5651 (AC_FUNC_FSEEKO): New macro.
5652
5653 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5654 ftello.
5655
56562000-12-05 Dave Love <fx@gnu.org>
5657
5658 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5659
56602000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * info/dir: Change the category to "Emacs".
5663
56642000-12-01 Gerd Moellmann <gerd@gnu.org>
5665
5666 * make-dist (tempdir): Remove epaths.h from the distribution
5667 instead of paths.h.
5668
56692000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5670
5671 * config.bat: Check for existence of djecho.exe, and print an
5672 error message if it is not available.
5673
5674 * INSTALL: Describe possible problem with djecho.exe in old
5675 versions of DJGPP v2.x.
5676
56772000-11-23 Gerd Moellmann <gerd@gnu.org>
5678
5679 * configure.in: Initialize HAVE_LIBXP to no.
5680
56812000-11-22 Gerd Moellmann <gerd@gnu.org>
5682
5683 * configure.in: Use m/macppc.h instead of the non-existent
5684 m/powerpc.h.
5685
56862000-11-21 Gerd Moellmann <gerd@gnu.org>
5687
5688 * Makefile.in (install-arch-indep): Also install info/eshell*
5689 and info/speedbar*.
5690
5691 * configure.in (HAVE_PNG): Check for the presence of
5692 png_get_channels to rule out older PNG libs.
5693
5694 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5695 GCC and NON_GNU_CPP into config.status.
5696
56972000-11-20 Dave Love <fx@gnu.org>
5698
5699 * configure.in: Fix last change.
5700
5701 * GETTING.GNU.SOFTWARE: Deleted.
5702 * FTP: New file to replace it.
5703 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5704
57052000-11-20 Gerd Moellmann <gerd@gnu.org>
5706
5707 * configure.in: Use -traditional with GNU cpp.
5708
57092000-11-17 Gerd Moellmann <gerd@gnu.org>
5710
5711 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5712 Distribute more files from the nt/ subdir. Distribute PBM
5713 image files from subdirs of lisp/. Distribute old change logs
5714 from subdirs of lisp/. Distribute play/5x5.el.
5715
57162000-11-11 Dave Love <fx@gnu.org>
5717
5718 * config.sub, config.guess: Updated from master source.
5719
57202000-11-07 Dave Love <fx@gnu.org>
5721
5722 * configure.in: Test for mkstemp.
5723
57242000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5725
5726 * info/dir (Top): Rearrange menu items more logically, and put
5727 them into a single category. Add menu items for RefTeX and
5728 Widget.
5729
57302000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5731
5732 * Makefile.in (install-arch-indep): Use --info-dir instead of
5733 --dir-file, and a simple argument instead of --info-file, so that
5734 the Debian version of install-info also works.
5735
57362000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5737
5738 * info/dir (Speedbar): Add entry.
5739
57402000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5741
5742 * INSTALL: Describe the new image-support options to the configure
5743 script. List URLs where image support libraries can be found.
5744
57452000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5746
5747 * info/dir (Top): Add an entry for Eshell.
5748
57492000-10-02 Dave Love <fx@gnu.org>
5750
5751 * configure.in: Check for gai_strerror.
5752
57532000-10-01 Andreas Schwab <schwab@suse.de>
5754
5755 * Makefile.in (install-arch-indep): Update list of installed info files.
5756
57572000-09-30 Gerd Moellmann <gerd@gnu.org>
5758
5759 * configure.in: Support `sparc*-*-netbsd*'.
5760
57612000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5762
5763 * info/dir (MIME): Add entry for emacs-mime.
5764
57652000-09-29 Dave Love <fx@gnu.org>
5766
5767 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5768
57692000-09-26 Gerd Moellmann <gerd@gnu.org>
5770
5771 * make-dist: Adapt to the change of leim/Makefile which was
5772 necessary to ensure a reasonably working `make dist'.
5773
5774 * leim-Makefile.in: Moved to leim/Makefile.in..
5775
5776 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5777
57782000-09-21 Kenichi Handa <handa@etl.go.jp>
5779
5780 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5781 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5782 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5783 files to .elc.
5784 (${TIT}): Adjusted for the above change.
5785 (clean mostlyclean): Likewise.
5786 (.el.elc): New target.
5787
57882000-09-19 Gerd Moellmann <gerd@gnu.org>
5789
5790 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5791 in the distribution.
5792
57932000-09-18 Gerd Moellmann <gerd@gnu.org>
5794
5795 * make-dist (skk): Rename to `ja-dic' because the leim directory
5796 was renamed.
5797
57982000-09-14 Dave Love <fx@gnu.org>
5799
5800 * configure.in: Fix spurion in last change.
5801
58022000-09-14 Gerd Moellmann <gerd@gnu.org>
5803
5804 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
5805 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
5806 to `no' if defined. Change result report.
5807
58082000-09-08 Dave Love <fx@gnu.org>
5809
5810 * configure.in: Remove spurious `@'s.
5811
5812 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
5813 autoconf.
5814
58152000-09-06 Gerd Moellmann <gerd@gnu.org>
5816
5817 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
5818 file and print informational message.
5819
5820 * configure.in (AC_FUNC_MMAP): Add.
5821
58222000-09-01 Gerd Moellmann <gerd@gnu.org>
5823
5824 * configure.in: Add ``checking'' messages for
5825 XpmReturnAllocPixels.
5826
58272000-08-28 Gerd Moellmann <gerd@gnu.org>
5828
5829 * configure.in: Check <strings.h>; check `index' and `rindex'
5830 functions.
5831
58322000-08-26 Kenichi Handa <handa@etl.go.jp>
5833
5834 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
5835 "case "${canonical}" in".
5836
58372000-08-25 Dave Love <fx@gnu.org>
5838
5839 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
5840
58412000-08-25 Kenichi Handa <handa@etl.go.jp>
5842
5843 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
5844
58452000-08-24 Gerd Moellmann <gerd@gnu.org>
5846
5847 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
5848 contains a relative path. Protect against unusable values of $PWD.
5849
58502000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5851
5852 * info/dir (WoMan): Add entry.
5853
5854 * config.bat (maindir): Update src/_gdbinit even if it does
5855 already exist.
5856
58572000-08-07 Gerd Moellmann <gerd@gnu.org>
5858
5859 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
5860
58612000-08-03 Gerd Moellmann <gerd@gnu.org>
5862
5863 * configure.in: Add support for ia64*-*-linux*.
5864
58652000-07-27 Gerd Moellmann <gerd@gnu.org>
5866
5867 * make-dist (aclocal.m4): Include in distribution.
5868
58692000-07-26 Dave Love <fx@gnu.org>
5870
5871 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
5872
58732000-07-24 Dave Love <fx@gnu.org>
5874
5875 * configure.in: Add AC_SIZE_T.
5876
58772000-07-18 Dave Love <fx@gnu.org>
5878
5879 * configure.in: Reorder so that most tests are done after CPPFLAGS
5880 is set from the C_SWITCH_... definitions.
5881
58822000-07-10 Gerd Moellmann <gerd@gnu.org>
5883
5884 * configure.in (HAVE_XPM): Undo previous change. Check for
5885 preprocessor define XpmReturnAllocPixels.
5886
58872000-07-06 Gerd Moellmann <gerd@gnu.org>
5888
5889 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
5890 instead of XpmReadFileToPixmap.
5891
58922000-07-05 Ken Raeburn <raeburn@gnu.org>
5893
5894 * configure.in: Check for <soundcard.h>. Look for ossaudio
5895 library, and set LIBSOUND accordingly.
5896
58972000-07-05 Dave Love <fx@gnu.org>
5898
5899 * configure.in: Use AC_HEADER_SYS_WAIT.
5900
59012000-07-05 Gerd Moellmann <gerd@gnu.org>
5902
5903 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
5904 lisp/Makefile. Distribute lisp/Makefile.in instead of
5905 lisp/Makefile.
5906
59072000-06-30 Ken Raeburn <raeburn@gnu.org>
5908
5909 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
5910 while searching for image-handling libraries.
5911
59122000-06-26 Gerd Moellmann <gerd@gnu.org>
5913
5914 * configure.in (--with-xim): New option.
5915
59162000-06-23 Dave Love <fx@gnu.org>
5917
5918 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
5919 for struct timezone and test how we can call gettimeofday.
5920 Check for OSF 5+. Check for term.h.
5921
5922 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
5923 version.
5924
59252000-06-23 Gerd Moellmann <gerd@gnu.org>
5926
5927 * configure.in (HAVE_LIBXP): Change test for libXp.
5928
59292000-06-21 Dave Love <fx@gnu.org>
5930
5931 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
5932 simple test for getloadavg and substitute GETLOADAVG_LIBS.
5933 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
5934
59352000-06-19 Dave Love <fx@gnu.org>
5936
5937 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
5938 _XOPEN_SOURCE is defined.
5939
59402000-06-16 Gerd Moellmann <gerd@gnu.org>
5941
5942 * Makefile.in (distclean): Also make distclean in lisp/.
5943
59442000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5945
5946 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
5947
59482000-06-15 Gerd Moellmann <gerd@gnu.org>
5949
5950 * make-dist: Add --help and --snapshot options.
5951
59522000-06-14 Gerd Moellmann <gerd@gnu.org>
5953
5954 * configure.in: Generate lisp/Makefile.
5955
5956 * configure.in: Add support for `*-lynxos*'.
5957 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
5958 recommended by <Karen.Dorhamer@compaq.com> to fix problems
5959 on Tru64 UNIX v5.0.
5960
59612000-06-13 Ken Raeburn <raeburn@gnu.org>
5962
5963 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
5964 it's on a continuation line.
5965
59662000-06-02 Dave Love <fx@gnu.org>
5967
5968 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
5969 files.
5970
5971 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
5972 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
5973 test.
5974
5975 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
5976 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
5977
59782000-05-26 Gerd Moellmann <gerd@gnu.org>
5979
5980 * configure.in: Add check for speed_t typedef.
5981
59822000-05-25 Ken Raeburn <raeburn@gnu.org>
5983
5984 * Makefile.in (install-arch-dep): Install fns-*.el only if it
5985 exists; it won't in the CANNOT_DUMP case.
5986
59872000-05-25 Gerd Moellmann <gerd@gnu.org>
5988
5989 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
5990 On FreeBSD, the exit status is 1 if CDPATH is not set.
5991 (install-arch-indep): Install ebrowse.info.
5992
59932000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
5994
5995 * configure.in: Check for grandpt and getpt.
5996
59972000-05-09 Dave Love <fx@gnu.org>
5998
5999 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6000
60012000-05-05 Gerd Moellmann <gerd@gnu.org>
6002
6003 * make-dist: Make a link for lib-src/grep-changelog.
6004 Copy install-sh.
6005
60062000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6007
6008 * config.bat: Identify the beginning of the cpp stuff in
6009 src/Makefile.in and lib-src/Makefile.in more accurately.
6010
60112000-04-27 Gerd Moellmann <gerd@gnu.org>
6012
6013 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6014
60152000-04-19 Gerd Moellmann <gerd@gnu.org>
6016
6017 * configure.in: Add support for `powerpc-*-netbsd*'.
6018
60192000-04-19 Dave Love <fx@gnu.org>
6020
6021 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6022
6023 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6024
60252000-04-16 Dave Love <fx@gnu.org>
6026
6027 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6028
60292000-04-14 Dave Love <fx@gnu.org>
6030
6031 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6032
6033 * aclocal.m4 (AC_FUNC_MKTIME): New.
6034
60352000-03-28 Ken Raeburn <raeburn@gnu.org>
6036
6037 * configure.in: Line up "--help" output a little better.
6038
60392000-03-26 Gerd Moellmann <gerd@gnu.org>
6040
6041 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6042 New targets.
6043 (bootstrap): Rewritten in terms of the new targets above. Make
6044 info files, too.
6045
60462000-03-12 Gerd Moellmann <gerd@gnu.org>
6047
6048 * config.guess, config.sub: Use the versions of the files from
6049 subversions.
6050
60512000-03-08 Dave Love <fx@gnu.org>
6052
6053 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6054 AC_C_VOLATILE. Define POINTER_TYPE.
6055
6056 * aclocal.m4: New file.
6057
60582000-03-02 Gerd Moellmann <gerd@gnu.org>
6059
6060 * configure.in (machine): Add `mipsel-*-netbsd*' and
6061 `arm-*-netbsd*'.
6062
60632000-03-01 Gerd Moellmann <gerd@gnu.org>
6064
6065 * configure.in (machine): Add support for `*-auspex-sunos*'.
6066
60672000-02-29 Gerd Moellmann <gerd@gnu.org>
6068
6069 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6070
60712000-02-18 Dave Love <fx@gnu.org>
6072
6073 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6074
60752000-02-18 Andreas Schwab <schwab@suse.de>
6076
6077 * Makefile.in (install-arch-indep): Add eudc to list of installed
6078 info files.
6079
60802000-02-17 Ken Raeburn <raeburn@gnu.org>
6081
6082 * configure.in: Include -lz and -ljpeg (if it's available) when
6083 testing for the tiff library.
6084
60852000-02-17 Gerd Moellmann <gerd@gnu.org>
6086
6087 * configure.in: Remove LISP_FLOAT_TYPE.
6088
60892000-02-12 Dave Love <fx@gnu.org>
6090
6091 * configure.in: Use AC_FUNC_VFORK.
6092
60932000-02-01 Gerd Moellmann <gerd@gnu.org>
6094
6095 * make-dist: Various fixes for new development tree.
6096
6097 * leim-Makefile.in: New file.
6098
60992000-01-31 Gerd Moellmann <gerd@gnu.org>
6100
6101 * Makefile.in (dist): Call ./make-dist.
6102
61032000-01-24 Dave Love <fx@gnu.org>
6104
6105 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6106
61072000-01-18 Gerd Moellmann <gerd@gnu.org>
6108
6109 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6110 DGifOpenFileName.
6111
61122000-01-11 Andreas Schwab <schwab@suse.de>
6113
6114 * Makefile.in (install-arch-indep): Update list of info files to
6115 be installed.
6116
61172000-01-05 Dave Love <fx@gnu.org>
6118
6119 * configure.in: Check for jerror.h as well as libjpeg.
6120
61212000-01-03 Andreas Schwab <schwab@suse.de>
6122
6123 * Makefile.in (install-arch-indep): Install autotype*. Run
6124 install-info on autotype and emacs-faq.info.
6125
61261999-12-04 Dave Love <fx@gnu.org>
6127
6128 * Makefile.in (install-arch-indep): Depend on `info'.
6129 (install-strip): Use `install' as sub-make target.
6130
61311999-11-23 Ken Raeburn <raeburn@gnu.org>
6132
6133 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6134 didn't need to be deleted. Check for the k5crypto library as well
6135 as the crypto library; MIT Kerberos 1.1 changed the name.
6136
61371999-11-18 Dave Love <fx@gnu.org>
6138
6139 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6140
61411999-11-11 Erik Naggum <erik@naggum.no>
6142
6143 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6144
61451999-11-08 Dave Love <fx@gnu.org>
6146
6147 * configure.in: Fix change for --with-pop default.
6148
61491999-11-04 Dave Love <fx@gnu.org>
6150
6151 * configure.in: Default to --with-pop. Change sense of with-gcc
6152 and with-toolkit-scroll-bars messages to reflect the defaults.
6153
61541999-11-01 Gerd Moellmann <gerd@gnu.org>
6155
6156 * INSTALL: Mention the Emacs Lisp Reference.
6157
61581999-10-27 Noah Friedman <friedman@splode.com>
6159
6160 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6161
61621999-10-23 Gerd Moellmann <gerd@gnu.org>
6163
6164 * Makefile.in (bootstrap): New target.
6165
61661999-10-19 Paul Eggert <eggert@twinsun.com>
6167
6168 Add support for large files. Merge glibc 2.1.2.
6169
6170 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6171 (HAVE_TM_GMTOFF): New symbol.
6172 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6173 mbrlen, strsignal.
6174 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6175
61761999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6177
6178 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6179 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6180
61811999-10-09 Richard M. Stallman <rms@gnu.org>
6182
6183 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6184 Unset CDPATH to prevent cd from generating output.
6185
61861999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6187
6188 * update-subdirs: Also ignore CVS subdirs.
6189
61901999-10-07 Gerd Moellmann <gerd@gnu.org>
6191
6192 * Makefile.in (install-arch-indep): Add ada-mode.
6193
61941999-10-06 Dave Love <fx@gnu.org>
6195
6196 * Makefile.in: Add rules for config.status, configure.
6197
61981999-09-07 Gerd Moellmann <gerd@gnu.org>
6199
6200 * configure.in (--with-sound): Removed.
6201
62021999-08-30 Gerd Moellmann <gerd@gnu.org>
6203
6204 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6205 the test for Xaw3d.
6206 (HAVE_TIFF): Add -lm to library check.
6207
62081999-08-28 Richard Stallman <rms@gnu.org>
6209
6210 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6211 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6212 after the other X-related libraries.
6213
62141999-08-21 Dave Love <fx@gnu.org>
6215
6216 * configure.in: Don't check for jpeglib.h.
6217
62181999-08-20 Gerd Moellmann <gerd@gnu.org>
6219
6220 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6221 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6222
62231999-08-18 Dave Love <fx@gnu.org>
6224
6225 * configure.in: Check for termcap.h.
6226
62271999-08-15 Gerd Moellmann <gerd@gnu.org>
6228
6229 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6230 use Emacs' scroll bars, even if configured for Motif or when
6231 Xaw3d is available.
6232
62331999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6234
6235 * configure.in: Check for getaddrinfo.
6236
62371999-08-04 Eli Zaretskii <eliz@gnu.org>
6238
6239 * config.bat: Make --no-debug work again by removing -gcoff.
6240
62411999-07-30 Dave Love <fx@gnu.org>
6242
6243 * configure.in: Check for stdlib.h.
6244
62451999-07-19 Dave Love <fx@gnu.org>
6246
6247 * configure.in: Grok sparc64-*-linux-gnu*.
6248
62491999-07-12 Richard Stallman <rms@gnu.org>
6250
6251 * Version 20.4 released.
6252
62531999-06-23 Karl Heuer <kwzh@gnu.org>
6254
6255 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6256 Quote $EMACS, in case it's a program with args.
6257
62581999-06-15 Gerd Moellmann <gerd@gnu.org>
6259
6260 * configure.in (HAVE_GIF): Use libungif instead of libgif
6261 because the former doesn't contain patented compression code.
6262
62631999-05-29 Richard M. Stallman <rms@gnu.org>
6264
6265 * configure.in: Delete the Kerberos stuff.
6266
62671999-05-27 Greg Hudson <ghudson@mit.edu>
6268
6269 * configure.in: Prefer kerberos 5 names.
6270
62711999-04-26 Richard M. Stallman <rms@gnu.org>
6272
6273 * configure.in: Check for libXp.
6274
62751999-04-08 Richard Stallman <rms@gnu.org>
6276
6277 * make-dist: Include change logs in subdirs of `lisp'.
6278
62791999-04-05 Richard Stallman <rms@gnu.org>
6280
6281 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6282 (install-arch-indep): Make ${datadir}/emacs world-readable.
6283
62841999-03-30 Eli Zaretskii <eliz@gnu.org>
6285
6286 * config.bat: Use epaths.* instead of paths.*.
6287
62881999-03-07 Eli Zaretskii <eliz@gnu.org>
6289
6290 * INSTALL: Add detailed instructions to unpack and install
6291 intlfonts on MS-DOS.
6292
62931999-02-26 Richard Stallman <rms@gnu.org>
6294
6295 * configure.in: Use epaths.h and epaths-force instead of paths...
6296
6297 * Makefile.in (epaths-force): Renamed from paths-force;
6298 operate on epaths.in and produce epaths.h.
6299
63001999-02-24 Richard Stallman <rms@gnu.org>
6301
6302 * make-dist: Fix nt/icons directory handling.
6303
63041999-02-22 Simon Josefsson <jas@pdc.kth.se>
6305
6306 * configure.in (f301-fujitsu-uxpv4.1): New target.
6307
63081999-02-20 Richard Stallman <rms@gnu.org>
6309
6310 * make-dist (tempparent): Fix command to update info files.
6311
63121999-02-09 Richard Stallman <rms@gnu.org>
6313
6314 * configure.in (powerpc-apple-netbsd*): New alternative.
6315
63161999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6317
6318 * make-dist: Include the new directory nt/icons in distributions.
6319
63201999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6321
6322 * configure.in: Change message about HAVE_XFREE386.
6323
63241999-01-07 Eli Zaretskii <eliz@gnu.org>
6325
6326 * config.bat: Support configuring with leim.
6327
63281998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6329
6330 * configure.in (mips-sgi-irix6.5): New target.
6331
63321998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6333
6334 * configure.in: Remove GSS-API support, since it has been removed
6335 from movemail.
6336
63371998-12-04 Markus Rost <rost@delysid.gnu.org>
6338
6339 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6340
63411998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6342
6343 * Makefile.in: Don't install customize info file.
6344 Run install-info on viper info file.
6345
63461998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6347
6348 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6349
63501998-11-16 Kenichi Handa <handa@etl.go.jp>
6351
6352 * configure.in (*-*-bsdi4*): New target.
6353
63541998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6355
6356 * configure.in: Fix previous change.
6357
63581998-11-11 Richard Stallman <rms@gnu.org>
6359
6360 * configure.in (aviion-intel): New machine.
6361
63621998-11-04 Kenichi Handa <handa@etl.go.jp>
6363
6364 * configure.in (mips-nec-sysv4*): New target.
6365
63661998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6367
6368 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6369 from lisp.
6370
63711998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6372
6373 * make-dist: Don't include fns*.el in dist.
6374
63751998-10-30 Dave Love <fx@gnu.org>
6376
6377 * configure.in: Don't mkdir cpp.
6378
63791998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6380
6381 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6382 ${archlibdir}.
6383
63841998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6385
6386 * Version 20.3 released.
6387
63881998-07-30 Paul Eggert <eggert@twinsun.com>
6389
6390 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6391 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6392 (lwlib/Makefile, leim/Makefile):
6393 Prepend $(srcdir)/ to rule dependencies outside this dir.
6394
63951998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6396
6397 * configure.in: Use unset CDPATH instead of making it empty.
6398
63991998-06-20 Karl Heuer <kwzh@gnu.org>
6400
6401 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6402
64031998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6404
6405 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6406 and default.el. Sort the results.
6407
64081998-05-31 Karl Heuer <kwzh@gnu.org>
6409
6410 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6411 writable.
6412
64131998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6414
6415 * Makefile.in (install-arch-indep):
6416 Don't alter site-lisp/subdirs.el if it exists.
6417
64181998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6419
6420 * Makefile.in (install-arch-indep): Put `-' on commands to create
6421 subdirs.el in site-lisp dirs.
6422
64231998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6424
6425 * Makefile.in (install-arch-indep): Fix typo in previous change.
6426
64271998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6428
6429 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6430
64311998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6432
6433 * Makefile.in (mkdir): Create the site-lisp dirs.
6434 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6435
64361998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6437
6438 * Makefile.in (INSTALL_INFO): New variable.
6439 (install-arch-indep): Don't replace the dir file if it already exists.
6440 Use the install-info program, via INSTALL_INFO, to add entries.
6441 Make the `info' subdir and the Info files world-readable.
6442
64431998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6444
6445 * config.bat: Make sure the environment is large enough to support
6446 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6447
64481998-04-10 Karl Heuer <kwzh@gnu.org>
6449
6450 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6451
64521998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6453
6454 * configure.in: Add --with-gssapi to specify GSS-API
6455 authentication support for movemail.
6456
64571998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6458
6459 * Makefile.in (install-arch-indep): Fix previous change.
6460
64611998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6462
6463 * Makefile.in (info): Run man in build dir, not srcdir.
6464
64651998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6466
6467 * Makefile.in (install-arch-indep): Fix previous change.
6468
64691998-03-23 Kenichi Handa <handa@etl.go.jp>
6470
6471 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6472
64731998-03-22 Richard Stallman <rms@gnu.org>
6474
6475 * Makefile.in (install-arch-indep): Put special subdirs.el files
6476 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6477
64781998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6479
6480 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6481
64821998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6483
6484 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6485 (m68*-hp-hpux*): Handle versions 1X like 10.
6486
64871998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6488
6489 * make-dist: PROBLEMS is now in etc, not top level dir.
6490
6491 * Makefile.in (SOURCES): Delete PROBLEMS.
6492
64931998-02-25 Richard Stallman <rms@gnu.org>
6494
6495 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6496
6497 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6498
64991998-01-17 Richard Stallman <rms@gnu.org>
6500
6501 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6502
65031998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6504
6505 * make-dist (tempparent): New option --no-check.
6506
6507 * make-dist: Don't do anything with cpp directory.
6508
65091997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6510
6511 * configure.in (sparc-fujitsu-sysv4*): New target.
6512
65131997-12-17 Andreas Schwab <schwab@gnu.org>
6514
6515 * configure.in: Cache more tests. Add missing quotes around
6516 message with embedded comma.
6517
65181997-12-04 Karl Heuer <kwzh@gnu.org>
6519
6520 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6521
65221997-11-26 Joel N. Weber II <devnull@gnu.org>
6523
6524 * make-dist: Changed the comment about `umask 0' to say `Don't
6525 restrict access to any files.'; previously it said `Don't protect
6526 any files', which may have implied that we think fascism is good.
6527
65281997-11-24 Paul Eggert <eggert@twinsun.com>
6529
6530 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6531 strftime needs the underlying host's strftime for locale dependent
6532 formats.
6533
65341997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6535
6536 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6537
65381997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6539
6540 * config.bat: Configure the man subdirectory.
6541
65421997-11-07 Paul Eggert <eggert@twinsun.com>
6543
6544 * configure.in (AC_CHECK_LIB): Add -lintl.
6545
65461997-11-07 Karl Heuer <kwzh@gnu.org>
6547
6548 * make-dist (check for .elc files): Avoid bash-specific syntax.
6549 (check for overflow 14-char limit): Simplify.
6550
65511997-11-07 Richard Stallman <rms@gnu.org>
6552
6553 * Makefile.in (install): Move blessmail last.
6554
65551997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6556
6557 * configure.in (gettimeofday, one arg or two):
6558 Clarify messages by avoiding double negative.
6559
65601997-09-30 Karl Eichwalder <ke@suse.de>
6561
6562 * Makefile.in (install-arch-indep): Install the widget info file.
6563
65641997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6565
6566 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6567 libraries in reverse order, so that libraries will appear in the
6568 correct dependency order on the link line (and so that the
6569 configure checks themselves will work properly when early
6570 libraries depend on later ones).
6571
65721997-09-21 Erik Naggum <erik@naggum.no>
6573
6574 * make-dist (making links to `src'): Keep timestamp on copied files.
6575
6576 * make-delta: New script to produce delta distributions.
6577
65781997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6579
6580 * Version 20.2 released.
6581
65821997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6583
6584 * Version 20.1 released.
6585
6586 * Makefile.in (install-leim): Depend on mkdir.
6587 (leim): Depend on src.
6588
65891997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6590
6591 * configure.in: Recognize alpha* instead of just alpha.
6592
65931997-09-12 Paul Eggert <eggert@twinsun.com>
6594
6595 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6596
65971997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6598
6599 * update-subdirs: Use rm -f.
6600
66011997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6602
6603 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6604 Ignore subdirs named Old.
6605
66061997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6607
6608 * configure.in: Add OpenBSD clause to set $machine.
6609
66101997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6611
6612 * make-dist: Recompile everything after updating various Lisp files.
6613 Recompile in leim as well as lisp.
6614 Check in leim as well as lisp for mismatched files and too-long names.
6615
66161997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6617
6618 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6619
66201997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6621
6622 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6623 before trying to copy anything from it.
6624
66251997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6626
6627 * Makefile.in (man/Makefile): New target.
6628 (tags): Define env var EMACS and run Makefile from build dir.
6629
66301997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6631
6632 * config.bat: If src/_gdbinit doesn't exist, try using
6633 src/.gdbinit to create it (for building on Windows 95).
6634
66351997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6636
6637 * Makefile.in (install-arch-indep):
6638 Discard extra data in tar | tar pipes.
6639
66401997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6641
6642 * configure.in (x_default_search_path): Corrected
6643 '${x_library}' to '${x_library}/X11'.
6644
66451997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6646
6647 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6648
66491997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6650
6651 * configure.in: Support auto-configuration of both Kerberos V4 and
6652 Kerberos V5 for movemail, including detection of V4 and V5 header
6653 files and libraries.
6654
66551997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6656
6657 * configure.in: Compute x_default_search_path
6658 and substitute into makefiles.
6659
6660 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6661
66621997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6663
6664 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6665
66661997-08-07 Erik Naggum <erik@naggum.no>
6667
6668 * configure.in: Remove lockdir, it is no longer needed.
6669 * Makefile.in (mkdir): Don't create lockdir.
6670 (lockdir): Variable deleted.
6671 (paths-force): Don't operate on PATH_LOCK.
6672
66731997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6674
6675 * leim-Makefile.in (clean, distclean): New targets.
6676
6677 * make-dist: Include leim/ChangeLog in leim distribution.
6678
66791997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6680
6681 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6682
66831997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6684
6685 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6686
66871997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6688
6689 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6690
66911997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6692
6693 * make-dist: Update leim/leim-list.el.
6694 Pass along value of $EMACS when updating lisp dir.
6695
66961997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6697
6698 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6699 prerequisite to the use of Doug Lea's malloc.
6700
67011997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6702
6703 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6704
6705 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6706
67071997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6708
6709 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6710
67111997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6712
6713 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6714 to news-r6.h.
6715
67161997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6717
6718 * config.bat: Use `sed' instead of `cp', which might not be
6719 installed.
6720
67211997-07-09 Kenichi Handa <handa@etl.go.jp>
6722
6723 * Makefile.in (mostlyclean): Add cleaning leim directory.
6724 (clean, distclean, maintainer-clean): Likewise.
6725
67261997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6727
6728 * make-dist (bogosities): Check subdirs of `lisp' also.
6729
67301997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6731
6732 * make-dist (etc): Really avoid symlinks now.
6733 (lisp): Don't delete from subdirs the things we never copy.
6734
67351997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6736
6737 * Makefile.in (install-arch-indep): Correct the target name.
6738 The first letter `i' was dropped by the previous change of mine.
6739
67401997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6741
6742 * configure.in (leim/Makefile): Generate this.
6743 (*-sysv4.2uw*): Recognize new alternative.
6744
6745 * leim-Makefile.in: Renamed from leim-Makefile.
6746
6747 * make-dist: Set up real-leim subdirectory,
6748 with the real contents of leim; then move it to
6749 a separate top-level directory.
6750
6751 * make-dist: Don't mention site-lisp, site-init, site-start
6752 or default, when listing files hat are not compiled and should be.
6753
6754 * configure.in: Create src/config.stamp at the end.
6755
67561997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6757
6758 * Makefile.in (install-leim): Correct previous change.
6759
67601997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6761
6762 * Makefile.in (install-leim): New target.
6763 (install): Depend on install-leim.
6764
67651997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6766
6767 * Makefile.in (SUBDIR): Add leim.
6768 (SUBDIR_MAKEFILES): Add leim/Makefile.
6769 (leim/Makefile): New target.
6770
67711997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6772
6773 * leim-Makefile: New file.
6774 * make-dist: Initialize a `leim' subdirectory with that makefile.
6775
67761997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6777
6778 * configure.in (GNU_MALLOC_reason): Fix message text.
6779
67801997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6781
6782 * make-dist (lisp): Don't process subdirs that start with =.
6783 (etc): Copy symlinks, as in src.
6784
67851997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6786
6787 * configure.in (i*86-*-unixware*): New alternative.
6788
67891997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6790
6791 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6792 and touch it explicitly.
6793
6794 * configure.in (mips-sony-newsos6*): New alternative.
6795 (mips-*-linux-gnu*): New alternative.
6796 (*-*-bsdi*): New alternative.
6797 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
6798
67991997-06-22 Dave Love <d.love@dl.ac.uk>
6800
6801 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
6802 (src/config.h): New target to re-configure if src/config.in is patched.
6803
68041997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6805
6806 * configure.in (shutdown): Check for `shutdown' function.
6807
68081997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6809
6810 * update-subdirs: Include the directory "language" in subdirs.
6811
68121997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6813
6814 * configure.in (m88k-dg-dgux4*): New alternative.
6815 (alpha-*-netbsd*): New alternative.
6816 (powerpcle-*-solaris2*): New alternative.
6817
68181997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6819
6820 * make-dist: Warn about .el files that are not compiled.
6821
68221997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6823
6824 * Makefile.in (dist): Don't run update-subdirs here,
6825 since make-dist now gets that done.
6826
6827 * make-dist: Use the new `updates' target in lisp/Makefile.
6828
6829 * make-dist: Use new non-file targets in lisp/Makefile.
6830
68311997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6832
6833 * make-dist: Handle all subdirs of `lisp' uniformly.
6834 Don't handle `term' and `language' specially.
6835 Clear out umask at the beginning.
6836
68371997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6838
6839 * make-dist: Use Make to update finder-inf.el and autoloads.
6840 Also update cus-load.el.
6841
68421997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6843
6844 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
6845 in case it is desirable to disable the GNU malloc features with glibc.
6846
68471997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6848
6849 * configure.in (DOUG_LEA_MALLOC):
6850 Define if malloc_{get,set}_state exist.
6851
68521997-03-05 Kenichi Handa <handa@etl.go.jp>
6853
6854 * make-dist: Make links for files under lisp/language.
6855
68561997-02-20 Kenichi Handa <handa@etl.go.jp>
6857
6858 * update-subdirs: Exclude the directory "language" from subdirs.
6859
68601997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6861
6862 * configure.in: Check for rint and cbrt.
6863
68641997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6865
6866 * make-dist: Use $EMACS to say where to run Emacs.
6867 Add --no-update option.
6868
68691996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6870
6871 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
6872
68731996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6874
6875 * make-dist (copying src): Check thoroughly for symlinks
6876 and copy them in all cases. Regularize the linking of *.in
6877 and *.opt and ChangeLog files.
6878 (copying lib-src): Likewise.
6879 Don't rm getdate.c or y.tab.*--they don't exist any more.
6880
68811996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
6882
6883 * configure.in: Check for libmail, maillock.h and
6884 touchlock (for movemail).
6885
68861996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6887
6888 * configure.in (limits.h): Check for this file.
6889
68901996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6891
6892 * configure.in (rs6000-ibm-aix4.2): New alternative.
6893 (rs6000-ibm-aix4.0): New alternative.
6894 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
6895
68961996-11-22 Ben Harris <bjh21@cam.ac.uk>
6897
6898 * configure.in: Recognize vax-*-netbsd*.
6899
69001996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6901
6902 * configure.in (locallisppath): Add leim directory.
6903
69041996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6905
6906 * config.bat: Make sure `mv' supports forward slashes and -f.
6907
69081996-10-28 Christian Limpach <chris@nice.ch>
6909
6910 * configure.in (hppa*-next-nextstep*): * added after hppa
6911 to accept hppa1.0 and hppa1.1.
6912
69131996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
6914
6915 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
6916 * configure.in (ld_switch_machine): Fix typo.
6917
69181996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6919
6920 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
6921 from config.h and use them in $ac_link.
6922
69231996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
6924
6925 * configure.in: Create a subdir named `lisp'.
6926
69271996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6928
6929 * configure.in: Check for getcwd.
6930
69311996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6932
6933 * configure.in: Check for termios.h. Check for setpgid.
6934
69351996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6936
6937 * configure.in: Check for setrlimit.
6938
69391996-08-31 Paul Eggert <eggert@twinsun.com>
6940
6941 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
6942
69431996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6944
6945 * configure.in: Check for utimes.
6946
6947 * configure.in: Check for com_err library, but only
6948 if --with-kerberos was used. Check for krb and des
6949 only if --with-kerberos.
6950
69511996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6952
6953 * Makefile.in (INSTALL_STRIP): New variable.
6954 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
6955 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
6956
69571996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6958
6959 * configure.in: Check for krb and des libraries.
6960
69611996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6962
6963 * configure.in (*-sunos4.1.[3-9]*noshare):
6964 Use sunos413, not sunos4-1-3.
6965 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
6966 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
6967
69681996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6969
6970 * Makefile.in (src/paths.h): Target deleted.
6971 (paths-force): Delete all dependencies on this target
6972 but don't delete the target.
6973 (install): Depend on `all'.
6974 (paths-force): Don't print a message.
6975
6976 * configure.in: Generate src/paths.h here.
6977
69781996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6979
6980 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
6981 New variables that affect linking only.
6982 (alpha-dec-osf*): Use those instead of previous change.
6983
69841996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6985
6986 * Makefile.in (install-arch-indep): Install info/messages.
6987
69881996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6989
6990 * Version 19.33 released.
6991
69921996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
6993
6994 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6995 Fix previous change.
6996
69971996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6998
6999 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7000 New alternative.
7001
70021996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7003
7004 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7005 and NON_GCC_TEST_OPTIONS.
7006
70071996-08-06 Paul Eggert <eggert@twinsun.com>
7008
7009 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7010 "TZ=..." in environ.
7011
70121996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7013
7014 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7015
70161996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7017
7018 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7019 the more general *-sunos4.1.[3-9]* clause.
7020
70211996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7022
7023 * Version 19.32 released.
7024
7025 * configure.in (*-sco3.2v5*):
7026 Set OVERRIDE_CPPFLAG to a string of one space.
7027 Fix the code that uses OVERRIDE_CPPFLAG.
7028
70291996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7030
7031 * configure.in: Undo previous change.
7032
70331996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7034
7035 * config.sub: Use `pc', not `unknown', when canonicalizing
7036 the vendor for ...86.
7037
70381996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7039
7040 * configure.in: Check for termios.h header.
7041
70421996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7043
7044 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7045
70461996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7047
7048 * configure.in: Split bsdos2 and bsdos2-1.
7049
70501996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7051
7052 * config.sub: If last two words are not a recognized
7053 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7054 Make conversion of gnu/linux to linux-gnu really work.
7055
7056 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7057
70581996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7059
7060 * configure.in (check for using Lucid widgets by default):
7061 Eliminate indentation that confuses some compilers.
7062
70631996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7064
7065 * config.sub: Convert linux and gnu/linux to linux-gnu.
7066
7067 * make-dist: Don't update getdate.c.
7068 Ignore =... files when checking for too-long Lisp file names.
7069
70701996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7071
7072 * configure.in (euidaccess): Check for that, not for eaccess.
7073
70741996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7075
7076 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7077 before `noshare'.
7078 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7079
70801996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7081
7082 * configure.in: Rename lignux to linux-gnu in configuration names.
7083 Use gnu-linux as the opsys value (s/ file name).
7084 Allow i686 just like i386, i486, i586.
7085
70861996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7087
7088 * configure.in (i*86-*-sco3.2v5): New alternative.
7089 (OVERRIDE_CPPFLAG): New variable.
7090 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7091
7092 * configure.in: Specify vpath for .texi files.
7093
70941996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7095
7096 * configure.in: Always check for HAVE_X11R5.
7097 Separately decide whether to use a toolkit by default.
7098
70991996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7100
7101 * configure.in: If X11R5 is missing the Xaw headers,
7102 default to --with-x-toolkit=no.
7103
71041996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7105
7106 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7107
71081996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7109
7110 * Makefile.in (install-arch-indep): If cd etc makes output,
7111 don't treat that as part of the tar data.
7112 Check that ./lisp actually exists.
7113
71141996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7115
7116 * make-dist: Check for long file names.
7117
71181996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7119
7120 * Version 19.31 released.
7121
71221996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7123
7124 * configure.in: Recognize sparc-*-lignux.
7125
71261996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7127
7128 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7129 Don't include config.w95.
7130
71311996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7132
7133 * make-dist: Replace --no-clean-up and --no-tar options
7134 with --clean-up and --tar, so that the default is useful.
7135
71361996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7137
7138 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7139 if not, tell the user to rename it and abort.
7140
71411996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7142
7143 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7144 test program.
7145
71461996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7147
7148 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7149
7150 * make-dist (MANIFEST): Fix previous change.
7151 (msdos): Put mainmake.v2 into the dist.
7152
71531996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7154
7155 * make-dist: Exit if autoconf fails.
7156
71571996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7158
7159 * config.bat: Set djgpp-ver, and unset it at the end.
7160 Add a number of conditionals for DJGPP version 2.
7161 Rename label libsrc2 to libsrc3.
7162 Substitute for LDFLAGS in src/Makefile.
7163 Substitute for ALL_CFLAGS in lib-src/Makefile.
7164
71651996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7166
7167 * configure.in (ncurses): Check this after checking fns like strerror.
7168
71691996-04-08 Erik Naggum <erik@naggum.no>
7170
7171 * make-dist (MANIFEST): Don't include lines from =files.
7172
71731996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7174
7175 * make-dist: Don't put lisp/dired.todo in the dist.
7176
71771996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7178
7179 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7180
7181 * configure.in (setlocale): Check for it.
7182
7183 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7184
71851996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7186
7187 * configure.in: Use lignux instead of linux as value of opsys.
7188
71891996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7190
7191 * Makefile.in (install-strip): Fix whitespace.
7192 Get rid of continuation.
7193
7194 * config.sub: Convert linux or gnu/linux to lignux.
7195
71961996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7197
7198 * configure.in: Accept lignux in configuration name.
7199
72001996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7201
7202 * Makefile.in (install-strip): New target.
7203
72041996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7205
7206 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7207 -f failed to do the job on Suns.
7208
72091996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7210
7211 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7212
7213 * configure.in (linux/version.h): Check for this header.
7214
72151996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7216
7217 * configure.in: Remove -fno-builtin hackery from -lm check.
7218
72191996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7220
7221 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7222 just this test.
7223
7224 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7225
72261996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7227
7228 * configure.in: Check for ncurses.
7229
72301996-02-28 Paul Eggert <eggert@twinsun.com>
7231
7232 * configure.in (LOCALTIME_CACHE):
7233 Also define if localtime mishandles unsetting TZ.
7234 This works around a localtime bug in mips-dec-ultrix.
7235
72361996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7237
7238 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7239
7240 * configure.in: Improve messages about X versions.
7241
72421996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7243
7244 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7245
72461996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7247
7248 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7249 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7250
7251 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7252 (install): Put install-arch-indep before install-arch-dep.
7253
72541996-02-20 Dave Love <d.love@dl.ac.uk>
7255
7256 * INSTALL: Clarify info about MS-DOS path handling.
7257
72581996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7259
7260 * Makefile.in (install-arch-indep): Install info/ccmode*.
7261 In previous change, protect against /bin/pwd returning null string.
7262
72631996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7264
7265 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7266 to lispdir.
7267
72681996-02-01 Paul Eggert <eggert@twinsun.com>
7269
7270 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7271
72721996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7273
7274 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7275
72761996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7277
7278 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7279 we delete everything distclean deletes.
7280
72811996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7282
7283 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7284
72851996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7286
7287 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7288 into LDFLAGS instead of into LIBS.
7289
72901996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7291
7292 * configure.in (HAVE_XMU): Fix typo in previous change.
7293
72941996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7295
7296 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7297
72981996-01-10 Erik Naggum <erik@naggum.no>
7299
7300 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7301
73021996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7303
7304 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7305
73061996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7307
7308 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7309 and use -lXt to link it.
7310
73111996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7312
7313 * configure.in (locallisppath): Put version-specific dir first.
7314
73151996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7316
7317 * configure.in (hppa-*-nextstep*): New alternative.
7318 (USE_X_TOOLKIT): By default, set this to "maybe";
7319 and change that later to LUCID or "no" according to X11 version.
7320
7321 * make-dist: Recompile outdated .elc files and update all autoloads.
7322
73231996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7324
7325 * configure.in (locallisppath): Fix typo in last change: " -> '.
7326
73271996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7328
7329 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7330
73311995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7332
7333 * Makefile.in (install-arch-indep): Give all files read permission.
7334
73351995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7336
7337 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7338 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7339
73401995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7341
7342 * configure.in: Determine HAVE_X11R6.
7343 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7344
73451995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7346
7347 * configure.in: Just "solaris" now defaults to version 2.4.
7348 Add sunos4.1.n-noshare as alternative.
7349
73501995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7351
7352 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7353
73541995-11-29 Erik Naggum <erik@naggum.no>
7355
7356 * Makefile.in (install-arch-indep): Add missing backslash.
7357
73581995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7359
7360 * Makefile.in (install-arch-indep): Don't install
7361 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7362
73631995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7364
7365 * Makefile.in (install-arch-indep): Fix previous change.
7366
7367 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7368
73691995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7370
7371 * Version 19.30 released.
7372
7373 * make-dist (lisp): Exclude subdirs.el.
7374
73751995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7376
7377 * make-dist (etc): Delete *.orig and *.rej.
7378
73791995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7380
7381 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7382
73831995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7384
7385 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7386
73871995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7388
7389 * make-dist (nt): Rename install, readme, and todo to
7390 INSTALL, README, and TODO.
7391
73921995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7393
7394 * make-dist (lisp): Don't distribute site-start.
7395
73961995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7397
7398 * make-dist: Break the hard link on alloca.c.
7399
74001995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7401
7402 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7403
74041995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7405
7406 * make-dist (src, lib-src): Don't distribute Makefile.c.
7407 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7408
74091995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7410
7411 * Makefile.in (mkdir): Create man1dir, not mandir.
7412 (uninstall): Use man1dir, not mandir.
7413
74141995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7415
7416 * Makefile.in (man1dir): New variable.
7417 (install-arch-indep): Use man1dir.
7418
7419 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7420
7421 * make-dist: Create lisp/MANIFEST.
7422
74231995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7424
7425 * configure.in (m68k-*-linux*): New alternative.
7426
74271995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7428
7429 * make-dist: Use new names config.in, paths.in, and
7430 {src,lib-src}/Makefile.in.
7431
74321995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7433
7434 * configure.in: Don't bother checking for drem.
7435
74361995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7437
7438 * Makefile.in (distclean): Delete line with just a tab in it.
7439 (install-arch-indep): Delete spaces that precede tabs.
7440 Delete spurious `fi' left from previous change.
7441 (install): Supply `true' as command, to avoid null command.
7442
74431995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7444
7445 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7446
74471995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7448
7449 * configure.in (powerpc-*-solaris2): New alternative.x
7450
74511995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7452
7453 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7454 of paths.h.tmp$$, to avoid going beyond 14 characters.
7455
74561995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7457
7458 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7459
74601995-09-06 Paul Eggert <eggert@twinsun.com>
7461
7462 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7463 if localtime caches TZ. Check for tzset.
7464
74651995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7466
7467 * config.bat: Simplify using new names file names src/makefile.in,
7468 config.in, paths.in. Change Echo commands not to use `.
7469
74701995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7471
7472 * Makefile.in (install-arch-indep): Always install the new dir file;
7473 rename the previous dir file to dir.bak or dir.old.
7474
74751995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7476
7477 * configure.in (RANLIB): Substitute this into makefiles.
7478 Set it specially on solaris; set it by default on other systems.
7479
7480 * configure.in: Fix previous Alpha change.
7481
74821995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7483
7484 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7485 NON_GCC_TEST_OPTIONS.
7486
74871995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7488
7489 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7490 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7491
7492 * configure.in (alpha-*-linux*): New configuration.
7493
74941995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7495
7496 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7497 (m68k-next-nextstep*): New alias for that.
7498 (i*86-*-nextstep*): Use nextstep.h.
7499 (sparc-*-nextstep*): New configuration.
7500
75011995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7502
7503 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7504 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7505
75061995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7507
7508 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7509 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7510
75111995-07-18 Mike Long <mike.long@analog.com>
7512
7513 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7514
75151995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7516
7517 * Makefile.in (src/paths.h, paths-force):
7518 Rename src/paths.h.in to src/paths.in.
7519 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7520
7521 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7522 Use Makefile.c for intermediate file.
7523 Rename src/config.h.in to src/config.in.
7524
75251995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7526
7527 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7528 (mips-dec-ultrix4.[12]): New alternative for old versions.
7529
75301995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7531
7532 * make-dist: Don't break intra-tree links.
7533
75341995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7535
7536 * configure.in: Put back archlibdir initialization. Require
7537 autoconf 2.4.1 or later.
7538
75391995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7540
7541 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7542 (mips-mips-riscos5*): New alternative.
7543
75441995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7545
7546 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7547
75481995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7549
7550 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7551 (mandir, infodir, archlibdir): Initializations deleted.
7552
7553 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7554 On hpux9shr, use hpux9shxr4.h.
7555
75561995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7557
7558 * configure.in: Added target mips-dec-mach_bsd4.3.
7559 * config.guess: Guess mips-dec-mach_bsd4.3.
7560
75611995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7562
7563 * Makefile.in (mkdir): Use symbolic chmod.
7564
75651995-06-22 Paul Eggert <eggert@twinsun.com>
7566
7567 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7568 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7569
75701995-06-22 Paul Eggert <eggert@twinsun.com>
7571
7572 * Makefile.in (SUBDIR_MAKEFILES):
7573 Add man/Makefile, so `make distclean' removes it.
7574 (top_distclean): Add config.log to the list of files to be removed.
7575
75761995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7577
7578 * Version 19.29 released.
7579
75801995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7581
7582 * configure.in: Fix the previous change to verify that the -b
7583 option really solves the problem.
7584
7585 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7586
75871995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7588
7589 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7590
75911995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7592
7593 * configure.in: Report more clearly when there is no special
7594 dir to search for X includes or libraries.
7595
75961995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7597
7598 * configure.in: Check for -lpthreads, not -lpthread.
7599
76001995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7601
7602 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7603
76041995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7605
7606 * configure.in: Check for -lpthread.
7607
76081995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7609
7610 * Makefile.in (install-arch-indep): Install info files for mh-e.
7611 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7612
76131995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7614
7615 * configure.in (*-solaris2.5): New configuration.
7616
7617 * make-dist: Copy new files config.nt and config.w95.
7618
76191995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7620
7621 * configure.in: Use x_includes, not x_libraries, for -I.
7622 Make bitmapdir a colon-separated list.
7623
76241995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7625
7626 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7627
7628 * configure.in: Allow x_libraries and x_includes to be paths.
7629
76301995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7631
7632 * configure.in: Fix typo.
7633
76341995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7635
7636 * INSTALL: Clarify use of site-init.el.
7637
76381995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7639
7640 * configure.in: Pass arg to sqrt.
7641
76421995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7643
7644 * make-dist: Fix May 6 change.
7645
76461995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7647
7648 * vpath.sed: Delete reference to ymakefile.
7649
76501995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7651
7652 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7653
76541995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7655
7656 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7657
7658 * update-subdirs: Specify /bin/sh to run the script.
7659
76601995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7661
7662 * make-dist: Put src/makefile.nt in dist.
7663
7664 * configure.in (i[345]86-*-bsdi2*): New configuration.
7665 (vax-dec-bsd386*): Deleted.
7666
76671995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7668
7669 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7670 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7671 Use fmod instead of logb in -lm check.
7672
76731995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7674
7675 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7676 Use bsd4-3. Don't set NON_GNU_CPP.
7677
7678 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7679 In nt, copy various different things, but not *.cmd.
7680 Fix the ln commands for the subdirs of nt.
7681
76821995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7683
7684 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7685
76861995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7687
7688 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7689 since that's what the header file expects.
7690
76911995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7692
7693 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7694 and 68040 based machines when choosing options for gnucc.
7695
76961995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7697
7698 * Makefile.in (top_distclean): Delete config.cache.
7699
77001995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7701
7702 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7703
7704 * configure.in: Use m/ncr386.h.
7705
77061995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7707
7708 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7709
77101995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7711
7712 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7713 (man): Don't copy texindex.c and getopt.c; they're deleted.
7714 (etc): Omit `e'; it's a subdirectory.
7715 (etc/e): Use `../..', not `..', to reference top level.
7716
77171995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7718
7719 * Makefile.in (install-arch-indep, dist):
7720 Look for `update-subdir' in $(srcdir).
7721
77221995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7723
7724 * make-dist: Include mkinstalldirs in distribution.
7725
77261995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7727
7728 * make-dist: Add missing close backquote.
7729
77301995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7731
7732 * make-dist: Don't distribute shortnames directory.
7733
77341995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7735
7736 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7737
77381995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7739
7740 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7741
77421995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7743
7744 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7745
77461995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7747
7748 * configure.in (mips-sgi-irix6): New configuration.
7749
77501995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7751
7752 * Makefile.in (maintainer-clean): Renamed from realclean.
7753
77541995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7755
7756 * configure.in: Create a .gdbinit that sources the real one,
7757 if using a different build directory.
7758
77591995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7760
7761 * configure.in: Check for sys/select.h.
7762
77631995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7764
7765 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7766
77671994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7768
7769 * configure.in: Handle isc 4.1 operating system.
7770
77711994-12-10 Richard Stallman <rms@kepa>
7772
7773 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7774 (rs6000-ibm-aix4*): New alternative.
7775
77761994-12-06 Richard Stallman <rms@kepa>
7777
7778 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7779
77801994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7781
7782 * configure.in: Don't try to make directories that are guaranteed
7783 to already exist.
7784
77851994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7786
7787 * configure.in: Generate man/Makefile from man/Makefile.in.
7788 Create the man subdir.
7789
7790 * Makefile.in (dvi): Run Make in our man subdir.
7791
7792 * make-dist: Create subdir etc/e.
7793 Make links to it.
7794 Put man/Makefile.in in dist, instead of man/Makefile.
7795
77961994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7797
7798 * configure.in: Add --with-pop, --with-kerberos, and
7799 --with-hesiod for movemail.
7800
78011994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7802
7803 * configure.in (m68*-apollo*): Use s/domain.h.
7804
78051994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7806
7807 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
7808
78091994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7810
7811 * configure.in: Don't add -I, -L, -R options for cc if their
7812 arguments would be empty.
7813
78141994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7815
7816 * configure.in (i860-intel-osf1*): New alternative.
7817 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
7818 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
7819
78201994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7821
7822 * configure.in: Make h_errno check not use nested functions.
7823
78241994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7825
7826 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
7827
78281994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7829
7830 * Makefile.in (install-arch-indep): Avoid continued comment
7831 swallowing target line.
7832
78331994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
7834
7835 * configure.in: Protect a character class with `changequote'.
7836
78371994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7838
7839 * configure.in: Accept `news' as a synonym for `newsos'.
7840
78411994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7842
7843 * Makefile.in: Don't rm files if cd fails.
7844
78451994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7846
7847 * make-dist: Put nt subdir and its subdirs in the dist.
7848 (lib-src): Put makefile.nt in the dist.
7849 (lisp): Put makefile.nt in the dist.
7850
78511994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7852
7853 * configure.in: Change a stray `[' to `test'.
7854
78551994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7856
7857 * configure.in: Adapt for Autoconf v2. Use the standard argument
7858 parser, host type canonicalizer, X11 finder, and message
7859 printing macros. Use the new macro names. Use `test' instead of `['.
7860
78611994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7862
7863 * configure.in: Check for getpagesize.
7864
78651994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7866
7867 * make-dist (msdos): Put sed* in the distribution.
7868
78691994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
7870
7871 * config.bat: New option, `--with-x', for configuring Emacs
7872 for use with the X11 system DesqView/X.
7873 New option, `--no-debug', for compiling Emacs without debug
7874 information thus saving disk space.
7875 (src/config.h, src/paths.h): Use `update' (which is like
7876 `move-if-changed') to change the file.
7877 (src/config.h): When configuring for X11 perform extra changes.
7878 (src/makefile): When configuring for X11 perform extra changes.
7879 (lib-src): Remove temporary files.
7880 (): Check that `sed', `rm', `mv', and `gcc' are available.
7881
78821994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7883
7884 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
7885
7886 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
7887
78881994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7889
7890 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
7891
7892 * configure.in (canonical): Substitute var into makefiles.
7893 (bitmapdir): Likewise.
7894
7895 * Makefile.in (bitmapdir): New variable.
7896 (src/paths.h, paths-force): Edit PATH_BITMAPS.
7897
78981994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7899
7900 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
7901
7902 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
7903 * update-subdirs: New shell script.
7904
79051994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7906
7907 * Makefile.in (top_distclean): Don't rm build-install.
7908 (SOURCES): Delete build-install.in.
7909
7910 * make-dist: Don't distribute build-ins.in.
7911 * build-ins.in: File deleted.
7912
79131994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
7914
7915 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
7916
79171994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7918
7919 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
7920
7921 * configure.in (libexecdir): Renamed from libdir. New default.
7922 (sharedstatedir): Renamed from statedir. New default.
7923 (datadir): New default.
7924
7925 * make-dist: Don't distribute subdirs.el.
7926
79271994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7928
7929 * configure.in (eaccess): Check for it.
7930
79311994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7932
7933 * configure.in (mktime): Check for it.
7934
79351994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
7936
7937 * configure.in (motif): Add support for usage and option checking.
7938
79391994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7940
7941 * configure.in (utimes): Check for it.
7942
79431994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7944
7945 * Makefile.in (install-arch-indep): Don't do mkdir here.
7946
79471994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7948
7949 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7950 riscix.h renamed to acorn.h.
7951
79521994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
7953
7954 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7955 New configurations.
7956
79571994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7958
7959 * configure.in: Remove trailing slashes from srcdir.
7960
79611994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7962
7963 * configure.in (i[345]86-sequent-ptx*): Handle
7964
79651994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7966
7967 * Makefile.in (paths-force): Depend on src/paths.h
7968
79691994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7970
7971 * configure.in (config_options): Save all arguments, not just some.
7972
79731994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7974
7975 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
7976
7977 * configure.in: Add AC_AIX.
7978 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
7979
79801994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7981
7982 * configure.in (parsing options): Simplify sed command to delete -'s.
7983
79841994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
7985
7986 * configure.in (config_options): New shell variable.
7987 Pass its value to C code in EMACS_CONFIG_OPTIONS.
7988
79891994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7990
7991 * configure.in (alpha-dec-osf*): New target.
7992
7993 * Makefile.in: Use just one FRC target.
7994
79951994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7996
7997 * Makefile.in (removenullpaths, paths-force):
7998 Use name paths.h.tmp$$, which depends on the pid.
7999
80001994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8001
8002 * Makefile.in (removenullpaths, paths-force):
8003 Put paths.h.tmp in top-level dir, not in src.
8004
80051994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8006
8007 * Version 19.27 released.
8008
80091994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8010
8011 * Version 19.26 released.
8012
80131994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8014
8015 * configure.in: Check for lrand48, not rand48.
8016
80171994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8018
8019 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8020 (powerpc-ibm-aix*): New aliases.
8021
80221994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8023
8024 * make-dist (src/m, src/s): Put *.inp in distribution.
8025
80261994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8027
8028 * configure.in: Accept i586 and i486 along with i386.
8029
80301994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8031
8032 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8033 even if CPP env var was set by the user.
8034
8035 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8036
80371994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8038
8039 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8040
80411994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8042
8043 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8044
80451994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8046
8047 * configure.in: Check more specifically for i*86-sun-sunos.
8048
80491994-08-03 Caveh Jalali (caveh@eng.sun.com)
8050
8051 * configure.in: Handle solaris 2.4.
8052
80531994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8054
8055 * configure.in (rand48): Check for it.
8056
80571994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8058
8059 * make-dist: Update the info files.
8060
80611994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8062
8063 * configure.in: Make "checking..." messages' style consistent.
8064 (HAVE_H_ERRNO): New test.
8065
80661994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8067
8068 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8069
80701994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8071
8072 * configure.in (CFLAGS): If the envvar was specified, use that.
8073 And set REAL_CFLAGS from it too.
8074
80751994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8076
8077 * make-dist: Update finder-inf.el.
8078
80791994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8080
8081 * make-dist (msdos): Include sed4.inp in dist.
8082
8083 * Makefile.in (libsrc_libs): Var deleted.
8084
80851994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8086
8087 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8088
80891994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8090
8091 * configure.in (mips-sony-newsos4*): New alias.
8092
80931994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8094
8095 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8096 (*-convex-convexos*): Accept this as alias.
8097
80981994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8099
8100 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8101 for two different uses.
8102
81031994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8104
8105 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8106
81071994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8108
8109 * make-dist: Put ./BUGS into the distrib.
8110
81111994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8112
8113 * configure.in: Handle 386 running Solaris 2.
8114
81151994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8116
8117 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8118
81191994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8120
8121 * configure.in (mips-sony-newsos*): Use news-risc.h.
8122
8123 * configure.in: Accept bsdi as opsys, like bsd386.
8124
81251994-06-01 Morten Welinder (terra@diku.dk)
8126
8127 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8128
81291994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8130
8131 * Version 19.25 released.
8132
8133 * make-dist (shortversion): Don't assume another period follows.
8134
81351994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8136
8137 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8138 (uninstall): Use /bin/pwd.
8139
8140 * Makefile.in (blessmail): Depend on src.
8141 (all): Don't depend on blessmail.
8142
8143 * Makefile.in (src/paths.h): Don't force recomputation.
8144 (paths-force): New target; force recomputation of paths.h.
8145 (all): Depend on paths-force.
8146 (src, lib-src): Depend on src/paths.h.
8147
8148 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8149 NON_GCC_TEST_OPTIONS.
8150
81511994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8152
8153 * configure.in: Don't insist on subversions for irix.
8154
81551994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8156
8157 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8158
8159 * configure.in (i[34]86-next-*): New alternative.
8160
81611994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8162
8163 * Version 19.24 released.
8164
8165 * configure.in: New config hppa*-hp-hpux9shr*.
8166
81671994-05-22 Morten Welinder (terra@tyr.diku.dk)
8168
8169 * config.bat: Doc fix.
8170
81711994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8172
8173 * Makefile.in (mostlyclean, clean, distclean, realclean)
8174 (extraclean): Don't act on man subdir if it doesn't exist.
8175
81761994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8177
8178 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8179 Use them to set up CC.
8180 (*-sun-sunos4.1.3): Set them.
8181
81821994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8183
8184 * Makefile.in (lib-src): Don't depend on src/paths.h.
8185
81861994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8187
8188 * build-ins.in (copydests): Get rid of spurious `-'s.
8189
8190 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8191
81921994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8193
8194 * Version 19.23 released.
8195
8196 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8197 for the Xlib and Xt checks; then restore old CFLAGS.
8198
81991994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8200
8201 * configure.in (HAVE_X11XTR6): Add newline before #if.
8202 Add newline after #endif.
8203
82041994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8205
8206 * configure.in (HAVE_X11XTR6): Arrange to define it.
8207
82081994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8209
8210 * Makefile.in (install): Depend on blessmail.
8211
82121994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8213
8214 * configure.in (mips-siemens-sysv*): Put quotes around value
8215 containing blanks.
8216
82171994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8218
8219 * Makefile.in (TAGS): Use the makefile in src subdir.
8220
82211994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8222
8223 * configure.in (opsys): Recognize `gnu'.
8224
82251994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8226
8227 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8228
82291994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8230
8231 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8232 version > 1.8.
8233
82341994-05-08 Morten Welinder (terra@diku.dk)
8235
8236 * config.bat: Forcibly remove "# " style comments from makefiles.
8237
82381994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8239
8240 * Makefile.in (uninstall): When processing lispdir and etcdir,
8241 do nothing unless it exists and is a directory.
8242
82431994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8244
8245 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8246 Merge code in from install-doc.
8247 (install-doc): Merge code back into install-arch-indep.
8248 (install-arch-dep): Don't depend on install-doc.
8249
8250 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8251
82521994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8253
8254 * configure.in (making src/Makefile and lib-src/Makefile):
8255 Split off the autoconf substitutions and don't pass them thru cpp.
8256 (undefs): Use $canonical as well as $configuration.
8257
8258 * make-dist: Distribute lisp/Makefile.
8259
8260 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8261 Use lower case names for the s files.
8262
82631994-05-03 Morten Welinder (terra@diku.dk)
8264
8265 * config.bat: Added possibility for different file name
8266 transcriptions in lib-src.
8267
82681994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8269
8270 * Makefile.in (lib-src): Undo previous change.
8271 (blessmail): New target to run maybe-blessmail in lib-src.
8272 (all): Depend on blessmail.
8273
8274 * Makefile.in (lib-src): Depend on src.
8275
82761994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8277
8278 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8279 (m88k-dg-dgux5.4R2): dgux5.4R2.
8280
82811994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8282
8283 * configure.in (window_system): Restore accidentally deleted code
8284 that uses AC_FIND_X.
8285
8286 * make-dist: Distribute config.bat.
8287
82881994-04-29 Morten Welinder (terra@diku.dk)
8289
8290 * config.bat: Corrected the configuration of lib-src
8291 to keep up with configure. Add note about dos version 3
8292 or better needed (djgpp needs that). Add note explaining
8293 that either install in c:/emacs or edit the script.
8294 Don't change to c:/emacs, but assume we're there (to minimize
8295 the number of places to change).
8296
8297 * config.bat: Build-in the first step towards X11 support with
8298 the X11 emulator that exists. At this time it won't work,
8299 and several files are missing.
8300
83011994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8302
8303 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8304 Don't look for -lresolv.
8305
8306 * Makefile.in (lib-src): Depend on src/paths.h.
8307
83081994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8309
8310 * configure.in: Restore deleted AC_SUBST of `configuration'.
8311 Improve error message for bad --with-x-toolkit value.
8312
8313 * configure.in: Define CONFIGURATION in src/config.h
8314 rather than substituting in src/Makefile.in.
8315
83161994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8317
8318 * Makefile.in (install-doc): New target.
8319 (install-arch-dep): Depend on install-doc.
8320 (mkdir): Create docdir.
8321
83221994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8323
8324 * configure.in: Test for libresolv.a.
8325 Substitute machfile and opsysfile.
8326
83271994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8328
8329 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8330 (install-arch-dep): Install under the name $(EMACS).
8331
83321994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8333
8334 * configure.in (version): Use entire value of emacs-version.
8335 (mips-siemens-sysv*): New alternative.
8336
83371994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8338
8339 * Makefile.in (install-arch-indep): Don't install dired-x*.
8340
83411994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8342
8343 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8344 Fix definition of $undefs.
8345
83461994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8347
8348 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8349
8350 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8351
83521994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8353
8354 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8355
83561994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8357
8358 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8359 and run it thru cpp, as with src/Makefile.in.
8360
8361 * configure.in: Use AC_SET_MAKE.
8362
83631994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8364
8365 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8366
83671994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8368
8369 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8370
8371 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8372 (printing the choices): Make the toolkit message unconditional.
8373 (USE_X_TOOLKIT): Use `none', not `no', if none.
8374 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8375 Get rid of temp file foofoo1.
8376
83771994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8378
8379 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8380
83811994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8382
8383 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8384 (printing the choices): State choice of toolkit.
8385 (libsrc_libs): Recalculate after writing config.h;
8386 then update lib-src/Makefile.
8387
83881994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8389
8390 * configure.in: Add sunos4shr as alternative for suns.
8391 Conditionals testing for null $CC were backwards.
8392
83931994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8394
8395 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8396
83971994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8398
8399 * configure.in: Handle -isc4.0*.
8400
84011994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8402
8403 * configure.in (esix5): Set NON_GNU_CPP.
8404
84051994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8406
8407 * Makefile.in (thisdir): Nonsensical variable removed.
8408 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8409 back to $thisdir, rather than the directory `this_dir'.
8410
84111994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8412
8413 * Makefile.in (install-arch-indep): Add missing backslash after a
8414 `then'.
8415
84161994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8417
8418 * Makefile.in (thisdir): New variable.
8419 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8420
84211994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8422
8423 * configure.in: Add freebsd.
8424
84251994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8426
8427 * configure.in: Check for fpathconf.
8428
84291994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8430
8431 * configure.in (with_x_toolkit): Fix typo in previous change.
8432
84331994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8434
8435 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8436
84371994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8438
8439 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8440
84411994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8442
8443 * configure.in: Fix value of docdir.
8444 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8445
84461994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8447
8448 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8449
84501994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8451
8452 * configure.in: New variable docdir to control where the docstring
8453 file goes.
8454 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8455
84561994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8457
8458 * configure.in: When --run-in-place, don't inherit archlibdir.
8459
84601994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8461
8462 * Makefile.in (install-arch-dep, install-arch-indep):
8463 New targets split up former do-install rule.
8464 (do-install): Target deleted.
8465
84661994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8467
8468 * configure.in (mips-sony-newsos*): New configuration.
8469
84701994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8471
8472 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8473
84741994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8475
8476 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8477
84781994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8479
8480 * configure.in: Don't initialize CC.
8481
84821994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8483
8484 * configure.in (creating src/Makefile): Also generate -U switches
8485 for symbols in the $configuration value.
8486
8487 * configure.in: Check for sys_siglist being declared in system header.
8488
84891994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8490
8491 * configure.in (creating src/Makefile): Delete blank lines
8492 along with lines of whitespace.
8493 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8494
84951994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8496
8497 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8498 like C_SWITCH_SYSTEM.
8499 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8500
85011994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8502
8503 * configure.in (drem): Check for this function.
8504
85051994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8506
8507 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8508 If CPP was inherited from environment, don't use NON_GNU_CPP.
8509 (NON_GNU_CC): Likewise.
8510 (handling with_gcc): Use explicit if in the `no' case.
8511 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8512
85131994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8514
8515 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8516
85171994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8518
8519 * configure.in: Check whether fmod exists.
8520
85211994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8522
8523 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8524 {src,lisp}/OChangeLog.
8525
85261994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8527
8528 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8529 necessary for proper operation. This code works with the current
8530 released version of Autoconf.
8531
85321994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8533
8534 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8535 (USE_X_TOOLKIT): Define it for all values except `no'.
8536
8537 * configure.in: Undo first Jan 8 change and Jan 16 change.
8538
85391994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8540
8541 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8542 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8543
8544 * Makefile.in (lwlib/Makefile): New target.
8545 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8546 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8547 (unlock, relock): Handle lwlib subdir.
8548
8549 * Makefile.in: Add some .PHONY targets.
8550
8551 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8552
8553 * lwlib: New subdirectory.
8554
85551994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8556
8557 * configure.in: If CPP has a value that is a directory,
8558 discard the value.
8559
85601994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8561
8562 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8563 remove -U[0-9]*.
8564
85651994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8566
8567 * Makefile.in (do-install): Install the dired-x info files.
8568
8569 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8570 (See src/s/sol2.h.)
8571
85721994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8573
8574 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8575
85761994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8577
8578 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8579 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8580 gratuitously break this and not make a change log entry.
8581 Optimized sed processing of Makefile.in and cpp output; now
8582 preserves comments previously removed from the cpp input.
8583 Eliminated temp file for cpp output. Generate -U switches to
8584 undefine all identifiers that appear in the directory name
8585 ${srcdir}; pass these to cpp.
8586
8587 * configure.in (version): Fix sed regexp to match two-elt version
8588 number.
8589
8590 * configure.in: Check for strerror.
8591
85921994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8593
8594 * configure.in: Test for bcmp.
8595
85961994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8597
8598 * make-dist (tempdir): Put subdir msdos into the distribution.
8599
86001993-01-07 Morten Welinder (terra@diku.dk)
8601
8602 * config.bat: New file.
8603
86041994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8605
8606 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8607
86081994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8609
8610 * configure.in (m68*-next-*): Don't care about which os is specified.
8611 (i[34]86-*-*): Check for *-nextstop*.
8612
86131993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8614
8615 * configure.in: Check for setsid.
8616
86171993-12-17 Richard Stallman (rms@srarc2)
8618
8619 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8620
86211993-12-15 Richard Stallman (rms@srarc2)
8622
8623 * Makefile.in (mkdir): Make only the lockdir writable.
8624
8625 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8626
86271993-12-11 Richard Stallman (rms@srarc2)
8628
8629 * Makefile.in (libdir): Use @libdir@.
8630
86311993-12-08 Richard Stallman (rms@srarc2)
8632
8633 * Makefile.in (install): Add empty command.
8634
86351993-12-04 Richard Stallman (rms@srarc2)
8636
8637 * make-dist: Put man/getopt.c in the dist.
8638
8639 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8640
8641 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8642
86431993-12-03 Richard Stallman (rms@srarc2)
8644
8645 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8646 Set it for all solaris versions.
8647 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8648 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8649 Likewise for NON_GNU_CC and CC.
8650
86511993-12-01 Richard Stallman (rms@srarc2)
8652
8653 * configure.in (mips-mips-riscos4*): Assign variable CC.
8654 (checking ${with_gcc}): If "no", don't override CC if already set.
8655 (CC): Initialize it as empty.
8656
86571993-11-30 Richard Stallman (rms@srarc2)
8658
8659 * configure.in (Suns): Set CPP if *-solaris2.3*.
8660
86611993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8662
8663 * Version 19.22 released.
8664
8665 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8666
86671993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8668
8669 * make-dist: When breaking links, use cp -p.
8670 Copy install.sh into distribution.
8671 Move the temp dir up into the parent dir;
8672 don't leave the staging dir make-dist.tmp... in existence.
8673 * install.sh: New file.
8674
86751993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8676
8677 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8678
86791993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8680
8681 * configure.in (version): When --run-in-place, exclude
8682 ${datadir}/emacs/site-lisp from locallisppath.
8683
86841993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8685
8686 * configure.in: Delete jumk.c before writing it.
8687
86881993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8689
8690 * Version 19.21 released.
8691
8692 * Makefile.in (mkdir): Ignore error from chmod.
8693
86941993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8695
8696 * make-dist: Don't put lisp/forms.README in the distribution.
8697
86981993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8699
8700 * configure.in (creating src/Makefile): Before running cpp,
8701 discard all lines that start with `# Generated' or /**/#.
8702
87031993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8704
8705 * Version 19.20 released.
8706
8707 * make-dist: Use build-ins.in, not build-install.in.
8708 Don't bother updating TAGS since it's not included.
8709
8710 * build-ins.in: Renamed from build-install.in.
8711
87121993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8713
8714 * make-dist: Don't try to link *.texinfo--there are none now.
8715 When running make in lib-src, specify YACC var value.
8716
87171993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8718
8719 * configure.in (extrasub): Add vpath patterns for %.[yls].
8720
8721 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8722 Instead just include the commands to make src/Makefile as the
8723 second arg to AC_OUTPUT.
8724
8725 * configure.in: Use : instead of dnl for comment inside
8726 $makefile_command.
8727
8728 * configure.in: No longer use vpath_sed. Instead, when we notice
8729 srcdir already configured, set extrasub to hack vpath in the
8730 makefiles.
8731
8732 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8733 before moving it.
8734 * Makefile.in (VPATH): Define to @srcdir@.
8735
87361993-09-28 Brian J. Fox (bfox@cubit)
8737
8738 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8739 doesn't exist. Just copy src/Makefile.in instead. Touch
8740 all of the Makefiles after editing config.status.
8741
8742 * INSTALL: Update documentation to match new configuration
8743 mechanism.
8744
87451993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8746
8747 * configure.in: Allow any of the path or directory Makefile
8748 variables to be set with flags to configure. Create all Makefiles
8749 at configure time. Edit special commands into config.status after
8750 src/Makefile.in is built from src/Makefile.
8751
8752 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8753 If these files are out of date, simply have config.status
8754 rebuild them; don't rebuild them explicitly.
8755
87561993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8757
8758 * build-install.in: Change src/xemacs to src/emacs. We no longer
8759 create src/xemacs, so the file wouldn't be found.
8760
8761 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8762
87631993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8764
8765 * configure.in: Avoid forcing the search of /usr/include before
8766 fixed include files by resetting C_SWITCH_X_SITE if it is
8767 "-I/usr/include".
8768
87691993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8770
8771 * Makefile.in (@rip_paths@locallisppath):
8772 Delete ${datadir}/emacs/site-lisp.
8773
87741993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8775
8776 * configure.in:
8777 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8778 Remove ${extra_output} from AC_OUTPUT call.
8779
87801993-09-17 Brian J. Fox (bfox@inferno)
8781
8782 * make-dist: Quote backquotes found in strings to be echoed.
8783
8784 * configure.in: Use "sh -c pwd" when we want to avoid having the
8785 shell fix up the value of $PWD.
8786
87871993-09-13 Brian J. Fox (bfox@inferno)
8788
8789 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8790 of the installation fail. Suggested by Karl Berry.
8791
87921993-08-30 Brian J. Fox (bfox@inferno)
8793
8794 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8795 was used. Set MAKEFLAGS from MFLAGS.
8796
87971993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8798
8799 * configure.in: Test for res_init in libc.
8800
88011993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8802
8803 * configure.in: In the file ${tempcname}, use configure___
8804 instead of @configure@.
8805
88061993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
8807
8808 * make-dist: Dist vpath.sed
8809
8810 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
8811 Depend on vpath.sed.
6e81c819 8812 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
8813
8814 * configure.in: Substitute variable `vpath_sed'.
8815 If not in $srcdir and $srcdir is configured,
8816 issue warning that GNU make is required,
8817 and set vpath_sed to use vpath.sed script.
8818
88191993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8820
8821 * configure.in: Remove check for $srcdir being configured. This
8822 pretty much works now.
8823 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
8824 Check for XFree86 (/usr/X386/include) independent of whether
8825 -lXbsd exists.
8826
8827 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
8828 realclean, unlock, relock): Use `$(MAKE)' in place of plain
8829 `make'.
8830
88311993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8832
8833 * Version 19.19 released.
8834
8835 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
8836
88371993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8838
8839 * configure.in: Check for XScreenNumberOfScreen.
8840
88411993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8842
8843 * configure.in: Add * to end of all configuration alternatives.
8844 (m68*-sony-newsos3*): New alternative.
8845
88461993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8847
8848 * make-dist: Include getdate.c in distribution.
8849
8850 * configure.in: For --help, use $PAGER if it is set.
8851 (LIB_X11_LIB): Default to -lX11.
8852 (mips-sgi-irix5.*): New alternative.
8853
8854 * Makefile.in (do-install): Install info/gnus* and info/sc*.
8855
8856 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
8857 Recognize *.B8.* as hpux version 8.
8858 (m68*-tektronix-bsd*): Fix typo in tek4300.
8859 (AC_HAVE_FUNCS): Add ftime.
8860
88611993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8862
8863 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
8864 Use tekxd88, not tekXD88.
8865
88661993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8867
8868 * configure.in: Check for -lm. Then can check for frexp and logb.
8869
88701993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8871
8872 * Version 19.18 released.
8873
8874 * make-dist (src): Don't put gnu-hp300 in dist.
8875 (src, lisp): Include OChangeLog in dist.
8876
88771993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8878
8879 * configure.in: Test for presence of logb and frexp functions.
8880
88811993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8882
8883 * configure.in (machine): Add i370-ibm-aix*.
8884
88851993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8886
8887 * configure.in (function checks): Test for mkdir and rmdir.
8888
8889 * configure.in (function checks): Don't test for random and bcopy
8890 only when we're building with X; look for them all the time.
8891
88921993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8893
8894 * configure.in: Test for availability of bcopy functions, searching
8895 the X libraries if we're using X.
8896
8897 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
8898 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
8899 versions of AIX, and needs to be passed to the loader.
8900
8901 * configure.in: Test for the availability of the
8902 XScreenResourceString function.
8903
89041993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
8905
8906 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
8907 LD_SWITCH_X_SITE and assume --with-x11.
8908 Only look for X11 files if we weren't told about a window system
8909 or if we were told to use X11 but not told where.
8910 Search the libraries from the s and/or m files when checking for
8911 functions.
8912
8913 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
8914
89151993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8916
8917 * make-dist: Include lisp/dired.todo in the distribution.
8918
89191993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8920
8921 * configure.in: Add code to set HAVE_INET_SOCKETS.
8922
89231993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8924
8925 * configure.in: If we do find x_includes and x_libraries
8926 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
8927
89281993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8929
8930 * make-dist: Include src/gnu-hp300 in the dist.
8931
8932 * configure.in (canonical): New variable holds the canonicalized
8933 configuration. Don't alter `configuration'. Use `configuration'
8934 for Makefile.in for file naming.
8935 (testing x_includes and x_libraries): Use =, not ==.
8936
89371993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8938
8939 * Version 19.17 released.
8940
8941 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
8942 directory's makefile. This allows the invocation of CPP which
8943 builds xmakefile to receive these switches. The SunSoft C
8944 preprocessor inserts spaces between tokens if it doesn't get the
8945 -Xs flag requested in src/s/sol2.h.
8946
89471993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
8948
8949 * configure.in (m68k-bull-sysv3): New config.
8950
89511993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8952
8953 * configure.in: Use the autoconf AC_FIND_X macro to try to find
8954 the X Windows libraries.
8955
89561993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8957
8958 * make-dist (tempdir): Don't create lisp/forms-mode directory in
8959 the distribution. Those files aren't kept in their own
8960 subdirectory any more.
8961
89621993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8963
8964 * Version 19.16 released.
8965
89661993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8967
8968 * configure.in: Add --verbose flag.
8969
89701993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8971
8972 * version 19.15 released.
8973
89741993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8975
8976 * Makefile.in (top_distclean): Use -f switch when cleaning out
8977 lock dir; it might be empty.
8978
8979 * configure.in: Only check for -lXbsd once.
8980
89811993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8982
8983 * Version 19.14 released.
8984
89851993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8986
8987 * make-dist: If using gzip, create distribution with '.gz' extension.
8988
8989 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
8990 (lisp/forms-mode): This doesn't exist anymore.
8991
8992 * configure.in: Look for the closedir function.
8993
89941993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8995
8996 * configure.in (CPP): Autoconf sets this to a shell variable
8997 reference, which doesn't work when it's edited into a makefile.
8998 Expand that variable reference.
8999
9000 * Makefile.in (CPP): New variable.
9001 (src/Makefile): Edit CPP into src/Makefile.
9002
9003 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9004 and entering double quotes to get the values of LD_SWITCH_X_SITE
9005 and the other make variables; make substitutes them in anyway.
9006
9007 * Makefile.in (uninstall): Don't remove the lisp and etc
9008 directories if they're in the source tree.
9009
9010 Bring mumbleclean targets into conformance with GNU coding standards.
9011 * Makefile.in (mostlyclean, clean): Separate these two; just have
9012 them pass the request to the subdirectory makefiles.
9013 (distclean): Pass the request down, and then get rid of the
9014 files configure built, and get rid of the Makefiles.
9015 (realclean): Pass the request down, and then do the same things
9016 distclean does.
9017 (uninstall, info, dvi): New targets.
9018
9019 * configure.in: Move clause for PC-compatible i386 box to the end
9020 of the case statement, to avoid masking configurations below.
9021
9022 * configure.in: Add case for m88k-motorola-sysv4.
9023
9024 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9025 the HP 68000 machines.
9026
9027 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9028 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9029 preprocessor won't fiddle with them.
9030
90311993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9032
9033 * Makefile.in (TAGS): cd to src to run etags.
9034
90351993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9036
9037 * configure.in (version): Check the X libraries for XrmSetDatabase
9038 and random, and see if we have -lXbsd.
9039
90401993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9041
9042 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9043 s/*.h and m/*.h files. Martin Tomes
9044 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9045
90461993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9047
9048 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9049 above the general i386 alternative.
9050
90511993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9052
9053 * configure.in: Recognize configuration name for Data General
9054 AViiON machines.
9055
9056 * configure.in: Use AC_LONG_FILE_NAMES.
9057
90581993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9059
9060 * configure.in: Test for bison.
9061 * Makefile.in (YACC): New variable.
9062 (lib-src/Makefile.in): Edit YACC into the makefile.
9063
90641993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9065
9066 * Version 19.13 released.
9067
9068 * configure.in (CFLAGS): Don't set this according to the value of
9069 the GCC shell variable. Instead, consult the machine and system
9070 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9071 test __GNUC__ while we're at it.
9072
9073 * configure.in: Remove extra ;; from hpux cases.
9074
90751993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9076
9077 * configure.in: Check to see if the system has -ldnet.
9078
90791993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9080
9081 * make-dist: Add clauses to distribute lisp/forms-mode.
9082
90831993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9084
9085 * configure.in (machine): Fix the versions in hpux version number test.
9086 Do not guess based on cpu type. Do check for explicit system version.
9087
90881993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9089
9090 * configure.in: Do NOT look for `unknown' as company name.
9091
90921993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9093
9094 * configure.in: Fix typo in message.
9095
90961993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9097
9098 * Version 19.12 released.
9099
9100 * Makefile.in (do-install): Correct previous etc-copying change.
9101 Partially rewrite using `if'.
9102 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9103
9104 * Version 19.11 released.
9105
9106 * configure.in: Handle 386bsd.
9107
91081993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9109
9110 * make-dist: Update getdate.c.
9111
9112 * configure.in: Handle bsd386.
9113
9114 * Makefile.in (do-install): Use `-' in tar options.
9115
9116 * configure.in: Change ! "${...}" to x"${...}" = x.
9117
9118 * Makefile.in (do-install): Copy the DOC-* files from the build
9119 etc directory, as well as lots of things from ${srcdir}/etc.
9120
9121 * make-dist: Copy config.guess.
9122
9123 * configure.in: Handle AIX versions 1.2, 1.3.
9124
91251993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9126
9127 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9128 the configuration name mips-mips-usg* to represent USG systems.
9129
9130 * configure.in: Fix logic to detect if srcdir is already configured.
9131
9132 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9133
9134 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9135 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9136 of a directory; cd might fail, and have pwd print out the current
9137 directory.
9138
91391993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9140
9141 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9142
91431993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9144
9145 * configure.in: Complain if srcdir points at an already-configured
9146 tree.
9147
91481993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9149
9150 * Version 19.10 released.
9151
91521993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9153
9154 * Makefile.in: Use Makefile comments, not C comments.
9155
9156 * configure.in: Add case for the Tektronix XD88.
9157
91581993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9159
9160 * configure.in: Handle sysv4.2 and sysvr4.2.
9161
91621993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9163
9164 * configure.in: Traverse the argument list without destroying it;
9165 don't use shift. It turns out that "set - ${saved_arguments}"
9166 doesn't work portably.
9167
9168 * configure.in: Add missing "fi".
9169
9170 * make-dist: Rebuild configure if configure.in is newer.
9171
9172 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9173 targets to be executed even if make remembers that it has already
9174 satisfied FRC.
9175
91761993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9177
9178 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9179
9180 * configure.in (romp): Handle various version numbers with aos and bsd.
9181
91821993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9183
9184 * configure.in: Fix message text.
9185
91861993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9187
9188 * make-dist: Make a `site-lisp' directory in the distribution,
9189 instead of a `local-lisp' directory, which hasn't been the
9190 appropriate name for a long time.
9191 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9192 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9193
9194 * Makefile.in (do-install): Correctly detect if ./etc and
9195 ${srcdir}/etc are the same.
9196
9197 * configure.in: Extract UNEXEC from the system configuration
9198 files, compute the name of the source file corresponding to the
9199 object file, and #define it as UNEXEC_SRC in config.h.
9200
9201 * configure.in: If srcdir is '.', then try using PWD to make it
9202 absolute.
9203
9204 * configure.in: Include ${srcdir} in the printed report, to help
9205 people notice if it's an automounter path.
9206
92071993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9208
9209 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9210
92111993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9212
9213 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9214 when they are different. Add `shift' command.
9215 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9216 (externallispdir): Var deleted.
9217
9218 * configure.in: Delete spurious paren outputting short_usage.
9219
92201993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9221
9222 * Version 19.9 released.
9223
92241993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9225
9226 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9227 subdirectory makes.
9228
9229 * make-dist: Check for .elc files with no corresponding .el file.
9230
9231 * Makefile.in (mkdir): Make all the directories in locallisppath.
9232
9233 * config.guess: New file.
9234 * configure.in: Use it, tentatively.
9235 * INSTALL: Mention its usage.
9236
9237 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9238 the former gives you the operating system rev directly. Use
9239 s/hpux.h if we don't recognize what we got.
9240
9241 * Makefile.in (do-install): Don't remove a destination directory
9242 if it's the same as the source. If ${srcdir}/info == ${infodir},
9243 don't try to copy the info files.
9244
9245 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9246 doesn't work if you're not using a separate source directory.
9247 (do-install): Copy the build tree's etc directory only after
9248 making sure it's not also the source tree's etc directory.
9249
92501993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9251
9252 * configure.in: Handle sunos4.1.3 specially.
9253
92541993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9255
9256 * Makefile.in (INSTALL): Add definition.
9257
9258 * configure.in: Fix some messages. Support -with-gnu-cc.
9259 At the end, use `set --', not `set -'.
9260 Delete spurious `.h' in hpux alternatives.
9261
92621993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9263
9264 * Version 19.8 released.
9265
92661993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9267
9268 * configure.in: When looking for source in the same directory as
9269 the configure script, make the path thus discovered absolute.
9270 If the user specifies the `--srcdir' switch, make that directory
9271 absolute too.
9272
9273 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9274
9275 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9276 too, as the value of the PATH_INFO macro.
9277
9278 * configure.in: Check to see if the source lives in the same
9279 directory as the configure script.
9280
92811993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9282
9283 * Makefile.in (install): Split this into `install' and
9284 `do-install', to give people more control over exactly what gets
9285 done.
9286 (do-install): New target, containing the guts of `install'. Don't
9287 remove and recreate the directories inside the copying loop - do
9288 it all before the copying loop. Pass more flags to the lib-src
9289 make.
9290 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9291 avoid errors and warnings.
9292
9293 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9294 the manufacturer - the more general case was blocking other i386
9295 configuration names below, and that's how the names are written in
9296 MACHINES anyway.
9297
9298 * make-dist: When breaking links, remove the link before moving
9299 the copy onto it, to avoid interactive behavior.
9300
9301 * Makefile.in: Doc fix.
9302
9303 * configure.in: Doc fix.
9304
9305 * INSTALL: Mention --exec-prefix option.
9306
9307 * configure.in: Add support for the `--exec-prefix' option.
9308 * Makefile.in: Accept that support.
9309
9310 * configure.in: Use the AC_PROG_INSTALL macro.
9311 * Makefile.in (INSTALL): Variable removed.
9312 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9313
9314 * configure.in: Distinguish between hp800's and hp700's by calling
9315 "uname -m".
9316
93171993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9318
9319 * configure.in: Recognize configuration names for i860 boxes
9320 running SYSV.
9321
93221993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9323
9324 * configure.in: Distinguish between hp800's and hp700's by the
9325 version of HP/UX they run, since that's something people are more
9326 likely to know - hp700's run 8.0.
9327 Add HP 700 configuration.
9328
9329 * configure.in: Test for the presence of the `rename' function.
9330
9331 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9332 configure.in.
9333 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9334
9335 * make-dist: Break intra-tree links.
9336
9337 * configure.in: Explain that this is an autoconf script, and give
9338 instructions for rebuilding configure from it. Arrange to put
9339 comments in configure explaining this too.
9340
9341 * configure.in: Make the first line of the configure script be
9342 "#!/bin/sh". Leaving the first line blank didn't work.
9343
9344 * configure.in (long_usage): Removed; made short_usage describe
9345 the options briefly.
9346
9347 * configure.in: Implement the --prefix option.
9348 * Makefile.in (prefix): Add support for it here.
9349 * INSTALL: Document it here.
9350
9351 * Makefile.in (install): Don't assume that the files in the `info'
9352 subdirectory match *.info. They don't have that prefix.
9353
93541993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9355
9356 * configure.in: Add case for version 5 of Esix.
9357
93581993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9359
9360 * Version 19.7 released.
9361
9362 * make-dist: There aren't any *.com files in lib-src anymore.
9363
9364 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9365 them; they're symlinks to other filesystems on the GNU machines.
9366
9367 * make-dist: Check that the manual reflects the same version of
9368 Emacs as stated in lisp/version.el. Edit that version number into
9369 the README file.
9370
93711993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9372
9373 * configure.in: Remove the hack of AC_DEFINE; use
9374 AC_DEFINE_UNQUOTED.
9375
93761993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9377
9378 * make-dist: Don't distribute precomp.com, compile.com, or
9379 link.com from ./src; they're in ./vms now.
9380
9381 Some time-handling patches from Paul Eggert:
9382 * configure.in: Add AC_TIMEZONE.
9383
93841993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9385
9386 * configure.in: Recognize Linux as a valid operating system for
9387 the i386.
9388
93891993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9390
9391 * make-dist: Distribute some VMS files we got from Richard Levitte.
9392
9393 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9394 the source for the sed command, not oldXMenu/Makefile.
9395
93961993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9397
9398 * INSTALL: Don't claim the srcdir option doesn't work.
9399
94001993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9401
9402 * configure.in: Include remarks saying what order the autoconf
9403 tests should go in, and remind people to change config.h.in
9404 whenever they add autoconf tests which make #definitions.
9405
9406 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9407
94081993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9409
9410 * Makefile.in (oldXMenu/Makefile): Make this depend on
9411 ${srcdir}/oldXMenu/Makefile.in, not itself.
9412
9413 * PROBLEMS: Some updates from David J. Mackenzie.
9414
9415 More changes from David J. Mackenzie.
9416 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9417 removed; autoconf and config.h should specify all these
9418 differences.
9419 (buildlisppath): Make this path depend on ${srcdir}.
9420 (INSTALLFLAGS): Removed.
9421 (INSTALL): Include the -c flag.
9422 (install): Change the way we invoke install accordingly.
9423
9424 Install ${srcdir} changes from DJM.
9425 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9426 list.
9427 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9428 the source tree and the etc directory in the object tree.
9429 (${SUBDIR}): Pass the prefix variable down to submakes.
9430 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9431 in /bin.
9432 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9433 values for srcdir and VPATH.
9434 (install): Add `v' flag to tar command. Make sure that `dir'
9435 exists in ${srcdir}/info before copying it. Remember that the man
9436 pages come from the source tree, not the object tree.
9437 * configure.in: Remove remarks saying that the --srcdir option
9438 doesn't work.
9439 Create the etc directory in the object tree.
9440 Recognize configuration names of the form *-sun-solaris*.
9441 Recognize sunos5 and solaris as operating system names.
9442
9443 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9444 lib-src/getdate.y and src/systime.h.
9445
94461993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9447
9448 * make-dist: Make links in info subdir.
9449
94501993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9451
9452 * configure.in: Call AC_STDC_HEADERS.
9453
94541993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9455
9456 * configure.in: Sidestep autoconf's quoting of the second argument
9457 of AC_DEFINE, so we can specify the value to put there. It would
9458 be nice if autoconf provided some way to specify computed values
9459 for macros.
9460
94611993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9462
9463 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9464 this is always just -DHAVE_CONFIG_H.
9465
9466 The GNU coding standards specify that CFLAGS should be left for
9467 users to set.
9468 * Makefile.in (CFLAGS): Let configure determine the default value
9469 for this. Don't
9470 have it default to DEFS.
9471 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9472 (lib-src/Makefile, src/Makefile): Edit the default value for
9473 CFLAGS into these files, not DEFS.
9474 * configure.in (CFLAGS): Choose a default value for this - "-g"
9475 normally, or "-g -O" if we're using GCC. Edit it into the
9476 top-level Makefile.
9477
9478 * configure.in: When scanning the machine and system description
9479 #include files, write their names to conftest.c properly.
9480
94811993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9482
9483 * configure.in: In configuration name case for Apallos running
9484 Domainios, set opsys, not opsysfile.
9485
9486 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9487 src/config.h, instead of AC_OUTPUT; the latter overwrites
9488 src/config.h even when it hasn't changed, puts a makefile-style
9489 comment at the top even though it's C code, and produces a
9490 config.status script which doesn't do the job right.
9491
9492 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9493 can use a symbolic link to get the X Menu library into src.
9494 * Makefile.in (LN_S): New variable.
9495 (src/Makefile): Edit the value of LN_S into this makefile.
9496
94971993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9498
9499 * configure.in: Support *-sco3.2v4* as opsystem.
9500
9501 * make-dist: Don't include calc directory.
9502 Exclude many files in the man directory; copy a few.
9503
95041993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9505
9506 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9507 call AC_STRUCT_TM to see what's in time.h.
9508
9509 * configure.in: Employ quoting stupidity to get the value of CPP
9510 to expand properly.
9511
95121993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9513
9514 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9515 variable to scan the machine and system description files.
9516
9517 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9518 so that getdate.y builds correctly.
9519
95201993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9521
9522 * configure.in (tempcname): Change this to "conftest.c", so it will
9523 work properly on systems with short filenames; this is the name
9524 autoconf uses.
9525
9526 * configure.in: Also detect the availability of dup2 and
9527 gethostname.
9528
9529 * configure.in: Use the AC_ALLOCA test.
9530 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9531 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9532
95331993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9534
9535 * make-dist: Distribute configure, as well as configure.in.
9536 Oversight.
9537
95381993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9539
9540 * Makefile.in (install): Print out the name of the directory we're
9541 copying, so people can have some idea of whether we're making
9542 progress.
9543
9544 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9545 Don't forget to re-create the COPYDESTS directories after we clear
9546 them out.
9547
95481993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9549
9550 * Makefile.in: Add autoconf cookies so that the configure
9551 script can comment out sections of path variable definitions to
9552 choose between the installable configuration and the run-in-place
9553 configuration.
9554 * configure.in: Add new option `--run-in-place', to select the
9555 run-in-place path definitions.
9556
9557 * configure.in: Add a clause to the big configuration name case
9558 for the NeXT machine.
9559
95601993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9561
9562 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9563 Make sure that each source directory exists, and is different from
9564 the destination directory; then, delete the destination before
9565 copying over the source.
9566
9567 * make-dist: Distribute configure.in, instead of configure.
9568
95691993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9570
9571 * configure.in: Don't set CC to "gcc -O" if the user specifies
9572 `--with-gcc'. Add -O to DEFS if GCC is set.
9573
95741993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9575
9576 * Makefile.in (clean mostlyclean): Missing right paren.
9577
9578 * configure.in: When checking for X windows, search for an X11
9579 subdirectory of ${x_includes}.
9580
9581 * configure.in: Check for gettimeofday function, for getdate.y.
9582
9583 Change `configure' to a mixture of custom code and autoconf stuff.
9584 autoconf can't derive all the information we need, but we'd really
9585 like to be able to take advantage of some of its tests, and its
9586 file-editing facilities.
9587 * configure.in: Renamed from configure.
9588 Quote the sections of shell script we want copied literally to
9589 the configure script.
9590 (compile): Initialize this to make the autoconf macros' code happy.
9591 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9592 code to do their jobs.
9593 Use autoconf to produce Makefile and src/config.h.
9594 Remove the Makefile-style comment that autoconf places at the top
9595 of src/config.h.
9596 (config_h_opts): Removed - no longer necessary.
9597 * Makefile.in (configname): Renamed to configuration.
9598 (CONFIG_CFLAGS): Renamed to DEFS.
9599 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9600 get values via autoload @cookies@.
9601 (libsrc_libs): Get this from autoconf. We used to do nothing
9602 about this.
9603 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9604
9605 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9606 echo the move-if-change command.
9607
96081993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9609
9610 * make-dist: Distribute lib-src/rcs-checkin.
9611
9612 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9613 Don't try to make links to the RCS or Old subdirectories.
9614 Use the appropriate extension for the compression type in use.
9615 Create the tar file in the shell's initial default directory, not
9616 in ${tempparent}.
9617 Erase the whole ${tempparent} tree, not just ${tempdir}.
9618
96191993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9620
9621 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9622 use to build paths.h.
9623 (lib-src/Makefile, src/Makefile): Similarly.
9624
9625 * configure: Extend test for working `const' keyword to handle AIX
9626 3.2 cc.
9627
96281993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9629
9630 * make-dist: Distribute lisp/term/ChangeLog.
9631
9632 Arrange for C compilation throughout the tree to get
9633 C_SWITCH_SYSTEM from the configuration files.
9634 * configure: Extract C_SWITCH_SYSTEM from the machine and
9635 system-dependent files, and save it in the top-level Makefile.
9636 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9637 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9638
9639 * make-dist: Include the VMS support files in oldXMenu in the
9640 distribution.
9641
9642 * configure: Doc fix.
9643
9644 * configure: Fix corrupted config_h_opts.
9645
9646 * configure: Properly report option names in error messages.
9647
9648 * configure: Properly recognize --x-includes and --x-libraries
9649 options.
9650
9651 * configure: Fix syntax errors in code handling XFree386.
9652
96531993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9654
9655 * configure: Add special code to detect XFree386, and tell
9656 config.h about it.
9657
9658 * configure: Properly handle extracting values of LIBS_MACHINE and
9659 LIBS_SYSTEM that contain spaces.
9660
9661 * configure: Add `--x-includes' and `--x-libraries' options. I
9662 think these are dopey, but no less than three alpha testers, at
9663 large sites, have said they have their X files installed in odd
9664 places. Implement them by setting C_SWITCH_X_SITE and
9665 LD_SWITCH_X_SITE in src/config.h.
9666
96671993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9668
9669 * make-dist: Don't distribute etc/Old files.
9670
9671 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9672 backups.
9673
96741993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9675
9676 * make-dist: Fix typo.
9677
96781993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9679
9680 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9681 in some cases where it should but didn't seen to.
9682
9683 * Makefile.in: Added unlock and relock productions.
9684
96851993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9686
9687 * make-dist: Add a --compress option to force make-dist to use
9688 compress.
9689
9690 * make-dist: Use gzip, if we can find it.
9691
9692 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9693 make rs6000-ibm-aix default to -aix32.
9694
96951993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9696
9697 * Makefile.in: Added `Developer's configuration' section.
9698
96991993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9700
9701 * Makefile.in: Add commented-out variable settings for developer's
9702 configuration.
9703
97041993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9705
9706 * make-dist: Distribute `src/bitmaps' too.
9707
97081993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9709
9710 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9711 make rs6000-ibm-aix default to -aix32.
9712
97131993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9714
9715 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9716
9717 * Makefile.in (install.sysv): Add a second `$' in front of
9718 `${dest}', so that the shell will expand it, instead of Make.
9719
9720 * configure: When processing the name of the configure script,
9721 collapse `././' to `./', but leave a single `./' prefix alone.
9722
9723 * configure: Doc fix.
9724
97251993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9726
9727 * configure: Handle isc3.0 correctly.
9728
97291993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9730
9731 * make-dist: Don't try to copy the COPYING notice into
9732 external-lisp; we're not distributing that directory any more.
9733
97341993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9735
9736 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9737 Remove CVS subdirectories from the installed directory trees, as
9738 well as RCS directories.
9739
97401993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9741
9742 * make-dist: Only copy gmalloc.c if we couldn't link it.
9743 Don't try to copy man/{README,Makefile} unless they actually exist.
9744
9745 * Makefile.in (lisppath): Don't include externallispdir in this.
9746 We're not sure whether we're even going to distribute the
9747 directory yet.
9748
97491993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9750
9751 * make-dist: Don't distribute the external-lisp directory anymore.
9752 * INSTALL: Remove all references to external-lisp.
9753
9754 * configure: Detect whether the compiler supports `const'
9755 properly, and edit src/config.h accordingly.
9756
9757 * configure: Tweak layout of final report.
9758
9759 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9760 CFLAGS.
9761
9762 * Makefile.in (locallisppath): Make this default to
9763 ${datadir}/emacs/site-lisp, instead of
9764 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9765 the same thing, and local-lisp causes completion conflicts with
9766 lock.
9767 (lisppath): Add ${externallispdir} to this.
9768 * INSTALL: Adjust installation directions.
9769
9770 * Makefile.in (externallispdir): New variable, to say where to
9771 install the externally-maintained lisp files.
9772 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9773 the others.
9774 * INSTALL: Describe external-lisp and the new externallispdir
9775 variable.
9776
97771993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9778
9779 * configure (progname): New option `--with-gcc'. Make it clearer
9780 how we are trying to guess whether or not we have GCC.
9781 * INSTALL: Document the `--with-gcc' option, and improve
9782 description of `--with-x' options.
9783
97841993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9785
9786 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9787 ${infodir} from these variables; we have written out explicit code
9788 to install the info files.
9789
97901993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9791
9792 * make-dist: Don't distributed the RCS files in the etc directory.
9793
97941993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9795
9796 * Makefile.in: Some makes can't handle comments in the middle of
9797 commands; move them to before the whole rule.
9798
97991993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9800
9801 * README: Mention what Emacs is.
9802
98031993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9804
9805 * make-dist: Include `./lisp/calc-2.02' in the distribution.
9806 Add `./cpp' and `./man' back into the distribution.
9807
98081993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9809
9810 * Makefile.in: Define MAKE, and use where appropriate.
9811
98121993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9813
9814 * make-dist: Remember that the authoritative COPYING notice is
9815 `etc/COPYING', not `../etc/COPYING'.
9816
98171992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9818
9819 * make-dist: Make sure that the COPYING notices in each directory
9820 are copies, not symlinks.
9821
98221992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9823
9824 * INSTALL: The build process produces an executable called `emacs'
9825 now. Change references.
9826 * Makefile.in: Adjust `install.mumble' targets to install
9827 `src/emacs', not `src/xemacs'.
9828
9829 * configure: Start with a blank line; this keeps some old CSH's
9830 from thinking it's a CSH script. Most systems will just use
9831 /bin/sh to run it, which is what we're expecting; the only other
9832 shells which might try to interpret it themselves are probably
9833 Bourne-compatible.
9834
98351992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9836
9837 * INSTALL: Improvements suggested by David Mackenzie.
9838
98391992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9840
9841 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9842 Don't try to copy the info files if there aren't any; the
9843 unexpanded globbing pattern disappoints `install'. Ignore the
9844 return status of that command.
9845
9846 * INSTALL: Updated for new configuration arrangement.
9847
9848 * configure: Don't make the top-level Makefile read-only - people
9849 may want to edit the values of the path variables.
9850
9851 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9852 Install the info files in ${infodir}. Install the executable
9853 under both `emacs' and `emacs-VERSION'.
9854
9855 * Makefile.in: Doc fix.
9856
9857 * Makefile.in (exec_prefix): New variable, as per latest version
9858 of coding standards.
9859 (bindir, libdir): Use it, instead of `prefix'.
9860 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
9861
9862 * Makefile.in (mandir): Make the default value for this depend on
9863 $(prefix).
9864
9865 * Makefile.in (datadir, statedir, libdir): Make these all default
9866 to ${prefix}/lib.
9867 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
9868 to compensate.
9869
9870 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9871 Install the etags and ctags man pages too.
9872
9873 * Makefile.in (distclean): Don't delete backup files; that's the
9874 job of extraclean.
9875 (extraclean): Like distclean, but deletes backup and autosave files.
9876
98771992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9878
9879 Make path specification conform to GNU coding standards.
9880 * configure (long_usage): Remove all traces of old arguments from
9881 usage messages, and document the options we do accept in more
9882 detail: -with-x... and --srcdir.
9883 (options, boolean_opts): Deleted; we don't have enough options to
9884 make this worthwhile.
9885 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
9886 along with the code which supported them; these should be set as
9887 arguments to the top-level make.
9888 (config_h_opts): Since this no longer doubles as a list of option
9889 names, make them upper case; this simplifies the code which uses
9890 them to build the sed command to edit src/config.h. Change the
9891 code which sets them.
9892 (cc, g, O): Don't allow the user to set these using options; they
9893 should be specified using `CC=' and `CFLAGS=' arguments to the
9894 top-level make. Just choose reasonable default values for them,
9895 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
9896 values.
9897 (gnu_malloc, rel_alloc): Don't allow the user to set these using
9898 options; use them whenever the configuration files say they're
9899 possible.
9900 Simplify the argument processing loop. Don't accept abbreviations
9901 for option names; these might conflict with other configuration
9902 options in the future.
9903 Add some support for the `--srcdir' option. Check for the sources
9904 in . and .. if `--srcdir' is omitted. If the directories we will
9905 compile in don't exist yet, create them under the current directory.
9906 Note that the rest of the build process doesn't really support
9907 this.
9908 Edit only the top Makefile. That should edit the others. Edit
9909 into the makefile: `version', from lisp/version.el, `configname'
9910 and `srcdir' from the configuration arguments, `CC' and
9911 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
9912 the user's path, and LOADLIBES as gleaned from the system
9913 description files.
9914 Simplify the report generated; it doesn't need to include any
9915 description of paths now.
9916 Make `config.status' exec configure instead of just calling it, so
9917 there's no harm in overwriting `config.status'.
9918 * Makefile.in (version, configname): New variables, used to choose
9919 the default values for datadir and libdir.
9920 Path variables rearranged into two clearer groups:
9921 - In the first group are the variables specified by the GNU coding
9922 standards (prefix, bindir, datadir, statedir, libdir, mandir,
9923 manext, infodir, and srcdir).
9924 - In the second are the variables actually used for Emacs's paths
9925 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
9926 archlibdir), which depend on the first category.
9927 datadir and libdir default to directories under
9928 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
9929 demand.
9930 etcdir and lispdir default to subdirectories of datadir.
9931 archlibdir defaults to libdir.
9932 The new installation tree is a bit deeper than it used to be, so
9933 use the new make-path program in lib-src to build them all.
9934 Always build a new src/paths.h.tmp and then move-if-change it to
9935 src/paths.h, to avoid unnecessary rebuilds while responding to the
9936 right changes.
9937 Remove all mention of arch-lib. Run utility commands from
9938 lib-src, and let the executables be copied into archlibdir when
9939 Emacs is installed.
9940 Add targets for src/Makefile, lib-src/Makefile, and
9941 oldXMenu/Makefile, editing the values of the path variables into
9942 them.
9943 Let lib-src do its own installation.
9944 (datadir): Default to putting data files under
9945 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
9946 (emacsdir): Variable deleted; it would only be confusing to use.
9947 (lispdir, etcdir): Default to ${datadir}/lisp.
9948 (mkdir): Use make-path for this.
9949 (lockdir): Do this in mkdir.
9950 (Makefile): New target.
9951
9952 * configure (usage_message): Rename to long_usage.
9953
9954 * make-dist: Don't bother creating an arch-lib directory; that's
9955 only for installation now.
9956
99571992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9958
9959 * configure: Use GCC-style configuration names, using config.sub.
9960 Change the usage and help messages.
9961
9962 * configure: Initialize window_system, not indow_system.
9963
9964 * configure: Report which window system, compiler, and signal
9965 handler return type we decide to use.
9966
9967 * make-dist: Explain what's going on if config.sub and gmalloc.c
9968 can't be linked. Place the code which copies them near the code
9969 which links the rest of the files around them.
9970
99711992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
9972
9973 * make-dist: Don't bother to distribute src/*.com, or
9974 src/vmsbuild; those have all been moved to `../vms'.
9975
99761992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9977
9978 * make-dist: Don't forget that the way to avoid filenames starting
9979 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
9980 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
9981 couldn't make hard links to, since we have two already, and
9982 perhaps more to come.
9983
99841992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9985
9986 * configure: When editing parameters into lib-src/Makefile, change
9987 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
9988 needs some other flags too.
9989
99901992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9991
9992 * configure: Remove spurious echo of the configuration name.
9993
9994 * make-dist: Don't distribute files in src/m and src/s whose names
9995 begin with `='.
9996
99971992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9998
9999 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10000 Also LISP_FLOAT_TYPE.
10001
100021992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10003
10004 * make-dist: Copy config.sub, since it's a symbolic link to a file
10005 on another file system.
10006
100071992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10008
10009 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10010 distribution.
10011
10012 * config.sub: New file, to help us recognize configuration names.
10013 * make-dist: Include it in the distribution.
10014
100151992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10016
10017 * configure: Convert `-' to `_' in specified option names.
10018 Accept options with --. Delete --highpri and --have-x-menu options.
10019 New options --with-x and --with-x10 replace -window-system.
10020 Don't mention options --gnu-malloc, --rel-alloc
10021 or --lisp-float-type in help message.
10022
100231992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10024
10025 * make-dist: Include the `vms' subdirectory in the distribution.
10026
100271992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10028
10029 * configure: Remove lines starting with "# DIST: " when building
10030 lib-src/Makefile and src/Makefile. This allows us to mark the
10031 "Makefile.in" files with explanatory comments which won't also get
10032 stuck in the Makefiles.
10033
100341992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10035
10036 * make-dist: Don't use the '+' operator in the sed regular
10037 expression that extracts the version number from lisp/version.el;
10038 Ultrix sed doesn't seem support the operator. Just double the
10039 operand and use *.
10040
100411992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10042
10043 * Makefile.in: Doc fix.
10044
100451992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10046
10047 * configure: Rewrite sed command to remove at most one ./ prefix;
10048 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10049 group.
10050
100511992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10052
10053 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10054
100551992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10056
10057 * make-dist: Go ahead and build a new TAGS file, unless the
10058 --newer option was specified. Don't try to delete a TAGS file
10059 from etc; it's not kept there, and shouldn't be deleted anyway.
10060
100611992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10062
10063 * make-dist: If the lisp directory contains a default.el, don't
10064 distribute it.
10065
10066 * configure: When searching signal.h for the type of a signal
10067 return handler, make a copy of it, not a symbolic link to it; that
10068 way, it will work on systems that don't have symbolic links.
10069
100701992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10071
10072 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10073 option for generating incremental distributions. Stopped it from
10074 generating a TAGS file into the distribution; that sucker is
10075 *big*, and easily enough generated with the toplevel makefile.
10076
100771992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10078
10079 * configure: When writing config.status, don't prefix progname
10080 with a '.'; it might be absolute.
10081
100821992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10083
10084 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10085 /usr/include/X11 exist, not only if both exist.
10086
100871992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10088
10089 * make-dist: Make the new external-lisp directory a duplicate of
10090 the external-lisp directory, not the lisp directory.
10091
100921992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10093
10094 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10095 clean' in arch-lib; it doesn't even have a Makefile.
10096
10097 * Makefile.in (clean, mostlyclean): In the test which tries to
10098 distinguish between the build directory, which should be cleaned,
10099 and the installed directory, which shouldn't, cd to `${emacsdir}',
10100 not `${DESTDIR}${LIBDIR}'.
10101
101021992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10103
10104 * make-dist: Be sure to delete the .c and .h files that YACC and
10105 BISON create from getdate.y.
10106
10107 * external-lisp: New directory; see `external-lisp/README'.
10108 * make-dist: Added support for the external-lisp subdirectory.
10109
10110 * make-dist: Changed message which complains that make-dist wasn't
10111 invoked in the right directory to indicate which files it was
10112 looking for.
10113
101141992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10115
10116 * configure: Add comments explaining why we can't translate
10117 character ranges or control characters in `tr'.
10118
101191992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10120
10121 * configure: When generating the configuration message, we used to
10122 build the message from the start so that each line began with "# "
10123 so that it would be a comment in `config.status'. However, this
10124 causes trouble if any of the variables we use in the message
10125 expand to more than one line of text - as gnu_malloc_reason
10126 sometimes does. So instead, we build the message as it should be
10127 printed to the user (i.e. without the "# " prefixes), and stick on
10128 the "# "s when we write it to `config.status'.
10129
10130 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10131 `lib-src' and `arch-lib'.
10132
10133 * configure: When generating report and `config.status' file, note
10134 that bindir only determines where `make install' and
10135 `build-install' will place the executables; this should make it
10136 clear that the ordinary build process will not try to install
10137 things.
10138
101391992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10140
10141 * make-dist: Change messages to say that we are 'making links to
10142 X', rather than 'copying X'. And put `' quotes around file names.
10143
10144 * make-dist: Include '.tmp' in the name of the staging directory.
10145
10146 * make-dist: Pass the `-f' option to rm when you're not sure that
10147 the files you're removing actually exist.
10148
10149 * make-dist: When setting up etc/COPYING, always nuke whatever is
10150 there, and then copy it in, to make sure we get a real file.
10151
10152 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10153 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10154 version which doesn't have a separate .defns file.
10155
101561992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10157
10158 * make-dist: Don't distribute configured versions of config.h.in,
10159 paths.h.in, Makefile.in in src.
10160
10161 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10162 trying to make final targets writable first, since it won't
067d23c9
KY
10163 matter to move-if-change.
10164
101651992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10166
10167 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10168 mkdir and chmod in the center of all the conditionals. GNU Make
10169 will strip these out, but other makes won't.
10170
101711992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10172
10173 * make-dist: Include move-if-change in list of files to distribute.
10174
101751992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10176
10177 * configure: Remove any "." elements from the program name.
10178
10179 * configure: Don't record the values of all the possible arguments
10180 in config.status; only record the options that the user specified.
10181
10182 * configure: Use move-if-change to move in the new src/config.h.
10183
101841992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10185
10186 * move-if-change: New file, copied from gcc release.
10187 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10188 a temp file, so we don't update paths.h if an error occurs or if
10189 it doesn't need changing.
10190
101911992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10192
10193 * Makefile.in (src/paths.h): Do not install a value for the
10194 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10195 * build-install.in: Same thing.
10196
101971992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10198
10199 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10200 latter, being a typo, is always false, resulting in a program
10201 whose default behavior is to painstakingly build a copy of the
10202 source tree, and then delete it. Rah.
10203
10204 * Makefile.in: Add dist target, and comment for it.
10205
10206 * configure: When scanning <signal.h> for a declaration for
10207 signal, create a symbolic link with a name ending in .c, so the
10208 compiler won't complain that it's only been given .h files.
10209
10210 * configure: Check whether there are any arguments available
10211 before shifting to get the value of a non-boolean parameter.
10212
10213 * make-dist: Doc fix.
10214
102151992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10216
10217 * configure: Instead of grepping /usr/include/signal.h for a
10218 signal declaration, run /usr/include/signal.h or
10219 /usr/include/sys/signal.h through cpp and grep for the
10220 declaration.
10221
10222 * configure: Redirect the output of grep to /dev/null instead of
10223 using grep -s - that flag means different things on other systems.
10224
10225 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10226 since the former is recognizable even if you don't know what
10227 'dumping' is.
10228 * configure: Accommodate that change.
10229
10230 * configure: Accept options for all of the directories you can
10231 change in the Makefile.
10232
10233 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10234
10235 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10236 FOO before you can use them.
10237
10238 * build-install.in: Made the "Where To Install Things" section
10239 conform with the similar section from Makefile.in. Copied section
10240 which builds src/paths.h from src/paths.h.in from the Makefile.
10241
102421992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10243
10244 * configure: Write config.status to pass its command-line
10245 arguments on to configure, so that people can use it to recreate
10246 an old configuration, with minor changes.
10247
102481992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10249
10250 * configure: Don't rely on option variables being unset if their
10251 values are the empty string. In particular, when producing the
10252 English report, don't assume that highpri will be unset when no
10253 increased priority has been requested; -highpri='' should be the
10254 same as omitting -highpri altogether.
10255
10256 * configure: Fix dumb bug: when running the system and machine
10257 description files through cpp, mark those lines that we want to
10258 evaluate with the string '@configure@', and then only evaluate
10259 them. This way if the files include anything that actually
10260 generates text (type definitions or external declarations, say),
10261 we won't try to eval it.
10262
102631992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10264
10265 * make-dist: New shell script.
10266
10267 * configure: When creating foo from foo.in, make foo read-only to
10268 remind people to edit the .in file instead.
10269
10270 * INSTALL: Changed references to config.h-dist to config.h.in.
10271 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10272 to build src/paths.h from src/paths.h.in; added a paragraph to do
10273 this.
10274 * configure, Makefile, build-install: Changed filenames like
10275 FOO-dist to FOO.in.
10276
102771992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10278
10279 * Makefile, build-install: Renamed to Makefile.in and
10280 build-install.in; the configure script will edit these to produce
10281 the usable Makefile and build-install.
10282 * configure: Changed to produce ./Makefile, ./build-install,
10283 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10284 instead of editing them in place.
10285
102861992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10287
10288 * Makefile: Re-arranged so that the undumped Emacs will search
10289 ../lisp *after* the site's local elisp files.
10290 (locallisppath, dumplisppath): New variables.
10291 (lisppath): This variable's default value is now chosen based on
10292 $(locallisppath) and $(lispdir); while it used to be the
10293 customization point for adding site-local elisp directories to
10294 load-path, that job is now handled mostly by locallisppath.
10295 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10296 Check the values being assigned to the *LOADSEARCH macros for null
10297 path elements (like '::' in 'foo::bar').
10298
10299 * configure: When checking if the machine- and system-dependent
10300 files define a particular macro or not, actually run them through
10301 CPP and test the macros with #ifs, instead of just grepping for
10302 the macros' names. In particular, check for SYSTEM_MALLOC in this
10303 way.
10304
103051992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10306
10307 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10308
103091992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10310
10311 * configure: Make the config.status file an executable shell
10312 script which will recreate the same configuration. Include the
10313 verbal description of the current configuration as a comment in
10314 the script.
10315 * INSTALL: Doc fix.
10316
10317 * Makefile: Brought the Makefile up to the GNU coding
10318 standards, as described in standards.text:
10319 (TAGS): New name for the target which rebuilds the tags table.
10320 (check): New target; doesn't do anything yet.
10321 (mostlyclean): New target, synonymous with clean.
10322 (realclean): New target. Currently, this just calls the
10323 subdirectories's makefiles and then deletes config.status.
10324 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10325 variables.
10326 Installation directory variables changed to conform.
10327 (install, install.sysv, install.xenix, install.aix): Changed the
10328 code which copies the directories into their installed location to
10329 allow the installed locations to be in several different
10330 directories; the old version assumed that they would all be in
10331 $(emacsdir).
10332 (mkdir, lockdir): Allow the installed locations to be in several
10333 different directories.
10334 * INSTALL: Doc fix.
10335
10336 * build-install: Use the same variable names as the Makefile.
10337 Allow the installed locations to be in several different
10338 directories.
10339
103401992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10341
10342 * Makefile (src/paths.h): Instead of using a single sed command to
10343 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10344 separately, and don't forget to append "/!!!SuperLock!!!" to the
10345 value of the PATH_SUPERLOCK macro.
10346
10347 * config.emacs: Renamed to configure, for consistency with other
10348 GNU products. Internal references changed.
10349 INSTALL, Makefile: References changed.
10350
10351 * lock: New directory, which should always be empty. If this
10352 directory doesn't exist, Emacs won't complain; it just won't lock.
10353 Having this here means that people can just unpack Emacs, build
10354 it, and have locking work.
10355
10356 * share-lib: Re-renamed to etc, for the sake of tradition.
10357 * config.emacs: Changed default value for datadir to ../etc.
10358 * INSTALL, README: Adjusted.
10359
103601992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10361
10362 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10363 by running CPP on the appropriate s/*.h and m/*.h files.
10364
103651992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10366
10367 * config.emacs: Make sure to set the "exit on error" flag once
10368 we've removed config.status; errors should abort the configuration.
10369
103701992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10371
10372 * config.emacs: Added -distribute option, so that the Makefile
10373 paths are in their proper form. I don't know why this matters.
10374
103751992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10376
10377 * local-lisp: New directory, empty in the distribution, for people
10378 to put local elisp code in.
10379 * config.emacs: Include it in the default load path.
10380 * README: Document it.
10381
103821992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10383
10384 * config.emacs: Guess the type of signal handling functions based
10385 on the contents of /usr/include/signal.h.
10386
10387 * config.emacs: Print out progress report messages.
10388
10389 * Makefile (src/paths.h): Don't generically replace
10390 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10391 editing of the other entries, and each entry should be dealt with
10392 explicitly anyway.
10393
10394 * build-install: Converted from C-shell to Bourne shell.
10395 * config.emacs: Edit build-install properly.
10396
10397 * config.emacs: Doc fix.
10398
103991992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10400
10401 * Makefile (install): Remove `B' from tar xf command.
10402
104031992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10404
10405 * config.emacs: Removed support for the `maintain-environment'
10406 option; the only important difference between this and its absence
10407 has been removed.
10408 * INSTALL: Removed mention of `maintain-environment'.
10409
10410 * config.emacs: Fix arguments to sed when processing boolean
10411 arguments.
10412
104131991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10414
10415 * config.emacs: New file, to help automate the installation
10416 process.
10417
10418 * Makefile: Lots of changes to support the separation of etc into
10419 architecture-dependent and -independent files:
10420 (EMACSROOT): New variable, giving the directory under which all of
10421 Emacs's libraries should be installed. Changed rest of file to
10422 use it.
10423 (LIBDIR): Now denotes only architecture-dependent dir.
10424 (DATADIR): New variable, denoting architecture-independent dir.
10425 (LOCKDIR): New variable, for completeness.
10426 (SUBDIR): No more etc, new lib-src.
10427 (COPYDIR): No more etc, new arch-lib and share-lib.
10428 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10429 (src): Now depends on lib-src, not etc.
10430 * build-install: Changes parallel to the above.
10431 * README: Describe the new arrangement.
10432
10433 * vms: New subdirectory for all the VMS stuff.
10434
104351991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10436
10437 * Makefile (LISPPATH): New variable.
10438 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10439
104401990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10441
10442 * Makefile (install, install.sysv, install.xenix):
10443 Install wakeup instead of loadst. No need for setuid or setgid.
10444
104451990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10446
10447 * Makefile (clean): Clean etc if that's not the installation dir.
10448
104491990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10450
10451 * Makefile (paths.h): Make sed alter each name in the path.
10452
104531988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10454
10455 * Makefile (install.sysv): Use cpio, not tar.
10456
104571988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10458
10459 * Makefile (lockdir): Rename `lock' target.
10460 Depend on it from install*, not from `all'.
10461
104621988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10463
10464 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10465 to match build-install and paths.h.
10466
10467;; Local Variables:
10468;; coding: utf-8
067d23c9
KY
10469;; End:
10470
1a71cb28 10471 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10472
10473 This file is part of GNU Emacs.
10474
10475 GNU Emacs is free software: you can redistribute it and/or modify
10476 it under the terms of the GNU General Public License as published by
10477 the Free Software Foundation, either version 3 of the License, or
10478 (at your option) any later version.
10479
10480 GNU Emacs is distributed in the hope that it will be useful,
10481 but WITHOUT ANY WARRANTY; without even the implied warranty of
10482 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10483 GNU General Public License for more details.
10484
10485 You should have received a copy of the GNU General Public License
10486 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.