* configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
[bpt/emacs.git] / ChangeLog
1 2013-06-03 Eli Zaretskii <eliz@gnu.org>
2
3 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
4 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
5
6 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
7
8 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
9 used. Remove xgselect.o from XOBJ.
10
11 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12
13 * configure.ac (file-notification): New option, replaces inotify option.
14 (HAVE_W32): Remove w32notify.o.
15 (with_file_notification): Add checks for glib and w32. Adapt check
16 for inotify.
17 (Summary): Add entry for file notification.
18
19 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
20 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
21
22 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
23
24 * .bzrignore: Ignore dirs libexec/, share/ and var/.
25
26 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
27
28 * INSTALL: Fix description.
29
30 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31
32 * configure.ac (HAVE_XRANDR): Check availability of
33 XRRGetScreenResources rather than that of XRRQueryExtension.
34
35 2013-05-18 Eli Zaretskii <eliz@gnu.org>
36
37 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
38 nt/epaths.nt, and nt/INSTALL.MSYS.
39
40 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
41
42 Port --enable-gcc-warnings to clang.
43 * configure.ac (nw): Remove obsolescent warnings.
44 These aren't needed for clang, or for gcc for that matter.
45 (emacs_cv_clang): New var, which tests for clang.
46 Omit warnings that clang is too picky about.
47 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
48 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
49
50 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
51 Otherwise, 'configure; make' fails on non-Windows builds.
52
53 2013-05-16 Eli Zaretskii <eliz@gnu.org>
54
55 * lib/Makefile.am: If building for MS-Windows, include
56 nt/gnulib.mk instead of lib/gnulib.mk.
57
58 * configure.ac: Adapt to MSYS build on MS-Windows.
59
60 * Makefile.in (NTDIR): New variable, for the MSYS build on
61 MS-Windows.
62 (SUBDIR): Add $(NTDIR).
63 (.PHONY): Add epaths-force-w32.
64 (msys_to_w32): New variable.
65 (epaths-force-w32, install-nt, uninstall-nt): New targets.
66 (lib-src src): Add $(NTLIB) to prerequisites.
67 (lib lib-src lisp leim nt): Add 'nt'.
68 (config.status): Use $(CFG).
69 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
70 (install, install-arch-dep): Add install-$(NTDIR).
71 (uninstall): Depend on uninstall-$(NTDIR).
72 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
73
74 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
75 CONFIG_SITE for the MSYS build on MS-Windows.
76 (Makefile): Use $(CFG).
77
78 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
79 src/emacs.res.
80
81 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
82
83 Merge from gnulib, incorporating:
84 2013-05-15 manywarnings: update for GCC 4.8.0
85 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
86 2013-05-15 sig2str, stdio, warnings: port to clang
87
88 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * Makefile.in (install-doc): DOC file is not version specific any more.
91 * .bzrignore: Don't ignore DOC-* any more.
92
93 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
94
95 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
96 Reported privately by Han Boetes <han@boetes.org>.
97
98 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
99
100 * lib/makefile.w32-in (ACL_H): New macro.
101 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
102
103 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
104
105 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
106 * configure.ac: Remove -with-acl option, since Gnulib does that for
107 us now.
108 (LIBACL_LIBS): Remove; no longer needed.
109 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
110 for the benefit of the new ACL implementation.
111 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
112 ($(BLD)/acl-errno-valid.$(O)): New rule.
113 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
114 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
115 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
116 New files, taken from gnulib.
117 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
118
119 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
120
121 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
122 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
123
124 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
125
126 Merge from gnulib, incorporating:
127 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
128
129 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
130
131 * make-dist: Keep necessary restrictions on file access.
132
133 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
134
135 Merge from gnulib, incorporating:
136 2013-04-28 extern-inline: work around bug in Sun c99
137
138 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
139
140 Merge from gnulib, incorporating:
141 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
142
143 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
144
145 Port better to AIX (Bug#14258).
146 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
147 we did not already infer an optimization option, and -O works.
148 AIX xlc needs -O, otherwise garbage collection doesn't work.
149
150 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
151
152 * make-dist: Do not distribute admin/unidata/Makefile.
153 It is generated by 'configure'.
154
155 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
156 It messes up 'make distclean', and contains no useful information
157 because it's a copy of subdirs.el.
158
159 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
160
161 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
162
163 2013-04-18 Glenn Morris <rgm@gnu.org>
164
165 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
166 (LN_S_FILEONLY): New output variable.
167 * Makefile.in (LN_S): Remove.
168 (LN_S_FILEONLY): New, set by configure.
169 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
170
171 2013-04-12 Ken Brown <kbrown@cornell.edu>
172
173 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
174 `canonical' is `x86_64-unknown-cygwin'.
175
176 2013-04-09 Ken Brown <kbrown@cornell.edu>
177
178 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
179 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
180 (Bug#12993)
181
182 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
183
184 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
185 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
186 and if not on GNU/Linux or FreeBSD.
187 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
188 lib/*.o is profiled too.
189
190 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
191
192 Merge from gnulib, incorporating:
193 2013-03-29 stdalign: port to stricter ISO C11
194 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
195 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
196
197 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
198
199 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
200 Subsumed by HAVE_XKB. All uses changed.
201
202 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
203
204 * configure.ac (HAVE_XKB): Define if Xkb is present.
205
206 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
207
208 Merge from gnulib, incorporating:
209 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
210
211 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
212
213 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
214 * Makefile.in (QUIET_SUBMAKE): New macro.
215 (install-info, uninstall): Use it.
216
217 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
218 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
219 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
220 no way to do this in pkg-config, so make do with a reasonable
221 approximation.
222
223 Automate the build of ja-dic.el (Bug#13984).
224 * .bzrignore: Add leim/ja-dic/.
225
226 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
227
228 File synchronization fixes (Bug#13944).
229 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
230 (fsync): Remove check; now done by gnulib.
231 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
232 New files, from gnulib.
233 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
234
235 Merge from gnulib, incorporating:
236 2013-03-13 putenv: port to Solaris 10
237 2013-03-12 mktime: fix configure typo
238 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
239 2013-03-11 putenv: avoid compilation warning on mingw
240 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
241
242 2013-03-11 Glenn Morris <rgm@gnu.org>
243
244 * Merge in all changes up to version 24.3 release.
245
246 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
247
248 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
249 It can mess up 'configure' runs.
250
251 2013-03-05 Glenn Morris <rgm@gnu.org>
252
253 * Makefile.in (install-man): Ignore gzip exit status.
254
255 2013-03-03 Glenn Morris <rgm@gnu.org>
256
257 * make-dist: Remove lzma (it's replaced by xz).
258
259 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
260
261 Merge from gnulib, incorporating:
262 2013-02-21 putenv: port better to native Windows
263 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
264 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
265
266 2013-02-28 Ken Brown <kbrown@cornell.edu>
267
268 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
269
270 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
271
272 Simplify data_start configuration (Bug#13783).
273 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
274 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
275 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
276 not always needed.
277 (HAVE_DATA_START): New macro.
278
279 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
280
281 Parallelize documentation builds.
282 This speeds up building of documentation on multiprocessor
283 platforms, and is motivated by Texinfo 5.0, which is much slower.
284 Add a toplevel rule 'make docs' to make all the documentation.
285 * .bzrignore: Add .dvi, .html, .ps.
286 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
287 ($(DOCS), docs, vi, html, pdf, ps): New rules.
288 (info-real): Depend on $(INFOS) rather than doing it sequentially.
289 (dvi): Depend on $(DVIS) rather than doing it sequentially.
290
291 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
292
293 Fix AIX port (Bug#13650).
294 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
295
296 2013-02-12 Eli Zaretskii <eliz@gnu.org>
297
298 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
299 ($(BLD)/memrchr.$(O)): New dependency.
300
301 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
302
303 Tune by using memchr and memrchr.
304 * .bzrignore: Add string.h.
305 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
306 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
307 New files, from gnulib.
308
309 Merge from gnulib, incorporating:
310 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
311 2013-02-09 secure_getenv: fix C++ declaration typo
312
313 2013-02-11 Glenn Morris <rgm@gnu.org>
314
315 * configure.ac (emacs_config_options): Record some env vars.
316
317 2013-02-10 Glenn Morris <rgm@gnu.org>
318
319 * configure.ac (emacs_config_options): Strip out the (internal)
320 arguments --no-create and --no-recursion.
321
322 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
323
324 Merge from gnulib, incorporating:
325 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
326 The MS-Windows port can remove careadlinkatcwd at its convenience.
327 2013-02-08 extensions: port better to HP-UX
328 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
329 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
330 2013-02-04 secure_getenv: new module [module not used by Emacs]
331 2013-01-30 sys_time: port to Solaris 2.6
332
333 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
334
335 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
336 On my host, this speeds up directory-files-and-attributes by a
337 factor of 3, when applied to Emacs's src directory.
338 These functions are standardized by POSIX and are common these
339 days; fall back on a (slower) gnulib implementation if the host
340 is too old to supply them.
341 * .bzrignore: Add lib/dirent.h.
342 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
343 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
344 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
345 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
346 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
347 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
348 * m4/fstatat.m4: New files, from gnulib.
349 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
350 These last three are specific to Emacs and are not copied from gnulib.
351 They are simpler than the gnulib versions and are tuned for Emacs.
352
353 2013-02-01 Glenn Morris <rgm@gnu.org>
354
355 * make-dist: Only README files exist in lisp/ now, not README*.
356
357 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
358
359 * .bzrignore: add lib-src/blessmail.
360
361 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
362
363 Merge from gnulib, incorporating:
364 2013-01-16 unistd: port to recent mingw
365
366 2013-01-19 Glenn Morris <rgm@gnu.org>
367
368 * Makefile.in (install-arch-indep): Put back a chmod that was
369 removed 2012-05-19. (Bug#13430)
370
371 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
372
373 Merge from gnulib, incorporating:
374 2013-01-16 largefile: port better to Mac OS X 10.5
375 2013-01-15 stdint: fix build with Android's Bionic fox x86
376
377 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
378
379 * configure.ac: Document that --enable-gcc-warnings emits errors.
380 (Bug#13448)
381
382 2013-01-13 Glenn Morris <rgm@gnu.org>
383
384 * make-dist: Add options for xz compression and no compression.
385
386 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
387
388 Enable conservative stack scanning for all architectures.
389 Suggested by Stefan Monnier in
390 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
391 * configure.ac (GC_MARK_STACK): Remove.
392
393 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
394
395 * lib/getopt_.h: Remove trailing CRs that crept in.
396
397 2013-01-11 Eli Zaretskii <eliz@gnu.org>
398
399 * lib/getopt_.h: Regenerate.
400
401 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
402
403 Merge from gnulib, incorporating:
404 2013-01-09 stdlib: port to Solaris 2.6
405
406 2013-01-04 Glenn Morris <rgm@gnu.org>
407
408 * info/dir: Add htmlfontify.
409
410 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
411
412 Merge from gnulib, incorporating:
413 2013-01-04 stdio: remove now-unnecessary stdio.c
414 2013-01-04 fprintftime: depend on stdio, not ignore-value
415 2013-01-04 fwrite: silence __wur only for older glibc versions
416 2013-01-04 fwrite: silence __wur without using inline
417 * lib/stdio.c: Remove.
418 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
419 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
420
421 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
422
423 Merge from gnulib, incorporating copyright-date changes and:
424 2012-12-31 dup2: work around cygwin bug
425
426 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
427
428 * configure.ac: Check for GtkHandlebox.
429 Check for GtkTearoffMenuItem.
430 New enable: --enable-gtk-deprecation-warnings, default off.
431 (HAVE_GTK3): If above enable is off, add
432 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
433
434 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
435
436 * configure.ac (TEMACS_LDFLAGS2): Don't define.
437 (LIBS_GNUSTEP): Set for GNUstep and substitute.
438 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
439
440 2012-12-27 Glenn Morris <rgm@gnu.org>
441
442 * configure.ac (emacs_config_options): New.
443 Use $@ rather than undocumented $ac_configure_args.
444 Replace any embedded double quotes. (Bug#13274)
445
446 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
447
448 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
449 (Bug#13222)
450
451 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
452
453 Revert static checking of stack smashing.
454 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
455 configured with --enable-gcc-warnings. -Wstack-protector causes
456 diagnostics to be issued on Ubuntu 12.10 x86-64.
457
458 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
459
460 Merge from gnulib, incorporating:
461 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
462 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
463 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
464
465 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
466
467 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
468
469 2012-12-16 Romain Francoise <romain@orebokech.com>
470
471 * configure.ac (acl): New option.
472 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
473 provided by libacl on GNU/Linux.
474
475 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
476
477 Fix permissions bugs with setgid directories etc. (Bug#13125)
478 * configure.ac (BSD4_2): Remove; no longer needed.
479
480 2012-12-13 Glenn Morris <rgm@gnu.org>
481
482 * info/dir: Add bovine, srecode, wisent.
483
484 2012-12-13 Andreas Schwab <schwab@suse.de>
485
486 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
487 (uninstall): Likewise. (Bug#13143)
488
489 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
490
491 Merge from gnulib for 'inline' (Bug#13040), incorporating:
492 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
493 * m4/extern-inline.m4: Update from gnulib.
494
495 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
496
497 * lib/makefile.w32-in (SIG2STR_H): New macro.
498 ($(BLD)/sig2str.$(O)): Update dependencies.
499
500 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
501
502 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
503 There's no need to test for any of three inotify functions,
504 since we use all three. Check for just the first one.
505
506 2012-12-10 Daniel Colascione <dancol@dancol.org>
507
508 * .bzrignore: add src/emacs.res.
509
510 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
511 build how to compile Windows resource files; use these variables
512 to tell src/Makefile.in how and whether to compile resources.
513
514 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
515
516 * configure.ac (inotify): New option.
517 (HAVE_INOTIFY): Test for inotify.
518
519 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
520
521 * configure.ac: Fix source command in .gdbinit.
522 Don't quote $MAKEINFO.
523
524 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
525
526 Allow spaces in some configuration vars (Bug#13078).
527 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
528 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
529 All uses quoted, to allow spaces in these vars.
530
531 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
532
533 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
534 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
535 New files, copied automatically from gnulib.
536 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
537
538 2012-12-08 Eli Zaretskii <eliz@gnu.org>
539
540 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
541 Remove a stray character at the beginning of the file.
542 (Bug#13026)
543
544 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
545
546 Simplify get_lim_data.
547 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
548
549 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
550 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
551 Use SIGCHLD rather than SIGCLD.
552 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
553 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
554 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
555
556 2012-12-06 Glenn Morris <rgm@gnu.org>
557
558 * configure.ac: Handle info/ files with or without ".info" extension.
559
560 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
561
562 Merge from gnulib for 'inline' (Bug#13040), incorporating:
563 2012-11-29 snippet/warn-on-use: no 'static inline'
564 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
565 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
566 2012-11-29 fflush, stat: no 'static inline'
567 2012-11-29 stdio: better 'inline'
568 2012-11-29 sys_stat: no 'static inline'
569 2012-11-29 unistd: better 'inline'
570 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
571 2012-11-29 extern-inline: no 'static inline'
572 2012-11-29 sys_socket: better 'inline'
573 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
574 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
575 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
576 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
577 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
578 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
579 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
580 Update from gnulib.
581
582 2012-11-27 Eli Zaretskii <eliz@gnu.org>
583
584 * make-dist (nt): Adjust to changes in names of the *.manifest files.
585
586 2012-11-24 Ken Brown <kbrown@cornell.edu>
587
588 * configure.ac (HAVE_MOUSE): Remove.
589
590 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
591
592 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
593 * configure.ac: Do not check for dirent.h or closdir.
594
595 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
596
597 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
598 * configure.ac: Do not check for getcwd or getwd.
599
600 2012-11-21 Glenn Morris <rgm@gnu.org>
601
602 * configure.ac (--enable-profiling): Doc fix.
603
604 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
605
606 Improve static checking of integer overflow and stack smashing.
607 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
608 if using GCC 4.7.2 or later on a platform with
609 at least 64-bit long int. This improves static checking on these
610 platforms, when configured with --enable-gcc-warnings.
611
612 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
613
614 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
615 * configure.ac: Do not check for fcntl.h.
616 * lib/gnulib.mk: Regenerate.
617
618 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
619
620 Remove no-longer-used pty_max_bytes variable.
621 * configure.ac (fpathconf): Remove unnecessary check.
622
623 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
624
625 Use faccessat, not access, when checking file permissions (Bug#12632).
626 * .bzrignore: Add lib/fcntl.h.
627 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
628 (gl_FCNTL_O_FLAGS): Define a dummy version.
629 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
630 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
631 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
632 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
633 New files, from gnulib.
634 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
635
636 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
637
638 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
639 * configure.ac (setpgid, setsid): Assume their existence.
640 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
641
642 Simplify by assuming __fpending.
643 Now that Emacs is using the gnulib fpending module,
644 there's no need for Emacs to have a separate implementation.
645 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
646 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
647
648 2012-11-03 Eli Zaretskii <eliz@gnu.org>
649
650 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
651 $(BLD)/close-stream.$(O).
652 ($(BLD)/close-stream.$(O)):
653 ($(BLD)/fpending.$(O)): New dependencies.
654
655 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
656
657 Fix data-loss with --batch (Bug#9574).
658 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
659 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
660 New files, from gnulib.
661 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
662
663 2012-11-03 Eli Zaretskii <eliz@gnu.org>
664
665 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
666
667 2012-11-02 Glenn Morris <rgm@gnu.org>
668
669 * Makefile.in (EMACS_ICON): New variable.
670 (install-etc): Use EMACS_ICON to allow choice of icon.
671
672 2012-10-26 Glenn Morris <rgm@gnu.org>
673
674 * Makefile.in (EMACS_NAME): New variable.
675 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
676
677 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
678 applied to $EXEEXT.
679
680 * Makefile.in (uninstall): Don't abort if some directories are missing.
681 Apply transformation rules to manual pages, desktop and icon files.
682 No more emacs22 icons to uninstall.
683
684 2012-10-24 Glenn Morris <rgm@gnu.org>
685
686 * Makefile.in (install-etc, install-man):
687 Don't apply program transform to standard file suffixes.
688
689 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
690
691 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
692 This ports to Gentoo. Problem originally reported against coreutils,
693 but Emacs has it too.
694
695 2012-10-23 Glenn Morris <rgm@gnu.org>
696
697 * Makefile.in (emacs_transform): Remove.
698 (install-man): Revert 2012-10-21 change. (Bug#12713)
699
700 2012-10-21 Glenn Morris <rgm@gnu.org>
701
702 * Makefile.in (install-etc): Don't install emacs22 icons.
703
704 * Makefile.in (emacs_transform): New variable.
705 (install-etc): Prefer a make variable to a shell variable.
706
707 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
710
711 2012-10-15 Glenn Morris <rgm@gnu.org>
712
713 * Makefile.in (install-man, install-etc):
714 Apply $TRANSFORM. (Bug#12536#34)
715 (clean): Delete etc/emacs.tmpdesktop.
716
717 2012-10-11 Kenichi Handa <handa@gnu.org>
718
719 * .bzrignore: Add several files under admin/charsets.
720
721 2012-10-08 Daniel Colascione <dancol@dancol.org>
722
723 * configure.ac: Add --with-w32 as a window system option.
724 Limit it to Cygwin for now. Integrate w32 into the refactored window
725 system configuration and set TERM_HEADER to w32term.h when w32 is
726 configured.
727
728 (CYGWIN_OBJ): Add cygw32.o.
729
730 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
731
732 * configure.ac: Check that OSX is 10.4 or newer.
733
734 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
735
736 Improve sys_siglist detection.
737 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
738 Otherwise, it's not found in either Fedora 17 or Solaris 11.
739
740 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
741
742 Merge from gnulib, incorporating:
743 2012-10-02 pselect: reject invalid file descriptors
744 2012-10-02 ptsname: reject invalid file descriptors
745 2012-10-02 manywarnings: cater to more gcc infelicities
746 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
747 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
748 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
749 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
750
751 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
752
753 Merge from gnulib, incorporating:
754 2012-09-28 extern-inline: provide a -Wundef safe config.h
755
756 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
757
758 Check more robustly for timer_settime.
759 This should fix an OS X build problem reported by Ivan Andrus in
760 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
761 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
762 does threads its own way.
763 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
764
765 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
766
767 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
768 to avoid problems with recursion when using GNU make.
769
770 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
771
772 * Makefile.in (bootstrap): Simplify build procedure.
773 Suggested by Wolfgang Jenker in
774 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
775
776 Merge from gnulib, incorporating:
777 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
778
779 2012-09-19 Tassilo Horn <tsdh@gnu.org>
780
781 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
782 BoundingBox feature.
783
784 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
785
786 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
787
788 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
789
790 * Makefile.in (bootstrap): Revert last change. Run config.status
791 after config.status --recheck, run configure from $(srcdir).
792 (config.status): Run configure from $(srcdir).
793
794 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
795
796 * Makefile.in: Fix build error on FreeBSD.
797 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
798 Suggested by Wolfgang Jenker in
799 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
800 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
801 This undoes part of the 2012-09-10 patch.
802 (bootstrap): Run ./configure, rather than trying to run config.status
803 if it exists. That builds src/epaths.h more reliably.
804 Run autogen/copy_autogen if autogen.sh fails,
805 to create 'configure'; problem reported by Andreas Schwab in
806 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
807 * autogen.sh: Exit with status 1 when failing due to missing tools,
808 reverting the 2012-09-10 change to this file.
809 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
810 Use 'cp -f' for the build-aux files, since the destinations are
811 typically read-only.
812
813 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
814 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
815 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
816
817 2012-09-17 Glenn Morris <rgm@gnu.org>
818
819 * configure.ac (copyright): New output variable.
820 (COPYRIGHT): New AC_DEFINE.
821
822 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
823
824 Remove configure's --without-sync-input option (Bug#12450).
825 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
826
827 2012-09-16 Glenn Morris <rgm@gnu.org>
828
829 Increase compartmentalization of Nextstep builds rules,
830 and store Emacs version number in fewer versioned files.
831 * configure.ac (ns_appsrc): Use relative names.
832 (ns_frag): Remove.
833 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
834 (nextstep/Makefile): Generate these nextstep files.
835 (SUBDIR_MAKEFILES): Add nextstep.
836 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
837 * make-dist (nextstep/templates): Add directory.
838 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
839 (nextstep/Cocoa/Emacs.base/Contents)
840 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
841
842 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
843
844 Port better to POSIX hosts lacking _setjmp (Bug#12446).
845 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
846 (_setjmp, _longjmp): Remove.
847
848 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
849
850 * configure.ac (--without-sync-input): Fix typo in usage message.
851
852 * configure.ac: Port to hosts lacking gtk.
853 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
854 better, in particular, problems in invoking pkg-config itself.
855 This is useful on hosts that don't have pkg-config.
856 (GTK_MODULES): Do not exit 'configure' simply because gtk3
857 and gtk2 are both missing. Problem found on Solaris 8.
858
859 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
860
861 * configure.ac: Reorder Xaw3d messages.
862 Report Gtk+ 3 as GTK.
863
864 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
865
866 Simplify SIGIO usage (Bug#12408).
867 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
868 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
869 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
870 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
871 to #undef SIGIO now (which was error-prone). Likewise, all uses
872 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
873
874 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
875
876 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
877 and then gtk2 if not found.
878 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
879 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
880 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
881
882 2012-09-11 Glenn Morris <rgm@gnu.org>
883
884 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
885 Be more explicit about dependencies, for parallel `make install'.
886
887 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
888
889 Simplify, document, and port floating-point (Bug#12381).
890 * configure.ac (logb, cbrt): Do not check for these functions,
891 as they are not being used.
892
893 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
894
895 Improve robustness of 'make bootstrap' (Bug#12376).
896 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
897 * INSTALL, README: Document autogen.sh.
898 * Makefile.in (Makefile): Mark it as precious, since it's updated
899 atomically.
900 (MAKE_CONFIG_STATUS): New macro.
901 (config.status, bootstrap): Use it. This causes 'make bootstrap'
902 to run config.status with the --recheck option, which is more
903 appropriate for a bootstrap.
904 (bootstrap): Run autogen.sh right after cleaning. Don't worry
905 about failures due to missing tools.
906 * autogen.sh: Exit with status 101 when failing due to missing tools.
907 * make-dist: Distribute autogen.sh.
908
909 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
910
911 Assume C89 or later for math functions (Bug#12381).
912 * configure.ac (frexp, fmod): Remove checks for these functions,
913 as we now assume them.
914 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
915 (HAVE_EXCEPTION):
916 Remove; no longer needed.
917
918 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
919
920 More signal-handler cleanup (Bug#12327).
921 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
922
923 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
924
925 Signal-handler cleanup (Bug#12327).
926 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
927 Adjust to syssignal.h changes.
928 (SIGNAL_H_AB): Remove; no longer needed.
929
930 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
931
932 Simplify redefinition of 'abort' (Bug#12316).
933 * configure.ac (NO_ABRT): Remove.
934
935 * configure.ac (_setjmp, _longjmp): Check by compiling
936 instead of by guessing. The guesses were wrong for
937 recent versions of Solaris, such as Solaris 11.
938
939 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
940
941 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
942 It generates false alarms in doc.c, regex.c, xdisp.c. See
943 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
944
945 Merge from gnulib, incorporating:
946 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
947 2011-11-30 manywarnings: update the list of "all" warnings
948
949 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
950
951 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
952
953 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
954
955 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
956 This ports to glibc 2.15 or later, when configured with
957 --enable-gcc-warnings. See Eric Blake in
958 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
959
960 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
961
962 * configure.ac: Introduce term_header variable, which holds the
963 value which will become TERM_HEADER in code. We effect our choice
964 of window system by setting term_header and WINDOW_SYSTEM_OBJ
965 instead of using ad-hoc variables and flags for each window
966 system.
967
968 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
969
970 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
971 and if the user has not specified CFLAGS. -g3 simplifies
972 debugging, since it makes macros visible to the debugger.
973
974 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
975
976 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
977
978 2012-08-25 Eli Zaretskii <eliz@gnu.org>
979
980 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
981 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
982
983 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
984
985 On assertion failure, print backtrace if available.
986 Merge from gnulib, incorporating:
987 2012-08-24 execinfo: port to FreeBSD
988 2012-08-22 execinfo: new module
989 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
990 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
991
992 2012-08-22 Glenn Morris <rgm@gnu.org>
993
994 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
995 do not create the bin/emacs link. (Bug#12011)
996
997 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
998
999 Merge from gnulib, incorporating:
1000 2012-08-20 extern-inline: support old GCC 'inline'
1001
1002 2012-08-20 Glenn Morris <rgm@gnu.org>
1003
1004 * configure.ac (AC_PROG_LN_S): Test for ln.
1005 * Makefile.in (LN_S): New, set by configure.
1006 (install-arch-dep): Use $LN_S.
1007
1008 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
1009
1010 Merge from gnulib, incorporating:
1011 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
1012 2012-08-19 mktime, sys_select: avoid 'static inline'
1013 2012-08-19 gnulib-tool: Fix indentation.
1014
1015 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
1016
1017 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
1018 These files have been unused since the 2012-06-22 patch that
1019 introduced high-resolution time stamps.
1020
1021 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
1022
1023 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
1024 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
1025
1026 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
1027
1028 Merge from gnulib, incorporating:
1029 2012-08-05 extern-inline: also ignore -Wmissing-declarations
1030
1031 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * lib/makefile.w32-in (STAT_TIME_H): New macro.
1034 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
1035 ($(BLD)/u64.$(O)): Update dependencies.
1036
1037 2012-08-10 Glenn Morris <rgm@gnu.org>
1038
1039 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
1040
1041 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
1042
1043 * configure.ac (--disable-features): Rename to --without-all.
1044 (OPTION_DEFAULT_ON): Change to use with_features.
1045 * INSTALL: Fix description.
1046
1047 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
1048
1049 * configure.ac: New option --disable-features.
1050 (OPTION_DEFAULT_ON): Change to use enable_features.
1051 * INSTALL: Explain --disable-features.
1052
1053 2012-08-07 Glenn Morris <rgm@gnu.org>
1054
1055 * configure.ac: Require automake 1.11 (fairly arbitrarily).
1056 * autogen.sh (automake_min): Get it from configure.ac.
1057
1058 2012-08-06 Glenn Morris <rgm@gnu.org>
1059
1060 * configure.ac (BROKEN_GETWD) [unixware]: New define.
1061
1062 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
1063 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
1064 (DISPNEW_NEEDS_STDIO_EXT): New define.
1065
1066 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
1069
1070 2012-08-05 Ulrich Müller <ulm@gentoo.org>
1071
1072 * configure.ac: Disable paxctl if binaries don't have a
1073 PT_PAX_FLAGS program header. (Bug#11979)
1074
1075 2012-08-03 Eli Zaretskii <eliz@gnu.org>
1076
1077 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
1078 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
1079 (SHA512_H): Don't mention u64.h twice.
1080 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
1081 New targets.
1082
1083 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
1084
1085 Merge from gnulib, incorporating:
1086 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1087
1088 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1089
1090 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1091 out-of-tree build.
1092
1093 2012-08-02 Glenn Morris <rgm@gnu.org>
1094
1095 * make-dist: Remove src/s.
1096
1097 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1098
1099 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1100
1101 Merge from gnulib (Bug#12116), incorporating:
1102 2012-08-01 extern-inline: new module
1103 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
1104 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
1105 New files. The new .c files are for instantiating extern inline
1106 functions.
1107
1108 Port to Solaris 8.
1109 Without this change, 'configure' fails because the recently-added
1110 wait3 prototype in config.h messes up later 'configure' tests.
1111 Fix this problem by droping wait3 and WRETCODE, as they're
1112 no longer needed on hosts that are current porting targets.
1113 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1114 All uses changed to waitpid and WEXITSTATUS.
1115
1116 Avoid needless autoheader after autogen.sh.
1117 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1118 * .bzrignore: Add it.
1119 * autogen.sh: Create it.
1120
1121 2012-08-01 Glenn Morris <rgm@gnu.org>
1122
1123 * configure.ac (DOS_NT, MSDOS): New system type templates.
1124
1125 2012-08-01 Ulrich Müller <ulm@gentoo.org>
1126
1127 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1128 Don't include crtbegin.o and crtend.o. (Bug#12047)
1129
1130 2012-08-01 Glenn Morris <rgm@gnu.org>
1131
1132 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1133 (INTERNAL_TERMINAL): New.
1134
1135 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1136 (IS_ANY_SEP): Move here from src/lisp.h.
1137
1138 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1141 (CONF_POST_H): New macro.
1142
1143 2012-07-31 Glenn Morris <rgm@gnu.org>
1144
1145 * configure.ac (S_FILE): Remove output variable.
1146
1147 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1148
1149 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1150 Move here from src.
1151
1152 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1153 Move here from conf_post.h.
1154
1155 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1156
1157 Improve OpenMotif detection on GNU/Linux systems.
1158 * configure.ac (MOTIF): Check for /usr/include/openmotif
1159 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1160
1161 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1162
1163 * Makefile.in (install-arch-indep): Avoid eval.
1164
1165 2012-07-31 Glenn Morris <rgm@gnu.org>
1166
1167 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1168
1169 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1170 when removing src/s/sol2-6.h yesterday.
1171
1172 * configure.ac (USG5_4): Reintroduce this.
1173 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1174
1175 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1176
1177 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1178 and to s/usg5-4-common.h on irix6-5.
1179
1180 2012-07-30 Glenn Morris <rgm@gnu.org>
1181
1182 * configure.ac (AH_BOTTOM): Use an include file, so that the
1183 contents do not get processed by autoheader.
1184
1185 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1186
1187 Do not overwrite config.status while executing it (Bug#11214).
1188 * Makefile.in (MAKEFILE_NAME): New macro.
1189 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1190 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1191 so that GNU 'make' isn't tempted to make the Makefile and then
1192 regenerate config.status while config.status is running.
1193
1194 Update .PHONY listings in makefiles.
1195 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1196 FRC, install-arch-dep, install-arch-indep, install-doc,
1197 install-info, install-man, install-etc, install-strip, uninstall,
1198 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1199 (.RECURSIVE): Remove; hasn't been needed for years.
1200
1201 2012-07-30 Glenn Morris <rgm@gnu.org>
1202
1203 * configure.ac (SIGNAL_H_AHB): New hack macro.
1204 (opsysfile): Set to empty on netbsd, openbsd.
1205 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1206
1207 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
1208
1209 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1210
1211 * Makefile.in (install-arch-indep): Remove sh -x.
1212
1213 2012-07-30 Glenn Morris <rgm@gnu.org>
1214
1215 * configure.ac (opsysfile): Tweak message for null case.
1216
1217 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1218 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
1219
1220 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 Merge from gnulib, incorporating:
1223 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1224
1225 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1226
1227 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1228
1229 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1230
1231 Use Gnulib environ module (Bug#9772).
1232 * m4/environ.m4: New file, from gnulib.
1233 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1234
1235 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1236 This should improve portability of macros like alignof and DECL_ALIGN.
1237 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1238 * .bzrignore: Add lib/stdalign.h.
1239 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1240 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1241 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1242 fiddles with this, as gnulib now does this for us.
1243
1244 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1245
1246 Fix toolkit configuration report.
1247 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1248 --with-x-toolkit=gtk3 is used.
1249
1250 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1251
1252 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1253 * configure.ac: Configure gnulib at the end, not before running
1254 pkg-config. This restores the behavior before 2012-06-22, when
1255 higher-resolution time stamps were added, and fixes a bug whereby
1256 LIB_PTHREAD was not used and gnulib's part of 'configure'
1257 therefore incorrectly assumed that pthread_sigmask wasn't working.
1258 Fix the problem with -lrt and clock_gettime a different way.
1259 This should complete the fix for Bug#11884.
1260 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1261
1262 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1263
1264 Merge from gnulib, incorporating:
1265 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1266 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1267
1268 2012-07-14 Glenn Morris <rgm@gnu.org>
1269
1270 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1271 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1272
1273 2012-07-13 Glenn Morris <rgm@gnu.org>
1274
1275 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1276
1277 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1278 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1279 Move "system type" macros here from src/s.
1280 (BSD_SYSTEM_AHB): New hack macro.
1281 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1282
1283 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1284 (GC_MARK_SECONDARY_STACK): Move here from src/s.
1285
1286 2012-07-12 Glenn Morris <rgm@gnu.org>
1287
1288 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1289 setting here from src/s/darwin.h.
1290
1291 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1292 as src/s/darwin.h used to.
1293
1294 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1295 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
1296 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
1297 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
1298 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
1299 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
1300 (XOS_NEEDS_TIME_H): Move here from src/s.
1301
1302 2012-07-11 Glenn Morris <rgm@gnu.org>
1303
1304 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
1305 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
1306
1307 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1308
1309 * configure.ac (tzset): Remove check that's redundant with gnulib.
1310
1311 2012-07-11 Glenn Morris <rgm@gnu.org>
1312
1313 * configure.ac (CLASH_DETECTION): Define unconditionally.
1314
1315 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1316
1317 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
1318 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
1319
1320 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1321
1322 Assume mkdir, rename, rmdir, strerror.
1323 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
1324
1325 2012-07-11 Glenn Morris <rgm@gnu.org>
1326
1327 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1328
1329 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1330
1331 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1332
1333 Remove "#define unix" that is no longer needed (Bug#11905).
1334 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1335 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1336 2012-07-09 getopt: Simplify after Emacs changed.
1337
1338 2012-07-10 Glenn Morris <rgm@gnu.org>
1339
1340 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1341 Move here from src/s.
1342
1343 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1344
1345 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1346 PNG_DEPRECATED.
1347
1348 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1349
1350 Add GCC-style 'const' attribute to functions that can use it.
1351 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1352 (ATTRIBUTE_CONST): New macro, in config.h.
1353
1354 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
1355
1356 * lib/makefile.w32-in: Rework dependencies.
1357 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1358 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1359 (U64_H, SHA512_H): New macros.
1360 (SRC): Redefine to point to src/, not current directory.
1361 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1362 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1363 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1364 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1365 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1366 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1367 ($(BLD)/filemode.$(O)): Update dependencies.
1368
1369 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1370
1371 Merge from gnulib, incorporating:
1372 2012-07-09 timespec: mark functions with const attributes
1373
1374 Rename configure.in to configure.ac (Bug#11603).
1375 The name 'configure.in' has been obsolescent for quite some time,
1376 and the next release of Autoconf will generate warnings for it.
1377 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1378 'configure.in' as autoconf input" in the Autoconf git repository.
1379 * configure.ac: Rename from configure.in.
1380 * INSTALL, INSTALL.BZR, README, make-dist:
1381 * Makefile.in (AUTOCONF_INPUTS):
1382 * autogen.sh (autoconf_min):
1383 * autogen/update_autogen (sources):
1384 Adjust to reflect new name.
1385
1386 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1387
1388 Restore deprecation warnings, except for older libpng.
1389 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1390 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1391 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1392
1393 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1394
1395 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1396
1397 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1398
1399 Improve static checking when configured --with-ns.
1400 See Samuel Bronson's remarks in
1401 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1402 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1403 a no-op with recent GCC and harmful in earlier ones.
1404 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1405 warning when compiling with ObjC. Always omit
1406 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1407 being done correctly.
1408
1409 2012-07-07 Glenn Morris <rgm@gnu.org>
1410
1411 * configure.in (BROKEN_SA_RESTART): Doc fix.
1412
1413 * configure.in: Rather than checking for things then undef'ing
1414 them on some platforms, simply don't check for them.
1415 (getwd): Don't check for it on unixware.
1416 (random, rint): Don't check for these on hpux.
1417 (res_init, libresolv): Don't check for these on darwin.
1418
1419 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1422 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1423 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1424 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1425
1426 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1427
1428 * configure.in: Document --enable-gcc-warnings better.
1429
1430 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1431 This is safer than strcasecmp, which has unspecified behavior
1432 outside the POSIX locale and in practice sometimes does not work
1433 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1434 * configure.in (strcasecmp, strncasecmp): Remove checks.
1435
1436 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1437 * lib/c-strncasecmp.c: New files, taken from gnulib.
1438 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1439
1440 Merge from gnulib, incorporating:
1441 2012-07-06 timespec-sub: avoid duplicate include
1442 Reported by Juanma Barranquero.
1443
1444 2012-07-06 Glenn Morris <rgm@gnu.org>
1445
1446 * make-dist [update]: Let autoreconf figure out what needs updating.
1447 Use `make info-real'. leim/leim-list.el should always exist.
1448 Check cd return value.
1449
1450 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1451
1452 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1453 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1454 2012-07-05 sys_time: allow too-wide tv_sec
1455
1456 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1457
1458 Merge from gnulib.
1459 * lib/alloca.in.h: New version from gnulib, incorporating:
1460 2012-07-03 alloca: add support for HP NonStop TNS/E native
1461
1462 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1463
1464 * configure.in: If --enable-gcc-warnings, disable
1465 -Wunsafe-loop-optimizations for -O1 optimization level.
1466
1467 2012-06-30 Glenn Morris <rgm@gnu.org>
1468
1469 * configure.in (standardlisppath): New output variable.
1470 (lisppath): Use standardlisppath.
1471 * Makefile.in (standardlisppath): New, set by configure.
1472 (epaths-force): Use standardlisppath and locallisppath rather than
1473 lisppath.
1474
1475 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1476
1477 * configure.in: Fix previous change. Remove --enable-asserts.
1478 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1479 Add --enable-link-time-optimization.
1480 * INSTALL: Mention this.
1481
1482 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1483
1484 * configure.in: Add glyphs category to --enable-checking option.
1485 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1486
1487 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1488
1489 * configure.in (ENABLE_CHECKING): Update comment.
1490
1491 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1492
1493 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1494 Emacs proper no longer uses these headers, and can rely on Gnulib
1495 for these checks.
1496
1497 Merge from gnulib.
1498 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1499 getopt-posix: No longer guarantee that option processing is resettable.
1500
1501 2012-06-27 Glenn Morris <rgm@gnu.org>
1502
1503 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1504
1505 * INSTALL: Remove references to paths.el.
1506
1507 2012-06-26 Eli Zaretskii <eliz@gnu.org>
1508
1509 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1510 This replaces separate dependency for each object file, which required
1511 the same object file to be mentioned twice, causing failures in
1512 parallel builds.
1513
1514 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1515
1516 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1517 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1518
1519 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1520
1521 * configure.in (AC_CHECK_FUNCS): Detect library functions
1522 strcasecmp and strncasecmp.
1523
1524 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1525
1526 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1527 We might as well use the spelling standardized by C11,
1528 as in the long run that should simplify maintenance.
1529 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1530
1531 2012-06-24 Eli Zaretskii <eliz@gnu.org>
1532
1533 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1534 ($(BLD)/timespec-add.$(O)):
1535 ($(BLD)/timespec-sub.$(O)): Don't depend on
1536 $(EMACS_ROOT)/nt/inc/sys/time.h.
1537
1538 * lib/stat-time.h:
1539 * lib/timespec.h:
1540 * lib/utimens.h: Revert last change.
1541
1542 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1543
1544 Merge from gnulib.
1545 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1546 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1547
1548 2012-06-23 Eli Zaretskii <eliz@gnu.org>
1549
1550 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1551 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1552 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1553 $(BLD)/timespec-sub.$(O).
1554 ($(BLD)/dtotimespec.$(O)):
1555 ($(BLD)/gettime.$(O)):
1556 ($(BLD)/timespec-add.$(O)):
1557 ($(BLD)/timespec-sub.$(O)): New dependencies.
1558
1559 * lib/stat-time.h:
1560 * lib/timespec.h:
1561 * lib/utimens.h: Include sys/time.h.
1562
1563 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1564
1565 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1566 the correct CFLAGS and LIBS.
1567
1568 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1569
1570 Support higher-resolution time stamps (Bug#9000).
1571 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1572 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1573 that the new clock stuff doesn't clash with RSVG_LIBS.
1574 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1575 as gnulib does that for us now.
1576 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1577 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1578 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1579 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1580 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1581 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1582 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1583 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1584 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1585 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1586 New files, copied automatically from gnulib.
1587 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1588
1589 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1590
1591 Merge from gnulib.
1592 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1593 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1594 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1595 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1596 Copy new versions from gnulib, incorporating the following changes:
1597 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1598 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1599 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1600 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1601 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1602 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1603
1604 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1605
1606 * configure.in: Rename --enable-use-lisp-union-type to
1607 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1608 instead of USE_LISP_UNION_TYPE.
1609
1610 2012-06-12 Glenn Morris <rgm@gnu.org>
1611
1612 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1613 (opsysfile): Set specially for sol2-10.
1614
1615 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1616 New AC_DEFINEs, for hpux11.
1617 (opsysfile): Set specially for hpux11.
1618
1619 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1620
1621 * configure.in: Coalesce some function checking.
1622 This makes 'configure' a bit smaller.
1623 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1624
1625 2012-06-12 Glenn Morris <rgm@gnu.org>
1626
1627 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1628
1629 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1630
1631 * configure.in: Anticipate platforms with no src/s file.
1632
1633 2012-06-12 Chong Yidong <cyd@gnu.org>
1634
1635 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1636
1637 2012-06-11 Glenn Morris <rgm@gnu.org>
1638
1639 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1640
1641 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
1642
1643 * configure.in (dbus_type_is_valid): Check for library function.
1644
1645 2012-06-06 Glenn Morris <rgm@gnu.org>
1646
1647 * INSTALL, make-dist: Remove vcdiff.
1648
1649 2012-06-03 Glenn Morris <rgm@gnu.org>
1650
1651 * INSTALL, make-dist: Remove rcs-checkin.
1652
1653 2012-06-03 Ulrich Müller <ulm@gentoo.org>
1654
1655 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
1656
1657 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1658
1659 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1660 It is confusingly named and rarely useful. See, for example,
1661 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1662 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1663 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1664 * configure.in: Remove --disable-maintainer-mode.
1665 (USE_MAINTAINER_MODE, MAINT): Remove.
1666
1667 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1668
1669 Make 'configure' a bit smaller and faster.
1670 * configure.in (INSTALL_INFO): Set it with one call to
1671 AC_PATH_PROG, not three.
1672 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1673 so likely that it'll be needed.
1674 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1675 (AC_PROG_MAKE_SET): Remove; Automake does this.
1676 (sysinfo): Do not check for this function, as it's never used.
1677 (tzset): Check for this function just once.
1678 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1679 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1680
1681 2012-05-27 Eli Zaretskii <eliz@gnu.org>
1682
1683 * config.bat (lib): Create/update lib/stdalign.in-h and
1684 lib/sys_types.in-h.
1685
1686 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1687 ($(BLD)/sha1.$(O)):
1688 ($(BLD)/sha256.$(O)):
1689 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1690 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1691
1692 * lib/getopt_.h: Regenerate.
1693
1694 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1695
1696 Assume gnulib does largefile.
1697 Gnulib does the largefile configuration anyway, so when configure.in
1698 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1699 * configure.in (AC_SYS_LARGEFILE): Remove.
1700 * lib/gnulib.mk: Autoupdate.
1701
1702 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 Merge from gnulib. (Bug#11527)
1705
1706 The build procedure now creates <stdalign.h> and <sys/types.h> for
1707 older hosts that lack a working <stdalign.h> or whose
1708 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1709 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
1710 msdos and nt builds.
1711
1712 Here is a precis of gnulib changes that seem relevant; please see
1713 the gnulib ChangeLog for details.
1714
1715 2012-05-18 crypto: fix bug in large buffer handling
1716 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1717 2012-05-10 _Noreturn: port config.h to gcc -Wundef
1718 2012-05-08 warnings.m4: give a means to specify the program to compile
1719 2012-05-07 stdint: be more consistent with glibc, SunOS libc
1720 2012-04-21 Large File Support for native Windows platforms.
1721 2012-04-14 stat: Bypass buggy override in mingw64.
1722 2012-03-29 stdio: don't assume gets any more
1723 2012-03-24 Enable common subexpression optimization in GCC.
1724 2012-02-09 maint: replace FSF snail-mail addresses with URLs
1725 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1726 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1727 2012-01-21 stdint: Add support for Android.
1728 2012-01-15 Improve support for MSVC 9.
1729 2012-01-08 mktime: Avoid compilation error on Solaris 11.
1730 2012-01-05 Use ', not `, for quoting output.
1731 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1732 2012-01-05 strtoimax: Work around AIX 5.1 bug.
1733 2012-01-05 inttypes: Modernize.
1734 2011-12-13 inttypes, stdint: add C++11 support
1735 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1736 2011-11-21 _Noreturn: Check that _MSC_VER is defined
1737 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1738 2011-11-09 raise: fix mingw handling of SIGPIPE
1739 2011-10-27 Add stdalign module and use it in other modules.
1740
1741 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1742 * m4/sys_types_h.m4:
1743 New files.
1744 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
1745 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
1746 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
1747 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
1748 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
1749 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
1750 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1751 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
1752 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
1753 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
1754 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1755 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
1756 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
1757 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
1758 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
1759 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
1760 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
1761 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
1762 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
1763 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
1764 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
1765 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
1766 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
1767 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
1768 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
1769 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
1770 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
1771 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
1772 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
1773 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
1774 Update from gnulib.
1775
1776 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1777
1778 Remove src/m/*.
1779 * configure.in: Remove all mention of src/m/*.
1780 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
1781 All uses removed.
1782 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
1783 (BITS_PER_LONG_LONG): Move to src/lisp.h.
1784 * lib/makefile.w32-in: Remove dependencies on
1785 $(EMACS_ROOT)/src/m/intel386.h.
1786 * make-dist: Don't make links to src/m.
1787
1788 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1789
1790 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
1791 Without this further fix, aclocal was being invoked unnecessarily.
1792
1793 2012-05-22 Glenn Morris <rgm@gnu.org>
1794
1795 * Makefile.in (blessmail, install-arch-dep, uninstall):
1796 Check cd lib-src works.
1797 (install-arch-dep, uninstall): Remove unneeded subshells.
1798
1799 2012-05-21 Glenn Morris <rgm@gnu.org>
1800
1801 * update-subdirs: Move to build-aux/.
1802 * make-dist, Makefile.in (install-arch-indep): Update for this change.
1803
1804 * Makefile.in (leimdir): New, set by configure.
1805 (COPYDIR, COPYDESTS): Add leim directories.
1806 (install-leim): Remove.
1807 (install-arch-indep): Handle leim installation directly.
1808
1809 * vpath.sed: Remove unused file.
1810 * make-dist: No more vpath.sed.
1811
1812 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
1813
1814 Use full name for m4/gnulib-comp.m4. (Bug#11529)
1815 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
1816 even though the file's name in gnulib is m4/gnulib-comp.m4.
1817 This had a problem when merging from gnulib, as the code temporarily
1818 renamed it to the full name, causing problems when interrupted.
1819 Now the file has its full name, with the idea that we will find
1820 a solution for MS-DOS that does not affect the rest of Emacs.
1821 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
1822
1823 Assume C89 or later.
1824 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
1825 (POINTER_TYPE, PROTOTYPES): Remove.
1826
1827 Make merging from gnulib a script, not a makefile action.
1828 Putting it in a makefile has some problems with reflection, as
1829 merging from gnulib updates 'configure', which can update the makefile.
1830 Putting it in a standalone script breaks this loop.
1831 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
1832 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
1833 Remove, moving the actions to the script admin/merge-gnulib.
1834
1835 2012-05-21 Glenn Morris <rgm@gnu.org>
1836
1837 * configure.in (LEIM_INSTALLDIR):
1838 Rename to leimdir, treat like lispdir.
1839
1840 2012-05-21 Glenn Morris <rgm@gnu.org>
1841
1842 * Makefile.in (install-arch-indep, install-doc, install-info)
1843 (uninstall): Scrap superfluous subshells.
1844
1845 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
1846
1847 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
1848
1849 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1850
1851 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1852 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1853 getsockopt, setsockopt, mremap, mempcpy.
1854
1855 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
1856 is being removed.
1857 (AC_CHECK_FUNCS): Remove ftime.
1858
1859 2012-05-19 Glenn Morris <rgm@gnu.org>
1860
1861 * Makefile.in (install-arch-indep): Remove unneeded subshell.
1862
1863 * Makefile.in (install-arch-indep): Remove unneeded chmod.
1864 Set permissions of lisp/subdirs.el.
1865
1866 * Makefile.in (SUBDIR): Add leim. Update users.
1867
1868 * Makefile.in (lib, lib-src, lisp): Check cd return value.
1869
1870 * Makefile.in (leim): No need to set PARALLEL.
1871
1872 2012-05-18 Glenn Morris <rgm@gnu.org>
1873
1874 * Makefile.in (install-arch-indep, install-info, install-man):
1875 Simplify some one-sided ifs.
1876
1877 * Makefile.in: Install only the relevant DOC file.
1878 (install-arch-indep): Delete etc/DOC*.
1879 (install-doc): No more need to delete etc/DOC.
1880
1881 * Makefile.in (install-arch-indep): Split into several rules.
1882 (install-doc, innstall-info, install-man): New rules.
1883
1884 * configure.in (mandir): May as well include it in the NS app bundle.
1885
1886 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
1887 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
1888 (install-arch-indep): Don't install-etc for self-contained ns builds.
1889
1890 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
1891 No longer unconditonally add /sw directories. (Bug#2280)
1892
1893 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
1894 (install-arch-indep): Depend on install-leim.
1895 (install): Remove explicit install-leim dependence.
1896
1897 * Makefile.in (install-arch-indep):
1898 Move last element of mkdir rule here.
1899 (mkdir): Remove rule.
1900
1901 * Makefile.in (install-arch-indep): Remove unneeded chmods.
1902 INSTALL_DATA does this for us.
1903
1904 * Makefile.in (install-arch-dep): Ensure bindir exists.
1905 Drop mkdir dependency.
1906 (install-arch-indep): Ensure docdir, infodir, mandir exist.
1907 (install-leim): Drop mkdir dependency.
1908 (mkdir): Remove most directories, now made in relevant rules.
1909
1910 * Makefile.in (install-arch-indep): Combine adjacent loops.
1911
1912 2012-05-17 Glenn Morris <rgm@gnu.org>
1913
1914 * Makefile.in (install-etc, mkdir):
1915 Make relevant directories in install-etc rather than mkdir.
1916
1917 * Makefile.in (write_subdir): Create the directory if needed.
1918 (install-arch-dep, mkdir): No need to make site-lisp directories.
1919
1920 * Makefile.in (write_subdir): New.
1921 (install-arch-indep, install-arch-dep): Use $write_subdir.
1922
1923 * configure.in (docdir, etcdir, infodir, lispdir):
1924 For a self-contained ns build, set these to the appropriate values.
1925 * Makefile.in (install-arch-dep): No need to move info/ any more.
1926
1927 * configure.in (ns_self_contained): New output variable.
1928 * Makefile.in (ns_self_contained): New, set by configure.
1929 (install-arch-dep): For a self-contained ns build,
1930 don't bother installing binaries then immediately deleting them.
1931
1932 * Makefile.in (ns_appbindir, ns_appresdir):
1933 Move them before things that may refer to them.
1934 (install-arch-dep): No need to relocate self-contained ns libexec.
1935
1936 * configure.in (archlibdir): Set it for self-contained ns builds.
1937 (libexecdir): Don't expand it now (this is mainly cosmetic).
1938
1939 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
1940
1941 * configure.in: Simplify by removing CPP etc.
1942 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1943 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1944 In particular we no longer need to fiddle with CPP, since we don't
1945 use CPP specially any more.
1946 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1947 adjusted compiler.
1948 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1949 since gl_EARLY and/or Autoconf already does these.
1950
1951 2012-05-16 Glenn Morris <rgm@gnu.org>
1952
1953 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1954 (CPP): Do not unconditionally set it on Darwin.
1955 Instead, try to test if -no-cpp-precomp is accepted.
1956 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1957
1958 2012-05-15 Glenn Morris <rgm@gnu.org>
1959
1960 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
1961
1962 * Makefile.in (install-arch-dep): Do not hard-code version number.
1963
1964 * Makefile.in (install-arch-dep): NS install no longer needs to
1965 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1966
1967 2012-05-12 Glenn Morris <rgm@gnu.org>
1968
1969 * configure.in (ns_appbindir): Remove trailing "/".
1970
1971 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1972 (MKDEPDIR): Use $MKDIR_P.
1973 * Makefile.in (MKDIR_P): New, set by configure.
1974 (mkdir): Use $MKDIR_P.
1975
1976 2012-05-11 Glenn Morris <rgm@gnu.org>
1977
1978 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
1979 Use INSTALL_DATA for the DOC file.
1980 Remove dead code for ./lisp that never executes.
1981
1982 2012-05-10 Glenn Morris <rgm@gnu.org>
1983
1984 * configure.in (LEIM_INSTALLDIR): New output variable.
1985
1986 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1989
1990 2012-05-08 Glenn Morris <rgm@gnu.org>
1991
1992 * make-dist: No more doc/lispref/*.el.
1993
1994 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1995
1996 * configure.in: Fix quoting bugs.
1997
1998 2012-05-04 Glenn Morris <rgm@gnu.org>
1999
2000 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
2001
2002 2012-05-02 Glenn Morris <rgm@gnu.org>
2003
2004 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
2005 the choices made by FreeBSD and NetBSD. (Bug#10313)
2006
2007 * Makefile.in (INFO_FILES): Remove variable.
2008 (INFO_NONMISC): New variable.
2009 (install-arch-indep, uninstall): Don't use $INFO_FILES.
2010
2011 * Makefile.in (uninstall): Remove useless-use-of-for; that for
2012 some reason caused problems on an old Solaris.
2013
2014 * Makefile.in (install-arch-indep, uninstall):
2015 Ensure that INSTALL-type commands are run from top-level.
2016
2017 * info/dir: Make some entries consistent with the source texi files.
2018
2019 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
2020
2021 2012-05-02 Glenn Morris <rgm@gnu.org>
2022
2023 * Makefile.in (install-arch-indep):
2024 Combine adjacent install-data and install-info loops.
2025
2026 2012-05-01 Glenn Morris <rgm@gnu.org>
2027
2028 * Makefile.in (MAN_PAGES): Remove.
2029 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
2030
2031 * configure.in: Try libtinfo for tputs.
2032 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
2033
2034 * configure.in: Combine adjacent $opsys case blocks.
2035
2036 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
2037
2038 * configure.in: Invert the TERMINFO logic,
2039 since "yes" is far more common than "no".
2040
2041 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
2042
2043 * configure.in (LD_SWITCH_X_SITE_RPATH):
2044 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
2045
2046 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
2047
2048 2012-04-26 Glenn Morris <rgm@gnu.org>
2049
2050 * make-dist: No more doc/lispref/tindex.pl.
2051
2052 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * configure.in (dbus_validate_bus_name, dbus_validate_path)
2055 (dbus_validate_interface, dbus_validate_member): Check also for
2056 these library functions.
2057
2058 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
2059
2060 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
2061 With glibc 2.14 or later, when compiled with GCC 4.7.0's
2062 -Werror=deprecated-declarations flag, use of hooks like
2063 __malloc_initialize_hook causes compilation to fail because these
2064 hooks are deprecated. Modify 'configure' to check for these hooks too.
2065 Simplify the 'configure' code to test for all the hooks at once.
2066 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
2067 (emacs_cv_var_doug_lea_malloc): ... this new var.
2068
2069 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
2072 dated 2011-10-07. Regenerating from current gnulib would be a
2073 pervasive change, and currently the trunk isn't open to such changes.
2074 * configure.in (WARN_CFLAGS): Remove; no longer needed now
2075 that gnulib does it.
2076 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2077
2078 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
2079
2080 * m4/gl-comp.m4: Update. (Bug#11285)
2081
2082 2012-04-20 Ludovic Courtès <ludo@gnu.org>
2083
2084 * configure.in: Don't use the -R option (Bug#11251).
2085
2086 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
2087
2088 configure: new option --enable-gcc-warnings (Bug#11207)
2089 I have been using this change for many months in my private copy
2090 of Emacs, and have used it to find several bugs. It's mature
2091 enough to publish now.
2092 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2093 * configure.in: Support --enable-gcc-warnings, in the style of
2094 other GNU packages such as coreutils.
2095 (C_WARNINGS_SWITCH): Remove, replacing with...
2096 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2097 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2098 when including system files with GCC.
2099 * etc/NEWS: Mention --enable-gcc-warnings.
2100 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
2101 * lib/Makefile.am (AM_CFLAGS): New macro.
2102 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2103
2104 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2105
2106 * configure.in (AC_CHECK_FUNCS):
2107 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
2108
2109 2012-04-16 Glenn Morris <rgm@gnu.org>
2110
2111 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2112
2113 * configure.in: Remove X libs workaround for old autoconf.
2114
2115 2012-04-12 Ken Brown <kbrown@cornell.edu>
2116
2117 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2118
2119 2012-04-11 Glenn Morris <rgm@gnu.org>
2120
2121 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2122
2123 2012-04-10 Glenn Morris <rgm@gnu.org>
2124
2125 * configure.in: Conditionally generate admin/unidata/Makefile.
2126
2127 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2128
2129 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
2130
2131 2012-04-09 Glenn Morris <rgm@gnu.org>
2132
2133 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2134 (install-leim): Check cd return value. Pass $MFLAGS.
2135 (install-strip): Pass $MFLAGS.
2136
2137 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2138 Eg org.texi has been using 4.7 functions for some time.
2139
2140 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2141
2142 Check pkg-config exit status when configuring (Bug#10626).
2143 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2144 works; check its exit status. Problem reported by Jordi Gutiérrez
2145 Hermoso in
2146 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2147
2148 2012-04-07 Glenn Morris <rgm@gnu.org>
2149
2150 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2151
2152 2012-04-07 Eli Zaretskii <eliz@gnu.org>
2153
2154 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2155
2156 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2157
2158 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2159 * configure.in (LIBS_TERMCAP): Default this to the result of
2160 the tputs library search. Do a run-time test for the linkability
2161 of tputs unless cross-compiling, as that's more reliable if the
2162 link flags and libraries are messed up. Don't change LIBS as
2163 a result of the test, as that may mess up later tests.
2164
2165 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2166
2167 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
2168
2169 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2170 specific makefiles to support getopt_.h generation with MSVC.
2171
2172 2012-02-04 Glenn Morris <rgm@gnu.org>
2173
2174 * Makefile.in (uninstall):
2175 Handle compressed info files and man pages. (Bug#10718)
2176
2177 2012-02-02 Glenn Morris <rgm@gnu.org>
2178
2179 * configure.in [HAVE_NS]:
2180 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2181
2182 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2183
2184 Port to older Solaris 10 versions (Bug#10677).
2185 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2186 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2187 possibly this is because Sun fixed the 'stat' bug in my version.
2188 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2189 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2190 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2191 These changes are based on gnulib version
2192 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2193 because Emacs is in feature freeze and we do not want to merge any
2194 more-recent changes from gnulib.
2195
2196 2012-01-31 Glenn Morris <rgm@gnu.org>
2197
2198 * configure.in: Throw an explicit error if Motif toolkit was
2199 requested but requirements could not be found.
2200
2201 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2202
2203 2012-01-30 Eli Zaretskii <eliz@gnu.org>
2204
2205 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2206 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2207 with "make -j3".
2208
2209 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * .bzrignore: Ignore etc/__pycache__.
2212
2213 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2214
2215 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
2216 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
2217 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2218 by Nelson H. F. Beebe in
2219 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2220
2221 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2222
2223 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2224
2225 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2226
2227 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2228 instead of LDFLAGS (Bug#10230).
2229
2230 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2231
2232 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2233
2234 Propagate configure flags to sub-configures.
2235 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
2236 New macros.
2237 (config.status, bootstrap): Use them to propagate configure flags
2238 to sub-configures.
2239 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2240
2241 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2242
2243 * .bzrignore: Add config.cache.
2244
2245 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2246
2247 * configure.in: Check for gtk_window_set_has_resize_grip.
2248
2249 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2250
2251 * configure.in (HAVE_XPM): Fix typo.
2252
2253 2011-11-22 Glenn Morris <rgm@gnu.org>
2254
2255 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2256 have confusing effects on the build. (Bug#6401)
2257
2258 * Makefile.in (install-arch-dep): Tweak previous change.
2259
2260 2011-11-22 Yavor Doganov <yavor@gnu.org>
2261
2262 Do not install arch-dependent files in the app bundle if
2263 --disable-ns-self-contained is requested. (Bug#1335)
2264 * configure.in (exec_prefix, libexecdir): Define relative to
2265 `ns_appbindir' only if configured for a self-contained app.
2266 * Makefile.in (install-arch-dep): Test for the existence of
2267 libexec in the Emacs.app bundle before executing commands.
2268
2269 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2270
2271 * configure.in: Remove reference to src/m/ibms390.h.
2272
2273 2011-11-13 Glenn Morris <rgm@gnu.org>
2274
2275 * INSTALL: Tiny updates for disk space used during installation.
2276
2277 2011-11-05 Eli Zaretskii <eliz@gnu.org>
2278
2279 * lib/makefile.w32-in (FRC): New dummy target.
2280 (TAGS): Depend on FRC.
2281
2282 2011-11-04 Glenn Morris <rgm@gnu.org>
2283
2284 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
2285 Do not include GnuTLS version info in final summary message.
2286
2287 2011-10-31 Eli Zaretskii <eliz@gnu.org>
2288
2289 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2290 they exist there, else from autogen/.
2291
2292 * make-dist (msdos): Add depfiles.bat and inttypes.h.
2293
2294 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2295
2296 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2297
2298 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2299
2300 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2301 if the library is found. Otherwise, later configure-time tests,
2302 such as the test for pthread_sigmask, generate the wrong results
2303 on some platforms. Problem reported for FreeBSD by Nali Toja.
2304
2305 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2306
2307 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2308 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2309 Remove; no longer needed, now that we defer to strftime for time
2310 zone names.
2311
2312 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2313
2314 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2315
2316 2011-10-18 Chong Yidong <cyd@gnu.org>
2317
2318 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2319
2320 2011-10-13 Glenn Morris <rgm@gnu.org>
2321
2322 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2323
2324 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2325
2326 * configure.in: Remove check for -lintl (Bug#9713).
2327 The check could break 'configure' on GNU/Linux with a (broken) libintl.
2328 The check was helpful but not essential in Solaris 2.6 (1997),
2329 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2330 obsolete -- Sun dropped support for it in 2006 -- and without
2331 access to that Silurian platform we can't maintain the code anyway.
2332
2333 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2334
2335 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2336 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2337 * m4/gnulib-common.m4: Merge from gnulib.
2338 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2339 command not found" on powerpc-apple-darwin9.8.0.
2340
2341 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2342 This is now done by src/alloc.c.
2343
2344 2011-10-02 Richard Stallman <rms@gnu.org>
2345
2346 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2347 and xlinux_second_failure to xgnu_linux_second_failure.
2348
2349 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2350
2351 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2352 lib/signal.in-h.
2353
2354 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
2355 Rename signal.in.h and alloca.in.h.
2356
2357 2011-09-28 Eli Zaretskii <eliz@gnu.org>
2358
2359 * INSTALL: Mention that m17n libraries and libotf are needed for
2360 Arabic shaping.
2361
2362 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2363
2364 Merge from gnulib, improving some licensing wording.
2365 This clarifies and fixes some licensing issues raised by Glenn Morris
2366 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2367 It also merges the latest version of texinfo.tex and has some
2368 MSVC-related changes that don't affect Emacs.
2369 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2370 pathmax, and raise, since these are needed only to address
2371 MSVC-related issues that Emacs doesn't have.
2372 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2373 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2374 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2375 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2376 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2377 * m4/unistd_h.m4: Merge from gnulib.
2378
2379 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2380
2381 * configure.in: Initialize HAVE_LIBXML2.
2382
2383 2011-09-26 Glenn Morris <rgm@gnu.org>
2384
2385 * make-dist: Add lib/makefile.w32-in.
2386
2387 2011-09-24 Glenn Morris <rgm@gnu.org>
2388
2389 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2390
2391 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2392
2393 * .dir-locals.el: Change the debbugs regexp to allow having the
2394 bug number as the first thing on a line.
2395
2396 2011-09-15 Glenn Morris <rgm@gnu.org>
2397
2398 * configure.in: Make configure work with recent GNUsteps.
2399 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2400 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
2401 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
2402
2403 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2404
2405 Merge from gnulib, porting to Tru64.
2406 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2407 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2408 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2409 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2410 doesn't affect Emacs.
2411
2412 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2413
2414 * configure.in (isnan): Remove now-unnecessary check.
2415
2416 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2417
2418 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
2419 This is to fix the following problems:
2420 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2421 configured not to use gtk or any other thread-using library,
2422 signals aren't blocked correctly.
2423 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2424 and IRIX's signal handling.
2425 . On Cygwin 1.7.5 it works around an incompatibility with
2426 the system pthread_sigmask.
2427 . On MacOS X 10.5 (32-bit), files whose inode numbers
2428 exceed 2**31 cannot be read or manipulated.
2429 . pthread_sigmask: Actually use results of gl_THREADLIB.
2430 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2431 . find 'ar' program that fits with --host argument.
2432 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
2433 * autogen/README: Update destination list.
2434 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2435 The autogenerated files compile, config.guess,
2436 config.sub, depcomp, install-sh, and missing are now in build-aux.
2437 * m4/largefile.m4: New file, so that Emacs does not mess up when
2438 accessing files with large inode numbers in MacOS X 10.5 and later.
2439 * m4/nocrash.m4: New file, to avoid triggering background debugger
2440 and/or create core dumps during 'configure'.
2441 * build-aux/move-if-change: Renamed from move-if-change.
2442 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2443 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2444 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2445 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
2446 * Makefile.in (epaths-force, sync-from-gnulib):
2447 move-if-change is now in build-aux.
2448 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2449 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2450 (mkdir): install-sh is now in build-aux.
2451 * config.bat: c++defs.h is now in build-aux/snippets.
2452 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2453 usual parameter).
2454 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2455 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2456 to build-aux/snippet.
2457 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2458 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2459 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2460 Solaris, enables MacOS extensions, and enables nocrash during
2461 'configure'.
2462 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2463
2464 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
2465
2466 * configure.in (snprintf): New check.
2467
2468 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2469
2470 * configure.in (opsys): Change pattern to *-*-linux*
2471 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
2472 Remove unreachable pattern hppa*-*-linux-gnu*.
2473 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2474 and that can't possibly work now that src/m/hp800.h no longer exists.
2475
2476 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2477
2478 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2479
2480 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2481
2482 * configure.in: Add header check: sys/socket.h (Bug#8477),
2483 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2484 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2485
2486 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2487
2488 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2489 (HAVE_GTK_AND_PTHREAD): Remove.
2490
2491 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2492
2493 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2494 build, not just GNUstep (Bug#9177).
2495
2496 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2497
2498 Assume freestanding C89 headers, string.h, stdlib.h.
2499 Again, this simplifies the code, and all current platforms have these.
2500 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2501 (AC_HEADER_STDC): Remove.
2502 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2503 (strchr, strrchr): Remove fallback macros.
2504
2505 Assume support for memcmp, memcpy, memmove, memset.
2506 This simplifies the code a bit. All current platforms have these,
2507 as they are required for C89. If this turns into a problem we
2508 can add the gnulib modules for these (a 1-line change to Makefile.in).
2509 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2510
2511 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2512
2513 * GNUmakefile: New file.
2514 This is for convenience, so that one can run GNU make in an
2515 unconfigured source tree, and get a default build.
2516
2517 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2518
2519 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2520
2521 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2522
2523 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2524 so as to suppress address randomization (Bug#8395).
2525
2526 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2527
2528 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2529 This fixes a build problem on older Mac OS X hosts.
2530
2531 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2532 test, which runs afoul of Automake installations where, for example,
2533 /usr/share/aclocal contains a copy of gl_THREADLIB.
2534 Problem reported by Sven Joachim in
2535 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2536 This is just a quick temporary fix, specific to Emacs; I'll work
2537 with the other gnulib maintainers to get a more-permanent fix.
2538
2539 Add gnulib's strtoimax module, needed on Solaris 8.
2540 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2541 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2542 automatically imported from gnulib.
2543 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2544
2545 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
2546
2547 Add gnulib support for pthread_sigmask (Bug#9010).
2548 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2549 * configure.in (AC_TYPE_UID_T): New dummy macro.
2550 Configure gnulib after adjusting LIBS,
2551 so that gnulib can assume the libraries in LIBS.
2552 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2553 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
2554 * lib/pthread_sigmask.c:
2555 New files, automatically imported from gnulib.
2556 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2557 due to the above changes.
2558 * .bzrignore: Add lib/signal.h.
2559
2560 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2561
2562 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2563
2564 * configure.in (maintainer-mode): Reflect default in help string.
2565
2566 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2567
2568 * configure.in: Remove reference to iris4d.h.
2569
2570 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2571
2572 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2573
2574 2011-07-01 Glenn Morris <rgm@gnu.org>
2575
2576 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2577
2578 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2579
2580 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2581 which made ./configure infloop.
2582
2583 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2584
2585 * configure.in (gsettings): New option and check for GSettings.
2586
2587 2011-06-29 Glenn Morris <rgm@gnu.org>
2588
2589 * configure.in: Try to test for the required crt*.o files.
2590
2591 2011-06-27 Bill Wohler <wohler@newt.com>
2592
2593 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2594
2595 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2596
2597 Use gnulib's dup2 module instead of rolling our own.
2598 * Makefile.in (GNULIB_MODULES): Add dup2.
2599 * configure.in: Do not check for dup2; gnulib does that now.
2600 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2601
2602 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2603
2604 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2605
2606 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
2607
2608 Use gnulib's alloca-opt module.
2609 * .bzrignore: Add lib/alloca.h.
2610 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2611 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
2612 as gnulib now does that for us. Put alloca check in config.h.
2613 Include <alloca.h> before any other include file, for AIX 3.
2614 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2615 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2616
2617 2011-06-21 Leo Liu <sdl.web@gmail.com>
2618
2619 * m4/sha256.m4:
2620 * m4/sha512.m4:
2621 * m4/gl-comp.m4:
2622 * lib/u64.h:
2623 * lib/sha256.c:
2624 * lib/sha256.h:
2625 * lib/sha512.c:
2626 * lib/sha512.h:
2627 * lib/makefile.w32-in (GNULIBOBJS):
2628 * lib/gnulib.mk:
2629 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2630 crypto/sha512 modules from gnulib.
2631
2632 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2633
2634 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2635
2636 2011-06-17 Glenn Morris <rgm@gnu.org>
2637
2638 * configure.in: Restore the behavior of checking crt-dir only
2639 when the user specified it (not all platforms use it).
2640
2641 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2642
2643 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2644
2645 2011-06-16 Miles Bader <miles@gnu.org>
2646
2647 * configure.in: Try to determine CRT_DIR automatically when
2648 using gcc.
2649
2650 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2651
2652 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2653 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2654 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2655 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2656 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2657 Merge from gnulib.
2658
2659 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2660
2661 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2662
2663 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2664
2665 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2666
2667 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 * configure.in: Add --with-wide-int.
2670 * INSTALL: Mention this.
2671
2672 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2673
2674 Merge from gnulib.
2675 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2676
2677 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2678
2679 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2680
2681 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
2682
2683 Use 'inline', not 'INLINE'.
2684 * configure.in (INLINE): Remove.
2685
2686 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2687
2688 Adjust to recent gnulib change for @GUARD_PREFIX@.
2689 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2690 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2691 _@GUARD_PREFIX@_.
2692
2693 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2694
2695 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
2696
2697 2011-05-24 Glenn Morris <rgm@gnu.org>
2698
2699 * Makefile.in (check): Just give a message if no test/ directory.
2700
2701 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2702
2703 * configure.in (OPT_MAKEFILES_IN): Remove.
2704 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2705 (SUBDIR_MAKEFILES_IN): New output variable.
2706 * Makefile.in (OPT_MAKEFILES_IN): Remove.
2707 (SUBDIR_MAKEFILES_IN): Let configure set it.
2708
2709 2011-05-24 Leo Liu <sdl.web@gmail.com>
2710
2711 * m4/sha1.m4:
2712 * m4/gl-comp.m4:
2713 * lib/sha1.h:
2714 * lib/sha1.c:
2715 * lib/makefile.w32-in (GNULIBOBJS):
2716 * lib/gnulib.mk:
2717 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2718
2719 2011-05-24 Glenn Morris <rgm@gnu.org>
2720
2721 * configure.in: Remove test for already configured source directory.
2722 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
2723
2724 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2725
2726 2011-05-24 Glenn Morris <rgm@gnu.org>
2727
2728 * make-dist: Don't distribute test/. (Bug#8107)
2729 * configure.in (OPT_MAKEFILES_IN): New output variable.
2730 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2731 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2732 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2733 (check): Give an explicit error if test/ is not present.
2734
2735 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2736 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2737 (Makefile): Use $SUBDIR_MAKEFILES_IN.
2738
2739 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2740
2741 * lib/verify.h: Merge from gnulib.
2742
2743 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2744
2745 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
2746 Merge from gnulib.
2747
2748 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
2749
2750 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
2751
2752 2011-05-20 Eli Zaretskii <eliz@gnu.org>
2753
2754 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
2755
2756 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2757
2758 2011-05-20 Glenn Morris <rgm@gnu.org>
2759
2760 * configure.in (lisp_frag): New output file.
2761
2762 2011-05-19 Glenn Morris <rgm@gnu.org>
2763
2764 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
2765 (WINDOW_SUPPORT): Remove output variables that are no longer used.
2766
2767 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2768
2769 * lib/gnulib.mk:
2770 * lib/intprops.h:
2771 * lib/unistd.in.h:
2772 * m4/inttypes.m4:
2773 * m4/stdint.m4:
2774 * m4/unistd_h.m4: Sync from gnulib.
2775
2776 2011-05-14 Glenn Morris <rgm@gnu.org>
2777
2778 * configure.in: Treat failure to find an X toolkit the same way we treat
2779 failure to find X and image support.
2780
2781 2011-05-12 Glenn Morris <rgm@gnu.org>
2782
2783 * Makefile.in (src, install-arch-indep, bootstrap-clean)
2784 (check-declare): Shell portability fixes. (Bug#8642)
2785
2786 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2787
2788 * configure.in: Require GnuTLS 2.6.x or higher.
2789
2790 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2791
2792 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
2793 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
2794 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
2795
2796 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
2797 This new gnulib-tool option saves 'configure' the trouble of
2798 checking for strtoull when strtoumax exists.
2799
2800 * configure.in (BITS_PER_LONG_LONG): New macro.
2801
2802 2011-05-05 Glenn Morris <rgm@gnu.org>
2803
2804 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
2805 (top_distclean): Delete config.log~.
2806
2807 2011-04-27 Ben Key <bkey76@gmail.com>
2808
2809 * configure.in: Fixed a bug that caused configure with
2810 --enable-checking=stringoverrun to have no effect.
2811
2812 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
2813
2814 * configure.in: Suppress unnecessary checks for size_t.
2815 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
2816 (size_t): Do not check for this, and do not typedef. This code
2817 is never exercised now.
2818
2819 * Makefile.in (GNULIB_MODULES): Add strtoumax.
2820 This is needed for the new integer-reading code in lread.c.
2821 It automatically pulls in the following gnulib files, which
2822 are used on old-fashioned platforms that don't have strtoumax:
2823 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
2824 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
2825 m4/strtoull.m4, m4/strtoumax.m4.
2826 * .bzrignore: Add lib/inttypes.h.
2827
2828 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2829
2830 * configure.in: Check for GnuTLS certificate verify callbacks.
2831
2832 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * Makefile.in (config.status): Don't erase in case of error.
2835 In case it disappeared, rebuild it with `configure'.
2836
2837 2011-04-20 Ken Brown <kbrown@cornell.edu>
2838
2839 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
2840
2841 2011-04-12 Glenn Morris <rgm@gnu.org>
2842
2843 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
2844
2845 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
2846
2847 * lib/allocator.c: New file, automatically generated by gnulib.
2848
2849 2011-04-07 Glenn Morris <rgm@gnu.org>
2850
2851 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2852
2853 2011-04-06 Eli Zaretskii <eliz@gnu.org>
2854
2855 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
2856 Revert last change.
2857
2858 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
2861 ($(BLD)/careadlinkat.$(O)): New target.
2862 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2863 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
2864 Update dependencies.
2865
2866 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
2867
2868 Fix more problems found by GCC 4.6.0's static checks.
2869
2870 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
2871
2872 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
2873 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
2874 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
2875 * m4/ssize_t.m4: New files, automatically generated from gnulib.
2876
2877 2011-04-06 Glenn Morris <rgm@gnu.org>
2878
2879 * autogen/update_autogen: Handle loaddefs-like files as well.
2880 (usage): Add -l, -C.
2881 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
2882 With -l, check status of lisp/ as well.
2883 With -C, clean before building.
2884 (autoreconf): Only pass -f in the `clean' case.
2885 (commit): New function.
2886
2887 2011-03-28 Glenn Morris <rgm@gnu.org>
2888
2889 * autogen/update_autogen: Pass -f to autoreconf.
2890
2891 * autogen.sh (get_version): Discard "not found" lines.
2892 (check_version): Respect $AUTOCONF etc environment variables.
2893
2894 2011-03-27 Glenn Morris <rgm@gnu.org>
2895
2896 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
2897 (AH_BOTTOM): Do not define SIGTYPE.
2898
2899 2011-03-26 Glenn Morris <rgm@gnu.org>
2900
2901 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
2902 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
2903
2904 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
2905
2906 * autogen/update_autogen: Remove useless function keyword.
2907
2908 2011-03-25 Eli Zaretskii <eliz@gnu.org>
2909
2910 * config.bat: Generate src/config.h and lib/Makefile from
2911 autogen/config.in and autogen/Makefile.in.
2912
2913 2011-03-25 Glenn Morris <rgm@gnu.org>
2914
2915 * compile, config.guess, config.sub, depcomp, install-sh, missing:
2916 Remove; autoreconf can supply them.
2917 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
2918 config.guess, install-sh. Pass -i to autoreconf.
2919 * autogen/update_autogen (genfiles): Add compile, config.guess,
2920 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
2921 Discard non-error output from autoreconf in -q case.
2922 * autogen/compile, autogen/config.guess, autogen/config.sub:
2923 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
2924 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
2925 install-sh, missing.
2926
2927 2011-03-23 Glenn Morris <rgm@gnu.org>
2928
2929 * autogen/update_autogen: Fix typo.
2930 (msg): Remove function; use `exec' instead.
2931
2932 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
2933 (sync-from-gnulib): Don't sync mkinstalldirs.
2934 * make-dist: Don't distribute mkinstalldirs.
2935
2936 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
2937
2938 Fix more problems found by GCC 4.5.2's static checks.
2939 * Makefile.in (GNULIB_MODULES): Add socklen.
2940 * configure.in: Do not check for sys/socket.h, since socklen does that.
2941 * m4/socklen.m4: New automatically-generated file, from gnulib.
2942
2943 fakemail: Remove dependency on ignore-value.
2944 * Makefile.in (GNULIB_MODULES): Add stdio.
2945 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2946 imported from gnulib.
2947 * .bzrignore: Add lib/stdio.h.
2948
2949 2011-03-22 Glenn Morris <rgm@gnu.org>
2950
2951 * autogen/copy_autogen: Work from ./ or ../.
2952 Fix time-stamps.
2953 * autogen.sh: Doc fix.
2954
2955 2011-03-20 Glenn Morris <rgm@gnu.org>
2956
2957 * autogen/: New directory, to be excluded from releases.
2958 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2959 * autogen/README: New file.
2960 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2961 * autogen/Makefile.in: Add auto-updated generated files.
2962 * autogen.sh: No longer a no-op, now it tests for autotools
2963 and runs them as necessary.
2964 * configure.in: Default maintainer-mode to on.
2965 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2966
2967 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2968
2969 Update for gnulib.
2970 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2971 includes <intprops.h> directly.
2972 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2973 when building Emacs on Solaris 9 and running it on Solaris 10.
2974
2975 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2976
2977 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2978
2979 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * Version 23.3 released.
2982
2983 2011-03-06 Glenn Morris <rgm@gnu.org>
2984
2985 * configure.in (FREETYPE_LIBS): Actually set it to something.
2986
2987 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2988
2989 Work around some portability problems with symlinks.
2990
2991 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2992 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2993 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2994 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2995 * m4/symlink.m4:
2996 New files, automatically generated from gnulib.
2997 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2998 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2999
3000 2011-02-26 Eli Zaretskii <eliz@gnu.org>
3001
3002 * .bzrignore: Ignore new lib/*.in-h files.
3003
3004 * config.bat: Rename stdint.in.h and sys_stat.in.h.
3005 Call depfiles.bat even if lib/deps already exist.
3006
3007 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
3008
3009 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
3010 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
3011 recent changes to configure.in and to gnulib.
3012
3013 2011-02-24 Glenn Morris <rgm@gnu.org>
3014
3015 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
3016 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
3017
3018 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
3019
3020 Assume S_ISLNK etc. work, since gnulib supports this.
3021 * Makefile.in (GNULIB_MODULES): Add sys_stat.
3022 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
3023 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
3024 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
3025
3026 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
3027
3028 * lib/min-max.h: New file, for "min" and "max".
3029
3030 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
3031
3032 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
3033 $(EMACS_ROOT)/nt/inc/stdint.h.
3034
3035 2011-02-21 Eli Zaretskii <eliz@gnu.org>
3036
3037 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
3038 src/makefile.w32-in and adapt. Depend on stamp_BLD.
3039 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
3040
3041 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3042
3043 Import filemode module from gnulib.
3044 * .bzrignore: Add lib/sys/.
3045 * Makefile.in (GNULIB_MODULES): Add filemode.
3046 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
3047 * lib/filemode.c: Renamed from src/filemode.c and regenerated
3048 from gnulib. This adds support for some more file types, e.g.,
3049 Cray DMF migrated files.
3050 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
3051 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
3052 * m4/sys_stat_h.m4: New files, generated from gnulib.
3053 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3054 Regenerate.
3055
3056 2011-02-20 Eli Zaretskii <eliz@gnu.org>
3057
3058 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
3059 $(EMACS_ROOT)/nt/inc/sys/stat.h.
3060
3061 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3062
3063 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
3064 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
3065 is no longer needed, due to the recent SSDATA and related changes.
3066 Perhaps -Wno-pointer-sign should also be removed from
3067 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
3068 way to test this so I left it alone.
3069 * configure: Regenerate.
3070
3071 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
3072
3073 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
3074 src/makefile.w32-in.
3075
3076 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
3077
3078 Import crypto/md5 and stdint modules from gnulib.
3079 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3080 Regenerate.
3081 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
3082 Import the new versions from gnulib; they assume a C99-style
3083 <stdint.h>, supplied by the stdint module.
3084 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
3085 imported from gnulib.
3086 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3087 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3088 special cases.
3089
3090 2011-02-19 Eli Zaretskii <eliz@gnu.org>
3091
3092 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
3093 Add lib/deps/.
3094
3095 * config.bat: Configure in `lib'.
3096 Generate *.Po files in lib/deps.
3097
3098 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3099
3100 Import IRIX 6.5 getloadavg fixes from gnulib.
3101 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3102
3103 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3104
3105 Import getloadavg module from gnulib.
3106 * .bzrignore: Add lib/stdlib.h.
3107 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3108 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3109 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3110 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3111 Remove; gnulib does this now.
3112 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3113 from gnulib. This adds support for several other systems, such
3114 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3115 buffer overrun on Linux hosts under very high load, and on hosts
3116 that maintain a channel to the load average file it makes sure
3117 the file descriptor is close-on-exec (on hosts that support this)
3118 and is not stdin, stdout, or stderr.
3119 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3120 from gnulib.
3121 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3122 * src/config.in: Regenerate.
3123
3124 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3125
3126 Merge from gnulib.
3127
3128 * install-sh: Update to scriptversion 2011-01-19.21.
3129
3130 2011-02-13 Bruno Haible <bruno@clisp.org>
3131
3132 Consistent macro naming for macros that use GCC __attribute__.
3133 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
3134 ATTRIBUTE_DEPRECATED.
3135
3136 2011-02-12 Bruno Haible <bruno@clisp.org>
3137
3138 setlocale: Prefer gnulib's override over libintl's override.
3139 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3140 GNULIB_defined_setlocale is set.
3141
3142 2011-02-13 Glenn Morris <rgm@gnu.org>
3143
3144 * make-dist: Exclude generated file src/globals.h.
3145
3146 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3147
3148 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3149 Sync from gnulib, which has been patched to fix the problem
3150 with the license notices. Problem reported by Glenn Morris in
3151 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3152
3153 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * .bzrignore: Ignore globals.h and related stamp.
3156
3157 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3158
3159 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3160 This merges the following fix from gnulib:
3161
3162 2011-02-08 Bruno Haible <bruno@clisp.org>
3163
3164 Split large sed scripts, for HP-UX sed.
3165
3166 2011-02-08 Tom Tromey <tromey@redhat.com>
3167
3168 * configure: Rebuild.
3169 * configure.in (NS_OBJC_OBJ): New subst.
3170
3171 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3172
3173 gnulib: allow multiple gnulib generated replacements to coexist
3174 This defines a few preprocessor symbols that should not affect Emacs.
3175 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3176 via "make sync-from-gnulib".
3177
3178 gnulib: undo previous change
3179 The upstream _HEADERS change was backed out of gnulib (see the
3180 same thread). Stay in sync with gnulib.
3181
3182 gnulib: adjust to upstream _HEADERS change
3183 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3184 New empty macros, to accommodate recent changes to gnulib. See
3185 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3186 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3187 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3188 * lib/time.in.h, lib/unistd.in.h:
3189 Regenerate.
3190
3191 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3192
3193 sync from gnulib to remove HAVE_STDBOOL_H
3194 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
3195 AC_HEADER_STDBOOL. All uses changed. Do not define
3196 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3197 imported from the latest Autoconf git. It was motivated by Emacs,
3198 which uses gnulib but does not need HAVE_STDBOOL_H.
3199 * configure, src/config.in: Regenerate.
3200 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3201
3202 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3203
3204 allow C code to suppress warnings about ignored return values
3205 * Makefile.in (GNULIB_MODULES): Add ignore-value.
3206 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3207 * lib/ignore-value.h: New file.
3208
3209 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
3210
3211 * configure.in: Test existence of xaw3d library, not just the
3212 header (Bug#7642).
3213
3214 2011-01-31 Eli Zaretskii <eliz@gnu.org>
3215
3216 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3217 $(BLD)/time_r.$(O).
3218 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3219 $(EMACS_ROOT)/src/m/intel386.h.
3220 ($(BLD)/strftime.$(O)):
3221 ($(BLD)/time_r.$(O)): Define prerequisites.
3222
3223 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3224
3225 src/emacs.c now gets version number from configure.in
3226 * configure.in (version): Set this from $PACKAGE_VERSION,
3227 which is set from AC_INIT, rather than scouting through src/emacs.c.
3228 * configure: Regenerate.
3229 * make-dist (version): Get it from configure.in, not src/emacs.c.
3230
3231 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3232
3233 strftime: import from gnulib
3234 * Makefile.in (GNULIB_MODULES): Add strftime.
3235 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3236 needed.
3237 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3238 Regenerate.
3239 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3240 imported from gnulib.
3241 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3242 This incorporates many changes from gnulib, including simpler
3243 handling of multibyte formats, porting to mingw32 and other
3244 platforms, and support for higher-resolution time stamps.
3245 Emacs does not yet use the higher-resolution interface.
3246
3247 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3248
3249 gnulib: import mktime and move-if-change fixes from gnulib
3250
3251 * configure: Regenerate from the following.
3252
3253 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3254
3255 mktime: clarify long_int width checking
3256 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3257 the top level, to make it clearer that the assumption about
3258 long_int width is being checked. See
3259 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3260
3261 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3262
3263 TYPE_MAXIMUM: avoid theoretically undefined behavior
3264 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3265 negative number, which the C Standard says has undefined behavior.
3266 In practice this is not a problem, but might as well do it by the book.
3267 Reported by Rich Felker and Eric Blake; see
3268 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
3269 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3270 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3271
3272 mktime: #undef mktime before #defining it
3273 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3274
3275 mktime: systematically normalize tm_isdst comparisons
3276 * lib/mktime.c (isdst_differ): New function.
3277 (__mktime_internal): Use it systematically for all isdst comparisons.
3278 This completes the fix for libc BZ #6723, and removes the need for
3279 normalizing tm_isdst.
3280 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
3281 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3282
3283 mktime: fix some integer overflow issues and sidestep the rest
3284
3285 This was prompted by a bug report by Benjamin Lindner for MinGW
3286 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3287 His bug is due to signed integer overflow (0 - INT_MIN), and I
3288 I scanned through mktime.c looking for other integer overflow
3289 problems, fixing all the bugs I found.
3290
3291 Although the C Standard says the resulting code is still not safe
3292 in the presence of integer overflow, in practice it should be good
3293 enough for all real-world two's-complement implementations, except
3294 for debugging environments that deliberately trap on integer
3295 overflow (e.g., gcc -ftrapv).
3296
3297 * lib/mktime.c (WRAPV): New macro.
3298 (SHR): Also check that long_int and time_t shift right in the
3299 usual way, before using the fast-but-unportable method.
3300 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3301 used. The code already assumed two's complement, so there's
3302 no need to test for alternatives. All uses removed.
3303 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3304 the C standard. Problem reported by Rich Felker in
3305 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3306 (twos_complement_arithmetic): Also check long_int and time_t.
3307 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3308 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3309 (__mktime_internal): Avoid integer overflow with unary subtraction
3310 in two instances where -1 - X is an adequate replacement for -X,
3311 since the calculations are approximate.
3312
3313 2011-01-29 Eric Blake <eblake@redhat.com>
3314
3315 mktime: avoid infinite loop
3316 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3317 type; behavior is still undefined but portable to all known targets.
3318 Reported by Rich Felker.
3319
3320 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 mktime: avoid problems on NetBSD 5 / i386
3323 * lib/mktime.c (long_int): New type. This works around a problem
3324 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3325 but time_t is 64 bits, and where I expect the existing code is
3326 wrong in some cases.
3327 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3328 (ydhms_diff): Bring back the compile-time check for wide-enough
3329 year and yday.
3330
3331 mktime: fix misspelling in comment
3332 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3333 This merges all recent glibc changes of importance.
3334
3335 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3336
3337 move-if-change: cope with concurrent mv of identical file.
3338 * move-if-change (CMPPROG): Accept environment
3339 variable as an override for `cmp'.
3340 (usage): Document CMPPROG.
3341 Adjust comparison to drop stdout. Cope with failure of mv if
3342 the target file exists and is identical to the source, for
3343 parallel builds.
3344 Report from H.J. Lu against binutils in PR binutils/12283.
3345
3346 2011-01-29 Eli Zaretskii <eliz@gnu.org>
3347
3348 * lib/makefile.w32-in:
3349 * lib/getopt_.h: New files.
3350
3351 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3352
3353 improve fix for MS-DOS file name clash
3354 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
3355 for portability to POSIX make. Reported by Bruno Haible.
3356 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3357 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3358 files from accumulating as garbage. Also reported by Bruno Haible.
3359
3360 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3361
3362 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3363 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3364 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3365 problems with MS-DOS 8+3 file name restrictions.
3366 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3367 it, it would also cause problems when extracting Emacs distribution
3368 tarballs on MS-DOS hosts.
3369 (ACLOCAL_INPUTS): Adjust to file renaming.
3370 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3371 * config.guess, config.sub: Sync from gnulib.
3372 * m4/gnulib-cache.m4: Remove from repository.
3373 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3374
3375 2011-01-25 Glenn Morris <rgm@gnu.org>
3376
3377 * README: Add a note about ranges in copyright years.
3378
3379 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3380
3381 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3382
3383 * configure.in: Add HP-UX on IA64 (Bug#6811).
3384
3385 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3386
3387 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3388 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3389 as it is no longer needed.
3390 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
3391 * configure.in: Invoke the new gnulib macro
3392 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3393 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3394 * m4/getopt.m4: Sync from gnulib; this removes the need for
3395 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3396 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3397 New macro, synced from gnulib.
3398 * m4/warn-on-use.m4: Remove.
3399
3400 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3401
3402 aclocal.m4: put this file back into repository
3403 This way, we don't have to assume that the maintainer has
3404 the automake package installed. See
3405 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3406 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3407 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3408 undoing the previous change.
3409 * aclocal.m4: New file (actually, resurrected).
3410
3411 2011-01-22 Miles Bader <miles@gnu.org>
3412
3413 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3414 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3415 Emacs directly uses fontconfig, and breaks building when using a
3416 strict linker).
3417
3418 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3419
3420 src/config.in: shrink slightly
3421 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3422 This makes src/config.in a bit smaller, by removing identifiers
3423 like GNULIB_TEST_MKTIME that Emacs does not need.
3424 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3425 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3426 Sync from gnulib. This removes a few more unnecessary symbols from
3427 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3428 * configure, src/config.in: Regenerate.
3429
3430 aclocal.m4: tweaks to regenerate more conveniently
3431 This attempts to act better when the source is in a weird state. See
3432 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3433 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3434 * .bzrignore: Add aclocal.m4.
3435
3436 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3437
3438 aclocal.m4: omit auto-generated file from repository
3439 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3440 the most recent change here.
3441 * aclocal.m4: Remove from bzr repository. This file is
3442 auto-generated and isn't needed to run 'configure'. See
3443 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3444
3445 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3446
3447 Minor Makefile.in tweaks to build from gnulib better.
3448 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3449 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3450 (top_maintainer_clean): Don't remove aclocal.m4.
3451
3452 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3453
3454 Minor cleanups for 'bzr status'
3455 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3456 the output of config.guess.
3457 * Makefile.in (top_distclean): Remove stamp-h1 too.
3458
3459 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3460 defined if the compiler supports GCC-style __attribute__
3461 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3462 this syntax.
3463
3464 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
3465
3466 Makefile.in: tidy up the building of lib
3467 * Makefile.in (am--refresh): Mark as .PHONY.
3468 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3469 as they're not rebuilt unless you do a "make sync-from-gnulib"
3470 and the former is needed for "configure".
3471 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3472 has already removed lib/Makefile.
3473
3474 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3475 This avoids building ftoastr and ldtoastr, which aren't needed. See
3476 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
3477
3478 * .bzrignore: Add .h files that are host-dependent.
3479 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3480 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3481 host-dependent and are built as part of an ordinary 'make', and
3482 should not be checked in.
3483
3484 * lib/Makefile.in: Regenerate.
3485 * lib/COPYING: New file, a copy of COPYING.
3486
3487 * configure: Regenerate.
3488 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3489
3490 Regenerate.
3491 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3492 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3493 New files, copied from gnulib by gnulib-tool.
3494 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
3495 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3496 Regenerate.
3497
3498 Use gnulib's getopt-gnu module.
3499 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3500 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3501 representative of the dependencies.
3502 * configure.in: Do not configure getopt, as gnulib does that now.
3503 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3504 getopt now, in lib.
3505
3506 Regenerate.
3507 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3508 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
3509 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3510 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3511 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3512 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3513 * m4/wchar_t.m4, warn-on-use.h:
3514 New files, copied from gnulib by gnulib-tool.
3515 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3516 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3517 Regenerate.
3518
3519 Use gnulib's mktime module.
3520 * Makefile.in (GNULIB_MODULES): Add mktime.
3521 * configure.in: Remove code no longer needed, as gnulib now does it.
3522 (AC_CHECK_FUNCS): Remove mktime.
3523 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3524 (__restrict): Remove, as this now gets in the way of the C99
3525 support for 'restrict' pulled in by the gnulib mktime module.
3526 Code should now use 'restrict' and not '__restrict".
3527 (mktime): Remove.
3528 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3529 and warn-on-use.h into the distribution.
3530
3531 Regenerate.
3532 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3533 * lib/ldtoastr.c, m4/c-strtod.m4:
3534 New files, copied from gnulib by gnulib-tool.
3535 * lib/dummy.c: Remove.
3536 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
3537 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3538 Regenerate.
3539
3540 Use gnulib's ftoastr module.
3541 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3542
3543 Regenerate.
3544 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3545 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
3546 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3547 New files, generated automatically, with 'make sync-from-gnulib'
3548 followed by 'make'.
3549 * configure, lisp/dired.el, src/config.in: Regenerate.
3550
3551 Automate syncing from gnulib.
3552 * INSTALL, README: Document new subdirectory 'lib'.
3553 * Makefile.in (SUBDIR): Add lib.
3554 (SUBDIR_MAKEFILES): Add lib/Makefile.
3555 (lib-src, src, TAGS, tags): Depend on lib.
3556 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3557 ($(gnulib_srcdir)): New rule.
3558 (sync-from-gnulib): New rule, which is .PHONY.
3559 (lib): New rule, which is like lib-src.
3560 (Makefile): Depend on lib/Makefile.in.
3561 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3562 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3563 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3564 (am--refresh): New rule, to pacify Automake.
3565 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3566 Clean lib, too.
3567 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3568 droppings.
3569 (maintainer-clean, extraclean): Use it.
3570 * configure.in: Initialize for automake and gnulib, by invoking
3571 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3572 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3573 more conveniently with automake.
3574 * lib/Makefile.am: New file.
3575 * make-dist: Also put into the distribution aclocal.m4,
3576 compile, depcomp, missing, and the files under lib/.
3577
3578 2011-01-15 Glenn Morris <rgm@gnu.org>
3579
3580 * Makefile.in (epaths-force): No more arch-tag to edit.
3581
3582 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
3583
3584 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3585
3586 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3587
3588 * make-dist: Distribute test/ files too.
3589 Distribute every file under test/ that is under version control,
3590 using patterns like *.el to capture files that are added later.
3591 Without this change, "configure" would fail, because it would
3592 attempt to build from a Makefile.in that was not distributed.
3593
3594 2011-01-13 Christian Ohler <ohler@gnu.org>
3595
3596 * Makefile.in (INFO_FILES): Add ERT.
3597
3598 * Makefile.in (check): Run tests in test/automated.
3599
3600 * Makefile.in:
3601 * configure.in: Add test/automated/Makefile.
3602
3603 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3604
3605 * install-sh, mkinstalldirs, move-if-change: Update from master
3606 source in gnulib.
3607
3608 * config.guess, config.sub: Updated from master source.
3609
3610 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3611
3612 * configure.in: Check for __builtin_unwind_init.
3613
3614 2011-01-05 Glenn Morris <rgm@gnu.org>
3615
3616 * configure.in (HAVE_MAKEINFO): New output variable.
3617 (MAKEINFO): Reset to "makeinfo" if not found.
3618 * Makefile.in (install-arch-indep, info):
3619 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3620
3621 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
3622
3623 * configure.in: Make gameuser configurable (Bug#7717).
3624
3625 2010-12-15 Glenn Morris <rgm@gnu.org>
3626
3627 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3628 long absent lib-src/fns-*.el.
3629
3630 2010-12-11 Glenn Morris <rgm@gnu.org>
3631
3632 * make-dist: Exclude etc/*.pyc.
3633
3634 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3635
3636 * configure.in: Don't double machfile in final message.
3637
3638 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * configure.in: Fix last change.
3641
3642 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3643
3644 * configure.in: Remove reference to removed machine description
3645 files and allow $machine and $machfile to be empty.
3646 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
3647
3648 2010-12-03 Glenn Morris <rgm@gnu.org>
3649
3650 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3651
3652 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3653
3654 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3655 (EXTERNALLY_VISIBLE): New definition.
3656
3657 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3660
3661 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3662
3663 * configure.in: Do not check for unconditionally included headers.
3664
3665 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3668
3669 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * configure.in: Don't write a warning for D-Bus anymore.
3672
3673 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3674
3675 * configure.in: Fix indentation.
3676
3677 2010-10-31 Ken Brown <kbrown@cornell.edu>
3678
3679 * configure.in (checking whether localtime caches TZ):
3680 Use unsetenv instead of modifying environment directly.
3681
3682 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3683
3684 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3685 to avoid warning.
3686
3687 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3688
3689 * configure.in: Remove the BROKEN annotation from GnuTLS.
3690
3691 2010-10-22 Glenn Morris <rgm@gnu.org>
3692
3693 * make-dist: Avoid listing .el files twice. Don't try to run
3694 autoconf if --no-update.
3695
3696 2010-10-20 Glenn Morris <rgm@gnu.org>
3697
3698 * make-dist: No longer create lisp/MANIFEST.
3699
3700 2010-10-14 Glenn Morris <rgm@gnu.org>
3701
3702 * BUGS, INSTALL.BZR, README: Updates.
3703
3704 2010-10-13 Glenn Morris <rgm@gnu.org>
3705
3706 * make-dist: Remove --compress. Check for the appropriate
3707 gzip-like executable, and if not found, don't compress.
3708 Check version number in README, don't change it.
3709 Use find for nt/inc/*.h.
3710
3711 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3714 Remove trailing / from directory names.
3715
3716 2010-10-12 Glenn Morris <rgm@gnu.org>
3717
3718 * make-dist: Update and simplify.
3719
3720 2010-10-12 Eli Zaretskii <eliz@gnu.org>
3721
3722 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
3723
3724 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3725
3726 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3727
3728 2010-10-09 Glenn Morris <rgm@gnu.org>
3729
3730 * make-dist: No more doc/emacs/*.texi.in.
3731
3732 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3733
3734 2010-10-09 Glenn Morris <rgm@gnu.org>
3735
3736 * configure.in: Combine some conditionals.
3737
3738 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3739 * make-dist: Include doc/emacs/*.texi.in.
3740
3741 * INSTALL, make-dist: Remove references to b2m.
3742 * Makefile.in (MAN_PAGES): Remove b2m.1.
3743
3744 2010-10-05 Glenn Morris <rgm@gnu.org>
3745
3746 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
3747
3748 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3749
3750 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
3751
3752 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
3753
3754 * configure.in: Include stdlib.h and string.h unconditionally.
3755
3756 2010-09-29 Romain Francoise <romain@orebokech.com>
3757
3758 * configure.in: Don't enable ImageMagick unless HAVE_X11.
3759
3760 2010-09-28 Glenn Morris <rgm@gnu.org>
3761
3762 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
3763 happy.
3764
3765 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
3767 * configure.in: Enable imagemagick by default.
3768
3769 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3770
3771 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
3772 GnuTLS libraries.
3773
3774 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3775
3776 * configure.in: Set up GnuTLS.
3777
3778 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * configure.in: Announce whether libxml2 is linked to.
3781
3782 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3783
3784 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
3785
3786 2010-09-18 Eli Zaretskii <eliz@gnu.org>
3787
3788 * config.bat: Detect that libxml2 is installed and if so, build
3789 with it.
3790
3791 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792
3793 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
3794 be used. This fixes a conf problem on Mac OS X.
3795
3796 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3797
3798 * configure.in: Check for libxml2.
3799
3800 2010-09-09 Glenn Morris <rgm@gnu.org>
3801
3802 * make-dist: No more TODO files under lisp/.
3803
3804 2010-09-04 Eli Zaretskii <eliz@gnu.org>
3805
3806 * config.bat: Produce lisp/gnus/_dir-locals.el from
3807 lisp/gnus/.dir-locals.el.
3808
3809 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
3810
3811 * configure.in: Fix check for librsvg, imagemagick and
3812 MagickExportImagePixels.
3813
3814 2010-08-18 Joakim Verona <joakim@verona.se>
3815
3816 * Makefile.in, configure.in: Checks for ImageMagick.
3817
3818 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * configure.in (AC_PREREQ): Require autoconf 2.65.
3821
3822 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
3825
3826 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3827
3828 * configure.in: Add AC_C_BIGENDIAN.
3829
3830 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3831
3832 * configure.in (ORDINARY_LINK): Use on hpux* too.
3833
3834 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3835
3836 * configure.in: Check for util.h.
3837 Use -Wimplicit-function-declaration if compiler supports it.
3838
3839 2010-08-05 Eli Zaretskii <eliz@gnu.org>
3840
3841 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
3842
3843 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
3844
3845 * configure.in: Restore accidentally removed use of
3846 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
3847
3848 2010-07-29 Chad Brown <yandros@mit.edu>
3849
3850 * configure.in: Check for dirent.h.
3851
3852 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3853
3854 * configure.in: Remove reference to usg5-4, unused.
3855
3856 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3857
3858 * configure.in: Check for __executable_start.
3859
3860 2010-07-24 Ken Brown <kbrown@cornell.edu>
3861
3862 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
3863
3864 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
3867
3868 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
3869
3870 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
3871
3872 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3873
3874 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3875 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
3876 (C_OPTIMIZE_SWITCH): Remove.
3877 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
3878
3879 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3880
3881 * configure.in: Don't check for index and rindex, check for strchr
3882 and strrchr. Define strchr and strrchr as index and rindex,
3883 resp., in src/config.h if not available.
3884
3885 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3886
3887 * configure.in: Use -Wold-style-definition if available.
3888 This helps with the transition to standard C code, it can be
3889 removed when done.
3890
3891 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
3892
3893 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
3894 and MSWindows.
3895
3896 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3897
3898 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
3899 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
3900
3901 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3902
3903 * configure.in (getenv): Remove K&R declaration.
3904
3905 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3906
3907 * configure.in: Remove define __P.
3908
3909 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3910
3911 * configure.in (--enable-use-lisp-union-type): New flag.
3912
3913 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3914
3915 Fix CFLAGS for non-GCC compilers.
3916 * configure.in (CFLAGS): Always use -g like it was done before the
3917 2010-03-30 change.
3918 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
3919 (Bug#6538)
3920
3921 2010-06-30 Glenn Morris <rgm@gnu.org>
3922
3923 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
3924 Set with AC_DEFINE rather than AH_BOTTOM.
3925
3926 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
3927 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
3928 Set with shell, not cpp.
3929 (LIBX): Remove, just use -lX11 in the one place this was used.
3930 (cannot_dump): Replace with CANNOT_DUMP.
3931
3932 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3933
3934 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
3935 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
3936 by minimum required Gtk+ 2.6). Add checks for functions introduced
3937 in Gtk+ 2.14 or newer (bug#6505).
3938
3939 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3940
3941 * config.bat: Remove white space around "+" in COPY commands.
3942
3943 2010-06-23 Glenn Morris <rgm@gnu.org>
3944
3945 * info/dir: Start descriptions in column 32, per Texinfo convention.
3946
3947 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
3948
3949 * INSTALL: Update font information (Bug#6389).
3950
3951 2010-06-16 Glenn Morris <rgm@gnu.org>
3952
3953 * INSTALL: General update.
3954
3955 2010-06-12 Glenn Morris <rgm@gnu.org>
3956
3957 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3958
3959 2010-06-11 Glenn Morris <rgm@gnu.org>
3960
3961 * configure.in (--without-compress-info): New option.
3962 (GZIP_INFO): New output variable.
3963
3964 * Makefile.in (GZIP_INFO): New, set by configure.
3965 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3966 Handle man pages in the same way.
3967
3968 2010-06-10 Glenn Morris <rgm@gnu.org>
3969
3970 * Makefile.in (install-arch-indep): Gzip the info files too.
3971
3972 * make-dist: Remove references to non-existent directories and files.
3973
3974 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3975
3976 * configure.in: Include <strings.h> and <string.h> instead of
3977 "strings.h" and "string.h".
3978
3979 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3980
3981 * configure.in: Remove code dealing with BSTRING.
3982
3983 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3984
3985 * configure.in (AC_PREREQ): Require autoconf 2.65.
3986
3987 * configure.in (unxec): Do not define and substitute.
3988 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3989
3990 2010-06-03 Glenn Morris <rgm@gnu.org>
3991
3992 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3993
3994 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3995
3996 Fix alloca definition when using gcc on non-gnu systems.
3997 * configure.in: Use the code sequence indicated by "info autoconf"
3998 for alloca (bug#6170).
3999
4000 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * .bzrignore: Ignore new files from trunk, which appear if you use
4003 colocated branches (i.e. "bzr switch").
4004
4005 2010-05-28 Glenn Morris <rgm@gnu.org>
4006
4007 * configure.in: Simplify some of the $canonical tests.
4008
4009 2010-05-27 Glenn Morris <rgm@gnu.org>
4010
4011 * config.bat: Do not preprocess src/Makefile.in.
4012
4013 * configure.in: Do not preprocess src/Makefile.in.
4014 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
4015 (AC_EGREP_CPP): Test no longer needed.
4016
4017 * make-dist: No more Makefile.c files.
4018
4019 2010-05-26 Glenn Morris <rgm@gnu.org>
4020
4021 * configure.in (YMF_PASS_LDFLAGS): Remove.
4022 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
4023
4024 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
4025 Add $GNUSTEP_LOCAL_HEADERS.
4026 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
4027
4028 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
4029 (GNUSTEP_MAKEFILES): Remove.
4030 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
4031 stuff to here.
4032
4033 2010-05-25 Glenn Morris <rgm@gnu.org>
4034
4035 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
4036 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
4037
4038 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
4039 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
4040 here instead.
4041
4042 2010-05-24 Romain Francoise <romain@orebokech.com>
4043
4044 * make-dist: Look for version in src/emacs.c.
4045 Use lisp/subr.el rather than lisp/version.el for location check.
4046
4047 2010-05-21 Glenn Morris <rgm@gnu.org>
4048
4049 * configure.in (MKDEPDIR): Parallel build tweak.
4050
4051 * configure.in (ns_frag): New output file.
4052
4053 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
4054 (OLDXMENU_TARGET): Set to empty if USE_GTK.
4055
4056 * configure.in (cannot_dump): New output variable.
4057
4058 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
4059
4060 * configure.in: On NetBSD, if terminfo is found, use it in
4061 preference to termcap. (Bug#6190)
4062
4063 2010-05-20 Glenn Morris <rgm@gnu.org>
4064
4065 * make-dist (src): Include *.mk.
4066 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
4067 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
4068 (deps_frag): New output file.
4069 (AUTO_DEPEND): Remove this definition.
4070
4071 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
4072
4073 2010-05-19 Glenn Morris <rgm@gnu.org>
4074
4075 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
4076 (ORDINARY_LINK): New AC_DEFINE.
4077 (LIB_GCC): No need to set if ORDINARY_LINK.
4078
4079 2010-05-18 Glenn Morris <rgm@gnu.org>
4080
4081 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
4082 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
4083
4084 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
4085 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
4086 (RALLOC_OBJ): New output variable.
4087
4088 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4089 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4090
4091 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * Makefile.in (src): Provide the name of the VCS file that witnesses
4094 a pull.
4095 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4096
4097 2010-05-17 Glenn Morris <rgm@gnu.org>
4098
4099 * configure.in (OLDXMENU_DEPS): New output variable.
4100
4101 2010-05-16 Glenn Morris <rgm@gnu.org>
4102
4103 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4104
4105 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4106 * Makefile.in (install-arch-dep): Update for above change.
4107
4108 * Makefile.in (ns_appdir): Remove.
4109 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4110
4111 * configure.in (TEMACS_LDFLAGS2): New output variable.
4112
4113 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4114 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4115 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4116 nothing uses.
4117
4118 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4119
4120 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4121 does not use them.
4122 (X11R5_INHIBIT_I18N): Remove, unused.
4123
4124 2010-05-15 Glenn Morris <rgm@gnu.org>
4125
4126 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4127
4128 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4129
4130 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
4131
4132 * configure.in: Look for version string in its new location.
4133
4134 2010-05-15 Eli Zaretskii <eliz@gnu.org>
4135
4136 * config.bat: Remove support for DJGPP v1.x.
4137
4138 2010-05-15 Glenn Morris <rgm@gnu.org>
4139
4140 * configure.in (OLDXMENU_TARGET): New output variable.
4141
4142 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4143
4144 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4145 and other files that no longer exist.
4146
4147 2010-05-14 Glenn Morris <rgm@gnu.org>
4148
4149 * configure.in (cpp_undefs): Add mktime, register, X11.
4150
4151 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4152 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4153 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4154
4155 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4156 (GNUSTEP_MAKEFILES): Do not output.
4157
4158 2010-05-13 Glenn Morris <rgm@gnu.org>
4159
4160 * configure.in: Fix some paren typos.
4161
4162 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4163
4164 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4165
4166 2010-05-12 Glenn Morris <rgm@gnu.org>
4167
4168 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4169
4170 * configure.in (LIB_GCC): New output variable.
4171
4172 2010-05-11 Glenn Morris <rgm@gnu.org>
4173
4174 * make-dist (msdos): No more mainmake.
4175
4176 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4177 * config.bat: Do not run cpp on lib-src/Makefile.in.
4178
4179 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4180
4181 2010-05-10 Glenn Morris <rgm@gnu.org>
4182
4183 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4184
4185 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4186 (BLESSMAIL_TARGET): New output variable.
4187
4188 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4189
4190 * INSTALL: Fix typos.
4191
4192 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * configure.in: Add check for buggy version of GCC (Bug#6031).
4195
4196 2010-05-08 Glenn Morris <rgm@gnu.org>
4197
4198 * configure.in (HAVE_LIBNCURSES): New local variable.
4199 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4200 replacing cpp in src/s/*.h and src/Makefile.in.
4201
4202 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * Version 23.2 released.
4205
4206 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * configure.in: Add tests for `isnan' and `copysign'.
4209
4210 2010-05-07 Eli Zaretskii <eliz@gnu.org>
4211
4212 * config.bat: Allow for 2 leading `#'s in comments in
4213 src/Makefile.in.
4214
4215 2010-05-07 Glenn Morris <rgm@gnu.org>
4216
4217 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4218 Merges logic from src/s/* and src/Makefile.in.
4219 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4220
4221 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4222
4223 Define START_FILES and LIB_STANDARD using autoconf.
4224 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4225 here from src/s/*.h.
4226 (HAVE_CRTIN): Remove, inline logic in the netbsd
4227 START_FILES/LIB_STANDARD computation.
4228
4229 2010-05-06 Glenn Morris <rgm@gnu.org>
4230
4231 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4232
4233 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4234 (LD_SWITCH_X_SITE): Remove unused variables.
4235
4236 2010-05-04 Glenn Morris <rgm@gnu.org>
4237
4238 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4239 as well.
4240 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4241
4242 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4243
4244 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4245 variables, replacing c_switch_machine, c_switch_system.
4246 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4247 @c_switch_system@.
4248
4249 2010-05-03 Glenn Morris <rgm@gnu.org>
4250
4251 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4252
4253 * make-dist: There are no more src/m/*.inp files.
4254
4255 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4256
4257 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4258 (ac_link): Do not use ld_switch_machine.
4259
4260 2010-05-01 Glenn Morris <rgm@gnu.org>
4261
4262 * configure.in (OTHER_OBJ): Remove.
4263 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4264
4265 2010-04-30 Glenn Morris <rgm@gnu.org>
4266
4267 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4268 Elsewhere, maybe include it.
4269
4270 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4271 (OLDXMENU, LIBXMENU): New output variables.
4272
4273 * configure.in (OTHER_OBJ): New output variable.
4274
4275 2010-04-28 Glenn Morris <rgm@gnu.org>
4276
4277 * configure.in (CYGWIN_OBJ): New output variable.
4278
4279 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4280
4281 * configure.in (FONT_OBJ): New output variable.
4282
4283 * configure.in (LIBXMU): New output variable.
4284
4285 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4286
4287 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4288 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4289
4290 2010-04-27 Glenn Morris <rgm@gnu.org>
4291
4292 * configure.in (LIBXTR6): New output variable. Move unixware special
4293 case here from src/s/unixware.h.
4294
4295 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4296 in Makefiles.
4297 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4298
4299 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4300 (LIBXP): No longer substitute in Makefiles.
4301 (MOTIF_LIBW): New output variable. Move system-specific settings here
4302 from src/s files.
4303
4304 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4305
4306 Reduce CPP usage.
4307 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4308 (unexec): Define unconditionally, all platforms define
4309 UNEXEC. AC_SUBST it.
4310 (UNEXEC_SRC): Remove, unused.
4311 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4312
4313 2010-04-27 Glenn Morris <rgm@gnu.org>
4314
4315 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4316 replaced by LIBXP.
4317
4318 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4319 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4320 On hpux10-20, default to /lib.
4321
4322 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4323
4324 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4325
4326 * configure.in (LIBS_MACHINE): Remove, unused.
4327
4328 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4329
4330 2010-04-24 Glenn Morris <rgm@gnu.org>
4331
4332 * configure.in (CRT_DIR): New output variable.
4333 (--with-crt-dir): New option. (Bug#5655)
4334 (HAVE_LIB64_DIR): Remove.
4335
4336 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4337
4338 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4339
4340 2010-04-22 Miles Bader <miles@gnu.org>
4341
4342 * configure.in: Get rid of "unix" pre-defined macro when
4343 preprocessing Makefile. (Bug#5857)
4344
4345 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4346
4347 Avoid non-portable shell command negation
4348 * configure.in: Revert last change.
4349
4350 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4351
4352 * configure.in: Change "if test ! -f" to "if ! test -f".
4353
4354 2010-04-21 Glenn Morris <rgm@gnu.org>
4355
4356 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4357 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4358
4359 2010-04-21 Karel Klíč <kklic@redhat.com>
4360
4361 * configure.in: New option: --with(out)-selinux, on by default.
4362 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4363 LIBSELINUX_LIBS in Makefiles.
4364
4365 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4366
4367 * configure.in: Remove all references to LIBX11_SYSTEM.
4368
4369 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4370
4371 * configure.in: Remove all references to C_DEBUG_SWITCH.
4372
4373 2010-03-27 Eli Zaretskii <eliz@gnu.org>
4374
4375 * config.bat <lib-src>: Edit out lines that begin with several #
4376 characters.
4377
4378 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4379
4380 * configure.in: Remove support for old UNIX System V systems and
4381 for Unixware on non-x86 machines.
4382
4383 * configure.in: Remove support for Solaris on PPC and for old versions.
4384
4385 * configure.in: Remove non-working lynxos port.
4386
4387 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4388
4389 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4390
4391 2010-03-19 Glenn Morris <rgm@gnu.org>
4392
4393 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4394 happy.
4395
4396 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4397
4398 * configure.in: Check for tputs and friends, abort if not
4399 found (bug#5735).
4400
4401 2010-03-18 Glenn Morris <rgm@gnu.org>
4402
4403 * configure.in (--with-x-toolkit): In the help text, say which options
4404 are synonyms.
4405
4406 * configure.in (--with-mmdf, --with-mail-unlink):
4407 New options, off by default.
4408 (--with-mailhost): New option to set default POP host.
4409 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4410 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4411 New variables, substituted in Makefiles.
4412 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4413 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4414 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4415 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4416 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4417
4418 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4419
4420 * Makefile.in (uninstall): Handle the case where archlibdir does not
4421 exist. (Bug#5720)
4422
4423 2010-03-12 Eli Zaretskii <eliz@gnu.org>
4424
4425 These changes remove termcap.c from the build on POSIX platforms.
4426 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4427
4428 * configure: Regenerated.
4429
4430 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * Branch for 23.2.
4433
4434 2010-01-31 Juri Linkov <juri@jurta.org>
4435
4436 * .bzrignore: Add TAGS-LISP.
4437
4438 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4439
4440 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4441 this header file).
4442
4443 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * .bzrignore: Ignore all .exe, instead of individual files.
4446
4447 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * configure.in: Explicitly check for and link to -lXrender.
4450
4451 2010-01-12 Glenn Morris <rgm@gnu.org>
4452
4453 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4454 for bug reports for development versions.
4455
4456 2010-01-02 Eli Zaretskii <eliz@gnu.org>
4457
4458 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4459 build.
4460
4461 2009-12-27 Karl Fogel <kfogel@red-bean>
4462
4463 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4464 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4465
4466 2009-12-17 Glenn Morris <rgm@gnu.org>
4467
4468 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4469
4470 2009-12-15 Glenn Morris <rgm@gnu.org>
4471
4472 * info/dir: Add EDT entry.
4473 * Makefile.in (INFO_FILES): Add edt.
4474
4475 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4476
4477 * configure.in: Check for RSVG if GNUstep is used.
4478
4479 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4480
4481 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4482
4483 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4484
4485 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4486
4487 2009-12-01 Glenn Morris <rgm@gnu.org>
4488
4489 * make-dist: Add etc/images/mpc directory.
4490
4491 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4492
4493 * configure.in: Don't check for GConf unless X is used.
4494
4495 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4496
4497 * configure.in: Use -Wdeclaration-after-statement if available.
4498
4499 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4500
4501 * configure.in: New option: --with(out)-gconf.
4502 Set HAVE_GCONF if we find gconf.
4503
4504 2009-11-17 Glenn Morris <rgm@gnu.org>
4505
4506 * Makefile.in (INFO_FILES): Add semantic.
4507
4508 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
4509
4510 * info/dir: Add Semantic.
4511
4512 2009-11-16 Glenn Morris <rgm@gnu.org>
4513
4514 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4515 pattern, so as not to exclude makefile*.el. (Bug#4912)
4516
4517 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4518
4519 * configure.in: --enable-autodepend is new. Check for GNU Make
4520 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4521 gcc and GNU make to generate dependencies.
4522
4523 2009-10-27 Glenn Morris <rgm@gnu.org>
4524
4525 * make-dist: Make links to doc/lispintro/*.pdf.
4526
4527 2009-10-23 Jim Meyering <meyering@redhat.com>
4528
4529 * configure.in: Invoke $CPP with -P when creating Makefile and
4530 src/Makefile. Without this, gcc 4.4.2 converts each
4531 backslash-newline pair in the input to a bare newline, yielding
4532 invalid Makefiles.
4533
4534 * configure: Regenerate.
4535
4536 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4537
4538 * configure.in (vax-dec-vms): Remove, not supported anymore.
4539
4540 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4541
4542 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4543 (*-apple-darwin*): Add x86_64 architecture.
4544
4545 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4546
4547 * config.guess, config.sub: Updated from master source.
4548
4549 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4550
4551 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4552
4553 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4554
4555 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4556
4557 2009-09-29 Glenn Morris <rgm@gnu.org>
4558
4559 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4560
4561 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4562
4563 * config.guess, config.sub: Updated from master source.
4564
4565 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4566
4567 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4568
4569 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4570
4571 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * INSTALL: Update URL for GNU FreeFont.
4574
4575 2009-09-09 Glenn Morris <rgm@gnu.org>
4576
4577 * Makefile.in (install-arch-indep): Don't recursively change perms of
4578 site-lisp and infodir. There may be non-Emacs files in here, and the
4579 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4580 (mkdir): Set umask to world-readable before creating directories.
4581 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4582
4583 2009-08-29 Glenn Morris <rgm@gnu.org>
4584
4585 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4586 (info): Don't give an error in the absence of makeinfo - let the doc
4587 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4588
4589 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
4590
4591 * Makefile.in (install-arch-indep): If the versioned DOC-####
4592 generated during loadup+dump isn't found, install the plain DOC
4593 file that always gets generated, in case CANNOT_DUMP is set.
4594
4595 * configure.in: Warn if package version specified here doesn't
4596 match the version in version.el.
4597 * configure: Regenerate.
4598
4599 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
4600
4601 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4602
4603 * configure: Regenerate.
4604
4605 2009-08-19 Glenn Morris <rgm@gnu.org>
4606
4607 * INSTALL: Remove reference to cvtmail.
4608
4609 2009-08-15 CHENG Gao <chenggao@gmail.com>
4610
4611 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4612
4613 2009-08-02 Kevin Ryde <user42@zip.com.au>
4614
4615 * INSTALL: Fix free fonts URL.
4616
4617 2009-07-22 Glenn Morris <rgm@gnu.org>
4618
4619 * configure.in (AC_PREREQ): Require autoconf 2.62.
4620
4621 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4622
4623 * configure.in (--enable-checking, --enable-profiling):
4624 Use AS_HELP_STRING.
4625
4626 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4627
4628 * configure.in (--enable-profiling): New option.
4629 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4630
4631 2009-06-27 Glenn Morris <rgm@gnu.org>
4632
4633 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4634
4635 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4636
4637 * configure.in (--enable-checking): New option.
4638
4639 2009-06-24 Glenn Morris <rgm@gnu.org>
4640
4641 * make-dist: Warn if subdir does not exist in source.
4642 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4643 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4644 No longer make links.
4645
4646 2009-06-24 Yavor Doganov <yavor@gnu.org>
4647
4648 * make-dist (tempdir): Don't create directories preferences.gorm
4649 and preferences.nib, they are no longer required.
4650
4651 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
4652
4653 * Branch for 23.1.
4654
4655 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
4656
4657 * configure.in: Delete mac-fix-env target, which has been
4658 removed (Bug#3531).
4659
4660 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
4663
4664 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
4665
4666 * BUGS: Use new binding of view-emacs-problems.
4667
4668 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
4669
4670 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4671 for Solaris compatibility.
4672
4673 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * configure: Regenerate.
4676
4677 * configure.in: Disable use of FreeType without libXft.
4678
4679 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4680
4681 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4682 Check if it is declared in gtk.h.
4683
4684 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4685
4686 * Makefile.in (install-arch-indep): Remove .gitignore files.
4687
4688 2009-04-03 Kenichi Handa <handa@m17n.org>
4689
4690 * INSTALL: Make the section "Complex Text Layout support
4691 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4692
4693 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4694
4695 * configure.in (rs6000-ibm-aix6*): Fix typo.
4696
4697 2009-03-04 Glenn Morris <rgm@gnu.org>
4698
4699 * Makefile.in (INFO_FILES): Add auth.
4700
4701 2009-03-03 Glenn Morris <rgm@gnu.org>
4702
4703 * info/dir: Add Auth-source.
4704
4705 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4708 the second.
4709
4710 2009-02-28 Eli Zaretskii <eliz@gnu.org>
4711
4712 * config.bat: Copy .dbxinit to _dbxinit.
4713
4714 * make-dist (Making links to `info'): Remove .gitignore.
4715
4716 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * Makefile.in (lib-src, lisp): Use simpler rule.
4719 (src): Be more specific to avoid recompiling all the .elc files just
4720 because the bootstrap-emacs is missing.
4721
4722 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * configure.in: Require librsvg >= 2.11.
4725
4726 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4727
4728 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4729 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4730
4731 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4732
4733 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4734
4735 2009-02-03 Glenn Morris <rgm@gnu.org>
4736
4737 * make-dist: Add some missing files, remove some that are no longer
4738 present.
4739
4740 2009-02-02 Glenn Morris <rgm@gnu.org>
4741
4742 * make-dist: Add some missing nextstep/ files.
4743
4744 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
4745
4746 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
4747
4748 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4749
4750 * configure.in: Add support for m68k-*-netbsd.
4751
4752 2009-01-14 Juri Linkov <juri@jurta.org>
4753
4754 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
4755
4756 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
4757 and bug-reference-mode.
4758
4759 2009-01-11 Juri Linkov <juri@jurta.org>
4760
4761 * INSTALL.CVS: Move configuration explicitly to the first step.
4762
4763 2009-01-09 Glenn Morris <rgm@gnu.org>
4764
4765 * .dir-locals.el: Don't set indent-tabs-mode.
4766
4767 2008-12-30 Kenichi Handa <handa@m17n.org>
4768
4769 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
4770 the function OTF_get_variation_glyphs.
4771
4772 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
4773
4774 * Makefile.in (install-arch-dep): Remove old directories in
4775 ns_app* before moving new directories there.
4776
4777 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
4778
4779 * .dir-locals.el: Remove non-working entry for pmail.
4780 (fill-column): Fix typo.
4781 (change-log-mode): Add fill column.
4782
4783 2008-12-26 Eli Zaretskii <eliz@gnu.org>
4784
4785 * config.bat: Produce _dir-locals.el from .dir-locals.el.
4786
4787 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4788
4789 * make-dist (tempdir): Distribute .dir-locals.el.
4790
4791 * .dir-locals.el: New file.
4792
4793 2008-12-19 Eli Zaretskii <eliz@gnu.org>
4794
4795 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
4796 for rationale.
4797
4798 2008-12-13 Glenn Morris <rgm@gnu.org>
4799
4800 * Makefile.in (install-arch-indep): Add new man-pages.
4801 (manext): Remove variable.
4802 (MAN_PAGES): New variable.
4803 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
4804 and remove.
4805 (uninstall): Remove desktop file and icons, game scores if empty.
4806
4807 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4808
4809 * config.guess, config.sub: Updated from master source.
4810
4811 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4812
4813 * Makefile.in (install-arch-indep): Install ebrowse.1.
4814
4815 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4816
4817 * configure.in: Add Solaris on x86_64.
4818
4819 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4820
4821 * config.guess, config.sub: Updated from master source.
4822
4823 2008-12-08 Eli Zaretskii <eliz@gnu.org>
4824
4825 * info/dir: Fix last change.
4826
4827 2008-12-07 Eli Zaretskii <eliz@gnu.org>
4828
4829 * info/dir: Untabify.
4830
4831 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
4832
4833 * configure.in: Fix last change.
4834
4835 2008-11-28 Richard M Stallman <rms@gnu.org>
4836
4837 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
4838 New configurations.
4839
4840 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
4841
4842 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4843 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
4844
4845 2008-11-15 Eli Zaretskii <eliz@gnu.org>
4846
4847 * Makefile.in (INFO_FILES): Remove ns-emacs.
4848
4849 * info/dir (NS-Emacs): Remove entry.
4850
4851 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4852
4853 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
4854
4855 2008-11-07 Glenn Morris <rgm@gnu.org>
4856
4857 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
4858
4859 2008-10-31 Eli Zaretskii <eliz@gnu.org>
4860
4861 * config.bat: Tell user to expect one "File not found" message
4862 while the `doc' directory is being configured.
4863
4864 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * update-subdirs: Put obsolete directory last.
4867
4868 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4869
4870 * configure.in: Check fontconfig always.
4871
4872 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4873
4874 * configure (*-solaris2.[7-9]*): Fix typo.
4875
4876 2008-10-24 Glenn Morris <rgm@gnu.org>
4877
4878 * configure.in (--without-sync-input, --with-pkg-config-prog):
4879 Help strings start with lower case.
4880 (--with-gnustep-conf): New option.
4881 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
4882
4883 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
4884
4885 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
4886 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
4887 is not found. (Bug#1230)
4888
4889 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4890
4891 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
4892 Use sol2-6.h for Solaris 7-9.
4893
4894 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
4895
4896 * configure.in: Add support for GNU/Linux on SuperH.
4897
4898 2008-10-12 Andreas Schwab <schwab@suse.de>
4899
4900 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
4901
4902 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
4903
4904 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
4905 "X") to avoid confusion.
4906
4907 * configure: Regenerate.
4908
4909 2008-09-07 Romain Francoise <romain@orebokech.com>
4910
4911 * make-dist: Distribute doc/man/ChangeLog.
4912
4913 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4914
4915 * configure.in: Disable XFT and Freetype when without X.
4916
4917 * configure: Regenerate.
4918
4919 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4920
4921 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
4922
4923 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4924
4925 * configure.in (GNUSTEP_SYSTEM_HEADERS):
4926 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
4927
4928 * configure: Regenerate.
4929
4930 2008-08-20 Eli Zaretskii <eliz@gnu.org>
4931
4932 * configure.in: Move "#define subprocesses" before
4933 config_opsysfile is included.
4934
4935 2008-08-19 Kenichi Handa <handa@m17n.org>
4936
4937 * INSTALL (Extra fonts): Mention local fonts, don't mention
4938 mule-unicode.
4939
4940 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
4941
4942 * make-dist: Omit info/.arch-inventory.
4943
4944 2008-08-16 Jason Rumney <jasonr@gnu.org>
4945
4946 * make-dist (tempdir/nt): Link emacsclient.rc.
4947
4948 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4949
4950 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4951 AC_SUBST it.
4952 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4953 AC_SUBST it.
4954 (OTHER_FILES): Always define for HAVE_NS.
4955 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4956 * configure: Regenerate.
4957
4958 2008-08-07 Andreas Schwab <schwab@suse.de>
4959
4960 * configure.in: Correctly handle
4961 --enable-cocoa-experimental-ctrl-g=no and
4962 --enable-ns-self-contained=yes.
4963
4964 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4965
4966 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
4967 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
4968 Don't bother undef'ing since won't have desired effect.
4969
4970 2008-08-06 Andreas Schwab <schwab@suse.de>
4971
4972 * configure.in: Fix quoting.
4973
4974 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
4975
4976 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4977
4978 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
4979
4980 * configure.in: Add checks for krb5_error.text and
4981 krb5_error.e_text struct members.
4982
4983 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * configure.in: Test for existence of NSInteger.
4986 Suggested by Yavor Doganov.
4987
4988 2008-08-02 Romain Francoise <romain@orebokech.com>
4989
4990 * Makefile.in (INFO_FILES): Add mairix-el.
4991
4992 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4993
4994 * make-dist:
4995 * README: Remove VMS support.
4996 * vms: Remove directory.
4997
4998 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4999
5000 * configure.in (MULTI_KBOARD): Remove.
5001
5002 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
5003
5004 * configure.in (DO_BLOCK_INPUT): Remove, unused.
5005
5006 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * info/dir (File): Add mairix-el.
5009
5010 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5011
5012 Remove support for Mac Carbon.
5013 * mac: Remove directory.
5014 * make-dist:
5015 * configure.in:
5016 * README:
5017 * Makefile.in:
5018 * INSTALL: Remove code for Carbon.
5019 * configure: Regenerate.
5020
5021 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5022
5023 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
5024
5025 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
5026
5027 * configure.in: Check for getrlimit.
5028
5029 * configure: Regenerate.
5030
5031 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
5032
5033 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
5034 in src/Makefile.in.
5035 (static): Remove, autoconf would always comment it out anyway.
5036 (subprocesses): Define unconditionally.
5037
5038 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
5039
5040 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
5041 compilation under GNUstep.
5042
5043 2008-07-18 Kenichi Handa <handa@m17n.org>
5044
5045 * INSTALL (Complex Text Layout support libraries): Delete the
5046 paragraph about --enable-font-backend.
5047
5048 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
5049
5050 * configure.in: Print out some info to user for NeXTstep builds.
5051 (ns-app): Remove enable option.
5052 (ns-self-contained): Add enable option.
5053 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
5054 GNUstep, use to set install prefixes, and substitute in Makefiles.
5055 * configure: Regenerate.
5056 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
5057 NS app bundle.
5058
5059 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
5062
5063 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5064
5065 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
5066 NS_IMPL_COCOA.
5067
5068 2008-07-16 Glenn Morris <rgm@gnu.org>
5069
5070 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
5071 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
5072 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
5073 never unset.
5074
5075 * make-dist: Add nextstep/ directories.
5076 (src, lib-src): Add .m files.
5077
5078 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
5079
5080 * configure.in (freebsd, kfreebsd): Undo part of previous change.
5081 (USER_FULL_NAME): Remove, not used anymore.
5082 * configure: Regenerate.
5083
5084 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5085
5086 Changes and additions for NeXTstep windowing system (Cocoa and
5087 GNUstep) support.
5088
5089 * configure.in: Add support for NS window system: --with-ns (default
5090 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5091 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5092 disable font backend if window system is "none", not if !HAVE_X11.
5093 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5094 (install-arch-dep): Add commands to assemble NS .app package.
5095
5096 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 * configure.in: Use macppc for Darwin. Remove references to
5099 desupported systems.
5100 * configure: Regenerate.
5101
5102 2008-07-05 Glenn Morris <rgm@gnu.org>
5103
5104 * make-dist (EMACS): Doc fix.
5105 (lisp): There are no *.dat or image files here any more.
5106 (src): There are no *.s files here any more.
5107 (etc/images, etc/images/*): Link to most regular files.
5108
5109 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5110
5111 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5112
5113 2008-07-01 Glenn Morris <rgm@gnu.org>
5114
5115 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5116 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5117 and explicitly export there. (Bug#507.)
5118
5119 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5120
5121 * configure.in:
5122 * configure: Remove references to obsolete systems.
5123
5124 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5127 make it depend on all other */.in files.
5128 (src/Makefile, src/config.stamp, lib-src/Makefile)
5129 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5130 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5131 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5132 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5133
5134 * configure.in: Don't create src/config.stamp any more.
5135
5136 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5139
5140 2008-06-22 Glenn Morris <rgm@gnu.org>
5141
5142 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5143
5144 2008-06-21 Romain Francoise <romain@orebokech.com>
5145
5146 * Makefile.in (INFO_FILES): Add sasl.
5147
5148 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5151 (bootstrap-build): Remove.
5152 (top_bootclean): New var.
5153 (top_distclean, bootstrap-clean): Use it.
5154 (bootstrap): Don't recheck config. Make normally.
5155
5156 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * Makefile.in (SUBDIR): Include `lisp'.
5159 (lisp): Depend on `src'.
5160 (top_distclean): Don't remove config.status.
5161 (bootstrap-clean): New target.
5162 (maintainer-clean): Use it.
5163 (bootstrap): Use bootstrap-clean. Re-run config.status.
5164 (src/bootstrap-emacs${EXEEXT}): New target.
5165 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5166 src/Makefile now takes care of it.
5167 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5168
5169 2008-06-15 Glenn Morris <rgm@gnu.org>
5170
5171 * info/dir: Add sasl.
5172
5173 2008-06-09 Alan Mackenzie <acm@muc.de>
5174
5175 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5176
5177 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5178
5179 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5180
5181 2008-06-07 Glenn Morris <rgm@gnu.org>
5182
5183 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5184 serve no purpose.
5185
5186 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5189 * configure: Regenerate.
5190
5191 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5192
5193 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5194
5195 2008-05-14 Kenichi Handa <handa@m17n.org>
5196
5197 * configure: Regenerate.
5198
5199 * configure.in: Don't handle --disable-font-backend. Don't print
5200 a message about a font backend.
5201
5202 2008-05-09 Glenn Morris <rgm@gnu.org>
5203
5204 * configure.in: Make absence of makeinfo a fatal error only if the info
5205 files don't exist.
5206 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5207
5208 2008-05-07 Eli Zaretskii <eliz@gnu.org>
5209
5210 * config.bat: Fix last change: don't use < and > in "rem" lines,
5211 they are interpreted as redirection by DOS shells.
5212
5213 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5214
5215 * configure.in: Check availability of AvailabilityMacros.h
5216 if HAVE_CARBON.
5217
5218 * configure: Regenerate.
5219
5220 2008-05-03 Glenn Morris <rgm@gnu.org>
5221
5222 * configure.in (x_libraries): Remove standard 64-bit directories -
5223 experimental workaround for minor autoconf bug.
5224
5225 * configure.in (--without-makeinfo): New option. If set,
5226 absence of suitable makeinfo is not a fatal error.
5227 * Makefile.in (MAKEINFO): New, set by configure.
5228 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5229 (info-real): New target.
5230 (info): Without makeinfo, do nothing, else call `info-real'.
5231
5232 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5233
5234 * configure.in: Remove hpux10.20 from the desupported list.
5235
5236 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5239
5240 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5243 rather than change CPPFLAGS.
5244 (HAVE_GTK): Rename to USE_GTK.
5245
5246 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5247
5248 * configure.in: Replace the obsolete macros AC_AIX and
5249 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5250
5251 2008-04-05 Andreas Schwab <schwab@suse.de>
5252
5253 * configure.in: No longer create admin/unidata/Makefile.
5254
5255 2008-03-28 Andreas Schwab <schwab@suse.de>
5256
5257 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5258 (lisp/Makefile): New rule.
5259
5260 2008-03-13 Glenn Morris <rgm@gnu.org>
5261
5262 * configure.in (AC_INIT): Fix version number.
5263 (sync-input): Reword the option, since it's on by default.
5264
5265 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5266
5267 * configure.in: Add --enable-sync-input, default yes.
5268
5269 2008-03-11 Glenn Morris <rgm@gnu.org>
5270
5271 * Makefile.in (install-etc, mkdir): Handle directory
5272 etc/images/icons/hicolor/*/mimetypes/.
5273
5274 * make-dist: Handle icons/hicolor/scalable directory.
5275
5276 2008-03-05 Glenn Morris <rgm@gnu.org>
5277
5278 * configure.in: Enable font-backend by default.
5279 (USE_FONT_BACKEND): Set to "no" in absence of X.
5280 (PKG_CONFIG): Don't set multiple times, once is enough.
5281 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5282
5283 2008-03-03 Glenn Morris <rgm@gnu.org>
5284
5285 * Makefile.in (iconsrcdir): New variable.
5286 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5287 directory.
5288
5289 2008-02-29 Glenn Morris <rgm@gnu.org>
5290
5291 * test/: New directory.
5292
5293 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5294
5295 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5296
5297 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5298
5299 * configure.in: Print an error for systems that we think are obsolete
5300 and are proposed to be removed. Remove some more unused systems.
5301 Add support for powerpc-ibm-aix6*.
5302
5303 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5304
5305 * configure.in: Remove references to obsolete variables and systems.
5306
5307 2008-02-21 Glenn Morris <rgm@gnu.org>
5308
5309 * Makefile.in (set_installuser): New.
5310 (install-arch-indep): Use set_installuser to avoid duplicate code.
5311
5312 * README.unicode: Split into admin/notes/unicode,font-backend and
5313 remove.
5314
5315 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5316
5317 * configure.in (arm*-*-freebsd*): Add.
5318
5319 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5320
5321 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5322 dealing with obsolete variables.
5323
5324 2008-02-08 Glenn Morris <rgm@gnu.org>
5325
5326 * Makefile.in (check-info-dir): New target.
5327
5328 2008-02-08 Michael Olson <mwolson@gnu.org>
5329
5330 * Makefile.in (INFO_FILES): Add epa.
5331
5332 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5333 features" section.
5334
5335 2008-02-06 Glenn Morris <rgm@gnu.org>
5336
5337 * configure.in (--with-gcc): Give an error saying this option has
5338 been removed.
5339 (--with-gtk): Remove this option.
5340
5341 2008-02-06 Tom Tromey <tromey@redhat.com>
5342
5343 * configure.in (--with-gcc): Remove.
5344 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5345
5346 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
5347
5348 * INSTALL: Recommend giflib, not libungif.
5349
5350 2008-02-05 Tom Tromey <tromey@redhat.com>
5351
5352 * configure.in (--with-dbus): Default to enabled.
5353
5354 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5355
5356 * INSTALL (Complex Text Layout support libraries): New section.
5357
5358 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * make-dist: Remove references to files in mac/ that have been
5361 deleted.
5362
5363 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5364
5365 * configure.in: For libotf and m17n-flt checks, set shell vars
5366 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5367 pkg_check_m17n_flt, respectively, for the sake of the summary output.
5368 Reported by Ulrich Mueller.
5369
5370 2008-02-02 Eli Zaretskii <eliz@gnu.org>
5371
5372 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5373 admin/unidata/Makefile.in to Makefile.
5374
5375 2008-02-02 Glenn Morris <rgm@gnu.org>
5376
5377 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5378 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5379 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5380
5381 2008-02-01 Miles Bader <miles@gnu.org>
5382
5383 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5384 [libotf], and [m17n-flt] options.
5385
5386 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5387
5388 * configure.in: Add EMACS_ARG_N([libotf]...), and
5389 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5390 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5391 CFLAGS, and LIBS in checking of m17n-flt.
5392
5393 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5394
5395 * configure.in: Check the availability of m17n-flt library.
5396
5397 2008-02-01 Kenichi Handa <handa@m17n.org>
5398
5399 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5400 not available.
5401
5402 2008-02-01 Kenichi Handa <handa@m17n.org>
5403
5404 * configure.in: New args --enable-font-backend, --with-xft,
5405 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5406 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5407 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5408 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5409
5410 2008-02-01 Kenichi Handa <handa@m17n.org>
5411
5412 * make-dist: Include etc/charsets in tarball.
5413
5414 2008-02-01 Kenichi Handa <handa@m17n.org>
5415
5416 * configure.in: While running cpp on junk.c, include
5417 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5418 exists.
5419
5420 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5421
5422 * configure.in (xtensa): Match more configurations.
5423
5424 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5425
5426 * configure.in: Update comment.
5427
5428 2008-01-26 Glenn Morris <rgm@gnu.org>
5429
5430 * configure.in (--without-gcc): By default, neither off nor on.
5431 (--with-carbon): Tone down rhetoric in help text.
5432
5433 2008-01-25 Glenn Morris <rgm@gnu.org>
5434
5435 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5436 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5437 Default `Carbon' to off (it's unsupported).
5438
5439 2008-01-24 Glenn Morris <rgm@gnu.org>
5440
5441 * configure.in: Standardize dbus-related messages.
5442
5443 2008-01-23 Michael Olson <mwolson@gnu.org>
5444
5445 * configure.in (pkg-config-prog): Remove initial whitespace.
5446
5447 2008-01-23 Tom Tromey <tromey@redhat.com>
5448
5449 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5450 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5451 Update all users.
5452
5453 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5454
5455 * config.guess, config.sub: Updated from master source.
5456
5457 2008-01-17 Andreas Schwab <schwab@suse.de>
5458
5459 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5460
5461 2008-01-17 Glenn Morris <rgm@gnu.org>
5462
5463 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5464
5465 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5466
5467 * configure.in: Remove more references to unsupported systems.
5468
5469 2008-01-16 Sven Joachim <svenjoac@gmx.de>
5470
5471 * make-dist: Add --lzma.
5472
5473 2008-01-16 Glenn Morris <rgm@gnu.org>
5474
5475 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5476 configure checks for this.
5477
5478 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5479
5480 * configure.in: Remove more references to unsupported systems.
5481
5482 2008-01-06 Romain Francoise <romain@orebokech.com>
5483
5484 * configure.in: Delete extra semicolons.
5485
5486 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5487
5488 * configure.in: Remove references to unsupported systems.
5489
5490 2008-01-05 Romain Francoise <romain@orebokech.com>
5491
5492 * make-dist: Add --bzip2. Update copyright.
5493
5494 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5495
5496 * configure.in: Remove support for Masscomp.
5497
5498 2008-01-05 Glenn Morris <rgm@gnu.org>
5499
5500 * Makefile.in (desktopdir, icondir): New variables.
5501 (install-arch-indep): Also depend on `install-etc'.
5502 (install-etc): New target.
5503 (mkdir): Also create the `applications' and `icons' directories.
5504
5505 2008-01-04 Glenn Morris <rgm@gnu.org>
5506
5507 * make-dist: Update for new etc/images/icons/hicolor directory.
5508
5509 2007-12-09 Andreas Schwab <schwab@suse.de>
5510
5511 * configure.in: D-Bus is not enabled by default.
5512
5513 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5514
5515 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5516 change.
5517
5518 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5519
5520 * configure.in: Give package name and version to AC_INIT.
5521
5522 2007-12-03 Magnus Henoch <mange@freemail.hu>
5523
5524 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5525
5526 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
5527
5528 * configure.in: No need for DBUS_INFO anymore.
5529
5530 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5531
5532 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
5533
5534 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5535
5536 * Makefile.in (INFO_FILES): Add dbus.
5537
5538 2007-12-02 Romain Francoise <romain@orebokech.com>
5539
5540 * make-dist: Fix last change.
5541
5542 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5543
5544 * configure.in: Add support for gnu-kfreebsd.
5545
5546 2007-11-28 Glenn Morris <rgm@gnu.org>
5547
5548 * make-dist: Add etc/nxml.
5549
5550 2007-11-24 Romain Francoise <romain@orebokech.com>
5551
5552 * Makefile.in (INFO_FILES): Add nxml-mode.
5553
5554 2007-11-23 Romain Francoise <romain@orebokech.com>
5555
5556 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5557 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5558
5559 2007-11-20 Andreas Schwab <schwab@suse.de>
5560
5561 * configure.in: Always include <resolv.h> when checking for res_init.
5562
5563 2007-11-17 Andreas Schwab <schwab@suse.de>
5564
5565 * update-subdirs: Atomically update subdirs.el.
5566
5567 2007-11-17 Glenn Morris <rgm@gnu.org>
5568
5569 * Makefile.in (check-declare): New target.
5570
5571 2007-11-07 Glenn Morris <rgm@gnu.org>
5572
5573 * configure.in: Deprecate Mac Carbon port.
5574
5575 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5576
5577 * configure.in: Remove HAVE_X11R5 check.
5578
5579 2007-10-31 Glenn Morris <rgm@gnu.org>
5580
5581 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5582 when changing ownership of installed files.
5583
5584 2007-10-30 Glenn Morris <rgm@gnu.org>
5585
5586 * make-dist: Add new directory etc/gnus.
5587
5588 2007-10-30 Michael Olson <mwolson@gnu.org>
5589
5590 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5591
5592 2007-10-29 Glenn Morris <rgm@gnu.org>
5593
5594 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5595
5596 2007-10-23 Glenn Morris <rgm@gnu.org>
5597
5598 * MAINTAINERS: Move to admin/.
5599
5600 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5603 (HAVE_LIBRESOLV): Also define if we are using res_init().
5604
5605 2007-10-17 Glenn Morris <rgm@gnu.org>
5606
5607 * FTP: Remove file, since it's just a duplicate of one in etc/.
5608
5609 2007-10-05 Eli Zaretskii <eliz@gnu.org>
5610
5611 * config.bat: Fix configuring `doc' due to changes in the
5612 directory structure.
5613
5614 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5615
5616 * configure.in: Don't use -lpthread on HP-UX.
5617
5618 2007-09-16 Glenn Morris <rgm@gnu.org>
5619
5620 * make-dist: File gfdl.1 has been removed.
5621
5622 2007-09-15 Glenn Morris <rgm@gnu.org>
5623
5624 * configure.in: Fix makeinfo version regexp.
5625
5626 2007-09-12 Glenn Morris <rgm@gnu.org>
5627
5628 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5629 implementation of alloca is not found.
5630
5631 * Makefile.in (SOURCES, unlock, relock): Delete.
5632 (install-arch-indep): Do not exclude the etc/ Makefiles.
5633
5634 2007-09-09 Juri Linkov <juri@jurta.org>
5635
5636 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5637
5638 * README: Add doc/ to documentation directories.
5639
5640 2007-09-08 Michael Olson <mwolson@gnu.org>
5641
5642 * MAINTAINERS: Add myself for ERC and tq.el.
5643 Update for new doc/ directory layout.
5644
5645 2007-09-06 Romain Francoise <romain@orebokech.com>
5646
5647 * make-dist: Update for new doc/ directory layout.
5648
5649 2007-09-06 Glenn Morris <rgm@gnu.org>
5650
5651 * Makefile.in (mansrcdir): New variable.
5652 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5653 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5654 update these targets for new doc/ directory layout.
5655 (doc/misc/Makefile): New target.
5656 (install-arch-indep): Use mansrcdir for new location of manpages.
5657 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5658 (relock, info, dvi): Update targets for new doc/ directory layout.
5659
5660 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5661 for new doc/ directory layout.
5662
5663 2007-09-02 Andreas Schwab <schwab@suse.de>
5664
5665 * configure.in: Use AS_HELP_STRING throughout.
5666 * configure: Regenerate.
5667
5668 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5669
5670 * configure.in: Require Gtk/Glib 2.6.
5671
5672 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5673
5674 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5675 Use them throughout in place of AC_ARG_WITH calls.
5676 * configure: Regenerate.
5677
5678 2007-09-01 Andreas Schwab <schwab@suse.de>
5679
5680 * configure.in: Put quotes around nested macro calls.
5681
5682 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5683
5684 * configure.in: Fix typo.
5685 * configure: Regenerate.
5686
5687 2007-08-30 Glenn Morris <rgm@gnu.org>
5688
5689 * configure.in (AH_BOTTOM): Copy some manual changes made to
5690 src/config.in here so they are not lost when it regenerates.
5691
5692 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5693
5694 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5695
5696 * README.multi-tty: New file.
5697
5698 2007-08-29 Glenn Morris <rgm@gnu.org>
5699
5700 * README: Increase version to 23.0.50.
5701
5702 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
5703
5704 * configure.in: New option: --without-xaw3d.
5705
5706 2007-08-24 Glenn Morris <rgm@gnu.org>
5707
5708 * configure.in: Check for a suitably recent makeinfo.
5709
5710 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5711
5712 * configure.in (Check for required libraries): Typo.
5713
5714 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5715
5716 * configure.in: Check librsvg2 also for Mac Carbon.
5717
5718 2007-08-22 Romain Francoise <romain@orebokech.com>
5719
5720 * make-dist: Follow reorganization of files in etc/.
5721
5722 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5723
5724 * configure.in: Add support for SVG images through librsvg2.
5725
5726 2007-07-28 Eli Zaretskii <eliz@gnu.org>
5727
5728 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5729 to avoid an error message if there is no DOC there.
5730
5731 2007-07-25 Glenn Morris <rgm@gnu.org>
5732
5733 * Relicense all FSF files to GPLv3 or later.
5734
5735 * COPYING, info/COPYING: Switch to GPLv3.
5736
5737 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
5738
5739 * configure.in: Complain if X seems to be installed but no
5740 development files were found.
5741
5742 2007-06-20 Glenn Morris <rgm@gnu.org>
5743
5744 * configure.in: Prefer libgif over libungif.
5745
5746 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
5747
5748 * configure.in: Check for all image libraries before exiting.
5749
5750 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
5751
5752 * configure.in: Exit with error if image libraries aren't found.
5753
5754 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
5755
5756 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
5757 when compiling without scrollbars.
5758
5759 2007-06-12 Glenn Morris <rgm@gnu.org>
5760
5761 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
5762
5763 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
5764
5765 * configure.in: Change wording about yes/gtk and lucid/athena
5766 being synonyms.
5767
5768 2007-06-08 Glenn Morris <rgm@gnu.org>
5769
5770 * configure.in: Make gtk the default toolkit.
5771
5772 2007-06-07 Glenn Morris <rgm@gnu.org>
5773
5774 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
5775 for a Sun C compiler.
5776
5777 * Makefile.in (install-arch-indep): Install only the DOC- file
5778 specific to the build, if possible, rather than DOC-*.
5779
5780 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * Version 22.1 released.
5783
5784 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
5785
5786 * mkinstalldirs: Sync to version in automake CVS.
5787
5788 2007-05-22 Andreas Schwab <schwab@suse.de>
5789
5790 * configure.in: Prefer build_alias over host when host_alias is not set.
5791 * configure: Regenerate.
5792
5793 2007-05-20 Andreas Schwab <schwab@suse.de>
5794
5795 * configure.in: Remove empty AC_SUBST.
5796 * configure: Regenerate.
5797
5798 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5799
5800 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
5801 it like others.
5802 * configure: Regenerate.
5803
5804 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
5805
5806 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
5807 (AC_CHECK_LIB): Add -lgpm.
5808 * configure: Regenerate.
5809
5810 2007-05-03 Glenn Morris <rgm@gnu.org>
5811
5812 * configure: Tweak message about the absence of shell functions.
5813
5814 2007-04-27 Andreas Schwab <schwab@suse.de>
5815
5816 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
5817
5818 2007-04-26 Glenn Morris <rgm@gnu.org>
5819
5820 * README: Increase version to 22.1.50.
5821
5822 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
5823
5824 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
5825
5826 2007-04-19 Glenn Morris <rgm@gnu.org>
5827
5828 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
5829
5830 2007-04-18 Glenn Morris <rgm@gnu.org>
5831
5832 * INSTALL: Mention CPP.
5833
5834 2007-04-15 Glenn Morris <rgm@gnu.org>
5835
5836 * FTP: Replace with a pointer to the web version.
5837
5838 2007-04-13 Glenn Morris <rgm@gnu.org>
5839
5840 * INSTALL: In lib-src, timer, wakeup, yow are removed.
5841
5842 2007-04-04 Glenn Morris <rgm@gnu.org>
5843
5844 * configure.in (NON_GNU_CPP): Use associated preprocessor when
5845 compiling with Sun Studio on Solaris.
5846
5847 2007-03-23 Glenn Morris <rgm@gnu.org>
5848
5849 * configure.in: Restore support for hp800 (removed 2007-01-27)
5850 following clarification of legal status.
5851
5852 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
5853
5854 * configure.in: Add support for AIX4.3 on IBM RS6000.
5855
5856 * configure: Regenerate.
5857
5858 2007-03-20 Richard Stallman <rms@gnu.org>
5859
5860 * configure.in: Fix previous change.
5861
5862 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
5863
5864 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
5865 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
5866 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
5867
5868 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
5871 user specifies "without".
5872
5873 * configure: Regenerate.
5874
5875 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
5876
5877 * configure.in: Warning for Gtk+ and Cygwin added.
5878 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
5879
5880 2007-02-27 Glenn Morris <rgm@gnu.org>
5881
5882 * make-dist (oldXMenu): Remove Imakefile.
5883 (etc/images): Add README.
5884
5885 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5886
5887 * configure.in (xtensa-*-linux-gnu*): New configuration.
5888
5889 * configure: Regenerate.
5890
5891 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5892
5893 * config.guess, config.sub: Updated from master source.
5894
5895 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5896
5897 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
5898
5899 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5900
5901 * configure.in: Restore support for hp800's not running HP-UX.
5902
5903 * configure: Regenerate.
5904
5905 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * configure.in: Remove support for hp800 and sr2k machine types.
5908
5909 * configure: Regenerate.
5910
5911 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
5912
5913 * configure.in: Add check for libXft.
5914
5915 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5916
5917 * INSTALL: Info files moved to share/info.
5918
5919 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
5920
5921 * configure.in: Detect and use fink-installed in intel-based Mac
5922 builds; change Apple Darwin section to support both PowerPC and
5923 Intel-based Macs.
5924
5925 2006-12-26 Andreas Schwab <schwab@suse.de>
5926
5927 * Makefile.in (datarootdir): Define.
5928
5929 2006-12-24 Richard Stallman <rms@gnu.org>
5930
5931 * configure.in: Require Autoconf 2.61.
5932
5933 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
5934
5935 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
5936 Remove redundant entry for powerpc-apple-netbsd.
5937
5938 * configure: Regenerate.
5939
5940 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5941
5942 * configure: Regenerate with autoconf 2.61.
5943
5944 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5945
5946 * configure.in: Detect alsa/asoundlib.h also.
5947 * configure: Regenerate.
5948
5949 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5950
5951 * configure.in: Check if GTK+ compiles at all.
5952
5953 2006-12-10 Andreas Schwab <schwab@suse.de>
5954
5955 * configure.in: Remove check for struct timezone, its result is
5956 never used.
5957
5958 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5959
5960 * configure.in: Add support for Solaris 10 on x86-64.
5961
5962 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5963
5964 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5965 of PKG_CONFIG_PATH.
5966
5967 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5968
5969 * configure.in (HAVE_SYNC): New test.
5970
5971 2006-12-03 Glenn Morris <rgm@gnu.org>
5972
5973 * Makefile.in: Fix Copyright format.
5974
5975 * configure.in (AH_TOP): Add missing Copyright year.
5976
5977 * update-subdirs: Add missing Copyright years.
5978
5979 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5980
5981 * Makefile.in: Touch only the parts of the share/emacs directory
5982 specific to this version.
5983
5984 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
5985
5986 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5987
5988 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5989
5990 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5991
5992 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5993
5994 * configure.in: Prefer X11 to Carbon only when some X-specific
5995 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5996
5997 2006-11-04 Romain Francoise <romain@orebokech.com>
5998
5999 * Makefile.in (bootstrap-clean-before): Fix typo.
6000 Use new target `bootstrap-clean' in the leim subdirectory.
6001
6002 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6003
6004 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
6005
6006 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
6007
6008 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
6009 directories.
6010
6011 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
6012
6013 * configure.in: Enable x86-64 OpenBSD compilation.
6014
6015 2006-10-28 Glenn Morris <rgm@gnu.org>
6016
6017 * AUTHORS: Add cal-html.el author.
6018
6019 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6020
6021 * make-dist: Make links to mac/make-package and
6022 mac/Emacs.app/Contents/Resources/Emacs.icns.
6023
6024 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * README: Bump version number to 22.0.90.
6027
6028 2006-10-23 Andreas Schwab <schwab@suse.de>
6029
6030 * configure.in: Make sure x_default_search_path is always set even
6031 when x_libraries is empty, and look in .../share as well for each
6032 library directory.
6033
6034 2006-09-28 Kenichi Handa <handa@m17n.org>
6035
6036 * configure.in (locallisppath): Don't include leim dir.
6037 (lisppath): Include leim dir.
6038
6039 2006-09-15 Jay Belanger <belanger@truman.edu>
6040
6041 * COPYING: Replace "Library Public License" by "Lesser Public
6042 License" throughout.
6043
6044 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6045
6046 * make-dist (EMACS): Exit and fail if the EMACS environment
6047 variable is set to something other than an absolute file name.
6048
6049 2006-08-16 Andreas Schwab <schwab@suse.de>
6050
6051 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
6052 of hardcoding it.
6053
6054 2006-08-16 Richard Stallman <rms@gnu.org>
6055
6056 * INSTALL.CVS: Clean up wording.
6057
6058 2006-07-14 Eli Zaretskii <eliz@gnu.org>
6059
6060 * configure.in (PKG_CHECK_MODULES): Redirect the output of
6061 $PKG_CONFIG --exists "$2" to config.log.
6062 * configure: Regenerate.
6063
6064 2006-07-09 Richard Stallman <rms@gnu.org>
6065
6066 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
6067
6068 2006-07-09 Kim F. Storm <storm@cua.dk>
6069
6070 * CONTRIBUTE: Use outline format.
6071 Add section on copyright years (from admin/notes/years).
6072
6073 2006-07-08 Eli Zaretskii <eliz@gnu.org>
6074
6075 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
6076 to /dev/null, since we don't need the error message, just the
6077 exit status.
6078
6079 2006-07-07 Eli Zaretskii <eliz@gnu.org>
6080
6081 * CONTRIBUTE: Slight formatting changes and typo fixes.
6082 Add description of NEWS markings.
6083
6084 2006-07-07 Kim F. Storm <storm@cua.dk>
6085
6086 * CONTRIBUTE: Mention INSTALL.CVS.
6087
6088 2006-07-05 Romain Francoise <romain@orebokech.com>
6089
6090 * make-dist (top-level): Add CONTRIBUTE.
6091
6092 2006-07-04 Richard Stallman <rms@gnu.org>
6093
6094 * CONTRIBUTE: Much rewrite.
6095
6096 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
6097
6098 * CONTRIBUTE: New file.
6099
6100 2006-06-24 Eli Zaretskii <eliz@gnu.org>
6101
6102 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6103
6104 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6105
6106 * configure.in: Add check for ALSA.
6107
6108 2006-05-06 Eli Zaretskii <eliz@gnu.org>
6109
6110 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6111
6112 * info/dir: Remove the Emacs-Xtra entry.
6113
6114 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6115
6116 Update copyright year(s) in many files.
6117
6118 2006-04-01 Eli Zaretskii <eliz@gnu.org>
6119
6120 * configure: Regenerated.
6121
6122 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6123
6124 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6125 --without-toolkit-scroll-bars was specified.
6126
6127 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6128
6129 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6130 to CFLAGS. Update Copyright years written to src/config.in.
6131
6132 2006-03-18 Claudio Fontana <claudio@gnu.org>
6133
6134 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6135 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6136 to be installed/uninstalled.
6137 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6138 to Info files installed by Emacs.
6139
6140 2006-03-03 Claudio Fontana <claudio@gnu.org>
6141
6142 * Makefile.in (install, uninstall): Add DESTDIR variable to
6143 support staged installations.
6144
6145 2006-02-14 Richard M. Stallman <rms@gnu.org>
6146
6147 * configure.in (s390x-*-linux-gnu*): New configuration.
6148
6149 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6150
6151 * configure.in: Require GTK 2.4 or newer.
6152
6153 2006-01-29 Michael Olson <mwolson@gnu.org>
6154
6155 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6156 * info/dir (ERC): New entry.
6157
6158 2006-01-29 Eli Zaretskii <eliz@gnu.org>
6159
6160 * info/dir: Fix last change.
6161
6162 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6163
6164 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6165
6166 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6167
6168 * info/dir: Untabify the whole file.
6169 (Rcirc): New entry.
6170
6171 2006-01-12 Andreas Schwab <schwab@suse.de>
6172
6173 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6174 check.
6175
6176 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6177
6178 * configure.in: Use -Wno-pointer-sign if available.
6179
6180 2005-12-29 Andreas Schwab <schwab@suse.de>
6181
6182 * config.guess, config.sub: Updated from master source.
6183
6184 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6185
6186 * configure.in: Use amdx86-64 for freebsd on x86_64.
6187
6188 2005-11-22 Romain Francoise <romain@orebokech.com>
6189
6190 * make-dist: Add etc/images/icons.
6191
6192 2005-11-03 Andreas Schwab <schwab@suse.de>
6193
6194 * configure.in: Use GZIP_PROG instead of GZIP.
6195
6196 * Makefile.in (GZIP_PROG): Rename from GZIP.
6197 (install-arch-indep): Adjust.
6198
6199 2005-11-01 Andreas Schwab <schwab@suse.de>
6200
6201 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6202 (bootfast): Likewise.
6203
6204 2005-11-01 Romain Francoise <romain@orebokech.com>
6205
6206 * configure.in: Check for gzip.
6207
6208 * Makefile.in (install): Compress source files.
6209
6210 2005-10-24 Steven Tamm <steventamm@mac.com>
6211
6212 * configure.in: Fix darwin386 configuration issue.
6213
6214 2005-10-22 Eli Zaretskii <eliz@gnu.org>
6215
6216 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6217
6218 2005-10-17 Bill Wohler <wohler@newt.com>
6219
6220 * make-dist: Create and populate etc/images/low-color.
6221
6222 2005-10-15 Bill Wohler <wohler@newt.com>
6223
6224 * make-dist: Create and populate etc/images/gud.
6225
6226 2005-10-08 Richard M. Stallman <rms@gnu.org>
6227
6228 * make-dist (tempparent): Don't check for 14-char file name limit.
6229
6230 2005-10-07 Romain Francoise <romain@orebokech.com>
6231
6232 * make-dist: Add etc/images/ezimage and etc/images/mail
6233 directories. Install images in etc/images.
6234
6235 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6236
6237 * configure.in: Prefer Carbon if --enable-carbon-app or
6238 --with-carbon is explicitly specified even when X11 is detected.
6239
6240 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
6241
6242 * Makefile.in (install-arch-indep, uninstall):
6243 Handle newsticker manual.
6244 (info): Add - to commands.
6245
6246 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6247
6248 Remove the MAXPATHLEN limitations:
6249
6250 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6251
6252 2005-09-09 Eli Zaretskii <eliz@gnu.org>
6253
6254 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6255 * configure: Regenerate.
6256
6257 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6258
6259 * config.guess, config.sub: Updated from master source.
6260
6261 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
6262
6263 * .cvsignore: Add `lock'.
6264
6265 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6266
6267 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6268
6269 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6270
6271 Merge gnulib getopt implementation into Emacs.
6272
6273 * Makefile.in (AUTOCONF_INPUTS): New macro.
6274 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6275 so that these files also depend on m4/getopt.m4.
6276 * configure.in: Configure getopt by including m4/getopt.m4,
6277 and configuring a getopt replacement if necessary.
6278 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6279 * m4/getopt.m4: New file.
6280
6281 2005-07-06 Lute Kamstra <lute@gnu.org>
6282
6283 * configure.in: Fix capitalization.
6284
6285 2005-07-04 Lute Kamstra <lute@gnu.org>
6286
6287 Update FSF's address in GPL notices.
6288
6289 2005-06-19 Jérôme Marant <jerome@marant.org>
6290
6291 * Makefile.in (epaths-force): Protect both lisppath and
6292 buildlisppath from whitespace.
6293
6294 2005-06-08 Steven Tamm <steventamm@mac.com>
6295
6296 * configure.in: Support Darwin/MacOSX on Intel.
6297
6298 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6299
6300 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6301
6302 2005-05-19 Jérôme Marant <jmarant@marant.org>
6303
6304 * configure.in: Add --enable-locallisppath.
6305
6306 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6307
6308 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
6309 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6310 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
6311
6312 2005-05-07 Jérôme Marant <jerome@marant.org>
6313
6314 * make-dist: Remove references to makefile.nt and makefile.def.
6315 Include widgets and images subdirectories of etc. Do not exclude
6316 ldefs-boot.el.
6317
6318 2005-04-23 Andreas Schwab <schwab@suse.de>
6319
6320 * configure.in: Remove duplicate match for powerpc configuration.
6321
6322 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6323
6324 * configure.in: Check for <pwd.h>.
6325
6326 2005-04-14 Lute Kamstra <lute@gnu.org>
6327
6328 * make-dist: Distribute all ChangeLog files in lisp/.
6329 Don't distribute ldefs-boot.el.
6330 lisp/makefile.nt no longer exists.
6331
6332 2005-04-13 Lute Kamstra <lute@gnu.org>
6333
6334 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6335 for "no-byte-compile: t" in the file instead.
6336
6337 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6340 shadow the main Lesstif/Motif-2.1 libs and includes.
6341
6342 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6343
6344 * configure.in: Only add XASSERTS to cppflags.
6345
6346 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6347
6348 * configure.in: Added --enable-asserts.
6349
6350 2005-02-09 Kim F. Storm <storm@cua.dk>
6351
6352 Change release version from 21.4 to 22.1 throughout.
6353 Change development version from 21.3.50 to 22.0.50.
6354
6355 2005-01-19 Steven Tamm <steventamm@mac.com>
6356
6357 * configure.in: Check for <sys/utsname.h>.
6358
6359 2004-12-11 Kim F. Storm <storm@cua.dk>
6360
6361 * Makefile.in (info): Undo 2004-12-05 change.
6362
6363 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6364
6365 * info/dir (File): Add URL and Org Mode manuals.
6366 * Makefile.in (install-arch-indep, uninstall): Add url and org
6367 manuals.
6368
6369 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6372 committed to src/config.in.
6373
6374 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6375
6376 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6377 pthreads and define HAVE_GTK_AND_PTHREAD.
6378
6379 2004-12-05 Richard M. Stallman <rms@gnu.org>
6380
6381 * Makefile.in (info): Ignore errors building info files.
6382
6383 2004-11-27 Eli Zaretskii <eliz@gnu.org>
6384
6385 * config.bat: If 8-byte alignment is not supported, define
6386 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6387 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6388 filter through Sed to remove the quotes.
6389
6390 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6393 not apply to files explicitly `cvs add'ed.
6394
6395 2004-11-12 Eli Zaretskii <eliz@gnu.org>
6396
6397 * config.bat: Don't require djecho.exe for the v1.x build.
6398 Add a test for DECL_ALIGN support, and add a trivial definition to
6399 src/config.h if 8-byte alignment is not supported.
6400
6401 2004-11-08 Kim F. Storm <storm@cua.dk>
6402
6403 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6404 files before building.
6405 (bootfast, bootstrap-clean-before-fast): New targets, like
6406 bootstrap but don't remove .elc files.
6407
6408 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
6409
6410 * configure.in: Add check for getrusage.
6411
6412 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6413
6414 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6415 New tests for new and old GTK file dialogs.
6416 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6417 to no.
6418
6419 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6420
6421 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6422 can be set. Remove SETARCH test.
6423
6424 2004-10-08 Steven Tamm <steventamm@mac.com>
6425
6426 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
6427
6428 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6429
6430 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6431 AC_MSG_WARN. Move output of warning message to end of configure run.
6432
6433 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6434
6435 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6436 Run test to see if heap start address is random.
6437
6438 2004-09-29 Miles Bader <miles@gnu.org>
6439
6440 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6441 if setarch is present.
6442
6443 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6444
6445 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6446
6447 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6448
6449 * configure.in: Check for exec-shield.
6450
6451 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6452
6453 * Makefile.in (install-arch-indep): Add pgg and sieve.
6454
6455 * info/.cvsignore: Added pgg and sieve.
6456
6457 2004-08-06 Andreas Schwab <schwab@suse.de>
6458
6459 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6460
6461 2004-07-31 Eli Zaretskii <eliz@gnu.org>
6462
6463 * config.bat: Update URLs in the comments.
6464
6465 2004-07-05 Andreas Schwab <schwab@suse.de>
6466
6467 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6468
6469 2004-06-21 Kenichi Handa <handa@m17n.org>
6470
6471 * make-dist: Link leim-ext.el into tempdir.
6472
6473 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6474
6475 * info/dir (File): Add emacs-xtra.
6476 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6477
6478 2004-06-12 Juri Linkov <juri@jurta.org>
6479
6480 * info/dir: Move menu help lines from `* Menu:' to file header.
6481 Describe the purpose of a red *.
6482
6483 2004-05-04 Dave Love <fx@gnu.org>
6484
6485 * configure.in: Don't use `extrasub'.
6486
6487 2004-04-29 Dave Love <fx@gnu.org>
6488
6489 * configure.in: Don't forget to quote args to `test'.
6490
6491 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6492
6493 * autogen.sh: Update filename in "please read" message.
6494
6495 2004-04-17 Richard M. Stallman <rms@gnu.org>
6496
6497 * INSTALL: Move the info about site-lisp dirs,
6498 and say uninstalled Emacs looks there too.
6499
6500 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6501
6502 * config.bat (lib-src): Recognize comment lines in Makefile.in
6503 that have a TAB after the #, to avoid errors in preprocessing with
6504 GCC 3.3.3.
6505
6506 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * Makefile.in: Mention in comment that `make maintainer-clean'
6509 deletes .elc files.
6510
6511 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * update-subdirs: Add local variables to prevent byte-compiling.
6514
6515 2004-03-21 Dave Love <fx@gnu.org>
6516
6517 * configure.in: Fix previous change.
6518
6519 2004-03-18 Dave Love <fx@gnu.org>
6520
6521 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6522
6523 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6524
6525 * info/dir (File): Add SMTP and SES.
6526
6527 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6530 (bootstrap): Use the new bootstrap-prepare target in lisp.
6531
6532 2004-02-18 Kim F. Storm <storm@cua.dk>
6533
6534 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6535
6536 2004-02-16 Eli Zaretskii <eliz@gnu.org>
6537
6538 * make-dist: Don't link index.*perm and permute-index into tempdir.
6539
6540 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6541
6542 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6543 to match previous changes by Eli Zaretskii.
6544
6545 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6546
6547 * Makefile.in: Set CDPATH to an empty string.
6548
6549 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * configure.in <darwin>: Use fink packages if available.
6552
6553 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6554
6555 * make-dist (lispref): Do include lispref/index.texi.
6556
6557 2004-01-06 Eric Hanchrow <offby1@blarg.net>
6558
6559 * make-dist (tempdir): Include cursors in nt/icons.
6560
6561 2003-12-30 Eli Zaretskii <eliz@gnu.org>
6562
6563 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6564 clashes with install-sh on 8+3 filesystems.
6565
6566 2003-12-24 Miles Bader <miles@gnu.org>
6567
6568 * .cvsignore: Add .arch-inventory.
6569
6570 2003-12-24 Andreas Schwab <schwab@suse.de>
6571
6572 * configure.in: Check for <sys/socket.h>. Include it before
6573 including <net/if.h>. Move check for <net/if.h> before its use.
6574
6575 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6576
6577 * Makefile.in (install-arch-dep): Don't let cd output go into
6578 pipe for carbon_appdir.
6579
6580 2003-12-24 Andreas Schwab <schwab@suse.de>
6581
6582 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6583
6584 2003-12-01 Andreas Schwab <schwab@suse.de>
6585
6586 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6587 hardcoding gcc.
6588
6589 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6590
6591 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6592 multiple displays.
6593 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6594
6595 2003-09-23 Dave Love <fx@gnu.org>
6596
6597 * configure.in: Check members of struct ifreq.
6598
6599 2003-09-14 Kim F. Storm <storm@cua.dk>
6600
6601 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6602
6603 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6604
6605 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6606
6607 2003-08-18 Lute Kamstra <lute@gnu.org>
6608
6609 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6610 required anymore.
6611
6612 2003-08-07 Andrew Choi <akochoi@shaw.ca>
6613
6614 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6615 option instead of -traditional-cpp for CPP.
6616
6617 2003-07-29 Richard M. Stallman <rms@gnu.org>
6618
6619 * configure.in (HAVE_XIM): Define if XIM is available.
6620
6621 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6622
6623 * configure.in: The function gtk_window_set_icon_from_file was
6624 introduced in GTK+ 2.2, so check for that release.
6625
6626 2003-07-23 Andreas Schwab <schwab@suse.de>
6627
6628 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6629
6630 * Makefile.in (YACC): Remove, not used.
6631 (MAINT): Don't set.
6632 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6633 disable dependency on ${srcdir}/configure.in when maintainer mode
6634 is disabled.
6635
6636 2003-07-22 Dave Love <fx@gnu.org>
6637
6638 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6639 HAVE_X11, not with_xim.
6640 (HAVE_CRTIN): Provide template.
6641 <with_png>: Test for png.h and libpng/png.h.
6642
6643 2003-07-15 Andreas Schwab <schwab@suse.de>
6644
6645 * configure.in: Temporarily leave quoting for AC_DEFINE.
6646
6647 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6648
6649 * configure.in: Check for posix_memalign.
6650
6651 2003-07-12 Richard M. Stallman <rms@gnu.org>
6652
6653 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6654
6655 2003-07-09 Kim F. Storm <storm@cua.dk>
6656
6657 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6658 functionality of --without-xim.
6659
6660 2003-06-29 Dave Love <fx@gnu.org>
6661
6662 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6663
6664 2003-06-23 Dave Love <fx@gnu.org>
6665
6666 * configure.in: Check for sys/_mbstate_t.h.
6667 Test XRegisterIMInstantiateCallback prototype.
6668 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6669
6670 2003-06-06 Dave Love <fx@gnu.org>
6671
6672 * configure.in: Check for locale.h.
6673
6674 2003-06-05 Dave Love <fx@gnu.org>
6675
6676 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6677 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6678 (NLIST_STRUCT): Don't define.
6679 (AH_BOTTOM): Define my_strftime.
6680
6681 2003-06-02 Richard M. Stallman <rms@gnu.org>
6682
6683 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6684
6685 2003-05-24 Andreas Schwab <schwab@suse.de>
6686
6687 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6688 bzero, and bcmp.
6689
6690 2003-05-22 Dave Love <fx@gnu.org>
6691
6692 * configure.in: Remove redundant test for term.h. Test for difftime.
6693
6694 2003-05-20 Dave Love <fx@gnu.org>
6695
6696 * configure.in: Append * to s390-*-linux-gnu case.
6697 (LIBMAIL) <lockfile>: Don't define.
6698
6699 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6700
6701 * INSTALL (* GNU/Linux development packages): Mention Debian and
6702 RedHat package names.
6703
6704 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
6705
6706 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6707
6708 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6709
6710 * INSTALL (* GNU/Linux development packages): Tell people to
6711 install additional packages for compiling Emacs.
6712
6713 2003-04-30 Richard M. Stallman <rms@gnu.org>
6714
6715 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6716
6717 2003-04-28 Francesco Potortì <pot@gnu.org>
6718
6719 * configure.in: Undo last (RMS') change, as it is useless, per
6720 Dave Love.
6721
6722 2003-04-08 Richard M. Stallman <rms@gnu.org>
6723
6724 * configure.in: Put #include of jpeglib.h at start of line.
6725
6726 2003-04-06 Francesco Potortì <pot@gnu.org>
6727
6728 * configure.in: Use the same configuration for all aix5, not just
6729 aix5.1.
6730
6731 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
6732
6733 * configure.in: Check for need for bigtoc support on IBM AIX for
6734 solving a linker table overflow problem.
6735
6736 2003-03-03 Rob Browning <rlb@defaultvalue.org>
6737
6738 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6739 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6740 over bzero, bcmp, and bcopy.
6741
6742 2003-02-23 Simon Josefsson <jas@extundo.com>
6743
6744 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
6745
6746 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
6747
6748 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
6749
6750 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
6751
6752 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
6753
6754 2003-02-08 Andreas Schwab <schwab@suse.de>
6755
6756 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6757 instead of the substitution.
6758
6759 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6760
6761 * Makefile.in: Use @EXEEXT@ for Cygwin.
6762 Use USERNAME if LOGNAME is not set (for Cygwin).
6763
6764 * configure.in: Add opsys=cygwin.
6765
6766 2003-01-22 Andreas Schwab <schwab@suse.de>
6767
6768 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
6769 redefining it explicitly in src/config.in.
6770
6771 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
6772
6773 * Makefile.in (bootstrap): Make bootstrap-after.
6774
6775 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
6776
6777 * configure.in: Fix --with-gtk.
6778
6779 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6780
6781 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
6782
6783 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
6784
6785 2003-01-14 Francesco Potortì <pot@gnu.org>
6786
6787 * configure.in (m68k-motorola-sysv): Remove (obsolete).
6788
6789 2003-01-07 Steven Tamm <steventamm@mac.com>
6790
6791 * configure.in: New option, --enable-carbon-app, to specify
6792 that the application should be installed
6793 * Makefile.in (install-arch-dep): On Mac OS X, install the
6794 Emacs.app application if carbon-app is enabled.
6795
6796 2003-01-06 Dave Love <fx@gnu.org>
6797
6798 * configure.in: Check for nl_langinfo.
6799 [!HAVE_SIZE_T]: Fix typedef.
6800
6801 2003-01-06 David Kastrup <dak@gnu.org>
6802
6803 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
6804
6805 * configure.in: Add tests for install-info.
6806
6807 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
6808
6809 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
6810 use again sol2-6 instead of sol2-8.
6811
6812 2002-12-09 Dave Love <fx@gnu.org>
6813
6814 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
6815
6816 2002-12-08 Andreas Schwab <schwab@suse.de>
6817
6818 * Makefile.in (install-arch-indep): Revert last change.
6819
6820 2002-11-27 Dave Love <fx@gnu.org>
6821
6822 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
6823 Check for __sys_siglist too. Check for memset.
6824 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6825
6826 2002-11-22 Juanma Barranquero <lektu@terra.es>
6827
6828 * config.guess, config.sub: Updated from master source.
6829
6830 2002-11-19 Karl Fogel <kfogel@red-bean.com>
6831
6832 * autogen.sh: New file.
6833
6834 2002-11-18 Dave Love <fx@gnu.org>
6835
6836 * configure.in: Tidy up various quoting issues throughout.
6837 Use AC_GNU_SOURCE.
6838 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
6839 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6840 Maybe define bcopy, bzero, bcmp.
6841 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
6842 non-existent machine file).
6843 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
6844 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
6845 (nlist.h): Move test up.
6846
6847 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
6848
6849 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6850
6851 2002-11-14 Francesco Potortì <pot@gnu.org>
6852
6853 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
6854
6855 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6856
6857 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
6858
6859 2002-11-08 Dave Love <fx@gnu.org>
6860
6861 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6862 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
6863
6864 2002-11-07 Miles Bader <miles@gnu.org>
6865
6866 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
6867 Handle separate-build-dir case.
6868
6869 2002-11-06 Richard M. Stallman <rms@gnu.org>
6870
6871 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
6872 bulletproof. $bar may be empty when there are no .elc files.
6873
6874 2002-10-30 Dave Love <fx@gnu.org>
6875
6876 * configure.in: Require autoconf 2.53. Test for pty.h,
6877 sys/mman.h, sys/param.h, mremap, memmove.
6878 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
6879 (AC_PROG_YACC): Delete.
6880 (size_t): Use AC_CHECK_TYPES.
6881 (AH_TOP): Up-date copyright.
6882
6883 2002-10-01 Juanma Barranquero <lektu@terra.es>
6884
6885 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
6886
6887 2002-09-19 Richard M. Stallman <rms@gnu.org>
6888
6889 * configure.in: Fix the LessTif-directory-finder for real.
6890
6891 2002-09-14 Richard M. Stallman <rms@gnu.org>
6892
6893 * Makefile.in (maybe_bootstrap): Test for complete absence
6894 of compiled Lisp files.
6895
6896 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
6897
6898 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
6899 (bootstrap-clean-after): Delete.
6900 (bootstrap): Make the sequencing explicit.
6901
6902 2002-09-10 Richard M. Stallman <rms@gnu.org>
6903
6904 * configure.in: Fix previous LessTif change.
6905
6906 2002-09-09 Richard M. Stallman <rms@gnu.org>
6907
6908 * configure.in (powerpcle-*-solaris2.5*): New configuration.
6909 (powerpcle-*-solaris*): Use version 2.6 as default.
6910 (*-sunos5.6*, *-solaris2.6*): New alternative.
6911 (*-sunos5*): Use version 2.6 as default.
6912
6913 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6914
6915 * configure.in: Fix typo.
6916
6917 2002-09-05 Richard M. Stallman <rms@gnu.org>
6918
6919 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
6920
6921 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
6922 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
6923
6924 2002-08-26 Kim F. Storm <storm@cua.dk>
6925
6926 * Makefile.in (install-arch-indep): Do not remove DOC file
6927 when it is the only DOC file installed; this is the case when
6928 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
6929
6930 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
6931
6932 * configure.in: Fix typo.
6933
6934 2002-07-24 Richard M. Stallman <rms@gnu.org>
6935
6936 * configure.in: Don't print anything special about gamedir.
6937
6938 * configure.in: Delete nonstandard --with-game-user option.
6939
6940 2002-07-21 Richard M. Stallman <rms@gnu.org>
6941
6942 * Makefile.in (gamedir, localstatedir): New variables.
6943 (epaths-force): Insert value of gamedir into PATH_GAME.
6944
6945 * configure.in (gamedir): Handle it like lispdir.
6946 (--with-game-dir option): Delete.
6947
6948 2002-06-21 Pavel Janík <Pavel@Janik.cz>
6949
6950 * configure.in: Add support for mipseb-*-netbsd* machines.
6951
6952 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6953
6954 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6955
6956 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6957
6958 * info/dir (File): Add an entry for Tramp.
6959
6960 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6961
6962 * INSTALL-CVS: New file.
6963
6964 2002-06-07 Andreas Schwab <schwab@suse.de>
6965
6966 * configure.in (x86_64-*-linux-gnu*): New system.
6967
6968 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6969
6970 * config.bat: Handle the case when lispintro is truncated to lispintr.
6971
6972 2002-05-26 Paul Eggert <eggert@twinsun.com>
6973
6974 * config.guess, config.sub: Updated from master source.
6975
6976 2002-05-09 Richard M. Stallman <rms@gnu.org>
6977
6978 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6979
6980 2002-05-04 Pavel Janík <Pavel@Janik.cz>
6981
6982 * make-dist: Do not distribute lock/ directory.
6983
6984 2002-04-30 Andrew Choi <akochoi@shaw.ca>
6985
6986 * configure.in: Provide documentation string when defining
6987 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6988 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6989
6990 2002-04-29 Colin Walters <walters@verbum.org>
6991
6992 * configure.in: Delete configure check for access to the game user.
6993
6994 2002-04-29 Pavel Janík <Pavel@Janik.cz>
6995
6996 * make-dist: lwlib/Imakefile is removed.
6997
6998 2002-04-26 Andrew Choi <akochoi@shaw.ca>
6999
7000 * configure.in: Add support for powerpc-apple-darwin*.
7001 (HAVE_CARBON): Add.
7002
7003 * make-dist: Create directories in mac/Emacs.app.
7004
7005 2002-04-25 Pavel Janík <Pavel@Janik.cz>
7006
7007 * make-dist: lwlib-Xol* are removed.
7008
7009 2002-04-23 Andreas Schwab <schwab@suse.de>
7010
7011 * Makefile.in (MAINT): New variable.
7012 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
7013 instead of configure.in, to avoid running autoconf and autoheader
7014 unless explicitly requested.
7015
7016 2002-04-16 Eli Zaretskii <eliz@gnu.org>
7017
7018 * config.bat: Update for msdos/sed2v2.inp.
7019
7020 2002-04-15 Andreas Schwab <schwab@suse.de>
7021
7022 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
7023 * configure.in: Add config header templates to all AC_DEFINE and
7024 AC_DEFINE_UNQUOTED symbols.
7025 * make-dist: Run autoheader if necessary.
7026
7027 2002-04-10 Colin Walters <walters@verbum.org>
7028
7029 * configure.in: Add --game-dir, --game-user. Test to see if we
7030 can use them.
7031
7032 2002-04-08 Pavel Janík <Pavel@Janik.cz>
7033
7034 * configure.in: Add --with-sound.
7035
7036 2002-03-18 Kim F. Storm <storm@cua.dk>
7037
7038 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
7039 and getsockname functions. Test for sys/un.h include file.
7040
7041 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
7042
7043 * configure.in: Support AIX 5.1.
7044
7045 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
7046
7047 * configure.in: Added test for X Session Management (HAVE_X_SM).
7048
7049 2002-03-03 Richard M. Stallman <rms@gnu.org>
7050
7051 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
7052 Run chown $${LOGNAME} on files installed by tar xvf.
7053
7054 2002-03-03 Kim F. Storm <storm@cua.dk>
7055
7056 * configure.in: Test for getpeername.
7057
7058 2002-03-01 Richard M. Stallman <rms@gnu.org>
7059
7060 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
7061 (HAVE_GIF): Don't use old libungif versions that crash.
7062
7063 2002-02-26 Richard M. Stallman <rms@gnu.org>
7064
7065 * configure.in <making srcdir absolute>: Verify that PWD is correct,
7066 not just well-formed and valid.
7067 (mips-compaq-nonstopux*): New configuration.
7068
7069 2002-02-18 Paul Eggert <eggert@twinsun.com>
7070
7071 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
7072 "sed q" is a portable equivalent to plain "head -1".
7073
7074 2002-02-13 Richard M. Stallman <rms@gnu.org>
7075
7076 * Makefile.in (maybe_bootstrap): Do `exit 1'.
7077 (all): Don't depend on maybe_bootstrap here.
7078 (${SUBDIR}): Depend on it here instead.
7079
7080 2002-02-08 Richard M. Stallman <rms@gnu.org>
7081
7082 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
7083
7084 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7085
7086 * configure.in: Recognize BSD/OS 5.0.
7087
7088 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7089
7090 * make-dist: Make version checking in emacs.texi consistent with
7091 how we set it there.
7092
7093 2001-12-29 Kim F. Storm <storm@cua.dk>
7094
7095 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7096
7097 2001-12-28 Richard M. Stallman <rms@gnu.org>
7098
7099 * configure.in: Test for mbsinit.
7100
7101 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7102
7103 These changes make Leim part of the standard distribution:
7104
7105 * README: Add info about the `leim' directory.
7106
7107 * INSTALL: Remove text that describes Leim as a separate package.
7108
7109 * noleim-Makefile.in: File removed.
7110
7111 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7112 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7113 Leim files out of the Emacs tree. Don't prepare a separate tarball
7114 for Leim.
7115
7116 2001-12-11 Richard M. Stallman <rms@gnu.org>
7117
7118 * configure.in (hppa*-*-linux-gnu*): New alternative.
7119
7120 2001-12-08 Pavel Janík <Pavel@Janik.cz>
7121
7122 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7123 creating distribution.
7124
7125 2001-12-06 Paul Eggert <eggert@twinsun.com>
7126
7127 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7128 (AC_FUNC_VFORK): Remove.
7129 (AC_FUNC_FORK): Add.
7130 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7131 this is required by recent Autoconf versions.
7132
7133 2001-12-02 Pavel Janík <Pavel@Janik.cz>
7134
7135 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7136 TODO, vms-pp.trans and others).
7137
7138 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7139
7140 * make-dist: Use COPYING from the top-level directory.
7141
7142 2001-11-29 Gerd Moellmann <gerd@gnu.org>
7143
7144 * configure.in: Add support for FreeBSD/Alpha.
7145
7146 2001-11-29 Pavel Janík <Pavel@Janik.cz>
7147
7148 * make-dist: Add COPYING to the top-level directory of the
7149 distribution. Simplify the logic behind copying.
7150
7151 * Makefile.in (maybe_bootstrap): Fix previous change.
7152
7153 2001-11-28 Richard M. Stallman <rms@gnu.org>
7154
7155 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7156
7157 2001-11-26 Richard M. Stallman <rms@gnu.org>
7158
7159 * Makefile.in: bootstrap should not delete dumped executables.
7160 (bootstrap-clean-before): New target.
7161 (bootstrap): Use bootstrap-clean-before instead of clean.
7162 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7163
7164 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7165
7166 These changes add the Emacs Lisp Introduction manual to the
7167 distribution:
7168
7169 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7170
7171 * make-dist: Copy the files in lispintro directory.
7172
7173 * config.bat: Configure in the lispintro directory.
7174
7175 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7176
7177 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7178 (lispintro/Makefile): New target.
7179 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7180 (unlock, relock, info, dvi): Ditto.
7181
7182 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7185
7186 * make-dist (etc): Don't distribute gfdl.1.
7187
7188 2001-11-22 Colin Walters <walters@debian.org>
7189
7190 * Makefile.in (install-arch-indep): Install the calc .info files.
7191 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7192
7193 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7194
7195 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7196 tindex.pl to the list of those being put into the distribution.
7197
7198 2001-11-16 Eli Zaretskii <eliz@gnu.org>
7199
7200 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7201
7202 2001-11-15 Pavel Janík <Pavel@Janik.cz>
7203
7204 * Makefile.in (uninstall): Fix previous change.
7205
7206 * configure.in, Makefile.in: Add support for --program-prefix,
7207 --program-suffix and --program-transform-name options.
7208
7209 2001-11-13 Pavel Janík <Pavel@Janik.cz>
7210
7211 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7212 (install-arch-indep): Install emacsclient manual page.
7213 (uninstall): Uninstall emacsclient manual page.
7214
7215 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7216
7217 * make-dist: Add lispref/index.*perm files to the distribution.
7218 From Pavel Janík <Pavel@Janik.cz>.
7219
7220 2001-11-12 Pavel Janík <Pavel@Janik.cz>
7221
7222 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7223
7224 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7225
7226 * configure.in: AC_OUTPUT lispref/Makefile.
7227
7228 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7229
7230 The following changes add the ELisp reference manual to the
7231 distribution.
7232
7233 * make-dist: Add the lispref directory to the distribution.
7234
7235 * Makefile.in (install-arch-indep): Add elisp* to the list of
7236 installed Info files.
7237 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7238 (lispref/Makefile): New target.
7239 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7240 Add commands for the lispref directory.
7241 (info, dvi): Ditto.
7242
7243 * config.bat: Configure in `lispref'.
7244
7245 2001-11-09 Richard M. Stallman <rms@gnu.org>
7246
7247 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7248
7249 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7250
7251 * make-dist (tempdir): Copy AUTHORS as well.
7252
7253 2001-11-06 Sam Steingold <sds@gnu.org>
7254
7255 * configure.in: Added a check for <nlist.h>.
7256
7257 2001-11-01 Pavel Janík <Pavel@Janik.cz>
7258
7259 * configure.in: Reindent --help output.
7260 From Per Starbäck (starback@ling.uu.se).
7261
7262 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7263
7264 * configure.in: New entry for HP/UX-11.
7265
7266 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7267 From Eric S. Raymond <esr@golux.thyrsus.com>.
7268
7269 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7270
7271 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7272 <athornton@sinenomine.net>.
7273
7274 2001-10-25 Gerd Moellmann <gerd@gnu.org>
7275
7276 * Makefile.in (maybe_bootstrap): New target.
7277 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7278
7279 2001-10-24 Ken Raeburn <raeburn@gnu.org>
7280
7281 * configure.in: If --with-hesiod is given, look for
7282 hes_getmailhost and res_send or __res_send; check hesiod and
7283 resolv libraries respectively if system libraries don't supply them.
7284
7285 2001-10-24 Gerd Moellmann <gerd@gnu.org>
7286
7287 * configure.in: Use $MAKE for `make' if set.
7288
7289 2001-10-22 Gerd Moellmann <gerd@gnu.org>
7290
7291 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7292 to tar options.
7293
7294 2001-10-20 Gerd Moellmann <gerd@gnu.org>
7295
7296 * (Version 21.1 released).
7297
7298 2001-10-20 Miles Bader <miles@gnu.org>
7299
7300 * configure.in (configuration): Set from `host' if `host_alias'
7301 isn't defined.
7302
7303 2001-10-19 Andreas Schwab <schwab@suse.de>
7304
7305 * configure.in: Make ready for autoconf 2.5x.
7306 (AC_PREREQ): Require autoconf 2.50.
7307 * aclocal.m4: Removed.
7308 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7309
7310 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7311
7312 * README: Bump Emacs version to 21.1.50.
7313
7314 2001-10-05 Gerd Moellmann <gerd@gnu.org>
7315
7316 * Branch for 21.1.
7317
7318 2001-09-05 Gerd Moellmann <gerd@gnu.org>
7319
7320 * configure.in: Avoid `$@' which is handled specially in
7321 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7322
7323 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7324
7325 * make-dist (nt): Add subdirs.el to the list of distributed files.
7326
7327 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7328
7329 * configure.in (machine): Add an entry for
7330 hppa1.1-hitachi-hiuxwe2*.
7331
7332 2001-05-28 Gerd Moellmann <gerd@gnu.org>
7333
7334 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7335 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7336
7337 2001-05-14 Gerd Moellmann <gerd@gnu.org>
7338
7339 * make-dist: Copy texinfo.tex unconditionally.
7340
7341 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7342
7343 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7344 that are installed.
7345
7346 2001-04-06 Gerd Moellmann <gerd@gnu.org>
7347
7348 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7349 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7350
7351 * make-dist: Handle leim/MISC-DIC. Only include
7352 `[a-zA-Z]*.{el,elc}' from leim/quail.
7353
7354 2001-04-05 Gerd Moellmann <gerd@gnu.org>
7355
7356 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7357
7358 2001-03-30 Gerd Moellmann <gerd@gnu.org>
7359
7360 * Makefile.in (.PHONY): Add for bootstrap targets.
7361 (bootstrap-clean): New target.
7362 (bootstrap): Use it instead of `clean'.
7363
7364 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7365
7366 * Makefile.in (SUBDIR): Remove leim.
7367 (all, .RECURSIVE, extraclean): Add leim explicitly.
7368 (leim): Provide separate rule which exports PARALLEL=0 into the
7369 environment.
7370
7371 2001-03-20 Gerd Moellmann <gerd@gnu.org>
7372
7373 * configure.in (HAVE_XPM): Don't print the result of the check for
7374 XpmReturnAllocPixels if we don't have an xpm.h.
7375
7376 2001-03-05 Gerd Moellmann <gerd@gnu.org>
7377
7378 * COPYING: New file.
7379
7380 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7381
7382 * config.bat: Update the copyright.
7383
7384 2001-02-23 Kenichi Handa <handa@etl.go.jp>
7385
7386 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7387 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7388 to `yes'. Later in AC_OUTPUT, check this variable.
7389
7390 2001-02-09 Dave Love <fx@gnu.org>
7391
7392 * AUTHORS: Updated.
7393
7394 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7395
7396 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7397
7398 2001-02-02 Gerd Moellmann <gerd@gnu.org>
7399
7400 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7401
7402 * Makefile.in (uninstall): Ignore exit code of `rm'.
7403
7404 * Makefile.in (uninstall): Remove more info files.
7405 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
7406
7407 2001-01-31 Gerd Moellmann <gerd@gnu.org>
7408
7409 * noleim-Makefile.in (extraclean): Add.
7410
7411 2001-01-28 Gerd Moellmann <gerd@gnu.org>
7412
7413 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
7414 it quiet.
7415
7416 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7417
7418 * Makefile.in (tags): Fix typo.
7419
7420 2001-01-13 Kenichi Handa <handa@etl.go.jp>
7421
7422 * configure.in: Fix typo in the code setting x_search_path.
7423
7424 2001-01-10 Dave Love <fx@gnu.org>
7425
7426 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7427 -lXext.
7428 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7429 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7430 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7431 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7432 (now in $LIBS).
7433
7434 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7435
7436 * config.bat: Run the preprocessor with -traditional.
7437
7438 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * INSTALL: Move copying conditions to end of file.
7441
7442 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7443
7444 * INSTALL: Add basic installation procedure which assumes
7445 `configure' does its job. Elaborate on image support libraries.
7446 Add a pointer to Xaw3d library. Add advice about solving
7447 configure-time problems by looking in config.log and setting
7448 variables in the environment.
7449
7450 2000-12-27 Gerd Moellmann <gerd@gnu.org>
7451
7452 * Makefile.in (install-arch-indep): If tar fails, exit with
7453 exit code 1.
7454
7455 2000-12-19 Gerd Moellmann <gerd@gnu.org>
7456
7457 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7458 source file includes XKBlib.h. On some broken Solaris systems,
7459 there is an XKBlib.h, reportedly, but header files included by
7460 XKBlib.h are missing.
7461
7462 2000-12-14 Gerd Moellmann <gerd@gnu.org>
7463
7464 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7465
7466 2000-12-11 Dave Love <fx@gnu.org>
7467
7468 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7469
7470 2000-12-11 Paul Eggert <eggert@twinsun.com>
7471
7472 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7473 Merge fixes from latest GNU tar version. These macros no longer
7474 futz with _XOPEN_SOURCE, as that was not portable in practice.
7475 (AC_FUNC_FSEEKO): New macro.
7476
7477 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7478 ftello.
7479
7480 2000-12-05 Dave Love <fx@gnu.org>
7481
7482 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7483
7484 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7485
7486 * info/dir: Change the category to "Emacs".
7487
7488 2000-12-01 Gerd Moellmann <gerd@gnu.org>
7489
7490 * make-dist (tempdir): Remove epaths.h from the distribution
7491 instead of paths.h.
7492
7493 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7494
7495 * config.bat: Check for existence of djecho.exe, and print an
7496 error message if it is not available.
7497
7498 * INSTALL: Describe possible problem with djecho.exe in old
7499 versions of DJGPP v2.x.
7500
7501 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7502
7503 * configure.in: Initialize HAVE_LIBXP to no.
7504
7505 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7506
7507 * configure.in: Use m/macppc.h instead of the non-existent
7508 m/powerpc.h.
7509
7510 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7511
7512 * Makefile.in (install-arch-indep): Also install info/eshell*
7513 and info/speedbar*.
7514
7515 * configure.in (HAVE_PNG): Check for the presence of
7516 png_get_channels to rule out older PNG libs.
7517
7518 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7519 GCC and NON_GNU_CPP into config.status.
7520
7521 2000-11-20 Dave Love <fx@gnu.org>
7522
7523 * configure.in: Fix last change.
7524
7525 * GETTING.GNU.SOFTWARE: Deleted.
7526 * FTP: New file to replace it.
7527 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7528
7529 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7530
7531 * configure.in: Use -traditional with GNU cpp.
7532
7533 2000-11-17 Gerd Moellmann <gerd@gnu.org>
7534
7535 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7536 Distribute more files from the nt/ subdir. Distribute PBM
7537 image files from subdirs of lisp/. Distribute old change logs
7538 from subdirs of lisp/. Distribute play/5x5.el.
7539
7540 2000-11-11 Dave Love <fx@gnu.org>
7541
7542 * config.sub, config.guess: Updated from master source.
7543
7544 2000-11-07 Dave Love <fx@gnu.org>
7545
7546 * configure.in: Test for mkstemp.
7547
7548 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7549
7550 * info/dir (Top): Rearrange menu items more logically, and put
7551 them into a single category. Add menu items for RefTeX and
7552 Widget.
7553
7554 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7555
7556 * Makefile.in (install-arch-indep): Use --info-dir instead of
7557 --dir-file, and a simple argument instead of --info-file, so that
7558 the Debian version of install-info also works.
7559
7560 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7561
7562 * info/dir (Speedbar): Add entry.
7563
7564 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7565
7566 * INSTALL: Describe the new image-support options to the configure
7567 script. List URLs where image support libraries can be found.
7568
7569 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7570
7571 * info/dir (Top): Add an entry for Eshell.
7572
7573 2000-10-02 Dave Love <fx@gnu.org>
7574
7575 * configure.in: Check for gai_strerror.
7576
7577 2000-10-01 Andreas Schwab <schwab@suse.de>
7578
7579 * Makefile.in (install-arch-indep): Update list of installed info files.
7580
7581 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7582
7583 * configure.in: Support `sparc*-*-netbsd*'.
7584
7585 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7586
7587 * info/dir (MIME): Add entry for emacs-mime.
7588
7589 2000-09-29 Dave Love <fx@gnu.org>
7590
7591 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7592
7593 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7594
7595 * make-dist: Adapt to the change of leim/Makefile which was
7596 necessary to ensure a reasonably working `make dist'.
7597
7598 * leim-Makefile.in: Moved to leim/Makefile.in..
7599
7600 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7601
7602 2000-09-21 Kenichi Handa <handa@etl.go.jp>
7603
7604 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7605 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7606 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7607 files to .elc.
7608 (${TIT}): Adjust for the above change.
7609 (clean mostlyclean): Likewise.
7610 (.el.elc): New target.
7611
7612 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7613
7614 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7615 in the distribution.
7616
7617 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7618
7619 * make-dist (skk): Rename to `ja-dic' because the leim directory
7620 was renamed.
7621
7622 2000-09-14 Dave Love <fx@gnu.org>
7623
7624 * configure.in: Fix spurion in last change.
7625
7626 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7627
7628 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7629 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7630 to `no' if defined. Change result report.
7631
7632 2000-09-08 Dave Love <fx@gnu.org>
7633
7634 * configure.in: Remove spurious `@'s.
7635
7636 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7637 autoconf.
7638
7639 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7640
7641 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7642 file and print informational message.
7643
7644 * configure.in (AC_FUNC_MMAP): Add.
7645
7646 2000-09-01 Gerd Moellmann <gerd@gnu.org>
7647
7648 * configure.in: Add ``checking'' messages for
7649 XpmReturnAllocPixels.
7650
7651 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7652
7653 * configure.in: Check <strings.h>; check `index' and `rindex'
7654 functions.
7655
7656 2000-08-26 Kenichi Handa <handa@etl.go.jp>
7657
7658 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7659 "case "${canonical}" in".
7660
7661 2000-08-25 Dave Love <fx@gnu.org>
7662
7663 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7664
7665 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7666
7667 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7668
7669 2000-08-24 Gerd Moellmann <gerd@gnu.org>
7670
7671 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7672 contains a relative path. Protect against unusable values of $PWD.
7673
7674 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7675
7676 * info/dir (WoMan): Add entry.
7677
7678 * config.bat (maindir): Update src/_gdbinit even if it does
7679 already exist.
7680
7681 2000-08-07 Gerd Moellmann <gerd@gnu.org>
7682
7683 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7684
7685 2000-08-03 Gerd Moellmann <gerd@gnu.org>
7686
7687 * configure.in: Add support for ia64*-*-linux*.
7688
7689 2000-07-27 Gerd Moellmann <gerd@gnu.org>
7690
7691 * make-dist (aclocal.m4): Include in distribution.
7692
7693 2000-07-26 Dave Love <fx@gnu.org>
7694
7695 * configure.in (AC_SYS_LARGEFILE): Move earlier.
7696
7697 2000-07-24 Dave Love <fx@gnu.org>
7698
7699 * configure.in: Add AC_SIZE_T.
7700
7701 2000-07-18 Dave Love <fx@gnu.org>
7702
7703 * configure.in: Reorder so that most tests are done after CPPFLAGS
7704 is set from the C_SWITCH_... definitions.
7705
7706 2000-07-10 Gerd Moellmann <gerd@gnu.org>
7707
7708 * configure.in (HAVE_XPM): Undo previous change. Check for
7709 preprocessor define XpmReturnAllocPixels.
7710
7711 2000-07-06 Gerd Moellmann <gerd@gnu.org>
7712
7713 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7714 instead of XpmReadFileToPixmap.
7715
7716 2000-07-05 Ken Raeburn <raeburn@gnu.org>
7717
7718 * configure.in: Check for <soundcard.h>. Look for ossaudio
7719 library, and set LIBSOUND accordingly.
7720
7721 2000-07-05 Dave Love <fx@gnu.org>
7722
7723 * configure.in: Use AC_HEADER_SYS_WAIT.
7724
7725 2000-07-05 Gerd Moellmann <gerd@gnu.org>
7726
7727 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7728 lisp/Makefile. Distribute lisp/Makefile.in instead of
7729 lisp/Makefile.
7730
7731 2000-06-30 Ken Raeburn <raeburn@gnu.org>
7732
7733 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7734 while searching for image-handling libraries.
7735
7736 2000-06-26 Gerd Moellmann <gerd@gnu.org>
7737
7738 * configure.in (--with-xim): New option.
7739
7740 2000-06-23 Dave Love <fx@gnu.org>
7741
7742 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7743 for struct timezone and test how we can call gettimeofday.
7744 Check for OSF 5+. Check for term.h.
7745
7746 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
7747 version.
7748
7749 2000-06-23 Gerd Moellmann <gerd@gnu.org>
7750
7751 * configure.in (HAVE_LIBXP): Change test for libXp.
7752
7753 2000-06-21 Dave Love <fx@gnu.org>
7754
7755 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
7756 simple test for getloadavg and substitute GETLOADAVG_LIBS.
7757 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
7758
7759 2000-06-19 Dave Love <fx@gnu.org>
7760
7761 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
7762 _XOPEN_SOURCE is defined.
7763
7764 2000-06-16 Gerd Moellmann <gerd@gnu.org>
7765
7766 * Makefile.in (distclean): Also make distclean in lisp/.
7767
7768 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7769
7770 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
7771
7772 2000-06-15 Gerd Moellmann <gerd@gnu.org>
7773
7774 * make-dist: Add --help and --snapshot options.
7775
7776 2000-06-14 Gerd Moellmann <gerd@gnu.org>
7777
7778 * configure.in: Generate lisp/Makefile.
7779
7780 * configure.in: Add support for `*-lynxos*'.
7781 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
7782 recommended by <Karen.Dorhamer@compaq.com> to fix problems
7783 on Tru64 UNIX v5.0.
7784
7785 2000-06-13 Ken Raeburn <raeburn@gnu.org>
7786
7787 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
7788 it's on a continuation line.
7789
7790 2000-06-02 Dave Love <fx@gnu.org>
7791
7792 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
7793 files.
7794
7795 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
7796 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
7797 test.
7798
7799 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
7800 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
7801
7802 2000-05-26 Gerd Moellmann <gerd@gnu.org>
7803
7804 * configure.in: Add check for speed_t typedef.
7805
7806 2000-05-25 Ken Raeburn <raeburn@gnu.org>
7807
7808 * Makefile.in (install-arch-dep): Install fns-*.el only if it
7809 exists; it won't in the CANNOT_DUMP case.
7810
7811 2000-05-25 Gerd Moellmann <gerd@gnu.org>
7812
7813 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
7814 On FreeBSD, the exit status is 1 if CDPATH is not set.
7815 (install-arch-indep): Install ebrowse.info.
7816
7817 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
7818
7819 * configure.in: Check for grandpt and getpt.
7820
7821 2000-05-09 Dave Love <fx@gnu.org>
7822
7823 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
7824
7825 2000-05-05 Gerd Moellmann <gerd@gnu.org>
7826
7827 * make-dist: Make a link for lib-src/grep-changelog.
7828 Copy install-sh.
7829
7830 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
7831
7832 * config.bat: Identify the beginning of the cpp stuff in
7833 src/Makefile.in and lib-src/Makefile.in more accurately.
7834
7835 2000-04-27 Gerd Moellmann <gerd@gnu.org>
7836
7837 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
7838
7839 2000-04-19 Gerd Moellmann <gerd@gnu.org>
7840
7841 * configure.in: Add support for `powerpc-*-netbsd*'.
7842
7843 2000-04-19 Dave Love <fx@gnu.org>
7844
7845 * configure.in: Don't use AC_FUNC_GETLOADAVG.
7846
7847 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
7848
7849 2000-04-16 Dave Love <fx@gnu.org>
7850
7851 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7852
7853 2000-04-14 Dave Love <fx@gnu.org>
7854
7855 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
7856
7857 * aclocal.m4 (AC_FUNC_MKTIME): New.
7858
7859 2000-03-28 Ken Raeburn <raeburn@gnu.org>
7860
7861 * configure.in: Line up "--help" output a little better.
7862
7863 2000-03-26 Gerd Moellmann <gerd@gnu.org>
7864
7865 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
7866 New targets.
7867 (bootstrap): Rewritten in terms of the new targets above.
7868 Make info files, too.
7869
7870 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7871
7872 * config.guess, config.sub: Use the versions of the files from
7873 subversions.
7874
7875 2000-03-08 Dave Love <fx@gnu.org>
7876
7877 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
7878 AC_C_VOLATILE. Define POINTER_TYPE.
7879
7880 * aclocal.m4: New file.
7881
7882 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7883
7884 * configure.in (machine): Add `mipsel-*-netbsd*' and
7885 `arm-*-netbsd*'.
7886
7887 2000-03-01 Gerd Moellmann <gerd@gnu.org>
7888
7889 * configure.in (machine): Add support for `*-auspex-sunos*'.
7890
7891 2000-02-29 Gerd Moellmann <gerd@gnu.org>
7892
7893 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
7894
7895 2000-02-18 Dave Love <fx@gnu.org>
7896
7897 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
7898
7899 2000-02-18 Andreas Schwab <schwab@suse.de>
7900
7901 * Makefile.in (install-arch-indep): Add eudc to list of installed
7902 info files.
7903
7904 2000-02-17 Ken Raeburn <raeburn@gnu.org>
7905
7906 * configure.in: Include -lz and -ljpeg (if it's available) when
7907 testing for the tiff library.
7908
7909 2000-02-17 Gerd Moellmann <gerd@gnu.org>
7910
7911 * configure.in: Remove LISP_FLOAT_TYPE.
7912
7913 2000-02-12 Dave Love <fx@gnu.org>
7914
7915 * configure.in: Use AC_FUNC_VFORK.
7916
7917 2000-02-01 Gerd Moellmann <gerd@gnu.org>
7918
7919 * make-dist: Various fixes for new development tree.
7920
7921 * leim-Makefile.in: New file.
7922
7923 2000-01-31 Gerd Moellmann <gerd@gnu.org>
7924
7925 * Makefile.in (dist): Call ./make-dist.
7926
7927 2000-01-24 Dave Love <fx@gnu.org>
7928
7929 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
7930
7931 2000-01-18 Gerd Moellmann <gerd@gnu.org>
7932
7933 * configure.in (HAVE_GIF): Check for DGifOpen instead of
7934 DGifOpenFileName.
7935
7936 2000-01-11 Andreas Schwab <schwab@suse.de>
7937
7938 * Makefile.in (install-arch-indep): Update list of info files to
7939 be installed.
7940
7941 2000-01-05 Dave Love <fx@gnu.org>
7942
7943 * configure.in: Check for jerror.h as well as libjpeg.
7944
7945 2000-01-03 Andreas Schwab <schwab@suse.de>
7946
7947 * Makefile.in (install-arch-indep): Install autotype*.
7948 Run install-info on autotype and emacs-faq.info.
7949
7950 1999-12-04 Dave Love <fx@gnu.org>
7951
7952 * Makefile.in (install-arch-indep): Depend on `info'.
7953 (install-strip): Use `install' as sub-make target.
7954
7955 1999-11-23 Ken Raeburn <raeburn@gnu.org>
7956
7957 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7958 didn't need to be deleted. Check for the k5crypto library as well
7959 as the crypto library; MIT Kerberos 1.1 changed the name.
7960
7961 1999-11-18 Dave Love <fx@gnu.org>
7962
7963 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7964
7965 1999-11-11 Erik Naggum <erik@naggum.no>
7966
7967 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7968
7969 1999-11-08 Dave Love <fx@gnu.org>
7970
7971 * configure.in: Fix change for --with-pop default.
7972
7973 1999-11-04 Dave Love <fx@gnu.org>
7974
7975 * configure.in: Default to --with-pop. Change sense of with-gcc
7976 and with-toolkit-scroll-bars messages to reflect the defaults.
7977
7978 1999-11-01 Gerd Moellmann <gerd@gnu.org>
7979
7980 * INSTALL: Mention the Emacs Lisp Reference.
7981
7982 1999-10-27 Noah Friedman <friedman@splode.com>
7983
7984 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7985
7986 1999-10-23 Gerd Moellmann <gerd@gnu.org>
7987
7988 * Makefile.in (bootstrap): New target.
7989
7990 1999-10-19 Paul Eggert <eggert@twinsun.com>
7991
7992 Add support for large files. Merge glibc 2.1.2.
7993
7994 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7995 (HAVE_TM_GMTOFF): New symbol.
7996 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7997 mbrlen, strsignal.
7998 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7999
8000 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
8001
8002 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
8003 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
8004
8005 1999-10-09 Richard M. Stallman <rms@gnu.org>
8006
8007 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
8008 Unset CDPATH to prevent cd from generating output.
8009
8010 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
8011
8012 * update-subdirs: Also ignore CVS subdirs.
8013
8014 1999-10-07 Gerd Moellmann <gerd@gnu.org>
8015
8016 * Makefile.in (install-arch-indep): Add ada-mode.
8017
8018 1999-10-06 Dave Love <fx@gnu.org>
8019
8020 * Makefile.in: Add rules for config.status, configure.
8021
8022 1999-09-07 Gerd Moellmann <gerd@gnu.org>
8023
8024 * configure.in (--with-sound): Remove.
8025
8026 1999-08-30 Gerd Moellmann <gerd@gnu.org>
8027
8028 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
8029 the test for Xaw3d.
8030 (HAVE_TIFF): Add -lm to library check.
8031
8032 1999-08-28 Richard Stallman <rms@gnu.org>
8033
8034 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
8035 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
8036 after the other X-related libraries.
8037
8038 1999-08-21 Dave Love <fx@gnu.org>
8039
8040 * configure.in: Don't check for jpeglib.h.
8041
8042 1999-08-20 Gerd Moellmann <gerd@gnu.org>
8043
8044 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
8045 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
8046
8047 1999-08-18 Dave Love <fx@gnu.org>
8048
8049 * configure.in: Check for termcap.h.
8050
8051 1999-08-15 Gerd Moellmann <gerd@gnu.org>
8052
8053 * configure.in: Add --with-toolkit-scroll-bars. If "no",
8054 use Emacs' scroll bars, even if configured for Motif or when
8055 Xaw3d is available.
8056
8057 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
8058
8059 * configure.in: Check for getaddrinfo.
8060
8061 1999-08-04 Eli Zaretskii <eliz@gnu.org>
8062
8063 * config.bat: Make --no-debug work again by removing -gcoff.
8064
8065 1999-07-30 Dave Love <fx@gnu.org>
8066
8067 * configure.in: Check for stdlib.h.
8068
8069 1999-07-19 Dave Love <fx@gnu.org>
8070
8071 * configure.in: Grok sparc64-*-linux-gnu*.
8072
8073 1999-07-12 Richard Stallman <rms@gnu.org>
8074
8075 * Version 20.4 released.
8076
8077 1999-06-23 Karl Heuer <kwzh@gnu.org>
8078
8079 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
8080 Quote $EMACS, in case it's a program with args.
8081
8082 1999-06-15 Gerd Moellmann <gerd@gnu.org>
8083
8084 * configure.in (HAVE_GIF): Use libungif instead of libgif
8085 because the former doesn't contain patented compression code.
8086
8087 1999-05-29 Richard M. Stallman <rms@gnu.org>
8088
8089 * configure.in: Delete the Kerberos stuff.
8090
8091 1999-05-27 Greg Hudson <ghudson@mit.edu>
8092
8093 * configure.in: Prefer kerberos 5 names.
8094
8095 1999-04-26 Richard M. Stallman <rms@gnu.org>
8096
8097 * configure.in: Check for libXp.
8098
8099 1999-04-08 Richard Stallman <rms@gnu.org>
8100
8101 * make-dist: Include change logs in subdirs of `lisp'.
8102
8103 1999-04-05 Richard Stallman <rms@gnu.org>
8104
8105 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8106 (install-arch-indep): Make ${datadir}/emacs world-readable.
8107
8108 1999-03-30 Eli Zaretskii <eliz@gnu.org>
8109
8110 * config.bat: Use epaths.* instead of paths.*.
8111
8112 1999-03-07 Eli Zaretskii <eliz@gnu.org>
8113
8114 * INSTALL: Add detailed instructions to unpack and install
8115 intlfonts on MS-DOS.
8116
8117 1999-02-26 Richard Stallman <rms@gnu.org>
8118
8119 * configure.in: Use epaths.h and epaths-force instead of paths...
8120
8121 * Makefile.in (epaths-force): Rename from paths-force;
8122 operate on epaths.in and produce epaths.h.
8123
8124 1999-02-24 Richard Stallman <rms@gnu.org>
8125
8126 * make-dist: Fix nt/icons directory handling.
8127
8128 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
8129
8130 * configure.in (f301-fujitsu-uxpv4.1): New target.
8131
8132 1999-02-20 Richard Stallman <rms@gnu.org>
8133
8134 * make-dist (tempparent): Fix command to update info files.
8135
8136 1999-02-09 Richard Stallman <rms@gnu.org>
8137
8138 * configure.in (powerpc-apple-netbsd*): New alternative.
8139
8140 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8141
8142 * make-dist: Include the new directory nt/icons in distributions.
8143
8144 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8145
8146 * configure.in: Change message about HAVE_XFREE386.
8147
8148 1999-01-07 Eli Zaretskii <eliz@gnu.org>
8149
8150 * config.bat: Support configuring with leim.
8151
8152 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8153
8154 * configure.in (mips-sgi-irix6.5): New target.
8155
8156 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8157
8158 * configure.in: Remove GSS-API support, since it has been removed
8159 from movemail.
8160
8161 1998-12-04 Markus Rost <rost@delysid.gnu.org>
8162
8163 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8164
8165 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8166
8167 * Makefile.in: Don't install customize info file.
8168 Run install-info on viper info file.
8169
8170 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8171
8172 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8173
8174 1998-11-16 Kenichi Handa <handa@etl.go.jp>
8175
8176 * configure.in (*-*-bsdi4*): New target.
8177
8178 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8179
8180 * configure.in: Fix previous change.
8181
8182 1998-11-11 Richard Stallman <rms@gnu.org>
8183
8184 * configure.in (aviion-intel): New machine.
8185
8186 1998-11-04 Kenichi Handa <handa@etl.go.jp>
8187
8188 * configure.in (mips-nec-sysv4*): New target.
8189
8190 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8191
8192 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8193 from lisp.
8194
8195 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8196
8197 * make-dist: Don't include fns*.el in dist.
8198
8199 1998-10-30 Dave Love <fx@gnu.org>
8200
8201 * configure.in: Don't mkdir cpp.
8202
8203 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8204
8205 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8206 ${archlibdir}.
8207
8208 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8209
8210 * Version 20.3 released.
8211
8212 1998-07-30 Paul Eggert <eggert@twinsun.com>
8213
8214 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8215 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8216 (lwlib/Makefile, leim/Makefile):
8217 Prepend $(srcdir)/ to rule dependencies outside this dir.
8218
8219 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8220
8221 * configure.in: Use unset CDPATH instead of making it empty.
8222
8223 1998-06-20 Karl Heuer <kwzh@gnu.org>
8224
8225 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8226
8227 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8228
8229 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8230 and default.el. Sort the results.
8231
8232 1998-05-31 Karl Heuer <kwzh@gnu.org>
8233
8234 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8235 writable.
8236
8237 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8238
8239 * Makefile.in (install-arch-indep):
8240 Don't alter site-lisp/subdirs.el if it exists.
8241
8242 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8243
8244 * Makefile.in (install-arch-indep): Put `-' on commands to create
8245 subdirs.el in site-lisp dirs.
8246
8247 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8248
8249 * Makefile.in (install-arch-indep): Fix typo in previous change.
8250
8251 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8252
8253 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8254
8255 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8256
8257 * Makefile.in (mkdir): Create the site-lisp dirs.
8258 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8259
8260 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8261
8262 * Makefile.in (INSTALL_INFO): New variable.
8263 (install-arch-indep): Don't replace the dir file if it already exists.
8264 Use the install-info program, via INSTALL_INFO, to add entries.
8265 Make the `info' subdir and the Info files world-readable.
8266
8267 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8268
8269 * config.bat: Make sure the environment is large enough to support
8270 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8271
8272 1998-04-10 Karl Heuer <kwzh@gnu.org>
8273
8274 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8275
8276 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8277
8278 * configure.in: Add --with-gssapi to specify GSS-API
8279 authentication support for movemail.
8280
8281 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8282
8283 * Makefile.in (install-arch-indep): Fix previous change.
8284
8285 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8286
8287 * Makefile.in (info): Run man in build dir, not srcdir.
8288
8289 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8290
8291 * Makefile.in (install-arch-indep): Fix previous change.
8292
8293 1998-03-23 Kenichi Handa <handa@etl.go.jp>
8294
8295 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8296
8297 1998-03-22 Richard Stallman <rms@gnu.org>
8298
8299 * Makefile.in (install-arch-indep): Put special subdirs.el files
8300 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8301
8302 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8303
8304 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8305
8306 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8307
8308 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8309 (m68*-hp-hpux*): Handle versions 1X like 10.
8310
8311 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8312
8313 * make-dist: PROBLEMS is now in etc, not top level dir.
8314
8315 * Makefile.in (SOURCES): Delete PROBLEMS.
8316
8317 1998-02-25 Richard Stallman <rms@gnu.org>
8318
8319 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8320
8321 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8322
8323 1998-01-17 Richard Stallman <rms@gnu.org>
8324
8325 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8326
8327 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8328
8329 * make-dist (tempparent): New option --no-check.
8330
8331 * make-dist: Don't do anything with cpp directory.
8332
8333 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8334
8335 * configure.in (sparc-fujitsu-sysv4*): New target.
8336
8337 1997-12-17 Andreas Schwab <schwab@gnu.org>
8338
8339 * configure.in: Cache more tests. Add missing quotes around
8340 message with embedded comma.
8341
8342 1997-12-04 Karl Heuer <kwzh@gnu.org>
8343
8344 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8345
8346 1997-11-26 Joel N. Weber II <devnull@gnu.org>
8347
8348 * make-dist: Changed the comment about `umask 0' to say `Don't
8349 restrict access to any files.'; previously it said `Don't protect
8350 any files', which may have implied that we think fascism is good.
8351
8352 1997-11-24 Paul Eggert <eggert@twinsun.com>
8353
8354 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8355 strftime needs the underlying host's strftime for locale dependent
8356 formats.
8357
8358 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8359
8360 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8361
8362 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8363
8364 * config.bat: Configure the man subdirectory.
8365
8366 1997-11-07 Paul Eggert <eggert@twinsun.com>
8367
8368 * configure.in (AC_CHECK_LIB): Add -lintl.
8369
8370 1997-11-07 Karl Heuer <kwzh@gnu.org>
8371
8372 * make-dist (check for .elc files): Avoid bash-specific syntax.
8373 (check for overflow 14-char limit): Simplify.
8374
8375 1997-11-07 Richard Stallman <rms@gnu.org>
8376
8377 * Makefile.in (install): Move blessmail last.
8378
8379 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8380
8381 * configure.in (gettimeofday, one arg or two):
8382 Clarify messages by avoiding double negative.
8383
8384 1997-09-30 Karl Eichwalder <ke@suse.de>
8385
8386 * Makefile.in (install-arch-indep): Install the widget info file.
8387
8388 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8389
8390 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8391 libraries in reverse order, so that libraries will appear in the
8392 correct dependency order on the link line (and so that the
8393 configure checks themselves will work properly when early
8394 libraries depend on later ones).
8395
8396 1997-09-21 Erik Naggum <erik@naggum.no>
8397
8398 * make-dist (making links to `src'): Keep timestamp on copied files.
8399
8400 * make-delta: New script to produce delta distributions.
8401
8402 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8403
8404 * Version 20.2 released.
8405
8406 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8407
8408 * Version 20.1 released.
8409
8410 * Makefile.in (install-leim): Depend on mkdir.
8411 (leim): Depend on src.
8412
8413 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8414
8415 * configure.in: Recognize alpha* instead of just alpha.
8416
8417 1997-09-12 Paul Eggert <eggert@twinsun.com>
8418
8419 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8420
8421 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8422
8423 * update-subdirs: Use rm -f.
8424
8425 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8426
8427 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8428 Ignore subdirs named Old.
8429
8430 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8431
8432 * configure.in: Add OpenBSD clause to set $machine.
8433
8434 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8435
8436 * make-dist: Recompile everything after updating various Lisp files.
8437 Recompile in leim as well as lisp.
8438 Check in leim as well as lisp for mismatched files and too-long names.
8439
8440 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8441
8442 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8443
8444 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8445
8446 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8447 before trying to copy anything from it.
8448
8449 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8450
8451 * Makefile.in (man/Makefile): New target.
8452 (tags): Define env var EMACS and run Makefile from build dir.
8453
8454 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8455
8456 * config.bat: If src/_gdbinit doesn't exist, try using
8457 src/.gdbinit to create it (for building on Windows 95).
8458
8459 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8460
8461 * Makefile.in (install-arch-indep):
8462 Discard extra data in tar | tar pipes.
8463
8464 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8465
8466 * configure.in (x_default_search_path):
8467 Corrected '${x_library}' to '${x_library}/X11'.
8468
8469 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8470
8471 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8472
8473 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8474
8475 * configure.in: Support auto-configuration of both Kerberos V4 and
8476 Kerberos V5 for movemail, including detection of V4 and V5 header
8477 files and libraries.
8478
8479 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8480
8481 * configure.in: Compute x_default_search_path
8482 and substitute into makefiles.
8483
8484 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8485
8486 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8487
8488 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8489
8490 1997-08-07 Erik Naggum <erik@naggum.no>
8491
8492 * configure.in: Remove lockdir, it is no longer needed.
8493 * Makefile.in (mkdir): Don't create lockdir.
8494 (lockdir): Variable deleted.
8495 (paths-force): Don't operate on PATH_LOCK.
8496
8497 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8498
8499 * leim-Makefile.in (clean, distclean): New targets.
8500
8501 * make-dist: Include leim/ChangeLog in leim distribution.
8502
8503 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8504
8505 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8506
8507 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8508
8509 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8510
8511 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8512
8513 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8514
8515 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8516
8517 * make-dist: Update leim/leim-list.el.
8518 Pass along value of $EMACS when updating lisp dir.
8519
8520 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8521
8522 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8523 prerequisite to the use of Doug Lea's malloc.
8524
8525 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8526
8527 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8528
8529 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8530
8531 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8532
8533 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8534
8535 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8536
8537 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8538 to news-r6.h.
8539
8540 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8541
8542 * config.bat: Use `sed' instead of `cp', which might not be
8543 installed.
8544
8545 1997-07-09 Kenichi Handa <handa@etl.go.jp>
8546
8547 * Makefile.in (mostlyclean): Add cleaning leim directory.
8548 (clean, distclean, maintainer-clean): Likewise.
8549
8550 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8551
8552 * make-dist (bogosities): Check subdirs of `lisp' also.
8553
8554 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8555
8556 * make-dist (etc): Really avoid symlinks now.
8557 (lisp): Don't delete from subdirs the things we never copy.
8558
8559 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8560
8561 * Makefile.in (install-arch-indep): Correct the target name.
8562 The first letter `i' was dropped by the previous change of mine.
8563
8564 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8565
8566 * configure.in (leim/Makefile): Generate this.
8567 (*-sysv4.2uw*): Recognize new alternative.
8568
8569 * leim-Makefile.in: Renamed from leim-Makefile.
8570
8571 * make-dist: Set up real-leim subdirectory,
8572 with the real contents of leim; then move it to
8573 a separate top-level directory.
8574
8575 * make-dist: Don't mention site-lisp, site-init, site-start
8576 or default, when listing files hat are not compiled and should be.
8577
8578 * configure.in: Create src/config.stamp at the end.
8579
8580 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8581
8582 * Makefile.in (install-leim): Correct previous change.
8583
8584 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8585
8586 * Makefile.in (install-leim): New target.
8587 (install): Depend on install-leim.
8588
8589 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8590
8591 * Makefile.in (SUBDIR): Add leim.
8592 (SUBDIR_MAKEFILES): Add leim/Makefile.
8593 (leim/Makefile): New target.
8594
8595 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8596
8597 * leim-Makefile: New file.
8598 * make-dist: Initialize a `leim' subdirectory with that makefile.
8599
8600 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8601
8602 * configure.in (GNU_MALLOC_reason): Fix message text.
8603
8604 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8605
8606 * make-dist (lisp): Don't process subdirs that start with =.
8607 (etc): Copy symlinks, as in src.
8608
8609 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8610
8611 * configure.in (i*86-*-unixware*): New alternative.
8612
8613 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8614
8615 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8616 and touch it explicitly.
8617
8618 * configure.in (mips-sony-newsos6*): New alternative.
8619 (mips-*-linux-gnu*): New alternative.
8620 (*-*-bsdi*): New alternative.
8621 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8622
8623 1997-06-22 Dave Love <d.love@dl.ac.uk>
8624
8625 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8626 (src/config.h): New target to re-configure if src/config.in is patched.
8627
8628 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8629
8630 * configure.in (shutdown): Check for `shutdown' function.
8631
8632 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8633
8634 * update-subdirs: Include the directory "language" in subdirs.
8635
8636 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8637
8638 * configure.in (m88k-dg-dgux4*): New alternative.
8639 (alpha-*-netbsd*): New alternative.
8640 (powerpcle-*-solaris2*): New alternative.
8641
8642 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8643
8644 * make-dist: Warn about .el files that are not compiled.
8645
8646 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8647
8648 * Makefile.in (dist): Don't run update-subdirs here,
8649 since make-dist now gets that done.
8650
8651 * make-dist: Use the new `updates' target in lisp/Makefile.
8652
8653 * make-dist: Use new non-file targets in lisp/Makefile.
8654
8655 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8656
8657 * make-dist: Handle all subdirs of `lisp' uniformly.
8658 Don't handle `term' and `language' specially.
8659 Clear out umask at the beginning.
8660
8661 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8662
8663 * make-dist: Use Make to update finder-inf.el and autoloads.
8664 Also update cus-load.el.
8665
8666 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8667
8668 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8669 in case it is desirable to disable the GNU malloc features with glibc.
8670
8671 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8672
8673 * configure.in (DOUG_LEA_MALLOC):
8674 Define if malloc_{get,set}_state exist.
8675
8676 1997-03-05 Kenichi Handa <handa@etl.go.jp>
8677
8678 * make-dist: Make links for files under lisp/language.
8679
8680 1997-02-20 Kenichi Handa <handa@etl.go.jp>
8681
8682 * update-subdirs: Exclude the directory "language" from subdirs.
8683
8684 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8685
8686 * configure.in: Check for rint and cbrt.
8687
8688 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8689
8690 * make-dist: Use $EMACS to say where to run Emacs.
8691 Add --no-update option.
8692
8693 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8694
8695 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8696
8697 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8698
8699 * make-dist (copying src): Check thoroughly for symlinks
8700 and copy them in all cases. Regularize the linking of *.in
8701 and *.opt and ChangeLog files.
8702 (copying lib-src): Likewise.
8703 Don't rm getdate.c or y.tab.*--they don't exist any more.
8704
8705 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
8706
8707 * configure.in: Check for libmail, maillock.h and
8708 touchlock (for movemail).
8709
8710 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8711
8712 * configure.in (limits.h): Check for this file.
8713
8714 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8715
8716 * configure.in (rs6000-ibm-aix4.2): New alternative.
8717 (rs6000-ibm-aix4.0): New alternative.
8718 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8719
8720 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
8721
8722 * configure.in: Recognize vax-*-netbsd*.
8723
8724 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8725
8726 * configure.in (locallisppath): Add leim directory.
8727
8728 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8729
8730 * config.bat: Make sure `mv' supports forward slashes and -f.
8731
8732 1996-10-28 Christian Limpach <chris@nice.ch>
8733
8734 * configure.in (hppa*-next-nextstep*): * added after hppa
8735 to accept hppa1.0 and hppa1.1.
8736
8737 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
8738
8739 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8740 * configure.in (ld_switch_machine): Fix typo.
8741
8742 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8743
8744 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
8745 from config.h and use them in $ac_link.
8746
8747 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
8748
8749 * configure.in: Create a subdir named `lisp'.
8750
8751 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8752
8753 * configure.in: Check for getcwd.
8754
8755 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8756
8757 * configure.in: Check for termios.h. Check for setpgid.
8758
8759 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8760
8761 * configure.in: Check for setrlimit.
8762
8763 1996-08-31 Paul Eggert <eggert@twinsun.com>
8764
8765 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
8766
8767 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8768
8769 * configure.in: Check for utimes.
8770
8771 * configure.in: Check for com_err library, but only
8772 if --with-kerberos was used. Check for krb and des
8773 only if --with-kerberos.
8774
8775 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8776
8777 * Makefile.in (INSTALL_STRIP): New variable.
8778 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
8779 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
8780
8781 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8782
8783 * configure.in: Check for krb and des libraries.
8784
8785 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8786
8787 * configure.in (*-sunos4.1.[3-9]*noshare):
8788 Use sunos413, not sunos4-1-3.
8789 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
8790 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
8791
8792 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8793
8794 * Makefile.in (src/paths.h): Target deleted.
8795 (paths-force): Delete all dependencies on this target
8796 but don't delete the target.
8797 (install): Depend on `all'.
8798 (paths-force): Don't print a message.
8799
8800 * configure.in: Generate src/paths.h here.
8801
8802 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8803
8804 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
8805 New variables that affect linking only.
8806 (alpha-dec-osf*): Use those instead of previous change.
8807
8808 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8809
8810 * Makefile.in (install-arch-indep): Install info/messages.
8811
8812 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8813
8814 * Version 19.33 released.
8815
8816 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
8817
8818 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8819 Fix previous change.
8820
8821 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8822
8823 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8824 New alternative.
8825
8826 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8827
8828 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
8829 and NON_GCC_TEST_OPTIONS.
8830
8831 1996-08-06 Paul Eggert <eggert@twinsun.com>
8832
8833 * configure.in (LOCALTIME_CACHE): Don't put a string literal
8834 "TZ=..." in environ.
8835
8836 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8837
8838 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
8839
8840 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8841
8842 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
8843 the more general *-sunos4.1.[3-9]* clause.
8844
8845 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8846
8847 * Version 19.32 released.
8848
8849 * configure.in (*-sco3.2v5*):
8850 Set OVERRIDE_CPPFLAG to a string of one space.
8851 Fix the code that uses OVERRIDE_CPPFLAG.
8852
8853 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
8854
8855 * configure.in: Undo previous change.
8856
8857 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8858
8859 * config.sub: Use `pc', not `unknown', when canonicalizing
8860 the vendor for ...86.
8861
8862 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
8863
8864 * configure.in: Check for termios.h header.
8865
8866 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
8867
8868 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
8869
8870 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
8871
8872 * configure.in: Split bsdos2 and bsdos2-1.
8873
8874 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8875
8876 * config.sub: If last two words are not a recognized
8877 KERNEL-OS pair, use just the last word as OS, as in 19.31.
8878 Make conversion of gnu/linux to linux-gnu really work.
8879
8880 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
8881
8882 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8883
8884 * configure.in (check for using Lucid widgets by default):
8885 Eliminate indentation that confuses some compilers.
8886
8887 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8888
8889 * config.sub: Convert linux and gnu/linux to linux-gnu.
8890
8891 * make-dist: Don't update getdate.c.
8892 Ignore =... files when checking for too-long Lisp file names.
8893
8894 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8895
8896 * configure.in (euidaccess): Check for that, not for eaccess.
8897
8898 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8899
8900 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
8901 before `noshare'.
8902 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
8903
8904 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8905
8906 * configure.in: Rename lignux to linux-gnu in configuration names.
8907 Use gnu-linux as the opsys value (s/ file name).
8908 Allow i686 just like i386, i486, i586.
8909
8910 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8911
8912 * configure.in (i*86-*-sco3.2v5): New alternative.
8913 (OVERRIDE_CPPFLAG): New variable.
8914 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
8915
8916 * configure.in: Specify vpath for .texi files.
8917
8918 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8919
8920 * configure.in: Always check for HAVE_X11R5.
8921 Separately decide whether to use a toolkit by default.
8922
8923 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
8924
8925 * configure.in: If X11R5 is missing the Xaw headers,
8926 default to --with-x-toolkit=no.
8927
8928 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8929
8930 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
8931
8932 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8933
8934 * Makefile.in (install-arch-indep): If cd etc makes output,
8935 don't treat that as part of the tar data.
8936 Check that ./lisp actually exists.
8937
8938 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
8939
8940 * make-dist: Check for long file names.
8941
8942 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8943
8944 * Version 19.31 released.
8945
8946 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8947
8948 * configure.in: Recognize sparc-*-lignux.
8949
8950 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8951
8952 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8953 Don't include config.w95.
8954
8955 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8956
8957 * make-dist: Replace --no-clean-up and --no-tar options
8958 with --clean-up and --tar, so that the default is useful.
8959
8960 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8961
8962 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8963 if not, tell the user to rename it and abort.
8964
8965 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8966
8967 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8968 test program.
8969
8970 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8971
8972 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8973
8974 * make-dist (MANIFEST): Fix previous change.
8975 (msdos): Put mainmake.v2 into the dist.
8976
8977 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8978
8979 * make-dist: Exit if autoconf fails.
8980
8981 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8982
8983 * config.bat: Set djgpp-ver, and unset it at the end.
8984 Add a number of conditionals for DJGPP version 2.
8985 Rename label libsrc2 to libsrc3.
8986 Substitute for LDFLAGS in src/Makefile.
8987 Substitute for ALL_CFLAGS in lib-src/Makefile.
8988
8989 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8990
8991 * configure.in (ncurses): Check this after checking fns like strerror.
8992
8993 1996-04-08 Erik Naggum <erik@naggum.no>
8994
8995 * make-dist (MANIFEST): Don't include lines from =files.
8996
8997 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8998
8999 * make-dist: Don't put lisp/dired.todo in the dist.
9000
9001 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
9002
9003 * configure.in (HAVE_NCURSES): Look for library named ncurses.
9004
9005 * configure.in (setlocale): Check for it.
9006
9007 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
9008
9009 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9010
9011 * configure.in: Use lignux instead of linux as value of opsys.
9012
9013 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9014
9015 * Makefile.in (install-strip): Fix whitespace.
9016 Get rid of continuation.
9017
9018 * config.sub: Convert linux or gnu/linux to lignux.
9019
9020 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9021
9022 * configure.in: Accept lignux in configuration name.
9023
9024 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9025
9026 * Makefile.in (install-strip): New target.
9027
9028 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9029
9030 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
9031 -f failed to do the job on Suns.
9032
9033 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9034
9035 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
9036
9037 * configure.in (linux/version.h): Check for this header.
9038
9039 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9040
9041 * configure.in: Remove -fno-builtin hackery from -lm check.
9042
9043 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
9044
9045 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
9046 just this test.
9047
9048 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
9049
9050 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9051
9052 * configure.in: Check for ncurses.
9053
9054 1996-02-28 Paul Eggert <eggert@twinsun.com>
9055
9056 * configure.in (LOCALTIME_CACHE):
9057 Also define if localtime mishandles unsetting TZ.
9058 This works around a localtime bug in mips-dec-ultrix.
9059
9060 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9061
9062 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
9063
9064 * configure.in: Improve messages about X versions.
9065
9066 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9067
9068 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
9069
9070 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9071
9072 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
9073 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
9074
9075 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
9076 (install): Put install-arch-indep before install-arch-dep.
9077
9078 1996-02-20 Dave Love <d.love@dl.ac.uk>
9079
9080 * INSTALL: Clarify info about MS-DOS path handling.
9081
9082 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9083
9084 * Makefile.in (install-arch-indep): Install info/ccmode*.
9085 In previous change, protect against /bin/pwd returning null string.
9086
9087 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9088
9089 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9090 to lispdir.
9091
9092 1996-02-01 Paul Eggert <eggert@twinsun.com>
9093
9094 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9095
9096 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9097
9098 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9099
9100 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9101
9102 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9103 we delete everything distclean deletes.
9104
9105 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9106
9107 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9108
9109 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9110
9111 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9112 into LDFLAGS instead of into LIBS.
9113
9114 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9115
9116 * configure.in (HAVE_XMU): Fix typo in previous change.
9117
9118 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9119
9120 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9121
9122 1996-01-10 Erik Naggum <erik@naggum.no>
9123
9124 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9125
9126 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9127
9128 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9129
9130 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9131
9132 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9133 and use -lXt to link it.
9134
9135 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9136
9137 * configure.in (locallisppath): Put version-specific dir first.
9138
9139 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9140
9141 * configure.in (hppa-*-nextstep*): New alternative.
9142 (USE_X_TOOLKIT): By default, set this to "maybe";
9143 and change that later to LUCID or "no" according to X11 version.
9144
9145 * make-dist: Recompile outdated .elc files and update all autoloads.
9146
9147 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9148
9149 * configure.in (locallisppath): Fix typo in last change: " -> '.
9150
9151 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9152
9153 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9154
9155 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9156
9157 * Makefile.in (install-arch-indep): Give all files read permission.
9158
9159 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9160
9161 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9162 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9163
9164 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9165
9166 * configure.in: Determine HAVE_X11R6.
9167 (HAVE_MENUS): Rename from HAVE_X_MENU.
9168
9169 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9170
9171 * configure.in: Just "solaris" now defaults to version 2.4.
9172 Add sunos4.1.n-noshare as alternative.
9173
9174 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9175
9176 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9177
9178 1995-11-29 Erik Naggum <erik@naggum.no>
9179
9180 * Makefile.in (install-arch-indep): Add missing backslash.
9181
9182 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9183
9184 * Makefile.in (install-arch-indep): Don't install
9185 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9186
9187 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9188
9189 * Makefile.in (install-arch-indep): Fix previous change.
9190
9191 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9192
9193 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9194
9195 * Version 19.30 released.
9196
9197 * make-dist (lisp): Exclude subdirs.el.
9198
9199 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9200
9201 * make-dist (etc): Delete *.orig and *.rej.
9202
9203 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9204
9205 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9206
9207 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9208
9209 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9210
9211 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9212
9213 * make-dist (nt): Rename install, readme, and todo to
9214 INSTALL, README, and TODO.
9215
9216 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9217
9218 * make-dist (lisp): Don't distribute site-start.
9219
9220 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9221
9222 * make-dist: Break the hard link on alloca.c.
9223
9224 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9225
9226 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9227
9228 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9229
9230 * make-dist (src, lib-src): Don't distribute Makefile.c.
9231 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9232
9233 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9234
9235 * Makefile.in (mkdir): Create man1dir, not mandir.
9236 (uninstall): Use man1dir, not mandir.
9237
9238 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9239
9240 * Makefile.in (man1dir): New variable.
9241 (install-arch-indep): Use man1dir.
9242
9243 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9244
9245 * make-dist: Create lisp/MANIFEST.
9246
9247 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9248
9249 * configure.in (m68k-*-linux*): New alternative.
9250
9251 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9252
9253 * make-dist: Use new names config.in, paths.in, and
9254 {src,lib-src}/Makefile.in.
9255
9256 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9257
9258 * configure.in: Don't bother checking for drem.
9259
9260 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9261
9262 * Makefile.in (distclean): Delete line with just a tab in it.
9263 (install-arch-indep): Delete spaces that precede tabs.
9264 Delete spurious `fi' left from previous change.
9265 (install): Supply `true' as command, to avoid null command.
9266
9267 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9268
9269 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9270
9271 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9272
9273 * configure.in (powerpc-*-solaris2): New alternative.
9274
9275 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9276
9277 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9278 of paths.h.tmp$$, to avoid going beyond 14 characters.
9279
9280 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9281
9282 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9283
9284 1995-09-06 Paul Eggert <eggert@twinsun.com>
9285
9286 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9287 if localtime caches TZ. Check for tzset.
9288
9289 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9290
9291 * config.bat: Simplify using new names file names src/makefile.in,
9292 config.in, paths.in. Change Echo commands not to use `.
9293
9294 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9295
9296 * Makefile.in (install-arch-indep): Always install the new dir file;
9297 rename the previous dir file to dir.bak or dir.old.
9298
9299 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9300
9301 * configure.in (RANLIB): Substitute this into makefiles.
9302 Set it specially on solaris; set it by default on other systems.
9303
9304 * configure.in: Fix previous Alpha change.
9305
9306 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9307
9308 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9309 NON_GCC_TEST_OPTIONS.
9310
9311 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9312
9313 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9314 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9315
9316 * configure.in (alpha-*-linux*): New configuration.
9317
9318 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9319
9320 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9321 (m68k-next-nextstep*): New alias for that.
9322 (i*86-*-nextstep*): Use nextstep.h.
9323 (sparc-*-nextstep*): New configuration.
9324
9325 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9326
9327 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9328 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9329
9330 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9331
9332 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9333 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9334
9335 1995-07-18 Mike Long <mike.long@analog.com>
9336
9337 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9338
9339 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9340
9341 * Makefile.in (src/paths.h, paths-force):
9342 Rename src/paths.h.in to src/paths.in.
9343 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9344
9345 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9346 Use Makefile.c for intermediate file.
9347 Rename src/config.h.in to src/config.in.
9348
9349 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9350
9351 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9352 (mips-dec-ultrix4.[12]): New alternative for old versions.
9353
9354 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9355
9356 * make-dist: Don't break intra-tree links.
9357
9358 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9359
9360 * configure.in: Put back archlibdir initialization.
9361 Require autoconf 2.4.1 or later.
9362
9363 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9364
9365 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9366 (mips-mips-riscos5*): New alternative.
9367
9368 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9369
9370 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9371
9372 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9373
9374 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9375 (mandir, infodir, archlibdir): Initializations deleted.
9376
9377 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9378 On hpux9shr, use hpux9shxr4.h.
9379
9380 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9381
9382 * configure.in: Added target mips-dec-mach_bsd4.3.
9383 * config.guess: Guess mips-dec-mach_bsd4.3.
9384
9385 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9386
9387 * Makefile.in (mkdir): Use symbolic chmod.
9388
9389 1995-06-22 Paul Eggert <eggert@twinsun.com>
9390
9391 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9392 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9393
9394 1995-06-22 Paul Eggert <eggert@twinsun.com>
9395
9396 * Makefile.in (SUBDIR_MAKEFILES):
9397 Add man/Makefile, so `make distclean' removes it.
9398 (top_distclean): Add config.log to the list of files to be removed.
9399
9400 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9401
9402 * Version 19.29 released.
9403
9404 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9405
9406 * configure.in: Fix the previous change to verify that the -b
9407 option really solves the problem.
9408
9409 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9410
9411 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9412
9413 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9414
9415 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9416
9417 * configure.in: Report more clearly when there is no special
9418 dir to search for X includes or libraries.
9419
9420 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9421
9422 * configure.in: Check for -lpthreads, not -lpthread.
9423
9424 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9425
9426 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9427
9428 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9429
9430 * configure.in: Check for -lpthread.
9431
9432 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9433
9434 * Makefile.in (install-arch-indep): Install info files for mh-e.
9435 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9436
9437 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9438
9439 * configure.in (*-solaris2.5): New configuration.
9440
9441 * make-dist: Copy new files config.nt and config.w95.
9442
9443 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9444
9445 * configure.in: Use x_includes, not x_libraries, for -I.
9446 Make bitmapdir a colon-separated list.
9447
9448 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9449
9450 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9451
9452 * configure.in: Allow x_libraries and x_includes to be paths.
9453
9454 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9455
9456 * configure.in: Fix typo.
9457
9458 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9459
9460 * INSTALL: Clarify use of site-init.el.
9461
9462 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9463
9464 * configure.in: Pass arg to sqrt.
9465
9466 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9467
9468 * make-dist: Fix May 6 change.
9469
9470 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9471
9472 * vpath.sed: Delete reference to ymakefile.
9473
9474 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9475
9476 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9477
9478 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9479
9480 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9481
9482 * update-subdirs: Specify /bin/sh to run the script.
9483
9484 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9485
9486 * make-dist: Put src/makefile.nt in dist.
9487
9488 * configure.in (i[345]86-*-bsdi2*): New configuration.
9489 (vax-dec-bsd386*): Delete.
9490
9491 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9492
9493 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9494 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9495 Use fmod instead of logb in -lm check.
9496
9497 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9498
9499 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
9500 Use bsd4-3. Don't set NON_GNU_CPP.
9501
9502 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9503 In nt, copy various different things, but not *.cmd.
9504 Fix the ln commands for the subdirs of nt.
9505
9506 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9507
9508 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9509
9510 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9511
9512 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9513 since that's what the header file expects.
9514
9515 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9516
9517 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9518 and 68040 based machines when choosing options for gnucc.
9519
9520 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9521
9522 * Makefile.in (top_distclean): Delete config.cache.
9523
9524 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9525
9526 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9527
9528 * configure.in: Use m/ncr386.h.
9529
9530 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9531
9532 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9533
9534 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9535
9536 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9537 (man): Don't copy texindex.c and getopt.c; they're deleted.
9538 (etc): Omit `e'; it's a subdirectory.
9539 (etc/e): Use `../..', not `..', to reference top level.
9540
9541 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9542
9543 * Makefile.in (install-arch-indep, dist):
9544 Look for `update-subdir' in $(srcdir).
9545
9546 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9547
9548 * make-dist: Include mkinstalldirs in distribution.
9549
9550 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9551
9552 * make-dist: Add missing close backquote.
9553
9554 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9555
9556 * make-dist: Don't distribute shortnames directory.
9557
9558 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9559
9560 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9561
9562 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9563
9564 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9565
9566 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9567
9568 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9569
9570 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9571
9572 * configure.in (mips-sgi-irix6): New configuration.
9573
9574 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9575
9576 * Makefile.in (maintainer-clean): Rename from realclean.
9577
9578 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9579
9580 * configure.in: Create a .gdbinit that sources the real one,
9581 if using a different build directory.
9582
9583 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9584
9585 * configure.in: Check for sys/select.h.
9586
9587 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9588
9589 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9590
9591 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9592
9593 * configure.in: Handle isc 4.1 operating system.
9594
9595 1994-12-10 Richard Stallman <rms@kepa>
9596
9597 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9598 (rs6000-ibm-aix4*): New alternative.
9599
9600 1994-12-06 Richard Stallman <rms@kepa>
9601
9602 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9603
9604 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9605
9606 * configure.in: Don't try to make directories that are guaranteed
9607 to already exist.
9608
9609 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9610
9611 * configure.in: Generate man/Makefile from man/Makefile.in.
9612 Create the man subdir.
9613
9614 * Makefile.in (dvi): Run Make in our man subdir.
9615
9616 * make-dist: Create subdir etc/e.
9617 Make links to it.
9618 Put man/Makefile.in in dist, instead of man/Makefile.
9619
9620 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9621
9622 * configure.in: Add --with-pop, --with-kerberos, and
9623 --with-hesiod for movemail.
9624
9625 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9626
9627 * configure.in (m68*-apollo*): Use s/domain.h.
9628
9629 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9630
9631 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9632
9633 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9634
9635 * configure.in: Don't add -I, -L, -R options for cc if their
9636 arguments would be empty.
9637
9638 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9639
9640 * configure.in (i860-intel-osf1*): New alternative.
9641 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9642 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9643
9644 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9645
9646 * configure.in: Make h_errno check not use nested functions.
9647
9648 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9649
9650 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9651
9652 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9653
9654 * Makefile.in (install-arch-indep): Avoid continued comment
9655 swallowing target line.
9656
9657 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9658
9659 * configure.in: Protect a character class with `changequote'.
9660
9661 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9662
9663 * configure.in: Accept `news' as a synonym for `newsos'.
9664
9665 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9666
9667 * Makefile.in: Don't rm files if cd fails.
9668
9669 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9670
9671 * make-dist: Put nt subdir and its subdirs in the dist.
9672 (lib-src): Put makefile.nt in the dist.
9673 (lisp): Put makefile.nt in the dist.
9674
9675 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9676
9677 * configure.in: Change a stray `[' to `test'.
9678
9679 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9680
9681 * configure.in: Adapt for Autoconf v2. Use the standard argument
9682 parser, host type canonicalizer, X11 finder, and message
9683 printing macros. Use the new macro names. Use `test' instead of `['.
9684
9685 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9686
9687 * configure.in: Check for getpagesize.
9688
9689 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9690
9691 * make-dist (msdos): Put sed* in the distribution.
9692
9693 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9694
9695 * config.bat: New option, `--with-x', for configuring Emacs
9696 for use with the X11 system DesqView/X.
9697 New option, `--no-debug', for compiling Emacs without debug
9698 information thus saving disk space.
9699 (src/config.h, src/paths.h): Use `update' (which is like
9700 `move-if-changed') to change the file.
9701 (src/config.h): When configuring for X11 perform extra changes.
9702 (src/makefile): When configuring for X11 perform extra changes.
9703 (lib-src): Remove temporary files.
9704 (): Check that `sed', `rm', `mv', and `gcc' are available.
9705
9706 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9707
9708 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9709
9710 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9711
9712 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9713
9714 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9715
9716 * configure.in (canonical): Substitute var into makefiles.
9717 (bitmapdir): Likewise.
9718
9719 * Makefile.in (bitmapdir): New variable.
9720 (src/paths.h, paths-force): Edit PATH_BITMAPS.
9721
9722 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9723
9724 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9725
9726 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9727 * update-subdirs: New shell script.
9728
9729 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9730
9731 * Makefile.in (top_distclean): Don't rm build-install.
9732 (SOURCES): Delete build-install.in.
9733
9734 * make-dist: Don't distribute build-ins.in.
9735 * build-ins.in: File deleted.
9736
9737 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
9738
9739 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9740
9741 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9742
9743 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9744
9745 * configure.in (libexecdir): Rename from libdir. New default.
9746 (sharedstatedir): Rename from statedir. New default.
9747 (datadir): New default.
9748
9749 * make-dist: Don't distribute subdirs.el.
9750
9751 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9752
9753 * configure.in (eaccess): Check for it.
9754
9755 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9756
9757 * configure.in (mktime): Check for it.
9758
9759 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
9760
9761 * configure.in (motif): Add support for usage and option checking.
9762
9763 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9764
9765 * configure.in (utimes): Check for it.
9766
9767 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9768
9769 * Makefile.in (install-arch-indep): Don't do mkdir here.
9770
9771 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9772
9773 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9774 riscix.h renamed to acorn.h.
9775
9776 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
9777
9778 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9779 New configurations.
9780
9781 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9782
9783 * configure.in: Remove trailing slashes from srcdir.
9784
9785 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9786
9787 * configure.in (i[345]86-sequent-ptx*): Handle.
9788
9789 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9790
9791 * Makefile.in (paths-force): Depend on src/paths.h.
9792
9793 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9794
9795 * configure.in (config_options): Save all arguments, not just some.
9796
9797 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9798
9799 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
9800
9801 * configure.in: Add AC_AIX.
9802 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
9803
9804 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9805
9806 * configure.in (parsing options): Simplify sed command to delete -'s.
9807
9808 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
9809
9810 * configure.in (config_options): New shell variable.
9811 Pass its value to C code in EMACS_CONFIG_OPTIONS.
9812
9813 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9814
9815 * configure.in (alpha-dec-osf*): New target.
9816
9817 * Makefile.in: Use just one FRC target.
9818
9819 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9820
9821 * Makefile.in (removenullpaths, paths-force):
9822 Use name paths.h.tmp$$, which depends on the pid.
9823
9824 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9825
9826 * Makefile.in (removenullpaths, paths-force):
9827 Put paths.h.tmp in top-level dir, not in src.
9828
9829 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9830
9831 * Version 19.27 released.
9832
9833 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9834
9835 * Version 19.26 released.
9836
9837 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9838
9839 * configure.in: Check for lrand48, not rand48.
9840
9841 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9842
9843 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
9844 (powerpc-ibm-aix*): New aliases.
9845
9846 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9847
9848 * make-dist (src/m, src/s): Put *.inp in distribution.
9849
9850 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9851
9852 * configure.in: Accept i586 and i486 along with i386.
9853
9854 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9855
9856 * configure.in: Do compute unexec, LIBX, system_malloc, etc
9857 even if CPP env var was set by the user.
9858
9859 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
9860
9861 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
9862
9863 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
9864
9865 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9866
9867 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
9868
9869 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9870
9871 * configure.in: Check more specifically for i*86-sun-sunos.
9872
9873 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
9874
9875 * configure.in: Handle solaris 2.4.
9876
9877 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9878
9879 * configure.in (rand48): Check for it.
9880
9881 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9882
9883 * make-dist: Update the info files.
9884
9885 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9886
9887 * configure.in: Make "checking..." messages' style consistent.
9888 (HAVE_H_ERRNO): New test.
9889
9890 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9891
9892 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
9893
9894 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9895
9896 * configure.in (CFLAGS): If the envvar was specified, use that.
9897 And set REAL_CFLAGS from it too.
9898
9899 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9900
9901 * make-dist: Update finder-inf.el.
9902
9903 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9904
9905 * make-dist (msdos): Include sed4.inp in dist.
9906
9907 * Makefile.in (libsrc_libs): Var deleted.
9908
9909 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9910
9911 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
9912
9913 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9914
9915 * configure.in (mips-sony-newsos4*): New alias.
9916
9917 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9918
9919 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
9920 (*-convex-convexos*): Accept this as alias.
9921
9922 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9923
9924 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
9925 for two different uses.
9926
9927 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9928
9929 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
9930
9931 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9932
9933 * make-dist: Put ./BUGS into the distrib.
9934
9935 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9936
9937 * configure.in: Handle 386 running Solaris 2.
9938
9939 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9940
9941 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9942
9943 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9944
9945 * configure.in (mips-sony-newsos*): Use news-risc.h.
9946
9947 * configure.in: Accept bsdi as opsys, like bsd386.
9948
9949 1994-06-01 Morten Welinder (terra@diku.dk)
9950
9951 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9952
9953 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9954
9955 * Version 19.25 released.
9956
9957 * make-dist (shortversion): Don't assume another period follows.
9958
9959 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9960
9961 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9962 (uninstall): Use /bin/pwd.
9963
9964 * Makefile.in (blessmail): Depend on src.
9965 (all): Don't depend on blessmail.
9966
9967 * Makefile.in (src/paths.h): Don't force recomputation.
9968 (paths-force): New target; force recomputation of paths.h.
9969 (all): Depend on paths-force.
9970 (src, lib-src): Depend on src/paths.h.
9971
9972 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9973 NON_GCC_TEST_OPTIONS.
9974
9975 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9976
9977 * configure.in: Don't insist on subversions for irix.
9978
9979 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9980
9981 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9982
9983 * configure.in (i[34]86-next-*): New alternative.
9984
9985 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9986
9987 * Version 19.24 released.
9988
9989 * configure.in: New config hppa*-hp-hpux9shr*.
9990
9991 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
9992
9993 * config.bat: Doc fix.
9994
9995 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9996
9997 * Makefile.in (mostlyclean, clean, distclean, realclean)
9998 (extraclean): Don't act on man subdir if it doesn't exist.
9999
10000 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10001
10002 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
10003 Use them to set up CC.
10004 (*-sun-sunos4.1.3): Set them.
10005
10006 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10007
10008 * Makefile.in (lib-src): Don't depend on src/paths.h.
10009
10010 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10011
10012 * build-ins.in (copydests): Get rid of spurious `-'s.
10013
10014 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
10015
10016 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10017
10018 * Version 19.23 released.
10019
10020 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
10021 for the Xlib and Xt checks; then restore old CFLAGS.
10022
10023 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10024
10025 * configure.in (HAVE_X11XTR6): Add newline before #if.
10026 Add newline after #endif.
10027
10028 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10029
10030 * configure.in (HAVE_X11XTR6): Arrange to define it.
10031
10032 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10033
10034 * Makefile.in (install): Depend on blessmail.
10035
10036 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10037
10038 * configure.in (mips-siemens-sysv*): Put quotes around value
10039 containing blanks.
10040
10041 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10042
10043 * Makefile.in (TAGS): Use the makefile in src subdir.
10044
10045 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10046
10047 * configure.in (opsys): Recognize `gnu'.
10048
10049 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10050
10051 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
10052
10053 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10054
10055 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
10056 version > 1.8.
10057
10058 1994-05-08 Morten Welinder (terra@diku.dk)
10059
10060 * config.bat: Forcibly remove "# " style comments from makefiles.
10061
10062 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10063
10064 * Makefile.in (uninstall): When processing lispdir and etcdir,
10065 do nothing unless it exists and is a directory.
10066
10067 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10068
10069 * Makefile.in (install-arch-indep): Do install info/dired-x*.
10070 Merge code in from install-doc.
10071 (install-doc): Merge code back into install-arch-indep.
10072 (install-arch-dep): Don't depend on install-doc.
10073
10074 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
10075
10076 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10077
10078 * configure.in (making src/Makefile and lib-src/Makefile):
10079 Split off the autoconf substitutions and don't pass them thru cpp.
10080 (undefs): Use $canonical as well as $configuration.
10081
10082 * make-dist: Distribute lisp/Makefile.
10083
10084 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
10085 Use lower case names for the s files.
10086
10087 1994-05-03 Morten Welinder (terra@diku.dk)
10088
10089 * config.bat: Added possibility for different file name
10090 transcriptions in lib-src.
10091
10092 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10093
10094 * Makefile.in (lib-src): Undo previous change.
10095 (blessmail): New target to run maybe-blessmail in lib-src.
10096 (all): Depend on blessmail.
10097
10098 * Makefile.in (lib-src): Depend on src.
10099
10100 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10101
10102 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10103 (m88k-dg-dgux5.4R2): dgux5.4R2.
10104
10105 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10106
10107 * configure.in (window_system): Restore accidentally deleted code
10108 that uses AC_FIND_X.
10109
10110 * make-dist: Distribute config.bat.
10111
10112 1994-04-29 Morten Welinder (terra@diku.dk)
10113
10114 * config.bat: Corrected the configuration of lib-src
10115 to keep up with configure. Add note about dos version 3
10116 or better needed (djgpp needs that). Add note explaining
10117 that either install in c:/emacs or edit the script.
10118 Don't change to c:/emacs, but assume we're there (to minimize
10119 the number of places to change).
10120
10121 * config.bat: Build-in the first step towards X11 support with
10122 the X11 emulator that exists. At this time it won't work,
10123 and several files are missing.
10124
10125 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10126
10127 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10128 Don't look for -lresolv.
10129
10130 * Makefile.in (lib-src): Depend on src/paths.h.
10131
10132 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10133
10134 * configure.in: Restore deleted AC_SUBST of `configuration'.
10135 Improve error message for bad --with-x-toolkit value.
10136
10137 * configure.in: Define CONFIGURATION in src/config.h
10138 rather than substituting in src/Makefile.in.
10139
10140 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10141
10142 * Makefile.in (install-doc): New target.
10143 (install-arch-dep): Depend on install-doc.
10144 (mkdir): Create docdir.
10145
10146 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10147
10148 * configure.in: Test for libresolv.a.
10149 Substitute machfile and opsysfile.
10150
10151 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10152
10153 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10154 (install-arch-dep): Install under the name $(EMACS).
10155
10156 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10157
10158 * configure.in (version): Use entire value of emacs-version.
10159 (mips-siemens-sysv*): New alternative.
10160
10161 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10162
10163 * Makefile.in (install-arch-indep): Don't install dired-x*.
10164
10165 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10166
10167 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10168 Fix definition of $undefs.
10169
10170 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10171
10172 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10173
10174 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10175
10176 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10177
10178 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10179
10180 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10181
10182 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10183 and run it thru cpp, as with src/Makefile.in.
10184
10185 * configure.in: Use AC_SET_MAKE.
10186
10187 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10188
10189 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10190
10191 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10192
10193 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10194
10195 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10196 (printing the choices): Make the toolkit message unconditional.
10197 (USE_X_TOOLKIT): Use `none', not `no', if none.
10198 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10199 Get rid of temp file foofoo1.
10200
10201 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10202
10203 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10204
10205 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10206
10207 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10208 (printing the choices): State choice of toolkit.
10209 (libsrc_libs): Recalculate after writing config.h;
10210 then update lib-src/Makefile.
10211
10212 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10213
10214 * configure.in: Add sunos4shr as alternative for suns.
10215 Conditionals testing for null $CC were backwards.
10216
10217 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10218
10219 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10220
10221 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10222
10223 * configure.in: Handle -isc4.0*.
10224
10225 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10226
10227 * configure.in (esix5): Set NON_GNU_CPP.
10228
10229 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10230
10231 * Makefile.in (thisdir): Nonsensical variable removed.
10232 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10233 back to $thisdir, rather than the directory `this_dir'.
10234
10235 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10236
10237 * Makefile.in (install-arch-indep): Add missing backslash after a
10238 `then'.
10239
10240 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10241
10242 * Makefile.in (thisdir): New variable.
10243 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10244
10245 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10246
10247 * configure.in: Add freebsd.
10248
10249 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10250
10251 * configure.in: Check for fpathconf.
10252
10253 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10254
10255 * configure.in (with_x_toolkit): Fix typo in previous change.
10256
10257 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10258
10259 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10260
10261 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10262
10263 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10264
10265 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10266
10267 * configure.in: Fix value of docdir.
10268 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10269
10270 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10271
10272 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10273
10274 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10275
10276 * configure.in: New variable docdir to control where the docstring
10277 file goes.
10278 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10279
10280 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10281
10282 * configure.in: When --run-in-place, don't inherit archlibdir.
10283
10284 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10285
10286 * Makefile.in (install-arch-dep, install-arch-indep):
10287 New targets split up former do-install rule.
10288 (do-install): Target deleted.
10289
10290 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10291
10292 * configure.in (mips-sony-newsos*): New configuration.
10293
10294 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10295
10296 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
10297
10298 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10299
10300 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10301
10302 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10303
10304 * configure.in: Don't initialize CC.
10305
10306 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10307
10308 * configure.in (creating src/Makefile): Also generate -U switches
10309 for symbols in the $configuration value.
10310
10311 * configure.in: Check for sys_siglist being declared in system header.
10312
10313 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10314
10315 * configure.in (creating src/Makefile): Delete blank lines
10316 along with lines of whitespace.
10317 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10318
10319 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10320
10321 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10322 like C_SWITCH_SYSTEM.
10323 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10324
10325 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10326
10327 * configure.in (drem): Check for this function.
10328
10329 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10330
10331 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10332 If CPP was inherited from environment, don't use NON_GNU_CPP.
10333 (NON_GNU_CC): Likewise.
10334 (handling with_gcc): Use explicit if in the `no' case.
10335 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10336
10337 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10338
10339 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10340
10341 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10342
10343 * configure.in: Check whether fmod exists.
10344
10345 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10346
10347 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10348 {src,lisp}/OChangeLog.
10349
10350 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10351
10352 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10353 necessary for proper operation. This code works with the current
10354 released version of Autoconf.
10355
10356 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10357
10358 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10359 (USE_X_TOOLKIT): Define it for all values except `no'.
10360
10361 * configure.in: Undo first Jan 8 change and Jan 16 change.
10362
10363 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10364
10365 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10366 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10367
10368 * Makefile.in (lwlib/Makefile): New target.
10369 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10370 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10371 (unlock, relock): Handle lwlib subdir.
10372
10373 * Makefile.in: Add some .PHONY targets.
10374
10375 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10376
10377 * lwlib: New subdirectory.
10378
10379 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10380
10381 * configure.in: If CPP has a value that is a directory,
10382 discard the value.
10383
10384 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10385
10386 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10387 remove -U[0-9]*.
10388
10389 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10390
10391 * Makefile.in (do-install): Install the dired-x info files.
10392
10393 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10394 (See src/s/sol2.h.)
10395
10396 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10397
10398 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10399
10400 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10401
10402 * configure.in (creating src/Makefile): Put code inside 2nd arg to
10403 AC_OUTPUT as it should be; hopefully no one will again see fit to
10404 gratuitously break this and not make a change log entry.
10405 Optimized sed processing of Makefile.in and cpp output; now
10406 preserves comments previously removed from the cpp input.
10407 Eliminated temp file for cpp output. Generate -U switches to
10408 undefine all identifiers that appear in the directory name
10409 ${srcdir}; pass these to cpp.
10410
10411 * configure.in (version): Fix sed regexp to match two-elt version
10412 number.
10413
10414 * configure.in: Check for strerror.
10415
10416 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10417
10418 * configure.in: Test for bcmp.
10419
10420 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10421
10422 * make-dist (tempdir): Put subdir msdos into the distribution.
10423
10424 1993-01-07 Morten Welinder (terra@diku.dk)
10425
10426 * config.bat: New file.
10427
10428 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10429
10430 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10431
10432 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10433
10434 * configure.in (m68*-next-*): Don't care about which os is specified.
10435 (i[34]86-*-*): Check for *-nextstop*.
10436
10437 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10438
10439 * configure.in: Check for setsid.
10440
10441 1993-12-17 Richard Stallman (rms@srarc2)
10442
10443 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10444
10445 1993-12-15 Richard Stallman (rms@srarc2)
10446
10447 * Makefile.in (mkdir): Make only the lockdir writable.
10448
10449 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
10450
10451 1993-12-11 Richard Stallman (rms@srarc2)
10452
10453 * Makefile.in (libdir): Use @libdir@.
10454
10455 1993-12-08 Richard Stallman (rms@srarc2)
10456
10457 * Makefile.in (install): Add empty command.
10458
10459 1993-12-04 Richard Stallman (rms@srarc2)
10460
10461 * make-dist: Put man/getopt.c in the dist.
10462
10463 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10464
10465 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10466
10467 1993-12-03 Richard Stallman (rms@srarc2)
10468
10469 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10470 Set it for all solaris versions.
10471 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10472 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10473 Likewise for NON_GNU_CC and CC.
10474
10475 1993-12-01 Richard Stallman (rms@srarc2)
10476
10477 * configure.in (mips-mips-riscos4*): Assign variable CC.
10478 (checking ${with_gcc}): If "no", don't override CC if already set.
10479 (CC): Initialize it as empty.
10480
10481 1993-11-30 Richard Stallman (rms@srarc2)
10482
10483 * configure.in (Suns): Set CPP if *-solaris2.3*.
10484
10485 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10486
10487 * Version 19.22 released.
10488
10489 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10490
10491 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10492
10493 * make-dist: When breaking links, use cp -p.
10494 Copy install.sh into distribution.
10495 Move the temp dir up into the parent dir;
10496 don't leave the staging dir make-dist.tmp... in existence.
10497 * install.sh: New file.
10498
10499 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10500
10501 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10502
10503 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10504
10505 * configure.in (version): When --run-in-place, exclude
10506 ${datadir}/emacs/site-lisp from locallisppath.
10507
10508 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10509
10510 * configure.in: Delete jumk.c before writing it.
10511
10512 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10513
10514 * Version 19.21 released.
10515
10516 * Makefile.in (mkdir): Ignore error from chmod.
10517
10518 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10519
10520 * make-dist: Don't put lisp/forms.README in the distribution.
10521
10522 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10523
10524 * configure.in (creating src/Makefile): Before running cpp,
10525 discard all lines that start with `# Generated' or /**/#.
10526
10527 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10528
10529 * Version 19.20 released.
10530
10531 * make-dist: Use build-ins.in, not build-install.in.
10532 Don't bother updating TAGS since it's not included.
10533
10534 * build-ins.in: Renamed from build-install.in.
10535
10536 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10537
10538 * make-dist: Don't try to link *.texinfo--there are none now.
10539 When running make in lib-src, specify YACC var value.
10540
10541 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10542
10543 * configure.in (extrasub): Add vpath patterns for %.[yls].
10544
10545 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10546 Instead just include the commands to make src/Makefile as the
10547 second arg to AC_OUTPUT.
10548
10549 * configure.in: Use : instead of dnl for comment inside
10550 $makefile_command.
10551
10552 * configure.in: No longer use vpath_sed. Instead, when we notice
10553 srcdir already configured, set extrasub to hack vpath in the
10554 makefiles.
10555
10556 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10557 before moving it.
10558 * Makefile.in (VPATH): Define to @srcdir@.
10559
10560 1993-09-28 Brian J. Fox (bfox@cubit)
10561
10562 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
10563 doesn't exist. Just copy src/Makefile.in instead.
10564 Touch all of the Makefiles after editing config.status.
10565
10566 * INSTALL: Update documentation to match new configuration
10567 mechanism.
10568
10569 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10570
10571 * configure.in: Allow any of the path or directory Makefile
10572 variables to be set with flags to configure. Create all Makefiles
10573 at configure time. Edit special commands into config.status after
10574 src/Makefile.in is built from src/Makefile.
10575
10576 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10577 If these files are out of date, simply have config.status
10578 rebuild them; don't rebuild them explicitly.
10579
10580 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10581
10582 * build-install.in: Change src/xemacs to src/emacs. We no longer
10583 create src/xemacs, so the file wouldn't be found.
10584
10585 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10586
10587 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10588
10589 * configure.in: Avoid forcing the search of /usr/include before
10590 fixed include files by resetting C_SWITCH_X_SITE if it is
10591 "-I/usr/include".
10592
10593 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10594
10595 * Makefile.in (@rip_paths@locallisppath):
10596 Delete ${datadir}/emacs/site-lisp.
10597
10598 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10599
10600 * configure.in:
10601 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10602 Remove ${extra_output} from AC_OUTPUT call.
10603
10604 1993-09-17 Brian J. Fox (bfox@inferno)
10605
10606 * make-dist: Quote backquotes found in strings to be echoed.
10607
10608 * configure.in: Use "sh -c pwd" when we want to avoid having the
10609 shell fix up the value of $PWD.
10610
10611 1993-09-13 Brian J. Fox (bfox@inferno)
10612
10613 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10614 of the installation fail. Suggested by Karl Berry.
10615
10616 1993-08-30 Brian J. Fox (bfox@inferno)
10617
10618 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10619 was used. Set MAKEFLAGS from MFLAGS.
10620
10621 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10622
10623 * configure.in: Test for res_init in libc.
10624
10625 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10626
10627 * configure.in: In the file ${tempcname}, use configure___
10628 instead of @configure@.
10629
10630 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10631
10632 * make-dist: Dist vpath.sed.
10633
10634 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10635 Depend on vpath.sed.
10636 Replace sed command for VPATH with @vpath_sed@.
10637
10638 * configure.in: Substitute variable `vpath_sed'.
10639 If not in $srcdir and $srcdir is configured,
10640 issue warning that GNU make is required,
10641 and set vpath_sed to use vpath.sed script.
10642
10643 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10644
10645 * configure.in: Remove check for $srcdir being configured.
10646 This pretty much works now.
10647 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10648 Check for XFree86 (/usr/X386/include) independent of whether
10649 -lXbsd exists.
10650
10651 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10652 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10653 `make'.
10654
10655 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10656
10657 * Version 19.19 released.
10658
10659 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10660
10661 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10662
10663 * configure.in: Check for XScreenNumberOfScreen.
10664
10665 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10666
10667 * configure.in: Add * to end of all configuration alternatives.
10668 (m68*-sony-newsos3*): New alternative.
10669
10670 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10671
10672 * make-dist: Include getdate.c in distribution.
10673
10674 * configure.in: For --help, use $PAGER if it is set.
10675 (LIB_X11_LIB): Default to -lX11.
10676 (mips-sgi-irix5.*): New alternative.
10677
10678 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10679
10680 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10681 Recognize *.B8.* as hpux version 8.
10682 (m68*-tektronix-bsd*): Fix typo in tek4300.
10683 (AC_HAVE_FUNCS): Add ftime.
10684
10685 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10686
10687 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
10688 Use tekxd88, not tekXD88.
10689
10690 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10691
10692 * configure.in: Check for -lm. Then can check for frexp and logb.
10693
10694 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10695
10696 * Version 19.18 released.
10697
10698 * make-dist (src): Don't put gnu-hp300 in dist.
10699 (src, lisp): Include OChangeLog in dist.
10700
10701 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10702
10703 * configure.in: Test for presence of logb and frexp functions.
10704
10705 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10706
10707 * configure.in (machine): Add i370-ibm-aix*.
10708
10709 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10710
10711 * configure.in (function checks): Test for mkdir and rmdir.
10712
10713 * configure.in (function checks): Don't test for random and bcopy
10714 only when we're building with X; look for them all the time.
10715
10716 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10717
10718 * configure.in: Test for availability of bcopy functions, searching
10719 the X libraries if we're using X.
10720
10721 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10722 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
10723 versions of AIX, and needs to be passed to the loader.
10724
10725 * configure.in: Test for the availability of the
10726 XScreenResourceString function.
10727
10728 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
10729
10730 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10731 LD_SWITCH_X_SITE and assume --with-x11.
10732 Only look for X11 files if we weren't told about a window system
10733 or if we were told to use X11 but not told where.
10734 Search the libraries from the s and/or m files when checking for
10735 functions.
10736
10737 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10738
10739 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10740
10741 * make-dist: Include lisp/dired.todo in the distribution.
10742
10743 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10744
10745 * configure.in: Add code to set HAVE_INET_SOCKETS.
10746
10747 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10748
10749 * configure.in: If we do find x_includes and x_libraries
10750 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
10751
10752 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10753
10754 * make-dist: Include src/gnu-hp300 in the dist.
10755
10756 * configure.in (canonical): New variable holds the canonicalized
10757 configuration. Don't alter `configuration'. Use `configuration'
10758 for Makefile.in for file naming.
10759 (testing x_includes and x_libraries): Use =, not ==.
10760
10761 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10762
10763 * Version 19.17 released.
10764
10765 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
10766 directory's makefile. This allows the invocation of CPP which
10767 builds xmakefile to receive these switches. The SunSoft C
10768 preprocessor inserts spaces between tokens if it doesn't get the
10769 -Xs flag requested in src/s/sol2.h.
10770
10771 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
10772
10773 * configure.in (m68k-bull-sysv3): New config.
10774
10775 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10776
10777 * configure.in: Use the autoconf AC_FIND_X macro to try to find
10778 the X Windows libraries.
10779
10780 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10781
10782 * make-dist (tempdir): Don't create lisp/forms-mode directory in
10783 the distribution. Those files aren't kept in their own
10784 subdirectory any more.
10785
10786 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10787
10788 * Version 19.16 released.
10789
10790 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10791
10792 * configure.in: Add --verbose flag.
10793
10794 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10795
10796 * version 19.15 released.
10797
10798 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10799
10800 * Makefile.in (top_distclean): Use -f switch when cleaning out
10801 lock dir; it might be empty.
10802
10803 * configure.in: Only check for -lXbsd once.
10804
10805 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10806
10807 * Version 19.14 released.
10808
10809 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10810
10811 * make-dist: If using gzip, create distribution with '.gz' extension.
10812
10813 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
10814 (lisp/forms-mode): This doesn't exist anymore.
10815
10816 * configure.in: Look for the closedir function.
10817
10818 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10819
10820 * configure.in (CPP): Autoconf sets this to a shell variable
10821 reference, which doesn't work when it's edited into a makefile.
10822 Expand that variable reference.
10823
10824 * Makefile.in (CPP): New variable.
10825 (src/Makefile): Edit CPP into src/Makefile.
10826
10827 * Makefile.in (src/Makefile): Don't bother exiting single quotes
10828 and entering double quotes to get the values of LD_SWITCH_X_SITE
10829 and the other make variables; make substitutes them in anyway.
10830
10831 * Makefile.in (uninstall): Don't remove the lisp and etc
10832 directories if they're in the source tree.
10833
10834 Bring mumbleclean targets into conformance with GNU coding standards.
10835 * Makefile.in (mostlyclean, clean): Separate these two; just have
10836 them pass the request to the subdirectory makefiles.
10837 (distclean): Pass the request down, and then get rid of the
10838 files configure built, and get rid of the Makefiles.
10839 (realclean): Pass the request down, and then do the same things
10840 distclean does.
10841 (uninstall, info, dvi): New targets.
10842
10843 * configure.in: Move clause for PC-compatible i386 box to the end
10844 of the case statement, to avoid masking configurations below.
10845
10846 * configure.in: Add case for m88k-motorola-sysv4.
10847
10848 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10849 the HP 68000 machines.
10850
10851 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10852 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10853 preprocessor won't fiddle with them.
10854
10855 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10856
10857 * Makefile.in (TAGS): cd to src to run etags.
10858
10859 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10860
10861 * configure.in (version): Check the X libraries for XrmSetDatabase
10862 and random, and see if we have -lXbsd.
10863
10864 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10865
10866 * configure.in: Pass "-Isrc" to the CPP we run to examine the
10867 s/*.h and m/*.h files. Martin Tomes
10868 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
10869
10870 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10871
10872 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
10873 above the general i386 alternative.
10874
10875 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10876
10877 * configure.in: Recognize configuration name for Data General
10878 AViiON machines.
10879
10880 * configure.in: Use AC_LONG_FILE_NAMES.
10881
10882 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10883
10884 * configure.in: Test for bison.
10885 * Makefile.in (YACC): New variable.
10886 (lib-src/Makefile.in): Edit YACC into the makefile.
10887
10888 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10889
10890 * Version 19.13 released.
10891
10892 * configure.in (CFLAGS): Don't set this according to the value of
10893 the GCC shell variable. Instead, consult the machine and system
10894 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
10895 test __GNUC__ while we're at it.
10896
10897 * configure.in: Remove extra ;; from hpux cases.
10898
10899 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10900
10901 * configure.in: Check to see if the system has -ldnet.
10902
10903 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10904
10905 * make-dist: Add clauses to distribute lisp/forms-mode.
10906
10907 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10908
10909 * configure.in (machine): Fix the versions in hpux version number test.
10910 Do not guess based on cpu type. Do check for explicit system version.
10911
10912 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10913
10914 * configure.in: Do NOT look for `unknown' as company name.
10915
10916 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10917
10918 * configure.in: Fix typo in message.
10919
10920 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10921
10922 * Version 19.12 released.
10923
10924 * Makefile.in (do-install): Correct previous etc-copying change.
10925 Partially rewrite using `if'.
10926 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
10927
10928 * Version 19.11 released.
10929
10930 * configure.in: Handle 386bsd.
10931
10932 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10933
10934 * make-dist: Update getdate.c.
10935
10936 * configure.in: Handle bsd386.
10937
10938 * Makefile.in (do-install): Use `-' in tar options.
10939
10940 * configure.in: Change ! "${...}" to x"${...}" = x.
10941
10942 * Makefile.in (do-install): Copy the DOC-* files from the build
10943 etc directory, as well as lots of things from ${srcdir}/etc.
10944
10945 * make-dist: Copy config.guess.
10946
10947 * configure.in: Handle AIX versions 1.2, 1.3.
10948
10949 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10950
10951 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10952 the configuration name mips-mips-usg* to represent USG systems.
10953
10954 * configure.in: Fix logic to detect if srcdir is already configured.
10955
10956 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10957
10958 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10959 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10960 of a directory; cd might fail, and have pwd print out the current
10961 directory.
10962
10963 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10964
10965 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10966
10967 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10968
10969 * configure.in: Complain if srcdir points at an already-configured
10970 tree.
10971
10972 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10973
10974 * Version 19.10 released.
10975
10976 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10977
10978 * Makefile.in: Use Makefile comments, not C comments.
10979
10980 * configure.in: Add case for the Tektronix XD88.
10981
10982 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10983
10984 * configure.in: Handle sysv4.2 and sysvr4.2.
10985
10986 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10987
10988 * configure.in: Traverse the argument list without destroying it;
10989 don't use shift. It turns out that "set - ${saved_arguments}"
10990 doesn't work portably.
10991
10992 * configure.in: Add missing "fi".
10993
10994 * make-dist: Rebuild configure if configure.in is newer.
10995
10996 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10997 targets to be executed even if make remembers that it has already
10998 satisfied FRC.
10999
11000 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11001
11002 * Makefile.in (do-install): Delete redundant code to copy etc twice.
11003
11004 * configure.in (romp): Handle various version numbers with aos and bsd.
11005
11006 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11007
11008 * configure.in: Fix message text.
11009
11010 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11011
11012 * make-dist: Make a `site-lisp' directory in the distribution,
11013 instead of a `local-lisp' directory, which hasn't been the
11014 appropriate name for a long time.
11015 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
11016 from the distribution first, then /usr/local/lib/emacs/site-lisp.
11017
11018 * Makefile.in (do-install): Correctly detect if ./etc and
11019 ${srcdir}/etc are the same.
11020
11021 * configure.in: Extract UNEXEC from the system configuration
11022 files, compute the name of the source file corresponding to the
11023 object file, and #define it as UNEXEC_SRC in config.h.
11024
11025 * configure.in: If srcdir is '.', then try using PWD to make it
11026 absolute.
11027
11028 * configure.in: Include ${srcdir} in the printed report, to help
11029 people notice if it's an automounter path.
11030
11031 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11032
11033 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
11034
11035 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11036
11037 * Makefile.in (do-install): Delete the dest dir, not the source dir,
11038 when they are different. Add `shift' command.
11039 (COPYDESTS, COPYDIR): Delete external-lisp dir.
11040 (externallispdir): Var deleted.
11041
11042 * configure.in: Delete spurious paren outputting short_usage.
11043
11044 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11045
11046 * Version 19.9 released.
11047
11048 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11049
11050 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
11051 subdirectory makes.
11052
11053 * make-dist: Check for .elc files with no corresponding .el file.
11054
11055 * Makefile.in (mkdir): Make all the directories in locallisppath.
11056
11057 * config.guess: New file.
11058 * configure.in: Use it, tentatively.
11059 * INSTALL: Mention its usage.
11060
11061 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
11062 the former gives you the operating system rev directly.
11063 Use s/hpux.h if we don't recognize what we got.
11064
11065 * Makefile.in (do-install): Don't remove a destination directory
11066 if it's the same as the source. If ${srcdir}/info == ${infodir},
11067 don't try to copy the info files.
11068
11069 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
11070 doesn't work if you're not using a separate source directory.
11071 (do-install): Copy the build tree's etc directory only after
11072 making sure it's not also the source tree's etc directory.
11073
11074 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11075
11076 * configure.in: Handle sunos4.1.3 specially.
11077
11078 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11079
11080 * Makefile.in (INSTALL): Add definition.
11081
11082 * configure.in: Fix some messages. Support -with-gnu-cc.
11083 At the end, use `set --', not `set -'.
11084 Delete spurious `.h' in hpux alternatives.
11085
11086 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11087
11088 * Version 19.8 released.
11089
11090 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11091
11092 * configure.in: When looking for source in the same directory as
11093 the configure script, make the path thus discovered absolute.
11094 If the user specifies the `--srcdir' switch, make that directory
11095 absolute too.
11096
11097 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11098
11099 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11100 too, as the value of the PATH_INFO macro.
11101
11102 * configure.in: Check to see if the source lives in the same
11103 directory as the configure script.
11104
11105 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11106
11107 * Makefile.in (install): Split this into `install' and
11108 `do-install', to give people more control over exactly what gets
11109 done.
11110 (do-install): New target, containing the guts of `install'.
11111 Don't remove and recreate the directories inside the copying loop - do
11112 it all before the copying loop. Pass more flags to the lib-src
11113 make.
11114 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11115 avoid errors and warnings.
11116
11117 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11118 the manufacturer - the more general case was blocking other i386
11119 configuration names below, and that's how the names are written in
11120 MACHINES anyway.
11121
11122 * make-dist: When breaking links, remove the link before moving
11123 the copy onto it, to avoid interactive behavior.
11124
11125 * Makefile.in: Doc fix.
11126
11127 * configure.in: Doc fix.
11128
11129 * INSTALL: Mention --exec-prefix option.
11130
11131 * configure.in: Add support for the `--exec-prefix' option.
11132 * Makefile.in: Accept that support.
11133
11134 * configure.in: Use the AC_PROG_INSTALL macro.
11135 * Makefile.in (INSTALL): Variable removed.
11136 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11137
11138 * configure.in: Distinguish between hp800's and hp700's by calling
11139 "uname -m".
11140
11141 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11142
11143 * configure.in: Recognize configuration names for i860 boxes
11144 running SYSV.
11145
11146 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11147
11148 * configure.in: Distinguish between hp800's and hp700's by the
11149 version of HP/UX they run, since that's something people are more
11150 likely to know - hp700's run 8.0.
11151 Add HP 700 configuration.
11152
11153 * configure.in: Test for the presence of the `rename' function.
11154
11155 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11156 configure.in.
11157 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11158
11159 * make-dist: Break intra-tree links.
11160
11161 * configure.in: Explain that this is an autoconf script, and give
11162 instructions for rebuilding configure from it. Arrange to put
11163 comments in configure explaining this too.
11164
11165 * configure.in: Make the first line of the configure script be
11166 "#!/bin/sh". Leaving the first line blank didn't work.
11167
11168 * configure.in (long_usage): Remove; made short_usage describe
11169 the options briefly.
11170
11171 * configure.in: Implement the --prefix option.
11172 * Makefile.in (prefix): Add support for it here.
11173 * INSTALL: Document it here.
11174
11175 * Makefile.in (install): Don't assume that the files in the `info'
11176 subdirectory match *.info. They don't have that prefix.
11177
11178 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11179
11180 * configure.in: Add case for version 5 of Esix.
11181
11182 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11183
11184 * Version 19.7 released.
11185
11186 * make-dist: There aren't any *.com files in lib-src anymore.
11187
11188 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11189 them; they're symlinks to other filesystems on the GNU machines.
11190
11191 * make-dist: Check that the manual reflects the same version of
11192 Emacs as stated in lisp/version.el. Edit that version number into
11193 the README file.
11194
11195 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11196
11197 * configure.in: Remove the hack of AC_DEFINE; use
11198 AC_DEFINE_UNQUOTED.
11199
11200 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11201
11202 * make-dist: Don't distribute precomp.com, compile.com, or
11203 link.com from ./src; they're in ./vms now.
11204
11205 Some time-handling patches from Paul Eggert:
11206 * configure.in: Add AC_TIMEZONE.
11207
11208 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11209
11210 * configure.in: Recognize Linux as a valid operating system for
11211 the i386.
11212
11213 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11214
11215 * make-dist: Distribute some VMS files we got from Richard Levitte.
11216
11217 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11218 the source for the sed command, not oldXMenu/Makefile.
11219
11220 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11221
11222 * INSTALL: Don't claim the srcdir option doesn't work.
11223
11224 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11225
11226 * configure.in: Include remarks saying what order the autoconf
11227 tests should go in, and remind people to change config.h.in
11228 whenever they add autoconf tests which make #definitions.
11229
11230 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11231
11232 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11233
11234 * Makefile.in (oldXMenu/Makefile): Make this depend on
11235 ${srcdir}/oldXMenu/Makefile.in, not itself.
11236
11237 * PROBLEMS: Some updates from David J. Mackenzie.
11238
11239 More changes from David J. Mackenzie.
11240 * Makefile.in (install.sysv, install.xenix, install.aix):
11241 Targets removed; autoconf and config.h should specify all these
11242 differences.
11243 (buildlisppath): Make this path depend on ${srcdir}.
11244 (INSTALLFLAGS): Remove.
11245 (INSTALL): Include the -c flag.
11246 (install): Change the way we invoke install accordingly.
11247
11248 Install ${srcdir} changes from DJM.
11249 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11250 list.
11251 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11252 the source tree and the etc directory in the object tree.
11253 (${SUBDIR}): Pass the prefix variable down to submakes.
11254 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11255 in /bin.
11256 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11257 values for srcdir and VPATH.
11258 (install): Add `v' flag to tar command. Make sure that `dir'
11259 exists in ${srcdir}/info before copying it. Remember that the man
11260 pages come from the source tree, not the object tree.
11261 * configure.in: Remove remarks saying that the --srcdir option
11262 doesn't work.
11263 Create the etc directory in the object tree.
11264 Recognize configuration names of the form *-sun-solaris*.
11265 Recognize sunos5 and solaris as operating system names.
11266
11267 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11268 lib-src/getdate.y and src/systime.h.
11269
11270 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11271
11272 * make-dist: Make links in info subdir.
11273
11274 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11275
11276 * configure.in: Call AC_STDC_HEADERS.
11277
11278 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11279
11280 * configure.in: Sidestep autoconf's quoting of the second argument
11281 of AC_DEFINE, so we can specify the value to put there. It would
11282 be nice if autoconf provided some way to specify computed values
11283 for macros.
11284
11285 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11286
11287 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
11288 this is always just -DHAVE_CONFIG_H.
11289
11290 The GNU coding standards specify that CFLAGS should be left for
11291 users to set.
11292 * Makefile.in (CFLAGS): Let configure determine the default value
11293 for this.
11294 Don't have it default to DEFS.
11295 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11296 (lib-src/Makefile, src/Makefile): Edit the default value for
11297 CFLAGS into these files, not DEFS.
11298 * configure.in (CFLAGS): Choose a default value for this - "-g"
11299 normally, or "-g -O" if we're using GCC. Edit it into the
11300 top-level Makefile.
11301
11302 * configure.in: When scanning the machine and system description
11303 #include files, write their names to conftest.c properly.
11304
11305 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11306
11307 * configure.in: In configuration name case for Apallos running
11308 Domainios, set opsys, not opsysfile.
11309
11310 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11311 src/config.h, instead of AC_OUTPUT; the latter overwrites
11312 src/config.h even when it hasn't changed, puts a makefile-style
11313 comment at the top even though it's C code, and produces a
11314 config.status script which doesn't do the job right.
11315
11316 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11317 can use a symbolic link to get the X Menu library into src.
11318 * Makefile.in (LN_S): New variable.
11319 (src/Makefile): Edit the value of LN_S into this makefile.
11320
11321 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11322
11323 * configure.in: Support *-sco3.2v4* as opsystem.
11324
11325 * make-dist: Don't include calc directory.
11326 Exclude many files in the man directory; copy a few.
11327
11328 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11329
11330 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11331 call AC_STRUCT_TM to see what's in time.h.
11332
11333 * configure.in: Employ quoting stupidity to get the value of CPP
11334 to expand properly.
11335
11336 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11337
11338 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11339 variable to scan the machine and system description files.
11340
11341 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11342 so that getdate.y builds correctly.
11343
11344 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11345
11346 * configure.in (tempcname): Change this to "conftest.c", so it will
11347 work properly on systems with short filenames; this is the name
11348 autoconf uses.
11349
11350 * configure.in: Also detect the availability of dup2 and
11351 gethostname.
11352
11353 * configure.in: Use the AC_ALLOCA test.
11354 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11355 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11356
11357 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11358
11359 * make-dist: Distribute configure, as well as configure.in.
11360 Oversight.
11361
11362 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11363
11364 * Makefile.in (install): Print out the name of the directory we're
11365 copying, so people can have some idea of whether we're making
11366 progress.
11367
11368 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11369 Don't forget to re-create the COPYDESTS directories after we clear
11370 them out.
11371
11372 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11373
11374 * Makefile.in: Add autoconf cookies so that the configure
11375 script can comment out sections of path variable definitions to
11376 choose between the installable configuration and the run-in-place
11377 configuration.
11378 * configure.in: Add new option `--run-in-place', to select the
11379 run-in-place path definitions.
11380
11381 * configure.in: Add a clause to the big configuration name case
11382 for the NeXT machine.
11383
11384 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11385
11386 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11387 Make sure that each source directory exists, and is different from
11388 the destination directory; then, delete the destination before
11389 copying over the source.
11390
11391 * make-dist: Distribute configure.in, instead of configure.
11392
11393 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11394
11395 * configure.in: Don't set CC to "gcc -O" if the user specifies
11396 `--with-gcc'. Add -O to DEFS if GCC is set.
11397
11398 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11399
11400 * Makefile.in (clean mostlyclean): Missing right paren.
11401
11402 * configure.in: When checking for X windows, search for an X11
11403 subdirectory of ${x_includes}.
11404
11405 * configure.in: Check for gettimeofday function, for getdate.y.
11406
11407 Change `configure' to a mixture of custom code and autoconf stuff.
11408 autoconf can't derive all the information we need, but we'd really
11409 like to be able to take advantage of some of its tests, and its
11410 file-editing facilities.
11411 * configure.in: Renamed from configure.
11412 Quote the sections of shell script we want copied literally to
11413 the configure script.
11414 (compile): Initialize this to make the autoconf macros' code happy.
11415 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11416 code to do their jobs.
11417 Use autoconf to produce Makefile and src/config.h.
11418 Remove the Makefile-style comment that autoconf places at the top
11419 of src/config.h.
11420 (config_h_opts): Remove - no longer necessary.
11421 * Makefile.in (configname): Rename to configuration.
11422 (CONFIG_CFLAGS): Rename to DEFS.
11423 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
11424 get values via autoload @cookies@.
11425 (libsrc_libs): Get this from autoconf. We used to do nothing
11426 about this.
11427 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11428
11429 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11430 Don't echo the move-if-change command.
11431
11432 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11433
11434 * make-dist: Distribute lib-src/rcs-checkin.
11435
11436 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11437 Don't try to make links to the RCS or Old subdirectories.
11438 Use the appropriate extension for the compression type in use.
11439 Create the tar file in the shell's initial default directory, not
11440 in ${tempparent}.
11441 Erase the whole ${tempparent} tree, not just ${tempdir}.
11442
11443 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11444
11445 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11446 use to build paths.h.
11447 (lib-src/Makefile, src/Makefile): Similarly.
11448
11449 * configure: Extend test for working `const' keyword to handle AIX
11450 3.2 cc.
11451
11452 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11453
11454 * make-dist: Distribute lisp/term/ChangeLog.
11455
11456 Arrange for C compilation throughout the tree to get
11457 C_SWITCH_SYSTEM from the configuration files.
11458 * configure: Extract C_SWITCH_SYSTEM from the machine and
11459 system-dependent files, and save it in the top-level Makefile.
11460 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11461 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11462
11463 * make-dist: Include the VMS support files in oldXMenu in the
11464 distribution.
11465
11466 * configure: Doc fix.
11467
11468 * configure: Fix corrupted config_h_opts.
11469
11470 * configure: Properly report option names in error messages.
11471
11472 * configure: Properly recognize --x-includes and --x-libraries
11473 options.
11474
11475 * configure: Fix syntax errors in code handling XFree386.
11476
11477 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11478
11479 * configure: Add special code to detect XFree386, and tell
11480 config.h about it.
11481
11482 * configure: Properly handle extracting values of LIBS_MACHINE and
11483 LIBS_SYSTEM that contain spaces.
11484
11485 * configure: Add `--x-includes' and `--x-libraries' options.
11486 I think these are dopey, but no less than three alpha testers, at
11487 large sites, have said they have their X files installed in odd
11488 places. Implement them by setting C_SWITCH_X_SITE and
11489 LD_SWITCH_X_SITE in src/config.h.
11490
11491 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11492
11493 * make-dist: Don't distribute etc/Old files.
11494
11495 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11496 backups.
11497
11498 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11499
11500 * make-dist: Fix typo.
11501
11502 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11503
11504 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11505 in some cases where it should but didn't seen to.
11506
11507 * Makefile.in: Added unlock and relock productions.
11508
11509 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11510
11511 * make-dist: Add a --compress option to force make-dist to use
11512 compress.
11513
11514 * make-dist: Use gzip, if we can find it.
11515
11516 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11517 make rs6000-ibm-aix default to -aix32.
11518
11519 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11520
11521 * Makefile.in: Added `Developer's configuration' section.
11522
11523 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11524
11525 * Makefile.in: Add commented-out variable settings for developer's
11526 configuration.
11527
11528 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11529
11530 * make-dist: Distribute `src/bitmaps' too.
11531
11532 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11533
11534 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11535 make rs6000-ibm-aix default to -aix32.
11536
11537 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11538
11539 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11540
11541 * Makefile.in (install.sysv): Add a second `$' in front of
11542 `${dest}', so that the shell will expand it, instead of Make.
11543
11544 * configure: When processing the name of the configure script,
11545 collapse `././' to `./', but leave a single `./' prefix alone.
11546
11547 * configure: Doc fix.
11548
11549 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11550
11551 * configure: Handle isc3.0 correctly.
11552
11553 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11554
11555 * make-dist: Don't try to copy the COPYING notice into
11556 external-lisp; we're not distributing that directory any more.
11557
11558 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11559
11560 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11561 Remove CVS subdirectories from the installed directory trees, as
11562 well as RCS directories.
11563
11564 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11565
11566 * make-dist: Only copy gmalloc.c if we couldn't link it.
11567 Don't try to copy man/{README,Makefile} unless they actually exist.
11568
11569 * Makefile.in (lisppath): Don't include externallispdir in this.
11570 We're not sure whether we're even going to distribute the
11571 directory yet.
11572
11573 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11574
11575 * make-dist: Don't distribute the external-lisp directory anymore.
11576 * INSTALL: Remove all references to external-lisp.
11577
11578 * configure: Detect whether the compiler supports `const'
11579 properly, and edit src/config.h accordingly.
11580
11581 * configure: Tweak layout of final report.
11582
11583 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11584 CFLAGS.
11585
11586 * Makefile.in (locallisppath): Make this default to
11587 ${datadir}/emacs/site-lisp, instead of
11588 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11589 the same thing, and local-lisp causes completion conflicts with
11590 lock.
11591 (lisppath): Add ${externallispdir} to this.
11592 * INSTALL: Adjust installation directions.
11593
11594 * Makefile.in (externallispdir): New variable, to say where to
11595 install the externally-maintained lisp files.
11596 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11597 the others.
11598 * INSTALL: Describe external-lisp and the new externallispdir
11599 variable.
11600
11601 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11602
11603 * configure (progname): New option `--with-gcc'. Make it clearer
11604 how we are trying to guess whether or not we have GCC.
11605 * INSTALL: Document the `--with-gcc' option, and improve
11606 description of `--with-x' options.
11607
11608 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11609
11610 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11611 ${infodir} from these variables; we have written out explicit code
11612 to install the info files.
11613
11614 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11615
11616 * make-dist: Don't distributed the RCS files in the etc directory.
11617
11618 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11619
11620 * Makefile.in: Some makes can't handle comments in the middle of
11621 commands; move them to before the whole rule.
11622
11623 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11624
11625 * README: Mention what Emacs is.
11626
11627 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11628
11629 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11630 Add `./cpp' and `./man' back into the distribution.
11631
11632 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11633
11634 * Makefile.in: Define MAKE, and use where appropriate.
11635
11636 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11637
11638 * make-dist: Remember that the authoritative COPYING notice is
11639 `etc/COPYING', not `../etc/COPYING'.
11640
11641 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11642
11643 * make-dist: Make sure that the COPYING notices in each directory
11644 are copies, not symlinks.
11645
11646 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11647
11648 * INSTALL: The build process produces an executable called `emacs'
11649 now. Change references.
11650 * Makefile.in: Adjust `install.mumble' targets to install
11651 `src/emacs', not `src/xemacs'.
11652
11653 * configure: Start with a blank line; this keeps some old CSH's
11654 from thinking it's a CSH script. Most systems will just use
11655 /bin/sh to run it, which is what we're expecting; the only other
11656 shells which might try to interpret it themselves are probably
11657 Bourne-compatible.
11658
11659 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11660
11661 * INSTALL: Improvements suggested by David Mackenzie.
11662
11663 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11664
11665 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11666 Don't try to copy the info files if there aren't any; the
11667 unexpanded globbing pattern disappoints `install'. Ignore the
11668 return status of that command.
11669
11670 * INSTALL: Updated for new configuration arrangement.
11671
11672 * configure: Don't make the top-level Makefile read-only - people
11673 may want to edit the values of the path variables.
11674
11675 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11676 Install the info files in ${infodir}. Install the executable
11677 under both `emacs' and `emacs-VERSION'.
11678
11679 * Makefile.in: Doc fix.
11680
11681 * Makefile.in (exec_prefix): New variable, as per latest version
11682 of coding standards.
11683 (bindir, libdir): Use it, instead of `prefix'.
11684 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11685
11686 * Makefile.in (mandir): Make the default value for this depend on
11687 $(prefix).
11688
11689 * Makefile.in (datadir, statedir, libdir): Make these all default
11690 to ${prefix}/lib.
11691 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11692 Adjust to compensate.
11693
11694 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11695 Install the etags and ctags man pages too.
11696
11697 * Makefile.in (distclean): Don't delete backup files; that's the
11698 job of extraclean.
11699 (extraclean): Like distclean, but deletes backup and autosave files.
11700
11701 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11702
11703 Make path specification conform to GNU coding standards.
11704 * configure (long_usage): Remove all traces of old arguments from
11705 usage messages, and document the options we do accept in more
11706 detail: -with-x... and --srcdir.
11707 (options, boolean_opts): Delete; we don't have enough options to
11708 make this worthwhile.
11709 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11710 along with the code which supported them; these should be set as
11711 arguments to the top-level make.
11712 (config_h_opts): Since this no longer doubles as a list of option
11713 names, make them upper case; this simplifies the code which uses
11714 them to build the sed command to edit src/config.h. Change the
11715 code which sets them.
11716 (cc, g, O): Don't allow the user to set these using options; they
11717 should be specified using `CC=' and `CFLAGS=' arguments to the
11718 top-level make. Just choose reasonable default values for them,
11719 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11720 values.
11721 (gnu_malloc, rel_alloc): Don't allow the user to set these using
11722 options; use them whenever the configuration files say they're
11723 possible.
11724 Simplify the argument processing loop. Don't accept abbreviations
11725 for option names; these might conflict with other configuration
11726 options in the future.
11727 Add some support for the `--srcdir' option. Check for the sources
11728 in . and .. if `--srcdir' is omitted. If the directories we will
11729 compile in don't exist yet, create them under the current directory.
11730 Note that the rest of the build process doesn't really support
11731 this.
11732 Edit only the top Makefile. That should edit the others.
11733 Edit into the makefile: `version', from lisp/version.el, `configname'
11734 and `srcdir' from the configuration arguments, `CC' and
11735 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11736 the user's path, and LOADLIBES as gleaned from the system
11737 description files.
11738 Simplify the report generated; it doesn't need to include any
11739 description of paths now.
11740 Make `config.status' exec configure instead of just calling it, so
11741 there's no harm in overwriting `config.status'.
11742 * Makefile.in (version, configname): New variables, used to choose
11743 the default values for datadir and libdir.
11744 Path variables rearranged into two clearer groups:
11745 - In the first group are the variables specified by the GNU coding
11746 standards (prefix, bindir, datadir, statedir, libdir, mandir,
11747 manext, infodir, and srcdir).
11748 - In the second are the variables actually used for Emacs's paths
11749 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
11750 archlibdir), which depend on the first category.
11751 datadir and libdir default to directories under
11752 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
11753 demand.
11754 etcdir and lispdir default to subdirectories of datadir.
11755 archlibdir defaults to libdir.
11756 The new installation tree is a bit deeper than it used to be, so
11757 use the new make-path program in lib-src to build them all.
11758 Always build a new src/paths.h.tmp and then move-if-change it to
11759 src/paths.h, to avoid unnecessary rebuilds while responding to the
11760 right changes.
11761 Remove all mention of arch-lib. Run utility commands from
11762 lib-src, and let the executables be copied into archlibdir when
11763 Emacs is installed.
11764 Add targets for src/Makefile, lib-src/Makefile, and
11765 oldXMenu/Makefile, editing the values of the path variables into
11766 them.
11767 Let lib-src do its own installation.
11768 (datadir): Default to putting data files under
11769 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
11770 (emacsdir): Variable deleted; it would only be confusing to use.
11771 (lispdir, etcdir): Default to ${datadir}/lisp.
11772 (mkdir): Use make-path for this.
11773 (lockdir): Do this in mkdir.
11774 (Makefile): New target.
11775
11776 * configure (usage_message): Rename to long_usage.
11777
11778 * make-dist: Don't bother creating an arch-lib directory; that's
11779 only for installation now.
11780
11781 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11782
11783 * configure: Use GCC-style configuration names, using config.sub.
11784 Change the usage and help messages.
11785
11786 * configure: Initialize window_system, not indow_system.
11787
11788 * configure: Report which window system, compiler, and signal
11789 handler return type we decide to use.
11790
11791 * make-dist: Explain what's going on if config.sub and gmalloc.c
11792 can't be linked. Place the code which copies them near the code
11793 which links the rest of the files around them.
11794
11795 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
11796
11797 * make-dist: Don't bother to distribute src/*.com, or
11798 src/vmsbuild; those have all been moved to `../vms'.
11799
11800 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11801
11802 * make-dist: Don't forget that the way to avoid filenames starting
11803 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
11804 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
11805 couldn't make hard links to, since we have two already, and
11806 perhaps more to come.
11807
11808 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11809
11810 * configure: When editing parameters into lib-src/Makefile, change
11811 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
11812 needs some other flags too.
11813
11814 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11815
11816 * configure: Remove spurious echo of the configuration name.
11817
11818 * make-dist: Don't distribute files in src/m and src/s whose names
11819 begin with `='.
11820
11821 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11822
11823 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
11824 Also LISP_FLOAT_TYPE.
11825
11826 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11827
11828 * make-dist: Copy config.sub, since it's a symbolic link to a file
11829 on another file system.
11830
11831 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11832
11833 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
11834 distribution.
11835
11836 * config.sub: New file, to help us recognize configuration names.
11837 * make-dist: Include it in the distribution.
11838
11839 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11840
11841 * configure: Convert `-' to `_' in specified option names.
11842 Accept options with --. Delete --highpri and --have-x-menu options.
11843 New options --with-x and --with-x10 replace -window-system.
11844 Don't mention options --gnu-malloc, --rel-alloc
11845 or --lisp-float-type in help message.
11846
11847 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11848
11849 * make-dist: Include the `vms' subdirectory in the distribution.
11850
11851 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11852
11853 * configure: Remove lines starting with "# DIST: " when building
11854 lib-src/Makefile and src/Makefile. This allows us to mark the
11855 "Makefile.in" files with explanatory comments which won't also get
11856 stuck in the Makefiles.
11857
11858 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11859
11860 * make-dist: Don't use the '+' operator in the sed regular
11861 expression that extracts the version number from lisp/version.el;
11862 Ultrix sed doesn't seem support the operator. Just double the
11863 operand and use *.
11864
11865 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11866
11867 * Makefile.in: Doc fix.
11868
11869 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11870
11871 * configure: Rewrite sed command to remove at most one ./ prefix;
11872 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
11873 group.
11874
11875 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11876
11877 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
11878
11879 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11880
11881 * make-dist: Go ahead and build a new TAGS file, unless the
11882 --newer option was specified. Don't try to delete a TAGS file
11883 from etc; it's not kept there, and shouldn't be deleted anyway.
11884
11885 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11886
11887 * make-dist: If the lisp directory contains a default.el, don't
11888 distribute it.
11889
11890 * configure: When searching signal.h for the type of a signal
11891 return handler, make a copy of it, not a symbolic link to it; that
11892 way, it will work on systems that don't have symbolic links.
11893
11894 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11895
11896 * make-dist: Taught it about vcdiff and rcs2log, added --newer
11897 option for generating incremental distributions. Stopped it from
11898 generating a TAGS file into the distribution; that sucker is
11899 *big*, and easily enough generated with the toplevel makefile.
11900
11901 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11902
11903 * configure: When writing config.status, don't prefix progname
11904 with a '.'; it might be absolute.
11905
11906 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11907
11908 * configure: Choose to use X11 if either /usr/lib/libX11.a or
11909 /usr/include/X11 exist, not only if both exist.
11910
11911 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11912
11913 * make-dist: Make the new external-lisp directory a duplicate of
11914 the external-lisp directory, not the lisp directory.
11915
11916 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11917
11918 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
11919 clean' in arch-lib; it doesn't even have a Makefile.
11920
11921 * Makefile.in (clean, mostlyclean): In the test which tries to
11922 distinguish between the build directory, which should be cleaned,
11923 and the installed directory, which shouldn't, cd to `${emacsdir}',
11924 not `${DESTDIR}${LIBDIR}'.
11925
11926 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11927
11928 * make-dist: Be sure to delete the .c and .h files that YACC and
11929 BISON create from getdate.y.
11930
11931 * external-lisp: New directory; see `external-lisp/README'.
11932 * make-dist: Added support for the external-lisp subdirectory.
11933
11934 * make-dist: Changed message which complains that make-dist wasn't
11935 invoked in the right directory to indicate which files it was
11936 looking for.
11937
11938 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11939
11940 * configure: Add comments explaining why we can't translate
11941 character ranges or control characters in `tr'.
11942
11943 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11944
11945 * configure: When generating the configuration message, we used to
11946 build the message from the start so that each line began with "# "
11947 so that it would be a comment in `config.status'. However, this
11948 causes trouble if any of the variables we use in the message
11949 expand to more than one line of text - as gnu_malloc_reason
11950 sometimes does. So instead, we build the message as it should be
11951 printed to the user (i.e. without the "# " prefixes), and stick on
11952 the "# "s when we write it to `config.status'.
11953
11954 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11955 `lib-src' and `arch-lib'.
11956
11957 * configure: When generating report and `config.status' file, note
11958 that bindir only determines where `make install' and
11959 `build-install' will place the executables; this should make it
11960 clear that the ordinary build process will not try to install
11961 things.
11962
11963 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11964
11965 * make-dist: Change messages to say that we are 'making links to
11966 X', rather than 'copying X'. And put `' quotes around file names.
11967
11968 * make-dist: Include '.tmp' in the name of the staging directory.
11969
11970 * make-dist: Pass the `-f' option to rm when you're not sure that
11971 the files you're removing actually exist.
11972
11973 * make-dist: When setting up etc/COPYING, always nuke whatever is
11974 there, and then copy it in, to make sure we get a real file.
11975
11976 * make-dist: Don't try to distribute *.defns files any more.
11977 The only such file was for simula.el, which has been superseded by a
11978 version which doesn't have a separate .defns file.
11979
11980 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11981
11982 * make-dist: Don't distribute configured versions of config.h.in,
11983 paths.h.in, Makefile.in in src.
11984
11985 * configure: Delete .tmp files before creating them; don't bother
11986 trying to make final targets writable first, since it won't
11987 matter to move-if-change.
11988
11989 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11990
11991 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11992 mkdir and chmod in the center of all the conditionals. GNU Make
11993 will strip these out, but other makes won't.
11994
11995 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11996
11997 * make-dist: Include move-if-change in list of files to distribute.
11998
11999 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12000
12001 * configure: Remove any "." elements from the program name.
12002
12003 * configure: Don't record the values of all the possible arguments
12004 in config.status; only record the options that the user specified.
12005
12006 * configure: Use move-if-change to move in the new src/config.h.
12007
12008 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
12009
12010 * move-if-change: New file, copied from gcc release.
12011 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
12012 a temp file, so we don't update paths.h if an error occurs or if
12013 it doesn't need changing.
12014
12015 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12016
12017 * Makefile.in (src/paths.h): Do not install a value for the
12018 PATH_SUPERLOCK value; that macro doesn't exist anymore.
12019 * build-install.in: Same thing.
12020
12021 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12022
12023 * make-dist: Check the flag called "make_tar", not "make_dir"; the
12024 latter, being a typo, is always false, resulting in a program
12025 whose default behavior is to painstakingly build a copy of the
12026 source tree, and then delete it. Rah.
12027
12028 * Makefile.in: Add dist target, and comment for it.
12029
12030 * configure: When scanning <signal.h> for a declaration for
12031 signal, create a symbolic link with a name ending in .c, so the
12032 compiler won't complain that it's only been given .h files.
12033
12034 * configure: Check whether there are any arguments available
12035 before shifting to get the value of a non-boolean parameter.
12036
12037 * make-dist: Doc fix.
12038
12039 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12040
12041 * configure: Instead of grepping /usr/include/signal.h for a
12042 signal declaration, run /usr/include/signal.h or
12043 /usr/include/sys/signal.h through cpp and grep for the
12044 declaration.
12045
12046 * configure: Redirect the output of grep to /dev/null instead of
12047 using grep -s - that flag means different things on other systems.
12048
12049 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
12050 since the former is recognizable even if you don't know what
12051 'dumping' is.
12052 * configure: Accommodate that change.
12053
12054 * configure: Accept options for all of the directories you can
12055 change in the Makefile.
12056
12057 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
12058
12059 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
12060 FOO before you can use them.
12061
12062 * build-install.in: Made the "Where To Install Things" section
12063 conform with the similar section from Makefile.in. Copied section
12064 which builds src/paths.h from src/paths.h.in from the Makefile.
12065
12066 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12067
12068 * configure: Write config.status to pass its command-line
12069 arguments on to configure, so that people can use it to recreate
12070 an old configuration, with minor changes.
12071
12072 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12073
12074 * configure: Don't rely on option variables being unset if their
12075 values are the empty string. In particular, when producing the
12076 English report, don't assume that highpri will be unset when no
12077 increased priority has been requested; -highpri='' should be the
12078 same as omitting -highpri altogether.
12079
12080 * configure: Fix dumb bug: when running the system and machine
12081 description files through cpp, mark those lines that we want to
12082 evaluate with the string '@configure@', and then only evaluate
12083 them. This way if the files include anything that actually
12084 generates text (type definitions or external declarations, say),
12085 we won't try to eval it.
12086
12087 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12088
12089 * make-dist: New shell script.
12090
12091 * configure: When creating foo from foo.in, make foo read-only to
12092 remind people to edit the .in file instead.
12093
12094 * INSTALL: Changed references to config.h-dist to config.h.in.
12095 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12096 to build src/paths.h from src/paths.h.in; added a paragraph to do
12097 this.
12098 * configure, Makefile, build-install: Changed filenames like
12099 FOO-dist to FOO.in.
12100
12101 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12102
12103 * Makefile, build-install: Renamed to Makefile.in and
12104 build-install.in; the configure script will edit these to produce
12105 the usable Makefile and build-install.
12106 * configure: Changed to produce ./Makefile, ./build-install,
12107 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12108 instead of editing them in place.
12109
12110 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12111
12112 * Makefile: Re-arranged so that the undumped Emacs will search
12113 ../lisp *after* the site's local elisp files.
12114 (locallisppath, dumplisppath): New variables.
12115 (lisppath): This variable's default value is now chosen based on
12116 $(locallisppath) and $(lispdir); while it used to be the
12117 customization point for adding site-local elisp directories to
12118 load-path, that job is now handled mostly by locallisppath.
12119 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12120 Check the values being assigned to the *LOADSEARCH macros for null
12121 path elements (like '::' in 'foo::bar').
12122
12123 * configure: When checking if the machine- and system-dependent
12124 files define a particular macro or not, actually run them through
12125 CPP and test the macros with #ifs, instead of just grepping for
12126 the macros' names. In particular, check for SYSTEM_MALLOC in this
12127 way.
12128
12129 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12130
12131 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12132
12133 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12134
12135 * configure: Make the config.status file an executable shell
12136 script which will recreate the same configuration. Include the
12137 verbal description of the current configuration as a comment in
12138 the script.
12139 * INSTALL: Doc fix.
12140
12141 * Makefile: Brought the Makefile up to the GNU coding
12142 standards, as described in standards.text:
12143 (TAGS): New name for the target which rebuilds the tags table.
12144 (check): New target; doesn't do anything yet.
12145 (mostlyclean): New target, synonymous with clean.
12146 (realclean): New target. Currently, this just calls the
12147 subdirectories's makefiles and then deletes config.status.
12148 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12149 New variables.
12150 Installation directory variables changed to conform.
12151 (install, install.sysv, install.xenix, install.aix): Change the
12152 code which copies the directories into their installed location to
12153 allow the installed locations to be in several different
12154 directories; the old version assumed that they would all be in
12155 $(emacsdir).
12156 (mkdir, lockdir): Allow the installed locations to be in several
12157 different directories.
12158 * INSTALL: Doc fix.
12159
12160 * build-install: Use the same variable names as the Makefile.
12161 Allow the installed locations to be in several different
12162 directories.
12163
12164 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12165
12166 * Makefile (src/paths.h): Instead of using a single sed command to
12167 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12168 separately, and don't forget to append "/!!!SuperLock!!!" to the
12169 value of the PATH_SUPERLOCK macro.
12170
12171 * config.emacs: Renamed to configure, for consistency with other
12172 GNU products. Internal references changed.
12173 INSTALL, Makefile: References changed.
12174
12175 * lock: New directory, which should always be empty. If this
12176 directory doesn't exist, Emacs won't complain; it just won't lock.
12177 Having this here means that people can just unpack Emacs, build
12178 it, and have locking work.
12179
12180 * share-lib: Re-renamed to etc, for the sake of tradition.
12181 * config.emacs: Changed default value for datadir to ../etc.
12182 * INSTALL, README: Adjusted.
12183
12184 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12185
12186 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12187 by running CPP on the appropriate s/*.h and m/*.h files.
12188
12189 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12190
12191 * config.emacs: Make sure to set the "exit on error" flag once
12192 we've removed config.status; errors should abort the configuration.
12193
12194 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12195
12196 * config.emacs: Added -distribute option, so that the Makefile
12197 paths are in their proper form. I don't know why this matters.
12198
12199 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12200
12201 * local-lisp: New directory, empty in the distribution, for people
12202 to put local elisp code in.
12203 * config.emacs: Include it in the default load path.
12204 * README: Document it.
12205
12206 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12207
12208 * config.emacs: Guess the type of signal handling functions based
12209 on the contents of /usr/include/signal.h.
12210
12211 * config.emacs: Print out progress report messages.
12212
12213 * Makefile (src/paths.h): Don't generically replace
12214 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12215 editing of the other entries, and each entry should be dealt with
12216 explicitly anyway.
12217
12218 * build-install: Converted from C-shell to Bourne shell.
12219 * config.emacs: Edit build-install properly.
12220
12221 * config.emacs: Doc fix.
12222
12223 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12224
12225 * Makefile (install): Remove `B' from tar xf command.
12226
12227 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12228
12229 * config.emacs: Removed support for the `maintain-environment'
12230 option; the only important difference between this and its absence
12231 has been removed.
12232 * INSTALL: Removed mention of `maintain-environment'.
12233
12234 * config.emacs: Fix arguments to sed when processing boolean
12235 arguments.
12236
12237 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12238
12239 * config.emacs: New file, to help automate the installation
12240 process.
12241
12242 * Makefile: Lots of changes to support the separation of etc into
12243 architecture-dependent and -independent files:
12244 (EMACSROOT): New variable, giving the directory under which all of
12245 Emacs's libraries should be installed. Changed rest of file to
12246 use it.
12247 (LIBDIR): Now denotes only architecture-dependent dir.
12248 (DATADIR): New variable, denoting architecture-independent dir.
12249 (LOCKDIR): New variable, for completeness.
12250 (SUBDIR): No more etc, new lib-src.
12251 (COPYDIR): No more etc, new arch-lib and share-lib.
12252 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12253 (src): Now depends on lib-src, not etc.
12254 * build-install: Changes parallel to the above.
12255 * README: Describe the new arrangement.
12256
12257 * vms: New subdirectory for all the VMS stuff.
12258
12259 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12260
12261 * Makefile (LISPPATH): New variable.
12262 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12263
12264 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12265
12266 * Makefile (install, install.sysv, install.xenix):
12267 Install wakeup instead of loadst. No need for setuid or setgid.
12268
12269 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12270
12271 * Makefile (clean): Clean etc if that's not the installation dir.
12272
12273 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12274
12275 * Makefile (paths.h): Make sed alter each name in the path.
12276
12277 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12278
12279 * Makefile (install.sysv): Use cpio, not tar.
12280
12281 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12282
12283 * Makefile (lockdir): Rename `lock' target.
12284 Depend on it from install*, not from `all'.
12285
12286 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12287
12288 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12289 to match build-install and paths.h.
12290
12291 ;; Local Variables:
12292 ;; coding: utf-8
12293 ;; End:
12294
12295 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
12296
12297 This file is part of GNU Emacs.
12298
12299 GNU Emacs is free software: you can redistribute it and/or modify
12300 it under the terms of the GNU General Public License as published by
12301 the Free Software Foundation, either version 3 of the License, or
12302 (at your option) any later version.
12303
12304 GNU Emacs is distributed in the hope that it will be useful,
12305 but WITHOUT ANY WARRANTY; without even the implied warranty of
12306 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12307 GNU General Public License for more details.
12308
12309 You should have received a copy of the GNU General Public License
12310 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.