* Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
[bpt/emacs.git] / ChangeLog
1 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
4
5 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
6
7 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
8 * make-dist: Don't distribute nt/msysconfig.sh.
9
10 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
11
12 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
13
14 Merge from gnulib, incorporating:
15 2013-11-08 extern-inline: port better to OS X 10.9
16 2013-11-08 fpending: fix regression on DragonFly BSD
17 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
18 Update from gnulib.
19
20 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
21
22 Port to C11 aligned_alloc.
23 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
24 and doug_lea_malloc.
25 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
26 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
27 not darwin and !aligned_alloc.
28
29 2013-11-05 Glenn Morris <rgm@gnu.org>
30
31 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
32 config.status computes it.
33 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
34
35 * autogen: Remove directory. Move update_autogen to admin/.
36 * autogen.sh: Remove reference to copy_autogen.
37 * GNUmakefile (configure):
38 * Makefile.in (bootstrap): Do not try to run copy_autogen.
39 * config.bat: Use msdos/autogen rather than autogen.
40
41 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
42
43 Simplify and port recent bool vector changes.
44 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
45 New symbols to configure.
46
47 2013-11-04 Eli Zaretskii <eliz@gnu.org>
48
49 * configure.ac: Don't disallow builds in non-ASCII directories.
50 (Bug#15260)
51
52 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
53
54 Port to stricter C99 platforms.
55 Merge from gnulib, incorporating:
56 2013-11-03 intprops: port to Oracle Studio c99
57 * lib/intprops.h: Update from gnulib.
58
59 2013-11-02 Glenn Morris <rgm@gnu.org>
60
61 * Makefile.in (check): Depend on all.
62
63 2013-10-31 Glenn Morris <rgm@gnu.org>
64
65 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
66
67 2013-10-30 Glenn Morris <rgm@gnu.org>
68
69 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
70 Also clean admin/unidata, if present.
71
72 2013-10-27 Glenn Morris <rgm@gnu.org>
73
74 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
75
76 2013-10-25 Glenn Morris <rgm@gnu.org>
77
78 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
79
80 2013-10-24 Glenn Morris <rgm@gnu.org>
81
82 * configure.ac:
83 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
84 Avoid non-portable "`\" nesting.
85
86 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
87
88 * Makefile.in (abs_top_srcdir): New, set by configure.
89
90 2013-10-23 Glenn Morris <rgm@gnu.org>
91
92 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
93
94 Progress towards allowing installation in directories with whitespace.
95 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
96 (install-arch-indep, install-etcdoc, install-info, install-man)
97 (install-etc, uninstall, install-nt, uninstall-nt):
98 Quote entities that might contain whitespace.
99 * build-aux/update-subdirs: Handle whitespace in argument.
100 Check cd return value.
101
102 Make building in directories with whitespace possible. (Bug#15675)
103 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
104 (src/.gdbinit): Use ac_abs_top_srcdir.
105 * Makefile.in (abs_srcdir): New, set by configure.
106 (buildlisppath, epaths-force-w32): Use abs_srcdir.
107 (install-arch-indep, install-etcdoc, install-info, install-man)
108 (install-etc): Quote entities that might contain whitespace.
109
110 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
111
112 Merge from gnulib, incorporating:
113 2013-10-14 acl: allow cross-compilation to Gentoo
114 2013-10-18 extern-inline: make safe for -Wundef usage
115 2013-09-30 fpending: use pure+const function attrs
116 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
117
118 2013-10-13 Glenn Morris <rgm@gnu.org>
119
120 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
121
122 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
123
124 Merge from gnulib, incorporating:
125 2013-10-10 strtoumax: port to Solaris 8
126 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
127 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
128 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
129 * m4/strtoumax.m4:
130 Update from gnulib.
131
132 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
135 string when gnutls2 is installed but gnutls3 is not.
136
137 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
138
139 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
140
141 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
142
143 * configure.ac: Update for giflib 5. (Bug#15531)
144
145 2013-10-08 Eli Zaretskii <eliz@gnu.org>
146
147 * configure.ac (HAVE_MENUS): Define unconditionally.
148
149 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
150
151 Improve support for popcount and counting trailing zeros (Bug#15550).
152 Do this by using the Gnulib modules for this.
153 This should generate faster code on non-GCC, non-MSC platforms,
154 and make the code a bit more portable, at least in theory.
155 * lib/count-one-bits.c, lib/count-one-bits.h:
156 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
157 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
158 New files, copied from gnulib.
159 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
160
161 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
162
163 Use hardware support for byteswapping on glibc x86 etc.
164 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
165 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
166
167 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
168
169 Merge from gnulib, incorporating:
170 2013-10-02 verify: new macro 'assume'
171 2013-09-26 dup2, dup3: work around another cygwin crasher
172 2013-09-26 getdtablesize: work around cygwin issue
173
174 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
175
176 Merge from gnulib, incorporating:
177 2013-09-24 manywarnings: enable nicer gcc warning messages
178 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
179 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
180 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
181 and -funit-at-a-time, since manywarnings does that for us now.
182
183 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
184
185 * configure.ac: With clang, check for and use -Wno-switch,
186 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
187
188 2013-09-23 Daniel Colascione <dancol@dancol.org>
189
190 * configure.ac: Check for valgrind headers.
191
192 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
193
194 * INSTALL: New homepage of libtiff.
195
196 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
197
198 Work around performance bug on OS X 10.8 and earlier.
199 Perhaps Apple will fix this bug some day.
200 See the thread starting with Daniel Colascione's email in:
201 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
202 * configure.ac (FORTIFY_SOUR): New verbatim section.
203
204 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
205
206 Merge from gnulib, incorporating:
207 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
208 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
209 2013-09-19 extern-inline: do not always suppress extern inline on OS X
210 2013-09-17 getgroups: statement without effect
211 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
212
213 2013-09-19 Eli Zaretskii <eliz@gnu.org>
214
215 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
216 is in the full /d/foo/bar form. See the discussion in
217 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
218 and in particular
219 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
220 and its followups, for the details.
221
222 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
223
224 * configure.ac: Do not check for g_type_init because we
225 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
226 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
227 suitable glib should provide g_type_init unconditionally.
228
229 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
230
231 * configure.ac: Add check for OSX 10.5, required for macfont.o.
232
233 2013-09-09 Glenn Morris <rgm@gnu.org>
234
235 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
236 (LDFLAGS): Move nocombreloc option from here...
237 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
238
239 2013-09-08 Glenn Morris <rgm@gnu.org>
240
241 * configure.ac (--without-compress-install):
242 Rename from --without-compress-info. (Bug#9789)
243 (GZIP_INFO): Remove.
244 (GZIP_PROG): Allow --without-compress-install to disable it.
245 * Makefile.in (GZIP_INFO): Remove all references.
246
247 * info/dir: Tweak emacs-gnutls entry.
248
249 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
250
251 Port --without-x --enable-gcc-warnings to Fedora 19.
252 * configure.ac (WERROR_CFLAGS): Omit redundant use of
253 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
254 -Wunused-parameter. If there is no window system, also omit
255 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
256 is needed for Fedora 19.
257
258 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
259
260 Make --without-x compatible with --enable-gcc-warnings.
261 * configure.ac: If both --without-x and --enable-gcc-warnings are
262 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
263 and -Wno-unused-but-set-parameter.
264
265 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
266
267 Makefile improvements.
268 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
269 (src): Remove duplicate dependency on FRC.
270 Invoke just one submake, not two. Avoid the need for 'pwd'.
271
272 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
273
274 * configure.ac: Add ns_check_file.
275
276 2013-08-31 Glenn Morris <rgm@gnu.org>
277
278 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
279 and voxware to oss.
280
281 2013-08-31 Ulrich Müller <ulm@gentoo.org>
282
283 * configure.ac: Allow for --with-sound=voxware that will enable
284 sound but otherwise disable ALSA. This will use the OSS device,
285 typically /dev/dsp, for sound output. (Bug#15067)
286
287 2013-08-31 Glenn Morris <rgm@gnu.org>
288
289 * make-dist: Update for nt/INSTALL* changes.
290
291 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
292
293 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
294 for portability to hosts where /bin/sh has problems.
295
296 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
299
300 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
301
302 Simplify EMACS_TIME-related code.
303 Merge from gnulib, incorporating:
304 2013-08-27 timespec: new convenience constants and function
305
306 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
307
308 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
309 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
310
311 2013-08-27 Glenn Morris <rgm@gnu.org>
312
313 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
314
315 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
316 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
317 * Makefile.in (check-info-dir): Ignore efaq-w32.
318
319 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
320 (maintainer-clean, check-declare): Remove pointless subshells.
321 Check cd return value.
322
323 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
324
325 Minor merge from gnulib (mostly just for texinfo.tex).
326
327 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
328
329 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
330 This improves on the patch already installed, by quoting options
331 that contain spaces and suchlike systematically, so that
332 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
333 these characters.
334
335 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
336
337 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
338 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
339 and reports EINVAL, try it again without O_CLOEXEC. This should
340 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
341 What were they thinking?
342
343 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
344
345 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
346 Fix shell-operator precedence problem in previous change.
347
348 2013-08-20 Glenn Morris <rgm@gnu.org>
349
350 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
351 Clean test/automated if present.
352
353 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
354
355 Merge from gnulib, incorporating:
356 2013-08-15 warnings: minor optimization
357 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
358
359 2013-08-15 Ken Brown <kbrown@cornell.edu>
360
361 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
362
363 2013-08-15 Glenn Morris <rgm@gnu.org>
364
365 * make-dist: Do not distribute etc/refcards TeX intermediate files.
366 * Makefile.in (install-arch-indep):
367 Do not install etc/refcards TeX intermediate files.
368
369 2013-08-14 Ulrich Müller <ulm@gentoo.org>
370
371 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
372
373 2013-08-12 Eli Zaretskii <eliz@gnu.org>
374
375 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
376
377 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
378
379 Minor zlib configuration tweaks.
380 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
381
382 2013-08-12 Eli Zaretskii <eliz@gnu.org>
383
384 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
385
386 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
387
388 Merge from gnulib, incorporating:
389 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
390 2013-08-10 sys_time: port to OpenBSD
391
392 2013-08-12 Glenn Morris <rgm@gnu.org>
393
394 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
395 with configure's standard --docdir argument. All uses updated.
396 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
397 (install-etcdoc): Rename from install-doc. All uses updated.
398 (uninstall): Run uninstall-doc.
399 (PSS): Add misc-ps.
400 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
401 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
402 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
403 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
404 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
405 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
406
407 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
408
409 Add --with-zlib to 'configure'.
410 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
411 can be built without zlib. Don't assume that -lz is needed on
412 non-PNG hosts. Mention zlib configuration status in 'configure' output.
413
414 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
415
416 * configure.ac: Test for zlib.
417
418 2013-08-10 Eli Zaretskii <eliz@gnu.org>
419
420 * configure.ac: Define and substitute UPDATE_MANIFEST.
421
422 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
423
424 * info/dir: Add todo-mode.
425
426 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
427
428 Fix some minor races in hosts lacking mkostemp (Bug#15015).
429 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
430 * configure.ac (mkostemp): Remove check for this function;
431 gnulib does the check now.
432 (mkstemp): Remove check for this no-longer-used function.
433 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
434 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
435 New files, copied from Gnulib.
436 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
437
438 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
439
440 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
441 --without-file-notification to --without-all.
442
443 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
444
445 * INSTALL: Fix description.
446
447 2013-07-27 Glenn Morris <rgm@gnu.org>
448
449 * configure.ac: Extend the --with-sound option to allow
450 specification of OSS or ALSA (see bug#14812#64).
451
452 2013-07-25 Glenn Morris <rgm@gnu.org>
453
454 * info/dir: Add ido.
455
456 * make-dist: Add a --tests option, to include test/.
457
458 2013-07-24 Glenn Morris <rgm@gnu.org>
459
460 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
461
462 2013-07-23 Glenn Morris <rgm@gnu.org>
463
464 * configure.ac (etc, lisp): No need to create specially.
465 Configure already creates lisp, src/Makefile now creates etc.
466
467 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
468
469 Port to GNU/Linux systems with tinfo but not ncurses.
470 * configure.ac (USE_NCURSES): New symbol.
471
472 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
473
474 Fix array bounds violation when pty allocation fails.
475 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
476 not sizeof pty_name, since pty_name is now a pointer to the array.
477
478 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
479
480 * configure.ac: Simplify --with-file-notification handling.
481
482 2013-07-12 Glenn Morris <rgm@gnu.org>
483
484 * configure.ac: If with-file-notification=yes, if gfile not found,
485 go on to try inotify (not on MS Windows or Nextstep).
486
487 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
488
489 Fix races with threads and file descriptors.
490 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
491
492 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
493
494 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
495
496 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
497
498 * configure.ac (HAVE_W32): Avoid nested functions (the second
499 argument of AC_LANG_PROGRAM is already expanded inside a
500 function). (Bug#14830)
501
502 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
503
504 Port recent close-on-exec changes to Cygwin (Bug#14821).
505 * lib/binary-io.c, lib/binary-io.h: New files.
506 Merge from gnulib, incorporating:
507 2013-07-09 accept4, dup3, pipe2: port to Cygwin
508 * lib/pipe2.c: Update from gnulib, as part of this merge.
509 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
510
511 Handle errno and exit status a bit more carefully.
512 * lib/ignore-value.h: Remove this gnulib-imported file.
513 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
514
515 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
516
517 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
518
519 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
520
521 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
522 This incorporates the following merge from gnulib:
523 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
524
525 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
526
527 Port to Ubuntu 10 (Bug#14803).
528 * configure.ac (accept4): New function to check for.
529
530 Make file descriptors close-on-exec when possible (Bug#14803).
531 * configure.ac (mkostemp): New function to check for.
532 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
533 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
534 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
535 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
536
537 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
538
539 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
540 http://bugs.debian.org/712974
541
542 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
543
544 Remove some unused macros from 'configure'.
545 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
546 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
547 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
548 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
549 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
550 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
551 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
552 Remove these macros, as they are not used.
553 (sys_siglist): Remove macro; src/sysdep.c now does this.
554
555 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
556 Also check that it links. Say whether it compiled and linked.
557
558 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
559
560 Merge from gnulib, incorporating:
561 2013-06-23 ignore-value: port to gcc -pedantic
562 2013-06-21 extern-inline: port to gcc -std=c89
563
564 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
565
566 Do not use GTK 3 if it exists but cannot be compiled.
567 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
568 exists but cannot be compiled.
569
570 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
571
572 * Makefile.in (install-arch-indep): Do not create directories passed
573 with --enable-locallisppath.
574
575 2013-06-24 Glenn Morris <rgm@gnu.org>
576
577 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
578
579 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
580
581 * .bzrignore: Add GNU idutils ID database file.
582
583 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
584
585 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
586 as a fallback.
587
588 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * .bzrignore: Don't unignore cl-loaddefs.el.
591
592 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
593
594 * configure.ac (log2): Check for this function.
595
596 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
597
598 * .bzrignore: Add GNU GLOBAL files.
599
600 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
601
602 Use functions, not macros, for XINT etc. (Bug#11935).
603 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
604 as it generates bogus warnings about reasonable casts of calls.
605
606 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
607
608 * configure.ac: Report ACL usage at the end (Bug#14612).
609
610 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
611
612 --without-all should imply --with-file-notification=no. (Bug#14569)
613 * configure.ac (with_file_notification): Default to $with_features.
614
615 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
616
617 Merge from gnulib, incorporating:
618 2013-06-02 sig2str: port to C++
619 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
620
621 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
622
623 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
624 (with_file_notification): Don't set to gfile if with_ns = yes.
625
626 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
627
628 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
629 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
630 New variables.
631 (epaths-force-w32): Use them. (Bug#14513)
632
633 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
634
635 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
636
637 2013-06-03 Eli Zaretskii <eliz@gnu.org>
638
639 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
640 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
641
642 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
643
644 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
645 used. Remove xgselect.o from XOBJ.
646
647 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
648
649 * configure.ac (file-notification): New option, replaces inotify option.
650 (HAVE_W32): Remove w32notify.o.
651 (with_file_notification): Add checks for glib and w32. Adapt check
652 for inotify.
653 (Summary): Add entry for file notification.
654
655 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
656 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
657
658 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
659
660 * .bzrignore: Ignore dirs libexec/, share/ and var/.
661
662 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
663
664 * INSTALL: Fix description.
665
666 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
667
668 * configure.ac (HAVE_XRANDR): Check availability of
669 XRRGetScreenResources rather than that of XRRQueryExtension.
670
671 2013-05-18 Eli Zaretskii <eliz@gnu.org>
672
673 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
674 nt/epaths.nt, and nt/INSTALL.MSYS.
675
676 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
677
678 Port --enable-gcc-warnings to clang.
679 * configure.ac (nw): Remove obsolescent warnings.
680 These aren't needed for clang, or for gcc for that matter.
681 (emacs_cv_clang): New var, which tests for clang.
682 Omit warnings that clang is too picky about.
683 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
684 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
685
686 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
687 Otherwise, 'configure; make' fails on non-Windows builds.
688
689 2013-05-16 Eli Zaretskii <eliz@gnu.org>
690
691 * lib/Makefile.am: If building for MS-Windows, include
692 nt/gnulib.mk instead of lib/gnulib.mk.
693
694 * configure.ac: Adapt to MSYS build on MS-Windows.
695
696 * Makefile.in (NTDIR): New variable, for the MSYS build on
697 MS-Windows.
698 (SUBDIR): Add $(NTDIR).
699 (.PHONY): Add epaths-force-w32.
700 (msys_to_w32): New variable.
701 (epaths-force-w32, install-nt, uninstall-nt): New targets.
702 (lib-src src): Add $(NTLIB) to prerequisites.
703 (lib lib-src lisp leim nt): Add 'nt'.
704 (config.status): Use $(CFG).
705 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
706 (install, install-arch-dep): Add install-$(NTDIR).
707 (uninstall): Depend on uninstall-$(NTDIR).
708 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
709
710 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
711 CONFIG_SITE for the MSYS build on MS-Windows.
712 (Makefile): Use $(CFG).
713
714 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
715 src/emacs.res.
716
717 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
718
719 Merge from gnulib, incorporating:
720 2013-05-15 manywarnings: update for GCC 4.8.0
721 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
722 2013-05-15 sig2str, stdio, warnings: port to clang
723
724 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * Makefile.in (install-doc): DOC file is not version specific any more.
727 * .bzrignore: Don't ignore DOC-* any more.
728
729 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
730
731 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
732 Reported privately by Han Boetes <han@boetes.org>.
733
734 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
735
736 * lib/makefile.w32-in (ACL_H): New macro.
737 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
738
739 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
740
741 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
742 * configure.ac: Remove -with-acl option, since Gnulib does that for
743 us now.
744 (LIBACL_LIBS): Remove; no longer needed.
745 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
746 for the benefit of the new ACL implementation.
747 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
748 ($(BLD)/acl-errno-valid.$(O)): New rule.
749 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
750 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
751 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
752 New files, taken from gnulib.
753 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
754
755 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
756
757 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
758 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
759
760 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
761
762 Merge from gnulib, incorporating:
763 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
764
765 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
766
767 * make-dist: Keep necessary restrictions on file access.
768
769 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
770
771 Merge from gnulib, incorporating:
772 2013-04-28 extern-inline: work around bug in Sun c99
773
774 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
775
776 Merge from gnulib, incorporating:
777 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
778
779 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
780
781 Port better to AIX (Bug#14258).
782 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
783 we did not already infer an optimization option, and -O works.
784 AIX xlc needs -O, otherwise garbage collection doesn't work.
785
786 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
787
788 * make-dist: Do not distribute admin/unidata/Makefile.
789 It is generated by 'configure'.
790
791 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
792 It messes up 'make distclean', and contains no useful information
793 because it's a copy of subdirs.el.
794
795 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
796
797 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
798
799 2013-04-18 Glenn Morris <rgm@gnu.org>
800
801 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
802 (LN_S_FILEONLY): New output variable.
803 * Makefile.in (LN_S): Remove.
804 (LN_S_FILEONLY): New, set by configure.
805 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
806
807 2013-04-12 Ken Brown <kbrown@cornell.edu>
808
809 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
810 `canonical' is `x86_64-unknown-cygwin'.
811
812 2013-04-09 Ken Brown <kbrown@cornell.edu>
813
814 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
815 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
816 (Bug#12993)
817
818 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
819
820 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
821 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
822 and if not on GNU/Linux or FreeBSD.
823 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
824 lib/*.o is profiled too.
825
826 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
827
828 Merge from gnulib, incorporating:
829 2013-03-29 stdalign: port to stricter ISO C11
830 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
831 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
832
833 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
834
835 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
836 Subsumed by HAVE_XKB. All uses changed.
837
838 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
839
840 * configure.ac (HAVE_XKB): Define if Xkb is present.
841
842 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
843
844 Merge from gnulib, incorporating:
845 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
846
847 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
848
849 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
850 * Makefile.in (QUIET_SUBMAKE): New macro.
851 (install-info, uninstall): Use it.
852
853 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
854 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
855 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
856 no way to do this in pkg-config, so make do with a reasonable
857 approximation.
858
859 Automate the build of ja-dic.el (Bug#13984).
860 * .bzrignore: Add leim/ja-dic/.
861
862 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
863
864 File synchronization fixes (Bug#13944).
865 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
866 (fsync): Remove check; now done by gnulib.
867 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
868 New files, from gnulib.
869 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
870
871 Merge from gnulib, incorporating:
872 2013-03-13 putenv: port to Solaris 10
873 2013-03-12 mktime: fix configure typo
874 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
875 2013-03-11 putenv: avoid compilation warning on mingw
876 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
877
878 2013-03-11 Glenn Morris <rgm@gnu.org>
879
880 * Merge in all changes up to version 24.3 release.
881
882 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
883
884 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
885 It can mess up 'configure' runs.
886
887 2013-03-05 Glenn Morris <rgm@gnu.org>
888
889 * Makefile.in (install-man): Ignore gzip exit status.
890
891 2013-03-03 Glenn Morris <rgm@gnu.org>
892
893 * make-dist: Remove lzma (it's replaced by xz).
894
895 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
896
897 Merge from gnulib, incorporating:
898 2013-02-21 putenv: port better to native Windows
899 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
900 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
901
902 2013-02-28 Ken Brown <kbrown@cornell.edu>
903
904 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
905
906 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
907
908 Simplify data_start configuration (Bug#13783).
909 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
910 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
911 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
912 not always needed.
913 (HAVE_DATA_START): New macro.
914
915 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
916
917 Parallelize documentation builds.
918 This speeds up building of documentation on multiprocessor
919 platforms, and is motivated by Texinfo 5.0, which is much slower.
920 Add a toplevel rule 'make docs' to make all the documentation.
921 * .bzrignore: Add .dvi, .html, .ps.
922 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
923 ($(DOCS), docs, vi, html, pdf, ps): New rules.
924 (info-real): Depend on $(INFOS) rather than doing it sequentially.
925 (dvi): Depend on $(DVIS) rather than doing it sequentially.
926
927 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
928
929 Fix AIX port (Bug#13650).
930 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
931
932 2013-02-12 Eli Zaretskii <eliz@gnu.org>
933
934 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
935 ($(BLD)/memrchr.$(O)): New dependency.
936
937 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
938
939 Tune by using memchr and memrchr.
940 * .bzrignore: Add string.h.
941 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
942 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
943 New files, from gnulib.
944
945 Merge from gnulib, incorporating:
946 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
947 2013-02-09 secure_getenv: fix C++ declaration typo
948
949 2013-02-11 Glenn Morris <rgm@gnu.org>
950
951 * configure.ac (emacs_config_options): Record some env vars.
952
953 2013-02-10 Glenn Morris <rgm@gnu.org>
954
955 * configure.ac (emacs_config_options): Strip out the (internal)
956 arguments --no-create and --no-recursion.
957
958 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
959
960 Merge from gnulib, incorporating:
961 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
962 The MS-Windows port can remove careadlinkatcwd at its convenience.
963 2013-02-08 extensions: port better to HP-UX
964 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
965 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
966 2013-02-04 secure_getenv: new module [module not used by Emacs]
967 2013-01-30 sys_time: port to Solaris 2.6
968
969 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
970
971 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
972 On my host, this speeds up directory-files-and-attributes by a
973 factor of 3, when applied to Emacs's src directory.
974 These functions are standardized by POSIX and are common these
975 days; fall back on a (slower) gnulib implementation if the host
976 is too old to supply them.
977 * .bzrignore: Add lib/dirent.h.
978 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
979 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
980 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
981 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
982 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
983 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
984 * m4/fstatat.m4: New files, from gnulib.
985 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
986 These last three are specific to Emacs and are not copied from gnulib.
987 They are simpler than the gnulib versions and are tuned for Emacs.
988
989 2013-02-01 Glenn Morris <rgm@gnu.org>
990
991 * make-dist: Only README files exist in lisp/ now, not README*.
992
993 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
994
995 * .bzrignore: Add lib-src/blessmail.
996
997 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
998
999 Merge from gnulib, incorporating:
1000 2013-01-16 unistd: port to recent mingw
1001
1002 2013-01-19 Glenn Morris <rgm@gnu.org>
1003
1004 * Makefile.in (install-arch-indep): Put back a chmod that was
1005 removed 2012-05-19. (Bug#13430)
1006
1007 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1008
1009 Merge from gnulib, incorporating:
1010 2013-01-16 largefile: port better to Mac OS X 10.5
1011 2013-01-15 stdint: fix build with Android's Bionic fox x86
1012
1013 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1014
1015 * configure.ac: Document that --enable-gcc-warnings emits errors.
1016 (Bug#13448)
1017
1018 2013-01-13 Glenn Morris <rgm@gnu.org>
1019
1020 * make-dist: Add options for xz compression and no compression.
1021
1022 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1023
1024 Enable conservative stack scanning for all architectures.
1025 Suggested by Stefan Monnier in
1026 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1027 * configure.ac (GC_MARK_STACK): Remove.
1028
1029 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1030
1031 * lib/getopt_.h: Remove trailing CRs that crept in.
1032
1033 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1034
1035 * lib/getopt_.h: Regenerate.
1036
1037 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1038
1039 Merge from gnulib, incorporating:
1040 2013-01-09 stdlib: port to Solaris 2.6
1041
1042 2013-01-04 Glenn Morris <rgm@gnu.org>
1043
1044 * info/dir: Add htmlfontify.
1045
1046 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1047
1048 Merge from gnulib, incorporating:
1049 2013-01-04 stdio: remove now-unnecessary stdio.c
1050 2013-01-04 fprintftime: depend on stdio, not ignore-value
1051 2013-01-04 fwrite: silence __wur only for older glibc versions
1052 2013-01-04 fwrite: silence __wur without using inline
1053 * lib/stdio.c: Remove.
1054 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1055 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1056
1057 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1058
1059 Merge from gnulib, incorporating copyright-date changes and:
1060 2012-12-31 dup2: work around cygwin bug
1061
1062 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1063
1064 * configure.ac: Check for GtkHandlebox.
1065 Check for GtkTearoffMenuItem.
1066 New enable: --enable-gtk-deprecation-warnings, default off.
1067 (HAVE_GTK3): If above enable is off, add
1068 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
1069
1070 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
1071
1072 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1073 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1074 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1075
1076 2012-12-27 Glenn Morris <rgm@gnu.org>
1077
1078 * configure.ac (emacs_config_options): New.
1079 Use $@ rather than undocumented $ac_configure_args.
1080 Replace any embedded double quotes. (Bug#13274)
1081
1082 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1083
1084 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1085 (Bug#13222)
1086
1087 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1088
1089 Revert static checking of stack smashing.
1090 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1091 configured with --enable-gcc-warnings. -Wstack-protector causes
1092 diagnostics to be issued on Ubuntu 12.10 x86-64.
1093
1094 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1095
1096 Merge from gnulib, incorporating:
1097 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1098 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1099 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1100
1101 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1102
1103 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1104
1105 2012-12-16 Romain Francoise <romain@orebokech.com>
1106
1107 * configure.ac (acl): New option.
1108 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1109 provided by libacl on GNU/Linux.
1110
1111 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1112
1113 Fix permissions bugs with setgid directories etc. (Bug#13125)
1114 * configure.ac (BSD4_2): Remove; no longer needed.
1115
1116 2012-12-13 Glenn Morris <rgm@gnu.org>
1117
1118 * info/dir: Add bovine, srecode, wisent.
1119
1120 2012-12-13 Andreas Schwab <schwab@suse.de>
1121
1122 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
1123 (uninstall): Likewise. (Bug#13143)
1124
1125 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1126
1127 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1128 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1129 * m4/extern-inline.m4: Update from gnulib.
1130
1131 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * lib/makefile.w32-in (SIG2STR_H): New macro.
1134 ($(BLD)/sig2str.$(O)): Update dependencies.
1135
1136 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1137
1138 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1139 There's no need to test for any of three inotify functions,
1140 since we use all three. Check for just the first one.
1141
1142 2012-12-10 Daniel Colascione <dancol@dancol.org>
1143
1144 * .bzrignore: Add src/emacs.res.
1145
1146 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1147 build how to compile Windows resource files; use these variables
1148 to tell src/Makefile.in how and whether to compile resources.
1149
1150 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1151
1152 * configure.ac (inotify): New option.
1153 (HAVE_INOTIFY): Test for inotify.
1154
1155 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1156
1157 * configure.ac: Fix source command in .gdbinit.
1158 Don't quote $MAKEINFO.
1159
1160 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1161
1162 Allow spaces in some configuration vars (Bug#13078).
1163 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1164 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1165 All uses quoted, to allow spaces in these vars.
1166
1167 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1168
1169 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1170 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1171 New files, copied automatically from gnulib.
1172 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1173
1174 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1175
1176 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1177 Remove a stray character at the beginning of the file.
1178 (Bug#13026)
1179
1180 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1181
1182 Simplify get_lim_data.
1183 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1184
1185 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1186 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1187 Use SIGCHLD rather than SIGCLD.
1188 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
1189 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1190 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
1191
1192 2012-12-06 Glenn Morris <rgm@gnu.org>
1193
1194 * configure.ac: Handle info/ files with or without ".info" extension.
1195
1196 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
1197
1198 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1199 2012-11-29 snippet/warn-on-use: no 'static inline'
1200 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
1201 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
1202 2012-11-29 fflush, stat: no 'static inline'
1203 2012-11-29 stdio: better 'inline'
1204 2012-11-29 sys_stat: no 'static inline'
1205 2012-11-29 unistd: better 'inline'
1206 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
1207 2012-11-29 extern-inline: no 'static inline'
1208 2012-11-29 sys_socket: better 'inline'
1209 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
1210 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
1211 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
1212 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
1213 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
1214 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
1215 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
1216 Update from gnulib.
1217
1218 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1219
1220 * make-dist (nt): Adjust to changes in names of the *.manifest files.
1221
1222 2012-11-24 Ken Brown <kbrown@cornell.edu>
1223
1224 * configure.ac (HAVE_MOUSE): Remove.
1225
1226 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1227
1228 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1229 * configure.ac: Do not check for dirent.h or closdir.
1230
1231 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1232
1233 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1234 * configure.ac: Do not check for getcwd or getwd.
1235
1236 2012-11-21 Glenn Morris <rgm@gnu.org>
1237
1238 * configure.ac (--enable-profiling): Doc fix.
1239
1240 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
1241
1242 Improve static checking of integer overflow and stack smashing.
1243 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1244 if using GCC 4.7.2 or later on a platform with
1245 at least 64-bit long int. This improves static checking on these
1246 platforms, when configured with --enable-gcc-warnings.
1247
1248 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1249
1250 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1251 * configure.ac: Do not check for fcntl.h.
1252 * lib/gnulib.mk: Regenerate.
1253
1254 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1255
1256 Remove no-longer-used pty_max_bytes variable.
1257 * configure.ac (fpathconf): Remove unnecessary check.
1258
1259 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
1260
1261 Use faccessat, not access, when checking file permissions (Bug#12632).
1262 * .bzrignore: Add lib/fcntl.h.
1263 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
1264 (gl_FCNTL_O_FLAGS): Define a dummy version.
1265 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
1266 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
1267 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
1268 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
1269 New files, from gnulib.
1270 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1271
1272 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
1273
1274 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
1275 * configure.ac (setpgid, setsid): Assume their existence.
1276 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
1277
1278 Simplify by assuming __fpending.
1279 Now that Emacs is using the gnulib fpending module,
1280 there's no need for Emacs to have a separate implementation.
1281 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
1282 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
1283
1284 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1285
1286 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
1287 $(BLD)/close-stream.$(O).
1288 ($(BLD)/close-stream.$(O)):
1289 ($(BLD)/fpending.$(O)): New dependencies.
1290
1291 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 Fix data-loss with --batch (Bug#9574).
1294 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
1295 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
1296 New files, from gnulib.
1297 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1298
1299 2012-11-03 Eli Zaretskii <eliz@gnu.org>
1300
1301 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
1302
1303 2012-11-02 Glenn Morris <rgm@gnu.org>
1304
1305 * Makefile.in (EMACS_ICON): New variable.
1306 (install-etc): Use EMACS_ICON to allow choice of icon.
1307
1308 2012-10-26 Glenn Morris <rgm@gnu.org>
1309
1310 * Makefile.in (EMACS_NAME): New variable.
1311 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
1312
1313 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
1314 applied to $EXEEXT.
1315
1316 * Makefile.in (uninstall): Don't abort if some directories are missing.
1317 Apply transformation rules to manual pages, desktop and icon files.
1318 No more emacs22 icons to uninstall.
1319
1320 2012-10-24 Glenn Morris <rgm@gnu.org>
1321
1322 * Makefile.in (install-etc, install-man):
1323 Don't apply program transform to standard file suffixes.
1324
1325 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1326
1327 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
1328 This ports to Gentoo. Problem originally reported against coreutils,
1329 but Emacs has it too.
1330
1331 2012-10-23 Glenn Morris <rgm@gnu.org>
1332
1333 * Makefile.in (emacs_transform): Remove.
1334 (install-man): Revert 2012-10-21 change. (Bug#12713)
1335
1336 2012-10-21 Glenn Morris <rgm@gnu.org>
1337
1338 * Makefile.in (install-etc): Don't install emacs22 icons.
1339
1340 * Makefile.in (emacs_transform): New variable.
1341 (install-etc): Prefer a make variable to a shell variable.
1342
1343 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
1346
1347 2012-10-15 Glenn Morris <rgm@gnu.org>
1348
1349 * Makefile.in (install-man, install-etc):
1350 Apply $TRANSFORM. (Bug#12536#34)
1351 (clean): Delete etc/emacs.tmpdesktop.
1352
1353 2012-10-11 Kenichi Handa <handa@gnu.org>
1354
1355 * .bzrignore: Add several files under admin/charsets.
1356
1357 2012-10-08 Daniel Colascione <dancol@dancol.org>
1358
1359 * configure.ac: Add --with-w32 as a window system option.
1360 Limit it to Cygwin for now. Integrate w32 into the refactored window
1361 system configuration and set TERM_HEADER to w32term.h when w32 is
1362 configured.
1363
1364 (CYGWIN_OBJ): Add cygw32.o.
1365
1366 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1367
1368 * configure.ac: Check that OSX is 10.4 or newer.
1369
1370 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1371
1372 Improve sys_siglist detection.
1373 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
1374 Otherwise, it's not found in either Fedora 17 or Solaris 11.
1375
1376 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1377
1378 Merge from gnulib, incorporating:
1379 2012-10-02 pselect: reject invalid file descriptors
1380 2012-10-02 ptsname: reject invalid file descriptors
1381 2012-10-02 manywarnings: cater to more gcc infelicities
1382 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1383 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1384 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1385 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1386
1387 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1388
1389 Merge from gnulib, incorporating:
1390 2012-09-28 extern-inline: provide a -Wundef safe config.h
1391
1392 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1393
1394 Check more robustly for timer_settime.
1395 This should fix an OS X build problem reported by Ivan Andrus in
1396 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1397 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1398 does threads its own way.
1399 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1400
1401 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1402
1403 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1404 to avoid problems with recursion when using GNU make.
1405
1406 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1407
1408 * Makefile.in (bootstrap): Simplify build procedure.
1409 Suggested by Wolfgang Jenker in
1410 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1411
1412 Merge from gnulib, incorporating:
1413 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1414
1415 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1416
1417 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
1418 BoundingBox feature.
1419
1420 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1421
1422 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1423
1424 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1425
1426 * Makefile.in (bootstrap): Revert last change. Run config.status
1427 after config.status --recheck, run configure from $(srcdir).
1428 (config.status): Run configure from $(srcdir).
1429
1430 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1431
1432 * Makefile.in: Fix build error on FreeBSD.
1433 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1434 Suggested by Wolfgang Jenker in
1435 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1436 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1437 This undoes part of the 2012-09-10 patch.
1438 (bootstrap): Run ./configure, rather than trying to run config.status
1439 if it exists. That builds src/epaths.h more reliably.
1440 Run autogen/copy_autogen if autogen.sh fails,
1441 to create 'configure'; problem reported by Andreas Schwab in
1442 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1443 * autogen.sh: Exit with status 1 when failing due to missing tools,
1444 reverting the 2012-09-10 change to this file.
1445 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1446 Use 'cp -f' for the build-aux files, since the destinations are
1447 typically read-only.
1448
1449 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1450 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1451 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1452
1453 2012-09-17 Glenn Morris <rgm@gnu.org>
1454
1455 * configure.ac (copyright): New output variable.
1456 (COPYRIGHT): New AC_DEFINE.
1457
1458 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1459
1460 Remove configure's --without-sync-input option (Bug#12450).
1461 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1462
1463 2012-09-16 Glenn Morris <rgm@gnu.org>
1464
1465 Increase compartmentalization of Nextstep builds rules,
1466 and store Emacs version number in fewer versioned files.
1467 * configure.ac (ns_appsrc): Use relative names.
1468 (ns_frag): Remove.
1469 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
1470 (nextstep/Makefile): Generate these nextstep files.
1471 (SUBDIR_MAKEFILES): Add nextstep.
1472 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
1473 * make-dist (nextstep/templates): Add directory.
1474 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
1475 (nextstep/Cocoa/Emacs.base/Contents)
1476 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
1477
1478 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1479
1480 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1481 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
1482 (_setjmp, _longjmp): Remove.
1483
1484 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 * configure.ac (--without-sync-input): Fix typo in usage message.
1487
1488 * configure.ac: Port to hosts lacking gtk.
1489 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
1490 better, in particular, problems in invoking pkg-config itself.
1491 This is useful on hosts that don't have pkg-config.
1492 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1493 and gtk2 are both missing. Problem found on Solaris 8.
1494
1495 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1496
1497 * configure.ac: Reorder Xaw3d messages.
1498 Report Gtk+ 3 as GTK.
1499
1500 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1501
1502 Simplify SIGIO usage (Bug#12408).
1503 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1504 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1505 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1506 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1507 to #undef SIGIO now (which was error-prone). Likewise, all uses
1508 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1509
1510 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
1511
1512 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1513 and then gtk2 if not found.
1514 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1515 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1516 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1517
1518 2012-09-11 Glenn Morris <rgm@gnu.org>
1519
1520 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1521 Be more explicit about dependencies, for parallel `make install'.
1522
1523 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1524
1525 Simplify, document, and port floating-point (Bug#12381).
1526 * configure.ac (logb, cbrt): Do not check for these functions,
1527 as they are not being used.
1528
1529 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1530
1531 Improve robustness of 'make bootstrap' (Bug#12376).
1532 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1533 * INSTALL, README: Document autogen.sh.
1534 * Makefile.in (Makefile): Mark it as precious, since it's updated
1535 atomically.
1536 (MAKE_CONFIG_STATUS): New macro.
1537 (config.status, bootstrap): Use it. This causes 'make bootstrap'
1538 to run config.status with the --recheck option, which is more
1539 appropriate for a bootstrap.
1540 (bootstrap): Run autogen.sh right after cleaning. Don't worry
1541 about failures due to missing tools.
1542 * autogen.sh: Exit with status 101 when failing due to missing tools.
1543 * make-dist: Distribute autogen.sh.
1544
1545 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1546
1547 Assume C89 or later for math functions (Bug#12381).
1548 * configure.ac (frexp, fmod): Remove checks for these functions,
1549 as we now assume them.
1550 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1551 (HAVE_EXCEPTION):
1552 Remove; no longer needed.
1553
1554 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1555
1556 More signal-handler cleanup (Bug#12327).
1557 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1558
1559 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1560
1561 Signal-handler cleanup (Bug#12327).
1562 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1563 Adjust to syssignal.h changes.
1564 (SIGNAL_H_AB): Remove; no longer needed.
1565
1566 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1567
1568 Simplify redefinition of 'abort' (Bug#12316).
1569 * configure.ac (NO_ABRT): Remove.
1570
1571 * configure.ac (_setjmp, _longjmp): Check by compiling
1572 instead of by guessing. The guesses were wrong for
1573 recent versions of Solaris, such as Solaris 11.
1574
1575 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1576
1577 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1578 It generates false alarms in doc.c, regex.c, xdisp.c. See
1579 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1580
1581 Merge from gnulib, incorporating:
1582 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1583 2011-11-30 manywarnings: update the list of "all" warnings
1584
1585 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1586
1587 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1588
1589 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1590
1591 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1592 This ports to glibc 2.15 or later, when configured with
1593 --enable-gcc-warnings. See Eric Blake in
1594 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1595
1596 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
1597
1598 * configure.ac: Introduce term_header variable, which holds the
1599 value which will become TERM_HEADER in code. We effect our choice
1600 of window system by setting term_header and WINDOW_SYSTEM_OBJ
1601 instead of using ad-hoc variables and flags for each window
1602 system.
1603
1604 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1605
1606 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1607 and if the user has not specified CFLAGS. -g3 simplifies
1608 debugging, since it makes macros visible to the debugger.
1609
1610 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
1611
1612 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1613
1614 2012-08-25 Eli Zaretskii <eliz@gnu.org>
1615
1616 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1617 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1618
1619 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1620
1621 On assertion failure, print backtrace if available.
1622 Merge from gnulib, incorporating:
1623 2012-08-24 execinfo: port to FreeBSD
1624 2012-08-22 execinfo: new module
1625 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1626 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1627
1628 2012-08-22 Glenn Morris <rgm@gnu.org>
1629
1630 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1631 do not create the bin/emacs link. (Bug#12011)
1632
1633 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1634
1635 Merge from gnulib, incorporating:
1636 2012-08-20 extern-inline: support old GCC 'inline'
1637
1638 2012-08-20 Glenn Morris <rgm@gnu.org>
1639
1640 * configure.ac (AC_PROG_LN_S): Test for ln.
1641 * Makefile.in (LN_S): New, set by configure.
1642 (install-arch-dep): Use $LN_S.
1643
1644 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1645
1646 Merge from gnulib, incorporating:
1647 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1648 2012-08-19 mktime, sys_select: avoid 'static inline'
1649 2012-08-19 gnulib-tool: Fix indentation.
1650
1651 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1652
1653 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1654 These files have been unused since the 2012-06-22 patch that
1655 introduced high-resolution time stamps.
1656
1657 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1658
1659 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1660 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1661
1662 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1663
1664 Merge from gnulib, incorporating:
1665 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1666
1667 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1670 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1671 ($(BLD)/u64.$(O)): Update dependencies.
1672
1673 2012-08-10 Glenn Morris <rgm@gnu.org>
1674
1675 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1676
1677 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1678
1679 * configure.ac (--disable-features): Rename to --without-all.
1680 (OPTION_DEFAULT_ON): Change to use with_features.
1681 * INSTALL: Fix description.
1682
1683 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1684
1685 * configure.ac: New option --disable-features.
1686 (OPTION_DEFAULT_ON): Change to use enable_features.
1687 * INSTALL: Explain --disable-features.
1688
1689 2012-08-07 Glenn Morris <rgm@gnu.org>
1690
1691 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1692 * autogen.sh (automake_min): Get it from configure.ac.
1693
1694 2012-08-06 Glenn Morris <rgm@gnu.org>
1695
1696 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1697
1698 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1699 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1700 (DISPNEW_NEEDS_STDIO_EXT): New define.
1701
1702 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
1703
1704 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
1705
1706 2012-08-05 Ulrich Müller <ulm@gentoo.org>
1707
1708 * configure.ac: Disable paxctl if binaries don't have a
1709 PT_PAX_FLAGS program header. (Bug#11979)
1710
1711 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1712
1713 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1714 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1715 (SHA512_H): Don't mention u64.h twice.
1716 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1717 New targets.
1718
1719 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1720
1721 Merge from gnulib, incorporating:
1722 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1723
1724 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1725
1726 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1727 out-of-tree build.
1728
1729 2012-08-02 Glenn Morris <rgm@gnu.org>
1730
1731 * make-dist: Remove src/s.
1732
1733 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1734
1735 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1736
1737 Merge from gnulib (Bug#12116), incorporating:
1738 2012-08-01 extern-inline: new module
1739 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
1740 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
1741 New files. The new .c files are for instantiating extern inline
1742 functions.
1743
1744 Port to Solaris 8.
1745 Without this change, 'configure' fails because the recently-added
1746 wait3 prototype in config.h messes up later 'configure' tests.
1747 Fix this problem by droping wait3 and WRETCODE, as they're
1748 no longer needed on hosts that are current porting targets.
1749 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1750 All uses changed to waitpid and WEXITSTATUS.
1751
1752 Avoid needless autoheader after autogen.sh.
1753 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1754 * .bzrignore: Add it.
1755 * autogen.sh: Create it.
1756
1757 2012-08-01 Glenn Morris <rgm@gnu.org>
1758
1759 * configure.ac (DOS_NT, MSDOS): New system type templates.
1760
1761 2012-08-01 Ulrich Müller <ulm@gentoo.org>
1762
1763 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1764 Don't include crtbegin.o and crtend.o. (Bug#12047)
1765
1766 2012-08-01 Glenn Morris <rgm@gnu.org>
1767
1768 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1769 (INTERNAL_TERMINAL): New.
1770
1771 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1772 (IS_ANY_SEP): Move here from src/lisp.h.
1773
1774 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
1775
1776 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1777 (CONF_POST_H): New macro.
1778
1779 2012-07-31 Glenn Morris <rgm@gnu.org>
1780
1781 * configure.ac (S_FILE): Remove output variable.
1782
1783 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1784
1785 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1786 Move here from src.
1787
1788 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1789 Move here from conf_post.h.
1790
1791 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1792
1793 Improve OpenMotif detection on GNU/Linux systems.
1794 * configure.ac (MOTIF): Check for /usr/include/openmotif
1795 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1796
1797 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1798
1799 * Makefile.in (install-arch-indep): Avoid eval.
1800
1801 2012-07-31 Glenn Morris <rgm@gnu.org>
1802
1803 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1804
1805 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1806 when removing src/s/sol2-6.h yesterday.
1807
1808 * configure.ac (USG5_4): Reintroduce this.
1809 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1810
1811 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1812
1813 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1814 and to s/usg5-4-common.h on irix6-5.
1815
1816 2012-07-30 Glenn Morris <rgm@gnu.org>
1817
1818 * configure.ac (AH_BOTTOM): Use an include file, so that the
1819 contents do not get processed by autoheader.
1820
1821 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1822
1823 Do not overwrite config.status while executing it (Bug#11214).
1824 * Makefile.in (MAKEFILE_NAME): New macro.
1825 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1826 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1827 so that GNU 'make' isn't tempted to make the Makefile and then
1828 regenerate config.status while config.status is running.
1829
1830 Update .PHONY listings in makefiles.
1831 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1832 FRC, install-arch-dep, install-arch-indep, install-doc,
1833 install-info, install-man, install-etc, install-strip, uninstall,
1834 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1835 (.RECURSIVE): Remove; hasn't been needed for years.
1836
1837 2012-07-30 Glenn Morris <rgm@gnu.org>
1838
1839 * configure.ac (SIGNAL_H_AHB): New hack macro.
1840 (opsysfile): Set to empty on netbsd, openbsd.
1841 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1842
1843 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
1844
1845 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1846
1847 * Makefile.in (install-arch-indep): Remove sh -x.
1848
1849 2012-07-30 Glenn Morris <rgm@gnu.org>
1850
1851 * configure.ac (opsysfile): Tweak message for null case.
1852
1853 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1854 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
1855
1856 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1857
1858 Merge from gnulib, incorporating:
1859 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1860
1861 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1862
1863 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1864
1865 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1866
1867 Use Gnulib environ module (Bug#9772).
1868 * m4/environ.m4: New file, from gnulib.
1869 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1870
1871 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1872 This should improve portability of macros like alignof and DECL_ALIGN.
1873 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1874 * .bzrignore: Add lib/stdalign.h.
1875 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1876 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1877 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1878 fiddles with this, as gnulib now does this for us.
1879
1880 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1881
1882 Fix toolkit configuration report.
1883 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1884 --with-x-toolkit=gtk3 is used.
1885
1886 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1887
1888 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1889 * configure.ac: Configure gnulib at the end, not before running
1890 pkg-config. This restores the behavior before 2012-06-22, when
1891 higher-resolution time stamps were added, and fixes a bug whereby
1892 LIB_PTHREAD was not used and gnulib's part of 'configure'
1893 therefore incorrectly assumed that pthread_sigmask wasn't working.
1894 Fix the problem with -lrt and clock_gettime a different way.
1895 This should complete the fix for Bug#11884.
1896 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1897
1898 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1899
1900 Merge from gnulib, incorporating:
1901 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1902 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1903
1904 2012-07-14 Glenn Morris <rgm@gnu.org>
1905
1906 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1907 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1908
1909 2012-07-13 Glenn Morris <rgm@gnu.org>
1910
1911 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1912
1913 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1914 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1915 Move "system type" macros here from src/s.
1916 (BSD_SYSTEM_AHB): New hack macro.
1917 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1918
1919 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1920 (GC_MARK_SECONDARY_STACK): Move here from src/s.
1921
1922 2012-07-12 Glenn Morris <rgm@gnu.org>
1923
1924 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1925 setting here from src/s/darwin.h.
1926
1927 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1928 as src/s/darwin.h used to.
1929
1930 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1931 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
1932 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
1933 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
1934 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
1935 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
1936 (XOS_NEEDS_TIME_H): Move here from src/s.
1937
1938 2012-07-11 Glenn Morris <rgm@gnu.org>
1939
1940 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
1941 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
1942
1943 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1944
1945 * configure.ac (tzset): Remove check that's redundant with gnulib.
1946
1947 2012-07-11 Glenn Morris <rgm@gnu.org>
1948
1949 * configure.ac (CLASH_DETECTION): Define unconditionally.
1950
1951 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1952
1953 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
1954 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
1955
1956 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1957
1958 Assume mkdir, rename, rmdir, strerror.
1959 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
1960
1961 2012-07-11 Glenn Morris <rgm@gnu.org>
1962
1963 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1964
1965 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1966
1967 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1968
1969 Remove "#define unix" that is no longer needed (Bug#11905).
1970 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1971 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1972 2012-07-09 getopt: Simplify after Emacs changed.
1973
1974 2012-07-10 Glenn Morris <rgm@gnu.org>
1975
1976 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1977 Move here from src/s.
1978
1979 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1980
1981 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1982 PNG_DEPRECATED.
1983
1984 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 Add GCC-style 'const' attribute to functions that can use it.
1987 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1988 (ATTRIBUTE_CONST): New macro, in config.h.
1989
1990 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * lib/makefile.w32-in: Rework dependencies.
1993 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1994 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1995 (U64_H, SHA512_H): New macros.
1996 (SRC): Redefine to point to src/, not current directory.
1997 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1998 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1999 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2000 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2001 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2002 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2003 ($(BLD)/filemode.$(O)): Update dependencies.
2004
2005 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2006
2007 Merge from gnulib, incorporating:
2008 2012-07-09 timespec: mark functions with const attributes
2009
2010 Rename configure.in to configure.ac (Bug#11603).
2011 The name 'configure.in' has been obsolescent for quite some time,
2012 and the next release of Autoconf will generate warnings for it.
2013 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2014 'configure.in' as autoconf input" in the Autoconf git repository.
2015 * configure.ac: Rename from configure.in.
2016 * INSTALL, INSTALL.BZR, README, make-dist:
2017 * Makefile.in (AUTOCONF_INPUTS):
2018 * autogen.sh (autoconf_min):
2019 * autogen/update_autogen (sources):
2020 Adjust to reflect new name.
2021
2022 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2023
2024 Restore deprecation warnings, except for older libpng.
2025 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2026 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2027 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2028
2029 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2030
2031 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2032
2033 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2034
2035 Improve static checking when configured --with-ns.
2036 See Samuel Bronson's remarks in
2037 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2038 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2039 a no-op with recent GCC and harmful in earlier ones.
2040 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2041 warning when compiling with ObjC. Always omit
2042 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2043 being done correctly.
2044
2045 2012-07-07 Glenn Morris <rgm@gnu.org>
2046
2047 * configure.in (BROKEN_SA_RESTART): Doc fix.
2048
2049 * configure.in: Rather than checking for things then undef'ing
2050 them on some platforms, simply don't check for them.
2051 (getwd): Don't check for it on unixware.
2052 (random, rint): Don't check for these on hpux.
2053 (res_init, libresolv): Don't check for these on darwin.
2054
2055 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
2056
2057 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2058 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2059 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2060 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2061
2062 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2063
2064 * configure.in: Document --enable-gcc-warnings better.
2065
2066 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2067 This is safer than strcasecmp, which has unspecified behavior
2068 outside the POSIX locale and in practice sometimes does not work
2069 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2070 * configure.in (strcasecmp, strncasecmp): Remove checks.
2071
2072 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2073 * lib/c-strncasecmp.c: New files, taken from gnulib.
2074 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2075
2076 Merge from gnulib, incorporating:
2077 2012-07-06 timespec-sub: avoid duplicate include
2078 Reported by Juanma Barranquero.
2079
2080 2012-07-06 Glenn Morris <rgm@gnu.org>
2081
2082 * make-dist [update]: Let autoreconf figure out what needs updating.
2083 Use `make info-real'. leim/leim-list.el should always exist.
2084 Check cd return value.
2085
2086 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2089 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2090 2012-07-05 sys_time: allow too-wide tv_sec
2091
2092 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 Merge from gnulib.
2095 * lib/alloca.in.h: New version from gnulib, incorporating:
2096 2012-07-03 alloca: add support for HP NonStop TNS/E native
2097
2098 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2099
2100 * configure.in: If --enable-gcc-warnings, disable
2101 -Wunsafe-loop-optimizations for -O1 optimization level.
2102
2103 2012-06-30 Glenn Morris <rgm@gnu.org>
2104
2105 * configure.in (standardlisppath): New output variable.
2106 (lisppath): Use standardlisppath.
2107 * Makefile.in (standardlisppath): New, set by configure.
2108 (epaths-force): Use standardlisppath and locallisppath rather than
2109 lisppath.
2110
2111 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2112
2113 * configure.in: Fix previous change. Remove --enable-asserts.
2114 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2115 Add --enable-link-time-optimization.
2116 * INSTALL: Mention this.
2117
2118 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2119
2120 * configure.in: Add glyphs category to --enable-checking option.
2121 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2122
2123 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2124
2125 * configure.in (ENABLE_CHECKING): Update comment.
2126
2127 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2128
2129 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2130 Emacs proper no longer uses these headers, and can rely on Gnulib
2131 for these checks.
2132
2133 Merge from gnulib.
2134 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2135 getopt-posix: No longer guarantee that option processing is resettable.
2136
2137 2012-06-27 Glenn Morris <rgm@gnu.org>
2138
2139 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2140
2141 * INSTALL: Remove references to paths.el.
2142
2143 2012-06-26 Eli Zaretskii <eliz@gnu.org>
2144
2145 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2146 This replaces separate dependency for each object file, which required
2147 the same object file to be mentioned twice, causing failures in
2148 parallel builds.
2149
2150 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2151
2152 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2153 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2154
2155 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2156
2157 * configure.in (AC_CHECK_FUNCS): Detect library functions
2158 strcasecmp and strncasecmp.
2159
2160 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2161
2162 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2163 We might as well use the spelling standardized by C11,
2164 as in the long run that should simplify maintenance.
2165 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2166
2167 2012-06-24 Eli Zaretskii <eliz@gnu.org>
2168
2169 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
2170 ($(BLD)/timespec-add.$(O)):
2171 ($(BLD)/timespec-sub.$(O)): Don't depend on
2172 $(EMACS_ROOT)/nt/inc/sys/time.h.
2173
2174 * lib/stat-time.h:
2175 * lib/timespec.h:
2176 * lib/utimens.h: Revert last change.
2177
2178 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2179
2180 Merge from gnulib.
2181 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2182 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2183
2184 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2185
2186 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2187 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2188 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2189 $(BLD)/timespec-sub.$(O).
2190 ($(BLD)/dtotimespec.$(O)):
2191 ($(BLD)/gettime.$(O)):
2192 ($(BLD)/timespec-add.$(O)):
2193 ($(BLD)/timespec-sub.$(O)): New dependencies.
2194
2195 * lib/stat-time.h:
2196 * lib/timespec.h:
2197 * lib/utimens.h: Include sys/time.h.
2198
2199 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2200
2201 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
2202 the correct CFLAGS and LIBS.
2203
2204 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2205
2206 Support higher-resolution time stamps (Bug#9000).
2207 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
2208 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
2209 that the new clock stuff doesn't clash with RSVG_LIBS.
2210 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
2211 as gnulib does that for us now.
2212 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
2213 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
2214 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
2215 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
2216 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
2217 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
2218 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
2219 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
2220 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
2221 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
2222 New files, copied automatically from gnulib.
2223 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
2224
2225 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2226
2227 Merge from gnulib.
2228 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
2229 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
2230 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
2231 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
2232 Copy new versions from gnulib, incorporating the following changes:
2233 2012-06-22 time_r: fix typo that always overrode localtime_r decl
2234 2012-06-22 Write "Mac OS X" instead of "MacOS X".
2235 2012-06-21 mktime: fix integer overflow in 'configure'-time test
2236 2012-06-21 nonblocking: Avoid compilation error on mingw64.
2237 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2238 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2239
2240 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2241
2242 * configure.in: Rename --enable-use-lisp-union-type to
2243 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2244 instead of USE_LISP_UNION_TYPE.
2245
2246 2012-06-12 Glenn Morris <rgm@gnu.org>
2247
2248 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2249 (opsysfile): Set specially for sol2-10.
2250
2251 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2252 New AC_DEFINEs, for hpux11.
2253 (opsysfile): Set specially for hpux11.
2254
2255 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2256
2257 * configure.in: Coalesce some function checking.
2258 This makes 'configure' a bit smaller.
2259 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2260
2261 2012-06-12 Glenn Morris <rgm@gnu.org>
2262
2263 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2264
2265 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2266
2267 * configure.in: Anticipate platforms with no src/s file.
2268
2269 2012-06-12 Chong Yidong <cyd@gnu.org>
2270
2271 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
2272
2273 2012-06-11 Glenn Morris <rgm@gnu.org>
2274
2275 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
2276
2277 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
2278
2279 * configure.in (dbus_type_is_valid): Check for library function.
2280
2281 2012-06-06 Glenn Morris <rgm@gnu.org>
2282
2283 * INSTALL, make-dist: Remove vcdiff.
2284
2285 2012-06-03 Glenn Morris <rgm@gnu.org>
2286
2287 * INSTALL, make-dist: Remove rcs-checkin.
2288
2289 2012-06-03 Ulrich Müller <ulm@gentoo.org>
2290
2291 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
2292
2293 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
2296 It is confusingly named and rarely useful. See, for example,
2297 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
2298 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
2299 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
2300 * configure.in: Remove --disable-maintainer-mode.
2301 (USE_MAINTAINER_MODE, MAINT): Remove.
2302
2303 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2304
2305 Make 'configure' a bit smaller and faster.
2306 * configure.in (INSTALL_INFO): Set it with one call to
2307 AC_PATH_PROG, not three.
2308 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
2309 so likely that it'll be needed.
2310 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
2311 (AC_PROG_MAKE_SET): Remove; Automake does this.
2312 (sysinfo): Do not check for this function, as it's never used.
2313 (tzset): Check for this function just once.
2314 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2315 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
2316
2317 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2318
2319 * config.bat (lib): Create/update lib/stdalign.in-h and
2320 lib/sys_types.in-h.
2321
2322 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
2323 ($(BLD)/sha1.$(O)):
2324 ($(BLD)/sha256.$(O)):
2325 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2326 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2327
2328 * lib/getopt_.h: Regenerate.
2329
2330 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2331
2332 Assume gnulib does largefile.
2333 Gnulib does the largefile configuration anyway, so when configure.in
2334 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
2335 * configure.in (AC_SYS_LARGEFILE): Remove.
2336 * lib/gnulib.mk: Autoupdate.
2337
2338 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2339
2340 Merge from gnulib. (Bug#11527)
2341
2342 The build procedure now creates <stdalign.h> and <sys/types.h> for
2343 older hosts that lack a working <stdalign.h> or whose
2344 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
2345 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
2346 msdos and nt builds.
2347
2348 Here is a precis of gnulib changes that seem relevant; please see
2349 the gnulib ChangeLog for details.
2350
2351 2012-05-18 crypto: fix bug in large buffer handling
2352 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
2353 2012-05-10 _Noreturn: port config.h to gcc -Wundef
2354 2012-05-08 warnings.m4: give a means to specify the program to compile
2355 2012-05-07 stdint: be more consistent with glibc, SunOS libc
2356 2012-04-21 Large File Support for native Windows platforms.
2357 2012-04-14 stat: Bypass buggy override in mingw64.
2358 2012-03-29 stdio: don't assume gets any more
2359 2012-03-24 Enable common subexpression optimization in GCC.
2360 2012-02-09 maint: replace FSF snail-mail addresses with URLs
2361 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
2362 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
2363 2012-01-21 stdint: Add support for Android.
2364 2012-01-15 Improve support for MSVC 9.
2365 2012-01-08 mktime: Avoid compilation error on Solaris 11.
2366 2012-01-05 Use ', not `, for quoting output.
2367 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
2368 2012-01-05 strtoimax: Work around AIX 5.1 bug.
2369 2012-01-05 inttypes: Modernize.
2370 2011-12-13 inttypes, stdint: add C++11 support
2371 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
2372 2011-11-21 _Noreturn: Check that _MSC_VER is defined
2373 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
2374 2011-11-09 raise: fix mingw handling of SIGPIPE
2375 2011-10-27 Add stdalign module and use it in other modules.
2376
2377 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
2378 * m4/sys_types_h.m4:
2379 New files.
2380 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2381 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2382 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
2383 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2384 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2385 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2386 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2387 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2388 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2389 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2390 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2391 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2392 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2393 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2394 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2395 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2396 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2397 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2398 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2399 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2400 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2401 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2402 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2403 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2404 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2405 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2406 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2407 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2408 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2409 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2410 Update from gnulib.
2411
2412 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2413
2414 Remove src/m/*.
2415 * configure.in: Remove all mention of src/m/*.
2416 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2417 All uses removed.
2418 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2419 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2420 * lib/makefile.w32-in: Remove dependencies on
2421 $(EMACS_ROOT)/src/m/intel386.h.
2422 * make-dist: Don't make links to src/m.
2423
2424 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2425
2426 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2427 Without this further fix, aclocal was being invoked unnecessarily.
2428
2429 2012-05-22 Glenn Morris <rgm@gnu.org>
2430
2431 * Makefile.in (blessmail, install-arch-dep, uninstall):
2432 Check cd lib-src works.
2433 (install-arch-dep, uninstall): Remove unneeded subshells.
2434
2435 2012-05-21 Glenn Morris <rgm@gnu.org>
2436
2437 * update-subdirs: Move to build-aux/.
2438 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2439
2440 * Makefile.in (leimdir): New, set by configure.
2441 (COPYDIR, COPYDESTS): Add leim directories.
2442 (install-leim): Remove.
2443 (install-arch-indep): Handle leim installation directly.
2444
2445 * vpath.sed: Remove unused file.
2446 * make-dist: No more vpath.sed.
2447
2448 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2449
2450 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2451 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2452 even though the file's name in gnulib is m4/gnulib-comp.m4.
2453 This had a problem when merging from gnulib, as the code temporarily
2454 renamed it to the full name, causing problems when interrupted.
2455 Now the file has its full name, with the idea that we will find
2456 a solution for MS-DOS that does not affect the rest of Emacs.
2457 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2458
2459 Assume C89 or later.
2460 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2461 (POINTER_TYPE, PROTOTYPES): Remove.
2462
2463 Make merging from gnulib a script, not a makefile action.
2464 Putting it in a makefile has some problems with reflection, as
2465 merging from gnulib updates 'configure', which can update the makefile.
2466 Putting it in a standalone script breaks this loop.
2467 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2468 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2469 Remove, moving the actions to the script admin/merge-gnulib.
2470
2471 2012-05-21 Glenn Morris <rgm@gnu.org>
2472
2473 * configure.in (LEIM_INSTALLDIR):
2474 Rename to leimdir, treat like lispdir.
2475
2476 2012-05-21 Glenn Morris <rgm@gnu.org>
2477
2478 * Makefile.in (install-arch-indep, install-doc, install-info)
2479 (uninstall): Scrap superfluous subshells.
2480
2481 2012-05-19 Ulrich Müller <ulm@gentoo.org>
2482
2483 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
2484
2485 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2486
2487 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
2488 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
2489 getsockopt, setsockopt, mremap, mempcpy.
2490
2491 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2492 is being removed.
2493 (AC_CHECK_FUNCS): Remove ftime.
2494
2495 2012-05-19 Glenn Morris <rgm@gnu.org>
2496
2497 * Makefile.in (install-arch-indep): Remove unneeded subshell.
2498
2499 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2500 Set permissions of lisp/subdirs.el.
2501
2502 * Makefile.in (SUBDIR): Add leim. Update users.
2503
2504 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2505
2506 * Makefile.in (leim): No need to set PARALLEL.
2507
2508 2012-05-18 Glenn Morris <rgm@gnu.org>
2509
2510 * Makefile.in (install-arch-indep, install-info, install-man):
2511 Simplify some one-sided ifs.
2512
2513 * Makefile.in: Install only the relevant DOC file.
2514 (install-arch-indep): Delete etc/DOC*.
2515 (install-doc): No more need to delete etc/DOC.
2516
2517 * Makefile.in (install-arch-indep): Split into several rules.
2518 (install-doc, innstall-info, install-man): New rules.
2519
2520 * configure.in (mandir): May as well include it in the NS app bundle.
2521
2522 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2523 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2524 (install-arch-indep): Don't install-etc for self-contained ns builds.
2525
2526 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2527 No longer unconditonally add /sw directories. (Bug#2280)
2528
2529 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2530 (install-arch-indep): Depend on install-leim.
2531 (install): Remove explicit install-leim dependence.
2532
2533 * Makefile.in (install-arch-indep):
2534 Move last element of mkdir rule here.
2535 (mkdir): Remove rule.
2536
2537 * Makefile.in (install-arch-indep): Remove unneeded chmods.
2538 INSTALL_DATA does this for us.
2539
2540 * Makefile.in (install-arch-dep): Ensure bindir exists.
2541 Drop mkdir dependency.
2542 (install-arch-indep): Ensure docdir, infodir, mandir exist.
2543 (install-leim): Drop mkdir dependency.
2544 (mkdir): Remove most directories, now made in relevant rules.
2545
2546 * Makefile.in (install-arch-indep): Combine adjacent loops.
2547
2548 2012-05-17 Glenn Morris <rgm@gnu.org>
2549
2550 * Makefile.in (install-etc, mkdir):
2551 Make relevant directories in install-etc rather than mkdir.
2552
2553 * Makefile.in (write_subdir): Create the directory if needed.
2554 (install-arch-dep, mkdir): No need to make site-lisp directories.
2555
2556 * Makefile.in (write_subdir): New.
2557 (install-arch-indep, install-arch-dep): Use $write_subdir.
2558
2559 * configure.in (docdir, etcdir, infodir, lispdir):
2560 For a self-contained ns build, set these to the appropriate values.
2561 * Makefile.in (install-arch-dep): No need to move info/ any more.
2562
2563 * configure.in (ns_self_contained): New output variable.
2564 * Makefile.in (ns_self_contained): New, set by configure.
2565 (install-arch-dep): For a self-contained ns build,
2566 don't bother installing binaries then immediately deleting them.
2567
2568 * Makefile.in (ns_appbindir, ns_appresdir):
2569 Move them before things that may refer to them.
2570 (install-arch-dep): No need to relocate self-contained ns libexec.
2571
2572 * configure.in (archlibdir): Set it for self-contained ns builds.
2573 (libexecdir): Don't expand it now (this is mainly cosmetic).
2574
2575 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
2576
2577 * configure.in: Simplify by removing CPP etc.
2578 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2579 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2580 In particular we no longer need to fiddle with CPP, since we don't
2581 use CPP specially any more.
2582 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2583 adjusted compiler.
2584 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2585 since gl_EARLY and/or Autoconf already does these.
2586
2587 2012-05-16 Glenn Morris <rgm@gnu.org>
2588
2589 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2590 (CPP): Do not unconditionally set it on Darwin.
2591 Instead, try to test if -no-cpp-precomp is accepted.
2592 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
2593
2594 2012-05-15 Glenn Morris <rgm@gnu.org>
2595
2596 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
2597
2598 * Makefile.in (install-arch-dep): Do not hard-code version number.
2599
2600 * Makefile.in (install-arch-dep): NS install no longer needs to
2601 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2602
2603 2012-05-12 Glenn Morris <rgm@gnu.org>
2604
2605 * configure.in (ns_appbindir): Remove trailing "/".
2606
2607 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2608 (MKDEPDIR): Use $MKDIR_P.
2609 * Makefile.in (MKDIR_P): New, set by configure.
2610 (mkdir): Use $MKDIR_P.
2611
2612 2012-05-11 Glenn Morris <rgm@gnu.org>
2613
2614 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
2615 Use INSTALL_DATA for the DOC file.
2616 Remove dead code for ./lisp that never executes.
2617
2618 2012-05-10 Glenn Morris <rgm@gnu.org>
2619
2620 * configure.in (LEIM_INSTALLDIR): New output variable.
2621
2622 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2625
2626 2012-05-08 Glenn Morris <rgm@gnu.org>
2627
2628 * make-dist: No more doc/lispref/*.el.
2629
2630 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
2631
2632 * configure.in: Fix quoting bugs.
2633
2634 2012-05-04 Glenn Morris <rgm@gnu.org>
2635
2636 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2637
2638 2012-05-02 Glenn Morris <rgm@gnu.org>
2639
2640 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2641 the choices made by FreeBSD and NetBSD. (Bug#10313)
2642
2643 * Makefile.in (INFO_FILES): Remove variable.
2644 (INFO_NONMISC): New variable.
2645 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2646
2647 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2648 some reason caused problems on an old Solaris.
2649
2650 * Makefile.in (install-arch-indep, uninstall):
2651 Ensure that INSTALL-type commands are run from top-level.
2652
2653 * info/dir: Make some entries consistent with the source texi files.
2654
2655 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2656
2657 2012-05-02 Glenn Morris <rgm@gnu.org>
2658
2659 * Makefile.in (install-arch-indep):
2660 Combine adjacent install-data and install-info loops.
2661
2662 2012-05-01 Glenn Morris <rgm@gnu.org>
2663
2664 * Makefile.in (MAN_PAGES): Remove.
2665 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2666
2667 * configure.in: Try libtinfo for tputs.
2668 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2669
2670 * configure.in: Combine adjacent $opsys case blocks.
2671
2672 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2673
2674 * configure.in: Invert the TERMINFO logic,
2675 since "yes" is far more common than "no".
2676
2677 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2678
2679 * configure.in (LD_SWITCH_X_SITE_RPATH):
2680 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2681
2682 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2683
2684 2012-04-26 Glenn Morris <rgm@gnu.org>
2685
2686 * make-dist: No more doc/lispref/tindex.pl.
2687
2688 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2689
2690 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2691 (dbus_validate_interface, dbus_validate_member): Check also for
2692 these library functions.
2693
2694 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2695
2696 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2697 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2698 -Werror=deprecated-declarations flag, use of hooks like
2699 __malloc_initialize_hook causes compilation to fail because these
2700 hooks are deprecated. Modify 'configure' to check for these hooks too.
2701 Simplify the 'configure' code to test for all the hooks at once.
2702 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2703 (emacs_cv_var_doug_lea_malloc): ... this new var.
2704
2705 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2706
2707 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2708 dated 2011-10-07. Regenerating from current gnulib would be a
2709 pervasive change, and currently the trunk isn't open to such changes.
2710 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2711 that gnulib does it.
2712 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2713
2714 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2715
2716 * m4/gl-comp.m4: Update. (Bug#11285)
2717
2718 2012-04-20 Ludovic Courtès <ludo@gnu.org>
2719
2720 * configure.in: Don't use the -R option (Bug#11251).
2721
2722 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
2723
2724 configure: new option --enable-gcc-warnings (Bug#11207)
2725 I have been using this change for many months in my private copy
2726 of Emacs, and have used it to find several bugs. It's mature
2727 enough to publish now.
2728 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2729 * configure.in: Support --enable-gcc-warnings, in the style of
2730 other GNU packages such as coreutils.
2731 (C_WARNINGS_SWITCH): Remove, replacing with...
2732 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2733 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2734 when including system files with GCC.
2735 * etc/NEWS: Mention --enable-gcc-warnings.
2736 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
2737 * lib/Makefile.am (AM_CFLAGS): New macro.
2738 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2739
2740 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2741
2742 * configure.in (AC_CHECK_FUNCS):
2743 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
2744
2745 2012-04-16 Glenn Morris <rgm@gnu.org>
2746
2747 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2748
2749 * configure.in: Remove X libs workaround for old autoconf.
2750
2751 2012-04-12 Ken Brown <kbrown@cornell.edu>
2752
2753 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2754
2755 2012-04-11 Glenn Morris <rgm@gnu.org>
2756
2757 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2758
2759 2012-04-10 Glenn Morris <rgm@gnu.org>
2760
2761 * configure.in: Conditionally generate admin/unidata/Makefile.
2762
2763 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2764
2765 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
2766
2767 2012-04-09 Glenn Morris <rgm@gnu.org>
2768
2769 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2770 (install-leim): Check cd return value. Pass $MFLAGS.
2771 (install-strip): Pass $MFLAGS.
2772
2773 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2774 Eg org.texi has been using 4.7 functions for some time.
2775
2776 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2777
2778 Check pkg-config exit status when configuring (Bug#10626).
2779 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2780 works; check its exit status. Problem reported by Jordi Gutiérrez
2781 Hermoso in
2782 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2783
2784 2012-04-07 Glenn Morris <rgm@gnu.org>
2785
2786 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2787
2788 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2789
2790 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2791
2792 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2793
2794 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2795 * configure.in (LIBS_TERMCAP): Default this to the result of
2796 the tputs library search. Do a run-time test for the linkability
2797 of tputs unless cross-compiling, as that's more reliable if the
2798 link flags and libraries are messed up. Don't change LIBS as
2799 a result of the test, as that may mess up later tests.
2800
2801 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2802
2803 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2804
2805 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2806 specific makefiles to support getopt_.h generation with MSVC.
2807
2808 2012-02-04 Glenn Morris <rgm@gnu.org>
2809
2810 * Makefile.in (uninstall):
2811 Handle compressed info files and man pages. (Bug#10718)
2812
2813 2012-02-02 Glenn Morris <rgm@gnu.org>
2814
2815 * configure.in [HAVE_NS]:
2816 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2817
2818 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2819
2820 Port to older Solaris 10 versions (Bug#10677).
2821 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2822 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2823 possibly this is because Sun fixed the 'stat' bug in my version.
2824 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2825 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2826 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2827 These changes are based on gnulib version
2828 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2829 because Emacs is in feature freeze and we do not want to merge any
2830 more-recent changes from gnulib.
2831
2832 2012-01-31 Glenn Morris <rgm@gnu.org>
2833
2834 * configure.in: Throw an explicit error if Motif toolkit was
2835 requested but requirements could not be found.
2836
2837 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2838
2839 2012-01-30 Eli Zaretskii <eliz@gnu.org>
2840
2841 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2842 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2843 with "make -j3".
2844
2845 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * .bzrignore: Ignore etc/__pycache__.
2848
2849 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2850
2851 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
2852 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
2853 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2854 by Nelson H. F. Beebe in
2855 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2856
2857 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2858
2859 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2860
2861 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2862
2863 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2864 instead of LDFLAGS (Bug#10230).
2865
2866 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2867
2868 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2869
2870 Propagate configure flags to sub-configures.
2871 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
2872 New macros.
2873 (config.status, bootstrap): Use them to propagate configure flags
2874 to sub-configures.
2875 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2876
2877 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2878
2879 * .bzrignore: Add config.cache.
2880
2881 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2882
2883 * configure.in: Check for gtk_window_set_has_resize_grip.
2884
2885 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2886
2887 * configure.in (HAVE_XPM): Fix typo.
2888
2889 2011-11-22 Glenn Morris <rgm@gnu.org>
2890
2891 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2892 have confusing effects on the build. (Bug#6401)
2893
2894 * Makefile.in (install-arch-dep): Tweak previous change.
2895
2896 2011-11-22 Yavor Doganov <yavor@gnu.org>
2897
2898 Do not install arch-dependent files in the app bundle if
2899 --disable-ns-self-contained is requested. (Bug#1335)
2900 * configure.in (exec_prefix, libexecdir): Define relative to
2901 `ns_appbindir' only if configured for a self-contained app.
2902 * Makefile.in (install-arch-dep): Test for the existence of
2903 libexec in the Emacs.app bundle before executing commands.
2904
2905 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2906
2907 * configure.in: Remove reference to src/m/ibms390.h.
2908
2909 2011-11-13 Glenn Morris <rgm@gnu.org>
2910
2911 * INSTALL: Tiny updates for disk space used during installation.
2912
2913 2011-11-05 Eli Zaretskii <eliz@gnu.org>
2914
2915 * lib/makefile.w32-in (FRC): New dummy target.
2916 (TAGS): Depend on FRC.
2917
2918 2011-11-04 Glenn Morris <rgm@gnu.org>
2919
2920 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
2921 Do not include GnuTLS version info in final summary message.
2922
2923 2011-10-31 Eli Zaretskii <eliz@gnu.org>
2924
2925 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2926 they exist there, else from autogen/.
2927
2928 * make-dist (msdos): Add depfiles.bat and inttypes.h.
2929
2930 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2931
2932 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2933
2934 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2935
2936 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2937 if the library is found. Otherwise, later configure-time tests,
2938 such as the test for pthread_sigmask, generate the wrong results
2939 on some platforms. Problem reported for FreeBSD by Nali Toja.
2940
2941 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2944 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2945 Remove; no longer needed, now that we defer to strftime for time
2946 zone names.
2947
2948 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2949
2950 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2951
2952 2011-10-18 Chong Yidong <cyd@gnu.org>
2953
2954 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2955
2956 2011-10-13 Glenn Morris <rgm@gnu.org>
2957
2958 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2959
2960 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2961
2962 * configure.in: Remove check for -lintl (Bug#9713).
2963 The check could break 'configure' on GNU/Linux with a (broken) libintl.
2964 The check was helpful but not essential in Solaris 2.6 (1997),
2965 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2966 obsolete -- Sun dropped support for it in 2006 -- and without
2967 access to that Silurian platform we can't maintain the code anyway.
2968
2969 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2970
2971 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2972 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2973 * m4/gnulib-common.m4: Merge from gnulib.
2974 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2975 command not found" on powerpc-apple-darwin9.8.0.
2976
2977 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2978 This is now done by src/alloc.c.
2979
2980 2011-10-02 Richard Stallman <rms@gnu.org>
2981
2982 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2983 and xlinux_second_failure to xgnu_linux_second_failure.
2984
2985 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2986
2987 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2988 lib/signal.in-h.
2989
2990 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
2991 Rename signal.in.h and alloca.in.h.
2992
2993 2011-09-28 Eli Zaretskii <eliz@gnu.org>
2994
2995 * INSTALL: Mention that m17n libraries and libotf are needed for
2996 Arabic shaping.
2997
2998 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2999
3000 Merge from gnulib, improving some licensing wording.
3001 This clarifies and fixes some licensing issues raised by Glenn Morris
3002 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3003 It also merges the latest version of texinfo.tex and has some
3004 MSVC-related changes that don't affect Emacs.
3005 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3006 pathmax, and raise, since these are needed only to address
3007 MSVC-related issues that Emacs doesn't have.
3008 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
3009 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3010 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3011 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3012 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3013 * m4/unistd_h.m4: Merge from gnulib.
3014
3015 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3016
3017 * configure.in: Initialize HAVE_LIBXML2.
3018
3019 2011-09-26 Glenn Morris <rgm@gnu.org>
3020
3021 * make-dist: Add lib/makefile.w32-in.
3022
3023 2011-09-24 Glenn Morris <rgm@gnu.org>
3024
3025 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3026
3027 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3028
3029 * .dir-locals.el: Change the debbugs regexp to allow having the
3030 bug number as the first thing on a line.
3031
3032 2011-09-15 Glenn Morris <rgm@gnu.org>
3033
3034 * configure.in: Make configure work with recent GNUsteps.
3035 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3036 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
3037 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
3038
3039 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3040
3041 Merge from gnulib, porting to Tru64.
3042 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3043 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3044 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3045 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3046 doesn't affect Emacs.
3047
3048 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3049
3050 * configure.in (isnan): Remove now-unnecessary check.
3051
3052 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3053
3054 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
3055 This is to fix the following problems:
3056 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3057 configured not to use gtk or any other thread-using library,
3058 signals aren't blocked correctly.
3059 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3060 and IRIX's signal handling.
3061 . On Cygwin 1.7.5 it works around an incompatibility with
3062 the system pthread_sigmask.
3063 . On MacOS X 10.5 (32-bit), files whose inode numbers
3064 exceed 2**31 cannot be read or manipulated.
3065 . pthread_sigmask: Actually use results of gl_THREADLIB.
3066 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3067 . find 'ar' program that fits with --host argument.
3068 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
3069 * autogen/README: Update destination list.
3070 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3071 The autogenerated files compile, config.guess,
3072 config.sub, depcomp, install-sh, and missing are now in build-aux.
3073 * m4/largefile.m4: New file, so that Emacs does not mess up when
3074 accessing files with large inode numbers in MacOS X 10.5 and later.
3075 * m4/nocrash.m4: New file, to avoid triggering background debugger
3076 and/or create core dumps during 'configure'.
3077 * build-aux/move-if-change: Renamed from move-if-change.
3078 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3079 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3080 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3081 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
3082 * Makefile.in (epaths-force, sync-from-gnulib):
3083 move-if-change is now in build-aux.
3084 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3085 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3086 (mkdir): install-sh is now in build-aux.
3087 * config.bat: c++defs.h is now in build-aux/snippets.
3088 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3089 usual parameter).
3090 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3091 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3092 to build-aux/snippet.
3093 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3094 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3095 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3096 Solaris, enables MacOS extensions, and enables nocrash during
3097 'configure'.
3098 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3099
3100 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
3101
3102 * configure.in (snprintf): New check.
3103
3104 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3105
3106 * configure.in (opsys): Change pattern to *-*-linux*
3107 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
3108 Remove unreachable pattern hppa*-*-linux-gnu*.
3109 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3110 and that can't possibly work now that src/m/hp800.h no longer exists.
3111
3112 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3113
3114 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3115
3116 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3117
3118 * configure.in: Add header check: sys/socket.h (Bug#8477),
3119 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3120 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3121
3122 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3123
3124 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3125 (HAVE_GTK_AND_PTHREAD): Remove.
3126
3127 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3128
3129 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3130 build, not just GNUstep (Bug#9177).
3131
3132 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
3133
3134 Assume freestanding C89 headers, string.h, stdlib.h.
3135 Again, this simplifies the code, and all current platforms have these.
3136 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3137 (AC_HEADER_STDC): Remove.
3138 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3139 (strchr, strrchr): Remove fallback macros.
3140
3141 Assume support for memcmp, memcpy, memmove, memset.
3142 This simplifies the code a bit. All current platforms have these,
3143 as they are required for C89. If this turns into a problem we
3144 can add the gnulib modules for these (a 1-line change to Makefile.in).
3145 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3146
3147 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3148
3149 * GNUmakefile: New file.
3150 This is for convenience, so that one can run GNU make in an
3151 unconfigured source tree, and get a default build.
3152
3153 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3154
3155 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3156
3157 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3158
3159 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3160 so as to suppress address randomization (Bug#8395).
3161
3162 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3163
3164 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3165 This fixes a build problem on older Mac OS X hosts.
3166
3167 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3168 test, which runs afoul of Automake installations where, for example,
3169 /usr/share/aclocal contains a copy of gl_THREADLIB.
3170 Problem reported by Sven Joachim in
3171 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3172 This is just a quick temporary fix, specific to Emacs; I'll work
3173 with the other gnulib maintainers to get a more-permanent fix.
3174
3175 Add gnulib's strtoimax module, needed on Solaris 8.
3176 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3177 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3178 automatically imported from gnulib.
3179 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3180
3181 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
3182
3183 Add gnulib support for pthread_sigmask (Bug#9010).
3184 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
3185 * configure.in (AC_TYPE_UID_T): New dummy macro.
3186 Configure gnulib after adjusting LIBS,
3187 so that gnulib can assume the libraries in LIBS.
3188 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
3189 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
3190 * lib/pthread_sigmask.c:
3191 New files, automatically imported from gnulib.
3192 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3193 due to the above changes.
3194 * .bzrignore: Add lib/signal.h.
3195
3196 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3197
3198 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
3199
3200 * configure.in (maintainer-mode): Reflect default in help string.
3201
3202 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3203
3204 * configure.in: Remove reference to iris4d.h.
3205
3206 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3207
3208 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
3209
3210 2011-07-01 Glenn Morris <rgm@gnu.org>
3211
3212 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
3213
3214 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3215
3216 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
3217 which made ./configure infloop.
3218
3219 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
3220
3221 * configure.in (gsettings): New option and check for GSettings.
3222
3223 2011-06-29 Glenn Morris <rgm@gnu.org>
3224
3225 * configure.in: Try to test for the required crt*.o files.
3226
3227 2011-06-27 Bill Wohler <wohler@newt.com>
3228
3229 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
3230
3231 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
3232
3233 Use gnulib's dup2 module instead of rolling our own.
3234 * Makefile.in (GNULIB_MODULES): Add dup2.
3235 * configure.in: Do not check for dup2; gnulib does that now.
3236 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
3237
3238 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3239
3240 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3241
3242 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
3243
3244 Use gnulib's alloca-opt module.
3245 * .bzrignore: Add lib/alloca.h.
3246 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3247 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
3248 as gnulib now does that for us. Put alloca check in config.h.
3249 Include <alloca.h> before any other include file, for AIX 3.
3250 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3251 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3252
3253 2011-06-21 Leo Liu <sdl.web@gmail.com>
3254
3255 * m4/sha256.m4:
3256 * m4/sha512.m4:
3257 * m4/gl-comp.m4:
3258 * lib/u64.h:
3259 * lib/sha256.c:
3260 * lib/sha256.h:
3261 * lib/sha512.c:
3262 * lib/sha512.h:
3263 * lib/makefile.w32-in (GNULIBOBJS):
3264 * lib/gnulib.mk:
3265 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3266 crypto/sha512 modules from gnulib.
3267
3268 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
3269
3270 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
3271
3272 2011-06-17 Glenn Morris <rgm@gnu.org>
3273
3274 * configure.in: Restore the behavior of checking crt-dir only
3275 when the user specified it (not all platforms use it).
3276
3277 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
3278
3279 * m4/lstat.m4: Merge from gnulib (Bug#8878).
3280
3281 2011-06-16 Miles Bader <miles@gnu.org>
3282
3283 * configure.in: Try to determine CRT_DIR automatically when
3284 using gcc.
3285
3286 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
3287
3288 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
3289 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
3290 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
3291 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
3292 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
3293 Merge from gnulib.
3294
3295 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
3296
3297 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
3298
3299 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
3300
3301 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
3302
3303 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
3304
3305 * configure.in: Add --with-wide-int.
3306 * INSTALL: Mention this.
3307
3308 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
3309
3310 Merge from gnulib.
3311 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
3312
3313 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3314
3315 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
3316
3317 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
3318
3319 Use 'inline', not 'INLINE'.
3320 * configure.in (INLINE): Remove.
3321
3322 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
3323
3324 Adjust to recent gnulib change for @GUARD_PREFIX@.
3325 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
3326 All uses of _GL_ for guard prefixes in lib/*.h replaced with
3327 _@GUARD_PREFIX@_.
3328
3329 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3330
3331 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
3332
3333 2011-05-24 Glenn Morris <rgm@gnu.org>
3334
3335 * Makefile.in (check): Just give a message if no test/ directory.
3336
3337 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
3338
3339 * configure.in (OPT_MAKEFILES_IN): Remove.
3340 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
3341 (SUBDIR_MAKEFILES_IN): New output variable.
3342 * Makefile.in (OPT_MAKEFILES_IN): Remove.
3343 (SUBDIR_MAKEFILES_IN): Let configure set it.
3344
3345 2011-05-24 Leo Liu <sdl.web@gmail.com>
3346
3347 * m4/sha1.m4:
3348 * m4/gl-comp.m4:
3349 * lib/sha1.h:
3350 * lib/sha1.c:
3351 * lib/makefile.w32-in (GNULIBOBJS):
3352 * lib/gnulib.mk:
3353 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
3354
3355 2011-05-24 Glenn Morris <rgm@gnu.org>
3356
3357 * configure.in: Remove test for already configured source directory.
3358 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
3359
3360 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
3361
3362 2011-05-24 Glenn Morris <rgm@gnu.org>
3363
3364 * make-dist: Don't distribute test/. (Bug#8107)
3365 * configure.in (OPT_MAKEFILES_IN): New output variable.
3366 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
3367 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
3368 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
3369 (check): Give an explicit error if test/ is not present.
3370
3371 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
3372 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
3373 (Makefile): Use $SUBDIR_MAKEFILES_IN.
3374
3375 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
3376
3377 * lib/verify.h: Merge from gnulib.
3378
3379 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
3380
3381 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3382 Merge from gnulib.
3383
3384 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3385
3386 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3387
3388 2011-05-20 Eli Zaretskii <eliz@gnu.org>
3389
3390 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3391
3392 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3393
3394 2011-05-20 Glenn Morris <rgm@gnu.org>
3395
3396 * configure.in (lisp_frag): New output file.
3397
3398 2011-05-19 Glenn Morris <rgm@gnu.org>
3399
3400 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3401 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3402
3403 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 * lib/gnulib.mk:
3406 * lib/intprops.h:
3407 * lib/unistd.in.h:
3408 * m4/inttypes.m4:
3409 * m4/stdint.m4:
3410 * m4/unistd_h.m4: Sync from gnulib.
3411
3412 2011-05-14 Glenn Morris <rgm@gnu.org>
3413
3414 * configure.in: Treat failure to find an X toolkit the same way we treat
3415 failure to find X and image support.
3416
3417 2011-05-12 Glenn Morris <rgm@gnu.org>
3418
3419 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3420 (check-declare): Shell portability fixes. (Bug#8642)
3421
3422 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * configure.in: Require GnuTLS 2.6.x or higher.
3425
3426 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
3427
3428 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3429 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3430 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3431
3432 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3433 This new gnulib-tool option saves 'configure' the trouble of
3434 checking for strtoull when strtoumax exists.
3435
3436 * configure.in (BITS_PER_LONG_LONG): New macro.
3437
3438 2011-05-05 Glenn Morris <rgm@gnu.org>
3439
3440 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3441 (top_distclean): Delete config.log~.
3442
3443 2011-04-27 Ben Key <bkey76@gmail.com>
3444
3445 * configure.in: Fixed a bug that caused configure with
3446 --enable-checking=stringoverrun to have no effect.
3447
3448 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
3449
3450 * configure.in: Suppress unnecessary checks for size_t.
3451 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3452 (size_t): Do not check for this, and do not typedef. This code
3453 is never exercised now.
3454
3455 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3456 This is needed for the new integer-reading code in lread.c.
3457 It automatically pulls in the following gnulib files, which
3458 are used on old-fashioned platforms that don't have strtoumax:
3459 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3460 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3461 m4/strtoull.m4, m4/strtoumax.m4.
3462 * .bzrignore: Add lib/inttypes.h.
3463
3464 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3465
3466 * configure.in: Check for GnuTLS certificate verify callbacks.
3467
3468 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * Makefile.in (config.status): Don't erase in case of error.
3471 In case it disappeared, rebuild it with `configure'.
3472
3473 2011-04-20 Ken Brown <kbrown@cornell.edu>
3474
3475 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
3476
3477 2011-04-12 Glenn Morris <rgm@gnu.org>
3478
3479 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
3480
3481 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
3482
3483 * lib/allocator.c: New file, automatically generated by gnulib.
3484
3485 2011-04-07 Glenn Morris <rgm@gnu.org>
3486
3487 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
3488
3489 2011-04-06 Eli Zaretskii <eliz@gnu.org>
3490
3491 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3492 Revert last change.
3493
3494 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
3495
3496 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3497 ($(BLD)/careadlinkat.$(O)): New target.
3498 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3499 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3500 Update dependencies.
3501
3502 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
3503
3504 Fix more problems found by GCC 4.6.0's static checks.
3505
3506 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3507
3508 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
3509 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3510 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3511 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3512
3513 2011-04-06 Glenn Morris <rgm@gnu.org>
3514
3515 * autogen/update_autogen: Handle loaddefs-like files as well.
3516 (usage): Add -l, -C.
3517 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3518 With -l, check status of lisp/ as well.
3519 With -C, clean before building.
3520 (autoreconf): Only pass -f in the `clean' case.
3521 (commit): New function.
3522
3523 2011-03-28 Glenn Morris <rgm@gnu.org>
3524
3525 * autogen/update_autogen: Pass -f to autoreconf.
3526
3527 * autogen.sh (get_version): Discard "not found" lines.
3528 (check_version): Respect $AUTOCONF etc environment variables.
3529
3530 2011-03-27 Glenn Morris <rgm@gnu.org>
3531
3532 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3533 (AH_BOTTOM): Do not define SIGTYPE.
3534
3535 2011-03-26 Glenn Morris <rgm@gnu.org>
3536
3537 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3538 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3539
3540 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
3541
3542 * autogen/update_autogen: Remove useless function keyword.
3543
3544 2011-03-25 Eli Zaretskii <eliz@gnu.org>
3545
3546 * config.bat: Generate src/config.h and lib/Makefile from
3547 autogen/config.in and autogen/Makefile.in.
3548
3549 2011-03-25 Glenn Morris <rgm@gnu.org>
3550
3551 * compile, config.guess, config.sub, depcomp, install-sh, missing:
3552 Remove; autoreconf can supply them.
3553 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3554 config.guess, install-sh. Pass -i to autoreconf.
3555 * autogen/update_autogen (genfiles): Add compile, config.guess,
3556 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
3557 Discard non-error output from autoreconf in -q case.
3558 * autogen/compile, autogen/config.guess, autogen/config.sub:
3559 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3560 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3561 install-sh, missing.
3562
3563 2011-03-23 Glenn Morris <rgm@gnu.org>
3564
3565 * autogen/update_autogen: Fix typo.
3566 (msg): Remove function; use `exec' instead.
3567
3568 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3569 (sync-from-gnulib): Don't sync mkinstalldirs.
3570 * make-dist: Don't distribute mkinstalldirs.
3571
3572 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
3573
3574 Fix more problems found by GCC 4.5.2's static checks.
3575 * Makefile.in (GNULIB_MODULES): Add socklen.
3576 * configure.in: Do not check for sys/socket.h, since socklen does that.
3577 * m4/socklen.m4: New automatically-generated file, from gnulib.
3578
3579 fakemail: Remove dependency on ignore-value.
3580 * Makefile.in (GNULIB_MODULES): Add stdio.
3581 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3582 imported from gnulib.
3583 * .bzrignore: Add lib/stdio.h.
3584
3585 2011-03-22 Glenn Morris <rgm@gnu.org>
3586
3587 * autogen/copy_autogen: Work from ./ or ../.
3588 Fix time-stamps.
3589 * autogen.sh: Doc fix.
3590
3591 2011-03-20 Glenn Morris <rgm@gnu.org>
3592
3593 * autogen/: New directory, to be excluded from releases.
3594 * autogen/copy_autogen, autogen/update_autogen: New scripts.
3595 * autogen/README: New file.
3596 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3597 * autogen/Makefile.in: Add auto-updated generated files.
3598 * autogen.sh: No longer a no-op, now it tests for autotools
3599 and runs them as necessary.
3600 * configure.in: Default maintainer-mode to on.
3601 * aclocal.m4, configure, lib/Makefile.in: Remove files.
3602
3603 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
3604
3605 Update for gnulib.
3606 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3607 includes <intprops.h> directly.
3608 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3609 when building Emacs on Solaris 9 and running it on Solaris 10.
3610
3611 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3612
3613 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
3614
3615 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * Version 23.3 released.
3618
3619 2011-03-06 Glenn Morris <rgm@gnu.org>
3620
3621 * configure.in (FREETYPE_LIBS): Actually set it to something.
3622
3623 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3624
3625 Work around some portability problems with symlinks.
3626
3627 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3628 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3629 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3630 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3631 * m4/symlink.m4:
3632 New files, automatically generated from gnulib.
3633 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3634 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3635
3636 2011-02-26 Eli Zaretskii <eliz@gnu.org>
3637
3638 * .bzrignore: Ignore new lib/*.in-h files.
3639
3640 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3641 Call depfiles.bat even if lib/deps already exist.
3642
3643 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3644
3645 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
3646 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3647 recent changes to configure.in and to gnulib.
3648
3649 2011-02-24 Glenn Morris <rgm@gnu.org>
3650
3651 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3652 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3653
3654 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3655
3656 Assume S_ISLNK etc. work, since gnulib supports this.
3657 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3658 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3659 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3660 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3661
3662 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3663
3664 * lib/min-max.h: New file, for "min" and "max".
3665
3666 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3667
3668 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
3669 $(EMACS_ROOT)/nt/inc/stdint.h.
3670
3671 2011-02-21 Eli Zaretskii <eliz@gnu.org>
3672
3673 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3674 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3675 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3676
3677 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3678
3679 Import filemode module from gnulib.
3680 * .bzrignore: Add lib/sys/.
3681 * Makefile.in (GNULIB_MODULES): Add filemode.
3682 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3683 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3684 from gnulib. This adds support for some more file types, e.g.,
3685 Cray DMF migrated files.
3686 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3687 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3688 * m4/sys_stat_h.m4: New files, generated from gnulib.
3689 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3690 Regenerate.
3691
3692 2011-02-20 Eli Zaretskii <eliz@gnu.org>
3693
3694 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3695 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3696
3697 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3698
3699 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3700 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3701 is no longer needed, due to the recent SSDATA and related changes.
3702 Perhaps -Wno-pointer-sign should also be removed from
3703 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3704 way to test this so I left it alone.
3705 * configure: Regenerate.
3706
3707 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
3708
3709 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3710 src/makefile.w32-in.
3711
3712 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3713
3714 Import crypto/md5 and stdint modules from gnulib.
3715 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3716 Regenerate.
3717 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3718 Import the new versions from gnulib; they assume a C99-style
3719 <stdint.h>, supplied by the stdint module.
3720 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3721 imported from gnulib.
3722 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3723 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3724 special cases.
3725
3726 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3727
3728 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
3729 Add lib/deps/.
3730
3731 * config.bat: Configure in `lib'.
3732 Generate *.Po files in lib/deps.
3733
3734 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3735
3736 Import IRIX 6.5 getloadavg fixes from gnulib.
3737 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3738
3739 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3740
3741 Import getloadavg module from gnulib.
3742 * .bzrignore: Add lib/stdlib.h.
3743 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3744 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3745 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3746 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3747 Remove; gnulib does this now.
3748 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3749 from gnulib. This adds support for several other systems, such
3750 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3751 buffer overrun on Linux hosts under very high load, and on hosts
3752 that maintain a channel to the load average file it makes sure
3753 the file descriptor is close-on-exec (on hosts that support this)
3754 and is not stdin, stdout, or stderr.
3755 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3756 from gnulib.
3757 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3758 * src/config.in: Regenerate.
3759
3760 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3761
3762 Merge from gnulib.
3763
3764 * install-sh: Update to scriptversion 2011-01-19.21.
3765
3766 2011-02-13 Bruno Haible <bruno@clisp.org>
3767
3768 Consistent macro naming for macros that use GCC __attribute__.
3769 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
3770 ATTRIBUTE_DEPRECATED.
3771
3772 2011-02-12 Bruno Haible <bruno@clisp.org>
3773
3774 setlocale: Prefer gnulib's override over libintl's override.
3775 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3776 GNULIB_defined_setlocale is set.
3777
3778 2011-02-13 Glenn Morris <rgm@gnu.org>
3779
3780 * make-dist: Exclude generated file src/globals.h.
3781
3782 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3783
3784 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3785 Sync from gnulib, which has been patched to fix the problem
3786 with the license notices. Problem reported by Glenn Morris in
3787 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3788
3789 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * .bzrignore: Ignore globals.h and related stamp.
3792
3793 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3794
3795 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3796 This merges the following fix from gnulib:
3797
3798 2011-02-08 Bruno Haible <bruno@clisp.org>
3799
3800 Split large sed scripts, for HP-UX sed.
3801
3802 2011-02-08 Tom Tromey <tromey@redhat.com>
3803
3804 * configure: Rebuild.
3805 * configure.in (NS_OBJC_OBJ): New subst.
3806
3807 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3808
3809 gnulib: allow multiple gnulib generated replacements to coexist
3810 This defines a few preprocessor symbols that should not affect Emacs.
3811 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3812 via "make sync-from-gnulib".
3813
3814 gnulib: undo previous change
3815 The upstream _HEADERS change was backed out of gnulib (see the
3816 same thread). Stay in sync with gnulib.
3817
3818 gnulib: adjust to upstream _HEADERS change
3819 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3820 New empty macros, to accommodate recent changes to gnulib. See
3821 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3822 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3823 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3824 * lib/time.in.h, lib/unistd.in.h:
3825 Regenerate.
3826
3827 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3828
3829 sync from gnulib to remove HAVE_STDBOOL_H
3830 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
3831 AC_HEADER_STDBOOL. All uses changed. Do not define
3832 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3833 imported from the latest Autoconf git. It was motivated by Emacs,
3834 which uses gnulib but does not need HAVE_STDBOOL_H.
3835 * configure, src/config.in: Regenerate.
3836 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3837
3838 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3839
3840 allow C code to suppress warnings about ignored return values
3841 * Makefile.in (GNULIB_MODULES): Add ignore-value.
3842 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3843 * lib/ignore-value.h: New file.
3844
3845 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * configure.in: Test existence of xaw3d library, not just the
3848 header (Bug#7642).
3849
3850 2011-01-31 Eli Zaretskii <eliz@gnu.org>
3851
3852 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3853 $(BLD)/time_r.$(O).
3854 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3855 $(EMACS_ROOT)/src/m/intel386.h.
3856 ($(BLD)/strftime.$(O)):
3857 ($(BLD)/time_r.$(O)): Define prerequisites.
3858
3859 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3860
3861 src/emacs.c now gets version number from configure.in
3862 * configure.in (version): Set this from $PACKAGE_VERSION,
3863 which is set from AC_INIT, rather than scouting through src/emacs.c.
3864 * configure: Regenerate.
3865 * make-dist (version): Get it from configure.in, not src/emacs.c.
3866
3867 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3868
3869 strftime: import from gnulib
3870 * Makefile.in (GNULIB_MODULES): Add strftime.
3871 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3872 needed.
3873 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3874 Regenerate.
3875 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3876 imported from gnulib.
3877 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3878 This incorporates many changes from gnulib, including simpler
3879 handling of multibyte formats, porting to mingw32 and other
3880 platforms, and support for higher-resolution time stamps.
3881 Emacs does not yet use the higher-resolution interface.
3882
3883 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3884
3885 gnulib: import mktime and move-if-change fixes from gnulib
3886
3887 * configure: Regenerate from the following.
3888
3889 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3890
3891 mktime: clarify long_int width checking
3892 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3893 the top level, to make it clearer that the assumption about
3894 long_int width is being checked. See
3895 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3896
3897 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3898
3899 TYPE_MAXIMUM: avoid theoretically undefined behavior
3900 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3901 negative number, which the C Standard says has undefined behavior.
3902 In practice this is not a problem, but might as well do it by the book.
3903 Reported by Rich Felker and Eric Blake; see
3904 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
3905 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3906 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3907
3908 mktime: #undef mktime before #defining it
3909 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3910
3911 mktime: systematically normalize tm_isdst comparisons
3912 * lib/mktime.c (isdst_differ): New function.
3913 (__mktime_internal): Use it systematically for all isdst comparisons.
3914 This completes the fix for libc BZ #6723, and removes the need for
3915 normalizing tm_isdst.
3916 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
3917 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3918
3919 mktime: fix some integer overflow issues and sidestep the rest
3920
3921 This was prompted by a bug report by Benjamin Lindner for MinGW
3922 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3923 His bug is due to signed integer overflow (0 - INT_MIN), and I
3924 I scanned through mktime.c looking for other integer overflow
3925 problems, fixing all the bugs I found.
3926
3927 Although the C Standard says the resulting code is still not safe
3928 in the presence of integer overflow, in practice it should be good
3929 enough for all real-world two's-complement implementations, except
3930 for debugging environments that deliberately trap on integer
3931 overflow (e.g., gcc -ftrapv).
3932
3933 * lib/mktime.c (WRAPV): New macro.
3934 (SHR): Also check that long_int and time_t shift right in the
3935 usual way, before using the fast-but-unportable method.
3936 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3937 used. The code already assumed two's complement, so there's
3938 no need to test for alternatives. All uses removed.
3939 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3940 the C standard. Problem reported by Rich Felker in
3941 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3942 (twos_complement_arithmetic): Also check long_int and time_t.
3943 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3944 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3945 (__mktime_internal): Avoid integer overflow with unary subtraction
3946 in two instances where -1 - X is an adequate replacement for -X,
3947 since the calculations are approximate.
3948
3949 2011-01-29 Eric Blake <eblake@redhat.com>
3950
3951 mktime: avoid infinite loop
3952 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3953 type; behavior is still undefined but portable to all known targets.
3954 Reported by Rich Felker.
3955
3956 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3957
3958 mktime: avoid problems on NetBSD 5 / i386
3959 * lib/mktime.c (long_int): New type. This works around a problem
3960 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3961 but time_t is 64 bits, and where I expect the existing code is
3962 wrong in some cases.
3963 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3964 (ydhms_diff): Bring back the compile-time check for wide-enough
3965 year and yday.
3966
3967 mktime: fix misspelling in comment
3968 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3969 This merges all recent glibc changes of importance.
3970
3971 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3972
3973 move-if-change: cope with concurrent mv of identical file.
3974 * move-if-change (CMPPROG): Accept environment
3975 variable as an override for `cmp'.
3976 (usage): Document CMPPROG.
3977 Adjust comparison to drop stdout. Cope with failure of mv if
3978 the target file exists and is identical to the source, for
3979 parallel builds.
3980 Report from H.J. Lu against binutils in PR binutils/12283.
3981
3982 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3983
3984 * lib/makefile.w32-in:
3985 * lib/getopt_.h: New files.
3986
3987 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3988
3989 improve fix for MS-DOS file name clash
3990 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
3991 for portability to POSIX make. Reported by Bruno Haible.
3992 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3993 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3994 files from accumulating as garbage. Also reported by Bruno Haible.
3995
3996 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3997
3998 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3999 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4000 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4001 problems with MS-DOS 8+3 file name restrictions.
4002 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4003 it, it would also cause problems when extracting Emacs distribution
4004 tarballs on MS-DOS hosts.
4005 (ACLOCAL_INPUTS): Adjust to file renaming.
4006 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4007 * config.guess, config.sub: Sync from gnulib.
4008 * m4/gnulib-cache.m4: Remove from repository.
4009 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4010
4011 2011-01-25 Glenn Morris <rgm@gnu.org>
4012
4013 * README: Add a note about ranges in copyright years.
4014
4015 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4016
4017 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4018
4019 * configure.in: Add HP-UX on IA64 (Bug#6811).
4020
4021 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4022
4023 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4024 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4025 as it is no longer needed.
4026 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4027 * configure.in: Invoke the new gnulib macro
4028 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4029 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4030 * m4/getopt.m4: Sync from gnulib; this removes the need for
4031 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4032 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4033 New macro, synced from gnulib.
4034 * m4/warn-on-use.m4: Remove.
4035
4036 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4037
4038 aclocal.m4: put this file back into repository
4039 This way, we don't have to assume that the maintainer has
4040 the automake package installed. See
4041 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4042 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4043 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4044 undoing the previous change.
4045 * aclocal.m4: New file (actually, resurrected).
4046
4047 2011-01-22 Miles Bader <miles@gnu.org>
4048
4049 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4050 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4051 Emacs directly uses fontconfig, and breaks building when using a
4052 strict linker).
4053
4054 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4055
4056 src/config.in: shrink slightly
4057 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4058 This makes src/config.in a bit smaller, by removing identifiers
4059 like GNULIB_TEST_MKTIME that Emacs does not need.
4060 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4061 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4062 Sync from gnulib. This removes a few more unnecessary symbols from
4063 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4064 * configure, src/config.in: Regenerate.
4065
4066 aclocal.m4: tweaks to regenerate more conveniently
4067 This attempts to act better when the source is in a weird state. See
4068 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4069 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4070 * .bzrignore: Add aclocal.m4.
4071
4072 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4073
4074 aclocal.m4: omit auto-generated file from repository
4075 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4076 the most recent change here.
4077 * aclocal.m4: Remove from bzr repository. This file is
4078 auto-generated and isn't needed to run 'configure'. See
4079 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4080
4081 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4082
4083 Minor Makefile.in tweaks to build from gnulib better.
4084 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4085 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4086 (top_maintainer_clean): Don't remove aclocal.m4.
4087
4088 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4089
4090 Minor cleanups for 'bzr status'
4091 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4092 the output of config.guess.
4093 * Makefile.in (top_distclean): Remove stamp-h1 too.
4094
4095 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4096 defined if the compiler supports GCC-style __attribute__
4097 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4098 this syntax.
4099
4100 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
4101
4102 Makefile.in: tidy up the building of lib
4103 * Makefile.in (am--refresh): Mark as .PHONY.
4104 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4105 as they're not rebuilt unless you do a "make sync-from-gnulib"
4106 and the former is needed for "configure".
4107 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4108 has already removed lib/Makefile.
4109
4110 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4111 This avoids building ftoastr and ldtoastr, which aren't needed. See
4112 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
4113
4114 * .bzrignore: Add .h files that are host-dependent.
4115 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4116 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4117 host-dependent and are built as part of an ordinary 'make', and
4118 should not be checked in.
4119
4120 * lib/Makefile.in: Regenerate.
4121 * lib/COPYING: New file, a copy of COPYING.
4122
4123 * configure: Regenerate.
4124 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4125
4126 Regenerate.
4127 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4128 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4129 New files, copied from gnulib by gnulib-tool.
4130 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
4131 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4132 Regenerate.
4133
4134 Use gnulib's getopt-gnu module.
4135 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4136 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4137 representative of the dependencies.
4138 * configure.in: Do not configure getopt, as gnulib does that now.
4139 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4140 getopt now, in lib.
4141
4142 Regenerate.
4143 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4144 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
4145 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4146 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4147 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4148 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4149 * m4/wchar_t.m4, warn-on-use.h:
4150 New files, copied from gnulib by gnulib-tool.
4151 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4152 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4153 Regenerate.
4154
4155 Use gnulib's mktime module.
4156 * Makefile.in (GNULIB_MODULES): Add mktime.
4157 * configure.in: Remove code no longer needed, as gnulib now does it.
4158 (AC_CHECK_FUNCS): Remove mktime.
4159 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4160 (__restrict): Remove, as this now gets in the way of the C99
4161 support for 'restrict' pulled in by the gnulib mktime module.
4162 Code should now use 'restrict' and not '__restrict".
4163 (mktime): Remove.
4164 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4165 and warn-on-use.h into the distribution.
4166
4167 Regenerate.
4168 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4169 * lib/ldtoastr.c, m4/c-strtod.m4:
4170 New files, copied from gnulib by gnulib-tool.
4171 * lib/dummy.c: Remove.
4172 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4173 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4174 Regenerate.
4175
4176 Use gnulib's ftoastr module.
4177 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4178
4179 Regenerate.
4180 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4181 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
4182 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4183 New files, generated automatically, with 'make sync-from-gnulib'
4184 followed by 'make'.
4185 * configure, lisp/dired.el, src/config.in: Regenerate.
4186
4187 Automate syncing from gnulib.
4188 * INSTALL, README: Document new subdirectory 'lib'.
4189 * Makefile.in (SUBDIR): Add lib.
4190 (SUBDIR_MAKEFILES): Add lib/Makefile.
4191 (lib-src, src, TAGS, tags): Depend on lib.
4192 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4193 ($(gnulib_srcdir)): New rule.
4194 (sync-from-gnulib): New rule, which is .PHONY.
4195 (lib): New rule, which is like lib-src.
4196 (Makefile): Depend on lib/Makefile.in.
4197 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4198 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4199 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4200 (am--refresh): New rule, to pacify Automake.
4201 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4202 Clean lib, too.
4203 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
4204 droppings.
4205 (maintainer-clean, extraclean): Use it.
4206 * configure.in: Initialize for automake and gnulib, by invoking
4207 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
4208 lib/Makefile, too. Use automake to build gnulib, as gnulib works
4209 more conveniently with automake.
4210 * lib/Makefile.am: New file.
4211 * make-dist: Also put into the distribution aclocal.m4,
4212 compile, depcomp, missing, and the files under lib/.
4213
4214 2011-01-15 Glenn Morris <rgm@gnu.org>
4215
4216 * Makefile.in (epaths-force): No more arch-tag to edit.
4217
4218 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
4221
4222 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
4223
4224 * make-dist: Distribute test/ files too.
4225 Distribute every file under test/ that is under version control,
4226 using patterns like *.el to capture files that are added later.
4227 Without this change, "configure" would fail, because it would
4228 attempt to build from a Makefile.in that was not distributed.
4229
4230 2011-01-13 Christian Ohler <ohler@gnu.org>
4231
4232 * Makefile.in (INFO_FILES): Add ERT.
4233
4234 * Makefile.in (check): Run tests in test/automated.
4235
4236 * Makefile.in:
4237 * configure.in: Add test/automated/Makefile.
4238
4239 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4240
4241 * install-sh, mkinstalldirs, move-if-change: Update from master
4242 source in gnulib.
4243
4244 * config.guess, config.sub: Updated from master source.
4245
4246 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4247
4248 * configure.in: Check for __builtin_unwind_init.
4249
4250 2011-01-05 Glenn Morris <rgm@gnu.org>
4251
4252 * configure.in (HAVE_MAKEINFO): New output variable.
4253 (MAKEINFO): Reset to "makeinfo" if not found.
4254 * Makefile.in (install-arch-indep, info):
4255 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4256
4257 2010-12-29 Ulrich Müller <ulm@gentoo.org>
4258
4259 * configure.in: Make gameuser configurable (Bug#7717).
4260
4261 2010-12-15 Glenn Morris <rgm@gnu.org>
4262
4263 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4264 long absent lib-src/fns-*.el.
4265
4266 2010-12-11 Glenn Morris <rgm@gnu.org>
4267
4268 * make-dist: Exclude etc/*.pyc.
4269
4270 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4271
4272 * configure.in: Don't double machfile in final message.
4273
4274 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * configure.in: Fix last change.
4277
4278 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
4279
4280 * configure.in: Remove reference to removed machine description
4281 files and allow $machine and $machfile to be empty.
4282 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
4283
4284 2010-12-03 Glenn Morris <rgm@gnu.org>
4285
4286 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
4287
4288 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
4289
4290 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
4291 (EXTERNALLY_VISIBLE): New definition.
4292
4293 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4294
4295 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
4296
4297 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4298
4299 * configure.in: Do not check for unconditionally included headers.
4300
4301 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
4304
4305 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4306
4307 * configure.in: Don't write a warning for D-Bus anymore.
4308
4309 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
4310
4311 * configure.in: Fix indentation.
4312
4313 2010-10-31 Ken Brown <kbrown@cornell.edu>
4314
4315 * configure.in (checking whether localtime caches TZ):
4316 Use unsetenv instead of modifying environment directly.
4317
4318 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
4319
4320 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
4321 to avoid warning.
4322
4323 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4324
4325 * configure.in: Remove the BROKEN annotation from GnuTLS.
4326
4327 2010-10-22 Glenn Morris <rgm@gnu.org>
4328
4329 * make-dist: Avoid listing .el files twice. Don't try to run
4330 autoconf if --no-update.
4331
4332 2010-10-20 Glenn Morris <rgm@gnu.org>
4333
4334 * make-dist: No longer create lisp/MANIFEST.
4335
4336 2010-10-14 Glenn Morris <rgm@gnu.org>
4337
4338 * BUGS, INSTALL.BZR, README: Updates.
4339
4340 2010-10-13 Glenn Morris <rgm@gnu.org>
4341
4342 * make-dist: Remove --compress. Check for the appropriate
4343 gzip-like executable, and if not found, don't compress.
4344 Check version number in README, don't change it.
4345 Use find for nt/inc/*.h.
4346
4347 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4348
4349 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
4350 Remove trailing / from directory names.
4351
4352 2010-10-12 Glenn Morris <rgm@gnu.org>
4353
4354 * make-dist: Update and simplify.
4355
4356 2010-10-12 Eli Zaretskii <eliz@gnu.org>
4357
4358 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
4359
4360 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4361
4362 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
4363
4364 2010-10-09 Glenn Morris <rgm@gnu.org>
4365
4366 * make-dist: No more doc/emacs/*.texi.in.
4367
4368 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
4369
4370 2010-10-09 Glenn Morris <rgm@gnu.org>
4371
4372 * configure.in: Combine some conditionals.
4373
4374 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
4375 * make-dist: Include doc/emacs/*.texi.in.
4376
4377 * INSTALL, make-dist: Remove references to b2m.
4378 * Makefile.in (MAN_PAGES): Remove b2m.1.
4379
4380 2010-10-05 Glenn Morris <rgm@gnu.org>
4381
4382 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4383
4384 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4385
4386 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4387
4388 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4389
4390 * configure.in: Include stdlib.h and string.h unconditionally.
4391
4392 2010-09-29 Romain Francoise <romain@orebokech.com>
4393
4394 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4395
4396 2010-09-28 Glenn Morris <rgm@gnu.org>
4397
4398 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4399 happy.
4400
4401 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4402
4403 * configure.in: Enable imagemagick by default.
4404
4405 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4406
4407 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
4408 GnuTLS libraries.
4409
4410 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4411
4412 * configure.in: Set up GnuTLS.
4413
4414 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
4415
4416 * configure.in: Announce whether libxml2 is linked to.
4417
4418 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4419
4420 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4421
4422 2010-09-18 Eli Zaretskii <eliz@gnu.org>
4423
4424 * config.bat: Detect that libxml2 is installed and if so, build
4425 with it.
4426
4427 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4428
4429 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4430 be used. This fixes a conf problem on Mac OS X.
4431
4432 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * configure.in: Check for libxml2.
4435
4436 2010-09-09 Glenn Morris <rgm@gnu.org>
4437
4438 * make-dist: No more TODO files under lisp/.
4439
4440 2010-09-04 Eli Zaretskii <eliz@gnu.org>
4441
4442 * config.bat: Produce lisp/gnus/_dir-locals.el from
4443 lisp/gnus/.dir-locals.el.
4444
4445 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4446
4447 * configure.in: Fix check for librsvg, imagemagick and
4448 MagickExportImagePixels.
4449
4450 2010-08-18 Joakim Verona <joakim@verona.se>
4451
4452 * Makefile.in, configure.in: Checks for ImageMagick.
4453
4454 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4455
4456 * configure.in (AC_PREREQ): Require autoconf 2.65.
4457
4458 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4459
4460 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4461
4462 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4463
4464 * configure.in: Add AC_C_BIGENDIAN.
4465
4466 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4467
4468 * configure.in (ORDINARY_LINK): Use on hpux* too.
4469
4470 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4471
4472 * configure.in: Check for util.h.
4473 Use -Wimplicit-function-declaration if compiler supports it.
4474
4475 2010-08-05 Eli Zaretskii <eliz@gnu.org>
4476
4477 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
4478
4479 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
4480
4481 * configure.in: Restore accidentally removed use of
4482 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
4483
4484 2010-07-29 Chad Brown <yandros@mit.edu>
4485
4486 * configure.in: Check for dirent.h.
4487
4488 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4489
4490 * configure.in: Remove reference to usg5-4, unused.
4491
4492 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4493
4494 * configure.in: Check for __executable_start.
4495
4496 2010-07-24 Ken Brown <kbrown@cornell.edu>
4497
4498 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4499
4500 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4503
4504 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4505
4506 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4507
4508 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4509
4510 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4511 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4512 (C_OPTIMIZE_SWITCH): Remove.
4513 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4514
4515 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4516
4517 * configure.in: Don't check for index and rindex, check for strchr
4518 and strrchr. Define strchr and strrchr as index and rindex,
4519 resp., in src/config.h if not available.
4520
4521 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4522
4523 * configure.in: Use -Wold-style-definition if available.
4524 This helps with the transition to standard C code, it can be
4525 removed when done.
4526
4527 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4528
4529 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4530 and MSWindows.
4531
4532 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4533
4534 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
4535 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4536
4537 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4538
4539 * configure.in (getenv): Remove K&R declaration.
4540
4541 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4542
4543 * configure.in: Remove define __P.
4544
4545 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * configure.in (--enable-use-lisp-union-type): New flag.
4548
4549 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4550
4551 Fix CFLAGS for non-GCC compilers.
4552 * configure.in (CFLAGS): Always use -g like it was done before the
4553 2010-03-30 change.
4554 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4555 (Bug#6538)
4556
4557 2010-06-30 Glenn Morris <rgm@gnu.org>
4558
4559 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4560 Set with AC_DEFINE rather than AH_BOTTOM.
4561
4562 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4563 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4564 Set with shell, not cpp.
4565 (LIBX): Remove, just use -lX11 in the one place this was used.
4566 (cannot_dump): Replace with CANNOT_DUMP.
4567
4568 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4569
4570 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
4571 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4572 by minimum required Gtk+ 2.6). Add checks for functions introduced
4573 in Gtk+ 2.14 or newer (bug#6505).
4574
4575 2010-06-26 Eli Zaretskii <eliz@gnu.org>
4576
4577 * config.bat: Remove white space around "+" in COPY commands.
4578
4579 2010-06-23 Glenn Morris <rgm@gnu.org>
4580
4581 * info/dir: Start descriptions in column 32, per Texinfo convention.
4582
4583 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
4584
4585 * INSTALL: Update font information (Bug#6389).
4586
4587 2010-06-16 Glenn Morris <rgm@gnu.org>
4588
4589 * INSTALL: General update.
4590
4591 2010-06-12 Glenn Morris <rgm@gnu.org>
4592
4593 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4594
4595 2010-06-11 Glenn Morris <rgm@gnu.org>
4596
4597 * configure.in (--without-compress-info): New option.
4598 (GZIP_INFO): New output variable.
4599
4600 * Makefile.in (GZIP_INFO): New, set by configure.
4601 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4602 Handle man pages in the same way.
4603
4604 2010-06-10 Glenn Morris <rgm@gnu.org>
4605
4606 * Makefile.in (install-arch-indep): Gzip the info files too.
4607
4608 * make-dist: Remove references to non-existent directories and files.
4609
4610 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4611
4612 * configure.in: Include <strings.h> and <string.h> instead of
4613 "strings.h" and "string.h".
4614
4615 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4616
4617 * configure.in: Remove code dealing with BSTRING.
4618
4619 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4620
4621 * configure.in (AC_PREREQ): Require autoconf 2.65.
4622
4623 * configure.in (unxec): Do not define and substitute.
4624 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4625
4626 2010-06-03 Glenn Morris <rgm@gnu.org>
4627
4628 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4629
4630 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4631
4632 Fix alloca definition when using gcc on non-gnu systems.
4633 * configure.in: Use the code sequence indicated by "info autoconf"
4634 for alloca (bug#6170).
4635
4636 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4637
4638 * .bzrignore: Ignore new files from trunk, which appear if you use
4639 colocated branches (i.e. "bzr switch").
4640
4641 2010-05-28 Glenn Morris <rgm@gnu.org>
4642
4643 * configure.in: Simplify some of the $canonical tests.
4644
4645 2010-05-27 Glenn Morris <rgm@gnu.org>
4646
4647 * config.bat: Do not preprocess src/Makefile.in.
4648
4649 * configure.in: Do not preprocess src/Makefile.in.
4650 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4651 (AC_EGREP_CPP): Test no longer needed.
4652
4653 * make-dist: No more Makefile.c files.
4654
4655 2010-05-26 Glenn Morris <rgm@gnu.org>
4656
4657 * configure.in (YMF_PASS_LDFLAGS): Remove.
4658 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4659
4660 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4661 Add $GNUSTEP_LOCAL_HEADERS.
4662 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4663
4664 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4665 (GNUSTEP_MAKEFILES): Remove.
4666 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4667 stuff to here.
4668
4669 2010-05-25 Glenn Morris <rgm@gnu.org>
4670
4671 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4672 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4673
4674 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4675 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4676 here instead.
4677
4678 2010-05-24 Romain Francoise <romain@orebokech.com>
4679
4680 * make-dist: Look for version in src/emacs.c.
4681 Use lisp/subr.el rather than lisp/version.el for location check.
4682
4683 2010-05-21 Glenn Morris <rgm@gnu.org>
4684
4685 * configure.in (MKDEPDIR): Parallel build tweak.
4686
4687 * configure.in (ns_frag): New output file.
4688
4689 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4690 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4691
4692 * configure.in (cannot_dump): New output variable.
4693
4694 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4695
4696 * configure.in: On NetBSD, if terminfo is found, use it in
4697 preference to termcap. (Bug#6190)
4698
4699 2010-05-20 Glenn Morris <rgm@gnu.org>
4700
4701 * make-dist (src): Include *.mk.
4702 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4703 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4704 (deps_frag): New output file.
4705 (AUTO_DEPEND): Remove this definition.
4706
4707 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4708
4709 2010-05-19 Glenn Morris <rgm@gnu.org>
4710
4711 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4712 (ORDINARY_LINK): New AC_DEFINE.
4713 (LIB_GCC): No need to set if ORDINARY_LINK.
4714
4715 2010-05-18 Glenn Morris <rgm@gnu.org>
4716
4717 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4718 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4719
4720 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4721 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4722 (RALLOC_OBJ): New output variable.
4723
4724 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4725 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4726
4727 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * Makefile.in (src): Provide the name of the VCS file that witnesses
4730 a pull.
4731 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4732
4733 2010-05-17 Glenn Morris <rgm@gnu.org>
4734
4735 * configure.in (OLDXMENU_DEPS): New output variable.
4736
4737 2010-05-16 Glenn Morris <rgm@gnu.org>
4738
4739 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4740
4741 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4742 * Makefile.in (install-arch-dep): Update for above change.
4743
4744 * Makefile.in (ns_appdir): Remove.
4745 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4746
4747 * configure.in (TEMACS_LDFLAGS2): New output variable.
4748
4749 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4750 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4751 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4752 nothing uses.
4753
4754 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4755
4756 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4757 does not use them.
4758 (X11R5_INHIBIT_I18N): Remove, unused.
4759
4760 2010-05-15 Glenn Morris <rgm@gnu.org>
4761
4762 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4763
4764 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4765
4766 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4767
4768 * configure.in: Look for version string in its new location.
4769
4770 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4771
4772 * config.bat: Remove support for DJGPP v1.x.
4773
4774 2010-05-15 Glenn Morris <rgm@gnu.org>
4775
4776 * configure.in (OLDXMENU_TARGET): New output variable.
4777
4778 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4779
4780 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4781 and other files that no longer exist.
4782
4783 2010-05-14 Glenn Morris <rgm@gnu.org>
4784
4785 * configure.in (cpp_undefs): Add mktime, register, X11.
4786
4787 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4788 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4789 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4790
4791 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4792 (GNUSTEP_MAKEFILES): Do not output.
4793
4794 2010-05-13 Glenn Morris <rgm@gnu.org>
4795
4796 * configure.in: Fix some paren typos.
4797
4798 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4799
4800 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4801
4802 2010-05-12 Glenn Morris <rgm@gnu.org>
4803
4804 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4805
4806 * configure.in (LIB_GCC): New output variable.
4807
4808 2010-05-11 Glenn Morris <rgm@gnu.org>
4809
4810 * make-dist (msdos): No more mainmake.
4811
4812 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4813 * config.bat: Do not run cpp on lib-src/Makefile.in.
4814
4815 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4816
4817 2010-05-10 Glenn Morris <rgm@gnu.org>
4818
4819 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4820
4821 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4822 (BLESSMAIL_TARGET): New output variable.
4823
4824 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4825
4826 * INSTALL: Fix typos.
4827
4828 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4829
4830 * configure.in: Add check for buggy version of GCC (Bug#6031).
4831
4832 2010-05-08 Glenn Morris <rgm@gnu.org>
4833
4834 * configure.in (HAVE_LIBNCURSES): New local variable.
4835 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4836 replacing cpp in src/s/*.h and src/Makefile.in.
4837
4838 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * Version 23.2 released.
4841
4842 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * configure.in: Add tests for `isnan' and `copysign'.
4845
4846 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4847
4848 * config.bat: Allow for 2 leading `#'s in comments in
4849 src/Makefile.in.
4850
4851 2010-05-07 Glenn Morris <rgm@gnu.org>
4852
4853 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4854 Merges logic from src/s/* and src/Makefile.in.
4855 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4856
4857 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4858
4859 Define START_FILES and LIB_STANDARD using autoconf.
4860 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4861 here from src/s/*.h.
4862 (HAVE_CRTIN): Remove, inline logic in the netbsd
4863 START_FILES/LIB_STANDARD computation.
4864
4865 2010-05-06 Glenn Morris <rgm@gnu.org>
4866
4867 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4868
4869 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4870 (LD_SWITCH_X_SITE): Remove unused variables.
4871
4872 2010-05-04 Glenn Morris <rgm@gnu.org>
4873
4874 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4875 as well.
4876 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4877
4878 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4879
4880 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4881 variables, replacing c_switch_machine, c_switch_system.
4882 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4883 @c_switch_system@.
4884
4885 2010-05-03 Glenn Morris <rgm@gnu.org>
4886
4887 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4888
4889 * make-dist: There are no more src/m/*.inp files.
4890
4891 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4892
4893 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4894 (ac_link): Do not use ld_switch_machine.
4895
4896 2010-05-01 Glenn Morris <rgm@gnu.org>
4897
4898 * configure.in (OTHER_OBJ): Remove.
4899 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4900
4901 2010-04-30 Glenn Morris <rgm@gnu.org>
4902
4903 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4904 Elsewhere, maybe include it.
4905
4906 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4907 (OLDXMENU, LIBXMENU): New output variables.
4908
4909 * configure.in (OTHER_OBJ): New output variable.
4910
4911 2010-04-28 Glenn Morris <rgm@gnu.org>
4912
4913 * configure.in (CYGWIN_OBJ): New output variable.
4914
4915 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4916
4917 * configure.in (FONT_OBJ): New output variable.
4918
4919 * configure.in (LIBXMU): New output variable.
4920
4921 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4922
4923 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4924 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4925
4926 2010-04-27 Glenn Morris <rgm@gnu.org>
4927
4928 * configure.in (LIBXTR6): New output variable. Move unixware special
4929 case here from src/s/unixware.h.
4930
4931 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4932 in Makefiles.
4933 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4934
4935 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4936 (LIBXP): No longer substitute in Makefiles.
4937 (MOTIF_LIBW): New output variable. Move system-specific settings here
4938 from src/s files.
4939
4940 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4941
4942 Reduce CPP usage.
4943 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4944 (unexec): Define unconditionally, all platforms define
4945 UNEXEC. AC_SUBST it.
4946 (UNEXEC_SRC): Remove, unused.
4947 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4948
4949 2010-04-27 Glenn Morris <rgm@gnu.org>
4950
4951 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4952 replaced by LIBXP.
4953
4954 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4955 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4956 On hpux10-20, default to /lib.
4957
4958 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4959
4960 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4961
4962 * configure.in (LIBS_MACHINE): Remove, unused.
4963
4964 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4965
4966 2010-04-24 Glenn Morris <rgm@gnu.org>
4967
4968 * configure.in (CRT_DIR): New output variable.
4969 (--with-crt-dir): New option. (Bug#5655)
4970 (HAVE_LIB64_DIR): Remove.
4971
4972 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4973
4974 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4975
4976 2010-04-22 Miles Bader <miles@gnu.org>
4977
4978 * configure.in: Get rid of "unix" pre-defined macro when
4979 preprocessing Makefile. (Bug#5857)
4980
4981 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4982
4983 Avoid non-portable shell command negation
4984 * configure.in: Revert last change.
4985
4986 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4987
4988 * configure.in: Change "if test ! -f" to "if ! test -f".
4989
4990 2010-04-21 Glenn Morris <rgm@gnu.org>
4991
4992 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4993 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4994
4995 2010-04-21 Karel Klíč <kklic@redhat.com>
4996
4997 * configure.in: New option: --with(out)-selinux, on by default.
4998 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4999 LIBSELINUX_LIBS in Makefiles.
5000
5001 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5002
5003 * configure.in: Remove all references to LIBX11_SYSTEM.
5004
5005 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5006
5007 * configure.in: Remove all references to C_DEBUG_SWITCH.
5008
5009 2010-03-27 Eli Zaretskii <eliz@gnu.org>
5010
5011 * config.bat <lib-src>: Edit out lines that begin with several #
5012 characters.
5013
5014 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5015
5016 * configure.in: Remove support for old UNIX System V systems and
5017 for Unixware on non-x86 machines.
5018
5019 * configure.in: Remove support for Solaris on PPC and for old versions.
5020
5021 * configure.in: Remove non-working lynxos port.
5022
5023 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5024
5025 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5026
5027 2010-03-19 Glenn Morris <rgm@gnu.org>
5028
5029 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5030 happy.
5031
5032 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5033
5034 * configure.in: Check for tputs and friends, abort if not
5035 found (bug#5735).
5036
5037 2010-03-18 Glenn Morris <rgm@gnu.org>
5038
5039 * configure.in (--with-x-toolkit): In the help text, say which options
5040 are synonyms.
5041
5042 * configure.in (--with-mmdf, --with-mail-unlink):
5043 New options, off by default.
5044 (--with-mailhost): New option to set default POP host.
5045 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5046 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5047 New variables, substituted in Makefiles.
5048 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5049 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5050 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5051 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5052 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5053
5054 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5055
5056 * Makefile.in (uninstall): Handle the case where archlibdir does not
5057 exist. (Bug#5720)
5058
5059 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5060
5061 These changes remove termcap.c from the build on POSIX platforms.
5062 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5063
5064 * configure: Regenerated.
5065
5066 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5067
5068 * Branch for 23.2.
5069
5070 2010-01-31 Juri Linkov <juri@jurta.org>
5071
5072 * .bzrignore: Add TAGS-LISP.
5073
5074 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5075
5076 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5077 this header file).
5078
5079 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5080
5081 * .bzrignore: Ignore all .exe, instead of individual files.
5082
5083 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * configure.in: Explicitly check for and link to -lXrender.
5086
5087 2010-01-12 Glenn Morris <rgm@gnu.org>
5088
5089 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5090 for bug reports for development versions.
5091
5092 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5093
5094 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5095 build.
5096
5097 2009-12-27 Karl Fogel <kfogel@red-bean>
5098
5099 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5100 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5101
5102 2009-12-17 Glenn Morris <rgm@gnu.org>
5103
5104 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5105
5106 2009-12-15 Glenn Morris <rgm@gnu.org>
5107
5108 * info/dir: Add EDT entry.
5109 * Makefile.in (INFO_FILES): Add edt.
5110
5111 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5112
5113 * configure.in: Check for RSVG if GNUstep is used.
5114
5115 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5116
5117 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5118
5119 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5120
5121 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5122
5123 2009-12-01 Glenn Morris <rgm@gnu.org>
5124
5125 * make-dist: Add etc/images/mpc directory.
5126
5127 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5128
5129 * configure.in: Don't check for GConf unless X is used.
5130
5131 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5132
5133 * configure.in: Use -Wdeclaration-after-statement if available.
5134
5135 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5136
5137 * configure.in: New option: --with(out)-gconf.
5138 Set HAVE_GCONF if we find gconf.
5139
5140 2009-11-17 Glenn Morris <rgm@gnu.org>
5141
5142 * Makefile.in (INFO_FILES): Add semantic.
5143
5144 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * info/dir: Add Semantic.
5147
5148 2009-11-16 Glenn Morris <rgm@gnu.org>
5149
5150 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5151 pattern, so as not to exclude makefile*.el. (Bug#4912)
5152
5153 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5154
5155 * configure.in: --enable-autodepend is new. Check for GNU Make
5156 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5157 gcc and GNU make to generate dependencies.
5158
5159 2009-10-27 Glenn Morris <rgm@gnu.org>
5160
5161 * make-dist: Make links to doc/lispintro/*.pdf.
5162
5163 2009-10-23 Jim Meyering <meyering@redhat.com>
5164
5165 * configure.in: Invoke $CPP with -P when creating Makefile and
5166 src/Makefile. Without this, gcc 4.4.2 converts each
5167 backslash-newline pair in the input to a bare newline, yielding
5168 invalid Makefiles.
5169
5170 * configure: Regenerate.
5171
5172 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5173
5174 * configure.in (vax-dec-vms): Remove, not supported anymore.
5175
5176 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5177
5178 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5179 (*-apple-darwin*): Add x86_64 architecture.
5180
5181 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5182
5183 * config.guess, config.sub: Updated from master source.
5184
5185 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5186
5187 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5188
5189 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5190
5191 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5192
5193 2009-09-29 Glenn Morris <rgm@gnu.org>
5194
5195 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5196
5197 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5198
5199 * config.guess, config.sub: Updated from master source.
5200
5201 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5202
5203 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5204
5205 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
5206
5207 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * INSTALL: Update URL for GNU FreeFont.
5210
5211 2009-09-09 Glenn Morris <rgm@gnu.org>
5212
5213 * Makefile.in (install-arch-indep): Don't recursively change perms of
5214 site-lisp and infodir. There may be non-Emacs files in here, and the
5215 files supplied by Emacs are all handled explicitly already. (Bug#3800)
5216 (mkdir): Set umask to world-readable before creating directories.
5217 mkinstalldirs already checks if dirs exist, don't duplicate this test.
5218
5219 2009-08-29 Glenn Morris <rgm@gnu.org>
5220
5221 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
5222 (info): Don't give an error in the absence of makeinfo - let the doc
5223 Makefiles do that, if the info files need rebuilding. (Bug#3982)
5224
5225 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5226
5227 * Makefile.in (install-arch-indep): If the versioned DOC-####
5228 generated during loadup+dump isn't found, install the plain DOC
5229 file that always gets generated, in case CANNOT_DUMP is set.
5230
5231 * configure.in: Warn if package version specified here doesn't
5232 match the version in version.el.
5233 * configure: Regenerate.
5234
5235 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5236
5237 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5238
5239 * configure: Regenerate.
5240
5241 2009-08-19 Glenn Morris <rgm@gnu.org>
5242
5243 * INSTALL: Remove reference to cvtmail.
5244
5245 2009-08-15 CHENG Gao <chenggao@gmail.com>
5246
5247 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5248
5249 2009-08-02 Kevin Ryde <user42@zip.com.au>
5250
5251 * INSTALL: Fix free fonts URL.
5252
5253 2009-07-22 Glenn Morris <rgm@gnu.org>
5254
5255 * configure.in (AC_PREREQ): Require autoconf 2.62.
5256
5257 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5258
5259 * configure.in (--enable-checking, --enable-profiling):
5260 Use AS_HELP_STRING.
5261
5262 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5263
5264 * configure.in (--enable-profiling): New option.
5265 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5266
5267 2009-06-27 Glenn Morris <rgm@gnu.org>
5268
5269 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5270
5271 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5272
5273 * configure.in (--enable-checking): New option.
5274
5275 2009-06-24 Glenn Morris <rgm@gnu.org>
5276
5277 * make-dist: Warn if subdir does not exist in source.
5278 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
5279 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
5280 No longer make links.
5281
5282 2009-06-24 Yavor Doganov <yavor@gnu.org>
5283
5284 * make-dist (tempdir): Don't create directories preferences.gorm
5285 and preferences.nib, they are no longer required.
5286
5287 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * Branch for 23.1.
5290
5291 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
5292
5293 * configure.in: Delete mac-fix-env target, which has been
5294 removed (Bug#3531).
5295
5296 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
5299
5300 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
5301
5302 * BUGS: Use new binding of view-emacs-problems.
5303
5304 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
5305
5306 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
5307 for Solaris compatibility.
5308
5309 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
5310
5311 * configure: Regenerate.
5312
5313 * configure.in: Disable use of FreeType without libXft.
5314
5315 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5316
5317 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
5318 Check if it is declared in gtk.h.
5319
5320 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
5321
5322 * Makefile.in (install-arch-indep): Remove .gitignore files.
5323
5324 2009-04-03 Kenichi Handa <handa@m17n.org>
5325
5326 * INSTALL: Make the section "Complex Text Layout support
5327 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
5328
5329 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
5330
5331 * configure.in (rs6000-ibm-aix6*): Fix typo.
5332
5333 2009-03-04 Glenn Morris <rgm@gnu.org>
5334
5335 * Makefile.in (INFO_FILES): Add auth.
5336
5337 2009-03-03 Glenn Morris <rgm@gnu.org>
5338
5339 * info/dir: Add Auth-source.
5340
5341 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
5344 the second.
5345
5346 2009-02-28 Eli Zaretskii <eliz@gnu.org>
5347
5348 * config.bat: Copy .dbxinit to _dbxinit.
5349
5350 * make-dist (Making links to `info'): Remove .gitignore.
5351
5352 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5353
5354 * Makefile.in (lib-src, lisp): Use simpler rule.
5355 (src): Be more specific to avoid recompiling all the .elc files just
5356 because the bootstrap-emacs is missing.
5357
5358 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * configure.in: Require librsvg >= 2.11.
5361
5362 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5363
5364 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
5365 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
5366
5367 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5368
5369 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
5370
5371 2009-02-03 Glenn Morris <rgm@gnu.org>
5372
5373 * make-dist: Add some missing files, remove some that are no longer
5374 present.
5375
5376 2009-02-02 Glenn Morris <rgm@gnu.org>
5377
5378 * make-dist: Add some missing nextstep/ files.
5379
5380 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5381
5382 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5383
5384 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5385
5386 * configure.in: Add support for m68k-*-netbsd.
5387
5388 2009-01-14 Juri Linkov <juri@jurta.org>
5389
5390 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5391
5392 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5393 and bug-reference-mode.
5394
5395 2009-01-11 Juri Linkov <juri@jurta.org>
5396
5397 * INSTALL.CVS: Move configuration explicitly to the first step.
5398
5399 2009-01-09 Glenn Morris <rgm@gnu.org>
5400
5401 * .dir-locals.el: Don't set indent-tabs-mode.
5402
5403 2008-12-30 Kenichi Handa <handa@m17n.org>
5404
5405 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5406 the function OTF_get_variation_glyphs.
5407
5408 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5409
5410 * Makefile.in (install-arch-dep): Remove old directories in
5411 ns_app* before moving new directories there.
5412
5413 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 * .dir-locals.el: Remove non-working entry for pmail.
5416 (fill-column): Fix typo.
5417 (change-log-mode): Add fill column.
5418
5419 2008-12-26 Eli Zaretskii <eliz@gnu.org>
5420
5421 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5422
5423 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5424
5425 * make-dist (tempdir): Distribute .dir-locals.el.
5426
5427 * .dir-locals.el: New file.
5428
5429 2008-12-19 Eli Zaretskii <eliz@gnu.org>
5430
5431 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5432 for rationale.
5433
5434 2008-12-13 Glenn Morris <rgm@gnu.org>
5435
5436 * Makefile.in (install-arch-indep): Add new man-pages.
5437 (manext): Remove variable.
5438 (MAN_PAGES): New variable.
5439 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5440 and remove.
5441 (uninstall): Remove desktop file and icons, game scores if empty.
5442
5443 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5444
5445 * config.guess, config.sub: Updated from master source.
5446
5447 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5448
5449 * Makefile.in (install-arch-indep): Install ebrowse.1.
5450
5451 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5452
5453 * configure.in: Add Solaris on x86_64.
5454
5455 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5456
5457 * config.guess, config.sub: Updated from master source.
5458
5459 2008-12-08 Eli Zaretskii <eliz@gnu.org>
5460
5461 * info/dir: Fix last change.
5462
5463 2008-12-07 Eli Zaretskii <eliz@gnu.org>
5464
5465 * info/dir: Untabify.
5466
5467 2008-11-28 Ulrich Müller <ulm@gentoo.org>
5468
5469 * configure.in: Fix last change.
5470
5471 2008-11-28 Richard M Stallman <rms@gnu.org>
5472
5473 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5474 New configurations.
5475
5476 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5477
5478 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
5479 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5480
5481 2008-11-15 Eli Zaretskii <eliz@gnu.org>
5482
5483 * Makefile.in (INFO_FILES): Remove ns-emacs.
5484
5485 * info/dir (NS-Emacs): Remove entry.
5486
5487 2008-11-08 Eli Zaretskii <eliz@gnu.org>
5488
5489 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5490
5491 2008-11-07 Glenn Morris <rgm@gnu.org>
5492
5493 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5494
5495 2008-10-31 Eli Zaretskii <eliz@gnu.org>
5496
5497 * config.bat: Tell user to expect one "File not found" message
5498 while the `doc' directory is being configured.
5499
5500 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * update-subdirs: Put obsolete directory last.
5503
5504 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5505
5506 * configure.in: Check fontconfig always.
5507
5508 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5509
5510 * configure (*-solaris2.[7-9]*): Fix typo.
5511
5512 2008-10-24 Glenn Morris <rgm@gnu.org>
5513
5514 * configure.in (--without-sync-input, --with-pkg-config-prog):
5515 Help strings start with lower case.
5516 (--with-gnustep-conf): New option.
5517 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5518
5519 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
5520
5521 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5522 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5523 is not found. (Bug#1230)
5524
5525 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5526
5527 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5528 Use sol2-6.h for Solaris 7-9.
5529
5530 2008-10-18 Ulrich Müller <ulm@gentoo.org>
5531
5532 * configure.in: Add support for GNU/Linux on SuperH.
5533
5534 2008-10-12 Andreas Schwab <schwab@suse.de>
5535
5536 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5537
5538 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
5539
5540 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5541 "X") to avoid confusion.
5542
5543 * configure: Regenerate.
5544
5545 2008-09-07 Romain Francoise <romain@orebokech.com>
5546
5547 * make-dist: Distribute doc/man/ChangeLog.
5548
5549 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * configure.in: Disable XFT and Freetype when without X.
5552
5553 * configure: Regenerate.
5554
5555 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5556
5557 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5558
5559 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5560
5561 * configure.in (GNUSTEP_SYSTEM_HEADERS):
5562 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
5563
5564 * configure: Regenerate.
5565
5566 2008-08-20 Eli Zaretskii <eliz@gnu.org>
5567
5568 * configure.in: Move "#define subprocesses" before
5569 config_opsysfile is included.
5570
5571 2008-08-19 Kenichi Handa <handa@m17n.org>
5572
5573 * INSTALL (Extra fonts): Mention local fonts, don't mention
5574 mule-unicode.
5575
5576 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
5577
5578 * make-dist: Omit info/.arch-inventory.
5579
5580 2008-08-16 Jason Rumney <jasonr@gnu.org>
5581
5582 * make-dist (tempdir/nt): Link emacsclient.rc.
5583
5584 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5587 AC_SUBST it.
5588 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5589 AC_SUBST it.
5590 (OTHER_FILES): Always define for HAVE_NS.
5591 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5592 * configure: Regenerate.
5593
5594 2008-08-07 Andreas Schwab <schwab@suse.de>
5595
5596 * configure.in: Correctly handle
5597 --enable-cocoa-experimental-ctrl-g=no and
5598 --enable-ns-self-contained=yes.
5599
5600 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5601
5602 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
5603 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5604 Don't bother undef'ing since won't have desired effect.
5605
5606 2008-08-06 Andreas Schwab <schwab@suse.de>
5607
5608 * configure.in: Fix quoting.
5609
5610 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5613
5614 2008-08-05 Ulrich Müller <ulm@gentoo.org>
5615
5616 * configure.in: Add checks for krb5_error.text and
5617 krb5_error.e_text struct members.
5618
5619 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
5620
5621 * configure.in: Test for existence of NSInteger.
5622 Suggested by Yavor Doganov.
5623
5624 2008-08-02 Romain Francoise <romain@orebokech.com>
5625
5626 * Makefile.in (INFO_FILES): Add mairix-el.
5627
5628 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5629
5630 * make-dist:
5631 * README: Remove VMS support.
5632 * vms: Remove directory.
5633
5634 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5635
5636 * configure.in (MULTI_KBOARD): Remove.
5637
5638 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5639
5640 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5641
5642 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5643
5644 * info/dir (File): Add mairix-el.
5645
5646 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5647
5648 Remove support for Mac Carbon.
5649 * mac: Remove directory.
5650 * make-dist:
5651 * configure.in:
5652 * README:
5653 * Makefile.in:
5654 * INSTALL: Remove code for Carbon.
5655 * configure: Regenerate.
5656
5657 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5658
5659 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5660
5661 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5662
5663 * configure.in: Check for getrlimit.
5664
5665 * configure: Regenerate.
5666
5667 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5668
5669 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5670 in src/Makefile.in.
5671 (static): Remove, autoconf would always comment it out anyway.
5672 (subprocesses): Define unconditionally.
5673
5674 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5675
5676 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5677 compilation under GNUstep.
5678
5679 2008-07-18 Kenichi Handa <handa@m17n.org>
5680
5681 * INSTALL (Complex Text Layout support libraries): Delete the
5682 paragraph about --enable-font-backend.
5683
5684 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5685
5686 * configure.in: Print out some info to user for NeXTstep builds.
5687 (ns-app): Remove enable option.
5688 (ns-self-contained): Add enable option.
5689 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5690 GNUstep, use to set install prefixes, and substitute in Makefiles.
5691 * configure: Regenerate.
5692 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5693 NS app bundle.
5694
5695 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5698
5699 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5700
5701 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5702 NS_IMPL_COCOA.
5703
5704 2008-07-16 Glenn Morris <rgm@gnu.org>
5705
5706 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5707 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5708 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5709 never unset.
5710
5711 * make-dist: Add nextstep/ directories.
5712 (src, lib-src): Add .m files.
5713
5714 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5715
5716 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5717 (USER_FULL_NAME): Remove, not used anymore.
5718 * configure: Regenerate.
5719
5720 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5721
5722 Changes and additions for NeXTstep windowing system (Cocoa and
5723 GNUstep) support.
5724
5725 * configure.in: Add support for NS window system: --with-ns (default
5726 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5727 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5728 disable font backend if window system is "none", not if !HAVE_X11.
5729 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5730 (install-arch-dep): Add commands to assemble NS .app package.
5731
5732 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5733
5734 * configure.in: Use macppc for Darwin. Remove references to
5735 desupported systems.
5736 * configure: Regenerate.
5737
5738 2008-07-05 Glenn Morris <rgm@gnu.org>
5739
5740 * make-dist (EMACS): Doc fix.
5741 (lisp): There are no *.dat or image files here any more.
5742 (src): There are no *.s files here any more.
5743 (etc/images, etc/images/*): Link to most regular files.
5744
5745 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5746
5747 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5748
5749 2008-07-01 Glenn Morris <rgm@gnu.org>
5750
5751 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5752 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5753 and explicitly export there. (Bug#507.)
5754
5755 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5756
5757 * configure.in:
5758 * configure: Remove references to obsolete systems.
5759
5760 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5763 make it depend on all other */.in files.
5764 (src/Makefile, src/config.stamp, lib-src/Makefile)
5765 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5766 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5767 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5768 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5769
5770 * configure.in: Don't create src/config.stamp any more.
5771
5772 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5775
5776 2008-06-22 Glenn Morris <rgm@gnu.org>
5777
5778 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5779
5780 2008-06-21 Romain Francoise <romain@orebokech.com>
5781
5782 * Makefile.in (INFO_FILES): Add sasl.
5783
5784 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5787 (bootstrap-build): Remove.
5788 (top_bootclean): New var.
5789 (top_distclean, bootstrap-clean): Use it.
5790 (bootstrap): Don't recheck config. Make normally.
5791
5792 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * Makefile.in (SUBDIR): Include `lisp'.
5795 (lisp): Depend on `src'.
5796 (top_distclean): Don't remove config.status.
5797 (bootstrap-clean): New target.
5798 (maintainer-clean): Use it.
5799 (bootstrap): Use bootstrap-clean. Re-run config.status.
5800 (src/bootstrap-emacs${EXEEXT}): New target.
5801 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5802 src/Makefile now takes care of it.
5803 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5804
5805 2008-06-15 Glenn Morris <rgm@gnu.org>
5806
5807 * info/dir: Add sasl.
5808
5809 2008-06-09 Alan Mackenzie <acm@muc.de>
5810
5811 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5812
5813 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5814
5815 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5816
5817 2008-06-07 Glenn Morris <rgm@gnu.org>
5818
5819 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5820 serve no purpose.
5821
5822 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5825 * configure: Regenerate.
5826
5827 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5830
5831 2008-05-14 Kenichi Handa <handa@m17n.org>
5832
5833 * configure: Regenerate.
5834
5835 * configure.in: Don't handle --disable-font-backend. Don't print
5836 a message about a font backend.
5837
5838 2008-05-09 Glenn Morris <rgm@gnu.org>
5839
5840 * configure.in: Make absence of makeinfo a fatal error only if the info
5841 files don't exist.
5842 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5843
5844 2008-05-07 Eli Zaretskii <eliz@gnu.org>
5845
5846 * config.bat: Fix last change: don't use < and > in "rem" lines,
5847 they are interpreted as redirection by DOS shells.
5848
5849 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5850
5851 * configure.in: Check availability of AvailabilityMacros.h
5852 if HAVE_CARBON.
5853
5854 * configure: Regenerate.
5855
5856 2008-05-03 Glenn Morris <rgm@gnu.org>
5857
5858 * configure.in (x_libraries): Remove standard 64-bit directories -
5859 experimental workaround for minor autoconf bug.
5860
5861 * configure.in (--without-makeinfo): New option. If set,
5862 absence of suitable makeinfo is not a fatal error.
5863 * Makefile.in (MAKEINFO): New, set by configure.
5864 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5865 (info-real): New target.
5866 (info): Without makeinfo, do nothing, else call `info-real'.
5867
5868 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5869
5870 * configure.in: Remove hpux10.20 from the desupported list.
5871
5872 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5875
5876 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5879 rather than change CPPFLAGS.
5880 (HAVE_GTK): Rename to USE_GTK.
5881
5882 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5883
5884 * configure.in: Replace the obsolete macros AC_AIX and
5885 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5886
5887 2008-04-05 Andreas Schwab <schwab@suse.de>
5888
5889 * configure.in: No longer create admin/unidata/Makefile.
5890
5891 2008-03-28 Andreas Schwab <schwab@suse.de>
5892
5893 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5894 (lisp/Makefile): New rule.
5895
5896 2008-03-13 Glenn Morris <rgm@gnu.org>
5897
5898 * configure.in (AC_INIT): Fix version number.
5899 (sync-input): Reword the option, since it's on by default.
5900
5901 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5902
5903 * configure.in: Add --enable-sync-input, default yes.
5904
5905 2008-03-11 Glenn Morris <rgm@gnu.org>
5906
5907 * Makefile.in (install-etc, mkdir): Handle directory
5908 etc/images/icons/hicolor/*/mimetypes/.
5909
5910 * make-dist: Handle icons/hicolor/scalable directory.
5911
5912 2008-03-05 Glenn Morris <rgm@gnu.org>
5913
5914 * configure.in: Enable font-backend by default.
5915 (USE_FONT_BACKEND): Set to "no" in absence of X.
5916 (PKG_CONFIG): Don't set multiple times, once is enough.
5917 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5918
5919 2008-03-03 Glenn Morris <rgm@gnu.org>
5920
5921 * Makefile.in (iconsrcdir): New variable.
5922 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5923 directory.
5924
5925 2008-02-29 Glenn Morris <rgm@gnu.org>
5926
5927 * test/: New directory.
5928
5929 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5930
5931 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5932
5933 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5934
5935 * configure.in: Print an error for systems that we think are obsolete
5936 and are proposed to be removed. Remove some more unused systems.
5937 Add support for powerpc-ibm-aix6*.
5938
5939 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5940
5941 * configure.in: Remove references to obsolete variables and systems.
5942
5943 2008-02-21 Glenn Morris <rgm@gnu.org>
5944
5945 * Makefile.in (set_installuser): New.
5946 (install-arch-indep): Use set_installuser to avoid duplicate code.
5947
5948 * README.unicode: Split into admin/notes/unicode,font-backend and
5949 remove.
5950
5951 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5952
5953 * configure.in (arm*-*-freebsd*): Add.
5954
5955 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5956
5957 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5958 dealing with obsolete variables.
5959
5960 2008-02-08 Glenn Morris <rgm@gnu.org>
5961
5962 * Makefile.in (check-info-dir): New target.
5963
5964 2008-02-08 Michael Olson <mwolson@gnu.org>
5965
5966 * Makefile.in (INFO_FILES): Add epa.
5967
5968 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5969 features" section.
5970
5971 2008-02-06 Glenn Morris <rgm@gnu.org>
5972
5973 * configure.in (--with-gcc): Give an error saying this option has
5974 been removed.
5975 (--with-gtk): Remove this option.
5976
5977 2008-02-06 Tom Tromey <tromey@redhat.com>
5978
5979 * configure.in (--with-gcc): Remove.
5980 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5981
5982 2008-02-05 Ulrich Müller <ulm@gentoo.org>
5983
5984 * INSTALL: Recommend giflib, not libungif.
5985
5986 2008-02-05 Tom Tromey <tromey@redhat.com>
5987
5988 * configure.in (--with-dbus): Default to enabled.
5989
5990 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5991
5992 * INSTALL (Complex Text Layout support libraries): New section.
5993
5994 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5995
5996 * make-dist: Remove references to files in mac/ that have been
5997 deleted.
5998
5999 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6000
6001 * configure.in: For libotf and m17n-flt checks, set shell vars
6002 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6003 pkg_check_m17n_flt, respectively, for the sake of the summary output.
6004 Reported by Ulrich Müller.
6005
6006 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6007
6008 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6009 admin/unidata/Makefile.in to Makefile.
6010
6011 2008-02-02 Glenn Morris <rgm@gnu.org>
6012
6013 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6014 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6015 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6016
6017 2008-02-01 Miles Bader <miles@gnu.org>
6018
6019 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6020 [libotf], and [m17n-flt] options.
6021
6022 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6023
6024 * configure.in: Add EMACS_ARG_N([libotf]...), and
6025 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6026 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6027 CFLAGS, and LIBS in checking of m17n-flt.
6028
6029 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6030
6031 * configure.in: Check the availability of m17n-flt library.
6032
6033 2008-02-01 Kenichi Handa <handa@m17n.org>
6034
6035 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6036 not available.
6037
6038 2008-02-01 Kenichi Handa <handa@m17n.org>
6039
6040 * configure.in: New args --enable-font-backend, --with-xft,
6041 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6042 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6043 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6044 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6045
6046 2008-02-01 Kenichi Handa <handa@m17n.org>
6047
6048 * make-dist: Include etc/charsets in tarball.
6049
6050 2008-02-01 Kenichi Handa <handa@m17n.org>
6051
6052 * configure.in: While running cpp on junk.c, include
6053 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6054 exists.
6055
6056 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6057
6058 * configure.in (xtensa): Match more configurations.
6059
6060 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6061
6062 * configure.in: Update comment.
6063
6064 2008-01-26 Glenn Morris <rgm@gnu.org>
6065
6066 * configure.in (--without-gcc): By default, neither off nor on.
6067 (--with-carbon): Tone down rhetoric in help text.
6068
6069 2008-01-25 Glenn Morris <rgm@gnu.org>
6070
6071 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6072 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6073 Default `Carbon' to off (it's unsupported).
6074
6075 2008-01-24 Glenn Morris <rgm@gnu.org>
6076
6077 * configure.in: Standardize dbus-related messages.
6078
6079 2008-01-23 Michael Olson <mwolson@gnu.org>
6080
6081 * configure.in (pkg-config-prog): Remove initial whitespace.
6082
6083 2008-01-23 Tom Tromey <tromey@redhat.com>
6084
6085 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6086 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6087 Update all users.
6088
6089 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6090
6091 * config.guess, config.sub: Updated from master source.
6092
6093 2008-01-17 Andreas Schwab <schwab@suse.de>
6094
6095 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6096
6097 2008-01-17 Glenn Morris <rgm@gnu.org>
6098
6099 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6100
6101 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6102
6103 * configure.in: Remove more references to unsupported systems.
6104
6105 2008-01-16 Sven Joachim <svenjoac@gmx.de>
6106
6107 * make-dist: Add --lzma.
6108
6109 2008-01-16 Glenn Morris <rgm@gnu.org>
6110
6111 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6112 configure checks for this.
6113
6114 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6115
6116 * configure.in: Remove more references to unsupported systems.
6117
6118 2008-01-06 Romain Francoise <romain@orebokech.com>
6119
6120 * configure.in: Delete extra semicolons.
6121
6122 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6123
6124 * configure.in: Remove references to unsupported systems.
6125
6126 2008-01-05 Romain Francoise <romain@orebokech.com>
6127
6128 * make-dist: Add --bzip2. Update copyright.
6129
6130 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6131
6132 * configure.in: Remove support for Masscomp.
6133
6134 2008-01-05 Glenn Morris <rgm@gnu.org>
6135
6136 * Makefile.in (desktopdir, icondir): New variables.
6137 (install-arch-indep): Also depend on `install-etc'.
6138 (install-etc): New target.
6139 (mkdir): Also create the `applications' and `icons' directories.
6140
6141 2008-01-04 Glenn Morris <rgm@gnu.org>
6142
6143 * make-dist: Update for new etc/images/icons/hicolor directory.
6144
6145 2007-12-09 Andreas Schwab <schwab@suse.de>
6146
6147 * configure.in: D-Bus is not enabled by default.
6148
6149 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6150
6151 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6152 change.
6153
6154 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6155
6156 * configure.in: Give package name and version to AC_INIT.
6157
6158 2007-12-03 Magnus Henoch <mange@freemail.hu>
6159
6160 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6161
6162 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6163
6164 * configure.in: No need for DBUS_INFO anymore.
6165
6166 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6167
6168 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6171
6172 * Makefile.in (INFO_FILES): Add dbus.
6173
6174 2007-12-02 Romain Francoise <romain@orebokech.com>
6175
6176 * make-dist: Fix last change.
6177
6178 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6179
6180 * configure.in: Add support for gnu-kfreebsd.
6181
6182 2007-11-28 Glenn Morris <rgm@gnu.org>
6183
6184 * make-dist: Add etc/nxml.
6185
6186 2007-11-24 Romain Francoise <romain@orebokech.com>
6187
6188 * Makefile.in (INFO_FILES): Add nxml-mode.
6189
6190 2007-11-23 Romain Francoise <romain@orebokech.com>
6191
6192 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6193 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6194
6195 2007-11-20 Andreas Schwab <schwab@suse.de>
6196
6197 * configure.in: Always include <resolv.h> when checking for res_init.
6198
6199 2007-11-17 Andreas Schwab <schwab@suse.de>
6200
6201 * update-subdirs: Atomically update subdirs.el.
6202
6203 2007-11-17 Glenn Morris <rgm@gnu.org>
6204
6205 * Makefile.in (check-declare): New target.
6206
6207 2007-11-07 Glenn Morris <rgm@gnu.org>
6208
6209 * configure.in: Deprecate Mac Carbon port.
6210
6211 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
6212
6213 * configure.in: Remove HAVE_X11R5 check.
6214
6215 2007-10-31 Glenn Morris <rgm@gnu.org>
6216
6217 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
6218 when changing ownership of installed files.
6219
6220 2007-10-30 Glenn Morris <rgm@gnu.org>
6221
6222 * make-dist: Add new directory etc/gnus.
6223
6224 2007-10-30 Michael Olson <mwolson@gnu.org>
6225
6226 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
6227
6228 2007-10-29 Glenn Morris <rgm@gnu.org>
6229
6230 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
6231
6232 2007-10-23 Glenn Morris <rgm@gnu.org>
6233
6234 * MAINTAINERS: Move to admin/.
6235
6236 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6237
6238 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6239 (HAVE_LIBRESOLV): Also define if we are using res_init().
6240
6241 2007-10-17 Glenn Morris <rgm@gnu.org>
6242
6243 * FTP: Remove file, since it's just a duplicate of one in etc/.
6244
6245 2007-10-05 Eli Zaretskii <eliz@gnu.org>
6246
6247 * config.bat: Fix configuring `doc' due to changes in the
6248 directory structure.
6249
6250 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6251
6252 * configure.in: Don't use -lpthread on HP-UX.
6253
6254 2007-09-16 Glenn Morris <rgm@gnu.org>
6255
6256 * make-dist: File gfdl.1 has been removed.
6257
6258 2007-09-15 Glenn Morris <rgm@gnu.org>
6259
6260 * configure.in: Fix makeinfo version regexp.
6261
6262 2007-09-12 Glenn Morris <rgm@gnu.org>
6263
6264 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6265 implementation of alloca is not found.
6266
6267 * Makefile.in (SOURCES, unlock, relock): Delete.
6268 (install-arch-indep): Do not exclude the etc/ Makefiles.
6269
6270 2007-09-09 Juri Linkov <juri@jurta.org>
6271
6272 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
6273
6274 * README: Add doc/ to documentation directories.
6275
6276 2007-09-08 Michael Olson <mwolson@gnu.org>
6277
6278 * MAINTAINERS: Add myself for ERC and tq.el.
6279 Update for new doc/ directory layout.
6280
6281 2007-09-06 Romain Francoise <romain@orebokech.com>
6282
6283 * make-dist: Update for new doc/ directory layout.
6284
6285 2007-09-06 Glenn Morris <rgm@gnu.org>
6286
6287 * Makefile.in (mansrcdir): New variable.
6288 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
6289 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
6290 update these targets for new doc/ directory layout.
6291 (doc/misc/Makefile): New target.
6292 (install-arch-indep): Use mansrcdir for new location of manpages.
6293 (mostlyclean, clean, distclean, maintainer-clean, unlock)
6294 (relock, info, dvi): Update targets for new doc/ directory layout.
6295
6296 * configure.in (AC_OUTPUT): Update names of generated Makefiles
6297 for new doc/ directory layout.
6298
6299 2007-09-02 Andreas Schwab <schwab@suse.de>
6300
6301 * configure.in: Use AS_HELP_STRING throughout.
6302 * configure: Regenerate.
6303
6304 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
6305
6306 * configure.in: Require Gtk/Glib 2.6.
6307
6308 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6309
6310 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
6311 Use them throughout in place of AC_ARG_WITH calls.
6312 * configure: Regenerate.
6313
6314 2007-09-01 Andreas Schwab <schwab@suse.de>
6315
6316 * configure.in: Put quotes around nested macro calls.
6317
6318 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
6319
6320 * configure.in: Fix typo.
6321 * configure: Regenerate.
6322
6323 2007-08-30 Glenn Morris <rgm@gnu.org>
6324
6325 * configure.in (AH_BOTTOM): Copy some manual changes made to
6326 src/config.in here so they are not lost when it regenerates.
6327
6328 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
6329
6330 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
6331
6332 * README.multi-tty: New file.
6333
6334 2007-08-29 Glenn Morris <rgm@gnu.org>
6335
6336 * README: Increase version to 23.0.50.
6337
6338 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
6339
6340 * configure.in: New option: --without-xaw3d.
6341
6342 2007-08-24 Glenn Morris <rgm@gnu.org>
6343
6344 * configure.in: Check for a suitably recent makeinfo.
6345
6346 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6347
6348 * configure.in (Check for required libraries): Typo.
6349
6350 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6351
6352 * configure.in: Check librsvg2 also for Mac Carbon.
6353
6354 2007-08-22 Romain Francoise <romain@orebokech.com>
6355
6356 * make-dist: Follow reorganization of files in etc/.
6357
6358 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6359
6360 * configure.in: Add support for SVG images through librsvg2.
6361
6362 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6363
6364 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
6365 to avoid an error message if there is no DOC there.
6366
6367 2007-07-25 Glenn Morris <rgm@gnu.org>
6368
6369 * Relicense all FSF files to GPLv3 or later.
6370
6371 * COPYING, info/COPYING: Switch to GPLv3.
6372
6373 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
6374
6375 * configure.in: Complain if X seems to be installed but no
6376 development files were found.
6377
6378 2007-06-20 Glenn Morris <rgm@gnu.org>
6379
6380 * configure.in: Prefer libgif over libungif.
6381
6382 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6383
6384 * configure.in: Check for all image libraries before exiting.
6385
6386 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6387
6388 * configure.in: Exit with error if image libraries aren't found.
6389
6390 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
6391
6392 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6393 when compiling without scrollbars.
6394
6395 2007-06-12 Glenn Morris <rgm@gnu.org>
6396
6397 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6398
6399 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6400
6401 * configure.in: Change wording about yes/gtk and lucid/athena
6402 being synonyms.
6403
6404 2007-06-08 Glenn Morris <rgm@gnu.org>
6405
6406 * configure.in: Make gtk the default toolkit.
6407
6408 2007-06-07 Glenn Morris <rgm@gnu.org>
6409
6410 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6411 for a Sun C compiler.
6412
6413 * Makefile.in (install-arch-indep): Install only the DOC- file
6414 specific to the build, if possible, rather than DOC-*.
6415
6416 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
6417
6418 * Version 22.1 released.
6419
6420 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
6421
6422 * mkinstalldirs: Sync to version in automake CVS.
6423
6424 2007-05-22 Andreas Schwab <schwab@suse.de>
6425
6426 * configure.in: Prefer build_alias over host when host_alias is not set.
6427 * configure: Regenerate.
6428
6429 2007-05-20 Andreas Schwab <schwab@suse.de>
6430
6431 * configure.in: Remove empty AC_SUBST.
6432 * configure: Regenerate.
6433
6434 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6435
6436 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6437 it like others.
6438 * configure: Regenerate.
6439
6440 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
6441
6442 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6443 (AC_CHECK_LIB): Add -lgpm.
6444 * configure: Regenerate.
6445
6446 2007-05-03 Glenn Morris <rgm@gnu.org>
6447
6448 * configure: Tweak message about the absence of shell functions.
6449
6450 2007-04-27 Andreas Schwab <schwab@suse.de>
6451
6452 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6453
6454 2007-04-26 Glenn Morris <rgm@gnu.org>
6455
6456 * README: Increase version to 22.1.50.
6457
6458 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
6459
6460 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6461
6462 2007-04-19 Glenn Morris <rgm@gnu.org>
6463
6464 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6465
6466 2007-04-18 Glenn Morris <rgm@gnu.org>
6467
6468 * INSTALL: Mention CPP.
6469
6470 2007-04-15 Glenn Morris <rgm@gnu.org>
6471
6472 * FTP: Replace with a pointer to the web version.
6473
6474 2007-04-13 Glenn Morris <rgm@gnu.org>
6475
6476 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6477
6478 2007-04-04 Glenn Morris <rgm@gnu.org>
6479
6480 * configure.in (NON_GNU_CPP): Use associated preprocessor when
6481 compiling with Sun Studio on Solaris.
6482
6483 2007-03-23 Glenn Morris <rgm@gnu.org>
6484
6485 * configure.in: Restore support for hp800 (removed 2007-01-27)
6486 following clarification of legal status.
6487
6488 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
6489
6490 * configure.in: Add support for AIX4.3 on IBM RS6000.
6491
6492 * configure: Regenerate.
6493
6494 2007-03-20 Richard Stallman <rms@gnu.org>
6495
6496 * configure.in: Fix previous change.
6497
6498 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6499
6500 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
6501 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6502 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
6503
6504 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6505
6506 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6507 user specifies "without".
6508
6509 * configure: Regenerate.
6510
6511 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6512
6513 * configure.in: Warning for Gtk+ and Cygwin added.
6514 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6515
6516 2007-02-27 Glenn Morris <rgm@gnu.org>
6517
6518 * make-dist (oldXMenu): Remove Imakefile.
6519 (etc/images): Add README.
6520
6521 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6522
6523 * configure.in (xtensa-*-linux-gnu*): New configuration.
6524
6525 * configure: Regenerate.
6526
6527 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6528
6529 * config.guess, config.sub: Updated from master source.
6530
6531 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6532
6533 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6534
6535 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6536
6537 * configure.in: Restore support for hp800's not running HP-UX.
6538
6539 * configure: Regenerate.
6540
6541 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6542
6543 * configure.in: Remove support for hp800 and sr2k machine types.
6544
6545 * configure: Regenerate.
6546
6547 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
6548
6549 * configure.in: Add check for libXft.
6550
6551 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6552
6553 * INSTALL: Info files moved to share/info.
6554
6555 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
6556
6557 * configure.in: Detect and use fink-installed in intel-based Mac
6558 builds; change Apple Darwin section to support both PowerPC and
6559 Intel-based Macs.
6560
6561 2006-12-26 Andreas Schwab <schwab@suse.de>
6562
6563 * Makefile.in (datarootdir): Define.
6564
6565 2006-12-24 Richard Stallman <rms@gnu.org>
6566
6567 * configure.in: Require Autoconf 2.61.
6568
6569 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
6570
6571 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6572 Remove redundant entry for powerpc-apple-netbsd.
6573
6574 * configure: Regenerate.
6575
6576 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * configure: Regenerate with autoconf 2.61.
6579
6580 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
6581
6582 * configure.in: Detect alsa/asoundlib.h also.
6583 * configure: Regenerate.
6584
6585 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
6586
6587 * configure.in: Check if GTK+ compiles at all.
6588
6589 2006-12-10 Andreas Schwab <schwab@suse.de>
6590
6591 * configure.in: Remove check for struct timezone, its result is
6592 never used.
6593
6594 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6595
6596 * configure.in: Add support for Solaris 10 on x86-64.
6597
6598 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
6599
6600 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6601 of PKG_CONFIG_PATH.
6602
6603 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6604
6605 * configure.in (HAVE_SYNC): New test.
6606
6607 2006-12-03 Glenn Morris <rgm@gnu.org>
6608
6609 * Makefile.in: Fix Copyright format.
6610
6611 * configure.in (AH_TOP): Add missing Copyright year.
6612
6613 * update-subdirs: Add missing Copyright years.
6614
6615 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
6616
6617 * Makefile.in: Touch only the parts of the share/emacs directory
6618 specific to this version.
6619
6620 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
6621
6622 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6623
6624 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6625
6626 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6627
6628 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6629
6630 * configure.in: Prefer X11 to Carbon only when some X-specific
6631 option is specified (Thanks to Jan Djärv and Andreas Schwab).
6632
6633 2006-11-04 Romain Francoise <romain@orebokech.com>
6634
6635 * Makefile.in (bootstrap-clean-before): Fix typo.
6636 Use new target `bootstrap-clean' in the leim subdirectory.
6637
6638 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6639
6640 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6641
6642 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6643
6644 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6645 directories.
6646
6647 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6648
6649 * configure.in: Enable x86-64 OpenBSD compilation.
6650
6651 2006-10-28 Glenn Morris <rgm@gnu.org>
6652
6653 * AUTHORS: Add cal-html.el author.
6654
6655 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6656
6657 * make-dist: Make links to mac/make-package and
6658 mac/Emacs.app/Contents/Resources/Emacs.icns.
6659
6660 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * README: Bump version number to 22.0.90.
6663
6664 2006-10-23 Andreas Schwab <schwab@suse.de>
6665
6666 * configure.in: Make sure x_default_search_path is always set even
6667 when x_libraries is empty, and look in .../share as well for each
6668 library directory.
6669
6670 2006-09-28 Kenichi Handa <handa@m17n.org>
6671
6672 * configure.in (locallisppath): Don't include leim dir.
6673 (lisppath): Include leim dir.
6674
6675 2006-09-15 Jay Belanger <belanger@truman.edu>
6676
6677 * COPYING: Replace "Library Public License" by "Lesser Public
6678 License" throughout.
6679
6680 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6681
6682 * make-dist (EMACS): Exit and fail if the EMACS environment
6683 variable is set to something other than an absolute file name.
6684
6685 2006-08-16 Andreas Schwab <schwab@suse.de>
6686
6687 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6688 of hardcoding it.
6689
6690 2006-08-16 Richard Stallman <rms@gnu.org>
6691
6692 * INSTALL.CVS: Clean up wording.
6693
6694 2006-07-14 Eli Zaretskii <eliz@gnu.org>
6695
6696 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6697 $PKG_CONFIG --exists "$2" to config.log.
6698 * configure: Regenerate.
6699
6700 2006-07-09 Richard Stallman <rms@gnu.org>
6701
6702 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6703
6704 2006-07-09 Kim F. Storm <storm@cua.dk>
6705
6706 * CONTRIBUTE: Use outline format.
6707 Add section on copyright years (from admin/notes/years).
6708
6709 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6710
6711 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6712 to /dev/null, since we don't need the error message, just the
6713 exit status.
6714
6715 2006-07-07 Eli Zaretskii <eliz@gnu.org>
6716
6717 * CONTRIBUTE: Slight formatting changes and typo fixes.
6718 Add description of NEWS markings.
6719
6720 2006-07-07 Kim F. Storm <storm@cua.dk>
6721
6722 * CONTRIBUTE: Mention INSTALL.CVS.
6723
6724 2006-07-05 Romain Francoise <romain@orebokech.com>
6725
6726 * make-dist (top-level): Add CONTRIBUTE.
6727
6728 2006-07-04 Richard Stallman <rms@gnu.org>
6729
6730 * CONTRIBUTE: Much rewrite.
6731
6732 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6733
6734 * CONTRIBUTE: New file.
6735
6736 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6737
6738 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6739
6740 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6741
6742 * configure.in: Add check for ALSA.
6743
6744 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6745
6746 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6747
6748 * info/dir: Remove the Emacs-Xtra entry.
6749
6750 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6751
6752 Update copyright year(s) in many files.
6753
6754 2006-04-01 Eli Zaretskii <eliz@gnu.org>
6755
6756 * configure: Regenerated.
6757
6758 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6759
6760 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6761 --without-toolkit-scroll-bars was specified.
6762
6763 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6764
6765 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6766 to CFLAGS. Update Copyright years written to src/config.in.
6767
6768 2006-03-18 Claudio Fontana <claudio@gnu.org>
6769
6770 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6771 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6772 to be installed/uninstalled.
6773 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6774 to Info files installed by Emacs.
6775
6776 2006-03-03 Claudio Fontana <claudio@gnu.org>
6777
6778 * Makefile.in (install, uninstall): Add DESTDIR variable to
6779 support staged installations.
6780
6781 2006-02-14 Richard M. Stallman <rms@gnu.org>
6782
6783 * configure.in (s390x-*-linux-gnu*): New configuration.
6784
6785 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6786
6787 * configure.in: Require GTK 2.4 or newer.
6788
6789 2006-01-29 Michael Olson <mwolson@gnu.org>
6790
6791 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6792 * info/dir (ERC): New entry.
6793
6794 2006-01-29 Eli Zaretskii <eliz@gnu.org>
6795
6796 * info/dir: Fix last change.
6797
6798 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6799
6800 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6801
6802 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6803
6804 * info/dir: Untabify the whole file.
6805 (Rcirc): New entry.
6806
6807 2006-01-12 Andreas Schwab <schwab@suse.de>
6808
6809 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6810 check.
6811
6812 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * configure.in: Use -Wno-pointer-sign if available.
6815
6816 2005-12-29 Andreas Schwab <schwab@suse.de>
6817
6818 * config.guess, config.sub: Updated from master source.
6819
6820 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6821
6822 * configure.in: Use amdx86-64 for freebsd on x86_64.
6823
6824 2005-11-22 Romain Francoise <romain@orebokech.com>
6825
6826 * make-dist: Add etc/images/icons.
6827
6828 2005-11-03 Andreas Schwab <schwab@suse.de>
6829
6830 * configure.in: Use GZIP_PROG instead of GZIP.
6831
6832 * Makefile.in (GZIP_PROG): Rename from GZIP.
6833 (install-arch-indep): Adjust.
6834
6835 2005-11-01 Andreas Schwab <schwab@suse.de>
6836
6837 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6838 (bootfast): Likewise.
6839
6840 2005-11-01 Romain Francoise <romain@orebokech.com>
6841
6842 * configure.in: Check for gzip.
6843
6844 * Makefile.in (install): Compress source files.
6845
6846 2005-10-24 Steven Tamm <steventamm@mac.com>
6847
6848 * configure.in: Fix darwin386 configuration issue.
6849
6850 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6851
6852 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6853
6854 2005-10-17 Bill Wohler <wohler@newt.com>
6855
6856 * make-dist: Create and populate etc/images/low-color.
6857
6858 2005-10-15 Bill Wohler <wohler@newt.com>
6859
6860 * make-dist: Create and populate etc/images/gud.
6861
6862 2005-10-08 Richard M. Stallman <rms@gnu.org>
6863
6864 * make-dist (tempparent): Don't check for 14-char file name limit.
6865
6866 2005-10-07 Romain Francoise <romain@orebokech.com>
6867
6868 * make-dist: Add etc/images/ezimage and etc/images/mail
6869 directories. Install images in etc/images.
6870
6871 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6872
6873 * configure.in: Prefer Carbon if --enable-carbon-app or
6874 --with-carbon is explicitly specified even when X11 is detected.
6875
6876 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
6877
6878 * Makefile.in (install-arch-indep, uninstall):
6879 Handle newsticker manual.
6880 (info): Add - to commands.
6881
6882 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6883
6884 Remove the MAXPATHLEN limitations:
6885
6886 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6887
6888 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6889
6890 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6891 * configure: Regenerate.
6892
6893 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6894
6895 * config.guess, config.sub: Updated from master source.
6896
6897 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
6898
6899 * .cvsignore: Add `lock'.
6900
6901 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6902
6903 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6904
6905 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6906
6907 Merge gnulib getopt implementation into Emacs.
6908
6909 * Makefile.in (AUTOCONF_INPUTS): New macro.
6910 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6911 so that these files also depend on m4/getopt.m4.
6912 * configure.in: Configure getopt by including m4/getopt.m4,
6913 and configuring a getopt replacement if necessary.
6914 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6915 * m4/getopt.m4: New file.
6916
6917 2005-07-06 Lute Kamstra <lute@gnu.org>
6918
6919 * configure.in: Fix capitalization.
6920
6921 2005-07-04 Lute Kamstra <lute@gnu.org>
6922
6923 Update FSF's address in GPL notices.
6924
6925 2005-06-19 Jérôme Marant <jerome@marant.org>
6926
6927 * Makefile.in (epaths-force): Protect both lisppath and
6928 buildlisppath from whitespace.
6929
6930 2005-06-08 Steven Tamm <steventamm@mac.com>
6931
6932 * configure.in: Support Darwin/MacOSX on Intel.
6933
6934 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6935
6936 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6937
6938 2005-05-19 Jérôme Marant <jmarant@marant.org>
6939
6940 * configure.in: Add --enable-locallisppath.
6941
6942 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6943
6944 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
6945 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6946 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
6947
6948 2005-05-07 Jérôme Marant <jerome@marant.org>
6949
6950 * make-dist: Remove references to makefile.nt and makefile.def.
6951 Include widgets and images subdirectories of etc. Do not exclude
6952 ldefs-boot.el.
6953
6954 2005-04-23 Andreas Schwab <schwab@suse.de>
6955
6956 * configure.in: Remove duplicate match for powerpc configuration.
6957
6958 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6959
6960 * configure.in: Check for <pwd.h>.
6961
6962 2005-04-14 Lute Kamstra <lute@gnu.org>
6963
6964 * make-dist: Distribute all ChangeLog files in lisp/.
6965 Don't distribute ldefs-boot.el.
6966 lisp/makefile.nt no longer exists.
6967
6968 2005-04-13 Lute Kamstra <lute@gnu.org>
6969
6970 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6971 for "no-byte-compile: t" in the file instead.
6972
6973 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6974
6975 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6976 shadow the main Lesstif/Motif-2.1 libs and includes.
6977
6978 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6979
6980 * configure.in: Only add XASSERTS to cppflags.
6981
6982 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6983
6984 * configure.in: Added --enable-asserts.
6985
6986 2005-02-09 Kim F. Storm <storm@cua.dk>
6987
6988 Change release version from 21.4 to 22.1 throughout.
6989 Change development version from 21.3.50 to 22.0.50.
6990
6991 2005-01-19 Steven Tamm <steventamm@mac.com>
6992
6993 * configure.in: Check for <sys/utsname.h>.
6994
6995 2004-12-11 Kim F. Storm <storm@cua.dk>
6996
6997 * Makefile.in (info): Undo 2004-12-05 change.
6998
6999 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7000
7001 * info/dir (File): Add URL and Org Mode manuals.
7002 * Makefile.in (install-arch-indep, uninstall): Add url and org
7003 manuals.
7004
7005 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7008 committed to src/config.in.
7009
7010 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7011
7012 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7013 pthreads and define HAVE_GTK_AND_PTHREAD.
7014
7015 2004-12-05 Richard M. Stallman <rms@gnu.org>
7016
7017 * Makefile.in (info): Ignore errors building info files.
7018
7019 2004-11-27 Eli Zaretskii <eliz@gnu.org>
7020
7021 * config.bat: If 8-byte alignment is not supported, define
7022 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7023 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7024 filter through Sed to remove the quotes.
7025
7026 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7029 not apply to files explicitly `cvs add'ed.
7030
7031 2004-11-12 Eli Zaretskii <eliz@gnu.org>
7032
7033 * config.bat: Don't require djecho.exe for the v1.x build.
7034 Add a test for DECL_ALIGN support, and add a trivial definition to
7035 src/config.h if 8-byte alignment is not supported.
7036
7037 2004-11-08 Kim F. Storm <storm@cua.dk>
7038
7039 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7040 files before building.
7041 (bootfast, bootstrap-clean-before-fast): New targets, like
7042 bootstrap but don't remove .elc files.
7043
7044 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
7045
7046 * configure.in: Add check for getrusage.
7047
7048 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7049
7050 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7051 New tests for new and old GTK file dialogs.
7052 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7053 to no.
7054
7055 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7056
7057 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7058 can be set. Remove SETARCH test.
7059
7060 2004-10-08 Steven Tamm <steventamm@mac.com>
7061
7062 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
7063
7064 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7065
7066 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7067 AC_MSG_WARN. Move output of warning message to end of configure run.
7068
7069 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7070
7071 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7072 Run test to see if heap start address is random.
7073
7074 2004-09-29 Miles Bader <miles@gnu.org>
7075
7076 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7077 if setarch is present.
7078
7079 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7080
7081 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7082
7083 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7084
7085 * configure.in: Check for exec-shield.
7086
7087 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7088
7089 * Makefile.in (install-arch-indep): Add pgg and sieve.
7090
7091 * info/.cvsignore: Added pgg and sieve.
7092
7093 2004-08-06 Andreas Schwab <schwab@suse.de>
7094
7095 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7096
7097 2004-07-31 Eli Zaretskii <eliz@gnu.org>
7098
7099 * config.bat: Update URLs in the comments.
7100
7101 2004-07-05 Andreas Schwab <schwab@suse.de>
7102
7103 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7104
7105 2004-06-21 Kenichi Handa <handa@m17n.org>
7106
7107 * make-dist: Link leim-ext.el into tempdir.
7108
7109 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7110
7111 * info/dir (File): Add emacs-xtra.
7112 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7113
7114 2004-06-12 Juri Linkov <juri@jurta.org>
7115
7116 * info/dir: Move menu help lines from `* Menu:' to file header.
7117 Describe the purpose of a red *.
7118
7119 2004-05-04 Dave Love <fx@gnu.org>
7120
7121 * configure.in: Don't use `extrasub'.
7122
7123 2004-04-29 Dave Love <fx@gnu.org>
7124
7125 * configure.in: Don't forget to quote args to `test'.
7126
7127 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7128
7129 * autogen.sh: Update filename in "please read" message.
7130
7131 2004-04-17 Richard M. Stallman <rms@gnu.org>
7132
7133 * INSTALL: Move the info about site-lisp dirs,
7134 and say uninstalled Emacs looks there too.
7135
7136 2004-04-04 Eli Zaretskii <eliz@gnu.org>
7137
7138 * config.bat (lib-src): Recognize comment lines in Makefile.in
7139 that have a TAB after the #, to avoid errors in preprocessing with
7140 GCC 3.3.3.
7141
7142 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7143
7144 * Makefile.in: Mention in comment that `make maintainer-clean'
7145 deletes .elc files.
7146
7147 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * update-subdirs: Add local variables to prevent byte-compiling.
7150
7151 2004-03-21 Dave Love <fx@gnu.org>
7152
7153 * configure.in: Fix previous change.
7154
7155 2004-03-18 Dave Love <fx@gnu.org>
7156
7157 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7158
7159 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7160
7161 * info/dir (File): Add SMTP and SES.
7162
7163 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7166 (bootstrap): Use the new bootstrap-prepare target in lisp.
7167
7168 2004-02-18 Kim F. Storm <storm@cua.dk>
7169
7170 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7171
7172 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7173
7174 * make-dist: Don't link index.*perm and permute-index into tempdir.
7175
7176 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7177
7178 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7179 to match previous changes by Eli Zaretskii.
7180
7181 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7182
7183 * Makefile.in: Set CDPATH to an empty string.
7184
7185 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * configure.in <darwin>: Use fink packages if available.
7188
7189 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7190
7191 * make-dist (lispref): Do include lispref/index.texi.
7192
7193 2004-01-06 Eric Hanchrow <offby1@blarg.net>
7194
7195 * make-dist (tempdir): Include cursors in nt/icons.
7196
7197 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7198
7199 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7200 clashes with install-sh on 8+3 filesystems.
7201
7202 2003-12-24 Miles Bader <miles@gnu.org>
7203
7204 * .cvsignore: Add .arch-inventory.
7205
7206 2003-12-24 Andreas Schwab <schwab@suse.de>
7207
7208 * configure.in: Check for <sys/socket.h>. Include it before
7209 including <net/if.h>. Move check for <net/if.h> before its use.
7210
7211 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
7212
7213 * Makefile.in (install-arch-dep): Don't let cd output go into
7214 pipe for carbon_appdir.
7215
7216 2003-12-24 Andreas Schwab <schwab@suse.de>
7217
7218 * configure.in (PKG_CHECK_MODULES): Fix quoting.
7219
7220 2003-12-01 Andreas Schwab <schwab@suse.de>
7221
7222 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
7223 hardcoding gcc.
7224
7225 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
7226
7227 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
7228 multiple displays.
7229 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
7230
7231 2003-09-23 Dave Love <fx@gnu.org>
7232
7233 * configure.in: Check members of struct ifreq.
7234
7235 2003-09-14 Kim F. Storm <storm@cua.dk>
7236
7237 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7238
7239 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7240
7241 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7242
7243 2003-08-18 Lute Kamstra <lute@gnu.org>
7244
7245 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7246 required anymore.
7247
7248 2003-08-07 Andrew Choi <akochoi@shaw.ca>
7249
7250 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7251 option instead of -traditional-cpp for CPP.
7252
7253 2003-07-29 Richard M. Stallman <rms@gnu.org>
7254
7255 * configure.in (HAVE_XIM): Define if XIM is available.
7256
7257 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7258
7259 * configure.in: The function gtk_window_set_icon_from_file was
7260 introduced in GTK+ 2.2, so check for that release.
7261
7262 2003-07-23 Andreas Schwab <schwab@suse.de>
7263
7264 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7265
7266 * Makefile.in (YACC): Remove, not used.
7267 (MAINT): Don't set.
7268 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7269 disable dependency on ${srcdir}/configure.in when maintainer mode
7270 is disabled.
7271
7272 2003-07-22 Dave Love <fx@gnu.org>
7273
7274 * configure.in: Make XRegisterIMInstantiateCallback test depend on
7275 HAVE_X11, not with_xim.
7276 (HAVE_CRTIN): Provide template.
7277 <with_png>: Test for png.h and libpng/png.h.
7278
7279 2003-07-15 Andreas Schwab <schwab@suse.de>
7280
7281 * configure.in: Temporarily leave quoting for AC_DEFINE.
7282
7283 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
7284
7285 * configure.in: Check for posix_memalign.
7286
7287 2003-07-12 Richard M. Stallman <rms@gnu.org>
7288
7289 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
7290
7291 2003-07-09 Kim F. Storm <storm@cua.dk>
7292
7293 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
7294 functionality of --without-xim.
7295
7296 2003-06-29 Dave Love <fx@gnu.org>
7297
7298 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
7299
7300 2003-06-23 Dave Love <fx@gnu.org>
7301
7302 * configure.in: Check for sys/_mbstate_t.h.
7303 Test XRegisterIMInstantiateCallback prototype.
7304 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
7305
7306 2003-06-06 Dave Love <fx@gnu.org>
7307
7308 * configure.in: Check for locale.h.
7309
7310 2003-06-05 Dave Love <fx@gnu.org>
7311
7312 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
7313 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
7314 (NLIST_STRUCT): Don't define.
7315 (AH_BOTTOM): Define my_strftime.
7316
7317 2003-06-02 Richard M. Stallman <rms@gnu.org>
7318
7319 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
7320
7321 2003-05-24 Andreas Schwab <schwab@suse.de>
7322
7323 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
7324 bzero, and bcmp.
7325
7326 2003-05-22 Dave Love <fx@gnu.org>
7327
7328 * configure.in: Remove redundant test for term.h. Test for difftime.
7329
7330 2003-05-20 Dave Love <fx@gnu.org>
7331
7332 * configure.in: Append * to s390-*-linux-gnu case.
7333 (LIBMAIL) <lockfile>: Don't define.
7334
7335 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7336
7337 * INSTALL (* GNU/Linux development packages): Mention Debian and
7338 RedHat package names.
7339
7340 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
7341
7342 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7343
7344 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7345
7346 * INSTALL (* GNU/Linux development packages): Tell people to
7347 install additional packages for compiling Emacs.
7348
7349 2003-04-30 Richard M. Stallman <rms@gnu.org>
7350
7351 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7352
7353 2003-04-28 Francesco Potortì <pot@gnu.org>
7354
7355 * configure.in: Undo last (RMS') change, as it is useless, per
7356 Dave Love.
7357
7358 2003-04-08 Richard M. Stallman <rms@gnu.org>
7359
7360 * configure.in: Put #include of jpeglib.h at start of line.
7361
7362 2003-04-06 Francesco Potortì <pot@gnu.org>
7363
7364 * configure.in: Use the same configuration for all aix5, not just
7365 aix5.1.
7366
7367 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
7368
7369 * configure.in: Check for need for bigtoc support on IBM AIX for
7370 solving a linker table overflow problem.
7371
7372 2003-03-03 Rob Browning <rlb@defaultvalue.org>
7373
7374 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
7375 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
7376 over bzero, bcmp, and bcopy.
7377
7378 2003-02-23 Simon Josefsson <jas@extundo.com>
7379
7380 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7381
7382 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7383
7384 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7385
7386 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7387
7388 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7389
7390 2003-02-08 Andreas Schwab <schwab@suse.de>
7391
7392 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7393 instead of the substitution.
7394
7395 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7396
7397 * Makefile.in: Use @EXEEXT@ for Cygwin.
7398 Use USERNAME if LOGNAME is not set (for Cygwin).
7399
7400 * configure.in: Add opsys=cygwin.
7401
7402 2003-01-22 Andreas Schwab <schwab@suse.de>
7403
7404 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7405 redefining it explicitly in src/config.in.
7406
7407 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
7408
7409 * Makefile.in (bootstrap): Make bootstrap-after.
7410
7411 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7412
7413 * configure.in: Fix --with-gtk.
7414
7415 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7416
7417 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
7418
7419 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7420
7421 2003-01-14 Francesco Potortì <pot@gnu.org>
7422
7423 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7424
7425 2003-01-07 Steven Tamm <steventamm@mac.com>
7426
7427 * configure.in: New option, --enable-carbon-app, to specify
7428 that the application should be installed
7429 * Makefile.in (install-arch-dep): On Mac OS X, install the
7430 Emacs.app application if carbon-app is enabled.
7431
7432 2003-01-06 Dave Love <fx@gnu.org>
7433
7434 * configure.in: Check for nl_langinfo.
7435 [!HAVE_SIZE_T]: Fix typedef.
7436
7437 2003-01-06 David Kastrup <dak@gnu.org>
7438
7439 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7440
7441 * configure.in: Add tests for install-info.
7442
7443 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
7444
7445 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7446 use again sol2-6 instead of sol2-8.
7447
7448 2002-12-09 Dave Love <fx@gnu.org>
7449
7450 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7451
7452 2002-12-08 Andreas Schwab <schwab@suse.de>
7453
7454 * Makefile.in (install-arch-indep): Revert last change.
7455
7456 2002-11-27 Dave Love <fx@gnu.org>
7457
7458 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7459 Check for __sys_siglist too. Check for memset.
7460 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7461
7462 2002-11-22 Juanma Barranquero <lektu@terra.es>
7463
7464 * config.guess, config.sub: Updated from master source.
7465
7466 2002-11-19 Karl Fogel <kfogel@red-bean.com>
7467
7468 * autogen.sh: New file.
7469
7470 2002-11-18 Dave Love <fx@gnu.org>
7471
7472 * configure.in: Tidy up various quoting issues throughout.
7473 Use AC_GNU_SOURCE.
7474 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7475 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7476 Maybe define bcopy, bzero, bcmp.
7477 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
7478 non-existent machine file).
7479 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
7480 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
7481 (nlist.h): Move test up.
7482
7483 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
7484
7485 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
7486
7487 2002-11-14 Francesco Potortì <pot@gnu.org>
7488
7489 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7490
7491 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7492
7493 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7494
7495 2002-11-08 Dave Love <fx@gnu.org>
7496
7497 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7498 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7499
7500 2002-11-07 Miles Bader <miles@gnu.org>
7501
7502 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7503 Handle separate-build-dir case.
7504
7505 2002-11-06 Richard M. Stallman <rms@gnu.org>
7506
7507 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7508 bulletproof. $bar may be empty when there are no .elc files.
7509
7510 2002-10-30 Dave Love <fx@gnu.org>
7511
7512 * configure.in: Require autoconf 2.53. Test for pty.h,
7513 sys/mman.h, sys/param.h, mremap, memmove.
7514 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7515 (AC_PROG_YACC): Delete.
7516 (size_t): Use AC_CHECK_TYPES.
7517 (AH_TOP): Up-date copyright.
7518
7519 2002-10-01 Juanma Barranquero <lektu@terra.es>
7520
7521 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7522
7523 2002-09-19 Richard M. Stallman <rms@gnu.org>
7524
7525 * configure.in: Fix the LessTif-directory-finder for real.
7526
7527 2002-09-14 Richard M. Stallman <rms@gnu.org>
7528
7529 * Makefile.in (maybe_bootstrap): Test for complete absence
7530 of compiled Lisp files.
7531
7532 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7533
7534 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7535 (bootstrap-clean-after): Delete.
7536 (bootstrap): Make the sequencing explicit.
7537
7538 2002-09-10 Richard M. Stallman <rms@gnu.org>
7539
7540 * configure.in: Fix previous LessTif change.
7541
7542 2002-09-09 Richard M. Stallman <rms@gnu.org>
7543
7544 * configure.in (powerpcle-*-solaris2.5*): New configuration.
7545 (powerpcle-*-solaris*): Use version 2.6 as default.
7546 (*-sunos5.6*, *-solaris2.6*): New alternative.
7547 (*-sunos5*): Use version 2.6 as default.
7548
7549 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7550
7551 * configure.in: Fix typo.
7552
7553 2002-09-05 Richard M. Stallman <rms@gnu.org>
7554
7555 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7556
7557 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7558 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7559
7560 2002-08-26 Kim F. Storm <storm@cua.dk>
7561
7562 * Makefile.in (install-arch-indep): Do not remove DOC file
7563 when it is the only DOC file installed; this is the case when
7564 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
7565
7566 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
7567
7568 * configure.in: Fix typo.
7569
7570 2002-07-24 Richard M. Stallman <rms@gnu.org>
7571
7572 * configure.in: Don't print anything special about gamedir.
7573
7574 * configure.in: Delete nonstandard --with-game-user option.
7575
7576 2002-07-21 Richard M. Stallman <rms@gnu.org>
7577
7578 * Makefile.in (gamedir, localstatedir): New variables.
7579 (epaths-force): Insert value of gamedir into PATH_GAME.
7580
7581 * configure.in (gamedir): Handle it like lispdir.
7582 (--with-game-dir option): Delete.
7583
7584 2002-06-21 Pavel Janík <Pavel@Janik.cz>
7585
7586 * configure.in: Add support for mipseb-*-netbsd* machines.
7587
7588 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7589
7590 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7591
7592 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7593
7594 * info/dir (File): Add an entry for Tramp.
7595
7596 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * INSTALL-CVS: New file.
7599
7600 2002-06-07 Andreas Schwab <schwab@suse.de>
7601
7602 * configure.in (x86_64-*-linux-gnu*): New system.
7603
7604 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
7605
7606 * config.bat: Handle the case when lispintro is truncated to lispintr.
7607
7608 2002-05-26 Paul Eggert <eggert@twinsun.com>
7609
7610 * config.guess, config.sub: Updated from master source.
7611
7612 2002-05-09 Richard M. Stallman <rms@gnu.org>
7613
7614 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7615
7616 2002-05-04 Pavel Janík <Pavel@Janik.cz>
7617
7618 * make-dist: Do not distribute lock/ directory.
7619
7620 2002-04-30 Andrew Choi <akochoi@shaw.ca>
7621
7622 * configure.in: Provide documentation string when defining
7623 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7624 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7625
7626 2002-04-29 Colin Walters <walters@verbum.org>
7627
7628 * configure.in: Delete configure check for access to the game user.
7629
7630 2002-04-29 Pavel Janík <Pavel@Janik.cz>
7631
7632 * make-dist: lwlib/Imakefile is removed.
7633
7634 2002-04-26 Andrew Choi <akochoi@shaw.ca>
7635
7636 * configure.in: Add support for powerpc-apple-darwin*.
7637 (HAVE_CARBON): Add.
7638
7639 * make-dist: Create directories in mac/Emacs.app.
7640
7641 2002-04-25 Pavel Janík <Pavel@Janik.cz>
7642
7643 * make-dist: lwlib-Xol* are removed.
7644
7645 2002-04-23 Andreas Schwab <schwab@suse.de>
7646
7647 * Makefile.in (MAINT): New variable.
7648 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7649 instead of configure.in, to avoid running autoconf and autoheader
7650 unless explicitly requested.
7651
7652 2002-04-16 Eli Zaretskii <eliz@gnu.org>
7653
7654 * config.bat: Update for msdos/sed2v2.inp.
7655
7656 2002-04-15 Andreas Schwab <schwab@suse.de>
7657
7658 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7659 * configure.in: Add config header templates to all AC_DEFINE and
7660 AC_DEFINE_UNQUOTED symbols.
7661 * make-dist: Run autoheader if necessary.
7662
7663 2002-04-10 Colin Walters <walters@verbum.org>
7664
7665 * configure.in: Add --game-dir, --game-user. Test to see if we
7666 can use them.
7667
7668 2002-04-08 Pavel Janík <Pavel@Janik.cz>
7669
7670 * configure.in: Add --with-sound.
7671
7672 2002-03-18 Kim F. Storm <storm@cua.dk>
7673
7674 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7675 and getsockname functions. Test for sys/un.h include file.
7676
7677 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7678
7679 * configure.in: Support AIX 5.1.
7680
7681 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7682
7683 * configure.in: Added test for X Session Management (HAVE_X_SM).
7684
7685 2002-03-03 Richard M. Stallman <rms@gnu.org>
7686
7687 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7688 Run chown $${LOGNAME} on files installed by tar xvf.
7689
7690 2002-03-03 Kim F. Storm <storm@cua.dk>
7691
7692 * configure.in: Test for getpeername.
7693
7694 2002-03-01 Richard M. Stallman <rms@gnu.org>
7695
7696 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7697 (HAVE_GIF): Don't use old libungif versions that crash.
7698
7699 2002-02-26 Richard M. Stallman <rms@gnu.org>
7700
7701 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7702 not just well-formed and valid.
7703 (mips-compaq-nonstopux*): New configuration.
7704
7705 2002-02-18 Paul Eggert <eggert@twinsun.com>
7706
7707 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7708 "sed q" is a portable equivalent to plain "head -1".
7709
7710 2002-02-13 Richard M. Stallman <rms@gnu.org>
7711
7712 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7713 (all): Don't depend on maybe_bootstrap here.
7714 (${SUBDIR}): Depend on it here instead.
7715
7716 2002-02-08 Richard M. Stallman <rms@gnu.org>
7717
7718 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7719
7720 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7721
7722 * configure.in: Recognize BSD/OS 5.0.
7723
7724 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7725
7726 * make-dist: Make version checking in emacs.texi consistent with
7727 how we set it there.
7728
7729 2001-12-29 Kim F. Storm <storm@cua.dk>
7730
7731 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7732
7733 2001-12-28 Richard M. Stallman <rms@gnu.org>
7734
7735 * configure.in: Test for mbsinit.
7736
7737 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7738
7739 These changes make Leim part of the standard distribution:
7740
7741 * README: Add info about the `leim' directory.
7742
7743 * INSTALL: Remove text that describes Leim as a separate package.
7744
7745 * noleim-Makefile.in: File removed.
7746
7747 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7748 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7749 Leim files out of the Emacs tree. Don't prepare a separate tarball
7750 for Leim.
7751
7752 2001-12-11 Richard M. Stallman <rms@gnu.org>
7753
7754 * configure.in (hppa*-*-linux-gnu*): New alternative.
7755
7756 2001-12-08 Pavel Janík <Pavel@Janik.cz>
7757
7758 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7759 creating distribution.
7760
7761 2001-12-06 Paul Eggert <eggert@twinsun.com>
7762
7763 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7764 (AC_FUNC_VFORK): Remove.
7765 (AC_FUNC_FORK): Add.
7766 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7767 this is required by recent Autoconf versions.
7768
7769 2001-12-02 Pavel Janík <Pavel@Janik.cz>
7770
7771 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7772 TODO, vms-pp.trans and others).
7773
7774 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7775
7776 * make-dist: Use COPYING from the top-level directory.
7777
7778 2001-11-29 Gerd Moellmann <gerd@gnu.org>
7779
7780 * configure.in: Add support for FreeBSD/Alpha.
7781
7782 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7783
7784 * make-dist: Add COPYING to the top-level directory of the
7785 distribution. Simplify the logic behind copying.
7786
7787 * Makefile.in (maybe_bootstrap): Fix previous change.
7788
7789 2001-11-28 Richard M. Stallman <rms@gnu.org>
7790
7791 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7792
7793 2001-11-26 Richard M. Stallman <rms@gnu.org>
7794
7795 * Makefile.in: bootstrap should not delete dumped executables.
7796 (bootstrap-clean-before): New target.
7797 (bootstrap): Use bootstrap-clean-before instead of clean.
7798 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7799
7800 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7801
7802 These changes add the Emacs Lisp Introduction manual to the
7803 distribution:
7804
7805 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7806
7807 * make-dist: Copy the files in lispintro directory.
7808
7809 * config.bat: Configure in the lispintro directory.
7810
7811 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7812
7813 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7814 (lispintro/Makefile): New target.
7815 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7816 (unlock, relock, info, dvi): Ditto.
7817
7818 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7819
7820 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7821
7822 * make-dist (etc): Don't distribute gfdl.1.
7823
7824 2001-11-22 Colin Walters <walters@debian.org>
7825
7826 * Makefile.in (install-arch-indep): Install the calc .info files.
7827 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7828
7829 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7830
7831 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7832 tindex.pl to the list of those being put into the distribution.
7833
7834 2001-11-16 Eli Zaretskii <eliz@gnu.org>
7835
7836 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7837
7838 2001-11-15 Pavel Janík <Pavel@Janik.cz>
7839
7840 * Makefile.in (uninstall): Fix previous change.
7841
7842 * configure.in, Makefile.in: Add support for --program-prefix,
7843 --program-suffix and --program-transform-name options.
7844
7845 2001-11-13 Pavel Janík <Pavel@Janik.cz>
7846
7847 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7848 (install-arch-indep): Install emacsclient manual page.
7849 (uninstall): Uninstall emacsclient manual page.
7850
7851 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7852
7853 * make-dist: Add lispref/index.*perm files to the distribution.
7854 From Pavel Janík <Pavel@Janik.cz>.
7855
7856 2001-11-12 Pavel Janík <Pavel@Janik.cz>
7857
7858 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7859
7860 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7861
7862 * configure.in: AC_OUTPUT lispref/Makefile.
7863
7864 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7865
7866 The following changes add the ELisp reference manual to the
7867 distribution.
7868
7869 * make-dist: Add the lispref directory to the distribution.
7870
7871 * Makefile.in (install-arch-indep): Add elisp* to the list of
7872 installed Info files.
7873 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7874 (lispref/Makefile): New target.
7875 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7876 Add commands for the lispref directory.
7877 (info, dvi): Ditto.
7878
7879 * config.bat: Configure in `lispref'.
7880
7881 2001-11-09 Richard M. Stallman <rms@gnu.org>
7882
7883 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7884
7885 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7886
7887 * make-dist (tempdir): Copy AUTHORS as well.
7888
7889 2001-11-06 Sam Steingold <sds@gnu.org>
7890
7891 * configure.in: Added a check for <nlist.h>.
7892
7893 2001-11-01 Pavel Janík <Pavel@Janik.cz>
7894
7895 * configure.in: Reindent --help output.
7896 From Per Starbäck (starback@ling.uu.se).
7897
7898 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7899
7900 * configure.in: New entry for HP/UX-11.
7901
7902 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7903 From Eric S. Raymond <esr@golux.thyrsus.com>.
7904
7905 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7906
7907 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7908 <athornton@sinenomine.net>.
7909
7910 2001-10-25 Gerd Moellmann <gerd@gnu.org>
7911
7912 * Makefile.in (maybe_bootstrap): New target.
7913 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7914
7915 2001-10-24 Ken Raeburn <raeburn@gnu.org>
7916
7917 * configure.in: If --with-hesiod is given, look for
7918 hes_getmailhost and res_send or __res_send; check hesiod and
7919 resolv libraries respectively if system libraries don't supply them.
7920
7921 2001-10-24 Gerd Moellmann <gerd@gnu.org>
7922
7923 * configure.in: Use $MAKE for `make' if set.
7924
7925 2001-10-22 Gerd Moellmann <gerd@gnu.org>
7926
7927 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7928 to tar options.
7929
7930 2001-10-20 Gerd Moellmann <gerd@gnu.org>
7931
7932 * (Version 21.1 released).
7933
7934 2001-10-20 Miles Bader <miles@gnu.org>
7935
7936 * configure.in (configuration): Set from `host' if `host_alias'
7937 isn't defined.
7938
7939 2001-10-19 Andreas Schwab <schwab@suse.de>
7940
7941 * configure.in: Make ready for autoconf 2.5x.
7942 (AC_PREREQ): Require autoconf 2.50.
7943 * aclocal.m4: Removed.
7944 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7945
7946 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7947
7948 * README: Bump Emacs version to 21.1.50.
7949
7950 2001-10-05 Gerd Moellmann <gerd@gnu.org>
7951
7952 * Branch for 21.1.
7953
7954 2001-09-05 Gerd Moellmann <gerd@gnu.org>
7955
7956 * configure.in: Avoid `$@' which is handled specially in
7957 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7958
7959 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7960
7961 * make-dist (nt): Add subdirs.el to the list of distributed files.
7962
7963 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7964
7965 * configure.in (machine): Add an entry for
7966 hppa1.1-hitachi-hiuxwe2*.
7967
7968 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7969
7970 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7971 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7972
7973 2001-05-14 Gerd Moellmann <gerd@gnu.org>
7974
7975 * make-dist: Copy texinfo.tex unconditionally.
7976
7977 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7978
7979 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7980 that are installed.
7981
7982 2001-04-06 Gerd Moellmann <gerd@gnu.org>
7983
7984 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7985 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7986
7987 * make-dist: Handle leim/MISC-DIC. Only include
7988 `[a-zA-Z]*.{el,elc}' from leim/quail.
7989
7990 2001-04-05 Gerd Moellmann <gerd@gnu.org>
7991
7992 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7993
7994 2001-03-30 Gerd Moellmann <gerd@gnu.org>
7995
7996 * Makefile.in (.PHONY): Add for bootstrap targets.
7997 (bootstrap-clean): New target.
7998 (bootstrap): Use it instead of `clean'.
7999
8000 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8001
8002 * Makefile.in (SUBDIR): Remove leim.
8003 (all, .RECURSIVE, extraclean): Add leim explicitly.
8004 (leim): Provide separate rule which exports PARALLEL=0 into the
8005 environment.
8006
8007 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8008
8009 * configure.in (HAVE_XPM): Don't print the result of the check for
8010 XpmReturnAllocPixels if we don't have an xpm.h.
8011
8012 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8013
8014 * COPYING: New file.
8015
8016 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8017
8018 * config.bat: Update the copyright.
8019
8020 2001-02-23 Kenichi Handa <handa@etl.go.jp>
8021
8022 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8023 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8024 to `yes'. Later in AC_OUTPUT, check this variable.
8025
8026 2001-02-09 Dave Love <fx@gnu.org>
8027
8028 * AUTHORS: Updated.
8029
8030 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8031
8032 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8033
8034 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8035
8036 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8037
8038 * Makefile.in (uninstall): Ignore exit code of `rm'.
8039
8040 * Makefile.in (uninstall): Remove more info files.
8041 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
8042
8043 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8044
8045 * noleim-Makefile.in (extraclean): Add.
8046
8047 2001-01-28 Gerd Moellmann <gerd@gnu.org>
8048
8049 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
8050 it quiet.
8051
8052 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8053
8054 * Makefile.in (tags): Fix typo.
8055
8056 2001-01-13 Kenichi Handa <handa@etl.go.jp>
8057
8058 * configure.in: Fix typo in the code setting x_search_path.
8059
8060 2001-01-10 Dave Love <fx@gnu.org>
8061
8062 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8063 -lXext.
8064 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8065 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8066 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8067 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8068 (now in $LIBS).
8069
8070 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8071
8072 * config.bat: Run the preprocessor with -traditional.
8073
8074 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8075
8076 * INSTALL: Move copying conditions to end of file.
8077
8078 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8079
8080 * INSTALL: Add basic installation procedure which assumes
8081 `configure' does its job. Elaborate on image support libraries.
8082 Add a pointer to Xaw3d library. Add advice about solving
8083 configure-time problems by looking in config.log and setting
8084 variables in the environment.
8085
8086 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8087
8088 * Makefile.in (install-arch-indep): If tar fails, exit with
8089 exit code 1.
8090
8091 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8092
8093 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8094 source file includes XKBlib.h. On some broken Solaris systems,
8095 there is an XKBlib.h, reportedly, but header files included by
8096 XKBlib.h are missing.
8097
8098 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8099
8100 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8101
8102 2000-12-11 Dave Love <fx@gnu.org>
8103
8104 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8105
8106 2000-12-11 Paul Eggert <eggert@twinsun.com>
8107
8108 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8109 Merge fixes from latest GNU tar version. These macros no longer
8110 futz with _XOPEN_SOURCE, as that was not portable in practice.
8111 (AC_FUNC_FSEEKO): New macro.
8112
8113 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8114 ftello.
8115
8116 2000-12-05 Dave Love <fx@gnu.org>
8117
8118 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8119
8120 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8121
8122 * info/dir: Change the category to "Emacs".
8123
8124 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8125
8126 * make-dist (tempdir): Remove epaths.h from the distribution
8127 instead of paths.h.
8128
8129 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8130
8131 * config.bat: Check for existence of djecho.exe, and print an
8132 error message if it is not available.
8133
8134 * INSTALL: Describe possible problem with djecho.exe in old
8135 versions of DJGPP v2.x.
8136
8137 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8138
8139 * configure.in: Initialize HAVE_LIBXP to no.
8140
8141 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8142
8143 * configure.in: Use m/macppc.h instead of the non-existent
8144 m/powerpc.h.
8145
8146 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8147
8148 * Makefile.in (install-arch-indep): Also install info/eshell*
8149 and info/speedbar*.
8150
8151 * configure.in (HAVE_PNG): Check for the presence of
8152 png_get_channels to rule out older PNG libs.
8153
8154 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8155 GCC and NON_GNU_CPP into config.status.
8156
8157 2000-11-20 Dave Love <fx@gnu.org>
8158
8159 * configure.in: Fix last change.
8160
8161 * GETTING.GNU.SOFTWARE: Deleted.
8162 * FTP: New file to replace it.
8163 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8164
8165 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8166
8167 * configure.in: Use -traditional with GNU cpp.
8168
8169 2000-11-17 Gerd Moellmann <gerd@gnu.org>
8170
8171 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8172 Distribute more files from the nt/ subdir. Distribute PBM
8173 image files from subdirs of lisp/. Distribute old change logs
8174 from subdirs of lisp/. Distribute play/5x5.el.
8175
8176 2000-11-11 Dave Love <fx@gnu.org>
8177
8178 * config.sub, config.guess: Updated from master source.
8179
8180 2000-11-07 Dave Love <fx@gnu.org>
8181
8182 * configure.in: Test for mkstemp.
8183
8184 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8185
8186 * info/dir (Top): Rearrange menu items more logically, and put
8187 them into a single category. Add menu items for RefTeX and
8188 Widget.
8189
8190 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8191
8192 * Makefile.in (install-arch-indep): Use --info-dir instead of
8193 --dir-file, and a simple argument instead of --info-file, so that
8194 the Debian version of install-info also works.
8195
8196 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8197
8198 * info/dir (Speedbar): Add entry.
8199
8200 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8201
8202 * INSTALL: Describe the new image-support options to the configure
8203 script. List URLs where image support libraries can be found.
8204
8205 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
8206
8207 * info/dir (Top): Add an entry for Eshell.
8208
8209 2000-10-02 Dave Love <fx@gnu.org>
8210
8211 * configure.in: Check for gai_strerror.
8212
8213 2000-10-01 Andreas Schwab <schwab@suse.de>
8214
8215 * Makefile.in (install-arch-indep): Update list of installed info files.
8216
8217 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8218
8219 * configure.in: Support `sparc*-*-netbsd*'.
8220
8221 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
8222
8223 * info/dir (MIME): Add entry for emacs-mime.
8224
8225 2000-09-29 Dave Love <fx@gnu.org>
8226
8227 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
8228
8229 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8230
8231 * make-dist: Adapt to the change of leim/Makefile which was
8232 necessary to ensure a reasonably working `make dist'.
8233
8234 * leim-Makefile.in: Moved to leim/Makefile.in..
8235
8236 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
8237
8238 2000-09-21 Kenichi Handa <handa@etl.go.jp>
8239
8240 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8241 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8242 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8243 files to .elc.
8244 (${TIT}): Adjust for the above change.
8245 (clean mostlyclean): Likewise.
8246 (.el.elc): New target.
8247
8248 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8249
8250 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8251 in the distribution.
8252
8253 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8254
8255 * make-dist (skk): Rename to `ja-dic' because the leim directory
8256 was renamed.
8257
8258 2000-09-14 Dave Love <fx@gnu.org>
8259
8260 * configure.in: Fix spurion in last change.
8261
8262 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8263
8264 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8265 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8266 to `no' if defined. Change result report.
8267
8268 2000-09-08 Dave Love <fx@gnu.org>
8269
8270 * configure.in: Remove spurious `@'s.
8271
8272 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
8273 autoconf.
8274
8275 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8276
8277 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
8278 file and print informational message.
8279
8280 * configure.in (AC_FUNC_MMAP): Add.
8281
8282 2000-09-01 Gerd Moellmann <gerd@gnu.org>
8283
8284 * configure.in: Add ``checking'' messages for
8285 XpmReturnAllocPixels.
8286
8287 2000-08-28 Gerd Moellmann <gerd@gnu.org>
8288
8289 * configure.in: Check <strings.h>; check `index' and `rindex'
8290 functions.
8291
8292 2000-08-26 Kenichi Handa <handa@etl.go.jp>
8293
8294 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
8295 "case "${canonical}" in".
8296
8297 2000-08-25 Dave Love <fx@gnu.org>
8298
8299 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
8300
8301 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8302
8303 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
8304
8305 2000-08-24 Gerd Moellmann <gerd@gnu.org>
8306
8307 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
8308 contains a relative path. Protect against unusable values of $PWD.
8309
8310 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8311
8312 * info/dir (WoMan): Add entry.
8313
8314 * config.bat (maindir): Update src/_gdbinit even if it does
8315 already exist.
8316
8317 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8318
8319 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
8320
8321 2000-08-03 Gerd Moellmann <gerd@gnu.org>
8322
8323 * configure.in: Add support for ia64*-*-linux*.
8324
8325 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8326
8327 * make-dist (aclocal.m4): Include in distribution.
8328
8329 2000-07-26 Dave Love <fx@gnu.org>
8330
8331 * configure.in (AC_SYS_LARGEFILE): Move earlier.
8332
8333 2000-07-24 Dave Love <fx@gnu.org>
8334
8335 * configure.in: Add AC_SIZE_T.
8336
8337 2000-07-18 Dave Love <fx@gnu.org>
8338
8339 * configure.in: Reorder so that most tests are done after CPPFLAGS
8340 is set from the C_SWITCH_... definitions.
8341
8342 2000-07-10 Gerd Moellmann <gerd@gnu.org>
8343
8344 * configure.in (HAVE_XPM): Undo previous change. Check for
8345 preprocessor define XpmReturnAllocPixels.
8346
8347 2000-07-06 Gerd Moellmann <gerd@gnu.org>
8348
8349 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
8350 instead of XpmReadFileToPixmap.
8351
8352 2000-07-05 Ken Raeburn <raeburn@gnu.org>
8353
8354 * configure.in: Check for <soundcard.h>. Look for ossaudio
8355 library, and set LIBSOUND accordingly.
8356
8357 2000-07-05 Dave Love <fx@gnu.org>
8358
8359 * configure.in: Use AC_HEADER_SYS_WAIT.
8360
8361 2000-07-05 Gerd Moellmann <gerd@gnu.org>
8362
8363 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
8364 lisp/Makefile. Distribute lisp/Makefile.in instead of
8365 lisp/Makefile.
8366
8367 2000-06-30 Ken Raeburn <raeburn@gnu.org>
8368
8369 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
8370 while searching for image-handling libraries.
8371
8372 2000-06-26 Gerd Moellmann <gerd@gnu.org>
8373
8374 * configure.in (--with-xim): New option.
8375
8376 2000-06-23 Dave Love <fx@gnu.org>
8377
8378 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
8379 for struct timezone and test how we can call gettimeofday.
8380 Check for OSF 5+. Check for term.h.
8381
8382 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8383 version.
8384
8385 2000-06-23 Gerd Moellmann <gerd@gnu.org>
8386
8387 * configure.in (HAVE_LIBXP): Change test for libXp.
8388
8389 2000-06-21 Dave Love <fx@gnu.org>
8390
8391 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8392 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8393 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8394
8395 2000-06-19 Dave Love <fx@gnu.org>
8396
8397 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8398 _XOPEN_SOURCE is defined.
8399
8400 2000-06-16 Gerd Moellmann <gerd@gnu.org>
8401
8402 * Makefile.in (distclean): Also make distclean in lisp/.
8403
8404 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8405
8406 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8407
8408 2000-06-15 Gerd Moellmann <gerd@gnu.org>
8409
8410 * make-dist: Add --help and --snapshot options.
8411
8412 2000-06-14 Gerd Moellmann <gerd@gnu.org>
8413
8414 * configure.in: Generate lisp/Makefile.
8415
8416 * configure.in: Add support for `*-lynxos*'.
8417 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8418 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8419 on Tru64 UNIX v5.0.
8420
8421 2000-06-13 Ken Raeburn <raeburn@gnu.org>
8422
8423 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8424 it's on a continuation line.
8425
8426 2000-06-02 Dave Love <fx@gnu.org>
8427
8428 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8429 files.
8430
8431 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8432 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8433 test.
8434
8435 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8436 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8437
8438 2000-05-26 Gerd Moellmann <gerd@gnu.org>
8439
8440 * configure.in: Add check for speed_t typedef.
8441
8442 2000-05-25 Ken Raeburn <raeburn@gnu.org>
8443
8444 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8445 exists; it won't in the CANNOT_DUMP case.
8446
8447 2000-05-25 Gerd Moellmann <gerd@gnu.org>
8448
8449 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8450 On FreeBSD, the exit status is 1 if CDPATH is not set.
8451 (install-arch-indep): Install ebrowse.info.
8452
8453 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8454
8455 * configure.in: Check for grandpt and getpt.
8456
8457 2000-05-09 Dave Love <fx@gnu.org>
8458
8459 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8460
8461 2000-05-05 Gerd Moellmann <gerd@gnu.org>
8462
8463 * make-dist: Make a link for lib-src/grep-changelog.
8464 Copy install-sh.
8465
8466 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8467
8468 * config.bat: Identify the beginning of the cpp stuff in
8469 src/Makefile.in and lib-src/Makefile.in more accurately.
8470
8471 2000-04-27 Gerd Moellmann <gerd@gnu.org>
8472
8473 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8474
8475 2000-04-19 Gerd Moellmann <gerd@gnu.org>
8476
8477 * configure.in: Add support for `powerpc-*-netbsd*'.
8478
8479 2000-04-19 Dave Love <fx@gnu.org>
8480
8481 * configure.in: Don't use AC_FUNC_GETLOADAVG.
8482
8483 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
8484
8485 2000-04-16 Dave Love <fx@gnu.org>
8486
8487 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
8488
8489 2000-04-14 Dave Love <fx@gnu.org>
8490
8491 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8492
8493 * aclocal.m4 (AC_FUNC_MKTIME): New.
8494
8495 2000-03-28 Ken Raeburn <raeburn@gnu.org>
8496
8497 * configure.in: Line up "--help" output a little better.
8498
8499 2000-03-26 Gerd Moellmann <gerd@gnu.org>
8500
8501 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8502 New targets.
8503 (bootstrap): Rewritten in terms of the new targets above.
8504 Make info files, too.
8505
8506 2000-03-12 Gerd Moellmann <gerd@gnu.org>
8507
8508 * config.guess, config.sub: Use the versions of the files from
8509 subversions.
8510
8511 2000-03-08 Dave Love <fx@gnu.org>
8512
8513 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8514 AC_C_VOLATILE. Define POINTER_TYPE.
8515
8516 * aclocal.m4: New file.
8517
8518 2000-03-02 Gerd Moellmann <gerd@gnu.org>
8519
8520 * configure.in (machine): Add `mipsel-*-netbsd*' and
8521 `arm-*-netbsd*'.
8522
8523 2000-03-01 Gerd Moellmann <gerd@gnu.org>
8524
8525 * configure.in (machine): Add support for `*-auspex-sunos*'.
8526
8527 2000-02-29 Gerd Moellmann <gerd@gnu.org>
8528
8529 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8530
8531 2000-02-18 Dave Love <fx@gnu.org>
8532
8533 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8534
8535 2000-02-18 Andreas Schwab <schwab@suse.de>
8536
8537 * Makefile.in (install-arch-indep): Add eudc to list of installed
8538 info files.
8539
8540 2000-02-17 Ken Raeburn <raeburn@gnu.org>
8541
8542 * configure.in: Include -lz and -ljpeg (if it's available) when
8543 testing for the tiff library.
8544
8545 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8546
8547 * configure.in: Remove LISP_FLOAT_TYPE.
8548
8549 2000-02-12 Dave Love <fx@gnu.org>
8550
8551 * configure.in: Use AC_FUNC_VFORK.
8552
8553 2000-02-01 Gerd Moellmann <gerd@gnu.org>
8554
8555 * make-dist: Various fixes for new development tree.
8556
8557 * leim-Makefile.in: New file.
8558
8559 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8560
8561 * Makefile.in (dist): Call ./make-dist.
8562
8563 2000-01-24 Dave Love <fx@gnu.org>
8564
8565 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8566
8567 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8568
8569 * configure.in (HAVE_GIF): Check for DGifOpen instead of
8570 DGifOpenFileName.
8571
8572 2000-01-11 Andreas Schwab <schwab@suse.de>
8573
8574 * Makefile.in (install-arch-indep): Update list of info files to
8575 be installed.
8576
8577 2000-01-05 Dave Love <fx@gnu.org>
8578
8579 * configure.in: Check for jerror.h as well as libjpeg.
8580
8581 2000-01-03 Andreas Schwab <schwab@suse.de>
8582
8583 * Makefile.in (install-arch-indep): Install autotype*.
8584 Run install-info on autotype and emacs-faq.info.
8585
8586 1999-12-04 Dave Love <fx@gnu.org>
8587
8588 * Makefile.in (install-arch-indep): Depend on `info'.
8589 (install-strip): Use `install' as sub-make target.
8590
8591 1999-11-23 Ken Raeburn <raeburn@gnu.org>
8592
8593 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8594 didn't need to be deleted. Check for the k5crypto library as well
8595 as the crypto library; MIT Kerberos 1.1 changed the name.
8596
8597 1999-11-18 Dave Love <fx@gnu.org>
8598
8599 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8600
8601 1999-11-11 Erik Naggum <erik@naggum.no>
8602
8603 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8604
8605 1999-11-08 Dave Love <fx@gnu.org>
8606
8607 * configure.in: Fix change for --with-pop default.
8608
8609 1999-11-04 Dave Love <fx@gnu.org>
8610
8611 * configure.in: Default to --with-pop. Change sense of with-gcc
8612 and with-toolkit-scroll-bars messages to reflect the defaults.
8613
8614 1999-11-01 Gerd Moellmann <gerd@gnu.org>
8615
8616 * INSTALL: Mention the Emacs Lisp Reference.
8617
8618 1999-10-27 Noah Friedman <friedman@splode.com>
8619
8620 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8621
8622 1999-10-23 Gerd Moellmann <gerd@gnu.org>
8623
8624 * Makefile.in (bootstrap): New target.
8625
8626 1999-10-19 Paul Eggert <eggert@twinsun.com>
8627
8628 Add support for large files. Merge glibc 2.1.2.
8629
8630 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8631 (HAVE_TM_GMTOFF): New symbol.
8632 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8633 mbrlen, strsignal.
8634 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8635
8636 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8637
8638 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8639 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8640
8641 1999-10-09 Richard M. Stallman <rms@gnu.org>
8642
8643 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8644 Unset CDPATH to prevent cd from generating output.
8645
8646 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8647
8648 * update-subdirs: Also ignore CVS subdirs.
8649
8650 1999-10-07 Gerd Moellmann <gerd@gnu.org>
8651
8652 * Makefile.in (install-arch-indep): Add ada-mode.
8653
8654 1999-10-06 Dave Love <fx@gnu.org>
8655
8656 * Makefile.in: Add rules for config.status, configure.
8657
8658 1999-09-07 Gerd Moellmann <gerd@gnu.org>
8659
8660 * configure.in (--with-sound): Remove.
8661
8662 1999-08-30 Gerd Moellmann <gerd@gnu.org>
8663
8664 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8665 the test for Xaw3d.
8666 (HAVE_TIFF): Add -lm to library check.
8667
8668 1999-08-28 Richard Stallman <rms@gnu.org>
8669
8670 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8671 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8672 after the other X-related libraries.
8673
8674 1999-08-21 Dave Love <fx@gnu.org>
8675
8676 * configure.in: Don't check for jpeglib.h.
8677
8678 1999-08-20 Gerd Moellmann <gerd@gnu.org>
8679
8680 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8681 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8682
8683 1999-08-18 Dave Love <fx@gnu.org>
8684
8685 * configure.in: Check for termcap.h.
8686
8687 1999-08-15 Gerd Moellmann <gerd@gnu.org>
8688
8689 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8690 use Emacs' scroll bars, even if configured for Motif or when
8691 Xaw3d is available.
8692
8693 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8694
8695 * configure.in: Check for getaddrinfo.
8696
8697 1999-08-04 Eli Zaretskii <eliz@gnu.org>
8698
8699 * config.bat: Make --no-debug work again by removing -gcoff.
8700
8701 1999-07-30 Dave Love <fx@gnu.org>
8702
8703 * configure.in: Check for stdlib.h.
8704
8705 1999-07-19 Dave Love <fx@gnu.org>
8706
8707 * configure.in: Grok sparc64-*-linux-gnu*.
8708
8709 1999-07-12 Richard Stallman <rms@gnu.org>
8710
8711 * Version 20.4 released.
8712
8713 1999-06-23 Karl Heuer <kwzh@gnu.org>
8714
8715 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8716 Quote $EMACS, in case it's a program with args.
8717
8718 1999-06-15 Gerd Moellmann <gerd@gnu.org>
8719
8720 * configure.in (HAVE_GIF): Use libungif instead of libgif
8721 because the former doesn't contain patented compression code.
8722
8723 1999-05-29 Richard M. Stallman <rms@gnu.org>
8724
8725 * configure.in: Delete the Kerberos stuff.
8726
8727 1999-05-27 Greg Hudson <ghudson@mit.edu>
8728
8729 * configure.in: Prefer kerberos 5 names.
8730
8731 1999-04-26 Richard M. Stallman <rms@gnu.org>
8732
8733 * configure.in: Check for libXp.
8734
8735 1999-04-08 Richard Stallman <rms@gnu.org>
8736
8737 * make-dist: Include change logs in subdirs of `lisp'.
8738
8739 1999-04-05 Richard Stallman <rms@gnu.org>
8740
8741 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8742 (install-arch-indep): Make ${datadir}/emacs world-readable.
8743
8744 1999-03-30 Eli Zaretskii <eliz@gnu.org>
8745
8746 * config.bat: Use epaths.* instead of paths.*.
8747
8748 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8749
8750 * INSTALL: Add detailed instructions to unpack and install
8751 intlfonts on MS-DOS.
8752
8753 1999-02-26 Richard Stallman <rms@gnu.org>
8754
8755 * configure.in: Use epaths.h and epaths-force instead of paths...
8756
8757 * Makefile.in (epaths-force): Rename from paths-force;
8758 operate on epaths.in and produce epaths.h.
8759
8760 1999-02-24 Richard Stallman <rms@gnu.org>
8761
8762 * make-dist: Fix nt/icons directory handling.
8763
8764 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
8765
8766 * configure.in (f301-fujitsu-uxpv4.1): New target.
8767
8768 1999-02-20 Richard Stallman <rms@gnu.org>
8769
8770 * make-dist (tempparent): Fix command to update info files.
8771
8772 1999-02-09 Richard Stallman <rms@gnu.org>
8773
8774 * configure.in (powerpc-apple-netbsd*): New alternative.
8775
8776 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8777
8778 * make-dist: Include the new directory nt/icons in distributions.
8779
8780 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8781
8782 * configure.in: Change message about HAVE_XFREE386.
8783
8784 1999-01-07 Eli Zaretskii <eliz@gnu.org>
8785
8786 * config.bat: Support configuring with leim.
8787
8788 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8789
8790 * configure.in (mips-sgi-irix6.5): New target.
8791
8792 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8793
8794 * configure.in: Remove GSS-API support, since it has been removed
8795 from movemail.
8796
8797 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8798
8799 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8800
8801 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8802
8803 * Makefile.in: Don't install customize info file.
8804 Run install-info on viper info file.
8805
8806 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8807
8808 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8809
8810 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8811
8812 * configure.in (*-*-bsdi4*): New target.
8813
8814 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8815
8816 * configure.in: Fix previous change.
8817
8818 1998-11-11 Richard Stallman <rms@gnu.org>
8819
8820 * configure.in (aviion-intel): New machine.
8821
8822 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8823
8824 * configure.in (mips-nec-sysv4*): New target.
8825
8826 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8827
8828 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8829 from lisp.
8830
8831 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8832
8833 * make-dist: Don't include fns*.el in dist.
8834
8835 1998-10-30 Dave Love <fx@gnu.org>
8836
8837 * configure.in: Don't mkdir cpp.
8838
8839 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8840
8841 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8842 ${archlibdir}.
8843
8844 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8845
8846 * Version 20.3 released.
8847
8848 1998-07-30 Paul Eggert <eggert@twinsun.com>
8849
8850 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8851 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8852 (lwlib/Makefile, leim/Makefile):
8853 Prepend $(srcdir)/ to rule dependencies outside this dir.
8854
8855 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8856
8857 * configure.in: Use unset CDPATH instead of making it empty.
8858
8859 1998-06-20 Karl Heuer <kwzh@gnu.org>
8860
8861 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8862
8863 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8864
8865 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8866 and default.el. Sort the results.
8867
8868 1998-05-31 Karl Heuer <kwzh@gnu.org>
8869
8870 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8871 writable.
8872
8873 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8874
8875 * Makefile.in (install-arch-indep):
8876 Don't alter site-lisp/subdirs.el if it exists.
8877
8878 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8879
8880 * Makefile.in (install-arch-indep): Put `-' on commands to create
8881 subdirs.el in site-lisp dirs.
8882
8883 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8884
8885 * Makefile.in (install-arch-indep): Fix typo in previous change.
8886
8887 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8888
8889 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8890
8891 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8892
8893 * Makefile.in (mkdir): Create the site-lisp dirs.
8894 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8895
8896 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8897
8898 * Makefile.in (INSTALL_INFO): New variable.
8899 (install-arch-indep): Don't replace the dir file if it already exists.
8900 Use the install-info program, via INSTALL_INFO, to add entries.
8901 Make the `info' subdir and the Info files world-readable.
8902
8903 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8904
8905 * config.bat: Make sure the environment is large enough to support
8906 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8907
8908 1998-04-10 Karl Heuer <kwzh@gnu.org>
8909
8910 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8911
8912 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8913
8914 * configure.in: Add --with-gssapi to specify GSS-API
8915 authentication support for movemail.
8916
8917 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8918
8919 * Makefile.in (install-arch-indep): Fix previous change.
8920
8921 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8922
8923 * Makefile.in (info): Run man in build dir, not srcdir.
8924
8925 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8926
8927 * Makefile.in (install-arch-indep): Fix previous change.
8928
8929 1998-03-23 Kenichi Handa <handa@etl.go.jp>
8930
8931 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8932
8933 1998-03-22 Richard Stallman <rms@gnu.org>
8934
8935 * Makefile.in (install-arch-indep): Put special subdirs.el files
8936 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8937
8938 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8939
8940 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8941
8942 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8943
8944 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8945 (m68*-hp-hpux*): Handle versions 1X like 10.
8946
8947 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8948
8949 * make-dist: PROBLEMS is now in etc, not top level dir.
8950
8951 * Makefile.in (SOURCES): Delete PROBLEMS.
8952
8953 1998-02-25 Richard Stallman <rms@gnu.org>
8954
8955 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8956
8957 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8958
8959 1998-01-17 Richard Stallman <rms@gnu.org>
8960
8961 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8962
8963 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8964
8965 * make-dist (tempparent): New option --no-check.
8966
8967 * make-dist: Don't do anything with cpp directory.
8968
8969 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8970
8971 * configure.in (sparc-fujitsu-sysv4*): New target.
8972
8973 1997-12-17 Andreas Schwab <schwab@gnu.org>
8974
8975 * configure.in: Cache more tests. Add missing quotes around
8976 message with embedded comma.
8977
8978 1997-12-04 Karl Heuer <kwzh@gnu.org>
8979
8980 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8981
8982 1997-11-26 Joel N. Weber II <devnull@gnu.org>
8983
8984 * make-dist: Changed the comment about `umask 0' to say `Don't
8985 restrict access to any files.'; previously it said `Don't protect
8986 any files', which may have implied that we think fascism is good.
8987
8988 1997-11-24 Paul Eggert <eggert@twinsun.com>
8989
8990 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8991 strftime needs the underlying host's strftime for locale dependent
8992 formats.
8993
8994 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8995
8996 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8997
8998 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8999
9000 * config.bat: Configure the man subdirectory.
9001
9002 1997-11-07 Paul Eggert <eggert@twinsun.com>
9003
9004 * configure.in (AC_CHECK_LIB): Add -lintl.
9005
9006 1997-11-07 Karl Heuer <kwzh@gnu.org>
9007
9008 * make-dist (check for .elc files): Avoid bash-specific syntax.
9009 (check for overflow 14-char limit): Simplify.
9010
9011 1997-11-07 Richard Stallman <rms@gnu.org>
9012
9013 * Makefile.in (install): Move blessmail last.
9014
9015 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9016
9017 * configure.in (gettimeofday, one arg or two):
9018 Clarify messages by avoiding double negative.
9019
9020 1997-09-30 Karl Eichwalder <ke@suse.de>
9021
9022 * Makefile.in (install-arch-indep): Install the widget info file.
9023
9024 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9025
9026 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9027 libraries in reverse order, so that libraries will appear in the
9028 correct dependency order on the link line (and so that the
9029 configure checks themselves will work properly when early
9030 libraries depend on later ones).
9031
9032 1997-09-21 Erik Naggum <erik@naggum.no>
9033
9034 * make-dist (making links to `src'): Keep timestamp on copied files.
9035
9036 * make-delta: New script to produce delta distributions.
9037
9038 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9039
9040 * Version 20.2 released.
9041
9042 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9043
9044 * Version 20.1 released.
9045
9046 * Makefile.in (install-leim): Depend on mkdir.
9047 (leim): Depend on src.
9048
9049 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9050
9051 * configure.in: Recognize alpha* instead of just alpha.
9052
9053 1997-09-12 Paul Eggert <eggert@twinsun.com>
9054
9055 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9056
9057 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9058
9059 * update-subdirs: Use rm -f.
9060
9061 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9062
9063 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9064 Ignore subdirs named Old.
9065
9066 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9067
9068 * configure.in: Add OpenBSD clause to set $machine.
9069
9070 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9071
9072 * make-dist: Recompile everything after updating various Lisp files.
9073 Recompile in leim as well as lisp.
9074 Check in leim as well as lisp for mismatched files and too-long names.
9075
9076 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9077
9078 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9079
9080 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9081
9082 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9083 before trying to copy anything from it.
9084
9085 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9086
9087 * Makefile.in (man/Makefile): New target.
9088 (tags): Define env var EMACS and run Makefile from build dir.
9089
9090 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9091
9092 * config.bat: If src/_gdbinit doesn't exist, try using
9093 src/.gdbinit to create it (for building on Windows 95).
9094
9095 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9096
9097 * Makefile.in (install-arch-indep):
9098 Discard extra data in tar | tar pipes.
9099
9100 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9101
9102 * configure.in (x_default_search_path):
9103 Corrected '${x_library}' to '${x_library}/X11'.
9104
9105 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9106
9107 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9108
9109 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9110
9111 * configure.in: Support auto-configuration of both Kerberos V4 and
9112 Kerberos V5 for movemail, including detection of V4 and V5 header
9113 files and libraries.
9114
9115 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9116
9117 * configure.in: Compute x_default_search_path
9118 and substitute into makefiles.
9119
9120 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9121
9122 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9123
9124 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9125
9126 1997-08-07 Erik Naggum <erik@naggum.no>
9127
9128 * configure.in: Remove lockdir, it is no longer needed.
9129 * Makefile.in (mkdir): Don't create lockdir.
9130 (lockdir): Variable deleted.
9131 (paths-force): Don't operate on PATH_LOCK.
9132
9133 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9134
9135 * leim-Makefile.in (clean, distclean): New targets.
9136
9137 * make-dist: Include leim/ChangeLog in leim distribution.
9138
9139 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9140
9141 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9142
9143 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9144
9145 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9146
9147 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9148
9149 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9150
9151 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9152
9153 * make-dist: Update leim/leim-list.el.
9154 Pass along value of $EMACS when updating lisp dir.
9155
9156 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9157
9158 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9159 prerequisite to the use of Doug Lea's malloc.
9160
9161 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9162
9163 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9164
9165 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9166
9167 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9168
9169 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9170
9171 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9172
9173 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9174 to news-r6.h.
9175
9176 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9177
9178 * config.bat: Use `sed' instead of `cp', which might not be
9179 installed.
9180
9181 1997-07-09 Kenichi Handa <handa@etl.go.jp>
9182
9183 * Makefile.in (mostlyclean): Add cleaning leim directory.
9184 (clean, distclean, maintainer-clean): Likewise.
9185
9186 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9187
9188 * make-dist (bogosities): Check subdirs of `lisp' also.
9189
9190 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9191
9192 * make-dist (etc): Really avoid symlinks now.
9193 (lisp): Don't delete from subdirs the things we never copy.
9194
9195 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9196
9197 * Makefile.in (install-arch-indep): Correct the target name.
9198 The first letter `i' was dropped by the previous change of mine.
9199
9200 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9201
9202 * configure.in (leim/Makefile): Generate this.
9203 (*-sysv4.2uw*): Recognize new alternative.
9204
9205 * leim-Makefile.in: Renamed from leim-Makefile.
9206
9207 * make-dist: Set up real-leim subdirectory,
9208 with the real contents of leim; then move it to
9209 a separate top-level directory.
9210
9211 * make-dist: Don't mention site-lisp, site-init, site-start
9212 or default, when listing files hat are not compiled and should be.
9213
9214 * configure.in: Create src/config.stamp at the end.
9215
9216 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9217
9218 * Makefile.in (install-leim): Correct previous change.
9219
9220 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9221
9222 * Makefile.in (install-leim): New target.
9223 (install): Depend on install-leim.
9224
9225 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9226
9227 * Makefile.in (SUBDIR): Add leim.
9228 (SUBDIR_MAKEFILES): Add leim/Makefile.
9229 (leim/Makefile): New target.
9230
9231 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9232
9233 * leim-Makefile: New file.
9234 * make-dist: Initialize a `leim' subdirectory with that makefile.
9235
9236 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9237
9238 * configure.in (GNU_MALLOC_reason): Fix message text.
9239
9240 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9241
9242 * make-dist (lisp): Don't process subdirs that start with =.
9243 (etc): Copy symlinks, as in src.
9244
9245 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9246
9247 * configure.in (i*86-*-unixware*): New alternative.
9248
9249 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9250
9251 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9252 and touch it explicitly.
9253
9254 * configure.in (mips-sony-newsos6*): New alternative.
9255 (mips-*-linux-gnu*): New alternative.
9256 (*-*-bsdi*): New alternative.
9257 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9258
9259 1997-06-22 Dave Love <d.love@dl.ac.uk>
9260
9261 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9262 (src/config.h): New target to re-configure if src/config.in is patched.
9263
9264 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9265
9266 * configure.in (shutdown): Check for `shutdown' function.
9267
9268 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9269
9270 * update-subdirs: Include the directory "language" in subdirs.
9271
9272 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9273
9274 * configure.in (m88k-dg-dgux4*): New alternative.
9275 (alpha-*-netbsd*): New alternative.
9276 (powerpcle-*-solaris2*): New alternative.
9277
9278 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9279
9280 * make-dist: Warn about .el files that are not compiled.
9281
9282 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9283
9284 * Makefile.in (dist): Don't run update-subdirs here,
9285 since make-dist now gets that done.
9286
9287 * make-dist: Use the new `updates' target in lisp/Makefile.
9288
9289 * make-dist: Use new non-file targets in lisp/Makefile.
9290
9291 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9292
9293 * make-dist: Handle all subdirs of `lisp' uniformly.
9294 Don't handle `term' and `language' specially.
9295 Clear out umask at the beginning.
9296
9297 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9298
9299 * make-dist: Use Make to update finder-inf.el and autoloads.
9300 Also update cus-load.el.
9301
9302 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9303
9304 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
9305 in case it is desirable to disable the GNU malloc features with glibc.
9306
9307 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9308
9309 * configure.in (DOUG_LEA_MALLOC):
9310 Define if malloc_{get,set}_state exist.
9311
9312 1997-03-05 Kenichi Handa <handa@etl.go.jp>
9313
9314 * make-dist: Make links for files under lisp/language.
9315
9316 1997-02-20 Kenichi Handa <handa@etl.go.jp>
9317
9318 * update-subdirs: Exclude the directory "language" from subdirs.
9319
9320 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
9321
9322 * configure.in: Check for rint and cbrt.
9323
9324 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9325
9326 * make-dist: Use $EMACS to say where to run Emacs.
9327 Add --no-update option.
9328
9329 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9330
9331 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
9332
9333 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9334
9335 * make-dist (copying src): Check thoroughly for symlinks
9336 and copy them in all cases. Regularize the linking of *.in
9337 and *.opt and ChangeLog files.
9338 (copying lib-src): Likewise.
9339 Don't rm getdate.c or y.tab.*--they don't exist any more.
9340
9341 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
9342
9343 * configure.in: Check for libmail, maillock.h and
9344 touchlock (for movemail).
9345
9346 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9347
9348 * configure.in (limits.h): Check for this file.
9349
9350 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9351
9352 * configure.in (rs6000-ibm-aix4.2): New alternative.
9353 (rs6000-ibm-aix4.0): New alternative.
9354 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
9355
9356 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
9357
9358 * configure.in: Recognize vax-*-netbsd*.
9359
9360 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9361
9362 * configure.in (locallisppath): Add leim directory.
9363
9364 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9365
9366 * config.bat: Make sure `mv' supports forward slashes and -f.
9367
9368 1996-10-28 Christian Limpach <chris@nice.ch>
9369
9370 * configure.in (hppa*-next-nextstep*): * added after hppa
9371 to accept hppa1.0 and hppa1.1.
9372
9373 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
9374
9375 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
9376 * configure.in (ld_switch_machine): Fix typo.
9377
9378 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9379
9380 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9381 from config.h and use them in $ac_link.
9382
9383 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9384
9385 * configure.in: Create a subdir named `lisp'.
9386
9387 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9388
9389 * configure.in: Check for getcwd.
9390
9391 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9392
9393 * configure.in: Check for termios.h. Check for setpgid.
9394
9395 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9396
9397 * configure.in: Check for setrlimit.
9398
9399 1996-08-31 Paul Eggert <eggert@twinsun.com>
9400
9401 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9402
9403 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9404
9405 * configure.in: Check for utimes.
9406
9407 * configure.in: Check for com_err library, but only
9408 if --with-kerberos was used. Check for krb and des
9409 only if --with-kerberos.
9410
9411 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9412
9413 * Makefile.in (INSTALL_STRIP): New variable.
9414 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9415 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9416
9417 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9418
9419 * configure.in: Check for krb and des libraries.
9420
9421 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9422
9423 * configure.in (*-sunos4.1.[3-9]*noshare):
9424 Use sunos413, not sunos4-1-3.
9425 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9426 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9427
9428 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9429
9430 * Makefile.in (src/paths.h): Target deleted.
9431 (paths-force): Delete all dependencies on this target
9432 but don't delete the target.
9433 (install): Depend on `all'.
9434 (paths-force): Don't print a message.
9435
9436 * configure.in: Generate src/paths.h here.
9437
9438 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9439
9440 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9441 New variables that affect linking only.
9442 (alpha-dec-osf*): Use those instead of previous change.
9443
9444 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9445
9446 * Makefile.in (install-arch-indep): Install info/messages.
9447
9448 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9449
9450 * Version 19.33 released.
9451
9452 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9453
9454 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9455 Fix previous change.
9456
9457 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9458
9459 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9460 New alternative.
9461
9462 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9463
9464 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9465 and NON_GCC_TEST_OPTIONS.
9466
9467 1996-08-06 Paul Eggert <eggert@twinsun.com>
9468
9469 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9470 "TZ=..." in environ.
9471
9472 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9473
9474 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9475
9476 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9477
9478 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
9479 the more general *-sunos4.1.[3-9]* clause.
9480
9481 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9482
9483 * Version 19.32 released.
9484
9485 * configure.in (*-sco3.2v5*):
9486 Set OVERRIDE_CPPFLAG to a string of one space.
9487 Fix the code that uses OVERRIDE_CPPFLAG.
9488
9489 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
9490
9491 * configure.in: Undo previous change.
9492
9493 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9494
9495 * config.sub: Use `pc', not `unknown', when canonicalizing
9496 the vendor for ...86.
9497
9498 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9499
9500 * configure.in: Check for termios.h header.
9501
9502 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9503
9504 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9505
9506 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9507
9508 * configure.in: Split bsdos2 and bsdos2-1.
9509
9510 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9511
9512 * config.sub: If last two words are not a recognized
9513 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9514 Make conversion of gnu/linux to linux-gnu really work.
9515
9516 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9517
9518 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9519
9520 * configure.in (check for using Lucid widgets by default):
9521 Eliminate indentation that confuses some compilers.
9522
9523 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9524
9525 * config.sub: Convert linux and gnu/linux to linux-gnu.
9526
9527 * make-dist: Don't update getdate.c.
9528 Ignore =... files when checking for too-long Lisp file names.
9529
9530 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9531
9532 * configure.in (euidaccess): Check for that, not for eaccess.
9533
9534 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9535
9536 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9537 before `noshare'.
9538 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9539
9540 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9541
9542 * configure.in: Rename lignux to linux-gnu in configuration names.
9543 Use gnu-linux as the opsys value (s/ file name).
9544 Allow i686 just like i386, i486, i586.
9545
9546 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9547
9548 * configure.in (i*86-*-sco3.2v5): New alternative.
9549 (OVERRIDE_CPPFLAG): New variable.
9550 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9551
9552 * configure.in: Specify vpath for .texi files.
9553
9554 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9555
9556 * configure.in: Always check for HAVE_X11R5.
9557 Separately decide whether to use a toolkit by default.
9558
9559 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
9560
9561 * configure.in: If X11R5 is missing the Xaw headers,
9562 default to --with-x-toolkit=no.
9563
9564 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9565
9566 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9567
9568 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9569
9570 * Makefile.in (install-arch-indep): If cd etc makes output,
9571 don't treat that as part of the tar data.
9572 Check that ./lisp actually exists.
9573
9574 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
9575
9576 * make-dist: Check for long file names.
9577
9578 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9579
9580 * Version 19.31 released.
9581
9582 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9583
9584 * configure.in: Recognize sparc-*-lignux.
9585
9586 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9587
9588 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9589 Don't include config.w95.
9590
9591 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9592
9593 * make-dist: Replace --no-clean-up and --no-tar options
9594 with --clean-up and --tar, so that the default is useful.
9595
9596 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9597
9598 * config.bat: Make sure the GDB init file is called src/_gdbinit;
9599 if not, tell the user to rename it and abort.
9600
9601 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9602
9603 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9604 test program.
9605
9606 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9607
9608 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9609
9610 * make-dist (MANIFEST): Fix previous change.
9611 (msdos): Put mainmake.v2 into the dist.
9612
9613 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9614
9615 * make-dist: Exit if autoconf fails.
9616
9617 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
9618
9619 * config.bat: Set djgpp-ver, and unset it at the end.
9620 Add a number of conditionals for DJGPP version 2.
9621 Rename label libsrc2 to libsrc3.
9622 Substitute for LDFLAGS in src/Makefile.
9623 Substitute for ALL_CFLAGS in lib-src/Makefile.
9624
9625 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9626
9627 * configure.in (ncurses): Check this after checking fns like strerror.
9628
9629 1996-04-08 Erik Naggum <erik@naggum.no>
9630
9631 * make-dist (MANIFEST): Don't include lines from =files.
9632
9633 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9634
9635 * make-dist: Don't put lisp/dired.todo in the dist.
9636
9637 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9638
9639 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9640
9641 * configure.in (setlocale): Check for it.
9642
9643 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9644
9645 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9646
9647 * configure.in: Use lignux instead of linux as value of opsys.
9648
9649 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9650
9651 * Makefile.in (install-strip): Fix whitespace.
9652 Get rid of continuation.
9653
9654 * config.sub: Convert linux or gnu/linux to lignux.
9655
9656 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9657
9658 * configure.in: Accept lignux in configuration name.
9659
9660 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9661
9662 * Makefile.in (install-strip): New target.
9663
9664 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9665
9666 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9667 -f failed to do the job on Suns.
9668
9669 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9670
9671 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9672
9673 * configure.in (linux/version.h): Check for this header.
9674
9675 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9676
9677 * configure.in: Remove -fno-builtin hackery from -lm check.
9678
9679 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9680
9681 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9682 just this test.
9683
9684 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9685
9686 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9687
9688 * configure.in: Check for ncurses.
9689
9690 1996-02-28 Paul Eggert <eggert@twinsun.com>
9691
9692 * configure.in (LOCALTIME_CACHE):
9693 Also define if localtime mishandles unsetting TZ.
9694 This works around a localtime bug in mips-dec-ultrix.
9695
9696 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9697
9698 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9699
9700 * configure.in: Improve messages about X versions.
9701
9702 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9703
9704 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9705
9706 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9707
9708 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9709 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9710
9711 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9712 (install): Put install-arch-indep before install-arch-dep.
9713
9714 1996-02-20 Dave Love <d.love@dl.ac.uk>
9715
9716 * INSTALL: Clarify info about MS-DOS path handling.
9717
9718 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9719
9720 * Makefile.in (install-arch-indep): Install info/ccmode*.
9721 In previous change, protect against /bin/pwd returning null string.
9722
9723 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9724
9725 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9726 to lispdir.
9727
9728 1996-02-01 Paul Eggert <eggert@twinsun.com>
9729
9730 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9731
9732 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9733
9734 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9735
9736 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9737
9738 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9739 we delete everything distclean deletes.
9740
9741 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9742
9743 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9744
9745 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9746
9747 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9748 into LDFLAGS instead of into LIBS.
9749
9750 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9751
9752 * configure.in (HAVE_XMU): Fix typo in previous change.
9753
9754 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9755
9756 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9757
9758 1996-01-10 Erik Naggum <erik@naggum.no>
9759
9760 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9761
9762 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9763
9764 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9765
9766 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9767
9768 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9769 and use -lXt to link it.
9770
9771 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9772
9773 * configure.in (locallisppath): Put version-specific dir first.
9774
9775 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9776
9777 * configure.in (hppa-*-nextstep*): New alternative.
9778 (USE_X_TOOLKIT): By default, set this to "maybe";
9779 and change that later to LUCID or "no" according to X11 version.
9780
9781 * make-dist: Recompile outdated .elc files and update all autoloads.
9782
9783 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9784
9785 * configure.in (locallisppath): Fix typo in last change: " -> '.
9786
9787 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9788
9789 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9790
9791 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9792
9793 * Makefile.in (install-arch-indep): Give all files read permission.
9794
9795 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9796
9797 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9798 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9799
9800 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9801
9802 * configure.in: Determine HAVE_X11R6.
9803 (HAVE_MENUS): Rename from HAVE_X_MENU.
9804
9805 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9806
9807 * configure.in: Just "solaris" now defaults to version 2.4.
9808 Add sunos4.1.n-noshare as alternative.
9809
9810 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9811
9812 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9813
9814 1995-11-29 Erik Naggum <erik@naggum.no>
9815
9816 * Makefile.in (install-arch-indep): Add missing backslash.
9817
9818 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9819
9820 * Makefile.in (install-arch-indep): Don't install
9821 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9822
9823 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9824
9825 * Makefile.in (install-arch-indep): Fix previous change.
9826
9827 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9828
9829 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9830
9831 * Version 19.30 released.
9832
9833 * make-dist (lisp): Exclude subdirs.el.
9834
9835 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9836
9837 * make-dist (etc): Delete *.orig and *.rej.
9838
9839 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9840
9841 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9842
9843 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9844
9845 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9846
9847 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9848
9849 * make-dist (nt): Rename install, readme, and todo to
9850 INSTALL, README, and TODO.
9851
9852 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9853
9854 * make-dist (lisp): Don't distribute site-start.
9855
9856 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9857
9858 * make-dist: Break the hard link on alloca.c.
9859
9860 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9861
9862 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9863
9864 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9865
9866 * make-dist (src, lib-src): Don't distribute Makefile.c.
9867 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9868
9869 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9870
9871 * Makefile.in (mkdir): Create man1dir, not mandir.
9872 (uninstall): Use man1dir, not mandir.
9873
9874 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9875
9876 * Makefile.in (man1dir): New variable.
9877 (install-arch-indep): Use man1dir.
9878
9879 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9880
9881 * make-dist: Create lisp/MANIFEST.
9882
9883 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9884
9885 * configure.in (m68k-*-linux*): New alternative.
9886
9887 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9888
9889 * make-dist: Use new names config.in, paths.in, and
9890 {src,lib-src}/Makefile.in.
9891
9892 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9893
9894 * configure.in: Don't bother checking for drem.
9895
9896 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9897
9898 * Makefile.in (distclean): Delete line with just a tab in it.
9899 (install-arch-indep): Delete spaces that precede tabs.
9900 Delete spurious `fi' left from previous change.
9901 (install): Supply `true' as command, to avoid null command.
9902
9903 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9904
9905 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9906
9907 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9908
9909 * configure.in (powerpc-*-solaris2): New alternative.
9910
9911 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9912
9913 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9914 of paths.h.tmp$$, to avoid going beyond 14 characters.
9915
9916 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9917
9918 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9919
9920 1995-09-06 Paul Eggert <eggert@twinsun.com>
9921
9922 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9923 if localtime caches TZ. Check for tzset.
9924
9925 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9926
9927 * config.bat: Simplify using new names file names src/makefile.in,
9928 config.in, paths.in. Change Echo commands not to use `.
9929
9930 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9931
9932 * Makefile.in (install-arch-indep): Always install the new dir file;
9933 rename the previous dir file to dir.bak or dir.old.
9934
9935 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9936
9937 * configure.in (RANLIB): Substitute this into makefiles.
9938 Set it specially on solaris; set it by default on other systems.
9939
9940 * configure.in: Fix previous Alpha change.
9941
9942 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9943
9944 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9945 NON_GCC_TEST_OPTIONS.
9946
9947 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9948
9949 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9950 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9951
9952 * configure.in (alpha-*-linux*): New configuration.
9953
9954 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9955
9956 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9957 (m68k-next-nextstep*): New alias for that.
9958 (i*86-*-nextstep*): Use nextstep.h.
9959 (sparc-*-nextstep*): New configuration.
9960
9961 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9962
9963 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9964 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9965
9966 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9967
9968 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9969 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9970
9971 1995-07-18 Mike Long <mike.long@analog.com>
9972
9973 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9974
9975 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9976
9977 * Makefile.in (src/paths.h, paths-force):
9978 Rename src/paths.h.in to src/paths.in.
9979 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9980
9981 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9982 Use Makefile.c for intermediate file.
9983 Rename src/config.h.in to src/config.in.
9984
9985 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9986
9987 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9988 (mips-dec-ultrix4.[12]): New alternative for old versions.
9989
9990 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9991
9992 * make-dist: Don't break intra-tree links.
9993
9994 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9995
9996 * configure.in: Put back archlibdir initialization.
9997 Require autoconf 2.4.1 or later.
9998
9999 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10000
10001 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10002 (mips-mips-riscos5*): New alternative.
10003
10004 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10005
10006 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10007
10008 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10009
10010 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10011 (mandir, infodir, archlibdir): Initializations deleted.
10012
10013 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10014 On hpux9shr, use hpux9shxr4.h.
10015
10016 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10017
10018 * configure.in: Added target mips-dec-mach_bsd4.3.
10019 * config.guess: Guess mips-dec-mach_bsd4.3.
10020
10021 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10022
10023 * Makefile.in (mkdir): Use symbolic chmod.
10024
10025 1995-06-22 Paul Eggert <eggert@twinsun.com>
10026
10027 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10028 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10029
10030 1995-06-22 Paul Eggert <eggert@twinsun.com>
10031
10032 * Makefile.in (SUBDIR_MAKEFILES):
10033 Add man/Makefile, so `make distclean' removes it.
10034 (top_distclean): Add config.log to the list of files to be removed.
10035
10036 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10037
10038 * Version 19.29 released.
10039
10040 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10041
10042 * configure.in: Fix the previous change to verify that the -b
10043 option really solves the problem.
10044
10045 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10046
10047 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10048
10049 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10050
10051 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10052
10053 * configure.in: Report more clearly when there is no special
10054 dir to search for X includes or libraries.
10055
10056 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10057
10058 * configure.in: Check for -lpthreads, not -lpthread.
10059
10060 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10061
10062 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10063
10064 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10065
10066 * configure.in: Check for -lpthread.
10067
10068 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10069
10070 * Makefile.in (install-arch-indep): Install info files for mh-e.
10071 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10072
10073 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10074
10075 * configure.in (*-solaris2.5): New configuration.
10076
10077 * make-dist: Copy new files config.nt and config.w95.
10078
10079 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10080
10081 * configure.in: Use x_includes, not x_libraries, for -I.
10082 Make bitmapdir a colon-separated list.
10083
10084 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10085
10086 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10087
10088 * configure.in: Allow x_libraries and x_includes to be paths.
10089
10090 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10091
10092 * configure.in: Fix typo.
10093
10094 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10095
10096 * INSTALL: Clarify use of site-init.el.
10097
10098 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10099
10100 * configure.in: Pass arg to sqrt.
10101
10102 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10103
10104 * make-dist: Fix May 6 change.
10105
10106 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10107
10108 * vpath.sed: Delete reference to ymakefile.
10109
10110 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10111
10112 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10113
10114 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10115
10116 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10117
10118 * update-subdirs: Specify /bin/sh to run the script.
10119
10120 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10121
10122 * make-dist: Put src/makefile.nt in dist.
10123
10124 * configure.in (i[345]86-*-bsdi2*): New configuration.
10125 (vax-dec-bsd386*): Delete.
10126
10127 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10128
10129 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10130 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10131 Use fmod instead of logb in -lm check.
10132
10133 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10134
10135 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
10136 Use bsd4-3. Don't set NON_GNU_CPP.
10137
10138 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10139 In nt, copy various different things, but not *.cmd.
10140 Fix the ln commands for the subdirs of nt.
10141
10142 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10143
10144 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10145
10146 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10147
10148 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10149 since that's what the header file expects.
10150
10151 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10152
10153 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10154 and 68040 based machines when choosing options for gnucc.
10155
10156 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10157
10158 * Makefile.in (top_distclean): Delete config.cache.
10159
10160 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10161
10162 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10163
10164 * configure.in: Use m/ncr386.h.
10165
10166 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10167
10168 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10169
10170 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10171
10172 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10173 (man): Don't copy texindex.c and getopt.c; they're deleted.
10174 (etc): Omit `e'; it's a subdirectory.
10175 (etc/e): Use `../..', not `..', to reference top level.
10176
10177 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10178
10179 * Makefile.in (install-arch-indep, dist):
10180 Look for `update-subdir' in $(srcdir).
10181
10182 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10183
10184 * make-dist: Include mkinstalldirs in distribution.
10185
10186 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10187
10188 * make-dist: Add missing close backquote.
10189
10190 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10191
10192 * make-dist: Don't distribute shortnames directory.
10193
10194 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10195
10196 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10197
10198 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10199
10200 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10201
10202 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10203
10204 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
10205
10206 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10207
10208 * configure.in (mips-sgi-irix6): New configuration.
10209
10210 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10211
10212 * Makefile.in (maintainer-clean): Rename from realclean.
10213
10214 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10215
10216 * configure.in: Create a .gdbinit that sources the real one,
10217 if using a different build directory.
10218
10219 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10220
10221 * configure.in: Check for sys/select.h.
10222
10223 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10224
10225 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
10226
10227 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10228
10229 * configure.in: Handle isc 4.1 operating system.
10230
10231 1994-12-10 Richard Stallman <rms@kepa>
10232
10233 * configure.in (rs6000-ibm-aix4.1*): New alternative.
10234 (rs6000-ibm-aix4*): New alternative.
10235
10236 1994-12-06 Richard Stallman <rms@kepa>
10237
10238 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10239
10240 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10241
10242 * configure.in: Don't try to make directories that are guaranteed
10243 to already exist.
10244
10245 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10246
10247 * configure.in: Generate man/Makefile from man/Makefile.in.
10248 Create the man subdir.
10249
10250 * Makefile.in (dvi): Run Make in our man subdir.
10251
10252 * make-dist: Create subdir etc/e.
10253 Make links to it.
10254 Put man/Makefile.in in dist, instead of man/Makefile.
10255
10256 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10257
10258 * configure.in: Add --with-pop, --with-kerberos, and
10259 --with-hesiod for movemail.
10260
10261 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10262
10263 * configure.in (m68*-apollo*): Use s/domain.h.
10264
10265 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10266
10267 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10268
10269 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10270
10271 * configure.in: Don't add -I, -L, -R options for cc if their
10272 arguments would be empty.
10273
10274 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10275
10276 * configure.in (i860-intel-osf1*): New alternative.
10277 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
10278 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
10279
10280 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10281
10282 * configure.in: Make h_errno check not use nested functions.
10283
10284 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10285
10286 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
10287
10288 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10289
10290 * Makefile.in (install-arch-indep): Avoid continued comment
10291 swallowing target line.
10292
10293 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
10294
10295 * configure.in: Protect a character class with `changequote'.
10296
10297 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10298
10299 * configure.in: Accept `news' as a synonym for `newsos'.
10300
10301 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10302
10303 * Makefile.in: Don't rm files if cd fails.
10304
10305 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10306
10307 * make-dist: Put nt subdir and its subdirs in the dist.
10308 (lib-src): Put makefile.nt in the dist.
10309 (lisp): Put makefile.nt in the dist.
10310
10311 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10312
10313 * configure.in: Change a stray `[' to `test'.
10314
10315 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10316
10317 * configure.in: Adapt for Autoconf v2. Use the standard argument
10318 parser, host type canonicalizer, X11 finder, and message
10319 printing macros. Use the new macro names. Use `test' instead of `['.
10320
10321 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10322
10323 * configure.in: Check for getpagesize.
10324
10325 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10326
10327 * make-dist (msdos): Put sed* in the distribution.
10328
10329 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
10330
10331 * config.bat: New option, `--with-x', for configuring Emacs
10332 for use with the X11 system DesqView/X.
10333 New option, `--no-debug', for compiling Emacs without debug
10334 information thus saving disk space.
10335 (src/config.h, src/paths.h): Use `update' (which is like
10336 `move-if-changed') to change the file.
10337 (src/config.h): When configuring for X11 perform extra changes.
10338 (src/makefile): When configuring for X11 perform extra changes.
10339 (lib-src): Remove temporary files.
10340 (): Check that `sed', `rm', `mv', and `gcc' are available.
10341
10342 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10343
10344 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
10345
10346 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
10347
10348 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10349
10350 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
10351
10352 * configure.in (canonical): Substitute var into makefiles.
10353 (bitmapdir): Likewise.
10354
10355 * Makefile.in (bitmapdir): New variable.
10356 (src/paths.h, paths-force): Edit PATH_BITMAPS.
10357
10358 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10359
10360 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
10361
10362 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
10363 * update-subdirs: New shell script.
10364
10365 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10366
10367 * Makefile.in (top_distclean): Don't rm build-install.
10368 (SOURCES): Delete build-install.in.
10369
10370 * make-dist: Don't distribute build-ins.in.
10371 * build-ins.in: File deleted.
10372
10373 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
10374
10375 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
10376
10377 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10378
10379 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
10380
10381 * configure.in (libexecdir): Rename from libdir. New default.
10382 (sharedstatedir): Rename from statedir. New default.
10383 (datadir): New default.
10384
10385 * make-dist: Don't distribute subdirs.el.
10386
10387 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10388
10389 * configure.in (eaccess): Check for it.
10390
10391 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10392
10393 * configure.in (mktime): Check for it.
10394
10395 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10396
10397 * configure.in (motif): Add support for usage and option checking.
10398
10399 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10400
10401 * configure.in (utimes): Check for it.
10402
10403 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10404
10405 * Makefile.in (install-arch-indep): Don't do mkdir here.
10406
10407 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10408
10409 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10410 riscix.h renamed to acorn.h.
10411
10412 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10413
10414 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10415 New configurations.
10416
10417 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10418
10419 * configure.in: Remove trailing slashes from srcdir.
10420
10421 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10422
10423 * configure.in (i[345]86-sequent-ptx*): Handle.
10424
10425 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10426
10427 * Makefile.in (paths-force): Depend on src/paths.h.
10428
10429 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10430
10431 * configure.in (config_options): Save all arguments, not just some.
10432
10433 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10434
10435 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
10436
10437 * configure.in: Add AC_AIX.
10438 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10439
10440 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10441
10442 * configure.in (parsing options): Simplify sed command to delete -'s.
10443
10444 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10445
10446 * configure.in (config_options): New shell variable.
10447 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10448
10449 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10450
10451 * configure.in (alpha-dec-osf*): New target.
10452
10453 * Makefile.in: Use just one FRC target.
10454
10455 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10456
10457 * Makefile.in (removenullpaths, paths-force):
10458 Use name paths.h.tmp$$, which depends on the pid.
10459
10460 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10461
10462 * Makefile.in (removenullpaths, paths-force):
10463 Put paths.h.tmp in top-level dir, not in src.
10464
10465 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10466
10467 * Version 19.27 released.
10468
10469 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10470
10471 * Version 19.26 released.
10472
10473 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10474
10475 * configure.in: Check for lrand48, not rand48.
10476
10477 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10478
10479 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
10480 (powerpc-ibm-aix*): New aliases.
10481
10482 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10483
10484 * make-dist (src/m, src/s): Put *.inp in distribution.
10485
10486 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10487
10488 * configure.in: Accept i586 and i486 along with i386.
10489
10490 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10491
10492 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10493 even if CPP env var was set by the user.
10494
10495 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10496
10497 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10498
10499 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10500
10501 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10502
10503 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10504
10505 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10506
10507 * configure.in: Check more specifically for i*86-sun-sunos.
10508
10509 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
10510
10511 * configure.in: Handle solaris 2.4.
10512
10513 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10514
10515 * configure.in (rand48): Check for it.
10516
10517 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10518
10519 * make-dist: Update the info files.
10520
10521 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10522
10523 * configure.in: Make "checking..." messages' style consistent.
10524 (HAVE_H_ERRNO): New test.
10525
10526 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10527
10528 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10529
10530 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10531
10532 * configure.in (CFLAGS): If the envvar was specified, use that.
10533 And set REAL_CFLAGS from it too.
10534
10535 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10536
10537 * make-dist: Update finder-inf.el.
10538
10539 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10540
10541 * make-dist (msdos): Include sed4.inp in dist.
10542
10543 * Makefile.in (libsrc_libs): Var deleted.
10544
10545 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10546
10547 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10548
10549 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10550
10551 * configure.in (mips-sony-newsos4*): New alias.
10552
10553 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10554
10555 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10556 (*-convex-convexos*): Accept this as alias.
10557
10558 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10559
10560 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10561 for two different uses.
10562
10563 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10564
10565 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10566
10567 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10568
10569 * make-dist: Put ./BUGS into the distrib.
10570
10571 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10572
10573 * configure.in: Handle 386 running Solaris 2.
10574
10575 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10576
10577 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10578
10579 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10580
10581 * configure.in (mips-sony-newsos*): Use news-risc.h.
10582
10583 * configure.in: Accept bsdi as opsys, like bsd386.
10584
10585 1994-06-01 Morten Welinder (terra@diku.dk)
10586
10587 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10588
10589 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10590
10591 * Version 19.25 released.
10592
10593 * make-dist (shortversion): Don't assume another period follows.
10594
10595 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10596
10597 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10598 (uninstall): Use /bin/pwd.
10599
10600 * Makefile.in (blessmail): Depend on src.
10601 (all): Don't depend on blessmail.
10602
10603 * Makefile.in (src/paths.h): Don't force recomputation.
10604 (paths-force): New target; force recomputation of paths.h.
10605 (all): Depend on paths-force.
10606 (src, lib-src): Depend on src/paths.h.
10607
10608 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10609 NON_GCC_TEST_OPTIONS.
10610
10611 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10612
10613 * configure.in: Don't insist on subversions for irix.
10614
10615 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10616
10617 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10618
10619 * configure.in (i[34]86-next-*): New alternative.
10620
10621 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10622
10623 * Version 19.24 released.
10624
10625 * configure.in: New config hppa*-hp-hpux9shr*.
10626
10627 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
10628
10629 * config.bat: Doc fix.
10630
10631 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10632
10633 * Makefile.in (mostlyclean, clean, distclean, realclean)
10634 (extraclean): Don't act on man subdir if it doesn't exist.
10635
10636 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10637
10638 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10639 Use them to set up CC.
10640 (*-sun-sunos4.1.3): Set them.
10641
10642 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10643
10644 * Makefile.in (lib-src): Don't depend on src/paths.h.
10645
10646 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10647
10648 * build-ins.in (copydests): Get rid of spurious `-'s.
10649
10650 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10651
10652 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10653
10654 * Version 19.23 released.
10655
10656 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10657 for the Xlib and Xt checks; then restore old CFLAGS.
10658
10659 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10660
10661 * configure.in (HAVE_X11XTR6): Add newline before #if.
10662 Add newline after #endif.
10663
10664 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10665
10666 * configure.in (HAVE_X11XTR6): Arrange to define it.
10667
10668 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10669
10670 * Makefile.in (install): Depend on blessmail.
10671
10672 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10673
10674 * configure.in (mips-siemens-sysv*): Put quotes around value
10675 containing blanks.
10676
10677 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10678
10679 * Makefile.in (TAGS): Use the makefile in src subdir.
10680
10681 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10682
10683 * configure.in (opsys): Recognize `gnu'.
10684
10685 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10686
10687 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10688
10689 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10690
10691 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10692 version > 1.8.
10693
10694 1994-05-08 Morten Welinder (terra@diku.dk)
10695
10696 * config.bat: Forcibly remove "# " style comments from makefiles.
10697
10698 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10699
10700 * Makefile.in (uninstall): When processing lispdir and etcdir,
10701 do nothing unless it exists and is a directory.
10702
10703 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10704
10705 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10706 Merge code in from install-doc.
10707 (install-doc): Merge code back into install-arch-indep.
10708 (install-arch-dep): Don't depend on install-doc.
10709
10710 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10711
10712 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10713
10714 * configure.in (making src/Makefile and lib-src/Makefile):
10715 Split off the autoconf substitutions and don't pass them thru cpp.
10716 (undefs): Use $canonical as well as $configuration.
10717
10718 * make-dist: Distribute lisp/Makefile.
10719
10720 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10721 Use lower case names for the s files.
10722
10723 1994-05-03 Morten Welinder (terra@diku.dk)
10724
10725 * config.bat: Added possibility for different file name
10726 transcriptions in lib-src.
10727
10728 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10729
10730 * Makefile.in (lib-src): Undo previous change.
10731 (blessmail): New target to run maybe-blessmail in lib-src.
10732 (all): Depend on blessmail.
10733
10734 * Makefile.in (lib-src): Depend on src.
10735
10736 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10737
10738 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10739 (m88k-dg-dgux5.4R2): dgux5.4R2.
10740
10741 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10742
10743 * configure.in (window_system): Restore accidentally deleted code
10744 that uses AC_FIND_X.
10745
10746 * make-dist: Distribute config.bat.
10747
10748 1994-04-29 Morten Welinder (terra@diku.dk)
10749
10750 * config.bat: Corrected the configuration of lib-src
10751 to keep up with configure. Add note about dos version 3
10752 or better needed (djgpp needs that). Add note explaining
10753 that either install in c:/emacs or edit the script.
10754 Don't change to c:/emacs, but assume we're there (to minimize
10755 the number of places to change).
10756
10757 * config.bat: Build-in the first step towards X11 support with
10758 the X11 emulator that exists. At this time it won't work,
10759 and several files are missing.
10760
10761 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10762
10763 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10764 Don't look for -lresolv.
10765
10766 * Makefile.in (lib-src): Depend on src/paths.h.
10767
10768 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10769
10770 * configure.in: Restore deleted AC_SUBST of `configuration'.
10771 Improve error message for bad --with-x-toolkit value.
10772
10773 * configure.in: Define CONFIGURATION in src/config.h
10774 rather than substituting in src/Makefile.in.
10775
10776 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10777
10778 * Makefile.in (install-doc): New target.
10779 (install-arch-dep): Depend on install-doc.
10780 (mkdir): Create docdir.
10781
10782 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10783
10784 * configure.in: Test for libresolv.a.
10785 Substitute machfile and opsysfile.
10786
10787 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10788
10789 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10790 (install-arch-dep): Install under the name $(EMACS).
10791
10792 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10793
10794 * configure.in (version): Use entire value of emacs-version.
10795 (mips-siemens-sysv*): New alternative.
10796
10797 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10798
10799 * Makefile.in (install-arch-indep): Don't install dired-x*.
10800
10801 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10802
10803 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10804 Fix definition of $undefs.
10805
10806 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10807
10808 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10809
10810 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10811
10812 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10813
10814 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10815
10816 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10817
10818 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10819 and run it thru cpp, as with src/Makefile.in.
10820
10821 * configure.in: Use AC_SET_MAKE.
10822
10823 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10824
10825 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10826
10827 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10828
10829 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10830
10831 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10832 (printing the choices): Make the toolkit message unconditional.
10833 (USE_X_TOOLKIT): Use `none', not `no', if none.
10834 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10835 Get rid of temp file foofoo1.
10836
10837 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10838
10839 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10840
10841 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10842
10843 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10844 (printing the choices): State choice of toolkit.
10845 (libsrc_libs): Recalculate after writing config.h;
10846 then update lib-src/Makefile.
10847
10848 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10849
10850 * configure.in: Add sunos4shr as alternative for suns.
10851 Conditionals testing for null $CC were backwards.
10852
10853 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10854
10855 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10856
10857 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10858
10859 * configure.in: Handle -isc4.0*.
10860
10861 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10862
10863 * configure.in (esix5): Set NON_GNU_CPP.
10864
10865 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10866
10867 * Makefile.in (thisdir): Nonsensical variable removed.
10868 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10869 back to $thisdir, rather than the directory `this_dir'.
10870
10871 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10872
10873 * Makefile.in (install-arch-indep): Add missing backslash after a
10874 `then'.
10875
10876 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10877
10878 * Makefile.in (thisdir): New variable.
10879 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10880
10881 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10882
10883 * configure.in: Add freebsd.
10884
10885 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10886
10887 * configure.in: Check for fpathconf.
10888
10889 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10890
10891 * configure.in (with_x_toolkit): Fix typo in previous change.
10892
10893 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10894
10895 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10896
10897 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10898
10899 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10900
10901 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10902
10903 * configure.in: Fix value of docdir.
10904 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10905
10906 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10907
10908 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10909
10910 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10911
10912 * configure.in: New variable docdir to control where the docstring
10913 file goes.
10914 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10915
10916 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10917
10918 * configure.in: When --run-in-place, don't inherit archlibdir.
10919
10920 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10921
10922 * Makefile.in (install-arch-dep, install-arch-indep):
10923 New targets split up former do-install rule.
10924 (do-install): Target deleted.
10925
10926 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10927
10928 * configure.in (mips-sony-newsos*): New configuration.
10929
10930 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10931
10932 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
10933
10934 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10935
10936 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10937
10938 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10939
10940 * configure.in: Don't initialize CC.
10941
10942 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10943
10944 * configure.in (creating src/Makefile): Also generate -U switches
10945 for symbols in the $configuration value.
10946
10947 * configure.in: Check for sys_siglist being declared in system header.
10948
10949 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10950
10951 * configure.in (creating src/Makefile): Delete blank lines
10952 along with lines of whitespace.
10953 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10954
10955 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10956
10957 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10958 like C_SWITCH_SYSTEM.
10959 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10960
10961 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10962
10963 * configure.in (drem): Check for this function.
10964
10965 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10966
10967 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10968 If CPP was inherited from environment, don't use NON_GNU_CPP.
10969 (NON_GNU_CC): Likewise.
10970 (handling with_gcc): Use explicit if in the `no' case.
10971 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10972
10973 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10974
10975 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10976
10977 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10978
10979 * configure.in: Check whether fmod exists.
10980
10981 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10982
10983 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10984 {src,lisp}/OChangeLog.
10985
10986 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10987
10988 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10989 necessary for proper operation. This code works with the current
10990 released version of Autoconf.
10991
10992 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10993
10994 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10995 (USE_X_TOOLKIT): Define it for all values except `no'.
10996
10997 * configure.in: Undo first Jan 8 change and Jan 16 change.
10998
10999 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11000
11001 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11002 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11003
11004 * Makefile.in (lwlib/Makefile): New target.
11005 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11006 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11007 (unlock, relock): Handle lwlib subdir.
11008
11009 * Makefile.in: Add some .PHONY targets.
11010
11011 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11012
11013 * lwlib: New subdirectory.
11014
11015 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11016
11017 * configure.in: If CPP has a value that is a directory,
11018 discard the value.
11019
11020 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11021
11022 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11023 remove -U[0-9]*.
11024
11025 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11026
11027 * Makefile.in (do-install): Install the dired-x info files.
11028
11029 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11030 (See src/s/sol2.h.)
11031
11032 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11033
11034 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11035
11036 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11037
11038 * configure.in (creating src/Makefile): Put code inside 2nd arg to
11039 AC_OUTPUT as it should be; hopefully no one will again see fit to
11040 gratuitously break this and not make a change log entry.
11041 Optimized sed processing of Makefile.in and cpp output; now
11042 preserves comments previously removed from the cpp input.
11043 Eliminated temp file for cpp output. Generate -U switches to
11044 undefine all identifiers that appear in the directory name
11045 ${srcdir}; pass these to cpp.
11046
11047 * configure.in (version): Fix sed regexp to match two-elt version
11048 number.
11049
11050 * configure.in: Check for strerror.
11051
11052 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11053
11054 * configure.in: Test for bcmp.
11055
11056 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11057
11058 * make-dist (tempdir): Put subdir msdos into the distribution.
11059
11060 1993-01-07 Morten Welinder (terra@diku.dk)
11061
11062 * config.bat: New file.
11063
11064 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11065
11066 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11067
11068 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11069
11070 * configure.in (m68*-next-*): Don't care about which os is specified.
11071 (i[34]86-*-*): Check for *-nextstop*.
11072
11073 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11074
11075 * configure.in: Check for setsid.
11076
11077 1993-12-17 Richard Stallman (rms@srarc2)
11078
11079 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11080
11081 1993-12-15 Richard Stallman (rms@srarc2)
11082
11083 * Makefile.in (mkdir): Make only the lockdir writable.
11084
11085 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
11086
11087 1993-12-11 Richard Stallman (rms@srarc2)
11088
11089 * Makefile.in (libdir): Use @libdir@.
11090
11091 1993-12-08 Richard Stallman (rms@srarc2)
11092
11093 * Makefile.in (install): Add empty command.
11094
11095 1993-12-04 Richard Stallman (rms@srarc2)
11096
11097 * make-dist: Put man/getopt.c in the dist.
11098
11099 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11100
11101 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11102
11103 1993-12-03 Richard Stallman (rms@srarc2)
11104
11105 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11106 Set it for all solaris versions.
11107 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11108 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11109 Likewise for NON_GNU_CC and CC.
11110
11111 1993-12-01 Richard Stallman (rms@srarc2)
11112
11113 * configure.in (mips-mips-riscos4*): Assign variable CC.
11114 (checking ${with_gcc}): If "no", don't override CC if already set.
11115 (CC): Initialize it as empty.
11116
11117 1993-11-30 Richard Stallman (rms@srarc2)
11118
11119 * configure.in (Suns): Set CPP if *-solaris2.3*.
11120
11121 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11122
11123 * Version 19.22 released.
11124
11125 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11126
11127 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11128
11129 * make-dist: When breaking links, use cp -p.
11130 Copy install.sh into distribution.
11131 Move the temp dir up into the parent dir;
11132 don't leave the staging dir make-dist.tmp... in existence.
11133 * install.sh: New file.
11134
11135 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11136
11137 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11138
11139 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11140
11141 * configure.in (version): When --run-in-place, exclude
11142 ${datadir}/emacs/site-lisp from locallisppath.
11143
11144 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11145
11146 * configure.in: Delete jumk.c before writing it.
11147
11148 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11149
11150 * Version 19.21 released.
11151
11152 * Makefile.in (mkdir): Ignore error from chmod.
11153
11154 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11155
11156 * make-dist: Don't put lisp/forms.README in the distribution.
11157
11158 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11159
11160 * configure.in (creating src/Makefile): Before running cpp,
11161 discard all lines that start with `# Generated' or /**/#.
11162
11163 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11164
11165 * Version 19.20 released.
11166
11167 * make-dist: Use build-ins.in, not build-install.in.
11168 Don't bother updating TAGS since it's not included.
11169
11170 * build-ins.in: Renamed from build-install.in.
11171
11172 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11173
11174 * make-dist: Don't try to link *.texinfo--there are none now.
11175 When running make in lib-src, specify YACC var value.
11176
11177 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11178
11179 * configure.in (extrasub): Add vpath patterns for %.[yls].
11180
11181 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11182 Instead just include the commands to make src/Makefile as the
11183 second arg to AC_OUTPUT.
11184
11185 * configure.in: Use : instead of dnl for comment inside
11186 $makefile_command.
11187
11188 * configure.in: No longer use vpath_sed. Instead, when we notice
11189 srcdir already configured, set extrasub to hack vpath in the
11190 makefiles.
11191
11192 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11193 before moving it.
11194 * Makefile.in (VPATH): Define to @srcdir@.
11195
11196 1993-09-28 Brian J. Fox (bfox@cubit)
11197
11198 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
11199 doesn't exist. Just copy src/Makefile.in instead.
11200 Touch all of the Makefiles after editing config.status.
11201
11202 * INSTALL: Update documentation to match new configuration
11203 mechanism.
11204
11205 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
11206
11207 * configure.in: Allow any of the path or directory Makefile
11208 variables to be set with flags to configure. Create all Makefiles
11209 at configure time. Edit special commands into config.status after
11210 src/Makefile.in is built from src/Makefile.
11211
11212 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
11213 If these files are out of date, simply have config.status
11214 rebuild them; don't rebuild them explicitly.
11215
11216 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
11217
11218 * build-install.in: Change src/xemacs to src/emacs. We no longer
11219 create src/xemacs, so the file wouldn't be found.
11220
11221 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
11222
11223 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11224
11225 * configure.in: Avoid forcing the search of /usr/include before
11226 fixed include files by resetting C_SWITCH_X_SITE if it is
11227 "-I/usr/include".
11228
11229 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11230
11231 * Makefile.in (@rip_paths@locallisppath):
11232 Delete ${datadir}/emacs/site-lisp.
11233
11234 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11235
11236 * configure.in:
11237 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11238 Remove ${extra_output} from AC_OUTPUT call.
11239
11240 1993-09-17 Brian J. Fox (bfox@inferno)
11241
11242 * make-dist: Quote backquotes found in strings to be echoed.
11243
11244 * configure.in: Use "sh -c pwd" when we want to avoid having the
11245 shell fix up the value of $PWD.
11246
11247 1993-09-13 Brian J. Fox (bfox@inferno)
11248
11249 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11250 of the installation fail. Suggested by Karl Berry.
11251
11252 1993-08-30 Brian J. Fox (bfox@inferno)
11253
11254 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11255 was used. Set MAKEFLAGS from MFLAGS.
11256
11257 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11258
11259 * configure.in: Test for res_init in libc.
11260
11261 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11262
11263 * configure.in: In the file ${tempcname}, use configure___
11264 instead of @configure@.
11265
11266 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11267
11268 * make-dist: Dist vpath.sed.
11269
11270 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11271 Depend on vpath.sed.
11272 Replace sed command for VPATH with @vpath_sed@.
11273
11274 * configure.in: Substitute variable `vpath_sed'.
11275 If not in $srcdir and $srcdir is configured,
11276 issue warning that GNU make is required,
11277 and set vpath_sed to use vpath.sed script.
11278
11279 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11280
11281 * configure.in: Remove check for $srcdir being configured.
11282 This pretty much works now.
11283 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
11284 Check for XFree86 (/usr/X386/include) independent of whether
11285 -lXbsd exists.
11286
11287 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
11288 realclean, unlock, relock): Use `$(MAKE)' in place of plain
11289 `make'.
11290
11291 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11292
11293 * Version 19.19 released.
11294
11295 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
11296
11297 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11298
11299 * configure.in: Check for XScreenNumberOfScreen.
11300
11301 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11302
11303 * configure.in: Add * to end of all configuration alternatives.
11304 (m68*-sony-newsos3*): New alternative.
11305
11306 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11307
11308 * make-dist: Include getdate.c in distribution.
11309
11310 * configure.in: For --help, use $PAGER if it is set.
11311 (LIB_X11_LIB): Default to -lX11.
11312 (mips-sgi-irix5.*): New alternative.
11313
11314 * Makefile.in (do-install): Install info/gnus* and info/sc*.
11315
11316 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
11317 Recognize *.B8.* as hpux version 8.
11318 (m68*-tektronix-bsd*): Fix typo in tek4300.
11319 (AC_HAVE_FUNCS): Add ftime.
11320
11321 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11322
11323 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
11324 Use tekxd88, not tekXD88.
11325
11326 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11327
11328 * configure.in: Check for -lm. Then can check for frexp and logb.
11329
11330 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11331
11332 * Version 19.18 released.
11333
11334 * make-dist (src): Don't put gnu-hp300 in dist.
11335 (src, lisp): Include OChangeLog in dist.
11336
11337 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11338
11339 * configure.in: Test for presence of logb and frexp functions.
11340
11341 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11342
11343 * configure.in (machine): Add i370-ibm-aix*.
11344
11345 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11346
11347 * configure.in (function checks): Test for mkdir and rmdir.
11348
11349 * configure.in (function checks): Don't test for random and bcopy
11350 only when we're building with X; look for them all the time.
11351
11352 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11353
11354 * configure.in: Test for availability of bcopy functions, searching
11355 the X libraries if we're using X.
11356
11357 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
11358 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
11359 versions of AIX, and needs to be passed to the loader.
11360
11361 * configure.in: Test for the availability of the
11362 XScreenResourceString function.
11363
11364 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
11365
11366 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
11367 LD_SWITCH_X_SITE and assume --with-x11.
11368 Only look for X11 files if we weren't told about a window system
11369 or if we were told to use X11 but not told where.
11370 Search the libraries from the s and/or m files when checking for
11371 functions.
11372
11373 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
11374
11375 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11376
11377 * make-dist: Include lisp/dired.todo in the distribution.
11378
11379 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11380
11381 * configure.in: Add code to set HAVE_INET_SOCKETS.
11382
11383 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11384
11385 * configure.in: If we do find x_includes and x_libraries
11386 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11387
11388 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11389
11390 * make-dist: Include src/gnu-hp300 in the dist.
11391
11392 * configure.in (canonical): New variable holds the canonicalized
11393 configuration. Don't alter `configuration'. Use `configuration'
11394 for Makefile.in for file naming.
11395 (testing x_includes and x_libraries): Use =, not ==.
11396
11397 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11398
11399 * Version 19.17 released.
11400
11401 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11402 directory's makefile. This allows the invocation of CPP which
11403 builds xmakefile to receive these switches. The SunSoft C
11404 preprocessor inserts spaces between tokens if it doesn't get the
11405 -Xs flag requested in src/s/sol2.h.
11406
11407 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11408
11409 * configure.in (m68k-bull-sysv3): New config.
11410
11411 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11412
11413 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11414 the X Windows libraries.
11415
11416 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11417
11418 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11419 the distribution. Those files aren't kept in their own
11420 subdirectory any more.
11421
11422 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11423
11424 * Version 19.16 released.
11425
11426 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11427
11428 * configure.in: Add --verbose flag.
11429
11430 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11431
11432 * version 19.15 released.
11433
11434 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11435
11436 * Makefile.in (top_distclean): Use -f switch when cleaning out
11437 lock dir; it might be empty.
11438
11439 * configure.in: Only check for -lXbsd once.
11440
11441 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11442
11443 * Version 19.14 released.
11444
11445 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11446
11447 * make-dist: If using gzip, create distribution with '.gz' extension.
11448
11449 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11450 (lisp/forms-mode): This doesn't exist anymore.
11451
11452 * configure.in: Look for the closedir function.
11453
11454 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11455
11456 * configure.in (CPP): Autoconf sets this to a shell variable
11457 reference, which doesn't work when it's edited into a makefile.
11458 Expand that variable reference.
11459
11460 * Makefile.in (CPP): New variable.
11461 (src/Makefile): Edit CPP into src/Makefile.
11462
11463 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11464 and entering double quotes to get the values of LD_SWITCH_X_SITE
11465 and the other make variables; make substitutes them in anyway.
11466
11467 * Makefile.in (uninstall): Don't remove the lisp and etc
11468 directories if they're in the source tree.
11469
11470 Bring mumbleclean targets into conformance with GNU coding standards.
11471 * Makefile.in (mostlyclean, clean): Separate these two; just have
11472 them pass the request to the subdirectory makefiles.
11473 (distclean): Pass the request down, and then get rid of the
11474 files configure built, and get rid of the Makefiles.
11475 (realclean): Pass the request down, and then do the same things
11476 distclean does.
11477 (uninstall, info, dvi): New targets.
11478
11479 * configure.in: Move clause for PC-compatible i386 box to the end
11480 of the case statement, to avoid masking configurations below.
11481
11482 * configure.in: Add case for m88k-motorola-sysv4.
11483
11484 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
11485 the HP 68000 machines.
11486
11487 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
11488 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
11489 preprocessor won't fiddle with them.
11490
11491 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11492
11493 * Makefile.in (TAGS): cd to src to run etags.
11494
11495 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11496
11497 * configure.in (version): Check the X libraries for XrmSetDatabase
11498 and random, and see if we have -lXbsd.
11499
11500 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11501
11502 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11503 s/*.h and m/*.h files. Martin Tomes
11504 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11505
11506 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11507
11508 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11509 above the general i386 alternative.
11510
11511 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11512
11513 * configure.in: Recognize configuration name for Data General
11514 AViiON machines.
11515
11516 * configure.in: Use AC_LONG_FILE_NAMES.
11517
11518 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11519
11520 * configure.in: Test for bison.
11521 * Makefile.in (YACC): New variable.
11522 (lib-src/Makefile.in): Edit YACC into the makefile.
11523
11524 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11525
11526 * Version 19.13 released.
11527
11528 * configure.in (CFLAGS): Don't set this according to the value of
11529 the GCC shell variable. Instead, consult the machine and system
11530 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11531 test __GNUC__ while we're at it.
11532
11533 * configure.in: Remove extra ;; from hpux cases.
11534
11535 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11536
11537 * configure.in: Check to see if the system has -ldnet.
11538
11539 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11540
11541 * make-dist: Add clauses to distribute lisp/forms-mode.
11542
11543 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11544
11545 * configure.in (machine): Fix the versions in hpux version number test.
11546 Do not guess based on cpu type. Do check for explicit system version.
11547
11548 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11549
11550 * configure.in: Do NOT look for `unknown' as company name.
11551
11552 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11553
11554 * configure.in: Fix typo in message.
11555
11556 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11557
11558 * Version 19.12 released.
11559
11560 * Makefile.in (do-install): Correct previous etc-copying change.
11561 Partially rewrite using `if'.
11562 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11563
11564 * Version 19.11 released.
11565
11566 * configure.in: Handle 386bsd.
11567
11568 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11569
11570 * make-dist: Update getdate.c.
11571
11572 * configure.in: Handle bsd386.
11573
11574 * Makefile.in (do-install): Use `-' in tar options.
11575
11576 * configure.in: Change ! "${...}" to x"${...}" = x.
11577
11578 * Makefile.in (do-install): Copy the DOC-* files from the build
11579 etc directory, as well as lots of things from ${srcdir}/etc.
11580
11581 * make-dist: Copy config.guess.
11582
11583 * configure.in: Handle AIX versions 1.2, 1.3.
11584
11585 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11586
11587 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11588 the configuration name mips-mips-usg* to represent USG systems.
11589
11590 * configure.in: Fix logic to detect if srcdir is already configured.
11591
11592 * Makefile.in: Pass in LD_SWITCH_X_SITE.
11593
11594 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11595 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11596 of a directory; cd might fail, and have pwd print out the current
11597 directory.
11598
11599 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11600
11601 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
11602
11603 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11604
11605 * configure.in: Complain if srcdir points at an already-configured
11606 tree.
11607
11608 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11609
11610 * Version 19.10 released.
11611
11612 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11613
11614 * Makefile.in: Use Makefile comments, not C comments.
11615
11616 * configure.in: Add case for the Tektronix XD88.
11617
11618 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11619
11620 * configure.in: Handle sysv4.2 and sysvr4.2.
11621
11622 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11623
11624 * configure.in: Traverse the argument list without destroying it;
11625 don't use shift. It turns out that "set - ${saved_arguments}"
11626 doesn't work portably.
11627
11628 * configure.in: Add missing "fi".
11629
11630 * make-dist: Rebuild configure if configure.in is newer.
11631
11632 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11633 targets to be executed even if make remembers that it has already
11634 satisfied FRC.
11635
11636 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11637
11638 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11639
11640 * configure.in (romp): Handle various version numbers with aos and bsd.
11641
11642 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11643
11644 * configure.in: Fix message text.
11645
11646 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11647
11648 * make-dist: Make a `site-lisp' directory in the distribution,
11649 instead of a `local-lisp' directory, which hasn't been the
11650 appropriate name for a long time.
11651 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11652 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11653
11654 * Makefile.in (do-install): Correctly detect if ./etc and
11655 ${srcdir}/etc are the same.
11656
11657 * configure.in: Extract UNEXEC from the system configuration
11658 files, compute the name of the source file corresponding to the
11659 object file, and #define it as UNEXEC_SRC in config.h.
11660
11661 * configure.in: If srcdir is '.', then try using PWD to make it
11662 absolute.
11663
11664 * configure.in: Include ${srcdir} in the printed report, to help
11665 people notice if it's an automounter path.
11666
11667 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11668
11669 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11670
11671 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11672
11673 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11674 when they are different. Add `shift' command.
11675 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11676 (externallispdir): Var deleted.
11677
11678 * configure.in: Delete spurious paren outputting short_usage.
11679
11680 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11681
11682 * Version 19.9 released.
11683
11684 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11685
11686 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11687 subdirectory makes.
11688
11689 * make-dist: Check for .elc files with no corresponding .el file.
11690
11691 * Makefile.in (mkdir): Make all the directories in locallisppath.
11692
11693 * config.guess: New file.
11694 * configure.in: Use it, tentatively.
11695 * INSTALL: Mention its usage.
11696
11697 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
11698 the former gives you the operating system rev directly.
11699 Use s/hpux.h if we don't recognize what we got.
11700
11701 * Makefile.in (do-install): Don't remove a destination directory
11702 if it's the same as the source. If ${srcdir}/info == ${infodir},
11703 don't try to copy the info files.
11704
11705 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11706 doesn't work if you're not using a separate source directory.
11707 (do-install): Copy the build tree's etc directory only after
11708 making sure it's not also the source tree's etc directory.
11709
11710 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11711
11712 * configure.in: Handle sunos4.1.3 specially.
11713
11714 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11715
11716 * Makefile.in (INSTALL): Add definition.
11717
11718 * configure.in: Fix some messages. Support -with-gnu-cc.
11719 At the end, use `set --', not `set -'.
11720 Delete spurious `.h' in hpux alternatives.
11721
11722 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11723
11724 * Version 19.8 released.
11725
11726 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11727
11728 * configure.in: When looking for source in the same directory as
11729 the configure script, make the path thus discovered absolute.
11730 If the user specifies the `--srcdir' switch, make that directory
11731 absolute too.
11732
11733 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11734
11735 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11736 too, as the value of the PATH_INFO macro.
11737
11738 * configure.in: Check to see if the source lives in the same
11739 directory as the configure script.
11740
11741 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11742
11743 * Makefile.in (install): Split this into `install' and
11744 `do-install', to give people more control over exactly what gets
11745 done.
11746 (do-install): New target, containing the guts of `install'.
11747 Don't remove and recreate the directories inside the copying loop - do
11748 it all before the copying loop. Pass more flags to the lib-src
11749 make.
11750 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11751 avoid errors and warnings.
11752
11753 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11754 the manufacturer - the more general case was blocking other i386
11755 configuration names below, and that's how the names are written in
11756 MACHINES anyway.
11757
11758 * make-dist: When breaking links, remove the link before moving
11759 the copy onto it, to avoid interactive behavior.
11760
11761 * Makefile.in: Doc fix.
11762
11763 * configure.in: Doc fix.
11764
11765 * INSTALL: Mention --exec-prefix option.
11766
11767 * configure.in: Add support for the `--exec-prefix' option.
11768 * Makefile.in: Accept that support.
11769
11770 * configure.in: Use the AC_PROG_INSTALL macro.
11771 * Makefile.in (INSTALL): Variable removed.
11772 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11773
11774 * configure.in: Distinguish between hp800's and hp700's by calling
11775 "uname -m".
11776
11777 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11778
11779 * configure.in: Recognize configuration names for i860 boxes
11780 running SYSV.
11781
11782 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11783
11784 * configure.in: Distinguish between hp800's and hp700's by the
11785 version of HP/UX they run, since that's something people are more
11786 likely to know - hp700's run 8.0.
11787 Add HP 700 configuration.
11788
11789 * configure.in: Test for the presence of the `rename' function.
11790
11791 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11792 configure.in.
11793 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11794
11795 * make-dist: Break intra-tree links.
11796
11797 * configure.in: Explain that this is an autoconf script, and give
11798 instructions for rebuilding configure from it. Arrange to put
11799 comments in configure explaining this too.
11800
11801 * configure.in: Make the first line of the configure script be
11802 "#!/bin/sh". Leaving the first line blank didn't work.
11803
11804 * configure.in (long_usage): Remove; made short_usage describe
11805 the options briefly.
11806
11807 * configure.in: Implement the --prefix option.
11808 * Makefile.in (prefix): Add support for it here.
11809 * INSTALL: Document it here.
11810
11811 * Makefile.in (install): Don't assume that the files in the `info'
11812 subdirectory match *.info. They don't have that prefix.
11813
11814 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11815
11816 * configure.in: Add case for version 5 of Esix.
11817
11818 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11819
11820 * Version 19.7 released.
11821
11822 * make-dist: There aren't any *.com files in lib-src anymore.
11823
11824 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11825 them; they're symlinks to other filesystems on the GNU machines.
11826
11827 * make-dist: Check that the manual reflects the same version of
11828 Emacs as stated in lisp/version.el. Edit that version number into
11829 the README file.
11830
11831 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11832
11833 * configure.in: Remove the hack of AC_DEFINE; use
11834 AC_DEFINE_UNQUOTED.
11835
11836 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11837
11838 * make-dist: Don't distribute precomp.com, compile.com, or
11839 link.com from ./src; they're in ./vms now.
11840
11841 Some time-handling patches from Paul Eggert:
11842 * configure.in: Add AC_TIMEZONE.
11843
11844 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11845
11846 * configure.in: Recognize Linux as a valid operating system for
11847 the i386.
11848
11849 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11850
11851 * make-dist: Distribute some VMS files we got from Richard Levitte.
11852
11853 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11854 the source for the sed command, not oldXMenu/Makefile.
11855
11856 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11857
11858 * INSTALL: Don't claim the srcdir option doesn't work.
11859
11860 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11861
11862 * configure.in: Include remarks saying what order the autoconf
11863 tests should go in, and remind people to change config.h.in
11864 whenever they add autoconf tests which make #definitions.
11865
11866 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11867
11868 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11869
11870 * Makefile.in (oldXMenu/Makefile): Make this depend on
11871 ${srcdir}/oldXMenu/Makefile.in, not itself.
11872
11873 * PROBLEMS: Some updates from David J. Mackenzie.
11874
11875 More changes from David J. Mackenzie.
11876 * Makefile.in (install.sysv, install.xenix, install.aix):
11877 Targets removed; autoconf and config.h should specify all these
11878 differences.
11879 (buildlisppath): Make this path depend on ${srcdir}.
11880 (INSTALLFLAGS): Remove.
11881 (INSTALL): Include the -c flag.
11882 (install): Change the way we invoke install accordingly.
11883
11884 Install ${srcdir} changes from DJM.
11885 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11886 list.
11887 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11888 the source tree and the etc directory in the object tree.
11889 (${SUBDIR}): Pass the prefix variable down to submakes.
11890 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11891 in /bin.
11892 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11893 values for srcdir and VPATH.
11894 (install): Add `v' flag to tar command. Make sure that `dir'
11895 exists in ${srcdir}/info before copying it. Remember that the man
11896 pages come from the source tree, not the object tree.
11897 * configure.in: Remove remarks saying that the --srcdir option
11898 doesn't work.
11899 Create the etc directory in the object tree.
11900 Recognize configuration names of the form *-sun-solaris*.
11901 Recognize sunos5 and solaris as operating system names.
11902
11903 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11904 lib-src/getdate.y and src/systime.h.
11905
11906 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11907
11908 * make-dist: Make links in info subdir.
11909
11910 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11911
11912 * configure.in: Call AC_STDC_HEADERS.
11913
11914 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11915
11916 * configure.in: Sidestep autoconf's quoting of the second argument
11917 of AC_DEFINE, so we can specify the value to put there. It would
11918 be nice if autoconf provided some way to specify computed values
11919 for macros.
11920
11921 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11922
11923 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
11924 this is always just -DHAVE_CONFIG_H.
11925
11926 The GNU coding standards specify that CFLAGS should be left for
11927 users to set.
11928 * Makefile.in (CFLAGS): Let configure determine the default value
11929 for this.
11930 Don't have it default to DEFS.
11931 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11932 (lib-src/Makefile, src/Makefile): Edit the default value for
11933 CFLAGS into these files, not DEFS.
11934 * configure.in (CFLAGS): Choose a default value for this - "-g"
11935 normally, or "-g -O" if we're using GCC. Edit it into the
11936 top-level Makefile.
11937
11938 * configure.in: When scanning the machine and system description
11939 #include files, write their names to conftest.c properly.
11940
11941 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11942
11943 * configure.in: In configuration name case for Apallos running
11944 Domainios, set opsys, not opsysfile.
11945
11946 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11947 src/config.h, instead of AC_OUTPUT; the latter overwrites
11948 src/config.h even when it hasn't changed, puts a makefile-style
11949 comment at the top even though it's C code, and produces a
11950 config.status script which doesn't do the job right.
11951
11952 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11953 can use a symbolic link to get the X Menu library into src.
11954 * Makefile.in (LN_S): New variable.
11955 (src/Makefile): Edit the value of LN_S into this makefile.
11956
11957 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11958
11959 * configure.in: Support *-sco3.2v4* as opsystem.
11960
11961 * make-dist: Don't include calc directory.
11962 Exclude many files in the man directory; copy a few.
11963
11964 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11965
11966 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11967 call AC_STRUCT_TM to see what's in time.h.
11968
11969 * configure.in: Employ quoting stupidity to get the value of CPP
11970 to expand properly.
11971
11972 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11973
11974 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11975 variable to scan the machine and system description files.
11976
11977 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11978 so that getdate.y builds correctly.
11979
11980 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11981
11982 * configure.in (tempcname): Change this to "conftest.c", so it will
11983 work properly on systems with short filenames; this is the name
11984 autoconf uses.
11985
11986 * configure.in: Also detect the availability of dup2 and
11987 gethostname.
11988
11989 * configure.in: Use the AC_ALLOCA test.
11990 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11991 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11992
11993 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11994
11995 * make-dist: Distribute configure, as well as configure.in.
11996 Oversight.
11997
11998 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11999
12000 * Makefile.in (install): Print out the name of the directory we're
12001 copying, so people can have some idea of whether we're making
12002 progress.
12003
12004 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12005 Don't forget to re-create the COPYDESTS directories after we clear
12006 them out.
12007
12008 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12009
12010 * Makefile.in: Add autoconf cookies so that the configure
12011 script can comment out sections of path variable definitions to
12012 choose between the installable configuration and the run-in-place
12013 configuration.
12014 * configure.in: Add new option `--run-in-place', to select the
12015 run-in-place path definitions.
12016
12017 * configure.in: Add a clause to the big configuration name case
12018 for the NeXT machine.
12019
12020 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12021
12022 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12023 Make sure that each source directory exists, and is different from
12024 the destination directory; then, delete the destination before
12025 copying over the source.
12026
12027 * make-dist: Distribute configure.in, instead of configure.
12028
12029 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12030
12031 * configure.in: Don't set CC to "gcc -O" if the user specifies
12032 `--with-gcc'. Add -O to DEFS if GCC is set.
12033
12034 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12035
12036 * Makefile.in (clean mostlyclean): Missing right paren.
12037
12038 * configure.in: When checking for X windows, search for an X11
12039 subdirectory of ${x_includes}.
12040
12041 * configure.in: Check for gettimeofday function, for getdate.y.
12042
12043 Change `configure' to a mixture of custom code and autoconf stuff.
12044 autoconf can't derive all the information we need, but we'd really
12045 like to be able to take advantage of some of its tests, and its
12046 file-editing facilities.
12047 * configure.in: Renamed from configure.
12048 Quote the sections of shell script we want copied literally to
12049 the configure script.
12050 (compile): Initialize this to make the autoconf macros' code happy.
12051 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12052 code to do their jobs.
12053 Use autoconf to produce Makefile and src/config.h.
12054 Remove the Makefile-style comment that autoconf places at the top
12055 of src/config.h.
12056 (config_h_opts): Remove - no longer necessary.
12057 * Makefile.in (configname): Rename to configuration.
12058 (CONFIG_CFLAGS): Rename to DEFS.
12059 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
12060 get values via autoload @cookies@.
12061 (libsrc_libs): Get this from autoconf. We used to do nothing
12062 about this.
12063 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12064
12065 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12066 Don't echo the move-if-change command.
12067
12068 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12069
12070 * make-dist: Distribute lib-src/rcs-checkin.
12071
12072 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12073 Don't try to make links to the RCS or Old subdirectories.
12074 Use the appropriate extension for the compression type in use.
12075 Create the tar file in the shell's initial default directory, not
12076 in ${tempparent}.
12077 Erase the whole ${tempparent} tree, not just ${tempdir}.
12078
12079 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12080
12081 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12082 use to build paths.h.
12083 (lib-src/Makefile, src/Makefile): Similarly.
12084
12085 * configure: Extend test for working `const' keyword to handle AIX
12086 3.2 cc.
12087
12088 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12089
12090 * make-dist: Distribute lisp/term/ChangeLog.
12091
12092 Arrange for C compilation throughout the tree to get
12093 C_SWITCH_SYSTEM from the configuration files.
12094 * configure: Extract C_SWITCH_SYSTEM from the machine and
12095 system-dependent files, and save it in the top-level Makefile.
12096 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12097 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12098
12099 * make-dist: Include the VMS support files in oldXMenu in the
12100 distribution.
12101
12102 * configure: Doc fix.
12103
12104 * configure: Fix corrupted config_h_opts.
12105
12106 * configure: Properly report option names in error messages.
12107
12108 * configure: Properly recognize --x-includes and --x-libraries
12109 options.
12110
12111 * configure: Fix syntax errors in code handling XFree386.
12112
12113 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12114
12115 * configure: Add special code to detect XFree386, and tell
12116 config.h about it.
12117
12118 * configure: Properly handle extracting values of LIBS_MACHINE and
12119 LIBS_SYSTEM that contain spaces.
12120
12121 * configure: Add `--x-includes' and `--x-libraries' options.
12122 I think these are dopey, but no less than three alpha testers, at
12123 large sites, have said they have their X files installed in odd
12124 places. Implement them by setting C_SWITCH_X_SITE and
12125 LD_SWITCH_X_SITE in src/config.h.
12126
12127 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12128
12129 * make-dist: Don't distribute etc/Old files.
12130
12131 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12132 backups.
12133
12134 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12135
12136 * make-dist: Fix typo.
12137
12138 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12139
12140 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12141 in some cases where it should but didn't seen to.
12142
12143 * Makefile.in: Added unlock and relock productions.
12144
12145 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12146
12147 * make-dist: Add a --compress option to force make-dist to use
12148 compress.
12149
12150 * make-dist: Use gzip, if we can find it.
12151
12152 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12153 make rs6000-ibm-aix default to -aix32.
12154
12155 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12156
12157 * Makefile.in: Added `Developer's configuration' section.
12158
12159 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12160
12161 * Makefile.in: Add commented-out variable settings for developer's
12162 configuration.
12163
12164 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12165
12166 * make-dist: Distribute `src/bitmaps' too.
12167
12168 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12169
12170 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12171 make rs6000-ibm-aix default to -aix32.
12172
12173 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12174
12175 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12176
12177 * Makefile.in (install.sysv): Add a second `$' in front of
12178 `${dest}', so that the shell will expand it, instead of Make.
12179
12180 * configure: When processing the name of the configure script,
12181 collapse `././' to `./', but leave a single `./' prefix alone.
12182
12183 * configure: Doc fix.
12184
12185 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12186
12187 * configure: Handle isc3.0 correctly.
12188
12189 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12190
12191 * make-dist: Don't try to copy the COPYING notice into
12192 external-lisp; we're not distributing that directory any more.
12193
12194 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12195
12196 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12197 Remove CVS subdirectories from the installed directory trees, as
12198 well as RCS directories.
12199
12200 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12201
12202 * make-dist: Only copy gmalloc.c if we couldn't link it.
12203 Don't try to copy man/{README,Makefile} unless they actually exist.
12204
12205 * Makefile.in (lisppath): Don't include externallispdir in this.
12206 We're not sure whether we're even going to distribute the
12207 directory yet.
12208
12209 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12210
12211 * make-dist: Don't distribute the external-lisp directory anymore.
12212 * INSTALL: Remove all references to external-lisp.
12213
12214 * configure: Detect whether the compiler supports `const'
12215 properly, and edit src/config.h accordingly.
12216
12217 * configure: Tweak layout of final report.
12218
12219 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
12220 CFLAGS.
12221
12222 * Makefile.in (locallisppath): Make this default to
12223 ${datadir}/emacs/site-lisp, instead of
12224 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
12225 the same thing, and local-lisp causes completion conflicts with
12226 lock.
12227 (lisppath): Add ${externallispdir} to this.
12228 * INSTALL: Adjust installation directions.
12229
12230 * Makefile.in (externallispdir): New variable, to say where to
12231 install the externally-maintained lisp files.
12232 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
12233 the others.
12234 * INSTALL: Describe external-lisp and the new externallispdir
12235 variable.
12236
12237 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12238
12239 * configure (progname): New option `--with-gcc'. Make it clearer
12240 how we are trying to guess whether or not we have GCC.
12241 * INSTALL: Document the `--with-gcc' option, and improve
12242 description of `--with-x' options.
12243
12244 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12245
12246 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12247 ${infodir} from these variables; we have written out explicit code
12248 to install the info files.
12249
12250 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12251
12252 * make-dist: Don't distributed the RCS files in the etc directory.
12253
12254 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12255
12256 * Makefile.in: Some makes can't handle comments in the middle of
12257 commands; move them to before the whole rule.
12258
12259 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12260
12261 * README: Mention what Emacs is.
12262
12263 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12264
12265 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12266 Add `./cpp' and `./man' back into the distribution.
12267
12268 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12269
12270 * Makefile.in: Define MAKE, and use where appropriate.
12271
12272 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12273
12274 * make-dist: Remember that the authoritative COPYING notice is
12275 `etc/COPYING', not `../etc/COPYING'.
12276
12277 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12278
12279 * make-dist: Make sure that the COPYING notices in each directory
12280 are copies, not symlinks.
12281
12282 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12283
12284 * INSTALL: The build process produces an executable called `emacs'
12285 now. Change references.
12286 * Makefile.in: Adjust `install.mumble' targets to install
12287 `src/emacs', not `src/xemacs'.
12288
12289 * configure: Start with a blank line; this keeps some old CSH's
12290 from thinking it's a CSH script. Most systems will just use
12291 /bin/sh to run it, which is what we're expecting; the only other
12292 shells which might try to interpret it themselves are probably
12293 Bourne-compatible.
12294
12295 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12296
12297 * INSTALL: Improvements suggested by David Mackenzie.
12298
12299 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12300
12301 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12302 Don't try to copy the info files if there aren't any; the
12303 unexpanded globbing pattern disappoints `install'. Ignore the
12304 return status of that command.
12305
12306 * INSTALL: Updated for new configuration arrangement.
12307
12308 * configure: Don't make the top-level Makefile read-only - people
12309 may want to edit the values of the path variables.
12310
12311 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12312 Install the info files in ${infodir}. Install the executable
12313 under both `emacs' and `emacs-VERSION'.
12314
12315 * Makefile.in: Doc fix.
12316
12317 * Makefile.in (exec_prefix): New variable, as per latest version
12318 of coding standards.
12319 (bindir, libdir): Use it, instead of `prefix'.
12320 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
12321
12322 * Makefile.in (mandir): Make the default value for this depend on
12323 $(prefix).
12324
12325 * Makefile.in (datadir, statedir, libdir): Make these all default
12326 to ${prefix}/lib.
12327 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
12328 Adjust to compensate.
12329
12330 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12331 Install the etags and ctags man pages too.
12332
12333 * Makefile.in (distclean): Don't delete backup files; that's the
12334 job of extraclean.
12335 (extraclean): Like distclean, but deletes backup and autosave files.
12336
12337 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12338
12339 Make path specification conform to GNU coding standards.
12340 * configure (long_usage): Remove all traces of old arguments from
12341 usage messages, and document the options we do accept in more
12342 detail: -with-x... and --srcdir.
12343 (options, boolean_opts): Delete; we don't have enough options to
12344 make this worthwhile.
12345 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
12346 along with the code which supported them; these should be set as
12347 arguments to the top-level make.
12348 (config_h_opts): Since this no longer doubles as a list of option
12349 names, make them upper case; this simplifies the code which uses
12350 them to build the sed command to edit src/config.h. Change the
12351 code which sets them.
12352 (cc, g, O): Don't allow the user to set these using options; they
12353 should be specified using `CC=' and `CFLAGS=' arguments to the
12354 top-level make. Just choose reasonable default values for them,
12355 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
12356 values.
12357 (gnu_malloc, rel_alloc): Don't allow the user to set these using
12358 options; use them whenever the configuration files say they're
12359 possible.
12360 Simplify the argument processing loop. Don't accept abbreviations
12361 for option names; these might conflict with other configuration
12362 options in the future.
12363 Add some support for the `--srcdir' option. Check for the sources
12364 in . and .. if `--srcdir' is omitted. If the directories we will
12365 compile in don't exist yet, create them under the current directory.
12366 Note that the rest of the build process doesn't really support
12367 this.
12368 Edit only the top Makefile. That should edit the others.
12369 Edit into the makefile: `version', from lisp/version.el, `configname'
12370 and `srcdir' from the configuration arguments, `CC' and
12371 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
12372 the user's path, and LOADLIBES as gleaned from the system
12373 description files.
12374 Simplify the report generated; it doesn't need to include any
12375 description of paths now.
12376 Make `config.status' exec configure instead of just calling it, so
12377 there's no harm in overwriting `config.status'.
12378 * Makefile.in (version, configname): New variables, used to choose
12379 the default values for datadir and libdir.
12380 Path variables rearranged into two clearer groups:
12381 - In the first group are the variables specified by the GNU coding
12382 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12383 manext, infodir, and srcdir).
12384 - In the second are the variables actually used for Emacs's paths
12385 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12386 archlibdir), which depend on the first category.
12387 datadir and libdir default to directories under
12388 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12389 demand.
12390 etcdir and lispdir default to subdirectories of datadir.
12391 archlibdir defaults to libdir.
12392 The new installation tree is a bit deeper than it used to be, so
12393 use the new make-path program in lib-src to build them all.
12394 Always build a new src/paths.h.tmp and then move-if-change it to
12395 src/paths.h, to avoid unnecessary rebuilds while responding to the
12396 right changes.
12397 Remove all mention of arch-lib. Run utility commands from
12398 lib-src, and let the executables be copied into archlibdir when
12399 Emacs is installed.
12400 Add targets for src/Makefile, lib-src/Makefile, and
12401 oldXMenu/Makefile, editing the values of the path variables into
12402 them.
12403 Let lib-src do its own installation.
12404 (datadir): Default to putting data files under
12405 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12406 (emacsdir): Variable deleted; it would only be confusing to use.
12407 (lispdir, etcdir): Default to ${datadir}/lisp.
12408 (mkdir): Use make-path for this.
12409 (lockdir): Do this in mkdir.
12410 (Makefile): New target.
12411
12412 * configure (usage_message): Rename to long_usage.
12413
12414 * make-dist: Don't bother creating an arch-lib directory; that's
12415 only for installation now.
12416
12417 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12418
12419 * configure: Use GCC-style configuration names, using config.sub.
12420 Change the usage and help messages.
12421
12422 * configure: Initialize window_system, not indow_system.
12423
12424 * configure: Report which window system, compiler, and signal
12425 handler return type we decide to use.
12426
12427 * make-dist: Explain what's going on if config.sub and gmalloc.c
12428 can't be linked. Place the code which copies them near the code
12429 which links the rest of the files around them.
12430
12431 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12432
12433 * make-dist: Don't bother to distribute src/*.com, or
12434 src/vmsbuild; those have all been moved to `../vms'.
12435
12436 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12437
12438 * make-dist: Don't forget that the way to avoid filenames starting
12439 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12440 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12441 couldn't make hard links to, since we have two already, and
12442 perhaps more to come.
12443
12444 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12445
12446 * configure: When editing parameters into lib-src/Makefile, change
12447 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12448 needs some other flags too.
12449
12450 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12451
12452 * configure: Remove spurious echo of the configuration name.
12453
12454 * make-dist: Don't distribute files in src/m and src/s whose names
12455 begin with `='.
12456
12457 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12458
12459 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12460 Also LISP_FLOAT_TYPE.
12461
12462 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12463
12464 * make-dist: Copy config.sub, since it's a symbolic link to a file
12465 on another file system.
12466
12467 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12468
12469 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12470 distribution.
12471
12472 * config.sub: New file, to help us recognize configuration names.
12473 * make-dist: Include it in the distribution.
12474
12475 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12476
12477 * configure: Convert `-' to `_' in specified option names.
12478 Accept options with --. Delete --highpri and --have-x-menu options.
12479 New options --with-x and --with-x10 replace -window-system.
12480 Don't mention options --gnu-malloc, --rel-alloc
12481 or --lisp-float-type in help message.
12482
12483 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12484
12485 * make-dist: Include the `vms' subdirectory in the distribution.
12486
12487 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12488
12489 * configure: Remove lines starting with "# DIST: " when building
12490 lib-src/Makefile and src/Makefile. This allows us to mark the
12491 "Makefile.in" files with explanatory comments which won't also get
12492 stuck in the Makefiles.
12493
12494 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12495
12496 * make-dist: Don't use the '+' operator in the sed regular
12497 expression that extracts the version number from lisp/version.el;
12498 Ultrix sed doesn't seem support the operator. Just double the
12499 operand and use *.
12500
12501 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12502
12503 * Makefile.in: Doc fix.
12504
12505 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12506
12507 * configure: Rewrite sed command to remove at most one ./ prefix;
12508 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12509 group.
12510
12511 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12512
12513 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12514
12515 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12516
12517 * make-dist: Go ahead and build a new TAGS file, unless the
12518 --newer option was specified. Don't try to delete a TAGS file
12519 from etc; it's not kept there, and shouldn't be deleted anyway.
12520
12521 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12522
12523 * make-dist: If the lisp directory contains a default.el, don't
12524 distribute it.
12525
12526 * configure: When searching signal.h for the type of a signal
12527 return handler, make a copy of it, not a symbolic link to it; that
12528 way, it will work on systems that don't have symbolic links.
12529
12530 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12531
12532 * make-dist: Taught it about vcdiff and rcs2log, added --newer
12533 option for generating incremental distributions. Stopped it from
12534 generating a TAGS file into the distribution; that sucker is
12535 *big*, and easily enough generated with the toplevel makefile.
12536
12537 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12538
12539 * configure: When writing config.status, don't prefix progname
12540 with a '.'; it might be absolute.
12541
12542 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12543
12544 * configure: Choose to use X11 if either /usr/lib/libX11.a or
12545 /usr/include/X11 exist, not only if both exist.
12546
12547 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12548
12549 * make-dist: Make the new external-lisp directory a duplicate of
12550 the external-lisp directory, not the lisp directory.
12551
12552 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12553
12554 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12555 clean' in arch-lib; it doesn't even have a Makefile.
12556
12557 * Makefile.in (clean, mostlyclean): In the test which tries to
12558 distinguish between the build directory, which should be cleaned,
12559 and the installed directory, which shouldn't, cd to `${emacsdir}',
12560 not `${DESTDIR}${LIBDIR}'.
12561
12562 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12563
12564 * make-dist: Be sure to delete the .c and .h files that YACC and
12565 BISON create from getdate.y.
12566
12567 * external-lisp: New directory; see `external-lisp/README'.
12568 * make-dist: Added support for the external-lisp subdirectory.
12569
12570 * make-dist: Changed message which complains that make-dist wasn't
12571 invoked in the right directory to indicate which files it was
12572 looking for.
12573
12574 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12575
12576 * configure: Add comments explaining why we can't translate
12577 character ranges or control characters in `tr'.
12578
12579 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12580
12581 * configure: When generating the configuration message, we used to
12582 build the message from the start so that each line began with "# "
12583 so that it would be a comment in `config.status'. However, this
12584 causes trouble if any of the variables we use in the message
12585 expand to more than one line of text - as gnu_malloc_reason
12586 sometimes does. So instead, we build the message as it should be
12587 printed to the user (i.e. without the "# " prefixes), and stick on
12588 the "# "s when we write it to `config.status'.
12589
12590 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12591 `lib-src' and `arch-lib'.
12592
12593 * configure: When generating report and `config.status' file, note
12594 that bindir only determines where `make install' and
12595 `build-install' will place the executables; this should make it
12596 clear that the ordinary build process will not try to install
12597 things.
12598
12599 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12600
12601 * make-dist: Change messages to say that we are 'making links to
12602 X', rather than 'copying X'. And put `' quotes around file names.
12603
12604 * make-dist: Include '.tmp' in the name of the staging directory.
12605
12606 * make-dist: Pass the `-f' option to rm when you're not sure that
12607 the files you're removing actually exist.
12608
12609 * make-dist: When setting up etc/COPYING, always nuke whatever is
12610 there, and then copy it in, to make sure we get a real file.
12611
12612 * make-dist: Don't try to distribute *.defns files any more.
12613 The only such file was for simula.el, which has been superseded by a
12614 version which doesn't have a separate .defns file.
12615
12616 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
12617
12618 * make-dist: Don't distribute configured versions of config.h.in,
12619 paths.h.in, Makefile.in in src.
12620
12621 * configure: Delete .tmp files before creating them; don't bother
12622 trying to make final targets writable first, since it won't
12623 matter to move-if-change.
12624
12625 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12626
12627 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12628 mkdir and chmod in the center of all the conditionals. GNU Make
12629 will strip these out, but other makes won't.
12630
12631 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12632
12633 * make-dist: Include move-if-change in list of files to distribute.
12634
12635 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12636
12637 * configure: Remove any "." elements from the program name.
12638
12639 * configure: Don't record the values of all the possible arguments
12640 in config.status; only record the options that the user specified.
12641
12642 * configure: Use move-if-change to move in the new src/config.h.
12643
12644 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12645
12646 * move-if-change: New file, copied from gcc release.
12647 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12648 a temp file, so we don't update paths.h if an error occurs or if
12649 it doesn't need changing.
12650
12651 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12652
12653 * Makefile.in (src/paths.h): Do not install a value for the
12654 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12655 * build-install.in: Same thing.
12656
12657 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12658
12659 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12660 latter, being a typo, is always false, resulting in a program
12661 whose default behavior is to painstakingly build a copy of the
12662 source tree, and then delete it. Rah.
12663
12664 * Makefile.in: Add dist target, and comment for it.
12665
12666 * configure: When scanning <signal.h> for a declaration for
12667 signal, create a symbolic link with a name ending in .c, so the
12668 compiler won't complain that it's only been given .h files.
12669
12670 * configure: Check whether there are any arguments available
12671 before shifting to get the value of a non-boolean parameter.
12672
12673 * make-dist: Doc fix.
12674
12675 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12676
12677 * configure: Instead of grepping /usr/include/signal.h for a
12678 signal declaration, run /usr/include/signal.h or
12679 /usr/include/sys/signal.h through cpp and grep for the
12680 declaration.
12681
12682 * configure: Redirect the output of grep to /dev/null instead of
12683 using grep -s - that flag means different things on other systems.
12684
12685 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12686 since the former is recognizable even if you don't know what
12687 'dumping' is.
12688 * configure: Accommodate that change.
12689
12690 * configure: Accept options for all of the directories you can
12691 change in the Makefile.
12692
12693 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12694
12695 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12696 FOO before you can use them.
12697
12698 * build-install.in: Made the "Where To Install Things" section
12699 conform with the similar section from Makefile.in. Copied section
12700 which builds src/paths.h from src/paths.h.in from the Makefile.
12701
12702 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12703
12704 * configure: Write config.status to pass its command-line
12705 arguments on to configure, so that people can use it to recreate
12706 an old configuration, with minor changes.
12707
12708 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12709
12710 * configure: Don't rely on option variables being unset if their
12711 values are the empty string. In particular, when producing the
12712 English report, don't assume that highpri will be unset when no
12713 increased priority has been requested; -highpri='' should be the
12714 same as omitting -highpri altogether.
12715
12716 * configure: Fix dumb bug: when running the system and machine
12717 description files through cpp, mark those lines that we want to
12718 evaluate with the string '@configure@', and then only evaluate
12719 them. This way if the files include anything that actually
12720 generates text (type definitions or external declarations, say),
12721 we won't try to eval it.
12722
12723 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12724
12725 * make-dist: New shell script.
12726
12727 * configure: When creating foo from foo.in, make foo read-only to
12728 remind people to edit the .in file instead.
12729
12730 * INSTALL: Changed references to config.h-dist to config.h.in.
12731 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12732 to build src/paths.h from src/paths.h.in; added a paragraph to do
12733 this.
12734 * configure, Makefile, build-install: Changed filenames like
12735 FOO-dist to FOO.in.
12736
12737 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12738
12739 * Makefile, build-install: Renamed to Makefile.in and
12740 build-install.in; the configure script will edit these to produce
12741 the usable Makefile and build-install.
12742 * configure: Changed to produce ./Makefile, ./build-install,
12743 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12744 instead of editing them in place.
12745
12746 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12747
12748 * Makefile: Re-arranged so that the undumped Emacs will search
12749 ../lisp *after* the site's local elisp files.
12750 (locallisppath, dumplisppath): New variables.
12751 (lisppath): This variable's default value is now chosen based on
12752 $(locallisppath) and $(lispdir); while it used to be the
12753 customization point for adding site-local elisp directories to
12754 load-path, that job is now handled mostly by locallisppath.
12755 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12756 Check the values being assigned to the *LOADSEARCH macros for null
12757 path elements (like '::' in 'foo::bar').
12758
12759 * configure: When checking if the machine- and system-dependent
12760 files define a particular macro or not, actually run them through
12761 CPP and test the macros with #ifs, instead of just grepping for
12762 the macros' names. In particular, check for SYSTEM_MALLOC in this
12763 way.
12764
12765 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12766
12767 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12768
12769 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12770
12771 * configure: Make the config.status file an executable shell
12772 script which will recreate the same configuration. Include the
12773 verbal description of the current configuration as a comment in
12774 the script.
12775 * INSTALL: Doc fix.
12776
12777 * Makefile: Brought the Makefile up to the GNU coding
12778 standards, as described in standards.text:
12779 (TAGS): New name for the target which rebuilds the tags table.
12780 (check): New target; doesn't do anything yet.
12781 (mostlyclean): New target, synonymous with clean.
12782 (realclean): New target. Currently, this just calls the
12783 subdirectories's makefiles and then deletes config.status.
12784 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12785 New variables.
12786 Installation directory variables changed to conform.
12787 (install, install.sysv, install.xenix, install.aix): Change the
12788 code which copies the directories into their installed location to
12789 allow the installed locations to be in several different
12790 directories; the old version assumed that they would all be in
12791 $(emacsdir).
12792 (mkdir, lockdir): Allow the installed locations to be in several
12793 different directories.
12794 * INSTALL: Doc fix.
12795
12796 * build-install: Use the same variable names as the Makefile.
12797 Allow the installed locations to be in several different
12798 directories.
12799
12800 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12801
12802 * Makefile (src/paths.h): Instead of using a single sed command to
12803 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12804 separately, and don't forget to append "/!!!SuperLock!!!" to the
12805 value of the PATH_SUPERLOCK macro.
12806
12807 * config.emacs: Renamed to configure, for consistency with other
12808 GNU products. Internal references changed.
12809 INSTALL, Makefile: References changed.
12810
12811 * lock: New directory, which should always be empty. If this
12812 directory doesn't exist, Emacs won't complain; it just won't lock.
12813 Having this here means that people can just unpack Emacs, build
12814 it, and have locking work.
12815
12816 * share-lib: Re-renamed to etc, for the sake of tradition.
12817 * config.emacs: Changed default value for datadir to ../etc.
12818 * INSTALL, README: Adjusted.
12819
12820 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12821
12822 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12823 by running CPP on the appropriate s/*.h and m/*.h files.
12824
12825 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12826
12827 * config.emacs: Make sure to set the "exit on error" flag once
12828 we've removed config.status; errors should abort the configuration.
12829
12830 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12831
12832 * config.emacs: Added -distribute option, so that the Makefile
12833 paths are in their proper form. I don't know why this matters.
12834
12835 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12836
12837 * local-lisp: New directory, empty in the distribution, for people
12838 to put local elisp code in.
12839 * config.emacs: Include it in the default load path.
12840 * README: Document it.
12841
12842 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12843
12844 * config.emacs: Guess the type of signal handling functions based
12845 on the contents of /usr/include/signal.h.
12846
12847 * config.emacs: Print out progress report messages.
12848
12849 * Makefile (src/paths.h): Don't generically replace
12850 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12851 editing of the other entries, and each entry should be dealt with
12852 explicitly anyway.
12853
12854 * build-install: Converted from C-shell to Bourne shell.
12855 * config.emacs: Edit build-install properly.
12856
12857 * config.emacs: Doc fix.
12858
12859 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12860
12861 * Makefile (install): Remove `B' from tar xf command.
12862
12863 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12864
12865 * config.emacs: Removed support for the `maintain-environment'
12866 option; the only important difference between this and its absence
12867 has been removed.
12868 * INSTALL: Removed mention of `maintain-environment'.
12869
12870 * config.emacs: Fix arguments to sed when processing boolean
12871 arguments.
12872
12873 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12874
12875 * config.emacs: New file, to help automate the installation
12876 process.
12877
12878 * Makefile: Lots of changes to support the separation of etc into
12879 architecture-dependent and -independent files:
12880 (EMACSROOT): New variable, giving the directory under which all of
12881 Emacs's libraries should be installed. Changed rest of file to
12882 use it.
12883 (LIBDIR): Now denotes only architecture-dependent dir.
12884 (DATADIR): New variable, denoting architecture-independent dir.
12885 (LOCKDIR): New variable, for completeness.
12886 (SUBDIR): No more etc, new lib-src.
12887 (COPYDIR): No more etc, new arch-lib and share-lib.
12888 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12889 (src): Now depends on lib-src, not etc.
12890 * build-install: Changes parallel to the above.
12891 * README: Describe the new arrangement.
12892
12893 * vms: New subdirectory for all the VMS stuff.
12894
12895 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12896
12897 * Makefile (LISPPATH): New variable.
12898 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12899
12900 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12901
12902 * Makefile (install, install.sysv, install.xenix):
12903 Install wakeup instead of loadst. No need for setuid or setgid.
12904
12905 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12906
12907 * Makefile (clean): Clean etc if that's not the installation dir.
12908
12909 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12910
12911 * Makefile (paths.h): Make sed alter each name in the path.
12912
12913 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12914
12915 * Makefile (install.sysv): Use cpio, not tar.
12916
12917 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12918
12919 * Makefile (lockdir): Rename `lock' target.
12920 Depend on it from install*, not from `all'.
12921
12922 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12923
12924 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12925 to match build-install and paths.h.
12926
12927 ;; Local Variables:
12928 ;; coding: utf-8
12929 ;; End:
12930
12931 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
12932
12933 This file is part of GNU Emacs.
12934
12935 GNU Emacs is free software: you can redistribute it and/or modify
12936 it under the terms of the GNU General Public License as published by
12937 the Free Software Foundation, either version 3 of the License, or
12938 (at your option) any later version.
12939
12940 GNU Emacs is distributed in the hope that it will be useful,
12941 but WITHOUT ANY WARRANTY; without even the implied warranty of
12942 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12943 GNU General Public License for more details.
12944
12945 You should have received a copy of the GNU General Public License
12946 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.