* simple.el (prog-indent-sexp): Indent enclosing defun.
[bpt/emacs.git] / ChangeLog
CommitLineData
6e911150
SM
12013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (install-doc): DOC file is not version specific any more.
4 * .bzrignore: Don't ignore DOC-* any more.
5
522fe43b
PE
62013-05-13 Paul Eggert <eggert@cs.ucla.edu>
7
bb8eb357 8 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
9 Reported privately by Han Boetes <han@boetes.org>.
10
86cec478
JB
112013-05-08 Juanma Barranquero <lekktu@gmail.com>
12
13 * lib/makefile.w32-in (ACL_H): New macro.
14 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
15
ffdc270a
PE
162013-05-07 Paul Eggert <eggert@cs.ucla.edu>
17
18 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
19 * configure.ac: Remove -with-acl option, since Gnulib does that for
20 us now.
21 (LIBACL_LIBS): Remove; no longer needed.
22 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
23 for the benefit of the new ACL implementation.
24 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
25 ($(BLD)/acl-errno-valid.$(O)): New rule.
26 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
27 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
28 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
29 New files, taken from gnulib.
30 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
31
4e3f9230
YM
322013-05-07 Jan Djärv <jan.h.d@swipnet.se>
33
34 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
35 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
36
7a6018ad
PE
372013-05-06 Paul Eggert <eggert@cs.ucla.edu>
38
39 Merge from gnulib, incorporating:
40 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
41
0922c475
PE
422013-05-01 Paul Eggert <eggert@cs.ucla.edu>
43
44 * make-dist: Keep necessary restrictions on file access.
45
d9774ea4
PE
462013-04-29 Paul Eggert <eggert@cs.ucla.edu>
47
48 Merge from gnulib, incorporating:
49 2013-04-28 extern-inline: work around bug in Sun c99
50
d7ed9b36
PE
512013-04-27 Paul Eggert <eggert@cs.ucla.edu>
52
53 Merge from gnulib, incorporating:
54 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
55
f780d632
PE
562013-04-26 Paul Eggert <eggert@cs.ucla.edu>
57
58 Port better to AIX (Bug#14258).
59 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
60 we did not already infer an optimization option, and -O works.
61 AIX xlc needs -O, otherwise garbage collection doesn't work.
62
c6cb2f53
PE
632013-04-22 Paul Eggert <eggert@cs.ucla.edu>
64
1e8589d3
PE
65 * make-dist: Do not distribute admin/unidata/Makefile.
66 It is generated by 'configure'.
67
c6cb2f53
PE
68 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
69 It messes up 'make distclean', and contains no useful information
70 because it's a copy of subdirs.el.
71
7e00831f
JM
722013-04-18 John Marino <gnugcc@marino.st> (tiny change)
73
74 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
75
4f8902cd
GM
762013-04-18 Glenn Morris <rgm@gnu.org>
77
78 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
79 (LN_S_FILEONLY): New output variable.
80 * Makefile.in (LN_S): Remove.
81 (LN_S_FILEONLY): New, set by configure.
82 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
83
e8bdb06e
KB
842013-04-12 Ken Brown <kbrown@cornell.edu>
85
86 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
87 `canonical' is `x86_64-unknown-cygwin'.
88
ba3b2d88
KB
892013-04-09 Ken Brown <kbrown@cornell.edu>
90
91 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
92 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
93 (Bug#12993)
94
876da980
PE
952013-04-07 Paul Eggert <eggert@cs.ucla.edu>
96
97 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
98 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
99 and if not on GNU/Linux or FreeBSD.
100 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
101 lib/*.o is profiled too.
102
119b2d43
PE
1032013-03-30 Paul Eggert <eggert@cs.ucla.edu>
104
105 Merge from gnulib, incorporating:
106 2013-03-29 stdalign: port to stricter ISO C11
107 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
108 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
109
afeee3e5
PE
1102013-03-27 Paul Eggert <eggert@cs.ucla.edu>
111
112 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
113 Subsumed by HAVE_XKB. All uses changed.
114
a4cedbf7
JD
1152013-03-25 Jan Djärv <jan.h.d@swipnet.se>
116
117 * configure.ac (HAVE_XKB): Define if Xkb is present.
118
f8ce376e
PE
1192013-03-24 Paul Eggert <eggert@cs.ucla.edu>
120
121 Merge from gnulib, incorporating:
122 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
123
982efbcd
PE
1242013-03-18 Paul Eggert <eggert@cs.ucla.edu>
125
4c9a1377
PE
126 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
127 * Makefile.in (QUIET_SUBMAKE): New macro.
128 (install-info, uninstall): Use it.
129
19151a7f
PE
130 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
131 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
132 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
133 no way to do this in pkg-config, so make do with a reasonable
134 approximation.
135
982efbcd
PE
136 Automate the build of ja-dic.el (Bug#13984).
137 * .bzrignore: Add leim/ja-dic/.
138
5615c9a9
PE
1392013-03-13 Paul Eggert <eggert@cs.ucla.edu>
140
47d7532e
PE
141 File synchronization fixes (Bug#13944).
142 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
143 (fsync): Remove check; now done by gnulib.
144 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
145 New files, from gnulib.
146 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
147
5615c9a9 148 Merge from gnulib, incorporating:
2c3f72f4 149 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
150 2013-03-12 mktime: fix configure typo
151 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
152 2013-03-11 putenv: avoid compilation warning on mingw
153 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
154
47d038b3
GM
1552013-03-11 Glenn Morris <rgm@gnu.org>
156
157 * Merge in all changes up to version 24.3 release.
158
0bafabe7 1592013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
160
161 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
162 It can mess up 'configure' runs.
163
b3cdfd9e
GM
1642013-03-05 Glenn Morris <rgm@gnu.org>
165
166 * Makefile.in (install-man): Ignore gzip exit status.
167
4aff132c
GM
1682013-03-03 Glenn Morris <rgm@gnu.org>
169
170 * make-dist: Remove lzma (it's replaced by xz).
171
89bd9d36
PE
1722013-03-01 Paul Eggert <eggert@cs.ucla.edu>
173
174 Merge from gnulib, incorporating:
175 2013-02-21 putenv: port better to native Windows
176 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
177 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
178
0e946786
KB
1792013-02-28 Ken Brown <kbrown@cornell.edu>
180
181 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
182
1ddc2bd6
PE
1832013-02-25 Paul Eggert <eggert@cs.ucla.edu>
184
185 Simplify data_start configuration (Bug#13783).
186 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
187 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
188 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
189 not always needed.
190 (HAVE_DATA_START): New macro.
191
b59a2e9e
PE
1922013-02-21 Paul Eggert <eggert@cs.ucla.edu>
193
194 Parallelize documentation builds.
195 This speeds up building of documentation on multiprocessor
196 platforms, and is motivated by Texinfo 5.0, which is much slower.
197 Add a toplevel rule 'make docs' to make all the documentation.
198 * .bzrignore: Add .dvi, .html, .ps.
199 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
200 ($(DOCS), docs, vi, html, pdf, ps): New rules.
201 (info-real): Depend on $(INFOS) rather than doing it sequentially.
202 (dvi): Depend on $(DVIS) rather than doing it sequentially.
203
648e5523 2042013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
205
206 Fix AIX port (Bug#13650).
207 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 208
8c0905ac
EZ
2092013-02-12 Eli Zaretskii <eliz@gnu.org>
210
211 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
212 ($(BLD)/memrchr.$(O)): New dependency.
213
71d4202f
PE
2142013-02-11 Paul Eggert <eggert@cs.ucla.edu>
215
a84b7c53
PE
216 Tune by using memchr and memrchr.
217 * .bzrignore: Add string.h.
218 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
219 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
220 New files, from gnulib.
221
71d4202f
PE
222 Merge from gnulib, incorporating:
223 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
224 2013-02-09 secure_getenv: fix C++ declaration typo
225
55fe8e64
GM
2262013-02-11 Glenn Morris <rgm@gnu.org>
227
228 * configure.ac (emacs_config_options): Record some env vars.
229
8b0590de
GM
2302013-02-10 Glenn Morris <rgm@gnu.org>
231
232 * configure.ac (emacs_config_options): Strip out the (internal)
233 arguments --no-create and --no-recursion.
234
8376d87e
PE
2352013-02-08 Paul Eggert <eggert@cs.ucla.edu>
236
237 Merge from gnulib, incorporating:
238 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
239 The MS-Windows port can remove careadlinkatcwd at its convenience.
240 2013-02-08 extensions: port better to HP-UX
241 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
242 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
243 2013-02-04 secure_getenv: new module [module not used by Emacs]
244 2013-01-30 sys_time: port to Solaris 2.6
245
8654f9d7
PE
2462013-02-01 Paul Eggert <eggert@cs.ucla.edu>
247
248 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
249 On my host, this speeds up directory-files-and-attributes by a
250 factor of 3, when applied to Emacs's src directory.
251 These functions are standardized by POSIX and are common these
252 days; fall back on a (slower) gnulib implementation if the host
253 is too old to supply them.
254 * .bzrignore: Add lib/dirent.h.
255 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
256 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
257 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
258 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
259 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
260 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
261 * m4/fstatat.m4: New files, from gnulib.
262 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
263 These last three are specific to Emacs and are not copied from gnulib.
264 They are simpler than the gnulib versions and are tuned for Emacs.
265
0eb61895
GM
2662013-02-01 Glenn Morris <rgm@gnu.org>
267
268 * make-dist: Only README files exist in lisp/ now, not README*.
269
e02703bd
GK
2702013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
271
272 * .bzrignore: add lib-src/blessmail.
273
ea78b882
PE
2742013-01-23 Paul Eggert <eggert@cs.ucla.edu>
275
276 Merge from gnulib, incorporating:
277 2013-01-16 unistd: port to recent mingw
278
795e7a5b 2792013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
280
281 * Makefile.in (install-arch-indep): Put back a chmod that was
282 removed 2012-05-19. (Bug#13430)
283
ffe04adc
PE
2842013-01-16 Paul Eggert <eggert@cs.ucla.edu>
285
286 Merge from gnulib, incorporating:
287 2013-01-16 largefile: port better to Mac OS X 10.5
288 2013-01-15 stdint: fix build with Android's Bionic fox x86
289
c4e2ba0a
PE
2902013-01-16 Paul Eggert <eggert@cs.ucla.edu>
291
292 * configure.ac: Document that --enable-gcc-warnings emits errors.
293 (Bug#13448)
294
c0511b57 2952013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
296
297 * make-dist: Add options for xz compression and no compression.
298
444b01bb
PE
2992013-01-12 Paul Eggert <eggert@cs.ucla.edu>
300
301 Enable conservative stack scanning for all architectures.
302 Suggested by Stefan Monnier in
303 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
304 * configure.ac (GC_MARK_STACK): Remove.
305
002b8433
PE
3062013-01-11 Paul Eggert <eggert@cs.ucla.edu>
307
308 * lib/getopt_.h: Remove trailing CRs that crept in.
309
b76381c6
EZ
3102013-01-11 Eli Zaretskii <eliz@gnu.org>
311
312 * lib/getopt_.h: Regenerate.
313
6466e676
PE
3142013-01-10 Paul Eggert <eggert@cs.ucla.edu>
315
316 Merge from gnulib, incorporating:
317 2013-01-09 stdlib: port to Solaris 2.6
318
92d59611
GM
3192013-01-04 Glenn Morris <rgm@gnu.org>
320
321 * info/dir: Add htmlfontify.
322
ee0d3938
PE
3232013-01-04 Paul Eggert <eggert@cs.ucla.edu>
324
325 Merge from gnulib, incorporating:
326 2013-01-04 stdio: remove now-unnecessary stdio.c
327 2013-01-04 fprintftime: depend on stdio, not ignore-value
328 2013-01-04 fwrite: silence __wur only for older glibc versions
329 2013-01-04 fwrite: silence __wur without using inline
330 * lib/stdio.c: Remove.
331 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
332 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
333
9ff99d22
PE
3342013-01-02 Paul Eggert <eggert@cs.ucla.edu>
335
336 Merge from gnulib, incorporating copyright-date changes and:
337 2012-12-31 dup2: work around cygwin bug
338
5a1d858b
JD
3392012-12-30 Jan Djärv <jan.h.d@swipnet.se>
340
341 * configure.ac: Check for GtkHandlebox.
8b745d92 342 Check for GtkTearoffMenuItem.
7ec363cf
JD
343 New enable: --enable-gtk-deprecation-warnings, default off.
344 (HAVE_GTK3): If above enable is off, add
345 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 346
d5e5e7b4 3472012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
348
349 * configure.ac (TEMACS_LDFLAGS2): Don't define.
350 (LIBS_GNUSTEP): Set for GNUstep and substitute.
351 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
352
60f5e585
GM
3532012-12-27 Glenn Morris <rgm@gnu.org>
354
355 * configure.ac (emacs_config_options): New.
356 Use $@ rather than undocumented $ac_configure_args.
357 Replace any embedded double quotes. (Bug#13274)
358
82e2a1f0 3592012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
360
361 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
362 (Bug#13222)
363
a8e1690b
PE
3642012-12-26 Paul Eggert <eggert@cs.ucla.edu>
365
366 Revert static checking of stack smashing.
367 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
368 configured with --enable-gcc-warnings. -Wstack-protector causes
369 diagnostics to be issued on Ubuntu 12.10 x86-64.
370
219023c4
PE
3712012-12-24 Paul Eggert <eggert@cs.ucla.edu>
372
373 Merge from gnulib, incorporating:
374 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
375 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
376 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
377
a4b0cca1 3782012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
379
380 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
381
7c3d167f
RF
3822012-12-16 Romain Francoise <romain@orebokech.com>
383
384 * configure.ac (acl): New option.
385 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
386 provided by libacl on GNU/Linux.
387
97976f9f
PE
3882012-12-14 Paul Eggert <eggert@cs.ucla.edu>
389
390 Fix permissions bugs with setgid directories etc. (Bug#13125)
391 * configure.ac (BSD4_2): Remove; no longer needed.
392
98c94021
GM
3932012-12-13 Glenn Morris <rgm@gnu.org>
394
727f9739 395 * info/dir: Add bovine, srecode, wisent.
98c94021 396
727f9739 3972012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
398
399 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 400 (uninstall): Likewise. (Bug#13143)
0f59daaf 401
904dd565
PE
4022012-12-11 Paul Eggert <eggert@cs.ucla.edu>
403
404 Merge from gnulib for 'inline' (Bug#13040), incorporating:
405 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
406 * m4/extern-inline.m4: Update from gnulib.
407
0eeb69fe
JB
4082012-12-11 Juanma Barranquero <lekktu@gmail.com>
409
410 * lib/makefile.w32-in (SIG2STR_H): New macro.
411 ($(BLD)/sig2str.$(O)): Update dependencies.
412
7e77303e
PE
4132012-12-10 Paul Eggert <eggert@cs.ucla.edu>
414
415 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
416 There's no need to test for any of three inotify functions,
417 since we use all three. Check for just the first one.
418
1cf1bbd5
DC
4192012-12-10 Daniel Colascione <dancol@dancol.org>
420
9ca3e73a
DC
421 * .bzrignore: add src/emacs.res.
422
1cf1bbd5
DC
423 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
424 build how to compile Windows resource files; use these variables
425 to tell src/Makefile.in how and whether to compile resources.
426
81606b10
RS
4272012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
428
429 * configure.ac (inotify): New option.
430 (HAVE_INOTIFY): Test for inotify.
431
75d7aa24
AS
4322012-12-09 Andreas Schwab <schwab@linux-m68k.org>
433
434 * configure.ac: Fix source command in .gdbinit.
435 Don't quote $MAKEINFO.
436
3cc53d60
PE
4372012-12-09 Paul Eggert <eggert@cs.ucla.edu>
438
439 Allow spaces in some configuration vars (Bug#13078).
440 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
441 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
442 All uses quoted, to allow spaces in these vars.
443
5745a7df
PE
4442012-12-08 Paul Eggert <eggert@cs.ucla.edu>
445
446 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
447 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
448 New files, copied automatically from gnulib.
449 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
450
63999a7d
EZ
4512012-12-08 Eli Zaretskii <eliz@gnu.org>
452
453 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
454 Remove a stray character at the beginning of the file.
455 (Bug#13026)
456
d983a10b
PE
4572012-12-08 Paul Eggert <eggert@cs.ucla.edu>
458
7be78020
PE
459 Simplify get_lim_data.
460 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
461
d983a10b
PE
462 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
463 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
464 Use SIGCHLD rather than SIGCLD.
465 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
466 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
467 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
468
d8ad4d3f 4692012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
470
471 * configure.ac: Handle info/ files with or without ".info" extension.
472
f64898ab
PE
4732012-11-30 Paul Eggert <eggert@cs.ucla.edu>
474
475 Merge from gnulib for 'inline' (Bug#13040), incorporating:
476 2012-11-29 snippet/warn-on-use: no 'static inline'
477 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
478 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
479 2012-11-29 fflush, stat: no 'static inline'
480 2012-11-29 stdio: better 'inline'
481 2012-11-29 sys_stat: no 'static inline'
482 2012-11-29 unistd: better 'inline'
483 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
484 2012-11-29 extern-inline: no 'static inline'
485 2012-11-29 sys_socket: better 'inline'
486 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
487 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
488 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
489 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
490 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
491 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
492 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
493 Update from gnulib.
494
5c9cf0a3 4952012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 496
5c9cf0a3
GM
497 * make-dist (nt): Adjust to changes in names of the *.manifest files.
498
bcd77a2b
KB
4992012-11-24 Ken Brown <kbrown@cornell.edu>
500
501 * configure.ac (HAVE_MOUSE): Remove.
502
95ef7787
PE
5032012-11-23 Paul Eggert <eggert@cs.ucla.edu>
504
505 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
506 * configure.ac: Do not check for dirent.h or closdir.
507
9239d970
PE
5082012-11-21 Paul Eggert <eggert@cs.ucla.edu>
509
510 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
511 * configure.ac: Do not check for getcwd or getwd.
512
1b3b7caa
GM
5132012-11-21 Glenn Morris <rgm@gnu.org>
514
515 * configure.ac (--enable-profiling): Doc fix.
516
d7fcbbfe 5172012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
518
519 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
520 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
521 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
522 at least 64-bit long int. This improves static checking on these
523 platforms, when configured with --enable-gcc-warnings.
524
49cdacda
PE
5252012-11-17 Paul Eggert <eggert@cs.ucla.edu>
526
527 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
528 * configure.ac: Do not check for fcntl.h.
529 * lib/gnulib.mk: Regenerate.
530
3d082a26
PE
5312012-11-16 Paul Eggert <eggert@cs.ucla.edu>
532
533 Remove no-longer-used pty_max_bytes variable.
534 * configure.ac (fpathconf): Remove unnecessary check.
535
73dcdb9f
PE
5362012-11-14 Paul Eggert <eggert@cs.ucla.edu>
537
538 Use faccessat, not access, when checking file permissions (Bug#12632).
539 * .bzrignore: Add lib/fcntl.h.
540 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
541 (gl_FCNTL_O_FLAGS): Define a dummy version.
542 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
543 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
544 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
545 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
546 New files, from gnulib.
547 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
548
8148369c
PE
5492012-11-05 Paul Eggert <eggert@cs.ucla.edu>
550
dd0333b6
PE
551 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
552 * configure.ac (setpgid, setsid): Assume their existence.
553 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
554
8148369c
PE
555 Simplify by assuming __fpending.
556 Now that Emacs is using the gnulib fpending module,
557 there's no need for Emacs to have a separate implementation.
558 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
559 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
560
b3cf17f6
EZ
5612012-11-03 Eli Zaretskii <eliz@gnu.org>
562
3a7089c1
EZ
563 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
564 $(BLD)/close-stream.$(O).
565 ($(BLD)/close-stream.$(O)):
566 ($(BLD)/fpending.$(O)): New dependencies.
567
7ccfb720
PE
5682012-11-03 Paul Eggert <eggert@cs.ucla.edu>
569
570 Fix data-loss with --batch (Bug#9574).
571 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
572 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
573 New files, from gnulib.
574 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
575
3478f4b5
EZ
5762012-11-03 Eli Zaretskii <eliz@gnu.org>
577
578 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
579
d036bcdf
GM
5802012-11-02 Glenn Morris <rgm@gnu.org>
581
582 * Makefile.in (EMACS_ICON): New variable.
583 (install-etc): Use EMACS_ICON to allow choice of icon.
584
25ca4587
GM
5852012-10-26 Glenn Morris <rgm@gnu.org>
586
59696ae0
GM
587 * Makefile.in (EMACS_NAME): New variable.
588 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
589
eeced60b
GM
590 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
591 applied to $EXEEXT.
592
25ca4587
GM
593 * Makefile.in (uninstall): Don't abort if some directories are missing.
594 Apply transformation rules to manual pages, desktop and icon files.
595 No more emacs22 icons to uninstall.
596
a6c2cc07
GM
5972012-10-24 Glenn Morris <rgm@gnu.org>
598
8bfcb8a6
GM
599 * Makefile.in (install-etc, install-man):
600 Don't apply program transform to standard file suffixes.
a6c2cc07 601
7f8de58c
PE
6022012-10-23 Paul Eggert <eggert@cs.ucla.edu>
603
604 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
605 This ports to Gentoo. Problem originally reported against coreutils,
606 but Emacs has it too.
607
ed68379e
GM
6082012-10-23 Glenn Morris <rgm@gnu.org>
609
610 * Makefile.in (emacs_transform): Remove.
611 (install-man): Revert 2012-10-21 change. (Bug#12713)
612
8dc2a723
GM
6132012-10-21 Glenn Morris <rgm@gnu.org>
614
ad483434
GM
615 * Makefile.in (install-etc): Don't install emacs22 icons.
616
8dc2a723
GM
617 * Makefile.in (emacs_transform): New variable.
618 (install-etc): Prefer a make variable to a shell variable.
619
90eacf99
SM
6202012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
623
1a9c6830
GM
6242012-10-15 Glenn Morris <rgm@gnu.org>
625
626 * Makefile.in (install-man, install-etc):
627 Apply $TRANSFORM. (Bug#12536#34)
628 (clean): Delete etc/emacs.tmpdesktop.
629
cde44a77
KH
6302012-10-11 Kenichi Handa <handa@gnu.org>
631
632 * .bzrignore: Add several files under admin/charsets.
633
e08348a0
DC
6342012-10-08 Daniel Colascione <dancol@dancol.org>
635
90eacf99
SM
636 * configure.ac: Add --with-w32 as a window system option.
637 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
638 system configuration and set TERM_HEADER to w32term.h when w32 is
639 configured.
640
641 (CYGWIN_OBJ): Add cygw32.o.
642
335f5ae4
JD
6432012-10-07 Jan Djärv <jan.h.d@swipnet.se>
644
645 * configure.ac: Check that OSX is 10.4 or newer.
646
c622b48f
PE
6472012-10-07 Paul Eggert <eggert@cs.ucla.edu>
648
649 Improve sys_siglist detection.
650 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
651 Otherwise, it's not found in either Fedora 17 or Solaris 11.
652
2b794d69
PE
6532012-10-04 Paul Eggert <eggert@cs.ucla.edu>
654
bb1dfdad
PE
655 Merge from gnulib, incorporating:
656 2012-10-02 pselect: reject invalid file descriptors
657 2012-10-02 ptsname: reject invalid file descriptors
658 2012-10-02 manywarnings: cater to more gcc infelicities
659 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
660 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
661 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
662 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
663
65788e2e
PE
6642012-09-30 Paul Eggert <eggert@cs.ucla.edu>
665
666 Merge from gnulib, incorporating:
667 2012-09-28 extern-inline: provide a -Wundef safe config.h
668
a615a3ae
PE
6692012-09-27 Paul Eggert <eggert@cs.ucla.edu>
670
671 Check more robustly for timer_settime.
672 This should fix an OS X build problem reported by Ivan Andrus in
673 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
674 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
675 does threads its own way.
89d17fd0 676 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 677
c462dda8
PE
6782012-09-23 Paul Eggert <eggert@cs.ucla.edu>
679
680 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
681 to avoid problems with recursion when using GNU make.
682
e41c05e5
PE
6832012-09-22 Paul Eggert <eggert@cs.ucla.edu>
684
bbe099e7
PE
685 * Makefile.in (bootstrap): Simplify build procedure.
686 Suggested by Wolfgang Jenker in
687 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
688
e41c05e5
PE
689 Merge from gnulib, incorporating:
690 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
691
db8a5a18
TH
6922012-09-19 Tassilo Horn <tsdh@gnu.org>
693
694 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
695 BoundingBox feature.
696
5fb91e71
JD
6972012-09-18 Jan Djärv <jan.h.d@swipnet.se>
698
699 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
700
d3612ac3
AS
7012012-09-17 Andreas Schwab <schwab@linux-m68k.org>
702
703 * Makefile.in (bootstrap): Revert last change. Run config.status
704 after config.status --recheck, run configure from $(srcdir).
705 (config.status): Run configure from $(srcdir).
706
eeceac93
PE
7072012-09-17 Paul Eggert <eggert@cs.ucla.edu>
708
50bfc824
PE
709 * Makefile.in: Fix build error on FreeBSD.
710 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
711 Suggested by Wolfgang Jenker in
712 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
713 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
714 This undoes part of the 2012-09-10 patch.
715 (bootstrap): Run ./configure, rather than trying to run config.status
716 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
717 Run autogen/copy_autogen if autogen.sh fails,
718 to create 'configure'; problem reported by Andreas Schwab in
719 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
720 * autogen.sh: Exit with status 1 when failing due to missing tools,
721 reverting the 2012-09-10 change to this file.
722 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
723 Use 'cp -f' for the build-aux files, since the destinations are
724 typically read-only.
50bfc824 725
eeceac93
PE
726 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
727 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
728 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
729
78f83752
GM
7302012-09-17 Glenn Morris <rgm@gnu.org>
731
732 * configure.ac (copyright): New output variable.
733 (COPYRIGHT): New AC_DEFINE.
734
0caaedb1
PE
7352012-09-16 Paul Eggert <eggert@cs.ucla.edu>
736
737 Remove configure's --without-sync-input option (Bug#12450).
738 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
739
83da1b55
GM
7402012-09-16 Glenn Morris <rgm@gnu.org>
741
742 Increase compartmentalization of Nextstep builds rules,
743 and store Emacs version number in fewer versioned files.
744 * configure.ac (ns_appsrc): Use relative names.
745 (ns_frag): Remove.
746 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
747 (nextstep/Makefile): Generate these nextstep files.
748 (SUBDIR_MAKEFILES): Add nextstep.
749 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
750 * make-dist (nextstep/templates): Add directory.
751 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
752 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 753 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 754
0328b6de
PE
7552012-09-15 Paul Eggert <eggert@cs.ucla.edu>
756
757 Port better to POSIX hosts lacking _setjmp (Bug#12446).
758 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
759 (_setjmp, _longjmp): Remove.
760
e3141fcf
PE
7612012-09-14 Paul Eggert <eggert@cs.ucla.edu>
762
2af03429
PE
763 * configure.ac (--without-sync-input): Fix typo in usage message.
764
e3141fcf
PE
765 * configure.ac: Port to hosts lacking gtk.
766 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
767 better, in particular, problems in invoking pkg-config itself.
768 This is useful on hosts that don't have pkg-config.
769 (GTK_MODULES): Do not exit 'configure' simply because gtk3
770 and gtk2 are both missing. Problem found on Solaris 8.
771
2c484e75
JD
7722012-09-13 Jan Djärv <jan.h.d@swipnet.se>
773
774 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 775 Report Gtk+ 3 as GTK.
2c484e75 776
4a4bbad2
PE
7772012-09-13 Paul Eggert <eggert@cs.ucla.edu>
778
779 Simplify SIGIO usage (Bug#12408).
780 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
781 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
782 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
783 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
784 to #undef SIGIO now (which was error-prone). Likewise, all uses
785 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
786
d673aedc
JD
7872012-09-12 Jan Djärv <jan.h.d@swipnet.se>
788
789 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
790 and then gtk2 if not found.
791 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
792 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
793 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
794
9d9edd4b
GM
7952012-09-11 Glenn Morris <rgm@gnu.org>
796
797 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
798 Be more explicit about dependencies, for parallel `make install'.
799
c990426a
PE
8002012-09-11 Paul Eggert <eggert@cs.ucla.edu>
801
802 Simplify, document, and port floating-point (Bug#12381).
803 * configure.ac (logb, cbrt): Do not check for these functions,
804 as they are not being used.
805
b8b0239f
PE
8062012-09-10 Paul Eggert <eggert@cs.ucla.edu>
807
808 Improve robustness of 'make bootstrap' (Bug#12376).
809 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
810 * INSTALL, README: Document autogen.sh.
811 * Makefile.in (Makefile): Mark it as precious, since it's updated
812 atomically.
813 (MAKE_CONFIG_STATUS): New macro.
814 (config.status, bootstrap): Use it. This causes 'make bootstrap'
815 to run config.status with the --recheck option, which is more
816 appropriate for a bootstrap.
817 (bootstrap): Run autogen.sh right after cleaning. Don't worry
818 about failures due to missing tools.
819 * autogen.sh: Exit with status 101 when failing due to missing tools.
820 * make-dist: Distribute autogen.sh.
821
f6196b87
PE
8222012-09-09 Paul Eggert <eggert@cs.ucla.edu>
823
824 Assume C89 or later for math functions (Bug#12381).
825 * configure.ac (frexp, fmod): Remove checks for these functions,
826 as we now assume them.
827 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
828 (HAVE_EXCEPTION):
829 Remove; no longer needed.
830
1a4f1e9b
PE
8312012-09-07 Paul Eggert <eggert@cs.ucla.edu>
832
833 More signal-handler cleanup (Bug#12327).
834 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
835
2fe28299
PE
8362012-09-06 Paul Eggert <eggert@cs.ucla.edu>
837
838 Signal-handler cleanup (Bug#12327).
839 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
840 Adjust to syssignal.h changes.
841 (SIGNAL_H_AB): Remove; no longer needed.
842
7b6c362e
PE
8432012-09-04 Paul Eggert <eggert@cs.ucla.edu>
844
1088b922
PE
845 Simplify redefinition of 'abort' (Bug#12316).
846 * configure.ac (NO_ABRT): Remove.
847
7b6c362e
PE
848 * configure.ac (_setjmp, _longjmp): Check by compiling
849 instead of by guessing. The guesses were wrong for
850 recent versions of Solaris, such as Solaris 11.
851
7f507777
PE
8522012-09-03 Paul Eggert <eggert@cs.ucla.edu>
853
79a7bafe
PE
854 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
855 It generates false alarms in doc.c, regex.c, xdisp.c. See
856 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
857
7f507777
PE
858 Merge from gnulib, incorporating:
859 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
860 2011-11-30 manywarnings: update the list of "all" warnings
861
f278d339
JD
8622012-09-02 Jan Djärv <jan.h.d@swipnet.se>
863
864 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
865
2d3800d2
PE
8662012-09-01 Paul Eggert <eggert@cs.ucla.edu>
867
868 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
869 This ports to glibc 2.15 or later, when configured with
870 --enable-gcc-warnings. See Eric Blake in
871 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
872
17a2cbbd
DC
8732012-09-01 Daniel Colascione <dan.colascione@gmail.com>
874
875 * configure.ac: Introduce term_header variable, which holds the
876 value which will become TERM_HEADER in code. We effect our choice
877 of window system by setting term_header and WINDOW_SYSTEM_OBJ
878 instead of using ad-hoc variables and flags for each window
879 system.
880
6e8aca60
PE
8812012-08-26 Paul Eggert <eggert@cs.ucla.edu>
882
883 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
884 and if the user has not specified CFLAGS. -g3 simplifies
885 debugging, since it makes macros visible to the debugger.
886
f0602979
JB
8872012-08-25 Juanma Barranquero <lekktu@gmail.com>
888
889 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
890
391ceac5
EZ
8912012-08-25 Eli Zaretskii <eliz@gnu.org>
892
893 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
894 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
895
f4a681b0
PE
8962012-08-24 Paul Eggert <eggert@cs.ucla.edu>
897
898 On assertion failure, print backtrace if available.
899 Merge from gnulib, incorporating:
900 2012-08-24 execinfo: port to FreeBSD
901 2012-08-22 execinfo: new module
902 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
903 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
904
5af9cb6b
GM
9052012-08-22 Glenn Morris <rgm@gnu.org>
906
907 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
908 do not create the bin/emacs link. (Bug#12011)
909
01b13eb7
PE
9102012-08-21 Paul Eggert <eggert@cs.ucla.edu>
911
912 Merge from gnulib, incorporating:
913 2012-08-20 extern-inline: support old GCC 'inline'
914
9aa0092c
GM
9152012-08-20 Glenn Morris <rgm@gnu.org>
916
917 * configure.ac (AC_PROG_LN_S): Test for ln.
918 * Makefile.in (LN_S): New, set by configure.
919 (install-arch-dep): Use $LN_S.
920
562d4436
PE
9212012-08-19 Paul Eggert <eggert@cs.ucla.edu>
922
923 Merge from gnulib, incorporating:
924 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
925 2012-08-19 mktime, sys_select: avoid 'static inline'
926 2012-08-19 gnulib-tool: Fix indentation.
927
51e6d6b2
PE
9282012-08-18 Paul Eggert <eggert@cs.ucla.edu>
929
930 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
931 These files have been unused since the 2012-06-22 patch that
932 introduced high-resolution time stamps.
933
1598ef28
JB
9342012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
935
936 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
937 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
938
76d0e68f
PE
9392012-08-14 Paul Eggert <eggert@cs.ucla.edu>
940
941 Merge from gnulib, incorporating:
942 2012-08-05 extern-inline: also ignore -Wmissing-declarations
943
57239922
JB
9442012-08-10 Juanma Barranquero <lekktu@gmail.com>
945
946 * lib/makefile.w32-in (STAT_TIME_H): New macro.
947 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
948 ($(BLD)/u64.$(O)): Update dependencies.
949
9374581a
GM
9502012-08-10 Glenn Morris <rgm@gnu.org>
951
952 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
953
da3d2105
DA
9542012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
955
956 * configure.ac (--disable-features): Rename to --without-all.
957 (OPTION_DEFAULT_ON): Change to use with_features.
958 * INSTALL: Fix description.
959
c30d4aef
DA
9602012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
961
962 * configure.ac: New option --disable-features.
963 (OPTION_DEFAULT_ON): Change to use enable_features.
964 * INSTALL: Explain --disable-features.
965
7d732d1a
GM
9662012-08-07 Glenn Morris <rgm@gnu.org>
967
968 * configure.ac: Require automake 1.11 (fairly arbitrarily).
969 * autogen.sh (automake_min): Get it from configure.ac.
970
1c6f11f4
GM
9712012-08-06 Glenn Morris <rgm@gnu.org>
972
1db4583a
GM
973 * configure.ac (BROKEN_GETWD) [unixware]: New define.
974
1c6f11f4
GM
975 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
976 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
977 (DISPNEW_NEEDS_STDIO_EXT): New define.
978
68b0c113
MA
9792012-08-05 Michael Albinus <michael.albinus@gmx.de>
980
a4fe5376 981 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 982
32d9ba9a
UM
9832012-08-05 Ulrich Müller <ulm@gentoo.org>
984
985 * configure.ac: Disable paxctl if binaries don't have a
986 PT_PAX_FLAGS program header. (Bug#11979)
987
fddc1855
EZ
9882012-08-03 Eli Zaretskii <eliz@gnu.org>
989
990 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
991 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
992 (SHA512_H): Don't mention u64.h twice.
993 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
994 New targets.
995
f35ef0ed
PE
9962012-08-03 Paul Eggert <eggert@cs.ucla.edu>
997
998 Merge from gnulib, incorporating:
999 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
1000
d7844221
YM
10012012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1002
1003 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
1004 out-of-tree build.
1005
837b365b
GM
10062012-08-02 Glenn Morris <rgm@gnu.org>
1007
d66b744d
GM
1008 * make-dist: Remove src/s.
1009
837b365b
GM
1010 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
1011
3f750e43
PE
10122012-08-02 Paul Eggert <eggert@cs.ucla.edu>
1013
a0d4efe9
PE
1014 Merge from gnulib (Bug#12116), incorporating:
1015 2012-08-01 extern-inline: new module
1016 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 1017 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
1018 New files. The new .c files are for instantiating extern inline
1019 functions.
1020
13294f95
PE
1021 Port to Solaris 8.
1022 Without this change, 'configure' fails because the recently-added
1023 wait3 prototype in config.h messes up later 'configure' tests.
1024 Fix this problem by droping wait3 and WRETCODE, as they're
1025 no longer needed on hosts that are current porting targets.
1026 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
1027 All uses changed to waitpid and WEXITSTATUS.
1028
3f750e43
PE
1029 Avoid needless autoheader after autogen.sh.
1030 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
1031 * .bzrignore: Add it.
1032 * autogen.sh: Create it.
1033
ae21c275
GM
10342012-08-01 Glenn Morris <rgm@gnu.org>
1035
1036 * configure.ac (DOS_NT, MSDOS): New system type templates.
1037
fca64dbd
UM
10382012-08-01 Ulrich Müller <ulm@gentoo.org>
1039
1040 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
1041 Don't include crtbegin.o and crtend.o. (Bug#12047)
1042
5c0c0e8a
GM
10432012-08-01 Glenn Morris <rgm@gnu.org>
1044
ca35a5f7
GM
1045 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
1046 (INTERNAL_TERMINAL): New.
b72c9a8c 1047
5c0c0e8a
GM
1048 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
1049 (IS_ANY_SEP): Move here from src/lisp.h.
1050
552a99b4
JB
10512012-08-01 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
1054 (CONF_POST_H): New macro.
1055
8d8e2dfe
GM
10562012-07-31 Glenn Morris <rgm@gnu.org>
1057
bc96620a
GM
1058 * configure.ac (S_FILE): Remove output variable.
1059
68169a33
GM
1060 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
1061
b2c7a106
GM
1062 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
1063 Move here from src.
1064
8d8e2dfe
GM
1065 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
1066 Move here from conf_post.h.
1067
c09bfb2f
DA
10682012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
1069
1070 Improve OpenMotif detection on GNU/Linux systems.
1071 * configure.ac (MOTIF): Check for /usr/include/openmotif
1072 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
1073
57ae02b1
AS
10742012-07-31 Andreas Schwab <schwab@linux-m68k.org>
1075
1076 * Makefile.in (install-arch-indep): Avoid eval.
1077
c1529ded
GM
10782012-07-31 Glenn Morris <rgm@gnu.org>
1079
b3a56300
GM
1080 * configure.ac (opsysfile, S_FILE): Now they are always empty.
1081
cd8bac79
GM
1082 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
1083 when removing src/s/sol2-6.h yesterday.
1084
268e2432
GM
1085 * configure.ac (USG5_4): Reintroduce this.
1086 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
1087
400d5621
GM
1088 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
1089
7552f3ee
GM
1090 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
1091 and to s/usg5-4-common.h on irix6-5.
c1529ded 1092
b429a4ee
GM
10932012-07-30 Glenn Morris <rgm@gnu.org>
1094
1095 * configure.ac (AH_BOTTOM): Use an include file, so that the
1096 contents do not get processed by autoheader.
1097
0aee6912
PE
10982012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1099
8f25abd3
PE
1100 Do not overwrite config.status while executing it (Bug#11214).
1101 * Makefile.in (MAKEFILE_NAME): New macro.
1102 ($(MAKEFILE_NAME)): Rename rule from Makefile.
1103 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
1104 so that GNU 'make' isn't tempted to make the Makefile and then
1105 regenerate config.status while config.status is running.
1106
0aee6912
PE
1107 Update .PHONY listings in makefiles.
1108 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
1109 FRC, install-arch-dep, install-arch-indep, install-doc,
1110 install-info, install-man, install-etc, install-strip, uninstall,
1111 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
1112 (.RECURSIVE): Remove; hasn't been needed for years.
1113
0a763bd1
GM
11142012-07-30 Glenn Morris <rgm@gnu.org>
1115
32bac6d6
GM
1116 * configure.ac (SIGNAL_H_AHB): New hack macro.
1117 (opsysfile): Set to empty on netbsd, openbsd.
1118 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
1119
b65e7c46 1120 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 1121
847bb9eb
JD
11222012-07-30 Jan Djärv <jan.h.d@swipnet.se>
1123
1124 * Makefile.in (install-arch-indep): Remove sh -x.
1125
d34d6ffc
GM
11262012-07-30 Glenn Morris <rgm@gnu.org>
1127
abc7ec54
GM
1128 * configure.ac (opsysfile): Tweak message for null case.
1129
227f5bd0
GM
1130 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
1131 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 1132
dc5493f1
PE
11332012-07-30 Paul Eggert <eggert@cs.ucla.edu>
1134
1135 Merge from gnulib, incorporating:
1136 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
1137
ffd817eb
JD
11382012-07-29 Jan Djärv <jan.h.d@swipnet.se>
1139
1140 * Makefile.in (install-arch-indep): Handle space in locallisppath.
1141
e32a5799
PE
11422012-07-28 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 Use Gnulib environ module (Bug#9772).
1145 * m4/environ.m4: New file, from gnulib.
1146 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1147
1148 Use Gnulib stdalign module (Bug#9772, Bug#9960).
1149 This should improve portability of macros like alignof and DECL_ALIGN.
1150 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
1151 * .bzrignore: Add lib/stdalign.h.
1152 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
1153 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
1154 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
1155 fiddles with this, as gnulib now does this for us.
1156
441efe9f
DA
11572012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
1158
1159 Fix toolkit configuration report.
1160 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
1161 --with-x-toolkit=gtk3 is used.
1162
5dad233c
PE
11632012-07-17 Paul Eggert <eggert@cs.ucla.edu>
1164
1165 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
1166 * configure.ac: Configure gnulib at the end, not before running
1167 pkg-config. This restores the behavior before 2012-06-22, when
1168 higher-resolution time stamps were added, and fixes a bug whereby
1169 LIB_PTHREAD was not used and gnulib's part of 'configure'
1170 therefore incorrectly assumed that pthread_sigmask wasn't working.
1171 Fix the problem with -lrt and clock_gettime a different way.
1172 This should complete the fix for Bug#11884.
1173 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
1174
b6e9e0ff
PE
11752012-07-15 Paul Eggert <eggert@cs.ucla.edu>
1176
1177 Merge from gnulib, incorporating:
1178 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
1179 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
1180
5b3f250f
GM
11812012-07-14 Glenn Morris <rgm@gnu.org>
1182
1183 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
1184 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
1185
dbee5793
GM
11862012-07-13 Glenn Morris <rgm@gnu.org>
1187
32fb4bb6
GM
1188 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
1189
983188fd
GM
1190 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
1191 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
1192 Move "system type" macros here from src/s.
1193 (BSD_SYSTEM_AHB): New hack macro.
1194 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
1195
5b633342
GM
1196 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
1197 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 1198
308aab79
GM
11992012-07-12 Glenn Morris <rgm@gnu.org>
1200
4fae5a7a
GM
1201 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
1202 setting here from src/s/darwin.h.
1203
51c3b9b4
GM
1204 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
1205 as src/s/darwin.h used to.
1206
42bd1719
GM
1207 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
1208 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 1209 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 1210 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 1211 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 1212 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 1213 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 1214
c43fb4c3
GM
12152012-07-11 Glenn Morris <rgm@gnu.org>
1216
1217 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 1218 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 1219
554fef51
PE
12202012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 * configure.ac (tzset): Remove check that's redundant with gnulib.
1223
c8add24e
GM
12242012-07-11 Glenn Morris <rgm@gnu.org>
1225
172bedef
GM
1226 * configure.ac (CLASH_DETECTION): Define unconditionally.
1227
249685df
GM
1228 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1229
c8add24e 1230 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 1231 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 1232
5ebbef1d
PE
12332012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1234
bb352260
PE
1235 Assume mkdir, rename, rmdir, strerror.
1236 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 1237
20e94fdd
GM
12382012-07-11 Glenn Morris <rgm@gnu.org>
1239
9d596af3
GM
1240 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1241
20e94fdd
GM
1242 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1243
22ffb973
PE
12442012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1245
1246 Remove "#define unix" that is no longer needed (Bug#11905).
1247 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1248 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1249 2012-07-09 getopt: Simplify after Emacs changed.
1250
882cf227
GM
12512012-07-10 Glenn Morris <rgm@gnu.org>
1252
d02eb359
GM
1253 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1254 Move here from src/s.
882cf227 1255
cda158b4
AS
12562012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1257
1258 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1259 PNG_DEPRECATED.
1260
5994c183
PE
12612012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1262
1263 Add GCC-style 'const' attribute to functions that can use it.
1264 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1265 (ATTRIBUTE_CONST): New macro, in config.h.
1266
52331d2c
JB
12672012-07-09 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * lib/makefile.w32-in: Rework dependencies.
1270 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1271 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1272 (U64_H, SHA512_H): New macros.
1273 (SRC): Redefine to point to src/, not current directory.
1274 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1275 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1276 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1277 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1278 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1279 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1280 ($(BLD)/filemode.$(O)): Update dependencies.
1281
c4444d16
PE
12822012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1283
2f93ecce
PE
1284 Merge from gnulib, incorporating:
1285 2012-07-09 timespec: mark functions with const attributes
1286
c4444d16
PE
1287 Rename configure.in to configure.ac (Bug#11603).
1288 The name 'configure.in' has been obsolescent for quite some time,
1289 and the next release of Autoconf will generate warnings for it.
61a11606
PE
1290 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1291 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
1292 * configure.ac: Rename from configure.in.
1293 * INSTALL, INSTALL.BZR, README, make-dist:
1294 * Makefile.in (AUTOCONF_INPUTS):
1295 * autogen.sh (autoconf_min):
1296 * autogen/update_autogen (sources):
1297 Adjust to reflect new name.
1298
0ccb0b09
PE
12992012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1300
1301 Restore deprecation warnings, except for older libpng.
1302 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1303 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1304 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1305
4da41f1c
AS
13062012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1307
1308 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1309
6045c4fd
PE
13102012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1311
1312 Improve static checking when configured --with-ns.
1313 See Samuel Bronson's remarks in
1314 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1315 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1316 a no-op with recent GCC and harmful in earlier ones.
1317 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1318 warning when compiling with ObjC. Always omit
1319 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1320 being done correctly.
1321
4516fbef
GM
13222012-07-07 Glenn Morris <rgm@gnu.org>
1323
41f9404e
GM
1324 * configure.in (BROKEN_SA_RESTART): Doc fix.
1325
4516fbef
GM
1326 * configure.in: Rather than checking for things then undef'ing
1327 them on some platforms, simply don't check for them.
1328 (getwd): Don't check for it on unixware.
1329 (random, rint): Don't check for these on hpux.
1330 (res_init, libresolv): Don't check for these on darwin.
1331
07adc2c6
JB
13322012-07-07 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1335 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1336 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1337 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1338
a69ca799
PE
13392012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1340
f5c08e17
PE
1341 * configure.in: Document --enable-gcc-warnings better.
1342
fee5959d
PE
1343 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1344 This is safer than strcasecmp, which has unspecified behavior
1345 outside the POSIX locale and in practice sometimes does not work
1346 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1347 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 1348
fee5959d
PE
1349 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1350 * lib/c-strncasecmp.c: New files, taken from gnulib.
1351 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1352
a69ca799
PE
1353 Merge from gnulib, incorporating:
1354 2012-07-06 timespec-sub: avoid duplicate include
1355 Reported by Juanma Barranquero.
1356
a02d99e7
GM
13572012-07-06 Glenn Morris <rgm@gnu.org>
1358
1359 * make-dist [update]: Let autoreconf figure out what needs updating.
1360 Use `make info-real'. leim/leim-list.el should always exist.
1361 Check cd return value.
1362
7dca65a4
PE
13632012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1364
1365 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1366 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1367 2012-07-05 sys_time: allow too-wide tv_sec
1368
013aabf1
PE
13692012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1370
1371 Merge from gnulib.
1372 * lib/alloca.in.h: New version from gnulib, incorporating:
1373 2012-07-03 alloca: add support for HP NonStop TNS/E native
1374
8ce70ed2
DA
13752012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1376
1377 * configure.in: If --enable-gcc-warnings, disable
1378 -Wunsafe-loop-optimizations for -O1 optimization level.
1379
ca26824c
GM
13802012-06-30 Glenn Morris <rgm@gnu.org>
1381
1382 * configure.in (standardlisppath): New output variable.
1383 (lisppath): Use standardlisppath.
1384 * Makefile.in (standardlisppath): New, set by configure.
1385 (epaths-force): Use standardlisppath and locallisppath rather than
1386 lisppath.
1387
94eb8e0a
DA
13882012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1389
1f9f395d 1390 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
1391 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1392 Add --enable-link-time-optimization.
1393 * INSTALL: Mention this.
1394
e509cfa6
DA
13952012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1396
1397 * configure.in: Add glyphs category to --enable-checking option.
1398 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1399
a54e2c05
DA
14002012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1401
1402 * configure.in (ENABLE_CHECKING): Update comment.
1403
059e4fb5
PE
14042012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1405
15458df4
PE
1406 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1407 Emacs proper no longer uses these headers, and can rely on Gnulib
1408 for these checks.
1409
059e4fb5
PE
1410 Merge from gnulib.
1411 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1412 getopt-posix: No longer guarantee that option processing is resettable.
1413
1ba6038a
GM
14142012-06-27 Glenn Morris <rgm@gnu.org>
1415
0b6b25d5
GM
1416 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1417
1ba6038a
GM
1418 * INSTALL: Remove references to paths.el.
1419
cc06e7e7
EZ
14202012-06-26 Eli Zaretskii <eliz@gnu.org>
1421
90eacf99
SM
1422 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1423 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
1424 the same object file to be mentioned twice, causing failures in
1425 parallel builds.
1426
cf38a720
PE
14272012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1428
1429 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1430 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1431
3511c784
DA
14322012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1433
1434 * configure.in (AC_CHECK_FUNCS): Detect library functions
1435 strcasecmp and strncasecmp.
1436
845ca893
PE
14372012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1438
1439 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1440 We might as well use the spelling standardized by C11,
1441 as in the long run that should simplify maintenance.
1442 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1443
696056c2
EZ
14442012-06-24 Eli Zaretskii <eliz@gnu.org>
1445
1446 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1447 ($(BLD)/timespec-add.$(O)):
1448 ($(BLD)/timespec-sub.$(O)): Don't depend on
1449 $(EMACS_ROOT)/nt/inc/sys/time.h.
1450
1451 * lib/stat-time.h:
1452 * lib/timespec.h:
1453 * lib/utimens.h: Revert last change.
1454
47d0c011
PE
14552012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1456
1457 Merge from gnulib.
1458 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1459 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1460
388cdec0
EZ
14612012-06-23 Eli Zaretskii <eliz@gnu.org>
1462
1463 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1464 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1465 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1466 $(BLD)/timespec-sub.$(O).
1467 ($(BLD)/dtotimespec.$(O)):
1468 ($(BLD)/gettime.$(O)):
1469 ($(BLD)/timespec-add.$(O)):
1470 ($(BLD)/timespec-sub.$(O)): New dependencies.
1471
1472 * lib/stat-time.h:
1473 * lib/timespec.h:
ed9265fc 1474 * lib/utimens.h: Include sys/time.h.
388cdec0 1475
54e8a418
AS
14762012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1477
1478 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1479 the correct CFLAGS and LIBS.
1480
d35af63c
PE
14812012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 Support higher-resolution time stamps (Bug#9000).
1484 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1485 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1486 that the new clock stuff doesn't clash with RSVG_LIBS.
1487 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1488 as gnulib does that for us now.
1489 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1490 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1491 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1492 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1493 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1494 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1495 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1496 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1497 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1498 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1499 New files, copied automatically from gnulib.
1500 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1501
05730648
PE
15022012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 Merge from gnulib.
1505 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1506 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1507 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1508 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1509 Copy new versions from gnulib, incorporating the following changes:
1510 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1511 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1512 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1513 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1514 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1515 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1516
646b5f55
AS
15172012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1518
1519 * configure.in: Rename --enable-use-lisp-union-type to
1520 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1521 instead of USE_LISP_UNION_TYPE.
1522
8a07a8c6
GM
15232012-06-12 Glenn Morris <rgm@gnu.org>
1524
b4492cba
GM
1525 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1526 (opsysfile): Set specially for sol2-10.
1527
8a07a8c6
GM
1528 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1529 New AC_DEFINEs, for hpux11.
1530 (opsysfile): Set specially for hpux11.
1531
03043c1b
PE
15322012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1533
1534 * configure.in: Coalesce some function checking.
1535 This makes 'configure' a bit smaller.
1536 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1537
ed846e5f
GM
15382012-06-12 Glenn Morris <rgm@gnu.org>
1539
0d369729
GM
1540 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1541
45fa9c0f
GM
1542 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1543
ed846e5f
GM
1544 * configure.in: Anticipate platforms with no src/s file.
1545
0e25d334
CY
15462012-06-12 Chong Yidong <cyd@gnu.org>
1547
1548 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1549
a9be7d2b
GM
15502012-06-11 Glenn Morris <rgm@gnu.org>
1551
1552 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1553
e3a3e213
MA
15542012-06-09 Michael Albinus <michael.albinus@gmx.de>
1555
1556 * configure.in (dbus_type_is_valid): Check for library function.
1557
276d5f5d
GM
15582012-06-06 Glenn Morris <rgm@gnu.org>
1559
1560 * INSTALL, make-dist: Remove vcdiff.
1561
418cd726
GM
15622012-06-03 Glenn Morris <rgm@gnu.org>
1563
1564 * INSTALL, make-dist: Remove rcs-checkin.
1565
c71232db
UM
15662012-06-03 Ulrich Müller <ulm@gentoo.org>
1567
1f9f395d 1568 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 1569
501390c5
PE
15702012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1571
1572 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1573 It is confusingly named and rarely useful. See, for example,
1574 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1575 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1576 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1577 * configure.in: Remove --disable-maintainer-mode.
1578 (USE_MAINTAINER_MODE, MAINT): Remove.
1579
0e7a053e
PE
15802012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1581
1582 Make 'configure' a bit smaller and faster.
1583 * configure.in (INSTALL_INFO): Set it with one call to
1584 AC_PATH_PROG, not three.
1585 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1586 so likely that it'll be needed.
1587 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1588 (AC_PROG_MAKE_SET): Remove; Automake does this.
1589 (sysinfo): Do not check for this function, as it's never used.
1590 (tzset): Check for this function just once.
1591 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1592 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1593
cd376509
EZ
15942012-05-27 Eli Zaretskii <eliz@gnu.org>
1595
42a53d84
EZ
1596 * config.bat (lib): Create/update lib/stdalign.in-h and
1597 lib/sys_types.in-h.
1598
0e7a053e
PE
1599 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1600 ($(BLD)/sha1.$(O)):
1601 ($(BLD)/sha256.$(O)):
cd376509
EZ
1602 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1603 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1604
1605 * lib/getopt_.h: Regenerate.
1606
50c4645e
PE
16072012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 Assume gnulib does largefile.
1610 Gnulib does the largefile configuration anyway, so when configure.in
1611 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1612 * configure.in (AC_SYS_LARGEFILE): Remove.
1613 * lib/gnulib.mk: Autoupdate.
1614
caf8a9b2
PE
16152012-05-26 Paul Eggert <eggert@cs.ucla.edu>
1616
1617 Merge from gnulib. (Bug#11527)
1618
1619 The build procedure now creates <stdalign.h> and <sys/types.h> for
1620 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
1621 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1622 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
1623 msdos and nt builds.
1624
1625 Here is a precis of gnulib changes that seem relevant; please see
1626 the gnulib ChangeLog for details.
1627
1628 2012-05-18 crypto: fix bug in large buffer handling
1629 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1630 2012-05-10 _Noreturn: port config.h to gcc -Wundef
1631 2012-05-08 warnings.m4: give a means to specify the program to compile
1632 2012-05-07 stdint: be more consistent with glibc, SunOS libc
1633 2012-04-21 Large File Support for native Windows platforms.
1634 2012-04-14 stat: Bypass buggy override in mingw64.
1635 2012-03-29 stdio: don't assume gets any more
1636 2012-03-24 Enable common subexpression optimization in GCC.
1637 2012-02-09 maint: replace FSF snail-mail addresses with URLs
1638 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1639 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1640 2012-01-21 stdint: Add support for Android.
1641 2012-01-15 Improve support for MSVC 9.
1642 2012-01-08 mktime: Avoid compilation error on Solaris 11.
1643 2012-01-05 Use ', not `, for quoting output.
1644 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1645 2012-01-05 strtoimax: Work around AIX 5.1 bug.
1646 2012-01-05 inttypes: Modernize.
1647 2011-12-13 inttypes, stdint: add C++11 support
1648 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1649 2011-11-21 _Noreturn: Check that _MSC_VER is defined
1650 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1651 2011-11-09 raise: fix mingw handling of SIGPIPE
1652 2011-10-27 Add stdalign module and use it in other modules.
1653
1654 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1655 * m4/sys_types_h.m4:
1656 New files.
1657 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
1658 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
1659 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
1660 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
1661 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
1662 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
1663 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1664 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
1665 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
1666 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
1667 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1668 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
1669 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
1670 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
1671 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
1672 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
1673 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
1674 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
1675 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
1676 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
1677 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
1678 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
1679 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
1680 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
1681 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
1682 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
1683 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
1684 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
1685 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
1686 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
1687 Update from gnulib.
1688
34374650
PE
16892012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1690
1691 Remove src/m/*.
1692 * configure.in: Remove all mention of src/m/*.
1693 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
1694 All uses removed.
1695 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
1696 (BITS_PER_LONG_LONG): Move to src/lisp.h.
1697 * lib/makefile.w32-in: Remove dependencies on
1698 $(EMACS_ROOT)/src/m/intel386.h.
1699 * make-dist: Don't make links to src/m.
1700
ec21c7f8
PE
17012012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1702
1703 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
1704 Without this further fix, aclocal was being invoked unnecessarily.
1705
39078e4a
GM
17062012-05-22 Glenn Morris <rgm@gnu.org>
1707
1708 * Makefile.in (blessmail, install-arch-dep, uninstall):
1709 Check cd lib-src works.
1710 (install-arch-dep, uninstall): Remove unneeded subshells.
1711
be17565b
GM
17122012-05-21 Glenn Morris <rgm@gnu.org>
1713
ff0c3cfb
GM
1714 * update-subdirs: Move to build-aux/.
1715 * make-dist, Makefile.in (install-arch-indep): Update for this change.
1716
d10cfddd
GM
1717 * Makefile.in (leimdir): New, set by configure.
1718 (COPYDIR, COPYDESTS): Add leim directories.
1719 (install-leim): Remove.
1720 (install-arch-indep): Handle leim installation directly.
1721
be17565b
GM
1722 * vpath.sed: Remove unused file.
1723 * make-dist: No more vpath.sed.
1724
9b4ee616
PE
17252012-05-21 Paul Eggert <eggert@cs.ucla.edu>
1726
fb77d37e
PE
1727 Use full name for m4/gnulib-comp.m4. (Bug#11529)
1728 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
1729 even though the file's name in gnulib is m4/gnulib-comp.m4.
1730 This had a problem when merging from gnulib, as the code temporarily
1731 renamed it to the full name, causing problems when interrupted.
1732 Now the file has its full name, with the idea that we will find
1733 a solution for MS-DOS that does not affect the rest of Emacs.
1734 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
1735
261cb4bb
PE
1736 Assume C89 or later.
1737 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
1738 (POINTER_TYPE, PROTOTYPES): Remove.
1739
9b4ee616
PE
1740 Make merging from gnulib a script, not a makefile action.
1741 Putting it in a makefile has some problems with reflection, as
1742 merging from gnulib updates 'configure', which can update the makefile.
1743 Putting it in a standalone script breaks this loop.
1744 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
1745 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
1746 Remove, moving the actions to the script admin/merge-gnulib.
1747
261cb4bb
PE
17482012-05-21 Glenn Morris <rgm@gnu.org>
1749
1750 * configure.in (LEIM_INSTALLDIR):
1751 Rename to leimdir, treat like lispdir.
1752
b847032c
GM
17532012-05-21 Glenn Morris <rgm@gnu.org>
1754
1755 * Makefile.in (install-arch-indep, install-doc, install-info)
1756 (uninstall): Scrap superfluous subshells.
1757
af006ad5
UM
17582012-05-19 Ulrich Mueller <ulm@gentoo.org>
1759
1760 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
1761
003fdae2
PE
17622012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1763
9232a6d9
PE
1764 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1765 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1766 getsockopt, setsockopt, mremap, mempcpy.
1767
003fdae2
PE
1768 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
1769 is being removed.
1770 (AC_CHECK_FUNCS): Remove ftime.
1771
e7333757
GM
17722012-05-19 Glenn Morris <rgm@gnu.org>
1773
e39b9806 1774 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 1775
42d5aa3e
GM
1776 * Makefile.in (install-arch-indep): Remove unneeded chmod.
1777 Set permissions of lisp/subdirs.el.
1778
9192d37d
GM
1779 * Makefile.in (SUBDIR): Add leim. Update users.
1780
2e5d41e4
GM
1781 * Makefile.in (lib, lib-src, lisp): Check cd return value.
1782
e7333757
GM
1783 * Makefile.in (leim): No need to set PARALLEL.
1784
7606c360
GM
17852012-05-18 Glenn Morris <rgm@gnu.org>
1786
6d1a623e
GM
1787 * Makefile.in (install-arch-indep, install-info, install-man):
1788 Simplify some one-sided ifs.
1789
29473393
GM
1790 * Makefile.in: Install only the relevant DOC file.
1791 (install-arch-indep): Delete etc/DOC*.
1792 (install-doc): No more need to delete etc/DOC.
1793
660c8c1e
GM
1794 * Makefile.in (install-arch-indep): Split into several rules.
1795 (install-doc, innstall-info, install-man): New rules.
1796
37f36bcb
GM
1797 * configure.in (mandir): May as well include it in the NS app bundle.
1798
0629a797
GM
1799 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
1800 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
1801 (install-arch-indep): Don't install-etc for self-contained ns builds.
1802
136c45ee
GM
1803 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
1804 No longer unconditonally add /sw directories. (Bug#2280)
1805
ed0ba302
GM
1806 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
1807 (install-arch-indep): Depend on install-leim.
1808 (install): Remove explicit install-leim dependence.
1809
62061397
GM
1810 * Makefile.in (install-arch-indep):
1811 Move last element of mkdir rule here.
1812 (mkdir): Remove rule.
1813
37baa3c8
GM
1814 * Makefile.in (install-arch-indep): Remove unneeded chmods.
1815 INSTALL_DATA does this for us.
1816
b533f05e
GM
1817 * Makefile.in (install-arch-dep): Ensure bindir exists.
1818 Drop mkdir dependency.
1819 (install-arch-indep): Ensure docdir, infodir, mandir exist.
1820 (install-leim): Drop mkdir dependency.
1821 (mkdir): Remove most directories, now made in relevant rules.
1822
7606c360
GM
1823 * Makefile.in (install-arch-indep): Combine adjacent loops.
1824
3a4155de
GM
18252012-05-17 Glenn Morris <rgm@gnu.org>
1826
d9a1e2c2
GM
1827 * Makefile.in (install-etc, mkdir):
1828 Make relevant directories in install-etc rather than mkdir.
1829
4c54abe1
GM
1830 * Makefile.in (write_subdir): Create the directory if needed.
1831 (install-arch-dep, mkdir): No need to make site-lisp directories.
1832
9f1ea7dc 1833 * Makefile.in (write_subdir): New.
05f3d308 1834 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 1835
40c117e7 1836 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 1837 For a self-contained ns build, set these to the appropriate values.
40c117e7 1838 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 1839
b4a36200
GM
1840 * configure.in (ns_self_contained): New output variable.
1841 * Makefile.in (ns_self_contained): New, set by configure.
1842 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
1843 don't bother installing binaries then immediately deleting them.
1844
3a4155de
GM
1845 * Makefile.in (ns_appbindir, ns_appresdir):
1846 Move them before things that may refer to them.
1847 (install-arch-dep): No need to relocate self-contained ns libexec.
1848
1849 * configure.in (archlibdir): Set it for self-contained ns builds.
1850 (libexecdir): Don't expand it now (this is mainly cosmetic).
1851
f04940ae
PE
18522012-05-16 Paul Eggert <eggert@cs.ucla.edu>
1853
1854 * configure.in: Simplify by removing CPP etc.
1855 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1856 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1857 In particular we no longer need to fiddle with CPP, since we don't
1858 use CPP specially any more.
1859 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1860 adjusted compiler.
1861 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1862 since gl_EARLY and/or Autoconf already does these.
1863
27cb7be2
GM
18642012-05-16 Glenn Morris <rgm@gnu.org>
1865
1866 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1867 (CPP): Do not unconditionally set it on Darwin.
1868 Instead, try to test if -no-cpp-precomp is accepted.
1869 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1870
ec3ca9ec
GM
18712012-05-15 Glenn Morris <rgm@gnu.org>
1872
4e7d487c 1873 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 1874
75a9f5f5
GM
1875 * Makefile.in (install-arch-dep): Do not hard-code version number.
1876
ec3ca9ec
GM
1877 * Makefile.in (install-arch-dep): NS install no longer needs to
1878 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1879
3fe7cdc8
GM
18802012-05-12 Glenn Morris <rgm@gnu.org>
1881
9e6b06ed
GM
1882 * configure.in (ns_appbindir): Remove trailing "/".
1883
3fe7cdc8
GM
1884 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1885 (MKDEPDIR): Use $MKDIR_P.
1886 * Makefile.in (MKDIR_P): New, set by configure.
1887 (mkdir): Use $MKDIR_P.
1888
a873f274
GM
18892012-05-11 Glenn Morris <rgm@gnu.org>
1890
1891 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 1892 Use INSTALL_DATA for the DOC file.
c8e32179 1893 Remove dead code for ./lisp that never executes.
a873f274 1894
ff57c2ec
GM
18952012-05-10 Glenn Morris <rgm@gnu.org>
1896
1897 * configure.in (LEIM_INSTALLDIR): New output variable.
1898
49ed9c8e
SM
18992012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1902
5122804a
GM
19032012-05-08 Glenn Morris <rgm@gnu.org>
1904
1905 * make-dist: No more doc/lispref/*.el.
1906
01319a4e
AS
19072012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1908
1909 * configure.in: Fix quoting bugs.
1910
8045b906
GM
19112012-05-04 Glenn Morris <rgm@gnu.org>
1912
1913 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1914
9fa0e416
GM
19152012-05-02 Glenn Morris <rgm@gnu.org>
1916
3c30e766
GM
1917 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1918 the choices made by FreeBSD and NetBSD. (Bug#10313)
1919
9aa071df
GM
1920 * Makefile.in (INFO_FILES): Remove variable.
1921 (INFO_NONMISC): New variable.
1922 (install-arch-indep, uninstall): Don't use $INFO_FILES.
1923
cd3771a0
GM
1924 * Makefile.in (uninstall): Remove useless-use-of-for; that for
1925 some reason caused problems on an old Solaris.
1926
a36e64d0
GM
1927 * Makefile.in (install-arch-indep, uninstall):
1928 Ensure that INSTALL-type commands are run from top-level.
1929
9e7a4bcf
GM
1930 * info/dir: Make some entries consistent with the source texi files.
1931
9fa0e416
GM
1932 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1933
7adecb99
GM
19342012-05-02 Glenn Morris <rgm@gnu.org>
1935
1936 * Makefile.in (install-arch-indep):
1937 Combine adjacent install-data and install-info loops.
1938
4737362e
GM
19392012-05-01 Glenn Morris <rgm@gnu.org>
1940
ab1121bd
GM
1941 * Makefile.in (MAN_PAGES): Remove.
1942 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1943
a4a18b8b
GM
1944 * configure.in: Try libtinfo for tputs.
1945 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
1946
3ba0a545
GM
1947 * configure.in: Combine adjacent $opsys case blocks.
1948
e3da5b19
GM
1949 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1950
262f06da
GM
1951 * configure.in: Invert the TERMINFO logic,
1952 since "yes" is far more common than "no".
1953
9311dcff
GM
1954 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1955
4d5c6349
GM
1956 * configure.in (LD_SWITCH_X_SITE_RPATH):
1957 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1958
4737362e
GM
1959 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1960
562e638f
GM
19612012-04-26 Glenn Morris <rgm@gnu.org>
1962
1963 * make-dist: No more doc/lispref/tindex.pl.
1964
dcbf5805
MA
19652012-04-22 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * configure.in (dbus_validate_bus_name, dbus_validate_path)
1968 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 1969 these library functions.
dcbf5805 1970
4b5b5289
PE
19712012-04-22 Paul Eggert <eggert@cs.ucla.edu>
1972
1973 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1974 With glibc 2.14 or later, when compiled with GCC 4.7.0's
1975 -Werror=deprecated-declarations flag, use of hooks like
1976 __malloc_initialize_hook causes compilation to fail because these
1977 hooks are deprecated. Modify 'configure' to check for these hooks too.
1978 Simplify the 'configure' code to test for all the hooks at once.
1979 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1980 (emacs_cv_var_doug_lea_malloc): ... this new var.
1981
9ee7d8b9
PE
19822012-04-21 Paul Eggert <eggert@cs.ucla.edu>
1983
1984 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1985 dated 2011-10-07. Regenerating from current gnulib would be a
1986 pervasive change, and currently the trunk isn't open to such changes.
1987 * configure.in (WARN_CFLAGS): Remove; no longer needed now
1988 that gnulib does it.
1989 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1990
5e6ab4e6
AS
19912012-04-21 Andreas Schwab <schwab@linux-m68k.org>
1992
1993 * m4/gl-comp.m4: Update. (Bug#11285)
1994
c07a4c0b 19952012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
1996
1997 * configure.in: Don't use the -R option (Bug#11251).
1998
6c94c34f 19992012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 2000
9f46df23 2001 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
2002 I have been using this change for many months in my private copy
2003 of Emacs, and have used it to find several bugs. It's mature
2004 enough to publish now.
2005 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
2006 * configure.in: Support --enable-gcc-warnings, in the style of
2007 other GNU packages such as coreutils.
2008 (C_WARNINGS_SWITCH): Remove, replacing with...
2009 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
2010 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
2011 when including system files with GCC.
2012 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 2013 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
2014 * lib/Makefile.am (AM_CFLAGS): New macro.
2015 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
2016
316411f0
DA
20172012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
2018
2019 * configure.in (AC_CHECK_FUNCS):
1f9f395d 2020 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 2021
9b9b2ef2
GM
20222012-04-16 Glenn Morris <rgm@gnu.org>
2023
b1aa797c
GM
2024 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
2025
9b9b2ef2
GM
2026 * configure.in: Remove X libs workaround for old autoconf.
2027
badf86af
KB
20282012-04-12 Ken Brown <kbrown@cornell.edu>
2029
2030 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
2031
2f097256
GM
20322012-04-11 Glenn Morris <rgm@gnu.org>
2033
2034 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
2035
a9f72fc1
GM
20362012-04-10 Glenn Morris <rgm@gnu.org>
2037
2038 * configure.in: Conditionally generate admin/unidata/Makefile.
2039
6b4f4a2d
TZ
20402012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
2041
a9f72fc1 2042 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 2043
23df914b
GM
20442012-04-09 Glenn Morris <rgm@gnu.org>
2045
fd9d85c2
GM
2046 * Makefile.in (leim): Check cd return value. Pass fewer variables.
2047 (install-leim): Check cd return value. Pass $MFLAGS.
2048 (install-strip): Pass $MFLAGS.
2049
23df914b
GM
2050 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
2051 Eg org.texi has been using 4.7 functions for some time.
2052
bf6bba2b
PE
20532012-04-07 Paul Eggert <eggert@cs.ucla.edu>
2054
2055 Check pkg-config exit status when configuring (Bug#10626).
2056 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
2057 works; check its exit status. Problem reported by Jordi Gutiérrez
2058 Hermoso in
2059 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
2060
f3774f20
GM
20612012-04-07 Glenn Morris <rgm@gnu.org>
2062
2063 * README, configure.in (AC_INIT): Bump version to 24.1.50.
2064
d67a9a85
EZ
20652012-04-07 Eli Zaretskii <eliz@gnu.org>
2066
2067 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
2068
f20f95c6
PE
20692012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
2072 * configure.in (LIBS_TERMCAP): Default this to the result of
2073 the tputs library search. Do a run-time test for the linkability
2074 of tputs unless cross-compiling, as that's more reliable if the
2075 link flags and libraries are messed up. Don't change LIBS as
2076 a result of the test, as that may mess up later tests.
2077
75197633
CS
20782012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2079
533183f3 2080 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 2081
75197633
CS
2082 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
2083 specific makefiles to support getopt_.h generation with MSVC.
2084
7eb21b49
GM
20852012-02-04 Glenn Morris <rgm@gnu.org>
2086
2087 * Makefile.in (uninstall):
2088 Handle compressed info files and man pages. (Bug#10718)
2089
44f92739
GM
20902012-02-02 Glenn Morris <rgm@gnu.org>
2091
2092 * configure.in [HAVE_NS]:
2093 Error if use --without-toolkit-scroll-bars. (Bug#10673)
2094
6df37268
PE
20952012-02-01 Paul Eggert <eggert@cs.ucla.edu>
2096
2097 Port to older Solaris 10 versions (Bug#10677).
2098 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
2099 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
2100 possibly this is because Sun fixed the 'stat' bug in my version.
2101 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
2102 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
2103 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2104 These changes are based on gnulib version
2105 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
2106 because Emacs is in feature freeze and we do not want to merge any
2107 more-recent changes from gnulib.
2108
8d8939e8
GM
21092012-01-31 Glenn Morris <rgm@gnu.org>
2110
e4070def
GM
2111 * configure.in: Throw an explicit error if Motif toolkit was
2112 requested but requirements could not be found.
2113
8d8939e8
GM
2114 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
2115
5a26ec89
EZ
21162012-01-30 Eli Zaretskii <eliz@gnu.org>
2117
2118 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
2119 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
2120 with "make -j3".
2121
1b0880d5
JB
21222012-01-16 Juanma Barranquero <lekktu@gmail.com>
2123
2124 * .bzrignore: Ignore etc/__pycache__.
2125
adee8a65
PE
21262011-12-17 Paul Eggert <eggert@cs.ucla.edu>
2127
2128 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 2129 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
2130 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
2131 by Nelson H. F. Beebe in
2132 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
2133
e152e577
JB
21342011-12-10 Juanma Barranquero <lekktu@gmail.com>
2135
2136 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
2137
46d14be7
JD
21382011-12-10 Jan Djärv <jan.h.d@swipnet.se>
2139
2140 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
2141 instead of LDFLAGS (Bug#10230).
2142
6c269a38
PE
21432011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2144
4eec8d6f
PE
2145 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
2146
6c269a38 2147 Propagate configure flags to sub-configures.
1350a3cc 2148 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
2149 New macros.
2150 (config.status, bootstrap): Use them to propagate configure flags
2151 to sub-configures.
2152 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
2153
63e94eb8
PE
21542011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2155
2156 * .bzrignore: Add config.cache.
2157
54e9e3bf
JD
21582011-11-27 Jan Djärv <jan.h.d@swipnet.se>
2159
2160 * configure.in: Check for gtk_window_set_has_resize_grip.
2161
20db1522
JB
21622011-11-24 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * configure.in (HAVE_XPM): Fix typo.
2165
60bf278f
GM
21662011-11-22 Glenn Morris <rgm@gnu.org>
2167
5f77c86c
GM
2168 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
2169 have confusing effects on the build. (Bug#6401)
2170
60bf278f
GM
2171 * Makefile.in (install-arch-dep): Tweak previous change.
2172
816be9f6
YD
21732011-11-22 Yavor Doganov <yavor@gnu.org>
2174
2175 Do not install arch-dependent files in the app bundle if
2176 --disable-ns-self-contained is requested. (Bug#1335)
2177 * configure.in (exec_prefix, libexecdir): Define relative to
2178 `ns_appbindir' only if configured for a self-contained app.
2179 * Makefile.in (install-arch-dep): Test for the existence of
2180 libexec in the Emacs.app bundle before executing commands.
2181
d5ff9cd0
AS
21822011-11-20 Andreas Schwab <schwab@linux-m68k.org>
2183
2184 * configure.in: Remove reference to src/m/ibms390.h.
2185
1c889bf6
GM
21862011-11-13 Glenn Morris <rgm@gnu.org>
2187
2188 * INSTALL: Tiny updates for disk space used during installation.
2189
a6fc3b5c
EZ
21902011-11-05 Eli Zaretskii <eliz@gnu.org>
2191
2192 * lib/makefile.w32-in (FRC): New dummy target.
2193 (TAGS): Depend on FRC.
2194
9f77899d
GM
21952011-11-04 Glenn Morris <rgm@gnu.org>
2196
1f9f395d 2197 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
2198 Do not include GnuTLS version info in final summary message.
2199
0bd3cb7b
EZ
22002011-10-31 Eli Zaretskii <eliz@gnu.org>
2201
07f3add9
EZ
2202 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
2203 they exist there, else from autogen/.
2204
2205 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 2206
d2eaf3e4
NT
22072011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
2208
2209 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
2210
e782cfab
PE
22112011-10-24 Paul Eggert <eggert@cs.ucla.edu>
2212
2213 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2214 if the library is found. Otherwise, later configure-time tests,
2215 such as the test for pthread_sigmask, generate the wrong results
2216 on some platforms. Problem reported for FreeBSD by Nali Toja.
2217
7da0b018
PE
22182011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2219
2220 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2221 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2222 Remove; no longer needed, now that we defer to strftime for time
2223 zone names.
2224
0ffe1065
JD
22252011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2226
2227 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2228
23769e49
CY
22292011-10-18 Chong Yidong <cyd@gnu.org>
2230
2231 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2232
fd8dea03
GM
22332011-10-13 Glenn Morris <rgm@gnu.org>
2234
2235 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2236
f4cc5b54
PE
22372011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2238
2239 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 2240 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
2241 The check was helpful but not essential in Solaris 2.6 (1997),
2242 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2243 obsolete -- Sun dropped support for it in 2006 -- and without
2244 access to that Silurian platform we can't maintain the code anyway.
2245
7c5ee88e
PE
22462011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2247
d47439a3
PE
2248 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2249 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2250 * m4/gnulib-common.m4: Merge from gnulib.
2251 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2252 command not found" on powerpc-apple-darwin9.8.0.
2253
7c5ee88e
PE
2254 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2255 This is now done by src/alloc.c.
2256
423dbf9b
RS
22572011-10-02 Richard Stallman <rms@gnu.org>
2258
2259 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2260 and xlinux_second_failure to xgnu_linux_second_failure.
2261
31bed486
EZ
22622011-09-29 Eli Zaretskii <eliz@gnu.org>
2263
5f91c1e5
EZ
2264 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2265 lib/signal.in-h.
31bed486 2266
e785f2ec 2267 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
2268 Rename signal.in.h and alloca.in.h.
2269
e1504b9b
EZ
22702011-09-28 Eli Zaretskii <eliz@gnu.org>
2271
2272 * INSTALL: Mention that m17n libraries and libotf are needed for
2273 Arabic shaping.
2274
316f8af0
PE
22752011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2276
2277 Merge from gnulib, improving some licensing wording.
2278 This clarifies and fixes some licensing issues raised by Glenn Morris
2279 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2280 It also merges the latest version of texinfo.tex and has some
2281 MSVC-related changes that don't affect Emacs.
2282 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2283 pathmax, and raise, since these are needed only to address
2284 MSVC-related issues that Emacs doesn't have.
2285 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2286 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2287 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2288 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2289 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2290 * m4/unistd_h.m4: Merge from gnulib.
2291
04d51ad4
AS
22922011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2293
2294 * configure.in: Initialize HAVE_LIBXML2.
2295
6e99ef20
GM
22962011-09-26 Glenn Morris <rgm@gnu.org>
2297
2298 * make-dist: Add lib/makefile.w32-in.
2299
0538fab0
GM
23002011-09-24 Glenn Morris <rgm@gnu.org>
2301
2302 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2303
c5b01d8c
LMI
23042011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2305
2306 * .dir-locals.el: Change the debbugs regexp to allow having the
2307 bug number as the first thing on a line.
2308
0cc87afb
GM
23092011-09-15 Glenn Morris <rgm@gnu.org>
2310
2311 * configure.in: Make configure work with recent GNUsteps.
2312 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2313 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 2314 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 2315
3f44249e
PE
23162011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2317
2318 Merge from gnulib, porting to Tru64.
2319 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2320 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2321 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2322 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2323 doesn't affect Emacs.
2324
c8199d0f
PE
23252011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2326
2327 * configure.in (isnan): Remove now-unnecessary check.
2328
e39b275c 23292011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 2330
abec06ff 2331 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
2332 This is to fix the following problems:
2333 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2334 configured not to use gtk or any other thread-using library,
2335 signals aren't blocked correctly.
2336 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2337 and IRIX's signal handling.
2338 . On Cygwin 1.7.5 it works around an incompatibility with
2339 the system pthread_sigmask.
2340 . On MacOS X 10.5 (32-bit), files whose inode numbers
2341 exceed 2**31 cannot be read or manipulated.
2342 . pthread_sigmask: Actually use results of gl_THREADLIB.
2343 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2344 . find 'ar' program that fits with --host argument.
2345 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
2346 * autogen/README: Update destination list.
2347 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2348 The autogenerated files compile, config.guess,
2349 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
2350 * m4/largefile.m4: New file, so that Emacs does not mess up when
2351 accessing files with large inode numbers in MacOS X 10.5 and later.
2352 * m4/nocrash.m4: New file, to avoid triggering background debugger
2353 and/or create core dumps during 'configure'.
2354 * build-aux/move-if-change: Renamed from move-if-change.
2355 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2356 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2357 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2358 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
2359 * Makefile.in (epaths-force, sync-from-gnulib):
2360 move-if-change is now in build-aux.
2361 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2362 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2363 (mkdir): install-sh is now in build-aux.
2364 * config.bat: c++defs.h is now in build-aux/snippets.
2365 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2366 usual parameter).
2367 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2368 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2369 to build-aux/snippet.
2370 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2371 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2372 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2373 Solaris, enables MacOS extensions, and enables nocrash during
2374 'configure'.
2375 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2376
86633eab 23772011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
2378
2379 * configure.in (snprintf): New check.
2380
015faae4
PE
23812011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2382
695a3dc5 2383 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 2384 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
2385 Remove unreachable pattern hppa*-*-linux-gnu*.
2386 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2387 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 2388
52ec1feb
JD
23892011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2390
2391 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2392
377538cb
JD
23932011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2394
2395 * configure.in: Add header check: sys/socket.h (Bug#8477),
2396 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2397 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2398
ae9e757a
JD
23992011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2400
2401 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2402 (HAVE_GTK_AND_PTHREAD): Remove.
2403
be8ec0b3
AA
24042011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2405
2406 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2407 build, not just GNUstep (Bug#9177).
2408
2573a837 24092011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
2410
2411 Assume freestanding C89 headers, string.h, stdlib.h.
2412 Again, this simplifies the code, and all current platforms have these.
2413 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2414 (AC_HEADER_STDC): Remove.
2415 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2416 (strchr, strrchr): Remove fallback macros.
2417
9cfdb3ec
PE
2418 Assume support for memcmp, memcpy, memmove, memset.
2419 This simplifies the code a bit. All current platforms have these,
2420 as they are required for C89. If this turns into a problem we
2421 can add the gnulib modules for these (a 1-line change to Makefile.in).
2422 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2423
427c285b
PE
24242011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2425
2426 * GNUmakefile: New file.
2427 This is for convenience, so that one can run GNU make in an
2428 unconfigured source tree, and get a default build.
2429
2ad77c9d
JD
24302011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2431
2432 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2433
c8618a06
YM
24342011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2435
2436 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2437 so as to suppress address randomization (Bug#8395).
2438
f6ce9b9a
PE
24392011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2440
3fcf7a1c
PE
2441 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2442 This fixes a build problem on older Mac OS X hosts.
2443
d9706d9f
PE
2444 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2445 test, which runs afoul of Automake installations where, for example,
2446 /usr/share/aclocal contains a copy of gl_THREADLIB.
2447 Problem reported by Sven Joachim in
2448 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2449 This is just a quick temporary fix, specific to Emacs; I'll work
2450 with the other gnulib maintainers to get a more-permanent fix.
2451
af66a2d7 2452 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
2453 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2454 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2455 automatically imported from gnulib.
2456 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2457
1692ae2d 24582011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 2459
8a6ebd58 2460 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 2461 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
2462 * configure.in (AC_TYPE_UID_T): New dummy macro.
2463 Configure gnulib after adjusting LIBS,
2464 so that gnulib can assume the libraries in LIBS.
6db30f83 2465 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 2466 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 2467 * lib/pthread_sigmask.c:
6db30f83
PE
2468 New files, automatically imported from gnulib.
2469 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2470 due to the above changes.
2471 * .bzrignore: Add lib/signal.h.
2472
4a621aae
PE
2473 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2474
5e94cadb
AS
24752011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2476
2477 * configure.in (maintainer-mode): Reflect default in help string.
2478
76b397fb
DN
24792011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 * configure.in: Remove reference to iris4d.h.
2482
869795d6
JD
24832011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2484
2485 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2486
3279eb87
GM
24872011-07-01 Glenn Morris <rgm@gnu.org>
2488
2489 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2490
2e6e11eb
LMI
24912011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2494 which made ./configure infloop.
2495
9851bfc5
JD
24962011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2497
2498 * configure.in (gsettings): New option and check for GSettings.
2499
adbc4ef4
GM
25002011-06-29 Glenn Morris <rgm@gnu.org>
2501
2502 * configure.in: Try to test for the required crt*.o files.
2503
1f773f32
BW
25042011-06-27 Bill Wohler <wohler@newt.com>
2505
2506 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2507
7a7ef429
PE
25082011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2509
2510 Use gnulib's dup2 module instead of rolling our own.
2511 * Makefile.in (GNULIB_MODULES): Add dup2.
2512 * configure.in: Do not check for dup2; gnulib does that now.
2513 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2514
6dd7e400
PE
25152011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2516
2517 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2518
94a807ac 25192011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
2520
2521 Use gnulib's alloca-opt module.
2522 * .bzrignore: Add lib/alloca.h.
2523 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2524 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
2525 as gnulib now does that for us. Put alloca check in config.h.
2526 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
2527 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2528 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2529
3ce9d0d4
LL
25302011-06-21 Leo Liu <sdl.web@gmail.com>
2531
2532 * m4/sha256.m4:
2533 * m4/sha512.m4:
2534 * m4/gl-comp.m4:
2535 * lib/u64.h:
2536 * lib/sha256.c:
2537 * lib/sha256.h:
2538 * lib/sha512.c:
2539 * lib/sha512.h:
2540 * lib/makefile.w32-in (GNULIBOBJS):
2541 * lib/gnulib.mk:
2542 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2543 crypto/sha512 modules from gnulib.
2544
add3f049
PE
25452011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2546
2547 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2548
3a4725e1
GM
25492011-06-17 Glenn Morris <rgm@gnu.org>
2550
2551 * configure.in: Restore the behavior of checking crt-dir only
2552 when the user specified it (not all platforms use it).
2553
bf4846e7
PE
25542011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2555
2556 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2557
4d61f28d 25582011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
2559
2560 * configure.in: Try to determine CRT_DIR automatically when
2561 using gcc.
2562
8c9b2106
PE
25632011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2564
8aeb5be9
PE
2565 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2566 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2567 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2568 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2569 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2570 Merge from gnulib.
8c9b2106 2571
c195f2de
JD
25722011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2573
2574 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2575
7e2aa385
PE
25762011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2577
2578 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2579
81eafe29
PE
25802011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2581
2582 * configure.in: Add --with-wide-int.
2583 * INSTALL: Mention this.
2584
9afafefb
PE
25852011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2586
2587 Merge from gnulib.
2588 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2589
f797625a
PE
25902011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2591
2592 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2593
90856fe0 25942011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
2595
2596 Use 'inline', not 'INLINE'.
eefc9486 2597 * configure.in (INLINE): Remove.
55d4c1b2 2598
6a3e57bb
PE
25992011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2600
2601 Adjust to recent gnulib change for @GUARD_PREFIX@.
2602 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2603 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2604 _@GUARD_PREFIX@_.
2605
842b28a0
PE
26062011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2607
e61923c8 2608 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 2609
70716b1d
GM
26102011-05-24 Glenn Morris <rgm@gnu.org>
2611
a22d9d2c
GM
2612 * Makefile.in (check): Just give a message if no test/ directory.
2613
bdd556a2
GM
2614 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2615
70716b1d
GM
2616 * configure.in (OPT_MAKEFILES_IN): Remove.
2617 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2618 (SUBDIR_MAKEFILES_IN): New output variable.
2619 * Makefile.in (OPT_MAKEFILES_IN): Remove.
2620 (SUBDIR_MAKEFILES_IN): Let configure set it.
2621
13c3daa4
LL
26222011-05-24 Leo Liu <sdl.web@gmail.com>
2623
2624 * m4/sha1.m4:
2625 * m4/gl-comp.m4:
2626 * lib/sha1.h:
2627 * lib/sha1.c:
2628 * lib/makefile.w32-in (GNULIBOBJS):
2629 * lib/gnulib.mk:
2630 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2631
e09e38a8
GM
26322011-05-24 Glenn Morris <rgm@gnu.org>
2633
4ba4c54a
GM
2634 * configure.in: Remove test for already configured source directory.
2635 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
2636
5a95c002
GM
2637 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2638
fa5d79db
GM
26392011-05-24 Glenn Morris <rgm@gnu.org>
2640
6c7e099d
GM
2641 * make-dist: Don't distribute test/. (Bug#8107)
2642 * configure.in (OPT_MAKEFILES_IN): New output variable.
2643 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2644 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2645 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2646 (check): Give an explicit error if test/ is not present.
2647
fa5d79db
GM
2648 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2649 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2650 (Makefile): Use $SUBDIR_MAKEFILES_IN.
2651
2df215b5
PE
26522011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2653
2654 * lib/verify.h: Merge from gnulib.
2655
f518ae90
PE
26562011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2657
2658 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
2659 Merge from gnulib.
2660
16b71f3a
AS
26612011-05-21 Andreas Schwab <schwab@linux-m68k.org>
2662
2663 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
2664
7285dc67
EZ
26652011-05-20 Eli Zaretskii <eliz@gnu.org>
2666
6a45b46f
EZ
2667 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
2668
7285dc67
EZ
2669 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2670
b9704ad9
GM
26712011-05-20 Glenn Morris <rgm@gnu.org>
2672
2673 * configure.in (lisp_frag): New output file.
2674
4a720484
GM
26752011-05-19 Glenn Morris <rgm@gnu.org>
2676
2677 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
2678 (WINDOW_SUPPORT): Remove output variables that are no longer used.
2679
a3c92bc1
EZ
26802011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2681
8f906c40
EZ
2682 * lib/gnulib.mk:
2683 * lib/intprops.h:
2684 * lib/unistd.in.h:
2685 * m4/inttypes.m4:
2686 * m4/stdint.m4:
2687 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 2688
d681f183
GM
26892011-05-14 Glenn Morris <rgm@gnu.org>
2690
2691 * configure.in: Treat failure to find an X toolkit the same way we treat
2692 failure to find X and image support.
2693
4f8c52a9
GM
26942011-05-12 Glenn Morris <rgm@gnu.org>
2695
2696 * Makefile.in (src, install-arch-indep, bootstrap-clean)
2697 (check-declare): Shell portability fixes. (Bug#8642)
2698
5a7f0a30
TZ
26992011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2700
2701 * configure.in: Require GnuTLS 2.6.x or higher.
2702
b08a63cc 27032011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 2704
c378da0b
PE
2705 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
2706 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
2707 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
2708
19548d08
PE
2709 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
2710 This new gnulib-tool option saves 'configure' the trouble of
2711 checking for strtoull when strtoumax exists.
2712
d1a2ac5c
PE
2713 * configure.in (BITS_PER_LONG_LONG): New macro.
2714
773233f8
GM
27152011-05-05 Glenn Morris <rgm@gnu.org>
2716
2717 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
2718 (top_distclean): Delete config.log~.
2719
40697cd9
BK
27202011-04-27 Ben Key <bkey76@gmail.com>
2721
2722 * configure.in: Fixed a bug that caused configure with
2723 --enable-checking=stringoverrun to have no effect.
2724
671875da 27252011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
2726
2727 * configure.in: Suppress unnecessary checks for size_t.
2728 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
2729 (size_t): Do not check for this, and do not typedef. This code
2730 is never exercised now.
2731
a8a2bb29
PE
2732 * Makefile.in (GNULIB_MODULES): Add strtoumax.
2733 This is needed for the new integer-reading code in lread.c.
2734 It automatically pulls in the following gnulib files, which
2735 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
2736 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
2737 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
2738 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 2739 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 2740
33630d51
TZ
27412011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2742
2743 * configure.in: Check for GnuTLS certificate verify callbacks.
2744
bfab7d85
SM
27452011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * Makefile.in (config.status): Don't erase in case of error.
2748 In case it disappeared, rebuild it with `configure'.
2749
fe0e7ad7
KB
27502011-04-20 Ken Brown <kbrown@cornell.edu>
2751
2752 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
2753
f5b06c35
GM
27542011-04-12 Glenn Morris <rgm@gnu.org>
2755
2756 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
2757
762f8d96 27582011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
2759
2760 * lib/allocator.c: New file, automatically generated by gnulib.
2761
5fac7083
GM
27622011-04-07 Glenn Morris <rgm@gnu.org>
2763
2764 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2765
973f782d
EZ
27662011-04-06 Eli Zaretskii <eliz@gnu.org>
2767
2768 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
2769 Revert last change.
2770
f1f81baa
JB
27712011-04-06 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
2774 ($(BLD)/careadlinkat.$(O)): New target.
2775 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2776 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
2777 Update dependencies.
2778
b70d23ff 27792011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 2780
41cf7d1a
PE
2781 Fix more problems found by GCC 4.6.0's static checks.
2782
aa181334
PE
2783 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
2784
1f7196bf 2785 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
2786 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
2787 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
2788 * m4/ssize_t.m4: New files, automatically generated from gnulib.
2789
c0274801
GM
27902011-04-06 Glenn Morris <rgm@gnu.org>
2791
2792 * autogen/update_autogen: Handle loaddefs-like files as well.
2793 (usage): Add -l, -C.
2794 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
2795 With -l, check status of lisp/ as well.
2796 With -C, clean before building.
2797 (autoreconf): Only pass -f in the `clean' case.
2798 (commit): New function.
2799
42e85a8f
GM
28002011-03-28 Glenn Morris <rgm@gnu.org>
2801
39f31873
GM
2802 * autogen/update_autogen: Pass -f to autoreconf.
2803
42e85a8f
GM
2804 * autogen.sh (get_version): Discard "not found" lines.
2805 (check_version): Respect $AUTOCONF etc environment variables.
2806
9af30bdf
GM
28072011-03-27 Glenn Morris <rgm@gnu.org>
2808
2809 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
2810 (AH_BOTTOM): Do not define SIGTYPE.
2811
181855e6
GM
28122011-03-26 Glenn Morris <rgm@gnu.org>
2813
2814 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
2815 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
2816
9ee0d174
AS
28172011-03-25 Andreas Schwab <schwab@linux-m68k.org>
2818
2819 * autogen/update_autogen: Remove useless function keyword.
2820
07da4b3c
EZ
28212011-03-25 Eli Zaretskii <eliz@gnu.org>
2822
2823 * config.bat: Generate src/config.h and lib/Makefile from
2824 autogen/config.in and autogen/Makefile.in.
2825
f6ca84c0
GM
28262011-03-25 Glenn Morris <rgm@gnu.org>
2827
2828 * compile, config.guess, config.sub, depcomp, install-sh, missing:
2829 Remove; autoreconf can supply them.
2830 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
2831 config.guess, install-sh. Pass -i to autoreconf.
2832 * autogen/update_autogen (genfiles): Add compile, config.guess,
2833 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
2834 Discard non-error output from autoreconf in -q case.
2835 * autogen/compile, autogen/config.guess, autogen/config.sub:
2836 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
2837 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
2838 install-sh, missing.
2839
8cc1d519
GM
28402011-03-23 Glenn Morris <rgm@gnu.org>
2841
9bb73912 2842 * autogen/update_autogen: Fix typo.
904a432c 2843 (msg): Remove function; use `exec' instead.
9bb73912 2844
8cc1d519
GM
2845 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
2846 (sync-from-gnulib): Don't sync mkinstalldirs.
2847 * make-dist: Don't distribute mkinstalldirs.
2848
c9c49752 28492011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 2850
c9c49752 2851 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
2852 * Makefile.in (GNULIB_MODULES): Add socklen.
2853 * configure.in: Do not check for sys/socket.h, since socklen does that.
2854 * m4/socklen.m4: New automatically-generated file, from gnulib.
2855
d5cad867
PE
2856 fakemail: Remove dependency on ignore-value.
2857 * Makefile.in (GNULIB_MODULES): Add stdio.
2858 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2859 imported from gnulib.
cbd350f1 2860 * .bzrignore: Add lib/stdio.h.
c9c49752 2861
34cb1cc6
GM
28622011-03-22 Glenn Morris <rgm@gnu.org>
2863
2864 * autogen/copy_autogen: Work from ./ or ../.
2865 Fix time-stamps.
2866 * autogen.sh: Doc fix.
2867
66b87493
GM
28682011-03-20 Glenn Morris <rgm@gnu.org>
2869
2870 * autogen/: New directory, to be excluded from releases.
2871 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2872 * autogen/README: New file.
2873 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2874 * autogen/Makefile.in: Add auto-updated generated files.
2875 * autogen.sh: No longer a no-op, now it tests for autotools
2876 and runs them as necessary.
cd1181db 2877 * configure.in: Default maintainer-mode to on.
66b87493
GM
2878 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2879
1ef6de05
PE
28802011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2881
2882 Update for gnulib.
2883 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2884 includes <intprops.h> directly.
2885 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2886 when building Emacs on Solaris 9 and running it on Solaris 10.
2887
0afb4571
J
28882011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2889
2890 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2891
33383987
JB
28922011-03-07 Chong Yidong <cyd@stupidchicken.com>
2893
2894 * Version 23.3 released.
2895
870d9cf6
GM
28962011-03-06 Glenn Morris <rgm@gnu.org>
2897
2898 * configure.in (FREETYPE_LIBS): Actually set it to something.
2899
6c0dea8a
PE
29002011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2901
2902 Work around some portability problems with symlinks.
2903
2904 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2905 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2906 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2907 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2908 * m4/symlink.m4:
2909 New files, automatically generated from gnulib.
2910 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2911 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2912
945d8b44
EZ
29132011-02-26 Eli Zaretskii <eliz@gnu.org>
2914
03382788
EZ
2915 * .bzrignore: Ignore new lib/*.in-h files.
2916
90eacf99
SM
2917 * config.bat: Rename stdint.in.h and sys_stat.in.h.
2918 Call depfiles.bat even if lib/deps already exist.
945d8b44 2919
9411886d
PE
29202011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2921
2922 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
2923 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2924 recent changes to configure.in and to gnulib.
9411886d 2925
1e8dbdc6
GM
29262011-02-24 Glenn Morris <rgm@gnu.org>
2927
2928 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2929 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2930
f68c809d
PE
29312011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2932
2933 Assume S_ISLNK etc. work, since gnulib supports this.
2934 * Makefile.in (GNULIB_MODULES): Add sys_stat.
2935 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2936 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2937 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2938
ba01e9d7
PE
29392011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2940
2941 * lib/min-max.h: New file, for "min" and "max".
2942
9f8370e6
CS
29432011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2944
90eacf99 2945 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
2946 $(EMACS_ROOT)/nt/inc/stdint.h.
2947
25c51af3
EZ
29482011-02-21 Eli Zaretskii <eliz@gnu.org>
2949
2950 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2951 src/makefile.w32-in and adapt. Depend on stamp_BLD.
2952 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2953
5fa4ac76
PE
29542011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2955
2956 Import filemode module from gnulib.
2957 * .bzrignore: Add lib/sys/.
2958 * Makefile.in (GNULIB_MODULES): Add filemode.
2959 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2960 * lib/filemode.c: Renamed from src/filemode.c and regenerated
2961 from gnulib. This adds support for some more file types, e.g.,
2962 Cray DMF migrated files.
2963 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2964 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2965 * m4/sys_stat_h.m4: New files, generated from gnulib.
2966 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2967 Regenerate.
2968
e1e6b4fb
EZ
29692011-02-20 Eli Zaretskii <eliz@gnu.org>
2970
2971 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2972 $(EMACS_ROOT)/nt/inc/sys/stat.h.
2973
6cac9cb1
PE
29742011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2975
2976 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2977 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
2978 is no longer needed, due to the recent SSDATA and related changes.
2979 Perhaps -Wno-pointer-sign should also be removed from
2980 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2981 way to test this so I left it alone.
2982 * configure: Regenerate.
2983
0a19a6f8 29842011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
2985
2986 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2987 src/makefile.w32-in.
2988
61353ac8 29892011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 2990
61353ac8 2991 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 2992 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
2993 Regenerate.
2994 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2995 Import the new versions from gnulib; they assume a C99-style
2996 <stdint.h>, supplied by the stdint module.
2997 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2998 imported from gnulib.
942f733f
PE
2999 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
3000 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
3001 special cases.
61353ac8 3002
9d9d12cd
EZ
30032011-02-19 Eli Zaretskii <eliz@gnu.org>
3004
152be435 3005 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 3006 Add lib/deps/.
152be435 3007
9d9d12cd 3008 * config.bat: Configure in `lib'.
219463da 3009 Generate *.Po files in lib/deps.
9d9d12cd 3010
7d315eb6
PE
30112011-02-18 Paul Eggert <eggert@cs.ucla.edu>
3012
3013 Import IRIX 6.5 getloadavg fixes from gnulib.
3014 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
3015
1f5d53eb
PE
30162011-02-16 Paul Eggert <eggert@cs.ucla.edu>
3017
3018 Import getloadavg module from gnulib.
3019 * .bzrignore: Add lib/stdlib.h.
3020 * Makefile.in (GNULIB_MODULES): Add getloadavg.
3021 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
3022 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
3023 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
3024 Remove; gnulib does this now.
3025 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
3026 from gnulib. This adds support for several other systems, such
3027 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
3028 buffer overrun on Linux hosts under very high load, and on hosts
3029 that maintain a channel to the load average file it makes sure
3030 the file descriptor is close-on-exec (on hosts that support this)
3031 and is not stdin, stdout, or stderr.
3032 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
3033 from gnulib.
3034 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
3035 * src/config.in: Regenerate.
3036
bb55f713
PE
30372011-02-15 Paul Eggert <eggert@cs.ucla.edu>
3038
3039 Merge from gnulib.
3040
7127b760
PE
3041 * install-sh: Update to scriptversion 2011-01-19.21.
3042
bb55f713
PE
3043 2011-02-13 Bruno Haible <bruno@clisp.org>
3044
3045 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 3046 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
3047 ATTRIBUTE_DEPRECATED.
3048
3049 2011-02-12 Bruno Haible <bruno@clisp.org>
3050
3051 setlocale: Prefer gnulib's override over libintl's override.
3052 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
3053 GNULIB_defined_setlocale is set.
3054
57e96f8e
GM
30552011-02-13 Glenn Morris <rgm@gnu.org>
3056
3057 * make-dist: Exclude generated file src/globals.h.
3058
988c07df
PE
30592011-02-10 Paul Eggert <eggert@cs.ucla.edu>
3060
3061 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
3062 Sync from gnulib, which has been patched to fix the problem
3063 with the license notices. Problem reported by Glenn Morris in
3064 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
3065
ccded26c
SM
30662011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * .bzrignore: Ignore globals.h and related stamp.
3069
6ffb2c0c
PE
30702011-02-09 Paul Eggert <eggert@cs.ucla.edu>
3071
3072 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
3073 This merges the following fix from gnulib:
3074
3075 2011-02-08 Bruno Haible <bruno@clisp.org>
3076
3077 Split large sed scripts, for HP-UX sed.
3078
00b3c7ac
TT
30792011-02-08 Tom Tromey <tromey@redhat.com>
3080
3081 * configure: Rebuild.
3082 * configure.in (NS_OBJC_OBJ): New subst.
3083
91ccade4
PE
30842011-02-06 Paul Eggert <eggert@cs.ucla.edu>
3085
6ffb2c0c
PE
3086 gnulib: allow multiple gnulib generated replacements to coexist
3087 This defines a few preprocessor symbols that should not affect Emacs.
3088 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
3089 via "make sync-from-gnulib".
3090
e765a388
PE
3091 gnulib: undo previous change
3092 The upstream _HEADERS change was backed out of gnulib (see the
3093 same thread). Stay in sync with gnulib.
3094
91ccade4 3095 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
3096 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
3097 New empty macros, to accommodate recent changes to gnulib. See
3098 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
3099 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
3100 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
3101 * lib/time.in.h, lib/unistd.in.h:
3102 Regenerate.
91ccade4 3103
d67985d3
PE
31042011-02-05 Paul Eggert <eggert@cs.ucla.edu>
3105
3106 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 3107 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
3108 AC_HEADER_STDBOOL. All uses changed. Do not define
3109 HAVE_STDBOOL_H, as gnulib does not need this. This change is
3110 imported from the latest Autoconf git. It was motivated by Emacs,
3111 which uses gnulib but does not need HAVE_STDBOOL_H.
3112 * configure, src/config.in: Regenerate.
3113 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
3114
67342916
PE
31152011-02-03 Paul Eggert <eggert@cs.ucla.edu>
3116
3117 allow C code to suppress warnings about ignored return values
3118 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
3119 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3120 * lib/ignore-value.h: New file.
67342916 3121
14beddf4 31222011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
3123
3124 * configure.in: Test existence of xaw3d library, not just the
3125 header (Bug#7642).
3126
6ffb2c0c
PE
31272011-01-31 Eli Zaretskii <eliz@gnu.org>
3128
3129 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
3130 $(BLD)/time_r.$(O).
3131 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
3132 $(EMACS_ROOT)/src/m/intel386.h.
3133 ($(BLD)/strftime.$(O)):
3134 ($(BLD)/time_r.$(O)): Define prerequisites.
3135
16fab143
PE
31362011-01-31 Paul Eggert <eggert@cs.ucla.edu>
3137
3138 src/emacs.c now gets version number from configure.in
3139 * configure.in (version): Set this from $PACKAGE_VERSION,
3140 which is set from AC_INIT, rather than scouting through src/emacs.c.
3141 * configure: Regenerate.
3142 * make-dist (version): Get it from configure.in, not src/emacs.c.
3143
16c3e636
PE
31442011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3145
3146 strftime: import from gnulib
3147 * Makefile.in (GNULIB_MODULES): Add strftime.
3148 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
3149 needed.
6ffb2c0c 3150 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 3151 Regenerate.
6ffb2c0c
PE
3152 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
3153 imported from gnulib.
16c3e636
PE
3154 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
3155 This incorporates many changes from gnulib, including simpler
3156 handling of multibyte formats, porting to mingw32 and other
3157 platforms, and support for higher-resolution time stamps.
3158 Emacs does not yet use the higher-resolution interface.
3159
3de84ad9
PE
31602011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3161
3162 gnulib: import mktime and move-if-change fixes from gnulib
3163
3164 * configure: Regenerate from the following.
3165
6ffb2c0c
PE
3166 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
3167
3168 mktime: clarify long_int width checking
3169 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
3170 the top level, to make it clearer that the assumption about
3171 long_int width is being checked. See
3172 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
3173
3de84ad9
PE
3174 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
3175
3176 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 3177 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
3178 negative number, which the C Standard says has undefined behavior.
3179 In practice this is not a problem, but might as well do it by the book.
3180 Reported by Rich Felker and Eric Blake; see
3181 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
3182 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
3183 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
3184
3185 mktime: #undef mktime before #defining it
3186 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
3187
3188 mktime: systematically normalize tm_isdst comparisons
3189 * lib/mktime.c (isdst_differ): New function.
3190 (__mktime_internal): Use it systematically for all isdst comparisons.
3191 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
3192 normalizing tm_isdst.
3193 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
3194 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
3195
3196 mktime: fix some integer overflow issues and sidestep the rest
3197
3198 This was prompted by a bug report by Benjamin Lindner for MinGW
3199 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
3200 His bug is due to signed integer overflow (0 - INT_MIN), and I
3201 I scanned through mktime.c looking for other integer overflow
3202 problems, fixing all the bugs I found.
3203
3204 Although the C Standard says the resulting code is still not safe
3205 in the presence of integer overflow, in practice it should be good
3206 enough for all real-world two's-complement implementations, except
3207 for debugging environments that deliberately trap on integer
3208 overflow (e.g., gcc -ftrapv).
3209
3210 * lib/mktime.c (WRAPV): New macro.
3211 (SHR): Also check that long_int and time_t shift right in the
3212 usual way, before using the fast-but-unportable method.
3213 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3214 used. The code already assumed two's complement, so there's
3215 no need to test for alternatives. All uses removed.
3216 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3217 the C standard. Problem reported by Rich Felker in
3218 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3219 (twos_complement_arithmetic): Also check long_int and time_t.
3220 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3221 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3222 (__mktime_internal): Avoid integer overflow with unary subtraction
3223 in two instances where -1 - X is an adequate replacement for -X,
3224 since the calculations are approximate.
3de84ad9
PE
3225
3226 2011-01-29 Eric Blake <eblake@redhat.com>
3227
3228 mktime: avoid infinite loop
3229 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3230 type; behavior is still undefined but portable to all known targets.
3231 Reported by Rich Felker.
3232
6ffb2c0c
PE
3233 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3234
3235 mktime: avoid problems on NetBSD 5 / i386
3236 * lib/mktime.c (long_int): New type. This works around a problem
3237 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3238 but time_t is 64 bits, and where I expect the existing code is
3239 wrong in some cases.
3240 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3241 (ydhms_diff): Bring back the compile-time check for wide-enough
3242 year and yday.
3243
3244 mktime: fix misspelling in comment
3245 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3246 This merges all recent glibc changes of importance.
3247
3de84ad9
PE
3248 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3249
3250 move-if-change: cope with concurrent mv of identical file.
3251 * move-if-change (CMPPROG): Accept environment
3252 variable as an override for `cmp'.
3253 (usage): Document CMPPROG.
3254 Adjust comparison to drop stdout. Cope with failure of mv if
3255 the target file exists and is identical to the source, for
3256 parallel builds.
3257 Report from H.J. Lu against binutils in PR binutils/12283.
3258
6ffb2c0c
PE
32592011-01-29 Eli Zaretskii <eliz@gnu.org>
3260
3261 * lib/makefile.w32-in:
3262 * lib/getopt_.h: New files.
3263
c7e95b91
PE
32642011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3265
3266 improve fix for MS-DOS file name clash
90eacf99 3267 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
3268 for portability to POSIX make. Reported by Bruno Haible.
3269 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3270 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3271 files from accumulating as garbage. Also reported by Bruno Haible.
3272
125c3718
PE
32732011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3274
3275 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3276 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3277 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3278 problems with MS-DOS 8+3 file name restrictions.
3279 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3280 it, it would also cause problems when extracting Emacs distribution
3281 tarballs on MS-DOS hosts.
3282 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 3283 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
3284 * config.guess, config.sub: Sync from gnulib.
3285 * m4/gnulib-cache.m4: Remove from repository.
3286 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3287
4004ef46
GM
32882011-01-25 Glenn Morris <rgm@gnu.org>
3289
0b5c5d82
GM
3290 * README: Add a note about ranges in copyright years.
3291
4004ef46
GM
3292 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3293
06d8ace5 32942011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
3295
3296 * configure.in: Add HP-UX on IA64 (Bug#6811).
3297
d6974efa
PE
32982011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3299
3300 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3301 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3302 as it is no longer needed.
6ffb2c0c 3303 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
3304 * configure.in: Invoke the new gnulib macro
3305 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3306 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3307 * m4/getopt.m4: Sync from gnulib; this removes the need for
3308 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3309 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3310 New macro, synced from gnulib.
3311 * m4/warn-on-use.m4: Remove.
3312
e02ea74b
PE
33132011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3314
3315 aclocal.m4: put this file back into repository
3316 This way, we don't have to assume that the maintainer has
3317 the automake package installed. See
3318 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3319 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3320 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3321 undoing the previous change.
3322 * aclocal.m4: New file (actually, resurrected).
3323
48dcd482
MB
33242011-01-22 Miles Bader <miles@gnu.org>
3325
3326 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3327 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3328 Emacs directly uses fontconfig, and breaks building when using a
3329 strict linker).
3330
925e561d
PE
33312011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3332
b06b1098
PE
3333 src/config.in: shrink slightly
3334 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3335 This makes src/config.in a bit smaller, by removing identifiers
3336 like GNULIB_TEST_MKTIME that Emacs does not need.
3337 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3338 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3339 Sync from gnulib. This removes a few more unnecessary symbols from
3340 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3341 * configure, src/config.in: Regenerate.
3342
925e561d
PE
3343 aclocal.m4: tweaks to regenerate more conveniently
3344 This attempts to act better when the source is in a weird state. See
3345 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3346 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3347 * .bzrignore: Add aclocal.m4.
3348
942be821
PE
33492011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3350
3351 aclocal.m4: omit auto-generated file from repository
3352 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3353 the most recent change here.
3354 * aclocal.m4: Remove from bzr repository. This file is
3355 auto-generated and isn't needed to run 'configure'. See
3356 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3357
0813c96e
PE
33582011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3359
3360 Minor Makefile.in tweaks to build from gnulib better.
3361 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3362 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3363 (top_maintainer_clean): Don't remove aclocal.m4.
3364
7cae64b4
PE
33652011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3366
53911e8f
PE
3367 Minor cleanups for 'bzr status'
3368 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3369 the output of config.guess.
3370 * Makefile.in (top_distclean): Remove stamp-h1 too.
3371
7cae64b4
PE
3372 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3373 defined if the compiler supports GCC-style __attribute__
3374 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3375 this syntax.
3376
a3e44e79 33772011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 3378
3cbecb8f
PE
3379 Makefile.in: tidy up the building of lib
3380 * Makefile.in (am--refresh): Mark as .PHONY.
3381 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3382 as they're not rebuilt unless you do a "make sync-from-gnulib"
3383 and the former is needed for "configure".
3384 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3385 has already removed lib/Makefile.
3386
ecbfcc83
PE
3387 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3388 This avoids building ftoastr and ldtoastr, which aren't needed. See
3389 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 3390
803059b9
PE
3391 * .bzrignore: Add .h files that are host-dependent.
3392 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3393 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3394 host-dependent and are built as part of an ordinary 'make', and
3395 should not be checked in.
3396
6ffb2c0c
PE
3397 * lib/Makefile.in: Regenerate.
3398 * lib/COPYING: New file, a copy of COPYING.
3399
2a78afcc 3400 * configure: Regenerate.
37564543
PE
3401 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3402
e275c824 3403 Regenerate.
6ffb2c0c
PE
3404 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3405 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3406 New files, copied from gnulib by gnulib-tool.
3407 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
3408 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3409 Regenerate.
ecbfcc83 3410
84bbb1ad
PE
3411 Use gnulib's getopt-gnu module.
3412 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3413 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3414 representative of the dependencies.
3415 * configure.in: Do not configure getopt, as gnulib does that now.
3416 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3417 getopt now, in lib.
ecbfcc83 3418
1fd182f0 3419 Regenerate.
6ffb2c0c
PE
3420 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3421 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
3422 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3423 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3424 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3425 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3426 * m4/wchar_t.m4, warn-on-use.h:
3427 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 3428 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3429 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3430 Regenerate.
3431
1e11dbe3
PE
3432 Use gnulib's mktime module.
3433 * Makefile.in (GNULIB_MODULES): Add mktime.
3434 * configure.in: Remove code no longer needed, as gnulib now does it.
3435 (AC_CHECK_FUNCS): Remove mktime.
3436 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3437 (__restrict): Remove, as this now gets in the way of the C99
3438 support for 'restrict' pulled in by the gnulib mktime module.
3439 Code should now use 'restrict' and not '__restrict".
3440 (mktime): Remove.
3441 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3442 and warn-on-use.h into the distribution.
1fd182f0
PE
3443
3444 Regenerate.
6ffb2c0c
PE
3445 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3446 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 3447 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
3448 * lib/dummy.c: Remove.
3449 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3450 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3451 Regenerate.
ecbfcc83 3452
1e11dbe3 3453 Use gnulib's ftoastr module.
fa2c4f56
PE
3454 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3455
743c80a7 3456 Regenerate.
6ffb2c0c
PE
3457 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3458 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
3459 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3460 New files, generated automatically, with 'make sync-from-gnulib'
3461 followed by 'make'.
3462 * configure, lisp/dired.el, src/config.in: Regenerate.
3463
9a514d4a
PE
3464 Automate syncing from gnulib.
3465 * INSTALL, README: Document new subdirectory 'lib'.
3466 * Makefile.in (SUBDIR): Add lib.
3467 (SUBDIR_MAKEFILES): Add lib/Makefile.
3468 (lib-src, src, TAGS, tags): Depend on lib.
3469 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3470 ($(gnulib_srcdir)): New rule.
3471 (sync-from-gnulib): New rule, which is .PHONY.
3472 (lib): New rule, which is like lib-src.
3473 (Makefile): Depend on lib/Makefile.in.
3474 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3475 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3476 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3477 (am--refresh): New rule, to pacify Automake.
3478 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3479 Clean lib, too.
3480 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3481 droppings.
3482 (maintainer-clean, extraclean): Use it.
3483 * configure.in: Initialize for automake and gnulib, by invoking
3484 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3485 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3486 more conveniently with automake.
6ffb2c0c 3487 * lib/Makefile.am: New file.
9a514d4a
PE
3488 * make-dist: Also put into the distribution aclocal.m4,
3489 compile, depcomp, missing, and the files under lib/.
3490
dc3e3e7b
GM
34912011-01-15 Glenn Morris <rgm@gnu.org>
3492
3493 * Makefile.in (epaths-force): No more arch-tag to edit.
3494
dab73760
CY
34952011-01-15 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3498
9f4b8b47
PE
34992011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3500
3501 * make-dist: Distribute test/ files too.
3502 Distribute every file under test/ that is under version control,
3503 using patterns like *.el to capture files that are added later.
3504 Without this change, "configure" would fail, because it would
3505 attempt to build from a Makefile.in that was not distributed.
3506
d221e780
CO
35072011-01-13 Christian Ohler <ohler@gnu.org>
3508
3509 * Makefile.in (INFO_FILES): Add ERT.
3510
3511 * Makefile.in (check): Run tests in test/automated.
3512
3513 * Makefile.in:
3514 * configure.in: Add test/automated/Makefile.
3515
bc5585d1
PE
35162011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3517
2b3f5bc8
PE
3518 * install-sh, mkinstalldirs, move-if-change: Update from master
3519 source in gnulib.
3520
bc5585d1
PE
3521 * config.guess, config.sub: Updated from master source.
3522
2018939f
AS
35232011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3524
3525 * configure.in: Check for __builtin_unwind_init.
3526
e5365138
GM
35272011-01-05 Glenn Morris <rgm@gnu.org>
3528
3529 * configure.in (HAVE_MAKEINFO): New output variable.
3530 (MAKEINFO): Reset to "makeinfo" if not found.
3531 * Makefile.in (install-arch-indep, info):
3532 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3533
4fc5868a
UM
35342010-12-29 Ulrich Mueller <ulm@gentoo.org>
3535
3536 * configure.in: Make gameuser configurable (Bug#7717).
3537
68251e16
GM
35382010-12-15 Glenn Morris <rgm@gnu.org>
3539
3540 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3541 long absent lib-src/fns-*.el.
3542
838db889
GM
35432010-12-11 Glenn Morris <rgm@gnu.org>
3544
3545 * make-dist: Exclude etc/*.pyc.
3546
fe646d2c
AS
35472010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3548
3549 * configure.in: Don't double machfile in final message.
3550
d96c83fa
CY
35512010-12-04 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * configure.in: Fix last change.
3554
d6a003a8
AS
35552010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3556
3557 * configure.in: Remove reference to removed machine description
90eacf99
SM
3558 files and allow $machine and $machfile to be empty.
3559 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 3560
067d23c9
KY
35612010-12-03 Glenn Morris <rgm@gnu.org>
3562
3563 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3564
35652010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3566
3567 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3568 (EXTERNALLY_VISIBLE): New definition.
3569
35702010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3571
3572 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3573
35742010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3575
3576 * configure.in: Do not check for unconditionally included headers.
3577
35782010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3581
35822010-11-09 Michael Albinus <michael.albinus@gmx.de>
3583
3584 * configure.in: Don't write a warning for D-Bus anymore.
3585
35862010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3587
3588 * configure.in: Fix indentation.
3589
35902010-10-31 Ken Brown <kbrown@cornell.edu>
3591
90eacf99
SM
3592 * configure.in (checking whether localtime caches TZ):
3593 Use unsetenv instead of modifying environment directly.
067d23c9
KY
3594
35952010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3596
3597 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3598 to avoid warning.
3599
36002010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3601
e9fce1ac 3602 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
3603
36042010-10-22 Glenn Morris <rgm@gnu.org>
3605
3606 * make-dist: Avoid listing .el files twice. Don't try to run
3607 autoconf if --no-update.
3608
36092010-10-20 Glenn Morris <rgm@gnu.org>
3610
3611 * make-dist: No longer create lisp/MANIFEST.
3612
36132010-10-14 Glenn Morris <rgm@gnu.org>
3614
3615 * BUGS, INSTALL.BZR, README: Updates.
3616
36172010-10-13 Glenn Morris <rgm@gnu.org>
3618
3619 * make-dist: Remove --compress. Check for the appropriate
3620 gzip-like executable, and if not found, don't compress.
3621 Check version number in README, don't change it.
3622 Use find for nt/inc/*.h.
3623
36242010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3625
90eacf99
SM
3626 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3627 Remove trailing / from directory names.
067d23c9
KY
3628
36292010-10-12 Glenn Morris <rgm@gnu.org>
3630
3631 * make-dist: Update and simplify.
3632
36332010-10-12 Eli Zaretskii <eliz@gnu.org>
3634
3635 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
3636
36372010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3638
3639 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3640
36412010-10-09 Glenn Morris <rgm@gnu.org>
3642
3643 * make-dist: No more doc/emacs/*.texi.in.
3644
3645 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3646
36472010-10-09 Glenn Morris <rgm@gnu.org>
3648
3649 * configure.in: Combine some conditionals.
3650
3651 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3652 * make-dist: Include doc/emacs/*.texi.in.
3653
3654 * INSTALL, make-dist: Remove references to b2m.
3655 * Makefile.in (MAN_PAGES): Remove b2m.1.
3656
36572010-10-05 Glenn Morris <rgm@gnu.org>
3658
3659 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
3660
36612010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3662
3663 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
3664
36652010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
3666
3667 * configure.in: Include stdlib.h and string.h unconditionally.
3668
36692010-09-29 Romain Francoise <romain@orebokech.com>
3670
3671 * configure.in: Don't enable ImageMagick unless HAVE_X11.
3672
36732010-09-28 Glenn Morris <rgm@gnu.org>
3674
3675 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
3676 happy.
3677
36782010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3679
3680 * configure.in: Enable imagemagick by default.
3681
36822010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3683
3684 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 3685 GnuTLS libraries.
067d23c9
KY
3686
36872010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3688
3689 * configure.in: Set up GnuTLS.
3690
36912010-09-22 Chong Yidong <cyd@stupidchicken.com>
3692
3693 * configure.in: Announce whether libxml2 is linked to.
3694
36952010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3696
3697 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
3698
36992010-09-18 Eli Zaretskii <eliz@gnu.org>
3700
3701 * config.bat: Detect that libxml2 is installed and if so, build
3702 with it.
3703
37042010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3705
3706 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
3707 be used. This fixes a conf problem on Mac OS X.
3708
37092010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3710
3711 * configure.in: Check for libxml2.
3712
37132010-09-09 Glenn Morris <rgm@gnu.org>
3714
3715 * make-dist: No more TODO files under lisp/.
3716
37172010-09-04 Eli Zaretskii <eliz@gnu.org>
3718
3719 * config.bat: Produce lisp/gnus/_dir-locals.el from
3720 lisp/gnus/.dir-locals.el.
3721
37222010-08-23 Andreas Schwab <schwab@linux-m68k.org>
3723
3724 * configure.in: Fix check for librsvg, imagemagick and
3725 MagickExportImagePixels.
3726
37272010-08-18 Joakim Verona <joakim@verona.se>
3728
3729 * Makefile.in, configure.in: Checks for ImageMagick.
3730
37312010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3732
3733 * configure.in (AC_PREREQ): Require autoconf 2.65.
3734
37352010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3736
3737 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
3738
37392010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3740
3741 * configure.in: Add AC_C_BIGENDIAN.
3742
37432010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3744
3745 * configure.in (ORDINARY_LINK): Use on hpux* too.
3746
37472010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3748
3749 * configure.in: Check for util.h.
3750 Use -Wimplicit-function-declaration if compiler supports it.
3751
37522010-08-05 Eli Zaretskii <eliz@gnu.org>
3753
3754 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
3755
37562010-08-04 Andreas Schwab <schwab@linux-m68k.org>
3757
3758 * configure.in: Restore accidentally removed use of
3759 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
3760
37612010-07-29 Chad Brown <yandros@mit.edu>
3762
3763 * configure.in: Check for dirent.h.
3764
37652010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3766
3767 * configure.in: Remove reference to usg5-4, unused.
3768
37692010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3770
3771 * configure.in: Check for __executable_start.
3772
37732010-07-24 Ken Brown <kbrown@cornell.edu>
3774
3775 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
3776
37772010-07-24 Juanma Barranquero <lekktu@gmail.com>
3778
3779 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
3780
37812010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
3782
3783 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
3784
37852010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3786
3787 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3788 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
3789 (C_OPTIMIZE_SWITCH): Remove.
3790 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
3791
37922010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3793
3794 * configure.in: Don't check for index and rindex, check for strchr
3795 and strrchr. Define strchr and strrchr as index and rindex,
3796 resp., in src/config.h if not available.
3797
37982010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * configure.in: Use -Wold-style-definition if available.
3801 This helps with the transition to standard C code, it can be
3802 removed when done.
3803
3804 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
3805
3806 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
3807 and MSWindows.
3808
38092010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3810
3811 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
3812 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
3813
38142010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3815
3816 * configure.in (getenv): Remove K&R declaration.
3817
38182010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3819
3820 * configure.in: Remove define __P.
3821
38222010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3823
3824 * configure.in (--enable-use-lisp-union-type): New flag.
3825
38262010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3827
3828 Fix CFLAGS for non-GCC compilers.
3829 * configure.in (CFLAGS): Always use -g like it was done before the
3830 2010-03-30 change.
3831 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
3832 (Bug#6538)
3833
38342010-06-30 Glenn Morris <rgm@gnu.org>
3835
3836 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
3837 Set with AC_DEFINE rather than AH_BOTTOM.
3838
3839 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
3840 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
3841 Set with shell, not cpp.
3842 (LIBX): Remove, just use -lX11 in the one place this was used.
3843 (cannot_dump): Replace with CANNOT_DUMP.
3844
38452010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3846
0a19a6f8 3847 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
3848 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
3849 by minimum required Gtk+ 2.6). Add checks for functions introduced
3850 in Gtk+ 2.14 or newer (bug#6505).
3851
38522010-06-26 Eli Zaretskii <eliz@gnu.org>
3853
3854 * config.bat: Remove white space around "+" in COPY commands.
3855
38562010-06-23 Glenn Morris <rgm@gnu.org>
3857
3858 * info/dir: Start descriptions in column 32, per Texinfo convention.
3859
38602010-06-16 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * INSTALL: Update font information (Bug#6389).
3863
38642010-06-16 Glenn Morris <rgm@gnu.org>
3865
3866 * INSTALL: General update.
3867
38682010-06-12 Glenn Morris <rgm@gnu.org>
3869
3870 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3871
38722010-06-11 Glenn Morris <rgm@gnu.org>
3873
3874 * configure.in (--without-compress-info): New option.
3875 (GZIP_INFO): New output variable.
3876
3877 * Makefile.in (GZIP_INFO): New, set by configure.
3878 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3879 Handle man pages in the same way.
3880
38812010-06-10 Glenn Morris <rgm@gnu.org>
3882
3883 * Makefile.in (install-arch-indep): Gzip the info files too.
3884
3885 * make-dist: Remove references to non-existent directories and files.
3886
38872010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3888
3889 * configure.in: Include <strings.h> and <string.h> instead of
3890 "strings.h" and "string.h".
3891
38922010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3893
3894 * configure.in: Remove code dealing with BSTRING.
3895
38962010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3897
3898 * configure.in (AC_PREREQ): Require autoconf 2.65.
3899
3900 * configure.in (unxec): Do not define and substitute.
3901 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3902
39032010-06-03 Glenn Morris <rgm@gnu.org>
3904
3905 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3906
39072010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3908
3909 Fix alloca definition when using gcc on non-gnu systems.
3910 * configure.in: Use the code sequence indicated by "info autoconf"
3911 for alloca (bug#6170).
3912
39132010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * .bzrignore: Ignore new files from trunk, which appear if you use
3916 colocated branches (i.e. "bzr switch").
3917
39182010-05-28 Glenn Morris <rgm@gnu.org>
3919
3920 * configure.in: Simplify some of the $canonical tests.
3921
39222010-05-27 Glenn Morris <rgm@gnu.org>
3923
3924 * config.bat: Do not preprocess src/Makefile.in.
3925
3926 * configure.in: Do not preprocess src/Makefile.in.
3927 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3928 (AC_EGREP_CPP): Test no longer needed.
3929
3930 * make-dist: No more Makefile.c files.
3931
39322010-05-26 Glenn Morris <rgm@gnu.org>
3933
3934 * configure.in (YMF_PASS_LDFLAGS): Remove.
3935 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3936
3937 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3938 Add $GNUSTEP_LOCAL_HEADERS.
3939 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3940
3941 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3942 (GNUSTEP_MAKEFILES): Remove.
3943 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3944 stuff to here.
3945
39462010-05-25 Glenn Morris <rgm@gnu.org>
3947
3948 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3949 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3950
3951 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3952 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3953 here instead.
3954
39552010-05-24 Romain Francoise <romain@orebokech.com>
3956
3957 * make-dist: Look for version in src/emacs.c.
3958 Use lisp/subr.el rather than lisp/version.el for location check.
3959
39602010-05-21 Glenn Morris <rgm@gnu.org>
3961
3962 * configure.in (MKDEPDIR): Parallel build tweak.
3963
3964 * configure.in (ns_frag): New output file.
3965
3966 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3967 (OLDXMENU_TARGET): Set to empty if USE_GTK.
3968
3969 * configure.in (cannot_dump): New output variable.
3970
39712010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3972
3973 * configure.in: On NetBSD, if terminfo is found, use it in
3974 preference to termcap. (Bug#6190)
3975
39762010-05-20 Glenn Morris <rgm@gnu.org>
3977
3978 * make-dist (src): Include *.mk.
3979 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3980 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3981 (deps_frag): New output file.
3982 (AUTO_DEPEND): Remove this definition.
3983
3984 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3985
39862010-05-19 Glenn Morris <rgm@gnu.org>
3987
3988 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3989 (ORDINARY_LINK): New AC_DEFINE.
3990 (LIB_GCC): No need to set if ORDINARY_LINK.
3991
39922010-05-18 Glenn Morris <rgm@gnu.org>
3993
3994 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3995 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3996
3997 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3998 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3999 (RALLOC_OBJ): New output variable.
4000
4001 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
4002 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
4003
40042010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * Makefile.in (src): Provide the name of the VCS file that witnesses
4007 a pull.
4008 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
4009
40102010-05-17 Glenn Morris <rgm@gnu.org>
4011
4012 * configure.in (OLDXMENU_DEPS): New output variable.
4013
40142010-05-16 Glenn Morris <rgm@gnu.org>
4015
4016 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
4017
4018 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
4019 * Makefile.in (install-arch-dep): Update for above change.
4020
4021 * Makefile.in (ns_appdir): Remove.
4022 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
4023
4024 * configure.in (TEMACS_LDFLAGS2): New output variable.
4025
4026 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
4027 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
4028 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
4029 nothing uses.
4030
40312010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
4032
4033 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
4034 does not use them.
4035 (X11R5_INHIBIT_I18N): Remove, unused.
4036
40372010-05-15 Glenn Morris <rgm@gnu.org>
4038
4039 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
4040
4041 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
4042
40432010-05-15 Ken Raeburn <raeburn@raeburn.org>
4044
4045 * configure.in: Look for version string in its new location.
4046
40472010-05-15 Eli Zaretskii <eliz@gnu.org>
4048
4049 * config.bat: Remove support for DJGPP v1.x.
4050
40512010-05-15 Glenn Morris <rgm@gnu.org>
4052
4053 * configure.in (OLDXMENU_TARGET): New output variable.
4054
4055 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
4056
4057 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
4058 and other files that no longer exist.
4059
40602010-05-14 Glenn Morris <rgm@gnu.org>
4061
4062 * configure.in (cpp_undefs): Add mktime, register, X11.
4063
4064 * configure.in (GPM_MOUSE_SUPPORT): Remove.
4065 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
4066 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
4067
4068 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
4069 (GNUSTEP_MAKEFILES): Do not output.
4070
40712010-05-13 Glenn Morris <rgm@gnu.org>
4072
4073 * configure.in: Fix some paren typos.
4074
4075 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
4076
4077 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
4078
40792010-05-12 Glenn Morris <rgm@gnu.org>
4080
4081 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
4082
4083 * configure.in (LIB_GCC): New output variable.
4084
40852010-05-11 Glenn Morris <rgm@gnu.org>
4086
4087 * make-dist (msdos): No more mainmake.
4088
4089 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
4090 * config.bat: Do not run cpp on lib-src/Makefile.in.
4091
4092 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
4093
40942010-05-10 Glenn Morris <rgm@gnu.org>
4095
4096 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
4097
4098 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
4099 (BLESSMAIL_TARGET): New output variable.
4100
41012010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
4102
4103 * INSTALL: Fix typos.
4104
41052010-05-08 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * configure.in: Add check for buggy version of GCC (Bug#6031).
4108
41092010-05-08 Glenn Morris <rgm@gnu.org>
4110
4111 * configure.in (HAVE_LIBNCURSES): New local variable.
4112 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
4113 replacing cpp in src/s/*.h and src/Makefile.in.
4114
41152010-05-07 Chong Yidong <cyd@stupidchicken.com>
4116
4117 * Version 23.2 released.
4118
41192010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * configure.in: Add tests for `isnan' and `copysign'.
4122
41232010-05-07 Eli Zaretskii <eliz@gnu.org>
4124
4125 * config.bat: Allow for 2 leading `#'s in comments in
4126 src/Makefile.in.
4127
41282010-05-07 Glenn Morris <rgm@gnu.org>
4129
4130 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
4131 Merges logic from src/s/* and src/Makefile.in.
4132 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4133
41342010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4135
4136 Define START_FILES and LIB_STANDARD using autoconf.
4137 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
4138 here from src/s/*.h.
4139 (HAVE_CRTIN): Remove, inline logic in the netbsd
4140 START_FILES/LIB_STANDARD computation.
4141
41422010-05-06 Glenn Morris <rgm@gnu.org>
4143
4144 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
4145
4146 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
4147 (LD_SWITCH_X_SITE): Remove unused variables.
4148
41492010-05-04 Glenn Morris <rgm@gnu.org>
4150
4151 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
4152 as well.
4153 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
4154
4155 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
4156
4157 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
4158 variables, replacing c_switch_machine, c_switch_system.
4159 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
4160 @c_switch_system@.
4161
41622010-05-03 Glenn Morris <rgm@gnu.org>
4163
4164 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
4165
4166 * make-dist: There are no more src/m/*.inp files.
4167
41682010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4169
4170 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
4171 (ac_link): Do not use ld_switch_machine.
4172
41732010-05-01 Glenn Morris <rgm@gnu.org>
4174
4175 * configure.in (OTHER_OBJ): Remove.
4176 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
4177
41782010-04-30 Glenn Morris <rgm@gnu.org>
4179
4180 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
4181 Elsewhere, maybe include it.
4182
4183 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
4184 (OLDXMENU, LIBXMENU): New output variables.
4185
4186 * configure.in (OTHER_OBJ): New output variable.
4187
41882010-04-28 Glenn Morris <rgm@gnu.org>
4189
4190 * configure.in (CYGWIN_OBJ): New output variable.
4191
4192 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
4193
4194 * configure.in (FONT_OBJ): New output variable.
4195
4196 * configure.in (LIBXMU): New output variable.
4197
4198 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
4199
4200 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
4201 userland and maybe change values to i386 (move test from s/amdx86-64.h).
4202
42032010-04-27 Glenn Morris <rgm@gnu.org>
4204
4205 * configure.in (LIBXTR6): New output variable. Move unixware special
4206 case here from src/s/unixware.h.
4207
4208 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
4209 in Makefiles.
4210 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
4211
4212 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4213 (LIBXP): No longer substitute in Makefiles.
4214 (MOTIF_LIBW): New output variable. Move system-specific settings here
4215 from src/s files.
4216
42172010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 Reduce CPP usage.
4220 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4221 (unexec): Define unconditionally, all platforms define
4222 UNEXEC. AC_SUBST it.
4223 (UNEXEC_SRC): Remove, unused.
4224 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4225
42262010-04-27 Glenn Morris <rgm@gnu.org>
4227
4228 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4229 replaced by LIBXP.
4230
4231 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4232 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4233 On hpux10-20, default to /lib.
4234
4235 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4236
42372010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4238
4239 * configure.in (LIBS_MACHINE): Remove, unused.
4240
4241 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4242
42432010-04-24 Glenn Morris <rgm@gnu.org>
4244
4245 * configure.in (CRT_DIR): New output variable.
4246 (--with-crt-dir): New option. (Bug#5655)
4247 (HAVE_LIB64_DIR): Remove.
4248
42492010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4250
4251 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4252
42532010-04-22 Miles Bader <miles@gnu.org>
4254
4255 * configure.in: Get rid of "unix" pre-defined macro when
4256 preprocessing Makefile. (Bug#5857)
4257
42582010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4259
4260 Avoid non-portable shell command negation
4261 * configure.in: Revert last change.
4262
42632010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4264
4265 * configure.in: Change "if test ! -f" to "if ! test -f".
4266
42672010-04-21 Glenn Morris <rgm@gnu.org>
4268
4269 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4270 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4271
42722010-04-21 Karel Klíč <kklic@redhat.com>
4273
4274 * configure.in: New option: --with(out)-selinux, on by default.
4275 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4276 LIBSELINUX_LIBS in Makefiles.
4277
42782010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4279
4280 * configure.in: Remove all references to LIBX11_SYSTEM.
4281
42822010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4283
4284 * configure.in: Remove all references to C_DEBUG_SWITCH.
4285
42862010-03-27 Eli Zaretskii <eliz@gnu.org>
4287
4288 * config.bat <lib-src>: Edit out lines that begin with several #
4289 characters.
4290
42912010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4292
4293 * configure.in: Remove support for old UNIX System V systems and
4294 for Unixware on non-x86 machines.
4295
4296 * configure.in: Remove support for Solaris on PPC and for old versions.
4297
4298 * configure.in: Remove non-working lynxos port.
4299
43002010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4301
4302 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4303
43042010-03-19 Glenn Morris <rgm@gnu.org>
4305
4306 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4307 happy.
4308
43092010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4310
4311 * configure.in: Check for tputs and friends, abort if not
4312 found (bug#5735).
4313
43142010-03-18 Glenn Morris <rgm@gnu.org>
4315
4316 * configure.in (--with-x-toolkit): In the help text, say which options
4317 are synonyms.
4318
4319 * configure.in (--with-mmdf, --with-mail-unlink):
4320 New options, off by default.
4321 (--with-mailhost): New option to set default POP host.
4322 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4323 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4324 New variables, substituted in Makefiles.
4325 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4326 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4327 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4328 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4329 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4330
43312010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4332
4333 * Makefile.in (uninstall): Handle the case where archlibdir does not
4334 exist. (Bug#5720)
4335
43362010-03-12 Eli Zaretskii <eliz@gnu.org>
4337
75f1671a 4338 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
4339 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4340
4341 * configure: Regenerated.
4342
43432010-03-10 Chong Yidong <cyd@stupidchicken.com>
4344
4345 * Branch for 23.2.
4346
43472010-01-31 Juri Linkov <juri@jurta.org>
4348
4349 * .bzrignore: Add TAGS-LISP.
4350
43512010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4352
4353 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4354 this header file).
4355
43562010-01-12 Juanma Barranquero <lekktu@gmail.com>
4357
4358 * .bzrignore: Ignore all .exe, instead of individual files.
4359
43602010-01-12 Chong Yidong <cyd@stupidchicken.com>
4361
4362 * configure.in: Explicitly check for and link to -lXrender.
4363
43642010-01-12 Glenn Morris <rgm@gnu.org>
4365
4366 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4367 for bug reports for development versions.
4368
43692010-01-02 Eli Zaretskii <eliz@gnu.org>
4370
4371 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4372 build.
4373
43742009-12-27 Karl Fogel <kfogel@red-bean>
4375
4376 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4377 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4378
43792009-12-17 Glenn Morris <rgm@gnu.org>
4380
4381 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4382
43832009-12-15 Glenn Morris <rgm@gnu.org>
4384
4385 * info/dir: Add EDT entry.
4386 * Makefile.in (INFO_FILES): Add edt.
4387
43882009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4389
1154d12e 4390 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
4391
43922009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4393
4394 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4395
43962009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4397
4398 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4399
44002009-12-01 Glenn Morris <rgm@gnu.org>
4401
4402 * make-dist: Add etc/images/mpc directory.
4403
44042009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4405
4406 * configure.in: Don't check for GConf unless X is used.
4407
44082009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4409
4410 * configure.in: Use -Wdeclaration-after-statement if available.
4411
44122009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4413
4414 * configure.in: New option: --with(out)-gconf.
4415 Set HAVE_GCONF if we find gconf.
4416
44172009-11-17 Glenn Morris <rgm@gnu.org>
4418
4419 * Makefile.in (INFO_FILES): Add semantic.
4420
44212009-11-16 Chong Yidong <cyd@stupidchicken.com>
4422
4423 * info/dir: Add Semantic.
4424
44252009-11-16 Glenn Morris <rgm@gnu.org>
4426
4427 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4428 pattern, so as not to exclude makefile*.el. (Bug#4912)
4429
44302009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4431
4432 * configure.in: --enable-autodepend is new. Check for GNU Make
4433 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4434 gcc and GNU make to generate dependencies.
4435
44362009-10-27 Glenn Morris <rgm@gnu.org>
4437
4438 * make-dist: Make links to doc/lispintro/*.pdf.
4439
44402009-10-23 Jim Meyering <meyering@redhat.com>
4441
4442 * configure.in: Invoke $CPP with -P when creating Makefile and
4443 src/Makefile. Without this, gcc 4.4.2 converts each
4444 backslash-newline pair in the input to a bare newline, yielding
4445 invalid Makefiles.
4446
4447 * configure: Regenerate.
4448
44492009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4450
4451 * configure.in (vax-dec-vms): Remove, not supported anymore.
4452
44532009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4454
4455 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4456 (*-apple-darwin*): Add x86_64 architecture.
4457
44582009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4459
4460 * config.guess, config.sub: Updated from master source.
4461
44622009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4463
4464 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4465
44662009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4467
4468 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4469
44702009-09-29 Glenn Morris <rgm@gnu.org>
4471
4472 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4473
44742009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4475
4476 * config.guess, config.sub: Updated from master source.
4477
4478 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4479
44802009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4481
4482 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4483
44842009-09-13 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * INSTALL: Update URL for GNU FreeFont.
4487
44882009-09-09 Glenn Morris <rgm@gnu.org>
4489
4490 * Makefile.in (install-arch-indep): Don't recursively change perms of
4491 site-lisp and infodir. There may be non-Emacs files in here, and the
4492 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4493 (mkdir): Set umask to world-readable before creating directories.
4494 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4495
44962009-08-29 Glenn Morris <rgm@gnu.org>
4497
4498 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4499 (info): Don't give an error in the absence of makeinfo - let the doc
4500 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4501
45022009-08-23 Ken Raeburn <raeburn@raeburn.org>
4503
4504 * Makefile.in (install-arch-indep): If the versioned DOC-####
4505 generated during loadup+dump isn't found, install the plain DOC
4506 file that always gets generated, in case CANNOT_DUMP is set.
4507
4508 * configure.in: Warn if package version specified here doesn't
4509 match the version in version.el.
4510 * configure: Regenerate.
4511
45122009-08-22 Michael Albinus <michael.albinus@gmx.de>
4513
4514 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4515
4516 * configure: Regenerate.
4517
45182009-08-19 Glenn Morris <rgm@gnu.org>
4519
4520 * INSTALL: Remove reference to cvtmail.
4521
45222009-08-15 CHENG Gao <chenggao@gmail.com>
4523
4524 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4525
45262009-08-02 Kevin Ryde <user42@zip.com.au>
4527
4528 * INSTALL: Fix free fonts URL.
4529
45302009-07-22 Glenn Morris <rgm@gnu.org>
4531
4532 * configure.in (AC_PREREQ): Require autoconf 2.62.
4533
45342009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4535
4536 * configure.in (--enable-checking, --enable-profiling):
4537 Use AS_HELP_STRING.
4538
45392009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4540
4541 * configure.in (--enable-profiling): New option.
4542 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4543
45442009-06-27 Glenn Morris <rgm@gnu.org>
4545
4546 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4547
45482009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4549
4550 * configure.in (--enable-checking): New option.
4551
45522009-06-24 Glenn Morris <rgm@gnu.org>
4553
4554 * make-dist: Warn if subdir does not exist in source.
4555 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4556 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4557 No longer make links.
4558
45592009-06-24 Yavor Doganov <yavor@gnu.org>
4560
4561 * make-dist (tempdir): Don't create directories preferences.gorm
4562 and preferences.nib, they are no longer required.
4563
45642009-06-21 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * Branch for 23.1.
4567
45682009-06-12 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * configure.in: Delete mac-fix-env target, which has been
4571 removed (Bug#3531).
4572
45732009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4574
1154d12e 4575 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
4576
45772009-05-05 Per Starbäck <per@starback.se> (tiny change)
4578
4579 * BUGS: Use new binding of view-emacs-problems.
4580
c7015153 45812009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
4582
4583 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4584 for Solaris compatibility.
4585
45862009-04-25 Chong Yidong <cyd@stupidchicken.com>
4587
4588 * configure: Regenerate.
4589
4590 * configure.in: Disable use of FreeType without libXft.
4591
45922009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4593
4594 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4595 Check if it is declared in gtk.h.
4596
45972009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4598
4599 * Makefile.in (install-arch-indep): Remove .gitignore files.
4600
46012009-04-03 Kenichi Handa <handa@m17n.org>
4602
4603 * INSTALL: Make the section "Complex Text Layout support
4604 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4605
46062009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4607
4608 * configure.in (rs6000-ibm-aix6*): Fix typo.
4609
46102009-03-04 Glenn Morris <rgm@gnu.org>
4611
4612 * Makefile.in (INFO_FILES): Add auth.
4613
46142009-03-03 Glenn Morris <rgm@gnu.org>
4615
4616 * info/dir: Add Auth-source.
4617
46182009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4621 the second.
4622
46232009-02-28 Eli Zaretskii <eliz@gnu.org>
4624
4625 * config.bat: Copy .dbxinit to _dbxinit.
4626
4627 * make-dist (Making links to `info'): Remove .gitignore.
4628
46292009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * Makefile.in (lib-src, lisp): Use simpler rule.
4632 (src): Be more specific to avoid recompiling all the .elc files just
4633 because the bootstrap-emacs is missing.
4634
46352009-02-26 Chong Yidong <cyd@stupidchicken.com>
4636
4637 * configure.in: Require librsvg >= 2.11.
4638
46392009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4640
4641 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4642 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4643
46442009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4645
4646 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4647
46482009-02-03 Glenn Morris <rgm@gnu.org>
4649
4650 * make-dist: Add some missing files, remove some that are no longer
4651 present.
4652
46532009-02-02 Glenn Morris <rgm@gnu.org>
4654
4655 * make-dist: Add some missing nextstep/ files.
4656
46572009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
4658
4659 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
4660
46612009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4662
4663 * configure.in: Add support for m68k-*-netbsd.
4664
46652009-01-14 Juri Linkov <juri@jurta.org>
4666
4667 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
4668
4669 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
4670 and bug-reference-mode.
4671
46722009-01-11 Juri Linkov <juri@jurta.org>
4673
4674 * INSTALL.CVS: Move configuration explicitly to the first step.
4675
46762009-01-09 Glenn Morris <rgm@gnu.org>
4677
4678 * .dir-locals.el: Don't set indent-tabs-mode.
4679
46802008-12-30 Kenichi Handa <handa@m17n.org>
4681
4682 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
4683 the function OTF_get_variation_glyphs.
4684
46852008-12-30 Jan Djärv <jan.h.d@swipnet.se>
4686
4687 * Makefile.in (install-arch-dep): Remove old directories in
4688 ns_app* before moving new directories there.
4689
46902008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
4691
4692 * .dir-locals.el: Remove non-working entry for pmail.
4693 (fill-column): Fix typo.
4694 (change-log-mode): Add fill column.
4695
46962008-12-26 Eli Zaretskii <eliz@gnu.org>
4697
4698 * config.bat: Produce _dir-locals.el from .dir-locals.el.
4699
47002008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4701
4702 * make-dist (tempdir): Distribute .dir-locals.el.
4703
4704 * .dir-locals.el: New file.
4705
47062008-12-19 Eli Zaretskii <eliz@gnu.org>
4707
4708 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
4709 for rationale.
4710
47112008-12-13 Glenn Morris <rgm@gnu.org>
4712
4713 * Makefile.in (install-arch-indep): Add new man-pages.
4714 (manext): Remove variable.
4715 (MAN_PAGES): New variable.
4716 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
4717 and remove.
4718 (uninstall): Remove desktop file and icons, game scores if empty.
4719
47202008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4721
4722 * config.guess, config.sub: Updated from master source.
4723
47242008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4725
4726 * Makefile.in (install-arch-indep): Install ebrowse.1.
4727
47282008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4729
4730 * configure.in: Add Solaris on x86_64.
4731
47322008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4733
4734 * config.guess, config.sub: Updated from master source.
4735
47362008-12-08 Eli Zaretskii <eliz@gnu.org>
4737
4738 * info/dir: Fix last change.
4739
47402008-12-07 Eli Zaretskii <eliz@gnu.org>
4741
4742 * info/dir: Untabify.
4743
47442008-11-28 Ulrich Mueller <ulm@gentoo.org>
4745
4746 * configure.in: Fix last change.
4747
47482008-11-28 Richard M Stallman <rms@gnu.org>
4749
4750 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
4751 New configurations.
4752
47532008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
4754
4755 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4756 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
4757
47582008-11-15 Eli Zaretskii <eliz@gnu.org>
4759
4760 * Makefile.in (INFO_FILES): Remove ns-emacs.
4761
4762 * info/dir (NS-Emacs): Remove entry.
4763
47642008-11-08 Eli Zaretskii <eliz@gnu.org>
4765
4766 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
4767
47682008-11-07 Glenn Morris <rgm@gnu.org>
4769
4770 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
4771
47722008-10-31 Eli Zaretskii <eliz@gnu.org>
4773
4774 * config.bat: Tell user to expect one "File not found" message
4775 while the `doc' directory is being configured.
4776
47772008-10-30 Chong Yidong <cyd@stupidchicken.com>
4778
4779 * update-subdirs: Put obsolete directory last.
4780
47812008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4782
4783 * configure.in: Check fontconfig always.
4784
47852008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4786
4787 * configure (*-solaris2.[7-9]*): Fix typo.
4788
47892008-10-24 Glenn Morris <rgm@gnu.org>
4790
4791 * configure.in (--without-sync-input, --with-pkg-config-prog):
4792 Help strings start with lower case.
4793 (--with-gnustep-conf): New option.
4794 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
4795
47962008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
4797
4798 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
4799 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
4800 is not found. (Bug#1230)
4801
48022008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4803
4804 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
4805 Use sol2-6.h for Solaris 7-9.
4806
48072008-10-18 Ulrich Mueller <ulm@gentoo.org>
4808
4809 * configure.in: Add support for GNU/Linux on SuperH.
4810
48112008-10-12 Andreas Schwab <schwab@suse.de>
4812
4813 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
4814
1a71cb28 48152008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
4816
4817 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
4818 "X") to avoid confusion.
4819
4820 * configure: Regenerate.
4821
48222008-09-07 Romain Francoise <romain@orebokech.com>
4823
4824 * make-dist: Distribute doc/man/ChangeLog.
4825
48262008-08-28 Chong Yidong <cyd@stupidchicken.com>
4827
4828 * configure.in: Disable XFT and Freetype when without X.
4829
4830 * configure: Regenerate.
4831
48322008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4833
4834 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
4835
48362008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4837
90eacf99
SM
4838 * configure.in (GNUSTEP_SYSTEM_HEADERS):
4839 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
4840
4841 * configure: Regenerate.
4842
48432008-08-20 Eli Zaretskii <eliz@gnu.org>
4844
4845 * configure.in: Move "#define subprocesses" before
4846 config_opsysfile is included.
4847
48482008-08-19 Kenichi Handa <handa@m17n.org>
4849
4850 * INSTALL (Extra fonts): Mention local fonts, don't mention
4851 mule-unicode.
4852
48532008-08-16 Chong Yidong <cyd@stupidchicken.com>
4854
4855 * make-dist: Omit info/.arch-inventory.
4856
48572008-08-16 Jason Rumney <jasonr@gnu.org>
4858
4859 * make-dist (tempdir/nt): Link emacsclient.rc.
4860
48612008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4862
4863 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4864 AC_SUBST it.
4865 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4866 AC_SUBST it.
4867 (OTHER_FILES): Always define for HAVE_NS.
4868 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4869 * configure: Regenerate.
4870
48712008-08-07 Andreas Schwab <schwab@suse.de>
4872
4873 * configure.in: Correctly handle
4874 --enable-cocoa-experimental-ctrl-g=no and
4875 --enable-ns-self-contained=yes.
4876
48772008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4878
4879 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
4880 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
4881 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
4882
48832008-08-06 Andreas Schwab <schwab@suse.de>
4884
4885 * configure.in: Fix quoting.
4886
48872008-08-06 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4890
48912008-08-05 Ulrich Mueller <ulm@gentoo.org>
4892
4893 * configure.in: Add checks for krb5_error.text and
4894 krb5_error.e_text struct members.
4895
48962008-08-04 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * configure.in: Test for existence of NSInteger.
4899 Suggested by Yavor Doganov.
4900
49012008-08-02 Romain Francoise <romain@orebokech.com>
4902
4903 * Makefile.in (INFO_FILES): Add mairix-el.
4904
49052008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4906
4907 * make-dist:
4908 * README: Remove VMS support.
4909 * vms: Remove directory.
4910
49112008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4912
4913 * configure.in (MULTI_KBOARD): Remove.
4914
49152008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4916
4917 * configure.in (DO_BLOCK_INPUT): Remove, unused.
4918
49192008-07-29 Chong Yidong <cyd@stupidchicken.com>
4920
4921 * info/dir (File): Add mairix-el.
4922
49232008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4924
4925 Remove support for Mac Carbon.
4926 * mac: Remove directory.
4927 * make-dist:
4928 * configure.in:
4929 * README:
4930 * Makefile.in:
4931 * INSTALL: Remove code for Carbon.
4932 * configure: Regenerate.
4933
49342008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4935
4936 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4937
49382008-07-25 Chong Yidong <cyd@stupidchicken.com>
4939
4940 * configure.in: Check for getrlimit.
4941
4942 * configure: Regenerate.
4943
49442008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4945
4946 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4947 in src/Makefile.in.
4948 (static): Remove, autoconf would always comment it out anyway.
4949 (subprocesses): Define unconditionally.
4950
49512008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
4952
4953 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4954 compilation under GNUstep.
4955
49562008-07-18 Kenichi Handa <handa@m17n.org>
4957
4958 * INSTALL (Complex Text Layout support libraries): Delete the
4959 paragraph about --enable-font-backend.
4960
49612008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4962
4963 * configure.in: Print out some info to user for NeXTstep builds.
4964 (ns-app): Remove enable option.
4965 (ns-self-contained): Add enable option.
4966 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4967 GNUstep, use to set install prefixes, and substitute in Makefiles.
4968 * configure: Regenerate.
4969 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4970 NS app bundle.
4971
49722008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4975
49762008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4977
4978 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4979 NS_IMPL_COCOA.
4980
49812008-07-16 Glenn Morris <rgm@gnu.org>
4982
4983 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4984 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4985 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4986 never unset.
4987
4988 * make-dist: Add nextstep/ directories.
4989 (src, lib-src): Add .m files.
4990
49912008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4992
4993 * configure.in (freebsd, kfreebsd): Undo part of previous change.
4994 (USER_FULL_NAME): Remove, not used anymore.
4995 * configure: Regenerate.
4996
49972008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4998
4999 Changes and additions for NeXTstep windowing system (Cocoa and
5000 GNUstep) support.
5001
5002 * configure.in: Add support for NS window system: --with-ns (default
5003 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
5004 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
5005 disable font backend if window system is "none", not if !HAVE_X11.
5006 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
5007 (install-arch-dep): Add commands to assemble NS .app package.
5008
50092008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
5010
5011 * configure.in: Use macppc for Darwin. Remove references to
5012 desupported systems.
5013 * configure: Regenerate.
5014
50152008-07-05 Glenn Morris <rgm@gnu.org>
5016
5017 * make-dist (EMACS): Doc fix.
5018 (lisp): There are no *.dat or image files here any more.
5019 (src): There are no *.s files here any more.
5020 (etc/images, etc/images/*): Link to most regular files.
5021
50222008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5023
5024 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
5025
50262008-07-01 Glenn Morris <rgm@gnu.org>
5027
5028 * configure.in (cpp_undefs): Rename from `undefs', update uses.
5029 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
5030 and explicitly export there. (Bug#507.)
5031
50322008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5033
5034 * configure.in:
5035 * configure: Remove references to obsolete systems.
5036
50372008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * Makefile.in (Makefile): Use it for its timestamp value as well, and
5040 make it depend on all other */.in files.
5041 (src/Makefile, src/config.stamp, lib-src/Makefile)
5042 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
5043 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
5044 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
5045 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
5046
5047 * configure.in: Don't create src/config.stamp any more.
5048
50492008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5050
5051 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
5052
50532008-06-22 Glenn Morris <rgm@gnu.org>
5054
5055 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
5056
50572008-06-21 Romain Francoise <romain@orebokech.com>
5058
5059 * Makefile.in (INFO_FILES): Add sasl.
5060
50612008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5062
5063 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
5064 (bootstrap-build): Remove.
5065 (top_bootclean): New var.
5066 (top_distclean, bootstrap-clean): Use it.
5067 (bootstrap): Don't recheck config. Make normally.
5068
50692008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5070
5071 * Makefile.in (SUBDIR): Include `lisp'.
5072 (lisp): Depend on `src'.
5073 (top_distclean): Don't remove config.status.
5074 (bootstrap-clean): New target.
5075 (maintainer-clean): Use it.
5076 (bootstrap): Use bootstrap-clean. Re-run config.status.
5077 (src/bootstrap-emacs${EXEEXT}): New target.
5078 (bootstrap-build): Use it. Don't use bootstrap-prepare because
5079 src/Makefile now takes care of it.
5080 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
5081
50822008-06-15 Glenn Morris <rgm@gnu.org>
5083
5084 * info/dir: Add sasl.
5085
50862008-06-09 Alan Mackenzie <acm@muc.de>
5087
5088 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
5089
50902008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
5091
5092 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
5093
50942008-06-07 Glenn Morris <rgm@gnu.org>
5095
5096 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
5097 serve no purpose.
5098
50992008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
5102 * configure: Regenerate.
5103
51042008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * update-subdirs: Don't touch subdirs.el if it is unchanged.
5107
51082008-05-14 Kenichi Handa <handa@m17n.org>
5109
5110 * configure: Regenerate.
5111
5112 * configure.in: Don't handle --disable-font-backend. Don't print
5113 a message about a font backend.
5114
51152008-05-09 Glenn Morris <rgm@gnu.org>
5116
5117 * configure.in: Make absence of makeinfo a fatal error only if the info
5118 files don't exist.
5119 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
5120
51212008-05-07 Eli Zaretskii <eliz@gnu.org>
5122
5123 * config.bat: Fix last change: don't use < and > in "rem" lines,
5124 they are interpreted as redirection by DOS shells.
5125
51262008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5127
5128 * configure.in: Check availability of AvailabilityMacros.h
5129 if HAVE_CARBON.
5130
5131 * configure: Regenerate.
5132
51332008-05-03 Glenn Morris <rgm@gnu.org>
5134
5135 * configure.in (x_libraries): Remove standard 64-bit directories -
5136 experimental workaround for minor autoconf bug.
5137
5138 * configure.in (--without-makeinfo): New option. If set,
5139 absence of suitable makeinfo is not a fatal error.
5140 * Makefile.in (MAKEINFO): New, set by configure.
5141 (install-arch-indep): Without makeinfo, ignore any missing manuals.
5142 (info-real): New target.
5143 (info): Without makeinfo, do nothing, else call `info-real'.
5144
51452008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5146
5147 * configure.in: Remove hpux10.20 from the desupported list.
5148
51492008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
5152
51532008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
5156 rather than change CPPFLAGS.
5157 (HAVE_GTK): Rename to USE_GTK.
5158
51592008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
5160
5161 * configure.in: Replace the obsolete macros AC_AIX and
5162 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
5163
51642008-04-05 Andreas Schwab <schwab@suse.de>
5165
5166 * configure.in: No longer create admin/unidata/Makefile.
5167
51682008-03-28 Andreas Schwab <schwab@suse.de>
5169
5170 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
5171 (lisp/Makefile): New rule.
5172
51732008-03-13 Glenn Morris <rgm@gnu.org>
5174
5175 * configure.in (AC_INIT): Fix version number.
5176 (sync-input): Reword the option, since it's on by default.
5177
51782008-03-11 Jan Djärv <jan.h.d@swipnet.se>
5179
5180 * configure.in: Add --enable-sync-input, default yes.
5181
51822008-03-11 Glenn Morris <rgm@gnu.org>
5183
5184 * Makefile.in (install-etc, mkdir): Handle directory
5185 etc/images/icons/hicolor/*/mimetypes/.
5186
5187 * make-dist: Handle icons/hicolor/scalable directory.
5188
51892008-03-05 Glenn Morris <rgm@gnu.org>
5190
5191 * configure.in: Enable font-backend by default.
5192 (USE_FONT_BACKEND): Set to "no" in absence of X.
5193 (PKG_CONFIG): Don't set multiple times, once is enough.
5194 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
5195
51962008-03-03 Glenn Morris <rgm@gnu.org>
5197
5198 * Makefile.in (iconsrcdir): New variable.
5199 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
5200 directory.
5201
52022008-02-29 Glenn Morris <rgm@gnu.org>
5203
5204 * test/: New directory.
5205
52062008-02-27 Jan Djärv <jan.h.d@swipnet.se>
5207
5208 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
5209
52102008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5211
5212 * configure.in: Print an error for systems that we think are obsolete
5213 and are proposed to be removed. Remove some more unused systems.
5214 Add support for powerpc-ibm-aix6*.
5215
52162008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 * configure.in: Remove references to obsolete variables and systems.
5219
52202008-02-21 Glenn Morris <rgm@gnu.org>
5221
5222 * Makefile.in (set_installuser): New.
5223 (install-arch-indep): Use set_installuser to avoid duplicate code.
5224
5225 * README.unicode: Split into admin/notes/unicode,font-backend and
5226 remove.
5227
52282008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5229
5230 * configure.in (arm*-*-freebsd*): Add.
5231
52322008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5233
5234 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5235 dealing with obsolete variables.
5236
52372008-02-08 Glenn Morris <rgm@gnu.org>
5238
5239 * Makefile.in (check-info-dir): New target.
5240
52412008-02-08 Michael Olson <mwolson@gnu.org>
5242
5243 * Makefile.in (INFO_FILES): Add epa.
5244
5245 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5246 features" section.
5247
52482008-02-06 Glenn Morris <rgm@gnu.org>
5249
5250 * configure.in (--with-gcc): Give an error saying this option has
5251 been removed.
5252 (--with-gtk): Remove this option.
5253
52542008-02-06 Tom Tromey <tromey@redhat.com>
5255
5256 * configure.in (--with-gcc): Remove.
5257 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5258
52592008-02-05 Ulrich Mueller <ulm@gentoo.org>
5260
5261 * INSTALL: Recommend giflib, not libungif.
5262
52632008-02-05 Tom Tromey <tromey@redhat.com>
5264
5265 * configure.in (--with-dbus): Default to enabled.
5266
52672008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5268
5269 * INSTALL (Complex Text Layout support libraries): New section.
5270
52712008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5272
5273 * make-dist: Remove references to files in mac/ that have been
5274 deleted.
5275
52762008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5277
5278 * configure.in: For libotf and m17n-flt checks, set shell vars
5279 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5280 pkg_check_m17n_flt, respectively, for the sake of the summary output.
5281 Reported by Ulrich Mueller.
5282
52832008-02-02 Eli Zaretskii <eliz@gnu.org>
5284
5285 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5286 admin/unidata/Makefile.in to Makefile.
5287
52882008-02-02 Glenn Morris <rgm@gnu.org>
5289
5290 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5291 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5292 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5293
52942008-02-01 Miles Bader <miles@gnu.org>
5295
5296 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5297 [libotf], and [m17n-flt] options.
5298
52992008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5300
5301 * configure.in: Add EMACS_ARG_N([libotf]...), and
5302 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5303 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5304 CFLAGS, and LIBS in checking of m17n-flt.
5305
53062008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5307
5308 * configure.in: Check the availability of m17n-flt library.
5309
53102008-02-01 Kenichi Handa <handa@m17n.org>
5311
5312 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5313 not available.
5314
53152008-02-01 Kenichi Handa <handa@m17n.org>
5316
5317 * configure.in: New args --enable-font-backend, --with-xft,
5318 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5319 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5320 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5321 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5322
53232008-02-01 Kenichi Handa <handa@m17n.org>
5324
5325 * make-dist: Include etc/charsets in tarball.
5326
53272008-02-01 Kenichi Handa <handa@m17n.org>
5328
5329 * configure.in: While running cpp on junk.c, include
5330 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5331 exists.
5332
53332008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5334
5335 * configure.in (xtensa): Match more configurations.
5336
53372008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5338
5339 * configure.in: Update comment.
5340
53412008-01-26 Glenn Morris <rgm@gnu.org>
5342
5343 * configure.in (--without-gcc): By default, neither off nor on.
5344 (--with-carbon): Tone down rhetoric in help text.
5345
53462008-01-25 Glenn Morris <rgm@gnu.org>
5347
5348 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5349 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5350 Default `Carbon' to off (it's unsupported).
5351
53522008-01-24 Glenn Morris <rgm@gnu.org>
5353
5354 * configure.in: Standardize dbus-related messages.
5355
53562008-01-23 Michael Olson <mwolson@gnu.org>
5357
5358 * configure.in (pkg-config-prog): Remove initial whitespace.
5359
53602008-01-23 Tom Tromey <tromey@redhat.com>
5361
5362 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5363 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5364 Update all users.
5365
53662008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5367
5368 * config.guess, config.sub: Updated from master source.
5369
53702008-01-17 Andreas Schwab <schwab@suse.de>
5371
5372 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5373
53742008-01-17 Glenn Morris <rgm@gnu.org>
5375
5376 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5377
53782008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5379
5380 * configure.in: Remove more references to unsupported systems.
5381
53822008-01-16 Sven Joachim <svenjoac@gmx.de>
5383
5384 * make-dist: Add --lzma.
5385
53862008-01-16 Glenn Morris <rgm@gnu.org>
5387
5388 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5389 configure checks for this.
5390
53912008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5392
5393 * configure.in: Remove more references to unsupported systems.
5394
53952008-01-06 Romain Francoise <romain@orebokech.com>
5396
5397 * configure.in: Delete extra semicolons.
5398
53992008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5400
5401 * configure.in: Remove references to unsupported systems.
5402
54032008-01-05 Romain Francoise <romain@orebokech.com>
5404
5405 * make-dist: Add --bzip2. Update copyright.
5406
54072008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5408
5409 * configure.in: Remove support for Masscomp.
5410
54112008-01-05 Glenn Morris <rgm@gnu.org>
5412
5413 * Makefile.in (desktopdir, icondir): New variables.
5414 (install-arch-indep): Also depend on `install-etc'.
5415 (install-etc): New target.
5416 (mkdir): Also create the `applications' and `icons' directories.
5417
54182008-01-04 Glenn Morris <rgm@gnu.org>
5419
5420 * make-dist: Update for new etc/images/icons/hicolor directory.
5421
54222007-12-09 Andreas Schwab <schwab@suse.de>
5423
5424 * configure.in: D-Bus is not enabled by default.
5425
54262007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5427
5428 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5429 change.
5430
54312007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5432
5433 * configure.in: Give package name and version to AC_INIT.
5434
54352007-12-03 Magnus Henoch <mange@freemail.hu>
5436
5437 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5438
54392007-12-03 Michael Albinus <michael.albinus@gmx.de>
5440
5441 * configure.in: No need for DBUS_INFO anymore.
5442
5443 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5444
54452007-12-02 Michael Albinus <michael.albinus@gmx.de>
5446
5447 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5448
5449 * Makefile.in (INFO_FILES): Add dbus.
5450
54512007-12-02 Romain Francoise <romain@orebokech.com>
5452
5453 * make-dist: Fix last change.
5454
54552007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5456
5457 * configure.in: Add support for gnu-kfreebsd.
5458
54592007-11-28 Glenn Morris <rgm@gnu.org>
5460
5461 * make-dist: Add etc/nxml.
5462
54632007-11-24 Romain Francoise <romain@orebokech.com>
5464
5465 * Makefile.in (INFO_FILES): Add nxml-mode.
5466
54672007-11-23 Romain Francoise <romain@orebokech.com>
5468
5469 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5470 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5471
54722007-11-20 Andreas Schwab <schwab@suse.de>
5473
5474 * configure.in: Always include <resolv.h> when checking for res_init.
5475
54762007-11-17 Andreas Schwab <schwab@suse.de>
5477
5478 * update-subdirs: Atomically update subdirs.el.
5479
54802007-11-17 Glenn Morris <rgm@gnu.org>
5481
5482 * Makefile.in (check-declare): New target.
5483
54842007-11-07 Glenn Morris <rgm@gnu.org>
5485
5486 * configure.in: Deprecate Mac Carbon port.
5487
54882007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5489
5490 * configure.in: Remove HAVE_X11R5 check.
5491
54922007-10-31 Glenn Morris <rgm@gnu.org>
5493
5494 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5495 when changing ownership of installed files.
5496
54972007-10-30 Glenn Morris <rgm@gnu.org>
5498
5499 * make-dist: Add new directory etc/gnus.
5500
55012007-10-30 Michael Olson <mwolson@gnu.org>
5502
5503 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5504
55052007-10-29 Glenn Morris <rgm@gnu.org>
5506
5507 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5508
55092007-10-23 Glenn Morris <rgm@gnu.org>
5510
5511 * MAINTAINERS: Move to admin/.
5512
55132007-10-17 Chong Yidong <cyd@stupidchicken.com>
5514
5515 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5516 (HAVE_LIBRESOLV): Also define if we are using res_init().
5517
55182007-10-17 Glenn Morris <rgm@gnu.org>
5519
5520 * FTP: Remove file, since it's just a duplicate of one in etc/.
5521
55222007-10-05 Eli Zaretskii <eliz@gnu.org>
5523
5524 * config.bat: Fix configuring `doc' due to changes in the
5525 directory structure.
5526
55272007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5528
5529 * configure.in: Don't use -lpthread on HP-UX.
5530
55312007-09-16 Glenn Morris <rgm@gnu.org>
5532
5533 * make-dist: File gfdl.1 has been removed.
5534
55352007-09-15 Glenn Morris <rgm@gnu.org>
5536
5537 * configure.in: Fix makeinfo version regexp.
5538
55392007-09-12 Glenn Morris <rgm@gnu.org>
5540
5541 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5542 implementation of alloca is not found.
5543
5544 * Makefile.in (SOURCES, unlock, relock): Delete.
5545 (install-arch-indep): Do not exclude the etc/ Makefiles.
5546
55472007-09-09 Juri Linkov <juri@jurta.org>
5548
5549 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5550
5551 * README: Add doc/ to documentation directories.
5552
55532007-09-08 Michael Olson <mwolson@gnu.org>
5554
5555 * MAINTAINERS: Add myself for ERC and tq.el.
5556 Update for new doc/ directory layout.
5557
55582007-09-06 Romain Francoise <romain@orebokech.com>
5559
5560 * make-dist: Update for new doc/ directory layout.
5561
55622007-09-06 Glenn Morris <rgm@gnu.org>
5563
5564 * Makefile.in (mansrcdir): New variable.
5565 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5566 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5567 update these targets for new doc/ directory layout.
5568 (doc/misc/Makefile): New target.
5569 (install-arch-indep): Use mansrcdir for new location of manpages.
5570 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5571 (relock, info, dvi): Update targets for new doc/ directory layout.
5572
5573 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5574 for new doc/ directory layout.
5575
55762007-09-02 Andreas Schwab <schwab@suse.de>
5577
5578 * configure.in: Use AS_HELP_STRING throughout.
5579 * configure: Regenerate.
5580
55812007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5582
5583 * configure.in: Require Gtk/Glib 2.6.
5584
55852007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5586
5587 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5588 Use them throughout in place of AC_ARG_WITH calls.
5589 * configure: Regenerate.
5590
55912007-09-01 Andreas Schwab <schwab@suse.de>
5592
5593 * configure.in: Put quotes around nested macro calls.
5594
55952007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5596
5597 * configure.in: Fix typo.
5598 * configure: Regenerate.
5599
56002007-08-30 Glenn Morris <rgm@gnu.org>
5601
5602 * configure.in (AH_BOTTOM): Copy some manual changes made to
5603 src/config.in here so they are not lost when it regenerates.
5604
5605 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5606
56072007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5608
5609 * README.multi-tty: New file.
5610
56112007-08-29 Glenn Morris <rgm@gnu.org>
5612
5613 * README: Increase version to 23.0.50.
5614
56152007-08-29 Jan Djärv <jan.h.d@swipnet.se>
5616
5617 * configure.in: New option: --without-xaw3d.
5618
56192007-08-24 Glenn Morris <rgm@gnu.org>
5620
5621 * configure.in: Check for a suitably recent makeinfo.
5622
56232007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5624
5625 * configure.in (Check for required libraries): Typo.
5626
56272007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5628
5629 * configure.in: Check librsvg2 also for Mac Carbon.
5630
56312007-08-22 Romain Francoise <romain@orebokech.com>
5632
5633 * make-dist: Follow reorganization of files in etc/.
5634
56352007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5636
5637 * configure.in: Add support for SVG images through librsvg2.
5638
56392007-07-28 Eli Zaretskii <eliz@gnu.org>
5640
5641 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5642 to avoid an error message if there is no DOC there.
5643
56442007-07-25 Glenn Morris <rgm@gnu.org>
5645
5646 * Relicense all FSF files to GPLv3 or later.
5647
5648 * COPYING, info/COPYING: Switch to GPLv3.
5649
56502007-06-20 Jan Djärv <jan.h.d@swipnet.se>
5651
5652 * configure.in: Complain if X seems to be installed but no
5653 development files were found.
5654
56552007-06-20 Glenn Morris <rgm@gnu.org>
5656
5657 * configure.in: Prefer libgif over libungif.
5658
56592007-06-14 Jan Djärv <jan.h.d@swipnet.se>
5660
5661 * configure.in: Check for all image libraries before exiting.
5662
56632007-06-13 Jan Djärv <jan.h.d@swipnet.se>
5664
5665 * configure.in: Exit with error if image libraries aren't found.
5666
56672007-06-13 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
5670 when compiling without scrollbars.
5671
56722007-06-12 Glenn Morris <rgm@gnu.org>
5673
5674 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
5675
56762007-06-11 Jan Djärv <jan.h.d@swipnet.se>
5677
5678 * configure.in: Change wording about yes/gtk and lucid/athena
5679 being synonyms.
5680
56812007-06-08 Glenn Morris <rgm@gnu.org>
5682
5683 * configure.in: Make gtk the default toolkit.
5684
56852007-06-07 Glenn Morris <rgm@gnu.org>
5686
5687 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
5688 for a Sun C compiler.
5689
5690 * Makefile.in (install-arch-indep): Install only the DOC- file
5691 specific to the build, if possible, rather than DOC-*.
5692
56932007-06-02 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * Version 22.1 released.
5696
56972007-05-25 Chong Yidong <cyd@stupidchicken.com>
5698
5699 * mkinstalldirs: Sync to version in automake CVS.
5700
57012007-05-22 Andreas Schwab <schwab@suse.de>
5702
5703 * configure.in: Prefer build_alias over host when host_alias is not set.
5704 * configure: Regenerate.
5705
57062007-05-20 Andreas Schwab <schwab@suse.de>
5707
5708 * configure.in: Remove empty AC_SUBST.
5709 * configure: Regenerate.
5710
57112007-05-20 Nick Roberts <nickrob@snap.net.nz>
5712
5713 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
5714 it like others.
5715 * configure: Regenerate.
5716
57172007-05-20 Nick Roberts <nickrob@snap.net.nz>
5718
5719 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
5720 (AC_CHECK_LIB): Add -lgpm.
5721 * configure: Regenerate.
5722
57232007-05-03 Glenn Morris <rgm@gnu.org>
5724
5725 * configure: Tweak message about the absence of shell functions.
5726
57272007-04-27 Andreas Schwab <schwab@suse.de>
5728
5729 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
5730
57312007-04-26 Glenn Morris <rgm@gnu.org>
5732
5733 * README: Increase version to 22.1.50.
5734
57352007-04-24 Juanma Barranquero <lekktu@gmail.com>
5736
5737 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
5738
57392007-04-19 Glenn Morris <rgm@gnu.org>
5740
5741 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
5742
57432007-04-18 Glenn Morris <rgm@gnu.org>
5744
5745 * INSTALL: Mention CPP.
5746
57472007-04-15 Glenn Morris <rgm@gnu.org>
5748
5749 * FTP: Replace with a pointer to the web version.
5750
57512007-04-13 Glenn Morris <rgm@gnu.org>
5752
5753 * INSTALL: In lib-src, timer, wakeup, yow are removed.
5754
57552007-04-04 Glenn Morris <rgm@gnu.org>
5756
5757 * configure.in (NON_GNU_CPP): Use associated preprocessor when
5758 compiling with Sun Studio on Solaris.
5759
57602007-03-23 Glenn Morris <rgm@gnu.org>
5761
5762 * configure.in: Restore support for hp800 (removed 2007-01-27)
5763 following clarification of legal status.
5764
57652007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
5766
5767 * configure.in: Add support for AIX4.3 on IBM RS6000.
5768
5769 * configure: Regenerate.
5770
57712007-03-20 Richard Stallman <rms@gnu.org>
5772
5773 * configure.in: Fix previous change.
5774
57752007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
5776
5777 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
5778 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
5779 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
5780
57812007-03-19 Chong Yidong <cyd@stupidchicken.com>
5782
5783 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
5784 user specifies "without".
5785
5786 * configure: Regenerate.
5787
57882007-03-18 Jan Djärv <jan.h.d@swipnet.se>
5789
5790 * configure.in: Warning for Gtk+ and Cygwin added.
5791 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
5792
57932007-02-27 Glenn Morris <rgm@gnu.org>
5794
5795 * make-dist (oldXMenu): Remove Imakefile.
5796 (etc/images): Add README.
5797
57982007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5799
5800 * configure.in (xtensa-*-linux-gnu*): New configuration.
5801
5802 * configure: Regenerate.
5803
58042007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5805
5806 * config.guess, config.sub: Updated from master source.
5807
58082007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5809
5810 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
5811
58122007-01-29 Chong Yidong <cyd@stupidchicken.com>
5813
5814 * configure.in: Restore support for hp800's not running HP-UX.
5815
5816 * configure: Regenerate.
5817
58182007-01-27 Chong Yidong <cyd@stupidchicken.com>
5819
5820 * configure.in: Remove support for hp800 and sr2k machine types.
5821
5822 * configure: Regenerate.
5823
58242007-01-26 Jan Djärv <jan.h.d@swipnet.se>
5825
5826 * configure.in: Add check for libXft.
5827
58282007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5829
5830 * INSTALL: Info files moved to share/info.
5831
58322007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
5833
5834 * configure.in: Detect and use fink-installed in intel-based Mac
5835 builds; change Apple Darwin section to support both PowerPC and
5836 Intel-based Macs.
5837
58382006-12-26 Andreas Schwab <schwab@suse.de>
5839
5840 * Makefile.in (datarootdir): Define.
5841
58422006-12-24 Richard Stallman <rms@gnu.org>
5843
5844 * configure.in: Require Autoconf 2.61.
5845
58462006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
5847
5848 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
5849 Remove redundant entry for powerpc-apple-netbsd.
5850
5851 * configure: Regenerate.
5852
58532006-12-22 Chong Yidong <cyd@stupidchicken.com>
5854
5855 * configure: Regenerate with autoconf 2.61.
5856
58572006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5858
5859 * configure.in: Detect alsa/asoundlib.h also.
5860 * configure: Regenerate.
5861
58622006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5863
5864 * configure.in: Check if GTK+ compiles at all.
5865
58662006-12-10 Andreas Schwab <schwab@suse.de>
5867
5868 * configure.in: Remove check for struct timezone, its result is
5869 never used.
5870
58712006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5872
5873 * configure.in: Add support for Solaris 10 on x86-64.
5874
58752006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5876
5877 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5878 of PKG_CONFIG_PATH.
5879
58802006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5881
5882 * configure.in (HAVE_SYNC): New test.
5883
58842006-12-03 Glenn Morris <rgm@gnu.org>
5885
5886 * Makefile.in: Fix Copyright format.
5887
5888 * configure.in (AH_TOP): Add missing Copyright year.
5889
5890 * update-subdirs: Add missing Copyright years.
5891
58922006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5893
5894 * Makefile.in: Touch only the parts of the share/emacs directory
5895 specific to this version.
5896
58972006-11-26 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5900
59012006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5902
5903 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5904
59052006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5906
5907 * configure.in: Prefer X11 to Carbon only when some X-specific
5908 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5909
59102006-11-04 Romain Francoise <romain@orebokech.com>
5911
5912 * Makefile.in (bootstrap-clean-before): Fix typo.
5913 Use new target `bootstrap-clean' in the leim subdirectory.
5914
59152006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5916
5917 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5918
59192006-10-30 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5922 directories.
5923
59242006-10-29 Jeramey Crawford <jeramey@jeramey.com>
5925
5926 * configure.in: Enable x86-64 OpenBSD compilation.
5927
59282006-10-28 Glenn Morris <rgm@gnu.org>
5929
5930 * AUTHORS: Add cal-html.el author.
5931
59322006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5933
5934 * make-dist: Make links to mac/make-package and
5935 mac/Emacs.app/Contents/Resources/Emacs.icns.
5936
59372006-10-27 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * README: Bump version number to 22.0.90.
5940
59412006-10-23 Andreas Schwab <schwab@suse.de>
5942
5943 * configure.in: Make sure x_default_search_path is always set even
5944 when x_libraries is empty, and look in .../share as well for each
5945 library directory.
5946
59472006-09-28 Kenichi Handa <handa@m17n.org>
5948
5949 * configure.in (locallisppath): Don't include leim dir.
5950 (lisppath): Include leim dir.
5951
59522006-09-15 Jay Belanger <belanger@truman.edu>
5953
5954 * COPYING: Replace "Library Public License" by "Lesser Public
5955 License" throughout.
5956
59572006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5958
5959 * make-dist (EMACS): Exit and fail if the EMACS environment
5960 variable is set to something other than an absolute file name.
5961
59622006-08-16 Andreas Schwab <schwab@suse.de>
5963
5964 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5965 of hardcoding it.
5966
59672006-08-16 Richard Stallman <rms@gnu.org>
5968
5969 * INSTALL.CVS: Clean up wording.
5970
59712006-07-14 Eli Zaretskii <eliz@gnu.org>
5972
5973 * configure.in (PKG_CHECK_MODULES): Redirect the output of
5974 $PKG_CONFIG --exists "$2" to config.log.
5975 * configure: Regenerate.
5976
1a71cb28 59772006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
5978
5979 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5980
59812006-07-09 Kim F. Storm <storm@cua.dk>
5982
5983 * CONTRIBUTE: Use outline format.
5984 Add section on copyright years (from admin/notes/years).
5985
59862006-07-08 Eli Zaretskii <eliz@gnu.org>
5987
5988 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5989 to /dev/null, since we don't need the error message, just the
5990 exit status.
5991
59922006-07-07 Eli Zaretskii <eliz@gnu.org>
5993
5994 * CONTRIBUTE: Slight formatting changes and typo fixes.
5995 Add description of NEWS markings.
5996
59972006-07-07 Kim F. Storm <storm@cua.dk>
5998
5999 * CONTRIBUTE: Mention INSTALL.CVS.
6000
60012006-07-05 Romain Francoise <romain@orebokech.com>
6002
6003 * make-dist (top-level): Add CONTRIBUTE.
6004
60052006-07-04 Richard Stallman <rms@gnu.org>
6006
6007 * CONTRIBUTE: Much rewrite.
6008
60092006-07-04 Nick Roberts <nickrob@snap.net.nz>
6010
6011 * CONTRIBUTE: New file.
6012
60132006-06-24 Eli Zaretskii <eliz@gnu.org>
6014
6015 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
6016
60172006-05-18 Jan Djärv <jan.h.d@swipnet.se>
6018
6019 * configure.in: Add check for ALSA.
6020
60212006-05-06 Eli Zaretskii <eliz@gnu.org>
6022
6023 * Makefile.in (INFO_FILES): Remove emacs-xtra.
6024
6025 * info/dir: Remove the Emacs-Xtra entry.
6026
60272006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
6028
6029 Update copyright year(s) in many files.
6030
60312006-04-01 Eli Zaretskii <eliz@gnu.org>
6032
6033 * configure: Regenerated.
6034
60352006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6036
6037 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
6038 --without-toolkit-scroll-bars was specified.
6039
60402006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
6041
6042 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
6043 to CFLAGS. Update Copyright years written to src/config.in.
6044
60452006-03-18 Claudio Fontana <claudio@gnu.org>
6046
6047 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
6048 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
6049 to be installed/uninstalled.
6050 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
6051 to Info files installed by Emacs.
6052
60532006-03-03 Claudio Fontana <claudio@gnu.org>
6054
6055 * Makefile.in (install, uninstall): Add DESTDIR variable to
6056 support staged installations.
6057
60582006-02-14 Richard M. Stallman <rms@gnu.org>
6059
6060 * configure.in (s390x-*-linux-gnu*): New configuration.
6061
60622006-01-31 Jan Djärv <jan.h.d@swipnet.se>
6063
6064 * configure.in: Require GTK 2.4 or newer.
6065
60662006-01-29 Michael Olson <mwolson@gnu.org>
6067
6068 * Makefile.in (install-arch-indep, uninstall): Add ERC.
6069 * info/dir (ERC): New entry.
6070
60712006-01-29 Eli Zaretskii <eliz@gnu.org>
6072
6073 * info/dir: Fix last change.
6074
60752006-01-28 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
6078
60792006-01-27 Eli Zaretskii <eliz@gnu.org>
6080
6081 * info/dir: Untabify the whole file.
6082 (Rcirc): New entry.
6083
60842006-01-12 Andreas Schwab <schwab@suse.de>
6085
6086 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
6087 check.
6088
60892006-01-02 Chong Yidong <cyd@stupidchicken.com>
6090
6091 * configure.in: Use -Wno-pointer-sign if available.
6092
60932005-12-29 Andreas Schwab <schwab@suse.de>
6094
6095 * config.guess, config.sub: Updated from master source.
6096
60972005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6098
6099 * configure.in: Use amdx86-64 for freebsd on x86_64.
6100
61012005-11-22 Romain Francoise <romain@orebokech.com>
6102
6103 * make-dist: Add etc/images/icons.
6104
61052005-11-03 Andreas Schwab <schwab@suse.de>
6106
6107 * configure.in: Use GZIP_PROG instead of GZIP.
6108
90eacf99 6109 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
6110 (install-arch-indep): Adjust.
6111
61122005-11-01 Andreas Schwab <schwab@suse.de>
6113
6114 * Makefile.in (bootstrap): Fix dependencies for parallel build.
6115 (bootfast): Likewise.
6116
61172005-11-01 Romain Francoise <romain@orebokech.com>
6118
6119 * configure.in: Check for gzip.
6120
6121 * Makefile.in (install): Compress source files.
6122
61232005-10-24 Steven Tamm <steventamm@mac.com>
6124
6125 * configure.in: Fix darwin386 configuration issue.
6126
61272005-10-22 Eli Zaretskii <eliz@gnu.org>
6128
6129 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
6130
61312005-10-17 Bill Wohler <wohler@newt.com>
6132
6133 * make-dist: Create and populate etc/images/low-color.
6134
61352005-10-15 Bill Wohler <wohler@newt.com>
6136
6137 * make-dist: Create and populate etc/images/gud.
6138
61392005-10-08 Richard M. Stallman <rms@gnu.org>
6140
6141 * make-dist (tempparent): Don't check for 14-char file name limit.
6142
61432005-10-07 Romain Francoise <romain@orebokech.com>
6144
6145 * make-dist: Add etc/images/ezimage and etc/images/mail
6146 directories. Install images in etc/images.
6147
61482005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6149
6150 * configure.in: Prefer Carbon if --enable-carbon-app or
6151 --with-carbon is explicitly specified even when X11 is detected.
6152
61532005-09-15 Ulf Jasper <ulf.jasper@web.de>
6154
6155 * Makefile.in (install-arch-indep, uninstall):
6156 Handle newsticker manual.
6157 (info): Add - to commands.
6158
61592005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
6160
6161 Remove the MAXPATHLEN limitations:
6162
6163 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
6164
61652005-09-09 Eli Zaretskii <eliz@gnu.org>
6166
6167 * configure.in <lynxsos*>: Support for LynxOS on PPC.
6168 * configure: Regenerate.
6169
61702005-09-05 Paul Eggert <eggert@cs.ucla.edu>
6171
6172 * config.guess, config.sub: Updated from master source.
6173
61742005-08-03 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * .cvsignore: Add `lock'.
6177
61782005-07-28 Juanma Barranquero <lekktu@gmail.com>
6179
6180 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
6181
61822005-07-26 Paul Eggert <eggert@cs.ucla.edu>
6183
6184 Merge gnulib getopt implementation into Emacs.
6185
6186 * Makefile.in (AUTOCONF_INPUTS): New macro.
6187 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
6188 so that these files also depend on m4/getopt.m4.
6189 * configure.in: Configure getopt by including m4/getopt.m4,
6190 and configuring a getopt replacement if necessary.
6191 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
6192 * m4/getopt.m4: New file.
6193
61942005-07-06 Lute Kamstra <lute@gnu.org>
6195
6196 * configure.in: Fix capitalization.
6197
61982005-07-04 Lute Kamstra <lute@gnu.org>
6199
6200 Update FSF's address in GPL notices.
6201
62022005-06-19 Jérôme Marant <jerome@marant.org>
6203
6204 * Makefile.in (epaths-force): Protect both lisppath and
6205 buildlisppath from whitespace.
6206
62072005-06-08 Steven Tamm <steventamm@mac.com>
6208
090bd7cb 6209 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
6210
62112005-06-06 Jan Djärv <jan.h.d@swipnet.se>
6212
6213 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6214
1a71cb28 62152005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
6216
6217 * configure.in: Add --enable-locallisppath.
6218
62192005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6220
6221 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
6222 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6223 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
6224
62252005-05-07 Jérôme Marant <jerome@marant.org>
6226
6227 * make-dist: Remove references to makefile.nt and makefile.def.
6228 Include widgets and images subdirectories of etc. Do not exclude
6229 ldefs-boot.el.
6230
62312005-04-23 Andreas Schwab <schwab@suse.de>
6232
6233 * configure.in: Remove duplicate match for powerpc configuration.
6234
62352005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6236
6237 * configure.in: Check for <pwd.h>.
6238
62392005-04-14 Lute Kamstra <lute@gnu.org>
6240
6241 * make-dist: Distribute all ChangeLog files in lisp/.
6242 Don't distribute ldefs-boot.el.
6243 lisp/makefile.nt no longer exists.
6244
62452005-04-13 Lute Kamstra <lute@gnu.org>
6246
6247 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6248 for "no-byte-compile: t" in the file instead.
6249
62502005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6253 shadow the main Lesstif/Motif-2.1 libs and includes.
6254
62552005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6256
6257 * configure.in: Only add XASSERTS to cppflags.
6258
62592005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6260
6261 * configure.in: Added --enable-asserts.
6262
62632005-02-09 Kim F. Storm <storm@cua.dk>
6264
6265 Change release version from 21.4 to 22.1 throughout.
6266 Change development version from 21.3.50 to 22.0.50.
6267
62682005-01-19 Steven Tamm <steventamm@mac.com>
6269
6270 * configure.in: Check for <sys/utsname.h>.
6271
62722004-12-11 Kim F. Storm <storm@cua.dk>
6273
6274 * Makefile.in (info): Undo 2004-12-05 change.
6275
62762004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6277
6278 * info/dir (File): Add URL and Org Mode manuals.
6279 * Makefile.in (install-arch-indep, uninstall): Add url and org
6280 manuals.
6281
62822004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6285 committed to src/config.in.
6286
62872004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6288
6289 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6290 pthreads and define HAVE_GTK_AND_PTHREAD.
6291
62922004-12-05 Richard M. Stallman <rms@gnu.org>
6293
6294 * Makefile.in (info): Ignore errors building info files.
6295
62962004-11-27 Eli Zaretskii <eliz@gnu.org>
6297
6298 * config.bat: If 8-byte alignment is not supported, define
6299 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6300 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6301 filter through Sed to remove the quotes.
6302
63032004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6304
6305 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6306 not apply to files explicitly `cvs add'ed.
6307
63082004-11-12 Eli Zaretskii <eliz@gnu.org>
6309
6310 * config.bat: Don't require djecho.exe for the v1.x build.
6311 Add a test for DECL_ALIGN support, and add a trivial definition to
6312 src/config.h if 8-byte alignment is not supported.
6313
63142004-11-08 Kim F. Storm <storm@cua.dk>
6315
6316 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6317 files before building.
6318 (bootfast, bootstrap-clean-before-fast): New targets, like
6319 bootstrap but don't remove .elc files.
6320
63212004-11-06 Lars Brinkhoff <lars@nocrew.org>
6322
6323 * configure.in: Add check for getrusage.
6324
63252004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6326
6327 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6328 New tests for new and old GTK file dialogs.
6329 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6330 to no.
6331
63322004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6333
6334 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6335 can be set. Remove SETARCH test.
6336
63372004-10-08 Steven Tamm <steventamm@mac.com>
6338
ed9265fc 6339 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
6340
63412004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6342
6343 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6344 AC_MSG_WARN. Move output of warning message to end of configure run.
6345
63462004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6347
6348 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6349 Run test to see if heap start address is random.
6350
63512004-09-29 Miles Bader <miles@gnu.org>
6352
6353 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6354 if setarch is present.
6355
63562004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6357
6358 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6359
63602004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6361
6362 * configure.in: Check for exec-shield.
6363
1a71cb28
GM
63642004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6365
6366 * Makefile.in (install-arch-indep): Add pgg and sieve.
6367
6368 * info/.cvsignore: Added pgg and sieve.
6369
067d23c9
KY
63702004-08-06 Andreas Schwab <schwab@suse.de>
6371
6372 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6373
63742004-07-31 Eli Zaretskii <eliz@gnu.org>
6375
6376 * config.bat: Update URLs in the comments.
6377
067d23c9
KY
63782004-07-05 Andreas Schwab <schwab@suse.de>
6379
6380 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6381
63822004-06-21 Kenichi Handa <handa@m17n.org>
6383
6384 * make-dist: Link leim-ext.el into tempdir.
6385
63862004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6387
6388 * info/dir (File): Add emacs-xtra.
6389 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6390
63912004-06-12 Juri Linkov <juri@jurta.org>
6392
6393 * info/dir: Move menu help lines from `* Menu:' to file header.
6394 Describe the purpose of a red *.
6395
63962004-05-04 Dave Love <fx@gnu.org>
6397
6398 * configure.in: Don't use `extrasub'.
6399
64002004-04-29 Dave Love <fx@gnu.org>
6401
6402 * configure.in: Don't forget to quote args to `test'.
6403
64042004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6405
6406 * autogen.sh: Update filename in "please read" message.
6407
64082004-04-17 Richard M. Stallman <rms@gnu.org>
6409
6410 * INSTALL: Move the info about site-lisp dirs,
6411 and say uninstalled Emacs looks there too.
6412
64132004-04-04 Eli Zaretskii <eliz@gnu.org>
6414
6415 * config.bat (lib-src): Recognize comment lines in Makefile.in
6416 that have a TAB after the #, to avoid errors in preprocessing with
6417 GCC 3.3.3.
6418
64192004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6420
6421 * Makefile.in: Mention in comment that `make maintainer-clean'
6422 deletes .elc files.
6423
64242004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * update-subdirs: Add local variables to prevent byte-compiling.
6427
64282004-03-21 Dave Love <fx@gnu.org>
6429
6430 * configure.in: Fix previous change.
6431
64322004-03-18 Dave Love <fx@gnu.org>
6433
6434 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6435
64362004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6437
6438 * info/dir (File): Add SMTP and SES.
6439
64402004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6443 (bootstrap): Use the new bootstrap-prepare target in lisp.
6444
64452004-02-18 Kim F. Storm <storm@cua.dk>
6446
6447 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6448
64492004-02-16 Eli Zaretskii <eliz@gnu.org>
6450
6451 * make-dist: Don't link index.*perm and permute-index into tempdir.
6452
64532004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6454
6455 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6456 to match previous changes by Eli Zaretskii.
6457
64582004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6459
6460 * Makefile.in: Set CDPATH to an empty string.
6461
64622004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * configure.in <darwin>: Use fink packages if available.
6465
64662004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6467
6468 * make-dist (lispref): Do include lispref/index.texi.
6469
64702004-01-06 Eric Hanchrow <offby1@blarg.net>
6471
6472 * make-dist (tempdir): Include cursors in nt/icons.
6473
64742003-12-30 Eli Zaretskii <eliz@gnu.org>
6475
6476 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6477 clashes with install-sh on 8+3 filesystems.
6478
1a71cb28 64792003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
6480
6481 * .cvsignore: Add .arch-inventory.
6482
64832003-12-24 Andreas Schwab <schwab@suse.de>
6484
6485 * configure.in: Check for <sys/socket.h>. Include it before
6486 including <net/if.h>. Move check for <net/if.h> before its use.
6487
64882003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6489
6490 * Makefile.in (install-arch-dep): Don't let cd output go into
6491 pipe for carbon_appdir.
6492
64932003-12-24 Andreas Schwab <schwab@suse.de>
6494
6495 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6496
64972003-12-01 Andreas Schwab <schwab@suse.de>
6498
6499 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6500 hardcoding gcc.
6501
65022003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6503
6504 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6505 multiple displays.
6506 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6507
65082003-09-23 Dave Love <fx@gnu.org>
6509
6510 * configure.in: Check members of struct ifreq.
6511
65122003-09-14 Kim F. Storm <storm@cua.dk>
6513
6514 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6515
65162003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6517
6518 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6519
65202003-08-18 Lute Kamstra <lute@gnu.org>
6521
6522 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6523 required anymore.
6524
65252003-08-07 Andrew Choi <akochoi@shaw.ca>
6526
6527 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6528 option instead of -traditional-cpp for CPP.
6529
65302003-07-29 Richard M. Stallman <rms@gnu.org>
6531
6532 * configure.in (HAVE_XIM): Define if XIM is available.
6533
65342003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6535
6536 * configure.in: The function gtk_window_set_icon_from_file was
6537 introduced in GTK+ 2.2, so check for that release.
6538
65392003-07-23 Andreas Schwab <schwab@suse.de>
6540
6541 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6542
6543 * Makefile.in (YACC): Remove, not used.
6544 (MAINT): Don't set.
6545 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6546 disable dependency on ${srcdir}/configure.in when maintainer mode
6547 is disabled.
6548
65492003-07-22 Dave Love <fx@gnu.org>
6550
6551 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6552 HAVE_X11, not with_xim.
6553 (HAVE_CRTIN): Provide template.
6554 <with_png>: Test for png.h and libpng/png.h.
6555
65562003-07-15 Andreas Schwab <schwab@suse.de>
6557
6558 * configure.in: Temporarily leave quoting for AC_DEFINE.
6559
65602003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6561
6562 * configure.in: Check for posix_memalign.
6563
65642003-07-12 Richard M. Stallman <rms@gnu.org>
6565
6566 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6567
65682003-07-09 Kim F. Storm <storm@cua.dk>
6569
6570 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6571 functionality of --without-xim.
6572
65732003-06-29 Dave Love <fx@gnu.org>
6574
6575 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6576
65772003-06-23 Dave Love <fx@gnu.org>
6578
6579 * configure.in: Check for sys/_mbstate_t.h.
6580 Test XRegisterIMInstantiateCallback prototype.
6581 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6582
65832003-06-06 Dave Love <fx@gnu.org>
6584
6585 * configure.in: Check for locale.h.
6586
65872003-06-05 Dave Love <fx@gnu.org>
6588
6589 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6590 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6591 (NLIST_STRUCT): Don't define.
6592 (AH_BOTTOM): Define my_strftime.
6593
65942003-06-02 Richard M. Stallman <rms@gnu.org>
6595
6596 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6597
65982003-05-24 Andreas Schwab <schwab@suse.de>
6599
6600 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6601 bzero, and bcmp.
6602
66032003-05-22 Dave Love <fx@gnu.org>
6604
6605 * configure.in: Remove redundant test for term.h. Test for difftime.
6606
66072003-05-20 Dave Love <fx@gnu.org>
6608
6609 * configure.in: Append * to s390-*-linux-gnu case.
6610 (LIBMAIL) <lockfile>: Don't define.
6611
067d23c9
KY
66122003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6613
6614 * INSTALL (* GNU/Linux development packages): Mention Debian and
6615 RedHat package names.
6616
66172003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
6618
6619 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6620
66212003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6622
6623 * INSTALL (* GNU/Linux development packages): Tell people to
6624 install additional packages for compiling Emacs.
6625
1a71cb28
GM
66262003-04-30 Richard M. Stallman <rms@gnu.org>
6627
6628 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6629
66302003-04-28 Francesco Potortì <pot@gnu.org>
6631
6632 * configure.in: Undo last (RMS') change, as it is useless, per
6633 Dave Love.
6634
66352003-04-08 Richard M. Stallman <rms@gnu.org>
6636
6637 * configure.in: Put #include of jpeglib.h at start of line.
6638
067d23c9
KY
66392003-04-06 Francesco Potortì <pot@gnu.org>
6640
6641 * configure.in: Use the same configuration for all aix5, not just
6642 aix5.1.
6643
66442003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
6645
6646 * configure.in: Check for need for bigtoc support on IBM AIX for
6647 solving a linker table overflow problem.
6648
66492003-03-03 Rob Browning <rlb@defaultvalue.org>
6650
6651 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6652 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6653 over bzero, bcmp, and bcopy.
6654
66552003-02-23 Simon Josefsson <jas@extundo.com>
6656
6657 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
6658
66592003-02-21 Klaus Zeitler <kzeitler@lucent.com>
6660
6661 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
6662
66632003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
6664
6665 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
6666
66672003-02-08 Andreas Schwab <schwab@suse.de>
6668
6669 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6670 instead of the substitution.
6671
66722003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6673
6674 * Makefile.in: Use @EXEEXT@ for Cygwin.
6675 Use USERNAME if LOGNAME is not set (for Cygwin).
6676
6677 * configure.in: Add opsys=cygwin.
6678
66792003-01-22 Andreas Schwab <schwab@suse.de>
6680
6681 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
6682 redefining it explicitly in src/config.in.
6683
66842003-01-22 Markus Rost <rost@math.ohio-state.edu>
6685
6686 * Makefile.in (bootstrap): Make bootstrap-after.
6687
66882003-01-20 Jan Djärv <jan.h.d@swipnet.se>
6689
6690 * configure.in: Fix --with-gtk.
6691
66922003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6693
090bd7cb 6694 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
6695
6696 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
6697
66982003-01-14 Francesco Potortì <pot@gnu.org>
6699
6700 * configure.in (m68k-motorola-sysv): Remove (obsolete).
6701
67022003-01-07 Steven Tamm <steventamm@mac.com>
6703
6704 * configure.in: New option, --enable-carbon-app, to specify
6705 that the application should be installed
6706 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 6707 Emacs.app application if carbon-app is enabled.
067d23c9
KY
6708
67092003-01-06 Dave Love <fx@gnu.org>
6710
6711 * configure.in: Check for nl_langinfo.
6712 [!HAVE_SIZE_T]: Fix typedef.
6713
67142003-01-06 David Kastrup <dak@gnu.org>
6715
6716 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
6717
6718 * configure.in: Add tests for install-info.
6719
67202002-12-09 Markus Rost <rost@math.ohio-state.edu>
6721
6722 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
6723 use again sol2-6 instead of sol2-8.
6724
67252002-12-09 Dave Love <fx@gnu.org>
6726
6727 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
6728
67292002-12-08 Andreas Schwab <schwab@suse.de>
6730
6731 * Makefile.in (install-arch-indep): Revert last change.
6732
67332002-11-27 Dave Love <fx@gnu.org>
6734
6735 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
6736 Check for __sys_siglist too. Check for memset.
6737 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6738
67392002-11-22 Juanma Barranquero <lektu@terra.es>
6740
6741 * config.guess, config.sub: Updated from master source.
6742
67432002-11-19 Karl Fogel <kfogel@red-bean.com>
6744
6745 * autogen.sh: New file.
6746
1a71cb28 67472002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
6748
6749 * configure.in: Tidy up various quoting issues throughout.
6750 Use AC_GNU_SOURCE.
6751 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
6752 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6753 Maybe define bcopy, bzero, bcmp.
6754 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
6755 non-existent machine file).
6756 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
6757 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
6758 (nlist.h): Move test up.
6759
67602002-11-18 Markus Rost <rost@math.ohio-state.edu>
6761
6762 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6763
67642002-11-14 Francesco Potortì <pot@gnu.org>
6765
6766 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
6767
67682002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6769
6770 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
6771
67722002-11-08 Dave Love <fx@gnu.org>
6773
6774 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6775 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
6776
67772002-11-07 Miles Bader <miles@gnu.org>
6778
6779 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
6780 Handle separate-build-dir case.
6781
67822002-11-06 Richard M. Stallman <rms@gnu.org>
6783
6784 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
6785 bulletproof. $bar may be empty when there are no .elc files.
6786
67872002-10-30 Dave Love <fx@gnu.org>
6788
6789 * configure.in: Require autoconf 2.53. Test for pty.h,
6790 sys/mman.h, sys/param.h, mremap, memmove.
6791 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
6792 (AC_PROG_YACC): Delete.
6793 (size_t): Use AC_CHECK_TYPES.
6794 (AH_TOP): Up-date copyright.
6795
67962002-10-01 Juanma Barranquero <lektu@terra.es>
6797
6798 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
6799
68002002-09-19 Richard M. Stallman <rms@gnu.org>
6801
6802 * configure.in: Fix the LessTif-directory-finder for real.
6803
68042002-09-14 Richard M. Stallman <rms@gnu.org>
6805
6806 * Makefile.in (maybe_bootstrap): Test for complete absence
6807 of compiled Lisp files.
6808
68092002-09-11 Stefan Monnier <monnier@cs.yale.edu>
6810
6811 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
6812 (bootstrap-clean-after): Delete.
6813 (bootstrap): Make the sequencing explicit.
6814
68152002-09-10 Richard M. Stallman <rms@gnu.org>
6816
6817 * configure.in: Fix previous LessTif change.
6818
68192002-09-09 Richard M. Stallman <rms@gnu.org>
6820
6821 * configure.in (powerpcle-*-solaris2.5*): New configuration.
6822 (powerpcle-*-solaris*): Use version 2.6 as default.
6823 (*-sunos5.6*, *-solaris2.6*): New alternative.
6824 (*-sunos5*): Use version 2.6 as default.
6825
68262002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6827
6828 * configure.in: Fix typo.
6829
68302002-09-05 Richard M. Stallman <rms@gnu.org>
6831
6832 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
6833
6834 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
6835 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
6836
68372002-08-26 Kim F. Storm <storm@cua.dk>
6838
6839 * Makefile.in (install-arch-indep): Do not remove DOC file
6840 when it is the only DOC file installed; this is the case when
6841 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
6842
68432002-07-24 Markus Rost <rost@math.ohio-state.edu>
6844
6845 * configure.in: Fix typo.
6846
68472002-07-24 Richard M. Stallman <rms@gnu.org>
6848
6849 * configure.in: Don't print anything special about gamedir.
6850
6851 * configure.in: Delete nonstandard --with-game-user option.
6852
68532002-07-21 Richard M. Stallman <rms@gnu.org>
6854
6855 * Makefile.in (gamedir, localstatedir): New variables.
6856 (epaths-force): Insert value of gamedir into PATH_GAME.
6857
6858 * configure.in (gamedir): Handle it like lispdir.
6859 (--with-game-dir option): Delete.
6860
68612002-06-21 Pavel Janík <Pavel@Janik.cz>
6862
6863 * configure.in: Add support for mipseb-*-netbsd* machines.
6864
68652002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6866
6867 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6868
68692002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6870
6871 * info/dir (File): Add an entry for Tramp.
6872
68732002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6874
6875 * INSTALL-CVS: New file.
6876
68772002-06-07 Andreas Schwab <schwab@suse.de>
6878
6879 * configure.in (x86_64-*-linux-gnu*): New system.
6880
68812002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6882
6883 * config.bat: Handle the case when lispintro is truncated to lispintr.
6884
68852002-05-26 Paul Eggert <eggert@twinsun.com>
6886
6887 * config.guess, config.sub: Updated from master source.
6888
68892002-05-09 Richard M. Stallman <rms@gnu.org>
6890
6891 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6892
68932002-05-04 Pavel Janík <Pavel@Janik.cz>
6894
6895 * make-dist: Do not distribute lock/ directory.
6896
68972002-04-30 Andrew Choi <akochoi@shaw.ca>
6898
6899 * configure.in: Provide documentation string when defining
6900 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6901 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6902
1a71cb28 69032002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
6904
6905 * configure.in: Delete configure check for access to the game user.
6906
69072002-04-29 Pavel Janík <Pavel@Janik.cz>
6908
6909 * make-dist: lwlib/Imakefile is removed.
6910
69112002-04-26 Andrew Choi <akochoi@shaw.ca>
6912
6913 * configure.in: Add support for powerpc-apple-darwin*.
6914 (HAVE_CARBON): Add.
6915
6916 * make-dist: Create directories in mac/Emacs.app.
6917
69182002-04-25 Pavel Janík <Pavel@Janik.cz>
6919
6920 * make-dist: lwlib-Xol* are removed.
6921
69222002-04-23 Andreas Schwab <schwab@suse.de>
6923
6924 * Makefile.in (MAINT): New variable.
6925 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6926 instead of configure.in, to avoid running autoconf and autoheader
6927 unless explicitly requested.
6928
69292002-04-16 Eli Zaretskii <eliz@gnu.org>
6930
6931 * config.bat: Update for msdos/sed2v2.inp.
6932
69332002-04-15 Andreas Schwab <schwab@suse.de>
6934
6935 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6936 * configure.in: Add config header templates to all AC_DEFINE and
6937 AC_DEFINE_UNQUOTED symbols.
6938 * make-dist: Run autoheader if necessary.
6939
69402002-04-10 Colin Walters <walters@verbum.org>
6941
6942 * configure.in: Add --game-dir, --game-user. Test to see if we
6943 can use them.
6944
69452002-04-08 Pavel Janík <Pavel@Janik.cz>
6946
6947 * configure.in: Add --with-sound.
6948
69492002-03-18 Kim F. Storm <storm@cua.dk>
6950
6951 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6952 and getsockname functions. Test for sys/un.h include file.
6953
69542002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6955
6956 * configure.in: Support AIX 5.1.
6957
69582002-03-10 Jan Djärv <jan.h.d@swipnet.se>
6959
6960 * configure.in: Added test for X Session Management (HAVE_X_SM).
6961
69622002-03-03 Richard M. Stallman <rms@gnu.org>
6963
6964 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6965 Run chown $${LOGNAME} on files installed by tar xvf.
6966
69672002-03-03 Kim F. Storm <storm@cua.dk>
6968
6969 * configure.in: Test for getpeername.
6970
69712002-03-01 Richard M. Stallman <rms@gnu.org>
6972
6973 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6974 (HAVE_GIF): Don't use old libungif versions that crash.
6975
69762002-02-26 Richard M. Stallman <rms@gnu.org>
6977
6978 * configure.in <making srcdir absolute>: Verify that PWD is correct,
6979 not just well-formed and valid.
6980 (mips-compaq-nonstopux*): New configuration.
6981
69822002-02-18 Paul Eggert <eggert@twinsun.com>
6983
6984 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6985 "sed q" is a portable equivalent to plain "head -1".
6986
69872002-02-13 Richard M. Stallman <rms@gnu.org>
6988
6989 * Makefile.in (maybe_bootstrap): Do `exit 1'.
6990 (all): Don't depend on maybe_bootstrap here.
6991 (${SUBDIR}): Depend on it here instead.
6992
69932002-02-08 Richard M. Stallman <rms@gnu.org>
6994
6995 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6996
69972002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6998
6999 * configure.in: Recognize BSD/OS 5.0.
7000
70012002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
7002
7003 * make-dist: Make version checking in emacs.texi consistent with
7004 how we set it there.
7005
70062001-12-29 Kim F. Storm <storm@cua.dk>
7007
7008 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
7009
70102001-12-28 Richard M. Stallman <rms@gnu.org>
7011
7012 * configure.in: Test for mbsinit.
7013
70142001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
7015
7016 These changes make Leim part of the standard distribution:
7017
7018 * README: Add info about the `leim' directory.
7019
7020 * INSTALL: Remove text that describes Leim as a separate package.
7021
7022 * noleim-Makefile.in: File removed.
7023
7024 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
7025 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
7026 Leim files out of the Emacs tree. Don't prepare a separate tarball
7027 for Leim.
7028
70292001-12-11 Richard M. Stallman <rms@gnu.org>
7030
7031 * configure.in (hppa*-*-linux-gnu*): New alternative.
7032
70332001-12-08 Pavel Janík <Pavel@Janik.cz>
7034
7035 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
7036 creating distribution.
7037
70382001-12-06 Paul Eggert <eggert@twinsun.com>
7039
7040 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
7041 (AC_FUNC_VFORK): Remove.
7042 (AC_FUNC_FORK): Add.
7043 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
7044 this is required by recent Autoconf versions.
7045
70462001-12-02 Pavel Janík <Pavel@Janik.cz>
7047
7048 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
7049 TODO, vms-pp.trans and others).
7050
70512001-11-29 Pavel Janík <Pavel@Janik.cz>
7052
7053 * make-dist: Use COPYING from the top-level directory.
7054
70552001-11-29 Gerd Moellmann <gerd@gnu.org>
7056
7057 * configure.in: Add support for FreeBSD/Alpha.
7058
70592001-11-29 Pavel Janík <Pavel@Janik.cz>
7060
7061 * make-dist: Add COPYING to the top-level directory of the
7062 distribution. Simplify the logic behind copying.
7063
7064 * Makefile.in (maybe_bootstrap): Fix previous change.
7065
70662001-11-28 Richard M. Stallman <rms@gnu.org>
7067
7068 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
7069
70702001-11-26 Richard M. Stallman <rms@gnu.org>
7071
7072 * Makefile.in: bootstrap should not delete dumped executables.
7073 (bootstrap-clean-before): New target.
7074 (bootstrap): Use bootstrap-clean-before instead of clean.
7075 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
7076
70772001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
7078
7079 These changes add the Emacs Lisp Introduction manual to the
7080 distribution:
7081
7082 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
7083
7084 * make-dist: Copy the files in lispintro directory.
7085
7086 * config.bat: Configure in the lispintro directory.
7087
7088 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
7089
7090 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
7091 (lispintro/Makefile): New target.
7092 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
7093 (unlock, relock, info, dvi): Ditto.
7094
70952001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7096
7097 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
7098
7099 * make-dist (etc): Don't distribute gfdl.1.
7100
71012001-11-22 Colin Walters <walters@debian.org>
7102
7103 * Makefile.in (install-arch-indep): Install the calc .info files.
7104 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
7105
71062001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
7107
7108 * make-dist (lispref): Add *.txt, *.el, permute-index, and
7109 tindex.pl to the list of those being put into the distribution.
7110
71112001-11-16 Eli Zaretskii <eliz@gnu.org>
7112
7113 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
7114
71152001-11-15 Pavel Janík <Pavel@Janik.cz>
7116
7117 * Makefile.in (uninstall): Fix previous change.
7118
7119 * configure.in, Makefile.in: Add support for --program-prefix,
7120 --program-suffix and --program-transform-name options.
7121
71222001-11-13 Pavel Janík <Pavel@Janik.cz>
7123
7124 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
7125 (install-arch-indep): Install emacsclient manual page.
7126 (uninstall): Uninstall emacsclient manual page.
7127
71282001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
7129
7130 * make-dist: Add lispref/index.*perm files to the distribution.
7131 From Pavel Janík <Pavel@Janik.cz>.
7132
71332001-11-12 Pavel Janík <Pavel@Janik.cz>
7134
7135 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
7136
71372001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7138
7139 * configure.in: AC_OUTPUT lispref/Makefile.
7140
71412001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
7142
7143 The following changes add the ELisp reference manual to the
7144 distribution.
7145
7146 * make-dist: Add the lispref directory to the distribution.
7147
7148 * Makefile.in (install-arch-indep): Add elisp* to the list of
7149 installed Info files.
7150 (SUBDIR_MAKEFILES): Add lispref/Makefile.
7151 (lispref/Makefile): New target.
7152 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
7153 Add commands for the lispref directory.
7154 (info, dvi): Ditto.
7155
7156 * config.bat: Configure in `lispref'.
7157
71582001-11-09 Richard M. Stallman <rms@gnu.org>
7159
7160 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
7161
71622001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
7163
7164 * make-dist (tempdir): Copy AUTHORS as well.
7165
71662001-11-06 Sam Steingold <sds@gnu.org>
7167
7168 * configure.in: Added a check for <nlist.h>.
7169
71702001-11-01 Pavel Janík <Pavel@Janik.cz>
7171
7172 * configure.in: Reindent --help output.
7173 From Per Starbäck (starback@ling.uu.se).
7174
71752001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7176
7177 * configure.in: New entry for HP/UX-11.
7178
7179 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
7180 From Eric S. Raymond <esr@golux.thyrsus.com>.
7181
71822001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
7185 <athornton@sinenomine.net>.
7186
71872001-10-25 Gerd Moellmann <gerd@gnu.org>
7188
7189 * Makefile.in (maybe_bootstrap): New target.
7190 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
7191
71922001-10-24 Ken Raeburn <raeburn@gnu.org>
7193
7194 * configure.in: If --with-hesiod is given, look for
7195 hes_getmailhost and res_send or __res_send; check hesiod and
7196 resolv libraries respectively if system libraries don't supply them.
7197
71982001-10-24 Gerd Moellmann <gerd@gnu.org>
7199
7200 * configure.in: Use $MAKE for `make' if set.
7201
72022001-10-22 Gerd Moellmann <gerd@gnu.org>
7203
7204 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
7205 to tar options.
7206
72072001-10-20 Gerd Moellmann <gerd@gnu.org>
7208
7209 * (Version 21.1 released).
7210
72112001-10-20 Miles Bader <miles@gnu.org>
7212
7213 * configure.in (configuration): Set from `host' if `host_alias'
7214 isn't defined.
7215
72162001-10-19 Andreas Schwab <schwab@suse.de>
7217
7218 * configure.in: Make ready for autoconf 2.5x.
7219 (AC_PREREQ): Require autoconf 2.50.
7220 * aclocal.m4: Removed.
7221 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7222
72232001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7224
7225 * README: Bump Emacs version to 21.1.50.
7226
72272001-10-05 Gerd Moellmann <gerd@gnu.org>
7228
7229 * Branch for 21.1.
7230
72312001-09-05 Gerd Moellmann <gerd@gnu.org>
7232
7233 * configure.in: Avoid `$@' which is handled specially in
7234 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7235
72362001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7237
7238 * make-dist (nt): Add subdirs.el to the list of distributed files.
7239
72402001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7241
7242 * configure.in (machine): Add an entry for
7243 hppa1.1-hitachi-hiuxwe2*.
7244
72452001-05-28 Gerd Moellmann <gerd@gnu.org>
7246
7247 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7248 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7249
72502001-05-14 Gerd Moellmann <gerd@gnu.org>
7251
7252 * make-dist: Copy texinfo.tex unconditionally.
7253
72542001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7255
7256 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7257 that are installed.
7258
72592001-04-06 Gerd Moellmann <gerd@gnu.org>
7260
7261 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7262 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7263
7264 * make-dist: Handle leim/MISC-DIC. Only include
7265 `[a-zA-Z]*.{el,elc}' from leim/quail.
7266
72672001-04-05 Gerd Moellmann <gerd@gnu.org>
7268
7269 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7270
72712001-03-30 Gerd Moellmann <gerd@gnu.org>
7272
7273 * Makefile.in (.PHONY): Add for bootstrap targets.
7274 (bootstrap-clean): New target.
7275 (bootstrap): Use it instead of `clean'.
7276
72772001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7278
7279 * Makefile.in (SUBDIR): Remove leim.
7280 (all, .RECURSIVE, extraclean): Add leim explicitly.
7281 (leim): Provide separate rule which exports PARALLEL=0 into the
7282 environment.
7283
72842001-03-20 Gerd Moellmann <gerd@gnu.org>
7285
7286 * configure.in (HAVE_XPM): Don't print the result of the check for
7287 XpmReturnAllocPixels if we don't have an xpm.h.
7288
72892001-03-05 Gerd Moellmann <gerd@gnu.org>
7290
7291 * COPYING: New file.
7292
72932001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7294
7295 * config.bat: Update the copyright.
7296
72972001-02-23 Kenichi Handa <handa@etl.go.jp>
7298
7299 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7300 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7301 to `yes'. Later in AC_OUTPUT, check this variable.
7302
73032001-02-09 Dave Love <fx@gnu.org>
7304
7305 * AUTHORS: Updated.
7306
73072001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7308
7309 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7310
73112001-02-02 Gerd Moellmann <gerd@gnu.org>
7312
7313 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7314
7315 * Makefile.in (uninstall): Ignore exit code of `rm'.
7316
90eacf99
SM
7317 * Makefile.in (uninstall): Remove more info files.
7318 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
7319
73202001-01-31 Gerd Moellmann <gerd@gnu.org>
7321
7322 * noleim-Makefile.in (extraclean): Add.
7323
73242001-01-28 Gerd Moellmann <gerd@gnu.org>
7325
90eacf99 7326 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
7327 it quiet.
7328
73292001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7330
7331 * Makefile.in (tags): Fix typo.
7332
73332001-01-13 Kenichi Handa <handa@etl.go.jp>
7334
7335 * configure.in: Fix typo in the code setting x_search_path.
7336
73372001-01-10 Dave Love <fx@gnu.org>
7338
7339 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7340 -lXext.
7341 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7342 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7343 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7344 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7345 (now in $LIBS).
7346
73472001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7348
7349 * config.bat: Run the preprocessor with -traditional.
7350
73512001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7352
7353 * INSTALL: Move copying conditions to end of file.
7354
73552000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7356
7357 * INSTALL: Add basic installation procedure which assumes
7358 `configure' does its job. Elaborate on image support libraries.
7359 Add a pointer to Xaw3d library. Add advice about solving
7360 configure-time problems by looking in config.log and setting
7361 variables in the environment.
7362
73632000-12-27 Gerd Moellmann <gerd@gnu.org>
7364
7365 * Makefile.in (install-arch-indep): If tar fails, exit with
7366 exit code 1.
7367
73682000-12-19 Gerd Moellmann <gerd@gnu.org>
7369
7370 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7371 source file includes XKBlib.h. On some broken Solaris systems,
7372 there is an XKBlib.h, reportedly, but header files included by
7373 XKBlib.h are missing.
7374
73752000-12-14 Gerd Moellmann <gerd@gnu.org>
7376
7377 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7378
73792000-12-11 Dave Love <fx@gnu.org>
7380
7381 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7382
73832000-12-11 Paul Eggert <eggert@twinsun.com>
7384
7385 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7386 Merge fixes from latest GNU tar version. These macros no longer
7387 futz with _XOPEN_SOURCE, as that was not portable in practice.
7388 (AC_FUNC_FSEEKO): New macro.
7389
7390 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7391 ftello.
7392
73932000-12-05 Dave Love <fx@gnu.org>
7394
7395 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7396
73972000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7398
7399 * info/dir: Change the category to "Emacs".
7400
74012000-12-01 Gerd Moellmann <gerd@gnu.org>
7402
7403 * make-dist (tempdir): Remove epaths.h from the distribution
7404 instead of paths.h.
7405
74062000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7407
7408 * config.bat: Check for existence of djecho.exe, and print an
7409 error message if it is not available.
7410
7411 * INSTALL: Describe possible problem with djecho.exe in old
7412 versions of DJGPP v2.x.
7413
74142000-11-23 Gerd Moellmann <gerd@gnu.org>
7415
7416 * configure.in: Initialize HAVE_LIBXP to no.
7417
74182000-11-22 Gerd Moellmann <gerd@gnu.org>
7419
7420 * configure.in: Use m/macppc.h instead of the non-existent
7421 m/powerpc.h.
7422
74232000-11-21 Gerd Moellmann <gerd@gnu.org>
7424
7425 * Makefile.in (install-arch-indep): Also install info/eshell*
7426 and info/speedbar*.
7427
7428 * configure.in (HAVE_PNG): Check for the presence of
7429 png_get_channels to rule out older PNG libs.
7430
7431 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7432 GCC and NON_GNU_CPP into config.status.
7433
74342000-11-20 Dave Love <fx@gnu.org>
7435
7436 * configure.in: Fix last change.
7437
7438 * GETTING.GNU.SOFTWARE: Deleted.
7439 * FTP: New file to replace it.
7440 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7441
74422000-11-20 Gerd Moellmann <gerd@gnu.org>
7443
7444 * configure.in: Use -traditional with GNU cpp.
7445
74462000-11-17 Gerd Moellmann <gerd@gnu.org>
7447
7448 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7449 Distribute more files from the nt/ subdir. Distribute PBM
7450 image files from subdirs of lisp/. Distribute old change logs
7451 from subdirs of lisp/. Distribute play/5x5.el.
7452
74532000-11-11 Dave Love <fx@gnu.org>
7454
7455 * config.sub, config.guess: Updated from master source.
7456
74572000-11-07 Dave Love <fx@gnu.org>
7458
7459 * configure.in: Test for mkstemp.
7460
74612000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7462
7463 * info/dir (Top): Rearrange menu items more logically, and put
7464 them into a single category. Add menu items for RefTeX and
7465 Widget.
7466
74672000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7468
7469 * Makefile.in (install-arch-indep): Use --info-dir instead of
7470 --dir-file, and a simple argument instead of --info-file, so that
7471 the Debian version of install-info also works.
7472
74732000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7474
7475 * info/dir (Speedbar): Add entry.
7476
74772000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7478
7479 * INSTALL: Describe the new image-support options to the configure
7480 script. List URLs where image support libraries can be found.
7481
74822000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7483
7484 * info/dir (Top): Add an entry for Eshell.
7485
74862000-10-02 Dave Love <fx@gnu.org>
7487
7488 * configure.in: Check for gai_strerror.
7489
74902000-10-01 Andreas Schwab <schwab@suse.de>
7491
7492 * Makefile.in (install-arch-indep): Update list of installed info files.
7493
74942000-09-30 Gerd Moellmann <gerd@gnu.org>
7495
7496 * configure.in: Support `sparc*-*-netbsd*'.
7497
74982000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7499
7500 * info/dir (MIME): Add entry for emacs-mime.
7501
75022000-09-29 Dave Love <fx@gnu.org>
7503
7504 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7505
75062000-09-26 Gerd Moellmann <gerd@gnu.org>
7507
7508 * make-dist: Adapt to the change of leim/Makefile which was
7509 necessary to ensure a reasonably working `make dist'.
7510
7511 * leim-Makefile.in: Moved to leim/Makefile.in..
7512
7513 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7514
75152000-09-21 Kenichi Handa <handa@etl.go.jp>
7516
7517 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7518 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7519 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7520 files to .elc.
90eacf99 7521 (${TIT}): Adjust for the above change.
067d23c9
KY
7522 (clean mostlyclean): Likewise.
7523 (.el.elc): New target.
7524
75252000-09-19 Gerd Moellmann <gerd@gnu.org>
7526
7527 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7528 in the distribution.
7529
75302000-09-18 Gerd Moellmann <gerd@gnu.org>
7531
7532 * make-dist (skk): Rename to `ja-dic' because the leim directory
7533 was renamed.
7534
75352000-09-14 Dave Love <fx@gnu.org>
7536
7537 * configure.in: Fix spurion in last change.
7538
75392000-09-14 Gerd Moellmann <gerd@gnu.org>
7540
7541 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7542 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7543 to `no' if defined. Change result report.
7544
75452000-09-08 Dave Love <fx@gnu.org>
7546
7547 * configure.in: Remove spurious `@'s.
7548
7549 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7550 autoconf.
7551
75522000-09-06 Gerd Moellmann <gerd@gnu.org>
7553
7554 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7555 file and print informational message.
7556
7557 * configure.in (AC_FUNC_MMAP): Add.
7558
75592000-09-01 Gerd Moellmann <gerd@gnu.org>
7560
7561 * configure.in: Add ``checking'' messages for
7562 XpmReturnAllocPixels.
7563
75642000-08-28 Gerd Moellmann <gerd@gnu.org>
7565
7566 * configure.in: Check <strings.h>; check `index' and `rindex'
7567 functions.
7568
75692000-08-26 Kenichi Handa <handa@etl.go.jp>
7570
7571 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7572 "case "${canonical}" in".
7573
75742000-08-25 Dave Love <fx@gnu.org>
7575
7576 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7577
75782000-08-25 Kenichi Handa <handa@etl.go.jp>
7579
7580 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7581
75822000-08-24 Gerd Moellmann <gerd@gnu.org>
7583
7584 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7585 contains a relative path. Protect against unusable values of $PWD.
7586
75872000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7588
7589 * info/dir (WoMan): Add entry.
7590
7591 * config.bat (maindir): Update src/_gdbinit even if it does
7592 already exist.
7593
75942000-08-07 Gerd Moellmann <gerd@gnu.org>
7595
7596 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7597
75982000-08-03 Gerd Moellmann <gerd@gnu.org>
7599
7600 * configure.in: Add support for ia64*-*-linux*.
7601
76022000-07-27 Gerd Moellmann <gerd@gnu.org>
7603
7604 * make-dist (aclocal.m4): Include in distribution.
7605
76062000-07-26 Dave Love <fx@gnu.org>
7607
90eacf99 7608 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
7609
76102000-07-24 Dave Love <fx@gnu.org>
7611
7612 * configure.in: Add AC_SIZE_T.
7613
76142000-07-18 Dave Love <fx@gnu.org>
7615
7616 * configure.in: Reorder so that most tests are done after CPPFLAGS
7617 is set from the C_SWITCH_... definitions.
7618
76192000-07-10 Gerd Moellmann <gerd@gnu.org>
7620
7621 * configure.in (HAVE_XPM): Undo previous change. Check for
7622 preprocessor define XpmReturnAllocPixels.
7623
76242000-07-06 Gerd Moellmann <gerd@gnu.org>
7625
7626 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7627 instead of XpmReadFileToPixmap.
7628
76292000-07-05 Ken Raeburn <raeburn@gnu.org>
7630
7631 * configure.in: Check for <soundcard.h>. Look for ossaudio
7632 library, and set LIBSOUND accordingly.
7633
76342000-07-05 Dave Love <fx@gnu.org>
7635
7636 * configure.in: Use AC_HEADER_SYS_WAIT.
7637
76382000-07-05 Gerd Moellmann <gerd@gnu.org>
7639
7640 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7641 lisp/Makefile. Distribute lisp/Makefile.in instead of
7642 lisp/Makefile.
7643
76442000-06-30 Ken Raeburn <raeburn@gnu.org>
7645
7646 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7647 while searching for image-handling libraries.
7648
76492000-06-26 Gerd Moellmann <gerd@gnu.org>
7650
7651 * configure.in (--with-xim): New option.
7652
76532000-06-23 Dave Love <fx@gnu.org>
7654
7655 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7656 for struct timezone and test how we can call gettimeofday.
7657 Check for OSF 5+. Check for term.h.
7658
7659 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
7660 version.
7661
76622000-06-23 Gerd Moellmann <gerd@gnu.org>
7663
7664 * configure.in (HAVE_LIBXP): Change test for libXp.
7665
76662000-06-21 Dave Love <fx@gnu.org>
7667
7668 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
7669 simple test for getloadavg and substitute GETLOADAVG_LIBS.
7670 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
7671
76722000-06-19 Dave Love <fx@gnu.org>
7673
7674 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
7675 _XOPEN_SOURCE is defined.
7676
76772000-06-16 Gerd Moellmann <gerd@gnu.org>
7678
7679 * Makefile.in (distclean): Also make distclean in lisp/.
7680
76812000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7682
7683 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
7684
76852000-06-15 Gerd Moellmann <gerd@gnu.org>
7686
7687 * make-dist: Add --help and --snapshot options.
7688
76892000-06-14 Gerd Moellmann <gerd@gnu.org>
7690
7691 * configure.in: Generate lisp/Makefile.
7692
7693 * configure.in: Add support for `*-lynxos*'.
7694 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
7695 recommended by <Karen.Dorhamer@compaq.com> to fix problems
7696 on Tru64 UNIX v5.0.
7697
76982000-06-13 Ken Raeburn <raeburn@gnu.org>
7699
7700 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
7701 it's on a continuation line.
7702
77032000-06-02 Dave Love <fx@gnu.org>
7704
7705 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
7706 files.
7707
7708 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
7709 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
7710 test.
7711
7712 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
7713 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
7714
77152000-05-26 Gerd Moellmann <gerd@gnu.org>
7716
7717 * configure.in: Add check for speed_t typedef.
7718
77192000-05-25 Ken Raeburn <raeburn@gnu.org>
7720
7721 * Makefile.in (install-arch-dep): Install fns-*.el only if it
7722 exists; it won't in the CANNOT_DUMP case.
7723
77242000-05-25 Gerd Moellmann <gerd@gnu.org>
7725
7726 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
7727 On FreeBSD, the exit status is 1 if CDPATH is not set.
7728 (install-arch-indep): Install ebrowse.info.
7729
77302000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
7731
7732 * configure.in: Check for grandpt and getpt.
7733
77342000-05-09 Dave Love <fx@gnu.org>
7735
7736 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
7737
77382000-05-05 Gerd Moellmann <gerd@gnu.org>
7739
7740 * make-dist: Make a link for lib-src/grep-changelog.
7741 Copy install-sh.
7742
77432000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
7744
7745 * config.bat: Identify the beginning of the cpp stuff in
7746 src/Makefile.in and lib-src/Makefile.in more accurately.
7747
77482000-04-27 Gerd Moellmann <gerd@gnu.org>
7749
7750 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
7751
77522000-04-19 Gerd Moellmann <gerd@gnu.org>
7753
7754 * configure.in: Add support for `powerpc-*-netbsd*'.
7755
77562000-04-19 Dave Love <fx@gnu.org>
7757
7758 * configure.in: Don't use AC_FUNC_GETLOADAVG.
7759
7760 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
7761
77622000-04-16 Dave Love <fx@gnu.org>
7763
7764 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7765
77662000-04-14 Dave Love <fx@gnu.org>
7767
7768 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
7769
7770 * aclocal.m4 (AC_FUNC_MKTIME): New.
7771
77722000-03-28 Ken Raeburn <raeburn@gnu.org>
7773
7774 * configure.in: Line up "--help" output a little better.
7775
77762000-03-26 Gerd Moellmann <gerd@gnu.org>
7777
7778 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
7779 New targets.
90eacf99
SM
7780 (bootstrap): Rewritten in terms of the new targets above.
7781 Make info files, too.
067d23c9
KY
7782
77832000-03-12 Gerd Moellmann <gerd@gnu.org>
7784
7785 * config.guess, config.sub: Use the versions of the files from
7786 subversions.
7787
77882000-03-08 Dave Love <fx@gnu.org>
7789
7790 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
7791 AC_C_VOLATILE. Define POINTER_TYPE.
7792
7793 * aclocal.m4: New file.
7794
77952000-03-02 Gerd Moellmann <gerd@gnu.org>
7796
7797 * configure.in (machine): Add `mipsel-*-netbsd*' and
7798 `arm-*-netbsd*'.
7799
78002000-03-01 Gerd Moellmann <gerd@gnu.org>
7801
7802 * configure.in (machine): Add support for `*-auspex-sunos*'.
7803
78042000-02-29 Gerd Moellmann <gerd@gnu.org>
7805
7806 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
7807
78082000-02-18 Dave Love <fx@gnu.org>
7809
7810 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
7811
78122000-02-18 Andreas Schwab <schwab@suse.de>
7813
7814 * Makefile.in (install-arch-indep): Add eudc to list of installed
7815 info files.
7816
78172000-02-17 Ken Raeburn <raeburn@gnu.org>
7818
7819 * configure.in: Include -lz and -ljpeg (if it's available) when
7820 testing for the tiff library.
7821
78222000-02-17 Gerd Moellmann <gerd@gnu.org>
7823
7824 * configure.in: Remove LISP_FLOAT_TYPE.
7825
78262000-02-12 Dave Love <fx@gnu.org>
7827
7828 * configure.in: Use AC_FUNC_VFORK.
7829
78302000-02-01 Gerd Moellmann <gerd@gnu.org>
7831
7832 * make-dist: Various fixes for new development tree.
7833
7834 * leim-Makefile.in: New file.
7835
78362000-01-31 Gerd Moellmann <gerd@gnu.org>
7837
7838 * Makefile.in (dist): Call ./make-dist.
7839
78402000-01-24 Dave Love <fx@gnu.org>
7841
7842 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
7843
78442000-01-18 Gerd Moellmann <gerd@gnu.org>
7845
7846 * configure.in (HAVE_GIF): Check for DGifOpen instead of
7847 DGifOpenFileName.
7848
78492000-01-11 Andreas Schwab <schwab@suse.de>
7850
7851 * Makefile.in (install-arch-indep): Update list of info files to
7852 be installed.
7853
78542000-01-05 Dave Love <fx@gnu.org>
7855
7856 * configure.in: Check for jerror.h as well as libjpeg.
7857
78582000-01-03 Andreas Schwab <schwab@suse.de>
7859
90eacf99
SM
7860 * Makefile.in (install-arch-indep): Install autotype*.
7861 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
7862
78631999-12-04 Dave Love <fx@gnu.org>
7864
7865 * Makefile.in (install-arch-indep): Depend on `info'.
7866 (install-strip): Use `install' as sub-make target.
7867
78681999-11-23 Ken Raeburn <raeburn@gnu.org>
7869
7870 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7871 didn't need to be deleted. Check for the k5crypto library as well
7872 as the crypto library; MIT Kerberos 1.1 changed the name.
7873
78741999-11-18 Dave Love <fx@gnu.org>
7875
7876 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7877
78781999-11-11 Erik Naggum <erik@naggum.no>
7879
7880 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7881
78821999-11-08 Dave Love <fx@gnu.org>
7883
7884 * configure.in: Fix change for --with-pop default.
7885
78861999-11-04 Dave Love <fx@gnu.org>
7887
7888 * configure.in: Default to --with-pop. Change sense of with-gcc
7889 and with-toolkit-scroll-bars messages to reflect the defaults.
7890
78911999-11-01 Gerd Moellmann <gerd@gnu.org>
7892
7893 * INSTALL: Mention the Emacs Lisp Reference.
7894
78951999-10-27 Noah Friedman <friedman@splode.com>
7896
7897 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7898
78991999-10-23 Gerd Moellmann <gerd@gnu.org>
7900
7901 * Makefile.in (bootstrap): New target.
7902
79031999-10-19 Paul Eggert <eggert@twinsun.com>
7904
7905 Add support for large files. Merge glibc 2.1.2.
7906
7907 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7908 (HAVE_TM_GMTOFF): New symbol.
7909 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7910 mbrlen, strsignal.
7911 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7912
79131999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7914
7915 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7916 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7917
79181999-10-09 Richard M. Stallman <rms@gnu.org>
7919
7920 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7921 Unset CDPATH to prevent cd from generating output.
7922
79231999-10-08 Stefan Monnier <monnier@cs.yale.edu>
7924
7925 * update-subdirs: Also ignore CVS subdirs.
7926
79271999-10-07 Gerd Moellmann <gerd@gnu.org>
7928
7929 * Makefile.in (install-arch-indep): Add ada-mode.
7930
79311999-10-06 Dave Love <fx@gnu.org>
7932
7933 * Makefile.in: Add rules for config.status, configure.
7934
79351999-09-07 Gerd Moellmann <gerd@gnu.org>
7936
90eacf99 7937 * configure.in (--with-sound): Remove.
067d23c9
KY
7938
79391999-08-30 Gerd Moellmann <gerd@gnu.org>
7940
7941 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7942 the test for Xaw3d.
7943 (HAVE_TIFF): Add -lm to library check.
7944
79451999-08-28 Richard Stallman <rms@gnu.org>
7946
7947 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7948 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7949 after the other X-related libraries.
7950
79511999-08-21 Dave Love <fx@gnu.org>
7952
7953 * configure.in: Don't check for jpeglib.h.
7954
79551999-08-20 Gerd Moellmann <gerd@gnu.org>
7956
7957 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7958 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7959
79601999-08-18 Dave Love <fx@gnu.org>
7961
7962 * configure.in: Check for termcap.h.
7963
79641999-08-15 Gerd Moellmann <gerd@gnu.org>
7965
7966 * configure.in: Add --with-toolkit-scroll-bars. If "no",
7967 use Emacs' scroll bars, even if configured for Motif or when
7968 Xaw3d is available.
7969
79701999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7971
7972 * configure.in: Check for getaddrinfo.
7973
79741999-08-04 Eli Zaretskii <eliz@gnu.org>
7975
7976 * config.bat: Make --no-debug work again by removing -gcoff.
7977
79781999-07-30 Dave Love <fx@gnu.org>
7979
7980 * configure.in: Check for stdlib.h.
7981
79821999-07-19 Dave Love <fx@gnu.org>
7983
7984 * configure.in: Grok sparc64-*-linux-gnu*.
7985
79861999-07-12 Richard Stallman <rms@gnu.org>
7987
7988 * Version 20.4 released.
7989
79901999-06-23 Karl Heuer <kwzh@gnu.org>
7991
7992 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7993 Quote $EMACS, in case it's a program with args.
7994
79951999-06-15 Gerd Moellmann <gerd@gnu.org>
7996
7997 * configure.in (HAVE_GIF): Use libungif instead of libgif
7998 because the former doesn't contain patented compression code.
7999
80001999-05-29 Richard M. Stallman <rms@gnu.org>
8001
8002 * configure.in: Delete the Kerberos stuff.
8003
80041999-05-27 Greg Hudson <ghudson@mit.edu>
8005
8006 * configure.in: Prefer kerberos 5 names.
8007
80081999-04-26 Richard M. Stallman <rms@gnu.org>
8009
8010 * configure.in: Check for libXp.
8011
80121999-04-08 Richard Stallman <rms@gnu.org>
8013
8014 * make-dist: Include change logs in subdirs of `lisp'.
8015
80161999-04-05 Richard Stallman <rms@gnu.org>
8017
8018 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
8019 (install-arch-indep): Make ${datadir}/emacs world-readable.
8020
80211999-03-30 Eli Zaretskii <eliz@gnu.org>
8022
8023 * config.bat: Use epaths.* instead of paths.*.
8024
80251999-03-07 Eli Zaretskii <eliz@gnu.org>
8026
8027 * INSTALL: Add detailed instructions to unpack and install
8028 intlfonts on MS-DOS.
8029
80301999-02-26 Richard Stallman <rms@gnu.org>
8031
8032 * configure.in: Use epaths.h and epaths-force instead of paths...
8033
90eacf99 8034 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
8035 operate on epaths.in and produce epaths.h.
8036
80371999-02-24 Richard Stallman <rms@gnu.org>
8038
8039 * make-dist: Fix nt/icons directory handling.
8040
80411999-02-22 Simon Josefsson <jas@pdc.kth.se>
8042
8043 * configure.in (f301-fujitsu-uxpv4.1): New target.
8044
80451999-02-20 Richard Stallman <rms@gnu.org>
8046
8047 * make-dist (tempparent): Fix command to update info files.
8048
80491999-02-09 Richard Stallman <rms@gnu.org>
8050
8051 * configure.in (powerpc-apple-netbsd*): New alternative.
8052
80531999-01-25 Geoff Voelker <voelker@cs.washington.edu>
8054
8055 * make-dist: Include the new directory nt/icons in distributions.
8056
80571999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8058
8059 * configure.in: Change message about HAVE_XFREE386.
8060
80611999-01-07 Eli Zaretskii <eliz@gnu.org>
8062
8063 * config.bat: Support configuring with leim.
8064
80651998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
8066
8067 * configure.in (mips-sgi-irix6.5): New target.
8068
80691998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8070
8071 * configure.in: Remove GSS-API support, since it has been removed
8072 from movemail.
8073
80741998-12-04 Markus Rost <rost@delysid.gnu.org>
8075
8076 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8077
80781998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
8079
8080 * Makefile.in: Don't install customize info file.
8081 Run install-info on viper info file.
8082
80831998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
8084
8085 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
8086
80871998-11-16 Kenichi Handa <handa@etl.go.jp>
8088
8089 * configure.in (*-*-bsdi4*): New target.
8090
80911998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
8092
8093 * configure.in: Fix previous change.
8094
80951998-11-11 Richard Stallman <rms@gnu.org>
8096
8097 * configure.in (aviion-intel): New machine.
8098
80991998-11-04 Kenichi Handa <handa@etl.go.jp>
8100
8101 * configure.in (mips-nec-sysv4*): New target.
8102
81031998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
8104
8105 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
8106 from lisp.
8107
81081998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
8109
8110 * make-dist: Don't include fns*.el in dist.
8111
81121998-10-30 Dave Love <fx@gnu.org>
8113
8114 * configure.in: Don't mkdir cpp.
8115
81161998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
8117
8118 * Makefile.in (install-arch-dep): Install src/fns-*.el in
8119 ${archlibdir}.
8120
81211998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
8122
8123 * Version 20.3 released.
8124
81251998-07-30 Paul Eggert <eggert@twinsun.com>
8126
8127 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
8128 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
8129 (lwlib/Makefile, leim/Makefile):
8130 Prepend $(srcdir)/ to rule dependencies outside this dir.
8131
81321998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8133
8134 * configure.in: Use unset CDPATH instead of making it empty.
8135
81361998-06-20 Karl Heuer <kwzh@gnu.org>
8137
8138 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
8139
81401998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
8141
8142 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
8143 and default.el. Sort the results.
8144
81451998-05-31 Karl Heuer <kwzh@gnu.org>
8146
8147 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
8148 writable.
8149
81501998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
8151
8152 * Makefile.in (install-arch-indep):
8153 Don't alter site-lisp/subdirs.el if it exists.
8154
81551998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8156
8157 * Makefile.in (install-arch-indep): Put `-' on commands to create
8158 subdirs.el in site-lisp dirs.
8159
81601998-05-07 Richard Stallman <rms@psilocin.gnu.org>
8161
8162 * Makefile.in (install-arch-indep): Fix typo in previous change.
8163
81641998-05-06 Richard Stallman <rms@psilocin.gnu.org>
8165
8166 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
8167
81681998-04-28 Richard Stallman <rms@psilocin.gnu.org>
8169
8170 * Makefile.in (mkdir): Create the site-lisp dirs.
8171 (install-arch-indep): Make site-lisp/subdirs files world-readable.
8172
81731998-04-26 Richard Stallman <rms@psilocin.gnu.org>
8174
8175 * Makefile.in (INSTALL_INFO): New variable.
8176 (install-arch-indep): Don't replace the dir file if it already exists.
8177 Use the install-info program, via INSTALL_INFO, to add entries.
8178 Make the `info' subdir and the Info files world-readable.
8179
81801998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
8181
8182 * config.bat: Make sure the environment is large enough to support
8183 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
8184
81851998-04-10 Karl Heuer <kwzh@gnu.org>
8186
8187 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
8188
81891998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8190
8191 * configure.in: Add --with-gssapi to specify GSS-API
8192 authentication support for movemail.
8193
81941998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
8195
8196 * Makefile.in (install-arch-indep): Fix previous change.
8197
81981998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
8199
8200 * Makefile.in (info): Run man in build dir, not srcdir.
8201
82021998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
8203
8204 * Makefile.in (install-arch-indep): Fix previous change.
8205
82061998-03-23 Kenichi Handa <handa@etl.go.jp>
8207
8208 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
8209
82101998-03-22 Richard Stallman <rms@gnu.org>
8211
8212 * Makefile.in (install-arch-indep): Put special subdirs.el files
8213 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8214
82151998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8216
8217 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8218
82191998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8220
8221 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8222 (m68*-hp-hpux*): Handle versions 1X like 10.
8223
82241998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8225
8226 * make-dist: PROBLEMS is now in etc, not top level dir.
8227
8228 * Makefile.in (SOURCES): Delete PROBLEMS.
8229
82301998-02-25 Richard Stallman <rms@gnu.org>
8231
8232 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8233
8234 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8235
82361998-01-17 Richard Stallman <rms@gnu.org>
8237
8238 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8239
82401998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8241
8242 * make-dist (tempparent): New option --no-check.
8243
8244 * make-dist: Don't do anything with cpp directory.
8245
82461997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8247
8248 * configure.in (sparc-fujitsu-sysv4*): New target.
8249
82501997-12-17 Andreas Schwab <schwab@gnu.org>
8251
8252 * configure.in: Cache more tests. Add missing quotes around
8253 message with embedded comma.
8254
82551997-12-04 Karl Heuer <kwzh@gnu.org>
8256
8257 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8258
82591997-11-26 Joel N. Weber II <devnull@gnu.org>
8260
8261 * make-dist: Changed the comment about `umask 0' to say `Don't
8262 restrict access to any files.'; previously it said `Don't protect
8263 any files', which may have implied that we think fascism is good.
8264
82651997-11-24 Paul Eggert <eggert@twinsun.com>
8266
8267 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8268 strftime needs the underlying host's strftime for locale dependent
8269 formats.
8270
82711997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8272
8273 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8274
82751997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8276
8277 * config.bat: Configure the man subdirectory.
8278
82791997-11-07 Paul Eggert <eggert@twinsun.com>
8280
8281 * configure.in (AC_CHECK_LIB): Add -lintl.
8282
82831997-11-07 Karl Heuer <kwzh@gnu.org>
8284
8285 * make-dist (check for .elc files): Avoid bash-specific syntax.
8286 (check for overflow 14-char limit): Simplify.
8287
82881997-11-07 Richard Stallman <rms@gnu.org>
8289
8290 * Makefile.in (install): Move blessmail last.
8291
82921997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8293
8294 * configure.in (gettimeofday, one arg or two):
8295 Clarify messages by avoiding double negative.
8296
82971997-09-30 Karl Eichwalder <ke@suse.de>
8298
8299 * Makefile.in (install-arch-indep): Install the widget info file.
8300
83011997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8302
8303 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8304 libraries in reverse order, so that libraries will appear in the
8305 correct dependency order on the link line (and so that the
8306 configure checks themselves will work properly when early
8307 libraries depend on later ones).
8308
83091997-09-21 Erik Naggum <erik@naggum.no>
8310
8311 * make-dist (making links to `src'): Keep timestamp on copied files.
8312
8313 * make-delta: New script to produce delta distributions.
8314
83151997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8316
8317 * Version 20.2 released.
8318
83191997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8320
8321 * Version 20.1 released.
8322
8323 * Makefile.in (install-leim): Depend on mkdir.
8324 (leim): Depend on src.
8325
83261997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8327
8328 * configure.in: Recognize alpha* instead of just alpha.
8329
83301997-09-12 Paul Eggert <eggert@twinsun.com>
8331
8332 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8333
83341997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8335
8336 * update-subdirs: Use rm -f.
8337
83381997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8339
8340 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8341 Ignore subdirs named Old.
8342
83431997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8344
8345 * configure.in: Add OpenBSD clause to set $machine.
8346
83471997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8348
8349 * make-dist: Recompile everything after updating various Lisp files.
8350 Recompile in leim as well as lisp.
8351 Check in leim as well as lisp for mismatched files and too-long names.
8352
83531997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8354
8355 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8356
83571997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8358
8359 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8360 before trying to copy anything from it.
8361
83621997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8363
8364 * Makefile.in (man/Makefile): New target.
8365 (tags): Define env var EMACS and run Makefile from build dir.
8366
83671997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8368
8369 * config.bat: If src/_gdbinit doesn't exist, try using
8370 src/.gdbinit to create it (for building on Windows 95).
8371
83721997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8373
8374 * Makefile.in (install-arch-indep):
8375 Discard extra data in tar | tar pipes.
8376
83771997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8378
90eacf99
SM
8379 * configure.in (x_default_search_path):
8380 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
8381
83821997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8383
8384 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8385
83861997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8387
8388 * configure.in: Support auto-configuration of both Kerberos V4 and
8389 Kerberos V5 for movemail, including detection of V4 and V5 header
8390 files and libraries.
8391
83921997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8393
8394 * configure.in: Compute x_default_search_path
8395 and substitute into makefiles.
8396
8397 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8398
83991997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8400
8401 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8402
84031997-08-07 Erik Naggum <erik@naggum.no>
8404
8405 * configure.in: Remove lockdir, it is no longer needed.
8406 * Makefile.in (mkdir): Don't create lockdir.
8407 (lockdir): Variable deleted.
8408 (paths-force): Don't operate on PATH_LOCK.
8409
84101997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8411
8412 * leim-Makefile.in (clean, distclean): New targets.
8413
8414 * make-dist: Include leim/ChangeLog in leim distribution.
8415
84161997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8417
8418 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8419
84201997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8421
8422 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8423
84241997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8425
8426 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8427
84281997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8429
8430 * make-dist: Update leim/leim-list.el.
8431 Pass along value of $EMACS when updating lisp dir.
8432
84331997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8434
8435 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8436 prerequisite to the use of Doug Lea's malloc.
8437
84381997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8439
8440 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8441
8442 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8443
84441997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8445
8446 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8447
84481997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8449
8450 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8451 to news-r6.h.
8452
84531997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8454
8455 * config.bat: Use `sed' instead of `cp', which might not be
8456 installed.
8457
84581997-07-09 Kenichi Handa <handa@etl.go.jp>
8459
8460 * Makefile.in (mostlyclean): Add cleaning leim directory.
8461 (clean, distclean, maintainer-clean): Likewise.
8462
84631997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8464
8465 * make-dist (bogosities): Check subdirs of `lisp' also.
8466
84671997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8468
8469 * make-dist (etc): Really avoid symlinks now.
8470 (lisp): Don't delete from subdirs the things we never copy.
8471
84721997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8473
8474 * Makefile.in (install-arch-indep): Correct the target name.
8475 The first letter `i' was dropped by the previous change of mine.
8476
84771997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8478
8479 * configure.in (leim/Makefile): Generate this.
8480 (*-sysv4.2uw*): Recognize new alternative.
8481
8482 * leim-Makefile.in: Renamed from leim-Makefile.
8483
8484 * make-dist: Set up real-leim subdirectory,
8485 with the real contents of leim; then move it to
8486 a separate top-level directory.
8487
8488 * make-dist: Don't mention site-lisp, site-init, site-start
8489 or default, when listing files hat are not compiled and should be.
8490
8491 * configure.in: Create src/config.stamp at the end.
8492
84931997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8494
8495 * Makefile.in (install-leim): Correct previous change.
8496
84971997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8498
8499 * Makefile.in (install-leim): New target.
8500 (install): Depend on install-leim.
8501
85021997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8503
8504 * Makefile.in (SUBDIR): Add leim.
8505 (SUBDIR_MAKEFILES): Add leim/Makefile.
8506 (leim/Makefile): New target.
8507
85081997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8509
8510 * leim-Makefile: New file.
8511 * make-dist: Initialize a `leim' subdirectory with that makefile.
8512
85131997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8514
8515 * configure.in (GNU_MALLOC_reason): Fix message text.
8516
85171997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8518
8519 * make-dist (lisp): Don't process subdirs that start with =.
8520 (etc): Copy symlinks, as in src.
8521
85221997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8523
8524 * configure.in (i*86-*-unixware*): New alternative.
8525
85261997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8527
8528 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8529 and touch it explicitly.
8530
8531 * configure.in (mips-sony-newsos6*): New alternative.
8532 (mips-*-linux-gnu*): New alternative.
8533 (*-*-bsdi*): New alternative.
8534 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8535
85361997-06-22 Dave Love <d.love@dl.ac.uk>
8537
8538 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8539 (src/config.h): New target to re-configure if src/config.in is patched.
8540
85411997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8542
8543 * configure.in (shutdown): Check for `shutdown' function.
8544
85451997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8546
8547 * update-subdirs: Include the directory "language" in subdirs.
8548
85491997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8550
8551 * configure.in (m88k-dg-dgux4*): New alternative.
8552 (alpha-*-netbsd*): New alternative.
8553 (powerpcle-*-solaris2*): New alternative.
8554
85551997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8556
8557 * make-dist: Warn about .el files that are not compiled.
8558
85591997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8560
8561 * Makefile.in (dist): Don't run update-subdirs here,
8562 since make-dist now gets that done.
8563
8564 * make-dist: Use the new `updates' target in lisp/Makefile.
8565
8566 * make-dist: Use new non-file targets in lisp/Makefile.
8567
85681997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8569
8570 * make-dist: Handle all subdirs of `lisp' uniformly.
8571 Don't handle `term' and `language' specially.
8572 Clear out umask at the beginning.
8573
85741997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8575
8576 * make-dist: Use Make to update finder-inf.el and autoloads.
8577 Also update cus-load.el.
8578
85791997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8580
8581 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8582 in case it is desirable to disable the GNU malloc features with glibc.
8583
85841997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8585
8586 * configure.in (DOUG_LEA_MALLOC):
8587 Define if malloc_{get,set}_state exist.
8588
85891997-03-05 Kenichi Handa <handa@etl.go.jp>
8590
8591 * make-dist: Make links for files under lisp/language.
8592
85931997-02-20 Kenichi Handa <handa@etl.go.jp>
8594
8595 * update-subdirs: Exclude the directory "language" from subdirs.
8596
85971997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8598
8599 * configure.in: Check for rint and cbrt.
8600
86011997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8602
8603 * make-dist: Use $EMACS to say where to run Emacs.
8604 Add --no-update option.
8605
86061996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8607
8608 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8609
86101996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8611
8612 * make-dist (copying src): Check thoroughly for symlinks
8613 and copy them in all cases. Regularize the linking of *.in
8614 and *.opt and ChangeLog files.
8615 (copying lib-src): Likewise.
8616 Don't rm getdate.c or y.tab.*--they don't exist any more.
8617
86181996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
8619
8620 * configure.in: Check for libmail, maillock.h and
8621 touchlock (for movemail).
8622
86231996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8624
8625 * configure.in (limits.h): Check for this file.
8626
86271996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8628
8629 * configure.in (rs6000-ibm-aix4.2): New alternative.
8630 (rs6000-ibm-aix4.0): New alternative.
8631 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8632
86331996-11-22 Ben Harris <bjh21@cam.ac.uk>
8634
8635 * configure.in: Recognize vax-*-netbsd*.
8636
86371996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8638
8639 * configure.in (locallisppath): Add leim directory.
8640
86411996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8642
8643 * config.bat: Make sure `mv' supports forward slashes and -f.
8644
86451996-10-28 Christian Limpach <chris@nice.ch>
8646
8647 * configure.in (hppa*-next-nextstep*): * added after hppa
8648 to accept hppa1.0 and hppa1.1.
8649
86501996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
8651
8652 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8653 * configure.in (ld_switch_machine): Fix typo.
8654
86551996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8656
8657 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
8658 from config.h and use them in $ac_link.
8659
86601996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
8661
8662 * configure.in: Create a subdir named `lisp'.
8663
86641996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8665
8666 * configure.in: Check for getcwd.
8667
86681996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8669
8670 * configure.in: Check for termios.h. Check for setpgid.
8671
86721996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8673
8674 * configure.in: Check for setrlimit.
8675
86761996-08-31 Paul Eggert <eggert@twinsun.com>
8677
8678 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
8679
86801996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8681
8682 * configure.in: Check for utimes.
8683
8684 * configure.in: Check for com_err library, but only
8685 if --with-kerberos was used. Check for krb and des
8686 only if --with-kerberos.
8687
86881996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8689
8690 * Makefile.in (INSTALL_STRIP): New variable.
8691 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
8692 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
8693
86941996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8695
8696 * configure.in: Check for krb and des libraries.
8697
86981996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8699
8700 * configure.in (*-sunos4.1.[3-9]*noshare):
8701 Use sunos413, not sunos4-1-3.
8702 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
8703 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
8704
87051996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8706
8707 * Makefile.in (src/paths.h): Target deleted.
8708 (paths-force): Delete all dependencies on this target
8709 but don't delete the target.
8710 (install): Depend on `all'.
8711 (paths-force): Don't print a message.
8712
8713 * configure.in: Generate src/paths.h here.
8714
87151996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8716
8717 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
8718 New variables that affect linking only.
8719 (alpha-dec-osf*): Use those instead of previous change.
8720
87211996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8722
8723 * Makefile.in (install-arch-indep): Install info/messages.
8724
87251996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8726
8727 * Version 19.33 released.
8728
87291996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
8730
8731 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8732 Fix previous change.
8733
87341996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8735
8736 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8737 New alternative.
8738
87391996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8740
8741 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
8742 and NON_GCC_TEST_OPTIONS.
8743
87441996-08-06 Paul Eggert <eggert@twinsun.com>
8745
8746 * configure.in (LOCALTIME_CACHE): Don't put a string literal
8747 "TZ=..." in environ.
8748
87491996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8750
8751 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
8752
87531996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8754
8755 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
8756 the more general *-sunos4.1.[3-9]* clause.
8757
87581996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8759
8760 * Version 19.32 released.
8761
8762 * configure.in (*-sco3.2v5*):
8763 Set OVERRIDE_CPPFLAG to a string of one space.
8764 Fix the code that uses OVERRIDE_CPPFLAG.
8765
87661996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
8767
8768 * configure.in: Undo previous change.
8769
87701996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8771
8772 * config.sub: Use `pc', not `unknown', when canonicalizing
8773 the vendor for ...86.
8774
87751996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
8776
8777 * configure.in: Check for termios.h header.
8778
87791996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
8780
8781 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
8782
87831996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
8784
8785 * configure.in: Split bsdos2 and bsdos2-1.
8786
87871996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8788
8789 * config.sub: If last two words are not a recognized
8790 KERNEL-OS pair, use just the last word as OS, as in 19.31.
8791 Make conversion of gnu/linux to linux-gnu really work.
8792
8793 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
8794
87951996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8796
8797 * configure.in (check for using Lucid widgets by default):
8798 Eliminate indentation that confuses some compilers.
8799
88001996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8801
8802 * config.sub: Convert linux and gnu/linux to linux-gnu.
8803
8804 * make-dist: Don't update getdate.c.
8805 Ignore =... files when checking for too-long Lisp file names.
8806
88071996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8808
8809 * configure.in (euidaccess): Check for that, not for eaccess.
8810
88111996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8812
8813 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
8814 before `noshare'.
8815 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
8816
88171996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8818
8819 * configure.in: Rename lignux to linux-gnu in configuration names.
8820 Use gnu-linux as the opsys value (s/ file name).
8821 Allow i686 just like i386, i486, i586.
8822
88231996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8824
8825 * configure.in (i*86-*-sco3.2v5): New alternative.
8826 (OVERRIDE_CPPFLAG): New variable.
8827 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
8828
8829 * configure.in: Specify vpath for .texi files.
8830
88311996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8832
8833 * configure.in: Always check for HAVE_X11R5.
8834 Separately decide whether to use a toolkit by default.
8835
88361996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
8837
8838 * configure.in: If X11R5 is missing the Xaw headers,
8839 default to --with-x-toolkit=no.
8840
88411996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8842
8843 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
8844
88451996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8846
8847 * Makefile.in (install-arch-indep): If cd etc makes output,
8848 don't treat that as part of the tar data.
8849 Check that ./lisp actually exists.
8850
88511996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
8852
8853 * make-dist: Check for long file names.
8854
88551996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8856
8857 * Version 19.31 released.
8858
88591996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8860
8861 * configure.in: Recognize sparc-*-lignux.
8862
88631996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8864
8865 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8866 Don't include config.w95.
8867
88681996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8869
8870 * make-dist: Replace --no-clean-up and --no-tar options
8871 with --clean-up and --tar, so that the default is useful.
8872
88731996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8874
8875 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8876 if not, tell the user to rename it and abort.
8877
88781996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8879
8880 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8881 test program.
8882
88831996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8884
8885 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8886
8887 * make-dist (MANIFEST): Fix previous change.
8888 (msdos): Put mainmake.v2 into the dist.
8889
88901996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8891
8892 * make-dist: Exit if autoconf fails.
8893
88941996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8895
8896 * config.bat: Set djgpp-ver, and unset it at the end.
8897 Add a number of conditionals for DJGPP version 2.
8898 Rename label libsrc2 to libsrc3.
8899 Substitute for LDFLAGS in src/Makefile.
8900 Substitute for ALL_CFLAGS in lib-src/Makefile.
8901
89021996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8903
8904 * configure.in (ncurses): Check this after checking fns like strerror.
8905
89061996-04-08 Erik Naggum <erik@naggum.no>
8907
8908 * make-dist (MANIFEST): Don't include lines from =files.
8909
89101996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8911
8912 * make-dist: Don't put lisp/dired.todo in the dist.
8913
89141996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
8915
8916 * configure.in (HAVE_NCURSES): Look for library named ncurses.
8917
8918 * configure.in (setlocale): Check for it.
8919
8920 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8921
89221996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8923
8924 * configure.in: Use lignux instead of linux as value of opsys.
8925
89261996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8927
8928 * Makefile.in (install-strip): Fix whitespace.
8929 Get rid of continuation.
8930
8931 * config.sub: Convert linux or gnu/linux to lignux.
8932
89331996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8934
8935 * configure.in: Accept lignux in configuration name.
8936
89371996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8938
8939 * Makefile.in (install-strip): New target.
8940
89411996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8942
8943 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8944 -f failed to do the job on Suns.
8945
89461996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8947
8948 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8949
8950 * configure.in (linux/version.h): Check for this header.
8951
89521996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8953
8954 * configure.in: Remove -fno-builtin hackery from -lm check.
8955
89561996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8957
8958 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8959 just this test.
8960
8961 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8962
89631996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8964
8965 * configure.in: Check for ncurses.
8966
89671996-02-28 Paul Eggert <eggert@twinsun.com>
8968
8969 * configure.in (LOCALTIME_CACHE):
8970 Also define if localtime mishandles unsetting TZ.
8971 This works around a localtime bug in mips-dec-ultrix.
8972
89731996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8974
8975 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8976
8977 * configure.in: Improve messages about X versions.
8978
89791996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8980
8981 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8982
89831996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8984
8985 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8986 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8987
8988 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8989 (install): Put install-arch-indep before install-arch-dep.
8990
89911996-02-20 Dave Love <d.love@dl.ac.uk>
8992
8993 * INSTALL: Clarify info about MS-DOS path handling.
8994
89951996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8996
8997 * Makefile.in (install-arch-indep): Install info/ccmode*.
8998 In previous change, protect against /bin/pwd returning null string.
8999
90001996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9001
9002 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
9003 to lispdir.
9004
90051996-02-01 Paul Eggert <eggert@twinsun.com>
9006
9007 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
9008
90091996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9010
9011 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
9012
90131996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9014
9015 * Makefile.in (extraclean): Use ${top_distclean} to ensure
9016 we delete everything distclean deletes.
9017
90181996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
9019
9020 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
9021
90221996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9023
9024 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
9025 into LDFLAGS instead of into LIBS.
9026
90271996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9028
9029 * configure.in (HAVE_XMU): Fix typo in previous change.
9030
90311996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9032
9033 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
9034
90351996-01-10 Erik Naggum <erik@naggum.no>
9036
9037 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
9038
90391996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
9040
9041 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
9042
90431996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9044
9045 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
9046 and use -lXt to link it.
9047
90481996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9049
9050 * configure.in (locallisppath): Put version-specific dir first.
9051
90521996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9053
9054 * configure.in (hppa-*-nextstep*): New alternative.
9055 (USE_X_TOOLKIT): By default, set this to "maybe";
9056 and change that later to LUCID or "no" according to X11 version.
9057
9058 * make-dist: Recompile outdated .elc files and update all autoloads.
9059
90601996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9061
9062 * configure.in (locallisppath): Fix typo in last change: " -> '.
9063
90641996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9065
9066 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
9067
90681995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9069
9070 * Makefile.in (install-arch-indep): Give all files read permission.
9071
90721995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9073
9074 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
9075 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
9076
90771995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9078
9079 * configure.in: Determine HAVE_X11R6.
90eacf99 9080 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
9081
90821995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9083
9084 * configure.in: Just "solaris" now defaults to version 2.4.
9085 Add sunos4.1.n-noshare as alternative.
9086
90871995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9088
9089 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
9090
90911995-11-29 Erik Naggum <erik@naggum.no>
9092
9093 * Makefile.in (install-arch-indep): Add missing backslash.
9094
90951995-11-29 Karl Eichwalder <ke@ke.Central.DE>
9096
9097 * Makefile.in (install-arch-indep): Don't install
9098 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
9099
91001995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9101
9102 * Makefile.in (install-arch-indep): Fix previous change.
9103
9104 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
9105
91061995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9107
9108 * Version 19.30 released.
9109
9110 * make-dist (lisp): Exclude subdirs.el.
9111
91121995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9113
9114 * make-dist (etc): Delete *.orig and *.rej.
9115
91161995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9117
9118 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
9119
91201995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9121
9122 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
9123
91241995-11-14 Geoff Voelker <voelker@cs.washington.edu>
9125
9126 * make-dist (nt): Rename install, readme, and todo to
9127 INSTALL, README, and TODO.
9128
91291995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9130
9131 * make-dist (lisp): Don't distribute site-start.
9132
91331995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
9134
9135 * make-dist: Break the hard link on alloca.c.
9136
91371995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9138
9139 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
9140
91411995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9142
9143 * make-dist (src, lib-src): Don't distribute Makefile.c.
9144 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
9145
91461995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9147
9148 * Makefile.in (mkdir): Create man1dir, not mandir.
9149 (uninstall): Use man1dir, not mandir.
9150
91511995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9152
9153 * Makefile.in (man1dir): New variable.
9154 (install-arch-indep): Use man1dir.
9155
9156 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
9157
9158 * make-dist: Create lisp/MANIFEST.
9159
91601995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9161
9162 * configure.in (m68k-*-linux*): New alternative.
9163
91641995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9165
9166 * make-dist: Use new names config.in, paths.in, and
9167 {src,lib-src}/Makefile.in.
9168
91691995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9170
9171 * configure.in: Don't bother checking for drem.
9172
91731995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9174
9175 * Makefile.in (distclean): Delete line with just a tab in it.
9176 (install-arch-indep): Delete spaces that precede tabs.
9177 Delete spurious `fi' left from previous change.
9178 (install): Supply `true' as command, to avoid null command.
9179
91801995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9181
9182 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
9183
91841995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9185
ed9265fc 9186 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
9187
91881995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
9189
9190 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
9191 of paths.h.tmp$$, to avoid going beyond 14 characters.
9192
91931995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9194
9195 * configure.in: Improve error msg for invalid --with-x-toolkit value.
9196
91971995-09-06 Paul Eggert <eggert@twinsun.com>
9198
9199 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
9200 if localtime caches TZ. Check for tzset.
9201
92021995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9203
9204 * config.bat: Simplify using new names file names src/makefile.in,
9205 config.in, paths.in. Change Echo commands not to use `.
9206
92071995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9208
9209 * Makefile.in (install-arch-indep): Always install the new dir file;
9210 rename the previous dir file to dir.bak or dir.old.
9211
92121995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9213
9214 * configure.in (RANLIB): Substitute this into makefiles.
9215 Set it specially on solaris; set it by default on other systems.
9216
9217 * configure.in: Fix previous Alpha change.
9218
92191995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9220
9221 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9222 NON_GCC_TEST_OPTIONS.
9223
92241995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9225
9226 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9227 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9228
9229 * configure.in (alpha-*-linux*): New configuration.
9230
92311995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9232
9233 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9234 (m68k-next-nextstep*): New alias for that.
9235 (i*86-*-nextstep*): Use nextstep.h.
9236 (sparc-*-nextstep*): New configuration.
9237
92381995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9239
9240 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9241 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9242
92431995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9244
9245 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9246 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9247
92481995-07-18 Mike Long <mike.long@analog.com>
9249
9250 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9251
92521995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9253
9254 * Makefile.in (src/paths.h, paths-force):
9255 Rename src/paths.h.in to src/paths.in.
9256 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9257
9258 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9259 Use Makefile.c for intermediate file.
9260 Rename src/config.h.in to src/config.in.
9261
92621995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9263
9264 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9265 (mips-dec-ultrix4.[12]): New alternative for old versions.
9266
92671995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9268
9269 * make-dist: Don't break intra-tree links.
9270
92711995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9272
90eacf99
SM
9273 * configure.in: Put back archlibdir initialization.
9274 Require autoconf 2.4.1 or later.
067d23c9
KY
9275
92761995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9277
9278 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9279 (mips-mips-riscos5*): New alternative.
9280
92811995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9282
9283 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9284
92851995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9286
9287 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9288 (mandir, infodir, archlibdir): Initializations deleted.
9289
9290 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9291 On hpux9shr, use hpux9shxr4.h.
9292
92931995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9294
9295 * configure.in: Added target mips-dec-mach_bsd4.3.
9296 * config.guess: Guess mips-dec-mach_bsd4.3.
9297
92981995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9299
9300 * Makefile.in (mkdir): Use symbolic chmod.
9301
93021995-06-22 Paul Eggert <eggert@twinsun.com>
9303
9304 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9305 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9306
93071995-06-22 Paul Eggert <eggert@twinsun.com>
9308
9309 * Makefile.in (SUBDIR_MAKEFILES):
9310 Add man/Makefile, so `make distclean' removes it.
9311 (top_distclean): Add config.log to the list of files to be removed.
9312
93131995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9314
9315 * Version 19.29 released.
9316
93171995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9318
9319 * configure.in: Fix the previous change to verify that the -b
9320 option really solves the problem.
9321
9322 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9323
93241995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9325
9326 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9327
93281995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9329
9330 * configure.in: Report more clearly when there is no special
9331 dir to search for X includes or libraries.
9332
93331995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9334
9335 * configure.in: Check for -lpthreads, not -lpthread.
9336
93371995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9338
9339 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9340
93411995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9342
9343 * configure.in: Check for -lpthread.
9344
93451995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9346
9347 * Makefile.in (install-arch-indep): Install info files for mh-e.
9348 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9349
93501995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9351
9352 * configure.in (*-solaris2.5): New configuration.
9353
9354 * make-dist: Copy new files config.nt and config.w95.
9355
93561995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9357
9358 * configure.in: Use x_includes, not x_libraries, for -I.
9359 Make bitmapdir a colon-separated list.
9360
93611995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9362
9363 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9364
9365 * configure.in: Allow x_libraries and x_includes to be paths.
9366
93671995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9368
9369 * configure.in: Fix typo.
9370
93711995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9372
9373 * INSTALL: Clarify use of site-init.el.
9374
93751995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9376
9377 * configure.in: Pass arg to sqrt.
9378
93791995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9380
9381 * make-dist: Fix May 6 change.
9382
93831995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9384
9385 * vpath.sed: Delete reference to ymakefile.
9386
93871995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9388
9389 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9390
93911995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9392
9393 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9394
9395 * update-subdirs: Specify /bin/sh to run the script.
9396
93971995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9398
9399 * make-dist: Put src/makefile.nt in dist.
9400
9401 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 9402 (vax-dec-bsd386*): Delete.
067d23c9
KY
9403
94041995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9405
9406 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9407 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9408 Use fmod instead of logb in -lm check.
9409
94101995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9411
90eacf99 9412 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
9413 Use bsd4-3. Don't set NON_GNU_CPP.
9414
9415 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9416 In nt, copy various different things, but not *.cmd.
9417 Fix the ln commands for the subdirs of nt.
9418
94191995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9420
9421 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9422
94231995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9424
9425 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9426 since that's what the header file expects.
9427
94281995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9429
9430 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9431 and 68040 based machines when choosing options for gnucc.
9432
94331995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9434
9435 * Makefile.in (top_distclean): Delete config.cache.
9436
94371995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9438
9439 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9440
9441 * configure.in: Use m/ncr386.h.
9442
94431995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9444
9445 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9446
94471995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9448
9449 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9450 (man): Don't copy texindex.c and getopt.c; they're deleted.
9451 (etc): Omit `e'; it's a subdirectory.
9452 (etc/e): Use `../..', not `..', to reference top level.
9453
94541995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9455
9456 * Makefile.in (install-arch-indep, dist):
9457 Look for `update-subdir' in $(srcdir).
9458
94591995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9460
9461 * make-dist: Include mkinstalldirs in distribution.
9462
94631995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9464
9465 * make-dist: Add missing close backquote.
9466
94671995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9468
9469 * make-dist: Don't distribute shortnames directory.
9470
94711995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9472
9473 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9474
94751995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9476
9477 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9478
94791995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9480
9481 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9482
94831995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9484
9485 * configure.in (mips-sgi-irix6): New configuration.
9486
94871995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9488
90eacf99 9489 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
9490
94911995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9492
9493 * configure.in: Create a .gdbinit that sources the real one,
9494 if using a different build directory.
9495
94961995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9497
9498 * configure.in: Check for sys/select.h.
9499
95001995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9501
9502 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9503
95041994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9505
9506 * configure.in: Handle isc 4.1 operating system.
9507
95081994-12-10 Richard Stallman <rms@kepa>
9509
9510 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9511 (rs6000-ibm-aix4*): New alternative.
9512
95131994-12-06 Richard Stallman <rms@kepa>
9514
9515 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9516
95171994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9518
9519 * configure.in: Don't try to make directories that are guaranteed
9520 to already exist.
9521
95221994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9523
9524 * configure.in: Generate man/Makefile from man/Makefile.in.
9525 Create the man subdir.
9526
9527 * Makefile.in (dvi): Run Make in our man subdir.
9528
9529 * make-dist: Create subdir etc/e.
9530 Make links to it.
9531 Put man/Makefile.in in dist, instead of man/Makefile.
9532
95331994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9534
9535 * configure.in: Add --with-pop, --with-kerberos, and
9536 --with-hesiod for movemail.
9537
95381994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9539
9540 * configure.in (m68*-apollo*): Use s/domain.h.
9541
95421994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9543
9544 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9545
95461994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9547
9548 * configure.in: Don't add -I, -L, -R options for cc if their
9549 arguments would be empty.
9550
95511994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9552
9553 * configure.in (i860-intel-osf1*): New alternative.
9554 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9555 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9556
95571994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9558
9559 * configure.in: Make h_errno check not use nested functions.
9560
95611994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9562
9563 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9564
95651994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9566
9567 * Makefile.in (install-arch-indep): Avoid continued comment
9568 swallowing target line.
9569
95701994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9571
9572 * configure.in: Protect a character class with `changequote'.
9573
95741994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9575
9576 * configure.in: Accept `news' as a synonym for `newsos'.
9577
95781994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9579
9580 * Makefile.in: Don't rm files if cd fails.
9581
95821994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9583
9584 * make-dist: Put nt subdir and its subdirs in the dist.
9585 (lib-src): Put makefile.nt in the dist.
9586 (lisp): Put makefile.nt in the dist.
9587
95881994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9589
9590 * configure.in: Change a stray `[' to `test'.
9591
95921994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9593
9594 * configure.in: Adapt for Autoconf v2. Use the standard argument
9595 parser, host type canonicalizer, X11 finder, and message
9596 printing macros. Use the new macro names. Use `test' instead of `['.
9597
95981994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9599
9600 * configure.in: Check for getpagesize.
9601
96021994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9603
9604 * make-dist (msdos): Put sed* in the distribution.
9605
96061994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9607
9608 * config.bat: New option, `--with-x', for configuring Emacs
9609 for use with the X11 system DesqView/X.
9610 New option, `--no-debug', for compiling Emacs without debug
9611 information thus saving disk space.
9612 (src/config.h, src/paths.h): Use `update' (which is like
9613 `move-if-changed') to change the file.
9614 (src/config.h): When configuring for X11 perform extra changes.
9615 (src/makefile): When configuring for X11 perform extra changes.
9616 (lib-src): Remove temporary files.
9617 (): Check that `sed', `rm', `mv', and `gcc' are available.
9618
96191994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9620
9621 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9622
9623 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9624
96251994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9626
9627 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9628
9629 * configure.in (canonical): Substitute var into makefiles.
9630 (bitmapdir): Likewise.
9631
9632 * Makefile.in (bitmapdir): New variable.
9633 (src/paths.h, paths-force): Edit PATH_BITMAPS.
9634
96351994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9636
9637 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9638
9639 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9640 * update-subdirs: New shell script.
9641
96421994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9643
9644 * Makefile.in (top_distclean): Don't rm build-install.
9645 (SOURCES): Delete build-install.in.
9646
9647 * make-dist: Don't distribute build-ins.in.
9648 * build-ins.in: File deleted.
9649
96501994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
9651
9652 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9653
96541994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9655
9656 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9657
90eacf99
SM
9658 * configure.in (libexecdir): Rename from libdir. New default.
9659 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
9660 (datadir): New default.
9661
9662 * make-dist: Don't distribute subdirs.el.
9663
96641994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9665
9666 * configure.in (eaccess): Check for it.
9667
96681994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9669
9670 * configure.in (mktime): Check for it.
9671
96721994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
9673
9674 * configure.in (motif): Add support for usage and option checking.
9675
96761994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9677
9678 * configure.in (utimes): Check for it.
9679
96801994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9681
9682 * Makefile.in (install-arch-indep): Don't do mkdir here.
9683
96841994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9685
9686 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9687 riscix.h renamed to acorn.h.
9688
96891994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
9690
9691 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9692 New configurations.
9693
96941994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9695
9696 * configure.in: Remove trailing slashes from srcdir.
9697
96981994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9699
090bd7cb 9700 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
9701
97021994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9703
ed9265fc 9704 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
9705
97061994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9707
9708 * configure.in (config_options): Save all arguments, not just some.
9709
97101994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9711
090bd7cb 9712 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
9713
9714 * configure.in: Add AC_AIX.
9715 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
9716
97171994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9718
9719 * configure.in (parsing options): Simplify sed command to delete -'s.
9720
97211994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
9722
9723 * configure.in (config_options): New shell variable.
9724 Pass its value to C code in EMACS_CONFIG_OPTIONS.
9725
97261994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9727
9728 * configure.in (alpha-dec-osf*): New target.
9729
9730 * Makefile.in: Use just one FRC target.
9731
97321994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9733
9734 * Makefile.in (removenullpaths, paths-force):
9735 Use name paths.h.tmp$$, which depends on the pid.
9736
97371994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9738
9739 * Makefile.in (removenullpaths, paths-force):
9740 Put paths.h.tmp in top-level dir, not in src.
9741
97421994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9743
9744 * Version 19.27 released.
9745
97461994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9747
9748 * Version 19.26 released.
9749
97501994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9751
9752 * configure.in: Check for lrand48, not rand48.
9753
97541994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9755
9756 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
9757 (powerpc-ibm-aix*): New aliases.
9758
97591994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9760
9761 * make-dist (src/m, src/s): Put *.inp in distribution.
9762
97631994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9764
9765 * configure.in: Accept i586 and i486 along with i386.
9766
97671994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9768
9769 * configure.in: Do compute unexec, LIBX, system_malloc, etc
9770 even if CPP env var was set by the user.
9771
9772 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
9773
97741994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
9775
9776 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
9777
97781994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9779
9780 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
9781
97821994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9783
9784 * configure.in: Check more specifically for i*86-sun-sunos.
9785
97861994-08-03 Caveh Jalali (caveh@eng.sun.com)
9787
9788 * configure.in: Handle solaris 2.4.
9789
97901994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9791
9792 * configure.in (rand48): Check for it.
9793
97941994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9795
9796 * make-dist: Update the info files.
9797
97981994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9799
9800 * configure.in: Make "checking..." messages' style consistent.
9801 (HAVE_H_ERRNO): New test.
9802
98031994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9804
9805 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
9806
98071994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9808
9809 * configure.in (CFLAGS): If the envvar was specified, use that.
9810 And set REAL_CFLAGS from it too.
9811
98121994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9813
9814 * make-dist: Update finder-inf.el.
9815
98161994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9817
9818 * make-dist (msdos): Include sed4.inp in dist.
9819
9820 * Makefile.in (libsrc_libs): Var deleted.
9821
98221994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9823
9824 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
9825
98261994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9827
9828 * configure.in (mips-sony-newsos4*): New alias.
9829
98301994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9831
9832 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
9833 (*-convex-convexos*): Accept this as alias.
9834
98351994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9836
9837 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
9838 for two different uses.
9839
98401994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9841
9842 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
9843
98441994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9845
9846 * make-dist: Put ./BUGS into the distrib.
9847
98481994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9849
9850 * configure.in: Handle 386 running Solaris 2.
9851
98521994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9853
9854 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9855
98561994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9857
9858 * configure.in (mips-sony-newsos*): Use news-risc.h.
9859
9860 * configure.in: Accept bsdi as opsys, like bsd386.
9861
98621994-06-01 Morten Welinder (terra@diku.dk)
9863
9864 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9865
98661994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9867
9868 * Version 19.25 released.
9869
9870 * make-dist (shortversion): Don't assume another period follows.
9871
98721994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9873
9874 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9875 (uninstall): Use /bin/pwd.
9876
9877 * Makefile.in (blessmail): Depend on src.
9878 (all): Don't depend on blessmail.
9879
9880 * Makefile.in (src/paths.h): Don't force recomputation.
9881 (paths-force): New target; force recomputation of paths.h.
9882 (all): Depend on paths-force.
9883 (src, lib-src): Depend on src/paths.h.
9884
9885 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9886 NON_GCC_TEST_OPTIONS.
9887
98881994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9889
9890 * configure.in: Don't insist on subversions for irix.
9891
98921994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9893
9894 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9895
9896 * configure.in (i[34]86-next-*): New alternative.
9897
98981994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9899
9900 * Version 19.24 released.
9901
9902 * configure.in: New config hppa*-hp-hpux9shr*.
9903
99041994-05-22 Morten Welinder (terra@tyr.diku.dk)
9905
9906 * config.bat: Doc fix.
9907
99081994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9909
9910 * Makefile.in (mostlyclean, clean, distclean, realclean)
9911 (extraclean): Don't act on man subdir if it doesn't exist.
9912
99131994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9914
9915 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9916 Use them to set up CC.
9917 (*-sun-sunos4.1.3): Set them.
9918
99191994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9920
9921 * Makefile.in (lib-src): Don't depend on src/paths.h.
9922
99231994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9924
9925 * build-ins.in (copydests): Get rid of spurious `-'s.
9926
9927 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9928
99291994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9930
9931 * Version 19.23 released.
9932
9933 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9934 for the Xlib and Xt checks; then restore old CFLAGS.
9935
99361994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9937
9938 * configure.in (HAVE_X11XTR6): Add newline before #if.
9939 Add newline after #endif.
9940
99411994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9942
9943 * configure.in (HAVE_X11XTR6): Arrange to define it.
9944
99451994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9946
9947 * Makefile.in (install): Depend on blessmail.
9948
99491994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9950
9951 * configure.in (mips-siemens-sysv*): Put quotes around value
9952 containing blanks.
9953
99541994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9955
9956 * Makefile.in (TAGS): Use the makefile in src subdir.
9957
99581994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9959
9960 * configure.in (opsys): Recognize `gnu'.
9961
99621994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9963
9964 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9965
99661994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9967
9968 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
9969 version > 1.8.
9970
99711994-05-08 Morten Welinder (terra@diku.dk)
9972
9973 * config.bat: Forcibly remove "# " style comments from makefiles.
9974
99751994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9976
9977 * Makefile.in (uninstall): When processing lispdir and etcdir,
9978 do nothing unless it exists and is a directory.
9979
99801994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9981
9982 * Makefile.in (install-arch-indep): Do install info/dired-x*.
9983 Merge code in from install-doc.
9984 (install-doc): Merge code back into install-arch-indep.
9985 (install-arch-dep): Don't depend on install-doc.
9986
9987 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9988
99891994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9990
9991 * configure.in (making src/Makefile and lib-src/Makefile):
9992 Split off the autoconf substitutions and don't pass them thru cpp.
9993 (undefs): Use $canonical as well as $configuration.
9994
9995 * make-dist: Distribute lisp/Makefile.
9996
9997 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9998 Use lower case names for the s files.
9999
100001994-05-03 Morten Welinder (terra@diku.dk)
10001
10002 * config.bat: Added possibility for different file name
10003 transcriptions in lib-src.
10004
100051994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10006
10007 * Makefile.in (lib-src): Undo previous change.
10008 (blessmail): New target to run maybe-blessmail in lib-src.
10009 (all): Depend on blessmail.
10010
10011 * Makefile.in (lib-src): Depend on src.
10012
100131994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
10014
10015 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
10016 (m88k-dg-dgux5.4R2): dgux5.4R2.
10017
100181994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10019
10020 * configure.in (window_system): Restore accidentally deleted code
10021 that uses AC_FIND_X.
10022
10023 * make-dist: Distribute config.bat.
10024
100251994-04-29 Morten Welinder (terra@diku.dk)
10026
10027 * config.bat: Corrected the configuration of lib-src
10028 to keep up with configure. Add note about dos version 3
10029 or better needed (djgpp needs that). Add note explaining
10030 that either install in c:/emacs or edit the script.
10031 Don't change to c:/emacs, but assume we're there (to minimize
10032 the number of places to change).
10033
10034 * config.bat: Build-in the first step towards X11 support with
10035 the X11 emulator that exists. At this time it won't work,
10036 and several files are missing.
10037
100381994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10039
10040 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
10041 Don't look for -lresolv.
10042
10043 * Makefile.in (lib-src): Depend on src/paths.h.
10044
100451994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10046
10047 * configure.in: Restore deleted AC_SUBST of `configuration'.
10048 Improve error message for bad --with-x-toolkit value.
10049
10050 * configure.in: Define CONFIGURATION in src/config.h
10051 rather than substituting in src/Makefile.in.
10052
100531994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10054
10055 * Makefile.in (install-doc): New target.
10056 (install-arch-dep): Depend on install-doc.
10057 (mkdir): Create docdir.
10058
100591994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10060
10061 * configure.in: Test for libresolv.a.
10062 Substitute machfile and opsysfile.
10063
100641994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10065
10066 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
10067 (install-arch-dep): Install under the name $(EMACS).
10068
100691994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10070
10071 * configure.in (version): Use entire value of emacs-version.
10072 (mips-siemens-sysv*): New alternative.
10073
100741994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10075
10076 * Makefile.in (install-arch-indep): Don't install dired-x*.
10077
100781994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10079
10080 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
10081 Fix definition of $undefs.
10082
100831994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10084
10085 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
10086
10087 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
10088
100891994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
10090
10091 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
10092
100931994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10094
10095 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
10096 and run it thru cpp, as with src/Makefile.in.
10097
10098 * configure.in: Use AC_SET_MAKE.
10099
101001994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10101
10102 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
10103
101041994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10105
10106 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
10107
10108 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
10109 (printing the choices): Make the toolkit message unconditional.
10110 (USE_X_TOOLKIT): Use `none', not `no', if none.
10111 (include libsrc_libs): Include config.h, and specify -I for srcdir.
10112 Get rid of temp file foofoo1.
10113
101141994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10115
10116 * configure.in (CFLAGS): Use shell syntax, not Makefile.
10117
101181994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10119
10120 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
10121 (printing the choices): State choice of toolkit.
10122 (libsrc_libs): Recalculate after writing config.h;
10123 then update lib-src/Makefile.
10124
101251994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10126
10127 * configure.in: Add sunos4shr as alternative for suns.
10128 Conditionals testing for null $CC were backwards.
10129
101301994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10131
10132 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
10133
101341994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10135
10136 * configure.in: Handle -isc4.0*.
10137
101381994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10139
10140 * configure.in (esix5): Set NON_GNU_CPP.
10141
101421994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
10143
10144 * Makefile.in (thisdir): Nonsensical variable removed.
10145 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
10146 back to $thisdir, rather than the directory `this_dir'.
10147
101481994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10149
10150 * Makefile.in (install-arch-indep): Add missing backslash after a
10151 `then'.
10152
101531994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10154
10155 * Makefile.in (thisdir): New variable.
10156 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
10157
101581994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10159
10160 * configure.in: Add freebsd.
10161
101621994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10163
10164 * configure.in: Check for fpathconf.
10165
101661994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10167
10168 * configure.in (with_x_toolkit): Fix typo in previous change.
10169
101701994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10171
10172 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
10173
101741994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10175
10176 * configure.in (with_x_toolkit): Don't allow motif or open-look.
10177
101781994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10179
10180 * configure.in: Fix value of docdir.
10181 * Makefile.in (install-arch-indep): Install DOC* in docdir.
10182
101831994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10184
10185 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
10186
101871994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
10188
10189 * configure.in: New variable docdir to control where the docstring
10190 file goes.
10191 Makefile.in: Use it to initialize PATH_DOC in paths.h.
10192
101931994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10194
10195 * configure.in: When --run-in-place, don't inherit archlibdir.
10196
101971994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10198
10199 * Makefile.in (install-arch-dep, install-arch-indep):
10200 New targets split up former do-install rule.
10201 (do-install): Target deleted.
10202
102031994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10204
10205 * configure.in (mips-sony-newsos*): New configuration.
10206
102071994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
10208
90eacf99 10209 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
10210
102111994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10212
10213 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10214
102151994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10216
10217 * configure.in: Don't initialize CC.
10218
102191994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10220
10221 * configure.in (creating src/Makefile): Also generate -U switches
10222 for symbols in the $configuration value.
10223
10224 * configure.in: Check for sys_siglist being declared in system header.
10225
102261994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10227
10228 * configure.in (creating src/Makefile): Delete blank lines
10229 along with lines of whitespace.
10230 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10231
102321994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10233
10234 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10235 like C_SWITCH_SYSTEM.
10236 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10237
102381994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10239
10240 * configure.in (drem): Check for this function.
10241
102421994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10243
10244 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10245 If CPP was inherited from environment, don't use NON_GNU_CPP.
10246 (NON_GNU_CC): Likewise.
10247 (handling with_gcc): Use explicit if in the `no' case.
10248 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10249
102501994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10251
10252 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10253
102541994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10255
10256 * configure.in: Check whether fmod exists.
10257
102581994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10259
10260 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10261 {src,lisp}/OChangeLog.
10262
102631994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10264
10265 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10266 necessary for proper operation. This code works with the current
10267 released version of Autoconf.
10268
102691994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10270
10271 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10272 (USE_X_TOOLKIT): Define it for all values except `no'.
10273
10274 * configure.in: Undo first Jan 8 change and Jan 16 change.
10275
102761994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10277
10278 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10279 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10280
10281 * Makefile.in (lwlib/Makefile): New target.
10282 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10283 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10284 (unlock, relock): Handle lwlib subdir.
10285
10286 * Makefile.in: Add some .PHONY targets.
10287
10288 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10289
10290 * lwlib: New subdirectory.
10291
102921994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10293
10294 * configure.in: If CPP has a value that is a directory,
10295 discard the value.
10296
102971994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10298
10299 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10300 remove -U[0-9]*.
10301
103021994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10303
10304 * Makefile.in (do-install): Install the dired-x info files.
10305
10306 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10307 (See src/s/sol2.h.)
10308
103091994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10310
10311 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10312
103131994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10314
10315 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 10316 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
10317 gratuitously break this and not make a change log entry.
10318 Optimized sed processing of Makefile.in and cpp output; now
10319 preserves comments previously removed from the cpp input.
10320 Eliminated temp file for cpp output. Generate -U switches to
10321 undefine all identifiers that appear in the directory name
10322 ${srcdir}; pass these to cpp.
10323
10324 * configure.in (version): Fix sed regexp to match two-elt version
10325 number.
10326
10327 * configure.in: Check for strerror.
10328
103291994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10330
10331 * configure.in: Test for bcmp.
10332
103331994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10334
10335 * make-dist (tempdir): Put subdir msdos into the distribution.
10336
103371993-01-07 Morten Welinder (terra@diku.dk)
10338
10339 * config.bat: New file.
10340
103411994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10342
10343 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10344
103451994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10346
10347 * configure.in (m68*-next-*): Don't care about which os is specified.
10348 (i[34]86-*-*): Check for *-nextstop*.
10349
103501993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10351
10352 * configure.in: Check for setsid.
10353
103541993-12-17 Richard Stallman (rms@srarc2)
10355
10356 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10357
103581993-12-15 Richard Stallman (rms@srarc2)
10359
10360 * Makefile.in (mkdir): Make only the lockdir writable.
10361
90eacf99 10362 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
10363
103641993-12-11 Richard Stallman (rms@srarc2)
10365
10366 * Makefile.in (libdir): Use @libdir@.
10367
103681993-12-08 Richard Stallman (rms@srarc2)
10369
10370 * Makefile.in (install): Add empty command.
10371
103721993-12-04 Richard Stallman (rms@srarc2)
10373
10374 * make-dist: Put man/getopt.c in the dist.
10375
10376 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10377
10378 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10379
103801993-12-03 Richard Stallman (rms@srarc2)
10381
10382 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10383 Set it for all solaris versions.
10384 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10385 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10386 Likewise for NON_GNU_CC and CC.
10387
103881993-12-01 Richard Stallman (rms@srarc2)
10389
10390 * configure.in (mips-mips-riscos4*): Assign variable CC.
10391 (checking ${with_gcc}): If "no", don't override CC if already set.
10392 (CC): Initialize it as empty.
10393
103941993-11-30 Richard Stallman (rms@srarc2)
10395
10396 * configure.in (Suns): Set CPP if *-solaris2.3*.
10397
103981993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10399
10400 * Version 19.22 released.
10401
10402 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10403
104041993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10405
10406 * make-dist: When breaking links, use cp -p.
10407 Copy install.sh into distribution.
10408 Move the temp dir up into the parent dir;
10409 don't leave the staging dir make-dist.tmp... in existence.
10410 * install.sh: New file.
10411
104121993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10413
10414 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10415
104161993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10417
10418 * configure.in (version): When --run-in-place, exclude
10419 ${datadir}/emacs/site-lisp from locallisppath.
10420
104211993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10422
10423 * configure.in: Delete jumk.c before writing it.
10424
104251993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10426
10427 * Version 19.21 released.
10428
10429 * Makefile.in (mkdir): Ignore error from chmod.
10430
104311993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10432
10433 * make-dist: Don't put lisp/forms.README in the distribution.
10434
104351993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10436
10437 * configure.in (creating src/Makefile): Before running cpp,
10438 discard all lines that start with `# Generated' or /**/#.
10439
104401993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10441
10442 * Version 19.20 released.
10443
10444 * make-dist: Use build-ins.in, not build-install.in.
10445 Don't bother updating TAGS since it's not included.
10446
10447 * build-ins.in: Renamed from build-install.in.
10448
104491993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10450
10451 * make-dist: Don't try to link *.texinfo--there are none now.
10452 When running make in lib-src, specify YACC var value.
10453
104541993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10455
10456 * configure.in (extrasub): Add vpath patterns for %.[yls].
10457
10458 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10459 Instead just include the commands to make src/Makefile as the
10460 second arg to AC_OUTPUT.
10461
10462 * configure.in: Use : instead of dnl for comment inside
10463 $makefile_command.
10464
10465 * configure.in: No longer use vpath_sed. Instead, when we notice
10466 srcdir already configured, set extrasub to hack vpath in the
10467 makefiles.
10468
10469 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10470 before moving it.
10471 * Makefile.in (VPATH): Define to @srcdir@.
10472
104731993-09-28 Brian J. Fox (bfox@cubit)
10474
10475 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
10476 doesn't exist. Just copy src/Makefile.in instead.
10477 Touch all of the Makefiles after editing config.status.
067d23c9
KY
10478
10479 * INSTALL: Update documentation to match new configuration
10480 mechanism.
10481
104821993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10483
10484 * configure.in: Allow any of the path or directory Makefile
10485 variables to be set with flags to configure. Create all Makefiles
10486 at configure time. Edit special commands into config.status after
10487 src/Makefile.in is built from src/Makefile.
10488
10489 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10490 If these files are out of date, simply have config.status
10491 rebuild them; don't rebuild them explicitly.
10492
104931993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10494
10495 * build-install.in: Change src/xemacs to src/emacs. We no longer
10496 create src/xemacs, so the file wouldn't be found.
10497
10498 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10499
105001993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10501
10502 * configure.in: Avoid forcing the search of /usr/include before
10503 fixed include files by resetting C_SWITCH_X_SITE if it is
10504 "-I/usr/include".
10505
105061993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10507
10508 * Makefile.in (@rip_paths@locallisppath):
10509 Delete ${datadir}/emacs/site-lisp.
10510
105111993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10512
10513 * configure.in:
10514 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10515 Remove ${extra_output} from AC_OUTPUT call.
10516
105171993-09-17 Brian J. Fox (bfox@inferno)
10518
10519 * make-dist: Quote backquotes found in strings to be echoed.
10520
10521 * configure.in: Use "sh -c pwd" when we want to avoid having the
10522 shell fix up the value of $PWD.
10523
105241993-09-13 Brian J. Fox (bfox@inferno)
10525
10526 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10527 of the installation fail. Suggested by Karl Berry.
10528
105291993-08-30 Brian J. Fox (bfox@inferno)
10530
10531 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10532 was used. Set MAKEFLAGS from MFLAGS.
10533
105341993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10535
10536 * configure.in: Test for res_init in libc.
10537
105381993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10539
10540 * configure.in: In the file ${tempcname}, use configure___
10541 instead of @configure@.
10542
105431993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10544
ed9265fc 10545 * make-dist: Dist vpath.sed.
067d23c9
KY
10546
10547 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10548 Depend on vpath.sed.
6e81c819 10549 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
10550
10551 * configure.in: Substitute variable `vpath_sed'.
10552 If not in $srcdir and $srcdir is configured,
10553 issue warning that GNU make is required,
10554 and set vpath_sed to use vpath.sed script.
10555
105561993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10557
90eacf99
SM
10558 * configure.in: Remove check for $srcdir being configured.
10559 This pretty much works now.
067d23c9
KY
10560 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10561 Check for XFree86 (/usr/X386/include) independent of whether
10562 -lXbsd exists.
10563
10564 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10565 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10566 `make'.
10567
105681993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10569
10570 * Version 19.19 released.
10571
10572 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10573
105741993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10575
10576 * configure.in: Check for XScreenNumberOfScreen.
10577
105781993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10579
10580 * configure.in: Add * to end of all configuration alternatives.
10581 (m68*-sony-newsos3*): New alternative.
10582
105831993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10584
10585 * make-dist: Include getdate.c in distribution.
10586
10587 * configure.in: For --help, use $PAGER if it is set.
10588 (LIB_X11_LIB): Default to -lX11.
10589 (mips-sgi-irix5.*): New alternative.
10590
10591 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10592
10593 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10594 Recognize *.B8.* as hpux version 8.
10595 (m68*-tektronix-bsd*): Fix typo in tek4300.
10596 (AC_HAVE_FUNCS): Add ftime.
10597
105981993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10599
90eacf99 10600 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
10601 Use tekxd88, not tekXD88.
10602
106031993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10604
10605 * configure.in: Check for -lm. Then can check for frexp and logb.
10606
106071993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10608
10609 * Version 19.18 released.
10610
10611 * make-dist (src): Don't put gnu-hp300 in dist.
10612 (src, lisp): Include OChangeLog in dist.
10613
106141993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10615
10616 * configure.in: Test for presence of logb and frexp functions.
10617
106181993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10619
10620 * configure.in (machine): Add i370-ibm-aix*.
10621
106221993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10623
10624 * configure.in (function checks): Test for mkdir and rmdir.
10625
10626 * configure.in (function checks): Don't test for random and bcopy
10627 only when we're building with X; look for them all the time.
10628
106291993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10630
10631 * configure.in: Test for availability of bcopy functions, searching
10632 the X libraries if we're using X.
10633
10634 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10635 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
10636 versions of AIX, and needs to be passed to the loader.
10637
10638 * configure.in: Test for the availability of the
10639 XScreenResourceString function.
10640
106411993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
10642
10643 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10644 LD_SWITCH_X_SITE and assume --with-x11.
10645 Only look for X11 files if we weren't told about a window system
10646 or if we were told to use X11 but not told where.
10647 Search the libraries from the s and/or m files when checking for
10648 functions.
10649
10650 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10651
106521993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10653
10654 * make-dist: Include lisp/dired.todo in the distribution.
10655
106561993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10657
10658 * configure.in: Add code to set HAVE_INET_SOCKETS.
10659
106601993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10661
10662 * configure.in: If we do find x_includes and x_libraries
10663 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
10664
106651993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10666
10667 * make-dist: Include src/gnu-hp300 in the dist.
10668
10669 * configure.in (canonical): New variable holds the canonicalized
10670 configuration. Don't alter `configuration'. Use `configuration'
10671 for Makefile.in for file naming.
10672 (testing x_includes and x_libraries): Use =, not ==.
10673
106741993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10675
10676 * Version 19.17 released.
10677
10678 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
10679 directory's makefile. This allows the invocation of CPP which
10680 builds xmakefile to receive these switches. The SunSoft C
10681 preprocessor inserts spaces between tokens if it doesn't get the
10682 -Xs flag requested in src/s/sol2.h.
10683
106841993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
10685
10686 * configure.in (m68k-bull-sysv3): New config.
10687
106881993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10689
10690 * configure.in: Use the autoconf AC_FIND_X macro to try to find
10691 the X Windows libraries.
10692
106931993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10694
10695 * make-dist (tempdir): Don't create lisp/forms-mode directory in
10696 the distribution. Those files aren't kept in their own
10697 subdirectory any more.
10698
106991993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10700
10701 * Version 19.16 released.
10702
107031993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10704
10705 * configure.in: Add --verbose flag.
10706
107071993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10708
10709 * version 19.15 released.
10710
107111993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10712
10713 * Makefile.in (top_distclean): Use -f switch when cleaning out
10714 lock dir; it might be empty.
10715
10716 * configure.in: Only check for -lXbsd once.
10717
107181993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10719
10720 * Version 19.14 released.
10721
107221993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10723
10724 * make-dist: If using gzip, create distribution with '.gz' extension.
10725
10726 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
10727 (lisp/forms-mode): This doesn't exist anymore.
10728
10729 * configure.in: Look for the closedir function.
10730
107311993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10732
10733 * configure.in (CPP): Autoconf sets this to a shell variable
10734 reference, which doesn't work when it's edited into a makefile.
10735 Expand that variable reference.
10736
10737 * Makefile.in (CPP): New variable.
10738 (src/Makefile): Edit CPP into src/Makefile.
10739
10740 * Makefile.in (src/Makefile): Don't bother exiting single quotes
10741 and entering double quotes to get the values of LD_SWITCH_X_SITE
10742 and the other make variables; make substitutes them in anyway.
10743
10744 * Makefile.in (uninstall): Don't remove the lisp and etc
10745 directories if they're in the source tree.
10746
10747 Bring mumbleclean targets into conformance with GNU coding standards.
10748 * Makefile.in (mostlyclean, clean): Separate these two; just have
10749 them pass the request to the subdirectory makefiles.
10750 (distclean): Pass the request down, and then get rid of the
10751 files configure built, and get rid of the Makefiles.
10752 (realclean): Pass the request down, and then do the same things
10753 distclean does.
10754 (uninstall, info, dvi): New targets.
10755
10756 * configure.in: Move clause for PC-compatible i386 box to the end
10757 of the case statement, to avoid masking configurations below.
10758
10759 * configure.in: Add case for m88k-motorola-sysv4.
10760
10761 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10762 the HP 68000 machines.
10763
10764 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10765 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10766 preprocessor won't fiddle with them.
10767
107681993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10769
10770 * Makefile.in (TAGS): cd to src to run etags.
10771
107721993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10773
10774 * configure.in (version): Check the X libraries for XrmSetDatabase
10775 and random, and see if we have -lXbsd.
10776
107771993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10778
10779 * configure.in: Pass "-Isrc" to the CPP we run to examine the
10780 s/*.h and m/*.h files. Martin Tomes
10781 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
10782
107831993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10784
10785 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
10786 above the general i386 alternative.
10787
107881993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10789
10790 * configure.in: Recognize configuration name for Data General
10791 AViiON machines.
10792
10793 * configure.in: Use AC_LONG_FILE_NAMES.
10794
107951993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10796
10797 * configure.in: Test for bison.
10798 * Makefile.in (YACC): New variable.
10799 (lib-src/Makefile.in): Edit YACC into the makefile.
10800
108011993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10802
10803 * Version 19.13 released.
10804
10805 * configure.in (CFLAGS): Don't set this according to the value of
10806 the GCC shell variable. Instead, consult the machine and system
10807 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
10808 test __GNUC__ while we're at it.
10809
10810 * configure.in: Remove extra ;; from hpux cases.
10811
108121993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10813
10814 * configure.in: Check to see if the system has -ldnet.
10815
108161993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10817
10818 * make-dist: Add clauses to distribute lisp/forms-mode.
10819
108201993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10821
10822 * configure.in (machine): Fix the versions in hpux version number test.
10823 Do not guess based on cpu type. Do check for explicit system version.
10824
108251993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10826
10827 * configure.in: Do NOT look for `unknown' as company name.
10828
108291993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10830
10831 * configure.in: Fix typo in message.
10832
108331993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10834
10835 * Version 19.12 released.
10836
10837 * Makefile.in (do-install): Correct previous etc-copying change.
10838 Partially rewrite using `if'.
10839 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
10840
10841 * Version 19.11 released.
10842
10843 * configure.in: Handle 386bsd.
10844
108451993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10846
10847 * make-dist: Update getdate.c.
10848
10849 * configure.in: Handle bsd386.
10850
10851 * Makefile.in (do-install): Use `-' in tar options.
10852
10853 * configure.in: Change ! "${...}" to x"${...}" = x.
10854
10855 * Makefile.in (do-install): Copy the DOC-* files from the build
10856 etc directory, as well as lots of things from ${srcdir}/etc.
10857
10858 * make-dist: Copy config.guess.
10859
10860 * configure.in: Handle AIX versions 1.2, 1.3.
10861
108621993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10863
10864 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10865 the configuration name mips-mips-usg* to represent USG systems.
10866
10867 * configure.in: Fix logic to detect if srcdir is already configured.
10868
10869 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10870
10871 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10872 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10873 of a directory; cd might fail, and have pwd print out the current
10874 directory.
10875
108761993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10877
10878 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10879
108801993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10881
10882 * configure.in: Complain if srcdir points at an already-configured
10883 tree.
10884
108851993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10886
10887 * Version 19.10 released.
10888
108891993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10890
10891 * Makefile.in: Use Makefile comments, not C comments.
10892
10893 * configure.in: Add case for the Tektronix XD88.
10894
108951993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10896
10897 * configure.in: Handle sysv4.2 and sysvr4.2.
10898
108991993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10900
10901 * configure.in: Traverse the argument list without destroying it;
10902 don't use shift. It turns out that "set - ${saved_arguments}"
10903 doesn't work portably.
10904
10905 * configure.in: Add missing "fi".
10906
10907 * make-dist: Rebuild configure if configure.in is newer.
10908
10909 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10910 targets to be executed even if make remembers that it has already
10911 satisfied FRC.
10912
109131993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10914
10915 * Makefile.in (do-install): Delete redundant code to copy etc twice.
10916
10917 * configure.in (romp): Handle various version numbers with aos and bsd.
10918
109191993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10920
10921 * configure.in: Fix message text.
10922
109231993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10924
10925 * make-dist: Make a `site-lisp' directory in the distribution,
10926 instead of a `local-lisp' directory, which hasn't been the
10927 appropriate name for a long time.
10928 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10929 from the distribution first, then /usr/local/lib/emacs/site-lisp.
10930
10931 * Makefile.in (do-install): Correctly detect if ./etc and
10932 ${srcdir}/etc are the same.
10933
10934 * configure.in: Extract UNEXEC from the system configuration
10935 files, compute the name of the source file corresponding to the
10936 object file, and #define it as UNEXEC_SRC in config.h.
10937
10938 * configure.in: If srcdir is '.', then try using PWD to make it
10939 absolute.
10940
10941 * configure.in: Include ${srcdir} in the printed report, to help
10942 people notice if it's an automounter path.
10943
109441993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10945
10946 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10947
109481993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10949
10950 * Makefile.in (do-install): Delete the dest dir, not the source dir,
10951 when they are different. Add `shift' command.
10952 (COPYDESTS, COPYDIR): Delete external-lisp dir.
10953 (externallispdir): Var deleted.
10954
10955 * configure.in: Delete spurious paren outputting short_usage.
10956
109571993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10958
10959 * Version 19.9 released.
10960
109611993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10962
10963 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10964 subdirectory makes.
10965
10966 * make-dist: Check for .elc files with no corresponding .el file.
10967
10968 * Makefile.in (mkdir): Make all the directories in locallisppath.
10969
10970 * config.guess: New file.
10971 * configure.in: Use it, tentatively.
10972 * INSTALL: Mention its usage.
10973
10974 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
10975 the former gives you the operating system rev directly.
10976 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
10977
10978 * Makefile.in (do-install): Don't remove a destination directory
10979 if it's the same as the source. If ${srcdir}/info == ${infodir},
10980 don't try to copy the info files.
10981
10982 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10983 doesn't work if you're not using a separate source directory.
10984 (do-install): Copy the build tree's etc directory only after
10985 making sure it's not also the source tree's etc directory.
10986
109871993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10988
10989 * configure.in: Handle sunos4.1.3 specially.
10990
109911993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10992
10993 * Makefile.in (INSTALL): Add definition.
10994
10995 * configure.in: Fix some messages. Support -with-gnu-cc.
10996 At the end, use `set --', not `set -'.
10997 Delete spurious `.h' in hpux alternatives.
10998
109991993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11000
11001 * Version 19.8 released.
11002
110031993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11004
11005 * configure.in: When looking for source in the same directory as
11006 the configure script, make the path thus discovered absolute.
11007 If the user specifies the `--srcdir' switch, make that directory
11008 absolute too.
11009
11010 * Makefile.in (srcdir): Remove comment saying this doesn't work.
11011
11012 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
11013 too, as the value of the PATH_INFO macro.
11014
11015 * configure.in: Check to see if the source lives in the same
11016 directory as the configure script.
11017
110181993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11019
11020 * Makefile.in (install): Split this into `install' and
11021 `do-install', to give people more control over exactly what gets
11022 done.
90eacf99
SM
11023 (do-install): New target, containing the guts of `install'.
11024 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
11025 it all before the copying loop. Pass more flags to the lib-src
11026 make.
11027 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
11028 avoid errors and warnings.
11029
11030 * configure.in: For generic IBM PC boxes, insist on "unknown" for
11031 the manufacturer - the more general case was blocking other i386
11032 configuration names below, and that's how the names are written in
11033 MACHINES anyway.
11034
11035 * make-dist: When breaking links, remove the link before moving
11036 the copy onto it, to avoid interactive behavior.
11037
11038 * Makefile.in: Doc fix.
11039
11040 * configure.in: Doc fix.
11041
11042 * INSTALL: Mention --exec-prefix option.
11043
11044 * configure.in: Add support for the `--exec-prefix' option.
11045 * Makefile.in: Accept that support.
11046
11047 * configure.in: Use the AC_PROG_INSTALL macro.
11048 * Makefile.in (INSTALL): Variable removed.
11049 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
11050
11051 * configure.in: Distinguish between hp800's and hp700's by calling
11052 "uname -m".
11053
110541993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11055
11056 * configure.in: Recognize configuration names for i860 boxes
11057 running SYSV.
11058
110591993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11060
11061 * configure.in: Distinguish between hp800's and hp700's by the
11062 version of HP/UX they run, since that's something people are more
11063 likely to know - hp700's run 8.0.
11064 Add HP 700 configuration.
11065
11066 * configure.in: Test for the presence of the `rename' function.
11067
11068 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
11069 configure.in.
11070 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
11071
11072 * make-dist: Break intra-tree links.
11073
11074 * configure.in: Explain that this is an autoconf script, and give
11075 instructions for rebuilding configure from it. Arrange to put
11076 comments in configure explaining this too.
11077
11078 * configure.in: Make the first line of the configure script be
11079 "#!/bin/sh". Leaving the first line blank didn't work.
11080
90eacf99 11081 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
11082 the options briefly.
11083
11084 * configure.in: Implement the --prefix option.
11085 * Makefile.in (prefix): Add support for it here.
11086 * INSTALL: Document it here.
11087
11088 * Makefile.in (install): Don't assume that the files in the `info'
11089 subdirectory match *.info. They don't have that prefix.
11090
110911993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11092
11093 * configure.in: Add case for version 5 of Esix.
11094
110951993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11096
11097 * Version 19.7 released.
11098
11099 * make-dist: There aren't any *.com files in lib-src anymore.
11100
11101 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
11102 them; they're symlinks to other filesystems on the GNU machines.
11103
11104 * make-dist: Check that the manual reflects the same version of
11105 Emacs as stated in lisp/version.el. Edit that version number into
11106 the README file.
11107
111081993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11109
11110 * configure.in: Remove the hack of AC_DEFINE; use
11111 AC_DEFINE_UNQUOTED.
11112
111131993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11114
11115 * make-dist: Don't distribute precomp.com, compile.com, or
11116 link.com from ./src; they're in ./vms now.
11117
11118 Some time-handling patches from Paul Eggert:
11119 * configure.in: Add AC_TIMEZONE.
11120
111211993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11122
11123 * configure.in: Recognize Linux as a valid operating system for
11124 the i386.
11125
111261993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11127
11128 * make-dist: Distribute some VMS files we got from Richard Levitte.
11129
11130 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
11131 the source for the sed command, not oldXMenu/Makefile.
11132
111331993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11134
11135 * INSTALL: Don't claim the srcdir option doesn't work.
11136
111371993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11138
11139 * configure.in: Include remarks saying what order the autoconf
11140 tests should go in, and remind people to change config.h.in
11141 whenever they add autoconf tests which make #definitions.
11142
11143 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
11144
111451993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11146
11147 * Makefile.in (oldXMenu/Makefile): Make this depend on
11148 ${srcdir}/oldXMenu/Makefile.in, not itself.
11149
11150 * PROBLEMS: Some updates from David J. Mackenzie.
11151
11152 More changes from David J. Mackenzie.
90eacf99
SM
11153 * Makefile.in (install.sysv, install.xenix, install.aix):
11154 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
11155 differences.
11156 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 11157 (INSTALLFLAGS): Remove.
067d23c9
KY
11158 (INSTALL): Include the -c flag.
11159 (install): Change the way we invoke install accordingly.
11160
11161 Install ${srcdir} changes from DJM.
11162 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
11163 list.
11164 (COPYDIR, COPYDESTS): Install files from both the etc directory in
11165 the source tree and the etc directory in the object tree.
11166 (${SUBDIR}): Pass the prefix variable down to submakes.
11167 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
11168 in /bin.
11169 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
11170 values for srcdir and VPATH.
11171 (install): Add `v' flag to tar command. Make sure that `dir'
11172 exists in ${srcdir}/info before copying it. Remember that the man
11173 pages come from the source tree, not the object tree.
11174 * configure.in: Remove remarks saying that the --srcdir option
11175 doesn't work.
11176 Create the etc directory in the object tree.
11177 Recognize configuration names of the form *-sun-solaris*.
11178 Recognize sunos5 and solaris as operating system names.
11179
11180 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
11181 lib-src/getdate.y and src/systime.h.
11182
111831993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11184
11185 * make-dist: Make links in info subdir.
11186
111871993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11188
11189 * configure.in: Call AC_STDC_HEADERS.
11190
111911993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11192
11193 * configure.in: Sidestep autoconf's quoting of the second argument
11194 of AC_DEFINE, so we can specify the value to put there. It would
11195 be nice if autoconf provided some way to specify computed values
11196 for macros.
11197
111981993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11199
90eacf99 11200 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
11201 this is always just -DHAVE_CONFIG_H.
11202
11203 The GNU coding standards specify that CFLAGS should be left for
11204 users to set.
11205 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
11206 for this.
11207 Don't have it default to DEFS.
067d23c9
KY
11208 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
11209 (lib-src/Makefile, src/Makefile): Edit the default value for
11210 CFLAGS into these files, not DEFS.
11211 * configure.in (CFLAGS): Choose a default value for this - "-g"
11212 normally, or "-g -O" if we're using GCC. Edit it into the
11213 top-level Makefile.
11214
11215 * configure.in: When scanning the machine and system description
11216 #include files, write their names to conftest.c properly.
11217
112181993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11219
11220 * configure.in: In configuration name case for Apallos running
11221 Domainios, set opsys, not opsysfile.
11222
11223 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11224 src/config.h, instead of AC_OUTPUT; the latter overwrites
11225 src/config.h even when it hasn't changed, puts a makefile-style
11226 comment at the top even though it's C code, and produces a
11227 config.status script which doesn't do the job right.
11228
11229 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11230 can use a symbolic link to get the X Menu library into src.
11231 * Makefile.in (LN_S): New variable.
11232 (src/Makefile): Edit the value of LN_S into this makefile.
11233
112341993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11235
11236 * configure.in: Support *-sco3.2v4* as opsystem.
11237
11238 * make-dist: Don't include calc directory.
11239 Exclude many files in the man directory; copy a few.
11240
112411993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11242
11243 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11244 call AC_STRUCT_TM to see what's in time.h.
11245
11246 * configure.in: Employ quoting stupidity to get the value of CPP
11247 to expand properly.
11248
112491993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11250
11251 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11252 variable to scan the machine and system description files.
11253
11254 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11255 so that getdate.y builds correctly.
11256
112571993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11258
11259 * configure.in (tempcname): Change this to "conftest.c", so it will
11260 work properly on systems with short filenames; this is the name
11261 autoconf uses.
11262
11263 * configure.in: Also detect the availability of dup2 and
11264 gethostname.
11265
11266 * configure.in: Use the AC_ALLOCA test.
11267 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11268 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11269
112701993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11271
11272 * make-dist: Distribute configure, as well as configure.in.
11273 Oversight.
11274
112751993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11276
11277 * Makefile.in (install): Print out the name of the directory we're
11278 copying, so people can have some idea of whether we're making
11279 progress.
11280
11281 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11282 Don't forget to re-create the COPYDESTS directories after we clear
11283 them out.
11284
112851993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11286
11287 * Makefile.in: Add autoconf cookies so that the configure
11288 script can comment out sections of path variable definitions to
11289 choose between the installable configuration and the run-in-place
11290 configuration.
11291 * configure.in: Add new option `--run-in-place', to select the
11292 run-in-place path definitions.
11293
11294 * configure.in: Add a clause to the big configuration name case
11295 for the NeXT machine.
11296
112971993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11298
11299 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11300 Make sure that each source directory exists, and is different from
11301 the destination directory; then, delete the destination before
11302 copying over the source.
11303
11304 * make-dist: Distribute configure.in, instead of configure.
11305
113061993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11307
11308 * configure.in: Don't set CC to "gcc -O" if the user specifies
11309 `--with-gcc'. Add -O to DEFS if GCC is set.
11310
113111993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11312
11313 * Makefile.in (clean mostlyclean): Missing right paren.
11314
11315 * configure.in: When checking for X windows, search for an X11
11316 subdirectory of ${x_includes}.
11317
11318 * configure.in: Check for gettimeofday function, for getdate.y.
11319
11320 Change `configure' to a mixture of custom code and autoconf stuff.
11321 autoconf can't derive all the information we need, but we'd really
11322 like to be able to take advantage of some of its tests, and its
11323 file-editing facilities.
11324 * configure.in: Renamed from configure.
11325 Quote the sections of shell script we want copied literally to
11326 the configure script.
11327 (compile): Initialize this to make the autoconf macros' code happy.
11328 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11329 code to do their jobs.
11330 Use autoconf to produce Makefile and src/config.h.
11331 Remove the Makefile-style comment that autoconf places at the top
11332 of src/config.h.
90eacf99
SM
11333 (config_h_opts): Remove - no longer necessary.
11334 * Makefile.in (configname): Rename to configuration.
11335 (CONFIG_CFLAGS): Rename to DEFS.
11336 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
11337 get values via autoload @cookies@.
11338 (libsrc_libs): Get this from autoconf. We used to do nothing
11339 about this.
11340 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11341
90eacf99
SM
11342 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11343 Don't echo the move-if-change command.
067d23c9
KY
11344
113451993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11346
11347 * make-dist: Distribute lib-src/rcs-checkin.
11348
11349 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11350 Don't try to make links to the RCS or Old subdirectories.
11351 Use the appropriate extension for the compression type in use.
11352 Create the tar file in the shell's initial default directory, not
11353 in ${tempparent}.
11354 Erase the whole ${tempparent} tree, not just ${tempdir}.
11355
113561993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11357
11358 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11359 use to build paths.h.
11360 (lib-src/Makefile, src/Makefile): Similarly.
11361
11362 * configure: Extend test for working `const' keyword to handle AIX
11363 3.2 cc.
11364
113651993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11366
11367 * make-dist: Distribute lisp/term/ChangeLog.
11368
11369 Arrange for C compilation throughout the tree to get
11370 C_SWITCH_SYSTEM from the configuration files.
11371 * configure: Extract C_SWITCH_SYSTEM from the machine and
11372 system-dependent files, and save it in the top-level Makefile.
11373 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11374 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11375
11376 * make-dist: Include the VMS support files in oldXMenu in the
11377 distribution.
11378
11379 * configure: Doc fix.
11380
11381 * configure: Fix corrupted config_h_opts.
11382
11383 * configure: Properly report option names in error messages.
11384
11385 * configure: Properly recognize --x-includes and --x-libraries
11386 options.
11387
11388 * configure: Fix syntax errors in code handling XFree386.
11389
113901993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11391
11392 * configure: Add special code to detect XFree386, and tell
11393 config.h about it.
11394
11395 * configure: Properly handle extracting values of LIBS_MACHINE and
11396 LIBS_SYSTEM that contain spaces.
11397
90eacf99
SM
11398 * configure: Add `--x-includes' and `--x-libraries' options.
11399 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
11400 large sites, have said they have their X files installed in odd
11401 places. Implement them by setting C_SWITCH_X_SITE and
11402 LD_SWITCH_X_SITE in src/config.h.
11403
114041993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11405
11406 * make-dist: Don't distribute etc/Old files.
11407
11408 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11409 backups.
11410
114111993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11412
11413 * make-dist: Fix typo.
11414
114151993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11416
11417 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11418 in some cases where it should but didn't seen to.
11419
11420 * Makefile.in: Added unlock and relock productions.
11421
114221993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11423
11424 * make-dist: Add a --compress option to force make-dist to use
11425 compress.
11426
11427 * make-dist: Use gzip, if we can find it.
11428
11429 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11430 make rs6000-ibm-aix default to -aix32.
11431
114321993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11433
11434 * Makefile.in: Added `Developer's configuration' section.
11435
114361993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11437
11438 * Makefile.in: Add commented-out variable settings for developer's
11439 configuration.
11440
114411993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11442
11443 * make-dist: Distribute `src/bitmaps' too.
11444
114451993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11446
11447 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11448 make rs6000-ibm-aix default to -aix32.
11449
114501993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11451
11452 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11453
11454 * Makefile.in (install.sysv): Add a second `$' in front of
11455 `${dest}', so that the shell will expand it, instead of Make.
11456
11457 * configure: When processing the name of the configure script,
11458 collapse `././' to `./', but leave a single `./' prefix alone.
11459
11460 * configure: Doc fix.
11461
114621993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11463
11464 * configure: Handle isc3.0 correctly.
11465
114661993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11467
11468 * make-dist: Don't try to copy the COPYING notice into
11469 external-lisp; we're not distributing that directory any more.
11470
114711993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11472
11473 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11474 Remove CVS subdirectories from the installed directory trees, as
11475 well as RCS directories.
11476
114771993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11478
11479 * make-dist: Only copy gmalloc.c if we couldn't link it.
11480 Don't try to copy man/{README,Makefile} unless they actually exist.
11481
11482 * Makefile.in (lisppath): Don't include externallispdir in this.
11483 We're not sure whether we're even going to distribute the
11484 directory yet.
11485
114861993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11487
11488 * make-dist: Don't distribute the external-lisp directory anymore.
11489 * INSTALL: Remove all references to external-lisp.
11490
11491 * configure: Detect whether the compiler supports `const'
11492 properly, and edit src/config.h accordingly.
11493
11494 * configure: Tweak layout of final report.
11495
11496 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11497 CFLAGS.
11498
11499 * Makefile.in (locallisppath): Make this default to
11500 ${datadir}/emacs/site-lisp, instead of
11501 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11502 the same thing, and local-lisp causes completion conflicts with
11503 lock.
11504 (lisppath): Add ${externallispdir} to this.
11505 * INSTALL: Adjust installation directions.
11506
11507 * Makefile.in (externallispdir): New variable, to say where to
11508 install the externally-maintained lisp files.
11509 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11510 the others.
11511 * INSTALL: Describe external-lisp and the new externallispdir
11512 variable.
11513
115141993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11515
11516 * configure (progname): New option `--with-gcc'. Make it clearer
11517 how we are trying to guess whether or not we have GCC.
11518 * INSTALL: Document the `--with-gcc' option, and improve
11519 description of `--with-x' options.
11520
115211993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11522
11523 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11524 ${infodir} from these variables; we have written out explicit code
11525 to install the info files.
11526
115271993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11528
11529 * make-dist: Don't distributed the RCS files in the etc directory.
11530
115311993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11532
11533 * Makefile.in: Some makes can't handle comments in the middle of
11534 commands; move them to before the whole rule.
11535
115361993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11537
11538 * README: Mention what Emacs is.
11539
115401993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11541
11542 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11543 Add `./cpp' and `./man' back into the distribution.
11544
115451993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11546
11547 * Makefile.in: Define MAKE, and use where appropriate.
11548
115491993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11550
11551 * make-dist: Remember that the authoritative COPYING notice is
11552 `etc/COPYING', not `../etc/COPYING'.
11553
115541992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11555
11556 * make-dist: Make sure that the COPYING notices in each directory
11557 are copies, not symlinks.
11558
115591992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11560
11561 * INSTALL: The build process produces an executable called `emacs'
11562 now. Change references.
11563 * Makefile.in: Adjust `install.mumble' targets to install
11564 `src/emacs', not `src/xemacs'.
11565
11566 * configure: Start with a blank line; this keeps some old CSH's
11567 from thinking it's a CSH script. Most systems will just use
11568 /bin/sh to run it, which is what we're expecting; the only other
11569 shells which might try to interpret it themselves are probably
11570 Bourne-compatible.
11571
115721992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11573
11574 * INSTALL: Improvements suggested by David Mackenzie.
11575
115761992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11577
11578 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11579 Don't try to copy the info files if there aren't any; the
11580 unexpanded globbing pattern disappoints `install'. Ignore the
11581 return status of that command.
11582
11583 * INSTALL: Updated for new configuration arrangement.
11584
11585 * configure: Don't make the top-level Makefile read-only - people
11586 may want to edit the values of the path variables.
11587
11588 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11589 Install the info files in ${infodir}. Install the executable
11590 under both `emacs' and `emacs-VERSION'.
11591
11592 * Makefile.in: Doc fix.
11593
11594 * Makefile.in (exec_prefix): New variable, as per latest version
11595 of coding standards.
11596 (bindir, libdir): Use it, instead of `prefix'.
11597 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11598
11599 * Makefile.in (mandir): Make the default value for this depend on
11600 $(prefix).
11601
11602 * Makefile.in (datadir, statedir, libdir): Make these all default
11603 to ${prefix}/lib.
90eacf99
SM
11604 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11605 Adjust to compensate.
067d23c9
KY
11606
11607 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11608 Install the etags and ctags man pages too.
11609
11610 * Makefile.in (distclean): Don't delete backup files; that's the
11611 job of extraclean.
11612 (extraclean): Like distclean, but deletes backup and autosave files.
11613
116141992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11615
11616 Make path specification conform to GNU coding standards.
11617 * configure (long_usage): Remove all traces of old arguments from
11618 usage messages, and document the options we do accept in more
11619 detail: -with-x... and --srcdir.
90eacf99 11620 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
11621 make this worthwhile.
11622 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11623 along with the code which supported them; these should be set as
11624 arguments to the top-level make.
11625 (config_h_opts): Since this no longer doubles as a list of option
11626 names, make them upper case; this simplifies the code which uses
11627 them to build the sed command to edit src/config.h. Change the
11628 code which sets them.
11629 (cc, g, O): Don't allow the user to set these using options; they
11630 should be specified using `CC=' and `CFLAGS=' arguments to the
11631 top-level make. Just choose reasonable default values for them,
11632 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11633 values.
11634 (gnu_malloc, rel_alloc): Don't allow the user to set these using
11635 options; use them whenever the configuration files say they're
11636 possible.
11637 Simplify the argument processing loop. Don't accept abbreviations
11638 for option names; these might conflict with other configuration
11639 options in the future.
11640 Add some support for the `--srcdir' option. Check for the sources
11641 in . and .. if `--srcdir' is omitted. If the directories we will
11642 compile in don't exist yet, create them under the current directory.
11643 Note that the rest of the build process doesn't really support
11644 this.
90eacf99
SM
11645 Edit only the top Makefile. That should edit the others.
11646 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
11647 and `srcdir' from the configuration arguments, `CC' and
11648 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11649 the user's path, and LOADLIBES as gleaned from the system
11650 description files.
11651 Simplify the report generated; it doesn't need to include any
11652 description of paths now.
11653 Make `config.status' exec configure instead of just calling it, so
11654 there's no harm in overwriting `config.status'.
11655 * Makefile.in (version, configname): New variables, used to choose
11656 the default values for datadir and libdir.
11657 Path variables rearranged into two clearer groups:
11658 - In the first group are the variables specified by the GNU coding
11659 standards (prefix, bindir, datadir, statedir, libdir, mandir,
11660 manext, infodir, and srcdir).
11661 - In the second are the variables actually used for Emacs's paths
11662 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
11663 archlibdir), which depend on the first category.
11664 datadir and libdir default to directories under
11665 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
11666 demand.
11667 etcdir and lispdir default to subdirectories of datadir.
11668 archlibdir defaults to libdir.
11669 The new installation tree is a bit deeper than it used to be, so
11670 use the new make-path program in lib-src to build them all.
11671 Always build a new src/paths.h.tmp and then move-if-change it to
11672 src/paths.h, to avoid unnecessary rebuilds while responding to the
11673 right changes.
11674 Remove all mention of arch-lib. Run utility commands from
11675 lib-src, and let the executables be copied into archlibdir when
11676 Emacs is installed.
11677 Add targets for src/Makefile, lib-src/Makefile, and
11678 oldXMenu/Makefile, editing the values of the path variables into
11679 them.
11680 Let lib-src do its own installation.
11681 (datadir): Default to putting data files under
11682 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
11683 (emacsdir): Variable deleted; it would only be confusing to use.
11684 (lispdir, etcdir): Default to ${datadir}/lisp.
11685 (mkdir): Use make-path for this.
11686 (lockdir): Do this in mkdir.
11687 (Makefile): New target.
11688
11689 * configure (usage_message): Rename to long_usage.
11690
11691 * make-dist: Don't bother creating an arch-lib directory; that's
11692 only for installation now.
11693
116941992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11695
11696 * configure: Use GCC-style configuration names, using config.sub.
11697 Change the usage and help messages.
11698
11699 * configure: Initialize window_system, not indow_system.
11700
11701 * configure: Report which window system, compiler, and signal
11702 handler return type we decide to use.
11703
11704 * make-dist: Explain what's going on if config.sub and gmalloc.c
11705 can't be linked. Place the code which copies them near the code
11706 which links the rest of the files around them.
11707
117081992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
11709
11710 * make-dist: Don't bother to distribute src/*.com, or
11711 src/vmsbuild; those have all been moved to `../vms'.
11712
117131992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11714
11715 * make-dist: Don't forget that the way to avoid filenames starting
11716 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
11717 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
11718 couldn't make hard links to, since we have two already, and
11719 perhaps more to come.
11720
117211992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11722
11723 * configure: When editing parameters into lib-src/Makefile, change
11724 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
11725 needs some other flags too.
11726
117271992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11728
11729 * configure: Remove spurious echo of the configuration name.
11730
11731 * make-dist: Don't distribute files in src/m and src/s whose names
11732 begin with `='.
11733
117341992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11735
11736 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
11737 Also LISP_FLOAT_TYPE.
11738
117391992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11740
11741 * make-dist: Copy config.sub, since it's a symbolic link to a file
11742 on another file system.
11743
117441992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11745
11746 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
11747 distribution.
11748
11749 * config.sub: New file, to help us recognize configuration names.
11750 * make-dist: Include it in the distribution.
11751
117521992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11753
11754 * configure: Convert `-' to `_' in specified option names.
11755 Accept options with --. Delete --highpri and --have-x-menu options.
11756 New options --with-x and --with-x10 replace -window-system.
11757 Don't mention options --gnu-malloc, --rel-alloc
11758 or --lisp-float-type in help message.
11759
117601992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11761
11762 * make-dist: Include the `vms' subdirectory in the distribution.
11763
117641992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11765
11766 * configure: Remove lines starting with "# DIST: " when building
11767 lib-src/Makefile and src/Makefile. This allows us to mark the
11768 "Makefile.in" files with explanatory comments which won't also get
11769 stuck in the Makefiles.
11770
117711992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11772
11773 * make-dist: Don't use the '+' operator in the sed regular
11774 expression that extracts the version number from lisp/version.el;
11775 Ultrix sed doesn't seem support the operator. Just double the
11776 operand and use *.
11777
117781992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11779
11780 * Makefile.in: Doc fix.
11781
117821992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11783
11784 * configure: Rewrite sed command to remove at most one ./ prefix;
11785 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
11786 group.
11787
117881992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11789
11790 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
11791
117921992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11793
11794 * make-dist: Go ahead and build a new TAGS file, unless the
11795 --newer option was specified. Don't try to delete a TAGS file
11796 from etc; it's not kept there, and shouldn't be deleted anyway.
11797
117981992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11799
11800 * make-dist: If the lisp directory contains a default.el, don't
11801 distribute it.
11802
11803 * configure: When searching signal.h for the type of a signal
11804 return handler, make a copy of it, not a symbolic link to it; that
11805 way, it will work on systems that don't have symbolic links.
11806
118071992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11808
11809 * make-dist: Taught it about vcdiff and rcs2log, added --newer
11810 option for generating incremental distributions. Stopped it from
11811 generating a TAGS file into the distribution; that sucker is
11812 *big*, and easily enough generated with the toplevel makefile.
11813
118141992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11815
11816 * configure: When writing config.status, don't prefix progname
11817 with a '.'; it might be absolute.
11818
118191992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11820
11821 * configure: Choose to use X11 if either /usr/lib/libX11.a or
11822 /usr/include/X11 exist, not only if both exist.
11823
118241992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11825
11826 * make-dist: Make the new external-lisp directory a duplicate of
11827 the external-lisp directory, not the lisp directory.
11828
118291992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11830
11831 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
11832 clean' in arch-lib; it doesn't even have a Makefile.
11833
11834 * Makefile.in (clean, mostlyclean): In the test which tries to
11835 distinguish between the build directory, which should be cleaned,
11836 and the installed directory, which shouldn't, cd to `${emacsdir}',
11837 not `${DESTDIR}${LIBDIR}'.
11838
118391992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11840
11841 * make-dist: Be sure to delete the .c and .h files that YACC and
11842 BISON create from getdate.y.
11843
11844 * external-lisp: New directory; see `external-lisp/README'.
11845 * make-dist: Added support for the external-lisp subdirectory.
11846
11847 * make-dist: Changed message which complains that make-dist wasn't
11848 invoked in the right directory to indicate which files it was
11849 looking for.
11850
118511992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11852
11853 * configure: Add comments explaining why we can't translate
11854 character ranges or control characters in `tr'.
11855
118561992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11857
11858 * configure: When generating the configuration message, we used to
11859 build the message from the start so that each line began with "# "
11860 so that it would be a comment in `config.status'. However, this
11861 causes trouble if any of the variables we use in the message
11862 expand to more than one line of text - as gnu_malloc_reason
11863 sometimes does. So instead, we build the message as it should be
11864 printed to the user (i.e. without the "# " prefixes), and stick on
11865 the "# "s when we write it to `config.status'.
11866
11867 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11868 `lib-src' and `arch-lib'.
11869
11870 * configure: When generating report and `config.status' file, note
11871 that bindir only determines where `make install' and
11872 `build-install' will place the executables; this should make it
11873 clear that the ordinary build process will not try to install
11874 things.
11875
118761992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11877
11878 * make-dist: Change messages to say that we are 'making links to
11879 X', rather than 'copying X'. And put `' quotes around file names.
11880
11881 * make-dist: Include '.tmp' in the name of the staging directory.
11882
11883 * make-dist: Pass the `-f' option to rm when you're not sure that
11884 the files you're removing actually exist.
11885
11886 * make-dist: When setting up etc/COPYING, always nuke whatever is
11887 there, and then copy it in, to make sure we get a real file.
11888
90eacf99
SM
11889 * make-dist: Don't try to distribute *.defns files any more.
11890 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
11891 version which doesn't have a separate .defns file.
11892
118931992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11894
11895 * make-dist: Don't distribute configured versions of config.h.in,
11896 paths.h.in, Makefile.in in src.
11897
11898 * configure: Delete .tmp files before creating them; don't bother
cd1181db 11899 trying to make final targets writable first, since it won't
067d23c9
KY
11900 matter to move-if-change.
11901
119021992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11903
11904 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11905 mkdir and chmod in the center of all the conditionals. GNU Make
11906 will strip these out, but other makes won't.
11907
119081992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11909
11910 * make-dist: Include move-if-change in list of files to distribute.
11911
119121992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11913
11914 * configure: Remove any "." elements from the program name.
11915
11916 * configure: Don't record the values of all the possible arguments
11917 in config.status; only record the options that the user specified.
11918
11919 * configure: Use move-if-change to move in the new src/config.h.
11920
119211992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
11922
11923 * move-if-change: New file, copied from gcc release.
11924 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11925 a temp file, so we don't update paths.h if an error occurs or if
11926 it doesn't need changing.
11927
119281992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11929
11930 * Makefile.in (src/paths.h): Do not install a value for the
11931 PATH_SUPERLOCK value; that macro doesn't exist anymore.
11932 * build-install.in: Same thing.
11933
119341992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11935
11936 * make-dist: Check the flag called "make_tar", not "make_dir"; the
11937 latter, being a typo, is always false, resulting in a program
11938 whose default behavior is to painstakingly build a copy of the
11939 source tree, and then delete it. Rah.
11940
11941 * Makefile.in: Add dist target, and comment for it.
11942
11943 * configure: When scanning <signal.h> for a declaration for
11944 signal, create a symbolic link with a name ending in .c, so the
11945 compiler won't complain that it's only been given .h files.
11946
11947 * configure: Check whether there are any arguments available
11948 before shifting to get the value of a non-boolean parameter.
11949
11950 * make-dist: Doc fix.
11951
119521992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11953
11954 * configure: Instead of grepping /usr/include/signal.h for a
11955 signal declaration, run /usr/include/signal.h or
11956 /usr/include/sys/signal.h through cpp and grep for the
11957 declaration.
11958
11959 * configure: Redirect the output of grep to /dev/null instead of
11960 using grep -s - that flag means different things on other systems.
11961
11962 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11963 since the former is recognizable even if you don't know what
11964 'dumping' is.
11965 * configure: Accommodate that change.
11966
11967 * configure: Accept options for all of the directories you can
11968 change in the Makefile.
11969
11970 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11971
11972 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11973 FOO before you can use them.
11974
11975 * build-install.in: Made the "Where To Install Things" section
11976 conform with the similar section from Makefile.in. Copied section
11977 which builds src/paths.h from src/paths.h.in from the Makefile.
11978
119791992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11980
11981 * configure: Write config.status to pass its command-line
11982 arguments on to configure, so that people can use it to recreate
11983 an old configuration, with minor changes.
11984
119851992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11986
11987 * configure: Don't rely on option variables being unset if their
11988 values are the empty string. In particular, when producing the
11989 English report, don't assume that highpri will be unset when no
11990 increased priority has been requested; -highpri='' should be the
11991 same as omitting -highpri altogether.
11992
11993 * configure: Fix dumb bug: when running the system and machine
11994 description files through cpp, mark those lines that we want to
11995 evaluate with the string '@configure@', and then only evaluate
11996 them. This way if the files include anything that actually
11997 generates text (type definitions or external declarations, say),
11998 we won't try to eval it.
11999
120001992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12001
12002 * make-dist: New shell script.
12003
12004 * configure: When creating foo from foo.in, make foo read-only to
12005 remind people to edit the .in file instead.
12006
12007 * INSTALL: Changed references to config.h-dist to config.h.in.
12008 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
12009 to build src/paths.h from src/paths.h.in; added a paragraph to do
12010 this.
12011 * configure, Makefile, build-install: Changed filenames like
12012 FOO-dist to FOO.in.
12013
120141992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12015
12016 * Makefile, build-install: Renamed to Makefile.in and
12017 build-install.in; the configure script will edit these to produce
12018 the usable Makefile and build-install.
12019 * configure: Changed to produce ./Makefile, ./build-install,
12020 lib-src/Makefile, and src/Makefile from their *.in counterparts,
12021 instead of editing them in place.
12022
120231992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12024
12025 * Makefile: Re-arranged so that the undumped Emacs will search
12026 ../lisp *after* the site's local elisp files.
12027 (locallisppath, dumplisppath): New variables.
12028 (lisppath): This variable's default value is now chosen based on
12029 $(locallisppath) and $(lispdir); while it used to be the
12030 customization point for adding site-local elisp directories to
12031 load-path, that job is now handled mostly by locallisppath.
12032 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
12033 Check the values being assigned to the *LOADSEARCH macros for null
12034 path elements (like '::' in 'foo::bar').
12035
12036 * configure: When checking if the machine- and system-dependent
12037 files define a particular macro or not, actually run them through
12038 CPP and test the macros with #ifs, instead of just grepping for
12039 the macros' names. In particular, check for SYSTEM_MALLOC in this
12040 way.
12041
120421992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12043
12044 * Makefile (install): Don't use -s in install. (Keep the symbols.)
12045
120461992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12047
12048 * configure: Make the config.status file an executable shell
12049 script which will recreate the same configuration. Include the
12050 verbal description of the current configuration as a comment in
12051 the script.
12052 * INSTALL: Doc fix.
12053
12054 * Makefile: Brought the Makefile up to the GNU coding
12055 standards, as described in standards.text:
12056 (TAGS): New name for the target which rebuilds the tags table.
12057 (check): New target; doesn't do anything yet.
12058 (mostlyclean): New target, synonymous with clean.
12059 (realclean): New target. Currently, this just calls the
12060 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
12061 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
12062 New variables.
067d23c9 12063 Installation directory variables changed to conform.
90eacf99 12064 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
12065 code which copies the directories into their installed location to
12066 allow the installed locations to be in several different
12067 directories; the old version assumed that they would all be in
12068 $(emacsdir).
12069 (mkdir, lockdir): Allow the installed locations to be in several
12070 different directories.
12071 * INSTALL: Doc fix.
12072
12073 * build-install: Use the same variable names as the Makefile.
12074 Allow the installed locations to be in several different
12075 directories.
12076
120771992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12078
12079 * Makefile (src/paths.h): Instead of using a single sed command to
12080 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
12081 separately, and don't forget to append "/!!!SuperLock!!!" to the
12082 value of the PATH_SUPERLOCK macro.
12083
12084 * config.emacs: Renamed to configure, for consistency with other
12085 GNU products. Internal references changed.
12086 INSTALL, Makefile: References changed.
12087
12088 * lock: New directory, which should always be empty. If this
12089 directory doesn't exist, Emacs won't complain; it just won't lock.
12090 Having this here means that people can just unpack Emacs, build
12091 it, and have locking work.
12092
12093 * share-lib: Re-renamed to etc, for the sake of tradition.
12094 * config.emacs: Changed default value for datadir to ../etc.
12095 * INSTALL, README: Adjusted.
12096
120971992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12098
12099 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
12100 by running CPP on the appropriate s/*.h and m/*.h files.
12101
121021992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12103
12104 * config.emacs: Make sure to set the "exit on error" flag once
12105 we've removed config.status; errors should abort the configuration.
12106
121071992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12108
12109 * config.emacs: Added -distribute option, so that the Makefile
12110 paths are in their proper form. I don't know why this matters.
12111
121121992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12113
12114 * local-lisp: New directory, empty in the distribution, for people
12115 to put local elisp code in.
12116 * config.emacs: Include it in the default load path.
12117 * README: Document it.
12118
121191992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12120
12121 * config.emacs: Guess the type of signal handling functions based
12122 on the contents of /usr/include/signal.h.
12123
12124 * config.emacs: Print out progress report messages.
12125
12126 * Makefile (src/paths.h): Don't generically replace
12127 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
12128 editing of the other entries, and each entry should be dealt with
12129 explicitly anyway.
12130
12131 * build-install: Converted from C-shell to Bourne shell.
12132 * config.emacs: Edit build-install properly.
12133
12134 * config.emacs: Doc fix.
12135
121361992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12137
12138 * Makefile (install): Remove `B' from tar xf command.
12139
121401992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12141
12142 * config.emacs: Removed support for the `maintain-environment'
12143 option; the only important difference between this and its absence
12144 has been removed.
12145 * INSTALL: Removed mention of `maintain-environment'.
12146
12147 * config.emacs: Fix arguments to sed when processing boolean
12148 arguments.
12149
121501991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12151
12152 * config.emacs: New file, to help automate the installation
12153 process.
12154
12155 * Makefile: Lots of changes to support the separation of etc into
12156 architecture-dependent and -independent files:
12157 (EMACSROOT): New variable, giving the directory under which all of
12158 Emacs's libraries should be installed. Changed rest of file to
12159 use it.
12160 (LIBDIR): Now denotes only architecture-dependent dir.
12161 (DATADIR): New variable, denoting architecture-independent dir.
12162 (LOCKDIR): New variable, for completeness.
12163 (SUBDIR): No more etc, new lib-src.
12164 (COPYDIR): No more etc, new arch-lib and share-lib.
12165 (src/paths.h): Set PATH_DATA and the LOCK macros too.
12166 (src): Now depends on lib-src, not etc.
12167 * build-install: Changes parallel to the above.
12168 * README: Describe the new arrangement.
12169
12170 * vms: New subdirectory for all the VMS stuff.
12171
121721991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
12173
12174 * Makefile (LISPPATH): New variable.
12175 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
12176
121771990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
12178
12179 * Makefile (install, install.sysv, install.xenix):
12180 Install wakeup instead of loadst. No need for setuid or setgid.
12181
121821990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12183
12184 * Makefile (clean): Clean etc if that's not the installation dir.
12185
121861990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12187
12188 * Makefile (paths.h): Make sed alter each name in the path.
12189
121901988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12191
12192 * Makefile (install.sysv): Use cpio, not tar.
12193
121941988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
12195
12196 * Makefile (lockdir): Rename `lock' target.
12197 Depend on it from install*, not from `all'.
12198
121991988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
12200
12201 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
12202 to match build-install and paths.h.
12203
12204;; Local Variables:
12205;; coding: utf-8
067d23c9
KY
12206;; End:
12207
ab422c4d 12208 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
067d23c9
KY
12209
12210 This file is part of GNU Emacs.
12211
12212 GNU Emacs is free software: you can redistribute it and/or modify
12213 it under the terms of the GNU General Public License as published by
12214 the Free Software Foundation, either version 3 of the License, or
12215 (at your option) any later version.
12216
12217 GNU Emacs is distributed in the hope that it will be useful,
12218 but WITHOUT ANY WARRANTY; without even the implied warranty of
12219 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12220 GNU General Public License for more details.
12221
12222 You should have received a copy of the GNU General Public License
12223 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.