Try to fix building with gcc >= 4.6 on Darwin.
[bpt/emacs.git] / ChangeLog
CommitLineData
27cb7be2
GM
12012-05-16 Glenn Morris <rgm@gnu.org>
2
3 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
4 (CPP): Do not unconditionally set it on Darwin.
5 Instead, try to test if -no-cpp-precomp is accepted.
6 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
7
ec3ca9ec
GM
82012-05-15 Glenn Morris <rgm@gnu.org>
9
4e7d487c 10 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 11
75a9f5f5
GM
12 * Makefile.in (install-arch-dep): Do not hard-code version number.
13
ec3ca9ec
GM
14 * Makefile.in (install-arch-dep): NS install no longer needs to
15 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
16
3fe7cdc8
GM
172012-05-12 Glenn Morris <rgm@gnu.org>
18
9e6b06ed
GM
19 * configure.in (ns_appbindir): Remove trailing "/".
20
3fe7cdc8
GM
21 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
22 (MKDEPDIR): Use $MKDIR_P.
23 * Makefile.in (MKDIR_P): New, set by configure.
24 (mkdir): Use $MKDIR_P.
25
a873f274
GM
262012-05-11 Glenn Morris <rgm@gnu.org>
27
28 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 29 Use INSTALL_DATA for the DOC file.
c8e32179 30 Remove dead code for ./lisp that never executes.
a873f274 31
ff57c2ec
GM
322012-05-10 Glenn Morris <rgm@gnu.org>
33
34 * configure.in (LEIM_INSTALLDIR): New output variable.
35
49ed9c8e
SM
362012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
39
5122804a
GM
402012-05-08 Glenn Morris <rgm@gnu.org>
41
42 * make-dist: No more doc/lispref/*.el.
43
01319a4e
AS
442012-05-05 Andreas Schwab <schwab@linux-m68k.org>
45
46 * configure.in: Fix quoting bugs.
47
8045b906
GM
482012-05-04 Glenn Morris <rgm@gnu.org>
49
50 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
51
9fa0e416
GM
522012-05-02 Glenn Morris <rgm@gnu.org>
53
3c30e766
GM
54 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
55 the choices made by FreeBSD and NetBSD. (Bug#10313)
56
9aa071df
GM
57 * Makefile.in (INFO_FILES): Remove variable.
58 (INFO_NONMISC): New variable.
59 (install-arch-indep, uninstall): Don't use $INFO_FILES.
60
cd3771a0
GM
61 * Makefile.in (uninstall): Remove useless-use-of-for; that for
62 some reason caused problems on an old Solaris.
63
a36e64d0
GM
64 * Makefile.in (install-arch-indep, uninstall):
65 Ensure that INSTALL-type commands are run from top-level.
66
9e7a4bcf
GM
67 * info/dir: Make some entries consistent with the source texi files.
68
9fa0e416
GM
69 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
70
7adecb99
GM
712012-05-02 Glenn Morris <rgm@gnu.org>
72
73 * Makefile.in (install-arch-indep):
74 Combine adjacent install-data and install-info loops.
75
4737362e
GM
762012-05-01 Glenn Morris <rgm@gnu.org>
77
ab1121bd
GM
78 * Makefile.in (MAN_PAGES): Remove.
79 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
80
a4a18b8b
GM
81 * configure.in: Try libtinfo for tputs.
82 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
83
3ba0a545
GM
84 * configure.in: Combine adjacent $opsys case blocks.
85
e3da5b19
GM
86 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
87
262f06da
GM
88 * configure.in: Invert the TERMINFO logic,
89 since "yes" is far more common than "no".
90
9311dcff
GM
91 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
92
4d5c6349
GM
93 * configure.in (LD_SWITCH_X_SITE_RPATH):
94 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
95
4737362e
GM
96 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
97
562e638f
GM
982012-04-26 Glenn Morris <rgm@gnu.org>
99
100 * make-dist: No more doc/lispref/tindex.pl.
101
dcbf5805
MA
1022012-04-22 Michael Albinus <michael.albinus@gmx.de>
103
104 * configure.in (dbus_validate_bus_name, dbus_validate_path)
105 (dbus_validate_interface, dbus_validate_member): Check also for
106 these library functions
107
4b5b5289
PE
1082012-04-22 Paul Eggert <eggert@cs.ucla.edu>
109
110 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
111 With glibc 2.14 or later, when compiled with GCC 4.7.0's
112 -Werror=deprecated-declarations flag, use of hooks like
113 __malloc_initialize_hook causes compilation to fail because these
114 hooks are deprecated. Modify 'configure' to check for these hooks too.
115 Simplify the 'configure' code to test for all the hooks at once.
116 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
117 (emacs_cv_var_doug_lea_malloc): ... this new var.
118
9ee7d8b9
PE
1192012-04-21 Paul Eggert <eggert@cs.ucla.edu>
120
121 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
122 dated 2011-10-07. Regenerating from current gnulib would be a
123 pervasive change, and currently the trunk isn't open to such changes.
124 * configure.in (WARN_CFLAGS): Remove; no longer needed now
125 that gnulib does it.
126 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
127
5e6ab4e6
AS
1282012-04-21 Andreas Schwab <schwab@linux-m68k.org>
129
130 * m4/gl-comp.m4: Update. (Bug#11285)
131
c07a4c0b 1322012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
133
134 * configure.in: Don't use the -R option (Bug#11251).
135
6c94c34f 1362012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 137
9f46df23 138 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
139 I have been using this change for many months in my private copy
140 of Emacs, and have used it to find several bugs. It's mature
141 enough to publish now.
142 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
143 * configure.in: Support --enable-gcc-warnings, in the style of
144 other GNU packages such as coreutils.
145 (C_WARNINGS_SWITCH): Remove, replacing with...
146 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
147 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
148 when including system files with GCC.
149 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 150 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
151 * lib/Makefile.am (AM_CFLAGS): New macro.
152 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
153
316411f0
DA
1542012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
155
156 * configure.in (AC_CHECK_FUNCS):
157 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
158
9b9b2ef2
GM
1592012-04-16 Glenn Morris <rgm@gnu.org>
160
b1aa797c
GM
161 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
162
9b9b2ef2
GM
163 * configure.in: Remove X libs workaround for old autoconf.
164
badf86af
KB
1652012-04-12 Ken Brown <kbrown@cornell.edu>
166
167 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
168
2f097256
GM
1692012-04-11 Glenn Morris <rgm@gnu.org>
170
171 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
172
a9f72fc1
GM
1732012-04-10 Glenn Morris <rgm@gnu.org>
174
175 * configure.in: Conditionally generate admin/unidata/Makefile.
176
6b4f4a2d
TZ
1772012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
178
a9f72fc1 179 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 180
23df914b
GM
1812012-04-09 Glenn Morris <rgm@gnu.org>
182
fd9d85c2
GM
183 * Makefile.in (leim): Check cd return value. Pass fewer variables.
184 (install-leim): Check cd return value. Pass $MFLAGS.
185 (install-strip): Pass $MFLAGS.
186
23df914b
GM
187 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
188 Eg org.texi has been using 4.7 functions for some time.
189
bf6bba2b
PE
1902012-04-07 Paul Eggert <eggert@cs.ucla.edu>
191
192 Check pkg-config exit status when configuring (Bug#10626).
193 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
194 works; check its exit status. Problem reported by Jordi Gutiérrez
195 Hermoso in
196 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
197
f3774f20
GM
1982012-04-07 Glenn Morris <rgm@gnu.org>
199
200 * README, configure.in (AC_INIT): Bump version to 24.1.50.
201
d67a9a85
EZ
2022012-04-07 Eli Zaretskii <eliz@gnu.org>
203
204 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
205
f20f95c6
PE
2062012-03-04 Paul Eggert <eggert@cs.ucla.edu>
207
208 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
209 * configure.in (LIBS_TERMCAP): Default this to the result of
210 the tputs library search. Do a run-time test for the linkability
211 of tputs unless cross-compiling, as that's more reliable if the
212 link flags and libraries are messed up. Don't change LIBS as
213 a result of the test, as that may mess up later tests.
214
75197633
CS
2152012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
216
533183f3 217 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 218
75197633
CS
219 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
220 specific makefiles to support getopt_.h generation with MSVC.
221
7eb21b49
GM
2222012-02-04 Glenn Morris <rgm@gnu.org>
223
224 * Makefile.in (uninstall):
225 Handle compressed info files and man pages. (Bug#10718)
226
44f92739
GM
2272012-02-02 Glenn Morris <rgm@gnu.org>
228
229 * configure.in [HAVE_NS]:
230 Error if use --without-toolkit-scroll-bars. (Bug#10673)
231
6df37268
PE
2322012-02-01 Paul Eggert <eggert@cs.ucla.edu>
233
234 Port to older Solaris 10 versions (Bug#10677).
235 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
236 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
237 possibly this is because Sun fixed the 'stat' bug in my version.
238 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
239 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
240 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
241 These changes are based on gnulib version
242 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
243 because Emacs is in feature freeze and we do not want to merge any
244 more-recent changes from gnulib.
245
8d8939e8
GM
2462012-01-31 Glenn Morris <rgm@gnu.org>
247
e4070def
GM
248 * configure.in: Throw an explicit error if Motif toolkit was
249 requested but requirements could not be found.
250
8d8939e8
GM
251 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
252
5a26ec89
EZ
2532012-01-30 Eli Zaretskii <eliz@gnu.org>
254
255 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
256 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
257 with "make -j3".
258
1b0880d5
JB
2592012-01-16 Juanma Barranquero <lekktu@gmail.com>
260
261 * .bzrignore: Ignore etc/__pycache__.
262
adee8a65
PE
2632011-12-17 Paul Eggert <eggert@cs.ucla.edu>
264
265 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
266 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
267 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
268 by Nelson H. F. Beebe in
269 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
270
e152e577
JB
2712011-12-10 Juanma Barranquero <lekktu@gmail.com>
272
273 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
274
46d14be7
JD
2752011-12-10 Jan Djärv <jan.h.d@swipnet.se>
276
277 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
278 instead of LDFLAGS (Bug#10230).
279
6c269a38
PE
2802011-12-03 Paul Eggert <eggert@cs.ucla.edu>
281
4eec8d6f
PE
282 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
283
6c269a38 284 Propagate configure flags to sub-configures.
1350a3cc 285 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
286 New macros.
287 (config.status, bootstrap): Use them to propagate configure flags
288 to sub-configures.
289 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
290
63e94eb8
PE
2912011-12-03 Paul Eggert <eggert@cs.ucla.edu>
292
293 * .bzrignore: Add config.cache.
294
54e9e3bf
JD
2952011-11-27 Jan Djärv <jan.h.d@swipnet.se>
296
297 * configure.in: Check for gtk_window_set_has_resize_grip.
298
20db1522
JB
2992011-11-24 Juanma Barranquero <lekktu@gmail.com>
300
301 * configure.in (HAVE_XPM): Fix typo.
302
60bf278f
GM
3032011-11-22 Glenn Morris <rgm@gnu.org>
304
5f77c86c
GM
305 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
306 have confusing effects on the build. (Bug#6401)
307
60bf278f
GM
308 * Makefile.in (install-arch-dep): Tweak previous change.
309
816be9f6
YD
3102011-11-22 Yavor Doganov <yavor@gnu.org>
311
312 Do not install arch-dependent files in the app bundle if
313 --disable-ns-self-contained is requested. (Bug#1335)
314 * configure.in (exec_prefix, libexecdir): Define relative to
315 `ns_appbindir' only if configured for a self-contained app.
316 * Makefile.in (install-arch-dep): Test for the existence of
317 libexec in the Emacs.app bundle before executing commands.
318
d5ff9cd0
AS
3192011-11-20 Andreas Schwab <schwab@linux-m68k.org>
320
321 * configure.in: Remove reference to src/m/ibms390.h.
322
1c889bf6
GM
3232011-11-13 Glenn Morris <rgm@gnu.org>
324
325 * INSTALL: Tiny updates for disk space used during installation.
326
a6fc3b5c
EZ
3272011-11-05 Eli Zaretskii <eliz@gnu.org>
328
329 * lib/makefile.w32-in (FRC): New dummy target.
330 (TAGS): Depend on FRC.
331
9f77899d
GM
3322011-11-04 Glenn Morris <rgm@gnu.org>
333
334 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
335 Do not include GnuTLS version info in final summary message.
336
0bd3cb7b
EZ
3372011-10-31 Eli Zaretskii <eliz@gnu.org>
338
07f3add9
EZ
339 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
340 they exist there, else from autogen/.
341
342 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 343
d2eaf3e4
NT
3442011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
345
346 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
347
e782cfab
PE
3482011-10-24 Paul Eggert <eggert@cs.ucla.edu>
349
350 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
351 if the library is found. Otherwise, later configure-time tests,
352 such as the test for pthread_sigmask, generate the wrong results
353 on some platforms. Problem reported for FreeBSD by Nali Toja.
354
7da0b018
PE
3552011-10-20 Paul Eggert <eggert@cs.ucla.edu>
356
357 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
358 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
359 Remove; no longer needed, now that we defer to strftime for time
360 zone names.
361
0ffe1065
JD
3622011-10-18 Jan Djärv <jan.h.d@swipnet.se>
363
364 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
365
23769e49
CY
3662011-10-18 Chong Yidong <cyd@gnu.org>
367
368 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
369
fd8dea03
GM
3702011-10-13 Glenn Morris <rgm@gnu.org>
371
372 * configure.in: Also look for tputs in libcurses. (Bug#9736)
373
f4cc5b54
PE
3742011-10-12 Paul Eggert <eggert@cs.ucla.edu>
375
376 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 377 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
378 The check was helpful but not essential in Solaris 2.6 (1997),
379 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
380 obsolete -- Sun dropped support for it in 2006 -- and without
381 access to that Silurian platform we can't maintain the code anyway.
382
7c5ee88e
PE
3832011-10-07 Paul Eggert <eggert@cs.ucla.edu>
384
d47439a3
PE
385 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
386 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
387 * m4/gnulib-common.m4: Merge from gnulib.
388 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
389 command not found" on powerpc-apple-darwin9.8.0.
390
7c5ee88e
PE
391 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
392 This is now done by src/alloc.c.
393
423dbf9b
RS
3942011-10-02 Richard Stallman <rms@gnu.org>
395
396 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
397 and xlinux_second_failure to xgnu_linux_second_failure.
398
31bed486
EZ
3992011-09-29 Eli Zaretskii <eliz@gnu.org>
400
5f91c1e5
EZ
401 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
402 lib/signal.in-h.
31bed486 403
e785f2ec 404 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
405 Rename signal.in.h and alloca.in.h.
406
e1504b9b
EZ
4072011-09-28 Eli Zaretskii <eliz@gnu.org>
408
409 * INSTALL: Mention that m17n libraries and libotf are needed for
410 Arabic shaping.
411
316f8af0
PE
4122011-09-26 Paul Eggert <eggert@cs.ucla.edu>
413
414 Merge from gnulib, improving some licensing wording.
415 This clarifies and fixes some licensing issues raised by Glenn Morris
416 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
417 It also merges the latest version of texinfo.tex and has some
418 MSVC-related changes that don't affect Emacs.
419 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
420 pathmax, and raise, since these are needed only to address
421 MSVC-related issues that Emacs doesn't have.
422 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
423 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
424 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
425 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
426 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
427 * m4/unistd_h.m4: Merge from gnulib.
428
04d51ad4
AS
4292011-09-26 Andreas Schwab <schwab@linux-m68k.org>
430
431 * configure.in: Initialize HAVE_LIBXML2.
432
6e99ef20
GM
4332011-09-26 Glenn Morris <rgm@gnu.org>
434
435 * make-dist: Add lib/makefile.w32-in.
436
0538fab0
GM
4372011-09-24 Glenn Morris <rgm@gnu.org>
438
439 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
440
c5b01d8c
LMI
4412011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
442
443 * .dir-locals.el: Change the debbugs regexp to allow having the
444 bug number as the first thing on a line.
445
0cc87afb
GM
4462011-09-15 Glenn Morris <rgm@gnu.org>
447
448 * configure.in: Make configure work with recent GNUsteps.
449 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
450 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 451 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 452
3f44249e
PE
4532011-09-11 Paul Eggert <eggert@cs.ucla.edu>
454
455 Merge from gnulib, porting to Tru64.
456 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
457 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
458 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
459 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
460 doesn't affect Emacs.
461
c8199d0f
PE
4622011-09-06 Paul Eggert <eggert@cs.ucla.edu>
463
464 * configure.in (isnan): Remove now-unnecessary check.
465
e39b275c 4662011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 467
abec06ff 468 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
469 This is to fix the following problems:
470 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
471 configured not to use gtk or any other thread-using library,
472 signals aren't blocked correctly.
473 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
474 and IRIX's signal handling.
475 . On Cygwin 1.7.5 it works around an incompatibility with
476 the system pthread_sigmask.
477 . On MacOS X 10.5 (32-bit), files whose inode numbers
478 exceed 2**31 cannot be read or manipulated.
479 . pthread_sigmask: Actually use results of gl_THREADLIB.
480 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
481 . find 'ar' program that fits with --host argument.
482 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
483 * autogen/README: Update destination list.
484 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
485 The autogenerated files compile, config.guess,
486 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
487 * m4/largefile.m4: New file, so that Emacs does not mess up when
488 accessing files with large inode numbers in MacOS X 10.5 and later.
489 * m4/nocrash.m4: New file, to avoid triggering background debugger
490 and/or create core dumps during 'configure'.
491 * build-aux/move-if-change: Renamed from move-if-change.
492 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
493 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
494 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
495 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
496 * Makefile.in (epaths-force, sync-from-gnulib):
497 move-if-change is now in build-aux.
498 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
499 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
500 (mkdir): install-sh is now in build-aux.
501 * config.bat: c++defs.h is now in build-aux/snippets.
502 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
503 usual parameter).
504 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
505 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
506 to build-aux/snippet.
507 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
508 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
509 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
510 Solaris, enables MacOS extensions, and enables nocrash during
511 'configure'.
512 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
513
86633eab 5142011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
515
516 * configure.in (snprintf): New check.
517
015faae4
PE
5182011-08-30 Paul Eggert <eggert@cs.ucla.edu>
519
695a3dc5 520 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 521 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
522 Remove unreachable pattern hppa*-*-linux-gnu*.
523 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
524 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 525
52ec1feb
JD
5262011-08-26 Jan Djärv <jan.h.d@swipnet.se>
527
528 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
529
377538cb
JD
5302011-08-13 Jan Djärv <jan.h.d@swipnet.se>
531
532 * configure.in: Add header check: sys/socket.h (Bug#8477),
533 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
534 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
535
ae9e757a
JD
5362011-08-04 Jan Djärv <jan.h.d@swipnet.se>
537
538 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
539 (HAVE_GTK_AND_PTHREAD): Remove.
540
be8ec0b3
AA
5412011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
542
543 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
544 build, not just GNUstep (Bug#9177).
545
2573a837 5462011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
547
548 Assume freestanding C89 headers, string.h, stdlib.h.
549 Again, this simplifies the code, and all current platforms have these.
550 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
551 (AC_HEADER_STDC): Remove.
552 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
553 (strchr, strrchr): Remove fallback macros.
554
9cfdb3ec
PE
555 Assume support for memcmp, memcpy, memmove, memset.
556 This simplifies the code a bit. All current platforms have these,
557 as they are required for C89. If this turns into a problem we
558 can add the gnulib modules for these (a 1-line change to Makefile.in).
559 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
560
427c285b
PE
5612011-07-27 Paul Eggert <eggert@cs.ucla.edu>
562
563 * GNUmakefile: New file.
564 This is for convenience, so that one can run GNU make in an
565 unconfigured source tree, and get a default build.
566
2ad77c9d
JD
5672011-07-13 Jan Djärv <jan.h.d@swipnet.se>
568
569 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
570
c8618a06
YM
5712011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
572
573 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
574 so as to suppress address randomization (Bug#8395).
575
f6ce9b9a
PE
5762011-07-09 Paul Eggert <eggert@cs.ucla.edu>
577
3fcf7a1c
PE
578 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
579 This fixes a build problem on older Mac OS X hosts.
580
d9706d9f
PE
581 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
582 test, which runs afoul of Automake installations where, for example,
583 /usr/share/aclocal contains a copy of gl_THREADLIB.
584 Problem reported by Sven Joachim in
585 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
586 This is just a quick temporary fix, specific to Emacs; I'll work
587 with the other gnulib maintainers to get a more-permanent fix.
588
af66a2d7 589 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
590 * Makefile.in (GNULIB_MODULES): Add strtoimax.
591 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
592 automatically imported from gnulib.
593 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
594
1692ae2d 5952011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 596
8a6ebd58 597 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 598 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
599 * configure.in (AC_TYPE_UID_T): New dummy macro.
600 Configure gnulib after adjusting LIBS,
601 so that gnulib can assume the libraries in LIBS.
6db30f83 602 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 603 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 604 * lib/pthread_sigmask.c:
6db30f83
PE
605 New files, automatically imported from gnulib.
606 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
607 due to the above changes.
608 * .bzrignore: Add lib/signal.h.
609
4a621aae
PE
610 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
611
5e94cadb
AS
6122011-07-07 Andreas Schwab <schwab@linux-m68k.org>
613
614 * configure.in (maintainer-mode): Reflect default in help string.
615
76b397fb
DN
6162011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
617
618 * configure.in: Remove reference to iris4d.h.
619
869795d6
JD
6202011-07-05 Jan Djärv <jan.h.d@swipnet.se>
621
622 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
623
3279eb87
GM
6242011-07-01 Glenn Morris <rgm@gnu.org>
625
626 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
627
2e6e11eb
LMI
6282011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
629
630 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
631 which made ./configure infloop.
632
9851bfc5
JD
6332011-06-30 Jan Djärv <jan.h.d@swipnet.se>
634
635 * configure.in (gsettings): New option and check for GSettings.
636
adbc4ef4
GM
6372011-06-29 Glenn Morris <rgm@gnu.org>
638
639 * configure.in: Try to test for the required crt*.o files.
640
1f773f32
BW
6412011-06-27 Bill Wohler <wohler@newt.com>
642
643 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
644
7a7ef429
PE
6452011-06-25 Paul Eggert <eggert@cs.ucla.edu>
646
647 Use gnulib's dup2 module instead of rolling our own.
648 * Makefile.in (GNULIB_MODULES): Add dup2.
649 * configure.in: Do not check for dup2; gnulib does that now.
650 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
651
6dd7e400
PE
6522011-06-23 Paul Eggert <eggert@cs.ucla.edu>
653
654 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
655
94a807ac 6562011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
657
658 Use gnulib's alloca-opt module.
659 * .bzrignore: Add lib/alloca.h.
660 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
661 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
662 as gnulib now does that for us. Put alloca check in config.h.
663 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
664 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
665 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
666
3ce9d0d4
LL
6672011-06-21 Leo Liu <sdl.web@gmail.com>
668
669 * m4/sha256.m4:
670 * m4/sha512.m4:
671 * m4/gl-comp.m4:
672 * lib/u64.h:
673 * lib/sha256.c:
674 * lib/sha256.h:
675 * lib/sha512.c:
676 * lib/sha512.h:
677 * lib/makefile.w32-in (GNULIBOBJS):
678 * lib/gnulib.mk:
679 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
680 crypto/sha512 modules from gnulib.
681
add3f049
PE
6822011-06-19 Paul Eggert <eggert@cs.ucla.edu>
683
684 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
685
3a4725e1
GM
6862011-06-17 Glenn Morris <rgm@gnu.org>
687
688 * configure.in: Restore the behavior of checking crt-dir only
689 when the user specified it (not all platforms use it).
690
bf4846e7
PE
6912011-06-16 Paul Eggert <eggert@cs.ucla.edu>
692
693 * m4/lstat.m4: Merge from gnulib (Bug#8878).
694
4d61f28d 6952011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
696
697 * configure.in: Try to determine CRT_DIR automatically when
698 using gcc.
699
8c9b2106
PE
7002011-06-15 Paul Eggert <eggert@cs.ucla.edu>
701
8aeb5be9
PE
702 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
703 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
704 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
705 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
706 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
707 Merge from gnulib.
8c9b2106 708
c195f2de
JD
7092011-06-14 Jan Djärv <jan.h.d@swipnet.se>
710
711 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
712
7e2aa385
PE
7132011-06-08 Paul Eggert <eggert@cs.ucla.edu>
714
715 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
716
81eafe29
PE
7172011-06-07 Paul Eggert <eggert@cs.ucla.edu>
718
719 * configure.in: Add --with-wide-int.
720 * INSTALL: Mention this.
721
9afafefb
PE
7222011-06-06 Paul Eggert <eggert@cs.ucla.edu>
723
724 Merge from gnulib.
725 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
726
f797625a
PE
7272011-06-02 Paul Eggert <eggert@cs.ucla.edu>
728
729 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
730
90856fe0 7312011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
732
733 Use 'inline', not 'INLINE'.
eefc9486 734 * configure.in (INLINE): Remove.
55d4c1b2 735
6a3e57bb
PE
7362011-05-29 Paul Eggert <eggert@cs.ucla.edu>
737
738 Adjust to recent gnulib change for @GUARD_PREFIX@.
739 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
740 All uses of _GL_ for guard prefixes in lib/*.h replaced with
741 _@GUARD_PREFIX@_.
742
842b28a0
PE
7432011-05-27 Paul Eggert <eggert@cs.ucla.edu>
744
e61923c8 745 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 746
70716b1d
GM
7472011-05-24 Glenn Morris <rgm@gnu.org>
748
a22d9d2c
GM
749 * Makefile.in (check): Just give a message if no test/ directory.
750
bdd556a2
GM
751 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
752
70716b1d
GM
753 * configure.in (OPT_MAKEFILES_IN): Remove.
754 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
755 (SUBDIR_MAKEFILES_IN): New output variable.
756 * Makefile.in (OPT_MAKEFILES_IN): Remove.
757 (SUBDIR_MAKEFILES_IN): Let configure set it.
758
13c3daa4
LL
7592011-05-24 Leo Liu <sdl.web@gmail.com>
760
761 * m4/sha1.m4:
762 * m4/gl-comp.m4:
763 * lib/sha1.h:
764 * lib/sha1.c:
765 * lib/makefile.w32-in (GNULIBOBJS):
766 * lib/gnulib.mk:
767 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
768
e09e38a8
GM
7692011-05-24 Glenn Morris <rgm@gnu.org>
770
4ba4c54a
GM
771 * configure.in: Remove test for already configured source directory.
772 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
773
5a95c002
GM
774 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
775
fa5d79db
GM
7762011-05-24 Glenn Morris <rgm@gnu.org>
777
6c7e099d
GM
778 * make-dist: Don't distribute test/. (Bug#8107)
779 * configure.in (OPT_MAKEFILES_IN): New output variable.
780 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
781 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
782 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
783 (check): Give an explicit error if test/ is not present.
784
fa5d79db
GM
785 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
786 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
787 (Makefile): Use $SUBDIR_MAKEFILES_IN.
788
2df215b5
PE
7892011-05-23 Paul Eggert <eggert@cs.ucla.edu>
790
791 * lib/verify.h: Merge from gnulib.
792
f518ae90
PE
7932011-05-22 Paul Eggert <eggert@cs.ucla.edu>
794
795 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
796 Merge from gnulib.
797
16b71f3a
AS
7982011-05-21 Andreas Schwab <schwab@linux-m68k.org>
799
800 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
801
7285dc67
EZ
8022011-05-20 Eli Zaretskii <eliz@gnu.org>
803
6a45b46f
EZ
804 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
805
7285dc67
EZ
806 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
807
b9704ad9
GM
8082011-05-20 Glenn Morris <rgm@gnu.org>
809
810 * configure.in (lisp_frag): New output file.
811
4a720484
GM
8122011-05-19 Glenn Morris <rgm@gnu.org>
813
814 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
815 (WINDOW_SUPPORT): Remove output variables that are no longer used.
816
a3c92bc1
EZ
8172011-05-17 Paul Eggert <eggert@cs.ucla.edu>
818
8f906c40
EZ
819 * lib/gnulib.mk:
820 * lib/intprops.h:
821 * lib/unistd.in.h:
822 * m4/inttypes.m4:
823 * m4/stdint.m4:
824 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 825
d681f183
GM
8262011-05-14 Glenn Morris <rgm@gnu.org>
827
828 * configure.in: Treat failure to find an X toolkit the same way we treat
829 failure to find X and image support.
830
4f8c52a9
GM
8312011-05-12 Glenn Morris <rgm@gnu.org>
832
833 * Makefile.in (src, install-arch-indep, bootstrap-clean)
834 (check-declare): Shell portability fixes. (Bug#8642)
835
5a7f0a30
TZ
8362011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
837
838 * configure.in: Require GnuTLS 2.6.x or higher.
839
b08a63cc 8402011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 841
c378da0b
PE
842 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
843 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
844 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
845
19548d08
PE
846 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
847 This new gnulib-tool option saves 'configure' the trouble of
848 checking for strtoull when strtoumax exists.
849
d1a2ac5c
PE
850 * configure.in (BITS_PER_LONG_LONG): New macro.
851
773233f8
GM
8522011-05-05 Glenn Morris <rgm@gnu.org>
853
854 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
855 (top_distclean): Delete config.log~.
856
40697cd9
BK
8572011-04-27 Ben Key <bkey76@gmail.com>
858
859 * configure.in: Fixed a bug that caused configure with
860 --enable-checking=stringoverrun to have no effect.
861
671875da 8622011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
863
864 * configure.in: Suppress unnecessary checks for size_t.
865 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
866 (size_t): Do not check for this, and do not typedef. This code
867 is never exercised now.
868
a8a2bb29
PE
869 * Makefile.in (GNULIB_MODULES): Add strtoumax.
870 This is needed for the new integer-reading code in lread.c.
871 It automatically pulls in the following gnulib files, which
872 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
873 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
874 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
875 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 876 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 877
33630d51
TZ
8782011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
879
880 * configure.in: Check for GnuTLS certificate verify callbacks.
881
bfab7d85
SM
8822011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * Makefile.in (config.status): Don't erase in case of error.
885 In case it disappeared, rebuild it with `configure'.
886
fe0e7ad7
KB
8872011-04-20 Ken Brown <kbrown@cornell.edu>
888
889 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
890
f5b06c35
GM
8912011-04-12 Glenn Morris <rgm@gnu.org>
892
893 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
894
762f8d96 8952011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
896
897 * lib/allocator.c: New file, automatically generated by gnulib.
898
5fac7083
GM
8992011-04-07 Glenn Morris <rgm@gnu.org>
900
901 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
902
973f782d
EZ
9032011-04-06 Eli Zaretskii <eliz@gnu.org>
904
905 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
906 Revert last change.
907
f1f81baa
JB
9082011-04-06 Juanma Barranquero <lekktu@gmail.com>
909
910 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
911 ($(BLD)/careadlinkat.$(O)): New target.
912 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
913 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
914 Update dependencies.
915
b70d23ff 9162011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 917
41cf7d1a
PE
918 Fix more problems found by GCC 4.6.0's static checks.
919
aa181334
PE
920 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
921
1f7196bf 922 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
923 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
924 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
925 * m4/ssize_t.m4: New files, automatically generated from gnulib.
926
c0274801
GM
9272011-04-06 Glenn Morris <rgm@gnu.org>
928
929 * autogen/update_autogen: Handle loaddefs-like files as well.
930 (usage): Add -l, -C.
931 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
932 With -l, check status of lisp/ as well.
933 With -C, clean before building.
934 (autoreconf): Only pass -f in the `clean' case.
935 (commit): New function.
936
42e85a8f
GM
9372011-03-28 Glenn Morris <rgm@gnu.org>
938
39f31873
GM
939 * autogen/update_autogen: Pass -f to autoreconf.
940
42e85a8f
GM
941 * autogen.sh (get_version): Discard "not found" lines.
942 (check_version): Respect $AUTOCONF etc environment variables.
943
9af30bdf
GM
9442011-03-27 Glenn Morris <rgm@gnu.org>
945
946 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
947 (AH_BOTTOM): Do not define SIGTYPE.
948
181855e6
GM
9492011-03-26 Glenn Morris <rgm@gnu.org>
950
951 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
952 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
953
9ee0d174
AS
9542011-03-25 Andreas Schwab <schwab@linux-m68k.org>
955
956 * autogen/update_autogen: Remove useless function keyword.
957
07da4b3c
EZ
9582011-03-25 Eli Zaretskii <eliz@gnu.org>
959
960 * config.bat: Generate src/config.h and lib/Makefile from
961 autogen/config.in and autogen/Makefile.in.
962
f6ca84c0
GM
9632011-03-25 Glenn Morris <rgm@gnu.org>
964
965 * compile, config.guess, config.sub, depcomp, install-sh, missing:
966 Remove; autoreconf can supply them.
967 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
968 config.guess, install-sh. Pass -i to autoreconf.
969 * autogen/update_autogen (genfiles): Add compile, config.guess,
970 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
971 Discard non-error output from autoreconf in -q case.
972 * autogen/compile, autogen/config.guess, autogen/config.sub:
973 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
974 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
975 install-sh, missing.
976
8cc1d519
GM
9772011-03-23 Glenn Morris <rgm@gnu.org>
978
9bb73912 979 * autogen/update_autogen: Fix typo.
904a432c 980 (msg): Remove function; use `exec' instead.
9bb73912 981
8cc1d519
GM
982 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
983 (sync-from-gnulib): Don't sync mkinstalldirs.
984 * make-dist: Don't distribute mkinstalldirs.
985
c9c49752 9862011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 987
c9c49752 988 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
989 * Makefile.in (GNULIB_MODULES): Add socklen.
990 * configure.in: Do not check for sys/socket.h, since socklen does that.
991 * m4/socklen.m4: New automatically-generated file, from gnulib.
992
d5cad867
PE
993 fakemail: Remove dependency on ignore-value.
994 * Makefile.in (GNULIB_MODULES): Add stdio.
995 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
996 imported from gnulib.
cbd350f1 997 * .bzrignore: Add lib/stdio.h.
c9c49752 998
34cb1cc6
GM
9992011-03-22 Glenn Morris <rgm@gnu.org>
1000
1001 * autogen/copy_autogen: Work from ./ or ../.
1002 Fix time-stamps.
1003 * autogen.sh: Doc fix.
1004
66b87493
GM
10052011-03-20 Glenn Morris <rgm@gnu.org>
1006
1007 * autogen/: New directory, to be excluded from releases.
1008 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1009 * autogen/README: New file.
1010 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1011 * autogen/Makefile.in: Add auto-updated generated files.
1012 * autogen.sh: No longer a no-op, now it tests for autotools
1013 and runs them as necessary.
cd1181db 1014 * configure.in: Default maintainer-mode to on.
66b87493
GM
1015 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1016
1ef6de05
PE
10172011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1018
1019 Update for gnulib.
1020 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1021 includes <intprops.h> directly.
1022 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1023 when building Emacs on Solaris 9 and running it on Solaris 10.
1024
0afb4571
J
10252011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1026
1027 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1028
33383987
JB
10292011-03-07 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * Version 23.3 released.
1032
870d9cf6
GM
10332011-03-06 Glenn Morris <rgm@gnu.org>
1034
1035 * configure.in (FREETYPE_LIBS): Actually set it to something.
1036
6c0dea8a
PE
10372011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1038
1039 Work around some portability problems with symlinks.
1040
1041 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1042 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1043 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1044 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1045 * m4/symlink.m4:
1046 New files, automatically generated from gnulib.
1047 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1048 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1049
945d8b44
EZ
10502011-02-26 Eli Zaretskii <eliz@gnu.org>
1051
03382788
EZ
1052 * .bzrignore: Ignore new lib/*.in-h files.
1053
945d8b44
EZ
1054 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1055 depfiles.bat even if lib/deps already exist.
1056
9411886d
PE
10572011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1058
1059 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1060 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1061 recent changes to configure.in and to gnulib.
9411886d 1062
1e8dbdc6
GM
10632011-02-24 Glenn Morris <rgm@gnu.org>
1064
1065 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1066 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1067
f68c809d
PE
10682011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1069
1070 Assume S_ISLNK etc. work, since gnulib supports this.
1071 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1072 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1073 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1074 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1075
ba01e9d7
PE
10762011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1077
1078 * lib/min-max.h: New file, for "min" and "max".
1079
9f8370e6
CS
10802011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1081
0a19a6f8 1082 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1083 $(EMACS_ROOT)/nt/inc/stdint.h.
1084
25c51af3
EZ
10852011-02-21 Eli Zaretskii <eliz@gnu.org>
1086
1087 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1088 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1089 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1090
5fa4ac76
PE
10912011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1092
1093 Import filemode module from gnulib.
1094 * .bzrignore: Add lib/sys/.
1095 * Makefile.in (GNULIB_MODULES): Add filemode.
1096 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1097 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1098 from gnulib. This adds support for some more file types, e.g.,
1099 Cray DMF migrated files.
1100 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1101 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1102 * m4/sys_stat_h.m4: New files, generated from gnulib.
1103 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1104 Regenerate.
1105
e1e6b4fb
EZ
11062011-02-20 Eli Zaretskii <eliz@gnu.org>
1107
1108 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1109 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1110
6cac9cb1
PE
11112011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1112
1113 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1114 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1115 is no longer needed, due to the recent SSDATA and related changes.
1116 Perhaps -Wno-pointer-sign should also be removed from
1117 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1118 way to test this so I left it alone.
1119 * configure: Regenerate.
1120
0a19a6f8 11212011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1122
1123 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1124 src/makefile.w32-in.
1125
61353ac8 11262011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1127
61353ac8 1128 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1129 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1130 Regenerate.
1131 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1132 Import the new versions from gnulib; they assume a C99-style
1133 <stdint.h>, supplied by the stdint module.
1134 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1135 imported from gnulib.
942f733f
PE
1136 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1137 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1138 special cases.
61353ac8 1139
9d9d12cd
EZ
11402011-02-19 Eli Zaretskii <eliz@gnu.org>
1141
152be435 1142 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1143 Add lib/deps/.
152be435 1144
9d9d12cd 1145 * config.bat: Configure in `lib'.
219463da 1146 Generate *.Po files in lib/deps.
9d9d12cd 1147
7d315eb6
PE
11482011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 Import IRIX 6.5 getloadavg fixes from gnulib.
1151 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1152
1f5d53eb
PE
11532011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 Import getloadavg module from gnulib.
1156 * .bzrignore: Add lib/stdlib.h.
1157 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1158 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1159 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1160 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1161 Remove; gnulib does this now.
1162 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1163 from gnulib. This adds support for several other systems, such
1164 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1165 buffer overrun on Linux hosts under very high load, and on hosts
1166 that maintain a channel to the load average file it makes sure
1167 the file descriptor is close-on-exec (on hosts that support this)
1168 and is not stdin, stdout, or stderr.
1169 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1170 from gnulib.
1171 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1172 * src/config.in: Regenerate.
1173
bb55f713
PE
11742011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1175
1176 Merge from gnulib.
1177
7127b760
PE
1178 * install-sh: Update to scriptversion 2011-01-19.21.
1179
bb55f713
PE
1180 2011-02-13 Bruno Haible <bruno@clisp.org>
1181
1182 Consistent macro naming for macros that use GCC __attribute__.
1183 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1184 ATTRIBUTE_DEPRECATED.
1185
1186 2011-02-12 Bruno Haible <bruno@clisp.org>
1187
1188 setlocale: Prefer gnulib's override over libintl's override.
1189 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1190 GNULIB_defined_setlocale is set.
1191
57e96f8e
GM
11922011-02-13 Glenn Morris <rgm@gnu.org>
1193
1194 * make-dist: Exclude generated file src/globals.h.
1195
988c07df
PE
11962011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1197
1198 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1199 Sync from gnulib, which has been patched to fix the problem
1200 with the license notices. Problem reported by Glenn Morris in
1201 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1202
ccded26c
SM
12032011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * .bzrignore: Ignore globals.h and related stamp.
1206
6ffb2c0c
PE
12072011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1208
1209 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1210 This merges the following fix from gnulib:
1211
1212 2011-02-08 Bruno Haible <bruno@clisp.org>
1213
1214 Split large sed scripts, for HP-UX sed.
1215
00b3c7ac
TT
12162011-02-08 Tom Tromey <tromey@redhat.com>
1217
1218 * configure: Rebuild.
1219 * configure.in (NS_OBJC_OBJ): New subst.
1220
91ccade4
PE
12212011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1222
6ffb2c0c
PE
1223 gnulib: allow multiple gnulib generated replacements to coexist
1224 This defines a few preprocessor symbols that should not affect Emacs.
1225 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1226 via "make sync-from-gnulib".
1227
e765a388
PE
1228 gnulib: undo previous change
1229 The upstream _HEADERS change was backed out of gnulib (see the
1230 same thread). Stay in sync with gnulib.
1231
91ccade4 1232 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1233 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1234 New empty macros, to accommodate recent changes to gnulib. See
1235 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1236 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1237 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1238 * lib/time.in.h, lib/unistd.in.h:
1239 Regenerate.
91ccade4 1240
d67985d3
PE
12412011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 sync from gnulib to remove HAVE_STDBOOL_H
1244 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1245 AC_HEADER_STDBOOL. All uses changed. Do not define
1246 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1247 imported from the latest Autoconf git. It was motivated by Emacs,
1248 which uses gnulib but does not need HAVE_STDBOOL_H.
1249 * configure, src/config.in: Regenerate.
1250 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1251
67342916
PE
12522011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1253
1254 allow C code to suppress warnings about ignored return values
1255 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1256 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1257 * lib/ignore-value.h: New file.
67342916 1258
14beddf4 12592011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1260
1261 * configure.in: Test existence of xaw3d library, not just the
1262 header (Bug#7642).
1263
6ffb2c0c
PE
12642011-01-31 Eli Zaretskii <eliz@gnu.org>
1265
1266 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1267 $(BLD)/time_r.$(O).
1268 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1269 $(EMACS_ROOT)/src/m/intel386.h.
1270 ($(BLD)/strftime.$(O)):
1271 ($(BLD)/time_r.$(O)): Define prerequisites.
1272
16fab143
PE
12732011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1274
1275 src/emacs.c now gets version number from configure.in
1276 * configure.in (version): Set this from $PACKAGE_VERSION,
1277 which is set from AC_INIT, rather than scouting through src/emacs.c.
1278 * configure: Regenerate.
1279 * make-dist (version): Get it from configure.in, not src/emacs.c.
1280
16c3e636
PE
12812011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1282
1283 strftime: import from gnulib
1284 * Makefile.in (GNULIB_MODULES): Add strftime.
1285 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1286 needed.
6ffb2c0c 1287 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1288 Regenerate.
6ffb2c0c
PE
1289 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1290 imported from gnulib.
16c3e636
PE
1291 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1292 This incorporates many changes from gnulib, including simpler
1293 handling of multibyte formats, porting to mingw32 and other
1294 platforms, and support for higher-resolution time stamps.
1295 Emacs does not yet use the higher-resolution interface.
1296
3de84ad9
PE
12972011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1298
1299 gnulib: import mktime and move-if-change fixes from gnulib
1300
1301 * configure: Regenerate from the following.
1302
6ffb2c0c
PE
1303 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1304
1305 mktime: clarify long_int width checking
1306 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1307 the top level, to make it clearer that the assumption about
1308 long_int width is being checked. See
1309 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1310
3de84ad9
PE
1311 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1312
1313 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1314 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1315 negative number, which the C Standard says has undefined behavior.
1316 In practice this is not a problem, but might as well do it by the book.
1317 Reported by Rich Felker and Eric Blake; see
1318 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1319 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1320 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1321
1322 mktime: #undef mktime before #defining it
1323 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1324
1325 mktime: systematically normalize tm_isdst comparisons
1326 * lib/mktime.c (isdst_differ): New function.
1327 (__mktime_internal): Use it systematically for all isdst comparisons.
1328 This completes the fix for libc BZ #6723, and removes the need for
1329 normalizing tm_isdst. See
1330 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1331 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1332
1333 mktime: fix some integer overflow issues and sidestep the rest
1334
1335 This was prompted by a bug report by Benjamin Lindner for MinGW
1336 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1337 His bug is due to signed integer overflow (0 - INT_MIN), and I
1338 I scanned through mktime.c looking for other integer overflow
1339 problems, fixing all the bugs I found.
1340
1341 Although the C Standard says the resulting code is still not safe
1342 in the presence of integer overflow, in practice it should be good
1343 enough for all real-world two's-complement implementations, except
1344 for debugging environments that deliberately trap on integer
1345 overflow (e.g., gcc -ftrapv).
1346
1347 * lib/mktime.c (WRAPV): New macro.
1348 (SHR): Also check that long_int and time_t shift right in the
1349 usual way, before using the fast-but-unportable method.
1350 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1351 used. The code already assumed two's complement, so there's
1352 no need to test for alternatives. All uses removed.
1353 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1354 the C standard. Problem reported by Rich Felker in
1355 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1356 (twos_complement_arithmetic): Also check long_int and time_t.
1357 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1358 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1359 (__mktime_internal): Avoid integer overflow with unary subtraction
1360 in two instances where -1 - X is an adequate replacement for -X,
1361 since the calculations are approximate.
3de84ad9
PE
1362
1363 2011-01-29 Eric Blake <eblake@redhat.com>
1364
1365 mktime: avoid infinite loop
1366 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1367 type; behavior is still undefined but portable to all known targets.
1368 Reported by Rich Felker.
1369
6ffb2c0c
PE
1370 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1371
1372 mktime: avoid problems on NetBSD 5 / i386
1373 * lib/mktime.c (long_int): New type. This works around a problem
1374 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1375 but time_t is 64 bits, and where I expect the existing code is
1376 wrong in some cases.
1377 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1378 (ydhms_diff): Bring back the compile-time check for wide-enough
1379 year and yday.
1380
1381 mktime: fix misspelling in comment
1382 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1383 This merges all recent glibc changes of importance.
1384
3de84ad9
PE
1385 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1386
1387 move-if-change: cope with concurrent mv of identical file.
1388 * move-if-change (CMPPROG): Accept environment
1389 variable as an override for `cmp'.
1390 (usage): Document CMPPROG.
1391 Adjust comparison to drop stdout. Cope with failure of mv if
1392 the target file exists and is identical to the source, for
1393 parallel builds.
1394 Report from H.J. Lu against binutils in PR binutils/12283.
1395
6ffb2c0c
PE
13962011-01-29 Eli Zaretskii <eliz@gnu.org>
1397
1398 * lib/makefile.w32-in:
1399 * lib/getopt_.h: New files.
1400
c7e95b91
PE
14012011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1402
1403 improve fix for MS-DOS file name clash
1404 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1405 for portability to POSIX make. Reported by Bruno Haible.
1406 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1407 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1408 files from accumulating as garbage. Also reported by Bruno Haible.
1409
125c3718
PE
14102011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1411
1412 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1413 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1414 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1415 problems with MS-DOS 8+3 file name restrictions.
1416 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1417 it, it would also cause problems when extracting Emacs distribution
1418 tarballs on MS-DOS hosts.
1419 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1420 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1421 * config.guess, config.sub: Sync from gnulib.
1422 * m4/gnulib-cache.m4: Remove from repository.
1423 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1424
4004ef46
GM
14252011-01-25 Glenn Morris <rgm@gnu.org>
1426
0b5c5d82
GM
1427 * README: Add a note about ranges in copyright years.
1428
4004ef46
GM
1429 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1430
06d8ace5 14312011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1432
1433 * configure.in: Add HP-UX on IA64 (Bug#6811).
1434
d6974efa
PE
14352011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1436
1437 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1438 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1439 as it is no longer needed.
6ffb2c0c 1440 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1441 * configure.in: Invoke the new gnulib macro
1442 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1443 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1444 * m4/getopt.m4: Sync from gnulib; this removes the need for
1445 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1446 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1447 New macro, synced from gnulib.
1448 * m4/warn-on-use.m4: Remove.
1449
e02ea74b
PE
14502011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1451
1452 aclocal.m4: put this file back into repository
1453 This way, we don't have to assume that the maintainer has
1454 the automake package installed. See
1455 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1456 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1457 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1458 undoing the previous change.
1459 * aclocal.m4: New file (actually, resurrected).
1460
48dcd482
MB
14612011-01-22 Miles Bader <miles@gnu.org>
1462
1463 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1464 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1465 Emacs directly uses fontconfig, and breaks building when using a
1466 strict linker).
1467
925e561d
PE
14682011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1469
b06b1098
PE
1470 src/config.in: shrink slightly
1471 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1472 This makes src/config.in a bit smaller, by removing identifiers
1473 like GNULIB_TEST_MKTIME that Emacs does not need.
1474 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1475 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1476 Sync from gnulib. This removes a few more unnecessary symbols from
1477 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1478 * configure, src/config.in: Regenerate.
1479
925e561d
PE
1480 aclocal.m4: tweaks to regenerate more conveniently
1481 This attempts to act better when the source is in a weird state. See
1482 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1483 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1484 * .bzrignore: Add aclocal.m4.
1485
942be821
PE
14862011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1487
1488 aclocal.m4: omit auto-generated file from repository
1489 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1490 the most recent change here.
1491 * aclocal.m4: Remove from bzr repository. This file is
1492 auto-generated and isn't needed to run 'configure'. See
1493 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1494
0813c96e
PE
14952011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1496
1497 Minor Makefile.in tweaks to build from gnulib better.
1498 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1499 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1500 (top_maintainer_clean): Don't remove aclocal.m4.
1501
7cae64b4
PE
15022011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1503
53911e8f
PE
1504 Minor cleanups for 'bzr status'
1505 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1506 the output of config.guess.
1507 * Makefile.in (top_distclean): Remove stamp-h1 too.
1508
7cae64b4
PE
1509 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1510 defined if the compiler supports GCC-style __attribute__
1511 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1512 this syntax.
1513
a3e44e79 15142011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1515
3cbecb8f
PE
1516 Makefile.in: tidy up the building of lib
1517 * Makefile.in (am--refresh): Mark as .PHONY.
1518 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1519 as they're not rebuilt unless you do a "make sync-from-gnulib"
1520 and the former is needed for "configure".
1521 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1522 has already removed lib/Makefile.
1523
ecbfcc83
PE
1524 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1525 This avoids building ftoastr and ldtoastr, which aren't needed. See
1526 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1527
803059b9
PE
1528 * .bzrignore: Add .h files that are host-dependent.
1529 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1530 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1531 host-dependent and are built as part of an ordinary 'make', and
1532 should not be checked in.
1533
6ffb2c0c
PE
1534 * lib/Makefile.in: Regenerate.
1535 * lib/COPYING: New file, a copy of COPYING.
1536
2a78afcc 1537 * configure: Regenerate.
37564543
PE
1538 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1539
e275c824 1540 Regenerate.
6ffb2c0c
PE
1541 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1542 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1543 New files, copied from gnulib by gnulib-tool.
1544 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1545 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1546 Regenerate.
ecbfcc83 1547
84bbb1ad
PE
1548 Use gnulib's getopt-gnu module.
1549 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1550 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1551 representative of the dependencies.
1552 * configure.in: Do not configure getopt, as gnulib does that now.
1553 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1554 getopt now, in lib.
ecbfcc83 1555
1fd182f0 1556 Regenerate.
6ffb2c0c
PE
1557 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1558 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1559 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1560 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1561 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1562 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1563 * m4/wchar_t.m4, warn-on-use.h:
1564 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1565 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1566 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1567 Regenerate.
1568
1e11dbe3
PE
1569 Use gnulib's mktime module.
1570 * Makefile.in (GNULIB_MODULES): Add mktime.
1571 * configure.in: Remove code no longer needed, as gnulib now does it.
1572 (AC_CHECK_FUNCS): Remove mktime.
1573 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1574 (__restrict): Remove, as this now gets in the way of the C99
1575 support for 'restrict' pulled in by the gnulib mktime module.
1576 Code should now use 'restrict' and not '__restrict".
1577 (mktime): Remove.
1578 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1579 and warn-on-use.h into the distribution.
1fd182f0
PE
1580
1581 Regenerate.
6ffb2c0c
PE
1582 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1583 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1584 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1585 * lib/dummy.c: Remove.
1586 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1587 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1588 Regenerate.
ecbfcc83 1589
1e11dbe3 1590 Use gnulib's ftoastr module.
fa2c4f56
PE
1591 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1592
743c80a7 1593 Regenerate.
6ffb2c0c
PE
1594 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1595 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1596 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1597 New files, generated automatically, with 'make sync-from-gnulib'
1598 followed by 'make'.
1599 * configure, lisp/dired.el, src/config.in: Regenerate.
1600
9a514d4a
PE
1601 Automate syncing from gnulib.
1602 * INSTALL, README: Document new subdirectory 'lib'.
1603 * Makefile.in (SUBDIR): Add lib.
1604 (SUBDIR_MAKEFILES): Add lib/Makefile.
1605 (lib-src, src, TAGS, tags): Depend on lib.
1606 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1607 ($(gnulib_srcdir)): New rule.
1608 (sync-from-gnulib): New rule, which is .PHONY.
1609 (lib): New rule, which is like lib-src.
1610 (Makefile): Depend on lib/Makefile.in.
1611 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1612 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1613 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1614 (am--refresh): New rule, to pacify Automake.
1615 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1616 Clean lib, too.
1617 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1618 droppings.
1619 (maintainer-clean, extraclean): Use it.
1620 * configure.in: Initialize for automake and gnulib, by invoking
1621 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1622 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1623 more conveniently with automake.
6ffb2c0c 1624 * lib/Makefile.am: New file.
9a514d4a
PE
1625 * make-dist: Also put into the distribution aclocal.m4,
1626 compile, depcomp, missing, and the files under lib/.
1627
dc3e3e7b
GM
16282011-01-15 Glenn Morris <rgm@gnu.org>
1629
1630 * Makefile.in (epaths-force): No more arch-tag to edit.
1631
dab73760
CY
16322011-01-15 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1635
9f4b8b47
PE
16362011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1637
1638 * make-dist: Distribute test/ files too.
1639 Distribute every file under test/ that is under version control,
1640 using patterns like *.el to capture files that are added later.
1641 Without this change, "configure" would fail, because it would
1642 attempt to build from a Makefile.in that was not distributed.
1643
d221e780
CO
16442011-01-13 Christian Ohler <ohler@gnu.org>
1645
1646 * Makefile.in (INFO_FILES): Add ERT.
1647
1648 * Makefile.in (check): Run tests in test/automated.
1649
1650 * Makefile.in:
1651 * configure.in: Add test/automated/Makefile.
1652
bc5585d1
PE
16532011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1654
2b3f5bc8
PE
1655 * install-sh, mkinstalldirs, move-if-change: Update from master
1656 source in gnulib.
1657
bc5585d1
PE
1658 * config.guess, config.sub: Updated from master source.
1659
2018939f
AS
16602011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1661
1662 * configure.in: Check for __builtin_unwind_init.
1663
e5365138
GM
16642011-01-05 Glenn Morris <rgm@gnu.org>
1665
1666 * configure.in (HAVE_MAKEINFO): New output variable.
1667 (MAKEINFO): Reset to "makeinfo" if not found.
1668 * Makefile.in (install-arch-indep, info):
1669 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1670
4fc5868a
UM
16712010-12-29 Ulrich Mueller <ulm@gentoo.org>
1672
1673 * configure.in: Make gameuser configurable (Bug#7717).
1674
68251e16
GM
16752010-12-15 Glenn Morris <rgm@gnu.org>
1676
1677 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
1678 long absent lib-src/fns-*.el.
1679
838db889
GM
16802010-12-11 Glenn Morris <rgm@gnu.org>
1681
1682 * make-dist: Exclude etc/*.pyc.
1683
fe646d2c
AS
16842010-12-10 Andreas Schwab <schwab@linux-m68k.org>
1685
1686 * configure.in: Don't double machfile in final message.
1687
d96c83fa
CY
16882010-12-04 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * configure.in: Fix last change.
1691
d6a003a8
AS
16922010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1693
1694 * configure.in: Remove reference to removed machine description
1695 files and allow $machine and $machfile to be empty. Substitute
1696 M_FILE/S_FILE instead of machfile/opsysfile.
1697
067d23c9
KY
16982010-12-03 Glenn Morris <rgm@gnu.org>
1699
1700 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
1701
17022010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1703
1704 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
1705 (EXTERNALLY_VISIBLE): New definition.
1706
17072010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1708
1709 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
1710
17112010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1712
1713 * configure.in: Do not check for unconditionally included headers.
1714
17152010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1716
1717 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
1718
17192010-11-09 Michael Albinus <michael.albinus@gmx.de>
1720
1721 * configure.in: Don't write a warning for D-Bus anymore.
1722
17232010-11-06 Andreas Schwab <schwab@linux-m68k.org>
1724
1725 * configure.in: Fix indentation.
1726
17272010-10-31 Ken Brown <kbrown@cornell.edu>
1728
1729 * configure.in (checking whether localtime caches TZ): Use
1730 unsetenv instead of modifying environment directly.
1731
17322010-10-25 Andreas Schwab <schwab@linux-m68k.org>
1733
1734 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
1735 to avoid warning.
1736
17372010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1738
e9fce1ac 1739 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
1740
17412010-10-22 Glenn Morris <rgm@gnu.org>
1742
1743 * make-dist: Avoid listing .el files twice. Don't try to run
1744 autoconf if --no-update.
1745
17462010-10-20 Glenn Morris <rgm@gnu.org>
1747
1748 * make-dist: No longer create lisp/MANIFEST.
1749
17502010-10-14 Glenn Morris <rgm@gnu.org>
1751
1752 * BUGS, INSTALL.BZR, README: Updates.
1753
17542010-10-13 Glenn Morris <rgm@gnu.org>
1755
1756 * make-dist: Remove --compress. Check for the appropriate
1757 gzip-like executable, and if not found, don't compress.
1758 Check version number in README, don't change it.
1759 Use find for nt/inc/*.h.
1760
17612010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1762
1763 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
1764 trailing / from directory names.
1765
17662010-10-12 Glenn Morris <rgm@gnu.org>
1767
1768 * make-dist: Update and simplify.
1769
17702010-10-12 Eli Zaretskii <eliz@gnu.org>
1771
1772 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
1773
17742010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1775
1776 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
1777
17782010-10-09 Glenn Morris <rgm@gnu.org>
1779
1780 * make-dist: No more doc/emacs/*.texi.in.
1781
1782 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
1783
17842010-10-09 Glenn Morris <rgm@gnu.org>
1785
1786 * configure.in: Combine some conditionals.
1787
1788 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
1789 * make-dist: Include doc/emacs/*.texi.in.
1790
1791 * INSTALL, make-dist: Remove references to b2m.
1792 * Makefile.in (MAN_PAGES): Remove b2m.1.
1793
17942010-10-05 Glenn Morris <rgm@gnu.org>
1795
1796 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
1797
17982010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1799
1800 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
1801
18022010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1803
1804 * configure.in: Include stdlib.h and string.h unconditionally.
1805
18062010-09-29 Romain Francoise <romain@orebokech.com>
1807
1808 * configure.in: Don't enable ImageMagick unless HAVE_X11.
1809
18102010-09-28 Glenn Morris <rgm@gnu.org>
1811
1812 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
1813 happy.
1814
18152010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1816
1817 * configure.in: Enable imagemagick by default.
1818
18192010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1820
1821 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 1822 GnuTLS libraries.
067d23c9
KY
1823
18242010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1825
1826 * configure.in: Set up GnuTLS.
1827
18282010-09-22 Chong Yidong <cyd@stupidchicken.com>
1829
1830 * configure.in: Announce whether libxml2 is linked to.
1831
18322010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1833
1834 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
1835
18362010-09-18 Eli Zaretskii <eliz@gnu.org>
1837
1838 * config.bat: Detect that libxml2 is installed and if so, build
1839 with it.
1840
18412010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
1844 be used. This fixes a conf problem on Mac OS X.
1845
18462010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1847
1848 * configure.in: Check for libxml2.
1849
18502010-09-09 Glenn Morris <rgm@gnu.org>
1851
1852 * make-dist: No more TODO files under lisp/.
1853
18542010-09-04 Eli Zaretskii <eliz@gnu.org>
1855
1856 * config.bat: Produce lisp/gnus/_dir-locals.el from
1857 lisp/gnus/.dir-locals.el.
1858
18592010-08-23 Andreas Schwab <schwab@linux-m68k.org>
1860
1861 * configure.in: Fix check for librsvg, imagemagick and
1862 MagickExportImagePixels.
1863
18642010-08-18 Joakim Verona <joakim@verona.se>
1865
1866 * Makefile.in, configure.in: Checks for ImageMagick.
1867
18682010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1869
1870 * configure.in (AC_PREREQ): Require autoconf 2.65.
1871
18722010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1873
1874 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
1875
18762010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1877
1878 * configure.in: Add AC_C_BIGENDIAN.
1879
18802010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1881
1882 * configure.in (ORDINARY_LINK): Use on hpux* too.
1883
18842010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1885
1886 * configure.in: Check for util.h.
1887 Use -Wimplicit-function-declaration if compiler supports it.
1888
18892010-08-05 Eli Zaretskii <eliz@gnu.org>
1890
1891 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
1892
18932010-08-04 Andreas Schwab <schwab@linux-m68k.org>
1894
1895 * configure.in: Restore accidentally removed use of
1896 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
1897
18982010-07-29 Chad Brown <yandros@mit.edu>
1899
1900 * configure.in: Check for dirent.h.
1901
19022010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1903
1904 * configure.in: Remove reference to usg5-4, unused.
1905
19062010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1907
1908 * configure.in: Check for __executable_start.
1909
19102010-07-24 Ken Brown <kbrown@cornell.edu>
1911
1912 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
1913
19142010-07-24 Juanma Barranquero <lekktu@gmail.com>
1915
1916 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
1917
19182010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
1919
1920 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
1921
19222010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1923
1924 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1925 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
1926 (C_OPTIMIZE_SWITCH): Remove.
1927 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
1928
19292010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1930
1931 * configure.in: Don't check for index and rindex, check for strchr
1932 and strrchr. Define strchr and strrchr as index and rindex,
1933 resp., in src/config.h if not available.
1934
19352010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1936
1937 * configure.in: Use -Wold-style-definition if available.
1938 This helps with the transition to standard C code, it can be
1939 removed when done.
1940
1941 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
1942
1943 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
1944 and MSWindows.
1945
19462010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1947
1948 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
1949 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
1950
19512010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 * configure.in (getenv): Remove K&R declaration.
1954
19552010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1956
1957 * configure.in: Remove define __P.
1958
19592010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1960
1961 * configure.in (--enable-use-lisp-union-type): New flag.
1962
19632010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1964
1965 Fix CFLAGS for non-GCC compilers.
1966 * configure.in (CFLAGS): Always use -g like it was done before the
1967 2010-03-30 change.
1968 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
1969 (Bug#6538)
1970
19712010-06-30 Glenn Morris <rgm@gnu.org>
1972
1973 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
1974 Set with AC_DEFINE rather than AH_BOTTOM.
1975
1976 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
1977 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
1978 Set with shell, not cpp.
1979 (LIBX): Remove, just use -lX11 in the one place this was used.
1980 (cannot_dump): Replace with CANNOT_DUMP.
1981
19822010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1983
0a19a6f8 1984 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
1985 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
1986 by minimum required Gtk+ 2.6). Add checks for functions introduced
1987 in Gtk+ 2.14 or newer (bug#6505).
1988
19892010-06-26 Eli Zaretskii <eliz@gnu.org>
1990
1991 * config.bat: Remove white space around "+" in COPY commands.
1992
19932010-06-23 Glenn Morris <rgm@gnu.org>
1994
1995 * info/dir: Start descriptions in column 32, per Texinfo convention.
1996
19972010-06-16 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * INSTALL: Update font information (Bug#6389).
2000
20012010-06-16 Glenn Morris <rgm@gnu.org>
2002
2003 * INSTALL: General update.
2004
20052010-06-12 Glenn Morris <rgm@gnu.org>
2006
2007 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2008
20092010-06-11 Glenn Morris <rgm@gnu.org>
2010
2011 * configure.in (--without-compress-info): New option.
2012 (GZIP_INFO): New output variable.
2013
2014 * Makefile.in (GZIP_INFO): New, set by configure.
2015 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2016 Handle man pages in the same way.
2017
20182010-06-10 Glenn Morris <rgm@gnu.org>
2019
2020 * Makefile.in (install-arch-indep): Gzip the info files too.
2021
2022 * make-dist: Remove references to non-existent directories and files.
2023
20242010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2025
2026 * configure.in: Include <strings.h> and <string.h> instead of
2027 "strings.h" and "string.h".
2028
20292010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2030
2031 * configure.in: Remove code dealing with BSTRING.
2032
20332010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2034
2035 * configure.in (AC_PREREQ): Require autoconf 2.65.
2036
2037 * configure.in (unxec): Do not define and substitute.
2038 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2039
20402010-06-03 Glenn Morris <rgm@gnu.org>
2041
2042 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2043
20442010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2045
2046 Fix alloca definition when using gcc on non-gnu systems.
2047 * configure.in: Use the code sequence indicated by "info autoconf"
2048 for alloca (bug#6170).
2049
20502010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * .bzrignore: Ignore new files from trunk, which appear if you use
2053 colocated branches (i.e. "bzr switch").
2054
20552010-05-28 Glenn Morris <rgm@gnu.org>
2056
2057 * configure.in: Simplify some of the $canonical tests.
2058
20592010-05-27 Glenn Morris <rgm@gnu.org>
2060
2061 * config.bat: Do not preprocess src/Makefile.in.
2062
2063 * configure.in: Do not preprocess src/Makefile.in.
2064 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2065 (AC_EGREP_CPP): Test no longer needed.
2066
2067 * make-dist: No more Makefile.c files.
2068
20692010-05-26 Glenn Morris <rgm@gnu.org>
2070
2071 * configure.in (YMF_PASS_LDFLAGS): Remove.
2072 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2073
2074 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2075 Add $GNUSTEP_LOCAL_HEADERS.
2076 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2077
2078 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2079 (GNUSTEP_MAKEFILES): Remove.
2080 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2081 stuff to here.
2082
20832010-05-25 Glenn Morris <rgm@gnu.org>
2084
2085 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2086 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2087
2088 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2089 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2090 here instead.
2091
20922010-05-24 Romain Francoise <romain@orebokech.com>
2093
2094 * make-dist: Look for version in src/emacs.c.
2095 Use lisp/subr.el rather than lisp/version.el for location check.
2096
20972010-05-21 Glenn Morris <rgm@gnu.org>
2098
2099 * configure.in (MKDEPDIR): Parallel build tweak.
2100
2101 * configure.in (ns_frag): New output file.
2102
2103 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2104 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2105
2106 * configure.in (cannot_dump): New output variable.
2107
21082010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2109
2110 * configure.in: On NetBSD, if terminfo is found, use it in
2111 preference to termcap. (Bug#6190)
2112
21132010-05-20 Glenn Morris <rgm@gnu.org>
2114
2115 * make-dist (src): Include *.mk.
2116 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2117 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2118 (deps_frag): New output file.
2119 (AUTO_DEPEND): Remove this definition.
2120
2121 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2122
21232010-05-19 Glenn Morris <rgm@gnu.org>
2124
2125 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2126 (ORDINARY_LINK): New AC_DEFINE.
2127 (LIB_GCC): No need to set if ORDINARY_LINK.
2128
21292010-05-18 Glenn Morris <rgm@gnu.org>
2130
2131 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2132 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2133
2134 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2135 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2136 (RALLOC_OBJ): New output variable.
2137
2138 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2139 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2140
21412010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * Makefile.in (src): Provide the name of the VCS file that witnesses
2144 a pull.
2145 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2146
21472010-05-17 Glenn Morris <rgm@gnu.org>
2148
2149 * configure.in (OLDXMENU_DEPS): New output variable.
2150
21512010-05-16 Glenn Morris <rgm@gnu.org>
2152
2153 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2154
2155 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2156 * Makefile.in (install-arch-dep): Update for above change.
2157
2158 * Makefile.in (ns_appdir): Remove.
2159 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2160
2161 * configure.in (TEMACS_LDFLAGS2): New output variable.
2162
2163 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2164 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2165 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2166 nothing uses.
2167
21682010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2169
2170 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2171 does not use them.
2172 (X11R5_INHIBIT_I18N): Remove, unused.
2173
21742010-05-15 Glenn Morris <rgm@gnu.org>
2175
2176 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2177
2178 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2179
21802010-05-15 Ken Raeburn <raeburn@raeburn.org>
2181
2182 * configure.in: Look for version string in its new location.
2183
21842010-05-15 Eli Zaretskii <eliz@gnu.org>
2185
2186 * config.bat: Remove support for DJGPP v1.x.
2187
21882010-05-15 Glenn Morris <rgm@gnu.org>
2189
2190 * configure.in (OLDXMENU_TARGET): New output variable.
2191
2192 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2193
2194 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2195 and other files that no longer exist.
2196
21972010-05-14 Glenn Morris <rgm@gnu.org>
2198
2199 * configure.in (cpp_undefs): Add mktime, register, X11.
2200
2201 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2202 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2203 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2204
2205 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2206 (GNUSTEP_MAKEFILES): Do not output.
2207
22082010-05-13 Glenn Morris <rgm@gnu.org>
2209
2210 * configure.in: Fix some paren typos.
2211
2212 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2213
2214 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2215
22162010-05-12 Glenn Morris <rgm@gnu.org>
2217
2218 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2219
2220 * configure.in (LIB_GCC): New output variable.
2221
22222010-05-11 Glenn Morris <rgm@gnu.org>
2223
2224 * make-dist (msdos): No more mainmake.
2225
2226 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2227 * config.bat: Do not run cpp on lib-src/Makefile.in.
2228
2229 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2230
22312010-05-10 Glenn Morris <rgm@gnu.org>
2232
2233 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2234
2235 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2236 (BLESSMAIL_TARGET): New output variable.
2237
22382010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2239
2240 * INSTALL: Fix typos.
2241
22422010-05-08 Chong Yidong <cyd@stupidchicken.com>
2243
2244 * configure.in: Add check for buggy version of GCC (Bug#6031).
2245
22462010-05-08 Glenn Morris <rgm@gnu.org>
2247
2248 * configure.in (HAVE_LIBNCURSES): New local variable.
2249 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2250 replacing cpp in src/s/*.h and src/Makefile.in.
2251
22522010-05-07 Chong Yidong <cyd@stupidchicken.com>
2253
2254 * Version 23.2 released.
2255
22562010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * configure.in: Add tests for `isnan' and `copysign'.
2259
22602010-05-07 Eli Zaretskii <eliz@gnu.org>
2261
2262 * config.bat: Allow for 2 leading `#'s in comments in
2263 src/Makefile.in.
2264
22652010-05-07 Glenn Morris <rgm@gnu.org>
2266
2267 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2268 Merges logic from src/s/* and src/Makefile.in.
2269 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2270
22712010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2272
2273 Define START_FILES and LIB_STANDARD using autoconf.
2274 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2275 here from src/s/*.h.
2276 (HAVE_CRTIN): Remove, inline logic in the netbsd
2277 START_FILES/LIB_STANDARD computation.
2278
22792010-05-06 Glenn Morris <rgm@gnu.org>
2280
2281 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2282
2283 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2284 (LD_SWITCH_X_SITE): Remove unused variables.
2285
22862010-05-04 Glenn Morris <rgm@gnu.org>
2287
2288 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2289 as well.
2290 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2291
2292 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2293
2294 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2295 variables, replacing c_switch_machine, c_switch_system.
2296 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2297 @c_switch_system@.
2298
22992010-05-03 Glenn Morris <rgm@gnu.org>
2300
2301 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2302
2303 * make-dist: There are no more src/m/*.inp files.
2304
23052010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2306
2307 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2308 (ac_link): Do not use ld_switch_machine.
2309
23102010-05-01 Glenn Morris <rgm@gnu.org>
2311
2312 * configure.in (OTHER_OBJ): Remove.
2313 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2314
23152010-04-30 Glenn Morris <rgm@gnu.org>
2316
2317 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2318 Elsewhere, maybe include it.
2319
2320 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2321 (OLDXMENU, LIBXMENU): New output variables.
2322
2323 * configure.in (OTHER_OBJ): New output variable.
2324
23252010-04-28 Glenn Morris <rgm@gnu.org>
2326
2327 * configure.in (CYGWIN_OBJ): New output variable.
2328
2329 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2330
2331 * configure.in (FONT_OBJ): New output variable.
2332
2333 * configure.in (LIBXMU): New output variable.
2334
2335 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2336
2337 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2338 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2339
23402010-04-27 Glenn Morris <rgm@gnu.org>
2341
2342 * configure.in (LIBXTR6): New output variable. Move unixware special
2343 case here from src/s/unixware.h.
2344
2345 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2346 in Makefiles.
2347 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2348
2349 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2350 (LIBXP): No longer substitute in Makefiles.
2351 (MOTIF_LIBW): New output variable. Move system-specific settings here
2352 from src/s files.
2353
23542010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2355
2356 Reduce CPP usage.
2357 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2358 (unexec): Define unconditionally, all platforms define
2359 UNEXEC. AC_SUBST it.
2360 (UNEXEC_SRC): Remove, unused.
2361 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2362
23632010-04-27 Glenn Morris <rgm@gnu.org>
2364
2365 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2366 replaced by LIBXP.
2367
2368 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2369 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2370 On hpux10-20, default to /lib.
2371
2372 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2373
23742010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2375
2376 * configure.in (LIBS_MACHINE): Remove, unused.
2377
2378 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2379
23802010-04-24 Glenn Morris <rgm@gnu.org>
2381
2382 * configure.in (CRT_DIR): New output variable.
2383 (--with-crt-dir): New option. (Bug#5655)
2384 (HAVE_LIB64_DIR): Remove.
2385
23862010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2387
2388 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2389
23902010-04-22 Miles Bader <miles@gnu.org>
2391
2392 * configure.in: Get rid of "unix" pre-defined macro when
2393 preprocessing Makefile. (Bug#5857)
2394
23952010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2396
2397 Avoid non-portable shell command negation
2398 * configure.in: Revert last change.
2399
24002010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2401
2402 * configure.in: Change "if test ! -f" to "if ! test -f".
2403
24042010-04-21 Glenn Morris <rgm@gnu.org>
2405
2406 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2407 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2408
24092010-04-21 Karel Klíč <kklic@redhat.com>
2410
2411 * configure.in: New option: --with(out)-selinux, on by default.
2412 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2413 LIBSELINUX_LIBS in Makefiles.
2414
24152010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2416
2417 * configure.in: Remove all references to LIBX11_SYSTEM.
2418
24192010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2420
2421 * configure.in: Remove all references to C_DEBUG_SWITCH.
2422
24232010-03-27 Eli Zaretskii <eliz@gnu.org>
2424
2425 * config.bat <lib-src>: Edit out lines that begin with several #
2426 characters.
2427
24282010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2429
2430 * configure.in: Remove support for old UNIX System V systems and
2431 for Unixware on non-x86 machines.
2432
2433 * configure.in: Remove support for Solaris on PPC and for old versions.
2434
2435 * configure.in: Remove non-working lynxos port.
2436
24372010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2440
24412010-03-19 Glenn Morris <rgm@gnu.org>
2442
2443 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2444 happy.
2445
24462010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2447
2448 * configure.in: Check for tputs and friends, abort if not
2449 found (bug#5735).
2450
24512010-03-18 Glenn Morris <rgm@gnu.org>
2452
2453 * configure.in (--with-x-toolkit): In the help text, say which options
2454 are synonyms.
2455
2456 * configure.in (--with-mmdf, --with-mail-unlink):
2457 New options, off by default.
2458 (--with-mailhost): New option to set default POP host.
2459 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2460 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2461 New variables, substituted in Makefiles.
2462 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2463 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2464 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2465 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2466 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2467
24682010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2469
2470 * Makefile.in (uninstall): Handle the case where archlibdir does not
2471 exist. (Bug#5720)
2472
24732010-03-12 Eli Zaretskii <eliz@gnu.org>
2474
75f1671a 2475 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2476 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2477
2478 * configure: Regenerated.
2479
24802010-03-10 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * Branch for 23.2.
2483
24842010-01-31 Juri Linkov <juri@jurta.org>
2485
2486 * .bzrignore: Add TAGS-LISP.
2487
24882010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2489
2490 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2491 this header file).
2492
24932010-01-12 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * .bzrignore: Ignore all .exe, instead of individual files.
2496
24972010-01-12 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * configure.in: Explicitly check for and link to -lXrender.
2500
25012010-01-12 Glenn Morris <rgm@gnu.org>
2502
2503 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2504 for bug reports for development versions.
2505
25062010-01-02 Eli Zaretskii <eliz@gnu.org>
2507
2508 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2509 build.
2510
25112009-12-27 Karl Fogel <kfogel@red-bean>
2512
2513 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2514 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2515
25162009-12-17 Glenn Morris <rgm@gnu.org>
2517
2518 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2519
25202009-12-15 Glenn Morris <rgm@gnu.org>
2521
2522 * info/dir: Add EDT entry.
2523 * Makefile.in (INFO_FILES): Add edt.
2524
25252009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2526
1154d12e 2527 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2528
25292009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2530
2531 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2532
25332009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2534
2535 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2536
25372009-12-01 Glenn Morris <rgm@gnu.org>
2538
2539 * make-dist: Add etc/images/mpc directory.
2540
25412009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2542
2543 * configure.in: Don't check for GConf unless X is used.
2544
25452009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2546
2547 * configure.in: Use -Wdeclaration-after-statement if available.
2548
25492009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2550
2551 * configure.in: New option: --with(out)-gconf.
2552 Set HAVE_GCONF if we find gconf.
2553
25542009-11-17 Glenn Morris <rgm@gnu.org>
2555
2556 * Makefile.in (INFO_FILES): Add semantic.
2557
25582009-11-16 Chong Yidong <cyd@stupidchicken.com>
2559
2560 * info/dir: Add Semantic.
2561
25622009-11-16 Glenn Morris <rgm@gnu.org>
2563
2564 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2565 pattern, so as not to exclude makefile*.el. (Bug#4912)
2566
25672009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2568
2569 * configure.in: --enable-autodepend is new. Check for GNU Make
2570 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2571 gcc and GNU make to generate dependencies.
2572
25732009-10-27 Glenn Morris <rgm@gnu.org>
2574
2575 * make-dist: Make links to doc/lispintro/*.pdf.
2576
25772009-10-23 Jim Meyering <meyering@redhat.com>
2578
2579 * configure.in: Invoke $CPP with -P when creating Makefile and
2580 src/Makefile. Without this, gcc 4.4.2 converts each
2581 backslash-newline pair in the input to a bare newline, yielding
2582 invalid Makefiles.
2583
2584 * configure: Regenerate.
2585
25862009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2587
2588 * configure.in (vax-dec-vms): Remove, not supported anymore.
2589
25902009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2591
2592 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2593 (*-apple-darwin*): Add x86_64 architecture.
2594
25952009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 * config.guess, config.sub: Updated from master source.
2598
25992009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2600
2601 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2602
26032009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2604
2605 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2606
26072009-09-29 Glenn Morris <rgm@gnu.org>
2608
2609 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2610
26112009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2612
2613 * config.guess, config.sub: Updated from master source.
2614
2615 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2616
26172009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2620
26212009-09-13 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * INSTALL: Update URL for GNU FreeFont.
2624
26252009-09-09 Glenn Morris <rgm@gnu.org>
2626
2627 * Makefile.in (install-arch-indep): Don't recursively change perms of
2628 site-lisp and infodir. There may be non-Emacs files in here, and the
2629 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2630 (mkdir): Set umask to world-readable before creating directories.
2631 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2632
26332009-08-29 Glenn Morris <rgm@gnu.org>
2634
2635 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2636 (info): Don't give an error in the absence of makeinfo - let the doc
2637 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2638
26392009-08-23 Ken Raeburn <raeburn@raeburn.org>
2640
2641 * Makefile.in (install-arch-indep): If the versioned DOC-####
2642 generated during loadup+dump isn't found, install the plain DOC
2643 file that always gets generated, in case CANNOT_DUMP is set.
2644
2645 * configure.in: Warn if package version specified here doesn't
2646 match the version in version.el.
2647 * configure: Regenerate.
2648
26492009-08-22 Michael Albinus <michael.albinus@gmx.de>
2650
2651 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2652
2653 * configure: Regenerate.
2654
26552009-08-19 Glenn Morris <rgm@gnu.org>
2656
2657 * INSTALL: Remove reference to cvtmail.
2658
26592009-08-15 CHENG Gao <chenggao@gmail.com>
2660
2661 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2662
26632009-08-02 Kevin Ryde <user42@zip.com.au>
2664
2665 * INSTALL: Fix free fonts URL.
2666
26672009-07-22 Glenn Morris <rgm@gnu.org>
2668
2669 * configure.in (AC_PREREQ): Require autoconf 2.62.
2670
26712009-07-04 Andreas Schwab <schwab@linux-m68k.org>
2672
2673 * configure.in (--enable-checking, --enable-profiling):
2674 Use AS_HELP_STRING.
2675
26762009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2677
2678 * configure.in (--enable-profiling): New option.
2679 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2680
26812009-06-27 Glenn Morris <rgm@gnu.org>
2682
2683 * configure.in: Restore netbsd on mips, mipsel, mipseb.
2684
26852009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2686
2687 * configure.in (--enable-checking): New option.
2688
26892009-06-24 Glenn Morris <rgm@gnu.org>
2690
2691 * make-dist: Warn if subdir does not exist in source.
2692 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
2693 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
2694 No longer make links.
2695
26962009-06-24 Yavor Doganov <yavor@gnu.org>
2697
2698 * make-dist (tempdir): Don't create directories preferences.gorm
2699 and preferences.nib, they are no longer required.
2700
27012009-06-21 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * Branch for 23.1.
2704
27052009-06-12 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * configure.in: Delete mac-fix-env target, which has been
2708 removed (Bug#3531).
2709
27102009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2711
1154d12e 2712 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
2713
27142009-05-05 Per Starbäck <per@starback.se> (tiny change)
2715
2716 * BUGS: Use new binding of view-emacs-problems.
2717
c7015153 27182009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
2719
2720 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
2721 for Solaris compatibility.
2722
27232009-04-25 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * configure: Regenerate.
2726
2727 * configure.in: Disable use of FreeType without libXft.
2728
27292009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2730
2731 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
2732 Check if it is declared in gtk.h.
2733
27342009-04-12 Andreas Schwab <schwab@linux-m68k.org>
2735
2736 * Makefile.in (install-arch-indep): Remove .gitignore files.
2737
27382009-04-03 Kenichi Handa <handa@m17n.org>
2739
2740 * INSTALL: Make the section "Complex Text Layout support
2741 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2742
27432009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
2744
2745 * configure.in (rs6000-ibm-aix6*): Fix typo.
2746
27472009-03-04 Glenn Morris <rgm@gnu.org>
2748
2749 * Makefile.in (INFO_FILES): Add auth.
2750
27512009-03-03 Glenn Morris <rgm@gnu.org>
2752
2753 * info/dir: Add Auth-source.
2754
27552009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
2758 the second.
2759
27602009-02-28 Eli Zaretskii <eliz@gnu.org>
2761
2762 * config.bat: Copy .dbxinit to _dbxinit.
2763
2764 * make-dist (Making links to `info'): Remove .gitignore.
2765
27662009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * Makefile.in (lib-src, lisp): Use simpler rule.
2769 (src): Be more specific to avoid recompiling all the .elc files just
2770 because the bootstrap-emacs is missing.
2771
27722009-02-26 Chong Yidong <cyd@stupidchicken.com>
2773
2774 * configure.in: Require librsvg >= 2.11.
2775
27762009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2777
2778 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
2779 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2780
27812009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2782
2783 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
2784
27852009-02-03 Glenn Morris <rgm@gnu.org>
2786
2787 * make-dist: Add some missing files, remove some that are no longer
2788 present.
2789
27902009-02-02 Glenn Morris <rgm@gnu.org>
2791
2792 * make-dist: Add some missing nextstep/ files.
2793
27942009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
2795
2796 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2797
27982009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2799
2800 * configure.in: Add support for m68k-*-netbsd.
2801
28022009-01-14 Juri Linkov <juri@jurta.org>
2803
2804 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
2805
2806 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
2807 and bug-reference-mode.
2808
28092009-01-11 Juri Linkov <juri@jurta.org>
2810
2811 * INSTALL.CVS: Move configuration explicitly to the first step.
2812
28132009-01-09 Glenn Morris <rgm@gnu.org>
2814
2815 * .dir-locals.el: Don't set indent-tabs-mode.
2816
28172008-12-30 Kenichi Handa <handa@m17n.org>
2818
2819 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
2820 the function OTF_get_variation_glyphs.
2821
28222008-12-30 Jan Djärv <jan.h.d@swipnet.se>
2823
2824 * Makefile.in (install-arch-dep): Remove old directories in
2825 ns_app* before moving new directories there.
2826
28272008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 * .dir-locals.el: Remove non-working entry for pmail.
2830 (fill-column): Fix typo.
2831 (change-log-mode): Add fill column.
2832
28332008-12-26 Eli Zaretskii <eliz@gnu.org>
2834
2835 * config.bat: Produce _dir-locals.el from .dir-locals.el.
2836
28372008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 * make-dist (tempdir): Distribute .dir-locals.el.
2840
2841 * .dir-locals.el: New file.
2842
28432008-12-19 Eli Zaretskii <eliz@gnu.org>
2844
2845 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
2846 for rationale.
2847
28482008-12-13 Glenn Morris <rgm@gnu.org>
2849
2850 * Makefile.in (install-arch-indep): Add new man-pages.
2851 (manext): Remove variable.
2852 (MAN_PAGES): New variable.
2853 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
2854 and remove.
2855 (uninstall): Remove desktop file and icons, game scores if empty.
2856
28572008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2858
2859 * config.guess, config.sub: Updated from master source.
2860
28612008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2862
2863 * Makefile.in (install-arch-indep): Install ebrowse.1.
2864
28652008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2866
2867 * configure.in: Add Solaris on x86_64.
2868
28692008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2870
2871 * config.guess, config.sub: Updated from master source.
2872
28732008-12-08 Eli Zaretskii <eliz@gnu.org>
2874
2875 * info/dir: Fix last change.
2876
28772008-12-07 Eli Zaretskii <eliz@gnu.org>
2878
2879 * info/dir: Untabify.
2880
28812008-11-28 Ulrich Mueller <ulm@gentoo.org>
2882
2883 * configure.in: Fix last change.
2884
28852008-11-28 Richard M Stallman <rms@gnu.org>
2886
2887 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
2888 New configurations.
2889
28902008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
2891
2892 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
2893 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
2894
28952008-11-15 Eli Zaretskii <eliz@gnu.org>
2896
2897 * Makefile.in (INFO_FILES): Remove ns-emacs.
2898
2899 * info/dir (NS-Emacs): Remove entry.
2900
29012008-11-08 Eli Zaretskii <eliz@gnu.org>
2902
2903 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
2904
29052008-11-07 Glenn Morris <rgm@gnu.org>
2906
2907 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
2908
29092008-10-31 Eli Zaretskii <eliz@gnu.org>
2910
2911 * config.bat: Tell user to expect one "File not found" message
2912 while the `doc' directory is being configured.
2913
29142008-10-30 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * update-subdirs: Put obsolete directory last.
2917
29182008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2919
2920 * configure.in: Check fontconfig always.
2921
29222008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2923
2924 * configure (*-solaris2.[7-9]*): Fix typo.
2925
29262008-10-24 Glenn Morris <rgm@gnu.org>
2927
2928 * configure.in (--without-sync-input, --with-pkg-config-prog):
2929 Help strings start with lower case.
2930 (--with-gnustep-conf): New option.
2931 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
2932
29332008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
2934
2935 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
2936 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
2937 is not found. (Bug#1230)
2938
29392008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2940
2941 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
2942 Use sol2-6.h for Solaris 7-9.
2943
29442008-10-18 Ulrich Mueller <ulm@gentoo.org>
2945
2946 * configure.in: Add support for GNU/Linux on SuperH.
2947
29482008-10-12 Andreas Schwab <schwab@suse.de>
2949
2950 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
2951
1a71cb28 29522008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
2953
2954 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
2955 "X") to avoid confusion.
2956
2957 * configure: Regenerate.
2958
29592008-09-07 Romain Francoise <romain@orebokech.com>
2960
2961 * make-dist: Distribute doc/man/ChangeLog.
2962
29632008-08-28 Chong Yidong <cyd@stupidchicken.com>
2964
2965 * configure.in: Disable XFT and Freetype when without X.
2966
2967 * configure: Regenerate.
2968
29692008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
2972
29732008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
2974
2975 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
2976 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
2977
2978 * configure: Regenerate.
2979
29802008-08-20 Eli Zaretskii <eliz@gnu.org>
2981
2982 * configure.in: Move "#define subprocesses" before
2983 config_opsysfile is included.
2984
29852008-08-19 Kenichi Handa <handa@m17n.org>
2986
2987 * INSTALL (Extra fonts): Mention local fonts, don't mention
2988 mule-unicode.
2989
29902008-08-16 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * make-dist: Omit info/.arch-inventory.
2993
29942008-08-16 Jason Rumney <jasonr@gnu.org>
2995
2996 * make-dist (tempdir/nt): Link emacsclient.rc.
2997
29982008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2999
3000 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3001 AC_SUBST it.
3002 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3003 AC_SUBST it.
3004 (OTHER_FILES): Always define for HAVE_NS.
3005 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3006 * configure: Regenerate.
3007
30082008-08-07 Andreas Schwab <schwab@suse.de>
3009
3010 * configure.in: Correctly handle
3011 --enable-cocoa-experimental-ctrl-g=no and
3012 --enable-ns-self-contained=yes.
3013
30142008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3015
3016 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3017 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3018 bother undef'ing since won't have desired effect.
3019
30202008-08-06 Andreas Schwab <schwab@suse.de>
3021
3022 * configure.in: Fix quoting.
3023
30242008-08-06 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3027
30282008-08-05 Ulrich Mueller <ulm@gentoo.org>
3029
3030 * configure.in: Add checks for krb5_error.text and
3031 krb5_error.e_text struct members.
3032
30332008-08-04 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * configure.in: Test for existence of NSInteger.
3036 Suggested by Yavor Doganov.
3037
30382008-08-02 Romain Francoise <romain@orebokech.com>
3039
3040 * Makefile.in (INFO_FILES): Add mairix-el.
3041
30422008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3043
3044 * make-dist:
3045 * README: Remove VMS support.
3046 * vms: Remove directory.
3047
30482008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3049
3050 * configure.in (MULTI_KBOARD): Remove.
3051
30522008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3053
3054 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3055
30562008-07-29 Chong Yidong <cyd@stupidchicken.com>
3057
3058 * info/dir (File): Add mairix-el.
3059
30602008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 Remove support for Mac Carbon.
3063 * mac: Remove directory.
3064 * make-dist:
3065 * configure.in:
3066 * README:
3067 * Makefile.in:
3068 * INSTALL: Remove code for Carbon.
3069 * configure: Regenerate.
3070
30712008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3072
3073 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3074
30752008-07-25 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * configure.in: Check for getrlimit.
3078
3079 * configure: Regenerate.
3080
30812008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3082
3083 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3084 in src/Makefile.in.
3085 (static): Remove, autoconf would always comment it out anyway.
3086 (subprocesses): Define unconditionally.
3087
30882008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3089
3090 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3091 compilation under GNUstep.
3092
30932008-07-18 Kenichi Handa <handa@m17n.org>
3094
3095 * INSTALL (Complex Text Layout support libraries): Delete the
3096 paragraph about --enable-font-backend.
3097
30982008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3099
3100 * configure.in: Print out some info to user for NeXTstep builds.
3101 (ns-app): Remove enable option.
3102 (ns-self-contained): Add enable option.
3103 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3104 GNUstep, use to set install prefixes, and substitute in Makefiles.
3105 * configure: Regenerate.
3106 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3107 NS app bundle.
3108
31092008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3112
31132008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3114
3115 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3116 NS_IMPL_COCOA.
3117
31182008-07-16 Glenn Morris <rgm@gnu.org>
3119
3120 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3121 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3122 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3123 never unset.
3124
3125 * make-dist: Add nextstep/ directories.
3126 (src, lib-src): Add .m files.
3127
31282008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3129
3130 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3131 (USER_FULL_NAME): Remove, not used anymore.
3132 * configure: Regenerate.
3133
31342008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3135
3136 Changes and additions for NeXTstep windowing system (Cocoa and
3137 GNUstep) support.
3138
3139 * configure.in: Add support for NS window system: --with-ns (default
3140 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3141 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3142 disable font backend if window system is "none", not if !HAVE_X11.
3143 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3144 (install-arch-dep): Add commands to assemble NS .app package.
3145
31462008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3147
3148 * configure.in: Use macppc for Darwin. Remove references to
3149 desupported systems.
3150 * configure: Regenerate.
3151
31522008-07-05 Glenn Morris <rgm@gnu.org>
3153
3154 * make-dist (EMACS): Doc fix.
3155 (lisp): There are no *.dat or image files here any more.
3156 (src): There are no *.s files here any more.
3157 (etc/images, etc/images/*): Link to most regular files.
3158
31592008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3160
3161 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3162
31632008-07-01 Glenn Morris <rgm@gnu.org>
3164
3165 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3166 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3167 and explicitly export there. (Bug#507.)
3168
31692008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3170
3171 * configure.in:
3172 * configure: Remove references to obsolete systems.
3173
31742008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3177 make it depend on all other */.in files.
3178 (src/Makefile, src/config.stamp, lib-src/Makefile)
3179 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3180 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3181 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3182 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3183
3184 * configure.in: Don't create src/config.stamp any more.
3185
31862008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3189
31902008-06-22 Glenn Morris <rgm@gnu.org>
3191
3192 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3193
31942008-06-21 Romain Francoise <romain@orebokech.com>
3195
3196 * Makefile.in (INFO_FILES): Add sasl.
3197
31982008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3201 (bootstrap-build): Remove.
3202 (top_bootclean): New var.
3203 (top_distclean, bootstrap-clean): Use it.
3204 (bootstrap): Don't recheck config. Make normally.
3205
32062008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * Makefile.in (SUBDIR): Include `lisp'.
3209 (lisp): Depend on `src'.
3210 (top_distclean): Don't remove config.status.
3211 (bootstrap-clean): New target.
3212 (maintainer-clean): Use it.
3213 (bootstrap): Use bootstrap-clean. Re-run config.status.
3214 (src/bootstrap-emacs${EXEEXT}): New target.
3215 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3216 src/Makefile now takes care of it.
3217 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3218
32192008-06-15 Glenn Morris <rgm@gnu.org>
3220
3221 * info/dir: Add sasl.
3222
32232008-06-09 Alan Mackenzie <acm@muc.de>
3224
3225 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3226
32272008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3228
3229 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3230
32312008-06-07 Glenn Morris <rgm@gnu.org>
3232
3233 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3234 serve no purpose.
3235
32362008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3237
3238 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3239 * configure: Regenerate.
3240
32412008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3244
32452008-05-14 Kenichi Handa <handa@m17n.org>
3246
3247 * configure: Regenerate.
3248
3249 * configure.in: Don't handle --disable-font-backend. Don't print
3250 a message about a font backend.
3251
32522008-05-09 Glenn Morris <rgm@gnu.org>
3253
3254 * configure.in: Make absence of makeinfo a fatal error only if the info
3255 files don't exist.
3256 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3257
32582008-05-07 Eli Zaretskii <eliz@gnu.org>
3259
3260 * config.bat: Fix last change: don't use < and > in "rem" lines,
3261 they are interpreted as redirection by DOS shells.
3262
32632008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3264
3265 * configure.in: Check availability of AvailabilityMacros.h
3266 if HAVE_CARBON.
3267
3268 * configure: Regenerate.
3269
32702008-05-03 Glenn Morris <rgm@gnu.org>
3271
3272 * configure.in (x_libraries): Remove standard 64-bit directories -
3273 experimental workaround for minor autoconf bug.
3274
3275 * configure.in (--without-makeinfo): New option. If set,
3276 absence of suitable makeinfo is not a fatal error.
3277 * Makefile.in (MAKEINFO): New, set by configure.
3278 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3279 (info-real): New target.
3280 (info): Without makeinfo, do nothing, else call `info-real'.
3281
32822008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3283
3284 * configure.in: Remove hpux10.20 from the desupported list.
3285
32862008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3289
32902008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3293 rather than change CPPFLAGS.
3294 (HAVE_GTK): Rename to USE_GTK.
3295
32962008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3297
3298 * configure.in: Replace the obsolete macros AC_AIX and
3299 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3300
33012008-04-05 Andreas Schwab <schwab@suse.de>
3302
3303 * configure.in: No longer create admin/unidata/Makefile.
3304
33052008-03-28 Andreas Schwab <schwab@suse.de>
3306
3307 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3308 (lisp/Makefile): New rule.
3309
33102008-03-13 Glenn Morris <rgm@gnu.org>
3311
3312 * configure.in (AC_INIT): Fix version number.
3313 (sync-input): Reword the option, since it's on by default.
3314
33152008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * configure.in: Add --enable-sync-input, default yes.
3318
33192008-03-11 Glenn Morris <rgm@gnu.org>
3320
3321 * Makefile.in (install-etc, mkdir): Handle directory
3322 etc/images/icons/hicolor/*/mimetypes/.
3323
3324 * make-dist: Handle icons/hicolor/scalable directory.
3325
33262008-03-05 Glenn Morris <rgm@gnu.org>
3327
3328 * configure.in: Enable font-backend by default.
3329 (USE_FONT_BACKEND): Set to "no" in absence of X.
3330 (PKG_CONFIG): Don't set multiple times, once is enough.
3331 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3332
33332008-03-03 Glenn Morris <rgm@gnu.org>
3334
3335 * Makefile.in (iconsrcdir): New variable.
3336 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3337 directory.
3338
33392008-02-29 Glenn Morris <rgm@gnu.org>
3340
3341 * test/: New directory.
3342
33432008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3344
3345 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3346
33472008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3348
3349 * configure.in: Print an error for systems that we think are obsolete
3350 and are proposed to be removed. Remove some more unused systems.
3351 Add support for powerpc-ibm-aix6*.
3352
33532008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3354
3355 * configure.in: Remove references to obsolete variables and systems.
3356
33572008-02-21 Glenn Morris <rgm@gnu.org>
3358
3359 * Makefile.in (set_installuser): New.
3360 (install-arch-indep): Use set_installuser to avoid duplicate code.
3361
3362 * README.unicode: Split into admin/notes/unicode,font-backend and
3363 remove.
3364
33652008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3366
3367 * configure.in (arm*-*-freebsd*): Add.
3368
33692008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3370
3371 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3372 dealing with obsolete variables.
3373
33742008-02-08 Glenn Morris <rgm@gnu.org>
3375
3376 * Makefile.in (check-info-dir): New target.
3377
33782008-02-08 Michael Olson <mwolson@gnu.org>
3379
3380 * Makefile.in (INFO_FILES): Add epa.
3381
3382 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3383 features" section.
3384
33852008-02-06 Glenn Morris <rgm@gnu.org>
3386
3387 * configure.in (--with-gcc): Give an error saying this option has
3388 been removed.
3389 (--with-gtk): Remove this option.
3390
33912008-02-06 Tom Tromey <tromey@redhat.com>
3392
3393 * configure.in (--with-gcc): Remove.
3394 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3395
33962008-02-05 Ulrich Mueller <ulm@gentoo.org>
3397
3398 * INSTALL: Recommend giflib, not libungif.
3399
34002008-02-05 Tom Tromey <tromey@redhat.com>
3401
3402 * configure.in (--with-dbus): Default to enabled.
3403
34042008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3405
3406 * INSTALL (Complex Text Layout support libraries): New section.
3407
34082008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3409
3410 * make-dist: Remove references to files in mac/ that have been
3411 deleted.
3412
34132008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3414
3415 * configure.in: For libotf and m17n-flt checks, set shell vars
3416 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3417 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3418 Reported by Ulrich Mueller.
3419
34202008-02-02 Eli Zaretskii <eliz@gnu.org>
3421
3422 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3423 admin/unidata/Makefile.in to Makefile.
3424
34252008-02-02 Glenn Morris <rgm@gnu.org>
3426
3427 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3428 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3429 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3430
34312008-02-01 Miles Bader <miles@gnu.org>
3432
3433 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3434 [libotf], and [m17n-flt] options.
3435
34362008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3437
3438 * configure.in: Add EMACS_ARG_N([libotf]...), and
3439 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3440 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3441 CFLAGS, and LIBS in checking of m17n-flt.
3442
34432008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3444
3445 * configure.in: Check the availability of m17n-flt library.
3446
34472008-02-01 Kenichi Handa <handa@m17n.org>
3448
3449 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3450 not available.
3451
34522008-02-01 Kenichi Handa <handa@m17n.org>
3453
3454 * configure.in: New args --enable-font-backend, --with-xft,
3455 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3456 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3457 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3458 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3459
34602008-02-01 Kenichi Handa <handa@m17n.org>
3461
3462 * make-dist: Include etc/charsets in tarball.
3463
34642008-02-01 Kenichi Handa <handa@m17n.org>
3465
3466 * configure.in: While running cpp on junk.c, include
3467 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3468 exists.
3469
34702008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3471
3472 * configure.in (xtensa): Match more configurations.
3473
34742008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3475
3476 * configure.in: Update comment.
3477
34782008-01-26 Glenn Morris <rgm@gnu.org>
3479
3480 * configure.in (--without-gcc): By default, neither off nor on.
3481 (--with-carbon): Tone down rhetoric in help text.
3482
34832008-01-25 Glenn Morris <rgm@gnu.org>
3484
3485 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3486 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3487 Default `Carbon' to off (it's unsupported).
3488
34892008-01-24 Glenn Morris <rgm@gnu.org>
3490
3491 * configure.in: Standardize dbus-related messages.
3492
34932008-01-23 Michael Olson <mwolson@gnu.org>
3494
3495 * configure.in (pkg-config-prog): Remove initial whitespace.
3496
34972008-01-23 Tom Tromey <tromey@redhat.com>
3498
3499 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3500 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3501 Update all users.
3502
35032008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3504
3505 * config.guess, config.sub: Updated from master source.
3506
35072008-01-17 Andreas Schwab <schwab@suse.de>
3508
3509 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3510
35112008-01-17 Glenn Morris <rgm@gnu.org>
3512
3513 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3514
35152008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3516
3517 * configure.in: Remove more references to unsupported systems.
3518
35192008-01-16 Sven Joachim <svenjoac@gmx.de>
3520
3521 * make-dist: Add --lzma.
3522
35232008-01-16 Glenn Morris <rgm@gnu.org>
3524
3525 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3526 configure checks for this.
3527
35282008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3529
3530 * configure.in: Remove more references to unsupported systems.
3531
35322008-01-06 Romain Francoise <romain@orebokech.com>
3533
3534 * configure.in: Delete extra semicolons.
3535
35362008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3537
3538 * configure.in: Remove references to unsupported systems.
3539
35402008-01-05 Romain Francoise <romain@orebokech.com>
3541
3542 * make-dist: Add --bzip2. Update copyright.
3543
35442008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3545
3546 * configure.in: Remove support for Masscomp.
3547
35482008-01-05 Glenn Morris <rgm@gnu.org>
3549
3550 * Makefile.in (desktopdir, icondir): New variables.
3551 (install-arch-indep): Also depend on `install-etc'.
3552 (install-etc): New target.
3553 (mkdir): Also create the `applications' and `icons' directories.
3554
35552008-01-04 Glenn Morris <rgm@gnu.org>
3556
3557 * make-dist: Update for new etc/images/icons/hicolor directory.
3558
35592007-12-09 Andreas Schwab <schwab@suse.de>
3560
3561 * configure.in: D-Bus is not enabled by default.
3562
35632007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3564
3565 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3566 change.
3567
35682007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3569
3570 * configure.in: Give package name and version to AC_INIT.
3571
35722007-12-03 Magnus Henoch <mange@freemail.hu>
3573
3574 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3575
35762007-12-03 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * configure.in: No need for DBUS_INFO anymore.
3579
3580 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3581
35822007-12-02 Michael Albinus <michael.albinus@gmx.de>
3583
3584 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3585
3586 * Makefile.in (INFO_FILES): Add dbus.
3587
35882007-12-02 Romain Francoise <romain@orebokech.com>
3589
3590 * make-dist: Fix last change.
3591
35922007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3593
3594 * configure.in: Add support for gnu-kfreebsd.
3595
35962007-11-28 Glenn Morris <rgm@gnu.org>
3597
3598 * make-dist: Add etc/nxml.
3599
36002007-11-24 Romain Francoise <romain@orebokech.com>
3601
3602 * Makefile.in (INFO_FILES): Add nxml-mode.
3603
36042007-11-23 Romain Francoise <romain@orebokech.com>
3605
3606 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3607 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3608
36092007-11-20 Andreas Schwab <schwab@suse.de>
3610
3611 * configure.in: Always include <resolv.h> when checking for res_init.
3612
36132007-11-17 Andreas Schwab <schwab@suse.de>
3614
3615 * update-subdirs: Atomically update subdirs.el.
3616
36172007-11-17 Glenn Morris <rgm@gnu.org>
3618
3619 * Makefile.in (check-declare): New target.
3620
36212007-11-07 Glenn Morris <rgm@gnu.org>
3622
3623 * configure.in: Deprecate Mac Carbon port.
3624
36252007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3626
3627 * configure.in: Remove HAVE_X11R5 check.
3628
36292007-10-31 Glenn Morris <rgm@gnu.org>
3630
3631 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3632 when changing ownership of installed files.
3633
36342007-10-30 Glenn Morris <rgm@gnu.org>
3635
3636 * make-dist: Add new directory etc/gnus.
3637
36382007-10-30 Michael Olson <mwolson@gnu.org>
3639
3640 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3641
36422007-10-29 Glenn Morris <rgm@gnu.org>
3643
3644 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3645
36462007-10-23 Glenn Morris <rgm@gnu.org>
3647
3648 * MAINTAINERS: Move to admin/.
3649
36502007-10-17 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3653 (HAVE_LIBRESOLV): Also define if we are using res_init().
3654
36552007-10-17 Glenn Morris <rgm@gnu.org>
3656
3657 * FTP: Remove file, since it's just a duplicate of one in etc/.
3658
36592007-10-05 Eli Zaretskii <eliz@gnu.org>
3660
3661 * config.bat: Fix configuring `doc' due to changes in the
3662 directory structure.
3663
36642007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3665
3666 * configure.in: Don't use -lpthread on HP-UX.
3667
36682007-09-16 Glenn Morris <rgm@gnu.org>
3669
3670 * make-dist: File gfdl.1 has been removed.
3671
36722007-09-15 Glenn Morris <rgm@gnu.org>
3673
3674 * configure.in: Fix makeinfo version regexp.
3675
36762007-09-12 Glenn Morris <rgm@gnu.org>
3677
3678 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
3679 implementation of alloca is not found.
3680
3681 * Makefile.in (SOURCES, unlock, relock): Delete.
3682 (install-arch-indep): Do not exclude the etc/ Makefiles.
3683
36842007-09-09 Juri Linkov <juri@jurta.org>
3685
3686 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
3687
3688 * README: Add doc/ to documentation directories.
3689
36902007-09-08 Michael Olson <mwolson@gnu.org>
3691
3692 * MAINTAINERS: Add myself for ERC and tq.el.
3693 Update for new doc/ directory layout.
3694
36952007-09-06 Romain Francoise <romain@orebokech.com>
3696
3697 * make-dist: Update for new doc/ directory layout.
3698
36992007-09-06 Glenn Morris <rgm@gnu.org>
3700
3701 * Makefile.in (mansrcdir): New variable.
3702 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
3703 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
3704 update these targets for new doc/ directory layout.
3705 (doc/misc/Makefile): New target.
3706 (install-arch-indep): Use mansrcdir for new location of manpages.
3707 (mostlyclean, clean, distclean, maintainer-clean, unlock)
3708 (relock, info, dvi): Update targets for new doc/ directory layout.
3709
3710 * configure.in (AC_OUTPUT): Update names of generated Makefiles
3711 for new doc/ directory layout.
3712
37132007-09-02 Andreas Schwab <schwab@suse.de>
3714
3715 * configure.in: Use AS_HELP_STRING throughout.
3716 * configure: Regenerate.
3717
37182007-09-02 Jan Djärv <jan.h.d@swipnet.se>
3719
3720 * configure.in: Require Gtk/Glib 2.6.
3721
37222007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3723
3724 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
3725 Use them throughout in place of AC_ARG_WITH calls.
3726 * configure: Regenerate.
3727
37282007-09-01 Andreas Schwab <schwab@suse.de>
3729
3730 * configure.in: Put quotes around nested macro calls.
3731
37322007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3733
3734 * configure.in: Fix typo.
3735 * configure: Regenerate.
3736
37372007-08-30 Glenn Morris <rgm@gnu.org>
3738
3739 * configure.in (AH_BOTTOM): Copy some manual changes made to
3740 src/config.in here so they are not lost when it regenerates.
3741
3742 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
3743
37442007-08-29 Károly Lőrentey <karoly@lorentey.hu>
3745
3746 * README.multi-tty: New file.
3747
37482007-08-29 Glenn Morris <rgm@gnu.org>
3749
3750 * README: Increase version to 23.0.50.
3751
37522007-08-29 Jan Djärv <jan.h.d@swipnet.se>
3753
3754 * configure.in: New option: --without-xaw3d.
3755
37562007-08-24 Glenn Morris <rgm@gnu.org>
3757
3758 * configure.in: Check for a suitably recent makeinfo.
3759
37602007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3761
3762 * configure.in (Check for required libraries): Typo.
3763
37642007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3765
3766 * configure.in: Check librsvg2 also for Mac Carbon.
3767
37682007-08-22 Romain Francoise <romain@orebokech.com>
3769
3770 * make-dist: Follow reorganization of files in etc/.
3771
37722007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3773
3774 * configure.in: Add support for SVG images through librsvg2.
3775
37762007-07-28 Eli Zaretskii <eliz@gnu.org>
3777
3778 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
3779 to avoid an error message if there is no DOC there.
3780
37812007-07-25 Glenn Morris <rgm@gnu.org>
3782
3783 * Relicense all FSF files to GPLv3 or later.
3784
3785 * COPYING, info/COPYING: Switch to GPLv3.
3786
37872007-06-20 Jan Djärv <jan.h.d@swipnet.se>
3788
3789 * configure.in: Complain if X seems to be installed but no
3790 development files were found.
3791
37922007-06-20 Glenn Morris <rgm@gnu.org>
3793
3794 * configure.in: Prefer libgif over libungif.
3795
37962007-06-14 Jan Djärv <jan.h.d@swipnet.se>
3797
3798 * configure.in: Check for all image libraries before exiting.
3799
38002007-06-13 Jan Djärv <jan.h.d@swipnet.se>
3801
3802 * configure.in: Exit with error if image libraries aren't found.
3803
38042007-06-13 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
3807 when compiling without scrollbars.
3808
38092007-06-12 Glenn Morris <rgm@gnu.org>
3810
3811 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
3812
38132007-06-11 Jan Djärv <jan.h.d@swipnet.se>
3814
3815 * configure.in: Change wording about yes/gtk and lucid/athena
3816 being synonyms.
3817
38182007-06-08 Glenn Morris <rgm@gnu.org>
3819
3820 * configure.in: Make gtk the default toolkit.
3821
38222007-06-07 Glenn Morris <rgm@gnu.org>
3823
3824 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
3825 for a Sun C compiler.
3826
3827 * Makefile.in (install-arch-indep): Install only the DOC- file
3828 specific to the build, if possible, rather than DOC-*.
3829
38302007-06-02 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * Version 22.1 released.
3833
38342007-05-25 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * mkinstalldirs: Sync to version in automake CVS.
3837
38382007-05-22 Andreas Schwab <schwab@suse.de>
3839
3840 * configure.in: Prefer build_alias over host when host_alias is not set.
3841 * configure: Regenerate.
3842
38432007-05-20 Andreas Schwab <schwab@suse.de>
3844
3845 * configure.in: Remove empty AC_SUBST.
3846 * configure: Regenerate.
3847
38482007-05-20 Nick Roberts <nickrob@snap.net.nz>
3849
3850 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
3851 it like others.
3852 * configure: Regenerate.
3853
38542007-05-20 Nick Roberts <nickrob@snap.net.nz>
3855
3856 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
3857 (AC_CHECK_LIB): Add -lgpm.
3858 * configure: Regenerate.
3859
38602007-05-03 Glenn Morris <rgm@gnu.org>
3861
3862 * configure: Tweak message about the absence of shell functions.
3863
38642007-04-27 Andreas Schwab <schwab@suse.de>
3865
3866 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
3867
38682007-04-26 Glenn Morris <rgm@gnu.org>
3869
3870 * README: Increase version to 22.1.50.
3871
38722007-04-24 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
3875
38762007-04-19 Glenn Morris <rgm@gnu.org>
3877
3878 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
3879
38802007-04-18 Glenn Morris <rgm@gnu.org>
3881
3882 * INSTALL: Mention CPP.
3883
38842007-04-15 Glenn Morris <rgm@gnu.org>
3885
3886 * FTP: Replace with a pointer to the web version.
3887
38882007-04-13 Glenn Morris <rgm@gnu.org>
3889
3890 * INSTALL: In lib-src, timer, wakeup, yow are removed.
3891
38922007-04-04 Glenn Morris <rgm@gnu.org>
3893
3894 * configure.in (NON_GNU_CPP): Use associated preprocessor when
3895 compiling with Sun Studio on Solaris.
3896
38972007-03-23 Glenn Morris <rgm@gnu.org>
3898
3899 * configure.in: Restore support for hp800 (removed 2007-01-27)
3900 following clarification of legal status.
3901
39022007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
3903
3904 * configure.in: Add support for AIX4.3 on IBM RS6000.
3905
3906 * configure: Regenerate.
3907
39082007-03-20 Richard Stallman <rms@gnu.org>
3909
3910 * configure.in: Fix previous change.
3911
39122007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
3913
3914 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
3915 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
3916 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
3917
39182007-03-19 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
3921 user specifies "without".
3922
3923 * configure: Regenerate.
3924
39252007-03-18 Jan Djärv <jan.h.d@swipnet.se>
3926
3927 * configure.in: Warning for Gtk+ and Cygwin added.
3928 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
3929
39302007-02-27 Glenn Morris <rgm@gnu.org>
3931
3932 * make-dist (oldXMenu): Remove Imakefile.
3933 (etc/images): Add README.
3934
39352007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3936
3937 * configure.in (xtensa-*-linux-gnu*): New configuration.
3938
3939 * configure: Regenerate.
3940
39412007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
3942
3943 * config.guess, config.sub: Updated from master source.
3944
39452007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3946
3947 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
3948
39492007-01-29 Chong Yidong <cyd@stupidchicken.com>
3950
3951 * configure.in: Restore support for hp800's not running HP-UX.
3952
3953 * configure: Regenerate.
3954
39552007-01-27 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * configure.in: Remove support for hp800 and sr2k machine types.
3958
3959 * configure: Regenerate.
3960
39612007-01-26 Jan Djärv <jan.h.d@swipnet.se>
3962
3963 * configure.in: Add check for libXft.
3964
39652007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3966
3967 * INSTALL: Info files moved to share/info.
3968
39692007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
3970
3971 * configure.in: Detect and use fink-installed in intel-based Mac
3972 builds; change Apple Darwin section to support both PowerPC and
3973 Intel-based Macs.
3974
39752006-12-26 Andreas Schwab <schwab@suse.de>
3976
3977 * Makefile.in (datarootdir): Define.
3978
39792006-12-24 Richard Stallman <rms@gnu.org>
3980
3981 * configure.in: Require Autoconf 2.61.
3982
39832006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
3984
3985 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
3986 Remove redundant entry for powerpc-apple-netbsd.
3987
3988 * configure: Regenerate.
3989
39902006-12-22 Chong Yidong <cyd@stupidchicken.com>
3991
3992 * configure: Regenerate with autoconf 2.61.
3993
39942006-12-20 Jan Djärv <jan.h.d@swipnet.se>
3995
3996 * configure.in: Detect alsa/asoundlib.h also.
3997 * configure: Regenerate.
3998
39992006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4000
4001 * configure.in: Check if GTK+ compiles at all.
4002
40032006-12-10 Andreas Schwab <schwab@suse.de>
4004
4005 * configure.in: Remove check for struct timezone, its result is
4006 never used.
4007
40082006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4009
4010 * configure.in: Add support for Solaris 10 on x86-64.
4011
40122006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4013
4014 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4015 of PKG_CONFIG_PATH.
4016
40172006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4018
4019 * configure.in (HAVE_SYNC): New test.
4020
40212006-12-03 Glenn Morris <rgm@gnu.org>
4022
4023 * Makefile.in: Fix Copyright format.
4024
4025 * configure.in (AH_TOP): Add missing Copyright year.
4026
4027 * update-subdirs: Add missing Copyright years.
4028
40292006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4030
4031 * Makefile.in: Touch only the parts of the share/emacs directory
4032 specific to this version.
4033
40342006-11-26 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4037
40382006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4039
4040 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4041
40422006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4043
4044 * configure.in: Prefer X11 to Carbon only when some X-specific
4045 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4046
40472006-11-04 Romain Francoise <romain@orebokech.com>
4048
4049 * Makefile.in (bootstrap-clean-before): Fix typo.
4050 Use new target `bootstrap-clean' in the leim subdirectory.
4051
40522006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4053
4054 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4055
40562006-10-30 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4059 directories.
4060
40612006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4062
4063 * configure.in: Enable x86-64 OpenBSD compilation.
4064
40652006-10-28 Glenn Morris <rgm@gnu.org>
4066
4067 * AUTHORS: Add cal-html.el author.
4068
40692006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4070
4071 * make-dist: Make links to mac/make-package and
4072 mac/Emacs.app/Contents/Resources/Emacs.icns.
4073
40742006-10-27 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * README: Bump version number to 22.0.90.
4077
40782006-10-23 Andreas Schwab <schwab@suse.de>
4079
4080 * configure.in: Make sure x_default_search_path is always set even
4081 when x_libraries is empty, and look in .../share as well for each
4082 library directory.
4083
40842006-09-28 Kenichi Handa <handa@m17n.org>
4085
4086 * configure.in (locallisppath): Don't include leim dir.
4087 (lisppath): Include leim dir.
4088
40892006-09-15 Jay Belanger <belanger@truman.edu>
4090
4091 * COPYING: Replace "Library Public License" by "Lesser Public
4092 License" throughout.
4093
40942006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4095
4096 * make-dist (EMACS): Exit and fail if the EMACS environment
4097 variable is set to something other than an absolute file name.
4098
40992006-08-16 Andreas Schwab <schwab@suse.de>
4100
4101 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4102 of hardcoding it.
4103
41042006-08-16 Richard Stallman <rms@gnu.org>
4105
4106 * INSTALL.CVS: Clean up wording.
4107
41082006-07-14 Eli Zaretskii <eliz@gnu.org>
4109
4110 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4111 $PKG_CONFIG --exists "$2" to config.log.
4112 * configure: Regenerate.
4113
1a71cb28 41142006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4115
4116 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4117
41182006-07-09 Kim F. Storm <storm@cua.dk>
4119
4120 * CONTRIBUTE: Use outline format.
4121 Add section on copyright years (from admin/notes/years).
4122
41232006-07-08 Eli Zaretskii <eliz@gnu.org>
4124
4125 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4126 to /dev/null, since we don't need the error message, just the
4127 exit status.
4128
41292006-07-07 Eli Zaretskii <eliz@gnu.org>
4130
4131 * CONTRIBUTE: Slight formatting changes and typo fixes.
4132 Add description of NEWS markings.
4133
41342006-07-07 Kim F. Storm <storm@cua.dk>
4135
4136 * CONTRIBUTE: Mention INSTALL.CVS.
4137
41382006-07-05 Romain Francoise <romain@orebokech.com>
4139
4140 * make-dist (top-level): Add CONTRIBUTE.
4141
41422006-07-04 Richard Stallman <rms@gnu.org>
4143
4144 * CONTRIBUTE: Much rewrite.
4145
41462006-07-04 Nick Roberts <nickrob@snap.net.nz>
4147
4148 * CONTRIBUTE: New file.
4149
41502006-06-24 Eli Zaretskii <eliz@gnu.org>
4151
4152 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4153
41542006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4155
4156 * configure.in: Add check for ALSA.
4157
41582006-05-06 Eli Zaretskii <eliz@gnu.org>
4159
4160 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4161
4162 * info/dir: Remove the Emacs-Xtra entry.
4163
41642006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4165
4166 Update copyright year(s) in many files.
4167
41682006-04-01 Eli Zaretskii <eliz@gnu.org>
4169
4170 * configure: Regenerated.
4171
41722006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4173
4174 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4175 --without-toolkit-scroll-bars was specified.
4176
41772006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4178
4179 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4180 to CFLAGS. Update Copyright years written to src/config.in.
4181
41822006-03-18 Claudio Fontana <claudio@gnu.org>
4183
4184 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4185 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4186 to be installed/uninstalled.
4187 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4188 to Info files installed by Emacs.
4189
41902006-03-03 Claudio Fontana <claudio@gnu.org>
4191
4192 * Makefile.in (install, uninstall): Add DESTDIR variable to
4193 support staged installations.
4194
41952006-02-14 Richard M. Stallman <rms@gnu.org>
4196
4197 * configure.in (s390x-*-linux-gnu*): New configuration.
4198
41992006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4200
4201 * configure.in: Require GTK 2.4 or newer.
4202
42032006-01-29 Michael Olson <mwolson@gnu.org>
4204
4205 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4206 * info/dir (ERC): New entry.
4207
42082006-01-29 Eli Zaretskii <eliz@gnu.org>
4209
4210 * info/dir: Fix last change.
4211
42122006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4213
4214 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4215
42162006-01-27 Eli Zaretskii <eliz@gnu.org>
4217
4218 * info/dir: Untabify the whole file.
4219 (Rcirc): New entry.
4220
42212006-01-12 Andreas Schwab <schwab@suse.de>
4222
4223 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4224 check.
4225
42262006-01-02 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * configure.in: Use -Wno-pointer-sign if available.
4229
42302005-12-29 Andreas Schwab <schwab@suse.de>
4231
4232 * config.guess, config.sub: Updated from master source.
4233
42342005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4235
4236 * configure.in: Use amdx86-64 for freebsd on x86_64.
4237
42382005-11-22 Romain Francoise <romain@orebokech.com>
4239
4240 * make-dist: Add etc/images/icons.
4241
42422005-11-03 Andreas Schwab <schwab@suse.de>
4243
4244 * configure.in: Use GZIP_PROG instead of GZIP.
4245
4246 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4247 (install-arch-indep): Adjust.
4248
42492005-11-01 Andreas Schwab <schwab@suse.de>
4250
4251 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4252 (bootfast): Likewise.
4253
42542005-11-01 Romain Francoise <romain@orebokech.com>
4255
4256 * configure.in: Check for gzip.
4257
4258 * Makefile.in (install): Compress source files.
4259
42602005-10-24 Steven Tamm <steventamm@mac.com>
4261
4262 * configure.in: Fix darwin386 configuration issue.
4263
42642005-10-22 Eli Zaretskii <eliz@gnu.org>
4265
4266 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4267
42682005-10-17 Bill Wohler <wohler@newt.com>
4269
4270 * make-dist: Create and populate etc/images/low-color.
4271
42722005-10-15 Bill Wohler <wohler@newt.com>
4273
4274 * make-dist: Create and populate etc/images/gud.
4275
42762005-10-08 Richard M. Stallman <rms@gnu.org>
4277
4278 * make-dist (tempparent): Don't check for 14-char file name limit.
4279
42802005-10-07 Romain Francoise <romain@orebokech.com>
4281
4282 * make-dist: Add etc/images/ezimage and etc/images/mail
4283 directories. Install images in etc/images.
4284
42852005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4286
4287 * configure.in: Prefer Carbon if --enable-carbon-app or
4288 --with-carbon is explicitly specified even when X11 is detected.
4289
42902005-09-15 Ulf Jasper <ulf.jasper@web.de>
4291
4292 * Makefile.in (install-arch-indep, uninstall):
4293 Handle newsticker manual.
4294 (info): Add - to commands.
4295
42962005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4297
4298 Remove the MAXPATHLEN limitations:
4299
4300 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4301
43022005-09-09 Eli Zaretskii <eliz@gnu.org>
4303
4304 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4305 * configure: Regenerate.
4306
43072005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4308
4309 * config.guess, config.sub: Updated from master source.
4310
43112005-08-03 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * .cvsignore: Add `lock'.
4314
43152005-07-28 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4318
43192005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4320
4321 Merge gnulib getopt implementation into Emacs.
4322
4323 * Makefile.in (AUTOCONF_INPUTS): New macro.
4324 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4325 so that these files also depend on m4/getopt.m4.
4326 * configure.in: Configure getopt by including m4/getopt.m4,
4327 and configuring a getopt replacement if necessary.
4328 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4329 * m4/getopt.m4: New file.
4330
43312005-07-06 Lute Kamstra <lute@gnu.org>
4332
4333 * configure.in: Fix capitalization.
4334
43352005-07-04 Lute Kamstra <lute@gnu.org>
4336
4337 Update FSF's address in GPL notices.
4338
43392005-06-19 Jérôme Marant <jerome@marant.org>
4340
4341 * Makefile.in (epaths-force): Protect both lisppath and
4342 buildlisppath from whitespace.
4343
43442005-06-08 Steven Tamm <steventamm@mac.com>
4345
4346 * configure.in: Support Darwin/MacOSX on Intel
4347
43482005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4349
4350 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4351
1a71cb28 43522005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4353
4354 * configure.in: Add --enable-locallisppath.
4355
43562005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4357
4358 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4359 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4360 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4361
43622005-05-07 Jérôme Marant <jerome@marant.org>
4363
4364 * make-dist: Remove references to makefile.nt and makefile.def.
4365 Include widgets and images subdirectories of etc. Do not exclude
4366 ldefs-boot.el.
4367
43682005-04-23 Andreas Schwab <schwab@suse.de>
4369
4370 * configure.in: Remove duplicate match for powerpc configuration.
4371
43722005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4373
4374 * configure.in: Check for <pwd.h>.
4375
43762005-04-14 Lute Kamstra <lute@gnu.org>
4377
4378 * make-dist: Distribute all ChangeLog files in lisp/.
4379 Don't distribute ldefs-boot.el.
4380 lisp/makefile.nt no longer exists.
4381
43822005-04-13 Lute Kamstra <lute@gnu.org>
4383
4384 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4385 for "no-byte-compile: t" in the file instead.
4386
43872005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4390 shadow the main Lesstif/Motif-2.1 libs and includes.
4391
43922005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4393
4394 * configure.in: Only add XASSERTS to cppflags.
4395
43962005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4397
4398 * configure.in: Added --enable-asserts.
4399
44002005-02-09 Kim F. Storm <storm@cua.dk>
4401
4402 Change release version from 21.4 to 22.1 throughout.
4403 Change development version from 21.3.50 to 22.0.50.
4404
44052005-01-19 Steven Tamm <steventamm@mac.com>
4406
4407 * configure.in: Check for <sys/utsname.h>.
4408
44092004-12-11 Kim F. Storm <storm@cua.dk>
4410
4411 * Makefile.in (info): Undo 2004-12-05 change.
4412
44132004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * info/dir (File): Add URL and Org Mode manuals.
4416 * Makefile.in (install-arch-indep, uninstall): Add url and org
4417 manuals.
4418
44192004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4420
4421 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4422 committed to src/config.in.
4423
44242004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4425
4426 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4427 pthreads and define HAVE_GTK_AND_PTHREAD.
4428
44292004-12-05 Richard M. Stallman <rms@gnu.org>
4430
4431 * Makefile.in (info): Ignore errors building info files.
4432
44332004-11-27 Eli Zaretskii <eliz@gnu.org>
4434
4435 * config.bat: If 8-byte alignment is not supported, define
4436 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4437 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4438 filter through Sed to remove the quotes.
4439
44402004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4443 not apply to files explicitly `cvs add'ed.
4444
44452004-11-12 Eli Zaretskii <eliz@gnu.org>
4446
4447 * config.bat: Don't require djecho.exe for the v1.x build.
4448 Add a test for DECL_ALIGN support, and add a trivial definition to
4449 src/config.h if 8-byte alignment is not supported.
4450
44512004-11-08 Kim F. Storm <storm@cua.dk>
4452
4453 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4454 files before building.
4455 (bootfast, bootstrap-clean-before-fast): New targets, like
4456 bootstrap but don't remove .elc files.
4457
44582004-11-06 Lars Brinkhoff <lars@nocrew.org>
4459
4460 * configure.in: Add check for getrusage.
4461
44622004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4463
4464 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4465 New tests for new and old GTK file dialogs.
4466 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4467 to no.
4468
44692004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4470
4471 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4472 can be set. Remove SETARCH test.
4473
44742004-10-08 Steven Tamm <steventamm@mac.com>
4475
4476 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4477
44782004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4479
4480 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4481 AC_MSG_WARN. Move output of warning message to end of configure run.
4482
44832004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4484
4485 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4486 Run test to see if heap start address is random.
4487
44882004-09-29 Miles Bader <miles@gnu.org>
4489
4490 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4491 if setarch is present.
4492
44932004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4494
4495 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4496
44972004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4498
4499 * configure.in: Check for exec-shield.
4500
1a71cb28
GM
45012004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4502
4503 * Makefile.in (install-arch-indep): Add pgg and sieve.
4504
4505 * info/.cvsignore: Added pgg and sieve.
4506
067d23c9
KY
45072004-08-06 Andreas Schwab <schwab@suse.de>
4508
4509 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4510
45112004-07-31 Eli Zaretskii <eliz@gnu.org>
4512
4513 * config.bat: Update URLs in the comments.
4514
067d23c9
KY
45152004-07-05 Andreas Schwab <schwab@suse.de>
4516
4517 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4518
45192004-06-21 Kenichi Handa <handa@m17n.org>
4520
4521 * make-dist: Link leim-ext.el into tempdir.
4522
45232004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4524
4525 * info/dir (File): Add emacs-xtra.
4526 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4527
45282004-06-12 Juri Linkov <juri@jurta.org>
4529
4530 * info/dir: Move menu help lines from `* Menu:' to file header.
4531 Describe the purpose of a red *.
4532
45332004-05-04 Dave Love <fx@gnu.org>
4534
4535 * configure.in: Don't use `extrasub'.
4536
45372004-04-29 Dave Love <fx@gnu.org>
4538
4539 * configure.in: Don't forget to quote args to `test'.
4540
45412004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4542
4543 * autogen.sh: Update filename in "please read" message.
4544
45452004-04-17 Richard M. Stallman <rms@gnu.org>
4546
4547 * INSTALL: Move the info about site-lisp dirs,
4548 and say uninstalled Emacs looks there too.
4549
45502004-04-04 Eli Zaretskii <eliz@gnu.org>
4551
4552 * config.bat (lib-src): Recognize comment lines in Makefile.in
4553 that have a TAB after the #, to avoid errors in preprocessing with
4554 GCC 3.3.3.
4555
45562004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4557
4558 * Makefile.in: Mention in comment that `make maintainer-clean'
4559 deletes .elc files.
4560
45612004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * update-subdirs: Add local variables to prevent byte-compiling.
4564
45652004-03-21 Dave Love <fx@gnu.org>
4566
4567 * configure.in: Fix previous change.
4568
45692004-03-18 Dave Love <fx@gnu.org>
4570
4571 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4572
45732004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4574
4575 * info/dir (File): Add SMTP and SES.
4576
45772004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4580 (bootstrap): Use the new bootstrap-prepare target in lisp.
4581
45822004-02-18 Kim F. Storm <storm@cua.dk>
4583
4584 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4585
45862004-02-16 Eli Zaretskii <eliz@gnu.org>
4587
4588 * make-dist: Don't link index.*perm and permute-index into tempdir.
4589
45902004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4591
4592 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4593 to match previous changes by Eli Zaretskii.
4594
45952004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4596
4597 * Makefile.in: Set CDPATH to an empty string.
4598
45992004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * configure.in <darwin>: Use fink packages if available.
4602
46032004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4604
4605 * make-dist (lispref): Do include lispref/index.texi.
4606
46072004-01-06 Eric Hanchrow <offby1@blarg.net>
4608
4609 * make-dist (tempdir): Include cursors in nt/icons.
4610
46112003-12-30 Eli Zaretskii <eliz@gnu.org>
4612
4613 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4614 clashes with install-sh on 8+3 filesystems.
4615
1a71cb28 46162003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4617
4618 * .cvsignore: Add .arch-inventory.
4619
46202003-12-24 Andreas Schwab <schwab@suse.de>
4621
4622 * configure.in: Check for <sys/socket.h>. Include it before
4623 including <net/if.h>. Move check for <net/if.h> before its use.
4624
46252003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4626
4627 * Makefile.in (install-arch-dep): Don't let cd output go into
4628 pipe for carbon_appdir.
4629
46302003-12-24 Andreas Schwab <schwab@suse.de>
4631
4632 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4633
46342003-12-01 Andreas Schwab <schwab@suse.de>
4635
4636 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4637 hardcoding gcc.
4638
46392003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4640
4641 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4642 multiple displays.
4643 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4644
46452003-09-23 Dave Love <fx@gnu.org>
4646
4647 * configure.in: Check members of struct ifreq.
4648
46492003-09-14 Kim F. Storm <storm@cua.dk>
4650
4651 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4652
46532003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4654
4655 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4656
46572003-08-18 Lute Kamstra <lute@gnu.org>
4658
4659 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4660 required anymore.
4661
46622003-08-07 Andrew Choi <akochoi@shaw.ca>
4663
4664 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4665 option instead of -traditional-cpp for CPP.
4666
46672003-07-29 Richard M. Stallman <rms@gnu.org>
4668
4669 * configure.in (HAVE_XIM): Define if XIM is available.
4670
46712003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4672
4673 * configure.in: The function gtk_window_set_icon_from_file was
4674 introduced in GTK+ 2.2, so check for that release.
4675
46762003-07-23 Andreas Schwab <schwab@suse.de>
4677
4678 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
4679
4680 * Makefile.in (YACC): Remove, not used.
4681 (MAINT): Don't set.
4682 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
4683 disable dependency on ${srcdir}/configure.in when maintainer mode
4684 is disabled.
4685
46862003-07-22 Dave Love <fx@gnu.org>
4687
4688 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4689 HAVE_X11, not with_xim.
4690 (HAVE_CRTIN): Provide template.
4691 <with_png>: Test for png.h and libpng/png.h.
4692
46932003-07-15 Andreas Schwab <schwab@suse.de>
4694
4695 * configure.in: Temporarily leave quoting for AC_DEFINE.
4696
46972003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4698
4699 * configure.in: Check for posix_memalign.
4700
47012003-07-12 Richard M. Stallman <rms@gnu.org>
4702
4703 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4704
47052003-07-09 Kim F. Storm <storm@cua.dk>
4706
4707 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
4708 functionality of --without-xim.
4709
47102003-06-29 Dave Love <fx@gnu.org>
4711
4712 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
4713
47142003-06-23 Dave Love <fx@gnu.org>
4715
4716 * configure.in: Check for sys/_mbstate_t.h.
4717 Test XRegisterIMInstantiateCallback prototype.
4718 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
4719
47202003-06-06 Dave Love <fx@gnu.org>
4721
4722 * configure.in: Check for locale.h.
4723
47242003-06-05 Dave Love <fx@gnu.org>
4725
4726 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
4727 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
4728 (NLIST_STRUCT): Don't define.
4729 (AH_BOTTOM): Define my_strftime.
4730
47312003-06-02 Richard M. Stallman <rms@gnu.org>
4732
4733 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4734
47352003-05-24 Andreas Schwab <schwab@suse.de>
4736
4737 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
4738 bzero, and bcmp.
4739
47402003-05-22 Dave Love <fx@gnu.org>
4741
4742 * configure.in: Remove redundant test for term.h. Test for difftime.
4743
47442003-05-20 Dave Love <fx@gnu.org>
4745
4746 * configure.in: Append * to s390-*-linux-gnu case.
4747 (LIBMAIL) <lockfile>: Don't define.
4748
067d23c9
KY
47492003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4750
4751 * INSTALL (* GNU/Linux development packages): Mention Debian and
4752 RedHat package names.
4753
47542003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
4755
4756 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4757
47582003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4759
4760 * INSTALL (* GNU/Linux development packages): Tell people to
4761 install additional packages for compiling Emacs.
4762
1a71cb28
GM
47632003-04-30 Richard M. Stallman <rms@gnu.org>
4764
4765 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4766
47672003-04-28 Francesco Potortì <pot@gnu.org>
4768
4769 * configure.in: Undo last (RMS') change, as it is useless, per
4770 Dave Love.
4771
47722003-04-08 Richard M. Stallman <rms@gnu.org>
4773
4774 * configure.in: Put #include of jpeglib.h at start of line.
4775
067d23c9
KY
47762003-04-06 Francesco Potortì <pot@gnu.org>
4777
4778 * configure.in: Use the same configuration for all aix5, not just
4779 aix5.1.
4780
47812003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
4782
4783 * configure.in: Check for need for bigtoc support on IBM AIX for
4784 solving a linker table overflow problem.
4785
47862003-03-03 Rob Browning <rlb@defaultvalue.org>
4787
4788 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
4789 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
4790 over bzero, bcmp, and bcopy.
4791
47922003-02-23 Simon Josefsson <jas@extundo.com>
4793
4794 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
4795
47962003-02-21 Klaus Zeitler <kzeitler@lucent.com>
4797
4798 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4799
48002003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
4801
4802 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
4803
48042003-02-08 Andreas Schwab <schwab@suse.de>
4805
4806 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
4807 instead of the substitution.
4808
48092003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4810
4811 * Makefile.in: Use @EXEEXT@ for Cygwin.
4812 Use USERNAME if LOGNAME is not set (for Cygwin).
4813
4814 * configure.in: Add opsys=cygwin.
4815
48162003-01-22 Andreas Schwab <schwab@suse.de>
4817
4818 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
4819 redefining it explicitly in src/config.in.
4820
48212003-01-22 Markus Rost <rost@math.ohio-state.edu>
4822
4823 * Makefile.in (bootstrap): Make bootstrap-after.
4824
48252003-01-20 Jan Djärv <jan.h.d@swipnet.se>
4826
4827 * configure.in: Fix --with-gtk.
4828
48292003-01-19 Jan Djärv <jan.h.d@swipnet.se>
4830
4831 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
4832
4833 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
4834
48352003-01-14 Francesco Potortì <pot@gnu.org>
4836
4837 * configure.in (m68k-motorola-sysv): Remove (obsolete).
4838
48392003-01-07 Steven Tamm <steventamm@mac.com>
4840
4841 * configure.in: New option, --enable-carbon-app, to specify
4842 that the application should be installed
4843 * Makefile.in (install-arch-dep): On Mac OS X, install the
4844 Emacs.app application if carbon-app is enabled
4845
48462003-01-06 Dave Love <fx@gnu.org>
4847
4848 * configure.in: Check for nl_langinfo.
4849 [!HAVE_SIZE_T]: Fix typedef.
4850
48512003-01-06 David Kastrup <dak@gnu.org>
4852
4853 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
4854
4855 * configure.in: Add tests for install-info.
4856
48572002-12-09 Markus Rost <rost@math.ohio-state.edu>
4858
4859 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
4860 use again sol2-6 instead of sol2-8.
4861
48622002-12-09 Dave Love <fx@gnu.org>
4863
4864 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
4865
48662002-12-08 Andreas Schwab <schwab@suse.de>
4867
4868 * Makefile.in (install-arch-indep): Revert last change.
4869
48702002-11-27 Dave Love <fx@gnu.org>
4871
4872 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
4873 Check for __sys_siglist too. Check for memset.
4874 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
4875
48762002-11-22 Juanma Barranquero <lektu@terra.es>
4877
4878 * config.guess, config.sub: Updated from master source.
4879
48802002-11-19 Karl Fogel <kfogel@red-bean.com>
4881
4882 * autogen.sh: New file.
4883
1a71cb28 48842002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
4885
4886 * configure.in: Tidy up various quoting issues throughout.
4887 Use AC_GNU_SOURCE.
4888 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
4889 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
4890 Maybe define bcopy, bzero, bcmp.
4891 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
4892 non-existent machine file).
4893 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
4894 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
4895 (nlist.h): Move test up.
4896
48972002-11-18 Markus Rost <rost@math.ohio-state.edu>
4898
4899 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
4900
49012002-11-14 Francesco Potortì <pot@gnu.org>
4902
4903 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
4904
49052002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4906
4907 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
4908
49092002-11-08 Dave Love <fx@gnu.org>
4910
4911 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
4912 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
4913
49142002-11-07 Miles Bader <miles@gnu.org>
4915
4916 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
4917 Handle separate-build-dir case.
4918
49192002-11-06 Richard M. Stallman <rms@gnu.org>
4920
4921 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
4922 bulletproof. $bar may be empty when there are no .elc files.
4923
49242002-10-30 Dave Love <fx@gnu.org>
4925
4926 * configure.in: Require autoconf 2.53. Test for pty.h,
4927 sys/mman.h, sys/param.h, mremap, memmove.
4928 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
4929 (AC_PROG_YACC): Delete.
4930 (size_t): Use AC_CHECK_TYPES.
4931 (AH_TOP): Up-date copyright.
4932
49332002-10-01 Juanma Barranquero <lektu@terra.es>
4934
4935 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
4936
49372002-09-19 Richard M. Stallman <rms@gnu.org>
4938
4939 * configure.in: Fix the LessTif-directory-finder for real.
4940
49412002-09-14 Richard M. Stallman <rms@gnu.org>
4942
4943 * Makefile.in (maybe_bootstrap): Test for complete absence
4944 of compiled Lisp files.
4945
49462002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4947
4948 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
4949 (bootstrap-clean-after): Delete.
4950 (bootstrap): Make the sequencing explicit.
4951
49522002-09-10 Richard M. Stallman <rms@gnu.org>
4953
4954 * configure.in: Fix previous LessTif change.
4955
49562002-09-09 Richard M. Stallman <rms@gnu.org>
4957
4958 * configure.in (powerpcle-*-solaris2.5*): New configuration.
4959 (powerpcle-*-solaris*): Use version 2.6 as default.
4960 (*-sunos5.6*, *-solaris2.6*): New alternative.
4961 (*-sunos5*): Use version 2.6 as default.
4962
49632002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4964
4965 * configure.in: Fix typo.
4966
49672002-09-05 Richard M. Stallman <rms@gnu.org>
4968
4969 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
4970
4971 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
4972 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
4973
49742002-08-26 Kim F. Storm <storm@cua.dk>
4975
4976 * Makefile.in (install-arch-indep): Do not remove DOC file
4977 when it is the only DOC file installed; this is the case when
4978 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
4979
49802002-07-24 Markus Rost <rost@math.ohio-state.edu>
4981
4982 * configure.in: Fix typo.
4983
49842002-07-24 Richard M. Stallman <rms@gnu.org>
4985
4986 * configure.in: Don't print anything special about gamedir.
4987
4988 * configure.in: Delete nonstandard --with-game-user option.
4989
49902002-07-21 Richard M. Stallman <rms@gnu.org>
4991
4992 * Makefile.in (gamedir, localstatedir): New variables.
4993 (epaths-force): Insert value of gamedir into PATH_GAME.
4994
4995 * configure.in (gamedir): Handle it like lispdir.
4996 (--with-game-dir option): Delete.
4997
49982002-06-21 Pavel Janík <Pavel@Janik.cz>
4999
5000 * configure.in: Add support for mipseb-*-netbsd* machines.
5001
50022002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5003
5004 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5005
50062002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5007
5008 * info/dir (File): Add an entry for Tramp.
5009
50102002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5011
5012 * INSTALL-CVS: New file.
5013
50142002-06-07 Andreas Schwab <schwab@suse.de>
5015
5016 * configure.in (x86_64-*-linux-gnu*): New system.
5017
50182002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5019
5020 * config.bat: Handle the case when lispintro is truncated to lispintr.
5021
50222002-05-26 Paul Eggert <eggert@twinsun.com>
5023
5024 * config.guess, config.sub: Updated from master source.
5025
50262002-05-09 Richard M. Stallman <rms@gnu.org>
5027
5028 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5029
50302002-05-04 Pavel Janík <Pavel@Janik.cz>
5031
5032 * make-dist: Do not distribute lock/ directory.
5033
50342002-04-30 Andrew Choi <akochoi@shaw.ca>
5035
5036 * configure.in: Provide documentation string when defining
5037 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5038 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5039
1a71cb28 50402002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5041
5042 * configure.in: Delete configure check for access to the game user.
5043
50442002-04-29 Pavel Janík <Pavel@Janik.cz>
5045
5046 * make-dist: lwlib/Imakefile is removed.
5047
50482002-04-26 Andrew Choi <akochoi@shaw.ca>
5049
5050 * configure.in: Add support for powerpc-apple-darwin*.
5051 (HAVE_CARBON): Add.
5052
5053 * make-dist: Create directories in mac/Emacs.app.
5054
50552002-04-25 Pavel Janík <Pavel@Janik.cz>
5056
5057 * make-dist: lwlib-Xol* are removed.
5058
50592002-04-23 Andreas Schwab <schwab@suse.de>
5060
5061 * Makefile.in (MAINT): New variable.
5062 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5063 instead of configure.in, to avoid running autoconf and autoheader
5064 unless explicitly requested.
5065
50662002-04-16 Eli Zaretskii <eliz@gnu.org>
5067
5068 * config.bat: Update for msdos/sed2v2.inp.
5069
50702002-04-15 Andreas Schwab <schwab@suse.de>
5071
5072 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5073 * configure.in: Add config header templates to all AC_DEFINE and
5074 AC_DEFINE_UNQUOTED symbols.
5075 * make-dist: Run autoheader if necessary.
5076
50772002-04-10 Colin Walters <walters@verbum.org>
5078
5079 * configure.in: Add --game-dir, --game-user. Test to see if we
5080 can use them.
5081
50822002-04-08 Pavel Janík <Pavel@Janik.cz>
5083
5084 * configure.in: Add --with-sound.
5085
50862002-03-18 Kim F. Storm <storm@cua.dk>
5087
5088 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5089 and getsockname functions. Test for sys/un.h include file.
5090
50912002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5092
5093 * configure.in: Support AIX 5.1.
5094
50952002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5096
5097 * configure.in: Added test for X Session Management (HAVE_X_SM).
5098
50992002-03-03 Richard M. Stallman <rms@gnu.org>
5100
5101 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5102 Run chown $${LOGNAME} on files installed by tar xvf.
5103
51042002-03-03 Kim F. Storm <storm@cua.dk>
5105
5106 * configure.in: Test for getpeername.
5107
51082002-03-01 Richard M. Stallman <rms@gnu.org>
5109
5110 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5111 (HAVE_GIF): Don't use old libungif versions that crash.
5112
51132002-02-26 Richard M. Stallman <rms@gnu.org>
5114
5115 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5116 not just well-formed and valid.
5117 (mips-compaq-nonstopux*): New configuration.
5118
51192002-02-18 Paul Eggert <eggert@twinsun.com>
5120
5121 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5122 "sed q" is a portable equivalent to plain "head -1".
5123
51242002-02-13 Richard M. Stallman <rms@gnu.org>
5125
5126 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5127 (all): Don't depend on maybe_bootstrap here.
5128 (${SUBDIR}): Depend on it here instead.
5129
51302002-02-08 Richard M. Stallman <rms@gnu.org>
5131
5132 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5133
51342002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5135
5136 * configure.in: Recognize BSD/OS 5.0.
5137
51382002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5139
5140 * make-dist: Make version checking in emacs.texi consistent with
5141 how we set it there.
5142
51432001-12-29 Kim F. Storm <storm@cua.dk>
5144
5145 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5146
51472001-12-28 Richard M. Stallman <rms@gnu.org>
5148
5149 * configure.in: Test for mbsinit.
5150
51512001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5152
5153 These changes make Leim part of the standard distribution:
5154
5155 * README: Add info about the `leim' directory.
5156
5157 * INSTALL: Remove text that describes Leim as a separate package.
5158
5159 * noleim-Makefile.in: File removed.
5160
5161 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5162 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5163 Leim files out of the Emacs tree. Don't prepare a separate tarball
5164 for Leim.
5165
51662001-12-11 Richard M. Stallman <rms@gnu.org>
5167
5168 * configure.in (hppa*-*-linux-gnu*): New alternative.
5169
51702001-12-08 Pavel Janík <Pavel@Janik.cz>
5171
5172 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5173 creating distribution.
5174
51752001-12-06 Paul Eggert <eggert@twinsun.com>
5176
5177 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5178 (AC_FUNC_VFORK): Remove.
5179 (AC_FUNC_FORK): Add.
5180 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5181 this is required by recent Autoconf versions.
5182
51832001-12-02 Pavel Janík <Pavel@Janik.cz>
5184
5185 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5186 TODO, vms-pp.trans and others).
5187
51882001-11-29 Pavel Janík <Pavel@Janik.cz>
5189
5190 * make-dist: Use COPYING from the top-level directory.
5191
51922001-11-29 Gerd Moellmann <gerd@gnu.org>
5193
5194 * configure.in: Add support for FreeBSD/Alpha.
5195
51962001-11-29 Pavel Janík <Pavel@Janik.cz>
5197
5198 * make-dist: Add COPYING to the top-level directory of the
5199 distribution. Simplify the logic behind copying.
5200
5201 * Makefile.in (maybe_bootstrap): Fix previous change.
5202
52032001-11-28 Richard M. Stallman <rms@gnu.org>
5204
5205 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5206
52072001-11-26 Richard M. Stallman <rms@gnu.org>
5208
5209 * Makefile.in: bootstrap should not delete dumped executables.
5210 (bootstrap-clean-before): New target.
5211 (bootstrap): Use bootstrap-clean-before instead of clean.
5212 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5213
52142001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5215
5216 These changes add the Emacs Lisp Introduction manual to the
5217 distribution:
5218
5219 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5220
5221 * make-dist: Copy the files in lispintro directory.
5222
5223 * config.bat: Configure in the lispintro directory.
5224
5225 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5226
5227 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5228 (lispintro/Makefile): New target.
5229 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5230 (unlock, relock, info, dvi): Ditto.
5231
52322001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5233
5234 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5235
5236 * make-dist (etc): Don't distribute gfdl.1.
5237
52382001-11-22 Colin Walters <walters@debian.org>
5239
5240 * Makefile.in (install-arch-indep): Install the calc .info files.
5241 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5242
52432001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5244
5245 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5246 tindex.pl to the list of those being put into the distribution.
5247
52482001-11-16 Eli Zaretskii <eliz@gnu.org>
5249
5250 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5251
52522001-11-15 Pavel Janík <Pavel@Janik.cz>
5253
5254 * Makefile.in (uninstall): Fix previous change.
5255
5256 * configure.in, Makefile.in: Add support for --program-prefix,
5257 --program-suffix and --program-transform-name options.
5258
52592001-11-13 Pavel Janík <Pavel@Janik.cz>
5260
5261 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5262 (install-arch-indep): Install emacsclient manual page.
5263 (uninstall): Uninstall emacsclient manual page.
5264
52652001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5266
5267 * make-dist: Add lispref/index.*perm files to the distribution.
5268 From Pavel Janík <Pavel@Janik.cz>.
5269
52702001-11-12 Pavel Janík <Pavel@Janik.cz>
5271
5272 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5273
52742001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * configure.in: AC_OUTPUT lispref/Makefile.
5277
52782001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5279
5280 The following changes add the ELisp reference manual to the
5281 distribution.
5282
5283 * make-dist: Add the lispref directory to the distribution.
5284
5285 * Makefile.in (install-arch-indep): Add elisp* to the list of
5286 installed Info files.
5287 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5288 (lispref/Makefile): New target.
5289 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5290 Add commands for the lispref directory.
5291 (info, dvi): Ditto.
5292
5293 * config.bat: Configure in `lispref'.
5294
52952001-11-09 Richard M. Stallman <rms@gnu.org>
5296
5297 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5298
52992001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5300
5301 * make-dist (tempdir): Copy AUTHORS as well.
5302
53032001-11-06 Sam Steingold <sds@gnu.org>
5304
5305 * configure.in: Added a check for <nlist.h>.
5306
53072001-11-01 Pavel Janík <Pavel@Janik.cz>
5308
5309 * configure.in: Reindent --help output.
5310 From Per Starbäck (starback@ling.uu.se).
5311
53122001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5313
5314 * configure.in: New entry for HP/UX-11.
5315
5316 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5317 From Eric S. Raymond <esr@golux.thyrsus.com>.
5318
53192001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5320
5321 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5322 <athornton@sinenomine.net>.
5323
53242001-10-25 Gerd Moellmann <gerd@gnu.org>
5325
5326 * Makefile.in (maybe_bootstrap): New target.
5327 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5328
53292001-10-24 Ken Raeburn <raeburn@gnu.org>
5330
5331 * configure.in: If --with-hesiod is given, look for
5332 hes_getmailhost and res_send or __res_send; check hesiod and
5333 resolv libraries respectively if system libraries don't supply them.
5334
53352001-10-24 Gerd Moellmann <gerd@gnu.org>
5336
5337 * configure.in: Use $MAKE for `make' if set.
5338
53392001-10-22 Gerd Moellmann <gerd@gnu.org>
5340
5341 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5342 to tar options.
5343
53442001-10-20 Gerd Moellmann <gerd@gnu.org>
5345
5346 * (Version 21.1 released).
5347
53482001-10-20 Miles Bader <miles@gnu.org>
5349
5350 * configure.in (configuration): Set from `host' if `host_alias'
5351 isn't defined.
5352
53532001-10-19 Andreas Schwab <schwab@suse.de>
5354
5355 * configure.in: Make ready for autoconf 2.5x.
5356 (AC_PREREQ): Require autoconf 2.50.
5357 * aclocal.m4: Removed.
5358 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5359
53602001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5361
5362 * README: Bump Emacs version to 21.1.50.
5363
53642001-10-05 Gerd Moellmann <gerd@gnu.org>
5365
5366 * Branch for 21.1.
5367
53682001-09-05 Gerd Moellmann <gerd@gnu.org>
5369
5370 * configure.in: Avoid `$@' which is handled specially in
5371 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5372
53732001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5374
5375 * make-dist (nt): Add subdirs.el to the list of distributed files.
5376
53772001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5378
5379 * configure.in (machine): Add an entry for
5380 hppa1.1-hitachi-hiuxwe2*.
5381
53822001-05-28 Gerd Moellmann <gerd@gnu.org>
5383
5384 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5385 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5386
53872001-05-14 Gerd Moellmann <gerd@gnu.org>
5388
5389 * make-dist: Copy texinfo.tex unconditionally.
5390
53912001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5392
5393 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5394 that are installed.
5395
53962001-04-06 Gerd Moellmann <gerd@gnu.org>
5397
5398 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5399 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5400
5401 * make-dist: Handle leim/MISC-DIC. Only include
5402 `[a-zA-Z]*.{el,elc}' from leim/quail.
5403
54042001-04-05 Gerd Moellmann <gerd@gnu.org>
5405
5406 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5407
54082001-03-30 Gerd Moellmann <gerd@gnu.org>
5409
5410 * Makefile.in (.PHONY): Add for bootstrap targets.
5411 (bootstrap-clean): New target.
5412 (bootstrap): Use it instead of `clean'.
5413
54142001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5415
5416 * Makefile.in (SUBDIR): Remove leim.
5417 (all, .RECURSIVE, extraclean): Add leim explicitly.
5418 (leim): Provide separate rule which exports PARALLEL=0 into the
5419 environment.
5420
54212001-03-20 Gerd Moellmann <gerd@gnu.org>
5422
5423 * configure.in (HAVE_XPM): Don't print the result of the check for
5424 XpmReturnAllocPixels if we don't have an xpm.h.
5425
54262001-03-05 Gerd Moellmann <gerd@gnu.org>
5427
5428 * COPYING: New file.
5429
54302001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5431
5432 * config.bat: Update the copyright.
5433
54342001-02-23 Kenichi Handa <handa@etl.go.jp>
5435
5436 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5437 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5438 to `yes'. Later in AC_OUTPUT, check this variable.
5439
54402001-02-09 Dave Love <fx@gnu.org>
5441
5442 * AUTHORS: Updated.
5443
54442001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5445
5446 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5447
54482001-02-02 Gerd Moellmann <gerd@gnu.org>
5449
5450 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5451
5452 * Makefile.in (uninstall): Ignore exit code of `rm'.
5453
5454 * Makefile.in (uninstall): Remove more info files. Remove
5455 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5456
54572001-01-31 Gerd Moellmann <gerd@gnu.org>
5458
5459 * noleim-Makefile.in (extraclean): Add.
5460
54612001-01-28 Gerd Moellmann <gerd@gnu.org>
5462
5463 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5464 it quiet.
5465
54662001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5467
5468 * Makefile.in (tags): Fix typo.
5469
54702001-01-13 Kenichi Handa <handa@etl.go.jp>
5471
5472 * configure.in: Fix typo in the code setting x_search_path.
5473
54742001-01-10 Dave Love <fx@gnu.org>
5475
5476 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5477 -lXext.
5478 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5479 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5480 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5481 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5482 (now in $LIBS).
5483
54842001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5485
5486 * config.bat: Run the preprocessor with -traditional.
5487
54882001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5489
5490 * INSTALL: Move copying conditions to end of file.
5491
54922000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5493
5494 * INSTALL: Add basic installation procedure which assumes
5495 `configure' does its job. Elaborate on image support libraries.
5496 Add a pointer to Xaw3d library. Add advice about solving
5497 configure-time problems by looking in config.log and setting
5498 variables in the environment.
5499
55002000-12-27 Gerd Moellmann <gerd@gnu.org>
5501
5502 * Makefile.in (install-arch-indep): If tar fails, exit with
5503 exit code 1.
5504
55052000-12-19 Gerd Moellmann <gerd@gnu.org>
5506
5507 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5508 source file includes XKBlib.h. On some broken Solaris systems,
5509 there is an XKBlib.h, reportedly, but header files included by
5510 XKBlib.h are missing.
5511
55122000-12-14 Gerd Moellmann <gerd@gnu.org>
5513
5514 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5515
55162000-12-11 Dave Love <fx@gnu.org>
5517
5518 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5519
55202000-12-11 Paul Eggert <eggert@twinsun.com>
5521
5522 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5523 Merge fixes from latest GNU tar version. These macros no longer
5524 futz with _XOPEN_SOURCE, as that was not portable in practice.
5525 (AC_FUNC_FSEEKO): New macro.
5526
5527 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5528 ftello.
5529
55302000-12-05 Dave Love <fx@gnu.org>
5531
5532 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5533
55342000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5535
5536 * info/dir: Change the category to "Emacs".
5537
55382000-12-01 Gerd Moellmann <gerd@gnu.org>
5539
5540 * make-dist (tempdir): Remove epaths.h from the distribution
5541 instead of paths.h.
5542
55432000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5544
5545 * config.bat: Check for existence of djecho.exe, and print an
5546 error message if it is not available.
5547
5548 * INSTALL: Describe possible problem with djecho.exe in old
5549 versions of DJGPP v2.x.
5550
55512000-11-23 Gerd Moellmann <gerd@gnu.org>
5552
5553 * configure.in: Initialize HAVE_LIBXP to no.
5554
55552000-11-22 Gerd Moellmann <gerd@gnu.org>
5556
5557 * configure.in: Use m/macppc.h instead of the non-existent
5558 m/powerpc.h.
5559
55602000-11-21 Gerd Moellmann <gerd@gnu.org>
5561
5562 * Makefile.in (install-arch-indep): Also install info/eshell*
5563 and info/speedbar*.
5564
5565 * configure.in (HAVE_PNG): Check for the presence of
5566 png_get_channels to rule out older PNG libs.
5567
5568 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5569 GCC and NON_GNU_CPP into config.status.
5570
55712000-11-20 Dave Love <fx@gnu.org>
5572
5573 * configure.in: Fix last change.
5574
5575 * GETTING.GNU.SOFTWARE: Deleted.
5576 * FTP: New file to replace it.
5577 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5578
55792000-11-20 Gerd Moellmann <gerd@gnu.org>
5580
5581 * configure.in: Use -traditional with GNU cpp.
5582
55832000-11-17 Gerd Moellmann <gerd@gnu.org>
5584
5585 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5586 Distribute more files from the nt/ subdir. Distribute PBM
5587 image files from subdirs of lisp/. Distribute old change logs
5588 from subdirs of lisp/. Distribute play/5x5.el.
5589
55902000-11-11 Dave Love <fx@gnu.org>
5591
5592 * config.sub, config.guess: Updated from master source.
5593
55942000-11-07 Dave Love <fx@gnu.org>
5595
5596 * configure.in: Test for mkstemp.
5597
55982000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5599
5600 * info/dir (Top): Rearrange menu items more logically, and put
5601 them into a single category. Add menu items for RefTeX and
5602 Widget.
5603
56042000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5605
5606 * Makefile.in (install-arch-indep): Use --info-dir instead of
5607 --dir-file, and a simple argument instead of --info-file, so that
5608 the Debian version of install-info also works.
5609
56102000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5611
5612 * info/dir (Speedbar): Add entry.
5613
56142000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5615
5616 * INSTALL: Describe the new image-support options to the configure
5617 script. List URLs where image support libraries can be found.
5618
56192000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5620
5621 * info/dir (Top): Add an entry for Eshell.
5622
56232000-10-02 Dave Love <fx@gnu.org>
5624
5625 * configure.in: Check for gai_strerror.
5626
56272000-10-01 Andreas Schwab <schwab@suse.de>
5628
5629 * Makefile.in (install-arch-indep): Update list of installed info files.
5630
56312000-09-30 Gerd Moellmann <gerd@gnu.org>
5632
5633 * configure.in: Support `sparc*-*-netbsd*'.
5634
56352000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5636
5637 * info/dir (MIME): Add entry for emacs-mime.
5638
56392000-09-29 Dave Love <fx@gnu.org>
5640
5641 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5642
56432000-09-26 Gerd Moellmann <gerd@gnu.org>
5644
5645 * make-dist: Adapt to the change of leim/Makefile which was
5646 necessary to ensure a reasonably working `make dist'.
5647
5648 * leim-Makefile.in: Moved to leim/Makefile.in..
5649
5650 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5651
56522000-09-21 Kenichi Handa <handa@etl.go.jp>
5653
5654 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5655 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5656 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5657 files to .elc.
5658 (${TIT}): Adjusted for the above change.
5659 (clean mostlyclean): Likewise.
5660 (.el.elc): New target.
5661
56622000-09-19 Gerd Moellmann <gerd@gnu.org>
5663
5664 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5665 in the distribution.
5666
56672000-09-18 Gerd Moellmann <gerd@gnu.org>
5668
5669 * make-dist (skk): Rename to `ja-dic' because the leim directory
5670 was renamed.
5671
56722000-09-14 Dave Love <fx@gnu.org>
5673
5674 * configure.in: Fix spurion in last change.
5675
56762000-09-14 Gerd Moellmann <gerd@gnu.org>
5677
5678 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
5679 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
5680 to `no' if defined. Change result report.
5681
56822000-09-08 Dave Love <fx@gnu.org>
5683
5684 * configure.in: Remove spurious `@'s.
5685
5686 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
5687 autoconf.
5688
56892000-09-06 Gerd Moellmann <gerd@gnu.org>
5690
5691 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
5692 file and print informational message.
5693
5694 * configure.in (AC_FUNC_MMAP): Add.
5695
56962000-09-01 Gerd Moellmann <gerd@gnu.org>
5697
5698 * configure.in: Add ``checking'' messages for
5699 XpmReturnAllocPixels.
5700
57012000-08-28 Gerd Moellmann <gerd@gnu.org>
5702
5703 * configure.in: Check <strings.h>; check `index' and `rindex'
5704 functions.
5705
57062000-08-26 Kenichi Handa <handa@etl.go.jp>
5707
5708 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
5709 "case "${canonical}" in".
5710
57112000-08-25 Dave Love <fx@gnu.org>
5712
5713 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
5714
57152000-08-25 Kenichi Handa <handa@etl.go.jp>
5716
5717 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
5718
57192000-08-24 Gerd Moellmann <gerd@gnu.org>
5720
5721 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
5722 contains a relative path. Protect against unusable values of $PWD.
5723
57242000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5725
5726 * info/dir (WoMan): Add entry.
5727
5728 * config.bat (maindir): Update src/_gdbinit even if it does
5729 already exist.
5730
57312000-08-07 Gerd Moellmann <gerd@gnu.org>
5732
5733 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
5734
57352000-08-03 Gerd Moellmann <gerd@gnu.org>
5736
5737 * configure.in: Add support for ia64*-*-linux*.
5738
57392000-07-27 Gerd Moellmann <gerd@gnu.org>
5740
5741 * make-dist (aclocal.m4): Include in distribution.
5742
57432000-07-26 Dave Love <fx@gnu.org>
5744
5745 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
5746
57472000-07-24 Dave Love <fx@gnu.org>
5748
5749 * configure.in: Add AC_SIZE_T.
5750
57512000-07-18 Dave Love <fx@gnu.org>
5752
5753 * configure.in: Reorder so that most tests are done after CPPFLAGS
5754 is set from the C_SWITCH_... definitions.
5755
57562000-07-10 Gerd Moellmann <gerd@gnu.org>
5757
5758 * configure.in (HAVE_XPM): Undo previous change. Check for
5759 preprocessor define XpmReturnAllocPixels.
5760
57612000-07-06 Gerd Moellmann <gerd@gnu.org>
5762
5763 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
5764 instead of XpmReadFileToPixmap.
5765
57662000-07-05 Ken Raeburn <raeburn@gnu.org>
5767
5768 * configure.in: Check for <soundcard.h>. Look for ossaudio
5769 library, and set LIBSOUND accordingly.
5770
57712000-07-05 Dave Love <fx@gnu.org>
5772
5773 * configure.in: Use AC_HEADER_SYS_WAIT.
5774
57752000-07-05 Gerd Moellmann <gerd@gnu.org>
5776
5777 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
5778 lisp/Makefile. Distribute lisp/Makefile.in instead of
5779 lisp/Makefile.
5780
57812000-06-30 Ken Raeburn <raeburn@gnu.org>
5782
5783 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
5784 while searching for image-handling libraries.
5785
57862000-06-26 Gerd Moellmann <gerd@gnu.org>
5787
5788 * configure.in (--with-xim): New option.
5789
57902000-06-23 Dave Love <fx@gnu.org>
5791
5792 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
5793 for struct timezone and test how we can call gettimeofday.
5794 Check for OSF 5+. Check for term.h.
5795
5796 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
5797 version.
5798
57992000-06-23 Gerd Moellmann <gerd@gnu.org>
5800
5801 * configure.in (HAVE_LIBXP): Change test for libXp.
5802
58032000-06-21 Dave Love <fx@gnu.org>
5804
5805 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
5806 simple test for getloadavg and substitute GETLOADAVG_LIBS.
5807 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
5808
58092000-06-19 Dave Love <fx@gnu.org>
5810
5811 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
5812 _XOPEN_SOURCE is defined.
5813
58142000-06-16 Gerd Moellmann <gerd@gnu.org>
5815
5816 * Makefile.in (distclean): Also make distclean in lisp/.
5817
58182000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5819
5820 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
5821
58222000-06-15 Gerd Moellmann <gerd@gnu.org>
5823
5824 * make-dist: Add --help and --snapshot options.
5825
58262000-06-14 Gerd Moellmann <gerd@gnu.org>
5827
5828 * configure.in: Generate lisp/Makefile.
5829
5830 * configure.in: Add support for `*-lynxos*'.
5831 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
5832 recommended by <Karen.Dorhamer@compaq.com> to fix problems
5833 on Tru64 UNIX v5.0.
5834
58352000-06-13 Ken Raeburn <raeburn@gnu.org>
5836
5837 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
5838 it's on a continuation line.
5839
58402000-06-02 Dave Love <fx@gnu.org>
5841
5842 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
5843 files.
5844
5845 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
5846 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
5847 test.
5848
5849 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
5850 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
5851
58522000-05-26 Gerd Moellmann <gerd@gnu.org>
5853
5854 * configure.in: Add check for speed_t typedef.
5855
58562000-05-25 Ken Raeburn <raeburn@gnu.org>
5857
5858 * Makefile.in (install-arch-dep): Install fns-*.el only if it
5859 exists; it won't in the CANNOT_DUMP case.
5860
58612000-05-25 Gerd Moellmann <gerd@gnu.org>
5862
5863 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
5864 On FreeBSD, the exit status is 1 if CDPATH is not set.
5865 (install-arch-indep): Install ebrowse.info.
5866
58672000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
5868
5869 * configure.in: Check for grandpt and getpt.
5870
58712000-05-09 Dave Love <fx@gnu.org>
5872
5873 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
5874
58752000-05-05 Gerd Moellmann <gerd@gnu.org>
5876
5877 * make-dist: Make a link for lib-src/grep-changelog.
5878 Copy install-sh.
5879
58802000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
5881
5882 * config.bat: Identify the beginning of the cpp stuff in
5883 src/Makefile.in and lib-src/Makefile.in more accurately.
5884
58852000-04-27 Gerd Moellmann <gerd@gnu.org>
5886
5887 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
5888
58892000-04-19 Gerd Moellmann <gerd@gnu.org>
5890
5891 * configure.in: Add support for `powerpc-*-netbsd*'.
5892
58932000-04-19 Dave Love <fx@gnu.org>
5894
5895 * configure.in: Don't use AC_FUNC_GETLOADAVG.
5896
5897 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
5898
58992000-04-16 Dave Love <fx@gnu.org>
5900
5901 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
5902
59032000-04-14 Dave Love <fx@gnu.org>
5904
5905 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
5906
5907 * aclocal.m4 (AC_FUNC_MKTIME): New.
5908
59092000-03-28 Ken Raeburn <raeburn@gnu.org>
5910
5911 * configure.in: Line up "--help" output a little better.
5912
59132000-03-26 Gerd Moellmann <gerd@gnu.org>
5914
5915 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
5916 New targets.
5917 (bootstrap): Rewritten in terms of the new targets above. Make
5918 info files, too.
5919
59202000-03-12 Gerd Moellmann <gerd@gnu.org>
5921
5922 * config.guess, config.sub: Use the versions of the files from
5923 subversions.
5924
59252000-03-08 Dave Love <fx@gnu.org>
5926
5927 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
5928 AC_C_VOLATILE. Define POINTER_TYPE.
5929
5930 * aclocal.m4: New file.
5931
59322000-03-02 Gerd Moellmann <gerd@gnu.org>
5933
5934 * configure.in (machine): Add `mipsel-*-netbsd*' and
5935 `arm-*-netbsd*'.
5936
59372000-03-01 Gerd Moellmann <gerd@gnu.org>
5938
5939 * configure.in (machine): Add support for `*-auspex-sunos*'.
5940
59412000-02-29 Gerd Moellmann <gerd@gnu.org>
5942
5943 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
5944
59452000-02-18 Dave Love <fx@gnu.org>
5946
5947 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
5948
59492000-02-18 Andreas Schwab <schwab@suse.de>
5950
5951 * Makefile.in (install-arch-indep): Add eudc to list of installed
5952 info files.
5953
59542000-02-17 Ken Raeburn <raeburn@gnu.org>
5955
5956 * configure.in: Include -lz and -ljpeg (if it's available) when
5957 testing for the tiff library.
5958
59592000-02-17 Gerd Moellmann <gerd@gnu.org>
5960
5961 * configure.in: Remove LISP_FLOAT_TYPE.
5962
59632000-02-12 Dave Love <fx@gnu.org>
5964
5965 * configure.in: Use AC_FUNC_VFORK.
5966
59672000-02-01 Gerd Moellmann <gerd@gnu.org>
5968
5969 * make-dist: Various fixes for new development tree.
5970
5971 * leim-Makefile.in: New file.
5972
59732000-01-31 Gerd Moellmann <gerd@gnu.org>
5974
5975 * Makefile.in (dist): Call ./make-dist.
5976
59772000-01-24 Dave Love <fx@gnu.org>
5978
5979 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
5980
59812000-01-18 Gerd Moellmann <gerd@gnu.org>
5982
5983 * configure.in (HAVE_GIF): Check for DGifOpen instead of
5984 DGifOpenFileName.
5985
59862000-01-11 Andreas Schwab <schwab@suse.de>
5987
5988 * Makefile.in (install-arch-indep): Update list of info files to
5989 be installed.
5990
59912000-01-05 Dave Love <fx@gnu.org>
5992
5993 * configure.in: Check for jerror.h as well as libjpeg.
5994
59952000-01-03 Andreas Schwab <schwab@suse.de>
5996
5997 * Makefile.in (install-arch-indep): Install autotype*. Run
5998 install-info on autotype and emacs-faq.info.
5999
60001999-12-04 Dave Love <fx@gnu.org>
6001
6002 * Makefile.in (install-arch-indep): Depend on `info'.
6003 (install-strip): Use `install' as sub-make target.
6004
60051999-11-23 Ken Raeburn <raeburn@gnu.org>
6006
6007 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6008 didn't need to be deleted. Check for the k5crypto library as well
6009 as the crypto library; MIT Kerberos 1.1 changed the name.
6010
60111999-11-18 Dave Love <fx@gnu.org>
6012
6013 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6014
60151999-11-11 Erik Naggum <erik@naggum.no>
6016
6017 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6018
60191999-11-08 Dave Love <fx@gnu.org>
6020
6021 * configure.in: Fix change for --with-pop default.
6022
60231999-11-04 Dave Love <fx@gnu.org>
6024
6025 * configure.in: Default to --with-pop. Change sense of with-gcc
6026 and with-toolkit-scroll-bars messages to reflect the defaults.
6027
60281999-11-01 Gerd Moellmann <gerd@gnu.org>
6029
6030 * INSTALL: Mention the Emacs Lisp Reference.
6031
60321999-10-27 Noah Friedman <friedman@splode.com>
6033
6034 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6035
60361999-10-23 Gerd Moellmann <gerd@gnu.org>
6037
6038 * Makefile.in (bootstrap): New target.
6039
60401999-10-19 Paul Eggert <eggert@twinsun.com>
6041
6042 Add support for large files. Merge glibc 2.1.2.
6043
6044 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6045 (HAVE_TM_GMTOFF): New symbol.
6046 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6047 mbrlen, strsignal.
6048 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6049
60501999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6051
6052 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6053 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6054
60551999-10-09 Richard M. Stallman <rms@gnu.org>
6056
6057 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6058 Unset CDPATH to prevent cd from generating output.
6059
60601999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6061
6062 * update-subdirs: Also ignore CVS subdirs.
6063
60641999-10-07 Gerd Moellmann <gerd@gnu.org>
6065
6066 * Makefile.in (install-arch-indep): Add ada-mode.
6067
60681999-10-06 Dave Love <fx@gnu.org>
6069
6070 * Makefile.in: Add rules for config.status, configure.
6071
60721999-09-07 Gerd Moellmann <gerd@gnu.org>
6073
6074 * configure.in (--with-sound): Removed.
6075
60761999-08-30 Gerd Moellmann <gerd@gnu.org>
6077
6078 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6079 the test for Xaw3d.
6080 (HAVE_TIFF): Add -lm to library check.
6081
60821999-08-28 Richard Stallman <rms@gnu.org>
6083
6084 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6085 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6086 after the other X-related libraries.
6087
60881999-08-21 Dave Love <fx@gnu.org>
6089
6090 * configure.in: Don't check for jpeglib.h.
6091
60921999-08-20 Gerd Moellmann <gerd@gnu.org>
6093
6094 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6095 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6096
60971999-08-18 Dave Love <fx@gnu.org>
6098
6099 * configure.in: Check for termcap.h.
6100
61011999-08-15 Gerd Moellmann <gerd@gnu.org>
6102
6103 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6104 use Emacs' scroll bars, even if configured for Motif or when
6105 Xaw3d is available.
6106
61071999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6108
6109 * configure.in: Check for getaddrinfo.
6110
61111999-08-04 Eli Zaretskii <eliz@gnu.org>
6112
6113 * config.bat: Make --no-debug work again by removing -gcoff.
6114
61151999-07-30 Dave Love <fx@gnu.org>
6116
6117 * configure.in: Check for stdlib.h.
6118
61191999-07-19 Dave Love <fx@gnu.org>
6120
6121 * configure.in: Grok sparc64-*-linux-gnu*.
6122
61231999-07-12 Richard Stallman <rms@gnu.org>
6124
6125 * Version 20.4 released.
6126
61271999-06-23 Karl Heuer <kwzh@gnu.org>
6128
6129 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6130 Quote $EMACS, in case it's a program with args.
6131
61321999-06-15 Gerd Moellmann <gerd@gnu.org>
6133
6134 * configure.in (HAVE_GIF): Use libungif instead of libgif
6135 because the former doesn't contain patented compression code.
6136
61371999-05-29 Richard M. Stallman <rms@gnu.org>
6138
6139 * configure.in: Delete the Kerberos stuff.
6140
61411999-05-27 Greg Hudson <ghudson@mit.edu>
6142
6143 * configure.in: Prefer kerberos 5 names.
6144
61451999-04-26 Richard M. Stallman <rms@gnu.org>
6146
6147 * configure.in: Check for libXp.
6148
61491999-04-08 Richard Stallman <rms@gnu.org>
6150
6151 * make-dist: Include change logs in subdirs of `lisp'.
6152
61531999-04-05 Richard Stallman <rms@gnu.org>
6154
6155 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6156 (install-arch-indep): Make ${datadir}/emacs world-readable.
6157
61581999-03-30 Eli Zaretskii <eliz@gnu.org>
6159
6160 * config.bat: Use epaths.* instead of paths.*.
6161
61621999-03-07 Eli Zaretskii <eliz@gnu.org>
6163
6164 * INSTALL: Add detailed instructions to unpack and install
6165 intlfonts on MS-DOS.
6166
61671999-02-26 Richard Stallman <rms@gnu.org>
6168
6169 * configure.in: Use epaths.h and epaths-force instead of paths...
6170
6171 * Makefile.in (epaths-force): Renamed from paths-force;
6172 operate on epaths.in and produce epaths.h.
6173
61741999-02-24 Richard Stallman <rms@gnu.org>
6175
6176 * make-dist: Fix nt/icons directory handling.
6177
61781999-02-22 Simon Josefsson <jas@pdc.kth.se>
6179
6180 * configure.in (f301-fujitsu-uxpv4.1): New target.
6181
61821999-02-20 Richard Stallman <rms@gnu.org>
6183
6184 * make-dist (tempparent): Fix command to update info files.
6185
61861999-02-09 Richard Stallman <rms@gnu.org>
6187
6188 * configure.in (powerpc-apple-netbsd*): New alternative.
6189
61901999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6191
6192 * make-dist: Include the new directory nt/icons in distributions.
6193
61941999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6195
6196 * configure.in: Change message about HAVE_XFREE386.
6197
61981999-01-07 Eli Zaretskii <eliz@gnu.org>
6199
6200 * config.bat: Support configuring with leim.
6201
62021998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6203
6204 * configure.in (mips-sgi-irix6.5): New target.
6205
62061998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6207
6208 * configure.in: Remove GSS-API support, since it has been removed
6209 from movemail.
6210
62111998-12-04 Markus Rost <rost@delysid.gnu.org>
6212
6213 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6214
62151998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6216
6217 * Makefile.in: Don't install customize info file.
6218 Run install-info on viper info file.
6219
62201998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6221
6222 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6223
62241998-11-16 Kenichi Handa <handa@etl.go.jp>
6225
6226 * configure.in (*-*-bsdi4*): New target.
6227
62281998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6229
6230 * configure.in: Fix previous change.
6231
62321998-11-11 Richard Stallman <rms@gnu.org>
6233
6234 * configure.in (aviion-intel): New machine.
6235
62361998-11-04 Kenichi Handa <handa@etl.go.jp>
6237
6238 * configure.in (mips-nec-sysv4*): New target.
6239
62401998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6241
6242 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6243 from lisp.
6244
62451998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6246
6247 * make-dist: Don't include fns*.el in dist.
6248
62491998-10-30 Dave Love <fx@gnu.org>
6250
6251 * configure.in: Don't mkdir cpp.
6252
62531998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6254
6255 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6256 ${archlibdir}.
6257
62581998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6259
6260 * Version 20.3 released.
6261
62621998-07-30 Paul Eggert <eggert@twinsun.com>
6263
6264 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6265 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6266 (lwlib/Makefile, leim/Makefile):
6267 Prepend $(srcdir)/ to rule dependencies outside this dir.
6268
62691998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6270
6271 * configure.in: Use unset CDPATH instead of making it empty.
6272
62731998-06-20 Karl Heuer <kwzh@gnu.org>
6274
6275 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6276
62771998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6278
6279 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6280 and default.el. Sort the results.
6281
62821998-05-31 Karl Heuer <kwzh@gnu.org>
6283
6284 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6285 writable.
6286
62871998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6288
6289 * Makefile.in (install-arch-indep):
6290 Don't alter site-lisp/subdirs.el if it exists.
6291
62921998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6293
6294 * Makefile.in (install-arch-indep): Put `-' on commands to create
6295 subdirs.el in site-lisp dirs.
6296
62971998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6298
6299 * Makefile.in (install-arch-indep): Fix typo in previous change.
6300
63011998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6302
6303 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6304
63051998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6306
6307 * Makefile.in (mkdir): Create the site-lisp dirs.
6308 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6309
63101998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6311
6312 * Makefile.in (INSTALL_INFO): New variable.
6313 (install-arch-indep): Don't replace the dir file if it already exists.
6314 Use the install-info program, via INSTALL_INFO, to add entries.
6315 Make the `info' subdir and the Info files world-readable.
6316
63171998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6318
6319 * config.bat: Make sure the environment is large enough to support
6320 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6321
63221998-04-10 Karl Heuer <kwzh@gnu.org>
6323
6324 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6325
63261998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6327
6328 * configure.in: Add --with-gssapi to specify GSS-API
6329 authentication support for movemail.
6330
63311998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6332
6333 * Makefile.in (install-arch-indep): Fix previous change.
6334
63351998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6336
6337 * Makefile.in (info): Run man in build dir, not srcdir.
6338
63391998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6340
6341 * Makefile.in (install-arch-indep): Fix previous change.
6342
63431998-03-23 Kenichi Handa <handa@etl.go.jp>
6344
6345 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6346
63471998-03-22 Richard Stallman <rms@gnu.org>
6348
6349 * Makefile.in (install-arch-indep): Put special subdirs.el files
6350 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6351
63521998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6353
6354 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6355
63561998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6357
6358 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6359 (m68*-hp-hpux*): Handle versions 1X like 10.
6360
63611998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6362
6363 * make-dist: PROBLEMS is now in etc, not top level dir.
6364
6365 * Makefile.in (SOURCES): Delete PROBLEMS.
6366
63671998-02-25 Richard Stallman <rms@gnu.org>
6368
6369 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6370
6371 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6372
63731998-01-17 Richard Stallman <rms@gnu.org>
6374
6375 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6376
63771998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6378
6379 * make-dist (tempparent): New option --no-check.
6380
6381 * make-dist: Don't do anything with cpp directory.
6382
63831997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6384
6385 * configure.in (sparc-fujitsu-sysv4*): New target.
6386
63871997-12-17 Andreas Schwab <schwab@gnu.org>
6388
6389 * configure.in: Cache more tests. Add missing quotes around
6390 message with embedded comma.
6391
63921997-12-04 Karl Heuer <kwzh@gnu.org>
6393
6394 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6395
63961997-11-26 Joel N. Weber II <devnull@gnu.org>
6397
6398 * make-dist: Changed the comment about `umask 0' to say `Don't
6399 restrict access to any files.'; previously it said `Don't protect
6400 any files', which may have implied that we think fascism is good.
6401
64021997-11-24 Paul Eggert <eggert@twinsun.com>
6403
6404 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6405 strftime needs the underlying host's strftime for locale dependent
6406 formats.
6407
64081997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6409
6410 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6411
64121997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6413
6414 * config.bat: Configure the man subdirectory.
6415
64161997-11-07 Paul Eggert <eggert@twinsun.com>
6417
6418 * configure.in (AC_CHECK_LIB): Add -lintl.
6419
64201997-11-07 Karl Heuer <kwzh@gnu.org>
6421
6422 * make-dist (check for .elc files): Avoid bash-specific syntax.
6423 (check for overflow 14-char limit): Simplify.
6424
64251997-11-07 Richard Stallman <rms@gnu.org>
6426
6427 * Makefile.in (install): Move blessmail last.
6428
64291997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6430
6431 * configure.in (gettimeofday, one arg or two):
6432 Clarify messages by avoiding double negative.
6433
64341997-09-30 Karl Eichwalder <ke@suse.de>
6435
6436 * Makefile.in (install-arch-indep): Install the widget info file.
6437
64381997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6439
6440 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6441 libraries in reverse order, so that libraries will appear in the
6442 correct dependency order on the link line (and so that the
6443 configure checks themselves will work properly when early
6444 libraries depend on later ones).
6445
64461997-09-21 Erik Naggum <erik@naggum.no>
6447
6448 * make-dist (making links to `src'): Keep timestamp on copied files.
6449
6450 * make-delta: New script to produce delta distributions.
6451
64521997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6453
6454 * Version 20.2 released.
6455
64561997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6457
6458 * Version 20.1 released.
6459
6460 * Makefile.in (install-leim): Depend on mkdir.
6461 (leim): Depend on src.
6462
64631997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6464
6465 * configure.in: Recognize alpha* instead of just alpha.
6466
64671997-09-12 Paul Eggert <eggert@twinsun.com>
6468
6469 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6470
64711997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6472
6473 * update-subdirs: Use rm -f.
6474
64751997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6476
6477 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6478 Ignore subdirs named Old.
6479
64801997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6481
6482 * configure.in: Add OpenBSD clause to set $machine.
6483
64841997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6485
6486 * make-dist: Recompile everything after updating various Lisp files.
6487 Recompile in leim as well as lisp.
6488 Check in leim as well as lisp for mismatched files and too-long names.
6489
64901997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6491
6492 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6493
64941997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6495
6496 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6497 before trying to copy anything from it.
6498
64991997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6500
6501 * Makefile.in (man/Makefile): New target.
6502 (tags): Define env var EMACS and run Makefile from build dir.
6503
65041997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6505
6506 * config.bat: If src/_gdbinit doesn't exist, try using
6507 src/.gdbinit to create it (for building on Windows 95).
6508
65091997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6510
6511 * Makefile.in (install-arch-indep):
6512 Discard extra data in tar | tar pipes.
6513
65141997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6515
6516 * configure.in (x_default_search_path): Corrected
6517 '${x_library}' to '${x_library}/X11'.
6518
65191997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6520
6521 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6522
65231997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6524
6525 * configure.in: Support auto-configuration of both Kerberos V4 and
6526 Kerberos V5 for movemail, including detection of V4 and V5 header
6527 files and libraries.
6528
65291997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6530
6531 * configure.in: Compute x_default_search_path
6532 and substitute into makefiles.
6533
6534 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6535
65361997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6537
6538 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6539
65401997-08-07 Erik Naggum <erik@naggum.no>
6541
6542 * configure.in: Remove lockdir, it is no longer needed.
6543 * Makefile.in (mkdir): Don't create lockdir.
6544 (lockdir): Variable deleted.
6545 (paths-force): Don't operate on PATH_LOCK.
6546
65471997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6548
6549 * leim-Makefile.in (clean, distclean): New targets.
6550
6551 * make-dist: Include leim/ChangeLog in leim distribution.
6552
65531997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6554
6555 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6556
65571997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6558
6559 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6560
65611997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6562
6563 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6564
65651997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6566
6567 * make-dist: Update leim/leim-list.el.
6568 Pass along value of $EMACS when updating lisp dir.
6569
65701997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6571
6572 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6573 prerequisite to the use of Doug Lea's malloc.
6574
65751997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6576
6577 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6578
6579 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6580
65811997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6582
6583 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6584
65851997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6586
6587 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6588 to news-r6.h.
6589
65901997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6591
6592 * config.bat: Use `sed' instead of `cp', which might not be
6593 installed.
6594
65951997-07-09 Kenichi Handa <handa@etl.go.jp>
6596
6597 * Makefile.in (mostlyclean): Add cleaning leim directory.
6598 (clean, distclean, maintainer-clean): Likewise.
6599
66001997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6601
6602 * make-dist (bogosities): Check subdirs of `lisp' also.
6603
66041997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6605
6606 * make-dist (etc): Really avoid symlinks now.
6607 (lisp): Don't delete from subdirs the things we never copy.
6608
66091997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6610
6611 * Makefile.in (install-arch-indep): Correct the target name.
6612 The first letter `i' was dropped by the previous change of mine.
6613
66141997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6615
6616 * configure.in (leim/Makefile): Generate this.
6617 (*-sysv4.2uw*): Recognize new alternative.
6618
6619 * leim-Makefile.in: Renamed from leim-Makefile.
6620
6621 * make-dist: Set up real-leim subdirectory,
6622 with the real contents of leim; then move it to
6623 a separate top-level directory.
6624
6625 * make-dist: Don't mention site-lisp, site-init, site-start
6626 or default, when listing files hat are not compiled and should be.
6627
6628 * configure.in: Create src/config.stamp at the end.
6629
66301997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6631
6632 * Makefile.in (install-leim): Correct previous change.
6633
66341997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6635
6636 * Makefile.in (install-leim): New target.
6637 (install): Depend on install-leim.
6638
66391997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6640
6641 * Makefile.in (SUBDIR): Add leim.
6642 (SUBDIR_MAKEFILES): Add leim/Makefile.
6643 (leim/Makefile): New target.
6644
66451997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6646
6647 * leim-Makefile: New file.
6648 * make-dist: Initialize a `leim' subdirectory with that makefile.
6649
66501997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6651
6652 * configure.in (GNU_MALLOC_reason): Fix message text.
6653
66541997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6655
6656 * make-dist (lisp): Don't process subdirs that start with =.
6657 (etc): Copy symlinks, as in src.
6658
66591997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6660
6661 * configure.in (i*86-*-unixware*): New alternative.
6662
66631997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6664
6665 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6666 and touch it explicitly.
6667
6668 * configure.in (mips-sony-newsos6*): New alternative.
6669 (mips-*-linux-gnu*): New alternative.
6670 (*-*-bsdi*): New alternative.
6671 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
6672
66731997-06-22 Dave Love <d.love@dl.ac.uk>
6674
6675 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
6676 (src/config.h): New target to re-configure if src/config.in is patched.
6677
66781997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6679
6680 * configure.in (shutdown): Check for `shutdown' function.
6681
66821997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6683
6684 * update-subdirs: Include the directory "language" in subdirs.
6685
66861997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6687
6688 * configure.in (m88k-dg-dgux4*): New alternative.
6689 (alpha-*-netbsd*): New alternative.
6690 (powerpcle-*-solaris2*): New alternative.
6691
66921997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6693
6694 * make-dist: Warn about .el files that are not compiled.
6695
66961997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6697
6698 * Makefile.in (dist): Don't run update-subdirs here,
6699 since make-dist now gets that done.
6700
6701 * make-dist: Use the new `updates' target in lisp/Makefile.
6702
6703 * make-dist: Use new non-file targets in lisp/Makefile.
6704
67051997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6706
6707 * make-dist: Handle all subdirs of `lisp' uniformly.
6708 Don't handle `term' and `language' specially.
6709 Clear out umask at the beginning.
6710
67111997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6712
6713 * make-dist: Use Make to update finder-inf.el and autoloads.
6714 Also update cus-load.el.
6715
67161997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6717
6718 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
6719 in case it is desirable to disable the GNU malloc features with glibc.
6720
67211997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6722
6723 * configure.in (DOUG_LEA_MALLOC):
6724 Define if malloc_{get,set}_state exist.
6725
67261997-03-05 Kenichi Handa <handa@etl.go.jp>
6727
6728 * make-dist: Make links for files under lisp/language.
6729
67301997-02-20 Kenichi Handa <handa@etl.go.jp>
6731
6732 * update-subdirs: Exclude the directory "language" from subdirs.
6733
67341997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6735
6736 * configure.in: Check for rint and cbrt.
6737
67381997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6739
6740 * make-dist: Use $EMACS to say where to run Emacs.
6741 Add --no-update option.
6742
67431996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6744
6745 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
6746
67471996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6748
6749 * make-dist (copying src): Check thoroughly for symlinks
6750 and copy them in all cases. Regularize the linking of *.in
6751 and *.opt and ChangeLog files.
6752 (copying lib-src): Likewise.
6753 Don't rm getdate.c or y.tab.*--they don't exist any more.
6754
67551996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
6756
6757 * configure.in: Check for libmail, maillock.h and
6758 touchlock (for movemail).
6759
67601996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6761
6762 * configure.in (limits.h): Check for this file.
6763
67641996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6765
6766 * configure.in (rs6000-ibm-aix4.2): New alternative.
6767 (rs6000-ibm-aix4.0): New alternative.
6768 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
6769
67701996-11-22 Ben Harris <bjh21@cam.ac.uk>
6771
6772 * configure.in: Recognize vax-*-netbsd*.
6773
67741996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6775
6776 * configure.in (locallisppath): Add leim directory.
6777
67781996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6779
6780 * config.bat: Make sure `mv' supports forward slashes and -f.
6781
67821996-10-28 Christian Limpach <chris@nice.ch>
6783
6784 * configure.in (hppa*-next-nextstep*): * added after hppa
6785 to accept hppa1.0 and hppa1.1.
6786
67871996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
6788
6789 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
6790 * configure.in (ld_switch_machine): Fix typo.
6791
67921996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6793
6794 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
6795 from config.h and use them in $ac_link.
6796
67971996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
6798
6799 * configure.in: Create a subdir named `lisp'.
6800
68011996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6802
6803 * configure.in: Check for getcwd.
6804
68051996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6806
6807 * configure.in: Check for termios.h. Check for setpgid.
6808
68091996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6810
6811 * configure.in: Check for setrlimit.
6812
68131996-08-31 Paul Eggert <eggert@twinsun.com>
6814
6815 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
6816
68171996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6818
6819 * configure.in: Check for utimes.
6820
6821 * configure.in: Check for com_err library, but only
6822 if --with-kerberos was used. Check for krb and des
6823 only if --with-kerberos.
6824
68251996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6826
6827 * Makefile.in (INSTALL_STRIP): New variable.
6828 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
6829 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
6830
68311996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6832
6833 * configure.in: Check for krb and des libraries.
6834
68351996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6836
6837 * configure.in (*-sunos4.1.[3-9]*noshare):
6838 Use sunos413, not sunos4-1-3.
6839 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
6840 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
6841
68421996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6843
6844 * Makefile.in (src/paths.h): Target deleted.
6845 (paths-force): Delete all dependencies on this target
6846 but don't delete the target.
6847 (install): Depend on `all'.
6848 (paths-force): Don't print a message.
6849
6850 * configure.in: Generate src/paths.h here.
6851
68521996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6853
6854 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
6855 New variables that affect linking only.
6856 (alpha-dec-osf*): Use those instead of previous change.
6857
68581996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6859
6860 * Makefile.in (install-arch-indep): Install info/messages.
6861
68621996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6863
6864 * Version 19.33 released.
6865
68661996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
6867
6868 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6869 Fix previous change.
6870
68711996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6872
6873 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6874 New alternative.
6875
68761996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6877
6878 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
6879 and NON_GCC_TEST_OPTIONS.
6880
68811996-08-06 Paul Eggert <eggert@twinsun.com>
6882
6883 * configure.in (LOCALTIME_CACHE): Don't put a string literal
6884 "TZ=..." in environ.
6885
68861996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6887
6888 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
6889
68901996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6891
6892 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
6893 the more general *-sunos4.1.[3-9]* clause.
6894
68951996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6896
6897 * Version 19.32 released.
6898
6899 * configure.in (*-sco3.2v5*):
6900 Set OVERRIDE_CPPFLAG to a string of one space.
6901 Fix the code that uses OVERRIDE_CPPFLAG.
6902
69031996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6904
6905 * configure.in: Undo previous change.
6906
69071996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6908
6909 * config.sub: Use `pc', not `unknown', when canonicalizing
6910 the vendor for ...86.
6911
69121996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
6913
6914 * configure.in: Check for termios.h header.
6915
69161996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
6917
6918 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
6919
69201996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
6921
6922 * configure.in: Split bsdos2 and bsdos2-1.
6923
69241996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6925
6926 * config.sub: If last two words are not a recognized
6927 KERNEL-OS pair, use just the last word as OS, as in 19.31.
6928 Make conversion of gnu/linux to linux-gnu really work.
6929
6930 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
6931
69321996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6933
6934 * configure.in (check for using Lucid widgets by default):
6935 Eliminate indentation that confuses some compilers.
6936
69371996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6938
6939 * config.sub: Convert linux and gnu/linux to linux-gnu.
6940
6941 * make-dist: Don't update getdate.c.
6942 Ignore =... files when checking for too-long Lisp file names.
6943
69441996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6945
6946 * configure.in (euidaccess): Check for that, not for eaccess.
6947
69481996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6949
6950 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
6951 before `noshare'.
6952 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
6953
69541996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6955
6956 * configure.in: Rename lignux to linux-gnu in configuration names.
6957 Use gnu-linux as the opsys value (s/ file name).
6958 Allow i686 just like i386, i486, i586.
6959
69601996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6961
6962 * configure.in (i*86-*-sco3.2v5): New alternative.
6963 (OVERRIDE_CPPFLAG): New variable.
6964 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
6965
6966 * configure.in: Specify vpath for .texi files.
6967
69681996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6969
6970 * configure.in: Always check for HAVE_X11R5.
6971 Separately decide whether to use a toolkit by default.
6972
69731996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
6974
6975 * configure.in: If X11R5 is missing the Xaw headers,
6976 default to --with-x-toolkit=no.
6977
69781996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6979
6980 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
6981
69821996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6983
6984 * Makefile.in (install-arch-indep): If cd etc makes output,
6985 don't treat that as part of the tar data.
6986 Check that ./lisp actually exists.
6987
69881996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
6989
6990 * make-dist: Check for long file names.
6991
69921996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6993
6994 * Version 19.31 released.
6995
69961996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
6997
6998 * configure.in: Recognize sparc-*-lignux.
6999
70001996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7001
7002 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7003 Don't include config.w95.
7004
70051996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7006
7007 * make-dist: Replace --no-clean-up and --no-tar options
7008 with --clean-up and --tar, so that the default is useful.
7009
70101996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7011
7012 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7013 if not, tell the user to rename it and abort.
7014
70151996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7016
7017 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7018 test program.
7019
70201996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7021
7022 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7023
7024 * make-dist (MANIFEST): Fix previous change.
7025 (msdos): Put mainmake.v2 into the dist.
7026
70271996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7028
7029 * make-dist: Exit if autoconf fails.
7030
70311996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7032
7033 * config.bat: Set djgpp-ver, and unset it at the end.
7034 Add a number of conditionals for DJGPP version 2.
7035 Rename label libsrc2 to libsrc3.
7036 Substitute for LDFLAGS in src/Makefile.
7037 Substitute for ALL_CFLAGS in lib-src/Makefile.
7038
70391996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7040
7041 * configure.in (ncurses): Check this after checking fns like strerror.
7042
70431996-04-08 Erik Naggum <erik@naggum.no>
7044
7045 * make-dist (MANIFEST): Don't include lines from =files.
7046
70471996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7048
7049 * make-dist: Don't put lisp/dired.todo in the dist.
7050
70511996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7052
7053 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7054
7055 * configure.in (setlocale): Check for it.
7056
7057 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7058
70591996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7060
7061 * configure.in: Use lignux instead of linux as value of opsys.
7062
70631996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7064
7065 * Makefile.in (install-strip): Fix whitespace.
7066 Get rid of continuation.
7067
7068 * config.sub: Convert linux or gnu/linux to lignux.
7069
70701996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7071
7072 * configure.in: Accept lignux in configuration name.
7073
70741996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7075
7076 * Makefile.in (install-strip): New target.
7077
70781996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7079
7080 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7081 -f failed to do the job on Suns.
7082
70831996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7084
7085 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7086
7087 * configure.in (linux/version.h): Check for this header.
7088
70891996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7090
7091 * configure.in: Remove -fno-builtin hackery from -lm check.
7092
70931996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7094
7095 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7096 just this test.
7097
7098 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7099
71001996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7101
7102 * configure.in: Check for ncurses.
7103
71041996-02-28 Paul Eggert <eggert@twinsun.com>
7105
7106 * configure.in (LOCALTIME_CACHE):
7107 Also define if localtime mishandles unsetting TZ.
7108 This works around a localtime bug in mips-dec-ultrix.
7109
71101996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7111
7112 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7113
7114 * configure.in: Improve messages about X versions.
7115
71161996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7117
7118 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7119
71201996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7121
7122 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7123 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7124
7125 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7126 (install): Put install-arch-indep before install-arch-dep.
7127
71281996-02-20 Dave Love <d.love@dl.ac.uk>
7129
7130 * INSTALL: Clarify info about MS-DOS path handling.
7131
71321996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7133
7134 * Makefile.in (install-arch-indep): Install info/ccmode*.
7135 In previous change, protect against /bin/pwd returning null string.
7136
71371996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7138
7139 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7140 to lispdir.
7141
71421996-02-01 Paul Eggert <eggert@twinsun.com>
7143
7144 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7145
71461996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7147
7148 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7149
71501996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7151
7152 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7153 we delete everything distclean deletes.
7154
71551996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7156
7157 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7158
71591996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7160
7161 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7162 into LDFLAGS instead of into LIBS.
7163
71641996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7165
7166 * configure.in (HAVE_XMU): Fix typo in previous change.
7167
71681996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7169
7170 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7171
71721996-01-10 Erik Naggum <erik@naggum.no>
7173
7174 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7175
71761996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7177
7178 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7179
71801996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7181
7182 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7183 and use -lXt to link it.
7184
71851996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7186
7187 * configure.in (locallisppath): Put version-specific dir first.
7188
71891996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7190
7191 * configure.in (hppa-*-nextstep*): New alternative.
7192 (USE_X_TOOLKIT): By default, set this to "maybe";
7193 and change that later to LUCID or "no" according to X11 version.
7194
7195 * make-dist: Recompile outdated .elc files and update all autoloads.
7196
71971996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7198
7199 * configure.in (locallisppath): Fix typo in last change: " -> '.
7200
72011996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7202
7203 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7204
72051995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7206
7207 * Makefile.in (install-arch-indep): Give all files read permission.
7208
72091995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7210
7211 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7212 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7213
72141995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7215
7216 * configure.in: Determine HAVE_X11R6.
7217 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7218
72191995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7220
7221 * configure.in: Just "solaris" now defaults to version 2.4.
7222 Add sunos4.1.n-noshare as alternative.
7223
72241995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7225
7226 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7227
72281995-11-29 Erik Naggum <erik@naggum.no>
7229
7230 * Makefile.in (install-arch-indep): Add missing backslash.
7231
72321995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7233
7234 * Makefile.in (install-arch-indep): Don't install
7235 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7236
72371995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7238
7239 * Makefile.in (install-arch-indep): Fix previous change.
7240
7241 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7242
72431995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7244
7245 * Version 19.30 released.
7246
7247 * make-dist (lisp): Exclude subdirs.el.
7248
72491995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7250
7251 * make-dist (etc): Delete *.orig and *.rej.
7252
72531995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7254
7255 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7256
72571995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7258
7259 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7260
72611995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7262
7263 * make-dist (nt): Rename install, readme, and todo to
7264 INSTALL, README, and TODO.
7265
72661995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7267
7268 * make-dist (lisp): Don't distribute site-start.
7269
72701995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7271
7272 * make-dist: Break the hard link on alloca.c.
7273
72741995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7275
7276 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7277
72781995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7279
7280 * make-dist (src, lib-src): Don't distribute Makefile.c.
7281 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7282
72831995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7284
7285 * Makefile.in (mkdir): Create man1dir, not mandir.
7286 (uninstall): Use man1dir, not mandir.
7287
72881995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7289
7290 * Makefile.in (man1dir): New variable.
7291 (install-arch-indep): Use man1dir.
7292
7293 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7294
7295 * make-dist: Create lisp/MANIFEST.
7296
72971995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7298
7299 * configure.in (m68k-*-linux*): New alternative.
7300
73011995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7302
7303 * make-dist: Use new names config.in, paths.in, and
7304 {src,lib-src}/Makefile.in.
7305
73061995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7307
7308 * configure.in: Don't bother checking for drem.
7309
73101995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7311
7312 * Makefile.in (distclean): Delete line with just a tab in it.
7313 (install-arch-indep): Delete spaces that precede tabs.
7314 Delete spurious `fi' left from previous change.
7315 (install): Supply `true' as command, to avoid null command.
7316
73171995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7318
7319 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7320
73211995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7322
7323 * configure.in (powerpc-*-solaris2): New alternative.x
7324
73251995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7326
7327 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7328 of paths.h.tmp$$, to avoid going beyond 14 characters.
7329
73301995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7331
7332 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7333
73341995-09-06 Paul Eggert <eggert@twinsun.com>
7335
7336 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7337 if localtime caches TZ. Check for tzset.
7338
73391995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7340
7341 * config.bat: Simplify using new names file names src/makefile.in,
7342 config.in, paths.in. Change Echo commands not to use `.
7343
73441995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7345
7346 * Makefile.in (install-arch-indep): Always install the new dir file;
7347 rename the previous dir file to dir.bak or dir.old.
7348
73491995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7350
7351 * configure.in (RANLIB): Substitute this into makefiles.
7352 Set it specially on solaris; set it by default on other systems.
7353
7354 * configure.in: Fix previous Alpha change.
7355
73561995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7357
7358 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7359 NON_GCC_TEST_OPTIONS.
7360
73611995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7362
7363 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7364 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7365
7366 * configure.in (alpha-*-linux*): New configuration.
7367
73681995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7369
7370 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7371 (m68k-next-nextstep*): New alias for that.
7372 (i*86-*-nextstep*): Use nextstep.h.
7373 (sparc-*-nextstep*): New configuration.
7374
73751995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7376
7377 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7378 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7379
73801995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7381
7382 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7383 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7384
73851995-07-18 Mike Long <mike.long@analog.com>
7386
7387 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7388
73891995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7390
7391 * Makefile.in (src/paths.h, paths-force):
7392 Rename src/paths.h.in to src/paths.in.
7393 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7394
7395 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7396 Use Makefile.c for intermediate file.
7397 Rename src/config.h.in to src/config.in.
7398
73991995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7400
7401 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7402 (mips-dec-ultrix4.[12]): New alternative for old versions.
7403
74041995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7405
7406 * make-dist: Don't break intra-tree links.
7407
74081995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7409
7410 * configure.in: Put back archlibdir initialization. Require
7411 autoconf 2.4.1 or later.
7412
74131995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7414
7415 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7416 (mips-mips-riscos5*): New alternative.
7417
74181995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7419
7420 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7421
74221995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7423
7424 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7425 (mandir, infodir, archlibdir): Initializations deleted.
7426
7427 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7428 On hpux9shr, use hpux9shxr4.h.
7429
74301995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7431
7432 * configure.in: Added target mips-dec-mach_bsd4.3.
7433 * config.guess: Guess mips-dec-mach_bsd4.3.
7434
74351995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7436
7437 * Makefile.in (mkdir): Use symbolic chmod.
7438
74391995-06-22 Paul Eggert <eggert@twinsun.com>
7440
7441 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7442 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7443
74441995-06-22 Paul Eggert <eggert@twinsun.com>
7445
7446 * Makefile.in (SUBDIR_MAKEFILES):
7447 Add man/Makefile, so `make distclean' removes it.
7448 (top_distclean): Add config.log to the list of files to be removed.
7449
74501995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7451
7452 * Version 19.29 released.
7453
74541995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7455
7456 * configure.in: Fix the previous change to verify that the -b
7457 option really solves the problem.
7458
7459 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7460
74611995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7462
7463 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7464
74651995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7466
7467 * configure.in: Report more clearly when there is no special
7468 dir to search for X includes or libraries.
7469
74701995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7471
7472 * configure.in: Check for -lpthreads, not -lpthread.
7473
74741995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7475
7476 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7477
74781995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7479
7480 * configure.in: Check for -lpthread.
7481
74821995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7483
7484 * Makefile.in (install-arch-indep): Install info files for mh-e.
7485 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7486
74871995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7488
7489 * configure.in (*-solaris2.5): New configuration.
7490
7491 * make-dist: Copy new files config.nt and config.w95.
7492
74931995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7494
7495 * configure.in: Use x_includes, not x_libraries, for -I.
7496 Make bitmapdir a colon-separated list.
7497
74981995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7499
7500 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7501
7502 * configure.in: Allow x_libraries and x_includes to be paths.
7503
75041995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7505
7506 * configure.in: Fix typo.
7507
75081995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7509
7510 * INSTALL: Clarify use of site-init.el.
7511
75121995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7513
7514 * configure.in: Pass arg to sqrt.
7515
75161995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7517
7518 * make-dist: Fix May 6 change.
7519
75201995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7521
7522 * vpath.sed: Delete reference to ymakefile.
7523
75241995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7525
7526 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7527
75281995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7529
7530 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7531
7532 * update-subdirs: Specify /bin/sh to run the script.
7533
75341995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7535
7536 * make-dist: Put src/makefile.nt in dist.
7537
7538 * configure.in (i[345]86-*-bsdi2*): New configuration.
7539 (vax-dec-bsd386*): Deleted.
7540
75411995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7542
7543 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7544 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7545 Use fmod instead of logb in -lm check.
7546
75471995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7548
7549 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7550 Use bsd4-3. Don't set NON_GNU_CPP.
7551
7552 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7553 In nt, copy various different things, but not *.cmd.
7554 Fix the ln commands for the subdirs of nt.
7555
75561995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7557
7558 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7559
75601995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7561
7562 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7563 since that's what the header file expects.
7564
75651995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7566
7567 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7568 and 68040 based machines when choosing options for gnucc.
7569
75701995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7571
7572 * Makefile.in (top_distclean): Delete config.cache.
7573
75741995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7575
7576 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7577
7578 * configure.in: Use m/ncr386.h.
7579
75801995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7581
7582 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7583
75841995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7585
7586 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7587 (man): Don't copy texindex.c and getopt.c; they're deleted.
7588 (etc): Omit `e'; it's a subdirectory.
7589 (etc/e): Use `../..', not `..', to reference top level.
7590
75911995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7592
7593 * Makefile.in (install-arch-indep, dist):
7594 Look for `update-subdir' in $(srcdir).
7595
75961995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7597
7598 * make-dist: Include mkinstalldirs in distribution.
7599
76001995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7601
7602 * make-dist: Add missing close backquote.
7603
76041995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7605
7606 * make-dist: Don't distribute shortnames directory.
7607
76081995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7609
7610 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7611
76121995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7613
7614 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7615
76161995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7617
7618 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7619
76201995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7621
7622 * configure.in (mips-sgi-irix6): New configuration.
7623
76241995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7625
7626 * Makefile.in (maintainer-clean): Renamed from realclean.
7627
76281995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7629
7630 * configure.in: Create a .gdbinit that sources the real one,
7631 if using a different build directory.
7632
76331995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7634
7635 * configure.in: Check for sys/select.h.
7636
76371995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7638
7639 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7640
76411994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7642
7643 * configure.in: Handle isc 4.1 operating system.
7644
76451994-12-10 Richard Stallman <rms@kepa>
7646
7647 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7648 (rs6000-ibm-aix4*): New alternative.
7649
76501994-12-06 Richard Stallman <rms@kepa>
7651
7652 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7653
76541994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7655
7656 * configure.in: Don't try to make directories that are guaranteed
7657 to already exist.
7658
76591994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7660
7661 * configure.in: Generate man/Makefile from man/Makefile.in.
7662 Create the man subdir.
7663
7664 * Makefile.in (dvi): Run Make in our man subdir.
7665
7666 * make-dist: Create subdir etc/e.
7667 Make links to it.
7668 Put man/Makefile.in in dist, instead of man/Makefile.
7669
76701994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7671
7672 * configure.in: Add --with-pop, --with-kerberos, and
7673 --with-hesiod for movemail.
7674
76751994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7676
7677 * configure.in (m68*-apollo*): Use s/domain.h.
7678
76791994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7680
7681 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
7682
76831994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7684
7685 * configure.in: Don't add -I, -L, -R options for cc if their
7686 arguments would be empty.
7687
76881994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7689
7690 * configure.in (i860-intel-osf1*): New alternative.
7691 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
7692 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
7693
76941994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7695
7696 * configure.in: Make h_errno check not use nested functions.
7697
76981994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7699
7700 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
7701
77021994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7703
7704 * Makefile.in (install-arch-indep): Avoid continued comment
7705 swallowing target line.
7706
77071994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
7708
7709 * configure.in: Protect a character class with `changequote'.
7710
77111994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7712
7713 * configure.in: Accept `news' as a synonym for `newsos'.
7714
77151994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7716
7717 * Makefile.in: Don't rm files if cd fails.
7718
77191994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7720
7721 * make-dist: Put nt subdir and its subdirs in the dist.
7722 (lib-src): Put makefile.nt in the dist.
7723 (lisp): Put makefile.nt in the dist.
7724
77251994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7726
7727 * configure.in: Change a stray `[' to `test'.
7728
77291994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7730
7731 * configure.in: Adapt for Autoconf v2. Use the standard argument
7732 parser, host type canonicalizer, X11 finder, and message
7733 printing macros. Use the new macro names. Use `test' instead of `['.
7734
77351994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7736
7737 * configure.in: Check for getpagesize.
7738
77391994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7740
7741 * make-dist (msdos): Put sed* in the distribution.
7742
77431994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
7744
7745 * config.bat: New option, `--with-x', for configuring Emacs
7746 for use with the X11 system DesqView/X.
7747 New option, `--no-debug', for compiling Emacs without debug
7748 information thus saving disk space.
7749 (src/config.h, src/paths.h): Use `update' (which is like
7750 `move-if-changed') to change the file.
7751 (src/config.h): When configuring for X11 perform extra changes.
7752 (src/makefile): When configuring for X11 perform extra changes.
7753 (lib-src): Remove temporary files.
7754 (): Check that `sed', `rm', `mv', and `gcc' are available.
7755
77561994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7757
7758 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
7759
7760 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
7761
77621994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7763
7764 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
7765
7766 * configure.in (canonical): Substitute var into makefiles.
7767 (bitmapdir): Likewise.
7768
7769 * Makefile.in (bitmapdir): New variable.
7770 (src/paths.h, paths-force): Edit PATH_BITMAPS.
7771
77721994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7773
7774 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
7775
7776 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
7777 * update-subdirs: New shell script.
7778
77791994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7780
7781 * Makefile.in (top_distclean): Don't rm build-install.
7782 (SOURCES): Delete build-install.in.
7783
7784 * make-dist: Don't distribute build-ins.in.
7785 * build-ins.in: File deleted.
7786
77871994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
7788
7789 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
7790
77911994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7792
7793 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
7794
7795 * configure.in (libexecdir): Renamed from libdir. New default.
7796 (sharedstatedir): Renamed from statedir. New default.
7797 (datadir): New default.
7798
7799 * make-dist: Don't distribute subdirs.el.
7800
78011994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7802
7803 * configure.in (eaccess): Check for it.
7804
78051994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7806
7807 * configure.in (mktime): Check for it.
7808
78091994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
7810
7811 * configure.in (motif): Add support for usage and option checking.
7812
78131994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7814
7815 * configure.in (utimes): Check for it.
7816
78171994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7818
7819 * Makefile.in (install-arch-indep): Don't do mkdir here.
7820
78211994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7822
7823 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7824 riscix.h renamed to acorn.h.
7825
78261994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
7827
7828 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7829 New configurations.
7830
78311994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7832
7833 * configure.in: Remove trailing slashes from srcdir.
7834
78351994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7836
7837 * configure.in (i[345]86-sequent-ptx*): Handle
7838
78391994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7840
7841 * Makefile.in (paths-force): Depend on src/paths.h
7842
78431994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7844
7845 * configure.in (config_options): Save all arguments, not just some.
7846
78471994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7848
7849 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
7850
7851 * configure.in: Add AC_AIX.
7852 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
7853
78541994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7855
7856 * configure.in (parsing options): Simplify sed command to delete -'s.
7857
78581994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
7859
7860 * configure.in (config_options): New shell variable.
7861 Pass its value to C code in EMACS_CONFIG_OPTIONS.
7862
78631994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7864
7865 * configure.in (alpha-dec-osf*): New target.
7866
7867 * Makefile.in: Use just one FRC target.
7868
78691994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7870
7871 * Makefile.in (removenullpaths, paths-force):
7872 Use name paths.h.tmp$$, which depends on the pid.
7873
78741994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7875
7876 * Makefile.in (removenullpaths, paths-force):
7877 Put paths.h.tmp in top-level dir, not in src.
7878
78791994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7880
7881 * Version 19.27 released.
7882
78831994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7884
7885 * Version 19.26 released.
7886
78871994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7888
7889 * configure.in: Check for lrand48, not rand48.
7890
78911994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7892
7893 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
7894 (powerpc-ibm-aix*): New aliases.
7895
78961994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7897
7898 * make-dist (src/m, src/s): Put *.inp in distribution.
7899
79001994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7901
7902 * configure.in: Accept i586 and i486 along with i386.
7903
79041994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7905
7906 * configure.in: Do compute unexec, LIBX, system_malloc, etc
7907 even if CPP env var was set by the user.
7908
7909 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
7910
79111994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
7912
7913 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
7914
79151994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7916
7917 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
7918
79191994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7920
7921 * configure.in: Check more specifically for i*86-sun-sunos.
7922
79231994-08-03 Caveh Jalali (caveh@eng.sun.com)
7924
7925 * configure.in: Handle solaris 2.4.
7926
79271994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7928
7929 * configure.in (rand48): Check for it.
7930
79311994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7932
7933 * make-dist: Update the info files.
7934
79351994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7936
7937 * configure.in: Make "checking..." messages' style consistent.
7938 (HAVE_H_ERRNO): New test.
7939
79401994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7941
7942 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
7943
79441994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7945
7946 * configure.in (CFLAGS): If the envvar was specified, use that.
7947 And set REAL_CFLAGS from it too.
7948
79491994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7950
7951 * make-dist: Update finder-inf.el.
7952
79531994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7954
7955 * make-dist (msdos): Include sed4.inp in dist.
7956
7957 * Makefile.in (libsrc_libs): Var deleted.
7958
79591994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7960
7961 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
7962
79631994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7964
7965 * configure.in (mips-sony-newsos4*): New alias.
7966
79671994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7968
7969 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
7970 (*-convex-convexos*): Accept this as alias.
7971
79721994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7973
7974 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
7975 for two different uses.
7976
79771994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7978
7979 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
7980
79811994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7982
7983 * make-dist: Put ./BUGS into the distrib.
7984
79851994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7986
7987 * configure.in: Handle 386 running Solaris 2.
7988
79891994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7990
7991 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
7992
79931994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7994
7995 * configure.in (mips-sony-newsos*): Use news-risc.h.
7996
7997 * configure.in: Accept bsdi as opsys, like bsd386.
7998
79991994-06-01 Morten Welinder (terra@diku.dk)
8000
8001 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8002
80031994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8004
8005 * Version 19.25 released.
8006
8007 * make-dist (shortversion): Don't assume another period follows.
8008
80091994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8010
8011 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8012 (uninstall): Use /bin/pwd.
8013
8014 * Makefile.in (blessmail): Depend on src.
8015 (all): Don't depend on blessmail.
8016
8017 * Makefile.in (src/paths.h): Don't force recomputation.
8018 (paths-force): New target; force recomputation of paths.h.
8019 (all): Depend on paths-force.
8020 (src, lib-src): Depend on src/paths.h.
8021
8022 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8023 NON_GCC_TEST_OPTIONS.
8024
80251994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8026
8027 * configure.in: Don't insist on subversions for irix.
8028
80291994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8030
8031 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8032
8033 * configure.in (i[34]86-next-*): New alternative.
8034
80351994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8036
8037 * Version 19.24 released.
8038
8039 * configure.in: New config hppa*-hp-hpux9shr*.
8040
80411994-05-22 Morten Welinder (terra@tyr.diku.dk)
8042
8043 * config.bat: Doc fix.
8044
80451994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8046
8047 * Makefile.in (mostlyclean, clean, distclean, realclean)
8048 (extraclean): Don't act on man subdir if it doesn't exist.
8049
80501994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8051
8052 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8053 Use them to set up CC.
8054 (*-sun-sunos4.1.3): Set them.
8055
80561994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8057
8058 * Makefile.in (lib-src): Don't depend on src/paths.h.
8059
80601994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8061
8062 * build-ins.in (copydests): Get rid of spurious `-'s.
8063
8064 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8065
80661994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8067
8068 * Version 19.23 released.
8069
8070 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8071 for the Xlib and Xt checks; then restore old CFLAGS.
8072
80731994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8074
8075 * configure.in (HAVE_X11XTR6): Add newline before #if.
8076 Add newline after #endif.
8077
80781994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8079
8080 * configure.in (HAVE_X11XTR6): Arrange to define it.
8081
80821994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8083
8084 * Makefile.in (install): Depend on blessmail.
8085
80861994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8087
8088 * configure.in (mips-siemens-sysv*): Put quotes around value
8089 containing blanks.
8090
80911994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8092
8093 * Makefile.in (TAGS): Use the makefile in src subdir.
8094
80951994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8096
8097 * configure.in (opsys): Recognize `gnu'.
8098
80991994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8100
8101 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8102
81031994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8104
8105 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8106 version > 1.8.
8107
81081994-05-08 Morten Welinder (terra@diku.dk)
8109
8110 * config.bat: Forcibly remove "# " style comments from makefiles.
8111
81121994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8113
8114 * Makefile.in (uninstall): When processing lispdir and etcdir,
8115 do nothing unless it exists and is a directory.
8116
81171994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8118
8119 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8120 Merge code in from install-doc.
8121 (install-doc): Merge code back into install-arch-indep.
8122 (install-arch-dep): Don't depend on install-doc.
8123
8124 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8125
81261994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8127
8128 * configure.in (making src/Makefile and lib-src/Makefile):
8129 Split off the autoconf substitutions and don't pass them thru cpp.
8130 (undefs): Use $canonical as well as $configuration.
8131
8132 * make-dist: Distribute lisp/Makefile.
8133
8134 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8135 Use lower case names for the s files.
8136
81371994-05-03 Morten Welinder (terra@diku.dk)
8138
8139 * config.bat: Added possibility for different file name
8140 transcriptions in lib-src.
8141
81421994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8143
8144 * Makefile.in (lib-src): Undo previous change.
8145 (blessmail): New target to run maybe-blessmail in lib-src.
8146 (all): Depend on blessmail.
8147
8148 * Makefile.in (lib-src): Depend on src.
8149
81501994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8151
8152 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8153 (m88k-dg-dgux5.4R2): dgux5.4R2.
8154
81551994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8156
8157 * configure.in (window_system): Restore accidentally deleted code
8158 that uses AC_FIND_X.
8159
8160 * make-dist: Distribute config.bat.
8161
81621994-04-29 Morten Welinder (terra@diku.dk)
8163
8164 * config.bat: Corrected the configuration of lib-src
8165 to keep up with configure. Add note about dos version 3
8166 or better needed (djgpp needs that). Add note explaining
8167 that either install in c:/emacs or edit the script.
8168 Don't change to c:/emacs, but assume we're there (to minimize
8169 the number of places to change).
8170
8171 * config.bat: Build-in the first step towards X11 support with
8172 the X11 emulator that exists. At this time it won't work,
8173 and several files are missing.
8174
81751994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8176
8177 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8178 Don't look for -lresolv.
8179
8180 * Makefile.in (lib-src): Depend on src/paths.h.
8181
81821994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8183
8184 * configure.in: Restore deleted AC_SUBST of `configuration'.
8185 Improve error message for bad --with-x-toolkit value.
8186
8187 * configure.in: Define CONFIGURATION in src/config.h
8188 rather than substituting in src/Makefile.in.
8189
81901994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8191
8192 * Makefile.in (install-doc): New target.
8193 (install-arch-dep): Depend on install-doc.
8194 (mkdir): Create docdir.
8195
81961994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8197
8198 * configure.in: Test for libresolv.a.
8199 Substitute machfile and opsysfile.
8200
82011994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8202
8203 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8204 (install-arch-dep): Install under the name $(EMACS).
8205
82061994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8207
8208 * configure.in (version): Use entire value of emacs-version.
8209 (mips-siemens-sysv*): New alternative.
8210
82111994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8212
8213 * Makefile.in (install-arch-indep): Don't install dired-x*.
8214
82151994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8216
8217 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8218 Fix definition of $undefs.
8219
82201994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8221
8222 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8223
8224 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8225
82261994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8227
8228 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8229
82301994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8231
8232 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8233 and run it thru cpp, as with src/Makefile.in.
8234
8235 * configure.in: Use AC_SET_MAKE.
8236
82371994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8238
8239 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8240
82411994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8242
8243 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8244
8245 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8246 (printing the choices): Make the toolkit message unconditional.
8247 (USE_X_TOOLKIT): Use `none', not `no', if none.
8248 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8249 Get rid of temp file foofoo1.
8250
82511994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8252
8253 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8254
82551994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8256
8257 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8258 (printing the choices): State choice of toolkit.
8259 (libsrc_libs): Recalculate after writing config.h;
8260 then update lib-src/Makefile.
8261
82621994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8263
8264 * configure.in: Add sunos4shr as alternative for suns.
8265 Conditionals testing for null $CC were backwards.
8266
82671994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8268
8269 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8270
82711994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8272
8273 * configure.in: Handle -isc4.0*.
8274
82751994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8276
8277 * configure.in (esix5): Set NON_GNU_CPP.
8278
82791994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8280
8281 * Makefile.in (thisdir): Nonsensical variable removed.
8282 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8283 back to $thisdir, rather than the directory `this_dir'.
8284
82851994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8286
8287 * Makefile.in (install-arch-indep): Add missing backslash after a
8288 `then'.
8289
82901994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8291
8292 * Makefile.in (thisdir): New variable.
8293 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8294
82951994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8296
8297 * configure.in: Add freebsd.
8298
82991994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8300
8301 * configure.in: Check for fpathconf.
8302
83031994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8304
8305 * configure.in (with_x_toolkit): Fix typo in previous change.
8306
83071994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8308
8309 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8310
83111994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8312
8313 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8314
83151994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8316
8317 * configure.in: Fix value of docdir.
8318 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8319
83201994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8321
8322 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8323
83241994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8325
8326 * configure.in: New variable docdir to control where the docstring
8327 file goes.
8328 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8329
83301994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8331
8332 * configure.in: When --run-in-place, don't inherit archlibdir.
8333
83341994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8335
8336 * Makefile.in (install-arch-dep, install-arch-indep):
8337 New targets split up former do-install rule.
8338 (do-install): Target deleted.
8339
83401994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8341
8342 * configure.in (mips-sony-newsos*): New configuration.
8343
83441994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8345
8346 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8347
83481994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8349
8350 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8351
83521994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8353
8354 * configure.in: Don't initialize CC.
8355
83561994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8357
8358 * configure.in (creating src/Makefile): Also generate -U switches
8359 for symbols in the $configuration value.
8360
8361 * configure.in: Check for sys_siglist being declared in system header.
8362
83631994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8364
8365 * configure.in (creating src/Makefile): Delete blank lines
8366 along with lines of whitespace.
8367 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8368
83691994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8370
8371 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8372 like C_SWITCH_SYSTEM.
8373 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8374
83751994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8376
8377 * configure.in (drem): Check for this function.
8378
83791994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8380
8381 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8382 If CPP was inherited from environment, don't use NON_GNU_CPP.
8383 (NON_GNU_CC): Likewise.
8384 (handling with_gcc): Use explicit if in the `no' case.
8385 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8386
83871994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8388
8389 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8390
83911994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8392
8393 * configure.in: Check whether fmod exists.
8394
83951994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8396
8397 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8398 {src,lisp}/OChangeLog.
8399
84001994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8401
8402 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8403 necessary for proper operation. This code works with the current
8404 released version of Autoconf.
8405
84061994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8407
8408 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8409 (USE_X_TOOLKIT): Define it for all values except `no'.
8410
8411 * configure.in: Undo first Jan 8 change and Jan 16 change.
8412
84131994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8414
8415 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8416 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8417
8418 * Makefile.in (lwlib/Makefile): New target.
8419 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8420 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8421 (unlock, relock): Handle lwlib subdir.
8422
8423 * Makefile.in: Add some .PHONY targets.
8424
8425 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8426
8427 * lwlib: New subdirectory.
8428
84291994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8430
8431 * configure.in: If CPP has a value that is a directory,
8432 discard the value.
8433
84341994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8435
8436 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8437 remove -U[0-9]*.
8438
84391994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8440
8441 * Makefile.in (do-install): Install the dired-x info files.
8442
8443 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8444 (See src/s/sol2.h.)
8445
84461994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8447
8448 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8449
84501994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8451
8452 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8453 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8454 gratuitously break this and not make a change log entry.
8455 Optimized sed processing of Makefile.in and cpp output; now
8456 preserves comments previously removed from the cpp input.
8457 Eliminated temp file for cpp output. Generate -U switches to
8458 undefine all identifiers that appear in the directory name
8459 ${srcdir}; pass these to cpp.
8460
8461 * configure.in (version): Fix sed regexp to match two-elt version
8462 number.
8463
8464 * configure.in: Check for strerror.
8465
84661994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8467
8468 * configure.in: Test for bcmp.
8469
84701994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8471
8472 * make-dist (tempdir): Put subdir msdos into the distribution.
8473
84741993-01-07 Morten Welinder (terra@diku.dk)
8475
8476 * config.bat: New file.
8477
84781994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8479
8480 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8481
84821994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8483
8484 * configure.in (m68*-next-*): Don't care about which os is specified.
8485 (i[34]86-*-*): Check for *-nextstop*.
8486
84871993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8488
8489 * configure.in: Check for setsid.
8490
84911993-12-17 Richard Stallman (rms@srarc2)
8492
8493 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8494
84951993-12-15 Richard Stallman (rms@srarc2)
8496
8497 * Makefile.in (mkdir): Make only the lockdir writable.
8498
8499 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8500
85011993-12-11 Richard Stallman (rms@srarc2)
8502
8503 * Makefile.in (libdir): Use @libdir@.
8504
85051993-12-08 Richard Stallman (rms@srarc2)
8506
8507 * Makefile.in (install): Add empty command.
8508
85091993-12-04 Richard Stallman (rms@srarc2)
8510
8511 * make-dist: Put man/getopt.c in the dist.
8512
8513 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8514
8515 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8516
85171993-12-03 Richard Stallman (rms@srarc2)
8518
8519 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8520 Set it for all solaris versions.
8521 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8522 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8523 Likewise for NON_GNU_CC and CC.
8524
85251993-12-01 Richard Stallman (rms@srarc2)
8526
8527 * configure.in (mips-mips-riscos4*): Assign variable CC.
8528 (checking ${with_gcc}): If "no", don't override CC if already set.
8529 (CC): Initialize it as empty.
8530
85311993-11-30 Richard Stallman (rms@srarc2)
8532
8533 * configure.in (Suns): Set CPP if *-solaris2.3*.
8534
85351993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8536
8537 * Version 19.22 released.
8538
8539 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8540
85411993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8542
8543 * make-dist: When breaking links, use cp -p.
8544 Copy install.sh into distribution.
8545 Move the temp dir up into the parent dir;
8546 don't leave the staging dir make-dist.tmp... in existence.
8547 * install.sh: New file.
8548
85491993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8550
8551 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8552
85531993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8554
8555 * configure.in (version): When --run-in-place, exclude
8556 ${datadir}/emacs/site-lisp from locallisppath.
8557
85581993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8559
8560 * configure.in: Delete jumk.c before writing it.
8561
85621993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8563
8564 * Version 19.21 released.
8565
8566 * Makefile.in (mkdir): Ignore error from chmod.
8567
85681993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8569
8570 * make-dist: Don't put lisp/forms.README in the distribution.
8571
85721993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8573
8574 * configure.in (creating src/Makefile): Before running cpp,
8575 discard all lines that start with `# Generated' or /**/#.
8576
85771993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8578
8579 * Version 19.20 released.
8580
8581 * make-dist: Use build-ins.in, not build-install.in.
8582 Don't bother updating TAGS since it's not included.
8583
8584 * build-ins.in: Renamed from build-install.in.
8585
85861993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8587
8588 * make-dist: Don't try to link *.texinfo--there are none now.
8589 When running make in lib-src, specify YACC var value.
8590
85911993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8592
8593 * configure.in (extrasub): Add vpath patterns for %.[yls].
8594
8595 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8596 Instead just include the commands to make src/Makefile as the
8597 second arg to AC_OUTPUT.
8598
8599 * configure.in: Use : instead of dnl for comment inside
8600 $makefile_command.
8601
8602 * configure.in: No longer use vpath_sed. Instead, when we notice
8603 srcdir already configured, set extrasub to hack vpath in the
8604 makefiles.
8605
8606 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8607 before moving it.
8608 * Makefile.in (VPATH): Define to @srcdir@.
8609
86101993-09-28 Brian J. Fox (bfox@cubit)
8611
8612 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8613 doesn't exist. Just copy src/Makefile.in instead. Touch
8614 all of the Makefiles after editing config.status.
8615
8616 * INSTALL: Update documentation to match new configuration
8617 mechanism.
8618
86191993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8620
8621 * configure.in: Allow any of the path or directory Makefile
8622 variables to be set with flags to configure. Create all Makefiles
8623 at configure time. Edit special commands into config.status after
8624 src/Makefile.in is built from src/Makefile.
8625
8626 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8627 If these files are out of date, simply have config.status
8628 rebuild them; don't rebuild them explicitly.
8629
86301993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8631
8632 * build-install.in: Change src/xemacs to src/emacs. We no longer
8633 create src/xemacs, so the file wouldn't be found.
8634
8635 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8636
86371993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8638
8639 * configure.in: Avoid forcing the search of /usr/include before
8640 fixed include files by resetting C_SWITCH_X_SITE if it is
8641 "-I/usr/include".
8642
86431993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8644
8645 * Makefile.in (@rip_paths@locallisppath):
8646 Delete ${datadir}/emacs/site-lisp.
8647
86481993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8649
8650 * configure.in:
8651 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8652 Remove ${extra_output} from AC_OUTPUT call.
8653
86541993-09-17 Brian J. Fox (bfox@inferno)
8655
8656 * make-dist: Quote backquotes found in strings to be echoed.
8657
8658 * configure.in: Use "sh -c pwd" when we want to avoid having the
8659 shell fix up the value of $PWD.
8660
86611993-09-13 Brian J. Fox (bfox@inferno)
8662
8663 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8664 of the installation fail. Suggested by Karl Berry.
8665
86661993-08-30 Brian J. Fox (bfox@inferno)
8667
8668 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8669 was used. Set MAKEFLAGS from MFLAGS.
8670
86711993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8672
8673 * configure.in: Test for res_init in libc.
8674
86751993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8676
8677 * configure.in: In the file ${tempcname}, use configure___
8678 instead of @configure@.
8679
86801993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
8681
8682 * make-dist: Dist vpath.sed
8683
8684 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
8685 Depend on vpath.sed.
6e81c819 8686 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
8687
8688 * configure.in: Substitute variable `vpath_sed'.
8689 If not in $srcdir and $srcdir is configured,
8690 issue warning that GNU make is required,
8691 and set vpath_sed to use vpath.sed script.
8692
86931993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8694
8695 * configure.in: Remove check for $srcdir being configured. This
8696 pretty much works now.
8697 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
8698 Check for XFree86 (/usr/X386/include) independent of whether
8699 -lXbsd exists.
8700
8701 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
8702 realclean, unlock, relock): Use `$(MAKE)' in place of plain
8703 `make'.
8704
87051993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8706
8707 * Version 19.19 released.
8708
8709 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
8710
87111993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8712
8713 * configure.in: Check for XScreenNumberOfScreen.
8714
87151993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8716
8717 * configure.in: Add * to end of all configuration alternatives.
8718 (m68*-sony-newsos3*): New alternative.
8719
87201993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8721
8722 * make-dist: Include getdate.c in distribution.
8723
8724 * configure.in: For --help, use $PAGER if it is set.
8725 (LIB_X11_LIB): Default to -lX11.
8726 (mips-sgi-irix5.*): New alternative.
8727
8728 * Makefile.in (do-install): Install info/gnus* and info/sc*.
8729
8730 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
8731 Recognize *.B8.* as hpux version 8.
8732 (m68*-tektronix-bsd*): Fix typo in tek4300.
8733 (AC_HAVE_FUNCS): Add ftime.
8734
87351993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8736
8737 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
8738 Use tekxd88, not tekXD88.
8739
87401993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8741
8742 * configure.in: Check for -lm. Then can check for frexp and logb.
8743
87441993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8745
8746 * Version 19.18 released.
8747
8748 * make-dist (src): Don't put gnu-hp300 in dist.
8749 (src, lisp): Include OChangeLog in dist.
8750
87511993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8752
8753 * configure.in: Test for presence of logb and frexp functions.
8754
87551993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8756
8757 * configure.in (machine): Add i370-ibm-aix*.
8758
87591993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8760
8761 * configure.in (function checks): Test for mkdir and rmdir.
8762
8763 * configure.in (function checks): Don't test for random and bcopy
8764 only when we're building with X; look for them all the time.
8765
87661993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8767
8768 * configure.in: Test for availability of bcopy functions, searching
8769 the X libraries if we're using X.
8770
8771 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
8772 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
8773 versions of AIX, and needs to be passed to the loader.
8774
8775 * configure.in: Test for the availability of the
8776 XScreenResourceString function.
8777
87781993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
8779
8780 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
8781 LD_SWITCH_X_SITE and assume --with-x11.
8782 Only look for X11 files if we weren't told about a window system
8783 or if we were told to use X11 but not told where.
8784 Search the libraries from the s and/or m files when checking for
8785 functions.
8786
8787 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
8788
87891993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8790
8791 * make-dist: Include lisp/dired.todo in the distribution.
8792
87931993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8794
8795 * configure.in: Add code to set HAVE_INET_SOCKETS.
8796
87971993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8798
8799 * configure.in: If we do find x_includes and x_libraries
8800 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
8801
88021993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8803
8804 * make-dist: Include src/gnu-hp300 in the dist.
8805
8806 * configure.in (canonical): New variable holds the canonicalized
8807 configuration. Don't alter `configuration'. Use `configuration'
8808 for Makefile.in for file naming.
8809 (testing x_includes and x_libraries): Use =, not ==.
8810
88111993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8812
8813 * Version 19.17 released.
8814
8815 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
8816 directory's makefile. This allows the invocation of CPP which
8817 builds xmakefile to receive these switches. The SunSoft C
8818 preprocessor inserts spaces between tokens if it doesn't get the
8819 -Xs flag requested in src/s/sol2.h.
8820
88211993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
8822
8823 * configure.in (m68k-bull-sysv3): New config.
8824
88251993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8826
8827 * configure.in: Use the autoconf AC_FIND_X macro to try to find
8828 the X Windows libraries.
8829
88301993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8831
8832 * make-dist (tempdir): Don't create lisp/forms-mode directory in
8833 the distribution. Those files aren't kept in their own
8834 subdirectory any more.
8835
88361993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8837
8838 * Version 19.16 released.
8839
88401993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8841
8842 * configure.in: Add --verbose flag.
8843
88441993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8845
8846 * version 19.15 released.
8847
88481993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8849
8850 * Makefile.in (top_distclean): Use -f switch when cleaning out
8851 lock dir; it might be empty.
8852
8853 * configure.in: Only check for -lXbsd once.
8854
88551993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8856
8857 * Version 19.14 released.
8858
88591993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8860
8861 * make-dist: If using gzip, create distribution with '.gz' extension.
8862
8863 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
8864 (lisp/forms-mode): This doesn't exist anymore.
8865
8866 * configure.in: Look for the closedir function.
8867
88681993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8869
8870 * configure.in (CPP): Autoconf sets this to a shell variable
8871 reference, which doesn't work when it's edited into a makefile.
8872 Expand that variable reference.
8873
8874 * Makefile.in (CPP): New variable.
8875 (src/Makefile): Edit CPP into src/Makefile.
8876
8877 * Makefile.in (src/Makefile): Don't bother exiting single quotes
8878 and entering double quotes to get the values of LD_SWITCH_X_SITE
8879 and the other make variables; make substitutes them in anyway.
8880
8881 * Makefile.in (uninstall): Don't remove the lisp and etc
8882 directories if they're in the source tree.
8883
8884 Bring mumbleclean targets into conformance with GNU coding standards.
8885 * Makefile.in (mostlyclean, clean): Separate these two; just have
8886 them pass the request to the subdirectory makefiles.
8887 (distclean): Pass the request down, and then get rid of the
8888 files configure built, and get rid of the Makefiles.
8889 (realclean): Pass the request down, and then do the same things
8890 distclean does.
8891 (uninstall, info, dvi): New targets.
8892
8893 * configure.in: Move clause for PC-compatible i386 box to the end
8894 of the case statement, to avoid masking configurations below.
8895
8896 * configure.in: Add case for m88k-motorola-sysv4.
8897
8898 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
8899 the HP 68000 machines.
8900
8901 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
8902 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
8903 preprocessor won't fiddle with them.
8904
89051993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8906
8907 * Makefile.in (TAGS): cd to src to run etags.
8908
89091993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8910
8911 * configure.in (version): Check the X libraries for XrmSetDatabase
8912 and random, and see if we have -lXbsd.
8913
89141993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8915
8916 * configure.in: Pass "-Isrc" to the CPP we run to examine the
8917 s/*.h and m/*.h files. Martin Tomes
8918 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
8919
89201993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8921
8922 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
8923 above the general i386 alternative.
8924
89251993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8926
8927 * configure.in: Recognize configuration name for Data General
8928 AViiON machines.
8929
8930 * configure.in: Use AC_LONG_FILE_NAMES.
8931
89321993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8933
8934 * configure.in: Test for bison.
8935 * Makefile.in (YACC): New variable.
8936 (lib-src/Makefile.in): Edit YACC into the makefile.
8937
89381993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8939
8940 * Version 19.13 released.
8941
8942 * configure.in (CFLAGS): Don't set this according to the value of
8943 the GCC shell variable. Instead, consult the machine and system
8944 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
8945 test __GNUC__ while we're at it.
8946
8947 * configure.in: Remove extra ;; from hpux cases.
8948
89491993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8950
8951 * configure.in: Check to see if the system has -ldnet.
8952
89531993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8954
8955 * make-dist: Add clauses to distribute lisp/forms-mode.
8956
89571993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8958
8959 * configure.in (machine): Fix the versions in hpux version number test.
8960 Do not guess based on cpu type. Do check for explicit system version.
8961
89621993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8963
8964 * configure.in: Do NOT look for `unknown' as company name.
8965
89661993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8967
8968 * configure.in: Fix typo in message.
8969
89701993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8971
8972 * Version 19.12 released.
8973
8974 * Makefile.in (do-install): Correct previous etc-copying change.
8975 Partially rewrite using `if'.
8976 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
8977
8978 * Version 19.11 released.
8979
8980 * configure.in: Handle 386bsd.
8981
89821993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8983
8984 * make-dist: Update getdate.c.
8985
8986 * configure.in: Handle bsd386.
8987
8988 * Makefile.in (do-install): Use `-' in tar options.
8989
8990 * configure.in: Change ! "${...}" to x"${...}" = x.
8991
8992 * Makefile.in (do-install): Copy the DOC-* files from the build
8993 etc directory, as well as lots of things from ${srcdir}/etc.
8994
8995 * make-dist: Copy config.guess.
8996
8997 * configure.in: Handle AIX versions 1.2, 1.3.
8998
89991993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9000
9001 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9002 the configuration name mips-mips-usg* to represent USG systems.
9003
9004 * configure.in: Fix logic to detect if srcdir is already configured.
9005
9006 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9007
9008 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9009 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9010 of a directory; cd might fail, and have pwd print out the current
9011 directory.
9012
90131993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9014
9015 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9016
90171993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9018
9019 * configure.in: Complain if srcdir points at an already-configured
9020 tree.
9021
90221993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9023
9024 * Version 19.10 released.
9025
90261993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9027
9028 * Makefile.in: Use Makefile comments, not C comments.
9029
9030 * configure.in: Add case for the Tektronix XD88.
9031
90321993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9033
9034 * configure.in: Handle sysv4.2 and sysvr4.2.
9035
90361993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9037
9038 * configure.in: Traverse the argument list without destroying it;
9039 don't use shift. It turns out that "set - ${saved_arguments}"
9040 doesn't work portably.
9041
9042 * configure.in: Add missing "fi".
9043
9044 * make-dist: Rebuild configure if configure.in is newer.
9045
9046 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9047 targets to be executed even if make remembers that it has already
9048 satisfied FRC.
9049
90501993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9051
9052 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9053
9054 * configure.in (romp): Handle various version numbers with aos and bsd.
9055
90561993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9057
9058 * configure.in: Fix message text.
9059
90601993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9061
9062 * make-dist: Make a `site-lisp' directory in the distribution,
9063 instead of a `local-lisp' directory, which hasn't been the
9064 appropriate name for a long time.
9065 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9066 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9067
9068 * Makefile.in (do-install): Correctly detect if ./etc and
9069 ${srcdir}/etc are the same.
9070
9071 * configure.in: Extract UNEXEC from the system configuration
9072 files, compute the name of the source file corresponding to the
9073 object file, and #define it as UNEXEC_SRC in config.h.
9074
9075 * configure.in: If srcdir is '.', then try using PWD to make it
9076 absolute.
9077
9078 * configure.in: Include ${srcdir} in the printed report, to help
9079 people notice if it's an automounter path.
9080
90811993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9082
9083 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9084
90851993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9086
9087 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9088 when they are different. Add `shift' command.
9089 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9090 (externallispdir): Var deleted.
9091
9092 * configure.in: Delete spurious paren outputting short_usage.
9093
90941993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9095
9096 * Version 19.9 released.
9097
90981993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9099
9100 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9101 subdirectory makes.
9102
9103 * make-dist: Check for .elc files with no corresponding .el file.
9104
9105 * Makefile.in (mkdir): Make all the directories in locallisppath.
9106
9107 * config.guess: New file.
9108 * configure.in: Use it, tentatively.
9109 * INSTALL: Mention its usage.
9110
9111 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9112 the former gives you the operating system rev directly. Use
9113 s/hpux.h if we don't recognize what we got.
9114
9115 * Makefile.in (do-install): Don't remove a destination directory
9116 if it's the same as the source. If ${srcdir}/info == ${infodir},
9117 don't try to copy the info files.
9118
9119 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9120 doesn't work if you're not using a separate source directory.
9121 (do-install): Copy the build tree's etc directory only after
9122 making sure it's not also the source tree's etc directory.
9123
91241993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9125
9126 * configure.in: Handle sunos4.1.3 specially.
9127
91281993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9129
9130 * Makefile.in (INSTALL): Add definition.
9131
9132 * configure.in: Fix some messages. Support -with-gnu-cc.
9133 At the end, use `set --', not `set -'.
9134 Delete spurious `.h' in hpux alternatives.
9135
91361993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9137
9138 * Version 19.8 released.
9139
91401993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9141
9142 * configure.in: When looking for source in the same directory as
9143 the configure script, make the path thus discovered absolute.
9144 If the user specifies the `--srcdir' switch, make that directory
9145 absolute too.
9146
9147 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9148
9149 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9150 too, as the value of the PATH_INFO macro.
9151
9152 * configure.in: Check to see if the source lives in the same
9153 directory as the configure script.
9154
91551993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9156
9157 * Makefile.in (install): Split this into `install' and
9158 `do-install', to give people more control over exactly what gets
9159 done.
9160 (do-install): New target, containing the guts of `install'. Don't
9161 remove and recreate the directories inside the copying loop - do
9162 it all before the copying loop. Pass more flags to the lib-src
9163 make.
9164 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9165 avoid errors and warnings.
9166
9167 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9168 the manufacturer - the more general case was blocking other i386
9169 configuration names below, and that's how the names are written in
9170 MACHINES anyway.
9171
9172 * make-dist: When breaking links, remove the link before moving
9173 the copy onto it, to avoid interactive behavior.
9174
9175 * Makefile.in: Doc fix.
9176
9177 * configure.in: Doc fix.
9178
9179 * INSTALL: Mention --exec-prefix option.
9180
9181 * configure.in: Add support for the `--exec-prefix' option.
9182 * Makefile.in: Accept that support.
9183
9184 * configure.in: Use the AC_PROG_INSTALL macro.
9185 * Makefile.in (INSTALL): Variable removed.
9186 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9187
9188 * configure.in: Distinguish between hp800's and hp700's by calling
9189 "uname -m".
9190
91911993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9192
9193 * configure.in: Recognize configuration names for i860 boxes
9194 running SYSV.
9195
91961993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9197
9198 * configure.in: Distinguish between hp800's and hp700's by the
9199 version of HP/UX they run, since that's something people are more
9200 likely to know - hp700's run 8.0.
9201 Add HP 700 configuration.
9202
9203 * configure.in: Test for the presence of the `rename' function.
9204
9205 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9206 configure.in.
9207 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9208
9209 * make-dist: Break intra-tree links.
9210
9211 * configure.in: Explain that this is an autoconf script, and give
9212 instructions for rebuilding configure from it. Arrange to put
9213 comments in configure explaining this too.
9214
9215 * configure.in: Make the first line of the configure script be
9216 "#!/bin/sh". Leaving the first line blank didn't work.
9217
9218 * configure.in (long_usage): Removed; made short_usage describe
9219 the options briefly.
9220
9221 * configure.in: Implement the --prefix option.
9222 * Makefile.in (prefix): Add support for it here.
9223 * INSTALL: Document it here.
9224
9225 * Makefile.in (install): Don't assume that the files in the `info'
9226 subdirectory match *.info. They don't have that prefix.
9227
92281993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9229
9230 * configure.in: Add case for version 5 of Esix.
9231
92321993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9233
9234 * Version 19.7 released.
9235
9236 * make-dist: There aren't any *.com files in lib-src anymore.
9237
9238 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9239 them; they're symlinks to other filesystems on the GNU machines.
9240
9241 * make-dist: Check that the manual reflects the same version of
9242 Emacs as stated in lisp/version.el. Edit that version number into
9243 the README file.
9244
92451993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9246
9247 * configure.in: Remove the hack of AC_DEFINE; use
9248 AC_DEFINE_UNQUOTED.
9249
92501993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9251
9252 * make-dist: Don't distribute precomp.com, compile.com, or
9253 link.com from ./src; they're in ./vms now.
9254
9255 Some time-handling patches from Paul Eggert:
9256 * configure.in: Add AC_TIMEZONE.
9257
92581993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9259
9260 * configure.in: Recognize Linux as a valid operating system for
9261 the i386.
9262
92631993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9264
9265 * make-dist: Distribute some VMS files we got from Richard Levitte.
9266
9267 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9268 the source for the sed command, not oldXMenu/Makefile.
9269
92701993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9271
9272 * INSTALL: Don't claim the srcdir option doesn't work.
9273
92741993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9275
9276 * configure.in: Include remarks saying what order the autoconf
9277 tests should go in, and remind people to change config.h.in
9278 whenever they add autoconf tests which make #definitions.
9279
9280 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9281
92821993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9283
9284 * Makefile.in (oldXMenu/Makefile): Make this depend on
9285 ${srcdir}/oldXMenu/Makefile.in, not itself.
9286
9287 * PROBLEMS: Some updates from David J. Mackenzie.
9288
9289 More changes from David J. Mackenzie.
9290 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9291 removed; autoconf and config.h should specify all these
9292 differences.
9293 (buildlisppath): Make this path depend on ${srcdir}.
9294 (INSTALLFLAGS): Removed.
9295 (INSTALL): Include the -c flag.
9296 (install): Change the way we invoke install accordingly.
9297
9298 Install ${srcdir} changes from DJM.
9299 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9300 list.
9301 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9302 the source tree and the etc directory in the object tree.
9303 (${SUBDIR}): Pass the prefix variable down to submakes.
9304 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9305 in /bin.
9306 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9307 values for srcdir and VPATH.
9308 (install): Add `v' flag to tar command. Make sure that `dir'
9309 exists in ${srcdir}/info before copying it. Remember that the man
9310 pages come from the source tree, not the object tree.
9311 * configure.in: Remove remarks saying that the --srcdir option
9312 doesn't work.
9313 Create the etc directory in the object tree.
9314 Recognize configuration names of the form *-sun-solaris*.
9315 Recognize sunos5 and solaris as operating system names.
9316
9317 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9318 lib-src/getdate.y and src/systime.h.
9319
93201993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9321
9322 * make-dist: Make links in info subdir.
9323
93241993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9325
9326 * configure.in: Call AC_STDC_HEADERS.
9327
93281993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9329
9330 * configure.in: Sidestep autoconf's quoting of the second argument
9331 of AC_DEFINE, so we can specify the value to put there. It would
9332 be nice if autoconf provided some way to specify computed values
9333 for macros.
9334
93351993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9336
9337 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9338 this is always just -DHAVE_CONFIG_H.
9339
9340 The GNU coding standards specify that CFLAGS should be left for
9341 users to set.
9342 * Makefile.in (CFLAGS): Let configure determine the default value
9343 for this. Don't
9344 have it default to DEFS.
9345 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9346 (lib-src/Makefile, src/Makefile): Edit the default value for
9347 CFLAGS into these files, not DEFS.
9348 * configure.in (CFLAGS): Choose a default value for this - "-g"
9349 normally, or "-g -O" if we're using GCC. Edit it into the
9350 top-level Makefile.
9351
9352 * configure.in: When scanning the machine and system description
9353 #include files, write their names to conftest.c properly.
9354
93551993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9356
9357 * configure.in: In configuration name case for Apallos running
9358 Domainios, set opsys, not opsysfile.
9359
9360 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9361 src/config.h, instead of AC_OUTPUT; the latter overwrites
9362 src/config.h even when it hasn't changed, puts a makefile-style
9363 comment at the top even though it's C code, and produces a
9364 config.status script which doesn't do the job right.
9365
9366 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9367 can use a symbolic link to get the X Menu library into src.
9368 * Makefile.in (LN_S): New variable.
9369 (src/Makefile): Edit the value of LN_S into this makefile.
9370
93711993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9372
9373 * configure.in: Support *-sco3.2v4* as opsystem.
9374
9375 * make-dist: Don't include calc directory.
9376 Exclude many files in the man directory; copy a few.
9377
93781993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9379
9380 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9381 call AC_STRUCT_TM to see what's in time.h.
9382
9383 * configure.in: Employ quoting stupidity to get the value of CPP
9384 to expand properly.
9385
93861993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9387
9388 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9389 variable to scan the machine and system description files.
9390
9391 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9392 so that getdate.y builds correctly.
9393
93941993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9395
9396 * configure.in (tempcname): Change this to "conftest.c", so it will
9397 work properly on systems with short filenames; this is the name
9398 autoconf uses.
9399
9400 * configure.in: Also detect the availability of dup2 and
9401 gethostname.
9402
9403 * configure.in: Use the AC_ALLOCA test.
9404 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9405 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9406
94071993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9408
9409 * make-dist: Distribute configure, as well as configure.in.
9410 Oversight.
9411
94121993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9413
9414 * Makefile.in (install): Print out the name of the directory we're
9415 copying, so people can have some idea of whether we're making
9416 progress.
9417
9418 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9419 Don't forget to re-create the COPYDESTS directories after we clear
9420 them out.
9421
94221993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9423
9424 * Makefile.in: Add autoconf cookies so that the configure
9425 script can comment out sections of path variable definitions to
9426 choose between the installable configuration and the run-in-place
9427 configuration.
9428 * configure.in: Add new option `--run-in-place', to select the
9429 run-in-place path definitions.
9430
9431 * configure.in: Add a clause to the big configuration name case
9432 for the NeXT machine.
9433
94341993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9435
9436 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9437 Make sure that each source directory exists, and is different from
9438 the destination directory; then, delete the destination before
9439 copying over the source.
9440
9441 * make-dist: Distribute configure.in, instead of configure.
9442
94431993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9444
9445 * configure.in: Don't set CC to "gcc -O" if the user specifies
9446 `--with-gcc'. Add -O to DEFS if GCC is set.
9447
94481993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9449
9450 * Makefile.in (clean mostlyclean): Missing right paren.
9451
9452 * configure.in: When checking for X windows, search for an X11
9453 subdirectory of ${x_includes}.
9454
9455 * configure.in: Check for gettimeofday function, for getdate.y.
9456
9457 Change `configure' to a mixture of custom code and autoconf stuff.
9458 autoconf can't derive all the information we need, but we'd really
9459 like to be able to take advantage of some of its tests, and its
9460 file-editing facilities.
9461 * configure.in: Renamed from configure.
9462 Quote the sections of shell script we want copied literally to
9463 the configure script.
9464 (compile): Initialize this to make the autoconf macros' code happy.
9465 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9466 code to do their jobs.
9467 Use autoconf to produce Makefile and src/config.h.
9468 Remove the Makefile-style comment that autoconf places at the top
9469 of src/config.h.
9470 (config_h_opts): Removed - no longer necessary.
9471 * Makefile.in (configname): Renamed to configuration.
9472 (CONFIG_CFLAGS): Renamed to DEFS.
9473 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9474 get values via autoload @cookies@.
9475 (libsrc_libs): Get this from autoconf. We used to do nothing
9476 about this.
9477 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9478
9479 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9480 echo the move-if-change command.
9481
94821993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9483
9484 * make-dist: Distribute lib-src/rcs-checkin.
9485
9486 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9487 Don't try to make links to the RCS or Old subdirectories.
9488 Use the appropriate extension for the compression type in use.
9489 Create the tar file in the shell's initial default directory, not
9490 in ${tempparent}.
9491 Erase the whole ${tempparent} tree, not just ${tempdir}.
9492
94931993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9494
9495 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9496 use to build paths.h.
9497 (lib-src/Makefile, src/Makefile): Similarly.
9498
9499 * configure: Extend test for working `const' keyword to handle AIX
9500 3.2 cc.
9501
95021993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9503
9504 * make-dist: Distribute lisp/term/ChangeLog.
9505
9506 Arrange for C compilation throughout the tree to get
9507 C_SWITCH_SYSTEM from the configuration files.
9508 * configure: Extract C_SWITCH_SYSTEM from the machine and
9509 system-dependent files, and save it in the top-level Makefile.
9510 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9511 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9512
9513 * make-dist: Include the VMS support files in oldXMenu in the
9514 distribution.
9515
9516 * configure: Doc fix.
9517
9518 * configure: Fix corrupted config_h_opts.
9519
9520 * configure: Properly report option names in error messages.
9521
9522 * configure: Properly recognize --x-includes and --x-libraries
9523 options.
9524
9525 * configure: Fix syntax errors in code handling XFree386.
9526
95271993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9528
9529 * configure: Add special code to detect XFree386, and tell
9530 config.h about it.
9531
9532 * configure: Properly handle extracting values of LIBS_MACHINE and
9533 LIBS_SYSTEM that contain spaces.
9534
9535 * configure: Add `--x-includes' and `--x-libraries' options. I
9536 think these are dopey, but no less than three alpha testers, at
9537 large sites, have said they have their X files installed in odd
9538 places. Implement them by setting C_SWITCH_X_SITE and
9539 LD_SWITCH_X_SITE in src/config.h.
9540
95411993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9542
9543 * make-dist: Don't distribute etc/Old files.
9544
9545 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9546 backups.
9547
95481993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9549
9550 * make-dist: Fix typo.
9551
95521993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9553
9554 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9555 in some cases where it should but didn't seen to.
9556
9557 * Makefile.in: Added unlock and relock productions.
9558
95591993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9560
9561 * make-dist: Add a --compress option to force make-dist to use
9562 compress.
9563
9564 * make-dist: Use gzip, if we can find it.
9565
9566 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9567 make rs6000-ibm-aix default to -aix32.
9568
95691993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9570
9571 * Makefile.in: Added `Developer's configuration' section.
9572
95731993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9574
9575 * Makefile.in: Add commented-out variable settings for developer's
9576 configuration.
9577
95781993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9579
9580 * make-dist: Distribute `src/bitmaps' too.
9581
95821993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9583
9584 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9585 make rs6000-ibm-aix default to -aix32.
9586
95871993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9588
9589 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9590
9591 * Makefile.in (install.sysv): Add a second `$' in front of
9592 `${dest}', so that the shell will expand it, instead of Make.
9593
9594 * configure: When processing the name of the configure script,
9595 collapse `././' to `./', but leave a single `./' prefix alone.
9596
9597 * configure: Doc fix.
9598
95991993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9600
9601 * configure: Handle isc3.0 correctly.
9602
96031993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9604
9605 * make-dist: Don't try to copy the COPYING notice into
9606 external-lisp; we're not distributing that directory any more.
9607
96081993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9609
9610 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9611 Remove CVS subdirectories from the installed directory trees, as
9612 well as RCS directories.
9613
96141993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9615
9616 * make-dist: Only copy gmalloc.c if we couldn't link it.
9617 Don't try to copy man/{README,Makefile} unless they actually exist.
9618
9619 * Makefile.in (lisppath): Don't include externallispdir in this.
9620 We're not sure whether we're even going to distribute the
9621 directory yet.
9622
96231993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9624
9625 * make-dist: Don't distribute the external-lisp directory anymore.
9626 * INSTALL: Remove all references to external-lisp.
9627
9628 * configure: Detect whether the compiler supports `const'
9629 properly, and edit src/config.h accordingly.
9630
9631 * configure: Tweak layout of final report.
9632
9633 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9634 CFLAGS.
9635
9636 * Makefile.in (locallisppath): Make this default to
9637 ${datadir}/emacs/site-lisp, instead of
9638 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9639 the same thing, and local-lisp causes completion conflicts with
9640 lock.
9641 (lisppath): Add ${externallispdir} to this.
9642 * INSTALL: Adjust installation directions.
9643
9644 * Makefile.in (externallispdir): New variable, to say where to
9645 install the externally-maintained lisp files.
9646 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9647 the others.
9648 * INSTALL: Describe external-lisp and the new externallispdir
9649 variable.
9650
96511993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9652
9653 * configure (progname): New option `--with-gcc'. Make it clearer
9654 how we are trying to guess whether or not we have GCC.
9655 * INSTALL: Document the `--with-gcc' option, and improve
9656 description of `--with-x' options.
9657
96581993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9659
9660 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9661 ${infodir} from these variables; we have written out explicit code
9662 to install the info files.
9663
96641993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9665
9666 * make-dist: Don't distributed the RCS files in the etc directory.
9667
96681993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9669
9670 * Makefile.in: Some makes can't handle comments in the middle of
9671 commands; move them to before the whole rule.
9672
96731993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9674
9675 * README: Mention what Emacs is.
9676
96771993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9678
9679 * make-dist: Include `./lisp/calc-2.02' in the distribution.
9680 Add `./cpp' and `./man' back into the distribution.
9681
96821993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9683
9684 * Makefile.in: Define MAKE, and use where appropriate.
9685
96861993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9687
9688 * make-dist: Remember that the authoritative COPYING notice is
9689 `etc/COPYING', not `../etc/COPYING'.
9690
96911992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9692
9693 * make-dist: Make sure that the COPYING notices in each directory
9694 are copies, not symlinks.
9695
96961992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9697
9698 * INSTALL: The build process produces an executable called `emacs'
9699 now. Change references.
9700 * Makefile.in: Adjust `install.mumble' targets to install
9701 `src/emacs', not `src/xemacs'.
9702
9703 * configure: Start with a blank line; this keeps some old CSH's
9704 from thinking it's a CSH script. Most systems will just use
9705 /bin/sh to run it, which is what we're expecting; the only other
9706 shells which might try to interpret it themselves are probably
9707 Bourne-compatible.
9708
97091992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9710
9711 * INSTALL: Improvements suggested by David Mackenzie.
9712
97131992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9714
9715 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9716 Don't try to copy the info files if there aren't any; the
9717 unexpanded globbing pattern disappoints `install'. Ignore the
9718 return status of that command.
9719
9720 * INSTALL: Updated for new configuration arrangement.
9721
9722 * configure: Don't make the top-level Makefile read-only - people
9723 may want to edit the values of the path variables.
9724
9725 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9726 Install the info files in ${infodir}. Install the executable
9727 under both `emacs' and `emacs-VERSION'.
9728
9729 * Makefile.in: Doc fix.
9730
9731 * Makefile.in (exec_prefix): New variable, as per latest version
9732 of coding standards.
9733 (bindir, libdir): Use it, instead of `prefix'.
9734 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
9735
9736 * Makefile.in (mandir): Make the default value for this depend on
9737 $(prefix).
9738
9739 * Makefile.in (datadir, statedir, libdir): Make these all default
9740 to ${prefix}/lib.
9741 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
9742 to compensate.
9743
9744 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9745 Install the etags and ctags man pages too.
9746
9747 * Makefile.in (distclean): Don't delete backup files; that's the
9748 job of extraclean.
9749 (extraclean): Like distclean, but deletes backup and autosave files.
9750
97511992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9752
9753 Make path specification conform to GNU coding standards.
9754 * configure (long_usage): Remove all traces of old arguments from
9755 usage messages, and document the options we do accept in more
9756 detail: -with-x... and --srcdir.
9757 (options, boolean_opts): Deleted; we don't have enough options to
9758 make this worthwhile.
9759 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
9760 along with the code which supported them; these should be set as
9761 arguments to the top-level make.
9762 (config_h_opts): Since this no longer doubles as a list of option
9763 names, make them upper case; this simplifies the code which uses
9764 them to build the sed command to edit src/config.h. Change the
9765 code which sets them.
9766 (cc, g, O): Don't allow the user to set these using options; they
9767 should be specified using `CC=' and `CFLAGS=' arguments to the
9768 top-level make. Just choose reasonable default values for them,
9769 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
9770 values.
9771 (gnu_malloc, rel_alloc): Don't allow the user to set these using
9772 options; use them whenever the configuration files say they're
9773 possible.
9774 Simplify the argument processing loop. Don't accept abbreviations
9775 for option names; these might conflict with other configuration
9776 options in the future.
9777 Add some support for the `--srcdir' option. Check for the sources
9778 in . and .. if `--srcdir' is omitted. If the directories we will
9779 compile in don't exist yet, create them under the current directory.
9780 Note that the rest of the build process doesn't really support
9781 this.
9782 Edit only the top Makefile. That should edit the others. Edit
9783 into the makefile: `version', from lisp/version.el, `configname'
9784 and `srcdir' from the configuration arguments, `CC' and
9785 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
9786 the user's path, and LOADLIBES as gleaned from the system
9787 description files.
9788 Simplify the report generated; it doesn't need to include any
9789 description of paths now.
9790 Make `config.status' exec configure instead of just calling it, so
9791 there's no harm in overwriting `config.status'.
9792 * Makefile.in (version, configname): New variables, used to choose
9793 the default values for datadir and libdir.
9794 Path variables rearranged into two clearer groups:
9795 - In the first group are the variables specified by the GNU coding
9796 standards (prefix, bindir, datadir, statedir, libdir, mandir,
9797 manext, infodir, and srcdir).
9798 - In the second are the variables actually used for Emacs's paths
9799 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
9800 archlibdir), which depend on the first category.
9801 datadir and libdir default to directories under
9802 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
9803 demand.
9804 etcdir and lispdir default to subdirectories of datadir.
9805 archlibdir defaults to libdir.
9806 The new installation tree is a bit deeper than it used to be, so
9807 use the new make-path program in lib-src to build them all.
9808 Always build a new src/paths.h.tmp and then move-if-change it to
9809 src/paths.h, to avoid unnecessary rebuilds while responding to the
9810 right changes.
9811 Remove all mention of arch-lib. Run utility commands from
9812 lib-src, and let the executables be copied into archlibdir when
9813 Emacs is installed.
9814 Add targets for src/Makefile, lib-src/Makefile, and
9815 oldXMenu/Makefile, editing the values of the path variables into
9816 them.
9817 Let lib-src do its own installation.
9818 (datadir): Default to putting data files under
9819 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
9820 (emacsdir): Variable deleted; it would only be confusing to use.
9821 (lispdir, etcdir): Default to ${datadir}/lisp.
9822 (mkdir): Use make-path for this.
9823 (lockdir): Do this in mkdir.
9824 (Makefile): New target.
9825
9826 * configure (usage_message): Rename to long_usage.
9827
9828 * make-dist: Don't bother creating an arch-lib directory; that's
9829 only for installation now.
9830
98311992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9832
9833 * configure: Use GCC-style configuration names, using config.sub.
9834 Change the usage and help messages.
9835
9836 * configure: Initialize window_system, not indow_system.
9837
9838 * configure: Report which window system, compiler, and signal
9839 handler return type we decide to use.
9840
9841 * make-dist: Explain what's going on if config.sub and gmalloc.c
9842 can't be linked. Place the code which copies them near the code
9843 which links the rest of the files around them.
9844
98451992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
9846
9847 * make-dist: Don't bother to distribute src/*.com, or
9848 src/vmsbuild; those have all been moved to `../vms'.
9849
98501992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9851
9852 * make-dist: Don't forget that the way to avoid filenames starting
9853 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
9854 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
9855 couldn't make hard links to, since we have two already, and
9856 perhaps more to come.
9857
98581992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9859
9860 * configure: When editing parameters into lib-src/Makefile, change
9861 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
9862 needs some other flags too.
9863
98641992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9865
9866 * configure: Remove spurious echo of the configuration name.
9867
9868 * make-dist: Don't distribute files in src/m and src/s whose names
9869 begin with `='.
9870
98711992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9872
9873 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
9874 Also LISP_FLOAT_TYPE.
9875
98761992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9877
9878 * make-dist: Copy config.sub, since it's a symbolic link to a file
9879 on another file system.
9880
98811992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9882
9883 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
9884 distribution.
9885
9886 * config.sub: New file, to help us recognize configuration names.
9887 * make-dist: Include it in the distribution.
9888
98891992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9890
9891 * configure: Convert `-' to `_' in specified option names.
9892 Accept options with --. Delete --highpri and --have-x-menu options.
9893 New options --with-x and --with-x10 replace -window-system.
9894 Don't mention options --gnu-malloc, --rel-alloc
9895 or --lisp-float-type in help message.
9896
98971992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9898
9899 * make-dist: Include the `vms' subdirectory in the distribution.
9900
99011992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9902
9903 * configure: Remove lines starting with "# DIST: " when building
9904 lib-src/Makefile and src/Makefile. This allows us to mark the
9905 "Makefile.in" files with explanatory comments which won't also get
9906 stuck in the Makefiles.
9907
99081992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9909
9910 * make-dist: Don't use the '+' operator in the sed regular
9911 expression that extracts the version number from lisp/version.el;
9912 Ultrix sed doesn't seem support the operator. Just double the
9913 operand and use *.
9914
99151992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9916
9917 * Makefile.in: Doc fix.
9918
99191992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9920
9921 * configure: Rewrite sed command to remove at most one ./ prefix;
9922 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
9923 group.
9924
99251992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9926
9927 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
9928
99291992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9930
9931 * make-dist: Go ahead and build a new TAGS file, unless the
9932 --newer option was specified. Don't try to delete a TAGS file
9933 from etc; it's not kept there, and shouldn't be deleted anyway.
9934
99351992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9936
9937 * make-dist: If the lisp directory contains a default.el, don't
9938 distribute it.
9939
9940 * configure: When searching signal.h for the type of a signal
9941 return handler, make a copy of it, not a symbolic link to it; that
9942 way, it will work on systems that don't have symbolic links.
9943
99441992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9945
9946 * make-dist: Taught it about vcdiff and rcs2log, added --newer
9947 option for generating incremental distributions. Stopped it from
9948 generating a TAGS file into the distribution; that sucker is
9949 *big*, and easily enough generated with the toplevel makefile.
9950
99511992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9952
9953 * configure: When writing config.status, don't prefix progname
9954 with a '.'; it might be absolute.
9955
99561992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9957
9958 * configure: Choose to use X11 if either /usr/lib/libX11.a or
9959 /usr/include/X11 exist, not only if both exist.
9960
99611992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9962
9963 * make-dist: Make the new external-lisp directory a duplicate of
9964 the external-lisp directory, not the lisp directory.
9965
99661992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9967
9968 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
9969 clean' in arch-lib; it doesn't even have a Makefile.
9970
9971 * Makefile.in (clean, mostlyclean): In the test which tries to
9972 distinguish between the build directory, which should be cleaned,
9973 and the installed directory, which shouldn't, cd to `${emacsdir}',
9974 not `${DESTDIR}${LIBDIR}'.
9975
99761992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9977
9978 * make-dist: Be sure to delete the .c and .h files that YACC and
9979 BISON create from getdate.y.
9980
9981 * external-lisp: New directory; see `external-lisp/README'.
9982 * make-dist: Added support for the external-lisp subdirectory.
9983
9984 * make-dist: Changed message which complains that make-dist wasn't
9985 invoked in the right directory to indicate which files it was
9986 looking for.
9987
99881992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9989
9990 * configure: Add comments explaining why we can't translate
9991 character ranges or control characters in `tr'.
9992
99931992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9994
9995 * configure: When generating the configuration message, we used to
9996 build the message from the start so that each line began with "# "
9997 so that it would be a comment in `config.status'. However, this
9998 causes trouble if any of the variables we use in the message
9999 expand to more than one line of text - as gnu_malloc_reason
10000 sometimes does. So instead, we build the message as it should be
10001 printed to the user (i.e. without the "# " prefixes), and stick on
10002 the "# "s when we write it to `config.status'.
10003
10004 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10005 `lib-src' and `arch-lib'.
10006
10007 * configure: When generating report and `config.status' file, note
10008 that bindir only determines where `make install' and
10009 `build-install' will place the executables; this should make it
10010 clear that the ordinary build process will not try to install
10011 things.
10012
100131992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10014
10015 * make-dist: Change messages to say that we are 'making links to
10016 X', rather than 'copying X'. And put `' quotes around file names.
10017
10018 * make-dist: Include '.tmp' in the name of the staging directory.
10019
10020 * make-dist: Pass the `-f' option to rm when you're not sure that
10021 the files you're removing actually exist.
10022
10023 * make-dist: When setting up etc/COPYING, always nuke whatever is
10024 there, and then copy it in, to make sure we get a real file.
10025
10026 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10027 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10028 version which doesn't have a separate .defns file.
10029
100301992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10031
10032 * make-dist: Don't distribute configured versions of config.h.in,
10033 paths.h.in, Makefile.in in src.
10034
10035 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10036 trying to make final targets writable first, since it won't
067d23c9
KY
10037 matter to move-if-change.
10038
100391992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10040
10041 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10042 mkdir and chmod in the center of all the conditionals. GNU Make
10043 will strip these out, but other makes won't.
10044
100451992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10046
10047 * make-dist: Include move-if-change in list of files to distribute.
10048
100491992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10050
10051 * configure: Remove any "." elements from the program name.
10052
10053 * configure: Don't record the values of all the possible arguments
10054 in config.status; only record the options that the user specified.
10055
10056 * configure: Use move-if-change to move in the new src/config.h.
10057
100581992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10059
10060 * move-if-change: New file, copied from gcc release.
10061 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10062 a temp file, so we don't update paths.h if an error occurs or if
10063 it doesn't need changing.
10064
100651992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10066
10067 * Makefile.in (src/paths.h): Do not install a value for the
10068 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10069 * build-install.in: Same thing.
10070
100711992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10072
10073 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10074 latter, being a typo, is always false, resulting in a program
10075 whose default behavior is to painstakingly build a copy of the
10076 source tree, and then delete it. Rah.
10077
10078 * Makefile.in: Add dist target, and comment for it.
10079
10080 * configure: When scanning <signal.h> for a declaration for
10081 signal, create a symbolic link with a name ending in .c, so the
10082 compiler won't complain that it's only been given .h files.
10083
10084 * configure: Check whether there are any arguments available
10085 before shifting to get the value of a non-boolean parameter.
10086
10087 * make-dist: Doc fix.
10088
100891992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10090
10091 * configure: Instead of grepping /usr/include/signal.h for a
10092 signal declaration, run /usr/include/signal.h or
10093 /usr/include/sys/signal.h through cpp and grep for the
10094 declaration.
10095
10096 * configure: Redirect the output of grep to /dev/null instead of
10097 using grep -s - that flag means different things on other systems.
10098
10099 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10100 since the former is recognizable even if you don't know what
10101 'dumping' is.
10102 * configure: Accommodate that change.
10103
10104 * configure: Accept options for all of the directories you can
10105 change in the Makefile.
10106
10107 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10108
10109 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10110 FOO before you can use them.
10111
10112 * build-install.in: Made the "Where To Install Things" section
10113 conform with the similar section from Makefile.in. Copied section
10114 which builds src/paths.h from src/paths.h.in from the Makefile.
10115
101161992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10117
10118 * configure: Write config.status to pass its command-line
10119 arguments on to configure, so that people can use it to recreate
10120 an old configuration, with minor changes.
10121
101221992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10123
10124 * configure: Don't rely on option variables being unset if their
10125 values are the empty string. In particular, when producing the
10126 English report, don't assume that highpri will be unset when no
10127 increased priority has been requested; -highpri='' should be the
10128 same as omitting -highpri altogether.
10129
10130 * configure: Fix dumb bug: when running the system and machine
10131 description files through cpp, mark those lines that we want to
10132 evaluate with the string '@configure@', and then only evaluate
10133 them. This way if the files include anything that actually
10134 generates text (type definitions or external declarations, say),
10135 we won't try to eval it.
10136
101371992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10138
10139 * make-dist: New shell script.
10140
10141 * configure: When creating foo from foo.in, make foo read-only to
10142 remind people to edit the .in file instead.
10143
10144 * INSTALL: Changed references to config.h-dist to config.h.in.
10145 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10146 to build src/paths.h from src/paths.h.in; added a paragraph to do
10147 this.
10148 * configure, Makefile, build-install: Changed filenames like
10149 FOO-dist to FOO.in.
10150
101511992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10152
10153 * Makefile, build-install: Renamed to Makefile.in and
10154 build-install.in; the configure script will edit these to produce
10155 the usable Makefile and build-install.
10156 * configure: Changed to produce ./Makefile, ./build-install,
10157 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10158 instead of editing them in place.
10159
101601992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10161
10162 * Makefile: Re-arranged so that the undumped Emacs will search
10163 ../lisp *after* the site's local elisp files.
10164 (locallisppath, dumplisppath): New variables.
10165 (lisppath): This variable's default value is now chosen based on
10166 $(locallisppath) and $(lispdir); while it used to be the
10167 customization point for adding site-local elisp directories to
10168 load-path, that job is now handled mostly by locallisppath.
10169 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10170 Check the values being assigned to the *LOADSEARCH macros for null
10171 path elements (like '::' in 'foo::bar').
10172
10173 * configure: When checking if the machine- and system-dependent
10174 files define a particular macro or not, actually run them through
10175 CPP and test the macros with #ifs, instead of just grepping for
10176 the macros' names. In particular, check for SYSTEM_MALLOC in this
10177 way.
10178
101791992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10180
10181 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10182
101831992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10184
10185 * configure: Make the config.status file an executable shell
10186 script which will recreate the same configuration. Include the
10187 verbal description of the current configuration as a comment in
10188 the script.
10189 * INSTALL: Doc fix.
10190
10191 * Makefile: Brought the Makefile up to the GNU coding
10192 standards, as described in standards.text:
10193 (TAGS): New name for the target which rebuilds the tags table.
10194 (check): New target; doesn't do anything yet.
10195 (mostlyclean): New target, synonymous with clean.
10196 (realclean): New target. Currently, this just calls the
10197 subdirectories's makefiles and then deletes config.status.
10198 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10199 variables.
10200 Installation directory variables changed to conform.
10201 (install, install.sysv, install.xenix, install.aix): Changed the
10202 code which copies the directories into their installed location to
10203 allow the installed locations to be in several different
10204 directories; the old version assumed that they would all be in
10205 $(emacsdir).
10206 (mkdir, lockdir): Allow the installed locations to be in several
10207 different directories.
10208 * INSTALL: Doc fix.
10209
10210 * build-install: Use the same variable names as the Makefile.
10211 Allow the installed locations to be in several different
10212 directories.
10213
102141992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10215
10216 * Makefile (src/paths.h): Instead of using a single sed command to
10217 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10218 separately, and don't forget to append "/!!!SuperLock!!!" to the
10219 value of the PATH_SUPERLOCK macro.
10220
10221 * config.emacs: Renamed to configure, for consistency with other
10222 GNU products. Internal references changed.
10223 INSTALL, Makefile: References changed.
10224
10225 * lock: New directory, which should always be empty. If this
10226 directory doesn't exist, Emacs won't complain; it just won't lock.
10227 Having this here means that people can just unpack Emacs, build
10228 it, and have locking work.
10229
10230 * share-lib: Re-renamed to etc, for the sake of tradition.
10231 * config.emacs: Changed default value for datadir to ../etc.
10232 * INSTALL, README: Adjusted.
10233
102341992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10235
10236 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10237 by running CPP on the appropriate s/*.h and m/*.h files.
10238
102391992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10240
10241 * config.emacs: Make sure to set the "exit on error" flag once
10242 we've removed config.status; errors should abort the configuration.
10243
102441992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10245
10246 * config.emacs: Added -distribute option, so that the Makefile
10247 paths are in their proper form. I don't know why this matters.
10248
102491992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10250
10251 * local-lisp: New directory, empty in the distribution, for people
10252 to put local elisp code in.
10253 * config.emacs: Include it in the default load path.
10254 * README: Document it.
10255
102561992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10257
10258 * config.emacs: Guess the type of signal handling functions based
10259 on the contents of /usr/include/signal.h.
10260
10261 * config.emacs: Print out progress report messages.
10262
10263 * Makefile (src/paths.h): Don't generically replace
10264 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10265 editing of the other entries, and each entry should be dealt with
10266 explicitly anyway.
10267
10268 * build-install: Converted from C-shell to Bourne shell.
10269 * config.emacs: Edit build-install properly.
10270
10271 * config.emacs: Doc fix.
10272
102731992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10274
10275 * Makefile (install): Remove `B' from tar xf command.
10276
102771992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10278
10279 * config.emacs: Removed support for the `maintain-environment'
10280 option; the only important difference between this and its absence
10281 has been removed.
10282 * INSTALL: Removed mention of `maintain-environment'.
10283
10284 * config.emacs: Fix arguments to sed when processing boolean
10285 arguments.
10286
102871991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10288
10289 * config.emacs: New file, to help automate the installation
10290 process.
10291
10292 * Makefile: Lots of changes to support the separation of etc into
10293 architecture-dependent and -independent files:
10294 (EMACSROOT): New variable, giving the directory under which all of
10295 Emacs's libraries should be installed. Changed rest of file to
10296 use it.
10297 (LIBDIR): Now denotes only architecture-dependent dir.
10298 (DATADIR): New variable, denoting architecture-independent dir.
10299 (LOCKDIR): New variable, for completeness.
10300 (SUBDIR): No more etc, new lib-src.
10301 (COPYDIR): No more etc, new arch-lib and share-lib.
10302 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10303 (src): Now depends on lib-src, not etc.
10304 * build-install: Changes parallel to the above.
10305 * README: Describe the new arrangement.
10306
10307 * vms: New subdirectory for all the VMS stuff.
10308
103091991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10310
10311 * Makefile (LISPPATH): New variable.
10312 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10313
103141990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10315
10316 * Makefile (install, install.sysv, install.xenix):
10317 Install wakeup instead of loadst. No need for setuid or setgid.
10318
103191990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10320
10321 * Makefile (clean): Clean etc if that's not the installation dir.
10322
103231990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10324
10325 * Makefile (paths.h): Make sed alter each name in the path.
10326
103271988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10328
10329 * Makefile (install.sysv): Use cpio, not tar.
10330
103311988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10332
10333 * Makefile (lockdir): Rename `lock' target.
10334 Depend on it from install*, not from `all'.
10335
103361988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10337
10338 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10339 to match build-install and paths.h.
10340
10341;; Local Variables:
10342;; coding: utf-8
067d23c9
KY
10343;; End:
10344
1a71cb28 10345 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10346
10347 This file is part of GNU Emacs.
10348
10349 GNU Emacs is free software: you can redistribute it and/or modify
10350 it under the terms of the GNU General Public License as published by
10351 the Free Software Foundation, either version 3 of the License, or
10352 (at your option) any later version.
10353
10354 GNU Emacs is distributed in the hope that it will be useful,
10355 but WITHOUT ANY WARRANTY; without even the implied warranty of
10356 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10357 GNU General Public License for more details.
10358
10359 You should have received a copy of the GNU General Public License
10360 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.