ChangeLog fixes
[bpt/emacs.git] / ChangeLog
1 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
4
5 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
6
7 * configure.ac (HAVE_W32): Avoid nested functions (the second
8 argument of AC_LANG_PROGRAM is already expanded inside a
9 function). (Bug#14830)
10
11 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
12
13 Port recent close-on-exec changes to Cygwin (Bug#14821).
14 * lib/binary-io.c, lib/binary-io.h: New files.
15 Merge from gnulib, incorporating:
16 2013-07-09 accept4, dup3, pipe2: port to Cygwin
17 * lib/pipe2.c: Update from gnulib, as part of this merge.
18 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
19
20 Handle errno and exit status a bit more carefully.
21 * lib/ignore-value.h: Remove this gnulib-imported file.
22 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
23
24 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
25
26 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
27
28 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
29
30 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
31 This incorporates the following merge from gnulib:
32 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
33
34 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
35
36 Port to Ubuntu 10 (Bug#14803).
37 * configure.ac (accept4): New function to check for.
38
39 Make file descriptors close-on-exec when possible (Bug#14803).
40 * configure.ac (mkostemp): New function to check for.
41 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
42 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
43 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
44 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
45
46 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
47
48 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
49 http://bugs.debian.org/712974
50
51 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
52
53 Remove some unused macros from 'configure'.
54 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
55 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
56 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
57 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
58 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
59 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
60 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
61 Remove these macros, as they are not used.
62 (sys_siglist): Remove macro; src/sysdep.c now does this.
63
64 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
65 Also check that it links. Say whether it compiled and linked.
66
67 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
68
69 Merge from gnulib, incorporating:
70 2013-06-23 ignore-value: port to gcc -pedantic
71 2013-06-21 extern-inline: port to gcc -std=c89
72
73 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
74
75 Do not use GTK 3 if it exists but cannot be compiled.
76 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
77 exists but cannot be compiled.
78
79 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
80
81 * Makefile.in (install-arch-indep): Do not create directories passed
82 with --enable-locallisppath.
83
84 2013-06-24 Glenn Morris <rgm@gnu.org>
85
86 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
87
88 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
89
90 * .bzrignore: Add GNU idutils ID database file.
91
92 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
93
94 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
95 as a fallback.
96
97 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * .bzrignore: Don't unignore cl-loaddefs.el.
100
101 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
102
103 * configure.ac (log2): Check for this function.
104
105 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
106
107 * .bzrignore: Add GNU GLOBAL files.
108
109 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
110
111 Use functions, not macros, for XINT etc. (Bug#11935).
112 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
113 as it generates bogus warnings about reasonable casts of calls.
114
115 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
116
117 * configure.ac: Report ACL usage at the end (Bug#14612).
118
119 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
120
121 --without-all should imply --with-file-notification=no. (Bug#14569)
122 * configure.ac (with_file_notification): Default to $with_features.
123
124 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
125
126 Merge from gnulib, incorporating:
127 2013-06-02 sig2str: port to C++
128 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
129
130 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
131
132 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
133 (with_file_notification): Don't set to gfile if with_ns = yes.
134
135 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
136
137 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
138 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
139 New variables.
140 (epaths-force-w32): Use them. (Bug#14513)
141
142 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
143
144 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
145
146 2013-06-03 Eli Zaretskii <eliz@gnu.org>
147
148 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
149 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
150
151 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
152
153 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
154 used. Remove xgselect.o from XOBJ.
155
156 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
157
158 * configure.ac (file-notification): New option, replaces inotify option.
159 (HAVE_W32): Remove w32notify.o.
160 (with_file_notification): Add checks for glib and w32. Adapt check
161 for inotify.
162 (Summary): Add entry for file notification.
163
164 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
165 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
166
167 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
168
169 * .bzrignore: Ignore dirs libexec/, share/ and var/.
170
171 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
172
173 * INSTALL: Fix description.
174
175 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176
177 * configure.ac (HAVE_XRANDR): Check availability of
178 XRRGetScreenResources rather than that of XRRQueryExtension.
179
180 2013-05-18 Eli Zaretskii <eliz@gnu.org>
181
182 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
183 nt/epaths.nt, and nt/INSTALL.MSYS.
184
185 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
186
187 Port --enable-gcc-warnings to clang.
188 * configure.ac (nw): Remove obsolescent warnings.
189 These aren't needed for clang, or for gcc for that matter.
190 (emacs_cv_clang): New var, which tests for clang.
191 Omit warnings that clang is too picky about.
192 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
193 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
194
195 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
196 Otherwise, 'configure; make' fails on non-Windows builds.
197
198 2013-05-16 Eli Zaretskii <eliz@gnu.org>
199
200 * lib/Makefile.am: If building for MS-Windows, include
201 nt/gnulib.mk instead of lib/gnulib.mk.
202
203 * configure.ac: Adapt to MSYS build on MS-Windows.
204
205 * Makefile.in (NTDIR): New variable, for the MSYS build on
206 MS-Windows.
207 (SUBDIR): Add $(NTDIR).
208 (.PHONY): Add epaths-force-w32.
209 (msys_to_w32): New variable.
210 (epaths-force-w32, install-nt, uninstall-nt): New targets.
211 (lib-src src): Add $(NTLIB) to prerequisites.
212 (lib lib-src lisp leim nt): Add 'nt'.
213 (config.status): Use $(CFG).
214 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
215 (install, install-arch-dep): Add install-$(NTDIR).
216 (uninstall): Depend on uninstall-$(NTDIR).
217 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
218
219 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
220 CONFIG_SITE for the MSYS build on MS-Windows.
221 (Makefile): Use $(CFG).
222
223 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
224 src/emacs.res.
225
226 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
227
228 Merge from gnulib, incorporating:
229 2013-05-15 manywarnings: update for GCC 4.8.0
230 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
231 2013-05-15 sig2str, stdio, warnings: port to clang
232
233 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * Makefile.in (install-doc): DOC file is not version specific any more.
236 * .bzrignore: Don't ignore DOC-* any more.
237
238 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
239
240 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
241 Reported privately by Han Boetes <han@boetes.org>.
242
243 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
244
245 * lib/makefile.w32-in (ACL_H): New macro.
246 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
247
248 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
249
250 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
251 * configure.ac: Remove -with-acl option, since Gnulib does that for
252 us now.
253 (LIBACL_LIBS): Remove; no longer needed.
254 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
255 for the benefit of the new ACL implementation.
256 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
257 ($(BLD)/acl-errno-valid.$(O)): New rule.
258 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
259 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
260 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
261 New files, taken from gnulib.
262 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
263
264 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
265
266 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
267 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
268
269 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
270
271 Merge from gnulib, incorporating:
272 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
273
274 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
275
276 * make-dist: Keep necessary restrictions on file access.
277
278 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
279
280 Merge from gnulib, incorporating:
281 2013-04-28 extern-inline: work around bug in Sun c99
282
283 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
284
285 Merge from gnulib, incorporating:
286 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
287
288 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
289
290 Port better to AIX (Bug#14258).
291 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
292 we did not already infer an optimization option, and -O works.
293 AIX xlc needs -O, otherwise garbage collection doesn't work.
294
295 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
296
297 * make-dist: Do not distribute admin/unidata/Makefile.
298 It is generated by 'configure'.
299
300 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
301 It messes up 'make distclean', and contains no useful information
302 because it's a copy of subdirs.el.
303
304 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
305
306 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
307
308 2013-04-18 Glenn Morris <rgm@gnu.org>
309
310 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
311 (LN_S_FILEONLY): New output variable.
312 * Makefile.in (LN_S): Remove.
313 (LN_S_FILEONLY): New, set by configure.
314 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
315
316 2013-04-12 Ken Brown <kbrown@cornell.edu>
317
318 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
319 `canonical' is `x86_64-unknown-cygwin'.
320
321 2013-04-09 Ken Brown <kbrown@cornell.edu>
322
323 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
324 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
325 (Bug#12993)
326
327 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
328
329 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
330 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
331 and if not on GNU/Linux or FreeBSD.
332 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
333 lib/*.o is profiled too.
334
335 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
336
337 Merge from gnulib, incorporating:
338 2013-03-29 stdalign: port to stricter ISO C11
339 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
340 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
341
342 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
343
344 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
345 Subsumed by HAVE_XKB. All uses changed.
346
347 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
348
349 * configure.ac (HAVE_XKB): Define if Xkb is present.
350
351 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
352
353 Merge from gnulib, incorporating:
354 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
355
356 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
357
358 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
359 * Makefile.in (QUIET_SUBMAKE): New macro.
360 (install-info, uninstall): Use it.
361
362 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
363 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
364 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
365 no way to do this in pkg-config, so make do with a reasonable
366 approximation.
367
368 Automate the build of ja-dic.el (Bug#13984).
369 * .bzrignore: Add leim/ja-dic/.
370
371 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
372
373 File synchronization fixes (Bug#13944).
374 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
375 (fsync): Remove check; now done by gnulib.
376 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
377 New files, from gnulib.
378 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
379
380 Merge from gnulib, incorporating:
381 2013-03-13 putenv: port to Solaris 10
382 2013-03-12 mktime: fix configure typo
383 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
384 2013-03-11 putenv: avoid compilation warning on mingw
385 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
386
387 2013-03-11 Glenn Morris <rgm@gnu.org>
388
389 * Merge in all changes up to version 24.3 release.
390
391 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
392
393 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
394 It can mess up 'configure' runs.
395
396 2013-03-05 Glenn Morris <rgm@gnu.org>
397
398 * Makefile.in (install-man): Ignore gzip exit status.
399
400 2013-03-03 Glenn Morris <rgm@gnu.org>
401
402 * make-dist: Remove lzma (it's replaced by xz).
403
404 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
405
406 Merge from gnulib, incorporating:
407 2013-02-21 putenv: port better to native Windows
408 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
409 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
410
411 2013-02-28 Ken Brown <kbrown@cornell.edu>
412
413 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
414
415 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
416
417 Simplify data_start configuration (Bug#13783).
418 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
419 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
420 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
421 not always needed.
422 (HAVE_DATA_START): New macro.
423
424 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
425
426 Parallelize documentation builds.
427 This speeds up building of documentation on multiprocessor
428 platforms, and is motivated by Texinfo 5.0, which is much slower.
429 Add a toplevel rule 'make docs' to make all the documentation.
430 * .bzrignore: Add .dvi, .html, .ps.
431 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
432 ($(DOCS), docs, vi, html, pdf, ps): New rules.
433 (info-real): Depend on $(INFOS) rather than doing it sequentially.
434 (dvi): Depend on $(DVIS) rather than doing it sequentially.
435
436 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
437
438 Fix AIX port (Bug#13650).
439 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
440
441 2013-02-12 Eli Zaretskii <eliz@gnu.org>
442
443 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
444 ($(BLD)/memrchr.$(O)): New dependency.
445
446 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
447
448 Tune by using memchr and memrchr.
449 * .bzrignore: Add string.h.
450 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
451 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
452 New files, from gnulib.
453
454 Merge from gnulib, incorporating:
455 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
456 2013-02-09 secure_getenv: fix C++ declaration typo
457
458 2013-02-11 Glenn Morris <rgm@gnu.org>
459
460 * configure.ac (emacs_config_options): Record some env vars.
461
462 2013-02-10 Glenn Morris <rgm@gnu.org>
463
464 * configure.ac (emacs_config_options): Strip out the (internal)
465 arguments --no-create and --no-recursion.
466
467 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
468
469 Merge from gnulib, incorporating:
470 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
471 The MS-Windows port can remove careadlinkatcwd at its convenience.
472 2013-02-08 extensions: port better to HP-UX
473 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
474 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
475 2013-02-04 secure_getenv: new module [module not used by Emacs]
476 2013-01-30 sys_time: port to Solaris 2.6
477
478 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
479
480 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
481 On my host, this speeds up directory-files-and-attributes by a
482 factor of 3, when applied to Emacs's src directory.
483 These functions are standardized by POSIX and are common these
484 days; fall back on a (slower) gnulib implementation if the host
485 is too old to supply them.
486 * .bzrignore: Add lib/dirent.h.
487 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
488 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
489 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
490 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
491 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
492 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
493 * m4/fstatat.m4: New files, from gnulib.
494 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
495 These last three are specific to Emacs and are not copied from gnulib.
496 They are simpler than the gnulib versions and are tuned for Emacs.
497
498 2013-02-01 Glenn Morris <rgm@gnu.org>
499
500 * make-dist: Only README files exist in lisp/ now, not README*.
501
502 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
503
504 * .bzrignore: Add lib-src/blessmail.
505
506 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
507
508 Merge from gnulib, incorporating:
509 2013-01-16 unistd: port to recent mingw
510
511 2013-01-19 Glenn Morris <rgm@gnu.org>
512
513 * Makefile.in (install-arch-indep): Put back a chmod that was
514 removed 2012-05-19. (Bug#13430)
515
516 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
517
518 Merge from gnulib, incorporating:
519 2013-01-16 largefile: port better to Mac OS X 10.5
520 2013-01-15 stdint: fix build with Android's Bionic fox x86
521
522 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
523
524 * configure.ac: Document that --enable-gcc-warnings emits errors.
525 (Bug#13448)
526
527 2013-01-13 Glenn Morris <rgm@gnu.org>
528
529 * make-dist: Add options for xz compression and no compression.
530
531 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
532
533 Enable conservative stack scanning for all architectures.
534 Suggested by Stefan Monnier in
535 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
536 * configure.ac (GC_MARK_STACK): Remove.
537
538 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
539
540 * lib/getopt_.h: Remove trailing CRs that crept in.
541
542 2013-01-11 Eli Zaretskii <eliz@gnu.org>
543
544 * lib/getopt_.h: Regenerate.
545
546 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
547
548 Merge from gnulib, incorporating:
549 2013-01-09 stdlib: port to Solaris 2.6
550
551 2013-01-04 Glenn Morris <rgm@gnu.org>
552
553 * info/dir: Add htmlfontify.
554
555 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
556
557 Merge from gnulib, incorporating:
558 2013-01-04 stdio: remove now-unnecessary stdio.c
559 2013-01-04 fprintftime: depend on stdio, not ignore-value
560 2013-01-04 fwrite: silence __wur only for older glibc versions
561 2013-01-04 fwrite: silence __wur without using inline
562 * lib/stdio.c: Remove.
563 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
564 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
565
566 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
567
568 Merge from gnulib, incorporating copyright-date changes and:
569 2012-12-31 dup2: work around cygwin bug
570
571 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
572
573 * configure.ac: Check for GtkHandlebox.
574 Check for GtkTearoffMenuItem.
575 New enable: --enable-gtk-deprecation-warnings, default off.
576 (HAVE_GTK3): If above enable is off, add
577 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
578
579 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
580
581 * configure.ac (TEMACS_LDFLAGS2): Don't define.
582 (LIBS_GNUSTEP): Set for GNUstep and substitute.
583 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
584
585 2012-12-27 Glenn Morris <rgm@gnu.org>
586
587 * configure.ac (emacs_config_options): New.
588 Use $@ rather than undocumented $ac_configure_args.
589 Replace any embedded double quotes. (Bug#13274)
590
591 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
592
593 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
594 (Bug#13222)
595
596 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
597
598 Revert static checking of stack smashing.
599 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
600 configured with --enable-gcc-warnings. -Wstack-protector causes
601 diagnostics to be issued on Ubuntu 12.10 x86-64.
602
603 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
604
605 Merge from gnulib, incorporating:
606 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
607 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
608 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
609
610 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
611
612 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
613
614 2012-12-16 Romain Francoise <romain@orebokech.com>
615
616 * configure.ac (acl): New option.
617 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
618 provided by libacl on GNU/Linux.
619
620 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
621
622 Fix permissions bugs with setgid directories etc. (Bug#13125)
623 * configure.ac (BSD4_2): Remove; no longer needed.
624
625 2012-12-13 Glenn Morris <rgm@gnu.org>
626
627 * info/dir: Add bovine, srecode, wisent.
628
629 2012-12-13 Andreas Schwab <schwab@suse.de>
630
631 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
632 (uninstall): Likewise. (Bug#13143)
633
634 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
635
636 Merge from gnulib for 'inline' (Bug#13040), incorporating:
637 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
638 * m4/extern-inline.m4: Update from gnulib.
639
640 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
641
642 * lib/makefile.w32-in (SIG2STR_H): New macro.
643 ($(BLD)/sig2str.$(O)): Update dependencies.
644
645 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
646
647 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
648 There's no need to test for any of three inotify functions,
649 since we use all three. Check for just the first one.
650
651 2012-12-10 Daniel Colascione <dancol@dancol.org>
652
653 * .bzrignore: Add src/emacs.res.
654
655 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
656 build how to compile Windows resource files; use these variables
657 to tell src/Makefile.in how and whether to compile resources.
658
659 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
660
661 * configure.ac (inotify): New option.
662 (HAVE_INOTIFY): Test for inotify.
663
664 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
665
666 * configure.ac: Fix source command in .gdbinit.
667 Don't quote $MAKEINFO.
668
669 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
670
671 Allow spaces in some configuration vars (Bug#13078).
672 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
673 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
674 All uses quoted, to allow spaces in these vars.
675
676 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
677
678 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
679 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
680 New files, copied automatically from gnulib.
681 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
682
683 2012-12-08 Eli Zaretskii <eliz@gnu.org>
684
685 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
686 Remove a stray character at the beginning of the file.
687 (Bug#13026)
688
689 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
690
691 Simplify get_lim_data.
692 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
693
694 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
695 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
696 Use SIGCHLD rather than SIGCLD.
697 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
698 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
699 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
700
701 2012-12-06 Glenn Morris <rgm@gnu.org>
702
703 * configure.ac: Handle info/ files with or without ".info" extension.
704
705 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
706
707 Merge from gnulib for 'inline' (Bug#13040), incorporating:
708 2012-11-29 snippet/warn-on-use: no 'static inline'
709 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
710 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
711 2012-11-29 fflush, stat: no 'static inline'
712 2012-11-29 stdio: better 'inline'
713 2012-11-29 sys_stat: no 'static inline'
714 2012-11-29 unistd: better 'inline'
715 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
716 2012-11-29 extern-inline: no 'static inline'
717 2012-11-29 sys_socket: better 'inline'
718 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
719 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
720 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
721 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
722 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
723 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
724 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
725 Update from gnulib.
726
727 2012-11-27 Eli Zaretskii <eliz@gnu.org>
728
729 * make-dist (nt): Adjust to changes in names of the *.manifest files.
730
731 2012-11-24 Ken Brown <kbrown@cornell.edu>
732
733 * configure.ac (HAVE_MOUSE): Remove.
734
735 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
736
737 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
738 * configure.ac: Do not check for dirent.h or closdir.
739
740 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
741
742 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
743 * configure.ac: Do not check for getcwd or getwd.
744
745 2012-11-21 Glenn Morris <rgm@gnu.org>
746
747 * configure.ac (--enable-profiling): Doc fix.
748
749 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
750
751 Improve static checking of integer overflow and stack smashing.
752 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
753 if using GCC 4.7.2 or later on a platform with
754 at least 64-bit long int. This improves static checking on these
755 platforms, when configured with --enable-gcc-warnings.
756
757 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
758
759 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
760 * configure.ac: Do not check for fcntl.h.
761 * lib/gnulib.mk: Regenerate.
762
763 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
764
765 Remove no-longer-used pty_max_bytes variable.
766 * configure.ac (fpathconf): Remove unnecessary check.
767
768 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
769
770 Use faccessat, not access, when checking file permissions (Bug#12632).
771 * .bzrignore: Add lib/fcntl.h.
772 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
773 (gl_FCNTL_O_FLAGS): Define a dummy version.
774 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
775 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
776 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
777 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
778 New files, from gnulib.
779 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
780
781 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
782
783 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
784 * configure.ac (setpgid, setsid): Assume their existence.
785 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
786
787 Simplify by assuming __fpending.
788 Now that Emacs is using the gnulib fpending module,
789 there's no need for Emacs to have a separate implementation.
790 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
791 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
792
793 2012-11-03 Eli Zaretskii <eliz@gnu.org>
794
795 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
796 $(BLD)/close-stream.$(O).
797 ($(BLD)/close-stream.$(O)):
798 ($(BLD)/fpending.$(O)): New dependencies.
799
800 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
801
802 Fix data-loss with --batch (Bug#9574).
803 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
804 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
805 New files, from gnulib.
806 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
807
808 2012-11-03 Eli Zaretskii <eliz@gnu.org>
809
810 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
811
812 2012-11-02 Glenn Morris <rgm@gnu.org>
813
814 * Makefile.in (EMACS_ICON): New variable.
815 (install-etc): Use EMACS_ICON to allow choice of icon.
816
817 2012-10-26 Glenn Morris <rgm@gnu.org>
818
819 * Makefile.in (EMACS_NAME): New variable.
820 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
821
822 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
823 applied to $EXEEXT.
824
825 * Makefile.in (uninstall): Don't abort if some directories are missing.
826 Apply transformation rules to manual pages, desktop and icon files.
827 No more emacs22 icons to uninstall.
828
829 2012-10-24 Glenn Morris <rgm@gnu.org>
830
831 * Makefile.in (install-etc, install-man):
832 Don't apply program transform to standard file suffixes.
833
834 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
835
836 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
837 This ports to Gentoo. Problem originally reported against coreutils,
838 but Emacs has it too.
839
840 2012-10-23 Glenn Morris <rgm@gnu.org>
841
842 * Makefile.in (emacs_transform): Remove.
843 (install-man): Revert 2012-10-21 change. (Bug#12713)
844
845 2012-10-21 Glenn Morris <rgm@gnu.org>
846
847 * Makefile.in (install-etc): Don't install emacs22 icons.
848
849 * Makefile.in (emacs_transform): New variable.
850 (install-etc): Prefer a make variable to a shell variable.
851
852 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
855
856 2012-10-15 Glenn Morris <rgm@gnu.org>
857
858 * Makefile.in (install-man, install-etc):
859 Apply $TRANSFORM. (Bug#12536#34)
860 (clean): Delete etc/emacs.tmpdesktop.
861
862 2012-10-11 Kenichi Handa <handa@gnu.org>
863
864 * .bzrignore: Add several files under admin/charsets.
865
866 2012-10-08 Daniel Colascione <dancol@dancol.org>
867
868 * configure.ac: Add --with-w32 as a window system option.
869 Limit it to Cygwin for now. Integrate w32 into the refactored window
870 system configuration and set TERM_HEADER to w32term.h when w32 is
871 configured.
872
873 (CYGWIN_OBJ): Add cygw32.o.
874
875 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
876
877 * configure.ac: Check that OSX is 10.4 or newer.
878
879 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
880
881 Improve sys_siglist detection.
882 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
883 Otherwise, it's not found in either Fedora 17 or Solaris 11.
884
885 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
886
887 Merge from gnulib, incorporating:
888 2012-10-02 pselect: reject invalid file descriptors
889 2012-10-02 ptsname: reject invalid file descriptors
890 2012-10-02 manywarnings: cater to more gcc infelicities
891 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
892 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
893 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
894 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
895
896 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
897
898 Merge from gnulib, incorporating:
899 2012-09-28 extern-inline: provide a -Wundef safe config.h
900
901 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
902
903 Check more robustly for timer_settime.
904 This should fix an OS X build problem reported by Ivan Andrus in
905 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
906 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
907 does threads its own way.
908 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
909
910 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
911
912 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
913 to avoid problems with recursion when using GNU make.
914
915 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
916
917 * Makefile.in (bootstrap): Simplify build procedure.
918 Suggested by Wolfgang Jenker in
919 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
920
921 Merge from gnulib, incorporating:
922 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
923
924 2012-09-19 Tassilo Horn <tsdh@gnu.org>
925
926 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
927 BoundingBox feature.
928
929 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
930
931 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
932
933 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
934
935 * Makefile.in (bootstrap): Revert last change. Run config.status
936 after config.status --recheck, run configure from $(srcdir).
937 (config.status): Run configure from $(srcdir).
938
939 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
940
941 * Makefile.in: Fix build error on FreeBSD.
942 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
943 Suggested by Wolfgang Jenker in
944 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
945 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
946 This undoes part of the 2012-09-10 patch.
947 (bootstrap): Run ./configure, rather than trying to run config.status
948 if it exists. That builds src/epaths.h more reliably.
949 Run autogen/copy_autogen if autogen.sh fails,
950 to create 'configure'; problem reported by Andreas Schwab in
951 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
952 * autogen.sh: Exit with status 1 when failing due to missing tools,
953 reverting the 2012-09-10 change to this file.
954 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
955 Use 'cp -f' for the build-aux files, since the destinations are
956 typically read-only.
957
958 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
959 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
960 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
961
962 2012-09-17 Glenn Morris <rgm@gnu.org>
963
964 * configure.ac (copyright): New output variable.
965 (COPYRIGHT): New AC_DEFINE.
966
967 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
968
969 Remove configure's --without-sync-input option (Bug#12450).
970 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
971
972 2012-09-16 Glenn Morris <rgm@gnu.org>
973
974 Increase compartmentalization of Nextstep builds rules,
975 and store Emacs version number in fewer versioned files.
976 * configure.ac (ns_appsrc): Use relative names.
977 (ns_frag): Remove.
978 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
979 (nextstep/Makefile): Generate these nextstep files.
980 (SUBDIR_MAKEFILES): Add nextstep.
981 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
982 * make-dist (nextstep/templates): Add directory.
983 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
984 (nextstep/Cocoa/Emacs.base/Contents)
985 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
986
987 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
988
989 Port better to POSIX hosts lacking _setjmp (Bug#12446).
990 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
991 (_setjmp, _longjmp): Remove.
992
993 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
994
995 * configure.ac (--without-sync-input): Fix typo in usage message.
996
997 * configure.ac: Port to hosts lacking gtk.
998 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
999 better, in particular, problems in invoking pkg-config itself.
1000 This is useful on hosts that don't have pkg-config.
1001 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1002 and gtk2 are both missing. Problem found on Solaris 8.
1003
1004 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1005
1006 * configure.ac: Reorder Xaw3d messages.
1007 Report Gtk+ 3 as GTK.
1008
1009 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1010
1011 Simplify SIGIO usage (Bug#12408).
1012 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1013 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1014 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1015 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
1016 to #undef SIGIO now (which was error-prone). Likewise, all uses
1017 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
1018
1019 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
1020
1021 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
1022 and then gtk2 if not found.
1023 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
1024 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
1025 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
1026
1027 2012-09-11 Glenn Morris <rgm@gnu.org>
1028
1029 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
1030 Be more explicit about dependencies, for parallel `make install'.
1031
1032 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1033
1034 Simplify, document, and port floating-point (Bug#12381).
1035 * configure.ac (logb, cbrt): Do not check for these functions,
1036 as they are not being used.
1037
1038 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
1039
1040 Improve robustness of 'make bootstrap' (Bug#12376).
1041 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
1042 * INSTALL, README: Document autogen.sh.
1043 * Makefile.in (Makefile): Mark it as precious, since it's updated
1044 atomically.
1045 (MAKE_CONFIG_STATUS): New macro.
1046 (config.status, bootstrap): Use it. This causes 'make bootstrap'
1047 to run config.status with the --recheck option, which is more
1048 appropriate for a bootstrap.
1049 (bootstrap): Run autogen.sh right after cleaning. Don't worry
1050 about failures due to missing tools.
1051 * autogen.sh: Exit with status 101 when failing due to missing tools.
1052 * make-dist: Distribute autogen.sh.
1053
1054 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
1055
1056 Assume C89 or later for math functions (Bug#12381).
1057 * configure.ac (frexp, fmod): Remove checks for these functions,
1058 as we now assume them.
1059 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
1060 (HAVE_EXCEPTION):
1061 Remove; no longer needed.
1062
1063 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 More signal-handler cleanup (Bug#12327).
1066 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
1067
1068 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
1069
1070 Signal-handler cleanup (Bug#12327).
1071 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1072 Adjust to syssignal.h changes.
1073 (SIGNAL_H_AB): Remove; no longer needed.
1074
1075 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
1076
1077 Simplify redefinition of 'abort' (Bug#12316).
1078 * configure.ac (NO_ABRT): Remove.
1079
1080 * configure.ac (_setjmp, _longjmp): Check by compiling
1081 instead of by guessing. The guesses were wrong for
1082 recent versions of Solaris, such as Solaris 11.
1083
1084 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
1085
1086 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
1087 It generates false alarms in doc.c, regex.c, xdisp.c. See
1088 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
1089
1090 Merge from gnulib, incorporating:
1091 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
1092 2011-11-30 manywarnings: update the list of "all" warnings
1093
1094 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
1095
1096 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
1097
1098 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1099
1100 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
1101 This ports to glibc 2.15 or later, when configured with
1102 --enable-gcc-warnings. See Eric Blake in
1103 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
1104
1105 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
1106
1107 * configure.ac: Introduce term_header variable, which holds the
1108 value which will become TERM_HEADER in code. We effect our choice
1109 of window system by setting term_header and WINDOW_SYSTEM_OBJ
1110 instead of using ad-hoc variables and flags for each window
1111 system.
1112
1113 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
1114
1115 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
1116 and if the user has not specified CFLAGS. -g3 simplifies
1117 debugging, since it makes macros visible to the debugger.
1118
1119 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
1122
1123 2012-08-25 Eli Zaretskii <eliz@gnu.org>
1124
1125 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
1126 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
1127
1128 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
1129
1130 On assertion failure, print backtrace if available.
1131 Merge from gnulib, incorporating:
1132 2012-08-24 execinfo: port to FreeBSD
1133 2012-08-22 execinfo: new module
1134 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1135 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
1136
1137 2012-08-22 Glenn Morris <rgm@gnu.org>
1138
1139 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
1140 do not create the bin/emacs link. (Bug#12011)
1141
1142 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 Merge from gnulib, incorporating:
1145 2012-08-20 extern-inline: support old GCC 'inline'
1146
1147 2012-08-20 Glenn Morris <rgm@gnu.org>
1148
1149 * configure.ac (AC_PROG_LN_S): Test for ln.
1150 * Makefile.in (LN_S): New, set by configure.
1151 (install-arch-dep): Use $LN_S.
1152
1153 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 Merge from gnulib, incorporating:
1156 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1157 2012-08-19 mktime, sys_select: avoid 'static inline'
1158 2012-08-19 gnulib-tool: Fix indentation.
1159
1160 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1161
1162 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1163 These files have been unused since the 2012-06-22 patch that
1164 introduced high-resolution time stamps.
1165
1166 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1167
1168 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1169 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1170
1171 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1172
1173 Merge from gnulib, incorporating:
1174 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1175
1176 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1179 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1180 ($(BLD)/u64.$(O)): Update dependencies.
1181
1182 2012-08-10 Glenn Morris <rgm@gnu.org>
1183
1184 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1185
1186 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1187
1188 * configure.ac (--disable-features): Rename to --without-all.
1189 (OPTION_DEFAULT_ON): Change to use with_features.
1190 * INSTALL: Fix description.
1191
1192 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1193
1194 * configure.ac: New option --disable-features.
1195 (OPTION_DEFAULT_ON): Change to use enable_features.
1196 * INSTALL: Explain --disable-features.
1197
1198 2012-08-07 Glenn Morris <rgm@gnu.org>
1199
1200 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1201 * autogen.sh (automake_min): Get it from configure.ac.
1202
1203 2012-08-06 Glenn Morris <rgm@gnu.org>
1204
1205 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1206
1207 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1208 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1209 (DISPNEW_NEEDS_STDIO_EXT): New define.
1210
1211 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
1212
1213 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
1214
1215 2012-08-05 Ulrich Müller <ulm@gentoo.org>
1216
1217 * configure.ac: Disable paxctl if binaries don't have a
1218 PT_PAX_FLAGS program header. (Bug#11979)
1219
1220 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1221
1222 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1223 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1224 (SHA512_H): Don't mention u64.h twice.
1225 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1226 New targets.
1227
1228 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1229
1230 Merge from gnulib, incorporating:
1231 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1232
1233 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1234
1235 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1236 out-of-tree build.
1237
1238 2012-08-02 Glenn Morris <rgm@gnu.org>
1239
1240 * make-dist: Remove src/s.
1241
1242 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1243
1244 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1245
1246 Merge from gnulib (Bug#12116), incorporating:
1247 2012-08-01 extern-inline: new module
1248 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
1249 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
1250 New files. The new .c files are for instantiating extern inline
1251 functions.
1252
1253 Port to Solaris 8.
1254 Without this change, 'configure' fails because the recently-added
1255 wait3 prototype in config.h messes up later 'configure' tests.
1256 Fix this problem by droping wait3 and WRETCODE, as they're
1257 no longer needed on hosts that are current porting targets.
1258 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1259 All uses changed to waitpid and WEXITSTATUS.
1260
1261 Avoid needless autoheader after autogen.sh.
1262 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1263 * .bzrignore: Add it.
1264 * autogen.sh: Create it.
1265
1266 2012-08-01 Glenn Morris <rgm@gnu.org>
1267
1268 * configure.ac (DOS_NT, MSDOS): New system type templates.
1269
1270 2012-08-01 Ulrich Müller <ulm@gentoo.org>
1271
1272 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1273 Don't include crtbegin.o and crtend.o. (Bug#12047)
1274
1275 2012-08-01 Glenn Morris <rgm@gnu.org>
1276
1277 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1278 (INTERNAL_TERMINAL): New.
1279
1280 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1281 (IS_ANY_SEP): Move here from src/lisp.h.
1282
1283 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1286 (CONF_POST_H): New macro.
1287
1288 2012-07-31 Glenn Morris <rgm@gnu.org>
1289
1290 * configure.ac (S_FILE): Remove output variable.
1291
1292 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1293
1294 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1295 Move here from src.
1296
1297 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1298 Move here from conf_post.h.
1299
1300 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1301
1302 Improve OpenMotif detection on GNU/Linux systems.
1303 * configure.ac (MOTIF): Check for /usr/include/openmotif
1304 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1305
1306 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1307
1308 * Makefile.in (install-arch-indep): Avoid eval.
1309
1310 2012-07-31 Glenn Morris <rgm@gnu.org>
1311
1312 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1313
1314 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1315 when removing src/s/sol2-6.h yesterday.
1316
1317 * configure.ac (USG5_4): Reintroduce this.
1318 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1319
1320 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1321
1322 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1323 and to s/usg5-4-common.h on irix6-5.
1324
1325 2012-07-30 Glenn Morris <rgm@gnu.org>
1326
1327 * configure.ac (AH_BOTTOM): Use an include file, so that the
1328 contents do not get processed by autoheader.
1329
1330 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1331
1332 Do not overwrite config.status while executing it (Bug#11214).
1333 * Makefile.in (MAKEFILE_NAME): New macro.
1334 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1335 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1336 so that GNU 'make' isn't tempted to make the Makefile and then
1337 regenerate config.status while config.status is running.
1338
1339 Update .PHONY listings in makefiles.
1340 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1341 FRC, install-arch-dep, install-arch-indep, install-doc,
1342 install-info, install-man, install-etc, install-strip, uninstall,
1343 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1344 (.RECURSIVE): Remove; hasn't been needed for years.
1345
1346 2012-07-30 Glenn Morris <rgm@gnu.org>
1347
1348 * configure.ac (SIGNAL_H_AHB): New hack macro.
1349 (opsysfile): Set to empty on netbsd, openbsd.
1350 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1351
1352 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
1353
1354 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1355
1356 * Makefile.in (install-arch-indep): Remove sh -x.
1357
1358 2012-07-30 Glenn Morris <rgm@gnu.org>
1359
1360 * configure.ac (opsysfile): Tweak message for null case.
1361
1362 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1363 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
1364
1365 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1366
1367 Merge from gnulib, incorporating:
1368 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1369
1370 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1371
1372 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1373
1374 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1375
1376 Use Gnulib environ module (Bug#9772).
1377 * m4/environ.m4: New file, from gnulib.
1378 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1379
1380 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1381 This should improve portability of macros like alignof and DECL_ALIGN.
1382 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1383 * .bzrignore: Add lib/stdalign.h.
1384 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1385 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1386 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1387 fiddles with this, as gnulib now does this for us.
1388
1389 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1390
1391 Fix toolkit configuration report.
1392 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1393 --with-x-toolkit=gtk3 is used.
1394
1395 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1396
1397 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1398 * configure.ac: Configure gnulib at the end, not before running
1399 pkg-config. This restores the behavior before 2012-06-22, when
1400 higher-resolution time stamps were added, and fixes a bug whereby
1401 LIB_PTHREAD was not used and gnulib's part of 'configure'
1402 therefore incorrectly assumed that pthread_sigmask wasn't working.
1403 Fix the problem with -lrt and clock_gettime a different way.
1404 This should complete the fix for Bug#11884.
1405 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1406
1407 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1408
1409 Merge from gnulib, incorporating:
1410 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1411 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1412
1413 2012-07-14 Glenn Morris <rgm@gnu.org>
1414
1415 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1416 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1417
1418 2012-07-13 Glenn Morris <rgm@gnu.org>
1419
1420 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1421
1422 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1423 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1424 Move "system type" macros here from src/s.
1425 (BSD_SYSTEM_AHB): New hack macro.
1426 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1427
1428 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1429 (GC_MARK_SECONDARY_STACK): Move here from src/s.
1430
1431 2012-07-12 Glenn Morris <rgm@gnu.org>
1432
1433 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1434 setting here from src/s/darwin.h.
1435
1436 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1437 as src/s/darwin.h used to.
1438
1439 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1440 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
1441 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
1442 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
1443 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
1444 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
1445 (XOS_NEEDS_TIME_H): Move here from src/s.
1446
1447 2012-07-11 Glenn Morris <rgm@gnu.org>
1448
1449 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
1450 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
1451
1452 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1453
1454 * configure.ac (tzset): Remove check that's redundant with gnulib.
1455
1456 2012-07-11 Glenn Morris <rgm@gnu.org>
1457
1458 * configure.ac (CLASH_DETECTION): Define unconditionally.
1459
1460 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1461
1462 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
1463 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
1464
1465 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1466
1467 Assume mkdir, rename, rmdir, strerror.
1468 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
1469
1470 2012-07-11 Glenn Morris <rgm@gnu.org>
1471
1472 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1473
1474 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1475
1476 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1477
1478 Remove "#define unix" that is no longer needed (Bug#11905).
1479 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1480 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1481 2012-07-09 getopt: Simplify after Emacs changed.
1482
1483 2012-07-10 Glenn Morris <rgm@gnu.org>
1484
1485 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1486 Move here from src/s.
1487
1488 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1489
1490 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1491 PNG_DEPRECATED.
1492
1493 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1494
1495 Add GCC-style 'const' attribute to functions that can use it.
1496 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1497 (ATTRIBUTE_CONST): New macro, in config.h.
1498
1499 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
1500
1501 * lib/makefile.w32-in: Rework dependencies.
1502 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1503 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1504 (U64_H, SHA512_H): New macros.
1505 (SRC): Redefine to point to src/, not current directory.
1506 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1507 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1508 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1509 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1510 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1511 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1512 ($(BLD)/filemode.$(O)): Update dependencies.
1513
1514 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1515
1516 Merge from gnulib, incorporating:
1517 2012-07-09 timespec: mark functions with const attributes
1518
1519 Rename configure.in to configure.ac (Bug#11603).
1520 The name 'configure.in' has been obsolescent for quite some time,
1521 and the next release of Autoconf will generate warnings for it.
1522 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1523 'configure.in' as autoconf input" in the Autoconf git repository.
1524 * configure.ac: Rename from configure.in.
1525 * INSTALL, INSTALL.BZR, README, make-dist:
1526 * Makefile.in (AUTOCONF_INPUTS):
1527 * autogen.sh (autoconf_min):
1528 * autogen/update_autogen (sources):
1529 Adjust to reflect new name.
1530
1531 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1532
1533 Restore deprecation warnings, except for older libpng.
1534 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1535 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1536 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1537
1538 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1539
1540 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1541
1542 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1543
1544 Improve static checking when configured --with-ns.
1545 See Samuel Bronson's remarks in
1546 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1547 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1548 a no-op with recent GCC and harmful in earlier ones.
1549 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1550 warning when compiling with ObjC. Always omit
1551 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1552 being done correctly.
1553
1554 2012-07-07 Glenn Morris <rgm@gnu.org>
1555
1556 * configure.in (BROKEN_SA_RESTART): Doc fix.
1557
1558 * configure.in: Rather than checking for things then undef'ing
1559 them on some platforms, simply don't check for them.
1560 (getwd): Don't check for it on unixware.
1561 (random, rint): Don't check for these on hpux.
1562 (res_init, libresolv): Don't check for these on darwin.
1563
1564 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
1565
1566 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1567 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1568 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1569 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1570
1571 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1572
1573 * configure.in: Document --enable-gcc-warnings better.
1574
1575 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1576 This is safer than strcasecmp, which has unspecified behavior
1577 outside the POSIX locale and in practice sometimes does not work
1578 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1579 * configure.in (strcasecmp, strncasecmp): Remove checks.
1580
1581 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1582 * lib/c-strncasecmp.c: New files, taken from gnulib.
1583 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1584
1585 Merge from gnulib, incorporating:
1586 2012-07-06 timespec-sub: avoid duplicate include
1587 Reported by Juanma Barranquero.
1588
1589 2012-07-06 Glenn Morris <rgm@gnu.org>
1590
1591 * make-dist [update]: Let autoreconf figure out what needs updating.
1592 Use `make info-real'. leim/leim-list.el should always exist.
1593 Check cd return value.
1594
1595 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1596
1597 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1598 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1599 2012-07-05 sys_time: allow too-wide tv_sec
1600
1601 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1602
1603 Merge from gnulib.
1604 * lib/alloca.in.h: New version from gnulib, incorporating:
1605 2012-07-03 alloca: add support for HP NonStop TNS/E native
1606
1607 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1608
1609 * configure.in: If --enable-gcc-warnings, disable
1610 -Wunsafe-loop-optimizations for -O1 optimization level.
1611
1612 2012-06-30 Glenn Morris <rgm@gnu.org>
1613
1614 * configure.in (standardlisppath): New output variable.
1615 (lisppath): Use standardlisppath.
1616 * Makefile.in (standardlisppath): New, set by configure.
1617 (epaths-force): Use standardlisppath and locallisppath rather than
1618 lisppath.
1619
1620 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1621
1622 * configure.in: Fix previous change. Remove --enable-asserts.
1623 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1624 Add --enable-link-time-optimization.
1625 * INSTALL: Mention this.
1626
1627 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1628
1629 * configure.in: Add glyphs category to --enable-checking option.
1630 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1631
1632 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1633
1634 * configure.in (ENABLE_CHECKING): Update comment.
1635
1636 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1637
1638 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1639 Emacs proper no longer uses these headers, and can rely on Gnulib
1640 for these checks.
1641
1642 Merge from gnulib.
1643 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1644 getopt-posix: No longer guarantee that option processing is resettable.
1645
1646 2012-06-27 Glenn Morris <rgm@gnu.org>
1647
1648 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1649
1650 * INSTALL: Remove references to paths.el.
1651
1652 2012-06-26 Eli Zaretskii <eliz@gnu.org>
1653
1654 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1655 This replaces separate dependency for each object file, which required
1656 the same object file to be mentioned twice, causing failures in
1657 parallel builds.
1658
1659 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1660
1661 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1662 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1663
1664 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1665
1666 * configure.in (AC_CHECK_FUNCS): Detect library functions
1667 strcasecmp and strncasecmp.
1668
1669 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1670
1671 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1672 We might as well use the spelling standardized by C11,
1673 as in the long run that should simplify maintenance.
1674 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1675
1676 2012-06-24 Eli Zaretskii <eliz@gnu.org>
1677
1678 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1679 ($(BLD)/timespec-add.$(O)):
1680 ($(BLD)/timespec-sub.$(O)): Don't depend on
1681 $(EMACS_ROOT)/nt/inc/sys/time.h.
1682
1683 * lib/stat-time.h:
1684 * lib/timespec.h:
1685 * lib/utimens.h: Revert last change.
1686
1687 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1688
1689 Merge from gnulib.
1690 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1691 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1692
1693 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1694
1695 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1696 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1697 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1698 $(BLD)/timespec-sub.$(O).
1699 ($(BLD)/dtotimespec.$(O)):
1700 ($(BLD)/gettime.$(O)):
1701 ($(BLD)/timespec-add.$(O)):
1702 ($(BLD)/timespec-sub.$(O)): New dependencies.
1703
1704 * lib/stat-time.h:
1705 * lib/timespec.h:
1706 * lib/utimens.h: Include sys/time.h.
1707
1708 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1709
1710 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1711 the correct CFLAGS and LIBS.
1712
1713 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1714
1715 Support higher-resolution time stamps (Bug#9000).
1716 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1717 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1718 that the new clock stuff doesn't clash with RSVG_LIBS.
1719 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1720 as gnulib does that for us now.
1721 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1722 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1723 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1724 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1725 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1726 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1727 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1728 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1729 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1730 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1731 New files, copied automatically from gnulib.
1732 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1733
1734 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1735
1736 Merge from gnulib.
1737 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1738 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1739 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1740 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1741 Copy new versions from gnulib, incorporating the following changes:
1742 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1743 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1744 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1745 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1746 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1747 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1748
1749 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1750
1751 * configure.in: Rename --enable-use-lisp-union-type to
1752 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1753 instead of USE_LISP_UNION_TYPE.
1754
1755 2012-06-12 Glenn Morris <rgm@gnu.org>
1756
1757 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1758 (opsysfile): Set specially for sol2-10.
1759
1760 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1761 New AC_DEFINEs, for hpux11.
1762 (opsysfile): Set specially for hpux11.
1763
1764 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1765
1766 * configure.in: Coalesce some function checking.
1767 This makes 'configure' a bit smaller.
1768 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1769
1770 2012-06-12 Glenn Morris <rgm@gnu.org>
1771
1772 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1773
1774 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1775
1776 * configure.in: Anticipate platforms with no src/s file.
1777
1778 2012-06-12 Chong Yidong <cyd@gnu.org>
1779
1780 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1781
1782 2012-06-11 Glenn Morris <rgm@gnu.org>
1783
1784 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1785
1786 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
1787
1788 * configure.in (dbus_type_is_valid): Check for library function.
1789
1790 2012-06-06 Glenn Morris <rgm@gnu.org>
1791
1792 * INSTALL, make-dist: Remove vcdiff.
1793
1794 2012-06-03 Glenn Morris <rgm@gnu.org>
1795
1796 * INSTALL, make-dist: Remove rcs-checkin.
1797
1798 2012-06-03 Ulrich Müller <ulm@gentoo.org>
1799
1800 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
1801
1802 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1803
1804 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1805 It is confusingly named and rarely useful. See, for example,
1806 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1807 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1808 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1809 * configure.in: Remove --disable-maintainer-mode.
1810 (USE_MAINTAINER_MODE, MAINT): Remove.
1811
1812 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1813
1814 Make 'configure' a bit smaller and faster.
1815 * configure.in (INSTALL_INFO): Set it with one call to
1816 AC_PATH_PROG, not three.
1817 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1818 so likely that it'll be needed.
1819 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1820 (AC_PROG_MAKE_SET): Remove; Automake does this.
1821 (sysinfo): Do not check for this function, as it's never used.
1822 (tzset): Check for this function just once.
1823 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1824 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1825
1826 2012-05-27 Eli Zaretskii <eliz@gnu.org>
1827
1828 * config.bat (lib): Create/update lib/stdalign.in-h and
1829 lib/sys_types.in-h.
1830
1831 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1832 ($(BLD)/sha1.$(O)):
1833 ($(BLD)/sha256.$(O)):
1834 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1835 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1836
1837 * lib/getopt_.h: Regenerate.
1838
1839 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1840
1841 Assume gnulib does largefile.
1842 Gnulib does the largefile configuration anyway, so when configure.in
1843 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1844 * configure.in (AC_SYS_LARGEFILE): Remove.
1845 * lib/gnulib.mk: Autoupdate.
1846
1847 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
1848
1849 Merge from gnulib. (Bug#11527)
1850
1851 The build procedure now creates <stdalign.h> and <sys/types.h> for
1852 older hosts that lack a working <stdalign.h> or whose
1853 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1854 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
1855 msdos and nt builds.
1856
1857 Here is a precis of gnulib changes that seem relevant; please see
1858 the gnulib ChangeLog for details.
1859
1860 2012-05-18 crypto: fix bug in large buffer handling
1861 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1862 2012-05-10 _Noreturn: port config.h to gcc -Wundef
1863 2012-05-08 warnings.m4: give a means to specify the program to compile
1864 2012-05-07 stdint: be more consistent with glibc, SunOS libc
1865 2012-04-21 Large File Support for native Windows platforms.
1866 2012-04-14 stat: Bypass buggy override in mingw64.
1867 2012-03-29 stdio: don't assume gets any more
1868 2012-03-24 Enable common subexpression optimization in GCC.
1869 2012-02-09 maint: replace FSF snail-mail addresses with URLs
1870 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1871 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1872 2012-01-21 stdint: Add support for Android.
1873 2012-01-15 Improve support for MSVC 9.
1874 2012-01-08 mktime: Avoid compilation error on Solaris 11.
1875 2012-01-05 Use ', not `, for quoting output.
1876 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1877 2012-01-05 strtoimax: Work around AIX 5.1 bug.
1878 2012-01-05 inttypes: Modernize.
1879 2011-12-13 inttypes, stdint: add C++11 support
1880 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1881 2011-11-21 _Noreturn: Check that _MSC_VER is defined
1882 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1883 2011-11-09 raise: fix mingw handling of SIGPIPE
1884 2011-10-27 Add stdalign module and use it in other modules.
1885
1886 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1887 * m4/sys_types_h.m4:
1888 New files.
1889 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
1890 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
1891 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
1892 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
1893 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
1894 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
1895 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1896 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
1897 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
1898 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
1899 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1900 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
1901 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
1902 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
1903 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
1904 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
1905 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
1906 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
1907 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
1908 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
1909 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
1910 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
1911 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
1912 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
1913 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
1914 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
1915 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
1916 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
1917 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
1918 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
1919 Update from gnulib.
1920
1921 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1922
1923 Remove src/m/*.
1924 * configure.in: Remove all mention of src/m/*.
1925 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
1926 All uses removed.
1927 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
1928 (BITS_PER_LONG_LONG): Move to src/lisp.h.
1929 * lib/makefile.w32-in: Remove dependencies on
1930 $(EMACS_ROOT)/src/m/intel386.h.
1931 * make-dist: Don't make links to src/m.
1932
1933 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1934
1935 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
1936 Without this further fix, aclocal was being invoked unnecessarily.
1937
1938 2012-05-22 Glenn Morris <rgm@gnu.org>
1939
1940 * Makefile.in (blessmail, install-arch-dep, uninstall):
1941 Check cd lib-src works.
1942 (install-arch-dep, uninstall): Remove unneeded subshells.
1943
1944 2012-05-21 Glenn Morris <rgm@gnu.org>
1945
1946 * update-subdirs: Move to build-aux/.
1947 * make-dist, Makefile.in (install-arch-indep): Update for this change.
1948
1949 * Makefile.in (leimdir): New, set by configure.
1950 (COPYDIR, COPYDESTS): Add leim directories.
1951 (install-leim): Remove.
1952 (install-arch-indep): Handle leim installation directly.
1953
1954 * vpath.sed: Remove unused file.
1955 * make-dist: No more vpath.sed.
1956
1957 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
1958
1959 Use full name for m4/gnulib-comp.m4. (Bug#11529)
1960 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
1961 even though the file's name in gnulib is m4/gnulib-comp.m4.
1962 This had a problem when merging from gnulib, as the code temporarily
1963 renamed it to the full name, causing problems when interrupted.
1964 Now the file has its full name, with the idea that we will find
1965 a solution for MS-DOS that does not affect the rest of Emacs.
1966 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
1967
1968 Assume C89 or later.
1969 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
1970 (POINTER_TYPE, PROTOTYPES): Remove.
1971
1972 Make merging from gnulib a script, not a makefile action.
1973 Putting it in a makefile has some problems with reflection, as
1974 merging from gnulib updates 'configure', which can update the makefile.
1975 Putting it in a standalone script breaks this loop.
1976 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
1977 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
1978 Remove, moving the actions to the script admin/merge-gnulib.
1979
1980 2012-05-21 Glenn Morris <rgm@gnu.org>
1981
1982 * configure.in (LEIM_INSTALLDIR):
1983 Rename to leimdir, treat like lispdir.
1984
1985 2012-05-21 Glenn Morris <rgm@gnu.org>
1986
1987 * Makefile.in (install-arch-indep, install-doc, install-info)
1988 (uninstall): Scrap superfluous subshells.
1989
1990 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
1991
1992 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
1993
1994 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1995
1996 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1997 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1998 getsockopt, setsockopt, mremap, mempcpy.
1999
2000 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2001 is being removed.
2002 (AC_CHECK_FUNCS): Remove ftime.
2003
2004 2012-05-19 Glenn Morris <rgm@gnu.org>
2005
2006 * Makefile.in (install-arch-indep): Remove unneeded subshell.
2007
2008 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2009 Set permissions of lisp/subdirs.el.
2010
2011 * Makefile.in (SUBDIR): Add leim. Update users.
2012
2013 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2014
2015 * Makefile.in (leim): No need to set PARALLEL.
2016
2017 2012-05-18 Glenn Morris <rgm@gnu.org>
2018
2019 * Makefile.in (install-arch-indep, install-info, install-man):
2020 Simplify some one-sided ifs.
2021
2022 * Makefile.in: Install only the relevant DOC file.
2023 (install-arch-indep): Delete etc/DOC*.
2024 (install-doc): No more need to delete etc/DOC.
2025
2026 * Makefile.in (install-arch-indep): Split into several rules.
2027 (install-doc, innstall-info, install-man): New rules.
2028
2029 * configure.in (mandir): May as well include it in the NS app bundle.
2030
2031 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
2032 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
2033 (install-arch-indep): Don't install-etc for self-contained ns builds.
2034
2035 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
2036 No longer unconditonally add /sw directories. (Bug#2280)
2037
2038 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
2039 (install-arch-indep): Depend on install-leim.
2040 (install): Remove explicit install-leim dependence.
2041
2042 * Makefile.in (install-arch-indep):
2043 Move last element of mkdir rule here.
2044 (mkdir): Remove rule.
2045
2046 * Makefile.in (install-arch-indep): Remove unneeded chmods.
2047 INSTALL_DATA does this for us.
2048
2049 * Makefile.in (install-arch-dep): Ensure bindir exists.
2050 Drop mkdir dependency.
2051 (install-arch-indep): Ensure docdir, infodir, mandir exist.
2052 (install-leim): Drop mkdir dependency.
2053 (mkdir): Remove most directories, now made in relevant rules.
2054
2055 * Makefile.in (install-arch-indep): Combine adjacent loops.
2056
2057 2012-05-17 Glenn Morris <rgm@gnu.org>
2058
2059 * Makefile.in (install-etc, mkdir):
2060 Make relevant directories in install-etc rather than mkdir.
2061
2062 * Makefile.in (write_subdir): Create the directory if needed.
2063 (install-arch-dep, mkdir): No need to make site-lisp directories.
2064
2065 * Makefile.in (write_subdir): New.
2066 (install-arch-indep, install-arch-dep): Use $write_subdir.
2067
2068 * configure.in (docdir, etcdir, infodir, lispdir):
2069 For a self-contained ns build, set these to the appropriate values.
2070 * Makefile.in (install-arch-dep): No need to move info/ any more.
2071
2072 * configure.in (ns_self_contained): New output variable.
2073 * Makefile.in (ns_self_contained): New, set by configure.
2074 (install-arch-dep): For a self-contained ns build,
2075 don't bother installing binaries then immediately deleting them.
2076
2077 * Makefile.in (ns_appbindir, ns_appresdir):
2078 Move them before things that may refer to them.
2079 (install-arch-dep): No need to relocate self-contained ns libexec.
2080
2081 * configure.in (archlibdir): Set it for self-contained ns builds.
2082 (libexecdir): Don't expand it now (this is mainly cosmetic).
2083
2084 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
2085
2086 * configure.in: Simplify by removing CPP etc.
2087 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
2088 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
2089 In particular we no longer need to fiddle with CPP, since we don't
2090 use CPP specially any more.
2091 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
2092 adjusted compiler.
2093 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
2094 since gl_EARLY and/or Autoconf already does these.
2095
2096 2012-05-16 Glenn Morris <rgm@gnu.org>
2097
2098 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
2099 (CPP): Do not unconditionally set it on Darwin.
2100 Instead, try to test if -no-cpp-precomp is accepted.
2101 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
2102
2103 2012-05-15 Glenn Morris <rgm@gnu.org>
2104
2105 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
2106
2107 * Makefile.in (install-arch-dep): Do not hard-code version number.
2108
2109 * Makefile.in (install-arch-dep): NS install no longer needs to
2110 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
2111
2112 2012-05-12 Glenn Morris <rgm@gnu.org>
2113
2114 * configure.in (ns_appbindir): Remove trailing "/".
2115
2116 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
2117 (MKDEPDIR): Use $MKDIR_P.
2118 * Makefile.in (MKDIR_P): New, set by configure.
2119 (mkdir): Use $MKDIR_P.
2120
2121 2012-05-11 Glenn Morris <rgm@gnu.org>
2122
2123 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
2124 Use INSTALL_DATA for the DOC file.
2125 Remove dead code for ./lisp that never executes.
2126
2127 2012-05-10 Glenn Morris <rgm@gnu.org>
2128
2129 * configure.in (LEIM_INSTALLDIR): New output variable.
2130
2131 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
2134
2135 2012-05-08 Glenn Morris <rgm@gnu.org>
2136
2137 * make-dist: No more doc/lispref/*.el.
2138
2139 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
2140
2141 * configure.in: Fix quoting bugs.
2142
2143 2012-05-04 Glenn Morris <rgm@gnu.org>
2144
2145 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2146
2147 2012-05-02 Glenn Morris <rgm@gnu.org>
2148
2149 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2150 the choices made by FreeBSD and NetBSD. (Bug#10313)
2151
2152 * Makefile.in (INFO_FILES): Remove variable.
2153 (INFO_NONMISC): New variable.
2154 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2155
2156 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2157 some reason caused problems on an old Solaris.
2158
2159 * Makefile.in (install-arch-indep, uninstall):
2160 Ensure that INSTALL-type commands are run from top-level.
2161
2162 * info/dir: Make some entries consistent with the source texi files.
2163
2164 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2165
2166 2012-05-02 Glenn Morris <rgm@gnu.org>
2167
2168 * Makefile.in (install-arch-indep):
2169 Combine adjacent install-data and install-info loops.
2170
2171 2012-05-01 Glenn Morris <rgm@gnu.org>
2172
2173 * Makefile.in (MAN_PAGES): Remove.
2174 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2175
2176 * configure.in: Try libtinfo for tputs.
2177 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2178
2179 * configure.in: Combine adjacent $opsys case blocks.
2180
2181 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2182
2183 * configure.in: Invert the TERMINFO logic,
2184 since "yes" is far more common than "no".
2185
2186 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2187
2188 * configure.in (LD_SWITCH_X_SITE_RPATH):
2189 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2190
2191 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2192
2193 2012-04-26 Glenn Morris <rgm@gnu.org>
2194
2195 * make-dist: No more doc/lispref/tindex.pl.
2196
2197 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2198
2199 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2200 (dbus_validate_interface, dbus_validate_member): Check also for
2201 these library functions.
2202
2203 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2204
2205 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2206 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2207 -Werror=deprecated-declarations flag, use of hooks like
2208 __malloc_initialize_hook causes compilation to fail because these
2209 hooks are deprecated. Modify 'configure' to check for these hooks too.
2210 Simplify the 'configure' code to test for all the hooks at once.
2211 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2212 (emacs_cv_var_doug_lea_malloc): ... this new var.
2213
2214 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2215
2216 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2217 dated 2011-10-07. Regenerating from current gnulib would be a
2218 pervasive change, and currently the trunk isn't open to such changes.
2219 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2220 that gnulib does it.
2221 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2222
2223 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2224
2225 * m4/gl-comp.m4: Update. (Bug#11285)
2226
2227 2012-04-20 Ludovic Courtès <ludo@gnu.org>
2228
2229 * configure.in: Don't use the -R option (Bug#11251).
2230
2231 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
2232
2233 configure: new option --enable-gcc-warnings (Bug#11207)
2234 I have been using this change for many months in my private copy
2235 of Emacs, and have used it to find several bugs. It's mature
2236 enough to publish now.
2237 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2238 * configure.in: Support --enable-gcc-warnings, in the style of
2239 other GNU packages such as coreutils.
2240 (C_WARNINGS_SWITCH): Remove, replacing with...
2241 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2242 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2243 when including system files with GCC.
2244 * etc/NEWS: Mention --enable-gcc-warnings.
2245 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
2246 * lib/Makefile.am (AM_CFLAGS): New macro.
2247 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2248
2249 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2250
2251 * configure.in (AC_CHECK_FUNCS):
2252 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
2253
2254 2012-04-16 Glenn Morris <rgm@gnu.org>
2255
2256 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2257
2258 * configure.in: Remove X libs workaround for old autoconf.
2259
2260 2012-04-12 Ken Brown <kbrown@cornell.edu>
2261
2262 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2263
2264 2012-04-11 Glenn Morris <rgm@gnu.org>
2265
2266 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2267
2268 2012-04-10 Glenn Morris <rgm@gnu.org>
2269
2270 * configure.in: Conditionally generate admin/unidata/Makefile.
2271
2272 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2273
2274 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
2275
2276 2012-04-09 Glenn Morris <rgm@gnu.org>
2277
2278 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2279 (install-leim): Check cd return value. Pass $MFLAGS.
2280 (install-strip): Pass $MFLAGS.
2281
2282 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2283 Eg org.texi has been using 4.7 functions for some time.
2284
2285 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2286
2287 Check pkg-config exit status when configuring (Bug#10626).
2288 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2289 works; check its exit status. Problem reported by Jordi Gutiérrez
2290 Hermoso in
2291 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2292
2293 2012-04-07 Glenn Morris <rgm@gnu.org>
2294
2295 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2296
2297 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2298
2299 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2300
2301 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2302
2303 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2304 * configure.in (LIBS_TERMCAP): Default this to the result of
2305 the tputs library search. Do a run-time test for the linkability
2306 of tputs unless cross-compiling, as that's more reliable if the
2307 link flags and libraries are messed up. Don't change LIBS as
2308 a result of the test, as that may mess up later tests.
2309
2310 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2311
2312 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2313
2314 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2315 specific makefiles to support getopt_.h generation with MSVC.
2316
2317 2012-02-04 Glenn Morris <rgm@gnu.org>
2318
2319 * Makefile.in (uninstall):
2320 Handle compressed info files and man pages. (Bug#10718)
2321
2322 2012-02-02 Glenn Morris <rgm@gnu.org>
2323
2324 * configure.in [HAVE_NS]:
2325 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2326
2327 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2328
2329 Port to older Solaris 10 versions (Bug#10677).
2330 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2331 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2332 possibly this is because Sun fixed the 'stat' bug in my version.
2333 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2334 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2335 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2336 These changes are based on gnulib version
2337 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2338 because Emacs is in feature freeze and we do not want to merge any
2339 more-recent changes from gnulib.
2340
2341 2012-01-31 Glenn Morris <rgm@gnu.org>
2342
2343 * configure.in: Throw an explicit error if Motif toolkit was
2344 requested but requirements could not be found.
2345
2346 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2347
2348 2012-01-30 Eli Zaretskii <eliz@gnu.org>
2349
2350 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2351 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2352 with "make -j3".
2353
2354 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2355
2356 * .bzrignore: Ignore etc/__pycache__.
2357
2358 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2359
2360 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
2361 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
2362 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2363 by Nelson H. F. Beebe in
2364 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2365
2366 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2367
2368 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2369
2370 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2371
2372 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2373 instead of LDFLAGS (Bug#10230).
2374
2375 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2376
2377 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2378
2379 Propagate configure flags to sub-configures.
2380 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
2381 New macros.
2382 (config.status, bootstrap): Use them to propagate configure flags
2383 to sub-configures.
2384 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2385
2386 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2387
2388 * .bzrignore: Add config.cache.
2389
2390 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2391
2392 * configure.in: Check for gtk_window_set_has_resize_grip.
2393
2394 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2395
2396 * configure.in (HAVE_XPM): Fix typo.
2397
2398 2011-11-22 Glenn Morris <rgm@gnu.org>
2399
2400 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2401 have confusing effects on the build. (Bug#6401)
2402
2403 * Makefile.in (install-arch-dep): Tweak previous change.
2404
2405 2011-11-22 Yavor Doganov <yavor@gnu.org>
2406
2407 Do not install arch-dependent files in the app bundle if
2408 --disable-ns-self-contained is requested. (Bug#1335)
2409 * configure.in (exec_prefix, libexecdir): Define relative to
2410 `ns_appbindir' only if configured for a self-contained app.
2411 * Makefile.in (install-arch-dep): Test for the existence of
2412 libexec in the Emacs.app bundle before executing commands.
2413
2414 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2415
2416 * configure.in: Remove reference to src/m/ibms390.h.
2417
2418 2011-11-13 Glenn Morris <rgm@gnu.org>
2419
2420 * INSTALL: Tiny updates for disk space used during installation.
2421
2422 2011-11-05 Eli Zaretskii <eliz@gnu.org>
2423
2424 * lib/makefile.w32-in (FRC): New dummy target.
2425 (TAGS): Depend on FRC.
2426
2427 2011-11-04 Glenn Morris <rgm@gnu.org>
2428
2429 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
2430 Do not include GnuTLS version info in final summary message.
2431
2432 2011-10-31 Eli Zaretskii <eliz@gnu.org>
2433
2434 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2435 they exist there, else from autogen/.
2436
2437 * make-dist (msdos): Add depfiles.bat and inttypes.h.
2438
2439 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2440
2441 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2442
2443 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2444
2445 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2446 if the library is found. Otherwise, later configure-time tests,
2447 such as the test for pthread_sigmask, generate the wrong results
2448 on some platforms. Problem reported for FreeBSD by Nali Toja.
2449
2450 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2451
2452 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2453 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2454 Remove; no longer needed, now that we defer to strftime for time
2455 zone names.
2456
2457 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2458
2459 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2460
2461 2011-10-18 Chong Yidong <cyd@gnu.org>
2462
2463 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2464
2465 2011-10-13 Glenn Morris <rgm@gnu.org>
2466
2467 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2468
2469 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2470
2471 * configure.in: Remove check for -lintl (Bug#9713).
2472 The check could break 'configure' on GNU/Linux with a (broken) libintl.
2473 The check was helpful but not essential in Solaris 2.6 (1997),
2474 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2475 obsolete -- Sun dropped support for it in 2006 -- and without
2476 access to that Silurian platform we can't maintain the code anyway.
2477
2478 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2479
2480 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2481 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2482 * m4/gnulib-common.m4: Merge from gnulib.
2483 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2484 command not found" on powerpc-apple-darwin9.8.0.
2485
2486 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2487 This is now done by src/alloc.c.
2488
2489 2011-10-02 Richard Stallman <rms@gnu.org>
2490
2491 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2492 and xlinux_second_failure to xgnu_linux_second_failure.
2493
2494 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2495
2496 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2497 lib/signal.in-h.
2498
2499 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
2500 Rename signal.in.h and alloca.in.h.
2501
2502 2011-09-28 Eli Zaretskii <eliz@gnu.org>
2503
2504 * INSTALL: Mention that m17n libraries and libotf are needed for
2505 Arabic shaping.
2506
2507 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2508
2509 Merge from gnulib, improving some licensing wording.
2510 This clarifies and fixes some licensing issues raised by Glenn Morris
2511 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2512 It also merges the latest version of texinfo.tex and has some
2513 MSVC-related changes that don't affect Emacs.
2514 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2515 pathmax, and raise, since these are needed only to address
2516 MSVC-related issues that Emacs doesn't have.
2517 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2518 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2519 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2520 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2521 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2522 * m4/unistd_h.m4: Merge from gnulib.
2523
2524 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2525
2526 * configure.in: Initialize HAVE_LIBXML2.
2527
2528 2011-09-26 Glenn Morris <rgm@gnu.org>
2529
2530 * make-dist: Add lib/makefile.w32-in.
2531
2532 2011-09-24 Glenn Morris <rgm@gnu.org>
2533
2534 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2535
2536 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2537
2538 * .dir-locals.el: Change the debbugs regexp to allow having the
2539 bug number as the first thing on a line.
2540
2541 2011-09-15 Glenn Morris <rgm@gnu.org>
2542
2543 * configure.in: Make configure work with recent GNUsteps.
2544 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2545 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
2546 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
2547
2548 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2549
2550 Merge from gnulib, porting to Tru64.
2551 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2552 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2553 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2554 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2555 doesn't affect Emacs.
2556
2557 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2558
2559 * configure.in (isnan): Remove now-unnecessary check.
2560
2561 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2562
2563 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
2564 This is to fix the following problems:
2565 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2566 configured not to use gtk or any other thread-using library,
2567 signals aren't blocked correctly.
2568 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2569 and IRIX's signal handling.
2570 . On Cygwin 1.7.5 it works around an incompatibility with
2571 the system pthread_sigmask.
2572 . On MacOS X 10.5 (32-bit), files whose inode numbers
2573 exceed 2**31 cannot be read or manipulated.
2574 . pthread_sigmask: Actually use results of gl_THREADLIB.
2575 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2576 . find 'ar' program that fits with --host argument.
2577 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
2578 * autogen/README: Update destination list.
2579 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2580 The autogenerated files compile, config.guess,
2581 config.sub, depcomp, install-sh, and missing are now in build-aux.
2582 * m4/largefile.m4: New file, so that Emacs does not mess up when
2583 accessing files with large inode numbers in MacOS X 10.5 and later.
2584 * m4/nocrash.m4: New file, to avoid triggering background debugger
2585 and/or create core dumps during 'configure'.
2586 * build-aux/move-if-change: Renamed from move-if-change.
2587 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2588 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2589 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2590 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
2591 * Makefile.in (epaths-force, sync-from-gnulib):
2592 move-if-change is now in build-aux.
2593 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2594 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2595 (mkdir): install-sh is now in build-aux.
2596 * config.bat: c++defs.h is now in build-aux/snippets.
2597 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2598 usual parameter).
2599 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2600 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2601 to build-aux/snippet.
2602 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2603 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2604 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2605 Solaris, enables MacOS extensions, and enables nocrash during
2606 'configure'.
2607 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2608
2609 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
2610
2611 * configure.in (snprintf): New check.
2612
2613 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2614
2615 * configure.in (opsys): Change pattern to *-*-linux*
2616 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
2617 Remove unreachable pattern hppa*-*-linux-gnu*.
2618 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2619 and that can't possibly work now that src/m/hp800.h no longer exists.
2620
2621 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2622
2623 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2624
2625 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2626
2627 * configure.in: Add header check: sys/socket.h (Bug#8477),
2628 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2629 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2630
2631 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2632
2633 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2634 (HAVE_GTK_AND_PTHREAD): Remove.
2635
2636 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2637
2638 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2639 build, not just GNUstep (Bug#9177).
2640
2641 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2642
2643 Assume freestanding C89 headers, string.h, stdlib.h.
2644 Again, this simplifies the code, and all current platforms have these.
2645 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2646 (AC_HEADER_STDC): Remove.
2647 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2648 (strchr, strrchr): Remove fallback macros.
2649
2650 Assume support for memcmp, memcpy, memmove, memset.
2651 This simplifies the code a bit. All current platforms have these,
2652 as they are required for C89. If this turns into a problem we
2653 can add the gnulib modules for these (a 1-line change to Makefile.in).
2654 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2655
2656 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2657
2658 * GNUmakefile: New file.
2659 This is for convenience, so that one can run GNU make in an
2660 unconfigured source tree, and get a default build.
2661
2662 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2663
2664 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2665
2666 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2667
2668 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2669 so as to suppress address randomization (Bug#8395).
2670
2671 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2672
2673 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2674 This fixes a build problem on older Mac OS X hosts.
2675
2676 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2677 test, which runs afoul of Automake installations where, for example,
2678 /usr/share/aclocal contains a copy of gl_THREADLIB.
2679 Problem reported by Sven Joachim in
2680 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2681 This is just a quick temporary fix, specific to Emacs; I'll work
2682 with the other gnulib maintainers to get a more-permanent fix.
2683
2684 Add gnulib's strtoimax module, needed on Solaris 8.
2685 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2686 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2687 automatically imported from gnulib.
2688 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2689
2690 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
2691
2692 Add gnulib support for pthread_sigmask (Bug#9010).
2693 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2694 * configure.in (AC_TYPE_UID_T): New dummy macro.
2695 Configure gnulib after adjusting LIBS,
2696 so that gnulib can assume the libraries in LIBS.
2697 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2698 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
2699 * lib/pthread_sigmask.c:
2700 New files, automatically imported from gnulib.
2701 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2702 due to the above changes.
2703 * .bzrignore: Add lib/signal.h.
2704
2705 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2706
2707 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2708
2709 * configure.in (maintainer-mode): Reflect default in help string.
2710
2711 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * configure.in: Remove reference to iris4d.h.
2714
2715 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2716
2717 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2718
2719 2011-07-01 Glenn Morris <rgm@gnu.org>
2720
2721 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2722
2723 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724
2725 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2726 which made ./configure infloop.
2727
2728 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2729
2730 * configure.in (gsettings): New option and check for GSettings.
2731
2732 2011-06-29 Glenn Morris <rgm@gnu.org>
2733
2734 * configure.in: Try to test for the required crt*.o files.
2735
2736 2011-06-27 Bill Wohler <wohler@newt.com>
2737
2738 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2739
2740 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2741
2742 Use gnulib's dup2 module instead of rolling our own.
2743 * Makefile.in (GNULIB_MODULES): Add dup2.
2744 * configure.in: Do not check for dup2; gnulib does that now.
2745 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2746
2747 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2748
2749 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2750
2751 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
2752
2753 Use gnulib's alloca-opt module.
2754 * .bzrignore: Add lib/alloca.h.
2755 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2756 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
2757 as gnulib now does that for us. Put alloca check in config.h.
2758 Include <alloca.h> before any other include file, for AIX 3.
2759 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2760 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2761
2762 2011-06-21 Leo Liu <sdl.web@gmail.com>
2763
2764 * m4/sha256.m4:
2765 * m4/sha512.m4:
2766 * m4/gl-comp.m4:
2767 * lib/u64.h:
2768 * lib/sha256.c:
2769 * lib/sha256.h:
2770 * lib/sha512.c:
2771 * lib/sha512.h:
2772 * lib/makefile.w32-in (GNULIBOBJS):
2773 * lib/gnulib.mk:
2774 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2775 crypto/sha512 modules from gnulib.
2776
2777 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2778
2779 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2780
2781 2011-06-17 Glenn Morris <rgm@gnu.org>
2782
2783 * configure.in: Restore the behavior of checking crt-dir only
2784 when the user specified it (not all platforms use it).
2785
2786 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2787
2788 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2789
2790 2011-06-16 Miles Bader <miles@gnu.org>
2791
2792 * configure.in: Try to determine CRT_DIR automatically when
2793 using gcc.
2794
2795 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2796
2797 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2798 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2799 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2800 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2801 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2802 Merge from gnulib.
2803
2804 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2805
2806 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2807
2808 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2809
2810 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2811
2812 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2813
2814 * configure.in: Add --with-wide-int.
2815 * INSTALL: Mention this.
2816
2817 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2818
2819 Merge from gnulib.
2820 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2821
2822 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2823
2824 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2825
2826 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
2827
2828 Use 'inline', not 'INLINE'.
2829 * configure.in (INLINE): Remove.
2830
2831 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2832
2833 Adjust to recent gnulib change for @GUARD_PREFIX@.
2834 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2835 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2836 _@GUARD_PREFIX@_.
2837
2838 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2839
2840 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
2841
2842 2011-05-24 Glenn Morris <rgm@gnu.org>
2843
2844 * Makefile.in (check): Just give a message if no test/ directory.
2845
2846 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2847
2848 * configure.in (OPT_MAKEFILES_IN): Remove.
2849 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2850 (SUBDIR_MAKEFILES_IN): New output variable.
2851 * Makefile.in (OPT_MAKEFILES_IN): Remove.
2852 (SUBDIR_MAKEFILES_IN): Let configure set it.
2853
2854 2011-05-24 Leo Liu <sdl.web@gmail.com>
2855
2856 * m4/sha1.m4:
2857 * m4/gl-comp.m4:
2858 * lib/sha1.h:
2859 * lib/sha1.c:
2860 * lib/makefile.w32-in (GNULIBOBJS):
2861 * lib/gnulib.mk:
2862 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2863
2864 2011-05-24 Glenn Morris <rgm@gnu.org>
2865
2866 * configure.in: Remove test for already configured source directory.
2867 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
2868
2869 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2870
2871 2011-05-24 Glenn Morris <rgm@gnu.org>
2872
2873 * make-dist: Don't distribute test/. (Bug#8107)
2874 * configure.in (OPT_MAKEFILES_IN): New output variable.
2875 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2876 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2877 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2878 (check): Give an explicit error if test/ is not present.
2879
2880 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2881 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2882 (Makefile): Use $SUBDIR_MAKEFILES_IN.
2883
2884 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2885
2886 * lib/verify.h: Merge from gnulib.
2887
2888 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2889
2890 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
2891 Merge from gnulib.
2892
2893 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
2894
2895 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
2896
2897 2011-05-20 Eli Zaretskii <eliz@gnu.org>
2898
2899 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
2900
2901 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2902
2903 2011-05-20 Glenn Morris <rgm@gnu.org>
2904
2905 * configure.in (lisp_frag): New output file.
2906
2907 2011-05-19 Glenn Morris <rgm@gnu.org>
2908
2909 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
2910 (WINDOW_SUPPORT): Remove output variables that are no longer used.
2911
2912 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2913
2914 * lib/gnulib.mk:
2915 * lib/intprops.h:
2916 * lib/unistd.in.h:
2917 * m4/inttypes.m4:
2918 * m4/stdint.m4:
2919 * m4/unistd_h.m4: Sync from gnulib.
2920
2921 2011-05-14 Glenn Morris <rgm@gnu.org>
2922
2923 * configure.in: Treat failure to find an X toolkit the same way we treat
2924 failure to find X and image support.
2925
2926 2011-05-12 Glenn Morris <rgm@gnu.org>
2927
2928 * Makefile.in (src, install-arch-indep, bootstrap-clean)
2929 (check-declare): Shell portability fixes. (Bug#8642)
2930
2931 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2932
2933 * configure.in: Require GnuTLS 2.6.x or higher.
2934
2935 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2936
2937 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
2938 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
2939 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
2940
2941 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
2942 This new gnulib-tool option saves 'configure' the trouble of
2943 checking for strtoull when strtoumax exists.
2944
2945 * configure.in (BITS_PER_LONG_LONG): New macro.
2946
2947 2011-05-05 Glenn Morris <rgm@gnu.org>
2948
2949 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
2950 (top_distclean): Delete config.log~.
2951
2952 2011-04-27 Ben Key <bkey76@gmail.com>
2953
2954 * configure.in: Fixed a bug that caused configure with
2955 --enable-checking=stringoverrun to have no effect.
2956
2957 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
2958
2959 * configure.in: Suppress unnecessary checks for size_t.
2960 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
2961 (size_t): Do not check for this, and do not typedef. This code
2962 is never exercised now.
2963
2964 * Makefile.in (GNULIB_MODULES): Add strtoumax.
2965 This is needed for the new integer-reading code in lread.c.
2966 It automatically pulls in the following gnulib files, which
2967 are used on old-fashioned platforms that don't have strtoumax:
2968 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
2969 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
2970 m4/strtoull.m4, m4/strtoumax.m4.
2971 * .bzrignore: Add lib/inttypes.h.
2972
2973 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2974
2975 * configure.in: Check for GnuTLS certificate verify callbacks.
2976
2977 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * Makefile.in (config.status): Don't erase in case of error.
2980 In case it disappeared, rebuild it with `configure'.
2981
2982 2011-04-20 Ken Brown <kbrown@cornell.edu>
2983
2984 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
2985
2986 2011-04-12 Glenn Morris <rgm@gnu.org>
2987
2988 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
2989
2990 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
2991
2992 * lib/allocator.c: New file, automatically generated by gnulib.
2993
2994 2011-04-07 Glenn Morris <rgm@gnu.org>
2995
2996 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2997
2998 2011-04-06 Eli Zaretskii <eliz@gnu.org>
2999
3000 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3001 Revert last change.
3002
3003 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
3004
3005 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3006 ($(BLD)/careadlinkat.$(O)): New target.
3007 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3008 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3009 Update dependencies.
3010
3011 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
3012
3013 Fix more problems found by GCC 4.6.0's static checks.
3014
3015 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3016
3017 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
3018 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3019 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3020 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3021
3022 2011-04-06 Glenn Morris <rgm@gnu.org>
3023
3024 * autogen/update_autogen: Handle loaddefs-like files as well.
3025 (usage): Add -l, -C.
3026 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
3027 With -l, check status of lisp/ as well.
3028 With -C, clean before building.
3029 (autoreconf): Only pass -f in the `clean' case.
3030 (commit): New function.
3031
3032 2011-03-28 Glenn Morris <rgm@gnu.org>
3033
3034 * autogen/update_autogen: Pass -f to autoreconf.
3035
3036 * autogen.sh (get_version): Discard "not found" lines.
3037 (check_version): Respect $AUTOCONF etc environment variables.
3038
3039 2011-03-27 Glenn Morris <rgm@gnu.org>
3040
3041 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
3042 (AH_BOTTOM): Do not define SIGTYPE.
3043
3044 2011-03-26 Glenn Morris <rgm@gnu.org>
3045
3046 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
3047 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
3048
3049 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
3050
3051 * autogen/update_autogen: Remove useless function keyword.
3052
3053 2011-03-25 Eli Zaretskii <eliz@gnu.org>
3054
3055 * config.bat: Generate src/config.h and lib/Makefile from
3056 autogen/config.in and autogen/Makefile.in.
3057
3058 2011-03-25 Glenn Morris <rgm@gnu.org>
3059
3060 * compile, config.guess, config.sub, depcomp, install-sh, missing:
3061 Remove; autoreconf can supply them.
3062 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
3063 config.guess, install-sh. Pass -i to autoreconf.
3064 * autogen/update_autogen (genfiles): Add compile, config.guess,
3065 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
3066 Discard non-error output from autoreconf in -q case.
3067 * autogen/compile, autogen/config.guess, autogen/config.sub:
3068 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
3069 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
3070 install-sh, missing.
3071
3072 2011-03-23 Glenn Morris <rgm@gnu.org>
3073
3074 * autogen/update_autogen: Fix typo.
3075 (msg): Remove function; use `exec' instead.
3076
3077 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
3078 (sync-from-gnulib): Don't sync mkinstalldirs.
3079 * make-dist: Don't distribute mkinstalldirs.
3080
3081 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
3082
3083 Fix more problems found by GCC 4.5.2's static checks.
3084 * Makefile.in (GNULIB_MODULES): Add socklen.
3085 * configure.in: Do not check for sys/socket.h, since socklen does that.
3086 * m4/socklen.m4: New automatically-generated file, from gnulib.
3087
3088 fakemail: Remove dependency on ignore-value.
3089 * Makefile.in (GNULIB_MODULES): Add stdio.
3090 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
3091 imported from gnulib.
3092 * .bzrignore: Add lib/stdio.h.
3093
3094 2011-03-22 Glenn Morris <rgm@gnu.org>
3095
3096 * autogen/copy_autogen: Work from ./ or ../.
3097 Fix time-stamps.
3098 * autogen.sh: Doc fix.
3099
3100 2011-03-20 Glenn Morris <rgm@gnu.org>
3101
3102 * autogen/: New directory, to be excluded from releases.
3103 * autogen/copy_autogen, autogen/update_autogen: New scripts.
3104 * autogen/README: New file.
3105 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
3106 * autogen/Makefile.in: Add auto-updated generated files.
3107 * autogen.sh: No longer a no-op, now it tests for autotools
3108 and runs them as necessary.
3109 * configure.in: Default maintainer-mode to on.
3110 * aclocal.m4, configure, lib/Makefile.in: Remove files.
3111
3112 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
3113
3114 Update for gnulib.
3115 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
3116 includes <intprops.h> directly.
3117 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
3118 when building Emacs on Solaris 9 and running it on Solaris 10.
3119
3120 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
3121
3122 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
3123
3124 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3125
3126 * Version 23.3 released.
3127
3128 2011-03-06 Glenn Morris <rgm@gnu.org>
3129
3130 * configure.in (FREETYPE_LIBS): Actually set it to something.
3131
3132 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
3133
3134 Work around some portability problems with symlinks.
3135
3136 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
3137 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
3138 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
3139 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
3140 * m4/symlink.m4:
3141 New files, automatically generated from gnulib.
3142 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3143 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
3144
3145 2011-02-26 Eli Zaretskii <eliz@gnu.org>
3146
3147 * .bzrignore: Ignore new lib/*.in-h files.
3148
3149 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3150 Call depfiles.bat even if lib/deps already exist.
3151
3152 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3153
3154 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
3155 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3156 recent changes to configure.in and to gnulib.
3157
3158 2011-02-24 Glenn Morris <rgm@gnu.org>
3159
3160 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3161 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3162
3163 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3164
3165 Assume S_ISLNK etc. work, since gnulib supports this.
3166 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3167 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3168 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3169 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3170
3171 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3172
3173 * lib/min-max.h: New file, for "min" and "max".
3174
3175 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3176
3177 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
3178 $(EMACS_ROOT)/nt/inc/stdint.h.
3179
3180 2011-02-21 Eli Zaretskii <eliz@gnu.org>
3181
3182 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3183 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3184 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3185
3186 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 Import filemode module from gnulib.
3189 * .bzrignore: Add lib/sys/.
3190 * Makefile.in (GNULIB_MODULES): Add filemode.
3191 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3192 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3193 from gnulib. This adds support for some more file types, e.g.,
3194 Cray DMF migrated files.
3195 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3196 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3197 * m4/sys_stat_h.m4: New files, generated from gnulib.
3198 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3199 Regenerate.
3200
3201 2011-02-20 Eli Zaretskii <eliz@gnu.org>
3202
3203 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3204 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3205
3206 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3207
3208 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3209 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3210 is no longer needed, due to the recent SSDATA and related changes.
3211 Perhaps -Wno-pointer-sign should also be removed from
3212 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3213 way to test this so I left it alone.
3214 * configure: Regenerate.
3215
3216 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
3217
3218 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3219 src/makefile.w32-in.
3220
3221 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3222
3223 Import crypto/md5 and stdint modules from gnulib.
3224 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3225 Regenerate.
3226 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3227 Import the new versions from gnulib; they assume a C99-style
3228 <stdint.h>, supplied by the stdint module.
3229 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3230 imported from gnulib.
3231 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3232 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3233 special cases.
3234
3235 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3236
3237 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
3238 Add lib/deps/.
3239
3240 * config.bat: Configure in `lib'.
3241 Generate *.Po files in lib/deps.
3242
3243 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3244
3245 Import IRIX 6.5 getloadavg fixes from gnulib.
3246 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3247
3248 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3249
3250 Import getloadavg module from gnulib.
3251 * .bzrignore: Add lib/stdlib.h.
3252 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3253 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3254 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3255 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3256 Remove; gnulib does this now.
3257 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3258 from gnulib. This adds support for several other systems, such
3259 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3260 buffer overrun on Linux hosts under very high load, and on hosts
3261 that maintain a channel to the load average file it makes sure
3262 the file descriptor is close-on-exec (on hosts that support this)
3263 and is not stdin, stdout, or stderr.
3264 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3265 from gnulib.
3266 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3267 * src/config.in: Regenerate.
3268
3269 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3270
3271 Merge from gnulib.
3272
3273 * install-sh: Update to scriptversion 2011-01-19.21.
3274
3275 2011-02-13 Bruno Haible <bruno@clisp.org>
3276
3277 Consistent macro naming for macros that use GCC __attribute__.
3278 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
3279 ATTRIBUTE_DEPRECATED.
3280
3281 2011-02-12 Bruno Haible <bruno@clisp.org>
3282
3283 setlocale: Prefer gnulib's override over libintl's override.
3284 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3285 GNULIB_defined_setlocale is set.
3286
3287 2011-02-13 Glenn Morris <rgm@gnu.org>
3288
3289 * make-dist: Exclude generated file src/globals.h.
3290
3291 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3292
3293 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3294 Sync from gnulib, which has been patched to fix the problem
3295 with the license notices. Problem reported by Glenn Morris in
3296 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3297
3298 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * .bzrignore: Ignore globals.h and related stamp.
3301
3302 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3303
3304 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3305 This merges the following fix from gnulib:
3306
3307 2011-02-08 Bruno Haible <bruno@clisp.org>
3308
3309 Split large sed scripts, for HP-UX sed.
3310
3311 2011-02-08 Tom Tromey <tromey@redhat.com>
3312
3313 * configure: Rebuild.
3314 * configure.in (NS_OBJC_OBJ): New subst.
3315
3316 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3317
3318 gnulib: allow multiple gnulib generated replacements to coexist
3319 This defines a few preprocessor symbols that should not affect Emacs.
3320 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3321 via "make sync-from-gnulib".
3322
3323 gnulib: undo previous change
3324 The upstream _HEADERS change was backed out of gnulib (see the
3325 same thread). Stay in sync with gnulib.
3326
3327 gnulib: adjust to upstream _HEADERS change
3328 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3329 New empty macros, to accommodate recent changes to gnulib. See
3330 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3331 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3332 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3333 * lib/time.in.h, lib/unistd.in.h:
3334 Regenerate.
3335
3336 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3337
3338 sync from gnulib to remove HAVE_STDBOOL_H
3339 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
3340 AC_HEADER_STDBOOL. All uses changed. Do not define
3341 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3342 imported from the latest Autoconf git. It was motivated by Emacs,
3343 which uses gnulib but does not need HAVE_STDBOOL_H.
3344 * configure, src/config.in: Regenerate.
3345 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3346
3347 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3348
3349 allow C code to suppress warnings about ignored return values
3350 * Makefile.in (GNULIB_MODULES): Add ignore-value.
3351 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3352 * lib/ignore-value.h: New file.
3353
3354 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
3355
3356 * configure.in: Test existence of xaw3d library, not just the
3357 header (Bug#7642).
3358
3359 2011-01-31 Eli Zaretskii <eliz@gnu.org>
3360
3361 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3362 $(BLD)/time_r.$(O).
3363 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3364 $(EMACS_ROOT)/src/m/intel386.h.
3365 ($(BLD)/strftime.$(O)):
3366 ($(BLD)/time_r.$(O)): Define prerequisites.
3367
3368 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3369
3370 src/emacs.c now gets version number from configure.in
3371 * configure.in (version): Set this from $PACKAGE_VERSION,
3372 which is set from AC_INIT, rather than scouting through src/emacs.c.
3373 * configure: Regenerate.
3374 * make-dist (version): Get it from configure.in, not src/emacs.c.
3375
3376 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3377
3378 strftime: import from gnulib
3379 * Makefile.in (GNULIB_MODULES): Add strftime.
3380 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3381 needed.
3382 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3383 Regenerate.
3384 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3385 imported from gnulib.
3386 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3387 This incorporates many changes from gnulib, including simpler
3388 handling of multibyte formats, porting to mingw32 and other
3389 platforms, and support for higher-resolution time stamps.
3390 Emacs does not yet use the higher-resolution interface.
3391
3392 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3393
3394 gnulib: import mktime and move-if-change fixes from gnulib
3395
3396 * configure: Regenerate from the following.
3397
3398 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3399
3400 mktime: clarify long_int width checking
3401 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3402 the top level, to make it clearer that the assumption about
3403 long_int width is being checked. See
3404 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3405
3406 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3407
3408 TYPE_MAXIMUM: avoid theoretically undefined behavior
3409 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3410 negative number, which the C Standard says has undefined behavior.
3411 In practice this is not a problem, but might as well do it by the book.
3412 Reported by Rich Felker and Eric Blake; see
3413 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
3414 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3415 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3416
3417 mktime: #undef mktime before #defining it
3418 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3419
3420 mktime: systematically normalize tm_isdst comparisons
3421 * lib/mktime.c (isdst_differ): New function.
3422 (__mktime_internal): Use it systematically for all isdst comparisons.
3423 This completes the fix for libc BZ #6723, and removes the need for
3424 normalizing tm_isdst.
3425 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
3426 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3427
3428 mktime: fix some integer overflow issues and sidestep the rest
3429
3430 This was prompted by a bug report by Benjamin Lindner for MinGW
3431 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3432 His bug is due to signed integer overflow (0 - INT_MIN), and I
3433 I scanned through mktime.c looking for other integer overflow
3434 problems, fixing all the bugs I found.
3435
3436 Although the C Standard says the resulting code is still not safe
3437 in the presence of integer overflow, in practice it should be good
3438 enough for all real-world two's-complement implementations, except
3439 for debugging environments that deliberately trap on integer
3440 overflow (e.g., gcc -ftrapv).
3441
3442 * lib/mktime.c (WRAPV): New macro.
3443 (SHR): Also check that long_int and time_t shift right in the
3444 usual way, before using the fast-but-unportable method.
3445 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3446 used. The code already assumed two's complement, so there's
3447 no need to test for alternatives. All uses removed.
3448 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3449 the C standard. Problem reported by Rich Felker in
3450 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3451 (twos_complement_arithmetic): Also check long_int and time_t.
3452 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3453 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3454 (__mktime_internal): Avoid integer overflow with unary subtraction
3455 in two instances where -1 - X is an adequate replacement for -X,
3456 since the calculations are approximate.
3457
3458 2011-01-29 Eric Blake <eblake@redhat.com>
3459
3460 mktime: avoid infinite loop
3461 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3462 type; behavior is still undefined but portable to all known targets.
3463 Reported by Rich Felker.
3464
3465 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3466
3467 mktime: avoid problems on NetBSD 5 / i386
3468 * lib/mktime.c (long_int): New type. This works around a problem
3469 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3470 but time_t is 64 bits, and where I expect the existing code is
3471 wrong in some cases.
3472 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3473 (ydhms_diff): Bring back the compile-time check for wide-enough
3474 year and yday.
3475
3476 mktime: fix misspelling in comment
3477 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3478 This merges all recent glibc changes of importance.
3479
3480 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3481
3482 move-if-change: cope with concurrent mv of identical file.
3483 * move-if-change (CMPPROG): Accept environment
3484 variable as an override for `cmp'.
3485 (usage): Document CMPPROG.
3486 Adjust comparison to drop stdout. Cope with failure of mv if
3487 the target file exists and is identical to the source, for
3488 parallel builds.
3489 Report from H.J. Lu against binutils in PR binutils/12283.
3490
3491 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3492
3493 * lib/makefile.w32-in:
3494 * lib/getopt_.h: New files.
3495
3496 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3497
3498 improve fix for MS-DOS file name clash
3499 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
3500 for portability to POSIX make. Reported by Bruno Haible.
3501 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3502 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3503 files from accumulating as garbage. Also reported by Bruno Haible.
3504
3505 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3506
3507 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3508 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3509 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3510 problems with MS-DOS 8+3 file name restrictions.
3511 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3512 it, it would also cause problems when extracting Emacs distribution
3513 tarballs on MS-DOS hosts.
3514 (ACLOCAL_INPUTS): Adjust to file renaming.
3515 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3516 * config.guess, config.sub: Sync from gnulib.
3517 * m4/gnulib-cache.m4: Remove from repository.
3518 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3519
3520 2011-01-25 Glenn Morris <rgm@gnu.org>
3521
3522 * README: Add a note about ranges in copyright years.
3523
3524 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3525
3526 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3527
3528 * configure.in: Add HP-UX on IA64 (Bug#6811).
3529
3530 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3531
3532 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3533 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3534 as it is no longer needed.
3535 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3536 * configure.in: Invoke the new gnulib macro
3537 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3538 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3539 * m4/getopt.m4: Sync from gnulib; this removes the need for
3540 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3541 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3542 New macro, synced from gnulib.
3543 * m4/warn-on-use.m4: Remove.
3544
3545 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3546
3547 aclocal.m4: put this file back into repository
3548 This way, we don't have to assume that the maintainer has
3549 the automake package installed. See
3550 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3551 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3552 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3553 undoing the previous change.
3554 * aclocal.m4: New file (actually, resurrected).
3555
3556 2011-01-22 Miles Bader <miles@gnu.org>
3557
3558 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3559 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3560 Emacs directly uses fontconfig, and breaks building when using a
3561 strict linker).
3562
3563 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3564
3565 src/config.in: shrink slightly
3566 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3567 This makes src/config.in a bit smaller, by removing identifiers
3568 like GNULIB_TEST_MKTIME that Emacs does not need.
3569 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3570 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3571 Sync from gnulib. This removes a few more unnecessary symbols from
3572 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3573 * configure, src/config.in: Regenerate.
3574
3575 aclocal.m4: tweaks to regenerate more conveniently
3576 This attempts to act better when the source is in a weird state. See
3577 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3578 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3579 * .bzrignore: Add aclocal.m4.
3580
3581 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3582
3583 aclocal.m4: omit auto-generated file from repository
3584 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3585 the most recent change here.
3586 * aclocal.m4: Remove from bzr repository. This file is
3587 auto-generated and isn't needed to run 'configure'. See
3588 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3589
3590 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3591
3592 Minor Makefile.in tweaks to build from gnulib better.
3593 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3594 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3595 (top_maintainer_clean): Don't remove aclocal.m4.
3596
3597 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3598
3599 Minor cleanups for 'bzr status'
3600 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3601 the output of config.guess.
3602 * Makefile.in (top_distclean): Remove stamp-h1 too.
3603
3604 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3605 defined if the compiler supports GCC-style __attribute__
3606 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3607 this syntax.
3608
3609 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
3610
3611 Makefile.in: tidy up the building of lib
3612 * Makefile.in (am--refresh): Mark as .PHONY.
3613 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3614 as they're not rebuilt unless you do a "make sync-from-gnulib"
3615 and the former is needed for "configure".
3616 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3617 has already removed lib/Makefile.
3618
3619 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3620 This avoids building ftoastr and ldtoastr, which aren't needed. See
3621 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
3622
3623 * .bzrignore: Add .h files that are host-dependent.
3624 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3625 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3626 host-dependent and are built as part of an ordinary 'make', and
3627 should not be checked in.
3628
3629 * lib/Makefile.in: Regenerate.
3630 * lib/COPYING: New file, a copy of COPYING.
3631
3632 * configure: Regenerate.
3633 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3634
3635 Regenerate.
3636 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3637 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3638 New files, copied from gnulib by gnulib-tool.
3639 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
3640 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3641 Regenerate.
3642
3643 Use gnulib's getopt-gnu module.
3644 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3645 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3646 representative of the dependencies.
3647 * configure.in: Do not configure getopt, as gnulib does that now.
3648 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3649 getopt now, in lib.
3650
3651 Regenerate.
3652 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3653 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
3654 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3655 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3656 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3657 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3658 * m4/wchar_t.m4, warn-on-use.h:
3659 New files, copied from gnulib by gnulib-tool.
3660 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3661 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3662 Regenerate.
3663
3664 Use gnulib's mktime module.
3665 * Makefile.in (GNULIB_MODULES): Add mktime.
3666 * configure.in: Remove code no longer needed, as gnulib now does it.
3667 (AC_CHECK_FUNCS): Remove mktime.
3668 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3669 (__restrict): Remove, as this now gets in the way of the C99
3670 support for 'restrict' pulled in by the gnulib mktime module.
3671 Code should now use 'restrict' and not '__restrict".
3672 (mktime): Remove.
3673 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3674 and warn-on-use.h into the distribution.
3675
3676 Regenerate.
3677 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3678 * lib/ldtoastr.c, m4/c-strtod.m4:
3679 New files, copied from gnulib by gnulib-tool.
3680 * lib/dummy.c: Remove.
3681 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3682 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3683 Regenerate.
3684
3685 Use gnulib's ftoastr module.
3686 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3687
3688 Regenerate.
3689 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3690 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
3691 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3692 New files, generated automatically, with 'make sync-from-gnulib'
3693 followed by 'make'.
3694 * configure, lisp/dired.el, src/config.in: Regenerate.
3695
3696 Automate syncing from gnulib.
3697 * INSTALL, README: Document new subdirectory 'lib'.
3698 * Makefile.in (SUBDIR): Add lib.
3699 (SUBDIR_MAKEFILES): Add lib/Makefile.
3700 (lib-src, src, TAGS, tags): Depend on lib.
3701 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3702 ($(gnulib_srcdir)): New rule.
3703 (sync-from-gnulib): New rule, which is .PHONY.
3704 (lib): New rule, which is like lib-src.
3705 (Makefile): Depend on lib/Makefile.in.
3706 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3707 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3708 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3709 (am--refresh): New rule, to pacify Automake.
3710 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3711 Clean lib, too.
3712 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3713 droppings.
3714 (maintainer-clean, extraclean): Use it.
3715 * configure.in: Initialize for automake and gnulib, by invoking
3716 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3717 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3718 more conveniently with automake.
3719 * lib/Makefile.am: New file.
3720 * make-dist: Also put into the distribution aclocal.m4,
3721 compile, depcomp, missing, and the files under lib/.
3722
3723 2011-01-15 Glenn Morris <rgm@gnu.org>
3724
3725 * Makefile.in (epaths-force): No more arch-tag to edit.
3726
3727 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3728
3729 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3730
3731 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3732
3733 * make-dist: Distribute test/ files too.
3734 Distribute every file under test/ that is under version control,
3735 using patterns like *.el to capture files that are added later.
3736 Without this change, "configure" would fail, because it would
3737 attempt to build from a Makefile.in that was not distributed.
3738
3739 2011-01-13 Christian Ohler <ohler@gnu.org>
3740
3741 * Makefile.in (INFO_FILES): Add ERT.
3742
3743 * Makefile.in (check): Run tests in test/automated.
3744
3745 * Makefile.in:
3746 * configure.in: Add test/automated/Makefile.
3747
3748 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3749
3750 * install-sh, mkinstalldirs, move-if-change: Update from master
3751 source in gnulib.
3752
3753 * config.guess, config.sub: Updated from master source.
3754
3755 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3756
3757 * configure.in: Check for __builtin_unwind_init.
3758
3759 2011-01-05 Glenn Morris <rgm@gnu.org>
3760
3761 * configure.in (HAVE_MAKEINFO): New output variable.
3762 (MAKEINFO): Reset to "makeinfo" if not found.
3763 * Makefile.in (install-arch-indep, info):
3764 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3765
3766 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
3767
3768 * configure.in: Make gameuser configurable (Bug#7717).
3769
3770 2010-12-15 Glenn Morris <rgm@gnu.org>
3771
3772 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3773 long absent lib-src/fns-*.el.
3774
3775 2010-12-11 Glenn Morris <rgm@gnu.org>
3776
3777 * make-dist: Exclude etc/*.pyc.
3778
3779 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3780
3781 * configure.in: Don't double machfile in final message.
3782
3783 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * configure.in: Fix last change.
3786
3787 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3788
3789 * configure.in: Remove reference to removed machine description
3790 files and allow $machine and $machfile to be empty.
3791 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
3792
3793 2010-12-03 Glenn Morris <rgm@gnu.org>
3794
3795 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3796
3797 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3798
3799 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3800 (EXTERNALLY_VISIBLE): New definition.
3801
3802 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3805
3806 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 * configure.in: Do not check for unconditionally included headers.
3809
3810 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3813
3814 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
3815
3816 * configure.in: Don't write a warning for D-Bus anymore.
3817
3818 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3819
3820 * configure.in: Fix indentation.
3821
3822 2010-10-31 Ken Brown <kbrown@cornell.edu>
3823
3824 * configure.in (checking whether localtime caches TZ):
3825 Use unsetenv instead of modifying environment directly.
3826
3827 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3828
3829 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3830 to avoid warning.
3831
3832 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3833
3834 * configure.in: Remove the BROKEN annotation from GnuTLS.
3835
3836 2010-10-22 Glenn Morris <rgm@gnu.org>
3837
3838 * make-dist: Avoid listing .el files twice. Don't try to run
3839 autoconf if --no-update.
3840
3841 2010-10-20 Glenn Morris <rgm@gnu.org>
3842
3843 * make-dist: No longer create lisp/MANIFEST.
3844
3845 2010-10-14 Glenn Morris <rgm@gnu.org>
3846
3847 * BUGS, INSTALL.BZR, README: Updates.
3848
3849 2010-10-13 Glenn Morris <rgm@gnu.org>
3850
3851 * make-dist: Remove --compress. Check for the appropriate
3852 gzip-like executable, and if not found, don't compress.
3853 Check version number in README, don't change it.
3854 Use find for nt/inc/*.h.
3855
3856 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3857
3858 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3859 Remove trailing / from directory names.
3860
3861 2010-10-12 Glenn Morris <rgm@gnu.org>
3862
3863 * make-dist: Update and simplify.
3864
3865 2010-10-12 Eli Zaretskii <eliz@gnu.org>
3866
3867 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
3868
3869 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3870
3871 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3872
3873 2010-10-09 Glenn Morris <rgm@gnu.org>
3874
3875 * make-dist: No more doc/emacs/*.texi.in.
3876
3877 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3878
3879 2010-10-09 Glenn Morris <rgm@gnu.org>
3880
3881 * configure.in: Combine some conditionals.
3882
3883 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3884 * make-dist: Include doc/emacs/*.texi.in.
3885
3886 * INSTALL, make-dist: Remove references to b2m.
3887 * Makefile.in (MAN_PAGES): Remove b2m.1.
3888
3889 2010-10-05 Glenn Morris <rgm@gnu.org>
3890
3891 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
3892
3893 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3894
3895 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
3896
3897 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
3898
3899 * configure.in: Include stdlib.h and string.h unconditionally.
3900
3901 2010-09-29 Romain Francoise <romain@orebokech.com>
3902
3903 * configure.in: Don't enable ImageMagick unless HAVE_X11.
3904
3905 2010-09-28 Glenn Morris <rgm@gnu.org>
3906
3907 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
3908 happy.
3909
3910 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
3912 * configure.in: Enable imagemagick by default.
3913
3914 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3915
3916 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
3917 GnuTLS libraries.
3918
3919 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3920
3921 * configure.in: Set up GnuTLS.
3922
3923 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
3924
3925 * configure.in: Announce whether libxml2 is linked to.
3926
3927 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3928
3929 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
3930
3931 2010-09-18 Eli Zaretskii <eliz@gnu.org>
3932
3933 * config.bat: Detect that libxml2 is installed and if so, build
3934 with it.
3935
3936 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3937
3938 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
3939 be used. This fixes a conf problem on Mac OS X.
3940
3941 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3942
3943 * configure.in: Check for libxml2.
3944
3945 2010-09-09 Glenn Morris <rgm@gnu.org>
3946
3947 * make-dist: No more TODO files under lisp/.
3948
3949 2010-09-04 Eli Zaretskii <eliz@gnu.org>
3950
3951 * config.bat: Produce lisp/gnus/_dir-locals.el from
3952 lisp/gnus/.dir-locals.el.
3953
3954 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
3955
3956 * configure.in: Fix check for librsvg, imagemagick and
3957 MagickExportImagePixels.
3958
3959 2010-08-18 Joakim Verona <joakim@verona.se>
3960
3961 * Makefile.in, configure.in: Checks for ImageMagick.
3962
3963 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * configure.in (AC_PREREQ): Require autoconf 2.65.
3966
3967 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3968
3969 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
3970
3971 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3972
3973 * configure.in: Add AC_C_BIGENDIAN.
3974
3975 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3976
3977 * configure.in (ORDINARY_LINK): Use on hpux* too.
3978
3979 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3980
3981 * configure.in: Check for util.h.
3982 Use -Wimplicit-function-declaration if compiler supports it.
3983
3984 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3985
3986 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
3987
3988 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
3989
3990 * configure.in: Restore accidentally removed use of
3991 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
3992
3993 2010-07-29 Chad Brown <yandros@mit.edu>
3994
3995 * configure.in: Check for dirent.h.
3996
3997 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3998
3999 * configure.in: Remove reference to usg5-4, unused.
4000
4001 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4002
4003 * configure.in: Check for __executable_start.
4004
4005 2010-07-24 Ken Brown <kbrown@cornell.edu>
4006
4007 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4008
4009 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
4010
4011 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4012
4013 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4014
4015 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4016
4017 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4018
4019 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4020 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4021 (C_OPTIMIZE_SWITCH): Remove.
4022 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4023
4024 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4025
4026 * configure.in: Don't check for index and rindex, check for strchr
4027 and strrchr. Define strchr and strrchr as index and rindex,
4028 resp., in src/config.h if not available.
4029
4030 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
4031
4032 * configure.in: Use -Wold-style-definition if available.
4033 This helps with the transition to standard C code, it can be
4034 removed when done.
4035
4036 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
4037
4038 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
4039 and MSWindows.
4040
4041 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
4042
4043 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
4044 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
4045
4046 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4047
4048 * configure.in (getenv): Remove K&R declaration.
4049
4050 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
4051
4052 * configure.in: Remove define __P.
4053
4054 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 * configure.in (--enable-use-lisp-union-type): New flag.
4057
4058 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
4059
4060 Fix CFLAGS for non-GCC compilers.
4061 * configure.in (CFLAGS): Always use -g like it was done before the
4062 2010-03-30 change.
4063 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
4064 (Bug#6538)
4065
4066 2010-06-30 Glenn Morris <rgm@gnu.org>
4067
4068 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
4069 Set with AC_DEFINE rather than AH_BOTTOM.
4070
4071 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
4072 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
4073 Set with shell, not cpp.
4074 (LIBX): Remove, just use -lX11 in the one place this was used.
4075 (cannot_dump): Replace with CANNOT_DUMP.
4076
4077 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
4078
4079 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
4080 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
4081 by minimum required Gtk+ 2.6). Add checks for functions introduced
4082 in Gtk+ 2.14 or newer (bug#6505).
4083
4084 2010-06-26 Eli Zaretskii <eliz@gnu.org>
4085
4086 * config.bat: Remove white space around "+" in COPY commands.
4087
4088 2010-06-23 Glenn Morris <rgm@gnu.org>
4089
4090 * info/dir: Start descriptions in column 32, per Texinfo convention.
4091
4092 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * INSTALL: Update font information (Bug#6389).
4095
4096 2010-06-16 Glenn Morris <rgm@gnu.org>
4097
4098 * INSTALL: General update.
4099
4100 2010-06-12 Glenn Morris <rgm@gnu.org>
4101
4102 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
4103
4104 2010-06-11 Glenn Morris <rgm@gnu.org>
4105
4106 * configure.in (--without-compress-info): New option.
4107 (GZIP_INFO): New output variable.
4108
4109 * Makefile.in (GZIP_INFO): New, set by configure.
4110 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
4111 Handle man pages in the same way.
4112
4113 2010-06-10 Glenn Morris <rgm@gnu.org>
4114
4115 * Makefile.in (install-arch-indep): Gzip the info files too.
4116
4117 * make-dist: Remove references to non-existent directories and files.
4118
4119 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
4120
4121 * configure.in: Include <strings.h> and <string.h> instead of
4122 "strings.h" and "string.h".
4123
4124 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
4125
4126 * configure.in: Remove code dealing with BSTRING.
4127
4128 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
4129
4130 * configure.in (AC_PREREQ): Require autoconf 2.65.
4131
4132 * configure.in (unxec): Do not define and substitute.
4133 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
4134
4135 2010-06-03 Glenn Morris <rgm@gnu.org>
4136
4137 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
4138
4139 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
4140
4141 Fix alloca definition when using gcc on non-gnu systems.
4142 * configure.in: Use the code sequence indicated by "info autoconf"
4143 for alloca (bug#6170).
4144
4145 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * .bzrignore: Ignore new files from trunk, which appear if you use
4148 colocated branches (i.e. "bzr switch").
4149
4150 2010-05-28 Glenn Morris <rgm@gnu.org>
4151
4152 * configure.in: Simplify some of the $canonical tests.
4153
4154 2010-05-27 Glenn Morris <rgm@gnu.org>
4155
4156 * config.bat: Do not preprocess src/Makefile.in.
4157
4158 * configure.in: Do not preprocess src/Makefile.in.
4159 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4160 (AC_EGREP_CPP): Test no longer needed.
4161
4162 * make-dist: No more Makefile.c files.
4163
4164 2010-05-26 Glenn Morris <rgm@gnu.org>
4165
4166 * configure.in (YMF_PASS_LDFLAGS): Remove.
4167 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4168
4169 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4170 Add $GNUSTEP_LOCAL_HEADERS.
4171 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4172
4173 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4174 (GNUSTEP_MAKEFILES): Remove.
4175 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4176 stuff to here.
4177
4178 2010-05-25 Glenn Morris <rgm@gnu.org>
4179
4180 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4181 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4182
4183 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4184 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4185 here instead.
4186
4187 2010-05-24 Romain Francoise <romain@orebokech.com>
4188
4189 * make-dist: Look for version in src/emacs.c.
4190 Use lisp/subr.el rather than lisp/version.el for location check.
4191
4192 2010-05-21 Glenn Morris <rgm@gnu.org>
4193
4194 * configure.in (MKDEPDIR): Parallel build tweak.
4195
4196 * configure.in (ns_frag): New output file.
4197
4198 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4199 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4200
4201 * configure.in (cannot_dump): New output variable.
4202
4203 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4204
4205 * configure.in: On NetBSD, if terminfo is found, use it in
4206 preference to termcap. (Bug#6190)
4207
4208 2010-05-20 Glenn Morris <rgm@gnu.org>
4209
4210 * make-dist (src): Include *.mk.
4211 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4212 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4213 (deps_frag): New output file.
4214 (AUTO_DEPEND): Remove this definition.
4215
4216 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4217
4218 2010-05-19 Glenn Morris <rgm@gnu.org>
4219
4220 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4221 (ORDINARY_LINK): New AC_DEFINE.
4222 (LIB_GCC): No need to set if ORDINARY_LINK.
4223
4224 2010-05-18 Glenn Morris <rgm@gnu.org>
4225
4226 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4227 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4228
4229 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4230 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4231 (RALLOC_OBJ): New output variable.
4232
4233 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4234 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4235
4236 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * Makefile.in (src): Provide the name of the VCS file that witnesses
4239 a pull.
4240 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4241
4242 2010-05-17 Glenn Morris <rgm@gnu.org>
4243
4244 * configure.in (OLDXMENU_DEPS): New output variable.
4245
4246 2010-05-16 Glenn Morris <rgm@gnu.org>
4247
4248 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4249
4250 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4251 * Makefile.in (install-arch-dep): Update for above change.
4252
4253 * Makefile.in (ns_appdir): Remove.
4254 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4255
4256 * configure.in (TEMACS_LDFLAGS2): New output variable.
4257
4258 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4259 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4260 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4261 nothing uses.
4262
4263 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4264
4265 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4266 does not use them.
4267 (X11R5_INHIBIT_I18N): Remove, unused.
4268
4269 2010-05-15 Glenn Morris <rgm@gnu.org>
4270
4271 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4272
4273 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4274
4275 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4276
4277 * configure.in: Look for version string in its new location.
4278
4279 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4280
4281 * config.bat: Remove support for DJGPP v1.x.
4282
4283 2010-05-15 Glenn Morris <rgm@gnu.org>
4284
4285 * configure.in (OLDXMENU_TARGET): New output variable.
4286
4287 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4288
4289 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4290 and other files that no longer exist.
4291
4292 2010-05-14 Glenn Morris <rgm@gnu.org>
4293
4294 * configure.in (cpp_undefs): Add mktime, register, X11.
4295
4296 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4297 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4298 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4299
4300 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4301 (GNUSTEP_MAKEFILES): Do not output.
4302
4303 2010-05-13 Glenn Morris <rgm@gnu.org>
4304
4305 * configure.in: Fix some paren typos.
4306
4307 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4308
4309 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4310
4311 2010-05-12 Glenn Morris <rgm@gnu.org>
4312
4313 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4314
4315 * configure.in (LIB_GCC): New output variable.
4316
4317 2010-05-11 Glenn Morris <rgm@gnu.org>
4318
4319 * make-dist (msdos): No more mainmake.
4320
4321 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4322 * config.bat: Do not run cpp on lib-src/Makefile.in.
4323
4324 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4325
4326 2010-05-10 Glenn Morris <rgm@gnu.org>
4327
4328 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4329
4330 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4331 (BLESSMAIL_TARGET): New output variable.
4332
4333 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4334
4335 * INSTALL: Fix typos.
4336
4337 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * configure.in: Add check for buggy version of GCC (Bug#6031).
4340
4341 2010-05-08 Glenn Morris <rgm@gnu.org>
4342
4343 * configure.in (HAVE_LIBNCURSES): New local variable.
4344 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4345 replacing cpp in src/s/*.h and src/Makefile.in.
4346
4347 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * Version 23.2 released.
4350
4351 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * configure.in: Add tests for `isnan' and `copysign'.
4354
4355 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4356
4357 * config.bat: Allow for 2 leading `#'s in comments in
4358 src/Makefile.in.
4359
4360 2010-05-07 Glenn Morris <rgm@gnu.org>
4361
4362 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4363 Merges logic from src/s/* and src/Makefile.in.
4364 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4365
4366 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4367
4368 Define START_FILES and LIB_STANDARD using autoconf.
4369 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4370 here from src/s/*.h.
4371 (HAVE_CRTIN): Remove, inline logic in the netbsd
4372 START_FILES/LIB_STANDARD computation.
4373
4374 2010-05-06 Glenn Morris <rgm@gnu.org>
4375
4376 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4377
4378 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4379 (LD_SWITCH_X_SITE): Remove unused variables.
4380
4381 2010-05-04 Glenn Morris <rgm@gnu.org>
4382
4383 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4384 as well.
4385 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4386
4387 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4388
4389 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4390 variables, replacing c_switch_machine, c_switch_system.
4391 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4392 @c_switch_system@.
4393
4394 2010-05-03 Glenn Morris <rgm@gnu.org>
4395
4396 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4397
4398 * make-dist: There are no more src/m/*.inp files.
4399
4400 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4401
4402 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4403 (ac_link): Do not use ld_switch_machine.
4404
4405 2010-05-01 Glenn Morris <rgm@gnu.org>
4406
4407 * configure.in (OTHER_OBJ): Remove.
4408 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4409
4410 2010-04-30 Glenn Morris <rgm@gnu.org>
4411
4412 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4413 Elsewhere, maybe include it.
4414
4415 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4416 (OLDXMENU, LIBXMENU): New output variables.
4417
4418 * configure.in (OTHER_OBJ): New output variable.
4419
4420 2010-04-28 Glenn Morris <rgm@gnu.org>
4421
4422 * configure.in (CYGWIN_OBJ): New output variable.
4423
4424 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4425
4426 * configure.in (FONT_OBJ): New output variable.
4427
4428 * configure.in (LIBXMU): New output variable.
4429
4430 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4431
4432 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4433 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4434
4435 2010-04-27 Glenn Morris <rgm@gnu.org>
4436
4437 * configure.in (LIBXTR6): New output variable. Move unixware special
4438 case here from src/s/unixware.h.
4439
4440 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4441 in Makefiles.
4442 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4443
4444 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4445 (LIBXP): No longer substitute in Makefiles.
4446 (MOTIF_LIBW): New output variable. Move system-specific settings here
4447 from src/s files.
4448
4449 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 Reduce CPP usage.
4452 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4453 (unexec): Define unconditionally, all platforms define
4454 UNEXEC. AC_SUBST it.
4455 (UNEXEC_SRC): Remove, unused.
4456 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4457
4458 2010-04-27 Glenn Morris <rgm@gnu.org>
4459
4460 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4461 replaced by LIBXP.
4462
4463 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4464 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4465 On hpux10-20, default to /lib.
4466
4467 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4468
4469 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4470
4471 * configure.in (LIBS_MACHINE): Remove, unused.
4472
4473 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4474
4475 2010-04-24 Glenn Morris <rgm@gnu.org>
4476
4477 * configure.in (CRT_DIR): New output variable.
4478 (--with-crt-dir): New option. (Bug#5655)
4479 (HAVE_LIB64_DIR): Remove.
4480
4481 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4482
4483 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4484
4485 2010-04-22 Miles Bader <miles@gnu.org>
4486
4487 * configure.in: Get rid of "unix" pre-defined macro when
4488 preprocessing Makefile. (Bug#5857)
4489
4490 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4491
4492 Avoid non-portable shell command negation
4493 * configure.in: Revert last change.
4494
4495 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4496
4497 * configure.in: Change "if test ! -f" to "if ! test -f".
4498
4499 2010-04-21 Glenn Morris <rgm@gnu.org>
4500
4501 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4502 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4503
4504 2010-04-21 Karel Klíč <kklic@redhat.com>
4505
4506 * configure.in: New option: --with(out)-selinux, on by default.
4507 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4508 LIBSELINUX_LIBS in Makefiles.
4509
4510 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4511
4512 * configure.in: Remove all references to LIBX11_SYSTEM.
4513
4514 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4515
4516 * configure.in: Remove all references to C_DEBUG_SWITCH.
4517
4518 2010-03-27 Eli Zaretskii <eliz@gnu.org>
4519
4520 * config.bat <lib-src>: Edit out lines that begin with several #
4521 characters.
4522
4523 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4524
4525 * configure.in: Remove support for old UNIX System V systems and
4526 for Unixware on non-x86 machines.
4527
4528 * configure.in: Remove support for Solaris on PPC and for old versions.
4529
4530 * configure.in: Remove non-working lynxos port.
4531
4532 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4533
4534 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4535
4536 2010-03-19 Glenn Morris <rgm@gnu.org>
4537
4538 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4539 happy.
4540
4541 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4542
4543 * configure.in: Check for tputs and friends, abort if not
4544 found (bug#5735).
4545
4546 2010-03-18 Glenn Morris <rgm@gnu.org>
4547
4548 * configure.in (--with-x-toolkit): In the help text, say which options
4549 are synonyms.
4550
4551 * configure.in (--with-mmdf, --with-mail-unlink):
4552 New options, off by default.
4553 (--with-mailhost): New option to set default POP host.
4554 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4555 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4556 New variables, substituted in Makefiles.
4557 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4558 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4559 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4560 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4561 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4562
4563 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4564
4565 * Makefile.in (uninstall): Handle the case where archlibdir does not
4566 exist. (Bug#5720)
4567
4568 2010-03-12 Eli Zaretskii <eliz@gnu.org>
4569
4570 These changes remove termcap.c from the build on POSIX platforms.
4571 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4572
4573 * configure: Regenerated.
4574
4575 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * Branch for 23.2.
4578
4579 2010-01-31 Juri Linkov <juri@jurta.org>
4580
4581 * .bzrignore: Add TAGS-LISP.
4582
4583 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4584
4585 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4586 this header file).
4587
4588 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4589
4590 * .bzrignore: Ignore all .exe, instead of individual files.
4591
4592 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * configure.in: Explicitly check for and link to -lXrender.
4595
4596 2010-01-12 Glenn Morris <rgm@gnu.org>
4597
4598 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4599 for bug reports for development versions.
4600
4601 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4602
4603 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4604 build.
4605
4606 2009-12-27 Karl Fogel <kfogel@red-bean>
4607
4608 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4609 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4610
4611 2009-12-17 Glenn Morris <rgm@gnu.org>
4612
4613 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4614
4615 2009-12-15 Glenn Morris <rgm@gnu.org>
4616
4617 * info/dir: Add EDT entry.
4618 * Makefile.in (INFO_FILES): Add edt.
4619
4620 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4621
4622 * configure.in: Check for RSVG if GNUstep is used.
4623
4624 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4625
4626 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4627
4628 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4629
4630 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4631
4632 2009-12-01 Glenn Morris <rgm@gnu.org>
4633
4634 * make-dist: Add etc/images/mpc directory.
4635
4636 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4637
4638 * configure.in: Don't check for GConf unless X is used.
4639
4640 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4641
4642 * configure.in: Use -Wdeclaration-after-statement if available.
4643
4644 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4645
4646 * configure.in: New option: --with(out)-gconf.
4647 Set HAVE_GCONF if we find gconf.
4648
4649 2009-11-17 Glenn Morris <rgm@gnu.org>
4650
4651 * Makefile.in (INFO_FILES): Add semantic.
4652
4653 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * info/dir: Add Semantic.
4656
4657 2009-11-16 Glenn Morris <rgm@gnu.org>
4658
4659 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4660 pattern, so as not to exclude makefile*.el. (Bug#4912)
4661
4662 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4663
4664 * configure.in: --enable-autodepend is new. Check for GNU Make
4665 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4666 gcc and GNU make to generate dependencies.
4667
4668 2009-10-27 Glenn Morris <rgm@gnu.org>
4669
4670 * make-dist: Make links to doc/lispintro/*.pdf.
4671
4672 2009-10-23 Jim Meyering <meyering@redhat.com>
4673
4674 * configure.in: Invoke $CPP with -P when creating Makefile and
4675 src/Makefile. Without this, gcc 4.4.2 converts each
4676 backslash-newline pair in the input to a bare newline, yielding
4677 invalid Makefiles.
4678
4679 * configure: Regenerate.
4680
4681 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4682
4683 * configure.in (vax-dec-vms): Remove, not supported anymore.
4684
4685 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4686
4687 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4688 (*-apple-darwin*): Add x86_64 architecture.
4689
4690 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4691
4692 * config.guess, config.sub: Updated from master source.
4693
4694 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4695
4696 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4697
4698 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4699
4700 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4701
4702 2009-09-29 Glenn Morris <rgm@gnu.org>
4703
4704 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4705
4706 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4707
4708 * config.guess, config.sub: Updated from master source.
4709
4710 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4711
4712 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4713
4714 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4715
4716 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * INSTALL: Update URL for GNU FreeFont.
4719
4720 2009-09-09 Glenn Morris <rgm@gnu.org>
4721
4722 * Makefile.in (install-arch-indep): Don't recursively change perms of
4723 site-lisp and infodir. There may be non-Emacs files in here, and the
4724 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4725 (mkdir): Set umask to world-readable before creating directories.
4726 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4727
4728 2009-08-29 Glenn Morris <rgm@gnu.org>
4729
4730 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4731 (info): Don't give an error in the absence of makeinfo - let the doc
4732 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4733
4734 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
4735
4736 * Makefile.in (install-arch-indep): If the versioned DOC-####
4737 generated during loadup+dump isn't found, install the plain DOC
4738 file that always gets generated, in case CANNOT_DUMP is set.
4739
4740 * configure.in: Warn if package version specified here doesn't
4741 match the version in version.el.
4742 * configure: Regenerate.
4743
4744 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
4745
4746 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4747
4748 * configure: Regenerate.
4749
4750 2009-08-19 Glenn Morris <rgm@gnu.org>
4751
4752 * INSTALL: Remove reference to cvtmail.
4753
4754 2009-08-15 CHENG Gao <chenggao@gmail.com>
4755
4756 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4757
4758 2009-08-02 Kevin Ryde <user42@zip.com.au>
4759
4760 * INSTALL: Fix free fonts URL.
4761
4762 2009-07-22 Glenn Morris <rgm@gnu.org>
4763
4764 * configure.in (AC_PREREQ): Require autoconf 2.62.
4765
4766 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4767
4768 * configure.in (--enable-checking, --enable-profiling):
4769 Use AS_HELP_STRING.
4770
4771 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4772
4773 * configure.in (--enable-profiling): New option.
4774 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4775
4776 2009-06-27 Glenn Morris <rgm@gnu.org>
4777
4778 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4779
4780 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4781
4782 * configure.in (--enable-checking): New option.
4783
4784 2009-06-24 Glenn Morris <rgm@gnu.org>
4785
4786 * make-dist: Warn if subdir does not exist in source.
4787 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4788 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4789 No longer make links.
4790
4791 2009-06-24 Yavor Doganov <yavor@gnu.org>
4792
4793 * make-dist (tempdir): Don't create directories preferences.gorm
4794 and preferences.nib, they are no longer required.
4795
4796 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * Branch for 23.1.
4799
4800 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
4801
4802 * configure.in: Delete mac-fix-env target, which has been
4803 removed (Bug#3531).
4804
4805 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4806
4807 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
4808
4809 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
4810
4811 * BUGS: Use new binding of view-emacs-problems.
4812
4813 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
4814
4815 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4816 for Solaris compatibility.
4817
4818 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4819
4820 * configure: Regenerate.
4821
4822 * configure.in: Disable use of FreeType without libXft.
4823
4824 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4825
4826 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4827 Check if it is declared in gtk.h.
4828
4829 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4830
4831 * Makefile.in (install-arch-indep): Remove .gitignore files.
4832
4833 2009-04-03 Kenichi Handa <handa@m17n.org>
4834
4835 * INSTALL: Make the section "Complex Text Layout support
4836 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4837
4838 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4839
4840 * configure.in (rs6000-ibm-aix6*): Fix typo.
4841
4842 2009-03-04 Glenn Morris <rgm@gnu.org>
4843
4844 * Makefile.in (INFO_FILES): Add auth.
4845
4846 2009-03-03 Glenn Morris <rgm@gnu.org>
4847
4848 * info/dir: Add Auth-source.
4849
4850 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4853 the second.
4854
4855 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4856
4857 * config.bat: Copy .dbxinit to _dbxinit.
4858
4859 * make-dist (Making links to `info'): Remove .gitignore.
4860
4861 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * Makefile.in (lib-src, lisp): Use simpler rule.
4864 (src): Be more specific to avoid recompiling all the .elc files just
4865 because the bootstrap-emacs is missing.
4866
4867 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * configure.in: Require librsvg >= 2.11.
4870
4871 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4872
4873 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4874 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4875
4876 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4877
4878 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4879
4880 2009-02-03 Glenn Morris <rgm@gnu.org>
4881
4882 * make-dist: Add some missing files, remove some that are no longer
4883 present.
4884
4885 2009-02-02 Glenn Morris <rgm@gnu.org>
4886
4887 * make-dist: Add some missing nextstep/ files.
4888
4889 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
4890
4891 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
4892
4893 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4894
4895 * configure.in: Add support for m68k-*-netbsd.
4896
4897 2009-01-14 Juri Linkov <juri@jurta.org>
4898
4899 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
4900
4901 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
4902 and bug-reference-mode.
4903
4904 2009-01-11 Juri Linkov <juri@jurta.org>
4905
4906 * INSTALL.CVS: Move configuration explicitly to the first step.
4907
4908 2009-01-09 Glenn Morris <rgm@gnu.org>
4909
4910 * .dir-locals.el: Don't set indent-tabs-mode.
4911
4912 2008-12-30 Kenichi Handa <handa@m17n.org>
4913
4914 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
4915 the function OTF_get_variation_glyphs.
4916
4917 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
4918
4919 * Makefile.in (install-arch-dep): Remove old directories in
4920 ns_app* before moving new directories there.
4921
4922 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
4923
4924 * .dir-locals.el: Remove non-working entry for pmail.
4925 (fill-column): Fix typo.
4926 (change-log-mode): Add fill column.
4927
4928 2008-12-26 Eli Zaretskii <eliz@gnu.org>
4929
4930 * config.bat: Produce _dir-locals.el from .dir-locals.el.
4931
4932 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4933
4934 * make-dist (tempdir): Distribute .dir-locals.el.
4935
4936 * .dir-locals.el: New file.
4937
4938 2008-12-19 Eli Zaretskii <eliz@gnu.org>
4939
4940 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
4941 for rationale.
4942
4943 2008-12-13 Glenn Morris <rgm@gnu.org>
4944
4945 * Makefile.in (install-arch-indep): Add new man-pages.
4946 (manext): Remove variable.
4947 (MAN_PAGES): New variable.
4948 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
4949 and remove.
4950 (uninstall): Remove desktop file and icons, game scores if empty.
4951
4952 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4953
4954 * config.guess, config.sub: Updated from master source.
4955
4956 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4957
4958 * Makefile.in (install-arch-indep): Install ebrowse.1.
4959
4960 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4961
4962 * configure.in: Add Solaris on x86_64.
4963
4964 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4965
4966 * config.guess, config.sub: Updated from master source.
4967
4968 2008-12-08 Eli Zaretskii <eliz@gnu.org>
4969
4970 * info/dir: Fix last change.
4971
4972 2008-12-07 Eli Zaretskii <eliz@gnu.org>
4973
4974 * info/dir: Untabify.
4975
4976 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
4977
4978 * configure.in: Fix last change.
4979
4980 2008-11-28 Richard M Stallman <rms@gnu.org>
4981
4982 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
4983 New configurations.
4984
4985 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
4986
4987 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4988 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
4989
4990 2008-11-15 Eli Zaretskii <eliz@gnu.org>
4991
4992 * Makefile.in (INFO_FILES): Remove ns-emacs.
4993
4994 * info/dir (NS-Emacs): Remove entry.
4995
4996 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4997
4998 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
4999
5000 2008-11-07 Glenn Morris <rgm@gnu.org>
5001
5002 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5003
5004 2008-10-31 Eli Zaretskii <eliz@gnu.org>
5005
5006 * config.bat: Tell user to expect one "File not found" message
5007 while the `doc' directory is being configured.
5008
5009 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5010
5011 * update-subdirs: Put obsolete directory last.
5012
5013 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5014
5015 * configure.in: Check fontconfig always.
5016
5017 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5018
5019 * configure (*-solaris2.[7-9]*): Fix typo.
5020
5021 2008-10-24 Glenn Morris <rgm@gnu.org>
5022
5023 * configure.in (--without-sync-input, --with-pkg-config-prog):
5024 Help strings start with lower case.
5025 (--with-gnustep-conf): New option.
5026 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
5027
5028 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
5029
5030 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
5031 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
5032 is not found. (Bug#1230)
5033
5034 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5035
5036 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
5037 Use sol2-6.h for Solaris 7-9.
5038
5039 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
5040
5041 * configure.in: Add support for GNU/Linux on SuperH.
5042
5043 2008-10-12 Andreas Schwab <schwab@suse.de>
5044
5045 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
5046
5047 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
5048
5049 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
5050 "X") to avoid confusion.
5051
5052 * configure: Regenerate.
5053
5054 2008-09-07 Romain Francoise <romain@orebokech.com>
5055
5056 * make-dist: Distribute doc/man/ChangeLog.
5057
5058 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
5059
5060 * configure.in: Disable XFT and Freetype when without X.
5061
5062 * configure: Regenerate.
5063
5064 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5065
5066 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
5067
5068 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
5069
5070 * configure.in (GNUSTEP_SYSTEM_HEADERS):
5071 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
5072
5073 * configure: Regenerate.
5074
5075 2008-08-20 Eli Zaretskii <eliz@gnu.org>
5076
5077 * configure.in: Move "#define subprocesses" before
5078 config_opsysfile is included.
5079
5080 2008-08-19 Kenichi Handa <handa@m17n.org>
5081
5082 * INSTALL (Extra fonts): Mention local fonts, don't mention
5083 mule-unicode.
5084
5085 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * make-dist: Omit info/.arch-inventory.
5088
5089 2008-08-16 Jason Rumney <jasonr@gnu.org>
5090
5091 * make-dist (tempdir/nt): Link emacsclient.rc.
5092
5093 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
5094
5095 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
5096 AC_SUBST it.
5097 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
5098 AC_SUBST it.
5099 (OTHER_FILES): Always define for HAVE_NS.
5100 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
5101 * configure: Regenerate.
5102
5103 2008-08-07 Andreas Schwab <schwab@suse.de>
5104
5105 * configure.in: Correctly handle
5106 --enable-cocoa-experimental-ctrl-g=no and
5107 --enable-ns-self-contained=yes.
5108
5109 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
5110
5111 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
5112 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
5113 Don't bother undef'ing since won't have desired effect.
5114
5115 2008-08-06 Andreas Schwab <schwab@suse.de>
5116
5117 * configure.in: Fix quoting.
5118
5119 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
5120
5121 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
5122
5123 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
5124
5125 * configure.in: Add checks for krb5_error.text and
5126 krb5_error.e_text struct members.
5127
5128 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * configure.in: Test for existence of NSInteger.
5131 Suggested by Yavor Doganov.
5132
5133 2008-08-02 Romain Francoise <romain@orebokech.com>
5134
5135 * Makefile.in (INFO_FILES): Add mairix-el.
5136
5137 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5138
5139 * make-dist:
5140 * README: Remove VMS support.
5141 * vms: Remove directory.
5142
5143 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5144
5145 * configure.in (MULTI_KBOARD): Remove.
5146
5147 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5148
5149 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5150
5151 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5152
5153 * info/dir (File): Add mairix-el.
5154
5155 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5156
5157 Remove support for Mac Carbon.
5158 * mac: Remove directory.
5159 * make-dist:
5160 * configure.in:
5161 * README:
5162 * Makefile.in:
5163 * INSTALL: Remove code for Carbon.
5164 * configure: Regenerate.
5165
5166 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5167
5168 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5169
5170 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5171
5172 * configure.in: Check for getrlimit.
5173
5174 * configure: Regenerate.
5175
5176 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5177
5178 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5179 in src/Makefile.in.
5180 (static): Remove, autoconf would always comment it out anyway.
5181 (subprocesses): Define unconditionally.
5182
5183 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5184
5185 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5186 compilation under GNUstep.
5187
5188 2008-07-18 Kenichi Handa <handa@m17n.org>
5189
5190 * INSTALL (Complex Text Layout support libraries): Delete the
5191 paragraph about --enable-font-backend.
5192
5193 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5194
5195 * configure.in: Print out some info to user for NeXTstep builds.
5196 (ns-app): Remove enable option.
5197 (ns-self-contained): Add enable option.
5198 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5199 GNUstep, use to set install prefixes, and substitute in Makefiles.
5200 * configure: Regenerate.
5201 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5202 NS app bundle.
5203
5204 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5205
5206 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5207
5208 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5209
5210 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5211 NS_IMPL_COCOA.
5212
5213 2008-07-16 Glenn Morris <rgm@gnu.org>
5214
5215 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5216 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5217 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5218 never unset.
5219
5220 * make-dist: Add nextstep/ directories.
5221 (src, lib-src): Add .m files.
5222
5223 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5224
5225 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5226 (USER_FULL_NAME): Remove, not used anymore.
5227 * configure: Regenerate.
5228
5229 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5230
5231 Changes and additions for NeXTstep windowing system (Cocoa and
5232 GNUstep) support.
5233
5234 * configure.in: Add support for NS window system: --with-ns (default
5235 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5236 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5237 disable font backend if window system is "none", not if !HAVE_X11.
5238 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5239 (install-arch-dep): Add commands to assemble NS .app package.
5240
5241 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5242
5243 * configure.in: Use macppc for Darwin. Remove references to
5244 desupported systems.
5245 * configure: Regenerate.
5246
5247 2008-07-05 Glenn Morris <rgm@gnu.org>
5248
5249 * make-dist (EMACS): Doc fix.
5250 (lisp): There are no *.dat or image files here any more.
5251 (src): There are no *.s files here any more.
5252 (etc/images, etc/images/*): Link to most regular files.
5253
5254 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5255
5256 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5257
5258 2008-07-01 Glenn Morris <rgm@gnu.org>
5259
5260 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5261 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5262 and explicitly export there. (Bug#507.)
5263
5264 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5265
5266 * configure.in:
5267 * configure: Remove references to obsolete systems.
5268
5269 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5272 make it depend on all other */.in files.
5273 (src/Makefile, src/config.stamp, lib-src/Makefile)
5274 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5275 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5276 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5277 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5278
5279 * configure.in: Don't create src/config.stamp any more.
5280
5281 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5284
5285 2008-06-22 Glenn Morris <rgm@gnu.org>
5286
5287 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5288
5289 2008-06-21 Romain Francoise <romain@orebokech.com>
5290
5291 * Makefile.in (INFO_FILES): Add sasl.
5292
5293 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5296 (bootstrap-build): Remove.
5297 (top_bootclean): New var.
5298 (top_distclean, bootstrap-clean): Use it.
5299 (bootstrap): Don't recheck config. Make normally.
5300
5301 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * Makefile.in (SUBDIR): Include `lisp'.
5304 (lisp): Depend on `src'.
5305 (top_distclean): Don't remove config.status.
5306 (bootstrap-clean): New target.
5307 (maintainer-clean): Use it.
5308 (bootstrap): Use bootstrap-clean. Re-run config.status.
5309 (src/bootstrap-emacs${EXEEXT}): New target.
5310 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5311 src/Makefile now takes care of it.
5312 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5313
5314 2008-06-15 Glenn Morris <rgm@gnu.org>
5315
5316 * info/dir: Add sasl.
5317
5318 2008-06-09 Alan Mackenzie <acm@muc.de>
5319
5320 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5321
5322 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5323
5324 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5325
5326 2008-06-07 Glenn Morris <rgm@gnu.org>
5327
5328 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5329 serve no purpose.
5330
5331 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5332
5333 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5334 * configure: Regenerate.
5335
5336 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5337
5338 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5339
5340 2008-05-14 Kenichi Handa <handa@m17n.org>
5341
5342 * configure: Regenerate.
5343
5344 * configure.in: Don't handle --disable-font-backend. Don't print
5345 a message about a font backend.
5346
5347 2008-05-09 Glenn Morris <rgm@gnu.org>
5348
5349 * configure.in: Make absence of makeinfo a fatal error only if the info
5350 files don't exist.
5351 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5352
5353 2008-05-07 Eli Zaretskii <eliz@gnu.org>
5354
5355 * config.bat: Fix last change: don't use < and > in "rem" lines,
5356 they are interpreted as redirection by DOS shells.
5357
5358 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5359
5360 * configure.in: Check availability of AvailabilityMacros.h
5361 if HAVE_CARBON.
5362
5363 * configure: Regenerate.
5364
5365 2008-05-03 Glenn Morris <rgm@gnu.org>
5366
5367 * configure.in (x_libraries): Remove standard 64-bit directories -
5368 experimental workaround for minor autoconf bug.
5369
5370 * configure.in (--without-makeinfo): New option. If set,
5371 absence of suitable makeinfo is not a fatal error.
5372 * Makefile.in (MAKEINFO): New, set by configure.
5373 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5374 (info-real): New target.
5375 (info): Without makeinfo, do nothing, else call `info-real'.
5376
5377 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5378
5379 * configure.in: Remove hpux10.20 from the desupported list.
5380
5381 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5384
5385 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5388 rather than change CPPFLAGS.
5389 (HAVE_GTK): Rename to USE_GTK.
5390
5391 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5392
5393 * configure.in: Replace the obsolete macros AC_AIX and
5394 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5395
5396 2008-04-05 Andreas Schwab <schwab@suse.de>
5397
5398 * configure.in: No longer create admin/unidata/Makefile.
5399
5400 2008-03-28 Andreas Schwab <schwab@suse.de>
5401
5402 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5403 (lisp/Makefile): New rule.
5404
5405 2008-03-13 Glenn Morris <rgm@gnu.org>
5406
5407 * configure.in (AC_INIT): Fix version number.
5408 (sync-input): Reword the option, since it's on by default.
5409
5410 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5411
5412 * configure.in: Add --enable-sync-input, default yes.
5413
5414 2008-03-11 Glenn Morris <rgm@gnu.org>
5415
5416 * Makefile.in (install-etc, mkdir): Handle directory
5417 etc/images/icons/hicolor/*/mimetypes/.
5418
5419 * make-dist: Handle icons/hicolor/scalable directory.
5420
5421 2008-03-05 Glenn Morris <rgm@gnu.org>
5422
5423 * configure.in: Enable font-backend by default.
5424 (USE_FONT_BACKEND): Set to "no" in absence of X.
5425 (PKG_CONFIG): Don't set multiple times, once is enough.
5426 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5427
5428 2008-03-03 Glenn Morris <rgm@gnu.org>
5429
5430 * Makefile.in (iconsrcdir): New variable.
5431 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5432 directory.
5433
5434 2008-02-29 Glenn Morris <rgm@gnu.org>
5435
5436 * test/: New directory.
5437
5438 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5439
5440 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5441
5442 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5443
5444 * configure.in: Print an error for systems that we think are obsolete
5445 and are proposed to be removed. Remove some more unused systems.
5446 Add support for powerpc-ibm-aix6*.
5447
5448 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5449
5450 * configure.in: Remove references to obsolete variables and systems.
5451
5452 2008-02-21 Glenn Morris <rgm@gnu.org>
5453
5454 * Makefile.in (set_installuser): New.
5455 (install-arch-indep): Use set_installuser to avoid duplicate code.
5456
5457 * README.unicode: Split into admin/notes/unicode,font-backend and
5458 remove.
5459
5460 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5461
5462 * configure.in (arm*-*-freebsd*): Add.
5463
5464 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5465
5466 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5467 dealing with obsolete variables.
5468
5469 2008-02-08 Glenn Morris <rgm@gnu.org>
5470
5471 * Makefile.in (check-info-dir): New target.
5472
5473 2008-02-08 Michael Olson <mwolson@gnu.org>
5474
5475 * Makefile.in (INFO_FILES): Add epa.
5476
5477 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5478 features" section.
5479
5480 2008-02-06 Glenn Morris <rgm@gnu.org>
5481
5482 * configure.in (--with-gcc): Give an error saying this option has
5483 been removed.
5484 (--with-gtk): Remove this option.
5485
5486 2008-02-06 Tom Tromey <tromey@redhat.com>
5487
5488 * configure.in (--with-gcc): Remove.
5489 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5490
5491 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
5492
5493 * INSTALL: Recommend giflib, not libungif.
5494
5495 2008-02-05 Tom Tromey <tromey@redhat.com>
5496
5497 * configure.in (--with-dbus): Default to enabled.
5498
5499 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5500
5501 * INSTALL (Complex Text Layout support libraries): New section.
5502
5503 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5504
5505 * make-dist: Remove references to files in mac/ that have been
5506 deleted.
5507
5508 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5509
5510 * configure.in: For libotf and m17n-flt checks, set shell vars
5511 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5512 pkg_check_m17n_flt, respectively, for the sake of the summary output.
5513 Reported by Ulrich Mueller.
5514
5515 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5516
5517 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5518 admin/unidata/Makefile.in to Makefile.
5519
5520 2008-02-02 Glenn Morris <rgm@gnu.org>
5521
5522 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5523 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5524 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5525
5526 2008-02-01 Miles Bader <miles@gnu.org>
5527
5528 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5529 [libotf], and [m17n-flt] options.
5530
5531 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5532
5533 * configure.in: Add EMACS_ARG_N([libotf]...), and
5534 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5535 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5536 CFLAGS, and LIBS in checking of m17n-flt.
5537
5538 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5539
5540 * configure.in: Check the availability of m17n-flt library.
5541
5542 2008-02-01 Kenichi Handa <handa@m17n.org>
5543
5544 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5545 not available.
5546
5547 2008-02-01 Kenichi Handa <handa@m17n.org>
5548
5549 * configure.in: New args --enable-font-backend, --with-xft,
5550 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5551 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5552 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5553 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5554
5555 2008-02-01 Kenichi Handa <handa@m17n.org>
5556
5557 * make-dist: Include etc/charsets in tarball.
5558
5559 2008-02-01 Kenichi Handa <handa@m17n.org>
5560
5561 * configure.in: While running cpp on junk.c, include
5562 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5563 exists.
5564
5565 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5566
5567 * configure.in (xtensa): Match more configurations.
5568
5569 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5570
5571 * configure.in: Update comment.
5572
5573 2008-01-26 Glenn Morris <rgm@gnu.org>
5574
5575 * configure.in (--without-gcc): By default, neither off nor on.
5576 (--with-carbon): Tone down rhetoric in help text.
5577
5578 2008-01-25 Glenn Morris <rgm@gnu.org>
5579
5580 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5581 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5582 Default `Carbon' to off (it's unsupported).
5583
5584 2008-01-24 Glenn Morris <rgm@gnu.org>
5585
5586 * configure.in: Standardize dbus-related messages.
5587
5588 2008-01-23 Michael Olson <mwolson@gnu.org>
5589
5590 * configure.in (pkg-config-prog): Remove initial whitespace.
5591
5592 2008-01-23 Tom Tromey <tromey@redhat.com>
5593
5594 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5595 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5596 Update all users.
5597
5598 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5599
5600 * config.guess, config.sub: Updated from master source.
5601
5602 2008-01-17 Andreas Schwab <schwab@suse.de>
5603
5604 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5605
5606 2008-01-17 Glenn Morris <rgm@gnu.org>
5607
5608 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5609
5610 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5611
5612 * configure.in: Remove more references to unsupported systems.
5613
5614 2008-01-16 Sven Joachim <svenjoac@gmx.de>
5615
5616 * make-dist: Add --lzma.
5617
5618 2008-01-16 Glenn Morris <rgm@gnu.org>
5619
5620 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5621 configure checks for this.
5622
5623 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5624
5625 * configure.in: Remove more references to unsupported systems.
5626
5627 2008-01-06 Romain Francoise <romain@orebokech.com>
5628
5629 * configure.in: Delete extra semicolons.
5630
5631 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5632
5633 * configure.in: Remove references to unsupported systems.
5634
5635 2008-01-05 Romain Francoise <romain@orebokech.com>
5636
5637 * make-dist: Add --bzip2. Update copyright.
5638
5639 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5640
5641 * configure.in: Remove support for Masscomp.
5642
5643 2008-01-05 Glenn Morris <rgm@gnu.org>
5644
5645 * Makefile.in (desktopdir, icondir): New variables.
5646 (install-arch-indep): Also depend on `install-etc'.
5647 (install-etc): New target.
5648 (mkdir): Also create the `applications' and `icons' directories.
5649
5650 2008-01-04 Glenn Morris <rgm@gnu.org>
5651
5652 * make-dist: Update for new etc/images/icons/hicolor directory.
5653
5654 2007-12-09 Andreas Schwab <schwab@suse.de>
5655
5656 * configure.in: D-Bus is not enabled by default.
5657
5658 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5659
5660 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5661 change.
5662
5663 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5664
5665 * configure.in: Give package name and version to AC_INIT.
5666
5667 2007-12-03 Magnus Henoch <mange@freemail.hu>
5668
5669 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5670
5671 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
5672
5673 * configure.in: No need for DBUS_INFO anymore.
5674
5675 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5676
5677 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
5678
5679 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5680
5681 * Makefile.in (INFO_FILES): Add dbus.
5682
5683 2007-12-02 Romain Francoise <romain@orebokech.com>
5684
5685 * make-dist: Fix last change.
5686
5687 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5688
5689 * configure.in: Add support for gnu-kfreebsd.
5690
5691 2007-11-28 Glenn Morris <rgm@gnu.org>
5692
5693 * make-dist: Add etc/nxml.
5694
5695 2007-11-24 Romain Francoise <romain@orebokech.com>
5696
5697 * Makefile.in (INFO_FILES): Add nxml-mode.
5698
5699 2007-11-23 Romain Francoise <romain@orebokech.com>
5700
5701 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5702 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5703
5704 2007-11-20 Andreas Schwab <schwab@suse.de>
5705
5706 * configure.in: Always include <resolv.h> when checking for res_init.
5707
5708 2007-11-17 Andreas Schwab <schwab@suse.de>
5709
5710 * update-subdirs: Atomically update subdirs.el.
5711
5712 2007-11-17 Glenn Morris <rgm@gnu.org>
5713
5714 * Makefile.in (check-declare): New target.
5715
5716 2007-11-07 Glenn Morris <rgm@gnu.org>
5717
5718 * configure.in: Deprecate Mac Carbon port.
5719
5720 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5721
5722 * configure.in: Remove HAVE_X11R5 check.
5723
5724 2007-10-31 Glenn Morris <rgm@gnu.org>
5725
5726 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5727 when changing ownership of installed files.
5728
5729 2007-10-30 Glenn Morris <rgm@gnu.org>
5730
5731 * make-dist: Add new directory etc/gnus.
5732
5733 2007-10-30 Michael Olson <mwolson@gnu.org>
5734
5735 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5736
5737 2007-10-29 Glenn Morris <rgm@gnu.org>
5738
5739 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5740
5741 2007-10-23 Glenn Morris <rgm@gnu.org>
5742
5743 * MAINTAINERS: Move to admin/.
5744
5745 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5748 (HAVE_LIBRESOLV): Also define if we are using res_init().
5749
5750 2007-10-17 Glenn Morris <rgm@gnu.org>
5751
5752 * FTP: Remove file, since it's just a duplicate of one in etc/.
5753
5754 2007-10-05 Eli Zaretskii <eliz@gnu.org>
5755
5756 * config.bat: Fix configuring `doc' due to changes in the
5757 directory structure.
5758
5759 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5760
5761 * configure.in: Don't use -lpthread on HP-UX.
5762
5763 2007-09-16 Glenn Morris <rgm@gnu.org>
5764
5765 * make-dist: File gfdl.1 has been removed.
5766
5767 2007-09-15 Glenn Morris <rgm@gnu.org>
5768
5769 * configure.in: Fix makeinfo version regexp.
5770
5771 2007-09-12 Glenn Morris <rgm@gnu.org>
5772
5773 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5774 implementation of alloca is not found.
5775
5776 * Makefile.in (SOURCES, unlock, relock): Delete.
5777 (install-arch-indep): Do not exclude the etc/ Makefiles.
5778
5779 2007-09-09 Juri Linkov <juri@jurta.org>
5780
5781 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5782
5783 * README: Add doc/ to documentation directories.
5784
5785 2007-09-08 Michael Olson <mwolson@gnu.org>
5786
5787 * MAINTAINERS: Add myself for ERC and tq.el.
5788 Update for new doc/ directory layout.
5789
5790 2007-09-06 Romain Francoise <romain@orebokech.com>
5791
5792 * make-dist: Update for new doc/ directory layout.
5793
5794 2007-09-06 Glenn Morris <rgm@gnu.org>
5795
5796 * Makefile.in (mansrcdir): New variable.
5797 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5798 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5799 update these targets for new doc/ directory layout.
5800 (doc/misc/Makefile): New target.
5801 (install-arch-indep): Use mansrcdir for new location of manpages.
5802 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5803 (relock, info, dvi): Update targets for new doc/ directory layout.
5804
5805 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5806 for new doc/ directory layout.
5807
5808 2007-09-02 Andreas Schwab <schwab@suse.de>
5809
5810 * configure.in: Use AS_HELP_STRING throughout.
5811 * configure: Regenerate.
5812
5813 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5814
5815 * configure.in: Require Gtk/Glib 2.6.
5816
5817 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5818
5819 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5820 Use them throughout in place of AC_ARG_WITH calls.
5821 * configure: Regenerate.
5822
5823 2007-09-01 Andreas Schwab <schwab@suse.de>
5824
5825 * configure.in: Put quotes around nested macro calls.
5826
5827 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5828
5829 * configure.in: Fix typo.
5830 * configure: Regenerate.
5831
5832 2007-08-30 Glenn Morris <rgm@gnu.org>
5833
5834 * configure.in (AH_BOTTOM): Copy some manual changes made to
5835 src/config.in here so they are not lost when it regenerates.
5836
5837 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5838
5839 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5840
5841 * README.multi-tty: New file.
5842
5843 2007-08-29 Glenn Morris <rgm@gnu.org>
5844
5845 * README: Increase version to 23.0.50.
5846
5847 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
5848
5849 * configure.in: New option: --without-xaw3d.
5850
5851 2007-08-24 Glenn Morris <rgm@gnu.org>
5852
5853 * configure.in: Check for a suitably recent makeinfo.
5854
5855 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5856
5857 * configure.in (Check for required libraries): Typo.
5858
5859 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5860
5861 * configure.in: Check librsvg2 also for Mac Carbon.
5862
5863 2007-08-22 Romain Francoise <romain@orebokech.com>
5864
5865 * make-dist: Follow reorganization of files in etc/.
5866
5867 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5868
5869 * configure.in: Add support for SVG images through librsvg2.
5870
5871 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5872
5873 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5874 to avoid an error message if there is no DOC there.
5875
5876 2007-07-25 Glenn Morris <rgm@gnu.org>
5877
5878 * Relicense all FSF files to GPLv3 or later.
5879
5880 * COPYING, info/COPYING: Switch to GPLv3.
5881
5882 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
5883
5884 * configure.in: Complain if X seems to be installed but no
5885 development files were found.
5886
5887 2007-06-20 Glenn Morris <rgm@gnu.org>
5888
5889 * configure.in: Prefer libgif over libungif.
5890
5891 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
5892
5893 * configure.in: Check for all image libraries before exiting.
5894
5895 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
5896
5897 * configure.in: Exit with error if image libraries aren't found.
5898
5899 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
5900
5901 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
5902 when compiling without scrollbars.
5903
5904 2007-06-12 Glenn Morris <rgm@gnu.org>
5905
5906 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
5907
5908 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
5909
5910 * configure.in: Change wording about yes/gtk and lucid/athena
5911 being synonyms.
5912
5913 2007-06-08 Glenn Morris <rgm@gnu.org>
5914
5915 * configure.in: Make gtk the default toolkit.
5916
5917 2007-06-07 Glenn Morris <rgm@gnu.org>
5918
5919 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
5920 for a Sun C compiler.
5921
5922 * Makefile.in (install-arch-indep): Install only the DOC- file
5923 specific to the build, if possible, rather than DOC-*.
5924
5925 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5926
5927 * Version 22.1 released.
5928
5929 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
5930
5931 * mkinstalldirs: Sync to version in automake CVS.
5932
5933 2007-05-22 Andreas Schwab <schwab@suse.de>
5934
5935 * configure.in: Prefer build_alias over host when host_alias is not set.
5936 * configure: Regenerate.
5937
5938 2007-05-20 Andreas Schwab <schwab@suse.de>
5939
5940 * configure.in: Remove empty AC_SUBST.
5941 * configure: Regenerate.
5942
5943 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5944
5945 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
5946 it like others.
5947 * configure: Regenerate.
5948
5949 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5950
5951 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
5952 (AC_CHECK_LIB): Add -lgpm.
5953 * configure: Regenerate.
5954
5955 2007-05-03 Glenn Morris <rgm@gnu.org>
5956
5957 * configure: Tweak message about the absence of shell functions.
5958
5959 2007-04-27 Andreas Schwab <schwab@suse.de>
5960
5961 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
5962
5963 2007-04-26 Glenn Morris <rgm@gnu.org>
5964
5965 * README: Increase version to 22.1.50.
5966
5967 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
5968
5969 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
5970
5971 2007-04-19 Glenn Morris <rgm@gnu.org>
5972
5973 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
5974
5975 2007-04-18 Glenn Morris <rgm@gnu.org>
5976
5977 * INSTALL: Mention CPP.
5978
5979 2007-04-15 Glenn Morris <rgm@gnu.org>
5980
5981 * FTP: Replace with a pointer to the web version.
5982
5983 2007-04-13 Glenn Morris <rgm@gnu.org>
5984
5985 * INSTALL: In lib-src, timer, wakeup, yow are removed.
5986
5987 2007-04-04 Glenn Morris <rgm@gnu.org>
5988
5989 * configure.in (NON_GNU_CPP): Use associated preprocessor when
5990 compiling with Sun Studio on Solaris.
5991
5992 2007-03-23 Glenn Morris <rgm@gnu.org>
5993
5994 * configure.in: Restore support for hp800 (removed 2007-01-27)
5995 following clarification of legal status.
5996
5997 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
5998
5999 * configure.in: Add support for AIX4.3 on IBM RS6000.
6000
6001 * configure: Regenerate.
6002
6003 2007-03-20 Richard Stallman <rms@gnu.org>
6004
6005 * configure.in: Fix previous change.
6006
6007 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6008
6009 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
6010 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6011 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
6012
6013 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6016 user specifies "without".
6017
6018 * configure: Regenerate.
6019
6020 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6021
6022 * configure.in: Warning for Gtk+ and Cygwin added.
6023 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6024
6025 2007-02-27 Glenn Morris <rgm@gnu.org>
6026
6027 * make-dist (oldXMenu): Remove Imakefile.
6028 (etc/images): Add README.
6029
6030 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6031
6032 * configure.in (xtensa-*-linux-gnu*): New configuration.
6033
6034 * configure: Regenerate.
6035
6036 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
6037
6038 * config.guess, config.sub: Updated from master source.
6039
6040 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6041
6042 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
6043
6044 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * configure.in: Restore support for hp800's not running HP-UX.
6047
6048 * configure: Regenerate.
6049
6050 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
6051
6052 * configure.in: Remove support for hp800 and sr2k machine types.
6053
6054 * configure: Regenerate.
6055
6056 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
6057
6058 * configure.in: Add check for libXft.
6059
6060 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
6061
6062 * INSTALL: Info files moved to share/info.
6063
6064 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
6065
6066 * configure.in: Detect and use fink-installed in intel-based Mac
6067 builds; change Apple Darwin section to support both PowerPC and
6068 Intel-based Macs.
6069
6070 2006-12-26 Andreas Schwab <schwab@suse.de>
6071
6072 * Makefile.in (datarootdir): Define.
6073
6074 2006-12-24 Richard Stallman <rms@gnu.org>
6075
6076 * configure.in: Require Autoconf 2.61.
6077
6078 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
6079
6080 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
6081 Remove redundant entry for powerpc-apple-netbsd.
6082
6083 * configure: Regenerate.
6084
6085 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
6086
6087 * configure: Regenerate with autoconf 2.61.
6088
6089 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
6090
6091 * configure.in: Detect alsa/asoundlib.h also.
6092 * configure: Regenerate.
6093
6094 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
6095
6096 * configure.in: Check if GTK+ compiles at all.
6097
6098 2006-12-10 Andreas Schwab <schwab@suse.de>
6099
6100 * configure.in: Remove check for struct timezone, its result is
6101 never used.
6102
6103 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
6104
6105 * configure.in: Add support for Solaris 10 on x86-64.
6106
6107 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
6108
6109 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
6110 of PKG_CONFIG_PATH.
6111
6112 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6113
6114 * configure.in (HAVE_SYNC): New test.
6115
6116 2006-12-03 Glenn Morris <rgm@gnu.org>
6117
6118 * Makefile.in: Fix Copyright format.
6119
6120 * configure.in (AH_TOP): Add missing Copyright year.
6121
6122 * update-subdirs: Add missing Copyright years.
6123
6124 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
6125
6126 * Makefile.in: Touch only the parts of the share/emacs directory
6127 specific to this version.
6128
6129 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
6132
6133 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6134
6135 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
6136
6137 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6138
6139 * configure.in: Prefer X11 to Carbon only when some X-specific
6140 option is specified (Thanks to Jan Djärv and Andreas Schwab).
6141
6142 2006-11-04 Romain Francoise <romain@orebokech.com>
6143
6144 * Makefile.in (bootstrap-clean-before): Fix typo.
6145 Use new target `bootstrap-clean' in the leim subdirectory.
6146
6147 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6148
6149 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6150
6151 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6154 directories.
6155
6156 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6157
6158 * configure.in: Enable x86-64 OpenBSD compilation.
6159
6160 2006-10-28 Glenn Morris <rgm@gnu.org>
6161
6162 * AUTHORS: Add cal-html.el author.
6163
6164 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6165
6166 * make-dist: Make links to mac/make-package and
6167 mac/Emacs.app/Contents/Resources/Emacs.icns.
6168
6169 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6170
6171 * README: Bump version number to 22.0.90.
6172
6173 2006-10-23 Andreas Schwab <schwab@suse.de>
6174
6175 * configure.in: Make sure x_default_search_path is always set even
6176 when x_libraries is empty, and look in .../share as well for each
6177 library directory.
6178
6179 2006-09-28 Kenichi Handa <handa@m17n.org>
6180
6181 * configure.in (locallisppath): Don't include leim dir.
6182 (lisppath): Include leim dir.
6183
6184 2006-09-15 Jay Belanger <belanger@truman.edu>
6185
6186 * COPYING: Replace "Library Public License" by "Lesser Public
6187 License" throughout.
6188
6189 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6190
6191 * make-dist (EMACS): Exit and fail if the EMACS environment
6192 variable is set to something other than an absolute file name.
6193
6194 2006-08-16 Andreas Schwab <schwab@suse.de>
6195
6196 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6197 of hardcoding it.
6198
6199 2006-08-16 Richard Stallman <rms@gnu.org>
6200
6201 * INSTALL.CVS: Clean up wording.
6202
6203 2006-07-14 Eli Zaretskii <eliz@gnu.org>
6204
6205 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6206 $PKG_CONFIG --exists "$2" to config.log.
6207 * configure: Regenerate.
6208
6209 2006-07-09 Richard Stallman <rms@gnu.org>
6210
6211 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6212
6213 2006-07-09 Kim F. Storm <storm@cua.dk>
6214
6215 * CONTRIBUTE: Use outline format.
6216 Add section on copyright years (from admin/notes/years).
6217
6218 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6219
6220 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6221 to /dev/null, since we don't need the error message, just the
6222 exit status.
6223
6224 2006-07-07 Eli Zaretskii <eliz@gnu.org>
6225
6226 * CONTRIBUTE: Slight formatting changes and typo fixes.
6227 Add description of NEWS markings.
6228
6229 2006-07-07 Kim F. Storm <storm@cua.dk>
6230
6231 * CONTRIBUTE: Mention INSTALL.CVS.
6232
6233 2006-07-05 Romain Francoise <romain@orebokech.com>
6234
6235 * make-dist (top-level): Add CONTRIBUTE.
6236
6237 2006-07-04 Richard Stallman <rms@gnu.org>
6238
6239 * CONTRIBUTE: Much rewrite.
6240
6241 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6242
6243 * CONTRIBUTE: New file.
6244
6245 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6246
6247 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6248
6249 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6250
6251 * configure.in: Add check for ALSA.
6252
6253 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6254
6255 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6256
6257 * info/dir: Remove the Emacs-Xtra entry.
6258
6259 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6260
6261 Update copyright year(s) in many files.
6262
6263 2006-04-01 Eli Zaretskii <eliz@gnu.org>
6264
6265 * configure: Regenerated.
6266
6267 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6268
6269 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6270 --without-toolkit-scroll-bars was specified.
6271
6272 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6273
6274 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6275 to CFLAGS. Update Copyright years written to src/config.in.
6276
6277 2006-03-18 Claudio Fontana <claudio@gnu.org>
6278
6279 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6280 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6281 to be installed/uninstalled.
6282 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6283 to Info files installed by Emacs.
6284
6285 2006-03-03 Claudio Fontana <claudio@gnu.org>
6286
6287 * Makefile.in (install, uninstall): Add DESTDIR variable to
6288 support staged installations.
6289
6290 2006-02-14 Richard M. Stallman <rms@gnu.org>
6291
6292 * configure.in (s390x-*-linux-gnu*): New configuration.
6293
6294 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6295
6296 * configure.in: Require GTK 2.4 or newer.
6297
6298 2006-01-29 Michael Olson <mwolson@gnu.org>
6299
6300 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6301 * info/dir (ERC): New entry.
6302
6303 2006-01-29 Eli Zaretskii <eliz@gnu.org>
6304
6305 * info/dir: Fix last change.
6306
6307 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6308
6309 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6310
6311 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6312
6313 * info/dir: Untabify the whole file.
6314 (Rcirc): New entry.
6315
6316 2006-01-12 Andreas Schwab <schwab@suse.de>
6317
6318 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6319 check.
6320
6321 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * configure.in: Use -Wno-pointer-sign if available.
6324
6325 2005-12-29 Andreas Schwab <schwab@suse.de>
6326
6327 * config.guess, config.sub: Updated from master source.
6328
6329 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6330
6331 * configure.in: Use amdx86-64 for freebsd on x86_64.
6332
6333 2005-11-22 Romain Francoise <romain@orebokech.com>
6334
6335 * make-dist: Add etc/images/icons.
6336
6337 2005-11-03 Andreas Schwab <schwab@suse.de>
6338
6339 * configure.in: Use GZIP_PROG instead of GZIP.
6340
6341 * Makefile.in (GZIP_PROG): Rename from GZIP.
6342 (install-arch-indep): Adjust.
6343
6344 2005-11-01 Andreas Schwab <schwab@suse.de>
6345
6346 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6347 (bootfast): Likewise.
6348
6349 2005-11-01 Romain Francoise <romain@orebokech.com>
6350
6351 * configure.in: Check for gzip.
6352
6353 * Makefile.in (install): Compress source files.
6354
6355 2005-10-24 Steven Tamm <steventamm@mac.com>
6356
6357 * configure.in: Fix darwin386 configuration issue.
6358
6359 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6360
6361 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6362
6363 2005-10-17 Bill Wohler <wohler@newt.com>
6364
6365 * make-dist: Create and populate etc/images/low-color.
6366
6367 2005-10-15 Bill Wohler <wohler@newt.com>
6368
6369 * make-dist: Create and populate etc/images/gud.
6370
6371 2005-10-08 Richard M. Stallman <rms@gnu.org>
6372
6373 * make-dist (tempparent): Don't check for 14-char file name limit.
6374
6375 2005-10-07 Romain Francoise <romain@orebokech.com>
6376
6377 * make-dist: Add etc/images/ezimage and etc/images/mail
6378 directories. Install images in etc/images.
6379
6380 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6381
6382 * configure.in: Prefer Carbon if --enable-carbon-app or
6383 --with-carbon is explicitly specified even when X11 is detected.
6384
6385 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
6386
6387 * Makefile.in (install-arch-indep, uninstall):
6388 Handle newsticker manual.
6389 (info): Add - to commands.
6390
6391 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6392
6393 Remove the MAXPATHLEN limitations:
6394
6395 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6396
6397 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6398
6399 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6400 * configure: Regenerate.
6401
6402 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6403
6404 * config.guess, config.sub: Updated from master source.
6405
6406 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
6407
6408 * .cvsignore: Add `lock'.
6409
6410 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6411
6412 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6413
6414 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6415
6416 Merge gnulib getopt implementation into Emacs.
6417
6418 * Makefile.in (AUTOCONF_INPUTS): New macro.
6419 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6420 so that these files also depend on m4/getopt.m4.
6421 * configure.in: Configure getopt by including m4/getopt.m4,
6422 and configuring a getopt replacement if necessary.
6423 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6424 * m4/getopt.m4: New file.
6425
6426 2005-07-06 Lute Kamstra <lute@gnu.org>
6427
6428 * configure.in: Fix capitalization.
6429
6430 2005-07-04 Lute Kamstra <lute@gnu.org>
6431
6432 Update FSF's address in GPL notices.
6433
6434 2005-06-19 Jérôme Marant <jerome@marant.org>
6435
6436 * Makefile.in (epaths-force): Protect both lisppath and
6437 buildlisppath from whitespace.
6438
6439 2005-06-08 Steven Tamm <steventamm@mac.com>
6440
6441 * configure.in: Support Darwin/MacOSX on Intel.
6442
6443 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6444
6445 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6446
6447 2005-05-19 Jérôme Marant <jmarant@marant.org>
6448
6449 * configure.in: Add --enable-locallisppath.
6450
6451 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6452
6453 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
6454 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6455 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
6456
6457 2005-05-07 Jérôme Marant <jerome@marant.org>
6458
6459 * make-dist: Remove references to makefile.nt and makefile.def.
6460 Include widgets and images subdirectories of etc. Do not exclude
6461 ldefs-boot.el.
6462
6463 2005-04-23 Andreas Schwab <schwab@suse.de>
6464
6465 * configure.in: Remove duplicate match for powerpc configuration.
6466
6467 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6468
6469 * configure.in: Check for <pwd.h>.
6470
6471 2005-04-14 Lute Kamstra <lute@gnu.org>
6472
6473 * make-dist: Distribute all ChangeLog files in lisp/.
6474 Don't distribute ldefs-boot.el.
6475 lisp/makefile.nt no longer exists.
6476
6477 2005-04-13 Lute Kamstra <lute@gnu.org>
6478
6479 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6480 for "no-byte-compile: t" in the file instead.
6481
6482 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6485 shadow the main Lesstif/Motif-2.1 libs and includes.
6486
6487 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6488
6489 * configure.in: Only add XASSERTS to cppflags.
6490
6491 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6492
6493 * configure.in: Added --enable-asserts.
6494
6495 2005-02-09 Kim F. Storm <storm@cua.dk>
6496
6497 Change release version from 21.4 to 22.1 throughout.
6498 Change development version from 21.3.50 to 22.0.50.
6499
6500 2005-01-19 Steven Tamm <steventamm@mac.com>
6501
6502 * configure.in: Check for <sys/utsname.h>.
6503
6504 2004-12-11 Kim F. Storm <storm@cua.dk>
6505
6506 * Makefile.in (info): Undo 2004-12-05 change.
6507
6508 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6509
6510 * info/dir (File): Add URL and Org Mode manuals.
6511 * Makefile.in (install-arch-indep, uninstall): Add url and org
6512 manuals.
6513
6514 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6517 committed to src/config.in.
6518
6519 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6520
6521 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6522 pthreads and define HAVE_GTK_AND_PTHREAD.
6523
6524 2004-12-05 Richard M. Stallman <rms@gnu.org>
6525
6526 * Makefile.in (info): Ignore errors building info files.
6527
6528 2004-11-27 Eli Zaretskii <eliz@gnu.org>
6529
6530 * config.bat: If 8-byte alignment is not supported, define
6531 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6532 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6533 filter through Sed to remove the quotes.
6534
6535 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6538 not apply to files explicitly `cvs add'ed.
6539
6540 2004-11-12 Eli Zaretskii <eliz@gnu.org>
6541
6542 * config.bat: Don't require djecho.exe for the v1.x build.
6543 Add a test for DECL_ALIGN support, and add a trivial definition to
6544 src/config.h if 8-byte alignment is not supported.
6545
6546 2004-11-08 Kim F. Storm <storm@cua.dk>
6547
6548 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6549 files before building.
6550 (bootfast, bootstrap-clean-before-fast): New targets, like
6551 bootstrap but don't remove .elc files.
6552
6553 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
6554
6555 * configure.in: Add check for getrusage.
6556
6557 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6558
6559 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6560 New tests for new and old GTK file dialogs.
6561 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6562 to no.
6563
6564 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6565
6566 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6567 can be set. Remove SETARCH test.
6568
6569 2004-10-08 Steven Tamm <steventamm@mac.com>
6570
6571 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
6572
6573 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6574
6575 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6576 AC_MSG_WARN. Move output of warning message to end of configure run.
6577
6578 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6579
6580 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6581 Run test to see if heap start address is random.
6582
6583 2004-09-29 Miles Bader <miles@gnu.org>
6584
6585 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6586 if setarch is present.
6587
6588 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6589
6590 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6591
6592 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6593
6594 * configure.in: Check for exec-shield.
6595
6596 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6597
6598 * Makefile.in (install-arch-indep): Add pgg and sieve.
6599
6600 * info/.cvsignore: Added pgg and sieve.
6601
6602 2004-08-06 Andreas Schwab <schwab@suse.de>
6603
6604 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6605
6606 2004-07-31 Eli Zaretskii <eliz@gnu.org>
6607
6608 * config.bat: Update URLs in the comments.
6609
6610 2004-07-05 Andreas Schwab <schwab@suse.de>
6611
6612 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6613
6614 2004-06-21 Kenichi Handa <handa@m17n.org>
6615
6616 * make-dist: Link leim-ext.el into tempdir.
6617
6618 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6619
6620 * info/dir (File): Add emacs-xtra.
6621 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6622
6623 2004-06-12 Juri Linkov <juri@jurta.org>
6624
6625 * info/dir: Move menu help lines from `* Menu:' to file header.
6626 Describe the purpose of a red *.
6627
6628 2004-05-04 Dave Love <fx@gnu.org>
6629
6630 * configure.in: Don't use `extrasub'.
6631
6632 2004-04-29 Dave Love <fx@gnu.org>
6633
6634 * configure.in: Don't forget to quote args to `test'.
6635
6636 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6637
6638 * autogen.sh: Update filename in "please read" message.
6639
6640 2004-04-17 Richard M. Stallman <rms@gnu.org>
6641
6642 * INSTALL: Move the info about site-lisp dirs,
6643 and say uninstalled Emacs looks there too.
6644
6645 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6646
6647 * config.bat (lib-src): Recognize comment lines in Makefile.in
6648 that have a TAB after the #, to avoid errors in preprocessing with
6649 GCC 3.3.3.
6650
6651 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6652
6653 * Makefile.in: Mention in comment that `make maintainer-clean'
6654 deletes .elc files.
6655
6656 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * update-subdirs: Add local variables to prevent byte-compiling.
6659
6660 2004-03-21 Dave Love <fx@gnu.org>
6661
6662 * configure.in: Fix previous change.
6663
6664 2004-03-18 Dave Love <fx@gnu.org>
6665
6666 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6667
6668 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6669
6670 * info/dir (File): Add SMTP and SES.
6671
6672 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6675 (bootstrap): Use the new bootstrap-prepare target in lisp.
6676
6677 2004-02-18 Kim F. Storm <storm@cua.dk>
6678
6679 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6680
6681 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6682
6683 * make-dist: Don't link index.*perm and permute-index into tempdir.
6684
6685 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6686
6687 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6688 to match previous changes by Eli Zaretskii.
6689
6690 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6691
6692 * Makefile.in: Set CDPATH to an empty string.
6693
6694 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * configure.in <darwin>: Use fink packages if available.
6697
6698 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6699
6700 * make-dist (lispref): Do include lispref/index.texi.
6701
6702 2004-01-06 Eric Hanchrow <offby1@blarg.net>
6703
6704 * make-dist (tempdir): Include cursors in nt/icons.
6705
6706 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6707
6708 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6709 clashes with install-sh on 8+3 filesystems.
6710
6711 2003-12-24 Miles Bader <miles@gnu.org>
6712
6713 * .cvsignore: Add .arch-inventory.
6714
6715 2003-12-24 Andreas Schwab <schwab@suse.de>
6716
6717 * configure.in: Check for <sys/socket.h>. Include it before
6718 including <net/if.h>. Move check for <net/if.h> before its use.
6719
6720 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6721
6722 * Makefile.in (install-arch-dep): Don't let cd output go into
6723 pipe for carbon_appdir.
6724
6725 2003-12-24 Andreas Schwab <schwab@suse.de>
6726
6727 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6728
6729 2003-12-01 Andreas Schwab <schwab@suse.de>
6730
6731 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6732 hardcoding gcc.
6733
6734 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6735
6736 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6737 multiple displays.
6738 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6739
6740 2003-09-23 Dave Love <fx@gnu.org>
6741
6742 * configure.in: Check members of struct ifreq.
6743
6744 2003-09-14 Kim F. Storm <storm@cua.dk>
6745
6746 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6747
6748 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6749
6750 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6751
6752 2003-08-18 Lute Kamstra <lute@gnu.org>
6753
6754 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6755 required anymore.
6756
6757 2003-08-07 Andrew Choi <akochoi@shaw.ca>
6758
6759 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6760 option instead of -traditional-cpp for CPP.
6761
6762 2003-07-29 Richard M. Stallman <rms@gnu.org>
6763
6764 * configure.in (HAVE_XIM): Define if XIM is available.
6765
6766 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6767
6768 * configure.in: The function gtk_window_set_icon_from_file was
6769 introduced in GTK+ 2.2, so check for that release.
6770
6771 2003-07-23 Andreas Schwab <schwab@suse.de>
6772
6773 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6774
6775 * Makefile.in (YACC): Remove, not used.
6776 (MAINT): Don't set.
6777 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6778 disable dependency on ${srcdir}/configure.in when maintainer mode
6779 is disabled.
6780
6781 2003-07-22 Dave Love <fx@gnu.org>
6782
6783 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6784 HAVE_X11, not with_xim.
6785 (HAVE_CRTIN): Provide template.
6786 <with_png>: Test for png.h and libpng/png.h.
6787
6788 2003-07-15 Andreas Schwab <schwab@suse.de>
6789
6790 * configure.in: Temporarily leave quoting for AC_DEFINE.
6791
6792 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6793
6794 * configure.in: Check for posix_memalign.
6795
6796 2003-07-12 Richard M. Stallman <rms@gnu.org>
6797
6798 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6799
6800 2003-07-09 Kim F. Storm <storm@cua.dk>
6801
6802 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6803 functionality of --without-xim.
6804
6805 2003-06-29 Dave Love <fx@gnu.org>
6806
6807 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6808
6809 2003-06-23 Dave Love <fx@gnu.org>
6810
6811 * configure.in: Check for sys/_mbstate_t.h.
6812 Test XRegisterIMInstantiateCallback prototype.
6813 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6814
6815 2003-06-06 Dave Love <fx@gnu.org>
6816
6817 * configure.in: Check for locale.h.
6818
6819 2003-06-05 Dave Love <fx@gnu.org>
6820
6821 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6822 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6823 (NLIST_STRUCT): Don't define.
6824 (AH_BOTTOM): Define my_strftime.
6825
6826 2003-06-02 Richard M. Stallman <rms@gnu.org>
6827
6828 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6829
6830 2003-05-24 Andreas Schwab <schwab@suse.de>
6831
6832 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6833 bzero, and bcmp.
6834
6835 2003-05-22 Dave Love <fx@gnu.org>
6836
6837 * configure.in: Remove redundant test for term.h. Test for difftime.
6838
6839 2003-05-20 Dave Love <fx@gnu.org>
6840
6841 * configure.in: Append * to s390-*-linux-gnu case.
6842 (LIBMAIL) <lockfile>: Don't define.
6843
6844 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6845
6846 * INSTALL (* GNU/Linux development packages): Mention Debian and
6847 RedHat package names.
6848
6849 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
6850
6851 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6852
6853 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6854
6855 * INSTALL (* GNU/Linux development packages): Tell people to
6856 install additional packages for compiling Emacs.
6857
6858 2003-04-30 Richard M. Stallman <rms@gnu.org>
6859
6860 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6861
6862 2003-04-28 Francesco Potortì <pot@gnu.org>
6863
6864 * configure.in: Undo last (RMS') change, as it is useless, per
6865 Dave Love.
6866
6867 2003-04-08 Richard M. Stallman <rms@gnu.org>
6868
6869 * configure.in: Put #include of jpeglib.h at start of line.
6870
6871 2003-04-06 Francesco Potortì <pot@gnu.org>
6872
6873 * configure.in: Use the same configuration for all aix5, not just
6874 aix5.1.
6875
6876 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
6877
6878 * configure.in: Check for need for bigtoc support on IBM AIX for
6879 solving a linker table overflow problem.
6880
6881 2003-03-03 Rob Browning <rlb@defaultvalue.org>
6882
6883 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6884 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6885 over bzero, bcmp, and bcopy.
6886
6887 2003-02-23 Simon Josefsson <jas@extundo.com>
6888
6889 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
6890
6891 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
6892
6893 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
6894
6895 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
6896
6897 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
6898
6899 2003-02-08 Andreas Schwab <schwab@suse.de>
6900
6901 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6902 instead of the substitution.
6903
6904 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6905
6906 * Makefile.in: Use @EXEEXT@ for Cygwin.
6907 Use USERNAME if LOGNAME is not set (for Cygwin).
6908
6909 * configure.in: Add opsys=cygwin.
6910
6911 2003-01-22 Andreas Schwab <schwab@suse.de>
6912
6913 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
6914 redefining it explicitly in src/config.in.
6915
6916 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
6917
6918 * Makefile.in (bootstrap): Make bootstrap-after.
6919
6920 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
6921
6922 * configure.in: Fix --with-gtk.
6923
6924 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6925
6926 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
6927
6928 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
6929
6930 2003-01-14 Francesco Potortì <pot@gnu.org>
6931
6932 * configure.in (m68k-motorola-sysv): Remove (obsolete).
6933
6934 2003-01-07 Steven Tamm <steventamm@mac.com>
6935
6936 * configure.in: New option, --enable-carbon-app, to specify
6937 that the application should be installed
6938 * Makefile.in (install-arch-dep): On Mac OS X, install the
6939 Emacs.app application if carbon-app is enabled.
6940
6941 2003-01-06 Dave Love <fx@gnu.org>
6942
6943 * configure.in: Check for nl_langinfo.
6944 [!HAVE_SIZE_T]: Fix typedef.
6945
6946 2003-01-06 David Kastrup <dak@gnu.org>
6947
6948 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
6949
6950 * configure.in: Add tests for install-info.
6951
6952 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
6953
6954 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
6955 use again sol2-6 instead of sol2-8.
6956
6957 2002-12-09 Dave Love <fx@gnu.org>
6958
6959 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
6960
6961 2002-12-08 Andreas Schwab <schwab@suse.de>
6962
6963 * Makefile.in (install-arch-indep): Revert last change.
6964
6965 2002-11-27 Dave Love <fx@gnu.org>
6966
6967 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
6968 Check for __sys_siglist too. Check for memset.
6969 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6970
6971 2002-11-22 Juanma Barranquero <lektu@terra.es>
6972
6973 * config.guess, config.sub: Updated from master source.
6974
6975 2002-11-19 Karl Fogel <kfogel@red-bean.com>
6976
6977 * autogen.sh: New file.
6978
6979 2002-11-18 Dave Love <fx@gnu.org>
6980
6981 * configure.in: Tidy up various quoting issues throughout.
6982 Use AC_GNU_SOURCE.
6983 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
6984 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6985 Maybe define bcopy, bzero, bcmp.
6986 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
6987 non-existent machine file).
6988 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
6989 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
6990 (nlist.h): Move test up.
6991
6992 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
6993
6994 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6995
6996 2002-11-14 Francesco Potortì <pot@gnu.org>
6997
6998 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
6999
7000 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7001
7002 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7003
7004 2002-11-08 Dave Love <fx@gnu.org>
7005
7006 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7007 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7008
7009 2002-11-07 Miles Bader <miles@gnu.org>
7010
7011 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7012 Handle separate-build-dir case.
7013
7014 2002-11-06 Richard M. Stallman <rms@gnu.org>
7015
7016 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7017 bulletproof. $bar may be empty when there are no .elc files.
7018
7019 2002-10-30 Dave Love <fx@gnu.org>
7020
7021 * configure.in: Require autoconf 2.53. Test for pty.h,
7022 sys/mman.h, sys/param.h, mremap, memmove.
7023 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7024 (AC_PROG_YACC): Delete.
7025 (size_t): Use AC_CHECK_TYPES.
7026 (AH_TOP): Up-date copyright.
7027
7028 2002-10-01 Juanma Barranquero <lektu@terra.es>
7029
7030 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
7031
7032 2002-09-19 Richard M. Stallman <rms@gnu.org>
7033
7034 * configure.in: Fix the LessTif-directory-finder for real.
7035
7036 2002-09-14 Richard M. Stallman <rms@gnu.org>
7037
7038 * Makefile.in (maybe_bootstrap): Test for complete absence
7039 of compiled Lisp files.
7040
7041 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
7042
7043 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
7044 (bootstrap-clean-after): Delete.
7045 (bootstrap): Make the sequencing explicit.
7046
7047 2002-09-10 Richard M. Stallman <rms@gnu.org>
7048
7049 * configure.in: Fix previous LessTif change.
7050
7051 2002-09-09 Richard M. Stallman <rms@gnu.org>
7052
7053 * configure.in (powerpcle-*-solaris2.5*): New configuration.
7054 (powerpcle-*-solaris*): Use version 2.6 as default.
7055 (*-sunos5.6*, *-solaris2.6*): New alternative.
7056 (*-sunos5*): Use version 2.6 as default.
7057
7058 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7059
7060 * configure.in: Fix typo.
7061
7062 2002-09-05 Richard M. Stallman <rms@gnu.org>
7063
7064 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
7065
7066 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
7067 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
7068
7069 2002-08-26 Kim F. Storm <storm@cua.dk>
7070
7071 * Makefile.in (install-arch-indep): Do not remove DOC file
7072 when it is the only DOC file installed; this is the case when
7073 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
7074
7075 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
7076
7077 * configure.in: Fix typo.
7078
7079 2002-07-24 Richard M. Stallman <rms@gnu.org>
7080
7081 * configure.in: Don't print anything special about gamedir.
7082
7083 * configure.in: Delete nonstandard --with-game-user option.
7084
7085 2002-07-21 Richard M. Stallman <rms@gnu.org>
7086
7087 * Makefile.in (gamedir, localstatedir): New variables.
7088 (epaths-force): Insert value of gamedir into PATH_GAME.
7089
7090 * configure.in (gamedir): Handle it like lispdir.
7091 (--with-game-dir option): Delete.
7092
7093 2002-06-21 Pavel Janík <Pavel@Janik.cz>
7094
7095 * configure.in: Add support for mipseb-*-netbsd* machines.
7096
7097 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7098
7099 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
7100
7101 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7102
7103 * info/dir (File): Add an entry for Tramp.
7104
7105 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7106
7107 * INSTALL-CVS: New file.
7108
7109 2002-06-07 Andreas Schwab <schwab@suse.de>
7110
7111 * configure.in (x86_64-*-linux-gnu*): New system.
7112
7113 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
7114
7115 * config.bat: Handle the case when lispintro is truncated to lispintr.
7116
7117 2002-05-26 Paul Eggert <eggert@twinsun.com>
7118
7119 * config.guess, config.sub: Updated from master source.
7120
7121 2002-05-09 Richard M. Stallman <rms@gnu.org>
7122
7123 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
7124
7125 2002-05-04 Pavel Janík <Pavel@Janik.cz>
7126
7127 * make-dist: Do not distribute lock/ directory.
7128
7129 2002-04-30 Andrew Choi <akochoi@shaw.ca>
7130
7131 * configure.in: Provide documentation string when defining
7132 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
7133 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
7134
7135 2002-04-29 Colin Walters <walters@verbum.org>
7136
7137 * configure.in: Delete configure check for access to the game user.
7138
7139 2002-04-29 Pavel Janík <Pavel@Janik.cz>
7140
7141 * make-dist: lwlib/Imakefile is removed.
7142
7143 2002-04-26 Andrew Choi <akochoi@shaw.ca>
7144
7145 * configure.in: Add support for powerpc-apple-darwin*.
7146 (HAVE_CARBON): Add.
7147
7148 * make-dist: Create directories in mac/Emacs.app.
7149
7150 2002-04-25 Pavel Janík <Pavel@Janik.cz>
7151
7152 * make-dist: lwlib-Xol* are removed.
7153
7154 2002-04-23 Andreas Schwab <schwab@suse.de>
7155
7156 * Makefile.in (MAINT): New variable.
7157 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7158 instead of configure.in, to avoid running autoconf and autoheader
7159 unless explicitly requested.
7160
7161 2002-04-16 Eli Zaretskii <eliz@gnu.org>
7162
7163 * config.bat: Update for msdos/sed2v2.inp.
7164
7165 2002-04-15 Andreas Schwab <schwab@suse.de>
7166
7167 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7168 * configure.in: Add config header templates to all AC_DEFINE and
7169 AC_DEFINE_UNQUOTED symbols.
7170 * make-dist: Run autoheader if necessary.
7171
7172 2002-04-10 Colin Walters <walters@verbum.org>
7173
7174 * configure.in: Add --game-dir, --game-user. Test to see if we
7175 can use them.
7176
7177 2002-04-08 Pavel Janík <Pavel@Janik.cz>
7178
7179 * configure.in: Add --with-sound.
7180
7181 2002-03-18 Kim F. Storm <storm@cua.dk>
7182
7183 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7184 and getsockname functions. Test for sys/un.h include file.
7185
7186 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7187
7188 * configure.in: Support AIX 5.1.
7189
7190 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7191
7192 * configure.in: Added test for X Session Management (HAVE_X_SM).
7193
7194 2002-03-03 Richard M. Stallman <rms@gnu.org>
7195
7196 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7197 Run chown $${LOGNAME} on files installed by tar xvf.
7198
7199 2002-03-03 Kim F. Storm <storm@cua.dk>
7200
7201 * configure.in: Test for getpeername.
7202
7203 2002-03-01 Richard M. Stallman <rms@gnu.org>
7204
7205 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7206 (HAVE_GIF): Don't use old libungif versions that crash.
7207
7208 2002-02-26 Richard M. Stallman <rms@gnu.org>
7209
7210 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7211 not just well-formed and valid.
7212 (mips-compaq-nonstopux*): New configuration.
7213
7214 2002-02-18 Paul Eggert <eggert@twinsun.com>
7215
7216 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7217 "sed q" is a portable equivalent to plain "head -1".
7218
7219 2002-02-13 Richard M. Stallman <rms@gnu.org>
7220
7221 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7222 (all): Don't depend on maybe_bootstrap here.
7223 (${SUBDIR}): Depend on it here instead.
7224
7225 2002-02-08 Richard M. Stallman <rms@gnu.org>
7226
7227 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7228
7229 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7230
7231 * configure.in: Recognize BSD/OS 5.0.
7232
7233 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7234
7235 * make-dist: Make version checking in emacs.texi consistent with
7236 how we set it there.
7237
7238 2001-12-29 Kim F. Storm <storm@cua.dk>
7239
7240 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7241
7242 2001-12-28 Richard M. Stallman <rms@gnu.org>
7243
7244 * configure.in: Test for mbsinit.
7245
7246 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7247
7248 These changes make Leim part of the standard distribution:
7249
7250 * README: Add info about the `leim' directory.
7251
7252 * INSTALL: Remove text that describes Leim as a separate package.
7253
7254 * noleim-Makefile.in: File removed.
7255
7256 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7257 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7258 Leim files out of the Emacs tree. Don't prepare a separate tarball
7259 for Leim.
7260
7261 2001-12-11 Richard M. Stallman <rms@gnu.org>
7262
7263 * configure.in (hppa*-*-linux-gnu*): New alternative.
7264
7265 2001-12-08 Pavel Janík <Pavel@Janik.cz>
7266
7267 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7268 creating distribution.
7269
7270 2001-12-06 Paul Eggert <eggert@twinsun.com>
7271
7272 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7273 (AC_FUNC_VFORK): Remove.
7274 (AC_FUNC_FORK): Add.
7275 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7276 this is required by recent Autoconf versions.
7277
7278 2001-12-02 Pavel Janík <Pavel@Janik.cz>
7279
7280 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7281 TODO, vms-pp.trans and others).
7282
7283 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7284
7285 * make-dist: Use COPYING from the top-level directory.
7286
7287 2001-11-29 Gerd Moellmann <gerd@gnu.org>
7288
7289 * configure.in: Add support for FreeBSD/Alpha.
7290
7291 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7292
7293 * make-dist: Add COPYING to the top-level directory of the
7294 distribution. Simplify the logic behind copying.
7295
7296 * Makefile.in (maybe_bootstrap): Fix previous change.
7297
7298 2001-11-28 Richard M. Stallman <rms@gnu.org>
7299
7300 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7301
7302 2001-11-26 Richard M. Stallman <rms@gnu.org>
7303
7304 * Makefile.in: bootstrap should not delete dumped executables.
7305 (bootstrap-clean-before): New target.
7306 (bootstrap): Use bootstrap-clean-before instead of clean.
7307 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7308
7309 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7310
7311 These changes add the Emacs Lisp Introduction manual to the
7312 distribution:
7313
7314 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7315
7316 * make-dist: Copy the files in lispintro directory.
7317
7318 * config.bat: Configure in the lispintro directory.
7319
7320 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7321
7322 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7323 (lispintro/Makefile): New target.
7324 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7325 (unlock, relock, info, dvi): Ditto.
7326
7327 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7328
7329 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7330
7331 * make-dist (etc): Don't distribute gfdl.1.
7332
7333 2001-11-22 Colin Walters <walters@debian.org>
7334
7335 * Makefile.in (install-arch-indep): Install the calc .info files.
7336 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7337
7338 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7339
7340 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7341 tindex.pl to the list of those being put into the distribution.
7342
7343 2001-11-16 Eli Zaretskii <eliz@gnu.org>
7344
7345 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7346
7347 2001-11-15 Pavel Janík <Pavel@Janik.cz>
7348
7349 * Makefile.in (uninstall): Fix previous change.
7350
7351 * configure.in, Makefile.in: Add support for --program-prefix,
7352 --program-suffix and --program-transform-name options.
7353
7354 2001-11-13 Pavel Janík <Pavel@Janik.cz>
7355
7356 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7357 (install-arch-indep): Install emacsclient manual page.
7358 (uninstall): Uninstall emacsclient manual page.
7359
7360 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7361
7362 * make-dist: Add lispref/index.*perm files to the distribution.
7363 From Pavel Janík <Pavel@Janik.cz>.
7364
7365 2001-11-12 Pavel Janík <Pavel@Janik.cz>
7366
7367 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7368
7369 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7370
7371 * configure.in: AC_OUTPUT lispref/Makefile.
7372
7373 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7374
7375 The following changes add the ELisp reference manual to the
7376 distribution.
7377
7378 * make-dist: Add the lispref directory to the distribution.
7379
7380 * Makefile.in (install-arch-indep): Add elisp* to the list of
7381 installed Info files.
7382 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7383 (lispref/Makefile): New target.
7384 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7385 Add commands for the lispref directory.
7386 (info, dvi): Ditto.
7387
7388 * config.bat: Configure in `lispref'.
7389
7390 2001-11-09 Richard M. Stallman <rms@gnu.org>
7391
7392 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7393
7394 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7395
7396 * make-dist (tempdir): Copy AUTHORS as well.
7397
7398 2001-11-06 Sam Steingold <sds@gnu.org>
7399
7400 * configure.in: Added a check for <nlist.h>.
7401
7402 2001-11-01 Pavel Janík <Pavel@Janik.cz>
7403
7404 * configure.in: Reindent --help output.
7405 From Per Starbäck (starback@ling.uu.se).
7406
7407 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * configure.in: New entry for HP/UX-11.
7410
7411 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7412 From Eric S. Raymond <esr@golux.thyrsus.com>.
7413
7414 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7415
7416 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7417 <athornton@sinenomine.net>.
7418
7419 2001-10-25 Gerd Moellmann <gerd@gnu.org>
7420
7421 * Makefile.in (maybe_bootstrap): New target.
7422 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7423
7424 2001-10-24 Ken Raeburn <raeburn@gnu.org>
7425
7426 * configure.in: If --with-hesiod is given, look for
7427 hes_getmailhost and res_send or __res_send; check hesiod and
7428 resolv libraries respectively if system libraries don't supply them.
7429
7430 2001-10-24 Gerd Moellmann <gerd@gnu.org>
7431
7432 * configure.in: Use $MAKE for `make' if set.
7433
7434 2001-10-22 Gerd Moellmann <gerd@gnu.org>
7435
7436 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7437 to tar options.
7438
7439 2001-10-20 Gerd Moellmann <gerd@gnu.org>
7440
7441 * (Version 21.1 released).
7442
7443 2001-10-20 Miles Bader <miles@gnu.org>
7444
7445 * configure.in (configuration): Set from `host' if `host_alias'
7446 isn't defined.
7447
7448 2001-10-19 Andreas Schwab <schwab@suse.de>
7449
7450 * configure.in: Make ready for autoconf 2.5x.
7451 (AC_PREREQ): Require autoconf 2.50.
7452 * aclocal.m4: Removed.
7453 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7454
7455 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7456
7457 * README: Bump Emacs version to 21.1.50.
7458
7459 2001-10-05 Gerd Moellmann <gerd@gnu.org>
7460
7461 * Branch for 21.1.
7462
7463 2001-09-05 Gerd Moellmann <gerd@gnu.org>
7464
7465 * configure.in: Avoid `$@' which is handled specially in
7466 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7467
7468 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7469
7470 * make-dist (nt): Add subdirs.el to the list of distributed files.
7471
7472 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7473
7474 * configure.in (machine): Add an entry for
7475 hppa1.1-hitachi-hiuxwe2*.
7476
7477 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7478
7479 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7480 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7481
7482 2001-05-14 Gerd Moellmann <gerd@gnu.org>
7483
7484 * make-dist: Copy texinfo.tex unconditionally.
7485
7486 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7487
7488 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7489 that are installed.
7490
7491 2001-04-06 Gerd Moellmann <gerd@gnu.org>
7492
7493 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7494 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7495
7496 * make-dist: Handle leim/MISC-DIC. Only include
7497 `[a-zA-Z]*.{el,elc}' from leim/quail.
7498
7499 2001-04-05 Gerd Moellmann <gerd@gnu.org>
7500
7501 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7502
7503 2001-03-30 Gerd Moellmann <gerd@gnu.org>
7504
7505 * Makefile.in (.PHONY): Add for bootstrap targets.
7506 (bootstrap-clean): New target.
7507 (bootstrap): Use it instead of `clean'.
7508
7509 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7510
7511 * Makefile.in (SUBDIR): Remove leim.
7512 (all, .RECURSIVE, extraclean): Add leim explicitly.
7513 (leim): Provide separate rule which exports PARALLEL=0 into the
7514 environment.
7515
7516 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7517
7518 * configure.in (HAVE_XPM): Don't print the result of the check for
7519 XpmReturnAllocPixels if we don't have an xpm.h.
7520
7521 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7522
7523 * COPYING: New file.
7524
7525 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7526
7527 * config.bat: Update the copyright.
7528
7529 2001-02-23 Kenichi Handa <handa@etl.go.jp>
7530
7531 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7532 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7533 to `yes'. Later in AC_OUTPUT, check this variable.
7534
7535 2001-02-09 Dave Love <fx@gnu.org>
7536
7537 * AUTHORS: Updated.
7538
7539 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7540
7541 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7542
7543 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7544
7545 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7546
7547 * Makefile.in (uninstall): Ignore exit code of `rm'.
7548
7549 * Makefile.in (uninstall): Remove more info files.
7550 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
7551
7552 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7553
7554 * noleim-Makefile.in (extraclean): Add.
7555
7556 2001-01-28 Gerd Moellmann <gerd@gnu.org>
7557
7558 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
7559 it quiet.
7560
7561 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7562
7563 * Makefile.in (tags): Fix typo.
7564
7565 2001-01-13 Kenichi Handa <handa@etl.go.jp>
7566
7567 * configure.in: Fix typo in the code setting x_search_path.
7568
7569 2001-01-10 Dave Love <fx@gnu.org>
7570
7571 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7572 -lXext.
7573 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7574 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7575 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7576 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7577 (now in $LIBS).
7578
7579 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7580
7581 * config.bat: Run the preprocessor with -traditional.
7582
7583 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7584
7585 * INSTALL: Move copying conditions to end of file.
7586
7587 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7588
7589 * INSTALL: Add basic installation procedure which assumes
7590 `configure' does its job. Elaborate on image support libraries.
7591 Add a pointer to Xaw3d library. Add advice about solving
7592 configure-time problems by looking in config.log and setting
7593 variables in the environment.
7594
7595 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7596
7597 * Makefile.in (install-arch-indep): If tar fails, exit with
7598 exit code 1.
7599
7600 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7601
7602 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7603 source file includes XKBlib.h. On some broken Solaris systems,
7604 there is an XKBlib.h, reportedly, but header files included by
7605 XKBlib.h are missing.
7606
7607 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7608
7609 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7610
7611 2000-12-11 Dave Love <fx@gnu.org>
7612
7613 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7614
7615 2000-12-11 Paul Eggert <eggert@twinsun.com>
7616
7617 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7618 Merge fixes from latest GNU tar version. These macros no longer
7619 futz with _XOPEN_SOURCE, as that was not portable in practice.
7620 (AC_FUNC_FSEEKO): New macro.
7621
7622 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7623 ftello.
7624
7625 2000-12-05 Dave Love <fx@gnu.org>
7626
7627 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7628
7629 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7630
7631 * info/dir: Change the category to "Emacs".
7632
7633 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7634
7635 * make-dist (tempdir): Remove epaths.h from the distribution
7636 instead of paths.h.
7637
7638 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7639
7640 * config.bat: Check for existence of djecho.exe, and print an
7641 error message if it is not available.
7642
7643 * INSTALL: Describe possible problem with djecho.exe in old
7644 versions of DJGPP v2.x.
7645
7646 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7647
7648 * configure.in: Initialize HAVE_LIBXP to no.
7649
7650 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7651
7652 * configure.in: Use m/macppc.h instead of the non-existent
7653 m/powerpc.h.
7654
7655 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7656
7657 * Makefile.in (install-arch-indep): Also install info/eshell*
7658 and info/speedbar*.
7659
7660 * configure.in (HAVE_PNG): Check for the presence of
7661 png_get_channels to rule out older PNG libs.
7662
7663 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7664 GCC and NON_GNU_CPP into config.status.
7665
7666 2000-11-20 Dave Love <fx@gnu.org>
7667
7668 * configure.in: Fix last change.
7669
7670 * GETTING.GNU.SOFTWARE: Deleted.
7671 * FTP: New file to replace it.
7672 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7673
7674 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7675
7676 * configure.in: Use -traditional with GNU cpp.
7677
7678 2000-11-17 Gerd Moellmann <gerd@gnu.org>
7679
7680 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7681 Distribute more files from the nt/ subdir. Distribute PBM
7682 image files from subdirs of lisp/. Distribute old change logs
7683 from subdirs of lisp/. Distribute play/5x5.el.
7684
7685 2000-11-11 Dave Love <fx@gnu.org>
7686
7687 * config.sub, config.guess: Updated from master source.
7688
7689 2000-11-07 Dave Love <fx@gnu.org>
7690
7691 * configure.in: Test for mkstemp.
7692
7693 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7694
7695 * info/dir (Top): Rearrange menu items more logically, and put
7696 them into a single category. Add menu items for RefTeX and
7697 Widget.
7698
7699 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7700
7701 * Makefile.in (install-arch-indep): Use --info-dir instead of
7702 --dir-file, and a simple argument instead of --info-file, so that
7703 the Debian version of install-info also works.
7704
7705 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7706
7707 * info/dir (Speedbar): Add entry.
7708
7709 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7710
7711 * INSTALL: Describe the new image-support options to the configure
7712 script. List URLs where image support libraries can be found.
7713
7714 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7715
7716 * info/dir (Top): Add an entry for Eshell.
7717
7718 2000-10-02 Dave Love <fx@gnu.org>
7719
7720 * configure.in: Check for gai_strerror.
7721
7722 2000-10-01 Andreas Schwab <schwab@suse.de>
7723
7724 * Makefile.in (install-arch-indep): Update list of installed info files.
7725
7726 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7727
7728 * configure.in: Support `sparc*-*-netbsd*'.
7729
7730 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7731
7732 * info/dir (MIME): Add entry for emacs-mime.
7733
7734 2000-09-29 Dave Love <fx@gnu.org>
7735
7736 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7737
7738 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7739
7740 * make-dist: Adapt to the change of leim/Makefile which was
7741 necessary to ensure a reasonably working `make dist'.
7742
7743 * leim-Makefile.in: Moved to leim/Makefile.in..
7744
7745 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7746
7747 2000-09-21 Kenichi Handa <handa@etl.go.jp>
7748
7749 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7750 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7751 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7752 files to .elc.
7753 (${TIT}): Adjust for the above change.
7754 (clean mostlyclean): Likewise.
7755 (.el.elc): New target.
7756
7757 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7758
7759 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7760 in the distribution.
7761
7762 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7763
7764 * make-dist (skk): Rename to `ja-dic' because the leim directory
7765 was renamed.
7766
7767 2000-09-14 Dave Love <fx@gnu.org>
7768
7769 * configure.in: Fix spurion in last change.
7770
7771 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7772
7773 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7774 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7775 to `no' if defined. Change result report.
7776
7777 2000-09-08 Dave Love <fx@gnu.org>
7778
7779 * configure.in: Remove spurious `@'s.
7780
7781 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7782 autoconf.
7783
7784 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7785
7786 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7787 file and print informational message.
7788
7789 * configure.in (AC_FUNC_MMAP): Add.
7790
7791 2000-09-01 Gerd Moellmann <gerd@gnu.org>
7792
7793 * configure.in: Add ``checking'' messages for
7794 XpmReturnAllocPixels.
7795
7796 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7797
7798 * configure.in: Check <strings.h>; check `index' and `rindex'
7799 functions.
7800
7801 2000-08-26 Kenichi Handa <handa@etl.go.jp>
7802
7803 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7804 "case "${canonical}" in".
7805
7806 2000-08-25 Dave Love <fx@gnu.org>
7807
7808 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7809
7810 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7811
7812 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7813
7814 2000-08-24 Gerd Moellmann <gerd@gnu.org>
7815
7816 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7817 contains a relative path. Protect against unusable values of $PWD.
7818
7819 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7820
7821 * info/dir (WoMan): Add entry.
7822
7823 * config.bat (maindir): Update src/_gdbinit even if it does
7824 already exist.
7825
7826 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7827
7828 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7829
7830 2000-08-03 Gerd Moellmann <gerd@gnu.org>
7831
7832 * configure.in: Add support for ia64*-*-linux*.
7833
7834 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7835
7836 * make-dist (aclocal.m4): Include in distribution.
7837
7838 2000-07-26 Dave Love <fx@gnu.org>
7839
7840 * configure.in (AC_SYS_LARGEFILE): Move earlier.
7841
7842 2000-07-24 Dave Love <fx@gnu.org>
7843
7844 * configure.in: Add AC_SIZE_T.
7845
7846 2000-07-18 Dave Love <fx@gnu.org>
7847
7848 * configure.in: Reorder so that most tests are done after CPPFLAGS
7849 is set from the C_SWITCH_... definitions.
7850
7851 2000-07-10 Gerd Moellmann <gerd@gnu.org>
7852
7853 * configure.in (HAVE_XPM): Undo previous change. Check for
7854 preprocessor define XpmReturnAllocPixels.
7855
7856 2000-07-06 Gerd Moellmann <gerd@gnu.org>
7857
7858 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7859 instead of XpmReadFileToPixmap.
7860
7861 2000-07-05 Ken Raeburn <raeburn@gnu.org>
7862
7863 * configure.in: Check for <soundcard.h>. Look for ossaudio
7864 library, and set LIBSOUND accordingly.
7865
7866 2000-07-05 Dave Love <fx@gnu.org>
7867
7868 * configure.in: Use AC_HEADER_SYS_WAIT.
7869
7870 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7871
7872 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7873 lisp/Makefile. Distribute lisp/Makefile.in instead of
7874 lisp/Makefile.
7875
7876 2000-06-30 Ken Raeburn <raeburn@gnu.org>
7877
7878 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7879 while searching for image-handling libraries.
7880
7881 2000-06-26 Gerd Moellmann <gerd@gnu.org>
7882
7883 * configure.in (--with-xim): New option.
7884
7885 2000-06-23 Dave Love <fx@gnu.org>
7886
7887 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7888 for struct timezone and test how we can call gettimeofday.
7889 Check for OSF 5+. Check for term.h.
7890
7891 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
7892 version.
7893
7894 2000-06-23 Gerd Moellmann <gerd@gnu.org>
7895
7896 * configure.in (HAVE_LIBXP): Change test for libXp.
7897
7898 2000-06-21 Dave Love <fx@gnu.org>
7899
7900 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
7901 simple test for getloadavg and substitute GETLOADAVG_LIBS.
7902 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
7903
7904 2000-06-19 Dave Love <fx@gnu.org>
7905
7906 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
7907 _XOPEN_SOURCE is defined.
7908
7909 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7910
7911 * Makefile.in (distclean): Also make distclean in lisp/.
7912
7913 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7914
7915 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
7916
7917 2000-06-15 Gerd Moellmann <gerd@gnu.org>
7918
7919 * make-dist: Add --help and --snapshot options.
7920
7921 2000-06-14 Gerd Moellmann <gerd@gnu.org>
7922
7923 * configure.in: Generate lisp/Makefile.
7924
7925 * configure.in: Add support for `*-lynxos*'.
7926 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
7927 recommended by <Karen.Dorhamer@compaq.com> to fix problems
7928 on Tru64 UNIX v5.0.
7929
7930 2000-06-13 Ken Raeburn <raeburn@gnu.org>
7931
7932 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
7933 it's on a continuation line.
7934
7935 2000-06-02 Dave Love <fx@gnu.org>
7936
7937 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
7938 files.
7939
7940 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
7941 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
7942 test.
7943
7944 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
7945 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
7946
7947 2000-05-26 Gerd Moellmann <gerd@gnu.org>
7948
7949 * configure.in: Add check for speed_t typedef.
7950
7951 2000-05-25 Ken Raeburn <raeburn@gnu.org>
7952
7953 * Makefile.in (install-arch-dep): Install fns-*.el only if it
7954 exists; it won't in the CANNOT_DUMP case.
7955
7956 2000-05-25 Gerd Moellmann <gerd@gnu.org>
7957
7958 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
7959 On FreeBSD, the exit status is 1 if CDPATH is not set.
7960 (install-arch-indep): Install ebrowse.info.
7961
7962 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
7963
7964 * configure.in: Check for grandpt and getpt.
7965
7966 2000-05-09 Dave Love <fx@gnu.org>
7967
7968 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
7969
7970 2000-05-05 Gerd Moellmann <gerd@gnu.org>
7971
7972 * make-dist: Make a link for lib-src/grep-changelog.
7973 Copy install-sh.
7974
7975 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
7976
7977 * config.bat: Identify the beginning of the cpp stuff in
7978 src/Makefile.in and lib-src/Makefile.in more accurately.
7979
7980 2000-04-27 Gerd Moellmann <gerd@gnu.org>
7981
7982 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
7983
7984 2000-04-19 Gerd Moellmann <gerd@gnu.org>
7985
7986 * configure.in: Add support for `powerpc-*-netbsd*'.
7987
7988 2000-04-19 Dave Love <fx@gnu.org>
7989
7990 * configure.in: Don't use AC_FUNC_GETLOADAVG.
7991
7992 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
7993
7994 2000-04-16 Dave Love <fx@gnu.org>
7995
7996 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7997
7998 2000-04-14 Dave Love <fx@gnu.org>
7999
8000 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8001
8002 * aclocal.m4 (AC_FUNC_MKTIME): New.
8003
8004 2000-03-28 Ken Raeburn <raeburn@gnu.org>
8005
8006 * configure.in: Line up "--help" output a little better.
8007
8008 2000-03-26 Gerd Moellmann <gerd@gnu.org>
8009
8010 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8011 New targets.
8012 (bootstrap): Rewritten in terms of the new targets above.
8013 Make info files, too.
8014
8015 2000-03-12 Gerd Moellmann <gerd@gnu.org>
8016
8017 * config.guess, config.sub: Use the versions of the files from
8018 subversions.
8019
8020 2000-03-08 Dave Love <fx@gnu.org>
8021
8022 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8023 AC_C_VOLATILE. Define POINTER_TYPE.
8024
8025 * aclocal.m4: New file.
8026
8027 2000-03-02 Gerd Moellmann <gerd@gnu.org>
8028
8029 * configure.in (machine): Add `mipsel-*-netbsd*' and
8030 `arm-*-netbsd*'.
8031
8032 2000-03-01 Gerd Moellmann <gerd@gnu.org>
8033
8034 * configure.in (machine): Add support for `*-auspex-sunos*'.
8035
8036 2000-02-29 Gerd Moellmann <gerd@gnu.org>
8037
8038 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
8039
8040 2000-02-18 Dave Love <fx@gnu.org>
8041
8042 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
8043
8044 2000-02-18 Andreas Schwab <schwab@suse.de>
8045
8046 * Makefile.in (install-arch-indep): Add eudc to list of installed
8047 info files.
8048
8049 2000-02-17 Ken Raeburn <raeburn@gnu.org>
8050
8051 * configure.in: Include -lz and -ljpeg (if it's available) when
8052 testing for the tiff library.
8053
8054 2000-02-17 Gerd Moellmann <gerd@gnu.org>
8055
8056 * configure.in: Remove LISP_FLOAT_TYPE.
8057
8058 2000-02-12 Dave Love <fx@gnu.org>
8059
8060 * configure.in: Use AC_FUNC_VFORK.
8061
8062 2000-02-01 Gerd Moellmann <gerd@gnu.org>
8063
8064 * make-dist: Various fixes for new development tree.
8065
8066 * leim-Makefile.in: New file.
8067
8068 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8069
8070 * Makefile.in (dist): Call ./make-dist.
8071
8072 2000-01-24 Dave Love <fx@gnu.org>
8073
8074 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
8075
8076 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8077
8078 * configure.in (HAVE_GIF): Check for DGifOpen instead of
8079 DGifOpenFileName.
8080
8081 2000-01-11 Andreas Schwab <schwab@suse.de>
8082
8083 * Makefile.in (install-arch-indep): Update list of info files to
8084 be installed.
8085
8086 2000-01-05 Dave Love <fx@gnu.org>
8087
8088 * configure.in: Check for jerror.h as well as libjpeg.
8089
8090 2000-01-03 Andreas Schwab <schwab@suse.de>
8091
8092 * Makefile.in (install-arch-indep): Install autotype*.
8093 Run install-info on autotype and emacs-faq.info.
8094
8095 1999-12-04 Dave Love <fx@gnu.org>
8096
8097 * Makefile.in (install-arch-indep): Depend on `info'.
8098 (install-strip): Use `install' as sub-make target.
8099
8100 1999-11-23 Ken Raeburn <raeburn@gnu.org>
8101
8102 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
8103 didn't need to be deleted. Check for the k5crypto library as well
8104 as the crypto library; MIT Kerberos 1.1 changed the name.
8105
8106 1999-11-18 Dave Love <fx@gnu.org>
8107
8108 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
8109
8110 1999-11-11 Erik Naggum <erik@naggum.no>
8111
8112 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
8113
8114 1999-11-08 Dave Love <fx@gnu.org>
8115
8116 * configure.in: Fix change for --with-pop default.
8117
8118 1999-11-04 Dave Love <fx@gnu.org>
8119
8120 * configure.in: Default to --with-pop. Change sense of with-gcc
8121 and with-toolkit-scroll-bars messages to reflect the defaults.
8122
8123 1999-11-01 Gerd Moellmann <gerd@gnu.org>
8124
8125 * INSTALL: Mention the Emacs Lisp Reference.
8126
8127 1999-10-27 Noah Friedman <friedman@splode.com>
8128
8129 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
8130
8131 1999-10-23 Gerd Moellmann <gerd@gnu.org>
8132
8133 * Makefile.in (bootstrap): New target.
8134
8135 1999-10-19 Paul Eggert <eggert@twinsun.com>
8136
8137 Add support for large files. Merge glibc 2.1.2.
8138
8139 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
8140 (HAVE_TM_GMTOFF): New symbol.
8141 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
8142 mbrlen, strsignal.
8143 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
8144
8145 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8146
8147 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8148 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8149
8150 1999-10-09 Richard M. Stallman <rms@gnu.org>
8151
8152 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8153 Unset CDPATH to prevent cd from generating output.
8154
8155 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8156
8157 * update-subdirs: Also ignore CVS subdirs.
8158
8159 1999-10-07 Gerd Moellmann <gerd@gnu.org>
8160
8161 * Makefile.in (install-arch-indep): Add ada-mode.
8162
8163 1999-10-06 Dave Love <fx@gnu.org>
8164
8165 * Makefile.in: Add rules for config.status, configure.
8166
8167 1999-09-07 Gerd Moellmann <gerd@gnu.org>
8168
8169 * configure.in (--with-sound): Remove.
8170
8171 1999-08-30 Gerd Moellmann <gerd@gnu.org>
8172
8173 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8174 the test for Xaw3d.
8175 (HAVE_TIFF): Add -lm to library check.
8176
8177 1999-08-28 Richard Stallman <rms@gnu.org>
8178
8179 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8180 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8181 after the other X-related libraries.
8182
8183 1999-08-21 Dave Love <fx@gnu.org>
8184
8185 * configure.in: Don't check for jpeglib.h.
8186
8187 1999-08-20 Gerd Moellmann <gerd@gnu.org>
8188
8189 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8190 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8191
8192 1999-08-18 Dave Love <fx@gnu.org>
8193
8194 * configure.in: Check for termcap.h.
8195
8196 1999-08-15 Gerd Moellmann <gerd@gnu.org>
8197
8198 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8199 use Emacs' scroll bars, even if configured for Motif or when
8200 Xaw3d is available.
8201
8202 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8203
8204 * configure.in: Check for getaddrinfo.
8205
8206 1999-08-04 Eli Zaretskii <eliz@gnu.org>
8207
8208 * config.bat: Make --no-debug work again by removing -gcoff.
8209
8210 1999-07-30 Dave Love <fx@gnu.org>
8211
8212 * configure.in: Check for stdlib.h.
8213
8214 1999-07-19 Dave Love <fx@gnu.org>
8215
8216 * configure.in: Grok sparc64-*-linux-gnu*.
8217
8218 1999-07-12 Richard Stallman <rms@gnu.org>
8219
8220 * Version 20.4 released.
8221
8222 1999-06-23 Karl Heuer <kwzh@gnu.org>
8223
8224 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8225 Quote $EMACS, in case it's a program with args.
8226
8227 1999-06-15 Gerd Moellmann <gerd@gnu.org>
8228
8229 * configure.in (HAVE_GIF): Use libungif instead of libgif
8230 because the former doesn't contain patented compression code.
8231
8232 1999-05-29 Richard M. Stallman <rms@gnu.org>
8233
8234 * configure.in: Delete the Kerberos stuff.
8235
8236 1999-05-27 Greg Hudson <ghudson@mit.edu>
8237
8238 * configure.in: Prefer kerberos 5 names.
8239
8240 1999-04-26 Richard M. Stallman <rms@gnu.org>
8241
8242 * configure.in: Check for libXp.
8243
8244 1999-04-08 Richard Stallman <rms@gnu.org>
8245
8246 * make-dist: Include change logs in subdirs of `lisp'.
8247
8248 1999-04-05 Richard Stallman <rms@gnu.org>
8249
8250 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8251 (install-arch-indep): Make ${datadir}/emacs world-readable.
8252
8253 1999-03-30 Eli Zaretskii <eliz@gnu.org>
8254
8255 * config.bat: Use epaths.* instead of paths.*.
8256
8257 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8258
8259 * INSTALL: Add detailed instructions to unpack and install
8260 intlfonts on MS-DOS.
8261
8262 1999-02-26 Richard Stallman <rms@gnu.org>
8263
8264 * configure.in: Use epaths.h and epaths-force instead of paths...
8265
8266 * Makefile.in (epaths-force): Rename from paths-force;
8267 operate on epaths.in and produce epaths.h.
8268
8269 1999-02-24 Richard Stallman <rms@gnu.org>
8270
8271 * make-dist: Fix nt/icons directory handling.
8272
8273 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
8274
8275 * configure.in (f301-fujitsu-uxpv4.1): New target.
8276
8277 1999-02-20 Richard Stallman <rms@gnu.org>
8278
8279 * make-dist (tempparent): Fix command to update info files.
8280
8281 1999-02-09 Richard Stallman <rms@gnu.org>
8282
8283 * configure.in (powerpc-apple-netbsd*): New alternative.
8284
8285 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8286
8287 * make-dist: Include the new directory nt/icons in distributions.
8288
8289 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8290
8291 * configure.in: Change message about HAVE_XFREE386.
8292
8293 1999-01-07 Eli Zaretskii <eliz@gnu.org>
8294
8295 * config.bat: Support configuring with leim.
8296
8297 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8298
8299 * configure.in (mips-sgi-irix6.5): New target.
8300
8301 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8302
8303 * configure.in: Remove GSS-API support, since it has been removed
8304 from movemail.
8305
8306 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8307
8308 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8309
8310 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8311
8312 * Makefile.in: Don't install customize info file.
8313 Run install-info on viper info file.
8314
8315 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8316
8317 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8318
8319 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8320
8321 * configure.in (*-*-bsdi4*): New target.
8322
8323 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8324
8325 * configure.in: Fix previous change.
8326
8327 1998-11-11 Richard Stallman <rms@gnu.org>
8328
8329 * configure.in (aviion-intel): New machine.
8330
8331 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8332
8333 * configure.in (mips-nec-sysv4*): New target.
8334
8335 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8336
8337 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8338 from lisp.
8339
8340 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8341
8342 * make-dist: Don't include fns*.el in dist.
8343
8344 1998-10-30 Dave Love <fx@gnu.org>
8345
8346 * configure.in: Don't mkdir cpp.
8347
8348 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8349
8350 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8351 ${archlibdir}.
8352
8353 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8354
8355 * Version 20.3 released.
8356
8357 1998-07-30 Paul Eggert <eggert@twinsun.com>
8358
8359 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8360 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8361 (lwlib/Makefile, leim/Makefile):
8362 Prepend $(srcdir)/ to rule dependencies outside this dir.
8363
8364 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8365
8366 * configure.in: Use unset CDPATH instead of making it empty.
8367
8368 1998-06-20 Karl Heuer <kwzh@gnu.org>
8369
8370 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8371
8372 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8373
8374 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8375 and default.el. Sort the results.
8376
8377 1998-05-31 Karl Heuer <kwzh@gnu.org>
8378
8379 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8380 writable.
8381
8382 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8383
8384 * Makefile.in (install-arch-indep):
8385 Don't alter site-lisp/subdirs.el if it exists.
8386
8387 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8388
8389 * Makefile.in (install-arch-indep): Put `-' on commands to create
8390 subdirs.el in site-lisp dirs.
8391
8392 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8393
8394 * Makefile.in (install-arch-indep): Fix typo in previous change.
8395
8396 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8397
8398 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8399
8400 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8401
8402 * Makefile.in (mkdir): Create the site-lisp dirs.
8403 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8404
8405 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8406
8407 * Makefile.in (INSTALL_INFO): New variable.
8408 (install-arch-indep): Don't replace the dir file if it already exists.
8409 Use the install-info program, via INSTALL_INFO, to add entries.
8410 Make the `info' subdir and the Info files world-readable.
8411
8412 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8413
8414 * config.bat: Make sure the environment is large enough to support
8415 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8416
8417 1998-04-10 Karl Heuer <kwzh@gnu.org>
8418
8419 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8420
8421 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8422
8423 * configure.in: Add --with-gssapi to specify GSS-API
8424 authentication support for movemail.
8425
8426 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8427
8428 * Makefile.in (install-arch-indep): Fix previous change.
8429
8430 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8431
8432 * Makefile.in (info): Run man in build dir, not srcdir.
8433
8434 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8435
8436 * Makefile.in (install-arch-indep): Fix previous change.
8437
8438 1998-03-23 Kenichi Handa <handa@etl.go.jp>
8439
8440 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8441
8442 1998-03-22 Richard Stallman <rms@gnu.org>
8443
8444 * Makefile.in (install-arch-indep): Put special subdirs.el files
8445 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8446
8447 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8448
8449 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8450
8451 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8452
8453 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8454 (m68*-hp-hpux*): Handle versions 1X like 10.
8455
8456 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8457
8458 * make-dist: PROBLEMS is now in etc, not top level dir.
8459
8460 * Makefile.in (SOURCES): Delete PROBLEMS.
8461
8462 1998-02-25 Richard Stallman <rms@gnu.org>
8463
8464 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8465
8466 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8467
8468 1998-01-17 Richard Stallman <rms@gnu.org>
8469
8470 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8471
8472 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8473
8474 * make-dist (tempparent): New option --no-check.
8475
8476 * make-dist: Don't do anything with cpp directory.
8477
8478 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8479
8480 * configure.in (sparc-fujitsu-sysv4*): New target.
8481
8482 1997-12-17 Andreas Schwab <schwab@gnu.org>
8483
8484 * configure.in: Cache more tests. Add missing quotes around
8485 message with embedded comma.
8486
8487 1997-12-04 Karl Heuer <kwzh@gnu.org>
8488
8489 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8490
8491 1997-11-26 Joel N. Weber II <devnull@gnu.org>
8492
8493 * make-dist: Changed the comment about `umask 0' to say `Don't
8494 restrict access to any files.'; previously it said `Don't protect
8495 any files', which may have implied that we think fascism is good.
8496
8497 1997-11-24 Paul Eggert <eggert@twinsun.com>
8498
8499 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8500 strftime needs the underlying host's strftime for locale dependent
8501 formats.
8502
8503 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8504
8505 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8506
8507 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8508
8509 * config.bat: Configure the man subdirectory.
8510
8511 1997-11-07 Paul Eggert <eggert@twinsun.com>
8512
8513 * configure.in (AC_CHECK_LIB): Add -lintl.
8514
8515 1997-11-07 Karl Heuer <kwzh@gnu.org>
8516
8517 * make-dist (check for .elc files): Avoid bash-specific syntax.
8518 (check for overflow 14-char limit): Simplify.
8519
8520 1997-11-07 Richard Stallman <rms@gnu.org>
8521
8522 * Makefile.in (install): Move blessmail last.
8523
8524 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8525
8526 * configure.in (gettimeofday, one arg or two):
8527 Clarify messages by avoiding double negative.
8528
8529 1997-09-30 Karl Eichwalder <ke@suse.de>
8530
8531 * Makefile.in (install-arch-indep): Install the widget info file.
8532
8533 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8534
8535 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8536 libraries in reverse order, so that libraries will appear in the
8537 correct dependency order on the link line (and so that the
8538 configure checks themselves will work properly when early
8539 libraries depend on later ones).
8540
8541 1997-09-21 Erik Naggum <erik@naggum.no>
8542
8543 * make-dist (making links to `src'): Keep timestamp on copied files.
8544
8545 * make-delta: New script to produce delta distributions.
8546
8547 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8548
8549 * Version 20.2 released.
8550
8551 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8552
8553 * Version 20.1 released.
8554
8555 * Makefile.in (install-leim): Depend on mkdir.
8556 (leim): Depend on src.
8557
8558 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8559
8560 * configure.in: Recognize alpha* instead of just alpha.
8561
8562 1997-09-12 Paul Eggert <eggert@twinsun.com>
8563
8564 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8565
8566 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8567
8568 * update-subdirs: Use rm -f.
8569
8570 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8571
8572 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8573 Ignore subdirs named Old.
8574
8575 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8576
8577 * configure.in: Add OpenBSD clause to set $machine.
8578
8579 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8580
8581 * make-dist: Recompile everything after updating various Lisp files.
8582 Recompile in leim as well as lisp.
8583 Check in leim as well as lisp for mismatched files and too-long names.
8584
8585 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8586
8587 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8588
8589 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8590
8591 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8592 before trying to copy anything from it.
8593
8594 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8595
8596 * Makefile.in (man/Makefile): New target.
8597 (tags): Define env var EMACS and run Makefile from build dir.
8598
8599 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8600
8601 * config.bat: If src/_gdbinit doesn't exist, try using
8602 src/.gdbinit to create it (for building on Windows 95).
8603
8604 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8605
8606 * Makefile.in (install-arch-indep):
8607 Discard extra data in tar | tar pipes.
8608
8609 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8610
8611 * configure.in (x_default_search_path):
8612 Corrected '${x_library}' to '${x_library}/X11'.
8613
8614 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8615
8616 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8617
8618 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8619
8620 * configure.in: Support auto-configuration of both Kerberos V4 and
8621 Kerberos V5 for movemail, including detection of V4 and V5 header
8622 files and libraries.
8623
8624 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8625
8626 * configure.in: Compute x_default_search_path
8627 and substitute into makefiles.
8628
8629 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8630
8631 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8632
8633 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8634
8635 1997-08-07 Erik Naggum <erik@naggum.no>
8636
8637 * configure.in: Remove lockdir, it is no longer needed.
8638 * Makefile.in (mkdir): Don't create lockdir.
8639 (lockdir): Variable deleted.
8640 (paths-force): Don't operate on PATH_LOCK.
8641
8642 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8643
8644 * leim-Makefile.in (clean, distclean): New targets.
8645
8646 * make-dist: Include leim/ChangeLog in leim distribution.
8647
8648 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8649
8650 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8651
8652 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8653
8654 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8655
8656 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8657
8658 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8659
8660 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8661
8662 * make-dist: Update leim/leim-list.el.
8663 Pass along value of $EMACS when updating lisp dir.
8664
8665 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8666
8667 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8668 prerequisite to the use of Doug Lea's malloc.
8669
8670 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8671
8672 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8673
8674 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8675
8676 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8677
8678 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8679
8680 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8681
8682 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8683 to news-r6.h.
8684
8685 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8686
8687 * config.bat: Use `sed' instead of `cp', which might not be
8688 installed.
8689
8690 1997-07-09 Kenichi Handa <handa@etl.go.jp>
8691
8692 * Makefile.in (mostlyclean): Add cleaning leim directory.
8693 (clean, distclean, maintainer-clean): Likewise.
8694
8695 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8696
8697 * make-dist (bogosities): Check subdirs of `lisp' also.
8698
8699 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8700
8701 * make-dist (etc): Really avoid symlinks now.
8702 (lisp): Don't delete from subdirs the things we never copy.
8703
8704 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8705
8706 * Makefile.in (install-arch-indep): Correct the target name.
8707 The first letter `i' was dropped by the previous change of mine.
8708
8709 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8710
8711 * configure.in (leim/Makefile): Generate this.
8712 (*-sysv4.2uw*): Recognize new alternative.
8713
8714 * leim-Makefile.in: Renamed from leim-Makefile.
8715
8716 * make-dist: Set up real-leim subdirectory,
8717 with the real contents of leim; then move it to
8718 a separate top-level directory.
8719
8720 * make-dist: Don't mention site-lisp, site-init, site-start
8721 or default, when listing files hat are not compiled and should be.
8722
8723 * configure.in: Create src/config.stamp at the end.
8724
8725 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8726
8727 * Makefile.in (install-leim): Correct previous change.
8728
8729 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8730
8731 * Makefile.in (install-leim): New target.
8732 (install): Depend on install-leim.
8733
8734 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8735
8736 * Makefile.in (SUBDIR): Add leim.
8737 (SUBDIR_MAKEFILES): Add leim/Makefile.
8738 (leim/Makefile): New target.
8739
8740 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8741
8742 * leim-Makefile: New file.
8743 * make-dist: Initialize a `leim' subdirectory with that makefile.
8744
8745 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8746
8747 * configure.in (GNU_MALLOC_reason): Fix message text.
8748
8749 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8750
8751 * make-dist (lisp): Don't process subdirs that start with =.
8752 (etc): Copy symlinks, as in src.
8753
8754 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8755
8756 * configure.in (i*86-*-unixware*): New alternative.
8757
8758 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8759
8760 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8761 and touch it explicitly.
8762
8763 * configure.in (mips-sony-newsos6*): New alternative.
8764 (mips-*-linux-gnu*): New alternative.
8765 (*-*-bsdi*): New alternative.
8766 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8767
8768 1997-06-22 Dave Love <d.love@dl.ac.uk>
8769
8770 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8771 (src/config.h): New target to re-configure if src/config.in is patched.
8772
8773 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8774
8775 * configure.in (shutdown): Check for `shutdown' function.
8776
8777 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8778
8779 * update-subdirs: Include the directory "language" in subdirs.
8780
8781 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8782
8783 * configure.in (m88k-dg-dgux4*): New alternative.
8784 (alpha-*-netbsd*): New alternative.
8785 (powerpcle-*-solaris2*): New alternative.
8786
8787 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8788
8789 * make-dist: Warn about .el files that are not compiled.
8790
8791 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8792
8793 * Makefile.in (dist): Don't run update-subdirs here,
8794 since make-dist now gets that done.
8795
8796 * make-dist: Use the new `updates' target in lisp/Makefile.
8797
8798 * make-dist: Use new non-file targets in lisp/Makefile.
8799
8800 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8801
8802 * make-dist: Handle all subdirs of `lisp' uniformly.
8803 Don't handle `term' and `language' specially.
8804 Clear out umask at the beginning.
8805
8806 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8807
8808 * make-dist: Use Make to update finder-inf.el and autoloads.
8809 Also update cus-load.el.
8810
8811 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8812
8813 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8814 in case it is desirable to disable the GNU malloc features with glibc.
8815
8816 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8817
8818 * configure.in (DOUG_LEA_MALLOC):
8819 Define if malloc_{get,set}_state exist.
8820
8821 1997-03-05 Kenichi Handa <handa@etl.go.jp>
8822
8823 * make-dist: Make links for files under lisp/language.
8824
8825 1997-02-20 Kenichi Handa <handa@etl.go.jp>
8826
8827 * update-subdirs: Exclude the directory "language" from subdirs.
8828
8829 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8830
8831 * configure.in: Check for rint and cbrt.
8832
8833 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8834
8835 * make-dist: Use $EMACS to say where to run Emacs.
8836 Add --no-update option.
8837
8838 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8839
8840 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8841
8842 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8843
8844 * make-dist (copying src): Check thoroughly for symlinks
8845 and copy them in all cases. Regularize the linking of *.in
8846 and *.opt and ChangeLog files.
8847 (copying lib-src): Likewise.
8848 Don't rm getdate.c or y.tab.*--they don't exist any more.
8849
8850 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
8851
8852 * configure.in: Check for libmail, maillock.h and
8853 touchlock (for movemail).
8854
8855 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8856
8857 * configure.in (limits.h): Check for this file.
8858
8859 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8860
8861 * configure.in (rs6000-ibm-aix4.2): New alternative.
8862 (rs6000-ibm-aix4.0): New alternative.
8863 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8864
8865 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
8866
8867 * configure.in: Recognize vax-*-netbsd*.
8868
8869 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8870
8871 * configure.in (locallisppath): Add leim directory.
8872
8873 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8874
8875 * config.bat: Make sure `mv' supports forward slashes and -f.
8876
8877 1996-10-28 Christian Limpach <chris@nice.ch>
8878
8879 * configure.in (hppa*-next-nextstep*): * added after hppa
8880 to accept hppa1.0 and hppa1.1.
8881
8882 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
8883
8884 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8885 * configure.in (ld_switch_machine): Fix typo.
8886
8887 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8888
8889 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
8890 from config.h and use them in $ac_link.
8891
8892 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
8893
8894 * configure.in: Create a subdir named `lisp'.
8895
8896 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8897
8898 * configure.in: Check for getcwd.
8899
8900 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8901
8902 * configure.in: Check for termios.h. Check for setpgid.
8903
8904 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8905
8906 * configure.in: Check for setrlimit.
8907
8908 1996-08-31 Paul Eggert <eggert@twinsun.com>
8909
8910 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
8911
8912 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8913
8914 * configure.in: Check for utimes.
8915
8916 * configure.in: Check for com_err library, but only
8917 if --with-kerberos was used. Check for krb and des
8918 only if --with-kerberos.
8919
8920 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8921
8922 * Makefile.in (INSTALL_STRIP): New variable.
8923 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
8924 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
8925
8926 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8927
8928 * configure.in: Check for krb and des libraries.
8929
8930 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8931
8932 * configure.in (*-sunos4.1.[3-9]*noshare):
8933 Use sunos413, not sunos4-1-3.
8934 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
8935 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
8936
8937 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8938
8939 * Makefile.in (src/paths.h): Target deleted.
8940 (paths-force): Delete all dependencies on this target
8941 but don't delete the target.
8942 (install): Depend on `all'.
8943 (paths-force): Don't print a message.
8944
8945 * configure.in: Generate src/paths.h here.
8946
8947 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8948
8949 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
8950 New variables that affect linking only.
8951 (alpha-dec-osf*): Use those instead of previous change.
8952
8953 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8954
8955 * Makefile.in (install-arch-indep): Install info/messages.
8956
8957 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8958
8959 * Version 19.33 released.
8960
8961 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
8962
8963 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8964 Fix previous change.
8965
8966 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8967
8968 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8969 New alternative.
8970
8971 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8972
8973 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
8974 and NON_GCC_TEST_OPTIONS.
8975
8976 1996-08-06 Paul Eggert <eggert@twinsun.com>
8977
8978 * configure.in (LOCALTIME_CACHE): Don't put a string literal
8979 "TZ=..." in environ.
8980
8981 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8982
8983 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
8984
8985 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8986
8987 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
8988 the more general *-sunos4.1.[3-9]* clause.
8989
8990 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8991
8992 * Version 19.32 released.
8993
8994 * configure.in (*-sco3.2v5*):
8995 Set OVERRIDE_CPPFLAG to a string of one space.
8996 Fix the code that uses OVERRIDE_CPPFLAG.
8997
8998 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
8999
9000 * configure.in: Undo previous change.
9001
9002 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9003
9004 * config.sub: Use `pc', not `unknown', when canonicalizing
9005 the vendor for ...86.
9006
9007 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9008
9009 * configure.in: Check for termios.h header.
9010
9011 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9012
9013 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9014
9015 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9016
9017 * configure.in: Split bsdos2 and bsdos2-1.
9018
9019 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9020
9021 * config.sub: If last two words are not a recognized
9022 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9023 Make conversion of gnu/linux to linux-gnu really work.
9024
9025 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9026
9027 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9028
9029 * configure.in (check for using Lucid widgets by default):
9030 Eliminate indentation that confuses some compilers.
9031
9032 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9033
9034 * config.sub: Convert linux and gnu/linux to linux-gnu.
9035
9036 * make-dist: Don't update getdate.c.
9037 Ignore =... files when checking for too-long Lisp file names.
9038
9039 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9040
9041 * configure.in (euidaccess): Check for that, not for eaccess.
9042
9043 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9044
9045 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
9046 before `noshare'.
9047 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
9048
9049 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9050
9051 * configure.in: Rename lignux to linux-gnu in configuration names.
9052 Use gnu-linux as the opsys value (s/ file name).
9053 Allow i686 just like i386, i486, i586.
9054
9055 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9056
9057 * configure.in (i*86-*-sco3.2v5): New alternative.
9058 (OVERRIDE_CPPFLAG): New variable.
9059 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
9060
9061 * configure.in: Specify vpath for .texi files.
9062
9063 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9064
9065 * configure.in: Always check for HAVE_X11R5.
9066 Separately decide whether to use a toolkit by default.
9067
9068 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
9069
9070 * configure.in: If X11R5 is missing the Xaw headers,
9071 default to --with-x-toolkit=no.
9072
9073 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9074
9075 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
9076
9077 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9078
9079 * Makefile.in (install-arch-indep): If cd etc makes output,
9080 don't treat that as part of the tar data.
9081 Check that ./lisp actually exists.
9082
9083 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
9084
9085 * make-dist: Check for long file names.
9086
9087 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9088
9089 * Version 19.31 released.
9090
9091 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
9092
9093 * configure.in: Recognize sparc-*-lignux.
9094
9095 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9096
9097 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
9098 Don't include config.w95.
9099
9100 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
9101
9102 * make-dist: Replace --no-clean-up and --no-tar options
9103 with --clean-up and --tar, so that the default is useful.
9104
9105 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9106
9107 * config.bat: Make sure the GDB init file is called src/_gdbinit;
9108 if not, tell the user to rename it and abort.
9109
9110 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9111
9112 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
9113 test program.
9114
9115 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9116
9117 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
9118
9119 * make-dist (MANIFEST): Fix previous change.
9120 (msdos): Put mainmake.v2 into the dist.
9121
9122 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9123
9124 * make-dist: Exit if autoconf fails.
9125
9126 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
9127
9128 * config.bat: Set djgpp-ver, and unset it at the end.
9129 Add a number of conditionals for DJGPP version 2.
9130 Rename label libsrc2 to libsrc3.
9131 Substitute for LDFLAGS in src/Makefile.
9132 Substitute for ALL_CFLAGS in lib-src/Makefile.
9133
9134 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9135
9136 * configure.in (ncurses): Check this after checking fns like strerror.
9137
9138 1996-04-08 Erik Naggum <erik@naggum.no>
9139
9140 * make-dist (MANIFEST): Don't include lines from =files.
9141
9142 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9143
9144 * make-dist: Don't put lisp/dired.todo in the dist.
9145
9146 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9147
9148 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9149
9150 * configure.in (setlocale): Check for it.
9151
9152 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9153
9154 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9155
9156 * configure.in: Use lignux instead of linux as value of opsys.
9157
9158 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9159
9160 * Makefile.in (install-strip): Fix whitespace.
9161 Get rid of continuation.
9162
9163 * config.sub: Convert linux or gnu/linux to lignux.
9164
9165 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9166
9167 * configure.in: Accept lignux in configuration name.
9168
9169 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9170
9171 * Makefile.in (install-strip): New target.
9172
9173 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9174
9175 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9176 -f failed to do the job on Suns.
9177
9178 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9179
9180 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9181
9182 * configure.in (linux/version.h): Check for this header.
9183
9184 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9185
9186 * configure.in: Remove -fno-builtin hackery from -lm check.
9187
9188 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9189
9190 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9191 just this test.
9192
9193 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9194
9195 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9196
9197 * configure.in: Check for ncurses.
9198
9199 1996-02-28 Paul Eggert <eggert@twinsun.com>
9200
9201 * configure.in (LOCALTIME_CACHE):
9202 Also define if localtime mishandles unsetting TZ.
9203 This works around a localtime bug in mips-dec-ultrix.
9204
9205 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9206
9207 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9208
9209 * configure.in: Improve messages about X versions.
9210
9211 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9212
9213 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9214
9215 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9216
9217 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9218 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9219
9220 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9221 (install): Put install-arch-indep before install-arch-dep.
9222
9223 1996-02-20 Dave Love <d.love@dl.ac.uk>
9224
9225 * INSTALL: Clarify info about MS-DOS path handling.
9226
9227 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9228
9229 * Makefile.in (install-arch-indep): Install info/ccmode*.
9230 In previous change, protect against /bin/pwd returning null string.
9231
9232 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9233
9234 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9235 to lispdir.
9236
9237 1996-02-01 Paul Eggert <eggert@twinsun.com>
9238
9239 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9240
9241 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9242
9243 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9244
9245 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9246
9247 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9248 we delete everything distclean deletes.
9249
9250 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9251
9252 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9253
9254 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9255
9256 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9257 into LDFLAGS instead of into LIBS.
9258
9259 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9260
9261 * configure.in (HAVE_XMU): Fix typo in previous change.
9262
9263 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9264
9265 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9266
9267 1996-01-10 Erik Naggum <erik@naggum.no>
9268
9269 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9270
9271 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9272
9273 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9274
9275 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9276
9277 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9278 and use -lXt to link it.
9279
9280 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9281
9282 * configure.in (locallisppath): Put version-specific dir first.
9283
9284 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9285
9286 * configure.in (hppa-*-nextstep*): New alternative.
9287 (USE_X_TOOLKIT): By default, set this to "maybe";
9288 and change that later to LUCID or "no" according to X11 version.
9289
9290 * make-dist: Recompile outdated .elc files and update all autoloads.
9291
9292 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9293
9294 * configure.in (locallisppath): Fix typo in last change: " -> '.
9295
9296 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9297
9298 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9299
9300 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9301
9302 * Makefile.in (install-arch-indep): Give all files read permission.
9303
9304 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9305
9306 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9307 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9308
9309 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9310
9311 * configure.in: Determine HAVE_X11R6.
9312 (HAVE_MENUS): Rename from HAVE_X_MENU.
9313
9314 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9315
9316 * configure.in: Just "solaris" now defaults to version 2.4.
9317 Add sunos4.1.n-noshare as alternative.
9318
9319 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9320
9321 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9322
9323 1995-11-29 Erik Naggum <erik@naggum.no>
9324
9325 * Makefile.in (install-arch-indep): Add missing backslash.
9326
9327 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9328
9329 * Makefile.in (install-arch-indep): Don't install
9330 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9331
9332 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9333
9334 * Makefile.in (install-arch-indep): Fix previous change.
9335
9336 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9337
9338 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9339
9340 * Version 19.30 released.
9341
9342 * make-dist (lisp): Exclude subdirs.el.
9343
9344 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9345
9346 * make-dist (etc): Delete *.orig and *.rej.
9347
9348 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9349
9350 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9351
9352 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9353
9354 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9355
9356 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9357
9358 * make-dist (nt): Rename install, readme, and todo to
9359 INSTALL, README, and TODO.
9360
9361 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9362
9363 * make-dist (lisp): Don't distribute site-start.
9364
9365 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9366
9367 * make-dist: Break the hard link on alloca.c.
9368
9369 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9370
9371 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9372
9373 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9374
9375 * make-dist (src, lib-src): Don't distribute Makefile.c.
9376 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9377
9378 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9379
9380 * Makefile.in (mkdir): Create man1dir, not mandir.
9381 (uninstall): Use man1dir, not mandir.
9382
9383 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9384
9385 * Makefile.in (man1dir): New variable.
9386 (install-arch-indep): Use man1dir.
9387
9388 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9389
9390 * make-dist: Create lisp/MANIFEST.
9391
9392 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9393
9394 * configure.in (m68k-*-linux*): New alternative.
9395
9396 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9397
9398 * make-dist: Use new names config.in, paths.in, and
9399 {src,lib-src}/Makefile.in.
9400
9401 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9402
9403 * configure.in: Don't bother checking for drem.
9404
9405 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9406
9407 * Makefile.in (distclean): Delete line with just a tab in it.
9408 (install-arch-indep): Delete spaces that precede tabs.
9409 Delete spurious `fi' left from previous change.
9410 (install): Supply `true' as command, to avoid null command.
9411
9412 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9413
9414 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9415
9416 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9417
9418 * configure.in (powerpc-*-solaris2): New alternative.
9419
9420 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9421
9422 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9423 of paths.h.tmp$$, to avoid going beyond 14 characters.
9424
9425 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9426
9427 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9428
9429 1995-09-06 Paul Eggert <eggert@twinsun.com>
9430
9431 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9432 if localtime caches TZ. Check for tzset.
9433
9434 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9435
9436 * config.bat: Simplify using new names file names src/makefile.in,
9437 config.in, paths.in. Change Echo commands not to use `.
9438
9439 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9440
9441 * Makefile.in (install-arch-indep): Always install the new dir file;
9442 rename the previous dir file to dir.bak or dir.old.
9443
9444 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9445
9446 * configure.in (RANLIB): Substitute this into makefiles.
9447 Set it specially on solaris; set it by default on other systems.
9448
9449 * configure.in: Fix previous Alpha change.
9450
9451 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9452
9453 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9454 NON_GCC_TEST_OPTIONS.
9455
9456 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9457
9458 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9459 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9460
9461 * configure.in (alpha-*-linux*): New configuration.
9462
9463 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9464
9465 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9466 (m68k-next-nextstep*): New alias for that.
9467 (i*86-*-nextstep*): Use nextstep.h.
9468 (sparc-*-nextstep*): New configuration.
9469
9470 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9471
9472 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9473 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9474
9475 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9476
9477 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9478 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9479
9480 1995-07-18 Mike Long <mike.long@analog.com>
9481
9482 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9483
9484 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9485
9486 * Makefile.in (src/paths.h, paths-force):
9487 Rename src/paths.h.in to src/paths.in.
9488 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9489
9490 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9491 Use Makefile.c for intermediate file.
9492 Rename src/config.h.in to src/config.in.
9493
9494 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9495
9496 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9497 (mips-dec-ultrix4.[12]): New alternative for old versions.
9498
9499 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9500
9501 * make-dist: Don't break intra-tree links.
9502
9503 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9504
9505 * configure.in: Put back archlibdir initialization.
9506 Require autoconf 2.4.1 or later.
9507
9508 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9509
9510 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9511 (mips-mips-riscos5*): New alternative.
9512
9513 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9514
9515 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9516
9517 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9518
9519 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9520 (mandir, infodir, archlibdir): Initializations deleted.
9521
9522 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9523 On hpux9shr, use hpux9shxr4.h.
9524
9525 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9526
9527 * configure.in: Added target mips-dec-mach_bsd4.3.
9528 * config.guess: Guess mips-dec-mach_bsd4.3.
9529
9530 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9531
9532 * Makefile.in (mkdir): Use symbolic chmod.
9533
9534 1995-06-22 Paul Eggert <eggert@twinsun.com>
9535
9536 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9537 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9538
9539 1995-06-22 Paul Eggert <eggert@twinsun.com>
9540
9541 * Makefile.in (SUBDIR_MAKEFILES):
9542 Add man/Makefile, so `make distclean' removes it.
9543 (top_distclean): Add config.log to the list of files to be removed.
9544
9545 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9546
9547 * Version 19.29 released.
9548
9549 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9550
9551 * configure.in: Fix the previous change to verify that the -b
9552 option really solves the problem.
9553
9554 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9555
9556 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9557
9558 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9559
9560 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9561
9562 * configure.in: Report more clearly when there is no special
9563 dir to search for X includes or libraries.
9564
9565 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9566
9567 * configure.in: Check for -lpthreads, not -lpthread.
9568
9569 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9570
9571 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9572
9573 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9574
9575 * configure.in: Check for -lpthread.
9576
9577 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9578
9579 * Makefile.in (install-arch-indep): Install info files for mh-e.
9580 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9581
9582 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9583
9584 * configure.in (*-solaris2.5): New configuration.
9585
9586 * make-dist: Copy new files config.nt and config.w95.
9587
9588 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9589
9590 * configure.in: Use x_includes, not x_libraries, for -I.
9591 Make bitmapdir a colon-separated list.
9592
9593 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9594
9595 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9596
9597 * configure.in: Allow x_libraries and x_includes to be paths.
9598
9599 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9600
9601 * configure.in: Fix typo.
9602
9603 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9604
9605 * INSTALL: Clarify use of site-init.el.
9606
9607 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9608
9609 * configure.in: Pass arg to sqrt.
9610
9611 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9612
9613 * make-dist: Fix May 6 change.
9614
9615 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9616
9617 * vpath.sed: Delete reference to ymakefile.
9618
9619 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9620
9621 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9622
9623 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9624
9625 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9626
9627 * update-subdirs: Specify /bin/sh to run the script.
9628
9629 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9630
9631 * make-dist: Put src/makefile.nt in dist.
9632
9633 * configure.in (i[345]86-*-bsdi2*): New configuration.
9634 (vax-dec-bsd386*): Delete.
9635
9636 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9637
9638 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9639 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9640 Use fmod instead of logb in -lm check.
9641
9642 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9643
9644 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
9645 Use bsd4-3. Don't set NON_GNU_CPP.
9646
9647 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9648 In nt, copy various different things, but not *.cmd.
9649 Fix the ln commands for the subdirs of nt.
9650
9651 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9652
9653 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9654
9655 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9656
9657 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9658 since that's what the header file expects.
9659
9660 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9661
9662 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9663 and 68040 based machines when choosing options for gnucc.
9664
9665 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9666
9667 * Makefile.in (top_distclean): Delete config.cache.
9668
9669 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9670
9671 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9672
9673 * configure.in: Use m/ncr386.h.
9674
9675 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9676
9677 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9678
9679 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9680
9681 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9682 (man): Don't copy texindex.c and getopt.c; they're deleted.
9683 (etc): Omit `e'; it's a subdirectory.
9684 (etc/e): Use `../..', not `..', to reference top level.
9685
9686 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9687
9688 * Makefile.in (install-arch-indep, dist):
9689 Look for `update-subdir' in $(srcdir).
9690
9691 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9692
9693 * make-dist: Include mkinstalldirs in distribution.
9694
9695 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9696
9697 * make-dist: Add missing close backquote.
9698
9699 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9700
9701 * make-dist: Don't distribute shortnames directory.
9702
9703 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9704
9705 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9706
9707 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9708
9709 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9710
9711 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9712
9713 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9714
9715 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9716
9717 * configure.in (mips-sgi-irix6): New configuration.
9718
9719 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9720
9721 * Makefile.in (maintainer-clean): Rename from realclean.
9722
9723 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9724
9725 * configure.in: Create a .gdbinit that sources the real one,
9726 if using a different build directory.
9727
9728 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9729
9730 * configure.in: Check for sys/select.h.
9731
9732 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9733
9734 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9735
9736 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9737
9738 * configure.in: Handle isc 4.1 operating system.
9739
9740 1994-12-10 Richard Stallman <rms@kepa>
9741
9742 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9743 (rs6000-ibm-aix4*): New alternative.
9744
9745 1994-12-06 Richard Stallman <rms@kepa>
9746
9747 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9748
9749 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9750
9751 * configure.in: Don't try to make directories that are guaranteed
9752 to already exist.
9753
9754 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9755
9756 * configure.in: Generate man/Makefile from man/Makefile.in.
9757 Create the man subdir.
9758
9759 * Makefile.in (dvi): Run Make in our man subdir.
9760
9761 * make-dist: Create subdir etc/e.
9762 Make links to it.
9763 Put man/Makefile.in in dist, instead of man/Makefile.
9764
9765 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9766
9767 * configure.in: Add --with-pop, --with-kerberos, and
9768 --with-hesiod for movemail.
9769
9770 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9771
9772 * configure.in (m68*-apollo*): Use s/domain.h.
9773
9774 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9775
9776 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9777
9778 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9779
9780 * configure.in: Don't add -I, -L, -R options for cc if their
9781 arguments would be empty.
9782
9783 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9784
9785 * configure.in (i860-intel-osf1*): New alternative.
9786 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9787 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9788
9789 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9790
9791 * configure.in: Make h_errno check not use nested functions.
9792
9793 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9794
9795 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9796
9797 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9798
9799 * Makefile.in (install-arch-indep): Avoid continued comment
9800 swallowing target line.
9801
9802 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9803
9804 * configure.in: Protect a character class with `changequote'.
9805
9806 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9807
9808 * configure.in: Accept `news' as a synonym for `newsos'.
9809
9810 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9811
9812 * Makefile.in: Don't rm files if cd fails.
9813
9814 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9815
9816 * make-dist: Put nt subdir and its subdirs in the dist.
9817 (lib-src): Put makefile.nt in the dist.
9818 (lisp): Put makefile.nt in the dist.
9819
9820 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9821
9822 * configure.in: Change a stray `[' to `test'.
9823
9824 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9825
9826 * configure.in: Adapt for Autoconf v2. Use the standard argument
9827 parser, host type canonicalizer, X11 finder, and message
9828 printing macros. Use the new macro names. Use `test' instead of `['.
9829
9830 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9831
9832 * configure.in: Check for getpagesize.
9833
9834 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9835
9836 * make-dist (msdos): Put sed* in the distribution.
9837
9838 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9839
9840 * config.bat: New option, `--with-x', for configuring Emacs
9841 for use with the X11 system DesqView/X.
9842 New option, `--no-debug', for compiling Emacs without debug
9843 information thus saving disk space.
9844 (src/config.h, src/paths.h): Use `update' (which is like
9845 `move-if-changed') to change the file.
9846 (src/config.h): When configuring for X11 perform extra changes.
9847 (src/makefile): When configuring for X11 perform extra changes.
9848 (lib-src): Remove temporary files.
9849 (): Check that `sed', `rm', `mv', and `gcc' are available.
9850
9851 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9852
9853 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9854
9855 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9856
9857 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9858
9859 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9860
9861 * configure.in (canonical): Substitute var into makefiles.
9862 (bitmapdir): Likewise.
9863
9864 * Makefile.in (bitmapdir): New variable.
9865 (src/paths.h, paths-force): Edit PATH_BITMAPS.
9866
9867 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9868
9869 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9870
9871 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9872 * update-subdirs: New shell script.
9873
9874 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9875
9876 * Makefile.in (top_distclean): Don't rm build-install.
9877 (SOURCES): Delete build-install.in.
9878
9879 * make-dist: Don't distribute build-ins.in.
9880 * build-ins.in: File deleted.
9881
9882 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
9883
9884 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9885
9886 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9887
9888 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9889
9890 * configure.in (libexecdir): Rename from libdir. New default.
9891 (sharedstatedir): Rename from statedir. New default.
9892 (datadir): New default.
9893
9894 * make-dist: Don't distribute subdirs.el.
9895
9896 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9897
9898 * configure.in (eaccess): Check for it.
9899
9900 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9901
9902 * configure.in (mktime): Check for it.
9903
9904 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
9905
9906 * configure.in (motif): Add support for usage and option checking.
9907
9908 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9909
9910 * configure.in (utimes): Check for it.
9911
9912 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9913
9914 * Makefile.in (install-arch-indep): Don't do mkdir here.
9915
9916 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9917
9918 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9919 riscix.h renamed to acorn.h.
9920
9921 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
9922
9923 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9924 New configurations.
9925
9926 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9927
9928 * configure.in: Remove trailing slashes from srcdir.
9929
9930 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9931
9932 * configure.in (i[345]86-sequent-ptx*): Handle.
9933
9934 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9935
9936 * Makefile.in (paths-force): Depend on src/paths.h.
9937
9938 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9939
9940 * configure.in (config_options): Save all arguments, not just some.
9941
9942 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9943
9944 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
9945
9946 * configure.in: Add AC_AIX.
9947 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
9948
9949 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9950
9951 * configure.in (parsing options): Simplify sed command to delete -'s.
9952
9953 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
9954
9955 * configure.in (config_options): New shell variable.
9956 Pass its value to C code in EMACS_CONFIG_OPTIONS.
9957
9958 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9959
9960 * configure.in (alpha-dec-osf*): New target.
9961
9962 * Makefile.in: Use just one FRC target.
9963
9964 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9965
9966 * Makefile.in (removenullpaths, paths-force):
9967 Use name paths.h.tmp$$, which depends on the pid.
9968
9969 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9970
9971 * Makefile.in (removenullpaths, paths-force):
9972 Put paths.h.tmp in top-level dir, not in src.
9973
9974 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9975
9976 * Version 19.27 released.
9977
9978 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9979
9980 * Version 19.26 released.
9981
9982 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9983
9984 * configure.in: Check for lrand48, not rand48.
9985
9986 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9987
9988 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
9989 (powerpc-ibm-aix*): New aliases.
9990
9991 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9992
9993 * make-dist (src/m, src/s): Put *.inp in distribution.
9994
9995 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9996
9997 * configure.in: Accept i586 and i486 along with i386.
9998
9999 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10000
10001 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10002 even if CPP env var was set by the user.
10003
10004 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10005
10006 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10007
10008 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10009
10010 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10011
10012 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10013
10014 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10015
10016 * configure.in: Check more specifically for i*86-sun-sunos.
10017
10018 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
10019
10020 * configure.in: Handle solaris 2.4.
10021
10022 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10023
10024 * configure.in (rand48): Check for it.
10025
10026 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10027
10028 * make-dist: Update the info files.
10029
10030 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10031
10032 * configure.in: Make "checking..." messages' style consistent.
10033 (HAVE_H_ERRNO): New test.
10034
10035 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10036
10037 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
10038
10039 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10040
10041 * configure.in (CFLAGS): If the envvar was specified, use that.
10042 And set REAL_CFLAGS from it too.
10043
10044 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10045
10046 * make-dist: Update finder-inf.el.
10047
10048 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10049
10050 * make-dist (msdos): Include sed4.inp in dist.
10051
10052 * Makefile.in (libsrc_libs): Var deleted.
10053
10054 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10055
10056 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
10057
10058 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10059
10060 * configure.in (mips-sony-newsos4*): New alias.
10061
10062 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10063
10064 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
10065 (*-convex-convexos*): Accept this as alias.
10066
10067 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10068
10069 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
10070 for two different uses.
10071
10072 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10073
10074 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
10075
10076 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10077
10078 * make-dist: Put ./BUGS into the distrib.
10079
10080 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10081
10082 * configure.in: Handle 386 running Solaris 2.
10083
10084 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10085
10086 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
10087
10088 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10089
10090 * configure.in (mips-sony-newsos*): Use news-risc.h.
10091
10092 * configure.in: Accept bsdi as opsys, like bsd386.
10093
10094 1994-06-01 Morten Welinder (terra@diku.dk)
10095
10096 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
10097
10098 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10099
10100 * Version 19.25 released.
10101
10102 * make-dist (shortversion): Don't assume another period follows.
10103
10104 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10105
10106 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
10107 (uninstall): Use /bin/pwd.
10108
10109 * Makefile.in (blessmail): Depend on src.
10110 (all): Don't depend on blessmail.
10111
10112 * Makefile.in (src/paths.h): Don't force recomputation.
10113 (paths-force): New target; force recomputation of paths.h.
10114 (all): Depend on paths-force.
10115 (src, lib-src): Depend on src/paths.h.
10116
10117 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
10118 NON_GCC_TEST_OPTIONS.
10119
10120 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10121
10122 * configure.in: Don't insist on subversions for irix.
10123
10124 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10125
10126 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
10127
10128 * configure.in (i[34]86-next-*): New alternative.
10129
10130 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10131
10132 * Version 19.24 released.
10133
10134 * configure.in: New config hppa*-hp-hpux9shr*.
10135
10136 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
10137
10138 * config.bat: Doc fix.
10139
10140 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10141
10142 * Makefile.in (mostlyclean, clean, distclean, realclean)
10143 (extraclean): Don't act on man subdir if it doesn't exist.
10144
10145 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10146
10147 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10148 Use them to set up CC.
10149 (*-sun-sunos4.1.3): Set them.
10150
10151 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10152
10153 * Makefile.in (lib-src): Don't depend on src/paths.h.
10154
10155 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10156
10157 * build-ins.in (copydests): Get rid of spurious `-'s.
10158
10159 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10160
10161 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10162
10163 * Version 19.23 released.
10164
10165 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10166 for the Xlib and Xt checks; then restore old CFLAGS.
10167
10168 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10169
10170 * configure.in (HAVE_X11XTR6): Add newline before #if.
10171 Add newline after #endif.
10172
10173 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10174
10175 * configure.in (HAVE_X11XTR6): Arrange to define it.
10176
10177 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10178
10179 * Makefile.in (install): Depend on blessmail.
10180
10181 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10182
10183 * configure.in (mips-siemens-sysv*): Put quotes around value
10184 containing blanks.
10185
10186 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10187
10188 * Makefile.in (TAGS): Use the makefile in src subdir.
10189
10190 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10191
10192 * configure.in (opsys): Recognize `gnu'.
10193
10194 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10195
10196 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10197
10198 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10199
10200 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10201 version > 1.8.
10202
10203 1994-05-08 Morten Welinder (terra@diku.dk)
10204
10205 * config.bat: Forcibly remove "# " style comments from makefiles.
10206
10207 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10208
10209 * Makefile.in (uninstall): When processing lispdir and etcdir,
10210 do nothing unless it exists and is a directory.
10211
10212 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10213
10214 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10215 Merge code in from install-doc.
10216 (install-doc): Merge code back into install-arch-indep.
10217 (install-arch-dep): Don't depend on install-doc.
10218
10219 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10220
10221 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10222
10223 * configure.in (making src/Makefile and lib-src/Makefile):
10224 Split off the autoconf substitutions and don't pass them thru cpp.
10225 (undefs): Use $canonical as well as $configuration.
10226
10227 * make-dist: Distribute lisp/Makefile.
10228
10229 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10230 Use lower case names for the s files.
10231
10232 1994-05-03 Morten Welinder (terra@diku.dk)
10233
10234 * config.bat: Added possibility for different file name
10235 transcriptions in lib-src.
10236
10237 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10238
10239 * Makefile.in (lib-src): Undo previous change.
10240 (blessmail): New target to run maybe-blessmail in lib-src.
10241 (all): Depend on blessmail.
10242
10243 * Makefile.in (lib-src): Depend on src.
10244
10245 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10246
10247 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10248 (m88k-dg-dgux5.4R2): dgux5.4R2.
10249
10250 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10251
10252 * configure.in (window_system): Restore accidentally deleted code
10253 that uses AC_FIND_X.
10254
10255 * make-dist: Distribute config.bat.
10256
10257 1994-04-29 Morten Welinder (terra@diku.dk)
10258
10259 * config.bat: Corrected the configuration of lib-src
10260 to keep up with configure. Add note about dos version 3
10261 or better needed (djgpp needs that). Add note explaining
10262 that either install in c:/emacs or edit the script.
10263 Don't change to c:/emacs, but assume we're there (to minimize
10264 the number of places to change).
10265
10266 * config.bat: Build-in the first step towards X11 support with
10267 the X11 emulator that exists. At this time it won't work,
10268 and several files are missing.
10269
10270 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10271
10272 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10273 Don't look for -lresolv.
10274
10275 * Makefile.in (lib-src): Depend on src/paths.h.
10276
10277 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10278
10279 * configure.in: Restore deleted AC_SUBST of `configuration'.
10280 Improve error message for bad --with-x-toolkit value.
10281
10282 * configure.in: Define CONFIGURATION in src/config.h
10283 rather than substituting in src/Makefile.in.
10284
10285 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10286
10287 * Makefile.in (install-doc): New target.
10288 (install-arch-dep): Depend on install-doc.
10289 (mkdir): Create docdir.
10290
10291 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10292
10293 * configure.in: Test for libresolv.a.
10294 Substitute machfile and opsysfile.
10295
10296 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10297
10298 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10299 (install-arch-dep): Install under the name $(EMACS).
10300
10301 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10302
10303 * configure.in (version): Use entire value of emacs-version.
10304 (mips-siemens-sysv*): New alternative.
10305
10306 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10307
10308 * Makefile.in (install-arch-indep): Don't install dired-x*.
10309
10310 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10311
10312 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10313 Fix definition of $undefs.
10314
10315 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10316
10317 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10318
10319 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10320
10321 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10322
10323 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10324
10325 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10326
10327 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10328 and run it thru cpp, as with src/Makefile.in.
10329
10330 * configure.in: Use AC_SET_MAKE.
10331
10332 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10333
10334 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10335
10336 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10337
10338 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10339
10340 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10341 (printing the choices): Make the toolkit message unconditional.
10342 (USE_X_TOOLKIT): Use `none', not `no', if none.
10343 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10344 Get rid of temp file foofoo1.
10345
10346 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10347
10348 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10349
10350 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10351
10352 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10353 (printing the choices): State choice of toolkit.
10354 (libsrc_libs): Recalculate after writing config.h;
10355 then update lib-src/Makefile.
10356
10357 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10358
10359 * configure.in: Add sunos4shr as alternative for suns.
10360 Conditionals testing for null $CC were backwards.
10361
10362 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10363
10364 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10365
10366 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10367
10368 * configure.in: Handle -isc4.0*.
10369
10370 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10371
10372 * configure.in (esix5): Set NON_GNU_CPP.
10373
10374 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10375
10376 * Makefile.in (thisdir): Nonsensical variable removed.
10377 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10378 back to $thisdir, rather than the directory `this_dir'.
10379
10380 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10381
10382 * Makefile.in (install-arch-indep): Add missing backslash after a
10383 `then'.
10384
10385 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10386
10387 * Makefile.in (thisdir): New variable.
10388 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10389
10390 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10391
10392 * configure.in: Add freebsd.
10393
10394 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10395
10396 * configure.in: Check for fpathconf.
10397
10398 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10399
10400 * configure.in (with_x_toolkit): Fix typo in previous change.
10401
10402 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10403
10404 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10405
10406 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10407
10408 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10409
10410 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10411
10412 * configure.in: Fix value of docdir.
10413 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10414
10415 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10416
10417 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10418
10419 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10420
10421 * configure.in: New variable docdir to control where the docstring
10422 file goes.
10423 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10424
10425 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10426
10427 * configure.in: When --run-in-place, don't inherit archlibdir.
10428
10429 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10430
10431 * Makefile.in (install-arch-dep, install-arch-indep):
10432 New targets split up former do-install rule.
10433 (do-install): Target deleted.
10434
10435 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10436
10437 * configure.in (mips-sony-newsos*): New configuration.
10438
10439 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10440
10441 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
10442
10443 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10444
10445 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10446
10447 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10448
10449 * configure.in: Don't initialize CC.
10450
10451 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10452
10453 * configure.in (creating src/Makefile): Also generate -U switches
10454 for symbols in the $configuration value.
10455
10456 * configure.in: Check for sys_siglist being declared in system header.
10457
10458 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10459
10460 * configure.in (creating src/Makefile): Delete blank lines
10461 along with lines of whitespace.
10462 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10463
10464 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10465
10466 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10467 like C_SWITCH_SYSTEM.
10468 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10469
10470 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10471
10472 * configure.in (drem): Check for this function.
10473
10474 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10475
10476 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10477 If CPP was inherited from environment, don't use NON_GNU_CPP.
10478 (NON_GNU_CC): Likewise.
10479 (handling with_gcc): Use explicit if in the `no' case.
10480 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10481
10482 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10483
10484 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10485
10486 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10487
10488 * configure.in: Check whether fmod exists.
10489
10490 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10491
10492 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10493 {src,lisp}/OChangeLog.
10494
10495 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10496
10497 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10498 necessary for proper operation. This code works with the current
10499 released version of Autoconf.
10500
10501 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10502
10503 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10504 (USE_X_TOOLKIT): Define it for all values except `no'.
10505
10506 * configure.in: Undo first Jan 8 change and Jan 16 change.
10507
10508 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10509
10510 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10511 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10512
10513 * Makefile.in (lwlib/Makefile): New target.
10514 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10515 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10516 (unlock, relock): Handle lwlib subdir.
10517
10518 * Makefile.in: Add some .PHONY targets.
10519
10520 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10521
10522 * lwlib: New subdirectory.
10523
10524 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10525
10526 * configure.in: If CPP has a value that is a directory,
10527 discard the value.
10528
10529 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10530
10531 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10532 remove -U[0-9]*.
10533
10534 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10535
10536 * Makefile.in (do-install): Install the dired-x info files.
10537
10538 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10539 (See src/s/sol2.h.)
10540
10541 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10542
10543 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10544
10545 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10546
10547 * configure.in (creating src/Makefile): Put code inside 2nd arg to
10548 AC_OUTPUT as it should be; hopefully no one will again see fit to
10549 gratuitously break this and not make a change log entry.
10550 Optimized sed processing of Makefile.in and cpp output; now
10551 preserves comments previously removed from the cpp input.
10552 Eliminated temp file for cpp output. Generate -U switches to
10553 undefine all identifiers that appear in the directory name
10554 ${srcdir}; pass these to cpp.
10555
10556 * configure.in (version): Fix sed regexp to match two-elt version
10557 number.
10558
10559 * configure.in: Check for strerror.
10560
10561 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10562
10563 * configure.in: Test for bcmp.
10564
10565 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10566
10567 * make-dist (tempdir): Put subdir msdos into the distribution.
10568
10569 1993-01-07 Morten Welinder (terra@diku.dk)
10570
10571 * config.bat: New file.
10572
10573 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10574
10575 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10576
10577 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10578
10579 * configure.in (m68*-next-*): Don't care about which os is specified.
10580 (i[34]86-*-*): Check for *-nextstop*.
10581
10582 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10583
10584 * configure.in: Check for setsid.
10585
10586 1993-12-17 Richard Stallman (rms@srarc2)
10587
10588 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10589
10590 1993-12-15 Richard Stallman (rms@srarc2)
10591
10592 * Makefile.in (mkdir): Make only the lockdir writable.
10593
10594 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
10595
10596 1993-12-11 Richard Stallman (rms@srarc2)
10597
10598 * Makefile.in (libdir): Use @libdir@.
10599
10600 1993-12-08 Richard Stallman (rms@srarc2)
10601
10602 * Makefile.in (install): Add empty command.
10603
10604 1993-12-04 Richard Stallman (rms@srarc2)
10605
10606 * make-dist: Put man/getopt.c in the dist.
10607
10608 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10609
10610 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10611
10612 1993-12-03 Richard Stallman (rms@srarc2)
10613
10614 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10615 Set it for all solaris versions.
10616 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10617 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10618 Likewise for NON_GNU_CC and CC.
10619
10620 1993-12-01 Richard Stallman (rms@srarc2)
10621
10622 * configure.in (mips-mips-riscos4*): Assign variable CC.
10623 (checking ${with_gcc}): If "no", don't override CC if already set.
10624 (CC): Initialize it as empty.
10625
10626 1993-11-30 Richard Stallman (rms@srarc2)
10627
10628 * configure.in (Suns): Set CPP if *-solaris2.3*.
10629
10630 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10631
10632 * Version 19.22 released.
10633
10634 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10635
10636 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10637
10638 * make-dist: When breaking links, use cp -p.
10639 Copy install.sh into distribution.
10640 Move the temp dir up into the parent dir;
10641 don't leave the staging dir make-dist.tmp... in existence.
10642 * install.sh: New file.
10643
10644 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10645
10646 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10647
10648 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10649
10650 * configure.in (version): When --run-in-place, exclude
10651 ${datadir}/emacs/site-lisp from locallisppath.
10652
10653 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10654
10655 * configure.in: Delete jumk.c before writing it.
10656
10657 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10658
10659 * Version 19.21 released.
10660
10661 * Makefile.in (mkdir): Ignore error from chmod.
10662
10663 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10664
10665 * make-dist: Don't put lisp/forms.README in the distribution.
10666
10667 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10668
10669 * configure.in (creating src/Makefile): Before running cpp,
10670 discard all lines that start with `# Generated' or /**/#.
10671
10672 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10673
10674 * Version 19.20 released.
10675
10676 * make-dist: Use build-ins.in, not build-install.in.
10677 Don't bother updating TAGS since it's not included.
10678
10679 * build-ins.in: Renamed from build-install.in.
10680
10681 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10682
10683 * make-dist: Don't try to link *.texinfo--there are none now.
10684 When running make in lib-src, specify YACC var value.
10685
10686 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10687
10688 * configure.in (extrasub): Add vpath patterns for %.[yls].
10689
10690 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10691 Instead just include the commands to make src/Makefile as the
10692 second arg to AC_OUTPUT.
10693
10694 * configure.in: Use : instead of dnl for comment inside
10695 $makefile_command.
10696
10697 * configure.in: No longer use vpath_sed. Instead, when we notice
10698 srcdir already configured, set extrasub to hack vpath in the
10699 makefiles.
10700
10701 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10702 before moving it.
10703 * Makefile.in (VPATH): Define to @srcdir@.
10704
10705 1993-09-28 Brian J. Fox (bfox@cubit)
10706
10707 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
10708 doesn't exist. Just copy src/Makefile.in instead.
10709 Touch all of the Makefiles after editing config.status.
10710
10711 * INSTALL: Update documentation to match new configuration
10712 mechanism.
10713
10714 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10715
10716 * configure.in: Allow any of the path or directory Makefile
10717 variables to be set with flags to configure. Create all Makefiles
10718 at configure time. Edit special commands into config.status after
10719 src/Makefile.in is built from src/Makefile.
10720
10721 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10722 If these files are out of date, simply have config.status
10723 rebuild them; don't rebuild them explicitly.
10724
10725 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10726
10727 * build-install.in: Change src/xemacs to src/emacs. We no longer
10728 create src/xemacs, so the file wouldn't be found.
10729
10730 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10731
10732 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10733
10734 * configure.in: Avoid forcing the search of /usr/include before
10735 fixed include files by resetting C_SWITCH_X_SITE if it is
10736 "-I/usr/include".
10737
10738 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10739
10740 * Makefile.in (@rip_paths@locallisppath):
10741 Delete ${datadir}/emacs/site-lisp.
10742
10743 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10744
10745 * configure.in:
10746 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10747 Remove ${extra_output} from AC_OUTPUT call.
10748
10749 1993-09-17 Brian J. Fox (bfox@inferno)
10750
10751 * make-dist: Quote backquotes found in strings to be echoed.
10752
10753 * configure.in: Use "sh -c pwd" when we want to avoid having the
10754 shell fix up the value of $PWD.
10755
10756 1993-09-13 Brian J. Fox (bfox@inferno)
10757
10758 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10759 of the installation fail. Suggested by Karl Berry.
10760
10761 1993-08-30 Brian J. Fox (bfox@inferno)
10762
10763 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10764 was used. Set MAKEFLAGS from MFLAGS.
10765
10766 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10767
10768 * configure.in: Test for res_init in libc.
10769
10770 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10771
10772 * configure.in: In the file ${tempcname}, use configure___
10773 instead of @configure@.
10774
10775 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10776
10777 * make-dist: Dist vpath.sed.
10778
10779 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10780 Depend on vpath.sed.
10781 Replace sed command for VPATH with @vpath_sed@.
10782
10783 * configure.in: Substitute variable `vpath_sed'.
10784 If not in $srcdir and $srcdir is configured,
10785 issue warning that GNU make is required,
10786 and set vpath_sed to use vpath.sed script.
10787
10788 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10789
10790 * configure.in: Remove check for $srcdir being configured.
10791 This pretty much works now.
10792 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10793 Check for XFree86 (/usr/X386/include) independent of whether
10794 -lXbsd exists.
10795
10796 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10797 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10798 `make'.
10799
10800 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10801
10802 * Version 19.19 released.
10803
10804 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10805
10806 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10807
10808 * configure.in: Check for XScreenNumberOfScreen.
10809
10810 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10811
10812 * configure.in: Add * to end of all configuration alternatives.
10813 (m68*-sony-newsos3*): New alternative.
10814
10815 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10816
10817 * make-dist: Include getdate.c in distribution.
10818
10819 * configure.in: For --help, use $PAGER if it is set.
10820 (LIB_X11_LIB): Default to -lX11.
10821 (mips-sgi-irix5.*): New alternative.
10822
10823 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10824
10825 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10826 Recognize *.B8.* as hpux version 8.
10827 (m68*-tektronix-bsd*): Fix typo in tek4300.
10828 (AC_HAVE_FUNCS): Add ftime.
10829
10830 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10831
10832 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
10833 Use tekxd88, not tekXD88.
10834
10835 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10836
10837 * configure.in: Check for -lm. Then can check for frexp and logb.
10838
10839 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10840
10841 * Version 19.18 released.
10842
10843 * make-dist (src): Don't put gnu-hp300 in dist.
10844 (src, lisp): Include OChangeLog in dist.
10845
10846 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10847
10848 * configure.in: Test for presence of logb and frexp functions.
10849
10850 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10851
10852 * configure.in (machine): Add i370-ibm-aix*.
10853
10854 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10855
10856 * configure.in (function checks): Test for mkdir and rmdir.
10857
10858 * configure.in (function checks): Don't test for random and bcopy
10859 only when we're building with X; look for them all the time.
10860
10861 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10862
10863 * configure.in: Test for availability of bcopy functions, searching
10864 the X libraries if we're using X.
10865
10866 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10867 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
10868 versions of AIX, and needs to be passed to the loader.
10869
10870 * configure.in: Test for the availability of the
10871 XScreenResourceString function.
10872
10873 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
10874
10875 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10876 LD_SWITCH_X_SITE and assume --with-x11.
10877 Only look for X11 files if we weren't told about a window system
10878 or if we were told to use X11 but not told where.
10879 Search the libraries from the s and/or m files when checking for
10880 functions.
10881
10882 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10883
10884 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10885
10886 * make-dist: Include lisp/dired.todo in the distribution.
10887
10888 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10889
10890 * configure.in: Add code to set HAVE_INET_SOCKETS.
10891
10892 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10893
10894 * configure.in: If we do find x_includes and x_libraries
10895 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
10896
10897 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10898
10899 * make-dist: Include src/gnu-hp300 in the dist.
10900
10901 * configure.in (canonical): New variable holds the canonicalized
10902 configuration. Don't alter `configuration'. Use `configuration'
10903 for Makefile.in for file naming.
10904 (testing x_includes and x_libraries): Use =, not ==.
10905
10906 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10907
10908 * Version 19.17 released.
10909
10910 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
10911 directory's makefile. This allows the invocation of CPP which
10912 builds xmakefile to receive these switches. The SunSoft C
10913 preprocessor inserts spaces between tokens if it doesn't get the
10914 -Xs flag requested in src/s/sol2.h.
10915
10916 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
10917
10918 * configure.in (m68k-bull-sysv3): New config.
10919
10920 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10921
10922 * configure.in: Use the autoconf AC_FIND_X macro to try to find
10923 the X Windows libraries.
10924
10925 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10926
10927 * make-dist (tempdir): Don't create lisp/forms-mode directory in
10928 the distribution. Those files aren't kept in their own
10929 subdirectory any more.
10930
10931 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10932
10933 * Version 19.16 released.
10934
10935 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10936
10937 * configure.in: Add --verbose flag.
10938
10939 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10940
10941 * version 19.15 released.
10942
10943 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10944
10945 * Makefile.in (top_distclean): Use -f switch when cleaning out
10946 lock dir; it might be empty.
10947
10948 * configure.in: Only check for -lXbsd once.
10949
10950 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10951
10952 * Version 19.14 released.
10953
10954 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10955
10956 * make-dist: If using gzip, create distribution with '.gz' extension.
10957
10958 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
10959 (lisp/forms-mode): This doesn't exist anymore.
10960
10961 * configure.in: Look for the closedir function.
10962
10963 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10964
10965 * configure.in (CPP): Autoconf sets this to a shell variable
10966 reference, which doesn't work when it's edited into a makefile.
10967 Expand that variable reference.
10968
10969 * Makefile.in (CPP): New variable.
10970 (src/Makefile): Edit CPP into src/Makefile.
10971
10972 * Makefile.in (src/Makefile): Don't bother exiting single quotes
10973 and entering double quotes to get the values of LD_SWITCH_X_SITE
10974 and the other make variables; make substitutes them in anyway.
10975
10976 * Makefile.in (uninstall): Don't remove the lisp and etc
10977 directories if they're in the source tree.
10978
10979 Bring mumbleclean targets into conformance with GNU coding standards.
10980 * Makefile.in (mostlyclean, clean): Separate these two; just have
10981 them pass the request to the subdirectory makefiles.
10982 (distclean): Pass the request down, and then get rid of the
10983 files configure built, and get rid of the Makefiles.
10984 (realclean): Pass the request down, and then do the same things
10985 distclean does.
10986 (uninstall, info, dvi): New targets.
10987
10988 * configure.in: Move clause for PC-compatible i386 box to the end
10989 of the case statement, to avoid masking configurations below.
10990
10991 * configure.in: Add case for m88k-motorola-sysv4.
10992
10993 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10994 the HP 68000 machines.
10995
10996 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10997 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10998 preprocessor won't fiddle with them.
10999
11000 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11001
11002 * Makefile.in (TAGS): cd to src to run etags.
11003
11004 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11005
11006 * configure.in (version): Check the X libraries for XrmSetDatabase
11007 and random, and see if we have -lXbsd.
11008
11009 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11010
11011 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11012 s/*.h and m/*.h files. Martin Tomes
11013 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11014
11015 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11016
11017 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11018 above the general i386 alternative.
11019
11020 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11021
11022 * configure.in: Recognize configuration name for Data General
11023 AViiON machines.
11024
11025 * configure.in: Use AC_LONG_FILE_NAMES.
11026
11027 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11028
11029 * configure.in: Test for bison.
11030 * Makefile.in (YACC): New variable.
11031 (lib-src/Makefile.in): Edit YACC into the makefile.
11032
11033 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11034
11035 * Version 19.13 released.
11036
11037 * configure.in (CFLAGS): Don't set this according to the value of
11038 the GCC shell variable. Instead, consult the machine and system
11039 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
11040 test __GNUC__ while we're at it.
11041
11042 * configure.in: Remove extra ;; from hpux cases.
11043
11044 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11045
11046 * configure.in: Check to see if the system has -ldnet.
11047
11048 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11049
11050 * make-dist: Add clauses to distribute lisp/forms-mode.
11051
11052 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11053
11054 * configure.in (machine): Fix the versions in hpux version number test.
11055 Do not guess based on cpu type. Do check for explicit system version.
11056
11057 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11058
11059 * configure.in: Do NOT look for `unknown' as company name.
11060
11061 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11062
11063 * configure.in: Fix typo in message.
11064
11065 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11066
11067 * Version 19.12 released.
11068
11069 * Makefile.in (do-install): Correct previous etc-copying change.
11070 Partially rewrite using `if'.
11071 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
11072
11073 * Version 19.11 released.
11074
11075 * configure.in: Handle 386bsd.
11076
11077 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11078
11079 * make-dist: Update getdate.c.
11080
11081 * configure.in: Handle bsd386.
11082
11083 * Makefile.in (do-install): Use `-' in tar options.
11084
11085 * configure.in: Change ! "${...}" to x"${...}" = x.
11086
11087 * Makefile.in (do-install): Copy the DOC-* files from the build
11088 etc directory, as well as lots of things from ${srcdir}/etc.
11089
11090 * make-dist: Copy config.guess.
11091
11092 * configure.in: Handle AIX versions 1.2, 1.3.
11093
11094 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11095
11096 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
11097 the configuration name mips-mips-usg* to represent USG systems.
11098
11099 * configure.in: Fix logic to detect if srcdir is already configured.
11100
11101 * Makefile.in: Pass in LD_SWITCH_X_SITE.
11102
11103 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
11104 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
11105 of a directory; cd might fail, and have pwd print out the current
11106 directory.
11107
11108 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11109
11110 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
11111
11112 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11113
11114 * configure.in: Complain if srcdir points at an already-configured
11115 tree.
11116
11117 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11118
11119 * Version 19.10 released.
11120
11121 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11122
11123 * Makefile.in: Use Makefile comments, not C comments.
11124
11125 * configure.in: Add case for the Tektronix XD88.
11126
11127 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11128
11129 * configure.in: Handle sysv4.2 and sysvr4.2.
11130
11131 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11132
11133 * configure.in: Traverse the argument list without destroying it;
11134 don't use shift. It turns out that "set - ${saved_arguments}"
11135 doesn't work portably.
11136
11137 * configure.in: Add missing "fi".
11138
11139 * make-dist: Rebuild configure if configure.in is newer.
11140
11141 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
11142 targets to be executed even if make remembers that it has already
11143 satisfied FRC.
11144
11145 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11146
11147 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11148
11149 * configure.in (romp): Handle various version numbers with aos and bsd.
11150
11151 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11152
11153 * configure.in: Fix message text.
11154
11155 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11156
11157 * make-dist: Make a `site-lisp' directory in the distribution,
11158 instead of a `local-lisp' directory, which hasn't been the
11159 appropriate name for a long time.
11160 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11161 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11162
11163 * Makefile.in (do-install): Correctly detect if ./etc and
11164 ${srcdir}/etc are the same.
11165
11166 * configure.in: Extract UNEXEC from the system configuration
11167 files, compute the name of the source file corresponding to the
11168 object file, and #define it as UNEXEC_SRC in config.h.
11169
11170 * configure.in: If srcdir is '.', then try using PWD to make it
11171 absolute.
11172
11173 * configure.in: Include ${srcdir} in the printed report, to help
11174 people notice if it's an automounter path.
11175
11176 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11177
11178 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11179
11180 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11181
11182 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11183 when they are different. Add `shift' command.
11184 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11185 (externallispdir): Var deleted.
11186
11187 * configure.in: Delete spurious paren outputting short_usage.
11188
11189 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11190
11191 * Version 19.9 released.
11192
11193 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11194
11195 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11196 subdirectory makes.
11197
11198 * make-dist: Check for .elc files with no corresponding .el file.
11199
11200 * Makefile.in (mkdir): Make all the directories in locallisppath.
11201
11202 * config.guess: New file.
11203 * configure.in: Use it, tentatively.
11204 * INSTALL: Mention its usage.
11205
11206 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
11207 the former gives you the operating system rev directly.
11208 Use s/hpux.h if we don't recognize what we got.
11209
11210 * Makefile.in (do-install): Don't remove a destination directory
11211 if it's the same as the source. If ${srcdir}/info == ${infodir},
11212 don't try to copy the info files.
11213
11214 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11215 doesn't work if you're not using a separate source directory.
11216 (do-install): Copy the build tree's etc directory only after
11217 making sure it's not also the source tree's etc directory.
11218
11219 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11220
11221 * configure.in: Handle sunos4.1.3 specially.
11222
11223 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11224
11225 * Makefile.in (INSTALL): Add definition.
11226
11227 * configure.in: Fix some messages. Support -with-gnu-cc.
11228 At the end, use `set --', not `set -'.
11229 Delete spurious `.h' in hpux alternatives.
11230
11231 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11232
11233 * Version 19.8 released.
11234
11235 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11236
11237 * configure.in: When looking for source in the same directory as
11238 the configure script, make the path thus discovered absolute.
11239 If the user specifies the `--srcdir' switch, make that directory
11240 absolute too.
11241
11242 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11243
11244 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11245 too, as the value of the PATH_INFO macro.
11246
11247 * configure.in: Check to see if the source lives in the same
11248 directory as the configure script.
11249
11250 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11251
11252 * Makefile.in (install): Split this into `install' and
11253 `do-install', to give people more control over exactly what gets
11254 done.
11255 (do-install): New target, containing the guts of `install'.
11256 Don't remove and recreate the directories inside the copying loop - do
11257 it all before the copying loop. Pass more flags to the lib-src
11258 make.
11259 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11260 avoid errors and warnings.
11261
11262 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11263 the manufacturer - the more general case was blocking other i386
11264 configuration names below, and that's how the names are written in
11265 MACHINES anyway.
11266
11267 * make-dist: When breaking links, remove the link before moving
11268 the copy onto it, to avoid interactive behavior.
11269
11270 * Makefile.in: Doc fix.
11271
11272 * configure.in: Doc fix.
11273
11274 * INSTALL: Mention --exec-prefix option.
11275
11276 * configure.in: Add support for the `--exec-prefix' option.
11277 * Makefile.in: Accept that support.
11278
11279 * configure.in: Use the AC_PROG_INSTALL macro.
11280 * Makefile.in (INSTALL): Variable removed.
11281 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11282
11283 * configure.in: Distinguish between hp800's and hp700's by calling
11284 "uname -m".
11285
11286 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11287
11288 * configure.in: Recognize configuration names for i860 boxes
11289 running SYSV.
11290
11291 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11292
11293 * configure.in: Distinguish between hp800's and hp700's by the
11294 version of HP/UX they run, since that's something people are more
11295 likely to know - hp700's run 8.0.
11296 Add HP 700 configuration.
11297
11298 * configure.in: Test for the presence of the `rename' function.
11299
11300 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11301 configure.in.
11302 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11303
11304 * make-dist: Break intra-tree links.
11305
11306 * configure.in: Explain that this is an autoconf script, and give
11307 instructions for rebuilding configure from it. Arrange to put
11308 comments in configure explaining this too.
11309
11310 * configure.in: Make the first line of the configure script be
11311 "#!/bin/sh". Leaving the first line blank didn't work.
11312
11313 * configure.in (long_usage): Remove; made short_usage describe
11314 the options briefly.
11315
11316 * configure.in: Implement the --prefix option.
11317 * Makefile.in (prefix): Add support for it here.
11318 * INSTALL: Document it here.
11319
11320 * Makefile.in (install): Don't assume that the files in the `info'
11321 subdirectory match *.info. They don't have that prefix.
11322
11323 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11324
11325 * configure.in: Add case for version 5 of Esix.
11326
11327 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11328
11329 * Version 19.7 released.
11330
11331 * make-dist: There aren't any *.com files in lib-src anymore.
11332
11333 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11334 them; they're symlinks to other filesystems on the GNU machines.
11335
11336 * make-dist: Check that the manual reflects the same version of
11337 Emacs as stated in lisp/version.el. Edit that version number into
11338 the README file.
11339
11340 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11341
11342 * configure.in: Remove the hack of AC_DEFINE; use
11343 AC_DEFINE_UNQUOTED.
11344
11345 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11346
11347 * make-dist: Don't distribute precomp.com, compile.com, or
11348 link.com from ./src; they're in ./vms now.
11349
11350 Some time-handling patches from Paul Eggert:
11351 * configure.in: Add AC_TIMEZONE.
11352
11353 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11354
11355 * configure.in: Recognize Linux as a valid operating system for
11356 the i386.
11357
11358 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11359
11360 * make-dist: Distribute some VMS files we got from Richard Levitte.
11361
11362 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11363 the source for the sed command, not oldXMenu/Makefile.
11364
11365 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11366
11367 * INSTALL: Don't claim the srcdir option doesn't work.
11368
11369 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11370
11371 * configure.in: Include remarks saying what order the autoconf
11372 tests should go in, and remind people to change config.h.in
11373 whenever they add autoconf tests which make #definitions.
11374
11375 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11376
11377 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11378
11379 * Makefile.in (oldXMenu/Makefile): Make this depend on
11380 ${srcdir}/oldXMenu/Makefile.in, not itself.
11381
11382 * PROBLEMS: Some updates from David J. Mackenzie.
11383
11384 More changes from David J. Mackenzie.
11385 * Makefile.in (install.sysv, install.xenix, install.aix):
11386 Targets removed; autoconf and config.h should specify all these
11387 differences.
11388 (buildlisppath): Make this path depend on ${srcdir}.
11389 (INSTALLFLAGS): Remove.
11390 (INSTALL): Include the -c flag.
11391 (install): Change the way we invoke install accordingly.
11392
11393 Install ${srcdir} changes from DJM.
11394 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11395 list.
11396 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11397 the source tree and the etc directory in the object tree.
11398 (${SUBDIR}): Pass the prefix variable down to submakes.
11399 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11400 in /bin.
11401 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11402 values for srcdir and VPATH.
11403 (install): Add `v' flag to tar command. Make sure that `dir'
11404 exists in ${srcdir}/info before copying it. Remember that the man
11405 pages come from the source tree, not the object tree.
11406 * configure.in: Remove remarks saying that the --srcdir option
11407 doesn't work.
11408 Create the etc directory in the object tree.
11409 Recognize configuration names of the form *-sun-solaris*.
11410 Recognize sunos5 and solaris as operating system names.
11411
11412 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11413 lib-src/getdate.y and src/systime.h.
11414
11415 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11416
11417 * make-dist: Make links in info subdir.
11418
11419 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11420
11421 * configure.in: Call AC_STDC_HEADERS.
11422
11423 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11424
11425 * configure.in: Sidestep autoconf's quoting of the second argument
11426 of AC_DEFINE, so we can specify the value to put there. It would
11427 be nice if autoconf provided some way to specify computed values
11428 for macros.
11429
11430 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11431
11432 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
11433 this is always just -DHAVE_CONFIG_H.
11434
11435 The GNU coding standards specify that CFLAGS should be left for
11436 users to set.
11437 * Makefile.in (CFLAGS): Let configure determine the default value
11438 for this.
11439 Don't have it default to DEFS.
11440 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11441 (lib-src/Makefile, src/Makefile): Edit the default value for
11442 CFLAGS into these files, not DEFS.
11443 * configure.in (CFLAGS): Choose a default value for this - "-g"
11444 normally, or "-g -O" if we're using GCC. Edit it into the
11445 top-level Makefile.
11446
11447 * configure.in: When scanning the machine and system description
11448 #include files, write their names to conftest.c properly.
11449
11450 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11451
11452 * configure.in: In configuration name case for Apallos running
11453 Domainios, set opsys, not opsysfile.
11454
11455 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11456 src/config.h, instead of AC_OUTPUT; the latter overwrites
11457 src/config.h even when it hasn't changed, puts a makefile-style
11458 comment at the top even though it's C code, and produces a
11459 config.status script which doesn't do the job right.
11460
11461 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11462 can use a symbolic link to get the X Menu library into src.
11463 * Makefile.in (LN_S): New variable.
11464 (src/Makefile): Edit the value of LN_S into this makefile.
11465
11466 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11467
11468 * configure.in: Support *-sco3.2v4* as opsystem.
11469
11470 * make-dist: Don't include calc directory.
11471 Exclude many files in the man directory; copy a few.
11472
11473 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11474
11475 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11476 call AC_STRUCT_TM to see what's in time.h.
11477
11478 * configure.in: Employ quoting stupidity to get the value of CPP
11479 to expand properly.
11480
11481 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11482
11483 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11484 variable to scan the machine and system description files.
11485
11486 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11487 so that getdate.y builds correctly.
11488
11489 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11490
11491 * configure.in (tempcname): Change this to "conftest.c", so it will
11492 work properly on systems with short filenames; this is the name
11493 autoconf uses.
11494
11495 * configure.in: Also detect the availability of dup2 and
11496 gethostname.
11497
11498 * configure.in: Use the AC_ALLOCA test.
11499 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11500 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11501
11502 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11503
11504 * make-dist: Distribute configure, as well as configure.in.
11505 Oversight.
11506
11507 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11508
11509 * Makefile.in (install): Print out the name of the directory we're
11510 copying, so people can have some idea of whether we're making
11511 progress.
11512
11513 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11514 Don't forget to re-create the COPYDESTS directories after we clear
11515 them out.
11516
11517 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11518
11519 * Makefile.in: Add autoconf cookies so that the configure
11520 script can comment out sections of path variable definitions to
11521 choose between the installable configuration and the run-in-place
11522 configuration.
11523 * configure.in: Add new option `--run-in-place', to select the
11524 run-in-place path definitions.
11525
11526 * configure.in: Add a clause to the big configuration name case
11527 for the NeXT machine.
11528
11529 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11530
11531 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11532 Make sure that each source directory exists, and is different from
11533 the destination directory; then, delete the destination before
11534 copying over the source.
11535
11536 * make-dist: Distribute configure.in, instead of configure.
11537
11538 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11539
11540 * configure.in: Don't set CC to "gcc -O" if the user specifies
11541 `--with-gcc'. Add -O to DEFS if GCC is set.
11542
11543 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11544
11545 * Makefile.in (clean mostlyclean): Missing right paren.
11546
11547 * configure.in: When checking for X windows, search for an X11
11548 subdirectory of ${x_includes}.
11549
11550 * configure.in: Check for gettimeofday function, for getdate.y.
11551
11552 Change `configure' to a mixture of custom code and autoconf stuff.
11553 autoconf can't derive all the information we need, but we'd really
11554 like to be able to take advantage of some of its tests, and its
11555 file-editing facilities.
11556 * configure.in: Renamed from configure.
11557 Quote the sections of shell script we want copied literally to
11558 the configure script.
11559 (compile): Initialize this to make the autoconf macros' code happy.
11560 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11561 code to do their jobs.
11562 Use autoconf to produce Makefile and src/config.h.
11563 Remove the Makefile-style comment that autoconf places at the top
11564 of src/config.h.
11565 (config_h_opts): Remove - no longer necessary.
11566 * Makefile.in (configname): Rename to configuration.
11567 (CONFIG_CFLAGS): Rename to DEFS.
11568 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
11569 get values via autoload @cookies@.
11570 (libsrc_libs): Get this from autoconf. We used to do nothing
11571 about this.
11572 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11573
11574 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11575 Don't echo the move-if-change command.
11576
11577 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11578
11579 * make-dist: Distribute lib-src/rcs-checkin.
11580
11581 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11582 Don't try to make links to the RCS or Old subdirectories.
11583 Use the appropriate extension for the compression type in use.
11584 Create the tar file in the shell's initial default directory, not
11585 in ${tempparent}.
11586 Erase the whole ${tempparent} tree, not just ${tempdir}.
11587
11588 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11589
11590 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11591 use to build paths.h.
11592 (lib-src/Makefile, src/Makefile): Similarly.
11593
11594 * configure: Extend test for working `const' keyword to handle AIX
11595 3.2 cc.
11596
11597 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11598
11599 * make-dist: Distribute lisp/term/ChangeLog.
11600
11601 Arrange for C compilation throughout the tree to get
11602 C_SWITCH_SYSTEM from the configuration files.
11603 * configure: Extract C_SWITCH_SYSTEM from the machine and
11604 system-dependent files, and save it in the top-level Makefile.
11605 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11606 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11607
11608 * make-dist: Include the VMS support files in oldXMenu in the
11609 distribution.
11610
11611 * configure: Doc fix.
11612
11613 * configure: Fix corrupted config_h_opts.
11614
11615 * configure: Properly report option names in error messages.
11616
11617 * configure: Properly recognize --x-includes and --x-libraries
11618 options.
11619
11620 * configure: Fix syntax errors in code handling XFree386.
11621
11622 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11623
11624 * configure: Add special code to detect XFree386, and tell
11625 config.h about it.
11626
11627 * configure: Properly handle extracting values of LIBS_MACHINE and
11628 LIBS_SYSTEM that contain spaces.
11629
11630 * configure: Add `--x-includes' and `--x-libraries' options.
11631 I think these are dopey, but no less than three alpha testers, at
11632 large sites, have said they have their X files installed in odd
11633 places. Implement them by setting C_SWITCH_X_SITE and
11634 LD_SWITCH_X_SITE in src/config.h.
11635
11636 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11637
11638 * make-dist: Don't distribute etc/Old files.
11639
11640 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11641 backups.
11642
11643 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11644
11645 * make-dist: Fix typo.
11646
11647 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11648
11649 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11650 in some cases where it should but didn't seen to.
11651
11652 * Makefile.in: Added unlock and relock productions.
11653
11654 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11655
11656 * make-dist: Add a --compress option to force make-dist to use
11657 compress.
11658
11659 * make-dist: Use gzip, if we can find it.
11660
11661 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11662 make rs6000-ibm-aix default to -aix32.
11663
11664 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11665
11666 * Makefile.in: Added `Developer's configuration' section.
11667
11668 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11669
11670 * Makefile.in: Add commented-out variable settings for developer's
11671 configuration.
11672
11673 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11674
11675 * make-dist: Distribute `src/bitmaps' too.
11676
11677 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11678
11679 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11680 make rs6000-ibm-aix default to -aix32.
11681
11682 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11683
11684 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11685
11686 * Makefile.in (install.sysv): Add a second `$' in front of
11687 `${dest}', so that the shell will expand it, instead of Make.
11688
11689 * configure: When processing the name of the configure script,
11690 collapse `././' to `./', but leave a single `./' prefix alone.
11691
11692 * configure: Doc fix.
11693
11694 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11695
11696 * configure: Handle isc3.0 correctly.
11697
11698 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11699
11700 * make-dist: Don't try to copy the COPYING notice into
11701 external-lisp; we're not distributing that directory any more.
11702
11703 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11704
11705 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11706 Remove CVS subdirectories from the installed directory trees, as
11707 well as RCS directories.
11708
11709 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11710
11711 * make-dist: Only copy gmalloc.c if we couldn't link it.
11712 Don't try to copy man/{README,Makefile} unless they actually exist.
11713
11714 * Makefile.in (lisppath): Don't include externallispdir in this.
11715 We're not sure whether we're even going to distribute the
11716 directory yet.
11717
11718 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11719
11720 * make-dist: Don't distribute the external-lisp directory anymore.
11721 * INSTALL: Remove all references to external-lisp.
11722
11723 * configure: Detect whether the compiler supports `const'
11724 properly, and edit src/config.h accordingly.
11725
11726 * configure: Tweak layout of final report.
11727
11728 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11729 CFLAGS.
11730
11731 * Makefile.in (locallisppath): Make this default to
11732 ${datadir}/emacs/site-lisp, instead of
11733 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11734 the same thing, and local-lisp causes completion conflicts with
11735 lock.
11736 (lisppath): Add ${externallispdir} to this.
11737 * INSTALL: Adjust installation directions.
11738
11739 * Makefile.in (externallispdir): New variable, to say where to
11740 install the externally-maintained lisp files.
11741 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11742 the others.
11743 * INSTALL: Describe external-lisp and the new externallispdir
11744 variable.
11745
11746 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11747
11748 * configure (progname): New option `--with-gcc'. Make it clearer
11749 how we are trying to guess whether or not we have GCC.
11750 * INSTALL: Document the `--with-gcc' option, and improve
11751 description of `--with-x' options.
11752
11753 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11754
11755 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11756 ${infodir} from these variables; we have written out explicit code
11757 to install the info files.
11758
11759 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11760
11761 * make-dist: Don't distributed the RCS files in the etc directory.
11762
11763 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11764
11765 * Makefile.in: Some makes can't handle comments in the middle of
11766 commands; move them to before the whole rule.
11767
11768 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11769
11770 * README: Mention what Emacs is.
11771
11772 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11773
11774 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11775 Add `./cpp' and `./man' back into the distribution.
11776
11777 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11778
11779 * Makefile.in: Define MAKE, and use where appropriate.
11780
11781 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11782
11783 * make-dist: Remember that the authoritative COPYING notice is
11784 `etc/COPYING', not `../etc/COPYING'.
11785
11786 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11787
11788 * make-dist: Make sure that the COPYING notices in each directory
11789 are copies, not symlinks.
11790
11791 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11792
11793 * INSTALL: The build process produces an executable called `emacs'
11794 now. Change references.
11795 * Makefile.in: Adjust `install.mumble' targets to install
11796 `src/emacs', not `src/xemacs'.
11797
11798 * configure: Start with a blank line; this keeps some old CSH's
11799 from thinking it's a CSH script. Most systems will just use
11800 /bin/sh to run it, which is what we're expecting; the only other
11801 shells which might try to interpret it themselves are probably
11802 Bourne-compatible.
11803
11804 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11805
11806 * INSTALL: Improvements suggested by David Mackenzie.
11807
11808 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11809
11810 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11811 Don't try to copy the info files if there aren't any; the
11812 unexpanded globbing pattern disappoints `install'. Ignore the
11813 return status of that command.
11814
11815 * INSTALL: Updated for new configuration arrangement.
11816
11817 * configure: Don't make the top-level Makefile read-only - people
11818 may want to edit the values of the path variables.
11819
11820 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11821 Install the info files in ${infodir}. Install the executable
11822 under both `emacs' and `emacs-VERSION'.
11823
11824 * Makefile.in: Doc fix.
11825
11826 * Makefile.in (exec_prefix): New variable, as per latest version
11827 of coding standards.
11828 (bindir, libdir): Use it, instead of `prefix'.
11829 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11830
11831 * Makefile.in (mandir): Make the default value for this depend on
11832 $(prefix).
11833
11834 * Makefile.in (datadir, statedir, libdir): Make these all default
11835 to ${prefix}/lib.
11836 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11837 Adjust to compensate.
11838
11839 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11840 Install the etags and ctags man pages too.
11841
11842 * Makefile.in (distclean): Don't delete backup files; that's the
11843 job of extraclean.
11844 (extraclean): Like distclean, but deletes backup and autosave files.
11845
11846 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11847
11848 Make path specification conform to GNU coding standards.
11849 * configure (long_usage): Remove all traces of old arguments from
11850 usage messages, and document the options we do accept in more
11851 detail: -with-x... and --srcdir.
11852 (options, boolean_opts): Delete; we don't have enough options to
11853 make this worthwhile.
11854 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11855 along with the code which supported them; these should be set as
11856 arguments to the top-level make.
11857 (config_h_opts): Since this no longer doubles as a list of option
11858 names, make them upper case; this simplifies the code which uses
11859 them to build the sed command to edit src/config.h. Change the
11860 code which sets them.
11861 (cc, g, O): Don't allow the user to set these using options; they
11862 should be specified using `CC=' and `CFLAGS=' arguments to the
11863 top-level make. Just choose reasonable default values for them,
11864 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11865 values.
11866 (gnu_malloc, rel_alloc): Don't allow the user to set these using
11867 options; use them whenever the configuration files say they're
11868 possible.
11869 Simplify the argument processing loop. Don't accept abbreviations
11870 for option names; these might conflict with other configuration
11871 options in the future.
11872 Add some support for the `--srcdir' option. Check for the sources
11873 in . and .. if `--srcdir' is omitted. If the directories we will
11874 compile in don't exist yet, create them under the current directory.
11875 Note that the rest of the build process doesn't really support
11876 this.
11877 Edit only the top Makefile. That should edit the others.
11878 Edit into the makefile: `version', from lisp/version.el, `configname'
11879 and `srcdir' from the configuration arguments, `CC' and
11880 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11881 the user's path, and LOADLIBES as gleaned from the system
11882 description files.
11883 Simplify the report generated; it doesn't need to include any
11884 description of paths now.
11885 Make `config.status' exec configure instead of just calling it, so
11886 there's no harm in overwriting `config.status'.
11887 * Makefile.in (version, configname): New variables, used to choose
11888 the default values for datadir and libdir.
11889 Path variables rearranged into two clearer groups:
11890 - In the first group are the variables specified by the GNU coding
11891 standards (prefix, bindir, datadir, statedir, libdir, mandir,
11892 manext, infodir, and srcdir).
11893 - In the second are the variables actually used for Emacs's paths
11894 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
11895 archlibdir), which depend on the first category.
11896 datadir and libdir default to directories under
11897 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
11898 demand.
11899 etcdir and lispdir default to subdirectories of datadir.
11900 archlibdir defaults to libdir.
11901 The new installation tree is a bit deeper than it used to be, so
11902 use the new make-path program in lib-src to build them all.
11903 Always build a new src/paths.h.tmp and then move-if-change it to
11904 src/paths.h, to avoid unnecessary rebuilds while responding to the
11905 right changes.
11906 Remove all mention of arch-lib. Run utility commands from
11907 lib-src, and let the executables be copied into archlibdir when
11908 Emacs is installed.
11909 Add targets for src/Makefile, lib-src/Makefile, and
11910 oldXMenu/Makefile, editing the values of the path variables into
11911 them.
11912 Let lib-src do its own installation.
11913 (datadir): Default to putting data files under
11914 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
11915 (emacsdir): Variable deleted; it would only be confusing to use.
11916 (lispdir, etcdir): Default to ${datadir}/lisp.
11917 (mkdir): Use make-path for this.
11918 (lockdir): Do this in mkdir.
11919 (Makefile): New target.
11920
11921 * configure (usage_message): Rename to long_usage.
11922
11923 * make-dist: Don't bother creating an arch-lib directory; that's
11924 only for installation now.
11925
11926 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11927
11928 * configure: Use GCC-style configuration names, using config.sub.
11929 Change the usage and help messages.
11930
11931 * configure: Initialize window_system, not indow_system.
11932
11933 * configure: Report which window system, compiler, and signal
11934 handler return type we decide to use.
11935
11936 * make-dist: Explain what's going on if config.sub and gmalloc.c
11937 can't be linked. Place the code which copies them near the code
11938 which links the rest of the files around them.
11939
11940 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
11941
11942 * make-dist: Don't bother to distribute src/*.com, or
11943 src/vmsbuild; those have all been moved to `../vms'.
11944
11945 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11946
11947 * make-dist: Don't forget that the way to avoid filenames starting
11948 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
11949 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
11950 couldn't make hard links to, since we have two already, and
11951 perhaps more to come.
11952
11953 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11954
11955 * configure: When editing parameters into lib-src/Makefile, change
11956 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
11957 needs some other flags too.
11958
11959 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11960
11961 * configure: Remove spurious echo of the configuration name.
11962
11963 * make-dist: Don't distribute files in src/m and src/s whose names
11964 begin with `='.
11965
11966 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11967
11968 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
11969 Also LISP_FLOAT_TYPE.
11970
11971 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11972
11973 * make-dist: Copy config.sub, since it's a symbolic link to a file
11974 on another file system.
11975
11976 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11977
11978 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
11979 distribution.
11980
11981 * config.sub: New file, to help us recognize configuration names.
11982 * make-dist: Include it in the distribution.
11983
11984 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11985
11986 * configure: Convert `-' to `_' in specified option names.
11987 Accept options with --. Delete --highpri and --have-x-menu options.
11988 New options --with-x and --with-x10 replace -window-system.
11989 Don't mention options --gnu-malloc, --rel-alloc
11990 or --lisp-float-type in help message.
11991
11992 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11993
11994 * make-dist: Include the `vms' subdirectory in the distribution.
11995
11996 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11997
11998 * configure: Remove lines starting with "# DIST: " when building
11999 lib-src/Makefile and src/Makefile. This allows us to mark the
12000 "Makefile.in" files with explanatory comments which won't also get
12001 stuck in the Makefiles.
12002
12003 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12004
12005 * make-dist: Don't use the '+' operator in the sed regular
12006 expression that extracts the version number from lisp/version.el;
12007 Ultrix sed doesn't seem support the operator. Just double the
12008 operand and use *.
12009
12010 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12011
12012 * Makefile.in: Doc fix.
12013
12014 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12015
12016 * configure: Rewrite sed command to remove at most one ./ prefix;
12017 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12018 group.
12019
12020 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12021
12022 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12023
12024 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12025
12026 * make-dist: Go ahead and build a new TAGS file, unless the
12027 --newer option was specified. Don't try to delete a TAGS file
12028 from etc; it's not kept there, and shouldn't be deleted anyway.
12029
12030 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12031
12032 * make-dist: If the lisp directory contains a default.el, don't
12033 distribute it.
12034
12035 * configure: When searching signal.h for the type of a signal
12036 return handler, make a copy of it, not a symbolic link to it; that
12037 way, it will work on systems that don't have symbolic links.
12038
12039 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12040
12041 * make-dist: Taught it about vcdiff and rcs2log, added --newer
12042 option for generating incremental distributions. Stopped it from
12043 generating a TAGS file into the distribution; that sucker is
12044 *big*, and easily enough generated with the toplevel makefile.
12045
12046 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12047
12048 * configure: When writing config.status, don't prefix progname
12049 with a '.'; it might be absolute.
12050
12051 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12052
12053 * configure: Choose to use X11 if either /usr/lib/libX11.a or
12054 /usr/include/X11 exist, not only if both exist.
12055
12056 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12057
12058 * make-dist: Make the new external-lisp directory a duplicate of
12059 the external-lisp directory, not the lisp directory.
12060
12061 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12062
12063 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
12064 clean' in arch-lib; it doesn't even have a Makefile.
12065
12066 * Makefile.in (clean, mostlyclean): In the test which tries to
12067 distinguish between the build directory, which should be cleaned,
12068 and the installed directory, which shouldn't, cd to `${emacsdir}',
12069 not `${DESTDIR}${LIBDIR}'.
12070
12071 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12072
12073 * make-dist: Be sure to delete the .c and .h files that YACC and
12074 BISON create from getdate.y.
12075
12076 * external-lisp: New directory; see `external-lisp/README'.
12077 * make-dist: Added support for the external-lisp subdirectory.
12078
12079 * make-dist: Changed message which complains that make-dist wasn't
12080 invoked in the right directory to indicate which files it was
12081 looking for.
12082
12083 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12084
12085 * configure: Add comments explaining why we can't translate
12086 character ranges or control characters in `tr'.
12087
12088 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12089
12090 * configure: When generating the configuration message, we used to
12091 build the message from the start so that each line began with "# "
12092 so that it would be a comment in `config.status'. However, this
12093 causes trouble if any of the variables we use in the message
12094 expand to more than one line of text - as gnu_malloc_reason
12095 sometimes does. So instead, we build the message as it should be
12096 printed to the user (i.e. without the "# " prefixes), and stick on
12097 the "# "s when we write it to `config.status'.
12098
12099 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
12100 `lib-src' and `arch-lib'.
12101
12102 * configure: When generating report and `config.status' file, note
12103 that bindir only determines where `make install' and
12104 `build-install' will place the executables; this should make it
12105 clear that the ordinary build process will not try to install
12106 things.
12107
12108 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12109
12110 * make-dist: Change messages to say that we are 'making links to
12111 X', rather than 'copying X'. And put `' quotes around file names.
12112
12113 * make-dist: Include '.tmp' in the name of the staging directory.
12114
12115 * make-dist: Pass the `-f' option to rm when you're not sure that
12116 the files you're removing actually exist.
12117
12118 * make-dist: When setting up etc/COPYING, always nuke whatever is
12119 there, and then copy it in, to make sure we get a real file.
12120
12121 * make-dist: Don't try to distribute *.defns files any more.
12122 The only such file was for simula.el, which has been superseded by a
12123 version which doesn't have a separate .defns file.
12124
12125 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
12126
12127 * make-dist: Don't distribute configured versions of config.h.in,
12128 paths.h.in, Makefile.in in src.
12129
12130 * configure: Delete .tmp files before creating them; don't bother
12131 trying to make final targets writable first, since it won't
12132 matter to move-if-change.
12133
12134 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12135
12136 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
12137 mkdir and chmod in the center of all the conditionals. GNU Make
12138 will strip these out, but other makes won't.
12139
12140 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12141
12142 * make-dist: Include move-if-change in list of files to distribute.
12143
12144 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12145
12146 * configure: Remove any "." elements from the program name.
12147
12148 * configure: Don't record the values of all the possible arguments
12149 in config.status; only record the options that the user specified.
12150
12151 * configure: Use move-if-change to move in the new src/config.h.
12152
12153 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12154
12155 * move-if-change: New file, copied from gcc release.
12156 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12157 a temp file, so we don't update paths.h if an error occurs or if
12158 it doesn't need changing.
12159
12160 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12161
12162 * Makefile.in (src/paths.h): Do not install a value for the
12163 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12164 * build-install.in: Same thing.
12165
12166 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12167
12168 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12169 latter, being a typo, is always false, resulting in a program
12170 whose default behavior is to painstakingly build a copy of the
12171 source tree, and then delete it. Rah.
12172
12173 * Makefile.in: Add dist target, and comment for it.
12174
12175 * configure: When scanning <signal.h> for a declaration for
12176 signal, create a symbolic link with a name ending in .c, so the
12177 compiler won't complain that it's only been given .h files.
12178
12179 * configure: Check whether there are any arguments available
12180 before shifting to get the value of a non-boolean parameter.
12181
12182 * make-dist: Doc fix.
12183
12184 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12185
12186 * configure: Instead of grepping /usr/include/signal.h for a
12187 signal declaration, run /usr/include/signal.h or
12188 /usr/include/sys/signal.h through cpp and grep for the
12189 declaration.
12190
12191 * configure: Redirect the output of grep to /dev/null instead of
12192 using grep -s - that flag means different things on other systems.
12193
12194 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12195 since the former is recognizable even if you don't know what
12196 'dumping' is.
12197 * configure: Accommodate that change.
12198
12199 * configure: Accept options for all of the directories you can
12200 change in the Makefile.
12201
12202 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12203
12204 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12205 FOO before you can use them.
12206
12207 * build-install.in: Made the "Where To Install Things" section
12208 conform with the similar section from Makefile.in. Copied section
12209 which builds src/paths.h from src/paths.h.in from the Makefile.
12210
12211 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12212
12213 * configure: Write config.status to pass its command-line
12214 arguments on to configure, so that people can use it to recreate
12215 an old configuration, with minor changes.
12216
12217 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12218
12219 * configure: Don't rely on option variables being unset if their
12220 values are the empty string. In particular, when producing the
12221 English report, don't assume that highpri will be unset when no
12222 increased priority has been requested; -highpri='' should be the
12223 same as omitting -highpri altogether.
12224
12225 * configure: Fix dumb bug: when running the system and machine
12226 description files through cpp, mark those lines that we want to
12227 evaluate with the string '@configure@', and then only evaluate
12228 them. This way if the files include anything that actually
12229 generates text (type definitions or external declarations, say),
12230 we won't try to eval it.
12231
12232 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12233
12234 * make-dist: New shell script.
12235
12236 * configure: When creating foo from foo.in, make foo read-only to
12237 remind people to edit the .in file instead.
12238
12239 * INSTALL: Changed references to config.h-dist to config.h.in.
12240 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12241 to build src/paths.h from src/paths.h.in; added a paragraph to do
12242 this.
12243 * configure, Makefile, build-install: Changed filenames like
12244 FOO-dist to FOO.in.
12245
12246 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12247
12248 * Makefile, build-install: Renamed to Makefile.in and
12249 build-install.in; the configure script will edit these to produce
12250 the usable Makefile and build-install.
12251 * configure: Changed to produce ./Makefile, ./build-install,
12252 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12253 instead of editing them in place.
12254
12255 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12256
12257 * Makefile: Re-arranged so that the undumped Emacs will search
12258 ../lisp *after* the site's local elisp files.
12259 (locallisppath, dumplisppath): New variables.
12260 (lisppath): This variable's default value is now chosen based on
12261 $(locallisppath) and $(lispdir); while it used to be the
12262 customization point for adding site-local elisp directories to
12263 load-path, that job is now handled mostly by locallisppath.
12264 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12265 Check the values being assigned to the *LOADSEARCH macros for null
12266 path elements (like '::' in 'foo::bar').
12267
12268 * configure: When checking if the machine- and system-dependent
12269 files define a particular macro or not, actually run them through
12270 CPP and test the macros with #ifs, instead of just grepping for
12271 the macros' names. In particular, check for SYSTEM_MALLOC in this
12272 way.
12273
12274 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12275
12276 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12277
12278 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12279
12280 * configure: Make the config.status file an executable shell
12281 script which will recreate the same configuration. Include the
12282 verbal description of the current configuration as a comment in
12283 the script.
12284 * INSTALL: Doc fix.
12285
12286 * Makefile: Brought the Makefile up to the GNU coding
12287 standards, as described in standards.text:
12288 (TAGS): New name for the target which rebuilds the tags table.
12289 (check): New target; doesn't do anything yet.
12290 (mostlyclean): New target, synonymous with clean.
12291 (realclean): New target. Currently, this just calls the
12292 subdirectories's makefiles and then deletes config.status.
12293 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12294 New variables.
12295 Installation directory variables changed to conform.
12296 (install, install.sysv, install.xenix, install.aix): Change the
12297 code which copies the directories into their installed location to
12298 allow the installed locations to be in several different
12299 directories; the old version assumed that they would all be in
12300 $(emacsdir).
12301 (mkdir, lockdir): Allow the installed locations to be in several
12302 different directories.
12303 * INSTALL: Doc fix.
12304
12305 * build-install: Use the same variable names as the Makefile.
12306 Allow the installed locations to be in several different
12307 directories.
12308
12309 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12310
12311 * Makefile (src/paths.h): Instead of using a single sed command to
12312 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12313 separately, and don't forget to append "/!!!SuperLock!!!" to the
12314 value of the PATH_SUPERLOCK macro.
12315
12316 * config.emacs: Renamed to configure, for consistency with other
12317 GNU products. Internal references changed.
12318 INSTALL, Makefile: References changed.
12319
12320 * lock: New directory, which should always be empty. If this
12321 directory doesn't exist, Emacs won't complain; it just won't lock.
12322 Having this here means that people can just unpack Emacs, build
12323 it, and have locking work.
12324
12325 * share-lib: Re-renamed to etc, for the sake of tradition.
12326 * config.emacs: Changed default value for datadir to ../etc.
12327 * INSTALL, README: Adjusted.
12328
12329 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12330
12331 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12332 by running CPP on the appropriate s/*.h and m/*.h files.
12333
12334 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12335
12336 * config.emacs: Make sure to set the "exit on error" flag once
12337 we've removed config.status; errors should abort the configuration.
12338
12339 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12340
12341 * config.emacs: Added -distribute option, so that the Makefile
12342 paths are in their proper form. I don't know why this matters.
12343
12344 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12345
12346 * local-lisp: New directory, empty in the distribution, for people
12347 to put local elisp code in.
12348 * config.emacs: Include it in the default load path.
12349 * README: Document it.
12350
12351 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12352
12353 * config.emacs: Guess the type of signal handling functions based
12354 on the contents of /usr/include/signal.h.
12355
12356 * config.emacs: Print out progress report messages.
12357
12358 * Makefile (src/paths.h): Don't generically replace
12359 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12360 editing of the other entries, and each entry should be dealt with
12361 explicitly anyway.
12362
12363 * build-install: Converted from C-shell to Bourne shell.
12364 * config.emacs: Edit build-install properly.
12365
12366 * config.emacs: Doc fix.
12367
12368 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12369
12370 * Makefile (install): Remove `B' from tar xf command.
12371
12372 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12373
12374 * config.emacs: Removed support for the `maintain-environment'
12375 option; the only important difference between this and its absence
12376 has been removed.
12377 * INSTALL: Removed mention of `maintain-environment'.
12378
12379 * config.emacs: Fix arguments to sed when processing boolean
12380 arguments.
12381
12382 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12383
12384 * config.emacs: New file, to help automate the installation
12385 process.
12386
12387 * Makefile: Lots of changes to support the separation of etc into
12388 architecture-dependent and -independent files:
12389 (EMACSROOT): New variable, giving the directory under which all of
12390 Emacs's libraries should be installed. Changed rest of file to
12391 use it.
12392 (LIBDIR): Now denotes only architecture-dependent dir.
12393 (DATADIR): New variable, denoting architecture-independent dir.
12394 (LOCKDIR): New variable, for completeness.
12395 (SUBDIR): No more etc, new lib-src.
12396 (COPYDIR): No more etc, new arch-lib and share-lib.
12397 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12398 (src): Now depends on lib-src, not etc.
12399 * build-install: Changes parallel to the above.
12400 * README: Describe the new arrangement.
12401
12402 * vms: New subdirectory for all the VMS stuff.
12403
12404 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12405
12406 * Makefile (LISPPATH): New variable.
12407 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12408
12409 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12410
12411 * Makefile (install, install.sysv, install.xenix):
12412 Install wakeup instead of loadst. No need for setuid or setgid.
12413
12414 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12415
12416 * Makefile (clean): Clean etc if that's not the installation dir.
12417
12418 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12419
12420 * Makefile (paths.h): Make sed alter each name in the path.
12421
12422 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12423
12424 * Makefile (install.sysv): Use cpio, not tar.
12425
12426 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12427
12428 * Makefile (lockdir): Rename `lock' target.
12429 Depend on it from install*, not from `all'.
12430
12431 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12432
12433 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12434 to match build-install and paths.h.
12435
12436 ;; Local Variables:
12437 ;; coding: utf-8
12438 ;; End:
12439
12440 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
12441
12442 This file is part of GNU Emacs.
12443
12444 GNU Emacs is free software: you can redistribute it and/or modify
12445 it under the terms of the GNU General Public License as published by
12446 the Free Software Foundation, either version 3 of the License, or
12447 (at your option) any later version.
12448
12449 GNU Emacs is distributed in the hope that it will be useful,
12450 but WITHOUT ANY WARRANTY; without even the implied warranty of
12451 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12452 GNU General Public License for more details.
12453
12454 You should have received a copy of the GNU General Public License
12455 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.