Redesign redisplay interface to drop global output_cursor.
[bpt/emacs.git] / ChangeLog
CommitLineData
0acfedd3
SM
12013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
4
43aac990
PE
52013-08-27 Paul Eggert <eggert@cs.ucla.edu>
6
7 Simplify EMACS_TIME-related code.
8 Merge from gnulib, incorporating:
9 2013-08-27 timespec: new convenience constants and function
10
15091df5
DA
112013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
14 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
15
61ac6b9f
GM
162013-08-27 Glenn Morris <rgm@gnu.org>
17
b4f581f0
GM
18 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
19
1857cd3f
GM
20 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
21 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
22 * Makefile.in (check-info-dir): Ignore efaq-w32.
23
61ac6b9f
GM
24 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
25 (maintainer-clean, check-declare): Remove pointless subshells.
26 Check cd return value.
27
12c4970d
PE
282013-08-26 Paul Eggert <eggert@cs.ucla.edu>
29
30 Minor merge from gnulib (mostly just for texinfo.tex).
31
917c483a
PE
322013-08-22 Paul Eggert <eggert@cs.ucla.edu>
33
34 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
35 This improves on the patch already installed, by quoting options
36 that contain spaces and suchlike systematically, so that
37 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
38 these characters.
39
f035e3a9
PE
402013-08-21 Paul Eggert <eggert@cs.ucla.edu>
41
42 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
43 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
44 and reports EINVAL, try it again without O_CLOEXEC. This should
45 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
46 What were they thinking?
47
236beba0
PE
482013-08-20 Paul Eggert <eggert@cs.ucla.edu>
49
50 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
51 Fix shell-operator precedence problem in previous change.
52
f67dce44
GM
532013-08-20 Glenn Morris <rgm@gnu.org>
54
55 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
56 Clean test/automated if present.
57
51632863
PE
582013-08-19 Paul Eggert <eggert@cs.ucla.edu>
59
60 Merge from gnulib, incorporating:
61 2013-08-15 warnings: minor optimization
62 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
63
0fe73012
KB
642013-08-15 Ken Brown <kbrown@cornell.edu>
65
66 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
67
4fa44856
GM
682013-08-15 Glenn Morris <rgm@gnu.org>
69
70 * make-dist: Do not distribute etc/refcards TeX intermediate files.
71 * Makefile.in (install-arch-indep):
72 Do not install etc/refcards TeX intermediate files.
73
af79c3cb
UM
742013-08-14 Ulrich Müller <ulm@gentoo.org>
75
76 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
77
aa942e2b
EZ
782013-08-12 Eli Zaretskii <eliz@gnu.org>
79
80 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
81
1d238bc7
PE
822013-08-12 Paul Eggert <eggert@cs.ucla.edu>
83
84 Minor zlib configuration tweaks.
85 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
86
594a4307
EZ
872013-08-12 Eli Zaretskii <eliz@gnu.org>
88
89 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
90
eaca0446
PE
912013-08-12 Paul Eggert <eggert@cs.ucla.edu>
92
93 Merge from gnulib, incorporating:
94 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
95 2013-08-10 sys_time: port to OpenBSD
96
8496d8d7
GM
972013-08-12 Glenn Morris <rgm@gnu.org>
98
99 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
100 with configure's standard --docdir argument. All uses updated.
101 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
102 (install-etcdoc): Rename from install-doc. All uses updated.
103 (uninstall): Run uninstall-doc.
104 (PSS): Add misc-ps.
105 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
106 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
107 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
108 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
109 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
110 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
111
8d28d0ac
PE
1122013-08-11 Paul Eggert <eggert@cs.ucla.edu>
113
114 Add --with-zlib to 'configure'.
115 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
116 can be built without zlib. Don't assume that -lz is needed on
117 non-PNG hosts. Mention zlib configuration status in 'configure' output.
118
313546eb
LMI
1192013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
120
121 * configure.ac: Test for zlib.
122
d4166523
EZ
1232013-08-10 Eli Zaretskii <eliz@gnu.org>
124
125 * configure.ac: Define and substitute UPDATE_MANIFEST.
126
016d3f7d
SB
1272013-08-04 Stephen Berman <stephen.berman@gmx.net>
128
129 * info/dir: Add todo-mode.
130
e0fdb694
PE
1312013-08-04 Paul Eggert <eggert@cs.ucla.edu>
132
133 Fix some minor races in hosts lacking mkostemp (Bug#15015).
134 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
135 * configure.ac (mkostemp): Remove check for this function;
136 gnulib does the check now.
137 (mkstemp): Remove check for this no-longer-used function.
138 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
139 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
140 New files, copied from Gnulib.
141 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
142
7bddb120
MA
1432013-07-29 Michael Albinus <michael.albinus@gmx.de>
144
145 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
146 --without-file-notification to --without-all.
147
dfc7be39
XF
1482013-07-29 Xue Fuqiao <xfq.free@gmail.com>
149
150 * INSTALL: Fix description.
151
885e792c
GM
1522013-07-27 Glenn Morris <rgm@gnu.org>
153
154 * configure.ac: Extend the --with-sound option to allow
155 specification of OSS or ALSA (see bug#14812#64).
156
ef75383c
GM
1572013-07-25 Glenn Morris <rgm@gnu.org>
158
57cff712
GM
159 * info/dir: Add ido.
160
ef75383c
GM
161 * make-dist: Add a --tests option, to include test/.
162
1813e115
GM
1632013-07-24 Glenn Morris <rgm@gnu.org>
164
165 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
166
60967f56
GM
1672013-07-23 Glenn Morris <rgm@gnu.org>
168
169 * configure.ac (etc, lisp): No need to create specially.
170 Configure already creates lisp, src/Makefile now creates etc.
171
a29c3e6d
PE
1722013-07-23 Paul Eggert <eggert@cs.ucla.edu>
173
e3ebe15a 174 Port to GNU/Linux systems with tinfo but not ncurses.
a29c3e6d
PE
175 * configure.ac (USE_NCURSES): New symbol.
176
6496aec9
PE
1772013-07-20 Paul Eggert <eggert@cs.ucla.edu>
178
179 Fix array bounds violation when pty allocation fails.
180 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
181 not sizeof pty_name, since pty_name is now a pointer to the array.
182
c04bbd85
PE
1832013-07-13 Paul Eggert <eggert@cs.ucla.edu>
184
185 * configure.ac: Simplify --with-file-notification handling.
186
671d4bfc
GM
1872013-07-12 Glenn Morris <rgm@gnu.org>
188
189 * configure.ac: If with-file-notification=yes, if gfile not found,
190 go on to try inotify (not on MS Windows or Nextstep).
191
bacba3c2
PE
1922013-07-12 Paul Eggert <eggert@cs.ucla.edu>
193
194 Fix races with threads and file descriptors.
195 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
196
c6e7fc0e
PE
1972013-07-10 Paul Eggert <eggert@cs.ucla.edu>
198
199 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
200
2aae948d
PR
2012013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
202
203 * configure.ac (HAVE_W32): Avoid nested functions (the second
204 argument of AC_LANG_PROGRAM is already expanded inside a
205 function). (Bug#14830)
206
4ebbdd67
PE
2072013-07-09 Paul Eggert <eggert@cs.ucla.edu>
208
7b154def
PE
209 Port recent close-on-exec changes to Cygwin (Bug#14821).
210 * lib/binary-io.c, lib/binary-io.h: New files.
211 Merge from gnulib, incorporating:
212 2013-07-09 accept4, dup3, pipe2: port to Cygwin
213 * lib/pipe2.c: Update from gnulib, as part of this merge.
214 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
215
4ebbdd67
PE
216 Handle errno and exit status a bit more carefully.
217 * lib/ignore-value.h: Remove this gnulib-imported file.
218 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
219
a04689de 2202013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
e4b1e5af
JD
221
222 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
223
2a74a90a
PE
2242013-07-08 Paul Eggert <eggert@cs.ucla.edu>
225
226 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
227 This incorporates the following merge from gnulib:
228 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
229
067428c1
PE
2302013-07-07 Paul Eggert <eggert@cs.ucla.edu>
231
9caab067
PE
232 Port to Ubuntu 10 (Bug#14803).
233 * configure.ac (accept4): New function to check for.
234
067428c1
PE
235 Make file descriptors close-on-exec when possible (Bug#14803).
236 * configure.ac (mkostemp): New function to check for.
237 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
238 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
239 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
240 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
241
1399490e 2422013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
0946b7ca
CE
243
244 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
245 http://bugs.debian.org/712974
246
5583dcb6
PE
2472013-07-02 Paul Eggert <eggert@cs.ucla.edu>
248
57f8c490
PE
249 Remove some unused macros from 'configure'.
250 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
251 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
252 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
253 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
254 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
255 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
256 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
257 Remove these macros, as they are not used.
258 (sys_siglist): Remove macro; src/sysdep.c now does this.
259
5583dcb6
PE
260 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
261 Also check that it links. Say whether it compiled and linked.
262
37afa042 2632013-07-01 Paul Eggert <eggert@cs.ucla.edu>
8f5f35cc 264
aaea7495
PE
265 Merge from gnulib, incorporating:
266 2013-06-23 ignore-value: port to gcc -pedantic
267 2013-06-21 extern-inline: port to gcc -std=c89
268
37afa042
PE
2692013-06-30 Paul Eggert <eggert@cs.ucla.edu>
270
8f5f35cc
PE
271 Do not use GTK 3 if it exists but cannot be compiled.
272 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
273 exists but cannot be compiled.
274
ae7bfbf5
JB
2752013-06-27 Juanma Barranquero <lekktu@gmail.com>
276
277 * Makefile.in (install-arch-indep): Do not create directories passed
278 with --enable-locallisppath.
279
6e0e82a0 2802013-06-24 Glenn Morris <rgm@gnu.org>
ab6a27d8
GM
281
282 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
283
c9509ef4
JB
2842013-06-22 Juanma Barranquero <lekktu@gmail.com>
285
286 * .bzrignore: Add GNU idutils ID database file.
287
6b4914d2
YM
2882013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
289
290 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
291 as a fallback.
292
aff6371e
SM
2932013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * .bzrignore: Don't unignore cl-loaddefs.el.
296
c9509ef4 2972013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89561f72
PE
298
299 * configure.ac (log2): Check for this function.
300
53d829de
JB
3012013-06-19 Juanma Barranquero <lekktu@gmail.com>
302
303 * .bzrignore: Add GNU GLOBAL files.
304
84575e67
PE
3052013-06-17 Paul Eggert <eggert@cs.ucla.edu>
306
4f405069 307 Use functions, not macros, for XINT etc. (Bug#11935).
84575e67
PE
308 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
309 as it generates bogus warnings about reasonable casts of calls.
310
2a540847
PE
3112013-06-16 Paul Eggert <eggert@cs.ucla.edu>
312
313 * configure.ac: Report ACL usage at the end (Bug#14612).
314
b0e22831
PE
3152013-06-11 Paul Eggert <eggert@cs.ucla.edu>
316
317 --without-all should imply --with-file-notification=no. (Bug#14569)
318 * configure.ac (with_file_notification): Default to $with_features.
319
bf77e230
PE
3202013-06-09 Paul Eggert <eggert@cs.ucla.edu>
321
322 Merge from gnulib, incorporating:
323 2013-06-02 sig2str: port to C++
324 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
325
b33f93ee
JD
3262013-06-08 Jan Djärv <jan.h.d@swipnet.se>
327
328 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
329 (with_file_notification): Don't set to gfile if with_ns = yes.
330
6c0a9ed1
RC
3312013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
332
333 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
e7b41c4c
JB
334 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
335 New variables.
d6f00819 336 (epaths-force-w32): Use them. (Bug#14513)
6c0a9ed1 337
b9110c6b
MA
3382013-06-03 Michael Albinus <michael.albinus@gmx.de>
339
340 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
341
7f203aa1
EZ
3422013-06-03 Eli Zaretskii <eliz@gnu.org>
343
344 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
345 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
346
55a87246
JD
3472013-06-03 Jan Djärv <jan.h.d@swipnet.se>
348
349 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
350 used. Remove xgselect.o from XOBJ.
351
c9628c79
MA
3522013-06-03 Michael Albinus <michael.albinus@gmx.de>
353
354 * configure.ac (file-notification): New option, replaces inotify option.
355 (HAVE_W32): Remove w32notify.o.
e7b41c4c 356 (with_file_notification): Add checks for glib and w32. Adapt check
c9628c79
MA
357 for inotify.
358 (Summary): Add entry for file notification.
359
360 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
361 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
362
2044e704
JB
3632013-06-02 Juanma Barranquero <lekktu@gmail.com>
364
365 * .bzrignore: Ignore dirs libexec/, share/ and var/.
366
9dbd3bb1
XF
3672013-05-29 Xue Fuqiao <xfq.free@gmail.com>
368
369 * INSTALL: Fix description.
370
2d8ac645
YM
3712013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
372
373 * configure.ac (HAVE_XRANDR): Check availability of
374 XRRGetScreenResources rather than that of XRRQueryExtension.
375
6b56a60a
EZ
3762013-05-18 Eli Zaretskii <eliz@gnu.org>
377
378 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
379 nt/epaths.nt, and nt/INSTALL.MSYS.
380
bfbe2627
PE
3812013-05-18 Paul Eggert <eggert@cs.ucla.edu>
382
31ff141c
PE
383 Port --enable-gcc-warnings to clang.
384 * configure.ac (nw): Remove obsolescent warnings.
385 These aren't needed for clang, or for gcc for that matter.
386 (emacs_cv_clang): New var, which tests for clang.
387 Omit warnings that clang is too picky about.
388 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
389 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
390
bfbe2627
PE
391 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
392 Otherwise, 'configure; make' fails on non-Windows builds.
393
df065a0b
EZ
3942013-05-16 Eli Zaretskii <eliz@gnu.org>
395
396 * lib/Makefile.am: If building for MS-Windows, include
397 nt/gnulib.mk instead of lib/gnulib.mk.
398
399 * configure.ac: Adapt to MSYS build on MS-Windows.
400
401 * Makefile.in (NTDIR): New variable, for the MSYS build on
402 MS-Windows.
403 (SUBDIR): Add $(NTDIR).
404 (.PHONY): Add epaths-force-w32.
405 (msys_to_w32): New variable.
406 (epaths-force-w32, install-nt, uninstall-nt): New targets.
407 (lib-src src): Add $(NTLIB) to prerequisites.
408 (lib lib-src lisp leim nt): Add 'nt'.
409 (config.status): Use $(CFG).
410 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
411 (install, install-arch-dep): Add install-$(NTDIR).
412 (uninstall): Depend on uninstall-$(NTDIR).
413 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
414
415 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
416 CONFIG_SITE for the MSYS build on MS-Windows.
417 (Makefile): Use $(CFG).
418
419 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
420 src/emacs.res.
421
cdd0de4b
PE
4222013-05-16 Paul Eggert <eggert@cs.ucla.edu>
423
424 Merge from gnulib, incorporating:
425 2013-05-15 manywarnings: update for GCC 4.8.0
426 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
427 2013-05-15 sig2str, stdio, warnings: port to clang
428
6e911150
SM
4292013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * Makefile.in (install-doc): DOC file is not version specific any more.
432 * .bzrignore: Don't ignore DOC-* any more.
433
522fe43b
PE
4342013-05-13 Paul Eggert <eggert@cs.ucla.edu>
435
bb8eb357 436 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
437 Reported privately by Han Boetes <han@boetes.org>.
438
86cec478
JB
4392013-05-08 Juanma Barranquero <lekktu@gmail.com>
440
441 * lib/makefile.w32-in (ACL_H): New macro.
442 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
443
ffdc270a
PE
4442013-05-07 Paul Eggert <eggert@cs.ucla.edu>
445
e7b41c4c 446 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
447 * configure.ac: Remove -with-acl option, since Gnulib does that for
448 us now.
449 (LIBACL_LIBS): Remove; no longer needed.
450 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
451 for the benefit of the new ACL implementation.
452 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
453 ($(BLD)/acl-errno-valid.$(O)): New rule.
454 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
455 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
456 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
457 New files, taken from gnulib.
458 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
459
4e3f9230
YM
4602013-05-07 Jan Djärv <jan.h.d@swipnet.se>
461
462 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
463 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
464
7a6018ad
PE
4652013-05-06 Paul Eggert <eggert@cs.ucla.edu>
466
467 Merge from gnulib, incorporating:
468 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
469
0922c475
PE
4702013-05-01 Paul Eggert <eggert@cs.ucla.edu>
471
472 * make-dist: Keep necessary restrictions on file access.
473
d9774ea4
PE
4742013-04-29 Paul Eggert <eggert@cs.ucla.edu>
475
476 Merge from gnulib, incorporating:
477 2013-04-28 extern-inline: work around bug in Sun c99
478
d7ed9b36
PE
4792013-04-27 Paul Eggert <eggert@cs.ucla.edu>
480
481 Merge from gnulib, incorporating:
482 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
483
f780d632
PE
4842013-04-26 Paul Eggert <eggert@cs.ucla.edu>
485
486 Port better to AIX (Bug#14258).
487 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
488 we did not already infer an optimization option, and -O works.
489 AIX xlc needs -O, otherwise garbage collection doesn't work.
490
c6cb2f53
PE
4912013-04-22 Paul Eggert <eggert@cs.ucla.edu>
492
1e8589d3
PE
493 * make-dist: Do not distribute admin/unidata/Makefile.
494 It is generated by 'configure'.
495
c6cb2f53
PE
496 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
497 It messes up 'make distclean', and contains no useful information
498 because it's a copy of subdirs.el.
499
7e00831f
JM
5002013-04-18 John Marino <gnugcc@marino.st> (tiny change)
501
502 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
503
4f8902cd
GM
5042013-04-18 Glenn Morris <rgm@gnu.org>
505
506 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
507 (LN_S_FILEONLY): New output variable.
508 * Makefile.in (LN_S): Remove.
509 (LN_S_FILEONLY): New, set by configure.
510 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
511
e8bdb06e
KB
5122013-04-12 Ken Brown <kbrown@cornell.edu>
513
514 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
515 `canonical' is `x86_64-unknown-cygwin'.
516
ba3b2d88
KB
5172013-04-09 Ken Brown <kbrown@cornell.edu>
518
519 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
520 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
521 (Bug#12993)
522
876da980
PE
5232013-04-07 Paul Eggert <eggert@cs.ucla.edu>
524
525 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
526 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
527 and if not on GNU/Linux or FreeBSD.
528 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
529 lib/*.o is profiled too.
530
119b2d43
PE
5312013-03-30 Paul Eggert <eggert@cs.ucla.edu>
532
533 Merge from gnulib, incorporating:
534 2013-03-29 stdalign: port to stricter ISO C11
535 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
536 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
537
afeee3e5
PE
5382013-03-27 Paul Eggert <eggert@cs.ucla.edu>
539
540 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
541 Subsumed by HAVE_XKB. All uses changed.
542
a4cedbf7
JD
5432013-03-25 Jan Djärv <jan.h.d@swipnet.se>
544
545 * configure.ac (HAVE_XKB): Define if Xkb is present.
546
f8ce376e
PE
5472013-03-24 Paul Eggert <eggert@cs.ucla.edu>
548
549 Merge from gnulib, incorporating:
550 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
551
982efbcd
PE
5522013-03-18 Paul Eggert <eggert@cs.ucla.edu>
553
4c9a1377
PE
554 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
555 * Makefile.in (QUIET_SUBMAKE): New macro.
556 (install-info, uninstall): Use it.
557
19151a7f
PE
558 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
559 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
560 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
561 no way to do this in pkg-config, so make do with a reasonable
562 approximation.
563
982efbcd
PE
564 Automate the build of ja-dic.el (Bug#13984).
565 * .bzrignore: Add leim/ja-dic/.
566
5615c9a9
PE
5672013-03-13 Paul Eggert <eggert@cs.ucla.edu>
568
47d7532e
PE
569 File synchronization fixes (Bug#13944).
570 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
571 (fsync): Remove check; now done by gnulib.
572 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
573 New files, from gnulib.
574 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
575
5615c9a9 576 Merge from gnulib, incorporating:
2c3f72f4 577 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
578 2013-03-12 mktime: fix configure typo
579 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
580 2013-03-11 putenv: avoid compilation warning on mingw
581 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
582
47d038b3
GM
5832013-03-11 Glenn Morris <rgm@gnu.org>
584
585 * Merge in all changes up to version 24.3 release.
586
0bafabe7 5872013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
588
589 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
590 It can mess up 'configure' runs.
591
b3cdfd9e
GM
5922013-03-05 Glenn Morris <rgm@gnu.org>
593
594 * Makefile.in (install-man): Ignore gzip exit status.
595
4aff132c
GM
5962013-03-03 Glenn Morris <rgm@gnu.org>
597
598 * make-dist: Remove lzma (it's replaced by xz).
599
89bd9d36
PE
6002013-03-01 Paul Eggert <eggert@cs.ucla.edu>
601
602 Merge from gnulib, incorporating:
603 2013-02-21 putenv: port better to native Windows
604 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
605 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
606
0e946786
KB
6072013-02-28 Ken Brown <kbrown@cornell.edu>
608
609 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
610
1ddc2bd6
PE
6112013-02-25 Paul Eggert <eggert@cs.ucla.edu>
612
613 Simplify data_start configuration (Bug#13783).
614 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
615 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
616 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
617 not always needed.
618 (HAVE_DATA_START): New macro.
619
b59a2e9e
PE
6202013-02-21 Paul Eggert <eggert@cs.ucla.edu>
621
622 Parallelize documentation builds.
623 This speeds up building of documentation on multiprocessor
624 platforms, and is motivated by Texinfo 5.0, which is much slower.
625 Add a toplevel rule 'make docs' to make all the documentation.
626 * .bzrignore: Add .dvi, .html, .ps.
627 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
628 ($(DOCS), docs, vi, html, pdf, ps): New rules.
629 (info-real): Depend on $(INFOS) rather than doing it sequentially.
630 (dvi): Depend on $(DVIS) rather than doing it sequentially.
631
648e5523 6322013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
633
634 Fix AIX port (Bug#13650).
635 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 636
8c0905ac
EZ
6372013-02-12 Eli Zaretskii <eliz@gnu.org>
638
639 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
640 ($(BLD)/memrchr.$(O)): New dependency.
641
71d4202f
PE
6422013-02-11 Paul Eggert <eggert@cs.ucla.edu>
643
a84b7c53
PE
644 Tune by using memchr and memrchr.
645 * .bzrignore: Add string.h.
646 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
647 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
648 New files, from gnulib.
649
71d4202f
PE
650 Merge from gnulib, incorporating:
651 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
652 2013-02-09 secure_getenv: fix C++ declaration typo
653
55fe8e64
GM
6542013-02-11 Glenn Morris <rgm@gnu.org>
655
656 * configure.ac (emacs_config_options): Record some env vars.
657
8b0590de
GM
6582013-02-10 Glenn Morris <rgm@gnu.org>
659
660 * configure.ac (emacs_config_options): Strip out the (internal)
661 arguments --no-create and --no-recursion.
662
8376d87e
PE
6632013-02-08 Paul Eggert <eggert@cs.ucla.edu>
664
665 Merge from gnulib, incorporating:
666 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
667 The MS-Windows port can remove careadlinkatcwd at its convenience.
668 2013-02-08 extensions: port better to HP-UX
669 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
670 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
671 2013-02-04 secure_getenv: new module [module not used by Emacs]
672 2013-01-30 sys_time: port to Solaris 2.6
673
8654f9d7
PE
6742013-02-01 Paul Eggert <eggert@cs.ucla.edu>
675
676 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
677 On my host, this speeds up directory-files-and-attributes by a
678 factor of 3, when applied to Emacs's src directory.
679 These functions are standardized by POSIX and are common these
680 days; fall back on a (slower) gnulib implementation if the host
681 is too old to supply them.
682 * .bzrignore: Add lib/dirent.h.
683 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
684 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
685 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
686 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
687 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
688 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
689 * m4/fstatat.m4: New files, from gnulib.
690 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
691 These last three are specific to Emacs and are not copied from gnulib.
692 They are simpler than the gnulib versions and are tuned for Emacs.
693
0eb61895
GM
6942013-02-01 Glenn Morris <rgm@gnu.org>
695
696 * make-dist: Only README files exist in lisp/ now, not README*.
697
e02703bd
GK
6982013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
699
4f405069 700 * .bzrignore: Add lib-src/blessmail.
e02703bd 701
ea78b882
PE
7022013-01-23 Paul Eggert <eggert@cs.ucla.edu>
703
704 Merge from gnulib, incorporating:
705 2013-01-16 unistd: port to recent mingw
706
795e7a5b 7072013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
708
709 * Makefile.in (install-arch-indep): Put back a chmod that was
710 removed 2012-05-19. (Bug#13430)
711
ffe04adc
PE
7122013-01-16 Paul Eggert <eggert@cs.ucla.edu>
713
714 Merge from gnulib, incorporating:
715 2013-01-16 largefile: port better to Mac OS X 10.5
716 2013-01-15 stdint: fix build with Android's Bionic fox x86
717
c4e2ba0a
PE
7182013-01-16 Paul Eggert <eggert@cs.ucla.edu>
719
720 * configure.ac: Document that --enable-gcc-warnings emits errors.
721 (Bug#13448)
722
c0511b57 7232013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
724
725 * make-dist: Add options for xz compression and no compression.
726
444b01bb
PE
7272013-01-12 Paul Eggert <eggert@cs.ucla.edu>
728
729 Enable conservative stack scanning for all architectures.
730 Suggested by Stefan Monnier in
731 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
732 * configure.ac (GC_MARK_STACK): Remove.
733
002b8433
PE
7342013-01-11 Paul Eggert <eggert@cs.ucla.edu>
735
736 * lib/getopt_.h: Remove trailing CRs that crept in.
737
b76381c6
EZ
7382013-01-11 Eli Zaretskii <eliz@gnu.org>
739
740 * lib/getopt_.h: Regenerate.
741
6466e676
PE
7422013-01-10 Paul Eggert <eggert@cs.ucla.edu>
743
744 Merge from gnulib, incorporating:
745 2013-01-09 stdlib: port to Solaris 2.6
746
92d59611
GM
7472013-01-04 Glenn Morris <rgm@gnu.org>
748
749 * info/dir: Add htmlfontify.
750
ee0d3938
PE
7512013-01-04 Paul Eggert <eggert@cs.ucla.edu>
752
753 Merge from gnulib, incorporating:
754 2013-01-04 stdio: remove now-unnecessary stdio.c
755 2013-01-04 fprintftime: depend on stdio, not ignore-value
756 2013-01-04 fwrite: silence __wur only for older glibc versions
757 2013-01-04 fwrite: silence __wur without using inline
758 * lib/stdio.c: Remove.
759 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
760 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
761
9ff99d22
PE
7622013-01-02 Paul Eggert <eggert@cs.ucla.edu>
763
764 Merge from gnulib, incorporating copyright-date changes and:
765 2012-12-31 dup2: work around cygwin bug
766
5a1d858b
JD
7672012-12-30 Jan Djärv <jan.h.d@swipnet.se>
768
769 * configure.ac: Check for GtkHandlebox.
8b745d92 770 Check for GtkTearoffMenuItem.
7ec363cf
JD
771 New enable: --enable-gtk-deprecation-warnings, default off.
772 (HAVE_GTK3): If above enable is off, add
773 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 774
d5e5e7b4 7752012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
776
777 * configure.ac (TEMACS_LDFLAGS2): Don't define.
778 (LIBS_GNUSTEP): Set for GNUstep and substitute.
779 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
780
60f5e585
GM
7812012-12-27 Glenn Morris <rgm@gnu.org>
782
783 * configure.ac (emacs_config_options): New.
784 Use $@ rather than undocumented $ac_configure_args.
785 Replace any embedded double quotes. (Bug#13274)
786
82e2a1f0 7872012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
788
789 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
790 (Bug#13222)
791
a8e1690b
PE
7922012-12-26 Paul Eggert <eggert@cs.ucla.edu>
793
794 Revert static checking of stack smashing.
795 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
796 configured with --enable-gcc-warnings. -Wstack-protector causes
797 diagnostics to be issued on Ubuntu 12.10 x86-64.
798
219023c4
PE
7992012-12-24 Paul Eggert <eggert@cs.ucla.edu>
800
801 Merge from gnulib, incorporating:
802 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
803 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
804 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
805
a4b0cca1 8062012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
807
808 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
809
7c3d167f
RF
8102012-12-16 Romain Francoise <romain@orebokech.com>
811
812 * configure.ac (acl): New option.
813 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
814 provided by libacl on GNU/Linux.
815
97976f9f
PE
8162012-12-14 Paul Eggert <eggert@cs.ucla.edu>
817
e7b41c4c 818 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
819 * configure.ac (BSD4_2): Remove; no longer needed.
820
98c94021
GM
8212012-12-13 Glenn Morris <rgm@gnu.org>
822
727f9739 823 * info/dir: Add bovine, srecode, wisent.
98c94021 824
727f9739 8252012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
826
827 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 828 (uninstall): Likewise. (Bug#13143)
0f59daaf 829
904dd565
PE
8302012-12-11 Paul Eggert <eggert@cs.ucla.edu>
831
832 Merge from gnulib for 'inline' (Bug#13040), incorporating:
833 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
834 * m4/extern-inline.m4: Update from gnulib.
835
0eeb69fe
JB
8362012-12-11 Juanma Barranquero <lekktu@gmail.com>
837
838 * lib/makefile.w32-in (SIG2STR_H): New macro.
839 ($(BLD)/sig2str.$(O)): Update dependencies.
840
7e77303e
PE
8412012-12-10 Paul Eggert <eggert@cs.ucla.edu>
842
843 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
844 There's no need to test for any of three inotify functions,
845 since we use all three. Check for just the first one.
846
1cf1bbd5
DC
8472012-12-10 Daniel Colascione <dancol@dancol.org>
848
4f405069 849 * .bzrignore: Add src/emacs.res.
9ca3e73a 850
1cf1bbd5
DC
851 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
852 build how to compile Windows resource files; use these variables
853 to tell src/Makefile.in how and whether to compile resources.
854
81606b10
RS
8552012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
856
857 * configure.ac (inotify): New option.
858 (HAVE_INOTIFY): Test for inotify.
859
75d7aa24
AS
8602012-12-09 Andreas Schwab <schwab@linux-m68k.org>
861
862 * configure.ac: Fix source command in .gdbinit.
863 Don't quote $MAKEINFO.
864
3cc53d60
PE
8652012-12-09 Paul Eggert <eggert@cs.ucla.edu>
866
867 Allow spaces in some configuration vars (Bug#13078).
868 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
869 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
870 All uses quoted, to allow spaces in these vars.
871
5745a7df
PE
8722012-12-08 Paul Eggert <eggert@cs.ucla.edu>
873
874 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
875 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
876 New files, copied automatically from gnulib.
877 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
878
63999a7d
EZ
8792012-12-08 Eli Zaretskii <eliz@gnu.org>
880
881 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
882 Remove a stray character at the beginning of the file.
883 (Bug#13026)
884
d983a10b
PE
8852012-12-08 Paul Eggert <eggert@cs.ucla.edu>
886
7be78020
PE
887 Simplify get_lim_data.
888 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
889
d983a10b
PE
890 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
891 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
892 Use SIGCHLD rather than SIGCLD.
893 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
894 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
895 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
896
d8ad4d3f 8972012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
898
899 * configure.ac: Handle info/ files with or without ".info" extension.
900
f64898ab
PE
9012012-11-30 Paul Eggert <eggert@cs.ucla.edu>
902
903 Merge from gnulib for 'inline' (Bug#13040), incorporating:
904 2012-11-29 snippet/warn-on-use: no 'static inline'
905 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
906 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
907 2012-11-29 fflush, stat: no 'static inline'
908 2012-11-29 stdio: better 'inline'
909 2012-11-29 sys_stat: no 'static inline'
910 2012-11-29 unistd: better 'inline'
911 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
912 2012-11-29 extern-inline: no 'static inline'
913 2012-11-29 sys_socket: better 'inline'
914 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
915 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
916 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
917 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
918 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
919 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
920 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
921 Update from gnulib.
922
5c9cf0a3 9232012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 924
5c9cf0a3
GM
925 * make-dist (nt): Adjust to changes in names of the *.manifest files.
926
bcd77a2b
KB
9272012-11-24 Ken Brown <kbrown@cornell.edu>
928
929 * configure.ac (HAVE_MOUSE): Remove.
930
95ef7787
PE
9312012-11-23 Paul Eggert <eggert@cs.ucla.edu>
932
933 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
934 * configure.ac: Do not check for dirent.h or closdir.
935
9239d970
PE
9362012-11-21 Paul Eggert <eggert@cs.ucla.edu>
937
938 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
939 * configure.ac: Do not check for getcwd or getwd.
940
1b3b7caa
GM
9412012-11-21 Glenn Morris <rgm@gnu.org>
942
943 * configure.ac (--enable-profiling): Doc fix.
944
d7fcbbfe 9452012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
946
947 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
948 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
949 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
950 at least 64-bit long int. This improves static checking on these
951 platforms, when configured with --enable-gcc-warnings.
952
49cdacda
PE
9532012-11-17 Paul Eggert <eggert@cs.ucla.edu>
954
955 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
956 * configure.ac: Do not check for fcntl.h.
957 * lib/gnulib.mk: Regenerate.
958
3d082a26
PE
9592012-11-16 Paul Eggert <eggert@cs.ucla.edu>
960
961 Remove no-longer-used pty_max_bytes variable.
962 * configure.ac (fpathconf): Remove unnecessary check.
963
73dcdb9f
PE
9642012-11-14 Paul Eggert <eggert@cs.ucla.edu>
965
966 Use faccessat, not access, when checking file permissions (Bug#12632).
967 * .bzrignore: Add lib/fcntl.h.
968 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
969 (gl_FCNTL_O_FLAGS): Define a dummy version.
970 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
971 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
972 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
973 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
974 New files, from gnulib.
975 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
976
8148369c
PE
9772012-11-05 Paul Eggert <eggert@cs.ucla.edu>
978
dd0333b6
PE
979 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
980 * configure.ac (setpgid, setsid): Assume their existence.
981 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
982
8148369c
PE
983 Simplify by assuming __fpending.
984 Now that Emacs is using the gnulib fpending module,
985 there's no need for Emacs to have a separate implementation.
986 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
987 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
988
b3cf17f6
EZ
9892012-11-03 Eli Zaretskii <eliz@gnu.org>
990
3a7089c1
EZ
991 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
992 $(BLD)/close-stream.$(O).
993 ($(BLD)/close-stream.$(O)):
994 ($(BLD)/fpending.$(O)): New dependencies.
995
7ccfb720
PE
9962012-11-03 Paul Eggert <eggert@cs.ucla.edu>
997
998 Fix data-loss with --batch (Bug#9574).
999 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
1000 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
1001 New files, from gnulib.
1002 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1003
3478f4b5
EZ
10042012-11-03 Eli Zaretskii <eliz@gnu.org>
1005
1006 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
1007
d036bcdf
GM
10082012-11-02 Glenn Morris <rgm@gnu.org>
1009
1010 * Makefile.in (EMACS_ICON): New variable.
1011 (install-etc): Use EMACS_ICON to allow choice of icon.
1012
25ca4587
GM
10132012-10-26 Glenn Morris <rgm@gnu.org>
1014
59696ae0
GM
1015 * Makefile.in (EMACS_NAME): New variable.
1016 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
1017
eeced60b
GM
1018 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
1019 applied to $EXEEXT.
1020
25ca4587
GM
1021 * Makefile.in (uninstall): Don't abort if some directories are missing.
1022 Apply transformation rules to manual pages, desktop and icon files.
1023 No more emacs22 icons to uninstall.
1024
a6c2cc07
GM
10252012-10-24 Glenn Morris <rgm@gnu.org>
1026
8bfcb8a6
GM
1027 * Makefile.in (install-etc, install-man):
1028 Don't apply program transform to standard file suffixes.
a6c2cc07 1029
7f8de58c
PE
10302012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1031
1032 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
1033 This ports to Gentoo. Problem originally reported against coreutils,
1034 but Emacs has it too.
1035
ed68379e
GM
10362012-10-23 Glenn Morris <rgm@gnu.org>
1037
1038 * Makefile.in (emacs_transform): Remove.
1039 (install-man): Revert 2012-10-21 change. (Bug#12713)
1040
8dc2a723
GM
10412012-10-21 Glenn Morris <rgm@gnu.org>
1042
ad483434
GM
1043 * Makefile.in (install-etc): Don't install emacs22 icons.
1044
8dc2a723
GM
1045 * Makefile.in (emacs_transform): New variable.
1046 (install-etc): Prefer a make variable to a shell variable.
1047
90eacf99
SM
10482012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
1051
1a9c6830
GM
10522012-10-15 Glenn Morris <rgm@gnu.org>
1053
1054 * Makefile.in (install-man, install-etc):
1055 Apply $TRANSFORM. (Bug#12536#34)
1056 (clean): Delete etc/emacs.tmpdesktop.
1057
cde44a77
KH
10582012-10-11 Kenichi Handa <handa@gnu.org>
1059
1060 * .bzrignore: Add several files under admin/charsets.
1061
e08348a0
DC
10622012-10-08 Daniel Colascione <dancol@dancol.org>
1063
90eacf99
SM
1064 * configure.ac: Add --with-w32 as a window system option.
1065 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
1066 system configuration and set TERM_HEADER to w32term.h when w32 is
1067 configured.
1068
1069 (CYGWIN_OBJ): Add cygw32.o.
1070
335f5ae4
JD
10712012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1072
1073 * configure.ac: Check that OSX is 10.4 or newer.
1074
c622b48f
PE
10752012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1076
1077 Improve sys_siglist detection.
1078 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
1079 Otherwise, it's not found in either Fedora 17 or Solaris 11.
1080
2b794d69
PE
10812012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1082
bb1dfdad
PE
1083 Merge from gnulib, incorporating:
1084 2012-10-02 pselect: reject invalid file descriptors
1085 2012-10-02 ptsname: reject invalid file descriptors
1086 2012-10-02 manywarnings: cater to more gcc infelicities
1087 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1088 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1089 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1090 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1091
65788e2e
PE
10922012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1093
1094 Merge from gnulib, incorporating:
1095 2012-09-28 extern-inline: provide a -Wundef safe config.h
1096
a615a3ae
PE
10972012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Check more robustly for timer_settime.
1100 This should fix an OS X build problem reported by Ivan Andrus in
1101 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1102 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1103 does threads its own way.
89d17fd0 1104 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 1105
c462dda8
PE
11062012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1107
1108 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1109 to avoid problems with recursion when using GNU make.
1110
e41c05e5
PE
11112012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1112
bbe099e7
PE
1113 * Makefile.in (bootstrap): Simplify build procedure.
1114 Suggested by Wolfgang Jenker in
1115 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1116
e41c05e5
PE
1117 Merge from gnulib, incorporating:
1118 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1119
db8a5a18
TH
11202012-09-19 Tassilo Horn <tsdh@gnu.org>
1121
1122 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
1123 BoundingBox feature.
1124
5fb91e71
JD
11252012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1126
1127 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1128
d3612ac3
AS
11292012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1130
1131 * Makefile.in (bootstrap): Revert last change. Run config.status
1132 after config.status --recheck, run configure from $(srcdir).
1133 (config.status): Run configure from $(srcdir).
1134
eeceac93
PE
11352012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1136
50bfc824
PE
1137 * Makefile.in: Fix build error on FreeBSD.
1138 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1139 Suggested by Wolfgang Jenker in
1140 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1141 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1142 This undoes part of the 2012-09-10 patch.
1143 (bootstrap): Run ./configure, rather than trying to run config.status
1144 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
1145 Run autogen/copy_autogen if autogen.sh fails,
1146 to create 'configure'; problem reported by Andreas Schwab in
1147 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1148 * autogen.sh: Exit with status 1 when failing due to missing tools,
1149 reverting the 2012-09-10 change to this file.
1150 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1151 Use 'cp -f' for the build-aux files, since the destinations are
1152 typically read-only.
50bfc824 1153
eeceac93
PE
1154 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1155 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1156 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1157
78f83752
GM
11582012-09-17 Glenn Morris <rgm@gnu.org>
1159
1160 * configure.ac (copyright): New output variable.
1161 (COPYRIGHT): New AC_DEFINE.
1162
0caaedb1
PE
11632012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1164
1165 Remove configure's --without-sync-input option (Bug#12450).
1166 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1167
83da1b55
GM
11682012-09-16 Glenn Morris <rgm@gnu.org>
1169
1170 Increase compartmentalization of Nextstep builds rules,
1171 and store Emacs version number in fewer versioned files.
1172 * configure.ac (ns_appsrc): Use relative names.
1173 (ns_frag): Remove.
1174 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
1175 (nextstep/Makefile): Generate these nextstep files.
1176 (SUBDIR_MAKEFILES): Add nextstep.
1177 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
1178 * make-dist (nextstep/templates): Add directory.
1179 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
1180 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 1181 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 1182
0328b6de
PE
11832012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1184
1185 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1186 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
1187 (_setjmp, _longjmp): Remove.
1188
e3141fcf
PE
11892012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1190
2af03429
PE
1191 * configure.ac (--without-sync-input): Fix typo in usage message.
1192
e3141fcf
PE
1193 * configure.ac: Port to hosts lacking gtk.
1194 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
1195 better, in particular, problems in invoking pkg-config itself.
1196 This is useful on hosts that don't have pkg-config.
1197 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1198 and gtk2 are both missing. Problem found on Solaris 8.
1199
2c484e75
JD
12002012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1201
1202 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 1203 Report Gtk+ 3 as GTK.
2c484e75 1204
4a4bbad2
PE
12052012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1206
1207 Simplify SIGIO usage (Bug#12408).
1208 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1209 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1210 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1211 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1212 to #undef SIGIO now (which was error-prone). Likewise, all uses
1213 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1214
d673aedc
JD
12152012-09-12 Jan Djärv <jan.h.d@swipnet.se>
1216
1217 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1218 and then gtk2 if not found.
1219 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1220 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1221 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1222
9d9edd4b
GM
12232012-09-11 Glenn Morris <rgm@gnu.org>
1224
1225 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1226 Be more explicit about dependencies, for parallel `make install'.
1227
c990426a
PE
12282012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1229
1230 Simplify, document, and port floating-point (Bug#12381).
1231 * configure.ac (logb, cbrt): Do not check for these functions,
1232 as they are not being used.
1233
b8b0239f
PE
12342012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1235
1236 Improve robustness of 'make bootstrap' (Bug#12376).
1237 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1238 * INSTALL, README: Document autogen.sh.
1239 * Makefile.in (Makefile): Mark it as precious, since it's updated
1240 atomically.
1241 (MAKE_CONFIG_STATUS): New macro.
1242 (config.status, bootstrap): Use it. This causes 'make bootstrap'
1243 to run config.status with the --recheck option, which is more
1244 appropriate for a bootstrap.
1245 (bootstrap): Run autogen.sh right after cleaning. Don't worry
1246 about failures due to missing tools.
1247 * autogen.sh: Exit with status 101 when failing due to missing tools.
1248 * make-dist: Distribute autogen.sh.
1249
f6196b87
PE
12502012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1251
1252 Assume C89 or later for math functions (Bug#12381).
1253 * configure.ac (frexp, fmod): Remove checks for these functions,
1254 as we now assume them.
1255 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1256 (HAVE_EXCEPTION):
1257 Remove; no longer needed.
1258
1a4f1e9b
PE
12592012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1260
1261 More signal-handler cleanup (Bug#12327).
1262 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1263
2fe28299
PE
12642012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1265
1266 Signal-handler cleanup (Bug#12327).
1267 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1268 Adjust to syssignal.h changes.
1269 (SIGNAL_H_AB): Remove; no longer needed.
1270
7b6c362e
PE
12712012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1272
1088b922
PE
1273 Simplify redefinition of 'abort' (Bug#12316).
1274 * configure.ac (NO_ABRT): Remove.
1275
7b6c362e
PE
1276 * configure.ac (_setjmp, _longjmp): Check by compiling
1277 instead of by guessing. The guesses were wrong for
1278 recent versions of Solaris, such as Solaris 11.
1279
7f507777
PE
12802012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1281
79a7bafe
PE
1282 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1283 It generates false alarms in doc.c, regex.c, xdisp.c. See
1284 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1285
7f507777
PE
1286 Merge from gnulib, incorporating:
1287 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1288 2011-11-30 manywarnings: update the list of "all" warnings
1289
f278d339
JD
12902012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1291
1292 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1293
2d3800d2
PE
12942012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1295
1296 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1297 This ports to glibc 2.15 or later, when configured with
1298 --enable-gcc-warnings. See Eric Blake in
1299 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1300
17a2cbbd
DC
13012012-09-01 Daniel Colascione <dan.colascione@gmail.com>
1302
1303 * configure.ac: Introduce term_header variable, which holds the
1304 value which will become TERM_HEADER in code. We effect our choice
1305 of window system by setting term_header and WINDOW_SYSTEM_OBJ
1306 instead of using ad-hoc variables and flags for each window
1307 system.
1308
6e8aca60
PE
13092012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1312 and if the user has not specified CFLAGS. -g3 simplifies
1313 debugging, since it makes macros visible to the debugger.
1314
f0602979
JB
13152012-08-25 Juanma Barranquero <lekktu@gmail.com>
1316
1317 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1318
391ceac5
EZ
13192012-08-25 Eli Zaretskii <eliz@gnu.org>
1320
1321 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1322 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1323
f4a681b0
PE
13242012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 On assertion failure, print backtrace if available.
1327 Merge from gnulib, incorporating:
1328 2012-08-24 execinfo: port to FreeBSD
1329 2012-08-22 execinfo: new module
1330 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1331 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1332
5af9cb6b
GM
13332012-08-22 Glenn Morris <rgm@gnu.org>
1334
1335 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1336 do not create the bin/emacs link. (Bug#12011)
1337
01b13eb7
PE
13382012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1339
1340 Merge from gnulib, incorporating:
1341 2012-08-20 extern-inline: support old GCC 'inline'
1342
9aa0092c
GM
13432012-08-20 Glenn Morris <rgm@gnu.org>
1344
1345 * configure.ac (AC_PROG_LN_S): Test for ln.
1346 * Makefile.in (LN_S): New, set by configure.
1347 (install-arch-dep): Use $LN_S.
1348
562d4436
PE
13492012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1350
1351 Merge from gnulib, incorporating:
1352 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1353 2012-08-19 mktime, sys_select: avoid 'static inline'
1354 2012-08-19 gnulib-tool: Fix indentation.
1355
51e6d6b2
PE
13562012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1357
1358 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1359 These files have been unused since the 2012-06-22 patch that
1360 introduced high-resolution time stamps.
1361
1598ef28
JB
13622012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1363
1364 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1365 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1366
76d0e68f
PE
13672012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1368
1369 Merge from gnulib, incorporating:
1370 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1371
57239922
JB
13722012-08-10 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1375 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1376 ($(BLD)/u64.$(O)): Update dependencies.
1377
9374581a
GM
13782012-08-10 Glenn Morris <rgm@gnu.org>
1379
1380 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1381
da3d2105
DA
13822012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1383
1384 * configure.ac (--disable-features): Rename to --without-all.
1385 (OPTION_DEFAULT_ON): Change to use with_features.
1386 * INSTALL: Fix description.
1387
c30d4aef
DA
13882012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1389
1390 * configure.ac: New option --disable-features.
1391 (OPTION_DEFAULT_ON): Change to use enable_features.
1392 * INSTALL: Explain --disable-features.
1393
7d732d1a
GM
13942012-08-07 Glenn Morris <rgm@gnu.org>
1395
1396 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1397 * autogen.sh (automake_min): Get it from configure.ac.
1398
1c6f11f4
GM
13992012-08-06 Glenn Morris <rgm@gnu.org>
1400
1db4583a
GM
1401 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1402
1c6f11f4
GM
1403 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1404 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1405 (DISPNEW_NEEDS_STDIO_EXT): New define.
1406
68b0c113
MA
14072012-08-05 Michael Albinus <michael.albinus@gmx.de>
1408
a4fe5376 1409 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 1410
32d9ba9a
UM
14112012-08-05 Ulrich Müller <ulm@gentoo.org>
1412
1413 * configure.ac: Disable paxctl if binaries don't have a
1414 PT_PAX_FLAGS program header. (Bug#11979)
1415
fddc1855
EZ
14162012-08-03 Eli Zaretskii <eliz@gnu.org>
1417
1418 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1419 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1420 (SHA512_H): Don't mention u64.h twice.
1421 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1422 New targets.
1423
f35ef0ed
PE
14242012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1425
1426 Merge from gnulib, incorporating:
1427 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1428
d7844221
YM
14292012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1430
1431 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1432 out-of-tree build.
1433
837b365b
GM
14342012-08-02 Glenn Morris <rgm@gnu.org>
1435
d66b744d
GM
1436 * make-dist: Remove src/s.
1437
837b365b
GM
1438 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1439
3f750e43
PE
14402012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1441
a0d4efe9
PE
1442 Merge from gnulib (Bug#12116), incorporating:
1443 2012-08-01 extern-inline: new module
1444 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 1445 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
1446 New files. The new .c files are for instantiating extern inline
1447 functions.
1448
13294f95
PE
1449 Port to Solaris 8.
1450 Without this change, 'configure' fails because the recently-added
1451 wait3 prototype in config.h messes up later 'configure' tests.
1452 Fix this problem by droping wait3 and WRETCODE, as they're
1453 no longer needed on hosts that are current porting targets.
1454 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1455 All uses changed to waitpid and WEXITSTATUS.
1456
3f750e43
PE
1457 Avoid needless autoheader after autogen.sh.
1458 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1459 * .bzrignore: Add it.
1460 * autogen.sh: Create it.
1461
ae21c275
GM
14622012-08-01 Glenn Morris <rgm@gnu.org>
1463
1464 * configure.ac (DOS_NT, MSDOS): New system type templates.
1465
fca64dbd
UM
14662012-08-01 Ulrich Müller <ulm@gentoo.org>
1467
1468 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1469 Don't include crtbegin.o and crtend.o. (Bug#12047)
1470
5c0c0e8a
GM
14712012-08-01 Glenn Morris <rgm@gnu.org>
1472
ca35a5f7
GM
1473 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1474 (INTERNAL_TERMINAL): New.
b72c9a8c 1475
5c0c0e8a
GM
1476 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1477 (IS_ANY_SEP): Move here from src/lisp.h.
1478
552a99b4
JB
14792012-08-01 Juanma Barranquero <lekktu@gmail.com>
1480
1481 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1482 (CONF_POST_H): New macro.
1483
8d8e2dfe
GM
14842012-07-31 Glenn Morris <rgm@gnu.org>
1485
bc96620a
GM
1486 * configure.ac (S_FILE): Remove output variable.
1487
68169a33
GM
1488 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1489
b2c7a106
GM
1490 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1491 Move here from src.
1492
8d8e2dfe
GM
1493 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1494 Move here from conf_post.h.
1495
c09bfb2f
DA
14962012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1497
1498 Improve OpenMotif detection on GNU/Linux systems.
1499 * configure.ac (MOTIF): Check for /usr/include/openmotif
1500 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1501
57ae02b1
AS
15022012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1503
1504 * Makefile.in (install-arch-indep): Avoid eval.
1505
c1529ded
GM
15062012-07-31 Glenn Morris <rgm@gnu.org>
1507
b3a56300
GM
1508 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1509
cd8bac79
GM
1510 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1511 when removing src/s/sol2-6.h yesterday.
1512
268e2432
GM
1513 * configure.ac (USG5_4): Reintroduce this.
1514 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1515
400d5621
GM
1516 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1517
7552f3ee
GM
1518 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1519 and to s/usg5-4-common.h on irix6-5.
c1529ded 1520
b429a4ee
GM
15212012-07-30 Glenn Morris <rgm@gnu.org>
1522
1523 * configure.ac (AH_BOTTOM): Use an include file, so that the
1524 contents do not get processed by autoheader.
1525
0aee6912
PE
15262012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1527
8f25abd3
PE
1528 Do not overwrite config.status while executing it (Bug#11214).
1529 * Makefile.in (MAKEFILE_NAME): New macro.
1530 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1531 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1532 so that GNU 'make' isn't tempted to make the Makefile and then
1533 regenerate config.status while config.status is running.
1534
0aee6912
PE
1535 Update .PHONY listings in makefiles.
1536 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1537 FRC, install-arch-dep, install-arch-indep, install-doc,
1538 install-info, install-man, install-etc, install-strip, uninstall,
1539 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1540 (.RECURSIVE): Remove; hasn't been needed for years.
1541
0a763bd1
GM
15422012-07-30 Glenn Morris <rgm@gnu.org>
1543
32bac6d6
GM
1544 * configure.ac (SIGNAL_H_AHB): New hack macro.
1545 (opsysfile): Set to empty on netbsd, openbsd.
1546 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1547
b65e7c46 1548 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 1549
847bb9eb
JD
15502012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1551
1552 * Makefile.in (install-arch-indep): Remove sh -x.
1553
d34d6ffc
GM
15542012-07-30 Glenn Morris <rgm@gnu.org>
1555
abc7ec54
GM
1556 * configure.ac (opsysfile): Tweak message for null case.
1557
227f5bd0
GM
1558 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1559 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 1560
dc5493f1
PE
15612012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1562
1563 Merge from gnulib, incorporating:
1564 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1565
ffd817eb
JD
15662012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1567
1568 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1569
e32a5799
PE
15702012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1571
1572 Use Gnulib environ module (Bug#9772).
1573 * m4/environ.m4: New file, from gnulib.
1574 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1575
1576 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1577 This should improve portability of macros like alignof and DECL_ALIGN.
1578 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1579 * .bzrignore: Add lib/stdalign.h.
1580 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1581 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1582 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1583 fiddles with this, as gnulib now does this for us.
1584
441efe9f
DA
15852012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1586
1587 Fix toolkit configuration report.
1588 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1589 --with-x-toolkit=gtk3 is used.
1590
5dad233c
PE
15912012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1592
1593 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1594 * configure.ac: Configure gnulib at the end, not before running
1595 pkg-config. This restores the behavior before 2012-06-22, when
1596 higher-resolution time stamps were added, and fixes a bug whereby
1597 LIB_PTHREAD was not used and gnulib's part of 'configure'
1598 therefore incorrectly assumed that pthread_sigmask wasn't working.
1599 Fix the problem with -lrt and clock_gettime a different way.
1600 This should complete the fix for Bug#11884.
1601 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1602
b6e9e0ff
PE
16032012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1604
1605 Merge from gnulib, incorporating:
1606 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1607 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1608
5b3f250f
GM
16092012-07-14 Glenn Morris <rgm@gnu.org>
1610
1611 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1612 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1613
dbee5793
GM
16142012-07-13 Glenn Morris <rgm@gnu.org>
1615
32fb4bb6
GM
1616 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1617
983188fd
GM
1618 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1619 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1620 Move "system type" macros here from src/s.
1621 (BSD_SYSTEM_AHB): New hack macro.
1622 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1623
5b633342
GM
1624 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1625 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 1626
308aab79
GM
16272012-07-12 Glenn Morris <rgm@gnu.org>
1628
4fae5a7a
GM
1629 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1630 setting here from src/s/darwin.h.
1631
51c3b9b4
GM
1632 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1633 as src/s/darwin.h used to.
1634
42bd1719
GM
1635 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1636 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 1637 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 1638 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 1639 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 1640 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 1641 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 1642
c43fb4c3
GM
16432012-07-11 Glenn Morris <rgm@gnu.org>
1644
1645 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 1646 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 1647
554fef51
PE
16482012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1649
1650 * configure.ac (tzset): Remove check that's redundant with gnulib.
1651
c8add24e
GM
16522012-07-11 Glenn Morris <rgm@gnu.org>
1653
172bedef
GM
1654 * configure.ac (CLASH_DETECTION): Define unconditionally.
1655
249685df
GM
1656 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1657
c8add24e 1658 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 1659 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 1660
5ebbef1d
PE
16612012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1662
bb352260
PE
1663 Assume mkdir, rename, rmdir, strerror.
1664 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 1665
20e94fdd
GM
16662012-07-11 Glenn Morris <rgm@gnu.org>
1667
9d596af3
GM
1668 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1669
20e94fdd
GM
1670 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1671
22ffb973
PE
16722012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1673
1674 Remove "#define unix" that is no longer needed (Bug#11905).
1675 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1676 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1677 2012-07-09 getopt: Simplify after Emacs changed.
1678
882cf227
GM
16792012-07-10 Glenn Morris <rgm@gnu.org>
1680
d02eb359
GM
1681 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1682 Move here from src/s.
882cf227 1683
cda158b4
AS
16842012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1685
1686 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1687 PNG_DEPRECATED.
1688
5994c183
PE
16892012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1690
1691 Add GCC-style 'const' attribute to functions that can use it.
1692 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1693 (ATTRIBUTE_CONST): New macro, in config.h.
1694
52331d2c
JB
16952012-07-09 Juanma Barranquero <lekktu@gmail.com>
1696
1697 * lib/makefile.w32-in: Rework dependencies.
1698 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1699 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1700 (U64_H, SHA512_H): New macros.
1701 (SRC): Redefine to point to src/, not current directory.
1702 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1703 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1704 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1705 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1706 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1707 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1708 ($(BLD)/filemode.$(O)): Update dependencies.
1709
c4444d16
PE
17102012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1711
2f93ecce
PE
1712 Merge from gnulib, incorporating:
1713 2012-07-09 timespec: mark functions with const attributes
1714
c4444d16
PE
1715 Rename configure.in to configure.ac (Bug#11603).
1716 The name 'configure.in' has been obsolescent for quite some time,
1717 and the next release of Autoconf will generate warnings for it.
61a11606
PE
1718 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1719 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
1720 * configure.ac: Rename from configure.in.
1721 * INSTALL, INSTALL.BZR, README, make-dist:
1722 * Makefile.in (AUTOCONF_INPUTS):
1723 * autogen.sh (autoconf_min):
1724 * autogen/update_autogen (sources):
1725 Adjust to reflect new name.
1726
0ccb0b09
PE
17272012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1728
1729 Restore deprecation warnings, except for older libpng.
1730 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1731 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1732 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1733
4da41f1c
AS
17342012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1735
1736 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1737
6045c4fd
PE
17382012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1739
1740 Improve static checking when configured --with-ns.
1741 See Samuel Bronson's remarks in
1742 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1743 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1744 a no-op with recent GCC and harmful in earlier ones.
1745 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1746 warning when compiling with ObjC. Always omit
1747 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1748 being done correctly.
1749
4516fbef
GM
17502012-07-07 Glenn Morris <rgm@gnu.org>
1751
41f9404e
GM
1752 * configure.in (BROKEN_SA_RESTART): Doc fix.
1753
4516fbef
GM
1754 * configure.in: Rather than checking for things then undef'ing
1755 them on some platforms, simply don't check for them.
1756 (getwd): Don't check for it on unixware.
1757 (random, rint): Don't check for these on hpux.
1758 (res_init, libresolv): Don't check for these on darwin.
1759
07adc2c6
JB
17602012-07-07 Juanma Barranquero <lekktu@gmail.com>
1761
1762 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1763 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1764 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1765 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1766
a69ca799
PE
17672012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1768
f5c08e17
PE
1769 * configure.in: Document --enable-gcc-warnings better.
1770
fee5959d
PE
1771 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1772 This is safer than strcasecmp, which has unspecified behavior
1773 outside the POSIX locale and in practice sometimes does not work
1774 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1775 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 1776
fee5959d
PE
1777 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1778 * lib/c-strncasecmp.c: New files, taken from gnulib.
1779 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1780
a69ca799
PE
1781 Merge from gnulib, incorporating:
1782 2012-07-06 timespec-sub: avoid duplicate include
1783 Reported by Juanma Barranquero.
1784
a02d99e7
GM
17852012-07-06 Glenn Morris <rgm@gnu.org>
1786
1787 * make-dist [update]: Let autoreconf figure out what needs updating.
1788 Use `make info-real'. leim/leim-list.el should always exist.
1789 Check cd return value.
1790
7dca65a4
PE
17912012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1794 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1795 2012-07-05 sys_time: allow too-wide tv_sec
1796
013aabf1
PE
17972012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 Merge from gnulib.
1800 * lib/alloca.in.h: New version from gnulib, incorporating:
1801 2012-07-03 alloca: add support for HP NonStop TNS/E native
1802
8ce70ed2
DA
18032012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1804
1805 * configure.in: If --enable-gcc-warnings, disable
1806 -Wunsafe-loop-optimizations for -O1 optimization level.
1807
ca26824c
GM
18082012-06-30 Glenn Morris <rgm@gnu.org>
1809
1810 * configure.in (standardlisppath): New output variable.
1811 (lisppath): Use standardlisppath.
1812 * Makefile.in (standardlisppath): New, set by configure.
1813 (epaths-force): Use standardlisppath and locallisppath rather than
1814 lisppath.
1815
94eb8e0a
DA
18162012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1817
1f9f395d 1818 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
1819 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1820 Add --enable-link-time-optimization.
1821 * INSTALL: Mention this.
1822
e509cfa6
DA
18232012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1824
1825 * configure.in: Add glyphs category to --enable-checking option.
1826 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1827
a54e2c05
DA
18282012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1829
1830 * configure.in (ENABLE_CHECKING): Update comment.
1831
059e4fb5
PE
18322012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1833
15458df4
PE
1834 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1835 Emacs proper no longer uses these headers, and can rely on Gnulib
1836 for these checks.
1837
059e4fb5
PE
1838 Merge from gnulib.
1839 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1840 getopt-posix: No longer guarantee that option processing is resettable.
1841
1ba6038a
GM
18422012-06-27 Glenn Morris <rgm@gnu.org>
1843
0b6b25d5
GM
1844 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1845
1ba6038a
GM
1846 * INSTALL: Remove references to paths.el.
1847
cc06e7e7
EZ
18482012-06-26 Eli Zaretskii <eliz@gnu.org>
1849
90eacf99
SM
1850 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1851 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
1852 the same object file to be mentioned twice, causing failures in
1853 parallel builds.
1854
cf38a720
PE
18552012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1856
1857 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1858 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1859
3511c784
DA
18602012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1861
1862 * configure.in (AC_CHECK_FUNCS): Detect library functions
1863 strcasecmp and strncasecmp.
1864
845ca893
PE
18652012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1866
1867 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1868 We might as well use the spelling standardized by C11,
1869 as in the long run that should simplify maintenance.
1870 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1871
696056c2
EZ
18722012-06-24 Eli Zaretskii <eliz@gnu.org>
1873
1874 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1875 ($(BLD)/timespec-add.$(O)):
1876 ($(BLD)/timespec-sub.$(O)): Don't depend on
1877 $(EMACS_ROOT)/nt/inc/sys/time.h.
1878
1879 * lib/stat-time.h:
1880 * lib/timespec.h:
1881 * lib/utimens.h: Revert last change.
1882
47d0c011
PE
18832012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1884
1885 Merge from gnulib.
1886 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1887 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1888
388cdec0
EZ
18892012-06-23 Eli Zaretskii <eliz@gnu.org>
1890
1891 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1892 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1893 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1894 $(BLD)/timespec-sub.$(O).
1895 ($(BLD)/dtotimespec.$(O)):
1896 ($(BLD)/gettime.$(O)):
1897 ($(BLD)/timespec-add.$(O)):
1898 ($(BLD)/timespec-sub.$(O)): New dependencies.
1899
1900 * lib/stat-time.h:
1901 * lib/timespec.h:
ed9265fc 1902 * lib/utimens.h: Include sys/time.h.
388cdec0 1903
54e8a418
AS
19042012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1905
1906 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1907 the correct CFLAGS and LIBS.
1908
d35af63c
PE
19092012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1910
1911 Support higher-resolution time stamps (Bug#9000).
1912 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1913 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1914 that the new clock stuff doesn't clash with RSVG_LIBS.
1915 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1916 as gnulib does that for us now.
1917 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1918 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1919 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1920 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1921 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1922 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1923 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1924 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1925 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1926 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1927 New files, copied automatically from gnulib.
1928 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1929
05730648
PE
19302012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1931
1932 Merge from gnulib.
1933 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1934 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1935 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1936 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1937 Copy new versions from gnulib, incorporating the following changes:
1938 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1939 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1940 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1941 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1942 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1943 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1944
646b5f55
AS
19452012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1946
1947 * configure.in: Rename --enable-use-lisp-union-type to
1948 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1949 instead of USE_LISP_UNION_TYPE.
1950
8a07a8c6
GM
19512012-06-12 Glenn Morris <rgm@gnu.org>
1952
b4492cba
GM
1953 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1954 (opsysfile): Set specially for sol2-10.
1955
8a07a8c6
GM
1956 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1957 New AC_DEFINEs, for hpux11.
1958 (opsysfile): Set specially for hpux11.
1959
03043c1b
PE
19602012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1961
1962 * configure.in: Coalesce some function checking.
1963 This makes 'configure' a bit smaller.
1964 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1965
ed846e5f
GM
19662012-06-12 Glenn Morris <rgm@gnu.org>
1967
0d369729
GM
1968 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1969
45fa9c0f
GM
1970 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1971
ed846e5f
GM
1972 * configure.in: Anticipate platforms with no src/s file.
1973
0e25d334
CY
19742012-06-12 Chong Yidong <cyd@gnu.org>
1975
1976 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1977
a9be7d2b
GM
19782012-06-11 Glenn Morris <rgm@gnu.org>
1979
1980 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1981
e3a3e213
MA
19822012-06-09 Michael Albinus <michael.albinus@gmx.de>
1983
1984 * configure.in (dbus_type_is_valid): Check for library function.
1985
276d5f5d
GM
19862012-06-06 Glenn Morris <rgm@gnu.org>
1987
1988 * INSTALL, make-dist: Remove vcdiff.
1989
418cd726
GM
19902012-06-03 Glenn Morris <rgm@gnu.org>
1991
1992 * INSTALL, make-dist: Remove rcs-checkin.
1993
c71232db
UM
19942012-06-03 Ulrich Müller <ulm@gentoo.org>
1995
1f9f395d 1996 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 1997
501390c5
PE
19982012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
2001 It is confusingly named and rarely useful. See, for example,
2002 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
2003 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
2004 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
2005 * configure.in: Remove --disable-maintainer-mode.
2006 (USE_MAINTAINER_MODE, MAINT): Remove.
2007
0e7a053e
PE
20082012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2009
2010 Make 'configure' a bit smaller and faster.
2011 * configure.in (INSTALL_INFO): Set it with one call to
2012 AC_PATH_PROG, not three.
2013 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
2014 so likely that it'll be needed.
2015 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
2016 (AC_PROG_MAKE_SET): Remove; Automake does this.
2017 (sysinfo): Do not check for this function, as it's never used.
2018 (tzset): Check for this function just once.
2019 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2020 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
2021
cd376509
EZ
20222012-05-27 Eli Zaretskii <eliz@gnu.org>
2023
42a53d84
EZ
2024 * config.bat (lib): Create/update lib/stdalign.in-h and
2025 lib/sys_types.in-h.
2026
0e7a053e
PE
2027 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
2028 ($(BLD)/sha1.$(O)):
2029 ($(BLD)/sha256.$(O)):
cd376509
EZ
2030 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2031 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2032
2033 * lib/getopt_.h: Regenerate.
2034
50c4645e
PE
20352012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2036
2037 Assume gnulib does largefile.
2038 Gnulib does the largefile configuration anyway, so when configure.in
2039 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
2040 * configure.in (AC_SYS_LARGEFILE): Remove.
2041 * lib/gnulib.mk: Autoupdate.
2042
caf8a9b2
PE
20432012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2044
2045 Merge from gnulib. (Bug#11527)
2046
2047 The build procedure now creates <stdalign.h> and <sys/types.h> for
2048 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
2049 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
2050 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
2051 msdos and nt builds.
2052
2053 Here is a precis of gnulib changes that seem relevant; please see
2054 the gnulib ChangeLog for details.
2055
2056 2012-05-18 crypto: fix bug in large buffer handling
2057 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
2058 2012-05-10 _Noreturn: port config.h to gcc -Wundef
2059 2012-05-08 warnings.m4: give a means to specify the program to compile
2060 2012-05-07 stdint: be more consistent with glibc, SunOS libc
2061 2012-04-21 Large File Support for native Windows platforms.
2062 2012-04-14 stat: Bypass buggy override in mingw64.
2063 2012-03-29 stdio: don't assume gets any more
2064 2012-03-24 Enable common subexpression optimization in GCC.
2065 2012-02-09 maint: replace FSF snail-mail addresses with URLs
2066 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
2067 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
2068 2012-01-21 stdint: Add support for Android.
2069 2012-01-15 Improve support for MSVC 9.
2070 2012-01-08 mktime: Avoid compilation error on Solaris 11.
2071 2012-01-05 Use ', not `, for quoting output.
2072 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
2073 2012-01-05 strtoimax: Work around AIX 5.1 bug.
2074 2012-01-05 inttypes: Modernize.
2075 2011-12-13 inttypes, stdint: add C++11 support
2076 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
2077 2011-11-21 _Noreturn: Check that _MSC_VER is defined
2078 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
2079 2011-11-09 raise: fix mingw handling of SIGPIPE
2080 2011-10-27 Add stdalign module and use it in other modules.
2081
2082 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
2083 * m4/sys_types_h.m4:
2084 New files.
2085 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2086 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2087 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
2088 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2089 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2090 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2091 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2092 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2093 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2094 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2095 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2096 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2097 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2098 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2099 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2100 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2101 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2102 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2103 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2104 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2105 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2106 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2107 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2108 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2109 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2110 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2111 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2112 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2113 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2114 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2115 Update from gnulib.
2116
34374650
PE
21172012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2118
2119 Remove src/m/*.
2120 * configure.in: Remove all mention of src/m/*.
2121 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2122 All uses removed.
2123 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2124 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2125 * lib/makefile.w32-in: Remove dependencies on
2126 $(EMACS_ROOT)/src/m/intel386.h.
2127 * make-dist: Don't make links to src/m.
2128
ec21c7f8
PE
21292012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2130
2131 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2132 Without this further fix, aclocal was being invoked unnecessarily.
2133
39078e4a
GM
21342012-05-22 Glenn Morris <rgm@gnu.org>
2135
2136 * Makefile.in (blessmail, install-arch-dep, uninstall):
2137 Check cd lib-src works.
2138 (install-arch-dep, uninstall): Remove unneeded subshells.
2139
be17565b
GM
21402012-05-21 Glenn Morris <rgm@gnu.org>
2141
ff0c3cfb
GM
2142 * update-subdirs: Move to build-aux/.
2143 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2144
d10cfddd
GM
2145 * Makefile.in (leimdir): New, set by configure.
2146 (COPYDIR, COPYDESTS): Add leim directories.
2147 (install-leim): Remove.
2148 (install-arch-indep): Handle leim installation directly.
2149
be17565b
GM
2150 * vpath.sed: Remove unused file.
2151 * make-dist: No more vpath.sed.
2152
9b4ee616
PE
21532012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2154
fb77d37e
PE
2155 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2156 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2157 even though the file's name in gnulib is m4/gnulib-comp.m4.
2158 This had a problem when merging from gnulib, as the code temporarily
2159 renamed it to the full name, causing problems when interrupted.
2160 Now the file has its full name, with the idea that we will find
2161 a solution for MS-DOS that does not affect the rest of Emacs.
2162 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2163
261cb4bb
PE
2164 Assume C89 or later.
2165 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2166 (POINTER_TYPE, PROTOTYPES): Remove.
2167
9b4ee616
PE
2168 Make merging from gnulib a script, not a makefile action.
2169 Putting it in a makefile has some problems with reflection, as
2170 merging from gnulib updates 'configure', which can update the makefile.
2171 Putting it in a standalone script breaks this loop.
2172 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2173 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2174 Remove, moving the actions to the script admin/merge-gnulib.
2175
261cb4bb
PE
21762012-05-21 Glenn Morris <rgm@gnu.org>
2177
2178 * configure.in (LEIM_INSTALLDIR):
2179 Rename to leimdir, treat like lispdir.
2180
b847032c
GM
21812012-05-21 Glenn Morris <rgm@gnu.org>
2182
2183 * Makefile.in (install-arch-indep, install-doc, install-info)
2184 (uninstall): Scrap superfluous subshells.
2185
a04689de 21862012-05-19 Ulrich Müller <ulm@gentoo.org>
af006ad5
UM
2187
2188 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
2189
003fdae2
PE
21902012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2191
9232a6d9
PE
2192 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
2193 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
2194 getsockopt, setsockopt, mremap, mempcpy.
2195
003fdae2
PE
2196 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2197 is being removed.
2198 (AC_CHECK_FUNCS): Remove ftime.
2199
e7333757
GM
22002012-05-19 Glenn Morris <rgm@gnu.org>
2201
e39b9806 2202 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 2203
42d5aa3e
GM
2204 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2205 Set permissions of lisp/subdirs.el.
2206
9192d37d
GM
2207 * Makefile.in (SUBDIR): Add leim. Update users.
2208
2e5d41e4
GM
2209 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2210
e7333757
GM
2211 * Makefile.in (leim): No need to set PARALLEL.
2212
7606c360
GM
22132012-05-18 Glenn Morris <rgm@gnu.org>
2214
6d1a623e
GM
2215 * Makefile.in (install-arch-indep, install-info, install-man):
2216 Simplify some one-sided ifs.
2217
29473393
GM
2218 * Makefile.in: Install only the relevant DOC file.
2219 (install-arch-indep): Delete etc/DOC*.
2220 (install-doc): No more need to delete etc/DOC.
2221
660c8c1e
GM
2222 * Makefile.in (install-arch-indep): Split into several rules.
2223 (install-doc, innstall-info, install-man): New rules.
2224
37f36bcb
GM
2225 * configure.in (mandir): May as well include it in the NS app bundle.
2226
0629a797
GM
2227 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2228 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2229 (install-arch-indep): Don't install-etc for self-contained ns builds.
2230
136c45ee
GM
2231 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2232 No longer unconditonally add /sw directories. (Bug#2280)
2233
ed0ba302
GM
2234 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2235 (install-arch-indep): Depend on install-leim.
2236 (install): Remove explicit install-leim dependence.
2237
62061397
GM
2238 * Makefile.in (install-arch-indep):
2239 Move last element of mkdir rule here.
2240 (mkdir): Remove rule.
2241
37baa3c8
GM
2242 * Makefile.in (install-arch-indep): Remove unneeded chmods.
2243 INSTALL_DATA does this for us.
2244
b533f05e
GM
2245 * Makefile.in (install-arch-dep): Ensure bindir exists.
2246 Drop mkdir dependency.
2247 (install-arch-indep): Ensure docdir, infodir, mandir exist.
2248 (install-leim): Drop mkdir dependency.
2249 (mkdir): Remove most directories, now made in relevant rules.
2250
7606c360
GM
2251 * Makefile.in (install-arch-indep): Combine adjacent loops.
2252
3a4155de
GM
22532012-05-17 Glenn Morris <rgm@gnu.org>
2254
d9a1e2c2
GM
2255 * Makefile.in (install-etc, mkdir):
2256 Make relevant directories in install-etc rather than mkdir.
2257
4c54abe1
GM
2258 * Makefile.in (write_subdir): Create the directory if needed.
2259 (install-arch-dep, mkdir): No need to make site-lisp directories.
2260
9f1ea7dc 2261 * Makefile.in (write_subdir): New.
05f3d308 2262 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 2263
40c117e7 2264 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 2265 For a self-contained ns build, set these to the appropriate values.
40c117e7 2266 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 2267
b4a36200
GM
2268 * configure.in (ns_self_contained): New output variable.
2269 * Makefile.in (ns_self_contained): New, set by configure.
2270 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
2271 don't bother installing binaries then immediately deleting them.
2272
3a4155de
GM
2273 * Makefile.in (ns_appbindir, ns_appresdir):
2274 Move them before things that may refer to them.
2275 (install-arch-dep): No need to relocate self-contained ns libexec.
2276
2277 * configure.in (archlibdir): Set it for self-contained ns builds.
2278 (libexecdir): Don't expand it now (this is mainly cosmetic).
2279
f04940ae
PE
22802012-05-16 Paul Eggert <eggert@cs.ucla.edu>
2281
2282 * configure.in: Simplify by removing CPP etc.
2283 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2284 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2285 In particular we no longer need to fiddle with CPP, since we don't
2286 use CPP specially any more.
2287 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2288 adjusted compiler.
2289 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2290 since gl_EARLY and/or Autoconf already does these.
2291
27cb7be2
GM
22922012-05-16 Glenn Morris <rgm@gnu.org>
2293
2294 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2295 (CPP): Do not unconditionally set it on Darwin.
2296 Instead, try to test if -no-cpp-precomp is accepted.
2297 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
2298
ec3ca9ec
GM
22992012-05-15 Glenn Morris <rgm@gnu.org>
2300
4e7d487c 2301 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 2302
75a9f5f5
GM
2303 * Makefile.in (install-arch-dep): Do not hard-code version number.
2304
ec3ca9ec
GM
2305 * Makefile.in (install-arch-dep): NS install no longer needs to
2306 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2307
3fe7cdc8
GM
23082012-05-12 Glenn Morris <rgm@gnu.org>
2309
9e6b06ed
GM
2310 * configure.in (ns_appbindir): Remove trailing "/".
2311
3fe7cdc8
GM
2312 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2313 (MKDEPDIR): Use $MKDIR_P.
2314 * Makefile.in (MKDIR_P): New, set by configure.
2315 (mkdir): Use $MKDIR_P.
2316
a873f274
GM
23172012-05-11 Glenn Morris <rgm@gnu.org>
2318
2319 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 2320 Use INSTALL_DATA for the DOC file.
c8e32179 2321 Remove dead code for ./lisp that never executes.
a873f274 2322
ff57c2ec
GM
23232012-05-10 Glenn Morris <rgm@gnu.org>
2324
2325 * configure.in (LEIM_INSTALLDIR): New output variable.
2326
49ed9c8e
SM
23272012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2330
5122804a
GM
23312012-05-08 Glenn Morris <rgm@gnu.org>
2332
2333 * make-dist: No more doc/lispref/*.el.
2334
01319a4e
AS
23352012-05-05 Andreas Schwab <schwab@linux-m68k.org>
2336
2337 * configure.in: Fix quoting bugs.
2338
8045b906
GM
23392012-05-04 Glenn Morris <rgm@gnu.org>
2340
2341 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2342
9fa0e416
GM
23432012-05-02 Glenn Morris <rgm@gnu.org>
2344
3c30e766
GM
2345 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2346 the choices made by FreeBSD and NetBSD. (Bug#10313)
2347
9aa071df
GM
2348 * Makefile.in (INFO_FILES): Remove variable.
2349 (INFO_NONMISC): New variable.
2350 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2351
cd3771a0
GM
2352 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2353 some reason caused problems on an old Solaris.
2354
a36e64d0
GM
2355 * Makefile.in (install-arch-indep, uninstall):
2356 Ensure that INSTALL-type commands are run from top-level.
2357
9e7a4bcf
GM
2358 * info/dir: Make some entries consistent with the source texi files.
2359
9fa0e416
GM
2360 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2361
7adecb99
GM
23622012-05-02 Glenn Morris <rgm@gnu.org>
2363
2364 * Makefile.in (install-arch-indep):
2365 Combine adjacent install-data and install-info loops.
2366
4737362e
GM
23672012-05-01 Glenn Morris <rgm@gnu.org>
2368
ab1121bd
GM
2369 * Makefile.in (MAN_PAGES): Remove.
2370 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2371
a4a18b8b
GM
2372 * configure.in: Try libtinfo for tputs.
2373 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2374
3ba0a545
GM
2375 * configure.in: Combine adjacent $opsys case blocks.
2376
e3da5b19
GM
2377 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2378
262f06da
GM
2379 * configure.in: Invert the TERMINFO logic,
2380 since "yes" is far more common than "no".
2381
9311dcff
GM
2382 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2383
4d5c6349
GM
2384 * configure.in (LD_SWITCH_X_SITE_RPATH):
2385 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2386
4737362e
GM
2387 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2388
562e638f
GM
23892012-04-26 Glenn Morris <rgm@gnu.org>
2390
2391 * make-dist: No more doc/lispref/tindex.pl.
2392
dcbf5805
MA
23932012-04-22 Michael Albinus <michael.albinus@gmx.de>
2394
2395 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2396 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 2397 these library functions.
dcbf5805 2398
4b5b5289
PE
23992012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2400
2401 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2402 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2403 -Werror=deprecated-declarations flag, use of hooks like
2404 __malloc_initialize_hook causes compilation to fail because these
2405 hooks are deprecated. Modify 'configure' to check for these hooks too.
2406 Simplify the 'configure' code to test for all the hooks at once.
2407 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2408 (emacs_cv_var_doug_lea_malloc): ... this new var.
2409
9ee7d8b9
PE
24102012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2411
2412 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2413 dated 2011-10-07. Regenerating from current gnulib would be a
2414 pervasive change, and currently the trunk isn't open to such changes.
2415 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2416 that gnulib does it.
2417 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2418
5e6ab4e6
AS
24192012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2420
2421 * m4/gl-comp.m4: Update. (Bug#11285)
2422
c07a4c0b 24232012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
2424
2425 * configure.in: Don't use the -R option (Bug#11251).
2426
6c94c34f 24272012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 2428
9f46df23 2429 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
2430 I have been using this change for many months in my private copy
2431 of Emacs, and have used it to find several bugs. It's mature
2432 enough to publish now.
2433 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2434 * configure.in: Support --enable-gcc-warnings, in the style of
2435 other GNU packages such as coreutils.
2436 (C_WARNINGS_SWITCH): Remove, replacing with...
2437 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2438 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2439 when including system files with GCC.
2440 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 2441 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
2442 * lib/Makefile.am (AM_CFLAGS): New macro.
2443 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2444
316411f0
DA
24452012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2446
2447 * configure.in (AC_CHECK_FUNCS):
1f9f395d 2448 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 2449
9b9b2ef2
GM
24502012-04-16 Glenn Morris <rgm@gnu.org>
2451
b1aa797c
GM
2452 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2453
9b9b2ef2
GM
2454 * configure.in: Remove X libs workaround for old autoconf.
2455
badf86af
KB
24562012-04-12 Ken Brown <kbrown@cornell.edu>
2457
2458 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2459
2f097256
GM
24602012-04-11 Glenn Morris <rgm@gnu.org>
2461
2462 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2463
a9f72fc1
GM
24642012-04-10 Glenn Morris <rgm@gnu.org>
2465
2466 * configure.in: Conditionally generate admin/unidata/Makefile.
2467
6b4f4a2d
TZ
24682012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2469
a9f72fc1 2470 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 2471
23df914b
GM
24722012-04-09 Glenn Morris <rgm@gnu.org>
2473
fd9d85c2
GM
2474 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2475 (install-leim): Check cd return value. Pass $MFLAGS.
2476 (install-strip): Pass $MFLAGS.
2477
23df914b
GM
2478 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2479 Eg org.texi has been using 4.7 functions for some time.
2480
bf6bba2b
PE
24812012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2482
2483 Check pkg-config exit status when configuring (Bug#10626).
2484 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2485 works; check its exit status. Problem reported by Jordi Gutiérrez
2486 Hermoso in
2487 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2488
f3774f20
GM
24892012-04-07 Glenn Morris <rgm@gnu.org>
2490
2491 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2492
d67a9a85
EZ
24932012-04-07 Eli Zaretskii <eliz@gnu.org>
2494
2495 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2496
f20f95c6
PE
24972012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2498
2499 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2500 * configure.in (LIBS_TERMCAP): Default this to the result of
2501 the tputs library search. Do a run-time test for the linkability
2502 of tputs unless cross-compiling, as that's more reliable if the
2503 link flags and libraries are messed up. Don't change LIBS as
2504 a result of the test, as that may mess up later tests.
2505
75197633
CS
25062012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2507
e7b41c4c 2508 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 2509
75197633
CS
2510 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2511 specific makefiles to support getopt_.h generation with MSVC.
2512
7eb21b49
GM
25132012-02-04 Glenn Morris <rgm@gnu.org>
2514
2515 * Makefile.in (uninstall):
2516 Handle compressed info files and man pages. (Bug#10718)
2517
44f92739
GM
25182012-02-02 Glenn Morris <rgm@gnu.org>
2519
2520 * configure.in [HAVE_NS]:
2521 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2522
6df37268
PE
25232012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2524
2525 Port to older Solaris 10 versions (Bug#10677).
2526 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2527 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2528 possibly this is because Sun fixed the 'stat' bug in my version.
2529 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2530 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2531 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2532 These changes are based on gnulib version
2533 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2534 because Emacs is in feature freeze and we do not want to merge any
2535 more-recent changes from gnulib.
2536
8d8939e8
GM
25372012-01-31 Glenn Morris <rgm@gnu.org>
2538
e4070def
GM
2539 * configure.in: Throw an explicit error if Motif toolkit was
2540 requested but requirements could not be found.
2541
8d8939e8
GM
2542 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2543
5a26ec89
EZ
25442012-01-30 Eli Zaretskii <eliz@gnu.org>
2545
2546 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2547 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2548 with "make -j3".
2549
1b0880d5
JB
25502012-01-16 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * .bzrignore: Ignore etc/__pycache__.
2553
adee8a65
PE
25542011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2555
2556 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 2557 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
2558 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2559 by Nelson H. F. Beebe in
2560 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2561
e152e577
JB
25622011-12-10 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2565
46d14be7
JD
25662011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2567
2568 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2569 instead of LDFLAGS (Bug#10230).
2570
6c269a38
PE
25712011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2572
4eec8d6f
PE
2573 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2574
6c269a38 2575 Propagate configure flags to sub-configures.
1350a3cc 2576 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
2577 New macros.
2578 (config.status, bootstrap): Use them to propagate configure flags
2579 to sub-configures.
2580 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2581
63e94eb8
PE
25822011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2583
2584 * .bzrignore: Add config.cache.
2585
54e9e3bf
JD
25862011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2587
2588 * configure.in: Check for gtk_window_set_has_resize_grip.
2589
20db1522
JB
25902011-11-24 Juanma Barranquero <lekktu@gmail.com>
2591
2592 * configure.in (HAVE_XPM): Fix typo.
2593
60bf278f
GM
25942011-11-22 Glenn Morris <rgm@gnu.org>
2595
5f77c86c
GM
2596 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2597 have confusing effects on the build. (Bug#6401)
2598
60bf278f
GM
2599 * Makefile.in (install-arch-dep): Tweak previous change.
2600
816be9f6
YD
26012011-11-22 Yavor Doganov <yavor@gnu.org>
2602
2603 Do not install arch-dependent files in the app bundle if
2604 --disable-ns-self-contained is requested. (Bug#1335)
2605 * configure.in (exec_prefix, libexecdir): Define relative to
2606 `ns_appbindir' only if configured for a self-contained app.
2607 * Makefile.in (install-arch-dep): Test for the existence of
2608 libexec in the Emacs.app bundle before executing commands.
2609
d5ff9cd0
AS
26102011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2611
2612 * configure.in: Remove reference to src/m/ibms390.h.
2613
1c889bf6
GM
26142011-11-13 Glenn Morris <rgm@gnu.org>
2615
2616 * INSTALL: Tiny updates for disk space used during installation.
2617
a6fc3b5c
EZ
26182011-11-05 Eli Zaretskii <eliz@gnu.org>
2619
2620 * lib/makefile.w32-in (FRC): New dummy target.
2621 (TAGS): Depend on FRC.
2622
9f77899d
GM
26232011-11-04 Glenn Morris <rgm@gnu.org>
2624
1f9f395d 2625 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
2626 Do not include GnuTLS version info in final summary message.
2627
0bd3cb7b
EZ
26282011-10-31 Eli Zaretskii <eliz@gnu.org>
2629
07f3add9
EZ
2630 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2631 they exist there, else from autogen/.
2632
2633 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 2634
d2eaf3e4
NT
26352011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2636
2637 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2638
e782cfab
PE
26392011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2640
2641 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2642 if the library is found. Otherwise, later configure-time tests,
2643 such as the test for pthread_sigmask, generate the wrong results
2644 on some platforms. Problem reported for FreeBSD by Nali Toja.
2645
7da0b018
PE
26462011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2647
2648 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2649 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2650 Remove; no longer needed, now that we defer to strftime for time
2651 zone names.
2652
0ffe1065
JD
26532011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2654
2655 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2656
23769e49
CY
26572011-10-18 Chong Yidong <cyd@gnu.org>
2658
2659 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2660
fd8dea03
GM
26612011-10-13 Glenn Morris <rgm@gnu.org>
2662
2663 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2664
f4cc5b54
PE
26652011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2666
2667 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 2668 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
2669 The check was helpful but not essential in Solaris 2.6 (1997),
2670 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2671 obsolete -- Sun dropped support for it in 2006 -- and without
2672 access to that Silurian platform we can't maintain the code anyway.
2673
7c5ee88e
PE
26742011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2675
d47439a3
PE
2676 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2677 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2678 * m4/gnulib-common.m4: Merge from gnulib.
2679 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2680 command not found" on powerpc-apple-darwin9.8.0.
2681
7c5ee88e
PE
2682 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2683 This is now done by src/alloc.c.
2684
423dbf9b
RS
26852011-10-02 Richard Stallman <rms@gnu.org>
2686
2687 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2688 and xlinux_second_failure to xgnu_linux_second_failure.
2689
31bed486
EZ
26902011-09-29 Eli Zaretskii <eliz@gnu.org>
2691
5f91c1e5
EZ
2692 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2693 lib/signal.in-h.
31bed486 2694
e785f2ec 2695 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
2696 Rename signal.in.h and alloca.in.h.
2697
e1504b9b
EZ
26982011-09-28 Eli Zaretskii <eliz@gnu.org>
2699
2700 * INSTALL: Mention that m17n libraries and libotf are needed for
2701 Arabic shaping.
2702
316f8af0
PE
27032011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2704
2705 Merge from gnulib, improving some licensing wording.
2706 This clarifies and fixes some licensing issues raised by Glenn Morris
2707 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2708 It also merges the latest version of texinfo.tex and has some
2709 MSVC-related changes that don't affect Emacs.
2710 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2711 pathmax, and raise, since these are needed only to address
2712 MSVC-related issues that Emacs doesn't have.
2713 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2714 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2715 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2716 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2717 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2718 * m4/unistd_h.m4: Merge from gnulib.
2719
04d51ad4
AS
27202011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2721
2722 * configure.in: Initialize HAVE_LIBXML2.
2723
6e99ef20
GM
27242011-09-26 Glenn Morris <rgm@gnu.org>
2725
2726 * make-dist: Add lib/makefile.w32-in.
2727
0538fab0
GM
27282011-09-24 Glenn Morris <rgm@gnu.org>
2729
2730 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2731
c5b01d8c
LMI
27322011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2733
2734 * .dir-locals.el: Change the debbugs regexp to allow having the
2735 bug number as the first thing on a line.
2736
0cc87afb
GM
27372011-09-15 Glenn Morris <rgm@gnu.org>
2738
2739 * configure.in: Make configure work with recent GNUsteps.
2740 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2741 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 2742 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 2743
3f44249e
PE
27442011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2745
2746 Merge from gnulib, porting to Tru64.
2747 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2748 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2749 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2750 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2751 doesn't affect Emacs.
2752
c8199d0f
PE
27532011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2754
2755 * configure.in (isnan): Remove now-unnecessary check.
2756
e39b275c 27572011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 2758
abec06ff 2759 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
2760 This is to fix the following problems:
2761 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2762 configured not to use gtk or any other thread-using library,
2763 signals aren't blocked correctly.
2764 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2765 and IRIX's signal handling.
2766 . On Cygwin 1.7.5 it works around an incompatibility with
2767 the system pthread_sigmask.
2768 . On MacOS X 10.5 (32-bit), files whose inode numbers
2769 exceed 2**31 cannot be read or manipulated.
2770 . pthread_sigmask: Actually use results of gl_THREADLIB.
2771 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2772 . find 'ar' program that fits with --host argument.
2773 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
2774 * autogen/README: Update destination list.
2775 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2776 The autogenerated files compile, config.guess,
2777 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
2778 * m4/largefile.m4: New file, so that Emacs does not mess up when
2779 accessing files with large inode numbers in MacOS X 10.5 and later.
2780 * m4/nocrash.m4: New file, to avoid triggering background debugger
2781 and/or create core dumps during 'configure'.
2782 * build-aux/move-if-change: Renamed from move-if-change.
2783 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2784 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2785 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2786 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
2787 * Makefile.in (epaths-force, sync-from-gnulib):
2788 move-if-change is now in build-aux.
2789 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2790 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2791 (mkdir): install-sh is now in build-aux.
2792 * config.bat: c++defs.h is now in build-aux/snippets.
2793 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2794 usual parameter).
2795 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2796 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2797 to build-aux/snippet.
2798 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2799 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2800 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2801 Solaris, enables MacOS extensions, and enables nocrash during
2802 'configure'.
2803 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2804
86633eab 28052011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
2806
2807 * configure.in (snprintf): New check.
2808
015faae4
PE
28092011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2810
695a3dc5 2811 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 2812 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
2813 Remove unreachable pattern hppa*-*-linux-gnu*.
2814 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2815 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 2816
52ec1feb
JD
28172011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2818
2819 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2820
377538cb
JD
28212011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2822
2823 * configure.in: Add header check: sys/socket.h (Bug#8477),
2824 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2825 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2826
ae9e757a
JD
28272011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2828
2829 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2830 (HAVE_GTK_AND_PTHREAD): Remove.
2831
be8ec0b3
AA
28322011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2833
2834 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2835 build, not just GNUstep (Bug#9177).
2836
2573a837 28372011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
2838
2839 Assume freestanding C89 headers, string.h, stdlib.h.
2840 Again, this simplifies the code, and all current platforms have these.
2841 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2842 (AC_HEADER_STDC): Remove.
2843 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2844 (strchr, strrchr): Remove fallback macros.
2845
9cfdb3ec
PE
2846 Assume support for memcmp, memcpy, memmove, memset.
2847 This simplifies the code a bit. All current platforms have these,
2848 as they are required for C89. If this turns into a problem we
2849 can add the gnulib modules for these (a 1-line change to Makefile.in).
2850 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2851
427c285b
PE
28522011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2853
2854 * GNUmakefile: New file.
2855 This is for convenience, so that one can run GNU make in an
2856 unconfigured source tree, and get a default build.
2857
2ad77c9d
JD
28582011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2859
2860 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2861
c8618a06
YM
28622011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2863
2864 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2865 so as to suppress address randomization (Bug#8395).
2866
f6ce9b9a
PE
28672011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2868
3fcf7a1c
PE
2869 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2870 This fixes a build problem on older Mac OS X hosts.
2871
d9706d9f
PE
2872 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2873 test, which runs afoul of Automake installations where, for example,
2874 /usr/share/aclocal contains a copy of gl_THREADLIB.
2875 Problem reported by Sven Joachim in
2876 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2877 This is just a quick temporary fix, specific to Emacs; I'll work
2878 with the other gnulib maintainers to get a more-permanent fix.
2879
af66a2d7 2880 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
2881 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2882 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2883 automatically imported from gnulib.
2884 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2885
1692ae2d 28862011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 2887
8a6ebd58 2888 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 2889 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
2890 * configure.in (AC_TYPE_UID_T): New dummy macro.
2891 Configure gnulib after adjusting LIBS,
2892 so that gnulib can assume the libraries in LIBS.
6db30f83 2893 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 2894 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 2895 * lib/pthread_sigmask.c:
6db30f83
PE
2896 New files, automatically imported from gnulib.
2897 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2898 due to the above changes.
2899 * .bzrignore: Add lib/signal.h.
2900
4a621aae
PE
2901 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2902
5e94cadb
AS
29032011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2904
2905 * configure.in (maintainer-mode): Reflect default in help string.
2906
76b397fb
DN
29072011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * configure.in: Remove reference to iris4d.h.
2910
869795d6
JD
29112011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2912
2913 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2914
3279eb87
GM
29152011-07-01 Glenn Morris <rgm@gnu.org>
2916
2917 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2918
2e6e11eb
LMI
29192011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2920
2921 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2922 which made ./configure infloop.
2923
9851bfc5
JD
29242011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2925
2926 * configure.in (gsettings): New option and check for GSettings.
2927
adbc4ef4
GM
29282011-06-29 Glenn Morris <rgm@gnu.org>
2929
2930 * configure.in: Try to test for the required crt*.o files.
2931
1f773f32
BW
29322011-06-27 Bill Wohler <wohler@newt.com>
2933
2934 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2935
7a7ef429
PE
29362011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2937
2938 Use gnulib's dup2 module instead of rolling our own.
2939 * Makefile.in (GNULIB_MODULES): Add dup2.
2940 * configure.in: Do not check for dup2; gnulib does that now.
2941 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2942
6dd7e400
PE
29432011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2944
2945 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2946
94a807ac 29472011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
2948
2949 Use gnulib's alloca-opt module.
2950 * .bzrignore: Add lib/alloca.h.
2951 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2952 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
2953 as gnulib now does that for us. Put alloca check in config.h.
2954 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
2955 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2956 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2957
3ce9d0d4
LL
29582011-06-21 Leo Liu <sdl.web@gmail.com>
2959
2960 * m4/sha256.m4:
2961 * m4/sha512.m4:
2962 * m4/gl-comp.m4:
2963 * lib/u64.h:
2964 * lib/sha256.c:
2965 * lib/sha256.h:
2966 * lib/sha512.c:
2967 * lib/sha512.h:
2968 * lib/makefile.w32-in (GNULIBOBJS):
2969 * lib/gnulib.mk:
2970 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2971 crypto/sha512 modules from gnulib.
2972
add3f049
PE
29732011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2974
2975 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2976
3a4725e1
GM
29772011-06-17 Glenn Morris <rgm@gnu.org>
2978
2979 * configure.in: Restore the behavior of checking crt-dir only
2980 when the user specified it (not all platforms use it).
2981
bf4846e7
PE
29822011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2983
2984 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2985
4d61f28d 29862011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
2987
2988 * configure.in: Try to determine CRT_DIR automatically when
2989 using gcc.
2990
8c9b2106
PE
29912011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2992
8aeb5be9
PE
2993 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2994 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2995 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2996 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2997 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2998 Merge from gnulib.
8c9b2106 2999
c195f2de
JD
30002011-06-14 Jan Djärv <jan.h.d@swipnet.se>
3001
3002 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
3003
7e2aa385
PE
30042011-06-08 Paul Eggert <eggert@cs.ucla.edu>
3005
3006 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
3007
81eafe29
PE
30082011-06-07 Paul Eggert <eggert@cs.ucla.edu>
3009
3010 * configure.in: Add --with-wide-int.
3011 * INSTALL: Mention this.
3012
9afafefb
PE
30132011-06-06 Paul Eggert <eggert@cs.ucla.edu>
3014
3015 Merge from gnulib.
3016 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
3017
f797625a
PE
30182011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3019
3020 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
3021
90856fe0 30222011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
3023
3024 Use 'inline', not 'INLINE'.
eefc9486 3025 * configure.in (INLINE): Remove.
55d4c1b2 3026
6a3e57bb
PE
30272011-05-29 Paul Eggert <eggert@cs.ucla.edu>
3028
3029 Adjust to recent gnulib change for @GUARD_PREFIX@.
3030 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
3031 All uses of _GL_ for guard prefixes in lib/*.h replaced with
3032 _@GUARD_PREFIX@_.
3033
842b28a0
PE
30342011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3035
e61923c8 3036 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 3037
70716b1d
GM
30382011-05-24 Glenn Morris <rgm@gnu.org>
3039
a22d9d2c
GM
3040 * Makefile.in (check): Just give a message if no test/ directory.
3041
bdd556a2
GM
3042 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
3043
70716b1d
GM
3044 * configure.in (OPT_MAKEFILES_IN): Remove.
3045 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
3046 (SUBDIR_MAKEFILES_IN): New output variable.
3047 * Makefile.in (OPT_MAKEFILES_IN): Remove.
3048 (SUBDIR_MAKEFILES_IN): Let configure set it.
3049
13c3daa4
LL
30502011-05-24 Leo Liu <sdl.web@gmail.com>
3051
3052 * m4/sha1.m4:
3053 * m4/gl-comp.m4:
3054 * lib/sha1.h:
3055 * lib/sha1.c:
3056 * lib/makefile.w32-in (GNULIBOBJS):
3057 * lib/gnulib.mk:
3058 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
3059
e09e38a8
GM
30602011-05-24 Glenn Morris <rgm@gnu.org>
3061
4ba4c54a
GM
3062 * configure.in: Remove test for already configured source directory.
3063 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
3064
5a95c002
GM
3065 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
3066
fa5d79db
GM
30672011-05-24 Glenn Morris <rgm@gnu.org>
3068
6c7e099d
GM
3069 * make-dist: Don't distribute test/. (Bug#8107)
3070 * configure.in (OPT_MAKEFILES_IN): New output variable.
3071 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
3072 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
3073 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
3074 (check): Give an explicit error if test/ is not present.
3075
fa5d79db
GM
3076 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
3077 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
3078 (Makefile): Use $SUBDIR_MAKEFILES_IN.
3079
2df215b5
PE
30802011-05-23 Paul Eggert <eggert@cs.ucla.edu>
3081
3082 * lib/verify.h: Merge from gnulib.
3083
f518ae90
PE
30842011-05-22 Paul Eggert <eggert@cs.ucla.edu>
3085
3086 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3087 Merge from gnulib.
3088
16b71f3a
AS
30892011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3090
3091 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3092
7285dc67
EZ
30932011-05-20 Eli Zaretskii <eliz@gnu.org>
3094
6a45b46f
EZ
3095 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3096
7285dc67
EZ
3097 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3098
b9704ad9
GM
30992011-05-20 Glenn Morris <rgm@gnu.org>
3100
3101 * configure.in (lisp_frag): New output file.
3102
4a720484
GM
31032011-05-19 Glenn Morris <rgm@gnu.org>
3104
3105 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3106 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3107
a3c92bc1
EZ
31082011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3109
8f906c40
EZ
3110 * lib/gnulib.mk:
3111 * lib/intprops.h:
3112 * lib/unistd.in.h:
3113 * m4/inttypes.m4:
3114 * m4/stdint.m4:
3115 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 3116
d681f183
GM
31172011-05-14 Glenn Morris <rgm@gnu.org>
3118
3119 * configure.in: Treat failure to find an X toolkit the same way we treat
3120 failure to find X and image support.
3121
4f8c52a9
GM
31222011-05-12 Glenn Morris <rgm@gnu.org>
3123
3124 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3125 (check-declare): Shell portability fixes. (Bug#8642)
3126
5a7f0a30
TZ
31272011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3128
3129 * configure.in: Require GnuTLS 2.6.x or higher.
3130
b08a63cc 31312011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 3132
c378da0b
PE
3133 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3134 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3135 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3136
19548d08
PE
3137 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3138 This new gnulib-tool option saves 'configure' the trouble of
3139 checking for strtoull when strtoumax exists.
3140
d1a2ac5c
PE
3141 * configure.in (BITS_PER_LONG_LONG): New macro.
3142
773233f8
GM
31432011-05-05 Glenn Morris <rgm@gnu.org>
3144
3145 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3146 (top_distclean): Delete config.log~.
3147
40697cd9
BK
31482011-04-27 Ben Key <bkey76@gmail.com>
3149
3150 * configure.in: Fixed a bug that caused configure with
3151 --enable-checking=stringoverrun to have no effect.
3152
671875da 31532011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
3154
3155 * configure.in: Suppress unnecessary checks for size_t.
3156 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3157 (size_t): Do not check for this, and do not typedef. This code
3158 is never exercised now.
3159
a8a2bb29
PE
3160 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3161 This is needed for the new integer-reading code in lread.c.
3162 It automatically pulls in the following gnulib files, which
3163 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
3164 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3165 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3166 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 3167 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 3168
33630d51
TZ
31692011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3170
3171 * configure.in: Check for GnuTLS certificate verify callbacks.
3172
bfab7d85
SM
31732011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * Makefile.in (config.status): Don't erase in case of error.
3176 In case it disappeared, rebuild it with `configure'.
3177
fe0e7ad7
KB
31782011-04-20 Ken Brown <kbrown@cornell.edu>
3179
3180 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
3181
f5b06c35
GM
31822011-04-12 Glenn Morris <rgm@gnu.org>
3183
3184 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
3185
762f8d96 31862011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
3187
3188 * lib/allocator.c: New file, automatically generated by gnulib.
3189
5fac7083
GM
31902011-04-07 Glenn Morris <rgm@gnu.org>
3191
3192 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
3193
973f782d
EZ
31942011-04-06 Eli Zaretskii <eliz@gnu.org>
3195
3196 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3197 Revert last change.
3198
f1f81baa
JB
31992011-04-06 Juanma Barranquero <lekktu@gmail.com>
3200
3201 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3202 ($(BLD)/careadlinkat.$(O)): New target.
3203 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3204 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3205 Update dependencies.
3206
b70d23ff 32072011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 3208
41cf7d1a
PE
3209 Fix more problems found by GCC 4.6.0's static checks.
3210
aa181334
PE
3211 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3212
1f7196bf 3213 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
3214 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3215 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3216 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3217
c0274801
GM
32182011-04-06 Glenn Morris <rgm@gnu.org>
3219
3220 * autogen/update_autogen: Handle loaddefs-like files as well.
3221 (usage): Add -l, -C.
3222 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3223 With -l, check status of lisp/ as well.
3224 With -C, clean before building.
3225 (autoreconf): Only pass -f in the `clean' case.
3226 (commit): New function.
3227
42e85a8f
GM
32282011-03-28 Glenn Morris <rgm@gnu.org>
3229
39f31873
GM
3230 * autogen/update_autogen: Pass -f to autoreconf.
3231
42e85a8f
GM
3232 * autogen.sh (get_version): Discard "not found" lines.
3233 (check_version): Respect $AUTOCONF etc environment variables.
3234
9af30bdf
GM
32352011-03-27 Glenn Morris <rgm@gnu.org>
3236
3237 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3238 (AH_BOTTOM): Do not define SIGTYPE.
3239
181855e6
GM
32402011-03-26 Glenn Morris <rgm@gnu.org>
3241
3242 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3243 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3244
9ee0d174
AS
32452011-03-25 Andreas Schwab <schwab@linux-m68k.org>
3246
3247 * autogen/update_autogen: Remove useless function keyword.
3248
07da4b3c
EZ
32492011-03-25 Eli Zaretskii <eliz@gnu.org>
3250
3251 * config.bat: Generate src/config.h and lib/Makefile from
3252 autogen/config.in and autogen/Makefile.in.
3253
f6ca84c0
GM
32542011-03-25 Glenn Morris <rgm@gnu.org>
3255
3256 * compile, config.guess, config.sub, depcomp, install-sh, missing:
3257 Remove; autoreconf can supply them.
3258 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3259 config.guess, install-sh. Pass -i to autoreconf.
3260 * autogen/update_autogen (genfiles): Add compile, config.guess,
3261 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
3262 Discard non-error output from autoreconf in -q case.
3263 * autogen/compile, autogen/config.guess, autogen/config.sub:
3264 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3265 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3266 install-sh, missing.
3267
8cc1d519
GM
32682011-03-23 Glenn Morris <rgm@gnu.org>
3269
9bb73912 3270 * autogen/update_autogen: Fix typo.
904a432c 3271 (msg): Remove function; use `exec' instead.
9bb73912 3272
8cc1d519
GM
3273 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3274 (sync-from-gnulib): Don't sync mkinstalldirs.
3275 * make-dist: Don't distribute mkinstalldirs.
3276
c9c49752 32772011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 3278
c9c49752 3279 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
3280 * Makefile.in (GNULIB_MODULES): Add socklen.
3281 * configure.in: Do not check for sys/socket.h, since socklen does that.
3282 * m4/socklen.m4: New automatically-generated file, from gnulib.
3283
d5cad867
PE
3284 fakemail: Remove dependency on ignore-value.
3285 * Makefile.in (GNULIB_MODULES): Add stdio.
3286 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3287 imported from gnulib.
cbd350f1 3288 * .bzrignore: Add lib/stdio.h.
c9c49752 3289
34cb1cc6
GM
32902011-03-22 Glenn Morris <rgm@gnu.org>
3291
3292 * autogen/copy_autogen: Work from ./ or ../.
3293 Fix time-stamps.
3294 * autogen.sh: Doc fix.
3295
66b87493
GM
32962011-03-20 Glenn Morris <rgm@gnu.org>
3297
3298 * autogen/: New directory, to be excluded from releases.
3299 * autogen/copy_autogen, autogen/update_autogen: New scripts.
3300 * autogen/README: New file.
3301 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3302 * autogen/Makefile.in: Add auto-updated generated files.
3303 * autogen.sh: No longer a no-op, now it tests for autotools
3304 and runs them as necessary.
cd1181db 3305 * configure.in: Default maintainer-mode to on.
66b87493
GM
3306 * aclocal.m4, configure, lib/Makefile.in: Remove files.
3307
1ef6de05
PE
33082011-03-13 Paul Eggert <eggert@cs.ucla.edu>
3309
3310 Update for gnulib.
3311 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3312 includes <intprops.h> directly.
3313 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3314 when building Emacs on Solaris 9 and running it on Solaris 10.
3315
0afb4571
J
33162011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3317
3318 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
3319
33383987
JB
33202011-03-07 Chong Yidong <cyd@stupidchicken.com>
3321
3322 * Version 23.3 released.
3323
870d9cf6
GM
33242011-03-06 Glenn Morris <rgm@gnu.org>
3325
3326 * configure.in (FREETYPE_LIBS): Actually set it to something.
3327
6c0dea8a
PE
33282011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3329
3330 Work around some portability problems with symlinks.
3331
3332 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3333 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3334 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3335 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3336 * m4/symlink.m4:
3337 New files, automatically generated from gnulib.
3338 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3339 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3340
945d8b44
EZ
33412011-02-26 Eli Zaretskii <eliz@gnu.org>
3342
03382788
EZ
3343 * .bzrignore: Ignore new lib/*.in-h files.
3344
90eacf99
SM
3345 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3346 Call depfiles.bat even if lib/deps already exist.
945d8b44 3347
9411886d
PE
33482011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3349
3350 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
3351 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3352 recent changes to configure.in and to gnulib.
9411886d 3353
1e8dbdc6
GM
33542011-02-24 Glenn Morris <rgm@gnu.org>
3355
3356 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3357 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3358
f68c809d
PE
33592011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3360
3361 Assume S_ISLNK etc. work, since gnulib supports this.
3362 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3363 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3364 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3365 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3366
ba01e9d7
PE
33672011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3368
3369 * lib/min-max.h: New file, for "min" and "max".
3370
9f8370e6
CS
33712011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3372
90eacf99 3373 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
3374 $(EMACS_ROOT)/nt/inc/stdint.h.
3375
25c51af3
EZ
33762011-02-21 Eli Zaretskii <eliz@gnu.org>
3377
3378 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3379 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3380 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3381
5fa4ac76
PE
33822011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3383
3384 Import filemode module from gnulib.
3385 * .bzrignore: Add lib/sys/.
3386 * Makefile.in (GNULIB_MODULES): Add filemode.
3387 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3388 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3389 from gnulib. This adds support for some more file types, e.g.,
3390 Cray DMF migrated files.
3391 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3392 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3393 * m4/sys_stat_h.m4: New files, generated from gnulib.
3394 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3395 Regenerate.
3396
e1e6b4fb
EZ
33972011-02-20 Eli Zaretskii <eliz@gnu.org>
3398
3399 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3400 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3401
6cac9cb1
PE
34022011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3403
3404 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3405 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3406 is no longer needed, due to the recent SSDATA and related changes.
3407 Perhaps -Wno-pointer-sign should also be removed from
3408 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3409 way to test this so I left it alone.
3410 * configure: Regenerate.
3411
0a19a6f8 34122011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
3413
3414 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3415 src/makefile.w32-in.
3416
61353ac8 34172011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 3418
61353ac8 3419 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 3420 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
3421 Regenerate.
3422 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3423 Import the new versions from gnulib; they assume a C99-style
3424 <stdint.h>, supplied by the stdint module.
3425 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3426 imported from gnulib.
942f733f
PE
3427 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3428 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3429 special cases.
61353ac8 3430
9d9d12cd
EZ
34312011-02-19 Eli Zaretskii <eliz@gnu.org>
3432
152be435 3433 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 3434 Add lib/deps/.
152be435 3435
9d9d12cd 3436 * config.bat: Configure in `lib'.
219463da 3437 Generate *.Po files in lib/deps.
9d9d12cd 3438
7d315eb6
PE
34392011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3440
3441 Import IRIX 6.5 getloadavg fixes from gnulib.
3442 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3443
1f5d53eb
PE
34442011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3445
3446 Import getloadavg module from gnulib.
3447 * .bzrignore: Add lib/stdlib.h.
3448 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3449 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3450 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3451 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3452 Remove; gnulib does this now.
3453 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3454 from gnulib. This adds support for several other systems, such
3455 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3456 buffer overrun on Linux hosts under very high load, and on hosts
3457 that maintain a channel to the load average file it makes sure
3458 the file descriptor is close-on-exec (on hosts that support this)
3459 and is not stdin, stdout, or stderr.
3460 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3461 from gnulib.
3462 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3463 * src/config.in: Regenerate.
3464
bb55f713
PE
34652011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3466
3467 Merge from gnulib.
3468
7127b760
PE
3469 * install-sh: Update to scriptversion 2011-01-19.21.
3470
bb55f713
PE
3471 2011-02-13 Bruno Haible <bruno@clisp.org>
3472
3473 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 3474 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
3475 ATTRIBUTE_DEPRECATED.
3476
3477 2011-02-12 Bruno Haible <bruno@clisp.org>
3478
3479 setlocale: Prefer gnulib's override over libintl's override.
3480 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3481 GNULIB_defined_setlocale is set.
3482
57e96f8e
GM
34832011-02-13 Glenn Morris <rgm@gnu.org>
3484
3485 * make-dist: Exclude generated file src/globals.h.
3486
988c07df
PE
34872011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3488
3489 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3490 Sync from gnulib, which has been patched to fix the problem
3491 with the license notices. Problem reported by Glenn Morris in
3492 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3493
ccded26c
SM
34942011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * .bzrignore: Ignore globals.h and related stamp.
3497
6ffb2c0c
PE
34982011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3499
3500 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3501 This merges the following fix from gnulib:
3502
3503 2011-02-08 Bruno Haible <bruno@clisp.org>
3504
3505 Split large sed scripts, for HP-UX sed.
3506
00b3c7ac
TT
35072011-02-08 Tom Tromey <tromey@redhat.com>
3508
3509 * configure: Rebuild.
3510 * configure.in (NS_OBJC_OBJ): New subst.
3511
91ccade4
PE
35122011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3513
6ffb2c0c
PE
3514 gnulib: allow multiple gnulib generated replacements to coexist
3515 This defines a few preprocessor symbols that should not affect Emacs.
3516 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3517 via "make sync-from-gnulib".
3518
e765a388
PE
3519 gnulib: undo previous change
3520 The upstream _HEADERS change was backed out of gnulib (see the
3521 same thread). Stay in sync with gnulib.
3522
91ccade4 3523 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
3524 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3525 New empty macros, to accommodate recent changes to gnulib. See
3526 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3527 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3528 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3529 * lib/time.in.h, lib/unistd.in.h:
3530 Regenerate.
91ccade4 3531
d67985d3
PE
35322011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3533
3534 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 3535 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
3536 AC_HEADER_STDBOOL. All uses changed. Do not define
3537 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3538 imported from the latest Autoconf git. It was motivated by Emacs,
3539 which uses gnulib but does not need HAVE_STDBOOL_H.
3540 * configure, src/config.in: Regenerate.
3541 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3542
67342916
PE
35432011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3544
3545 allow C code to suppress warnings about ignored return values
3546 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
3547 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3548 * lib/ignore-value.h: New file.
67342916 3549
14beddf4 35502011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
3551
3552 * configure.in: Test existence of xaw3d library, not just the
3553 header (Bug#7642).
3554
6ffb2c0c
PE
35552011-01-31 Eli Zaretskii <eliz@gnu.org>
3556
3557 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3558 $(BLD)/time_r.$(O).
3559 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3560 $(EMACS_ROOT)/src/m/intel386.h.
3561 ($(BLD)/strftime.$(O)):
3562 ($(BLD)/time_r.$(O)): Define prerequisites.
3563
16fab143
PE
35642011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3565
3566 src/emacs.c now gets version number from configure.in
3567 * configure.in (version): Set this from $PACKAGE_VERSION,
3568 which is set from AC_INIT, rather than scouting through src/emacs.c.
3569 * configure: Regenerate.
3570 * make-dist (version): Get it from configure.in, not src/emacs.c.
3571
16c3e636
PE
35722011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3573
3574 strftime: import from gnulib
3575 * Makefile.in (GNULIB_MODULES): Add strftime.
3576 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3577 needed.
6ffb2c0c 3578 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 3579 Regenerate.
6ffb2c0c
PE
3580 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3581 imported from gnulib.
16c3e636
PE
3582 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3583 This incorporates many changes from gnulib, including simpler
3584 handling of multibyte formats, porting to mingw32 and other
3585 platforms, and support for higher-resolution time stamps.
3586 Emacs does not yet use the higher-resolution interface.
3587
3de84ad9
PE
35882011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3589
3590 gnulib: import mktime and move-if-change fixes from gnulib
3591
3592 * configure: Regenerate from the following.
3593
6ffb2c0c
PE
3594 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3595
3596 mktime: clarify long_int width checking
3597 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3598 the top level, to make it clearer that the assumption about
3599 long_int width is being checked. See
3600 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3601
3de84ad9
PE
3602 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3603
3604 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 3605 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
3606 negative number, which the C Standard says has undefined behavior.
3607 In practice this is not a problem, but might as well do it by the book.
3608 Reported by Rich Felker and Eric Blake; see
3609 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
3610 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3611 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3612
3613 mktime: #undef mktime before #defining it
3614 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3615
3616 mktime: systematically normalize tm_isdst comparisons
3617 * lib/mktime.c (isdst_differ): New function.
3618 (__mktime_internal): Use it systematically for all isdst comparisons.
3619 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
3620 normalizing tm_isdst.
3621 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
3622 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3623
3624 mktime: fix some integer overflow issues and sidestep the rest
3625
3626 This was prompted by a bug report by Benjamin Lindner for MinGW
3627 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3628 His bug is due to signed integer overflow (0 - INT_MIN), and I
3629 I scanned through mktime.c looking for other integer overflow
3630 problems, fixing all the bugs I found.
3631
3632 Although the C Standard says the resulting code is still not safe
3633 in the presence of integer overflow, in practice it should be good
3634 enough for all real-world two's-complement implementations, except
3635 for debugging environments that deliberately trap on integer
3636 overflow (e.g., gcc -ftrapv).
3637
3638 * lib/mktime.c (WRAPV): New macro.
3639 (SHR): Also check that long_int and time_t shift right in the
3640 usual way, before using the fast-but-unportable method.
3641 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3642 used. The code already assumed two's complement, so there's
3643 no need to test for alternatives. All uses removed.
3644 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3645 the C standard. Problem reported by Rich Felker in
3646 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3647 (twos_complement_arithmetic): Also check long_int and time_t.
3648 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3649 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3650 (__mktime_internal): Avoid integer overflow with unary subtraction
3651 in two instances where -1 - X is an adequate replacement for -X,
3652 since the calculations are approximate.
3de84ad9
PE
3653
3654 2011-01-29 Eric Blake <eblake@redhat.com>
3655
3656 mktime: avoid infinite loop
3657 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3658 type; behavior is still undefined but portable to all known targets.
3659 Reported by Rich Felker.
3660
6ffb2c0c
PE
3661 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3662
3663 mktime: avoid problems on NetBSD 5 / i386
3664 * lib/mktime.c (long_int): New type. This works around a problem
3665 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3666 but time_t is 64 bits, and where I expect the existing code is
3667 wrong in some cases.
3668 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3669 (ydhms_diff): Bring back the compile-time check for wide-enough
3670 year and yday.
3671
3672 mktime: fix misspelling in comment
3673 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3674 This merges all recent glibc changes of importance.
3675
3de84ad9
PE
3676 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3677
3678 move-if-change: cope with concurrent mv of identical file.
3679 * move-if-change (CMPPROG): Accept environment
3680 variable as an override for `cmp'.
3681 (usage): Document CMPPROG.
3682 Adjust comparison to drop stdout. Cope with failure of mv if
3683 the target file exists and is identical to the source, for
3684 parallel builds.
3685 Report from H.J. Lu against binutils in PR binutils/12283.
3686
6ffb2c0c
PE
36872011-01-29 Eli Zaretskii <eliz@gnu.org>
3688
3689 * lib/makefile.w32-in:
3690 * lib/getopt_.h: New files.
3691
c7e95b91
PE
36922011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3693
3694 improve fix for MS-DOS file name clash
90eacf99 3695 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
3696 for portability to POSIX make. Reported by Bruno Haible.
3697 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3698 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3699 files from accumulating as garbage. Also reported by Bruno Haible.
3700
125c3718
PE
37012011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3702
3703 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3704 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3705 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3706 problems with MS-DOS 8+3 file name restrictions.
3707 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3708 it, it would also cause problems when extracting Emacs distribution
3709 tarballs on MS-DOS hosts.
3710 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 3711 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
3712 * config.guess, config.sub: Sync from gnulib.
3713 * m4/gnulib-cache.m4: Remove from repository.
3714 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3715
4004ef46
GM
37162011-01-25 Glenn Morris <rgm@gnu.org>
3717
0b5c5d82
GM
3718 * README: Add a note about ranges in copyright years.
3719
4004ef46
GM
3720 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3721
06d8ace5 37222011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
3723
3724 * configure.in: Add HP-UX on IA64 (Bug#6811).
3725
d6974efa
PE
37262011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3727
3728 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3729 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3730 as it is no longer needed.
6ffb2c0c 3731 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
3732 * configure.in: Invoke the new gnulib macro
3733 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3734 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3735 * m4/getopt.m4: Sync from gnulib; this removes the need for
3736 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3737 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3738 New macro, synced from gnulib.
3739 * m4/warn-on-use.m4: Remove.
3740
e02ea74b
PE
37412011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3742
3743 aclocal.m4: put this file back into repository
3744 This way, we don't have to assume that the maintainer has
3745 the automake package installed. See
3746 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3747 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3748 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3749 undoing the previous change.
3750 * aclocal.m4: New file (actually, resurrected).
3751
48dcd482
MB
37522011-01-22 Miles Bader <miles@gnu.org>
3753
3754 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3755 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3756 Emacs directly uses fontconfig, and breaks building when using a
3757 strict linker).
3758
925e561d
PE
37592011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3760
b06b1098
PE
3761 src/config.in: shrink slightly
3762 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3763 This makes src/config.in a bit smaller, by removing identifiers
3764 like GNULIB_TEST_MKTIME that Emacs does not need.
3765 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3766 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3767 Sync from gnulib. This removes a few more unnecessary symbols from
3768 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3769 * configure, src/config.in: Regenerate.
3770
925e561d
PE
3771 aclocal.m4: tweaks to regenerate more conveniently
3772 This attempts to act better when the source is in a weird state. See
3773 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3774 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3775 * .bzrignore: Add aclocal.m4.
3776
942be821
PE
37772011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3778
3779 aclocal.m4: omit auto-generated file from repository
3780 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3781 the most recent change here.
3782 * aclocal.m4: Remove from bzr repository. This file is
3783 auto-generated and isn't needed to run 'configure'. See
3784 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3785
0813c96e
PE
37862011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3787
3788 Minor Makefile.in tweaks to build from gnulib better.
3789 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3790 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3791 (top_maintainer_clean): Don't remove aclocal.m4.
3792
7cae64b4
PE
37932011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3794
53911e8f
PE
3795 Minor cleanups for 'bzr status'
3796 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3797 the output of config.guess.
3798 * Makefile.in (top_distclean): Remove stamp-h1 too.
3799
7cae64b4
PE
3800 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3801 defined if the compiler supports GCC-style __attribute__
3802 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3803 this syntax.
3804
a3e44e79 38052011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 3806
3cbecb8f
PE
3807 Makefile.in: tidy up the building of lib
3808 * Makefile.in (am--refresh): Mark as .PHONY.
3809 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3810 as they're not rebuilt unless you do a "make sync-from-gnulib"
3811 and the former is needed for "configure".
3812 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3813 has already removed lib/Makefile.
3814
ecbfcc83
PE
3815 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3816 This avoids building ftoastr and ldtoastr, which aren't needed. See
3817 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 3818
803059b9
PE
3819 * .bzrignore: Add .h files that are host-dependent.
3820 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3821 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3822 host-dependent and are built as part of an ordinary 'make', and
3823 should not be checked in.
3824
6ffb2c0c
PE
3825 * lib/Makefile.in: Regenerate.
3826 * lib/COPYING: New file, a copy of COPYING.
3827
2a78afcc 3828 * configure: Regenerate.
37564543
PE
3829 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3830
e275c824 3831 Regenerate.
6ffb2c0c
PE
3832 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3833 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3834 New files, copied from gnulib by gnulib-tool.
3835 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
3836 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3837 Regenerate.
ecbfcc83 3838
84bbb1ad
PE
3839 Use gnulib's getopt-gnu module.
3840 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3841 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3842 representative of the dependencies.
3843 * configure.in: Do not configure getopt, as gnulib does that now.
3844 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3845 getopt now, in lib.
ecbfcc83 3846
1fd182f0 3847 Regenerate.
6ffb2c0c
PE
3848 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3849 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
3850 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3851 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3852 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3853 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3854 * m4/wchar_t.m4, warn-on-use.h:
3855 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 3856 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3857 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3858 Regenerate.
3859
1e11dbe3
PE
3860 Use gnulib's mktime module.
3861 * Makefile.in (GNULIB_MODULES): Add mktime.
3862 * configure.in: Remove code no longer needed, as gnulib now does it.
3863 (AC_CHECK_FUNCS): Remove mktime.
3864 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3865 (__restrict): Remove, as this now gets in the way of the C99
3866 support for 'restrict' pulled in by the gnulib mktime module.
3867 Code should now use 'restrict' and not '__restrict".
3868 (mktime): Remove.
3869 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3870 and warn-on-use.h into the distribution.
1fd182f0
PE
3871
3872 Regenerate.
6ffb2c0c
PE
3873 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3874 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 3875 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
3876 * lib/dummy.c: Remove.
3877 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3878 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3879 Regenerate.
ecbfcc83 3880
1e11dbe3 3881 Use gnulib's ftoastr module.
fa2c4f56
PE
3882 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3883
743c80a7 3884 Regenerate.
6ffb2c0c
PE
3885 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3886 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
3887 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3888 New files, generated automatically, with 'make sync-from-gnulib'
3889 followed by 'make'.
3890 * configure, lisp/dired.el, src/config.in: Regenerate.
3891
9a514d4a
PE
3892 Automate syncing from gnulib.
3893 * INSTALL, README: Document new subdirectory 'lib'.
3894 * Makefile.in (SUBDIR): Add lib.
3895 (SUBDIR_MAKEFILES): Add lib/Makefile.
3896 (lib-src, src, TAGS, tags): Depend on lib.
3897 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3898 ($(gnulib_srcdir)): New rule.
3899 (sync-from-gnulib): New rule, which is .PHONY.
3900 (lib): New rule, which is like lib-src.
3901 (Makefile): Depend on lib/Makefile.in.
3902 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3903 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3904 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3905 (am--refresh): New rule, to pacify Automake.
3906 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3907 Clean lib, too.
3908 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3909 droppings.
3910 (maintainer-clean, extraclean): Use it.
3911 * configure.in: Initialize for automake and gnulib, by invoking
3912 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3913 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3914 more conveniently with automake.
6ffb2c0c 3915 * lib/Makefile.am: New file.
9a514d4a
PE
3916 * make-dist: Also put into the distribution aclocal.m4,
3917 compile, depcomp, missing, and the files under lib/.
3918
dc3e3e7b
GM
39192011-01-15 Glenn Morris <rgm@gnu.org>
3920
3921 * Makefile.in (epaths-force): No more arch-tag to edit.
3922
dab73760
CY
39232011-01-15 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3926
9f4b8b47
PE
39272011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3928
3929 * make-dist: Distribute test/ files too.
3930 Distribute every file under test/ that is under version control,
3931 using patterns like *.el to capture files that are added later.
3932 Without this change, "configure" would fail, because it would
3933 attempt to build from a Makefile.in that was not distributed.
3934
d221e780
CO
39352011-01-13 Christian Ohler <ohler@gnu.org>
3936
3937 * Makefile.in (INFO_FILES): Add ERT.
3938
3939 * Makefile.in (check): Run tests in test/automated.
3940
3941 * Makefile.in:
3942 * configure.in: Add test/automated/Makefile.
3943
bc5585d1
PE
39442011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3945
2b3f5bc8
PE
3946 * install-sh, mkinstalldirs, move-if-change: Update from master
3947 source in gnulib.
3948
bc5585d1
PE
3949 * config.guess, config.sub: Updated from master source.
3950
2018939f
AS
39512011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3952
3953 * configure.in: Check for __builtin_unwind_init.
3954
e5365138
GM
39552011-01-05 Glenn Morris <rgm@gnu.org>
3956
3957 * configure.in (HAVE_MAKEINFO): New output variable.
3958 (MAKEINFO): Reset to "makeinfo" if not found.
3959 * Makefile.in (install-arch-indep, info):
3960 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3961
a04689de 39622010-12-29 Ulrich Müller <ulm@gentoo.org>
4fc5868a
UM
3963
3964 * configure.in: Make gameuser configurable (Bug#7717).
3965
68251e16
GM
39662010-12-15 Glenn Morris <rgm@gnu.org>
3967
3968 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3969 long absent lib-src/fns-*.el.
3970
838db889
GM
39712010-12-11 Glenn Morris <rgm@gnu.org>
3972
3973 * make-dist: Exclude etc/*.pyc.
3974
fe646d2c
AS
39752010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3976
3977 * configure.in: Don't double machfile in final message.
3978
d96c83fa
CY
39792010-12-04 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * configure.in: Fix last change.
3982
d6a003a8
AS
39832010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3984
3985 * configure.in: Remove reference to removed machine description
90eacf99
SM
3986 files and allow $machine and $machfile to be empty.
3987 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 3988
067d23c9
KY
39892010-12-03 Glenn Morris <rgm@gnu.org>
3990
3991 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3992
39932010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3996 (EXTERNALLY_VISIBLE): New definition.
3997
39982010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3999
4000 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
4001
40022010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4003
4004 * configure.in: Do not check for unconditionally included headers.
4005
40062010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
4009
40102010-11-09 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * configure.in: Don't write a warning for D-Bus anymore.
4013
40142010-11-06 Andreas Schwab <schwab@linux-m68k.org>
4015
4016 * configure.in: Fix indentation.
4017
40182010-10-31 Ken Brown <kbrown@cornell.edu>
4019
90eacf99
SM
4020 * configure.in (checking whether localtime caches TZ):
4021 Use unsetenv instead of modifying environment directly.
067d23c9
KY
4022
40232010-10-25 Andreas Schwab <schwab@linux-m68k.org>
4024
4025 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
4026 to avoid warning.
4027
40282010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4029
e9fce1ac 4030 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
4031
40322010-10-22 Glenn Morris <rgm@gnu.org>
4033
4034 * make-dist: Avoid listing .el files twice. Don't try to run
4035 autoconf if --no-update.
4036
40372010-10-20 Glenn Morris <rgm@gnu.org>
4038
4039 * make-dist: No longer create lisp/MANIFEST.
4040
40412010-10-14 Glenn Morris <rgm@gnu.org>
4042
4043 * BUGS, INSTALL.BZR, README: Updates.
4044
40452010-10-13 Glenn Morris <rgm@gnu.org>
4046
4047 * make-dist: Remove --compress. Check for the appropriate
4048 gzip-like executable, and if not found, don't compress.
4049 Check version number in README, don't change it.
4050 Use find for nt/inc/*.h.
4051
40522010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4053
90eacf99
SM
4054 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
4055 Remove trailing / from directory names.
067d23c9
KY
4056
40572010-10-12 Glenn Morris <rgm@gnu.org>
4058
4059 * make-dist: Update and simplify.
4060
40612010-10-12 Eli Zaretskii <eliz@gnu.org>
4062
4063 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
4064
40652010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4066
4067 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
4068
40692010-10-09 Glenn Morris <rgm@gnu.org>
4070
4071 * make-dist: No more doc/emacs/*.texi.in.
4072
4073 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
4074
40752010-10-09 Glenn Morris <rgm@gnu.org>
4076
4077 * configure.in: Combine some conditionals.
4078
4079 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
4080 * make-dist: Include doc/emacs/*.texi.in.
4081
4082 * INSTALL, make-dist: Remove references to b2m.
4083 * Makefile.in (MAN_PAGES): Remove b2m.1.
4084
40852010-10-05 Glenn Morris <rgm@gnu.org>
4086
4087 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4088
40892010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4090
4091 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4092
40932010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4094
4095 * configure.in: Include stdlib.h and string.h unconditionally.
4096
40972010-09-29 Romain Francoise <romain@orebokech.com>
4098
4099 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4100
41012010-09-28 Glenn Morris <rgm@gnu.org>
4102
4103 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4104 happy.
4105
41062010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4107
4108 * configure.in: Enable imagemagick by default.
4109
41102010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4111
4112 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 4113 GnuTLS libraries.
067d23c9
KY
4114
41152010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4116
4117 * configure.in: Set up GnuTLS.
4118
41192010-09-22 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * configure.in: Announce whether libxml2 is linked to.
4122
41232010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4124
4125 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4126
41272010-09-18 Eli Zaretskii <eliz@gnu.org>
4128
4129 * config.bat: Detect that libxml2 is installed and if so, build
4130 with it.
4131
41322010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4133
4134 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4135 be used. This fixes a conf problem on Mac OS X.
4136
41372010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4138
4139 * configure.in: Check for libxml2.
4140
41412010-09-09 Glenn Morris <rgm@gnu.org>
4142
4143 * make-dist: No more TODO files under lisp/.
4144
41452010-09-04 Eli Zaretskii <eliz@gnu.org>
4146
4147 * config.bat: Produce lisp/gnus/_dir-locals.el from
4148 lisp/gnus/.dir-locals.el.
4149
41502010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4151
4152 * configure.in: Fix check for librsvg, imagemagick and
4153 MagickExportImagePixels.
4154
41552010-08-18 Joakim Verona <joakim@verona.se>
4156
4157 * Makefile.in, configure.in: Checks for ImageMagick.
4158
41592010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4160
4161 * configure.in (AC_PREREQ): Require autoconf 2.65.
4162
41632010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4164
4165 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4166
41672010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4168
4169 * configure.in: Add AC_C_BIGENDIAN.
4170
41712010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4172
4173 * configure.in (ORDINARY_LINK): Use on hpux* too.
4174
41752010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4176
4177 * configure.in: Check for util.h.
4178 Use -Wimplicit-function-declaration if compiler supports it.
4179
41802010-08-05 Eli Zaretskii <eliz@gnu.org>
4181
4182 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
4183
41842010-08-04 Andreas Schwab <schwab@linux-m68k.org>
4185
4186 * configure.in: Restore accidentally removed use of
4187 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
4188
41892010-07-29 Chad Brown <yandros@mit.edu>
4190
4191 * configure.in: Check for dirent.h.
4192
41932010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 * configure.in: Remove reference to usg5-4, unused.
4196
41972010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4198
4199 * configure.in: Check for __executable_start.
4200
42012010-07-24 Ken Brown <kbrown@cornell.edu>
4202
4203 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4204
42052010-07-24 Juanma Barranquero <lekktu@gmail.com>
4206
4207 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4208
42092010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4210
4211 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4212
42132010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4214
4215 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4216 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4217 (C_OPTIMIZE_SWITCH): Remove.
4218 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4219
42202010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4221
4222 * configure.in: Don't check for index and rindex, check for strchr
4223 and strrchr. Define strchr and strrchr as index and rindex,
4224 resp., in src/config.h if not available.
4225
42262010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4227
4228 * configure.in: Use -Wold-style-definition if available.
4229 This helps with the transition to standard C code, it can be
4230 removed when done.
4231
4232 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4233
4234 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4235 and MSWindows.
4236
42372010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4238
4239 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
4240 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4241
42422010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4243
4244 * configure.in (getenv): Remove K&R declaration.
4245
42462010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4247
4248 * configure.in: Remove define __P.
4249
42502010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4251
4252 * configure.in (--enable-use-lisp-union-type): New flag.
4253
42542010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4255
4256 Fix CFLAGS for non-GCC compilers.
4257 * configure.in (CFLAGS): Always use -g like it was done before the
4258 2010-03-30 change.
4259 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4260 (Bug#6538)
4261
42622010-06-30 Glenn Morris <rgm@gnu.org>
4263
4264 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4265 Set with AC_DEFINE rather than AH_BOTTOM.
4266
4267 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4268 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4269 Set with shell, not cpp.
4270 (LIBX): Remove, just use -lX11 in the one place this was used.
4271 (cannot_dump): Replace with CANNOT_DUMP.
4272
42732010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4274
0a19a6f8 4275 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
4276 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4277 by minimum required Gtk+ 2.6). Add checks for functions introduced
4278 in Gtk+ 2.14 or newer (bug#6505).
4279
42802010-06-26 Eli Zaretskii <eliz@gnu.org>
4281
4282 * config.bat: Remove white space around "+" in COPY commands.
4283
42842010-06-23 Glenn Morris <rgm@gnu.org>
4285
4286 * info/dir: Start descriptions in column 32, per Texinfo convention.
4287
42882010-06-16 Chong Yidong <cyd@stupidchicken.com>
4289
4290 * INSTALL: Update font information (Bug#6389).
4291
42922010-06-16 Glenn Morris <rgm@gnu.org>
4293
4294 * INSTALL: General update.
4295
42962010-06-12 Glenn Morris <rgm@gnu.org>
4297
4298 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4299
43002010-06-11 Glenn Morris <rgm@gnu.org>
4301
4302 * configure.in (--without-compress-info): New option.
4303 (GZIP_INFO): New output variable.
4304
4305 * Makefile.in (GZIP_INFO): New, set by configure.
4306 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4307 Handle man pages in the same way.
4308
43092010-06-10 Glenn Morris <rgm@gnu.org>
4310
4311 * Makefile.in (install-arch-indep): Gzip the info files too.
4312
4313 * make-dist: Remove references to non-existent directories and files.
4314
43152010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4316
4317 * configure.in: Include <strings.h> and <string.h> instead of
4318 "strings.h" and "string.h".
4319
43202010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4321
4322 * configure.in: Remove code dealing with BSTRING.
4323
43242010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4325
4326 * configure.in (AC_PREREQ): Require autoconf 2.65.
4327
4328 * configure.in (unxec): Do not define and substitute.
4329 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4330
43312010-06-03 Glenn Morris <rgm@gnu.org>
4332
4333 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4334
43352010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4336
4337 Fix alloca definition when using gcc on non-gnu systems.
4338 * configure.in: Use the code sequence indicated by "info autoconf"
4339 for alloca (bug#6170).
4340
43412010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * .bzrignore: Ignore new files from trunk, which appear if you use
4344 colocated branches (i.e. "bzr switch").
4345
43462010-05-28 Glenn Morris <rgm@gnu.org>
4347
4348 * configure.in: Simplify some of the $canonical tests.
4349
43502010-05-27 Glenn Morris <rgm@gnu.org>
4351
4352 * config.bat: Do not preprocess src/Makefile.in.
4353
4354 * configure.in: Do not preprocess src/Makefile.in.
4355 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4356 (AC_EGREP_CPP): Test no longer needed.
4357
4358 * make-dist: No more Makefile.c files.
4359
43602010-05-26 Glenn Morris <rgm@gnu.org>
4361
4362 * configure.in (YMF_PASS_LDFLAGS): Remove.
4363 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4364
4365 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4366 Add $GNUSTEP_LOCAL_HEADERS.
4367 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4368
4369 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4370 (GNUSTEP_MAKEFILES): Remove.
4371 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4372 stuff to here.
4373
43742010-05-25 Glenn Morris <rgm@gnu.org>
4375
4376 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4377 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4378
4379 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4380 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4381 here instead.
4382
43832010-05-24 Romain Francoise <romain@orebokech.com>
4384
4385 * make-dist: Look for version in src/emacs.c.
4386 Use lisp/subr.el rather than lisp/version.el for location check.
4387
43882010-05-21 Glenn Morris <rgm@gnu.org>
4389
4390 * configure.in (MKDEPDIR): Parallel build tweak.
4391
4392 * configure.in (ns_frag): New output file.
4393
4394 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4395 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4396
4397 * configure.in (cannot_dump): New output variable.
4398
43992010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4400
4401 * configure.in: On NetBSD, if terminfo is found, use it in
4402 preference to termcap. (Bug#6190)
4403
44042010-05-20 Glenn Morris <rgm@gnu.org>
4405
4406 * make-dist (src): Include *.mk.
4407 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4408 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4409 (deps_frag): New output file.
4410 (AUTO_DEPEND): Remove this definition.
4411
4412 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4413
44142010-05-19 Glenn Morris <rgm@gnu.org>
4415
4416 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4417 (ORDINARY_LINK): New AC_DEFINE.
4418 (LIB_GCC): No need to set if ORDINARY_LINK.
4419
44202010-05-18 Glenn Morris <rgm@gnu.org>
4421
4422 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4423 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4424
4425 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4426 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4427 (RALLOC_OBJ): New output variable.
4428
4429 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4430 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4431
44322010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * Makefile.in (src): Provide the name of the VCS file that witnesses
4435 a pull.
4436 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4437
44382010-05-17 Glenn Morris <rgm@gnu.org>
4439
4440 * configure.in (OLDXMENU_DEPS): New output variable.
4441
44422010-05-16 Glenn Morris <rgm@gnu.org>
4443
4444 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4445
4446 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4447 * Makefile.in (install-arch-dep): Update for above change.
4448
4449 * Makefile.in (ns_appdir): Remove.
4450 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4451
4452 * configure.in (TEMACS_LDFLAGS2): New output variable.
4453
4454 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4455 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4456 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4457 nothing uses.
4458
44592010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4460
4461 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4462 does not use them.
4463 (X11R5_INHIBIT_I18N): Remove, unused.
4464
44652010-05-15 Glenn Morris <rgm@gnu.org>
4466
4467 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4468
4469 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4470
44712010-05-15 Ken Raeburn <raeburn@raeburn.org>
4472
4473 * configure.in: Look for version string in its new location.
4474
44752010-05-15 Eli Zaretskii <eliz@gnu.org>
4476
4477 * config.bat: Remove support for DJGPP v1.x.
4478
44792010-05-15 Glenn Morris <rgm@gnu.org>
4480
4481 * configure.in (OLDXMENU_TARGET): New output variable.
4482
4483 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4484
4485 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4486 and other files that no longer exist.
4487
44882010-05-14 Glenn Morris <rgm@gnu.org>
4489
4490 * configure.in (cpp_undefs): Add mktime, register, X11.
4491
4492 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4493 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4494 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4495
4496 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4497 (GNUSTEP_MAKEFILES): Do not output.
4498
44992010-05-13 Glenn Morris <rgm@gnu.org>
4500
4501 * configure.in: Fix some paren typos.
4502
4503 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4504
4505 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4506
45072010-05-12 Glenn Morris <rgm@gnu.org>
4508
4509 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4510
4511 * configure.in (LIB_GCC): New output variable.
4512
45132010-05-11 Glenn Morris <rgm@gnu.org>
4514
4515 * make-dist (msdos): No more mainmake.
4516
4517 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4518 * config.bat: Do not run cpp on lib-src/Makefile.in.
4519
4520 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4521
45222010-05-10 Glenn Morris <rgm@gnu.org>
4523
4524 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4525
4526 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4527 (BLESSMAIL_TARGET): New output variable.
4528
45292010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4530
4531 * INSTALL: Fix typos.
4532
45332010-05-08 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * configure.in: Add check for buggy version of GCC (Bug#6031).
4536
45372010-05-08 Glenn Morris <rgm@gnu.org>
4538
4539 * configure.in (HAVE_LIBNCURSES): New local variable.
4540 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4541 replacing cpp in src/s/*.h and src/Makefile.in.
4542
45432010-05-07 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * Version 23.2 released.
4546
45472010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * configure.in: Add tests for `isnan' and `copysign'.
4550
45512010-05-07 Eli Zaretskii <eliz@gnu.org>
4552
4553 * config.bat: Allow for 2 leading `#'s in comments in
4554 src/Makefile.in.
4555
45562010-05-07 Glenn Morris <rgm@gnu.org>
4557
4558 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4559 Merges logic from src/s/* and src/Makefile.in.
4560 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4561
45622010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4563
4564 Define START_FILES and LIB_STANDARD using autoconf.
4565 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4566 here from src/s/*.h.
4567 (HAVE_CRTIN): Remove, inline logic in the netbsd
4568 START_FILES/LIB_STANDARD computation.
4569
45702010-05-06 Glenn Morris <rgm@gnu.org>
4571
4572 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4573
4574 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4575 (LD_SWITCH_X_SITE): Remove unused variables.
4576
45772010-05-04 Glenn Morris <rgm@gnu.org>
4578
4579 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4580 as well.
4581 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4582
4583 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4584
4585 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4586 variables, replacing c_switch_machine, c_switch_system.
4587 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4588 @c_switch_system@.
4589
45902010-05-03 Glenn Morris <rgm@gnu.org>
4591
4592 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4593
4594 * make-dist: There are no more src/m/*.inp files.
4595
45962010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4597
4598 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4599 (ac_link): Do not use ld_switch_machine.
4600
46012010-05-01 Glenn Morris <rgm@gnu.org>
4602
4603 * configure.in (OTHER_OBJ): Remove.
4604 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4605
46062010-04-30 Glenn Morris <rgm@gnu.org>
4607
4608 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4609 Elsewhere, maybe include it.
4610
4611 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4612 (OLDXMENU, LIBXMENU): New output variables.
4613
4614 * configure.in (OTHER_OBJ): New output variable.
4615
46162010-04-28 Glenn Morris <rgm@gnu.org>
4617
4618 * configure.in (CYGWIN_OBJ): New output variable.
4619
4620 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4621
4622 * configure.in (FONT_OBJ): New output variable.
4623
4624 * configure.in (LIBXMU): New output variable.
4625
4626 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4627
4628 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4629 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4630
46312010-04-27 Glenn Morris <rgm@gnu.org>
4632
4633 * configure.in (LIBXTR6): New output variable. Move unixware special
4634 case here from src/s/unixware.h.
4635
4636 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4637 in Makefiles.
4638 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4639
4640 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4641 (LIBXP): No longer substitute in Makefiles.
4642 (MOTIF_LIBW): New output variable. Move system-specific settings here
4643 from src/s files.
4644
46452010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4646
4647 Reduce CPP usage.
4648 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4649 (unexec): Define unconditionally, all platforms define
4650 UNEXEC. AC_SUBST it.
4651 (UNEXEC_SRC): Remove, unused.
4652 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4653
46542010-04-27 Glenn Morris <rgm@gnu.org>
4655
4656 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4657 replaced by LIBXP.
4658
4659 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4660 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4661 On hpux10-20, default to /lib.
4662
4663 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4664
46652010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4666
4667 * configure.in (LIBS_MACHINE): Remove, unused.
4668
4669 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4670
46712010-04-24 Glenn Morris <rgm@gnu.org>
4672
4673 * configure.in (CRT_DIR): New output variable.
4674 (--with-crt-dir): New option. (Bug#5655)
4675 (HAVE_LIB64_DIR): Remove.
4676
46772010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4678
4679 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4680
46812010-04-22 Miles Bader <miles@gnu.org>
4682
4683 * configure.in: Get rid of "unix" pre-defined macro when
4684 preprocessing Makefile. (Bug#5857)
4685
46862010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4687
4688 Avoid non-portable shell command negation
4689 * configure.in: Revert last change.
4690
46912010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4692
4693 * configure.in: Change "if test ! -f" to "if ! test -f".
4694
46952010-04-21 Glenn Morris <rgm@gnu.org>
4696
4697 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4698 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4699
47002010-04-21 Karel Klíč <kklic@redhat.com>
4701
4702 * configure.in: New option: --with(out)-selinux, on by default.
4703 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4704 LIBSELINUX_LIBS in Makefiles.
4705
47062010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4707
4708 * configure.in: Remove all references to LIBX11_SYSTEM.
4709
47102010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4711
4712 * configure.in: Remove all references to C_DEBUG_SWITCH.
4713
47142010-03-27 Eli Zaretskii <eliz@gnu.org>
4715
4716 * config.bat <lib-src>: Edit out lines that begin with several #
4717 characters.
4718
47192010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4720
4721 * configure.in: Remove support for old UNIX System V systems and
4722 for Unixware on non-x86 machines.
4723
4724 * configure.in: Remove support for Solaris on PPC and for old versions.
4725
4726 * configure.in: Remove non-working lynxos port.
4727
47282010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4729
4730 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4731
47322010-03-19 Glenn Morris <rgm@gnu.org>
4733
4734 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4735 happy.
4736
47372010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4738
4739 * configure.in: Check for tputs and friends, abort if not
4740 found (bug#5735).
4741
47422010-03-18 Glenn Morris <rgm@gnu.org>
4743
4744 * configure.in (--with-x-toolkit): In the help text, say which options
4745 are synonyms.
4746
4747 * configure.in (--with-mmdf, --with-mail-unlink):
4748 New options, off by default.
4749 (--with-mailhost): New option to set default POP host.
4750 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4751 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4752 New variables, substituted in Makefiles.
4753 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4754 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4755 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4756 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4757 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4758
47592010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4760
4761 * Makefile.in (uninstall): Handle the case where archlibdir does not
4762 exist. (Bug#5720)
4763
47642010-03-12 Eli Zaretskii <eliz@gnu.org>
4765
75f1671a 4766 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
4767 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4768
4769 * configure: Regenerated.
4770
47712010-03-10 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * Branch for 23.2.
4774
47752010-01-31 Juri Linkov <juri@jurta.org>
4776
4777 * .bzrignore: Add TAGS-LISP.
4778
47792010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4780
4781 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4782 this header file).
4783
47842010-01-12 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * .bzrignore: Ignore all .exe, instead of individual files.
4787
47882010-01-12 Chong Yidong <cyd@stupidchicken.com>
4789
4790 * configure.in: Explicitly check for and link to -lXrender.
4791
47922010-01-12 Glenn Morris <rgm@gnu.org>
4793
4794 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4795 for bug reports for development versions.
4796
47972010-01-02 Eli Zaretskii <eliz@gnu.org>
4798
4799 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4800 build.
4801
48022009-12-27 Karl Fogel <kfogel@red-bean>
4803
4804 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4805 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4806
48072009-12-17 Glenn Morris <rgm@gnu.org>
4808
4809 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4810
48112009-12-15 Glenn Morris <rgm@gnu.org>
4812
4813 * info/dir: Add EDT entry.
4814 * Makefile.in (INFO_FILES): Add edt.
4815
48162009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4817
1154d12e 4818 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
4819
48202009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4821
4822 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4823
48242009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4825
4826 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4827
48282009-12-01 Glenn Morris <rgm@gnu.org>
4829
4830 * make-dist: Add etc/images/mpc directory.
4831
48322009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4833
4834 * configure.in: Don't check for GConf unless X is used.
4835
48362009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * configure.in: Use -Wdeclaration-after-statement if available.
4839
48402009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4841
4842 * configure.in: New option: --with(out)-gconf.
4843 Set HAVE_GCONF if we find gconf.
4844
48452009-11-17 Glenn Morris <rgm@gnu.org>
4846
4847 * Makefile.in (INFO_FILES): Add semantic.
4848
48492009-11-16 Chong Yidong <cyd@stupidchicken.com>
4850
4851 * info/dir: Add Semantic.
4852
48532009-11-16 Glenn Morris <rgm@gnu.org>
4854
4855 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4856 pattern, so as not to exclude makefile*.el. (Bug#4912)
4857
48582009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4859
4860 * configure.in: --enable-autodepend is new. Check for GNU Make
4861 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4862 gcc and GNU make to generate dependencies.
4863
48642009-10-27 Glenn Morris <rgm@gnu.org>
4865
4866 * make-dist: Make links to doc/lispintro/*.pdf.
4867
48682009-10-23 Jim Meyering <meyering@redhat.com>
4869
4870 * configure.in: Invoke $CPP with -P when creating Makefile and
4871 src/Makefile. Without this, gcc 4.4.2 converts each
4872 backslash-newline pair in the input to a bare newline, yielding
4873 invalid Makefiles.
4874
4875 * configure: Regenerate.
4876
48772009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4878
4879 * configure.in (vax-dec-vms): Remove, not supported anymore.
4880
48812009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4882
4883 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4884 (*-apple-darwin*): Add x86_64 architecture.
4885
48862009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4887
4888 * config.guess, config.sub: Updated from master source.
4889
48902009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4891
4892 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4893
48942009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4895
4896 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4897
48982009-09-29 Glenn Morris <rgm@gnu.org>
4899
4900 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4901
49022009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4903
4904 * config.guess, config.sub: Updated from master source.
4905
4906 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4907
49082009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4909
4910 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4911
49122009-09-13 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * INSTALL: Update URL for GNU FreeFont.
4915
49162009-09-09 Glenn Morris <rgm@gnu.org>
4917
4918 * Makefile.in (install-arch-indep): Don't recursively change perms of
4919 site-lisp and infodir. There may be non-Emacs files in here, and the
4920 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4921 (mkdir): Set umask to world-readable before creating directories.
4922 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4923
49242009-08-29 Glenn Morris <rgm@gnu.org>
4925
4926 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4927 (info): Don't give an error in the absence of makeinfo - let the doc
4928 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4929
49302009-08-23 Ken Raeburn <raeburn@raeburn.org>
4931
4932 * Makefile.in (install-arch-indep): If the versioned DOC-####
4933 generated during loadup+dump isn't found, install the plain DOC
4934 file that always gets generated, in case CANNOT_DUMP is set.
4935
4936 * configure.in: Warn if package version specified here doesn't
4937 match the version in version.el.
4938 * configure: Regenerate.
4939
49402009-08-22 Michael Albinus <michael.albinus@gmx.de>
4941
4942 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4943
4944 * configure: Regenerate.
4945
49462009-08-19 Glenn Morris <rgm@gnu.org>
4947
4948 * INSTALL: Remove reference to cvtmail.
4949
49502009-08-15 CHENG Gao <chenggao@gmail.com>
4951
4952 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4953
49542009-08-02 Kevin Ryde <user42@zip.com.au>
4955
4956 * INSTALL: Fix free fonts URL.
4957
49582009-07-22 Glenn Morris <rgm@gnu.org>
4959
4960 * configure.in (AC_PREREQ): Require autoconf 2.62.
4961
49622009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4963
4964 * configure.in (--enable-checking, --enable-profiling):
4965 Use AS_HELP_STRING.
4966
49672009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4968
4969 * configure.in (--enable-profiling): New option.
4970 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4971
49722009-06-27 Glenn Morris <rgm@gnu.org>
4973
4974 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4975
49762009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4977
4978 * configure.in (--enable-checking): New option.
4979
49802009-06-24 Glenn Morris <rgm@gnu.org>
4981
4982 * make-dist: Warn if subdir does not exist in source.
4983 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4984 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4985 No longer make links.
4986
49872009-06-24 Yavor Doganov <yavor@gnu.org>
4988
4989 * make-dist (tempdir): Don't create directories preferences.gorm
4990 and preferences.nib, they are no longer required.
4991
49922009-06-21 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * Branch for 23.1.
4995
49962009-06-12 Chong Yidong <cyd@stupidchicken.com>
4997
4998 * configure.in: Delete mac-fix-env target, which has been
4999 removed (Bug#3531).
5000
50012009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5002
1154d12e 5003 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
5004
50052009-05-05 Per Starbäck <per@starback.se> (tiny change)
5006
5007 * BUGS: Use new binding of view-emacs-problems.
5008
c7015153 50092009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
5010
5011 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
5012 for Solaris compatibility.
5013
50142009-04-25 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * configure: Regenerate.
5017
5018 * configure.in: Disable use of FreeType without libXft.
5019
50202009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5021
5022 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
5023 Check if it is declared in gtk.h.
5024
50252009-04-12 Andreas Schwab <schwab@linux-m68k.org>
5026
5027 * Makefile.in (install-arch-indep): Remove .gitignore files.
5028
50292009-04-03 Kenichi Handa <handa@m17n.org>
5030
5031 * INSTALL: Make the section "Complex Text Layout support
5032 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
5033
50342009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
5035
5036 * configure.in (rs6000-ibm-aix6*): Fix typo.
5037
50382009-03-04 Glenn Morris <rgm@gnu.org>
5039
5040 * Makefile.in (INFO_FILES): Add auth.
5041
50422009-03-03 Glenn Morris <rgm@gnu.org>
5043
5044 * info/dir: Add Auth-source.
5045
50462009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
5049 the second.
5050
50512009-02-28 Eli Zaretskii <eliz@gnu.org>
5052
5053 * config.bat: Copy .dbxinit to _dbxinit.
5054
5055 * make-dist (Making links to `info'): Remove .gitignore.
5056
50572009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * Makefile.in (lib-src, lisp): Use simpler rule.
5060 (src): Be more specific to avoid recompiling all the .elc files just
5061 because the bootstrap-emacs is missing.
5062
50632009-02-26 Chong Yidong <cyd@stupidchicken.com>
5064
5065 * configure.in: Require librsvg >= 2.11.
5066
50672009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5068
5069 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
5070 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
5071
50722009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5073
5074 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
5075
50762009-02-03 Glenn Morris <rgm@gnu.org>
5077
5078 * make-dist: Add some missing files, remove some that are no longer
5079 present.
5080
50812009-02-02 Glenn Morris <rgm@gnu.org>
5082
5083 * make-dist: Add some missing nextstep/ files.
5084
50852009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5086
5087 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5088
50892009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5090
5091 * configure.in: Add support for m68k-*-netbsd.
5092
50932009-01-14 Juri Linkov <juri@jurta.org>
5094
5095 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5096
5097 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5098 and bug-reference-mode.
5099
51002009-01-11 Juri Linkov <juri@jurta.org>
5101
5102 * INSTALL.CVS: Move configuration explicitly to the first step.
5103
51042009-01-09 Glenn Morris <rgm@gnu.org>
5105
5106 * .dir-locals.el: Don't set indent-tabs-mode.
5107
51082008-12-30 Kenichi Handa <handa@m17n.org>
5109
5110 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5111 the function OTF_get_variation_glyphs.
5112
51132008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5114
5115 * Makefile.in (install-arch-dep): Remove old directories in
5116 ns_app* before moving new directories there.
5117
51182008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5119
5120 * .dir-locals.el: Remove non-working entry for pmail.
5121 (fill-column): Fix typo.
5122 (change-log-mode): Add fill column.
5123
51242008-12-26 Eli Zaretskii <eliz@gnu.org>
5125
5126 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5127
51282008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5129
5130 * make-dist (tempdir): Distribute .dir-locals.el.
5131
5132 * .dir-locals.el: New file.
5133
51342008-12-19 Eli Zaretskii <eliz@gnu.org>
5135
5136 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5137 for rationale.
5138
51392008-12-13 Glenn Morris <rgm@gnu.org>
5140
5141 * Makefile.in (install-arch-indep): Add new man-pages.
5142 (manext): Remove variable.
5143 (MAN_PAGES): New variable.
5144 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5145 and remove.
5146 (uninstall): Remove desktop file and icons, game scores if empty.
5147
51482008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5149
5150 * config.guess, config.sub: Updated from master source.
5151
51522008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5153
5154 * Makefile.in (install-arch-indep): Install ebrowse.1.
5155
51562008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5157
5158 * configure.in: Add Solaris on x86_64.
5159
51602008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5161
5162 * config.guess, config.sub: Updated from master source.
5163
51642008-12-08 Eli Zaretskii <eliz@gnu.org>
5165
5166 * info/dir: Fix last change.
5167
51682008-12-07 Eli Zaretskii <eliz@gnu.org>
5169
5170 * info/dir: Untabify.
5171
a04689de 51722008-11-28 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5173
5174 * configure.in: Fix last change.
5175
51762008-11-28 Richard M Stallman <rms@gnu.org>
5177
5178 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5179 New configurations.
5180
51812008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5182
5183 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
5184 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5185
51862008-11-15 Eli Zaretskii <eliz@gnu.org>
5187
5188 * Makefile.in (INFO_FILES): Remove ns-emacs.
5189
5190 * info/dir (NS-Emacs): Remove entry.
5191
51922008-11-08 Eli Zaretskii <eliz@gnu.org>
5193
5194 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5195
51962008-11-07 Glenn Morris <rgm@gnu.org>
5197
5198 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5199
52002008-10-31 Eli Zaretskii <eliz@gnu.org>
5201
5202 * config.bat: Tell user to expect one "File not found" message
5203 while the `doc' directory is being configured.
5204
52052008-10-30 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * update-subdirs: Put obsolete directory last.
5208
52092008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5210
5211 * configure.in: Check fontconfig always.
5212
52132008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5214
5215 * configure (*-solaris2.[7-9]*): Fix typo.
5216
52172008-10-24 Glenn Morris <rgm@gnu.org>
5218
5219 * configure.in (--without-sync-input, --with-pkg-config-prog):
5220 Help strings start with lower case.
5221 (--with-gnustep-conf): New option.
5222 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5223
52242008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
5225
5226 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5227 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5228 is not found. (Bug#1230)
5229
52302008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5231
5232 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5233 Use sol2-6.h for Solaris 7-9.
5234
a04689de 52352008-10-18 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5236
5237 * configure.in: Add support for GNU/Linux on SuperH.
5238
52392008-10-12 Andreas Schwab <schwab@suse.de>
5240
5241 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5242
1a71cb28 52432008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
5244
5245 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5246 "X") to avoid confusion.
5247
5248 * configure: Regenerate.
5249
52502008-09-07 Romain Francoise <romain@orebokech.com>
5251
5252 * make-dist: Distribute doc/man/ChangeLog.
5253
52542008-08-28 Chong Yidong <cyd@stupidchicken.com>
5255
5256 * configure.in: Disable XFT and Freetype when without X.
5257
5258 * configure: Regenerate.
5259
52602008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5261
5262 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5263
52642008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5265
90eacf99
SM
5266 * configure.in (GNUSTEP_SYSTEM_HEADERS):
5267 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
5268
5269 * configure: Regenerate.
5270
52712008-08-20 Eli Zaretskii <eliz@gnu.org>
5272
5273 * configure.in: Move "#define subprocesses" before
5274 config_opsysfile is included.
5275
52762008-08-19 Kenichi Handa <handa@m17n.org>
5277
5278 * INSTALL (Extra fonts): Mention local fonts, don't mention
5279 mule-unicode.
5280
52812008-08-16 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * make-dist: Omit info/.arch-inventory.
5284
52852008-08-16 Jason Rumney <jasonr@gnu.org>
5286
5287 * make-dist (tempdir/nt): Link emacsclient.rc.
5288
52892008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5290
5291 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5292 AC_SUBST it.
5293 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5294 AC_SUBST it.
5295 (OTHER_FILES): Always define for HAVE_NS.
5296 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5297 * configure: Regenerate.
5298
52992008-08-07 Andreas Schwab <schwab@suse.de>
5300
5301 * configure.in: Correctly handle
5302 --enable-cocoa-experimental-ctrl-g=no and
5303 --enable-ns-self-contained=yes.
5304
53052008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5306
5307 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
5308 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5309 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
5310
53112008-08-06 Andreas Schwab <schwab@suse.de>
5312
5313 * configure.in: Fix quoting.
5314
53152008-08-06 Chong Yidong <cyd@stupidchicken.com>
5316
5317 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5318
a04689de 53192008-08-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5320
5321 * configure.in: Add checks for krb5_error.text and
5322 krb5_error.e_text struct members.
5323
53242008-08-04 Chong Yidong <cyd@stupidchicken.com>
5325
5326 * configure.in: Test for existence of NSInteger.
5327 Suggested by Yavor Doganov.
5328
53292008-08-02 Romain Francoise <romain@orebokech.com>
5330
5331 * Makefile.in (INFO_FILES): Add mairix-el.
5332
53332008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5334
5335 * make-dist:
5336 * README: Remove VMS support.
5337 * vms: Remove directory.
5338
53392008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5340
5341 * configure.in (MULTI_KBOARD): Remove.
5342
53432008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5346
53472008-07-29 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * info/dir (File): Add mairix-el.
5350
53512008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5352
5353 Remove support for Mac Carbon.
5354 * mac: Remove directory.
5355 * make-dist:
5356 * configure.in:
5357 * README:
5358 * Makefile.in:
5359 * INSTALL: Remove code for Carbon.
5360 * configure: Regenerate.
5361
53622008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5363
5364 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5365
53662008-07-25 Chong Yidong <cyd@stupidchicken.com>
5367
5368 * configure.in: Check for getrlimit.
5369
5370 * configure: Regenerate.
5371
53722008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5373
5374 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5375 in src/Makefile.in.
5376 (static): Remove, autoconf would always comment it out anyway.
5377 (subprocesses): Define unconditionally.
5378
53792008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5380
5381 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5382 compilation under GNUstep.
5383
53842008-07-18 Kenichi Handa <handa@m17n.org>
5385
5386 * INSTALL (Complex Text Layout support libraries): Delete the
5387 paragraph about --enable-font-backend.
5388
53892008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5390
5391 * configure.in: Print out some info to user for NeXTstep builds.
5392 (ns-app): Remove enable option.
5393 (ns-self-contained): Add enable option.
5394 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5395 GNUstep, use to set install prefixes, and substitute in Makefiles.
5396 * configure: Regenerate.
5397 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5398 NS app bundle.
5399
54002008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5403
54042008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5405
5406 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5407 NS_IMPL_COCOA.
5408
54092008-07-16 Glenn Morris <rgm@gnu.org>
5410
5411 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5412 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5413 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5414 never unset.
5415
5416 * make-dist: Add nextstep/ directories.
5417 (src, lib-src): Add .m files.
5418
54192008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5420
5421 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5422 (USER_FULL_NAME): Remove, not used anymore.
5423 * configure: Regenerate.
5424
54252008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5426
5427 Changes and additions for NeXTstep windowing system (Cocoa and
5428 GNUstep) support.
5429
5430 * configure.in: Add support for NS window system: --with-ns (default
5431 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5432 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5433 disable font backend if window system is "none", not if !HAVE_X11.
5434 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5435 (install-arch-dep): Add commands to assemble NS .app package.
5436
54372008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5438
5439 * configure.in: Use macppc for Darwin. Remove references to
5440 desupported systems.
5441 * configure: Regenerate.
5442
54432008-07-05 Glenn Morris <rgm@gnu.org>
5444
5445 * make-dist (EMACS): Doc fix.
5446 (lisp): There are no *.dat or image files here any more.
5447 (src): There are no *.s files here any more.
5448 (etc/images, etc/images/*): Link to most regular files.
5449
54502008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5451
5452 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5453
54542008-07-01 Glenn Morris <rgm@gnu.org>
5455
5456 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5457 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5458 and explicitly export there. (Bug#507.)
5459
54602008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5461
5462 * configure.in:
5463 * configure: Remove references to obsolete systems.
5464
54652008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5468 make it depend on all other */.in files.
5469 (src/Makefile, src/config.stamp, lib-src/Makefile)
5470 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5471 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5472 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5473 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5474
5475 * configure.in: Don't create src/config.stamp any more.
5476
54772008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5480
54812008-06-22 Glenn Morris <rgm@gnu.org>
5482
5483 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5484
54852008-06-21 Romain Francoise <romain@orebokech.com>
5486
5487 * Makefile.in (INFO_FILES): Add sasl.
5488
54892008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5492 (bootstrap-build): Remove.
5493 (top_bootclean): New var.
5494 (top_distclean, bootstrap-clean): Use it.
5495 (bootstrap): Don't recheck config. Make normally.
5496
54972008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * Makefile.in (SUBDIR): Include `lisp'.
5500 (lisp): Depend on `src'.
5501 (top_distclean): Don't remove config.status.
5502 (bootstrap-clean): New target.
5503 (maintainer-clean): Use it.
5504 (bootstrap): Use bootstrap-clean. Re-run config.status.
5505 (src/bootstrap-emacs${EXEEXT}): New target.
5506 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5507 src/Makefile now takes care of it.
5508 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5509
55102008-06-15 Glenn Morris <rgm@gnu.org>
5511
5512 * info/dir: Add sasl.
5513
55142008-06-09 Alan Mackenzie <acm@muc.de>
5515
5516 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5517
55182008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5519
5520 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5521
55222008-06-07 Glenn Morris <rgm@gnu.org>
5523
5524 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5525 serve no purpose.
5526
55272008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5528
5529 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5530 * configure: Regenerate.
5531
55322008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5535
55362008-05-14 Kenichi Handa <handa@m17n.org>
5537
5538 * configure: Regenerate.
5539
5540 * configure.in: Don't handle --disable-font-backend. Don't print
5541 a message about a font backend.
5542
55432008-05-09 Glenn Morris <rgm@gnu.org>
5544
5545 * configure.in: Make absence of makeinfo a fatal error only if the info
5546 files don't exist.
5547 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5548
55492008-05-07 Eli Zaretskii <eliz@gnu.org>
5550
5551 * config.bat: Fix last change: don't use < and > in "rem" lines,
5552 they are interpreted as redirection by DOS shells.
5553
55542008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5555
5556 * configure.in: Check availability of AvailabilityMacros.h
5557 if HAVE_CARBON.
5558
5559 * configure: Regenerate.
5560
55612008-05-03 Glenn Morris <rgm@gnu.org>
5562
5563 * configure.in (x_libraries): Remove standard 64-bit directories -
5564 experimental workaround for minor autoconf bug.
5565
5566 * configure.in (--without-makeinfo): New option. If set,
5567 absence of suitable makeinfo is not a fatal error.
5568 * Makefile.in (MAKEINFO): New, set by configure.
5569 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5570 (info-real): New target.
5571 (info): Without makeinfo, do nothing, else call `info-real'.
5572
55732008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5574
5575 * configure.in: Remove hpux10.20 from the desupported list.
5576
55772008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5580
55812008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5584 rather than change CPPFLAGS.
5585 (HAVE_GTK): Rename to USE_GTK.
5586
55872008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5588
5589 * configure.in: Replace the obsolete macros AC_AIX and
5590 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5591
55922008-04-05 Andreas Schwab <schwab@suse.de>
5593
5594 * configure.in: No longer create admin/unidata/Makefile.
5595
55962008-03-28 Andreas Schwab <schwab@suse.de>
5597
5598 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5599 (lisp/Makefile): New rule.
5600
56012008-03-13 Glenn Morris <rgm@gnu.org>
5602
5603 * configure.in (AC_INIT): Fix version number.
5604 (sync-input): Reword the option, since it's on by default.
5605
56062008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5607
5608 * configure.in: Add --enable-sync-input, default yes.
5609
56102008-03-11 Glenn Morris <rgm@gnu.org>
5611
5612 * Makefile.in (install-etc, mkdir): Handle directory
5613 etc/images/icons/hicolor/*/mimetypes/.
5614
5615 * make-dist: Handle icons/hicolor/scalable directory.
5616
56172008-03-05 Glenn Morris <rgm@gnu.org>
5618
5619 * configure.in: Enable font-backend by default.
5620 (USE_FONT_BACKEND): Set to "no" in absence of X.
5621 (PKG_CONFIG): Don't set multiple times, once is enough.
5622 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5623
56242008-03-03 Glenn Morris <rgm@gnu.org>
5625
5626 * Makefile.in (iconsrcdir): New variable.
5627 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5628 directory.
5629
56302008-02-29 Glenn Morris <rgm@gnu.org>
5631
5632 * test/: New directory.
5633
56342008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5635
5636 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5637
56382008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5639
5640 * configure.in: Print an error for systems that we think are obsolete
5641 and are proposed to be removed. Remove some more unused systems.
5642 Add support for powerpc-ibm-aix6*.
5643
56442008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5645
5646 * configure.in: Remove references to obsolete variables and systems.
5647
56482008-02-21 Glenn Morris <rgm@gnu.org>
5649
5650 * Makefile.in (set_installuser): New.
5651 (install-arch-indep): Use set_installuser to avoid duplicate code.
5652
5653 * README.unicode: Split into admin/notes/unicode,font-backend and
5654 remove.
5655
56562008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5657
5658 * configure.in (arm*-*-freebsd*): Add.
5659
56602008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5661
5662 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5663 dealing with obsolete variables.
5664
56652008-02-08 Glenn Morris <rgm@gnu.org>
5666
5667 * Makefile.in (check-info-dir): New target.
5668
56692008-02-08 Michael Olson <mwolson@gnu.org>
5670
5671 * Makefile.in (INFO_FILES): Add epa.
5672
5673 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5674 features" section.
5675
56762008-02-06 Glenn Morris <rgm@gnu.org>
5677
5678 * configure.in (--with-gcc): Give an error saying this option has
5679 been removed.
5680 (--with-gtk): Remove this option.
5681
56822008-02-06 Tom Tromey <tromey@redhat.com>
5683
5684 * configure.in (--with-gcc): Remove.
5685 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5686
a04689de 56872008-02-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5688
5689 * INSTALL: Recommend giflib, not libungif.
5690
56912008-02-05 Tom Tromey <tromey@redhat.com>
5692
5693 * configure.in (--with-dbus): Default to enabled.
5694
56952008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5696
5697 * INSTALL (Complex Text Layout support libraries): New section.
5698
56992008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5700
5701 * make-dist: Remove references to files in mac/ that have been
5702 deleted.
5703
57042008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5705
5706 * configure.in: For libotf and m17n-flt checks, set shell vars
5707 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5708 pkg_check_m17n_flt, respectively, for the sake of the summary output.
a04689de 5709 Reported by Ulrich Müller.
067d23c9
KY
5710
57112008-02-02 Eli Zaretskii <eliz@gnu.org>
5712
5713 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5714 admin/unidata/Makefile.in to Makefile.
5715
57162008-02-02 Glenn Morris <rgm@gnu.org>
5717
5718 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5719 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5720 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5721
57222008-02-01 Miles Bader <miles@gnu.org>
5723
5724 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5725 [libotf], and [m17n-flt] options.
5726
57272008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5728
5729 * configure.in: Add EMACS_ARG_N([libotf]...), and
5730 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5731 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5732 CFLAGS, and LIBS in checking of m17n-flt.
5733
57342008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5735
5736 * configure.in: Check the availability of m17n-flt library.
5737
57382008-02-01 Kenichi Handa <handa@m17n.org>
5739
5740 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5741 not available.
5742
57432008-02-01 Kenichi Handa <handa@m17n.org>
5744
5745 * configure.in: New args --enable-font-backend, --with-xft,
5746 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5747 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5748 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5749 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5750
57512008-02-01 Kenichi Handa <handa@m17n.org>
5752
5753 * make-dist: Include etc/charsets in tarball.
5754
57552008-02-01 Kenichi Handa <handa@m17n.org>
5756
5757 * configure.in: While running cpp on junk.c, include
5758 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5759 exists.
5760
57612008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5762
5763 * configure.in (xtensa): Match more configurations.
5764
57652008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5766
5767 * configure.in: Update comment.
5768
57692008-01-26 Glenn Morris <rgm@gnu.org>
5770
5771 * configure.in (--without-gcc): By default, neither off nor on.
5772 (--with-carbon): Tone down rhetoric in help text.
5773
57742008-01-25 Glenn Morris <rgm@gnu.org>
5775
5776 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5777 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5778 Default `Carbon' to off (it's unsupported).
5779
57802008-01-24 Glenn Morris <rgm@gnu.org>
5781
5782 * configure.in: Standardize dbus-related messages.
5783
57842008-01-23 Michael Olson <mwolson@gnu.org>
5785
5786 * configure.in (pkg-config-prog): Remove initial whitespace.
5787
57882008-01-23 Tom Tromey <tromey@redhat.com>
5789
5790 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5791 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5792 Update all users.
5793
57942008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5795
5796 * config.guess, config.sub: Updated from master source.
5797
57982008-01-17 Andreas Schwab <schwab@suse.de>
5799
5800 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5801
58022008-01-17 Glenn Morris <rgm@gnu.org>
5803
5804 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5805
58062008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5807
5808 * configure.in: Remove more references to unsupported systems.
5809
58102008-01-16 Sven Joachim <svenjoac@gmx.de>
5811
5812 * make-dist: Add --lzma.
5813
58142008-01-16 Glenn Morris <rgm@gnu.org>
5815
5816 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5817 configure checks for this.
5818
58192008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5820
5821 * configure.in: Remove more references to unsupported systems.
5822
58232008-01-06 Romain Francoise <romain@orebokech.com>
5824
5825 * configure.in: Delete extra semicolons.
5826
58272008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5828
5829 * configure.in: Remove references to unsupported systems.
5830
58312008-01-05 Romain Francoise <romain@orebokech.com>
5832
5833 * make-dist: Add --bzip2. Update copyright.
5834
58352008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5836
5837 * configure.in: Remove support for Masscomp.
5838
58392008-01-05 Glenn Morris <rgm@gnu.org>
5840
5841 * Makefile.in (desktopdir, icondir): New variables.
5842 (install-arch-indep): Also depend on `install-etc'.
5843 (install-etc): New target.
5844 (mkdir): Also create the `applications' and `icons' directories.
5845
58462008-01-04 Glenn Morris <rgm@gnu.org>
5847
5848 * make-dist: Update for new etc/images/icons/hicolor directory.
5849
58502007-12-09 Andreas Schwab <schwab@suse.de>
5851
5852 * configure.in: D-Bus is not enabled by default.
5853
58542007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5855
5856 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5857 change.
5858
58592007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5860
5861 * configure.in: Give package name and version to AC_INIT.
5862
58632007-12-03 Magnus Henoch <mange@freemail.hu>
5864
5865 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5866
58672007-12-03 Michael Albinus <michael.albinus@gmx.de>
5868
5869 * configure.in: No need for DBUS_INFO anymore.
5870
5871 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5872
58732007-12-02 Michael Albinus <michael.albinus@gmx.de>
5874
5875 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5876
5877 * Makefile.in (INFO_FILES): Add dbus.
5878
58792007-12-02 Romain Francoise <romain@orebokech.com>
5880
5881 * make-dist: Fix last change.
5882
58832007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5884
5885 * configure.in: Add support for gnu-kfreebsd.
5886
58872007-11-28 Glenn Morris <rgm@gnu.org>
5888
5889 * make-dist: Add etc/nxml.
5890
58912007-11-24 Romain Francoise <romain@orebokech.com>
5892
5893 * Makefile.in (INFO_FILES): Add nxml-mode.
5894
58952007-11-23 Romain Francoise <romain@orebokech.com>
5896
5897 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5898 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5899
59002007-11-20 Andreas Schwab <schwab@suse.de>
5901
5902 * configure.in: Always include <resolv.h> when checking for res_init.
5903
59042007-11-17 Andreas Schwab <schwab@suse.de>
5905
5906 * update-subdirs: Atomically update subdirs.el.
5907
59082007-11-17 Glenn Morris <rgm@gnu.org>
5909
5910 * Makefile.in (check-declare): New target.
5911
59122007-11-07 Glenn Morris <rgm@gnu.org>
5913
5914 * configure.in: Deprecate Mac Carbon port.
5915
59162007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5917
5918 * configure.in: Remove HAVE_X11R5 check.
5919
59202007-10-31 Glenn Morris <rgm@gnu.org>
5921
5922 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5923 when changing ownership of installed files.
5924
59252007-10-30 Glenn Morris <rgm@gnu.org>
5926
5927 * make-dist: Add new directory etc/gnus.
5928
59292007-10-30 Michael Olson <mwolson@gnu.org>
5930
5931 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5932
59332007-10-29 Glenn Morris <rgm@gnu.org>
5934
5935 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5936
59372007-10-23 Glenn Morris <rgm@gnu.org>
5938
5939 * MAINTAINERS: Move to admin/.
5940
59412007-10-17 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5944 (HAVE_LIBRESOLV): Also define if we are using res_init().
5945
59462007-10-17 Glenn Morris <rgm@gnu.org>
5947
5948 * FTP: Remove file, since it's just a duplicate of one in etc/.
5949
59502007-10-05 Eli Zaretskii <eliz@gnu.org>
5951
5952 * config.bat: Fix configuring `doc' due to changes in the
5953 directory structure.
5954
59552007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5956
5957 * configure.in: Don't use -lpthread on HP-UX.
5958
59592007-09-16 Glenn Morris <rgm@gnu.org>
5960
5961 * make-dist: File gfdl.1 has been removed.
5962
59632007-09-15 Glenn Morris <rgm@gnu.org>
5964
5965 * configure.in: Fix makeinfo version regexp.
5966
59672007-09-12 Glenn Morris <rgm@gnu.org>
5968
5969 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5970 implementation of alloca is not found.
5971
5972 * Makefile.in (SOURCES, unlock, relock): Delete.
5973 (install-arch-indep): Do not exclude the etc/ Makefiles.
5974
59752007-09-09 Juri Linkov <juri@jurta.org>
5976
5977 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5978
5979 * README: Add doc/ to documentation directories.
5980
59812007-09-08 Michael Olson <mwolson@gnu.org>
5982
5983 * MAINTAINERS: Add myself for ERC and tq.el.
5984 Update for new doc/ directory layout.
5985
59862007-09-06 Romain Francoise <romain@orebokech.com>
5987
5988 * make-dist: Update for new doc/ directory layout.
5989
59902007-09-06 Glenn Morris <rgm@gnu.org>
5991
5992 * Makefile.in (mansrcdir): New variable.
5993 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5994 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5995 update these targets for new doc/ directory layout.
5996 (doc/misc/Makefile): New target.
5997 (install-arch-indep): Use mansrcdir for new location of manpages.
5998 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5999 (relock, info, dvi): Update targets for new doc/ directory layout.
6000
6001 * configure.in (AC_OUTPUT): Update names of generated Makefiles
6002 for new doc/ directory layout.
6003
60042007-09-02 Andreas Schwab <schwab@suse.de>
6005
6006 * configure.in: Use AS_HELP_STRING throughout.
6007 * configure: Regenerate.
6008
60092007-09-02 Jan Djärv <jan.h.d@swipnet.se>
6010
6011 * configure.in: Require Gtk/Glib 2.6.
6012
60132007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6014
6015 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
6016 Use them throughout in place of AC_ARG_WITH calls.
6017 * configure: Regenerate.
6018
60192007-09-01 Andreas Schwab <schwab@suse.de>
6020
6021 * configure.in: Put quotes around nested macro calls.
6022
a04689de 60232007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
067d23c9
KY
6024
6025 * configure.in: Fix typo.
6026 * configure: Regenerate.
6027
60282007-08-30 Glenn Morris <rgm@gnu.org>
6029
6030 * configure.in (AH_BOTTOM): Copy some manual changes made to
6031 src/config.in here so they are not lost when it regenerates.
6032
6033 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
6034
60352007-08-29 Károly Lőrentey <karoly@lorentey.hu>
6036
6037 * README.multi-tty: New file.
6038
60392007-08-29 Glenn Morris <rgm@gnu.org>
6040
6041 * README: Increase version to 23.0.50.
6042
60432007-08-29 Jan Djärv <jan.h.d@swipnet.se>
6044
6045 * configure.in: New option: --without-xaw3d.
6046
60472007-08-24 Glenn Morris <rgm@gnu.org>
6048
6049 * configure.in: Check for a suitably recent makeinfo.
6050
60512007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6052
6053 * configure.in (Check for required libraries): Typo.
6054
60552007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6056
6057 * configure.in: Check librsvg2 also for Mac Carbon.
6058
60592007-08-22 Romain Francoise <romain@orebokech.com>
6060
6061 * make-dist: Follow reorganization of files in etc/.
6062
60632007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6064
6065 * configure.in: Add support for SVG images through librsvg2.
6066
60672007-07-28 Eli Zaretskii <eliz@gnu.org>
6068
6069 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
6070 to avoid an error message if there is no DOC there.
6071
60722007-07-25 Glenn Morris <rgm@gnu.org>
6073
6074 * Relicense all FSF files to GPLv3 or later.
6075
6076 * COPYING, info/COPYING: Switch to GPLv3.
6077
60782007-06-20 Jan Djärv <jan.h.d@swipnet.se>
6079
6080 * configure.in: Complain if X seems to be installed but no
6081 development files were found.
6082
60832007-06-20 Glenn Morris <rgm@gnu.org>
6084
6085 * configure.in: Prefer libgif over libungif.
6086
60872007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6088
6089 * configure.in: Check for all image libraries before exiting.
6090
60912007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6092
6093 * configure.in: Exit with error if image libraries aren't found.
6094
60952007-06-13 Chong Yidong <cyd@stupidchicken.com>
6096
6097 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6098 when compiling without scrollbars.
6099
61002007-06-12 Glenn Morris <rgm@gnu.org>
6101
6102 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6103
61042007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6105
6106 * configure.in: Change wording about yes/gtk and lucid/athena
6107 being synonyms.
6108
61092007-06-08 Glenn Morris <rgm@gnu.org>
6110
6111 * configure.in: Make gtk the default toolkit.
6112
61132007-06-07 Glenn Morris <rgm@gnu.org>
6114
6115 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6116 for a Sun C compiler.
6117
6118 * Makefile.in (install-arch-indep): Install only the DOC- file
6119 specific to the build, if possible, rather than DOC-*.
6120
61212007-06-02 Chong Yidong <cyd@stupidchicken.com>
6122
6123 * Version 22.1 released.
6124
61252007-05-25 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * mkinstalldirs: Sync to version in automake CVS.
6128
61292007-05-22 Andreas Schwab <schwab@suse.de>
6130
6131 * configure.in: Prefer build_alias over host when host_alias is not set.
6132 * configure: Regenerate.
6133
61342007-05-20 Andreas Schwab <schwab@suse.de>
6135
6136 * configure.in: Remove empty AC_SUBST.
6137 * configure: Regenerate.
6138
61392007-05-20 Nick Roberts <nickrob@snap.net.nz>
6140
6141 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6142 it like others.
6143 * configure: Regenerate.
6144
61452007-05-20 Nick Roberts <nickrob@snap.net.nz>
6146
6147 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6148 (AC_CHECK_LIB): Add -lgpm.
6149 * configure: Regenerate.
6150
61512007-05-03 Glenn Morris <rgm@gnu.org>
6152
6153 * configure: Tweak message about the absence of shell functions.
6154
61552007-04-27 Andreas Schwab <schwab@suse.de>
6156
6157 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6158
61592007-04-26 Glenn Morris <rgm@gnu.org>
6160
6161 * README: Increase version to 22.1.50.
6162
61632007-04-24 Juanma Barranquero <lekktu@gmail.com>
6164
6165 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6166
61672007-04-19 Glenn Morris <rgm@gnu.org>
6168
6169 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6170
61712007-04-18 Glenn Morris <rgm@gnu.org>
6172
6173 * INSTALL: Mention CPP.
6174
61752007-04-15 Glenn Morris <rgm@gnu.org>
6176
6177 * FTP: Replace with a pointer to the web version.
6178
61792007-04-13 Glenn Morris <rgm@gnu.org>
6180
6181 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6182
61832007-04-04 Glenn Morris <rgm@gnu.org>
6184
6185 * configure.in (NON_GNU_CPP): Use associated preprocessor when
6186 compiling with Sun Studio on Solaris.
6187
61882007-03-23 Glenn Morris <rgm@gnu.org>
6189
6190 * configure.in: Restore support for hp800 (removed 2007-01-27)
6191 following clarification of legal status.
6192
61932007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
6194
6195 * configure.in: Add support for AIX4.3 on IBM RS6000.
6196
6197 * configure: Regenerate.
6198
61992007-03-20 Richard Stallman <rms@gnu.org>
6200
6201 * configure.in: Fix previous change.
6202
62032007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6204
6205 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
6206 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6207 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
6208
62092007-03-19 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6212 user specifies "without".
6213
6214 * configure: Regenerate.
6215
62162007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6217
6218 * configure.in: Warning for Gtk+ and Cygwin added.
6219 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6220
62212007-02-27 Glenn Morris <rgm@gnu.org>
6222
6223 * make-dist (oldXMenu): Remove Imakefile.
6224 (etc/images): Add README.
6225
62262007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6227
6228 * configure.in (xtensa-*-linux-gnu*): New configuration.
6229
6230 * configure: Regenerate.
6231
62322007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6233
6234 * config.guess, config.sub: Updated from master source.
6235
62362007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6237
6238 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6239
62402007-01-29 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * configure.in: Restore support for hp800's not running HP-UX.
6243
6244 * configure: Regenerate.
6245
62462007-01-27 Chong Yidong <cyd@stupidchicken.com>
6247
6248 * configure.in: Remove support for hp800 and sr2k machine types.
6249
6250 * configure: Regenerate.
6251
62522007-01-26 Jan Djärv <jan.h.d@swipnet.se>
6253
6254 * configure.in: Add check for libXft.
6255
62562007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6257
6258 * INSTALL: Info files moved to share/info.
6259
62602007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
6261
6262 * configure.in: Detect and use fink-installed in intel-based Mac
6263 builds; change Apple Darwin section to support both PowerPC and
6264 Intel-based Macs.
6265
62662006-12-26 Andreas Schwab <schwab@suse.de>
6267
6268 * Makefile.in (datarootdir): Define.
6269
62702006-12-24 Richard Stallman <rms@gnu.org>
6271
6272 * configure.in: Require Autoconf 2.61.
6273
62742006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
6275
6276 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6277 Remove redundant entry for powerpc-apple-netbsd.
6278
6279 * configure: Regenerate.
6280
62812006-12-22 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * configure: Regenerate with autoconf 2.61.
6284
62852006-12-20 Jan Djärv <jan.h.d@swipnet.se>
6286
6287 * configure.in: Detect alsa/asoundlib.h also.
6288 * configure: Regenerate.
6289
62902006-12-19 Jan Djärv <jan.h.d@swipnet.se>
6291
6292 * configure.in: Check if GTK+ compiles at all.
6293
62942006-12-10 Andreas Schwab <schwab@suse.de>
6295
6296 * configure.in: Remove check for struct timezone, its result is
6297 never used.
6298
62992006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6300
6301 * configure.in: Add support for Solaris 10 on x86-64.
6302
63032006-12-08 Jan Djärv <jan.h.d@swipnet.se>
6304
6305 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6306 of PKG_CONFIG_PATH.
6307
63082006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6309
6310 * configure.in (HAVE_SYNC): New test.
6311
63122006-12-03 Glenn Morris <rgm@gnu.org>
6313
6314 * Makefile.in: Fix Copyright format.
6315
6316 * configure.in (AH_TOP): Add missing Copyright year.
6317
6318 * update-subdirs: Add missing Copyright years.
6319
63202006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
6321
6322 * Makefile.in: Touch only the parts of the share/emacs directory
6323 specific to this version.
6324
63252006-11-26 Chong Yidong <cyd@stupidchicken.com>
6326
6327 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6328
63292006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6330
6331 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6332
63332006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6334
6335 * configure.in: Prefer X11 to Carbon only when some X-specific
6336 option is specified (Thanks to Jan Djärv and Andreas Schwab).
6337
63382006-11-04 Romain Francoise <romain@orebokech.com>
6339
6340 * Makefile.in (bootstrap-clean-before): Fix typo.
6341 Use new target `bootstrap-clean' in the leim subdirectory.
6342
63432006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6344
6345 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6346
63472006-10-30 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6350 directories.
6351
63522006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6353
6354 * configure.in: Enable x86-64 OpenBSD compilation.
6355
63562006-10-28 Glenn Morris <rgm@gnu.org>
6357
6358 * AUTHORS: Add cal-html.el author.
6359
63602006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6361
6362 * make-dist: Make links to mac/make-package and
6363 mac/Emacs.app/Contents/Resources/Emacs.icns.
6364
63652006-10-27 Chong Yidong <cyd@stupidchicken.com>
6366
6367 * README: Bump version number to 22.0.90.
6368
63692006-10-23 Andreas Schwab <schwab@suse.de>
6370
6371 * configure.in: Make sure x_default_search_path is always set even
6372 when x_libraries is empty, and look in .../share as well for each
6373 library directory.
6374
63752006-09-28 Kenichi Handa <handa@m17n.org>
6376
6377 * configure.in (locallisppath): Don't include leim dir.
6378 (lisppath): Include leim dir.
6379
63802006-09-15 Jay Belanger <belanger@truman.edu>
6381
6382 * COPYING: Replace "Library Public License" by "Lesser Public
6383 License" throughout.
6384
63852006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6386
6387 * make-dist (EMACS): Exit and fail if the EMACS environment
6388 variable is set to something other than an absolute file name.
6389
63902006-08-16 Andreas Schwab <schwab@suse.de>
6391
6392 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6393 of hardcoding it.
6394
63952006-08-16 Richard Stallman <rms@gnu.org>
6396
6397 * INSTALL.CVS: Clean up wording.
6398
63992006-07-14 Eli Zaretskii <eliz@gnu.org>
6400
6401 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6402 $PKG_CONFIG --exists "$2" to config.log.
6403 * configure: Regenerate.
6404
1a71cb28 64052006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
6406
6407 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6408
64092006-07-09 Kim F. Storm <storm@cua.dk>
6410
6411 * CONTRIBUTE: Use outline format.
6412 Add section on copyright years (from admin/notes/years).
6413
64142006-07-08 Eli Zaretskii <eliz@gnu.org>
6415
6416 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6417 to /dev/null, since we don't need the error message, just the
6418 exit status.
6419
64202006-07-07 Eli Zaretskii <eliz@gnu.org>
6421
6422 * CONTRIBUTE: Slight formatting changes and typo fixes.
6423 Add description of NEWS markings.
6424
64252006-07-07 Kim F. Storm <storm@cua.dk>
6426
6427 * CONTRIBUTE: Mention INSTALL.CVS.
6428
64292006-07-05 Romain Francoise <romain@orebokech.com>
6430
6431 * make-dist (top-level): Add CONTRIBUTE.
6432
64332006-07-04 Richard Stallman <rms@gnu.org>
6434
6435 * CONTRIBUTE: Much rewrite.
6436
64372006-07-04 Nick Roberts <nickrob@snap.net.nz>
6438
6439 * CONTRIBUTE: New file.
6440
64412006-06-24 Eli Zaretskii <eliz@gnu.org>
6442
6443 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6444
64452006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6446
6447 * configure.in: Add check for ALSA.
6448
64492006-05-06 Eli Zaretskii <eliz@gnu.org>
6450
6451 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6452
6453 * info/dir: Remove the Emacs-Xtra entry.
6454
64552006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6456
6457 Update copyright year(s) in many files.
6458
64592006-04-01 Eli Zaretskii <eliz@gnu.org>
6460
6461 * configure: Regenerated.
6462
64632006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6464
6465 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6466 --without-toolkit-scroll-bars was specified.
6467
64682006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6469
6470 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6471 to CFLAGS. Update Copyright years written to src/config.in.
6472
64732006-03-18 Claudio Fontana <claudio@gnu.org>
6474
6475 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6476 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6477 to be installed/uninstalled.
6478 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6479 to Info files installed by Emacs.
6480
64812006-03-03 Claudio Fontana <claudio@gnu.org>
6482
6483 * Makefile.in (install, uninstall): Add DESTDIR variable to
6484 support staged installations.
6485
64862006-02-14 Richard M. Stallman <rms@gnu.org>
6487
6488 * configure.in (s390x-*-linux-gnu*): New configuration.
6489
64902006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6491
6492 * configure.in: Require GTK 2.4 or newer.
6493
64942006-01-29 Michael Olson <mwolson@gnu.org>
6495
6496 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6497 * info/dir (ERC): New entry.
6498
64992006-01-29 Eli Zaretskii <eliz@gnu.org>
6500
6501 * info/dir: Fix last change.
6502
65032006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6504
6505 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6506
65072006-01-27 Eli Zaretskii <eliz@gnu.org>
6508
6509 * info/dir: Untabify the whole file.
6510 (Rcirc): New entry.
6511
65122006-01-12 Andreas Schwab <schwab@suse.de>
6513
6514 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6515 check.
6516
65172006-01-02 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * configure.in: Use -Wno-pointer-sign if available.
6520
65212005-12-29 Andreas Schwab <schwab@suse.de>
6522
6523 * config.guess, config.sub: Updated from master source.
6524
65252005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6526
6527 * configure.in: Use amdx86-64 for freebsd on x86_64.
6528
65292005-11-22 Romain Francoise <romain@orebokech.com>
6530
6531 * make-dist: Add etc/images/icons.
6532
65332005-11-03 Andreas Schwab <schwab@suse.de>
6534
6535 * configure.in: Use GZIP_PROG instead of GZIP.
6536
90eacf99 6537 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
6538 (install-arch-indep): Adjust.
6539
65402005-11-01 Andreas Schwab <schwab@suse.de>
6541
6542 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6543 (bootfast): Likewise.
6544
65452005-11-01 Romain Francoise <romain@orebokech.com>
6546
6547 * configure.in: Check for gzip.
6548
6549 * Makefile.in (install): Compress source files.
6550
65512005-10-24 Steven Tamm <steventamm@mac.com>
6552
6553 * configure.in: Fix darwin386 configuration issue.
6554
65552005-10-22 Eli Zaretskii <eliz@gnu.org>
6556
6557 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6558
65592005-10-17 Bill Wohler <wohler@newt.com>
6560
6561 * make-dist: Create and populate etc/images/low-color.
6562
65632005-10-15 Bill Wohler <wohler@newt.com>
6564
6565 * make-dist: Create and populate etc/images/gud.
6566
65672005-10-08 Richard M. Stallman <rms@gnu.org>
6568
6569 * make-dist (tempparent): Don't check for 14-char file name limit.
6570
65712005-10-07 Romain Francoise <romain@orebokech.com>
6572
6573 * make-dist: Add etc/images/ezimage and etc/images/mail
6574 directories. Install images in etc/images.
6575
65762005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6577
6578 * configure.in: Prefer Carbon if --enable-carbon-app or
6579 --with-carbon is explicitly specified even when X11 is detected.
6580
65812005-09-15 Ulf Jasper <ulf.jasper@web.de>
6582
6583 * Makefile.in (install-arch-indep, uninstall):
6584 Handle newsticker manual.
6585 (info): Add - to commands.
6586
65872005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6588
6589 Remove the MAXPATHLEN limitations:
6590
6591 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6592
65932005-09-09 Eli Zaretskii <eliz@gnu.org>
6594
6595 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6596 * configure: Regenerate.
6597
65982005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6599
6600 * config.guess, config.sub: Updated from master source.
6601
66022005-08-03 Juanma Barranquero <lekktu@gmail.com>
6603
6604 * .cvsignore: Add `lock'.
6605
66062005-07-28 Juanma Barranquero <lekktu@gmail.com>
6607
6608 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6609
66102005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6611
6612 Merge gnulib getopt implementation into Emacs.
6613
6614 * Makefile.in (AUTOCONF_INPUTS): New macro.
6615 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6616 so that these files also depend on m4/getopt.m4.
6617 * configure.in: Configure getopt by including m4/getopt.m4,
6618 and configuring a getopt replacement if necessary.
6619 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6620 * m4/getopt.m4: New file.
6621
66222005-07-06 Lute Kamstra <lute@gnu.org>
6623
6624 * configure.in: Fix capitalization.
6625
66262005-07-04 Lute Kamstra <lute@gnu.org>
6627
6628 Update FSF's address in GPL notices.
6629
66302005-06-19 Jérôme Marant <jerome@marant.org>
6631
6632 * Makefile.in (epaths-force): Protect both lisppath and
6633 buildlisppath from whitespace.
6634
66352005-06-08 Steven Tamm <steventamm@mac.com>
6636
090bd7cb 6637 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
6638
66392005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6640
6641 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6642
1a71cb28 66432005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
6644
6645 * configure.in: Add --enable-locallisppath.
6646
66472005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6648
6649 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
6650 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6651 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
6652
66532005-05-07 Jérôme Marant <jerome@marant.org>
6654
6655 * make-dist: Remove references to makefile.nt and makefile.def.
6656 Include widgets and images subdirectories of etc. Do not exclude
6657 ldefs-boot.el.
6658
66592005-04-23 Andreas Schwab <schwab@suse.de>
6660
6661 * configure.in: Remove duplicate match for powerpc configuration.
6662
66632005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6664
6665 * configure.in: Check for <pwd.h>.
6666
66672005-04-14 Lute Kamstra <lute@gnu.org>
6668
6669 * make-dist: Distribute all ChangeLog files in lisp/.
6670 Don't distribute ldefs-boot.el.
6671 lisp/makefile.nt no longer exists.
6672
66732005-04-13 Lute Kamstra <lute@gnu.org>
6674
6675 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6676 for "no-byte-compile: t" in the file instead.
6677
66782005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6681 shadow the main Lesstif/Motif-2.1 libs and includes.
6682
66832005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6684
6685 * configure.in: Only add XASSERTS to cppflags.
6686
66872005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6688
6689 * configure.in: Added --enable-asserts.
6690
66912005-02-09 Kim F. Storm <storm@cua.dk>
6692
6693 Change release version from 21.4 to 22.1 throughout.
6694 Change development version from 21.3.50 to 22.0.50.
6695
66962005-01-19 Steven Tamm <steventamm@mac.com>
6697
6698 * configure.in: Check for <sys/utsname.h>.
6699
67002004-12-11 Kim F. Storm <storm@cua.dk>
6701
6702 * Makefile.in (info): Undo 2004-12-05 change.
6703
67042004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6705
6706 * info/dir (File): Add URL and Org Mode manuals.
6707 * Makefile.in (install-arch-indep, uninstall): Add url and org
6708 manuals.
6709
67102004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6711
6712 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6713 committed to src/config.in.
6714
67152004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6716
6717 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6718 pthreads and define HAVE_GTK_AND_PTHREAD.
6719
67202004-12-05 Richard M. Stallman <rms@gnu.org>
6721
6722 * Makefile.in (info): Ignore errors building info files.
6723
67242004-11-27 Eli Zaretskii <eliz@gnu.org>
6725
6726 * config.bat: If 8-byte alignment is not supported, define
6727 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6728 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6729 filter through Sed to remove the quotes.
6730
67312004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6732
6733 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6734 not apply to files explicitly `cvs add'ed.
6735
67362004-11-12 Eli Zaretskii <eliz@gnu.org>
6737
6738 * config.bat: Don't require djecho.exe for the v1.x build.
6739 Add a test for DECL_ALIGN support, and add a trivial definition to
6740 src/config.h if 8-byte alignment is not supported.
6741
67422004-11-08 Kim F. Storm <storm@cua.dk>
6743
6744 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6745 files before building.
6746 (bootfast, bootstrap-clean-before-fast): New targets, like
6747 bootstrap but don't remove .elc files.
6748
67492004-11-06 Lars Brinkhoff <lars@nocrew.org>
6750
6751 * configure.in: Add check for getrusage.
6752
67532004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6754
6755 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6756 New tests for new and old GTK file dialogs.
6757 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6758 to no.
6759
67602004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6761
6762 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6763 can be set. Remove SETARCH test.
6764
67652004-10-08 Steven Tamm <steventamm@mac.com>
6766
ed9265fc 6767 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
6768
67692004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6770
6771 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6772 AC_MSG_WARN. Move output of warning message to end of configure run.
6773
67742004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6775
6776 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6777 Run test to see if heap start address is random.
6778
67792004-09-29 Miles Bader <miles@gnu.org>
6780
6781 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6782 if setarch is present.
6783
67842004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6785
6786 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6787
67882004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6789
6790 * configure.in: Check for exec-shield.
6791
1a71cb28
GM
67922004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6793
6794 * Makefile.in (install-arch-indep): Add pgg and sieve.
6795
6796 * info/.cvsignore: Added pgg and sieve.
6797
067d23c9
KY
67982004-08-06 Andreas Schwab <schwab@suse.de>
6799
6800 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6801
68022004-07-31 Eli Zaretskii <eliz@gnu.org>
6803
6804 * config.bat: Update URLs in the comments.
6805
067d23c9
KY
68062004-07-05 Andreas Schwab <schwab@suse.de>
6807
6808 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6809
68102004-06-21 Kenichi Handa <handa@m17n.org>
6811
6812 * make-dist: Link leim-ext.el into tempdir.
6813
68142004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6815
6816 * info/dir (File): Add emacs-xtra.
6817 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6818
68192004-06-12 Juri Linkov <juri@jurta.org>
6820
6821 * info/dir: Move menu help lines from `* Menu:' to file header.
6822 Describe the purpose of a red *.
6823
68242004-05-04 Dave Love <fx@gnu.org>
6825
6826 * configure.in: Don't use `extrasub'.
6827
68282004-04-29 Dave Love <fx@gnu.org>
6829
6830 * configure.in: Don't forget to quote args to `test'.
6831
68322004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6833
6834 * autogen.sh: Update filename in "please read" message.
6835
68362004-04-17 Richard M. Stallman <rms@gnu.org>
6837
6838 * INSTALL: Move the info about site-lisp dirs,
6839 and say uninstalled Emacs looks there too.
6840
68412004-04-04 Eli Zaretskii <eliz@gnu.org>
6842
6843 * config.bat (lib-src): Recognize comment lines in Makefile.in
6844 that have a TAB after the #, to avoid errors in preprocessing with
6845 GCC 3.3.3.
6846
68472004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6848
6849 * Makefile.in: Mention in comment that `make maintainer-clean'
6850 deletes .elc files.
6851
68522004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * update-subdirs: Add local variables to prevent byte-compiling.
6855
68562004-03-21 Dave Love <fx@gnu.org>
6857
6858 * configure.in: Fix previous change.
6859
68602004-03-18 Dave Love <fx@gnu.org>
6861
6862 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6863
68642004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6865
6866 * info/dir (File): Add SMTP and SES.
6867
68682004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6871 (bootstrap): Use the new bootstrap-prepare target in lisp.
6872
68732004-02-18 Kim F. Storm <storm@cua.dk>
6874
6875 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6876
68772004-02-16 Eli Zaretskii <eliz@gnu.org>
6878
6879 * make-dist: Don't link index.*perm and permute-index into tempdir.
6880
68812004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6882
6883 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6884 to match previous changes by Eli Zaretskii.
6885
68862004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6887
6888 * Makefile.in: Set CDPATH to an empty string.
6889
68902004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * configure.in <darwin>: Use fink packages if available.
6893
68942004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6895
6896 * make-dist (lispref): Do include lispref/index.texi.
6897
68982004-01-06 Eric Hanchrow <offby1@blarg.net>
6899
6900 * make-dist (tempdir): Include cursors in nt/icons.
6901
69022003-12-30 Eli Zaretskii <eliz@gnu.org>
6903
6904 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6905 clashes with install-sh on 8+3 filesystems.
6906
1a71cb28 69072003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
6908
6909 * .cvsignore: Add .arch-inventory.
6910
69112003-12-24 Andreas Schwab <schwab@suse.de>
6912
6913 * configure.in: Check for <sys/socket.h>. Include it before
6914 including <net/if.h>. Move check for <net/if.h> before its use.
6915
69162003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6917
6918 * Makefile.in (install-arch-dep): Don't let cd output go into
6919 pipe for carbon_appdir.
6920
69212003-12-24 Andreas Schwab <schwab@suse.de>
6922
6923 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6924
69252003-12-01 Andreas Schwab <schwab@suse.de>
6926
6927 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6928 hardcoding gcc.
6929
69302003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6931
6932 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6933 multiple displays.
6934 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6935
69362003-09-23 Dave Love <fx@gnu.org>
6937
6938 * configure.in: Check members of struct ifreq.
6939
69402003-09-14 Kim F. Storm <storm@cua.dk>
6941
6942 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6943
69442003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6945
6946 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6947
69482003-08-18 Lute Kamstra <lute@gnu.org>
6949
6950 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6951 required anymore.
6952
69532003-08-07 Andrew Choi <akochoi@shaw.ca>
6954
6955 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6956 option instead of -traditional-cpp for CPP.
6957
69582003-07-29 Richard M. Stallman <rms@gnu.org>
6959
6960 * configure.in (HAVE_XIM): Define if XIM is available.
6961
69622003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6963
6964 * configure.in: The function gtk_window_set_icon_from_file was
6965 introduced in GTK+ 2.2, so check for that release.
6966
69672003-07-23 Andreas Schwab <schwab@suse.de>
6968
6969 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6970
6971 * Makefile.in (YACC): Remove, not used.
6972 (MAINT): Don't set.
6973 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6974 disable dependency on ${srcdir}/configure.in when maintainer mode
6975 is disabled.
6976
69772003-07-22 Dave Love <fx@gnu.org>
6978
6979 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6980 HAVE_X11, not with_xim.
6981 (HAVE_CRTIN): Provide template.
6982 <with_png>: Test for png.h and libpng/png.h.
6983
69842003-07-15 Andreas Schwab <schwab@suse.de>
6985
6986 * configure.in: Temporarily leave quoting for AC_DEFINE.
6987
69882003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6989
6990 * configure.in: Check for posix_memalign.
6991
69922003-07-12 Richard M. Stallman <rms@gnu.org>
6993
6994 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6995
69962003-07-09 Kim F. Storm <storm@cua.dk>
6997
6998 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6999 functionality of --without-xim.
7000
70012003-06-29 Dave Love <fx@gnu.org>
7002
7003 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
7004
70052003-06-23 Dave Love <fx@gnu.org>
7006
7007 * configure.in: Check for sys/_mbstate_t.h.
7008 Test XRegisterIMInstantiateCallback prototype.
7009 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
7010
70112003-06-06 Dave Love <fx@gnu.org>
7012
7013 * configure.in: Check for locale.h.
7014
70152003-06-05 Dave Love <fx@gnu.org>
7016
7017 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
7018 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
7019 (NLIST_STRUCT): Don't define.
7020 (AH_BOTTOM): Define my_strftime.
7021
70222003-06-02 Richard M. Stallman <rms@gnu.org>
7023
7024 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
7025
70262003-05-24 Andreas Schwab <schwab@suse.de>
7027
7028 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
7029 bzero, and bcmp.
7030
70312003-05-22 Dave Love <fx@gnu.org>
7032
7033 * configure.in: Remove redundant test for term.h. Test for difftime.
7034
70352003-05-20 Dave Love <fx@gnu.org>
7036
7037 * configure.in: Append * to s390-*-linux-gnu case.
7038 (LIBMAIL) <lockfile>: Don't define.
7039
067d23c9
KY
70402003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7041
7042 * INSTALL (* GNU/Linux development packages): Mention Debian and
7043 RedHat package names.
7044
70452003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
7046
7047 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7048
70492003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7050
7051 * INSTALL (* GNU/Linux development packages): Tell people to
7052 install additional packages for compiling Emacs.
7053
1a71cb28
GM
70542003-04-30 Richard M. Stallman <rms@gnu.org>
7055
7056 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7057
70582003-04-28 Francesco Potortì <pot@gnu.org>
7059
7060 * configure.in: Undo last (RMS') change, as it is useless, per
7061 Dave Love.
7062
70632003-04-08 Richard M. Stallman <rms@gnu.org>
7064
7065 * configure.in: Put #include of jpeglib.h at start of line.
7066
067d23c9
KY
70672003-04-06 Francesco Potortì <pot@gnu.org>
7068
7069 * configure.in: Use the same configuration for all aix5, not just
7070 aix5.1.
7071
70722003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
7073
7074 * configure.in: Check for need for bigtoc support on IBM AIX for
7075 solving a linker table overflow problem.
7076
70772003-03-03 Rob Browning <rlb@defaultvalue.org>
7078
7079 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
7080 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
7081 over bzero, bcmp, and bcopy.
7082
70832003-02-23 Simon Josefsson <jas@extundo.com>
7084
7085 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7086
70872003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7088
7089 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7090
70912003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7092
7093 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7094
70952003-02-08 Andreas Schwab <schwab@suse.de>
7096
7097 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7098 instead of the substitution.
7099
71002003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7101
7102 * Makefile.in: Use @EXEEXT@ for Cygwin.
7103 Use USERNAME if LOGNAME is not set (for Cygwin).
7104
7105 * configure.in: Add opsys=cygwin.
7106
71072003-01-22 Andreas Schwab <schwab@suse.de>
7108
7109 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7110 redefining it explicitly in src/config.in.
7111
71122003-01-22 Markus Rost <rost@math.ohio-state.edu>
7113
7114 * Makefile.in (bootstrap): Make bootstrap-after.
7115
71162003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7117
7118 * configure.in: Fix --with-gtk.
7119
71202003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7121
090bd7cb 7122 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
7123
7124 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7125
71262003-01-14 Francesco Potortì <pot@gnu.org>
7127
7128 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7129
71302003-01-07 Steven Tamm <steventamm@mac.com>
7131
7132 * configure.in: New option, --enable-carbon-app, to specify
7133 that the application should be installed
7134 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 7135 Emacs.app application if carbon-app is enabled.
067d23c9
KY
7136
71372003-01-06 Dave Love <fx@gnu.org>
7138
7139 * configure.in: Check for nl_langinfo.
7140 [!HAVE_SIZE_T]: Fix typedef.
7141
71422003-01-06 David Kastrup <dak@gnu.org>
7143
7144 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7145
7146 * configure.in: Add tests for install-info.
7147
71482002-12-09 Markus Rost <rost@math.ohio-state.edu>
7149
7150 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7151 use again sol2-6 instead of sol2-8.
7152
71532002-12-09 Dave Love <fx@gnu.org>
7154
7155 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7156
71572002-12-08 Andreas Schwab <schwab@suse.de>
7158
7159 * Makefile.in (install-arch-indep): Revert last change.
7160
71612002-11-27 Dave Love <fx@gnu.org>
7162
7163 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7164 Check for __sys_siglist too. Check for memset.
7165 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7166
71672002-11-22 Juanma Barranquero <lektu@terra.es>
7168
7169 * config.guess, config.sub: Updated from master source.
7170
71712002-11-19 Karl Fogel <kfogel@red-bean.com>
7172
7173 * autogen.sh: New file.
7174
1a71cb28 71752002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
7176
7177 * configure.in: Tidy up various quoting issues throughout.
7178 Use AC_GNU_SOURCE.
7179 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7180 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7181 Maybe define bcopy, bzero, bcmp.
7182 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
7183 non-existent machine file).
7184 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
7185 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
7186 (nlist.h): Move test up.
7187
71882002-11-18 Markus Rost <rost@math.ohio-state.edu>
7189
7190 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
7191
71922002-11-14 Francesco Potortì <pot@gnu.org>
7193
7194 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7195
71962002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7197
7198 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7199
72002002-11-08 Dave Love <fx@gnu.org>
7201
7202 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7203 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7204
72052002-11-07 Miles Bader <miles@gnu.org>
7206
7207 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7208 Handle separate-build-dir case.
7209
72102002-11-06 Richard M. Stallman <rms@gnu.org>
7211
7212 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7213 bulletproof. $bar may be empty when there are no .elc files.
7214
72152002-10-30 Dave Love <fx@gnu.org>
7216
7217 * configure.in: Require autoconf 2.53. Test for pty.h,
7218 sys/mman.h, sys/param.h, mremap, memmove.
7219 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7220 (AC_PROG_YACC): Delete.
7221 (size_t): Use AC_CHECK_TYPES.
7222 (AH_TOP): Up-date copyright.
7223
72242002-10-01 Juanma Barranquero <lektu@terra.es>
7225
7226 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7227
72282002-09-19 Richard M. Stallman <rms@gnu.org>
7229
7230 * configure.in: Fix the LessTif-directory-finder for real.
7231
72322002-09-14 Richard M. Stallman <rms@gnu.org>
7233
7234 * Makefile.in (maybe_bootstrap): Test for complete absence
7235 of compiled Lisp files.
7236
72372002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7238
7239 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7240 (bootstrap-clean-after): Delete.
7241 (bootstrap): Make the sequencing explicit.
7242
72432002-09-10 Richard M. Stallman <rms@gnu.org>
7244
7245 * configure.in: Fix previous LessTif change.
7246
72472002-09-09 Richard M. Stallman <rms@gnu.org>
7248
7249 * configure.in (powerpcle-*-solaris2.5*): New configuration.
7250 (powerpcle-*-solaris*): Use version 2.6 as default.
7251 (*-sunos5.6*, *-solaris2.6*): New alternative.
7252 (*-sunos5*): Use version 2.6 as default.
7253
72542002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7255
7256 * configure.in: Fix typo.
7257
72582002-09-05 Richard M. Stallman <rms@gnu.org>
7259
7260 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7261
7262 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7263 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7264
72652002-08-26 Kim F. Storm <storm@cua.dk>
7266
7267 * Makefile.in (install-arch-indep): Do not remove DOC file
7268 when it is the only DOC file installed; this is the case when
7269 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
7270
72712002-07-24 Markus Rost <rost@math.ohio-state.edu>
7272
7273 * configure.in: Fix typo.
7274
72752002-07-24 Richard M. Stallman <rms@gnu.org>
7276
7277 * configure.in: Don't print anything special about gamedir.
7278
7279 * configure.in: Delete nonstandard --with-game-user option.
7280
72812002-07-21 Richard M. Stallman <rms@gnu.org>
7282
7283 * Makefile.in (gamedir, localstatedir): New variables.
7284 (epaths-force): Insert value of gamedir into PATH_GAME.
7285
7286 * configure.in (gamedir): Handle it like lispdir.
7287 (--with-game-dir option): Delete.
7288
72892002-06-21 Pavel Janík <Pavel@Janik.cz>
7290
7291 * configure.in: Add support for mipseb-*-netbsd* machines.
7292
72932002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7294
7295 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7296
72972002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7298
7299 * info/dir (File): Add an entry for Tramp.
7300
73012002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7302
7303 * INSTALL-CVS: New file.
7304
73052002-06-07 Andreas Schwab <schwab@suse.de>
7306
7307 * configure.in (x86_64-*-linux-gnu*): New system.
7308
73092002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
7310
7311 * config.bat: Handle the case when lispintro is truncated to lispintr.
7312
73132002-05-26 Paul Eggert <eggert@twinsun.com>
7314
7315 * config.guess, config.sub: Updated from master source.
7316
73172002-05-09 Richard M. Stallman <rms@gnu.org>
7318
7319 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7320
73212002-05-04 Pavel Janík <Pavel@Janik.cz>
7322
7323 * make-dist: Do not distribute lock/ directory.
7324
73252002-04-30 Andrew Choi <akochoi@shaw.ca>
7326
7327 * configure.in: Provide documentation string when defining
7328 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7329 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7330
1a71cb28 73312002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
7332
7333 * configure.in: Delete configure check for access to the game user.
7334
73352002-04-29 Pavel Janík <Pavel@Janik.cz>
7336
7337 * make-dist: lwlib/Imakefile is removed.
7338
73392002-04-26 Andrew Choi <akochoi@shaw.ca>
7340
7341 * configure.in: Add support for powerpc-apple-darwin*.
7342 (HAVE_CARBON): Add.
7343
7344 * make-dist: Create directories in mac/Emacs.app.
7345
73462002-04-25 Pavel Janík <Pavel@Janik.cz>
7347
7348 * make-dist: lwlib-Xol* are removed.
7349
73502002-04-23 Andreas Schwab <schwab@suse.de>
7351
7352 * Makefile.in (MAINT): New variable.
7353 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7354 instead of configure.in, to avoid running autoconf and autoheader
7355 unless explicitly requested.
7356
73572002-04-16 Eli Zaretskii <eliz@gnu.org>
7358
7359 * config.bat: Update for msdos/sed2v2.inp.
7360
73612002-04-15 Andreas Schwab <schwab@suse.de>
7362
7363 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7364 * configure.in: Add config header templates to all AC_DEFINE and
7365 AC_DEFINE_UNQUOTED symbols.
7366 * make-dist: Run autoheader if necessary.
7367
73682002-04-10 Colin Walters <walters@verbum.org>
7369
7370 * configure.in: Add --game-dir, --game-user. Test to see if we
7371 can use them.
7372
73732002-04-08 Pavel Janík <Pavel@Janik.cz>
7374
7375 * configure.in: Add --with-sound.
7376
73772002-03-18 Kim F. Storm <storm@cua.dk>
7378
7379 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7380 and getsockname functions. Test for sys/un.h include file.
7381
73822002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7383
7384 * configure.in: Support AIX 5.1.
7385
73862002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7387
7388 * configure.in: Added test for X Session Management (HAVE_X_SM).
7389
73902002-03-03 Richard M. Stallman <rms@gnu.org>
7391
7392 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7393 Run chown $${LOGNAME} on files installed by tar xvf.
7394
73952002-03-03 Kim F. Storm <storm@cua.dk>
7396
7397 * configure.in: Test for getpeername.
7398
73992002-03-01 Richard M. Stallman <rms@gnu.org>
7400
7401 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7402 (HAVE_GIF): Don't use old libungif versions that crash.
7403
74042002-02-26 Richard M. Stallman <rms@gnu.org>
7405
7406 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7407 not just well-formed and valid.
7408 (mips-compaq-nonstopux*): New configuration.
7409
74102002-02-18 Paul Eggert <eggert@twinsun.com>
7411
7412 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7413 "sed q" is a portable equivalent to plain "head -1".
7414
74152002-02-13 Richard M. Stallman <rms@gnu.org>
7416
7417 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7418 (all): Don't depend on maybe_bootstrap here.
7419 (${SUBDIR}): Depend on it here instead.
7420
74212002-02-08 Richard M. Stallman <rms@gnu.org>
7422
7423 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7424
74252002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7426
7427 * configure.in: Recognize BSD/OS 5.0.
7428
74292002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7430
7431 * make-dist: Make version checking in emacs.texi consistent with
7432 how we set it there.
7433
74342001-12-29 Kim F. Storm <storm@cua.dk>
7435
7436 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7437
74382001-12-28 Richard M. Stallman <rms@gnu.org>
7439
7440 * configure.in: Test for mbsinit.
7441
74422001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7443
7444 These changes make Leim part of the standard distribution:
7445
7446 * README: Add info about the `leim' directory.
7447
7448 * INSTALL: Remove text that describes Leim as a separate package.
7449
7450 * noleim-Makefile.in: File removed.
7451
7452 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7453 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7454 Leim files out of the Emacs tree. Don't prepare a separate tarball
7455 for Leim.
7456
74572001-12-11 Richard M. Stallman <rms@gnu.org>
7458
7459 * configure.in (hppa*-*-linux-gnu*): New alternative.
7460
74612001-12-08 Pavel Janík <Pavel@Janik.cz>
7462
7463 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7464 creating distribution.
7465
74662001-12-06 Paul Eggert <eggert@twinsun.com>
7467
7468 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7469 (AC_FUNC_VFORK): Remove.
7470 (AC_FUNC_FORK): Add.
7471 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7472 this is required by recent Autoconf versions.
7473
74742001-12-02 Pavel Janík <Pavel@Janik.cz>
7475
7476 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7477 TODO, vms-pp.trans and others).
7478
74792001-11-29 Pavel Janík <Pavel@Janik.cz>
7480
7481 * make-dist: Use COPYING from the top-level directory.
7482
74832001-11-29 Gerd Moellmann <gerd@gnu.org>
7484
7485 * configure.in: Add support for FreeBSD/Alpha.
7486
74872001-11-29 Pavel Janík <Pavel@Janik.cz>
7488
7489 * make-dist: Add COPYING to the top-level directory of the
7490 distribution. Simplify the logic behind copying.
7491
7492 * Makefile.in (maybe_bootstrap): Fix previous change.
7493
74942001-11-28 Richard M. Stallman <rms@gnu.org>
7495
7496 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7497
74982001-11-26 Richard M. Stallman <rms@gnu.org>
7499
7500 * Makefile.in: bootstrap should not delete dumped executables.
7501 (bootstrap-clean-before): New target.
7502 (bootstrap): Use bootstrap-clean-before instead of clean.
7503 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7504
75052001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7506
7507 These changes add the Emacs Lisp Introduction manual to the
7508 distribution:
7509
7510 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7511
7512 * make-dist: Copy the files in lispintro directory.
7513
7514 * config.bat: Configure in the lispintro directory.
7515
7516 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7517
7518 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7519 (lispintro/Makefile): New target.
7520 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7521 (unlock, relock, info, dvi): Ditto.
7522
75232001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7524
7525 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7526
7527 * make-dist (etc): Don't distribute gfdl.1.
7528
75292001-11-22 Colin Walters <walters@debian.org>
7530
7531 * Makefile.in (install-arch-indep): Install the calc .info files.
7532 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7533
75342001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7535
7536 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7537 tindex.pl to the list of those being put into the distribution.
7538
75392001-11-16 Eli Zaretskii <eliz@gnu.org>
7540
7541 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7542
75432001-11-15 Pavel Janík <Pavel@Janik.cz>
7544
7545 * Makefile.in (uninstall): Fix previous change.
7546
7547 * configure.in, Makefile.in: Add support for --program-prefix,
7548 --program-suffix and --program-transform-name options.
7549
75502001-11-13 Pavel Janík <Pavel@Janik.cz>
7551
7552 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7553 (install-arch-indep): Install emacsclient manual page.
7554 (uninstall): Uninstall emacsclient manual page.
7555
75562001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7557
7558 * make-dist: Add lispref/index.*perm files to the distribution.
7559 From Pavel Janík <Pavel@Janik.cz>.
7560
75612001-11-12 Pavel Janík <Pavel@Janik.cz>
7562
7563 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7564
75652001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7566
7567 * configure.in: AC_OUTPUT lispref/Makefile.
7568
75692001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7570
7571 The following changes add the ELisp reference manual to the
7572 distribution.
7573
7574 * make-dist: Add the lispref directory to the distribution.
7575
7576 * Makefile.in (install-arch-indep): Add elisp* to the list of
7577 installed Info files.
7578 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7579 (lispref/Makefile): New target.
7580 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7581 Add commands for the lispref directory.
7582 (info, dvi): Ditto.
7583
7584 * config.bat: Configure in `lispref'.
7585
75862001-11-09 Richard M. Stallman <rms@gnu.org>
7587
7588 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7589
75902001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7591
7592 * make-dist (tempdir): Copy AUTHORS as well.
7593
75942001-11-06 Sam Steingold <sds@gnu.org>
7595
7596 * configure.in: Added a check for <nlist.h>.
7597
75982001-11-01 Pavel Janík <Pavel@Janik.cz>
7599
7600 * configure.in: Reindent --help output.
7601 From Per Starbäck (starback@ling.uu.se).
7602
76032001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7604
7605 * configure.in: New entry for HP/UX-11.
7606
7607 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7608 From Eric S. Raymond <esr@golux.thyrsus.com>.
7609
76102001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7613 <athornton@sinenomine.net>.
7614
76152001-10-25 Gerd Moellmann <gerd@gnu.org>
7616
7617 * Makefile.in (maybe_bootstrap): New target.
7618 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7619
76202001-10-24 Ken Raeburn <raeburn@gnu.org>
7621
7622 * configure.in: If --with-hesiod is given, look for
7623 hes_getmailhost and res_send or __res_send; check hesiod and
7624 resolv libraries respectively if system libraries don't supply them.
7625
76262001-10-24 Gerd Moellmann <gerd@gnu.org>
7627
7628 * configure.in: Use $MAKE for `make' if set.
7629
76302001-10-22 Gerd Moellmann <gerd@gnu.org>
7631
7632 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7633 to tar options.
7634
76352001-10-20 Gerd Moellmann <gerd@gnu.org>
7636
7637 * (Version 21.1 released).
7638
76392001-10-20 Miles Bader <miles@gnu.org>
7640
7641 * configure.in (configuration): Set from `host' if `host_alias'
7642 isn't defined.
7643
76442001-10-19 Andreas Schwab <schwab@suse.de>
7645
7646 * configure.in: Make ready for autoconf 2.5x.
7647 (AC_PREREQ): Require autoconf 2.50.
7648 * aclocal.m4: Removed.
7649 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7650
76512001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7652
7653 * README: Bump Emacs version to 21.1.50.
7654
76552001-10-05 Gerd Moellmann <gerd@gnu.org>
7656
7657 * Branch for 21.1.
7658
76592001-09-05 Gerd Moellmann <gerd@gnu.org>
7660
7661 * configure.in: Avoid `$@' which is handled specially in
7662 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7663
76642001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7665
7666 * make-dist (nt): Add subdirs.el to the list of distributed files.
7667
76682001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7669
7670 * configure.in (machine): Add an entry for
7671 hppa1.1-hitachi-hiuxwe2*.
7672
76732001-05-28 Gerd Moellmann <gerd@gnu.org>
7674
7675 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7676 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7677
76782001-05-14 Gerd Moellmann <gerd@gnu.org>
7679
7680 * make-dist: Copy texinfo.tex unconditionally.
7681
76822001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7683
7684 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7685 that are installed.
7686
76872001-04-06 Gerd Moellmann <gerd@gnu.org>
7688
7689 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7690 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7691
7692 * make-dist: Handle leim/MISC-DIC. Only include
7693 `[a-zA-Z]*.{el,elc}' from leim/quail.
7694
76952001-04-05 Gerd Moellmann <gerd@gnu.org>
7696
7697 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7698
76992001-03-30 Gerd Moellmann <gerd@gnu.org>
7700
7701 * Makefile.in (.PHONY): Add for bootstrap targets.
7702 (bootstrap-clean): New target.
7703 (bootstrap): Use it instead of `clean'.
7704
77052001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7706
7707 * Makefile.in (SUBDIR): Remove leim.
7708 (all, .RECURSIVE, extraclean): Add leim explicitly.
7709 (leim): Provide separate rule which exports PARALLEL=0 into the
7710 environment.
7711
77122001-03-20 Gerd Moellmann <gerd@gnu.org>
7713
7714 * configure.in (HAVE_XPM): Don't print the result of the check for
7715 XpmReturnAllocPixels if we don't have an xpm.h.
7716
77172001-03-05 Gerd Moellmann <gerd@gnu.org>
7718
7719 * COPYING: New file.
7720
77212001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7722
7723 * config.bat: Update the copyright.
7724
77252001-02-23 Kenichi Handa <handa@etl.go.jp>
7726
7727 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7728 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7729 to `yes'. Later in AC_OUTPUT, check this variable.
7730
77312001-02-09 Dave Love <fx@gnu.org>
7732
7733 * AUTHORS: Updated.
7734
77352001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7736
7737 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7738
77392001-02-02 Gerd Moellmann <gerd@gnu.org>
7740
7741 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7742
7743 * Makefile.in (uninstall): Ignore exit code of `rm'.
7744
90eacf99
SM
7745 * Makefile.in (uninstall): Remove more info files.
7746 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
7747
77482001-01-31 Gerd Moellmann <gerd@gnu.org>
7749
7750 * noleim-Makefile.in (extraclean): Add.
7751
77522001-01-28 Gerd Moellmann <gerd@gnu.org>
7753
90eacf99 7754 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
7755 it quiet.
7756
77572001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7758
7759 * Makefile.in (tags): Fix typo.
7760
77612001-01-13 Kenichi Handa <handa@etl.go.jp>
7762
7763 * configure.in: Fix typo in the code setting x_search_path.
7764
77652001-01-10 Dave Love <fx@gnu.org>
7766
7767 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7768 -lXext.
7769 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7770 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7771 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7772 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7773 (now in $LIBS).
7774
77752001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7776
7777 * config.bat: Run the preprocessor with -traditional.
7778
77792001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7780
7781 * INSTALL: Move copying conditions to end of file.
7782
77832000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7784
7785 * INSTALL: Add basic installation procedure which assumes
7786 `configure' does its job. Elaborate on image support libraries.
7787 Add a pointer to Xaw3d library. Add advice about solving
7788 configure-time problems by looking in config.log and setting
7789 variables in the environment.
7790
77912000-12-27 Gerd Moellmann <gerd@gnu.org>
7792
7793 * Makefile.in (install-arch-indep): If tar fails, exit with
7794 exit code 1.
7795
77962000-12-19 Gerd Moellmann <gerd@gnu.org>
7797
7798 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7799 source file includes XKBlib.h. On some broken Solaris systems,
7800 there is an XKBlib.h, reportedly, but header files included by
7801 XKBlib.h are missing.
7802
78032000-12-14 Gerd Moellmann <gerd@gnu.org>
7804
7805 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7806
78072000-12-11 Dave Love <fx@gnu.org>
7808
7809 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7810
78112000-12-11 Paul Eggert <eggert@twinsun.com>
7812
7813 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7814 Merge fixes from latest GNU tar version. These macros no longer
7815 futz with _XOPEN_SOURCE, as that was not portable in practice.
7816 (AC_FUNC_FSEEKO): New macro.
7817
7818 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7819 ftello.
7820
78212000-12-05 Dave Love <fx@gnu.org>
7822
7823 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7824
78252000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7826
7827 * info/dir: Change the category to "Emacs".
7828
78292000-12-01 Gerd Moellmann <gerd@gnu.org>
7830
7831 * make-dist (tempdir): Remove epaths.h from the distribution
7832 instead of paths.h.
7833
78342000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7835
7836 * config.bat: Check for existence of djecho.exe, and print an
7837 error message if it is not available.
7838
7839 * INSTALL: Describe possible problem with djecho.exe in old
7840 versions of DJGPP v2.x.
7841
78422000-11-23 Gerd Moellmann <gerd@gnu.org>
7843
7844 * configure.in: Initialize HAVE_LIBXP to no.
7845
78462000-11-22 Gerd Moellmann <gerd@gnu.org>
7847
7848 * configure.in: Use m/macppc.h instead of the non-existent
7849 m/powerpc.h.
7850
78512000-11-21 Gerd Moellmann <gerd@gnu.org>
7852
7853 * Makefile.in (install-arch-indep): Also install info/eshell*
7854 and info/speedbar*.
7855
7856 * configure.in (HAVE_PNG): Check for the presence of
7857 png_get_channels to rule out older PNG libs.
7858
7859 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7860 GCC and NON_GNU_CPP into config.status.
7861
78622000-11-20 Dave Love <fx@gnu.org>
7863
7864 * configure.in: Fix last change.
7865
7866 * GETTING.GNU.SOFTWARE: Deleted.
7867 * FTP: New file to replace it.
7868 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7869
78702000-11-20 Gerd Moellmann <gerd@gnu.org>
7871
7872 * configure.in: Use -traditional with GNU cpp.
7873
78742000-11-17 Gerd Moellmann <gerd@gnu.org>
7875
7876 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7877 Distribute more files from the nt/ subdir. Distribute PBM
7878 image files from subdirs of lisp/. Distribute old change logs
7879 from subdirs of lisp/. Distribute play/5x5.el.
7880
78812000-11-11 Dave Love <fx@gnu.org>
7882
7883 * config.sub, config.guess: Updated from master source.
7884
78852000-11-07 Dave Love <fx@gnu.org>
7886
7887 * configure.in: Test for mkstemp.
7888
78892000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7890
7891 * info/dir (Top): Rearrange menu items more logically, and put
7892 them into a single category. Add menu items for RefTeX and
7893 Widget.
7894
78952000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7896
7897 * Makefile.in (install-arch-indep): Use --info-dir instead of
7898 --dir-file, and a simple argument instead of --info-file, so that
7899 the Debian version of install-info also works.
7900
79012000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7902
7903 * info/dir (Speedbar): Add entry.
7904
79052000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7906
7907 * INSTALL: Describe the new image-support options to the configure
7908 script. List URLs where image support libraries can be found.
7909
79102000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7911
7912 * info/dir (Top): Add an entry for Eshell.
7913
79142000-10-02 Dave Love <fx@gnu.org>
7915
7916 * configure.in: Check for gai_strerror.
7917
79182000-10-01 Andreas Schwab <schwab@suse.de>
7919
7920 * Makefile.in (install-arch-indep): Update list of installed info files.
7921
79222000-09-30 Gerd Moellmann <gerd@gnu.org>
7923
7924 * configure.in: Support `sparc*-*-netbsd*'.
7925
79262000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7927
7928 * info/dir (MIME): Add entry for emacs-mime.
7929
79302000-09-29 Dave Love <fx@gnu.org>
7931
7932 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7933
79342000-09-26 Gerd Moellmann <gerd@gnu.org>
7935
7936 * make-dist: Adapt to the change of leim/Makefile which was
7937 necessary to ensure a reasonably working `make dist'.
7938
7939 * leim-Makefile.in: Moved to leim/Makefile.in..
7940
7941 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7942
79432000-09-21 Kenichi Handa <handa@etl.go.jp>
7944
7945 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7946 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7947 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7948 files to .elc.
90eacf99 7949 (${TIT}): Adjust for the above change.
067d23c9
KY
7950 (clean mostlyclean): Likewise.
7951 (.el.elc): New target.
7952
79532000-09-19 Gerd Moellmann <gerd@gnu.org>
7954
7955 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7956 in the distribution.
7957
79582000-09-18 Gerd Moellmann <gerd@gnu.org>
7959
7960 * make-dist (skk): Rename to `ja-dic' because the leim directory
7961 was renamed.
7962
79632000-09-14 Dave Love <fx@gnu.org>
7964
7965 * configure.in: Fix spurion in last change.
7966
79672000-09-14 Gerd Moellmann <gerd@gnu.org>
7968
7969 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7970 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7971 to `no' if defined. Change result report.
7972
79732000-09-08 Dave Love <fx@gnu.org>
7974
7975 * configure.in: Remove spurious `@'s.
7976
7977 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7978 autoconf.
7979
79802000-09-06 Gerd Moellmann <gerd@gnu.org>
7981
7982 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7983 file and print informational message.
7984
7985 * configure.in (AC_FUNC_MMAP): Add.
7986
79872000-09-01 Gerd Moellmann <gerd@gnu.org>
7988
7989 * configure.in: Add ``checking'' messages for
7990 XpmReturnAllocPixels.
7991
79922000-08-28 Gerd Moellmann <gerd@gnu.org>
7993
7994 * configure.in: Check <strings.h>; check `index' and `rindex'
7995 functions.
7996
79972000-08-26 Kenichi Handa <handa@etl.go.jp>
7998
7999 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
8000 "case "${canonical}" in".
8001
80022000-08-25 Dave Love <fx@gnu.org>
8003
8004 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
8005
80062000-08-25 Kenichi Handa <handa@etl.go.jp>
8007
8008 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
8009
80102000-08-24 Gerd Moellmann <gerd@gnu.org>
8011
8012 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
8013 contains a relative path. Protect against unusable values of $PWD.
8014
80152000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8016
8017 * info/dir (WoMan): Add entry.
8018
8019 * config.bat (maindir): Update src/_gdbinit even if it does
8020 already exist.
8021
80222000-08-07 Gerd Moellmann <gerd@gnu.org>
8023
8024 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
8025
80262000-08-03 Gerd Moellmann <gerd@gnu.org>
8027
8028 * configure.in: Add support for ia64*-*-linux*.
8029
80302000-07-27 Gerd Moellmann <gerd@gnu.org>
8031
8032 * make-dist (aclocal.m4): Include in distribution.
8033
80342000-07-26 Dave Love <fx@gnu.org>
8035
90eacf99 8036 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
8037
80382000-07-24 Dave Love <fx@gnu.org>
8039
8040 * configure.in: Add AC_SIZE_T.
8041
80422000-07-18 Dave Love <fx@gnu.org>
8043
8044 * configure.in: Reorder so that most tests are done after CPPFLAGS
8045 is set from the C_SWITCH_... definitions.
8046
80472000-07-10 Gerd Moellmann <gerd@gnu.org>
8048
8049 * configure.in (HAVE_XPM): Undo previous change. Check for
8050 preprocessor define XpmReturnAllocPixels.
8051
80522000-07-06 Gerd Moellmann <gerd@gnu.org>
8053
8054 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
8055 instead of XpmReadFileToPixmap.
8056
80572000-07-05 Ken Raeburn <raeburn@gnu.org>
8058
8059 * configure.in: Check for <soundcard.h>. Look for ossaudio
8060 library, and set LIBSOUND accordingly.
8061
80622000-07-05 Dave Love <fx@gnu.org>
8063
8064 * configure.in: Use AC_HEADER_SYS_WAIT.
8065
80662000-07-05 Gerd Moellmann <gerd@gnu.org>
8067
8068 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
8069 lisp/Makefile. Distribute lisp/Makefile.in instead of
8070 lisp/Makefile.
8071
80722000-06-30 Ken Raeburn <raeburn@gnu.org>
8073
8074 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
8075 while searching for image-handling libraries.
8076
80772000-06-26 Gerd Moellmann <gerd@gnu.org>
8078
8079 * configure.in (--with-xim): New option.
8080
80812000-06-23 Dave Love <fx@gnu.org>
8082
8083 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
8084 for struct timezone and test how we can call gettimeofday.
8085 Check for OSF 5+. Check for term.h.
8086
8087 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8088 version.
8089
80902000-06-23 Gerd Moellmann <gerd@gnu.org>
8091
8092 * configure.in (HAVE_LIBXP): Change test for libXp.
8093
80942000-06-21 Dave Love <fx@gnu.org>
8095
8096 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8097 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8098 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8099
81002000-06-19 Dave Love <fx@gnu.org>
8101
8102 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8103 _XOPEN_SOURCE is defined.
8104
81052000-06-16 Gerd Moellmann <gerd@gnu.org>
8106
8107 * Makefile.in (distclean): Also make distclean in lisp/.
8108
81092000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8110
8111 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8112
81132000-06-15 Gerd Moellmann <gerd@gnu.org>
8114
8115 * make-dist: Add --help and --snapshot options.
8116
81172000-06-14 Gerd Moellmann <gerd@gnu.org>
8118
8119 * configure.in: Generate lisp/Makefile.
8120
8121 * configure.in: Add support for `*-lynxos*'.
8122 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8123 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8124 on Tru64 UNIX v5.0.
8125
81262000-06-13 Ken Raeburn <raeburn@gnu.org>
8127
8128 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8129 it's on a continuation line.
8130
81312000-06-02 Dave Love <fx@gnu.org>
8132
8133 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8134 files.
8135
8136 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8137 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8138 test.
8139
8140 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8141 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8142
81432000-05-26 Gerd Moellmann <gerd@gnu.org>
8144
8145 * configure.in: Add check for speed_t typedef.
8146
81472000-05-25 Ken Raeburn <raeburn@gnu.org>
8148
8149 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8150 exists; it won't in the CANNOT_DUMP case.
8151
81522000-05-25 Gerd Moellmann <gerd@gnu.org>
8153
8154 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8155 On FreeBSD, the exit status is 1 if CDPATH is not set.
8156 (install-arch-indep): Install ebrowse.info.
8157
81582000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8159
8160 * configure.in: Check for grandpt and getpt.
8161
81622000-05-09 Dave Love <fx@gnu.org>
8163
8164 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8165
81662000-05-05 Gerd Moellmann <gerd@gnu.org>
8167
8168 * make-dist: Make a link for lib-src/grep-changelog.
8169 Copy install-sh.
8170
81712000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8172
8173 * config.bat: Identify the beginning of the cpp stuff in
8174 src/Makefile.in and lib-src/Makefile.in more accurately.
8175
81762000-04-27 Gerd Moellmann <gerd@gnu.org>
8177
8178 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8179
81802000-04-19 Gerd Moellmann <gerd@gnu.org>
8181
8182 * configure.in: Add support for `powerpc-*-netbsd*'.
8183
81842000-04-19 Dave Love <fx@gnu.org>
8185
8186 * configure.in: Don't use AC_FUNC_GETLOADAVG.
8187
8188 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
8189
81902000-04-16 Dave Love <fx@gnu.org>
8191
8192 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
8193
81942000-04-14 Dave Love <fx@gnu.org>
8195
8196 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8197
8198 * aclocal.m4 (AC_FUNC_MKTIME): New.
8199
82002000-03-28 Ken Raeburn <raeburn@gnu.org>
8201
8202 * configure.in: Line up "--help" output a little better.
8203
82042000-03-26 Gerd Moellmann <gerd@gnu.org>
8205
8206 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8207 New targets.
90eacf99
SM
8208 (bootstrap): Rewritten in terms of the new targets above.
8209 Make info files, too.
067d23c9
KY
8210
82112000-03-12 Gerd Moellmann <gerd@gnu.org>
8212
8213 * config.guess, config.sub: Use the versions of the files from
8214 subversions.
8215
82162000-03-08 Dave Love <fx@gnu.org>
8217
8218 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8219 AC_C_VOLATILE. Define POINTER_TYPE.
8220
8221 * aclocal.m4: New file.
8222
82232000-03-02 Gerd Moellmann <gerd@gnu.org>
8224
8225 * configure.in (machine): Add `mipsel-*-netbsd*' and
8226 `arm-*-netbsd*'.
8227
82282000-03-01 Gerd Moellmann <gerd@gnu.org>
8229
8230 * configure.in (machine): Add support for `*-auspex-sunos*'.
8231
82322000-02-29 Gerd Moellmann <gerd@gnu.org>
8233
8234 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8235
82362000-02-18 Dave Love <fx@gnu.org>
8237
8238 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8239
82402000-02-18 Andreas Schwab <schwab@suse.de>
8241
8242 * Makefile.in (install-arch-indep): Add eudc to list of installed
8243 info files.
8244
82452000-02-17 Ken Raeburn <raeburn@gnu.org>
8246
8247 * configure.in: Include -lz and -ljpeg (if it's available) when
8248 testing for the tiff library.
8249
82502000-02-17 Gerd Moellmann <gerd@gnu.org>
8251
8252 * configure.in: Remove LISP_FLOAT_TYPE.
8253
82542000-02-12 Dave Love <fx@gnu.org>
8255
8256 * configure.in: Use AC_FUNC_VFORK.
8257
82582000-02-01 Gerd Moellmann <gerd@gnu.org>
8259
8260 * make-dist: Various fixes for new development tree.
8261
8262 * leim-Makefile.in: New file.
8263
82642000-01-31 Gerd Moellmann <gerd@gnu.org>
8265
8266 * Makefile.in (dist): Call ./make-dist.
8267
82682000-01-24 Dave Love <fx@gnu.org>
8269
8270 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8271
82722000-01-18 Gerd Moellmann <gerd@gnu.org>
8273
8274 * configure.in (HAVE_GIF): Check for DGifOpen instead of
8275 DGifOpenFileName.
8276
82772000-01-11 Andreas Schwab <schwab@suse.de>
8278
8279 * Makefile.in (install-arch-indep): Update list of info files to
8280 be installed.
8281
82822000-01-05 Dave Love <fx@gnu.org>
8283
8284 * configure.in: Check for jerror.h as well as libjpeg.
8285
82862000-01-03 Andreas Schwab <schwab@suse.de>
8287
90eacf99
SM
8288 * Makefile.in (install-arch-indep): Install autotype*.
8289 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
8290
82911999-12-04 Dave Love <fx@gnu.org>
8292
8293 * Makefile.in (install-arch-indep): Depend on `info'.
8294 (install-strip): Use `install' as sub-make target.
8295
82961999-11-23 Ken Raeburn <raeburn@gnu.org>
8297
8298 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8299 didn't need to be deleted. Check for the k5crypto library as well
8300 as the crypto library; MIT Kerberos 1.1 changed the name.
8301
83021999-11-18 Dave Love <fx@gnu.org>
8303
8304 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8305
83061999-11-11 Erik Naggum <erik@naggum.no>
8307
8308 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8309
83101999-11-08 Dave Love <fx@gnu.org>
8311
8312 * configure.in: Fix change for --with-pop default.
8313
83141999-11-04 Dave Love <fx@gnu.org>
8315
8316 * configure.in: Default to --with-pop. Change sense of with-gcc
8317 and with-toolkit-scroll-bars messages to reflect the defaults.
8318
83191999-11-01 Gerd Moellmann <gerd@gnu.org>
8320
8321 * INSTALL: Mention the Emacs Lisp Reference.
8322
83231999-10-27 Noah Friedman <friedman@splode.com>
8324
8325 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8326
83271999-10-23 Gerd Moellmann <gerd@gnu.org>
8328
8329 * Makefile.in (bootstrap): New target.
8330
83311999-10-19 Paul Eggert <eggert@twinsun.com>
8332
8333 Add support for large files. Merge glibc 2.1.2.
8334
8335 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8336 (HAVE_TM_GMTOFF): New symbol.
8337 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8338 mbrlen, strsignal.
8339 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8340
83411999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8342
8343 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8344 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8345
83461999-10-09 Richard M. Stallman <rms@gnu.org>
8347
8348 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8349 Unset CDPATH to prevent cd from generating output.
8350
83511999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8352
8353 * update-subdirs: Also ignore CVS subdirs.
8354
83551999-10-07 Gerd Moellmann <gerd@gnu.org>
8356
8357 * Makefile.in (install-arch-indep): Add ada-mode.
8358
83591999-10-06 Dave Love <fx@gnu.org>
8360
8361 * Makefile.in: Add rules for config.status, configure.
8362
83631999-09-07 Gerd Moellmann <gerd@gnu.org>
8364
90eacf99 8365 * configure.in (--with-sound): Remove.
067d23c9
KY
8366
83671999-08-30 Gerd Moellmann <gerd@gnu.org>
8368
8369 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8370 the test for Xaw3d.
8371 (HAVE_TIFF): Add -lm to library check.
8372
83731999-08-28 Richard Stallman <rms@gnu.org>
8374
8375 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8376 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8377 after the other X-related libraries.
8378
83791999-08-21 Dave Love <fx@gnu.org>
8380
8381 * configure.in: Don't check for jpeglib.h.
8382
83831999-08-20 Gerd Moellmann <gerd@gnu.org>
8384
8385 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8386 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8387
83881999-08-18 Dave Love <fx@gnu.org>
8389
8390 * configure.in: Check for termcap.h.
8391
83921999-08-15 Gerd Moellmann <gerd@gnu.org>
8393
8394 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8395 use Emacs' scroll bars, even if configured for Motif or when
8396 Xaw3d is available.
8397
83981999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8399
8400 * configure.in: Check for getaddrinfo.
8401
84021999-08-04 Eli Zaretskii <eliz@gnu.org>
8403
8404 * config.bat: Make --no-debug work again by removing -gcoff.
8405
84061999-07-30 Dave Love <fx@gnu.org>
8407
8408 * configure.in: Check for stdlib.h.
8409
84101999-07-19 Dave Love <fx@gnu.org>
8411
8412 * configure.in: Grok sparc64-*-linux-gnu*.
8413
84141999-07-12 Richard Stallman <rms@gnu.org>
8415
8416 * Version 20.4 released.
8417
84181999-06-23 Karl Heuer <kwzh@gnu.org>
8419
8420 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8421 Quote $EMACS, in case it's a program with args.
8422
84231999-06-15 Gerd Moellmann <gerd@gnu.org>
8424
8425 * configure.in (HAVE_GIF): Use libungif instead of libgif
8426 because the former doesn't contain patented compression code.
8427
84281999-05-29 Richard M. Stallman <rms@gnu.org>
8429
8430 * configure.in: Delete the Kerberos stuff.
8431
84321999-05-27 Greg Hudson <ghudson@mit.edu>
8433
8434 * configure.in: Prefer kerberos 5 names.
8435
84361999-04-26 Richard M. Stallman <rms@gnu.org>
8437
8438 * configure.in: Check for libXp.
8439
84401999-04-08 Richard Stallman <rms@gnu.org>
8441
8442 * make-dist: Include change logs in subdirs of `lisp'.
8443
84441999-04-05 Richard Stallman <rms@gnu.org>
8445
8446 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8447 (install-arch-indep): Make ${datadir}/emacs world-readable.
8448
84491999-03-30 Eli Zaretskii <eliz@gnu.org>
8450
8451 * config.bat: Use epaths.* instead of paths.*.
8452
84531999-03-07 Eli Zaretskii <eliz@gnu.org>
8454
8455 * INSTALL: Add detailed instructions to unpack and install
8456 intlfonts on MS-DOS.
8457
84581999-02-26 Richard Stallman <rms@gnu.org>
8459
8460 * configure.in: Use epaths.h and epaths-force instead of paths...
8461
90eacf99 8462 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
8463 operate on epaths.in and produce epaths.h.
8464
84651999-02-24 Richard Stallman <rms@gnu.org>
8466
8467 * make-dist: Fix nt/icons directory handling.
8468
84691999-02-22 Simon Josefsson <jas@pdc.kth.se>
8470
8471 * configure.in (f301-fujitsu-uxpv4.1): New target.
8472
84731999-02-20 Richard Stallman <rms@gnu.org>
8474
8475 * make-dist (tempparent): Fix command to update info files.
8476
84771999-02-09 Richard Stallman <rms@gnu.org>
8478
8479 * configure.in (powerpc-apple-netbsd*): New alternative.
8480
84811999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8482
8483 * make-dist: Include the new directory nt/icons in distributions.
8484
84851999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8486
8487 * configure.in: Change message about HAVE_XFREE386.
8488
84891999-01-07 Eli Zaretskii <eliz@gnu.org>
8490
8491 * config.bat: Support configuring with leim.
8492
84931998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8494
8495 * configure.in (mips-sgi-irix6.5): New target.
8496
84971998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8498
8499 * configure.in: Remove GSS-API support, since it has been removed
8500 from movemail.
8501
85021998-12-04 Markus Rost <rost@delysid.gnu.org>
8503
8504 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8505
85061998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8507
8508 * Makefile.in: Don't install customize info file.
8509 Run install-info on viper info file.
8510
85111998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8512
8513 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8514
85151998-11-16 Kenichi Handa <handa@etl.go.jp>
8516
8517 * configure.in (*-*-bsdi4*): New target.
8518
85191998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8520
8521 * configure.in: Fix previous change.
8522
85231998-11-11 Richard Stallman <rms@gnu.org>
8524
8525 * configure.in (aviion-intel): New machine.
8526
85271998-11-04 Kenichi Handa <handa@etl.go.jp>
8528
8529 * configure.in (mips-nec-sysv4*): New target.
8530
85311998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8532
8533 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8534 from lisp.
8535
85361998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8537
8538 * make-dist: Don't include fns*.el in dist.
8539
85401998-10-30 Dave Love <fx@gnu.org>
8541
8542 * configure.in: Don't mkdir cpp.
8543
85441998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8545
8546 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8547 ${archlibdir}.
8548
85491998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8550
8551 * Version 20.3 released.
8552
85531998-07-30 Paul Eggert <eggert@twinsun.com>
8554
8555 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8556 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8557 (lwlib/Makefile, leim/Makefile):
8558 Prepend $(srcdir)/ to rule dependencies outside this dir.
8559
85601998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8561
8562 * configure.in: Use unset CDPATH instead of making it empty.
8563
85641998-06-20 Karl Heuer <kwzh@gnu.org>
8565
8566 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8567
85681998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8569
8570 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8571 and default.el. Sort the results.
8572
85731998-05-31 Karl Heuer <kwzh@gnu.org>
8574
8575 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8576 writable.
8577
85781998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8579
8580 * Makefile.in (install-arch-indep):
8581 Don't alter site-lisp/subdirs.el if it exists.
8582
85831998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8584
8585 * Makefile.in (install-arch-indep): Put `-' on commands to create
8586 subdirs.el in site-lisp dirs.
8587
85881998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8589
8590 * Makefile.in (install-arch-indep): Fix typo in previous change.
8591
85921998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8593
8594 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8595
85961998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8597
8598 * Makefile.in (mkdir): Create the site-lisp dirs.
8599 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8600
86011998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8602
8603 * Makefile.in (INSTALL_INFO): New variable.
8604 (install-arch-indep): Don't replace the dir file if it already exists.
8605 Use the install-info program, via INSTALL_INFO, to add entries.
8606 Make the `info' subdir and the Info files world-readable.
8607
86081998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8609
8610 * config.bat: Make sure the environment is large enough to support
8611 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8612
86131998-04-10 Karl Heuer <kwzh@gnu.org>
8614
8615 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8616
86171998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8618
8619 * configure.in: Add --with-gssapi to specify GSS-API
8620 authentication support for movemail.
8621
86221998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8623
8624 * Makefile.in (install-arch-indep): Fix previous change.
8625
86261998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8627
8628 * Makefile.in (info): Run man in build dir, not srcdir.
8629
86301998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8631
8632 * Makefile.in (install-arch-indep): Fix previous change.
8633
86341998-03-23 Kenichi Handa <handa@etl.go.jp>
8635
8636 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8637
86381998-03-22 Richard Stallman <rms@gnu.org>
8639
8640 * Makefile.in (install-arch-indep): Put special subdirs.el files
8641 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8642
86431998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8644
8645 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8646
86471998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8648
8649 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8650 (m68*-hp-hpux*): Handle versions 1X like 10.
8651
86521998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8653
8654 * make-dist: PROBLEMS is now in etc, not top level dir.
8655
8656 * Makefile.in (SOURCES): Delete PROBLEMS.
8657
86581998-02-25 Richard Stallman <rms@gnu.org>
8659
8660 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8661
8662 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8663
86641998-01-17 Richard Stallman <rms@gnu.org>
8665
8666 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8667
86681998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8669
8670 * make-dist (tempparent): New option --no-check.
8671
8672 * make-dist: Don't do anything with cpp directory.
8673
86741997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8675
8676 * configure.in (sparc-fujitsu-sysv4*): New target.
8677
86781997-12-17 Andreas Schwab <schwab@gnu.org>
8679
8680 * configure.in: Cache more tests. Add missing quotes around
8681 message with embedded comma.
8682
86831997-12-04 Karl Heuer <kwzh@gnu.org>
8684
8685 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8686
86871997-11-26 Joel N. Weber II <devnull@gnu.org>
8688
8689 * make-dist: Changed the comment about `umask 0' to say `Don't
8690 restrict access to any files.'; previously it said `Don't protect
8691 any files', which may have implied that we think fascism is good.
8692
86931997-11-24 Paul Eggert <eggert@twinsun.com>
8694
8695 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8696 strftime needs the underlying host's strftime for locale dependent
8697 formats.
8698
86991997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8700
8701 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8702
87031997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8704
8705 * config.bat: Configure the man subdirectory.
8706
87071997-11-07 Paul Eggert <eggert@twinsun.com>
8708
8709 * configure.in (AC_CHECK_LIB): Add -lintl.
8710
87111997-11-07 Karl Heuer <kwzh@gnu.org>
8712
8713 * make-dist (check for .elc files): Avoid bash-specific syntax.
8714 (check for overflow 14-char limit): Simplify.
8715
87161997-11-07 Richard Stallman <rms@gnu.org>
8717
8718 * Makefile.in (install): Move blessmail last.
8719
87201997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8721
8722 * configure.in (gettimeofday, one arg or two):
8723 Clarify messages by avoiding double negative.
8724
87251997-09-30 Karl Eichwalder <ke@suse.de>
8726
8727 * Makefile.in (install-arch-indep): Install the widget info file.
8728
87291997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8730
8731 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8732 libraries in reverse order, so that libraries will appear in the
8733 correct dependency order on the link line (and so that the
8734 configure checks themselves will work properly when early
8735 libraries depend on later ones).
8736
87371997-09-21 Erik Naggum <erik@naggum.no>
8738
8739 * make-dist (making links to `src'): Keep timestamp on copied files.
8740
8741 * make-delta: New script to produce delta distributions.
8742
87431997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8744
8745 * Version 20.2 released.
8746
87471997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8748
8749 * Version 20.1 released.
8750
8751 * Makefile.in (install-leim): Depend on mkdir.
8752 (leim): Depend on src.
8753
87541997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8755
8756 * configure.in: Recognize alpha* instead of just alpha.
8757
87581997-09-12 Paul Eggert <eggert@twinsun.com>
8759
8760 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8761
87621997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8763
8764 * update-subdirs: Use rm -f.
8765
87661997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8767
8768 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8769 Ignore subdirs named Old.
8770
87711997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8772
8773 * configure.in: Add OpenBSD clause to set $machine.
8774
87751997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8776
8777 * make-dist: Recompile everything after updating various Lisp files.
8778 Recompile in leim as well as lisp.
8779 Check in leim as well as lisp for mismatched files and too-long names.
8780
87811997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8782
8783 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8784
87851997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8786
8787 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8788 before trying to copy anything from it.
8789
87901997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8791
8792 * Makefile.in (man/Makefile): New target.
8793 (tags): Define env var EMACS and run Makefile from build dir.
8794
87951997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8796
8797 * config.bat: If src/_gdbinit doesn't exist, try using
8798 src/.gdbinit to create it (for building on Windows 95).
8799
88001997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8801
8802 * Makefile.in (install-arch-indep):
8803 Discard extra data in tar | tar pipes.
8804
88051997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8806
90eacf99
SM
8807 * configure.in (x_default_search_path):
8808 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
8809
88101997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8811
8812 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8813
88141997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8815
8816 * configure.in: Support auto-configuration of both Kerberos V4 and
8817 Kerberos V5 for movemail, including detection of V4 and V5 header
8818 files and libraries.
8819
88201997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8821
8822 * configure.in: Compute x_default_search_path
8823 and substitute into makefiles.
8824
8825 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8826
88271997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8828
8829 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8830
88311997-08-07 Erik Naggum <erik@naggum.no>
8832
8833 * configure.in: Remove lockdir, it is no longer needed.
8834 * Makefile.in (mkdir): Don't create lockdir.
8835 (lockdir): Variable deleted.
8836 (paths-force): Don't operate on PATH_LOCK.
8837
88381997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8839
8840 * leim-Makefile.in (clean, distclean): New targets.
8841
8842 * make-dist: Include leim/ChangeLog in leim distribution.
8843
88441997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8845
8846 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8847
88481997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8849
8850 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8851
88521997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8853
8854 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8855
88561997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8857
8858 * make-dist: Update leim/leim-list.el.
8859 Pass along value of $EMACS when updating lisp dir.
8860
88611997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8862
8863 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8864 prerequisite to the use of Doug Lea's malloc.
8865
88661997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8867
8868 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8869
8870 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8871
88721997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8873
8874 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8875
88761997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8877
8878 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8879 to news-r6.h.
8880
88811997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8882
8883 * config.bat: Use `sed' instead of `cp', which might not be
8884 installed.
8885
88861997-07-09 Kenichi Handa <handa@etl.go.jp>
8887
8888 * Makefile.in (mostlyclean): Add cleaning leim directory.
8889 (clean, distclean, maintainer-clean): Likewise.
8890
88911997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8892
8893 * make-dist (bogosities): Check subdirs of `lisp' also.
8894
88951997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8896
8897 * make-dist (etc): Really avoid symlinks now.
8898 (lisp): Don't delete from subdirs the things we never copy.
8899
89001997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8901
8902 * Makefile.in (install-arch-indep): Correct the target name.
8903 The first letter `i' was dropped by the previous change of mine.
8904
89051997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8906
8907 * configure.in (leim/Makefile): Generate this.
8908 (*-sysv4.2uw*): Recognize new alternative.
8909
8910 * leim-Makefile.in: Renamed from leim-Makefile.
8911
8912 * make-dist: Set up real-leim subdirectory,
8913 with the real contents of leim; then move it to
8914 a separate top-level directory.
8915
8916 * make-dist: Don't mention site-lisp, site-init, site-start
8917 or default, when listing files hat are not compiled and should be.
8918
8919 * configure.in: Create src/config.stamp at the end.
8920
89211997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8922
8923 * Makefile.in (install-leim): Correct previous change.
8924
89251997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8926
8927 * Makefile.in (install-leim): New target.
8928 (install): Depend on install-leim.
8929
89301997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8931
8932 * Makefile.in (SUBDIR): Add leim.
8933 (SUBDIR_MAKEFILES): Add leim/Makefile.
8934 (leim/Makefile): New target.
8935
89361997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8937
8938 * leim-Makefile: New file.
8939 * make-dist: Initialize a `leim' subdirectory with that makefile.
8940
89411997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8942
8943 * configure.in (GNU_MALLOC_reason): Fix message text.
8944
89451997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8946
8947 * make-dist (lisp): Don't process subdirs that start with =.
8948 (etc): Copy symlinks, as in src.
8949
89501997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8951
8952 * configure.in (i*86-*-unixware*): New alternative.
8953
89541997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8955
8956 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8957 and touch it explicitly.
8958
8959 * configure.in (mips-sony-newsos6*): New alternative.
8960 (mips-*-linux-gnu*): New alternative.
8961 (*-*-bsdi*): New alternative.
8962 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8963
89641997-06-22 Dave Love <d.love@dl.ac.uk>
8965
8966 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8967 (src/config.h): New target to re-configure if src/config.in is patched.
8968
89691997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8970
8971 * configure.in (shutdown): Check for `shutdown' function.
8972
89731997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8974
8975 * update-subdirs: Include the directory "language" in subdirs.
8976
89771997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8978
8979 * configure.in (m88k-dg-dgux4*): New alternative.
8980 (alpha-*-netbsd*): New alternative.
8981 (powerpcle-*-solaris2*): New alternative.
8982
89831997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8984
8985 * make-dist: Warn about .el files that are not compiled.
8986
89871997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8988
8989 * Makefile.in (dist): Don't run update-subdirs here,
8990 since make-dist now gets that done.
8991
8992 * make-dist: Use the new `updates' target in lisp/Makefile.
8993
8994 * make-dist: Use new non-file targets in lisp/Makefile.
8995
89961997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8997
8998 * make-dist: Handle all subdirs of `lisp' uniformly.
8999 Don't handle `term' and `language' specially.
9000 Clear out umask at the beginning.
9001
90021997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9003
9004 * make-dist: Use Make to update finder-inf.el and autoloads.
9005 Also update cus-load.el.
9006
90071997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9008
9009 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
9010 in case it is desirable to disable the GNU malloc features with glibc.
9011
90121997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9013
9014 * configure.in (DOUG_LEA_MALLOC):
9015 Define if malloc_{get,set}_state exist.
9016
90171997-03-05 Kenichi Handa <handa@etl.go.jp>
9018
9019 * make-dist: Make links for files under lisp/language.
9020
90211997-02-20 Kenichi Handa <handa@etl.go.jp>
9022
9023 * update-subdirs: Exclude the directory "language" from subdirs.
9024
90251997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
9026
9027 * configure.in: Check for rint and cbrt.
9028
90291997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9030
9031 * make-dist: Use $EMACS to say where to run Emacs.
9032 Add --no-update option.
9033
90341996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9035
9036 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
9037
90381996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9039
9040 * make-dist (copying src): Check thoroughly for symlinks
9041 and copy them in all cases. Regularize the linking of *.in
9042 and *.opt and ChangeLog files.
9043 (copying lib-src): Likewise.
9044 Don't rm getdate.c or y.tab.*--they don't exist any more.
9045
90461996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
9047
9048 * configure.in: Check for libmail, maillock.h and
9049 touchlock (for movemail).
9050
90511996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9052
9053 * configure.in (limits.h): Check for this file.
9054
90551996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9056
9057 * configure.in (rs6000-ibm-aix4.2): New alternative.
9058 (rs6000-ibm-aix4.0): New alternative.
9059 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
9060
90611996-11-22 Ben Harris <bjh21@cam.ac.uk>
9062
9063 * configure.in: Recognize vax-*-netbsd*.
9064
90651996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9066
9067 * configure.in (locallisppath): Add leim directory.
9068
90691996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9070
9071 * config.bat: Make sure `mv' supports forward slashes and -f.
9072
90731996-10-28 Christian Limpach <chris@nice.ch>
9074
9075 * configure.in (hppa*-next-nextstep*): * added after hppa
9076 to accept hppa1.0 and hppa1.1.
9077
90781996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
9079
9080 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
9081 * configure.in (ld_switch_machine): Fix typo.
9082
90831996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9084
9085 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9086 from config.h and use them in $ac_link.
9087
90881996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9089
9090 * configure.in: Create a subdir named `lisp'.
9091
90921996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9093
9094 * configure.in: Check for getcwd.
9095
90961996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9097
9098 * configure.in: Check for termios.h. Check for setpgid.
9099
91001996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9101
9102 * configure.in: Check for setrlimit.
9103
91041996-08-31 Paul Eggert <eggert@twinsun.com>
9105
9106 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9107
91081996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9109
9110 * configure.in: Check for utimes.
9111
9112 * configure.in: Check for com_err library, but only
9113 if --with-kerberos was used. Check for krb and des
9114 only if --with-kerberos.
9115
91161996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9117
9118 * Makefile.in (INSTALL_STRIP): New variable.
9119 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9120 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9121
91221996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9123
9124 * configure.in: Check for krb and des libraries.
9125
91261996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9127
9128 * configure.in (*-sunos4.1.[3-9]*noshare):
9129 Use sunos413, not sunos4-1-3.
9130 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9131 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9132
91331996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9134
9135 * Makefile.in (src/paths.h): Target deleted.
9136 (paths-force): Delete all dependencies on this target
9137 but don't delete the target.
9138 (install): Depend on `all'.
9139 (paths-force): Don't print a message.
9140
9141 * configure.in: Generate src/paths.h here.
9142
91431996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9144
9145 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9146 New variables that affect linking only.
9147 (alpha-dec-osf*): Use those instead of previous change.
9148
91491996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9150
9151 * Makefile.in (install-arch-indep): Install info/messages.
9152
91531996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9154
9155 * Version 19.33 released.
9156
91571996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9158
9159 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9160 Fix previous change.
9161
91621996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9163
9164 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9165 New alternative.
9166
91671996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9168
9169 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9170 and NON_GCC_TEST_OPTIONS.
9171
91721996-08-06 Paul Eggert <eggert@twinsun.com>
9173
9174 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9175 "TZ=..." in environ.
9176
91771996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9178
9179 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9180
91811996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9182
9183 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
9184 the more general *-sunos4.1.[3-9]* clause.
9185
91861996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9187
9188 * Version 19.32 released.
9189
9190 * configure.in (*-sco3.2v5*):
9191 Set OVERRIDE_CPPFLAG to a string of one space.
9192 Fix the code that uses OVERRIDE_CPPFLAG.
9193
91941996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
9195
9196 * configure.in: Undo previous change.
9197
91981996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9199
9200 * config.sub: Use `pc', not `unknown', when canonicalizing
9201 the vendor for ...86.
9202
92031996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9204
9205 * configure.in: Check for termios.h header.
9206
92071996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9208
9209 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9210
92111996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9212
9213 * configure.in: Split bsdos2 and bsdos2-1.
9214
92151996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9216
9217 * config.sub: If last two words are not a recognized
9218 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9219 Make conversion of gnu/linux to linux-gnu really work.
9220
9221 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9222
92231996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9224
9225 * configure.in (check for using Lucid widgets by default):
9226 Eliminate indentation that confuses some compilers.
9227
92281996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9229
9230 * config.sub: Convert linux and gnu/linux to linux-gnu.
9231
9232 * make-dist: Don't update getdate.c.
9233 Ignore =... files when checking for too-long Lisp file names.
9234
92351996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9236
9237 * configure.in (euidaccess): Check for that, not for eaccess.
9238
92391996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9240
9241 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9242 before `noshare'.
9243 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9244
92451996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9246
9247 * configure.in: Rename lignux to linux-gnu in configuration names.
9248 Use gnu-linux as the opsys value (s/ file name).
9249 Allow i686 just like i386, i486, i586.
9250
92511996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9252
9253 * configure.in (i*86-*-sco3.2v5): New alternative.
9254 (OVERRIDE_CPPFLAG): New variable.
9255 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9256
9257 * configure.in: Specify vpath for .texi files.
9258
92591996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9260
9261 * configure.in: Always check for HAVE_X11R5.
9262 Separately decide whether to use a toolkit by default.
9263
92641996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
9265
9266 * configure.in: If X11R5 is missing the Xaw headers,
9267 default to --with-x-toolkit=no.
9268
92691996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9270
9271 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9272
92731996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9274
9275 * Makefile.in (install-arch-indep): If cd etc makes output,
9276 don't treat that as part of the tar data.
9277 Check that ./lisp actually exists.
9278
92791996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
9280
9281 * make-dist: Check for long file names.
9282
92831996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9284
9285 * Version 19.31 released.
9286
92871996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9288
9289 * configure.in: Recognize sparc-*-lignux.
9290
92911996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9292
9293 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9294 Don't include config.w95.
9295
92961996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9297
9298 * make-dist: Replace --no-clean-up and --no-tar options
9299 with --clean-up and --tar, so that the default is useful.
9300
93011996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9302
9303 * config.bat: Make sure the GDB init file is called src/_gdbinit;
9304 if not, tell the user to rename it and abort.
9305
93061996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9307
9308 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9309 test program.
9310
93111996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9312
9313 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9314
9315 * make-dist (MANIFEST): Fix previous change.
9316 (msdos): Put mainmake.v2 into the dist.
9317
93181996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9319
9320 * make-dist: Exit if autoconf fails.
9321
93221996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
9323
9324 * config.bat: Set djgpp-ver, and unset it at the end.
9325 Add a number of conditionals for DJGPP version 2.
9326 Rename label libsrc2 to libsrc3.
9327 Substitute for LDFLAGS in src/Makefile.
9328 Substitute for ALL_CFLAGS in lib-src/Makefile.
9329
93301996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9331
9332 * configure.in (ncurses): Check this after checking fns like strerror.
9333
93341996-04-08 Erik Naggum <erik@naggum.no>
9335
9336 * make-dist (MANIFEST): Don't include lines from =files.
9337
93381996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9339
9340 * make-dist: Don't put lisp/dired.todo in the dist.
9341
93421996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9343
9344 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9345
9346 * configure.in (setlocale): Check for it.
9347
9348 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9349
93501996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9351
9352 * configure.in: Use lignux instead of linux as value of opsys.
9353
93541996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9355
9356 * Makefile.in (install-strip): Fix whitespace.
9357 Get rid of continuation.
9358
9359 * config.sub: Convert linux or gnu/linux to lignux.
9360
93611996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9362
9363 * configure.in: Accept lignux in configuration name.
9364
93651996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9366
9367 * Makefile.in (install-strip): New target.
9368
93691996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9370
9371 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9372 -f failed to do the job on Suns.
9373
93741996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9375
9376 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9377
9378 * configure.in (linux/version.h): Check for this header.
9379
93801996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9381
9382 * configure.in: Remove -fno-builtin hackery from -lm check.
9383
93841996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9385
9386 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9387 just this test.
9388
9389 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9390
93911996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9392
9393 * configure.in: Check for ncurses.
9394
93951996-02-28 Paul Eggert <eggert@twinsun.com>
9396
9397 * configure.in (LOCALTIME_CACHE):
9398 Also define if localtime mishandles unsetting TZ.
9399 This works around a localtime bug in mips-dec-ultrix.
9400
94011996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9402
9403 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9404
9405 * configure.in: Improve messages about X versions.
9406
94071996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9408
9409 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9410
94111996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9412
9413 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9414 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9415
9416 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9417 (install): Put install-arch-indep before install-arch-dep.
9418
94191996-02-20 Dave Love <d.love@dl.ac.uk>
9420
9421 * INSTALL: Clarify info about MS-DOS path handling.
9422
94231996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9424
9425 * Makefile.in (install-arch-indep): Install info/ccmode*.
9426 In previous change, protect against /bin/pwd returning null string.
9427
94281996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9429
9430 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9431 to lispdir.
9432
94331996-02-01 Paul Eggert <eggert@twinsun.com>
9434
9435 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9436
94371996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9438
9439 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9440
94411996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9442
9443 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9444 we delete everything distclean deletes.
9445
94461996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9447
9448 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9449
94501996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9451
9452 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9453 into LDFLAGS instead of into LIBS.
9454
94551996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9456
9457 * configure.in (HAVE_XMU): Fix typo in previous change.
9458
94591996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9460
9461 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9462
94631996-01-10 Erik Naggum <erik@naggum.no>
9464
9465 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9466
94671996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9468
9469 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9470
94711996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9472
9473 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9474 and use -lXt to link it.
9475
94761996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9477
9478 * configure.in (locallisppath): Put version-specific dir first.
9479
94801996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9481
9482 * configure.in (hppa-*-nextstep*): New alternative.
9483 (USE_X_TOOLKIT): By default, set this to "maybe";
9484 and change that later to LUCID or "no" according to X11 version.
9485
9486 * make-dist: Recompile outdated .elc files and update all autoloads.
9487
94881996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9489
9490 * configure.in (locallisppath): Fix typo in last change: " -> '.
9491
94921996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9493
9494 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9495
94961995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9497
9498 * Makefile.in (install-arch-indep): Give all files read permission.
9499
95001995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9501
9502 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9503 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9504
95051995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9506
9507 * configure.in: Determine HAVE_X11R6.
90eacf99 9508 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
9509
95101995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9511
9512 * configure.in: Just "solaris" now defaults to version 2.4.
9513 Add sunos4.1.n-noshare as alternative.
9514
95151995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9516
9517 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9518
95191995-11-29 Erik Naggum <erik@naggum.no>
9520
9521 * Makefile.in (install-arch-indep): Add missing backslash.
9522
95231995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9524
9525 * Makefile.in (install-arch-indep): Don't install
9526 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9527
95281995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9529
9530 * Makefile.in (install-arch-indep): Fix previous change.
9531
9532 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9533
95341995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9535
9536 * Version 19.30 released.
9537
9538 * make-dist (lisp): Exclude subdirs.el.
9539
95401995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9541
9542 * make-dist (etc): Delete *.orig and *.rej.
9543
95441995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9545
9546 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9547
95481995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9549
9550 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9551
95521995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9553
9554 * make-dist (nt): Rename install, readme, and todo to
9555 INSTALL, README, and TODO.
9556
95571995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9558
9559 * make-dist (lisp): Don't distribute site-start.
9560
95611995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9562
9563 * make-dist: Break the hard link on alloca.c.
9564
95651995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9566
9567 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9568
95691995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9570
9571 * make-dist (src, lib-src): Don't distribute Makefile.c.
9572 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9573
95741995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9575
9576 * Makefile.in (mkdir): Create man1dir, not mandir.
9577 (uninstall): Use man1dir, not mandir.
9578
95791995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9580
9581 * Makefile.in (man1dir): New variable.
9582 (install-arch-indep): Use man1dir.
9583
9584 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9585
9586 * make-dist: Create lisp/MANIFEST.
9587
95881995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9589
9590 * configure.in (m68k-*-linux*): New alternative.
9591
95921995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9593
9594 * make-dist: Use new names config.in, paths.in, and
9595 {src,lib-src}/Makefile.in.
9596
95971995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9598
9599 * configure.in: Don't bother checking for drem.
9600
96011995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9602
9603 * Makefile.in (distclean): Delete line with just a tab in it.
9604 (install-arch-indep): Delete spaces that precede tabs.
9605 Delete spurious `fi' left from previous change.
9606 (install): Supply `true' as command, to avoid null command.
9607
96081995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9609
9610 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9611
96121995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9613
ed9265fc 9614 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
9615
96161995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9617
9618 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9619 of paths.h.tmp$$, to avoid going beyond 14 characters.
9620
96211995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9622
9623 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9624
96251995-09-06 Paul Eggert <eggert@twinsun.com>
9626
9627 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9628 if localtime caches TZ. Check for tzset.
9629
96301995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9631
9632 * config.bat: Simplify using new names file names src/makefile.in,
9633 config.in, paths.in. Change Echo commands not to use `.
9634
96351995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9636
9637 * Makefile.in (install-arch-indep): Always install the new dir file;
9638 rename the previous dir file to dir.bak or dir.old.
9639
96401995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9641
9642 * configure.in (RANLIB): Substitute this into makefiles.
9643 Set it specially on solaris; set it by default on other systems.
9644
9645 * configure.in: Fix previous Alpha change.
9646
96471995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9648
9649 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9650 NON_GCC_TEST_OPTIONS.
9651
96521995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9653
9654 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9655 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9656
9657 * configure.in (alpha-*-linux*): New configuration.
9658
96591995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9660
9661 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9662 (m68k-next-nextstep*): New alias for that.
9663 (i*86-*-nextstep*): Use nextstep.h.
9664 (sparc-*-nextstep*): New configuration.
9665
96661995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9667
9668 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9669 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9670
96711995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9672
9673 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9674 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9675
96761995-07-18 Mike Long <mike.long@analog.com>
9677
9678 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9679
96801995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9681
9682 * Makefile.in (src/paths.h, paths-force):
9683 Rename src/paths.h.in to src/paths.in.
9684 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9685
9686 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9687 Use Makefile.c for intermediate file.
9688 Rename src/config.h.in to src/config.in.
9689
96901995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9691
9692 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9693 (mips-dec-ultrix4.[12]): New alternative for old versions.
9694
96951995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9696
9697 * make-dist: Don't break intra-tree links.
9698
96991995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9700
90eacf99
SM
9701 * configure.in: Put back archlibdir initialization.
9702 Require autoconf 2.4.1 or later.
067d23c9
KY
9703
97041995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9705
9706 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9707 (mips-mips-riscos5*): New alternative.
9708
97091995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9710
9711 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9712
97131995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9714
9715 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9716 (mandir, infodir, archlibdir): Initializations deleted.
9717
9718 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9719 On hpux9shr, use hpux9shxr4.h.
9720
97211995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9722
9723 * configure.in: Added target mips-dec-mach_bsd4.3.
9724 * config.guess: Guess mips-dec-mach_bsd4.3.
9725
97261995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9727
9728 * Makefile.in (mkdir): Use symbolic chmod.
9729
97301995-06-22 Paul Eggert <eggert@twinsun.com>
9731
9732 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9733 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9734
97351995-06-22 Paul Eggert <eggert@twinsun.com>
9736
9737 * Makefile.in (SUBDIR_MAKEFILES):
9738 Add man/Makefile, so `make distclean' removes it.
9739 (top_distclean): Add config.log to the list of files to be removed.
9740
97411995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9742
9743 * Version 19.29 released.
9744
97451995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9746
9747 * configure.in: Fix the previous change to verify that the -b
9748 option really solves the problem.
9749
9750 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9751
97521995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9753
9754 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9755
97561995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9757
9758 * configure.in: Report more clearly when there is no special
9759 dir to search for X includes or libraries.
9760
97611995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9762
9763 * configure.in: Check for -lpthreads, not -lpthread.
9764
97651995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9766
9767 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9768
97691995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9770
9771 * configure.in: Check for -lpthread.
9772
97731995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9774
9775 * Makefile.in (install-arch-indep): Install info files for mh-e.
9776 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9777
97781995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9779
9780 * configure.in (*-solaris2.5): New configuration.
9781
9782 * make-dist: Copy new files config.nt and config.w95.
9783
97841995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9785
9786 * configure.in: Use x_includes, not x_libraries, for -I.
9787 Make bitmapdir a colon-separated list.
9788
97891995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9790
9791 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9792
9793 * configure.in: Allow x_libraries and x_includes to be paths.
9794
97951995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9796
9797 * configure.in: Fix typo.
9798
97991995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9800
9801 * INSTALL: Clarify use of site-init.el.
9802
98031995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9804
9805 * configure.in: Pass arg to sqrt.
9806
98071995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9808
9809 * make-dist: Fix May 6 change.
9810
98111995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9812
9813 * vpath.sed: Delete reference to ymakefile.
9814
98151995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9816
9817 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9818
98191995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9820
9821 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9822
9823 * update-subdirs: Specify /bin/sh to run the script.
9824
98251995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9826
9827 * make-dist: Put src/makefile.nt in dist.
9828
9829 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 9830 (vax-dec-bsd386*): Delete.
067d23c9
KY
9831
98321995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9833
9834 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9835 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9836 Use fmod instead of logb in -lm check.
9837
98381995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9839
90eacf99 9840 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
9841 Use bsd4-3. Don't set NON_GNU_CPP.
9842
9843 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9844 In nt, copy various different things, but not *.cmd.
9845 Fix the ln commands for the subdirs of nt.
9846
98471995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9848
9849 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9850
98511995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9852
9853 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9854 since that's what the header file expects.
9855
98561995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9857
9858 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9859 and 68040 based machines when choosing options for gnucc.
9860
98611995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9862
9863 * Makefile.in (top_distclean): Delete config.cache.
9864
98651995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9866
9867 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9868
9869 * configure.in: Use m/ncr386.h.
9870
98711995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9872
9873 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9874
98751995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9876
9877 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9878 (man): Don't copy texindex.c and getopt.c; they're deleted.
9879 (etc): Omit `e'; it's a subdirectory.
9880 (etc/e): Use `../..', not `..', to reference top level.
9881
98821995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9883
9884 * Makefile.in (install-arch-indep, dist):
9885 Look for `update-subdir' in $(srcdir).
9886
98871995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9888
9889 * make-dist: Include mkinstalldirs in distribution.
9890
98911995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9892
9893 * make-dist: Add missing close backquote.
9894
98951995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9896
9897 * make-dist: Don't distribute shortnames directory.
9898
98991995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9900
9901 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9902
99031995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9904
9905 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9906
99071995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9908
9909 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9910
99111995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9912
9913 * configure.in (mips-sgi-irix6): New configuration.
9914
99151995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9916
90eacf99 9917 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
9918
99191995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9920
9921 * configure.in: Create a .gdbinit that sources the real one,
9922 if using a different build directory.
9923
99241995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9925
9926 * configure.in: Check for sys/select.h.
9927
99281995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9929
9930 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9931
99321994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9933
9934 * configure.in: Handle isc 4.1 operating system.
9935
99361994-12-10 Richard Stallman <rms@kepa>
9937
9938 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9939 (rs6000-ibm-aix4*): New alternative.
9940
99411994-12-06 Richard Stallman <rms@kepa>
9942
9943 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9944
99451994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9946
9947 * configure.in: Don't try to make directories that are guaranteed
9948 to already exist.
9949
99501994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9951
9952 * configure.in: Generate man/Makefile from man/Makefile.in.
9953 Create the man subdir.
9954
9955 * Makefile.in (dvi): Run Make in our man subdir.
9956
9957 * make-dist: Create subdir etc/e.
9958 Make links to it.
9959 Put man/Makefile.in in dist, instead of man/Makefile.
9960
99611994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9962
9963 * configure.in: Add --with-pop, --with-kerberos, and
9964 --with-hesiod for movemail.
9965
99661994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9967
9968 * configure.in (m68*-apollo*): Use s/domain.h.
9969
99701994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9971
9972 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9973
99741994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9975
9976 * configure.in: Don't add -I, -L, -R options for cc if their
9977 arguments would be empty.
9978
99791994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9980
9981 * configure.in (i860-intel-osf1*): New alternative.
9982 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9983 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9984
99851994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9986
9987 * configure.in: Make h_errno check not use nested functions.
9988
99891994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9990
9991 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9992
99931994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9994
9995 * Makefile.in (install-arch-indep): Avoid continued comment
9996 swallowing target line.
9997
99981994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9999
10000 * configure.in: Protect a character class with `changequote'.
10001
100021994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10003
10004 * configure.in: Accept `news' as a synonym for `newsos'.
10005
100061994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10007
10008 * Makefile.in: Don't rm files if cd fails.
10009
100101994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10011
10012 * make-dist: Put nt subdir and its subdirs in the dist.
10013 (lib-src): Put makefile.nt in the dist.
10014 (lisp): Put makefile.nt in the dist.
10015
100161994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10017
10018 * configure.in: Change a stray `[' to `test'.
10019
100201994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10021
10022 * configure.in: Adapt for Autoconf v2. Use the standard argument
10023 parser, host type canonicalizer, X11 finder, and message
10024 printing macros. Use the new macro names. Use `test' instead of `['.
10025
100261994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10027
10028 * configure.in: Check for getpagesize.
10029
100301994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10031
10032 * make-dist (msdos): Put sed* in the distribution.
10033
100341994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
10035
10036 * config.bat: New option, `--with-x', for configuring Emacs
10037 for use with the X11 system DesqView/X.
10038 New option, `--no-debug', for compiling Emacs without debug
10039 information thus saving disk space.
10040 (src/config.h, src/paths.h): Use `update' (which is like
10041 `move-if-changed') to change the file.
10042 (src/config.h): When configuring for X11 perform extra changes.
10043 (src/makefile): When configuring for X11 perform extra changes.
10044 (lib-src): Remove temporary files.
10045 (): Check that `sed', `rm', `mv', and `gcc' are available.
10046
100471994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10048
10049 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
10050
10051 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
10052
100531994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10054
10055 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
10056
10057 * configure.in (canonical): Substitute var into makefiles.
10058 (bitmapdir): Likewise.
10059
10060 * Makefile.in (bitmapdir): New variable.
10061 (src/paths.h, paths-force): Edit PATH_BITMAPS.
10062
100631994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10064
10065 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
10066
10067 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
10068 * update-subdirs: New shell script.
10069
100701994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10071
10072 * Makefile.in (top_distclean): Don't rm build-install.
10073 (SOURCES): Delete build-install.in.
10074
10075 * make-dist: Don't distribute build-ins.in.
10076 * build-ins.in: File deleted.
10077
100781994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
10079
10080 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
10081
100821994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10083
10084 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
10085
90eacf99
SM
10086 * configure.in (libexecdir): Rename from libdir. New default.
10087 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
10088 (datadir): New default.
10089
10090 * make-dist: Don't distribute subdirs.el.
10091
100921994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10093
10094 * configure.in (eaccess): Check for it.
10095
100961994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10097
10098 * configure.in (mktime): Check for it.
10099
101001994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10101
10102 * configure.in (motif): Add support for usage and option checking.
10103
101041994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10105
10106 * configure.in (utimes): Check for it.
10107
101081994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10109
10110 * Makefile.in (install-arch-indep): Don't do mkdir here.
10111
101121994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10113
10114 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10115 riscix.h renamed to acorn.h.
10116
101171994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10118
10119 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10120 New configurations.
10121
101221994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10123
10124 * configure.in: Remove trailing slashes from srcdir.
10125
101261994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10127
090bd7cb 10128 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
10129
101301994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10131
ed9265fc 10132 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
10133
101341994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10135
10136 * configure.in (config_options): Save all arguments, not just some.
10137
101381994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10139
090bd7cb 10140 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
10141
10142 * configure.in: Add AC_AIX.
10143 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10144
101451994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10146
10147 * configure.in (parsing options): Simplify sed command to delete -'s.
10148
101491994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10150
10151 * configure.in (config_options): New shell variable.
10152 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10153
101541994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10155
10156 * configure.in (alpha-dec-osf*): New target.
10157
10158 * Makefile.in: Use just one FRC target.
10159
101601994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10161
10162 * Makefile.in (removenullpaths, paths-force):
10163 Use name paths.h.tmp$$, which depends on the pid.
10164
101651994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10166
10167 * Makefile.in (removenullpaths, paths-force):
10168 Put paths.h.tmp in top-level dir, not in src.
10169
101701994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10171
10172 * Version 19.27 released.
10173
101741994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10175
10176 * Version 19.26 released.
10177
101781994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10179
10180 * configure.in: Check for lrand48, not rand48.
10181
101821994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10183
10184 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
10185 (powerpc-ibm-aix*): New aliases.
10186
101871994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10188
10189 * make-dist (src/m, src/s): Put *.inp in distribution.
10190
101911994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10192
10193 * configure.in: Accept i586 and i486 along with i386.
10194
101951994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10196
10197 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10198 even if CPP env var was set by the user.
10199
10200 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10201
102021994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10203
10204 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10205
102061994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10207
10208 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10209
102101994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10211
10212 * configure.in: Check more specifically for i*86-sun-sunos.
10213
102141994-08-03 Caveh Jalali (caveh@eng.sun.com)
10215
10216 * configure.in: Handle solaris 2.4.
10217
102181994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10219
10220 * configure.in (rand48): Check for it.
10221
102221994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10223
10224 * make-dist: Update the info files.
10225
102261994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10227
10228 * configure.in: Make "checking..." messages' style consistent.
10229 (HAVE_H_ERRNO): New test.
10230
102311994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10232
10233 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10234
102351994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10236
10237 * configure.in (CFLAGS): If the envvar was specified, use that.
10238 And set REAL_CFLAGS from it too.
10239
102401994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10241
10242 * make-dist: Update finder-inf.el.
10243
102441994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10245
10246 * make-dist (msdos): Include sed4.inp in dist.
10247
10248 * Makefile.in (libsrc_libs): Var deleted.
10249
102501994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10251
10252 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10253
102541994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10255
10256 * configure.in (mips-sony-newsos4*): New alias.
10257
102581994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10259
10260 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10261 (*-convex-convexos*): Accept this as alias.
10262
102631994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10264
10265 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10266 for two different uses.
10267
102681994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10269
10270 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10271
102721994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10273
10274 * make-dist: Put ./BUGS into the distrib.
10275
102761994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10277
10278 * configure.in: Handle 386 running Solaris 2.
10279
102801994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10281
10282 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10283
102841994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10285
10286 * configure.in (mips-sony-newsos*): Use news-risc.h.
10287
10288 * configure.in: Accept bsdi as opsys, like bsd386.
10289
102901994-06-01 Morten Welinder (terra@diku.dk)
10291
10292 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10293
102941994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10295
10296 * Version 19.25 released.
10297
10298 * make-dist (shortversion): Don't assume another period follows.
10299
103001994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10301
10302 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10303 (uninstall): Use /bin/pwd.
10304
10305 * Makefile.in (blessmail): Depend on src.
10306 (all): Don't depend on blessmail.
10307
10308 * Makefile.in (src/paths.h): Don't force recomputation.
10309 (paths-force): New target; force recomputation of paths.h.
10310 (all): Depend on paths-force.
10311 (src, lib-src): Depend on src/paths.h.
10312
10313 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10314 NON_GCC_TEST_OPTIONS.
10315
103161994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10317
10318 * configure.in: Don't insist on subversions for irix.
10319
103201994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10321
10322 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10323
10324 * configure.in (i[34]86-next-*): New alternative.
10325
103261994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10327
10328 * Version 19.24 released.
10329
10330 * configure.in: New config hppa*-hp-hpux9shr*.
10331
103321994-05-22 Morten Welinder (terra@tyr.diku.dk)
10333
10334 * config.bat: Doc fix.
10335
103361994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10337
10338 * Makefile.in (mostlyclean, clean, distclean, realclean)
10339 (extraclean): Don't act on man subdir if it doesn't exist.
10340
103411994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10342
10343 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10344 Use them to set up CC.
10345 (*-sun-sunos4.1.3): Set them.
10346
103471994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10348
10349 * Makefile.in (lib-src): Don't depend on src/paths.h.
10350
103511994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10352
10353 * build-ins.in (copydests): Get rid of spurious `-'s.
10354
10355 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10356
103571994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10358
10359 * Version 19.23 released.
10360
10361 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10362 for the Xlib and Xt checks; then restore old CFLAGS.
10363
103641994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10365
10366 * configure.in (HAVE_X11XTR6): Add newline before #if.
10367 Add newline after #endif.
10368
103691994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10370
10371 * configure.in (HAVE_X11XTR6): Arrange to define it.
10372
103731994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10374
10375 * Makefile.in (install): Depend on blessmail.
10376
103771994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10378
10379 * configure.in (mips-siemens-sysv*): Put quotes around value
10380 containing blanks.
10381
103821994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10383
10384 * Makefile.in (TAGS): Use the makefile in src subdir.
10385
103861994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10387
10388 * configure.in (opsys): Recognize `gnu'.
10389
103901994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10391
10392 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10393
103941994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10395
10396 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10397 version > 1.8.
10398
103991994-05-08 Morten Welinder (terra@diku.dk)
10400
10401 * config.bat: Forcibly remove "# " style comments from makefiles.
10402
104031994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10404
10405 * Makefile.in (uninstall): When processing lispdir and etcdir,
10406 do nothing unless it exists and is a directory.
10407
104081994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10409
10410 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10411 Merge code in from install-doc.
10412 (install-doc): Merge code back into install-arch-indep.
10413 (install-arch-dep): Don't depend on install-doc.
10414
10415 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10416
104171994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10418
10419 * configure.in (making src/Makefile and lib-src/Makefile):
10420 Split off the autoconf substitutions and don't pass them thru cpp.
10421 (undefs): Use $canonical as well as $configuration.
10422
10423 * make-dist: Distribute lisp/Makefile.
10424
10425 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10426 Use lower case names for the s files.
10427
104281994-05-03 Morten Welinder (terra@diku.dk)
10429
10430 * config.bat: Added possibility for different file name
10431 transcriptions in lib-src.
10432
104331994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10434
10435 * Makefile.in (lib-src): Undo previous change.
10436 (blessmail): New target to run maybe-blessmail in lib-src.
10437 (all): Depend on blessmail.
10438
10439 * Makefile.in (lib-src): Depend on src.
10440
104411994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10442
10443 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10444 (m88k-dg-dgux5.4R2): dgux5.4R2.
10445
104461994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10447
10448 * configure.in (window_system): Restore accidentally deleted code
10449 that uses AC_FIND_X.
10450
10451 * make-dist: Distribute config.bat.
10452
104531994-04-29 Morten Welinder (terra@diku.dk)
10454
10455 * config.bat: Corrected the configuration of lib-src
10456 to keep up with configure. Add note about dos version 3
10457 or better needed (djgpp needs that). Add note explaining
10458 that either install in c:/emacs or edit the script.
10459 Don't change to c:/emacs, but assume we're there (to minimize
10460 the number of places to change).
10461
10462 * config.bat: Build-in the first step towards X11 support with
10463 the X11 emulator that exists. At this time it won't work,
10464 and several files are missing.
10465
104661994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10467
10468 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10469 Don't look for -lresolv.
10470
10471 * Makefile.in (lib-src): Depend on src/paths.h.
10472
104731994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10474
10475 * configure.in: Restore deleted AC_SUBST of `configuration'.
10476 Improve error message for bad --with-x-toolkit value.
10477
10478 * configure.in: Define CONFIGURATION in src/config.h
10479 rather than substituting in src/Makefile.in.
10480
104811994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10482
10483 * Makefile.in (install-doc): New target.
10484 (install-arch-dep): Depend on install-doc.
10485 (mkdir): Create docdir.
10486
104871994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10488
10489 * configure.in: Test for libresolv.a.
10490 Substitute machfile and opsysfile.
10491
104921994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10493
10494 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10495 (install-arch-dep): Install under the name $(EMACS).
10496
104971994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10498
10499 * configure.in (version): Use entire value of emacs-version.
10500 (mips-siemens-sysv*): New alternative.
10501
105021994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10503
10504 * Makefile.in (install-arch-indep): Don't install dired-x*.
10505
105061994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10507
10508 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10509 Fix definition of $undefs.
10510
105111994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10512
10513 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10514
10515 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10516
105171994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10518
10519 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10520
105211994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10522
10523 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10524 and run it thru cpp, as with src/Makefile.in.
10525
10526 * configure.in: Use AC_SET_MAKE.
10527
105281994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10529
10530 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10531
105321994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10533
10534 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10535
10536 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10537 (printing the choices): Make the toolkit message unconditional.
10538 (USE_X_TOOLKIT): Use `none', not `no', if none.
10539 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10540 Get rid of temp file foofoo1.
10541
105421994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10543
10544 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10545
105461994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10547
10548 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10549 (printing the choices): State choice of toolkit.
10550 (libsrc_libs): Recalculate after writing config.h;
10551 then update lib-src/Makefile.
10552
105531994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10554
10555 * configure.in: Add sunos4shr as alternative for suns.
10556 Conditionals testing for null $CC were backwards.
10557
105581994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10559
10560 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10561
105621994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10563
10564 * configure.in: Handle -isc4.0*.
10565
105661994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10567
10568 * configure.in (esix5): Set NON_GNU_CPP.
10569
105701994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10571
10572 * Makefile.in (thisdir): Nonsensical variable removed.
10573 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10574 back to $thisdir, rather than the directory `this_dir'.
10575
105761994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10577
10578 * Makefile.in (install-arch-indep): Add missing backslash after a
10579 `then'.
10580
105811994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10582
10583 * Makefile.in (thisdir): New variable.
10584 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10585
105861994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10587
10588 * configure.in: Add freebsd.
10589
105901994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10591
10592 * configure.in: Check for fpathconf.
10593
105941994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10595
10596 * configure.in (with_x_toolkit): Fix typo in previous change.
10597
105981994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10599
10600 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10601
106021994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10603
10604 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10605
106061994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10607
10608 * configure.in: Fix value of docdir.
10609 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10610
106111994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10612
10613 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10614
106151994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10616
10617 * configure.in: New variable docdir to control where the docstring
10618 file goes.
10619 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10620
106211994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10622
10623 * configure.in: When --run-in-place, don't inherit archlibdir.
10624
106251994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10626
10627 * Makefile.in (install-arch-dep, install-arch-indep):
10628 New targets split up former do-install rule.
10629 (do-install): Target deleted.
10630
106311994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10632
10633 * configure.in (mips-sony-newsos*): New configuration.
10634
106351994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10636
90eacf99 10637 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
10638
106391994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10640
10641 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10642
106431994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10644
10645 * configure.in: Don't initialize CC.
10646
106471994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10648
10649 * configure.in (creating src/Makefile): Also generate -U switches
10650 for symbols in the $configuration value.
10651
10652 * configure.in: Check for sys_siglist being declared in system header.
10653
106541994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10655
10656 * configure.in (creating src/Makefile): Delete blank lines
10657 along with lines of whitespace.
10658 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10659
106601994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10661
10662 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10663 like C_SWITCH_SYSTEM.
10664 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10665
106661994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10667
10668 * configure.in (drem): Check for this function.
10669
106701994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10671
10672 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10673 If CPP was inherited from environment, don't use NON_GNU_CPP.
10674 (NON_GNU_CC): Likewise.
10675 (handling with_gcc): Use explicit if in the `no' case.
10676 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10677
106781994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10679
10680 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10681
106821994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10683
10684 * configure.in: Check whether fmod exists.
10685
106861994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10687
10688 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10689 {src,lisp}/OChangeLog.
10690
106911994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10692
10693 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10694 necessary for proper operation. This code works with the current
10695 released version of Autoconf.
10696
106971994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10698
10699 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10700 (USE_X_TOOLKIT): Define it for all values except `no'.
10701
10702 * configure.in: Undo first Jan 8 change and Jan 16 change.
10703
107041994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10705
10706 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10707 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10708
10709 * Makefile.in (lwlib/Makefile): New target.
10710 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10711 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10712 (unlock, relock): Handle lwlib subdir.
10713
10714 * Makefile.in: Add some .PHONY targets.
10715
10716 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10717
10718 * lwlib: New subdirectory.
10719
107201994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10721
10722 * configure.in: If CPP has a value that is a directory,
10723 discard the value.
10724
107251994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10726
10727 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10728 remove -U[0-9]*.
10729
107301994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10731
10732 * Makefile.in (do-install): Install the dired-x info files.
10733
10734 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10735 (See src/s/sol2.h.)
10736
107371994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10738
10739 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10740
107411994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10742
10743 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 10744 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
10745 gratuitously break this and not make a change log entry.
10746 Optimized sed processing of Makefile.in and cpp output; now
10747 preserves comments previously removed from the cpp input.
10748 Eliminated temp file for cpp output. Generate -U switches to
10749 undefine all identifiers that appear in the directory name
10750 ${srcdir}; pass these to cpp.
10751
10752 * configure.in (version): Fix sed regexp to match two-elt version
10753 number.
10754
10755 * configure.in: Check for strerror.
10756
107571994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10758
10759 * configure.in: Test for bcmp.
10760
107611994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10762
10763 * make-dist (tempdir): Put subdir msdos into the distribution.
10764
107651993-01-07 Morten Welinder (terra@diku.dk)
10766
10767 * config.bat: New file.
10768
107691994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10770
10771 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10772
107731994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10774
10775 * configure.in (m68*-next-*): Don't care about which os is specified.
10776 (i[34]86-*-*): Check for *-nextstop*.
10777
107781993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10779
10780 * configure.in: Check for setsid.
10781
107821993-12-17 Richard Stallman (rms@srarc2)
10783
10784 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10785
107861993-12-15 Richard Stallman (rms@srarc2)
10787
10788 * Makefile.in (mkdir): Make only the lockdir writable.
10789
90eacf99 10790 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
10791
107921993-12-11 Richard Stallman (rms@srarc2)
10793
10794 * Makefile.in (libdir): Use @libdir@.
10795
107961993-12-08 Richard Stallman (rms@srarc2)
10797
10798 * Makefile.in (install): Add empty command.
10799
108001993-12-04 Richard Stallman (rms@srarc2)
10801
10802 * make-dist: Put man/getopt.c in the dist.
10803
10804 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10805
10806 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10807
108081993-12-03 Richard Stallman (rms@srarc2)
10809
10810 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10811 Set it for all solaris versions.
10812 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10813 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10814 Likewise for NON_GNU_CC and CC.
10815
108161993-12-01 Richard Stallman (rms@srarc2)
10817
10818 * configure.in (mips-mips-riscos4*): Assign variable CC.
10819 (checking ${with_gcc}): If "no", don't override CC if already set.
10820 (CC): Initialize it as empty.
10821
108221993-11-30 Richard Stallman (rms@srarc2)
10823
10824 * configure.in (Suns): Set CPP if *-solaris2.3*.
10825
108261993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10827
10828 * Version 19.22 released.
10829
10830 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10831
108321993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10833
10834 * make-dist: When breaking links, use cp -p.
10835 Copy install.sh into distribution.
10836 Move the temp dir up into the parent dir;
10837 don't leave the staging dir make-dist.tmp... in existence.
10838 * install.sh: New file.
10839
108401993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10841
10842 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10843
108441993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10845
10846 * configure.in (version): When --run-in-place, exclude
10847 ${datadir}/emacs/site-lisp from locallisppath.
10848
108491993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10850
10851 * configure.in: Delete jumk.c before writing it.
10852
108531993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10854
10855 * Version 19.21 released.
10856
10857 * Makefile.in (mkdir): Ignore error from chmod.
10858
108591993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10860
10861 * make-dist: Don't put lisp/forms.README in the distribution.
10862
108631993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10864
10865 * configure.in (creating src/Makefile): Before running cpp,
10866 discard all lines that start with `# Generated' or /**/#.
10867
108681993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10869
10870 * Version 19.20 released.
10871
10872 * make-dist: Use build-ins.in, not build-install.in.
10873 Don't bother updating TAGS since it's not included.
10874
10875 * build-ins.in: Renamed from build-install.in.
10876
108771993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10878
10879 * make-dist: Don't try to link *.texinfo--there are none now.
10880 When running make in lib-src, specify YACC var value.
10881
108821993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10883
10884 * configure.in (extrasub): Add vpath patterns for %.[yls].
10885
10886 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10887 Instead just include the commands to make src/Makefile as the
10888 second arg to AC_OUTPUT.
10889
10890 * configure.in: Use : instead of dnl for comment inside
10891 $makefile_command.
10892
10893 * configure.in: No longer use vpath_sed. Instead, when we notice
10894 srcdir already configured, set extrasub to hack vpath in the
10895 makefiles.
10896
10897 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10898 before moving it.
10899 * Makefile.in (VPATH): Define to @srcdir@.
10900
109011993-09-28 Brian J. Fox (bfox@cubit)
10902
10903 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
10904 doesn't exist. Just copy src/Makefile.in instead.
10905 Touch all of the Makefiles after editing config.status.
067d23c9
KY
10906
10907 * INSTALL: Update documentation to match new configuration
10908 mechanism.
10909
109101993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10911
10912 * configure.in: Allow any of the path or directory Makefile
10913 variables to be set with flags to configure. Create all Makefiles
10914 at configure time. Edit special commands into config.status after
10915 src/Makefile.in is built from src/Makefile.
10916
10917 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10918 If these files are out of date, simply have config.status
10919 rebuild them; don't rebuild them explicitly.
10920
109211993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10922
10923 * build-install.in: Change src/xemacs to src/emacs. We no longer
10924 create src/xemacs, so the file wouldn't be found.
10925
10926 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10927
109281993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10929
10930 * configure.in: Avoid forcing the search of /usr/include before
10931 fixed include files by resetting C_SWITCH_X_SITE if it is
10932 "-I/usr/include".
10933
109341993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10935
10936 * Makefile.in (@rip_paths@locallisppath):
10937 Delete ${datadir}/emacs/site-lisp.
10938
109391993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10940
10941 * configure.in:
10942 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10943 Remove ${extra_output} from AC_OUTPUT call.
10944
109451993-09-17 Brian J. Fox (bfox@inferno)
10946
10947 * make-dist: Quote backquotes found in strings to be echoed.
10948
10949 * configure.in: Use "sh -c pwd" when we want to avoid having the
10950 shell fix up the value of $PWD.
10951
109521993-09-13 Brian J. Fox (bfox@inferno)
10953
10954 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10955 of the installation fail. Suggested by Karl Berry.
10956
109571993-08-30 Brian J. Fox (bfox@inferno)
10958
10959 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10960 was used. Set MAKEFLAGS from MFLAGS.
10961
109621993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10963
10964 * configure.in: Test for res_init in libc.
10965
109661993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10967
10968 * configure.in: In the file ${tempcname}, use configure___
10969 instead of @configure@.
10970
109711993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10972
ed9265fc 10973 * make-dist: Dist vpath.sed.
067d23c9
KY
10974
10975 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10976 Depend on vpath.sed.
6e81c819 10977 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
10978
10979 * configure.in: Substitute variable `vpath_sed'.
10980 If not in $srcdir and $srcdir is configured,
10981 issue warning that GNU make is required,
10982 and set vpath_sed to use vpath.sed script.
10983
109841993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10985
90eacf99
SM
10986 * configure.in: Remove check for $srcdir being configured.
10987 This pretty much works now.
067d23c9
KY
10988 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10989 Check for XFree86 (/usr/X386/include) independent of whether
10990 -lXbsd exists.
10991
10992 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10993 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10994 `make'.
10995
109961993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10997
10998 * Version 19.19 released.
10999
11000 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
11001
110021993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11003
11004 * configure.in: Check for XScreenNumberOfScreen.
11005
110061993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11007
11008 * configure.in: Add * to end of all configuration alternatives.
11009 (m68*-sony-newsos3*): New alternative.
11010
110111993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11012
11013 * make-dist: Include getdate.c in distribution.
11014
11015 * configure.in: For --help, use $PAGER if it is set.
11016 (LIB_X11_LIB): Default to -lX11.
11017 (mips-sgi-irix5.*): New alternative.
11018
11019 * Makefile.in (do-install): Install info/gnus* and info/sc*.
11020
11021 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
11022 Recognize *.B8.* as hpux version 8.
11023 (m68*-tektronix-bsd*): Fix typo in tek4300.
11024 (AC_HAVE_FUNCS): Add ftime.
11025
110261993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11027
90eacf99 11028 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
11029 Use tekxd88, not tekXD88.
11030
110311993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11032
11033 * configure.in: Check for -lm. Then can check for frexp and logb.
11034
110351993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11036
11037 * Version 19.18 released.
11038
11039 * make-dist (src): Don't put gnu-hp300 in dist.
11040 (src, lisp): Include OChangeLog in dist.
11041
110421993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11043
11044 * configure.in: Test for presence of logb and frexp functions.
11045
110461993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11047
11048 * configure.in (machine): Add i370-ibm-aix*.
11049
110501993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11051
11052 * configure.in (function checks): Test for mkdir and rmdir.
11053
11054 * configure.in (function checks): Don't test for random and bcopy
11055 only when we're building with X; look for them all the time.
11056
110571993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11058
11059 * configure.in: Test for availability of bcopy functions, searching
11060 the X libraries if we're using X.
11061
11062 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
11063 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
11064 versions of AIX, and needs to be passed to the loader.
11065
11066 * configure.in: Test for the availability of the
11067 XScreenResourceString function.
11068
110691993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
11070
11071 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
11072 LD_SWITCH_X_SITE and assume --with-x11.
11073 Only look for X11 files if we weren't told about a window system
11074 or if we were told to use X11 but not told where.
11075 Search the libraries from the s and/or m files when checking for
11076 functions.
11077
11078 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
11079
110801993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11081
11082 * make-dist: Include lisp/dired.todo in the distribution.
11083
110841993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11085
11086 * configure.in: Add code to set HAVE_INET_SOCKETS.
11087
110881993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11089
11090 * configure.in: If we do find x_includes and x_libraries
11091 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11092
110931993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11094
11095 * make-dist: Include src/gnu-hp300 in the dist.
11096
11097 * configure.in (canonical): New variable holds the canonicalized
11098 configuration. Don't alter `configuration'. Use `configuration'
11099 for Makefile.in for file naming.
11100 (testing x_includes and x_libraries): Use =, not ==.
11101
111021993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11103
11104 * Version 19.17 released.
11105
11106 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11107 directory's makefile. This allows the invocation of CPP which
11108 builds xmakefile to receive these switches. The SunSoft C
11109 preprocessor inserts spaces between tokens if it doesn't get the
11110 -Xs flag requested in src/s/sol2.h.
11111
111121993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11113
11114 * configure.in (m68k-bull-sysv3): New config.
11115
111161993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11117
11118 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11119 the X Windows libraries.
11120
111211993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11122
11123 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11124 the distribution. Those files aren't kept in their own
11125 subdirectory any more.
11126
111271993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11128
11129 * Version 19.16 released.
11130
111311993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11132
11133 * configure.in: Add --verbose flag.
11134
111351993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11136
11137 * version 19.15 released.
11138
111391993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11140
11141 * Makefile.in (top_distclean): Use -f switch when cleaning out
11142 lock dir; it might be empty.
11143
11144 * configure.in: Only check for -lXbsd once.
11145
111461993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11147
11148 * Version 19.14 released.
11149
111501993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11151
11152 * make-dist: If using gzip, create distribution with '.gz' extension.
11153
11154 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11155 (lisp/forms-mode): This doesn't exist anymore.
11156
11157 * configure.in: Look for the closedir function.
11158
111591993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11160
11161 * configure.in (CPP): Autoconf sets this to a shell variable
11162 reference, which doesn't work when it's edited into a makefile.
11163 Expand that variable reference.
11164
11165 * Makefile.in (CPP): New variable.
11166 (src/Makefile): Edit CPP into src/Makefile.
11167
11168 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11169 and entering double quotes to get the values of LD_SWITCH_X_SITE
11170 and the other make variables; make substitutes them in anyway.
11171
11172 * Makefile.in (uninstall): Don't remove the lisp and etc
11173 directories if they're in the source tree.
11174
11175 Bring mumbleclean targets into conformance with GNU coding standards.
11176 * Makefile.in (mostlyclean, clean): Separate these two; just have
11177 them pass the request to the subdirectory makefiles.
11178 (distclean): Pass the request down, and then get rid of the
11179 files configure built, and get rid of the Makefiles.
11180 (realclean): Pass the request down, and then do the same things
11181 distclean does.
11182 (uninstall, info, dvi): New targets.
11183
11184 * configure.in: Move clause for PC-compatible i386 box to the end
11185 of the case statement, to avoid masking configurations below.
11186
11187 * configure.in: Add case for m88k-motorola-sysv4.
11188
11189 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
11190 the HP 68000 machines.
11191
11192 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
11193 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
11194 preprocessor won't fiddle with them.
11195
111961993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11197
11198 * Makefile.in (TAGS): cd to src to run etags.
11199
112001993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11201
11202 * configure.in (version): Check the X libraries for XrmSetDatabase
11203 and random, and see if we have -lXbsd.
11204
112051993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11206
11207 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11208 s/*.h and m/*.h files. Martin Tomes
11209 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11210
112111993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11212
11213 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11214 above the general i386 alternative.
11215
112161993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11217
11218 * configure.in: Recognize configuration name for Data General
11219 AViiON machines.
11220
11221 * configure.in: Use AC_LONG_FILE_NAMES.
11222
112231993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11224
11225 * configure.in: Test for bison.
11226 * Makefile.in (YACC): New variable.
11227 (lib-src/Makefile.in): Edit YACC into the makefile.
11228
112291993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11230
11231 * Version 19.13 released.
11232
11233 * configure.in (CFLAGS): Don't set this according to the value of
11234 the GCC shell variable. Instead, consult the machine and system
11235 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11236 test __GNUC__ while we're at it.
11237
11238 * configure.in: Remove extra ;; from hpux cases.
11239
112401993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11241
11242 * configure.in: Check to see if the system has -ldnet.
11243
112441993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11245
11246 * make-dist: Add clauses to distribute lisp/forms-mode.
11247
112481993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11249
11250 * configure.in (machine): Fix the versions in hpux version number test.
11251 Do not guess based on cpu type. Do check for explicit system version.
11252
112531993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11254
11255 * configure.in: Do NOT look for `unknown' as company name.
11256
112571993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11258
11259 * configure.in: Fix typo in message.
11260
112611993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11262
11263 * Version 19.12 released.
11264
11265 * Makefile.in (do-install): Correct previous etc-copying change.
11266 Partially rewrite using `if'.
11267 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11268
11269 * Version 19.11 released.
11270
11271 * configure.in: Handle 386bsd.
11272
112731993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11274
11275 * make-dist: Update getdate.c.
11276
11277 * configure.in: Handle bsd386.
11278
11279 * Makefile.in (do-install): Use `-' in tar options.
11280
11281 * configure.in: Change ! "${...}" to x"${...}" = x.
11282
11283 * Makefile.in (do-install): Copy the DOC-* files from the build
11284 etc directory, as well as lots of things from ${srcdir}/etc.
11285
11286 * make-dist: Copy config.guess.
11287
11288 * configure.in: Handle AIX versions 1.2, 1.3.
11289
112901993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11291
11292 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11293 the configuration name mips-mips-usg* to represent USG systems.
11294
11295 * configure.in: Fix logic to detect if srcdir is already configured.
11296
11297 * Makefile.in: Pass in LD_SWITCH_X_SITE.
11298
11299 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11300 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11301 of a directory; cd might fail, and have pwd print out the current
11302 directory.
11303
113041993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11305
11306 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
11307
113081993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11309
11310 * configure.in: Complain if srcdir points at an already-configured
11311 tree.
11312
113131993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11314
11315 * Version 19.10 released.
11316
113171993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11318
11319 * Makefile.in: Use Makefile comments, not C comments.
11320
11321 * configure.in: Add case for the Tektronix XD88.
11322
113231993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11324
11325 * configure.in: Handle sysv4.2 and sysvr4.2.
11326
113271993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11328
11329 * configure.in: Traverse the argument list without destroying it;
11330 don't use shift. It turns out that "set - ${saved_arguments}"
11331 doesn't work portably.
11332
11333 * configure.in: Add missing "fi".
11334
11335 * make-dist: Rebuild configure if configure.in is newer.
11336
11337 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11338 targets to be executed even if make remembers that it has already
11339 satisfied FRC.
11340
113411993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11342
11343 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11344
11345 * configure.in (romp): Handle various version numbers with aos and bsd.
11346
113471993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11348
11349 * configure.in: Fix message text.
11350
113511993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11352
11353 * make-dist: Make a `site-lisp' directory in the distribution,
11354 instead of a `local-lisp' directory, which hasn't been the
11355 appropriate name for a long time.
11356 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11357 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11358
11359 * Makefile.in (do-install): Correctly detect if ./etc and
11360 ${srcdir}/etc are the same.
11361
11362 * configure.in: Extract UNEXEC from the system configuration
11363 files, compute the name of the source file corresponding to the
11364 object file, and #define it as UNEXEC_SRC in config.h.
11365
11366 * configure.in: If srcdir is '.', then try using PWD to make it
11367 absolute.
11368
11369 * configure.in: Include ${srcdir} in the printed report, to help
11370 people notice if it's an automounter path.
11371
113721993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11373
11374 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11375
113761993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11377
11378 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11379 when they are different. Add `shift' command.
11380 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11381 (externallispdir): Var deleted.
11382
11383 * configure.in: Delete spurious paren outputting short_usage.
11384
113851993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11386
11387 * Version 19.9 released.
11388
113891993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11390
11391 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11392 subdirectory makes.
11393
11394 * make-dist: Check for .elc files with no corresponding .el file.
11395
11396 * Makefile.in (mkdir): Make all the directories in locallisppath.
11397
11398 * config.guess: New file.
11399 * configure.in: Use it, tentatively.
11400 * INSTALL: Mention its usage.
11401
11402 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
11403 the former gives you the operating system rev directly.
11404 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
11405
11406 * Makefile.in (do-install): Don't remove a destination directory
11407 if it's the same as the source. If ${srcdir}/info == ${infodir},
11408 don't try to copy the info files.
11409
11410 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11411 doesn't work if you're not using a separate source directory.
11412 (do-install): Copy the build tree's etc directory only after
11413 making sure it's not also the source tree's etc directory.
11414
114151993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11416
11417 * configure.in: Handle sunos4.1.3 specially.
11418
114191993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11420
11421 * Makefile.in (INSTALL): Add definition.
11422
11423 * configure.in: Fix some messages. Support -with-gnu-cc.
11424 At the end, use `set --', not `set -'.
11425 Delete spurious `.h' in hpux alternatives.
11426
114271993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11428
11429 * Version 19.8 released.
11430
114311993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11432
11433 * configure.in: When looking for source in the same directory as
11434 the configure script, make the path thus discovered absolute.
11435 If the user specifies the `--srcdir' switch, make that directory
11436 absolute too.
11437
11438 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11439
11440 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11441 too, as the value of the PATH_INFO macro.
11442
11443 * configure.in: Check to see if the source lives in the same
11444 directory as the configure script.
11445
114461993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11447
11448 * Makefile.in (install): Split this into `install' and
11449 `do-install', to give people more control over exactly what gets
11450 done.
90eacf99
SM
11451 (do-install): New target, containing the guts of `install'.
11452 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
11453 it all before the copying loop. Pass more flags to the lib-src
11454 make.
11455 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11456 avoid errors and warnings.
11457
11458 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11459 the manufacturer - the more general case was blocking other i386
11460 configuration names below, and that's how the names are written in
11461 MACHINES anyway.
11462
11463 * make-dist: When breaking links, remove the link before moving
11464 the copy onto it, to avoid interactive behavior.
11465
11466 * Makefile.in: Doc fix.
11467
11468 * configure.in: Doc fix.
11469
11470 * INSTALL: Mention --exec-prefix option.
11471
11472 * configure.in: Add support for the `--exec-prefix' option.
11473 * Makefile.in: Accept that support.
11474
11475 * configure.in: Use the AC_PROG_INSTALL macro.
11476 * Makefile.in (INSTALL): Variable removed.
11477 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11478
11479 * configure.in: Distinguish between hp800's and hp700's by calling
11480 "uname -m".
11481
114821993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11483
11484 * configure.in: Recognize configuration names for i860 boxes
11485 running SYSV.
11486
114871993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11488
11489 * configure.in: Distinguish between hp800's and hp700's by the
11490 version of HP/UX they run, since that's something people are more
11491 likely to know - hp700's run 8.0.
11492 Add HP 700 configuration.
11493
11494 * configure.in: Test for the presence of the `rename' function.
11495
11496 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11497 configure.in.
11498 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11499
11500 * make-dist: Break intra-tree links.
11501
11502 * configure.in: Explain that this is an autoconf script, and give
11503 instructions for rebuilding configure from it. Arrange to put
11504 comments in configure explaining this too.
11505
11506 * configure.in: Make the first line of the configure script be
11507 "#!/bin/sh". Leaving the first line blank didn't work.
11508
90eacf99 11509 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
11510 the options briefly.
11511
11512 * configure.in: Implement the --prefix option.
11513 * Makefile.in (prefix): Add support for it here.
11514 * INSTALL: Document it here.
11515
11516 * Makefile.in (install): Don't assume that the files in the `info'
11517 subdirectory match *.info. They don't have that prefix.
11518
115191993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11520
11521 * configure.in: Add case for version 5 of Esix.
11522
115231993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11524
11525 * Version 19.7 released.
11526
11527 * make-dist: There aren't any *.com files in lib-src anymore.
11528
11529 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11530 them; they're symlinks to other filesystems on the GNU machines.
11531
11532 * make-dist: Check that the manual reflects the same version of
11533 Emacs as stated in lisp/version.el. Edit that version number into
11534 the README file.
11535
115361993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11537
11538 * configure.in: Remove the hack of AC_DEFINE; use
11539 AC_DEFINE_UNQUOTED.
11540
115411993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11542
11543 * make-dist: Don't distribute precomp.com, compile.com, or
11544 link.com from ./src; they're in ./vms now.
11545
11546 Some time-handling patches from Paul Eggert:
11547 * configure.in: Add AC_TIMEZONE.
11548
115491993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11550
11551 * configure.in: Recognize Linux as a valid operating system for
11552 the i386.
11553
115541993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11555
11556 * make-dist: Distribute some VMS files we got from Richard Levitte.
11557
11558 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11559 the source for the sed command, not oldXMenu/Makefile.
11560
115611993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11562
11563 * INSTALL: Don't claim the srcdir option doesn't work.
11564
115651993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11566
11567 * configure.in: Include remarks saying what order the autoconf
11568 tests should go in, and remind people to change config.h.in
11569 whenever they add autoconf tests which make #definitions.
11570
11571 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11572
115731993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11574
11575 * Makefile.in (oldXMenu/Makefile): Make this depend on
11576 ${srcdir}/oldXMenu/Makefile.in, not itself.
11577
11578 * PROBLEMS: Some updates from David J. Mackenzie.
11579
11580 More changes from David J. Mackenzie.
90eacf99
SM
11581 * Makefile.in (install.sysv, install.xenix, install.aix):
11582 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
11583 differences.
11584 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 11585 (INSTALLFLAGS): Remove.
067d23c9
KY
11586 (INSTALL): Include the -c flag.
11587 (install): Change the way we invoke install accordingly.
11588
11589 Install ${srcdir} changes from DJM.
11590 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11591 list.
11592 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11593 the source tree and the etc directory in the object tree.
11594 (${SUBDIR}): Pass the prefix variable down to submakes.
11595 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11596 in /bin.
11597 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11598 values for srcdir and VPATH.
11599 (install): Add `v' flag to tar command. Make sure that `dir'
11600 exists in ${srcdir}/info before copying it. Remember that the man
11601 pages come from the source tree, not the object tree.
11602 * configure.in: Remove remarks saying that the --srcdir option
11603 doesn't work.
11604 Create the etc directory in the object tree.
11605 Recognize configuration names of the form *-sun-solaris*.
11606 Recognize sunos5 and solaris as operating system names.
11607
11608 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11609 lib-src/getdate.y and src/systime.h.
11610
116111993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11612
11613 * make-dist: Make links in info subdir.
11614
116151993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11616
11617 * configure.in: Call AC_STDC_HEADERS.
11618
116191993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11620
11621 * configure.in: Sidestep autoconf's quoting of the second argument
11622 of AC_DEFINE, so we can specify the value to put there. It would
11623 be nice if autoconf provided some way to specify computed values
11624 for macros.
11625
116261993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11627
90eacf99 11628 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
11629 this is always just -DHAVE_CONFIG_H.
11630
11631 The GNU coding standards specify that CFLAGS should be left for
11632 users to set.
11633 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
11634 for this.
11635 Don't have it default to DEFS.
067d23c9
KY
11636 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11637 (lib-src/Makefile, src/Makefile): Edit the default value for
11638 CFLAGS into these files, not DEFS.
11639 * configure.in (CFLAGS): Choose a default value for this - "-g"
11640 normally, or "-g -O" if we're using GCC. Edit it into the
11641 top-level Makefile.
11642
11643 * configure.in: When scanning the machine and system description
11644 #include files, write their names to conftest.c properly.
11645
116461993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11647
11648 * configure.in: In configuration name case for Apallos running
11649 Domainios, set opsys, not opsysfile.
11650
11651 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11652 src/config.h, instead of AC_OUTPUT; the latter overwrites
11653 src/config.h even when it hasn't changed, puts a makefile-style
11654 comment at the top even though it's C code, and produces a
11655 config.status script which doesn't do the job right.
11656
11657 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11658 can use a symbolic link to get the X Menu library into src.
11659 * Makefile.in (LN_S): New variable.
11660 (src/Makefile): Edit the value of LN_S into this makefile.
11661
116621993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11663
11664 * configure.in: Support *-sco3.2v4* as opsystem.
11665
11666 * make-dist: Don't include calc directory.
11667 Exclude many files in the man directory; copy a few.
11668
116691993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11670
11671 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11672 call AC_STRUCT_TM to see what's in time.h.
11673
11674 * configure.in: Employ quoting stupidity to get the value of CPP
11675 to expand properly.
11676
116771993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11678
11679 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11680 variable to scan the machine and system description files.
11681
11682 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11683 so that getdate.y builds correctly.
11684
116851993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11686
11687 * configure.in (tempcname): Change this to "conftest.c", so it will
11688 work properly on systems with short filenames; this is the name
11689 autoconf uses.
11690
11691 * configure.in: Also detect the availability of dup2 and
11692 gethostname.
11693
11694 * configure.in: Use the AC_ALLOCA test.
11695 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11696 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11697
116981993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11699
11700 * make-dist: Distribute configure, as well as configure.in.
11701 Oversight.
11702
117031993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11704
11705 * Makefile.in (install): Print out the name of the directory we're
11706 copying, so people can have some idea of whether we're making
11707 progress.
11708
11709 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11710 Don't forget to re-create the COPYDESTS directories after we clear
11711 them out.
11712
117131993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11714
11715 * Makefile.in: Add autoconf cookies so that the configure
11716 script can comment out sections of path variable definitions to
11717 choose between the installable configuration and the run-in-place
11718 configuration.
11719 * configure.in: Add new option `--run-in-place', to select the
11720 run-in-place path definitions.
11721
11722 * configure.in: Add a clause to the big configuration name case
11723 for the NeXT machine.
11724
117251993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11726
11727 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11728 Make sure that each source directory exists, and is different from
11729 the destination directory; then, delete the destination before
11730 copying over the source.
11731
11732 * make-dist: Distribute configure.in, instead of configure.
11733
117341993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11735
11736 * configure.in: Don't set CC to "gcc -O" if the user specifies
11737 `--with-gcc'. Add -O to DEFS if GCC is set.
11738
117391993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11740
11741 * Makefile.in (clean mostlyclean): Missing right paren.
11742
11743 * configure.in: When checking for X windows, search for an X11
11744 subdirectory of ${x_includes}.
11745
11746 * configure.in: Check for gettimeofday function, for getdate.y.
11747
11748 Change `configure' to a mixture of custom code and autoconf stuff.
11749 autoconf can't derive all the information we need, but we'd really
11750 like to be able to take advantage of some of its tests, and its
11751 file-editing facilities.
11752 * configure.in: Renamed from configure.
11753 Quote the sections of shell script we want copied literally to
11754 the configure script.
11755 (compile): Initialize this to make the autoconf macros' code happy.
11756 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11757 code to do their jobs.
11758 Use autoconf to produce Makefile and src/config.h.
11759 Remove the Makefile-style comment that autoconf places at the top
11760 of src/config.h.
90eacf99
SM
11761 (config_h_opts): Remove - no longer necessary.
11762 * Makefile.in (configname): Rename to configuration.
11763 (CONFIG_CFLAGS): Rename to DEFS.
11764 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
11765 get values via autoload @cookies@.
11766 (libsrc_libs): Get this from autoconf. We used to do nothing
11767 about this.
11768 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11769
90eacf99
SM
11770 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11771 Don't echo the move-if-change command.
067d23c9
KY
11772
117731993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11774
11775 * make-dist: Distribute lib-src/rcs-checkin.
11776
11777 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11778 Don't try to make links to the RCS or Old subdirectories.
11779 Use the appropriate extension for the compression type in use.
11780 Create the tar file in the shell's initial default directory, not
11781 in ${tempparent}.
11782 Erase the whole ${tempparent} tree, not just ${tempdir}.
11783
117841993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11785
11786 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11787 use to build paths.h.
11788 (lib-src/Makefile, src/Makefile): Similarly.
11789
11790 * configure: Extend test for working `const' keyword to handle AIX
11791 3.2 cc.
11792
117931993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11794
11795 * make-dist: Distribute lisp/term/ChangeLog.
11796
11797 Arrange for C compilation throughout the tree to get
11798 C_SWITCH_SYSTEM from the configuration files.
11799 * configure: Extract C_SWITCH_SYSTEM from the machine and
11800 system-dependent files, and save it in the top-level Makefile.
11801 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11802 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11803
11804 * make-dist: Include the VMS support files in oldXMenu in the
11805 distribution.
11806
11807 * configure: Doc fix.
11808
11809 * configure: Fix corrupted config_h_opts.
11810
11811 * configure: Properly report option names in error messages.
11812
11813 * configure: Properly recognize --x-includes and --x-libraries
11814 options.
11815
11816 * configure: Fix syntax errors in code handling XFree386.
11817
118181993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11819
11820 * configure: Add special code to detect XFree386, and tell
11821 config.h about it.
11822
11823 * configure: Properly handle extracting values of LIBS_MACHINE and
11824 LIBS_SYSTEM that contain spaces.
11825
90eacf99
SM
11826 * configure: Add `--x-includes' and `--x-libraries' options.
11827 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
11828 large sites, have said they have their X files installed in odd
11829 places. Implement them by setting C_SWITCH_X_SITE and
11830 LD_SWITCH_X_SITE in src/config.h.
11831
118321993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11833
11834 * make-dist: Don't distribute etc/Old files.
11835
11836 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11837 backups.
11838
118391993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11840
11841 * make-dist: Fix typo.
11842
118431993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11844
11845 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11846 in some cases where it should but didn't seen to.
11847
11848 * Makefile.in: Added unlock and relock productions.
11849
118501993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11851
11852 * make-dist: Add a --compress option to force make-dist to use
11853 compress.
11854
11855 * make-dist: Use gzip, if we can find it.
11856
11857 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11858 make rs6000-ibm-aix default to -aix32.
11859
118601993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11861
11862 * Makefile.in: Added `Developer's configuration' section.
11863
118641993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11865
11866 * Makefile.in: Add commented-out variable settings for developer's
11867 configuration.
11868
118691993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11870
11871 * make-dist: Distribute `src/bitmaps' too.
11872
118731993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11874
11875 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11876 make rs6000-ibm-aix default to -aix32.
11877
118781993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11879
11880 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11881
11882 * Makefile.in (install.sysv): Add a second `$' in front of
11883 `${dest}', so that the shell will expand it, instead of Make.
11884
11885 * configure: When processing the name of the configure script,
11886 collapse `././' to `./', but leave a single `./' prefix alone.
11887
11888 * configure: Doc fix.
11889
118901993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11891
11892 * configure: Handle isc3.0 correctly.
11893
118941993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11895
11896 * make-dist: Don't try to copy the COPYING notice into
11897 external-lisp; we're not distributing that directory any more.
11898
118991993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11900
11901 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11902 Remove CVS subdirectories from the installed directory trees, as
11903 well as RCS directories.
11904
119051993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11906
11907 * make-dist: Only copy gmalloc.c if we couldn't link it.
11908 Don't try to copy man/{README,Makefile} unless they actually exist.
11909
11910 * Makefile.in (lisppath): Don't include externallispdir in this.
11911 We're not sure whether we're even going to distribute the
11912 directory yet.
11913
119141993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11915
11916 * make-dist: Don't distribute the external-lisp directory anymore.
11917 * INSTALL: Remove all references to external-lisp.
11918
11919 * configure: Detect whether the compiler supports `const'
11920 properly, and edit src/config.h accordingly.
11921
11922 * configure: Tweak layout of final report.
11923
11924 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11925 CFLAGS.
11926
11927 * Makefile.in (locallisppath): Make this default to
11928 ${datadir}/emacs/site-lisp, instead of
11929 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11930 the same thing, and local-lisp causes completion conflicts with
11931 lock.
11932 (lisppath): Add ${externallispdir} to this.
11933 * INSTALL: Adjust installation directions.
11934
11935 * Makefile.in (externallispdir): New variable, to say where to
11936 install the externally-maintained lisp files.
11937 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11938 the others.
11939 * INSTALL: Describe external-lisp and the new externallispdir
11940 variable.
11941
119421993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11943
11944 * configure (progname): New option `--with-gcc'. Make it clearer
11945 how we are trying to guess whether or not we have GCC.
11946 * INSTALL: Document the `--with-gcc' option, and improve
11947 description of `--with-x' options.
11948
119491993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11950
11951 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11952 ${infodir} from these variables; we have written out explicit code
11953 to install the info files.
11954
119551993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11956
11957 * make-dist: Don't distributed the RCS files in the etc directory.
11958
119591993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11960
11961 * Makefile.in: Some makes can't handle comments in the middle of
11962 commands; move them to before the whole rule.
11963
119641993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11965
11966 * README: Mention what Emacs is.
11967
119681993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11969
11970 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11971 Add `./cpp' and `./man' back into the distribution.
11972
119731993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11974
11975 * Makefile.in: Define MAKE, and use where appropriate.
11976
119771993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11978
11979 * make-dist: Remember that the authoritative COPYING notice is
11980 `etc/COPYING', not `../etc/COPYING'.
11981
119821992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11983
11984 * make-dist: Make sure that the COPYING notices in each directory
11985 are copies, not symlinks.
11986
119871992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11988
11989 * INSTALL: The build process produces an executable called `emacs'
11990 now. Change references.
11991 * Makefile.in: Adjust `install.mumble' targets to install
11992 `src/emacs', not `src/xemacs'.
11993
11994 * configure: Start with a blank line; this keeps some old CSH's
11995 from thinking it's a CSH script. Most systems will just use
11996 /bin/sh to run it, which is what we're expecting; the only other
11997 shells which might try to interpret it themselves are probably
11998 Bourne-compatible.
11999
120001992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12001
12002 * INSTALL: Improvements suggested by David Mackenzie.
12003
120041992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12005
12006 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12007 Don't try to copy the info files if there aren't any; the
12008 unexpanded globbing pattern disappoints `install'. Ignore the
12009 return status of that command.
12010
12011 * INSTALL: Updated for new configuration arrangement.
12012
12013 * configure: Don't make the top-level Makefile read-only - people
12014 may want to edit the values of the path variables.
12015
12016 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12017 Install the info files in ${infodir}. Install the executable
12018 under both `emacs' and `emacs-VERSION'.
12019
12020 * Makefile.in: Doc fix.
12021
12022 * Makefile.in (exec_prefix): New variable, as per latest version
12023 of coding standards.
12024 (bindir, libdir): Use it, instead of `prefix'.
12025 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
12026
12027 * Makefile.in (mandir): Make the default value for this depend on
12028 $(prefix).
12029
12030 * Makefile.in (datadir, statedir, libdir): Make these all default
12031 to ${prefix}/lib.
90eacf99
SM
12032 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
12033 Adjust to compensate.
067d23c9
KY
12034
12035 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12036 Install the etags and ctags man pages too.
12037
12038 * Makefile.in (distclean): Don't delete backup files; that's the
12039 job of extraclean.
12040 (extraclean): Like distclean, but deletes backup and autosave files.
12041
120421992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12043
12044 Make path specification conform to GNU coding standards.
12045 * configure (long_usage): Remove all traces of old arguments from
12046 usage messages, and document the options we do accept in more
12047 detail: -with-x... and --srcdir.
90eacf99 12048 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
12049 make this worthwhile.
12050 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
12051 along with the code which supported them; these should be set as
12052 arguments to the top-level make.
12053 (config_h_opts): Since this no longer doubles as a list of option
12054 names, make them upper case; this simplifies the code which uses
12055 them to build the sed command to edit src/config.h. Change the
12056 code which sets them.
12057 (cc, g, O): Don't allow the user to set these using options; they
12058 should be specified using `CC=' and `CFLAGS=' arguments to the
12059 top-level make. Just choose reasonable default values for them,
12060 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
12061 values.
12062 (gnu_malloc, rel_alloc): Don't allow the user to set these using
12063 options; use them whenever the configuration files say they're
12064 possible.
12065 Simplify the argument processing loop. Don't accept abbreviations
12066 for option names; these might conflict with other configuration
12067 options in the future.
12068 Add some support for the `--srcdir' option. Check for the sources
12069 in . and .. if `--srcdir' is omitted. If the directories we will
12070 compile in don't exist yet, create them under the current directory.
12071 Note that the rest of the build process doesn't really support
12072 this.
90eacf99
SM
12073 Edit only the top Makefile. That should edit the others.
12074 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
12075 and `srcdir' from the configuration arguments, `CC' and
12076 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
12077 the user's path, and LOADLIBES as gleaned from the system
12078 description files.
12079 Simplify the report generated; it doesn't need to include any
12080 description of paths now.
12081 Make `config.status' exec configure instead of just calling it, so
12082 there's no harm in overwriting `config.status'.
12083 * Makefile.in (version, configname): New variables, used to choose
12084 the default values for datadir and libdir.
12085 Path variables rearranged into two clearer groups:
12086 - In the first group are the variables specified by the GNU coding
12087 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12088 manext, infodir, and srcdir).
12089 - In the second are the variables actually used for Emacs's paths
12090 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12091 archlibdir), which depend on the first category.
12092 datadir and libdir default to directories under
12093 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12094 demand.
12095 etcdir and lispdir default to subdirectories of datadir.
12096 archlibdir defaults to libdir.
12097 The new installation tree is a bit deeper than it used to be, so
12098 use the new make-path program in lib-src to build them all.
12099 Always build a new src/paths.h.tmp and then move-if-change it to
12100 src/paths.h, to avoid unnecessary rebuilds while responding to the
12101 right changes.
12102 Remove all mention of arch-lib. Run utility commands from
12103 lib-src, and let the executables be copied into archlibdir when
12104 Emacs is installed.
12105 Add targets for src/Makefile, lib-src/Makefile, and
12106 oldXMenu/Makefile, editing the values of the path variables into
12107 them.
12108 Let lib-src do its own installation.
12109 (datadir): Default to putting data files under
12110 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12111 (emacsdir): Variable deleted; it would only be confusing to use.
12112 (lispdir, etcdir): Default to ${datadir}/lisp.
12113 (mkdir): Use make-path for this.
12114 (lockdir): Do this in mkdir.
12115 (Makefile): New target.
12116
12117 * configure (usage_message): Rename to long_usage.
12118
12119 * make-dist: Don't bother creating an arch-lib directory; that's
12120 only for installation now.
12121
121221992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12123
12124 * configure: Use GCC-style configuration names, using config.sub.
12125 Change the usage and help messages.
12126
12127 * configure: Initialize window_system, not indow_system.
12128
12129 * configure: Report which window system, compiler, and signal
12130 handler return type we decide to use.
12131
12132 * make-dist: Explain what's going on if config.sub and gmalloc.c
12133 can't be linked. Place the code which copies them near the code
12134 which links the rest of the files around them.
12135
121361992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12137
12138 * make-dist: Don't bother to distribute src/*.com, or
12139 src/vmsbuild; those have all been moved to `../vms'.
12140
121411992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12142
12143 * make-dist: Don't forget that the way to avoid filenames starting
12144 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12145 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12146 couldn't make hard links to, since we have two already, and
12147 perhaps more to come.
12148
121491992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12150
12151 * configure: When editing parameters into lib-src/Makefile, change
12152 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12153 needs some other flags too.
12154
121551992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12156
12157 * configure: Remove spurious echo of the configuration name.
12158
12159 * make-dist: Don't distribute files in src/m and src/s whose names
12160 begin with `='.
12161
121621992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12163
12164 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12165 Also LISP_FLOAT_TYPE.
12166
121671992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12168
12169 * make-dist: Copy config.sub, since it's a symbolic link to a file
12170 on another file system.
12171
121721992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12173
12174 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12175 distribution.
12176
12177 * config.sub: New file, to help us recognize configuration names.
12178 * make-dist: Include it in the distribution.
12179
121801992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12181
12182 * configure: Convert `-' to `_' in specified option names.
12183 Accept options with --. Delete --highpri and --have-x-menu options.
12184 New options --with-x and --with-x10 replace -window-system.
12185 Don't mention options --gnu-malloc, --rel-alloc
12186 or --lisp-float-type in help message.
12187
121881992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12189
12190 * make-dist: Include the `vms' subdirectory in the distribution.
12191
121921992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12193
12194 * configure: Remove lines starting with "# DIST: " when building
12195 lib-src/Makefile and src/Makefile. This allows us to mark the
12196 "Makefile.in" files with explanatory comments which won't also get
12197 stuck in the Makefiles.
12198
121991992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12200
12201 * make-dist: Don't use the '+' operator in the sed regular
12202 expression that extracts the version number from lisp/version.el;
12203 Ultrix sed doesn't seem support the operator. Just double the
12204 operand and use *.
12205
122061992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12207
12208 * Makefile.in: Doc fix.
12209
122101992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12211
12212 * configure: Rewrite sed command to remove at most one ./ prefix;
12213 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12214 group.
12215
122161992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12217
12218 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12219
122201992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12221
12222 * make-dist: Go ahead and build a new TAGS file, unless the
12223 --newer option was specified. Don't try to delete a TAGS file
12224 from etc; it's not kept there, and shouldn't be deleted anyway.
12225
122261992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12227
12228 * make-dist: If the lisp directory contains a default.el, don't
12229 distribute it.
12230
12231 * configure: When searching signal.h for the type of a signal
12232 return handler, make a copy of it, not a symbolic link to it; that
12233 way, it will work on systems that don't have symbolic links.
12234
122351992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12236
12237 * make-dist: Taught it about vcdiff and rcs2log, added --newer
12238 option for generating incremental distributions. Stopped it from
12239 generating a TAGS file into the distribution; that sucker is
12240 *big*, and easily enough generated with the toplevel makefile.
12241
122421992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12243
12244 * configure: When writing config.status, don't prefix progname
12245 with a '.'; it might be absolute.
12246
122471992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12248
12249 * configure: Choose to use X11 if either /usr/lib/libX11.a or
12250 /usr/include/X11 exist, not only if both exist.
12251
122521992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12253
12254 * make-dist: Make the new external-lisp directory a duplicate of
12255 the external-lisp directory, not the lisp directory.
12256
122571992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12258
12259 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12260 clean' in arch-lib; it doesn't even have a Makefile.
12261
12262 * Makefile.in (clean, mostlyclean): In the test which tries to
12263 distinguish between the build directory, which should be cleaned,
12264 and the installed directory, which shouldn't, cd to `${emacsdir}',
12265 not `${DESTDIR}${LIBDIR}'.
12266
122671992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12268
12269 * make-dist: Be sure to delete the .c and .h files that YACC and
12270 BISON create from getdate.y.
12271
12272 * external-lisp: New directory; see `external-lisp/README'.
12273 * make-dist: Added support for the external-lisp subdirectory.
12274
12275 * make-dist: Changed message which complains that make-dist wasn't
12276 invoked in the right directory to indicate which files it was
12277 looking for.
12278
122791992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12280
12281 * configure: Add comments explaining why we can't translate
12282 character ranges or control characters in `tr'.
12283
122841992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12285
12286 * configure: When generating the configuration message, we used to
12287 build the message from the start so that each line began with "# "
12288 so that it would be a comment in `config.status'. However, this
12289 causes trouble if any of the variables we use in the message
12290 expand to more than one line of text - as gnu_malloc_reason
12291 sometimes does. So instead, we build the message as it should be
12292 printed to the user (i.e. without the "# " prefixes), and stick on
12293 the "# "s when we write it to `config.status'.
12294
12295 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12296 `lib-src' and `arch-lib'.
12297
12298 * configure: When generating report and `config.status' file, note
12299 that bindir only determines where `make install' and
12300 `build-install' will place the executables; this should make it
12301 clear that the ordinary build process will not try to install
12302 things.
12303
123041992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12305
12306 * make-dist: Change messages to say that we are 'making links to
12307 X', rather than 'copying X'. And put `' quotes around file names.
12308
12309 * make-dist: Include '.tmp' in the name of the staging directory.
12310
12311 * make-dist: Pass the `-f' option to rm when you're not sure that
12312 the files you're removing actually exist.
12313
12314 * make-dist: When setting up etc/COPYING, always nuke whatever is
12315 there, and then copy it in, to make sure we get a real file.
12316
90eacf99
SM
12317 * make-dist: Don't try to distribute *.defns files any more.
12318 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
12319 version which doesn't have a separate .defns file.
12320
123211992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
12322
12323 * make-dist: Don't distribute configured versions of config.h.in,
12324 paths.h.in, Makefile.in in src.
12325
12326 * configure: Delete .tmp files before creating them; don't bother
cd1181db 12327 trying to make final targets writable first, since it won't
067d23c9
KY
12328 matter to move-if-change.
12329
123301992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12331
12332 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12333 mkdir and chmod in the center of all the conditionals. GNU Make
12334 will strip these out, but other makes won't.
12335
123361992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12337
12338 * make-dist: Include move-if-change in list of files to distribute.
12339
123401992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12341
12342 * configure: Remove any "." elements from the program name.
12343
12344 * configure: Don't record the values of all the possible arguments
12345 in config.status; only record the options that the user specified.
12346
12347 * configure: Use move-if-change to move in the new src/config.h.
12348
123491992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12350
12351 * move-if-change: New file, copied from gcc release.
12352 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12353 a temp file, so we don't update paths.h if an error occurs or if
12354 it doesn't need changing.
12355
123561992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12357
12358 * Makefile.in (src/paths.h): Do not install a value for the
12359 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12360 * build-install.in: Same thing.
12361
123621992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12363
12364 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12365 latter, being a typo, is always false, resulting in a program
12366 whose default behavior is to painstakingly build a copy of the
12367 source tree, and then delete it. Rah.
12368
12369 * Makefile.in: Add dist target, and comment for it.
12370
12371 * configure: When scanning <signal.h> for a declaration for
12372 signal, create a symbolic link with a name ending in .c, so the
12373 compiler won't complain that it's only been given .h files.
12374
12375 * configure: Check whether there are any arguments available
12376 before shifting to get the value of a non-boolean parameter.
12377
12378 * make-dist: Doc fix.
12379
123801992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12381
12382 * configure: Instead of grepping /usr/include/signal.h for a
12383 signal declaration, run /usr/include/signal.h or
12384 /usr/include/sys/signal.h through cpp and grep for the
12385 declaration.
12386
12387 * configure: Redirect the output of grep to /dev/null instead of
12388 using grep -s - that flag means different things on other systems.
12389
12390 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12391 since the former is recognizable even if you don't know what
12392 'dumping' is.
12393 * configure: Accommodate that change.
12394
12395 * configure: Accept options for all of the directories you can
12396 change in the Makefile.
12397
12398 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12399
12400 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12401 FOO before you can use them.
12402
12403 * build-install.in: Made the "Where To Install Things" section
12404 conform with the similar section from Makefile.in. Copied section
12405 which builds src/paths.h from src/paths.h.in from the Makefile.
12406
124071992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12408
12409 * configure: Write config.status to pass its command-line
12410 arguments on to configure, so that people can use it to recreate
12411 an old configuration, with minor changes.
12412
124131992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12414
12415 * configure: Don't rely on option variables being unset if their
12416 values are the empty string. In particular, when producing the
12417 English report, don't assume that highpri will be unset when no
12418 increased priority has been requested; -highpri='' should be the
12419 same as omitting -highpri altogether.
12420
12421 * configure: Fix dumb bug: when running the system and machine
12422 description files through cpp, mark those lines that we want to
12423 evaluate with the string '@configure@', and then only evaluate
12424 them. This way if the files include anything that actually
12425 generates text (type definitions or external declarations, say),
12426 we won't try to eval it.
12427
124281992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12429
12430 * make-dist: New shell script.
12431
12432 * configure: When creating foo from foo.in, make foo read-only to
12433 remind people to edit the .in file instead.
12434
12435 * INSTALL: Changed references to config.h-dist to config.h.in.
12436 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12437 to build src/paths.h from src/paths.h.in; added a paragraph to do
12438 this.
12439 * configure, Makefile, build-install: Changed filenames like
12440 FOO-dist to FOO.in.
12441
124421992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12443
12444 * Makefile, build-install: Renamed to Makefile.in and
12445 build-install.in; the configure script will edit these to produce
12446 the usable Makefile and build-install.
12447 * configure: Changed to produce ./Makefile, ./build-install,
12448 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12449 instead of editing them in place.
12450
124511992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12452
12453 * Makefile: Re-arranged so that the undumped Emacs will search
12454 ../lisp *after* the site's local elisp files.
12455 (locallisppath, dumplisppath): New variables.
12456 (lisppath): This variable's default value is now chosen based on
12457 $(locallisppath) and $(lispdir); while it used to be the
12458 customization point for adding site-local elisp directories to
12459 load-path, that job is now handled mostly by locallisppath.
12460 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12461 Check the values being assigned to the *LOADSEARCH macros for null
12462 path elements (like '::' in 'foo::bar').
12463
12464 * configure: When checking if the machine- and system-dependent
12465 files define a particular macro or not, actually run them through
12466 CPP and test the macros with #ifs, instead of just grepping for
12467 the macros' names. In particular, check for SYSTEM_MALLOC in this
12468 way.
12469
124701992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12471
12472 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12473
124741992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12475
12476 * configure: Make the config.status file an executable shell
12477 script which will recreate the same configuration. Include the
12478 verbal description of the current configuration as a comment in
12479 the script.
12480 * INSTALL: Doc fix.
12481
12482 * Makefile: Brought the Makefile up to the GNU coding
12483 standards, as described in standards.text:
12484 (TAGS): New name for the target which rebuilds the tags table.
12485 (check): New target; doesn't do anything yet.
12486 (mostlyclean): New target, synonymous with clean.
12487 (realclean): New target. Currently, this just calls the
12488 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
12489 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12490 New variables.
067d23c9 12491 Installation directory variables changed to conform.
90eacf99 12492 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
12493 code which copies the directories into their installed location to
12494 allow the installed locations to be in several different
12495 directories; the old version assumed that they would all be in
12496 $(emacsdir).
12497 (mkdir, lockdir): Allow the installed locations to be in several
12498 different directories.
12499 * INSTALL: Doc fix.
12500
12501 * build-install: Use the same variable names as the Makefile.
12502 Allow the installed locations to be in several different
12503 directories.
12504
125051992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12506
12507 * Makefile (src/paths.h): Instead of using a single sed command to
12508 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12509 separately, and don't forget to append "/!!!SuperLock!!!" to the
12510 value of the PATH_SUPERLOCK macro.
12511
12512 * config.emacs: Renamed to configure, for consistency with other
12513 GNU products. Internal references changed.
12514 INSTALL, Makefile: References changed.
12515
12516 * lock: New directory, which should always be empty. If this
12517 directory doesn't exist, Emacs won't complain; it just won't lock.
12518 Having this here means that people can just unpack Emacs, build
12519 it, and have locking work.
12520
12521 * share-lib: Re-renamed to etc, for the sake of tradition.
12522 * config.emacs: Changed default value for datadir to ../etc.
12523 * INSTALL, README: Adjusted.
12524
125251992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12526
12527 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12528 by running CPP on the appropriate s/*.h and m/*.h files.
12529
125301992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12531
12532 * config.emacs: Make sure to set the "exit on error" flag once
12533 we've removed config.status; errors should abort the configuration.
12534
125351992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12536
12537 * config.emacs: Added -distribute option, so that the Makefile
12538 paths are in their proper form. I don't know why this matters.
12539
125401992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12541
12542 * local-lisp: New directory, empty in the distribution, for people
12543 to put local elisp code in.
12544 * config.emacs: Include it in the default load path.
12545 * README: Document it.
12546
125471992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12548
12549 * config.emacs: Guess the type of signal handling functions based
12550 on the contents of /usr/include/signal.h.
12551
12552 * config.emacs: Print out progress report messages.
12553
12554 * Makefile (src/paths.h): Don't generically replace
12555 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12556 editing of the other entries, and each entry should be dealt with
12557 explicitly anyway.
12558
12559 * build-install: Converted from C-shell to Bourne shell.
12560 * config.emacs: Edit build-install properly.
12561
12562 * config.emacs: Doc fix.
12563
125641992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12565
12566 * Makefile (install): Remove `B' from tar xf command.
12567
125681992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12569
12570 * config.emacs: Removed support for the `maintain-environment'
12571 option; the only important difference between this and its absence
12572 has been removed.
12573 * INSTALL: Removed mention of `maintain-environment'.
12574
12575 * config.emacs: Fix arguments to sed when processing boolean
12576 arguments.
12577
125781991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12579
12580 * config.emacs: New file, to help automate the installation
12581 process.
12582
12583 * Makefile: Lots of changes to support the separation of etc into
12584 architecture-dependent and -independent files:
12585 (EMACSROOT): New variable, giving the directory under which all of
12586 Emacs's libraries should be installed. Changed rest of file to
12587 use it.
12588 (LIBDIR): Now denotes only architecture-dependent dir.
12589 (DATADIR): New variable, denoting architecture-independent dir.
12590 (LOCKDIR): New variable, for completeness.
12591 (SUBDIR): No more etc, new lib-src.
12592 (COPYDIR): No more etc, new arch-lib and share-lib.
12593 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12594 (src): Now depends on lib-src, not etc.
12595 * build-install: Changes parallel to the above.
12596 * README: Describe the new arrangement.
12597
12598 * vms: New subdirectory for all the VMS stuff.
12599
126001991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12601
12602 * Makefile (LISPPATH): New variable.
12603 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12604
126051990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12606
12607 * Makefile (install, install.sysv, install.xenix):
12608 Install wakeup instead of loadst. No need for setuid or setgid.
12609
126101990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12611
12612 * Makefile (clean): Clean etc if that's not the installation dir.
12613
126141990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12615
12616 * Makefile (paths.h): Make sed alter each name in the path.
12617
126181988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12619
12620 * Makefile (install.sysv): Use cpio, not tar.
12621
126221988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12623
12624 * Makefile (lockdir): Rename `lock' target.
12625 Depend on it from install*, not from `all'.
12626
126271988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12628
12629 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12630 to match build-install and paths.h.
12631
12632;; Local Variables:
12633;; coding: utf-8
067d23c9
KY
12634;; End:
12635
ab422c4d 12636 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
067d23c9
KY
12637
12638 This file is part of GNU Emacs.
12639
12640 GNU Emacs is free software: you can redistribute it and/or modify
12641 it under the terms of the GNU General Public License as published by
12642 the Free Software Foundation, either version 3 of the License, or
12643 (at your option) any later version.
12644
12645 GNU Emacs is distributed in the hope that it will be useful,
12646 but WITHOUT ANY WARRANTY; without even the implied warranty of
12647 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12648 GNU General Public License for more details.
12649
12650 You should have received a copy of the GNU General Public License
12651 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.