Minor optimization for install of self-contained NS info files
[bpt/emacs.git] / ChangeLog
CommitLineData
3a4155de
GM
12012-05-17 Glenn Morris <rgm@gnu.org>
2
40c117e7 3 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 4 For a self-contained ns build, set these to the appropriate values.
40c117e7 5 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 6
b4a36200
GM
7 * configure.in (ns_self_contained): New output variable.
8 * Makefile.in (ns_self_contained): New, set by configure.
9 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
10 don't bother installing binaries then immediately deleting them.
11
3a4155de
GM
12 * Makefile.in (ns_appbindir, ns_appresdir):
13 Move them before things that may refer to them.
14 (install-arch-dep): No need to relocate self-contained ns libexec.
15
16 * configure.in (archlibdir): Set it for self-contained ns builds.
17 (libexecdir): Don't expand it now (this is mainly cosmetic).
18
f04940ae
PE
192012-05-16 Paul Eggert <eggert@cs.ucla.edu>
20
21 * configure.in: Simplify by removing CPP etc.
22 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
23 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
24 In particular we no longer need to fiddle with CPP, since we don't
25 use CPP specially any more.
26 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
27 adjusted compiler.
28 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
29 since gl_EARLY and/or Autoconf already does these.
30
27cb7be2
GM
312012-05-16 Glenn Morris <rgm@gnu.org>
32
33 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
34 (CPP): Do not unconditionally set it on Darwin.
35 Instead, try to test if -no-cpp-precomp is accepted.
36 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
37
ec3ca9ec
GM
382012-05-15 Glenn Morris <rgm@gnu.org>
39
4e7d487c 40 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 41
75a9f5f5
GM
42 * Makefile.in (install-arch-dep): Do not hard-code version number.
43
ec3ca9ec
GM
44 * Makefile.in (install-arch-dep): NS install no longer needs to
45 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
46
3fe7cdc8
GM
472012-05-12 Glenn Morris <rgm@gnu.org>
48
9e6b06ed
GM
49 * configure.in (ns_appbindir): Remove trailing "/".
50
3fe7cdc8
GM
51 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
52 (MKDEPDIR): Use $MKDIR_P.
53 * Makefile.in (MKDIR_P): New, set by configure.
54 (mkdir): Use $MKDIR_P.
55
a873f274
GM
562012-05-11 Glenn Morris <rgm@gnu.org>
57
58 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 59 Use INSTALL_DATA for the DOC file.
c8e32179 60 Remove dead code for ./lisp that never executes.
a873f274 61
ff57c2ec
GM
622012-05-10 Glenn Morris <rgm@gnu.org>
63
64 * configure.in (LEIM_INSTALLDIR): New output variable.
65
49ed9c8e
SM
662012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
69
5122804a
GM
702012-05-08 Glenn Morris <rgm@gnu.org>
71
72 * make-dist: No more doc/lispref/*.el.
73
01319a4e
AS
742012-05-05 Andreas Schwab <schwab@linux-m68k.org>
75
76 * configure.in: Fix quoting bugs.
77
8045b906
GM
782012-05-04 Glenn Morris <rgm@gnu.org>
79
80 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
81
9fa0e416
GM
822012-05-02 Glenn Morris <rgm@gnu.org>
83
3c30e766
GM
84 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
85 the choices made by FreeBSD and NetBSD. (Bug#10313)
86
9aa071df
GM
87 * Makefile.in (INFO_FILES): Remove variable.
88 (INFO_NONMISC): New variable.
89 (install-arch-indep, uninstall): Don't use $INFO_FILES.
90
cd3771a0
GM
91 * Makefile.in (uninstall): Remove useless-use-of-for; that for
92 some reason caused problems on an old Solaris.
93
a36e64d0
GM
94 * Makefile.in (install-arch-indep, uninstall):
95 Ensure that INSTALL-type commands are run from top-level.
96
9e7a4bcf
GM
97 * info/dir: Make some entries consistent with the source texi files.
98
9fa0e416
GM
99 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
100
7adecb99
GM
1012012-05-02 Glenn Morris <rgm@gnu.org>
102
103 * Makefile.in (install-arch-indep):
104 Combine adjacent install-data and install-info loops.
105
4737362e
GM
1062012-05-01 Glenn Morris <rgm@gnu.org>
107
ab1121bd
GM
108 * Makefile.in (MAN_PAGES): Remove.
109 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
110
a4a18b8b
GM
111 * configure.in: Try libtinfo for tputs.
112 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
113
3ba0a545
GM
114 * configure.in: Combine adjacent $opsys case blocks.
115
e3da5b19
GM
116 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
117
262f06da
GM
118 * configure.in: Invert the TERMINFO logic,
119 since "yes" is far more common than "no".
120
9311dcff
GM
121 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
122
4d5c6349
GM
123 * configure.in (LD_SWITCH_X_SITE_RPATH):
124 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
125
4737362e
GM
126 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
127
562e638f
GM
1282012-04-26 Glenn Morris <rgm@gnu.org>
129
130 * make-dist: No more doc/lispref/tindex.pl.
131
dcbf5805
MA
1322012-04-22 Michael Albinus <michael.albinus@gmx.de>
133
134 * configure.in (dbus_validate_bus_name, dbus_validate_path)
135 (dbus_validate_interface, dbus_validate_member): Check also for
136 these library functions
137
4b5b5289
PE
1382012-04-22 Paul Eggert <eggert@cs.ucla.edu>
139
140 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
141 With glibc 2.14 or later, when compiled with GCC 4.7.0's
142 -Werror=deprecated-declarations flag, use of hooks like
143 __malloc_initialize_hook causes compilation to fail because these
144 hooks are deprecated. Modify 'configure' to check for these hooks too.
145 Simplify the 'configure' code to test for all the hooks at once.
146 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
147 (emacs_cv_var_doug_lea_malloc): ... this new var.
148
9ee7d8b9
PE
1492012-04-21 Paul Eggert <eggert@cs.ucla.edu>
150
151 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
152 dated 2011-10-07. Regenerating from current gnulib would be a
153 pervasive change, and currently the trunk isn't open to such changes.
154 * configure.in (WARN_CFLAGS): Remove; no longer needed now
155 that gnulib does it.
156 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
157
5e6ab4e6
AS
1582012-04-21 Andreas Schwab <schwab@linux-m68k.org>
159
160 * m4/gl-comp.m4: Update. (Bug#11285)
161
c07a4c0b 1622012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
163
164 * configure.in: Don't use the -R option (Bug#11251).
165
6c94c34f 1662012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 167
9f46df23 168 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
169 I have been using this change for many months in my private copy
170 of Emacs, and have used it to find several bugs. It's mature
171 enough to publish now.
172 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
173 * configure.in: Support --enable-gcc-warnings, in the style of
174 other GNU packages such as coreutils.
175 (C_WARNINGS_SWITCH): Remove, replacing with...
176 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
177 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
178 when including system files with GCC.
179 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 180 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
181 * lib/Makefile.am (AM_CFLAGS): New macro.
182 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
183
316411f0
DA
1842012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
185
186 * configure.in (AC_CHECK_FUNCS):
187 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
188
9b9b2ef2
GM
1892012-04-16 Glenn Morris <rgm@gnu.org>
190
b1aa797c
GM
191 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
192
9b9b2ef2
GM
193 * configure.in: Remove X libs workaround for old autoconf.
194
badf86af
KB
1952012-04-12 Ken Brown <kbrown@cornell.edu>
196
197 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
198
2f097256
GM
1992012-04-11 Glenn Morris <rgm@gnu.org>
200
201 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
202
a9f72fc1
GM
2032012-04-10 Glenn Morris <rgm@gnu.org>
204
205 * configure.in: Conditionally generate admin/unidata/Makefile.
206
6b4f4a2d
TZ
2072012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
208
a9f72fc1 209 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 210
23df914b
GM
2112012-04-09 Glenn Morris <rgm@gnu.org>
212
fd9d85c2
GM
213 * Makefile.in (leim): Check cd return value. Pass fewer variables.
214 (install-leim): Check cd return value. Pass $MFLAGS.
215 (install-strip): Pass $MFLAGS.
216
23df914b
GM
217 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
218 Eg org.texi has been using 4.7 functions for some time.
219
bf6bba2b
PE
2202012-04-07 Paul Eggert <eggert@cs.ucla.edu>
221
222 Check pkg-config exit status when configuring (Bug#10626).
223 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
224 works; check its exit status. Problem reported by Jordi Gutiérrez
225 Hermoso in
226 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
227
f3774f20
GM
2282012-04-07 Glenn Morris <rgm@gnu.org>
229
230 * README, configure.in (AC_INIT): Bump version to 24.1.50.
231
d67a9a85
EZ
2322012-04-07 Eli Zaretskii <eliz@gnu.org>
233
234 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
235
f20f95c6
PE
2362012-03-04 Paul Eggert <eggert@cs.ucla.edu>
237
238 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
239 * configure.in (LIBS_TERMCAP): Default this to the result of
240 the tputs library search. Do a run-time test for the linkability
241 of tputs unless cross-compiling, as that's more reliable if the
242 link flags and libraries are messed up. Don't change LIBS as
243 a result of the test, as that may mess up later tests.
244
75197633
CS
2452012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
246
533183f3 247 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 248
75197633
CS
249 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
250 specific makefiles to support getopt_.h generation with MSVC.
251
7eb21b49
GM
2522012-02-04 Glenn Morris <rgm@gnu.org>
253
254 * Makefile.in (uninstall):
255 Handle compressed info files and man pages. (Bug#10718)
256
44f92739
GM
2572012-02-02 Glenn Morris <rgm@gnu.org>
258
259 * configure.in [HAVE_NS]:
260 Error if use --without-toolkit-scroll-bars. (Bug#10673)
261
6df37268
PE
2622012-02-01 Paul Eggert <eggert@cs.ucla.edu>
263
264 Port to older Solaris 10 versions (Bug#10677).
265 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
266 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
267 possibly this is because Sun fixed the 'stat' bug in my version.
268 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
269 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
270 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
271 These changes are based on gnulib version
272 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
273 because Emacs is in feature freeze and we do not want to merge any
274 more-recent changes from gnulib.
275
8d8939e8
GM
2762012-01-31 Glenn Morris <rgm@gnu.org>
277
e4070def
GM
278 * configure.in: Throw an explicit error if Motif toolkit was
279 requested but requirements could not be found.
280
8d8939e8
GM
281 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
282
5a26ec89
EZ
2832012-01-30 Eli Zaretskii <eliz@gnu.org>
284
285 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
286 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
287 with "make -j3".
288
1b0880d5
JB
2892012-01-16 Juanma Barranquero <lekktu@gmail.com>
290
291 * .bzrignore: Ignore etc/__pycache__.
292
adee8a65
PE
2932011-12-17 Paul Eggert <eggert@cs.ucla.edu>
294
295 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
296 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
297 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
298 by Nelson H. F. Beebe in
299 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
300
e152e577
JB
3012011-12-10 Juanma Barranquero <lekktu@gmail.com>
302
303 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
304
46d14be7
JD
3052011-12-10 Jan Djärv <jan.h.d@swipnet.se>
306
307 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
308 instead of LDFLAGS (Bug#10230).
309
6c269a38
PE
3102011-12-03 Paul Eggert <eggert@cs.ucla.edu>
311
4eec8d6f
PE
312 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
313
6c269a38 314 Propagate configure flags to sub-configures.
1350a3cc 315 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
316 New macros.
317 (config.status, bootstrap): Use them to propagate configure flags
318 to sub-configures.
319 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
320
63e94eb8
PE
3212011-12-03 Paul Eggert <eggert@cs.ucla.edu>
322
323 * .bzrignore: Add config.cache.
324
54e9e3bf
JD
3252011-11-27 Jan Djärv <jan.h.d@swipnet.se>
326
327 * configure.in: Check for gtk_window_set_has_resize_grip.
328
20db1522
JB
3292011-11-24 Juanma Barranquero <lekktu@gmail.com>
330
331 * configure.in (HAVE_XPM): Fix typo.
332
60bf278f
GM
3332011-11-22 Glenn Morris <rgm@gnu.org>
334
5f77c86c
GM
335 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
336 have confusing effects on the build. (Bug#6401)
337
60bf278f
GM
338 * Makefile.in (install-arch-dep): Tweak previous change.
339
816be9f6
YD
3402011-11-22 Yavor Doganov <yavor@gnu.org>
341
342 Do not install arch-dependent files in the app bundle if
343 --disable-ns-self-contained is requested. (Bug#1335)
344 * configure.in (exec_prefix, libexecdir): Define relative to
345 `ns_appbindir' only if configured for a self-contained app.
346 * Makefile.in (install-arch-dep): Test for the existence of
347 libexec in the Emacs.app bundle before executing commands.
348
d5ff9cd0
AS
3492011-11-20 Andreas Schwab <schwab@linux-m68k.org>
350
351 * configure.in: Remove reference to src/m/ibms390.h.
352
1c889bf6
GM
3532011-11-13 Glenn Morris <rgm@gnu.org>
354
355 * INSTALL: Tiny updates for disk space used during installation.
356
a6fc3b5c
EZ
3572011-11-05 Eli Zaretskii <eliz@gnu.org>
358
359 * lib/makefile.w32-in (FRC): New dummy target.
360 (TAGS): Depend on FRC.
361
9f77899d
GM
3622011-11-04 Glenn Morris <rgm@gnu.org>
363
364 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
365 Do not include GnuTLS version info in final summary message.
366
0bd3cb7b
EZ
3672011-10-31 Eli Zaretskii <eliz@gnu.org>
368
07f3add9
EZ
369 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
370 they exist there, else from autogen/.
371
372 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 373
d2eaf3e4
NT
3742011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
375
376 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
377
e782cfab
PE
3782011-10-24 Paul Eggert <eggert@cs.ucla.edu>
379
380 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
381 if the library is found. Otherwise, later configure-time tests,
382 such as the test for pthread_sigmask, generate the wrong results
383 on some platforms. Problem reported for FreeBSD by Nali Toja.
384
7da0b018
PE
3852011-10-20 Paul Eggert <eggert@cs.ucla.edu>
386
387 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
388 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
389 Remove; no longer needed, now that we defer to strftime for time
390 zone names.
391
0ffe1065
JD
3922011-10-18 Jan Djärv <jan.h.d@swipnet.se>
393
394 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
395
23769e49
CY
3962011-10-18 Chong Yidong <cyd@gnu.org>
397
398 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
399
fd8dea03
GM
4002011-10-13 Glenn Morris <rgm@gnu.org>
401
402 * configure.in: Also look for tputs in libcurses. (Bug#9736)
403
f4cc5b54
PE
4042011-10-12 Paul Eggert <eggert@cs.ucla.edu>
405
406 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 407 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
408 The check was helpful but not essential in Solaris 2.6 (1997),
409 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
410 obsolete -- Sun dropped support for it in 2006 -- and without
411 access to that Silurian platform we can't maintain the code anyway.
412
7c5ee88e
PE
4132011-10-07 Paul Eggert <eggert@cs.ucla.edu>
414
d47439a3
PE
415 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
416 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
417 * m4/gnulib-common.m4: Merge from gnulib.
418 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
419 command not found" on powerpc-apple-darwin9.8.0.
420
7c5ee88e
PE
421 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
422 This is now done by src/alloc.c.
423
423dbf9b
RS
4242011-10-02 Richard Stallman <rms@gnu.org>
425
426 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
427 and xlinux_second_failure to xgnu_linux_second_failure.
428
31bed486
EZ
4292011-09-29 Eli Zaretskii <eliz@gnu.org>
430
5f91c1e5
EZ
431 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
432 lib/signal.in-h.
31bed486 433
e785f2ec 434 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
435 Rename signal.in.h and alloca.in.h.
436
e1504b9b
EZ
4372011-09-28 Eli Zaretskii <eliz@gnu.org>
438
439 * INSTALL: Mention that m17n libraries and libotf are needed for
440 Arabic shaping.
441
316f8af0
PE
4422011-09-26 Paul Eggert <eggert@cs.ucla.edu>
443
444 Merge from gnulib, improving some licensing wording.
445 This clarifies and fixes some licensing issues raised by Glenn Morris
446 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
447 It also merges the latest version of texinfo.tex and has some
448 MSVC-related changes that don't affect Emacs.
449 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
450 pathmax, and raise, since these are needed only to address
451 MSVC-related issues that Emacs doesn't have.
452 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
453 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
454 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
455 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
456 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
457 * m4/unistd_h.m4: Merge from gnulib.
458
04d51ad4
AS
4592011-09-26 Andreas Schwab <schwab@linux-m68k.org>
460
461 * configure.in: Initialize HAVE_LIBXML2.
462
6e99ef20
GM
4632011-09-26 Glenn Morris <rgm@gnu.org>
464
465 * make-dist: Add lib/makefile.w32-in.
466
0538fab0
GM
4672011-09-24 Glenn Morris <rgm@gnu.org>
468
469 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
470
c5b01d8c
LMI
4712011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
472
473 * .dir-locals.el: Change the debbugs regexp to allow having the
474 bug number as the first thing on a line.
475
0cc87afb
GM
4762011-09-15 Glenn Morris <rgm@gnu.org>
477
478 * configure.in: Make configure work with recent GNUsteps.
479 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
480 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 481 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 482
3f44249e
PE
4832011-09-11 Paul Eggert <eggert@cs.ucla.edu>
484
485 Merge from gnulib, porting to Tru64.
486 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
487 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
488 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
489 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
490 doesn't affect Emacs.
491
c8199d0f
PE
4922011-09-06 Paul Eggert <eggert@cs.ucla.edu>
493
494 * configure.in (isnan): Remove now-unnecessary check.
495
e39b275c 4962011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 497
abec06ff 498 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
499 This is to fix the following problems:
500 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
501 configured not to use gtk or any other thread-using library,
502 signals aren't blocked correctly.
503 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
504 and IRIX's signal handling.
505 . On Cygwin 1.7.5 it works around an incompatibility with
506 the system pthread_sigmask.
507 . On MacOS X 10.5 (32-bit), files whose inode numbers
508 exceed 2**31 cannot be read or manipulated.
509 . pthread_sigmask: Actually use results of gl_THREADLIB.
510 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
511 . find 'ar' program that fits with --host argument.
512 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
513 * autogen/README: Update destination list.
514 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
515 The autogenerated files compile, config.guess,
516 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
517 * m4/largefile.m4: New file, so that Emacs does not mess up when
518 accessing files with large inode numbers in MacOS X 10.5 and later.
519 * m4/nocrash.m4: New file, to avoid triggering background debugger
520 and/or create core dumps during 'configure'.
521 * build-aux/move-if-change: Renamed from move-if-change.
522 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
523 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
524 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
525 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
526 * Makefile.in (epaths-force, sync-from-gnulib):
527 move-if-change is now in build-aux.
528 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
529 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
530 (mkdir): install-sh is now in build-aux.
531 * config.bat: c++defs.h is now in build-aux/snippets.
532 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
533 usual parameter).
534 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
535 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
536 to build-aux/snippet.
537 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
538 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
539 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
540 Solaris, enables MacOS extensions, and enables nocrash during
541 'configure'.
542 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
543
86633eab 5442011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
545
546 * configure.in (snprintf): New check.
547
015faae4
PE
5482011-08-30 Paul Eggert <eggert@cs.ucla.edu>
549
695a3dc5 550 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 551 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
552 Remove unreachable pattern hppa*-*-linux-gnu*.
553 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
554 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 555
52ec1feb
JD
5562011-08-26 Jan Djärv <jan.h.d@swipnet.se>
557
558 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
559
377538cb
JD
5602011-08-13 Jan Djärv <jan.h.d@swipnet.se>
561
562 * configure.in: Add header check: sys/socket.h (Bug#8477),
563 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
564 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
565
ae9e757a
JD
5662011-08-04 Jan Djärv <jan.h.d@swipnet.se>
567
568 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
569 (HAVE_GTK_AND_PTHREAD): Remove.
570
be8ec0b3
AA
5712011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
572
573 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
574 build, not just GNUstep (Bug#9177).
575
2573a837 5762011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
577
578 Assume freestanding C89 headers, string.h, stdlib.h.
579 Again, this simplifies the code, and all current platforms have these.
580 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
581 (AC_HEADER_STDC): Remove.
582 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
583 (strchr, strrchr): Remove fallback macros.
584
9cfdb3ec
PE
585 Assume support for memcmp, memcpy, memmove, memset.
586 This simplifies the code a bit. All current platforms have these,
587 as they are required for C89. If this turns into a problem we
588 can add the gnulib modules for these (a 1-line change to Makefile.in).
589 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
590
427c285b
PE
5912011-07-27 Paul Eggert <eggert@cs.ucla.edu>
592
593 * GNUmakefile: New file.
594 This is for convenience, so that one can run GNU make in an
595 unconfigured source tree, and get a default build.
596
2ad77c9d
JD
5972011-07-13 Jan Djärv <jan.h.d@swipnet.se>
598
599 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
600
c8618a06
YM
6012011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
602
603 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
604 so as to suppress address randomization (Bug#8395).
605
f6ce9b9a
PE
6062011-07-09 Paul Eggert <eggert@cs.ucla.edu>
607
3fcf7a1c
PE
608 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
609 This fixes a build problem on older Mac OS X hosts.
610
d9706d9f
PE
611 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
612 test, which runs afoul of Automake installations where, for example,
613 /usr/share/aclocal contains a copy of gl_THREADLIB.
614 Problem reported by Sven Joachim in
615 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
616 This is just a quick temporary fix, specific to Emacs; I'll work
617 with the other gnulib maintainers to get a more-permanent fix.
618
af66a2d7 619 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
620 * Makefile.in (GNULIB_MODULES): Add strtoimax.
621 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
622 automatically imported from gnulib.
623 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
624
1692ae2d 6252011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 626
8a6ebd58 627 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 628 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
629 * configure.in (AC_TYPE_UID_T): New dummy macro.
630 Configure gnulib after adjusting LIBS,
631 so that gnulib can assume the libraries in LIBS.
6db30f83 632 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 633 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 634 * lib/pthread_sigmask.c:
6db30f83
PE
635 New files, automatically imported from gnulib.
636 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
637 due to the above changes.
638 * .bzrignore: Add lib/signal.h.
639
4a621aae
PE
640 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
641
5e94cadb
AS
6422011-07-07 Andreas Schwab <schwab@linux-m68k.org>
643
644 * configure.in (maintainer-mode): Reflect default in help string.
645
76b397fb
DN
6462011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
647
648 * configure.in: Remove reference to iris4d.h.
649
869795d6
JD
6502011-07-05 Jan Djärv <jan.h.d@swipnet.se>
651
652 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
653
3279eb87
GM
6542011-07-01 Glenn Morris <rgm@gnu.org>
655
656 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
657
2e6e11eb
LMI
6582011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
659
660 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
661 which made ./configure infloop.
662
9851bfc5
JD
6632011-06-30 Jan Djärv <jan.h.d@swipnet.se>
664
665 * configure.in (gsettings): New option and check for GSettings.
666
adbc4ef4
GM
6672011-06-29 Glenn Morris <rgm@gnu.org>
668
669 * configure.in: Try to test for the required crt*.o files.
670
1f773f32
BW
6712011-06-27 Bill Wohler <wohler@newt.com>
672
673 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
674
7a7ef429
PE
6752011-06-25 Paul Eggert <eggert@cs.ucla.edu>
676
677 Use gnulib's dup2 module instead of rolling our own.
678 * Makefile.in (GNULIB_MODULES): Add dup2.
679 * configure.in: Do not check for dup2; gnulib does that now.
680 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
681
6dd7e400
PE
6822011-06-23 Paul Eggert <eggert@cs.ucla.edu>
683
684 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
685
94a807ac 6862011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
687
688 Use gnulib's alloca-opt module.
689 * .bzrignore: Add lib/alloca.h.
690 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
691 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
692 as gnulib now does that for us. Put alloca check in config.h.
693 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
694 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
695 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
696
3ce9d0d4
LL
6972011-06-21 Leo Liu <sdl.web@gmail.com>
698
699 * m4/sha256.m4:
700 * m4/sha512.m4:
701 * m4/gl-comp.m4:
702 * lib/u64.h:
703 * lib/sha256.c:
704 * lib/sha256.h:
705 * lib/sha512.c:
706 * lib/sha512.h:
707 * lib/makefile.w32-in (GNULIBOBJS):
708 * lib/gnulib.mk:
709 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
710 crypto/sha512 modules from gnulib.
711
add3f049
PE
7122011-06-19 Paul Eggert <eggert@cs.ucla.edu>
713
714 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
715
3a4725e1
GM
7162011-06-17 Glenn Morris <rgm@gnu.org>
717
718 * configure.in: Restore the behavior of checking crt-dir only
719 when the user specified it (not all platforms use it).
720
bf4846e7
PE
7212011-06-16 Paul Eggert <eggert@cs.ucla.edu>
722
723 * m4/lstat.m4: Merge from gnulib (Bug#8878).
724
4d61f28d 7252011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
726
727 * configure.in: Try to determine CRT_DIR automatically when
728 using gcc.
729
8c9b2106
PE
7302011-06-15 Paul Eggert <eggert@cs.ucla.edu>
731
8aeb5be9
PE
732 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
733 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
734 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
735 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
736 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
737 Merge from gnulib.
8c9b2106 738
c195f2de
JD
7392011-06-14 Jan Djärv <jan.h.d@swipnet.se>
740
741 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
742
7e2aa385
PE
7432011-06-08 Paul Eggert <eggert@cs.ucla.edu>
744
745 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
746
81eafe29
PE
7472011-06-07 Paul Eggert <eggert@cs.ucla.edu>
748
749 * configure.in: Add --with-wide-int.
750 * INSTALL: Mention this.
751
9afafefb
PE
7522011-06-06 Paul Eggert <eggert@cs.ucla.edu>
753
754 Merge from gnulib.
755 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
756
f797625a
PE
7572011-06-02 Paul Eggert <eggert@cs.ucla.edu>
758
759 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
760
90856fe0 7612011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
762
763 Use 'inline', not 'INLINE'.
eefc9486 764 * configure.in (INLINE): Remove.
55d4c1b2 765
6a3e57bb
PE
7662011-05-29 Paul Eggert <eggert@cs.ucla.edu>
767
768 Adjust to recent gnulib change for @GUARD_PREFIX@.
769 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
770 All uses of _GL_ for guard prefixes in lib/*.h replaced with
771 _@GUARD_PREFIX@_.
772
842b28a0
PE
7732011-05-27 Paul Eggert <eggert@cs.ucla.edu>
774
e61923c8 775 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 776
70716b1d
GM
7772011-05-24 Glenn Morris <rgm@gnu.org>
778
a22d9d2c
GM
779 * Makefile.in (check): Just give a message if no test/ directory.
780
bdd556a2
GM
781 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
782
70716b1d
GM
783 * configure.in (OPT_MAKEFILES_IN): Remove.
784 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
785 (SUBDIR_MAKEFILES_IN): New output variable.
786 * Makefile.in (OPT_MAKEFILES_IN): Remove.
787 (SUBDIR_MAKEFILES_IN): Let configure set it.
788
13c3daa4
LL
7892011-05-24 Leo Liu <sdl.web@gmail.com>
790
791 * m4/sha1.m4:
792 * m4/gl-comp.m4:
793 * lib/sha1.h:
794 * lib/sha1.c:
795 * lib/makefile.w32-in (GNULIBOBJS):
796 * lib/gnulib.mk:
797 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
798
e09e38a8
GM
7992011-05-24 Glenn Morris <rgm@gnu.org>
800
4ba4c54a
GM
801 * configure.in: Remove test for already configured source directory.
802 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
803
5a95c002
GM
804 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
805
fa5d79db
GM
8062011-05-24 Glenn Morris <rgm@gnu.org>
807
6c7e099d
GM
808 * make-dist: Don't distribute test/. (Bug#8107)
809 * configure.in (OPT_MAKEFILES_IN): New output variable.
810 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
811 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
812 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
813 (check): Give an explicit error if test/ is not present.
814
fa5d79db
GM
815 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
816 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
817 (Makefile): Use $SUBDIR_MAKEFILES_IN.
818
2df215b5
PE
8192011-05-23 Paul Eggert <eggert@cs.ucla.edu>
820
821 * lib/verify.h: Merge from gnulib.
822
f518ae90
PE
8232011-05-22 Paul Eggert <eggert@cs.ucla.edu>
824
825 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
826 Merge from gnulib.
827
16b71f3a
AS
8282011-05-21 Andreas Schwab <schwab@linux-m68k.org>
829
830 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
831
7285dc67
EZ
8322011-05-20 Eli Zaretskii <eliz@gnu.org>
833
6a45b46f
EZ
834 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
835
7285dc67
EZ
836 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
837
b9704ad9
GM
8382011-05-20 Glenn Morris <rgm@gnu.org>
839
840 * configure.in (lisp_frag): New output file.
841
4a720484
GM
8422011-05-19 Glenn Morris <rgm@gnu.org>
843
844 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
845 (WINDOW_SUPPORT): Remove output variables that are no longer used.
846
a3c92bc1
EZ
8472011-05-17 Paul Eggert <eggert@cs.ucla.edu>
848
8f906c40
EZ
849 * lib/gnulib.mk:
850 * lib/intprops.h:
851 * lib/unistd.in.h:
852 * m4/inttypes.m4:
853 * m4/stdint.m4:
854 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 855
d681f183
GM
8562011-05-14 Glenn Morris <rgm@gnu.org>
857
858 * configure.in: Treat failure to find an X toolkit the same way we treat
859 failure to find X and image support.
860
4f8c52a9
GM
8612011-05-12 Glenn Morris <rgm@gnu.org>
862
863 * Makefile.in (src, install-arch-indep, bootstrap-clean)
864 (check-declare): Shell portability fixes. (Bug#8642)
865
5a7f0a30
TZ
8662011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
867
868 * configure.in: Require GnuTLS 2.6.x or higher.
869
b08a63cc 8702011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 871
c378da0b
PE
872 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
873 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
874 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
875
19548d08
PE
876 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
877 This new gnulib-tool option saves 'configure' the trouble of
878 checking for strtoull when strtoumax exists.
879
d1a2ac5c
PE
880 * configure.in (BITS_PER_LONG_LONG): New macro.
881
773233f8
GM
8822011-05-05 Glenn Morris <rgm@gnu.org>
883
884 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
885 (top_distclean): Delete config.log~.
886
40697cd9
BK
8872011-04-27 Ben Key <bkey76@gmail.com>
888
889 * configure.in: Fixed a bug that caused configure with
890 --enable-checking=stringoverrun to have no effect.
891
671875da 8922011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
893
894 * configure.in: Suppress unnecessary checks for size_t.
895 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
896 (size_t): Do not check for this, and do not typedef. This code
897 is never exercised now.
898
a8a2bb29
PE
899 * Makefile.in (GNULIB_MODULES): Add strtoumax.
900 This is needed for the new integer-reading code in lread.c.
901 It automatically pulls in the following gnulib files, which
902 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
903 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
904 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
905 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 906 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 907
33630d51
TZ
9082011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
909
910 * configure.in: Check for GnuTLS certificate verify callbacks.
911
bfab7d85
SM
9122011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * Makefile.in (config.status): Don't erase in case of error.
915 In case it disappeared, rebuild it with `configure'.
916
fe0e7ad7
KB
9172011-04-20 Ken Brown <kbrown@cornell.edu>
918
919 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
920
f5b06c35
GM
9212011-04-12 Glenn Morris <rgm@gnu.org>
922
923 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
924
762f8d96 9252011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
926
927 * lib/allocator.c: New file, automatically generated by gnulib.
928
5fac7083
GM
9292011-04-07 Glenn Morris <rgm@gnu.org>
930
931 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
932
973f782d
EZ
9332011-04-06 Eli Zaretskii <eliz@gnu.org>
934
935 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
936 Revert last change.
937
f1f81baa
JB
9382011-04-06 Juanma Barranquero <lekktu@gmail.com>
939
940 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
941 ($(BLD)/careadlinkat.$(O)): New target.
942 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
943 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
944 Update dependencies.
945
b70d23ff 9462011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 947
41cf7d1a
PE
948 Fix more problems found by GCC 4.6.0's static checks.
949
aa181334
PE
950 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
951
1f7196bf 952 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
953 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
954 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
955 * m4/ssize_t.m4: New files, automatically generated from gnulib.
956
c0274801
GM
9572011-04-06 Glenn Morris <rgm@gnu.org>
958
959 * autogen/update_autogen: Handle loaddefs-like files as well.
960 (usage): Add -l, -C.
961 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
962 With -l, check status of lisp/ as well.
963 With -C, clean before building.
964 (autoreconf): Only pass -f in the `clean' case.
965 (commit): New function.
966
42e85a8f
GM
9672011-03-28 Glenn Morris <rgm@gnu.org>
968
39f31873
GM
969 * autogen/update_autogen: Pass -f to autoreconf.
970
42e85a8f
GM
971 * autogen.sh (get_version): Discard "not found" lines.
972 (check_version): Respect $AUTOCONF etc environment variables.
973
9af30bdf
GM
9742011-03-27 Glenn Morris <rgm@gnu.org>
975
976 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
977 (AH_BOTTOM): Do not define SIGTYPE.
978
181855e6
GM
9792011-03-26 Glenn Morris <rgm@gnu.org>
980
981 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
982 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
983
9ee0d174
AS
9842011-03-25 Andreas Schwab <schwab@linux-m68k.org>
985
986 * autogen/update_autogen: Remove useless function keyword.
987
07da4b3c
EZ
9882011-03-25 Eli Zaretskii <eliz@gnu.org>
989
990 * config.bat: Generate src/config.h and lib/Makefile from
991 autogen/config.in and autogen/Makefile.in.
992
f6ca84c0
GM
9932011-03-25 Glenn Morris <rgm@gnu.org>
994
995 * compile, config.guess, config.sub, depcomp, install-sh, missing:
996 Remove; autoreconf can supply them.
997 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
998 config.guess, install-sh. Pass -i to autoreconf.
999 * autogen/update_autogen (genfiles): Add compile, config.guess,
1000 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1001 Discard non-error output from autoreconf in -q case.
1002 * autogen/compile, autogen/config.guess, autogen/config.sub:
1003 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1004 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1005 install-sh, missing.
1006
8cc1d519
GM
10072011-03-23 Glenn Morris <rgm@gnu.org>
1008
9bb73912 1009 * autogen/update_autogen: Fix typo.
904a432c 1010 (msg): Remove function; use `exec' instead.
9bb73912 1011
8cc1d519
GM
1012 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1013 (sync-from-gnulib): Don't sync mkinstalldirs.
1014 * make-dist: Don't distribute mkinstalldirs.
1015
c9c49752 10162011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1017
c9c49752 1018 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1019 * Makefile.in (GNULIB_MODULES): Add socklen.
1020 * configure.in: Do not check for sys/socket.h, since socklen does that.
1021 * m4/socklen.m4: New automatically-generated file, from gnulib.
1022
d5cad867
PE
1023 fakemail: Remove dependency on ignore-value.
1024 * Makefile.in (GNULIB_MODULES): Add stdio.
1025 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1026 imported from gnulib.
cbd350f1 1027 * .bzrignore: Add lib/stdio.h.
c9c49752 1028
34cb1cc6
GM
10292011-03-22 Glenn Morris <rgm@gnu.org>
1030
1031 * autogen/copy_autogen: Work from ./ or ../.
1032 Fix time-stamps.
1033 * autogen.sh: Doc fix.
1034
66b87493
GM
10352011-03-20 Glenn Morris <rgm@gnu.org>
1036
1037 * autogen/: New directory, to be excluded from releases.
1038 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1039 * autogen/README: New file.
1040 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1041 * autogen/Makefile.in: Add auto-updated generated files.
1042 * autogen.sh: No longer a no-op, now it tests for autotools
1043 and runs them as necessary.
cd1181db 1044 * configure.in: Default maintainer-mode to on.
66b87493
GM
1045 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1046
1ef6de05
PE
10472011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1048
1049 Update for gnulib.
1050 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1051 includes <intprops.h> directly.
1052 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1053 when building Emacs on Solaris 9 and running it on Solaris 10.
1054
0afb4571
J
10552011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1056
1057 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1058
33383987
JB
10592011-03-07 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * Version 23.3 released.
1062
870d9cf6
GM
10632011-03-06 Glenn Morris <rgm@gnu.org>
1064
1065 * configure.in (FREETYPE_LIBS): Actually set it to something.
1066
6c0dea8a
PE
10672011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 Work around some portability problems with symlinks.
1070
1071 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1072 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1073 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1074 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1075 * m4/symlink.m4:
1076 New files, automatically generated from gnulib.
1077 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1078 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1079
945d8b44
EZ
10802011-02-26 Eli Zaretskii <eliz@gnu.org>
1081
03382788
EZ
1082 * .bzrignore: Ignore new lib/*.in-h files.
1083
945d8b44
EZ
1084 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1085 depfiles.bat even if lib/deps already exist.
1086
9411886d
PE
10872011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1088
1089 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1090 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1091 recent changes to configure.in and to gnulib.
9411886d 1092
1e8dbdc6
GM
10932011-02-24 Glenn Morris <rgm@gnu.org>
1094
1095 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1096 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1097
f68c809d
PE
10982011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1099
1100 Assume S_ISLNK etc. work, since gnulib supports this.
1101 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1102 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1103 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1104 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1105
ba01e9d7
PE
11062011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1107
1108 * lib/min-max.h: New file, for "min" and "max".
1109
9f8370e6
CS
11102011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1111
0a19a6f8 1112 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1113 $(EMACS_ROOT)/nt/inc/stdint.h.
1114
25c51af3
EZ
11152011-02-21 Eli Zaretskii <eliz@gnu.org>
1116
1117 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1118 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1119 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1120
5fa4ac76
PE
11212011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1122
1123 Import filemode module from gnulib.
1124 * .bzrignore: Add lib/sys/.
1125 * Makefile.in (GNULIB_MODULES): Add filemode.
1126 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1127 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1128 from gnulib. This adds support for some more file types, e.g.,
1129 Cray DMF migrated files.
1130 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1131 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1132 * m4/sys_stat_h.m4: New files, generated from gnulib.
1133 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1134 Regenerate.
1135
e1e6b4fb
EZ
11362011-02-20 Eli Zaretskii <eliz@gnu.org>
1137
1138 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1139 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1140
6cac9cb1
PE
11412011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1142
1143 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1144 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1145 is no longer needed, due to the recent SSDATA and related changes.
1146 Perhaps -Wno-pointer-sign should also be removed from
1147 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1148 way to test this so I left it alone.
1149 * configure: Regenerate.
1150
0a19a6f8 11512011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1152
1153 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1154 src/makefile.w32-in.
1155
61353ac8 11562011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1157
61353ac8 1158 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1159 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1160 Regenerate.
1161 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1162 Import the new versions from gnulib; they assume a C99-style
1163 <stdint.h>, supplied by the stdint module.
1164 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1165 imported from gnulib.
942f733f
PE
1166 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1167 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1168 special cases.
61353ac8 1169
9d9d12cd
EZ
11702011-02-19 Eli Zaretskii <eliz@gnu.org>
1171
152be435 1172 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1173 Add lib/deps/.
152be435 1174
9d9d12cd 1175 * config.bat: Configure in `lib'.
219463da 1176 Generate *.Po files in lib/deps.
9d9d12cd 1177
7d315eb6
PE
11782011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1179
1180 Import IRIX 6.5 getloadavg fixes from gnulib.
1181 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1182
1f5d53eb
PE
11832011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1184
1185 Import getloadavg module from gnulib.
1186 * .bzrignore: Add lib/stdlib.h.
1187 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1188 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1189 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1190 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1191 Remove; gnulib does this now.
1192 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1193 from gnulib. This adds support for several other systems, such
1194 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1195 buffer overrun on Linux hosts under very high load, and on hosts
1196 that maintain a channel to the load average file it makes sure
1197 the file descriptor is close-on-exec (on hosts that support this)
1198 and is not stdin, stdout, or stderr.
1199 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1200 from gnulib.
1201 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1202 * src/config.in: Regenerate.
1203
bb55f713
PE
12042011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1205
1206 Merge from gnulib.
1207
7127b760
PE
1208 * install-sh: Update to scriptversion 2011-01-19.21.
1209
bb55f713
PE
1210 2011-02-13 Bruno Haible <bruno@clisp.org>
1211
1212 Consistent macro naming for macros that use GCC __attribute__.
1213 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1214 ATTRIBUTE_DEPRECATED.
1215
1216 2011-02-12 Bruno Haible <bruno@clisp.org>
1217
1218 setlocale: Prefer gnulib's override over libintl's override.
1219 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1220 GNULIB_defined_setlocale is set.
1221
57e96f8e
GM
12222011-02-13 Glenn Morris <rgm@gnu.org>
1223
1224 * make-dist: Exclude generated file src/globals.h.
1225
988c07df
PE
12262011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1227
1228 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1229 Sync from gnulib, which has been patched to fix the problem
1230 with the license notices. Problem reported by Glenn Morris in
1231 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1232
ccded26c
SM
12332011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1234
1235 * .bzrignore: Ignore globals.h and related stamp.
1236
6ffb2c0c
PE
12372011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1238
1239 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1240 This merges the following fix from gnulib:
1241
1242 2011-02-08 Bruno Haible <bruno@clisp.org>
1243
1244 Split large sed scripts, for HP-UX sed.
1245
00b3c7ac
TT
12462011-02-08 Tom Tromey <tromey@redhat.com>
1247
1248 * configure: Rebuild.
1249 * configure.in (NS_OBJC_OBJ): New subst.
1250
91ccade4
PE
12512011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1252
6ffb2c0c
PE
1253 gnulib: allow multiple gnulib generated replacements to coexist
1254 This defines a few preprocessor symbols that should not affect Emacs.
1255 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1256 via "make sync-from-gnulib".
1257
e765a388
PE
1258 gnulib: undo previous change
1259 The upstream _HEADERS change was backed out of gnulib (see the
1260 same thread). Stay in sync with gnulib.
1261
91ccade4 1262 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1263 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1264 New empty macros, to accommodate recent changes to gnulib. See
1265 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1266 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1267 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1268 * lib/time.in.h, lib/unistd.in.h:
1269 Regenerate.
91ccade4 1270
d67985d3
PE
12712011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1272
1273 sync from gnulib to remove HAVE_STDBOOL_H
1274 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1275 AC_HEADER_STDBOOL. All uses changed. Do not define
1276 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1277 imported from the latest Autoconf git. It was motivated by Emacs,
1278 which uses gnulib but does not need HAVE_STDBOOL_H.
1279 * configure, src/config.in: Regenerate.
1280 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1281
67342916
PE
12822011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1283
1284 allow C code to suppress warnings about ignored return values
1285 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1286 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1287 * lib/ignore-value.h: New file.
67342916 1288
14beddf4 12892011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1290
1291 * configure.in: Test existence of xaw3d library, not just the
1292 header (Bug#7642).
1293
6ffb2c0c
PE
12942011-01-31 Eli Zaretskii <eliz@gnu.org>
1295
1296 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1297 $(BLD)/time_r.$(O).
1298 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1299 $(EMACS_ROOT)/src/m/intel386.h.
1300 ($(BLD)/strftime.$(O)):
1301 ($(BLD)/time_r.$(O)): Define prerequisites.
1302
16fab143
PE
13032011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1304
1305 src/emacs.c now gets version number from configure.in
1306 * configure.in (version): Set this from $PACKAGE_VERSION,
1307 which is set from AC_INIT, rather than scouting through src/emacs.c.
1308 * configure: Regenerate.
1309 * make-dist (version): Get it from configure.in, not src/emacs.c.
1310
16c3e636
PE
13112011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1312
1313 strftime: import from gnulib
1314 * Makefile.in (GNULIB_MODULES): Add strftime.
1315 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1316 needed.
6ffb2c0c 1317 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1318 Regenerate.
6ffb2c0c
PE
1319 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1320 imported from gnulib.
16c3e636
PE
1321 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1322 This incorporates many changes from gnulib, including simpler
1323 handling of multibyte formats, porting to mingw32 and other
1324 platforms, and support for higher-resolution time stamps.
1325 Emacs does not yet use the higher-resolution interface.
1326
3de84ad9
PE
13272011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1328
1329 gnulib: import mktime and move-if-change fixes from gnulib
1330
1331 * configure: Regenerate from the following.
1332
6ffb2c0c
PE
1333 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1334
1335 mktime: clarify long_int width checking
1336 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1337 the top level, to make it clearer that the assumption about
1338 long_int width is being checked. See
1339 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1340
3de84ad9
PE
1341 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1342
1343 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1344 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1345 negative number, which the C Standard says has undefined behavior.
1346 In practice this is not a problem, but might as well do it by the book.
1347 Reported by Rich Felker and Eric Blake; see
1348 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1349 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1350 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1351
1352 mktime: #undef mktime before #defining it
1353 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1354
1355 mktime: systematically normalize tm_isdst comparisons
1356 * lib/mktime.c (isdst_differ): New function.
1357 (__mktime_internal): Use it systematically for all isdst comparisons.
1358 This completes the fix for libc BZ #6723, and removes the need for
1359 normalizing tm_isdst. See
1360 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1361 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1362
1363 mktime: fix some integer overflow issues and sidestep the rest
1364
1365 This was prompted by a bug report by Benjamin Lindner for MinGW
1366 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1367 His bug is due to signed integer overflow (0 - INT_MIN), and I
1368 I scanned through mktime.c looking for other integer overflow
1369 problems, fixing all the bugs I found.
1370
1371 Although the C Standard says the resulting code is still not safe
1372 in the presence of integer overflow, in practice it should be good
1373 enough for all real-world two's-complement implementations, except
1374 for debugging environments that deliberately trap on integer
1375 overflow (e.g., gcc -ftrapv).
1376
1377 * lib/mktime.c (WRAPV): New macro.
1378 (SHR): Also check that long_int and time_t shift right in the
1379 usual way, before using the fast-but-unportable method.
1380 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1381 used. The code already assumed two's complement, so there's
1382 no need to test for alternatives. All uses removed.
1383 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1384 the C standard. Problem reported by Rich Felker in
1385 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1386 (twos_complement_arithmetic): Also check long_int and time_t.
1387 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1388 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1389 (__mktime_internal): Avoid integer overflow with unary subtraction
1390 in two instances where -1 - X is an adequate replacement for -X,
1391 since the calculations are approximate.
3de84ad9
PE
1392
1393 2011-01-29 Eric Blake <eblake@redhat.com>
1394
1395 mktime: avoid infinite loop
1396 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1397 type; behavior is still undefined but portable to all known targets.
1398 Reported by Rich Felker.
1399
6ffb2c0c
PE
1400 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1401
1402 mktime: avoid problems on NetBSD 5 / i386
1403 * lib/mktime.c (long_int): New type. This works around a problem
1404 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1405 but time_t is 64 bits, and where I expect the existing code is
1406 wrong in some cases.
1407 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1408 (ydhms_diff): Bring back the compile-time check for wide-enough
1409 year and yday.
1410
1411 mktime: fix misspelling in comment
1412 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1413 This merges all recent glibc changes of importance.
1414
3de84ad9
PE
1415 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1416
1417 move-if-change: cope with concurrent mv of identical file.
1418 * move-if-change (CMPPROG): Accept environment
1419 variable as an override for `cmp'.
1420 (usage): Document CMPPROG.
1421 Adjust comparison to drop stdout. Cope with failure of mv if
1422 the target file exists and is identical to the source, for
1423 parallel builds.
1424 Report from H.J. Lu against binutils in PR binutils/12283.
1425
6ffb2c0c
PE
14262011-01-29 Eli Zaretskii <eliz@gnu.org>
1427
1428 * lib/makefile.w32-in:
1429 * lib/getopt_.h: New files.
1430
c7e95b91
PE
14312011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1432
1433 improve fix for MS-DOS file name clash
1434 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1435 for portability to POSIX make. Reported by Bruno Haible.
1436 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1437 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1438 files from accumulating as garbage. Also reported by Bruno Haible.
1439
125c3718
PE
14402011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1441
1442 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1443 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1444 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1445 problems with MS-DOS 8+3 file name restrictions.
1446 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1447 it, it would also cause problems when extracting Emacs distribution
1448 tarballs on MS-DOS hosts.
1449 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1450 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1451 * config.guess, config.sub: Sync from gnulib.
1452 * m4/gnulib-cache.m4: Remove from repository.
1453 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1454
4004ef46
GM
14552011-01-25 Glenn Morris <rgm@gnu.org>
1456
0b5c5d82
GM
1457 * README: Add a note about ranges in copyright years.
1458
4004ef46
GM
1459 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1460
06d8ace5 14612011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1462
1463 * configure.in: Add HP-UX on IA64 (Bug#6811).
1464
d6974efa
PE
14652011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1466
1467 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1468 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1469 as it is no longer needed.
6ffb2c0c 1470 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1471 * configure.in: Invoke the new gnulib macro
1472 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1473 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1474 * m4/getopt.m4: Sync from gnulib; this removes the need for
1475 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1476 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1477 New macro, synced from gnulib.
1478 * m4/warn-on-use.m4: Remove.
1479
e02ea74b
PE
14802011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1481
1482 aclocal.m4: put this file back into repository
1483 This way, we don't have to assume that the maintainer has
1484 the automake package installed. See
1485 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1486 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1487 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1488 undoing the previous change.
1489 * aclocal.m4: New file (actually, resurrected).
1490
48dcd482
MB
14912011-01-22 Miles Bader <miles@gnu.org>
1492
1493 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1494 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1495 Emacs directly uses fontconfig, and breaks building when using a
1496 strict linker).
1497
925e561d
PE
14982011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1499
b06b1098
PE
1500 src/config.in: shrink slightly
1501 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1502 This makes src/config.in a bit smaller, by removing identifiers
1503 like GNULIB_TEST_MKTIME that Emacs does not need.
1504 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1505 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1506 Sync from gnulib. This removes a few more unnecessary symbols from
1507 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1508 * configure, src/config.in: Regenerate.
1509
925e561d
PE
1510 aclocal.m4: tweaks to regenerate more conveniently
1511 This attempts to act better when the source is in a weird state. See
1512 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1513 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1514 * .bzrignore: Add aclocal.m4.
1515
942be821
PE
15162011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1517
1518 aclocal.m4: omit auto-generated file from repository
1519 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1520 the most recent change here.
1521 * aclocal.m4: Remove from bzr repository. This file is
1522 auto-generated and isn't needed to run 'configure'. See
1523 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1524
0813c96e
PE
15252011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1526
1527 Minor Makefile.in tweaks to build from gnulib better.
1528 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1529 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1530 (top_maintainer_clean): Don't remove aclocal.m4.
1531
7cae64b4
PE
15322011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1533
53911e8f
PE
1534 Minor cleanups for 'bzr status'
1535 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1536 the output of config.guess.
1537 * Makefile.in (top_distclean): Remove stamp-h1 too.
1538
7cae64b4
PE
1539 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1540 defined if the compiler supports GCC-style __attribute__
1541 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1542 this syntax.
1543
a3e44e79 15442011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1545
3cbecb8f
PE
1546 Makefile.in: tidy up the building of lib
1547 * Makefile.in (am--refresh): Mark as .PHONY.
1548 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1549 as they're not rebuilt unless you do a "make sync-from-gnulib"
1550 and the former is needed for "configure".
1551 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1552 has already removed lib/Makefile.
1553
ecbfcc83
PE
1554 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1555 This avoids building ftoastr and ldtoastr, which aren't needed. See
1556 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1557
803059b9
PE
1558 * .bzrignore: Add .h files that are host-dependent.
1559 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1560 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1561 host-dependent and are built as part of an ordinary 'make', and
1562 should not be checked in.
1563
6ffb2c0c
PE
1564 * lib/Makefile.in: Regenerate.
1565 * lib/COPYING: New file, a copy of COPYING.
1566
2a78afcc 1567 * configure: Regenerate.
37564543
PE
1568 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1569
e275c824 1570 Regenerate.
6ffb2c0c
PE
1571 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1572 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1573 New files, copied from gnulib by gnulib-tool.
1574 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1575 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1576 Regenerate.
ecbfcc83 1577
84bbb1ad
PE
1578 Use gnulib's getopt-gnu module.
1579 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1580 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1581 representative of the dependencies.
1582 * configure.in: Do not configure getopt, as gnulib does that now.
1583 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1584 getopt now, in lib.
ecbfcc83 1585
1fd182f0 1586 Regenerate.
6ffb2c0c
PE
1587 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1588 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1589 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1590 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1591 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1592 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1593 * m4/wchar_t.m4, warn-on-use.h:
1594 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1595 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1596 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1597 Regenerate.
1598
1e11dbe3
PE
1599 Use gnulib's mktime module.
1600 * Makefile.in (GNULIB_MODULES): Add mktime.
1601 * configure.in: Remove code no longer needed, as gnulib now does it.
1602 (AC_CHECK_FUNCS): Remove mktime.
1603 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1604 (__restrict): Remove, as this now gets in the way of the C99
1605 support for 'restrict' pulled in by the gnulib mktime module.
1606 Code should now use 'restrict' and not '__restrict".
1607 (mktime): Remove.
1608 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1609 and warn-on-use.h into the distribution.
1fd182f0
PE
1610
1611 Regenerate.
6ffb2c0c
PE
1612 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1613 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1614 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1615 * lib/dummy.c: Remove.
1616 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1617 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1618 Regenerate.
ecbfcc83 1619
1e11dbe3 1620 Use gnulib's ftoastr module.
fa2c4f56
PE
1621 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1622
743c80a7 1623 Regenerate.
6ffb2c0c
PE
1624 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1625 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1626 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1627 New files, generated automatically, with 'make sync-from-gnulib'
1628 followed by 'make'.
1629 * configure, lisp/dired.el, src/config.in: Regenerate.
1630
9a514d4a
PE
1631 Automate syncing from gnulib.
1632 * INSTALL, README: Document new subdirectory 'lib'.
1633 * Makefile.in (SUBDIR): Add lib.
1634 (SUBDIR_MAKEFILES): Add lib/Makefile.
1635 (lib-src, src, TAGS, tags): Depend on lib.
1636 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1637 ($(gnulib_srcdir)): New rule.
1638 (sync-from-gnulib): New rule, which is .PHONY.
1639 (lib): New rule, which is like lib-src.
1640 (Makefile): Depend on lib/Makefile.in.
1641 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1642 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1643 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1644 (am--refresh): New rule, to pacify Automake.
1645 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1646 Clean lib, too.
1647 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1648 droppings.
1649 (maintainer-clean, extraclean): Use it.
1650 * configure.in: Initialize for automake and gnulib, by invoking
1651 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1652 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1653 more conveniently with automake.
6ffb2c0c 1654 * lib/Makefile.am: New file.
9a514d4a
PE
1655 * make-dist: Also put into the distribution aclocal.m4,
1656 compile, depcomp, missing, and the files under lib/.
1657
dc3e3e7b
GM
16582011-01-15 Glenn Morris <rgm@gnu.org>
1659
1660 * Makefile.in (epaths-force): No more arch-tag to edit.
1661
dab73760
CY
16622011-01-15 Chong Yidong <cyd@stupidchicken.com>
1663
1664 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1665
9f4b8b47
PE
16662011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1667
1668 * make-dist: Distribute test/ files too.
1669 Distribute every file under test/ that is under version control,
1670 using patterns like *.el to capture files that are added later.
1671 Without this change, "configure" would fail, because it would
1672 attempt to build from a Makefile.in that was not distributed.
1673
d221e780
CO
16742011-01-13 Christian Ohler <ohler@gnu.org>
1675
1676 * Makefile.in (INFO_FILES): Add ERT.
1677
1678 * Makefile.in (check): Run tests in test/automated.
1679
1680 * Makefile.in:
1681 * configure.in: Add test/automated/Makefile.
1682
bc5585d1
PE
16832011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1684
2b3f5bc8
PE
1685 * install-sh, mkinstalldirs, move-if-change: Update from master
1686 source in gnulib.
1687
bc5585d1
PE
1688 * config.guess, config.sub: Updated from master source.
1689
2018939f
AS
16902011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1691
1692 * configure.in: Check for __builtin_unwind_init.
1693
e5365138
GM
16942011-01-05 Glenn Morris <rgm@gnu.org>
1695
1696 * configure.in (HAVE_MAKEINFO): New output variable.
1697 (MAKEINFO): Reset to "makeinfo" if not found.
1698 * Makefile.in (install-arch-indep, info):
1699 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1700
4fc5868a
UM
17012010-12-29 Ulrich Mueller <ulm@gentoo.org>
1702
1703 * configure.in: Make gameuser configurable (Bug#7717).
1704
68251e16
GM
17052010-12-15 Glenn Morris <rgm@gnu.org>
1706
1707 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
1708 long absent lib-src/fns-*.el.
1709
838db889
GM
17102010-12-11 Glenn Morris <rgm@gnu.org>
1711
1712 * make-dist: Exclude etc/*.pyc.
1713
fe646d2c
AS
17142010-12-10 Andreas Schwab <schwab@linux-m68k.org>
1715
1716 * configure.in: Don't double machfile in final message.
1717
d96c83fa
CY
17182010-12-04 Chong Yidong <cyd@stupidchicken.com>
1719
1720 * configure.in: Fix last change.
1721
d6a003a8
AS
17222010-12-04 Andreas Schwab <schwab@linux-m68k.org>
1723
1724 * configure.in: Remove reference to removed machine description
1725 files and allow $machine and $machfile to be empty. Substitute
1726 M_FILE/S_FILE instead of machfile/opsysfile.
1727
067d23c9
KY
17282010-12-03 Glenn Morris <rgm@gnu.org>
1729
1730 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
1731
17322010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
1733
1734 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
1735 (EXTERNALLY_VISIBLE): New definition.
1736
17372010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
1738
1739 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
1740
17412010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1742
1743 * configure.in: Do not check for unconditionally included headers.
1744
17452010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
1748
17492010-11-09 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * configure.in: Don't write a warning for D-Bus anymore.
1752
17532010-11-06 Andreas Schwab <schwab@linux-m68k.org>
1754
1755 * configure.in: Fix indentation.
1756
17572010-10-31 Ken Brown <kbrown@cornell.edu>
1758
1759 * configure.in (checking whether localtime caches TZ): Use
1760 unsetenv instead of modifying environment directly.
1761
17622010-10-25 Andreas Schwab <schwab@linux-m68k.org>
1763
1764 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
1765 to avoid warning.
1766
17672010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1768
e9fce1ac 1769 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
1770
17712010-10-22 Glenn Morris <rgm@gnu.org>
1772
1773 * make-dist: Avoid listing .el files twice. Don't try to run
1774 autoconf if --no-update.
1775
17762010-10-20 Glenn Morris <rgm@gnu.org>
1777
1778 * make-dist: No longer create lisp/MANIFEST.
1779
17802010-10-14 Glenn Morris <rgm@gnu.org>
1781
1782 * BUGS, INSTALL.BZR, README: Updates.
1783
17842010-10-13 Glenn Morris <rgm@gnu.org>
1785
1786 * make-dist: Remove --compress. Check for the appropriate
1787 gzip-like executable, and if not found, don't compress.
1788 Check version number in README, don't change it.
1789 Use find for nt/inc/*.h.
1790
17912010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
1792
1793 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
1794 trailing / from directory names.
1795
17962010-10-12 Glenn Morris <rgm@gnu.org>
1797
1798 * make-dist: Update and simplify.
1799
18002010-10-12 Eli Zaretskii <eliz@gnu.org>
1801
1802 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
1803
18042010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
1807
18082010-10-09 Glenn Morris <rgm@gnu.org>
1809
1810 * make-dist: No more doc/emacs/*.texi.in.
1811
1812 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
1813
18142010-10-09 Glenn Morris <rgm@gnu.org>
1815
1816 * configure.in: Combine some conditionals.
1817
1818 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
1819 * make-dist: Include doc/emacs/*.texi.in.
1820
1821 * INSTALL, make-dist: Remove references to b2m.
1822 * Makefile.in (MAN_PAGES): Remove b2m.1.
1823
18242010-10-05 Glenn Morris <rgm@gnu.org>
1825
1826 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
1827
18282010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
1829
1830 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
1831
18322010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
1833
1834 * configure.in: Include stdlib.h and string.h unconditionally.
1835
18362010-09-29 Romain Francoise <romain@orebokech.com>
1837
1838 * configure.in: Don't enable ImageMagick unless HAVE_X11.
1839
18402010-09-28 Glenn Morris <rgm@gnu.org>
1841
1842 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
1843 happy.
1844
18452010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1846
1847 * configure.in: Enable imagemagick by default.
1848
18492010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1850
1851 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 1852 GnuTLS libraries.
067d23c9
KY
1853
18542010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
1855
1856 * configure.in: Set up GnuTLS.
1857
18582010-09-22 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * configure.in: Announce whether libxml2 is linked to.
1861
18622010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
1863
1864 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
1865
18662010-09-18 Eli Zaretskii <eliz@gnu.org>
1867
1868 * config.bat: Detect that libxml2 is installed and if so, build
1869 with it.
1870
18712010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1872
1873 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
1874 be used. This fixes a conf problem on Mac OS X.
1875
18762010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1877
1878 * configure.in: Check for libxml2.
1879
18802010-09-09 Glenn Morris <rgm@gnu.org>
1881
1882 * make-dist: No more TODO files under lisp/.
1883
18842010-09-04 Eli Zaretskii <eliz@gnu.org>
1885
1886 * config.bat: Produce lisp/gnus/_dir-locals.el from
1887 lisp/gnus/.dir-locals.el.
1888
18892010-08-23 Andreas Schwab <schwab@linux-m68k.org>
1890
1891 * configure.in: Fix check for librsvg, imagemagick and
1892 MagickExportImagePixels.
1893
18942010-08-18 Joakim Verona <joakim@verona.se>
1895
1896 * Makefile.in, configure.in: Checks for ImageMagick.
1897
18982010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1899
1900 * configure.in (AC_PREREQ): Require autoconf 2.65.
1901
19022010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1903
1904 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
1905
19062010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1907
1908 * configure.in: Add AC_C_BIGENDIAN.
1909
19102010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
1911
1912 * configure.in (ORDINARY_LINK): Use on hpux* too.
1913
19142010-08-06 Jan Djärv <jan.h.d@swipnet.se>
1915
1916 * configure.in: Check for util.h.
1917 Use -Wimplicit-function-declaration if compiler supports it.
1918
19192010-08-05 Eli Zaretskii <eliz@gnu.org>
1920
1921 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
1922
19232010-08-04 Andreas Schwab <schwab@linux-m68k.org>
1924
1925 * configure.in: Restore accidentally removed use of
1926 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
1927
19282010-07-29 Chad Brown <yandros@mit.edu>
1929
1930 * configure.in: Check for dirent.h.
1931
19322010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1933
1934 * configure.in: Remove reference to usg5-4, unused.
1935
19362010-07-25 Andreas Schwab <schwab@linux-m68k.org>
1937
1938 * configure.in: Check for __executable_start.
1939
19402010-07-24 Ken Brown <kbrown@cornell.edu>
1941
1942 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
1943
19442010-07-24 Juanma Barranquero <lekktu@gmail.com>
1945
1946 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
1947
19482010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
1949
1950 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
1951
19522010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1953
1954 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
1955 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
1956 (C_OPTIMIZE_SWITCH): Remove.
1957 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
1958
19592010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1960
1961 * configure.in: Don't check for index and rindex, check for strchr
1962 and strrchr. Define strchr and strrchr as index and rindex,
1963 resp., in src/config.h if not available.
1964
19652010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
1966
1967 * configure.in: Use -Wold-style-definition if available.
1968 This helps with the transition to standard C code, it can be
1969 removed when done.
1970
1971 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
1972
1973 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
1974 and MSWindows.
1975
19762010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1977
1978 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
1979 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
1980
19812010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1982
1983 * configure.in (getenv): Remove K&R declaration.
1984
19852010-07-02 Jan Djärv <jan.h.d@swipnet.se>
1986
1987 * configure.in: Remove define __P.
1988
19892010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
1990
1991 * configure.in (--enable-use-lisp-union-type): New flag.
1992
19932010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1994
1995 Fix CFLAGS for non-GCC compilers.
1996 * configure.in (CFLAGS): Always use -g like it was done before the
1997 2010-03-30 change.
1998 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
1999 (Bug#6538)
2000
20012010-06-30 Glenn Morris <rgm@gnu.org>
2002
2003 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2004 Set with AC_DEFINE rather than AH_BOTTOM.
2005
2006 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2007 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2008 Set with shell, not cpp.
2009 (LIBX): Remove, just use -lX11 in the one place this was used.
2010 (cannot_dump): Replace with CANNOT_DUMP.
2011
20122010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2013
0a19a6f8 2014 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2015 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2016 by minimum required Gtk+ 2.6). Add checks for functions introduced
2017 in Gtk+ 2.14 or newer (bug#6505).
2018
20192010-06-26 Eli Zaretskii <eliz@gnu.org>
2020
2021 * config.bat: Remove white space around "+" in COPY commands.
2022
20232010-06-23 Glenn Morris <rgm@gnu.org>
2024
2025 * info/dir: Start descriptions in column 32, per Texinfo convention.
2026
20272010-06-16 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * INSTALL: Update font information (Bug#6389).
2030
20312010-06-16 Glenn Morris <rgm@gnu.org>
2032
2033 * INSTALL: General update.
2034
20352010-06-12 Glenn Morris <rgm@gnu.org>
2036
2037 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2038
20392010-06-11 Glenn Morris <rgm@gnu.org>
2040
2041 * configure.in (--without-compress-info): New option.
2042 (GZIP_INFO): New output variable.
2043
2044 * Makefile.in (GZIP_INFO): New, set by configure.
2045 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2046 Handle man pages in the same way.
2047
20482010-06-10 Glenn Morris <rgm@gnu.org>
2049
2050 * Makefile.in (install-arch-indep): Gzip the info files too.
2051
2052 * make-dist: Remove references to non-existent directories and files.
2053
20542010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2055
2056 * configure.in: Include <strings.h> and <string.h> instead of
2057 "strings.h" and "string.h".
2058
20592010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2060
2061 * configure.in: Remove code dealing with BSTRING.
2062
20632010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2064
2065 * configure.in (AC_PREREQ): Require autoconf 2.65.
2066
2067 * configure.in (unxec): Do not define and substitute.
2068 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2069
20702010-06-03 Glenn Morris <rgm@gnu.org>
2071
2072 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2073
20742010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2075
2076 Fix alloca definition when using gcc on non-gnu systems.
2077 * configure.in: Use the code sequence indicated by "info autoconf"
2078 for alloca (bug#6170).
2079
20802010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * .bzrignore: Ignore new files from trunk, which appear if you use
2083 colocated branches (i.e. "bzr switch").
2084
20852010-05-28 Glenn Morris <rgm@gnu.org>
2086
2087 * configure.in: Simplify some of the $canonical tests.
2088
20892010-05-27 Glenn Morris <rgm@gnu.org>
2090
2091 * config.bat: Do not preprocess src/Makefile.in.
2092
2093 * configure.in: Do not preprocess src/Makefile.in.
2094 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2095 (AC_EGREP_CPP): Test no longer needed.
2096
2097 * make-dist: No more Makefile.c files.
2098
20992010-05-26 Glenn Morris <rgm@gnu.org>
2100
2101 * configure.in (YMF_PASS_LDFLAGS): Remove.
2102 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2103
2104 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2105 Add $GNUSTEP_LOCAL_HEADERS.
2106 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2107
2108 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2109 (GNUSTEP_MAKEFILES): Remove.
2110 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2111 stuff to here.
2112
21132010-05-25 Glenn Morris <rgm@gnu.org>
2114
2115 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2116 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2117
2118 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2119 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2120 here instead.
2121
21222010-05-24 Romain Francoise <romain@orebokech.com>
2123
2124 * make-dist: Look for version in src/emacs.c.
2125 Use lisp/subr.el rather than lisp/version.el for location check.
2126
21272010-05-21 Glenn Morris <rgm@gnu.org>
2128
2129 * configure.in (MKDEPDIR): Parallel build tweak.
2130
2131 * configure.in (ns_frag): New output file.
2132
2133 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2134 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2135
2136 * configure.in (cannot_dump): New output variable.
2137
21382010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2139
2140 * configure.in: On NetBSD, if terminfo is found, use it in
2141 preference to termcap. (Bug#6190)
2142
21432010-05-20 Glenn Morris <rgm@gnu.org>
2144
2145 * make-dist (src): Include *.mk.
2146 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2147 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2148 (deps_frag): New output file.
2149 (AUTO_DEPEND): Remove this definition.
2150
2151 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2152
21532010-05-19 Glenn Morris <rgm@gnu.org>
2154
2155 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2156 (ORDINARY_LINK): New AC_DEFINE.
2157 (LIB_GCC): No need to set if ORDINARY_LINK.
2158
21592010-05-18 Glenn Morris <rgm@gnu.org>
2160
2161 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2162 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2163
2164 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2165 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2166 (RALLOC_OBJ): New output variable.
2167
2168 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2169 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2170
21712010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * Makefile.in (src): Provide the name of the VCS file that witnesses
2174 a pull.
2175 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2176
21772010-05-17 Glenn Morris <rgm@gnu.org>
2178
2179 * configure.in (OLDXMENU_DEPS): New output variable.
2180
21812010-05-16 Glenn Morris <rgm@gnu.org>
2182
2183 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2184
2185 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2186 * Makefile.in (install-arch-dep): Update for above change.
2187
2188 * Makefile.in (ns_appdir): Remove.
2189 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2190
2191 * configure.in (TEMACS_LDFLAGS2): New output variable.
2192
2193 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2194 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2195 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2196 nothing uses.
2197
21982010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2199
2200 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2201 does not use them.
2202 (X11R5_INHIBIT_I18N): Remove, unused.
2203
22042010-05-15 Glenn Morris <rgm@gnu.org>
2205
2206 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2207
2208 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2209
22102010-05-15 Ken Raeburn <raeburn@raeburn.org>
2211
2212 * configure.in: Look for version string in its new location.
2213
22142010-05-15 Eli Zaretskii <eliz@gnu.org>
2215
2216 * config.bat: Remove support for DJGPP v1.x.
2217
22182010-05-15 Glenn Morris <rgm@gnu.org>
2219
2220 * configure.in (OLDXMENU_TARGET): New output variable.
2221
2222 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2223
2224 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2225 and other files that no longer exist.
2226
22272010-05-14 Glenn Morris <rgm@gnu.org>
2228
2229 * configure.in (cpp_undefs): Add mktime, register, X11.
2230
2231 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2232 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2233 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2234
2235 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2236 (GNUSTEP_MAKEFILES): Do not output.
2237
22382010-05-13 Glenn Morris <rgm@gnu.org>
2239
2240 * configure.in: Fix some paren typos.
2241
2242 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2243
2244 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2245
22462010-05-12 Glenn Morris <rgm@gnu.org>
2247
2248 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2249
2250 * configure.in (LIB_GCC): New output variable.
2251
22522010-05-11 Glenn Morris <rgm@gnu.org>
2253
2254 * make-dist (msdos): No more mainmake.
2255
2256 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2257 * config.bat: Do not run cpp on lib-src/Makefile.in.
2258
2259 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2260
22612010-05-10 Glenn Morris <rgm@gnu.org>
2262
2263 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2264
2265 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2266 (BLESSMAIL_TARGET): New output variable.
2267
22682010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2269
2270 * INSTALL: Fix typos.
2271
22722010-05-08 Chong Yidong <cyd@stupidchicken.com>
2273
2274 * configure.in: Add check for buggy version of GCC (Bug#6031).
2275
22762010-05-08 Glenn Morris <rgm@gnu.org>
2277
2278 * configure.in (HAVE_LIBNCURSES): New local variable.
2279 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2280 replacing cpp in src/s/*.h and src/Makefile.in.
2281
22822010-05-07 Chong Yidong <cyd@stupidchicken.com>
2283
2284 * Version 23.2 released.
2285
22862010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2287
2288 * configure.in: Add tests for `isnan' and `copysign'.
2289
22902010-05-07 Eli Zaretskii <eliz@gnu.org>
2291
2292 * config.bat: Allow for 2 leading `#'s in comments in
2293 src/Makefile.in.
2294
22952010-05-07 Glenn Morris <rgm@gnu.org>
2296
2297 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2298 Merges logic from src/s/* and src/Makefile.in.
2299 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2300
23012010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 Define START_FILES and LIB_STANDARD using autoconf.
2304 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2305 here from src/s/*.h.
2306 (HAVE_CRTIN): Remove, inline logic in the netbsd
2307 START_FILES/LIB_STANDARD computation.
2308
23092010-05-06 Glenn Morris <rgm@gnu.org>
2310
2311 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2312
2313 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2314 (LD_SWITCH_X_SITE): Remove unused variables.
2315
23162010-05-04 Glenn Morris <rgm@gnu.org>
2317
2318 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2319 as well.
2320 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2321
2322 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2323
2324 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2325 variables, replacing c_switch_machine, c_switch_system.
2326 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2327 @c_switch_system@.
2328
23292010-05-03 Glenn Morris <rgm@gnu.org>
2330
2331 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2332
2333 * make-dist: There are no more src/m/*.inp files.
2334
23352010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2336
2337 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2338 (ac_link): Do not use ld_switch_machine.
2339
23402010-05-01 Glenn Morris <rgm@gnu.org>
2341
2342 * configure.in (OTHER_OBJ): Remove.
2343 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2344
23452010-04-30 Glenn Morris <rgm@gnu.org>
2346
2347 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2348 Elsewhere, maybe include it.
2349
2350 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2351 (OLDXMENU, LIBXMENU): New output variables.
2352
2353 * configure.in (OTHER_OBJ): New output variable.
2354
23552010-04-28 Glenn Morris <rgm@gnu.org>
2356
2357 * configure.in (CYGWIN_OBJ): New output variable.
2358
2359 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2360
2361 * configure.in (FONT_OBJ): New output variable.
2362
2363 * configure.in (LIBXMU): New output variable.
2364
2365 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2366
2367 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2368 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2369
23702010-04-27 Glenn Morris <rgm@gnu.org>
2371
2372 * configure.in (LIBXTR6): New output variable. Move unixware special
2373 case here from src/s/unixware.h.
2374
2375 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2376 in Makefiles.
2377 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2378
2379 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2380 (LIBXP): No longer substitute in Makefiles.
2381 (MOTIF_LIBW): New output variable. Move system-specific settings here
2382 from src/s files.
2383
23842010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2385
2386 Reduce CPP usage.
2387 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2388 (unexec): Define unconditionally, all platforms define
2389 UNEXEC. AC_SUBST it.
2390 (UNEXEC_SRC): Remove, unused.
2391 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2392
23932010-04-27 Glenn Morris <rgm@gnu.org>
2394
2395 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2396 replaced by LIBXP.
2397
2398 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2399 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2400 On hpux10-20, default to /lib.
2401
2402 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2403
24042010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * configure.in (LIBS_MACHINE): Remove, unused.
2407
2408 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2409
24102010-04-24 Glenn Morris <rgm@gnu.org>
2411
2412 * configure.in (CRT_DIR): New output variable.
2413 (--with-crt-dir): New option. (Bug#5655)
2414 (HAVE_LIB64_DIR): Remove.
2415
24162010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2419
24202010-04-22 Miles Bader <miles@gnu.org>
2421
2422 * configure.in: Get rid of "unix" pre-defined macro when
2423 preprocessing Makefile. (Bug#5857)
2424
24252010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2426
2427 Avoid non-portable shell command negation
2428 * configure.in: Revert last change.
2429
24302010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2431
2432 * configure.in: Change "if test ! -f" to "if ! test -f".
2433
24342010-04-21 Glenn Morris <rgm@gnu.org>
2435
2436 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2437 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2438
24392010-04-21 Karel Klíč <kklic@redhat.com>
2440
2441 * configure.in: New option: --with(out)-selinux, on by default.
2442 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2443 LIBSELINUX_LIBS in Makefiles.
2444
24452010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2446
2447 * configure.in: Remove all references to LIBX11_SYSTEM.
2448
24492010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2450
2451 * configure.in: Remove all references to C_DEBUG_SWITCH.
2452
24532010-03-27 Eli Zaretskii <eliz@gnu.org>
2454
2455 * config.bat <lib-src>: Edit out lines that begin with several #
2456 characters.
2457
24582010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2459
2460 * configure.in: Remove support for old UNIX System V systems and
2461 for Unixware on non-x86 machines.
2462
2463 * configure.in: Remove support for Solaris on PPC and for old versions.
2464
2465 * configure.in: Remove non-working lynxos port.
2466
24672010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2470
24712010-03-19 Glenn Morris <rgm@gnu.org>
2472
2473 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2474 happy.
2475
24762010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * configure.in: Check for tputs and friends, abort if not
2479 found (bug#5735).
2480
24812010-03-18 Glenn Morris <rgm@gnu.org>
2482
2483 * configure.in (--with-x-toolkit): In the help text, say which options
2484 are synonyms.
2485
2486 * configure.in (--with-mmdf, --with-mail-unlink):
2487 New options, off by default.
2488 (--with-mailhost): New option to set default POP host.
2489 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2490 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2491 New variables, substituted in Makefiles.
2492 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2493 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2494 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2495 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2496 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2497
24982010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2499
2500 * Makefile.in (uninstall): Handle the case where archlibdir does not
2501 exist. (Bug#5720)
2502
25032010-03-12 Eli Zaretskii <eliz@gnu.org>
2504
75f1671a 2505 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2506 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2507
2508 * configure: Regenerated.
2509
25102010-03-10 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * Branch for 23.2.
2513
25142010-01-31 Juri Linkov <juri@jurta.org>
2515
2516 * .bzrignore: Add TAGS-LISP.
2517
25182010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2519
2520 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2521 this header file).
2522
25232010-01-12 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * .bzrignore: Ignore all .exe, instead of individual files.
2526
25272010-01-12 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * configure.in: Explicitly check for and link to -lXrender.
2530
25312010-01-12 Glenn Morris <rgm@gnu.org>
2532
2533 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2534 for bug reports for development versions.
2535
25362010-01-02 Eli Zaretskii <eliz@gnu.org>
2537
2538 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2539 build.
2540
25412009-12-27 Karl Fogel <kfogel@red-bean>
2542
2543 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2544 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2545
25462009-12-17 Glenn Morris <rgm@gnu.org>
2547
2548 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2549
25502009-12-15 Glenn Morris <rgm@gnu.org>
2551
2552 * info/dir: Add EDT entry.
2553 * Makefile.in (INFO_FILES): Add edt.
2554
25552009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2556
1154d12e 2557 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2558
25592009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2560
2561 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2562
25632009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2564
2565 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2566
25672009-12-01 Glenn Morris <rgm@gnu.org>
2568
2569 * make-dist: Add etc/images/mpc directory.
2570
25712009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2572
2573 * configure.in: Don't check for GConf unless X is used.
2574
25752009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2576
2577 * configure.in: Use -Wdeclaration-after-statement if available.
2578
25792009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2580
2581 * configure.in: New option: --with(out)-gconf.
2582 Set HAVE_GCONF if we find gconf.
2583
25842009-11-17 Glenn Morris <rgm@gnu.org>
2585
2586 * Makefile.in (INFO_FILES): Add semantic.
2587
25882009-11-16 Chong Yidong <cyd@stupidchicken.com>
2589
2590 * info/dir: Add Semantic.
2591
25922009-11-16 Glenn Morris <rgm@gnu.org>
2593
2594 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2595 pattern, so as not to exclude makefile*.el. (Bug#4912)
2596
25972009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2598
2599 * configure.in: --enable-autodepend is new. Check for GNU Make
2600 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2601 gcc and GNU make to generate dependencies.
2602
26032009-10-27 Glenn Morris <rgm@gnu.org>
2604
2605 * make-dist: Make links to doc/lispintro/*.pdf.
2606
26072009-10-23 Jim Meyering <meyering@redhat.com>
2608
2609 * configure.in: Invoke $CPP with -P when creating Makefile and
2610 src/Makefile. Without this, gcc 4.4.2 converts each
2611 backslash-newline pair in the input to a bare newline, yielding
2612 invalid Makefiles.
2613
2614 * configure: Regenerate.
2615
26162009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2617
2618 * configure.in (vax-dec-vms): Remove, not supported anymore.
2619
26202009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2621
2622 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2623 (*-apple-darwin*): Add x86_64 architecture.
2624
26252009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * config.guess, config.sub: Updated from master source.
2628
26292009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2630
2631 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2632
26332009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2634
2635 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2636
26372009-09-29 Glenn Morris <rgm@gnu.org>
2638
2639 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2640
26412009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2642
2643 * config.guess, config.sub: Updated from master source.
2644
2645 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2646
26472009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2648
2649 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2650
26512009-09-13 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * INSTALL: Update URL for GNU FreeFont.
2654
26552009-09-09 Glenn Morris <rgm@gnu.org>
2656
2657 * Makefile.in (install-arch-indep): Don't recursively change perms of
2658 site-lisp and infodir. There may be non-Emacs files in here, and the
2659 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2660 (mkdir): Set umask to world-readable before creating directories.
2661 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2662
26632009-08-29 Glenn Morris <rgm@gnu.org>
2664
2665 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2666 (info): Don't give an error in the absence of makeinfo - let the doc
2667 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2668
26692009-08-23 Ken Raeburn <raeburn@raeburn.org>
2670
2671 * Makefile.in (install-arch-indep): If the versioned DOC-####
2672 generated during loadup+dump isn't found, install the plain DOC
2673 file that always gets generated, in case CANNOT_DUMP is set.
2674
2675 * configure.in: Warn if package version specified here doesn't
2676 match the version in version.el.
2677 * configure: Regenerate.
2678
26792009-08-22 Michael Albinus <michael.albinus@gmx.de>
2680
2681 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2682
2683 * configure: Regenerate.
2684
26852009-08-19 Glenn Morris <rgm@gnu.org>
2686
2687 * INSTALL: Remove reference to cvtmail.
2688
26892009-08-15 CHENG Gao <chenggao@gmail.com>
2690
2691 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2692
26932009-08-02 Kevin Ryde <user42@zip.com.au>
2694
2695 * INSTALL: Fix free fonts URL.
2696
26972009-07-22 Glenn Morris <rgm@gnu.org>
2698
2699 * configure.in (AC_PREREQ): Require autoconf 2.62.
2700
27012009-07-04 Andreas Schwab <schwab@linux-m68k.org>
2702
2703 * configure.in (--enable-checking, --enable-profiling):
2704 Use AS_HELP_STRING.
2705
27062009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * configure.in (--enable-profiling): New option.
2709 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
2710
27112009-06-27 Glenn Morris <rgm@gnu.org>
2712
2713 * configure.in: Restore netbsd on mips, mipsel, mipseb.
2714
27152009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2716
2717 * configure.in (--enable-checking): New option.
2718
27192009-06-24 Glenn Morris <rgm@gnu.org>
2720
2721 * make-dist: Warn if subdir does not exist in source.
2722 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
2723 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
2724 No longer make links.
2725
27262009-06-24 Yavor Doganov <yavor@gnu.org>
2727
2728 * make-dist (tempdir): Don't create directories preferences.gorm
2729 and preferences.nib, they are no longer required.
2730
27312009-06-21 Chong Yidong <cyd@stupidchicken.com>
2732
2733 * Branch for 23.1.
2734
27352009-06-12 Chong Yidong <cyd@stupidchicken.com>
2736
2737 * configure.in: Delete mac-fix-env target, which has been
2738 removed (Bug#3531).
2739
27402009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2741
1154d12e 2742 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
2743
27442009-05-05 Per Starbäck <per@starback.se> (tiny change)
2745
2746 * BUGS: Use new binding of view-emacs-problems.
2747
c7015153 27482009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
2749
2750 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
2751 for Solaris compatibility.
2752
27532009-04-25 Chong Yidong <cyd@stupidchicken.com>
2754
2755 * configure: Regenerate.
2756
2757 * configure.in: Disable use of FreeType without libXft.
2758
27592009-04-19 Jan Djärv <jan.h.d@swipnet.se>
2760
2761 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
2762 Check if it is declared in gtk.h.
2763
27642009-04-12 Andreas Schwab <schwab@linux-m68k.org>
2765
2766 * Makefile.in (install-arch-indep): Remove .gitignore files.
2767
27682009-04-03 Kenichi Handa <handa@m17n.org>
2769
2770 * INSTALL: Make the section "Complex Text Layout support
2771 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
2772
27732009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
2774
2775 * configure.in (rs6000-ibm-aix6*): Fix typo.
2776
27772009-03-04 Glenn Morris <rgm@gnu.org>
2778
2779 * Makefile.in (INFO_FILES): Add auth.
2780
27812009-03-03 Glenn Morris <rgm@gnu.org>
2782
2783 * info/dir: Add Auth-source.
2784
27852009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
2788 the second.
2789
27902009-02-28 Eli Zaretskii <eliz@gnu.org>
2791
2792 * config.bat: Copy .dbxinit to _dbxinit.
2793
2794 * make-dist (Making links to `info'): Remove .gitignore.
2795
27962009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * Makefile.in (lib-src, lisp): Use simpler rule.
2799 (src): Be more specific to avoid recompiling all the .elc files just
2800 because the bootstrap-emacs is missing.
2801
28022009-02-26 Chong Yidong <cyd@stupidchicken.com>
2803
2804 * configure.in: Require librsvg >= 2.11.
2805
28062009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2807
2808 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
2809 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
2810
28112009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
2812
2813 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
2814
28152009-02-03 Glenn Morris <rgm@gnu.org>
2816
2817 * make-dist: Add some missing files, remove some that are no longer
2818 present.
2819
28202009-02-02 Glenn Morris <rgm@gnu.org>
2821
2822 * make-dist: Add some missing nextstep/ files.
2823
28242009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
2825
2826 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
2827
28282009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2829
2830 * configure.in: Add support for m68k-*-netbsd.
2831
28322009-01-14 Juri Linkov <juri@jurta.org>
2833
2834 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
2835
2836 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
2837 and bug-reference-mode.
2838
28392009-01-11 Juri Linkov <juri@jurta.org>
2840
2841 * INSTALL.CVS: Move configuration explicitly to the first step.
2842
28432009-01-09 Glenn Morris <rgm@gnu.org>
2844
2845 * .dir-locals.el: Don't set indent-tabs-mode.
2846
28472008-12-30 Kenichi Handa <handa@m17n.org>
2848
2849 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
2850 the function OTF_get_variation_glyphs.
2851
28522008-12-30 Jan Djärv <jan.h.d@swipnet.se>
2853
2854 * Makefile.in (install-arch-dep): Remove old directories in
2855 ns_app* before moving new directories there.
2856
28572008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
2858
2859 * .dir-locals.el: Remove non-working entry for pmail.
2860 (fill-column): Fix typo.
2861 (change-log-mode): Add fill column.
2862
28632008-12-26 Eli Zaretskii <eliz@gnu.org>
2864
2865 * config.bat: Produce _dir-locals.el from .dir-locals.el.
2866
28672008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2868
2869 * make-dist (tempdir): Distribute .dir-locals.el.
2870
2871 * .dir-locals.el: New file.
2872
28732008-12-19 Eli Zaretskii <eliz@gnu.org>
2874
2875 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
2876 for rationale.
2877
28782008-12-13 Glenn Morris <rgm@gnu.org>
2879
2880 * Makefile.in (install-arch-indep): Add new man-pages.
2881 (manext): Remove variable.
2882 (MAN_PAGES): New variable.
2883 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
2884 and remove.
2885 (uninstall): Remove desktop file and icons, game scores if empty.
2886
28872008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * config.guess, config.sub: Updated from master source.
2890
28912008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2892
2893 * Makefile.in (install-arch-indep): Install ebrowse.1.
2894
28952008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2896
2897 * configure.in: Add Solaris on x86_64.
2898
28992008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
2900
2901 * config.guess, config.sub: Updated from master source.
2902
29032008-12-08 Eli Zaretskii <eliz@gnu.org>
2904
2905 * info/dir: Fix last change.
2906
29072008-12-07 Eli Zaretskii <eliz@gnu.org>
2908
2909 * info/dir: Untabify.
2910
29112008-11-28 Ulrich Mueller <ulm@gentoo.org>
2912
2913 * configure.in: Fix last change.
2914
29152008-11-28 Richard M Stallman <rms@gnu.org>
2916
2917 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
2918 New configurations.
2919
29202008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
2921
2922 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
2923 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
2924
29252008-11-15 Eli Zaretskii <eliz@gnu.org>
2926
2927 * Makefile.in (INFO_FILES): Remove ns-emacs.
2928
2929 * info/dir (NS-Emacs): Remove entry.
2930
29312008-11-08 Eli Zaretskii <eliz@gnu.org>
2932
2933 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
2934
29352008-11-07 Glenn Morris <rgm@gnu.org>
2936
2937 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
2938
29392008-10-31 Eli Zaretskii <eliz@gnu.org>
2940
2941 * config.bat: Tell user to expect one "File not found" message
2942 while the `doc' directory is being configured.
2943
29442008-10-30 Chong Yidong <cyd@stupidchicken.com>
2945
2946 * update-subdirs: Put obsolete directory last.
2947
29482008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2949
2950 * configure.in: Check fontconfig always.
2951
29522008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2953
2954 * configure (*-solaris2.[7-9]*): Fix typo.
2955
29562008-10-24 Glenn Morris <rgm@gnu.org>
2957
2958 * configure.in (--without-sync-input, --with-pkg-config-prog):
2959 Help strings start with lower case.
2960 (--with-gnustep-conf): New option.
2961 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
2962
29632008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
2964
2965 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
2966 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
2967 is not found. (Bug#1230)
2968
29692008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
2970
2971 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
2972 Use sol2-6.h for Solaris 7-9.
2973
29742008-10-18 Ulrich Mueller <ulm@gentoo.org>
2975
2976 * configure.in: Add support for GNU/Linux on SuperH.
2977
29782008-10-12 Andreas Schwab <schwab@suse.de>
2979
2980 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
2981
1a71cb28 29822008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
2983
2984 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
2985 "X") to avoid confusion.
2986
2987 * configure: Regenerate.
2988
29892008-09-07 Romain Francoise <romain@orebokech.com>
2990
2991 * make-dist: Distribute doc/man/ChangeLog.
2992
29932008-08-28 Chong Yidong <cyd@stupidchicken.com>
2994
2995 * configure.in: Disable XFT and Freetype when without X.
2996
2997 * configure: Regenerate.
2998
29992008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3000
3001 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3002
30032008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3004
3005 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3006 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3007
3008 * configure: Regenerate.
3009
30102008-08-20 Eli Zaretskii <eliz@gnu.org>
3011
3012 * configure.in: Move "#define subprocesses" before
3013 config_opsysfile is included.
3014
30152008-08-19 Kenichi Handa <handa@m17n.org>
3016
3017 * INSTALL (Extra fonts): Mention local fonts, don't mention
3018 mule-unicode.
3019
30202008-08-16 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * make-dist: Omit info/.arch-inventory.
3023
30242008-08-16 Jason Rumney <jasonr@gnu.org>
3025
3026 * make-dist (tempdir/nt): Link emacsclient.rc.
3027
30282008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3029
3030 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3031 AC_SUBST it.
3032 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3033 AC_SUBST it.
3034 (OTHER_FILES): Always define for HAVE_NS.
3035 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3036 * configure: Regenerate.
3037
30382008-08-07 Andreas Schwab <schwab@suse.de>
3039
3040 * configure.in: Correctly handle
3041 --enable-cocoa-experimental-ctrl-g=no and
3042 --enable-ns-self-contained=yes.
3043
30442008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3045
3046 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3047 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3048 bother undef'ing since won't have desired effect.
3049
30502008-08-06 Andreas Schwab <schwab@suse.de>
3051
3052 * configure.in: Fix quoting.
3053
30542008-08-06 Chong Yidong <cyd@stupidchicken.com>
3055
3056 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3057
30582008-08-05 Ulrich Mueller <ulm@gentoo.org>
3059
3060 * configure.in: Add checks for krb5_error.text and
3061 krb5_error.e_text struct members.
3062
30632008-08-04 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * configure.in: Test for existence of NSInteger.
3066 Suggested by Yavor Doganov.
3067
30682008-08-02 Romain Francoise <romain@orebokech.com>
3069
3070 * Makefile.in (INFO_FILES): Add mairix-el.
3071
30722008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3073
3074 * make-dist:
3075 * README: Remove VMS support.
3076 * vms: Remove directory.
3077
30782008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3079
3080 * configure.in (MULTI_KBOARD): Remove.
3081
30822008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3083
3084 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3085
30862008-07-29 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * info/dir (File): Add mairix-el.
3089
30902008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3091
3092 Remove support for Mac Carbon.
3093 * mac: Remove directory.
3094 * make-dist:
3095 * configure.in:
3096 * README:
3097 * Makefile.in:
3098 * INSTALL: Remove code for Carbon.
3099 * configure: Regenerate.
3100
31012008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3102
3103 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3104
31052008-07-25 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * configure.in: Check for getrlimit.
3108
3109 * configure: Regenerate.
3110
31112008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3112
3113 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3114 in src/Makefile.in.
3115 (static): Remove, autoconf would always comment it out anyway.
3116 (subprocesses): Define unconditionally.
3117
31182008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3119
3120 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3121 compilation under GNUstep.
3122
31232008-07-18 Kenichi Handa <handa@m17n.org>
3124
3125 * INSTALL (Complex Text Layout support libraries): Delete the
3126 paragraph about --enable-font-backend.
3127
31282008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3129
3130 * configure.in: Print out some info to user for NeXTstep builds.
3131 (ns-app): Remove enable option.
3132 (ns-self-contained): Add enable option.
3133 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3134 GNUstep, use to set install prefixes, and substitute in Makefiles.
3135 * configure: Regenerate.
3136 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3137 NS app bundle.
3138
31392008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3142
31432008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3144
3145 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3146 NS_IMPL_COCOA.
3147
31482008-07-16 Glenn Morris <rgm@gnu.org>
3149
3150 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3151 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3152 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3153 never unset.
3154
3155 * make-dist: Add nextstep/ directories.
3156 (src, lib-src): Add .m files.
3157
31582008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3159
3160 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3161 (USER_FULL_NAME): Remove, not used anymore.
3162 * configure: Regenerate.
3163
31642008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3165
3166 Changes and additions for NeXTstep windowing system (Cocoa and
3167 GNUstep) support.
3168
3169 * configure.in: Add support for NS window system: --with-ns (default
3170 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3171 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3172 disable font backend if window system is "none", not if !HAVE_X11.
3173 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3174 (install-arch-dep): Add commands to assemble NS .app package.
3175
31762008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3177
3178 * configure.in: Use macppc for Darwin. Remove references to
3179 desupported systems.
3180 * configure: Regenerate.
3181
31822008-07-05 Glenn Morris <rgm@gnu.org>
3183
3184 * make-dist (EMACS): Doc fix.
3185 (lisp): There are no *.dat or image files here any more.
3186 (src): There are no *.s files here any more.
3187 (etc/images, etc/images/*): Link to most regular files.
3188
31892008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3190
3191 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3192
31932008-07-01 Glenn Morris <rgm@gnu.org>
3194
3195 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3196 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3197 and explicitly export there. (Bug#507.)
3198
31992008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * configure.in:
3202 * configure: Remove references to obsolete systems.
3203
32042008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3207 make it depend on all other */.in files.
3208 (src/Makefile, src/config.stamp, lib-src/Makefile)
3209 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3210 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3211 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3212 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3213
3214 * configure.in: Don't create src/config.stamp any more.
3215
32162008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3219
32202008-06-22 Glenn Morris <rgm@gnu.org>
3221
3222 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3223
32242008-06-21 Romain Francoise <romain@orebokech.com>
3225
3226 * Makefile.in (INFO_FILES): Add sasl.
3227
32282008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3231 (bootstrap-build): Remove.
3232 (top_bootclean): New var.
3233 (top_distclean, bootstrap-clean): Use it.
3234 (bootstrap): Don't recheck config. Make normally.
3235
32362008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3237
3238 * Makefile.in (SUBDIR): Include `lisp'.
3239 (lisp): Depend on `src'.
3240 (top_distclean): Don't remove config.status.
3241 (bootstrap-clean): New target.
3242 (maintainer-clean): Use it.
3243 (bootstrap): Use bootstrap-clean. Re-run config.status.
3244 (src/bootstrap-emacs${EXEEXT}): New target.
3245 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3246 src/Makefile now takes care of it.
3247 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3248
32492008-06-15 Glenn Morris <rgm@gnu.org>
3250
3251 * info/dir: Add sasl.
3252
32532008-06-09 Alan Mackenzie <acm@muc.de>
3254
3255 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3256
32572008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3258
3259 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3260
32612008-06-07 Glenn Morris <rgm@gnu.org>
3262
3263 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3264 serve no purpose.
3265
32662008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3269 * configure: Regenerate.
3270
32712008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3274
32752008-05-14 Kenichi Handa <handa@m17n.org>
3276
3277 * configure: Regenerate.
3278
3279 * configure.in: Don't handle --disable-font-backend. Don't print
3280 a message about a font backend.
3281
32822008-05-09 Glenn Morris <rgm@gnu.org>
3283
3284 * configure.in: Make absence of makeinfo a fatal error only if the info
3285 files don't exist.
3286 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3287
32882008-05-07 Eli Zaretskii <eliz@gnu.org>
3289
3290 * config.bat: Fix last change: don't use < and > in "rem" lines,
3291 they are interpreted as redirection by DOS shells.
3292
32932008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3294
3295 * configure.in: Check availability of AvailabilityMacros.h
3296 if HAVE_CARBON.
3297
3298 * configure: Regenerate.
3299
33002008-05-03 Glenn Morris <rgm@gnu.org>
3301
3302 * configure.in (x_libraries): Remove standard 64-bit directories -
3303 experimental workaround for minor autoconf bug.
3304
3305 * configure.in (--without-makeinfo): New option. If set,
3306 absence of suitable makeinfo is not a fatal error.
3307 * Makefile.in (MAKEINFO): New, set by configure.
3308 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3309 (info-real): New target.
3310 (info): Without makeinfo, do nothing, else call `info-real'.
3311
33122008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3313
3314 * configure.in: Remove hpux10.20 from the desupported list.
3315
33162008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3319
33202008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3323 rather than change CPPFLAGS.
3324 (HAVE_GTK): Rename to USE_GTK.
3325
33262008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3327
3328 * configure.in: Replace the obsolete macros AC_AIX and
3329 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3330
33312008-04-05 Andreas Schwab <schwab@suse.de>
3332
3333 * configure.in: No longer create admin/unidata/Makefile.
3334
33352008-03-28 Andreas Schwab <schwab@suse.de>
3336
3337 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3338 (lisp/Makefile): New rule.
3339
33402008-03-13 Glenn Morris <rgm@gnu.org>
3341
3342 * configure.in (AC_INIT): Fix version number.
3343 (sync-input): Reword the option, since it's on by default.
3344
33452008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3346
3347 * configure.in: Add --enable-sync-input, default yes.
3348
33492008-03-11 Glenn Morris <rgm@gnu.org>
3350
3351 * Makefile.in (install-etc, mkdir): Handle directory
3352 etc/images/icons/hicolor/*/mimetypes/.
3353
3354 * make-dist: Handle icons/hicolor/scalable directory.
3355
33562008-03-05 Glenn Morris <rgm@gnu.org>
3357
3358 * configure.in: Enable font-backend by default.
3359 (USE_FONT_BACKEND): Set to "no" in absence of X.
3360 (PKG_CONFIG): Don't set multiple times, once is enough.
3361 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3362
33632008-03-03 Glenn Morris <rgm@gnu.org>
3364
3365 * Makefile.in (iconsrcdir): New variable.
3366 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3367 directory.
3368
33692008-02-29 Glenn Morris <rgm@gnu.org>
3370
3371 * test/: New directory.
3372
33732008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3374
3375 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3376
33772008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * configure.in: Print an error for systems that we think are obsolete
3380 and are proposed to be removed. Remove some more unused systems.
3381 Add support for powerpc-ibm-aix6*.
3382
33832008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3384
3385 * configure.in: Remove references to obsolete variables and systems.
3386
33872008-02-21 Glenn Morris <rgm@gnu.org>
3388
3389 * Makefile.in (set_installuser): New.
3390 (install-arch-indep): Use set_installuser to avoid duplicate code.
3391
3392 * README.unicode: Split into admin/notes/unicode,font-backend and
3393 remove.
3394
33952008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3396
3397 * configure.in (arm*-*-freebsd*): Add.
3398
33992008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3400
3401 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3402 dealing with obsolete variables.
3403
34042008-02-08 Glenn Morris <rgm@gnu.org>
3405
3406 * Makefile.in (check-info-dir): New target.
3407
34082008-02-08 Michael Olson <mwolson@gnu.org>
3409
3410 * Makefile.in (INFO_FILES): Add epa.
3411
3412 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3413 features" section.
3414
34152008-02-06 Glenn Morris <rgm@gnu.org>
3416
3417 * configure.in (--with-gcc): Give an error saying this option has
3418 been removed.
3419 (--with-gtk): Remove this option.
3420
34212008-02-06 Tom Tromey <tromey@redhat.com>
3422
3423 * configure.in (--with-gcc): Remove.
3424 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3425
34262008-02-05 Ulrich Mueller <ulm@gentoo.org>
3427
3428 * INSTALL: Recommend giflib, not libungif.
3429
34302008-02-05 Tom Tromey <tromey@redhat.com>
3431
3432 * configure.in (--with-dbus): Default to enabled.
3433
34342008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3435
3436 * INSTALL (Complex Text Layout support libraries): New section.
3437
34382008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3439
3440 * make-dist: Remove references to files in mac/ that have been
3441 deleted.
3442
34432008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3444
3445 * configure.in: For libotf and m17n-flt checks, set shell vars
3446 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3447 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3448 Reported by Ulrich Mueller.
3449
34502008-02-02 Eli Zaretskii <eliz@gnu.org>
3451
3452 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3453 admin/unidata/Makefile.in to Makefile.
3454
34552008-02-02 Glenn Morris <rgm@gnu.org>
3456
3457 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3458 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3459 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3460
34612008-02-01 Miles Bader <miles@gnu.org>
3462
3463 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3464 [libotf], and [m17n-flt] options.
3465
34662008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3467
3468 * configure.in: Add EMACS_ARG_N([libotf]...), and
3469 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3470 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3471 CFLAGS, and LIBS in checking of m17n-flt.
3472
34732008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3474
3475 * configure.in: Check the availability of m17n-flt library.
3476
34772008-02-01 Kenichi Handa <handa@m17n.org>
3478
3479 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3480 not available.
3481
34822008-02-01 Kenichi Handa <handa@m17n.org>
3483
3484 * configure.in: New args --enable-font-backend, --with-xft,
3485 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3486 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3487 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3488 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3489
34902008-02-01 Kenichi Handa <handa@m17n.org>
3491
3492 * make-dist: Include etc/charsets in tarball.
3493
34942008-02-01 Kenichi Handa <handa@m17n.org>
3495
3496 * configure.in: While running cpp on junk.c, include
3497 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3498 exists.
3499
35002008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3501
3502 * configure.in (xtensa): Match more configurations.
3503
35042008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3505
3506 * configure.in: Update comment.
3507
35082008-01-26 Glenn Morris <rgm@gnu.org>
3509
3510 * configure.in (--without-gcc): By default, neither off nor on.
3511 (--with-carbon): Tone down rhetoric in help text.
3512
35132008-01-25 Glenn Morris <rgm@gnu.org>
3514
3515 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3516 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3517 Default `Carbon' to off (it's unsupported).
3518
35192008-01-24 Glenn Morris <rgm@gnu.org>
3520
3521 * configure.in: Standardize dbus-related messages.
3522
35232008-01-23 Michael Olson <mwolson@gnu.org>
3524
3525 * configure.in (pkg-config-prog): Remove initial whitespace.
3526
35272008-01-23 Tom Tromey <tromey@redhat.com>
3528
3529 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3530 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3531 Update all users.
3532
35332008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3534
3535 * config.guess, config.sub: Updated from master source.
3536
35372008-01-17 Andreas Schwab <schwab@suse.de>
3538
3539 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3540
35412008-01-17 Glenn Morris <rgm@gnu.org>
3542
3543 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3544
35452008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3546
3547 * configure.in: Remove more references to unsupported systems.
3548
35492008-01-16 Sven Joachim <svenjoac@gmx.de>
3550
3551 * make-dist: Add --lzma.
3552
35532008-01-16 Glenn Morris <rgm@gnu.org>
3554
3555 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3556 configure checks for this.
3557
35582008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3559
3560 * configure.in: Remove more references to unsupported systems.
3561
35622008-01-06 Romain Francoise <romain@orebokech.com>
3563
3564 * configure.in: Delete extra semicolons.
3565
35662008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 * configure.in: Remove references to unsupported systems.
3569
35702008-01-05 Romain Francoise <romain@orebokech.com>
3571
3572 * make-dist: Add --bzip2. Update copyright.
3573
35742008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 * configure.in: Remove support for Masscomp.
3577
35782008-01-05 Glenn Morris <rgm@gnu.org>
3579
3580 * Makefile.in (desktopdir, icondir): New variables.
3581 (install-arch-indep): Also depend on `install-etc'.
3582 (install-etc): New target.
3583 (mkdir): Also create the `applications' and `icons' directories.
3584
35852008-01-04 Glenn Morris <rgm@gnu.org>
3586
3587 * make-dist: Update for new etc/images/icons/hicolor directory.
3588
35892007-12-09 Andreas Schwab <schwab@suse.de>
3590
3591 * configure.in: D-Bus is not enabled by default.
3592
35932007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3594
3595 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3596 change.
3597
35982007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3599
3600 * configure.in: Give package name and version to AC_INIT.
3601
36022007-12-03 Magnus Henoch <mange@freemail.hu>
3603
3604 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3605
36062007-12-03 Michael Albinus <michael.albinus@gmx.de>
3607
3608 * configure.in: No need for DBUS_INFO anymore.
3609
3610 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3611
36122007-12-02 Michael Albinus <michael.albinus@gmx.de>
3613
3614 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3615
3616 * Makefile.in (INFO_FILES): Add dbus.
3617
36182007-12-02 Romain Francoise <romain@orebokech.com>
3619
3620 * make-dist: Fix last change.
3621
36222007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3623
3624 * configure.in: Add support for gnu-kfreebsd.
3625
36262007-11-28 Glenn Morris <rgm@gnu.org>
3627
3628 * make-dist: Add etc/nxml.
3629
36302007-11-24 Romain Francoise <romain@orebokech.com>
3631
3632 * Makefile.in (INFO_FILES): Add nxml-mode.
3633
36342007-11-23 Romain Francoise <romain@orebokech.com>
3635
3636 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3637 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3638
36392007-11-20 Andreas Schwab <schwab@suse.de>
3640
3641 * configure.in: Always include <resolv.h> when checking for res_init.
3642
36432007-11-17 Andreas Schwab <schwab@suse.de>
3644
3645 * update-subdirs: Atomically update subdirs.el.
3646
36472007-11-17 Glenn Morris <rgm@gnu.org>
3648
3649 * Makefile.in (check-declare): New target.
3650
36512007-11-07 Glenn Morris <rgm@gnu.org>
3652
3653 * configure.in: Deprecate Mac Carbon port.
3654
36552007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3656
3657 * configure.in: Remove HAVE_X11R5 check.
3658
36592007-10-31 Glenn Morris <rgm@gnu.org>
3660
3661 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3662 when changing ownership of installed files.
3663
36642007-10-30 Glenn Morris <rgm@gnu.org>
3665
3666 * make-dist: Add new directory etc/gnus.
3667
36682007-10-30 Michael Olson <mwolson@gnu.org>
3669
3670 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3671
36722007-10-29 Glenn Morris <rgm@gnu.org>
3673
3674 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3675
36762007-10-23 Glenn Morris <rgm@gnu.org>
3677
3678 * MAINTAINERS: Move to admin/.
3679
36802007-10-17 Chong Yidong <cyd@stupidchicken.com>
3681
3682 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3683 (HAVE_LIBRESOLV): Also define if we are using res_init().
3684
36852007-10-17 Glenn Morris <rgm@gnu.org>
3686
3687 * FTP: Remove file, since it's just a duplicate of one in etc/.
3688
36892007-10-05 Eli Zaretskii <eliz@gnu.org>
3690
3691 * config.bat: Fix configuring `doc' due to changes in the
3692 directory structure.
3693
36942007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3695
3696 * configure.in: Don't use -lpthread on HP-UX.
3697
36982007-09-16 Glenn Morris <rgm@gnu.org>
3699
3700 * make-dist: File gfdl.1 has been removed.
3701
37022007-09-15 Glenn Morris <rgm@gnu.org>
3703
3704 * configure.in: Fix makeinfo version regexp.
3705
37062007-09-12 Glenn Morris <rgm@gnu.org>
3707
3708 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
3709 implementation of alloca is not found.
3710
3711 * Makefile.in (SOURCES, unlock, relock): Delete.
3712 (install-arch-indep): Do not exclude the etc/ Makefiles.
3713
37142007-09-09 Juri Linkov <juri@jurta.org>
3715
3716 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
3717
3718 * README: Add doc/ to documentation directories.
3719
37202007-09-08 Michael Olson <mwolson@gnu.org>
3721
3722 * MAINTAINERS: Add myself for ERC and tq.el.
3723 Update for new doc/ directory layout.
3724
37252007-09-06 Romain Francoise <romain@orebokech.com>
3726
3727 * make-dist: Update for new doc/ directory layout.
3728
37292007-09-06 Glenn Morris <rgm@gnu.org>
3730
3731 * Makefile.in (mansrcdir): New variable.
3732 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
3733 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
3734 update these targets for new doc/ directory layout.
3735 (doc/misc/Makefile): New target.
3736 (install-arch-indep): Use mansrcdir for new location of manpages.
3737 (mostlyclean, clean, distclean, maintainer-clean, unlock)
3738 (relock, info, dvi): Update targets for new doc/ directory layout.
3739
3740 * configure.in (AC_OUTPUT): Update names of generated Makefiles
3741 for new doc/ directory layout.
3742
37432007-09-02 Andreas Schwab <schwab@suse.de>
3744
3745 * configure.in: Use AS_HELP_STRING throughout.
3746 * configure: Regenerate.
3747
37482007-09-02 Jan Djärv <jan.h.d@swipnet.se>
3749
3750 * configure.in: Require Gtk/Glib 2.6.
3751
37522007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3753
3754 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
3755 Use them throughout in place of AC_ARG_WITH calls.
3756 * configure: Regenerate.
3757
37582007-09-01 Andreas Schwab <schwab@suse.de>
3759
3760 * configure.in: Put quotes around nested macro calls.
3761
37622007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3763
3764 * configure.in: Fix typo.
3765 * configure: Regenerate.
3766
37672007-08-30 Glenn Morris <rgm@gnu.org>
3768
3769 * configure.in (AH_BOTTOM): Copy some manual changes made to
3770 src/config.in here so they are not lost when it regenerates.
3771
3772 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
3773
37742007-08-29 Károly Lőrentey <karoly@lorentey.hu>
3775
3776 * README.multi-tty: New file.
3777
37782007-08-29 Glenn Morris <rgm@gnu.org>
3779
3780 * README: Increase version to 23.0.50.
3781
37822007-08-29 Jan Djärv <jan.h.d@swipnet.se>
3783
3784 * configure.in: New option: --without-xaw3d.
3785
37862007-08-24 Glenn Morris <rgm@gnu.org>
3787
3788 * configure.in: Check for a suitably recent makeinfo.
3789
37902007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
3791
3792 * configure.in (Check for required libraries): Typo.
3793
37942007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3795
3796 * configure.in: Check librsvg2 also for Mac Carbon.
3797
37982007-08-22 Romain Francoise <romain@orebokech.com>
3799
3800 * make-dist: Follow reorganization of files in etc/.
3801
38022007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
3803
3804 * configure.in: Add support for SVG images through librsvg2.
3805
38062007-07-28 Eli Zaretskii <eliz@gnu.org>
3807
3808 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
3809 to avoid an error message if there is no DOC there.
3810
38112007-07-25 Glenn Morris <rgm@gnu.org>
3812
3813 * Relicense all FSF files to GPLv3 or later.
3814
3815 * COPYING, info/COPYING: Switch to GPLv3.
3816
38172007-06-20 Jan Djärv <jan.h.d@swipnet.se>
3818
3819 * configure.in: Complain if X seems to be installed but no
3820 development files were found.
3821
38222007-06-20 Glenn Morris <rgm@gnu.org>
3823
3824 * configure.in: Prefer libgif over libungif.
3825
38262007-06-14 Jan Djärv <jan.h.d@swipnet.se>
3827
3828 * configure.in: Check for all image libraries before exiting.
3829
38302007-06-13 Jan Djärv <jan.h.d@swipnet.se>
3831
3832 * configure.in: Exit with error if image libraries aren't found.
3833
38342007-06-13 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
3837 when compiling without scrollbars.
3838
38392007-06-12 Glenn Morris <rgm@gnu.org>
3840
3841 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
3842
38432007-06-11 Jan Djärv <jan.h.d@swipnet.se>
3844
3845 * configure.in: Change wording about yes/gtk and lucid/athena
3846 being synonyms.
3847
38482007-06-08 Glenn Morris <rgm@gnu.org>
3849
3850 * configure.in: Make gtk the default toolkit.
3851
38522007-06-07 Glenn Morris <rgm@gnu.org>
3853
3854 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
3855 for a Sun C compiler.
3856
3857 * Makefile.in (install-arch-indep): Install only the DOC- file
3858 specific to the build, if possible, rather than DOC-*.
3859
38602007-06-02 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * Version 22.1 released.
3863
38642007-05-25 Chong Yidong <cyd@stupidchicken.com>
3865
3866 * mkinstalldirs: Sync to version in automake CVS.
3867
38682007-05-22 Andreas Schwab <schwab@suse.de>
3869
3870 * configure.in: Prefer build_alias over host when host_alias is not set.
3871 * configure: Regenerate.
3872
38732007-05-20 Andreas Schwab <schwab@suse.de>
3874
3875 * configure.in: Remove empty AC_SUBST.
3876 * configure: Regenerate.
3877
38782007-05-20 Nick Roberts <nickrob@snap.net.nz>
3879
3880 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
3881 it like others.
3882 * configure: Regenerate.
3883
38842007-05-20 Nick Roberts <nickrob@snap.net.nz>
3885
3886 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
3887 (AC_CHECK_LIB): Add -lgpm.
3888 * configure: Regenerate.
3889
38902007-05-03 Glenn Morris <rgm@gnu.org>
3891
3892 * configure: Tweak message about the absence of shell functions.
3893
38942007-04-27 Andreas Schwab <schwab@suse.de>
3895
3896 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
3897
38982007-04-26 Glenn Morris <rgm@gnu.org>
3899
3900 * README: Increase version to 22.1.50.
3901
39022007-04-24 Juanma Barranquero <lekktu@gmail.com>
3903
3904 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
3905
39062007-04-19 Glenn Morris <rgm@gnu.org>
3907
3908 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
3909
39102007-04-18 Glenn Morris <rgm@gnu.org>
3911
3912 * INSTALL: Mention CPP.
3913
39142007-04-15 Glenn Morris <rgm@gnu.org>
3915
3916 * FTP: Replace with a pointer to the web version.
3917
39182007-04-13 Glenn Morris <rgm@gnu.org>
3919
3920 * INSTALL: In lib-src, timer, wakeup, yow are removed.
3921
39222007-04-04 Glenn Morris <rgm@gnu.org>
3923
3924 * configure.in (NON_GNU_CPP): Use associated preprocessor when
3925 compiling with Sun Studio on Solaris.
3926
39272007-03-23 Glenn Morris <rgm@gnu.org>
3928
3929 * configure.in: Restore support for hp800 (removed 2007-01-27)
3930 following clarification of legal status.
3931
39322007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
3933
3934 * configure.in: Add support for AIX4.3 on IBM RS6000.
3935
3936 * configure: Regenerate.
3937
39382007-03-20 Richard Stallman <rms@gnu.org>
3939
3940 * configure.in: Fix previous change.
3941
39422007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
3943
3944 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
3945 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
3946 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
3947
39482007-03-19 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
3951 user specifies "without".
3952
3953 * configure: Regenerate.
3954
39552007-03-18 Jan Djärv <jan.h.d@swipnet.se>
3956
3957 * configure.in: Warning for Gtk+ and Cygwin added.
3958 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
3959
39602007-02-27 Glenn Morris <rgm@gnu.org>
3961
3962 * make-dist (oldXMenu): Remove Imakefile.
3963 (etc/images): Add README.
3964
39652007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3966
3967 * configure.in (xtensa-*-linux-gnu*): New configuration.
3968
3969 * configure: Regenerate.
3970
39712007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
3972
3973 * config.guess, config.sub: Updated from master source.
3974
39752007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
3976
3977 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
3978
39792007-01-29 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * configure.in: Restore support for hp800's not running HP-UX.
3982
3983 * configure: Regenerate.
3984
39852007-01-27 Chong Yidong <cyd@stupidchicken.com>
3986
3987 * configure.in: Remove support for hp800 and sr2k machine types.
3988
3989 * configure: Regenerate.
3990
39912007-01-26 Jan Djärv <jan.h.d@swipnet.se>
3992
3993 * configure.in: Add check for libXft.
3994
39952007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3996
3997 * INSTALL: Info files moved to share/info.
3998
39992007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4000
4001 * configure.in: Detect and use fink-installed in intel-based Mac
4002 builds; change Apple Darwin section to support both PowerPC and
4003 Intel-based Macs.
4004
40052006-12-26 Andreas Schwab <schwab@suse.de>
4006
4007 * Makefile.in (datarootdir): Define.
4008
40092006-12-24 Richard Stallman <rms@gnu.org>
4010
4011 * configure.in: Require Autoconf 2.61.
4012
40132006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4014
4015 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4016 Remove redundant entry for powerpc-apple-netbsd.
4017
4018 * configure: Regenerate.
4019
40202006-12-22 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * configure: Regenerate with autoconf 2.61.
4023
40242006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4025
4026 * configure.in: Detect alsa/asoundlib.h also.
4027 * configure: Regenerate.
4028
40292006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4030
4031 * configure.in: Check if GTK+ compiles at all.
4032
40332006-12-10 Andreas Schwab <schwab@suse.de>
4034
4035 * configure.in: Remove check for struct timezone, its result is
4036 never used.
4037
40382006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4039
4040 * configure.in: Add support for Solaris 10 on x86-64.
4041
40422006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4043
4044 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4045 of PKG_CONFIG_PATH.
4046
40472006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4048
4049 * configure.in (HAVE_SYNC): New test.
4050
40512006-12-03 Glenn Morris <rgm@gnu.org>
4052
4053 * Makefile.in: Fix Copyright format.
4054
4055 * configure.in (AH_TOP): Add missing Copyright year.
4056
4057 * update-subdirs: Add missing Copyright years.
4058
40592006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4060
4061 * Makefile.in: Touch only the parts of the share/emacs directory
4062 specific to this version.
4063
40642006-11-26 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4067
40682006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4069
4070 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4071
40722006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4073
4074 * configure.in: Prefer X11 to Carbon only when some X-specific
4075 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4076
40772006-11-04 Romain Francoise <romain@orebokech.com>
4078
4079 * Makefile.in (bootstrap-clean-before): Fix typo.
4080 Use new target `bootstrap-clean' in the leim subdirectory.
4081
40822006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4083
4084 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4085
40862006-10-30 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4089 directories.
4090
40912006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4092
4093 * configure.in: Enable x86-64 OpenBSD compilation.
4094
40952006-10-28 Glenn Morris <rgm@gnu.org>
4096
4097 * AUTHORS: Add cal-html.el author.
4098
40992006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4100
4101 * make-dist: Make links to mac/make-package and
4102 mac/Emacs.app/Contents/Resources/Emacs.icns.
4103
41042006-10-27 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * README: Bump version number to 22.0.90.
4107
41082006-10-23 Andreas Schwab <schwab@suse.de>
4109
4110 * configure.in: Make sure x_default_search_path is always set even
4111 when x_libraries is empty, and look in .../share as well for each
4112 library directory.
4113
41142006-09-28 Kenichi Handa <handa@m17n.org>
4115
4116 * configure.in (locallisppath): Don't include leim dir.
4117 (lisppath): Include leim dir.
4118
41192006-09-15 Jay Belanger <belanger@truman.edu>
4120
4121 * COPYING: Replace "Library Public License" by "Lesser Public
4122 License" throughout.
4123
41242006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4125
4126 * make-dist (EMACS): Exit and fail if the EMACS environment
4127 variable is set to something other than an absolute file name.
4128
41292006-08-16 Andreas Schwab <schwab@suse.de>
4130
4131 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4132 of hardcoding it.
4133
41342006-08-16 Richard Stallman <rms@gnu.org>
4135
4136 * INSTALL.CVS: Clean up wording.
4137
41382006-07-14 Eli Zaretskii <eliz@gnu.org>
4139
4140 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4141 $PKG_CONFIG --exists "$2" to config.log.
4142 * configure: Regenerate.
4143
1a71cb28 41442006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4145
4146 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4147
41482006-07-09 Kim F. Storm <storm@cua.dk>
4149
4150 * CONTRIBUTE: Use outline format.
4151 Add section on copyright years (from admin/notes/years).
4152
41532006-07-08 Eli Zaretskii <eliz@gnu.org>
4154
4155 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4156 to /dev/null, since we don't need the error message, just the
4157 exit status.
4158
41592006-07-07 Eli Zaretskii <eliz@gnu.org>
4160
4161 * CONTRIBUTE: Slight formatting changes and typo fixes.
4162 Add description of NEWS markings.
4163
41642006-07-07 Kim F. Storm <storm@cua.dk>
4165
4166 * CONTRIBUTE: Mention INSTALL.CVS.
4167
41682006-07-05 Romain Francoise <romain@orebokech.com>
4169
4170 * make-dist (top-level): Add CONTRIBUTE.
4171
41722006-07-04 Richard Stallman <rms@gnu.org>
4173
4174 * CONTRIBUTE: Much rewrite.
4175
41762006-07-04 Nick Roberts <nickrob@snap.net.nz>
4177
4178 * CONTRIBUTE: New file.
4179
41802006-06-24 Eli Zaretskii <eliz@gnu.org>
4181
4182 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4183
41842006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4185
4186 * configure.in: Add check for ALSA.
4187
41882006-05-06 Eli Zaretskii <eliz@gnu.org>
4189
4190 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4191
4192 * info/dir: Remove the Emacs-Xtra entry.
4193
41942006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4195
4196 Update copyright year(s) in many files.
4197
41982006-04-01 Eli Zaretskii <eliz@gnu.org>
4199
4200 * configure: Regenerated.
4201
42022006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4203
4204 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4205 --without-toolkit-scroll-bars was specified.
4206
42072006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4208
4209 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4210 to CFLAGS. Update Copyright years written to src/config.in.
4211
42122006-03-18 Claudio Fontana <claudio@gnu.org>
4213
4214 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4215 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4216 to be installed/uninstalled.
4217 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4218 to Info files installed by Emacs.
4219
42202006-03-03 Claudio Fontana <claudio@gnu.org>
4221
4222 * Makefile.in (install, uninstall): Add DESTDIR variable to
4223 support staged installations.
4224
42252006-02-14 Richard M. Stallman <rms@gnu.org>
4226
4227 * configure.in (s390x-*-linux-gnu*): New configuration.
4228
42292006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4230
4231 * configure.in: Require GTK 2.4 or newer.
4232
42332006-01-29 Michael Olson <mwolson@gnu.org>
4234
4235 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4236 * info/dir (ERC): New entry.
4237
42382006-01-29 Eli Zaretskii <eliz@gnu.org>
4239
4240 * info/dir: Fix last change.
4241
42422006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4243
4244 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4245
42462006-01-27 Eli Zaretskii <eliz@gnu.org>
4247
4248 * info/dir: Untabify the whole file.
4249 (Rcirc): New entry.
4250
42512006-01-12 Andreas Schwab <schwab@suse.de>
4252
4253 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4254 check.
4255
42562006-01-02 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * configure.in: Use -Wno-pointer-sign if available.
4259
42602005-12-29 Andreas Schwab <schwab@suse.de>
4261
4262 * config.guess, config.sub: Updated from master source.
4263
42642005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4265
4266 * configure.in: Use amdx86-64 for freebsd on x86_64.
4267
42682005-11-22 Romain Francoise <romain@orebokech.com>
4269
4270 * make-dist: Add etc/images/icons.
4271
42722005-11-03 Andreas Schwab <schwab@suse.de>
4273
4274 * configure.in: Use GZIP_PROG instead of GZIP.
4275
4276 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4277 (install-arch-indep): Adjust.
4278
42792005-11-01 Andreas Schwab <schwab@suse.de>
4280
4281 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4282 (bootfast): Likewise.
4283
42842005-11-01 Romain Francoise <romain@orebokech.com>
4285
4286 * configure.in: Check for gzip.
4287
4288 * Makefile.in (install): Compress source files.
4289
42902005-10-24 Steven Tamm <steventamm@mac.com>
4291
4292 * configure.in: Fix darwin386 configuration issue.
4293
42942005-10-22 Eli Zaretskii <eliz@gnu.org>
4295
4296 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4297
42982005-10-17 Bill Wohler <wohler@newt.com>
4299
4300 * make-dist: Create and populate etc/images/low-color.
4301
43022005-10-15 Bill Wohler <wohler@newt.com>
4303
4304 * make-dist: Create and populate etc/images/gud.
4305
43062005-10-08 Richard M. Stallman <rms@gnu.org>
4307
4308 * make-dist (tempparent): Don't check for 14-char file name limit.
4309
43102005-10-07 Romain Francoise <romain@orebokech.com>
4311
4312 * make-dist: Add etc/images/ezimage and etc/images/mail
4313 directories. Install images in etc/images.
4314
43152005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4316
4317 * configure.in: Prefer Carbon if --enable-carbon-app or
4318 --with-carbon is explicitly specified even when X11 is detected.
4319
43202005-09-15 Ulf Jasper <ulf.jasper@web.de>
4321
4322 * Makefile.in (install-arch-indep, uninstall):
4323 Handle newsticker manual.
4324 (info): Add - to commands.
4325
43262005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4327
4328 Remove the MAXPATHLEN limitations:
4329
4330 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4331
43322005-09-09 Eli Zaretskii <eliz@gnu.org>
4333
4334 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4335 * configure: Regenerate.
4336
43372005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4338
4339 * config.guess, config.sub: Updated from master source.
4340
43412005-08-03 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * .cvsignore: Add `lock'.
4344
43452005-07-28 Juanma Barranquero <lekktu@gmail.com>
4346
4347 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4348
43492005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4350
4351 Merge gnulib getopt implementation into Emacs.
4352
4353 * Makefile.in (AUTOCONF_INPUTS): New macro.
4354 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4355 so that these files also depend on m4/getopt.m4.
4356 * configure.in: Configure getopt by including m4/getopt.m4,
4357 and configuring a getopt replacement if necessary.
4358 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4359 * m4/getopt.m4: New file.
4360
43612005-07-06 Lute Kamstra <lute@gnu.org>
4362
4363 * configure.in: Fix capitalization.
4364
43652005-07-04 Lute Kamstra <lute@gnu.org>
4366
4367 Update FSF's address in GPL notices.
4368
43692005-06-19 Jérôme Marant <jerome@marant.org>
4370
4371 * Makefile.in (epaths-force): Protect both lisppath and
4372 buildlisppath from whitespace.
4373
43742005-06-08 Steven Tamm <steventamm@mac.com>
4375
4376 * configure.in: Support Darwin/MacOSX on Intel
4377
43782005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4379
4380 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4381
1a71cb28 43822005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4383
4384 * configure.in: Add --enable-locallisppath.
4385
43862005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4387
4388 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4389 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4390 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4391
43922005-05-07 Jérôme Marant <jerome@marant.org>
4393
4394 * make-dist: Remove references to makefile.nt and makefile.def.
4395 Include widgets and images subdirectories of etc. Do not exclude
4396 ldefs-boot.el.
4397
43982005-04-23 Andreas Schwab <schwab@suse.de>
4399
4400 * configure.in: Remove duplicate match for powerpc configuration.
4401
44022005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4403
4404 * configure.in: Check for <pwd.h>.
4405
44062005-04-14 Lute Kamstra <lute@gnu.org>
4407
4408 * make-dist: Distribute all ChangeLog files in lisp/.
4409 Don't distribute ldefs-boot.el.
4410 lisp/makefile.nt no longer exists.
4411
44122005-04-13 Lute Kamstra <lute@gnu.org>
4413
4414 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4415 for "no-byte-compile: t" in the file instead.
4416
44172005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4418
4419 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4420 shadow the main Lesstif/Motif-2.1 libs and includes.
4421
44222005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4423
4424 * configure.in: Only add XASSERTS to cppflags.
4425
44262005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4427
4428 * configure.in: Added --enable-asserts.
4429
44302005-02-09 Kim F. Storm <storm@cua.dk>
4431
4432 Change release version from 21.4 to 22.1 throughout.
4433 Change development version from 21.3.50 to 22.0.50.
4434
44352005-01-19 Steven Tamm <steventamm@mac.com>
4436
4437 * configure.in: Check for <sys/utsname.h>.
4438
44392004-12-11 Kim F. Storm <storm@cua.dk>
4440
4441 * Makefile.in (info): Undo 2004-12-05 change.
4442
44432004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4444
4445 * info/dir (File): Add URL and Org Mode manuals.
4446 * Makefile.in (install-arch-indep, uninstall): Add url and org
4447 manuals.
4448
44492004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4450
4451 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4452 committed to src/config.in.
4453
44542004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4455
4456 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4457 pthreads and define HAVE_GTK_AND_PTHREAD.
4458
44592004-12-05 Richard M. Stallman <rms@gnu.org>
4460
4461 * Makefile.in (info): Ignore errors building info files.
4462
44632004-11-27 Eli Zaretskii <eliz@gnu.org>
4464
4465 * config.bat: If 8-byte alignment is not supported, define
4466 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4467 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4468 filter through Sed to remove the quotes.
4469
44702004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4473 not apply to files explicitly `cvs add'ed.
4474
44752004-11-12 Eli Zaretskii <eliz@gnu.org>
4476
4477 * config.bat: Don't require djecho.exe for the v1.x build.
4478 Add a test for DECL_ALIGN support, and add a trivial definition to
4479 src/config.h if 8-byte alignment is not supported.
4480
44812004-11-08 Kim F. Storm <storm@cua.dk>
4482
4483 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4484 files before building.
4485 (bootfast, bootstrap-clean-before-fast): New targets, like
4486 bootstrap but don't remove .elc files.
4487
44882004-11-06 Lars Brinkhoff <lars@nocrew.org>
4489
4490 * configure.in: Add check for getrusage.
4491
44922004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4493
4494 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4495 New tests for new and old GTK file dialogs.
4496 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4497 to no.
4498
44992004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4500
4501 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4502 can be set. Remove SETARCH test.
4503
45042004-10-08 Steven Tamm <steventamm@mac.com>
4505
4506 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4507
45082004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4509
4510 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4511 AC_MSG_WARN. Move output of warning message to end of configure run.
4512
45132004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4514
4515 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4516 Run test to see if heap start address is random.
4517
45182004-09-29 Miles Bader <miles@gnu.org>
4519
4520 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4521 if setarch is present.
4522
45232004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4524
4525 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4526
45272004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4528
4529 * configure.in: Check for exec-shield.
4530
1a71cb28
GM
45312004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4532
4533 * Makefile.in (install-arch-indep): Add pgg and sieve.
4534
4535 * info/.cvsignore: Added pgg and sieve.
4536
067d23c9
KY
45372004-08-06 Andreas Schwab <schwab@suse.de>
4538
4539 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4540
45412004-07-31 Eli Zaretskii <eliz@gnu.org>
4542
4543 * config.bat: Update URLs in the comments.
4544
067d23c9
KY
45452004-07-05 Andreas Schwab <schwab@suse.de>
4546
4547 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4548
45492004-06-21 Kenichi Handa <handa@m17n.org>
4550
4551 * make-dist: Link leim-ext.el into tempdir.
4552
45532004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4554
4555 * info/dir (File): Add emacs-xtra.
4556 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4557
45582004-06-12 Juri Linkov <juri@jurta.org>
4559
4560 * info/dir: Move menu help lines from `* Menu:' to file header.
4561 Describe the purpose of a red *.
4562
45632004-05-04 Dave Love <fx@gnu.org>
4564
4565 * configure.in: Don't use `extrasub'.
4566
45672004-04-29 Dave Love <fx@gnu.org>
4568
4569 * configure.in: Don't forget to quote args to `test'.
4570
45712004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4572
4573 * autogen.sh: Update filename in "please read" message.
4574
45752004-04-17 Richard M. Stallman <rms@gnu.org>
4576
4577 * INSTALL: Move the info about site-lisp dirs,
4578 and say uninstalled Emacs looks there too.
4579
45802004-04-04 Eli Zaretskii <eliz@gnu.org>
4581
4582 * config.bat (lib-src): Recognize comment lines in Makefile.in
4583 that have a TAB after the #, to avoid errors in preprocessing with
4584 GCC 3.3.3.
4585
45862004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4587
4588 * Makefile.in: Mention in comment that `make maintainer-clean'
4589 deletes .elc files.
4590
45912004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * update-subdirs: Add local variables to prevent byte-compiling.
4594
45952004-03-21 Dave Love <fx@gnu.org>
4596
4597 * configure.in: Fix previous change.
4598
45992004-03-18 Dave Love <fx@gnu.org>
4600
4601 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4602
46032004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4604
4605 * info/dir (File): Add SMTP and SES.
4606
46072004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4608
4609 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4610 (bootstrap): Use the new bootstrap-prepare target in lisp.
4611
46122004-02-18 Kim F. Storm <storm@cua.dk>
4613
4614 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4615
46162004-02-16 Eli Zaretskii <eliz@gnu.org>
4617
4618 * make-dist: Don't link index.*perm and permute-index into tempdir.
4619
46202004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4621
4622 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4623 to match previous changes by Eli Zaretskii.
4624
46252004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4626
4627 * Makefile.in: Set CDPATH to an empty string.
4628
46292004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * configure.in <darwin>: Use fink packages if available.
4632
46332004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4634
4635 * make-dist (lispref): Do include lispref/index.texi.
4636
46372004-01-06 Eric Hanchrow <offby1@blarg.net>
4638
4639 * make-dist (tempdir): Include cursors in nt/icons.
4640
46412003-12-30 Eli Zaretskii <eliz@gnu.org>
4642
4643 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4644 clashes with install-sh on 8+3 filesystems.
4645
1a71cb28 46462003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4647
4648 * .cvsignore: Add .arch-inventory.
4649
46502003-12-24 Andreas Schwab <schwab@suse.de>
4651
4652 * configure.in: Check for <sys/socket.h>. Include it before
4653 including <net/if.h>. Move check for <net/if.h> before its use.
4654
46552003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4656
4657 * Makefile.in (install-arch-dep): Don't let cd output go into
4658 pipe for carbon_appdir.
4659
46602003-12-24 Andreas Schwab <schwab@suse.de>
4661
4662 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4663
46642003-12-01 Andreas Schwab <schwab@suse.de>
4665
4666 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4667 hardcoding gcc.
4668
46692003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4670
4671 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4672 multiple displays.
4673 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4674
46752003-09-23 Dave Love <fx@gnu.org>
4676
4677 * configure.in: Check members of struct ifreq.
4678
46792003-09-14 Kim F. Storm <storm@cua.dk>
4680
4681 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4682
46832003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4684
4685 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4686
46872003-08-18 Lute Kamstra <lute@gnu.org>
4688
4689 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4690 required anymore.
4691
46922003-08-07 Andrew Choi <akochoi@shaw.ca>
4693
4694 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4695 option instead of -traditional-cpp for CPP.
4696
46972003-07-29 Richard M. Stallman <rms@gnu.org>
4698
4699 * configure.in (HAVE_XIM): Define if XIM is available.
4700
47012003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4702
4703 * configure.in: The function gtk_window_set_icon_from_file was
4704 introduced in GTK+ 2.2, so check for that release.
4705
47062003-07-23 Andreas Schwab <schwab@suse.de>
4707
4708 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
4709
4710 * Makefile.in (YACC): Remove, not used.
4711 (MAINT): Don't set.
4712 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
4713 disable dependency on ${srcdir}/configure.in when maintainer mode
4714 is disabled.
4715
47162003-07-22 Dave Love <fx@gnu.org>
4717
4718 * configure.in: Make XRegisterIMInstantiateCallback test depend on
4719 HAVE_X11, not with_xim.
4720 (HAVE_CRTIN): Provide template.
4721 <with_png>: Test for png.h and libpng/png.h.
4722
47232003-07-15 Andreas Schwab <schwab@suse.de>
4724
4725 * configure.in: Temporarily leave quoting for AC_DEFINE.
4726
47272003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4728
4729 * configure.in: Check for posix_memalign.
4730
47312003-07-12 Richard M. Stallman <rms@gnu.org>
4732
4733 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
4734
47352003-07-09 Kim F. Storm <storm@cua.dk>
4736
4737 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
4738 functionality of --without-xim.
4739
47402003-06-29 Dave Love <fx@gnu.org>
4741
4742 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
4743
47442003-06-23 Dave Love <fx@gnu.org>
4745
4746 * configure.in: Check for sys/_mbstate_t.h.
4747 Test XRegisterIMInstantiateCallback prototype.
4748 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
4749
47502003-06-06 Dave Love <fx@gnu.org>
4751
4752 * configure.in: Check for locale.h.
4753
47542003-06-05 Dave Love <fx@gnu.org>
4755
4756 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
4757 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
4758 (NLIST_STRUCT): Don't define.
4759 (AH_BOTTOM): Define my_strftime.
4760
47612003-06-02 Richard M. Stallman <rms@gnu.org>
4762
4763 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
4764
47652003-05-24 Andreas Schwab <schwab@suse.de>
4766
4767 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
4768 bzero, and bcmp.
4769
47702003-05-22 Dave Love <fx@gnu.org>
4771
4772 * configure.in: Remove redundant test for term.h. Test for difftime.
4773
47742003-05-20 Dave Love <fx@gnu.org>
4775
4776 * configure.in: Append * to s390-*-linux-gnu case.
4777 (LIBMAIL) <lockfile>: Don't define.
4778
067d23c9
KY
47792003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4780
4781 * INSTALL (* GNU/Linux development packages): Mention Debian and
4782 RedHat package names.
4783
47842003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
4785
4786 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4787
47882003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
4789
4790 * INSTALL (* GNU/Linux development packages): Tell people to
4791 install additional packages for compiling Emacs.
4792
1a71cb28
GM
47932003-04-30 Richard M. Stallman <rms@gnu.org>
4794
4795 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
4796
47972003-04-28 Francesco Potortì <pot@gnu.org>
4798
4799 * configure.in: Undo last (RMS') change, as it is useless, per
4800 Dave Love.
4801
48022003-04-08 Richard M. Stallman <rms@gnu.org>
4803
4804 * configure.in: Put #include of jpeglib.h at start of line.
4805
067d23c9
KY
48062003-04-06 Francesco Potortì <pot@gnu.org>
4807
4808 * configure.in: Use the same configuration for all aix5, not just
4809 aix5.1.
4810
48112003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
4812
4813 * configure.in: Check for need for bigtoc support on IBM AIX for
4814 solving a linker table overflow problem.
4815
48162003-03-03 Rob Browning <rlb@defaultvalue.org>
4817
4818 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
4819 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
4820 over bzero, bcmp, and bcopy.
4821
48222003-02-23 Simon Josefsson <jas@extundo.com>
4823
4824 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
4825
48262003-02-21 Klaus Zeitler <kzeitler@lucent.com>
4827
4828 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
4829
48302003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
4831
4832 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
4833
48342003-02-08 Andreas Schwab <schwab@suse.de>
4835
4836 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
4837 instead of the substitution.
4838
48392003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
4840
4841 * Makefile.in: Use @EXEEXT@ for Cygwin.
4842 Use USERNAME if LOGNAME is not set (for Cygwin).
4843
4844 * configure.in: Add opsys=cygwin.
4845
48462003-01-22 Andreas Schwab <schwab@suse.de>
4847
4848 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
4849 redefining it explicitly in src/config.in.
4850
48512003-01-22 Markus Rost <rost@math.ohio-state.edu>
4852
4853 * Makefile.in (bootstrap): Make bootstrap-after.
4854
48552003-01-20 Jan Djärv <jan.h.d@swipnet.se>
4856
4857 * configure.in: Fix --with-gtk.
4858
48592003-01-19 Jan Djärv <jan.h.d@swipnet.se>
4860
4861 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
4862
4863 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
4864
48652003-01-14 Francesco Potortì <pot@gnu.org>
4866
4867 * configure.in (m68k-motorola-sysv): Remove (obsolete).
4868
48692003-01-07 Steven Tamm <steventamm@mac.com>
4870
4871 * configure.in: New option, --enable-carbon-app, to specify
4872 that the application should be installed
4873 * Makefile.in (install-arch-dep): On Mac OS X, install the
4874 Emacs.app application if carbon-app is enabled
4875
48762003-01-06 Dave Love <fx@gnu.org>
4877
4878 * configure.in: Check for nl_langinfo.
4879 [!HAVE_SIZE_T]: Fix typedef.
4880
48812003-01-06 David Kastrup <dak@gnu.org>
4882
4883 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
4884
4885 * configure.in: Add tests for install-info.
4886
48872002-12-09 Markus Rost <rost@math.ohio-state.edu>
4888
4889 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
4890 use again sol2-6 instead of sol2-8.
4891
48922002-12-09 Dave Love <fx@gnu.org>
4893
4894 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
4895
48962002-12-08 Andreas Schwab <schwab@suse.de>
4897
4898 * Makefile.in (install-arch-indep): Revert last change.
4899
49002002-11-27 Dave Love <fx@gnu.org>
4901
4902 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
4903 Check for __sys_siglist too. Check for memset.
4904 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
4905
49062002-11-22 Juanma Barranquero <lektu@terra.es>
4907
4908 * config.guess, config.sub: Updated from master source.
4909
49102002-11-19 Karl Fogel <kfogel@red-bean.com>
4911
4912 * autogen.sh: New file.
4913
1a71cb28 49142002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
4915
4916 * configure.in: Tidy up various quoting issues throughout.
4917 Use AC_GNU_SOURCE.
4918 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
4919 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
4920 Maybe define bcopy, bzero, bcmp.
4921 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
4922 non-existent machine file).
4923 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
4924 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
4925 (nlist.h): Move test up.
4926
49272002-11-18 Markus Rost <rost@math.ohio-state.edu>
4928
4929 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
4930
49312002-11-14 Francesco Potortì <pot@gnu.org>
4932
4933 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
4934
49352002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
4936
4937 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
4938
49392002-11-08 Dave Love <fx@gnu.org>
4940
4941 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
4942 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
4943
49442002-11-07 Miles Bader <miles@gnu.org>
4945
4946 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
4947 Handle separate-build-dir case.
4948
49492002-11-06 Richard M. Stallman <rms@gnu.org>
4950
4951 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
4952 bulletproof. $bar may be empty when there are no .elc files.
4953
49542002-10-30 Dave Love <fx@gnu.org>
4955
4956 * configure.in: Require autoconf 2.53. Test for pty.h,
4957 sys/mman.h, sys/param.h, mremap, memmove.
4958 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
4959 (AC_PROG_YACC): Delete.
4960 (size_t): Use AC_CHECK_TYPES.
4961 (AH_TOP): Up-date copyright.
4962
49632002-10-01 Juanma Barranquero <lektu@terra.es>
4964
4965 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
4966
49672002-09-19 Richard M. Stallman <rms@gnu.org>
4968
4969 * configure.in: Fix the LessTif-directory-finder for real.
4970
49712002-09-14 Richard M. Stallman <rms@gnu.org>
4972
4973 * Makefile.in (maybe_bootstrap): Test for complete absence
4974 of compiled Lisp files.
4975
49762002-09-11 Stefan Monnier <monnier@cs.yale.edu>
4977
4978 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
4979 (bootstrap-clean-after): Delete.
4980 (bootstrap): Make the sequencing explicit.
4981
49822002-09-10 Richard M. Stallman <rms@gnu.org>
4983
4984 * configure.in: Fix previous LessTif change.
4985
49862002-09-09 Richard M. Stallman <rms@gnu.org>
4987
4988 * configure.in (powerpcle-*-solaris2.5*): New configuration.
4989 (powerpcle-*-solaris*): Use version 2.6 as default.
4990 (*-sunos5.6*, *-solaris2.6*): New alternative.
4991 (*-sunos5*): Use version 2.6 as default.
4992
49932002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4994
4995 * configure.in: Fix typo.
4996
49972002-09-05 Richard M. Stallman <rms@gnu.org>
4998
4999 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5000
5001 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5002 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5003
50042002-08-26 Kim F. Storm <storm@cua.dk>
5005
5006 * Makefile.in (install-arch-indep): Do not remove DOC file
5007 when it is the only DOC file installed; this is the case when
5008 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5009
50102002-07-24 Markus Rost <rost@math.ohio-state.edu>
5011
5012 * configure.in: Fix typo.
5013
50142002-07-24 Richard M. Stallman <rms@gnu.org>
5015
5016 * configure.in: Don't print anything special about gamedir.
5017
5018 * configure.in: Delete nonstandard --with-game-user option.
5019
50202002-07-21 Richard M. Stallman <rms@gnu.org>
5021
5022 * Makefile.in (gamedir, localstatedir): New variables.
5023 (epaths-force): Insert value of gamedir into PATH_GAME.
5024
5025 * configure.in (gamedir): Handle it like lispdir.
5026 (--with-game-dir option): Delete.
5027
50282002-06-21 Pavel Janík <Pavel@Janik.cz>
5029
5030 * configure.in: Add support for mipseb-*-netbsd* machines.
5031
50322002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5033
5034 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5035
50362002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5037
5038 * info/dir (File): Add an entry for Tramp.
5039
50402002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5041
5042 * INSTALL-CVS: New file.
5043
50442002-06-07 Andreas Schwab <schwab@suse.de>
5045
5046 * configure.in (x86_64-*-linux-gnu*): New system.
5047
50482002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5049
5050 * config.bat: Handle the case when lispintro is truncated to lispintr.
5051
50522002-05-26 Paul Eggert <eggert@twinsun.com>
5053
5054 * config.guess, config.sub: Updated from master source.
5055
50562002-05-09 Richard M. Stallman <rms@gnu.org>
5057
5058 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5059
50602002-05-04 Pavel Janík <Pavel@Janik.cz>
5061
5062 * make-dist: Do not distribute lock/ directory.
5063
50642002-04-30 Andrew Choi <akochoi@shaw.ca>
5065
5066 * configure.in: Provide documentation string when defining
5067 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5068 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5069
1a71cb28 50702002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5071
5072 * configure.in: Delete configure check for access to the game user.
5073
50742002-04-29 Pavel Janík <Pavel@Janik.cz>
5075
5076 * make-dist: lwlib/Imakefile is removed.
5077
50782002-04-26 Andrew Choi <akochoi@shaw.ca>
5079
5080 * configure.in: Add support for powerpc-apple-darwin*.
5081 (HAVE_CARBON): Add.
5082
5083 * make-dist: Create directories in mac/Emacs.app.
5084
50852002-04-25 Pavel Janík <Pavel@Janik.cz>
5086
5087 * make-dist: lwlib-Xol* are removed.
5088
50892002-04-23 Andreas Schwab <schwab@suse.de>
5090
5091 * Makefile.in (MAINT): New variable.
5092 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5093 instead of configure.in, to avoid running autoconf and autoheader
5094 unless explicitly requested.
5095
50962002-04-16 Eli Zaretskii <eliz@gnu.org>
5097
5098 * config.bat: Update for msdos/sed2v2.inp.
5099
51002002-04-15 Andreas Schwab <schwab@suse.de>
5101
5102 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5103 * configure.in: Add config header templates to all AC_DEFINE and
5104 AC_DEFINE_UNQUOTED symbols.
5105 * make-dist: Run autoheader if necessary.
5106
51072002-04-10 Colin Walters <walters@verbum.org>
5108
5109 * configure.in: Add --game-dir, --game-user. Test to see if we
5110 can use them.
5111
51122002-04-08 Pavel Janík <Pavel@Janik.cz>
5113
5114 * configure.in: Add --with-sound.
5115
51162002-03-18 Kim F. Storm <storm@cua.dk>
5117
5118 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5119 and getsockname functions. Test for sys/un.h include file.
5120
51212002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5122
5123 * configure.in: Support AIX 5.1.
5124
51252002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5126
5127 * configure.in: Added test for X Session Management (HAVE_X_SM).
5128
51292002-03-03 Richard M. Stallman <rms@gnu.org>
5130
5131 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5132 Run chown $${LOGNAME} on files installed by tar xvf.
5133
51342002-03-03 Kim F. Storm <storm@cua.dk>
5135
5136 * configure.in: Test for getpeername.
5137
51382002-03-01 Richard M. Stallman <rms@gnu.org>
5139
5140 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5141 (HAVE_GIF): Don't use old libungif versions that crash.
5142
51432002-02-26 Richard M. Stallman <rms@gnu.org>
5144
5145 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5146 not just well-formed and valid.
5147 (mips-compaq-nonstopux*): New configuration.
5148
51492002-02-18 Paul Eggert <eggert@twinsun.com>
5150
5151 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5152 "sed q" is a portable equivalent to plain "head -1".
5153
51542002-02-13 Richard M. Stallman <rms@gnu.org>
5155
5156 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5157 (all): Don't depend on maybe_bootstrap here.
5158 (${SUBDIR}): Depend on it here instead.
5159
51602002-02-08 Richard M. Stallman <rms@gnu.org>
5161
5162 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5163
51642002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5165
5166 * configure.in: Recognize BSD/OS 5.0.
5167
51682002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5169
5170 * make-dist: Make version checking in emacs.texi consistent with
5171 how we set it there.
5172
51732001-12-29 Kim F. Storm <storm@cua.dk>
5174
5175 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5176
51772001-12-28 Richard M. Stallman <rms@gnu.org>
5178
5179 * configure.in: Test for mbsinit.
5180
51812001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5182
5183 These changes make Leim part of the standard distribution:
5184
5185 * README: Add info about the `leim' directory.
5186
5187 * INSTALL: Remove text that describes Leim as a separate package.
5188
5189 * noleim-Makefile.in: File removed.
5190
5191 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5192 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5193 Leim files out of the Emacs tree. Don't prepare a separate tarball
5194 for Leim.
5195
51962001-12-11 Richard M. Stallman <rms@gnu.org>
5197
5198 * configure.in (hppa*-*-linux-gnu*): New alternative.
5199
52002001-12-08 Pavel Janík <Pavel@Janik.cz>
5201
5202 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5203 creating distribution.
5204
52052001-12-06 Paul Eggert <eggert@twinsun.com>
5206
5207 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5208 (AC_FUNC_VFORK): Remove.
5209 (AC_FUNC_FORK): Add.
5210 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5211 this is required by recent Autoconf versions.
5212
52132001-12-02 Pavel Janík <Pavel@Janik.cz>
5214
5215 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5216 TODO, vms-pp.trans and others).
5217
52182001-11-29 Pavel Janík <Pavel@Janik.cz>
5219
5220 * make-dist: Use COPYING from the top-level directory.
5221
52222001-11-29 Gerd Moellmann <gerd@gnu.org>
5223
5224 * configure.in: Add support for FreeBSD/Alpha.
5225
52262001-11-29 Pavel Janík <Pavel@Janik.cz>
5227
5228 * make-dist: Add COPYING to the top-level directory of the
5229 distribution. Simplify the logic behind copying.
5230
5231 * Makefile.in (maybe_bootstrap): Fix previous change.
5232
52332001-11-28 Richard M. Stallman <rms@gnu.org>
5234
5235 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5236
52372001-11-26 Richard M. Stallman <rms@gnu.org>
5238
5239 * Makefile.in: bootstrap should not delete dumped executables.
5240 (bootstrap-clean-before): New target.
5241 (bootstrap): Use bootstrap-clean-before instead of clean.
5242 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5243
52442001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5245
5246 These changes add the Emacs Lisp Introduction manual to the
5247 distribution:
5248
5249 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5250
5251 * make-dist: Copy the files in lispintro directory.
5252
5253 * config.bat: Configure in the lispintro directory.
5254
5255 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5256
5257 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5258 (lispintro/Makefile): New target.
5259 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5260 (unlock, relock, info, dvi): Ditto.
5261
52622001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5263
5264 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5265
5266 * make-dist (etc): Don't distribute gfdl.1.
5267
52682001-11-22 Colin Walters <walters@debian.org>
5269
5270 * Makefile.in (install-arch-indep): Install the calc .info files.
5271 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5272
52732001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5274
5275 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5276 tindex.pl to the list of those being put into the distribution.
5277
52782001-11-16 Eli Zaretskii <eliz@gnu.org>
5279
5280 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5281
52822001-11-15 Pavel Janík <Pavel@Janik.cz>
5283
5284 * Makefile.in (uninstall): Fix previous change.
5285
5286 * configure.in, Makefile.in: Add support for --program-prefix,
5287 --program-suffix and --program-transform-name options.
5288
52892001-11-13 Pavel Janík <Pavel@Janik.cz>
5290
5291 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5292 (install-arch-indep): Install emacsclient manual page.
5293 (uninstall): Uninstall emacsclient manual page.
5294
52952001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5296
5297 * make-dist: Add lispref/index.*perm files to the distribution.
5298 From Pavel Janík <Pavel@Janik.cz>.
5299
53002001-11-12 Pavel Janík <Pavel@Janik.cz>
5301
5302 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5303
53042001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5305
5306 * configure.in: AC_OUTPUT lispref/Makefile.
5307
53082001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5309
5310 The following changes add the ELisp reference manual to the
5311 distribution.
5312
5313 * make-dist: Add the lispref directory to the distribution.
5314
5315 * Makefile.in (install-arch-indep): Add elisp* to the list of
5316 installed Info files.
5317 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5318 (lispref/Makefile): New target.
5319 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5320 Add commands for the lispref directory.
5321 (info, dvi): Ditto.
5322
5323 * config.bat: Configure in `lispref'.
5324
53252001-11-09 Richard M. Stallman <rms@gnu.org>
5326
5327 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5328
53292001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5330
5331 * make-dist (tempdir): Copy AUTHORS as well.
5332
53332001-11-06 Sam Steingold <sds@gnu.org>
5334
5335 * configure.in: Added a check for <nlist.h>.
5336
53372001-11-01 Pavel Janík <Pavel@Janik.cz>
5338
5339 * configure.in: Reindent --help output.
5340 From Per Starbäck (starback@ling.uu.se).
5341
53422001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5343
5344 * configure.in: New entry for HP/UX-11.
5345
5346 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5347 From Eric S. Raymond <esr@golux.thyrsus.com>.
5348
53492001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5350
5351 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5352 <athornton@sinenomine.net>.
5353
53542001-10-25 Gerd Moellmann <gerd@gnu.org>
5355
5356 * Makefile.in (maybe_bootstrap): New target.
5357 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5358
53592001-10-24 Ken Raeburn <raeburn@gnu.org>
5360
5361 * configure.in: If --with-hesiod is given, look for
5362 hes_getmailhost and res_send or __res_send; check hesiod and
5363 resolv libraries respectively if system libraries don't supply them.
5364
53652001-10-24 Gerd Moellmann <gerd@gnu.org>
5366
5367 * configure.in: Use $MAKE for `make' if set.
5368
53692001-10-22 Gerd Moellmann <gerd@gnu.org>
5370
5371 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5372 to tar options.
5373
53742001-10-20 Gerd Moellmann <gerd@gnu.org>
5375
5376 * (Version 21.1 released).
5377
53782001-10-20 Miles Bader <miles@gnu.org>
5379
5380 * configure.in (configuration): Set from `host' if `host_alias'
5381 isn't defined.
5382
53832001-10-19 Andreas Schwab <schwab@suse.de>
5384
5385 * configure.in: Make ready for autoconf 2.5x.
5386 (AC_PREREQ): Require autoconf 2.50.
5387 * aclocal.m4: Removed.
5388 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5389
53902001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5391
5392 * README: Bump Emacs version to 21.1.50.
5393
53942001-10-05 Gerd Moellmann <gerd@gnu.org>
5395
5396 * Branch for 21.1.
5397
53982001-09-05 Gerd Moellmann <gerd@gnu.org>
5399
5400 * configure.in: Avoid `$@' which is handled specially in
5401 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5402
54032001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5404
5405 * make-dist (nt): Add subdirs.el to the list of distributed files.
5406
54072001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5408
5409 * configure.in (machine): Add an entry for
5410 hppa1.1-hitachi-hiuxwe2*.
5411
54122001-05-28 Gerd Moellmann <gerd@gnu.org>
5413
5414 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5415 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5416
54172001-05-14 Gerd Moellmann <gerd@gnu.org>
5418
5419 * make-dist: Copy texinfo.tex unconditionally.
5420
54212001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5422
5423 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5424 that are installed.
5425
54262001-04-06 Gerd Moellmann <gerd@gnu.org>
5427
5428 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5429 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5430
5431 * make-dist: Handle leim/MISC-DIC. Only include
5432 `[a-zA-Z]*.{el,elc}' from leim/quail.
5433
54342001-04-05 Gerd Moellmann <gerd@gnu.org>
5435
5436 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5437
54382001-03-30 Gerd Moellmann <gerd@gnu.org>
5439
5440 * Makefile.in (.PHONY): Add for bootstrap targets.
5441 (bootstrap-clean): New target.
5442 (bootstrap): Use it instead of `clean'.
5443
54442001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5445
5446 * Makefile.in (SUBDIR): Remove leim.
5447 (all, .RECURSIVE, extraclean): Add leim explicitly.
5448 (leim): Provide separate rule which exports PARALLEL=0 into the
5449 environment.
5450
54512001-03-20 Gerd Moellmann <gerd@gnu.org>
5452
5453 * configure.in (HAVE_XPM): Don't print the result of the check for
5454 XpmReturnAllocPixels if we don't have an xpm.h.
5455
54562001-03-05 Gerd Moellmann <gerd@gnu.org>
5457
5458 * COPYING: New file.
5459
54602001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5461
5462 * config.bat: Update the copyright.
5463
54642001-02-23 Kenichi Handa <handa@etl.go.jp>
5465
5466 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5467 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5468 to `yes'. Later in AC_OUTPUT, check this variable.
5469
54702001-02-09 Dave Love <fx@gnu.org>
5471
5472 * AUTHORS: Updated.
5473
54742001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5475
5476 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5477
54782001-02-02 Gerd Moellmann <gerd@gnu.org>
5479
5480 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5481
5482 * Makefile.in (uninstall): Ignore exit code of `rm'.
5483
5484 * Makefile.in (uninstall): Remove more info files. Remove
5485 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5486
54872001-01-31 Gerd Moellmann <gerd@gnu.org>
5488
5489 * noleim-Makefile.in (extraclean): Add.
5490
54912001-01-28 Gerd Moellmann <gerd@gnu.org>
5492
5493 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5494 it quiet.
5495
54962001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5497
5498 * Makefile.in (tags): Fix typo.
5499
55002001-01-13 Kenichi Handa <handa@etl.go.jp>
5501
5502 * configure.in: Fix typo in the code setting x_search_path.
5503
55042001-01-10 Dave Love <fx@gnu.org>
5505
5506 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5507 -lXext.
5508 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5509 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5510 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5511 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5512 (now in $LIBS).
5513
55142001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5515
5516 * config.bat: Run the preprocessor with -traditional.
5517
55182001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5519
5520 * INSTALL: Move copying conditions to end of file.
5521
55222000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5523
5524 * INSTALL: Add basic installation procedure which assumes
5525 `configure' does its job. Elaborate on image support libraries.
5526 Add a pointer to Xaw3d library. Add advice about solving
5527 configure-time problems by looking in config.log and setting
5528 variables in the environment.
5529
55302000-12-27 Gerd Moellmann <gerd@gnu.org>
5531
5532 * Makefile.in (install-arch-indep): If tar fails, exit with
5533 exit code 1.
5534
55352000-12-19 Gerd Moellmann <gerd@gnu.org>
5536
5537 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5538 source file includes XKBlib.h. On some broken Solaris systems,
5539 there is an XKBlib.h, reportedly, but header files included by
5540 XKBlib.h are missing.
5541
55422000-12-14 Gerd Moellmann <gerd@gnu.org>
5543
5544 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5545
55462000-12-11 Dave Love <fx@gnu.org>
5547
5548 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5549
55502000-12-11 Paul Eggert <eggert@twinsun.com>
5551
5552 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5553 Merge fixes from latest GNU tar version. These macros no longer
5554 futz with _XOPEN_SOURCE, as that was not portable in practice.
5555 (AC_FUNC_FSEEKO): New macro.
5556
5557 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5558 ftello.
5559
55602000-12-05 Dave Love <fx@gnu.org>
5561
5562 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5563
55642000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5565
5566 * info/dir: Change the category to "Emacs".
5567
55682000-12-01 Gerd Moellmann <gerd@gnu.org>
5569
5570 * make-dist (tempdir): Remove epaths.h from the distribution
5571 instead of paths.h.
5572
55732000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5574
5575 * config.bat: Check for existence of djecho.exe, and print an
5576 error message if it is not available.
5577
5578 * INSTALL: Describe possible problem with djecho.exe in old
5579 versions of DJGPP v2.x.
5580
55812000-11-23 Gerd Moellmann <gerd@gnu.org>
5582
5583 * configure.in: Initialize HAVE_LIBXP to no.
5584
55852000-11-22 Gerd Moellmann <gerd@gnu.org>
5586
5587 * configure.in: Use m/macppc.h instead of the non-existent
5588 m/powerpc.h.
5589
55902000-11-21 Gerd Moellmann <gerd@gnu.org>
5591
5592 * Makefile.in (install-arch-indep): Also install info/eshell*
5593 and info/speedbar*.
5594
5595 * configure.in (HAVE_PNG): Check for the presence of
5596 png_get_channels to rule out older PNG libs.
5597
5598 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5599 GCC and NON_GNU_CPP into config.status.
5600
56012000-11-20 Dave Love <fx@gnu.org>
5602
5603 * configure.in: Fix last change.
5604
5605 * GETTING.GNU.SOFTWARE: Deleted.
5606 * FTP: New file to replace it.
5607 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5608
56092000-11-20 Gerd Moellmann <gerd@gnu.org>
5610
5611 * configure.in: Use -traditional with GNU cpp.
5612
56132000-11-17 Gerd Moellmann <gerd@gnu.org>
5614
5615 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5616 Distribute more files from the nt/ subdir. Distribute PBM
5617 image files from subdirs of lisp/. Distribute old change logs
5618 from subdirs of lisp/. Distribute play/5x5.el.
5619
56202000-11-11 Dave Love <fx@gnu.org>
5621
5622 * config.sub, config.guess: Updated from master source.
5623
56242000-11-07 Dave Love <fx@gnu.org>
5625
5626 * configure.in: Test for mkstemp.
5627
56282000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5629
5630 * info/dir (Top): Rearrange menu items more logically, and put
5631 them into a single category. Add menu items for RefTeX and
5632 Widget.
5633
56342000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5635
5636 * Makefile.in (install-arch-indep): Use --info-dir instead of
5637 --dir-file, and a simple argument instead of --info-file, so that
5638 the Debian version of install-info also works.
5639
56402000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5641
5642 * info/dir (Speedbar): Add entry.
5643
56442000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5645
5646 * INSTALL: Describe the new image-support options to the configure
5647 script. List URLs where image support libraries can be found.
5648
56492000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5650
5651 * info/dir (Top): Add an entry for Eshell.
5652
56532000-10-02 Dave Love <fx@gnu.org>
5654
5655 * configure.in: Check for gai_strerror.
5656
56572000-10-01 Andreas Schwab <schwab@suse.de>
5658
5659 * Makefile.in (install-arch-indep): Update list of installed info files.
5660
56612000-09-30 Gerd Moellmann <gerd@gnu.org>
5662
5663 * configure.in: Support `sparc*-*-netbsd*'.
5664
56652000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5666
5667 * info/dir (MIME): Add entry for emacs-mime.
5668
56692000-09-29 Dave Love <fx@gnu.org>
5670
5671 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5672
56732000-09-26 Gerd Moellmann <gerd@gnu.org>
5674
5675 * make-dist: Adapt to the change of leim/Makefile which was
5676 necessary to ensure a reasonably working `make dist'.
5677
5678 * leim-Makefile.in: Moved to leim/Makefile.in..
5679
5680 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5681
56822000-09-21 Kenichi Handa <handa@etl.go.jp>
5683
5684 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5685 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5686 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5687 files to .elc.
5688 (${TIT}): Adjusted for the above change.
5689 (clean mostlyclean): Likewise.
5690 (.el.elc): New target.
5691
56922000-09-19 Gerd Moellmann <gerd@gnu.org>
5693
5694 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5695 in the distribution.
5696
56972000-09-18 Gerd Moellmann <gerd@gnu.org>
5698
5699 * make-dist (skk): Rename to `ja-dic' because the leim directory
5700 was renamed.
5701
57022000-09-14 Dave Love <fx@gnu.org>
5703
5704 * configure.in: Fix spurion in last change.
5705
57062000-09-14 Gerd Moellmann <gerd@gnu.org>
5707
5708 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
5709 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
5710 to `no' if defined. Change result report.
5711
57122000-09-08 Dave Love <fx@gnu.org>
5713
5714 * configure.in: Remove spurious `@'s.
5715
5716 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
5717 autoconf.
5718
57192000-09-06 Gerd Moellmann <gerd@gnu.org>
5720
5721 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
5722 file and print informational message.
5723
5724 * configure.in (AC_FUNC_MMAP): Add.
5725
57262000-09-01 Gerd Moellmann <gerd@gnu.org>
5727
5728 * configure.in: Add ``checking'' messages for
5729 XpmReturnAllocPixels.
5730
57312000-08-28 Gerd Moellmann <gerd@gnu.org>
5732
5733 * configure.in: Check <strings.h>; check `index' and `rindex'
5734 functions.
5735
57362000-08-26 Kenichi Handa <handa@etl.go.jp>
5737
5738 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
5739 "case "${canonical}" in".
5740
57412000-08-25 Dave Love <fx@gnu.org>
5742
5743 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
5744
57452000-08-25 Kenichi Handa <handa@etl.go.jp>
5746
5747 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
5748
57492000-08-24 Gerd Moellmann <gerd@gnu.org>
5750
5751 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
5752 contains a relative path. Protect against unusable values of $PWD.
5753
57542000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
5755
5756 * info/dir (WoMan): Add entry.
5757
5758 * config.bat (maindir): Update src/_gdbinit even if it does
5759 already exist.
5760
57612000-08-07 Gerd Moellmann <gerd@gnu.org>
5762
5763 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
5764
57652000-08-03 Gerd Moellmann <gerd@gnu.org>
5766
5767 * configure.in: Add support for ia64*-*-linux*.
5768
57692000-07-27 Gerd Moellmann <gerd@gnu.org>
5770
5771 * make-dist (aclocal.m4): Include in distribution.
5772
57732000-07-26 Dave Love <fx@gnu.org>
5774
5775 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
5776
57772000-07-24 Dave Love <fx@gnu.org>
5778
5779 * configure.in: Add AC_SIZE_T.
5780
57812000-07-18 Dave Love <fx@gnu.org>
5782
5783 * configure.in: Reorder so that most tests are done after CPPFLAGS
5784 is set from the C_SWITCH_... definitions.
5785
57862000-07-10 Gerd Moellmann <gerd@gnu.org>
5787
5788 * configure.in (HAVE_XPM): Undo previous change. Check for
5789 preprocessor define XpmReturnAllocPixels.
5790
57912000-07-06 Gerd Moellmann <gerd@gnu.org>
5792
5793 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
5794 instead of XpmReadFileToPixmap.
5795
57962000-07-05 Ken Raeburn <raeburn@gnu.org>
5797
5798 * configure.in: Check for <soundcard.h>. Look for ossaudio
5799 library, and set LIBSOUND accordingly.
5800
58012000-07-05 Dave Love <fx@gnu.org>
5802
5803 * configure.in: Use AC_HEADER_SYS_WAIT.
5804
58052000-07-05 Gerd Moellmann <gerd@gnu.org>
5806
5807 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
5808 lisp/Makefile. Distribute lisp/Makefile.in instead of
5809 lisp/Makefile.
5810
58112000-06-30 Ken Raeburn <raeburn@gnu.org>
5812
5813 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
5814 while searching for image-handling libraries.
5815
58162000-06-26 Gerd Moellmann <gerd@gnu.org>
5817
5818 * configure.in (--with-xim): New option.
5819
58202000-06-23 Dave Love <fx@gnu.org>
5821
5822 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
5823 for struct timezone and test how we can call gettimeofday.
5824 Check for OSF 5+. Check for term.h.
5825
5826 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
5827 version.
5828
58292000-06-23 Gerd Moellmann <gerd@gnu.org>
5830
5831 * configure.in (HAVE_LIBXP): Change test for libXp.
5832
58332000-06-21 Dave Love <fx@gnu.org>
5834
5835 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
5836 simple test for getloadavg and substitute GETLOADAVG_LIBS.
5837 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
5838
58392000-06-19 Dave Love <fx@gnu.org>
5840
5841 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
5842 _XOPEN_SOURCE is defined.
5843
58442000-06-16 Gerd Moellmann <gerd@gnu.org>
5845
5846 * Makefile.in (distclean): Also make distclean in lisp/.
5847
58482000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5849
5850 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
5851
58522000-06-15 Gerd Moellmann <gerd@gnu.org>
5853
5854 * make-dist: Add --help and --snapshot options.
5855
58562000-06-14 Gerd Moellmann <gerd@gnu.org>
5857
5858 * configure.in: Generate lisp/Makefile.
5859
5860 * configure.in: Add support for `*-lynxos*'.
5861 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
5862 recommended by <Karen.Dorhamer@compaq.com> to fix problems
5863 on Tru64 UNIX v5.0.
5864
58652000-06-13 Ken Raeburn <raeburn@gnu.org>
5866
5867 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
5868 it's on a continuation line.
5869
58702000-06-02 Dave Love <fx@gnu.org>
5871
5872 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
5873 files.
5874
5875 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
5876 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
5877 test.
5878
5879 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
5880 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
5881
58822000-05-26 Gerd Moellmann <gerd@gnu.org>
5883
5884 * configure.in: Add check for speed_t typedef.
5885
58862000-05-25 Ken Raeburn <raeburn@gnu.org>
5887
5888 * Makefile.in (install-arch-dep): Install fns-*.el only if it
5889 exists; it won't in the CANNOT_DUMP case.
5890
58912000-05-25 Gerd Moellmann <gerd@gnu.org>
5892
5893 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
5894 On FreeBSD, the exit status is 1 if CDPATH is not set.
5895 (install-arch-indep): Install ebrowse.info.
5896
58972000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
5898
5899 * configure.in: Check for grandpt and getpt.
5900
59012000-05-09 Dave Love <fx@gnu.org>
5902
5903 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
5904
59052000-05-05 Gerd Moellmann <gerd@gnu.org>
5906
5907 * make-dist: Make a link for lib-src/grep-changelog.
5908 Copy install-sh.
5909
59102000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
5911
5912 * config.bat: Identify the beginning of the cpp stuff in
5913 src/Makefile.in and lib-src/Makefile.in more accurately.
5914
59152000-04-27 Gerd Moellmann <gerd@gnu.org>
5916
5917 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
5918
59192000-04-19 Gerd Moellmann <gerd@gnu.org>
5920
5921 * configure.in: Add support for `powerpc-*-netbsd*'.
5922
59232000-04-19 Dave Love <fx@gnu.org>
5924
5925 * configure.in: Don't use AC_FUNC_GETLOADAVG.
5926
5927 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
5928
59292000-04-16 Dave Love <fx@gnu.org>
5930
5931 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
5932
59332000-04-14 Dave Love <fx@gnu.org>
5934
5935 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
5936
5937 * aclocal.m4 (AC_FUNC_MKTIME): New.
5938
59392000-03-28 Ken Raeburn <raeburn@gnu.org>
5940
5941 * configure.in: Line up "--help" output a little better.
5942
59432000-03-26 Gerd Moellmann <gerd@gnu.org>
5944
5945 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
5946 New targets.
5947 (bootstrap): Rewritten in terms of the new targets above. Make
5948 info files, too.
5949
59502000-03-12 Gerd Moellmann <gerd@gnu.org>
5951
5952 * config.guess, config.sub: Use the versions of the files from
5953 subversions.
5954
59552000-03-08 Dave Love <fx@gnu.org>
5956
5957 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
5958 AC_C_VOLATILE. Define POINTER_TYPE.
5959
5960 * aclocal.m4: New file.
5961
59622000-03-02 Gerd Moellmann <gerd@gnu.org>
5963
5964 * configure.in (machine): Add `mipsel-*-netbsd*' and
5965 `arm-*-netbsd*'.
5966
59672000-03-01 Gerd Moellmann <gerd@gnu.org>
5968
5969 * configure.in (machine): Add support for `*-auspex-sunos*'.
5970
59712000-02-29 Gerd Moellmann <gerd@gnu.org>
5972
5973 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
5974
59752000-02-18 Dave Love <fx@gnu.org>
5976
5977 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
5978
59792000-02-18 Andreas Schwab <schwab@suse.de>
5980
5981 * Makefile.in (install-arch-indep): Add eudc to list of installed
5982 info files.
5983
59842000-02-17 Ken Raeburn <raeburn@gnu.org>
5985
5986 * configure.in: Include -lz and -ljpeg (if it's available) when
5987 testing for the tiff library.
5988
59892000-02-17 Gerd Moellmann <gerd@gnu.org>
5990
5991 * configure.in: Remove LISP_FLOAT_TYPE.
5992
59932000-02-12 Dave Love <fx@gnu.org>
5994
5995 * configure.in: Use AC_FUNC_VFORK.
5996
59972000-02-01 Gerd Moellmann <gerd@gnu.org>
5998
5999 * make-dist: Various fixes for new development tree.
6000
6001 * leim-Makefile.in: New file.
6002
60032000-01-31 Gerd Moellmann <gerd@gnu.org>
6004
6005 * Makefile.in (dist): Call ./make-dist.
6006
60072000-01-24 Dave Love <fx@gnu.org>
6008
6009 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6010
60112000-01-18 Gerd Moellmann <gerd@gnu.org>
6012
6013 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6014 DGifOpenFileName.
6015
60162000-01-11 Andreas Schwab <schwab@suse.de>
6017
6018 * Makefile.in (install-arch-indep): Update list of info files to
6019 be installed.
6020
60212000-01-05 Dave Love <fx@gnu.org>
6022
6023 * configure.in: Check for jerror.h as well as libjpeg.
6024
60252000-01-03 Andreas Schwab <schwab@suse.de>
6026
6027 * Makefile.in (install-arch-indep): Install autotype*. Run
6028 install-info on autotype and emacs-faq.info.
6029
60301999-12-04 Dave Love <fx@gnu.org>
6031
6032 * Makefile.in (install-arch-indep): Depend on `info'.
6033 (install-strip): Use `install' as sub-make target.
6034
60351999-11-23 Ken Raeburn <raeburn@gnu.org>
6036
6037 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6038 didn't need to be deleted. Check for the k5crypto library as well
6039 as the crypto library; MIT Kerberos 1.1 changed the name.
6040
60411999-11-18 Dave Love <fx@gnu.org>
6042
6043 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6044
60451999-11-11 Erik Naggum <erik@naggum.no>
6046
6047 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6048
60491999-11-08 Dave Love <fx@gnu.org>
6050
6051 * configure.in: Fix change for --with-pop default.
6052
60531999-11-04 Dave Love <fx@gnu.org>
6054
6055 * configure.in: Default to --with-pop. Change sense of with-gcc
6056 and with-toolkit-scroll-bars messages to reflect the defaults.
6057
60581999-11-01 Gerd Moellmann <gerd@gnu.org>
6059
6060 * INSTALL: Mention the Emacs Lisp Reference.
6061
60621999-10-27 Noah Friedman <friedman@splode.com>
6063
6064 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6065
60661999-10-23 Gerd Moellmann <gerd@gnu.org>
6067
6068 * Makefile.in (bootstrap): New target.
6069
60701999-10-19 Paul Eggert <eggert@twinsun.com>
6071
6072 Add support for large files. Merge glibc 2.1.2.
6073
6074 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6075 (HAVE_TM_GMTOFF): New symbol.
6076 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6077 mbrlen, strsignal.
6078 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6079
60801999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6081
6082 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6083 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6084
60851999-10-09 Richard M. Stallman <rms@gnu.org>
6086
6087 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6088 Unset CDPATH to prevent cd from generating output.
6089
60901999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6091
6092 * update-subdirs: Also ignore CVS subdirs.
6093
60941999-10-07 Gerd Moellmann <gerd@gnu.org>
6095
6096 * Makefile.in (install-arch-indep): Add ada-mode.
6097
60981999-10-06 Dave Love <fx@gnu.org>
6099
6100 * Makefile.in: Add rules for config.status, configure.
6101
61021999-09-07 Gerd Moellmann <gerd@gnu.org>
6103
6104 * configure.in (--with-sound): Removed.
6105
61061999-08-30 Gerd Moellmann <gerd@gnu.org>
6107
6108 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6109 the test for Xaw3d.
6110 (HAVE_TIFF): Add -lm to library check.
6111
61121999-08-28 Richard Stallman <rms@gnu.org>
6113
6114 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6115 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6116 after the other X-related libraries.
6117
61181999-08-21 Dave Love <fx@gnu.org>
6119
6120 * configure.in: Don't check for jpeglib.h.
6121
61221999-08-20 Gerd Moellmann <gerd@gnu.org>
6123
6124 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6125 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6126
61271999-08-18 Dave Love <fx@gnu.org>
6128
6129 * configure.in: Check for termcap.h.
6130
61311999-08-15 Gerd Moellmann <gerd@gnu.org>
6132
6133 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6134 use Emacs' scroll bars, even if configured for Motif or when
6135 Xaw3d is available.
6136
61371999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6138
6139 * configure.in: Check for getaddrinfo.
6140
61411999-08-04 Eli Zaretskii <eliz@gnu.org>
6142
6143 * config.bat: Make --no-debug work again by removing -gcoff.
6144
61451999-07-30 Dave Love <fx@gnu.org>
6146
6147 * configure.in: Check for stdlib.h.
6148
61491999-07-19 Dave Love <fx@gnu.org>
6150
6151 * configure.in: Grok sparc64-*-linux-gnu*.
6152
61531999-07-12 Richard Stallman <rms@gnu.org>
6154
6155 * Version 20.4 released.
6156
61571999-06-23 Karl Heuer <kwzh@gnu.org>
6158
6159 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6160 Quote $EMACS, in case it's a program with args.
6161
61621999-06-15 Gerd Moellmann <gerd@gnu.org>
6163
6164 * configure.in (HAVE_GIF): Use libungif instead of libgif
6165 because the former doesn't contain patented compression code.
6166
61671999-05-29 Richard M. Stallman <rms@gnu.org>
6168
6169 * configure.in: Delete the Kerberos stuff.
6170
61711999-05-27 Greg Hudson <ghudson@mit.edu>
6172
6173 * configure.in: Prefer kerberos 5 names.
6174
61751999-04-26 Richard M. Stallman <rms@gnu.org>
6176
6177 * configure.in: Check for libXp.
6178
61791999-04-08 Richard Stallman <rms@gnu.org>
6180
6181 * make-dist: Include change logs in subdirs of `lisp'.
6182
61831999-04-05 Richard Stallman <rms@gnu.org>
6184
6185 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6186 (install-arch-indep): Make ${datadir}/emacs world-readable.
6187
61881999-03-30 Eli Zaretskii <eliz@gnu.org>
6189
6190 * config.bat: Use epaths.* instead of paths.*.
6191
61921999-03-07 Eli Zaretskii <eliz@gnu.org>
6193
6194 * INSTALL: Add detailed instructions to unpack and install
6195 intlfonts on MS-DOS.
6196
61971999-02-26 Richard Stallman <rms@gnu.org>
6198
6199 * configure.in: Use epaths.h and epaths-force instead of paths...
6200
6201 * Makefile.in (epaths-force): Renamed from paths-force;
6202 operate on epaths.in and produce epaths.h.
6203
62041999-02-24 Richard Stallman <rms@gnu.org>
6205
6206 * make-dist: Fix nt/icons directory handling.
6207
62081999-02-22 Simon Josefsson <jas@pdc.kth.se>
6209
6210 * configure.in (f301-fujitsu-uxpv4.1): New target.
6211
62121999-02-20 Richard Stallman <rms@gnu.org>
6213
6214 * make-dist (tempparent): Fix command to update info files.
6215
62161999-02-09 Richard Stallman <rms@gnu.org>
6217
6218 * configure.in (powerpc-apple-netbsd*): New alternative.
6219
62201999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6221
6222 * make-dist: Include the new directory nt/icons in distributions.
6223
62241999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6225
6226 * configure.in: Change message about HAVE_XFREE386.
6227
62281999-01-07 Eli Zaretskii <eliz@gnu.org>
6229
6230 * config.bat: Support configuring with leim.
6231
62321998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6233
6234 * configure.in (mips-sgi-irix6.5): New target.
6235
62361998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6237
6238 * configure.in: Remove GSS-API support, since it has been removed
6239 from movemail.
6240
62411998-12-04 Markus Rost <rost@delysid.gnu.org>
6242
6243 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6244
62451998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6246
6247 * Makefile.in: Don't install customize info file.
6248 Run install-info on viper info file.
6249
62501998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6251
6252 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6253
62541998-11-16 Kenichi Handa <handa@etl.go.jp>
6255
6256 * configure.in (*-*-bsdi4*): New target.
6257
62581998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6259
6260 * configure.in: Fix previous change.
6261
62621998-11-11 Richard Stallman <rms@gnu.org>
6263
6264 * configure.in (aviion-intel): New machine.
6265
62661998-11-04 Kenichi Handa <handa@etl.go.jp>
6267
6268 * configure.in (mips-nec-sysv4*): New target.
6269
62701998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6271
6272 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6273 from lisp.
6274
62751998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6276
6277 * make-dist: Don't include fns*.el in dist.
6278
62791998-10-30 Dave Love <fx@gnu.org>
6280
6281 * configure.in: Don't mkdir cpp.
6282
62831998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6284
6285 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6286 ${archlibdir}.
6287
62881998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6289
6290 * Version 20.3 released.
6291
62921998-07-30 Paul Eggert <eggert@twinsun.com>
6293
6294 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6295 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6296 (lwlib/Makefile, leim/Makefile):
6297 Prepend $(srcdir)/ to rule dependencies outside this dir.
6298
62991998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6300
6301 * configure.in: Use unset CDPATH instead of making it empty.
6302
63031998-06-20 Karl Heuer <kwzh@gnu.org>
6304
6305 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6306
63071998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6308
6309 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6310 and default.el. Sort the results.
6311
63121998-05-31 Karl Heuer <kwzh@gnu.org>
6313
6314 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6315 writable.
6316
63171998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6318
6319 * Makefile.in (install-arch-indep):
6320 Don't alter site-lisp/subdirs.el if it exists.
6321
63221998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6323
6324 * Makefile.in (install-arch-indep): Put `-' on commands to create
6325 subdirs.el in site-lisp dirs.
6326
63271998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6328
6329 * Makefile.in (install-arch-indep): Fix typo in previous change.
6330
63311998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6332
6333 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6334
63351998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6336
6337 * Makefile.in (mkdir): Create the site-lisp dirs.
6338 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6339
63401998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6341
6342 * Makefile.in (INSTALL_INFO): New variable.
6343 (install-arch-indep): Don't replace the dir file if it already exists.
6344 Use the install-info program, via INSTALL_INFO, to add entries.
6345 Make the `info' subdir and the Info files world-readable.
6346
63471998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6348
6349 * config.bat: Make sure the environment is large enough to support
6350 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6351
63521998-04-10 Karl Heuer <kwzh@gnu.org>
6353
6354 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6355
63561998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6357
6358 * configure.in: Add --with-gssapi to specify GSS-API
6359 authentication support for movemail.
6360
63611998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6362
6363 * Makefile.in (install-arch-indep): Fix previous change.
6364
63651998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6366
6367 * Makefile.in (info): Run man in build dir, not srcdir.
6368
63691998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6370
6371 * Makefile.in (install-arch-indep): Fix previous change.
6372
63731998-03-23 Kenichi Handa <handa@etl.go.jp>
6374
6375 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6376
63771998-03-22 Richard Stallman <rms@gnu.org>
6378
6379 * Makefile.in (install-arch-indep): Put special subdirs.el files
6380 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6381
63821998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6383
6384 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6385
63861998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6387
6388 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6389 (m68*-hp-hpux*): Handle versions 1X like 10.
6390
63911998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6392
6393 * make-dist: PROBLEMS is now in etc, not top level dir.
6394
6395 * Makefile.in (SOURCES): Delete PROBLEMS.
6396
63971998-02-25 Richard Stallman <rms@gnu.org>
6398
6399 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6400
6401 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6402
64031998-01-17 Richard Stallman <rms@gnu.org>
6404
6405 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6406
64071998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6408
6409 * make-dist (tempparent): New option --no-check.
6410
6411 * make-dist: Don't do anything with cpp directory.
6412
64131997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6414
6415 * configure.in (sparc-fujitsu-sysv4*): New target.
6416
64171997-12-17 Andreas Schwab <schwab@gnu.org>
6418
6419 * configure.in: Cache more tests. Add missing quotes around
6420 message with embedded comma.
6421
64221997-12-04 Karl Heuer <kwzh@gnu.org>
6423
6424 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6425
64261997-11-26 Joel N. Weber II <devnull@gnu.org>
6427
6428 * make-dist: Changed the comment about `umask 0' to say `Don't
6429 restrict access to any files.'; previously it said `Don't protect
6430 any files', which may have implied that we think fascism is good.
6431
64321997-11-24 Paul Eggert <eggert@twinsun.com>
6433
6434 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6435 strftime needs the underlying host's strftime for locale dependent
6436 formats.
6437
64381997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6439
6440 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6441
64421997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6443
6444 * config.bat: Configure the man subdirectory.
6445
64461997-11-07 Paul Eggert <eggert@twinsun.com>
6447
6448 * configure.in (AC_CHECK_LIB): Add -lintl.
6449
64501997-11-07 Karl Heuer <kwzh@gnu.org>
6451
6452 * make-dist (check for .elc files): Avoid bash-specific syntax.
6453 (check for overflow 14-char limit): Simplify.
6454
64551997-11-07 Richard Stallman <rms@gnu.org>
6456
6457 * Makefile.in (install): Move blessmail last.
6458
64591997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6460
6461 * configure.in (gettimeofday, one arg or two):
6462 Clarify messages by avoiding double negative.
6463
64641997-09-30 Karl Eichwalder <ke@suse.de>
6465
6466 * Makefile.in (install-arch-indep): Install the widget info file.
6467
64681997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6469
6470 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6471 libraries in reverse order, so that libraries will appear in the
6472 correct dependency order on the link line (and so that the
6473 configure checks themselves will work properly when early
6474 libraries depend on later ones).
6475
64761997-09-21 Erik Naggum <erik@naggum.no>
6477
6478 * make-dist (making links to `src'): Keep timestamp on copied files.
6479
6480 * make-delta: New script to produce delta distributions.
6481
64821997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6483
6484 * Version 20.2 released.
6485
64861997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6487
6488 * Version 20.1 released.
6489
6490 * Makefile.in (install-leim): Depend on mkdir.
6491 (leim): Depend on src.
6492
64931997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6494
6495 * configure.in: Recognize alpha* instead of just alpha.
6496
64971997-09-12 Paul Eggert <eggert@twinsun.com>
6498
6499 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6500
65011997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6502
6503 * update-subdirs: Use rm -f.
6504
65051997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6506
6507 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6508 Ignore subdirs named Old.
6509
65101997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6511
6512 * configure.in: Add OpenBSD clause to set $machine.
6513
65141997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6515
6516 * make-dist: Recompile everything after updating various Lisp files.
6517 Recompile in leim as well as lisp.
6518 Check in leim as well as lisp for mismatched files and too-long names.
6519
65201997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6521
6522 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6523
65241997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6525
6526 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6527 before trying to copy anything from it.
6528
65291997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6530
6531 * Makefile.in (man/Makefile): New target.
6532 (tags): Define env var EMACS and run Makefile from build dir.
6533
65341997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6535
6536 * config.bat: If src/_gdbinit doesn't exist, try using
6537 src/.gdbinit to create it (for building on Windows 95).
6538
65391997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6540
6541 * Makefile.in (install-arch-indep):
6542 Discard extra data in tar | tar pipes.
6543
65441997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6545
6546 * configure.in (x_default_search_path): Corrected
6547 '${x_library}' to '${x_library}/X11'.
6548
65491997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6550
6551 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6552
65531997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6554
6555 * configure.in: Support auto-configuration of both Kerberos V4 and
6556 Kerberos V5 for movemail, including detection of V4 and V5 header
6557 files and libraries.
6558
65591997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6560
6561 * configure.in: Compute x_default_search_path
6562 and substitute into makefiles.
6563
6564 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6565
65661997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6567
6568 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6569
65701997-08-07 Erik Naggum <erik@naggum.no>
6571
6572 * configure.in: Remove lockdir, it is no longer needed.
6573 * Makefile.in (mkdir): Don't create lockdir.
6574 (lockdir): Variable deleted.
6575 (paths-force): Don't operate on PATH_LOCK.
6576
65771997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6578
6579 * leim-Makefile.in (clean, distclean): New targets.
6580
6581 * make-dist: Include leim/ChangeLog in leim distribution.
6582
65831997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6584
6585 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6586
65871997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6588
6589 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6590
65911997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6592
6593 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6594
65951997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6596
6597 * make-dist: Update leim/leim-list.el.
6598 Pass along value of $EMACS when updating lisp dir.
6599
66001997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6601
6602 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6603 prerequisite to the use of Doug Lea's malloc.
6604
66051997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6606
6607 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6608
6609 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6610
66111997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6612
6613 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6614
66151997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6616
6617 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6618 to news-r6.h.
6619
66201997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6621
6622 * config.bat: Use `sed' instead of `cp', which might not be
6623 installed.
6624
66251997-07-09 Kenichi Handa <handa@etl.go.jp>
6626
6627 * Makefile.in (mostlyclean): Add cleaning leim directory.
6628 (clean, distclean, maintainer-clean): Likewise.
6629
66301997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6631
6632 * make-dist (bogosities): Check subdirs of `lisp' also.
6633
66341997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6635
6636 * make-dist (etc): Really avoid symlinks now.
6637 (lisp): Don't delete from subdirs the things we never copy.
6638
66391997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6640
6641 * Makefile.in (install-arch-indep): Correct the target name.
6642 The first letter `i' was dropped by the previous change of mine.
6643
66441997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6645
6646 * configure.in (leim/Makefile): Generate this.
6647 (*-sysv4.2uw*): Recognize new alternative.
6648
6649 * leim-Makefile.in: Renamed from leim-Makefile.
6650
6651 * make-dist: Set up real-leim subdirectory,
6652 with the real contents of leim; then move it to
6653 a separate top-level directory.
6654
6655 * make-dist: Don't mention site-lisp, site-init, site-start
6656 or default, when listing files hat are not compiled and should be.
6657
6658 * configure.in: Create src/config.stamp at the end.
6659
66601997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6661
6662 * Makefile.in (install-leim): Correct previous change.
6663
66641997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6665
6666 * Makefile.in (install-leim): New target.
6667 (install): Depend on install-leim.
6668
66691997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6670
6671 * Makefile.in (SUBDIR): Add leim.
6672 (SUBDIR_MAKEFILES): Add leim/Makefile.
6673 (leim/Makefile): New target.
6674
66751997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6676
6677 * leim-Makefile: New file.
6678 * make-dist: Initialize a `leim' subdirectory with that makefile.
6679
66801997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6681
6682 * configure.in (GNU_MALLOC_reason): Fix message text.
6683
66841997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6685
6686 * make-dist (lisp): Don't process subdirs that start with =.
6687 (etc): Copy symlinks, as in src.
6688
66891997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6690
6691 * configure.in (i*86-*-unixware*): New alternative.
6692
66931997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6694
6695 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6696 and touch it explicitly.
6697
6698 * configure.in (mips-sony-newsos6*): New alternative.
6699 (mips-*-linux-gnu*): New alternative.
6700 (*-*-bsdi*): New alternative.
6701 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
6702
67031997-06-22 Dave Love <d.love@dl.ac.uk>
6704
6705 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
6706 (src/config.h): New target to re-configure if src/config.in is patched.
6707
67081997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6709
6710 * configure.in (shutdown): Check for `shutdown' function.
6711
67121997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6713
6714 * update-subdirs: Include the directory "language" in subdirs.
6715
67161997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6717
6718 * configure.in (m88k-dg-dgux4*): New alternative.
6719 (alpha-*-netbsd*): New alternative.
6720 (powerpcle-*-solaris2*): New alternative.
6721
67221997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6723
6724 * make-dist: Warn about .el files that are not compiled.
6725
67261997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6727
6728 * Makefile.in (dist): Don't run update-subdirs here,
6729 since make-dist now gets that done.
6730
6731 * make-dist: Use the new `updates' target in lisp/Makefile.
6732
6733 * make-dist: Use new non-file targets in lisp/Makefile.
6734
67351997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6736
6737 * make-dist: Handle all subdirs of `lisp' uniformly.
6738 Don't handle `term' and `language' specially.
6739 Clear out umask at the beginning.
6740
67411997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6742
6743 * make-dist: Use Make to update finder-inf.el and autoloads.
6744 Also update cus-load.el.
6745
67461997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6747
6748 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
6749 in case it is desirable to disable the GNU malloc features with glibc.
6750
67511997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6752
6753 * configure.in (DOUG_LEA_MALLOC):
6754 Define if malloc_{get,set}_state exist.
6755
67561997-03-05 Kenichi Handa <handa@etl.go.jp>
6757
6758 * make-dist: Make links for files under lisp/language.
6759
67601997-02-20 Kenichi Handa <handa@etl.go.jp>
6761
6762 * update-subdirs: Exclude the directory "language" from subdirs.
6763
67641997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
6765
6766 * configure.in: Check for rint and cbrt.
6767
67681997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6769
6770 * make-dist: Use $EMACS to say where to run Emacs.
6771 Add --no-update option.
6772
67731996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6774
6775 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
6776
67771996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6778
6779 * make-dist (copying src): Check thoroughly for symlinks
6780 and copy them in all cases. Regularize the linking of *.in
6781 and *.opt and ChangeLog files.
6782 (copying lib-src): Likewise.
6783 Don't rm getdate.c or y.tab.*--they don't exist any more.
6784
67851996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
6786
6787 * configure.in: Check for libmail, maillock.h and
6788 touchlock (for movemail).
6789
67901996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6791
6792 * configure.in (limits.h): Check for this file.
6793
67941996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6795
6796 * configure.in (rs6000-ibm-aix4.2): New alternative.
6797 (rs6000-ibm-aix4.0): New alternative.
6798 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
6799
68001996-11-22 Ben Harris <bjh21@cam.ac.uk>
6801
6802 * configure.in: Recognize vax-*-netbsd*.
6803
68041996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6805
6806 * configure.in (locallisppath): Add leim directory.
6807
68081996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6809
6810 * config.bat: Make sure `mv' supports forward slashes and -f.
6811
68121996-10-28 Christian Limpach <chris@nice.ch>
6813
6814 * configure.in (hppa*-next-nextstep*): * added after hppa
6815 to accept hppa1.0 and hppa1.1.
6816
68171996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
6818
6819 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
6820 * configure.in (ld_switch_machine): Fix typo.
6821
68221996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6823
6824 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
6825 from config.h and use them in $ac_link.
6826
68271996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
6828
6829 * configure.in: Create a subdir named `lisp'.
6830
68311996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6832
6833 * configure.in: Check for getcwd.
6834
68351996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6836
6837 * configure.in: Check for termios.h. Check for setpgid.
6838
68391996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6840
6841 * configure.in: Check for setrlimit.
6842
68431996-08-31 Paul Eggert <eggert@twinsun.com>
6844
6845 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
6846
68471996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6848
6849 * configure.in: Check for utimes.
6850
6851 * configure.in: Check for com_err library, but only
6852 if --with-kerberos was used. Check for krb and des
6853 only if --with-kerberos.
6854
68551996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6856
6857 * Makefile.in (INSTALL_STRIP): New variable.
6858 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
6859 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
6860
68611996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6862
6863 * configure.in: Check for krb and des libraries.
6864
68651996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
6866
6867 * configure.in (*-sunos4.1.[3-9]*noshare):
6868 Use sunos413, not sunos4-1-3.
6869 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
6870 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
6871
68721996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6873
6874 * Makefile.in (src/paths.h): Target deleted.
6875 (paths-force): Delete all dependencies on this target
6876 but don't delete the target.
6877 (install): Depend on `all'.
6878 (paths-force): Don't print a message.
6879
6880 * configure.in: Generate src/paths.h here.
6881
68821996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6883
6884 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
6885 New variables that affect linking only.
6886 (alpha-dec-osf*): Use those instead of previous change.
6887
68881996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6889
6890 * Makefile.in (install-arch-indep): Install info/messages.
6891
68921996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6893
6894 * Version 19.33 released.
6895
68961996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
6897
6898 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6899 Fix previous change.
6900
69011996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6902
6903 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
6904 New alternative.
6905
69061996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6907
6908 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
6909 and NON_GCC_TEST_OPTIONS.
6910
69111996-08-06 Paul Eggert <eggert@twinsun.com>
6912
6913 * configure.in (LOCALTIME_CACHE): Don't put a string literal
6914 "TZ=..." in environ.
6915
69161996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6917
6918 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
6919
69201996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6921
6922 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
6923 the more general *-sunos4.1.[3-9]* clause.
6924
69251996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6926
6927 * Version 19.32 released.
6928
6929 * configure.in (*-sco3.2v5*):
6930 Set OVERRIDE_CPPFLAG to a string of one space.
6931 Fix the code that uses OVERRIDE_CPPFLAG.
6932
69331996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6934
6935 * configure.in: Undo previous change.
6936
69371996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6938
6939 * config.sub: Use `pc', not `unknown', when canonicalizing
6940 the vendor for ...86.
6941
69421996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
6943
6944 * configure.in: Check for termios.h header.
6945
69461996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
6947
6948 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
6949
69501996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
6951
6952 * configure.in: Split bsdos2 and bsdos2-1.
6953
69541996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6955
6956 * config.sub: If last two words are not a recognized
6957 KERNEL-OS pair, use just the last word as OS, as in 19.31.
6958 Make conversion of gnu/linux to linux-gnu really work.
6959
6960 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
6961
69621996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6963
6964 * configure.in (check for using Lucid widgets by default):
6965 Eliminate indentation that confuses some compilers.
6966
69671996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6968
6969 * config.sub: Convert linux and gnu/linux to linux-gnu.
6970
6971 * make-dist: Don't update getdate.c.
6972 Ignore =... files when checking for too-long Lisp file names.
6973
69741996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6975
6976 * configure.in (euidaccess): Check for that, not for eaccess.
6977
69781996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6979
6980 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
6981 before `noshare'.
6982 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
6983
69841996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6985
6986 * configure.in: Rename lignux to linux-gnu in configuration names.
6987 Use gnu-linux as the opsys value (s/ file name).
6988 Allow i686 just like i386, i486, i586.
6989
69901996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6991
6992 * configure.in (i*86-*-sco3.2v5): New alternative.
6993 (OVERRIDE_CPPFLAG): New variable.
6994 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
6995
6996 * configure.in: Specify vpath for .texi files.
6997
69981996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6999
7000 * configure.in: Always check for HAVE_X11R5.
7001 Separately decide whether to use a toolkit by default.
7002
70031996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7004
7005 * configure.in: If X11R5 is missing the Xaw headers,
7006 default to --with-x-toolkit=no.
7007
70081996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7009
7010 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7011
70121996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7013
7014 * Makefile.in (install-arch-indep): If cd etc makes output,
7015 don't treat that as part of the tar data.
7016 Check that ./lisp actually exists.
7017
70181996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7019
7020 * make-dist: Check for long file names.
7021
70221996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7023
7024 * Version 19.31 released.
7025
70261996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7027
7028 * configure.in: Recognize sparc-*-lignux.
7029
70301996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7031
7032 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7033 Don't include config.w95.
7034
70351996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7036
7037 * make-dist: Replace --no-clean-up and --no-tar options
7038 with --clean-up and --tar, so that the default is useful.
7039
70401996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7041
7042 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7043 if not, tell the user to rename it and abort.
7044
70451996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7046
7047 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7048 test program.
7049
70501996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7051
7052 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7053
7054 * make-dist (MANIFEST): Fix previous change.
7055 (msdos): Put mainmake.v2 into the dist.
7056
70571996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7058
7059 * make-dist: Exit if autoconf fails.
7060
70611996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7062
7063 * config.bat: Set djgpp-ver, and unset it at the end.
7064 Add a number of conditionals for DJGPP version 2.
7065 Rename label libsrc2 to libsrc3.
7066 Substitute for LDFLAGS in src/Makefile.
7067 Substitute for ALL_CFLAGS in lib-src/Makefile.
7068
70691996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7070
7071 * configure.in (ncurses): Check this after checking fns like strerror.
7072
70731996-04-08 Erik Naggum <erik@naggum.no>
7074
7075 * make-dist (MANIFEST): Don't include lines from =files.
7076
70771996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7078
7079 * make-dist: Don't put lisp/dired.todo in the dist.
7080
70811996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7082
7083 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7084
7085 * configure.in (setlocale): Check for it.
7086
7087 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7088
70891996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7090
7091 * configure.in: Use lignux instead of linux as value of opsys.
7092
70931996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7094
7095 * Makefile.in (install-strip): Fix whitespace.
7096 Get rid of continuation.
7097
7098 * config.sub: Convert linux or gnu/linux to lignux.
7099
71001996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7101
7102 * configure.in: Accept lignux in configuration name.
7103
71041996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7105
7106 * Makefile.in (install-strip): New target.
7107
71081996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7109
7110 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7111 -f failed to do the job on Suns.
7112
71131996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7114
7115 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7116
7117 * configure.in (linux/version.h): Check for this header.
7118
71191996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7120
7121 * configure.in: Remove -fno-builtin hackery from -lm check.
7122
71231996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7124
7125 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7126 just this test.
7127
7128 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7129
71301996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7131
7132 * configure.in: Check for ncurses.
7133
71341996-02-28 Paul Eggert <eggert@twinsun.com>
7135
7136 * configure.in (LOCALTIME_CACHE):
7137 Also define if localtime mishandles unsetting TZ.
7138 This works around a localtime bug in mips-dec-ultrix.
7139
71401996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7141
7142 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7143
7144 * configure.in: Improve messages about X versions.
7145
71461996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7147
7148 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7149
71501996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7151
7152 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7153 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7154
7155 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7156 (install): Put install-arch-indep before install-arch-dep.
7157
71581996-02-20 Dave Love <d.love@dl.ac.uk>
7159
7160 * INSTALL: Clarify info about MS-DOS path handling.
7161
71621996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7163
7164 * Makefile.in (install-arch-indep): Install info/ccmode*.
7165 In previous change, protect against /bin/pwd returning null string.
7166
71671996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7168
7169 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7170 to lispdir.
7171
71721996-02-01 Paul Eggert <eggert@twinsun.com>
7173
7174 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7175
71761996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7177
7178 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7179
71801996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7181
7182 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7183 we delete everything distclean deletes.
7184
71851996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7186
7187 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7188
71891996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7190
7191 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7192 into LDFLAGS instead of into LIBS.
7193
71941996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7195
7196 * configure.in (HAVE_XMU): Fix typo in previous change.
7197
71981996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7199
7200 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7201
72021996-01-10 Erik Naggum <erik@naggum.no>
7203
7204 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7205
72061996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7207
7208 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7209
72101996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7211
7212 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7213 and use -lXt to link it.
7214
72151996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7216
7217 * configure.in (locallisppath): Put version-specific dir first.
7218
72191996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7220
7221 * configure.in (hppa-*-nextstep*): New alternative.
7222 (USE_X_TOOLKIT): By default, set this to "maybe";
7223 and change that later to LUCID or "no" according to X11 version.
7224
7225 * make-dist: Recompile outdated .elc files and update all autoloads.
7226
72271996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7228
7229 * configure.in (locallisppath): Fix typo in last change: " -> '.
7230
72311996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7232
7233 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7234
72351995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7236
7237 * Makefile.in (install-arch-indep): Give all files read permission.
7238
72391995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7240
7241 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7242 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7243
72441995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7245
7246 * configure.in: Determine HAVE_X11R6.
7247 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7248
72491995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7250
7251 * configure.in: Just "solaris" now defaults to version 2.4.
7252 Add sunos4.1.n-noshare as alternative.
7253
72541995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7255
7256 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7257
72581995-11-29 Erik Naggum <erik@naggum.no>
7259
7260 * Makefile.in (install-arch-indep): Add missing backslash.
7261
72621995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7263
7264 * Makefile.in (install-arch-indep): Don't install
7265 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7266
72671995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7268
7269 * Makefile.in (install-arch-indep): Fix previous change.
7270
7271 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7272
72731995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7274
7275 * Version 19.30 released.
7276
7277 * make-dist (lisp): Exclude subdirs.el.
7278
72791995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7280
7281 * make-dist (etc): Delete *.orig and *.rej.
7282
72831995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7284
7285 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7286
72871995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7288
7289 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7290
72911995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7292
7293 * make-dist (nt): Rename install, readme, and todo to
7294 INSTALL, README, and TODO.
7295
72961995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7297
7298 * make-dist (lisp): Don't distribute site-start.
7299
73001995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7301
7302 * make-dist: Break the hard link on alloca.c.
7303
73041995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7305
7306 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7307
73081995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7309
7310 * make-dist (src, lib-src): Don't distribute Makefile.c.
7311 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7312
73131995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7314
7315 * Makefile.in (mkdir): Create man1dir, not mandir.
7316 (uninstall): Use man1dir, not mandir.
7317
73181995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7319
7320 * Makefile.in (man1dir): New variable.
7321 (install-arch-indep): Use man1dir.
7322
7323 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7324
7325 * make-dist: Create lisp/MANIFEST.
7326
73271995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7328
7329 * configure.in (m68k-*-linux*): New alternative.
7330
73311995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7332
7333 * make-dist: Use new names config.in, paths.in, and
7334 {src,lib-src}/Makefile.in.
7335
73361995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7337
7338 * configure.in: Don't bother checking for drem.
7339
73401995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7341
7342 * Makefile.in (distclean): Delete line with just a tab in it.
7343 (install-arch-indep): Delete spaces that precede tabs.
7344 Delete spurious `fi' left from previous change.
7345 (install): Supply `true' as command, to avoid null command.
7346
73471995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7348
7349 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7350
73511995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7352
7353 * configure.in (powerpc-*-solaris2): New alternative.x
7354
73551995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7356
7357 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7358 of paths.h.tmp$$, to avoid going beyond 14 characters.
7359
73601995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7361
7362 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7363
73641995-09-06 Paul Eggert <eggert@twinsun.com>
7365
7366 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7367 if localtime caches TZ. Check for tzset.
7368
73691995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7370
7371 * config.bat: Simplify using new names file names src/makefile.in,
7372 config.in, paths.in. Change Echo commands not to use `.
7373
73741995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7375
7376 * Makefile.in (install-arch-indep): Always install the new dir file;
7377 rename the previous dir file to dir.bak or dir.old.
7378
73791995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7380
7381 * configure.in (RANLIB): Substitute this into makefiles.
7382 Set it specially on solaris; set it by default on other systems.
7383
7384 * configure.in: Fix previous Alpha change.
7385
73861995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7387
7388 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7389 NON_GCC_TEST_OPTIONS.
7390
73911995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7392
7393 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7394 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7395
7396 * configure.in (alpha-*-linux*): New configuration.
7397
73981995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7399
7400 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7401 (m68k-next-nextstep*): New alias for that.
7402 (i*86-*-nextstep*): Use nextstep.h.
7403 (sparc-*-nextstep*): New configuration.
7404
74051995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7406
7407 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7408 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7409
74101995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7411
7412 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7413 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7414
74151995-07-18 Mike Long <mike.long@analog.com>
7416
7417 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7418
74191995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7420
7421 * Makefile.in (src/paths.h, paths-force):
7422 Rename src/paths.h.in to src/paths.in.
7423 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7424
7425 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7426 Use Makefile.c for intermediate file.
7427 Rename src/config.h.in to src/config.in.
7428
74291995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7430
7431 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7432 (mips-dec-ultrix4.[12]): New alternative for old versions.
7433
74341995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7435
7436 * make-dist: Don't break intra-tree links.
7437
74381995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7439
7440 * configure.in: Put back archlibdir initialization. Require
7441 autoconf 2.4.1 or later.
7442
74431995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7444
7445 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7446 (mips-mips-riscos5*): New alternative.
7447
74481995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7449
7450 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7451
74521995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7453
7454 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7455 (mandir, infodir, archlibdir): Initializations deleted.
7456
7457 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7458 On hpux9shr, use hpux9shxr4.h.
7459
74601995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7461
7462 * configure.in: Added target mips-dec-mach_bsd4.3.
7463 * config.guess: Guess mips-dec-mach_bsd4.3.
7464
74651995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7466
7467 * Makefile.in (mkdir): Use symbolic chmod.
7468
74691995-06-22 Paul Eggert <eggert@twinsun.com>
7470
7471 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7472 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7473
74741995-06-22 Paul Eggert <eggert@twinsun.com>
7475
7476 * Makefile.in (SUBDIR_MAKEFILES):
7477 Add man/Makefile, so `make distclean' removes it.
7478 (top_distclean): Add config.log to the list of files to be removed.
7479
74801995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7481
7482 * Version 19.29 released.
7483
74841995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7485
7486 * configure.in: Fix the previous change to verify that the -b
7487 option really solves the problem.
7488
7489 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7490
74911995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7492
7493 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7494
74951995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7496
7497 * configure.in: Report more clearly when there is no special
7498 dir to search for X includes or libraries.
7499
75001995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7501
7502 * configure.in: Check for -lpthreads, not -lpthread.
7503
75041995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7505
7506 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7507
75081995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7509
7510 * configure.in: Check for -lpthread.
7511
75121995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7513
7514 * Makefile.in (install-arch-indep): Install info files for mh-e.
7515 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7516
75171995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7518
7519 * configure.in (*-solaris2.5): New configuration.
7520
7521 * make-dist: Copy new files config.nt and config.w95.
7522
75231995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7524
7525 * configure.in: Use x_includes, not x_libraries, for -I.
7526 Make bitmapdir a colon-separated list.
7527
75281995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7529
7530 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7531
7532 * configure.in: Allow x_libraries and x_includes to be paths.
7533
75341995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7535
7536 * configure.in: Fix typo.
7537
75381995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7539
7540 * INSTALL: Clarify use of site-init.el.
7541
75421995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7543
7544 * configure.in: Pass arg to sqrt.
7545
75461995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7547
7548 * make-dist: Fix May 6 change.
7549
75501995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7551
7552 * vpath.sed: Delete reference to ymakefile.
7553
75541995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7555
7556 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7557
75581995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7559
7560 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7561
7562 * update-subdirs: Specify /bin/sh to run the script.
7563
75641995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7565
7566 * make-dist: Put src/makefile.nt in dist.
7567
7568 * configure.in (i[345]86-*-bsdi2*): New configuration.
7569 (vax-dec-bsd386*): Deleted.
7570
75711995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7572
7573 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7574 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7575 Use fmod instead of logb in -lm check.
7576
75771995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7578
7579 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7580 Use bsd4-3. Don't set NON_GNU_CPP.
7581
7582 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7583 In nt, copy various different things, but not *.cmd.
7584 Fix the ln commands for the subdirs of nt.
7585
75861995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7587
7588 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7589
75901995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7591
7592 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7593 since that's what the header file expects.
7594
75951995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7596
7597 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7598 and 68040 based machines when choosing options for gnucc.
7599
76001995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7601
7602 * Makefile.in (top_distclean): Delete config.cache.
7603
76041995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7605
7606 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7607
7608 * configure.in: Use m/ncr386.h.
7609
76101995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7611
7612 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7613
76141995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7615
7616 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7617 (man): Don't copy texindex.c and getopt.c; they're deleted.
7618 (etc): Omit `e'; it's a subdirectory.
7619 (etc/e): Use `../..', not `..', to reference top level.
7620
76211995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7622
7623 * Makefile.in (install-arch-indep, dist):
7624 Look for `update-subdir' in $(srcdir).
7625
76261995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7627
7628 * make-dist: Include mkinstalldirs in distribution.
7629
76301995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7631
7632 * make-dist: Add missing close backquote.
7633
76341995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7635
7636 * make-dist: Don't distribute shortnames directory.
7637
76381995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7639
7640 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7641
76421995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7643
7644 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7645
76461995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7647
7648 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7649
76501995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7651
7652 * configure.in (mips-sgi-irix6): New configuration.
7653
76541995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7655
7656 * Makefile.in (maintainer-clean): Renamed from realclean.
7657
76581995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7659
7660 * configure.in: Create a .gdbinit that sources the real one,
7661 if using a different build directory.
7662
76631995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7664
7665 * configure.in: Check for sys/select.h.
7666
76671995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7668
7669 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7670
76711994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7672
7673 * configure.in: Handle isc 4.1 operating system.
7674
76751994-12-10 Richard Stallman <rms@kepa>
7676
7677 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7678 (rs6000-ibm-aix4*): New alternative.
7679
76801994-12-06 Richard Stallman <rms@kepa>
7681
7682 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7683
76841994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7685
7686 * configure.in: Don't try to make directories that are guaranteed
7687 to already exist.
7688
76891994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7690
7691 * configure.in: Generate man/Makefile from man/Makefile.in.
7692 Create the man subdir.
7693
7694 * Makefile.in (dvi): Run Make in our man subdir.
7695
7696 * make-dist: Create subdir etc/e.
7697 Make links to it.
7698 Put man/Makefile.in in dist, instead of man/Makefile.
7699
77001994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7701
7702 * configure.in: Add --with-pop, --with-kerberos, and
7703 --with-hesiod for movemail.
7704
77051994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7706
7707 * configure.in (m68*-apollo*): Use s/domain.h.
7708
77091994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7710
7711 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
7712
77131994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7714
7715 * configure.in: Don't add -I, -L, -R options for cc if their
7716 arguments would be empty.
7717
77181994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7719
7720 * configure.in (i860-intel-osf1*): New alternative.
7721 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
7722 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
7723
77241994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7725
7726 * configure.in: Make h_errno check not use nested functions.
7727
77281994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7729
7730 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
7731
77321994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7733
7734 * Makefile.in (install-arch-indep): Avoid continued comment
7735 swallowing target line.
7736
77371994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
7738
7739 * configure.in: Protect a character class with `changequote'.
7740
77411994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7742
7743 * configure.in: Accept `news' as a synonym for `newsos'.
7744
77451994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7746
7747 * Makefile.in: Don't rm files if cd fails.
7748
77491994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7750
7751 * make-dist: Put nt subdir and its subdirs in the dist.
7752 (lib-src): Put makefile.nt in the dist.
7753 (lisp): Put makefile.nt in the dist.
7754
77551994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7756
7757 * configure.in: Change a stray `[' to `test'.
7758
77591994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7760
7761 * configure.in: Adapt for Autoconf v2. Use the standard argument
7762 parser, host type canonicalizer, X11 finder, and message
7763 printing macros. Use the new macro names. Use `test' instead of `['.
7764
77651994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7766
7767 * configure.in: Check for getpagesize.
7768
77691994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7770
7771 * make-dist (msdos): Put sed* in the distribution.
7772
77731994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
7774
7775 * config.bat: New option, `--with-x', for configuring Emacs
7776 for use with the X11 system DesqView/X.
7777 New option, `--no-debug', for compiling Emacs without debug
7778 information thus saving disk space.
7779 (src/config.h, src/paths.h): Use `update' (which is like
7780 `move-if-changed') to change the file.
7781 (src/config.h): When configuring for X11 perform extra changes.
7782 (src/makefile): When configuring for X11 perform extra changes.
7783 (lib-src): Remove temporary files.
7784 (): Check that `sed', `rm', `mv', and `gcc' are available.
7785
77861994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7787
7788 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
7789
7790 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
7791
77921994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7793
7794 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
7795
7796 * configure.in (canonical): Substitute var into makefiles.
7797 (bitmapdir): Likewise.
7798
7799 * Makefile.in (bitmapdir): New variable.
7800 (src/paths.h, paths-force): Edit PATH_BITMAPS.
7801
78021994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7803
7804 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
7805
7806 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
7807 * update-subdirs: New shell script.
7808
78091994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7810
7811 * Makefile.in (top_distclean): Don't rm build-install.
7812 (SOURCES): Delete build-install.in.
7813
7814 * make-dist: Don't distribute build-ins.in.
7815 * build-ins.in: File deleted.
7816
78171994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
7818
7819 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
7820
78211994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7822
7823 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
7824
7825 * configure.in (libexecdir): Renamed from libdir. New default.
7826 (sharedstatedir): Renamed from statedir. New default.
7827 (datadir): New default.
7828
7829 * make-dist: Don't distribute subdirs.el.
7830
78311994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7832
7833 * configure.in (eaccess): Check for it.
7834
78351994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7836
7837 * configure.in (mktime): Check for it.
7838
78391994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
7840
7841 * configure.in (motif): Add support for usage and option checking.
7842
78431994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7844
7845 * configure.in (utimes): Check for it.
7846
78471994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
7848
7849 * Makefile.in (install-arch-indep): Don't do mkdir here.
7850
78511994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7852
7853 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7854 riscix.h renamed to acorn.h.
7855
78561994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
7857
7858 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
7859 New configurations.
7860
78611994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
7862
7863 * configure.in: Remove trailing slashes from srcdir.
7864
78651994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7866
7867 * configure.in (i[345]86-sequent-ptx*): Handle
7868
78691994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7870
7871 * Makefile.in (paths-force): Depend on src/paths.h
7872
78731994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7874
7875 * configure.in (config_options): Save all arguments, not just some.
7876
78771994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7878
7879 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
7880
7881 * configure.in: Add AC_AIX.
7882 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
7883
78841994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7885
7886 * configure.in (parsing options): Simplify sed command to delete -'s.
7887
78881994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
7889
7890 * configure.in (config_options): New shell variable.
7891 Pass its value to C code in EMACS_CONFIG_OPTIONS.
7892
78931994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7894
7895 * configure.in (alpha-dec-osf*): New target.
7896
7897 * Makefile.in: Use just one FRC target.
7898
78991994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7900
7901 * Makefile.in (removenullpaths, paths-force):
7902 Use name paths.h.tmp$$, which depends on the pid.
7903
79041994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7905
7906 * Makefile.in (removenullpaths, paths-force):
7907 Put paths.h.tmp in top-level dir, not in src.
7908
79091994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7910
7911 * Version 19.27 released.
7912
79131994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7914
7915 * Version 19.26 released.
7916
79171994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7918
7919 * configure.in: Check for lrand48, not rand48.
7920
79211994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7922
7923 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
7924 (powerpc-ibm-aix*): New aliases.
7925
79261994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7927
7928 * make-dist (src/m, src/s): Put *.inp in distribution.
7929
79301994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7931
7932 * configure.in: Accept i586 and i486 along with i386.
7933
79341994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7935
7936 * configure.in: Do compute unexec, LIBX, system_malloc, etc
7937 even if CPP env var was set by the user.
7938
7939 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
7940
79411994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
7942
7943 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
7944
79451994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7946
7947 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
7948
79491994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7950
7951 * configure.in: Check more specifically for i*86-sun-sunos.
7952
79531994-08-03 Caveh Jalali (caveh@eng.sun.com)
7954
7955 * configure.in: Handle solaris 2.4.
7956
79571994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7958
7959 * configure.in (rand48): Check for it.
7960
79611994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7962
7963 * make-dist: Update the info files.
7964
79651994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7966
7967 * configure.in: Make "checking..." messages' style consistent.
7968 (HAVE_H_ERRNO): New test.
7969
79701994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7971
7972 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
7973
79741994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7975
7976 * configure.in (CFLAGS): If the envvar was specified, use that.
7977 And set REAL_CFLAGS from it too.
7978
79791994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7980
7981 * make-dist: Update finder-inf.el.
7982
79831994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7984
7985 * make-dist (msdos): Include sed4.inp in dist.
7986
7987 * Makefile.in (libsrc_libs): Var deleted.
7988
79891994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7990
7991 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
7992
79931994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7994
7995 * configure.in (mips-sony-newsos4*): New alias.
7996
79971994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7998
7999 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8000 (*-convex-convexos*): Accept this as alias.
8001
80021994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8003
8004 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8005 for two different uses.
8006
80071994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8008
8009 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8010
80111994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8012
8013 * make-dist: Put ./BUGS into the distrib.
8014
80151994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8016
8017 * configure.in: Handle 386 running Solaris 2.
8018
80191994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8020
8021 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8022
80231994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8024
8025 * configure.in (mips-sony-newsos*): Use news-risc.h.
8026
8027 * configure.in: Accept bsdi as opsys, like bsd386.
8028
80291994-06-01 Morten Welinder (terra@diku.dk)
8030
8031 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8032
80331994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8034
8035 * Version 19.25 released.
8036
8037 * make-dist (shortversion): Don't assume another period follows.
8038
80391994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8040
8041 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8042 (uninstall): Use /bin/pwd.
8043
8044 * Makefile.in (blessmail): Depend on src.
8045 (all): Don't depend on blessmail.
8046
8047 * Makefile.in (src/paths.h): Don't force recomputation.
8048 (paths-force): New target; force recomputation of paths.h.
8049 (all): Depend on paths-force.
8050 (src, lib-src): Depend on src/paths.h.
8051
8052 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8053 NON_GCC_TEST_OPTIONS.
8054
80551994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8056
8057 * configure.in: Don't insist on subversions for irix.
8058
80591994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8060
8061 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8062
8063 * configure.in (i[34]86-next-*): New alternative.
8064
80651994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8066
8067 * Version 19.24 released.
8068
8069 * configure.in: New config hppa*-hp-hpux9shr*.
8070
80711994-05-22 Morten Welinder (terra@tyr.diku.dk)
8072
8073 * config.bat: Doc fix.
8074
80751994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8076
8077 * Makefile.in (mostlyclean, clean, distclean, realclean)
8078 (extraclean): Don't act on man subdir if it doesn't exist.
8079
80801994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8081
8082 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8083 Use them to set up CC.
8084 (*-sun-sunos4.1.3): Set them.
8085
80861994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8087
8088 * Makefile.in (lib-src): Don't depend on src/paths.h.
8089
80901994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8091
8092 * build-ins.in (copydests): Get rid of spurious `-'s.
8093
8094 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8095
80961994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8097
8098 * Version 19.23 released.
8099
8100 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8101 for the Xlib and Xt checks; then restore old CFLAGS.
8102
81031994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8104
8105 * configure.in (HAVE_X11XTR6): Add newline before #if.
8106 Add newline after #endif.
8107
81081994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8109
8110 * configure.in (HAVE_X11XTR6): Arrange to define it.
8111
81121994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8113
8114 * Makefile.in (install): Depend on blessmail.
8115
81161994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8117
8118 * configure.in (mips-siemens-sysv*): Put quotes around value
8119 containing blanks.
8120
81211994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8122
8123 * Makefile.in (TAGS): Use the makefile in src subdir.
8124
81251994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8126
8127 * configure.in (opsys): Recognize `gnu'.
8128
81291994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8130
8131 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8132
81331994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8134
8135 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8136 version > 1.8.
8137
81381994-05-08 Morten Welinder (terra@diku.dk)
8139
8140 * config.bat: Forcibly remove "# " style comments from makefiles.
8141
81421994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8143
8144 * Makefile.in (uninstall): When processing lispdir and etcdir,
8145 do nothing unless it exists and is a directory.
8146
81471994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8148
8149 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8150 Merge code in from install-doc.
8151 (install-doc): Merge code back into install-arch-indep.
8152 (install-arch-dep): Don't depend on install-doc.
8153
8154 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8155
81561994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8157
8158 * configure.in (making src/Makefile and lib-src/Makefile):
8159 Split off the autoconf substitutions and don't pass them thru cpp.
8160 (undefs): Use $canonical as well as $configuration.
8161
8162 * make-dist: Distribute lisp/Makefile.
8163
8164 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8165 Use lower case names for the s files.
8166
81671994-05-03 Morten Welinder (terra@diku.dk)
8168
8169 * config.bat: Added possibility for different file name
8170 transcriptions in lib-src.
8171
81721994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8173
8174 * Makefile.in (lib-src): Undo previous change.
8175 (blessmail): New target to run maybe-blessmail in lib-src.
8176 (all): Depend on blessmail.
8177
8178 * Makefile.in (lib-src): Depend on src.
8179
81801994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8181
8182 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8183 (m88k-dg-dgux5.4R2): dgux5.4R2.
8184
81851994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8186
8187 * configure.in (window_system): Restore accidentally deleted code
8188 that uses AC_FIND_X.
8189
8190 * make-dist: Distribute config.bat.
8191
81921994-04-29 Morten Welinder (terra@diku.dk)
8193
8194 * config.bat: Corrected the configuration of lib-src
8195 to keep up with configure. Add note about dos version 3
8196 or better needed (djgpp needs that). Add note explaining
8197 that either install in c:/emacs or edit the script.
8198 Don't change to c:/emacs, but assume we're there (to minimize
8199 the number of places to change).
8200
8201 * config.bat: Build-in the first step towards X11 support with
8202 the X11 emulator that exists. At this time it won't work,
8203 and several files are missing.
8204
82051994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8206
8207 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8208 Don't look for -lresolv.
8209
8210 * Makefile.in (lib-src): Depend on src/paths.h.
8211
82121994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8213
8214 * configure.in: Restore deleted AC_SUBST of `configuration'.
8215 Improve error message for bad --with-x-toolkit value.
8216
8217 * configure.in: Define CONFIGURATION in src/config.h
8218 rather than substituting in src/Makefile.in.
8219
82201994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8221
8222 * Makefile.in (install-doc): New target.
8223 (install-arch-dep): Depend on install-doc.
8224 (mkdir): Create docdir.
8225
82261994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8227
8228 * configure.in: Test for libresolv.a.
8229 Substitute machfile and opsysfile.
8230
82311994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8232
8233 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8234 (install-arch-dep): Install under the name $(EMACS).
8235
82361994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8237
8238 * configure.in (version): Use entire value of emacs-version.
8239 (mips-siemens-sysv*): New alternative.
8240
82411994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8242
8243 * Makefile.in (install-arch-indep): Don't install dired-x*.
8244
82451994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8246
8247 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8248 Fix definition of $undefs.
8249
82501994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8251
8252 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8253
8254 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8255
82561994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8257
8258 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8259
82601994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8261
8262 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8263 and run it thru cpp, as with src/Makefile.in.
8264
8265 * configure.in: Use AC_SET_MAKE.
8266
82671994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8268
8269 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8270
82711994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8272
8273 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8274
8275 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8276 (printing the choices): Make the toolkit message unconditional.
8277 (USE_X_TOOLKIT): Use `none', not `no', if none.
8278 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8279 Get rid of temp file foofoo1.
8280
82811994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8282
8283 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8284
82851994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8286
8287 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8288 (printing the choices): State choice of toolkit.
8289 (libsrc_libs): Recalculate after writing config.h;
8290 then update lib-src/Makefile.
8291
82921994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8293
8294 * configure.in: Add sunos4shr as alternative for suns.
8295 Conditionals testing for null $CC were backwards.
8296
82971994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8298
8299 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8300
83011994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8302
8303 * configure.in: Handle -isc4.0*.
8304
83051994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8306
8307 * configure.in (esix5): Set NON_GNU_CPP.
8308
83091994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8310
8311 * Makefile.in (thisdir): Nonsensical variable removed.
8312 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8313 back to $thisdir, rather than the directory `this_dir'.
8314
83151994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8316
8317 * Makefile.in (install-arch-indep): Add missing backslash after a
8318 `then'.
8319
83201994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8321
8322 * Makefile.in (thisdir): New variable.
8323 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8324
83251994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8326
8327 * configure.in: Add freebsd.
8328
83291994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8330
8331 * configure.in: Check for fpathconf.
8332
83331994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8334
8335 * configure.in (with_x_toolkit): Fix typo in previous change.
8336
83371994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8338
8339 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8340
83411994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8342
8343 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8344
83451994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8346
8347 * configure.in: Fix value of docdir.
8348 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8349
83501994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8351
8352 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8353
83541994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8355
8356 * configure.in: New variable docdir to control where the docstring
8357 file goes.
8358 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8359
83601994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8361
8362 * configure.in: When --run-in-place, don't inherit archlibdir.
8363
83641994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8365
8366 * Makefile.in (install-arch-dep, install-arch-indep):
8367 New targets split up former do-install rule.
8368 (do-install): Target deleted.
8369
83701994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8371
8372 * configure.in (mips-sony-newsos*): New configuration.
8373
83741994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8375
8376 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8377
83781994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8379
8380 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8381
83821994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8383
8384 * configure.in: Don't initialize CC.
8385
83861994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8387
8388 * configure.in (creating src/Makefile): Also generate -U switches
8389 for symbols in the $configuration value.
8390
8391 * configure.in: Check for sys_siglist being declared in system header.
8392
83931994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8394
8395 * configure.in (creating src/Makefile): Delete blank lines
8396 along with lines of whitespace.
8397 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8398
83991994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8400
8401 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8402 like C_SWITCH_SYSTEM.
8403 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8404
84051994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8406
8407 * configure.in (drem): Check for this function.
8408
84091994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8410
8411 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8412 If CPP was inherited from environment, don't use NON_GNU_CPP.
8413 (NON_GNU_CC): Likewise.
8414 (handling with_gcc): Use explicit if in the `no' case.
8415 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8416
84171994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8418
8419 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8420
84211994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8422
8423 * configure.in: Check whether fmod exists.
8424
84251994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8426
8427 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8428 {src,lisp}/OChangeLog.
8429
84301994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8431
8432 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8433 necessary for proper operation. This code works with the current
8434 released version of Autoconf.
8435
84361994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8437
8438 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8439 (USE_X_TOOLKIT): Define it for all values except `no'.
8440
8441 * configure.in: Undo first Jan 8 change and Jan 16 change.
8442
84431994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8444
8445 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8446 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8447
8448 * Makefile.in (lwlib/Makefile): New target.
8449 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8450 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8451 (unlock, relock): Handle lwlib subdir.
8452
8453 * Makefile.in: Add some .PHONY targets.
8454
8455 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8456
8457 * lwlib: New subdirectory.
8458
84591994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8460
8461 * configure.in: If CPP has a value that is a directory,
8462 discard the value.
8463
84641994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8465
8466 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8467 remove -U[0-9]*.
8468
84691994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8470
8471 * Makefile.in (do-install): Install the dired-x info files.
8472
8473 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8474 (See src/s/sol2.h.)
8475
84761994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8477
8478 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8479
84801994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8481
8482 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8483 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8484 gratuitously break this and not make a change log entry.
8485 Optimized sed processing of Makefile.in and cpp output; now
8486 preserves comments previously removed from the cpp input.
8487 Eliminated temp file for cpp output. Generate -U switches to
8488 undefine all identifiers that appear in the directory name
8489 ${srcdir}; pass these to cpp.
8490
8491 * configure.in (version): Fix sed regexp to match two-elt version
8492 number.
8493
8494 * configure.in: Check for strerror.
8495
84961994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8497
8498 * configure.in: Test for bcmp.
8499
85001994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8501
8502 * make-dist (tempdir): Put subdir msdos into the distribution.
8503
85041993-01-07 Morten Welinder (terra@diku.dk)
8505
8506 * config.bat: New file.
8507
85081994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8509
8510 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8511
85121994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8513
8514 * configure.in (m68*-next-*): Don't care about which os is specified.
8515 (i[34]86-*-*): Check for *-nextstop*.
8516
85171993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8518
8519 * configure.in: Check for setsid.
8520
85211993-12-17 Richard Stallman (rms@srarc2)
8522
8523 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8524
85251993-12-15 Richard Stallman (rms@srarc2)
8526
8527 * Makefile.in (mkdir): Make only the lockdir writable.
8528
8529 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8530
85311993-12-11 Richard Stallman (rms@srarc2)
8532
8533 * Makefile.in (libdir): Use @libdir@.
8534
85351993-12-08 Richard Stallman (rms@srarc2)
8536
8537 * Makefile.in (install): Add empty command.
8538
85391993-12-04 Richard Stallman (rms@srarc2)
8540
8541 * make-dist: Put man/getopt.c in the dist.
8542
8543 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8544
8545 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8546
85471993-12-03 Richard Stallman (rms@srarc2)
8548
8549 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8550 Set it for all solaris versions.
8551 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8552 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8553 Likewise for NON_GNU_CC and CC.
8554
85551993-12-01 Richard Stallman (rms@srarc2)
8556
8557 * configure.in (mips-mips-riscos4*): Assign variable CC.
8558 (checking ${with_gcc}): If "no", don't override CC if already set.
8559 (CC): Initialize it as empty.
8560
85611993-11-30 Richard Stallman (rms@srarc2)
8562
8563 * configure.in (Suns): Set CPP if *-solaris2.3*.
8564
85651993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8566
8567 * Version 19.22 released.
8568
8569 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8570
85711993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8572
8573 * make-dist: When breaking links, use cp -p.
8574 Copy install.sh into distribution.
8575 Move the temp dir up into the parent dir;
8576 don't leave the staging dir make-dist.tmp... in existence.
8577 * install.sh: New file.
8578
85791993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8580
8581 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8582
85831993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8584
8585 * configure.in (version): When --run-in-place, exclude
8586 ${datadir}/emacs/site-lisp from locallisppath.
8587
85881993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8589
8590 * configure.in: Delete jumk.c before writing it.
8591
85921993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8593
8594 * Version 19.21 released.
8595
8596 * Makefile.in (mkdir): Ignore error from chmod.
8597
85981993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8599
8600 * make-dist: Don't put lisp/forms.README in the distribution.
8601
86021993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8603
8604 * configure.in (creating src/Makefile): Before running cpp,
8605 discard all lines that start with `# Generated' or /**/#.
8606
86071993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8608
8609 * Version 19.20 released.
8610
8611 * make-dist: Use build-ins.in, not build-install.in.
8612 Don't bother updating TAGS since it's not included.
8613
8614 * build-ins.in: Renamed from build-install.in.
8615
86161993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8617
8618 * make-dist: Don't try to link *.texinfo--there are none now.
8619 When running make in lib-src, specify YACC var value.
8620
86211993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8622
8623 * configure.in (extrasub): Add vpath patterns for %.[yls].
8624
8625 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8626 Instead just include the commands to make src/Makefile as the
8627 second arg to AC_OUTPUT.
8628
8629 * configure.in: Use : instead of dnl for comment inside
8630 $makefile_command.
8631
8632 * configure.in: No longer use vpath_sed. Instead, when we notice
8633 srcdir already configured, set extrasub to hack vpath in the
8634 makefiles.
8635
8636 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8637 before moving it.
8638 * Makefile.in (VPATH): Define to @srcdir@.
8639
86401993-09-28 Brian J. Fox (bfox@cubit)
8641
8642 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8643 doesn't exist. Just copy src/Makefile.in instead. Touch
8644 all of the Makefiles after editing config.status.
8645
8646 * INSTALL: Update documentation to match new configuration
8647 mechanism.
8648
86491993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8650
8651 * configure.in: Allow any of the path or directory Makefile
8652 variables to be set with flags to configure. Create all Makefiles
8653 at configure time. Edit special commands into config.status after
8654 src/Makefile.in is built from src/Makefile.
8655
8656 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8657 If these files are out of date, simply have config.status
8658 rebuild them; don't rebuild them explicitly.
8659
86601993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8661
8662 * build-install.in: Change src/xemacs to src/emacs. We no longer
8663 create src/xemacs, so the file wouldn't be found.
8664
8665 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8666
86671993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8668
8669 * configure.in: Avoid forcing the search of /usr/include before
8670 fixed include files by resetting C_SWITCH_X_SITE if it is
8671 "-I/usr/include".
8672
86731993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8674
8675 * Makefile.in (@rip_paths@locallisppath):
8676 Delete ${datadir}/emacs/site-lisp.
8677
86781993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8679
8680 * configure.in:
8681 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8682 Remove ${extra_output} from AC_OUTPUT call.
8683
86841993-09-17 Brian J. Fox (bfox@inferno)
8685
8686 * make-dist: Quote backquotes found in strings to be echoed.
8687
8688 * configure.in: Use "sh -c pwd" when we want to avoid having the
8689 shell fix up the value of $PWD.
8690
86911993-09-13 Brian J. Fox (bfox@inferno)
8692
8693 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8694 of the installation fail. Suggested by Karl Berry.
8695
86961993-08-30 Brian J. Fox (bfox@inferno)
8697
8698 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8699 was used. Set MAKEFLAGS from MFLAGS.
8700
87011993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8702
8703 * configure.in: Test for res_init in libc.
8704
87051993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8706
8707 * configure.in: In the file ${tempcname}, use configure___
8708 instead of @configure@.
8709
87101993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
8711
8712 * make-dist: Dist vpath.sed
8713
8714 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
8715 Depend on vpath.sed.
6e81c819 8716 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
8717
8718 * configure.in: Substitute variable `vpath_sed'.
8719 If not in $srcdir and $srcdir is configured,
8720 issue warning that GNU make is required,
8721 and set vpath_sed to use vpath.sed script.
8722
87231993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8724
8725 * configure.in: Remove check for $srcdir being configured. This
8726 pretty much works now.
8727 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
8728 Check for XFree86 (/usr/X386/include) independent of whether
8729 -lXbsd exists.
8730
8731 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
8732 realclean, unlock, relock): Use `$(MAKE)' in place of plain
8733 `make'.
8734
87351993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8736
8737 * Version 19.19 released.
8738
8739 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
8740
87411993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8742
8743 * configure.in: Check for XScreenNumberOfScreen.
8744
87451993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8746
8747 * configure.in: Add * to end of all configuration alternatives.
8748 (m68*-sony-newsos3*): New alternative.
8749
87501993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8751
8752 * make-dist: Include getdate.c in distribution.
8753
8754 * configure.in: For --help, use $PAGER if it is set.
8755 (LIB_X11_LIB): Default to -lX11.
8756 (mips-sgi-irix5.*): New alternative.
8757
8758 * Makefile.in (do-install): Install info/gnus* and info/sc*.
8759
8760 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
8761 Recognize *.B8.* as hpux version 8.
8762 (m68*-tektronix-bsd*): Fix typo in tek4300.
8763 (AC_HAVE_FUNCS): Add ftime.
8764
87651993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8766
8767 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
8768 Use tekxd88, not tekXD88.
8769
87701993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8771
8772 * configure.in: Check for -lm. Then can check for frexp and logb.
8773
87741993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8775
8776 * Version 19.18 released.
8777
8778 * make-dist (src): Don't put gnu-hp300 in dist.
8779 (src, lisp): Include OChangeLog in dist.
8780
87811993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8782
8783 * configure.in: Test for presence of logb and frexp functions.
8784
87851993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8786
8787 * configure.in (machine): Add i370-ibm-aix*.
8788
87891993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8790
8791 * configure.in (function checks): Test for mkdir and rmdir.
8792
8793 * configure.in (function checks): Don't test for random and bcopy
8794 only when we're building with X; look for them all the time.
8795
87961993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8797
8798 * configure.in: Test for availability of bcopy functions, searching
8799 the X libraries if we're using X.
8800
8801 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
8802 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
8803 versions of AIX, and needs to be passed to the loader.
8804
8805 * configure.in: Test for the availability of the
8806 XScreenResourceString function.
8807
88081993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
8809
8810 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
8811 LD_SWITCH_X_SITE and assume --with-x11.
8812 Only look for X11 files if we weren't told about a window system
8813 or if we were told to use X11 but not told where.
8814 Search the libraries from the s and/or m files when checking for
8815 functions.
8816
8817 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
8818
88191993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8820
8821 * make-dist: Include lisp/dired.todo in the distribution.
8822
88231993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8824
8825 * configure.in: Add code to set HAVE_INET_SOCKETS.
8826
88271993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8828
8829 * configure.in: If we do find x_includes and x_libraries
8830 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
8831
88321993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8833
8834 * make-dist: Include src/gnu-hp300 in the dist.
8835
8836 * configure.in (canonical): New variable holds the canonicalized
8837 configuration. Don't alter `configuration'. Use `configuration'
8838 for Makefile.in for file naming.
8839 (testing x_includes and x_libraries): Use =, not ==.
8840
88411993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8842
8843 * Version 19.17 released.
8844
8845 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
8846 directory's makefile. This allows the invocation of CPP which
8847 builds xmakefile to receive these switches. The SunSoft C
8848 preprocessor inserts spaces between tokens if it doesn't get the
8849 -Xs flag requested in src/s/sol2.h.
8850
88511993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
8852
8853 * configure.in (m68k-bull-sysv3): New config.
8854
88551993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8856
8857 * configure.in: Use the autoconf AC_FIND_X macro to try to find
8858 the X Windows libraries.
8859
88601993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8861
8862 * make-dist (tempdir): Don't create lisp/forms-mode directory in
8863 the distribution. Those files aren't kept in their own
8864 subdirectory any more.
8865
88661993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8867
8868 * Version 19.16 released.
8869
88701993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8871
8872 * configure.in: Add --verbose flag.
8873
88741993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8875
8876 * version 19.15 released.
8877
88781993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8879
8880 * Makefile.in (top_distclean): Use -f switch when cleaning out
8881 lock dir; it might be empty.
8882
8883 * configure.in: Only check for -lXbsd once.
8884
88851993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8886
8887 * Version 19.14 released.
8888
88891993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8890
8891 * make-dist: If using gzip, create distribution with '.gz' extension.
8892
8893 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
8894 (lisp/forms-mode): This doesn't exist anymore.
8895
8896 * configure.in: Look for the closedir function.
8897
88981993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8899
8900 * configure.in (CPP): Autoconf sets this to a shell variable
8901 reference, which doesn't work when it's edited into a makefile.
8902 Expand that variable reference.
8903
8904 * Makefile.in (CPP): New variable.
8905 (src/Makefile): Edit CPP into src/Makefile.
8906
8907 * Makefile.in (src/Makefile): Don't bother exiting single quotes
8908 and entering double quotes to get the values of LD_SWITCH_X_SITE
8909 and the other make variables; make substitutes them in anyway.
8910
8911 * Makefile.in (uninstall): Don't remove the lisp and etc
8912 directories if they're in the source tree.
8913
8914 Bring mumbleclean targets into conformance with GNU coding standards.
8915 * Makefile.in (mostlyclean, clean): Separate these two; just have
8916 them pass the request to the subdirectory makefiles.
8917 (distclean): Pass the request down, and then get rid of the
8918 files configure built, and get rid of the Makefiles.
8919 (realclean): Pass the request down, and then do the same things
8920 distclean does.
8921 (uninstall, info, dvi): New targets.
8922
8923 * configure.in: Move clause for PC-compatible i386 box to the end
8924 of the case statement, to avoid masking configurations below.
8925
8926 * configure.in: Add case for m88k-motorola-sysv4.
8927
8928 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
8929 the HP 68000 machines.
8930
8931 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
8932 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
8933 preprocessor won't fiddle with them.
8934
89351993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8936
8937 * Makefile.in (TAGS): cd to src to run etags.
8938
89391993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8940
8941 * configure.in (version): Check the X libraries for XrmSetDatabase
8942 and random, and see if we have -lXbsd.
8943
89441993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8945
8946 * configure.in: Pass "-Isrc" to the CPP we run to examine the
8947 s/*.h and m/*.h files. Martin Tomes
8948 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
8949
89501993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8951
8952 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
8953 above the general i386 alternative.
8954
89551993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8956
8957 * configure.in: Recognize configuration name for Data General
8958 AViiON machines.
8959
8960 * configure.in: Use AC_LONG_FILE_NAMES.
8961
89621993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8963
8964 * configure.in: Test for bison.
8965 * Makefile.in (YACC): New variable.
8966 (lib-src/Makefile.in): Edit YACC into the makefile.
8967
89681993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8969
8970 * Version 19.13 released.
8971
8972 * configure.in (CFLAGS): Don't set this according to the value of
8973 the GCC shell variable. Instead, consult the machine and system
8974 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
8975 test __GNUC__ while we're at it.
8976
8977 * configure.in: Remove extra ;; from hpux cases.
8978
89791993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8980
8981 * configure.in: Check to see if the system has -ldnet.
8982
89831993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8984
8985 * make-dist: Add clauses to distribute lisp/forms-mode.
8986
89871993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8988
8989 * configure.in (machine): Fix the versions in hpux version number test.
8990 Do not guess based on cpu type. Do check for explicit system version.
8991
89921993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8993
8994 * configure.in: Do NOT look for `unknown' as company name.
8995
89961993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8997
8998 * configure.in: Fix typo in message.
8999
90001993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9001
9002 * Version 19.12 released.
9003
9004 * Makefile.in (do-install): Correct previous etc-copying change.
9005 Partially rewrite using `if'.
9006 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9007
9008 * Version 19.11 released.
9009
9010 * configure.in: Handle 386bsd.
9011
90121993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9013
9014 * make-dist: Update getdate.c.
9015
9016 * configure.in: Handle bsd386.
9017
9018 * Makefile.in (do-install): Use `-' in tar options.
9019
9020 * configure.in: Change ! "${...}" to x"${...}" = x.
9021
9022 * Makefile.in (do-install): Copy the DOC-* files from the build
9023 etc directory, as well as lots of things from ${srcdir}/etc.
9024
9025 * make-dist: Copy config.guess.
9026
9027 * configure.in: Handle AIX versions 1.2, 1.3.
9028
90291993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9030
9031 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9032 the configuration name mips-mips-usg* to represent USG systems.
9033
9034 * configure.in: Fix logic to detect if srcdir is already configured.
9035
9036 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9037
9038 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9039 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9040 of a directory; cd might fail, and have pwd print out the current
9041 directory.
9042
90431993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9044
9045 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9046
90471993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9048
9049 * configure.in: Complain if srcdir points at an already-configured
9050 tree.
9051
90521993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9053
9054 * Version 19.10 released.
9055
90561993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9057
9058 * Makefile.in: Use Makefile comments, not C comments.
9059
9060 * configure.in: Add case for the Tektronix XD88.
9061
90621993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9063
9064 * configure.in: Handle sysv4.2 and sysvr4.2.
9065
90661993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9067
9068 * configure.in: Traverse the argument list without destroying it;
9069 don't use shift. It turns out that "set - ${saved_arguments}"
9070 doesn't work portably.
9071
9072 * configure.in: Add missing "fi".
9073
9074 * make-dist: Rebuild configure if configure.in is newer.
9075
9076 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9077 targets to be executed even if make remembers that it has already
9078 satisfied FRC.
9079
90801993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9081
9082 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9083
9084 * configure.in (romp): Handle various version numbers with aos and bsd.
9085
90861993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9087
9088 * configure.in: Fix message text.
9089
90901993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9091
9092 * make-dist: Make a `site-lisp' directory in the distribution,
9093 instead of a `local-lisp' directory, which hasn't been the
9094 appropriate name for a long time.
9095 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9096 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9097
9098 * Makefile.in (do-install): Correctly detect if ./etc and
9099 ${srcdir}/etc are the same.
9100
9101 * configure.in: Extract UNEXEC from the system configuration
9102 files, compute the name of the source file corresponding to the
9103 object file, and #define it as UNEXEC_SRC in config.h.
9104
9105 * configure.in: If srcdir is '.', then try using PWD to make it
9106 absolute.
9107
9108 * configure.in: Include ${srcdir} in the printed report, to help
9109 people notice if it's an automounter path.
9110
91111993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9112
9113 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9114
91151993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9116
9117 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9118 when they are different. Add `shift' command.
9119 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9120 (externallispdir): Var deleted.
9121
9122 * configure.in: Delete spurious paren outputting short_usage.
9123
91241993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9125
9126 * Version 19.9 released.
9127
91281993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9129
9130 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9131 subdirectory makes.
9132
9133 * make-dist: Check for .elc files with no corresponding .el file.
9134
9135 * Makefile.in (mkdir): Make all the directories in locallisppath.
9136
9137 * config.guess: New file.
9138 * configure.in: Use it, tentatively.
9139 * INSTALL: Mention its usage.
9140
9141 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9142 the former gives you the operating system rev directly. Use
9143 s/hpux.h if we don't recognize what we got.
9144
9145 * Makefile.in (do-install): Don't remove a destination directory
9146 if it's the same as the source. If ${srcdir}/info == ${infodir},
9147 don't try to copy the info files.
9148
9149 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9150 doesn't work if you're not using a separate source directory.
9151 (do-install): Copy the build tree's etc directory only after
9152 making sure it's not also the source tree's etc directory.
9153
91541993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9155
9156 * configure.in: Handle sunos4.1.3 specially.
9157
91581993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9159
9160 * Makefile.in (INSTALL): Add definition.
9161
9162 * configure.in: Fix some messages. Support -with-gnu-cc.
9163 At the end, use `set --', not `set -'.
9164 Delete spurious `.h' in hpux alternatives.
9165
91661993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9167
9168 * Version 19.8 released.
9169
91701993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9171
9172 * configure.in: When looking for source in the same directory as
9173 the configure script, make the path thus discovered absolute.
9174 If the user specifies the `--srcdir' switch, make that directory
9175 absolute too.
9176
9177 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9178
9179 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9180 too, as the value of the PATH_INFO macro.
9181
9182 * configure.in: Check to see if the source lives in the same
9183 directory as the configure script.
9184
91851993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9186
9187 * Makefile.in (install): Split this into `install' and
9188 `do-install', to give people more control over exactly what gets
9189 done.
9190 (do-install): New target, containing the guts of `install'. Don't
9191 remove and recreate the directories inside the copying loop - do
9192 it all before the copying loop. Pass more flags to the lib-src
9193 make.
9194 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9195 avoid errors and warnings.
9196
9197 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9198 the manufacturer - the more general case was blocking other i386
9199 configuration names below, and that's how the names are written in
9200 MACHINES anyway.
9201
9202 * make-dist: When breaking links, remove the link before moving
9203 the copy onto it, to avoid interactive behavior.
9204
9205 * Makefile.in: Doc fix.
9206
9207 * configure.in: Doc fix.
9208
9209 * INSTALL: Mention --exec-prefix option.
9210
9211 * configure.in: Add support for the `--exec-prefix' option.
9212 * Makefile.in: Accept that support.
9213
9214 * configure.in: Use the AC_PROG_INSTALL macro.
9215 * Makefile.in (INSTALL): Variable removed.
9216 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9217
9218 * configure.in: Distinguish between hp800's and hp700's by calling
9219 "uname -m".
9220
92211993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9222
9223 * configure.in: Recognize configuration names for i860 boxes
9224 running SYSV.
9225
92261993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9227
9228 * configure.in: Distinguish between hp800's and hp700's by the
9229 version of HP/UX they run, since that's something people are more
9230 likely to know - hp700's run 8.0.
9231 Add HP 700 configuration.
9232
9233 * configure.in: Test for the presence of the `rename' function.
9234
9235 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9236 configure.in.
9237 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9238
9239 * make-dist: Break intra-tree links.
9240
9241 * configure.in: Explain that this is an autoconf script, and give
9242 instructions for rebuilding configure from it. Arrange to put
9243 comments in configure explaining this too.
9244
9245 * configure.in: Make the first line of the configure script be
9246 "#!/bin/sh". Leaving the first line blank didn't work.
9247
9248 * configure.in (long_usage): Removed; made short_usage describe
9249 the options briefly.
9250
9251 * configure.in: Implement the --prefix option.
9252 * Makefile.in (prefix): Add support for it here.
9253 * INSTALL: Document it here.
9254
9255 * Makefile.in (install): Don't assume that the files in the `info'
9256 subdirectory match *.info. They don't have that prefix.
9257
92581993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9259
9260 * configure.in: Add case for version 5 of Esix.
9261
92621993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9263
9264 * Version 19.7 released.
9265
9266 * make-dist: There aren't any *.com files in lib-src anymore.
9267
9268 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9269 them; they're symlinks to other filesystems on the GNU machines.
9270
9271 * make-dist: Check that the manual reflects the same version of
9272 Emacs as stated in lisp/version.el. Edit that version number into
9273 the README file.
9274
92751993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9276
9277 * configure.in: Remove the hack of AC_DEFINE; use
9278 AC_DEFINE_UNQUOTED.
9279
92801993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9281
9282 * make-dist: Don't distribute precomp.com, compile.com, or
9283 link.com from ./src; they're in ./vms now.
9284
9285 Some time-handling patches from Paul Eggert:
9286 * configure.in: Add AC_TIMEZONE.
9287
92881993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9289
9290 * configure.in: Recognize Linux as a valid operating system for
9291 the i386.
9292
92931993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9294
9295 * make-dist: Distribute some VMS files we got from Richard Levitte.
9296
9297 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9298 the source for the sed command, not oldXMenu/Makefile.
9299
93001993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9301
9302 * INSTALL: Don't claim the srcdir option doesn't work.
9303
93041993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9305
9306 * configure.in: Include remarks saying what order the autoconf
9307 tests should go in, and remind people to change config.h.in
9308 whenever they add autoconf tests which make #definitions.
9309
9310 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9311
93121993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9313
9314 * Makefile.in (oldXMenu/Makefile): Make this depend on
9315 ${srcdir}/oldXMenu/Makefile.in, not itself.
9316
9317 * PROBLEMS: Some updates from David J. Mackenzie.
9318
9319 More changes from David J. Mackenzie.
9320 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9321 removed; autoconf and config.h should specify all these
9322 differences.
9323 (buildlisppath): Make this path depend on ${srcdir}.
9324 (INSTALLFLAGS): Removed.
9325 (INSTALL): Include the -c flag.
9326 (install): Change the way we invoke install accordingly.
9327
9328 Install ${srcdir} changes from DJM.
9329 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9330 list.
9331 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9332 the source tree and the etc directory in the object tree.
9333 (${SUBDIR}): Pass the prefix variable down to submakes.
9334 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9335 in /bin.
9336 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9337 values for srcdir and VPATH.
9338 (install): Add `v' flag to tar command. Make sure that `dir'
9339 exists in ${srcdir}/info before copying it. Remember that the man
9340 pages come from the source tree, not the object tree.
9341 * configure.in: Remove remarks saying that the --srcdir option
9342 doesn't work.
9343 Create the etc directory in the object tree.
9344 Recognize configuration names of the form *-sun-solaris*.
9345 Recognize sunos5 and solaris as operating system names.
9346
9347 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9348 lib-src/getdate.y and src/systime.h.
9349
93501993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9351
9352 * make-dist: Make links in info subdir.
9353
93541993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9355
9356 * configure.in: Call AC_STDC_HEADERS.
9357
93581993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9359
9360 * configure.in: Sidestep autoconf's quoting of the second argument
9361 of AC_DEFINE, so we can specify the value to put there. It would
9362 be nice if autoconf provided some way to specify computed values
9363 for macros.
9364
93651993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9366
9367 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9368 this is always just -DHAVE_CONFIG_H.
9369
9370 The GNU coding standards specify that CFLAGS should be left for
9371 users to set.
9372 * Makefile.in (CFLAGS): Let configure determine the default value
9373 for this. Don't
9374 have it default to DEFS.
9375 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9376 (lib-src/Makefile, src/Makefile): Edit the default value for
9377 CFLAGS into these files, not DEFS.
9378 * configure.in (CFLAGS): Choose a default value for this - "-g"
9379 normally, or "-g -O" if we're using GCC. Edit it into the
9380 top-level Makefile.
9381
9382 * configure.in: When scanning the machine and system description
9383 #include files, write their names to conftest.c properly.
9384
93851993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9386
9387 * configure.in: In configuration name case for Apallos running
9388 Domainios, set opsys, not opsysfile.
9389
9390 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9391 src/config.h, instead of AC_OUTPUT; the latter overwrites
9392 src/config.h even when it hasn't changed, puts a makefile-style
9393 comment at the top even though it's C code, and produces a
9394 config.status script which doesn't do the job right.
9395
9396 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9397 can use a symbolic link to get the X Menu library into src.
9398 * Makefile.in (LN_S): New variable.
9399 (src/Makefile): Edit the value of LN_S into this makefile.
9400
94011993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9402
9403 * configure.in: Support *-sco3.2v4* as opsystem.
9404
9405 * make-dist: Don't include calc directory.
9406 Exclude many files in the man directory; copy a few.
9407
94081993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9409
9410 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9411 call AC_STRUCT_TM to see what's in time.h.
9412
9413 * configure.in: Employ quoting stupidity to get the value of CPP
9414 to expand properly.
9415
94161993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9417
9418 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9419 variable to scan the machine and system description files.
9420
9421 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9422 so that getdate.y builds correctly.
9423
94241993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9425
9426 * configure.in (tempcname): Change this to "conftest.c", so it will
9427 work properly on systems with short filenames; this is the name
9428 autoconf uses.
9429
9430 * configure.in: Also detect the availability of dup2 and
9431 gethostname.
9432
9433 * configure.in: Use the AC_ALLOCA test.
9434 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9435 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9436
94371993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9438
9439 * make-dist: Distribute configure, as well as configure.in.
9440 Oversight.
9441
94421993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9443
9444 * Makefile.in (install): Print out the name of the directory we're
9445 copying, so people can have some idea of whether we're making
9446 progress.
9447
9448 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9449 Don't forget to re-create the COPYDESTS directories after we clear
9450 them out.
9451
94521993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9453
9454 * Makefile.in: Add autoconf cookies so that the configure
9455 script can comment out sections of path variable definitions to
9456 choose between the installable configuration and the run-in-place
9457 configuration.
9458 * configure.in: Add new option `--run-in-place', to select the
9459 run-in-place path definitions.
9460
9461 * configure.in: Add a clause to the big configuration name case
9462 for the NeXT machine.
9463
94641993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9465
9466 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9467 Make sure that each source directory exists, and is different from
9468 the destination directory; then, delete the destination before
9469 copying over the source.
9470
9471 * make-dist: Distribute configure.in, instead of configure.
9472
94731993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9474
9475 * configure.in: Don't set CC to "gcc -O" if the user specifies
9476 `--with-gcc'. Add -O to DEFS if GCC is set.
9477
94781993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9479
9480 * Makefile.in (clean mostlyclean): Missing right paren.
9481
9482 * configure.in: When checking for X windows, search for an X11
9483 subdirectory of ${x_includes}.
9484
9485 * configure.in: Check for gettimeofday function, for getdate.y.
9486
9487 Change `configure' to a mixture of custom code and autoconf stuff.
9488 autoconf can't derive all the information we need, but we'd really
9489 like to be able to take advantage of some of its tests, and its
9490 file-editing facilities.
9491 * configure.in: Renamed from configure.
9492 Quote the sections of shell script we want copied literally to
9493 the configure script.
9494 (compile): Initialize this to make the autoconf macros' code happy.
9495 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9496 code to do their jobs.
9497 Use autoconf to produce Makefile and src/config.h.
9498 Remove the Makefile-style comment that autoconf places at the top
9499 of src/config.h.
9500 (config_h_opts): Removed - no longer necessary.
9501 * Makefile.in (configname): Renamed to configuration.
9502 (CONFIG_CFLAGS): Renamed to DEFS.
9503 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9504 get values via autoload @cookies@.
9505 (libsrc_libs): Get this from autoconf. We used to do nothing
9506 about this.
9507 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9508
9509 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9510 echo the move-if-change command.
9511
95121993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9513
9514 * make-dist: Distribute lib-src/rcs-checkin.
9515
9516 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9517 Don't try to make links to the RCS or Old subdirectories.
9518 Use the appropriate extension for the compression type in use.
9519 Create the tar file in the shell's initial default directory, not
9520 in ${tempparent}.
9521 Erase the whole ${tempparent} tree, not just ${tempdir}.
9522
95231993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9524
9525 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9526 use to build paths.h.
9527 (lib-src/Makefile, src/Makefile): Similarly.
9528
9529 * configure: Extend test for working `const' keyword to handle AIX
9530 3.2 cc.
9531
95321993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9533
9534 * make-dist: Distribute lisp/term/ChangeLog.
9535
9536 Arrange for C compilation throughout the tree to get
9537 C_SWITCH_SYSTEM from the configuration files.
9538 * configure: Extract C_SWITCH_SYSTEM from the machine and
9539 system-dependent files, and save it in the top-level Makefile.
9540 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9541 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9542
9543 * make-dist: Include the VMS support files in oldXMenu in the
9544 distribution.
9545
9546 * configure: Doc fix.
9547
9548 * configure: Fix corrupted config_h_opts.
9549
9550 * configure: Properly report option names in error messages.
9551
9552 * configure: Properly recognize --x-includes and --x-libraries
9553 options.
9554
9555 * configure: Fix syntax errors in code handling XFree386.
9556
95571993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9558
9559 * configure: Add special code to detect XFree386, and tell
9560 config.h about it.
9561
9562 * configure: Properly handle extracting values of LIBS_MACHINE and
9563 LIBS_SYSTEM that contain spaces.
9564
9565 * configure: Add `--x-includes' and `--x-libraries' options. I
9566 think these are dopey, but no less than three alpha testers, at
9567 large sites, have said they have their X files installed in odd
9568 places. Implement them by setting C_SWITCH_X_SITE and
9569 LD_SWITCH_X_SITE in src/config.h.
9570
95711993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9572
9573 * make-dist: Don't distribute etc/Old files.
9574
9575 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9576 backups.
9577
95781993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9579
9580 * make-dist: Fix typo.
9581
95821993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9583
9584 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9585 in some cases where it should but didn't seen to.
9586
9587 * Makefile.in: Added unlock and relock productions.
9588
95891993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9590
9591 * make-dist: Add a --compress option to force make-dist to use
9592 compress.
9593
9594 * make-dist: Use gzip, if we can find it.
9595
9596 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9597 make rs6000-ibm-aix default to -aix32.
9598
95991993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9600
9601 * Makefile.in: Added `Developer's configuration' section.
9602
96031993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9604
9605 * Makefile.in: Add commented-out variable settings for developer's
9606 configuration.
9607
96081993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9609
9610 * make-dist: Distribute `src/bitmaps' too.
9611
96121993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9613
9614 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9615 make rs6000-ibm-aix default to -aix32.
9616
96171993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9618
9619 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9620
9621 * Makefile.in (install.sysv): Add a second `$' in front of
9622 `${dest}', so that the shell will expand it, instead of Make.
9623
9624 * configure: When processing the name of the configure script,
9625 collapse `././' to `./', but leave a single `./' prefix alone.
9626
9627 * configure: Doc fix.
9628
96291993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9630
9631 * configure: Handle isc3.0 correctly.
9632
96331993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9634
9635 * make-dist: Don't try to copy the COPYING notice into
9636 external-lisp; we're not distributing that directory any more.
9637
96381993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9639
9640 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9641 Remove CVS subdirectories from the installed directory trees, as
9642 well as RCS directories.
9643
96441993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9645
9646 * make-dist: Only copy gmalloc.c if we couldn't link it.
9647 Don't try to copy man/{README,Makefile} unless they actually exist.
9648
9649 * Makefile.in (lisppath): Don't include externallispdir in this.
9650 We're not sure whether we're even going to distribute the
9651 directory yet.
9652
96531993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9654
9655 * make-dist: Don't distribute the external-lisp directory anymore.
9656 * INSTALL: Remove all references to external-lisp.
9657
9658 * configure: Detect whether the compiler supports `const'
9659 properly, and edit src/config.h accordingly.
9660
9661 * configure: Tweak layout of final report.
9662
9663 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9664 CFLAGS.
9665
9666 * Makefile.in (locallisppath): Make this default to
9667 ${datadir}/emacs/site-lisp, instead of
9668 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9669 the same thing, and local-lisp causes completion conflicts with
9670 lock.
9671 (lisppath): Add ${externallispdir} to this.
9672 * INSTALL: Adjust installation directions.
9673
9674 * Makefile.in (externallispdir): New variable, to say where to
9675 install the externally-maintained lisp files.
9676 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9677 the others.
9678 * INSTALL: Describe external-lisp and the new externallispdir
9679 variable.
9680
96811993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9682
9683 * configure (progname): New option `--with-gcc'. Make it clearer
9684 how we are trying to guess whether or not we have GCC.
9685 * INSTALL: Document the `--with-gcc' option, and improve
9686 description of `--with-x' options.
9687
96881993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9689
9690 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9691 ${infodir} from these variables; we have written out explicit code
9692 to install the info files.
9693
96941993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9695
9696 * make-dist: Don't distributed the RCS files in the etc directory.
9697
96981993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9699
9700 * Makefile.in: Some makes can't handle comments in the middle of
9701 commands; move them to before the whole rule.
9702
97031993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9704
9705 * README: Mention what Emacs is.
9706
97071993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9708
9709 * make-dist: Include `./lisp/calc-2.02' in the distribution.
9710 Add `./cpp' and `./man' back into the distribution.
9711
97121993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9713
9714 * Makefile.in: Define MAKE, and use where appropriate.
9715
97161993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9717
9718 * make-dist: Remember that the authoritative COPYING notice is
9719 `etc/COPYING', not `../etc/COPYING'.
9720
97211992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9722
9723 * make-dist: Make sure that the COPYING notices in each directory
9724 are copies, not symlinks.
9725
97261992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9727
9728 * INSTALL: The build process produces an executable called `emacs'
9729 now. Change references.
9730 * Makefile.in: Adjust `install.mumble' targets to install
9731 `src/emacs', not `src/xemacs'.
9732
9733 * configure: Start with a blank line; this keeps some old CSH's
9734 from thinking it's a CSH script. Most systems will just use
9735 /bin/sh to run it, which is what we're expecting; the only other
9736 shells which might try to interpret it themselves are probably
9737 Bourne-compatible.
9738
97391992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9740
9741 * INSTALL: Improvements suggested by David Mackenzie.
9742
97431992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9744
9745 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9746 Don't try to copy the info files if there aren't any; the
9747 unexpanded globbing pattern disappoints `install'. Ignore the
9748 return status of that command.
9749
9750 * INSTALL: Updated for new configuration arrangement.
9751
9752 * configure: Don't make the top-level Makefile read-only - people
9753 may want to edit the values of the path variables.
9754
9755 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9756 Install the info files in ${infodir}. Install the executable
9757 under both `emacs' and `emacs-VERSION'.
9758
9759 * Makefile.in: Doc fix.
9760
9761 * Makefile.in (exec_prefix): New variable, as per latest version
9762 of coding standards.
9763 (bindir, libdir): Use it, instead of `prefix'.
9764 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
9765
9766 * Makefile.in (mandir): Make the default value for this depend on
9767 $(prefix).
9768
9769 * Makefile.in (datadir, statedir, libdir): Make these all default
9770 to ${prefix}/lib.
9771 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
9772 to compensate.
9773
9774 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9775 Install the etags and ctags man pages too.
9776
9777 * Makefile.in (distclean): Don't delete backup files; that's the
9778 job of extraclean.
9779 (extraclean): Like distclean, but deletes backup and autosave files.
9780
97811992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9782
9783 Make path specification conform to GNU coding standards.
9784 * configure (long_usage): Remove all traces of old arguments from
9785 usage messages, and document the options we do accept in more
9786 detail: -with-x... and --srcdir.
9787 (options, boolean_opts): Deleted; we don't have enough options to
9788 make this worthwhile.
9789 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
9790 along with the code which supported them; these should be set as
9791 arguments to the top-level make.
9792 (config_h_opts): Since this no longer doubles as a list of option
9793 names, make them upper case; this simplifies the code which uses
9794 them to build the sed command to edit src/config.h. Change the
9795 code which sets them.
9796 (cc, g, O): Don't allow the user to set these using options; they
9797 should be specified using `CC=' and `CFLAGS=' arguments to the
9798 top-level make. Just choose reasonable default values for them,
9799 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
9800 values.
9801 (gnu_malloc, rel_alloc): Don't allow the user to set these using
9802 options; use them whenever the configuration files say they're
9803 possible.
9804 Simplify the argument processing loop. Don't accept abbreviations
9805 for option names; these might conflict with other configuration
9806 options in the future.
9807 Add some support for the `--srcdir' option. Check for the sources
9808 in . and .. if `--srcdir' is omitted. If the directories we will
9809 compile in don't exist yet, create them under the current directory.
9810 Note that the rest of the build process doesn't really support
9811 this.
9812 Edit only the top Makefile. That should edit the others. Edit
9813 into the makefile: `version', from lisp/version.el, `configname'
9814 and `srcdir' from the configuration arguments, `CC' and
9815 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
9816 the user's path, and LOADLIBES as gleaned from the system
9817 description files.
9818 Simplify the report generated; it doesn't need to include any
9819 description of paths now.
9820 Make `config.status' exec configure instead of just calling it, so
9821 there's no harm in overwriting `config.status'.
9822 * Makefile.in (version, configname): New variables, used to choose
9823 the default values for datadir and libdir.
9824 Path variables rearranged into two clearer groups:
9825 - In the first group are the variables specified by the GNU coding
9826 standards (prefix, bindir, datadir, statedir, libdir, mandir,
9827 manext, infodir, and srcdir).
9828 - In the second are the variables actually used for Emacs's paths
9829 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
9830 archlibdir), which depend on the first category.
9831 datadir and libdir default to directories under
9832 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
9833 demand.
9834 etcdir and lispdir default to subdirectories of datadir.
9835 archlibdir defaults to libdir.
9836 The new installation tree is a bit deeper than it used to be, so
9837 use the new make-path program in lib-src to build them all.
9838 Always build a new src/paths.h.tmp and then move-if-change it to
9839 src/paths.h, to avoid unnecessary rebuilds while responding to the
9840 right changes.
9841 Remove all mention of arch-lib. Run utility commands from
9842 lib-src, and let the executables be copied into archlibdir when
9843 Emacs is installed.
9844 Add targets for src/Makefile, lib-src/Makefile, and
9845 oldXMenu/Makefile, editing the values of the path variables into
9846 them.
9847 Let lib-src do its own installation.
9848 (datadir): Default to putting data files under
9849 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
9850 (emacsdir): Variable deleted; it would only be confusing to use.
9851 (lispdir, etcdir): Default to ${datadir}/lisp.
9852 (mkdir): Use make-path for this.
9853 (lockdir): Do this in mkdir.
9854 (Makefile): New target.
9855
9856 * configure (usage_message): Rename to long_usage.
9857
9858 * make-dist: Don't bother creating an arch-lib directory; that's
9859 only for installation now.
9860
98611992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9862
9863 * configure: Use GCC-style configuration names, using config.sub.
9864 Change the usage and help messages.
9865
9866 * configure: Initialize window_system, not indow_system.
9867
9868 * configure: Report which window system, compiler, and signal
9869 handler return type we decide to use.
9870
9871 * make-dist: Explain what's going on if config.sub and gmalloc.c
9872 can't be linked. Place the code which copies them near the code
9873 which links the rest of the files around them.
9874
98751992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
9876
9877 * make-dist: Don't bother to distribute src/*.com, or
9878 src/vmsbuild; those have all been moved to `../vms'.
9879
98801992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9881
9882 * make-dist: Don't forget that the way to avoid filenames starting
9883 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
9884 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
9885 couldn't make hard links to, since we have two already, and
9886 perhaps more to come.
9887
98881992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9889
9890 * configure: When editing parameters into lib-src/Makefile, change
9891 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
9892 needs some other flags too.
9893
98941992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9895
9896 * configure: Remove spurious echo of the configuration name.
9897
9898 * make-dist: Don't distribute files in src/m and src/s whose names
9899 begin with `='.
9900
99011992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9902
9903 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
9904 Also LISP_FLOAT_TYPE.
9905
99061992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9907
9908 * make-dist: Copy config.sub, since it's a symbolic link to a file
9909 on another file system.
9910
99111992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9912
9913 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
9914 distribution.
9915
9916 * config.sub: New file, to help us recognize configuration names.
9917 * make-dist: Include it in the distribution.
9918
99191992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9920
9921 * configure: Convert `-' to `_' in specified option names.
9922 Accept options with --. Delete --highpri and --have-x-menu options.
9923 New options --with-x and --with-x10 replace -window-system.
9924 Don't mention options --gnu-malloc, --rel-alloc
9925 or --lisp-float-type in help message.
9926
99271992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9928
9929 * make-dist: Include the `vms' subdirectory in the distribution.
9930
99311992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9932
9933 * configure: Remove lines starting with "# DIST: " when building
9934 lib-src/Makefile and src/Makefile. This allows us to mark the
9935 "Makefile.in" files with explanatory comments which won't also get
9936 stuck in the Makefiles.
9937
99381992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9939
9940 * make-dist: Don't use the '+' operator in the sed regular
9941 expression that extracts the version number from lisp/version.el;
9942 Ultrix sed doesn't seem support the operator. Just double the
9943 operand and use *.
9944
99451992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9946
9947 * Makefile.in: Doc fix.
9948
99491992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9950
9951 * configure: Rewrite sed command to remove at most one ./ prefix;
9952 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
9953 group.
9954
99551992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9956
9957 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
9958
99591992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9960
9961 * make-dist: Go ahead and build a new TAGS file, unless the
9962 --newer option was specified. Don't try to delete a TAGS file
9963 from etc; it's not kept there, and shouldn't be deleted anyway.
9964
99651992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9966
9967 * make-dist: If the lisp directory contains a default.el, don't
9968 distribute it.
9969
9970 * configure: When searching signal.h for the type of a signal
9971 return handler, make a copy of it, not a symbolic link to it; that
9972 way, it will work on systems that don't have symbolic links.
9973
99741992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9975
9976 * make-dist: Taught it about vcdiff and rcs2log, added --newer
9977 option for generating incremental distributions. Stopped it from
9978 generating a TAGS file into the distribution; that sucker is
9979 *big*, and easily enough generated with the toplevel makefile.
9980
99811992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9982
9983 * configure: When writing config.status, don't prefix progname
9984 with a '.'; it might be absolute.
9985
99861992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9987
9988 * configure: Choose to use X11 if either /usr/lib/libX11.a or
9989 /usr/include/X11 exist, not only if both exist.
9990
99911992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9992
9993 * make-dist: Make the new external-lisp directory a duplicate of
9994 the external-lisp directory, not the lisp directory.
9995
99961992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9997
9998 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
9999 clean' in arch-lib; it doesn't even have a Makefile.
10000
10001 * Makefile.in (clean, mostlyclean): In the test which tries to
10002 distinguish between the build directory, which should be cleaned,
10003 and the installed directory, which shouldn't, cd to `${emacsdir}',
10004 not `${DESTDIR}${LIBDIR}'.
10005
100061992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10007
10008 * make-dist: Be sure to delete the .c and .h files that YACC and
10009 BISON create from getdate.y.
10010
10011 * external-lisp: New directory; see `external-lisp/README'.
10012 * make-dist: Added support for the external-lisp subdirectory.
10013
10014 * make-dist: Changed message which complains that make-dist wasn't
10015 invoked in the right directory to indicate which files it was
10016 looking for.
10017
100181992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10019
10020 * configure: Add comments explaining why we can't translate
10021 character ranges or control characters in `tr'.
10022
100231992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10024
10025 * configure: When generating the configuration message, we used to
10026 build the message from the start so that each line began with "# "
10027 so that it would be a comment in `config.status'. However, this
10028 causes trouble if any of the variables we use in the message
10029 expand to more than one line of text - as gnu_malloc_reason
10030 sometimes does. So instead, we build the message as it should be
10031 printed to the user (i.e. without the "# " prefixes), and stick on
10032 the "# "s when we write it to `config.status'.
10033
10034 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10035 `lib-src' and `arch-lib'.
10036
10037 * configure: When generating report and `config.status' file, note
10038 that bindir only determines where `make install' and
10039 `build-install' will place the executables; this should make it
10040 clear that the ordinary build process will not try to install
10041 things.
10042
100431992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10044
10045 * make-dist: Change messages to say that we are 'making links to
10046 X', rather than 'copying X'. And put `' quotes around file names.
10047
10048 * make-dist: Include '.tmp' in the name of the staging directory.
10049
10050 * make-dist: Pass the `-f' option to rm when you're not sure that
10051 the files you're removing actually exist.
10052
10053 * make-dist: When setting up etc/COPYING, always nuke whatever is
10054 there, and then copy it in, to make sure we get a real file.
10055
10056 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10057 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10058 version which doesn't have a separate .defns file.
10059
100601992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10061
10062 * make-dist: Don't distribute configured versions of config.h.in,
10063 paths.h.in, Makefile.in in src.
10064
10065 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10066 trying to make final targets writable first, since it won't
067d23c9
KY
10067 matter to move-if-change.
10068
100691992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10070
10071 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10072 mkdir and chmod in the center of all the conditionals. GNU Make
10073 will strip these out, but other makes won't.
10074
100751992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10076
10077 * make-dist: Include move-if-change in list of files to distribute.
10078
100791992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10080
10081 * configure: Remove any "." elements from the program name.
10082
10083 * configure: Don't record the values of all the possible arguments
10084 in config.status; only record the options that the user specified.
10085
10086 * configure: Use move-if-change to move in the new src/config.h.
10087
100881992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10089
10090 * move-if-change: New file, copied from gcc release.
10091 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10092 a temp file, so we don't update paths.h if an error occurs or if
10093 it doesn't need changing.
10094
100951992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10096
10097 * Makefile.in (src/paths.h): Do not install a value for the
10098 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10099 * build-install.in: Same thing.
10100
101011992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10102
10103 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10104 latter, being a typo, is always false, resulting in a program
10105 whose default behavior is to painstakingly build a copy of the
10106 source tree, and then delete it. Rah.
10107
10108 * Makefile.in: Add dist target, and comment for it.
10109
10110 * configure: When scanning <signal.h> for a declaration for
10111 signal, create a symbolic link with a name ending in .c, so the
10112 compiler won't complain that it's only been given .h files.
10113
10114 * configure: Check whether there are any arguments available
10115 before shifting to get the value of a non-boolean parameter.
10116
10117 * make-dist: Doc fix.
10118
101191992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10120
10121 * configure: Instead of grepping /usr/include/signal.h for a
10122 signal declaration, run /usr/include/signal.h or
10123 /usr/include/sys/signal.h through cpp and grep for the
10124 declaration.
10125
10126 * configure: Redirect the output of grep to /dev/null instead of
10127 using grep -s - that flag means different things on other systems.
10128
10129 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10130 since the former is recognizable even if you don't know what
10131 'dumping' is.
10132 * configure: Accommodate that change.
10133
10134 * configure: Accept options for all of the directories you can
10135 change in the Makefile.
10136
10137 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10138
10139 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10140 FOO before you can use them.
10141
10142 * build-install.in: Made the "Where To Install Things" section
10143 conform with the similar section from Makefile.in. Copied section
10144 which builds src/paths.h from src/paths.h.in from the Makefile.
10145
101461992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10147
10148 * configure: Write config.status to pass its command-line
10149 arguments on to configure, so that people can use it to recreate
10150 an old configuration, with minor changes.
10151
101521992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10153
10154 * configure: Don't rely on option variables being unset if their
10155 values are the empty string. In particular, when producing the
10156 English report, don't assume that highpri will be unset when no
10157 increased priority has been requested; -highpri='' should be the
10158 same as omitting -highpri altogether.
10159
10160 * configure: Fix dumb bug: when running the system and machine
10161 description files through cpp, mark those lines that we want to
10162 evaluate with the string '@configure@', and then only evaluate
10163 them. This way if the files include anything that actually
10164 generates text (type definitions or external declarations, say),
10165 we won't try to eval it.
10166
101671992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10168
10169 * make-dist: New shell script.
10170
10171 * configure: When creating foo from foo.in, make foo read-only to
10172 remind people to edit the .in file instead.
10173
10174 * INSTALL: Changed references to config.h-dist to config.h.in.
10175 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10176 to build src/paths.h from src/paths.h.in; added a paragraph to do
10177 this.
10178 * configure, Makefile, build-install: Changed filenames like
10179 FOO-dist to FOO.in.
10180
101811992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10182
10183 * Makefile, build-install: Renamed to Makefile.in and
10184 build-install.in; the configure script will edit these to produce
10185 the usable Makefile and build-install.
10186 * configure: Changed to produce ./Makefile, ./build-install,
10187 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10188 instead of editing them in place.
10189
101901992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10191
10192 * Makefile: Re-arranged so that the undumped Emacs will search
10193 ../lisp *after* the site's local elisp files.
10194 (locallisppath, dumplisppath): New variables.
10195 (lisppath): This variable's default value is now chosen based on
10196 $(locallisppath) and $(lispdir); while it used to be the
10197 customization point for adding site-local elisp directories to
10198 load-path, that job is now handled mostly by locallisppath.
10199 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10200 Check the values being assigned to the *LOADSEARCH macros for null
10201 path elements (like '::' in 'foo::bar').
10202
10203 * configure: When checking if the machine- and system-dependent
10204 files define a particular macro or not, actually run them through
10205 CPP and test the macros with #ifs, instead of just grepping for
10206 the macros' names. In particular, check for SYSTEM_MALLOC in this
10207 way.
10208
102091992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10210
10211 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10212
102131992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10214
10215 * configure: Make the config.status file an executable shell
10216 script which will recreate the same configuration. Include the
10217 verbal description of the current configuration as a comment in
10218 the script.
10219 * INSTALL: Doc fix.
10220
10221 * Makefile: Brought the Makefile up to the GNU coding
10222 standards, as described in standards.text:
10223 (TAGS): New name for the target which rebuilds the tags table.
10224 (check): New target; doesn't do anything yet.
10225 (mostlyclean): New target, synonymous with clean.
10226 (realclean): New target. Currently, this just calls the
10227 subdirectories's makefiles and then deletes config.status.
10228 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10229 variables.
10230 Installation directory variables changed to conform.
10231 (install, install.sysv, install.xenix, install.aix): Changed the
10232 code which copies the directories into their installed location to
10233 allow the installed locations to be in several different
10234 directories; the old version assumed that they would all be in
10235 $(emacsdir).
10236 (mkdir, lockdir): Allow the installed locations to be in several
10237 different directories.
10238 * INSTALL: Doc fix.
10239
10240 * build-install: Use the same variable names as the Makefile.
10241 Allow the installed locations to be in several different
10242 directories.
10243
102441992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10245
10246 * Makefile (src/paths.h): Instead of using a single sed command to
10247 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10248 separately, and don't forget to append "/!!!SuperLock!!!" to the
10249 value of the PATH_SUPERLOCK macro.
10250
10251 * config.emacs: Renamed to configure, for consistency with other
10252 GNU products. Internal references changed.
10253 INSTALL, Makefile: References changed.
10254
10255 * lock: New directory, which should always be empty. If this
10256 directory doesn't exist, Emacs won't complain; it just won't lock.
10257 Having this here means that people can just unpack Emacs, build
10258 it, and have locking work.
10259
10260 * share-lib: Re-renamed to etc, for the sake of tradition.
10261 * config.emacs: Changed default value for datadir to ../etc.
10262 * INSTALL, README: Adjusted.
10263
102641992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10265
10266 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10267 by running CPP on the appropriate s/*.h and m/*.h files.
10268
102691992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10270
10271 * config.emacs: Make sure to set the "exit on error" flag once
10272 we've removed config.status; errors should abort the configuration.
10273
102741992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10275
10276 * config.emacs: Added -distribute option, so that the Makefile
10277 paths are in their proper form. I don't know why this matters.
10278
102791992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10280
10281 * local-lisp: New directory, empty in the distribution, for people
10282 to put local elisp code in.
10283 * config.emacs: Include it in the default load path.
10284 * README: Document it.
10285
102861992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10287
10288 * config.emacs: Guess the type of signal handling functions based
10289 on the contents of /usr/include/signal.h.
10290
10291 * config.emacs: Print out progress report messages.
10292
10293 * Makefile (src/paths.h): Don't generically replace
10294 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10295 editing of the other entries, and each entry should be dealt with
10296 explicitly anyway.
10297
10298 * build-install: Converted from C-shell to Bourne shell.
10299 * config.emacs: Edit build-install properly.
10300
10301 * config.emacs: Doc fix.
10302
103031992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10304
10305 * Makefile (install): Remove `B' from tar xf command.
10306
103071992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10308
10309 * config.emacs: Removed support for the `maintain-environment'
10310 option; the only important difference between this and its absence
10311 has been removed.
10312 * INSTALL: Removed mention of `maintain-environment'.
10313
10314 * config.emacs: Fix arguments to sed when processing boolean
10315 arguments.
10316
103171991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10318
10319 * config.emacs: New file, to help automate the installation
10320 process.
10321
10322 * Makefile: Lots of changes to support the separation of etc into
10323 architecture-dependent and -independent files:
10324 (EMACSROOT): New variable, giving the directory under which all of
10325 Emacs's libraries should be installed. Changed rest of file to
10326 use it.
10327 (LIBDIR): Now denotes only architecture-dependent dir.
10328 (DATADIR): New variable, denoting architecture-independent dir.
10329 (LOCKDIR): New variable, for completeness.
10330 (SUBDIR): No more etc, new lib-src.
10331 (COPYDIR): No more etc, new arch-lib and share-lib.
10332 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10333 (src): Now depends on lib-src, not etc.
10334 * build-install: Changes parallel to the above.
10335 * README: Describe the new arrangement.
10336
10337 * vms: New subdirectory for all the VMS stuff.
10338
103391991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10340
10341 * Makefile (LISPPATH): New variable.
10342 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10343
103441990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10345
10346 * Makefile (install, install.sysv, install.xenix):
10347 Install wakeup instead of loadst. No need for setuid or setgid.
10348
103491990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10350
10351 * Makefile (clean): Clean etc if that's not the installation dir.
10352
103531990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10354
10355 * Makefile (paths.h): Make sed alter each name in the path.
10356
103571988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10358
10359 * Makefile (install.sysv): Use cpio, not tar.
10360
103611988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10362
10363 * Makefile (lockdir): Rename `lock' target.
10364 Depend on it from install*, not from `all'.
10365
103661988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10367
10368 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10369 to match build-install and paths.h.
10370
10371;; Local Variables:
10372;; coding: utf-8
067d23c9
KY
10373;; End:
10374
1a71cb28 10375 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10376
10377 This file is part of GNU Emacs.
10378
10379 GNU Emacs is free software: you can redistribute it and/or modify
10380 it under the terms of the GNU General Public License as published by
10381 the Free Software Foundation, either version 3 of the License, or
10382 (at your option) any later version.
10383
10384 GNU Emacs is distributed in the hope that it will be useful,
10385 but WITHOUT ANY WARRANTY; without even the implied warranty of
10386 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10387 GNU General Public License for more details.
10388
10389 You should have received a copy of the GNU General Public License
10390 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.