lisp/xml.el (xml-parse-tag-1): Use looking-at.
[bpt/emacs.git] / ChangeLog
CommitLineData
594a4307
EZ
12013-08-12 Eli Zaretskii <eliz@gnu.org>
2
3 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
4
eaca0446
PE
52013-08-12 Paul Eggert <eggert@cs.ucla.edu>
6
7 Merge from gnulib, incorporating:
8 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
9 2013-08-10 sys_time: port to OpenBSD
10
8496d8d7
GM
112013-08-12 Glenn Morris <rgm@gnu.org>
12
13 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
14 with configure's standard --docdir argument. All uses updated.
15 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
16 (install-etcdoc): Rename from install-doc. All uses updated.
17 (uninstall): Run uninstall-doc.
18 (PSS): Add misc-ps.
19 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
20 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
21 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
22 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
23 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
24 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
25
8d28d0ac
PE
262013-08-11 Paul Eggert <eggert@cs.ucla.edu>
27
28 Add --with-zlib to 'configure'.
29 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
30 can be built without zlib. Don't assume that -lz is needed on
31 non-PNG hosts. Mention zlib configuration status in 'configure' output.
32
313546eb
LMI
332013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
34
35 * configure.ac: Test for zlib.
36
d4166523
EZ
372013-08-10 Eli Zaretskii <eliz@gnu.org>
38
39 * configure.ac: Define and substitute UPDATE_MANIFEST.
40
016d3f7d
SB
412013-08-04 Stephen Berman <stephen.berman@gmx.net>
42
43 * info/dir: Add todo-mode.
44
e0fdb694
PE
452013-08-04 Paul Eggert <eggert@cs.ucla.edu>
46
47 Fix some minor races in hosts lacking mkostemp (Bug#15015).
48 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
49 * configure.ac (mkostemp): Remove check for this function;
50 gnulib does the check now.
51 (mkstemp): Remove check for this no-longer-used function.
52 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
53 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
54 New files, copied from Gnulib.
55 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
56
7bddb120
MA
572013-07-29 Michael Albinus <michael.albinus@gmx.de>
58
59 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
60 --without-file-notification to --without-all.
61
dfc7be39
XF
622013-07-29 Xue Fuqiao <xfq.free@gmail.com>
63
64 * INSTALL: Fix description.
65
885e792c
GM
662013-07-27 Glenn Morris <rgm@gnu.org>
67
68 * configure.ac: Extend the --with-sound option to allow
69 specification of OSS or ALSA (see bug#14812#64).
70
ef75383c
GM
712013-07-25 Glenn Morris <rgm@gnu.org>
72
57cff712
GM
73 * info/dir: Add ido.
74
ef75383c
GM
75 * make-dist: Add a --tests option, to include test/.
76
1813e115
GM
772013-07-24 Glenn Morris <rgm@gnu.org>
78
79 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
80
60967f56
GM
812013-07-23 Glenn Morris <rgm@gnu.org>
82
83 * configure.ac (etc, lisp): No need to create specially.
84 Configure already creates lisp, src/Makefile now creates etc.
85
a29c3e6d
PE
862013-07-23 Paul Eggert <eggert@cs.ucla.edu>
87
e3ebe15a 88 Port to GNU/Linux systems with tinfo but not ncurses.
a29c3e6d
PE
89 * configure.ac (USE_NCURSES): New symbol.
90
6496aec9
PE
912013-07-20 Paul Eggert <eggert@cs.ucla.edu>
92
93 Fix array bounds violation when pty allocation fails.
94 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
95 not sizeof pty_name, since pty_name is now a pointer to the array.
96
c04bbd85
PE
972013-07-13 Paul Eggert <eggert@cs.ucla.edu>
98
99 * configure.ac: Simplify --with-file-notification handling.
100
671d4bfc
GM
1012013-07-12 Glenn Morris <rgm@gnu.org>
102
103 * configure.ac: If with-file-notification=yes, if gfile not found,
104 go on to try inotify (not on MS Windows or Nextstep).
105
bacba3c2
PE
1062013-07-12 Paul Eggert <eggert@cs.ucla.edu>
107
108 Fix races with threads and file descriptors.
109 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
110
c6e7fc0e
PE
1112013-07-10 Paul Eggert <eggert@cs.ucla.edu>
112
113 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
114
2aae948d
PR
1152013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
116
117 * configure.ac (HAVE_W32): Avoid nested functions (the second
118 argument of AC_LANG_PROGRAM is already expanded inside a
119 function). (Bug#14830)
120
4ebbdd67
PE
1212013-07-09 Paul Eggert <eggert@cs.ucla.edu>
122
7b154def
PE
123 Port recent close-on-exec changes to Cygwin (Bug#14821).
124 * lib/binary-io.c, lib/binary-io.h: New files.
125 Merge from gnulib, incorporating:
126 2013-07-09 accept4, dup3, pipe2: port to Cygwin
127 * lib/pipe2.c: Update from gnulib, as part of this merge.
128 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
129
4ebbdd67
PE
130 Handle errno and exit status a bit more carefully.
131 * lib/ignore-value.h: Remove this gnulib-imported file.
132 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
133
a04689de 1342013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
e4b1e5af
JD
135
136 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
137
2a74a90a
PE
1382013-07-08 Paul Eggert <eggert@cs.ucla.edu>
139
140 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
141 This incorporates the following merge from gnulib:
142 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
143
067428c1
PE
1442013-07-07 Paul Eggert <eggert@cs.ucla.edu>
145
9caab067
PE
146 Port to Ubuntu 10 (Bug#14803).
147 * configure.ac (accept4): New function to check for.
148
067428c1
PE
149 Make file descriptors close-on-exec when possible (Bug#14803).
150 * configure.ac (mkostemp): New function to check for.
151 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
152 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
153 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
154 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
155
1399490e 1562013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
0946b7ca
CE
157
158 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
159 http://bugs.debian.org/712974
160
5583dcb6
PE
1612013-07-02 Paul Eggert <eggert@cs.ucla.edu>
162
57f8c490
PE
163 Remove some unused macros from 'configure'.
164 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
165 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
166 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
167 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
168 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
169 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
170 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
171 Remove these macros, as they are not used.
172 (sys_siglist): Remove macro; src/sysdep.c now does this.
173
5583dcb6
PE
174 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
175 Also check that it links. Say whether it compiled and linked.
176
37afa042 1772013-07-01 Paul Eggert <eggert@cs.ucla.edu>
8f5f35cc 178
aaea7495
PE
179 Merge from gnulib, incorporating:
180 2013-06-23 ignore-value: port to gcc -pedantic
181 2013-06-21 extern-inline: port to gcc -std=c89
182
37afa042
PE
1832013-06-30 Paul Eggert <eggert@cs.ucla.edu>
184
8f5f35cc
PE
185 Do not use GTK 3 if it exists but cannot be compiled.
186 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
187 exists but cannot be compiled.
188
ae7bfbf5
JB
1892013-06-27 Juanma Barranquero <lekktu@gmail.com>
190
191 * Makefile.in (install-arch-indep): Do not create directories passed
192 with --enable-locallisppath.
193
6e0e82a0 1942013-06-24 Glenn Morris <rgm@gnu.org>
ab6a27d8
GM
195
196 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
197
c9509ef4
JB
1982013-06-22 Juanma Barranquero <lekktu@gmail.com>
199
200 * .bzrignore: Add GNU idutils ID database file.
201
6b4914d2
YM
2022013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
203
204 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
205 as a fallback.
206
aff6371e
SM
2072013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * .bzrignore: Don't unignore cl-loaddefs.el.
210
c9509ef4 2112013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89561f72
PE
212
213 * configure.ac (log2): Check for this function.
214
53d829de
JB
2152013-06-19 Juanma Barranquero <lekktu@gmail.com>
216
217 * .bzrignore: Add GNU GLOBAL files.
218
84575e67
PE
2192013-06-17 Paul Eggert <eggert@cs.ucla.edu>
220
4f405069 221 Use functions, not macros, for XINT etc. (Bug#11935).
84575e67
PE
222 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
223 as it generates bogus warnings about reasonable casts of calls.
224
2a540847
PE
2252013-06-16 Paul Eggert <eggert@cs.ucla.edu>
226
227 * configure.ac: Report ACL usage at the end (Bug#14612).
228
b0e22831
PE
2292013-06-11 Paul Eggert <eggert@cs.ucla.edu>
230
231 --without-all should imply --with-file-notification=no. (Bug#14569)
232 * configure.ac (with_file_notification): Default to $with_features.
233
bf77e230
PE
2342013-06-09 Paul Eggert <eggert@cs.ucla.edu>
235
236 Merge from gnulib, incorporating:
237 2013-06-02 sig2str: port to C++
238 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
239
b33f93ee
JD
2402013-06-08 Jan Djärv <jan.h.d@swipnet.se>
241
242 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
243 (with_file_notification): Don't set to gfile if with_ns = yes.
244
6c0a9ed1
RC
2452013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
246
247 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
e7b41c4c
JB
248 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
249 New variables.
d6f00819 250 (epaths-force-w32): Use them. (Bug#14513)
6c0a9ed1 251
b9110c6b
MA
2522013-06-03 Michael Albinus <michael.albinus@gmx.de>
253
254 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
255
7f203aa1
EZ
2562013-06-03 Eli Zaretskii <eliz@gnu.org>
257
258 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
259 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
260
55a87246
JD
2612013-06-03 Jan Djärv <jan.h.d@swipnet.se>
262
263 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
264 used. Remove xgselect.o from XOBJ.
265
c9628c79
MA
2662013-06-03 Michael Albinus <michael.albinus@gmx.de>
267
268 * configure.ac (file-notification): New option, replaces inotify option.
269 (HAVE_W32): Remove w32notify.o.
e7b41c4c 270 (with_file_notification): Add checks for glib and w32. Adapt check
c9628c79
MA
271 for inotify.
272 (Summary): Add entry for file notification.
273
274 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
275 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
276
2044e704
JB
2772013-06-02 Juanma Barranquero <lekktu@gmail.com>
278
279 * .bzrignore: Ignore dirs libexec/, share/ and var/.
280
9dbd3bb1
XF
2812013-05-29 Xue Fuqiao <xfq.free@gmail.com>
282
283 * INSTALL: Fix description.
284
2d8ac645
YM
2852013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
286
287 * configure.ac (HAVE_XRANDR): Check availability of
288 XRRGetScreenResources rather than that of XRRQueryExtension.
289
6b56a60a
EZ
2902013-05-18 Eli Zaretskii <eliz@gnu.org>
291
292 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
293 nt/epaths.nt, and nt/INSTALL.MSYS.
294
bfbe2627
PE
2952013-05-18 Paul Eggert <eggert@cs.ucla.edu>
296
31ff141c
PE
297 Port --enable-gcc-warnings to clang.
298 * configure.ac (nw): Remove obsolescent warnings.
299 These aren't needed for clang, or for gcc for that matter.
300 (emacs_cv_clang): New var, which tests for clang.
301 Omit warnings that clang is too picky about.
302 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
303 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
304
bfbe2627
PE
305 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
306 Otherwise, 'configure; make' fails on non-Windows builds.
307
df065a0b
EZ
3082013-05-16 Eli Zaretskii <eliz@gnu.org>
309
310 * lib/Makefile.am: If building for MS-Windows, include
311 nt/gnulib.mk instead of lib/gnulib.mk.
312
313 * configure.ac: Adapt to MSYS build on MS-Windows.
314
315 * Makefile.in (NTDIR): New variable, for the MSYS build on
316 MS-Windows.
317 (SUBDIR): Add $(NTDIR).
318 (.PHONY): Add epaths-force-w32.
319 (msys_to_w32): New variable.
320 (epaths-force-w32, install-nt, uninstall-nt): New targets.
321 (lib-src src): Add $(NTLIB) to prerequisites.
322 (lib lib-src lisp leim nt): Add 'nt'.
323 (config.status): Use $(CFG).
324 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
325 (install, install-arch-dep): Add install-$(NTDIR).
326 (uninstall): Depend on uninstall-$(NTDIR).
327 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
328
329 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
330 CONFIG_SITE for the MSYS build on MS-Windows.
331 (Makefile): Use $(CFG).
332
333 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
334 src/emacs.res.
335
cdd0de4b
PE
3362013-05-16 Paul Eggert <eggert@cs.ucla.edu>
337
338 Merge from gnulib, incorporating:
339 2013-05-15 manywarnings: update for GCC 4.8.0
340 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
341 2013-05-15 sig2str, stdio, warnings: port to clang
342
6e911150
SM
3432013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * Makefile.in (install-doc): DOC file is not version specific any more.
346 * .bzrignore: Don't ignore DOC-* any more.
347
522fe43b
PE
3482013-05-13 Paul Eggert <eggert@cs.ucla.edu>
349
bb8eb357 350 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
351 Reported privately by Han Boetes <han@boetes.org>.
352
86cec478
JB
3532013-05-08 Juanma Barranquero <lekktu@gmail.com>
354
355 * lib/makefile.w32-in (ACL_H): New macro.
356 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
357
ffdc270a
PE
3582013-05-07 Paul Eggert <eggert@cs.ucla.edu>
359
e7b41c4c 360 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
361 * configure.ac: Remove -with-acl option, since Gnulib does that for
362 us now.
363 (LIBACL_LIBS): Remove; no longer needed.
364 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
365 for the benefit of the new ACL implementation.
366 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
367 ($(BLD)/acl-errno-valid.$(O)): New rule.
368 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
369 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
370 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
371 New files, taken from gnulib.
372 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
373
4e3f9230
YM
3742013-05-07 Jan Djärv <jan.h.d@swipnet.se>
375
376 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
377 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
378
7a6018ad
PE
3792013-05-06 Paul Eggert <eggert@cs.ucla.edu>
380
381 Merge from gnulib, incorporating:
382 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
383
0922c475
PE
3842013-05-01 Paul Eggert <eggert@cs.ucla.edu>
385
386 * make-dist: Keep necessary restrictions on file access.
387
d9774ea4
PE
3882013-04-29 Paul Eggert <eggert@cs.ucla.edu>
389
390 Merge from gnulib, incorporating:
391 2013-04-28 extern-inline: work around bug in Sun c99
392
d7ed9b36
PE
3932013-04-27 Paul Eggert <eggert@cs.ucla.edu>
394
395 Merge from gnulib, incorporating:
396 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
397
f780d632
PE
3982013-04-26 Paul Eggert <eggert@cs.ucla.edu>
399
400 Port better to AIX (Bug#14258).
401 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
402 we did not already infer an optimization option, and -O works.
403 AIX xlc needs -O, otherwise garbage collection doesn't work.
404
c6cb2f53
PE
4052013-04-22 Paul Eggert <eggert@cs.ucla.edu>
406
1e8589d3
PE
407 * make-dist: Do not distribute admin/unidata/Makefile.
408 It is generated by 'configure'.
409
c6cb2f53
PE
410 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
411 It messes up 'make distclean', and contains no useful information
412 because it's a copy of subdirs.el.
413
7e00831f
JM
4142013-04-18 John Marino <gnugcc@marino.st> (tiny change)
415
416 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
417
4f8902cd
GM
4182013-04-18 Glenn Morris <rgm@gnu.org>
419
420 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
421 (LN_S_FILEONLY): New output variable.
422 * Makefile.in (LN_S): Remove.
423 (LN_S_FILEONLY): New, set by configure.
424 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
425
e8bdb06e
KB
4262013-04-12 Ken Brown <kbrown@cornell.edu>
427
428 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
429 `canonical' is `x86_64-unknown-cygwin'.
430
ba3b2d88
KB
4312013-04-09 Ken Brown <kbrown@cornell.edu>
432
433 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
434 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
435 (Bug#12993)
436
876da980
PE
4372013-04-07 Paul Eggert <eggert@cs.ucla.edu>
438
439 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
440 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
441 and if not on GNU/Linux or FreeBSD.
442 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
443 lib/*.o is profiled too.
444
119b2d43
PE
4452013-03-30 Paul Eggert <eggert@cs.ucla.edu>
446
447 Merge from gnulib, incorporating:
448 2013-03-29 stdalign: port to stricter ISO C11
449 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
450 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
451
afeee3e5
PE
4522013-03-27 Paul Eggert <eggert@cs.ucla.edu>
453
454 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
455 Subsumed by HAVE_XKB. All uses changed.
456
a4cedbf7
JD
4572013-03-25 Jan Djärv <jan.h.d@swipnet.se>
458
459 * configure.ac (HAVE_XKB): Define if Xkb is present.
460
f8ce376e
PE
4612013-03-24 Paul Eggert <eggert@cs.ucla.edu>
462
463 Merge from gnulib, incorporating:
464 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
465
982efbcd
PE
4662013-03-18 Paul Eggert <eggert@cs.ucla.edu>
467
4c9a1377
PE
468 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
469 * Makefile.in (QUIET_SUBMAKE): New macro.
470 (install-info, uninstall): Use it.
471
19151a7f
PE
472 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
473 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
474 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
475 no way to do this in pkg-config, so make do with a reasonable
476 approximation.
477
982efbcd
PE
478 Automate the build of ja-dic.el (Bug#13984).
479 * .bzrignore: Add leim/ja-dic/.
480
5615c9a9
PE
4812013-03-13 Paul Eggert <eggert@cs.ucla.edu>
482
47d7532e
PE
483 File synchronization fixes (Bug#13944).
484 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
485 (fsync): Remove check; now done by gnulib.
486 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
487 New files, from gnulib.
488 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
489
5615c9a9 490 Merge from gnulib, incorporating:
2c3f72f4 491 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
492 2013-03-12 mktime: fix configure typo
493 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
494 2013-03-11 putenv: avoid compilation warning on mingw
495 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
496
47d038b3
GM
4972013-03-11 Glenn Morris <rgm@gnu.org>
498
499 * Merge in all changes up to version 24.3 release.
500
0bafabe7 5012013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
502
503 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
504 It can mess up 'configure' runs.
505
b3cdfd9e
GM
5062013-03-05 Glenn Morris <rgm@gnu.org>
507
508 * Makefile.in (install-man): Ignore gzip exit status.
509
4aff132c
GM
5102013-03-03 Glenn Morris <rgm@gnu.org>
511
512 * make-dist: Remove lzma (it's replaced by xz).
513
89bd9d36
PE
5142013-03-01 Paul Eggert <eggert@cs.ucla.edu>
515
516 Merge from gnulib, incorporating:
517 2013-02-21 putenv: port better to native Windows
518 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
519 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
520
0e946786
KB
5212013-02-28 Ken Brown <kbrown@cornell.edu>
522
523 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
524
1ddc2bd6
PE
5252013-02-25 Paul Eggert <eggert@cs.ucla.edu>
526
527 Simplify data_start configuration (Bug#13783).
528 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
529 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
530 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
531 not always needed.
532 (HAVE_DATA_START): New macro.
533
b59a2e9e
PE
5342013-02-21 Paul Eggert <eggert@cs.ucla.edu>
535
536 Parallelize documentation builds.
537 This speeds up building of documentation on multiprocessor
538 platforms, and is motivated by Texinfo 5.0, which is much slower.
539 Add a toplevel rule 'make docs' to make all the documentation.
540 * .bzrignore: Add .dvi, .html, .ps.
541 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
542 ($(DOCS), docs, vi, html, pdf, ps): New rules.
543 (info-real): Depend on $(INFOS) rather than doing it sequentially.
544 (dvi): Depend on $(DVIS) rather than doing it sequentially.
545
648e5523 5462013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
547
548 Fix AIX port (Bug#13650).
549 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 550
8c0905ac
EZ
5512013-02-12 Eli Zaretskii <eliz@gnu.org>
552
553 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
554 ($(BLD)/memrchr.$(O)): New dependency.
555
71d4202f
PE
5562013-02-11 Paul Eggert <eggert@cs.ucla.edu>
557
a84b7c53
PE
558 Tune by using memchr and memrchr.
559 * .bzrignore: Add string.h.
560 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
561 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
562 New files, from gnulib.
563
71d4202f
PE
564 Merge from gnulib, incorporating:
565 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
566 2013-02-09 secure_getenv: fix C++ declaration typo
567
55fe8e64
GM
5682013-02-11 Glenn Morris <rgm@gnu.org>
569
570 * configure.ac (emacs_config_options): Record some env vars.
571
8b0590de
GM
5722013-02-10 Glenn Morris <rgm@gnu.org>
573
574 * configure.ac (emacs_config_options): Strip out the (internal)
575 arguments --no-create and --no-recursion.
576
8376d87e
PE
5772013-02-08 Paul Eggert <eggert@cs.ucla.edu>
578
579 Merge from gnulib, incorporating:
580 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
581 The MS-Windows port can remove careadlinkatcwd at its convenience.
582 2013-02-08 extensions: port better to HP-UX
583 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
584 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
585 2013-02-04 secure_getenv: new module [module not used by Emacs]
586 2013-01-30 sys_time: port to Solaris 2.6
587
8654f9d7
PE
5882013-02-01 Paul Eggert <eggert@cs.ucla.edu>
589
590 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
591 On my host, this speeds up directory-files-and-attributes by a
592 factor of 3, when applied to Emacs's src directory.
593 These functions are standardized by POSIX and are common these
594 days; fall back on a (slower) gnulib implementation if the host
595 is too old to supply them.
596 * .bzrignore: Add lib/dirent.h.
597 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
598 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
599 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
600 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
601 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
602 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
603 * m4/fstatat.m4: New files, from gnulib.
604 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
605 These last three are specific to Emacs and are not copied from gnulib.
606 They are simpler than the gnulib versions and are tuned for Emacs.
607
0eb61895
GM
6082013-02-01 Glenn Morris <rgm@gnu.org>
609
610 * make-dist: Only README files exist in lisp/ now, not README*.
611
e02703bd
GK
6122013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
613
4f405069 614 * .bzrignore: Add lib-src/blessmail.
e02703bd 615
ea78b882
PE
6162013-01-23 Paul Eggert <eggert@cs.ucla.edu>
617
618 Merge from gnulib, incorporating:
619 2013-01-16 unistd: port to recent mingw
620
795e7a5b 6212013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
622
623 * Makefile.in (install-arch-indep): Put back a chmod that was
624 removed 2012-05-19. (Bug#13430)
625
ffe04adc
PE
6262013-01-16 Paul Eggert <eggert@cs.ucla.edu>
627
628 Merge from gnulib, incorporating:
629 2013-01-16 largefile: port better to Mac OS X 10.5
630 2013-01-15 stdint: fix build with Android's Bionic fox x86
631
c4e2ba0a
PE
6322013-01-16 Paul Eggert <eggert@cs.ucla.edu>
633
634 * configure.ac: Document that --enable-gcc-warnings emits errors.
635 (Bug#13448)
636
c0511b57 6372013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
638
639 * make-dist: Add options for xz compression and no compression.
640
444b01bb
PE
6412013-01-12 Paul Eggert <eggert@cs.ucla.edu>
642
643 Enable conservative stack scanning for all architectures.
644 Suggested by Stefan Monnier in
645 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
646 * configure.ac (GC_MARK_STACK): Remove.
647
002b8433
PE
6482013-01-11 Paul Eggert <eggert@cs.ucla.edu>
649
650 * lib/getopt_.h: Remove trailing CRs that crept in.
651
b76381c6
EZ
6522013-01-11 Eli Zaretskii <eliz@gnu.org>
653
654 * lib/getopt_.h: Regenerate.
655
6466e676
PE
6562013-01-10 Paul Eggert <eggert@cs.ucla.edu>
657
658 Merge from gnulib, incorporating:
659 2013-01-09 stdlib: port to Solaris 2.6
660
92d59611
GM
6612013-01-04 Glenn Morris <rgm@gnu.org>
662
663 * info/dir: Add htmlfontify.
664
ee0d3938
PE
6652013-01-04 Paul Eggert <eggert@cs.ucla.edu>
666
667 Merge from gnulib, incorporating:
668 2013-01-04 stdio: remove now-unnecessary stdio.c
669 2013-01-04 fprintftime: depend on stdio, not ignore-value
670 2013-01-04 fwrite: silence __wur only for older glibc versions
671 2013-01-04 fwrite: silence __wur without using inline
672 * lib/stdio.c: Remove.
673 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
674 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
675
9ff99d22
PE
6762013-01-02 Paul Eggert <eggert@cs.ucla.edu>
677
678 Merge from gnulib, incorporating copyright-date changes and:
679 2012-12-31 dup2: work around cygwin bug
680
5a1d858b
JD
6812012-12-30 Jan Djärv <jan.h.d@swipnet.se>
682
683 * configure.ac: Check for GtkHandlebox.
8b745d92 684 Check for GtkTearoffMenuItem.
7ec363cf
JD
685 New enable: --enable-gtk-deprecation-warnings, default off.
686 (HAVE_GTK3): If above enable is off, add
687 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 688
d5e5e7b4 6892012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
690
691 * configure.ac (TEMACS_LDFLAGS2): Don't define.
692 (LIBS_GNUSTEP): Set for GNUstep and substitute.
693 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
694
60f5e585
GM
6952012-12-27 Glenn Morris <rgm@gnu.org>
696
697 * configure.ac (emacs_config_options): New.
698 Use $@ rather than undocumented $ac_configure_args.
699 Replace any embedded double quotes. (Bug#13274)
700
82e2a1f0 7012012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
702
703 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
704 (Bug#13222)
705
a8e1690b
PE
7062012-12-26 Paul Eggert <eggert@cs.ucla.edu>
707
708 Revert static checking of stack smashing.
709 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
710 configured with --enable-gcc-warnings. -Wstack-protector causes
711 diagnostics to be issued on Ubuntu 12.10 x86-64.
712
219023c4
PE
7132012-12-24 Paul Eggert <eggert@cs.ucla.edu>
714
715 Merge from gnulib, incorporating:
716 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
717 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
718 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
719
a4b0cca1 7202012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
721
722 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
723
7c3d167f
RF
7242012-12-16 Romain Francoise <romain@orebokech.com>
725
726 * configure.ac (acl): New option.
727 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
728 provided by libacl on GNU/Linux.
729
97976f9f
PE
7302012-12-14 Paul Eggert <eggert@cs.ucla.edu>
731
e7b41c4c 732 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
733 * configure.ac (BSD4_2): Remove; no longer needed.
734
98c94021
GM
7352012-12-13 Glenn Morris <rgm@gnu.org>
736
727f9739 737 * info/dir: Add bovine, srecode, wisent.
98c94021 738
727f9739 7392012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
740
741 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 742 (uninstall): Likewise. (Bug#13143)
0f59daaf 743
904dd565
PE
7442012-12-11 Paul Eggert <eggert@cs.ucla.edu>
745
746 Merge from gnulib for 'inline' (Bug#13040), incorporating:
747 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
748 * m4/extern-inline.m4: Update from gnulib.
749
0eeb69fe
JB
7502012-12-11 Juanma Barranquero <lekktu@gmail.com>
751
752 * lib/makefile.w32-in (SIG2STR_H): New macro.
753 ($(BLD)/sig2str.$(O)): Update dependencies.
754
7e77303e
PE
7552012-12-10 Paul Eggert <eggert@cs.ucla.edu>
756
757 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
758 There's no need to test for any of three inotify functions,
759 since we use all three. Check for just the first one.
760
1cf1bbd5
DC
7612012-12-10 Daniel Colascione <dancol@dancol.org>
762
4f405069 763 * .bzrignore: Add src/emacs.res.
9ca3e73a 764
1cf1bbd5
DC
765 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
766 build how to compile Windows resource files; use these variables
767 to tell src/Makefile.in how and whether to compile resources.
768
81606b10
RS
7692012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
770
771 * configure.ac (inotify): New option.
772 (HAVE_INOTIFY): Test for inotify.
773
75d7aa24
AS
7742012-12-09 Andreas Schwab <schwab@linux-m68k.org>
775
776 * configure.ac: Fix source command in .gdbinit.
777 Don't quote $MAKEINFO.
778
3cc53d60
PE
7792012-12-09 Paul Eggert <eggert@cs.ucla.edu>
780
781 Allow spaces in some configuration vars (Bug#13078).
782 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
783 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
784 All uses quoted, to allow spaces in these vars.
785
5745a7df
PE
7862012-12-08 Paul Eggert <eggert@cs.ucla.edu>
787
788 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
789 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
790 New files, copied automatically from gnulib.
791 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
792
63999a7d
EZ
7932012-12-08 Eli Zaretskii <eliz@gnu.org>
794
795 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
796 Remove a stray character at the beginning of the file.
797 (Bug#13026)
798
d983a10b
PE
7992012-12-08 Paul Eggert <eggert@cs.ucla.edu>
800
7be78020
PE
801 Simplify get_lim_data.
802 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
803
d983a10b
PE
804 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
805 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
806 Use SIGCHLD rather than SIGCLD.
807 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
808 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
809 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
810
d8ad4d3f 8112012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
812
813 * configure.ac: Handle info/ files with or without ".info" extension.
814
f64898ab
PE
8152012-11-30 Paul Eggert <eggert@cs.ucla.edu>
816
817 Merge from gnulib for 'inline' (Bug#13040), incorporating:
818 2012-11-29 snippet/warn-on-use: no 'static inline'
819 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
820 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
821 2012-11-29 fflush, stat: no 'static inline'
822 2012-11-29 stdio: better 'inline'
823 2012-11-29 sys_stat: no 'static inline'
824 2012-11-29 unistd: better 'inline'
825 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
826 2012-11-29 extern-inline: no 'static inline'
827 2012-11-29 sys_socket: better 'inline'
828 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
829 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
830 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
831 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
832 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
833 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
834 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
835 Update from gnulib.
836
5c9cf0a3 8372012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 838
5c9cf0a3
GM
839 * make-dist (nt): Adjust to changes in names of the *.manifest files.
840
bcd77a2b
KB
8412012-11-24 Ken Brown <kbrown@cornell.edu>
842
843 * configure.ac (HAVE_MOUSE): Remove.
844
95ef7787
PE
8452012-11-23 Paul Eggert <eggert@cs.ucla.edu>
846
847 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
848 * configure.ac: Do not check for dirent.h or closdir.
849
9239d970
PE
8502012-11-21 Paul Eggert <eggert@cs.ucla.edu>
851
852 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
853 * configure.ac: Do not check for getcwd or getwd.
854
1b3b7caa
GM
8552012-11-21 Glenn Morris <rgm@gnu.org>
856
857 * configure.ac (--enable-profiling): Doc fix.
858
d7fcbbfe 8592012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
860
861 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
862 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
863 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
864 at least 64-bit long int. This improves static checking on these
865 platforms, when configured with --enable-gcc-warnings.
866
49cdacda
PE
8672012-11-17 Paul Eggert <eggert@cs.ucla.edu>
868
869 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
870 * configure.ac: Do not check for fcntl.h.
871 * lib/gnulib.mk: Regenerate.
872
3d082a26
PE
8732012-11-16 Paul Eggert <eggert@cs.ucla.edu>
874
875 Remove no-longer-used pty_max_bytes variable.
876 * configure.ac (fpathconf): Remove unnecessary check.
877
73dcdb9f
PE
8782012-11-14 Paul Eggert <eggert@cs.ucla.edu>
879
880 Use faccessat, not access, when checking file permissions (Bug#12632).
881 * .bzrignore: Add lib/fcntl.h.
882 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
883 (gl_FCNTL_O_FLAGS): Define a dummy version.
884 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
885 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
886 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
887 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
888 New files, from gnulib.
889 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
890
8148369c
PE
8912012-11-05 Paul Eggert <eggert@cs.ucla.edu>
892
dd0333b6
PE
893 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
894 * configure.ac (setpgid, setsid): Assume their existence.
895 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
896
8148369c
PE
897 Simplify by assuming __fpending.
898 Now that Emacs is using the gnulib fpending module,
899 there's no need for Emacs to have a separate implementation.
900 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
901 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
902
b3cf17f6
EZ
9032012-11-03 Eli Zaretskii <eliz@gnu.org>
904
3a7089c1
EZ
905 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
906 $(BLD)/close-stream.$(O).
907 ($(BLD)/close-stream.$(O)):
908 ($(BLD)/fpending.$(O)): New dependencies.
909
7ccfb720
PE
9102012-11-03 Paul Eggert <eggert@cs.ucla.edu>
911
912 Fix data-loss with --batch (Bug#9574).
913 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
914 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
915 New files, from gnulib.
916 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
917
3478f4b5
EZ
9182012-11-03 Eli Zaretskii <eliz@gnu.org>
919
920 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
921
d036bcdf
GM
9222012-11-02 Glenn Morris <rgm@gnu.org>
923
924 * Makefile.in (EMACS_ICON): New variable.
925 (install-etc): Use EMACS_ICON to allow choice of icon.
926
25ca4587
GM
9272012-10-26 Glenn Morris <rgm@gnu.org>
928
59696ae0
GM
929 * Makefile.in (EMACS_NAME): New variable.
930 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
931
eeced60b
GM
932 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
933 applied to $EXEEXT.
934
25ca4587
GM
935 * Makefile.in (uninstall): Don't abort if some directories are missing.
936 Apply transformation rules to manual pages, desktop and icon files.
937 No more emacs22 icons to uninstall.
938
a6c2cc07
GM
9392012-10-24 Glenn Morris <rgm@gnu.org>
940
8bfcb8a6
GM
941 * Makefile.in (install-etc, install-man):
942 Don't apply program transform to standard file suffixes.
a6c2cc07 943
7f8de58c
PE
9442012-10-23 Paul Eggert <eggert@cs.ucla.edu>
945
946 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
947 This ports to Gentoo. Problem originally reported against coreutils,
948 but Emacs has it too.
949
ed68379e
GM
9502012-10-23 Glenn Morris <rgm@gnu.org>
951
952 * Makefile.in (emacs_transform): Remove.
953 (install-man): Revert 2012-10-21 change. (Bug#12713)
954
8dc2a723
GM
9552012-10-21 Glenn Morris <rgm@gnu.org>
956
ad483434
GM
957 * Makefile.in (install-etc): Don't install emacs22 icons.
958
8dc2a723
GM
959 * Makefile.in (emacs_transform): New variable.
960 (install-etc): Prefer a make variable to a shell variable.
961
90eacf99
SM
9622012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
965
1a9c6830
GM
9662012-10-15 Glenn Morris <rgm@gnu.org>
967
968 * Makefile.in (install-man, install-etc):
969 Apply $TRANSFORM. (Bug#12536#34)
970 (clean): Delete etc/emacs.tmpdesktop.
971
cde44a77
KH
9722012-10-11 Kenichi Handa <handa@gnu.org>
973
974 * .bzrignore: Add several files under admin/charsets.
975
e08348a0
DC
9762012-10-08 Daniel Colascione <dancol@dancol.org>
977
90eacf99
SM
978 * configure.ac: Add --with-w32 as a window system option.
979 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
980 system configuration and set TERM_HEADER to w32term.h when w32 is
981 configured.
982
983 (CYGWIN_OBJ): Add cygw32.o.
984
335f5ae4
JD
9852012-10-07 Jan Djärv <jan.h.d@swipnet.se>
986
987 * configure.ac: Check that OSX is 10.4 or newer.
988
c622b48f
PE
9892012-10-07 Paul Eggert <eggert@cs.ucla.edu>
990
991 Improve sys_siglist detection.
992 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
993 Otherwise, it's not found in either Fedora 17 or Solaris 11.
994
2b794d69
PE
9952012-10-04 Paul Eggert <eggert@cs.ucla.edu>
996
bb1dfdad
PE
997 Merge from gnulib, incorporating:
998 2012-10-02 pselect: reject invalid file descriptors
999 2012-10-02 ptsname: reject invalid file descriptors
1000 2012-10-02 manywarnings: cater to more gcc infelicities
1001 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1002 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1003 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1004 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1005
65788e2e
PE
10062012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1007
1008 Merge from gnulib, incorporating:
1009 2012-09-28 extern-inline: provide a -Wundef safe config.h
1010
a615a3ae
PE
10112012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1012
1013 Check more robustly for timer_settime.
1014 This should fix an OS X build problem reported by Ivan Andrus in
1015 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1016 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1017 does threads its own way.
89d17fd0 1018 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 1019
c462dda8
PE
10202012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1021
1022 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1023 to avoid problems with recursion when using GNU make.
1024
e41c05e5
PE
10252012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1026
bbe099e7
PE
1027 * Makefile.in (bootstrap): Simplify build procedure.
1028 Suggested by Wolfgang Jenker in
1029 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1030
e41c05e5
PE
1031 Merge from gnulib, incorporating:
1032 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1033
db8a5a18
TH
10342012-09-19 Tassilo Horn <tsdh@gnu.org>
1035
1036 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
1037 BoundingBox feature.
1038
5fb91e71
JD
10392012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1040
1041 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1042
d3612ac3
AS
10432012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1044
1045 * Makefile.in (bootstrap): Revert last change. Run config.status
1046 after config.status --recheck, run configure from $(srcdir).
1047 (config.status): Run configure from $(srcdir).
1048
eeceac93
PE
10492012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1050
50bfc824
PE
1051 * Makefile.in: Fix build error on FreeBSD.
1052 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1053 Suggested by Wolfgang Jenker in
1054 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1055 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1056 This undoes part of the 2012-09-10 patch.
1057 (bootstrap): Run ./configure, rather than trying to run config.status
1058 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
1059 Run autogen/copy_autogen if autogen.sh fails,
1060 to create 'configure'; problem reported by Andreas Schwab in
1061 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1062 * autogen.sh: Exit with status 1 when failing due to missing tools,
1063 reverting the 2012-09-10 change to this file.
1064 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1065 Use 'cp -f' for the build-aux files, since the destinations are
1066 typically read-only.
50bfc824 1067
eeceac93
PE
1068 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1069 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1070 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1071
78f83752
GM
10722012-09-17 Glenn Morris <rgm@gnu.org>
1073
1074 * configure.ac (copyright): New output variable.
1075 (COPYRIGHT): New AC_DEFINE.
1076
0caaedb1
PE
10772012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1078
1079 Remove configure's --without-sync-input option (Bug#12450).
1080 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1081
83da1b55
GM
10822012-09-16 Glenn Morris <rgm@gnu.org>
1083
1084 Increase compartmentalization of Nextstep builds rules,
1085 and store Emacs version number in fewer versioned files.
1086 * configure.ac (ns_appsrc): Use relative names.
1087 (ns_frag): Remove.
1088 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
1089 (nextstep/Makefile): Generate these nextstep files.
1090 (SUBDIR_MAKEFILES): Add nextstep.
1091 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
1092 * make-dist (nextstep/templates): Add directory.
1093 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
1094 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 1095 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 1096
0328b6de
PE
10972012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1100 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
1101 (_setjmp, _longjmp): Remove.
1102
e3141fcf
PE
11032012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1104
2af03429
PE
1105 * configure.ac (--without-sync-input): Fix typo in usage message.
1106
e3141fcf
PE
1107 * configure.ac: Port to hosts lacking gtk.
1108 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
1109 better, in particular, problems in invoking pkg-config itself.
1110 This is useful on hosts that don't have pkg-config.
1111 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1112 and gtk2 are both missing. Problem found on Solaris 8.
1113
2c484e75
JD
11142012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1115
1116 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 1117 Report Gtk+ 3 as GTK.
2c484e75 1118
4a4bbad2
PE
11192012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1120
1121 Simplify SIGIO usage (Bug#12408).
1122 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1123 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1124 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1125 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1126 to #undef SIGIO now (which was error-prone). Likewise, all uses
1127 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1128
d673aedc
JD
11292012-09-12 Jan Djärv <jan.h.d@swipnet.se>
1130
1131 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1132 and then gtk2 if not found.
1133 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1134 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1135 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1136
9d9edd4b
GM
11372012-09-11 Glenn Morris <rgm@gnu.org>
1138
1139 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1140 Be more explicit about dependencies, for parallel `make install'.
1141
c990426a
PE
11422012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 Simplify, document, and port floating-point (Bug#12381).
1145 * configure.ac (logb, cbrt): Do not check for these functions,
1146 as they are not being used.
1147
b8b0239f
PE
11482012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 Improve robustness of 'make bootstrap' (Bug#12376).
1151 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1152 * INSTALL, README: Document autogen.sh.
1153 * Makefile.in (Makefile): Mark it as precious, since it's updated
1154 atomically.
1155 (MAKE_CONFIG_STATUS): New macro.
1156 (config.status, bootstrap): Use it. This causes 'make bootstrap'
1157 to run config.status with the --recheck option, which is more
1158 appropriate for a bootstrap.
1159 (bootstrap): Run autogen.sh right after cleaning. Don't worry
1160 about failures due to missing tools.
1161 * autogen.sh: Exit with status 101 when failing due to missing tools.
1162 * make-dist: Distribute autogen.sh.
1163
f6196b87
PE
11642012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1165
1166 Assume C89 or later for math functions (Bug#12381).
1167 * configure.ac (frexp, fmod): Remove checks for these functions,
1168 as we now assume them.
1169 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1170 (HAVE_EXCEPTION):
1171 Remove; no longer needed.
1172
1a4f1e9b
PE
11732012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1174
1175 More signal-handler cleanup (Bug#12327).
1176 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1177
2fe28299
PE
11782012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1179
1180 Signal-handler cleanup (Bug#12327).
1181 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1182 Adjust to syssignal.h changes.
1183 (SIGNAL_H_AB): Remove; no longer needed.
1184
7b6c362e
PE
11852012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1186
1088b922
PE
1187 Simplify redefinition of 'abort' (Bug#12316).
1188 * configure.ac (NO_ABRT): Remove.
1189
7b6c362e
PE
1190 * configure.ac (_setjmp, _longjmp): Check by compiling
1191 instead of by guessing. The guesses were wrong for
1192 recent versions of Solaris, such as Solaris 11.
1193
7f507777
PE
11942012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1195
79a7bafe
PE
1196 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1197 It generates false alarms in doc.c, regex.c, xdisp.c. See
1198 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1199
7f507777
PE
1200 Merge from gnulib, incorporating:
1201 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1202 2011-11-30 manywarnings: update the list of "all" warnings
1203
f278d339
JD
12042012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1205
1206 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1207
2d3800d2
PE
12082012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1209
1210 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1211 This ports to glibc 2.15 or later, when configured with
1212 --enable-gcc-warnings. See Eric Blake in
1213 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1214
17a2cbbd
DC
12152012-09-01 Daniel Colascione <dan.colascione@gmail.com>
1216
1217 * configure.ac: Introduce term_header variable, which holds the
1218 value which will become TERM_HEADER in code. We effect our choice
1219 of window system by setting term_header and WINDOW_SYSTEM_OBJ
1220 instead of using ad-hoc variables and flags for each window
1221 system.
1222
6e8aca60
PE
12232012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1224
1225 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1226 and if the user has not specified CFLAGS. -g3 simplifies
1227 debugging, since it makes macros visible to the debugger.
1228
f0602979
JB
12292012-08-25 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1232
391ceac5
EZ
12332012-08-25 Eli Zaretskii <eliz@gnu.org>
1234
1235 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1236 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1237
f4a681b0
PE
12382012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1239
1240 On assertion failure, print backtrace if available.
1241 Merge from gnulib, incorporating:
1242 2012-08-24 execinfo: port to FreeBSD
1243 2012-08-22 execinfo: new module
1244 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1245 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1246
5af9cb6b
GM
12472012-08-22 Glenn Morris <rgm@gnu.org>
1248
1249 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1250 do not create the bin/emacs link. (Bug#12011)
1251
01b13eb7
PE
12522012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1253
1254 Merge from gnulib, incorporating:
1255 2012-08-20 extern-inline: support old GCC 'inline'
1256
9aa0092c
GM
12572012-08-20 Glenn Morris <rgm@gnu.org>
1258
1259 * configure.ac (AC_PROG_LN_S): Test for ln.
1260 * Makefile.in (LN_S): New, set by configure.
1261 (install-arch-dep): Use $LN_S.
1262
562d4436
PE
12632012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1264
1265 Merge from gnulib, incorporating:
1266 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1267 2012-08-19 mktime, sys_select: avoid 'static inline'
1268 2012-08-19 gnulib-tool: Fix indentation.
1269
51e6d6b2
PE
12702012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1271
1272 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1273 These files have been unused since the 2012-06-22 patch that
1274 introduced high-resolution time stamps.
1275
1598ef28
JB
12762012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1277
1278 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1279 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1280
76d0e68f
PE
12812012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1282
1283 Merge from gnulib, incorporating:
1284 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1285
57239922
JB
12862012-08-10 Juanma Barranquero <lekktu@gmail.com>
1287
1288 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1289 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1290 ($(BLD)/u64.$(O)): Update dependencies.
1291
9374581a
GM
12922012-08-10 Glenn Morris <rgm@gnu.org>
1293
1294 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1295
da3d2105
DA
12962012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1297
1298 * configure.ac (--disable-features): Rename to --without-all.
1299 (OPTION_DEFAULT_ON): Change to use with_features.
1300 * INSTALL: Fix description.
1301
c30d4aef
DA
13022012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1303
1304 * configure.ac: New option --disable-features.
1305 (OPTION_DEFAULT_ON): Change to use enable_features.
1306 * INSTALL: Explain --disable-features.
1307
7d732d1a
GM
13082012-08-07 Glenn Morris <rgm@gnu.org>
1309
1310 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1311 * autogen.sh (automake_min): Get it from configure.ac.
1312
1c6f11f4
GM
13132012-08-06 Glenn Morris <rgm@gnu.org>
1314
1db4583a
GM
1315 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1316
1c6f11f4
GM
1317 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1318 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1319 (DISPNEW_NEEDS_STDIO_EXT): New define.
1320
68b0c113
MA
13212012-08-05 Michael Albinus <michael.albinus@gmx.de>
1322
a4fe5376 1323 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 1324
32d9ba9a
UM
13252012-08-05 Ulrich Müller <ulm@gentoo.org>
1326
1327 * configure.ac: Disable paxctl if binaries don't have a
1328 PT_PAX_FLAGS program header. (Bug#11979)
1329
fddc1855
EZ
13302012-08-03 Eli Zaretskii <eliz@gnu.org>
1331
1332 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1333 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1334 (SHA512_H): Don't mention u64.h twice.
1335 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1336 New targets.
1337
f35ef0ed
PE
13382012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1339
1340 Merge from gnulib, incorporating:
1341 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1342
d7844221
YM
13432012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1344
1345 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1346 out-of-tree build.
1347
837b365b
GM
13482012-08-02 Glenn Morris <rgm@gnu.org>
1349
d66b744d
GM
1350 * make-dist: Remove src/s.
1351
837b365b
GM
1352 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1353
3f750e43
PE
13542012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1355
a0d4efe9
PE
1356 Merge from gnulib (Bug#12116), incorporating:
1357 2012-08-01 extern-inline: new module
1358 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 1359 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
1360 New files. The new .c files are for instantiating extern inline
1361 functions.
1362
13294f95
PE
1363 Port to Solaris 8.
1364 Without this change, 'configure' fails because the recently-added
1365 wait3 prototype in config.h messes up later 'configure' tests.
1366 Fix this problem by droping wait3 and WRETCODE, as they're
1367 no longer needed on hosts that are current porting targets.
1368 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1369 All uses changed to waitpid and WEXITSTATUS.
1370
3f750e43
PE
1371 Avoid needless autoheader after autogen.sh.
1372 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1373 * .bzrignore: Add it.
1374 * autogen.sh: Create it.
1375
ae21c275
GM
13762012-08-01 Glenn Morris <rgm@gnu.org>
1377
1378 * configure.ac (DOS_NT, MSDOS): New system type templates.
1379
fca64dbd
UM
13802012-08-01 Ulrich Müller <ulm@gentoo.org>
1381
1382 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1383 Don't include crtbegin.o and crtend.o. (Bug#12047)
1384
5c0c0e8a
GM
13852012-08-01 Glenn Morris <rgm@gnu.org>
1386
ca35a5f7
GM
1387 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1388 (INTERNAL_TERMINAL): New.
b72c9a8c 1389
5c0c0e8a
GM
1390 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1391 (IS_ANY_SEP): Move here from src/lisp.h.
1392
552a99b4
JB
13932012-08-01 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1396 (CONF_POST_H): New macro.
1397
8d8e2dfe
GM
13982012-07-31 Glenn Morris <rgm@gnu.org>
1399
bc96620a
GM
1400 * configure.ac (S_FILE): Remove output variable.
1401
68169a33
GM
1402 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1403
b2c7a106
GM
1404 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1405 Move here from src.
1406
8d8e2dfe
GM
1407 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1408 Move here from conf_post.h.
1409
c09bfb2f
DA
14102012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1411
1412 Improve OpenMotif detection on GNU/Linux systems.
1413 * configure.ac (MOTIF): Check for /usr/include/openmotif
1414 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1415
57ae02b1
AS
14162012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1417
1418 * Makefile.in (install-arch-indep): Avoid eval.
1419
c1529ded
GM
14202012-07-31 Glenn Morris <rgm@gnu.org>
1421
b3a56300
GM
1422 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1423
cd8bac79
GM
1424 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1425 when removing src/s/sol2-6.h yesterday.
1426
268e2432
GM
1427 * configure.ac (USG5_4): Reintroduce this.
1428 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1429
400d5621
GM
1430 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1431
7552f3ee
GM
1432 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1433 and to s/usg5-4-common.h on irix6-5.
c1529ded 1434
b429a4ee
GM
14352012-07-30 Glenn Morris <rgm@gnu.org>
1436
1437 * configure.ac (AH_BOTTOM): Use an include file, so that the
1438 contents do not get processed by autoheader.
1439
0aee6912
PE
14402012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1441
8f25abd3
PE
1442 Do not overwrite config.status while executing it (Bug#11214).
1443 * Makefile.in (MAKEFILE_NAME): New macro.
1444 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1445 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1446 so that GNU 'make' isn't tempted to make the Makefile and then
1447 regenerate config.status while config.status is running.
1448
0aee6912
PE
1449 Update .PHONY listings in makefiles.
1450 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1451 FRC, install-arch-dep, install-arch-indep, install-doc,
1452 install-info, install-man, install-etc, install-strip, uninstall,
1453 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1454 (.RECURSIVE): Remove; hasn't been needed for years.
1455
0a763bd1
GM
14562012-07-30 Glenn Morris <rgm@gnu.org>
1457
32bac6d6
GM
1458 * configure.ac (SIGNAL_H_AHB): New hack macro.
1459 (opsysfile): Set to empty on netbsd, openbsd.
1460 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1461
b65e7c46 1462 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 1463
847bb9eb
JD
14642012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1465
1466 * Makefile.in (install-arch-indep): Remove sh -x.
1467
d34d6ffc
GM
14682012-07-30 Glenn Morris <rgm@gnu.org>
1469
abc7ec54
GM
1470 * configure.ac (opsysfile): Tweak message for null case.
1471
227f5bd0
GM
1472 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1473 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 1474
dc5493f1
PE
14752012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1476
1477 Merge from gnulib, incorporating:
1478 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1479
ffd817eb
JD
14802012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1481
1482 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1483
e32a5799
PE
14842012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 Use Gnulib environ module (Bug#9772).
1487 * m4/environ.m4: New file, from gnulib.
1488 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1489
1490 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1491 This should improve portability of macros like alignof and DECL_ALIGN.
1492 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1493 * .bzrignore: Add lib/stdalign.h.
1494 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1495 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1496 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1497 fiddles with this, as gnulib now does this for us.
1498
441efe9f
DA
14992012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1500
1501 Fix toolkit configuration report.
1502 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1503 --with-x-toolkit=gtk3 is used.
1504
5dad233c
PE
15052012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1506
1507 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1508 * configure.ac: Configure gnulib at the end, not before running
1509 pkg-config. This restores the behavior before 2012-06-22, when
1510 higher-resolution time stamps were added, and fixes a bug whereby
1511 LIB_PTHREAD was not used and gnulib's part of 'configure'
1512 therefore incorrectly assumed that pthread_sigmask wasn't working.
1513 Fix the problem with -lrt and clock_gettime a different way.
1514 This should complete the fix for Bug#11884.
1515 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1516
b6e9e0ff
PE
15172012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1518
1519 Merge from gnulib, incorporating:
1520 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1521 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1522
5b3f250f
GM
15232012-07-14 Glenn Morris <rgm@gnu.org>
1524
1525 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1526 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1527
dbee5793
GM
15282012-07-13 Glenn Morris <rgm@gnu.org>
1529
32fb4bb6
GM
1530 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1531
983188fd
GM
1532 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1533 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1534 Move "system type" macros here from src/s.
1535 (BSD_SYSTEM_AHB): New hack macro.
1536 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1537
5b633342
GM
1538 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1539 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 1540
308aab79
GM
15412012-07-12 Glenn Morris <rgm@gnu.org>
1542
4fae5a7a
GM
1543 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1544 setting here from src/s/darwin.h.
1545
51c3b9b4
GM
1546 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1547 as src/s/darwin.h used to.
1548
42bd1719
GM
1549 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1550 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 1551 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 1552 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 1553 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 1554 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 1555 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 1556
c43fb4c3
GM
15572012-07-11 Glenn Morris <rgm@gnu.org>
1558
1559 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 1560 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 1561
554fef51
PE
15622012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1563
1564 * configure.ac (tzset): Remove check that's redundant with gnulib.
1565
c8add24e
GM
15662012-07-11 Glenn Morris <rgm@gnu.org>
1567
172bedef
GM
1568 * configure.ac (CLASH_DETECTION): Define unconditionally.
1569
249685df
GM
1570 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1571
c8add24e 1572 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 1573 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 1574
5ebbef1d
PE
15752012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1576
bb352260
PE
1577 Assume mkdir, rename, rmdir, strerror.
1578 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 1579
20e94fdd
GM
15802012-07-11 Glenn Morris <rgm@gnu.org>
1581
9d596af3
GM
1582 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1583
20e94fdd
GM
1584 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1585
22ffb973
PE
15862012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1587
1588 Remove "#define unix" that is no longer needed (Bug#11905).
1589 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1590 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1591 2012-07-09 getopt: Simplify after Emacs changed.
1592
882cf227
GM
15932012-07-10 Glenn Morris <rgm@gnu.org>
1594
d02eb359
GM
1595 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1596 Move here from src/s.
882cf227 1597
cda158b4
AS
15982012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1599
1600 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1601 PNG_DEPRECATED.
1602
5994c183
PE
16032012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1604
1605 Add GCC-style 'const' attribute to functions that can use it.
1606 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1607 (ATTRIBUTE_CONST): New macro, in config.h.
1608
52331d2c
JB
16092012-07-09 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * lib/makefile.w32-in: Rework dependencies.
1612 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1613 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1614 (U64_H, SHA512_H): New macros.
1615 (SRC): Redefine to point to src/, not current directory.
1616 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1617 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1618 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1619 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1620 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1621 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1622 ($(BLD)/filemode.$(O)): Update dependencies.
1623
c4444d16
PE
16242012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1625
2f93ecce
PE
1626 Merge from gnulib, incorporating:
1627 2012-07-09 timespec: mark functions with const attributes
1628
c4444d16
PE
1629 Rename configure.in to configure.ac (Bug#11603).
1630 The name 'configure.in' has been obsolescent for quite some time,
1631 and the next release of Autoconf will generate warnings for it.
61a11606
PE
1632 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1633 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
1634 * configure.ac: Rename from configure.in.
1635 * INSTALL, INSTALL.BZR, README, make-dist:
1636 * Makefile.in (AUTOCONF_INPUTS):
1637 * autogen.sh (autoconf_min):
1638 * autogen/update_autogen (sources):
1639 Adjust to reflect new name.
1640
0ccb0b09
PE
16412012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1642
1643 Restore deprecation warnings, except for older libpng.
1644 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1645 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1646 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1647
4da41f1c
AS
16482012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1649
1650 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1651
6045c4fd
PE
16522012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1653
1654 Improve static checking when configured --with-ns.
1655 See Samuel Bronson's remarks in
1656 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1657 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1658 a no-op with recent GCC and harmful in earlier ones.
1659 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1660 warning when compiling with ObjC. Always omit
1661 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1662 being done correctly.
1663
4516fbef
GM
16642012-07-07 Glenn Morris <rgm@gnu.org>
1665
41f9404e
GM
1666 * configure.in (BROKEN_SA_RESTART): Doc fix.
1667
4516fbef
GM
1668 * configure.in: Rather than checking for things then undef'ing
1669 them on some platforms, simply don't check for them.
1670 (getwd): Don't check for it on unixware.
1671 (random, rint): Don't check for these on hpux.
1672 (res_init, libresolv): Don't check for these on darwin.
1673
07adc2c6
JB
16742012-07-07 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1677 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1678 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1679 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1680
a69ca799
PE
16812012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1682
f5c08e17
PE
1683 * configure.in: Document --enable-gcc-warnings better.
1684
fee5959d
PE
1685 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1686 This is safer than strcasecmp, which has unspecified behavior
1687 outside the POSIX locale and in practice sometimes does not work
1688 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1689 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 1690
fee5959d
PE
1691 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1692 * lib/c-strncasecmp.c: New files, taken from gnulib.
1693 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1694
a69ca799
PE
1695 Merge from gnulib, incorporating:
1696 2012-07-06 timespec-sub: avoid duplicate include
1697 Reported by Juanma Barranquero.
1698
a02d99e7
GM
16992012-07-06 Glenn Morris <rgm@gnu.org>
1700
1701 * make-dist [update]: Let autoreconf figure out what needs updating.
1702 Use `make info-real'. leim/leim-list.el should always exist.
1703 Check cd return value.
1704
7dca65a4
PE
17052012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1706
1707 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1708 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1709 2012-07-05 sys_time: allow too-wide tv_sec
1710
013aabf1
PE
17112012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1712
1713 Merge from gnulib.
1714 * lib/alloca.in.h: New version from gnulib, incorporating:
1715 2012-07-03 alloca: add support for HP NonStop TNS/E native
1716
8ce70ed2
DA
17172012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1718
1719 * configure.in: If --enable-gcc-warnings, disable
1720 -Wunsafe-loop-optimizations for -O1 optimization level.
1721
ca26824c
GM
17222012-06-30 Glenn Morris <rgm@gnu.org>
1723
1724 * configure.in (standardlisppath): New output variable.
1725 (lisppath): Use standardlisppath.
1726 * Makefile.in (standardlisppath): New, set by configure.
1727 (epaths-force): Use standardlisppath and locallisppath rather than
1728 lisppath.
1729
94eb8e0a
DA
17302012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1731
1f9f395d 1732 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
1733 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1734 Add --enable-link-time-optimization.
1735 * INSTALL: Mention this.
1736
e509cfa6
DA
17372012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1738
1739 * configure.in: Add glyphs category to --enable-checking option.
1740 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1741
a54e2c05
DA
17422012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1743
1744 * configure.in (ENABLE_CHECKING): Update comment.
1745
059e4fb5
PE
17462012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1747
15458df4
PE
1748 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1749 Emacs proper no longer uses these headers, and can rely on Gnulib
1750 for these checks.
1751
059e4fb5
PE
1752 Merge from gnulib.
1753 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1754 getopt-posix: No longer guarantee that option processing is resettable.
1755
1ba6038a
GM
17562012-06-27 Glenn Morris <rgm@gnu.org>
1757
0b6b25d5
GM
1758 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1759
1ba6038a
GM
1760 * INSTALL: Remove references to paths.el.
1761
cc06e7e7
EZ
17622012-06-26 Eli Zaretskii <eliz@gnu.org>
1763
90eacf99
SM
1764 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1765 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
1766 the same object file to be mentioned twice, causing failures in
1767 parallel builds.
1768
cf38a720
PE
17692012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1770
1771 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1772 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1773
3511c784
DA
17742012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1775
1776 * configure.in (AC_CHECK_FUNCS): Detect library functions
1777 strcasecmp and strncasecmp.
1778
845ca893
PE
17792012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1780
1781 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1782 We might as well use the spelling standardized by C11,
1783 as in the long run that should simplify maintenance.
1784 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1785
696056c2
EZ
17862012-06-24 Eli Zaretskii <eliz@gnu.org>
1787
1788 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1789 ($(BLD)/timespec-add.$(O)):
1790 ($(BLD)/timespec-sub.$(O)): Don't depend on
1791 $(EMACS_ROOT)/nt/inc/sys/time.h.
1792
1793 * lib/stat-time.h:
1794 * lib/timespec.h:
1795 * lib/utimens.h: Revert last change.
1796
47d0c011
PE
17972012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 Merge from gnulib.
1800 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1801 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1802
388cdec0
EZ
18032012-06-23 Eli Zaretskii <eliz@gnu.org>
1804
1805 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1806 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1807 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1808 $(BLD)/timespec-sub.$(O).
1809 ($(BLD)/dtotimespec.$(O)):
1810 ($(BLD)/gettime.$(O)):
1811 ($(BLD)/timespec-add.$(O)):
1812 ($(BLD)/timespec-sub.$(O)): New dependencies.
1813
1814 * lib/stat-time.h:
1815 * lib/timespec.h:
ed9265fc 1816 * lib/utimens.h: Include sys/time.h.
388cdec0 1817
54e8a418
AS
18182012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1819
1820 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1821 the correct CFLAGS and LIBS.
1822
d35af63c
PE
18232012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1824
1825 Support higher-resolution time stamps (Bug#9000).
1826 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1827 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1828 that the new clock stuff doesn't clash with RSVG_LIBS.
1829 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1830 as gnulib does that for us now.
1831 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1832 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1833 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1834 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1835 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1836 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1837 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1838 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1839 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1840 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1841 New files, copied automatically from gnulib.
1842 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1843
05730648
PE
18442012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1845
1846 Merge from gnulib.
1847 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1848 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1849 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1850 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1851 Copy new versions from gnulib, incorporating the following changes:
1852 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1853 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1854 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1855 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1856 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1857 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1858
646b5f55
AS
18592012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1860
1861 * configure.in: Rename --enable-use-lisp-union-type to
1862 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1863 instead of USE_LISP_UNION_TYPE.
1864
8a07a8c6
GM
18652012-06-12 Glenn Morris <rgm@gnu.org>
1866
b4492cba
GM
1867 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1868 (opsysfile): Set specially for sol2-10.
1869
8a07a8c6
GM
1870 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1871 New AC_DEFINEs, for hpux11.
1872 (opsysfile): Set specially for hpux11.
1873
03043c1b
PE
18742012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1875
1876 * configure.in: Coalesce some function checking.
1877 This makes 'configure' a bit smaller.
1878 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1879
ed846e5f
GM
18802012-06-12 Glenn Morris <rgm@gnu.org>
1881
0d369729
GM
1882 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1883
45fa9c0f
GM
1884 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1885
ed846e5f
GM
1886 * configure.in: Anticipate platforms with no src/s file.
1887
0e25d334
CY
18882012-06-12 Chong Yidong <cyd@gnu.org>
1889
1890 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1891
a9be7d2b
GM
18922012-06-11 Glenn Morris <rgm@gnu.org>
1893
1894 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1895
e3a3e213
MA
18962012-06-09 Michael Albinus <michael.albinus@gmx.de>
1897
1898 * configure.in (dbus_type_is_valid): Check for library function.
1899
276d5f5d
GM
19002012-06-06 Glenn Morris <rgm@gnu.org>
1901
1902 * INSTALL, make-dist: Remove vcdiff.
1903
418cd726
GM
19042012-06-03 Glenn Morris <rgm@gnu.org>
1905
1906 * INSTALL, make-dist: Remove rcs-checkin.
1907
c71232db
UM
19082012-06-03 Ulrich Müller <ulm@gentoo.org>
1909
1f9f395d 1910 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 1911
501390c5
PE
19122012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1913
1914 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1915 It is confusingly named and rarely useful. See, for example,
1916 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1917 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1918 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1919 * configure.in: Remove --disable-maintainer-mode.
1920 (USE_MAINTAINER_MODE, MAINT): Remove.
1921
0e7a053e
PE
19222012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1923
1924 Make 'configure' a bit smaller and faster.
1925 * configure.in (INSTALL_INFO): Set it with one call to
1926 AC_PATH_PROG, not three.
1927 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1928 so likely that it'll be needed.
1929 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1930 (AC_PROG_MAKE_SET): Remove; Automake does this.
1931 (sysinfo): Do not check for this function, as it's never used.
1932 (tzset): Check for this function just once.
1933 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1934 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1935
cd376509
EZ
19362012-05-27 Eli Zaretskii <eliz@gnu.org>
1937
42a53d84
EZ
1938 * config.bat (lib): Create/update lib/stdalign.in-h and
1939 lib/sys_types.in-h.
1940
0e7a053e
PE
1941 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1942 ($(BLD)/sha1.$(O)):
1943 ($(BLD)/sha256.$(O)):
cd376509
EZ
1944 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1945 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1946
1947 * lib/getopt_.h: Regenerate.
1948
50c4645e
PE
19492012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1950
1951 Assume gnulib does largefile.
1952 Gnulib does the largefile configuration anyway, so when configure.in
1953 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1954 * configure.in (AC_SYS_LARGEFILE): Remove.
1955 * lib/gnulib.mk: Autoupdate.
1956
caf8a9b2
PE
19572012-05-26 Paul Eggert <eggert@cs.ucla.edu>
1958
1959 Merge from gnulib. (Bug#11527)
1960
1961 The build procedure now creates <stdalign.h> and <sys/types.h> for
1962 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
1963 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1964 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
1965 msdos and nt builds.
1966
1967 Here is a precis of gnulib changes that seem relevant; please see
1968 the gnulib ChangeLog for details.
1969
1970 2012-05-18 crypto: fix bug in large buffer handling
1971 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1972 2012-05-10 _Noreturn: port config.h to gcc -Wundef
1973 2012-05-08 warnings.m4: give a means to specify the program to compile
1974 2012-05-07 stdint: be more consistent with glibc, SunOS libc
1975 2012-04-21 Large File Support for native Windows platforms.
1976 2012-04-14 stat: Bypass buggy override in mingw64.
1977 2012-03-29 stdio: don't assume gets any more
1978 2012-03-24 Enable common subexpression optimization in GCC.
1979 2012-02-09 maint: replace FSF snail-mail addresses with URLs
1980 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1981 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1982 2012-01-21 stdint: Add support for Android.
1983 2012-01-15 Improve support for MSVC 9.
1984 2012-01-08 mktime: Avoid compilation error on Solaris 11.
1985 2012-01-05 Use ', not `, for quoting output.
1986 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1987 2012-01-05 strtoimax: Work around AIX 5.1 bug.
1988 2012-01-05 inttypes: Modernize.
1989 2011-12-13 inttypes, stdint: add C++11 support
1990 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1991 2011-11-21 _Noreturn: Check that _MSC_VER is defined
1992 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1993 2011-11-09 raise: fix mingw handling of SIGPIPE
1994 2011-10-27 Add stdalign module and use it in other modules.
1995
1996 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1997 * m4/sys_types_h.m4:
1998 New files.
1999 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2000 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2001 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
2002 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2003 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2004 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2005 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2006 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2007 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2008 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2009 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2010 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2011 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2012 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2013 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2014 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2015 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2016 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2017 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2018 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2019 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2020 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2021 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2022 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2023 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2024 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2025 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2026 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2027 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2028 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2029 Update from gnulib.
2030
34374650
PE
20312012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2032
2033 Remove src/m/*.
2034 * configure.in: Remove all mention of src/m/*.
2035 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2036 All uses removed.
2037 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2038 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2039 * lib/makefile.w32-in: Remove dependencies on
2040 $(EMACS_ROOT)/src/m/intel386.h.
2041 * make-dist: Don't make links to src/m.
2042
ec21c7f8
PE
20432012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2044
2045 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2046 Without this further fix, aclocal was being invoked unnecessarily.
2047
39078e4a
GM
20482012-05-22 Glenn Morris <rgm@gnu.org>
2049
2050 * Makefile.in (blessmail, install-arch-dep, uninstall):
2051 Check cd lib-src works.
2052 (install-arch-dep, uninstall): Remove unneeded subshells.
2053
be17565b
GM
20542012-05-21 Glenn Morris <rgm@gnu.org>
2055
ff0c3cfb
GM
2056 * update-subdirs: Move to build-aux/.
2057 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2058
d10cfddd
GM
2059 * Makefile.in (leimdir): New, set by configure.
2060 (COPYDIR, COPYDESTS): Add leim directories.
2061 (install-leim): Remove.
2062 (install-arch-indep): Handle leim installation directly.
2063
be17565b
GM
2064 * vpath.sed: Remove unused file.
2065 * make-dist: No more vpath.sed.
2066
9b4ee616
PE
20672012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2068
fb77d37e
PE
2069 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2070 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2071 even though the file's name in gnulib is m4/gnulib-comp.m4.
2072 This had a problem when merging from gnulib, as the code temporarily
2073 renamed it to the full name, causing problems when interrupted.
2074 Now the file has its full name, with the idea that we will find
2075 a solution for MS-DOS that does not affect the rest of Emacs.
2076 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2077
261cb4bb
PE
2078 Assume C89 or later.
2079 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2080 (POINTER_TYPE, PROTOTYPES): Remove.
2081
9b4ee616
PE
2082 Make merging from gnulib a script, not a makefile action.
2083 Putting it in a makefile has some problems with reflection, as
2084 merging from gnulib updates 'configure', which can update the makefile.
2085 Putting it in a standalone script breaks this loop.
2086 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2087 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2088 Remove, moving the actions to the script admin/merge-gnulib.
2089
261cb4bb
PE
20902012-05-21 Glenn Morris <rgm@gnu.org>
2091
2092 * configure.in (LEIM_INSTALLDIR):
2093 Rename to leimdir, treat like lispdir.
2094
b847032c
GM
20952012-05-21 Glenn Morris <rgm@gnu.org>
2096
2097 * Makefile.in (install-arch-indep, install-doc, install-info)
2098 (uninstall): Scrap superfluous subshells.
2099
a04689de 21002012-05-19 Ulrich Müller <ulm@gentoo.org>
af006ad5
UM
2101
2102 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
2103
003fdae2
PE
21042012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2105
9232a6d9
PE
2106 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
2107 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
2108 getsockopt, setsockopt, mremap, mempcpy.
2109
003fdae2
PE
2110 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2111 is being removed.
2112 (AC_CHECK_FUNCS): Remove ftime.
2113
e7333757
GM
21142012-05-19 Glenn Morris <rgm@gnu.org>
2115
e39b9806 2116 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 2117
42d5aa3e
GM
2118 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2119 Set permissions of lisp/subdirs.el.
2120
9192d37d
GM
2121 * Makefile.in (SUBDIR): Add leim. Update users.
2122
2e5d41e4
GM
2123 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2124
e7333757
GM
2125 * Makefile.in (leim): No need to set PARALLEL.
2126
7606c360
GM
21272012-05-18 Glenn Morris <rgm@gnu.org>
2128
6d1a623e
GM
2129 * Makefile.in (install-arch-indep, install-info, install-man):
2130 Simplify some one-sided ifs.
2131
29473393
GM
2132 * Makefile.in: Install only the relevant DOC file.
2133 (install-arch-indep): Delete etc/DOC*.
2134 (install-doc): No more need to delete etc/DOC.
2135
660c8c1e
GM
2136 * Makefile.in (install-arch-indep): Split into several rules.
2137 (install-doc, innstall-info, install-man): New rules.
2138
37f36bcb
GM
2139 * configure.in (mandir): May as well include it in the NS app bundle.
2140
0629a797
GM
2141 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2142 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2143 (install-arch-indep): Don't install-etc for self-contained ns builds.
2144
136c45ee
GM
2145 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2146 No longer unconditonally add /sw directories. (Bug#2280)
2147
ed0ba302
GM
2148 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2149 (install-arch-indep): Depend on install-leim.
2150 (install): Remove explicit install-leim dependence.
2151
62061397
GM
2152 * Makefile.in (install-arch-indep):
2153 Move last element of mkdir rule here.
2154 (mkdir): Remove rule.
2155
37baa3c8
GM
2156 * Makefile.in (install-arch-indep): Remove unneeded chmods.
2157 INSTALL_DATA does this for us.
2158
b533f05e
GM
2159 * Makefile.in (install-arch-dep): Ensure bindir exists.
2160 Drop mkdir dependency.
2161 (install-arch-indep): Ensure docdir, infodir, mandir exist.
2162 (install-leim): Drop mkdir dependency.
2163 (mkdir): Remove most directories, now made in relevant rules.
2164
7606c360
GM
2165 * Makefile.in (install-arch-indep): Combine adjacent loops.
2166
3a4155de
GM
21672012-05-17 Glenn Morris <rgm@gnu.org>
2168
d9a1e2c2
GM
2169 * Makefile.in (install-etc, mkdir):
2170 Make relevant directories in install-etc rather than mkdir.
2171
4c54abe1
GM
2172 * Makefile.in (write_subdir): Create the directory if needed.
2173 (install-arch-dep, mkdir): No need to make site-lisp directories.
2174
9f1ea7dc 2175 * Makefile.in (write_subdir): New.
05f3d308 2176 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 2177
40c117e7 2178 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 2179 For a self-contained ns build, set these to the appropriate values.
40c117e7 2180 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 2181
b4a36200
GM
2182 * configure.in (ns_self_contained): New output variable.
2183 * Makefile.in (ns_self_contained): New, set by configure.
2184 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
2185 don't bother installing binaries then immediately deleting them.
2186
3a4155de
GM
2187 * Makefile.in (ns_appbindir, ns_appresdir):
2188 Move them before things that may refer to them.
2189 (install-arch-dep): No need to relocate self-contained ns libexec.
2190
2191 * configure.in (archlibdir): Set it for self-contained ns builds.
2192 (libexecdir): Don't expand it now (this is mainly cosmetic).
2193
f04940ae
PE
21942012-05-16 Paul Eggert <eggert@cs.ucla.edu>
2195
2196 * configure.in: Simplify by removing CPP etc.
2197 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2198 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2199 In particular we no longer need to fiddle with CPP, since we don't
2200 use CPP specially any more.
2201 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2202 adjusted compiler.
2203 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2204 since gl_EARLY and/or Autoconf already does these.
2205
27cb7be2
GM
22062012-05-16 Glenn Morris <rgm@gnu.org>
2207
2208 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2209 (CPP): Do not unconditionally set it on Darwin.
2210 Instead, try to test if -no-cpp-precomp is accepted.
2211 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
2212
ec3ca9ec
GM
22132012-05-15 Glenn Morris <rgm@gnu.org>
2214
4e7d487c 2215 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 2216
75a9f5f5
GM
2217 * Makefile.in (install-arch-dep): Do not hard-code version number.
2218
ec3ca9ec
GM
2219 * Makefile.in (install-arch-dep): NS install no longer needs to
2220 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2221
3fe7cdc8
GM
22222012-05-12 Glenn Morris <rgm@gnu.org>
2223
9e6b06ed
GM
2224 * configure.in (ns_appbindir): Remove trailing "/".
2225
3fe7cdc8
GM
2226 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2227 (MKDEPDIR): Use $MKDIR_P.
2228 * Makefile.in (MKDIR_P): New, set by configure.
2229 (mkdir): Use $MKDIR_P.
2230
a873f274
GM
22312012-05-11 Glenn Morris <rgm@gnu.org>
2232
2233 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 2234 Use INSTALL_DATA for the DOC file.
c8e32179 2235 Remove dead code for ./lisp that never executes.
a873f274 2236
ff57c2ec
GM
22372012-05-10 Glenn Morris <rgm@gnu.org>
2238
2239 * configure.in (LEIM_INSTALLDIR): New output variable.
2240
49ed9c8e
SM
22412012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2244
5122804a
GM
22452012-05-08 Glenn Morris <rgm@gnu.org>
2246
2247 * make-dist: No more doc/lispref/*.el.
2248
01319a4e
AS
22492012-05-05 Andreas Schwab <schwab@linux-m68k.org>
2250
2251 * configure.in: Fix quoting bugs.
2252
8045b906
GM
22532012-05-04 Glenn Morris <rgm@gnu.org>
2254
2255 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2256
9fa0e416
GM
22572012-05-02 Glenn Morris <rgm@gnu.org>
2258
3c30e766
GM
2259 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2260 the choices made by FreeBSD and NetBSD. (Bug#10313)
2261
9aa071df
GM
2262 * Makefile.in (INFO_FILES): Remove variable.
2263 (INFO_NONMISC): New variable.
2264 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2265
cd3771a0
GM
2266 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2267 some reason caused problems on an old Solaris.
2268
a36e64d0
GM
2269 * Makefile.in (install-arch-indep, uninstall):
2270 Ensure that INSTALL-type commands are run from top-level.
2271
9e7a4bcf
GM
2272 * info/dir: Make some entries consistent with the source texi files.
2273
9fa0e416
GM
2274 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2275
7adecb99
GM
22762012-05-02 Glenn Morris <rgm@gnu.org>
2277
2278 * Makefile.in (install-arch-indep):
2279 Combine adjacent install-data and install-info loops.
2280
4737362e
GM
22812012-05-01 Glenn Morris <rgm@gnu.org>
2282
ab1121bd
GM
2283 * Makefile.in (MAN_PAGES): Remove.
2284 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2285
a4a18b8b
GM
2286 * configure.in: Try libtinfo for tputs.
2287 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2288
3ba0a545
GM
2289 * configure.in: Combine adjacent $opsys case blocks.
2290
e3da5b19
GM
2291 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2292
262f06da
GM
2293 * configure.in: Invert the TERMINFO logic,
2294 since "yes" is far more common than "no".
2295
9311dcff
GM
2296 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2297
4d5c6349
GM
2298 * configure.in (LD_SWITCH_X_SITE_RPATH):
2299 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2300
4737362e
GM
2301 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2302
562e638f
GM
23032012-04-26 Glenn Morris <rgm@gnu.org>
2304
2305 * make-dist: No more doc/lispref/tindex.pl.
2306
dcbf5805
MA
23072012-04-22 Michael Albinus <michael.albinus@gmx.de>
2308
2309 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2310 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 2311 these library functions.
dcbf5805 2312
4b5b5289
PE
23132012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2314
2315 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2316 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2317 -Werror=deprecated-declarations flag, use of hooks like
2318 __malloc_initialize_hook causes compilation to fail because these
2319 hooks are deprecated. Modify 'configure' to check for these hooks too.
2320 Simplify the 'configure' code to test for all the hooks at once.
2321 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2322 (emacs_cv_var_doug_lea_malloc): ... this new var.
2323
9ee7d8b9
PE
23242012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2325
2326 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2327 dated 2011-10-07. Regenerating from current gnulib would be a
2328 pervasive change, and currently the trunk isn't open to such changes.
2329 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2330 that gnulib does it.
2331 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2332
5e6ab4e6
AS
23332012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2334
2335 * m4/gl-comp.m4: Update. (Bug#11285)
2336
c07a4c0b 23372012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
2338
2339 * configure.in: Don't use the -R option (Bug#11251).
2340
6c94c34f 23412012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 2342
9f46df23 2343 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
2344 I have been using this change for many months in my private copy
2345 of Emacs, and have used it to find several bugs. It's mature
2346 enough to publish now.
2347 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2348 * configure.in: Support --enable-gcc-warnings, in the style of
2349 other GNU packages such as coreutils.
2350 (C_WARNINGS_SWITCH): Remove, replacing with...
2351 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2352 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2353 when including system files with GCC.
2354 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 2355 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
2356 * lib/Makefile.am (AM_CFLAGS): New macro.
2357 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2358
316411f0
DA
23592012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2360
2361 * configure.in (AC_CHECK_FUNCS):
1f9f395d 2362 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 2363
9b9b2ef2
GM
23642012-04-16 Glenn Morris <rgm@gnu.org>
2365
b1aa797c
GM
2366 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2367
9b9b2ef2
GM
2368 * configure.in: Remove X libs workaround for old autoconf.
2369
badf86af
KB
23702012-04-12 Ken Brown <kbrown@cornell.edu>
2371
2372 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2373
2f097256
GM
23742012-04-11 Glenn Morris <rgm@gnu.org>
2375
2376 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2377
a9f72fc1
GM
23782012-04-10 Glenn Morris <rgm@gnu.org>
2379
2380 * configure.in: Conditionally generate admin/unidata/Makefile.
2381
6b4f4a2d
TZ
23822012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2383
a9f72fc1 2384 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 2385
23df914b
GM
23862012-04-09 Glenn Morris <rgm@gnu.org>
2387
fd9d85c2
GM
2388 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2389 (install-leim): Check cd return value. Pass $MFLAGS.
2390 (install-strip): Pass $MFLAGS.
2391
23df914b
GM
2392 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2393 Eg org.texi has been using 4.7 functions for some time.
2394
bf6bba2b
PE
23952012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2396
2397 Check pkg-config exit status when configuring (Bug#10626).
2398 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2399 works; check its exit status. Problem reported by Jordi Gutiérrez
2400 Hermoso in
2401 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2402
f3774f20
GM
24032012-04-07 Glenn Morris <rgm@gnu.org>
2404
2405 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2406
d67a9a85
EZ
24072012-04-07 Eli Zaretskii <eliz@gnu.org>
2408
2409 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2410
f20f95c6
PE
24112012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2412
2413 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2414 * configure.in (LIBS_TERMCAP): Default this to the result of
2415 the tputs library search. Do a run-time test for the linkability
2416 of tputs unless cross-compiling, as that's more reliable if the
2417 link flags and libraries are messed up. Don't change LIBS as
2418 a result of the test, as that may mess up later tests.
2419
75197633
CS
24202012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2421
e7b41c4c 2422 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 2423
75197633
CS
2424 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2425 specific makefiles to support getopt_.h generation with MSVC.
2426
7eb21b49
GM
24272012-02-04 Glenn Morris <rgm@gnu.org>
2428
2429 * Makefile.in (uninstall):
2430 Handle compressed info files and man pages. (Bug#10718)
2431
44f92739
GM
24322012-02-02 Glenn Morris <rgm@gnu.org>
2433
2434 * configure.in [HAVE_NS]:
2435 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2436
6df37268
PE
24372012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2438
2439 Port to older Solaris 10 versions (Bug#10677).
2440 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2441 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2442 possibly this is because Sun fixed the 'stat' bug in my version.
2443 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2444 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2445 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2446 These changes are based on gnulib version
2447 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2448 because Emacs is in feature freeze and we do not want to merge any
2449 more-recent changes from gnulib.
2450
8d8939e8
GM
24512012-01-31 Glenn Morris <rgm@gnu.org>
2452
e4070def
GM
2453 * configure.in: Throw an explicit error if Motif toolkit was
2454 requested but requirements could not be found.
2455
8d8939e8
GM
2456 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2457
5a26ec89
EZ
24582012-01-30 Eli Zaretskii <eliz@gnu.org>
2459
2460 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2461 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2462 with "make -j3".
2463
1b0880d5
JB
24642012-01-16 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * .bzrignore: Ignore etc/__pycache__.
2467
adee8a65
PE
24682011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2469
2470 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 2471 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
2472 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2473 by Nelson H. F. Beebe in
2474 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2475
e152e577
JB
24762011-12-10 Juanma Barranquero <lekktu@gmail.com>
2477
2478 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2479
46d14be7
JD
24802011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2481
2482 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2483 instead of LDFLAGS (Bug#10230).
2484
6c269a38
PE
24852011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2486
4eec8d6f
PE
2487 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2488
6c269a38 2489 Propagate configure flags to sub-configures.
1350a3cc 2490 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
2491 New macros.
2492 (config.status, bootstrap): Use them to propagate configure flags
2493 to sub-configures.
2494 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2495
63e94eb8
PE
24962011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2497
2498 * .bzrignore: Add config.cache.
2499
54e9e3bf
JD
25002011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2501
2502 * configure.in: Check for gtk_window_set_has_resize_grip.
2503
20db1522
JB
25042011-11-24 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * configure.in (HAVE_XPM): Fix typo.
2507
60bf278f
GM
25082011-11-22 Glenn Morris <rgm@gnu.org>
2509
5f77c86c
GM
2510 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2511 have confusing effects on the build. (Bug#6401)
2512
60bf278f
GM
2513 * Makefile.in (install-arch-dep): Tweak previous change.
2514
816be9f6
YD
25152011-11-22 Yavor Doganov <yavor@gnu.org>
2516
2517 Do not install arch-dependent files in the app bundle if
2518 --disable-ns-self-contained is requested. (Bug#1335)
2519 * configure.in (exec_prefix, libexecdir): Define relative to
2520 `ns_appbindir' only if configured for a self-contained app.
2521 * Makefile.in (install-arch-dep): Test for the existence of
2522 libexec in the Emacs.app bundle before executing commands.
2523
d5ff9cd0
AS
25242011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2525
2526 * configure.in: Remove reference to src/m/ibms390.h.
2527
1c889bf6
GM
25282011-11-13 Glenn Morris <rgm@gnu.org>
2529
2530 * INSTALL: Tiny updates for disk space used during installation.
2531
a6fc3b5c
EZ
25322011-11-05 Eli Zaretskii <eliz@gnu.org>
2533
2534 * lib/makefile.w32-in (FRC): New dummy target.
2535 (TAGS): Depend on FRC.
2536
9f77899d
GM
25372011-11-04 Glenn Morris <rgm@gnu.org>
2538
1f9f395d 2539 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
2540 Do not include GnuTLS version info in final summary message.
2541
0bd3cb7b
EZ
25422011-10-31 Eli Zaretskii <eliz@gnu.org>
2543
07f3add9
EZ
2544 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2545 they exist there, else from autogen/.
2546
2547 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 2548
d2eaf3e4
NT
25492011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2550
2551 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2552
e782cfab
PE
25532011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2554
2555 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2556 if the library is found. Otherwise, later configure-time tests,
2557 such as the test for pthread_sigmask, generate the wrong results
2558 on some platforms. Problem reported for FreeBSD by Nali Toja.
2559
7da0b018
PE
25602011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2561
2562 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2563 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2564 Remove; no longer needed, now that we defer to strftime for time
2565 zone names.
2566
0ffe1065
JD
25672011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2568
2569 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2570
23769e49
CY
25712011-10-18 Chong Yidong <cyd@gnu.org>
2572
2573 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2574
fd8dea03
GM
25752011-10-13 Glenn Morris <rgm@gnu.org>
2576
2577 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2578
f4cc5b54
PE
25792011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2580
2581 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 2582 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
2583 The check was helpful but not essential in Solaris 2.6 (1997),
2584 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2585 obsolete -- Sun dropped support for it in 2006 -- and without
2586 access to that Silurian platform we can't maintain the code anyway.
2587
7c5ee88e
PE
25882011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2589
d47439a3
PE
2590 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2591 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2592 * m4/gnulib-common.m4: Merge from gnulib.
2593 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2594 command not found" on powerpc-apple-darwin9.8.0.
2595
7c5ee88e
PE
2596 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2597 This is now done by src/alloc.c.
2598
423dbf9b
RS
25992011-10-02 Richard Stallman <rms@gnu.org>
2600
2601 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2602 and xlinux_second_failure to xgnu_linux_second_failure.
2603
31bed486
EZ
26042011-09-29 Eli Zaretskii <eliz@gnu.org>
2605
5f91c1e5
EZ
2606 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2607 lib/signal.in-h.
31bed486 2608
e785f2ec 2609 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
2610 Rename signal.in.h and alloca.in.h.
2611
e1504b9b
EZ
26122011-09-28 Eli Zaretskii <eliz@gnu.org>
2613
2614 * INSTALL: Mention that m17n libraries and libotf are needed for
2615 Arabic shaping.
2616
316f8af0
PE
26172011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2618
2619 Merge from gnulib, improving some licensing wording.
2620 This clarifies and fixes some licensing issues raised by Glenn Morris
2621 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2622 It also merges the latest version of texinfo.tex and has some
2623 MSVC-related changes that don't affect Emacs.
2624 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2625 pathmax, and raise, since these are needed only to address
2626 MSVC-related issues that Emacs doesn't have.
2627 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2628 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2629 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2630 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2631 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2632 * m4/unistd_h.m4: Merge from gnulib.
2633
04d51ad4
AS
26342011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2635
2636 * configure.in: Initialize HAVE_LIBXML2.
2637
6e99ef20
GM
26382011-09-26 Glenn Morris <rgm@gnu.org>
2639
2640 * make-dist: Add lib/makefile.w32-in.
2641
0538fab0
GM
26422011-09-24 Glenn Morris <rgm@gnu.org>
2643
2644 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2645
c5b01d8c
LMI
26462011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
2648 * .dir-locals.el: Change the debbugs regexp to allow having the
2649 bug number as the first thing on a line.
2650
0cc87afb
GM
26512011-09-15 Glenn Morris <rgm@gnu.org>
2652
2653 * configure.in: Make configure work with recent GNUsteps.
2654 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2655 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 2656 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 2657
3f44249e
PE
26582011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2659
2660 Merge from gnulib, porting to Tru64.
2661 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2662 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2663 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2664 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2665 doesn't affect Emacs.
2666
c8199d0f
PE
26672011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 * configure.in (isnan): Remove now-unnecessary check.
2670
e39b275c 26712011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 2672
abec06ff 2673 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
2674 This is to fix the following problems:
2675 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2676 configured not to use gtk or any other thread-using library,
2677 signals aren't blocked correctly.
2678 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2679 and IRIX's signal handling.
2680 . On Cygwin 1.7.5 it works around an incompatibility with
2681 the system pthread_sigmask.
2682 . On MacOS X 10.5 (32-bit), files whose inode numbers
2683 exceed 2**31 cannot be read or manipulated.
2684 . pthread_sigmask: Actually use results of gl_THREADLIB.
2685 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2686 . find 'ar' program that fits with --host argument.
2687 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
2688 * autogen/README: Update destination list.
2689 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2690 The autogenerated files compile, config.guess,
2691 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
2692 * m4/largefile.m4: New file, so that Emacs does not mess up when
2693 accessing files with large inode numbers in MacOS X 10.5 and later.
2694 * m4/nocrash.m4: New file, to avoid triggering background debugger
2695 and/or create core dumps during 'configure'.
2696 * build-aux/move-if-change: Renamed from move-if-change.
2697 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2698 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2699 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2700 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
2701 * Makefile.in (epaths-force, sync-from-gnulib):
2702 move-if-change is now in build-aux.
2703 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2704 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2705 (mkdir): install-sh is now in build-aux.
2706 * config.bat: c++defs.h is now in build-aux/snippets.
2707 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2708 usual parameter).
2709 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2710 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2711 to build-aux/snippet.
2712 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2713 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2714 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2715 Solaris, enables MacOS extensions, and enables nocrash during
2716 'configure'.
2717 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2718
86633eab 27192011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
2720
2721 * configure.in (snprintf): New check.
2722
015faae4
PE
27232011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2724
695a3dc5 2725 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 2726 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
2727 Remove unreachable pattern hppa*-*-linux-gnu*.
2728 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2729 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 2730
52ec1feb
JD
27312011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2732
2733 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2734
377538cb
JD
27352011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2736
2737 * configure.in: Add header check: sys/socket.h (Bug#8477),
2738 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2739 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2740
ae9e757a
JD
27412011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2742
2743 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2744 (HAVE_GTK_AND_PTHREAD): Remove.
2745
be8ec0b3
AA
27462011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2747
2748 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2749 build, not just GNUstep (Bug#9177).
2750
2573a837 27512011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
2752
2753 Assume freestanding C89 headers, string.h, stdlib.h.
2754 Again, this simplifies the code, and all current platforms have these.
2755 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2756 (AC_HEADER_STDC): Remove.
2757 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2758 (strchr, strrchr): Remove fallback macros.
2759
9cfdb3ec
PE
2760 Assume support for memcmp, memcpy, memmove, memset.
2761 This simplifies the code a bit. All current platforms have these,
2762 as they are required for C89. If this turns into a problem we
2763 can add the gnulib modules for these (a 1-line change to Makefile.in).
2764 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2765
427c285b
PE
27662011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2767
2768 * GNUmakefile: New file.
2769 This is for convenience, so that one can run GNU make in an
2770 unconfigured source tree, and get a default build.
2771
2ad77c9d
JD
27722011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2773
2774 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2775
c8618a06
YM
27762011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2777
2778 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2779 so as to suppress address randomization (Bug#8395).
2780
f6ce9b9a
PE
27812011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2782
3fcf7a1c
PE
2783 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2784 This fixes a build problem on older Mac OS X hosts.
2785
d9706d9f
PE
2786 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2787 test, which runs afoul of Automake installations where, for example,
2788 /usr/share/aclocal contains a copy of gl_THREADLIB.
2789 Problem reported by Sven Joachim in
2790 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2791 This is just a quick temporary fix, specific to Emacs; I'll work
2792 with the other gnulib maintainers to get a more-permanent fix.
2793
af66a2d7 2794 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
2795 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2796 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2797 automatically imported from gnulib.
2798 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2799
1692ae2d 28002011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 2801
8a6ebd58 2802 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 2803 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
2804 * configure.in (AC_TYPE_UID_T): New dummy macro.
2805 Configure gnulib after adjusting LIBS,
2806 so that gnulib can assume the libraries in LIBS.
6db30f83 2807 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 2808 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 2809 * lib/pthread_sigmask.c:
6db30f83
PE
2810 New files, automatically imported from gnulib.
2811 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2812 due to the above changes.
2813 * .bzrignore: Add lib/signal.h.
2814
4a621aae
PE
2815 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2816
5e94cadb
AS
28172011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2818
2819 * configure.in (maintainer-mode): Reflect default in help string.
2820
76b397fb
DN
28212011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2822
2823 * configure.in: Remove reference to iris4d.h.
2824
869795d6
JD
28252011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2826
2827 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2828
3279eb87
GM
28292011-07-01 Glenn Morris <rgm@gnu.org>
2830
2831 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2832
2e6e11eb
LMI
28332011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2834
2835 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2836 which made ./configure infloop.
2837
9851bfc5
JD
28382011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2839
2840 * configure.in (gsettings): New option and check for GSettings.
2841
adbc4ef4
GM
28422011-06-29 Glenn Morris <rgm@gnu.org>
2843
2844 * configure.in: Try to test for the required crt*.o files.
2845
1f773f32
BW
28462011-06-27 Bill Wohler <wohler@newt.com>
2847
2848 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2849
7a7ef429
PE
28502011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2851
2852 Use gnulib's dup2 module instead of rolling our own.
2853 * Makefile.in (GNULIB_MODULES): Add dup2.
2854 * configure.in: Do not check for dup2; gnulib does that now.
2855 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2856
6dd7e400
PE
28572011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2858
2859 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2860
94a807ac 28612011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
2862
2863 Use gnulib's alloca-opt module.
2864 * .bzrignore: Add lib/alloca.h.
2865 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2866 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
2867 as gnulib now does that for us. Put alloca check in config.h.
2868 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
2869 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2870 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2871
3ce9d0d4
LL
28722011-06-21 Leo Liu <sdl.web@gmail.com>
2873
2874 * m4/sha256.m4:
2875 * m4/sha512.m4:
2876 * m4/gl-comp.m4:
2877 * lib/u64.h:
2878 * lib/sha256.c:
2879 * lib/sha256.h:
2880 * lib/sha512.c:
2881 * lib/sha512.h:
2882 * lib/makefile.w32-in (GNULIBOBJS):
2883 * lib/gnulib.mk:
2884 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2885 crypto/sha512 modules from gnulib.
2886
add3f049
PE
28872011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2888
2889 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2890
3a4725e1
GM
28912011-06-17 Glenn Morris <rgm@gnu.org>
2892
2893 * configure.in: Restore the behavior of checking crt-dir only
2894 when the user specified it (not all platforms use it).
2895
bf4846e7
PE
28962011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2897
2898 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2899
4d61f28d 29002011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
2901
2902 * configure.in: Try to determine CRT_DIR automatically when
2903 using gcc.
2904
8c9b2106
PE
29052011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2906
8aeb5be9
PE
2907 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2908 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2909 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2910 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2911 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2912 Merge from gnulib.
8c9b2106 2913
c195f2de
JD
29142011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2915
2916 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2917
7e2aa385
PE
29182011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2919
2920 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2921
81eafe29
PE
29222011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2923
2924 * configure.in: Add --with-wide-int.
2925 * INSTALL: Mention this.
2926
9afafefb
PE
29272011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2928
2929 Merge from gnulib.
2930 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2931
f797625a
PE
29322011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2933
2934 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2935
90856fe0 29362011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
2937
2938 Use 'inline', not 'INLINE'.
eefc9486 2939 * configure.in (INLINE): Remove.
55d4c1b2 2940
6a3e57bb
PE
29412011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 Adjust to recent gnulib change for @GUARD_PREFIX@.
2944 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2945 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2946 _@GUARD_PREFIX@_.
2947
842b28a0
PE
29482011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2949
e61923c8 2950 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 2951
70716b1d
GM
29522011-05-24 Glenn Morris <rgm@gnu.org>
2953
a22d9d2c
GM
2954 * Makefile.in (check): Just give a message if no test/ directory.
2955
bdd556a2
GM
2956 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2957
70716b1d
GM
2958 * configure.in (OPT_MAKEFILES_IN): Remove.
2959 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2960 (SUBDIR_MAKEFILES_IN): New output variable.
2961 * Makefile.in (OPT_MAKEFILES_IN): Remove.
2962 (SUBDIR_MAKEFILES_IN): Let configure set it.
2963
13c3daa4
LL
29642011-05-24 Leo Liu <sdl.web@gmail.com>
2965
2966 * m4/sha1.m4:
2967 * m4/gl-comp.m4:
2968 * lib/sha1.h:
2969 * lib/sha1.c:
2970 * lib/makefile.w32-in (GNULIBOBJS):
2971 * lib/gnulib.mk:
2972 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2973
e09e38a8
GM
29742011-05-24 Glenn Morris <rgm@gnu.org>
2975
4ba4c54a
GM
2976 * configure.in: Remove test for already configured source directory.
2977 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
2978
5a95c002
GM
2979 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2980
fa5d79db
GM
29812011-05-24 Glenn Morris <rgm@gnu.org>
2982
6c7e099d
GM
2983 * make-dist: Don't distribute test/. (Bug#8107)
2984 * configure.in (OPT_MAKEFILES_IN): New output variable.
2985 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2986 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2987 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2988 (check): Give an explicit error if test/ is not present.
2989
fa5d79db
GM
2990 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2991 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2992 (Makefile): Use $SUBDIR_MAKEFILES_IN.
2993
2df215b5
PE
29942011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2995
2996 * lib/verify.h: Merge from gnulib.
2997
f518ae90
PE
29982011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2999
3000 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3001 Merge from gnulib.
3002
16b71f3a
AS
30032011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3004
3005 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3006
7285dc67
EZ
30072011-05-20 Eli Zaretskii <eliz@gnu.org>
3008
6a45b46f
EZ
3009 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3010
7285dc67
EZ
3011 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3012
b9704ad9
GM
30132011-05-20 Glenn Morris <rgm@gnu.org>
3014
3015 * configure.in (lisp_frag): New output file.
3016
4a720484
GM
30172011-05-19 Glenn Morris <rgm@gnu.org>
3018
3019 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3020 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3021
a3c92bc1
EZ
30222011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3023
8f906c40
EZ
3024 * lib/gnulib.mk:
3025 * lib/intprops.h:
3026 * lib/unistd.in.h:
3027 * m4/inttypes.m4:
3028 * m4/stdint.m4:
3029 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 3030
d681f183
GM
30312011-05-14 Glenn Morris <rgm@gnu.org>
3032
3033 * configure.in: Treat failure to find an X toolkit the same way we treat
3034 failure to find X and image support.
3035
4f8c52a9
GM
30362011-05-12 Glenn Morris <rgm@gnu.org>
3037
3038 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3039 (check-declare): Shell portability fixes. (Bug#8642)
3040
5a7f0a30
TZ
30412011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3042
3043 * configure.in: Require GnuTLS 2.6.x or higher.
3044
b08a63cc 30452011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 3046
c378da0b
PE
3047 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3048 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3049 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3050
19548d08
PE
3051 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3052 This new gnulib-tool option saves 'configure' the trouble of
3053 checking for strtoull when strtoumax exists.
3054
d1a2ac5c
PE
3055 * configure.in (BITS_PER_LONG_LONG): New macro.
3056
773233f8
GM
30572011-05-05 Glenn Morris <rgm@gnu.org>
3058
3059 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3060 (top_distclean): Delete config.log~.
3061
40697cd9
BK
30622011-04-27 Ben Key <bkey76@gmail.com>
3063
3064 * configure.in: Fixed a bug that caused configure with
3065 --enable-checking=stringoverrun to have no effect.
3066
671875da 30672011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
3068
3069 * configure.in: Suppress unnecessary checks for size_t.
3070 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3071 (size_t): Do not check for this, and do not typedef. This code
3072 is never exercised now.
3073
a8a2bb29
PE
3074 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3075 This is needed for the new integer-reading code in lread.c.
3076 It automatically pulls in the following gnulib files, which
3077 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
3078 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3079 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3080 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 3081 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 3082
33630d51
TZ
30832011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3084
3085 * configure.in: Check for GnuTLS certificate verify callbacks.
3086
bfab7d85
SM
30872011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * Makefile.in (config.status): Don't erase in case of error.
3090 In case it disappeared, rebuild it with `configure'.
3091
fe0e7ad7
KB
30922011-04-20 Ken Brown <kbrown@cornell.edu>
3093
3094 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
3095
f5b06c35
GM
30962011-04-12 Glenn Morris <rgm@gnu.org>
3097
3098 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
3099
762f8d96 31002011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
3101
3102 * lib/allocator.c: New file, automatically generated by gnulib.
3103
5fac7083
GM
31042011-04-07 Glenn Morris <rgm@gnu.org>
3105
3106 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
3107
973f782d
EZ
31082011-04-06 Eli Zaretskii <eliz@gnu.org>
3109
3110 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3111 Revert last change.
3112
f1f81baa
JB
31132011-04-06 Juanma Barranquero <lekktu@gmail.com>
3114
3115 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3116 ($(BLD)/careadlinkat.$(O)): New target.
3117 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3118 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3119 Update dependencies.
3120
b70d23ff 31212011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 3122
41cf7d1a
PE
3123 Fix more problems found by GCC 4.6.0's static checks.
3124
aa181334
PE
3125 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3126
1f7196bf 3127 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
3128 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3129 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3130 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3131
c0274801
GM
31322011-04-06 Glenn Morris <rgm@gnu.org>
3133
3134 * autogen/update_autogen: Handle loaddefs-like files as well.
3135 (usage): Add -l, -C.
3136 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3137 With -l, check status of lisp/ as well.
3138 With -C, clean before building.
3139 (autoreconf): Only pass -f in the `clean' case.
3140 (commit): New function.
3141
42e85a8f
GM
31422011-03-28 Glenn Morris <rgm@gnu.org>
3143
39f31873
GM
3144 * autogen/update_autogen: Pass -f to autoreconf.
3145
42e85a8f
GM
3146 * autogen.sh (get_version): Discard "not found" lines.
3147 (check_version): Respect $AUTOCONF etc environment variables.
3148
9af30bdf
GM
31492011-03-27 Glenn Morris <rgm@gnu.org>
3150
3151 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3152 (AH_BOTTOM): Do not define SIGTYPE.
3153
181855e6
GM
31542011-03-26 Glenn Morris <rgm@gnu.org>
3155
3156 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3157 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3158
9ee0d174
AS
31592011-03-25 Andreas Schwab <schwab@linux-m68k.org>
3160
3161 * autogen/update_autogen: Remove useless function keyword.
3162
07da4b3c
EZ
31632011-03-25 Eli Zaretskii <eliz@gnu.org>
3164
3165 * config.bat: Generate src/config.h and lib/Makefile from
3166 autogen/config.in and autogen/Makefile.in.
3167
f6ca84c0
GM
31682011-03-25 Glenn Morris <rgm@gnu.org>
3169
3170 * compile, config.guess, config.sub, depcomp, install-sh, missing:
3171 Remove; autoreconf can supply them.
3172 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3173 config.guess, install-sh. Pass -i to autoreconf.
3174 * autogen/update_autogen (genfiles): Add compile, config.guess,
3175 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
3176 Discard non-error output from autoreconf in -q case.
3177 * autogen/compile, autogen/config.guess, autogen/config.sub:
3178 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3179 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3180 install-sh, missing.
3181
8cc1d519
GM
31822011-03-23 Glenn Morris <rgm@gnu.org>
3183
9bb73912 3184 * autogen/update_autogen: Fix typo.
904a432c 3185 (msg): Remove function; use `exec' instead.
9bb73912 3186
8cc1d519
GM
3187 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3188 (sync-from-gnulib): Don't sync mkinstalldirs.
3189 * make-dist: Don't distribute mkinstalldirs.
3190
c9c49752 31912011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 3192
c9c49752 3193 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
3194 * Makefile.in (GNULIB_MODULES): Add socklen.
3195 * configure.in: Do not check for sys/socket.h, since socklen does that.
3196 * m4/socklen.m4: New automatically-generated file, from gnulib.
3197
d5cad867
PE
3198 fakemail: Remove dependency on ignore-value.
3199 * Makefile.in (GNULIB_MODULES): Add stdio.
3200 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3201 imported from gnulib.
cbd350f1 3202 * .bzrignore: Add lib/stdio.h.
c9c49752 3203
34cb1cc6
GM
32042011-03-22 Glenn Morris <rgm@gnu.org>
3205
3206 * autogen/copy_autogen: Work from ./ or ../.
3207 Fix time-stamps.
3208 * autogen.sh: Doc fix.
3209
66b87493
GM
32102011-03-20 Glenn Morris <rgm@gnu.org>
3211
3212 * autogen/: New directory, to be excluded from releases.
3213 * autogen/copy_autogen, autogen/update_autogen: New scripts.
3214 * autogen/README: New file.
3215 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3216 * autogen/Makefile.in: Add auto-updated generated files.
3217 * autogen.sh: No longer a no-op, now it tests for autotools
3218 and runs them as necessary.
cd1181db 3219 * configure.in: Default maintainer-mode to on.
66b87493
GM
3220 * aclocal.m4, configure, lib/Makefile.in: Remove files.
3221
1ef6de05
PE
32222011-03-13 Paul Eggert <eggert@cs.ucla.edu>
3223
3224 Update for gnulib.
3225 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3226 includes <intprops.h> directly.
3227 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3228 when building Emacs on Solaris 9 and running it on Solaris 10.
3229
0afb4571
J
32302011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3231
3232 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
3233
33383987
JB
32342011-03-07 Chong Yidong <cyd@stupidchicken.com>
3235
3236 * Version 23.3 released.
3237
870d9cf6
GM
32382011-03-06 Glenn Morris <rgm@gnu.org>
3239
3240 * configure.in (FREETYPE_LIBS): Actually set it to something.
3241
6c0dea8a
PE
32422011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3243
3244 Work around some portability problems with symlinks.
3245
3246 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3247 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3248 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3249 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3250 * m4/symlink.m4:
3251 New files, automatically generated from gnulib.
3252 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3253 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3254
945d8b44
EZ
32552011-02-26 Eli Zaretskii <eliz@gnu.org>
3256
03382788
EZ
3257 * .bzrignore: Ignore new lib/*.in-h files.
3258
90eacf99
SM
3259 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3260 Call depfiles.bat even if lib/deps already exist.
945d8b44 3261
9411886d
PE
32622011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3263
3264 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
3265 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3266 recent changes to configure.in and to gnulib.
9411886d 3267
1e8dbdc6
GM
32682011-02-24 Glenn Morris <rgm@gnu.org>
3269
3270 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3271 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3272
f68c809d
PE
32732011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3274
3275 Assume S_ISLNK etc. work, since gnulib supports this.
3276 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3277 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3278 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3279 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3280
ba01e9d7
PE
32812011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3282
3283 * lib/min-max.h: New file, for "min" and "max".
3284
9f8370e6
CS
32852011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3286
90eacf99 3287 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
3288 $(EMACS_ROOT)/nt/inc/stdint.h.
3289
25c51af3
EZ
32902011-02-21 Eli Zaretskii <eliz@gnu.org>
3291
3292 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3293 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3294 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3295
5fa4ac76
PE
32962011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3297
3298 Import filemode module from gnulib.
3299 * .bzrignore: Add lib/sys/.
3300 * Makefile.in (GNULIB_MODULES): Add filemode.
3301 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3302 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3303 from gnulib. This adds support for some more file types, e.g.,
3304 Cray DMF migrated files.
3305 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3306 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3307 * m4/sys_stat_h.m4: New files, generated from gnulib.
3308 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3309 Regenerate.
3310
e1e6b4fb
EZ
33112011-02-20 Eli Zaretskii <eliz@gnu.org>
3312
3313 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3314 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3315
6cac9cb1
PE
33162011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3317
3318 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3319 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3320 is no longer needed, due to the recent SSDATA and related changes.
3321 Perhaps -Wno-pointer-sign should also be removed from
3322 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3323 way to test this so I left it alone.
3324 * configure: Regenerate.
3325
0a19a6f8 33262011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
3327
3328 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3329 src/makefile.w32-in.
3330
61353ac8 33312011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 3332
61353ac8 3333 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 3334 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
3335 Regenerate.
3336 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3337 Import the new versions from gnulib; they assume a C99-style
3338 <stdint.h>, supplied by the stdint module.
3339 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3340 imported from gnulib.
942f733f
PE
3341 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3342 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3343 special cases.
61353ac8 3344
9d9d12cd
EZ
33452011-02-19 Eli Zaretskii <eliz@gnu.org>
3346
152be435 3347 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 3348 Add lib/deps/.
152be435 3349
9d9d12cd 3350 * config.bat: Configure in `lib'.
219463da 3351 Generate *.Po files in lib/deps.
9d9d12cd 3352
7d315eb6
PE
33532011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3354
3355 Import IRIX 6.5 getloadavg fixes from gnulib.
3356 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3357
1f5d53eb
PE
33582011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3359
3360 Import getloadavg module from gnulib.
3361 * .bzrignore: Add lib/stdlib.h.
3362 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3363 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3364 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3365 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3366 Remove; gnulib does this now.
3367 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3368 from gnulib. This adds support for several other systems, such
3369 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3370 buffer overrun on Linux hosts under very high load, and on hosts
3371 that maintain a channel to the load average file it makes sure
3372 the file descriptor is close-on-exec (on hosts that support this)
3373 and is not stdin, stdout, or stderr.
3374 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3375 from gnulib.
3376 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3377 * src/config.in: Regenerate.
3378
bb55f713
PE
33792011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3380
3381 Merge from gnulib.
3382
7127b760
PE
3383 * install-sh: Update to scriptversion 2011-01-19.21.
3384
bb55f713
PE
3385 2011-02-13 Bruno Haible <bruno@clisp.org>
3386
3387 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 3388 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
3389 ATTRIBUTE_DEPRECATED.
3390
3391 2011-02-12 Bruno Haible <bruno@clisp.org>
3392
3393 setlocale: Prefer gnulib's override over libintl's override.
3394 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3395 GNULIB_defined_setlocale is set.
3396
57e96f8e
GM
33972011-02-13 Glenn Morris <rgm@gnu.org>
3398
3399 * make-dist: Exclude generated file src/globals.h.
3400
988c07df
PE
34012011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3402
3403 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3404 Sync from gnulib, which has been patched to fix the problem
3405 with the license notices. Problem reported by Glenn Morris in
3406 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3407
ccded26c
SM
34082011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * .bzrignore: Ignore globals.h and related stamp.
3411
6ffb2c0c
PE
34122011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3413
3414 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3415 This merges the following fix from gnulib:
3416
3417 2011-02-08 Bruno Haible <bruno@clisp.org>
3418
3419 Split large sed scripts, for HP-UX sed.
3420
00b3c7ac
TT
34212011-02-08 Tom Tromey <tromey@redhat.com>
3422
3423 * configure: Rebuild.
3424 * configure.in (NS_OBJC_OBJ): New subst.
3425
91ccade4
PE
34262011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3427
6ffb2c0c
PE
3428 gnulib: allow multiple gnulib generated replacements to coexist
3429 This defines a few preprocessor symbols that should not affect Emacs.
3430 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3431 via "make sync-from-gnulib".
3432
e765a388
PE
3433 gnulib: undo previous change
3434 The upstream _HEADERS change was backed out of gnulib (see the
3435 same thread). Stay in sync with gnulib.
3436
91ccade4 3437 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
3438 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3439 New empty macros, to accommodate recent changes to gnulib. See
3440 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3441 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3442 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3443 * lib/time.in.h, lib/unistd.in.h:
3444 Regenerate.
91ccade4 3445
d67985d3
PE
34462011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3447
3448 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 3449 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
3450 AC_HEADER_STDBOOL. All uses changed. Do not define
3451 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3452 imported from the latest Autoconf git. It was motivated by Emacs,
3453 which uses gnulib but does not need HAVE_STDBOOL_H.
3454 * configure, src/config.in: Regenerate.
3455 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3456
67342916
PE
34572011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3458
3459 allow C code to suppress warnings about ignored return values
3460 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
3461 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3462 * lib/ignore-value.h: New file.
67342916 3463
14beddf4 34642011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
3465
3466 * configure.in: Test existence of xaw3d library, not just the
3467 header (Bug#7642).
3468
6ffb2c0c
PE
34692011-01-31 Eli Zaretskii <eliz@gnu.org>
3470
3471 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3472 $(BLD)/time_r.$(O).
3473 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3474 $(EMACS_ROOT)/src/m/intel386.h.
3475 ($(BLD)/strftime.$(O)):
3476 ($(BLD)/time_r.$(O)): Define prerequisites.
3477
16fab143
PE
34782011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3479
3480 src/emacs.c now gets version number from configure.in
3481 * configure.in (version): Set this from $PACKAGE_VERSION,
3482 which is set from AC_INIT, rather than scouting through src/emacs.c.
3483 * configure: Regenerate.
3484 * make-dist (version): Get it from configure.in, not src/emacs.c.
3485
16c3e636
PE
34862011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3487
3488 strftime: import from gnulib
3489 * Makefile.in (GNULIB_MODULES): Add strftime.
3490 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3491 needed.
6ffb2c0c 3492 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 3493 Regenerate.
6ffb2c0c
PE
3494 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3495 imported from gnulib.
16c3e636
PE
3496 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3497 This incorporates many changes from gnulib, including simpler
3498 handling of multibyte formats, porting to mingw32 and other
3499 platforms, and support for higher-resolution time stamps.
3500 Emacs does not yet use the higher-resolution interface.
3501
3de84ad9
PE
35022011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3503
3504 gnulib: import mktime and move-if-change fixes from gnulib
3505
3506 * configure: Regenerate from the following.
3507
6ffb2c0c
PE
3508 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3509
3510 mktime: clarify long_int width checking
3511 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3512 the top level, to make it clearer that the assumption about
3513 long_int width is being checked. See
3514 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3515
3de84ad9
PE
3516 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3517
3518 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 3519 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
3520 negative number, which the C Standard says has undefined behavior.
3521 In practice this is not a problem, but might as well do it by the book.
3522 Reported by Rich Felker and Eric Blake; see
3523 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
3524 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3525 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3526
3527 mktime: #undef mktime before #defining it
3528 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3529
3530 mktime: systematically normalize tm_isdst comparisons
3531 * lib/mktime.c (isdst_differ): New function.
3532 (__mktime_internal): Use it systematically for all isdst comparisons.
3533 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
3534 normalizing tm_isdst.
3535 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
3536 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3537
3538 mktime: fix some integer overflow issues and sidestep the rest
3539
3540 This was prompted by a bug report by Benjamin Lindner for MinGW
3541 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3542 His bug is due to signed integer overflow (0 - INT_MIN), and I
3543 I scanned through mktime.c looking for other integer overflow
3544 problems, fixing all the bugs I found.
3545
3546 Although the C Standard says the resulting code is still not safe
3547 in the presence of integer overflow, in practice it should be good
3548 enough for all real-world two's-complement implementations, except
3549 for debugging environments that deliberately trap on integer
3550 overflow (e.g., gcc -ftrapv).
3551
3552 * lib/mktime.c (WRAPV): New macro.
3553 (SHR): Also check that long_int and time_t shift right in the
3554 usual way, before using the fast-but-unportable method.
3555 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3556 used. The code already assumed two's complement, so there's
3557 no need to test for alternatives. All uses removed.
3558 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3559 the C standard. Problem reported by Rich Felker in
3560 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3561 (twos_complement_arithmetic): Also check long_int and time_t.
3562 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3563 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3564 (__mktime_internal): Avoid integer overflow with unary subtraction
3565 in two instances where -1 - X is an adequate replacement for -X,
3566 since the calculations are approximate.
3de84ad9
PE
3567
3568 2011-01-29 Eric Blake <eblake@redhat.com>
3569
3570 mktime: avoid infinite loop
3571 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3572 type; behavior is still undefined but portable to all known targets.
3573 Reported by Rich Felker.
3574
6ffb2c0c
PE
3575 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3576
3577 mktime: avoid problems on NetBSD 5 / i386
3578 * lib/mktime.c (long_int): New type. This works around a problem
3579 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3580 but time_t is 64 bits, and where I expect the existing code is
3581 wrong in some cases.
3582 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3583 (ydhms_diff): Bring back the compile-time check for wide-enough
3584 year and yday.
3585
3586 mktime: fix misspelling in comment
3587 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3588 This merges all recent glibc changes of importance.
3589
3de84ad9
PE
3590 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3591
3592 move-if-change: cope with concurrent mv of identical file.
3593 * move-if-change (CMPPROG): Accept environment
3594 variable as an override for `cmp'.
3595 (usage): Document CMPPROG.
3596 Adjust comparison to drop stdout. Cope with failure of mv if
3597 the target file exists and is identical to the source, for
3598 parallel builds.
3599 Report from H.J. Lu against binutils in PR binutils/12283.
3600
6ffb2c0c
PE
36012011-01-29 Eli Zaretskii <eliz@gnu.org>
3602
3603 * lib/makefile.w32-in:
3604 * lib/getopt_.h: New files.
3605
c7e95b91
PE
36062011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3607
3608 improve fix for MS-DOS file name clash
90eacf99 3609 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
3610 for portability to POSIX make. Reported by Bruno Haible.
3611 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3612 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3613 files from accumulating as garbage. Also reported by Bruno Haible.
3614
125c3718
PE
36152011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3616
3617 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3618 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3619 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3620 problems with MS-DOS 8+3 file name restrictions.
3621 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3622 it, it would also cause problems when extracting Emacs distribution
3623 tarballs on MS-DOS hosts.
3624 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 3625 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
3626 * config.guess, config.sub: Sync from gnulib.
3627 * m4/gnulib-cache.m4: Remove from repository.
3628 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3629
4004ef46
GM
36302011-01-25 Glenn Morris <rgm@gnu.org>
3631
0b5c5d82
GM
3632 * README: Add a note about ranges in copyright years.
3633
4004ef46
GM
3634 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3635
06d8ace5 36362011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
3637
3638 * configure.in: Add HP-UX on IA64 (Bug#6811).
3639
d6974efa
PE
36402011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3641
3642 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3643 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3644 as it is no longer needed.
6ffb2c0c 3645 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
3646 * configure.in: Invoke the new gnulib macro
3647 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3648 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3649 * m4/getopt.m4: Sync from gnulib; this removes the need for
3650 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3651 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3652 New macro, synced from gnulib.
3653 * m4/warn-on-use.m4: Remove.
3654
e02ea74b
PE
36552011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3656
3657 aclocal.m4: put this file back into repository
3658 This way, we don't have to assume that the maintainer has
3659 the automake package installed. See
3660 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3661 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3662 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3663 undoing the previous change.
3664 * aclocal.m4: New file (actually, resurrected).
3665
48dcd482
MB
36662011-01-22 Miles Bader <miles@gnu.org>
3667
3668 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3669 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3670 Emacs directly uses fontconfig, and breaks building when using a
3671 strict linker).
3672
925e561d
PE
36732011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3674
b06b1098
PE
3675 src/config.in: shrink slightly
3676 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3677 This makes src/config.in a bit smaller, by removing identifiers
3678 like GNULIB_TEST_MKTIME that Emacs does not need.
3679 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3680 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3681 Sync from gnulib. This removes a few more unnecessary symbols from
3682 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3683 * configure, src/config.in: Regenerate.
3684
925e561d
PE
3685 aclocal.m4: tweaks to regenerate more conveniently
3686 This attempts to act better when the source is in a weird state. See
3687 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3688 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3689 * .bzrignore: Add aclocal.m4.
3690
942be821
PE
36912011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3692
3693 aclocal.m4: omit auto-generated file from repository
3694 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3695 the most recent change here.
3696 * aclocal.m4: Remove from bzr repository. This file is
3697 auto-generated and isn't needed to run 'configure'. See
3698 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3699
0813c96e
PE
37002011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3701
3702 Minor Makefile.in tweaks to build from gnulib better.
3703 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3704 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3705 (top_maintainer_clean): Don't remove aclocal.m4.
3706
7cae64b4
PE
37072011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3708
53911e8f
PE
3709 Minor cleanups for 'bzr status'
3710 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3711 the output of config.guess.
3712 * Makefile.in (top_distclean): Remove stamp-h1 too.
3713
7cae64b4
PE
3714 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3715 defined if the compiler supports GCC-style __attribute__
3716 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3717 this syntax.
3718
a3e44e79 37192011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 3720
3cbecb8f
PE
3721 Makefile.in: tidy up the building of lib
3722 * Makefile.in (am--refresh): Mark as .PHONY.
3723 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3724 as they're not rebuilt unless you do a "make sync-from-gnulib"
3725 and the former is needed for "configure".
3726 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3727 has already removed lib/Makefile.
3728
ecbfcc83
PE
3729 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3730 This avoids building ftoastr and ldtoastr, which aren't needed. See
3731 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 3732
803059b9
PE
3733 * .bzrignore: Add .h files that are host-dependent.
3734 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3735 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3736 host-dependent and are built as part of an ordinary 'make', and
3737 should not be checked in.
3738
6ffb2c0c
PE
3739 * lib/Makefile.in: Regenerate.
3740 * lib/COPYING: New file, a copy of COPYING.
3741
2a78afcc 3742 * configure: Regenerate.
37564543
PE
3743 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3744
e275c824 3745 Regenerate.
6ffb2c0c
PE
3746 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3747 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3748 New files, copied from gnulib by gnulib-tool.
3749 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
3750 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3751 Regenerate.
ecbfcc83 3752
84bbb1ad
PE
3753 Use gnulib's getopt-gnu module.
3754 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3755 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3756 representative of the dependencies.
3757 * configure.in: Do not configure getopt, as gnulib does that now.
3758 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3759 getopt now, in lib.
ecbfcc83 3760
1fd182f0 3761 Regenerate.
6ffb2c0c
PE
3762 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3763 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
3764 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3765 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3766 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3767 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3768 * m4/wchar_t.m4, warn-on-use.h:
3769 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 3770 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3771 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3772 Regenerate.
3773
1e11dbe3
PE
3774 Use gnulib's mktime module.
3775 * Makefile.in (GNULIB_MODULES): Add mktime.
3776 * configure.in: Remove code no longer needed, as gnulib now does it.
3777 (AC_CHECK_FUNCS): Remove mktime.
3778 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3779 (__restrict): Remove, as this now gets in the way of the C99
3780 support for 'restrict' pulled in by the gnulib mktime module.
3781 Code should now use 'restrict' and not '__restrict".
3782 (mktime): Remove.
3783 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3784 and warn-on-use.h into the distribution.
1fd182f0
PE
3785
3786 Regenerate.
6ffb2c0c
PE
3787 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3788 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 3789 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
3790 * lib/dummy.c: Remove.
3791 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3792 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3793 Regenerate.
ecbfcc83 3794
1e11dbe3 3795 Use gnulib's ftoastr module.
fa2c4f56
PE
3796 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3797
743c80a7 3798 Regenerate.
6ffb2c0c
PE
3799 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3800 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
3801 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3802 New files, generated automatically, with 'make sync-from-gnulib'
3803 followed by 'make'.
3804 * configure, lisp/dired.el, src/config.in: Regenerate.
3805
9a514d4a
PE
3806 Automate syncing from gnulib.
3807 * INSTALL, README: Document new subdirectory 'lib'.
3808 * Makefile.in (SUBDIR): Add lib.
3809 (SUBDIR_MAKEFILES): Add lib/Makefile.
3810 (lib-src, src, TAGS, tags): Depend on lib.
3811 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3812 ($(gnulib_srcdir)): New rule.
3813 (sync-from-gnulib): New rule, which is .PHONY.
3814 (lib): New rule, which is like lib-src.
3815 (Makefile): Depend on lib/Makefile.in.
3816 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3817 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3818 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3819 (am--refresh): New rule, to pacify Automake.
3820 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3821 Clean lib, too.
3822 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3823 droppings.
3824 (maintainer-clean, extraclean): Use it.
3825 * configure.in: Initialize for automake and gnulib, by invoking
3826 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3827 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3828 more conveniently with automake.
6ffb2c0c 3829 * lib/Makefile.am: New file.
9a514d4a
PE
3830 * make-dist: Also put into the distribution aclocal.m4,
3831 compile, depcomp, missing, and the files under lib/.
3832
dc3e3e7b
GM
38332011-01-15 Glenn Morris <rgm@gnu.org>
3834
3835 * Makefile.in (epaths-force): No more arch-tag to edit.
3836
dab73760
CY
38372011-01-15 Chong Yidong <cyd@stupidchicken.com>
3838
3839 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3840
9f4b8b47
PE
38412011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3842
3843 * make-dist: Distribute test/ files too.
3844 Distribute every file under test/ that is under version control,
3845 using patterns like *.el to capture files that are added later.
3846 Without this change, "configure" would fail, because it would
3847 attempt to build from a Makefile.in that was not distributed.
3848
d221e780
CO
38492011-01-13 Christian Ohler <ohler@gnu.org>
3850
3851 * Makefile.in (INFO_FILES): Add ERT.
3852
3853 * Makefile.in (check): Run tests in test/automated.
3854
3855 * Makefile.in:
3856 * configure.in: Add test/automated/Makefile.
3857
bc5585d1
PE
38582011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3859
2b3f5bc8
PE
3860 * install-sh, mkinstalldirs, move-if-change: Update from master
3861 source in gnulib.
3862
bc5585d1
PE
3863 * config.guess, config.sub: Updated from master source.
3864
2018939f
AS
38652011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3866
3867 * configure.in: Check for __builtin_unwind_init.
3868
e5365138
GM
38692011-01-05 Glenn Morris <rgm@gnu.org>
3870
3871 * configure.in (HAVE_MAKEINFO): New output variable.
3872 (MAKEINFO): Reset to "makeinfo" if not found.
3873 * Makefile.in (install-arch-indep, info):
3874 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3875
a04689de 38762010-12-29 Ulrich Müller <ulm@gentoo.org>
4fc5868a
UM
3877
3878 * configure.in: Make gameuser configurable (Bug#7717).
3879
68251e16
GM
38802010-12-15 Glenn Morris <rgm@gnu.org>
3881
3882 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3883 long absent lib-src/fns-*.el.
3884
838db889
GM
38852010-12-11 Glenn Morris <rgm@gnu.org>
3886
3887 * make-dist: Exclude etc/*.pyc.
3888
fe646d2c
AS
38892010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3890
3891 * configure.in: Don't double machfile in final message.
3892
d96c83fa
CY
38932010-12-04 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * configure.in: Fix last change.
3896
d6a003a8
AS
38972010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3898
3899 * configure.in: Remove reference to removed machine description
90eacf99
SM
3900 files and allow $machine and $machfile to be empty.
3901 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 3902
067d23c9
KY
39032010-12-03 Glenn Morris <rgm@gnu.org>
3904
3905 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3906
39072010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3908
3909 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3910 (EXTERNALLY_VISIBLE): New definition.
3911
39122010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3913
3914 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3915
39162010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3917
3918 * configure.in: Do not check for unconditionally included headers.
3919
39202010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3921
3922 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3923
39242010-11-09 Michael Albinus <michael.albinus@gmx.de>
3925
3926 * configure.in: Don't write a warning for D-Bus anymore.
3927
39282010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3929
3930 * configure.in: Fix indentation.
3931
39322010-10-31 Ken Brown <kbrown@cornell.edu>
3933
90eacf99
SM
3934 * configure.in (checking whether localtime caches TZ):
3935 Use unsetenv instead of modifying environment directly.
067d23c9
KY
3936
39372010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3938
3939 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3940 to avoid warning.
3941
39422010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3943
e9fce1ac 3944 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
3945
39462010-10-22 Glenn Morris <rgm@gnu.org>
3947
3948 * make-dist: Avoid listing .el files twice. Don't try to run
3949 autoconf if --no-update.
3950
39512010-10-20 Glenn Morris <rgm@gnu.org>
3952
3953 * make-dist: No longer create lisp/MANIFEST.
3954
39552010-10-14 Glenn Morris <rgm@gnu.org>
3956
3957 * BUGS, INSTALL.BZR, README: Updates.
3958
39592010-10-13 Glenn Morris <rgm@gnu.org>
3960
3961 * make-dist: Remove --compress. Check for the appropriate
3962 gzip-like executable, and if not found, don't compress.
3963 Check version number in README, don't change it.
3964 Use find for nt/inc/*.h.
3965
39662010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3967
90eacf99
SM
3968 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3969 Remove trailing / from directory names.
067d23c9
KY
3970
39712010-10-12 Glenn Morris <rgm@gnu.org>
3972
3973 * make-dist: Update and simplify.
3974
39752010-10-12 Eli Zaretskii <eliz@gnu.org>
3976
3977 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
3978
39792010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3980
3981 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3982
39832010-10-09 Glenn Morris <rgm@gnu.org>
3984
3985 * make-dist: No more doc/emacs/*.texi.in.
3986
3987 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3988
39892010-10-09 Glenn Morris <rgm@gnu.org>
3990
3991 * configure.in: Combine some conditionals.
3992
3993 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3994 * make-dist: Include doc/emacs/*.texi.in.
3995
3996 * INSTALL, make-dist: Remove references to b2m.
3997 * Makefile.in (MAN_PAGES): Remove b2m.1.
3998
39992010-10-05 Glenn Morris <rgm@gnu.org>
4000
4001 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4002
40032010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4004
4005 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4006
40072010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4008
4009 * configure.in: Include stdlib.h and string.h unconditionally.
4010
40112010-09-29 Romain Francoise <romain@orebokech.com>
4012
4013 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4014
40152010-09-28 Glenn Morris <rgm@gnu.org>
4016
4017 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4018 happy.
4019
40202010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4021
4022 * configure.in: Enable imagemagick by default.
4023
40242010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4025
4026 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 4027 GnuTLS libraries.
067d23c9
KY
4028
40292010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4030
4031 * configure.in: Set up GnuTLS.
4032
40332010-09-22 Chong Yidong <cyd@stupidchicken.com>
4034
4035 * configure.in: Announce whether libxml2 is linked to.
4036
40372010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4038
4039 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4040
40412010-09-18 Eli Zaretskii <eliz@gnu.org>
4042
4043 * config.bat: Detect that libxml2 is installed and if so, build
4044 with it.
4045
40462010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4047
4048 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4049 be used. This fixes a conf problem on Mac OS X.
4050
40512010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4052
4053 * configure.in: Check for libxml2.
4054
40552010-09-09 Glenn Morris <rgm@gnu.org>
4056
4057 * make-dist: No more TODO files under lisp/.
4058
40592010-09-04 Eli Zaretskii <eliz@gnu.org>
4060
4061 * config.bat: Produce lisp/gnus/_dir-locals.el from
4062 lisp/gnus/.dir-locals.el.
4063
40642010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4065
4066 * configure.in: Fix check for librsvg, imagemagick and
4067 MagickExportImagePixels.
4068
40692010-08-18 Joakim Verona <joakim@verona.se>
4070
4071 * Makefile.in, configure.in: Checks for ImageMagick.
4072
40732010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4074
4075 * configure.in (AC_PREREQ): Require autoconf 2.65.
4076
40772010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4078
4079 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4080
40812010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4082
4083 * configure.in: Add AC_C_BIGENDIAN.
4084
40852010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4086
4087 * configure.in (ORDINARY_LINK): Use on hpux* too.
4088
40892010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4090
4091 * configure.in: Check for util.h.
4092 Use -Wimplicit-function-declaration if compiler supports it.
4093
40942010-08-05 Eli Zaretskii <eliz@gnu.org>
4095
4096 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
4097
40982010-08-04 Andreas Schwab <schwab@linux-m68k.org>
4099
4100 * configure.in: Restore accidentally removed use of
4101 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
4102
41032010-07-29 Chad Brown <yandros@mit.edu>
4104
4105 * configure.in: Check for dirent.h.
4106
41072010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * configure.in: Remove reference to usg5-4, unused.
4110
41112010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4112
4113 * configure.in: Check for __executable_start.
4114
41152010-07-24 Ken Brown <kbrown@cornell.edu>
4116
4117 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4118
41192010-07-24 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4122
41232010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4124
4125 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4126
41272010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4128
4129 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4130 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4131 (C_OPTIMIZE_SWITCH): Remove.
4132 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4133
41342010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4135
4136 * configure.in: Don't check for index and rindex, check for strchr
4137 and strrchr. Define strchr and strrchr as index and rindex,
4138 resp., in src/config.h if not available.
4139
41402010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 * configure.in: Use -Wold-style-definition if available.
4143 This helps with the transition to standard C code, it can be
4144 removed when done.
4145
4146 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4147
4148 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4149 and MSWindows.
4150
41512010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4152
4153 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
4154 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4155
41562010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4157
4158 * configure.in (getenv): Remove K&R declaration.
4159
41602010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4161
4162 * configure.in: Remove define __P.
4163
41642010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4165
4166 * configure.in (--enable-use-lisp-union-type): New flag.
4167
41682010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4169
4170 Fix CFLAGS for non-GCC compilers.
4171 * configure.in (CFLAGS): Always use -g like it was done before the
4172 2010-03-30 change.
4173 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4174 (Bug#6538)
4175
41762010-06-30 Glenn Morris <rgm@gnu.org>
4177
4178 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4179 Set with AC_DEFINE rather than AH_BOTTOM.
4180
4181 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4182 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4183 Set with shell, not cpp.
4184 (LIBX): Remove, just use -lX11 in the one place this was used.
4185 (cannot_dump): Replace with CANNOT_DUMP.
4186
41872010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4188
0a19a6f8 4189 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
4190 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4191 by minimum required Gtk+ 2.6). Add checks for functions introduced
4192 in Gtk+ 2.14 or newer (bug#6505).
4193
41942010-06-26 Eli Zaretskii <eliz@gnu.org>
4195
4196 * config.bat: Remove white space around "+" in COPY commands.
4197
41982010-06-23 Glenn Morris <rgm@gnu.org>
4199
4200 * info/dir: Start descriptions in column 32, per Texinfo convention.
4201
42022010-06-16 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * INSTALL: Update font information (Bug#6389).
4205
42062010-06-16 Glenn Morris <rgm@gnu.org>
4207
4208 * INSTALL: General update.
4209
42102010-06-12 Glenn Morris <rgm@gnu.org>
4211
4212 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4213
42142010-06-11 Glenn Morris <rgm@gnu.org>
4215
4216 * configure.in (--without-compress-info): New option.
4217 (GZIP_INFO): New output variable.
4218
4219 * Makefile.in (GZIP_INFO): New, set by configure.
4220 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4221 Handle man pages in the same way.
4222
42232010-06-10 Glenn Morris <rgm@gnu.org>
4224
4225 * Makefile.in (install-arch-indep): Gzip the info files too.
4226
4227 * make-dist: Remove references to non-existent directories and files.
4228
42292010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4230
4231 * configure.in: Include <strings.h> and <string.h> instead of
4232 "strings.h" and "string.h".
4233
42342010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4235
4236 * configure.in: Remove code dealing with BSTRING.
4237
42382010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4239
4240 * configure.in (AC_PREREQ): Require autoconf 2.65.
4241
4242 * configure.in (unxec): Do not define and substitute.
4243 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4244
42452010-06-03 Glenn Morris <rgm@gnu.org>
4246
4247 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4248
42492010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 Fix alloca definition when using gcc on non-gnu systems.
4252 * configure.in: Use the code sequence indicated by "info autoconf"
4253 for alloca (bug#6170).
4254
42552010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * .bzrignore: Ignore new files from trunk, which appear if you use
4258 colocated branches (i.e. "bzr switch").
4259
42602010-05-28 Glenn Morris <rgm@gnu.org>
4261
4262 * configure.in: Simplify some of the $canonical tests.
4263
42642010-05-27 Glenn Morris <rgm@gnu.org>
4265
4266 * config.bat: Do not preprocess src/Makefile.in.
4267
4268 * configure.in: Do not preprocess src/Makefile.in.
4269 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4270 (AC_EGREP_CPP): Test no longer needed.
4271
4272 * make-dist: No more Makefile.c files.
4273
42742010-05-26 Glenn Morris <rgm@gnu.org>
4275
4276 * configure.in (YMF_PASS_LDFLAGS): Remove.
4277 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4278
4279 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4280 Add $GNUSTEP_LOCAL_HEADERS.
4281 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4282
4283 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4284 (GNUSTEP_MAKEFILES): Remove.
4285 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4286 stuff to here.
4287
42882010-05-25 Glenn Morris <rgm@gnu.org>
4289
4290 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4291 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4292
4293 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4294 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4295 here instead.
4296
42972010-05-24 Romain Francoise <romain@orebokech.com>
4298
4299 * make-dist: Look for version in src/emacs.c.
4300 Use lisp/subr.el rather than lisp/version.el for location check.
4301
43022010-05-21 Glenn Morris <rgm@gnu.org>
4303
4304 * configure.in (MKDEPDIR): Parallel build tweak.
4305
4306 * configure.in (ns_frag): New output file.
4307
4308 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4309 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4310
4311 * configure.in (cannot_dump): New output variable.
4312
43132010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4314
4315 * configure.in: On NetBSD, if terminfo is found, use it in
4316 preference to termcap. (Bug#6190)
4317
43182010-05-20 Glenn Morris <rgm@gnu.org>
4319
4320 * make-dist (src): Include *.mk.
4321 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4322 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4323 (deps_frag): New output file.
4324 (AUTO_DEPEND): Remove this definition.
4325
4326 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4327
43282010-05-19 Glenn Morris <rgm@gnu.org>
4329
4330 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4331 (ORDINARY_LINK): New AC_DEFINE.
4332 (LIB_GCC): No need to set if ORDINARY_LINK.
4333
43342010-05-18 Glenn Morris <rgm@gnu.org>
4335
4336 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4337 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4338
4339 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4340 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4341 (RALLOC_OBJ): New output variable.
4342
4343 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4344 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4345
43462010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * Makefile.in (src): Provide the name of the VCS file that witnesses
4349 a pull.
4350 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4351
43522010-05-17 Glenn Morris <rgm@gnu.org>
4353
4354 * configure.in (OLDXMENU_DEPS): New output variable.
4355
43562010-05-16 Glenn Morris <rgm@gnu.org>
4357
4358 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4359
4360 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4361 * Makefile.in (install-arch-dep): Update for above change.
4362
4363 * Makefile.in (ns_appdir): Remove.
4364 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4365
4366 * configure.in (TEMACS_LDFLAGS2): New output variable.
4367
4368 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4369 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4370 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4371 nothing uses.
4372
43732010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4376 does not use them.
4377 (X11R5_INHIBIT_I18N): Remove, unused.
4378
43792010-05-15 Glenn Morris <rgm@gnu.org>
4380
4381 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4382
4383 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4384
43852010-05-15 Ken Raeburn <raeburn@raeburn.org>
4386
4387 * configure.in: Look for version string in its new location.
4388
43892010-05-15 Eli Zaretskii <eliz@gnu.org>
4390
4391 * config.bat: Remove support for DJGPP v1.x.
4392
43932010-05-15 Glenn Morris <rgm@gnu.org>
4394
4395 * configure.in (OLDXMENU_TARGET): New output variable.
4396
4397 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4398
4399 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4400 and other files that no longer exist.
4401
44022010-05-14 Glenn Morris <rgm@gnu.org>
4403
4404 * configure.in (cpp_undefs): Add mktime, register, X11.
4405
4406 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4407 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4408 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4409
4410 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4411 (GNUSTEP_MAKEFILES): Do not output.
4412
44132010-05-13 Glenn Morris <rgm@gnu.org>
4414
4415 * configure.in: Fix some paren typos.
4416
4417 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4418
4419 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4420
44212010-05-12 Glenn Morris <rgm@gnu.org>
4422
4423 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4424
4425 * configure.in (LIB_GCC): New output variable.
4426
44272010-05-11 Glenn Morris <rgm@gnu.org>
4428
4429 * make-dist (msdos): No more mainmake.
4430
4431 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4432 * config.bat: Do not run cpp on lib-src/Makefile.in.
4433
4434 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4435
44362010-05-10 Glenn Morris <rgm@gnu.org>
4437
4438 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4439
4440 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4441 (BLESSMAIL_TARGET): New output variable.
4442
44432010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4444
4445 * INSTALL: Fix typos.
4446
44472010-05-08 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * configure.in: Add check for buggy version of GCC (Bug#6031).
4450
44512010-05-08 Glenn Morris <rgm@gnu.org>
4452
4453 * configure.in (HAVE_LIBNCURSES): New local variable.
4454 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4455 replacing cpp in src/s/*.h and src/Makefile.in.
4456
44572010-05-07 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * Version 23.2 released.
4460
44612010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * configure.in: Add tests for `isnan' and `copysign'.
4464
44652010-05-07 Eli Zaretskii <eliz@gnu.org>
4466
4467 * config.bat: Allow for 2 leading `#'s in comments in
4468 src/Makefile.in.
4469
44702010-05-07 Glenn Morris <rgm@gnu.org>
4471
4472 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4473 Merges logic from src/s/* and src/Makefile.in.
4474 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4475
44762010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4477
4478 Define START_FILES and LIB_STANDARD using autoconf.
4479 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4480 here from src/s/*.h.
4481 (HAVE_CRTIN): Remove, inline logic in the netbsd
4482 START_FILES/LIB_STANDARD computation.
4483
44842010-05-06 Glenn Morris <rgm@gnu.org>
4485
4486 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4487
4488 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4489 (LD_SWITCH_X_SITE): Remove unused variables.
4490
44912010-05-04 Glenn Morris <rgm@gnu.org>
4492
4493 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4494 as well.
4495 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4496
4497 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4498
4499 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4500 variables, replacing c_switch_machine, c_switch_system.
4501 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4502 @c_switch_system@.
4503
45042010-05-03 Glenn Morris <rgm@gnu.org>
4505
4506 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4507
4508 * make-dist: There are no more src/m/*.inp files.
4509
45102010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4511
4512 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4513 (ac_link): Do not use ld_switch_machine.
4514
45152010-05-01 Glenn Morris <rgm@gnu.org>
4516
4517 * configure.in (OTHER_OBJ): Remove.
4518 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4519
45202010-04-30 Glenn Morris <rgm@gnu.org>
4521
4522 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4523 Elsewhere, maybe include it.
4524
4525 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4526 (OLDXMENU, LIBXMENU): New output variables.
4527
4528 * configure.in (OTHER_OBJ): New output variable.
4529
45302010-04-28 Glenn Morris <rgm@gnu.org>
4531
4532 * configure.in (CYGWIN_OBJ): New output variable.
4533
4534 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4535
4536 * configure.in (FONT_OBJ): New output variable.
4537
4538 * configure.in (LIBXMU): New output variable.
4539
4540 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4541
4542 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4543 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4544
45452010-04-27 Glenn Morris <rgm@gnu.org>
4546
4547 * configure.in (LIBXTR6): New output variable. Move unixware special
4548 case here from src/s/unixware.h.
4549
4550 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4551 in Makefiles.
4552 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4553
4554 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4555 (LIBXP): No longer substitute in Makefiles.
4556 (MOTIF_LIBW): New output variable. Move system-specific settings here
4557 from src/s files.
4558
45592010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4560
4561 Reduce CPP usage.
4562 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4563 (unexec): Define unconditionally, all platforms define
4564 UNEXEC. AC_SUBST it.
4565 (UNEXEC_SRC): Remove, unused.
4566 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4567
45682010-04-27 Glenn Morris <rgm@gnu.org>
4569
4570 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4571 replaced by LIBXP.
4572
4573 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4574 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4575 On hpux10-20, default to /lib.
4576
4577 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4578
45792010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4580
4581 * configure.in (LIBS_MACHINE): Remove, unused.
4582
4583 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4584
45852010-04-24 Glenn Morris <rgm@gnu.org>
4586
4587 * configure.in (CRT_DIR): New output variable.
4588 (--with-crt-dir): New option. (Bug#5655)
4589 (HAVE_LIB64_DIR): Remove.
4590
45912010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4592
4593 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4594
45952010-04-22 Miles Bader <miles@gnu.org>
4596
4597 * configure.in: Get rid of "unix" pre-defined macro when
4598 preprocessing Makefile. (Bug#5857)
4599
46002010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4601
4602 Avoid non-portable shell command negation
4603 * configure.in: Revert last change.
4604
46052010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4606
4607 * configure.in: Change "if test ! -f" to "if ! test -f".
4608
46092010-04-21 Glenn Morris <rgm@gnu.org>
4610
4611 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4612 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4613
46142010-04-21 Karel Klíč <kklic@redhat.com>
4615
4616 * configure.in: New option: --with(out)-selinux, on by default.
4617 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4618 LIBSELINUX_LIBS in Makefiles.
4619
46202010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4621
4622 * configure.in: Remove all references to LIBX11_SYSTEM.
4623
46242010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4625
4626 * configure.in: Remove all references to C_DEBUG_SWITCH.
4627
46282010-03-27 Eli Zaretskii <eliz@gnu.org>
4629
4630 * config.bat <lib-src>: Edit out lines that begin with several #
4631 characters.
4632
46332010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4634
4635 * configure.in: Remove support for old UNIX System V systems and
4636 for Unixware on non-x86 machines.
4637
4638 * configure.in: Remove support for Solaris on PPC and for old versions.
4639
4640 * configure.in: Remove non-working lynxos port.
4641
46422010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4643
4644 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4645
46462010-03-19 Glenn Morris <rgm@gnu.org>
4647
4648 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4649 happy.
4650
46512010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4652
4653 * configure.in: Check for tputs and friends, abort if not
4654 found (bug#5735).
4655
46562010-03-18 Glenn Morris <rgm@gnu.org>
4657
4658 * configure.in (--with-x-toolkit): In the help text, say which options
4659 are synonyms.
4660
4661 * configure.in (--with-mmdf, --with-mail-unlink):
4662 New options, off by default.
4663 (--with-mailhost): New option to set default POP host.
4664 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4665 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4666 New variables, substituted in Makefiles.
4667 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4668 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4669 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4670 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4671 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4672
46732010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4674
4675 * Makefile.in (uninstall): Handle the case where archlibdir does not
4676 exist. (Bug#5720)
4677
46782010-03-12 Eli Zaretskii <eliz@gnu.org>
4679
75f1671a 4680 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
4681 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4682
4683 * configure: Regenerated.
4684
46852010-03-10 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * Branch for 23.2.
4688
46892010-01-31 Juri Linkov <juri@jurta.org>
4690
4691 * .bzrignore: Add TAGS-LISP.
4692
46932010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4694
4695 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4696 this header file).
4697
46982010-01-12 Juanma Barranquero <lekktu@gmail.com>
4699
4700 * .bzrignore: Ignore all .exe, instead of individual files.
4701
47022010-01-12 Chong Yidong <cyd@stupidchicken.com>
4703
4704 * configure.in: Explicitly check for and link to -lXrender.
4705
47062010-01-12 Glenn Morris <rgm@gnu.org>
4707
4708 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4709 for bug reports for development versions.
4710
47112010-01-02 Eli Zaretskii <eliz@gnu.org>
4712
4713 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4714 build.
4715
47162009-12-27 Karl Fogel <kfogel@red-bean>
4717
4718 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4719 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4720
47212009-12-17 Glenn Morris <rgm@gnu.org>
4722
4723 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4724
47252009-12-15 Glenn Morris <rgm@gnu.org>
4726
4727 * info/dir: Add EDT entry.
4728 * Makefile.in (INFO_FILES): Add edt.
4729
47302009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4731
1154d12e 4732 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
4733
47342009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4735
4736 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4737
47382009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4739
4740 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4741
47422009-12-01 Glenn Morris <rgm@gnu.org>
4743
4744 * make-dist: Add etc/images/mpc directory.
4745
47462009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4747
4748 * configure.in: Don't check for GConf unless X is used.
4749
47502009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4751
4752 * configure.in: Use -Wdeclaration-after-statement if available.
4753
47542009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4755
4756 * configure.in: New option: --with(out)-gconf.
4757 Set HAVE_GCONF if we find gconf.
4758
47592009-11-17 Glenn Morris <rgm@gnu.org>
4760
4761 * Makefile.in (INFO_FILES): Add semantic.
4762
47632009-11-16 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * info/dir: Add Semantic.
4766
47672009-11-16 Glenn Morris <rgm@gnu.org>
4768
4769 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4770 pattern, so as not to exclude makefile*.el. (Bug#4912)
4771
47722009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4773
4774 * configure.in: --enable-autodepend is new. Check for GNU Make
4775 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4776 gcc and GNU make to generate dependencies.
4777
47782009-10-27 Glenn Morris <rgm@gnu.org>
4779
4780 * make-dist: Make links to doc/lispintro/*.pdf.
4781
47822009-10-23 Jim Meyering <meyering@redhat.com>
4783
4784 * configure.in: Invoke $CPP with -P when creating Makefile and
4785 src/Makefile. Without this, gcc 4.4.2 converts each
4786 backslash-newline pair in the input to a bare newline, yielding
4787 invalid Makefiles.
4788
4789 * configure: Regenerate.
4790
47912009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4792
4793 * configure.in (vax-dec-vms): Remove, not supported anymore.
4794
47952009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4796
4797 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4798 (*-apple-darwin*): Add x86_64 architecture.
4799
48002009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4801
4802 * config.guess, config.sub: Updated from master source.
4803
48042009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4805
4806 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4807
48082009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4809
4810 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4811
48122009-09-29 Glenn Morris <rgm@gnu.org>
4813
4814 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4815
48162009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4817
4818 * config.guess, config.sub: Updated from master source.
4819
4820 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4821
48222009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4823
4824 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4825
48262009-09-13 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * INSTALL: Update URL for GNU FreeFont.
4829
48302009-09-09 Glenn Morris <rgm@gnu.org>
4831
4832 * Makefile.in (install-arch-indep): Don't recursively change perms of
4833 site-lisp and infodir. There may be non-Emacs files in here, and the
4834 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4835 (mkdir): Set umask to world-readable before creating directories.
4836 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4837
48382009-08-29 Glenn Morris <rgm@gnu.org>
4839
4840 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4841 (info): Don't give an error in the absence of makeinfo - let the doc
4842 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4843
48442009-08-23 Ken Raeburn <raeburn@raeburn.org>
4845
4846 * Makefile.in (install-arch-indep): If the versioned DOC-####
4847 generated during loadup+dump isn't found, install the plain DOC
4848 file that always gets generated, in case CANNOT_DUMP is set.
4849
4850 * configure.in: Warn if package version specified here doesn't
4851 match the version in version.el.
4852 * configure: Regenerate.
4853
48542009-08-22 Michael Albinus <michael.albinus@gmx.de>
4855
4856 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4857
4858 * configure: Regenerate.
4859
48602009-08-19 Glenn Morris <rgm@gnu.org>
4861
4862 * INSTALL: Remove reference to cvtmail.
4863
48642009-08-15 CHENG Gao <chenggao@gmail.com>
4865
4866 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4867
48682009-08-02 Kevin Ryde <user42@zip.com.au>
4869
4870 * INSTALL: Fix free fonts URL.
4871
48722009-07-22 Glenn Morris <rgm@gnu.org>
4873
4874 * configure.in (AC_PREREQ): Require autoconf 2.62.
4875
48762009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4877
4878 * configure.in (--enable-checking, --enable-profiling):
4879 Use AS_HELP_STRING.
4880
48812009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4882
4883 * configure.in (--enable-profiling): New option.
4884 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4885
48862009-06-27 Glenn Morris <rgm@gnu.org>
4887
4888 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4889
48902009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4891
4892 * configure.in (--enable-checking): New option.
4893
48942009-06-24 Glenn Morris <rgm@gnu.org>
4895
4896 * make-dist: Warn if subdir does not exist in source.
4897 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4898 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4899 No longer make links.
4900
49012009-06-24 Yavor Doganov <yavor@gnu.org>
4902
4903 * make-dist (tempdir): Don't create directories preferences.gorm
4904 and preferences.nib, they are no longer required.
4905
49062009-06-21 Chong Yidong <cyd@stupidchicken.com>
4907
4908 * Branch for 23.1.
4909
49102009-06-12 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * configure.in: Delete mac-fix-env target, which has been
4913 removed (Bug#3531).
4914
49152009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4916
1154d12e 4917 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
4918
49192009-05-05 Per Starbäck <per@starback.se> (tiny change)
4920
4921 * BUGS: Use new binding of view-emacs-problems.
4922
c7015153 49232009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
4924
4925 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4926 for Solaris compatibility.
4927
49282009-04-25 Chong Yidong <cyd@stupidchicken.com>
4929
4930 * configure: Regenerate.
4931
4932 * configure.in: Disable use of FreeType without libXft.
4933
49342009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4935
4936 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4937 Check if it is declared in gtk.h.
4938
49392009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4940
4941 * Makefile.in (install-arch-indep): Remove .gitignore files.
4942
49432009-04-03 Kenichi Handa <handa@m17n.org>
4944
4945 * INSTALL: Make the section "Complex Text Layout support
4946 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4947
49482009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4949
4950 * configure.in (rs6000-ibm-aix6*): Fix typo.
4951
49522009-03-04 Glenn Morris <rgm@gnu.org>
4953
4954 * Makefile.in (INFO_FILES): Add auth.
4955
49562009-03-03 Glenn Morris <rgm@gnu.org>
4957
4958 * info/dir: Add Auth-source.
4959
49602009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4963 the second.
4964
49652009-02-28 Eli Zaretskii <eliz@gnu.org>
4966
4967 * config.bat: Copy .dbxinit to _dbxinit.
4968
4969 * make-dist (Making links to `info'): Remove .gitignore.
4970
49712009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * Makefile.in (lib-src, lisp): Use simpler rule.
4974 (src): Be more specific to avoid recompiling all the .elc files just
4975 because the bootstrap-emacs is missing.
4976
49772009-02-26 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * configure.in: Require librsvg >= 2.11.
4980
49812009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4982
4983 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4984 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4985
49862009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4987
4988 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4989
49902009-02-03 Glenn Morris <rgm@gnu.org>
4991
4992 * make-dist: Add some missing files, remove some that are no longer
4993 present.
4994
49952009-02-02 Glenn Morris <rgm@gnu.org>
4996
4997 * make-dist: Add some missing nextstep/ files.
4998
49992009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5000
5001 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5002
50032009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5004
5005 * configure.in: Add support for m68k-*-netbsd.
5006
50072009-01-14 Juri Linkov <juri@jurta.org>
5008
5009 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5010
5011 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5012 and bug-reference-mode.
5013
50142009-01-11 Juri Linkov <juri@jurta.org>
5015
5016 * INSTALL.CVS: Move configuration explicitly to the first step.
5017
50182009-01-09 Glenn Morris <rgm@gnu.org>
5019
5020 * .dir-locals.el: Don't set indent-tabs-mode.
5021
50222008-12-30 Kenichi Handa <handa@m17n.org>
5023
5024 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5025 the function OTF_get_variation_glyphs.
5026
50272008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5028
5029 * Makefile.in (install-arch-dep): Remove old directories in
5030 ns_app* before moving new directories there.
5031
50322008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5033
5034 * .dir-locals.el: Remove non-working entry for pmail.
5035 (fill-column): Fix typo.
5036 (change-log-mode): Add fill column.
5037
50382008-12-26 Eli Zaretskii <eliz@gnu.org>
5039
5040 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5041
50422008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5043
5044 * make-dist (tempdir): Distribute .dir-locals.el.
5045
5046 * .dir-locals.el: New file.
5047
50482008-12-19 Eli Zaretskii <eliz@gnu.org>
5049
5050 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5051 for rationale.
5052
50532008-12-13 Glenn Morris <rgm@gnu.org>
5054
5055 * Makefile.in (install-arch-indep): Add new man-pages.
5056 (manext): Remove variable.
5057 (MAN_PAGES): New variable.
5058 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5059 and remove.
5060 (uninstall): Remove desktop file and icons, game scores if empty.
5061
50622008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5063
5064 * config.guess, config.sub: Updated from master source.
5065
50662008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5067
5068 * Makefile.in (install-arch-indep): Install ebrowse.1.
5069
50702008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5071
5072 * configure.in: Add Solaris on x86_64.
5073
50742008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5075
5076 * config.guess, config.sub: Updated from master source.
5077
50782008-12-08 Eli Zaretskii <eliz@gnu.org>
5079
5080 * info/dir: Fix last change.
5081
50822008-12-07 Eli Zaretskii <eliz@gnu.org>
5083
5084 * info/dir: Untabify.
5085
a04689de 50862008-11-28 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5087
5088 * configure.in: Fix last change.
5089
50902008-11-28 Richard M Stallman <rms@gnu.org>
5091
5092 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5093 New configurations.
5094
50952008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5096
5097 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
5098 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5099
51002008-11-15 Eli Zaretskii <eliz@gnu.org>
5101
5102 * Makefile.in (INFO_FILES): Remove ns-emacs.
5103
5104 * info/dir (NS-Emacs): Remove entry.
5105
51062008-11-08 Eli Zaretskii <eliz@gnu.org>
5107
5108 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5109
51102008-11-07 Glenn Morris <rgm@gnu.org>
5111
5112 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5113
51142008-10-31 Eli Zaretskii <eliz@gnu.org>
5115
5116 * config.bat: Tell user to expect one "File not found" message
5117 while the `doc' directory is being configured.
5118
51192008-10-30 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * update-subdirs: Put obsolete directory last.
5122
51232008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5124
5125 * configure.in: Check fontconfig always.
5126
51272008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5128
5129 * configure (*-solaris2.[7-9]*): Fix typo.
5130
51312008-10-24 Glenn Morris <rgm@gnu.org>
5132
5133 * configure.in (--without-sync-input, --with-pkg-config-prog):
5134 Help strings start with lower case.
5135 (--with-gnustep-conf): New option.
5136 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5137
51382008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
5139
5140 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5141 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5142 is not found. (Bug#1230)
5143
51442008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5145
5146 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5147 Use sol2-6.h for Solaris 7-9.
5148
a04689de 51492008-10-18 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5150
5151 * configure.in: Add support for GNU/Linux on SuperH.
5152
51532008-10-12 Andreas Schwab <schwab@suse.de>
5154
5155 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5156
1a71cb28 51572008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
5158
5159 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5160 "X") to avoid confusion.
5161
5162 * configure: Regenerate.
5163
51642008-09-07 Romain Francoise <romain@orebokech.com>
5165
5166 * make-dist: Distribute doc/man/ChangeLog.
5167
51682008-08-28 Chong Yidong <cyd@stupidchicken.com>
5169
5170 * configure.in: Disable XFT and Freetype when without X.
5171
5172 * configure: Regenerate.
5173
51742008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5175
5176 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5177
51782008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5179
90eacf99
SM
5180 * configure.in (GNUSTEP_SYSTEM_HEADERS):
5181 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
5182
5183 * configure: Regenerate.
5184
51852008-08-20 Eli Zaretskii <eliz@gnu.org>
5186
5187 * configure.in: Move "#define subprocesses" before
5188 config_opsysfile is included.
5189
51902008-08-19 Kenichi Handa <handa@m17n.org>
5191
5192 * INSTALL (Extra fonts): Mention local fonts, don't mention
5193 mule-unicode.
5194
51952008-08-16 Chong Yidong <cyd@stupidchicken.com>
5196
5197 * make-dist: Omit info/.arch-inventory.
5198
51992008-08-16 Jason Rumney <jasonr@gnu.org>
5200
5201 * make-dist (tempdir/nt): Link emacsclient.rc.
5202
52032008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5204
5205 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5206 AC_SUBST it.
5207 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5208 AC_SUBST it.
5209 (OTHER_FILES): Always define for HAVE_NS.
5210 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5211 * configure: Regenerate.
5212
52132008-08-07 Andreas Schwab <schwab@suse.de>
5214
5215 * configure.in: Correctly handle
5216 --enable-cocoa-experimental-ctrl-g=no and
5217 --enable-ns-self-contained=yes.
5218
52192008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5220
5221 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
5222 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5223 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
5224
52252008-08-06 Andreas Schwab <schwab@suse.de>
5226
5227 * configure.in: Fix quoting.
5228
52292008-08-06 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5232
a04689de 52332008-08-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5234
5235 * configure.in: Add checks for krb5_error.text and
5236 krb5_error.e_text struct members.
5237
52382008-08-04 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * configure.in: Test for existence of NSInteger.
5241 Suggested by Yavor Doganov.
5242
52432008-08-02 Romain Francoise <romain@orebokech.com>
5244
5245 * Makefile.in (INFO_FILES): Add mairix-el.
5246
52472008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5248
5249 * make-dist:
5250 * README: Remove VMS support.
5251 * vms: Remove directory.
5252
52532008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5254
5255 * configure.in (MULTI_KBOARD): Remove.
5256
52572008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5258
5259 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5260
52612008-07-29 Chong Yidong <cyd@stupidchicken.com>
5262
5263 * info/dir (File): Add mairix-el.
5264
52652008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5266
5267 Remove support for Mac Carbon.
5268 * mac: Remove directory.
5269 * make-dist:
5270 * configure.in:
5271 * README:
5272 * Makefile.in:
5273 * INSTALL: Remove code for Carbon.
5274 * configure: Regenerate.
5275
52762008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5277
5278 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5279
52802008-07-25 Chong Yidong <cyd@stupidchicken.com>
5281
5282 * configure.in: Check for getrlimit.
5283
5284 * configure: Regenerate.
5285
52862008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5287
5288 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5289 in src/Makefile.in.
5290 (static): Remove, autoconf would always comment it out anyway.
5291 (subprocesses): Define unconditionally.
5292
52932008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5294
5295 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5296 compilation under GNUstep.
5297
52982008-07-18 Kenichi Handa <handa@m17n.org>
5299
5300 * INSTALL (Complex Text Layout support libraries): Delete the
5301 paragraph about --enable-font-backend.
5302
53032008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5304
5305 * configure.in: Print out some info to user for NeXTstep builds.
5306 (ns-app): Remove enable option.
5307 (ns-self-contained): Add enable option.
5308 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5309 GNUstep, use to set install prefixes, and substitute in Makefiles.
5310 * configure: Regenerate.
5311 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5312 NS app bundle.
5313
53142008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5317
53182008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5319
5320 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5321 NS_IMPL_COCOA.
5322
53232008-07-16 Glenn Morris <rgm@gnu.org>
5324
5325 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5326 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5327 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5328 never unset.
5329
5330 * make-dist: Add nextstep/ directories.
5331 (src, lib-src): Add .m files.
5332
53332008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5334
5335 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5336 (USER_FULL_NAME): Remove, not used anymore.
5337 * configure: Regenerate.
5338
53392008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5340
5341 Changes and additions for NeXTstep windowing system (Cocoa and
5342 GNUstep) support.
5343
5344 * configure.in: Add support for NS window system: --with-ns (default
5345 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5346 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5347 disable font backend if window system is "none", not if !HAVE_X11.
5348 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5349 (install-arch-dep): Add commands to assemble NS .app package.
5350
53512008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5352
5353 * configure.in: Use macppc for Darwin. Remove references to
5354 desupported systems.
5355 * configure: Regenerate.
5356
53572008-07-05 Glenn Morris <rgm@gnu.org>
5358
5359 * make-dist (EMACS): Doc fix.
5360 (lisp): There are no *.dat or image files here any more.
5361 (src): There are no *.s files here any more.
5362 (etc/images, etc/images/*): Link to most regular files.
5363
53642008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5365
5366 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5367
53682008-07-01 Glenn Morris <rgm@gnu.org>
5369
5370 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5371 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5372 and explicitly export there. (Bug#507.)
5373
53742008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5375
5376 * configure.in:
5377 * configure: Remove references to obsolete systems.
5378
53792008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5380
5381 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5382 make it depend on all other */.in files.
5383 (src/Makefile, src/config.stamp, lib-src/Makefile)
5384 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5385 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5386 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5387 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5388
5389 * configure.in: Don't create src/config.stamp any more.
5390
53912008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5394
53952008-06-22 Glenn Morris <rgm@gnu.org>
5396
5397 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5398
53992008-06-21 Romain Francoise <romain@orebokech.com>
5400
5401 * Makefile.in (INFO_FILES): Add sasl.
5402
54032008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5406 (bootstrap-build): Remove.
5407 (top_bootclean): New var.
5408 (top_distclean, bootstrap-clean): Use it.
5409 (bootstrap): Don't recheck config. Make normally.
5410
54112008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * Makefile.in (SUBDIR): Include `lisp'.
5414 (lisp): Depend on `src'.
5415 (top_distclean): Don't remove config.status.
5416 (bootstrap-clean): New target.
5417 (maintainer-clean): Use it.
5418 (bootstrap): Use bootstrap-clean. Re-run config.status.
5419 (src/bootstrap-emacs${EXEEXT}): New target.
5420 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5421 src/Makefile now takes care of it.
5422 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5423
54242008-06-15 Glenn Morris <rgm@gnu.org>
5425
5426 * info/dir: Add sasl.
5427
54282008-06-09 Alan Mackenzie <acm@muc.de>
5429
5430 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5431
54322008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5433
5434 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5435
54362008-06-07 Glenn Morris <rgm@gnu.org>
5437
5438 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5439 serve no purpose.
5440
54412008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5442
5443 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5444 * configure: Regenerate.
5445
54462008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5449
54502008-05-14 Kenichi Handa <handa@m17n.org>
5451
5452 * configure: Regenerate.
5453
5454 * configure.in: Don't handle --disable-font-backend. Don't print
5455 a message about a font backend.
5456
54572008-05-09 Glenn Morris <rgm@gnu.org>
5458
5459 * configure.in: Make absence of makeinfo a fatal error only if the info
5460 files don't exist.
5461 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5462
54632008-05-07 Eli Zaretskii <eliz@gnu.org>
5464
5465 * config.bat: Fix last change: don't use < and > in "rem" lines,
5466 they are interpreted as redirection by DOS shells.
5467
54682008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5469
5470 * configure.in: Check availability of AvailabilityMacros.h
5471 if HAVE_CARBON.
5472
5473 * configure: Regenerate.
5474
54752008-05-03 Glenn Morris <rgm@gnu.org>
5476
5477 * configure.in (x_libraries): Remove standard 64-bit directories -
5478 experimental workaround for minor autoconf bug.
5479
5480 * configure.in (--without-makeinfo): New option. If set,
5481 absence of suitable makeinfo is not a fatal error.
5482 * Makefile.in (MAKEINFO): New, set by configure.
5483 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5484 (info-real): New target.
5485 (info): Without makeinfo, do nothing, else call `info-real'.
5486
54872008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5488
5489 * configure.in: Remove hpux10.20 from the desupported list.
5490
54912008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5494
54952008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5498 rather than change CPPFLAGS.
5499 (HAVE_GTK): Rename to USE_GTK.
5500
55012008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5502
5503 * configure.in: Replace the obsolete macros AC_AIX and
5504 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5505
55062008-04-05 Andreas Schwab <schwab@suse.de>
5507
5508 * configure.in: No longer create admin/unidata/Makefile.
5509
55102008-03-28 Andreas Schwab <schwab@suse.de>
5511
5512 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5513 (lisp/Makefile): New rule.
5514
55152008-03-13 Glenn Morris <rgm@gnu.org>
5516
5517 * configure.in (AC_INIT): Fix version number.
5518 (sync-input): Reword the option, since it's on by default.
5519
55202008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5521
5522 * configure.in: Add --enable-sync-input, default yes.
5523
55242008-03-11 Glenn Morris <rgm@gnu.org>
5525
5526 * Makefile.in (install-etc, mkdir): Handle directory
5527 etc/images/icons/hicolor/*/mimetypes/.
5528
5529 * make-dist: Handle icons/hicolor/scalable directory.
5530
55312008-03-05 Glenn Morris <rgm@gnu.org>
5532
5533 * configure.in: Enable font-backend by default.
5534 (USE_FONT_BACKEND): Set to "no" in absence of X.
5535 (PKG_CONFIG): Don't set multiple times, once is enough.
5536 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5537
55382008-03-03 Glenn Morris <rgm@gnu.org>
5539
5540 * Makefile.in (iconsrcdir): New variable.
5541 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5542 directory.
5543
55442008-02-29 Glenn Morris <rgm@gnu.org>
5545
5546 * test/: New directory.
5547
55482008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5549
5550 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5551
55522008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5553
5554 * configure.in: Print an error for systems that we think are obsolete
5555 and are proposed to be removed. Remove some more unused systems.
5556 Add support for powerpc-ibm-aix6*.
5557
55582008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5559
5560 * configure.in: Remove references to obsolete variables and systems.
5561
55622008-02-21 Glenn Morris <rgm@gnu.org>
5563
5564 * Makefile.in (set_installuser): New.
5565 (install-arch-indep): Use set_installuser to avoid duplicate code.
5566
5567 * README.unicode: Split into admin/notes/unicode,font-backend and
5568 remove.
5569
55702008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5571
5572 * configure.in (arm*-*-freebsd*): Add.
5573
55742008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5575
5576 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5577 dealing with obsolete variables.
5578
55792008-02-08 Glenn Morris <rgm@gnu.org>
5580
5581 * Makefile.in (check-info-dir): New target.
5582
55832008-02-08 Michael Olson <mwolson@gnu.org>
5584
5585 * Makefile.in (INFO_FILES): Add epa.
5586
5587 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5588 features" section.
5589
55902008-02-06 Glenn Morris <rgm@gnu.org>
5591
5592 * configure.in (--with-gcc): Give an error saying this option has
5593 been removed.
5594 (--with-gtk): Remove this option.
5595
55962008-02-06 Tom Tromey <tromey@redhat.com>
5597
5598 * configure.in (--with-gcc): Remove.
5599 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5600
a04689de 56012008-02-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5602
5603 * INSTALL: Recommend giflib, not libungif.
5604
56052008-02-05 Tom Tromey <tromey@redhat.com>
5606
5607 * configure.in (--with-dbus): Default to enabled.
5608
56092008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5610
5611 * INSTALL (Complex Text Layout support libraries): New section.
5612
56132008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5614
5615 * make-dist: Remove references to files in mac/ that have been
5616 deleted.
5617
56182008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5619
5620 * configure.in: For libotf and m17n-flt checks, set shell vars
5621 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5622 pkg_check_m17n_flt, respectively, for the sake of the summary output.
a04689de 5623 Reported by Ulrich Müller.
067d23c9
KY
5624
56252008-02-02 Eli Zaretskii <eliz@gnu.org>
5626
5627 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5628 admin/unidata/Makefile.in to Makefile.
5629
56302008-02-02 Glenn Morris <rgm@gnu.org>
5631
5632 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5633 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5634 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5635
56362008-02-01 Miles Bader <miles@gnu.org>
5637
5638 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5639 [libotf], and [m17n-flt] options.
5640
56412008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5642
5643 * configure.in: Add EMACS_ARG_N([libotf]...), and
5644 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5645 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5646 CFLAGS, and LIBS in checking of m17n-flt.
5647
56482008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5649
5650 * configure.in: Check the availability of m17n-flt library.
5651
56522008-02-01 Kenichi Handa <handa@m17n.org>
5653
5654 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5655 not available.
5656
56572008-02-01 Kenichi Handa <handa@m17n.org>
5658
5659 * configure.in: New args --enable-font-backend, --with-xft,
5660 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5661 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5662 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5663 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5664
56652008-02-01 Kenichi Handa <handa@m17n.org>
5666
5667 * make-dist: Include etc/charsets in tarball.
5668
56692008-02-01 Kenichi Handa <handa@m17n.org>
5670
5671 * configure.in: While running cpp on junk.c, include
5672 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5673 exists.
5674
56752008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5676
5677 * configure.in (xtensa): Match more configurations.
5678
56792008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5680
5681 * configure.in: Update comment.
5682
56832008-01-26 Glenn Morris <rgm@gnu.org>
5684
5685 * configure.in (--without-gcc): By default, neither off nor on.
5686 (--with-carbon): Tone down rhetoric in help text.
5687
56882008-01-25 Glenn Morris <rgm@gnu.org>
5689
5690 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5691 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5692 Default `Carbon' to off (it's unsupported).
5693
56942008-01-24 Glenn Morris <rgm@gnu.org>
5695
5696 * configure.in: Standardize dbus-related messages.
5697
56982008-01-23 Michael Olson <mwolson@gnu.org>
5699
5700 * configure.in (pkg-config-prog): Remove initial whitespace.
5701
57022008-01-23 Tom Tromey <tromey@redhat.com>
5703
5704 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5705 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5706 Update all users.
5707
57082008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5709
5710 * config.guess, config.sub: Updated from master source.
5711
57122008-01-17 Andreas Schwab <schwab@suse.de>
5713
5714 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5715
57162008-01-17 Glenn Morris <rgm@gnu.org>
5717
5718 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5719
57202008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5721
5722 * configure.in: Remove more references to unsupported systems.
5723
57242008-01-16 Sven Joachim <svenjoac@gmx.de>
5725
5726 * make-dist: Add --lzma.
5727
57282008-01-16 Glenn Morris <rgm@gnu.org>
5729
5730 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5731 configure checks for this.
5732
57332008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 * configure.in: Remove more references to unsupported systems.
5736
57372008-01-06 Romain Francoise <romain@orebokech.com>
5738
5739 * configure.in: Delete extra semicolons.
5740
57412008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5742
5743 * configure.in: Remove references to unsupported systems.
5744
57452008-01-05 Romain Francoise <romain@orebokech.com>
5746
5747 * make-dist: Add --bzip2. Update copyright.
5748
57492008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5750
5751 * configure.in: Remove support for Masscomp.
5752
57532008-01-05 Glenn Morris <rgm@gnu.org>
5754
5755 * Makefile.in (desktopdir, icondir): New variables.
5756 (install-arch-indep): Also depend on `install-etc'.
5757 (install-etc): New target.
5758 (mkdir): Also create the `applications' and `icons' directories.
5759
57602008-01-04 Glenn Morris <rgm@gnu.org>
5761
5762 * make-dist: Update for new etc/images/icons/hicolor directory.
5763
57642007-12-09 Andreas Schwab <schwab@suse.de>
5765
5766 * configure.in: D-Bus is not enabled by default.
5767
57682007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5769
5770 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5771 change.
5772
57732007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5774
5775 * configure.in: Give package name and version to AC_INIT.
5776
57772007-12-03 Magnus Henoch <mange@freemail.hu>
5778
5779 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5780
57812007-12-03 Michael Albinus <michael.albinus@gmx.de>
5782
5783 * configure.in: No need for DBUS_INFO anymore.
5784
5785 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5786
57872007-12-02 Michael Albinus <michael.albinus@gmx.de>
5788
5789 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5790
5791 * Makefile.in (INFO_FILES): Add dbus.
5792
57932007-12-02 Romain Francoise <romain@orebokech.com>
5794
5795 * make-dist: Fix last change.
5796
57972007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5798
5799 * configure.in: Add support for gnu-kfreebsd.
5800
58012007-11-28 Glenn Morris <rgm@gnu.org>
5802
5803 * make-dist: Add etc/nxml.
5804
58052007-11-24 Romain Francoise <romain@orebokech.com>
5806
5807 * Makefile.in (INFO_FILES): Add nxml-mode.
5808
58092007-11-23 Romain Francoise <romain@orebokech.com>
5810
5811 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5812 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5813
58142007-11-20 Andreas Schwab <schwab@suse.de>
5815
5816 * configure.in: Always include <resolv.h> when checking for res_init.
5817
58182007-11-17 Andreas Schwab <schwab@suse.de>
5819
5820 * update-subdirs: Atomically update subdirs.el.
5821
58222007-11-17 Glenn Morris <rgm@gnu.org>
5823
5824 * Makefile.in (check-declare): New target.
5825
58262007-11-07 Glenn Morris <rgm@gnu.org>
5827
5828 * configure.in: Deprecate Mac Carbon port.
5829
58302007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5831
5832 * configure.in: Remove HAVE_X11R5 check.
5833
58342007-10-31 Glenn Morris <rgm@gnu.org>
5835
5836 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5837 when changing ownership of installed files.
5838
58392007-10-30 Glenn Morris <rgm@gnu.org>
5840
5841 * make-dist: Add new directory etc/gnus.
5842
58432007-10-30 Michael Olson <mwolson@gnu.org>
5844
5845 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5846
58472007-10-29 Glenn Morris <rgm@gnu.org>
5848
5849 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5850
58512007-10-23 Glenn Morris <rgm@gnu.org>
5852
5853 * MAINTAINERS: Move to admin/.
5854
58552007-10-17 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5858 (HAVE_LIBRESOLV): Also define if we are using res_init().
5859
58602007-10-17 Glenn Morris <rgm@gnu.org>
5861
5862 * FTP: Remove file, since it's just a duplicate of one in etc/.
5863
58642007-10-05 Eli Zaretskii <eliz@gnu.org>
5865
5866 * config.bat: Fix configuring `doc' due to changes in the
5867 directory structure.
5868
58692007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5870
5871 * configure.in: Don't use -lpthread on HP-UX.
5872
58732007-09-16 Glenn Morris <rgm@gnu.org>
5874
5875 * make-dist: File gfdl.1 has been removed.
5876
58772007-09-15 Glenn Morris <rgm@gnu.org>
5878
5879 * configure.in: Fix makeinfo version regexp.
5880
58812007-09-12 Glenn Morris <rgm@gnu.org>
5882
5883 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5884 implementation of alloca is not found.
5885
5886 * Makefile.in (SOURCES, unlock, relock): Delete.
5887 (install-arch-indep): Do not exclude the etc/ Makefiles.
5888
58892007-09-09 Juri Linkov <juri@jurta.org>
5890
5891 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5892
5893 * README: Add doc/ to documentation directories.
5894
58952007-09-08 Michael Olson <mwolson@gnu.org>
5896
5897 * MAINTAINERS: Add myself for ERC and tq.el.
5898 Update for new doc/ directory layout.
5899
59002007-09-06 Romain Francoise <romain@orebokech.com>
5901
5902 * make-dist: Update for new doc/ directory layout.
5903
59042007-09-06 Glenn Morris <rgm@gnu.org>
5905
5906 * Makefile.in (mansrcdir): New variable.
5907 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5908 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5909 update these targets for new doc/ directory layout.
5910 (doc/misc/Makefile): New target.
5911 (install-arch-indep): Use mansrcdir for new location of manpages.
5912 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5913 (relock, info, dvi): Update targets for new doc/ directory layout.
5914
5915 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5916 for new doc/ directory layout.
5917
59182007-09-02 Andreas Schwab <schwab@suse.de>
5919
5920 * configure.in: Use AS_HELP_STRING throughout.
5921 * configure: Regenerate.
5922
59232007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5924
5925 * configure.in: Require Gtk/Glib 2.6.
5926
59272007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5928
5929 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5930 Use them throughout in place of AC_ARG_WITH calls.
5931 * configure: Regenerate.
5932
59332007-09-01 Andreas Schwab <schwab@suse.de>
5934
5935 * configure.in: Put quotes around nested macro calls.
5936
a04689de 59372007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
067d23c9
KY
5938
5939 * configure.in: Fix typo.
5940 * configure: Regenerate.
5941
59422007-08-30 Glenn Morris <rgm@gnu.org>
5943
5944 * configure.in (AH_BOTTOM): Copy some manual changes made to
5945 src/config.in here so they are not lost when it regenerates.
5946
5947 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5948
59492007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5950
5951 * README.multi-tty: New file.
5952
59532007-08-29 Glenn Morris <rgm@gnu.org>
5954
5955 * README: Increase version to 23.0.50.
5956
59572007-08-29 Jan Djärv <jan.h.d@swipnet.se>
5958
5959 * configure.in: New option: --without-xaw3d.
5960
59612007-08-24 Glenn Morris <rgm@gnu.org>
5962
5963 * configure.in: Check for a suitably recent makeinfo.
5964
59652007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5966
5967 * configure.in (Check for required libraries): Typo.
5968
59692007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5970
5971 * configure.in: Check librsvg2 also for Mac Carbon.
5972
59732007-08-22 Romain Francoise <romain@orebokech.com>
5974
5975 * make-dist: Follow reorganization of files in etc/.
5976
59772007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5978
5979 * configure.in: Add support for SVG images through librsvg2.
5980
59812007-07-28 Eli Zaretskii <eliz@gnu.org>
5982
5983 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5984 to avoid an error message if there is no DOC there.
5985
59862007-07-25 Glenn Morris <rgm@gnu.org>
5987
5988 * Relicense all FSF files to GPLv3 or later.
5989
5990 * COPYING, info/COPYING: Switch to GPLv3.
5991
59922007-06-20 Jan Djärv <jan.h.d@swipnet.se>
5993
5994 * configure.in: Complain if X seems to be installed but no
5995 development files were found.
5996
59972007-06-20 Glenn Morris <rgm@gnu.org>
5998
5999 * configure.in: Prefer libgif over libungif.
6000
60012007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6002
6003 * configure.in: Check for all image libraries before exiting.
6004
60052007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6006
6007 * configure.in: Exit with error if image libraries aren't found.
6008
60092007-06-13 Chong Yidong <cyd@stupidchicken.com>
6010
6011 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6012 when compiling without scrollbars.
6013
60142007-06-12 Glenn Morris <rgm@gnu.org>
6015
6016 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6017
60182007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6019
6020 * configure.in: Change wording about yes/gtk and lucid/athena
6021 being synonyms.
6022
60232007-06-08 Glenn Morris <rgm@gnu.org>
6024
6025 * configure.in: Make gtk the default toolkit.
6026
60272007-06-07 Glenn Morris <rgm@gnu.org>
6028
6029 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6030 for a Sun C compiler.
6031
6032 * Makefile.in (install-arch-indep): Install only the DOC- file
6033 specific to the build, if possible, rather than DOC-*.
6034
60352007-06-02 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * Version 22.1 released.
6038
60392007-05-25 Chong Yidong <cyd@stupidchicken.com>
6040
6041 * mkinstalldirs: Sync to version in automake CVS.
6042
60432007-05-22 Andreas Schwab <schwab@suse.de>
6044
6045 * configure.in: Prefer build_alias over host when host_alias is not set.
6046 * configure: Regenerate.
6047
60482007-05-20 Andreas Schwab <schwab@suse.de>
6049
6050 * configure.in: Remove empty AC_SUBST.
6051 * configure: Regenerate.
6052
60532007-05-20 Nick Roberts <nickrob@snap.net.nz>
6054
6055 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6056 it like others.
6057 * configure: Regenerate.
6058
60592007-05-20 Nick Roberts <nickrob@snap.net.nz>
6060
6061 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6062 (AC_CHECK_LIB): Add -lgpm.
6063 * configure: Regenerate.
6064
60652007-05-03 Glenn Morris <rgm@gnu.org>
6066
6067 * configure: Tweak message about the absence of shell functions.
6068
60692007-04-27 Andreas Schwab <schwab@suse.de>
6070
6071 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6072
60732007-04-26 Glenn Morris <rgm@gnu.org>
6074
6075 * README: Increase version to 22.1.50.
6076
60772007-04-24 Juanma Barranquero <lekktu@gmail.com>
6078
6079 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6080
60812007-04-19 Glenn Morris <rgm@gnu.org>
6082
6083 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6084
60852007-04-18 Glenn Morris <rgm@gnu.org>
6086
6087 * INSTALL: Mention CPP.
6088
60892007-04-15 Glenn Morris <rgm@gnu.org>
6090
6091 * FTP: Replace with a pointer to the web version.
6092
60932007-04-13 Glenn Morris <rgm@gnu.org>
6094
6095 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6096
60972007-04-04 Glenn Morris <rgm@gnu.org>
6098
6099 * configure.in (NON_GNU_CPP): Use associated preprocessor when
6100 compiling with Sun Studio on Solaris.
6101
61022007-03-23 Glenn Morris <rgm@gnu.org>
6103
6104 * configure.in: Restore support for hp800 (removed 2007-01-27)
6105 following clarification of legal status.
6106
61072007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
6108
6109 * configure.in: Add support for AIX4.3 on IBM RS6000.
6110
6111 * configure: Regenerate.
6112
61132007-03-20 Richard Stallman <rms@gnu.org>
6114
6115 * configure.in: Fix previous change.
6116
61172007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6118
6119 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
6120 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6121 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
6122
61232007-03-19 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6126 user specifies "without".
6127
6128 * configure: Regenerate.
6129
61302007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6131
6132 * configure.in: Warning for Gtk+ and Cygwin added.
6133 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6134
61352007-02-27 Glenn Morris <rgm@gnu.org>
6136
6137 * make-dist (oldXMenu): Remove Imakefile.
6138 (etc/images): Add README.
6139
61402007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6141
6142 * configure.in (xtensa-*-linux-gnu*): New configuration.
6143
6144 * configure: Regenerate.
6145
61462007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6147
6148 * config.guess, config.sub: Updated from master source.
6149
61502007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6151
6152 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6153
61542007-01-29 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * configure.in: Restore support for hp800's not running HP-UX.
6157
6158 * configure: Regenerate.
6159
61602007-01-27 Chong Yidong <cyd@stupidchicken.com>
6161
6162 * configure.in: Remove support for hp800 and sr2k machine types.
6163
6164 * configure: Regenerate.
6165
61662007-01-26 Jan Djärv <jan.h.d@swipnet.se>
6167
6168 * configure.in: Add check for libXft.
6169
61702007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6171
6172 * INSTALL: Info files moved to share/info.
6173
61742007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
6175
6176 * configure.in: Detect and use fink-installed in intel-based Mac
6177 builds; change Apple Darwin section to support both PowerPC and
6178 Intel-based Macs.
6179
61802006-12-26 Andreas Schwab <schwab@suse.de>
6181
6182 * Makefile.in (datarootdir): Define.
6183
61842006-12-24 Richard Stallman <rms@gnu.org>
6185
6186 * configure.in: Require Autoconf 2.61.
6187
61882006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
6189
6190 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6191 Remove redundant entry for powerpc-apple-netbsd.
6192
6193 * configure: Regenerate.
6194
61952006-12-22 Chong Yidong <cyd@stupidchicken.com>
6196
6197 * configure: Regenerate with autoconf 2.61.
6198
61992006-12-20 Jan Djärv <jan.h.d@swipnet.se>
6200
6201 * configure.in: Detect alsa/asoundlib.h also.
6202 * configure: Regenerate.
6203
62042006-12-19 Jan Djärv <jan.h.d@swipnet.se>
6205
6206 * configure.in: Check if GTK+ compiles at all.
6207
62082006-12-10 Andreas Schwab <schwab@suse.de>
6209
6210 * configure.in: Remove check for struct timezone, its result is
6211 never used.
6212
62132006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6214
6215 * configure.in: Add support for Solaris 10 on x86-64.
6216
62172006-12-08 Jan Djärv <jan.h.d@swipnet.se>
6218
6219 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6220 of PKG_CONFIG_PATH.
6221
62222006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6223
6224 * configure.in (HAVE_SYNC): New test.
6225
62262006-12-03 Glenn Morris <rgm@gnu.org>
6227
6228 * Makefile.in: Fix Copyright format.
6229
6230 * configure.in (AH_TOP): Add missing Copyright year.
6231
6232 * update-subdirs: Add missing Copyright years.
6233
62342006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
6235
6236 * Makefile.in: Touch only the parts of the share/emacs directory
6237 specific to this version.
6238
62392006-11-26 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6242
62432006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6244
6245 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6246
62472006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6248
6249 * configure.in: Prefer X11 to Carbon only when some X-specific
6250 option is specified (Thanks to Jan Djärv and Andreas Schwab).
6251
62522006-11-04 Romain Francoise <romain@orebokech.com>
6253
6254 * Makefile.in (bootstrap-clean-before): Fix typo.
6255 Use new target `bootstrap-clean' in the leim subdirectory.
6256
62572006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6258
6259 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6260
62612006-10-30 Chong Yidong <cyd@stupidchicken.com>
6262
6263 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6264 directories.
6265
62662006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6267
6268 * configure.in: Enable x86-64 OpenBSD compilation.
6269
62702006-10-28 Glenn Morris <rgm@gnu.org>
6271
6272 * AUTHORS: Add cal-html.el author.
6273
62742006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6275
6276 * make-dist: Make links to mac/make-package and
6277 mac/Emacs.app/Contents/Resources/Emacs.icns.
6278
62792006-10-27 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * README: Bump version number to 22.0.90.
6282
62832006-10-23 Andreas Schwab <schwab@suse.de>
6284
6285 * configure.in: Make sure x_default_search_path is always set even
6286 when x_libraries is empty, and look in .../share as well for each
6287 library directory.
6288
62892006-09-28 Kenichi Handa <handa@m17n.org>
6290
6291 * configure.in (locallisppath): Don't include leim dir.
6292 (lisppath): Include leim dir.
6293
62942006-09-15 Jay Belanger <belanger@truman.edu>
6295
6296 * COPYING: Replace "Library Public License" by "Lesser Public
6297 License" throughout.
6298
62992006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6300
6301 * make-dist (EMACS): Exit and fail if the EMACS environment
6302 variable is set to something other than an absolute file name.
6303
63042006-08-16 Andreas Schwab <schwab@suse.de>
6305
6306 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6307 of hardcoding it.
6308
63092006-08-16 Richard Stallman <rms@gnu.org>
6310
6311 * INSTALL.CVS: Clean up wording.
6312
63132006-07-14 Eli Zaretskii <eliz@gnu.org>
6314
6315 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6316 $PKG_CONFIG --exists "$2" to config.log.
6317 * configure: Regenerate.
6318
1a71cb28 63192006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
6320
6321 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6322
63232006-07-09 Kim F. Storm <storm@cua.dk>
6324
6325 * CONTRIBUTE: Use outline format.
6326 Add section on copyright years (from admin/notes/years).
6327
63282006-07-08 Eli Zaretskii <eliz@gnu.org>
6329
6330 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6331 to /dev/null, since we don't need the error message, just the
6332 exit status.
6333
63342006-07-07 Eli Zaretskii <eliz@gnu.org>
6335
6336 * CONTRIBUTE: Slight formatting changes and typo fixes.
6337 Add description of NEWS markings.
6338
63392006-07-07 Kim F. Storm <storm@cua.dk>
6340
6341 * CONTRIBUTE: Mention INSTALL.CVS.
6342
63432006-07-05 Romain Francoise <romain@orebokech.com>
6344
6345 * make-dist (top-level): Add CONTRIBUTE.
6346
63472006-07-04 Richard Stallman <rms@gnu.org>
6348
6349 * CONTRIBUTE: Much rewrite.
6350
63512006-07-04 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * CONTRIBUTE: New file.
6354
63552006-06-24 Eli Zaretskii <eliz@gnu.org>
6356
6357 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6358
63592006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6360
6361 * configure.in: Add check for ALSA.
6362
63632006-05-06 Eli Zaretskii <eliz@gnu.org>
6364
6365 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6366
6367 * info/dir: Remove the Emacs-Xtra entry.
6368
63692006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6370
6371 Update copyright year(s) in many files.
6372
63732006-04-01 Eli Zaretskii <eliz@gnu.org>
6374
6375 * configure: Regenerated.
6376
63772006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6378
6379 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6380 --without-toolkit-scroll-bars was specified.
6381
63822006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6383
6384 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6385 to CFLAGS. Update Copyright years written to src/config.in.
6386
63872006-03-18 Claudio Fontana <claudio@gnu.org>
6388
6389 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6390 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6391 to be installed/uninstalled.
6392 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6393 to Info files installed by Emacs.
6394
63952006-03-03 Claudio Fontana <claudio@gnu.org>
6396
6397 * Makefile.in (install, uninstall): Add DESTDIR variable to
6398 support staged installations.
6399
64002006-02-14 Richard M. Stallman <rms@gnu.org>
6401
6402 * configure.in (s390x-*-linux-gnu*): New configuration.
6403
64042006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6405
6406 * configure.in: Require GTK 2.4 or newer.
6407
64082006-01-29 Michael Olson <mwolson@gnu.org>
6409
6410 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6411 * info/dir (ERC): New entry.
6412
64132006-01-29 Eli Zaretskii <eliz@gnu.org>
6414
6415 * info/dir: Fix last change.
6416
64172006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6418
6419 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6420
64212006-01-27 Eli Zaretskii <eliz@gnu.org>
6422
6423 * info/dir: Untabify the whole file.
6424 (Rcirc): New entry.
6425
64262006-01-12 Andreas Schwab <schwab@suse.de>
6427
6428 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6429 check.
6430
64312006-01-02 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * configure.in: Use -Wno-pointer-sign if available.
6434
64352005-12-29 Andreas Schwab <schwab@suse.de>
6436
6437 * config.guess, config.sub: Updated from master source.
6438
64392005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6440
6441 * configure.in: Use amdx86-64 for freebsd on x86_64.
6442
64432005-11-22 Romain Francoise <romain@orebokech.com>
6444
6445 * make-dist: Add etc/images/icons.
6446
64472005-11-03 Andreas Schwab <schwab@suse.de>
6448
6449 * configure.in: Use GZIP_PROG instead of GZIP.
6450
90eacf99 6451 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
6452 (install-arch-indep): Adjust.
6453
64542005-11-01 Andreas Schwab <schwab@suse.de>
6455
6456 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6457 (bootfast): Likewise.
6458
64592005-11-01 Romain Francoise <romain@orebokech.com>
6460
6461 * configure.in: Check for gzip.
6462
6463 * Makefile.in (install): Compress source files.
6464
64652005-10-24 Steven Tamm <steventamm@mac.com>
6466
6467 * configure.in: Fix darwin386 configuration issue.
6468
64692005-10-22 Eli Zaretskii <eliz@gnu.org>
6470
6471 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6472
64732005-10-17 Bill Wohler <wohler@newt.com>
6474
6475 * make-dist: Create and populate etc/images/low-color.
6476
64772005-10-15 Bill Wohler <wohler@newt.com>
6478
6479 * make-dist: Create and populate etc/images/gud.
6480
64812005-10-08 Richard M. Stallman <rms@gnu.org>
6482
6483 * make-dist (tempparent): Don't check for 14-char file name limit.
6484
64852005-10-07 Romain Francoise <romain@orebokech.com>
6486
6487 * make-dist: Add etc/images/ezimage and etc/images/mail
6488 directories. Install images in etc/images.
6489
64902005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6491
6492 * configure.in: Prefer Carbon if --enable-carbon-app or
6493 --with-carbon is explicitly specified even when X11 is detected.
6494
64952005-09-15 Ulf Jasper <ulf.jasper@web.de>
6496
6497 * Makefile.in (install-arch-indep, uninstall):
6498 Handle newsticker manual.
6499 (info): Add - to commands.
6500
65012005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6502
6503 Remove the MAXPATHLEN limitations:
6504
6505 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6506
65072005-09-09 Eli Zaretskii <eliz@gnu.org>
6508
6509 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6510 * configure: Regenerate.
6511
65122005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6513
6514 * config.guess, config.sub: Updated from master source.
6515
65162005-08-03 Juanma Barranquero <lekktu@gmail.com>
6517
6518 * .cvsignore: Add `lock'.
6519
65202005-07-28 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6523
65242005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6525
6526 Merge gnulib getopt implementation into Emacs.
6527
6528 * Makefile.in (AUTOCONF_INPUTS): New macro.
6529 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6530 so that these files also depend on m4/getopt.m4.
6531 * configure.in: Configure getopt by including m4/getopt.m4,
6532 and configuring a getopt replacement if necessary.
6533 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6534 * m4/getopt.m4: New file.
6535
65362005-07-06 Lute Kamstra <lute@gnu.org>
6537
6538 * configure.in: Fix capitalization.
6539
65402005-07-04 Lute Kamstra <lute@gnu.org>
6541
6542 Update FSF's address in GPL notices.
6543
65442005-06-19 Jérôme Marant <jerome@marant.org>
6545
6546 * Makefile.in (epaths-force): Protect both lisppath and
6547 buildlisppath from whitespace.
6548
65492005-06-08 Steven Tamm <steventamm@mac.com>
6550
090bd7cb 6551 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
6552
65532005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6554
6555 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6556
1a71cb28 65572005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
6558
6559 * configure.in: Add --enable-locallisppath.
6560
65612005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6562
6563 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
6564 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6565 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
6566
65672005-05-07 Jérôme Marant <jerome@marant.org>
6568
6569 * make-dist: Remove references to makefile.nt and makefile.def.
6570 Include widgets and images subdirectories of etc. Do not exclude
6571 ldefs-boot.el.
6572
65732005-04-23 Andreas Schwab <schwab@suse.de>
6574
6575 * configure.in: Remove duplicate match for powerpc configuration.
6576
65772005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6578
6579 * configure.in: Check for <pwd.h>.
6580
65812005-04-14 Lute Kamstra <lute@gnu.org>
6582
6583 * make-dist: Distribute all ChangeLog files in lisp/.
6584 Don't distribute ldefs-boot.el.
6585 lisp/makefile.nt no longer exists.
6586
65872005-04-13 Lute Kamstra <lute@gnu.org>
6588
6589 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6590 for "no-byte-compile: t" in the file instead.
6591
65922005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6595 shadow the main Lesstif/Motif-2.1 libs and includes.
6596
65972005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6598
6599 * configure.in: Only add XASSERTS to cppflags.
6600
66012005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6602
6603 * configure.in: Added --enable-asserts.
6604
66052005-02-09 Kim F. Storm <storm@cua.dk>
6606
6607 Change release version from 21.4 to 22.1 throughout.
6608 Change development version from 21.3.50 to 22.0.50.
6609
66102005-01-19 Steven Tamm <steventamm@mac.com>
6611
6612 * configure.in: Check for <sys/utsname.h>.
6613
66142004-12-11 Kim F. Storm <storm@cua.dk>
6615
6616 * Makefile.in (info): Undo 2004-12-05 change.
6617
66182004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6619
6620 * info/dir (File): Add URL and Org Mode manuals.
6621 * Makefile.in (install-arch-indep, uninstall): Add url and org
6622 manuals.
6623
66242004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6627 committed to src/config.in.
6628
66292004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6630
6631 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6632 pthreads and define HAVE_GTK_AND_PTHREAD.
6633
66342004-12-05 Richard M. Stallman <rms@gnu.org>
6635
6636 * Makefile.in (info): Ignore errors building info files.
6637
66382004-11-27 Eli Zaretskii <eliz@gnu.org>
6639
6640 * config.bat: If 8-byte alignment is not supported, define
6641 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6642 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6643 filter through Sed to remove the quotes.
6644
66452004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6648 not apply to files explicitly `cvs add'ed.
6649
66502004-11-12 Eli Zaretskii <eliz@gnu.org>
6651
6652 * config.bat: Don't require djecho.exe for the v1.x build.
6653 Add a test for DECL_ALIGN support, and add a trivial definition to
6654 src/config.h if 8-byte alignment is not supported.
6655
66562004-11-08 Kim F. Storm <storm@cua.dk>
6657
6658 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6659 files before building.
6660 (bootfast, bootstrap-clean-before-fast): New targets, like
6661 bootstrap but don't remove .elc files.
6662
66632004-11-06 Lars Brinkhoff <lars@nocrew.org>
6664
6665 * configure.in: Add check for getrusage.
6666
66672004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6668
6669 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6670 New tests for new and old GTK file dialogs.
6671 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6672 to no.
6673
66742004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6675
6676 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6677 can be set. Remove SETARCH test.
6678
66792004-10-08 Steven Tamm <steventamm@mac.com>
6680
ed9265fc 6681 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
6682
66832004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6684
6685 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6686 AC_MSG_WARN. Move output of warning message to end of configure run.
6687
66882004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6689
6690 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6691 Run test to see if heap start address is random.
6692
66932004-09-29 Miles Bader <miles@gnu.org>
6694
6695 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6696 if setarch is present.
6697
66982004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6699
6700 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6701
67022004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6703
6704 * configure.in: Check for exec-shield.
6705
1a71cb28
GM
67062004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6707
6708 * Makefile.in (install-arch-indep): Add pgg and sieve.
6709
6710 * info/.cvsignore: Added pgg and sieve.
6711
067d23c9
KY
67122004-08-06 Andreas Schwab <schwab@suse.de>
6713
6714 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6715
67162004-07-31 Eli Zaretskii <eliz@gnu.org>
6717
6718 * config.bat: Update URLs in the comments.
6719
067d23c9
KY
67202004-07-05 Andreas Schwab <schwab@suse.de>
6721
6722 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6723
67242004-06-21 Kenichi Handa <handa@m17n.org>
6725
6726 * make-dist: Link leim-ext.el into tempdir.
6727
67282004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6729
6730 * info/dir (File): Add emacs-xtra.
6731 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6732
67332004-06-12 Juri Linkov <juri@jurta.org>
6734
6735 * info/dir: Move menu help lines from `* Menu:' to file header.
6736 Describe the purpose of a red *.
6737
67382004-05-04 Dave Love <fx@gnu.org>
6739
6740 * configure.in: Don't use `extrasub'.
6741
67422004-04-29 Dave Love <fx@gnu.org>
6743
6744 * configure.in: Don't forget to quote args to `test'.
6745
67462004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6747
6748 * autogen.sh: Update filename in "please read" message.
6749
67502004-04-17 Richard M. Stallman <rms@gnu.org>
6751
6752 * INSTALL: Move the info about site-lisp dirs,
6753 and say uninstalled Emacs looks there too.
6754
67552004-04-04 Eli Zaretskii <eliz@gnu.org>
6756
6757 * config.bat (lib-src): Recognize comment lines in Makefile.in
6758 that have a TAB after the #, to avoid errors in preprocessing with
6759 GCC 3.3.3.
6760
67612004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * Makefile.in: Mention in comment that `make maintainer-clean'
6764 deletes .elc files.
6765
67662004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * update-subdirs: Add local variables to prevent byte-compiling.
6769
67702004-03-21 Dave Love <fx@gnu.org>
6771
6772 * configure.in: Fix previous change.
6773
67742004-03-18 Dave Love <fx@gnu.org>
6775
6776 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6777
67782004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6779
6780 * info/dir (File): Add SMTP and SES.
6781
67822004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6785 (bootstrap): Use the new bootstrap-prepare target in lisp.
6786
67872004-02-18 Kim F. Storm <storm@cua.dk>
6788
6789 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6790
67912004-02-16 Eli Zaretskii <eliz@gnu.org>
6792
6793 * make-dist: Don't link index.*perm and permute-index into tempdir.
6794
67952004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6796
6797 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6798 to match previous changes by Eli Zaretskii.
6799
68002004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6801
6802 * Makefile.in: Set CDPATH to an empty string.
6803
68042004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * configure.in <darwin>: Use fink packages if available.
6807
68082004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6809
6810 * make-dist (lispref): Do include lispref/index.texi.
6811
68122004-01-06 Eric Hanchrow <offby1@blarg.net>
6813
6814 * make-dist (tempdir): Include cursors in nt/icons.
6815
68162003-12-30 Eli Zaretskii <eliz@gnu.org>
6817
6818 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6819 clashes with install-sh on 8+3 filesystems.
6820
1a71cb28 68212003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
6822
6823 * .cvsignore: Add .arch-inventory.
6824
68252003-12-24 Andreas Schwab <schwab@suse.de>
6826
6827 * configure.in: Check for <sys/socket.h>. Include it before
6828 including <net/if.h>. Move check for <net/if.h> before its use.
6829
68302003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6831
6832 * Makefile.in (install-arch-dep): Don't let cd output go into
6833 pipe for carbon_appdir.
6834
68352003-12-24 Andreas Schwab <schwab@suse.de>
6836
6837 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6838
68392003-12-01 Andreas Schwab <schwab@suse.de>
6840
6841 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6842 hardcoding gcc.
6843
68442003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6845
6846 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6847 multiple displays.
6848 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6849
68502003-09-23 Dave Love <fx@gnu.org>
6851
6852 * configure.in: Check members of struct ifreq.
6853
68542003-09-14 Kim F. Storm <storm@cua.dk>
6855
6856 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6857
68582003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6859
6860 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6861
68622003-08-18 Lute Kamstra <lute@gnu.org>
6863
6864 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6865 required anymore.
6866
68672003-08-07 Andrew Choi <akochoi@shaw.ca>
6868
6869 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6870 option instead of -traditional-cpp for CPP.
6871
68722003-07-29 Richard M. Stallman <rms@gnu.org>
6873
6874 * configure.in (HAVE_XIM): Define if XIM is available.
6875
68762003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6877
6878 * configure.in: The function gtk_window_set_icon_from_file was
6879 introduced in GTK+ 2.2, so check for that release.
6880
68812003-07-23 Andreas Schwab <schwab@suse.de>
6882
6883 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6884
6885 * Makefile.in (YACC): Remove, not used.
6886 (MAINT): Don't set.
6887 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6888 disable dependency on ${srcdir}/configure.in when maintainer mode
6889 is disabled.
6890
68912003-07-22 Dave Love <fx@gnu.org>
6892
6893 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6894 HAVE_X11, not with_xim.
6895 (HAVE_CRTIN): Provide template.
6896 <with_png>: Test for png.h and libpng/png.h.
6897
68982003-07-15 Andreas Schwab <schwab@suse.de>
6899
6900 * configure.in: Temporarily leave quoting for AC_DEFINE.
6901
69022003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6903
6904 * configure.in: Check for posix_memalign.
6905
69062003-07-12 Richard M. Stallman <rms@gnu.org>
6907
6908 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6909
69102003-07-09 Kim F. Storm <storm@cua.dk>
6911
6912 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6913 functionality of --without-xim.
6914
69152003-06-29 Dave Love <fx@gnu.org>
6916
6917 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6918
69192003-06-23 Dave Love <fx@gnu.org>
6920
6921 * configure.in: Check for sys/_mbstate_t.h.
6922 Test XRegisterIMInstantiateCallback prototype.
6923 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6924
69252003-06-06 Dave Love <fx@gnu.org>
6926
6927 * configure.in: Check for locale.h.
6928
69292003-06-05 Dave Love <fx@gnu.org>
6930
6931 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6932 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6933 (NLIST_STRUCT): Don't define.
6934 (AH_BOTTOM): Define my_strftime.
6935
69362003-06-02 Richard M. Stallman <rms@gnu.org>
6937
6938 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6939
69402003-05-24 Andreas Schwab <schwab@suse.de>
6941
6942 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6943 bzero, and bcmp.
6944
69452003-05-22 Dave Love <fx@gnu.org>
6946
6947 * configure.in: Remove redundant test for term.h. Test for difftime.
6948
69492003-05-20 Dave Love <fx@gnu.org>
6950
6951 * configure.in: Append * to s390-*-linux-gnu case.
6952 (LIBMAIL) <lockfile>: Don't define.
6953
067d23c9
KY
69542003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6955
6956 * INSTALL (* GNU/Linux development packages): Mention Debian and
6957 RedHat package names.
6958
69592003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
6960
6961 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6962
69632003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6964
6965 * INSTALL (* GNU/Linux development packages): Tell people to
6966 install additional packages for compiling Emacs.
6967
1a71cb28
GM
69682003-04-30 Richard M. Stallman <rms@gnu.org>
6969
6970 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6971
69722003-04-28 Francesco Potortì <pot@gnu.org>
6973
6974 * configure.in: Undo last (RMS') change, as it is useless, per
6975 Dave Love.
6976
69772003-04-08 Richard M. Stallman <rms@gnu.org>
6978
6979 * configure.in: Put #include of jpeglib.h at start of line.
6980
067d23c9
KY
69812003-04-06 Francesco Potortì <pot@gnu.org>
6982
6983 * configure.in: Use the same configuration for all aix5, not just
6984 aix5.1.
6985
69862003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
6987
6988 * configure.in: Check for need for bigtoc support on IBM AIX for
6989 solving a linker table overflow problem.
6990
69912003-03-03 Rob Browning <rlb@defaultvalue.org>
6992
6993 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6994 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6995 over bzero, bcmp, and bcopy.
6996
69972003-02-23 Simon Josefsson <jas@extundo.com>
6998
6999 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7000
70012003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7002
7003 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7004
70052003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7006
7007 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7008
70092003-02-08 Andreas Schwab <schwab@suse.de>
7010
7011 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7012 instead of the substitution.
7013
70142003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7015
7016 * Makefile.in: Use @EXEEXT@ for Cygwin.
7017 Use USERNAME if LOGNAME is not set (for Cygwin).
7018
7019 * configure.in: Add opsys=cygwin.
7020
70212003-01-22 Andreas Schwab <schwab@suse.de>
7022
7023 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7024 redefining it explicitly in src/config.in.
7025
70262003-01-22 Markus Rost <rost@math.ohio-state.edu>
7027
7028 * Makefile.in (bootstrap): Make bootstrap-after.
7029
70302003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7031
7032 * configure.in: Fix --with-gtk.
7033
70342003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7035
090bd7cb 7036 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
7037
7038 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7039
70402003-01-14 Francesco Potortì <pot@gnu.org>
7041
7042 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7043
70442003-01-07 Steven Tamm <steventamm@mac.com>
7045
7046 * configure.in: New option, --enable-carbon-app, to specify
7047 that the application should be installed
7048 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 7049 Emacs.app application if carbon-app is enabled.
067d23c9
KY
7050
70512003-01-06 Dave Love <fx@gnu.org>
7052
7053 * configure.in: Check for nl_langinfo.
7054 [!HAVE_SIZE_T]: Fix typedef.
7055
70562003-01-06 David Kastrup <dak@gnu.org>
7057
7058 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7059
7060 * configure.in: Add tests for install-info.
7061
70622002-12-09 Markus Rost <rost@math.ohio-state.edu>
7063
7064 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7065 use again sol2-6 instead of sol2-8.
7066
70672002-12-09 Dave Love <fx@gnu.org>
7068
7069 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7070
70712002-12-08 Andreas Schwab <schwab@suse.de>
7072
7073 * Makefile.in (install-arch-indep): Revert last change.
7074
70752002-11-27 Dave Love <fx@gnu.org>
7076
7077 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7078 Check for __sys_siglist too. Check for memset.
7079 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7080
70812002-11-22 Juanma Barranquero <lektu@terra.es>
7082
7083 * config.guess, config.sub: Updated from master source.
7084
70852002-11-19 Karl Fogel <kfogel@red-bean.com>
7086
7087 * autogen.sh: New file.
7088
1a71cb28 70892002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
7090
7091 * configure.in: Tidy up various quoting issues throughout.
7092 Use AC_GNU_SOURCE.
7093 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7094 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7095 Maybe define bcopy, bzero, bcmp.
7096 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
7097 non-existent machine file).
7098 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
7099 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
7100 (nlist.h): Move test up.
7101
71022002-11-18 Markus Rost <rost@math.ohio-state.edu>
7103
7104 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
7105
71062002-11-14 Francesco Potortì <pot@gnu.org>
7107
7108 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7109
71102002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7111
7112 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7113
71142002-11-08 Dave Love <fx@gnu.org>
7115
7116 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7117 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7118
71192002-11-07 Miles Bader <miles@gnu.org>
7120
7121 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7122 Handle separate-build-dir case.
7123
71242002-11-06 Richard M. Stallman <rms@gnu.org>
7125
7126 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7127 bulletproof. $bar may be empty when there are no .elc files.
7128
71292002-10-30 Dave Love <fx@gnu.org>
7130
7131 * configure.in: Require autoconf 2.53. Test for pty.h,
7132 sys/mman.h, sys/param.h, mremap, memmove.
7133 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7134 (AC_PROG_YACC): Delete.
7135 (size_t): Use AC_CHECK_TYPES.
7136 (AH_TOP): Up-date copyright.
7137
71382002-10-01 Juanma Barranquero <lektu@terra.es>
7139
7140 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7141
71422002-09-19 Richard M. Stallman <rms@gnu.org>
7143
7144 * configure.in: Fix the LessTif-directory-finder for real.
7145
71462002-09-14 Richard M. Stallman <rms@gnu.org>
7147
7148 * Makefile.in (maybe_bootstrap): Test for complete absence
7149 of compiled Lisp files.
7150
71512002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7154 (bootstrap-clean-after): Delete.
7155 (bootstrap): Make the sequencing explicit.
7156
71572002-09-10 Richard M. Stallman <rms@gnu.org>
7158
7159 * configure.in: Fix previous LessTif change.
7160
71612002-09-09 Richard M. Stallman <rms@gnu.org>
7162
7163 * configure.in (powerpcle-*-solaris2.5*): New configuration.
7164 (powerpcle-*-solaris*): Use version 2.6 as default.
7165 (*-sunos5.6*, *-solaris2.6*): New alternative.
7166 (*-sunos5*): Use version 2.6 as default.
7167
71682002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7169
7170 * configure.in: Fix typo.
7171
71722002-09-05 Richard M. Stallman <rms@gnu.org>
7173
7174 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7175
7176 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7177 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7178
71792002-08-26 Kim F. Storm <storm@cua.dk>
7180
7181 * Makefile.in (install-arch-indep): Do not remove DOC file
7182 when it is the only DOC file installed; this is the case when
7183 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
7184
71852002-07-24 Markus Rost <rost@math.ohio-state.edu>
7186
7187 * configure.in: Fix typo.
7188
71892002-07-24 Richard M. Stallman <rms@gnu.org>
7190
7191 * configure.in: Don't print anything special about gamedir.
7192
7193 * configure.in: Delete nonstandard --with-game-user option.
7194
71952002-07-21 Richard M. Stallman <rms@gnu.org>
7196
7197 * Makefile.in (gamedir, localstatedir): New variables.
7198 (epaths-force): Insert value of gamedir into PATH_GAME.
7199
7200 * configure.in (gamedir): Handle it like lispdir.
7201 (--with-game-dir option): Delete.
7202
72032002-06-21 Pavel Janík <Pavel@Janik.cz>
7204
7205 * configure.in: Add support for mipseb-*-netbsd* machines.
7206
72072002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7208
7209 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7210
72112002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7212
7213 * info/dir (File): Add an entry for Tramp.
7214
72152002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7216
7217 * INSTALL-CVS: New file.
7218
72192002-06-07 Andreas Schwab <schwab@suse.de>
7220
7221 * configure.in (x86_64-*-linux-gnu*): New system.
7222
72232002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
7224
7225 * config.bat: Handle the case when lispintro is truncated to lispintr.
7226
72272002-05-26 Paul Eggert <eggert@twinsun.com>
7228
7229 * config.guess, config.sub: Updated from master source.
7230
72312002-05-09 Richard M. Stallman <rms@gnu.org>
7232
7233 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7234
72352002-05-04 Pavel Janík <Pavel@Janik.cz>
7236
7237 * make-dist: Do not distribute lock/ directory.
7238
72392002-04-30 Andrew Choi <akochoi@shaw.ca>
7240
7241 * configure.in: Provide documentation string when defining
7242 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7243 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7244
1a71cb28 72452002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
7246
7247 * configure.in: Delete configure check for access to the game user.
7248
72492002-04-29 Pavel Janík <Pavel@Janik.cz>
7250
7251 * make-dist: lwlib/Imakefile is removed.
7252
72532002-04-26 Andrew Choi <akochoi@shaw.ca>
7254
7255 * configure.in: Add support for powerpc-apple-darwin*.
7256 (HAVE_CARBON): Add.
7257
7258 * make-dist: Create directories in mac/Emacs.app.
7259
72602002-04-25 Pavel Janík <Pavel@Janik.cz>
7261
7262 * make-dist: lwlib-Xol* are removed.
7263
72642002-04-23 Andreas Schwab <schwab@suse.de>
7265
7266 * Makefile.in (MAINT): New variable.
7267 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7268 instead of configure.in, to avoid running autoconf and autoheader
7269 unless explicitly requested.
7270
72712002-04-16 Eli Zaretskii <eliz@gnu.org>
7272
7273 * config.bat: Update for msdos/sed2v2.inp.
7274
72752002-04-15 Andreas Schwab <schwab@suse.de>
7276
7277 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7278 * configure.in: Add config header templates to all AC_DEFINE and
7279 AC_DEFINE_UNQUOTED symbols.
7280 * make-dist: Run autoheader if necessary.
7281
72822002-04-10 Colin Walters <walters@verbum.org>
7283
7284 * configure.in: Add --game-dir, --game-user. Test to see if we
7285 can use them.
7286
72872002-04-08 Pavel Janík <Pavel@Janik.cz>
7288
7289 * configure.in: Add --with-sound.
7290
72912002-03-18 Kim F. Storm <storm@cua.dk>
7292
7293 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7294 and getsockname functions. Test for sys/un.h include file.
7295
72962002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7297
7298 * configure.in: Support AIX 5.1.
7299
73002002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7301
7302 * configure.in: Added test for X Session Management (HAVE_X_SM).
7303
73042002-03-03 Richard M. Stallman <rms@gnu.org>
7305
7306 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7307 Run chown $${LOGNAME} on files installed by tar xvf.
7308
73092002-03-03 Kim F. Storm <storm@cua.dk>
7310
7311 * configure.in: Test for getpeername.
7312
73132002-03-01 Richard M. Stallman <rms@gnu.org>
7314
7315 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7316 (HAVE_GIF): Don't use old libungif versions that crash.
7317
73182002-02-26 Richard M. Stallman <rms@gnu.org>
7319
7320 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7321 not just well-formed and valid.
7322 (mips-compaq-nonstopux*): New configuration.
7323
73242002-02-18 Paul Eggert <eggert@twinsun.com>
7325
7326 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7327 "sed q" is a portable equivalent to plain "head -1".
7328
73292002-02-13 Richard M. Stallman <rms@gnu.org>
7330
7331 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7332 (all): Don't depend on maybe_bootstrap here.
7333 (${SUBDIR}): Depend on it here instead.
7334
73352002-02-08 Richard M. Stallman <rms@gnu.org>
7336
7337 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7338
73392002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7340
7341 * configure.in: Recognize BSD/OS 5.0.
7342
73432002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * make-dist: Make version checking in emacs.texi consistent with
7346 how we set it there.
7347
73482001-12-29 Kim F. Storm <storm@cua.dk>
7349
7350 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7351
73522001-12-28 Richard M. Stallman <rms@gnu.org>
7353
7354 * configure.in: Test for mbsinit.
7355
73562001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7357
7358 These changes make Leim part of the standard distribution:
7359
7360 * README: Add info about the `leim' directory.
7361
7362 * INSTALL: Remove text that describes Leim as a separate package.
7363
7364 * noleim-Makefile.in: File removed.
7365
7366 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7367 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7368 Leim files out of the Emacs tree. Don't prepare a separate tarball
7369 for Leim.
7370
73712001-12-11 Richard M. Stallman <rms@gnu.org>
7372
7373 * configure.in (hppa*-*-linux-gnu*): New alternative.
7374
73752001-12-08 Pavel Janík <Pavel@Janik.cz>
7376
7377 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7378 creating distribution.
7379
73802001-12-06 Paul Eggert <eggert@twinsun.com>
7381
7382 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7383 (AC_FUNC_VFORK): Remove.
7384 (AC_FUNC_FORK): Add.
7385 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7386 this is required by recent Autoconf versions.
7387
73882001-12-02 Pavel Janík <Pavel@Janik.cz>
7389
7390 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7391 TODO, vms-pp.trans and others).
7392
73932001-11-29 Pavel Janík <Pavel@Janik.cz>
7394
7395 * make-dist: Use COPYING from the top-level directory.
7396
73972001-11-29 Gerd Moellmann <gerd@gnu.org>
7398
7399 * configure.in: Add support for FreeBSD/Alpha.
7400
74012001-11-29 Pavel Janík <Pavel@Janik.cz>
7402
7403 * make-dist: Add COPYING to the top-level directory of the
7404 distribution. Simplify the logic behind copying.
7405
7406 * Makefile.in (maybe_bootstrap): Fix previous change.
7407
74082001-11-28 Richard M. Stallman <rms@gnu.org>
7409
7410 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7411
74122001-11-26 Richard M. Stallman <rms@gnu.org>
7413
7414 * Makefile.in: bootstrap should not delete dumped executables.
7415 (bootstrap-clean-before): New target.
7416 (bootstrap): Use bootstrap-clean-before instead of clean.
7417 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7418
74192001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7420
7421 These changes add the Emacs Lisp Introduction manual to the
7422 distribution:
7423
7424 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7425
7426 * make-dist: Copy the files in lispintro directory.
7427
7428 * config.bat: Configure in the lispintro directory.
7429
7430 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7431
7432 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7433 (lispintro/Makefile): New target.
7434 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7435 (unlock, relock, info, dvi): Ditto.
7436
74372001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7438
7439 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7440
7441 * make-dist (etc): Don't distribute gfdl.1.
7442
74432001-11-22 Colin Walters <walters@debian.org>
7444
7445 * Makefile.in (install-arch-indep): Install the calc .info files.
7446 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7447
74482001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7449
7450 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7451 tindex.pl to the list of those being put into the distribution.
7452
74532001-11-16 Eli Zaretskii <eliz@gnu.org>
7454
7455 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7456
74572001-11-15 Pavel Janík <Pavel@Janik.cz>
7458
7459 * Makefile.in (uninstall): Fix previous change.
7460
7461 * configure.in, Makefile.in: Add support for --program-prefix,
7462 --program-suffix and --program-transform-name options.
7463
74642001-11-13 Pavel Janík <Pavel@Janik.cz>
7465
7466 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7467 (install-arch-indep): Install emacsclient manual page.
7468 (uninstall): Uninstall emacsclient manual page.
7469
74702001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7471
7472 * make-dist: Add lispref/index.*perm files to the distribution.
7473 From Pavel Janík <Pavel@Janik.cz>.
7474
74752001-11-12 Pavel Janík <Pavel@Janik.cz>
7476
7477 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7478
74792001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7480
7481 * configure.in: AC_OUTPUT lispref/Makefile.
7482
74832001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7484
7485 The following changes add the ELisp reference manual to the
7486 distribution.
7487
7488 * make-dist: Add the lispref directory to the distribution.
7489
7490 * Makefile.in (install-arch-indep): Add elisp* to the list of
7491 installed Info files.
7492 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7493 (lispref/Makefile): New target.
7494 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7495 Add commands for the lispref directory.
7496 (info, dvi): Ditto.
7497
7498 * config.bat: Configure in `lispref'.
7499
75002001-11-09 Richard M. Stallman <rms@gnu.org>
7501
7502 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7503
75042001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7505
7506 * make-dist (tempdir): Copy AUTHORS as well.
7507
75082001-11-06 Sam Steingold <sds@gnu.org>
7509
7510 * configure.in: Added a check for <nlist.h>.
7511
75122001-11-01 Pavel Janík <Pavel@Janik.cz>
7513
7514 * configure.in: Reindent --help output.
7515 From Per Starbäck (starback@ling.uu.se).
7516
75172001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7518
7519 * configure.in: New entry for HP/UX-11.
7520
7521 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7522 From Eric S. Raymond <esr@golux.thyrsus.com>.
7523
75242001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7525
7526 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7527 <athornton@sinenomine.net>.
7528
75292001-10-25 Gerd Moellmann <gerd@gnu.org>
7530
7531 * Makefile.in (maybe_bootstrap): New target.
7532 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7533
75342001-10-24 Ken Raeburn <raeburn@gnu.org>
7535
7536 * configure.in: If --with-hesiod is given, look for
7537 hes_getmailhost and res_send or __res_send; check hesiod and
7538 resolv libraries respectively if system libraries don't supply them.
7539
75402001-10-24 Gerd Moellmann <gerd@gnu.org>
7541
7542 * configure.in: Use $MAKE for `make' if set.
7543
75442001-10-22 Gerd Moellmann <gerd@gnu.org>
7545
7546 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7547 to tar options.
7548
75492001-10-20 Gerd Moellmann <gerd@gnu.org>
7550
7551 * (Version 21.1 released).
7552
75532001-10-20 Miles Bader <miles@gnu.org>
7554
7555 * configure.in (configuration): Set from `host' if `host_alias'
7556 isn't defined.
7557
75582001-10-19 Andreas Schwab <schwab@suse.de>
7559
7560 * configure.in: Make ready for autoconf 2.5x.
7561 (AC_PREREQ): Require autoconf 2.50.
7562 * aclocal.m4: Removed.
7563 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7564
75652001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7566
7567 * README: Bump Emacs version to 21.1.50.
7568
75692001-10-05 Gerd Moellmann <gerd@gnu.org>
7570
7571 * Branch for 21.1.
7572
75732001-09-05 Gerd Moellmann <gerd@gnu.org>
7574
7575 * configure.in: Avoid `$@' which is handled specially in
7576 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7577
75782001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7579
7580 * make-dist (nt): Add subdirs.el to the list of distributed files.
7581
75822001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7583
7584 * configure.in (machine): Add an entry for
7585 hppa1.1-hitachi-hiuxwe2*.
7586
75872001-05-28 Gerd Moellmann <gerd@gnu.org>
7588
7589 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7590 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7591
75922001-05-14 Gerd Moellmann <gerd@gnu.org>
7593
7594 * make-dist: Copy texinfo.tex unconditionally.
7595
75962001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7599 that are installed.
7600
76012001-04-06 Gerd Moellmann <gerd@gnu.org>
7602
7603 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7604 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7605
7606 * make-dist: Handle leim/MISC-DIC. Only include
7607 `[a-zA-Z]*.{el,elc}' from leim/quail.
7608
76092001-04-05 Gerd Moellmann <gerd@gnu.org>
7610
7611 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7612
76132001-03-30 Gerd Moellmann <gerd@gnu.org>
7614
7615 * Makefile.in (.PHONY): Add for bootstrap targets.
7616 (bootstrap-clean): New target.
7617 (bootstrap): Use it instead of `clean'.
7618
76192001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7620
7621 * Makefile.in (SUBDIR): Remove leim.
7622 (all, .RECURSIVE, extraclean): Add leim explicitly.
7623 (leim): Provide separate rule which exports PARALLEL=0 into the
7624 environment.
7625
76262001-03-20 Gerd Moellmann <gerd@gnu.org>
7627
7628 * configure.in (HAVE_XPM): Don't print the result of the check for
7629 XpmReturnAllocPixels if we don't have an xpm.h.
7630
76312001-03-05 Gerd Moellmann <gerd@gnu.org>
7632
7633 * COPYING: New file.
7634
76352001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7636
7637 * config.bat: Update the copyright.
7638
76392001-02-23 Kenichi Handa <handa@etl.go.jp>
7640
7641 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7642 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7643 to `yes'. Later in AC_OUTPUT, check this variable.
7644
76452001-02-09 Dave Love <fx@gnu.org>
7646
7647 * AUTHORS: Updated.
7648
76492001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7650
7651 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7652
76532001-02-02 Gerd Moellmann <gerd@gnu.org>
7654
7655 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7656
7657 * Makefile.in (uninstall): Ignore exit code of `rm'.
7658
90eacf99
SM
7659 * Makefile.in (uninstall): Remove more info files.
7660 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
7661
76622001-01-31 Gerd Moellmann <gerd@gnu.org>
7663
7664 * noleim-Makefile.in (extraclean): Add.
7665
76662001-01-28 Gerd Moellmann <gerd@gnu.org>
7667
90eacf99 7668 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
7669 it quiet.
7670
76712001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7672
7673 * Makefile.in (tags): Fix typo.
7674
76752001-01-13 Kenichi Handa <handa@etl.go.jp>
7676
7677 * configure.in: Fix typo in the code setting x_search_path.
7678
76792001-01-10 Dave Love <fx@gnu.org>
7680
7681 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7682 -lXext.
7683 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7684 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7685 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7686 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7687 (now in $LIBS).
7688
76892001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7690
7691 * config.bat: Run the preprocessor with -traditional.
7692
76932001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7694
7695 * INSTALL: Move copying conditions to end of file.
7696
76972000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7698
7699 * INSTALL: Add basic installation procedure which assumes
7700 `configure' does its job. Elaborate on image support libraries.
7701 Add a pointer to Xaw3d library. Add advice about solving
7702 configure-time problems by looking in config.log and setting
7703 variables in the environment.
7704
77052000-12-27 Gerd Moellmann <gerd@gnu.org>
7706
7707 * Makefile.in (install-arch-indep): If tar fails, exit with
7708 exit code 1.
7709
77102000-12-19 Gerd Moellmann <gerd@gnu.org>
7711
7712 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7713 source file includes XKBlib.h. On some broken Solaris systems,
7714 there is an XKBlib.h, reportedly, but header files included by
7715 XKBlib.h are missing.
7716
77172000-12-14 Gerd Moellmann <gerd@gnu.org>
7718
7719 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7720
77212000-12-11 Dave Love <fx@gnu.org>
7722
7723 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7724
77252000-12-11 Paul Eggert <eggert@twinsun.com>
7726
7727 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7728 Merge fixes from latest GNU tar version. These macros no longer
7729 futz with _XOPEN_SOURCE, as that was not portable in practice.
7730 (AC_FUNC_FSEEKO): New macro.
7731
7732 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7733 ftello.
7734
77352000-12-05 Dave Love <fx@gnu.org>
7736
7737 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7738
77392000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7740
7741 * info/dir: Change the category to "Emacs".
7742
77432000-12-01 Gerd Moellmann <gerd@gnu.org>
7744
7745 * make-dist (tempdir): Remove epaths.h from the distribution
7746 instead of paths.h.
7747
77482000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7749
7750 * config.bat: Check for existence of djecho.exe, and print an
7751 error message if it is not available.
7752
7753 * INSTALL: Describe possible problem with djecho.exe in old
7754 versions of DJGPP v2.x.
7755
77562000-11-23 Gerd Moellmann <gerd@gnu.org>
7757
7758 * configure.in: Initialize HAVE_LIBXP to no.
7759
77602000-11-22 Gerd Moellmann <gerd@gnu.org>
7761
7762 * configure.in: Use m/macppc.h instead of the non-existent
7763 m/powerpc.h.
7764
77652000-11-21 Gerd Moellmann <gerd@gnu.org>
7766
7767 * Makefile.in (install-arch-indep): Also install info/eshell*
7768 and info/speedbar*.
7769
7770 * configure.in (HAVE_PNG): Check for the presence of
7771 png_get_channels to rule out older PNG libs.
7772
7773 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7774 GCC and NON_GNU_CPP into config.status.
7775
77762000-11-20 Dave Love <fx@gnu.org>
7777
7778 * configure.in: Fix last change.
7779
7780 * GETTING.GNU.SOFTWARE: Deleted.
7781 * FTP: New file to replace it.
7782 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7783
77842000-11-20 Gerd Moellmann <gerd@gnu.org>
7785
7786 * configure.in: Use -traditional with GNU cpp.
7787
77882000-11-17 Gerd Moellmann <gerd@gnu.org>
7789
7790 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7791 Distribute more files from the nt/ subdir. Distribute PBM
7792 image files from subdirs of lisp/. Distribute old change logs
7793 from subdirs of lisp/. Distribute play/5x5.el.
7794
77952000-11-11 Dave Love <fx@gnu.org>
7796
7797 * config.sub, config.guess: Updated from master source.
7798
77992000-11-07 Dave Love <fx@gnu.org>
7800
7801 * configure.in: Test for mkstemp.
7802
78032000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7804
7805 * info/dir (Top): Rearrange menu items more logically, and put
7806 them into a single category. Add menu items for RefTeX and
7807 Widget.
7808
78092000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7810
7811 * Makefile.in (install-arch-indep): Use --info-dir instead of
7812 --dir-file, and a simple argument instead of --info-file, so that
7813 the Debian version of install-info also works.
7814
78152000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7816
7817 * info/dir (Speedbar): Add entry.
7818
78192000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7820
7821 * INSTALL: Describe the new image-support options to the configure
7822 script. List URLs where image support libraries can be found.
7823
78242000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7825
7826 * info/dir (Top): Add an entry for Eshell.
7827
78282000-10-02 Dave Love <fx@gnu.org>
7829
7830 * configure.in: Check for gai_strerror.
7831
78322000-10-01 Andreas Schwab <schwab@suse.de>
7833
7834 * Makefile.in (install-arch-indep): Update list of installed info files.
7835
78362000-09-30 Gerd Moellmann <gerd@gnu.org>
7837
7838 * configure.in: Support `sparc*-*-netbsd*'.
7839
78402000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7841
7842 * info/dir (MIME): Add entry for emacs-mime.
7843
78442000-09-29 Dave Love <fx@gnu.org>
7845
7846 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7847
78482000-09-26 Gerd Moellmann <gerd@gnu.org>
7849
7850 * make-dist: Adapt to the change of leim/Makefile which was
7851 necessary to ensure a reasonably working `make dist'.
7852
7853 * leim-Makefile.in: Moved to leim/Makefile.in..
7854
7855 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7856
78572000-09-21 Kenichi Handa <handa@etl.go.jp>
7858
7859 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7860 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7861 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7862 files to .elc.
90eacf99 7863 (${TIT}): Adjust for the above change.
067d23c9
KY
7864 (clean mostlyclean): Likewise.
7865 (.el.elc): New target.
7866
78672000-09-19 Gerd Moellmann <gerd@gnu.org>
7868
7869 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7870 in the distribution.
7871
78722000-09-18 Gerd Moellmann <gerd@gnu.org>
7873
7874 * make-dist (skk): Rename to `ja-dic' because the leim directory
7875 was renamed.
7876
78772000-09-14 Dave Love <fx@gnu.org>
7878
7879 * configure.in: Fix spurion in last change.
7880
78812000-09-14 Gerd Moellmann <gerd@gnu.org>
7882
7883 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7884 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7885 to `no' if defined. Change result report.
7886
78872000-09-08 Dave Love <fx@gnu.org>
7888
7889 * configure.in: Remove spurious `@'s.
7890
7891 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7892 autoconf.
7893
78942000-09-06 Gerd Moellmann <gerd@gnu.org>
7895
7896 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7897 file and print informational message.
7898
7899 * configure.in (AC_FUNC_MMAP): Add.
7900
79012000-09-01 Gerd Moellmann <gerd@gnu.org>
7902
7903 * configure.in: Add ``checking'' messages for
7904 XpmReturnAllocPixels.
7905
79062000-08-28 Gerd Moellmann <gerd@gnu.org>
7907
7908 * configure.in: Check <strings.h>; check `index' and `rindex'
7909 functions.
7910
79112000-08-26 Kenichi Handa <handa@etl.go.jp>
7912
7913 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7914 "case "${canonical}" in".
7915
79162000-08-25 Dave Love <fx@gnu.org>
7917
7918 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7919
79202000-08-25 Kenichi Handa <handa@etl.go.jp>
7921
7922 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7923
79242000-08-24 Gerd Moellmann <gerd@gnu.org>
7925
7926 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7927 contains a relative path. Protect against unusable values of $PWD.
7928
79292000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7930
7931 * info/dir (WoMan): Add entry.
7932
7933 * config.bat (maindir): Update src/_gdbinit even if it does
7934 already exist.
7935
79362000-08-07 Gerd Moellmann <gerd@gnu.org>
7937
7938 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7939
79402000-08-03 Gerd Moellmann <gerd@gnu.org>
7941
7942 * configure.in: Add support for ia64*-*-linux*.
7943
79442000-07-27 Gerd Moellmann <gerd@gnu.org>
7945
7946 * make-dist (aclocal.m4): Include in distribution.
7947
79482000-07-26 Dave Love <fx@gnu.org>
7949
90eacf99 7950 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
7951
79522000-07-24 Dave Love <fx@gnu.org>
7953
7954 * configure.in: Add AC_SIZE_T.
7955
79562000-07-18 Dave Love <fx@gnu.org>
7957
7958 * configure.in: Reorder so that most tests are done after CPPFLAGS
7959 is set from the C_SWITCH_... definitions.
7960
79612000-07-10 Gerd Moellmann <gerd@gnu.org>
7962
7963 * configure.in (HAVE_XPM): Undo previous change. Check for
7964 preprocessor define XpmReturnAllocPixels.
7965
79662000-07-06 Gerd Moellmann <gerd@gnu.org>
7967
7968 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7969 instead of XpmReadFileToPixmap.
7970
79712000-07-05 Ken Raeburn <raeburn@gnu.org>
7972
7973 * configure.in: Check for <soundcard.h>. Look for ossaudio
7974 library, and set LIBSOUND accordingly.
7975
79762000-07-05 Dave Love <fx@gnu.org>
7977
7978 * configure.in: Use AC_HEADER_SYS_WAIT.
7979
79802000-07-05 Gerd Moellmann <gerd@gnu.org>
7981
7982 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7983 lisp/Makefile. Distribute lisp/Makefile.in instead of
7984 lisp/Makefile.
7985
79862000-06-30 Ken Raeburn <raeburn@gnu.org>
7987
7988 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7989 while searching for image-handling libraries.
7990
79912000-06-26 Gerd Moellmann <gerd@gnu.org>
7992
7993 * configure.in (--with-xim): New option.
7994
79952000-06-23 Dave Love <fx@gnu.org>
7996
7997 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7998 for struct timezone and test how we can call gettimeofday.
7999 Check for OSF 5+. Check for term.h.
8000
8001 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8002 version.
8003
80042000-06-23 Gerd Moellmann <gerd@gnu.org>
8005
8006 * configure.in (HAVE_LIBXP): Change test for libXp.
8007
80082000-06-21 Dave Love <fx@gnu.org>
8009
8010 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8011 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8012 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8013
80142000-06-19 Dave Love <fx@gnu.org>
8015
8016 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8017 _XOPEN_SOURCE is defined.
8018
80192000-06-16 Gerd Moellmann <gerd@gnu.org>
8020
8021 * Makefile.in (distclean): Also make distclean in lisp/.
8022
80232000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8024
8025 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8026
80272000-06-15 Gerd Moellmann <gerd@gnu.org>
8028
8029 * make-dist: Add --help and --snapshot options.
8030
80312000-06-14 Gerd Moellmann <gerd@gnu.org>
8032
8033 * configure.in: Generate lisp/Makefile.
8034
8035 * configure.in: Add support for `*-lynxos*'.
8036 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8037 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8038 on Tru64 UNIX v5.0.
8039
80402000-06-13 Ken Raeburn <raeburn@gnu.org>
8041
8042 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8043 it's on a continuation line.
8044
80452000-06-02 Dave Love <fx@gnu.org>
8046
8047 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8048 files.
8049
8050 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8051 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8052 test.
8053
8054 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8055 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8056
80572000-05-26 Gerd Moellmann <gerd@gnu.org>
8058
8059 * configure.in: Add check for speed_t typedef.
8060
80612000-05-25 Ken Raeburn <raeburn@gnu.org>
8062
8063 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8064 exists; it won't in the CANNOT_DUMP case.
8065
80662000-05-25 Gerd Moellmann <gerd@gnu.org>
8067
8068 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8069 On FreeBSD, the exit status is 1 if CDPATH is not set.
8070 (install-arch-indep): Install ebrowse.info.
8071
80722000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8073
8074 * configure.in: Check for grandpt and getpt.
8075
80762000-05-09 Dave Love <fx@gnu.org>
8077
8078 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8079
80802000-05-05 Gerd Moellmann <gerd@gnu.org>
8081
8082 * make-dist: Make a link for lib-src/grep-changelog.
8083 Copy install-sh.
8084
80852000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8086
8087 * config.bat: Identify the beginning of the cpp stuff in
8088 src/Makefile.in and lib-src/Makefile.in more accurately.
8089
80902000-04-27 Gerd Moellmann <gerd@gnu.org>
8091
8092 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8093
80942000-04-19 Gerd Moellmann <gerd@gnu.org>
8095
8096 * configure.in: Add support for `powerpc-*-netbsd*'.
8097
80982000-04-19 Dave Love <fx@gnu.org>
8099
8100 * configure.in: Don't use AC_FUNC_GETLOADAVG.
8101
8102 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
8103
81042000-04-16 Dave Love <fx@gnu.org>
8105
8106 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
8107
81082000-04-14 Dave Love <fx@gnu.org>
8109
8110 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8111
8112 * aclocal.m4 (AC_FUNC_MKTIME): New.
8113
81142000-03-28 Ken Raeburn <raeburn@gnu.org>
8115
8116 * configure.in: Line up "--help" output a little better.
8117
81182000-03-26 Gerd Moellmann <gerd@gnu.org>
8119
8120 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8121 New targets.
90eacf99
SM
8122 (bootstrap): Rewritten in terms of the new targets above.
8123 Make info files, too.
067d23c9
KY
8124
81252000-03-12 Gerd Moellmann <gerd@gnu.org>
8126
8127 * config.guess, config.sub: Use the versions of the files from
8128 subversions.
8129
81302000-03-08 Dave Love <fx@gnu.org>
8131
8132 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8133 AC_C_VOLATILE. Define POINTER_TYPE.
8134
8135 * aclocal.m4: New file.
8136
81372000-03-02 Gerd Moellmann <gerd@gnu.org>
8138
8139 * configure.in (machine): Add `mipsel-*-netbsd*' and
8140 `arm-*-netbsd*'.
8141
81422000-03-01 Gerd Moellmann <gerd@gnu.org>
8143
8144 * configure.in (machine): Add support for `*-auspex-sunos*'.
8145
81462000-02-29 Gerd Moellmann <gerd@gnu.org>
8147
8148 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8149
81502000-02-18 Dave Love <fx@gnu.org>
8151
8152 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8153
81542000-02-18 Andreas Schwab <schwab@suse.de>
8155
8156 * Makefile.in (install-arch-indep): Add eudc to list of installed
8157 info files.
8158
81592000-02-17 Ken Raeburn <raeburn@gnu.org>
8160
8161 * configure.in: Include -lz and -ljpeg (if it's available) when
8162 testing for the tiff library.
8163
81642000-02-17 Gerd Moellmann <gerd@gnu.org>
8165
8166 * configure.in: Remove LISP_FLOAT_TYPE.
8167
81682000-02-12 Dave Love <fx@gnu.org>
8169
8170 * configure.in: Use AC_FUNC_VFORK.
8171
81722000-02-01 Gerd Moellmann <gerd@gnu.org>
8173
8174 * make-dist: Various fixes for new development tree.
8175
8176 * leim-Makefile.in: New file.
8177
81782000-01-31 Gerd Moellmann <gerd@gnu.org>
8179
8180 * Makefile.in (dist): Call ./make-dist.
8181
81822000-01-24 Dave Love <fx@gnu.org>
8183
8184 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8185
81862000-01-18 Gerd Moellmann <gerd@gnu.org>
8187
8188 * configure.in (HAVE_GIF): Check for DGifOpen instead of
8189 DGifOpenFileName.
8190
81912000-01-11 Andreas Schwab <schwab@suse.de>
8192
8193 * Makefile.in (install-arch-indep): Update list of info files to
8194 be installed.
8195
81962000-01-05 Dave Love <fx@gnu.org>
8197
8198 * configure.in: Check for jerror.h as well as libjpeg.
8199
82002000-01-03 Andreas Schwab <schwab@suse.de>
8201
90eacf99
SM
8202 * Makefile.in (install-arch-indep): Install autotype*.
8203 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
8204
82051999-12-04 Dave Love <fx@gnu.org>
8206
8207 * Makefile.in (install-arch-indep): Depend on `info'.
8208 (install-strip): Use `install' as sub-make target.
8209
82101999-11-23 Ken Raeburn <raeburn@gnu.org>
8211
8212 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8213 didn't need to be deleted. Check for the k5crypto library as well
8214 as the crypto library; MIT Kerberos 1.1 changed the name.
8215
82161999-11-18 Dave Love <fx@gnu.org>
8217
8218 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8219
82201999-11-11 Erik Naggum <erik@naggum.no>
8221
8222 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8223
82241999-11-08 Dave Love <fx@gnu.org>
8225
8226 * configure.in: Fix change for --with-pop default.
8227
82281999-11-04 Dave Love <fx@gnu.org>
8229
8230 * configure.in: Default to --with-pop. Change sense of with-gcc
8231 and with-toolkit-scroll-bars messages to reflect the defaults.
8232
82331999-11-01 Gerd Moellmann <gerd@gnu.org>
8234
8235 * INSTALL: Mention the Emacs Lisp Reference.
8236
82371999-10-27 Noah Friedman <friedman@splode.com>
8238
8239 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8240
82411999-10-23 Gerd Moellmann <gerd@gnu.org>
8242
8243 * Makefile.in (bootstrap): New target.
8244
82451999-10-19 Paul Eggert <eggert@twinsun.com>
8246
8247 Add support for large files. Merge glibc 2.1.2.
8248
8249 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8250 (HAVE_TM_GMTOFF): New symbol.
8251 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8252 mbrlen, strsignal.
8253 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8254
82551999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8256
8257 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8258 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8259
82601999-10-09 Richard M. Stallman <rms@gnu.org>
8261
8262 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8263 Unset CDPATH to prevent cd from generating output.
8264
82651999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8266
8267 * update-subdirs: Also ignore CVS subdirs.
8268
82691999-10-07 Gerd Moellmann <gerd@gnu.org>
8270
8271 * Makefile.in (install-arch-indep): Add ada-mode.
8272
82731999-10-06 Dave Love <fx@gnu.org>
8274
8275 * Makefile.in: Add rules for config.status, configure.
8276
82771999-09-07 Gerd Moellmann <gerd@gnu.org>
8278
90eacf99 8279 * configure.in (--with-sound): Remove.
067d23c9
KY
8280
82811999-08-30 Gerd Moellmann <gerd@gnu.org>
8282
8283 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8284 the test for Xaw3d.
8285 (HAVE_TIFF): Add -lm to library check.
8286
82871999-08-28 Richard Stallman <rms@gnu.org>
8288
8289 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8290 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8291 after the other X-related libraries.
8292
82931999-08-21 Dave Love <fx@gnu.org>
8294
8295 * configure.in: Don't check for jpeglib.h.
8296
82971999-08-20 Gerd Moellmann <gerd@gnu.org>
8298
8299 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8300 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8301
83021999-08-18 Dave Love <fx@gnu.org>
8303
8304 * configure.in: Check for termcap.h.
8305
83061999-08-15 Gerd Moellmann <gerd@gnu.org>
8307
8308 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8309 use Emacs' scroll bars, even if configured for Motif or when
8310 Xaw3d is available.
8311
83121999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8313
8314 * configure.in: Check for getaddrinfo.
8315
83161999-08-04 Eli Zaretskii <eliz@gnu.org>
8317
8318 * config.bat: Make --no-debug work again by removing -gcoff.
8319
83201999-07-30 Dave Love <fx@gnu.org>
8321
8322 * configure.in: Check for stdlib.h.
8323
83241999-07-19 Dave Love <fx@gnu.org>
8325
8326 * configure.in: Grok sparc64-*-linux-gnu*.
8327
83281999-07-12 Richard Stallman <rms@gnu.org>
8329
8330 * Version 20.4 released.
8331
83321999-06-23 Karl Heuer <kwzh@gnu.org>
8333
8334 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8335 Quote $EMACS, in case it's a program with args.
8336
83371999-06-15 Gerd Moellmann <gerd@gnu.org>
8338
8339 * configure.in (HAVE_GIF): Use libungif instead of libgif
8340 because the former doesn't contain patented compression code.
8341
83421999-05-29 Richard M. Stallman <rms@gnu.org>
8343
8344 * configure.in: Delete the Kerberos stuff.
8345
83461999-05-27 Greg Hudson <ghudson@mit.edu>
8347
8348 * configure.in: Prefer kerberos 5 names.
8349
83501999-04-26 Richard M. Stallman <rms@gnu.org>
8351
8352 * configure.in: Check for libXp.
8353
83541999-04-08 Richard Stallman <rms@gnu.org>
8355
8356 * make-dist: Include change logs in subdirs of `lisp'.
8357
83581999-04-05 Richard Stallman <rms@gnu.org>
8359
8360 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8361 (install-arch-indep): Make ${datadir}/emacs world-readable.
8362
83631999-03-30 Eli Zaretskii <eliz@gnu.org>
8364
8365 * config.bat: Use epaths.* instead of paths.*.
8366
83671999-03-07 Eli Zaretskii <eliz@gnu.org>
8368
8369 * INSTALL: Add detailed instructions to unpack and install
8370 intlfonts on MS-DOS.
8371
83721999-02-26 Richard Stallman <rms@gnu.org>
8373
8374 * configure.in: Use epaths.h and epaths-force instead of paths...
8375
90eacf99 8376 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
8377 operate on epaths.in and produce epaths.h.
8378
83791999-02-24 Richard Stallman <rms@gnu.org>
8380
8381 * make-dist: Fix nt/icons directory handling.
8382
83831999-02-22 Simon Josefsson <jas@pdc.kth.se>
8384
8385 * configure.in (f301-fujitsu-uxpv4.1): New target.
8386
83871999-02-20 Richard Stallman <rms@gnu.org>
8388
8389 * make-dist (tempparent): Fix command to update info files.
8390
83911999-02-09 Richard Stallman <rms@gnu.org>
8392
8393 * configure.in (powerpc-apple-netbsd*): New alternative.
8394
83951999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8396
8397 * make-dist: Include the new directory nt/icons in distributions.
8398
83991999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8400
8401 * configure.in: Change message about HAVE_XFREE386.
8402
84031999-01-07 Eli Zaretskii <eliz@gnu.org>
8404
8405 * config.bat: Support configuring with leim.
8406
84071998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8408
8409 * configure.in (mips-sgi-irix6.5): New target.
8410
84111998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8412
8413 * configure.in: Remove GSS-API support, since it has been removed
8414 from movemail.
8415
84161998-12-04 Markus Rost <rost@delysid.gnu.org>
8417
8418 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8419
84201998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8421
8422 * Makefile.in: Don't install customize info file.
8423 Run install-info on viper info file.
8424
84251998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8426
8427 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8428
84291998-11-16 Kenichi Handa <handa@etl.go.jp>
8430
8431 * configure.in (*-*-bsdi4*): New target.
8432
84331998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8434
8435 * configure.in: Fix previous change.
8436
84371998-11-11 Richard Stallman <rms@gnu.org>
8438
8439 * configure.in (aviion-intel): New machine.
8440
84411998-11-04 Kenichi Handa <handa@etl.go.jp>
8442
8443 * configure.in (mips-nec-sysv4*): New target.
8444
84451998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8446
8447 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8448 from lisp.
8449
84501998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8451
8452 * make-dist: Don't include fns*.el in dist.
8453
84541998-10-30 Dave Love <fx@gnu.org>
8455
8456 * configure.in: Don't mkdir cpp.
8457
84581998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8459
8460 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8461 ${archlibdir}.
8462
84631998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8464
8465 * Version 20.3 released.
8466
84671998-07-30 Paul Eggert <eggert@twinsun.com>
8468
8469 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8470 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8471 (lwlib/Makefile, leim/Makefile):
8472 Prepend $(srcdir)/ to rule dependencies outside this dir.
8473
84741998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8475
8476 * configure.in: Use unset CDPATH instead of making it empty.
8477
84781998-06-20 Karl Heuer <kwzh@gnu.org>
8479
8480 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8481
84821998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8483
8484 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8485 and default.el. Sort the results.
8486
84871998-05-31 Karl Heuer <kwzh@gnu.org>
8488
8489 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8490 writable.
8491
84921998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8493
8494 * Makefile.in (install-arch-indep):
8495 Don't alter site-lisp/subdirs.el if it exists.
8496
84971998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8498
8499 * Makefile.in (install-arch-indep): Put `-' on commands to create
8500 subdirs.el in site-lisp dirs.
8501
85021998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8503
8504 * Makefile.in (install-arch-indep): Fix typo in previous change.
8505
85061998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8507
8508 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8509
85101998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8511
8512 * Makefile.in (mkdir): Create the site-lisp dirs.
8513 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8514
85151998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8516
8517 * Makefile.in (INSTALL_INFO): New variable.
8518 (install-arch-indep): Don't replace the dir file if it already exists.
8519 Use the install-info program, via INSTALL_INFO, to add entries.
8520 Make the `info' subdir and the Info files world-readable.
8521
85221998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8523
8524 * config.bat: Make sure the environment is large enough to support
8525 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8526
85271998-04-10 Karl Heuer <kwzh@gnu.org>
8528
8529 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8530
85311998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8532
8533 * configure.in: Add --with-gssapi to specify GSS-API
8534 authentication support for movemail.
8535
85361998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8537
8538 * Makefile.in (install-arch-indep): Fix previous change.
8539
85401998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8541
8542 * Makefile.in (info): Run man in build dir, not srcdir.
8543
85441998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8545
8546 * Makefile.in (install-arch-indep): Fix previous change.
8547
85481998-03-23 Kenichi Handa <handa@etl.go.jp>
8549
8550 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8551
85521998-03-22 Richard Stallman <rms@gnu.org>
8553
8554 * Makefile.in (install-arch-indep): Put special subdirs.el files
8555 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8556
85571998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8558
8559 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8560
85611998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8562
8563 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8564 (m68*-hp-hpux*): Handle versions 1X like 10.
8565
85661998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8567
8568 * make-dist: PROBLEMS is now in etc, not top level dir.
8569
8570 * Makefile.in (SOURCES): Delete PROBLEMS.
8571
85721998-02-25 Richard Stallman <rms@gnu.org>
8573
8574 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8575
8576 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8577
85781998-01-17 Richard Stallman <rms@gnu.org>
8579
8580 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8581
85821998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8583
8584 * make-dist (tempparent): New option --no-check.
8585
8586 * make-dist: Don't do anything with cpp directory.
8587
85881997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8589
8590 * configure.in (sparc-fujitsu-sysv4*): New target.
8591
85921997-12-17 Andreas Schwab <schwab@gnu.org>
8593
8594 * configure.in: Cache more tests. Add missing quotes around
8595 message with embedded comma.
8596
85971997-12-04 Karl Heuer <kwzh@gnu.org>
8598
8599 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8600
86011997-11-26 Joel N. Weber II <devnull@gnu.org>
8602
8603 * make-dist: Changed the comment about `umask 0' to say `Don't
8604 restrict access to any files.'; previously it said `Don't protect
8605 any files', which may have implied that we think fascism is good.
8606
86071997-11-24 Paul Eggert <eggert@twinsun.com>
8608
8609 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8610 strftime needs the underlying host's strftime for locale dependent
8611 formats.
8612
86131997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8614
8615 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8616
86171997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8618
8619 * config.bat: Configure the man subdirectory.
8620
86211997-11-07 Paul Eggert <eggert@twinsun.com>
8622
8623 * configure.in (AC_CHECK_LIB): Add -lintl.
8624
86251997-11-07 Karl Heuer <kwzh@gnu.org>
8626
8627 * make-dist (check for .elc files): Avoid bash-specific syntax.
8628 (check for overflow 14-char limit): Simplify.
8629
86301997-11-07 Richard Stallman <rms@gnu.org>
8631
8632 * Makefile.in (install): Move blessmail last.
8633
86341997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8635
8636 * configure.in (gettimeofday, one arg or two):
8637 Clarify messages by avoiding double negative.
8638
86391997-09-30 Karl Eichwalder <ke@suse.de>
8640
8641 * Makefile.in (install-arch-indep): Install the widget info file.
8642
86431997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8644
8645 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8646 libraries in reverse order, so that libraries will appear in the
8647 correct dependency order on the link line (and so that the
8648 configure checks themselves will work properly when early
8649 libraries depend on later ones).
8650
86511997-09-21 Erik Naggum <erik@naggum.no>
8652
8653 * make-dist (making links to `src'): Keep timestamp on copied files.
8654
8655 * make-delta: New script to produce delta distributions.
8656
86571997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8658
8659 * Version 20.2 released.
8660
86611997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8662
8663 * Version 20.1 released.
8664
8665 * Makefile.in (install-leim): Depend on mkdir.
8666 (leim): Depend on src.
8667
86681997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8669
8670 * configure.in: Recognize alpha* instead of just alpha.
8671
86721997-09-12 Paul Eggert <eggert@twinsun.com>
8673
8674 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8675
86761997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8677
8678 * update-subdirs: Use rm -f.
8679
86801997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8681
8682 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8683 Ignore subdirs named Old.
8684
86851997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8686
8687 * configure.in: Add OpenBSD clause to set $machine.
8688
86891997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8690
8691 * make-dist: Recompile everything after updating various Lisp files.
8692 Recompile in leim as well as lisp.
8693 Check in leim as well as lisp for mismatched files and too-long names.
8694
86951997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8696
8697 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8698
86991997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8700
8701 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8702 before trying to copy anything from it.
8703
87041997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8705
8706 * Makefile.in (man/Makefile): New target.
8707 (tags): Define env var EMACS and run Makefile from build dir.
8708
87091997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8710
8711 * config.bat: If src/_gdbinit doesn't exist, try using
8712 src/.gdbinit to create it (for building on Windows 95).
8713
87141997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8715
8716 * Makefile.in (install-arch-indep):
8717 Discard extra data in tar | tar pipes.
8718
87191997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8720
90eacf99
SM
8721 * configure.in (x_default_search_path):
8722 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
8723
87241997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8725
8726 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8727
87281997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8729
8730 * configure.in: Support auto-configuration of both Kerberos V4 and
8731 Kerberos V5 for movemail, including detection of V4 and V5 header
8732 files and libraries.
8733
87341997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8735
8736 * configure.in: Compute x_default_search_path
8737 and substitute into makefiles.
8738
8739 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8740
87411997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8742
8743 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8744
87451997-08-07 Erik Naggum <erik@naggum.no>
8746
8747 * configure.in: Remove lockdir, it is no longer needed.
8748 * Makefile.in (mkdir): Don't create lockdir.
8749 (lockdir): Variable deleted.
8750 (paths-force): Don't operate on PATH_LOCK.
8751
87521997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8753
8754 * leim-Makefile.in (clean, distclean): New targets.
8755
8756 * make-dist: Include leim/ChangeLog in leim distribution.
8757
87581997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8759
8760 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8761
87621997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8763
8764 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8765
87661997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8767
8768 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8769
87701997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8771
8772 * make-dist: Update leim/leim-list.el.
8773 Pass along value of $EMACS when updating lisp dir.
8774
87751997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8776
8777 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8778 prerequisite to the use of Doug Lea's malloc.
8779
87801997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8781
8782 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8783
8784 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8785
87861997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8787
8788 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8789
87901997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8791
8792 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8793 to news-r6.h.
8794
87951997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * config.bat: Use `sed' instead of `cp', which might not be
8798 installed.
8799
88001997-07-09 Kenichi Handa <handa@etl.go.jp>
8801
8802 * Makefile.in (mostlyclean): Add cleaning leim directory.
8803 (clean, distclean, maintainer-clean): Likewise.
8804
88051997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8806
8807 * make-dist (bogosities): Check subdirs of `lisp' also.
8808
88091997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8810
8811 * make-dist (etc): Really avoid symlinks now.
8812 (lisp): Don't delete from subdirs the things we never copy.
8813
88141997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8815
8816 * Makefile.in (install-arch-indep): Correct the target name.
8817 The first letter `i' was dropped by the previous change of mine.
8818
88191997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8820
8821 * configure.in (leim/Makefile): Generate this.
8822 (*-sysv4.2uw*): Recognize new alternative.
8823
8824 * leim-Makefile.in: Renamed from leim-Makefile.
8825
8826 * make-dist: Set up real-leim subdirectory,
8827 with the real contents of leim; then move it to
8828 a separate top-level directory.
8829
8830 * make-dist: Don't mention site-lisp, site-init, site-start
8831 or default, when listing files hat are not compiled and should be.
8832
8833 * configure.in: Create src/config.stamp at the end.
8834
88351997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8836
8837 * Makefile.in (install-leim): Correct previous change.
8838
88391997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8840
8841 * Makefile.in (install-leim): New target.
8842 (install): Depend on install-leim.
8843
88441997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8845
8846 * Makefile.in (SUBDIR): Add leim.
8847 (SUBDIR_MAKEFILES): Add leim/Makefile.
8848 (leim/Makefile): New target.
8849
88501997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8851
8852 * leim-Makefile: New file.
8853 * make-dist: Initialize a `leim' subdirectory with that makefile.
8854
88551997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8856
8857 * configure.in (GNU_MALLOC_reason): Fix message text.
8858
88591997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8860
8861 * make-dist (lisp): Don't process subdirs that start with =.
8862 (etc): Copy symlinks, as in src.
8863
88641997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8865
8866 * configure.in (i*86-*-unixware*): New alternative.
8867
88681997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8869
8870 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8871 and touch it explicitly.
8872
8873 * configure.in (mips-sony-newsos6*): New alternative.
8874 (mips-*-linux-gnu*): New alternative.
8875 (*-*-bsdi*): New alternative.
8876 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8877
88781997-06-22 Dave Love <d.love@dl.ac.uk>
8879
8880 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8881 (src/config.h): New target to re-configure if src/config.in is patched.
8882
88831997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8884
8885 * configure.in (shutdown): Check for `shutdown' function.
8886
88871997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8888
8889 * update-subdirs: Include the directory "language" in subdirs.
8890
88911997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8892
8893 * configure.in (m88k-dg-dgux4*): New alternative.
8894 (alpha-*-netbsd*): New alternative.
8895 (powerpcle-*-solaris2*): New alternative.
8896
88971997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8898
8899 * make-dist: Warn about .el files that are not compiled.
8900
89011997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8902
8903 * Makefile.in (dist): Don't run update-subdirs here,
8904 since make-dist now gets that done.
8905
8906 * make-dist: Use the new `updates' target in lisp/Makefile.
8907
8908 * make-dist: Use new non-file targets in lisp/Makefile.
8909
89101997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8911
8912 * make-dist: Handle all subdirs of `lisp' uniformly.
8913 Don't handle `term' and `language' specially.
8914 Clear out umask at the beginning.
8915
89161997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8917
8918 * make-dist: Use Make to update finder-inf.el and autoloads.
8919 Also update cus-load.el.
8920
89211997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8922
8923 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8924 in case it is desirable to disable the GNU malloc features with glibc.
8925
89261997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8927
8928 * configure.in (DOUG_LEA_MALLOC):
8929 Define if malloc_{get,set}_state exist.
8930
89311997-03-05 Kenichi Handa <handa@etl.go.jp>
8932
8933 * make-dist: Make links for files under lisp/language.
8934
89351997-02-20 Kenichi Handa <handa@etl.go.jp>
8936
8937 * update-subdirs: Exclude the directory "language" from subdirs.
8938
89391997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8940
8941 * configure.in: Check for rint and cbrt.
8942
89431997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8944
8945 * make-dist: Use $EMACS to say where to run Emacs.
8946 Add --no-update option.
8947
89481996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8949
8950 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8951
89521996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8953
8954 * make-dist (copying src): Check thoroughly for symlinks
8955 and copy them in all cases. Regularize the linking of *.in
8956 and *.opt and ChangeLog files.
8957 (copying lib-src): Likewise.
8958 Don't rm getdate.c or y.tab.*--they don't exist any more.
8959
89601996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
8961
8962 * configure.in: Check for libmail, maillock.h and
8963 touchlock (for movemail).
8964
89651996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8966
8967 * configure.in (limits.h): Check for this file.
8968
89691996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8970
8971 * configure.in (rs6000-ibm-aix4.2): New alternative.
8972 (rs6000-ibm-aix4.0): New alternative.
8973 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8974
89751996-11-22 Ben Harris <bjh21@cam.ac.uk>
8976
8977 * configure.in: Recognize vax-*-netbsd*.
8978
89791996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8980
8981 * configure.in (locallisppath): Add leim directory.
8982
89831996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8984
8985 * config.bat: Make sure `mv' supports forward slashes and -f.
8986
89871996-10-28 Christian Limpach <chris@nice.ch>
8988
8989 * configure.in (hppa*-next-nextstep*): * added after hppa
8990 to accept hppa1.0 and hppa1.1.
8991
89921996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
8993
8994 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8995 * configure.in (ld_switch_machine): Fix typo.
8996
89971996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8998
8999 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9000 from config.h and use them in $ac_link.
9001
90021996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9003
9004 * configure.in: Create a subdir named `lisp'.
9005
90061996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9007
9008 * configure.in: Check for getcwd.
9009
90101996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9011
9012 * configure.in: Check for termios.h. Check for setpgid.
9013
90141996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9015
9016 * configure.in: Check for setrlimit.
9017
90181996-08-31 Paul Eggert <eggert@twinsun.com>
9019
9020 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9021
90221996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9023
9024 * configure.in: Check for utimes.
9025
9026 * configure.in: Check for com_err library, but only
9027 if --with-kerberos was used. Check for krb and des
9028 only if --with-kerberos.
9029
90301996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9031
9032 * Makefile.in (INSTALL_STRIP): New variable.
9033 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9034 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9035
90361996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9037
9038 * configure.in: Check for krb and des libraries.
9039
90401996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9041
9042 * configure.in (*-sunos4.1.[3-9]*noshare):
9043 Use sunos413, not sunos4-1-3.
9044 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9045 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9046
90471996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9048
9049 * Makefile.in (src/paths.h): Target deleted.
9050 (paths-force): Delete all dependencies on this target
9051 but don't delete the target.
9052 (install): Depend on `all'.
9053 (paths-force): Don't print a message.
9054
9055 * configure.in: Generate src/paths.h here.
9056
90571996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9058
9059 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9060 New variables that affect linking only.
9061 (alpha-dec-osf*): Use those instead of previous change.
9062
90631996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9064
9065 * Makefile.in (install-arch-indep): Install info/messages.
9066
90671996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9068
9069 * Version 19.33 released.
9070
90711996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9072
9073 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9074 Fix previous change.
9075
90761996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9077
9078 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9079 New alternative.
9080
90811996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9082
9083 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9084 and NON_GCC_TEST_OPTIONS.
9085
90861996-08-06 Paul Eggert <eggert@twinsun.com>
9087
9088 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9089 "TZ=..." in environ.
9090
90911996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9092
9093 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9094
90951996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9096
9097 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
9098 the more general *-sunos4.1.[3-9]* clause.
9099
91001996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9101
9102 * Version 19.32 released.
9103
9104 * configure.in (*-sco3.2v5*):
9105 Set OVERRIDE_CPPFLAG to a string of one space.
9106 Fix the code that uses OVERRIDE_CPPFLAG.
9107
91081996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
9109
9110 * configure.in: Undo previous change.
9111
91121996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9113
9114 * config.sub: Use `pc', not `unknown', when canonicalizing
9115 the vendor for ...86.
9116
91171996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9118
9119 * configure.in: Check for termios.h header.
9120
91211996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9122
9123 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9124
91251996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9126
9127 * configure.in: Split bsdos2 and bsdos2-1.
9128
91291996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9130
9131 * config.sub: If last two words are not a recognized
9132 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9133 Make conversion of gnu/linux to linux-gnu really work.
9134
9135 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9136
91371996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9138
9139 * configure.in (check for using Lucid widgets by default):
9140 Eliminate indentation that confuses some compilers.
9141
91421996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9143
9144 * config.sub: Convert linux and gnu/linux to linux-gnu.
9145
9146 * make-dist: Don't update getdate.c.
9147 Ignore =... files when checking for too-long Lisp file names.
9148
91491996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9150
9151 * configure.in (euidaccess): Check for that, not for eaccess.
9152
91531996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9154
9155 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9156 before `noshare'.
9157 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9158
91591996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9160
9161 * configure.in: Rename lignux to linux-gnu in configuration names.
9162 Use gnu-linux as the opsys value (s/ file name).
9163 Allow i686 just like i386, i486, i586.
9164
91651996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9166
9167 * configure.in (i*86-*-sco3.2v5): New alternative.
9168 (OVERRIDE_CPPFLAG): New variable.
9169 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9170
9171 * configure.in: Specify vpath for .texi files.
9172
91731996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9174
9175 * configure.in: Always check for HAVE_X11R5.
9176 Separately decide whether to use a toolkit by default.
9177
91781996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
9179
9180 * configure.in: If X11R5 is missing the Xaw headers,
9181 default to --with-x-toolkit=no.
9182
91831996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9184
9185 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9186
91871996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9188
9189 * Makefile.in (install-arch-indep): If cd etc makes output,
9190 don't treat that as part of the tar data.
9191 Check that ./lisp actually exists.
9192
91931996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
9194
9195 * make-dist: Check for long file names.
9196
91971996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9198
9199 * Version 19.31 released.
9200
92011996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9202
9203 * configure.in: Recognize sparc-*-lignux.
9204
92051996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9206
9207 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9208 Don't include config.w95.
9209
92101996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9211
9212 * make-dist: Replace --no-clean-up and --no-tar options
9213 with --clean-up and --tar, so that the default is useful.
9214
92151996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9216
9217 * config.bat: Make sure the GDB init file is called src/_gdbinit;
9218 if not, tell the user to rename it and abort.
9219
92201996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9221
9222 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9223 test program.
9224
92251996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9226
9227 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9228
9229 * make-dist (MANIFEST): Fix previous change.
9230 (msdos): Put mainmake.v2 into the dist.
9231
92321996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9233
9234 * make-dist: Exit if autoconf fails.
9235
92361996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
9237
9238 * config.bat: Set djgpp-ver, and unset it at the end.
9239 Add a number of conditionals for DJGPP version 2.
9240 Rename label libsrc2 to libsrc3.
9241 Substitute for LDFLAGS in src/Makefile.
9242 Substitute for ALL_CFLAGS in lib-src/Makefile.
9243
92441996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9245
9246 * configure.in (ncurses): Check this after checking fns like strerror.
9247
92481996-04-08 Erik Naggum <erik@naggum.no>
9249
9250 * make-dist (MANIFEST): Don't include lines from =files.
9251
92521996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9253
9254 * make-dist: Don't put lisp/dired.todo in the dist.
9255
92561996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9257
9258 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9259
9260 * configure.in (setlocale): Check for it.
9261
9262 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9263
92641996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9265
9266 * configure.in: Use lignux instead of linux as value of opsys.
9267
92681996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9269
9270 * Makefile.in (install-strip): Fix whitespace.
9271 Get rid of continuation.
9272
9273 * config.sub: Convert linux or gnu/linux to lignux.
9274
92751996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9276
9277 * configure.in: Accept lignux in configuration name.
9278
92791996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9280
9281 * Makefile.in (install-strip): New target.
9282
92831996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9284
9285 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9286 -f failed to do the job on Suns.
9287
92881996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9289
9290 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9291
9292 * configure.in (linux/version.h): Check for this header.
9293
92941996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9295
9296 * configure.in: Remove -fno-builtin hackery from -lm check.
9297
92981996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9299
9300 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9301 just this test.
9302
9303 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9304
93051996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9306
9307 * configure.in: Check for ncurses.
9308
93091996-02-28 Paul Eggert <eggert@twinsun.com>
9310
9311 * configure.in (LOCALTIME_CACHE):
9312 Also define if localtime mishandles unsetting TZ.
9313 This works around a localtime bug in mips-dec-ultrix.
9314
93151996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9316
9317 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9318
9319 * configure.in: Improve messages about X versions.
9320
93211996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9322
9323 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9324
93251996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9326
9327 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9328 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9329
9330 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9331 (install): Put install-arch-indep before install-arch-dep.
9332
93331996-02-20 Dave Love <d.love@dl.ac.uk>
9334
9335 * INSTALL: Clarify info about MS-DOS path handling.
9336
93371996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9338
9339 * Makefile.in (install-arch-indep): Install info/ccmode*.
9340 In previous change, protect against /bin/pwd returning null string.
9341
93421996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9343
9344 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9345 to lispdir.
9346
93471996-02-01 Paul Eggert <eggert@twinsun.com>
9348
9349 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9350
93511996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9352
9353 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9354
93551996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9356
9357 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9358 we delete everything distclean deletes.
9359
93601996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9361
9362 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9363
93641996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9365
9366 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9367 into LDFLAGS instead of into LIBS.
9368
93691996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9370
9371 * configure.in (HAVE_XMU): Fix typo in previous change.
9372
93731996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9374
9375 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9376
93771996-01-10 Erik Naggum <erik@naggum.no>
9378
9379 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9380
93811996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9382
9383 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9384
93851996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9386
9387 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9388 and use -lXt to link it.
9389
93901996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9391
9392 * configure.in (locallisppath): Put version-specific dir first.
9393
93941996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9395
9396 * configure.in (hppa-*-nextstep*): New alternative.
9397 (USE_X_TOOLKIT): By default, set this to "maybe";
9398 and change that later to LUCID or "no" according to X11 version.
9399
9400 * make-dist: Recompile outdated .elc files and update all autoloads.
9401
94021996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9403
9404 * configure.in (locallisppath): Fix typo in last change: " -> '.
9405
94061996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9407
9408 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9409
94101995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9411
9412 * Makefile.in (install-arch-indep): Give all files read permission.
9413
94141995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9415
9416 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9417 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9418
94191995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9420
9421 * configure.in: Determine HAVE_X11R6.
90eacf99 9422 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
9423
94241995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9425
9426 * configure.in: Just "solaris" now defaults to version 2.4.
9427 Add sunos4.1.n-noshare as alternative.
9428
94291995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9430
9431 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9432
94331995-11-29 Erik Naggum <erik@naggum.no>
9434
9435 * Makefile.in (install-arch-indep): Add missing backslash.
9436
94371995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9438
9439 * Makefile.in (install-arch-indep): Don't install
9440 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9441
94421995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9443
9444 * Makefile.in (install-arch-indep): Fix previous change.
9445
9446 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9447
94481995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9449
9450 * Version 19.30 released.
9451
9452 * make-dist (lisp): Exclude subdirs.el.
9453
94541995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9455
9456 * make-dist (etc): Delete *.orig and *.rej.
9457
94581995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9459
9460 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9461
94621995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9463
9464 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9465
94661995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9467
9468 * make-dist (nt): Rename install, readme, and todo to
9469 INSTALL, README, and TODO.
9470
94711995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9472
9473 * make-dist (lisp): Don't distribute site-start.
9474
94751995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9476
9477 * make-dist: Break the hard link on alloca.c.
9478
94791995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9480
9481 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9482
94831995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9484
9485 * make-dist (src, lib-src): Don't distribute Makefile.c.
9486 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9487
94881995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9489
9490 * Makefile.in (mkdir): Create man1dir, not mandir.
9491 (uninstall): Use man1dir, not mandir.
9492
94931995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9494
9495 * Makefile.in (man1dir): New variable.
9496 (install-arch-indep): Use man1dir.
9497
9498 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9499
9500 * make-dist: Create lisp/MANIFEST.
9501
95021995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9503
9504 * configure.in (m68k-*-linux*): New alternative.
9505
95061995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9507
9508 * make-dist: Use new names config.in, paths.in, and
9509 {src,lib-src}/Makefile.in.
9510
95111995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9512
9513 * configure.in: Don't bother checking for drem.
9514
95151995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9516
9517 * Makefile.in (distclean): Delete line with just a tab in it.
9518 (install-arch-indep): Delete spaces that precede tabs.
9519 Delete spurious `fi' left from previous change.
9520 (install): Supply `true' as command, to avoid null command.
9521
95221995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9523
9524 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9525
95261995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9527
ed9265fc 9528 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
9529
95301995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9531
9532 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9533 of paths.h.tmp$$, to avoid going beyond 14 characters.
9534
95351995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9536
9537 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9538
95391995-09-06 Paul Eggert <eggert@twinsun.com>
9540
9541 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9542 if localtime caches TZ. Check for tzset.
9543
95441995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9545
9546 * config.bat: Simplify using new names file names src/makefile.in,
9547 config.in, paths.in. Change Echo commands not to use `.
9548
95491995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9550
9551 * Makefile.in (install-arch-indep): Always install the new dir file;
9552 rename the previous dir file to dir.bak or dir.old.
9553
95541995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9555
9556 * configure.in (RANLIB): Substitute this into makefiles.
9557 Set it specially on solaris; set it by default on other systems.
9558
9559 * configure.in: Fix previous Alpha change.
9560
95611995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9562
9563 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9564 NON_GCC_TEST_OPTIONS.
9565
95661995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9567
9568 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9569 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9570
9571 * configure.in (alpha-*-linux*): New configuration.
9572
95731995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9574
9575 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9576 (m68k-next-nextstep*): New alias for that.
9577 (i*86-*-nextstep*): Use nextstep.h.
9578 (sparc-*-nextstep*): New configuration.
9579
95801995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9581
9582 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9583 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9584
95851995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9586
9587 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9588 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9589
95901995-07-18 Mike Long <mike.long@analog.com>
9591
9592 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9593
95941995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9595
9596 * Makefile.in (src/paths.h, paths-force):
9597 Rename src/paths.h.in to src/paths.in.
9598 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9599
9600 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9601 Use Makefile.c for intermediate file.
9602 Rename src/config.h.in to src/config.in.
9603
96041995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9605
9606 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9607 (mips-dec-ultrix4.[12]): New alternative for old versions.
9608
96091995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9610
9611 * make-dist: Don't break intra-tree links.
9612
96131995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9614
90eacf99
SM
9615 * configure.in: Put back archlibdir initialization.
9616 Require autoconf 2.4.1 or later.
067d23c9
KY
9617
96181995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9619
9620 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9621 (mips-mips-riscos5*): New alternative.
9622
96231995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9624
9625 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9626
96271995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9628
9629 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9630 (mandir, infodir, archlibdir): Initializations deleted.
9631
9632 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9633 On hpux9shr, use hpux9shxr4.h.
9634
96351995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9636
9637 * configure.in: Added target mips-dec-mach_bsd4.3.
9638 * config.guess: Guess mips-dec-mach_bsd4.3.
9639
96401995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9641
9642 * Makefile.in (mkdir): Use symbolic chmod.
9643
96441995-06-22 Paul Eggert <eggert@twinsun.com>
9645
9646 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9647 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9648
96491995-06-22 Paul Eggert <eggert@twinsun.com>
9650
9651 * Makefile.in (SUBDIR_MAKEFILES):
9652 Add man/Makefile, so `make distclean' removes it.
9653 (top_distclean): Add config.log to the list of files to be removed.
9654
96551995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9656
9657 * Version 19.29 released.
9658
96591995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9660
9661 * configure.in: Fix the previous change to verify that the -b
9662 option really solves the problem.
9663
9664 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9665
96661995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9667
9668 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9669
96701995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9671
9672 * configure.in: Report more clearly when there is no special
9673 dir to search for X includes or libraries.
9674
96751995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9676
9677 * configure.in: Check for -lpthreads, not -lpthread.
9678
96791995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9680
9681 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9682
96831995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9684
9685 * configure.in: Check for -lpthread.
9686
96871995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9688
9689 * Makefile.in (install-arch-indep): Install info files for mh-e.
9690 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9691
96921995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9693
9694 * configure.in (*-solaris2.5): New configuration.
9695
9696 * make-dist: Copy new files config.nt and config.w95.
9697
96981995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9699
9700 * configure.in: Use x_includes, not x_libraries, for -I.
9701 Make bitmapdir a colon-separated list.
9702
97031995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9704
9705 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9706
9707 * configure.in: Allow x_libraries and x_includes to be paths.
9708
97091995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9710
9711 * configure.in: Fix typo.
9712
97131995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9714
9715 * INSTALL: Clarify use of site-init.el.
9716
97171995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9718
9719 * configure.in: Pass arg to sqrt.
9720
97211995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9722
9723 * make-dist: Fix May 6 change.
9724
97251995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9726
9727 * vpath.sed: Delete reference to ymakefile.
9728
97291995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9730
9731 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9732
97331995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9734
9735 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9736
9737 * update-subdirs: Specify /bin/sh to run the script.
9738
97391995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9740
9741 * make-dist: Put src/makefile.nt in dist.
9742
9743 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 9744 (vax-dec-bsd386*): Delete.
067d23c9
KY
9745
97461995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9747
9748 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9749 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9750 Use fmod instead of logb in -lm check.
9751
97521995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9753
90eacf99 9754 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
9755 Use bsd4-3. Don't set NON_GNU_CPP.
9756
9757 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9758 In nt, copy various different things, but not *.cmd.
9759 Fix the ln commands for the subdirs of nt.
9760
97611995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9762
9763 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9764
97651995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9766
9767 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9768 since that's what the header file expects.
9769
97701995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9771
9772 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9773 and 68040 based machines when choosing options for gnucc.
9774
97751995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9776
9777 * Makefile.in (top_distclean): Delete config.cache.
9778
97791995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9780
9781 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9782
9783 * configure.in: Use m/ncr386.h.
9784
97851995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9786
9787 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9788
97891995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9790
9791 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9792 (man): Don't copy texindex.c and getopt.c; they're deleted.
9793 (etc): Omit `e'; it's a subdirectory.
9794 (etc/e): Use `../..', not `..', to reference top level.
9795
97961995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9797
9798 * Makefile.in (install-arch-indep, dist):
9799 Look for `update-subdir' in $(srcdir).
9800
98011995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9802
9803 * make-dist: Include mkinstalldirs in distribution.
9804
98051995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9806
9807 * make-dist: Add missing close backquote.
9808
98091995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9810
9811 * make-dist: Don't distribute shortnames directory.
9812
98131995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9814
9815 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9816
98171995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9818
9819 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9820
98211995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9822
9823 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9824
98251995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9826
9827 * configure.in (mips-sgi-irix6): New configuration.
9828
98291995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9830
90eacf99 9831 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
9832
98331995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9834
9835 * configure.in: Create a .gdbinit that sources the real one,
9836 if using a different build directory.
9837
98381995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9839
9840 * configure.in: Check for sys/select.h.
9841
98421995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9843
9844 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9845
98461994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9847
9848 * configure.in: Handle isc 4.1 operating system.
9849
98501994-12-10 Richard Stallman <rms@kepa>
9851
9852 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9853 (rs6000-ibm-aix4*): New alternative.
9854
98551994-12-06 Richard Stallman <rms@kepa>
9856
9857 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9858
98591994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9860
9861 * configure.in: Don't try to make directories that are guaranteed
9862 to already exist.
9863
98641994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9865
9866 * configure.in: Generate man/Makefile from man/Makefile.in.
9867 Create the man subdir.
9868
9869 * Makefile.in (dvi): Run Make in our man subdir.
9870
9871 * make-dist: Create subdir etc/e.
9872 Make links to it.
9873 Put man/Makefile.in in dist, instead of man/Makefile.
9874
98751994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9876
9877 * configure.in: Add --with-pop, --with-kerberos, and
9878 --with-hesiod for movemail.
9879
98801994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9881
9882 * configure.in (m68*-apollo*): Use s/domain.h.
9883
98841994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9885
9886 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9887
98881994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9889
9890 * configure.in: Don't add -I, -L, -R options for cc if their
9891 arguments would be empty.
9892
98931994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9894
9895 * configure.in (i860-intel-osf1*): New alternative.
9896 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9897 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9898
98991994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9900
9901 * configure.in: Make h_errno check not use nested functions.
9902
99031994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9904
9905 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9906
99071994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9908
9909 * Makefile.in (install-arch-indep): Avoid continued comment
9910 swallowing target line.
9911
99121994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9913
9914 * configure.in: Protect a character class with `changequote'.
9915
99161994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9917
9918 * configure.in: Accept `news' as a synonym for `newsos'.
9919
99201994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9921
9922 * Makefile.in: Don't rm files if cd fails.
9923
99241994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9925
9926 * make-dist: Put nt subdir and its subdirs in the dist.
9927 (lib-src): Put makefile.nt in the dist.
9928 (lisp): Put makefile.nt in the dist.
9929
99301994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9931
9932 * configure.in: Change a stray `[' to `test'.
9933
99341994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9935
9936 * configure.in: Adapt for Autoconf v2. Use the standard argument
9937 parser, host type canonicalizer, X11 finder, and message
9938 printing macros. Use the new macro names. Use `test' instead of `['.
9939
99401994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9941
9942 * configure.in: Check for getpagesize.
9943
99441994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9945
9946 * make-dist (msdos): Put sed* in the distribution.
9947
99481994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9949
9950 * config.bat: New option, `--with-x', for configuring Emacs
9951 for use with the X11 system DesqView/X.
9952 New option, `--no-debug', for compiling Emacs without debug
9953 information thus saving disk space.
9954 (src/config.h, src/paths.h): Use `update' (which is like
9955 `move-if-changed') to change the file.
9956 (src/config.h): When configuring for X11 perform extra changes.
9957 (src/makefile): When configuring for X11 perform extra changes.
9958 (lib-src): Remove temporary files.
9959 (): Check that `sed', `rm', `mv', and `gcc' are available.
9960
99611994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9962
9963 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9964
9965 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9966
99671994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9968
9969 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9970
9971 * configure.in (canonical): Substitute var into makefiles.
9972 (bitmapdir): Likewise.
9973
9974 * Makefile.in (bitmapdir): New variable.
9975 (src/paths.h, paths-force): Edit PATH_BITMAPS.
9976
99771994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9978
9979 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9980
9981 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9982 * update-subdirs: New shell script.
9983
99841994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9985
9986 * Makefile.in (top_distclean): Don't rm build-install.
9987 (SOURCES): Delete build-install.in.
9988
9989 * make-dist: Don't distribute build-ins.in.
9990 * build-ins.in: File deleted.
9991
99921994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
9993
9994 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9995
99961994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9997
9998 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9999
90eacf99
SM
10000 * configure.in (libexecdir): Rename from libdir. New default.
10001 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
10002 (datadir): New default.
10003
10004 * make-dist: Don't distribute subdirs.el.
10005
100061994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10007
10008 * configure.in (eaccess): Check for it.
10009
100101994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10011
10012 * configure.in (mktime): Check for it.
10013
100141994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10015
10016 * configure.in (motif): Add support for usage and option checking.
10017
100181994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10019
10020 * configure.in (utimes): Check for it.
10021
100221994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10023
10024 * Makefile.in (install-arch-indep): Don't do mkdir here.
10025
100261994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10027
10028 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10029 riscix.h renamed to acorn.h.
10030
100311994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10032
10033 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10034 New configurations.
10035
100361994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10037
10038 * configure.in: Remove trailing slashes from srcdir.
10039
100401994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10041
090bd7cb 10042 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
10043
100441994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10045
ed9265fc 10046 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
10047
100481994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10049
10050 * configure.in (config_options): Save all arguments, not just some.
10051
100521994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10053
090bd7cb 10054 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
10055
10056 * configure.in: Add AC_AIX.
10057 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10058
100591994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10060
10061 * configure.in (parsing options): Simplify sed command to delete -'s.
10062
100631994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10064
10065 * configure.in (config_options): New shell variable.
10066 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10067
100681994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10069
10070 * configure.in (alpha-dec-osf*): New target.
10071
10072 * Makefile.in: Use just one FRC target.
10073
100741994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10075
10076 * Makefile.in (removenullpaths, paths-force):
10077 Use name paths.h.tmp$$, which depends on the pid.
10078
100791994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10080
10081 * Makefile.in (removenullpaths, paths-force):
10082 Put paths.h.tmp in top-level dir, not in src.
10083
100841994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10085
10086 * Version 19.27 released.
10087
100881994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10089
10090 * Version 19.26 released.
10091
100921994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10093
10094 * configure.in: Check for lrand48, not rand48.
10095
100961994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10097
10098 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
10099 (powerpc-ibm-aix*): New aliases.
10100
101011994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10102
10103 * make-dist (src/m, src/s): Put *.inp in distribution.
10104
101051994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10106
10107 * configure.in: Accept i586 and i486 along with i386.
10108
101091994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10110
10111 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10112 even if CPP env var was set by the user.
10113
10114 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10115
101161994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10117
10118 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10119
101201994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10121
10122 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10123
101241994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10125
10126 * configure.in: Check more specifically for i*86-sun-sunos.
10127
101281994-08-03 Caveh Jalali (caveh@eng.sun.com)
10129
10130 * configure.in: Handle solaris 2.4.
10131
101321994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10133
10134 * configure.in (rand48): Check for it.
10135
101361994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10137
10138 * make-dist: Update the info files.
10139
101401994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10141
10142 * configure.in: Make "checking..." messages' style consistent.
10143 (HAVE_H_ERRNO): New test.
10144
101451994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10146
10147 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10148
101491994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10150
10151 * configure.in (CFLAGS): If the envvar was specified, use that.
10152 And set REAL_CFLAGS from it too.
10153
101541994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10155
10156 * make-dist: Update finder-inf.el.
10157
101581994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10159
10160 * make-dist (msdos): Include sed4.inp in dist.
10161
10162 * Makefile.in (libsrc_libs): Var deleted.
10163
101641994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10165
10166 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10167
101681994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10169
10170 * configure.in (mips-sony-newsos4*): New alias.
10171
101721994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10173
10174 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10175 (*-convex-convexos*): Accept this as alias.
10176
101771994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10178
10179 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10180 for two different uses.
10181
101821994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10183
10184 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10185
101861994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10187
10188 * make-dist: Put ./BUGS into the distrib.
10189
101901994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10191
10192 * configure.in: Handle 386 running Solaris 2.
10193
101941994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10195
10196 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10197
101981994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10199
10200 * configure.in (mips-sony-newsos*): Use news-risc.h.
10201
10202 * configure.in: Accept bsdi as opsys, like bsd386.
10203
102041994-06-01 Morten Welinder (terra@diku.dk)
10205
10206 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10207
102081994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10209
10210 * Version 19.25 released.
10211
10212 * make-dist (shortversion): Don't assume another period follows.
10213
102141994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10215
10216 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10217 (uninstall): Use /bin/pwd.
10218
10219 * Makefile.in (blessmail): Depend on src.
10220 (all): Don't depend on blessmail.
10221
10222 * Makefile.in (src/paths.h): Don't force recomputation.
10223 (paths-force): New target; force recomputation of paths.h.
10224 (all): Depend on paths-force.
10225 (src, lib-src): Depend on src/paths.h.
10226
10227 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10228 NON_GCC_TEST_OPTIONS.
10229
102301994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10231
10232 * configure.in: Don't insist on subversions for irix.
10233
102341994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10235
10236 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10237
10238 * configure.in (i[34]86-next-*): New alternative.
10239
102401994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10241
10242 * Version 19.24 released.
10243
10244 * configure.in: New config hppa*-hp-hpux9shr*.
10245
102461994-05-22 Morten Welinder (terra@tyr.diku.dk)
10247
10248 * config.bat: Doc fix.
10249
102501994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10251
10252 * Makefile.in (mostlyclean, clean, distclean, realclean)
10253 (extraclean): Don't act on man subdir if it doesn't exist.
10254
102551994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10256
10257 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10258 Use them to set up CC.
10259 (*-sun-sunos4.1.3): Set them.
10260
102611994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10262
10263 * Makefile.in (lib-src): Don't depend on src/paths.h.
10264
102651994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10266
10267 * build-ins.in (copydests): Get rid of spurious `-'s.
10268
10269 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10270
102711994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10272
10273 * Version 19.23 released.
10274
10275 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10276 for the Xlib and Xt checks; then restore old CFLAGS.
10277
102781994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10279
10280 * configure.in (HAVE_X11XTR6): Add newline before #if.
10281 Add newline after #endif.
10282
102831994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10284
10285 * configure.in (HAVE_X11XTR6): Arrange to define it.
10286
102871994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10288
10289 * Makefile.in (install): Depend on blessmail.
10290
102911994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10292
10293 * configure.in (mips-siemens-sysv*): Put quotes around value
10294 containing blanks.
10295
102961994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10297
10298 * Makefile.in (TAGS): Use the makefile in src subdir.
10299
103001994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10301
10302 * configure.in (opsys): Recognize `gnu'.
10303
103041994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10305
10306 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10307
103081994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10309
10310 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10311 version > 1.8.
10312
103131994-05-08 Morten Welinder (terra@diku.dk)
10314
10315 * config.bat: Forcibly remove "# " style comments from makefiles.
10316
103171994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10318
10319 * Makefile.in (uninstall): When processing lispdir and etcdir,
10320 do nothing unless it exists and is a directory.
10321
103221994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10323
10324 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10325 Merge code in from install-doc.
10326 (install-doc): Merge code back into install-arch-indep.
10327 (install-arch-dep): Don't depend on install-doc.
10328
10329 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10330
103311994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10332
10333 * configure.in (making src/Makefile and lib-src/Makefile):
10334 Split off the autoconf substitutions and don't pass them thru cpp.
10335 (undefs): Use $canonical as well as $configuration.
10336
10337 * make-dist: Distribute lisp/Makefile.
10338
10339 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10340 Use lower case names for the s files.
10341
103421994-05-03 Morten Welinder (terra@diku.dk)
10343
10344 * config.bat: Added possibility for different file name
10345 transcriptions in lib-src.
10346
103471994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10348
10349 * Makefile.in (lib-src): Undo previous change.
10350 (blessmail): New target to run maybe-blessmail in lib-src.
10351 (all): Depend on blessmail.
10352
10353 * Makefile.in (lib-src): Depend on src.
10354
103551994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10356
10357 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10358 (m88k-dg-dgux5.4R2): dgux5.4R2.
10359
103601994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10361
10362 * configure.in (window_system): Restore accidentally deleted code
10363 that uses AC_FIND_X.
10364
10365 * make-dist: Distribute config.bat.
10366
103671994-04-29 Morten Welinder (terra@diku.dk)
10368
10369 * config.bat: Corrected the configuration of lib-src
10370 to keep up with configure. Add note about dos version 3
10371 or better needed (djgpp needs that). Add note explaining
10372 that either install in c:/emacs or edit the script.
10373 Don't change to c:/emacs, but assume we're there (to minimize
10374 the number of places to change).
10375
10376 * config.bat: Build-in the first step towards X11 support with
10377 the X11 emulator that exists. At this time it won't work,
10378 and several files are missing.
10379
103801994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10381
10382 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10383 Don't look for -lresolv.
10384
10385 * Makefile.in (lib-src): Depend on src/paths.h.
10386
103871994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10388
10389 * configure.in: Restore deleted AC_SUBST of `configuration'.
10390 Improve error message for bad --with-x-toolkit value.
10391
10392 * configure.in: Define CONFIGURATION in src/config.h
10393 rather than substituting in src/Makefile.in.
10394
103951994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10396
10397 * Makefile.in (install-doc): New target.
10398 (install-arch-dep): Depend on install-doc.
10399 (mkdir): Create docdir.
10400
104011994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10402
10403 * configure.in: Test for libresolv.a.
10404 Substitute machfile and opsysfile.
10405
104061994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10407
10408 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10409 (install-arch-dep): Install under the name $(EMACS).
10410
104111994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10412
10413 * configure.in (version): Use entire value of emacs-version.
10414 (mips-siemens-sysv*): New alternative.
10415
104161994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10417
10418 * Makefile.in (install-arch-indep): Don't install dired-x*.
10419
104201994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10421
10422 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10423 Fix definition of $undefs.
10424
104251994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10426
10427 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10428
10429 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10430
104311994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10432
10433 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10434
104351994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10436
10437 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10438 and run it thru cpp, as with src/Makefile.in.
10439
10440 * configure.in: Use AC_SET_MAKE.
10441
104421994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10443
10444 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10445
104461994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10447
10448 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10449
10450 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10451 (printing the choices): Make the toolkit message unconditional.
10452 (USE_X_TOOLKIT): Use `none', not `no', if none.
10453 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10454 Get rid of temp file foofoo1.
10455
104561994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10457
10458 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10459
104601994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10461
10462 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10463 (printing the choices): State choice of toolkit.
10464 (libsrc_libs): Recalculate after writing config.h;
10465 then update lib-src/Makefile.
10466
104671994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10468
10469 * configure.in: Add sunos4shr as alternative for suns.
10470 Conditionals testing for null $CC were backwards.
10471
104721994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10473
10474 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10475
104761994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10477
10478 * configure.in: Handle -isc4.0*.
10479
104801994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10481
10482 * configure.in (esix5): Set NON_GNU_CPP.
10483
104841994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10485
10486 * Makefile.in (thisdir): Nonsensical variable removed.
10487 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10488 back to $thisdir, rather than the directory `this_dir'.
10489
104901994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10491
10492 * Makefile.in (install-arch-indep): Add missing backslash after a
10493 `then'.
10494
104951994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10496
10497 * Makefile.in (thisdir): New variable.
10498 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10499
105001994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10501
10502 * configure.in: Add freebsd.
10503
105041994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10505
10506 * configure.in: Check for fpathconf.
10507
105081994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10509
10510 * configure.in (with_x_toolkit): Fix typo in previous change.
10511
105121994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10513
10514 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10515
105161994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10517
10518 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10519
105201994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10521
10522 * configure.in: Fix value of docdir.
10523 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10524
105251994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10526
10527 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10528
105291994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10530
10531 * configure.in: New variable docdir to control where the docstring
10532 file goes.
10533 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10534
105351994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10536
10537 * configure.in: When --run-in-place, don't inherit archlibdir.
10538
105391994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10540
10541 * Makefile.in (install-arch-dep, install-arch-indep):
10542 New targets split up former do-install rule.
10543 (do-install): Target deleted.
10544
105451994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10546
10547 * configure.in (mips-sony-newsos*): New configuration.
10548
105491994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10550
90eacf99 10551 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
10552
105531994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10554
10555 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10556
105571994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10558
10559 * configure.in: Don't initialize CC.
10560
105611994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10562
10563 * configure.in (creating src/Makefile): Also generate -U switches
10564 for symbols in the $configuration value.
10565
10566 * configure.in: Check for sys_siglist being declared in system header.
10567
105681994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10569
10570 * configure.in (creating src/Makefile): Delete blank lines
10571 along with lines of whitespace.
10572 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10573
105741994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10575
10576 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10577 like C_SWITCH_SYSTEM.
10578 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10579
105801994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10581
10582 * configure.in (drem): Check for this function.
10583
105841994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10585
10586 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10587 If CPP was inherited from environment, don't use NON_GNU_CPP.
10588 (NON_GNU_CC): Likewise.
10589 (handling with_gcc): Use explicit if in the `no' case.
10590 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10591
105921994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10593
10594 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10595
105961994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10597
10598 * configure.in: Check whether fmod exists.
10599
106001994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10601
10602 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10603 {src,lisp}/OChangeLog.
10604
106051994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10606
10607 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10608 necessary for proper operation. This code works with the current
10609 released version of Autoconf.
10610
106111994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10612
10613 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10614 (USE_X_TOOLKIT): Define it for all values except `no'.
10615
10616 * configure.in: Undo first Jan 8 change and Jan 16 change.
10617
106181994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10619
10620 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10621 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10622
10623 * Makefile.in (lwlib/Makefile): New target.
10624 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10625 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10626 (unlock, relock): Handle lwlib subdir.
10627
10628 * Makefile.in: Add some .PHONY targets.
10629
10630 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10631
10632 * lwlib: New subdirectory.
10633
106341994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10635
10636 * configure.in: If CPP has a value that is a directory,
10637 discard the value.
10638
106391994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10640
10641 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10642 remove -U[0-9]*.
10643
106441994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10645
10646 * Makefile.in (do-install): Install the dired-x info files.
10647
10648 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10649 (See src/s/sol2.h.)
10650
106511994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10652
10653 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10654
106551994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10656
10657 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 10658 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
10659 gratuitously break this and not make a change log entry.
10660 Optimized sed processing of Makefile.in and cpp output; now
10661 preserves comments previously removed from the cpp input.
10662 Eliminated temp file for cpp output. Generate -U switches to
10663 undefine all identifiers that appear in the directory name
10664 ${srcdir}; pass these to cpp.
10665
10666 * configure.in (version): Fix sed regexp to match two-elt version
10667 number.
10668
10669 * configure.in: Check for strerror.
10670
106711994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10672
10673 * configure.in: Test for bcmp.
10674
106751994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10676
10677 * make-dist (tempdir): Put subdir msdos into the distribution.
10678
106791993-01-07 Morten Welinder (terra@diku.dk)
10680
10681 * config.bat: New file.
10682
106831994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10684
10685 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10686
106871994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10688
10689 * configure.in (m68*-next-*): Don't care about which os is specified.
10690 (i[34]86-*-*): Check for *-nextstop*.
10691
106921993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10693
10694 * configure.in: Check for setsid.
10695
106961993-12-17 Richard Stallman (rms@srarc2)
10697
10698 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10699
107001993-12-15 Richard Stallman (rms@srarc2)
10701
10702 * Makefile.in (mkdir): Make only the lockdir writable.
10703
90eacf99 10704 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
10705
107061993-12-11 Richard Stallman (rms@srarc2)
10707
10708 * Makefile.in (libdir): Use @libdir@.
10709
107101993-12-08 Richard Stallman (rms@srarc2)
10711
10712 * Makefile.in (install): Add empty command.
10713
107141993-12-04 Richard Stallman (rms@srarc2)
10715
10716 * make-dist: Put man/getopt.c in the dist.
10717
10718 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10719
10720 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10721
107221993-12-03 Richard Stallman (rms@srarc2)
10723
10724 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10725 Set it for all solaris versions.
10726 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10727 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10728 Likewise for NON_GNU_CC and CC.
10729
107301993-12-01 Richard Stallman (rms@srarc2)
10731
10732 * configure.in (mips-mips-riscos4*): Assign variable CC.
10733 (checking ${with_gcc}): If "no", don't override CC if already set.
10734 (CC): Initialize it as empty.
10735
107361993-11-30 Richard Stallman (rms@srarc2)
10737
10738 * configure.in (Suns): Set CPP if *-solaris2.3*.
10739
107401993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10741
10742 * Version 19.22 released.
10743
10744 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10745
107461993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10747
10748 * make-dist: When breaking links, use cp -p.
10749 Copy install.sh into distribution.
10750 Move the temp dir up into the parent dir;
10751 don't leave the staging dir make-dist.tmp... in existence.
10752 * install.sh: New file.
10753
107541993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10755
10756 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10757
107581993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10759
10760 * configure.in (version): When --run-in-place, exclude
10761 ${datadir}/emacs/site-lisp from locallisppath.
10762
107631993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10764
10765 * configure.in: Delete jumk.c before writing it.
10766
107671993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10768
10769 * Version 19.21 released.
10770
10771 * Makefile.in (mkdir): Ignore error from chmod.
10772
107731993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10774
10775 * make-dist: Don't put lisp/forms.README in the distribution.
10776
107771993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10778
10779 * configure.in (creating src/Makefile): Before running cpp,
10780 discard all lines that start with `# Generated' or /**/#.
10781
107821993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10783
10784 * Version 19.20 released.
10785
10786 * make-dist: Use build-ins.in, not build-install.in.
10787 Don't bother updating TAGS since it's not included.
10788
10789 * build-ins.in: Renamed from build-install.in.
10790
107911993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10792
10793 * make-dist: Don't try to link *.texinfo--there are none now.
10794 When running make in lib-src, specify YACC var value.
10795
107961993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10797
10798 * configure.in (extrasub): Add vpath patterns for %.[yls].
10799
10800 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10801 Instead just include the commands to make src/Makefile as the
10802 second arg to AC_OUTPUT.
10803
10804 * configure.in: Use : instead of dnl for comment inside
10805 $makefile_command.
10806
10807 * configure.in: No longer use vpath_sed. Instead, when we notice
10808 srcdir already configured, set extrasub to hack vpath in the
10809 makefiles.
10810
10811 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10812 before moving it.
10813 * Makefile.in (VPATH): Define to @srcdir@.
10814
108151993-09-28 Brian J. Fox (bfox@cubit)
10816
10817 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
10818 doesn't exist. Just copy src/Makefile.in instead.
10819 Touch all of the Makefiles after editing config.status.
067d23c9
KY
10820
10821 * INSTALL: Update documentation to match new configuration
10822 mechanism.
10823
108241993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10825
10826 * configure.in: Allow any of the path or directory Makefile
10827 variables to be set with flags to configure. Create all Makefiles
10828 at configure time. Edit special commands into config.status after
10829 src/Makefile.in is built from src/Makefile.
10830
10831 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10832 If these files are out of date, simply have config.status
10833 rebuild them; don't rebuild them explicitly.
10834
108351993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10836
10837 * build-install.in: Change src/xemacs to src/emacs. We no longer
10838 create src/xemacs, so the file wouldn't be found.
10839
10840 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10841
108421993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10843
10844 * configure.in: Avoid forcing the search of /usr/include before
10845 fixed include files by resetting C_SWITCH_X_SITE if it is
10846 "-I/usr/include".
10847
108481993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10849
10850 * Makefile.in (@rip_paths@locallisppath):
10851 Delete ${datadir}/emacs/site-lisp.
10852
108531993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10854
10855 * configure.in:
10856 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10857 Remove ${extra_output} from AC_OUTPUT call.
10858
108591993-09-17 Brian J. Fox (bfox@inferno)
10860
10861 * make-dist: Quote backquotes found in strings to be echoed.
10862
10863 * configure.in: Use "sh -c pwd" when we want to avoid having the
10864 shell fix up the value of $PWD.
10865
108661993-09-13 Brian J. Fox (bfox@inferno)
10867
10868 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10869 of the installation fail. Suggested by Karl Berry.
10870
108711993-08-30 Brian J. Fox (bfox@inferno)
10872
10873 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10874 was used. Set MAKEFLAGS from MFLAGS.
10875
108761993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10877
10878 * configure.in: Test for res_init in libc.
10879
108801993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10881
10882 * configure.in: In the file ${tempcname}, use configure___
10883 instead of @configure@.
10884
108851993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10886
ed9265fc 10887 * make-dist: Dist vpath.sed.
067d23c9
KY
10888
10889 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10890 Depend on vpath.sed.
6e81c819 10891 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
10892
10893 * configure.in: Substitute variable `vpath_sed'.
10894 If not in $srcdir and $srcdir is configured,
10895 issue warning that GNU make is required,
10896 and set vpath_sed to use vpath.sed script.
10897
108981993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10899
90eacf99
SM
10900 * configure.in: Remove check for $srcdir being configured.
10901 This pretty much works now.
067d23c9
KY
10902 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10903 Check for XFree86 (/usr/X386/include) independent of whether
10904 -lXbsd exists.
10905
10906 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10907 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10908 `make'.
10909
109101993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10911
10912 * Version 19.19 released.
10913
10914 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10915
109161993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10917
10918 * configure.in: Check for XScreenNumberOfScreen.
10919
109201993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10921
10922 * configure.in: Add * to end of all configuration alternatives.
10923 (m68*-sony-newsos3*): New alternative.
10924
109251993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10926
10927 * make-dist: Include getdate.c in distribution.
10928
10929 * configure.in: For --help, use $PAGER if it is set.
10930 (LIB_X11_LIB): Default to -lX11.
10931 (mips-sgi-irix5.*): New alternative.
10932
10933 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10934
10935 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10936 Recognize *.B8.* as hpux version 8.
10937 (m68*-tektronix-bsd*): Fix typo in tek4300.
10938 (AC_HAVE_FUNCS): Add ftime.
10939
109401993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10941
90eacf99 10942 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
10943 Use tekxd88, not tekXD88.
10944
109451993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10946
10947 * configure.in: Check for -lm. Then can check for frexp and logb.
10948
109491993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10950
10951 * Version 19.18 released.
10952
10953 * make-dist (src): Don't put gnu-hp300 in dist.
10954 (src, lisp): Include OChangeLog in dist.
10955
109561993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10957
10958 * configure.in: Test for presence of logb and frexp functions.
10959
109601993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10961
10962 * configure.in (machine): Add i370-ibm-aix*.
10963
109641993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10965
10966 * configure.in (function checks): Test for mkdir and rmdir.
10967
10968 * configure.in (function checks): Don't test for random and bcopy
10969 only when we're building with X; look for them all the time.
10970
109711993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10972
10973 * configure.in: Test for availability of bcopy functions, searching
10974 the X libraries if we're using X.
10975
10976 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10977 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
10978 versions of AIX, and needs to be passed to the loader.
10979
10980 * configure.in: Test for the availability of the
10981 XScreenResourceString function.
10982
109831993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
10984
10985 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10986 LD_SWITCH_X_SITE and assume --with-x11.
10987 Only look for X11 files if we weren't told about a window system
10988 or if we were told to use X11 but not told where.
10989 Search the libraries from the s and/or m files when checking for
10990 functions.
10991
10992 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10993
109941993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10995
10996 * make-dist: Include lisp/dired.todo in the distribution.
10997
109981993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10999
11000 * configure.in: Add code to set HAVE_INET_SOCKETS.
11001
110021993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11003
11004 * configure.in: If we do find x_includes and x_libraries
11005 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11006
110071993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11008
11009 * make-dist: Include src/gnu-hp300 in the dist.
11010
11011 * configure.in (canonical): New variable holds the canonicalized
11012 configuration. Don't alter `configuration'. Use `configuration'
11013 for Makefile.in for file naming.
11014 (testing x_includes and x_libraries): Use =, not ==.
11015
110161993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11017
11018 * Version 19.17 released.
11019
11020 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11021 directory's makefile. This allows the invocation of CPP which
11022 builds xmakefile to receive these switches. The SunSoft C
11023 preprocessor inserts spaces between tokens if it doesn't get the
11024 -Xs flag requested in src/s/sol2.h.
11025
110261993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11027
11028 * configure.in (m68k-bull-sysv3): New config.
11029
110301993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11031
11032 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11033 the X Windows libraries.
11034
110351993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11036
11037 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11038 the distribution. Those files aren't kept in their own
11039 subdirectory any more.
11040
110411993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11042
11043 * Version 19.16 released.
11044
110451993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11046
11047 * configure.in: Add --verbose flag.
11048
110491993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11050
11051 * version 19.15 released.
11052
110531993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11054
11055 * Makefile.in (top_distclean): Use -f switch when cleaning out
11056 lock dir; it might be empty.
11057
11058 * configure.in: Only check for -lXbsd once.
11059
110601993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11061
11062 * Version 19.14 released.
11063
110641993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11065
11066 * make-dist: If using gzip, create distribution with '.gz' extension.
11067
11068 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11069 (lisp/forms-mode): This doesn't exist anymore.
11070
11071 * configure.in: Look for the closedir function.
11072
110731993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11074
11075 * configure.in (CPP): Autoconf sets this to a shell variable
11076 reference, which doesn't work when it's edited into a makefile.
11077 Expand that variable reference.
11078
11079 * Makefile.in (CPP): New variable.
11080 (src/Makefile): Edit CPP into src/Makefile.
11081
11082 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11083 and entering double quotes to get the values of LD_SWITCH_X_SITE
11084 and the other make variables; make substitutes them in anyway.
11085
11086 * Makefile.in (uninstall): Don't remove the lisp and etc
11087 directories if they're in the source tree.
11088
11089 Bring mumbleclean targets into conformance with GNU coding standards.
11090 * Makefile.in (mostlyclean, clean): Separate these two; just have
11091 them pass the request to the subdirectory makefiles.
11092 (distclean): Pass the request down, and then get rid of the
11093 files configure built, and get rid of the Makefiles.
11094 (realclean): Pass the request down, and then do the same things
11095 distclean does.
11096 (uninstall, info, dvi): New targets.
11097
11098 * configure.in: Move clause for PC-compatible i386 box to the end
11099 of the case statement, to avoid masking configurations below.
11100
11101 * configure.in: Add case for m88k-motorola-sysv4.
11102
11103 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
11104 the HP 68000 machines.
11105
11106 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
11107 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
11108 preprocessor won't fiddle with them.
11109
111101993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11111
11112 * Makefile.in (TAGS): cd to src to run etags.
11113
111141993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11115
11116 * configure.in (version): Check the X libraries for XrmSetDatabase
11117 and random, and see if we have -lXbsd.
11118
111191993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11120
11121 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11122 s/*.h and m/*.h files. Martin Tomes
11123 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11124
111251993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11126
11127 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11128 above the general i386 alternative.
11129
111301993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11131
11132 * configure.in: Recognize configuration name for Data General
11133 AViiON machines.
11134
11135 * configure.in: Use AC_LONG_FILE_NAMES.
11136
111371993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11138
11139 * configure.in: Test for bison.
11140 * Makefile.in (YACC): New variable.
11141 (lib-src/Makefile.in): Edit YACC into the makefile.
11142
111431993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11144
11145 * Version 19.13 released.
11146
11147 * configure.in (CFLAGS): Don't set this according to the value of
11148 the GCC shell variable. Instead, consult the machine and system
11149 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11150 test __GNUC__ while we're at it.
11151
11152 * configure.in: Remove extra ;; from hpux cases.
11153
111541993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11155
11156 * configure.in: Check to see if the system has -ldnet.
11157
111581993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11159
11160 * make-dist: Add clauses to distribute lisp/forms-mode.
11161
111621993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11163
11164 * configure.in (machine): Fix the versions in hpux version number test.
11165 Do not guess based on cpu type. Do check for explicit system version.
11166
111671993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11168
11169 * configure.in: Do NOT look for `unknown' as company name.
11170
111711993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11172
11173 * configure.in: Fix typo in message.
11174
111751993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11176
11177 * Version 19.12 released.
11178
11179 * Makefile.in (do-install): Correct previous etc-copying change.
11180 Partially rewrite using `if'.
11181 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11182
11183 * Version 19.11 released.
11184
11185 * configure.in: Handle 386bsd.
11186
111871993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11188
11189 * make-dist: Update getdate.c.
11190
11191 * configure.in: Handle bsd386.
11192
11193 * Makefile.in (do-install): Use `-' in tar options.
11194
11195 * configure.in: Change ! "${...}" to x"${...}" = x.
11196
11197 * Makefile.in (do-install): Copy the DOC-* files from the build
11198 etc directory, as well as lots of things from ${srcdir}/etc.
11199
11200 * make-dist: Copy config.guess.
11201
11202 * configure.in: Handle AIX versions 1.2, 1.3.
11203
112041993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11205
11206 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11207 the configuration name mips-mips-usg* to represent USG systems.
11208
11209 * configure.in: Fix logic to detect if srcdir is already configured.
11210
11211 * Makefile.in: Pass in LD_SWITCH_X_SITE.
11212
11213 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11214 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11215 of a directory; cd might fail, and have pwd print out the current
11216 directory.
11217
112181993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11219
11220 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
11221
112221993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11223
11224 * configure.in: Complain if srcdir points at an already-configured
11225 tree.
11226
112271993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11228
11229 * Version 19.10 released.
11230
112311993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11232
11233 * Makefile.in: Use Makefile comments, not C comments.
11234
11235 * configure.in: Add case for the Tektronix XD88.
11236
112371993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11238
11239 * configure.in: Handle sysv4.2 and sysvr4.2.
11240
112411993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11242
11243 * configure.in: Traverse the argument list without destroying it;
11244 don't use shift. It turns out that "set - ${saved_arguments}"
11245 doesn't work portably.
11246
11247 * configure.in: Add missing "fi".
11248
11249 * make-dist: Rebuild configure if configure.in is newer.
11250
11251 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11252 targets to be executed even if make remembers that it has already
11253 satisfied FRC.
11254
112551993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11256
11257 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11258
11259 * configure.in (romp): Handle various version numbers with aos and bsd.
11260
112611993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11262
11263 * configure.in: Fix message text.
11264
112651993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11266
11267 * make-dist: Make a `site-lisp' directory in the distribution,
11268 instead of a `local-lisp' directory, which hasn't been the
11269 appropriate name for a long time.
11270 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11271 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11272
11273 * Makefile.in (do-install): Correctly detect if ./etc and
11274 ${srcdir}/etc are the same.
11275
11276 * configure.in: Extract UNEXEC from the system configuration
11277 files, compute the name of the source file corresponding to the
11278 object file, and #define it as UNEXEC_SRC in config.h.
11279
11280 * configure.in: If srcdir is '.', then try using PWD to make it
11281 absolute.
11282
11283 * configure.in: Include ${srcdir} in the printed report, to help
11284 people notice if it's an automounter path.
11285
112861993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11287
11288 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11289
112901993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11291
11292 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11293 when they are different. Add `shift' command.
11294 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11295 (externallispdir): Var deleted.
11296
11297 * configure.in: Delete spurious paren outputting short_usage.
11298
112991993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11300
11301 * Version 19.9 released.
11302
113031993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11304
11305 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11306 subdirectory makes.
11307
11308 * make-dist: Check for .elc files with no corresponding .el file.
11309
11310 * Makefile.in (mkdir): Make all the directories in locallisppath.
11311
11312 * config.guess: New file.
11313 * configure.in: Use it, tentatively.
11314 * INSTALL: Mention its usage.
11315
11316 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
11317 the former gives you the operating system rev directly.
11318 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
11319
11320 * Makefile.in (do-install): Don't remove a destination directory
11321 if it's the same as the source. If ${srcdir}/info == ${infodir},
11322 don't try to copy the info files.
11323
11324 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11325 doesn't work if you're not using a separate source directory.
11326 (do-install): Copy the build tree's etc directory only after
11327 making sure it's not also the source tree's etc directory.
11328
113291993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11330
11331 * configure.in: Handle sunos4.1.3 specially.
11332
113331993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11334
11335 * Makefile.in (INSTALL): Add definition.
11336
11337 * configure.in: Fix some messages. Support -with-gnu-cc.
11338 At the end, use `set --', not `set -'.
11339 Delete spurious `.h' in hpux alternatives.
11340
113411993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11342
11343 * Version 19.8 released.
11344
113451993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11346
11347 * configure.in: When looking for source in the same directory as
11348 the configure script, make the path thus discovered absolute.
11349 If the user specifies the `--srcdir' switch, make that directory
11350 absolute too.
11351
11352 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11353
11354 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11355 too, as the value of the PATH_INFO macro.
11356
11357 * configure.in: Check to see if the source lives in the same
11358 directory as the configure script.
11359
113601993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11361
11362 * Makefile.in (install): Split this into `install' and
11363 `do-install', to give people more control over exactly what gets
11364 done.
90eacf99
SM
11365 (do-install): New target, containing the guts of `install'.
11366 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
11367 it all before the copying loop. Pass more flags to the lib-src
11368 make.
11369 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11370 avoid errors and warnings.
11371
11372 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11373 the manufacturer - the more general case was blocking other i386
11374 configuration names below, and that's how the names are written in
11375 MACHINES anyway.
11376
11377 * make-dist: When breaking links, remove the link before moving
11378 the copy onto it, to avoid interactive behavior.
11379
11380 * Makefile.in: Doc fix.
11381
11382 * configure.in: Doc fix.
11383
11384 * INSTALL: Mention --exec-prefix option.
11385
11386 * configure.in: Add support for the `--exec-prefix' option.
11387 * Makefile.in: Accept that support.
11388
11389 * configure.in: Use the AC_PROG_INSTALL macro.
11390 * Makefile.in (INSTALL): Variable removed.
11391 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11392
11393 * configure.in: Distinguish between hp800's and hp700's by calling
11394 "uname -m".
11395
113961993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11397
11398 * configure.in: Recognize configuration names for i860 boxes
11399 running SYSV.
11400
114011993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11402
11403 * configure.in: Distinguish between hp800's and hp700's by the
11404 version of HP/UX they run, since that's something people are more
11405 likely to know - hp700's run 8.0.
11406 Add HP 700 configuration.
11407
11408 * configure.in: Test for the presence of the `rename' function.
11409
11410 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11411 configure.in.
11412 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11413
11414 * make-dist: Break intra-tree links.
11415
11416 * configure.in: Explain that this is an autoconf script, and give
11417 instructions for rebuilding configure from it. Arrange to put
11418 comments in configure explaining this too.
11419
11420 * configure.in: Make the first line of the configure script be
11421 "#!/bin/sh". Leaving the first line blank didn't work.
11422
90eacf99 11423 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
11424 the options briefly.
11425
11426 * configure.in: Implement the --prefix option.
11427 * Makefile.in (prefix): Add support for it here.
11428 * INSTALL: Document it here.
11429
11430 * Makefile.in (install): Don't assume that the files in the `info'
11431 subdirectory match *.info. They don't have that prefix.
11432
114331993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11434
11435 * configure.in: Add case for version 5 of Esix.
11436
114371993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11438
11439 * Version 19.7 released.
11440
11441 * make-dist: There aren't any *.com files in lib-src anymore.
11442
11443 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11444 them; they're symlinks to other filesystems on the GNU machines.
11445
11446 * make-dist: Check that the manual reflects the same version of
11447 Emacs as stated in lisp/version.el. Edit that version number into
11448 the README file.
11449
114501993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11451
11452 * configure.in: Remove the hack of AC_DEFINE; use
11453 AC_DEFINE_UNQUOTED.
11454
114551993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11456
11457 * make-dist: Don't distribute precomp.com, compile.com, or
11458 link.com from ./src; they're in ./vms now.
11459
11460 Some time-handling patches from Paul Eggert:
11461 * configure.in: Add AC_TIMEZONE.
11462
114631993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11464
11465 * configure.in: Recognize Linux as a valid operating system for
11466 the i386.
11467
114681993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11469
11470 * make-dist: Distribute some VMS files we got from Richard Levitte.
11471
11472 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11473 the source for the sed command, not oldXMenu/Makefile.
11474
114751993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11476
11477 * INSTALL: Don't claim the srcdir option doesn't work.
11478
114791993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11480
11481 * configure.in: Include remarks saying what order the autoconf
11482 tests should go in, and remind people to change config.h.in
11483 whenever they add autoconf tests which make #definitions.
11484
11485 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11486
114871993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11488
11489 * Makefile.in (oldXMenu/Makefile): Make this depend on
11490 ${srcdir}/oldXMenu/Makefile.in, not itself.
11491
11492 * PROBLEMS: Some updates from David J. Mackenzie.
11493
11494 More changes from David J. Mackenzie.
90eacf99
SM
11495 * Makefile.in (install.sysv, install.xenix, install.aix):
11496 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
11497 differences.
11498 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 11499 (INSTALLFLAGS): Remove.
067d23c9
KY
11500 (INSTALL): Include the -c flag.
11501 (install): Change the way we invoke install accordingly.
11502
11503 Install ${srcdir} changes from DJM.
11504 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11505 list.
11506 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11507 the source tree and the etc directory in the object tree.
11508 (${SUBDIR}): Pass the prefix variable down to submakes.
11509 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11510 in /bin.
11511 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11512 values for srcdir and VPATH.
11513 (install): Add `v' flag to tar command. Make sure that `dir'
11514 exists in ${srcdir}/info before copying it. Remember that the man
11515 pages come from the source tree, not the object tree.
11516 * configure.in: Remove remarks saying that the --srcdir option
11517 doesn't work.
11518 Create the etc directory in the object tree.
11519 Recognize configuration names of the form *-sun-solaris*.
11520 Recognize sunos5 and solaris as operating system names.
11521
11522 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11523 lib-src/getdate.y and src/systime.h.
11524
115251993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11526
11527 * make-dist: Make links in info subdir.
11528
115291993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11530
11531 * configure.in: Call AC_STDC_HEADERS.
11532
115331993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11534
11535 * configure.in: Sidestep autoconf's quoting of the second argument
11536 of AC_DEFINE, so we can specify the value to put there. It would
11537 be nice if autoconf provided some way to specify computed values
11538 for macros.
11539
115401993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11541
90eacf99 11542 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
11543 this is always just -DHAVE_CONFIG_H.
11544
11545 The GNU coding standards specify that CFLAGS should be left for
11546 users to set.
11547 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
11548 for this.
11549 Don't have it default to DEFS.
067d23c9
KY
11550 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11551 (lib-src/Makefile, src/Makefile): Edit the default value for
11552 CFLAGS into these files, not DEFS.
11553 * configure.in (CFLAGS): Choose a default value for this - "-g"
11554 normally, or "-g -O" if we're using GCC. Edit it into the
11555 top-level Makefile.
11556
11557 * configure.in: When scanning the machine and system description
11558 #include files, write their names to conftest.c properly.
11559
115601993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11561
11562 * configure.in: In configuration name case for Apallos running
11563 Domainios, set opsys, not opsysfile.
11564
11565 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11566 src/config.h, instead of AC_OUTPUT; the latter overwrites
11567 src/config.h even when it hasn't changed, puts a makefile-style
11568 comment at the top even though it's C code, and produces a
11569 config.status script which doesn't do the job right.
11570
11571 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11572 can use a symbolic link to get the X Menu library into src.
11573 * Makefile.in (LN_S): New variable.
11574 (src/Makefile): Edit the value of LN_S into this makefile.
11575
115761993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11577
11578 * configure.in: Support *-sco3.2v4* as opsystem.
11579
11580 * make-dist: Don't include calc directory.
11581 Exclude many files in the man directory; copy a few.
11582
115831993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11584
11585 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11586 call AC_STRUCT_TM to see what's in time.h.
11587
11588 * configure.in: Employ quoting stupidity to get the value of CPP
11589 to expand properly.
11590
115911993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11592
11593 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11594 variable to scan the machine and system description files.
11595
11596 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11597 so that getdate.y builds correctly.
11598
115991993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11600
11601 * configure.in (tempcname): Change this to "conftest.c", so it will
11602 work properly on systems with short filenames; this is the name
11603 autoconf uses.
11604
11605 * configure.in: Also detect the availability of dup2 and
11606 gethostname.
11607
11608 * configure.in: Use the AC_ALLOCA test.
11609 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11610 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11611
116121993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11613
11614 * make-dist: Distribute configure, as well as configure.in.
11615 Oversight.
11616
116171993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11618
11619 * Makefile.in (install): Print out the name of the directory we're
11620 copying, so people can have some idea of whether we're making
11621 progress.
11622
11623 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11624 Don't forget to re-create the COPYDESTS directories after we clear
11625 them out.
11626
116271993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11628
11629 * Makefile.in: Add autoconf cookies so that the configure
11630 script can comment out sections of path variable definitions to
11631 choose between the installable configuration and the run-in-place
11632 configuration.
11633 * configure.in: Add new option `--run-in-place', to select the
11634 run-in-place path definitions.
11635
11636 * configure.in: Add a clause to the big configuration name case
11637 for the NeXT machine.
11638
116391993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11640
11641 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11642 Make sure that each source directory exists, and is different from
11643 the destination directory; then, delete the destination before
11644 copying over the source.
11645
11646 * make-dist: Distribute configure.in, instead of configure.
11647
116481993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11649
11650 * configure.in: Don't set CC to "gcc -O" if the user specifies
11651 `--with-gcc'. Add -O to DEFS if GCC is set.
11652
116531993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11654
11655 * Makefile.in (clean mostlyclean): Missing right paren.
11656
11657 * configure.in: When checking for X windows, search for an X11
11658 subdirectory of ${x_includes}.
11659
11660 * configure.in: Check for gettimeofday function, for getdate.y.
11661
11662 Change `configure' to a mixture of custom code and autoconf stuff.
11663 autoconf can't derive all the information we need, but we'd really
11664 like to be able to take advantage of some of its tests, and its
11665 file-editing facilities.
11666 * configure.in: Renamed from configure.
11667 Quote the sections of shell script we want copied literally to
11668 the configure script.
11669 (compile): Initialize this to make the autoconf macros' code happy.
11670 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11671 code to do their jobs.
11672 Use autoconf to produce Makefile and src/config.h.
11673 Remove the Makefile-style comment that autoconf places at the top
11674 of src/config.h.
90eacf99
SM
11675 (config_h_opts): Remove - no longer necessary.
11676 * Makefile.in (configname): Rename to configuration.
11677 (CONFIG_CFLAGS): Rename to DEFS.
11678 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
11679 get values via autoload @cookies@.
11680 (libsrc_libs): Get this from autoconf. We used to do nothing
11681 about this.
11682 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11683
90eacf99
SM
11684 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11685 Don't echo the move-if-change command.
067d23c9
KY
11686
116871993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11688
11689 * make-dist: Distribute lib-src/rcs-checkin.
11690
11691 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11692 Don't try to make links to the RCS or Old subdirectories.
11693 Use the appropriate extension for the compression type in use.
11694 Create the tar file in the shell's initial default directory, not
11695 in ${tempparent}.
11696 Erase the whole ${tempparent} tree, not just ${tempdir}.
11697
116981993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11699
11700 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11701 use to build paths.h.
11702 (lib-src/Makefile, src/Makefile): Similarly.
11703
11704 * configure: Extend test for working `const' keyword to handle AIX
11705 3.2 cc.
11706
117071993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11708
11709 * make-dist: Distribute lisp/term/ChangeLog.
11710
11711 Arrange for C compilation throughout the tree to get
11712 C_SWITCH_SYSTEM from the configuration files.
11713 * configure: Extract C_SWITCH_SYSTEM from the machine and
11714 system-dependent files, and save it in the top-level Makefile.
11715 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11716 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11717
11718 * make-dist: Include the VMS support files in oldXMenu in the
11719 distribution.
11720
11721 * configure: Doc fix.
11722
11723 * configure: Fix corrupted config_h_opts.
11724
11725 * configure: Properly report option names in error messages.
11726
11727 * configure: Properly recognize --x-includes and --x-libraries
11728 options.
11729
11730 * configure: Fix syntax errors in code handling XFree386.
11731
117321993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11733
11734 * configure: Add special code to detect XFree386, and tell
11735 config.h about it.
11736
11737 * configure: Properly handle extracting values of LIBS_MACHINE and
11738 LIBS_SYSTEM that contain spaces.
11739
90eacf99
SM
11740 * configure: Add `--x-includes' and `--x-libraries' options.
11741 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
11742 large sites, have said they have their X files installed in odd
11743 places. Implement them by setting C_SWITCH_X_SITE and
11744 LD_SWITCH_X_SITE in src/config.h.
11745
117461993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11747
11748 * make-dist: Don't distribute etc/Old files.
11749
11750 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11751 backups.
11752
117531993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11754
11755 * make-dist: Fix typo.
11756
117571993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11758
11759 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11760 in some cases where it should but didn't seen to.
11761
11762 * Makefile.in: Added unlock and relock productions.
11763
117641993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11765
11766 * make-dist: Add a --compress option to force make-dist to use
11767 compress.
11768
11769 * make-dist: Use gzip, if we can find it.
11770
11771 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11772 make rs6000-ibm-aix default to -aix32.
11773
117741993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11775
11776 * Makefile.in: Added `Developer's configuration' section.
11777
117781993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11779
11780 * Makefile.in: Add commented-out variable settings for developer's
11781 configuration.
11782
117831993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11784
11785 * make-dist: Distribute `src/bitmaps' too.
11786
117871993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11788
11789 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11790 make rs6000-ibm-aix default to -aix32.
11791
117921993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11793
11794 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11795
11796 * Makefile.in (install.sysv): Add a second `$' in front of
11797 `${dest}', so that the shell will expand it, instead of Make.
11798
11799 * configure: When processing the name of the configure script,
11800 collapse `././' to `./', but leave a single `./' prefix alone.
11801
11802 * configure: Doc fix.
11803
118041993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11805
11806 * configure: Handle isc3.0 correctly.
11807
118081993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11809
11810 * make-dist: Don't try to copy the COPYING notice into
11811 external-lisp; we're not distributing that directory any more.
11812
118131993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11814
11815 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11816 Remove CVS subdirectories from the installed directory trees, as
11817 well as RCS directories.
11818
118191993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11820
11821 * make-dist: Only copy gmalloc.c if we couldn't link it.
11822 Don't try to copy man/{README,Makefile} unless they actually exist.
11823
11824 * Makefile.in (lisppath): Don't include externallispdir in this.
11825 We're not sure whether we're even going to distribute the
11826 directory yet.
11827
118281993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11829
11830 * make-dist: Don't distribute the external-lisp directory anymore.
11831 * INSTALL: Remove all references to external-lisp.
11832
11833 * configure: Detect whether the compiler supports `const'
11834 properly, and edit src/config.h accordingly.
11835
11836 * configure: Tweak layout of final report.
11837
11838 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11839 CFLAGS.
11840
11841 * Makefile.in (locallisppath): Make this default to
11842 ${datadir}/emacs/site-lisp, instead of
11843 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11844 the same thing, and local-lisp causes completion conflicts with
11845 lock.
11846 (lisppath): Add ${externallispdir} to this.
11847 * INSTALL: Adjust installation directions.
11848
11849 * Makefile.in (externallispdir): New variable, to say where to
11850 install the externally-maintained lisp files.
11851 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11852 the others.
11853 * INSTALL: Describe external-lisp and the new externallispdir
11854 variable.
11855
118561993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11857
11858 * configure (progname): New option `--with-gcc'. Make it clearer
11859 how we are trying to guess whether or not we have GCC.
11860 * INSTALL: Document the `--with-gcc' option, and improve
11861 description of `--with-x' options.
11862
118631993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11864
11865 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11866 ${infodir} from these variables; we have written out explicit code
11867 to install the info files.
11868
118691993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11870
11871 * make-dist: Don't distributed the RCS files in the etc directory.
11872
118731993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11874
11875 * Makefile.in: Some makes can't handle comments in the middle of
11876 commands; move them to before the whole rule.
11877
118781993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11879
11880 * README: Mention what Emacs is.
11881
118821993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11883
11884 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11885 Add `./cpp' and `./man' back into the distribution.
11886
118871993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11888
11889 * Makefile.in: Define MAKE, and use where appropriate.
11890
118911993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11892
11893 * make-dist: Remember that the authoritative COPYING notice is
11894 `etc/COPYING', not `../etc/COPYING'.
11895
118961992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11897
11898 * make-dist: Make sure that the COPYING notices in each directory
11899 are copies, not symlinks.
11900
119011992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11902
11903 * INSTALL: The build process produces an executable called `emacs'
11904 now. Change references.
11905 * Makefile.in: Adjust `install.mumble' targets to install
11906 `src/emacs', not `src/xemacs'.
11907
11908 * configure: Start with a blank line; this keeps some old CSH's
11909 from thinking it's a CSH script. Most systems will just use
11910 /bin/sh to run it, which is what we're expecting; the only other
11911 shells which might try to interpret it themselves are probably
11912 Bourne-compatible.
11913
119141992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11915
11916 * INSTALL: Improvements suggested by David Mackenzie.
11917
119181992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11919
11920 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11921 Don't try to copy the info files if there aren't any; the
11922 unexpanded globbing pattern disappoints `install'. Ignore the
11923 return status of that command.
11924
11925 * INSTALL: Updated for new configuration arrangement.
11926
11927 * configure: Don't make the top-level Makefile read-only - people
11928 may want to edit the values of the path variables.
11929
11930 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11931 Install the info files in ${infodir}. Install the executable
11932 under both `emacs' and `emacs-VERSION'.
11933
11934 * Makefile.in: Doc fix.
11935
11936 * Makefile.in (exec_prefix): New variable, as per latest version
11937 of coding standards.
11938 (bindir, libdir): Use it, instead of `prefix'.
11939 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11940
11941 * Makefile.in (mandir): Make the default value for this depend on
11942 $(prefix).
11943
11944 * Makefile.in (datadir, statedir, libdir): Make these all default
11945 to ${prefix}/lib.
90eacf99
SM
11946 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11947 Adjust to compensate.
067d23c9
KY
11948
11949 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11950 Install the etags and ctags man pages too.
11951
11952 * Makefile.in (distclean): Don't delete backup files; that's the
11953 job of extraclean.
11954 (extraclean): Like distclean, but deletes backup and autosave files.
11955
119561992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11957
11958 Make path specification conform to GNU coding standards.
11959 * configure (long_usage): Remove all traces of old arguments from
11960 usage messages, and document the options we do accept in more
11961 detail: -with-x... and --srcdir.
90eacf99 11962 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
11963 make this worthwhile.
11964 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11965 along with the code which supported them; these should be set as
11966 arguments to the top-level make.
11967 (config_h_opts): Since this no longer doubles as a list of option
11968 names, make them upper case; this simplifies the code which uses
11969 them to build the sed command to edit src/config.h. Change the
11970 code which sets them.
11971 (cc, g, O): Don't allow the user to set these using options; they
11972 should be specified using `CC=' and `CFLAGS=' arguments to the
11973 top-level make. Just choose reasonable default values for them,
11974 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11975 values.
11976 (gnu_malloc, rel_alloc): Don't allow the user to set these using
11977 options; use them whenever the configuration files say they're
11978 possible.
11979 Simplify the argument processing loop. Don't accept abbreviations
11980 for option names; these might conflict with other configuration
11981 options in the future.
11982 Add some support for the `--srcdir' option. Check for the sources
11983 in . and .. if `--srcdir' is omitted. If the directories we will
11984 compile in don't exist yet, create them under the current directory.
11985 Note that the rest of the build process doesn't really support
11986 this.
90eacf99
SM
11987 Edit only the top Makefile. That should edit the others.
11988 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
11989 and `srcdir' from the configuration arguments, `CC' and
11990 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11991 the user's path, and LOADLIBES as gleaned from the system
11992 description files.
11993 Simplify the report generated; it doesn't need to include any
11994 description of paths now.
11995 Make `config.status' exec configure instead of just calling it, so
11996 there's no harm in overwriting `config.status'.
11997 * Makefile.in (version, configname): New variables, used to choose
11998 the default values for datadir and libdir.
11999 Path variables rearranged into two clearer groups:
12000 - In the first group are the variables specified by the GNU coding
12001 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12002 manext, infodir, and srcdir).
12003 - In the second are the variables actually used for Emacs's paths
12004 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12005 archlibdir), which depend on the first category.
12006 datadir and libdir default to directories under
12007 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12008 demand.
12009 etcdir and lispdir default to subdirectories of datadir.
12010 archlibdir defaults to libdir.
12011 The new installation tree is a bit deeper than it used to be, so
12012 use the new make-path program in lib-src to build them all.
12013 Always build a new src/paths.h.tmp and then move-if-change it to
12014 src/paths.h, to avoid unnecessary rebuilds while responding to the
12015 right changes.
12016 Remove all mention of arch-lib. Run utility commands from
12017 lib-src, and let the executables be copied into archlibdir when
12018 Emacs is installed.
12019 Add targets for src/Makefile, lib-src/Makefile, and
12020 oldXMenu/Makefile, editing the values of the path variables into
12021 them.
12022 Let lib-src do its own installation.
12023 (datadir): Default to putting data files under
12024 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12025 (emacsdir): Variable deleted; it would only be confusing to use.
12026 (lispdir, etcdir): Default to ${datadir}/lisp.
12027 (mkdir): Use make-path for this.
12028 (lockdir): Do this in mkdir.
12029 (Makefile): New target.
12030
12031 * configure (usage_message): Rename to long_usage.
12032
12033 * make-dist: Don't bother creating an arch-lib directory; that's
12034 only for installation now.
12035
120361992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12037
12038 * configure: Use GCC-style configuration names, using config.sub.
12039 Change the usage and help messages.
12040
12041 * configure: Initialize window_system, not indow_system.
12042
12043 * configure: Report which window system, compiler, and signal
12044 handler return type we decide to use.
12045
12046 * make-dist: Explain what's going on if config.sub and gmalloc.c
12047 can't be linked. Place the code which copies them near the code
12048 which links the rest of the files around them.
12049
120501992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12051
12052 * make-dist: Don't bother to distribute src/*.com, or
12053 src/vmsbuild; those have all been moved to `../vms'.
12054
120551992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12056
12057 * make-dist: Don't forget that the way to avoid filenames starting
12058 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12059 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12060 couldn't make hard links to, since we have two already, and
12061 perhaps more to come.
12062
120631992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12064
12065 * configure: When editing parameters into lib-src/Makefile, change
12066 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12067 needs some other flags too.
12068
120691992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12070
12071 * configure: Remove spurious echo of the configuration name.
12072
12073 * make-dist: Don't distribute files in src/m and src/s whose names
12074 begin with `='.
12075
120761992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12077
12078 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12079 Also LISP_FLOAT_TYPE.
12080
120811992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12082
12083 * make-dist: Copy config.sub, since it's a symbolic link to a file
12084 on another file system.
12085
120861992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12087
12088 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12089 distribution.
12090
12091 * config.sub: New file, to help us recognize configuration names.
12092 * make-dist: Include it in the distribution.
12093
120941992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12095
12096 * configure: Convert `-' to `_' in specified option names.
12097 Accept options with --. Delete --highpri and --have-x-menu options.
12098 New options --with-x and --with-x10 replace -window-system.
12099 Don't mention options --gnu-malloc, --rel-alloc
12100 or --lisp-float-type in help message.
12101
121021992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12103
12104 * make-dist: Include the `vms' subdirectory in the distribution.
12105
121061992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12107
12108 * configure: Remove lines starting with "# DIST: " when building
12109 lib-src/Makefile and src/Makefile. This allows us to mark the
12110 "Makefile.in" files with explanatory comments which won't also get
12111 stuck in the Makefiles.
12112
121131992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12114
12115 * make-dist: Don't use the '+' operator in the sed regular
12116 expression that extracts the version number from lisp/version.el;
12117 Ultrix sed doesn't seem support the operator. Just double the
12118 operand and use *.
12119
121201992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12121
12122 * Makefile.in: Doc fix.
12123
121241992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12125
12126 * configure: Rewrite sed command to remove at most one ./ prefix;
12127 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12128 group.
12129
121301992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12131
12132 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12133
121341992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12135
12136 * make-dist: Go ahead and build a new TAGS file, unless the
12137 --newer option was specified. Don't try to delete a TAGS file
12138 from etc; it's not kept there, and shouldn't be deleted anyway.
12139
121401992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12141
12142 * make-dist: If the lisp directory contains a default.el, don't
12143 distribute it.
12144
12145 * configure: When searching signal.h for the type of a signal
12146 return handler, make a copy of it, not a symbolic link to it; that
12147 way, it will work on systems that don't have symbolic links.
12148
121491992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12150
12151 * make-dist: Taught it about vcdiff and rcs2log, added --newer
12152 option for generating incremental distributions. Stopped it from
12153 generating a TAGS file into the distribution; that sucker is
12154 *big*, and easily enough generated with the toplevel makefile.
12155
121561992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12157
12158 * configure: When writing config.status, don't prefix progname
12159 with a '.'; it might be absolute.
12160
121611992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12162
12163 * configure: Choose to use X11 if either /usr/lib/libX11.a or
12164 /usr/include/X11 exist, not only if both exist.
12165
121661992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12167
12168 * make-dist: Make the new external-lisp directory a duplicate of
12169 the external-lisp directory, not the lisp directory.
12170
121711992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12172
12173 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12174 clean' in arch-lib; it doesn't even have a Makefile.
12175
12176 * Makefile.in (clean, mostlyclean): In the test which tries to
12177 distinguish between the build directory, which should be cleaned,
12178 and the installed directory, which shouldn't, cd to `${emacsdir}',
12179 not `${DESTDIR}${LIBDIR}'.
12180
121811992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12182
12183 * make-dist: Be sure to delete the .c and .h files that YACC and
12184 BISON create from getdate.y.
12185
12186 * external-lisp: New directory; see `external-lisp/README'.
12187 * make-dist: Added support for the external-lisp subdirectory.
12188
12189 * make-dist: Changed message which complains that make-dist wasn't
12190 invoked in the right directory to indicate which files it was
12191 looking for.
12192
121931992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12194
12195 * configure: Add comments explaining why we can't translate
12196 character ranges or control characters in `tr'.
12197
121981992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12199
12200 * configure: When generating the configuration message, we used to
12201 build the message from the start so that each line began with "# "
12202 so that it would be a comment in `config.status'. However, this
12203 causes trouble if any of the variables we use in the message
12204 expand to more than one line of text - as gnu_malloc_reason
12205 sometimes does. So instead, we build the message as it should be
12206 printed to the user (i.e. without the "# " prefixes), and stick on
12207 the "# "s when we write it to `config.status'.
12208
12209 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12210 `lib-src' and `arch-lib'.
12211
12212 * configure: When generating report and `config.status' file, note
12213 that bindir only determines where `make install' and
12214 `build-install' will place the executables; this should make it
12215 clear that the ordinary build process will not try to install
12216 things.
12217
122181992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12219
12220 * make-dist: Change messages to say that we are 'making links to
12221 X', rather than 'copying X'. And put `' quotes around file names.
12222
12223 * make-dist: Include '.tmp' in the name of the staging directory.
12224
12225 * make-dist: Pass the `-f' option to rm when you're not sure that
12226 the files you're removing actually exist.
12227
12228 * make-dist: When setting up etc/COPYING, always nuke whatever is
12229 there, and then copy it in, to make sure we get a real file.
12230
90eacf99
SM
12231 * make-dist: Don't try to distribute *.defns files any more.
12232 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
12233 version which doesn't have a separate .defns file.
12234
122351992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
12236
12237 * make-dist: Don't distribute configured versions of config.h.in,
12238 paths.h.in, Makefile.in in src.
12239
12240 * configure: Delete .tmp files before creating them; don't bother
cd1181db 12241 trying to make final targets writable first, since it won't
067d23c9
KY
12242 matter to move-if-change.
12243
122441992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12245
12246 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12247 mkdir and chmod in the center of all the conditionals. GNU Make
12248 will strip these out, but other makes won't.
12249
122501992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12251
12252 * make-dist: Include move-if-change in list of files to distribute.
12253
122541992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12255
12256 * configure: Remove any "." elements from the program name.
12257
12258 * configure: Don't record the values of all the possible arguments
12259 in config.status; only record the options that the user specified.
12260
12261 * configure: Use move-if-change to move in the new src/config.h.
12262
122631992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12264
12265 * move-if-change: New file, copied from gcc release.
12266 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12267 a temp file, so we don't update paths.h if an error occurs or if
12268 it doesn't need changing.
12269
122701992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12271
12272 * Makefile.in (src/paths.h): Do not install a value for the
12273 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12274 * build-install.in: Same thing.
12275
122761992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12277
12278 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12279 latter, being a typo, is always false, resulting in a program
12280 whose default behavior is to painstakingly build a copy of the
12281 source tree, and then delete it. Rah.
12282
12283 * Makefile.in: Add dist target, and comment for it.
12284
12285 * configure: When scanning <signal.h> for a declaration for
12286 signal, create a symbolic link with a name ending in .c, so the
12287 compiler won't complain that it's only been given .h files.
12288
12289 * configure: Check whether there are any arguments available
12290 before shifting to get the value of a non-boolean parameter.
12291
12292 * make-dist: Doc fix.
12293
122941992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12295
12296 * configure: Instead of grepping /usr/include/signal.h for a
12297 signal declaration, run /usr/include/signal.h or
12298 /usr/include/sys/signal.h through cpp and grep for the
12299 declaration.
12300
12301 * configure: Redirect the output of grep to /dev/null instead of
12302 using grep -s - that flag means different things on other systems.
12303
12304 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12305 since the former is recognizable even if you don't know what
12306 'dumping' is.
12307 * configure: Accommodate that change.
12308
12309 * configure: Accept options for all of the directories you can
12310 change in the Makefile.
12311
12312 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12313
12314 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12315 FOO before you can use them.
12316
12317 * build-install.in: Made the "Where To Install Things" section
12318 conform with the similar section from Makefile.in. Copied section
12319 which builds src/paths.h from src/paths.h.in from the Makefile.
12320
123211992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12322
12323 * configure: Write config.status to pass its command-line
12324 arguments on to configure, so that people can use it to recreate
12325 an old configuration, with minor changes.
12326
123271992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12328
12329 * configure: Don't rely on option variables being unset if their
12330 values are the empty string. In particular, when producing the
12331 English report, don't assume that highpri will be unset when no
12332 increased priority has been requested; -highpri='' should be the
12333 same as omitting -highpri altogether.
12334
12335 * configure: Fix dumb bug: when running the system and machine
12336 description files through cpp, mark those lines that we want to
12337 evaluate with the string '@configure@', and then only evaluate
12338 them. This way if the files include anything that actually
12339 generates text (type definitions or external declarations, say),
12340 we won't try to eval it.
12341
123421992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12343
12344 * make-dist: New shell script.
12345
12346 * configure: When creating foo from foo.in, make foo read-only to
12347 remind people to edit the .in file instead.
12348
12349 * INSTALL: Changed references to config.h-dist to config.h.in.
12350 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12351 to build src/paths.h from src/paths.h.in; added a paragraph to do
12352 this.
12353 * configure, Makefile, build-install: Changed filenames like
12354 FOO-dist to FOO.in.
12355
123561992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12357
12358 * Makefile, build-install: Renamed to Makefile.in and
12359 build-install.in; the configure script will edit these to produce
12360 the usable Makefile and build-install.
12361 * configure: Changed to produce ./Makefile, ./build-install,
12362 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12363 instead of editing them in place.
12364
123651992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12366
12367 * Makefile: Re-arranged so that the undumped Emacs will search
12368 ../lisp *after* the site's local elisp files.
12369 (locallisppath, dumplisppath): New variables.
12370 (lisppath): This variable's default value is now chosen based on
12371 $(locallisppath) and $(lispdir); while it used to be the
12372 customization point for adding site-local elisp directories to
12373 load-path, that job is now handled mostly by locallisppath.
12374 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12375 Check the values being assigned to the *LOADSEARCH macros for null
12376 path elements (like '::' in 'foo::bar').
12377
12378 * configure: When checking if the machine- and system-dependent
12379 files define a particular macro or not, actually run them through
12380 CPP and test the macros with #ifs, instead of just grepping for
12381 the macros' names. In particular, check for SYSTEM_MALLOC in this
12382 way.
12383
123841992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12385
12386 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12387
123881992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12389
12390 * configure: Make the config.status file an executable shell
12391 script which will recreate the same configuration. Include the
12392 verbal description of the current configuration as a comment in
12393 the script.
12394 * INSTALL: Doc fix.
12395
12396 * Makefile: Brought the Makefile up to the GNU coding
12397 standards, as described in standards.text:
12398 (TAGS): New name for the target which rebuilds the tags table.
12399 (check): New target; doesn't do anything yet.
12400 (mostlyclean): New target, synonymous with clean.
12401 (realclean): New target. Currently, this just calls the
12402 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
12403 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12404 New variables.
067d23c9 12405 Installation directory variables changed to conform.
90eacf99 12406 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
12407 code which copies the directories into their installed location to
12408 allow the installed locations to be in several different
12409 directories; the old version assumed that they would all be in
12410 $(emacsdir).
12411 (mkdir, lockdir): Allow the installed locations to be in several
12412 different directories.
12413 * INSTALL: Doc fix.
12414
12415 * build-install: Use the same variable names as the Makefile.
12416 Allow the installed locations to be in several different
12417 directories.
12418
124191992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12420
12421 * Makefile (src/paths.h): Instead of using a single sed command to
12422 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12423 separately, and don't forget to append "/!!!SuperLock!!!" to the
12424 value of the PATH_SUPERLOCK macro.
12425
12426 * config.emacs: Renamed to configure, for consistency with other
12427 GNU products. Internal references changed.
12428 INSTALL, Makefile: References changed.
12429
12430 * lock: New directory, which should always be empty. If this
12431 directory doesn't exist, Emacs won't complain; it just won't lock.
12432 Having this here means that people can just unpack Emacs, build
12433 it, and have locking work.
12434
12435 * share-lib: Re-renamed to etc, for the sake of tradition.
12436 * config.emacs: Changed default value for datadir to ../etc.
12437 * INSTALL, README: Adjusted.
12438
124391992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12440
12441 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12442 by running CPP on the appropriate s/*.h and m/*.h files.
12443
124441992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12445
12446 * config.emacs: Make sure to set the "exit on error" flag once
12447 we've removed config.status; errors should abort the configuration.
12448
124491992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12450
12451 * config.emacs: Added -distribute option, so that the Makefile
12452 paths are in their proper form. I don't know why this matters.
12453
124541992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12455
12456 * local-lisp: New directory, empty in the distribution, for people
12457 to put local elisp code in.
12458 * config.emacs: Include it in the default load path.
12459 * README: Document it.
12460
124611992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12462
12463 * config.emacs: Guess the type of signal handling functions based
12464 on the contents of /usr/include/signal.h.
12465
12466 * config.emacs: Print out progress report messages.
12467
12468 * Makefile (src/paths.h): Don't generically replace
12469 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12470 editing of the other entries, and each entry should be dealt with
12471 explicitly anyway.
12472
12473 * build-install: Converted from C-shell to Bourne shell.
12474 * config.emacs: Edit build-install properly.
12475
12476 * config.emacs: Doc fix.
12477
124781992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12479
12480 * Makefile (install): Remove `B' from tar xf command.
12481
124821992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12483
12484 * config.emacs: Removed support for the `maintain-environment'
12485 option; the only important difference between this and its absence
12486 has been removed.
12487 * INSTALL: Removed mention of `maintain-environment'.
12488
12489 * config.emacs: Fix arguments to sed when processing boolean
12490 arguments.
12491
124921991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12493
12494 * config.emacs: New file, to help automate the installation
12495 process.
12496
12497 * Makefile: Lots of changes to support the separation of etc into
12498 architecture-dependent and -independent files:
12499 (EMACSROOT): New variable, giving the directory under which all of
12500 Emacs's libraries should be installed. Changed rest of file to
12501 use it.
12502 (LIBDIR): Now denotes only architecture-dependent dir.
12503 (DATADIR): New variable, denoting architecture-independent dir.
12504 (LOCKDIR): New variable, for completeness.
12505 (SUBDIR): No more etc, new lib-src.
12506 (COPYDIR): No more etc, new arch-lib and share-lib.
12507 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12508 (src): Now depends on lib-src, not etc.
12509 * build-install: Changes parallel to the above.
12510 * README: Describe the new arrangement.
12511
12512 * vms: New subdirectory for all the VMS stuff.
12513
125141991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12515
12516 * Makefile (LISPPATH): New variable.
12517 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12518
125191990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12520
12521 * Makefile (install, install.sysv, install.xenix):
12522 Install wakeup instead of loadst. No need for setuid or setgid.
12523
125241990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12525
12526 * Makefile (clean): Clean etc if that's not the installation dir.
12527
125281990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12529
12530 * Makefile (paths.h): Make sed alter each name in the path.
12531
125321988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12533
12534 * Makefile (install.sysv): Use cpio, not tar.
12535
125361988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12537
12538 * Makefile (lockdir): Rename `lock' target.
12539 Depend on it from install*, not from `all'.
12540
125411988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12542
12543 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12544 to match build-install and paths.h.
12545
12546;; Local Variables:
12547;; coding: utf-8
067d23c9
KY
12548;; End:
12549
ab422c4d 12550 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
067d23c9
KY
12551
12552 This file is part of GNU Emacs.
12553
12554 GNU Emacs is free software: you can redistribute it and/or modify
12555 it under the terms of the GNU General Public License as published by
12556 the Free Software Foundation, either version 3 of the License, or
12557 (at your option) any later version.
12558
12559 GNU Emacs is distributed in the hope that it will be useful,
12560 but WITHOUT ANY WARRANTY; without even the implied warranty of
12561 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12562 GNU General Public License for more details.
12563
12564 You should have received a copy of the GNU General Public License
12565 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.