* configure.ac: Tweak previous change.
[bpt/emacs.git] / ChangeLog
CommitLineData
7dc61a66
GM
12013-09-08 Glenn Morris <rgm@gnu.org>
2
335142f9
GM
3 * configure.ac (--without-compress-install):
4 Rename from --without-compress-info. (Bug#9789)
5 (GZIP_INFO): Remove.
6 (GZIP_PROG): Allow --without-compress-install to disable it.
7 * Makefile.in (GZIP_INFO): Remove all references.
8
7dc61a66
GM
9 * info/dir: Tweak emacs-gnutls entry.
10
4b73fc73
PE
112013-09-07 Paul Eggert <eggert@cs.ucla.edu>
12
13 Port --without-x --enable-gcc-warnings to Fedora 19.
14 * configure.ac (WERROR_CFLAGS): Omit redundant use of
15 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
16 -Wunused-parameter. If there is no window system, also omit
17 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
18 is needed for Fedora 19.
19
257b3b03
DA
202013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
21
22 Make --without-x compatible with --enable-gcc-warnings.
23 * configure.ac: If both --without-x and --enable-gcc-warnings are
24 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
25 and -Wno-unused-but-set-parameter.
26
224e313d
PE
272013-09-04 Paul Eggert <eggert@cs.ucla.edu>
28
29 Makefile improvements.
30 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
31 (src): Remove duplicate dependency on FRC.
32 Invoke just one submake, not two. Avoid the need for 'pwd'.
33
de3d0b57
JD
342013-09-02 Jan Djärv <jan.h.d@swipnet.se>
35
36 * configure.ac: Add ns_check_file.
37
2c347217
GM
382013-08-31 Glenn Morris <rgm@gnu.org>
39
40 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
41 and voxware to oss.
42
e0936eed
UM
432013-08-31 Ulrich Müller <ulm@gentoo.org>
44
45 * configure.ac: Allow for --with-sound=voxware that will enable
46 sound but otherwise disable ALSA. This will use the OSS device,
47 typically /dev/dsp, for sound output. (Bug#15067)
48
7605d081
GM
492013-08-31 Glenn Morris <rgm@gnu.org>
50
51 * make-dist: Update for nt/INSTALL* changes.
52
50b13cde
PE
532013-08-28 Paul Eggert <eggert@cs.ucla.edu>
54
55 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
56 for portability to hosts where /bin/sh has problems.
57
0acfedd3
SM
582013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
61
43aac990
PE
622013-08-27 Paul Eggert <eggert@cs.ucla.edu>
63
64 Simplify EMACS_TIME-related code.
65 Merge from gnulib, incorporating:
66 2013-08-27 timespec: new convenience constants and function
67
15091df5
DA
682013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
69
70 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
71 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
72
61ac6b9f
GM
732013-08-27 Glenn Morris <rgm@gnu.org>
74
b4f581f0
GM
75 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
76
1857cd3f
GM
77 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
78 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
79 * Makefile.in (check-info-dir): Ignore efaq-w32.
80
61ac6b9f
GM
81 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
82 (maintainer-clean, check-declare): Remove pointless subshells.
83 Check cd return value.
84
12c4970d
PE
852013-08-26 Paul Eggert <eggert@cs.ucla.edu>
86
87 Minor merge from gnulib (mostly just for texinfo.tex).
88
917c483a
PE
892013-08-22 Paul Eggert <eggert@cs.ucla.edu>
90
91 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
92 This improves on the patch already installed, by quoting options
93 that contain spaces and suchlike systematically, so that
94 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
95 these characters.
96
f035e3a9
PE
972013-08-21 Paul Eggert <eggert@cs.ucla.edu>
98
99 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
100 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
101 and reports EINVAL, try it again without O_CLOEXEC. This should
102 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
103 What were they thinking?
104
236beba0
PE
1052013-08-20 Paul Eggert <eggert@cs.ucla.edu>
106
107 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
108 Fix shell-operator precedence problem in previous change.
109
f67dce44
GM
1102013-08-20 Glenn Morris <rgm@gnu.org>
111
112 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
113 Clean test/automated if present.
114
51632863
PE
1152013-08-19 Paul Eggert <eggert@cs.ucla.edu>
116
117 Merge from gnulib, incorporating:
118 2013-08-15 warnings: minor optimization
119 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
120
0fe73012
KB
1212013-08-15 Ken Brown <kbrown@cornell.edu>
122
123 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
124
4fa44856
GM
1252013-08-15 Glenn Morris <rgm@gnu.org>
126
127 * make-dist: Do not distribute etc/refcards TeX intermediate files.
128 * Makefile.in (install-arch-indep):
129 Do not install etc/refcards TeX intermediate files.
130
af79c3cb
UM
1312013-08-14 Ulrich Müller <ulm@gentoo.org>
132
133 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
134
aa942e2b
EZ
1352013-08-12 Eli Zaretskii <eliz@gnu.org>
136
137 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
138
1d238bc7
PE
1392013-08-12 Paul Eggert <eggert@cs.ucla.edu>
140
141 Minor zlib configuration tweaks.
142 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
143
594a4307
EZ
1442013-08-12 Eli Zaretskii <eliz@gnu.org>
145
146 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
147
eaca0446
PE
1482013-08-12 Paul Eggert <eggert@cs.ucla.edu>
149
150 Merge from gnulib, incorporating:
151 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
152 2013-08-10 sys_time: port to OpenBSD
153
8496d8d7
GM
1542013-08-12 Glenn Morris <rgm@gnu.org>
155
156 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
157 with configure's standard --docdir argument. All uses updated.
158 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
159 (install-etcdoc): Rename from install-doc. All uses updated.
160 (uninstall): Run uninstall-doc.
161 (PSS): Add misc-ps.
162 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
163 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
164 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
165 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
166 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
167 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
168
8d28d0ac
PE
1692013-08-11 Paul Eggert <eggert@cs.ucla.edu>
170
171 Add --with-zlib to 'configure'.
172 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
173 can be built without zlib. Don't assume that -lz is needed on
174 non-PNG hosts. Mention zlib configuration status in 'configure' output.
175
313546eb
LMI
1762013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
177
178 * configure.ac: Test for zlib.
179
d4166523
EZ
1802013-08-10 Eli Zaretskii <eliz@gnu.org>
181
182 * configure.ac: Define and substitute UPDATE_MANIFEST.
183
016d3f7d
SB
1842013-08-04 Stephen Berman <stephen.berman@gmx.net>
185
186 * info/dir: Add todo-mode.
187
e0fdb694
PE
1882013-08-04 Paul Eggert <eggert@cs.ucla.edu>
189
190 Fix some minor races in hosts lacking mkostemp (Bug#15015).
191 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
192 * configure.ac (mkostemp): Remove check for this function;
193 gnulib does the check now.
194 (mkstemp): Remove check for this no-longer-used function.
195 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
196 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
197 New files, copied from Gnulib.
198 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
199
7bddb120
MA
2002013-07-29 Michael Albinus <michael.albinus@gmx.de>
201
202 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
203 --without-file-notification to --without-all.
204
dfc7be39
XF
2052013-07-29 Xue Fuqiao <xfq.free@gmail.com>
206
207 * INSTALL: Fix description.
208
885e792c
GM
2092013-07-27 Glenn Morris <rgm@gnu.org>
210
211 * configure.ac: Extend the --with-sound option to allow
212 specification of OSS or ALSA (see bug#14812#64).
213
ef75383c
GM
2142013-07-25 Glenn Morris <rgm@gnu.org>
215
57cff712
GM
216 * info/dir: Add ido.
217
ef75383c
GM
218 * make-dist: Add a --tests option, to include test/.
219
1813e115
GM
2202013-07-24 Glenn Morris <rgm@gnu.org>
221
222 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
223
60967f56
GM
2242013-07-23 Glenn Morris <rgm@gnu.org>
225
226 * configure.ac (etc, lisp): No need to create specially.
227 Configure already creates lisp, src/Makefile now creates etc.
228
a29c3e6d
PE
2292013-07-23 Paul Eggert <eggert@cs.ucla.edu>
230
e3ebe15a 231 Port to GNU/Linux systems with tinfo but not ncurses.
a29c3e6d
PE
232 * configure.ac (USE_NCURSES): New symbol.
233
6496aec9
PE
2342013-07-20 Paul Eggert <eggert@cs.ucla.edu>
235
236 Fix array bounds violation when pty allocation fails.
237 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
238 not sizeof pty_name, since pty_name is now a pointer to the array.
239
c04bbd85
PE
2402013-07-13 Paul Eggert <eggert@cs.ucla.edu>
241
242 * configure.ac: Simplify --with-file-notification handling.
243
671d4bfc
GM
2442013-07-12 Glenn Morris <rgm@gnu.org>
245
246 * configure.ac: If with-file-notification=yes, if gfile not found,
247 go on to try inotify (not on MS Windows or Nextstep).
248
bacba3c2
PE
2492013-07-12 Paul Eggert <eggert@cs.ucla.edu>
250
251 Fix races with threads and file descriptors.
252 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
253
c6e7fc0e
PE
2542013-07-10 Paul Eggert <eggert@cs.ucla.edu>
255
256 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
257
2aae948d
PR
2582013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
259
260 * configure.ac (HAVE_W32): Avoid nested functions (the second
261 argument of AC_LANG_PROGRAM is already expanded inside a
262 function). (Bug#14830)
263
4ebbdd67
PE
2642013-07-09 Paul Eggert <eggert@cs.ucla.edu>
265
7b154def
PE
266 Port recent close-on-exec changes to Cygwin (Bug#14821).
267 * lib/binary-io.c, lib/binary-io.h: New files.
268 Merge from gnulib, incorporating:
269 2013-07-09 accept4, dup3, pipe2: port to Cygwin
270 * lib/pipe2.c: Update from gnulib, as part of this merge.
271 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
272
4ebbdd67
PE
273 Handle errno and exit status a bit more carefully.
274 * lib/ignore-value.h: Remove this gnulib-imported file.
275 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
276
a04689de 2772013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
e4b1e5af
JD
278
279 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
280
2a74a90a
PE
2812013-07-08 Paul Eggert <eggert@cs.ucla.edu>
282
283 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
284 This incorporates the following merge from gnulib:
285 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
286
067428c1
PE
2872013-07-07 Paul Eggert <eggert@cs.ucla.edu>
288
9caab067
PE
289 Port to Ubuntu 10 (Bug#14803).
290 * configure.ac (accept4): New function to check for.
291
067428c1
PE
292 Make file descriptors close-on-exec when possible (Bug#14803).
293 * configure.ac (mkostemp): New function to check for.
294 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
295 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
296 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
297 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
298
1399490e 2992013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
0946b7ca
CE
300
301 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
302 http://bugs.debian.org/712974
303
5583dcb6
PE
3042013-07-02 Paul Eggert <eggert@cs.ucla.edu>
305
57f8c490
PE
306 Remove some unused macros from 'configure'.
307 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
308 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
309 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
310 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
311 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
312 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
313 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
314 Remove these macros, as they are not used.
315 (sys_siglist): Remove macro; src/sysdep.c now does this.
316
5583dcb6
PE
317 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
318 Also check that it links. Say whether it compiled and linked.
319
37afa042 3202013-07-01 Paul Eggert <eggert@cs.ucla.edu>
8f5f35cc 321
aaea7495
PE
322 Merge from gnulib, incorporating:
323 2013-06-23 ignore-value: port to gcc -pedantic
324 2013-06-21 extern-inline: port to gcc -std=c89
325
37afa042
PE
3262013-06-30 Paul Eggert <eggert@cs.ucla.edu>
327
8f5f35cc
PE
328 Do not use GTK 3 if it exists but cannot be compiled.
329 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
330 exists but cannot be compiled.
331
ae7bfbf5
JB
3322013-06-27 Juanma Barranquero <lekktu@gmail.com>
333
334 * Makefile.in (install-arch-indep): Do not create directories passed
335 with --enable-locallisppath.
336
6e0e82a0 3372013-06-24 Glenn Morris <rgm@gnu.org>
ab6a27d8
GM
338
339 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
340
c9509ef4
JB
3412013-06-22 Juanma Barranquero <lekktu@gmail.com>
342
343 * .bzrignore: Add GNU idutils ID database file.
344
6b4914d2
YM
3452013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
346
347 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
348 as a fallback.
349
aff6371e
SM
3502013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * .bzrignore: Don't unignore cl-loaddefs.el.
353
c9509ef4 3542013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89561f72
PE
355
356 * configure.ac (log2): Check for this function.
357
53d829de
JB
3582013-06-19 Juanma Barranquero <lekktu@gmail.com>
359
360 * .bzrignore: Add GNU GLOBAL files.
361
84575e67
PE
3622013-06-17 Paul Eggert <eggert@cs.ucla.edu>
363
4f405069 364 Use functions, not macros, for XINT etc. (Bug#11935).
84575e67
PE
365 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
366 as it generates bogus warnings about reasonable casts of calls.
367
2a540847
PE
3682013-06-16 Paul Eggert <eggert@cs.ucla.edu>
369
370 * configure.ac: Report ACL usage at the end (Bug#14612).
371
b0e22831
PE
3722013-06-11 Paul Eggert <eggert@cs.ucla.edu>
373
374 --without-all should imply --with-file-notification=no. (Bug#14569)
375 * configure.ac (with_file_notification): Default to $with_features.
376
bf77e230
PE
3772013-06-09 Paul Eggert <eggert@cs.ucla.edu>
378
379 Merge from gnulib, incorporating:
380 2013-06-02 sig2str: port to C++
381 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
382
b33f93ee
JD
3832013-06-08 Jan Djärv <jan.h.d@swipnet.se>
384
385 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
386 (with_file_notification): Don't set to gfile if with_ns = yes.
387
6c0a9ed1
RC
3882013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
389
390 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
e7b41c4c
JB
391 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
392 New variables.
d6f00819 393 (epaths-force-w32): Use them. (Bug#14513)
6c0a9ed1 394
b9110c6b
MA
3952013-06-03 Michael Albinus <michael.albinus@gmx.de>
396
397 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
398
7f203aa1
EZ
3992013-06-03 Eli Zaretskii <eliz@gnu.org>
400
401 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
402 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
403
55a87246
JD
4042013-06-03 Jan Djärv <jan.h.d@swipnet.se>
405
406 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
407 used. Remove xgselect.o from XOBJ.
408
c9628c79
MA
4092013-06-03 Michael Albinus <michael.albinus@gmx.de>
410
411 * configure.ac (file-notification): New option, replaces inotify option.
412 (HAVE_W32): Remove w32notify.o.
e7b41c4c 413 (with_file_notification): Add checks for glib and w32. Adapt check
c9628c79
MA
414 for inotify.
415 (Summary): Add entry for file notification.
416
417 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
418 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
419
2044e704
JB
4202013-06-02 Juanma Barranquero <lekktu@gmail.com>
421
422 * .bzrignore: Ignore dirs libexec/, share/ and var/.
423
9dbd3bb1
XF
4242013-05-29 Xue Fuqiao <xfq.free@gmail.com>
425
426 * INSTALL: Fix description.
427
2d8ac645
YM
4282013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
429
430 * configure.ac (HAVE_XRANDR): Check availability of
431 XRRGetScreenResources rather than that of XRRQueryExtension.
432
6b56a60a
EZ
4332013-05-18 Eli Zaretskii <eliz@gnu.org>
434
435 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
436 nt/epaths.nt, and nt/INSTALL.MSYS.
437
bfbe2627
PE
4382013-05-18 Paul Eggert <eggert@cs.ucla.edu>
439
31ff141c
PE
440 Port --enable-gcc-warnings to clang.
441 * configure.ac (nw): Remove obsolescent warnings.
442 These aren't needed for clang, or for gcc for that matter.
443 (emacs_cv_clang): New var, which tests for clang.
444 Omit warnings that clang is too picky about.
445 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
446 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
447
bfbe2627
PE
448 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
449 Otherwise, 'configure; make' fails on non-Windows builds.
450
df065a0b
EZ
4512013-05-16 Eli Zaretskii <eliz@gnu.org>
452
453 * lib/Makefile.am: If building for MS-Windows, include
454 nt/gnulib.mk instead of lib/gnulib.mk.
455
456 * configure.ac: Adapt to MSYS build on MS-Windows.
457
458 * Makefile.in (NTDIR): New variable, for the MSYS build on
459 MS-Windows.
460 (SUBDIR): Add $(NTDIR).
461 (.PHONY): Add epaths-force-w32.
462 (msys_to_w32): New variable.
463 (epaths-force-w32, install-nt, uninstall-nt): New targets.
464 (lib-src src): Add $(NTLIB) to prerequisites.
465 (lib lib-src lisp leim nt): Add 'nt'.
466 (config.status): Use $(CFG).
467 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
468 (install, install-arch-dep): Add install-$(NTDIR).
469 (uninstall): Depend on uninstall-$(NTDIR).
470 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
471
472 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
473 CONFIG_SITE for the MSYS build on MS-Windows.
474 (Makefile): Use $(CFG).
475
476 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
477 src/emacs.res.
478
cdd0de4b
PE
4792013-05-16 Paul Eggert <eggert@cs.ucla.edu>
480
481 Merge from gnulib, incorporating:
482 2013-05-15 manywarnings: update for GCC 4.8.0
483 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
484 2013-05-15 sig2str, stdio, warnings: port to clang
485
6e911150
SM
4862013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
487
488 * Makefile.in (install-doc): DOC file is not version specific any more.
489 * .bzrignore: Don't ignore DOC-* any more.
490
522fe43b
PE
4912013-05-13 Paul Eggert <eggert@cs.ucla.edu>
492
bb8eb357 493 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
494 Reported privately by Han Boetes <han@boetes.org>.
495
86cec478
JB
4962013-05-08 Juanma Barranquero <lekktu@gmail.com>
497
498 * lib/makefile.w32-in (ACL_H): New macro.
499 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
500
ffdc270a
PE
5012013-05-07 Paul Eggert <eggert@cs.ucla.edu>
502
e7b41c4c 503 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
504 * configure.ac: Remove -with-acl option, since Gnulib does that for
505 us now.
506 (LIBACL_LIBS): Remove; no longer needed.
507 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
508 for the benefit of the new ACL implementation.
509 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
510 ($(BLD)/acl-errno-valid.$(O)): New rule.
511 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
512 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
513 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
514 New files, taken from gnulib.
515 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
516
4e3f9230
YM
5172013-05-07 Jan Djärv <jan.h.d@swipnet.se>
518
519 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
520 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
521
7a6018ad
PE
5222013-05-06 Paul Eggert <eggert@cs.ucla.edu>
523
524 Merge from gnulib, incorporating:
525 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
526
0922c475
PE
5272013-05-01 Paul Eggert <eggert@cs.ucla.edu>
528
529 * make-dist: Keep necessary restrictions on file access.
530
d9774ea4
PE
5312013-04-29 Paul Eggert <eggert@cs.ucla.edu>
532
533 Merge from gnulib, incorporating:
534 2013-04-28 extern-inline: work around bug in Sun c99
535
d7ed9b36
PE
5362013-04-27 Paul Eggert <eggert@cs.ucla.edu>
537
538 Merge from gnulib, incorporating:
539 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
540
f780d632
PE
5412013-04-26 Paul Eggert <eggert@cs.ucla.edu>
542
543 Port better to AIX (Bug#14258).
544 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
545 we did not already infer an optimization option, and -O works.
546 AIX xlc needs -O, otherwise garbage collection doesn't work.
547
c6cb2f53
PE
5482013-04-22 Paul Eggert <eggert@cs.ucla.edu>
549
1e8589d3
PE
550 * make-dist: Do not distribute admin/unidata/Makefile.
551 It is generated by 'configure'.
552
c6cb2f53
PE
553 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
554 It messes up 'make distclean', and contains no useful information
555 because it's a copy of subdirs.el.
556
7e00831f
JM
5572013-04-18 John Marino <gnugcc@marino.st> (tiny change)
558
559 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
560
4f8902cd
GM
5612013-04-18 Glenn Morris <rgm@gnu.org>
562
563 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
564 (LN_S_FILEONLY): New output variable.
565 * Makefile.in (LN_S): Remove.
566 (LN_S_FILEONLY): New, set by configure.
567 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
568
e8bdb06e
KB
5692013-04-12 Ken Brown <kbrown@cornell.edu>
570
571 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
572 `canonical' is `x86_64-unknown-cygwin'.
573
ba3b2d88
KB
5742013-04-09 Ken Brown <kbrown@cornell.edu>
575
576 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
577 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
578 (Bug#12993)
579
876da980
PE
5802013-04-07 Paul Eggert <eggert@cs.ucla.edu>
581
582 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
583 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
584 and if not on GNU/Linux or FreeBSD.
585 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
586 lib/*.o is profiled too.
587
119b2d43
PE
5882013-03-30 Paul Eggert <eggert@cs.ucla.edu>
589
590 Merge from gnulib, incorporating:
591 2013-03-29 stdalign: port to stricter ISO C11
592 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
593 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
594
afeee3e5
PE
5952013-03-27 Paul Eggert <eggert@cs.ucla.edu>
596
597 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
598 Subsumed by HAVE_XKB. All uses changed.
599
a4cedbf7
JD
6002013-03-25 Jan Djärv <jan.h.d@swipnet.se>
601
602 * configure.ac (HAVE_XKB): Define if Xkb is present.
603
f8ce376e
PE
6042013-03-24 Paul Eggert <eggert@cs.ucla.edu>
605
606 Merge from gnulib, incorporating:
607 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
608
982efbcd
PE
6092013-03-18 Paul Eggert <eggert@cs.ucla.edu>
610
4c9a1377
PE
611 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
612 * Makefile.in (QUIET_SUBMAKE): New macro.
613 (install-info, uninstall): Use it.
614
19151a7f
PE
615 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
616 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
617 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
618 no way to do this in pkg-config, so make do with a reasonable
619 approximation.
620
982efbcd
PE
621 Automate the build of ja-dic.el (Bug#13984).
622 * .bzrignore: Add leim/ja-dic/.
623
5615c9a9
PE
6242013-03-13 Paul Eggert <eggert@cs.ucla.edu>
625
47d7532e
PE
626 File synchronization fixes (Bug#13944).
627 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
628 (fsync): Remove check; now done by gnulib.
629 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
630 New files, from gnulib.
631 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
632
5615c9a9 633 Merge from gnulib, incorporating:
2c3f72f4 634 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
635 2013-03-12 mktime: fix configure typo
636 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
637 2013-03-11 putenv: avoid compilation warning on mingw
638 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
639
47d038b3
GM
6402013-03-11 Glenn Morris <rgm@gnu.org>
641
642 * Merge in all changes up to version 24.3 release.
643
0bafabe7 6442013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
645
646 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
647 It can mess up 'configure' runs.
648
b3cdfd9e
GM
6492013-03-05 Glenn Morris <rgm@gnu.org>
650
651 * Makefile.in (install-man): Ignore gzip exit status.
652
4aff132c
GM
6532013-03-03 Glenn Morris <rgm@gnu.org>
654
655 * make-dist: Remove lzma (it's replaced by xz).
656
89bd9d36
PE
6572013-03-01 Paul Eggert <eggert@cs.ucla.edu>
658
659 Merge from gnulib, incorporating:
660 2013-02-21 putenv: port better to native Windows
661 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
662 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
663
0e946786
KB
6642013-02-28 Ken Brown <kbrown@cornell.edu>
665
666 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
667
1ddc2bd6
PE
6682013-02-25 Paul Eggert <eggert@cs.ucla.edu>
669
670 Simplify data_start configuration (Bug#13783).
671 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
672 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
673 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
674 not always needed.
675 (HAVE_DATA_START): New macro.
676
b59a2e9e
PE
6772013-02-21 Paul Eggert <eggert@cs.ucla.edu>
678
679 Parallelize documentation builds.
680 This speeds up building of documentation on multiprocessor
681 platforms, and is motivated by Texinfo 5.0, which is much slower.
682 Add a toplevel rule 'make docs' to make all the documentation.
683 * .bzrignore: Add .dvi, .html, .ps.
684 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
685 ($(DOCS), docs, vi, html, pdf, ps): New rules.
686 (info-real): Depend on $(INFOS) rather than doing it sequentially.
687 (dvi): Depend on $(DVIS) rather than doing it sequentially.
688
648e5523 6892013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
690
691 Fix AIX port (Bug#13650).
692 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 693
8c0905ac
EZ
6942013-02-12 Eli Zaretskii <eliz@gnu.org>
695
696 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
697 ($(BLD)/memrchr.$(O)): New dependency.
698
71d4202f
PE
6992013-02-11 Paul Eggert <eggert@cs.ucla.edu>
700
a84b7c53
PE
701 Tune by using memchr and memrchr.
702 * .bzrignore: Add string.h.
703 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
704 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
705 New files, from gnulib.
706
71d4202f
PE
707 Merge from gnulib, incorporating:
708 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
709 2013-02-09 secure_getenv: fix C++ declaration typo
710
55fe8e64
GM
7112013-02-11 Glenn Morris <rgm@gnu.org>
712
713 * configure.ac (emacs_config_options): Record some env vars.
714
8b0590de
GM
7152013-02-10 Glenn Morris <rgm@gnu.org>
716
717 * configure.ac (emacs_config_options): Strip out the (internal)
718 arguments --no-create and --no-recursion.
719
8376d87e
PE
7202013-02-08 Paul Eggert <eggert@cs.ucla.edu>
721
722 Merge from gnulib, incorporating:
723 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
724 The MS-Windows port can remove careadlinkatcwd at its convenience.
725 2013-02-08 extensions: port better to HP-UX
726 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
727 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
728 2013-02-04 secure_getenv: new module [module not used by Emacs]
729 2013-01-30 sys_time: port to Solaris 2.6
730
8654f9d7
PE
7312013-02-01 Paul Eggert <eggert@cs.ucla.edu>
732
733 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
734 On my host, this speeds up directory-files-and-attributes by a
735 factor of 3, when applied to Emacs's src directory.
736 These functions are standardized by POSIX and are common these
737 days; fall back on a (slower) gnulib implementation if the host
738 is too old to supply them.
739 * .bzrignore: Add lib/dirent.h.
740 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
741 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
742 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
743 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
744 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
745 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
746 * m4/fstatat.m4: New files, from gnulib.
747 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
748 These last three are specific to Emacs and are not copied from gnulib.
749 They are simpler than the gnulib versions and are tuned for Emacs.
750
0eb61895
GM
7512013-02-01 Glenn Morris <rgm@gnu.org>
752
753 * make-dist: Only README files exist in lisp/ now, not README*.
754
e02703bd
GK
7552013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
756
4f405069 757 * .bzrignore: Add lib-src/blessmail.
e02703bd 758
ea78b882
PE
7592013-01-23 Paul Eggert <eggert@cs.ucla.edu>
760
761 Merge from gnulib, incorporating:
762 2013-01-16 unistd: port to recent mingw
763
795e7a5b 7642013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
765
766 * Makefile.in (install-arch-indep): Put back a chmod that was
767 removed 2012-05-19. (Bug#13430)
768
ffe04adc
PE
7692013-01-16 Paul Eggert <eggert@cs.ucla.edu>
770
771 Merge from gnulib, incorporating:
772 2013-01-16 largefile: port better to Mac OS X 10.5
773 2013-01-15 stdint: fix build with Android's Bionic fox x86
774
c4e2ba0a
PE
7752013-01-16 Paul Eggert <eggert@cs.ucla.edu>
776
777 * configure.ac: Document that --enable-gcc-warnings emits errors.
778 (Bug#13448)
779
c0511b57 7802013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
781
782 * make-dist: Add options for xz compression and no compression.
783
444b01bb
PE
7842013-01-12 Paul Eggert <eggert@cs.ucla.edu>
785
786 Enable conservative stack scanning for all architectures.
787 Suggested by Stefan Monnier in
788 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
789 * configure.ac (GC_MARK_STACK): Remove.
790
002b8433
PE
7912013-01-11 Paul Eggert <eggert@cs.ucla.edu>
792
793 * lib/getopt_.h: Remove trailing CRs that crept in.
794
b76381c6
EZ
7952013-01-11 Eli Zaretskii <eliz@gnu.org>
796
797 * lib/getopt_.h: Regenerate.
798
6466e676
PE
7992013-01-10 Paul Eggert <eggert@cs.ucla.edu>
800
801 Merge from gnulib, incorporating:
802 2013-01-09 stdlib: port to Solaris 2.6
803
92d59611
GM
8042013-01-04 Glenn Morris <rgm@gnu.org>
805
806 * info/dir: Add htmlfontify.
807
ee0d3938
PE
8082013-01-04 Paul Eggert <eggert@cs.ucla.edu>
809
810 Merge from gnulib, incorporating:
811 2013-01-04 stdio: remove now-unnecessary stdio.c
812 2013-01-04 fprintftime: depend on stdio, not ignore-value
813 2013-01-04 fwrite: silence __wur only for older glibc versions
814 2013-01-04 fwrite: silence __wur without using inline
815 * lib/stdio.c: Remove.
816 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
817 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
818
9ff99d22
PE
8192013-01-02 Paul Eggert <eggert@cs.ucla.edu>
820
821 Merge from gnulib, incorporating copyright-date changes and:
822 2012-12-31 dup2: work around cygwin bug
823
5a1d858b
JD
8242012-12-30 Jan Djärv <jan.h.d@swipnet.se>
825
826 * configure.ac: Check for GtkHandlebox.
8b745d92 827 Check for GtkTearoffMenuItem.
7ec363cf
JD
828 New enable: --enable-gtk-deprecation-warnings, default off.
829 (HAVE_GTK3): If above enable is off, add
830 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 831
d5e5e7b4 8322012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
833
834 * configure.ac (TEMACS_LDFLAGS2): Don't define.
835 (LIBS_GNUSTEP): Set for GNUstep and substitute.
836 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
837
60f5e585
GM
8382012-12-27 Glenn Morris <rgm@gnu.org>
839
840 * configure.ac (emacs_config_options): New.
841 Use $@ rather than undocumented $ac_configure_args.
842 Replace any embedded double quotes. (Bug#13274)
843
82e2a1f0 8442012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
845
846 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
847 (Bug#13222)
848
a8e1690b
PE
8492012-12-26 Paul Eggert <eggert@cs.ucla.edu>
850
851 Revert static checking of stack smashing.
852 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
853 configured with --enable-gcc-warnings. -Wstack-protector causes
854 diagnostics to be issued on Ubuntu 12.10 x86-64.
855
219023c4
PE
8562012-12-24 Paul Eggert <eggert@cs.ucla.edu>
857
858 Merge from gnulib, incorporating:
859 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
860 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
861 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
862
a4b0cca1 8632012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
864
865 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
866
7c3d167f
RF
8672012-12-16 Romain Francoise <romain@orebokech.com>
868
869 * configure.ac (acl): New option.
870 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
871 provided by libacl on GNU/Linux.
872
97976f9f
PE
8732012-12-14 Paul Eggert <eggert@cs.ucla.edu>
874
e7b41c4c 875 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
876 * configure.ac (BSD4_2): Remove; no longer needed.
877
98c94021
GM
8782012-12-13 Glenn Morris <rgm@gnu.org>
879
727f9739 880 * info/dir: Add bovine, srecode, wisent.
98c94021 881
727f9739 8822012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
883
884 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 885 (uninstall): Likewise. (Bug#13143)
0f59daaf 886
904dd565
PE
8872012-12-11 Paul Eggert <eggert@cs.ucla.edu>
888
889 Merge from gnulib for 'inline' (Bug#13040), incorporating:
890 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
891 * m4/extern-inline.m4: Update from gnulib.
892
0eeb69fe
JB
8932012-12-11 Juanma Barranquero <lekktu@gmail.com>
894
895 * lib/makefile.w32-in (SIG2STR_H): New macro.
896 ($(BLD)/sig2str.$(O)): Update dependencies.
897
7e77303e
PE
8982012-12-10 Paul Eggert <eggert@cs.ucla.edu>
899
900 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
901 There's no need to test for any of three inotify functions,
902 since we use all three. Check for just the first one.
903
1cf1bbd5
DC
9042012-12-10 Daniel Colascione <dancol@dancol.org>
905
4f405069 906 * .bzrignore: Add src/emacs.res.
9ca3e73a 907
1cf1bbd5
DC
908 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
909 build how to compile Windows resource files; use these variables
910 to tell src/Makefile.in how and whether to compile resources.
911
81606b10
RS
9122012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
913
914 * configure.ac (inotify): New option.
915 (HAVE_INOTIFY): Test for inotify.
916
75d7aa24
AS
9172012-12-09 Andreas Schwab <schwab@linux-m68k.org>
918
919 * configure.ac: Fix source command in .gdbinit.
920 Don't quote $MAKEINFO.
921
3cc53d60
PE
9222012-12-09 Paul Eggert <eggert@cs.ucla.edu>
923
924 Allow spaces in some configuration vars (Bug#13078).
925 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
926 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
927 All uses quoted, to allow spaces in these vars.
928
5745a7df
PE
9292012-12-08 Paul Eggert <eggert@cs.ucla.edu>
930
931 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
932 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
933 New files, copied automatically from gnulib.
934 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
935
63999a7d
EZ
9362012-12-08 Eli Zaretskii <eliz@gnu.org>
937
938 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
939 Remove a stray character at the beginning of the file.
940 (Bug#13026)
941
d983a10b
PE
9422012-12-08 Paul Eggert <eggert@cs.ucla.edu>
943
7be78020
PE
944 Simplify get_lim_data.
945 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
946
d983a10b
PE
947 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
948 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
949 Use SIGCHLD rather than SIGCLD.
950 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
951 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
952 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
953
d8ad4d3f 9542012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
955
956 * configure.ac: Handle info/ files with or without ".info" extension.
957
f64898ab
PE
9582012-11-30 Paul Eggert <eggert@cs.ucla.edu>
959
960 Merge from gnulib for 'inline' (Bug#13040), incorporating:
961 2012-11-29 snippet/warn-on-use: no 'static inline'
962 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
963 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
964 2012-11-29 fflush, stat: no 'static inline'
965 2012-11-29 stdio: better 'inline'
966 2012-11-29 sys_stat: no 'static inline'
967 2012-11-29 unistd: better 'inline'
968 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
969 2012-11-29 extern-inline: no 'static inline'
970 2012-11-29 sys_socket: better 'inline'
971 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
972 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
973 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
974 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
975 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
976 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
977 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
978 Update from gnulib.
979
5c9cf0a3 9802012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 981
5c9cf0a3
GM
982 * make-dist (nt): Adjust to changes in names of the *.manifest files.
983
bcd77a2b
KB
9842012-11-24 Ken Brown <kbrown@cornell.edu>
985
986 * configure.ac (HAVE_MOUSE): Remove.
987
95ef7787
PE
9882012-11-23 Paul Eggert <eggert@cs.ucla.edu>
989
990 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
991 * configure.ac: Do not check for dirent.h or closdir.
992
9239d970
PE
9932012-11-21 Paul Eggert <eggert@cs.ucla.edu>
994
995 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
996 * configure.ac: Do not check for getcwd or getwd.
997
1b3b7caa
GM
9982012-11-21 Glenn Morris <rgm@gnu.org>
999
1000 * configure.ac (--enable-profiling): Doc fix.
1001
d7fcbbfe 10022012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
1003
1004 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
1005 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1006 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
1007 at least 64-bit long int. This improves static checking on these
1008 platforms, when configured with --enable-gcc-warnings.
1009
49cdacda
PE
10102012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1011
1012 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1013 * configure.ac: Do not check for fcntl.h.
1014 * lib/gnulib.mk: Regenerate.
1015
3d082a26
PE
10162012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1017
1018 Remove no-longer-used pty_max_bytes variable.
1019 * configure.ac (fpathconf): Remove unnecessary check.
1020
73dcdb9f
PE
10212012-11-14 Paul Eggert <eggert@cs.ucla.edu>
1022
1023 Use faccessat, not access, when checking file permissions (Bug#12632).
1024 * .bzrignore: Add lib/fcntl.h.
1025 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
1026 (gl_FCNTL_O_FLAGS): Define a dummy version.
1027 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
1028 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
1029 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
1030 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
1031 New files, from gnulib.
1032 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1033
8148369c
PE
10342012-11-05 Paul Eggert <eggert@cs.ucla.edu>
1035
dd0333b6
PE
1036 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
1037 * configure.ac (setpgid, setsid): Assume their existence.
1038 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
1039
8148369c
PE
1040 Simplify by assuming __fpending.
1041 Now that Emacs is using the gnulib fpending module,
1042 there's no need for Emacs to have a separate implementation.
1043 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
1044 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
1045
b3cf17f6
EZ
10462012-11-03 Eli Zaretskii <eliz@gnu.org>
1047
3a7089c1
EZ
1048 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
1049 $(BLD)/close-stream.$(O).
1050 ($(BLD)/close-stream.$(O)):
1051 ($(BLD)/fpending.$(O)): New dependencies.
1052
7ccfb720
PE
10532012-11-03 Paul Eggert <eggert@cs.ucla.edu>
1054
1055 Fix data-loss with --batch (Bug#9574).
1056 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
1057 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
1058 New files, from gnulib.
1059 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1060
3478f4b5
EZ
10612012-11-03 Eli Zaretskii <eliz@gnu.org>
1062
1063 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
1064
d036bcdf
GM
10652012-11-02 Glenn Morris <rgm@gnu.org>
1066
1067 * Makefile.in (EMACS_ICON): New variable.
1068 (install-etc): Use EMACS_ICON to allow choice of icon.
1069
25ca4587
GM
10702012-10-26 Glenn Morris <rgm@gnu.org>
1071
59696ae0
GM
1072 * Makefile.in (EMACS_NAME): New variable.
1073 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
1074
eeced60b
GM
1075 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
1076 applied to $EXEEXT.
1077
25ca4587
GM
1078 * Makefile.in (uninstall): Don't abort if some directories are missing.
1079 Apply transformation rules to manual pages, desktop and icon files.
1080 No more emacs22 icons to uninstall.
1081
a6c2cc07
GM
10822012-10-24 Glenn Morris <rgm@gnu.org>
1083
8bfcb8a6
GM
1084 * Makefile.in (install-etc, install-man):
1085 Don't apply program transform to standard file suffixes.
a6c2cc07 1086
7f8de58c
PE
10872012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1088
1089 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
1090 This ports to Gentoo. Problem originally reported against coreutils,
1091 but Emacs has it too.
1092
ed68379e
GM
10932012-10-23 Glenn Morris <rgm@gnu.org>
1094
1095 * Makefile.in (emacs_transform): Remove.
1096 (install-man): Revert 2012-10-21 change. (Bug#12713)
1097
8dc2a723
GM
10982012-10-21 Glenn Morris <rgm@gnu.org>
1099
ad483434
GM
1100 * Makefile.in (install-etc): Don't install emacs22 icons.
1101
8dc2a723
GM
1102 * Makefile.in (emacs_transform): New variable.
1103 (install-etc): Prefer a make variable to a shell variable.
1104
90eacf99
SM
11052012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
1108
1a9c6830
GM
11092012-10-15 Glenn Morris <rgm@gnu.org>
1110
1111 * Makefile.in (install-man, install-etc):
1112 Apply $TRANSFORM. (Bug#12536#34)
1113 (clean): Delete etc/emacs.tmpdesktop.
1114
cde44a77
KH
11152012-10-11 Kenichi Handa <handa@gnu.org>
1116
1117 * .bzrignore: Add several files under admin/charsets.
1118
e08348a0
DC
11192012-10-08 Daniel Colascione <dancol@dancol.org>
1120
90eacf99
SM
1121 * configure.ac: Add --with-w32 as a window system option.
1122 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
1123 system configuration and set TERM_HEADER to w32term.h when w32 is
1124 configured.
1125
1126 (CYGWIN_OBJ): Add cygw32.o.
1127
335f5ae4
JD
11282012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1129
1130 * configure.ac: Check that OSX is 10.4 or newer.
1131
c622b48f
PE
11322012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1133
1134 Improve sys_siglist detection.
1135 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
1136 Otherwise, it's not found in either Fedora 17 or Solaris 11.
1137
2b794d69
PE
11382012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1139
bb1dfdad
PE
1140 Merge from gnulib, incorporating:
1141 2012-10-02 pselect: reject invalid file descriptors
1142 2012-10-02 ptsname: reject invalid file descriptors
1143 2012-10-02 manywarnings: cater to more gcc infelicities
1144 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1145 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1146 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1147 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1148
65788e2e
PE
11492012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1150
1151 Merge from gnulib, incorporating:
1152 2012-09-28 extern-inline: provide a -Wundef safe config.h
1153
a615a3ae
PE
11542012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1155
1156 Check more robustly for timer_settime.
1157 This should fix an OS X build problem reported by Ivan Andrus in
1158 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1159 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1160 does threads its own way.
89d17fd0 1161 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 1162
c462dda8
PE
11632012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1164
1165 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1166 to avoid problems with recursion when using GNU make.
1167
e41c05e5
PE
11682012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1169
bbe099e7
PE
1170 * Makefile.in (bootstrap): Simplify build procedure.
1171 Suggested by Wolfgang Jenker in
1172 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1173
e41c05e5
PE
1174 Merge from gnulib, incorporating:
1175 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1176
db8a5a18
TH
11772012-09-19 Tassilo Horn <tsdh@gnu.org>
1178
1179 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
1180 BoundingBox feature.
1181
5fb91e71
JD
11822012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1183
1184 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1185
d3612ac3
AS
11862012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1187
1188 * Makefile.in (bootstrap): Revert last change. Run config.status
1189 after config.status --recheck, run configure from $(srcdir).
1190 (config.status): Run configure from $(srcdir).
1191
eeceac93
PE
11922012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1193
50bfc824
PE
1194 * Makefile.in: Fix build error on FreeBSD.
1195 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1196 Suggested by Wolfgang Jenker in
1197 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1198 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1199 This undoes part of the 2012-09-10 patch.
1200 (bootstrap): Run ./configure, rather than trying to run config.status
1201 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
1202 Run autogen/copy_autogen if autogen.sh fails,
1203 to create 'configure'; problem reported by Andreas Schwab in
1204 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1205 * autogen.sh: Exit with status 1 when failing due to missing tools,
1206 reverting the 2012-09-10 change to this file.
1207 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1208 Use 'cp -f' for the build-aux files, since the destinations are
1209 typically read-only.
50bfc824 1210
eeceac93
PE
1211 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1212 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1213 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1214
78f83752
GM
12152012-09-17 Glenn Morris <rgm@gnu.org>
1216
1217 * configure.ac (copyright): New output variable.
1218 (COPYRIGHT): New AC_DEFINE.
1219
0caaedb1
PE
12202012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 Remove configure's --without-sync-input option (Bug#12450).
1223 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1224
83da1b55
GM
12252012-09-16 Glenn Morris <rgm@gnu.org>
1226
1227 Increase compartmentalization of Nextstep builds rules,
1228 and store Emacs version number in fewer versioned files.
1229 * configure.ac (ns_appsrc): Use relative names.
1230 (ns_frag): Remove.
1231 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
1232 (nextstep/Makefile): Generate these nextstep files.
1233 (SUBDIR_MAKEFILES): Add nextstep.
1234 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
1235 * make-dist (nextstep/templates): Add directory.
1236 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
1237 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 1238 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 1239
0328b6de
PE
12402012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1241
1242 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1243 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
1244 (_setjmp, _longjmp): Remove.
1245
e3141fcf
PE
12462012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1247
2af03429
PE
1248 * configure.ac (--without-sync-input): Fix typo in usage message.
1249
e3141fcf
PE
1250 * configure.ac: Port to hosts lacking gtk.
1251 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
1252 better, in particular, problems in invoking pkg-config itself.
1253 This is useful on hosts that don't have pkg-config.
1254 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1255 and gtk2 are both missing. Problem found on Solaris 8.
1256
2c484e75
JD
12572012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1258
1259 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 1260 Report Gtk+ 3 as GTK.
2c484e75 1261
4a4bbad2
PE
12622012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1263
1264 Simplify SIGIO usage (Bug#12408).
1265 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1266 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1267 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1268 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1269 to #undef SIGIO now (which was error-prone). Likewise, all uses
1270 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1271
d673aedc
JD
12722012-09-12 Jan Djärv <jan.h.d@swipnet.se>
1273
1274 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1275 and then gtk2 if not found.
1276 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1277 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1278 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1279
9d9edd4b
GM
12802012-09-11 Glenn Morris <rgm@gnu.org>
1281
1282 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1283 Be more explicit about dependencies, for parallel `make install'.
1284
c990426a
PE
12852012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1286
1287 Simplify, document, and port floating-point (Bug#12381).
1288 * configure.ac (logb, cbrt): Do not check for these functions,
1289 as they are not being used.
1290
b8b0239f
PE
12912012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 Improve robustness of 'make bootstrap' (Bug#12376).
1294 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1295 * INSTALL, README: Document autogen.sh.
1296 * Makefile.in (Makefile): Mark it as precious, since it's updated
1297 atomically.
1298 (MAKE_CONFIG_STATUS): New macro.
1299 (config.status, bootstrap): Use it. This causes 'make bootstrap'
1300 to run config.status with the --recheck option, which is more
1301 appropriate for a bootstrap.
1302 (bootstrap): Run autogen.sh right after cleaning. Don't worry
1303 about failures due to missing tools.
1304 * autogen.sh: Exit with status 101 when failing due to missing tools.
1305 * make-dist: Distribute autogen.sh.
1306
f6196b87
PE
13072012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1308
1309 Assume C89 or later for math functions (Bug#12381).
1310 * configure.ac (frexp, fmod): Remove checks for these functions,
1311 as we now assume them.
1312 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1313 (HAVE_EXCEPTION):
1314 Remove; no longer needed.
1315
1a4f1e9b
PE
13162012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1317
1318 More signal-handler cleanup (Bug#12327).
1319 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1320
2fe28299
PE
13212012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1322
1323 Signal-handler cleanup (Bug#12327).
1324 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1325 Adjust to syssignal.h changes.
1326 (SIGNAL_H_AB): Remove; no longer needed.
1327
7b6c362e
PE
13282012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1329
1088b922
PE
1330 Simplify redefinition of 'abort' (Bug#12316).
1331 * configure.ac (NO_ABRT): Remove.
1332
7b6c362e
PE
1333 * configure.ac (_setjmp, _longjmp): Check by compiling
1334 instead of by guessing. The guesses were wrong for
1335 recent versions of Solaris, such as Solaris 11.
1336
7f507777
PE
13372012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1338
79a7bafe
PE
1339 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1340 It generates false alarms in doc.c, regex.c, xdisp.c. See
1341 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1342
7f507777
PE
1343 Merge from gnulib, incorporating:
1344 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1345 2011-11-30 manywarnings: update the list of "all" warnings
1346
f278d339
JD
13472012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1348
1349 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1350
2d3800d2
PE
13512012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1352
1353 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1354 This ports to glibc 2.15 or later, when configured with
1355 --enable-gcc-warnings. See Eric Blake in
1356 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1357
17a2cbbd
DC
13582012-09-01 Daniel Colascione <dan.colascione@gmail.com>
1359
1360 * configure.ac: Introduce term_header variable, which holds the
1361 value which will become TERM_HEADER in code. We effect our choice
1362 of window system by setting term_header and WINDOW_SYSTEM_OBJ
1363 instead of using ad-hoc variables and flags for each window
1364 system.
1365
6e8aca60
PE
13662012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1367
1368 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1369 and if the user has not specified CFLAGS. -g3 simplifies
1370 debugging, since it makes macros visible to the debugger.
1371
f0602979
JB
13722012-08-25 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1375
391ceac5
EZ
13762012-08-25 Eli Zaretskii <eliz@gnu.org>
1377
1378 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1379 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1380
f4a681b0
PE
13812012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1382
1383 On assertion failure, print backtrace if available.
1384 Merge from gnulib, incorporating:
1385 2012-08-24 execinfo: port to FreeBSD
1386 2012-08-22 execinfo: new module
1387 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1388 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1389
5af9cb6b
GM
13902012-08-22 Glenn Morris <rgm@gnu.org>
1391
1392 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1393 do not create the bin/emacs link. (Bug#12011)
1394
01b13eb7
PE
13952012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1396
1397 Merge from gnulib, incorporating:
1398 2012-08-20 extern-inline: support old GCC 'inline'
1399
9aa0092c
GM
14002012-08-20 Glenn Morris <rgm@gnu.org>
1401
1402 * configure.ac (AC_PROG_LN_S): Test for ln.
1403 * Makefile.in (LN_S): New, set by configure.
1404 (install-arch-dep): Use $LN_S.
1405
562d4436
PE
14062012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1407
1408 Merge from gnulib, incorporating:
1409 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1410 2012-08-19 mktime, sys_select: avoid 'static inline'
1411 2012-08-19 gnulib-tool: Fix indentation.
1412
51e6d6b2
PE
14132012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1414
1415 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1416 These files have been unused since the 2012-06-22 patch that
1417 introduced high-resolution time stamps.
1418
1598ef28
JB
14192012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1420
1421 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1422 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1423
76d0e68f
PE
14242012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1425
1426 Merge from gnulib, incorporating:
1427 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1428
57239922
JB
14292012-08-10 Juanma Barranquero <lekktu@gmail.com>
1430
1431 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1432 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1433 ($(BLD)/u64.$(O)): Update dependencies.
1434
9374581a
GM
14352012-08-10 Glenn Morris <rgm@gnu.org>
1436
1437 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1438
da3d2105
DA
14392012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1440
1441 * configure.ac (--disable-features): Rename to --without-all.
1442 (OPTION_DEFAULT_ON): Change to use with_features.
1443 * INSTALL: Fix description.
1444
c30d4aef
DA
14452012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1446
1447 * configure.ac: New option --disable-features.
1448 (OPTION_DEFAULT_ON): Change to use enable_features.
1449 * INSTALL: Explain --disable-features.
1450
7d732d1a
GM
14512012-08-07 Glenn Morris <rgm@gnu.org>
1452
1453 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1454 * autogen.sh (automake_min): Get it from configure.ac.
1455
1c6f11f4
GM
14562012-08-06 Glenn Morris <rgm@gnu.org>
1457
1db4583a
GM
1458 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1459
1c6f11f4
GM
1460 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1461 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1462 (DISPNEW_NEEDS_STDIO_EXT): New define.
1463
68b0c113
MA
14642012-08-05 Michael Albinus <michael.albinus@gmx.de>
1465
a4fe5376 1466 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 1467
32d9ba9a
UM
14682012-08-05 Ulrich Müller <ulm@gentoo.org>
1469
1470 * configure.ac: Disable paxctl if binaries don't have a
1471 PT_PAX_FLAGS program header. (Bug#11979)
1472
fddc1855
EZ
14732012-08-03 Eli Zaretskii <eliz@gnu.org>
1474
1475 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1476 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1477 (SHA512_H): Don't mention u64.h twice.
1478 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1479 New targets.
1480
f35ef0ed
PE
14812012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 Merge from gnulib, incorporating:
1484 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1485
d7844221
YM
14862012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1487
1488 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1489 out-of-tree build.
1490
837b365b
GM
14912012-08-02 Glenn Morris <rgm@gnu.org>
1492
d66b744d
GM
1493 * make-dist: Remove src/s.
1494
837b365b
GM
1495 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1496
3f750e43
PE
14972012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1498
a0d4efe9
PE
1499 Merge from gnulib (Bug#12116), incorporating:
1500 2012-08-01 extern-inline: new module
1501 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 1502 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
1503 New files. The new .c files are for instantiating extern inline
1504 functions.
1505
13294f95
PE
1506 Port to Solaris 8.
1507 Without this change, 'configure' fails because the recently-added
1508 wait3 prototype in config.h messes up later 'configure' tests.
1509 Fix this problem by droping wait3 and WRETCODE, as they're
1510 no longer needed on hosts that are current porting targets.
1511 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1512 All uses changed to waitpid and WEXITSTATUS.
1513
3f750e43
PE
1514 Avoid needless autoheader after autogen.sh.
1515 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1516 * .bzrignore: Add it.
1517 * autogen.sh: Create it.
1518
ae21c275
GM
15192012-08-01 Glenn Morris <rgm@gnu.org>
1520
1521 * configure.ac (DOS_NT, MSDOS): New system type templates.
1522
fca64dbd
UM
15232012-08-01 Ulrich Müller <ulm@gentoo.org>
1524
1525 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1526 Don't include crtbegin.o and crtend.o. (Bug#12047)
1527
5c0c0e8a
GM
15282012-08-01 Glenn Morris <rgm@gnu.org>
1529
ca35a5f7
GM
1530 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1531 (INTERNAL_TERMINAL): New.
b72c9a8c 1532
5c0c0e8a
GM
1533 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1534 (IS_ANY_SEP): Move here from src/lisp.h.
1535
552a99b4
JB
15362012-08-01 Juanma Barranquero <lekktu@gmail.com>
1537
1538 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1539 (CONF_POST_H): New macro.
1540
8d8e2dfe
GM
15412012-07-31 Glenn Morris <rgm@gnu.org>
1542
bc96620a
GM
1543 * configure.ac (S_FILE): Remove output variable.
1544
68169a33
GM
1545 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1546
b2c7a106
GM
1547 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1548 Move here from src.
1549
8d8e2dfe
GM
1550 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1551 Move here from conf_post.h.
1552
c09bfb2f
DA
15532012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1554
1555 Improve OpenMotif detection on GNU/Linux systems.
1556 * configure.ac (MOTIF): Check for /usr/include/openmotif
1557 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1558
57ae02b1
AS
15592012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1560
1561 * Makefile.in (install-arch-indep): Avoid eval.
1562
c1529ded
GM
15632012-07-31 Glenn Morris <rgm@gnu.org>
1564
b3a56300
GM
1565 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1566
cd8bac79
GM
1567 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1568 when removing src/s/sol2-6.h yesterday.
1569
268e2432
GM
1570 * configure.ac (USG5_4): Reintroduce this.
1571 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1572
400d5621
GM
1573 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1574
7552f3ee
GM
1575 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1576 and to s/usg5-4-common.h on irix6-5.
c1529ded 1577
b429a4ee
GM
15782012-07-30 Glenn Morris <rgm@gnu.org>
1579
1580 * configure.ac (AH_BOTTOM): Use an include file, so that the
1581 contents do not get processed by autoheader.
1582
0aee6912
PE
15832012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1584
8f25abd3
PE
1585 Do not overwrite config.status while executing it (Bug#11214).
1586 * Makefile.in (MAKEFILE_NAME): New macro.
1587 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1588 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1589 so that GNU 'make' isn't tempted to make the Makefile and then
1590 regenerate config.status while config.status is running.
1591
0aee6912
PE
1592 Update .PHONY listings in makefiles.
1593 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1594 FRC, install-arch-dep, install-arch-indep, install-doc,
1595 install-info, install-man, install-etc, install-strip, uninstall,
1596 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1597 (.RECURSIVE): Remove; hasn't been needed for years.
1598
0a763bd1
GM
15992012-07-30 Glenn Morris <rgm@gnu.org>
1600
32bac6d6
GM
1601 * configure.ac (SIGNAL_H_AHB): New hack macro.
1602 (opsysfile): Set to empty on netbsd, openbsd.
1603 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1604
b65e7c46 1605 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 1606
847bb9eb
JD
16072012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1608
1609 * Makefile.in (install-arch-indep): Remove sh -x.
1610
d34d6ffc
GM
16112012-07-30 Glenn Morris <rgm@gnu.org>
1612
abc7ec54
GM
1613 * configure.ac (opsysfile): Tweak message for null case.
1614
227f5bd0
GM
1615 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1616 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 1617
dc5493f1
PE
16182012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1619
1620 Merge from gnulib, incorporating:
1621 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1622
ffd817eb
JD
16232012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1624
1625 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1626
e32a5799
PE
16272012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1628
1629 Use Gnulib environ module (Bug#9772).
1630 * m4/environ.m4: New file, from gnulib.
1631 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1632
1633 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1634 This should improve portability of macros like alignof and DECL_ALIGN.
1635 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1636 * .bzrignore: Add lib/stdalign.h.
1637 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1638 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1639 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1640 fiddles with this, as gnulib now does this for us.
1641
441efe9f
DA
16422012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1643
1644 Fix toolkit configuration report.
1645 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1646 --with-x-toolkit=gtk3 is used.
1647
5dad233c
PE
16482012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1649
1650 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1651 * configure.ac: Configure gnulib at the end, not before running
1652 pkg-config. This restores the behavior before 2012-06-22, when
1653 higher-resolution time stamps were added, and fixes a bug whereby
1654 LIB_PTHREAD was not used and gnulib's part of 'configure'
1655 therefore incorrectly assumed that pthread_sigmask wasn't working.
1656 Fix the problem with -lrt and clock_gettime a different way.
1657 This should complete the fix for Bug#11884.
1658 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1659
b6e9e0ff
PE
16602012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1661
1662 Merge from gnulib, incorporating:
1663 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1664 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1665
5b3f250f
GM
16662012-07-14 Glenn Morris <rgm@gnu.org>
1667
1668 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1669 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1670
dbee5793
GM
16712012-07-13 Glenn Morris <rgm@gnu.org>
1672
32fb4bb6
GM
1673 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1674
983188fd
GM
1675 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1676 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1677 Move "system type" macros here from src/s.
1678 (BSD_SYSTEM_AHB): New hack macro.
1679 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1680
5b633342
GM
1681 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1682 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 1683
308aab79
GM
16842012-07-12 Glenn Morris <rgm@gnu.org>
1685
4fae5a7a
GM
1686 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1687 setting here from src/s/darwin.h.
1688
51c3b9b4
GM
1689 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1690 as src/s/darwin.h used to.
1691
42bd1719
GM
1692 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1693 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 1694 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 1695 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 1696 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 1697 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 1698 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 1699
c43fb4c3
GM
17002012-07-11 Glenn Morris <rgm@gnu.org>
1701
1702 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 1703 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 1704
554fef51
PE
17052012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1706
1707 * configure.ac (tzset): Remove check that's redundant with gnulib.
1708
c8add24e
GM
17092012-07-11 Glenn Morris <rgm@gnu.org>
1710
172bedef
GM
1711 * configure.ac (CLASH_DETECTION): Define unconditionally.
1712
249685df
GM
1713 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1714
c8add24e 1715 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 1716 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 1717
5ebbef1d
PE
17182012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1719
bb352260
PE
1720 Assume mkdir, rename, rmdir, strerror.
1721 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 1722
20e94fdd
GM
17232012-07-11 Glenn Morris <rgm@gnu.org>
1724
9d596af3
GM
1725 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1726
20e94fdd
GM
1727 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1728
22ffb973
PE
17292012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1730
1731 Remove "#define unix" that is no longer needed (Bug#11905).
1732 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1733 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1734 2012-07-09 getopt: Simplify after Emacs changed.
1735
882cf227
GM
17362012-07-10 Glenn Morris <rgm@gnu.org>
1737
d02eb359
GM
1738 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1739 Move here from src/s.
882cf227 1740
cda158b4
AS
17412012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1742
1743 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1744 PNG_DEPRECATED.
1745
5994c183
PE
17462012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1747
1748 Add GCC-style 'const' attribute to functions that can use it.
1749 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1750 (ATTRIBUTE_CONST): New macro, in config.h.
1751
52331d2c
JB
17522012-07-09 Juanma Barranquero <lekktu@gmail.com>
1753
1754 * lib/makefile.w32-in: Rework dependencies.
1755 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1756 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1757 (U64_H, SHA512_H): New macros.
1758 (SRC): Redefine to point to src/, not current directory.
1759 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1760 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1761 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1762 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1763 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1764 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1765 ($(BLD)/filemode.$(O)): Update dependencies.
1766
c4444d16
PE
17672012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1768
2f93ecce
PE
1769 Merge from gnulib, incorporating:
1770 2012-07-09 timespec: mark functions with const attributes
1771
c4444d16
PE
1772 Rename configure.in to configure.ac (Bug#11603).
1773 The name 'configure.in' has been obsolescent for quite some time,
1774 and the next release of Autoconf will generate warnings for it.
61a11606
PE
1775 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1776 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
1777 * configure.ac: Rename from configure.in.
1778 * INSTALL, INSTALL.BZR, README, make-dist:
1779 * Makefile.in (AUTOCONF_INPUTS):
1780 * autogen.sh (autoconf_min):
1781 * autogen/update_autogen (sources):
1782 Adjust to reflect new name.
1783
0ccb0b09
PE
17842012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1785
1786 Restore deprecation warnings, except for older libpng.
1787 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1788 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1789 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1790
4da41f1c
AS
17912012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1792
1793 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1794
6045c4fd
PE
17952012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1796
1797 Improve static checking when configured --with-ns.
1798 See Samuel Bronson's remarks in
1799 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1800 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1801 a no-op with recent GCC and harmful in earlier ones.
1802 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1803 warning when compiling with ObjC. Always omit
1804 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1805 being done correctly.
1806
4516fbef
GM
18072012-07-07 Glenn Morris <rgm@gnu.org>
1808
41f9404e
GM
1809 * configure.in (BROKEN_SA_RESTART): Doc fix.
1810
4516fbef
GM
1811 * configure.in: Rather than checking for things then undef'ing
1812 them on some platforms, simply don't check for them.
1813 (getwd): Don't check for it on unixware.
1814 (random, rint): Don't check for these on hpux.
1815 (res_init, libresolv): Don't check for these on darwin.
1816
07adc2c6
JB
18172012-07-07 Juanma Barranquero <lekktu@gmail.com>
1818
1819 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1820 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1821 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1822 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1823
a69ca799
PE
18242012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1825
f5c08e17
PE
1826 * configure.in: Document --enable-gcc-warnings better.
1827
fee5959d
PE
1828 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1829 This is safer than strcasecmp, which has unspecified behavior
1830 outside the POSIX locale and in practice sometimes does not work
1831 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1832 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 1833
fee5959d
PE
1834 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1835 * lib/c-strncasecmp.c: New files, taken from gnulib.
1836 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1837
a69ca799
PE
1838 Merge from gnulib, incorporating:
1839 2012-07-06 timespec-sub: avoid duplicate include
1840 Reported by Juanma Barranquero.
1841
a02d99e7
GM
18422012-07-06 Glenn Morris <rgm@gnu.org>
1843
1844 * make-dist [update]: Let autoreconf figure out what needs updating.
1845 Use `make info-real'. leim/leim-list.el should always exist.
1846 Check cd return value.
1847
7dca65a4
PE
18482012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1849
1850 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1851 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1852 2012-07-05 sys_time: allow too-wide tv_sec
1853
013aabf1
PE
18542012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1855
1856 Merge from gnulib.
1857 * lib/alloca.in.h: New version from gnulib, incorporating:
1858 2012-07-03 alloca: add support for HP NonStop TNS/E native
1859
8ce70ed2
DA
18602012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1861
1862 * configure.in: If --enable-gcc-warnings, disable
1863 -Wunsafe-loop-optimizations for -O1 optimization level.
1864
ca26824c
GM
18652012-06-30 Glenn Morris <rgm@gnu.org>
1866
1867 * configure.in (standardlisppath): New output variable.
1868 (lisppath): Use standardlisppath.
1869 * Makefile.in (standardlisppath): New, set by configure.
1870 (epaths-force): Use standardlisppath and locallisppath rather than
1871 lisppath.
1872
94eb8e0a
DA
18732012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1874
1f9f395d 1875 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
1876 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1877 Add --enable-link-time-optimization.
1878 * INSTALL: Mention this.
1879
e509cfa6
DA
18802012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1881
1882 * configure.in: Add glyphs category to --enable-checking option.
1883 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1884
a54e2c05
DA
18852012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1886
1887 * configure.in (ENABLE_CHECKING): Update comment.
1888
059e4fb5
PE
18892012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1890
15458df4
PE
1891 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1892 Emacs proper no longer uses these headers, and can rely on Gnulib
1893 for these checks.
1894
059e4fb5
PE
1895 Merge from gnulib.
1896 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1897 getopt-posix: No longer guarantee that option processing is resettable.
1898
1ba6038a
GM
18992012-06-27 Glenn Morris <rgm@gnu.org>
1900
0b6b25d5
GM
1901 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1902
1ba6038a
GM
1903 * INSTALL: Remove references to paths.el.
1904
cc06e7e7
EZ
19052012-06-26 Eli Zaretskii <eliz@gnu.org>
1906
90eacf99
SM
1907 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1908 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
1909 the same object file to be mentioned twice, causing failures in
1910 parallel builds.
1911
cf38a720
PE
19122012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1913
1914 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1915 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1916
3511c784
DA
19172012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1918
1919 * configure.in (AC_CHECK_FUNCS): Detect library functions
1920 strcasecmp and strncasecmp.
1921
845ca893
PE
19222012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1923
1924 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1925 We might as well use the spelling standardized by C11,
1926 as in the long run that should simplify maintenance.
1927 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1928
696056c2
EZ
19292012-06-24 Eli Zaretskii <eliz@gnu.org>
1930
1931 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1932 ($(BLD)/timespec-add.$(O)):
1933 ($(BLD)/timespec-sub.$(O)): Don't depend on
1934 $(EMACS_ROOT)/nt/inc/sys/time.h.
1935
1936 * lib/stat-time.h:
1937 * lib/timespec.h:
1938 * lib/utimens.h: Revert last change.
1939
47d0c011
PE
19402012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1941
1942 Merge from gnulib.
1943 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1944 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1945
388cdec0
EZ
19462012-06-23 Eli Zaretskii <eliz@gnu.org>
1947
1948 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1949 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1950 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1951 $(BLD)/timespec-sub.$(O).
1952 ($(BLD)/dtotimespec.$(O)):
1953 ($(BLD)/gettime.$(O)):
1954 ($(BLD)/timespec-add.$(O)):
1955 ($(BLD)/timespec-sub.$(O)): New dependencies.
1956
1957 * lib/stat-time.h:
1958 * lib/timespec.h:
ed9265fc 1959 * lib/utimens.h: Include sys/time.h.
388cdec0 1960
54e8a418
AS
19612012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1962
1963 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1964 the correct CFLAGS and LIBS.
1965
d35af63c
PE
19662012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1967
1968 Support higher-resolution time stamps (Bug#9000).
1969 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1970 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1971 that the new clock stuff doesn't clash with RSVG_LIBS.
1972 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1973 as gnulib does that for us now.
1974 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1975 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1976 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1977 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1978 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1979 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1980 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1981 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1982 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1983 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1984 New files, copied automatically from gnulib.
1985 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1986
05730648
PE
19872012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1988
1989 Merge from gnulib.
1990 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1991 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1992 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1993 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1994 Copy new versions from gnulib, incorporating the following changes:
1995 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1996 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1997 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1998 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1999 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2000 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2001
646b5f55
AS
20022012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2003
2004 * configure.in: Rename --enable-use-lisp-union-type to
2005 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2006 instead of USE_LISP_UNION_TYPE.
2007
8a07a8c6
GM
20082012-06-12 Glenn Morris <rgm@gnu.org>
2009
b4492cba
GM
2010 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2011 (opsysfile): Set specially for sol2-10.
2012
8a07a8c6
GM
2013 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2014 New AC_DEFINEs, for hpux11.
2015 (opsysfile): Set specially for hpux11.
2016
03043c1b
PE
20172012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2018
2019 * configure.in: Coalesce some function checking.
2020 This makes 'configure' a bit smaller.
2021 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2022
ed846e5f
GM
20232012-06-12 Glenn Morris <rgm@gnu.org>
2024
0d369729
GM
2025 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2026
45fa9c0f
GM
2027 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2028
ed846e5f
GM
2029 * configure.in: Anticipate platforms with no src/s file.
2030
0e25d334
CY
20312012-06-12 Chong Yidong <cyd@gnu.org>
2032
2033 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
2034
a9be7d2b
GM
20352012-06-11 Glenn Morris <rgm@gnu.org>
2036
2037 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
2038
e3a3e213
MA
20392012-06-09 Michael Albinus <michael.albinus@gmx.de>
2040
2041 * configure.in (dbus_type_is_valid): Check for library function.
2042
276d5f5d
GM
20432012-06-06 Glenn Morris <rgm@gnu.org>
2044
2045 * INSTALL, make-dist: Remove vcdiff.
2046
418cd726
GM
20472012-06-03 Glenn Morris <rgm@gnu.org>
2048
2049 * INSTALL, make-dist: Remove rcs-checkin.
2050
c71232db
UM
20512012-06-03 Ulrich Müller <ulm@gentoo.org>
2052
1f9f395d 2053 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 2054
501390c5
PE
20552012-06-01 Paul Eggert <eggert@cs.ucla.edu>
2056
2057 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
2058 It is confusingly named and rarely useful. See, for example,
2059 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
2060 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
2061 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
2062 * configure.in: Remove --disable-maintainer-mode.
2063 (USE_MAINTAINER_MODE, MAINT): Remove.
2064
0e7a053e
PE
20652012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2066
2067 Make 'configure' a bit smaller and faster.
2068 * configure.in (INSTALL_INFO): Set it with one call to
2069 AC_PATH_PROG, not three.
2070 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
2071 so likely that it'll be needed.
2072 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
2073 (AC_PROG_MAKE_SET): Remove; Automake does this.
2074 (sysinfo): Do not check for this function, as it's never used.
2075 (tzset): Check for this function just once.
2076 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2077 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
2078
cd376509
EZ
20792012-05-27 Eli Zaretskii <eliz@gnu.org>
2080
42a53d84
EZ
2081 * config.bat (lib): Create/update lib/stdalign.in-h and
2082 lib/sys_types.in-h.
2083
0e7a053e
PE
2084 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
2085 ($(BLD)/sha1.$(O)):
2086 ($(BLD)/sha256.$(O)):
cd376509
EZ
2087 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2088 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2089
2090 * lib/getopt_.h: Regenerate.
2091
50c4645e
PE
20922012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 Assume gnulib does largefile.
2095 Gnulib does the largefile configuration anyway, so when configure.in
2096 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
2097 * configure.in (AC_SYS_LARGEFILE): Remove.
2098 * lib/gnulib.mk: Autoupdate.
2099
caf8a9b2
PE
21002012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2101
2102 Merge from gnulib. (Bug#11527)
2103
2104 The build procedure now creates <stdalign.h> and <sys/types.h> for
2105 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
2106 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
2107 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
2108 msdos and nt builds.
2109
2110 Here is a precis of gnulib changes that seem relevant; please see
2111 the gnulib ChangeLog for details.
2112
2113 2012-05-18 crypto: fix bug in large buffer handling
2114 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
2115 2012-05-10 _Noreturn: port config.h to gcc -Wundef
2116 2012-05-08 warnings.m4: give a means to specify the program to compile
2117 2012-05-07 stdint: be more consistent with glibc, SunOS libc
2118 2012-04-21 Large File Support for native Windows platforms.
2119 2012-04-14 stat: Bypass buggy override in mingw64.
2120 2012-03-29 stdio: don't assume gets any more
2121 2012-03-24 Enable common subexpression optimization in GCC.
2122 2012-02-09 maint: replace FSF snail-mail addresses with URLs
2123 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
2124 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
2125 2012-01-21 stdint: Add support for Android.
2126 2012-01-15 Improve support for MSVC 9.
2127 2012-01-08 mktime: Avoid compilation error on Solaris 11.
2128 2012-01-05 Use ', not `, for quoting output.
2129 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
2130 2012-01-05 strtoimax: Work around AIX 5.1 bug.
2131 2012-01-05 inttypes: Modernize.
2132 2011-12-13 inttypes, stdint: add C++11 support
2133 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
2134 2011-11-21 _Noreturn: Check that _MSC_VER is defined
2135 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
2136 2011-11-09 raise: fix mingw handling of SIGPIPE
2137 2011-10-27 Add stdalign module and use it in other modules.
2138
2139 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
2140 * m4/sys_types_h.m4:
2141 New files.
2142 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2143 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2144 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
2145 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2146 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2147 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2148 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2149 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2150 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2151 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2152 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2153 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2154 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2155 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2156 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2157 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2158 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2159 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2160 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2161 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2162 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2163 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2164 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2165 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2166 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2167 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2168 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2169 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2170 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2171 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2172 Update from gnulib.
2173
34374650
PE
21742012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2175
2176 Remove src/m/*.
2177 * configure.in: Remove all mention of src/m/*.
2178 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2179 All uses removed.
2180 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2181 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2182 * lib/makefile.w32-in: Remove dependencies on
2183 $(EMACS_ROOT)/src/m/intel386.h.
2184 * make-dist: Don't make links to src/m.
2185
ec21c7f8
PE
21862012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2187
2188 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2189 Without this further fix, aclocal was being invoked unnecessarily.
2190
39078e4a
GM
21912012-05-22 Glenn Morris <rgm@gnu.org>
2192
2193 * Makefile.in (blessmail, install-arch-dep, uninstall):
2194 Check cd lib-src works.
2195 (install-arch-dep, uninstall): Remove unneeded subshells.
2196
be17565b
GM
21972012-05-21 Glenn Morris <rgm@gnu.org>
2198
ff0c3cfb
GM
2199 * update-subdirs: Move to build-aux/.
2200 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2201
d10cfddd
GM
2202 * Makefile.in (leimdir): New, set by configure.
2203 (COPYDIR, COPYDESTS): Add leim directories.
2204 (install-leim): Remove.
2205 (install-arch-indep): Handle leim installation directly.
2206
be17565b
GM
2207 * vpath.sed: Remove unused file.
2208 * make-dist: No more vpath.sed.
2209
9b4ee616
PE
22102012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2211
fb77d37e
PE
2212 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2213 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2214 even though the file's name in gnulib is m4/gnulib-comp.m4.
2215 This had a problem when merging from gnulib, as the code temporarily
2216 renamed it to the full name, causing problems when interrupted.
2217 Now the file has its full name, with the idea that we will find
2218 a solution for MS-DOS that does not affect the rest of Emacs.
2219 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2220
261cb4bb
PE
2221 Assume C89 or later.
2222 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2223 (POINTER_TYPE, PROTOTYPES): Remove.
2224
9b4ee616
PE
2225 Make merging from gnulib a script, not a makefile action.
2226 Putting it in a makefile has some problems with reflection, as
2227 merging from gnulib updates 'configure', which can update the makefile.
2228 Putting it in a standalone script breaks this loop.
2229 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2230 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2231 Remove, moving the actions to the script admin/merge-gnulib.
2232
261cb4bb
PE
22332012-05-21 Glenn Morris <rgm@gnu.org>
2234
2235 * configure.in (LEIM_INSTALLDIR):
2236 Rename to leimdir, treat like lispdir.
2237
b847032c
GM
22382012-05-21 Glenn Morris <rgm@gnu.org>
2239
2240 * Makefile.in (install-arch-indep, install-doc, install-info)
2241 (uninstall): Scrap superfluous subshells.
2242
a04689de 22432012-05-19 Ulrich Müller <ulm@gentoo.org>
af006ad5
UM
2244
2245 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
2246
003fdae2
PE
22472012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2248
9232a6d9
PE
2249 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
2250 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
2251 getsockopt, setsockopt, mremap, mempcpy.
2252
003fdae2
PE
2253 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2254 is being removed.
2255 (AC_CHECK_FUNCS): Remove ftime.
2256
e7333757
GM
22572012-05-19 Glenn Morris <rgm@gnu.org>
2258
e39b9806 2259 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 2260
42d5aa3e
GM
2261 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2262 Set permissions of lisp/subdirs.el.
2263
9192d37d
GM
2264 * Makefile.in (SUBDIR): Add leim. Update users.
2265
2e5d41e4
GM
2266 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2267
e7333757
GM
2268 * Makefile.in (leim): No need to set PARALLEL.
2269
7606c360
GM
22702012-05-18 Glenn Morris <rgm@gnu.org>
2271
6d1a623e
GM
2272 * Makefile.in (install-arch-indep, install-info, install-man):
2273 Simplify some one-sided ifs.
2274
29473393
GM
2275 * Makefile.in: Install only the relevant DOC file.
2276 (install-arch-indep): Delete etc/DOC*.
2277 (install-doc): No more need to delete etc/DOC.
2278
660c8c1e
GM
2279 * Makefile.in (install-arch-indep): Split into several rules.
2280 (install-doc, innstall-info, install-man): New rules.
2281
37f36bcb
GM
2282 * configure.in (mandir): May as well include it in the NS app bundle.
2283
0629a797
GM
2284 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2285 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2286 (install-arch-indep): Don't install-etc for self-contained ns builds.
2287
136c45ee
GM
2288 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2289 No longer unconditonally add /sw directories. (Bug#2280)
2290
ed0ba302
GM
2291 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2292 (install-arch-indep): Depend on install-leim.
2293 (install): Remove explicit install-leim dependence.
2294
62061397
GM
2295 * Makefile.in (install-arch-indep):
2296 Move last element of mkdir rule here.
2297 (mkdir): Remove rule.
2298
37baa3c8
GM
2299 * Makefile.in (install-arch-indep): Remove unneeded chmods.
2300 INSTALL_DATA does this for us.
2301
b533f05e
GM
2302 * Makefile.in (install-arch-dep): Ensure bindir exists.
2303 Drop mkdir dependency.
2304 (install-arch-indep): Ensure docdir, infodir, mandir exist.
2305 (install-leim): Drop mkdir dependency.
2306 (mkdir): Remove most directories, now made in relevant rules.
2307
7606c360
GM
2308 * Makefile.in (install-arch-indep): Combine adjacent loops.
2309
3a4155de
GM
23102012-05-17 Glenn Morris <rgm@gnu.org>
2311
d9a1e2c2
GM
2312 * Makefile.in (install-etc, mkdir):
2313 Make relevant directories in install-etc rather than mkdir.
2314
4c54abe1
GM
2315 * Makefile.in (write_subdir): Create the directory if needed.
2316 (install-arch-dep, mkdir): No need to make site-lisp directories.
2317
9f1ea7dc 2318 * Makefile.in (write_subdir): New.
05f3d308 2319 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 2320
40c117e7 2321 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 2322 For a self-contained ns build, set these to the appropriate values.
40c117e7 2323 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 2324
b4a36200
GM
2325 * configure.in (ns_self_contained): New output variable.
2326 * Makefile.in (ns_self_contained): New, set by configure.
2327 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
2328 don't bother installing binaries then immediately deleting them.
2329
3a4155de
GM
2330 * Makefile.in (ns_appbindir, ns_appresdir):
2331 Move them before things that may refer to them.
2332 (install-arch-dep): No need to relocate self-contained ns libexec.
2333
2334 * configure.in (archlibdir): Set it for self-contained ns builds.
2335 (libexecdir): Don't expand it now (this is mainly cosmetic).
2336
f04940ae
PE
23372012-05-16 Paul Eggert <eggert@cs.ucla.edu>
2338
2339 * configure.in: Simplify by removing CPP etc.
2340 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2341 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2342 In particular we no longer need to fiddle with CPP, since we don't
2343 use CPP specially any more.
2344 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2345 adjusted compiler.
2346 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2347 since gl_EARLY and/or Autoconf already does these.
2348
27cb7be2
GM
23492012-05-16 Glenn Morris <rgm@gnu.org>
2350
2351 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2352 (CPP): Do not unconditionally set it on Darwin.
2353 Instead, try to test if -no-cpp-precomp is accepted.
2354 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
2355
ec3ca9ec
GM
23562012-05-15 Glenn Morris <rgm@gnu.org>
2357
4e7d487c 2358 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 2359
75a9f5f5
GM
2360 * Makefile.in (install-arch-dep): Do not hard-code version number.
2361
ec3ca9ec
GM
2362 * Makefile.in (install-arch-dep): NS install no longer needs to
2363 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2364
3fe7cdc8
GM
23652012-05-12 Glenn Morris <rgm@gnu.org>
2366
9e6b06ed
GM
2367 * configure.in (ns_appbindir): Remove trailing "/".
2368
3fe7cdc8
GM
2369 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2370 (MKDEPDIR): Use $MKDIR_P.
2371 * Makefile.in (MKDIR_P): New, set by configure.
2372 (mkdir): Use $MKDIR_P.
2373
a873f274
GM
23742012-05-11 Glenn Morris <rgm@gnu.org>
2375
2376 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 2377 Use INSTALL_DATA for the DOC file.
c8e32179 2378 Remove dead code for ./lisp that never executes.
a873f274 2379
ff57c2ec
GM
23802012-05-10 Glenn Morris <rgm@gnu.org>
2381
2382 * configure.in (LEIM_INSTALLDIR): New output variable.
2383
49ed9c8e
SM
23842012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2387
5122804a
GM
23882012-05-08 Glenn Morris <rgm@gnu.org>
2389
2390 * make-dist: No more doc/lispref/*.el.
2391
01319a4e
AS
23922012-05-05 Andreas Schwab <schwab@linux-m68k.org>
2393
2394 * configure.in: Fix quoting bugs.
2395
8045b906
GM
23962012-05-04 Glenn Morris <rgm@gnu.org>
2397
2398 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2399
9fa0e416
GM
24002012-05-02 Glenn Morris <rgm@gnu.org>
2401
3c30e766
GM
2402 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2403 the choices made by FreeBSD and NetBSD. (Bug#10313)
2404
9aa071df
GM
2405 * Makefile.in (INFO_FILES): Remove variable.
2406 (INFO_NONMISC): New variable.
2407 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2408
cd3771a0
GM
2409 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2410 some reason caused problems on an old Solaris.
2411
a36e64d0
GM
2412 * Makefile.in (install-arch-indep, uninstall):
2413 Ensure that INSTALL-type commands are run from top-level.
2414
9e7a4bcf
GM
2415 * info/dir: Make some entries consistent with the source texi files.
2416
9fa0e416
GM
2417 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2418
7adecb99
GM
24192012-05-02 Glenn Morris <rgm@gnu.org>
2420
2421 * Makefile.in (install-arch-indep):
2422 Combine adjacent install-data and install-info loops.
2423
4737362e
GM
24242012-05-01 Glenn Morris <rgm@gnu.org>
2425
ab1121bd
GM
2426 * Makefile.in (MAN_PAGES): Remove.
2427 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2428
a4a18b8b
GM
2429 * configure.in: Try libtinfo for tputs.
2430 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2431
3ba0a545
GM
2432 * configure.in: Combine adjacent $opsys case blocks.
2433
e3da5b19
GM
2434 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2435
262f06da
GM
2436 * configure.in: Invert the TERMINFO logic,
2437 since "yes" is far more common than "no".
2438
9311dcff
GM
2439 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2440
4d5c6349
GM
2441 * configure.in (LD_SWITCH_X_SITE_RPATH):
2442 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2443
4737362e
GM
2444 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2445
562e638f
GM
24462012-04-26 Glenn Morris <rgm@gnu.org>
2447
2448 * make-dist: No more doc/lispref/tindex.pl.
2449
dcbf5805
MA
24502012-04-22 Michael Albinus <michael.albinus@gmx.de>
2451
2452 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2453 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 2454 these library functions.
dcbf5805 2455
4b5b5289
PE
24562012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2457
2458 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2459 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2460 -Werror=deprecated-declarations flag, use of hooks like
2461 __malloc_initialize_hook causes compilation to fail because these
2462 hooks are deprecated. Modify 'configure' to check for these hooks too.
2463 Simplify the 'configure' code to test for all the hooks at once.
2464 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2465 (emacs_cv_var_doug_lea_malloc): ... this new var.
2466
9ee7d8b9
PE
24672012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2468
2469 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2470 dated 2011-10-07. Regenerating from current gnulib would be a
2471 pervasive change, and currently the trunk isn't open to such changes.
2472 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2473 that gnulib does it.
2474 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2475
5e6ab4e6
AS
24762012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2477
2478 * m4/gl-comp.m4: Update. (Bug#11285)
2479
c07a4c0b 24802012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
2481
2482 * configure.in: Don't use the -R option (Bug#11251).
2483
6c94c34f 24842012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 2485
9f46df23 2486 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
2487 I have been using this change for many months in my private copy
2488 of Emacs, and have used it to find several bugs. It's mature
2489 enough to publish now.
2490 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2491 * configure.in: Support --enable-gcc-warnings, in the style of
2492 other GNU packages such as coreutils.
2493 (C_WARNINGS_SWITCH): Remove, replacing with...
2494 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2495 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2496 when including system files with GCC.
2497 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 2498 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
2499 * lib/Makefile.am (AM_CFLAGS): New macro.
2500 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2501
316411f0
DA
25022012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2503
2504 * configure.in (AC_CHECK_FUNCS):
1f9f395d 2505 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 2506
9b9b2ef2
GM
25072012-04-16 Glenn Morris <rgm@gnu.org>
2508
b1aa797c
GM
2509 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2510
9b9b2ef2
GM
2511 * configure.in: Remove X libs workaround for old autoconf.
2512
badf86af
KB
25132012-04-12 Ken Brown <kbrown@cornell.edu>
2514
2515 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2516
2f097256
GM
25172012-04-11 Glenn Morris <rgm@gnu.org>
2518
2519 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2520
a9f72fc1
GM
25212012-04-10 Glenn Morris <rgm@gnu.org>
2522
2523 * configure.in: Conditionally generate admin/unidata/Makefile.
2524
6b4f4a2d
TZ
25252012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2526
a9f72fc1 2527 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 2528
23df914b
GM
25292012-04-09 Glenn Morris <rgm@gnu.org>
2530
fd9d85c2
GM
2531 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2532 (install-leim): Check cd return value. Pass $MFLAGS.
2533 (install-strip): Pass $MFLAGS.
2534
23df914b
GM
2535 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2536 Eg org.texi has been using 4.7 functions for some time.
2537
bf6bba2b
PE
25382012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2539
2540 Check pkg-config exit status when configuring (Bug#10626).
2541 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2542 works; check its exit status. Problem reported by Jordi Gutiérrez
2543 Hermoso in
2544 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2545
f3774f20
GM
25462012-04-07 Glenn Morris <rgm@gnu.org>
2547
2548 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2549
d67a9a85
EZ
25502012-04-07 Eli Zaretskii <eliz@gnu.org>
2551
2552 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2553
f20f95c6
PE
25542012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2555
2556 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2557 * configure.in (LIBS_TERMCAP): Default this to the result of
2558 the tputs library search. Do a run-time test for the linkability
2559 of tputs unless cross-compiling, as that's more reliable if the
2560 link flags and libraries are messed up. Don't change LIBS as
2561 a result of the test, as that may mess up later tests.
2562
75197633
CS
25632012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2564
e7b41c4c 2565 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 2566
75197633
CS
2567 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2568 specific makefiles to support getopt_.h generation with MSVC.
2569
7eb21b49
GM
25702012-02-04 Glenn Morris <rgm@gnu.org>
2571
2572 * Makefile.in (uninstall):
2573 Handle compressed info files and man pages. (Bug#10718)
2574
44f92739
GM
25752012-02-02 Glenn Morris <rgm@gnu.org>
2576
2577 * configure.in [HAVE_NS]:
2578 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2579
6df37268
PE
25802012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2581
2582 Port to older Solaris 10 versions (Bug#10677).
2583 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2584 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2585 possibly this is because Sun fixed the 'stat' bug in my version.
2586 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2587 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2588 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2589 These changes are based on gnulib version
2590 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2591 because Emacs is in feature freeze and we do not want to merge any
2592 more-recent changes from gnulib.
2593
8d8939e8
GM
25942012-01-31 Glenn Morris <rgm@gnu.org>
2595
e4070def
GM
2596 * configure.in: Throw an explicit error if Motif toolkit was
2597 requested but requirements could not be found.
2598
8d8939e8
GM
2599 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2600
5a26ec89
EZ
26012012-01-30 Eli Zaretskii <eliz@gnu.org>
2602
2603 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2604 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2605 with "make -j3".
2606
1b0880d5
JB
26072012-01-16 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * .bzrignore: Ignore etc/__pycache__.
2610
adee8a65
PE
26112011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2612
2613 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 2614 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
2615 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2616 by Nelson H. F. Beebe in
2617 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2618
e152e577
JB
26192011-12-10 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2622
46d14be7
JD
26232011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2624
2625 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2626 instead of LDFLAGS (Bug#10230).
2627
6c269a38
PE
26282011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2629
4eec8d6f
PE
2630 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2631
6c269a38 2632 Propagate configure flags to sub-configures.
1350a3cc 2633 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
2634 New macros.
2635 (config.status, bootstrap): Use them to propagate configure flags
2636 to sub-configures.
2637 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2638
63e94eb8
PE
26392011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2640
2641 * .bzrignore: Add config.cache.
2642
54e9e3bf
JD
26432011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2644
2645 * configure.in: Check for gtk_window_set_has_resize_grip.
2646
20db1522
JB
26472011-11-24 Juanma Barranquero <lekktu@gmail.com>
2648
2649 * configure.in (HAVE_XPM): Fix typo.
2650
60bf278f
GM
26512011-11-22 Glenn Morris <rgm@gnu.org>
2652
5f77c86c
GM
2653 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2654 have confusing effects on the build. (Bug#6401)
2655
60bf278f
GM
2656 * Makefile.in (install-arch-dep): Tweak previous change.
2657
816be9f6
YD
26582011-11-22 Yavor Doganov <yavor@gnu.org>
2659
2660 Do not install arch-dependent files in the app bundle if
2661 --disable-ns-self-contained is requested. (Bug#1335)
2662 * configure.in (exec_prefix, libexecdir): Define relative to
2663 `ns_appbindir' only if configured for a self-contained app.
2664 * Makefile.in (install-arch-dep): Test for the existence of
2665 libexec in the Emacs.app bundle before executing commands.
2666
d5ff9cd0
AS
26672011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2668
2669 * configure.in: Remove reference to src/m/ibms390.h.
2670
1c889bf6
GM
26712011-11-13 Glenn Morris <rgm@gnu.org>
2672
2673 * INSTALL: Tiny updates for disk space used during installation.
2674
a6fc3b5c
EZ
26752011-11-05 Eli Zaretskii <eliz@gnu.org>
2676
2677 * lib/makefile.w32-in (FRC): New dummy target.
2678 (TAGS): Depend on FRC.
2679
9f77899d
GM
26802011-11-04 Glenn Morris <rgm@gnu.org>
2681
1f9f395d 2682 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
2683 Do not include GnuTLS version info in final summary message.
2684
0bd3cb7b
EZ
26852011-10-31 Eli Zaretskii <eliz@gnu.org>
2686
07f3add9
EZ
2687 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2688 they exist there, else from autogen/.
2689
2690 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 2691
d2eaf3e4
NT
26922011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2693
2694 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2695
e782cfab
PE
26962011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2697
2698 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2699 if the library is found. Otherwise, later configure-time tests,
2700 such as the test for pthread_sigmask, generate the wrong results
2701 on some platforms. Problem reported for FreeBSD by Nali Toja.
2702
7da0b018
PE
27032011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2704
2705 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2706 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2707 Remove; no longer needed, now that we defer to strftime for time
2708 zone names.
2709
0ffe1065
JD
27102011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2711
2712 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2713
23769e49
CY
27142011-10-18 Chong Yidong <cyd@gnu.org>
2715
2716 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2717
fd8dea03
GM
27182011-10-13 Glenn Morris <rgm@gnu.org>
2719
2720 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2721
f4cc5b54
PE
27222011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2723
2724 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 2725 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
2726 The check was helpful but not essential in Solaris 2.6 (1997),
2727 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2728 obsolete -- Sun dropped support for it in 2006 -- and without
2729 access to that Silurian platform we can't maintain the code anyway.
2730
7c5ee88e
PE
27312011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2732
d47439a3
PE
2733 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2734 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2735 * m4/gnulib-common.m4: Merge from gnulib.
2736 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2737 command not found" on powerpc-apple-darwin9.8.0.
2738
7c5ee88e
PE
2739 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2740 This is now done by src/alloc.c.
2741
423dbf9b
RS
27422011-10-02 Richard Stallman <rms@gnu.org>
2743
2744 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2745 and xlinux_second_failure to xgnu_linux_second_failure.
2746
31bed486
EZ
27472011-09-29 Eli Zaretskii <eliz@gnu.org>
2748
5f91c1e5
EZ
2749 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2750 lib/signal.in-h.
31bed486 2751
e785f2ec 2752 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
2753 Rename signal.in.h and alloca.in.h.
2754
e1504b9b
EZ
27552011-09-28 Eli Zaretskii <eliz@gnu.org>
2756
2757 * INSTALL: Mention that m17n libraries and libotf are needed for
2758 Arabic shaping.
2759
316f8af0
PE
27602011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2761
2762 Merge from gnulib, improving some licensing wording.
2763 This clarifies and fixes some licensing issues raised by Glenn Morris
2764 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2765 It also merges the latest version of texinfo.tex and has some
2766 MSVC-related changes that don't affect Emacs.
2767 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2768 pathmax, and raise, since these are needed only to address
2769 MSVC-related issues that Emacs doesn't have.
2770 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2771 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2772 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2773 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2774 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2775 * m4/unistd_h.m4: Merge from gnulib.
2776
04d51ad4
AS
27772011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2778
2779 * configure.in: Initialize HAVE_LIBXML2.
2780
6e99ef20
GM
27812011-09-26 Glenn Morris <rgm@gnu.org>
2782
2783 * make-dist: Add lib/makefile.w32-in.
2784
0538fab0
GM
27852011-09-24 Glenn Morris <rgm@gnu.org>
2786
2787 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2788
c5b01d8c
LMI
27892011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2790
2791 * .dir-locals.el: Change the debbugs regexp to allow having the
2792 bug number as the first thing on a line.
2793
0cc87afb
GM
27942011-09-15 Glenn Morris <rgm@gnu.org>
2795
2796 * configure.in: Make configure work with recent GNUsteps.
2797 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2798 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 2799 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 2800
3f44249e
PE
28012011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2802
2803 Merge from gnulib, porting to Tru64.
2804 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2805 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2806 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2807 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2808 doesn't affect Emacs.
2809
c8199d0f
PE
28102011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2811
2812 * configure.in (isnan): Remove now-unnecessary check.
2813
e39b275c 28142011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 2815
abec06ff 2816 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
2817 This is to fix the following problems:
2818 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2819 configured not to use gtk or any other thread-using library,
2820 signals aren't blocked correctly.
2821 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2822 and IRIX's signal handling.
2823 . On Cygwin 1.7.5 it works around an incompatibility with
2824 the system pthread_sigmask.
2825 . On MacOS X 10.5 (32-bit), files whose inode numbers
2826 exceed 2**31 cannot be read or manipulated.
2827 . pthread_sigmask: Actually use results of gl_THREADLIB.
2828 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2829 . find 'ar' program that fits with --host argument.
2830 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
2831 * autogen/README: Update destination list.
2832 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2833 The autogenerated files compile, config.guess,
2834 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
2835 * m4/largefile.m4: New file, so that Emacs does not mess up when
2836 accessing files with large inode numbers in MacOS X 10.5 and later.
2837 * m4/nocrash.m4: New file, to avoid triggering background debugger
2838 and/or create core dumps during 'configure'.
2839 * build-aux/move-if-change: Renamed from move-if-change.
2840 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2841 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2842 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2843 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
2844 * Makefile.in (epaths-force, sync-from-gnulib):
2845 move-if-change is now in build-aux.
2846 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2847 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2848 (mkdir): install-sh is now in build-aux.
2849 * config.bat: c++defs.h is now in build-aux/snippets.
2850 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2851 usual parameter).
2852 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2853 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2854 to build-aux/snippet.
2855 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2856 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2857 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2858 Solaris, enables MacOS extensions, and enables nocrash during
2859 'configure'.
2860 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2861
86633eab 28622011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
2863
2864 * configure.in (snprintf): New check.
2865
015faae4
PE
28662011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2867
695a3dc5 2868 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 2869 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
2870 Remove unreachable pattern hppa*-*-linux-gnu*.
2871 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2872 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 2873
52ec1feb
JD
28742011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2875
2876 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2877
377538cb
JD
28782011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2879
2880 * configure.in: Add header check: sys/socket.h (Bug#8477),
2881 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2882 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2883
ae9e757a
JD
28842011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2885
2886 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2887 (HAVE_GTK_AND_PTHREAD): Remove.
2888
be8ec0b3
AA
28892011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2890
2891 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2892 build, not just GNUstep (Bug#9177).
2893
2573a837 28942011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
2895
2896 Assume freestanding C89 headers, string.h, stdlib.h.
2897 Again, this simplifies the code, and all current platforms have these.
2898 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2899 (AC_HEADER_STDC): Remove.
2900 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2901 (strchr, strrchr): Remove fallback macros.
2902
9cfdb3ec
PE
2903 Assume support for memcmp, memcpy, memmove, memset.
2904 This simplifies the code a bit. All current platforms have these,
2905 as they are required for C89. If this turns into a problem we
2906 can add the gnulib modules for these (a 1-line change to Makefile.in).
2907 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2908
427c285b
PE
29092011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2910
2911 * GNUmakefile: New file.
2912 This is for convenience, so that one can run GNU make in an
2913 unconfigured source tree, and get a default build.
2914
2ad77c9d
JD
29152011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2916
2917 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2918
c8618a06
YM
29192011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2920
2921 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2922 so as to suppress address randomization (Bug#8395).
2923
f6ce9b9a
PE
29242011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2925
3fcf7a1c
PE
2926 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2927 This fixes a build problem on older Mac OS X hosts.
2928
d9706d9f
PE
2929 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2930 test, which runs afoul of Automake installations where, for example,
2931 /usr/share/aclocal contains a copy of gl_THREADLIB.
2932 Problem reported by Sven Joachim in
2933 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2934 This is just a quick temporary fix, specific to Emacs; I'll work
2935 with the other gnulib maintainers to get a more-permanent fix.
2936
af66a2d7 2937 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
2938 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2939 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2940 automatically imported from gnulib.
2941 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2942
1692ae2d 29432011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 2944
8a6ebd58 2945 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 2946 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
2947 * configure.in (AC_TYPE_UID_T): New dummy macro.
2948 Configure gnulib after adjusting LIBS,
2949 so that gnulib can assume the libraries in LIBS.
6db30f83 2950 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 2951 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 2952 * lib/pthread_sigmask.c:
6db30f83
PE
2953 New files, automatically imported from gnulib.
2954 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2955 due to the above changes.
2956 * .bzrignore: Add lib/signal.h.
2957
4a621aae
PE
2958 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2959
5e94cadb
AS
29602011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2961
2962 * configure.in (maintainer-mode): Reflect default in help string.
2963
76b397fb
DN
29642011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2965
2966 * configure.in: Remove reference to iris4d.h.
2967
869795d6
JD
29682011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2969
2970 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2971
3279eb87
GM
29722011-07-01 Glenn Morris <rgm@gnu.org>
2973
2974 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2975
2e6e11eb
LMI
29762011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977
2978 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2979 which made ./configure infloop.
2980
9851bfc5
JD
29812011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2982
2983 * configure.in (gsettings): New option and check for GSettings.
2984
adbc4ef4
GM
29852011-06-29 Glenn Morris <rgm@gnu.org>
2986
2987 * configure.in: Try to test for the required crt*.o files.
2988
1f773f32
BW
29892011-06-27 Bill Wohler <wohler@newt.com>
2990
2991 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2992
7a7ef429
PE
29932011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2994
2995 Use gnulib's dup2 module instead of rolling our own.
2996 * Makefile.in (GNULIB_MODULES): Add dup2.
2997 * configure.in: Do not check for dup2; gnulib does that now.
2998 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2999
6dd7e400
PE
30002011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3001
3002 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3003
94a807ac 30042011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
3005
3006 Use gnulib's alloca-opt module.
3007 * .bzrignore: Add lib/alloca.h.
3008 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3009 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
3010 as gnulib now does that for us. Put alloca check in config.h.
3011 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
3012 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3013 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3014
3ce9d0d4
LL
30152011-06-21 Leo Liu <sdl.web@gmail.com>
3016
3017 * m4/sha256.m4:
3018 * m4/sha512.m4:
3019 * m4/gl-comp.m4:
3020 * lib/u64.h:
3021 * lib/sha256.c:
3022 * lib/sha256.h:
3023 * lib/sha512.c:
3024 * lib/sha512.h:
3025 * lib/makefile.w32-in (GNULIBOBJS):
3026 * lib/gnulib.mk:
3027 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3028 crypto/sha512 modules from gnulib.
3029
add3f049
PE
30302011-06-19 Paul Eggert <eggert@cs.ucla.edu>
3031
3032 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
3033
3a4725e1
GM
30342011-06-17 Glenn Morris <rgm@gnu.org>
3035
3036 * configure.in: Restore the behavior of checking crt-dir only
3037 when the user specified it (not all platforms use it).
3038
bf4846e7
PE
30392011-06-16 Paul Eggert <eggert@cs.ucla.edu>
3040
3041 * m4/lstat.m4: Merge from gnulib (Bug#8878).
3042
4d61f28d 30432011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
3044
3045 * configure.in: Try to determine CRT_DIR automatically when
3046 using gcc.
3047
8c9b2106
PE
30482011-06-15 Paul Eggert <eggert@cs.ucla.edu>
3049
8aeb5be9
PE
3050 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
3051 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
3052 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
3053 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
3054 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
3055 Merge from gnulib.
8c9b2106 3056
c195f2de
JD
30572011-06-14 Jan Djärv <jan.h.d@swipnet.se>
3058
3059 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
3060
7e2aa385
PE
30612011-06-08 Paul Eggert <eggert@cs.ucla.edu>
3062
3063 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
3064
81eafe29
PE
30652011-06-07 Paul Eggert <eggert@cs.ucla.edu>
3066
3067 * configure.in: Add --with-wide-int.
3068 * INSTALL: Mention this.
3069
9afafefb
PE
30702011-06-06 Paul Eggert <eggert@cs.ucla.edu>
3071
3072 Merge from gnulib.
3073 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
3074
f797625a
PE
30752011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3076
3077 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
3078
90856fe0 30792011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
3080
3081 Use 'inline', not 'INLINE'.
eefc9486 3082 * configure.in (INLINE): Remove.
55d4c1b2 3083
6a3e57bb
PE
30842011-05-29 Paul Eggert <eggert@cs.ucla.edu>
3085
3086 Adjust to recent gnulib change for @GUARD_PREFIX@.
3087 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
3088 All uses of _GL_ for guard prefixes in lib/*.h replaced with
3089 _@GUARD_PREFIX@_.
3090
842b28a0
PE
30912011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3092
e61923c8 3093 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 3094
70716b1d
GM
30952011-05-24 Glenn Morris <rgm@gnu.org>
3096
a22d9d2c
GM
3097 * Makefile.in (check): Just give a message if no test/ directory.
3098
bdd556a2
GM
3099 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
3100
70716b1d
GM
3101 * configure.in (OPT_MAKEFILES_IN): Remove.
3102 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
3103 (SUBDIR_MAKEFILES_IN): New output variable.
3104 * Makefile.in (OPT_MAKEFILES_IN): Remove.
3105 (SUBDIR_MAKEFILES_IN): Let configure set it.
3106
13c3daa4
LL
31072011-05-24 Leo Liu <sdl.web@gmail.com>
3108
3109 * m4/sha1.m4:
3110 * m4/gl-comp.m4:
3111 * lib/sha1.h:
3112 * lib/sha1.c:
3113 * lib/makefile.w32-in (GNULIBOBJS):
3114 * lib/gnulib.mk:
3115 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
3116
e09e38a8
GM
31172011-05-24 Glenn Morris <rgm@gnu.org>
3118
4ba4c54a
GM
3119 * configure.in: Remove test for already configured source directory.
3120 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
3121
5a95c002
GM
3122 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
3123
fa5d79db
GM
31242011-05-24 Glenn Morris <rgm@gnu.org>
3125
6c7e099d
GM
3126 * make-dist: Don't distribute test/. (Bug#8107)
3127 * configure.in (OPT_MAKEFILES_IN): New output variable.
3128 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
3129 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
3130 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
3131 (check): Give an explicit error if test/ is not present.
3132
fa5d79db
GM
3133 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
3134 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
3135 (Makefile): Use $SUBDIR_MAKEFILES_IN.
3136
2df215b5
PE
31372011-05-23 Paul Eggert <eggert@cs.ucla.edu>
3138
3139 * lib/verify.h: Merge from gnulib.
3140
f518ae90
PE
31412011-05-22 Paul Eggert <eggert@cs.ucla.edu>
3142
3143 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3144 Merge from gnulib.
3145
16b71f3a
AS
31462011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3147
3148 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3149
7285dc67
EZ
31502011-05-20 Eli Zaretskii <eliz@gnu.org>
3151
6a45b46f
EZ
3152 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3153
7285dc67
EZ
3154 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3155
b9704ad9
GM
31562011-05-20 Glenn Morris <rgm@gnu.org>
3157
3158 * configure.in (lisp_frag): New output file.
3159
4a720484
GM
31602011-05-19 Glenn Morris <rgm@gnu.org>
3161
3162 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3163 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3164
a3c92bc1
EZ
31652011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3166
8f906c40
EZ
3167 * lib/gnulib.mk:
3168 * lib/intprops.h:
3169 * lib/unistd.in.h:
3170 * m4/inttypes.m4:
3171 * m4/stdint.m4:
3172 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 3173
d681f183
GM
31742011-05-14 Glenn Morris <rgm@gnu.org>
3175
3176 * configure.in: Treat failure to find an X toolkit the same way we treat
3177 failure to find X and image support.
3178
4f8c52a9
GM
31792011-05-12 Glenn Morris <rgm@gnu.org>
3180
3181 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3182 (check-declare): Shell portability fixes. (Bug#8642)
3183
5a7f0a30
TZ
31842011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3185
3186 * configure.in: Require GnuTLS 2.6.x or higher.
3187
b08a63cc 31882011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 3189
c378da0b
PE
3190 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3191 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3192 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3193
19548d08
PE
3194 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3195 This new gnulib-tool option saves 'configure' the trouble of
3196 checking for strtoull when strtoumax exists.
3197
d1a2ac5c
PE
3198 * configure.in (BITS_PER_LONG_LONG): New macro.
3199
773233f8
GM
32002011-05-05 Glenn Morris <rgm@gnu.org>
3201
3202 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3203 (top_distclean): Delete config.log~.
3204
40697cd9
BK
32052011-04-27 Ben Key <bkey76@gmail.com>
3206
3207 * configure.in: Fixed a bug that caused configure with
3208 --enable-checking=stringoverrun to have no effect.
3209
671875da 32102011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
3211
3212 * configure.in: Suppress unnecessary checks for size_t.
3213 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3214 (size_t): Do not check for this, and do not typedef. This code
3215 is never exercised now.
3216
a8a2bb29
PE
3217 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3218 This is needed for the new integer-reading code in lread.c.
3219 It automatically pulls in the following gnulib files, which
3220 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
3221 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3222 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3223 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 3224 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 3225
33630d51
TZ
32262011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3227
3228 * configure.in: Check for GnuTLS certificate verify callbacks.
3229
bfab7d85
SM
32302011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * Makefile.in (config.status): Don't erase in case of error.
3233 In case it disappeared, rebuild it with `configure'.
3234
fe0e7ad7
KB
32352011-04-20 Ken Brown <kbrown@cornell.edu>
3236
3237 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
3238
f5b06c35
GM
32392011-04-12 Glenn Morris <rgm@gnu.org>
3240
3241 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
3242
762f8d96 32432011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
3244
3245 * lib/allocator.c: New file, automatically generated by gnulib.
3246
5fac7083
GM
32472011-04-07 Glenn Morris <rgm@gnu.org>
3248
3249 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
3250
973f782d
EZ
32512011-04-06 Eli Zaretskii <eliz@gnu.org>
3252
3253 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3254 Revert last change.
3255
f1f81baa
JB
32562011-04-06 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3259 ($(BLD)/careadlinkat.$(O)): New target.
3260 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3261 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3262 Update dependencies.
3263
b70d23ff 32642011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 3265
41cf7d1a
PE
3266 Fix more problems found by GCC 4.6.0's static checks.
3267
aa181334
PE
3268 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3269
1f7196bf 3270 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
3271 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3272 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3273 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3274
c0274801
GM
32752011-04-06 Glenn Morris <rgm@gnu.org>
3276
3277 * autogen/update_autogen: Handle loaddefs-like files as well.
3278 (usage): Add -l, -C.
3279 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3280 With -l, check status of lisp/ as well.
3281 With -C, clean before building.
3282 (autoreconf): Only pass -f in the `clean' case.
3283 (commit): New function.
3284
42e85a8f
GM
32852011-03-28 Glenn Morris <rgm@gnu.org>
3286
39f31873
GM
3287 * autogen/update_autogen: Pass -f to autoreconf.
3288
42e85a8f
GM
3289 * autogen.sh (get_version): Discard "not found" lines.
3290 (check_version): Respect $AUTOCONF etc environment variables.
3291
9af30bdf
GM
32922011-03-27 Glenn Morris <rgm@gnu.org>
3293
3294 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3295 (AH_BOTTOM): Do not define SIGTYPE.
3296
181855e6
GM
32972011-03-26 Glenn Morris <rgm@gnu.org>
3298
3299 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3300 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3301
9ee0d174
AS
33022011-03-25 Andreas Schwab <schwab@linux-m68k.org>
3303
3304 * autogen/update_autogen: Remove useless function keyword.
3305
07da4b3c
EZ
33062011-03-25 Eli Zaretskii <eliz@gnu.org>
3307
3308 * config.bat: Generate src/config.h and lib/Makefile from
3309 autogen/config.in and autogen/Makefile.in.
3310
f6ca84c0
GM
33112011-03-25 Glenn Morris <rgm@gnu.org>
3312
3313 * compile, config.guess, config.sub, depcomp, install-sh, missing:
3314 Remove; autoreconf can supply them.
3315 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3316 config.guess, install-sh. Pass -i to autoreconf.
3317 * autogen/update_autogen (genfiles): Add compile, config.guess,
3318 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
3319 Discard non-error output from autoreconf in -q case.
3320 * autogen/compile, autogen/config.guess, autogen/config.sub:
3321 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3322 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3323 install-sh, missing.
3324
8cc1d519
GM
33252011-03-23 Glenn Morris <rgm@gnu.org>
3326
9bb73912 3327 * autogen/update_autogen: Fix typo.
904a432c 3328 (msg): Remove function; use `exec' instead.
9bb73912 3329
8cc1d519
GM
3330 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3331 (sync-from-gnulib): Don't sync mkinstalldirs.
3332 * make-dist: Don't distribute mkinstalldirs.
3333
c9c49752 33342011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 3335
c9c49752 3336 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
3337 * Makefile.in (GNULIB_MODULES): Add socklen.
3338 * configure.in: Do not check for sys/socket.h, since socklen does that.
3339 * m4/socklen.m4: New automatically-generated file, from gnulib.
3340
d5cad867
PE
3341 fakemail: Remove dependency on ignore-value.
3342 * Makefile.in (GNULIB_MODULES): Add stdio.
3343 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3344 imported from gnulib.
cbd350f1 3345 * .bzrignore: Add lib/stdio.h.
c9c49752 3346
34cb1cc6
GM
33472011-03-22 Glenn Morris <rgm@gnu.org>
3348
3349 * autogen/copy_autogen: Work from ./ or ../.
3350 Fix time-stamps.
3351 * autogen.sh: Doc fix.
3352
66b87493
GM
33532011-03-20 Glenn Morris <rgm@gnu.org>
3354
3355 * autogen/: New directory, to be excluded from releases.
3356 * autogen/copy_autogen, autogen/update_autogen: New scripts.
3357 * autogen/README: New file.
3358 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3359 * autogen/Makefile.in: Add auto-updated generated files.
3360 * autogen.sh: No longer a no-op, now it tests for autotools
3361 and runs them as necessary.
cd1181db 3362 * configure.in: Default maintainer-mode to on.
66b87493
GM
3363 * aclocal.m4, configure, lib/Makefile.in: Remove files.
3364
1ef6de05
PE
33652011-03-13 Paul Eggert <eggert@cs.ucla.edu>
3366
3367 Update for gnulib.
3368 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3369 includes <intprops.h> directly.
3370 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3371 when building Emacs on Solaris 9 and running it on Solaris 10.
3372
0afb4571
J
33732011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3374
3375 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
3376
33383987
JB
33772011-03-07 Chong Yidong <cyd@stupidchicken.com>
3378
3379 * Version 23.3 released.
3380
870d9cf6
GM
33812011-03-06 Glenn Morris <rgm@gnu.org>
3382
3383 * configure.in (FREETYPE_LIBS): Actually set it to something.
3384
6c0dea8a
PE
33852011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3386
3387 Work around some portability problems with symlinks.
3388
3389 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3390 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3391 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3392 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3393 * m4/symlink.m4:
3394 New files, automatically generated from gnulib.
3395 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3396 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3397
945d8b44
EZ
33982011-02-26 Eli Zaretskii <eliz@gnu.org>
3399
03382788
EZ
3400 * .bzrignore: Ignore new lib/*.in-h files.
3401
90eacf99
SM
3402 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3403 Call depfiles.bat even if lib/deps already exist.
945d8b44 3404
9411886d
PE
34052011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3406
3407 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
3408 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3409 recent changes to configure.in and to gnulib.
9411886d 3410
1e8dbdc6
GM
34112011-02-24 Glenn Morris <rgm@gnu.org>
3412
3413 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3414 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3415
f68c809d
PE
34162011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3417
3418 Assume S_ISLNK etc. work, since gnulib supports this.
3419 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3420 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3421 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3422 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3423
ba01e9d7
PE
34242011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3425
3426 * lib/min-max.h: New file, for "min" and "max".
3427
9f8370e6
CS
34282011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3429
90eacf99 3430 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
3431 $(EMACS_ROOT)/nt/inc/stdint.h.
3432
25c51af3
EZ
34332011-02-21 Eli Zaretskii <eliz@gnu.org>
3434
3435 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3436 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3437 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3438
5fa4ac76
PE
34392011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3440
3441 Import filemode module from gnulib.
3442 * .bzrignore: Add lib/sys/.
3443 * Makefile.in (GNULIB_MODULES): Add filemode.
3444 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3445 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3446 from gnulib. This adds support for some more file types, e.g.,
3447 Cray DMF migrated files.
3448 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3449 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3450 * m4/sys_stat_h.m4: New files, generated from gnulib.
3451 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3452 Regenerate.
3453
e1e6b4fb
EZ
34542011-02-20 Eli Zaretskii <eliz@gnu.org>
3455
3456 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3457 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3458
6cac9cb1
PE
34592011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3460
3461 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3462 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3463 is no longer needed, due to the recent SSDATA and related changes.
3464 Perhaps -Wno-pointer-sign should also be removed from
3465 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3466 way to test this so I left it alone.
3467 * configure: Regenerate.
3468
0a19a6f8 34692011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
3470
3471 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3472 src/makefile.w32-in.
3473
61353ac8 34742011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 3475
61353ac8 3476 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 3477 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
3478 Regenerate.
3479 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3480 Import the new versions from gnulib; they assume a C99-style
3481 <stdint.h>, supplied by the stdint module.
3482 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3483 imported from gnulib.
942f733f
PE
3484 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3485 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3486 special cases.
61353ac8 3487
9d9d12cd
EZ
34882011-02-19 Eli Zaretskii <eliz@gnu.org>
3489
152be435 3490 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 3491 Add lib/deps/.
152be435 3492
9d9d12cd 3493 * config.bat: Configure in `lib'.
219463da 3494 Generate *.Po files in lib/deps.
9d9d12cd 3495
7d315eb6
PE
34962011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3497
3498 Import IRIX 6.5 getloadavg fixes from gnulib.
3499 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3500
1f5d53eb
PE
35012011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3502
3503 Import getloadavg module from gnulib.
3504 * .bzrignore: Add lib/stdlib.h.
3505 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3506 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3507 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3508 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3509 Remove; gnulib does this now.
3510 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3511 from gnulib. This adds support for several other systems, such
3512 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3513 buffer overrun on Linux hosts under very high load, and on hosts
3514 that maintain a channel to the load average file it makes sure
3515 the file descriptor is close-on-exec (on hosts that support this)
3516 and is not stdin, stdout, or stderr.
3517 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3518 from gnulib.
3519 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3520 * src/config.in: Regenerate.
3521
bb55f713
PE
35222011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3523
3524 Merge from gnulib.
3525
7127b760
PE
3526 * install-sh: Update to scriptversion 2011-01-19.21.
3527
bb55f713
PE
3528 2011-02-13 Bruno Haible <bruno@clisp.org>
3529
3530 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 3531 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
3532 ATTRIBUTE_DEPRECATED.
3533
3534 2011-02-12 Bruno Haible <bruno@clisp.org>
3535
3536 setlocale: Prefer gnulib's override over libintl's override.
3537 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3538 GNULIB_defined_setlocale is set.
3539
57e96f8e
GM
35402011-02-13 Glenn Morris <rgm@gnu.org>
3541
3542 * make-dist: Exclude generated file src/globals.h.
3543
988c07df
PE
35442011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3545
3546 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3547 Sync from gnulib, which has been patched to fix the problem
3548 with the license notices. Problem reported by Glenn Morris in
3549 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3550
ccded26c
SM
35512011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3553 * .bzrignore: Ignore globals.h and related stamp.
3554
6ffb2c0c
PE
35552011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3556
3557 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3558 This merges the following fix from gnulib:
3559
3560 2011-02-08 Bruno Haible <bruno@clisp.org>
3561
3562 Split large sed scripts, for HP-UX sed.
3563
00b3c7ac
TT
35642011-02-08 Tom Tromey <tromey@redhat.com>
3565
3566 * configure: Rebuild.
3567 * configure.in (NS_OBJC_OBJ): New subst.
3568
91ccade4
PE
35692011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3570
6ffb2c0c
PE
3571 gnulib: allow multiple gnulib generated replacements to coexist
3572 This defines a few preprocessor symbols that should not affect Emacs.
3573 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3574 via "make sync-from-gnulib".
3575
e765a388
PE
3576 gnulib: undo previous change
3577 The upstream _HEADERS change was backed out of gnulib (see the
3578 same thread). Stay in sync with gnulib.
3579
91ccade4 3580 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
3581 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3582 New empty macros, to accommodate recent changes to gnulib. See
3583 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3584 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3585 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3586 * lib/time.in.h, lib/unistd.in.h:
3587 Regenerate.
91ccade4 3588
d67985d3
PE
35892011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3590
3591 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 3592 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
3593 AC_HEADER_STDBOOL. All uses changed. Do not define
3594 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3595 imported from the latest Autoconf git. It was motivated by Emacs,
3596 which uses gnulib but does not need HAVE_STDBOOL_H.
3597 * configure, src/config.in: Regenerate.
3598 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3599
67342916
PE
36002011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3601
3602 allow C code to suppress warnings about ignored return values
3603 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
3604 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3605 * lib/ignore-value.h: New file.
67342916 3606
14beddf4 36072011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
3608
3609 * configure.in: Test existence of xaw3d library, not just the
3610 header (Bug#7642).
3611
6ffb2c0c
PE
36122011-01-31 Eli Zaretskii <eliz@gnu.org>
3613
3614 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3615 $(BLD)/time_r.$(O).
3616 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3617 $(EMACS_ROOT)/src/m/intel386.h.
3618 ($(BLD)/strftime.$(O)):
3619 ($(BLD)/time_r.$(O)): Define prerequisites.
3620
16fab143
PE
36212011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3622
3623 src/emacs.c now gets version number from configure.in
3624 * configure.in (version): Set this from $PACKAGE_VERSION,
3625 which is set from AC_INIT, rather than scouting through src/emacs.c.
3626 * configure: Regenerate.
3627 * make-dist (version): Get it from configure.in, not src/emacs.c.
3628
16c3e636
PE
36292011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3630
3631 strftime: import from gnulib
3632 * Makefile.in (GNULIB_MODULES): Add strftime.
3633 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3634 needed.
6ffb2c0c 3635 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 3636 Regenerate.
6ffb2c0c
PE
3637 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3638 imported from gnulib.
16c3e636
PE
3639 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3640 This incorporates many changes from gnulib, including simpler
3641 handling of multibyte formats, porting to mingw32 and other
3642 platforms, and support for higher-resolution time stamps.
3643 Emacs does not yet use the higher-resolution interface.
3644
3de84ad9
PE
36452011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3646
3647 gnulib: import mktime and move-if-change fixes from gnulib
3648
3649 * configure: Regenerate from the following.
3650
6ffb2c0c
PE
3651 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3652
3653 mktime: clarify long_int width checking
3654 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3655 the top level, to make it clearer that the assumption about
3656 long_int width is being checked. See
3657 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3658
3de84ad9
PE
3659 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3660
3661 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 3662 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
3663 negative number, which the C Standard says has undefined behavior.
3664 In practice this is not a problem, but might as well do it by the book.
3665 Reported by Rich Felker and Eric Blake; see
3666 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
3667 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3668 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3669
3670 mktime: #undef mktime before #defining it
3671 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3672
3673 mktime: systematically normalize tm_isdst comparisons
3674 * lib/mktime.c (isdst_differ): New function.
3675 (__mktime_internal): Use it systematically for all isdst comparisons.
3676 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
3677 normalizing tm_isdst.
3678 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
3679 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3680
3681 mktime: fix some integer overflow issues and sidestep the rest
3682
3683 This was prompted by a bug report by Benjamin Lindner for MinGW
3684 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3685 His bug is due to signed integer overflow (0 - INT_MIN), and I
3686 I scanned through mktime.c looking for other integer overflow
3687 problems, fixing all the bugs I found.
3688
3689 Although the C Standard says the resulting code is still not safe
3690 in the presence of integer overflow, in practice it should be good
3691 enough for all real-world two's-complement implementations, except
3692 for debugging environments that deliberately trap on integer
3693 overflow (e.g., gcc -ftrapv).
3694
3695 * lib/mktime.c (WRAPV): New macro.
3696 (SHR): Also check that long_int and time_t shift right in the
3697 usual way, before using the fast-but-unportable method.
3698 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3699 used. The code already assumed two's complement, so there's
3700 no need to test for alternatives. All uses removed.
3701 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3702 the C standard. Problem reported by Rich Felker in
3703 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3704 (twos_complement_arithmetic): Also check long_int and time_t.
3705 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3706 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3707 (__mktime_internal): Avoid integer overflow with unary subtraction
3708 in two instances where -1 - X is an adequate replacement for -X,
3709 since the calculations are approximate.
3de84ad9
PE
3710
3711 2011-01-29 Eric Blake <eblake@redhat.com>
3712
3713 mktime: avoid infinite loop
3714 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3715 type; behavior is still undefined but portable to all known targets.
3716 Reported by Rich Felker.
3717
6ffb2c0c
PE
3718 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3719
3720 mktime: avoid problems on NetBSD 5 / i386
3721 * lib/mktime.c (long_int): New type. This works around a problem
3722 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3723 but time_t is 64 bits, and where I expect the existing code is
3724 wrong in some cases.
3725 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3726 (ydhms_diff): Bring back the compile-time check for wide-enough
3727 year and yday.
3728
3729 mktime: fix misspelling in comment
3730 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3731 This merges all recent glibc changes of importance.
3732
3de84ad9
PE
3733 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3734
3735 move-if-change: cope with concurrent mv of identical file.
3736 * move-if-change (CMPPROG): Accept environment
3737 variable as an override for `cmp'.
3738 (usage): Document CMPPROG.
3739 Adjust comparison to drop stdout. Cope with failure of mv if
3740 the target file exists and is identical to the source, for
3741 parallel builds.
3742 Report from H.J. Lu against binutils in PR binutils/12283.
3743
6ffb2c0c
PE
37442011-01-29 Eli Zaretskii <eliz@gnu.org>
3745
3746 * lib/makefile.w32-in:
3747 * lib/getopt_.h: New files.
3748
c7e95b91
PE
37492011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3750
3751 improve fix for MS-DOS file name clash
90eacf99 3752 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
3753 for portability to POSIX make. Reported by Bruno Haible.
3754 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3755 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3756 files from accumulating as garbage. Also reported by Bruno Haible.
3757
125c3718
PE
37582011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3759
3760 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3761 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3762 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3763 problems with MS-DOS 8+3 file name restrictions.
3764 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3765 it, it would also cause problems when extracting Emacs distribution
3766 tarballs on MS-DOS hosts.
3767 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 3768 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
3769 * config.guess, config.sub: Sync from gnulib.
3770 * m4/gnulib-cache.m4: Remove from repository.
3771 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3772
4004ef46
GM
37732011-01-25 Glenn Morris <rgm@gnu.org>
3774
0b5c5d82
GM
3775 * README: Add a note about ranges in copyright years.
3776
4004ef46
GM
3777 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3778
06d8ace5 37792011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
3780
3781 * configure.in: Add HP-UX on IA64 (Bug#6811).
3782
d6974efa
PE
37832011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3784
3785 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3786 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3787 as it is no longer needed.
6ffb2c0c 3788 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
3789 * configure.in: Invoke the new gnulib macro
3790 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3791 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3792 * m4/getopt.m4: Sync from gnulib; this removes the need for
3793 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3794 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3795 New macro, synced from gnulib.
3796 * m4/warn-on-use.m4: Remove.
3797
e02ea74b
PE
37982011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3799
3800 aclocal.m4: put this file back into repository
3801 This way, we don't have to assume that the maintainer has
3802 the automake package installed. See
3803 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3804 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3805 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3806 undoing the previous change.
3807 * aclocal.m4: New file (actually, resurrected).
3808
48dcd482
MB
38092011-01-22 Miles Bader <miles@gnu.org>
3810
3811 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3812 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3813 Emacs directly uses fontconfig, and breaks building when using a
3814 strict linker).
3815
925e561d
PE
38162011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3817
b06b1098
PE
3818 src/config.in: shrink slightly
3819 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3820 This makes src/config.in a bit smaller, by removing identifiers
3821 like GNULIB_TEST_MKTIME that Emacs does not need.
3822 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3823 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3824 Sync from gnulib. This removes a few more unnecessary symbols from
3825 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3826 * configure, src/config.in: Regenerate.
3827
925e561d
PE
3828 aclocal.m4: tweaks to regenerate more conveniently
3829 This attempts to act better when the source is in a weird state. See
3830 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3831 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3832 * .bzrignore: Add aclocal.m4.
3833
942be821
PE
38342011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3835
3836 aclocal.m4: omit auto-generated file from repository
3837 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3838 the most recent change here.
3839 * aclocal.m4: Remove from bzr repository. This file is
3840 auto-generated and isn't needed to run 'configure'. See
3841 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3842
0813c96e
PE
38432011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3844
3845 Minor Makefile.in tweaks to build from gnulib better.
3846 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3847 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3848 (top_maintainer_clean): Don't remove aclocal.m4.
3849
7cae64b4
PE
38502011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3851
53911e8f
PE
3852 Minor cleanups for 'bzr status'
3853 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3854 the output of config.guess.
3855 * Makefile.in (top_distclean): Remove stamp-h1 too.
3856
7cae64b4
PE
3857 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3858 defined if the compiler supports GCC-style __attribute__
3859 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3860 this syntax.
3861
a3e44e79 38622011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 3863
3cbecb8f
PE
3864 Makefile.in: tidy up the building of lib
3865 * Makefile.in (am--refresh): Mark as .PHONY.
3866 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3867 as they're not rebuilt unless you do a "make sync-from-gnulib"
3868 and the former is needed for "configure".
3869 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3870 has already removed lib/Makefile.
3871
ecbfcc83
PE
3872 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3873 This avoids building ftoastr and ldtoastr, which aren't needed. See
3874 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 3875
803059b9
PE
3876 * .bzrignore: Add .h files that are host-dependent.
3877 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3878 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3879 host-dependent and are built as part of an ordinary 'make', and
3880 should not be checked in.
3881
6ffb2c0c
PE
3882 * lib/Makefile.in: Regenerate.
3883 * lib/COPYING: New file, a copy of COPYING.
3884
2a78afcc 3885 * configure: Regenerate.
37564543
PE
3886 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3887
e275c824 3888 Regenerate.
6ffb2c0c
PE
3889 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3890 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3891 New files, copied from gnulib by gnulib-tool.
3892 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
3893 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3894 Regenerate.
ecbfcc83 3895
84bbb1ad
PE
3896 Use gnulib's getopt-gnu module.
3897 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3898 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3899 representative of the dependencies.
3900 * configure.in: Do not configure getopt, as gnulib does that now.
3901 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3902 getopt now, in lib.
ecbfcc83 3903
1fd182f0 3904 Regenerate.
6ffb2c0c
PE
3905 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3906 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
3907 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3908 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3909 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3910 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3911 * m4/wchar_t.m4, warn-on-use.h:
3912 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 3913 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3914 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3915 Regenerate.
3916
1e11dbe3
PE
3917 Use gnulib's mktime module.
3918 * Makefile.in (GNULIB_MODULES): Add mktime.
3919 * configure.in: Remove code no longer needed, as gnulib now does it.
3920 (AC_CHECK_FUNCS): Remove mktime.
3921 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3922 (__restrict): Remove, as this now gets in the way of the C99
3923 support for 'restrict' pulled in by the gnulib mktime module.
3924 Code should now use 'restrict' and not '__restrict".
3925 (mktime): Remove.
3926 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3927 and warn-on-use.h into the distribution.
1fd182f0
PE
3928
3929 Regenerate.
6ffb2c0c
PE
3930 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3931 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 3932 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
3933 * lib/dummy.c: Remove.
3934 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3935 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3936 Regenerate.
ecbfcc83 3937
1e11dbe3 3938 Use gnulib's ftoastr module.
fa2c4f56
PE
3939 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3940
743c80a7 3941 Regenerate.
6ffb2c0c
PE
3942 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3943 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
3944 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3945 New files, generated automatically, with 'make sync-from-gnulib'
3946 followed by 'make'.
3947 * configure, lisp/dired.el, src/config.in: Regenerate.
3948
9a514d4a
PE
3949 Automate syncing from gnulib.
3950 * INSTALL, README: Document new subdirectory 'lib'.
3951 * Makefile.in (SUBDIR): Add lib.
3952 (SUBDIR_MAKEFILES): Add lib/Makefile.
3953 (lib-src, src, TAGS, tags): Depend on lib.
3954 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3955 ($(gnulib_srcdir)): New rule.
3956 (sync-from-gnulib): New rule, which is .PHONY.
3957 (lib): New rule, which is like lib-src.
3958 (Makefile): Depend on lib/Makefile.in.
3959 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3960 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3961 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3962 (am--refresh): New rule, to pacify Automake.
3963 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3964 Clean lib, too.
3965 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3966 droppings.
3967 (maintainer-clean, extraclean): Use it.
3968 * configure.in: Initialize for automake and gnulib, by invoking
3969 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3970 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3971 more conveniently with automake.
6ffb2c0c 3972 * lib/Makefile.am: New file.
9a514d4a
PE
3973 * make-dist: Also put into the distribution aclocal.m4,
3974 compile, depcomp, missing, and the files under lib/.
3975
dc3e3e7b
GM
39762011-01-15 Glenn Morris <rgm@gnu.org>
3977
3978 * Makefile.in (epaths-force): No more arch-tag to edit.
3979
dab73760
CY
39802011-01-15 Chong Yidong <cyd@stupidchicken.com>
3981
3982 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3983
9f4b8b47
PE
39842011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3985
3986 * make-dist: Distribute test/ files too.
3987 Distribute every file under test/ that is under version control,
3988 using patterns like *.el to capture files that are added later.
3989 Without this change, "configure" would fail, because it would
3990 attempt to build from a Makefile.in that was not distributed.
3991
d221e780
CO
39922011-01-13 Christian Ohler <ohler@gnu.org>
3993
3994 * Makefile.in (INFO_FILES): Add ERT.
3995
3996 * Makefile.in (check): Run tests in test/automated.
3997
3998 * Makefile.in:
3999 * configure.in: Add test/automated/Makefile.
4000
bc5585d1
PE
40012011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4002
2b3f5bc8
PE
4003 * install-sh, mkinstalldirs, move-if-change: Update from master
4004 source in gnulib.
4005
bc5585d1
PE
4006 * config.guess, config.sub: Updated from master source.
4007
2018939f
AS
40082011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4009
4010 * configure.in: Check for __builtin_unwind_init.
4011
e5365138
GM
40122011-01-05 Glenn Morris <rgm@gnu.org>
4013
4014 * configure.in (HAVE_MAKEINFO): New output variable.
4015 (MAKEINFO): Reset to "makeinfo" if not found.
4016 * Makefile.in (install-arch-indep, info):
4017 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4018
a04689de 40192010-12-29 Ulrich Müller <ulm@gentoo.org>
4fc5868a
UM
4020
4021 * configure.in: Make gameuser configurable (Bug#7717).
4022
68251e16
GM
40232010-12-15 Glenn Morris <rgm@gnu.org>
4024
4025 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4026 long absent lib-src/fns-*.el.
4027
838db889
GM
40282010-12-11 Glenn Morris <rgm@gnu.org>
4029
4030 * make-dist: Exclude etc/*.pyc.
4031
fe646d2c
AS
40322010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4033
4034 * configure.in: Don't double machfile in final message.
4035
d96c83fa
CY
40362010-12-04 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * configure.in: Fix last change.
4039
d6a003a8
AS
40402010-12-04 Andreas Schwab <schwab@linux-m68k.org>
4041
4042 * configure.in: Remove reference to removed machine description
90eacf99
SM
4043 files and allow $machine and $machfile to be empty.
4044 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 4045
067d23c9
KY
40462010-12-03 Glenn Morris <rgm@gnu.org>
4047
4048 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
4049
40502010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
4051
4052 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
4053 (EXTERNALLY_VISIBLE): New definition.
4054
40552010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4056
4057 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
4058
40592010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4060
4061 * configure.in: Do not check for unconditionally included headers.
4062
40632010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
4066
40672010-11-09 Michael Albinus <michael.albinus@gmx.de>
4068
4069 * configure.in: Don't write a warning for D-Bus anymore.
4070
40712010-11-06 Andreas Schwab <schwab@linux-m68k.org>
4072
4073 * configure.in: Fix indentation.
4074
40752010-10-31 Ken Brown <kbrown@cornell.edu>
4076
90eacf99
SM
4077 * configure.in (checking whether localtime caches TZ):
4078 Use unsetenv instead of modifying environment directly.
067d23c9
KY
4079
40802010-10-25 Andreas Schwab <schwab@linux-m68k.org>
4081
4082 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
4083 to avoid warning.
4084
40852010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4086
e9fce1ac 4087 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
4088
40892010-10-22 Glenn Morris <rgm@gnu.org>
4090
4091 * make-dist: Avoid listing .el files twice. Don't try to run
4092 autoconf if --no-update.
4093
40942010-10-20 Glenn Morris <rgm@gnu.org>
4095
4096 * make-dist: No longer create lisp/MANIFEST.
4097
40982010-10-14 Glenn Morris <rgm@gnu.org>
4099
4100 * BUGS, INSTALL.BZR, README: Updates.
4101
41022010-10-13 Glenn Morris <rgm@gnu.org>
4103
4104 * make-dist: Remove --compress. Check for the appropriate
4105 gzip-like executable, and if not found, don't compress.
4106 Check version number in README, don't change it.
4107 Use find for nt/inc/*.h.
4108
41092010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4110
90eacf99
SM
4111 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
4112 Remove trailing / from directory names.
067d23c9
KY
4113
41142010-10-12 Glenn Morris <rgm@gnu.org>
4115
4116 * make-dist: Update and simplify.
4117
41182010-10-12 Eli Zaretskii <eliz@gnu.org>
4119
4120 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
4121
41222010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4123
4124 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
4125
41262010-10-09 Glenn Morris <rgm@gnu.org>
4127
4128 * make-dist: No more doc/emacs/*.texi.in.
4129
4130 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
4131
41322010-10-09 Glenn Morris <rgm@gnu.org>
4133
4134 * configure.in: Combine some conditionals.
4135
4136 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
4137 * make-dist: Include doc/emacs/*.texi.in.
4138
4139 * INSTALL, make-dist: Remove references to b2m.
4140 * Makefile.in (MAN_PAGES): Remove b2m.1.
4141
41422010-10-05 Glenn Morris <rgm@gnu.org>
4143
4144 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4145
41462010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4147
4148 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4149
41502010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4151
4152 * configure.in: Include stdlib.h and string.h unconditionally.
4153
41542010-09-29 Romain Francoise <romain@orebokech.com>
4155
4156 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4157
41582010-09-28 Glenn Morris <rgm@gnu.org>
4159
4160 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4161 happy.
4162
41632010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4164
4165 * configure.in: Enable imagemagick by default.
4166
41672010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4168
4169 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 4170 GnuTLS libraries.
067d23c9
KY
4171
41722010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4173
4174 * configure.in: Set up GnuTLS.
4175
41762010-09-22 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * configure.in: Announce whether libxml2 is linked to.
4179
41802010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4181
4182 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4183
41842010-09-18 Eli Zaretskii <eliz@gnu.org>
4185
4186 * config.bat: Detect that libxml2 is installed and if so, build
4187 with it.
4188
41892010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4190
4191 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4192 be used. This fixes a conf problem on Mac OS X.
4193
41942010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4195
4196 * configure.in: Check for libxml2.
4197
41982010-09-09 Glenn Morris <rgm@gnu.org>
4199
4200 * make-dist: No more TODO files under lisp/.
4201
42022010-09-04 Eli Zaretskii <eliz@gnu.org>
4203
4204 * config.bat: Produce lisp/gnus/_dir-locals.el from
4205 lisp/gnus/.dir-locals.el.
4206
42072010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4208
4209 * configure.in: Fix check for librsvg, imagemagick and
4210 MagickExportImagePixels.
4211
42122010-08-18 Joakim Verona <joakim@verona.se>
4213
4214 * Makefile.in, configure.in: Checks for ImageMagick.
4215
42162010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4217
4218 * configure.in (AC_PREREQ): Require autoconf 2.65.
4219
42202010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4221
4222 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4223
42242010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4225
4226 * configure.in: Add AC_C_BIGENDIAN.
4227
42282010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4229
4230 * configure.in (ORDINARY_LINK): Use on hpux* too.
4231
42322010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4233
4234 * configure.in: Check for util.h.
4235 Use -Wimplicit-function-declaration if compiler supports it.
4236
42372010-08-05 Eli Zaretskii <eliz@gnu.org>
4238
4239 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
4240
42412010-08-04 Andreas Schwab <schwab@linux-m68k.org>
4242
4243 * configure.in: Restore accidentally removed use of
4244 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
4245
42462010-07-29 Chad Brown <yandros@mit.edu>
4247
4248 * configure.in: Check for dirent.h.
4249
42502010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4251
4252 * configure.in: Remove reference to usg5-4, unused.
4253
42542010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4255
4256 * configure.in: Check for __executable_start.
4257
42582010-07-24 Ken Brown <kbrown@cornell.edu>
4259
4260 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4261
42622010-07-24 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4265
42662010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4267
4268 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4269
42702010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4271
4272 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4273 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4274 (C_OPTIMIZE_SWITCH): Remove.
4275 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4276
42772010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4278
4279 * configure.in: Don't check for index and rindex, check for strchr
4280 and strrchr. Define strchr and strrchr as index and rindex,
4281 resp., in src/config.h if not available.
4282
42832010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4284
4285 * configure.in: Use -Wold-style-definition if available.
4286 This helps with the transition to standard C code, it can be
4287 removed when done.
4288
4289 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4290
4291 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4292 and MSWindows.
4293
42942010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4295
4296 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
4297 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4298
42992010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4300
4301 * configure.in (getenv): Remove K&R declaration.
4302
43032010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4304
4305 * configure.in: Remove define __P.
4306
43072010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4308
4309 * configure.in (--enable-use-lisp-union-type): New flag.
4310
43112010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4312
4313 Fix CFLAGS for non-GCC compilers.
4314 * configure.in (CFLAGS): Always use -g like it was done before the
4315 2010-03-30 change.
4316 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4317 (Bug#6538)
4318
43192010-06-30 Glenn Morris <rgm@gnu.org>
4320
4321 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4322 Set with AC_DEFINE rather than AH_BOTTOM.
4323
4324 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4325 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4326 Set with shell, not cpp.
4327 (LIBX): Remove, just use -lX11 in the one place this was used.
4328 (cannot_dump): Replace with CANNOT_DUMP.
4329
43302010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4331
0a19a6f8 4332 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
4333 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4334 by minimum required Gtk+ 2.6). Add checks for functions introduced
4335 in Gtk+ 2.14 or newer (bug#6505).
4336
43372010-06-26 Eli Zaretskii <eliz@gnu.org>
4338
4339 * config.bat: Remove white space around "+" in COPY commands.
4340
43412010-06-23 Glenn Morris <rgm@gnu.org>
4342
4343 * info/dir: Start descriptions in column 32, per Texinfo convention.
4344
43452010-06-16 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * INSTALL: Update font information (Bug#6389).
4348
43492010-06-16 Glenn Morris <rgm@gnu.org>
4350
4351 * INSTALL: General update.
4352
43532010-06-12 Glenn Morris <rgm@gnu.org>
4354
4355 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4356
43572010-06-11 Glenn Morris <rgm@gnu.org>
4358
4359 * configure.in (--without-compress-info): New option.
4360 (GZIP_INFO): New output variable.
4361
4362 * Makefile.in (GZIP_INFO): New, set by configure.
4363 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4364 Handle man pages in the same way.
4365
43662010-06-10 Glenn Morris <rgm@gnu.org>
4367
4368 * Makefile.in (install-arch-indep): Gzip the info files too.
4369
4370 * make-dist: Remove references to non-existent directories and files.
4371
43722010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4373
4374 * configure.in: Include <strings.h> and <string.h> instead of
4375 "strings.h" and "string.h".
4376
43772010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4378
4379 * configure.in: Remove code dealing with BSTRING.
4380
43812010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4382
4383 * configure.in (AC_PREREQ): Require autoconf 2.65.
4384
4385 * configure.in (unxec): Do not define and substitute.
4386 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4387
43882010-06-03 Glenn Morris <rgm@gnu.org>
4389
4390 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4391
43922010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4393
4394 Fix alloca definition when using gcc on non-gnu systems.
4395 * configure.in: Use the code sequence indicated by "info autoconf"
4396 for alloca (bug#6170).
4397
43982010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * .bzrignore: Ignore new files from trunk, which appear if you use
4401 colocated branches (i.e. "bzr switch").
4402
44032010-05-28 Glenn Morris <rgm@gnu.org>
4404
4405 * configure.in: Simplify some of the $canonical tests.
4406
44072010-05-27 Glenn Morris <rgm@gnu.org>
4408
4409 * config.bat: Do not preprocess src/Makefile.in.
4410
4411 * configure.in: Do not preprocess src/Makefile.in.
4412 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4413 (AC_EGREP_CPP): Test no longer needed.
4414
4415 * make-dist: No more Makefile.c files.
4416
44172010-05-26 Glenn Morris <rgm@gnu.org>
4418
4419 * configure.in (YMF_PASS_LDFLAGS): Remove.
4420 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4421
4422 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4423 Add $GNUSTEP_LOCAL_HEADERS.
4424 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4425
4426 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4427 (GNUSTEP_MAKEFILES): Remove.
4428 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4429 stuff to here.
4430
44312010-05-25 Glenn Morris <rgm@gnu.org>
4432
4433 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4434 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4435
4436 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4437 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4438 here instead.
4439
44402010-05-24 Romain Francoise <romain@orebokech.com>
4441
4442 * make-dist: Look for version in src/emacs.c.
4443 Use lisp/subr.el rather than lisp/version.el for location check.
4444
44452010-05-21 Glenn Morris <rgm@gnu.org>
4446
4447 * configure.in (MKDEPDIR): Parallel build tweak.
4448
4449 * configure.in (ns_frag): New output file.
4450
4451 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4452 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4453
4454 * configure.in (cannot_dump): New output variable.
4455
44562010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4457
4458 * configure.in: On NetBSD, if terminfo is found, use it in
4459 preference to termcap. (Bug#6190)
4460
44612010-05-20 Glenn Morris <rgm@gnu.org>
4462
4463 * make-dist (src): Include *.mk.
4464 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4465 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4466 (deps_frag): New output file.
4467 (AUTO_DEPEND): Remove this definition.
4468
4469 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4470
44712010-05-19 Glenn Morris <rgm@gnu.org>
4472
4473 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4474 (ORDINARY_LINK): New AC_DEFINE.
4475 (LIB_GCC): No need to set if ORDINARY_LINK.
4476
44772010-05-18 Glenn Morris <rgm@gnu.org>
4478
4479 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4480 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4481
4482 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4483 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4484 (RALLOC_OBJ): New output variable.
4485
4486 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4487 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4488
44892010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * Makefile.in (src): Provide the name of the VCS file that witnesses
4492 a pull.
4493 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4494
44952010-05-17 Glenn Morris <rgm@gnu.org>
4496
4497 * configure.in (OLDXMENU_DEPS): New output variable.
4498
44992010-05-16 Glenn Morris <rgm@gnu.org>
4500
4501 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4502
4503 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4504 * Makefile.in (install-arch-dep): Update for above change.
4505
4506 * Makefile.in (ns_appdir): Remove.
4507 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4508
4509 * configure.in (TEMACS_LDFLAGS2): New output variable.
4510
4511 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4512 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4513 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4514 nothing uses.
4515
45162010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4517
4518 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4519 does not use them.
4520 (X11R5_INHIBIT_I18N): Remove, unused.
4521
45222010-05-15 Glenn Morris <rgm@gnu.org>
4523
4524 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4525
4526 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4527
45282010-05-15 Ken Raeburn <raeburn@raeburn.org>
4529
4530 * configure.in: Look for version string in its new location.
4531
45322010-05-15 Eli Zaretskii <eliz@gnu.org>
4533
4534 * config.bat: Remove support for DJGPP v1.x.
4535
45362010-05-15 Glenn Morris <rgm@gnu.org>
4537
4538 * configure.in (OLDXMENU_TARGET): New output variable.
4539
4540 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4541
4542 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4543 and other files that no longer exist.
4544
45452010-05-14 Glenn Morris <rgm@gnu.org>
4546
4547 * configure.in (cpp_undefs): Add mktime, register, X11.
4548
4549 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4550 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4551 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4552
4553 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4554 (GNUSTEP_MAKEFILES): Do not output.
4555
45562010-05-13 Glenn Morris <rgm@gnu.org>
4557
4558 * configure.in: Fix some paren typos.
4559
4560 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4561
4562 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4563
45642010-05-12 Glenn Morris <rgm@gnu.org>
4565
4566 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4567
4568 * configure.in (LIB_GCC): New output variable.
4569
45702010-05-11 Glenn Morris <rgm@gnu.org>
4571
4572 * make-dist (msdos): No more mainmake.
4573
4574 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4575 * config.bat: Do not run cpp on lib-src/Makefile.in.
4576
4577 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4578
45792010-05-10 Glenn Morris <rgm@gnu.org>
4580
4581 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4582
4583 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4584 (BLESSMAIL_TARGET): New output variable.
4585
45862010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4587
4588 * INSTALL: Fix typos.
4589
45902010-05-08 Chong Yidong <cyd@stupidchicken.com>
4591
4592 * configure.in: Add check for buggy version of GCC (Bug#6031).
4593
45942010-05-08 Glenn Morris <rgm@gnu.org>
4595
4596 * configure.in (HAVE_LIBNCURSES): New local variable.
4597 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4598 replacing cpp in src/s/*.h and src/Makefile.in.
4599
46002010-05-07 Chong Yidong <cyd@stupidchicken.com>
4601
4602 * Version 23.2 released.
4603
46042010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * configure.in: Add tests for `isnan' and `copysign'.
4607
46082010-05-07 Eli Zaretskii <eliz@gnu.org>
4609
4610 * config.bat: Allow for 2 leading `#'s in comments in
4611 src/Makefile.in.
4612
46132010-05-07 Glenn Morris <rgm@gnu.org>
4614
4615 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4616 Merges logic from src/s/* and src/Makefile.in.
4617 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4618
46192010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4620
4621 Define START_FILES and LIB_STANDARD using autoconf.
4622 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4623 here from src/s/*.h.
4624 (HAVE_CRTIN): Remove, inline logic in the netbsd
4625 START_FILES/LIB_STANDARD computation.
4626
46272010-05-06 Glenn Morris <rgm@gnu.org>
4628
4629 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4630
4631 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4632 (LD_SWITCH_X_SITE): Remove unused variables.
4633
46342010-05-04 Glenn Morris <rgm@gnu.org>
4635
4636 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4637 as well.
4638 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4639
4640 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4641
4642 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4643 variables, replacing c_switch_machine, c_switch_system.
4644 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4645 @c_switch_system@.
4646
46472010-05-03 Glenn Morris <rgm@gnu.org>
4648
4649 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4650
4651 * make-dist: There are no more src/m/*.inp files.
4652
46532010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4654
4655 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4656 (ac_link): Do not use ld_switch_machine.
4657
46582010-05-01 Glenn Morris <rgm@gnu.org>
4659
4660 * configure.in (OTHER_OBJ): Remove.
4661 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4662
46632010-04-30 Glenn Morris <rgm@gnu.org>
4664
4665 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4666 Elsewhere, maybe include it.
4667
4668 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4669 (OLDXMENU, LIBXMENU): New output variables.
4670
4671 * configure.in (OTHER_OBJ): New output variable.
4672
46732010-04-28 Glenn Morris <rgm@gnu.org>
4674
4675 * configure.in (CYGWIN_OBJ): New output variable.
4676
4677 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4678
4679 * configure.in (FONT_OBJ): New output variable.
4680
4681 * configure.in (LIBXMU): New output variable.
4682
4683 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4684
4685 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4686 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4687
46882010-04-27 Glenn Morris <rgm@gnu.org>
4689
4690 * configure.in (LIBXTR6): New output variable. Move unixware special
4691 case here from src/s/unixware.h.
4692
4693 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4694 in Makefiles.
4695 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4696
4697 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4698 (LIBXP): No longer substitute in Makefiles.
4699 (MOTIF_LIBW): New output variable. Move system-specific settings here
4700 from src/s files.
4701
47022010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4703
4704 Reduce CPP usage.
4705 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4706 (unexec): Define unconditionally, all platforms define
4707 UNEXEC. AC_SUBST it.
4708 (UNEXEC_SRC): Remove, unused.
4709 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4710
47112010-04-27 Glenn Morris <rgm@gnu.org>
4712
4713 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4714 replaced by LIBXP.
4715
4716 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4717 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4718 On hpux10-20, default to /lib.
4719
4720 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4721
47222010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4723
4724 * configure.in (LIBS_MACHINE): Remove, unused.
4725
4726 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4727
47282010-04-24 Glenn Morris <rgm@gnu.org>
4729
4730 * configure.in (CRT_DIR): New output variable.
4731 (--with-crt-dir): New option. (Bug#5655)
4732 (HAVE_LIB64_DIR): Remove.
4733
47342010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4735
4736 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4737
47382010-04-22 Miles Bader <miles@gnu.org>
4739
4740 * configure.in: Get rid of "unix" pre-defined macro when
4741 preprocessing Makefile. (Bug#5857)
4742
47432010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4744
4745 Avoid non-portable shell command negation
4746 * configure.in: Revert last change.
4747
47482010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4749
4750 * configure.in: Change "if test ! -f" to "if ! test -f".
4751
47522010-04-21 Glenn Morris <rgm@gnu.org>
4753
4754 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4755 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4756
47572010-04-21 Karel Klíč <kklic@redhat.com>
4758
4759 * configure.in: New option: --with(out)-selinux, on by default.
4760 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4761 LIBSELINUX_LIBS in Makefiles.
4762
47632010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4764
4765 * configure.in: Remove all references to LIBX11_SYSTEM.
4766
47672010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4768
4769 * configure.in: Remove all references to C_DEBUG_SWITCH.
4770
47712010-03-27 Eli Zaretskii <eliz@gnu.org>
4772
4773 * config.bat <lib-src>: Edit out lines that begin with several #
4774 characters.
4775
47762010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4777
4778 * configure.in: Remove support for old UNIX System V systems and
4779 for Unixware on non-x86 machines.
4780
4781 * configure.in: Remove support for Solaris on PPC and for old versions.
4782
4783 * configure.in: Remove non-working lynxos port.
4784
47852010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4786
4787 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4788
47892010-03-19 Glenn Morris <rgm@gnu.org>
4790
4791 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4792 happy.
4793
47942010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4795
4796 * configure.in: Check for tputs and friends, abort if not
4797 found (bug#5735).
4798
47992010-03-18 Glenn Morris <rgm@gnu.org>
4800
4801 * configure.in (--with-x-toolkit): In the help text, say which options
4802 are synonyms.
4803
4804 * configure.in (--with-mmdf, --with-mail-unlink):
4805 New options, off by default.
4806 (--with-mailhost): New option to set default POP host.
4807 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4808 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4809 New variables, substituted in Makefiles.
4810 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4811 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4812 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4813 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4814 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4815
48162010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4817
4818 * Makefile.in (uninstall): Handle the case where archlibdir does not
4819 exist. (Bug#5720)
4820
48212010-03-12 Eli Zaretskii <eliz@gnu.org>
4822
75f1671a 4823 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
4824 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4825
4826 * configure: Regenerated.
4827
48282010-03-10 Chong Yidong <cyd@stupidchicken.com>
4829
4830 * Branch for 23.2.
4831
48322010-01-31 Juri Linkov <juri@jurta.org>
4833
4834 * .bzrignore: Add TAGS-LISP.
4835
48362010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4837
4838 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4839 this header file).
4840
48412010-01-12 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * .bzrignore: Ignore all .exe, instead of individual files.
4844
48452010-01-12 Chong Yidong <cyd@stupidchicken.com>
4846
4847 * configure.in: Explicitly check for and link to -lXrender.
4848
48492010-01-12 Glenn Morris <rgm@gnu.org>
4850
4851 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4852 for bug reports for development versions.
4853
48542010-01-02 Eli Zaretskii <eliz@gnu.org>
4855
4856 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4857 build.
4858
48592009-12-27 Karl Fogel <kfogel@red-bean>
4860
4861 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4862 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4863
48642009-12-17 Glenn Morris <rgm@gnu.org>
4865
4866 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4867
48682009-12-15 Glenn Morris <rgm@gnu.org>
4869
4870 * info/dir: Add EDT entry.
4871 * Makefile.in (INFO_FILES): Add edt.
4872
48732009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4874
1154d12e 4875 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
4876
48772009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4878
4879 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4880
48812009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4882
4883 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4884
48852009-12-01 Glenn Morris <rgm@gnu.org>
4886
4887 * make-dist: Add etc/images/mpc directory.
4888
48892009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4890
4891 * configure.in: Don't check for GConf unless X is used.
4892
48932009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4894
4895 * configure.in: Use -Wdeclaration-after-statement if available.
4896
48972009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4898
4899 * configure.in: New option: --with(out)-gconf.
4900 Set HAVE_GCONF if we find gconf.
4901
49022009-11-17 Glenn Morris <rgm@gnu.org>
4903
4904 * Makefile.in (INFO_FILES): Add semantic.
4905
49062009-11-16 Chong Yidong <cyd@stupidchicken.com>
4907
4908 * info/dir: Add Semantic.
4909
49102009-11-16 Glenn Morris <rgm@gnu.org>
4911
4912 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4913 pattern, so as not to exclude makefile*.el. (Bug#4912)
4914
49152009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4916
4917 * configure.in: --enable-autodepend is new. Check for GNU Make
4918 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4919 gcc and GNU make to generate dependencies.
4920
49212009-10-27 Glenn Morris <rgm@gnu.org>
4922
4923 * make-dist: Make links to doc/lispintro/*.pdf.
4924
49252009-10-23 Jim Meyering <meyering@redhat.com>
4926
4927 * configure.in: Invoke $CPP with -P when creating Makefile and
4928 src/Makefile. Without this, gcc 4.4.2 converts each
4929 backslash-newline pair in the input to a bare newline, yielding
4930 invalid Makefiles.
4931
4932 * configure: Regenerate.
4933
49342009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4935
4936 * configure.in (vax-dec-vms): Remove, not supported anymore.
4937
49382009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4939
4940 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4941 (*-apple-darwin*): Add x86_64 architecture.
4942
49432009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4944
4945 * config.guess, config.sub: Updated from master source.
4946
49472009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4948
4949 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4950
49512009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4952
4953 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4954
49552009-09-29 Glenn Morris <rgm@gnu.org>
4956
4957 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4958
49592009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4960
4961 * config.guess, config.sub: Updated from master source.
4962
4963 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4964
49652009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4966
4967 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4968
49692009-09-13 Chong Yidong <cyd@stupidchicken.com>
4970
4971 * INSTALL: Update URL for GNU FreeFont.
4972
49732009-09-09 Glenn Morris <rgm@gnu.org>
4974
4975 * Makefile.in (install-arch-indep): Don't recursively change perms of
4976 site-lisp and infodir. There may be non-Emacs files in here, and the
4977 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4978 (mkdir): Set umask to world-readable before creating directories.
4979 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4980
49812009-08-29 Glenn Morris <rgm@gnu.org>
4982
4983 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4984 (info): Don't give an error in the absence of makeinfo - let the doc
4985 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4986
49872009-08-23 Ken Raeburn <raeburn@raeburn.org>
4988
4989 * Makefile.in (install-arch-indep): If the versioned DOC-####
4990 generated during loadup+dump isn't found, install the plain DOC
4991 file that always gets generated, in case CANNOT_DUMP is set.
4992
4993 * configure.in: Warn if package version specified here doesn't
4994 match the version in version.el.
4995 * configure: Regenerate.
4996
49972009-08-22 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5000
5001 * configure: Regenerate.
5002
50032009-08-19 Glenn Morris <rgm@gnu.org>
5004
5005 * INSTALL: Remove reference to cvtmail.
5006
50072009-08-15 CHENG Gao <chenggao@gmail.com>
5008
5009 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5010
50112009-08-02 Kevin Ryde <user42@zip.com.au>
5012
5013 * INSTALL: Fix free fonts URL.
5014
50152009-07-22 Glenn Morris <rgm@gnu.org>
5016
5017 * configure.in (AC_PREREQ): Require autoconf 2.62.
5018
50192009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5020
5021 * configure.in (--enable-checking, --enable-profiling):
5022 Use AS_HELP_STRING.
5023
50242009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5025
5026 * configure.in (--enable-profiling): New option.
5027 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5028
50292009-06-27 Glenn Morris <rgm@gnu.org>
5030
5031 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5032
50332009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5034
5035 * configure.in (--enable-checking): New option.
5036
50372009-06-24 Glenn Morris <rgm@gnu.org>
5038
5039 * make-dist: Warn if subdir does not exist in source.
5040 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
5041 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
5042 No longer make links.
5043
50442009-06-24 Yavor Doganov <yavor@gnu.org>
5045
5046 * make-dist (tempdir): Don't create directories preferences.gorm
5047 and preferences.nib, they are no longer required.
5048
50492009-06-21 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * Branch for 23.1.
5052
50532009-06-12 Chong Yidong <cyd@stupidchicken.com>
5054
5055 * configure.in: Delete mac-fix-env target, which has been
5056 removed (Bug#3531).
5057
50582009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5059
1154d12e 5060 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
5061
50622009-05-05 Per Starbäck <per@starback.se> (tiny change)
5063
5064 * BUGS: Use new binding of view-emacs-problems.
5065
c7015153 50662009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
5067
5068 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
5069 for Solaris compatibility.
5070
50712009-04-25 Chong Yidong <cyd@stupidchicken.com>
5072
5073 * configure: Regenerate.
5074
5075 * configure.in: Disable use of FreeType without libXft.
5076
50772009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5078
5079 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
5080 Check if it is declared in gtk.h.
5081
50822009-04-12 Andreas Schwab <schwab@linux-m68k.org>
5083
5084 * Makefile.in (install-arch-indep): Remove .gitignore files.
5085
50862009-04-03 Kenichi Handa <handa@m17n.org>
5087
5088 * INSTALL: Make the section "Complex Text Layout support
5089 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
5090
50912009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
5092
5093 * configure.in (rs6000-ibm-aix6*): Fix typo.
5094
50952009-03-04 Glenn Morris <rgm@gnu.org>
5096
5097 * Makefile.in (INFO_FILES): Add auth.
5098
50992009-03-03 Glenn Morris <rgm@gnu.org>
5100
5101 * info/dir: Add Auth-source.
5102
51032009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5104
5105 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
5106 the second.
5107
51082009-02-28 Eli Zaretskii <eliz@gnu.org>
5109
5110 * config.bat: Copy .dbxinit to _dbxinit.
5111
5112 * make-dist (Making links to `info'): Remove .gitignore.
5113
51142009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * Makefile.in (lib-src, lisp): Use simpler rule.
5117 (src): Be more specific to avoid recompiling all the .elc files just
5118 because the bootstrap-emacs is missing.
5119
51202009-02-26 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * configure.in: Require librsvg >= 2.11.
5123
51242009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5125
5126 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
5127 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
5128
51292009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5130
5131 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
5132
51332009-02-03 Glenn Morris <rgm@gnu.org>
5134
5135 * make-dist: Add some missing files, remove some that are no longer
5136 present.
5137
51382009-02-02 Glenn Morris <rgm@gnu.org>
5139
5140 * make-dist: Add some missing nextstep/ files.
5141
51422009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5143
5144 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5145
51462009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 * configure.in: Add support for m68k-*-netbsd.
5149
51502009-01-14 Juri Linkov <juri@jurta.org>
5151
5152 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5153
5154 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5155 and bug-reference-mode.
5156
51572009-01-11 Juri Linkov <juri@jurta.org>
5158
5159 * INSTALL.CVS: Move configuration explicitly to the first step.
5160
51612009-01-09 Glenn Morris <rgm@gnu.org>
5162
5163 * .dir-locals.el: Don't set indent-tabs-mode.
5164
51652008-12-30 Kenichi Handa <handa@m17n.org>
5166
5167 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5168 the function OTF_get_variation_glyphs.
5169
51702008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5171
5172 * Makefile.in (install-arch-dep): Remove old directories in
5173 ns_app* before moving new directories there.
5174
51752008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5176
5177 * .dir-locals.el: Remove non-working entry for pmail.
5178 (fill-column): Fix typo.
5179 (change-log-mode): Add fill column.
5180
51812008-12-26 Eli Zaretskii <eliz@gnu.org>
5182
5183 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5184
51852008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5186
5187 * make-dist (tempdir): Distribute .dir-locals.el.
5188
5189 * .dir-locals.el: New file.
5190
51912008-12-19 Eli Zaretskii <eliz@gnu.org>
5192
5193 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5194 for rationale.
5195
51962008-12-13 Glenn Morris <rgm@gnu.org>
5197
5198 * Makefile.in (install-arch-indep): Add new man-pages.
5199 (manext): Remove variable.
5200 (MAN_PAGES): New variable.
5201 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5202 and remove.
5203 (uninstall): Remove desktop file and icons, game scores if empty.
5204
52052008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5206
5207 * config.guess, config.sub: Updated from master source.
5208
52092008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5210
5211 * Makefile.in (install-arch-indep): Install ebrowse.1.
5212
52132008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5214
5215 * configure.in: Add Solaris on x86_64.
5216
52172008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5218
5219 * config.guess, config.sub: Updated from master source.
5220
52212008-12-08 Eli Zaretskii <eliz@gnu.org>
5222
5223 * info/dir: Fix last change.
5224
52252008-12-07 Eli Zaretskii <eliz@gnu.org>
5226
5227 * info/dir: Untabify.
5228
a04689de 52292008-11-28 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5230
5231 * configure.in: Fix last change.
5232
52332008-11-28 Richard M Stallman <rms@gnu.org>
5234
5235 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5236 New configurations.
5237
52382008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5239
5240 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
5241 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5242
52432008-11-15 Eli Zaretskii <eliz@gnu.org>
5244
5245 * Makefile.in (INFO_FILES): Remove ns-emacs.
5246
5247 * info/dir (NS-Emacs): Remove entry.
5248
52492008-11-08 Eli Zaretskii <eliz@gnu.org>
5250
5251 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5252
52532008-11-07 Glenn Morris <rgm@gnu.org>
5254
5255 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5256
52572008-10-31 Eli Zaretskii <eliz@gnu.org>
5258
5259 * config.bat: Tell user to expect one "File not found" message
5260 while the `doc' directory is being configured.
5261
52622008-10-30 Chong Yidong <cyd@stupidchicken.com>
5263
5264 * update-subdirs: Put obsolete directory last.
5265
52662008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5267
5268 * configure.in: Check fontconfig always.
5269
52702008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5271
5272 * configure (*-solaris2.[7-9]*): Fix typo.
5273
52742008-10-24 Glenn Morris <rgm@gnu.org>
5275
5276 * configure.in (--without-sync-input, --with-pkg-config-prog):
5277 Help strings start with lower case.
5278 (--with-gnustep-conf): New option.
5279 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5280
52812008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
5282
5283 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5284 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5285 is not found. (Bug#1230)
5286
52872008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5288
5289 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5290 Use sol2-6.h for Solaris 7-9.
5291
a04689de 52922008-10-18 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5293
5294 * configure.in: Add support for GNU/Linux on SuperH.
5295
52962008-10-12 Andreas Schwab <schwab@suse.de>
5297
5298 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5299
1a71cb28 53002008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
5301
5302 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5303 "X") to avoid confusion.
5304
5305 * configure: Regenerate.
5306
53072008-09-07 Romain Francoise <romain@orebokech.com>
5308
5309 * make-dist: Distribute doc/man/ChangeLog.
5310
53112008-08-28 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * configure.in: Disable XFT and Freetype when without X.
5314
5315 * configure: Regenerate.
5316
53172008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5318
5319 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5320
53212008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5322
90eacf99
SM
5323 * configure.in (GNUSTEP_SYSTEM_HEADERS):
5324 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
5325
5326 * configure: Regenerate.
5327
53282008-08-20 Eli Zaretskii <eliz@gnu.org>
5329
5330 * configure.in: Move "#define subprocesses" before
5331 config_opsysfile is included.
5332
53332008-08-19 Kenichi Handa <handa@m17n.org>
5334
5335 * INSTALL (Extra fonts): Mention local fonts, don't mention
5336 mule-unicode.
5337
53382008-08-16 Chong Yidong <cyd@stupidchicken.com>
5339
5340 * make-dist: Omit info/.arch-inventory.
5341
53422008-08-16 Jason Rumney <jasonr@gnu.org>
5343
5344 * make-dist (tempdir/nt): Link emacsclient.rc.
5345
53462008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5347
5348 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5349 AC_SUBST it.
5350 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5351 AC_SUBST it.
5352 (OTHER_FILES): Always define for HAVE_NS.
5353 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5354 * configure: Regenerate.
5355
53562008-08-07 Andreas Schwab <schwab@suse.de>
5357
5358 * configure.in: Correctly handle
5359 --enable-cocoa-experimental-ctrl-g=no and
5360 --enable-ns-self-contained=yes.
5361
53622008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5363
5364 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
5365 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5366 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
5367
53682008-08-06 Andreas Schwab <schwab@suse.de>
5369
5370 * configure.in: Fix quoting.
5371
53722008-08-06 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5375
a04689de 53762008-08-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5377
5378 * configure.in: Add checks for krb5_error.text and
5379 krb5_error.e_text struct members.
5380
53812008-08-04 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * configure.in: Test for existence of NSInteger.
5384 Suggested by Yavor Doganov.
5385
53862008-08-02 Romain Francoise <romain@orebokech.com>
5387
5388 * Makefile.in (INFO_FILES): Add mairix-el.
5389
53902008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5391
5392 * make-dist:
5393 * README: Remove VMS support.
5394 * vms: Remove directory.
5395
53962008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5397
5398 * configure.in (MULTI_KBOARD): Remove.
5399
54002008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5401
5402 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5403
54042008-07-29 Chong Yidong <cyd@stupidchicken.com>
5405
5406 * info/dir (File): Add mairix-el.
5407
54082008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5409
5410 Remove support for Mac Carbon.
5411 * mac: Remove directory.
5412 * make-dist:
5413 * configure.in:
5414 * README:
5415 * Makefile.in:
5416 * INSTALL: Remove code for Carbon.
5417 * configure: Regenerate.
5418
54192008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5420
5421 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5422
54232008-07-25 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * configure.in: Check for getrlimit.
5426
5427 * configure: Regenerate.
5428
54292008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5430
5431 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5432 in src/Makefile.in.
5433 (static): Remove, autoconf would always comment it out anyway.
5434 (subprocesses): Define unconditionally.
5435
54362008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5437
5438 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5439 compilation under GNUstep.
5440
54412008-07-18 Kenichi Handa <handa@m17n.org>
5442
5443 * INSTALL (Complex Text Layout support libraries): Delete the
5444 paragraph about --enable-font-backend.
5445
54462008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5447
5448 * configure.in: Print out some info to user for NeXTstep builds.
5449 (ns-app): Remove enable option.
5450 (ns-self-contained): Add enable option.
5451 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5452 GNUstep, use to set install prefixes, and substitute in Makefiles.
5453 * configure: Regenerate.
5454 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5455 NS app bundle.
5456
54572008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5460
54612008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5462
5463 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5464 NS_IMPL_COCOA.
5465
54662008-07-16 Glenn Morris <rgm@gnu.org>
5467
5468 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5469 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5470 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5471 never unset.
5472
5473 * make-dist: Add nextstep/ directories.
5474 (src, lib-src): Add .m files.
5475
54762008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5477
5478 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5479 (USER_FULL_NAME): Remove, not used anymore.
5480 * configure: Regenerate.
5481
54822008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5483
5484 Changes and additions for NeXTstep windowing system (Cocoa and
5485 GNUstep) support.
5486
5487 * configure.in: Add support for NS window system: --with-ns (default
5488 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5489 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5490 disable font backend if window system is "none", not if !HAVE_X11.
5491 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5492 (install-arch-dep): Add commands to assemble NS .app package.
5493
54942008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5495
5496 * configure.in: Use macppc for Darwin. Remove references to
5497 desupported systems.
5498 * configure: Regenerate.
5499
55002008-07-05 Glenn Morris <rgm@gnu.org>
5501
5502 * make-dist (EMACS): Doc fix.
5503 (lisp): There are no *.dat or image files here any more.
5504 (src): There are no *.s files here any more.
5505 (etc/images, etc/images/*): Link to most regular files.
5506
55072008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5508
5509 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5510
55112008-07-01 Glenn Morris <rgm@gnu.org>
5512
5513 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5514 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5515 and explicitly export there. (Bug#507.)
5516
55172008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5518
5519 * configure.in:
5520 * configure: Remove references to obsolete systems.
5521
55222008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5525 make it depend on all other */.in files.
5526 (src/Makefile, src/config.stamp, lib-src/Makefile)
5527 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5528 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5529 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5530 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5531
5532 * configure.in: Don't create src/config.stamp any more.
5533
55342008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5537
55382008-06-22 Glenn Morris <rgm@gnu.org>
5539
5540 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5541
55422008-06-21 Romain Francoise <romain@orebokech.com>
5543
5544 * Makefile.in (INFO_FILES): Add sasl.
5545
55462008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5549 (bootstrap-build): Remove.
5550 (top_bootclean): New var.
5551 (top_distclean, bootstrap-clean): Use it.
5552 (bootstrap): Don't recheck config. Make normally.
5553
55542008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * Makefile.in (SUBDIR): Include `lisp'.
5557 (lisp): Depend on `src'.
5558 (top_distclean): Don't remove config.status.
5559 (bootstrap-clean): New target.
5560 (maintainer-clean): Use it.
5561 (bootstrap): Use bootstrap-clean. Re-run config.status.
5562 (src/bootstrap-emacs${EXEEXT}): New target.
5563 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5564 src/Makefile now takes care of it.
5565 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5566
55672008-06-15 Glenn Morris <rgm@gnu.org>
5568
5569 * info/dir: Add sasl.
5570
55712008-06-09 Alan Mackenzie <acm@muc.de>
5572
5573 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5574
55752008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5576
5577 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5578
55792008-06-07 Glenn Morris <rgm@gnu.org>
5580
5581 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5582 serve no purpose.
5583
55842008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5587 * configure: Regenerate.
5588
55892008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5592
55932008-05-14 Kenichi Handa <handa@m17n.org>
5594
5595 * configure: Regenerate.
5596
5597 * configure.in: Don't handle --disable-font-backend. Don't print
5598 a message about a font backend.
5599
56002008-05-09 Glenn Morris <rgm@gnu.org>
5601
5602 * configure.in: Make absence of makeinfo a fatal error only if the info
5603 files don't exist.
5604 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5605
56062008-05-07 Eli Zaretskii <eliz@gnu.org>
5607
5608 * config.bat: Fix last change: don't use < and > in "rem" lines,
5609 they are interpreted as redirection by DOS shells.
5610
56112008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5612
5613 * configure.in: Check availability of AvailabilityMacros.h
5614 if HAVE_CARBON.
5615
5616 * configure: Regenerate.
5617
56182008-05-03 Glenn Morris <rgm@gnu.org>
5619
5620 * configure.in (x_libraries): Remove standard 64-bit directories -
5621 experimental workaround for minor autoconf bug.
5622
5623 * configure.in (--without-makeinfo): New option. If set,
5624 absence of suitable makeinfo is not a fatal error.
5625 * Makefile.in (MAKEINFO): New, set by configure.
5626 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5627 (info-real): New target.
5628 (info): Without makeinfo, do nothing, else call `info-real'.
5629
56302008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5631
5632 * configure.in: Remove hpux10.20 from the desupported list.
5633
56342008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5637
56382008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5641 rather than change CPPFLAGS.
5642 (HAVE_GTK): Rename to USE_GTK.
5643
56442008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5645
5646 * configure.in: Replace the obsolete macros AC_AIX and
5647 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5648
56492008-04-05 Andreas Schwab <schwab@suse.de>
5650
5651 * configure.in: No longer create admin/unidata/Makefile.
5652
56532008-03-28 Andreas Schwab <schwab@suse.de>
5654
5655 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5656 (lisp/Makefile): New rule.
5657
56582008-03-13 Glenn Morris <rgm@gnu.org>
5659
5660 * configure.in (AC_INIT): Fix version number.
5661 (sync-input): Reword the option, since it's on by default.
5662
56632008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5664
5665 * configure.in: Add --enable-sync-input, default yes.
5666
56672008-03-11 Glenn Morris <rgm@gnu.org>
5668
5669 * Makefile.in (install-etc, mkdir): Handle directory
5670 etc/images/icons/hicolor/*/mimetypes/.
5671
5672 * make-dist: Handle icons/hicolor/scalable directory.
5673
56742008-03-05 Glenn Morris <rgm@gnu.org>
5675
5676 * configure.in: Enable font-backend by default.
5677 (USE_FONT_BACKEND): Set to "no" in absence of X.
5678 (PKG_CONFIG): Don't set multiple times, once is enough.
5679 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5680
56812008-03-03 Glenn Morris <rgm@gnu.org>
5682
5683 * Makefile.in (iconsrcdir): New variable.
5684 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5685 directory.
5686
56872008-02-29 Glenn Morris <rgm@gnu.org>
5688
5689 * test/: New directory.
5690
56912008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5692
5693 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5694
56952008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5696
5697 * configure.in: Print an error for systems that we think are obsolete
5698 and are proposed to be removed. Remove some more unused systems.
5699 Add support for powerpc-ibm-aix6*.
5700
57012008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5702
5703 * configure.in: Remove references to obsolete variables and systems.
5704
57052008-02-21 Glenn Morris <rgm@gnu.org>
5706
5707 * Makefile.in (set_installuser): New.
5708 (install-arch-indep): Use set_installuser to avoid duplicate code.
5709
5710 * README.unicode: Split into admin/notes/unicode,font-backend and
5711 remove.
5712
57132008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5714
5715 * configure.in (arm*-*-freebsd*): Add.
5716
57172008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5718
5719 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5720 dealing with obsolete variables.
5721
57222008-02-08 Glenn Morris <rgm@gnu.org>
5723
5724 * Makefile.in (check-info-dir): New target.
5725
57262008-02-08 Michael Olson <mwolson@gnu.org>
5727
5728 * Makefile.in (INFO_FILES): Add epa.
5729
5730 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5731 features" section.
5732
57332008-02-06 Glenn Morris <rgm@gnu.org>
5734
5735 * configure.in (--with-gcc): Give an error saying this option has
5736 been removed.
5737 (--with-gtk): Remove this option.
5738
57392008-02-06 Tom Tromey <tromey@redhat.com>
5740
5741 * configure.in (--with-gcc): Remove.
5742 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5743
a04689de 57442008-02-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5745
5746 * INSTALL: Recommend giflib, not libungif.
5747
57482008-02-05 Tom Tromey <tromey@redhat.com>
5749
5750 * configure.in (--with-dbus): Default to enabled.
5751
57522008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5753
5754 * INSTALL (Complex Text Layout support libraries): New section.
5755
57562008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5757
5758 * make-dist: Remove references to files in mac/ that have been
5759 deleted.
5760
57612008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5762
5763 * configure.in: For libotf and m17n-flt checks, set shell vars
5764 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5765 pkg_check_m17n_flt, respectively, for the sake of the summary output.
a04689de 5766 Reported by Ulrich Müller.
067d23c9
KY
5767
57682008-02-02 Eli Zaretskii <eliz@gnu.org>
5769
5770 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5771 admin/unidata/Makefile.in to Makefile.
5772
57732008-02-02 Glenn Morris <rgm@gnu.org>
5774
5775 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5776 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5777 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5778
57792008-02-01 Miles Bader <miles@gnu.org>
5780
5781 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5782 [libotf], and [m17n-flt] options.
5783
57842008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5785
5786 * configure.in: Add EMACS_ARG_N([libotf]...), and
5787 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5788 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5789 CFLAGS, and LIBS in checking of m17n-flt.
5790
57912008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5792
5793 * configure.in: Check the availability of m17n-flt library.
5794
57952008-02-01 Kenichi Handa <handa@m17n.org>
5796
5797 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5798 not available.
5799
58002008-02-01 Kenichi Handa <handa@m17n.org>
5801
5802 * configure.in: New args --enable-font-backend, --with-xft,
5803 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5804 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5805 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5806 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5807
58082008-02-01 Kenichi Handa <handa@m17n.org>
5809
5810 * make-dist: Include etc/charsets in tarball.
5811
58122008-02-01 Kenichi Handa <handa@m17n.org>
5813
5814 * configure.in: While running cpp on junk.c, include
5815 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5816 exists.
5817
58182008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5819
5820 * configure.in (xtensa): Match more configurations.
5821
58222008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * configure.in: Update comment.
5825
58262008-01-26 Glenn Morris <rgm@gnu.org>
5827
5828 * configure.in (--without-gcc): By default, neither off nor on.
5829 (--with-carbon): Tone down rhetoric in help text.
5830
58312008-01-25 Glenn Morris <rgm@gnu.org>
5832
5833 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5834 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5835 Default `Carbon' to off (it's unsupported).
5836
58372008-01-24 Glenn Morris <rgm@gnu.org>
5838
5839 * configure.in: Standardize dbus-related messages.
5840
58412008-01-23 Michael Olson <mwolson@gnu.org>
5842
5843 * configure.in (pkg-config-prog): Remove initial whitespace.
5844
58452008-01-23 Tom Tromey <tromey@redhat.com>
5846
5847 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5848 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5849 Update all users.
5850
58512008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5852
5853 * config.guess, config.sub: Updated from master source.
5854
58552008-01-17 Andreas Schwab <schwab@suse.de>
5856
5857 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5858
58592008-01-17 Glenn Morris <rgm@gnu.org>
5860
5861 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5862
58632008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5864
5865 * configure.in: Remove more references to unsupported systems.
5866
58672008-01-16 Sven Joachim <svenjoac@gmx.de>
5868
5869 * make-dist: Add --lzma.
5870
58712008-01-16 Glenn Morris <rgm@gnu.org>
5872
5873 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5874 configure checks for this.
5875
58762008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5877
5878 * configure.in: Remove more references to unsupported systems.
5879
58802008-01-06 Romain Francoise <romain@orebokech.com>
5881
5882 * configure.in: Delete extra semicolons.
5883
58842008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5885
5886 * configure.in: Remove references to unsupported systems.
5887
58882008-01-05 Romain Francoise <romain@orebokech.com>
5889
5890 * make-dist: Add --bzip2. Update copyright.
5891
58922008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5893
5894 * configure.in: Remove support for Masscomp.
5895
58962008-01-05 Glenn Morris <rgm@gnu.org>
5897
5898 * Makefile.in (desktopdir, icondir): New variables.
5899 (install-arch-indep): Also depend on `install-etc'.
5900 (install-etc): New target.
5901 (mkdir): Also create the `applications' and `icons' directories.
5902
59032008-01-04 Glenn Morris <rgm@gnu.org>
5904
5905 * make-dist: Update for new etc/images/icons/hicolor directory.
5906
59072007-12-09 Andreas Schwab <schwab@suse.de>
5908
5909 * configure.in: D-Bus is not enabled by default.
5910
59112007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5912
5913 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5914 change.
5915
59162007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5917
5918 * configure.in: Give package name and version to AC_INIT.
5919
59202007-12-03 Magnus Henoch <mange@freemail.hu>
5921
5922 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5923
59242007-12-03 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * configure.in: No need for DBUS_INFO anymore.
5927
5928 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5929
59302007-12-02 Michael Albinus <michael.albinus@gmx.de>
5931
5932 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5933
5934 * Makefile.in (INFO_FILES): Add dbus.
5935
59362007-12-02 Romain Francoise <romain@orebokech.com>
5937
5938 * make-dist: Fix last change.
5939
59402007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5941
5942 * configure.in: Add support for gnu-kfreebsd.
5943
59442007-11-28 Glenn Morris <rgm@gnu.org>
5945
5946 * make-dist: Add etc/nxml.
5947
59482007-11-24 Romain Francoise <romain@orebokech.com>
5949
5950 * Makefile.in (INFO_FILES): Add nxml-mode.
5951
59522007-11-23 Romain Francoise <romain@orebokech.com>
5953
5954 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5955 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5956
59572007-11-20 Andreas Schwab <schwab@suse.de>
5958
5959 * configure.in: Always include <resolv.h> when checking for res_init.
5960
59612007-11-17 Andreas Schwab <schwab@suse.de>
5962
5963 * update-subdirs: Atomically update subdirs.el.
5964
59652007-11-17 Glenn Morris <rgm@gnu.org>
5966
5967 * Makefile.in (check-declare): New target.
5968
59692007-11-07 Glenn Morris <rgm@gnu.org>
5970
5971 * configure.in: Deprecate Mac Carbon port.
5972
59732007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5974
5975 * configure.in: Remove HAVE_X11R5 check.
5976
59772007-10-31 Glenn Morris <rgm@gnu.org>
5978
5979 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5980 when changing ownership of installed files.
5981
59822007-10-30 Glenn Morris <rgm@gnu.org>
5983
5984 * make-dist: Add new directory etc/gnus.
5985
59862007-10-30 Michael Olson <mwolson@gnu.org>
5987
5988 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5989
59902007-10-29 Glenn Morris <rgm@gnu.org>
5991
5992 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5993
59942007-10-23 Glenn Morris <rgm@gnu.org>
5995
5996 * MAINTAINERS: Move to admin/.
5997
59982007-10-17 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6001 (HAVE_LIBRESOLV): Also define if we are using res_init().
6002
60032007-10-17 Glenn Morris <rgm@gnu.org>
6004
6005 * FTP: Remove file, since it's just a duplicate of one in etc/.
6006
60072007-10-05 Eli Zaretskii <eliz@gnu.org>
6008
6009 * config.bat: Fix configuring `doc' due to changes in the
6010 directory structure.
6011
60122007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6013
6014 * configure.in: Don't use -lpthread on HP-UX.
6015
60162007-09-16 Glenn Morris <rgm@gnu.org>
6017
6018 * make-dist: File gfdl.1 has been removed.
6019
60202007-09-15 Glenn Morris <rgm@gnu.org>
6021
6022 * configure.in: Fix makeinfo version regexp.
6023
60242007-09-12 Glenn Morris <rgm@gnu.org>
6025
6026 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6027 implementation of alloca is not found.
6028
6029 * Makefile.in (SOURCES, unlock, relock): Delete.
6030 (install-arch-indep): Do not exclude the etc/ Makefiles.
6031
60322007-09-09 Juri Linkov <juri@jurta.org>
6033
6034 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
6035
6036 * README: Add doc/ to documentation directories.
6037
60382007-09-08 Michael Olson <mwolson@gnu.org>
6039
6040 * MAINTAINERS: Add myself for ERC and tq.el.
6041 Update for new doc/ directory layout.
6042
60432007-09-06 Romain Francoise <romain@orebokech.com>
6044
6045 * make-dist: Update for new doc/ directory layout.
6046
60472007-09-06 Glenn Morris <rgm@gnu.org>
6048
6049 * Makefile.in (mansrcdir): New variable.
6050 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
6051 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
6052 update these targets for new doc/ directory layout.
6053 (doc/misc/Makefile): New target.
6054 (install-arch-indep): Use mansrcdir for new location of manpages.
6055 (mostlyclean, clean, distclean, maintainer-clean, unlock)
6056 (relock, info, dvi): Update targets for new doc/ directory layout.
6057
6058 * configure.in (AC_OUTPUT): Update names of generated Makefiles
6059 for new doc/ directory layout.
6060
60612007-09-02 Andreas Schwab <schwab@suse.de>
6062
6063 * configure.in: Use AS_HELP_STRING throughout.
6064 * configure: Regenerate.
6065
60662007-09-02 Jan Djärv <jan.h.d@swipnet.se>
6067
6068 * configure.in: Require Gtk/Glib 2.6.
6069
60702007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6071
6072 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
6073 Use them throughout in place of AC_ARG_WITH calls.
6074 * configure: Regenerate.
6075
60762007-09-01 Andreas Schwab <schwab@suse.de>
6077
6078 * configure.in: Put quotes around nested macro calls.
6079
a04689de 60802007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
067d23c9
KY
6081
6082 * configure.in: Fix typo.
6083 * configure: Regenerate.
6084
60852007-08-30 Glenn Morris <rgm@gnu.org>
6086
6087 * configure.in (AH_BOTTOM): Copy some manual changes made to
6088 src/config.in here so they are not lost when it regenerates.
6089
6090 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
6091
60922007-08-29 Károly Lőrentey <karoly@lorentey.hu>
6093
6094 * README.multi-tty: New file.
6095
60962007-08-29 Glenn Morris <rgm@gnu.org>
6097
6098 * README: Increase version to 23.0.50.
6099
61002007-08-29 Jan Djärv <jan.h.d@swipnet.se>
6101
6102 * configure.in: New option: --without-xaw3d.
6103
61042007-08-24 Glenn Morris <rgm@gnu.org>
6105
6106 * configure.in: Check for a suitably recent makeinfo.
6107
61082007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6109
6110 * configure.in (Check for required libraries): Typo.
6111
61122007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6113
6114 * configure.in: Check librsvg2 also for Mac Carbon.
6115
61162007-08-22 Romain Francoise <romain@orebokech.com>
6117
6118 * make-dist: Follow reorganization of files in etc/.
6119
61202007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6121
6122 * configure.in: Add support for SVG images through librsvg2.
6123
61242007-07-28 Eli Zaretskii <eliz@gnu.org>
6125
6126 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
6127 to avoid an error message if there is no DOC there.
6128
61292007-07-25 Glenn Morris <rgm@gnu.org>
6130
6131 * Relicense all FSF files to GPLv3 or later.
6132
6133 * COPYING, info/COPYING: Switch to GPLv3.
6134
61352007-06-20 Jan Djärv <jan.h.d@swipnet.se>
6136
6137 * configure.in: Complain if X seems to be installed but no
6138 development files were found.
6139
61402007-06-20 Glenn Morris <rgm@gnu.org>
6141
6142 * configure.in: Prefer libgif over libungif.
6143
61442007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6145
6146 * configure.in: Check for all image libraries before exiting.
6147
61482007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6149
6150 * configure.in: Exit with error if image libraries aren't found.
6151
61522007-06-13 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6155 when compiling without scrollbars.
6156
61572007-06-12 Glenn Morris <rgm@gnu.org>
6158
6159 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6160
61612007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6162
6163 * configure.in: Change wording about yes/gtk and lucid/athena
6164 being synonyms.
6165
61662007-06-08 Glenn Morris <rgm@gnu.org>
6167
6168 * configure.in: Make gtk the default toolkit.
6169
61702007-06-07 Glenn Morris <rgm@gnu.org>
6171
6172 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6173 for a Sun C compiler.
6174
6175 * Makefile.in (install-arch-indep): Install only the DOC- file
6176 specific to the build, if possible, rather than DOC-*.
6177
61782007-06-02 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * Version 22.1 released.
6181
61822007-05-25 Chong Yidong <cyd@stupidchicken.com>
6183
6184 * mkinstalldirs: Sync to version in automake CVS.
6185
61862007-05-22 Andreas Schwab <schwab@suse.de>
6187
6188 * configure.in: Prefer build_alias over host when host_alias is not set.
6189 * configure: Regenerate.
6190
61912007-05-20 Andreas Schwab <schwab@suse.de>
6192
6193 * configure.in: Remove empty AC_SUBST.
6194 * configure: Regenerate.
6195
61962007-05-20 Nick Roberts <nickrob@snap.net.nz>
6197
6198 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6199 it like others.
6200 * configure: Regenerate.
6201
62022007-05-20 Nick Roberts <nickrob@snap.net.nz>
6203
6204 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6205 (AC_CHECK_LIB): Add -lgpm.
6206 * configure: Regenerate.
6207
62082007-05-03 Glenn Morris <rgm@gnu.org>
6209
6210 * configure: Tweak message about the absence of shell functions.
6211
62122007-04-27 Andreas Schwab <schwab@suse.de>
6213
6214 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6215
62162007-04-26 Glenn Morris <rgm@gnu.org>
6217
6218 * README: Increase version to 22.1.50.
6219
62202007-04-24 Juanma Barranquero <lekktu@gmail.com>
6221
6222 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6223
62242007-04-19 Glenn Morris <rgm@gnu.org>
6225
6226 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6227
62282007-04-18 Glenn Morris <rgm@gnu.org>
6229
6230 * INSTALL: Mention CPP.
6231
62322007-04-15 Glenn Morris <rgm@gnu.org>
6233
6234 * FTP: Replace with a pointer to the web version.
6235
62362007-04-13 Glenn Morris <rgm@gnu.org>
6237
6238 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6239
62402007-04-04 Glenn Morris <rgm@gnu.org>
6241
6242 * configure.in (NON_GNU_CPP): Use associated preprocessor when
6243 compiling with Sun Studio on Solaris.
6244
62452007-03-23 Glenn Morris <rgm@gnu.org>
6246
6247 * configure.in: Restore support for hp800 (removed 2007-01-27)
6248 following clarification of legal status.
6249
62502007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
6251
6252 * configure.in: Add support for AIX4.3 on IBM RS6000.
6253
6254 * configure: Regenerate.
6255
62562007-03-20 Richard Stallman <rms@gnu.org>
6257
6258 * configure.in: Fix previous change.
6259
62602007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6261
6262 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
6263 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6264 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
6265
62662007-03-19 Chong Yidong <cyd@stupidchicken.com>
6267
6268 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6269 user specifies "without".
6270
6271 * configure: Regenerate.
6272
62732007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6274
6275 * configure.in: Warning for Gtk+ and Cygwin added.
6276 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6277
62782007-02-27 Glenn Morris <rgm@gnu.org>
6279
6280 * make-dist (oldXMenu): Remove Imakefile.
6281 (etc/images): Add README.
6282
62832007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6284
6285 * configure.in (xtensa-*-linux-gnu*): New configuration.
6286
6287 * configure: Regenerate.
6288
62892007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6290
6291 * config.guess, config.sub: Updated from master source.
6292
62932007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6294
6295 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6296
62972007-01-29 Chong Yidong <cyd@stupidchicken.com>
6298
6299 * configure.in: Restore support for hp800's not running HP-UX.
6300
6301 * configure: Regenerate.
6302
63032007-01-27 Chong Yidong <cyd@stupidchicken.com>
6304
6305 * configure.in: Remove support for hp800 and sr2k machine types.
6306
6307 * configure: Regenerate.
6308
63092007-01-26 Jan Djärv <jan.h.d@swipnet.se>
6310
6311 * configure.in: Add check for libXft.
6312
63132007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6314
6315 * INSTALL: Info files moved to share/info.
6316
63172007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
6318
6319 * configure.in: Detect and use fink-installed in intel-based Mac
6320 builds; change Apple Darwin section to support both PowerPC and
6321 Intel-based Macs.
6322
63232006-12-26 Andreas Schwab <schwab@suse.de>
6324
6325 * Makefile.in (datarootdir): Define.
6326
63272006-12-24 Richard Stallman <rms@gnu.org>
6328
6329 * configure.in: Require Autoconf 2.61.
6330
63312006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
6332
6333 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6334 Remove redundant entry for powerpc-apple-netbsd.
6335
6336 * configure: Regenerate.
6337
63382006-12-22 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * configure: Regenerate with autoconf 2.61.
6341
63422006-12-20 Jan Djärv <jan.h.d@swipnet.se>
6343
6344 * configure.in: Detect alsa/asoundlib.h also.
6345 * configure: Regenerate.
6346
63472006-12-19 Jan Djärv <jan.h.d@swipnet.se>
6348
6349 * configure.in: Check if GTK+ compiles at all.
6350
63512006-12-10 Andreas Schwab <schwab@suse.de>
6352
6353 * configure.in: Remove check for struct timezone, its result is
6354 never used.
6355
63562006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6357
6358 * configure.in: Add support for Solaris 10 on x86-64.
6359
63602006-12-08 Jan Djärv <jan.h.d@swipnet.se>
6361
6362 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6363 of PKG_CONFIG_PATH.
6364
63652006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6366
6367 * configure.in (HAVE_SYNC): New test.
6368
63692006-12-03 Glenn Morris <rgm@gnu.org>
6370
6371 * Makefile.in: Fix Copyright format.
6372
6373 * configure.in (AH_TOP): Add missing Copyright year.
6374
6375 * update-subdirs: Add missing Copyright years.
6376
63772006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
6378
6379 * Makefile.in: Touch only the parts of the share/emacs directory
6380 specific to this version.
6381
63822006-11-26 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6385
63862006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6387
6388 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6389
63902006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6391
6392 * configure.in: Prefer X11 to Carbon only when some X-specific
6393 option is specified (Thanks to Jan Djärv and Andreas Schwab).
6394
63952006-11-04 Romain Francoise <romain@orebokech.com>
6396
6397 * Makefile.in (bootstrap-clean-before): Fix typo.
6398 Use new target `bootstrap-clean' in the leim subdirectory.
6399
64002006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6401
6402 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6403
64042006-10-30 Chong Yidong <cyd@stupidchicken.com>
6405
6406 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6407 directories.
6408
64092006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6410
6411 * configure.in: Enable x86-64 OpenBSD compilation.
6412
64132006-10-28 Glenn Morris <rgm@gnu.org>
6414
6415 * AUTHORS: Add cal-html.el author.
6416
64172006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6418
6419 * make-dist: Make links to mac/make-package and
6420 mac/Emacs.app/Contents/Resources/Emacs.icns.
6421
64222006-10-27 Chong Yidong <cyd@stupidchicken.com>
6423
6424 * README: Bump version number to 22.0.90.
6425
64262006-10-23 Andreas Schwab <schwab@suse.de>
6427
6428 * configure.in: Make sure x_default_search_path is always set even
6429 when x_libraries is empty, and look in .../share as well for each
6430 library directory.
6431
64322006-09-28 Kenichi Handa <handa@m17n.org>
6433
6434 * configure.in (locallisppath): Don't include leim dir.
6435 (lisppath): Include leim dir.
6436
64372006-09-15 Jay Belanger <belanger@truman.edu>
6438
6439 * COPYING: Replace "Library Public License" by "Lesser Public
6440 License" throughout.
6441
64422006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6443
6444 * make-dist (EMACS): Exit and fail if the EMACS environment
6445 variable is set to something other than an absolute file name.
6446
64472006-08-16 Andreas Schwab <schwab@suse.de>
6448
6449 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6450 of hardcoding it.
6451
64522006-08-16 Richard Stallman <rms@gnu.org>
6453
6454 * INSTALL.CVS: Clean up wording.
6455
64562006-07-14 Eli Zaretskii <eliz@gnu.org>
6457
6458 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6459 $PKG_CONFIG --exists "$2" to config.log.
6460 * configure: Regenerate.
6461
1a71cb28 64622006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
6463
6464 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6465
64662006-07-09 Kim F. Storm <storm@cua.dk>
6467
6468 * CONTRIBUTE: Use outline format.
6469 Add section on copyright years (from admin/notes/years).
6470
64712006-07-08 Eli Zaretskii <eliz@gnu.org>
6472
6473 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6474 to /dev/null, since we don't need the error message, just the
6475 exit status.
6476
64772006-07-07 Eli Zaretskii <eliz@gnu.org>
6478
6479 * CONTRIBUTE: Slight formatting changes and typo fixes.
6480 Add description of NEWS markings.
6481
64822006-07-07 Kim F. Storm <storm@cua.dk>
6483
6484 * CONTRIBUTE: Mention INSTALL.CVS.
6485
64862006-07-05 Romain Francoise <romain@orebokech.com>
6487
6488 * make-dist (top-level): Add CONTRIBUTE.
6489
64902006-07-04 Richard Stallman <rms@gnu.org>
6491
6492 * CONTRIBUTE: Much rewrite.
6493
64942006-07-04 Nick Roberts <nickrob@snap.net.nz>
6495
6496 * CONTRIBUTE: New file.
6497
64982006-06-24 Eli Zaretskii <eliz@gnu.org>
6499
6500 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6501
65022006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6503
6504 * configure.in: Add check for ALSA.
6505
65062006-05-06 Eli Zaretskii <eliz@gnu.org>
6507
6508 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6509
6510 * info/dir: Remove the Emacs-Xtra entry.
6511
65122006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6513
6514 Update copyright year(s) in many files.
6515
65162006-04-01 Eli Zaretskii <eliz@gnu.org>
6517
6518 * configure: Regenerated.
6519
65202006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6521
6522 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6523 --without-toolkit-scroll-bars was specified.
6524
65252006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6526
6527 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6528 to CFLAGS. Update Copyright years written to src/config.in.
6529
65302006-03-18 Claudio Fontana <claudio@gnu.org>
6531
6532 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6533 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6534 to be installed/uninstalled.
6535 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6536 to Info files installed by Emacs.
6537
65382006-03-03 Claudio Fontana <claudio@gnu.org>
6539
6540 * Makefile.in (install, uninstall): Add DESTDIR variable to
6541 support staged installations.
6542
65432006-02-14 Richard M. Stallman <rms@gnu.org>
6544
6545 * configure.in (s390x-*-linux-gnu*): New configuration.
6546
65472006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6548
6549 * configure.in: Require GTK 2.4 or newer.
6550
65512006-01-29 Michael Olson <mwolson@gnu.org>
6552
6553 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6554 * info/dir (ERC): New entry.
6555
65562006-01-29 Eli Zaretskii <eliz@gnu.org>
6557
6558 * info/dir: Fix last change.
6559
65602006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6561
6562 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6563
65642006-01-27 Eli Zaretskii <eliz@gnu.org>
6565
6566 * info/dir: Untabify the whole file.
6567 (Rcirc): New entry.
6568
65692006-01-12 Andreas Schwab <schwab@suse.de>
6570
6571 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6572 check.
6573
65742006-01-02 Chong Yidong <cyd@stupidchicken.com>
6575
6576 * configure.in: Use -Wno-pointer-sign if available.
6577
65782005-12-29 Andreas Schwab <schwab@suse.de>
6579
6580 * config.guess, config.sub: Updated from master source.
6581
65822005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6583
6584 * configure.in: Use amdx86-64 for freebsd on x86_64.
6585
65862005-11-22 Romain Francoise <romain@orebokech.com>
6587
6588 * make-dist: Add etc/images/icons.
6589
65902005-11-03 Andreas Schwab <schwab@suse.de>
6591
6592 * configure.in: Use GZIP_PROG instead of GZIP.
6593
90eacf99 6594 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
6595 (install-arch-indep): Adjust.
6596
65972005-11-01 Andreas Schwab <schwab@suse.de>
6598
6599 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6600 (bootfast): Likewise.
6601
66022005-11-01 Romain Francoise <romain@orebokech.com>
6603
6604 * configure.in: Check for gzip.
6605
6606 * Makefile.in (install): Compress source files.
6607
66082005-10-24 Steven Tamm <steventamm@mac.com>
6609
6610 * configure.in: Fix darwin386 configuration issue.
6611
66122005-10-22 Eli Zaretskii <eliz@gnu.org>
6613
6614 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6615
66162005-10-17 Bill Wohler <wohler@newt.com>
6617
6618 * make-dist: Create and populate etc/images/low-color.
6619
66202005-10-15 Bill Wohler <wohler@newt.com>
6621
6622 * make-dist: Create and populate etc/images/gud.
6623
66242005-10-08 Richard M. Stallman <rms@gnu.org>
6625
6626 * make-dist (tempparent): Don't check for 14-char file name limit.
6627
66282005-10-07 Romain Francoise <romain@orebokech.com>
6629
6630 * make-dist: Add etc/images/ezimage and etc/images/mail
6631 directories. Install images in etc/images.
6632
66332005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6634
6635 * configure.in: Prefer Carbon if --enable-carbon-app or
6636 --with-carbon is explicitly specified even when X11 is detected.
6637
66382005-09-15 Ulf Jasper <ulf.jasper@web.de>
6639
6640 * Makefile.in (install-arch-indep, uninstall):
6641 Handle newsticker manual.
6642 (info): Add - to commands.
6643
66442005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6645
6646 Remove the MAXPATHLEN limitations:
6647
6648 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6649
66502005-09-09 Eli Zaretskii <eliz@gnu.org>
6651
6652 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6653 * configure: Regenerate.
6654
66552005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6656
6657 * config.guess, config.sub: Updated from master source.
6658
66592005-08-03 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * .cvsignore: Add `lock'.
6662
66632005-07-28 Juanma Barranquero <lekktu@gmail.com>
6664
6665 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6666
66672005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6668
6669 Merge gnulib getopt implementation into Emacs.
6670
6671 * Makefile.in (AUTOCONF_INPUTS): New macro.
6672 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6673 so that these files also depend on m4/getopt.m4.
6674 * configure.in: Configure getopt by including m4/getopt.m4,
6675 and configuring a getopt replacement if necessary.
6676 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6677 * m4/getopt.m4: New file.
6678
66792005-07-06 Lute Kamstra <lute@gnu.org>
6680
6681 * configure.in: Fix capitalization.
6682
66832005-07-04 Lute Kamstra <lute@gnu.org>
6684
6685 Update FSF's address in GPL notices.
6686
66872005-06-19 Jérôme Marant <jerome@marant.org>
6688
6689 * Makefile.in (epaths-force): Protect both lisppath and
6690 buildlisppath from whitespace.
6691
66922005-06-08 Steven Tamm <steventamm@mac.com>
6693
090bd7cb 6694 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
6695
66962005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6697
6698 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6699
1a71cb28 67002005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
6701
6702 * configure.in: Add --enable-locallisppath.
6703
67042005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6705
6706 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
6707 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6708 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
6709
67102005-05-07 Jérôme Marant <jerome@marant.org>
6711
6712 * make-dist: Remove references to makefile.nt and makefile.def.
6713 Include widgets and images subdirectories of etc. Do not exclude
6714 ldefs-boot.el.
6715
67162005-04-23 Andreas Schwab <schwab@suse.de>
6717
6718 * configure.in: Remove duplicate match for powerpc configuration.
6719
67202005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6721
6722 * configure.in: Check for <pwd.h>.
6723
67242005-04-14 Lute Kamstra <lute@gnu.org>
6725
6726 * make-dist: Distribute all ChangeLog files in lisp/.
6727 Don't distribute ldefs-boot.el.
6728 lisp/makefile.nt no longer exists.
6729
67302005-04-13 Lute Kamstra <lute@gnu.org>
6731
6732 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6733 for "no-byte-compile: t" in the file instead.
6734
67352005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6738 shadow the main Lesstif/Motif-2.1 libs and includes.
6739
67402005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6741
6742 * configure.in: Only add XASSERTS to cppflags.
6743
67442005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6745
6746 * configure.in: Added --enable-asserts.
6747
67482005-02-09 Kim F. Storm <storm@cua.dk>
6749
6750 Change release version from 21.4 to 22.1 throughout.
6751 Change development version from 21.3.50 to 22.0.50.
6752
67532005-01-19 Steven Tamm <steventamm@mac.com>
6754
6755 * configure.in: Check for <sys/utsname.h>.
6756
67572004-12-11 Kim F. Storm <storm@cua.dk>
6758
6759 * Makefile.in (info): Undo 2004-12-05 change.
6760
67612004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6762
6763 * info/dir (File): Add URL and Org Mode manuals.
6764 * Makefile.in (install-arch-indep, uninstall): Add url and org
6765 manuals.
6766
67672004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6770 committed to src/config.in.
6771
67722004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6773
6774 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6775 pthreads and define HAVE_GTK_AND_PTHREAD.
6776
67772004-12-05 Richard M. Stallman <rms@gnu.org>
6778
6779 * Makefile.in (info): Ignore errors building info files.
6780
67812004-11-27 Eli Zaretskii <eliz@gnu.org>
6782
6783 * config.bat: If 8-byte alignment is not supported, define
6784 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6785 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6786 filter through Sed to remove the quotes.
6787
67882004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6791 not apply to files explicitly `cvs add'ed.
6792
67932004-11-12 Eli Zaretskii <eliz@gnu.org>
6794
6795 * config.bat: Don't require djecho.exe for the v1.x build.
6796 Add a test for DECL_ALIGN support, and add a trivial definition to
6797 src/config.h if 8-byte alignment is not supported.
6798
67992004-11-08 Kim F. Storm <storm@cua.dk>
6800
6801 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6802 files before building.
6803 (bootfast, bootstrap-clean-before-fast): New targets, like
6804 bootstrap but don't remove .elc files.
6805
68062004-11-06 Lars Brinkhoff <lars@nocrew.org>
6807
6808 * configure.in: Add check for getrusage.
6809
68102004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6811
6812 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6813 New tests for new and old GTK file dialogs.
6814 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6815 to no.
6816
68172004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6818
6819 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6820 can be set. Remove SETARCH test.
6821
68222004-10-08 Steven Tamm <steventamm@mac.com>
6823
ed9265fc 6824 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
6825
68262004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6827
6828 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6829 AC_MSG_WARN. Move output of warning message to end of configure run.
6830
68312004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6832
6833 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6834 Run test to see if heap start address is random.
6835
68362004-09-29 Miles Bader <miles@gnu.org>
6837
6838 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6839 if setarch is present.
6840
68412004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6842
6843 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6844
68452004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6846
6847 * configure.in: Check for exec-shield.
6848
1a71cb28
GM
68492004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6850
6851 * Makefile.in (install-arch-indep): Add pgg and sieve.
6852
6853 * info/.cvsignore: Added pgg and sieve.
6854
067d23c9
KY
68552004-08-06 Andreas Schwab <schwab@suse.de>
6856
6857 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6858
68592004-07-31 Eli Zaretskii <eliz@gnu.org>
6860
6861 * config.bat: Update URLs in the comments.
6862
067d23c9
KY
68632004-07-05 Andreas Schwab <schwab@suse.de>
6864
6865 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6866
68672004-06-21 Kenichi Handa <handa@m17n.org>
6868
6869 * make-dist: Link leim-ext.el into tempdir.
6870
68712004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6872
6873 * info/dir (File): Add emacs-xtra.
6874 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6875
68762004-06-12 Juri Linkov <juri@jurta.org>
6877
6878 * info/dir: Move menu help lines from `* Menu:' to file header.
6879 Describe the purpose of a red *.
6880
68812004-05-04 Dave Love <fx@gnu.org>
6882
6883 * configure.in: Don't use `extrasub'.
6884
68852004-04-29 Dave Love <fx@gnu.org>
6886
6887 * configure.in: Don't forget to quote args to `test'.
6888
68892004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6890
6891 * autogen.sh: Update filename in "please read" message.
6892
68932004-04-17 Richard M. Stallman <rms@gnu.org>
6894
6895 * INSTALL: Move the info about site-lisp dirs,
6896 and say uninstalled Emacs looks there too.
6897
68982004-04-04 Eli Zaretskii <eliz@gnu.org>
6899
6900 * config.bat (lib-src): Recognize comment lines in Makefile.in
6901 that have a TAB after the #, to avoid errors in preprocessing with
6902 GCC 3.3.3.
6903
69042004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6905
6906 * Makefile.in: Mention in comment that `make maintainer-clean'
6907 deletes .elc files.
6908
69092004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6910
6911 * update-subdirs: Add local variables to prevent byte-compiling.
6912
69132004-03-21 Dave Love <fx@gnu.org>
6914
6915 * configure.in: Fix previous change.
6916
69172004-03-18 Dave Love <fx@gnu.org>
6918
6919 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6920
69212004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6922
6923 * info/dir (File): Add SMTP and SES.
6924
69252004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6928 (bootstrap): Use the new bootstrap-prepare target in lisp.
6929
69302004-02-18 Kim F. Storm <storm@cua.dk>
6931
6932 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6933
69342004-02-16 Eli Zaretskii <eliz@gnu.org>
6935
6936 * make-dist: Don't link index.*perm and permute-index into tempdir.
6937
69382004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6939
6940 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6941 to match previous changes by Eli Zaretskii.
6942
69432004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6944
6945 * Makefile.in: Set CDPATH to an empty string.
6946
69472004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * configure.in <darwin>: Use fink packages if available.
6950
69512004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6952
6953 * make-dist (lispref): Do include lispref/index.texi.
6954
69552004-01-06 Eric Hanchrow <offby1@blarg.net>
6956
6957 * make-dist (tempdir): Include cursors in nt/icons.
6958
69592003-12-30 Eli Zaretskii <eliz@gnu.org>
6960
6961 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6962 clashes with install-sh on 8+3 filesystems.
6963
1a71cb28 69642003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
6965
6966 * .cvsignore: Add .arch-inventory.
6967
69682003-12-24 Andreas Schwab <schwab@suse.de>
6969
6970 * configure.in: Check for <sys/socket.h>. Include it before
6971 including <net/if.h>. Move check for <net/if.h> before its use.
6972
69732003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6974
6975 * Makefile.in (install-arch-dep): Don't let cd output go into
6976 pipe for carbon_appdir.
6977
69782003-12-24 Andreas Schwab <schwab@suse.de>
6979
6980 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6981
69822003-12-01 Andreas Schwab <schwab@suse.de>
6983
6984 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6985 hardcoding gcc.
6986
69872003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6988
6989 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6990 multiple displays.
6991 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6992
69932003-09-23 Dave Love <fx@gnu.org>
6994
6995 * configure.in: Check members of struct ifreq.
6996
69972003-09-14 Kim F. Storm <storm@cua.dk>
6998
6999 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7000
70012003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7002
7003 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7004
70052003-08-18 Lute Kamstra <lute@gnu.org>
7006
7007 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7008 required anymore.
7009
70102003-08-07 Andrew Choi <akochoi@shaw.ca>
7011
7012 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7013 option instead of -traditional-cpp for CPP.
7014
70152003-07-29 Richard M. Stallman <rms@gnu.org>
7016
7017 * configure.in (HAVE_XIM): Define if XIM is available.
7018
70192003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7020
7021 * configure.in: The function gtk_window_set_icon_from_file was
7022 introduced in GTK+ 2.2, so check for that release.
7023
70242003-07-23 Andreas Schwab <schwab@suse.de>
7025
7026 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7027
7028 * Makefile.in (YACC): Remove, not used.
7029 (MAINT): Don't set.
7030 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7031 disable dependency on ${srcdir}/configure.in when maintainer mode
7032 is disabled.
7033
70342003-07-22 Dave Love <fx@gnu.org>
7035
7036 * configure.in: Make XRegisterIMInstantiateCallback test depend on
7037 HAVE_X11, not with_xim.
7038 (HAVE_CRTIN): Provide template.
7039 <with_png>: Test for png.h and libpng/png.h.
7040
70412003-07-15 Andreas Schwab <schwab@suse.de>
7042
7043 * configure.in: Temporarily leave quoting for AC_DEFINE.
7044
70452003-07-13 Stefan Monnier <monnier@cs.yale.edu>
7046
7047 * configure.in: Check for posix_memalign.
7048
70492003-07-12 Richard M. Stallman <rms@gnu.org>
7050
7051 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
7052
70532003-07-09 Kim F. Storm <storm@cua.dk>
7054
7055 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
7056 functionality of --without-xim.
7057
70582003-06-29 Dave Love <fx@gnu.org>
7059
7060 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
7061
70622003-06-23 Dave Love <fx@gnu.org>
7063
7064 * configure.in: Check for sys/_mbstate_t.h.
7065 Test XRegisterIMInstantiateCallback prototype.
7066 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
7067
70682003-06-06 Dave Love <fx@gnu.org>
7069
7070 * configure.in: Check for locale.h.
7071
70722003-06-05 Dave Love <fx@gnu.org>
7073
7074 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
7075 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
7076 (NLIST_STRUCT): Don't define.
7077 (AH_BOTTOM): Define my_strftime.
7078
70792003-06-02 Richard M. Stallman <rms@gnu.org>
7080
7081 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
7082
70832003-05-24 Andreas Schwab <schwab@suse.de>
7084
7085 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
7086 bzero, and bcmp.
7087
70882003-05-22 Dave Love <fx@gnu.org>
7089
7090 * configure.in: Remove redundant test for term.h. Test for difftime.
7091
70922003-05-20 Dave Love <fx@gnu.org>
7093
7094 * configure.in: Append * to s390-*-linux-gnu case.
7095 (LIBMAIL) <lockfile>: Don't define.
7096
067d23c9
KY
70972003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7098
7099 * INSTALL (* GNU/Linux development packages): Mention Debian and
7100 RedHat package names.
7101
71022003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
7103
7104 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7105
71062003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7107
7108 * INSTALL (* GNU/Linux development packages): Tell people to
7109 install additional packages for compiling Emacs.
7110
1a71cb28
GM
71112003-04-30 Richard M. Stallman <rms@gnu.org>
7112
7113 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7114
71152003-04-28 Francesco Potortì <pot@gnu.org>
7116
7117 * configure.in: Undo last (RMS') change, as it is useless, per
7118 Dave Love.
7119
71202003-04-08 Richard M. Stallman <rms@gnu.org>
7121
7122 * configure.in: Put #include of jpeglib.h at start of line.
7123
067d23c9
KY
71242003-04-06 Francesco Potortì <pot@gnu.org>
7125
7126 * configure.in: Use the same configuration for all aix5, not just
7127 aix5.1.
7128
71292003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
7130
7131 * configure.in: Check for need for bigtoc support on IBM AIX for
7132 solving a linker table overflow problem.
7133
71342003-03-03 Rob Browning <rlb@defaultvalue.org>
7135
7136 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
7137 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
7138 over bzero, bcmp, and bcopy.
7139
71402003-02-23 Simon Josefsson <jas@extundo.com>
7141
7142 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7143
71442003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7145
7146 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7147
71482003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7149
7150 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7151
71522003-02-08 Andreas Schwab <schwab@suse.de>
7153
7154 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7155 instead of the substitution.
7156
71572003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7158
7159 * Makefile.in: Use @EXEEXT@ for Cygwin.
7160 Use USERNAME if LOGNAME is not set (for Cygwin).
7161
7162 * configure.in: Add opsys=cygwin.
7163
71642003-01-22 Andreas Schwab <schwab@suse.de>
7165
7166 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7167 redefining it explicitly in src/config.in.
7168
71692003-01-22 Markus Rost <rost@math.ohio-state.edu>
7170
7171 * Makefile.in (bootstrap): Make bootstrap-after.
7172
71732003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7174
7175 * configure.in: Fix --with-gtk.
7176
71772003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7178
090bd7cb 7179 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
7180
7181 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7182
71832003-01-14 Francesco Potortì <pot@gnu.org>
7184
7185 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7186
71872003-01-07 Steven Tamm <steventamm@mac.com>
7188
7189 * configure.in: New option, --enable-carbon-app, to specify
7190 that the application should be installed
7191 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 7192 Emacs.app application if carbon-app is enabled.
067d23c9
KY
7193
71942003-01-06 Dave Love <fx@gnu.org>
7195
7196 * configure.in: Check for nl_langinfo.
7197 [!HAVE_SIZE_T]: Fix typedef.
7198
71992003-01-06 David Kastrup <dak@gnu.org>
7200
7201 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7202
7203 * configure.in: Add tests for install-info.
7204
72052002-12-09 Markus Rost <rost@math.ohio-state.edu>
7206
7207 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7208 use again sol2-6 instead of sol2-8.
7209
72102002-12-09 Dave Love <fx@gnu.org>
7211
7212 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7213
72142002-12-08 Andreas Schwab <schwab@suse.de>
7215
7216 * Makefile.in (install-arch-indep): Revert last change.
7217
72182002-11-27 Dave Love <fx@gnu.org>
7219
7220 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7221 Check for __sys_siglist too. Check for memset.
7222 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7223
72242002-11-22 Juanma Barranquero <lektu@terra.es>
7225
7226 * config.guess, config.sub: Updated from master source.
7227
72282002-11-19 Karl Fogel <kfogel@red-bean.com>
7229
7230 * autogen.sh: New file.
7231
1a71cb28 72322002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
7233
7234 * configure.in: Tidy up various quoting issues throughout.
7235 Use AC_GNU_SOURCE.
7236 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7237 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7238 Maybe define bcopy, bzero, bcmp.
7239 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
7240 non-existent machine file).
7241 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
7242 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
7243 (nlist.h): Move test up.
7244
72452002-11-18 Markus Rost <rost@math.ohio-state.edu>
7246
7247 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
7248
72492002-11-14 Francesco Potortì <pot@gnu.org>
7250
7251 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7252
72532002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7254
7255 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7256
72572002-11-08 Dave Love <fx@gnu.org>
7258
7259 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7260 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7261
72622002-11-07 Miles Bader <miles@gnu.org>
7263
7264 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7265 Handle separate-build-dir case.
7266
72672002-11-06 Richard M. Stallman <rms@gnu.org>
7268
7269 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7270 bulletproof. $bar may be empty when there are no .elc files.
7271
72722002-10-30 Dave Love <fx@gnu.org>
7273
7274 * configure.in: Require autoconf 2.53. Test for pty.h,
7275 sys/mman.h, sys/param.h, mremap, memmove.
7276 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7277 (AC_PROG_YACC): Delete.
7278 (size_t): Use AC_CHECK_TYPES.
7279 (AH_TOP): Up-date copyright.
7280
72812002-10-01 Juanma Barranquero <lektu@terra.es>
7282
7283 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7284
72852002-09-19 Richard M. Stallman <rms@gnu.org>
7286
7287 * configure.in: Fix the LessTif-directory-finder for real.
7288
72892002-09-14 Richard M. Stallman <rms@gnu.org>
7290
7291 * Makefile.in (maybe_bootstrap): Test for complete absence
7292 of compiled Lisp files.
7293
72942002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7297 (bootstrap-clean-after): Delete.
7298 (bootstrap): Make the sequencing explicit.
7299
73002002-09-10 Richard M. Stallman <rms@gnu.org>
7301
7302 * configure.in: Fix previous LessTif change.
7303
73042002-09-09 Richard M. Stallman <rms@gnu.org>
7305
7306 * configure.in (powerpcle-*-solaris2.5*): New configuration.
7307 (powerpcle-*-solaris*): Use version 2.6 as default.
7308 (*-sunos5.6*, *-solaris2.6*): New alternative.
7309 (*-sunos5*): Use version 2.6 as default.
7310
73112002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7312
7313 * configure.in: Fix typo.
7314
73152002-09-05 Richard M. Stallman <rms@gnu.org>
7316
7317 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7318
7319 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7320 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7321
73222002-08-26 Kim F. Storm <storm@cua.dk>
7323
7324 * Makefile.in (install-arch-indep): Do not remove DOC file
7325 when it is the only DOC file installed; this is the case when
7326 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
7327
73282002-07-24 Markus Rost <rost@math.ohio-state.edu>
7329
7330 * configure.in: Fix typo.
7331
73322002-07-24 Richard M. Stallman <rms@gnu.org>
7333
7334 * configure.in: Don't print anything special about gamedir.
7335
7336 * configure.in: Delete nonstandard --with-game-user option.
7337
73382002-07-21 Richard M. Stallman <rms@gnu.org>
7339
7340 * Makefile.in (gamedir, localstatedir): New variables.
7341 (epaths-force): Insert value of gamedir into PATH_GAME.
7342
7343 * configure.in (gamedir): Handle it like lispdir.
7344 (--with-game-dir option): Delete.
7345
73462002-06-21 Pavel Janík <Pavel@Janik.cz>
7347
7348 * configure.in: Add support for mipseb-*-netbsd* machines.
7349
73502002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7351
7352 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7353
73542002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7355
7356 * info/dir (File): Add an entry for Tramp.
7357
73582002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7359
7360 * INSTALL-CVS: New file.
7361
73622002-06-07 Andreas Schwab <schwab@suse.de>
7363
7364 * configure.in (x86_64-*-linux-gnu*): New system.
7365
73662002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
7367
7368 * config.bat: Handle the case when lispintro is truncated to lispintr.
7369
73702002-05-26 Paul Eggert <eggert@twinsun.com>
7371
7372 * config.guess, config.sub: Updated from master source.
7373
73742002-05-09 Richard M. Stallman <rms@gnu.org>
7375
7376 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7377
73782002-05-04 Pavel Janík <Pavel@Janik.cz>
7379
7380 * make-dist: Do not distribute lock/ directory.
7381
73822002-04-30 Andrew Choi <akochoi@shaw.ca>
7383
7384 * configure.in: Provide documentation string when defining
7385 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7386 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7387
1a71cb28 73882002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
7389
7390 * configure.in: Delete configure check for access to the game user.
7391
73922002-04-29 Pavel Janík <Pavel@Janik.cz>
7393
7394 * make-dist: lwlib/Imakefile is removed.
7395
73962002-04-26 Andrew Choi <akochoi@shaw.ca>
7397
7398 * configure.in: Add support for powerpc-apple-darwin*.
7399 (HAVE_CARBON): Add.
7400
7401 * make-dist: Create directories in mac/Emacs.app.
7402
74032002-04-25 Pavel Janík <Pavel@Janik.cz>
7404
7405 * make-dist: lwlib-Xol* are removed.
7406
74072002-04-23 Andreas Schwab <schwab@suse.de>
7408
7409 * Makefile.in (MAINT): New variable.
7410 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7411 instead of configure.in, to avoid running autoconf and autoheader
7412 unless explicitly requested.
7413
74142002-04-16 Eli Zaretskii <eliz@gnu.org>
7415
7416 * config.bat: Update for msdos/sed2v2.inp.
7417
74182002-04-15 Andreas Schwab <schwab@suse.de>
7419
7420 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7421 * configure.in: Add config header templates to all AC_DEFINE and
7422 AC_DEFINE_UNQUOTED symbols.
7423 * make-dist: Run autoheader if necessary.
7424
74252002-04-10 Colin Walters <walters@verbum.org>
7426
7427 * configure.in: Add --game-dir, --game-user. Test to see if we
7428 can use them.
7429
74302002-04-08 Pavel Janík <Pavel@Janik.cz>
7431
7432 * configure.in: Add --with-sound.
7433
74342002-03-18 Kim F. Storm <storm@cua.dk>
7435
7436 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7437 and getsockname functions. Test for sys/un.h include file.
7438
74392002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7440
7441 * configure.in: Support AIX 5.1.
7442
74432002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7444
7445 * configure.in: Added test for X Session Management (HAVE_X_SM).
7446
74472002-03-03 Richard M. Stallman <rms@gnu.org>
7448
7449 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7450 Run chown $${LOGNAME} on files installed by tar xvf.
7451
74522002-03-03 Kim F. Storm <storm@cua.dk>
7453
7454 * configure.in: Test for getpeername.
7455
74562002-03-01 Richard M. Stallman <rms@gnu.org>
7457
7458 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7459 (HAVE_GIF): Don't use old libungif versions that crash.
7460
74612002-02-26 Richard M. Stallman <rms@gnu.org>
7462
7463 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7464 not just well-formed and valid.
7465 (mips-compaq-nonstopux*): New configuration.
7466
74672002-02-18 Paul Eggert <eggert@twinsun.com>
7468
7469 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7470 "sed q" is a portable equivalent to plain "head -1".
7471
74722002-02-13 Richard M. Stallman <rms@gnu.org>
7473
7474 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7475 (all): Don't depend on maybe_bootstrap here.
7476 (${SUBDIR}): Depend on it here instead.
7477
74782002-02-08 Richard M. Stallman <rms@gnu.org>
7479
7480 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7481
74822002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7483
7484 * configure.in: Recognize BSD/OS 5.0.
7485
74862002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7487
7488 * make-dist: Make version checking in emacs.texi consistent with
7489 how we set it there.
7490
74912001-12-29 Kim F. Storm <storm@cua.dk>
7492
7493 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7494
74952001-12-28 Richard M. Stallman <rms@gnu.org>
7496
7497 * configure.in: Test for mbsinit.
7498
74992001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7500
7501 These changes make Leim part of the standard distribution:
7502
7503 * README: Add info about the `leim' directory.
7504
7505 * INSTALL: Remove text that describes Leim as a separate package.
7506
7507 * noleim-Makefile.in: File removed.
7508
7509 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7510 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7511 Leim files out of the Emacs tree. Don't prepare a separate tarball
7512 for Leim.
7513
75142001-12-11 Richard M. Stallman <rms@gnu.org>
7515
7516 * configure.in (hppa*-*-linux-gnu*): New alternative.
7517
75182001-12-08 Pavel Janík <Pavel@Janik.cz>
7519
7520 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7521 creating distribution.
7522
75232001-12-06 Paul Eggert <eggert@twinsun.com>
7524
7525 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7526 (AC_FUNC_VFORK): Remove.
7527 (AC_FUNC_FORK): Add.
7528 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7529 this is required by recent Autoconf versions.
7530
75312001-12-02 Pavel Janík <Pavel@Janik.cz>
7532
7533 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7534 TODO, vms-pp.trans and others).
7535
75362001-11-29 Pavel Janík <Pavel@Janik.cz>
7537
7538 * make-dist: Use COPYING from the top-level directory.
7539
75402001-11-29 Gerd Moellmann <gerd@gnu.org>
7541
7542 * configure.in: Add support for FreeBSD/Alpha.
7543
75442001-11-29 Pavel Janík <Pavel@Janik.cz>
7545
7546 * make-dist: Add COPYING to the top-level directory of the
7547 distribution. Simplify the logic behind copying.
7548
7549 * Makefile.in (maybe_bootstrap): Fix previous change.
7550
75512001-11-28 Richard M. Stallman <rms@gnu.org>
7552
7553 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7554
75552001-11-26 Richard M. Stallman <rms@gnu.org>
7556
7557 * Makefile.in: bootstrap should not delete dumped executables.
7558 (bootstrap-clean-before): New target.
7559 (bootstrap): Use bootstrap-clean-before instead of clean.
7560 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7561
75622001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7563
7564 These changes add the Emacs Lisp Introduction manual to the
7565 distribution:
7566
7567 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7568
7569 * make-dist: Copy the files in lispintro directory.
7570
7571 * config.bat: Configure in the lispintro directory.
7572
7573 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7574
7575 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7576 (lispintro/Makefile): New target.
7577 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7578 (unlock, relock, info, dvi): Ditto.
7579
75802001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7581
7582 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7583
7584 * make-dist (etc): Don't distribute gfdl.1.
7585
75862001-11-22 Colin Walters <walters@debian.org>
7587
7588 * Makefile.in (install-arch-indep): Install the calc .info files.
7589 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7590
75912001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7592
7593 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7594 tindex.pl to the list of those being put into the distribution.
7595
75962001-11-16 Eli Zaretskii <eliz@gnu.org>
7597
7598 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7599
76002001-11-15 Pavel Janík <Pavel@Janik.cz>
7601
7602 * Makefile.in (uninstall): Fix previous change.
7603
7604 * configure.in, Makefile.in: Add support for --program-prefix,
7605 --program-suffix and --program-transform-name options.
7606
76072001-11-13 Pavel Janík <Pavel@Janik.cz>
7608
7609 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7610 (install-arch-indep): Install emacsclient manual page.
7611 (uninstall): Uninstall emacsclient manual page.
7612
76132001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7614
7615 * make-dist: Add lispref/index.*perm files to the distribution.
7616 From Pavel Janík <Pavel@Janik.cz>.
7617
76182001-11-12 Pavel Janík <Pavel@Janik.cz>
7619
7620 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7621
76222001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7623
7624 * configure.in: AC_OUTPUT lispref/Makefile.
7625
76262001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7627
7628 The following changes add the ELisp reference manual to the
7629 distribution.
7630
7631 * make-dist: Add the lispref directory to the distribution.
7632
7633 * Makefile.in (install-arch-indep): Add elisp* to the list of
7634 installed Info files.
7635 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7636 (lispref/Makefile): New target.
7637 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7638 Add commands for the lispref directory.
7639 (info, dvi): Ditto.
7640
7641 * config.bat: Configure in `lispref'.
7642
76432001-11-09 Richard M. Stallman <rms@gnu.org>
7644
7645 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7646
76472001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7648
7649 * make-dist (tempdir): Copy AUTHORS as well.
7650
76512001-11-06 Sam Steingold <sds@gnu.org>
7652
7653 * configure.in: Added a check for <nlist.h>.
7654
76552001-11-01 Pavel Janík <Pavel@Janik.cz>
7656
7657 * configure.in: Reindent --help output.
7658 From Per Starbäck (starback@ling.uu.se).
7659
76602001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7661
7662 * configure.in: New entry for HP/UX-11.
7663
7664 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7665 From Eric S. Raymond <esr@golux.thyrsus.com>.
7666
76672001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7668
7669 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7670 <athornton@sinenomine.net>.
7671
76722001-10-25 Gerd Moellmann <gerd@gnu.org>
7673
7674 * Makefile.in (maybe_bootstrap): New target.
7675 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7676
76772001-10-24 Ken Raeburn <raeburn@gnu.org>
7678
7679 * configure.in: If --with-hesiod is given, look for
7680 hes_getmailhost and res_send or __res_send; check hesiod and
7681 resolv libraries respectively if system libraries don't supply them.
7682
76832001-10-24 Gerd Moellmann <gerd@gnu.org>
7684
7685 * configure.in: Use $MAKE for `make' if set.
7686
76872001-10-22 Gerd Moellmann <gerd@gnu.org>
7688
7689 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7690 to tar options.
7691
76922001-10-20 Gerd Moellmann <gerd@gnu.org>
7693
7694 * (Version 21.1 released).
7695
76962001-10-20 Miles Bader <miles@gnu.org>
7697
7698 * configure.in (configuration): Set from `host' if `host_alias'
7699 isn't defined.
7700
77012001-10-19 Andreas Schwab <schwab@suse.de>
7702
7703 * configure.in: Make ready for autoconf 2.5x.
7704 (AC_PREREQ): Require autoconf 2.50.
7705 * aclocal.m4: Removed.
7706 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7707
77082001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7709
7710 * README: Bump Emacs version to 21.1.50.
7711
77122001-10-05 Gerd Moellmann <gerd@gnu.org>
7713
7714 * Branch for 21.1.
7715
77162001-09-05 Gerd Moellmann <gerd@gnu.org>
7717
7718 * configure.in: Avoid `$@' which is handled specially in
7719 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7720
77212001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7722
7723 * make-dist (nt): Add subdirs.el to the list of distributed files.
7724
77252001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7726
7727 * configure.in (machine): Add an entry for
7728 hppa1.1-hitachi-hiuxwe2*.
7729
77302001-05-28 Gerd Moellmann <gerd@gnu.org>
7731
7732 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7733 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7734
77352001-05-14 Gerd Moellmann <gerd@gnu.org>
7736
7737 * make-dist: Copy texinfo.tex unconditionally.
7738
77392001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7740
7741 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7742 that are installed.
7743
77442001-04-06 Gerd Moellmann <gerd@gnu.org>
7745
7746 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7747 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7748
7749 * make-dist: Handle leim/MISC-DIC. Only include
7750 `[a-zA-Z]*.{el,elc}' from leim/quail.
7751
77522001-04-05 Gerd Moellmann <gerd@gnu.org>
7753
7754 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7755
77562001-03-30 Gerd Moellmann <gerd@gnu.org>
7757
7758 * Makefile.in (.PHONY): Add for bootstrap targets.
7759 (bootstrap-clean): New target.
7760 (bootstrap): Use it instead of `clean'.
7761
77622001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7763
7764 * Makefile.in (SUBDIR): Remove leim.
7765 (all, .RECURSIVE, extraclean): Add leim explicitly.
7766 (leim): Provide separate rule which exports PARALLEL=0 into the
7767 environment.
7768
77692001-03-20 Gerd Moellmann <gerd@gnu.org>
7770
7771 * configure.in (HAVE_XPM): Don't print the result of the check for
7772 XpmReturnAllocPixels if we don't have an xpm.h.
7773
77742001-03-05 Gerd Moellmann <gerd@gnu.org>
7775
7776 * COPYING: New file.
7777
77782001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7779
7780 * config.bat: Update the copyright.
7781
77822001-02-23 Kenichi Handa <handa@etl.go.jp>
7783
7784 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7785 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7786 to `yes'. Later in AC_OUTPUT, check this variable.
7787
77882001-02-09 Dave Love <fx@gnu.org>
7789
7790 * AUTHORS: Updated.
7791
77922001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7795
77962001-02-02 Gerd Moellmann <gerd@gnu.org>
7797
7798 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7799
7800 * Makefile.in (uninstall): Ignore exit code of `rm'.
7801
90eacf99
SM
7802 * Makefile.in (uninstall): Remove more info files.
7803 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
7804
78052001-01-31 Gerd Moellmann <gerd@gnu.org>
7806
7807 * noleim-Makefile.in (extraclean): Add.
7808
78092001-01-28 Gerd Moellmann <gerd@gnu.org>
7810
90eacf99 7811 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
7812 it quiet.
7813
78142001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7815
7816 * Makefile.in (tags): Fix typo.
7817
78182001-01-13 Kenichi Handa <handa@etl.go.jp>
7819
7820 * configure.in: Fix typo in the code setting x_search_path.
7821
78222001-01-10 Dave Love <fx@gnu.org>
7823
7824 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7825 -lXext.
7826 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7827 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7828 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7829 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7830 (now in $LIBS).
7831
78322001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7833
7834 * config.bat: Run the preprocessor with -traditional.
7835
78362001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7837
7838 * INSTALL: Move copying conditions to end of file.
7839
78402000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7841
7842 * INSTALL: Add basic installation procedure which assumes
7843 `configure' does its job. Elaborate on image support libraries.
7844 Add a pointer to Xaw3d library. Add advice about solving
7845 configure-time problems by looking in config.log and setting
7846 variables in the environment.
7847
78482000-12-27 Gerd Moellmann <gerd@gnu.org>
7849
7850 * Makefile.in (install-arch-indep): If tar fails, exit with
7851 exit code 1.
7852
78532000-12-19 Gerd Moellmann <gerd@gnu.org>
7854
7855 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7856 source file includes XKBlib.h. On some broken Solaris systems,
7857 there is an XKBlib.h, reportedly, but header files included by
7858 XKBlib.h are missing.
7859
78602000-12-14 Gerd Moellmann <gerd@gnu.org>
7861
7862 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7863
78642000-12-11 Dave Love <fx@gnu.org>
7865
7866 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7867
78682000-12-11 Paul Eggert <eggert@twinsun.com>
7869
7870 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7871 Merge fixes from latest GNU tar version. These macros no longer
7872 futz with _XOPEN_SOURCE, as that was not portable in practice.
7873 (AC_FUNC_FSEEKO): New macro.
7874
7875 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7876 ftello.
7877
78782000-12-05 Dave Love <fx@gnu.org>
7879
7880 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7881
78822000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7883
7884 * info/dir: Change the category to "Emacs".
7885
78862000-12-01 Gerd Moellmann <gerd@gnu.org>
7887
7888 * make-dist (tempdir): Remove epaths.h from the distribution
7889 instead of paths.h.
7890
78912000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7892
7893 * config.bat: Check for existence of djecho.exe, and print an
7894 error message if it is not available.
7895
7896 * INSTALL: Describe possible problem with djecho.exe in old
7897 versions of DJGPP v2.x.
7898
78992000-11-23 Gerd Moellmann <gerd@gnu.org>
7900
7901 * configure.in: Initialize HAVE_LIBXP to no.
7902
79032000-11-22 Gerd Moellmann <gerd@gnu.org>
7904
7905 * configure.in: Use m/macppc.h instead of the non-existent
7906 m/powerpc.h.
7907
79082000-11-21 Gerd Moellmann <gerd@gnu.org>
7909
7910 * Makefile.in (install-arch-indep): Also install info/eshell*
7911 and info/speedbar*.
7912
7913 * configure.in (HAVE_PNG): Check for the presence of
7914 png_get_channels to rule out older PNG libs.
7915
7916 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7917 GCC and NON_GNU_CPP into config.status.
7918
79192000-11-20 Dave Love <fx@gnu.org>
7920
7921 * configure.in: Fix last change.
7922
7923 * GETTING.GNU.SOFTWARE: Deleted.
7924 * FTP: New file to replace it.
7925 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7926
79272000-11-20 Gerd Moellmann <gerd@gnu.org>
7928
7929 * configure.in: Use -traditional with GNU cpp.
7930
79312000-11-17 Gerd Moellmann <gerd@gnu.org>
7932
7933 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7934 Distribute more files from the nt/ subdir. Distribute PBM
7935 image files from subdirs of lisp/. Distribute old change logs
7936 from subdirs of lisp/. Distribute play/5x5.el.
7937
79382000-11-11 Dave Love <fx@gnu.org>
7939
7940 * config.sub, config.guess: Updated from master source.
7941
79422000-11-07 Dave Love <fx@gnu.org>
7943
7944 * configure.in: Test for mkstemp.
7945
79462000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7947
7948 * info/dir (Top): Rearrange menu items more logically, and put
7949 them into a single category. Add menu items for RefTeX and
7950 Widget.
7951
79522000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7953
7954 * Makefile.in (install-arch-indep): Use --info-dir instead of
7955 --dir-file, and a simple argument instead of --info-file, so that
7956 the Debian version of install-info also works.
7957
79582000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7959
7960 * info/dir (Speedbar): Add entry.
7961
79622000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7963
7964 * INSTALL: Describe the new image-support options to the configure
7965 script. List URLs where image support libraries can be found.
7966
79672000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7968
7969 * info/dir (Top): Add an entry for Eshell.
7970
79712000-10-02 Dave Love <fx@gnu.org>
7972
7973 * configure.in: Check for gai_strerror.
7974
79752000-10-01 Andreas Schwab <schwab@suse.de>
7976
7977 * Makefile.in (install-arch-indep): Update list of installed info files.
7978
79792000-09-30 Gerd Moellmann <gerd@gnu.org>
7980
7981 * configure.in: Support `sparc*-*-netbsd*'.
7982
79832000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7984
7985 * info/dir (MIME): Add entry for emacs-mime.
7986
79872000-09-29 Dave Love <fx@gnu.org>
7988
7989 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7990
79912000-09-26 Gerd Moellmann <gerd@gnu.org>
7992
7993 * make-dist: Adapt to the change of leim/Makefile which was
7994 necessary to ensure a reasonably working `make dist'.
7995
7996 * leim-Makefile.in: Moved to leim/Makefile.in..
7997
7998 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7999
80002000-09-21 Kenichi Handa <handa@etl.go.jp>
8001
8002 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8003 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8004 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8005 files to .elc.
90eacf99 8006 (${TIT}): Adjust for the above change.
067d23c9
KY
8007 (clean mostlyclean): Likewise.
8008 (.el.elc): New target.
8009
80102000-09-19 Gerd Moellmann <gerd@gnu.org>
8011
8012 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8013 in the distribution.
8014
80152000-09-18 Gerd Moellmann <gerd@gnu.org>
8016
8017 * make-dist (skk): Rename to `ja-dic' because the leim directory
8018 was renamed.
8019
80202000-09-14 Dave Love <fx@gnu.org>
8021
8022 * configure.in: Fix spurion in last change.
8023
80242000-09-14 Gerd Moellmann <gerd@gnu.org>
8025
8026 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8027 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8028 to `no' if defined. Change result report.
8029
80302000-09-08 Dave Love <fx@gnu.org>
8031
8032 * configure.in: Remove spurious `@'s.
8033
8034 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
8035 autoconf.
8036
80372000-09-06 Gerd Moellmann <gerd@gnu.org>
8038
8039 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
8040 file and print informational message.
8041
8042 * configure.in (AC_FUNC_MMAP): Add.
8043
80442000-09-01 Gerd Moellmann <gerd@gnu.org>
8045
8046 * configure.in: Add ``checking'' messages for
8047 XpmReturnAllocPixels.
8048
80492000-08-28 Gerd Moellmann <gerd@gnu.org>
8050
8051 * configure.in: Check <strings.h>; check `index' and `rindex'
8052 functions.
8053
80542000-08-26 Kenichi Handa <handa@etl.go.jp>
8055
8056 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
8057 "case "${canonical}" in".
8058
80592000-08-25 Dave Love <fx@gnu.org>
8060
8061 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
8062
80632000-08-25 Kenichi Handa <handa@etl.go.jp>
8064
8065 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
8066
80672000-08-24 Gerd Moellmann <gerd@gnu.org>
8068
8069 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
8070 contains a relative path. Protect against unusable values of $PWD.
8071
80722000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8073
8074 * info/dir (WoMan): Add entry.
8075
8076 * config.bat (maindir): Update src/_gdbinit even if it does
8077 already exist.
8078
80792000-08-07 Gerd Moellmann <gerd@gnu.org>
8080
8081 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
8082
80832000-08-03 Gerd Moellmann <gerd@gnu.org>
8084
8085 * configure.in: Add support for ia64*-*-linux*.
8086
80872000-07-27 Gerd Moellmann <gerd@gnu.org>
8088
8089 * make-dist (aclocal.m4): Include in distribution.
8090
80912000-07-26 Dave Love <fx@gnu.org>
8092
90eacf99 8093 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
8094
80952000-07-24 Dave Love <fx@gnu.org>
8096
8097 * configure.in: Add AC_SIZE_T.
8098
80992000-07-18 Dave Love <fx@gnu.org>
8100
8101 * configure.in: Reorder so that most tests are done after CPPFLAGS
8102 is set from the C_SWITCH_... definitions.
8103
81042000-07-10 Gerd Moellmann <gerd@gnu.org>
8105
8106 * configure.in (HAVE_XPM): Undo previous change. Check for
8107 preprocessor define XpmReturnAllocPixels.
8108
81092000-07-06 Gerd Moellmann <gerd@gnu.org>
8110
8111 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
8112 instead of XpmReadFileToPixmap.
8113
81142000-07-05 Ken Raeburn <raeburn@gnu.org>
8115
8116 * configure.in: Check for <soundcard.h>. Look for ossaudio
8117 library, and set LIBSOUND accordingly.
8118
81192000-07-05 Dave Love <fx@gnu.org>
8120
8121 * configure.in: Use AC_HEADER_SYS_WAIT.
8122
81232000-07-05 Gerd Moellmann <gerd@gnu.org>
8124
8125 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
8126 lisp/Makefile. Distribute lisp/Makefile.in instead of
8127 lisp/Makefile.
8128
81292000-06-30 Ken Raeburn <raeburn@gnu.org>
8130
8131 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
8132 while searching for image-handling libraries.
8133
81342000-06-26 Gerd Moellmann <gerd@gnu.org>
8135
8136 * configure.in (--with-xim): New option.
8137
81382000-06-23 Dave Love <fx@gnu.org>
8139
8140 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
8141 for struct timezone and test how we can call gettimeofday.
8142 Check for OSF 5+. Check for term.h.
8143
8144 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8145 version.
8146
81472000-06-23 Gerd Moellmann <gerd@gnu.org>
8148
8149 * configure.in (HAVE_LIBXP): Change test for libXp.
8150
81512000-06-21 Dave Love <fx@gnu.org>
8152
8153 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8154 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8155 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8156
81572000-06-19 Dave Love <fx@gnu.org>
8158
8159 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8160 _XOPEN_SOURCE is defined.
8161
81622000-06-16 Gerd Moellmann <gerd@gnu.org>
8163
8164 * Makefile.in (distclean): Also make distclean in lisp/.
8165
81662000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8167
8168 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8169
81702000-06-15 Gerd Moellmann <gerd@gnu.org>
8171
8172 * make-dist: Add --help and --snapshot options.
8173
81742000-06-14 Gerd Moellmann <gerd@gnu.org>
8175
8176 * configure.in: Generate lisp/Makefile.
8177
8178 * configure.in: Add support for `*-lynxos*'.
8179 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8180 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8181 on Tru64 UNIX v5.0.
8182
81832000-06-13 Ken Raeburn <raeburn@gnu.org>
8184
8185 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8186 it's on a continuation line.
8187
81882000-06-02 Dave Love <fx@gnu.org>
8189
8190 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8191 files.
8192
8193 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8194 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8195 test.
8196
8197 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8198 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8199
82002000-05-26 Gerd Moellmann <gerd@gnu.org>
8201
8202 * configure.in: Add check for speed_t typedef.
8203
82042000-05-25 Ken Raeburn <raeburn@gnu.org>
8205
8206 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8207 exists; it won't in the CANNOT_DUMP case.
8208
82092000-05-25 Gerd Moellmann <gerd@gnu.org>
8210
8211 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8212 On FreeBSD, the exit status is 1 if CDPATH is not set.
8213 (install-arch-indep): Install ebrowse.info.
8214
82152000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8216
8217 * configure.in: Check for grandpt and getpt.
8218
82192000-05-09 Dave Love <fx@gnu.org>
8220
8221 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8222
82232000-05-05 Gerd Moellmann <gerd@gnu.org>
8224
8225 * make-dist: Make a link for lib-src/grep-changelog.
8226 Copy install-sh.
8227
82282000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8229
8230 * config.bat: Identify the beginning of the cpp stuff in
8231 src/Makefile.in and lib-src/Makefile.in more accurately.
8232
82332000-04-27 Gerd Moellmann <gerd@gnu.org>
8234
8235 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8236
82372000-04-19 Gerd Moellmann <gerd@gnu.org>
8238
8239 * configure.in: Add support for `powerpc-*-netbsd*'.
8240
82412000-04-19 Dave Love <fx@gnu.org>
8242
8243 * configure.in: Don't use AC_FUNC_GETLOADAVG.
8244
8245 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
8246
82472000-04-16 Dave Love <fx@gnu.org>
8248
8249 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
8250
82512000-04-14 Dave Love <fx@gnu.org>
8252
8253 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8254
8255 * aclocal.m4 (AC_FUNC_MKTIME): New.
8256
82572000-03-28 Ken Raeburn <raeburn@gnu.org>
8258
8259 * configure.in: Line up "--help" output a little better.
8260
82612000-03-26 Gerd Moellmann <gerd@gnu.org>
8262
8263 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8264 New targets.
90eacf99
SM
8265 (bootstrap): Rewritten in terms of the new targets above.
8266 Make info files, too.
067d23c9
KY
8267
82682000-03-12 Gerd Moellmann <gerd@gnu.org>
8269
8270 * config.guess, config.sub: Use the versions of the files from
8271 subversions.
8272
82732000-03-08 Dave Love <fx@gnu.org>
8274
8275 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8276 AC_C_VOLATILE. Define POINTER_TYPE.
8277
8278 * aclocal.m4: New file.
8279
82802000-03-02 Gerd Moellmann <gerd@gnu.org>
8281
8282 * configure.in (machine): Add `mipsel-*-netbsd*' and
8283 `arm-*-netbsd*'.
8284
82852000-03-01 Gerd Moellmann <gerd@gnu.org>
8286
8287 * configure.in (machine): Add support for `*-auspex-sunos*'.
8288
82892000-02-29 Gerd Moellmann <gerd@gnu.org>
8290
8291 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8292
82932000-02-18 Dave Love <fx@gnu.org>
8294
8295 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8296
82972000-02-18 Andreas Schwab <schwab@suse.de>
8298
8299 * Makefile.in (install-arch-indep): Add eudc to list of installed
8300 info files.
8301
83022000-02-17 Ken Raeburn <raeburn@gnu.org>
8303
8304 * configure.in: Include -lz and -ljpeg (if it's available) when
8305 testing for the tiff library.
8306
83072000-02-17 Gerd Moellmann <gerd@gnu.org>
8308
8309 * configure.in: Remove LISP_FLOAT_TYPE.
8310
83112000-02-12 Dave Love <fx@gnu.org>
8312
8313 * configure.in: Use AC_FUNC_VFORK.
8314
83152000-02-01 Gerd Moellmann <gerd@gnu.org>
8316
8317 * make-dist: Various fixes for new development tree.
8318
8319 * leim-Makefile.in: New file.
8320
83212000-01-31 Gerd Moellmann <gerd@gnu.org>
8322
8323 * Makefile.in (dist): Call ./make-dist.
8324
83252000-01-24 Dave Love <fx@gnu.org>
8326
8327 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8328
83292000-01-18 Gerd Moellmann <gerd@gnu.org>
8330
8331 * configure.in (HAVE_GIF): Check for DGifOpen instead of
8332 DGifOpenFileName.
8333
83342000-01-11 Andreas Schwab <schwab@suse.de>
8335
8336 * Makefile.in (install-arch-indep): Update list of info files to
8337 be installed.
8338
83392000-01-05 Dave Love <fx@gnu.org>
8340
8341 * configure.in: Check for jerror.h as well as libjpeg.
8342
83432000-01-03 Andreas Schwab <schwab@suse.de>
8344
90eacf99
SM
8345 * Makefile.in (install-arch-indep): Install autotype*.
8346 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
8347
83481999-12-04 Dave Love <fx@gnu.org>
8349
8350 * Makefile.in (install-arch-indep): Depend on `info'.
8351 (install-strip): Use `install' as sub-make target.
8352
83531999-11-23 Ken Raeburn <raeburn@gnu.org>
8354
8355 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8356 didn't need to be deleted. Check for the k5crypto library as well
8357 as the crypto library; MIT Kerberos 1.1 changed the name.
8358
83591999-11-18 Dave Love <fx@gnu.org>
8360
8361 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8362
83631999-11-11 Erik Naggum <erik@naggum.no>
8364
8365 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8366
83671999-11-08 Dave Love <fx@gnu.org>
8368
8369 * configure.in: Fix change for --with-pop default.
8370
83711999-11-04 Dave Love <fx@gnu.org>
8372
8373 * configure.in: Default to --with-pop. Change sense of with-gcc
8374 and with-toolkit-scroll-bars messages to reflect the defaults.
8375
83761999-11-01 Gerd Moellmann <gerd@gnu.org>
8377
8378 * INSTALL: Mention the Emacs Lisp Reference.
8379
83801999-10-27 Noah Friedman <friedman@splode.com>
8381
8382 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8383
83841999-10-23 Gerd Moellmann <gerd@gnu.org>
8385
8386 * Makefile.in (bootstrap): New target.
8387
83881999-10-19 Paul Eggert <eggert@twinsun.com>
8389
8390 Add support for large files. Merge glibc 2.1.2.
8391
8392 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8393 (HAVE_TM_GMTOFF): New symbol.
8394 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8395 mbrlen, strsignal.
8396 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8397
83981999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8399
8400 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8401 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8402
84031999-10-09 Richard M. Stallman <rms@gnu.org>
8404
8405 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8406 Unset CDPATH to prevent cd from generating output.
8407
84081999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8409
8410 * update-subdirs: Also ignore CVS subdirs.
8411
84121999-10-07 Gerd Moellmann <gerd@gnu.org>
8413
8414 * Makefile.in (install-arch-indep): Add ada-mode.
8415
84161999-10-06 Dave Love <fx@gnu.org>
8417
8418 * Makefile.in: Add rules for config.status, configure.
8419
84201999-09-07 Gerd Moellmann <gerd@gnu.org>
8421
90eacf99 8422 * configure.in (--with-sound): Remove.
067d23c9
KY
8423
84241999-08-30 Gerd Moellmann <gerd@gnu.org>
8425
8426 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8427 the test for Xaw3d.
8428 (HAVE_TIFF): Add -lm to library check.
8429
84301999-08-28 Richard Stallman <rms@gnu.org>
8431
8432 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8433 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8434 after the other X-related libraries.
8435
84361999-08-21 Dave Love <fx@gnu.org>
8437
8438 * configure.in: Don't check for jpeglib.h.
8439
84401999-08-20 Gerd Moellmann <gerd@gnu.org>
8441
8442 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8443 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8444
84451999-08-18 Dave Love <fx@gnu.org>
8446
8447 * configure.in: Check for termcap.h.
8448
84491999-08-15 Gerd Moellmann <gerd@gnu.org>
8450
8451 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8452 use Emacs' scroll bars, even if configured for Motif or when
8453 Xaw3d is available.
8454
84551999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8456
8457 * configure.in: Check for getaddrinfo.
8458
84591999-08-04 Eli Zaretskii <eliz@gnu.org>
8460
8461 * config.bat: Make --no-debug work again by removing -gcoff.
8462
84631999-07-30 Dave Love <fx@gnu.org>
8464
8465 * configure.in: Check for stdlib.h.
8466
84671999-07-19 Dave Love <fx@gnu.org>
8468
8469 * configure.in: Grok sparc64-*-linux-gnu*.
8470
84711999-07-12 Richard Stallman <rms@gnu.org>
8472
8473 * Version 20.4 released.
8474
84751999-06-23 Karl Heuer <kwzh@gnu.org>
8476
8477 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8478 Quote $EMACS, in case it's a program with args.
8479
84801999-06-15 Gerd Moellmann <gerd@gnu.org>
8481
8482 * configure.in (HAVE_GIF): Use libungif instead of libgif
8483 because the former doesn't contain patented compression code.
8484
84851999-05-29 Richard M. Stallman <rms@gnu.org>
8486
8487 * configure.in: Delete the Kerberos stuff.
8488
84891999-05-27 Greg Hudson <ghudson@mit.edu>
8490
8491 * configure.in: Prefer kerberos 5 names.
8492
84931999-04-26 Richard M. Stallman <rms@gnu.org>
8494
8495 * configure.in: Check for libXp.
8496
84971999-04-08 Richard Stallman <rms@gnu.org>
8498
8499 * make-dist: Include change logs in subdirs of `lisp'.
8500
85011999-04-05 Richard Stallman <rms@gnu.org>
8502
8503 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8504 (install-arch-indep): Make ${datadir}/emacs world-readable.
8505
85061999-03-30 Eli Zaretskii <eliz@gnu.org>
8507
8508 * config.bat: Use epaths.* instead of paths.*.
8509
85101999-03-07 Eli Zaretskii <eliz@gnu.org>
8511
8512 * INSTALL: Add detailed instructions to unpack and install
8513 intlfonts on MS-DOS.
8514
85151999-02-26 Richard Stallman <rms@gnu.org>
8516
8517 * configure.in: Use epaths.h and epaths-force instead of paths...
8518
90eacf99 8519 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
8520 operate on epaths.in and produce epaths.h.
8521
85221999-02-24 Richard Stallman <rms@gnu.org>
8523
8524 * make-dist: Fix nt/icons directory handling.
8525
85261999-02-22 Simon Josefsson <jas@pdc.kth.se>
8527
8528 * configure.in (f301-fujitsu-uxpv4.1): New target.
8529
85301999-02-20 Richard Stallman <rms@gnu.org>
8531
8532 * make-dist (tempparent): Fix command to update info files.
8533
85341999-02-09 Richard Stallman <rms@gnu.org>
8535
8536 * configure.in (powerpc-apple-netbsd*): New alternative.
8537
85381999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8539
8540 * make-dist: Include the new directory nt/icons in distributions.
8541
85421999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8543
8544 * configure.in: Change message about HAVE_XFREE386.
8545
85461999-01-07 Eli Zaretskii <eliz@gnu.org>
8547
8548 * config.bat: Support configuring with leim.
8549
85501998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8551
8552 * configure.in (mips-sgi-irix6.5): New target.
8553
85541998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8555
8556 * configure.in: Remove GSS-API support, since it has been removed
8557 from movemail.
8558
85591998-12-04 Markus Rost <rost@delysid.gnu.org>
8560
8561 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8562
85631998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8564
8565 * Makefile.in: Don't install customize info file.
8566 Run install-info on viper info file.
8567
85681998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8569
8570 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8571
85721998-11-16 Kenichi Handa <handa@etl.go.jp>
8573
8574 * configure.in (*-*-bsdi4*): New target.
8575
85761998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8577
8578 * configure.in: Fix previous change.
8579
85801998-11-11 Richard Stallman <rms@gnu.org>
8581
8582 * configure.in (aviion-intel): New machine.
8583
85841998-11-04 Kenichi Handa <handa@etl.go.jp>
8585
8586 * configure.in (mips-nec-sysv4*): New target.
8587
85881998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8589
8590 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8591 from lisp.
8592
85931998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8594
8595 * make-dist: Don't include fns*.el in dist.
8596
85971998-10-30 Dave Love <fx@gnu.org>
8598
8599 * configure.in: Don't mkdir cpp.
8600
86011998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8602
8603 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8604 ${archlibdir}.
8605
86061998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8607
8608 * Version 20.3 released.
8609
86101998-07-30 Paul Eggert <eggert@twinsun.com>
8611
8612 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8613 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8614 (lwlib/Makefile, leim/Makefile):
8615 Prepend $(srcdir)/ to rule dependencies outside this dir.
8616
86171998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8618
8619 * configure.in: Use unset CDPATH instead of making it empty.
8620
86211998-06-20 Karl Heuer <kwzh@gnu.org>
8622
8623 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8624
86251998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8626
8627 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8628 and default.el. Sort the results.
8629
86301998-05-31 Karl Heuer <kwzh@gnu.org>
8631
8632 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8633 writable.
8634
86351998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8636
8637 * Makefile.in (install-arch-indep):
8638 Don't alter site-lisp/subdirs.el if it exists.
8639
86401998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8641
8642 * Makefile.in (install-arch-indep): Put `-' on commands to create
8643 subdirs.el in site-lisp dirs.
8644
86451998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8646
8647 * Makefile.in (install-arch-indep): Fix typo in previous change.
8648
86491998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8650
8651 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8652
86531998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8654
8655 * Makefile.in (mkdir): Create the site-lisp dirs.
8656 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8657
86581998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8659
8660 * Makefile.in (INSTALL_INFO): New variable.
8661 (install-arch-indep): Don't replace the dir file if it already exists.
8662 Use the install-info program, via INSTALL_INFO, to add entries.
8663 Make the `info' subdir and the Info files world-readable.
8664
86651998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8666
8667 * config.bat: Make sure the environment is large enough to support
8668 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8669
86701998-04-10 Karl Heuer <kwzh@gnu.org>
8671
8672 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8673
86741998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8675
8676 * configure.in: Add --with-gssapi to specify GSS-API
8677 authentication support for movemail.
8678
86791998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8680
8681 * Makefile.in (install-arch-indep): Fix previous change.
8682
86831998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8684
8685 * Makefile.in (info): Run man in build dir, not srcdir.
8686
86871998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8688
8689 * Makefile.in (install-arch-indep): Fix previous change.
8690
86911998-03-23 Kenichi Handa <handa@etl.go.jp>
8692
8693 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8694
86951998-03-22 Richard Stallman <rms@gnu.org>
8696
8697 * Makefile.in (install-arch-indep): Put special subdirs.el files
8698 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8699
87001998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8701
8702 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8703
87041998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8705
8706 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8707 (m68*-hp-hpux*): Handle versions 1X like 10.
8708
87091998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8710
8711 * make-dist: PROBLEMS is now in etc, not top level dir.
8712
8713 * Makefile.in (SOURCES): Delete PROBLEMS.
8714
87151998-02-25 Richard Stallman <rms@gnu.org>
8716
8717 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8718
8719 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8720
87211998-01-17 Richard Stallman <rms@gnu.org>
8722
8723 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8724
87251998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8726
8727 * make-dist (tempparent): New option --no-check.
8728
8729 * make-dist: Don't do anything with cpp directory.
8730
87311997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8732
8733 * configure.in (sparc-fujitsu-sysv4*): New target.
8734
87351997-12-17 Andreas Schwab <schwab@gnu.org>
8736
8737 * configure.in: Cache more tests. Add missing quotes around
8738 message with embedded comma.
8739
87401997-12-04 Karl Heuer <kwzh@gnu.org>
8741
8742 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8743
87441997-11-26 Joel N. Weber II <devnull@gnu.org>
8745
8746 * make-dist: Changed the comment about `umask 0' to say `Don't
8747 restrict access to any files.'; previously it said `Don't protect
8748 any files', which may have implied that we think fascism is good.
8749
87501997-11-24 Paul Eggert <eggert@twinsun.com>
8751
8752 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8753 strftime needs the underlying host's strftime for locale dependent
8754 formats.
8755
87561997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8757
8758 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8759
87601997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8761
8762 * config.bat: Configure the man subdirectory.
8763
87641997-11-07 Paul Eggert <eggert@twinsun.com>
8765
8766 * configure.in (AC_CHECK_LIB): Add -lintl.
8767
87681997-11-07 Karl Heuer <kwzh@gnu.org>
8769
8770 * make-dist (check for .elc files): Avoid bash-specific syntax.
8771 (check for overflow 14-char limit): Simplify.
8772
87731997-11-07 Richard Stallman <rms@gnu.org>
8774
8775 * Makefile.in (install): Move blessmail last.
8776
87771997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8778
8779 * configure.in (gettimeofday, one arg or two):
8780 Clarify messages by avoiding double negative.
8781
87821997-09-30 Karl Eichwalder <ke@suse.de>
8783
8784 * Makefile.in (install-arch-indep): Install the widget info file.
8785
87861997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8787
8788 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8789 libraries in reverse order, so that libraries will appear in the
8790 correct dependency order on the link line (and so that the
8791 configure checks themselves will work properly when early
8792 libraries depend on later ones).
8793
87941997-09-21 Erik Naggum <erik@naggum.no>
8795
8796 * make-dist (making links to `src'): Keep timestamp on copied files.
8797
8798 * make-delta: New script to produce delta distributions.
8799
88001997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8801
8802 * Version 20.2 released.
8803
88041997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8805
8806 * Version 20.1 released.
8807
8808 * Makefile.in (install-leim): Depend on mkdir.
8809 (leim): Depend on src.
8810
88111997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8812
8813 * configure.in: Recognize alpha* instead of just alpha.
8814
88151997-09-12 Paul Eggert <eggert@twinsun.com>
8816
8817 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8818
88191997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8820
8821 * update-subdirs: Use rm -f.
8822
88231997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8824
8825 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8826 Ignore subdirs named Old.
8827
88281997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8829
8830 * configure.in: Add OpenBSD clause to set $machine.
8831
88321997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8833
8834 * make-dist: Recompile everything after updating various Lisp files.
8835 Recompile in leim as well as lisp.
8836 Check in leim as well as lisp for mismatched files and too-long names.
8837
88381997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8839
8840 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8841
88421997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8843
8844 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8845 before trying to copy anything from it.
8846
88471997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8848
8849 * Makefile.in (man/Makefile): New target.
8850 (tags): Define env var EMACS and run Makefile from build dir.
8851
88521997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8853
8854 * config.bat: If src/_gdbinit doesn't exist, try using
8855 src/.gdbinit to create it (for building on Windows 95).
8856
88571997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8858
8859 * Makefile.in (install-arch-indep):
8860 Discard extra data in tar | tar pipes.
8861
88621997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8863
90eacf99
SM
8864 * configure.in (x_default_search_path):
8865 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
8866
88671997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8868
8869 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8870
88711997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8872
8873 * configure.in: Support auto-configuration of both Kerberos V4 and
8874 Kerberos V5 for movemail, including detection of V4 and V5 header
8875 files and libraries.
8876
88771997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8878
8879 * configure.in: Compute x_default_search_path
8880 and substitute into makefiles.
8881
8882 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8883
88841997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8885
8886 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8887
88881997-08-07 Erik Naggum <erik@naggum.no>
8889
8890 * configure.in: Remove lockdir, it is no longer needed.
8891 * Makefile.in (mkdir): Don't create lockdir.
8892 (lockdir): Variable deleted.
8893 (paths-force): Don't operate on PATH_LOCK.
8894
88951997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8896
8897 * leim-Makefile.in (clean, distclean): New targets.
8898
8899 * make-dist: Include leim/ChangeLog in leim distribution.
8900
89011997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8902
8903 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8904
89051997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8906
8907 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8908
89091997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8910
8911 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8912
89131997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8914
8915 * make-dist: Update leim/leim-list.el.
8916 Pass along value of $EMACS when updating lisp dir.
8917
89181997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8919
8920 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8921 prerequisite to the use of Doug Lea's malloc.
8922
89231997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8924
8925 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8926
8927 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8928
89291997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8930
8931 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8932
89331997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8934
8935 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8936 to news-r6.h.
8937
89381997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8939
8940 * config.bat: Use `sed' instead of `cp', which might not be
8941 installed.
8942
89431997-07-09 Kenichi Handa <handa@etl.go.jp>
8944
8945 * Makefile.in (mostlyclean): Add cleaning leim directory.
8946 (clean, distclean, maintainer-clean): Likewise.
8947
89481997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8949
8950 * make-dist (bogosities): Check subdirs of `lisp' also.
8951
89521997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8953
8954 * make-dist (etc): Really avoid symlinks now.
8955 (lisp): Don't delete from subdirs the things we never copy.
8956
89571997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8958
8959 * Makefile.in (install-arch-indep): Correct the target name.
8960 The first letter `i' was dropped by the previous change of mine.
8961
89621997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8963
8964 * configure.in (leim/Makefile): Generate this.
8965 (*-sysv4.2uw*): Recognize new alternative.
8966
8967 * leim-Makefile.in: Renamed from leim-Makefile.
8968
8969 * make-dist: Set up real-leim subdirectory,
8970 with the real contents of leim; then move it to
8971 a separate top-level directory.
8972
8973 * make-dist: Don't mention site-lisp, site-init, site-start
8974 or default, when listing files hat are not compiled and should be.
8975
8976 * configure.in: Create src/config.stamp at the end.
8977
89781997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8979
8980 * Makefile.in (install-leim): Correct previous change.
8981
89821997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8983
8984 * Makefile.in (install-leim): New target.
8985 (install): Depend on install-leim.
8986
89871997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8988
8989 * Makefile.in (SUBDIR): Add leim.
8990 (SUBDIR_MAKEFILES): Add leim/Makefile.
8991 (leim/Makefile): New target.
8992
89931997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8994
8995 * leim-Makefile: New file.
8996 * make-dist: Initialize a `leim' subdirectory with that makefile.
8997
89981997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8999
9000 * configure.in (GNU_MALLOC_reason): Fix message text.
9001
90021997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9003
9004 * make-dist (lisp): Don't process subdirs that start with =.
9005 (etc): Copy symlinks, as in src.
9006
90071997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9008
9009 * configure.in (i*86-*-unixware*): New alternative.
9010
90111997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9012
9013 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9014 and touch it explicitly.
9015
9016 * configure.in (mips-sony-newsos6*): New alternative.
9017 (mips-*-linux-gnu*): New alternative.
9018 (*-*-bsdi*): New alternative.
9019 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9020
90211997-06-22 Dave Love <d.love@dl.ac.uk>
9022
9023 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9024 (src/config.h): New target to re-configure if src/config.in is patched.
9025
90261997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9027
9028 * configure.in (shutdown): Check for `shutdown' function.
9029
90301997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9031
9032 * update-subdirs: Include the directory "language" in subdirs.
9033
90341997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9035
9036 * configure.in (m88k-dg-dgux4*): New alternative.
9037 (alpha-*-netbsd*): New alternative.
9038 (powerpcle-*-solaris2*): New alternative.
9039
90401997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9041
9042 * make-dist: Warn about .el files that are not compiled.
9043
90441997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9045
9046 * Makefile.in (dist): Don't run update-subdirs here,
9047 since make-dist now gets that done.
9048
9049 * make-dist: Use the new `updates' target in lisp/Makefile.
9050
9051 * make-dist: Use new non-file targets in lisp/Makefile.
9052
90531997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9054
9055 * make-dist: Handle all subdirs of `lisp' uniformly.
9056 Don't handle `term' and `language' specially.
9057 Clear out umask at the beginning.
9058
90591997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9060
9061 * make-dist: Use Make to update finder-inf.el and autoloads.
9062 Also update cus-load.el.
9063
90641997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9065
9066 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
9067 in case it is desirable to disable the GNU malloc features with glibc.
9068
90691997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9070
9071 * configure.in (DOUG_LEA_MALLOC):
9072 Define if malloc_{get,set}_state exist.
9073
90741997-03-05 Kenichi Handa <handa@etl.go.jp>
9075
9076 * make-dist: Make links for files under lisp/language.
9077
90781997-02-20 Kenichi Handa <handa@etl.go.jp>
9079
9080 * update-subdirs: Exclude the directory "language" from subdirs.
9081
90821997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
9083
9084 * configure.in: Check for rint and cbrt.
9085
90861997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9087
9088 * make-dist: Use $EMACS to say where to run Emacs.
9089 Add --no-update option.
9090
90911996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9092
9093 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
9094
90951996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9096
9097 * make-dist (copying src): Check thoroughly for symlinks
9098 and copy them in all cases. Regularize the linking of *.in
9099 and *.opt and ChangeLog files.
9100 (copying lib-src): Likewise.
9101 Don't rm getdate.c or y.tab.*--they don't exist any more.
9102
91031996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
9104
9105 * configure.in: Check for libmail, maillock.h and
9106 touchlock (for movemail).
9107
91081996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9109
9110 * configure.in (limits.h): Check for this file.
9111
91121996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9113
9114 * configure.in (rs6000-ibm-aix4.2): New alternative.
9115 (rs6000-ibm-aix4.0): New alternative.
9116 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
9117
91181996-11-22 Ben Harris <bjh21@cam.ac.uk>
9119
9120 * configure.in: Recognize vax-*-netbsd*.
9121
91221996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9123
9124 * configure.in (locallisppath): Add leim directory.
9125
91261996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9127
9128 * config.bat: Make sure `mv' supports forward slashes and -f.
9129
91301996-10-28 Christian Limpach <chris@nice.ch>
9131
9132 * configure.in (hppa*-next-nextstep*): * added after hppa
9133 to accept hppa1.0 and hppa1.1.
9134
91351996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
9136
9137 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
9138 * configure.in (ld_switch_machine): Fix typo.
9139
91401996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9141
9142 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9143 from config.h and use them in $ac_link.
9144
91451996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9146
9147 * configure.in: Create a subdir named `lisp'.
9148
91491996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9150
9151 * configure.in: Check for getcwd.
9152
91531996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9154
9155 * configure.in: Check for termios.h. Check for setpgid.
9156
91571996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9158
9159 * configure.in: Check for setrlimit.
9160
91611996-08-31 Paul Eggert <eggert@twinsun.com>
9162
9163 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9164
91651996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9166
9167 * configure.in: Check for utimes.
9168
9169 * configure.in: Check for com_err library, but only
9170 if --with-kerberos was used. Check for krb and des
9171 only if --with-kerberos.
9172
91731996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9174
9175 * Makefile.in (INSTALL_STRIP): New variable.
9176 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9177 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9178
91791996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9180
9181 * configure.in: Check for krb and des libraries.
9182
91831996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9184
9185 * configure.in (*-sunos4.1.[3-9]*noshare):
9186 Use sunos413, not sunos4-1-3.
9187 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9188 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9189
91901996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9191
9192 * Makefile.in (src/paths.h): Target deleted.
9193 (paths-force): Delete all dependencies on this target
9194 but don't delete the target.
9195 (install): Depend on `all'.
9196 (paths-force): Don't print a message.
9197
9198 * configure.in: Generate src/paths.h here.
9199
92001996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9201
9202 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9203 New variables that affect linking only.
9204 (alpha-dec-osf*): Use those instead of previous change.
9205
92061996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9207
9208 * Makefile.in (install-arch-indep): Install info/messages.
9209
92101996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9211
9212 * Version 19.33 released.
9213
92141996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9215
9216 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9217 Fix previous change.
9218
92191996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9220
9221 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9222 New alternative.
9223
92241996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9225
9226 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9227 and NON_GCC_TEST_OPTIONS.
9228
92291996-08-06 Paul Eggert <eggert@twinsun.com>
9230
9231 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9232 "TZ=..." in environ.
9233
92341996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9235
9236 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9237
92381996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9239
9240 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
9241 the more general *-sunos4.1.[3-9]* clause.
9242
92431996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9244
9245 * Version 19.32 released.
9246
9247 * configure.in (*-sco3.2v5*):
9248 Set OVERRIDE_CPPFLAG to a string of one space.
9249 Fix the code that uses OVERRIDE_CPPFLAG.
9250
92511996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
9252
9253 * configure.in: Undo previous change.
9254
92551996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9256
9257 * config.sub: Use `pc', not `unknown', when canonicalizing
9258 the vendor for ...86.
9259
92601996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9261
9262 * configure.in: Check for termios.h header.
9263
92641996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9265
9266 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9267
92681996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9269
9270 * configure.in: Split bsdos2 and bsdos2-1.
9271
92721996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9273
9274 * config.sub: If last two words are not a recognized
9275 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9276 Make conversion of gnu/linux to linux-gnu really work.
9277
9278 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9279
92801996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9281
9282 * configure.in (check for using Lucid widgets by default):
9283 Eliminate indentation that confuses some compilers.
9284
92851996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9286
9287 * config.sub: Convert linux and gnu/linux to linux-gnu.
9288
9289 * make-dist: Don't update getdate.c.
9290 Ignore =... files when checking for too-long Lisp file names.
9291
92921996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9293
9294 * configure.in (euidaccess): Check for that, not for eaccess.
9295
92961996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9297
9298 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9299 before `noshare'.
9300 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9301
93021996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9303
9304 * configure.in: Rename lignux to linux-gnu in configuration names.
9305 Use gnu-linux as the opsys value (s/ file name).
9306 Allow i686 just like i386, i486, i586.
9307
93081996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9309
9310 * configure.in (i*86-*-sco3.2v5): New alternative.
9311 (OVERRIDE_CPPFLAG): New variable.
9312 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9313
9314 * configure.in: Specify vpath for .texi files.
9315
93161996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9317
9318 * configure.in: Always check for HAVE_X11R5.
9319 Separately decide whether to use a toolkit by default.
9320
93211996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
9322
9323 * configure.in: If X11R5 is missing the Xaw headers,
9324 default to --with-x-toolkit=no.
9325
93261996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9327
9328 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9329
93301996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9331
9332 * Makefile.in (install-arch-indep): If cd etc makes output,
9333 don't treat that as part of the tar data.
9334 Check that ./lisp actually exists.
9335
93361996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
9337
9338 * make-dist: Check for long file names.
9339
93401996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9341
9342 * Version 19.31 released.
9343
93441996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9345
9346 * configure.in: Recognize sparc-*-lignux.
9347
93481996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9349
9350 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9351 Don't include config.w95.
9352
93531996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9354
9355 * make-dist: Replace --no-clean-up and --no-tar options
9356 with --clean-up and --tar, so that the default is useful.
9357
93581996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9359
9360 * config.bat: Make sure the GDB init file is called src/_gdbinit;
9361 if not, tell the user to rename it and abort.
9362
93631996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9364
9365 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9366 test program.
9367
93681996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9369
9370 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9371
9372 * make-dist (MANIFEST): Fix previous change.
9373 (msdos): Put mainmake.v2 into the dist.
9374
93751996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9376
9377 * make-dist: Exit if autoconf fails.
9378
93791996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
9380
9381 * config.bat: Set djgpp-ver, and unset it at the end.
9382 Add a number of conditionals for DJGPP version 2.
9383 Rename label libsrc2 to libsrc3.
9384 Substitute for LDFLAGS in src/Makefile.
9385 Substitute for ALL_CFLAGS in lib-src/Makefile.
9386
93871996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9388
9389 * configure.in (ncurses): Check this after checking fns like strerror.
9390
93911996-04-08 Erik Naggum <erik@naggum.no>
9392
9393 * make-dist (MANIFEST): Don't include lines from =files.
9394
93951996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9396
9397 * make-dist: Don't put lisp/dired.todo in the dist.
9398
93991996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9400
9401 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9402
9403 * configure.in (setlocale): Check for it.
9404
9405 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9406
94071996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9408
9409 * configure.in: Use lignux instead of linux as value of opsys.
9410
94111996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9412
9413 * Makefile.in (install-strip): Fix whitespace.
9414 Get rid of continuation.
9415
9416 * config.sub: Convert linux or gnu/linux to lignux.
9417
94181996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9419
9420 * configure.in: Accept lignux in configuration name.
9421
94221996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9423
9424 * Makefile.in (install-strip): New target.
9425
94261996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9427
9428 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9429 -f failed to do the job on Suns.
9430
94311996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9432
9433 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9434
9435 * configure.in (linux/version.h): Check for this header.
9436
94371996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9438
9439 * configure.in: Remove -fno-builtin hackery from -lm check.
9440
94411996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9442
9443 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9444 just this test.
9445
9446 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9447
94481996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9449
9450 * configure.in: Check for ncurses.
9451
94521996-02-28 Paul Eggert <eggert@twinsun.com>
9453
9454 * configure.in (LOCALTIME_CACHE):
9455 Also define if localtime mishandles unsetting TZ.
9456 This works around a localtime bug in mips-dec-ultrix.
9457
94581996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9459
9460 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9461
9462 * configure.in: Improve messages about X versions.
9463
94641996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9465
9466 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9467
94681996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9469
9470 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9471 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9472
9473 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9474 (install): Put install-arch-indep before install-arch-dep.
9475
94761996-02-20 Dave Love <d.love@dl.ac.uk>
9477
9478 * INSTALL: Clarify info about MS-DOS path handling.
9479
94801996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9481
9482 * Makefile.in (install-arch-indep): Install info/ccmode*.
9483 In previous change, protect against /bin/pwd returning null string.
9484
94851996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9486
9487 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9488 to lispdir.
9489
94901996-02-01 Paul Eggert <eggert@twinsun.com>
9491
9492 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9493
94941996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9495
9496 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9497
94981996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9499
9500 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9501 we delete everything distclean deletes.
9502
95031996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9504
9505 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9506
95071996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9508
9509 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9510 into LDFLAGS instead of into LIBS.
9511
95121996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9513
9514 * configure.in (HAVE_XMU): Fix typo in previous change.
9515
95161996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9517
9518 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9519
95201996-01-10 Erik Naggum <erik@naggum.no>
9521
9522 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9523
95241996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9525
9526 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9527
95281996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9529
9530 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9531 and use -lXt to link it.
9532
95331996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9534
9535 * configure.in (locallisppath): Put version-specific dir first.
9536
95371996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9538
9539 * configure.in (hppa-*-nextstep*): New alternative.
9540 (USE_X_TOOLKIT): By default, set this to "maybe";
9541 and change that later to LUCID or "no" according to X11 version.
9542
9543 * make-dist: Recompile outdated .elc files and update all autoloads.
9544
95451996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9546
9547 * configure.in (locallisppath): Fix typo in last change: " -> '.
9548
95491996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9550
9551 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9552
95531995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9554
9555 * Makefile.in (install-arch-indep): Give all files read permission.
9556
95571995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9558
9559 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9560 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9561
95621995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9563
9564 * configure.in: Determine HAVE_X11R6.
90eacf99 9565 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
9566
95671995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9568
9569 * configure.in: Just "solaris" now defaults to version 2.4.
9570 Add sunos4.1.n-noshare as alternative.
9571
95721995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9573
9574 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9575
95761995-11-29 Erik Naggum <erik@naggum.no>
9577
9578 * Makefile.in (install-arch-indep): Add missing backslash.
9579
95801995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9581
9582 * Makefile.in (install-arch-indep): Don't install
9583 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9584
95851995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9586
9587 * Makefile.in (install-arch-indep): Fix previous change.
9588
9589 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9590
95911995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9592
9593 * Version 19.30 released.
9594
9595 * make-dist (lisp): Exclude subdirs.el.
9596
95971995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9598
9599 * make-dist (etc): Delete *.orig and *.rej.
9600
96011995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9602
9603 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9604
96051995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9606
9607 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9608
96091995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9610
9611 * make-dist (nt): Rename install, readme, and todo to
9612 INSTALL, README, and TODO.
9613
96141995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9615
9616 * make-dist (lisp): Don't distribute site-start.
9617
96181995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9619
9620 * make-dist: Break the hard link on alloca.c.
9621
96221995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9623
9624 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9625
96261995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9627
9628 * make-dist (src, lib-src): Don't distribute Makefile.c.
9629 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9630
96311995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9632
9633 * Makefile.in (mkdir): Create man1dir, not mandir.
9634 (uninstall): Use man1dir, not mandir.
9635
96361995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9637
9638 * Makefile.in (man1dir): New variable.
9639 (install-arch-indep): Use man1dir.
9640
9641 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9642
9643 * make-dist: Create lisp/MANIFEST.
9644
96451995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9646
9647 * configure.in (m68k-*-linux*): New alternative.
9648
96491995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9650
9651 * make-dist: Use new names config.in, paths.in, and
9652 {src,lib-src}/Makefile.in.
9653
96541995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9655
9656 * configure.in: Don't bother checking for drem.
9657
96581995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9659
9660 * Makefile.in (distclean): Delete line with just a tab in it.
9661 (install-arch-indep): Delete spaces that precede tabs.
9662 Delete spurious `fi' left from previous change.
9663 (install): Supply `true' as command, to avoid null command.
9664
96651995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9666
9667 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9668
96691995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9670
ed9265fc 9671 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
9672
96731995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9674
9675 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9676 of paths.h.tmp$$, to avoid going beyond 14 characters.
9677
96781995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9679
9680 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9681
96821995-09-06 Paul Eggert <eggert@twinsun.com>
9683
9684 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9685 if localtime caches TZ. Check for tzset.
9686
96871995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9688
9689 * config.bat: Simplify using new names file names src/makefile.in,
9690 config.in, paths.in. Change Echo commands not to use `.
9691
96921995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9693
9694 * Makefile.in (install-arch-indep): Always install the new dir file;
9695 rename the previous dir file to dir.bak or dir.old.
9696
96971995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9698
9699 * configure.in (RANLIB): Substitute this into makefiles.
9700 Set it specially on solaris; set it by default on other systems.
9701
9702 * configure.in: Fix previous Alpha change.
9703
97041995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9705
9706 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9707 NON_GCC_TEST_OPTIONS.
9708
97091995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9710
9711 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9712 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9713
9714 * configure.in (alpha-*-linux*): New configuration.
9715
97161995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9717
9718 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9719 (m68k-next-nextstep*): New alias for that.
9720 (i*86-*-nextstep*): Use nextstep.h.
9721 (sparc-*-nextstep*): New configuration.
9722
97231995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9724
9725 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9726 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9727
97281995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9729
9730 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9731 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9732
97331995-07-18 Mike Long <mike.long@analog.com>
9734
9735 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9736
97371995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9738
9739 * Makefile.in (src/paths.h, paths-force):
9740 Rename src/paths.h.in to src/paths.in.
9741 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9742
9743 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9744 Use Makefile.c for intermediate file.
9745 Rename src/config.h.in to src/config.in.
9746
97471995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9748
9749 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9750 (mips-dec-ultrix4.[12]): New alternative for old versions.
9751
97521995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9753
9754 * make-dist: Don't break intra-tree links.
9755
97561995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9757
90eacf99
SM
9758 * configure.in: Put back archlibdir initialization.
9759 Require autoconf 2.4.1 or later.
067d23c9
KY
9760
97611995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9762
9763 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9764 (mips-mips-riscos5*): New alternative.
9765
97661995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9767
9768 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9769
97701995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9771
9772 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9773 (mandir, infodir, archlibdir): Initializations deleted.
9774
9775 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9776 On hpux9shr, use hpux9shxr4.h.
9777
97781995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9779
9780 * configure.in: Added target mips-dec-mach_bsd4.3.
9781 * config.guess: Guess mips-dec-mach_bsd4.3.
9782
97831995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9784
9785 * Makefile.in (mkdir): Use symbolic chmod.
9786
97871995-06-22 Paul Eggert <eggert@twinsun.com>
9788
9789 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9790 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9791
97921995-06-22 Paul Eggert <eggert@twinsun.com>
9793
9794 * Makefile.in (SUBDIR_MAKEFILES):
9795 Add man/Makefile, so `make distclean' removes it.
9796 (top_distclean): Add config.log to the list of files to be removed.
9797
97981995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9799
9800 * Version 19.29 released.
9801
98021995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9803
9804 * configure.in: Fix the previous change to verify that the -b
9805 option really solves the problem.
9806
9807 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9808
98091995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9810
9811 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9812
98131995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9814
9815 * configure.in: Report more clearly when there is no special
9816 dir to search for X includes or libraries.
9817
98181995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9819
9820 * configure.in: Check for -lpthreads, not -lpthread.
9821
98221995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9823
9824 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9825
98261995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9827
9828 * configure.in: Check for -lpthread.
9829
98301995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9831
9832 * Makefile.in (install-arch-indep): Install info files for mh-e.
9833 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9834
98351995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9836
9837 * configure.in (*-solaris2.5): New configuration.
9838
9839 * make-dist: Copy new files config.nt and config.w95.
9840
98411995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9842
9843 * configure.in: Use x_includes, not x_libraries, for -I.
9844 Make bitmapdir a colon-separated list.
9845
98461995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9847
9848 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9849
9850 * configure.in: Allow x_libraries and x_includes to be paths.
9851
98521995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9853
9854 * configure.in: Fix typo.
9855
98561995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9857
9858 * INSTALL: Clarify use of site-init.el.
9859
98601995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9861
9862 * configure.in: Pass arg to sqrt.
9863
98641995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9865
9866 * make-dist: Fix May 6 change.
9867
98681995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9869
9870 * vpath.sed: Delete reference to ymakefile.
9871
98721995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9873
9874 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9875
98761995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9877
9878 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9879
9880 * update-subdirs: Specify /bin/sh to run the script.
9881
98821995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9883
9884 * make-dist: Put src/makefile.nt in dist.
9885
9886 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 9887 (vax-dec-bsd386*): Delete.
067d23c9
KY
9888
98891995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9890
9891 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9892 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9893 Use fmod instead of logb in -lm check.
9894
98951995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9896
90eacf99 9897 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
9898 Use bsd4-3. Don't set NON_GNU_CPP.
9899
9900 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9901 In nt, copy various different things, but not *.cmd.
9902 Fix the ln commands for the subdirs of nt.
9903
99041995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9905
9906 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9907
99081995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9909
9910 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9911 since that's what the header file expects.
9912
99131995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9914
9915 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9916 and 68040 based machines when choosing options for gnucc.
9917
99181995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9919
9920 * Makefile.in (top_distclean): Delete config.cache.
9921
99221995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9923
9924 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9925
9926 * configure.in: Use m/ncr386.h.
9927
99281995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9929
9930 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9931
99321995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9933
9934 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9935 (man): Don't copy texindex.c and getopt.c; they're deleted.
9936 (etc): Omit `e'; it's a subdirectory.
9937 (etc/e): Use `../..', not `..', to reference top level.
9938
99391995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9940
9941 * Makefile.in (install-arch-indep, dist):
9942 Look for `update-subdir' in $(srcdir).
9943
99441995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9945
9946 * make-dist: Include mkinstalldirs in distribution.
9947
99481995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9949
9950 * make-dist: Add missing close backquote.
9951
99521995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9953
9954 * make-dist: Don't distribute shortnames directory.
9955
99561995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9957
9958 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9959
99601995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9961
9962 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9963
99641995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9965
9966 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9967
99681995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9969
9970 * configure.in (mips-sgi-irix6): New configuration.
9971
99721995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9973
90eacf99 9974 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
9975
99761995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9977
9978 * configure.in: Create a .gdbinit that sources the real one,
9979 if using a different build directory.
9980
99811995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9982
9983 * configure.in: Check for sys/select.h.
9984
99851995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9986
9987 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9988
99891994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9990
9991 * configure.in: Handle isc 4.1 operating system.
9992
99931994-12-10 Richard Stallman <rms@kepa>
9994
9995 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9996 (rs6000-ibm-aix4*): New alternative.
9997
99981994-12-06 Richard Stallman <rms@kepa>
9999
10000 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10001
100021994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10003
10004 * configure.in: Don't try to make directories that are guaranteed
10005 to already exist.
10006
100071994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10008
10009 * configure.in: Generate man/Makefile from man/Makefile.in.
10010 Create the man subdir.
10011
10012 * Makefile.in (dvi): Run Make in our man subdir.
10013
10014 * make-dist: Create subdir etc/e.
10015 Make links to it.
10016 Put man/Makefile.in in dist, instead of man/Makefile.
10017
100181994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10019
10020 * configure.in: Add --with-pop, --with-kerberos, and
10021 --with-hesiod for movemail.
10022
100231994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10024
10025 * configure.in (m68*-apollo*): Use s/domain.h.
10026
100271994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10028
10029 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10030
100311994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10032
10033 * configure.in: Don't add -I, -L, -R options for cc if their
10034 arguments would be empty.
10035
100361994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10037
10038 * configure.in (i860-intel-osf1*): New alternative.
10039 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
10040 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
10041
100421994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10043
10044 * configure.in: Make h_errno check not use nested functions.
10045
100461994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10047
10048 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
10049
100501994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10051
10052 * Makefile.in (install-arch-indep): Avoid continued comment
10053 swallowing target line.
10054
100551994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
10056
10057 * configure.in: Protect a character class with `changequote'.
10058
100591994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10060
10061 * configure.in: Accept `news' as a synonym for `newsos'.
10062
100631994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10064
10065 * Makefile.in: Don't rm files if cd fails.
10066
100671994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10068
10069 * make-dist: Put nt subdir and its subdirs in the dist.
10070 (lib-src): Put makefile.nt in the dist.
10071 (lisp): Put makefile.nt in the dist.
10072
100731994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10074
10075 * configure.in: Change a stray `[' to `test'.
10076
100771994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10078
10079 * configure.in: Adapt for Autoconf v2. Use the standard argument
10080 parser, host type canonicalizer, X11 finder, and message
10081 printing macros. Use the new macro names. Use `test' instead of `['.
10082
100831994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10084
10085 * configure.in: Check for getpagesize.
10086
100871994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10088
10089 * make-dist (msdos): Put sed* in the distribution.
10090
100911994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
10092
10093 * config.bat: New option, `--with-x', for configuring Emacs
10094 for use with the X11 system DesqView/X.
10095 New option, `--no-debug', for compiling Emacs without debug
10096 information thus saving disk space.
10097 (src/config.h, src/paths.h): Use `update' (which is like
10098 `move-if-changed') to change the file.
10099 (src/config.h): When configuring for X11 perform extra changes.
10100 (src/makefile): When configuring for X11 perform extra changes.
10101 (lib-src): Remove temporary files.
10102 (): Check that `sed', `rm', `mv', and `gcc' are available.
10103
101041994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10105
10106 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
10107
10108 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
10109
101101994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10111
10112 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
10113
10114 * configure.in (canonical): Substitute var into makefiles.
10115 (bitmapdir): Likewise.
10116
10117 * Makefile.in (bitmapdir): New variable.
10118 (src/paths.h, paths-force): Edit PATH_BITMAPS.
10119
101201994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10121
10122 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
10123
10124 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
10125 * update-subdirs: New shell script.
10126
101271994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10128
10129 * Makefile.in (top_distclean): Don't rm build-install.
10130 (SOURCES): Delete build-install.in.
10131
10132 * make-dist: Don't distribute build-ins.in.
10133 * build-ins.in: File deleted.
10134
101351994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
10136
10137 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
10138
101391994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10140
10141 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
10142
90eacf99
SM
10143 * configure.in (libexecdir): Rename from libdir. New default.
10144 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
10145 (datadir): New default.
10146
10147 * make-dist: Don't distribute subdirs.el.
10148
101491994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10150
10151 * configure.in (eaccess): Check for it.
10152
101531994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10154
10155 * configure.in (mktime): Check for it.
10156
101571994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10158
10159 * configure.in (motif): Add support for usage and option checking.
10160
101611994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10162
10163 * configure.in (utimes): Check for it.
10164
101651994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10166
10167 * Makefile.in (install-arch-indep): Don't do mkdir here.
10168
101691994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10170
10171 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10172 riscix.h renamed to acorn.h.
10173
101741994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10175
10176 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10177 New configurations.
10178
101791994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10180
10181 * configure.in: Remove trailing slashes from srcdir.
10182
101831994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10184
090bd7cb 10185 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
10186
101871994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10188
ed9265fc 10189 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
10190
101911994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10192
10193 * configure.in (config_options): Save all arguments, not just some.
10194
101951994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10196
090bd7cb 10197 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
10198
10199 * configure.in: Add AC_AIX.
10200 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10201
102021994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10203
10204 * configure.in (parsing options): Simplify sed command to delete -'s.
10205
102061994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10207
10208 * configure.in (config_options): New shell variable.
10209 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10210
102111994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10212
10213 * configure.in (alpha-dec-osf*): New target.
10214
10215 * Makefile.in: Use just one FRC target.
10216
102171994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10218
10219 * Makefile.in (removenullpaths, paths-force):
10220 Use name paths.h.tmp$$, which depends on the pid.
10221
102221994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10223
10224 * Makefile.in (removenullpaths, paths-force):
10225 Put paths.h.tmp in top-level dir, not in src.
10226
102271994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10228
10229 * Version 19.27 released.
10230
102311994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10232
10233 * Version 19.26 released.
10234
102351994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10236
10237 * configure.in: Check for lrand48, not rand48.
10238
102391994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10240
10241 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
10242 (powerpc-ibm-aix*): New aliases.
10243
102441994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10245
10246 * make-dist (src/m, src/s): Put *.inp in distribution.
10247
102481994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10249
10250 * configure.in: Accept i586 and i486 along with i386.
10251
102521994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10253
10254 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10255 even if CPP env var was set by the user.
10256
10257 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10258
102591994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10260
10261 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10262
102631994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10264
10265 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10266
102671994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10268
10269 * configure.in: Check more specifically for i*86-sun-sunos.
10270
102711994-08-03 Caveh Jalali (caveh@eng.sun.com)
10272
10273 * configure.in: Handle solaris 2.4.
10274
102751994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10276
10277 * configure.in (rand48): Check for it.
10278
102791994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10280
10281 * make-dist: Update the info files.
10282
102831994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10284
10285 * configure.in: Make "checking..." messages' style consistent.
10286 (HAVE_H_ERRNO): New test.
10287
102881994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10289
10290 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10291
102921994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10293
10294 * configure.in (CFLAGS): If the envvar was specified, use that.
10295 And set REAL_CFLAGS from it too.
10296
102971994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10298
10299 * make-dist: Update finder-inf.el.
10300
103011994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10302
10303 * make-dist (msdos): Include sed4.inp in dist.
10304
10305 * Makefile.in (libsrc_libs): Var deleted.
10306
103071994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10308
10309 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10310
103111994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10312
10313 * configure.in (mips-sony-newsos4*): New alias.
10314
103151994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10316
10317 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10318 (*-convex-convexos*): Accept this as alias.
10319
103201994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10321
10322 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10323 for two different uses.
10324
103251994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10326
10327 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10328
103291994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10330
10331 * make-dist: Put ./BUGS into the distrib.
10332
103331994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10334
10335 * configure.in: Handle 386 running Solaris 2.
10336
103371994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10338
10339 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10340
103411994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10342
10343 * configure.in (mips-sony-newsos*): Use news-risc.h.
10344
10345 * configure.in: Accept bsdi as opsys, like bsd386.
10346
103471994-06-01 Morten Welinder (terra@diku.dk)
10348
10349 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10350
103511994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10352
10353 * Version 19.25 released.
10354
10355 * make-dist (shortversion): Don't assume another period follows.
10356
103571994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10358
10359 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10360 (uninstall): Use /bin/pwd.
10361
10362 * Makefile.in (blessmail): Depend on src.
10363 (all): Don't depend on blessmail.
10364
10365 * Makefile.in (src/paths.h): Don't force recomputation.
10366 (paths-force): New target; force recomputation of paths.h.
10367 (all): Depend on paths-force.
10368 (src, lib-src): Depend on src/paths.h.
10369
10370 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10371 NON_GCC_TEST_OPTIONS.
10372
103731994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10374
10375 * configure.in: Don't insist on subversions for irix.
10376
103771994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10378
10379 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10380
10381 * configure.in (i[34]86-next-*): New alternative.
10382
103831994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10384
10385 * Version 19.24 released.
10386
10387 * configure.in: New config hppa*-hp-hpux9shr*.
10388
103891994-05-22 Morten Welinder (terra@tyr.diku.dk)
10390
10391 * config.bat: Doc fix.
10392
103931994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10394
10395 * Makefile.in (mostlyclean, clean, distclean, realclean)
10396 (extraclean): Don't act on man subdir if it doesn't exist.
10397
103981994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10399
10400 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10401 Use them to set up CC.
10402 (*-sun-sunos4.1.3): Set them.
10403
104041994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10405
10406 * Makefile.in (lib-src): Don't depend on src/paths.h.
10407
104081994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10409
10410 * build-ins.in (copydests): Get rid of spurious `-'s.
10411
10412 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10413
104141994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10415
10416 * Version 19.23 released.
10417
10418 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10419 for the Xlib and Xt checks; then restore old CFLAGS.
10420
104211994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10422
10423 * configure.in (HAVE_X11XTR6): Add newline before #if.
10424 Add newline after #endif.
10425
104261994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10427
10428 * configure.in (HAVE_X11XTR6): Arrange to define it.
10429
104301994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10431
10432 * Makefile.in (install): Depend on blessmail.
10433
104341994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10435
10436 * configure.in (mips-siemens-sysv*): Put quotes around value
10437 containing blanks.
10438
104391994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10440
10441 * Makefile.in (TAGS): Use the makefile in src subdir.
10442
104431994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10444
10445 * configure.in (opsys): Recognize `gnu'.
10446
104471994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10448
10449 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10450
104511994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10452
10453 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10454 version > 1.8.
10455
104561994-05-08 Morten Welinder (terra@diku.dk)
10457
10458 * config.bat: Forcibly remove "# " style comments from makefiles.
10459
104601994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10461
10462 * Makefile.in (uninstall): When processing lispdir and etcdir,
10463 do nothing unless it exists and is a directory.
10464
104651994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10466
10467 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10468 Merge code in from install-doc.
10469 (install-doc): Merge code back into install-arch-indep.
10470 (install-arch-dep): Don't depend on install-doc.
10471
10472 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10473
104741994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10475
10476 * configure.in (making src/Makefile and lib-src/Makefile):
10477 Split off the autoconf substitutions and don't pass them thru cpp.
10478 (undefs): Use $canonical as well as $configuration.
10479
10480 * make-dist: Distribute lisp/Makefile.
10481
10482 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10483 Use lower case names for the s files.
10484
104851994-05-03 Morten Welinder (terra@diku.dk)
10486
10487 * config.bat: Added possibility for different file name
10488 transcriptions in lib-src.
10489
104901994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10491
10492 * Makefile.in (lib-src): Undo previous change.
10493 (blessmail): New target to run maybe-blessmail in lib-src.
10494 (all): Depend on blessmail.
10495
10496 * Makefile.in (lib-src): Depend on src.
10497
104981994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10499
10500 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10501 (m88k-dg-dgux5.4R2): dgux5.4R2.
10502
105031994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10504
10505 * configure.in (window_system): Restore accidentally deleted code
10506 that uses AC_FIND_X.
10507
10508 * make-dist: Distribute config.bat.
10509
105101994-04-29 Morten Welinder (terra@diku.dk)
10511
10512 * config.bat: Corrected the configuration of lib-src
10513 to keep up with configure. Add note about dos version 3
10514 or better needed (djgpp needs that). Add note explaining
10515 that either install in c:/emacs or edit the script.
10516 Don't change to c:/emacs, but assume we're there (to minimize
10517 the number of places to change).
10518
10519 * config.bat: Build-in the first step towards X11 support with
10520 the X11 emulator that exists. At this time it won't work,
10521 and several files are missing.
10522
105231994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10524
10525 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10526 Don't look for -lresolv.
10527
10528 * Makefile.in (lib-src): Depend on src/paths.h.
10529
105301994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10531
10532 * configure.in: Restore deleted AC_SUBST of `configuration'.
10533 Improve error message for bad --with-x-toolkit value.
10534
10535 * configure.in: Define CONFIGURATION in src/config.h
10536 rather than substituting in src/Makefile.in.
10537
105381994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10539
10540 * Makefile.in (install-doc): New target.
10541 (install-arch-dep): Depend on install-doc.
10542 (mkdir): Create docdir.
10543
105441994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10545
10546 * configure.in: Test for libresolv.a.
10547 Substitute machfile and opsysfile.
10548
105491994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10550
10551 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10552 (install-arch-dep): Install under the name $(EMACS).
10553
105541994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10555
10556 * configure.in (version): Use entire value of emacs-version.
10557 (mips-siemens-sysv*): New alternative.
10558
105591994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10560
10561 * Makefile.in (install-arch-indep): Don't install dired-x*.
10562
105631994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10564
10565 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10566 Fix definition of $undefs.
10567
105681994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10569
10570 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10571
10572 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10573
105741994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10575
10576 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10577
105781994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10579
10580 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10581 and run it thru cpp, as with src/Makefile.in.
10582
10583 * configure.in: Use AC_SET_MAKE.
10584
105851994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10586
10587 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10588
105891994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10590
10591 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10592
10593 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10594 (printing the choices): Make the toolkit message unconditional.
10595 (USE_X_TOOLKIT): Use `none', not `no', if none.
10596 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10597 Get rid of temp file foofoo1.
10598
105991994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10600
10601 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10602
106031994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10604
10605 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10606 (printing the choices): State choice of toolkit.
10607 (libsrc_libs): Recalculate after writing config.h;
10608 then update lib-src/Makefile.
10609
106101994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10611
10612 * configure.in: Add sunos4shr as alternative for suns.
10613 Conditionals testing for null $CC were backwards.
10614
106151994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10616
10617 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10618
106191994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10620
10621 * configure.in: Handle -isc4.0*.
10622
106231994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10624
10625 * configure.in (esix5): Set NON_GNU_CPP.
10626
106271994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10628
10629 * Makefile.in (thisdir): Nonsensical variable removed.
10630 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10631 back to $thisdir, rather than the directory `this_dir'.
10632
106331994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10634
10635 * Makefile.in (install-arch-indep): Add missing backslash after a
10636 `then'.
10637
106381994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10639
10640 * Makefile.in (thisdir): New variable.
10641 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10642
106431994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10644
10645 * configure.in: Add freebsd.
10646
106471994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10648
10649 * configure.in: Check for fpathconf.
10650
106511994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10652
10653 * configure.in (with_x_toolkit): Fix typo in previous change.
10654
106551994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10656
10657 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10658
106591994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10660
10661 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10662
106631994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10664
10665 * configure.in: Fix value of docdir.
10666 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10667
106681994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10669
10670 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10671
106721994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10673
10674 * configure.in: New variable docdir to control where the docstring
10675 file goes.
10676 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10677
106781994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10679
10680 * configure.in: When --run-in-place, don't inherit archlibdir.
10681
106821994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10683
10684 * Makefile.in (install-arch-dep, install-arch-indep):
10685 New targets split up former do-install rule.
10686 (do-install): Target deleted.
10687
106881994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10689
10690 * configure.in (mips-sony-newsos*): New configuration.
10691
106921994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10693
90eacf99 10694 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
10695
106961994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10697
10698 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10699
107001994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10701
10702 * configure.in: Don't initialize CC.
10703
107041994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10705
10706 * configure.in (creating src/Makefile): Also generate -U switches
10707 for symbols in the $configuration value.
10708
10709 * configure.in: Check for sys_siglist being declared in system header.
10710
107111994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10712
10713 * configure.in (creating src/Makefile): Delete blank lines
10714 along with lines of whitespace.
10715 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10716
107171994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10718
10719 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10720 like C_SWITCH_SYSTEM.
10721 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10722
107231994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10724
10725 * configure.in (drem): Check for this function.
10726
107271994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10728
10729 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10730 If CPP was inherited from environment, don't use NON_GNU_CPP.
10731 (NON_GNU_CC): Likewise.
10732 (handling with_gcc): Use explicit if in the `no' case.
10733 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10734
107351994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10736
10737 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10738
107391994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10740
10741 * configure.in: Check whether fmod exists.
10742
107431994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10744
10745 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10746 {src,lisp}/OChangeLog.
10747
107481994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10749
10750 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10751 necessary for proper operation. This code works with the current
10752 released version of Autoconf.
10753
107541994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10755
10756 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10757 (USE_X_TOOLKIT): Define it for all values except `no'.
10758
10759 * configure.in: Undo first Jan 8 change and Jan 16 change.
10760
107611994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10762
10763 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10764 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10765
10766 * Makefile.in (lwlib/Makefile): New target.
10767 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10768 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10769 (unlock, relock): Handle lwlib subdir.
10770
10771 * Makefile.in: Add some .PHONY targets.
10772
10773 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10774
10775 * lwlib: New subdirectory.
10776
107771994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10778
10779 * configure.in: If CPP has a value that is a directory,
10780 discard the value.
10781
107821994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10783
10784 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10785 remove -U[0-9]*.
10786
107871994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10788
10789 * Makefile.in (do-install): Install the dired-x info files.
10790
10791 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10792 (See src/s/sol2.h.)
10793
107941994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10795
10796 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10797
107981994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10799
10800 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 10801 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
10802 gratuitously break this and not make a change log entry.
10803 Optimized sed processing of Makefile.in and cpp output; now
10804 preserves comments previously removed from the cpp input.
10805 Eliminated temp file for cpp output. Generate -U switches to
10806 undefine all identifiers that appear in the directory name
10807 ${srcdir}; pass these to cpp.
10808
10809 * configure.in (version): Fix sed regexp to match two-elt version
10810 number.
10811
10812 * configure.in: Check for strerror.
10813
108141994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10815
10816 * configure.in: Test for bcmp.
10817
108181994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10819
10820 * make-dist (tempdir): Put subdir msdos into the distribution.
10821
108221993-01-07 Morten Welinder (terra@diku.dk)
10823
10824 * config.bat: New file.
10825
108261994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10827
10828 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10829
108301994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10831
10832 * configure.in (m68*-next-*): Don't care about which os is specified.
10833 (i[34]86-*-*): Check for *-nextstop*.
10834
108351993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10836
10837 * configure.in: Check for setsid.
10838
108391993-12-17 Richard Stallman (rms@srarc2)
10840
10841 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10842
108431993-12-15 Richard Stallman (rms@srarc2)
10844
10845 * Makefile.in (mkdir): Make only the lockdir writable.
10846
90eacf99 10847 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
10848
108491993-12-11 Richard Stallman (rms@srarc2)
10850
10851 * Makefile.in (libdir): Use @libdir@.
10852
108531993-12-08 Richard Stallman (rms@srarc2)
10854
10855 * Makefile.in (install): Add empty command.
10856
108571993-12-04 Richard Stallman (rms@srarc2)
10858
10859 * make-dist: Put man/getopt.c in the dist.
10860
10861 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10862
10863 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10864
108651993-12-03 Richard Stallman (rms@srarc2)
10866
10867 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10868 Set it for all solaris versions.
10869 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10870 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10871 Likewise for NON_GNU_CC and CC.
10872
108731993-12-01 Richard Stallman (rms@srarc2)
10874
10875 * configure.in (mips-mips-riscos4*): Assign variable CC.
10876 (checking ${with_gcc}): If "no", don't override CC if already set.
10877 (CC): Initialize it as empty.
10878
108791993-11-30 Richard Stallman (rms@srarc2)
10880
10881 * configure.in (Suns): Set CPP if *-solaris2.3*.
10882
108831993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10884
10885 * Version 19.22 released.
10886
10887 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10888
108891993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10890
10891 * make-dist: When breaking links, use cp -p.
10892 Copy install.sh into distribution.
10893 Move the temp dir up into the parent dir;
10894 don't leave the staging dir make-dist.tmp... in existence.
10895 * install.sh: New file.
10896
108971993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10898
10899 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10900
109011993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10902
10903 * configure.in (version): When --run-in-place, exclude
10904 ${datadir}/emacs/site-lisp from locallisppath.
10905
109061993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10907
10908 * configure.in: Delete jumk.c before writing it.
10909
109101993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10911
10912 * Version 19.21 released.
10913
10914 * Makefile.in (mkdir): Ignore error from chmod.
10915
109161993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10917
10918 * make-dist: Don't put lisp/forms.README in the distribution.
10919
109201993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10921
10922 * configure.in (creating src/Makefile): Before running cpp,
10923 discard all lines that start with `# Generated' or /**/#.
10924
109251993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10926
10927 * Version 19.20 released.
10928
10929 * make-dist: Use build-ins.in, not build-install.in.
10930 Don't bother updating TAGS since it's not included.
10931
10932 * build-ins.in: Renamed from build-install.in.
10933
109341993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10935
10936 * make-dist: Don't try to link *.texinfo--there are none now.
10937 When running make in lib-src, specify YACC var value.
10938
109391993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10940
10941 * configure.in (extrasub): Add vpath patterns for %.[yls].
10942
10943 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10944 Instead just include the commands to make src/Makefile as the
10945 second arg to AC_OUTPUT.
10946
10947 * configure.in: Use : instead of dnl for comment inside
10948 $makefile_command.
10949
10950 * configure.in: No longer use vpath_sed. Instead, when we notice
10951 srcdir already configured, set extrasub to hack vpath in the
10952 makefiles.
10953
10954 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10955 before moving it.
10956 * Makefile.in (VPATH): Define to @srcdir@.
10957
109581993-09-28 Brian J. Fox (bfox@cubit)
10959
10960 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
10961 doesn't exist. Just copy src/Makefile.in instead.
10962 Touch all of the Makefiles after editing config.status.
067d23c9
KY
10963
10964 * INSTALL: Update documentation to match new configuration
10965 mechanism.
10966
109671993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10968
10969 * configure.in: Allow any of the path or directory Makefile
10970 variables to be set with flags to configure. Create all Makefiles
10971 at configure time. Edit special commands into config.status after
10972 src/Makefile.in is built from src/Makefile.
10973
10974 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10975 If these files are out of date, simply have config.status
10976 rebuild them; don't rebuild them explicitly.
10977
109781993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10979
10980 * build-install.in: Change src/xemacs to src/emacs. We no longer
10981 create src/xemacs, so the file wouldn't be found.
10982
10983 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10984
109851993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10986
10987 * configure.in: Avoid forcing the search of /usr/include before
10988 fixed include files by resetting C_SWITCH_X_SITE if it is
10989 "-I/usr/include".
10990
109911993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10992
10993 * Makefile.in (@rip_paths@locallisppath):
10994 Delete ${datadir}/emacs/site-lisp.
10995
109961993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10997
10998 * configure.in:
10999 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11000 Remove ${extra_output} from AC_OUTPUT call.
11001
110021993-09-17 Brian J. Fox (bfox@inferno)
11003
11004 * make-dist: Quote backquotes found in strings to be echoed.
11005
11006 * configure.in: Use "sh -c pwd" when we want to avoid having the
11007 shell fix up the value of $PWD.
11008
110091993-09-13 Brian J. Fox (bfox@inferno)
11010
11011 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11012 of the installation fail. Suggested by Karl Berry.
11013
110141993-08-30 Brian J. Fox (bfox@inferno)
11015
11016 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11017 was used. Set MAKEFLAGS from MFLAGS.
11018
110191993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11020
11021 * configure.in: Test for res_init in libc.
11022
110231993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11024
11025 * configure.in: In the file ${tempcname}, use configure___
11026 instead of @configure@.
11027
110281993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11029
ed9265fc 11030 * make-dist: Dist vpath.sed.
067d23c9
KY
11031
11032 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11033 Depend on vpath.sed.
6e81c819 11034 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
11035
11036 * configure.in: Substitute variable `vpath_sed'.
11037 If not in $srcdir and $srcdir is configured,
11038 issue warning that GNU make is required,
11039 and set vpath_sed to use vpath.sed script.
11040
110411993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11042
90eacf99
SM
11043 * configure.in: Remove check for $srcdir being configured.
11044 This pretty much works now.
067d23c9
KY
11045 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
11046 Check for XFree86 (/usr/X386/include) independent of whether
11047 -lXbsd exists.
11048
11049 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
11050 realclean, unlock, relock): Use `$(MAKE)' in place of plain
11051 `make'.
11052
110531993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11054
11055 * Version 19.19 released.
11056
11057 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
11058
110591993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11060
11061 * configure.in: Check for XScreenNumberOfScreen.
11062
110631993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11064
11065 * configure.in: Add * to end of all configuration alternatives.
11066 (m68*-sony-newsos3*): New alternative.
11067
110681993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11069
11070 * make-dist: Include getdate.c in distribution.
11071
11072 * configure.in: For --help, use $PAGER if it is set.
11073 (LIB_X11_LIB): Default to -lX11.
11074 (mips-sgi-irix5.*): New alternative.
11075
11076 * Makefile.in (do-install): Install info/gnus* and info/sc*.
11077
11078 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
11079 Recognize *.B8.* as hpux version 8.
11080 (m68*-tektronix-bsd*): Fix typo in tek4300.
11081 (AC_HAVE_FUNCS): Add ftime.
11082
110831993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11084
90eacf99 11085 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
11086 Use tekxd88, not tekXD88.
11087
110881993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11089
11090 * configure.in: Check for -lm. Then can check for frexp and logb.
11091
110921993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11093
11094 * Version 19.18 released.
11095
11096 * make-dist (src): Don't put gnu-hp300 in dist.
11097 (src, lisp): Include OChangeLog in dist.
11098
110991993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11100
11101 * configure.in: Test for presence of logb and frexp functions.
11102
111031993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11104
11105 * configure.in (machine): Add i370-ibm-aix*.
11106
111071993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11108
11109 * configure.in (function checks): Test for mkdir and rmdir.
11110
11111 * configure.in (function checks): Don't test for random and bcopy
11112 only when we're building with X; look for them all the time.
11113
111141993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11115
11116 * configure.in: Test for availability of bcopy functions, searching
11117 the X libraries if we're using X.
11118
11119 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
11120 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
11121 versions of AIX, and needs to be passed to the loader.
11122
11123 * configure.in: Test for the availability of the
11124 XScreenResourceString function.
11125
111261993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
11127
11128 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
11129 LD_SWITCH_X_SITE and assume --with-x11.
11130 Only look for X11 files if we weren't told about a window system
11131 or if we were told to use X11 but not told where.
11132 Search the libraries from the s and/or m files when checking for
11133 functions.
11134
11135 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
11136
111371993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11138
11139 * make-dist: Include lisp/dired.todo in the distribution.
11140
111411993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11142
11143 * configure.in: Add code to set HAVE_INET_SOCKETS.
11144
111451993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11146
11147 * configure.in: If we do find x_includes and x_libraries
11148 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11149
111501993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11151
11152 * make-dist: Include src/gnu-hp300 in the dist.
11153
11154 * configure.in (canonical): New variable holds the canonicalized
11155 configuration. Don't alter `configuration'. Use `configuration'
11156 for Makefile.in for file naming.
11157 (testing x_includes and x_libraries): Use =, not ==.
11158
111591993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11160
11161 * Version 19.17 released.
11162
11163 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11164 directory's makefile. This allows the invocation of CPP which
11165 builds xmakefile to receive these switches. The SunSoft C
11166 preprocessor inserts spaces between tokens if it doesn't get the
11167 -Xs flag requested in src/s/sol2.h.
11168
111691993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11170
11171 * configure.in (m68k-bull-sysv3): New config.
11172
111731993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11174
11175 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11176 the X Windows libraries.
11177
111781993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11179
11180 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11181 the distribution. Those files aren't kept in their own
11182 subdirectory any more.
11183
111841993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11185
11186 * Version 19.16 released.
11187
111881993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11189
11190 * configure.in: Add --verbose flag.
11191
111921993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11193
11194 * version 19.15 released.
11195
111961993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11197
11198 * Makefile.in (top_distclean): Use -f switch when cleaning out
11199 lock dir; it might be empty.
11200
11201 * configure.in: Only check for -lXbsd once.
11202
112031993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11204
11205 * Version 19.14 released.
11206
112071993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11208
11209 * make-dist: If using gzip, create distribution with '.gz' extension.
11210
11211 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11212 (lisp/forms-mode): This doesn't exist anymore.
11213
11214 * configure.in: Look for the closedir function.
11215
112161993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11217
11218 * configure.in (CPP): Autoconf sets this to a shell variable
11219 reference, which doesn't work when it's edited into a makefile.
11220 Expand that variable reference.
11221
11222 * Makefile.in (CPP): New variable.
11223 (src/Makefile): Edit CPP into src/Makefile.
11224
11225 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11226 and entering double quotes to get the values of LD_SWITCH_X_SITE
11227 and the other make variables; make substitutes them in anyway.
11228
11229 * Makefile.in (uninstall): Don't remove the lisp and etc
11230 directories if they're in the source tree.
11231
11232 Bring mumbleclean targets into conformance with GNU coding standards.
11233 * Makefile.in (mostlyclean, clean): Separate these two; just have
11234 them pass the request to the subdirectory makefiles.
11235 (distclean): Pass the request down, and then get rid of the
11236 files configure built, and get rid of the Makefiles.
11237 (realclean): Pass the request down, and then do the same things
11238 distclean does.
11239 (uninstall, info, dvi): New targets.
11240
11241 * configure.in: Move clause for PC-compatible i386 box to the end
11242 of the case statement, to avoid masking configurations below.
11243
11244 * configure.in: Add case for m88k-motorola-sysv4.
11245
11246 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
11247 the HP 68000 machines.
11248
11249 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
11250 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
11251 preprocessor won't fiddle with them.
11252
112531993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11254
11255 * Makefile.in (TAGS): cd to src to run etags.
11256
112571993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11258
11259 * configure.in (version): Check the X libraries for XrmSetDatabase
11260 and random, and see if we have -lXbsd.
11261
112621993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11263
11264 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11265 s/*.h and m/*.h files. Martin Tomes
11266 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11267
112681993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11269
11270 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11271 above the general i386 alternative.
11272
112731993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11274
11275 * configure.in: Recognize configuration name for Data General
11276 AViiON machines.
11277
11278 * configure.in: Use AC_LONG_FILE_NAMES.
11279
112801993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11281
11282 * configure.in: Test for bison.
11283 * Makefile.in (YACC): New variable.
11284 (lib-src/Makefile.in): Edit YACC into the makefile.
11285
112861993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11287
11288 * Version 19.13 released.
11289
11290 * configure.in (CFLAGS): Don't set this according to the value of
11291 the GCC shell variable. Instead, consult the machine and system
11292 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11293 test __GNUC__ while we're at it.
11294
11295 * configure.in: Remove extra ;; from hpux cases.
11296
112971993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11298
11299 * configure.in: Check to see if the system has -ldnet.
11300
113011993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11302
11303 * make-dist: Add clauses to distribute lisp/forms-mode.
11304
113051993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11306
11307 * configure.in (machine): Fix the versions in hpux version number test.
11308 Do not guess based on cpu type. Do check for explicit system version.
11309
113101993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11311
11312 * configure.in: Do NOT look for `unknown' as company name.
11313
113141993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11315
11316 * configure.in: Fix typo in message.
11317
113181993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11319
11320 * Version 19.12 released.
11321
11322 * Makefile.in (do-install): Correct previous etc-copying change.
11323 Partially rewrite using `if'.
11324 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11325
11326 * Version 19.11 released.
11327
11328 * configure.in: Handle 386bsd.
11329
113301993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11331
11332 * make-dist: Update getdate.c.
11333
11334 * configure.in: Handle bsd386.
11335
11336 * Makefile.in (do-install): Use `-' in tar options.
11337
11338 * configure.in: Change ! "${...}" to x"${...}" = x.
11339
11340 * Makefile.in (do-install): Copy the DOC-* files from the build
11341 etc directory, as well as lots of things from ${srcdir}/etc.
11342
11343 * make-dist: Copy config.guess.
11344
11345 * configure.in: Handle AIX versions 1.2, 1.3.
11346
113471993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11348
11349 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11350 the configuration name mips-mips-usg* to represent USG systems.
11351
11352 * configure.in: Fix logic to detect if srcdir is already configured.
11353
11354 * Makefile.in: Pass in LD_SWITCH_X_SITE.
11355
11356 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11357 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11358 of a directory; cd might fail, and have pwd print out the current
11359 directory.
11360
113611993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11362
11363 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
11364
113651993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11366
11367 * configure.in: Complain if srcdir points at an already-configured
11368 tree.
11369
113701993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11371
11372 * Version 19.10 released.
11373
113741993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11375
11376 * Makefile.in: Use Makefile comments, not C comments.
11377
11378 * configure.in: Add case for the Tektronix XD88.
11379
113801993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11381
11382 * configure.in: Handle sysv4.2 and sysvr4.2.
11383
113841993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11385
11386 * configure.in: Traverse the argument list without destroying it;
11387 don't use shift. It turns out that "set - ${saved_arguments}"
11388 doesn't work portably.
11389
11390 * configure.in: Add missing "fi".
11391
11392 * make-dist: Rebuild configure if configure.in is newer.
11393
11394 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11395 targets to be executed even if make remembers that it has already
11396 satisfied FRC.
11397
113981993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11399
11400 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11401
11402 * configure.in (romp): Handle various version numbers with aos and bsd.
11403
114041993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11405
11406 * configure.in: Fix message text.
11407
114081993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11409
11410 * make-dist: Make a `site-lisp' directory in the distribution,
11411 instead of a `local-lisp' directory, which hasn't been the
11412 appropriate name for a long time.
11413 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11414 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11415
11416 * Makefile.in (do-install): Correctly detect if ./etc and
11417 ${srcdir}/etc are the same.
11418
11419 * configure.in: Extract UNEXEC from the system configuration
11420 files, compute the name of the source file corresponding to the
11421 object file, and #define it as UNEXEC_SRC in config.h.
11422
11423 * configure.in: If srcdir is '.', then try using PWD to make it
11424 absolute.
11425
11426 * configure.in: Include ${srcdir} in the printed report, to help
11427 people notice if it's an automounter path.
11428
114291993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11430
11431 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11432
114331993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11434
11435 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11436 when they are different. Add `shift' command.
11437 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11438 (externallispdir): Var deleted.
11439
11440 * configure.in: Delete spurious paren outputting short_usage.
11441
114421993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11443
11444 * Version 19.9 released.
11445
114461993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11447
11448 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11449 subdirectory makes.
11450
11451 * make-dist: Check for .elc files with no corresponding .el file.
11452
11453 * Makefile.in (mkdir): Make all the directories in locallisppath.
11454
11455 * config.guess: New file.
11456 * configure.in: Use it, tentatively.
11457 * INSTALL: Mention its usage.
11458
11459 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
11460 the former gives you the operating system rev directly.
11461 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
11462
11463 * Makefile.in (do-install): Don't remove a destination directory
11464 if it's the same as the source. If ${srcdir}/info == ${infodir},
11465 don't try to copy the info files.
11466
11467 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11468 doesn't work if you're not using a separate source directory.
11469 (do-install): Copy the build tree's etc directory only after
11470 making sure it's not also the source tree's etc directory.
11471
114721993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11473
11474 * configure.in: Handle sunos4.1.3 specially.
11475
114761993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11477
11478 * Makefile.in (INSTALL): Add definition.
11479
11480 * configure.in: Fix some messages. Support -with-gnu-cc.
11481 At the end, use `set --', not `set -'.
11482 Delete spurious `.h' in hpux alternatives.
11483
114841993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11485
11486 * Version 19.8 released.
11487
114881993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11489
11490 * configure.in: When looking for source in the same directory as
11491 the configure script, make the path thus discovered absolute.
11492 If the user specifies the `--srcdir' switch, make that directory
11493 absolute too.
11494
11495 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11496
11497 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11498 too, as the value of the PATH_INFO macro.
11499
11500 * configure.in: Check to see if the source lives in the same
11501 directory as the configure script.
11502
115031993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11504
11505 * Makefile.in (install): Split this into `install' and
11506 `do-install', to give people more control over exactly what gets
11507 done.
90eacf99
SM
11508 (do-install): New target, containing the guts of `install'.
11509 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
11510 it all before the copying loop. Pass more flags to the lib-src
11511 make.
11512 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11513 avoid errors and warnings.
11514
11515 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11516 the manufacturer - the more general case was blocking other i386
11517 configuration names below, and that's how the names are written in
11518 MACHINES anyway.
11519
11520 * make-dist: When breaking links, remove the link before moving
11521 the copy onto it, to avoid interactive behavior.
11522
11523 * Makefile.in: Doc fix.
11524
11525 * configure.in: Doc fix.
11526
11527 * INSTALL: Mention --exec-prefix option.
11528
11529 * configure.in: Add support for the `--exec-prefix' option.
11530 * Makefile.in: Accept that support.
11531
11532 * configure.in: Use the AC_PROG_INSTALL macro.
11533 * Makefile.in (INSTALL): Variable removed.
11534 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11535
11536 * configure.in: Distinguish between hp800's and hp700's by calling
11537 "uname -m".
11538
115391993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11540
11541 * configure.in: Recognize configuration names for i860 boxes
11542 running SYSV.
11543
115441993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11545
11546 * configure.in: Distinguish between hp800's and hp700's by the
11547 version of HP/UX they run, since that's something people are more
11548 likely to know - hp700's run 8.0.
11549 Add HP 700 configuration.
11550
11551 * configure.in: Test for the presence of the `rename' function.
11552
11553 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11554 configure.in.
11555 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11556
11557 * make-dist: Break intra-tree links.
11558
11559 * configure.in: Explain that this is an autoconf script, and give
11560 instructions for rebuilding configure from it. Arrange to put
11561 comments in configure explaining this too.
11562
11563 * configure.in: Make the first line of the configure script be
11564 "#!/bin/sh". Leaving the first line blank didn't work.
11565
90eacf99 11566 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
11567 the options briefly.
11568
11569 * configure.in: Implement the --prefix option.
11570 * Makefile.in (prefix): Add support for it here.
11571 * INSTALL: Document it here.
11572
11573 * Makefile.in (install): Don't assume that the files in the `info'
11574 subdirectory match *.info. They don't have that prefix.
11575
115761993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11577
11578 * configure.in: Add case for version 5 of Esix.
11579
115801993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11581
11582 * Version 19.7 released.
11583
11584 * make-dist: There aren't any *.com files in lib-src anymore.
11585
11586 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11587 them; they're symlinks to other filesystems on the GNU machines.
11588
11589 * make-dist: Check that the manual reflects the same version of
11590 Emacs as stated in lisp/version.el. Edit that version number into
11591 the README file.
11592
115931993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11594
11595 * configure.in: Remove the hack of AC_DEFINE; use
11596 AC_DEFINE_UNQUOTED.
11597
115981993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11599
11600 * make-dist: Don't distribute precomp.com, compile.com, or
11601 link.com from ./src; they're in ./vms now.
11602
11603 Some time-handling patches from Paul Eggert:
11604 * configure.in: Add AC_TIMEZONE.
11605
116061993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11607
11608 * configure.in: Recognize Linux as a valid operating system for
11609 the i386.
11610
116111993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11612
11613 * make-dist: Distribute some VMS files we got from Richard Levitte.
11614
11615 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11616 the source for the sed command, not oldXMenu/Makefile.
11617
116181993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11619
11620 * INSTALL: Don't claim the srcdir option doesn't work.
11621
116221993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11623
11624 * configure.in: Include remarks saying what order the autoconf
11625 tests should go in, and remind people to change config.h.in
11626 whenever they add autoconf tests which make #definitions.
11627
11628 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11629
116301993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11631
11632 * Makefile.in (oldXMenu/Makefile): Make this depend on
11633 ${srcdir}/oldXMenu/Makefile.in, not itself.
11634
11635 * PROBLEMS: Some updates from David J. Mackenzie.
11636
11637 More changes from David J. Mackenzie.
90eacf99
SM
11638 * Makefile.in (install.sysv, install.xenix, install.aix):
11639 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
11640 differences.
11641 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 11642 (INSTALLFLAGS): Remove.
067d23c9
KY
11643 (INSTALL): Include the -c flag.
11644 (install): Change the way we invoke install accordingly.
11645
11646 Install ${srcdir} changes from DJM.
11647 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11648 list.
11649 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11650 the source tree and the etc directory in the object tree.
11651 (${SUBDIR}): Pass the prefix variable down to submakes.
11652 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11653 in /bin.
11654 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11655 values for srcdir and VPATH.
11656 (install): Add `v' flag to tar command. Make sure that `dir'
11657 exists in ${srcdir}/info before copying it. Remember that the man
11658 pages come from the source tree, not the object tree.
11659 * configure.in: Remove remarks saying that the --srcdir option
11660 doesn't work.
11661 Create the etc directory in the object tree.
11662 Recognize configuration names of the form *-sun-solaris*.
11663 Recognize sunos5 and solaris as operating system names.
11664
11665 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11666 lib-src/getdate.y and src/systime.h.
11667
116681993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11669
11670 * make-dist: Make links in info subdir.
11671
116721993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11673
11674 * configure.in: Call AC_STDC_HEADERS.
11675
116761993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11677
11678 * configure.in: Sidestep autoconf's quoting of the second argument
11679 of AC_DEFINE, so we can specify the value to put there. It would
11680 be nice if autoconf provided some way to specify computed values
11681 for macros.
11682
116831993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11684
90eacf99 11685 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
11686 this is always just -DHAVE_CONFIG_H.
11687
11688 The GNU coding standards specify that CFLAGS should be left for
11689 users to set.
11690 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
11691 for this.
11692 Don't have it default to DEFS.
067d23c9
KY
11693 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11694 (lib-src/Makefile, src/Makefile): Edit the default value for
11695 CFLAGS into these files, not DEFS.
11696 * configure.in (CFLAGS): Choose a default value for this - "-g"
11697 normally, or "-g -O" if we're using GCC. Edit it into the
11698 top-level Makefile.
11699
11700 * configure.in: When scanning the machine and system description
11701 #include files, write their names to conftest.c properly.
11702
117031993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11704
11705 * configure.in: In configuration name case for Apallos running
11706 Domainios, set opsys, not opsysfile.
11707
11708 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11709 src/config.h, instead of AC_OUTPUT; the latter overwrites
11710 src/config.h even when it hasn't changed, puts a makefile-style
11711 comment at the top even though it's C code, and produces a
11712 config.status script which doesn't do the job right.
11713
11714 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11715 can use a symbolic link to get the X Menu library into src.
11716 * Makefile.in (LN_S): New variable.
11717 (src/Makefile): Edit the value of LN_S into this makefile.
11718
117191993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11720
11721 * configure.in: Support *-sco3.2v4* as opsystem.
11722
11723 * make-dist: Don't include calc directory.
11724 Exclude many files in the man directory; copy a few.
11725
117261993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11727
11728 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11729 call AC_STRUCT_TM to see what's in time.h.
11730
11731 * configure.in: Employ quoting stupidity to get the value of CPP
11732 to expand properly.
11733
117341993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11735
11736 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11737 variable to scan the machine and system description files.
11738
11739 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11740 so that getdate.y builds correctly.
11741
117421993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11743
11744 * configure.in (tempcname): Change this to "conftest.c", so it will
11745 work properly on systems with short filenames; this is the name
11746 autoconf uses.
11747
11748 * configure.in: Also detect the availability of dup2 and
11749 gethostname.
11750
11751 * configure.in: Use the AC_ALLOCA test.
11752 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11753 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11754
117551993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11756
11757 * make-dist: Distribute configure, as well as configure.in.
11758 Oversight.
11759
117601993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11761
11762 * Makefile.in (install): Print out the name of the directory we're
11763 copying, so people can have some idea of whether we're making
11764 progress.
11765
11766 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11767 Don't forget to re-create the COPYDESTS directories after we clear
11768 them out.
11769
117701993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11771
11772 * Makefile.in: Add autoconf cookies so that the configure
11773 script can comment out sections of path variable definitions to
11774 choose between the installable configuration and the run-in-place
11775 configuration.
11776 * configure.in: Add new option `--run-in-place', to select the
11777 run-in-place path definitions.
11778
11779 * configure.in: Add a clause to the big configuration name case
11780 for the NeXT machine.
11781
117821993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11783
11784 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11785 Make sure that each source directory exists, and is different from
11786 the destination directory; then, delete the destination before
11787 copying over the source.
11788
11789 * make-dist: Distribute configure.in, instead of configure.
11790
117911993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11792
11793 * configure.in: Don't set CC to "gcc -O" if the user specifies
11794 `--with-gcc'. Add -O to DEFS if GCC is set.
11795
117961993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11797
11798 * Makefile.in (clean mostlyclean): Missing right paren.
11799
11800 * configure.in: When checking for X windows, search for an X11
11801 subdirectory of ${x_includes}.
11802
11803 * configure.in: Check for gettimeofday function, for getdate.y.
11804
11805 Change `configure' to a mixture of custom code and autoconf stuff.
11806 autoconf can't derive all the information we need, but we'd really
11807 like to be able to take advantage of some of its tests, and its
11808 file-editing facilities.
11809 * configure.in: Renamed from configure.
11810 Quote the sections of shell script we want copied literally to
11811 the configure script.
11812 (compile): Initialize this to make the autoconf macros' code happy.
11813 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11814 code to do their jobs.
11815 Use autoconf to produce Makefile and src/config.h.
11816 Remove the Makefile-style comment that autoconf places at the top
11817 of src/config.h.
90eacf99
SM
11818 (config_h_opts): Remove - no longer necessary.
11819 * Makefile.in (configname): Rename to configuration.
11820 (CONFIG_CFLAGS): Rename to DEFS.
11821 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
11822 get values via autoload @cookies@.
11823 (libsrc_libs): Get this from autoconf. We used to do nothing
11824 about this.
11825 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11826
90eacf99
SM
11827 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11828 Don't echo the move-if-change command.
067d23c9
KY
11829
118301993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11831
11832 * make-dist: Distribute lib-src/rcs-checkin.
11833
11834 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11835 Don't try to make links to the RCS or Old subdirectories.
11836 Use the appropriate extension for the compression type in use.
11837 Create the tar file in the shell's initial default directory, not
11838 in ${tempparent}.
11839 Erase the whole ${tempparent} tree, not just ${tempdir}.
11840
118411993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11842
11843 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11844 use to build paths.h.
11845 (lib-src/Makefile, src/Makefile): Similarly.
11846
11847 * configure: Extend test for working `const' keyword to handle AIX
11848 3.2 cc.
11849
118501993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11851
11852 * make-dist: Distribute lisp/term/ChangeLog.
11853
11854 Arrange for C compilation throughout the tree to get
11855 C_SWITCH_SYSTEM from the configuration files.
11856 * configure: Extract C_SWITCH_SYSTEM from the machine and
11857 system-dependent files, and save it in the top-level Makefile.
11858 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11859 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11860
11861 * make-dist: Include the VMS support files in oldXMenu in the
11862 distribution.
11863
11864 * configure: Doc fix.
11865
11866 * configure: Fix corrupted config_h_opts.
11867
11868 * configure: Properly report option names in error messages.
11869
11870 * configure: Properly recognize --x-includes and --x-libraries
11871 options.
11872
11873 * configure: Fix syntax errors in code handling XFree386.
11874
118751993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11876
11877 * configure: Add special code to detect XFree386, and tell
11878 config.h about it.
11879
11880 * configure: Properly handle extracting values of LIBS_MACHINE and
11881 LIBS_SYSTEM that contain spaces.
11882
90eacf99
SM
11883 * configure: Add `--x-includes' and `--x-libraries' options.
11884 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
11885 large sites, have said they have their X files installed in odd
11886 places. Implement them by setting C_SWITCH_X_SITE and
11887 LD_SWITCH_X_SITE in src/config.h.
11888
118891993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11890
11891 * make-dist: Don't distribute etc/Old files.
11892
11893 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11894 backups.
11895
118961993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11897
11898 * make-dist: Fix typo.
11899
119001993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11901
11902 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11903 in some cases where it should but didn't seen to.
11904
11905 * Makefile.in: Added unlock and relock productions.
11906
119071993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11908
11909 * make-dist: Add a --compress option to force make-dist to use
11910 compress.
11911
11912 * make-dist: Use gzip, if we can find it.
11913
11914 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11915 make rs6000-ibm-aix default to -aix32.
11916
119171993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11918
11919 * Makefile.in: Added `Developer's configuration' section.
11920
119211993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11922
11923 * Makefile.in: Add commented-out variable settings for developer's
11924 configuration.
11925
119261993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11927
11928 * make-dist: Distribute `src/bitmaps' too.
11929
119301993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11931
11932 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11933 make rs6000-ibm-aix default to -aix32.
11934
119351993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11936
11937 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11938
11939 * Makefile.in (install.sysv): Add a second `$' in front of
11940 `${dest}', so that the shell will expand it, instead of Make.
11941
11942 * configure: When processing the name of the configure script,
11943 collapse `././' to `./', but leave a single `./' prefix alone.
11944
11945 * configure: Doc fix.
11946
119471993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11948
11949 * configure: Handle isc3.0 correctly.
11950
119511993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11952
11953 * make-dist: Don't try to copy the COPYING notice into
11954 external-lisp; we're not distributing that directory any more.
11955
119561993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11957
11958 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11959 Remove CVS subdirectories from the installed directory trees, as
11960 well as RCS directories.
11961
119621993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11963
11964 * make-dist: Only copy gmalloc.c if we couldn't link it.
11965 Don't try to copy man/{README,Makefile} unless they actually exist.
11966
11967 * Makefile.in (lisppath): Don't include externallispdir in this.
11968 We're not sure whether we're even going to distribute the
11969 directory yet.
11970
119711993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11972
11973 * make-dist: Don't distribute the external-lisp directory anymore.
11974 * INSTALL: Remove all references to external-lisp.
11975
11976 * configure: Detect whether the compiler supports `const'
11977 properly, and edit src/config.h accordingly.
11978
11979 * configure: Tweak layout of final report.
11980
11981 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11982 CFLAGS.
11983
11984 * Makefile.in (locallisppath): Make this default to
11985 ${datadir}/emacs/site-lisp, instead of
11986 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11987 the same thing, and local-lisp causes completion conflicts with
11988 lock.
11989 (lisppath): Add ${externallispdir} to this.
11990 * INSTALL: Adjust installation directions.
11991
11992 * Makefile.in (externallispdir): New variable, to say where to
11993 install the externally-maintained lisp files.
11994 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11995 the others.
11996 * INSTALL: Describe external-lisp and the new externallispdir
11997 variable.
11998
119991993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12000
12001 * configure (progname): New option `--with-gcc'. Make it clearer
12002 how we are trying to guess whether or not we have GCC.
12003 * INSTALL: Document the `--with-gcc' option, and improve
12004 description of `--with-x' options.
12005
120061993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12007
12008 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12009 ${infodir} from these variables; we have written out explicit code
12010 to install the info files.
12011
120121993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12013
12014 * make-dist: Don't distributed the RCS files in the etc directory.
12015
120161993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12017
12018 * Makefile.in: Some makes can't handle comments in the middle of
12019 commands; move them to before the whole rule.
12020
120211993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12022
12023 * README: Mention what Emacs is.
12024
120251993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12026
12027 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12028 Add `./cpp' and `./man' back into the distribution.
12029
120301993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12031
12032 * Makefile.in: Define MAKE, and use where appropriate.
12033
120341993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12035
12036 * make-dist: Remember that the authoritative COPYING notice is
12037 `etc/COPYING', not `../etc/COPYING'.
12038
120391992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12040
12041 * make-dist: Make sure that the COPYING notices in each directory
12042 are copies, not symlinks.
12043
120441992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12045
12046 * INSTALL: The build process produces an executable called `emacs'
12047 now. Change references.
12048 * Makefile.in: Adjust `install.mumble' targets to install
12049 `src/emacs', not `src/xemacs'.
12050
12051 * configure: Start with a blank line; this keeps some old CSH's
12052 from thinking it's a CSH script. Most systems will just use
12053 /bin/sh to run it, which is what we're expecting; the only other
12054 shells which might try to interpret it themselves are probably
12055 Bourne-compatible.
12056
120571992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12058
12059 * INSTALL: Improvements suggested by David Mackenzie.
12060
120611992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12062
12063 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12064 Don't try to copy the info files if there aren't any; the
12065 unexpanded globbing pattern disappoints `install'. Ignore the
12066 return status of that command.
12067
12068 * INSTALL: Updated for new configuration arrangement.
12069
12070 * configure: Don't make the top-level Makefile read-only - people
12071 may want to edit the values of the path variables.
12072
12073 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12074 Install the info files in ${infodir}. Install the executable
12075 under both `emacs' and `emacs-VERSION'.
12076
12077 * Makefile.in: Doc fix.
12078
12079 * Makefile.in (exec_prefix): New variable, as per latest version
12080 of coding standards.
12081 (bindir, libdir): Use it, instead of `prefix'.
12082 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
12083
12084 * Makefile.in (mandir): Make the default value for this depend on
12085 $(prefix).
12086
12087 * Makefile.in (datadir, statedir, libdir): Make these all default
12088 to ${prefix}/lib.
90eacf99
SM
12089 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
12090 Adjust to compensate.
067d23c9
KY
12091
12092 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12093 Install the etags and ctags man pages too.
12094
12095 * Makefile.in (distclean): Don't delete backup files; that's the
12096 job of extraclean.
12097 (extraclean): Like distclean, but deletes backup and autosave files.
12098
120991992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12100
12101 Make path specification conform to GNU coding standards.
12102 * configure (long_usage): Remove all traces of old arguments from
12103 usage messages, and document the options we do accept in more
12104 detail: -with-x... and --srcdir.
90eacf99 12105 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
12106 make this worthwhile.
12107 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
12108 along with the code which supported them; these should be set as
12109 arguments to the top-level make.
12110 (config_h_opts): Since this no longer doubles as a list of option
12111 names, make them upper case; this simplifies the code which uses
12112 them to build the sed command to edit src/config.h. Change the
12113 code which sets them.
12114 (cc, g, O): Don't allow the user to set these using options; they
12115 should be specified using `CC=' and `CFLAGS=' arguments to the
12116 top-level make. Just choose reasonable default values for them,
12117 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
12118 values.
12119 (gnu_malloc, rel_alloc): Don't allow the user to set these using
12120 options; use them whenever the configuration files say they're
12121 possible.
12122 Simplify the argument processing loop. Don't accept abbreviations
12123 for option names; these might conflict with other configuration
12124 options in the future.
12125 Add some support for the `--srcdir' option. Check for the sources
12126 in . and .. if `--srcdir' is omitted. If the directories we will
12127 compile in don't exist yet, create them under the current directory.
12128 Note that the rest of the build process doesn't really support
12129 this.
90eacf99
SM
12130 Edit only the top Makefile. That should edit the others.
12131 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
12132 and `srcdir' from the configuration arguments, `CC' and
12133 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
12134 the user's path, and LOADLIBES as gleaned from the system
12135 description files.
12136 Simplify the report generated; it doesn't need to include any
12137 description of paths now.
12138 Make `config.status' exec configure instead of just calling it, so
12139 there's no harm in overwriting `config.status'.
12140 * Makefile.in (version, configname): New variables, used to choose
12141 the default values for datadir and libdir.
12142 Path variables rearranged into two clearer groups:
12143 - In the first group are the variables specified by the GNU coding
12144 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12145 manext, infodir, and srcdir).
12146 - In the second are the variables actually used for Emacs's paths
12147 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12148 archlibdir), which depend on the first category.
12149 datadir and libdir default to directories under
12150 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12151 demand.
12152 etcdir and lispdir default to subdirectories of datadir.
12153 archlibdir defaults to libdir.
12154 The new installation tree is a bit deeper than it used to be, so
12155 use the new make-path program in lib-src to build them all.
12156 Always build a new src/paths.h.tmp and then move-if-change it to
12157 src/paths.h, to avoid unnecessary rebuilds while responding to the
12158 right changes.
12159 Remove all mention of arch-lib. Run utility commands from
12160 lib-src, and let the executables be copied into archlibdir when
12161 Emacs is installed.
12162 Add targets for src/Makefile, lib-src/Makefile, and
12163 oldXMenu/Makefile, editing the values of the path variables into
12164 them.
12165 Let lib-src do its own installation.
12166 (datadir): Default to putting data files under
12167 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12168 (emacsdir): Variable deleted; it would only be confusing to use.
12169 (lispdir, etcdir): Default to ${datadir}/lisp.
12170 (mkdir): Use make-path for this.
12171 (lockdir): Do this in mkdir.
12172 (Makefile): New target.
12173
12174 * configure (usage_message): Rename to long_usage.
12175
12176 * make-dist: Don't bother creating an arch-lib directory; that's
12177 only for installation now.
12178
121791992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12180
12181 * configure: Use GCC-style configuration names, using config.sub.
12182 Change the usage and help messages.
12183
12184 * configure: Initialize window_system, not indow_system.
12185
12186 * configure: Report which window system, compiler, and signal
12187 handler return type we decide to use.
12188
12189 * make-dist: Explain what's going on if config.sub and gmalloc.c
12190 can't be linked. Place the code which copies them near the code
12191 which links the rest of the files around them.
12192
121931992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12194
12195 * make-dist: Don't bother to distribute src/*.com, or
12196 src/vmsbuild; those have all been moved to `../vms'.
12197
121981992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12199
12200 * make-dist: Don't forget that the way to avoid filenames starting
12201 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12202 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12203 couldn't make hard links to, since we have two already, and
12204 perhaps more to come.
12205
122061992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12207
12208 * configure: When editing parameters into lib-src/Makefile, change
12209 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12210 needs some other flags too.
12211
122121992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12213
12214 * configure: Remove spurious echo of the configuration name.
12215
12216 * make-dist: Don't distribute files in src/m and src/s whose names
12217 begin with `='.
12218
122191992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12220
12221 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12222 Also LISP_FLOAT_TYPE.
12223
122241992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12225
12226 * make-dist: Copy config.sub, since it's a symbolic link to a file
12227 on another file system.
12228
122291992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12230
12231 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12232 distribution.
12233
12234 * config.sub: New file, to help us recognize configuration names.
12235 * make-dist: Include it in the distribution.
12236
122371992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12238
12239 * configure: Convert `-' to `_' in specified option names.
12240 Accept options with --. Delete --highpri and --have-x-menu options.
12241 New options --with-x and --with-x10 replace -window-system.
12242 Don't mention options --gnu-malloc, --rel-alloc
12243 or --lisp-float-type in help message.
12244
122451992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12246
12247 * make-dist: Include the `vms' subdirectory in the distribution.
12248
122491992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12250
12251 * configure: Remove lines starting with "# DIST: " when building
12252 lib-src/Makefile and src/Makefile. This allows us to mark the
12253 "Makefile.in" files with explanatory comments which won't also get
12254 stuck in the Makefiles.
12255
122561992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12257
12258 * make-dist: Don't use the '+' operator in the sed regular
12259 expression that extracts the version number from lisp/version.el;
12260 Ultrix sed doesn't seem support the operator. Just double the
12261 operand and use *.
12262
122631992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12264
12265 * Makefile.in: Doc fix.
12266
122671992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12268
12269 * configure: Rewrite sed command to remove at most one ./ prefix;
12270 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12271 group.
12272
122731992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12274
12275 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12276
122771992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12278
12279 * make-dist: Go ahead and build a new TAGS file, unless the
12280 --newer option was specified. Don't try to delete a TAGS file
12281 from etc; it's not kept there, and shouldn't be deleted anyway.
12282
122831992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12284
12285 * make-dist: If the lisp directory contains a default.el, don't
12286 distribute it.
12287
12288 * configure: When searching signal.h for the type of a signal
12289 return handler, make a copy of it, not a symbolic link to it; that
12290 way, it will work on systems that don't have symbolic links.
12291
122921992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12293
12294 * make-dist: Taught it about vcdiff and rcs2log, added --newer
12295 option for generating incremental distributions. Stopped it from
12296 generating a TAGS file into the distribution; that sucker is
12297 *big*, and easily enough generated with the toplevel makefile.
12298
122991992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12300
12301 * configure: When writing config.status, don't prefix progname
12302 with a '.'; it might be absolute.
12303
123041992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12305
12306 * configure: Choose to use X11 if either /usr/lib/libX11.a or
12307 /usr/include/X11 exist, not only if both exist.
12308
123091992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12310
12311 * make-dist: Make the new external-lisp directory a duplicate of
12312 the external-lisp directory, not the lisp directory.
12313
123141992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12315
12316 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12317 clean' in arch-lib; it doesn't even have a Makefile.
12318
12319 * Makefile.in (clean, mostlyclean): In the test which tries to
12320 distinguish between the build directory, which should be cleaned,
12321 and the installed directory, which shouldn't, cd to `${emacsdir}',
12322 not `${DESTDIR}${LIBDIR}'.
12323
123241992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12325
12326 * make-dist: Be sure to delete the .c and .h files that YACC and
12327 BISON create from getdate.y.
12328
12329 * external-lisp: New directory; see `external-lisp/README'.
12330 * make-dist: Added support for the external-lisp subdirectory.
12331
12332 * make-dist: Changed message which complains that make-dist wasn't
12333 invoked in the right directory to indicate which files it was
12334 looking for.
12335
123361992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12337
12338 * configure: Add comments explaining why we can't translate
12339 character ranges or control characters in `tr'.
12340
123411992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12342
12343 * configure: When generating the configuration message, we used to
12344 build the message from the start so that each line began with "# "
12345 so that it would be a comment in `config.status'. However, this
12346 causes trouble if any of the variables we use in the message
12347 expand to more than one line of text - as gnu_malloc_reason
12348 sometimes does. So instead, we build the message as it should be
12349 printed to the user (i.e. without the "# " prefixes), and stick on
12350 the "# "s when we write it to `config.status'.
12351
12352 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12353 `lib-src' and `arch-lib'.
12354
12355 * configure: When generating report and `config.status' file, note
12356 that bindir only determines where `make install' and
12357 `build-install' will place the executables; this should make it
12358 clear that the ordinary build process will not try to install
12359 things.
12360
123611992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12362
12363 * make-dist: Change messages to say that we are 'making links to
12364 X', rather than 'copying X'. And put `' quotes around file names.
12365
12366 * make-dist: Include '.tmp' in the name of the staging directory.
12367
12368 * make-dist: Pass the `-f' option to rm when you're not sure that
12369 the files you're removing actually exist.
12370
12371 * make-dist: When setting up etc/COPYING, always nuke whatever is
12372 there, and then copy it in, to make sure we get a real file.
12373
90eacf99
SM
12374 * make-dist: Don't try to distribute *.defns files any more.
12375 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
12376 version which doesn't have a separate .defns file.
12377
123781992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
12379
12380 * make-dist: Don't distribute configured versions of config.h.in,
12381 paths.h.in, Makefile.in in src.
12382
12383 * configure: Delete .tmp files before creating them; don't bother
cd1181db 12384 trying to make final targets writable first, since it won't
067d23c9
KY
12385 matter to move-if-change.
12386
123871992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12388
12389 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12390 mkdir and chmod in the center of all the conditionals. GNU Make
12391 will strip these out, but other makes won't.
12392
123931992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12394
12395 * make-dist: Include move-if-change in list of files to distribute.
12396
123971992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12398
12399 * configure: Remove any "." elements from the program name.
12400
12401 * configure: Don't record the values of all the possible arguments
12402 in config.status; only record the options that the user specified.
12403
12404 * configure: Use move-if-change to move in the new src/config.h.
12405
124061992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12407
12408 * move-if-change: New file, copied from gcc release.
12409 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12410 a temp file, so we don't update paths.h if an error occurs or if
12411 it doesn't need changing.
12412
124131992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12414
12415 * Makefile.in (src/paths.h): Do not install a value for the
12416 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12417 * build-install.in: Same thing.
12418
124191992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12420
12421 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12422 latter, being a typo, is always false, resulting in a program
12423 whose default behavior is to painstakingly build a copy of the
12424 source tree, and then delete it. Rah.
12425
12426 * Makefile.in: Add dist target, and comment for it.
12427
12428 * configure: When scanning <signal.h> for a declaration for
12429 signal, create a symbolic link with a name ending in .c, so the
12430 compiler won't complain that it's only been given .h files.
12431
12432 * configure: Check whether there are any arguments available
12433 before shifting to get the value of a non-boolean parameter.
12434
12435 * make-dist: Doc fix.
12436
124371992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12438
12439 * configure: Instead of grepping /usr/include/signal.h for a
12440 signal declaration, run /usr/include/signal.h or
12441 /usr/include/sys/signal.h through cpp and grep for the
12442 declaration.
12443
12444 * configure: Redirect the output of grep to /dev/null instead of
12445 using grep -s - that flag means different things on other systems.
12446
12447 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12448 since the former is recognizable even if you don't know what
12449 'dumping' is.
12450 * configure: Accommodate that change.
12451
12452 * configure: Accept options for all of the directories you can
12453 change in the Makefile.
12454
12455 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12456
12457 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12458 FOO before you can use them.
12459
12460 * build-install.in: Made the "Where To Install Things" section
12461 conform with the similar section from Makefile.in. Copied section
12462 which builds src/paths.h from src/paths.h.in from the Makefile.
12463
124641992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12465
12466 * configure: Write config.status to pass its command-line
12467 arguments on to configure, so that people can use it to recreate
12468 an old configuration, with minor changes.
12469
124701992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12471
12472 * configure: Don't rely on option variables being unset if their
12473 values are the empty string. In particular, when producing the
12474 English report, don't assume that highpri will be unset when no
12475 increased priority has been requested; -highpri='' should be the
12476 same as omitting -highpri altogether.
12477
12478 * configure: Fix dumb bug: when running the system and machine
12479 description files through cpp, mark those lines that we want to
12480 evaluate with the string '@configure@', and then only evaluate
12481 them. This way if the files include anything that actually
12482 generates text (type definitions or external declarations, say),
12483 we won't try to eval it.
12484
124851992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12486
12487 * make-dist: New shell script.
12488
12489 * configure: When creating foo from foo.in, make foo read-only to
12490 remind people to edit the .in file instead.
12491
12492 * INSTALL: Changed references to config.h-dist to config.h.in.
12493 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12494 to build src/paths.h from src/paths.h.in; added a paragraph to do
12495 this.
12496 * configure, Makefile, build-install: Changed filenames like
12497 FOO-dist to FOO.in.
12498
124991992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12500
12501 * Makefile, build-install: Renamed to Makefile.in and
12502 build-install.in; the configure script will edit these to produce
12503 the usable Makefile and build-install.
12504 * configure: Changed to produce ./Makefile, ./build-install,
12505 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12506 instead of editing them in place.
12507
125081992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12509
12510 * Makefile: Re-arranged so that the undumped Emacs will search
12511 ../lisp *after* the site's local elisp files.
12512 (locallisppath, dumplisppath): New variables.
12513 (lisppath): This variable's default value is now chosen based on
12514 $(locallisppath) and $(lispdir); while it used to be the
12515 customization point for adding site-local elisp directories to
12516 load-path, that job is now handled mostly by locallisppath.
12517 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12518 Check the values being assigned to the *LOADSEARCH macros for null
12519 path elements (like '::' in 'foo::bar').
12520
12521 * configure: When checking if the machine- and system-dependent
12522 files define a particular macro or not, actually run them through
12523 CPP and test the macros with #ifs, instead of just grepping for
12524 the macros' names. In particular, check for SYSTEM_MALLOC in this
12525 way.
12526
125271992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12528
12529 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12530
125311992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12532
12533 * configure: Make the config.status file an executable shell
12534 script which will recreate the same configuration. Include the
12535 verbal description of the current configuration as a comment in
12536 the script.
12537 * INSTALL: Doc fix.
12538
12539 * Makefile: Brought the Makefile up to the GNU coding
12540 standards, as described in standards.text:
12541 (TAGS): New name for the target which rebuilds the tags table.
12542 (check): New target; doesn't do anything yet.
12543 (mostlyclean): New target, synonymous with clean.
12544 (realclean): New target. Currently, this just calls the
12545 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
12546 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12547 New variables.
067d23c9 12548 Installation directory variables changed to conform.
90eacf99 12549 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
12550 code which copies the directories into their installed location to
12551 allow the installed locations to be in several different
12552 directories; the old version assumed that they would all be in
12553 $(emacsdir).
12554 (mkdir, lockdir): Allow the installed locations to be in several
12555 different directories.
12556 * INSTALL: Doc fix.
12557
12558 * build-install: Use the same variable names as the Makefile.
12559 Allow the installed locations to be in several different
12560 directories.
12561
125621992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12563
12564 * Makefile (src/paths.h): Instead of using a single sed command to
12565 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12566 separately, and don't forget to append "/!!!SuperLock!!!" to the
12567 value of the PATH_SUPERLOCK macro.
12568
12569 * config.emacs: Renamed to configure, for consistency with other
12570 GNU products. Internal references changed.
12571 INSTALL, Makefile: References changed.
12572
12573 * lock: New directory, which should always be empty. If this
12574 directory doesn't exist, Emacs won't complain; it just won't lock.
12575 Having this here means that people can just unpack Emacs, build
12576 it, and have locking work.
12577
12578 * share-lib: Re-renamed to etc, for the sake of tradition.
12579 * config.emacs: Changed default value for datadir to ../etc.
12580 * INSTALL, README: Adjusted.
12581
125821992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12583
12584 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12585 by running CPP on the appropriate s/*.h and m/*.h files.
12586
125871992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12588
12589 * config.emacs: Make sure to set the "exit on error" flag once
12590 we've removed config.status; errors should abort the configuration.
12591
125921992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12593
12594 * config.emacs: Added -distribute option, so that the Makefile
12595 paths are in their proper form. I don't know why this matters.
12596
125971992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12598
12599 * local-lisp: New directory, empty in the distribution, for people
12600 to put local elisp code in.
12601 * config.emacs: Include it in the default load path.
12602 * README: Document it.
12603
126041992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12605
12606 * config.emacs: Guess the type of signal handling functions based
12607 on the contents of /usr/include/signal.h.
12608
12609 * config.emacs: Print out progress report messages.
12610
12611 * Makefile (src/paths.h): Don't generically replace
12612 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12613 editing of the other entries, and each entry should be dealt with
12614 explicitly anyway.
12615
12616 * build-install: Converted from C-shell to Bourne shell.
12617 * config.emacs: Edit build-install properly.
12618
12619 * config.emacs: Doc fix.
12620
126211992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12622
12623 * Makefile (install): Remove `B' from tar xf command.
12624
126251992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12626
12627 * config.emacs: Removed support for the `maintain-environment'
12628 option; the only important difference between this and its absence
12629 has been removed.
12630 * INSTALL: Removed mention of `maintain-environment'.
12631
12632 * config.emacs: Fix arguments to sed when processing boolean
12633 arguments.
12634
126351991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12636
12637 * config.emacs: New file, to help automate the installation
12638 process.
12639
12640 * Makefile: Lots of changes to support the separation of etc into
12641 architecture-dependent and -independent files:
12642 (EMACSROOT): New variable, giving the directory under which all of
12643 Emacs's libraries should be installed. Changed rest of file to
12644 use it.
12645 (LIBDIR): Now denotes only architecture-dependent dir.
12646 (DATADIR): New variable, denoting architecture-independent dir.
12647 (LOCKDIR): New variable, for completeness.
12648 (SUBDIR): No more etc, new lib-src.
12649 (COPYDIR): No more etc, new arch-lib and share-lib.
12650 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12651 (src): Now depends on lib-src, not etc.
12652 * build-install: Changes parallel to the above.
12653 * README: Describe the new arrangement.
12654
12655 * vms: New subdirectory for all the VMS stuff.
12656
126571991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12658
12659 * Makefile (LISPPATH): New variable.
12660 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12661
126621990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12663
12664 * Makefile (install, install.sysv, install.xenix):
12665 Install wakeup instead of loadst. No need for setuid or setgid.
12666
126671990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12668
12669 * Makefile (clean): Clean etc if that's not the installation dir.
12670
126711990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12672
12673 * Makefile (paths.h): Make sed alter each name in the path.
12674
126751988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12676
12677 * Makefile (install.sysv): Use cpio, not tar.
12678
126791988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12680
12681 * Makefile (lockdir): Rename `lock' target.
12682 Depend on it from install*, not from `all'.
12683
126841988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12685
12686 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12687 to match build-install and paths.h.
12688
12689;; Local Variables:
12690;; coding: utf-8
067d23c9
KY
12691;; End:
12692
ab422c4d 12693 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
067d23c9
KY
12694
12695 This file is part of GNU Emacs.
12696
12697 GNU Emacs is free software: you can redistribute it and/or modify
12698 it under the terms of the GNU General Public License as published by
12699 the Free Software Foundation, either version 3 of the License, or
12700 (at your option) any later version.
12701
12702 GNU Emacs is distributed in the hope that it will be useful,
12703 but WITHOUT ANY WARRANTY; without even the implied warranty of
12704 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12705 GNU General Public License for more details.
12706
12707 You should have received a copy of the GNU General Public License
12708 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.