]> code.delx.au - gnu-emacs/blob - ChangeLog
Auto-commit of generated files.
[gnu-emacs] / ChangeLog
1 2013-10-24 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
4
5 * Makefile.in (abs_top_srcdir): New, set by configure.
6
7 2013-10-23 Glenn Morris <rgm@gnu.org>
8
9 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
10
11 Progress towards allowing installation in directories with whitespace.
12 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
13 (install-arch-indep, install-etcdoc, install-info, install-man)
14 (install-etc, uninstall, install-nt, uninstall-nt):
15 Quote entities that might contain whitespace.
16 * build-aux/update-subdirs: Handle whitespace in argument.
17 Check cd return value.
18
19 Make building in directories with whitespace possible. (Bug#15675)
20 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
21 (src/.gdbinit): Use ac_abs_top_srcdir.
22 * Makefile.in (abs_srcdir): New, set by configure.
23 (buildlisppath, epaths-force-w32): Use abs_srcdir.
24 (install-arch-indep, install-etcdoc, install-info, install-man)
25 (install-etc): Quote entities that might contain whitespace.
26
27 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
28
29 Merge from gnulib, incorporating:
30 2013-10-14 acl: allow cross-compilation to Gentoo
31 2013-10-18 extern-inline: make safe for -Wundef usage
32 2013-09-30 fpending: use pure+const function attrs
33 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
34
35 2013-10-13 Glenn Morris <rgm@gnu.org>
36
37 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
38
39 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
40
41 Merge from gnulib, incorporating:
42 2013-10-10 strtoumax: port to Solaris 8
43 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
44 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
45 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
46 * m4/strtoumax.m4:
47 Update from gnulib.
48
49 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
52 string when gnutls2 is installed but gnutls3 is not.
53
54 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
55
56 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
57
58 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
59
60 * configure.ac: Update for giflib 5. (Bug#15531)
61
62 2013-10-08 Eli Zaretskii <eliz@gnu.org>
63
64 * configure.ac (HAVE_MENUS): Define unconditionally.
65
66 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
67
68 Improve support for popcount and counting trailing zeros (Bug#15550).
69 Do this by using the Gnulib modules for this.
70 This should generate faster code on non-GCC, non-MSC platforms,
71 and make the code a bit more portable, at least in theory.
72 * lib/count-one-bits.c, lib/count-one-bits.h:
73 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
74 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
75 New files, copied from gnulib.
76 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
77
78 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
79
80 Use hardware support for byteswapping on glibc x86 etc.
81 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
82 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
83
84 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
85
86 Merge from gnulib, incorporating:
87 2013-10-02 verify: new macro 'assume'
88 2013-09-26 dup2, dup3: work around another cygwin crasher
89 2013-09-26 getdtablesize: work around cygwin issue
90
91 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
92
93 Merge from gnulib, incorporating:
94 2013-09-24 manywarnings: enable nicer gcc warning messages
95 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
96 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
97 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
98 and -funit-at-a-time, since manywarnings does that for us now.
99
100 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
101
102 * configure.ac: With clang, check for and use -Wno-switch,
103 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
104
105 2013-09-23 Daniel Colascione <dancol@dancol.org>
106
107 * configure.ac: Check for valgrind headers.
108
109 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
110
111 * INSTALL: New homepage of libtiff.
112
113 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
114
115 Work around performance bug on OS X 10.8 and earlier.
116 Perhaps Apple will fix this bug some day.
117 See the thread starting with Daniel Colascione's email in:
118 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
119 * configure.ac (FORTIFY_SOUR): New verbatim section.
120
121 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
122
123 Merge from gnulib, incorporating:
124 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
125 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
126 2013-09-19 extern-inline: do not always suppress extern inline on OS X
127 2013-09-17 getgroups: statement without effect
128 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
129
130 2013-09-19 Eli Zaretskii <eliz@gnu.org>
131
132 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
133 is in the full /d/foo/bar form. See the discussion in
134 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
135 and in particular
136 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
137 and its followups, for the details.
138
139 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
140
141 * configure.ac: Do not check for g_type_init because we
142 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
143 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
144 suitable glib should provide g_type_init unconditionally.
145
146 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
147
148 * configure.ac: Add check for OSX 10.5, required for macfont.o.
149
150 2013-09-09 Glenn Morris <rgm@gnu.org>
151
152 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
153 (LDFLAGS): Move nocombreloc option from here...
154 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
155
156 2013-09-08 Glenn Morris <rgm@gnu.org>
157
158 * configure.ac (--without-compress-install):
159 Rename from --without-compress-info. (Bug#9789)
160 (GZIP_INFO): Remove.
161 (GZIP_PROG): Allow --without-compress-install to disable it.
162 * Makefile.in (GZIP_INFO): Remove all references.
163
164 * info/dir: Tweak emacs-gnutls entry.
165
166 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
167
168 Port --without-x --enable-gcc-warnings to Fedora 19.
169 * configure.ac (WERROR_CFLAGS): Omit redundant use of
170 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
171 -Wunused-parameter. If there is no window system, also omit
172 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
173 is needed for Fedora 19.
174
175 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
176
177 Make --without-x compatible with --enable-gcc-warnings.
178 * configure.ac: If both --without-x and --enable-gcc-warnings are
179 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
180 and -Wno-unused-but-set-parameter.
181
182 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
183
184 Makefile improvements.
185 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
186 (src): Remove duplicate dependency on FRC.
187 Invoke just one submake, not two. Avoid the need for 'pwd'.
188
189 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
190
191 * configure.ac: Add ns_check_file.
192
193 2013-08-31 Glenn Morris <rgm@gnu.org>
194
195 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
196 and voxware to oss.
197
198 2013-08-31 Ulrich Müller <ulm@gentoo.org>
199
200 * configure.ac: Allow for --with-sound=voxware that will enable
201 sound but otherwise disable ALSA. This will use the OSS device,
202 typically /dev/dsp, for sound output. (Bug#15067)
203
204 2013-08-31 Glenn Morris <rgm@gnu.org>
205
206 * make-dist: Update for nt/INSTALL* changes.
207
208 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
209
210 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
211 for portability to hosts where /bin/sh has problems.
212
213 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
216
217 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
218
219 Simplify EMACS_TIME-related code.
220 Merge from gnulib, incorporating:
221 2013-08-27 timespec: new convenience constants and function
222
223 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
224
225 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
226 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
227
228 2013-08-27 Glenn Morris <rgm@gnu.org>
229
230 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
231
232 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
233 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
234 * Makefile.in (check-info-dir): Ignore efaq-w32.
235
236 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
237 (maintainer-clean, check-declare): Remove pointless subshells.
238 Check cd return value.
239
240 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
241
242 Minor merge from gnulib (mostly just for texinfo.tex).
243
244 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
245
246 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
247 This improves on the patch already installed, by quoting options
248 that contain spaces and suchlike systematically, so that
249 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
250 these characters.
251
252 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
253
254 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
255 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
256 and reports EINVAL, try it again without O_CLOEXEC. This should
257 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
258 What were they thinking?
259
260 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
261
262 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
263 Fix shell-operator precedence problem in previous change.
264
265 2013-08-20 Glenn Morris <rgm@gnu.org>
266
267 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
268 Clean test/automated if present.
269
270 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
271
272 Merge from gnulib, incorporating:
273 2013-08-15 warnings: minor optimization
274 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
275
276 2013-08-15 Ken Brown <kbrown@cornell.edu>
277
278 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
279
280 2013-08-15 Glenn Morris <rgm@gnu.org>
281
282 * make-dist: Do not distribute etc/refcards TeX intermediate files.
283 * Makefile.in (install-arch-indep):
284 Do not install etc/refcards TeX intermediate files.
285
286 2013-08-14 Ulrich Müller <ulm@gentoo.org>
287
288 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
289
290 2013-08-12 Eli Zaretskii <eliz@gnu.org>
291
292 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
293
294 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
295
296 Minor zlib configuration tweaks.
297 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
298
299 2013-08-12 Eli Zaretskii <eliz@gnu.org>
300
301 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
302
303 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
304
305 Merge from gnulib, incorporating:
306 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
307 2013-08-10 sys_time: port to OpenBSD
308
309 2013-08-12 Glenn Morris <rgm@gnu.org>
310
311 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
312 with configure's standard --docdir argument. All uses updated.
313 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
314 (install-etcdoc): Rename from install-doc. All uses updated.
315 (uninstall): Run uninstall-doc.
316 (PSS): Add misc-ps.
317 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
318 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
319 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
320 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
321 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
322 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
323
324 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
325
326 Add --with-zlib to 'configure'.
327 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
328 can be built without zlib. Don't assume that -lz is needed on
329 non-PNG hosts. Mention zlib configuration status in 'configure' output.
330
331 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
332
333 * configure.ac: Test for zlib.
334
335 2013-08-10 Eli Zaretskii <eliz@gnu.org>
336
337 * configure.ac: Define and substitute UPDATE_MANIFEST.
338
339 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
340
341 * info/dir: Add todo-mode.
342
343 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
344
345 Fix some minor races in hosts lacking mkostemp (Bug#15015).
346 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
347 * configure.ac (mkostemp): Remove check for this function;
348 gnulib does the check now.
349 (mkstemp): Remove check for this no-longer-used function.
350 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
351 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
352 New files, copied from Gnulib.
353 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
354
355 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
356
357 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
358 --without-file-notification to --without-all.
359
360 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
361
362 * INSTALL: Fix description.
363
364 2013-07-27 Glenn Morris <rgm@gnu.org>
365
366 * configure.ac: Extend the --with-sound option to allow
367 specification of OSS or ALSA (see bug#14812#64).
368
369 2013-07-25 Glenn Morris <rgm@gnu.org>
370
371 * info/dir: Add ido.
372
373 * make-dist: Add a --tests option, to include test/.
374
375 2013-07-24 Glenn Morris <rgm@gnu.org>
376
377 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
378
379 2013-07-23 Glenn Morris <rgm@gnu.org>
380
381 * configure.ac (etc, lisp): No need to create specially.
382 Configure already creates lisp, src/Makefile now creates etc.
383
384 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
385
386 Port to GNU/Linux systems with tinfo but not ncurses.
387 * configure.ac (USE_NCURSES): New symbol.
388
389 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
390
391 Fix array bounds violation when pty allocation fails.
392 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
393 not sizeof pty_name, since pty_name is now a pointer to the array.
394
395 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
396
397 * configure.ac: Simplify --with-file-notification handling.
398
399 2013-07-12 Glenn Morris <rgm@gnu.org>
400
401 * configure.ac: If with-file-notification=yes, if gfile not found,
402 go on to try inotify (not on MS Windows or Nextstep).
403
404 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
405
406 Fix races with threads and file descriptors.
407 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
408
409 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
410
411 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
412
413 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
414
415 * configure.ac (HAVE_W32): Avoid nested functions (the second
416 argument of AC_LANG_PROGRAM is already expanded inside a
417 function). (Bug#14830)
418
419 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
420
421 Port recent close-on-exec changes to Cygwin (Bug#14821).
422 * lib/binary-io.c, lib/binary-io.h: New files.
423 Merge from gnulib, incorporating:
424 2013-07-09 accept4, dup3, pipe2: port to Cygwin
425 * lib/pipe2.c: Update from gnulib, as part of this merge.
426 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
427
428 Handle errno and exit status a bit more carefully.
429 * lib/ignore-value.h: Remove this gnulib-imported file.
430 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
431
432 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
433
434 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
435
436 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
437
438 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
439 This incorporates the following merge from gnulib:
440 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
441
442 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
443
444 Port to Ubuntu 10 (Bug#14803).
445 * configure.ac (accept4): New function to check for.
446
447 Make file descriptors close-on-exec when possible (Bug#14803).
448 * configure.ac (mkostemp): New function to check for.
449 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
450 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
451 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
452 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
453
454 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
455
456 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
457 http://bugs.debian.org/712974
458
459 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
460
461 Remove some unused macros from 'configure'.
462 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
463 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
464 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
465 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
466 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
467 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
468 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
469 Remove these macros, as they are not used.
470 (sys_siglist): Remove macro; src/sysdep.c now does this.
471
472 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
473 Also check that it links. Say whether it compiled and linked.
474
475 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
476
477 Merge from gnulib, incorporating:
478 2013-06-23 ignore-value: port to gcc -pedantic
479 2013-06-21 extern-inline: port to gcc -std=c89
480
481 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
482
483 Do not use GTK 3 if it exists but cannot be compiled.
484 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
485 exists but cannot be compiled.
486
487 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
488
489 * Makefile.in (install-arch-indep): Do not create directories passed
490 with --enable-locallisppath.
491
492 2013-06-24 Glenn Morris <rgm@gnu.org>
493
494 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
495
496 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
497
498 * .bzrignore: Add GNU idutils ID database file.
499
500 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
501
502 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
503 as a fallback.
504
505 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * .bzrignore: Don't unignore cl-loaddefs.el.
508
509 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
510
511 * configure.ac (log2): Check for this function.
512
513 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
514
515 * .bzrignore: Add GNU GLOBAL files.
516
517 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
518
519 Use functions, not macros, for XINT etc. (Bug#11935).
520 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
521 as it generates bogus warnings about reasonable casts of calls.
522
523 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
524
525 * configure.ac: Report ACL usage at the end (Bug#14612).
526
527 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
528
529 --without-all should imply --with-file-notification=no. (Bug#14569)
530 * configure.ac (with_file_notification): Default to $with_features.
531
532 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
533
534 Merge from gnulib, incorporating:
535 2013-06-02 sig2str: port to C++
536 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
537
538 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
539
540 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
541 (with_file_notification): Don't set to gfile if with_ns = yes.
542
543 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
544
545 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
546 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
547 New variables.
548 (epaths-force-w32): Use them. (Bug#14513)
549
550 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
551
552 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
553
554 2013-06-03 Eli Zaretskii <eliz@gnu.org>
555
556 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
557 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
558
559 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
560
561 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
562 used. Remove xgselect.o from XOBJ.
563
564 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
565
566 * configure.ac (file-notification): New option, replaces inotify option.
567 (HAVE_W32): Remove w32notify.o.
568 (with_file_notification): Add checks for glib and w32. Adapt check
569 for inotify.
570 (Summary): Add entry for file notification.
571
572 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
573 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
574
575 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
576
577 * .bzrignore: Ignore dirs libexec/, share/ and var/.
578
579 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
580
581 * INSTALL: Fix description.
582
583 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
584
585 * configure.ac (HAVE_XRANDR): Check availability of
586 XRRGetScreenResources rather than that of XRRQueryExtension.
587
588 2013-05-18 Eli Zaretskii <eliz@gnu.org>
589
590 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
591 nt/epaths.nt, and nt/INSTALL.MSYS.
592
593 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
594
595 Port --enable-gcc-warnings to clang.
596 * configure.ac (nw): Remove obsolescent warnings.
597 These aren't needed for clang, or for gcc for that matter.
598 (emacs_cv_clang): New var, which tests for clang.
599 Omit warnings that clang is too picky about.
600 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
601 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
602
603 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
604 Otherwise, 'configure; make' fails on non-Windows builds.
605
606 2013-05-16 Eli Zaretskii <eliz@gnu.org>
607
608 * lib/Makefile.am: If building for MS-Windows, include
609 nt/gnulib.mk instead of lib/gnulib.mk.
610
611 * configure.ac: Adapt to MSYS build on MS-Windows.
612
613 * Makefile.in (NTDIR): New variable, for the MSYS build on
614 MS-Windows.
615 (SUBDIR): Add $(NTDIR).
616 (.PHONY): Add epaths-force-w32.
617 (msys_to_w32): New variable.
618 (epaths-force-w32, install-nt, uninstall-nt): New targets.
619 (lib-src src): Add $(NTLIB) to prerequisites.
620 (lib lib-src lisp leim nt): Add 'nt'.
621 (config.status): Use $(CFG).
622 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
623 (install, install-arch-dep): Add install-$(NTDIR).
624 (uninstall): Depend on uninstall-$(NTDIR).
625 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
626
627 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
628 CONFIG_SITE for the MSYS build on MS-Windows.
629 (Makefile): Use $(CFG).
630
631 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
632 src/emacs.res.
633
634 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
635
636 Merge from gnulib, incorporating:
637 2013-05-15 manywarnings: update for GCC 4.8.0
638 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
639 2013-05-15 sig2str, stdio, warnings: port to clang
640
641 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * Makefile.in (install-doc): DOC file is not version specific any more.
644 * .bzrignore: Don't ignore DOC-* any more.
645
646 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
647
648 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
649 Reported privately by Han Boetes <han@boetes.org>.
650
651 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
652
653 * lib/makefile.w32-in (ACL_H): New macro.
654 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
655
656 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
657
658 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
659 * configure.ac: Remove -with-acl option, since Gnulib does that for
660 us now.
661 (LIBACL_LIBS): Remove; no longer needed.
662 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
663 for the benefit of the new ACL implementation.
664 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
665 ($(BLD)/acl-errno-valid.$(O)): New rule.
666 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
667 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
668 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
669 New files, taken from gnulib.
670 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
671
672 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
673
674 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
675 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
676
677 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
678
679 Merge from gnulib, incorporating:
680 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
681
682 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
683
684 * make-dist: Keep necessary restrictions on file access.
685
686 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
687
688 Merge from gnulib, incorporating:
689 2013-04-28 extern-inline: work around bug in Sun c99
690
691 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
692
693 Merge from gnulib, incorporating:
694 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
695
696 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
697
698 Port better to AIX (Bug#14258).
699 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
700 we did not already infer an optimization option, and -O works.
701 AIX xlc needs -O, otherwise garbage collection doesn't work.
702
703 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
704
705 * make-dist: Do not distribute admin/unidata/Makefile.
706 It is generated by 'configure'.
707
708 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
709 It messes up 'make distclean', and contains no useful information
710 because it's a copy of subdirs.el.
711
712 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
713
714 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
715
716 2013-04-18 Glenn Morris <rgm@gnu.org>
717
718 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
719 (LN_S_FILEONLY): New output variable.
720 * Makefile.in (LN_S): Remove.
721 (LN_S_FILEONLY): New, set by configure.
722 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
723
724 2013-04-12 Ken Brown <kbrown@cornell.edu>
725
726 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
727 `canonical' is `x86_64-unknown-cygwin'.
728
729 2013-04-09 Ken Brown <kbrown@cornell.edu>
730
731 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
732 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
733 (Bug#12993)
734
735 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
736
737 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
738 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
739 and if not on GNU/Linux or FreeBSD.
740 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
741 lib/*.o is profiled too.
742
743 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
744
745 Merge from gnulib, incorporating:
746 2013-03-29 stdalign: port to stricter ISO C11
747 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
748 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
749
750 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
751
752 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
753 Subsumed by HAVE_XKB. All uses changed.
754
755 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
756
757 * configure.ac (HAVE_XKB): Define if Xkb is present.
758
759 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
760
761 Merge from gnulib, incorporating:
762 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
763
764 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
765
766 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
767 * Makefile.in (QUIET_SUBMAKE): New macro.
768 (install-info, uninstall): Use it.
769
770 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
771 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
772 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
773 no way to do this in pkg-config, so make do with a reasonable
774 approximation.
775
776 Automate the build of ja-dic.el (Bug#13984).
777 * .bzrignore: Add leim/ja-dic/.
778
779 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
780
781 File synchronization fixes (Bug#13944).
782 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
783 (fsync): Remove check; now done by gnulib.
784 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
785 New files, from gnulib.
786 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
787
788 Merge from gnulib, incorporating:
789 2013-03-13 putenv: port to Solaris 10
790 2013-03-12 mktime: fix configure typo
791 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
792 2013-03-11 putenv: avoid compilation warning on mingw
793 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
794
795 2013-03-11 Glenn Morris <rgm@gnu.org>
796
797 * Merge in all changes up to version 24.3 release.
798
799 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
800
801 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
802 It can mess up 'configure' runs.
803
804 2013-03-05 Glenn Morris <rgm@gnu.org>
805
806 * Makefile.in (install-man): Ignore gzip exit status.
807
808 2013-03-03 Glenn Morris <rgm@gnu.org>
809
810 * make-dist: Remove lzma (it's replaced by xz).
811
812 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
813
814 Merge from gnulib, incorporating:
815 2013-02-21 putenv: port better to native Windows
816 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
817 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
818
819 2013-02-28 Ken Brown <kbrown@cornell.edu>
820
821 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
822
823 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
824
825 Simplify data_start configuration (Bug#13783).
826 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
827 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
828 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
829 not always needed.
830 (HAVE_DATA_START): New macro.
831
832 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
833
834 Parallelize documentation builds.
835 This speeds up building of documentation on multiprocessor
836 platforms, and is motivated by Texinfo 5.0, which is much slower.
837 Add a toplevel rule 'make docs' to make all the documentation.
838 * .bzrignore: Add .dvi, .html, .ps.
839 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
840 ($(DOCS), docs, vi, html, pdf, ps): New rules.
841 (info-real): Depend on $(INFOS) rather than doing it sequentially.
842 (dvi): Depend on $(DVIS) rather than doing it sequentially.
843
844 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
845
846 Fix AIX port (Bug#13650).
847 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
848
849 2013-02-12 Eli Zaretskii <eliz@gnu.org>
850
851 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
852 ($(BLD)/memrchr.$(O)): New dependency.
853
854 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
855
856 Tune by using memchr and memrchr.
857 * .bzrignore: Add string.h.
858 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
859 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
860 New files, from gnulib.
861
862 Merge from gnulib, incorporating:
863 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
864 2013-02-09 secure_getenv: fix C++ declaration typo
865
866 2013-02-11 Glenn Morris <rgm@gnu.org>
867
868 * configure.ac (emacs_config_options): Record some env vars.
869
870 2013-02-10 Glenn Morris <rgm@gnu.org>
871
872 * configure.ac (emacs_config_options): Strip out the (internal)
873 arguments --no-create and --no-recursion.
874
875 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
876
877 Merge from gnulib, incorporating:
878 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
879 The MS-Windows port can remove careadlinkatcwd at its convenience.
880 2013-02-08 extensions: port better to HP-UX
881 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
882 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
883 2013-02-04 secure_getenv: new module [module not used by Emacs]
884 2013-01-30 sys_time: port to Solaris 2.6
885
886 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
887
888 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
889 On my host, this speeds up directory-files-and-attributes by a
890 factor of 3, when applied to Emacs's src directory.
891 These functions are standardized by POSIX and are common these
892 days; fall back on a (slower) gnulib implementation if the host
893 is too old to supply them.
894 * .bzrignore: Add lib/dirent.h.
895 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
896 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
897 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
898 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
899 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
900 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
901 * m4/fstatat.m4: New files, from gnulib.
902 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
903 These last three are specific to Emacs and are not copied from gnulib.
904 They are simpler than the gnulib versions and are tuned for Emacs.
905
906 2013-02-01 Glenn Morris <rgm@gnu.org>
907
908 * make-dist: Only README files exist in lisp/ now, not README*.
909
910 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
911
912 * .bzrignore: Add lib-src/blessmail.
913
914 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
915
916 Merge from gnulib, incorporating:
917 2013-01-16 unistd: port to recent mingw
918
919 2013-01-19 Glenn Morris <rgm@gnu.org>
920
921 * Makefile.in (install-arch-indep): Put back a chmod that was
922 removed 2012-05-19. (Bug#13430)
923
924 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
925
926 Merge from gnulib, incorporating:
927 2013-01-16 largefile: port better to Mac OS X 10.5
928 2013-01-15 stdint: fix build with Android's Bionic fox x86
929
930 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
931
932 * configure.ac: Document that --enable-gcc-warnings emits errors.
933 (Bug#13448)
934
935 2013-01-13 Glenn Morris <rgm@gnu.org>
936
937 * make-dist: Add options for xz compression and no compression.
938
939 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
940
941 Enable conservative stack scanning for all architectures.
942 Suggested by Stefan Monnier in
943 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
944 * configure.ac (GC_MARK_STACK): Remove.
945
946 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
947
948 * lib/getopt_.h: Remove trailing CRs that crept in.
949
950 2013-01-11 Eli Zaretskii <eliz@gnu.org>
951
952 * lib/getopt_.h: Regenerate.
953
954 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
955
956 Merge from gnulib, incorporating:
957 2013-01-09 stdlib: port to Solaris 2.6
958
959 2013-01-04 Glenn Morris <rgm@gnu.org>
960
961 * info/dir: Add htmlfontify.
962
963 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
964
965 Merge from gnulib, incorporating:
966 2013-01-04 stdio: remove now-unnecessary stdio.c
967 2013-01-04 fprintftime: depend on stdio, not ignore-value
968 2013-01-04 fwrite: silence __wur only for older glibc versions
969 2013-01-04 fwrite: silence __wur without using inline
970 * lib/stdio.c: Remove.
971 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
972 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
973
974 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
975
976 Merge from gnulib, incorporating copyright-date changes and:
977 2012-12-31 dup2: work around cygwin bug
978
979 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
980
981 * configure.ac: Check for GtkHandlebox.
982 Check for GtkTearoffMenuItem.
983 New enable: --enable-gtk-deprecation-warnings, default off.
984 (HAVE_GTK3): If above enable is off, add
985 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
986
987 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
988
989 * configure.ac (TEMACS_LDFLAGS2): Don't define.
990 (LIBS_GNUSTEP): Set for GNUstep and substitute.
991 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
992
993 2012-12-27 Glenn Morris <rgm@gnu.org>
994
995 * configure.ac (emacs_config_options): New.
996 Use $@ rather than undocumented $ac_configure_args.
997 Replace any embedded double quotes. (Bug#13274)
998
999 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1000
1001 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1002 (Bug#13222)
1003
1004 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1005
1006 Revert static checking of stack smashing.
1007 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1008 configured with --enable-gcc-warnings. -Wstack-protector causes
1009 diagnostics to be issued on Ubuntu 12.10 x86-64.
1010
1011 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1012
1013 Merge from gnulib, incorporating:
1014 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1015 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1016 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1017
1018 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1019
1020 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1021
1022 2012-12-16 Romain Francoise <romain@orebokech.com>
1023
1024 * configure.ac (acl): New option.
1025 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1026 provided by libacl on GNU/Linux.
1027
1028 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1029
1030 Fix permissions bugs with setgid directories etc. (Bug#13125)
1031 * configure.ac (BSD4_2): Remove; no longer needed.
1032
1033 2012-12-13 Glenn Morris <rgm@gnu.org>
1034
1035 * info/dir: Add bovine, srecode, wisent.
1036
1037 2012-12-13 Andreas Schwab <schwab@suse.de>
1038
1039 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
1040 (uninstall): Likewise. (Bug#13143)
1041
1042 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1043
1044 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1045 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1046 * m4/extern-inline.m4: Update from gnulib.
1047
1048 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1049
1050 * lib/makefile.w32-in (SIG2STR_H): New macro.
1051 ($(BLD)/sig2str.$(O)): Update dependencies.
1052
1053 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1054
1055 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1056 There's no need to test for any of three inotify functions,
1057 since we use all three. Check for just the first one.
1058
1059 2012-12-10 Daniel Colascione <dancol@dancol.org>
1060
1061 * .bzrignore: Add src/emacs.res.
1062
1063 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1064 build how to compile Windows resource files; use these variables
1065 to tell src/Makefile.in how and whether to compile resources.
1066
1067 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1068
1069 * configure.ac (inotify): New option.
1070 (HAVE_INOTIFY): Test for inotify.
1071
1072 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1073
1074 * configure.ac: Fix source command in .gdbinit.
1075 Don't quote $MAKEINFO.
1076
1077 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1078
1079 Allow spaces in some configuration vars (Bug#13078).
1080 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1081 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1082 All uses quoted, to allow spaces in these vars.
1083
1084 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1085
1086 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1087 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1088 New files, copied automatically from gnulib.
1089 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1090
1091 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1092
1093 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1094 Remove a stray character at the beginning of the file.
1095 (Bug#13026)
1096
1097 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Simplify get_lim_data.
1100 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1101
1102 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1103 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1104 Use SIGCHLD rather than SIGCLD.
1105 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
1106 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1107 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
1108
1109 2012-12-06 Glenn Morris <rgm@gnu.org>
1110
1111 * configure.ac: Handle info/ files with or without ".info" extension.
1112
1113 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
1114
1115 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1116 2012-11-29 snippet/warn-on-use: no 'static inline'
1117 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
1118 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
1119 2012-11-29 fflush, stat: no 'static inline'
1120 2012-11-29 stdio: better 'inline'
1121 2012-11-29 sys_stat: no 'static inline'
1122 2012-11-29 unistd: better 'inline'
1123 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
1124 2012-11-29 extern-inline: no 'static inline'
1125 2012-11-29 sys_socket: better 'inline'
1126 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
1127 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
1128 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
1129 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
1130 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
1131 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
1132 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
1133 Update from gnulib.
1134
1135 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1136
1137 * make-dist (nt): Adjust to changes in names of the *.manifest files.
1138
1139 2012-11-24 Ken Brown <kbrown@cornell.edu>
1140
1141 * configure.ac (HAVE_MOUSE): Remove.
1142
1143 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1144
1145 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1146 * configure.ac: Do not check for dirent.h or closdir.
1147
1148 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1151 * configure.ac: Do not check for getcwd or getwd.
1152
1153 2012-11-21 Glenn Morris <rgm@gnu.org>
1154
1155 * configure.ac (--enable-profiling): Doc fix.
1156
1157 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
1158
1159 Improve static checking of integer overflow and stack smashing.
1160 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1161 if using GCC 4.7.2 or later on a platform with
1162 at least 64-bit long int. This improves static checking on these
1163 platforms, when configured with --enable-gcc-warnings.
1164
1165 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1166
1167 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1168 * configure.ac: Do not check for fcntl.h.
1169 * lib/gnulib.mk: Regenerate.
1170
1171 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1172
1173 Remove no-longer-used pty_max_bytes variable.
1174 * configure.ac (fpathconf): Remove unnecessary check.
1175
1176 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
1177
1178 Use faccessat, not access, when checking file permissions (Bug#12632).
1179 * .bzrignore: Add lib/fcntl.h.
1180 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
1181 (gl_FCNTL_O_FLAGS): Define a dummy version.
1182 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
1183 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
1184 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
1185 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
1186 New files, from gnulib.
1187 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1188
1189 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
1190
1191 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
1192 * configure.ac (setpgid, setsid): Assume their existence.
1193 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
1194
1195 Simplify by assuming __fpending.
1196 Now that Emacs is using the gnulib fpending module,
1197 there's no need for Emacs to have a separate implementation.
1198 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
1199 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
1200
1201 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1202
1203 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
1204 $(BLD)/close-stream.$(O).
1205 ($(BLD)/close-stream.$(O)):
1206 ($(BLD)/fpending.$(O)): New dependencies.
1207
1208 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
1209
1210 Fix data-loss with --batch (Bug#9574).
1211 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
1212 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
1213 New files, from gnulib.
1214 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1215
1216 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1217
1218 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
1219
1220 2012-11-02 Glenn Morris <rgm@gnu.org>
1221
1222 * Makefile.in (EMACS_ICON): New variable.
1223 (install-etc): Use EMACS_ICON to allow choice of icon.
1224
1225 2012-10-26 Glenn Morris <rgm@gnu.org>
1226
1227 * Makefile.in (EMACS_NAME): New variable.
1228 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
1229
1230 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
1231 applied to $EXEEXT.
1232
1233 * Makefile.in (uninstall): Don't abort if some directories are missing.
1234 Apply transformation rules to manual pages, desktop and icon files.
1235 No more emacs22 icons to uninstall.
1236
1237 2012-10-24 Glenn Morris <rgm@gnu.org>
1238
1239 * Makefile.in (install-etc, install-man):
1240 Don't apply program transform to standard file suffixes.
1241
1242 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1243
1244 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
1245 This ports to Gentoo. Problem originally reported against coreutils,
1246 but Emacs has it too.
1247
1248 2012-10-23 Glenn Morris <rgm@gnu.org>
1249
1250 * Makefile.in (emacs_transform): Remove.
1251 (install-man): Revert 2012-10-21 change. (Bug#12713)
1252
1253 2012-10-21 Glenn Morris <rgm@gnu.org>
1254
1255 * Makefile.in (install-etc): Don't install emacs22 icons.
1256
1257 * Makefile.in (emacs_transform): New variable.
1258 (install-etc): Prefer a make variable to a shell variable.
1259
1260 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
1263
1264 2012-10-15 Glenn Morris <rgm@gnu.org>
1265
1266 * Makefile.in (install-man, install-etc):
1267 Apply $TRANSFORM. (Bug#12536#34)
1268 (clean): Delete etc/emacs.tmpdesktop.
1269
1270 2012-10-11 Kenichi Handa <handa@gnu.org>
1271
1272 * .bzrignore: Add several files under admin/charsets.
1273
1274 2012-10-08 Daniel Colascione <dancol@dancol.org>
1275
1276 * configure.ac: Add --with-w32 as a window system option.
1277 Limit it to Cygwin for now. Integrate w32 into the refactored window
1278 system configuration and set TERM_HEADER to w32term.h when w32 is
1279 configured.
1280
1281 (CYGWIN_OBJ): Add cygw32.o.
1282
1283 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1284
1285 * configure.ac: Check that OSX is 10.4 or newer.
1286
1287 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1288
1289 Improve sys_siglist detection.
1290 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
1291 Otherwise, it's not found in either Fedora 17 or Solaris 11.
1292
1293 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1294
1295 Merge from gnulib, incorporating:
1296 2012-10-02 pselect: reject invalid file descriptors
1297 2012-10-02 ptsname: reject invalid file descriptors
1298 2012-10-02 manywarnings: cater to more gcc infelicities
1299 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1300 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1301 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1302 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1303
1304 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1305
1306 Merge from gnulib, incorporating:
1307 2012-09-28 extern-inline: provide a -Wundef safe config.h
1308
1309 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 Check more robustly for timer_settime.
1312 This should fix an OS X build problem reported by Ivan Andrus in
1313 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1314 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1315 does threads its own way.
1316 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1317
1318 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1319
1320 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1321 to avoid problems with recursion when using GNU make.
1322
1323 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1324
1325 * Makefile.in (bootstrap): Simplify build procedure.
1326 Suggested by Wolfgang Jenker in
1327 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1328
1329 Merge from gnulib, incorporating:
1330 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1331
1332 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1333
1334 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
1335 BoundingBox feature.
1336
1337 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1338
1339 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1340
1341 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1342
1343 * Makefile.in (bootstrap): Revert last change. Run config.status
1344 after config.status --recheck, run configure from $(srcdir).
1345 (config.status): Run configure from $(srcdir).
1346
1347 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1348
1349 * Makefile.in: Fix build error on FreeBSD.
1350 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1351 Suggested by Wolfgang Jenker in
1352 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1353 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1354 This undoes part of the 2012-09-10 patch.
1355 (bootstrap): Run ./configure, rather than trying to run config.status
1356 if it exists. That builds src/epaths.h more reliably.
1357 Run autogen/copy_autogen if autogen.sh fails,
1358 to create 'configure'; problem reported by Andreas Schwab in
1359 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1360 * autogen.sh: Exit with status 1 when failing due to missing tools,
1361 reverting the 2012-09-10 change to this file.
1362 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1363 Use 'cp -f' for the build-aux files, since the destinations are
1364 typically read-only.
1365
1366 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1367 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1368 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1369
1370 2012-09-17 Glenn Morris <rgm@gnu.org>
1371
1372 * configure.ac (copyright): New output variable.
1373 (COPYRIGHT): New AC_DEFINE.
1374
1375 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1376
1377 Remove configure's --without-sync-input option (Bug#12450).
1378 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1379
1380 2012-09-16 Glenn Morris <rgm@gnu.org>
1381
1382 Increase compartmentalization of Nextstep builds rules,
1383 and store Emacs version number in fewer versioned files.
1384 * configure.ac (ns_appsrc): Use relative names.
1385 (ns_frag): Remove.
1386 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
1387 (nextstep/Makefile): Generate these nextstep files.
1388 (SUBDIR_MAKEFILES): Add nextstep.
1389 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
1390 * make-dist (nextstep/templates): Add directory.
1391 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
1392 (nextstep/Cocoa/Emacs.base/Contents)
1393 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
1394
1395 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1396
1397 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1398 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
1399 (_setjmp, _longjmp): Remove.
1400
1401 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1402
1403 * configure.ac (--without-sync-input): Fix typo in usage message.
1404
1405 * configure.ac: Port to hosts lacking gtk.
1406 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
1407 better, in particular, problems in invoking pkg-config itself.
1408 This is useful on hosts that don't have pkg-config.
1409 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1410 and gtk2 are both missing. Problem found on Solaris 8.
1411
1412 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1413
1414 * configure.ac: Reorder Xaw3d messages.
1415 Report Gtk+ 3 as GTK.
1416
1417 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1418
1419 Simplify SIGIO usage (Bug#12408).
1420 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1421 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1422 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1423 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1424 to #undef SIGIO now (which was error-prone). Likewise, all uses
1425 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1426
1427 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
1428
1429 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1430 and then gtk2 if not found.
1431 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1432 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1433 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1434
1435 2012-09-11 Glenn Morris <rgm@gnu.org>
1436
1437 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1438 Be more explicit about dependencies, for parallel `make install'.
1439
1440 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1441
1442 Simplify, document, and port floating-point (Bug#12381).
1443 * configure.ac (logb, cbrt): Do not check for these functions,
1444 as they are not being used.
1445
1446 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1447
1448 Improve robustness of 'make bootstrap' (Bug#12376).
1449 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1450 * INSTALL, README: Document autogen.sh.
1451 * Makefile.in (Makefile): Mark it as precious, since it's updated
1452 atomically.
1453 (MAKE_CONFIG_STATUS): New macro.
1454 (config.status, bootstrap): Use it. This causes 'make bootstrap'
1455 to run config.status with the --recheck option, which is more
1456 appropriate for a bootstrap.
1457 (bootstrap): Run autogen.sh right after cleaning. Don't worry
1458 about failures due to missing tools.
1459 * autogen.sh: Exit with status 101 when failing due to missing tools.
1460 * make-dist: Distribute autogen.sh.
1461
1462 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1463
1464 Assume C89 or later for math functions (Bug#12381).
1465 * configure.ac (frexp, fmod): Remove checks for these functions,
1466 as we now assume them.
1467 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1468 (HAVE_EXCEPTION):
1469 Remove; no longer needed.
1470
1471 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1472
1473 More signal-handler cleanup (Bug#12327).
1474 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1475
1476 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1477
1478 Signal-handler cleanup (Bug#12327).
1479 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1480 Adjust to syssignal.h changes.
1481 (SIGNAL_H_AB): Remove; no longer needed.
1482
1483 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1484
1485 Simplify redefinition of 'abort' (Bug#12316).
1486 * configure.ac (NO_ABRT): Remove.
1487
1488 * configure.ac (_setjmp, _longjmp): Check by compiling
1489 instead of by guessing. The guesses were wrong for
1490 recent versions of Solaris, such as Solaris 11.
1491
1492 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1495 It generates false alarms in doc.c, regex.c, xdisp.c. See
1496 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1497
1498 Merge from gnulib, incorporating:
1499 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1500 2011-11-30 manywarnings: update the list of "all" warnings
1501
1502 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1503
1504 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1505
1506 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1507
1508 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1509 This ports to glibc 2.15 or later, when configured with
1510 --enable-gcc-warnings. See Eric Blake in
1511 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1512
1513 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
1514
1515 * configure.ac: Introduce term_header variable, which holds the
1516 value which will become TERM_HEADER in code. We effect our choice
1517 of window system by setting term_header and WINDOW_SYSTEM_OBJ
1518 instead of using ad-hoc variables and flags for each window
1519 system.
1520
1521 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1522
1523 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1524 and if the user has not specified CFLAGS. -g3 simplifies
1525 debugging, since it makes macros visible to the debugger.
1526
1527 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1530
1531 2012-08-25 Eli Zaretskii <eliz@gnu.org>
1532
1533 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1534 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1535
1536 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1537
1538 On assertion failure, print backtrace if available.
1539 Merge from gnulib, incorporating:
1540 2012-08-24 execinfo: port to FreeBSD
1541 2012-08-22 execinfo: new module
1542 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1543 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1544
1545 2012-08-22 Glenn Morris <rgm@gnu.org>
1546
1547 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1548 do not create the bin/emacs link. (Bug#12011)
1549
1550 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1551
1552 Merge from gnulib, incorporating:
1553 2012-08-20 extern-inline: support old GCC 'inline'
1554
1555 2012-08-20 Glenn Morris <rgm@gnu.org>
1556
1557 * configure.ac (AC_PROG_LN_S): Test for ln.
1558 * Makefile.in (LN_S): New, set by configure.
1559 (install-arch-dep): Use $LN_S.
1560
1561 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1562
1563 Merge from gnulib, incorporating:
1564 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1565 2012-08-19 mktime, sys_select: avoid 'static inline'
1566 2012-08-19 gnulib-tool: Fix indentation.
1567
1568 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1569
1570 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1571 These files have been unused since the 2012-06-22 patch that
1572 introduced high-resolution time stamps.
1573
1574 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1575
1576 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1577 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1578
1579 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1580
1581 Merge from gnulib, incorporating:
1582 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1583
1584 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1587 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1588 ($(BLD)/u64.$(O)): Update dependencies.
1589
1590 2012-08-10 Glenn Morris <rgm@gnu.org>
1591
1592 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1593
1594 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1595
1596 * configure.ac (--disable-features): Rename to --without-all.
1597 (OPTION_DEFAULT_ON): Change to use with_features.
1598 * INSTALL: Fix description.
1599
1600 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1601
1602 * configure.ac: New option --disable-features.
1603 (OPTION_DEFAULT_ON): Change to use enable_features.
1604 * INSTALL: Explain --disable-features.
1605
1606 2012-08-07 Glenn Morris <rgm@gnu.org>
1607
1608 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1609 * autogen.sh (automake_min): Get it from configure.ac.
1610
1611 2012-08-06 Glenn Morris <rgm@gnu.org>
1612
1613 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1614
1615 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1616 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1617 (DISPNEW_NEEDS_STDIO_EXT): New define.
1618
1619 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
1620
1621 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
1622
1623 2012-08-05 Ulrich Müller <ulm@gentoo.org>
1624
1625 * configure.ac: Disable paxctl if binaries don't have a
1626 PT_PAX_FLAGS program header. (Bug#11979)
1627
1628 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1629
1630 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1631 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1632 (SHA512_H): Don't mention u64.h twice.
1633 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1634 New targets.
1635
1636 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1637
1638 Merge from gnulib, incorporating:
1639 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1640
1641 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1642
1643 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1644 out-of-tree build.
1645
1646 2012-08-02 Glenn Morris <rgm@gnu.org>
1647
1648 * make-dist: Remove src/s.
1649
1650 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1651
1652 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1653
1654 Merge from gnulib (Bug#12116), incorporating:
1655 2012-08-01 extern-inline: new module
1656 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
1657 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
1658 New files. The new .c files are for instantiating extern inline
1659 functions.
1660
1661 Port to Solaris 8.
1662 Without this change, 'configure' fails because the recently-added
1663 wait3 prototype in config.h messes up later 'configure' tests.
1664 Fix this problem by droping wait3 and WRETCODE, as they're
1665 no longer needed on hosts that are current porting targets.
1666 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1667 All uses changed to waitpid and WEXITSTATUS.
1668
1669 Avoid needless autoheader after autogen.sh.
1670 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1671 * .bzrignore: Add it.
1672 * autogen.sh: Create it.
1673
1674 2012-08-01 Glenn Morris <rgm@gnu.org>
1675
1676 * configure.ac (DOS_NT, MSDOS): New system type templates.
1677
1678 2012-08-01 Ulrich Müller <ulm@gentoo.org>
1679
1680 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1681 Don't include crtbegin.o and crtend.o. (Bug#12047)
1682
1683 2012-08-01 Glenn Morris <rgm@gnu.org>
1684
1685 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1686 (INTERNAL_TERMINAL): New.
1687
1688 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1689 (IS_ANY_SEP): Move here from src/lisp.h.
1690
1691 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
1692
1693 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1694 (CONF_POST_H): New macro.
1695
1696 2012-07-31 Glenn Morris <rgm@gnu.org>
1697
1698 * configure.ac (S_FILE): Remove output variable.
1699
1700 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1701
1702 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1703 Move here from src.
1704
1705 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1706 Move here from conf_post.h.
1707
1708 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1709
1710 Improve OpenMotif detection on GNU/Linux systems.
1711 * configure.ac (MOTIF): Check for /usr/include/openmotif
1712 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1713
1714 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1715
1716 * Makefile.in (install-arch-indep): Avoid eval.
1717
1718 2012-07-31 Glenn Morris <rgm@gnu.org>
1719
1720 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1721
1722 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1723 when removing src/s/sol2-6.h yesterday.
1724
1725 * configure.ac (USG5_4): Reintroduce this.
1726 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1727
1728 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1729
1730 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1731 and to s/usg5-4-common.h on irix6-5.
1732
1733 2012-07-30 Glenn Morris <rgm@gnu.org>
1734
1735 * configure.ac (AH_BOTTOM): Use an include file, so that the
1736 contents do not get processed by autoheader.
1737
1738 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1739
1740 Do not overwrite config.status while executing it (Bug#11214).
1741 * Makefile.in (MAKEFILE_NAME): New macro.
1742 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1743 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1744 so that GNU 'make' isn't tempted to make the Makefile and then
1745 regenerate config.status while config.status is running.
1746
1747 Update .PHONY listings in makefiles.
1748 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1749 FRC, install-arch-dep, install-arch-indep, install-doc,
1750 install-info, install-man, install-etc, install-strip, uninstall,
1751 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1752 (.RECURSIVE): Remove; hasn't been needed for years.
1753
1754 2012-07-30 Glenn Morris <rgm@gnu.org>
1755
1756 * configure.ac (SIGNAL_H_AHB): New hack macro.
1757 (opsysfile): Set to empty on netbsd, openbsd.
1758 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1759
1760 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
1761
1762 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1763
1764 * Makefile.in (install-arch-indep): Remove sh -x.
1765
1766 2012-07-30 Glenn Morris <rgm@gnu.org>
1767
1768 * configure.ac (opsysfile): Tweak message for null case.
1769
1770 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1771 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
1772
1773 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1774
1775 Merge from gnulib, incorporating:
1776 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1777
1778 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1779
1780 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1781
1782 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 Use Gnulib environ module (Bug#9772).
1785 * m4/environ.m4: New file, from gnulib.
1786 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1787
1788 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1789 This should improve portability of macros like alignof and DECL_ALIGN.
1790 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1791 * .bzrignore: Add lib/stdalign.h.
1792 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1793 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1794 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1795 fiddles with this, as gnulib now does this for us.
1796
1797 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1798
1799 Fix toolkit configuration report.
1800 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1801 --with-x-toolkit=gtk3 is used.
1802
1803 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1804
1805 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1806 * configure.ac: Configure gnulib at the end, not before running
1807 pkg-config. This restores the behavior before 2012-06-22, when
1808 higher-resolution time stamps were added, and fixes a bug whereby
1809 LIB_PTHREAD was not used and gnulib's part of 'configure'
1810 therefore incorrectly assumed that pthread_sigmask wasn't working.
1811 Fix the problem with -lrt and clock_gettime a different way.
1812 This should complete the fix for Bug#11884.
1813 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1814
1815 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1816
1817 Merge from gnulib, incorporating:
1818 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1819 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1820
1821 2012-07-14 Glenn Morris <rgm@gnu.org>
1822
1823 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1824 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1825
1826 2012-07-13 Glenn Morris <rgm@gnu.org>
1827
1828 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1829
1830 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1831 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1832 Move "system type" macros here from src/s.
1833 (BSD_SYSTEM_AHB): New hack macro.
1834 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1835
1836 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1837 (GC_MARK_SECONDARY_STACK): Move here from src/s.
1838
1839 2012-07-12 Glenn Morris <rgm@gnu.org>
1840
1841 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1842 setting here from src/s/darwin.h.
1843
1844 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1845 as src/s/darwin.h used to.
1846
1847 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1848 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
1849 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
1850 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
1851 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
1852 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
1853 (XOS_NEEDS_TIME_H): Move here from src/s.
1854
1855 2012-07-11 Glenn Morris <rgm@gnu.org>
1856
1857 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
1858 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
1859
1860 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1861
1862 * configure.ac (tzset): Remove check that's redundant with gnulib.
1863
1864 2012-07-11 Glenn Morris <rgm@gnu.org>
1865
1866 * configure.ac (CLASH_DETECTION): Define unconditionally.
1867
1868 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1869
1870 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
1871 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
1872
1873 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1874
1875 Assume mkdir, rename, rmdir, strerror.
1876 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
1877
1878 2012-07-11 Glenn Morris <rgm@gnu.org>
1879
1880 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1881
1882 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1883
1884 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1885
1886 Remove "#define unix" that is no longer needed (Bug#11905).
1887 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1888 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1889 2012-07-09 getopt: Simplify after Emacs changed.
1890
1891 2012-07-10 Glenn Morris <rgm@gnu.org>
1892
1893 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1894 Move here from src/s.
1895
1896 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1897
1898 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1899 PNG_DEPRECATED.
1900
1901 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1902
1903 Add GCC-style 'const' attribute to functions that can use it.
1904 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1905 (ATTRIBUTE_CONST): New macro, in config.h.
1906
1907 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
1908
1909 * lib/makefile.w32-in: Rework dependencies.
1910 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1911 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1912 (U64_H, SHA512_H): New macros.
1913 (SRC): Redefine to point to src/, not current directory.
1914 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1915 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1916 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1917 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1918 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1919 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1920 ($(BLD)/filemode.$(O)): Update dependencies.
1921
1922 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1923
1924 Merge from gnulib, incorporating:
1925 2012-07-09 timespec: mark functions with const attributes
1926
1927 Rename configure.in to configure.ac (Bug#11603).
1928 The name 'configure.in' has been obsolescent for quite some time,
1929 and the next release of Autoconf will generate warnings for it.
1930 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1931 'configure.in' as autoconf input" in the Autoconf git repository.
1932 * configure.ac: Rename from configure.in.
1933 * INSTALL, INSTALL.BZR, README, make-dist:
1934 * Makefile.in (AUTOCONF_INPUTS):
1935 * autogen.sh (autoconf_min):
1936 * autogen/update_autogen (sources):
1937 Adjust to reflect new name.
1938
1939 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1940
1941 Restore deprecation warnings, except for older libpng.
1942 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1943 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1944 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1945
1946 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1947
1948 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1949
1950 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1951
1952 Improve static checking when configured --with-ns.
1953 See Samuel Bronson's remarks in
1954 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1955 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1956 a no-op with recent GCC and harmful in earlier ones.
1957 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1958 warning when compiling with ObjC. Always omit
1959 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1960 being done correctly.
1961
1962 2012-07-07 Glenn Morris <rgm@gnu.org>
1963
1964 * configure.in (BROKEN_SA_RESTART): Doc fix.
1965
1966 * configure.in: Rather than checking for things then undef'ing
1967 them on some platforms, simply don't check for them.
1968 (getwd): Don't check for it on unixware.
1969 (random, rint): Don't check for these on hpux.
1970 (res_init, libresolv): Don't check for these on darwin.
1971
1972 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1975 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1976 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1977 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1978
1979 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1980
1981 * configure.in: Document --enable-gcc-warnings better.
1982
1983 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1984 This is safer than strcasecmp, which has unspecified behavior
1985 outside the POSIX locale and in practice sometimes does not work
1986 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1987 * configure.in (strcasecmp, strncasecmp): Remove checks.
1988
1989 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1990 * lib/c-strncasecmp.c: New files, taken from gnulib.
1991 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1992
1993 Merge from gnulib, incorporating:
1994 2012-07-06 timespec-sub: avoid duplicate include
1995 Reported by Juanma Barranquero.
1996
1997 2012-07-06 Glenn Morris <rgm@gnu.org>
1998
1999 * make-dist [update]: Let autoreconf figure out what needs updating.
2000 Use `make info-real'. leim/leim-list.el should always exist.
2001 Check cd return value.
2002
2003 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2004
2005 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2006 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2007 2012-07-05 sys_time: allow too-wide tv_sec
2008
2009 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2010
2011 Merge from gnulib.
2012 * lib/alloca.in.h: New version from gnulib, incorporating:
2013 2012-07-03 alloca: add support for HP NonStop TNS/E native
2014
2015 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2016
2017 * configure.in: If --enable-gcc-warnings, disable
2018 -Wunsafe-loop-optimizations for -O1 optimization level.
2019
2020 2012-06-30 Glenn Morris <rgm@gnu.org>
2021
2022 * configure.in (standardlisppath): New output variable.
2023 (lisppath): Use standardlisppath.
2024 * Makefile.in (standardlisppath): New, set by configure.
2025 (epaths-force): Use standardlisppath and locallisppath rather than
2026 lisppath.
2027
2028 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2029
2030 * configure.in: Fix previous change. Remove --enable-asserts.
2031 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2032 Add --enable-link-time-optimization.
2033 * INSTALL: Mention this.
2034
2035 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2036
2037 * configure.in: Add glyphs category to --enable-checking option.
2038 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2039
2040 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2041
2042 * configure.in (ENABLE_CHECKING): Update comment.
2043
2044 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2045
2046 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2047 Emacs proper no longer uses these headers, and can rely on Gnulib
2048 for these checks.
2049
2050 Merge from gnulib.
2051 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2052 getopt-posix: No longer guarantee that option processing is resettable.
2053
2054 2012-06-27 Glenn Morris <rgm@gnu.org>
2055
2056 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2057
2058 * INSTALL: Remove references to paths.el.
2059
2060 2012-06-26 Eli Zaretskii <eliz@gnu.org>
2061
2062 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2063 This replaces separate dependency for each object file, which required
2064 the same object file to be mentioned twice, causing failures in
2065 parallel builds.
2066
2067 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2068
2069 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2070 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2071
2072 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2073
2074 * configure.in (AC_CHECK_FUNCS): Detect library functions
2075 strcasecmp and strncasecmp.
2076
2077 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2078
2079 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2080 We might as well use the spelling standardized by C11,
2081 as in the long run that should simplify maintenance.
2082 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2083
2084 2012-06-24 Eli Zaretskii <eliz@gnu.org>
2085
2086 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
2087 ($(BLD)/timespec-add.$(O)):
2088 ($(BLD)/timespec-sub.$(O)): Don't depend on
2089 $(EMACS_ROOT)/nt/inc/sys/time.h.
2090
2091 * lib/stat-time.h:
2092 * lib/timespec.h:
2093 * lib/utimens.h: Revert last change.
2094
2095 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2096
2097 Merge from gnulib.
2098 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2099 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2100
2101 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2102
2103 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2104 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2105 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2106 $(BLD)/timespec-sub.$(O).
2107 ($(BLD)/dtotimespec.$(O)):
2108 ($(BLD)/gettime.$(O)):
2109 ($(BLD)/timespec-add.$(O)):
2110 ($(BLD)/timespec-sub.$(O)): New dependencies.
2111
2112 * lib/stat-time.h:
2113 * lib/timespec.h:
2114 * lib/utimens.h: Include sys/time.h.
2115
2116 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2117
2118 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
2119 the correct CFLAGS and LIBS.
2120
2121 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2122
2123 Support higher-resolution time stamps (Bug#9000).
2124 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
2125 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
2126 that the new clock stuff doesn't clash with RSVG_LIBS.
2127 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
2128 as gnulib does that for us now.
2129 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
2130 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
2131 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
2132 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
2133 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
2134 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
2135 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
2136 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
2137 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
2138 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
2139 New files, copied automatically from gnulib.
2140 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
2141
2142 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2143
2144 Merge from gnulib.
2145 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
2146 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
2147 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
2148 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
2149 Copy new versions from gnulib, incorporating the following changes:
2150 2012-06-22 time_r: fix typo that always overrode localtime_r decl
2151 2012-06-22 Write "Mac OS X" instead of "MacOS X".
2152 2012-06-21 mktime: fix integer overflow in 'configure'-time test
2153 2012-06-21 nonblocking: Avoid compilation error on mingw64.
2154 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2155 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2156
2157 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2158
2159 * configure.in: Rename --enable-use-lisp-union-type to
2160 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2161 instead of USE_LISP_UNION_TYPE.
2162
2163 2012-06-12 Glenn Morris <rgm@gnu.org>
2164
2165 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2166 (opsysfile): Set specially for sol2-10.
2167
2168 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2169 New AC_DEFINEs, for hpux11.
2170 (opsysfile): Set specially for hpux11.
2171
2172 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2173
2174 * configure.in: Coalesce some function checking.
2175 This makes 'configure' a bit smaller.
2176 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2177
2178 2012-06-12 Glenn Morris <rgm@gnu.org>
2179
2180 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2181
2182 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2183
2184 * configure.in: Anticipate platforms with no src/s file.
2185
2186 2012-06-12 Chong Yidong <cyd@gnu.org>
2187
2188 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
2189
2190 2012-06-11 Glenn Morris <rgm@gnu.org>
2191
2192 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
2193
2194 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * configure.in (dbus_type_is_valid): Check for library function.
2197
2198 2012-06-06 Glenn Morris <rgm@gnu.org>
2199
2200 * INSTALL, make-dist: Remove vcdiff.
2201
2202 2012-06-03 Glenn Morris <rgm@gnu.org>
2203
2204 * INSTALL, make-dist: Remove rcs-checkin.
2205
2206 2012-06-03 Ulrich Müller <ulm@gentoo.org>
2207
2208 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
2209
2210 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
2211
2212 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
2213 It is confusingly named and rarely useful. See, for example,
2214 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
2215 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
2216 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
2217 * configure.in: Remove --disable-maintainer-mode.
2218 (USE_MAINTAINER_MODE, MAINT): Remove.
2219
2220 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2221
2222 Make 'configure' a bit smaller and faster.
2223 * configure.in (INSTALL_INFO): Set it with one call to
2224 AC_PATH_PROG, not three.
2225 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
2226 so likely that it'll be needed.
2227 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
2228 (AC_PROG_MAKE_SET): Remove; Automake does this.
2229 (sysinfo): Do not check for this function, as it's never used.
2230 (tzset): Check for this function just once.
2231 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2232 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
2233
2234 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2235
2236 * config.bat (lib): Create/update lib/stdalign.in-h and
2237 lib/sys_types.in-h.
2238
2239 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
2240 ($(BLD)/sha1.$(O)):
2241 ($(BLD)/sha256.$(O)):
2242 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2243 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2244
2245 * lib/getopt_.h: Regenerate.
2246
2247 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2248
2249 Assume gnulib does largefile.
2250 Gnulib does the largefile configuration anyway, so when configure.in
2251 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
2252 * configure.in (AC_SYS_LARGEFILE): Remove.
2253 * lib/gnulib.mk: Autoupdate.
2254
2255 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2256
2257 Merge from gnulib. (Bug#11527)
2258
2259 The build procedure now creates <stdalign.h> and <sys/types.h> for
2260 older hosts that lack a working <stdalign.h> or whose
2261 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
2262 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
2263 msdos and nt builds.
2264
2265 Here is a precis of gnulib changes that seem relevant; please see
2266 the gnulib ChangeLog for details.
2267
2268 2012-05-18 crypto: fix bug in large buffer handling
2269 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
2270 2012-05-10 _Noreturn: port config.h to gcc -Wundef
2271 2012-05-08 warnings.m4: give a means to specify the program to compile
2272 2012-05-07 stdint: be more consistent with glibc, SunOS libc
2273 2012-04-21 Large File Support for native Windows platforms.
2274 2012-04-14 stat: Bypass buggy override in mingw64.
2275 2012-03-29 stdio: don't assume gets any more
2276 2012-03-24 Enable common subexpression optimization in GCC.
2277 2012-02-09 maint: replace FSF snail-mail addresses with URLs
2278 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
2279 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
2280 2012-01-21 stdint: Add support for Android.
2281 2012-01-15 Improve support for MSVC 9.
2282 2012-01-08 mktime: Avoid compilation error on Solaris 11.
2283 2012-01-05 Use ', not `, for quoting output.
2284 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
2285 2012-01-05 strtoimax: Work around AIX 5.1 bug.
2286 2012-01-05 inttypes: Modernize.
2287 2011-12-13 inttypes, stdint: add C++11 support
2288 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
2289 2011-11-21 _Noreturn: Check that _MSC_VER is defined
2290 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
2291 2011-11-09 raise: fix mingw handling of SIGPIPE
2292 2011-10-27 Add stdalign module and use it in other modules.
2293
2294 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
2295 * m4/sys_types_h.m4:
2296 New files.
2297 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2298 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2299 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
2300 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2301 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2302 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2303 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2304 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2305 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2306 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2307 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2308 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2309 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2310 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2311 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2312 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2313 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2314 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2315 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2316 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2317 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2318 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2319 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2320 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2321 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2322 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2323 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2324 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2325 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2326 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2327 Update from gnulib.
2328
2329 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2330
2331 Remove src/m/*.
2332 * configure.in: Remove all mention of src/m/*.
2333 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2334 All uses removed.
2335 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2336 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2337 * lib/makefile.w32-in: Remove dependencies on
2338 $(EMACS_ROOT)/src/m/intel386.h.
2339 * make-dist: Don't make links to src/m.
2340
2341 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2342
2343 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2344 Without this further fix, aclocal was being invoked unnecessarily.
2345
2346 2012-05-22 Glenn Morris <rgm@gnu.org>
2347
2348 * Makefile.in (blessmail, install-arch-dep, uninstall):
2349 Check cd lib-src works.
2350 (install-arch-dep, uninstall): Remove unneeded subshells.
2351
2352 2012-05-21 Glenn Morris <rgm@gnu.org>
2353
2354 * update-subdirs: Move to build-aux/.
2355 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2356
2357 * Makefile.in (leimdir): New, set by configure.
2358 (COPYDIR, COPYDESTS): Add leim directories.
2359 (install-leim): Remove.
2360 (install-arch-indep): Handle leim installation directly.
2361
2362 * vpath.sed: Remove unused file.
2363 * make-dist: No more vpath.sed.
2364
2365 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2366
2367 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2368 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2369 even though the file's name in gnulib is m4/gnulib-comp.m4.
2370 This had a problem when merging from gnulib, as the code temporarily
2371 renamed it to the full name, causing problems when interrupted.
2372 Now the file has its full name, with the idea that we will find
2373 a solution for MS-DOS that does not affect the rest of Emacs.
2374 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2375
2376 Assume C89 or later.
2377 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2378 (POINTER_TYPE, PROTOTYPES): Remove.
2379
2380 Make merging from gnulib a script, not a makefile action.
2381 Putting it in a makefile has some problems with reflection, as
2382 merging from gnulib updates 'configure', which can update the makefile.
2383 Putting it in a standalone script breaks this loop.
2384 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2385 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2386 Remove, moving the actions to the script admin/merge-gnulib.
2387
2388 2012-05-21 Glenn Morris <rgm@gnu.org>
2389
2390 * configure.in (LEIM_INSTALLDIR):
2391 Rename to leimdir, treat like lispdir.
2392
2393 2012-05-21 Glenn Morris <rgm@gnu.org>
2394
2395 * Makefile.in (install-arch-indep, install-doc, install-info)
2396 (uninstall): Scrap superfluous subshells.
2397
2398 2012-05-19 Ulrich Müller <ulm@gentoo.org>
2399
2400 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
2401
2402 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2403
2404 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
2405 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
2406 getsockopt, setsockopt, mremap, mempcpy.
2407
2408 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2409 is being removed.
2410 (AC_CHECK_FUNCS): Remove ftime.
2411
2412 2012-05-19 Glenn Morris <rgm@gnu.org>
2413
2414 * Makefile.in (install-arch-indep): Remove unneeded subshell.
2415
2416 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2417 Set permissions of lisp/subdirs.el.
2418
2419 * Makefile.in (SUBDIR): Add leim. Update users.
2420
2421 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2422
2423 * Makefile.in (leim): No need to set PARALLEL.
2424
2425 2012-05-18 Glenn Morris <rgm@gnu.org>
2426
2427 * Makefile.in (install-arch-indep, install-info, install-man):
2428 Simplify some one-sided ifs.
2429
2430 * Makefile.in: Install only the relevant DOC file.
2431 (install-arch-indep): Delete etc/DOC*.
2432 (install-doc): No more need to delete etc/DOC.
2433
2434 * Makefile.in (install-arch-indep): Split into several rules.
2435 (install-doc, innstall-info, install-man): New rules.
2436
2437 * configure.in (mandir): May as well include it in the NS app bundle.
2438
2439 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2440 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2441 (install-arch-indep): Don't install-etc for self-contained ns builds.
2442
2443 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2444 No longer unconditonally add /sw directories. (Bug#2280)
2445
2446 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2447 (install-arch-indep): Depend on install-leim.
2448 (install): Remove explicit install-leim dependence.
2449
2450 * Makefile.in (install-arch-indep):
2451 Move last element of mkdir rule here.
2452 (mkdir): Remove rule.
2453
2454 * Makefile.in (install-arch-indep): Remove unneeded chmods.
2455 INSTALL_DATA does this for us.
2456
2457 * Makefile.in (install-arch-dep): Ensure bindir exists.
2458 Drop mkdir dependency.
2459 (install-arch-indep): Ensure docdir, infodir, mandir exist.
2460 (install-leim): Drop mkdir dependency.
2461 (mkdir): Remove most directories, now made in relevant rules.
2462
2463 * Makefile.in (install-arch-indep): Combine adjacent loops.
2464
2465 2012-05-17 Glenn Morris <rgm@gnu.org>
2466
2467 * Makefile.in (install-etc, mkdir):
2468 Make relevant directories in install-etc rather than mkdir.
2469
2470 * Makefile.in (write_subdir): Create the directory if needed.
2471 (install-arch-dep, mkdir): No need to make site-lisp directories.
2472
2473 * Makefile.in (write_subdir): New.
2474 (install-arch-indep, install-arch-dep): Use $write_subdir.
2475
2476 * configure.in (docdir, etcdir, infodir, lispdir):
2477 For a self-contained ns build, set these to the appropriate values.
2478 * Makefile.in (install-arch-dep): No need to move info/ any more.
2479
2480 * configure.in (ns_self_contained): New output variable.
2481 * Makefile.in (ns_self_contained): New, set by configure.
2482 (install-arch-dep): For a self-contained ns build,
2483 don't bother installing binaries then immediately deleting them.
2484
2485 * Makefile.in (ns_appbindir, ns_appresdir):
2486 Move them before things that may refer to them.
2487 (install-arch-dep): No need to relocate self-contained ns libexec.
2488
2489 * configure.in (archlibdir): Set it for self-contained ns builds.
2490 (libexecdir): Don't expand it now (this is mainly cosmetic).
2491
2492 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
2493
2494 * configure.in: Simplify by removing CPP etc.
2495 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2496 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2497 In particular we no longer need to fiddle with CPP, since we don't
2498 use CPP specially any more.
2499 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2500 adjusted compiler.
2501 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2502 since gl_EARLY and/or Autoconf already does these.
2503
2504 2012-05-16 Glenn Morris <rgm@gnu.org>
2505
2506 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2507 (CPP): Do not unconditionally set it on Darwin.
2508 Instead, try to test if -no-cpp-precomp is accepted.
2509 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
2510
2511 2012-05-15 Glenn Morris <rgm@gnu.org>
2512
2513 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
2514
2515 * Makefile.in (install-arch-dep): Do not hard-code version number.
2516
2517 * Makefile.in (install-arch-dep): NS install no longer needs to
2518 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2519
2520 2012-05-12 Glenn Morris <rgm@gnu.org>
2521
2522 * configure.in (ns_appbindir): Remove trailing "/".
2523
2524 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2525 (MKDEPDIR): Use $MKDIR_P.
2526 * Makefile.in (MKDIR_P): New, set by configure.
2527 (mkdir): Use $MKDIR_P.
2528
2529 2012-05-11 Glenn Morris <rgm@gnu.org>
2530
2531 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
2532 Use INSTALL_DATA for the DOC file.
2533 Remove dead code for ./lisp that never executes.
2534
2535 2012-05-10 Glenn Morris <rgm@gnu.org>
2536
2537 * configure.in (LEIM_INSTALLDIR): New output variable.
2538
2539 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2540
2541 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2542
2543 2012-05-08 Glenn Morris <rgm@gnu.org>
2544
2545 * make-dist: No more doc/lispref/*.el.
2546
2547 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
2548
2549 * configure.in: Fix quoting bugs.
2550
2551 2012-05-04 Glenn Morris <rgm@gnu.org>
2552
2553 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2554
2555 2012-05-02 Glenn Morris <rgm@gnu.org>
2556
2557 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2558 the choices made by FreeBSD and NetBSD. (Bug#10313)
2559
2560 * Makefile.in (INFO_FILES): Remove variable.
2561 (INFO_NONMISC): New variable.
2562 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2563
2564 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2565 some reason caused problems on an old Solaris.
2566
2567 * Makefile.in (install-arch-indep, uninstall):
2568 Ensure that INSTALL-type commands are run from top-level.
2569
2570 * info/dir: Make some entries consistent with the source texi files.
2571
2572 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2573
2574 2012-05-02 Glenn Morris <rgm@gnu.org>
2575
2576 * Makefile.in (install-arch-indep):
2577 Combine adjacent install-data and install-info loops.
2578
2579 2012-05-01 Glenn Morris <rgm@gnu.org>
2580
2581 * Makefile.in (MAN_PAGES): Remove.
2582 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2583
2584 * configure.in: Try libtinfo for tputs.
2585 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2586
2587 * configure.in: Combine adjacent $opsys case blocks.
2588
2589 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2590
2591 * configure.in: Invert the TERMINFO logic,
2592 since "yes" is far more common than "no".
2593
2594 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2595
2596 * configure.in (LD_SWITCH_X_SITE_RPATH):
2597 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2598
2599 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2600
2601 2012-04-26 Glenn Morris <rgm@gnu.org>
2602
2603 * make-dist: No more doc/lispref/tindex.pl.
2604
2605 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2606
2607 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2608 (dbus_validate_interface, dbus_validate_member): Check also for
2609 these library functions.
2610
2611 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2612
2613 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2614 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2615 -Werror=deprecated-declarations flag, use of hooks like
2616 __malloc_initialize_hook causes compilation to fail because these
2617 hooks are deprecated. Modify 'configure' to check for these hooks too.
2618 Simplify the 'configure' code to test for all the hooks at once.
2619 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2620 (emacs_cv_var_doug_lea_malloc): ... this new var.
2621
2622 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2623
2624 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2625 dated 2011-10-07. Regenerating from current gnulib would be a
2626 pervasive change, and currently the trunk isn't open to such changes.
2627 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2628 that gnulib does it.
2629 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2630
2631 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2632
2633 * m4/gl-comp.m4: Update. (Bug#11285)
2634
2635 2012-04-20 Ludovic Courtès <ludo@gnu.org>
2636
2637 * configure.in: Don't use the -R option (Bug#11251).
2638
2639 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
2640
2641 configure: new option --enable-gcc-warnings (Bug#11207)
2642 I have been using this change for many months in my private copy
2643 of Emacs, and have used it to find several bugs. It's mature
2644 enough to publish now.
2645 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2646 * configure.in: Support --enable-gcc-warnings, in the style of
2647 other GNU packages such as coreutils.
2648 (C_WARNINGS_SWITCH): Remove, replacing with...
2649 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2650 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2651 when including system files with GCC.
2652 * etc/NEWS: Mention --enable-gcc-warnings.
2653 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
2654 * lib/Makefile.am (AM_CFLAGS): New macro.
2655 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2656
2657 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2658
2659 * configure.in (AC_CHECK_FUNCS):
2660 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
2661
2662 2012-04-16 Glenn Morris <rgm@gnu.org>
2663
2664 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2665
2666 * configure.in: Remove X libs workaround for old autoconf.
2667
2668 2012-04-12 Ken Brown <kbrown@cornell.edu>
2669
2670 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2671
2672 2012-04-11 Glenn Morris <rgm@gnu.org>
2673
2674 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2675
2676 2012-04-10 Glenn Morris <rgm@gnu.org>
2677
2678 * configure.in: Conditionally generate admin/unidata/Makefile.
2679
2680 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2681
2682 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
2683
2684 2012-04-09 Glenn Morris <rgm@gnu.org>
2685
2686 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2687 (install-leim): Check cd return value. Pass $MFLAGS.
2688 (install-strip): Pass $MFLAGS.
2689
2690 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2691 Eg org.texi has been using 4.7 functions for some time.
2692
2693 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2694
2695 Check pkg-config exit status when configuring (Bug#10626).
2696 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2697 works; check its exit status. Problem reported by Jordi Gutiérrez
2698 Hermoso in
2699 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2700
2701 2012-04-07 Glenn Morris <rgm@gnu.org>
2702
2703 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2704
2705 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2706
2707 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2708
2709 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2710
2711 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2712 * configure.in (LIBS_TERMCAP): Default this to the result of
2713 the tputs library search. Do a run-time test for the linkability
2714 of tputs unless cross-compiling, as that's more reliable if the
2715 link flags and libraries are messed up. Don't change LIBS as
2716 a result of the test, as that may mess up later tests.
2717
2718 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2719
2720 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2721
2722 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2723 specific makefiles to support getopt_.h generation with MSVC.
2724
2725 2012-02-04 Glenn Morris <rgm@gnu.org>
2726
2727 * Makefile.in (uninstall):
2728 Handle compressed info files and man pages. (Bug#10718)
2729
2730 2012-02-02 Glenn Morris <rgm@gnu.org>
2731
2732 * configure.in [HAVE_NS]:
2733 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2734
2735 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2736
2737 Port to older Solaris 10 versions (Bug#10677).
2738 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2739 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2740 possibly this is because Sun fixed the 'stat' bug in my version.
2741 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2742 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2743 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2744 These changes are based on gnulib version
2745 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2746 because Emacs is in feature freeze and we do not want to merge any
2747 more-recent changes from gnulib.
2748
2749 2012-01-31 Glenn Morris <rgm@gnu.org>
2750
2751 * configure.in: Throw an explicit error if Motif toolkit was
2752 requested but requirements could not be found.
2753
2754 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2755
2756 2012-01-30 Eli Zaretskii <eliz@gnu.org>
2757
2758 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2759 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2760 with "make -j3".
2761
2762 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * .bzrignore: Ignore etc/__pycache__.
2765
2766 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2767
2768 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
2769 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
2770 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2771 by Nelson H. F. Beebe in
2772 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2773
2774 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2777
2778 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2779
2780 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2781 instead of LDFLAGS (Bug#10230).
2782
2783 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2784
2785 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2786
2787 Propagate configure flags to sub-configures.
2788 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
2789 New macros.
2790 (config.status, bootstrap): Use them to propagate configure flags
2791 to sub-configures.
2792 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2793
2794 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2795
2796 * .bzrignore: Add config.cache.
2797
2798 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2799
2800 * configure.in: Check for gtk_window_set_has_resize_grip.
2801
2802 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2803
2804 * configure.in (HAVE_XPM): Fix typo.
2805
2806 2011-11-22 Glenn Morris <rgm@gnu.org>
2807
2808 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2809 have confusing effects on the build. (Bug#6401)
2810
2811 * Makefile.in (install-arch-dep): Tweak previous change.
2812
2813 2011-11-22 Yavor Doganov <yavor@gnu.org>
2814
2815 Do not install arch-dependent files in the app bundle if
2816 --disable-ns-self-contained is requested. (Bug#1335)
2817 * configure.in (exec_prefix, libexecdir): Define relative to
2818 `ns_appbindir' only if configured for a self-contained app.
2819 * Makefile.in (install-arch-dep): Test for the existence of
2820 libexec in the Emacs.app bundle before executing commands.
2821
2822 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2823
2824 * configure.in: Remove reference to src/m/ibms390.h.
2825
2826 2011-11-13 Glenn Morris <rgm@gnu.org>
2827
2828 * INSTALL: Tiny updates for disk space used during installation.
2829
2830 2011-11-05 Eli Zaretskii <eliz@gnu.org>
2831
2832 * lib/makefile.w32-in (FRC): New dummy target.
2833 (TAGS): Depend on FRC.
2834
2835 2011-11-04 Glenn Morris <rgm@gnu.org>
2836
2837 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
2838 Do not include GnuTLS version info in final summary message.
2839
2840 2011-10-31 Eli Zaretskii <eliz@gnu.org>
2841
2842 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2843 they exist there, else from autogen/.
2844
2845 * make-dist (msdos): Add depfiles.bat and inttypes.h.
2846
2847 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2848
2849 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2850
2851 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2852
2853 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2854 if the library is found. Otherwise, later configure-time tests,
2855 such as the test for pthread_sigmask, generate the wrong results
2856 on some platforms. Problem reported for FreeBSD by Nali Toja.
2857
2858 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2859
2860 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2861 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2862 Remove; no longer needed, now that we defer to strftime for time
2863 zone names.
2864
2865 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2866
2867 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2868
2869 2011-10-18 Chong Yidong <cyd@gnu.org>
2870
2871 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2872
2873 2011-10-13 Glenn Morris <rgm@gnu.org>
2874
2875 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2876
2877 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2878
2879 * configure.in: Remove check for -lintl (Bug#9713).
2880 The check could break 'configure' on GNU/Linux with a (broken) libintl.
2881 The check was helpful but not essential in Solaris 2.6 (1997),
2882 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2883 obsolete -- Sun dropped support for it in 2006 -- and without
2884 access to that Silurian platform we can't maintain the code anyway.
2885
2886 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2887
2888 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2889 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2890 * m4/gnulib-common.m4: Merge from gnulib.
2891 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2892 command not found" on powerpc-apple-darwin9.8.0.
2893
2894 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2895 This is now done by src/alloc.c.
2896
2897 2011-10-02 Richard Stallman <rms@gnu.org>
2898
2899 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2900 and xlinux_second_failure to xgnu_linux_second_failure.
2901
2902 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2903
2904 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2905 lib/signal.in-h.
2906
2907 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
2908 Rename signal.in.h and alloca.in.h.
2909
2910 2011-09-28 Eli Zaretskii <eliz@gnu.org>
2911
2912 * INSTALL: Mention that m17n libraries and libotf are needed for
2913 Arabic shaping.
2914
2915 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2916
2917 Merge from gnulib, improving some licensing wording.
2918 This clarifies and fixes some licensing issues raised by Glenn Morris
2919 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2920 It also merges the latest version of texinfo.tex and has some
2921 MSVC-related changes that don't affect Emacs.
2922 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2923 pathmax, and raise, since these are needed only to address
2924 MSVC-related issues that Emacs doesn't have.
2925 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2926 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2927 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2928 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2929 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2930 * m4/unistd_h.m4: Merge from gnulib.
2931
2932 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2933
2934 * configure.in: Initialize HAVE_LIBXML2.
2935
2936 2011-09-26 Glenn Morris <rgm@gnu.org>
2937
2938 * make-dist: Add lib/makefile.w32-in.
2939
2940 2011-09-24 Glenn Morris <rgm@gnu.org>
2941
2942 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2943
2944 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2945
2946 * .dir-locals.el: Change the debbugs regexp to allow having the
2947 bug number as the first thing on a line.
2948
2949 2011-09-15 Glenn Morris <rgm@gnu.org>
2950
2951 * configure.in: Make configure work with recent GNUsteps.
2952 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2953 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
2954 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
2955
2956 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2957
2958 Merge from gnulib, porting to Tru64.
2959 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2960 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2961 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2962 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2963 doesn't affect Emacs.
2964
2965 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2966
2967 * configure.in (isnan): Remove now-unnecessary check.
2968
2969 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2970
2971 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
2972 This is to fix the following problems:
2973 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2974 configured not to use gtk or any other thread-using library,
2975 signals aren't blocked correctly.
2976 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2977 and IRIX's signal handling.
2978 . On Cygwin 1.7.5 it works around an incompatibility with
2979 the system pthread_sigmask.
2980 . On MacOS X 10.5 (32-bit), files whose inode numbers
2981 exceed 2**31 cannot be read or manipulated.
2982 . pthread_sigmask: Actually use results of gl_THREADLIB.
2983 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2984 . find 'ar' program that fits with --host argument.
2985 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
2986 * autogen/README: Update destination list.
2987 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2988 The autogenerated files compile, config.guess,
2989 config.sub, depcomp, install-sh, and missing are now in build-aux.
2990 * m4/largefile.m4: New file, so that Emacs does not mess up when
2991 accessing files with large inode numbers in MacOS X 10.5 and later.
2992 * m4/nocrash.m4: New file, to avoid triggering background debugger
2993 and/or create core dumps during 'configure'.
2994 * build-aux/move-if-change: Renamed from move-if-change.
2995 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2996 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2997 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2998 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
2999 * Makefile.in (epaths-force, sync-from-gnulib):
3000 move-if-change is now in build-aux.
3001 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3002 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3003 (mkdir): install-sh is now in build-aux.
3004 * config.bat: c++defs.h is now in build-aux/snippets.
3005 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3006 usual parameter).
3007 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3008 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3009 to build-aux/snippet.
3010 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3011 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3012 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3013 Solaris, enables MacOS extensions, and enables nocrash during
3014 'configure'.
3015 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3016
3017 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
3018
3019 * configure.in (snprintf): New check.
3020
3021 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3022
3023 * configure.in (opsys): Change pattern to *-*-linux*
3024 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
3025 Remove unreachable pattern hppa*-*-linux-gnu*.
3026 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3027 and that can't possibly work now that src/m/hp800.h no longer exists.
3028
3029 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3030
3031 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3032
3033 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3034
3035 * configure.in: Add header check: sys/socket.h (Bug#8477),
3036 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3037 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3038
3039 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3040
3041 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3042 (HAVE_GTK_AND_PTHREAD): Remove.
3043
3044 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3045
3046 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3047 build, not just GNUstep (Bug#9177).
3048
3049 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
3050
3051 Assume freestanding C89 headers, string.h, stdlib.h.
3052 Again, this simplifies the code, and all current platforms have these.
3053 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3054 (AC_HEADER_STDC): Remove.
3055 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3056 (strchr, strrchr): Remove fallback macros.
3057
3058 Assume support for memcmp, memcpy, memmove, memset.
3059 This simplifies the code a bit. All current platforms have these,
3060 as they are required for C89. If this turns into a problem we
3061 can add the gnulib modules for these (a 1-line change to Makefile.in).
3062 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3063
3064 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3065
3066 * GNUmakefile: New file.
3067 This is for convenience, so that one can run GNU make in an
3068 unconfigured source tree, and get a default build.
3069
3070 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3071
3072 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3073
3074 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3075
3076 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3077 so as to suppress address randomization (Bug#8395).
3078
3079 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3080
3081 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3082 This fixes a build problem on older Mac OS X hosts.
3083
3084 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3085 test, which runs afoul of Automake installations where, for example,
3086 /usr/share/aclocal contains a copy of gl_THREADLIB.
3087 Problem reported by Sven Joachim in
3088 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3089 This is just a quick temporary fix, specific to Emacs; I'll work
3090 with the other gnulib maintainers to get a more-permanent fix.
3091
3092 Add gnulib's strtoimax module, needed on Solaris 8.
3093 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3094 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3095 automatically imported from gnulib.
3096 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3097
3098 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
3099
3100 Add gnulib support for pthread_sigmask (Bug#9010).
3101 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
3102 * configure.in (AC_TYPE_UID_T): New dummy macro.
3103 Configure gnulib after adjusting LIBS,
3104 so that gnulib can assume the libraries in LIBS.
3105 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
3106 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
3107 * lib/pthread_sigmask.c:
3108 New files, automatically imported from gnulib.
3109 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3110 due to the above changes.
3111 * .bzrignore: Add lib/signal.h.
3112
3113 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3114
3115 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
3116
3117 * configure.in (maintainer-mode): Reflect default in help string.
3118
3119 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3120
3121 * configure.in: Remove reference to iris4d.h.
3122
3123 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3124
3125 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
3126
3127 2011-07-01 Glenn Morris <rgm@gnu.org>
3128
3129 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
3130
3131 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3132
3133 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
3134 which made ./configure infloop.
3135
3136 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
3137
3138 * configure.in (gsettings): New option and check for GSettings.
3139
3140 2011-06-29 Glenn Morris <rgm@gnu.org>
3141
3142 * configure.in: Try to test for the required crt*.o files.
3143
3144 2011-06-27 Bill Wohler <wohler@newt.com>
3145
3146 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
3147
3148 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
3149
3150 Use gnulib's dup2 module instead of rolling our own.
3151 * Makefile.in (GNULIB_MODULES): Add dup2.
3152 * configure.in: Do not check for dup2; gnulib does that now.
3153 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
3154
3155 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3156
3157 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3158
3159 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
3160
3161 Use gnulib's alloca-opt module.
3162 * .bzrignore: Add lib/alloca.h.
3163 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3164 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
3165 as gnulib now does that for us. Put alloca check in config.h.
3166 Include <alloca.h> before any other include file, for AIX 3.
3167 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3168 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3169
3170 2011-06-21 Leo Liu <sdl.web@gmail.com>
3171
3172 * m4/sha256.m4:
3173 * m4/sha512.m4:
3174 * m4/gl-comp.m4:
3175 * lib/u64.h:
3176 * lib/sha256.c:
3177 * lib/sha256.h:
3178 * lib/sha512.c:
3179 * lib/sha512.h:
3180 * lib/makefile.w32-in (GNULIBOBJS):
3181 * lib/gnulib.mk:
3182 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3183 crypto/sha512 modules from gnulib.
3184
3185 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
3186
3187 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
3188
3189 2011-06-17 Glenn Morris <rgm@gnu.org>
3190
3191 * configure.in: Restore the behavior of checking crt-dir only
3192 when the user specified it (not all platforms use it).
3193
3194 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
3195
3196 * m4/lstat.m4: Merge from gnulib (Bug#8878).
3197
3198 2011-06-16 Miles Bader <miles@gnu.org>
3199
3200 * configure.in: Try to determine CRT_DIR automatically when
3201 using gcc.
3202
3203 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
3204
3205 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
3206 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
3207 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
3208 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
3209 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
3210 Merge from gnulib.
3211
3212 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
3213
3214 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
3215
3216 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
3217
3218 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
3219
3220 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
3221
3222 * configure.in: Add --with-wide-int.
3223 * INSTALL: Mention this.
3224
3225 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
3226
3227 Merge from gnulib.
3228 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
3229
3230 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3231
3232 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
3233
3234 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
3235
3236 Use 'inline', not 'INLINE'.
3237 * configure.in (INLINE): Remove.
3238
3239 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
3240
3241 Adjust to recent gnulib change for @GUARD_PREFIX@.
3242 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
3243 All uses of _GL_ for guard prefixes in lib/*.h replaced with
3244 _@GUARD_PREFIX@_.
3245
3246 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3247
3248 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
3249
3250 2011-05-24 Glenn Morris <rgm@gnu.org>
3251
3252 * Makefile.in (check): Just give a message if no test/ directory.
3253
3254 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
3255
3256 * configure.in (OPT_MAKEFILES_IN): Remove.
3257 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
3258 (SUBDIR_MAKEFILES_IN): New output variable.
3259 * Makefile.in (OPT_MAKEFILES_IN): Remove.
3260 (SUBDIR_MAKEFILES_IN): Let configure set it.
3261
3262 2011-05-24 Leo Liu <sdl.web@gmail.com>
3263
3264 * m4/sha1.m4:
3265 * m4/gl-comp.m4:
3266 * lib/sha1.h:
3267 * lib/sha1.c:
3268 * lib/makefile.w32-in (GNULIBOBJS):
3269 * lib/gnulib.mk:
3270 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
3271
3272 2011-05-24 Glenn Morris <rgm@gnu.org>
3273
3274 * configure.in: Remove test for already configured source directory.
3275 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
3276
3277 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
3278
3279 2011-05-24 Glenn Morris <rgm@gnu.org>
3280
3281 * make-dist: Don't distribute test/. (Bug#8107)
3282 * configure.in (OPT_MAKEFILES_IN): New output variable.
3283 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
3284 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
3285 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
3286 (check): Give an explicit error if test/ is not present.
3287
3288 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
3289 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
3290 (Makefile): Use $SUBDIR_MAKEFILES_IN.
3291
3292 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
3293
3294 * lib/verify.h: Merge from gnulib.
3295
3296 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
3297
3298 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3299 Merge from gnulib.
3300
3301 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3302
3303 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3304
3305 2011-05-20 Eli Zaretskii <eliz@gnu.org>
3306
3307 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3308
3309 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3310
3311 2011-05-20 Glenn Morris <rgm@gnu.org>
3312
3313 * configure.in (lisp_frag): New output file.
3314
3315 2011-05-19 Glenn Morris <rgm@gnu.org>
3316
3317 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3318 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3319
3320 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 * lib/gnulib.mk:
3323 * lib/intprops.h:
3324 * lib/unistd.in.h:
3325 * m4/inttypes.m4:
3326 * m4/stdint.m4:
3327 * m4/unistd_h.m4: Sync from gnulib.
3328
3329 2011-05-14 Glenn Morris <rgm@gnu.org>
3330
3331 * configure.in: Treat failure to find an X toolkit the same way we treat
3332 failure to find X and image support.
3333
3334 2011-05-12 Glenn Morris <rgm@gnu.org>
3335
3336 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3337 (check-declare): Shell portability fixes. (Bug#8642)
3338
3339 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3340
3341 * configure.in: Require GnuTLS 2.6.x or higher.
3342
3343 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3344
3345 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3346 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3347 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3348
3349 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3350 This new gnulib-tool option saves 'configure' the trouble of
3351 checking for strtoull when strtoumax exists.
3352
3353 * configure.in (BITS_PER_LONG_LONG): New macro.
3354
3355 2011-05-05 Glenn Morris <rgm@gnu.org>
3356
3357 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3358 (top_distclean): Delete config.log~.
3359
3360 2011-04-27 Ben Key <bkey76@gmail.com>
3361
3362 * configure.in: Fixed a bug that caused configure with
3363 --enable-checking=stringoverrun to have no effect.
3364
3365 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
3366
3367 * configure.in: Suppress unnecessary checks for size_t.
3368 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3369 (size_t): Do not check for this, and do not typedef. This code
3370 is never exercised now.
3371
3372 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3373 This is needed for the new integer-reading code in lread.c.
3374 It automatically pulls in the following gnulib files, which
3375 are used on old-fashioned platforms that don't have strtoumax:
3376 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3377 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3378 m4/strtoull.m4, m4/strtoumax.m4.
3379 * .bzrignore: Add lib/inttypes.h.
3380
3381 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3382
3383 * configure.in: Check for GnuTLS certificate verify callbacks.
3384
3385 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * Makefile.in (config.status): Don't erase in case of error.
3388 In case it disappeared, rebuild it with `configure'.
3389
3390 2011-04-20 Ken Brown <kbrown@cornell.edu>
3391
3392 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
3393
3394 2011-04-12 Glenn Morris <rgm@gnu.org>
3395
3396 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
3397
3398 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
3399
3400 * lib/allocator.c: New file, automatically generated by gnulib.
3401
3402 2011-04-07 Glenn Morris <rgm@gnu.org>
3403
3404 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
3405
3406 2011-04-06 Eli Zaretskii <eliz@gnu.org>
3407
3408 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3409 Revert last change.
3410
3411 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3414 ($(BLD)/careadlinkat.$(O)): New target.
3415 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3416 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3417 Update dependencies.
3418
3419 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
3420
3421 Fix more problems found by GCC 4.6.0's static checks.
3422
3423 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3424
3425 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
3426 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3427 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3428 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3429
3430 2011-04-06 Glenn Morris <rgm@gnu.org>
3431
3432 * autogen/update_autogen: Handle loaddefs-like files as well.
3433 (usage): Add -l, -C.
3434 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3435 With -l, check status of lisp/ as well.
3436 With -C, clean before building.
3437 (autoreconf): Only pass -f in the `clean' case.
3438 (commit): New function.
3439
3440 2011-03-28 Glenn Morris <rgm@gnu.org>
3441
3442 * autogen/update_autogen: Pass -f to autoreconf.
3443
3444 * autogen.sh (get_version): Discard "not found" lines.
3445 (check_version): Respect $AUTOCONF etc environment variables.
3446
3447 2011-03-27 Glenn Morris <rgm@gnu.org>
3448
3449 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3450 (AH_BOTTOM): Do not define SIGTYPE.
3451
3452 2011-03-26 Glenn Morris <rgm@gnu.org>
3453
3454 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3455 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3456
3457 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
3458
3459 * autogen/update_autogen: Remove useless function keyword.
3460
3461 2011-03-25 Eli Zaretskii <eliz@gnu.org>
3462
3463 * config.bat: Generate src/config.h and lib/Makefile from
3464 autogen/config.in and autogen/Makefile.in.
3465
3466 2011-03-25 Glenn Morris <rgm@gnu.org>
3467
3468 * compile, config.guess, config.sub, depcomp, install-sh, missing:
3469 Remove; autoreconf can supply them.
3470 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3471 config.guess, install-sh. Pass -i to autoreconf.
3472 * autogen/update_autogen (genfiles): Add compile, config.guess,
3473 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
3474 Discard non-error output from autoreconf in -q case.
3475 * autogen/compile, autogen/config.guess, autogen/config.sub:
3476 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3477 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3478 install-sh, missing.
3479
3480 2011-03-23 Glenn Morris <rgm@gnu.org>
3481
3482 * autogen/update_autogen: Fix typo.
3483 (msg): Remove function; use `exec' instead.
3484
3485 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3486 (sync-from-gnulib): Don't sync mkinstalldirs.
3487 * make-dist: Don't distribute mkinstalldirs.
3488
3489 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
3490
3491 Fix more problems found by GCC 4.5.2's static checks.
3492 * Makefile.in (GNULIB_MODULES): Add socklen.
3493 * configure.in: Do not check for sys/socket.h, since socklen does that.
3494 * m4/socklen.m4: New automatically-generated file, from gnulib.
3495
3496 fakemail: Remove dependency on ignore-value.
3497 * Makefile.in (GNULIB_MODULES): Add stdio.
3498 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3499 imported from gnulib.
3500 * .bzrignore: Add lib/stdio.h.
3501
3502 2011-03-22 Glenn Morris <rgm@gnu.org>
3503
3504 * autogen/copy_autogen: Work from ./ or ../.
3505 Fix time-stamps.
3506 * autogen.sh: Doc fix.
3507
3508 2011-03-20 Glenn Morris <rgm@gnu.org>
3509
3510 * autogen/: New directory, to be excluded from releases.
3511 * autogen/copy_autogen, autogen/update_autogen: New scripts.
3512 * autogen/README: New file.
3513 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3514 * autogen/Makefile.in: Add auto-updated generated files.
3515 * autogen.sh: No longer a no-op, now it tests for autotools
3516 and runs them as necessary.
3517 * configure.in: Default maintainer-mode to on.
3518 * aclocal.m4, configure, lib/Makefile.in: Remove files.
3519
3520 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
3521
3522 Update for gnulib.
3523 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3524 includes <intprops.h> directly.
3525 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3526 when building Emacs on Solaris 9 and running it on Solaris 10.
3527
3528 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3529
3530 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
3531
3532 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3533
3534 * Version 23.3 released.
3535
3536 2011-03-06 Glenn Morris <rgm@gnu.org>
3537
3538 * configure.in (FREETYPE_LIBS): Actually set it to something.
3539
3540 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3541
3542 Work around some portability problems with symlinks.
3543
3544 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3545 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3546 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3547 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3548 * m4/symlink.m4:
3549 New files, automatically generated from gnulib.
3550 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3551 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3552
3553 2011-02-26 Eli Zaretskii <eliz@gnu.org>
3554
3555 * .bzrignore: Ignore new lib/*.in-h files.
3556
3557 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3558 Call depfiles.bat even if lib/deps already exist.
3559
3560 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3561
3562 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
3563 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3564 recent changes to configure.in and to gnulib.
3565
3566 2011-02-24 Glenn Morris <rgm@gnu.org>
3567
3568 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3569 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3570
3571 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3572
3573 Assume S_ISLNK etc. work, since gnulib supports this.
3574 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3575 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3576 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3577 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3578
3579 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3580
3581 * lib/min-max.h: New file, for "min" and "max".
3582
3583 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3584
3585 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
3586 $(EMACS_ROOT)/nt/inc/stdint.h.
3587
3588 2011-02-21 Eli Zaretskii <eliz@gnu.org>
3589
3590 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3591 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3592 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3593
3594 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3595
3596 Import filemode module from gnulib.
3597 * .bzrignore: Add lib/sys/.
3598 * Makefile.in (GNULIB_MODULES): Add filemode.
3599 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3600 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3601 from gnulib. This adds support for some more file types, e.g.,
3602 Cray DMF migrated files.
3603 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3604 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3605 * m4/sys_stat_h.m4: New files, generated from gnulib.
3606 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3607 Regenerate.
3608
3609 2011-02-20 Eli Zaretskii <eliz@gnu.org>
3610
3611 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3612 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3613
3614 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3615
3616 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3617 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3618 is no longer needed, due to the recent SSDATA and related changes.
3619 Perhaps -Wno-pointer-sign should also be removed from
3620 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3621 way to test this so I left it alone.
3622 * configure: Regenerate.
3623
3624 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
3625
3626 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3627 src/makefile.w32-in.
3628
3629 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3630
3631 Import crypto/md5 and stdint modules from gnulib.
3632 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3633 Regenerate.
3634 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3635 Import the new versions from gnulib; they assume a C99-style
3636 <stdint.h>, supplied by the stdint module.
3637 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3638 imported from gnulib.
3639 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3640 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3641 special cases.
3642
3643 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3644
3645 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
3646 Add lib/deps/.
3647
3648 * config.bat: Configure in `lib'.
3649 Generate *.Po files in lib/deps.
3650
3651 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3652
3653 Import IRIX 6.5 getloadavg fixes from gnulib.
3654 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3655
3656 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3657
3658 Import getloadavg module from gnulib.
3659 * .bzrignore: Add lib/stdlib.h.
3660 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3661 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3662 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3663 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3664 Remove; gnulib does this now.
3665 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3666 from gnulib. This adds support for several other systems, such
3667 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3668 buffer overrun on Linux hosts under very high load, and on hosts
3669 that maintain a channel to the load average file it makes sure
3670 the file descriptor is close-on-exec (on hosts that support this)
3671 and is not stdin, stdout, or stderr.
3672 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3673 from gnulib.
3674 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3675 * src/config.in: Regenerate.
3676
3677 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3678
3679 Merge from gnulib.
3680
3681 * install-sh: Update to scriptversion 2011-01-19.21.
3682
3683 2011-02-13 Bruno Haible <bruno@clisp.org>
3684
3685 Consistent macro naming for macros that use GCC __attribute__.
3686 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
3687 ATTRIBUTE_DEPRECATED.
3688
3689 2011-02-12 Bruno Haible <bruno@clisp.org>
3690
3691 setlocale: Prefer gnulib's override over libintl's override.
3692 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3693 GNULIB_defined_setlocale is set.
3694
3695 2011-02-13 Glenn Morris <rgm@gnu.org>
3696
3697 * make-dist: Exclude generated file src/globals.h.
3698
3699 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3700
3701 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3702 Sync from gnulib, which has been patched to fix the problem
3703 with the license notices. Problem reported by Glenn Morris in
3704 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3705
3706 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * .bzrignore: Ignore globals.h and related stamp.
3709
3710 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3711
3712 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3713 This merges the following fix from gnulib:
3714
3715 2011-02-08 Bruno Haible <bruno@clisp.org>
3716
3717 Split large sed scripts, for HP-UX sed.
3718
3719 2011-02-08 Tom Tromey <tromey@redhat.com>
3720
3721 * configure: Rebuild.
3722 * configure.in (NS_OBJC_OBJ): New subst.
3723
3724 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3725
3726 gnulib: allow multiple gnulib generated replacements to coexist
3727 This defines a few preprocessor symbols that should not affect Emacs.
3728 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3729 via "make sync-from-gnulib".
3730
3731 gnulib: undo previous change
3732 The upstream _HEADERS change was backed out of gnulib (see the
3733 same thread). Stay in sync with gnulib.
3734
3735 gnulib: adjust to upstream _HEADERS change
3736 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3737 New empty macros, to accommodate recent changes to gnulib. See
3738 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3739 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3740 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3741 * lib/time.in.h, lib/unistd.in.h:
3742 Regenerate.
3743
3744 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3745
3746 sync from gnulib to remove HAVE_STDBOOL_H
3747 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
3748 AC_HEADER_STDBOOL. All uses changed. Do not define
3749 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3750 imported from the latest Autoconf git. It was motivated by Emacs,
3751 which uses gnulib but does not need HAVE_STDBOOL_H.
3752 * configure, src/config.in: Regenerate.
3753 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3754
3755 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3756
3757 allow C code to suppress warnings about ignored return values
3758 * Makefile.in (GNULIB_MODULES): Add ignore-value.
3759 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3760 * lib/ignore-value.h: New file.
3761
3762 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
3763
3764 * configure.in: Test existence of xaw3d library, not just the
3765 header (Bug#7642).
3766
3767 2011-01-31 Eli Zaretskii <eliz@gnu.org>
3768
3769 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3770 $(BLD)/time_r.$(O).
3771 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3772 $(EMACS_ROOT)/src/m/intel386.h.
3773 ($(BLD)/strftime.$(O)):
3774 ($(BLD)/time_r.$(O)): Define prerequisites.
3775
3776 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3777
3778 src/emacs.c now gets version number from configure.in
3779 * configure.in (version): Set this from $PACKAGE_VERSION,
3780 which is set from AC_INIT, rather than scouting through src/emacs.c.
3781 * configure: Regenerate.
3782 * make-dist (version): Get it from configure.in, not src/emacs.c.
3783
3784 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3785
3786 strftime: import from gnulib
3787 * Makefile.in (GNULIB_MODULES): Add strftime.
3788 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3789 needed.
3790 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3791 Regenerate.
3792 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3793 imported from gnulib.
3794 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3795 This incorporates many changes from gnulib, including simpler
3796 handling of multibyte formats, porting to mingw32 and other
3797 platforms, and support for higher-resolution time stamps.
3798 Emacs does not yet use the higher-resolution interface.
3799
3800 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3801
3802 gnulib: import mktime and move-if-change fixes from gnulib
3803
3804 * configure: Regenerate from the following.
3805
3806 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3807
3808 mktime: clarify long_int width checking
3809 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3810 the top level, to make it clearer that the assumption about
3811 long_int width is being checked. See
3812 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3813
3814 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3815
3816 TYPE_MAXIMUM: avoid theoretically undefined behavior
3817 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3818 negative number, which the C Standard says has undefined behavior.
3819 In practice this is not a problem, but might as well do it by the book.
3820 Reported by Rich Felker and Eric Blake; see
3821 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
3822 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3823 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3824
3825 mktime: #undef mktime before #defining it
3826 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3827
3828 mktime: systematically normalize tm_isdst comparisons
3829 * lib/mktime.c (isdst_differ): New function.
3830 (__mktime_internal): Use it systematically for all isdst comparisons.
3831 This completes the fix for libc BZ #6723, and removes the need for
3832 normalizing tm_isdst.
3833 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
3834 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3835
3836 mktime: fix some integer overflow issues and sidestep the rest
3837
3838 This was prompted by a bug report by Benjamin Lindner for MinGW
3839 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3840 His bug is due to signed integer overflow (0 - INT_MIN), and I
3841 I scanned through mktime.c looking for other integer overflow
3842 problems, fixing all the bugs I found.
3843
3844 Although the C Standard says the resulting code is still not safe
3845 in the presence of integer overflow, in practice it should be good
3846 enough for all real-world two's-complement implementations, except
3847 for debugging environments that deliberately trap on integer
3848 overflow (e.g., gcc -ftrapv).
3849
3850 * lib/mktime.c (WRAPV): New macro.
3851 (SHR): Also check that long_int and time_t shift right in the
3852 usual way, before using the fast-but-unportable method.
3853 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3854 used. The code already assumed two's complement, so there's
3855 no need to test for alternatives. All uses removed.
3856 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3857 the C standard. Problem reported by Rich Felker in
3858 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3859 (twos_complement_arithmetic): Also check long_int and time_t.
3860 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3861 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3862 (__mktime_internal): Avoid integer overflow with unary subtraction
3863 in two instances where -1 - X is an adequate replacement for -X,
3864 since the calculations are approximate.
3865
3866 2011-01-29 Eric Blake <eblake@redhat.com>
3867
3868 mktime: avoid infinite loop
3869 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3870 type; behavior is still undefined but portable to all known targets.
3871 Reported by Rich Felker.
3872
3873 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3874
3875 mktime: avoid problems on NetBSD 5 / i386
3876 * lib/mktime.c (long_int): New type. This works around a problem
3877 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3878 but time_t is 64 bits, and where I expect the existing code is
3879 wrong in some cases.
3880 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3881 (ydhms_diff): Bring back the compile-time check for wide-enough
3882 year and yday.
3883
3884 mktime: fix misspelling in comment
3885 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3886 This merges all recent glibc changes of importance.
3887
3888 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3889
3890 move-if-change: cope with concurrent mv of identical file.
3891 * move-if-change (CMPPROG): Accept environment
3892 variable as an override for `cmp'.
3893 (usage): Document CMPPROG.
3894 Adjust comparison to drop stdout. Cope with failure of mv if
3895 the target file exists and is identical to the source, for
3896 parallel builds.
3897 Report from H.J. Lu against binutils in PR binutils/12283.
3898
3899 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3900
3901 * lib/makefile.w32-in:
3902 * lib/getopt_.h: New files.
3903
3904 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3905
3906 improve fix for MS-DOS file name clash
3907 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
3908 for portability to POSIX make. Reported by Bruno Haible.
3909 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3910 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3911 files from accumulating as garbage. Also reported by Bruno Haible.
3912
3913 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3914
3915 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3916 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3917 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3918 problems with MS-DOS 8+3 file name restrictions.
3919 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3920 it, it would also cause problems when extracting Emacs distribution
3921 tarballs on MS-DOS hosts.
3922 (ACLOCAL_INPUTS): Adjust to file renaming.
3923 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3924 * config.guess, config.sub: Sync from gnulib.
3925 * m4/gnulib-cache.m4: Remove from repository.
3926 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3927
3928 2011-01-25 Glenn Morris <rgm@gnu.org>
3929
3930 * README: Add a note about ranges in copyright years.
3931
3932 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3933
3934 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3935
3936 * configure.in: Add HP-UX on IA64 (Bug#6811).
3937
3938 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3939
3940 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3941 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3942 as it is no longer needed.
3943 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3944 * configure.in: Invoke the new gnulib macro
3945 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3946 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3947 * m4/getopt.m4: Sync from gnulib; this removes the need for
3948 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3949 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3950 New macro, synced from gnulib.
3951 * m4/warn-on-use.m4: Remove.
3952
3953 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3954
3955 aclocal.m4: put this file back into repository
3956 This way, we don't have to assume that the maintainer has
3957 the automake package installed. See
3958 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3959 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3960 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3961 undoing the previous change.
3962 * aclocal.m4: New file (actually, resurrected).
3963
3964 2011-01-22 Miles Bader <miles@gnu.org>
3965
3966 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3967 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3968 Emacs directly uses fontconfig, and breaks building when using a
3969 strict linker).
3970
3971 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3972
3973 src/config.in: shrink slightly
3974 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3975 This makes src/config.in a bit smaller, by removing identifiers
3976 like GNULIB_TEST_MKTIME that Emacs does not need.
3977 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3978 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3979 Sync from gnulib. This removes a few more unnecessary symbols from
3980 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3981 * configure, src/config.in: Regenerate.
3982
3983 aclocal.m4: tweaks to regenerate more conveniently
3984 This attempts to act better when the source is in a weird state. See
3985 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3986 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3987 * .bzrignore: Add aclocal.m4.
3988
3989 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3990
3991 aclocal.m4: omit auto-generated file from repository
3992 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3993 the most recent change here.
3994 * aclocal.m4: Remove from bzr repository. This file is
3995 auto-generated and isn't needed to run 'configure'. See
3996 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3997
3998 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3999
4000 Minor Makefile.in tweaks to build from gnulib better.
4001 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4002 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4003 (top_maintainer_clean): Don't remove aclocal.m4.
4004
4005 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4006
4007 Minor cleanups for 'bzr status'
4008 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4009 the output of config.guess.
4010 * Makefile.in (top_distclean): Remove stamp-h1 too.
4011
4012 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4013 defined if the compiler supports GCC-style __attribute__
4014 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4015 this syntax.
4016
4017 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
4018
4019 Makefile.in: tidy up the building of lib
4020 * Makefile.in (am--refresh): Mark as .PHONY.
4021 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4022 as they're not rebuilt unless you do a "make sync-from-gnulib"
4023 and the former is needed for "configure".
4024 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4025 has already removed lib/Makefile.
4026
4027 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4028 This avoids building ftoastr and ldtoastr, which aren't needed. See
4029 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
4030
4031 * .bzrignore: Add .h files that are host-dependent.
4032 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4033 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4034 host-dependent and are built as part of an ordinary 'make', and
4035 should not be checked in.
4036
4037 * lib/Makefile.in: Regenerate.
4038 * lib/COPYING: New file, a copy of COPYING.
4039
4040 * configure: Regenerate.
4041 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4042
4043 Regenerate.
4044 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4045 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4046 New files, copied from gnulib by gnulib-tool.
4047 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
4048 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4049 Regenerate.
4050
4051 Use gnulib's getopt-gnu module.
4052 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4053 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4054 representative of the dependencies.
4055 * configure.in: Do not configure getopt, as gnulib does that now.
4056 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4057 getopt now, in lib.
4058
4059 Regenerate.
4060 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4061 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
4062 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4063 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4064 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4065 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4066 * m4/wchar_t.m4, warn-on-use.h:
4067 New files, copied from gnulib by gnulib-tool.
4068 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4069 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4070 Regenerate.
4071
4072 Use gnulib's mktime module.
4073 * Makefile.in (GNULIB_MODULES): Add mktime.
4074 * configure.in: Remove code no longer needed, as gnulib now does it.
4075 (AC_CHECK_FUNCS): Remove mktime.
4076 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4077 (__restrict): Remove, as this now gets in the way of the C99
4078 support for 'restrict' pulled in by the gnulib mktime module.
4079 Code should now use 'restrict' and not '__restrict".
4080 (mktime): Remove.
4081 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4082 and warn-on-use.h into the distribution.
4083
4084 Regenerate.
4085 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4086 * lib/ldtoastr.c, m4/c-strtod.m4:
4087 New files, copied from gnulib by gnulib-tool.
4088 * lib/dummy.c: Remove.
4089 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4090 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4091 Regenerate.
4092
4093 Use gnulib's ftoastr module.
4094 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4095
4096 Regenerate.
4097 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4098 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
4099 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4100 New files, generated automatically, with 'make sync-from-gnulib'
4101 followed by 'make'.
4102 * configure, lisp/dired.el, src/config.in: Regenerate.
4103
4104 Automate syncing from gnulib.
4105 * INSTALL, README: Document new subdirectory 'lib'.
4106 * Makefile.in (SUBDIR): Add lib.
4107 (SUBDIR_MAKEFILES): Add lib/Makefile.
4108 (lib-src, src, TAGS, tags): Depend on lib.
4109 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4110 ($(gnulib_srcdir)): New rule.
4111 (sync-from-gnulib): New rule, which is .PHONY.
4112 (lib): New rule, which is like lib-src.
4113 (Makefile): Depend on lib/Makefile.in.
4114 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4115 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4116 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4117 (am--refresh): New rule, to pacify Automake.
4118 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4119 Clean lib, too.
4120 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
4121 droppings.
4122 (maintainer-clean, extraclean): Use it.
4123 * configure.in: Initialize for automake and gnulib, by invoking
4124 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
4125 lib/Makefile, too. Use automake to build gnulib, as gnulib works
4126 more conveniently with automake.
4127 * lib/Makefile.am: New file.
4128 * make-dist: Also put into the distribution aclocal.m4,
4129 compile, depcomp, missing, and the files under lib/.
4130
4131 2011-01-15 Glenn Morris <rgm@gnu.org>
4132
4133 * Makefile.in (epaths-force): No more arch-tag to edit.
4134
4135 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
4138
4139 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
4140
4141 * make-dist: Distribute test/ files too.
4142 Distribute every file under test/ that is under version control,
4143 using patterns like *.el to capture files that are added later.
4144 Without this change, "configure" would fail, because it would
4145 attempt to build from a Makefile.in that was not distributed.
4146
4147 2011-01-13 Christian Ohler <ohler@gnu.org>
4148
4149 * Makefile.in (INFO_FILES): Add ERT.
4150
4151 * Makefile.in (check): Run tests in test/automated.
4152
4153 * Makefile.in:
4154 * configure.in: Add test/automated/Makefile.
4155
4156 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4157
4158 * install-sh, mkinstalldirs, move-if-change: Update from master
4159 source in gnulib.
4160
4161 * config.guess, config.sub: Updated from master source.
4162
4163 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4164
4165 * configure.in: Check for __builtin_unwind_init.
4166
4167 2011-01-05 Glenn Morris <rgm@gnu.org>
4168
4169 * configure.in (HAVE_MAKEINFO): New output variable.
4170 (MAKEINFO): Reset to "makeinfo" if not found.
4171 * Makefile.in (install-arch-indep, info):
4172 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4173
4174 2010-12-29 Ulrich Müller <ulm@gentoo.org>
4175
4176 * configure.in: Make gameuser configurable (Bug#7717).
4177
4178 2010-12-15 Glenn Morris <rgm@gnu.org>
4179
4180 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4181 long absent lib-src/fns-*.el.
4182
4183 2010-12-11 Glenn Morris <rgm@gnu.org>
4184
4185 * make-dist: Exclude etc/*.pyc.
4186
4187 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4188
4189 * configure.in: Don't double machfile in final message.
4190
4191 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
4192
4193 * configure.in: Fix last change.
4194
4195 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
4196
4197 * configure.in: Remove reference to removed machine description
4198 files and allow $machine and $machfile to be empty.
4199 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
4200
4201 2010-12-03 Glenn Morris <rgm@gnu.org>
4202
4203 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
4204
4205 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
4206
4207 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
4208 (EXTERNALLY_VISIBLE): New definition.
4209
4210 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
4213
4214 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4215
4216 * configure.in: Do not check for unconditionally included headers.
4217
4218 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
4221
4222 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4223
4224 * configure.in: Don't write a warning for D-Bus anymore.
4225
4226 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
4227
4228 * configure.in: Fix indentation.
4229
4230 2010-10-31 Ken Brown <kbrown@cornell.edu>
4231
4232 * configure.in (checking whether localtime caches TZ):
4233 Use unsetenv instead of modifying environment directly.
4234
4235 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
4236
4237 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
4238 to avoid warning.
4239
4240 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4241
4242 * configure.in: Remove the BROKEN annotation from GnuTLS.
4243
4244 2010-10-22 Glenn Morris <rgm@gnu.org>
4245
4246 * make-dist: Avoid listing .el files twice. Don't try to run
4247 autoconf if --no-update.
4248
4249 2010-10-20 Glenn Morris <rgm@gnu.org>
4250
4251 * make-dist: No longer create lisp/MANIFEST.
4252
4253 2010-10-14 Glenn Morris <rgm@gnu.org>
4254
4255 * BUGS, INSTALL.BZR, README: Updates.
4256
4257 2010-10-13 Glenn Morris <rgm@gnu.org>
4258
4259 * make-dist: Remove --compress. Check for the appropriate
4260 gzip-like executable, and if not found, don't compress.
4261 Check version number in README, don't change it.
4262 Use find for nt/inc/*.h.
4263
4264 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4265
4266 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
4267 Remove trailing / from directory names.
4268
4269 2010-10-12 Glenn Morris <rgm@gnu.org>
4270
4271 * make-dist: Update and simplify.
4272
4273 2010-10-12 Eli Zaretskii <eliz@gnu.org>
4274
4275 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
4276
4277 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4278
4279 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
4280
4281 2010-10-09 Glenn Morris <rgm@gnu.org>
4282
4283 * make-dist: No more doc/emacs/*.texi.in.
4284
4285 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
4286
4287 2010-10-09 Glenn Morris <rgm@gnu.org>
4288
4289 * configure.in: Combine some conditionals.
4290
4291 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
4292 * make-dist: Include doc/emacs/*.texi.in.
4293
4294 * INSTALL, make-dist: Remove references to b2m.
4295 * Makefile.in (MAN_PAGES): Remove b2m.1.
4296
4297 2010-10-05 Glenn Morris <rgm@gnu.org>
4298
4299 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4300
4301 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4302
4303 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4304
4305 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4306
4307 * configure.in: Include stdlib.h and string.h unconditionally.
4308
4309 2010-09-29 Romain Francoise <romain@orebokech.com>
4310
4311 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4312
4313 2010-09-28 Glenn Morris <rgm@gnu.org>
4314
4315 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4316 happy.
4317
4318 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4319
4320 * configure.in: Enable imagemagick by default.
4321
4322 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4323
4324 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
4325 GnuTLS libraries.
4326
4327 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4328
4329 * configure.in: Set up GnuTLS.
4330
4331 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * configure.in: Announce whether libxml2 is linked to.
4334
4335 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4336
4337 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4338
4339 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4340
4341 * config.bat: Detect that libxml2 is installed and if so, build
4342 with it.
4343
4344 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4345
4346 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4347 be used. This fixes a conf problem on Mac OS X.
4348
4349 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4350
4351 * configure.in: Check for libxml2.
4352
4353 2010-09-09 Glenn Morris <rgm@gnu.org>
4354
4355 * make-dist: No more TODO files under lisp/.
4356
4357 2010-09-04 Eli Zaretskii <eliz@gnu.org>
4358
4359 * config.bat: Produce lisp/gnus/_dir-locals.el from
4360 lisp/gnus/.dir-locals.el.
4361
4362 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4363
4364 * configure.in: Fix check for librsvg, imagemagick and
4365 MagickExportImagePixels.
4366
4367 2010-08-18 Joakim Verona <joakim@verona.se>
4368
4369 * Makefile.in, configure.in: Checks for ImageMagick.
4370
4371 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4372
4373 * configure.in (AC_PREREQ): Require autoconf 2.65.
4374
4375 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4376
4377 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4378
4379 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4380
4381 * configure.in: Add AC_C_BIGENDIAN.
4382
4383 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4384
4385 * configure.in (ORDINARY_LINK): Use on hpux* too.
4386
4387 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4388
4389 * configure.in: Check for util.h.
4390 Use -Wimplicit-function-declaration if compiler supports it.
4391
4392 2010-08-05 Eli Zaretskii <eliz@gnu.org>
4393
4394 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
4395
4396 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
4397
4398 * configure.in: Restore accidentally removed use of
4399 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
4400
4401 2010-07-29 Chad Brown <yandros@mit.edu>
4402
4403 * configure.in: Check for dirent.h.
4404
4405 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4406
4407 * configure.in: Remove reference to usg5-4, unused.
4408
4409 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4410
4411 * configure.in: Check for __executable_start.
4412
4413 2010-07-24 Ken Brown <kbrown@cornell.edu>
4414
4415 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4416
4417 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4420
4421 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4422
4423 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4424
4425 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4426
4427 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4428 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4429 (C_OPTIMIZE_SWITCH): Remove.
4430 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4431
4432 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4433
4434 * configure.in: Don't check for index and rindex, check for strchr
4435 and strrchr. Define strchr and strrchr as index and rindex,
4436 resp., in src/config.h if not available.
4437
4438 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4439
4440 * configure.in: Use -Wold-style-definition if available.
4441 This helps with the transition to standard C code, it can be
4442 removed when done.
4443
4444 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4445
4446 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4447 and MSWindows.
4448
4449 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4450
4451 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
4452 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4453
4454 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4455
4456 * configure.in (getenv): Remove K&R declaration.
4457
4458 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4459
4460 * configure.in: Remove define __P.
4461
4462 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4463
4464 * configure.in (--enable-use-lisp-union-type): New flag.
4465
4466 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4467
4468 Fix CFLAGS for non-GCC compilers.
4469 * configure.in (CFLAGS): Always use -g like it was done before the
4470 2010-03-30 change.
4471 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4472 (Bug#6538)
4473
4474 2010-06-30 Glenn Morris <rgm@gnu.org>
4475
4476 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4477 Set with AC_DEFINE rather than AH_BOTTOM.
4478
4479 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4480 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4481 Set with shell, not cpp.
4482 (LIBX): Remove, just use -lX11 in the one place this was used.
4483 (cannot_dump): Replace with CANNOT_DUMP.
4484
4485 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4486
4487 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
4488 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4489 by minimum required Gtk+ 2.6). Add checks for functions introduced
4490 in Gtk+ 2.14 or newer (bug#6505).
4491
4492 2010-06-26 Eli Zaretskii <eliz@gnu.org>
4493
4494 * config.bat: Remove white space around "+" in COPY commands.
4495
4496 2010-06-23 Glenn Morris <rgm@gnu.org>
4497
4498 * info/dir: Start descriptions in column 32, per Texinfo convention.
4499
4500 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
4501
4502 * INSTALL: Update font information (Bug#6389).
4503
4504 2010-06-16 Glenn Morris <rgm@gnu.org>
4505
4506 * INSTALL: General update.
4507
4508 2010-06-12 Glenn Morris <rgm@gnu.org>
4509
4510 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4511
4512 2010-06-11 Glenn Morris <rgm@gnu.org>
4513
4514 * configure.in (--without-compress-info): New option.
4515 (GZIP_INFO): New output variable.
4516
4517 * Makefile.in (GZIP_INFO): New, set by configure.
4518 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4519 Handle man pages in the same way.
4520
4521 2010-06-10 Glenn Morris <rgm@gnu.org>
4522
4523 * Makefile.in (install-arch-indep): Gzip the info files too.
4524
4525 * make-dist: Remove references to non-existent directories and files.
4526
4527 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4528
4529 * configure.in: Include <strings.h> and <string.h> instead of
4530 "strings.h" and "string.h".
4531
4532 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4533
4534 * configure.in: Remove code dealing with BSTRING.
4535
4536 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4537
4538 * configure.in (AC_PREREQ): Require autoconf 2.65.
4539
4540 * configure.in (unxec): Do not define and substitute.
4541 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4542
4543 2010-06-03 Glenn Morris <rgm@gnu.org>
4544
4545 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4546
4547 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4548
4549 Fix alloca definition when using gcc on non-gnu systems.
4550 * configure.in: Use the code sequence indicated by "info autoconf"
4551 for alloca (bug#6170).
4552
4553 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * .bzrignore: Ignore new files from trunk, which appear if you use
4556 colocated branches (i.e. "bzr switch").
4557
4558 2010-05-28 Glenn Morris <rgm@gnu.org>
4559
4560 * configure.in: Simplify some of the $canonical tests.
4561
4562 2010-05-27 Glenn Morris <rgm@gnu.org>
4563
4564 * config.bat: Do not preprocess src/Makefile.in.
4565
4566 * configure.in: Do not preprocess src/Makefile.in.
4567 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4568 (AC_EGREP_CPP): Test no longer needed.
4569
4570 * make-dist: No more Makefile.c files.
4571
4572 2010-05-26 Glenn Morris <rgm@gnu.org>
4573
4574 * configure.in (YMF_PASS_LDFLAGS): Remove.
4575 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4576
4577 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4578 Add $GNUSTEP_LOCAL_HEADERS.
4579 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4580
4581 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4582 (GNUSTEP_MAKEFILES): Remove.
4583 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4584 stuff to here.
4585
4586 2010-05-25 Glenn Morris <rgm@gnu.org>
4587
4588 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4589 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4590
4591 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4592 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4593 here instead.
4594
4595 2010-05-24 Romain Francoise <romain@orebokech.com>
4596
4597 * make-dist: Look for version in src/emacs.c.
4598 Use lisp/subr.el rather than lisp/version.el for location check.
4599
4600 2010-05-21 Glenn Morris <rgm@gnu.org>
4601
4602 * configure.in (MKDEPDIR): Parallel build tweak.
4603
4604 * configure.in (ns_frag): New output file.
4605
4606 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4607 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4608
4609 * configure.in (cannot_dump): New output variable.
4610
4611 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4612
4613 * configure.in: On NetBSD, if terminfo is found, use it in
4614 preference to termcap. (Bug#6190)
4615
4616 2010-05-20 Glenn Morris <rgm@gnu.org>
4617
4618 * make-dist (src): Include *.mk.
4619 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4620 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4621 (deps_frag): New output file.
4622 (AUTO_DEPEND): Remove this definition.
4623
4624 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4625
4626 2010-05-19 Glenn Morris <rgm@gnu.org>
4627
4628 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4629 (ORDINARY_LINK): New AC_DEFINE.
4630 (LIB_GCC): No need to set if ORDINARY_LINK.
4631
4632 2010-05-18 Glenn Morris <rgm@gnu.org>
4633
4634 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4635 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4636
4637 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4638 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4639 (RALLOC_OBJ): New output variable.
4640
4641 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4642 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4643
4644 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * Makefile.in (src): Provide the name of the VCS file that witnesses
4647 a pull.
4648 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4649
4650 2010-05-17 Glenn Morris <rgm@gnu.org>
4651
4652 * configure.in (OLDXMENU_DEPS): New output variable.
4653
4654 2010-05-16 Glenn Morris <rgm@gnu.org>
4655
4656 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4657
4658 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4659 * Makefile.in (install-arch-dep): Update for above change.
4660
4661 * Makefile.in (ns_appdir): Remove.
4662 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4663
4664 * configure.in (TEMACS_LDFLAGS2): New output variable.
4665
4666 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4667 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4668 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4669 nothing uses.
4670
4671 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4672
4673 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4674 does not use them.
4675 (X11R5_INHIBIT_I18N): Remove, unused.
4676
4677 2010-05-15 Glenn Morris <rgm@gnu.org>
4678
4679 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4680
4681 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4682
4683 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4684
4685 * configure.in: Look for version string in its new location.
4686
4687 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4688
4689 * config.bat: Remove support for DJGPP v1.x.
4690
4691 2010-05-15 Glenn Morris <rgm@gnu.org>
4692
4693 * configure.in (OLDXMENU_TARGET): New output variable.
4694
4695 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4696
4697 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4698 and other files that no longer exist.
4699
4700 2010-05-14 Glenn Morris <rgm@gnu.org>
4701
4702 * configure.in (cpp_undefs): Add mktime, register, X11.
4703
4704 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4705 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4706 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4707
4708 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4709 (GNUSTEP_MAKEFILES): Do not output.
4710
4711 2010-05-13 Glenn Morris <rgm@gnu.org>
4712
4713 * configure.in: Fix some paren typos.
4714
4715 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4716
4717 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4718
4719 2010-05-12 Glenn Morris <rgm@gnu.org>
4720
4721 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4722
4723 * configure.in (LIB_GCC): New output variable.
4724
4725 2010-05-11 Glenn Morris <rgm@gnu.org>
4726
4727 * make-dist (msdos): No more mainmake.
4728
4729 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4730 * config.bat: Do not run cpp on lib-src/Makefile.in.
4731
4732 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4733
4734 2010-05-10 Glenn Morris <rgm@gnu.org>
4735
4736 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4737
4738 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4739 (BLESSMAIL_TARGET): New output variable.
4740
4741 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4742
4743 * INSTALL: Fix typos.
4744
4745 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * configure.in: Add check for buggy version of GCC (Bug#6031).
4748
4749 2010-05-08 Glenn Morris <rgm@gnu.org>
4750
4751 * configure.in (HAVE_LIBNCURSES): New local variable.
4752 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4753 replacing cpp in src/s/*.h and src/Makefile.in.
4754
4755 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4756
4757 * Version 23.2 released.
4758
4759 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * configure.in: Add tests for `isnan' and `copysign'.
4762
4763 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4764
4765 * config.bat: Allow for 2 leading `#'s in comments in
4766 src/Makefile.in.
4767
4768 2010-05-07 Glenn Morris <rgm@gnu.org>
4769
4770 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4771 Merges logic from src/s/* and src/Makefile.in.
4772 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4773
4774 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4775
4776 Define START_FILES and LIB_STANDARD using autoconf.
4777 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4778 here from src/s/*.h.
4779 (HAVE_CRTIN): Remove, inline logic in the netbsd
4780 START_FILES/LIB_STANDARD computation.
4781
4782 2010-05-06 Glenn Morris <rgm@gnu.org>
4783
4784 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4785
4786 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4787 (LD_SWITCH_X_SITE): Remove unused variables.
4788
4789 2010-05-04 Glenn Morris <rgm@gnu.org>
4790
4791 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4792 as well.
4793 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4794
4795 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4796
4797 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4798 variables, replacing c_switch_machine, c_switch_system.
4799 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4800 @c_switch_system@.
4801
4802 2010-05-03 Glenn Morris <rgm@gnu.org>
4803
4804 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4805
4806 * make-dist: There are no more src/m/*.inp files.
4807
4808 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4809
4810 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4811 (ac_link): Do not use ld_switch_machine.
4812
4813 2010-05-01 Glenn Morris <rgm@gnu.org>
4814
4815 * configure.in (OTHER_OBJ): Remove.
4816 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4817
4818 2010-04-30 Glenn Morris <rgm@gnu.org>
4819
4820 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4821 Elsewhere, maybe include it.
4822
4823 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4824 (OLDXMENU, LIBXMENU): New output variables.
4825
4826 * configure.in (OTHER_OBJ): New output variable.
4827
4828 2010-04-28 Glenn Morris <rgm@gnu.org>
4829
4830 * configure.in (CYGWIN_OBJ): New output variable.
4831
4832 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4833
4834 * configure.in (FONT_OBJ): New output variable.
4835
4836 * configure.in (LIBXMU): New output variable.
4837
4838 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4839
4840 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4841 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4842
4843 2010-04-27 Glenn Morris <rgm@gnu.org>
4844
4845 * configure.in (LIBXTR6): New output variable. Move unixware special
4846 case here from src/s/unixware.h.
4847
4848 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4849 in Makefiles.
4850 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4851
4852 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4853 (LIBXP): No longer substitute in Makefiles.
4854 (MOTIF_LIBW): New output variable. Move system-specific settings here
4855 from src/s files.
4856
4857 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4858
4859 Reduce CPP usage.
4860 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4861 (unexec): Define unconditionally, all platforms define
4862 UNEXEC. AC_SUBST it.
4863 (UNEXEC_SRC): Remove, unused.
4864 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4865
4866 2010-04-27 Glenn Morris <rgm@gnu.org>
4867
4868 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4869 replaced by LIBXP.
4870
4871 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4872 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4873 On hpux10-20, default to /lib.
4874
4875 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4876
4877 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4878
4879 * configure.in (LIBS_MACHINE): Remove, unused.
4880
4881 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4882
4883 2010-04-24 Glenn Morris <rgm@gnu.org>
4884
4885 * configure.in (CRT_DIR): New output variable.
4886 (--with-crt-dir): New option. (Bug#5655)
4887 (HAVE_LIB64_DIR): Remove.
4888
4889 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4890
4891 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4892
4893 2010-04-22 Miles Bader <miles@gnu.org>
4894
4895 * configure.in: Get rid of "unix" pre-defined macro when
4896 preprocessing Makefile. (Bug#5857)
4897
4898 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4899
4900 Avoid non-portable shell command negation
4901 * configure.in: Revert last change.
4902
4903 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4904
4905 * configure.in: Change "if test ! -f" to "if ! test -f".
4906
4907 2010-04-21 Glenn Morris <rgm@gnu.org>
4908
4909 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4910 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4911
4912 2010-04-21 Karel Klíč <kklic@redhat.com>
4913
4914 * configure.in: New option: --with(out)-selinux, on by default.
4915 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4916 LIBSELINUX_LIBS in Makefiles.
4917
4918 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4919
4920 * configure.in: Remove all references to LIBX11_SYSTEM.
4921
4922 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4923
4924 * configure.in: Remove all references to C_DEBUG_SWITCH.
4925
4926 2010-03-27 Eli Zaretskii <eliz@gnu.org>
4927
4928 * config.bat <lib-src>: Edit out lines that begin with several #
4929 characters.
4930
4931 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4932
4933 * configure.in: Remove support for old UNIX System V systems and
4934 for Unixware on non-x86 machines.
4935
4936 * configure.in: Remove support for Solaris on PPC and for old versions.
4937
4938 * configure.in: Remove non-working lynxos port.
4939
4940 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4941
4942 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4943
4944 2010-03-19 Glenn Morris <rgm@gnu.org>
4945
4946 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4947 happy.
4948
4949 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4950
4951 * configure.in: Check for tputs and friends, abort if not
4952 found (bug#5735).
4953
4954 2010-03-18 Glenn Morris <rgm@gnu.org>
4955
4956 * configure.in (--with-x-toolkit): In the help text, say which options
4957 are synonyms.
4958
4959 * configure.in (--with-mmdf, --with-mail-unlink):
4960 New options, off by default.
4961 (--with-mailhost): New option to set default POP host.
4962 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4963 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4964 New variables, substituted in Makefiles.
4965 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4966 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4967 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4968 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4969 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4970
4971 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4972
4973 * Makefile.in (uninstall): Handle the case where archlibdir does not
4974 exist. (Bug#5720)
4975
4976 2010-03-12 Eli Zaretskii <eliz@gnu.org>
4977
4978 These changes remove termcap.c from the build on POSIX platforms.
4979 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4980
4981 * configure: Regenerated.
4982
4983 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * Branch for 23.2.
4986
4987 2010-01-31 Juri Linkov <juri@jurta.org>
4988
4989 * .bzrignore: Add TAGS-LISP.
4990
4991 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4992
4993 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4994 this header file).
4995
4996 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * .bzrignore: Ignore all .exe, instead of individual files.
4999
5000 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
5001
5002 * configure.in: Explicitly check for and link to -lXrender.
5003
5004 2010-01-12 Glenn Morris <rgm@gnu.org>
5005
5006 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5007 for bug reports for development versions.
5008
5009 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5010
5011 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5012 build.
5013
5014 2009-12-27 Karl Fogel <kfogel@red-bean>
5015
5016 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5017 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5018
5019 2009-12-17 Glenn Morris <rgm@gnu.org>
5020
5021 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5022
5023 2009-12-15 Glenn Morris <rgm@gnu.org>
5024
5025 * info/dir: Add EDT entry.
5026 * Makefile.in (INFO_FILES): Add edt.
5027
5028 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5029
5030 * configure.in: Check for RSVG if GNUstep is used.
5031
5032 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5033
5034 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5035
5036 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5037
5038 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5039
5040 2009-12-01 Glenn Morris <rgm@gnu.org>
5041
5042 * make-dist: Add etc/images/mpc directory.
5043
5044 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5045
5046 * configure.in: Don't check for GConf unless X is used.
5047
5048 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * configure.in: Use -Wdeclaration-after-statement if available.
5051
5052 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5053
5054 * configure.in: New option: --with(out)-gconf.
5055 Set HAVE_GCONF if we find gconf.
5056
5057 2009-11-17 Glenn Morris <rgm@gnu.org>
5058
5059 * Makefile.in (INFO_FILES): Add semantic.
5060
5061 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5062
5063 * info/dir: Add Semantic.
5064
5065 2009-11-16 Glenn Morris <rgm@gnu.org>
5066
5067 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5068 pattern, so as not to exclude makefile*.el. (Bug#4912)
5069
5070 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5071
5072 * configure.in: --enable-autodepend is new. Check for GNU Make
5073 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5074 gcc and GNU make to generate dependencies.
5075
5076 2009-10-27 Glenn Morris <rgm@gnu.org>
5077
5078 * make-dist: Make links to doc/lispintro/*.pdf.
5079
5080 2009-10-23 Jim Meyering <meyering@redhat.com>
5081
5082 * configure.in: Invoke $CPP with -P when creating Makefile and
5083 src/Makefile. Without this, gcc 4.4.2 converts each
5084 backslash-newline pair in the input to a bare newline, yielding
5085 invalid Makefiles.
5086
5087 * configure: Regenerate.
5088
5089 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5090
5091 * configure.in (vax-dec-vms): Remove, not supported anymore.
5092
5093 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5094
5095 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5096 (*-apple-darwin*): Add x86_64 architecture.
5097
5098 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5099
5100 * config.guess, config.sub: Updated from master source.
5101
5102 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5103
5104 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5105
5106 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5107
5108 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5109
5110 2009-09-29 Glenn Morris <rgm@gnu.org>
5111
5112 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5113
5114 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5115
5116 * config.guess, config.sub: Updated from master source.
5117
5118 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5119
5120 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5121
5122 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
5123
5124 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5125
5126 * INSTALL: Update URL for GNU FreeFont.
5127
5128 2009-09-09 Glenn Morris <rgm@gnu.org>
5129
5130 * Makefile.in (install-arch-indep): Don't recursively change perms of
5131 site-lisp and infodir. There may be non-Emacs files in here, and the
5132 files supplied by Emacs are all handled explicitly already. (Bug#3800)
5133 (mkdir): Set umask to world-readable before creating directories.
5134 mkinstalldirs already checks if dirs exist, don't duplicate this test.
5135
5136 2009-08-29 Glenn Morris <rgm@gnu.org>
5137
5138 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
5139 (info): Don't give an error in the absence of makeinfo - let the doc
5140 Makefiles do that, if the info files need rebuilding. (Bug#3982)
5141
5142 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5143
5144 * Makefile.in (install-arch-indep): If the versioned DOC-####
5145 generated during loadup+dump isn't found, install the plain DOC
5146 file that always gets generated, in case CANNOT_DUMP is set.
5147
5148 * configure.in: Warn if package version specified here doesn't
5149 match the version in version.el.
5150 * configure: Regenerate.
5151
5152 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5153
5154 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5155
5156 * configure: Regenerate.
5157
5158 2009-08-19 Glenn Morris <rgm@gnu.org>
5159
5160 * INSTALL: Remove reference to cvtmail.
5161
5162 2009-08-15 CHENG Gao <chenggao@gmail.com>
5163
5164 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5165
5166 2009-08-02 Kevin Ryde <user42@zip.com.au>
5167
5168 * INSTALL: Fix free fonts URL.
5169
5170 2009-07-22 Glenn Morris <rgm@gnu.org>
5171
5172 * configure.in (AC_PREREQ): Require autoconf 2.62.
5173
5174 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5175
5176 * configure.in (--enable-checking, --enable-profiling):
5177 Use AS_HELP_STRING.
5178
5179 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5180
5181 * configure.in (--enable-profiling): New option.
5182 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5183
5184 2009-06-27 Glenn Morris <rgm@gnu.org>
5185
5186 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5187
5188 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5189
5190 * configure.in (--enable-checking): New option.
5191
5192 2009-06-24 Glenn Morris <rgm@gnu.org>
5193
5194 * make-dist: Warn if subdir does not exist in source.
5195 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
5196 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
5197 No longer make links.
5198
5199 2009-06-24 Yavor Doganov <yavor@gnu.org>
5200
5201 * make-dist (tempdir): Don't create directories preferences.gorm
5202 and preferences.nib, they are no longer required.
5203
5204 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * Branch for 23.1.
5207
5208 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * configure.in: Delete mac-fix-env target, which has been
5211 removed (Bug#3531).
5212
5213 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
5216
5217 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
5218
5219 * BUGS: Use new binding of view-emacs-problems.
5220
5221 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
5222
5223 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
5224 for Solaris compatibility.
5225
5226 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5227
5228 * configure: Regenerate.
5229
5230 * configure.in: Disable use of FreeType without libXft.
5231
5232 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5233
5234 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
5235 Check if it is declared in gtk.h.
5236
5237 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
5238
5239 * Makefile.in (install-arch-indep): Remove .gitignore files.
5240
5241 2009-04-03 Kenichi Handa <handa@m17n.org>
5242
5243 * INSTALL: Make the section "Complex Text Layout support
5244 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
5245
5246 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
5247
5248 * configure.in (rs6000-ibm-aix6*): Fix typo.
5249
5250 2009-03-04 Glenn Morris <rgm@gnu.org>
5251
5252 * Makefile.in (INFO_FILES): Add auth.
5253
5254 2009-03-03 Glenn Morris <rgm@gnu.org>
5255
5256 * info/dir: Add Auth-source.
5257
5258 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
5261 the second.
5262
5263 2009-02-28 Eli Zaretskii <eliz@gnu.org>
5264
5265 * config.bat: Copy .dbxinit to _dbxinit.
5266
5267 * make-dist (Making links to `info'): Remove .gitignore.
5268
5269 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * Makefile.in (lib-src, lisp): Use simpler rule.
5272 (src): Be more specific to avoid recompiling all the .elc files just
5273 because the bootstrap-emacs is missing.
5274
5275 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * configure.in: Require librsvg >= 2.11.
5278
5279 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5280
5281 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
5282 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
5283
5284 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5285
5286 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
5287
5288 2009-02-03 Glenn Morris <rgm@gnu.org>
5289
5290 * make-dist: Add some missing files, remove some that are no longer
5291 present.
5292
5293 2009-02-02 Glenn Morris <rgm@gnu.org>
5294
5295 * make-dist: Add some missing nextstep/ files.
5296
5297 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5298
5299 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5300
5301 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5302
5303 * configure.in: Add support for m68k-*-netbsd.
5304
5305 2009-01-14 Juri Linkov <juri@jurta.org>
5306
5307 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5308
5309 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5310 and bug-reference-mode.
5311
5312 2009-01-11 Juri Linkov <juri@jurta.org>
5313
5314 * INSTALL.CVS: Move configuration explicitly to the first step.
5315
5316 2009-01-09 Glenn Morris <rgm@gnu.org>
5317
5318 * .dir-locals.el: Don't set indent-tabs-mode.
5319
5320 2008-12-30 Kenichi Handa <handa@m17n.org>
5321
5322 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5323 the function OTF_get_variation_glyphs.
5324
5325 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5326
5327 * Makefile.in (install-arch-dep): Remove old directories in
5328 ns_app* before moving new directories there.
5329
5330 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5331
5332 * .dir-locals.el: Remove non-working entry for pmail.
5333 (fill-column): Fix typo.
5334 (change-log-mode): Add fill column.
5335
5336 2008-12-26 Eli Zaretskii <eliz@gnu.org>
5337
5338 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5339
5340 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5341
5342 * make-dist (tempdir): Distribute .dir-locals.el.
5343
5344 * .dir-locals.el: New file.
5345
5346 2008-12-19 Eli Zaretskii <eliz@gnu.org>
5347
5348 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5349 for rationale.
5350
5351 2008-12-13 Glenn Morris <rgm@gnu.org>
5352
5353 * Makefile.in (install-arch-indep): Add new man-pages.
5354 (manext): Remove variable.
5355 (MAN_PAGES): New variable.
5356 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5357 and remove.
5358 (uninstall): Remove desktop file and icons, game scores if empty.
5359
5360 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5361
5362 * config.guess, config.sub: Updated from master source.
5363
5364 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5365
5366 * Makefile.in (install-arch-indep): Install ebrowse.1.
5367
5368 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5369
5370 * configure.in: Add Solaris on x86_64.
5371
5372 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5373
5374 * config.guess, config.sub: Updated from master source.
5375
5376 2008-12-08 Eli Zaretskii <eliz@gnu.org>
5377
5378 * info/dir: Fix last change.
5379
5380 2008-12-07 Eli Zaretskii <eliz@gnu.org>
5381
5382 * info/dir: Untabify.
5383
5384 2008-11-28 Ulrich Müller <ulm@gentoo.org>
5385
5386 * configure.in: Fix last change.
5387
5388 2008-11-28 Richard M Stallman <rms@gnu.org>
5389
5390 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5391 New configurations.
5392
5393 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5394
5395 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
5396 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5397
5398 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5399
5400 * Makefile.in (INFO_FILES): Remove ns-emacs.
5401
5402 * info/dir (NS-Emacs): Remove entry.
5403
5404 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5405
5406 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5407
5408 2008-11-07 Glenn Morris <rgm@gnu.org>
5409
5410 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5411
5412 2008-10-31 Eli Zaretskii <eliz@gnu.org>
5413
5414 * config.bat: Tell user to expect one "File not found" message
5415 while the `doc' directory is being configured.
5416
5417 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * update-subdirs: Put obsolete directory last.
5420
5421 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5422
5423 * configure.in: Check fontconfig always.
5424
5425 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5426
5427 * configure (*-solaris2.[7-9]*): Fix typo.
5428
5429 2008-10-24 Glenn Morris <rgm@gnu.org>
5430
5431 * configure.in (--without-sync-input, --with-pkg-config-prog):
5432 Help strings start with lower case.
5433 (--with-gnustep-conf): New option.
5434 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5435
5436 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
5437
5438 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5439 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5440 is not found. (Bug#1230)
5441
5442 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5443
5444 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5445 Use sol2-6.h for Solaris 7-9.
5446
5447 2008-10-18 Ulrich Müller <ulm@gentoo.org>
5448
5449 * configure.in: Add support for GNU/Linux on SuperH.
5450
5451 2008-10-12 Andreas Schwab <schwab@suse.de>
5452
5453 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5454
5455 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
5456
5457 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5458 "X") to avoid confusion.
5459
5460 * configure: Regenerate.
5461
5462 2008-09-07 Romain Francoise <romain@orebokech.com>
5463
5464 * make-dist: Distribute doc/man/ChangeLog.
5465
5466 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * configure.in: Disable XFT and Freetype when without X.
5469
5470 * configure: Regenerate.
5471
5472 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5473
5474 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5475
5476 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5477
5478 * configure.in (GNUSTEP_SYSTEM_HEADERS):
5479 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
5480
5481 * configure: Regenerate.
5482
5483 2008-08-20 Eli Zaretskii <eliz@gnu.org>
5484
5485 * configure.in: Move "#define subprocesses" before
5486 config_opsysfile is included.
5487
5488 2008-08-19 Kenichi Handa <handa@m17n.org>
5489
5490 * INSTALL (Extra fonts): Mention local fonts, don't mention
5491 mule-unicode.
5492
5493 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * make-dist: Omit info/.arch-inventory.
5496
5497 2008-08-16 Jason Rumney <jasonr@gnu.org>
5498
5499 * make-dist (tempdir/nt): Link emacsclient.rc.
5500
5501 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5502
5503 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5504 AC_SUBST it.
5505 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5506 AC_SUBST it.
5507 (OTHER_FILES): Always define for HAVE_NS.
5508 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5509 * configure: Regenerate.
5510
5511 2008-08-07 Andreas Schwab <schwab@suse.de>
5512
5513 * configure.in: Correctly handle
5514 --enable-cocoa-experimental-ctrl-g=no and
5515 --enable-ns-self-contained=yes.
5516
5517 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5518
5519 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
5520 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5521 Don't bother undef'ing since won't have desired effect.
5522
5523 2008-08-06 Andreas Schwab <schwab@suse.de>
5524
5525 * configure.in: Fix quoting.
5526
5527 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
5528
5529 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5530
5531 2008-08-05 Ulrich Müller <ulm@gentoo.org>
5532
5533 * configure.in: Add checks for krb5_error.text and
5534 krb5_error.e_text struct members.
5535
5536 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * configure.in: Test for existence of NSInteger.
5539 Suggested by Yavor Doganov.
5540
5541 2008-08-02 Romain Francoise <romain@orebokech.com>
5542
5543 * Makefile.in (INFO_FILES): Add mairix-el.
5544
5545 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5546
5547 * make-dist:
5548 * README: Remove VMS support.
5549 * vms: Remove directory.
5550
5551 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * configure.in (MULTI_KBOARD): Remove.
5554
5555 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5556
5557 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5558
5559 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * info/dir (File): Add mairix-el.
5562
5563 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5564
5565 Remove support for Mac Carbon.
5566 * mac: Remove directory.
5567 * make-dist:
5568 * configure.in:
5569 * README:
5570 * Makefile.in:
5571 * INSTALL: Remove code for Carbon.
5572 * configure: Regenerate.
5573
5574 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5575
5576 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5577
5578 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5579
5580 * configure.in: Check for getrlimit.
5581
5582 * configure: Regenerate.
5583
5584 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5587 in src/Makefile.in.
5588 (static): Remove, autoconf would always comment it out anyway.
5589 (subprocesses): Define unconditionally.
5590
5591 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5592
5593 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5594 compilation under GNUstep.
5595
5596 2008-07-18 Kenichi Handa <handa@m17n.org>
5597
5598 * INSTALL (Complex Text Layout support libraries): Delete the
5599 paragraph about --enable-font-backend.
5600
5601 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5602
5603 * configure.in: Print out some info to user for NeXTstep builds.
5604 (ns-app): Remove enable option.
5605 (ns-self-contained): Add enable option.
5606 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5607 GNUstep, use to set install prefixes, and substitute in Makefiles.
5608 * configure: Regenerate.
5609 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5610 NS app bundle.
5611
5612 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5615
5616 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5617
5618 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5619 NS_IMPL_COCOA.
5620
5621 2008-07-16 Glenn Morris <rgm@gnu.org>
5622
5623 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5624 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5625 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5626 never unset.
5627
5628 * make-dist: Add nextstep/ directories.
5629 (src, lib-src): Add .m files.
5630
5631 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5632
5633 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5634 (USER_FULL_NAME): Remove, not used anymore.
5635 * configure: Regenerate.
5636
5637 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5638
5639 Changes and additions for NeXTstep windowing system (Cocoa and
5640 GNUstep) support.
5641
5642 * configure.in: Add support for NS window system: --with-ns (default
5643 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5644 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5645 disable font backend if window system is "none", not if !HAVE_X11.
5646 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5647 (install-arch-dep): Add commands to assemble NS .app package.
5648
5649 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5650
5651 * configure.in: Use macppc for Darwin. Remove references to
5652 desupported systems.
5653 * configure: Regenerate.
5654
5655 2008-07-05 Glenn Morris <rgm@gnu.org>
5656
5657 * make-dist (EMACS): Doc fix.
5658 (lisp): There are no *.dat or image files here any more.
5659 (src): There are no *.s files here any more.
5660 (etc/images, etc/images/*): Link to most regular files.
5661
5662 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5663
5664 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5665
5666 2008-07-01 Glenn Morris <rgm@gnu.org>
5667
5668 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5669 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5670 and explicitly export there. (Bug#507.)
5671
5672 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * configure.in:
5675 * configure: Remove references to obsolete systems.
5676
5677 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5678
5679 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5680 make it depend on all other */.in files.
5681 (src/Makefile, src/config.stamp, lib-src/Makefile)
5682 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5683 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5684 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5685 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5686
5687 * configure.in: Don't create src/config.stamp any more.
5688
5689 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5692
5693 2008-06-22 Glenn Morris <rgm@gnu.org>
5694
5695 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5696
5697 2008-06-21 Romain Francoise <romain@orebokech.com>
5698
5699 * Makefile.in (INFO_FILES): Add sasl.
5700
5701 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5704 (bootstrap-build): Remove.
5705 (top_bootclean): New var.
5706 (top_distclean, bootstrap-clean): Use it.
5707 (bootstrap): Don't recheck config. Make normally.
5708
5709 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * Makefile.in (SUBDIR): Include `lisp'.
5712 (lisp): Depend on `src'.
5713 (top_distclean): Don't remove config.status.
5714 (bootstrap-clean): New target.
5715 (maintainer-clean): Use it.
5716 (bootstrap): Use bootstrap-clean. Re-run config.status.
5717 (src/bootstrap-emacs${EXEEXT}): New target.
5718 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5719 src/Makefile now takes care of it.
5720 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5721
5722 2008-06-15 Glenn Morris <rgm@gnu.org>
5723
5724 * info/dir: Add sasl.
5725
5726 2008-06-09 Alan Mackenzie <acm@muc.de>
5727
5728 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5729
5730 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5731
5732 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5733
5734 2008-06-07 Glenn Morris <rgm@gnu.org>
5735
5736 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5737 serve no purpose.
5738
5739 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5740
5741 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5742 * configure: Regenerate.
5743
5744 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5747
5748 2008-05-14 Kenichi Handa <handa@m17n.org>
5749
5750 * configure: Regenerate.
5751
5752 * configure.in: Don't handle --disable-font-backend. Don't print
5753 a message about a font backend.
5754
5755 2008-05-09 Glenn Morris <rgm@gnu.org>
5756
5757 * configure.in: Make absence of makeinfo a fatal error only if the info
5758 files don't exist.
5759 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5760
5761 2008-05-07 Eli Zaretskii <eliz@gnu.org>
5762
5763 * config.bat: Fix last change: don't use < and > in "rem" lines,
5764 they are interpreted as redirection by DOS shells.
5765
5766 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5767
5768 * configure.in: Check availability of AvailabilityMacros.h
5769 if HAVE_CARBON.
5770
5771 * configure: Regenerate.
5772
5773 2008-05-03 Glenn Morris <rgm@gnu.org>
5774
5775 * configure.in (x_libraries): Remove standard 64-bit directories -
5776 experimental workaround for minor autoconf bug.
5777
5778 * configure.in (--without-makeinfo): New option. If set,
5779 absence of suitable makeinfo is not a fatal error.
5780 * Makefile.in (MAKEINFO): New, set by configure.
5781 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5782 (info-real): New target.
5783 (info): Without makeinfo, do nothing, else call `info-real'.
5784
5785 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5786
5787 * configure.in: Remove hpux10.20 from the desupported list.
5788
5789 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5792
5793 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5796 rather than change CPPFLAGS.
5797 (HAVE_GTK): Rename to USE_GTK.
5798
5799 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5800
5801 * configure.in: Replace the obsolete macros AC_AIX and
5802 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5803
5804 2008-04-05 Andreas Schwab <schwab@suse.de>
5805
5806 * configure.in: No longer create admin/unidata/Makefile.
5807
5808 2008-03-28 Andreas Schwab <schwab@suse.de>
5809
5810 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5811 (lisp/Makefile): New rule.
5812
5813 2008-03-13 Glenn Morris <rgm@gnu.org>
5814
5815 * configure.in (AC_INIT): Fix version number.
5816 (sync-input): Reword the option, since it's on by default.
5817
5818 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5819
5820 * configure.in: Add --enable-sync-input, default yes.
5821
5822 2008-03-11 Glenn Morris <rgm@gnu.org>
5823
5824 * Makefile.in (install-etc, mkdir): Handle directory
5825 etc/images/icons/hicolor/*/mimetypes/.
5826
5827 * make-dist: Handle icons/hicolor/scalable directory.
5828
5829 2008-03-05 Glenn Morris <rgm@gnu.org>
5830
5831 * configure.in: Enable font-backend by default.
5832 (USE_FONT_BACKEND): Set to "no" in absence of X.
5833 (PKG_CONFIG): Don't set multiple times, once is enough.
5834 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5835
5836 2008-03-03 Glenn Morris <rgm@gnu.org>
5837
5838 * Makefile.in (iconsrcdir): New variable.
5839 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5840 directory.
5841
5842 2008-02-29 Glenn Morris <rgm@gnu.org>
5843
5844 * test/: New directory.
5845
5846 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5847
5848 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5849
5850 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5851
5852 * configure.in: Print an error for systems that we think are obsolete
5853 and are proposed to be removed. Remove some more unused systems.
5854 Add support for powerpc-ibm-aix6*.
5855
5856 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5857
5858 * configure.in: Remove references to obsolete variables and systems.
5859
5860 2008-02-21 Glenn Morris <rgm@gnu.org>
5861
5862 * Makefile.in (set_installuser): New.
5863 (install-arch-indep): Use set_installuser to avoid duplicate code.
5864
5865 * README.unicode: Split into admin/notes/unicode,font-backend and
5866 remove.
5867
5868 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5869
5870 * configure.in (arm*-*-freebsd*): Add.
5871
5872 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5873
5874 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5875 dealing with obsolete variables.
5876
5877 2008-02-08 Glenn Morris <rgm@gnu.org>
5878
5879 * Makefile.in (check-info-dir): New target.
5880
5881 2008-02-08 Michael Olson <mwolson@gnu.org>
5882
5883 * Makefile.in (INFO_FILES): Add epa.
5884
5885 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5886 features" section.
5887
5888 2008-02-06 Glenn Morris <rgm@gnu.org>
5889
5890 * configure.in (--with-gcc): Give an error saying this option has
5891 been removed.
5892 (--with-gtk): Remove this option.
5893
5894 2008-02-06 Tom Tromey <tromey@redhat.com>
5895
5896 * configure.in (--with-gcc): Remove.
5897 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5898
5899 2008-02-05 Ulrich Müller <ulm@gentoo.org>
5900
5901 * INSTALL: Recommend giflib, not libungif.
5902
5903 2008-02-05 Tom Tromey <tromey@redhat.com>
5904
5905 * configure.in (--with-dbus): Default to enabled.
5906
5907 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5908
5909 * INSTALL (Complex Text Layout support libraries): New section.
5910
5911 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5912
5913 * make-dist: Remove references to files in mac/ that have been
5914 deleted.
5915
5916 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5917
5918 * configure.in: For libotf and m17n-flt checks, set shell vars
5919 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5920 pkg_check_m17n_flt, respectively, for the sake of the summary output.
5921 Reported by Ulrich Müller.
5922
5923 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5924
5925 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5926 admin/unidata/Makefile.in to Makefile.
5927
5928 2008-02-02 Glenn Morris <rgm@gnu.org>
5929
5930 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5931 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5932 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5933
5934 2008-02-01 Miles Bader <miles@gnu.org>
5935
5936 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5937 [libotf], and [m17n-flt] options.
5938
5939 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5940
5941 * configure.in: Add EMACS_ARG_N([libotf]...), and
5942 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5943 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5944 CFLAGS, and LIBS in checking of m17n-flt.
5945
5946 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5947
5948 * configure.in: Check the availability of m17n-flt library.
5949
5950 2008-02-01 Kenichi Handa <handa@m17n.org>
5951
5952 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5953 not available.
5954
5955 2008-02-01 Kenichi Handa <handa@m17n.org>
5956
5957 * configure.in: New args --enable-font-backend, --with-xft,
5958 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5959 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5960 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5961 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5962
5963 2008-02-01 Kenichi Handa <handa@m17n.org>
5964
5965 * make-dist: Include etc/charsets in tarball.
5966
5967 2008-02-01 Kenichi Handa <handa@m17n.org>
5968
5969 * configure.in: While running cpp on junk.c, include
5970 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5971 exists.
5972
5973 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5974
5975 * configure.in (xtensa): Match more configurations.
5976
5977 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5978
5979 * configure.in: Update comment.
5980
5981 2008-01-26 Glenn Morris <rgm@gnu.org>
5982
5983 * configure.in (--without-gcc): By default, neither off nor on.
5984 (--with-carbon): Tone down rhetoric in help text.
5985
5986 2008-01-25 Glenn Morris <rgm@gnu.org>
5987
5988 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5989 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5990 Default `Carbon' to off (it's unsupported).
5991
5992 2008-01-24 Glenn Morris <rgm@gnu.org>
5993
5994 * configure.in: Standardize dbus-related messages.
5995
5996 2008-01-23 Michael Olson <mwolson@gnu.org>
5997
5998 * configure.in (pkg-config-prog): Remove initial whitespace.
5999
6000 2008-01-23 Tom Tromey <tromey@redhat.com>
6001
6002 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6003 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6004 Update all users.
6005
6006 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6007
6008 * config.guess, config.sub: Updated from master source.
6009
6010 2008-01-17 Andreas Schwab <schwab@suse.de>
6011
6012 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6013
6014 2008-01-17 Glenn Morris <rgm@gnu.org>
6015
6016 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6017
6018 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6019
6020 * configure.in: Remove more references to unsupported systems.
6021
6022 2008-01-16 Sven Joachim <svenjoac@gmx.de>
6023
6024 * make-dist: Add --lzma.
6025
6026 2008-01-16 Glenn Morris <rgm@gnu.org>
6027
6028 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6029 configure checks for this.
6030
6031 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6032
6033 * configure.in: Remove more references to unsupported systems.
6034
6035 2008-01-06 Romain Francoise <romain@orebokech.com>
6036
6037 * configure.in: Delete extra semicolons.
6038
6039 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * configure.in: Remove references to unsupported systems.
6042
6043 2008-01-05 Romain Francoise <romain@orebokech.com>
6044
6045 * make-dist: Add --bzip2. Update copyright.
6046
6047 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6048
6049 * configure.in: Remove support for Masscomp.
6050
6051 2008-01-05 Glenn Morris <rgm@gnu.org>
6052
6053 * Makefile.in (desktopdir, icondir): New variables.
6054 (install-arch-indep): Also depend on `install-etc'.
6055 (install-etc): New target.
6056 (mkdir): Also create the `applications' and `icons' directories.
6057
6058 2008-01-04 Glenn Morris <rgm@gnu.org>
6059
6060 * make-dist: Update for new etc/images/icons/hicolor directory.
6061
6062 2007-12-09 Andreas Schwab <schwab@suse.de>
6063
6064 * configure.in: D-Bus is not enabled by default.
6065
6066 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6067
6068 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6069 change.
6070
6071 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6072
6073 * configure.in: Give package name and version to AC_INIT.
6074
6075 2007-12-03 Magnus Henoch <mange@freemail.hu>
6076
6077 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6078
6079 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6080
6081 * configure.in: No need for DBUS_INFO anymore.
6082
6083 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6084
6085 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6086
6087 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6088
6089 * Makefile.in (INFO_FILES): Add dbus.
6090
6091 2007-12-02 Romain Francoise <romain@orebokech.com>
6092
6093 * make-dist: Fix last change.
6094
6095 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6096
6097 * configure.in: Add support for gnu-kfreebsd.
6098
6099 2007-11-28 Glenn Morris <rgm@gnu.org>
6100
6101 * make-dist: Add etc/nxml.
6102
6103 2007-11-24 Romain Francoise <romain@orebokech.com>
6104
6105 * Makefile.in (INFO_FILES): Add nxml-mode.
6106
6107 2007-11-23 Romain Francoise <romain@orebokech.com>
6108
6109 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6110 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6111
6112 2007-11-20 Andreas Schwab <schwab@suse.de>
6113
6114 * configure.in: Always include <resolv.h> when checking for res_init.
6115
6116 2007-11-17 Andreas Schwab <schwab@suse.de>
6117
6118 * update-subdirs: Atomically update subdirs.el.
6119
6120 2007-11-17 Glenn Morris <rgm@gnu.org>
6121
6122 * Makefile.in (check-declare): New target.
6123
6124 2007-11-07 Glenn Morris <rgm@gnu.org>
6125
6126 * configure.in: Deprecate Mac Carbon port.
6127
6128 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
6129
6130 * configure.in: Remove HAVE_X11R5 check.
6131
6132 2007-10-31 Glenn Morris <rgm@gnu.org>
6133
6134 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
6135 when changing ownership of installed files.
6136
6137 2007-10-30 Glenn Morris <rgm@gnu.org>
6138
6139 * make-dist: Add new directory etc/gnus.
6140
6141 2007-10-30 Michael Olson <mwolson@gnu.org>
6142
6143 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
6144
6145 2007-10-29 Glenn Morris <rgm@gnu.org>
6146
6147 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
6148
6149 2007-10-23 Glenn Morris <rgm@gnu.org>
6150
6151 * MAINTAINERS: Move to admin/.
6152
6153 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6154
6155 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6156 (HAVE_LIBRESOLV): Also define if we are using res_init().
6157
6158 2007-10-17 Glenn Morris <rgm@gnu.org>
6159
6160 * FTP: Remove file, since it's just a duplicate of one in etc/.
6161
6162 2007-10-05 Eli Zaretskii <eliz@gnu.org>
6163
6164 * config.bat: Fix configuring `doc' due to changes in the
6165 directory structure.
6166
6167 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6168
6169 * configure.in: Don't use -lpthread on HP-UX.
6170
6171 2007-09-16 Glenn Morris <rgm@gnu.org>
6172
6173 * make-dist: File gfdl.1 has been removed.
6174
6175 2007-09-15 Glenn Morris <rgm@gnu.org>
6176
6177 * configure.in: Fix makeinfo version regexp.
6178
6179 2007-09-12 Glenn Morris <rgm@gnu.org>
6180
6181 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6182 implementation of alloca is not found.
6183
6184 * Makefile.in (SOURCES, unlock, relock): Delete.
6185 (install-arch-indep): Do not exclude the etc/ Makefiles.
6186
6187 2007-09-09 Juri Linkov <juri@jurta.org>
6188
6189 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
6190
6191 * README: Add doc/ to documentation directories.
6192
6193 2007-09-08 Michael Olson <mwolson@gnu.org>
6194
6195 * MAINTAINERS: Add myself for ERC and tq.el.
6196 Update for new doc/ directory layout.
6197
6198 2007-09-06 Romain Francoise <romain@orebokech.com>
6199
6200 * make-dist: Update for new doc/ directory layout.
6201
6202 2007-09-06 Glenn Morris <rgm@gnu.org>
6203
6204 * Makefile.in (mansrcdir): New variable.
6205 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
6206 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
6207 update these targets for new doc/ directory layout.
6208 (doc/misc/Makefile): New target.
6209 (install-arch-indep): Use mansrcdir for new location of manpages.
6210 (mostlyclean, clean, distclean, maintainer-clean, unlock)
6211 (relock, info, dvi): Update targets for new doc/ directory layout.
6212
6213 * configure.in (AC_OUTPUT): Update names of generated Makefiles
6214 for new doc/ directory layout.
6215
6216 2007-09-02 Andreas Schwab <schwab@suse.de>
6217
6218 * configure.in: Use AS_HELP_STRING throughout.
6219 * configure: Regenerate.
6220
6221 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
6222
6223 * configure.in: Require Gtk/Glib 2.6.
6224
6225 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6226
6227 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
6228 Use them throughout in place of AC_ARG_WITH calls.
6229 * configure: Regenerate.
6230
6231 2007-09-01 Andreas Schwab <schwab@suse.de>
6232
6233 * configure.in: Put quotes around nested macro calls.
6234
6235 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
6236
6237 * configure.in: Fix typo.
6238 * configure: Regenerate.
6239
6240 2007-08-30 Glenn Morris <rgm@gnu.org>
6241
6242 * configure.in (AH_BOTTOM): Copy some manual changes made to
6243 src/config.in here so they are not lost when it regenerates.
6244
6245 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
6246
6247 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
6248
6249 * README.multi-tty: New file.
6250
6251 2007-08-29 Glenn Morris <rgm@gnu.org>
6252
6253 * README: Increase version to 23.0.50.
6254
6255 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
6256
6257 * configure.in: New option: --without-xaw3d.
6258
6259 2007-08-24 Glenn Morris <rgm@gnu.org>
6260
6261 * configure.in: Check for a suitably recent makeinfo.
6262
6263 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6264
6265 * configure.in (Check for required libraries): Typo.
6266
6267 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6268
6269 * configure.in: Check librsvg2 also for Mac Carbon.
6270
6271 2007-08-22 Romain Francoise <romain@orebokech.com>
6272
6273 * make-dist: Follow reorganization of files in etc/.
6274
6275 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6276
6277 * configure.in: Add support for SVG images through librsvg2.
6278
6279 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6280
6281 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
6282 to avoid an error message if there is no DOC there.
6283
6284 2007-07-25 Glenn Morris <rgm@gnu.org>
6285
6286 * Relicense all FSF files to GPLv3 or later.
6287
6288 * COPYING, info/COPYING: Switch to GPLv3.
6289
6290 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
6291
6292 * configure.in: Complain if X seems to be installed but no
6293 development files were found.
6294
6295 2007-06-20 Glenn Morris <rgm@gnu.org>
6296
6297 * configure.in: Prefer libgif over libungif.
6298
6299 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6300
6301 * configure.in: Check for all image libraries before exiting.
6302
6303 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6304
6305 * configure.in: Exit with error if image libraries aren't found.
6306
6307 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
6308
6309 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6310 when compiling without scrollbars.
6311
6312 2007-06-12 Glenn Morris <rgm@gnu.org>
6313
6314 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6315
6316 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6317
6318 * configure.in: Change wording about yes/gtk and lucid/athena
6319 being synonyms.
6320
6321 2007-06-08 Glenn Morris <rgm@gnu.org>
6322
6323 * configure.in: Make gtk the default toolkit.
6324
6325 2007-06-07 Glenn Morris <rgm@gnu.org>
6326
6327 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6328 for a Sun C compiler.
6329
6330 * Makefile.in (install-arch-indep): Install only the DOC- file
6331 specific to the build, if possible, rather than DOC-*.
6332
6333 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * Version 22.1 released.
6336
6337 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * mkinstalldirs: Sync to version in automake CVS.
6340
6341 2007-05-22 Andreas Schwab <schwab@suse.de>
6342
6343 * configure.in: Prefer build_alias over host when host_alias is not set.
6344 * configure: Regenerate.
6345
6346 2007-05-20 Andreas Schwab <schwab@suse.de>
6347
6348 * configure.in: Remove empty AC_SUBST.
6349 * configure: Regenerate.
6350
6351 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6354 it like others.
6355 * configure: Regenerate.
6356
6357 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6358
6359 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6360 (AC_CHECK_LIB): Add -lgpm.
6361 * configure: Regenerate.
6362
6363 2007-05-03 Glenn Morris <rgm@gnu.org>
6364
6365 * configure: Tweak message about the absence of shell functions.
6366
6367 2007-04-27 Andreas Schwab <schwab@suse.de>
6368
6369 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6370
6371 2007-04-26 Glenn Morris <rgm@gnu.org>
6372
6373 * README: Increase version to 22.1.50.
6374
6375 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
6376
6377 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6378
6379 2007-04-19 Glenn Morris <rgm@gnu.org>
6380
6381 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6382
6383 2007-04-18 Glenn Morris <rgm@gnu.org>
6384
6385 * INSTALL: Mention CPP.
6386
6387 2007-04-15 Glenn Morris <rgm@gnu.org>
6388
6389 * FTP: Replace with a pointer to the web version.
6390
6391 2007-04-13 Glenn Morris <rgm@gnu.org>
6392
6393 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6394
6395 2007-04-04 Glenn Morris <rgm@gnu.org>
6396
6397 * configure.in (NON_GNU_CPP): Use associated preprocessor when
6398 compiling with Sun Studio on Solaris.
6399
6400 2007-03-23 Glenn Morris <rgm@gnu.org>
6401
6402 * configure.in: Restore support for hp800 (removed 2007-01-27)
6403 following clarification of legal status.
6404
6405 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
6406
6407 * configure.in: Add support for AIX4.3 on IBM RS6000.
6408
6409 * configure: Regenerate.
6410
6411 2007-03-20 Richard Stallman <rms@gnu.org>
6412
6413 * configure.in: Fix previous change.
6414
6415 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6416
6417 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
6418 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6419 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
6420
6421 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6424 user specifies "without".
6425
6426 * configure: Regenerate.
6427
6428 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6429
6430 * configure.in: Warning for Gtk+ and Cygwin added.
6431 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6432
6433 2007-02-27 Glenn Morris <rgm@gnu.org>
6434
6435 * make-dist (oldXMenu): Remove Imakefile.
6436 (etc/images): Add README.
6437
6438 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6439
6440 * configure.in (xtensa-*-linux-gnu*): New configuration.
6441
6442 * configure: Regenerate.
6443
6444 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6445
6446 * config.guess, config.sub: Updated from master source.
6447
6448 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6449
6450 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6451
6452 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * configure.in: Restore support for hp800's not running HP-UX.
6455
6456 * configure: Regenerate.
6457
6458 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * configure.in: Remove support for hp800 and sr2k machine types.
6461
6462 * configure: Regenerate.
6463
6464 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
6465
6466 * configure.in: Add check for libXft.
6467
6468 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6469
6470 * INSTALL: Info files moved to share/info.
6471
6472 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
6473
6474 * configure.in: Detect and use fink-installed in intel-based Mac
6475 builds; change Apple Darwin section to support both PowerPC and
6476 Intel-based Macs.
6477
6478 2006-12-26 Andreas Schwab <schwab@suse.de>
6479
6480 * Makefile.in (datarootdir): Define.
6481
6482 2006-12-24 Richard Stallman <rms@gnu.org>
6483
6484 * configure.in: Require Autoconf 2.61.
6485
6486 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
6487
6488 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6489 Remove redundant entry for powerpc-apple-netbsd.
6490
6491 * configure: Regenerate.
6492
6493 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6494
6495 * configure: Regenerate with autoconf 2.61.
6496
6497 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
6498
6499 * configure.in: Detect alsa/asoundlib.h also.
6500 * configure: Regenerate.
6501
6502 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
6503
6504 * configure.in: Check if GTK+ compiles at all.
6505
6506 2006-12-10 Andreas Schwab <schwab@suse.de>
6507
6508 * configure.in: Remove check for struct timezone, its result is
6509 never used.
6510
6511 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6512
6513 * configure.in: Add support for Solaris 10 on x86-64.
6514
6515 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
6516
6517 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6518 of PKG_CONFIG_PATH.
6519
6520 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6521
6522 * configure.in (HAVE_SYNC): New test.
6523
6524 2006-12-03 Glenn Morris <rgm@gnu.org>
6525
6526 * Makefile.in: Fix Copyright format.
6527
6528 * configure.in (AH_TOP): Add missing Copyright year.
6529
6530 * update-subdirs: Add missing Copyright years.
6531
6532 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
6533
6534 * Makefile.in: Touch only the parts of the share/emacs directory
6535 specific to this version.
6536
6537 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
6538
6539 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6540
6541 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6542
6543 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6544
6545 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6546
6547 * configure.in: Prefer X11 to Carbon only when some X-specific
6548 option is specified (Thanks to Jan Djärv and Andreas Schwab).
6549
6550 2006-11-04 Romain Francoise <romain@orebokech.com>
6551
6552 * Makefile.in (bootstrap-clean-before): Fix typo.
6553 Use new target `bootstrap-clean' in the leim subdirectory.
6554
6555 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6556
6557 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6558
6559 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6562 directories.
6563
6564 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6565
6566 * configure.in: Enable x86-64 OpenBSD compilation.
6567
6568 2006-10-28 Glenn Morris <rgm@gnu.org>
6569
6570 * AUTHORS: Add cal-html.el author.
6571
6572 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6573
6574 * make-dist: Make links to mac/make-package and
6575 mac/Emacs.app/Contents/Resources/Emacs.icns.
6576
6577 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6578
6579 * README: Bump version number to 22.0.90.
6580
6581 2006-10-23 Andreas Schwab <schwab@suse.de>
6582
6583 * configure.in: Make sure x_default_search_path is always set even
6584 when x_libraries is empty, and look in .../share as well for each
6585 library directory.
6586
6587 2006-09-28 Kenichi Handa <handa@m17n.org>
6588
6589 * configure.in (locallisppath): Don't include leim dir.
6590 (lisppath): Include leim dir.
6591
6592 2006-09-15 Jay Belanger <belanger@truman.edu>
6593
6594 * COPYING: Replace "Library Public License" by "Lesser Public
6595 License" throughout.
6596
6597 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6598
6599 * make-dist (EMACS): Exit and fail if the EMACS environment
6600 variable is set to something other than an absolute file name.
6601
6602 2006-08-16 Andreas Schwab <schwab@suse.de>
6603
6604 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6605 of hardcoding it.
6606
6607 2006-08-16 Richard Stallman <rms@gnu.org>
6608
6609 * INSTALL.CVS: Clean up wording.
6610
6611 2006-07-14 Eli Zaretskii <eliz@gnu.org>
6612
6613 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6614 $PKG_CONFIG --exists "$2" to config.log.
6615 * configure: Regenerate.
6616
6617 2006-07-09 Richard Stallman <rms@gnu.org>
6618
6619 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6620
6621 2006-07-09 Kim F. Storm <storm@cua.dk>
6622
6623 * CONTRIBUTE: Use outline format.
6624 Add section on copyright years (from admin/notes/years).
6625
6626 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6627
6628 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6629 to /dev/null, since we don't need the error message, just the
6630 exit status.
6631
6632 2006-07-07 Eli Zaretskii <eliz@gnu.org>
6633
6634 * CONTRIBUTE: Slight formatting changes and typo fixes.
6635 Add description of NEWS markings.
6636
6637 2006-07-07 Kim F. Storm <storm@cua.dk>
6638
6639 * CONTRIBUTE: Mention INSTALL.CVS.
6640
6641 2006-07-05 Romain Francoise <romain@orebokech.com>
6642
6643 * make-dist (top-level): Add CONTRIBUTE.
6644
6645 2006-07-04 Richard Stallman <rms@gnu.org>
6646
6647 * CONTRIBUTE: Much rewrite.
6648
6649 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6650
6651 * CONTRIBUTE: New file.
6652
6653 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6654
6655 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6656
6657 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6658
6659 * configure.in: Add check for ALSA.
6660
6661 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6662
6663 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6664
6665 * info/dir: Remove the Emacs-Xtra entry.
6666
6667 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6668
6669 Update copyright year(s) in many files.
6670
6671 2006-04-01 Eli Zaretskii <eliz@gnu.org>
6672
6673 * configure: Regenerated.
6674
6675 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6676
6677 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6678 --without-toolkit-scroll-bars was specified.
6679
6680 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6681
6682 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6683 to CFLAGS. Update Copyright years written to src/config.in.
6684
6685 2006-03-18 Claudio Fontana <claudio@gnu.org>
6686
6687 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6688 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6689 to be installed/uninstalled.
6690 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6691 to Info files installed by Emacs.
6692
6693 2006-03-03 Claudio Fontana <claudio@gnu.org>
6694
6695 * Makefile.in (install, uninstall): Add DESTDIR variable to
6696 support staged installations.
6697
6698 2006-02-14 Richard M. Stallman <rms@gnu.org>
6699
6700 * configure.in (s390x-*-linux-gnu*): New configuration.
6701
6702 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6703
6704 * configure.in: Require GTK 2.4 or newer.
6705
6706 2006-01-29 Michael Olson <mwolson@gnu.org>
6707
6708 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6709 * info/dir (ERC): New entry.
6710
6711 2006-01-29 Eli Zaretskii <eliz@gnu.org>
6712
6713 * info/dir: Fix last change.
6714
6715 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6716
6717 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6718
6719 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6720
6721 * info/dir: Untabify the whole file.
6722 (Rcirc): New entry.
6723
6724 2006-01-12 Andreas Schwab <schwab@suse.de>
6725
6726 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6727 check.
6728
6729 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * configure.in: Use -Wno-pointer-sign if available.
6732
6733 2005-12-29 Andreas Schwab <schwab@suse.de>
6734
6735 * config.guess, config.sub: Updated from master source.
6736
6737 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6738
6739 * configure.in: Use amdx86-64 for freebsd on x86_64.
6740
6741 2005-11-22 Romain Francoise <romain@orebokech.com>
6742
6743 * make-dist: Add etc/images/icons.
6744
6745 2005-11-03 Andreas Schwab <schwab@suse.de>
6746
6747 * configure.in: Use GZIP_PROG instead of GZIP.
6748
6749 * Makefile.in (GZIP_PROG): Rename from GZIP.
6750 (install-arch-indep): Adjust.
6751
6752 2005-11-01 Andreas Schwab <schwab@suse.de>
6753
6754 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6755 (bootfast): Likewise.
6756
6757 2005-11-01 Romain Francoise <romain@orebokech.com>
6758
6759 * configure.in: Check for gzip.
6760
6761 * Makefile.in (install): Compress source files.
6762
6763 2005-10-24 Steven Tamm <steventamm@mac.com>
6764
6765 * configure.in: Fix darwin386 configuration issue.
6766
6767 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6768
6769 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6770
6771 2005-10-17 Bill Wohler <wohler@newt.com>
6772
6773 * make-dist: Create and populate etc/images/low-color.
6774
6775 2005-10-15 Bill Wohler <wohler@newt.com>
6776
6777 * make-dist: Create and populate etc/images/gud.
6778
6779 2005-10-08 Richard M. Stallman <rms@gnu.org>
6780
6781 * make-dist (tempparent): Don't check for 14-char file name limit.
6782
6783 2005-10-07 Romain Francoise <romain@orebokech.com>
6784
6785 * make-dist: Add etc/images/ezimage and etc/images/mail
6786 directories. Install images in etc/images.
6787
6788 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6789
6790 * configure.in: Prefer Carbon if --enable-carbon-app or
6791 --with-carbon is explicitly specified even when X11 is detected.
6792
6793 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
6794
6795 * Makefile.in (install-arch-indep, uninstall):
6796 Handle newsticker manual.
6797 (info): Add - to commands.
6798
6799 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6800
6801 Remove the MAXPATHLEN limitations:
6802
6803 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6804
6805 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6806
6807 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6808 * configure: Regenerate.
6809
6810 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6811
6812 * config.guess, config.sub: Updated from master source.
6813
6814 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
6815
6816 * .cvsignore: Add `lock'.
6817
6818 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6821
6822 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6823
6824 Merge gnulib getopt implementation into Emacs.
6825
6826 * Makefile.in (AUTOCONF_INPUTS): New macro.
6827 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6828 so that these files also depend on m4/getopt.m4.
6829 * configure.in: Configure getopt by including m4/getopt.m4,
6830 and configuring a getopt replacement if necessary.
6831 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6832 * m4/getopt.m4: New file.
6833
6834 2005-07-06 Lute Kamstra <lute@gnu.org>
6835
6836 * configure.in: Fix capitalization.
6837
6838 2005-07-04 Lute Kamstra <lute@gnu.org>
6839
6840 Update FSF's address in GPL notices.
6841
6842 2005-06-19 Jérôme Marant <jerome@marant.org>
6843
6844 * Makefile.in (epaths-force): Protect both lisppath and
6845 buildlisppath from whitespace.
6846
6847 2005-06-08 Steven Tamm <steventamm@mac.com>
6848
6849 * configure.in: Support Darwin/MacOSX on Intel.
6850
6851 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6852
6853 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6854
6855 2005-05-19 Jérôme Marant <jmarant@marant.org>
6856
6857 * configure.in: Add --enable-locallisppath.
6858
6859 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6860
6861 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
6862 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6863 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
6864
6865 2005-05-07 Jérôme Marant <jerome@marant.org>
6866
6867 * make-dist: Remove references to makefile.nt and makefile.def.
6868 Include widgets and images subdirectories of etc. Do not exclude
6869 ldefs-boot.el.
6870
6871 2005-04-23 Andreas Schwab <schwab@suse.de>
6872
6873 * configure.in: Remove duplicate match for powerpc configuration.
6874
6875 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6876
6877 * configure.in: Check for <pwd.h>.
6878
6879 2005-04-14 Lute Kamstra <lute@gnu.org>
6880
6881 * make-dist: Distribute all ChangeLog files in lisp/.
6882 Don't distribute ldefs-boot.el.
6883 lisp/makefile.nt no longer exists.
6884
6885 2005-04-13 Lute Kamstra <lute@gnu.org>
6886
6887 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6888 for "no-byte-compile: t" in the file instead.
6889
6890 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6893 shadow the main Lesstif/Motif-2.1 libs and includes.
6894
6895 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6896
6897 * configure.in: Only add XASSERTS to cppflags.
6898
6899 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6900
6901 * configure.in: Added --enable-asserts.
6902
6903 2005-02-09 Kim F. Storm <storm@cua.dk>
6904
6905 Change release version from 21.4 to 22.1 throughout.
6906 Change development version from 21.3.50 to 22.0.50.
6907
6908 2005-01-19 Steven Tamm <steventamm@mac.com>
6909
6910 * configure.in: Check for <sys/utsname.h>.
6911
6912 2004-12-11 Kim F. Storm <storm@cua.dk>
6913
6914 * Makefile.in (info): Undo 2004-12-05 change.
6915
6916 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6917
6918 * info/dir (File): Add URL and Org Mode manuals.
6919 * Makefile.in (install-arch-indep, uninstall): Add url and org
6920 manuals.
6921
6922 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6925 committed to src/config.in.
6926
6927 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6928
6929 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6930 pthreads and define HAVE_GTK_AND_PTHREAD.
6931
6932 2004-12-05 Richard M. Stallman <rms@gnu.org>
6933
6934 * Makefile.in (info): Ignore errors building info files.
6935
6936 2004-11-27 Eli Zaretskii <eliz@gnu.org>
6937
6938 * config.bat: If 8-byte alignment is not supported, define
6939 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6940 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6941 filter through Sed to remove the quotes.
6942
6943 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6946 not apply to files explicitly `cvs add'ed.
6947
6948 2004-11-12 Eli Zaretskii <eliz@gnu.org>
6949
6950 * config.bat: Don't require djecho.exe for the v1.x build.
6951 Add a test for DECL_ALIGN support, and add a trivial definition to
6952 src/config.h if 8-byte alignment is not supported.
6953
6954 2004-11-08 Kim F. Storm <storm@cua.dk>
6955
6956 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6957 files before building.
6958 (bootfast, bootstrap-clean-before-fast): New targets, like
6959 bootstrap but don't remove .elc files.
6960
6961 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
6962
6963 * configure.in: Add check for getrusage.
6964
6965 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6966
6967 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6968 New tests for new and old GTK file dialogs.
6969 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6970 to no.
6971
6972 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6973
6974 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6975 can be set. Remove SETARCH test.
6976
6977 2004-10-08 Steven Tamm <steventamm@mac.com>
6978
6979 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
6980
6981 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6982
6983 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6984 AC_MSG_WARN. Move output of warning message to end of configure run.
6985
6986 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6987
6988 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6989 Run test to see if heap start address is random.
6990
6991 2004-09-29 Miles Bader <miles@gnu.org>
6992
6993 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6994 if setarch is present.
6995
6996 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6997
6998 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6999
7000 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7001
7002 * configure.in: Check for exec-shield.
7003
7004 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7005
7006 * Makefile.in (install-arch-indep): Add pgg and sieve.
7007
7008 * info/.cvsignore: Added pgg and sieve.
7009
7010 2004-08-06 Andreas Schwab <schwab@suse.de>
7011
7012 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7013
7014 2004-07-31 Eli Zaretskii <eliz@gnu.org>
7015
7016 * config.bat: Update URLs in the comments.
7017
7018 2004-07-05 Andreas Schwab <schwab@suse.de>
7019
7020 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7021
7022 2004-06-21 Kenichi Handa <handa@m17n.org>
7023
7024 * make-dist: Link leim-ext.el into tempdir.
7025
7026 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7027
7028 * info/dir (File): Add emacs-xtra.
7029 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7030
7031 2004-06-12 Juri Linkov <juri@jurta.org>
7032
7033 * info/dir: Move menu help lines from `* Menu:' to file header.
7034 Describe the purpose of a red *.
7035
7036 2004-05-04 Dave Love <fx@gnu.org>
7037
7038 * configure.in: Don't use `extrasub'.
7039
7040 2004-04-29 Dave Love <fx@gnu.org>
7041
7042 * configure.in: Don't forget to quote args to `test'.
7043
7044 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7045
7046 * autogen.sh: Update filename in "please read" message.
7047
7048 2004-04-17 Richard M. Stallman <rms@gnu.org>
7049
7050 * INSTALL: Move the info about site-lisp dirs,
7051 and say uninstalled Emacs looks there too.
7052
7053 2004-04-04 Eli Zaretskii <eliz@gnu.org>
7054
7055 * config.bat (lib-src): Recognize comment lines in Makefile.in
7056 that have a TAB after the #, to avoid errors in preprocessing with
7057 GCC 3.3.3.
7058
7059 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7060
7061 * Makefile.in: Mention in comment that `make maintainer-clean'
7062 deletes .elc files.
7063
7064 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * update-subdirs: Add local variables to prevent byte-compiling.
7067
7068 2004-03-21 Dave Love <fx@gnu.org>
7069
7070 * configure.in: Fix previous change.
7071
7072 2004-03-18 Dave Love <fx@gnu.org>
7073
7074 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7075
7076 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7077
7078 * info/dir (File): Add SMTP and SES.
7079
7080 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7081
7082 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7083 (bootstrap): Use the new bootstrap-prepare target in lisp.
7084
7085 2004-02-18 Kim F. Storm <storm@cua.dk>
7086
7087 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7088
7089 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7090
7091 * make-dist: Don't link index.*perm and permute-index into tempdir.
7092
7093 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7094
7095 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7096 to match previous changes by Eli Zaretskii.
7097
7098 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7099
7100 * Makefile.in: Set CDPATH to an empty string.
7101
7102 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * configure.in <darwin>: Use fink packages if available.
7105
7106 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7107
7108 * make-dist (lispref): Do include lispref/index.texi.
7109
7110 2004-01-06 Eric Hanchrow <offby1@blarg.net>
7111
7112 * make-dist (tempdir): Include cursors in nt/icons.
7113
7114 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7115
7116 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7117 clashes with install-sh on 8+3 filesystems.
7118
7119 2003-12-24 Miles Bader <miles@gnu.org>
7120
7121 * .cvsignore: Add .arch-inventory.
7122
7123 2003-12-24 Andreas Schwab <schwab@suse.de>
7124
7125 * configure.in: Check for <sys/socket.h>. Include it before
7126 including <net/if.h>. Move check for <net/if.h> before its use.
7127
7128 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
7129
7130 * Makefile.in (install-arch-dep): Don't let cd output go into
7131 pipe for carbon_appdir.
7132
7133 2003-12-24 Andreas Schwab <schwab@suse.de>
7134
7135 * configure.in (PKG_CHECK_MODULES): Fix quoting.
7136
7137 2003-12-01 Andreas Schwab <schwab@suse.de>
7138
7139 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
7140 hardcoding gcc.
7141
7142 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
7143
7144 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
7145 multiple displays.
7146 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
7147
7148 2003-09-23 Dave Love <fx@gnu.org>
7149
7150 * configure.in: Check members of struct ifreq.
7151
7152 2003-09-14 Kim F. Storm <storm@cua.dk>
7153
7154 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7155
7156 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7157
7158 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7159
7160 2003-08-18 Lute Kamstra <lute@gnu.org>
7161
7162 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7163 required anymore.
7164
7165 2003-08-07 Andrew Choi <akochoi@shaw.ca>
7166
7167 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7168 option instead of -traditional-cpp for CPP.
7169
7170 2003-07-29 Richard M. Stallman <rms@gnu.org>
7171
7172 * configure.in (HAVE_XIM): Define if XIM is available.
7173
7174 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7175
7176 * configure.in: The function gtk_window_set_icon_from_file was
7177 introduced in GTK+ 2.2, so check for that release.
7178
7179 2003-07-23 Andreas Schwab <schwab@suse.de>
7180
7181 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7182
7183 * Makefile.in (YACC): Remove, not used.
7184 (MAINT): Don't set.
7185 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7186 disable dependency on ${srcdir}/configure.in when maintainer mode
7187 is disabled.
7188
7189 2003-07-22 Dave Love <fx@gnu.org>
7190
7191 * configure.in: Make XRegisterIMInstantiateCallback test depend on
7192 HAVE_X11, not with_xim.
7193 (HAVE_CRTIN): Provide template.
7194 <with_png>: Test for png.h and libpng/png.h.
7195
7196 2003-07-15 Andreas Schwab <schwab@suse.de>
7197
7198 * configure.in: Temporarily leave quoting for AC_DEFINE.
7199
7200 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
7201
7202 * configure.in: Check for posix_memalign.
7203
7204 2003-07-12 Richard M. Stallman <rms@gnu.org>
7205
7206 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
7207
7208 2003-07-09 Kim F. Storm <storm@cua.dk>
7209
7210 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
7211 functionality of --without-xim.
7212
7213 2003-06-29 Dave Love <fx@gnu.org>
7214
7215 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
7216
7217 2003-06-23 Dave Love <fx@gnu.org>
7218
7219 * configure.in: Check for sys/_mbstate_t.h.
7220 Test XRegisterIMInstantiateCallback prototype.
7221 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
7222
7223 2003-06-06 Dave Love <fx@gnu.org>
7224
7225 * configure.in: Check for locale.h.
7226
7227 2003-06-05 Dave Love <fx@gnu.org>
7228
7229 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
7230 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
7231 (NLIST_STRUCT): Don't define.
7232 (AH_BOTTOM): Define my_strftime.
7233
7234 2003-06-02 Richard M. Stallman <rms@gnu.org>
7235
7236 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
7237
7238 2003-05-24 Andreas Schwab <schwab@suse.de>
7239
7240 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
7241 bzero, and bcmp.
7242
7243 2003-05-22 Dave Love <fx@gnu.org>
7244
7245 * configure.in: Remove redundant test for term.h. Test for difftime.
7246
7247 2003-05-20 Dave Love <fx@gnu.org>
7248
7249 * configure.in: Append * to s390-*-linux-gnu case.
7250 (LIBMAIL) <lockfile>: Don't define.
7251
7252 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7253
7254 * INSTALL (* GNU/Linux development packages): Mention Debian and
7255 RedHat package names.
7256
7257 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
7258
7259 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7260
7261 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7262
7263 * INSTALL (* GNU/Linux development packages): Tell people to
7264 install additional packages for compiling Emacs.
7265
7266 2003-04-30 Richard M. Stallman <rms@gnu.org>
7267
7268 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7269
7270 2003-04-28 Francesco Potortì <pot@gnu.org>
7271
7272 * configure.in: Undo last (RMS') change, as it is useless, per
7273 Dave Love.
7274
7275 2003-04-08 Richard M. Stallman <rms@gnu.org>
7276
7277 * configure.in: Put #include of jpeglib.h at start of line.
7278
7279 2003-04-06 Francesco Potortì <pot@gnu.org>
7280
7281 * configure.in: Use the same configuration for all aix5, not just
7282 aix5.1.
7283
7284 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
7285
7286 * configure.in: Check for need for bigtoc support on IBM AIX for
7287 solving a linker table overflow problem.
7288
7289 2003-03-03 Rob Browning <rlb@defaultvalue.org>
7290
7291 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
7292 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
7293 over bzero, bcmp, and bcopy.
7294
7295 2003-02-23 Simon Josefsson <jas@extundo.com>
7296
7297 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7298
7299 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7300
7301 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7302
7303 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7304
7305 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7306
7307 2003-02-08 Andreas Schwab <schwab@suse.de>
7308
7309 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7310 instead of the substitution.
7311
7312 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7313
7314 * Makefile.in: Use @EXEEXT@ for Cygwin.
7315 Use USERNAME if LOGNAME is not set (for Cygwin).
7316
7317 * configure.in: Add opsys=cygwin.
7318
7319 2003-01-22 Andreas Schwab <schwab@suse.de>
7320
7321 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7322 redefining it explicitly in src/config.in.
7323
7324 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
7325
7326 * Makefile.in (bootstrap): Make bootstrap-after.
7327
7328 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7329
7330 * configure.in: Fix --with-gtk.
7331
7332 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7333
7334 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
7335
7336 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7337
7338 2003-01-14 Francesco Potortì <pot@gnu.org>
7339
7340 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7341
7342 2003-01-07 Steven Tamm <steventamm@mac.com>
7343
7344 * configure.in: New option, --enable-carbon-app, to specify
7345 that the application should be installed
7346 * Makefile.in (install-arch-dep): On Mac OS X, install the
7347 Emacs.app application if carbon-app is enabled.
7348
7349 2003-01-06 Dave Love <fx@gnu.org>
7350
7351 * configure.in: Check for nl_langinfo.
7352 [!HAVE_SIZE_T]: Fix typedef.
7353
7354 2003-01-06 David Kastrup <dak@gnu.org>
7355
7356 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7357
7358 * configure.in: Add tests for install-info.
7359
7360 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
7361
7362 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7363 use again sol2-6 instead of sol2-8.
7364
7365 2002-12-09 Dave Love <fx@gnu.org>
7366
7367 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7368
7369 2002-12-08 Andreas Schwab <schwab@suse.de>
7370
7371 * Makefile.in (install-arch-indep): Revert last change.
7372
7373 2002-11-27 Dave Love <fx@gnu.org>
7374
7375 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7376 Check for __sys_siglist too. Check for memset.
7377 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7378
7379 2002-11-22 Juanma Barranquero <lektu@terra.es>
7380
7381 * config.guess, config.sub: Updated from master source.
7382
7383 2002-11-19 Karl Fogel <kfogel@red-bean.com>
7384
7385 * autogen.sh: New file.
7386
7387 2002-11-18 Dave Love <fx@gnu.org>
7388
7389 * configure.in: Tidy up various quoting issues throughout.
7390 Use AC_GNU_SOURCE.
7391 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7392 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7393 Maybe define bcopy, bzero, bcmp.
7394 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
7395 non-existent machine file).
7396 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
7397 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
7398 (nlist.h): Move test up.
7399
7400 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
7401
7402 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
7403
7404 2002-11-14 Francesco Potortì <pot@gnu.org>
7405
7406 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7407
7408 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7409
7410 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7411
7412 2002-11-08 Dave Love <fx@gnu.org>
7413
7414 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7415 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7416
7417 2002-11-07 Miles Bader <miles@gnu.org>
7418
7419 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7420 Handle separate-build-dir case.
7421
7422 2002-11-06 Richard M. Stallman <rms@gnu.org>
7423
7424 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7425 bulletproof. $bar may be empty when there are no .elc files.
7426
7427 2002-10-30 Dave Love <fx@gnu.org>
7428
7429 * configure.in: Require autoconf 2.53. Test for pty.h,
7430 sys/mman.h, sys/param.h, mremap, memmove.
7431 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7432 (AC_PROG_YACC): Delete.
7433 (size_t): Use AC_CHECK_TYPES.
7434 (AH_TOP): Up-date copyright.
7435
7436 2002-10-01 Juanma Barranquero <lektu@terra.es>
7437
7438 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7439
7440 2002-09-19 Richard M. Stallman <rms@gnu.org>
7441
7442 * configure.in: Fix the LessTif-directory-finder for real.
7443
7444 2002-09-14 Richard M. Stallman <rms@gnu.org>
7445
7446 * Makefile.in (maybe_bootstrap): Test for complete absence
7447 of compiled Lisp files.
7448
7449 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7450
7451 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7452 (bootstrap-clean-after): Delete.
7453 (bootstrap): Make the sequencing explicit.
7454
7455 2002-09-10 Richard M. Stallman <rms@gnu.org>
7456
7457 * configure.in: Fix previous LessTif change.
7458
7459 2002-09-09 Richard M. Stallman <rms@gnu.org>
7460
7461 * configure.in (powerpcle-*-solaris2.5*): New configuration.
7462 (powerpcle-*-solaris*): Use version 2.6 as default.
7463 (*-sunos5.6*, *-solaris2.6*): New alternative.
7464 (*-sunos5*): Use version 2.6 as default.
7465
7466 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7467
7468 * configure.in: Fix typo.
7469
7470 2002-09-05 Richard M. Stallman <rms@gnu.org>
7471
7472 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7473
7474 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7475 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7476
7477 2002-08-26 Kim F. Storm <storm@cua.dk>
7478
7479 * Makefile.in (install-arch-indep): Do not remove DOC file
7480 when it is the only DOC file installed; this is the case when
7481 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
7482
7483 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
7484
7485 * configure.in: Fix typo.
7486
7487 2002-07-24 Richard M. Stallman <rms@gnu.org>
7488
7489 * configure.in: Don't print anything special about gamedir.
7490
7491 * configure.in: Delete nonstandard --with-game-user option.
7492
7493 2002-07-21 Richard M. Stallman <rms@gnu.org>
7494
7495 * Makefile.in (gamedir, localstatedir): New variables.
7496 (epaths-force): Insert value of gamedir into PATH_GAME.
7497
7498 * configure.in (gamedir): Handle it like lispdir.
7499 (--with-game-dir option): Delete.
7500
7501 2002-06-21 Pavel Janík <Pavel@Janik.cz>
7502
7503 * configure.in: Add support for mipseb-*-netbsd* machines.
7504
7505 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7506
7507 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7508
7509 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7510
7511 * info/dir (File): Add an entry for Tramp.
7512
7513 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * INSTALL-CVS: New file.
7516
7517 2002-06-07 Andreas Schwab <schwab@suse.de>
7518
7519 * configure.in (x86_64-*-linux-gnu*): New system.
7520
7521 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
7522
7523 * config.bat: Handle the case when lispintro is truncated to lispintr.
7524
7525 2002-05-26 Paul Eggert <eggert@twinsun.com>
7526
7527 * config.guess, config.sub: Updated from master source.
7528
7529 2002-05-09 Richard M. Stallman <rms@gnu.org>
7530
7531 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7532
7533 2002-05-04 Pavel Janík <Pavel@Janik.cz>
7534
7535 * make-dist: Do not distribute lock/ directory.
7536
7537 2002-04-30 Andrew Choi <akochoi@shaw.ca>
7538
7539 * configure.in: Provide documentation string when defining
7540 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7541 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7542
7543 2002-04-29 Colin Walters <walters@verbum.org>
7544
7545 * configure.in: Delete configure check for access to the game user.
7546
7547 2002-04-29 Pavel Janík <Pavel@Janik.cz>
7548
7549 * make-dist: lwlib/Imakefile is removed.
7550
7551 2002-04-26 Andrew Choi <akochoi@shaw.ca>
7552
7553 * configure.in: Add support for powerpc-apple-darwin*.
7554 (HAVE_CARBON): Add.
7555
7556 * make-dist: Create directories in mac/Emacs.app.
7557
7558 2002-04-25 Pavel Janík <Pavel@Janik.cz>
7559
7560 * make-dist: lwlib-Xol* are removed.
7561
7562 2002-04-23 Andreas Schwab <schwab@suse.de>
7563
7564 * Makefile.in (MAINT): New variable.
7565 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7566 instead of configure.in, to avoid running autoconf and autoheader
7567 unless explicitly requested.
7568
7569 2002-04-16 Eli Zaretskii <eliz@gnu.org>
7570
7571 * config.bat: Update for msdos/sed2v2.inp.
7572
7573 2002-04-15 Andreas Schwab <schwab@suse.de>
7574
7575 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7576 * configure.in: Add config header templates to all AC_DEFINE and
7577 AC_DEFINE_UNQUOTED symbols.
7578 * make-dist: Run autoheader if necessary.
7579
7580 2002-04-10 Colin Walters <walters@verbum.org>
7581
7582 * configure.in: Add --game-dir, --game-user. Test to see if we
7583 can use them.
7584
7585 2002-04-08 Pavel Janík <Pavel@Janik.cz>
7586
7587 * configure.in: Add --with-sound.
7588
7589 2002-03-18 Kim F. Storm <storm@cua.dk>
7590
7591 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7592 and getsockname functions. Test for sys/un.h include file.
7593
7594 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7595
7596 * configure.in: Support AIX 5.1.
7597
7598 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7599
7600 * configure.in: Added test for X Session Management (HAVE_X_SM).
7601
7602 2002-03-03 Richard M. Stallman <rms@gnu.org>
7603
7604 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7605 Run chown $${LOGNAME} on files installed by tar xvf.
7606
7607 2002-03-03 Kim F. Storm <storm@cua.dk>
7608
7609 * configure.in: Test for getpeername.
7610
7611 2002-03-01 Richard M. Stallman <rms@gnu.org>
7612
7613 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7614 (HAVE_GIF): Don't use old libungif versions that crash.
7615
7616 2002-02-26 Richard M. Stallman <rms@gnu.org>
7617
7618 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7619 not just well-formed and valid.
7620 (mips-compaq-nonstopux*): New configuration.
7621
7622 2002-02-18 Paul Eggert <eggert@twinsun.com>
7623
7624 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7625 "sed q" is a portable equivalent to plain "head -1".
7626
7627 2002-02-13 Richard M. Stallman <rms@gnu.org>
7628
7629 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7630 (all): Don't depend on maybe_bootstrap here.
7631 (${SUBDIR}): Depend on it here instead.
7632
7633 2002-02-08 Richard M. Stallman <rms@gnu.org>
7634
7635 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7636
7637 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7638
7639 * configure.in: Recognize BSD/OS 5.0.
7640
7641 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7642
7643 * make-dist: Make version checking in emacs.texi consistent with
7644 how we set it there.
7645
7646 2001-12-29 Kim F. Storm <storm@cua.dk>
7647
7648 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7649
7650 2001-12-28 Richard M. Stallman <rms@gnu.org>
7651
7652 * configure.in: Test for mbsinit.
7653
7654 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7655
7656 These changes make Leim part of the standard distribution:
7657
7658 * README: Add info about the `leim' directory.
7659
7660 * INSTALL: Remove text that describes Leim as a separate package.
7661
7662 * noleim-Makefile.in: File removed.
7663
7664 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7665 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7666 Leim files out of the Emacs tree. Don't prepare a separate tarball
7667 for Leim.
7668
7669 2001-12-11 Richard M. Stallman <rms@gnu.org>
7670
7671 * configure.in (hppa*-*-linux-gnu*): New alternative.
7672
7673 2001-12-08 Pavel Janík <Pavel@Janik.cz>
7674
7675 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7676 creating distribution.
7677
7678 2001-12-06 Paul Eggert <eggert@twinsun.com>
7679
7680 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7681 (AC_FUNC_VFORK): Remove.
7682 (AC_FUNC_FORK): Add.
7683 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7684 this is required by recent Autoconf versions.
7685
7686 2001-12-02 Pavel Janík <Pavel@Janik.cz>
7687
7688 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7689 TODO, vms-pp.trans and others).
7690
7691 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7692
7693 * make-dist: Use COPYING from the top-level directory.
7694
7695 2001-11-29 Gerd Moellmann <gerd@gnu.org>
7696
7697 * configure.in: Add support for FreeBSD/Alpha.
7698
7699 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7700
7701 * make-dist: Add COPYING to the top-level directory of the
7702 distribution. Simplify the logic behind copying.
7703
7704 * Makefile.in (maybe_bootstrap): Fix previous change.
7705
7706 2001-11-28 Richard M. Stallman <rms@gnu.org>
7707
7708 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7709
7710 2001-11-26 Richard M. Stallman <rms@gnu.org>
7711
7712 * Makefile.in: bootstrap should not delete dumped executables.
7713 (bootstrap-clean-before): New target.
7714 (bootstrap): Use bootstrap-clean-before instead of clean.
7715 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7716
7717 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7718
7719 These changes add the Emacs Lisp Introduction manual to the
7720 distribution:
7721
7722 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7723
7724 * make-dist: Copy the files in lispintro directory.
7725
7726 * config.bat: Configure in the lispintro directory.
7727
7728 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7729
7730 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7731 (lispintro/Makefile): New target.
7732 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7733 (unlock, relock, info, dvi): Ditto.
7734
7735 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7736
7737 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7738
7739 * make-dist (etc): Don't distribute gfdl.1.
7740
7741 2001-11-22 Colin Walters <walters@debian.org>
7742
7743 * Makefile.in (install-arch-indep): Install the calc .info files.
7744 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7745
7746 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7747
7748 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7749 tindex.pl to the list of those being put into the distribution.
7750
7751 2001-11-16 Eli Zaretskii <eliz@gnu.org>
7752
7753 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7754
7755 2001-11-15 Pavel Janík <Pavel@Janik.cz>
7756
7757 * Makefile.in (uninstall): Fix previous change.
7758
7759 * configure.in, Makefile.in: Add support for --program-prefix,
7760 --program-suffix and --program-transform-name options.
7761
7762 2001-11-13 Pavel Janík <Pavel@Janik.cz>
7763
7764 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7765 (install-arch-indep): Install emacsclient manual page.
7766 (uninstall): Uninstall emacsclient manual page.
7767
7768 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7769
7770 * make-dist: Add lispref/index.*perm files to the distribution.
7771 From Pavel Janík <Pavel@Janik.cz>.
7772
7773 2001-11-12 Pavel Janík <Pavel@Janik.cz>
7774
7775 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7776
7777 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7778
7779 * configure.in: AC_OUTPUT lispref/Makefile.
7780
7781 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7782
7783 The following changes add the ELisp reference manual to the
7784 distribution.
7785
7786 * make-dist: Add the lispref directory to the distribution.
7787
7788 * Makefile.in (install-arch-indep): Add elisp* to the list of
7789 installed Info files.
7790 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7791 (lispref/Makefile): New target.
7792 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7793 Add commands for the lispref directory.
7794 (info, dvi): Ditto.
7795
7796 * config.bat: Configure in `lispref'.
7797
7798 2001-11-09 Richard M. Stallman <rms@gnu.org>
7799
7800 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7801
7802 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7803
7804 * make-dist (tempdir): Copy AUTHORS as well.
7805
7806 2001-11-06 Sam Steingold <sds@gnu.org>
7807
7808 * configure.in: Added a check for <nlist.h>.
7809
7810 2001-11-01 Pavel Janík <Pavel@Janik.cz>
7811
7812 * configure.in: Reindent --help output.
7813 From Per Starbäck (starback@ling.uu.se).
7814
7815 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7816
7817 * configure.in: New entry for HP/UX-11.
7818
7819 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7820 From Eric S. Raymond <esr@golux.thyrsus.com>.
7821
7822 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7823
7824 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7825 <athornton@sinenomine.net>.
7826
7827 2001-10-25 Gerd Moellmann <gerd@gnu.org>
7828
7829 * Makefile.in (maybe_bootstrap): New target.
7830 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7831
7832 2001-10-24 Ken Raeburn <raeburn@gnu.org>
7833
7834 * configure.in: If --with-hesiod is given, look for
7835 hes_getmailhost and res_send or __res_send; check hesiod and
7836 resolv libraries respectively if system libraries don't supply them.
7837
7838 2001-10-24 Gerd Moellmann <gerd@gnu.org>
7839
7840 * configure.in: Use $MAKE for `make' if set.
7841
7842 2001-10-22 Gerd Moellmann <gerd@gnu.org>
7843
7844 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7845 to tar options.
7846
7847 2001-10-20 Gerd Moellmann <gerd@gnu.org>
7848
7849 * (Version 21.1 released).
7850
7851 2001-10-20 Miles Bader <miles@gnu.org>
7852
7853 * configure.in (configuration): Set from `host' if `host_alias'
7854 isn't defined.
7855
7856 2001-10-19 Andreas Schwab <schwab@suse.de>
7857
7858 * configure.in: Make ready for autoconf 2.5x.
7859 (AC_PREREQ): Require autoconf 2.50.
7860 * aclocal.m4: Removed.
7861 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7862
7863 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7864
7865 * README: Bump Emacs version to 21.1.50.
7866
7867 2001-10-05 Gerd Moellmann <gerd@gnu.org>
7868
7869 * Branch for 21.1.
7870
7871 2001-09-05 Gerd Moellmann <gerd@gnu.org>
7872
7873 * configure.in: Avoid `$@' which is handled specially in
7874 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7875
7876 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7877
7878 * make-dist (nt): Add subdirs.el to the list of distributed files.
7879
7880 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7881
7882 * configure.in (machine): Add an entry for
7883 hppa1.1-hitachi-hiuxwe2*.
7884
7885 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7886
7887 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7888 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7889
7890 2001-05-14 Gerd Moellmann <gerd@gnu.org>
7891
7892 * make-dist: Copy texinfo.tex unconditionally.
7893
7894 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7895
7896 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7897 that are installed.
7898
7899 2001-04-06 Gerd Moellmann <gerd@gnu.org>
7900
7901 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7902 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7903
7904 * make-dist: Handle leim/MISC-DIC. Only include
7905 `[a-zA-Z]*.{el,elc}' from leim/quail.
7906
7907 2001-04-05 Gerd Moellmann <gerd@gnu.org>
7908
7909 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7910
7911 2001-03-30 Gerd Moellmann <gerd@gnu.org>
7912
7913 * Makefile.in (.PHONY): Add for bootstrap targets.
7914 (bootstrap-clean): New target.
7915 (bootstrap): Use it instead of `clean'.
7916
7917 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7918
7919 * Makefile.in (SUBDIR): Remove leim.
7920 (all, .RECURSIVE, extraclean): Add leim explicitly.
7921 (leim): Provide separate rule which exports PARALLEL=0 into the
7922 environment.
7923
7924 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7925
7926 * configure.in (HAVE_XPM): Don't print the result of the check for
7927 XpmReturnAllocPixels if we don't have an xpm.h.
7928
7929 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7930
7931 * COPYING: New file.
7932
7933 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7934
7935 * config.bat: Update the copyright.
7936
7937 2001-02-23 Kenichi Handa <handa@etl.go.jp>
7938
7939 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7940 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7941 to `yes'. Later in AC_OUTPUT, check this variable.
7942
7943 2001-02-09 Dave Love <fx@gnu.org>
7944
7945 * AUTHORS: Updated.
7946
7947 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7948
7949 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7950
7951 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7952
7953 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7954
7955 * Makefile.in (uninstall): Ignore exit code of `rm'.
7956
7957 * Makefile.in (uninstall): Remove more info files.
7958 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
7959
7960 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7961
7962 * noleim-Makefile.in (extraclean): Add.
7963
7964 2001-01-28 Gerd Moellmann <gerd@gnu.org>
7965
7966 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
7967 it quiet.
7968
7969 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7970
7971 * Makefile.in (tags): Fix typo.
7972
7973 2001-01-13 Kenichi Handa <handa@etl.go.jp>
7974
7975 * configure.in: Fix typo in the code setting x_search_path.
7976
7977 2001-01-10 Dave Love <fx@gnu.org>
7978
7979 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7980 -lXext.
7981 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7982 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7983 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7984 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7985 (now in $LIBS).
7986
7987 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7988
7989 * config.bat: Run the preprocessor with -traditional.
7990
7991 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7992
7993 * INSTALL: Move copying conditions to end of file.
7994
7995 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7996
7997 * INSTALL: Add basic installation procedure which assumes
7998 `configure' does its job. Elaborate on image support libraries.
7999 Add a pointer to Xaw3d library. Add advice about solving
8000 configure-time problems by looking in config.log and setting
8001 variables in the environment.
8002
8003 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8004
8005 * Makefile.in (install-arch-indep): If tar fails, exit with
8006 exit code 1.
8007
8008 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8009
8010 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8011 source file includes XKBlib.h. On some broken Solaris systems,
8012 there is an XKBlib.h, reportedly, but header files included by
8013 XKBlib.h are missing.
8014
8015 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8016
8017 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8018
8019 2000-12-11 Dave Love <fx@gnu.org>
8020
8021 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8022
8023 2000-12-11 Paul Eggert <eggert@twinsun.com>
8024
8025 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8026 Merge fixes from latest GNU tar version. These macros no longer
8027 futz with _XOPEN_SOURCE, as that was not portable in practice.
8028 (AC_FUNC_FSEEKO): New macro.
8029
8030 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8031 ftello.
8032
8033 2000-12-05 Dave Love <fx@gnu.org>
8034
8035 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8036
8037 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8038
8039 * info/dir: Change the category to "Emacs".
8040
8041 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8042
8043 * make-dist (tempdir): Remove epaths.h from the distribution
8044 instead of paths.h.
8045
8046 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8047
8048 * config.bat: Check for existence of djecho.exe, and print an
8049 error message if it is not available.
8050
8051 * INSTALL: Describe possible problem with djecho.exe in old
8052 versions of DJGPP v2.x.
8053
8054 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8055
8056 * configure.in: Initialize HAVE_LIBXP to no.
8057
8058 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8059
8060 * configure.in: Use m/macppc.h instead of the non-existent
8061 m/powerpc.h.
8062
8063 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8064
8065 * Makefile.in (install-arch-indep): Also install info/eshell*
8066 and info/speedbar*.
8067
8068 * configure.in (HAVE_PNG): Check for the presence of
8069 png_get_channels to rule out older PNG libs.
8070
8071 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8072 GCC and NON_GNU_CPP into config.status.
8073
8074 2000-11-20 Dave Love <fx@gnu.org>
8075
8076 * configure.in: Fix last change.
8077
8078 * GETTING.GNU.SOFTWARE: Deleted.
8079 * FTP: New file to replace it.
8080 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8081
8082 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8083
8084 * configure.in: Use -traditional with GNU cpp.
8085
8086 2000-11-17 Gerd Moellmann <gerd@gnu.org>
8087
8088 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8089 Distribute more files from the nt/ subdir. Distribute PBM
8090 image files from subdirs of lisp/. Distribute old change logs
8091 from subdirs of lisp/. Distribute play/5x5.el.
8092
8093 2000-11-11 Dave Love <fx@gnu.org>
8094
8095 * config.sub, config.guess: Updated from master source.
8096
8097 2000-11-07 Dave Love <fx@gnu.org>
8098
8099 * configure.in: Test for mkstemp.
8100
8101 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8102
8103 * info/dir (Top): Rearrange menu items more logically, and put
8104 them into a single category. Add menu items for RefTeX and
8105 Widget.
8106
8107 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8108
8109 * Makefile.in (install-arch-indep): Use --info-dir instead of
8110 --dir-file, and a simple argument instead of --info-file, so that
8111 the Debian version of install-info also works.
8112
8113 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8114
8115 * info/dir (Speedbar): Add entry.
8116
8117 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8118
8119 * INSTALL: Describe the new image-support options to the configure
8120 script. List URLs where image support libraries can be found.
8121
8122 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
8123
8124 * info/dir (Top): Add an entry for Eshell.
8125
8126 2000-10-02 Dave Love <fx@gnu.org>
8127
8128 * configure.in: Check for gai_strerror.
8129
8130 2000-10-01 Andreas Schwab <schwab@suse.de>
8131
8132 * Makefile.in (install-arch-indep): Update list of installed info files.
8133
8134 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8135
8136 * configure.in: Support `sparc*-*-netbsd*'.
8137
8138 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
8139
8140 * info/dir (MIME): Add entry for emacs-mime.
8141
8142 2000-09-29 Dave Love <fx@gnu.org>
8143
8144 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
8145
8146 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8147
8148 * make-dist: Adapt to the change of leim/Makefile which was
8149 necessary to ensure a reasonably working `make dist'.
8150
8151 * leim-Makefile.in: Moved to leim/Makefile.in..
8152
8153 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
8154
8155 2000-09-21 Kenichi Handa <handa@etl.go.jp>
8156
8157 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8158 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8159 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8160 files to .elc.
8161 (${TIT}): Adjust for the above change.
8162 (clean mostlyclean): Likewise.
8163 (.el.elc): New target.
8164
8165 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8166
8167 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8168 in the distribution.
8169
8170 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8171
8172 * make-dist (skk): Rename to `ja-dic' because the leim directory
8173 was renamed.
8174
8175 2000-09-14 Dave Love <fx@gnu.org>
8176
8177 * configure.in: Fix spurion in last change.
8178
8179 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8180
8181 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8182 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8183 to `no' if defined. Change result report.
8184
8185 2000-09-08 Dave Love <fx@gnu.org>
8186
8187 * configure.in: Remove spurious `@'s.
8188
8189 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
8190 autoconf.
8191
8192 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8193
8194 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
8195 file and print informational message.
8196
8197 * configure.in (AC_FUNC_MMAP): Add.
8198
8199 2000-09-01 Gerd Moellmann <gerd@gnu.org>
8200
8201 * configure.in: Add ``checking'' messages for
8202 XpmReturnAllocPixels.
8203
8204 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8205
8206 * configure.in: Check <strings.h>; check `index' and `rindex'
8207 functions.
8208
8209 2000-08-26 Kenichi Handa <handa@etl.go.jp>
8210
8211 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
8212 "case "${canonical}" in".
8213
8214 2000-08-25 Dave Love <fx@gnu.org>
8215
8216 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
8217
8218 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8219
8220 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
8221
8222 2000-08-24 Gerd Moellmann <gerd@gnu.org>
8223
8224 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
8225 contains a relative path. Protect against unusable values of $PWD.
8226
8227 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8228
8229 * info/dir (WoMan): Add entry.
8230
8231 * config.bat (maindir): Update src/_gdbinit even if it does
8232 already exist.
8233
8234 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8235
8236 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
8237
8238 2000-08-03 Gerd Moellmann <gerd@gnu.org>
8239
8240 * configure.in: Add support for ia64*-*-linux*.
8241
8242 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8243
8244 * make-dist (aclocal.m4): Include in distribution.
8245
8246 2000-07-26 Dave Love <fx@gnu.org>
8247
8248 * configure.in (AC_SYS_LARGEFILE): Move earlier.
8249
8250 2000-07-24 Dave Love <fx@gnu.org>
8251
8252 * configure.in: Add AC_SIZE_T.
8253
8254 2000-07-18 Dave Love <fx@gnu.org>
8255
8256 * configure.in: Reorder so that most tests are done after CPPFLAGS
8257 is set from the C_SWITCH_... definitions.
8258
8259 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8260
8261 * configure.in (HAVE_XPM): Undo previous change. Check for
8262 preprocessor define XpmReturnAllocPixels.
8263
8264 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8265
8266 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
8267 instead of XpmReadFileToPixmap.
8268
8269 2000-07-05 Ken Raeburn <raeburn@gnu.org>
8270
8271 * configure.in: Check for <soundcard.h>. Look for ossaudio
8272 library, and set LIBSOUND accordingly.
8273
8274 2000-07-05 Dave Love <fx@gnu.org>
8275
8276 * configure.in: Use AC_HEADER_SYS_WAIT.
8277
8278 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8279
8280 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
8281 lisp/Makefile. Distribute lisp/Makefile.in instead of
8282 lisp/Makefile.
8283
8284 2000-06-30 Ken Raeburn <raeburn@gnu.org>
8285
8286 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
8287 while searching for image-handling libraries.
8288
8289 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8290
8291 * configure.in (--with-xim): New option.
8292
8293 2000-06-23 Dave Love <fx@gnu.org>
8294
8295 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
8296 for struct timezone and test how we can call gettimeofday.
8297 Check for OSF 5+. Check for term.h.
8298
8299 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8300 version.
8301
8302 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8303
8304 * configure.in (HAVE_LIBXP): Change test for libXp.
8305
8306 2000-06-21 Dave Love <fx@gnu.org>
8307
8308 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8309 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8310 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8311
8312 2000-06-19 Dave Love <fx@gnu.org>
8313
8314 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8315 _XOPEN_SOURCE is defined.
8316
8317 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8318
8319 * Makefile.in (distclean): Also make distclean in lisp/.
8320
8321 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8322
8323 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8324
8325 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8326
8327 * make-dist: Add --help and --snapshot options.
8328
8329 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8330
8331 * configure.in: Generate lisp/Makefile.
8332
8333 * configure.in: Add support for `*-lynxos*'.
8334 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8335 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8336 on Tru64 UNIX v5.0.
8337
8338 2000-06-13 Ken Raeburn <raeburn@gnu.org>
8339
8340 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8341 it's on a continuation line.
8342
8343 2000-06-02 Dave Love <fx@gnu.org>
8344
8345 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8346 files.
8347
8348 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8349 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8350 test.
8351
8352 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8353 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8354
8355 2000-05-26 Gerd Moellmann <gerd@gnu.org>
8356
8357 * configure.in: Add check for speed_t typedef.
8358
8359 2000-05-25 Ken Raeburn <raeburn@gnu.org>
8360
8361 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8362 exists; it won't in the CANNOT_DUMP case.
8363
8364 2000-05-25 Gerd Moellmann <gerd@gnu.org>
8365
8366 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8367 On FreeBSD, the exit status is 1 if CDPATH is not set.
8368 (install-arch-indep): Install ebrowse.info.
8369
8370 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8371
8372 * configure.in: Check for grandpt and getpt.
8373
8374 2000-05-09 Dave Love <fx@gnu.org>
8375
8376 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8377
8378 2000-05-05 Gerd Moellmann <gerd@gnu.org>
8379
8380 * make-dist: Make a link for lib-src/grep-changelog.
8381 Copy install-sh.
8382
8383 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8384
8385 * config.bat: Identify the beginning of the cpp stuff in
8386 src/Makefile.in and lib-src/Makefile.in more accurately.
8387
8388 2000-04-27 Gerd Moellmann <gerd@gnu.org>
8389
8390 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8391
8392 2000-04-19 Gerd Moellmann <gerd@gnu.org>
8393
8394 * configure.in: Add support for `powerpc-*-netbsd*'.
8395
8396 2000-04-19 Dave Love <fx@gnu.org>
8397
8398 * configure.in: Don't use AC_FUNC_GETLOADAVG.
8399
8400 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
8401
8402 2000-04-16 Dave Love <fx@gnu.org>
8403
8404 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
8405
8406 2000-04-14 Dave Love <fx@gnu.org>
8407
8408 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8409
8410 * aclocal.m4 (AC_FUNC_MKTIME): New.
8411
8412 2000-03-28 Ken Raeburn <raeburn@gnu.org>
8413
8414 * configure.in: Line up "--help" output a little better.
8415
8416 2000-03-26 Gerd Moellmann <gerd@gnu.org>
8417
8418 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8419 New targets.
8420 (bootstrap): Rewritten in terms of the new targets above.
8421 Make info files, too.
8422
8423 2000-03-12 Gerd Moellmann <gerd@gnu.org>
8424
8425 * config.guess, config.sub: Use the versions of the files from
8426 subversions.
8427
8428 2000-03-08 Dave Love <fx@gnu.org>
8429
8430 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8431 AC_C_VOLATILE. Define POINTER_TYPE.
8432
8433 * aclocal.m4: New file.
8434
8435 2000-03-02 Gerd Moellmann <gerd@gnu.org>
8436
8437 * configure.in (machine): Add `mipsel-*-netbsd*' and
8438 `arm-*-netbsd*'.
8439
8440 2000-03-01 Gerd Moellmann <gerd@gnu.org>
8441
8442 * configure.in (machine): Add support for `*-auspex-sunos*'.
8443
8444 2000-02-29 Gerd Moellmann <gerd@gnu.org>
8445
8446 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8447
8448 2000-02-18 Dave Love <fx@gnu.org>
8449
8450 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8451
8452 2000-02-18 Andreas Schwab <schwab@suse.de>
8453
8454 * Makefile.in (install-arch-indep): Add eudc to list of installed
8455 info files.
8456
8457 2000-02-17 Ken Raeburn <raeburn@gnu.org>
8458
8459 * configure.in: Include -lz and -ljpeg (if it's available) when
8460 testing for the tiff library.
8461
8462 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8463
8464 * configure.in: Remove LISP_FLOAT_TYPE.
8465
8466 2000-02-12 Dave Love <fx@gnu.org>
8467
8468 * configure.in: Use AC_FUNC_VFORK.
8469
8470 2000-02-01 Gerd Moellmann <gerd@gnu.org>
8471
8472 * make-dist: Various fixes for new development tree.
8473
8474 * leim-Makefile.in: New file.
8475
8476 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8477
8478 * Makefile.in (dist): Call ./make-dist.
8479
8480 2000-01-24 Dave Love <fx@gnu.org>
8481
8482 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8483
8484 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8485
8486 * configure.in (HAVE_GIF): Check for DGifOpen instead of
8487 DGifOpenFileName.
8488
8489 2000-01-11 Andreas Schwab <schwab@suse.de>
8490
8491 * Makefile.in (install-arch-indep): Update list of info files to
8492 be installed.
8493
8494 2000-01-05 Dave Love <fx@gnu.org>
8495
8496 * configure.in: Check for jerror.h as well as libjpeg.
8497
8498 2000-01-03 Andreas Schwab <schwab@suse.de>
8499
8500 * Makefile.in (install-arch-indep): Install autotype*.
8501 Run install-info on autotype and emacs-faq.info.
8502
8503 1999-12-04 Dave Love <fx@gnu.org>
8504
8505 * Makefile.in (install-arch-indep): Depend on `info'.
8506 (install-strip): Use `install' as sub-make target.
8507
8508 1999-11-23 Ken Raeburn <raeburn@gnu.org>
8509
8510 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8511 didn't need to be deleted. Check for the k5crypto library as well
8512 as the crypto library; MIT Kerberos 1.1 changed the name.
8513
8514 1999-11-18 Dave Love <fx@gnu.org>
8515
8516 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8517
8518 1999-11-11 Erik Naggum <erik@naggum.no>
8519
8520 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8521
8522 1999-11-08 Dave Love <fx@gnu.org>
8523
8524 * configure.in: Fix change for --with-pop default.
8525
8526 1999-11-04 Dave Love <fx@gnu.org>
8527
8528 * configure.in: Default to --with-pop. Change sense of with-gcc
8529 and with-toolkit-scroll-bars messages to reflect the defaults.
8530
8531 1999-11-01 Gerd Moellmann <gerd@gnu.org>
8532
8533 * INSTALL: Mention the Emacs Lisp Reference.
8534
8535 1999-10-27 Noah Friedman <friedman@splode.com>
8536
8537 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8538
8539 1999-10-23 Gerd Moellmann <gerd@gnu.org>
8540
8541 * Makefile.in (bootstrap): New target.
8542
8543 1999-10-19 Paul Eggert <eggert@twinsun.com>
8544
8545 Add support for large files. Merge glibc 2.1.2.
8546
8547 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8548 (HAVE_TM_GMTOFF): New symbol.
8549 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8550 mbrlen, strsignal.
8551 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8552
8553 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8554
8555 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8556 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8557
8558 1999-10-09 Richard M. Stallman <rms@gnu.org>
8559
8560 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8561 Unset CDPATH to prevent cd from generating output.
8562
8563 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8564
8565 * update-subdirs: Also ignore CVS subdirs.
8566
8567 1999-10-07 Gerd Moellmann <gerd@gnu.org>
8568
8569 * Makefile.in (install-arch-indep): Add ada-mode.
8570
8571 1999-10-06 Dave Love <fx@gnu.org>
8572
8573 * Makefile.in: Add rules for config.status, configure.
8574
8575 1999-09-07 Gerd Moellmann <gerd@gnu.org>
8576
8577 * configure.in (--with-sound): Remove.
8578
8579 1999-08-30 Gerd Moellmann <gerd@gnu.org>
8580
8581 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8582 the test for Xaw3d.
8583 (HAVE_TIFF): Add -lm to library check.
8584
8585 1999-08-28 Richard Stallman <rms@gnu.org>
8586
8587 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8588 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8589 after the other X-related libraries.
8590
8591 1999-08-21 Dave Love <fx@gnu.org>
8592
8593 * configure.in: Don't check for jpeglib.h.
8594
8595 1999-08-20 Gerd Moellmann <gerd@gnu.org>
8596
8597 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8598 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8599
8600 1999-08-18 Dave Love <fx@gnu.org>
8601
8602 * configure.in: Check for termcap.h.
8603
8604 1999-08-15 Gerd Moellmann <gerd@gnu.org>
8605
8606 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8607 use Emacs' scroll bars, even if configured for Motif or when
8608 Xaw3d is available.
8609
8610 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8611
8612 * configure.in: Check for getaddrinfo.
8613
8614 1999-08-04 Eli Zaretskii <eliz@gnu.org>
8615
8616 * config.bat: Make --no-debug work again by removing -gcoff.
8617
8618 1999-07-30 Dave Love <fx@gnu.org>
8619
8620 * configure.in: Check for stdlib.h.
8621
8622 1999-07-19 Dave Love <fx@gnu.org>
8623
8624 * configure.in: Grok sparc64-*-linux-gnu*.
8625
8626 1999-07-12 Richard Stallman <rms@gnu.org>
8627
8628 * Version 20.4 released.
8629
8630 1999-06-23 Karl Heuer <kwzh@gnu.org>
8631
8632 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8633 Quote $EMACS, in case it's a program with args.
8634
8635 1999-06-15 Gerd Moellmann <gerd@gnu.org>
8636
8637 * configure.in (HAVE_GIF): Use libungif instead of libgif
8638 because the former doesn't contain patented compression code.
8639
8640 1999-05-29 Richard M. Stallman <rms@gnu.org>
8641
8642 * configure.in: Delete the Kerberos stuff.
8643
8644 1999-05-27 Greg Hudson <ghudson@mit.edu>
8645
8646 * configure.in: Prefer kerberos 5 names.
8647
8648 1999-04-26 Richard M. Stallman <rms@gnu.org>
8649
8650 * configure.in: Check for libXp.
8651
8652 1999-04-08 Richard Stallman <rms@gnu.org>
8653
8654 * make-dist: Include change logs in subdirs of `lisp'.
8655
8656 1999-04-05 Richard Stallman <rms@gnu.org>
8657
8658 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8659 (install-arch-indep): Make ${datadir}/emacs world-readable.
8660
8661 1999-03-30 Eli Zaretskii <eliz@gnu.org>
8662
8663 * config.bat: Use epaths.* instead of paths.*.
8664
8665 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8666
8667 * INSTALL: Add detailed instructions to unpack and install
8668 intlfonts on MS-DOS.
8669
8670 1999-02-26 Richard Stallman <rms@gnu.org>
8671
8672 * configure.in: Use epaths.h and epaths-force instead of paths...
8673
8674 * Makefile.in (epaths-force): Rename from paths-force;
8675 operate on epaths.in and produce epaths.h.
8676
8677 1999-02-24 Richard Stallman <rms@gnu.org>
8678
8679 * make-dist: Fix nt/icons directory handling.
8680
8681 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
8682
8683 * configure.in (f301-fujitsu-uxpv4.1): New target.
8684
8685 1999-02-20 Richard Stallman <rms@gnu.org>
8686
8687 * make-dist (tempparent): Fix command to update info files.
8688
8689 1999-02-09 Richard Stallman <rms@gnu.org>
8690
8691 * configure.in (powerpc-apple-netbsd*): New alternative.
8692
8693 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8694
8695 * make-dist: Include the new directory nt/icons in distributions.
8696
8697 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8698
8699 * configure.in: Change message about HAVE_XFREE386.
8700
8701 1999-01-07 Eli Zaretskii <eliz@gnu.org>
8702
8703 * config.bat: Support configuring with leim.
8704
8705 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8706
8707 * configure.in (mips-sgi-irix6.5): New target.
8708
8709 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8710
8711 * configure.in: Remove GSS-API support, since it has been removed
8712 from movemail.
8713
8714 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8715
8716 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8717
8718 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8719
8720 * Makefile.in: Don't install customize info file.
8721 Run install-info on viper info file.
8722
8723 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8724
8725 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8726
8727 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8728
8729 * configure.in (*-*-bsdi4*): New target.
8730
8731 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8732
8733 * configure.in: Fix previous change.
8734
8735 1998-11-11 Richard Stallman <rms@gnu.org>
8736
8737 * configure.in (aviion-intel): New machine.
8738
8739 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8740
8741 * configure.in (mips-nec-sysv4*): New target.
8742
8743 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8744
8745 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8746 from lisp.
8747
8748 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8749
8750 * make-dist: Don't include fns*.el in dist.
8751
8752 1998-10-30 Dave Love <fx@gnu.org>
8753
8754 * configure.in: Don't mkdir cpp.
8755
8756 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8757
8758 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8759 ${archlibdir}.
8760
8761 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8762
8763 * Version 20.3 released.
8764
8765 1998-07-30 Paul Eggert <eggert@twinsun.com>
8766
8767 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8768 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8769 (lwlib/Makefile, leim/Makefile):
8770 Prepend $(srcdir)/ to rule dependencies outside this dir.
8771
8772 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8773
8774 * configure.in: Use unset CDPATH instead of making it empty.
8775
8776 1998-06-20 Karl Heuer <kwzh@gnu.org>
8777
8778 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8779
8780 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8781
8782 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8783 and default.el. Sort the results.
8784
8785 1998-05-31 Karl Heuer <kwzh@gnu.org>
8786
8787 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8788 writable.
8789
8790 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8791
8792 * Makefile.in (install-arch-indep):
8793 Don't alter site-lisp/subdirs.el if it exists.
8794
8795 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8796
8797 * Makefile.in (install-arch-indep): Put `-' on commands to create
8798 subdirs.el in site-lisp dirs.
8799
8800 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8801
8802 * Makefile.in (install-arch-indep): Fix typo in previous change.
8803
8804 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8805
8806 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8807
8808 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8809
8810 * Makefile.in (mkdir): Create the site-lisp dirs.
8811 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8812
8813 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8814
8815 * Makefile.in (INSTALL_INFO): New variable.
8816 (install-arch-indep): Don't replace the dir file if it already exists.
8817 Use the install-info program, via INSTALL_INFO, to add entries.
8818 Make the `info' subdir and the Info files world-readable.
8819
8820 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8821
8822 * config.bat: Make sure the environment is large enough to support
8823 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8824
8825 1998-04-10 Karl Heuer <kwzh@gnu.org>
8826
8827 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8828
8829 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8830
8831 * configure.in: Add --with-gssapi to specify GSS-API
8832 authentication support for movemail.
8833
8834 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8835
8836 * Makefile.in (install-arch-indep): Fix previous change.
8837
8838 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8839
8840 * Makefile.in (info): Run man in build dir, not srcdir.
8841
8842 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8843
8844 * Makefile.in (install-arch-indep): Fix previous change.
8845
8846 1998-03-23 Kenichi Handa <handa@etl.go.jp>
8847
8848 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8849
8850 1998-03-22 Richard Stallman <rms@gnu.org>
8851
8852 * Makefile.in (install-arch-indep): Put special subdirs.el files
8853 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8854
8855 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8856
8857 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8858
8859 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8860
8861 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8862 (m68*-hp-hpux*): Handle versions 1X like 10.
8863
8864 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8865
8866 * make-dist: PROBLEMS is now in etc, not top level dir.
8867
8868 * Makefile.in (SOURCES): Delete PROBLEMS.
8869
8870 1998-02-25 Richard Stallman <rms@gnu.org>
8871
8872 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8873
8874 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8875
8876 1998-01-17 Richard Stallman <rms@gnu.org>
8877
8878 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8879
8880 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8881
8882 * make-dist (tempparent): New option --no-check.
8883
8884 * make-dist: Don't do anything with cpp directory.
8885
8886 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8887
8888 * configure.in (sparc-fujitsu-sysv4*): New target.
8889
8890 1997-12-17 Andreas Schwab <schwab@gnu.org>
8891
8892 * configure.in: Cache more tests. Add missing quotes around
8893 message with embedded comma.
8894
8895 1997-12-04 Karl Heuer <kwzh@gnu.org>
8896
8897 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8898
8899 1997-11-26 Joel N. Weber II <devnull@gnu.org>
8900
8901 * make-dist: Changed the comment about `umask 0' to say `Don't
8902 restrict access to any files.'; previously it said `Don't protect
8903 any files', which may have implied that we think fascism is good.
8904
8905 1997-11-24 Paul Eggert <eggert@twinsun.com>
8906
8907 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8908 strftime needs the underlying host's strftime for locale dependent
8909 formats.
8910
8911 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8912
8913 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8914
8915 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8916
8917 * config.bat: Configure the man subdirectory.
8918
8919 1997-11-07 Paul Eggert <eggert@twinsun.com>
8920
8921 * configure.in (AC_CHECK_LIB): Add -lintl.
8922
8923 1997-11-07 Karl Heuer <kwzh@gnu.org>
8924
8925 * make-dist (check for .elc files): Avoid bash-specific syntax.
8926 (check for overflow 14-char limit): Simplify.
8927
8928 1997-11-07 Richard Stallman <rms@gnu.org>
8929
8930 * Makefile.in (install): Move blessmail last.
8931
8932 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8933
8934 * configure.in (gettimeofday, one arg or two):
8935 Clarify messages by avoiding double negative.
8936
8937 1997-09-30 Karl Eichwalder <ke@suse.de>
8938
8939 * Makefile.in (install-arch-indep): Install the widget info file.
8940
8941 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8942
8943 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8944 libraries in reverse order, so that libraries will appear in the
8945 correct dependency order on the link line (and so that the
8946 configure checks themselves will work properly when early
8947 libraries depend on later ones).
8948
8949 1997-09-21 Erik Naggum <erik@naggum.no>
8950
8951 * make-dist (making links to `src'): Keep timestamp on copied files.
8952
8953 * make-delta: New script to produce delta distributions.
8954
8955 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8956
8957 * Version 20.2 released.
8958
8959 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8960
8961 * Version 20.1 released.
8962
8963 * Makefile.in (install-leim): Depend on mkdir.
8964 (leim): Depend on src.
8965
8966 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8967
8968 * configure.in: Recognize alpha* instead of just alpha.
8969
8970 1997-09-12 Paul Eggert <eggert@twinsun.com>
8971
8972 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8973
8974 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8975
8976 * update-subdirs: Use rm -f.
8977
8978 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8979
8980 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8981 Ignore subdirs named Old.
8982
8983 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8984
8985 * configure.in: Add OpenBSD clause to set $machine.
8986
8987 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8988
8989 * make-dist: Recompile everything after updating various Lisp files.
8990 Recompile in leim as well as lisp.
8991 Check in leim as well as lisp for mismatched files and too-long names.
8992
8993 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8994
8995 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8996
8997 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8998
8999 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9000 before trying to copy anything from it.
9001
9002 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9003
9004 * Makefile.in (man/Makefile): New target.
9005 (tags): Define env var EMACS and run Makefile from build dir.
9006
9007 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9008
9009 * config.bat: If src/_gdbinit doesn't exist, try using
9010 src/.gdbinit to create it (for building on Windows 95).
9011
9012 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9013
9014 * Makefile.in (install-arch-indep):
9015 Discard extra data in tar | tar pipes.
9016
9017 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9018
9019 * configure.in (x_default_search_path):
9020 Corrected '${x_library}' to '${x_library}/X11'.
9021
9022 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9023
9024 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9025
9026 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9027
9028 * configure.in: Support auto-configuration of both Kerberos V4 and
9029 Kerberos V5 for movemail, including detection of V4 and V5 header
9030 files and libraries.
9031
9032 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9033
9034 * configure.in: Compute x_default_search_path
9035 and substitute into makefiles.
9036
9037 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9038
9039 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9040
9041 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9042
9043 1997-08-07 Erik Naggum <erik@naggum.no>
9044
9045 * configure.in: Remove lockdir, it is no longer needed.
9046 * Makefile.in (mkdir): Don't create lockdir.
9047 (lockdir): Variable deleted.
9048 (paths-force): Don't operate on PATH_LOCK.
9049
9050 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9051
9052 * leim-Makefile.in (clean, distclean): New targets.
9053
9054 * make-dist: Include leim/ChangeLog in leim distribution.
9055
9056 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9057
9058 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9059
9060 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9061
9062 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9063
9064 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9065
9066 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9067
9068 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9069
9070 * make-dist: Update leim/leim-list.el.
9071 Pass along value of $EMACS when updating lisp dir.
9072
9073 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9074
9075 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9076 prerequisite to the use of Doug Lea's malloc.
9077
9078 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9079
9080 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9081
9082 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9083
9084 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9085
9086 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9087
9088 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9089
9090 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9091 to news-r6.h.
9092
9093 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9094
9095 * config.bat: Use `sed' instead of `cp', which might not be
9096 installed.
9097
9098 1997-07-09 Kenichi Handa <handa@etl.go.jp>
9099
9100 * Makefile.in (mostlyclean): Add cleaning leim directory.
9101 (clean, distclean, maintainer-clean): Likewise.
9102
9103 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9104
9105 * make-dist (bogosities): Check subdirs of `lisp' also.
9106
9107 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9108
9109 * make-dist (etc): Really avoid symlinks now.
9110 (lisp): Don't delete from subdirs the things we never copy.
9111
9112 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9113
9114 * Makefile.in (install-arch-indep): Correct the target name.
9115 The first letter `i' was dropped by the previous change of mine.
9116
9117 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9118
9119 * configure.in (leim/Makefile): Generate this.
9120 (*-sysv4.2uw*): Recognize new alternative.
9121
9122 * leim-Makefile.in: Renamed from leim-Makefile.
9123
9124 * make-dist: Set up real-leim subdirectory,
9125 with the real contents of leim; then move it to
9126 a separate top-level directory.
9127
9128 * make-dist: Don't mention site-lisp, site-init, site-start
9129 or default, when listing files hat are not compiled and should be.
9130
9131 * configure.in: Create src/config.stamp at the end.
9132
9133 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9134
9135 * Makefile.in (install-leim): Correct previous change.
9136
9137 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9138
9139 * Makefile.in (install-leim): New target.
9140 (install): Depend on install-leim.
9141
9142 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9143
9144 * Makefile.in (SUBDIR): Add leim.
9145 (SUBDIR_MAKEFILES): Add leim/Makefile.
9146 (leim/Makefile): New target.
9147
9148 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9149
9150 * leim-Makefile: New file.
9151 * make-dist: Initialize a `leim' subdirectory with that makefile.
9152
9153 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9154
9155 * configure.in (GNU_MALLOC_reason): Fix message text.
9156
9157 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9158
9159 * make-dist (lisp): Don't process subdirs that start with =.
9160 (etc): Copy symlinks, as in src.
9161
9162 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9163
9164 * configure.in (i*86-*-unixware*): New alternative.
9165
9166 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9167
9168 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9169 and touch it explicitly.
9170
9171 * configure.in (mips-sony-newsos6*): New alternative.
9172 (mips-*-linux-gnu*): New alternative.
9173 (*-*-bsdi*): New alternative.
9174 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9175
9176 1997-06-22 Dave Love <d.love@dl.ac.uk>
9177
9178 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9179 (src/config.h): New target to re-configure if src/config.in is patched.
9180
9181 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9182
9183 * configure.in (shutdown): Check for `shutdown' function.
9184
9185 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9186
9187 * update-subdirs: Include the directory "language" in subdirs.
9188
9189 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9190
9191 * configure.in (m88k-dg-dgux4*): New alternative.
9192 (alpha-*-netbsd*): New alternative.
9193 (powerpcle-*-solaris2*): New alternative.
9194
9195 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9196
9197 * make-dist: Warn about .el files that are not compiled.
9198
9199 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9200
9201 * Makefile.in (dist): Don't run update-subdirs here,
9202 since make-dist now gets that done.
9203
9204 * make-dist: Use the new `updates' target in lisp/Makefile.
9205
9206 * make-dist: Use new non-file targets in lisp/Makefile.
9207
9208 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9209
9210 * make-dist: Handle all subdirs of `lisp' uniformly.
9211 Don't handle `term' and `language' specially.
9212 Clear out umask at the beginning.
9213
9214 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9215
9216 * make-dist: Use Make to update finder-inf.el and autoloads.
9217 Also update cus-load.el.
9218
9219 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9220
9221 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
9222 in case it is desirable to disable the GNU malloc features with glibc.
9223
9224 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9225
9226 * configure.in (DOUG_LEA_MALLOC):
9227 Define if malloc_{get,set}_state exist.
9228
9229 1997-03-05 Kenichi Handa <handa@etl.go.jp>
9230
9231 * make-dist: Make links for files under lisp/language.
9232
9233 1997-02-20 Kenichi Handa <handa@etl.go.jp>
9234
9235 * update-subdirs: Exclude the directory "language" from subdirs.
9236
9237 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
9238
9239 * configure.in: Check for rint and cbrt.
9240
9241 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9242
9243 * make-dist: Use $EMACS to say where to run Emacs.
9244 Add --no-update option.
9245
9246 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9247
9248 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
9249
9250 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9251
9252 * make-dist (copying src): Check thoroughly for symlinks
9253 and copy them in all cases. Regularize the linking of *.in
9254 and *.opt and ChangeLog files.
9255 (copying lib-src): Likewise.
9256 Don't rm getdate.c or y.tab.*--they don't exist any more.
9257
9258 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
9259
9260 * configure.in: Check for libmail, maillock.h and
9261 touchlock (for movemail).
9262
9263 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9264
9265 * configure.in (limits.h): Check for this file.
9266
9267 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9268
9269 * configure.in (rs6000-ibm-aix4.2): New alternative.
9270 (rs6000-ibm-aix4.0): New alternative.
9271 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
9272
9273 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
9274
9275 * configure.in: Recognize vax-*-netbsd*.
9276
9277 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9278
9279 * configure.in (locallisppath): Add leim directory.
9280
9281 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9282
9283 * config.bat: Make sure `mv' supports forward slashes and -f.
9284
9285 1996-10-28 Christian Limpach <chris@nice.ch>
9286
9287 * configure.in (hppa*-next-nextstep*): * added after hppa
9288 to accept hppa1.0 and hppa1.1.
9289
9290 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
9291
9292 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
9293 * configure.in (ld_switch_machine): Fix typo.
9294
9295 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9296
9297 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9298 from config.h and use them in $ac_link.
9299
9300 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9301
9302 * configure.in: Create a subdir named `lisp'.
9303
9304 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9305
9306 * configure.in: Check for getcwd.
9307
9308 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9309
9310 * configure.in: Check for termios.h. Check for setpgid.
9311
9312 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9313
9314 * configure.in: Check for setrlimit.
9315
9316 1996-08-31 Paul Eggert <eggert@twinsun.com>
9317
9318 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9319
9320 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9321
9322 * configure.in: Check for utimes.
9323
9324 * configure.in: Check for com_err library, but only
9325 if --with-kerberos was used. Check for krb and des
9326 only if --with-kerberos.
9327
9328 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9329
9330 * Makefile.in (INSTALL_STRIP): New variable.
9331 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9332 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9333
9334 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9335
9336 * configure.in: Check for krb and des libraries.
9337
9338 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9339
9340 * configure.in (*-sunos4.1.[3-9]*noshare):
9341 Use sunos413, not sunos4-1-3.
9342 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9343 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9344
9345 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9346
9347 * Makefile.in (src/paths.h): Target deleted.
9348 (paths-force): Delete all dependencies on this target
9349 but don't delete the target.
9350 (install): Depend on `all'.
9351 (paths-force): Don't print a message.
9352
9353 * configure.in: Generate src/paths.h here.
9354
9355 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9356
9357 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9358 New variables that affect linking only.
9359 (alpha-dec-osf*): Use those instead of previous change.
9360
9361 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9362
9363 * Makefile.in (install-arch-indep): Install info/messages.
9364
9365 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9366
9367 * Version 19.33 released.
9368
9369 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9370
9371 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9372 Fix previous change.
9373
9374 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9375
9376 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9377 New alternative.
9378
9379 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9380
9381 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9382 and NON_GCC_TEST_OPTIONS.
9383
9384 1996-08-06 Paul Eggert <eggert@twinsun.com>
9385
9386 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9387 "TZ=..." in environ.
9388
9389 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9390
9391 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9392
9393 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9394
9395 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
9396 the more general *-sunos4.1.[3-9]* clause.
9397
9398 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9399
9400 * Version 19.32 released.
9401
9402 * configure.in (*-sco3.2v5*):
9403 Set OVERRIDE_CPPFLAG to a string of one space.
9404 Fix the code that uses OVERRIDE_CPPFLAG.
9405
9406 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
9407
9408 * configure.in: Undo previous change.
9409
9410 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9411
9412 * config.sub: Use `pc', not `unknown', when canonicalizing
9413 the vendor for ...86.
9414
9415 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9416
9417 * configure.in: Check for termios.h header.
9418
9419 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9420
9421 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9422
9423 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9424
9425 * configure.in: Split bsdos2 and bsdos2-1.
9426
9427 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9428
9429 * config.sub: If last two words are not a recognized
9430 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9431 Make conversion of gnu/linux to linux-gnu really work.
9432
9433 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9434
9435 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9436
9437 * configure.in (check for using Lucid widgets by default):
9438 Eliminate indentation that confuses some compilers.
9439
9440 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9441
9442 * config.sub: Convert linux and gnu/linux to linux-gnu.
9443
9444 * make-dist: Don't update getdate.c.
9445 Ignore =... files when checking for too-long Lisp file names.
9446
9447 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9448
9449 * configure.in (euidaccess): Check for that, not for eaccess.
9450
9451 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9452
9453 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9454 before `noshare'.
9455 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9456
9457 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9458
9459 * configure.in: Rename lignux to linux-gnu in configuration names.
9460 Use gnu-linux as the opsys value (s/ file name).
9461 Allow i686 just like i386, i486, i586.
9462
9463 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9464
9465 * configure.in (i*86-*-sco3.2v5): New alternative.
9466 (OVERRIDE_CPPFLAG): New variable.
9467 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9468
9469 * configure.in: Specify vpath for .texi files.
9470
9471 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9472
9473 * configure.in: Always check for HAVE_X11R5.
9474 Separately decide whether to use a toolkit by default.
9475
9476 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
9477
9478 * configure.in: If X11R5 is missing the Xaw headers,
9479 default to --with-x-toolkit=no.
9480
9481 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9482
9483 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9484
9485 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9486
9487 * Makefile.in (install-arch-indep): If cd etc makes output,
9488 don't treat that as part of the tar data.
9489 Check that ./lisp actually exists.
9490
9491 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
9492
9493 * make-dist: Check for long file names.
9494
9495 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9496
9497 * Version 19.31 released.
9498
9499 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9500
9501 * configure.in: Recognize sparc-*-lignux.
9502
9503 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9504
9505 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9506 Don't include config.w95.
9507
9508 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9509
9510 * make-dist: Replace --no-clean-up and --no-tar options
9511 with --clean-up and --tar, so that the default is useful.
9512
9513 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9514
9515 * config.bat: Make sure the GDB init file is called src/_gdbinit;
9516 if not, tell the user to rename it and abort.
9517
9518 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9519
9520 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9521 test program.
9522
9523 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9524
9525 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9526
9527 * make-dist (MANIFEST): Fix previous change.
9528 (msdos): Put mainmake.v2 into the dist.
9529
9530 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9531
9532 * make-dist: Exit if autoconf fails.
9533
9534 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
9535
9536 * config.bat: Set djgpp-ver, and unset it at the end.
9537 Add a number of conditionals for DJGPP version 2.
9538 Rename label libsrc2 to libsrc3.
9539 Substitute for LDFLAGS in src/Makefile.
9540 Substitute for ALL_CFLAGS in lib-src/Makefile.
9541
9542 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9543
9544 * configure.in (ncurses): Check this after checking fns like strerror.
9545
9546 1996-04-08 Erik Naggum <erik@naggum.no>
9547
9548 * make-dist (MANIFEST): Don't include lines from =files.
9549
9550 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9551
9552 * make-dist: Don't put lisp/dired.todo in the dist.
9553
9554 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9555
9556 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9557
9558 * configure.in (setlocale): Check for it.
9559
9560 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9561
9562 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9563
9564 * configure.in: Use lignux instead of linux as value of opsys.
9565
9566 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9567
9568 * Makefile.in (install-strip): Fix whitespace.
9569 Get rid of continuation.
9570
9571 * config.sub: Convert linux or gnu/linux to lignux.
9572
9573 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9574
9575 * configure.in: Accept lignux in configuration name.
9576
9577 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9578
9579 * Makefile.in (install-strip): New target.
9580
9581 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9582
9583 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9584 -f failed to do the job on Suns.
9585
9586 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9587
9588 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9589
9590 * configure.in (linux/version.h): Check for this header.
9591
9592 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9593
9594 * configure.in: Remove -fno-builtin hackery from -lm check.
9595
9596 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9597
9598 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9599 just this test.
9600
9601 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9602
9603 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9604
9605 * configure.in: Check for ncurses.
9606
9607 1996-02-28 Paul Eggert <eggert@twinsun.com>
9608
9609 * configure.in (LOCALTIME_CACHE):
9610 Also define if localtime mishandles unsetting TZ.
9611 This works around a localtime bug in mips-dec-ultrix.
9612
9613 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9614
9615 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9616
9617 * configure.in: Improve messages about X versions.
9618
9619 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9620
9621 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9622
9623 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9624
9625 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9626 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9627
9628 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9629 (install): Put install-arch-indep before install-arch-dep.
9630
9631 1996-02-20 Dave Love <d.love@dl.ac.uk>
9632
9633 * INSTALL: Clarify info about MS-DOS path handling.
9634
9635 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9636
9637 * Makefile.in (install-arch-indep): Install info/ccmode*.
9638 In previous change, protect against /bin/pwd returning null string.
9639
9640 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9641
9642 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9643 to lispdir.
9644
9645 1996-02-01 Paul Eggert <eggert@twinsun.com>
9646
9647 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9648
9649 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9650
9651 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9652
9653 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9654
9655 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9656 we delete everything distclean deletes.
9657
9658 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9659
9660 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9661
9662 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9663
9664 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9665 into LDFLAGS instead of into LIBS.
9666
9667 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9668
9669 * configure.in (HAVE_XMU): Fix typo in previous change.
9670
9671 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9672
9673 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9674
9675 1996-01-10 Erik Naggum <erik@naggum.no>
9676
9677 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9678
9679 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9680
9681 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9682
9683 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9684
9685 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9686 and use -lXt to link it.
9687
9688 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9689
9690 * configure.in (locallisppath): Put version-specific dir first.
9691
9692 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9693
9694 * configure.in (hppa-*-nextstep*): New alternative.
9695 (USE_X_TOOLKIT): By default, set this to "maybe";
9696 and change that later to LUCID or "no" according to X11 version.
9697
9698 * make-dist: Recompile outdated .elc files and update all autoloads.
9699
9700 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9701
9702 * configure.in (locallisppath): Fix typo in last change: " -> '.
9703
9704 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9705
9706 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9707
9708 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9709
9710 * Makefile.in (install-arch-indep): Give all files read permission.
9711
9712 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9713
9714 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9715 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9716
9717 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9718
9719 * configure.in: Determine HAVE_X11R6.
9720 (HAVE_MENUS): Rename from HAVE_X_MENU.
9721
9722 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9723
9724 * configure.in: Just "solaris" now defaults to version 2.4.
9725 Add sunos4.1.n-noshare as alternative.
9726
9727 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9728
9729 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9730
9731 1995-11-29 Erik Naggum <erik@naggum.no>
9732
9733 * Makefile.in (install-arch-indep): Add missing backslash.
9734
9735 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9736
9737 * Makefile.in (install-arch-indep): Don't install
9738 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9739
9740 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9741
9742 * Makefile.in (install-arch-indep): Fix previous change.
9743
9744 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9745
9746 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9747
9748 * Version 19.30 released.
9749
9750 * make-dist (lisp): Exclude subdirs.el.
9751
9752 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9753
9754 * make-dist (etc): Delete *.orig and *.rej.
9755
9756 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9757
9758 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9759
9760 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9761
9762 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9763
9764 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9765
9766 * make-dist (nt): Rename install, readme, and todo to
9767 INSTALL, README, and TODO.
9768
9769 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9770
9771 * make-dist (lisp): Don't distribute site-start.
9772
9773 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9774
9775 * make-dist: Break the hard link on alloca.c.
9776
9777 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9778
9779 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9780
9781 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9782
9783 * make-dist (src, lib-src): Don't distribute Makefile.c.
9784 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9785
9786 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9787
9788 * Makefile.in (mkdir): Create man1dir, not mandir.
9789 (uninstall): Use man1dir, not mandir.
9790
9791 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9792
9793 * Makefile.in (man1dir): New variable.
9794 (install-arch-indep): Use man1dir.
9795
9796 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9797
9798 * make-dist: Create lisp/MANIFEST.
9799
9800 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9801
9802 * configure.in (m68k-*-linux*): New alternative.
9803
9804 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9805
9806 * make-dist: Use new names config.in, paths.in, and
9807 {src,lib-src}/Makefile.in.
9808
9809 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9810
9811 * configure.in: Don't bother checking for drem.
9812
9813 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9814
9815 * Makefile.in (distclean): Delete line with just a tab in it.
9816 (install-arch-indep): Delete spaces that precede tabs.
9817 Delete spurious `fi' left from previous change.
9818 (install): Supply `true' as command, to avoid null command.
9819
9820 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9821
9822 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9823
9824 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9825
9826 * configure.in (powerpc-*-solaris2): New alternative.
9827
9828 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9829
9830 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9831 of paths.h.tmp$$, to avoid going beyond 14 characters.
9832
9833 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9834
9835 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9836
9837 1995-09-06 Paul Eggert <eggert@twinsun.com>
9838
9839 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9840 if localtime caches TZ. Check for tzset.
9841
9842 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9843
9844 * config.bat: Simplify using new names file names src/makefile.in,
9845 config.in, paths.in. Change Echo commands not to use `.
9846
9847 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9848
9849 * Makefile.in (install-arch-indep): Always install the new dir file;
9850 rename the previous dir file to dir.bak or dir.old.
9851
9852 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9853
9854 * configure.in (RANLIB): Substitute this into makefiles.
9855 Set it specially on solaris; set it by default on other systems.
9856
9857 * configure.in: Fix previous Alpha change.
9858
9859 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9860
9861 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9862 NON_GCC_TEST_OPTIONS.
9863
9864 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9865
9866 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9867 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9868
9869 * configure.in (alpha-*-linux*): New configuration.
9870
9871 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9872
9873 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9874 (m68k-next-nextstep*): New alias for that.
9875 (i*86-*-nextstep*): Use nextstep.h.
9876 (sparc-*-nextstep*): New configuration.
9877
9878 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9879
9880 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9881 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9882
9883 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9884
9885 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9886 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9887
9888 1995-07-18 Mike Long <mike.long@analog.com>
9889
9890 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9891
9892 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9893
9894 * Makefile.in (src/paths.h, paths-force):
9895 Rename src/paths.h.in to src/paths.in.
9896 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9897
9898 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9899 Use Makefile.c for intermediate file.
9900 Rename src/config.h.in to src/config.in.
9901
9902 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9903
9904 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9905 (mips-dec-ultrix4.[12]): New alternative for old versions.
9906
9907 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9908
9909 * make-dist: Don't break intra-tree links.
9910
9911 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9912
9913 * configure.in: Put back archlibdir initialization.
9914 Require autoconf 2.4.1 or later.
9915
9916 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9917
9918 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9919 (mips-mips-riscos5*): New alternative.
9920
9921 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9922
9923 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9924
9925 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9926
9927 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9928 (mandir, infodir, archlibdir): Initializations deleted.
9929
9930 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9931 On hpux9shr, use hpux9shxr4.h.
9932
9933 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9934
9935 * configure.in: Added target mips-dec-mach_bsd4.3.
9936 * config.guess: Guess mips-dec-mach_bsd4.3.
9937
9938 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9939
9940 * Makefile.in (mkdir): Use symbolic chmod.
9941
9942 1995-06-22 Paul Eggert <eggert@twinsun.com>
9943
9944 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9945 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9946
9947 1995-06-22 Paul Eggert <eggert@twinsun.com>
9948
9949 * Makefile.in (SUBDIR_MAKEFILES):
9950 Add man/Makefile, so `make distclean' removes it.
9951 (top_distclean): Add config.log to the list of files to be removed.
9952
9953 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9954
9955 * Version 19.29 released.
9956
9957 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9958
9959 * configure.in: Fix the previous change to verify that the -b
9960 option really solves the problem.
9961
9962 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9963
9964 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9965
9966 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9967
9968 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9969
9970 * configure.in: Report more clearly when there is no special
9971 dir to search for X includes or libraries.
9972
9973 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9974
9975 * configure.in: Check for -lpthreads, not -lpthread.
9976
9977 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9978
9979 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9980
9981 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9982
9983 * configure.in: Check for -lpthread.
9984
9985 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9986
9987 * Makefile.in (install-arch-indep): Install info files for mh-e.
9988 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9989
9990 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9991
9992 * configure.in (*-solaris2.5): New configuration.
9993
9994 * make-dist: Copy new files config.nt and config.w95.
9995
9996 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9997
9998 * configure.in: Use x_includes, not x_libraries, for -I.
9999 Make bitmapdir a colon-separated list.
10000
10001 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10002
10003 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10004
10005 * configure.in: Allow x_libraries and x_includes to be paths.
10006
10007 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10008
10009 * configure.in: Fix typo.
10010
10011 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10012
10013 * INSTALL: Clarify use of site-init.el.
10014
10015 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10016
10017 * configure.in: Pass arg to sqrt.
10018
10019 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10020
10021 * make-dist: Fix May 6 change.
10022
10023 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10024
10025 * vpath.sed: Delete reference to ymakefile.
10026
10027 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10028
10029 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10030
10031 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10032
10033 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10034
10035 * update-subdirs: Specify /bin/sh to run the script.
10036
10037 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10038
10039 * make-dist: Put src/makefile.nt in dist.
10040
10041 * configure.in (i[345]86-*-bsdi2*): New configuration.
10042 (vax-dec-bsd386*): Delete.
10043
10044 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10045
10046 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10047 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10048 Use fmod instead of logb in -lm check.
10049
10050 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10051
10052 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
10053 Use bsd4-3. Don't set NON_GNU_CPP.
10054
10055 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10056 In nt, copy various different things, but not *.cmd.
10057 Fix the ln commands for the subdirs of nt.
10058
10059 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10060
10061 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10062
10063 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10064
10065 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10066 since that's what the header file expects.
10067
10068 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10069
10070 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10071 and 68040 based machines when choosing options for gnucc.
10072
10073 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10074
10075 * Makefile.in (top_distclean): Delete config.cache.
10076
10077 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10078
10079 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10080
10081 * configure.in: Use m/ncr386.h.
10082
10083 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10084
10085 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10086
10087 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10088
10089 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10090 (man): Don't copy texindex.c and getopt.c; they're deleted.
10091 (etc): Omit `e'; it's a subdirectory.
10092 (etc/e): Use `../..', not `..', to reference top level.
10093
10094 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10095
10096 * Makefile.in (install-arch-indep, dist):
10097 Look for `update-subdir' in $(srcdir).
10098
10099 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10100
10101 * make-dist: Include mkinstalldirs in distribution.
10102
10103 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10104
10105 * make-dist: Add missing close backquote.
10106
10107 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10108
10109 * make-dist: Don't distribute shortnames directory.
10110
10111 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10112
10113 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10114
10115 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10116
10117 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10118
10119 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10120
10121 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
10122
10123 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10124
10125 * configure.in (mips-sgi-irix6): New configuration.
10126
10127 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10128
10129 * Makefile.in (maintainer-clean): Rename from realclean.
10130
10131 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10132
10133 * configure.in: Create a .gdbinit that sources the real one,
10134 if using a different build directory.
10135
10136 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10137
10138 * configure.in: Check for sys/select.h.
10139
10140 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10141
10142 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
10143
10144 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10145
10146 * configure.in: Handle isc 4.1 operating system.
10147
10148 1994-12-10 Richard Stallman <rms@kepa>
10149
10150 * configure.in (rs6000-ibm-aix4.1*): New alternative.
10151 (rs6000-ibm-aix4*): New alternative.
10152
10153 1994-12-06 Richard Stallman <rms@kepa>
10154
10155 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10156
10157 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10158
10159 * configure.in: Don't try to make directories that are guaranteed
10160 to already exist.
10161
10162 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10163
10164 * configure.in: Generate man/Makefile from man/Makefile.in.
10165 Create the man subdir.
10166
10167 * Makefile.in (dvi): Run Make in our man subdir.
10168
10169 * make-dist: Create subdir etc/e.
10170 Make links to it.
10171 Put man/Makefile.in in dist, instead of man/Makefile.
10172
10173 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10174
10175 * configure.in: Add --with-pop, --with-kerberos, and
10176 --with-hesiod for movemail.
10177
10178 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10179
10180 * configure.in (m68*-apollo*): Use s/domain.h.
10181
10182 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10183
10184 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10185
10186 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10187
10188 * configure.in: Don't add -I, -L, -R options for cc if their
10189 arguments would be empty.
10190
10191 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10192
10193 * configure.in (i860-intel-osf1*): New alternative.
10194 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
10195 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
10196
10197 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10198
10199 * configure.in: Make h_errno check not use nested functions.
10200
10201 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10202
10203 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
10204
10205 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10206
10207 * Makefile.in (install-arch-indep): Avoid continued comment
10208 swallowing target line.
10209
10210 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
10211
10212 * configure.in: Protect a character class with `changequote'.
10213
10214 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10215
10216 * configure.in: Accept `news' as a synonym for `newsos'.
10217
10218 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10219
10220 * Makefile.in: Don't rm files if cd fails.
10221
10222 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10223
10224 * make-dist: Put nt subdir and its subdirs in the dist.
10225 (lib-src): Put makefile.nt in the dist.
10226 (lisp): Put makefile.nt in the dist.
10227
10228 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10229
10230 * configure.in: Change a stray `[' to `test'.
10231
10232 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10233
10234 * configure.in: Adapt for Autoconf v2. Use the standard argument
10235 parser, host type canonicalizer, X11 finder, and message
10236 printing macros. Use the new macro names. Use `test' instead of `['.
10237
10238 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10239
10240 * configure.in: Check for getpagesize.
10241
10242 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10243
10244 * make-dist (msdos): Put sed* in the distribution.
10245
10246 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
10247
10248 * config.bat: New option, `--with-x', for configuring Emacs
10249 for use with the X11 system DesqView/X.
10250 New option, `--no-debug', for compiling Emacs without debug
10251 information thus saving disk space.
10252 (src/config.h, src/paths.h): Use `update' (which is like
10253 `move-if-changed') to change the file.
10254 (src/config.h): When configuring for X11 perform extra changes.
10255 (src/makefile): When configuring for X11 perform extra changes.
10256 (lib-src): Remove temporary files.
10257 (): Check that `sed', `rm', `mv', and `gcc' are available.
10258
10259 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10260
10261 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
10262
10263 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
10264
10265 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10266
10267 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
10268
10269 * configure.in (canonical): Substitute var into makefiles.
10270 (bitmapdir): Likewise.
10271
10272 * Makefile.in (bitmapdir): New variable.
10273 (src/paths.h, paths-force): Edit PATH_BITMAPS.
10274
10275 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10276
10277 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
10278
10279 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
10280 * update-subdirs: New shell script.
10281
10282 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10283
10284 * Makefile.in (top_distclean): Don't rm build-install.
10285 (SOURCES): Delete build-install.in.
10286
10287 * make-dist: Don't distribute build-ins.in.
10288 * build-ins.in: File deleted.
10289
10290 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
10291
10292 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
10293
10294 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10295
10296 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
10297
10298 * configure.in (libexecdir): Rename from libdir. New default.
10299 (sharedstatedir): Rename from statedir. New default.
10300 (datadir): New default.
10301
10302 * make-dist: Don't distribute subdirs.el.
10303
10304 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10305
10306 * configure.in (eaccess): Check for it.
10307
10308 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10309
10310 * configure.in (mktime): Check for it.
10311
10312 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10313
10314 * configure.in (motif): Add support for usage and option checking.
10315
10316 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10317
10318 * configure.in (utimes): Check for it.
10319
10320 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10321
10322 * Makefile.in (install-arch-indep): Don't do mkdir here.
10323
10324 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10325
10326 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10327 riscix.h renamed to acorn.h.
10328
10329 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10330
10331 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10332 New configurations.
10333
10334 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10335
10336 * configure.in: Remove trailing slashes from srcdir.
10337
10338 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10339
10340 * configure.in (i[345]86-sequent-ptx*): Handle.
10341
10342 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10343
10344 * Makefile.in (paths-force): Depend on src/paths.h.
10345
10346 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10347
10348 * configure.in (config_options): Save all arguments, not just some.
10349
10350 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10351
10352 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
10353
10354 * configure.in: Add AC_AIX.
10355 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10356
10357 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10358
10359 * configure.in (parsing options): Simplify sed command to delete -'s.
10360
10361 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10362
10363 * configure.in (config_options): New shell variable.
10364 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10365
10366 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10367
10368 * configure.in (alpha-dec-osf*): New target.
10369
10370 * Makefile.in: Use just one FRC target.
10371
10372 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10373
10374 * Makefile.in (removenullpaths, paths-force):
10375 Use name paths.h.tmp$$, which depends on the pid.
10376
10377 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10378
10379 * Makefile.in (removenullpaths, paths-force):
10380 Put paths.h.tmp in top-level dir, not in src.
10381
10382 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10383
10384 * Version 19.27 released.
10385
10386 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10387
10388 * Version 19.26 released.
10389
10390 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10391
10392 * configure.in: Check for lrand48, not rand48.
10393
10394 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10395
10396 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
10397 (powerpc-ibm-aix*): New aliases.
10398
10399 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10400
10401 * make-dist (src/m, src/s): Put *.inp in distribution.
10402
10403 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10404
10405 * configure.in: Accept i586 and i486 along with i386.
10406
10407 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10408
10409 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10410 even if CPP env var was set by the user.
10411
10412 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10413
10414 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10415
10416 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10417
10418 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10419
10420 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10421
10422 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10423
10424 * configure.in: Check more specifically for i*86-sun-sunos.
10425
10426 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
10427
10428 * configure.in: Handle solaris 2.4.
10429
10430 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10431
10432 * configure.in (rand48): Check for it.
10433
10434 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10435
10436 * make-dist: Update the info files.
10437
10438 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10439
10440 * configure.in: Make "checking..." messages' style consistent.
10441 (HAVE_H_ERRNO): New test.
10442
10443 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10444
10445 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10446
10447 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10448
10449 * configure.in (CFLAGS): If the envvar was specified, use that.
10450 And set REAL_CFLAGS from it too.
10451
10452 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10453
10454 * make-dist: Update finder-inf.el.
10455
10456 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10457
10458 * make-dist (msdos): Include sed4.inp in dist.
10459
10460 * Makefile.in (libsrc_libs): Var deleted.
10461
10462 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10463
10464 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10465
10466 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10467
10468 * configure.in (mips-sony-newsos4*): New alias.
10469
10470 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10471
10472 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10473 (*-convex-convexos*): Accept this as alias.
10474
10475 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10476
10477 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10478 for two different uses.
10479
10480 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10481
10482 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10483
10484 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10485
10486 * make-dist: Put ./BUGS into the distrib.
10487
10488 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10489
10490 * configure.in: Handle 386 running Solaris 2.
10491
10492 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10493
10494 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10495
10496 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10497
10498 * configure.in (mips-sony-newsos*): Use news-risc.h.
10499
10500 * configure.in: Accept bsdi as opsys, like bsd386.
10501
10502 1994-06-01 Morten Welinder (terra@diku.dk)
10503
10504 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10505
10506 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10507
10508 * Version 19.25 released.
10509
10510 * make-dist (shortversion): Don't assume another period follows.
10511
10512 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10513
10514 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10515 (uninstall): Use /bin/pwd.
10516
10517 * Makefile.in (blessmail): Depend on src.
10518 (all): Don't depend on blessmail.
10519
10520 * Makefile.in (src/paths.h): Don't force recomputation.
10521 (paths-force): New target; force recomputation of paths.h.
10522 (all): Depend on paths-force.
10523 (src, lib-src): Depend on src/paths.h.
10524
10525 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10526 NON_GCC_TEST_OPTIONS.
10527
10528 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10529
10530 * configure.in: Don't insist on subversions for irix.
10531
10532 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10533
10534 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10535
10536 * configure.in (i[34]86-next-*): New alternative.
10537
10538 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10539
10540 * Version 19.24 released.
10541
10542 * configure.in: New config hppa*-hp-hpux9shr*.
10543
10544 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
10545
10546 * config.bat: Doc fix.
10547
10548 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10549
10550 * Makefile.in (mostlyclean, clean, distclean, realclean)
10551 (extraclean): Don't act on man subdir if it doesn't exist.
10552
10553 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10554
10555 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10556 Use them to set up CC.
10557 (*-sun-sunos4.1.3): Set them.
10558
10559 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10560
10561 * Makefile.in (lib-src): Don't depend on src/paths.h.
10562
10563 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10564
10565 * build-ins.in (copydests): Get rid of spurious `-'s.
10566
10567 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10568
10569 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10570
10571 * Version 19.23 released.
10572
10573 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10574 for the Xlib and Xt checks; then restore old CFLAGS.
10575
10576 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10577
10578 * configure.in (HAVE_X11XTR6): Add newline before #if.
10579 Add newline after #endif.
10580
10581 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10582
10583 * configure.in (HAVE_X11XTR6): Arrange to define it.
10584
10585 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10586
10587 * Makefile.in (install): Depend on blessmail.
10588
10589 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10590
10591 * configure.in (mips-siemens-sysv*): Put quotes around value
10592 containing blanks.
10593
10594 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10595
10596 * Makefile.in (TAGS): Use the makefile in src subdir.
10597
10598 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10599
10600 * configure.in (opsys): Recognize `gnu'.
10601
10602 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10603
10604 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10605
10606 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10607
10608 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10609 version > 1.8.
10610
10611 1994-05-08 Morten Welinder (terra@diku.dk)
10612
10613 * config.bat: Forcibly remove "# " style comments from makefiles.
10614
10615 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10616
10617 * Makefile.in (uninstall): When processing lispdir and etcdir,
10618 do nothing unless it exists and is a directory.
10619
10620 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10621
10622 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10623 Merge code in from install-doc.
10624 (install-doc): Merge code back into install-arch-indep.
10625 (install-arch-dep): Don't depend on install-doc.
10626
10627 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10628
10629 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10630
10631 * configure.in (making src/Makefile and lib-src/Makefile):
10632 Split off the autoconf substitutions and don't pass them thru cpp.
10633 (undefs): Use $canonical as well as $configuration.
10634
10635 * make-dist: Distribute lisp/Makefile.
10636
10637 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10638 Use lower case names for the s files.
10639
10640 1994-05-03 Morten Welinder (terra@diku.dk)
10641
10642 * config.bat: Added possibility for different file name
10643 transcriptions in lib-src.
10644
10645 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10646
10647 * Makefile.in (lib-src): Undo previous change.
10648 (blessmail): New target to run maybe-blessmail in lib-src.
10649 (all): Depend on blessmail.
10650
10651 * Makefile.in (lib-src): Depend on src.
10652
10653 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10654
10655 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10656 (m88k-dg-dgux5.4R2): dgux5.4R2.
10657
10658 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10659
10660 * configure.in (window_system): Restore accidentally deleted code
10661 that uses AC_FIND_X.
10662
10663 * make-dist: Distribute config.bat.
10664
10665 1994-04-29 Morten Welinder (terra@diku.dk)
10666
10667 * config.bat: Corrected the configuration of lib-src
10668 to keep up with configure. Add note about dos version 3
10669 or better needed (djgpp needs that). Add note explaining
10670 that either install in c:/emacs or edit the script.
10671 Don't change to c:/emacs, but assume we're there (to minimize
10672 the number of places to change).
10673
10674 * config.bat: Build-in the first step towards X11 support with
10675 the X11 emulator that exists. At this time it won't work,
10676 and several files are missing.
10677
10678 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10679
10680 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10681 Don't look for -lresolv.
10682
10683 * Makefile.in (lib-src): Depend on src/paths.h.
10684
10685 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10686
10687 * configure.in: Restore deleted AC_SUBST of `configuration'.
10688 Improve error message for bad --with-x-toolkit value.
10689
10690 * configure.in: Define CONFIGURATION in src/config.h
10691 rather than substituting in src/Makefile.in.
10692
10693 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10694
10695 * Makefile.in (install-doc): New target.
10696 (install-arch-dep): Depend on install-doc.
10697 (mkdir): Create docdir.
10698
10699 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10700
10701 * configure.in: Test for libresolv.a.
10702 Substitute machfile and opsysfile.
10703
10704 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10705
10706 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10707 (install-arch-dep): Install under the name $(EMACS).
10708
10709 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10710
10711 * configure.in (version): Use entire value of emacs-version.
10712 (mips-siemens-sysv*): New alternative.
10713
10714 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10715
10716 * Makefile.in (install-arch-indep): Don't install dired-x*.
10717
10718 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10719
10720 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10721 Fix definition of $undefs.
10722
10723 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10724
10725 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10726
10727 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10728
10729 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10730
10731 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10732
10733 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10734
10735 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10736 and run it thru cpp, as with src/Makefile.in.
10737
10738 * configure.in: Use AC_SET_MAKE.
10739
10740 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10741
10742 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10743
10744 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10745
10746 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10747
10748 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10749 (printing the choices): Make the toolkit message unconditional.
10750 (USE_X_TOOLKIT): Use `none', not `no', if none.
10751 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10752 Get rid of temp file foofoo1.
10753
10754 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10755
10756 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10757
10758 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10759
10760 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10761 (printing the choices): State choice of toolkit.
10762 (libsrc_libs): Recalculate after writing config.h;
10763 then update lib-src/Makefile.
10764
10765 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10766
10767 * configure.in: Add sunos4shr as alternative for suns.
10768 Conditionals testing for null $CC were backwards.
10769
10770 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10771
10772 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10773
10774 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10775
10776 * configure.in: Handle -isc4.0*.
10777
10778 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10779
10780 * configure.in (esix5): Set NON_GNU_CPP.
10781
10782 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10783
10784 * Makefile.in (thisdir): Nonsensical variable removed.
10785 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10786 back to $thisdir, rather than the directory `this_dir'.
10787
10788 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10789
10790 * Makefile.in (install-arch-indep): Add missing backslash after a
10791 `then'.
10792
10793 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10794
10795 * Makefile.in (thisdir): New variable.
10796 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10797
10798 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10799
10800 * configure.in: Add freebsd.
10801
10802 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10803
10804 * configure.in: Check for fpathconf.
10805
10806 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10807
10808 * configure.in (with_x_toolkit): Fix typo in previous change.
10809
10810 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10811
10812 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10813
10814 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10815
10816 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10817
10818 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10819
10820 * configure.in: Fix value of docdir.
10821 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10822
10823 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10824
10825 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10826
10827 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10828
10829 * configure.in: New variable docdir to control where the docstring
10830 file goes.
10831 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10832
10833 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10834
10835 * configure.in: When --run-in-place, don't inherit archlibdir.
10836
10837 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10838
10839 * Makefile.in (install-arch-dep, install-arch-indep):
10840 New targets split up former do-install rule.
10841 (do-install): Target deleted.
10842
10843 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10844
10845 * configure.in (mips-sony-newsos*): New configuration.
10846
10847 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10848
10849 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
10850
10851 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10852
10853 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10854
10855 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10856
10857 * configure.in: Don't initialize CC.
10858
10859 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10860
10861 * configure.in (creating src/Makefile): Also generate -U switches
10862 for symbols in the $configuration value.
10863
10864 * configure.in: Check for sys_siglist being declared in system header.
10865
10866 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10867
10868 * configure.in (creating src/Makefile): Delete blank lines
10869 along with lines of whitespace.
10870 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10871
10872 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10873
10874 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10875 like C_SWITCH_SYSTEM.
10876 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10877
10878 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10879
10880 * configure.in (drem): Check for this function.
10881
10882 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10883
10884 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10885 If CPP was inherited from environment, don't use NON_GNU_CPP.
10886 (NON_GNU_CC): Likewise.
10887 (handling with_gcc): Use explicit if in the `no' case.
10888 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10889
10890 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10891
10892 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10893
10894 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10895
10896 * configure.in: Check whether fmod exists.
10897
10898 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10899
10900 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10901 {src,lisp}/OChangeLog.
10902
10903 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10904
10905 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10906 necessary for proper operation. This code works with the current
10907 released version of Autoconf.
10908
10909 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10910
10911 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10912 (USE_X_TOOLKIT): Define it for all values except `no'.
10913
10914 * configure.in: Undo first Jan 8 change and Jan 16 change.
10915
10916 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10917
10918 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10919 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10920
10921 * Makefile.in (lwlib/Makefile): New target.
10922 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10923 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10924 (unlock, relock): Handle lwlib subdir.
10925
10926 * Makefile.in: Add some .PHONY targets.
10927
10928 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10929
10930 * lwlib: New subdirectory.
10931
10932 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10933
10934 * configure.in: If CPP has a value that is a directory,
10935 discard the value.
10936
10937 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10938
10939 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10940 remove -U[0-9]*.
10941
10942 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10943
10944 * Makefile.in (do-install): Install the dired-x info files.
10945
10946 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10947 (See src/s/sol2.h.)
10948
10949 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10950
10951 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10952
10953 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10954
10955 * configure.in (creating src/Makefile): Put code inside 2nd arg to
10956 AC_OUTPUT as it should be; hopefully no one will again see fit to
10957 gratuitously break this and not make a change log entry.
10958 Optimized sed processing of Makefile.in and cpp output; now
10959 preserves comments previously removed from the cpp input.
10960 Eliminated temp file for cpp output. Generate -U switches to
10961 undefine all identifiers that appear in the directory name
10962 ${srcdir}; pass these to cpp.
10963
10964 * configure.in (version): Fix sed regexp to match two-elt version
10965 number.
10966
10967 * configure.in: Check for strerror.
10968
10969 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10970
10971 * configure.in: Test for bcmp.
10972
10973 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10974
10975 * make-dist (tempdir): Put subdir msdos into the distribution.
10976
10977 1993-01-07 Morten Welinder (terra@diku.dk)
10978
10979 * config.bat: New file.
10980
10981 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10982
10983 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10984
10985 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10986
10987 * configure.in (m68*-next-*): Don't care about which os is specified.
10988 (i[34]86-*-*): Check for *-nextstop*.
10989
10990 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10991
10992 * configure.in: Check for setsid.
10993
10994 1993-12-17 Richard Stallman (rms@srarc2)
10995
10996 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10997
10998 1993-12-15 Richard Stallman (rms@srarc2)
10999
11000 * Makefile.in (mkdir): Make only the lockdir writable.
11001
11002 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
11003
11004 1993-12-11 Richard Stallman (rms@srarc2)
11005
11006 * Makefile.in (libdir): Use @libdir@.
11007
11008 1993-12-08 Richard Stallman (rms@srarc2)
11009
11010 * Makefile.in (install): Add empty command.
11011
11012 1993-12-04 Richard Stallman (rms@srarc2)
11013
11014 * make-dist: Put man/getopt.c in the dist.
11015
11016 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11017
11018 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11019
11020 1993-12-03 Richard Stallman (rms@srarc2)
11021
11022 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11023 Set it for all solaris versions.
11024 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11025 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11026 Likewise for NON_GNU_CC and CC.
11027
11028 1993-12-01 Richard Stallman (rms@srarc2)
11029
11030 * configure.in (mips-mips-riscos4*): Assign variable CC.
11031 (checking ${with_gcc}): If "no", don't override CC if already set.
11032 (CC): Initialize it as empty.
11033
11034 1993-11-30 Richard Stallman (rms@srarc2)
11035
11036 * configure.in (Suns): Set CPP if *-solaris2.3*.
11037
11038 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11039
11040 * Version 19.22 released.
11041
11042 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11043
11044 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11045
11046 * make-dist: When breaking links, use cp -p.
11047 Copy install.sh into distribution.
11048 Move the temp dir up into the parent dir;
11049 don't leave the staging dir make-dist.tmp... in existence.
11050 * install.sh: New file.
11051
11052 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11053
11054 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11055
11056 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11057
11058 * configure.in (version): When --run-in-place, exclude
11059 ${datadir}/emacs/site-lisp from locallisppath.
11060
11061 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11062
11063 * configure.in: Delete jumk.c before writing it.
11064
11065 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11066
11067 * Version 19.21 released.
11068
11069 * Makefile.in (mkdir): Ignore error from chmod.
11070
11071 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11072
11073 * make-dist: Don't put lisp/forms.README in the distribution.
11074
11075 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11076
11077 * configure.in (creating src/Makefile): Before running cpp,
11078 discard all lines that start with `# Generated' or /**/#.
11079
11080 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11081
11082 * Version 19.20 released.
11083
11084 * make-dist: Use build-ins.in, not build-install.in.
11085 Don't bother updating TAGS since it's not included.
11086
11087 * build-ins.in: Renamed from build-install.in.
11088
11089 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11090
11091 * make-dist: Don't try to link *.texinfo--there are none now.
11092 When running make in lib-src, specify YACC var value.
11093
11094 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11095
11096 * configure.in (extrasub): Add vpath patterns for %.[yls].
11097
11098 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11099 Instead just include the commands to make src/Makefile as the
11100 second arg to AC_OUTPUT.
11101
11102 * configure.in: Use : instead of dnl for comment inside
11103 $makefile_command.
11104
11105 * configure.in: No longer use vpath_sed. Instead, when we notice
11106 srcdir already configured, set extrasub to hack vpath in the
11107 makefiles.
11108
11109 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11110 before moving it.
11111 * Makefile.in (VPATH): Define to @srcdir@.
11112
11113 1993-09-28 Brian J. Fox (bfox@cubit)
11114
11115 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
11116 doesn't exist. Just copy src/Makefile.in instead.
11117 Touch all of the Makefiles after editing config.status.
11118
11119 * INSTALL: Update documentation to match new configuration
11120 mechanism.
11121
11122 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
11123
11124 * configure.in: Allow any of the path or directory Makefile
11125 variables to be set with flags to configure. Create all Makefiles
11126 at configure time. Edit special commands into config.status after
11127 src/Makefile.in is built from src/Makefile.
11128
11129 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
11130 If these files are out of date, simply have config.status
11131 rebuild them; don't rebuild them explicitly.
11132
11133 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
11134
11135 * build-install.in: Change src/xemacs to src/emacs. We no longer
11136 create src/xemacs, so the file wouldn't be found.
11137
11138 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
11139
11140 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11141
11142 * configure.in: Avoid forcing the search of /usr/include before
11143 fixed include files by resetting C_SWITCH_X_SITE if it is
11144 "-I/usr/include".
11145
11146 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11147
11148 * Makefile.in (@rip_paths@locallisppath):
11149 Delete ${datadir}/emacs/site-lisp.
11150
11151 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11152
11153 * configure.in:
11154 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11155 Remove ${extra_output} from AC_OUTPUT call.
11156
11157 1993-09-17 Brian J. Fox (bfox@inferno)
11158
11159 * make-dist: Quote backquotes found in strings to be echoed.
11160
11161 * configure.in: Use "sh -c pwd" when we want to avoid having the
11162 shell fix up the value of $PWD.
11163
11164 1993-09-13 Brian J. Fox (bfox@inferno)
11165
11166 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11167 of the installation fail. Suggested by Karl Berry.
11168
11169 1993-08-30 Brian J. Fox (bfox@inferno)
11170
11171 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11172 was used. Set MAKEFLAGS from MFLAGS.
11173
11174 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11175
11176 * configure.in: Test for res_init in libc.
11177
11178 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11179
11180 * configure.in: In the file ${tempcname}, use configure___
11181 instead of @configure@.
11182
11183 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11184
11185 * make-dist: Dist vpath.sed.
11186
11187 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11188 Depend on vpath.sed.
11189 Replace sed command for VPATH with @vpath_sed@.
11190
11191 * configure.in: Substitute variable `vpath_sed'.
11192 If not in $srcdir and $srcdir is configured,
11193 issue warning that GNU make is required,
11194 and set vpath_sed to use vpath.sed script.
11195
11196 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11197
11198 * configure.in: Remove check for $srcdir being configured.
11199 This pretty much works now.
11200 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
11201 Check for XFree86 (/usr/X386/include) independent of whether
11202 -lXbsd exists.
11203
11204 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
11205 realclean, unlock, relock): Use `$(MAKE)' in place of plain
11206 `make'.
11207
11208 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11209
11210 * Version 19.19 released.
11211
11212 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
11213
11214 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11215
11216 * configure.in: Check for XScreenNumberOfScreen.
11217
11218 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11219
11220 * configure.in: Add * to end of all configuration alternatives.
11221 (m68*-sony-newsos3*): New alternative.
11222
11223 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11224
11225 * make-dist: Include getdate.c in distribution.
11226
11227 * configure.in: For --help, use $PAGER if it is set.
11228 (LIB_X11_LIB): Default to -lX11.
11229 (mips-sgi-irix5.*): New alternative.
11230
11231 * Makefile.in (do-install): Install info/gnus* and info/sc*.
11232
11233 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
11234 Recognize *.B8.* as hpux version 8.
11235 (m68*-tektronix-bsd*): Fix typo in tek4300.
11236 (AC_HAVE_FUNCS): Add ftime.
11237
11238 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11239
11240 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
11241 Use tekxd88, not tekXD88.
11242
11243 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11244
11245 * configure.in: Check for -lm. Then can check for frexp and logb.
11246
11247 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11248
11249 * Version 19.18 released.
11250
11251 * make-dist (src): Don't put gnu-hp300 in dist.
11252 (src, lisp): Include OChangeLog in dist.
11253
11254 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11255
11256 * configure.in: Test for presence of logb and frexp functions.
11257
11258 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11259
11260 * configure.in (machine): Add i370-ibm-aix*.
11261
11262 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11263
11264 * configure.in (function checks): Test for mkdir and rmdir.
11265
11266 * configure.in (function checks): Don't test for random and bcopy
11267 only when we're building with X; look for them all the time.
11268
11269 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11270
11271 * configure.in: Test for availability of bcopy functions, searching
11272 the X libraries if we're using X.
11273
11274 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
11275 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
11276 versions of AIX, and needs to be passed to the loader.
11277
11278 * configure.in: Test for the availability of the
11279 XScreenResourceString function.
11280
11281 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
11282
11283 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
11284 LD_SWITCH_X_SITE and assume --with-x11.
11285 Only look for X11 files if we weren't told about a window system
11286 or if we were told to use X11 but not told where.
11287 Search the libraries from the s and/or m files when checking for
11288 functions.
11289
11290 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
11291
11292 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11293
11294 * make-dist: Include lisp/dired.todo in the distribution.
11295
11296 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11297
11298 * configure.in: Add code to set HAVE_INET_SOCKETS.
11299
11300 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11301
11302 * configure.in: If we do find x_includes and x_libraries
11303 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11304
11305 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11306
11307 * make-dist: Include src/gnu-hp300 in the dist.
11308
11309 * configure.in (canonical): New variable holds the canonicalized
11310 configuration. Don't alter `configuration'. Use `configuration'
11311 for Makefile.in for file naming.
11312 (testing x_includes and x_libraries): Use =, not ==.
11313
11314 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11315
11316 * Version 19.17 released.
11317
11318 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11319 directory's makefile. This allows the invocation of CPP which
11320 builds xmakefile to receive these switches. The SunSoft C
11321 preprocessor inserts spaces between tokens if it doesn't get the
11322 -Xs flag requested in src/s/sol2.h.
11323
11324 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11325
11326 * configure.in (m68k-bull-sysv3): New config.
11327
11328 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11329
11330 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11331 the X Windows libraries.
11332
11333 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11334
11335 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11336 the distribution. Those files aren't kept in their own
11337 subdirectory any more.
11338
11339 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11340
11341 * Version 19.16 released.
11342
11343 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11344
11345 * configure.in: Add --verbose flag.
11346
11347 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11348
11349 * version 19.15 released.
11350
11351 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11352
11353 * Makefile.in (top_distclean): Use -f switch when cleaning out
11354 lock dir; it might be empty.
11355
11356 * configure.in: Only check for -lXbsd once.
11357
11358 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11359
11360 * Version 19.14 released.
11361
11362 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11363
11364 * make-dist: If using gzip, create distribution with '.gz' extension.
11365
11366 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11367 (lisp/forms-mode): This doesn't exist anymore.
11368
11369 * configure.in: Look for the closedir function.
11370
11371 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11372
11373 * configure.in (CPP): Autoconf sets this to a shell variable
11374 reference, which doesn't work when it's edited into a makefile.
11375 Expand that variable reference.
11376
11377 * Makefile.in (CPP): New variable.
11378 (src/Makefile): Edit CPP into src/Makefile.
11379
11380 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11381 and entering double quotes to get the values of LD_SWITCH_X_SITE
11382 and the other make variables; make substitutes them in anyway.
11383
11384 * Makefile.in (uninstall): Don't remove the lisp and etc
11385 directories if they're in the source tree.
11386
11387 Bring mumbleclean targets into conformance with GNU coding standards.
11388 * Makefile.in (mostlyclean, clean): Separate these two; just have
11389 them pass the request to the subdirectory makefiles.
11390 (distclean): Pass the request down, and then get rid of the
11391 files configure built, and get rid of the Makefiles.
11392 (realclean): Pass the request down, and then do the same things
11393 distclean does.
11394 (uninstall, info, dvi): New targets.
11395
11396 * configure.in: Move clause for PC-compatible i386 box to the end
11397 of the case statement, to avoid masking configurations below.
11398
11399 * configure.in: Add case for m88k-motorola-sysv4.
11400
11401 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
11402 the HP 68000 machines.
11403
11404 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
11405 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
11406 preprocessor won't fiddle with them.
11407
11408 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11409
11410 * Makefile.in (TAGS): cd to src to run etags.
11411
11412 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11413
11414 * configure.in (version): Check the X libraries for XrmSetDatabase
11415 and random, and see if we have -lXbsd.
11416
11417 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11418
11419 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11420 s/*.h and m/*.h files. Martin Tomes
11421 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11422
11423 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11424
11425 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11426 above the general i386 alternative.
11427
11428 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11429
11430 * configure.in: Recognize configuration name for Data General
11431 AViiON machines.
11432
11433 * configure.in: Use AC_LONG_FILE_NAMES.
11434
11435 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11436
11437 * configure.in: Test for bison.
11438 * Makefile.in (YACC): New variable.
11439 (lib-src/Makefile.in): Edit YACC into the makefile.
11440
11441 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11442
11443 * Version 19.13 released.
11444
11445 * configure.in (CFLAGS): Don't set this according to the value of
11446 the GCC shell variable. Instead, consult the machine and system
11447 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11448 test __GNUC__ while we're at it.
11449
11450 * configure.in: Remove extra ;; from hpux cases.
11451
11452 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11453
11454 * configure.in: Check to see if the system has -ldnet.
11455
11456 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11457
11458 * make-dist: Add clauses to distribute lisp/forms-mode.
11459
11460 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11461
11462 * configure.in (machine): Fix the versions in hpux version number test.
11463 Do not guess based on cpu type. Do check for explicit system version.
11464
11465 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11466
11467 * configure.in: Do NOT look for `unknown' as company name.
11468
11469 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11470
11471 * configure.in: Fix typo in message.
11472
11473 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11474
11475 * Version 19.12 released.
11476
11477 * Makefile.in (do-install): Correct previous etc-copying change.
11478 Partially rewrite using `if'.
11479 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11480
11481 * Version 19.11 released.
11482
11483 * configure.in: Handle 386bsd.
11484
11485 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11486
11487 * make-dist: Update getdate.c.
11488
11489 * configure.in: Handle bsd386.
11490
11491 * Makefile.in (do-install): Use `-' in tar options.
11492
11493 * configure.in: Change ! "${...}" to x"${...}" = x.
11494
11495 * Makefile.in (do-install): Copy the DOC-* files from the build
11496 etc directory, as well as lots of things from ${srcdir}/etc.
11497
11498 * make-dist: Copy config.guess.
11499
11500 * configure.in: Handle AIX versions 1.2, 1.3.
11501
11502 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11503
11504 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11505 the configuration name mips-mips-usg* to represent USG systems.
11506
11507 * configure.in: Fix logic to detect if srcdir is already configured.
11508
11509 * Makefile.in: Pass in LD_SWITCH_X_SITE.
11510
11511 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11512 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11513 of a directory; cd might fail, and have pwd print out the current
11514 directory.
11515
11516 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11517
11518 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
11519
11520 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11521
11522 * configure.in: Complain if srcdir points at an already-configured
11523 tree.
11524
11525 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11526
11527 * Version 19.10 released.
11528
11529 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11530
11531 * Makefile.in: Use Makefile comments, not C comments.
11532
11533 * configure.in: Add case for the Tektronix XD88.
11534
11535 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11536
11537 * configure.in: Handle sysv4.2 and sysvr4.2.
11538
11539 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11540
11541 * configure.in: Traverse the argument list without destroying it;
11542 don't use shift. It turns out that "set - ${saved_arguments}"
11543 doesn't work portably.
11544
11545 * configure.in: Add missing "fi".
11546
11547 * make-dist: Rebuild configure if configure.in is newer.
11548
11549 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11550 targets to be executed even if make remembers that it has already
11551 satisfied FRC.
11552
11553 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11554
11555 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11556
11557 * configure.in (romp): Handle various version numbers with aos and bsd.
11558
11559 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11560
11561 * configure.in: Fix message text.
11562
11563 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11564
11565 * make-dist: Make a `site-lisp' directory in the distribution,
11566 instead of a `local-lisp' directory, which hasn't been the
11567 appropriate name for a long time.
11568 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11569 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11570
11571 * Makefile.in (do-install): Correctly detect if ./etc and
11572 ${srcdir}/etc are the same.
11573
11574 * configure.in: Extract UNEXEC from the system configuration
11575 files, compute the name of the source file corresponding to the
11576 object file, and #define it as UNEXEC_SRC in config.h.
11577
11578 * configure.in: If srcdir is '.', then try using PWD to make it
11579 absolute.
11580
11581 * configure.in: Include ${srcdir} in the printed report, to help
11582 people notice if it's an automounter path.
11583
11584 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11585
11586 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11587
11588 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11589
11590 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11591 when they are different. Add `shift' command.
11592 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11593 (externallispdir): Var deleted.
11594
11595 * configure.in: Delete spurious paren outputting short_usage.
11596
11597 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11598
11599 * Version 19.9 released.
11600
11601 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11602
11603 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11604 subdirectory makes.
11605
11606 * make-dist: Check for .elc files with no corresponding .el file.
11607
11608 * Makefile.in (mkdir): Make all the directories in locallisppath.
11609
11610 * config.guess: New file.
11611 * configure.in: Use it, tentatively.
11612 * INSTALL: Mention its usage.
11613
11614 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
11615 the former gives you the operating system rev directly.
11616 Use s/hpux.h if we don't recognize what we got.
11617
11618 * Makefile.in (do-install): Don't remove a destination directory
11619 if it's the same as the source. If ${srcdir}/info == ${infodir},
11620 don't try to copy the info files.
11621
11622 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11623 doesn't work if you're not using a separate source directory.
11624 (do-install): Copy the build tree's etc directory only after
11625 making sure it's not also the source tree's etc directory.
11626
11627 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11628
11629 * configure.in: Handle sunos4.1.3 specially.
11630
11631 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11632
11633 * Makefile.in (INSTALL): Add definition.
11634
11635 * configure.in: Fix some messages. Support -with-gnu-cc.
11636 At the end, use `set --', not `set -'.
11637 Delete spurious `.h' in hpux alternatives.
11638
11639 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11640
11641 * Version 19.8 released.
11642
11643 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11644
11645 * configure.in: When looking for source in the same directory as
11646 the configure script, make the path thus discovered absolute.
11647 If the user specifies the `--srcdir' switch, make that directory
11648 absolute too.
11649
11650 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11651
11652 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11653 too, as the value of the PATH_INFO macro.
11654
11655 * configure.in: Check to see if the source lives in the same
11656 directory as the configure script.
11657
11658 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11659
11660 * Makefile.in (install): Split this into `install' and
11661 `do-install', to give people more control over exactly what gets
11662 done.
11663 (do-install): New target, containing the guts of `install'.
11664 Don't remove and recreate the directories inside the copying loop - do
11665 it all before the copying loop. Pass more flags to the lib-src
11666 make.
11667 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11668 avoid errors and warnings.
11669
11670 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11671 the manufacturer - the more general case was blocking other i386
11672 configuration names below, and that's how the names are written in
11673 MACHINES anyway.
11674
11675 * make-dist: When breaking links, remove the link before moving
11676 the copy onto it, to avoid interactive behavior.
11677
11678 * Makefile.in: Doc fix.
11679
11680 * configure.in: Doc fix.
11681
11682 * INSTALL: Mention --exec-prefix option.
11683
11684 * configure.in: Add support for the `--exec-prefix' option.
11685 * Makefile.in: Accept that support.
11686
11687 * configure.in: Use the AC_PROG_INSTALL macro.
11688 * Makefile.in (INSTALL): Variable removed.
11689 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11690
11691 * configure.in: Distinguish between hp800's and hp700's by calling
11692 "uname -m".
11693
11694 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11695
11696 * configure.in: Recognize configuration names for i860 boxes
11697 running SYSV.
11698
11699 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11700
11701 * configure.in: Distinguish between hp800's and hp700's by the
11702 version of HP/UX they run, since that's something people are more
11703 likely to know - hp700's run 8.0.
11704 Add HP 700 configuration.
11705
11706 * configure.in: Test for the presence of the `rename' function.
11707
11708 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11709 configure.in.
11710 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11711
11712 * make-dist: Break intra-tree links.
11713
11714 * configure.in: Explain that this is an autoconf script, and give
11715 instructions for rebuilding configure from it. Arrange to put
11716 comments in configure explaining this too.
11717
11718 * configure.in: Make the first line of the configure script be
11719 "#!/bin/sh". Leaving the first line blank didn't work.
11720
11721 * configure.in (long_usage): Remove; made short_usage describe
11722 the options briefly.
11723
11724 * configure.in: Implement the --prefix option.
11725 * Makefile.in (prefix): Add support for it here.
11726 * INSTALL: Document it here.
11727
11728 * Makefile.in (install): Don't assume that the files in the `info'
11729 subdirectory match *.info. They don't have that prefix.
11730
11731 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11732
11733 * configure.in: Add case for version 5 of Esix.
11734
11735 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11736
11737 * Version 19.7 released.
11738
11739 * make-dist: There aren't any *.com files in lib-src anymore.
11740
11741 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11742 them; they're symlinks to other filesystems on the GNU machines.
11743
11744 * make-dist: Check that the manual reflects the same version of
11745 Emacs as stated in lisp/version.el. Edit that version number into
11746 the README file.
11747
11748 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11749
11750 * configure.in: Remove the hack of AC_DEFINE; use
11751 AC_DEFINE_UNQUOTED.
11752
11753 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11754
11755 * make-dist: Don't distribute precomp.com, compile.com, or
11756 link.com from ./src; they're in ./vms now.
11757
11758 Some time-handling patches from Paul Eggert:
11759 * configure.in: Add AC_TIMEZONE.
11760
11761 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11762
11763 * configure.in: Recognize Linux as a valid operating system for
11764 the i386.
11765
11766 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11767
11768 * make-dist: Distribute some VMS files we got from Richard Levitte.
11769
11770 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11771 the source for the sed command, not oldXMenu/Makefile.
11772
11773 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11774
11775 * INSTALL: Don't claim the srcdir option doesn't work.
11776
11777 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11778
11779 * configure.in: Include remarks saying what order the autoconf
11780 tests should go in, and remind people to change config.h.in
11781 whenever they add autoconf tests which make #definitions.
11782
11783 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11784
11785 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11786
11787 * Makefile.in (oldXMenu/Makefile): Make this depend on
11788 ${srcdir}/oldXMenu/Makefile.in, not itself.
11789
11790 * PROBLEMS: Some updates from David J. Mackenzie.
11791
11792 More changes from David J. Mackenzie.
11793 * Makefile.in (install.sysv, install.xenix, install.aix):
11794 Targets removed; autoconf and config.h should specify all these
11795 differences.
11796 (buildlisppath): Make this path depend on ${srcdir}.
11797 (INSTALLFLAGS): Remove.
11798 (INSTALL): Include the -c flag.
11799 (install): Change the way we invoke install accordingly.
11800
11801 Install ${srcdir} changes from DJM.
11802 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11803 list.
11804 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11805 the source tree and the etc directory in the object tree.
11806 (${SUBDIR}): Pass the prefix variable down to submakes.
11807 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11808 in /bin.
11809 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11810 values for srcdir and VPATH.
11811 (install): Add `v' flag to tar command. Make sure that `dir'
11812 exists in ${srcdir}/info before copying it. Remember that the man
11813 pages come from the source tree, not the object tree.
11814 * configure.in: Remove remarks saying that the --srcdir option
11815 doesn't work.
11816 Create the etc directory in the object tree.
11817 Recognize configuration names of the form *-sun-solaris*.
11818 Recognize sunos5 and solaris as operating system names.
11819
11820 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11821 lib-src/getdate.y and src/systime.h.
11822
11823 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11824
11825 * make-dist: Make links in info subdir.
11826
11827 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11828
11829 * configure.in: Call AC_STDC_HEADERS.
11830
11831 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11832
11833 * configure.in: Sidestep autoconf's quoting of the second argument
11834 of AC_DEFINE, so we can specify the value to put there. It would
11835 be nice if autoconf provided some way to specify computed values
11836 for macros.
11837
11838 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11839
11840 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
11841 this is always just -DHAVE_CONFIG_H.
11842
11843 The GNU coding standards specify that CFLAGS should be left for
11844 users to set.
11845 * Makefile.in (CFLAGS): Let configure determine the default value
11846 for this.
11847 Don't have it default to DEFS.
11848 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11849 (lib-src/Makefile, src/Makefile): Edit the default value for
11850 CFLAGS into these files, not DEFS.
11851 * configure.in (CFLAGS): Choose a default value for this - "-g"
11852 normally, or "-g -O" if we're using GCC. Edit it into the
11853 top-level Makefile.
11854
11855 * configure.in: When scanning the machine and system description
11856 #include files, write their names to conftest.c properly.
11857
11858 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11859
11860 * configure.in: In configuration name case for Apallos running
11861 Domainios, set opsys, not opsysfile.
11862
11863 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11864 src/config.h, instead of AC_OUTPUT; the latter overwrites
11865 src/config.h even when it hasn't changed, puts a makefile-style
11866 comment at the top even though it's C code, and produces a
11867 config.status script which doesn't do the job right.
11868
11869 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11870 can use a symbolic link to get the X Menu library into src.
11871 * Makefile.in (LN_S): New variable.
11872 (src/Makefile): Edit the value of LN_S into this makefile.
11873
11874 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11875
11876 * configure.in: Support *-sco3.2v4* as opsystem.
11877
11878 * make-dist: Don't include calc directory.
11879 Exclude many files in the man directory; copy a few.
11880
11881 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11882
11883 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11884 call AC_STRUCT_TM to see what's in time.h.
11885
11886 * configure.in: Employ quoting stupidity to get the value of CPP
11887 to expand properly.
11888
11889 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11890
11891 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11892 variable to scan the machine and system description files.
11893
11894 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11895 so that getdate.y builds correctly.
11896
11897 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11898
11899 * configure.in (tempcname): Change this to "conftest.c", so it will
11900 work properly on systems with short filenames; this is the name
11901 autoconf uses.
11902
11903 * configure.in: Also detect the availability of dup2 and
11904 gethostname.
11905
11906 * configure.in: Use the AC_ALLOCA test.
11907 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11908 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11909
11910 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11911
11912 * make-dist: Distribute configure, as well as configure.in.
11913 Oversight.
11914
11915 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11916
11917 * Makefile.in (install): Print out the name of the directory we're
11918 copying, so people can have some idea of whether we're making
11919 progress.
11920
11921 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11922 Don't forget to re-create the COPYDESTS directories after we clear
11923 them out.
11924
11925 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11926
11927 * Makefile.in: Add autoconf cookies so that the configure
11928 script can comment out sections of path variable definitions to
11929 choose between the installable configuration and the run-in-place
11930 configuration.
11931 * configure.in: Add new option `--run-in-place', to select the
11932 run-in-place path definitions.
11933
11934 * configure.in: Add a clause to the big configuration name case
11935 for the NeXT machine.
11936
11937 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11938
11939 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11940 Make sure that each source directory exists, and is different from
11941 the destination directory; then, delete the destination before
11942 copying over the source.
11943
11944 * make-dist: Distribute configure.in, instead of configure.
11945
11946 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11947
11948 * configure.in: Don't set CC to "gcc -O" if the user specifies
11949 `--with-gcc'. Add -O to DEFS if GCC is set.
11950
11951 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11952
11953 * Makefile.in (clean mostlyclean): Missing right paren.
11954
11955 * configure.in: When checking for X windows, search for an X11
11956 subdirectory of ${x_includes}.
11957
11958 * configure.in: Check for gettimeofday function, for getdate.y.
11959
11960 Change `configure' to a mixture of custom code and autoconf stuff.
11961 autoconf can't derive all the information we need, but we'd really
11962 like to be able to take advantage of some of its tests, and its
11963 file-editing facilities.
11964 * configure.in: Renamed from configure.
11965 Quote the sections of shell script we want copied literally to
11966 the configure script.
11967 (compile): Initialize this to make the autoconf macros' code happy.
11968 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11969 code to do their jobs.
11970 Use autoconf to produce Makefile and src/config.h.
11971 Remove the Makefile-style comment that autoconf places at the top
11972 of src/config.h.
11973 (config_h_opts): Remove - no longer necessary.
11974 * Makefile.in (configname): Rename to configuration.
11975 (CONFIG_CFLAGS): Rename to DEFS.
11976 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
11977 get values via autoload @cookies@.
11978 (libsrc_libs): Get this from autoconf. We used to do nothing
11979 about this.
11980 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11981
11982 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11983 Don't echo the move-if-change command.
11984
11985 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11986
11987 * make-dist: Distribute lib-src/rcs-checkin.
11988
11989 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11990 Don't try to make links to the RCS or Old subdirectories.
11991 Use the appropriate extension for the compression type in use.
11992 Create the tar file in the shell's initial default directory, not
11993 in ${tempparent}.
11994 Erase the whole ${tempparent} tree, not just ${tempdir}.
11995
11996 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11997
11998 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11999 use to build paths.h.
12000 (lib-src/Makefile, src/Makefile): Similarly.
12001
12002 * configure: Extend test for working `const' keyword to handle AIX
12003 3.2 cc.
12004
12005 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12006
12007 * make-dist: Distribute lisp/term/ChangeLog.
12008
12009 Arrange for C compilation throughout the tree to get
12010 C_SWITCH_SYSTEM from the configuration files.
12011 * configure: Extract C_SWITCH_SYSTEM from the machine and
12012 system-dependent files, and save it in the top-level Makefile.
12013 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12014 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12015
12016 * make-dist: Include the VMS support files in oldXMenu in the
12017 distribution.
12018
12019 * configure: Doc fix.
12020
12021 * configure: Fix corrupted config_h_opts.
12022
12023 * configure: Properly report option names in error messages.
12024
12025 * configure: Properly recognize --x-includes and --x-libraries
12026 options.
12027
12028 * configure: Fix syntax errors in code handling XFree386.
12029
12030 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12031
12032 * configure: Add special code to detect XFree386, and tell
12033 config.h about it.
12034
12035 * configure: Properly handle extracting values of LIBS_MACHINE and
12036 LIBS_SYSTEM that contain spaces.
12037
12038 * configure: Add `--x-includes' and `--x-libraries' options.
12039 I think these are dopey, but no less than three alpha testers, at
12040 large sites, have said they have their X files installed in odd
12041 places. Implement them by setting C_SWITCH_X_SITE and
12042 LD_SWITCH_X_SITE in src/config.h.
12043
12044 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12045
12046 * make-dist: Don't distribute etc/Old files.
12047
12048 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12049 backups.
12050
12051 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12052
12053 * make-dist: Fix typo.
12054
12055 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12056
12057 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12058 in some cases where it should but didn't seen to.
12059
12060 * Makefile.in: Added unlock and relock productions.
12061
12062 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12063
12064 * make-dist: Add a --compress option to force make-dist to use
12065 compress.
12066
12067 * make-dist: Use gzip, if we can find it.
12068
12069 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12070 make rs6000-ibm-aix default to -aix32.
12071
12072 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12073
12074 * Makefile.in: Added `Developer's configuration' section.
12075
12076 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12077
12078 * Makefile.in: Add commented-out variable settings for developer's
12079 configuration.
12080
12081 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12082
12083 * make-dist: Distribute `src/bitmaps' too.
12084
12085 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12086
12087 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12088 make rs6000-ibm-aix default to -aix32.
12089
12090 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12091
12092 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12093
12094 * Makefile.in (install.sysv): Add a second `$' in front of
12095 `${dest}', so that the shell will expand it, instead of Make.
12096
12097 * configure: When processing the name of the configure script,
12098 collapse `././' to `./', but leave a single `./' prefix alone.
12099
12100 * configure: Doc fix.
12101
12102 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12103
12104 * configure: Handle isc3.0 correctly.
12105
12106 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12107
12108 * make-dist: Don't try to copy the COPYING notice into
12109 external-lisp; we're not distributing that directory any more.
12110
12111 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12112
12113 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12114 Remove CVS subdirectories from the installed directory trees, as
12115 well as RCS directories.
12116
12117 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12118
12119 * make-dist: Only copy gmalloc.c if we couldn't link it.
12120 Don't try to copy man/{README,Makefile} unless they actually exist.
12121
12122 * Makefile.in (lisppath): Don't include externallispdir in this.
12123 We're not sure whether we're even going to distribute the
12124 directory yet.
12125
12126 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12127
12128 * make-dist: Don't distribute the external-lisp directory anymore.
12129 * INSTALL: Remove all references to external-lisp.
12130
12131 * configure: Detect whether the compiler supports `const'
12132 properly, and edit src/config.h accordingly.
12133
12134 * configure: Tweak layout of final report.
12135
12136 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
12137 CFLAGS.
12138
12139 * Makefile.in (locallisppath): Make this default to
12140 ${datadir}/emacs/site-lisp, instead of
12141 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
12142 the same thing, and local-lisp causes completion conflicts with
12143 lock.
12144 (lisppath): Add ${externallispdir} to this.
12145 * INSTALL: Adjust installation directions.
12146
12147 * Makefile.in (externallispdir): New variable, to say where to
12148 install the externally-maintained lisp files.
12149 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
12150 the others.
12151 * INSTALL: Describe external-lisp and the new externallispdir
12152 variable.
12153
12154 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12155
12156 * configure (progname): New option `--with-gcc'. Make it clearer
12157 how we are trying to guess whether or not we have GCC.
12158 * INSTALL: Document the `--with-gcc' option, and improve
12159 description of `--with-x' options.
12160
12161 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12162
12163 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12164 ${infodir} from these variables; we have written out explicit code
12165 to install the info files.
12166
12167 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12168
12169 * make-dist: Don't distributed the RCS files in the etc directory.
12170
12171 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12172
12173 * Makefile.in: Some makes can't handle comments in the middle of
12174 commands; move them to before the whole rule.
12175
12176 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12177
12178 * README: Mention what Emacs is.
12179
12180 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12181
12182 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12183 Add `./cpp' and `./man' back into the distribution.
12184
12185 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12186
12187 * Makefile.in: Define MAKE, and use where appropriate.
12188
12189 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12190
12191 * make-dist: Remember that the authoritative COPYING notice is
12192 `etc/COPYING', not `../etc/COPYING'.
12193
12194 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12195
12196 * make-dist: Make sure that the COPYING notices in each directory
12197 are copies, not symlinks.
12198
12199 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12200
12201 * INSTALL: The build process produces an executable called `emacs'
12202 now. Change references.
12203 * Makefile.in: Adjust `install.mumble' targets to install
12204 `src/emacs', not `src/xemacs'.
12205
12206 * configure: Start with a blank line; this keeps some old CSH's
12207 from thinking it's a CSH script. Most systems will just use
12208 /bin/sh to run it, which is what we're expecting; the only other
12209 shells which might try to interpret it themselves are probably
12210 Bourne-compatible.
12211
12212 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12213
12214 * INSTALL: Improvements suggested by David Mackenzie.
12215
12216 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12217
12218 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12219 Don't try to copy the info files if there aren't any; the
12220 unexpanded globbing pattern disappoints `install'. Ignore the
12221 return status of that command.
12222
12223 * INSTALL: Updated for new configuration arrangement.
12224
12225 * configure: Don't make the top-level Makefile read-only - people
12226 may want to edit the values of the path variables.
12227
12228 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12229 Install the info files in ${infodir}. Install the executable
12230 under both `emacs' and `emacs-VERSION'.
12231
12232 * Makefile.in: Doc fix.
12233
12234 * Makefile.in (exec_prefix): New variable, as per latest version
12235 of coding standards.
12236 (bindir, libdir): Use it, instead of `prefix'.
12237 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
12238
12239 * Makefile.in (mandir): Make the default value for this depend on
12240 $(prefix).
12241
12242 * Makefile.in (datadir, statedir, libdir): Make these all default
12243 to ${prefix}/lib.
12244 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
12245 Adjust to compensate.
12246
12247 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12248 Install the etags and ctags man pages too.
12249
12250 * Makefile.in (distclean): Don't delete backup files; that's the
12251 job of extraclean.
12252 (extraclean): Like distclean, but deletes backup and autosave files.
12253
12254 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12255
12256 Make path specification conform to GNU coding standards.
12257 * configure (long_usage): Remove all traces of old arguments from
12258 usage messages, and document the options we do accept in more
12259 detail: -with-x... and --srcdir.
12260 (options, boolean_opts): Delete; we don't have enough options to
12261 make this worthwhile.
12262 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
12263 along with the code which supported them; these should be set as
12264 arguments to the top-level make.
12265 (config_h_opts): Since this no longer doubles as a list of option
12266 names, make them upper case; this simplifies the code which uses
12267 them to build the sed command to edit src/config.h. Change the
12268 code which sets them.
12269 (cc, g, O): Don't allow the user to set these using options; they
12270 should be specified using `CC=' and `CFLAGS=' arguments to the
12271 top-level make. Just choose reasonable default values for them,
12272 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
12273 values.
12274 (gnu_malloc, rel_alloc): Don't allow the user to set these using
12275 options; use them whenever the configuration files say they're
12276 possible.
12277 Simplify the argument processing loop. Don't accept abbreviations
12278 for option names; these might conflict with other configuration
12279 options in the future.
12280 Add some support for the `--srcdir' option. Check for the sources
12281 in . and .. if `--srcdir' is omitted. If the directories we will
12282 compile in don't exist yet, create them under the current directory.
12283 Note that the rest of the build process doesn't really support
12284 this.
12285 Edit only the top Makefile. That should edit the others.
12286 Edit into the makefile: `version', from lisp/version.el, `configname'
12287 and `srcdir' from the configuration arguments, `CC' and
12288 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
12289 the user's path, and LOADLIBES as gleaned from the system
12290 description files.
12291 Simplify the report generated; it doesn't need to include any
12292 description of paths now.
12293 Make `config.status' exec configure instead of just calling it, so
12294 there's no harm in overwriting `config.status'.
12295 * Makefile.in (version, configname): New variables, used to choose
12296 the default values for datadir and libdir.
12297 Path variables rearranged into two clearer groups:
12298 - In the first group are the variables specified by the GNU coding
12299 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12300 manext, infodir, and srcdir).
12301 - In the second are the variables actually used for Emacs's paths
12302 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12303 archlibdir), which depend on the first category.
12304 datadir and libdir default to directories under
12305 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12306 demand.
12307 etcdir and lispdir default to subdirectories of datadir.
12308 archlibdir defaults to libdir.
12309 The new installation tree is a bit deeper than it used to be, so
12310 use the new make-path program in lib-src to build them all.
12311 Always build a new src/paths.h.tmp and then move-if-change it to
12312 src/paths.h, to avoid unnecessary rebuilds while responding to the
12313 right changes.
12314 Remove all mention of arch-lib. Run utility commands from
12315 lib-src, and let the executables be copied into archlibdir when
12316 Emacs is installed.
12317 Add targets for src/Makefile, lib-src/Makefile, and
12318 oldXMenu/Makefile, editing the values of the path variables into
12319 them.
12320 Let lib-src do its own installation.
12321 (datadir): Default to putting data files under
12322 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12323 (emacsdir): Variable deleted; it would only be confusing to use.
12324 (lispdir, etcdir): Default to ${datadir}/lisp.
12325 (mkdir): Use make-path for this.
12326 (lockdir): Do this in mkdir.
12327 (Makefile): New target.
12328
12329 * configure (usage_message): Rename to long_usage.
12330
12331 * make-dist: Don't bother creating an arch-lib directory; that's
12332 only for installation now.
12333
12334 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12335
12336 * configure: Use GCC-style configuration names, using config.sub.
12337 Change the usage and help messages.
12338
12339 * configure: Initialize window_system, not indow_system.
12340
12341 * configure: Report which window system, compiler, and signal
12342 handler return type we decide to use.
12343
12344 * make-dist: Explain what's going on if config.sub and gmalloc.c
12345 can't be linked. Place the code which copies them near the code
12346 which links the rest of the files around them.
12347
12348 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12349
12350 * make-dist: Don't bother to distribute src/*.com, or
12351 src/vmsbuild; those have all been moved to `../vms'.
12352
12353 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12354
12355 * make-dist: Don't forget that the way to avoid filenames starting
12356 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12357 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12358 couldn't make hard links to, since we have two already, and
12359 perhaps more to come.
12360
12361 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12362
12363 * configure: When editing parameters into lib-src/Makefile, change
12364 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12365 needs some other flags too.
12366
12367 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12368
12369 * configure: Remove spurious echo of the configuration name.
12370
12371 * make-dist: Don't distribute files in src/m and src/s whose names
12372 begin with `='.
12373
12374 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12375
12376 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12377 Also LISP_FLOAT_TYPE.
12378
12379 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12380
12381 * make-dist: Copy config.sub, since it's a symbolic link to a file
12382 on another file system.
12383
12384 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12385
12386 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12387 distribution.
12388
12389 * config.sub: New file, to help us recognize configuration names.
12390 * make-dist: Include it in the distribution.
12391
12392 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12393
12394 * configure: Convert `-' to `_' in specified option names.
12395 Accept options with --. Delete --highpri and --have-x-menu options.
12396 New options --with-x and --with-x10 replace -window-system.
12397 Don't mention options --gnu-malloc, --rel-alloc
12398 or --lisp-float-type in help message.
12399
12400 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12401
12402 * make-dist: Include the `vms' subdirectory in the distribution.
12403
12404 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12405
12406 * configure: Remove lines starting with "# DIST: " when building
12407 lib-src/Makefile and src/Makefile. This allows us to mark the
12408 "Makefile.in" files with explanatory comments which won't also get
12409 stuck in the Makefiles.
12410
12411 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12412
12413 * make-dist: Don't use the '+' operator in the sed regular
12414 expression that extracts the version number from lisp/version.el;
12415 Ultrix sed doesn't seem support the operator. Just double the
12416 operand and use *.
12417
12418 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12419
12420 * Makefile.in: Doc fix.
12421
12422 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12423
12424 * configure: Rewrite sed command to remove at most one ./ prefix;
12425 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12426 group.
12427
12428 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12429
12430 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12431
12432 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12433
12434 * make-dist: Go ahead and build a new TAGS file, unless the
12435 --newer option was specified. Don't try to delete a TAGS file
12436 from etc; it's not kept there, and shouldn't be deleted anyway.
12437
12438 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12439
12440 * make-dist: If the lisp directory contains a default.el, don't
12441 distribute it.
12442
12443 * configure: When searching signal.h for the type of a signal
12444 return handler, make a copy of it, not a symbolic link to it; that
12445 way, it will work on systems that don't have symbolic links.
12446
12447 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12448
12449 * make-dist: Taught it about vcdiff and rcs2log, added --newer
12450 option for generating incremental distributions. Stopped it from
12451 generating a TAGS file into the distribution; that sucker is
12452 *big*, and easily enough generated with the toplevel makefile.
12453
12454 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12455
12456 * configure: When writing config.status, don't prefix progname
12457 with a '.'; it might be absolute.
12458
12459 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12460
12461 * configure: Choose to use X11 if either /usr/lib/libX11.a or
12462 /usr/include/X11 exist, not only if both exist.
12463
12464 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12465
12466 * make-dist: Make the new external-lisp directory a duplicate of
12467 the external-lisp directory, not the lisp directory.
12468
12469 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12470
12471 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12472 clean' in arch-lib; it doesn't even have a Makefile.
12473
12474 * Makefile.in (clean, mostlyclean): In the test which tries to
12475 distinguish between the build directory, which should be cleaned,
12476 and the installed directory, which shouldn't, cd to `${emacsdir}',
12477 not `${DESTDIR}${LIBDIR}'.
12478
12479 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12480
12481 * make-dist: Be sure to delete the .c and .h files that YACC and
12482 BISON create from getdate.y.
12483
12484 * external-lisp: New directory; see `external-lisp/README'.
12485 * make-dist: Added support for the external-lisp subdirectory.
12486
12487 * make-dist: Changed message which complains that make-dist wasn't
12488 invoked in the right directory to indicate which files it was
12489 looking for.
12490
12491 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12492
12493 * configure: Add comments explaining why we can't translate
12494 character ranges or control characters in `tr'.
12495
12496 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12497
12498 * configure: When generating the configuration message, we used to
12499 build the message from the start so that each line began with "# "
12500 so that it would be a comment in `config.status'. However, this
12501 causes trouble if any of the variables we use in the message
12502 expand to more than one line of text - as gnu_malloc_reason
12503 sometimes does. So instead, we build the message as it should be
12504 printed to the user (i.e. without the "# " prefixes), and stick on
12505 the "# "s when we write it to `config.status'.
12506
12507 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12508 `lib-src' and `arch-lib'.
12509
12510 * configure: When generating report and `config.status' file, note
12511 that bindir only determines where `make install' and
12512 `build-install' will place the executables; this should make it
12513 clear that the ordinary build process will not try to install
12514 things.
12515
12516 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12517
12518 * make-dist: Change messages to say that we are 'making links to
12519 X', rather than 'copying X'. And put `' quotes around file names.
12520
12521 * make-dist: Include '.tmp' in the name of the staging directory.
12522
12523 * make-dist: Pass the `-f' option to rm when you're not sure that
12524 the files you're removing actually exist.
12525
12526 * make-dist: When setting up etc/COPYING, always nuke whatever is
12527 there, and then copy it in, to make sure we get a real file.
12528
12529 * make-dist: Don't try to distribute *.defns files any more.
12530 The only such file was for simula.el, which has been superseded by a
12531 version which doesn't have a separate .defns file.
12532
12533 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
12534
12535 * make-dist: Don't distribute configured versions of config.h.in,
12536 paths.h.in, Makefile.in in src.
12537
12538 * configure: Delete .tmp files before creating them; don't bother
12539 trying to make final targets writable first, since it won't
12540 matter to move-if-change.
12541
12542 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12543
12544 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12545 mkdir and chmod in the center of all the conditionals. GNU Make
12546 will strip these out, but other makes won't.
12547
12548 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12549
12550 * make-dist: Include move-if-change in list of files to distribute.
12551
12552 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12553
12554 * configure: Remove any "." elements from the program name.
12555
12556 * configure: Don't record the values of all the possible arguments
12557 in config.status; only record the options that the user specified.
12558
12559 * configure: Use move-if-change to move in the new src/config.h.
12560
12561 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12562
12563 * move-if-change: New file, copied from gcc release.
12564 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12565 a temp file, so we don't update paths.h if an error occurs or if
12566 it doesn't need changing.
12567
12568 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12569
12570 * Makefile.in (src/paths.h): Do not install a value for the
12571 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12572 * build-install.in: Same thing.
12573
12574 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12575
12576 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12577 latter, being a typo, is always false, resulting in a program
12578 whose default behavior is to painstakingly build a copy of the
12579 source tree, and then delete it. Rah.
12580
12581 * Makefile.in: Add dist target, and comment for it.
12582
12583 * configure: When scanning <signal.h> for a declaration for
12584 signal, create a symbolic link with a name ending in .c, so the
12585 compiler won't complain that it's only been given .h files.
12586
12587 * configure: Check whether there are any arguments available
12588 before shifting to get the value of a non-boolean parameter.
12589
12590 * make-dist: Doc fix.
12591
12592 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12593
12594 * configure: Instead of grepping /usr/include/signal.h for a
12595 signal declaration, run /usr/include/signal.h or
12596 /usr/include/sys/signal.h through cpp and grep for the
12597 declaration.
12598
12599 * configure: Redirect the output of grep to /dev/null instead of
12600 using grep -s - that flag means different things on other systems.
12601
12602 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12603 since the former is recognizable even if you don't know what
12604 'dumping' is.
12605 * configure: Accommodate that change.
12606
12607 * configure: Accept options for all of the directories you can
12608 change in the Makefile.
12609
12610 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12611
12612 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12613 FOO before you can use them.
12614
12615 * build-install.in: Made the "Where To Install Things" section
12616 conform with the similar section from Makefile.in. Copied section
12617 which builds src/paths.h from src/paths.h.in from the Makefile.
12618
12619 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12620
12621 * configure: Write config.status to pass its command-line
12622 arguments on to configure, so that people can use it to recreate
12623 an old configuration, with minor changes.
12624
12625 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12626
12627 * configure: Don't rely on option variables being unset if their
12628 values are the empty string. In particular, when producing the
12629 English report, don't assume that highpri will be unset when no
12630 increased priority has been requested; -highpri='' should be the
12631 same as omitting -highpri altogether.
12632
12633 * configure: Fix dumb bug: when running the system and machine
12634 description files through cpp, mark those lines that we want to
12635 evaluate with the string '@configure@', and then only evaluate
12636 them. This way if the files include anything that actually
12637 generates text (type definitions or external declarations, say),
12638 we won't try to eval it.
12639
12640 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12641
12642 * make-dist: New shell script.
12643
12644 * configure: When creating foo from foo.in, make foo read-only to
12645 remind people to edit the .in file instead.
12646
12647 * INSTALL: Changed references to config.h-dist to config.h.in.
12648 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12649 to build src/paths.h from src/paths.h.in; added a paragraph to do
12650 this.
12651 * configure, Makefile, build-install: Changed filenames like
12652 FOO-dist to FOO.in.
12653
12654 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12655
12656 * Makefile, build-install: Renamed to Makefile.in and
12657 build-install.in; the configure script will edit these to produce
12658 the usable Makefile and build-install.
12659 * configure: Changed to produce ./Makefile, ./build-install,
12660 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12661 instead of editing them in place.
12662
12663 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12664
12665 * Makefile: Re-arranged so that the undumped Emacs will search
12666 ../lisp *after* the site's local elisp files.
12667 (locallisppath, dumplisppath): New variables.
12668 (lisppath): This variable's default value is now chosen based on
12669 $(locallisppath) and $(lispdir); while it used to be the
12670 customization point for adding site-local elisp directories to
12671 load-path, that job is now handled mostly by locallisppath.
12672 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12673 Check the values being assigned to the *LOADSEARCH macros for null
12674 path elements (like '::' in 'foo::bar').
12675
12676 * configure: When checking if the machine- and system-dependent
12677 files define a particular macro or not, actually run them through
12678 CPP and test the macros with #ifs, instead of just grepping for
12679 the macros' names. In particular, check for SYSTEM_MALLOC in this
12680 way.
12681
12682 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12683
12684 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12685
12686 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12687
12688 * configure: Make the config.status file an executable shell
12689 script which will recreate the same configuration. Include the
12690 verbal description of the current configuration as a comment in
12691 the script.
12692 * INSTALL: Doc fix.
12693
12694 * Makefile: Brought the Makefile up to the GNU coding
12695 standards, as described in standards.text:
12696 (TAGS): New name for the target which rebuilds the tags table.
12697 (check): New target; doesn't do anything yet.
12698 (mostlyclean): New target, synonymous with clean.
12699 (realclean): New target. Currently, this just calls the
12700 subdirectories's makefiles and then deletes config.status.
12701 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12702 New variables.
12703 Installation directory variables changed to conform.
12704 (install, install.sysv, install.xenix, install.aix): Change the
12705 code which copies the directories into their installed location to
12706 allow the installed locations to be in several different
12707 directories; the old version assumed that they would all be in
12708 $(emacsdir).
12709 (mkdir, lockdir): Allow the installed locations to be in several
12710 different directories.
12711 * INSTALL: Doc fix.
12712
12713 * build-install: Use the same variable names as the Makefile.
12714 Allow the installed locations to be in several different
12715 directories.
12716
12717 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12718
12719 * Makefile (src/paths.h): Instead of using a single sed command to
12720 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12721 separately, and don't forget to append "/!!!SuperLock!!!" to the
12722 value of the PATH_SUPERLOCK macro.
12723
12724 * config.emacs: Renamed to configure, for consistency with other
12725 GNU products. Internal references changed.
12726 INSTALL, Makefile: References changed.
12727
12728 * lock: New directory, which should always be empty. If this
12729 directory doesn't exist, Emacs won't complain; it just won't lock.
12730 Having this here means that people can just unpack Emacs, build
12731 it, and have locking work.
12732
12733 * share-lib: Re-renamed to etc, for the sake of tradition.
12734 * config.emacs: Changed default value for datadir to ../etc.
12735 * INSTALL, README: Adjusted.
12736
12737 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12738
12739 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12740 by running CPP on the appropriate s/*.h and m/*.h files.
12741
12742 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12743
12744 * config.emacs: Make sure to set the "exit on error" flag once
12745 we've removed config.status; errors should abort the configuration.
12746
12747 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12748
12749 * config.emacs: Added -distribute option, so that the Makefile
12750 paths are in their proper form. I don't know why this matters.
12751
12752 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12753
12754 * local-lisp: New directory, empty in the distribution, for people
12755 to put local elisp code in.
12756 * config.emacs: Include it in the default load path.
12757 * README: Document it.
12758
12759 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12760
12761 * config.emacs: Guess the type of signal handling functions based
12762 on the contents of /usr/include/signal.h.
12763
12764 * config.emacs: Print out progress report messages.
12765
12766 * Makefile (src/paths.h): Don't generically replace
12767 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12768 editing of the other entries, and each entry should be dealt with
12769 explicitly anyway.
12770
12771 * build-install: Converted from C-shell to Bourne shell.
12772 * config.emacs: Edit build-install properly.
12773
12774 * config.emacs: Doc fix.
12775
12776 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12777
12778 * Makefile (install): Remove `B' from tar xf command.
12779
12780 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12781
12782 * config.emacs: Removed support for the `maintain-environment'
12783 option; the only important difference between this and its absence
12784 has been removed.
12785 * INSTALL: Removed mention of `maintain-environment'.
12786
12787 * config.emacs: Fix arguments to sed when processing boolean
12788 arguments.
12789
12790 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12791
12792 * config.emacs: New file, to help automate the installation
12793 process.
12794
12795 * Makefile: Lots of changes to support the separation of etc into
12796 architecture-dependent and -independent files:
12797 (EMACSROOT): New variable, giving the directory under which all of
12798 Emacs's libraries should be installed. Changed rest of file to
12799 use it.
12800 (LIBDIR): Now denotes only architecture-dependent dir.
12801 (DATADIR): New variable, denoting architecture-independent dir.
12802 (LOCKDIR): New variable, for completeness.
12803 (SUBDIR): No more etc, new lib-src.
12804 (COPYDIR): No more etc, new arch-lib and share-lib.
12805 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12806 (src): Now depends on lib-src, not etc.
12807 * build-install: Changes parallel to the above.
12808 * README: Describe the new arrangement.
12809
12810 * vms: New subdirectory for all the VMS stuff.
12811
12812 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12813
12814 * Makefile (LISPPATH): New variable.
12815 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12816
12817 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12818
12819 * Makefile (install, install.sysv, install.xenix):
12820 Install wakeup instead of loadst. No need for setuid or setgid.
12821
12822 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12823
12824 * Makefile (clean): Clean etc if that's not the installation dir.
12825
12826 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12827
12828 * Makefile (paths.h): Make sed alter each name in the path.
12829
12830 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12831
12832 * Makefile (install.sysv): Use cpio, not tar.
12833
12834 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12835
12836 * Makefile (lockdir): Rename `lock' target.
12837 Depend on it from install*, not from `all'.
12838
12839 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12840
12841 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12842 to match build-install and paths.h.
12843
12844 ;; Local Variables:
12845 ;; coding: utf-8
12846 ;; End:
12847
12848 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
12849
12850 This file is part of GNU Emacs.
12851
12852 GNU Emacs is free software: you can redistribute it and/or modify
12853 it under the terms of the GNU General Public License as published by
12854 the Free Software Foundation, either version 3 of the License, or
12855 (at your option) any later version.
12856
12857 GNU Emacs is distributed in the hope that it will be useful,
12858 but WITHOUT ANY WARRANTY; without even the implied warranty of
12859 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12860 GNU General Public License for more details.
12861
12862 You should have received a copy of the GNU General Public License
12863 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.