Tune by using memchr and memrchr.
[bpt/emacs.git] / ChangeLog
CommitLineData
71d4202f
PE
12013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2
a84b7c53
PE
3 Tune by using memchr and memrchr.
4 * .bzrignore: Add string.h.
5 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
6 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
7 New files, from gnulib.
8
71d4202f
PE
9 Merge from gnulib, incorporating:
10 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
11 2013-02-09 secure_getenv: fix C++ declaration typo
12
55fe8e64
GM
132013-02-11 Glenn Morris <rgm@gnu.org>
14
15 * configure.ac (emacs_config_options): Record some env vars.
16
8b0590de
GM
172013-02-10 Glenn Morris <rgm@gnu.org>
18
19 * configure.ac (emacs_config_options): Strip out the (internal)
20 arguments --no-create and --no-recursion.
21
8376d87e
PE
222013-02-08 Paul Eggert <eggert@cs.ucla.edu>
23
24 Merge from gnulib, incorporating:
25 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
26 The MS-Windows port can remove careadlinkatcwd at its convenience.
27 2013-02-08 extensions: port better to HP-UX
28 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
29 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
30 2013-02-04 secure_getenv: new module [module not used by Emacs]
31 2013-01-30 sys_time: port to Solaris 2.6
32
8654f9d7
PE
332013-02-01 Paul Eggert <eggert@cs.ucla.edu>
34
35 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
36 On my host, this speeds up directory-files-and-attributes by a
37 factor of 3, when applied to Emacs's src directory.
38 These functions are standardized by POSIX and are common these
39 days; fall back on a (slower) gnulib implementation if the host
40 is too old to supply them.
41 * .bzrignore: Add lib/dirent.h.
42 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
43 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
44 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
45 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
46 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
47 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
48 * m4/fstatat.m4: New files, from gnulib.
49 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
50 These last three are specific to Emacs and are not copied from gnulib.
51 They are simpler than the gnulib versions and are tuned for Emacs.
52
0eb61895
GM
532013-02-01 Glenn Morris <rgm@gnu.org>
54
55 * make-dist: Only README files exist in lisp/ now, not README*.
56
e02703bd
GK
572013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
58
59 * .bzrignore: add lib-src/blessmail.
60
ea78b882
PE
612013-01-23 Paul Eggert <eggert@cs.ucla.edu>
62
63 Merge from gnulib, incorporating:
64 2013-01-16 unistd: port to recent mingw
65
795e7a5b 662013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
67
68 * Makefile.in (install-arch-indep): Put back a chmod that was
69 removed 2012-05-19. (Bug#13430)
70
ffe04adc
PE
712013-01-16 Paul Eggert <eggert@cs.ucla.edu>
72
73 Merge from gnulib, incorporating:
74 2013-01-16 largefile: port better to Mac OS X 10.5
75 2013-01-15 stdint: fix build with Android's Bionic fox x86
76
c4e2ba0a
PE
772013-01-16 Paul Eggert <eggert@cs.ucla.edu>
78
79 * configure.ac: Document that --enable-gcc-warnings emits errors.
80 (Bug#13448)
81
c0511b57 822013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
83
84 * make-dist: Add options for xz compression and no compression.
85
444b01bb
PE
862013-01-12 Paul Eggert <eggert@cs.ucla.edu>
87
88 Enable conservative stack scanning for all architectures.
89 Suggested by Stefan Monnier in
90 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
91 * configure.ac (GC_MARK_STACK): Remove.
92
002b8433
PE
932013-01-11 Paul Eggert <eggert@cs.ucla.edu>
94
95 * lib/getopt_.h: Remove trailing CRs that crept in.
96
b76381c6
EZ
972013-01-11 Eli Zaretskii <eliz@gnu.org>
98
99 * lib/getopt_.h: Regenerate.
100
6466e676
PE
1012013-01-10 Paul Eggert <eggert@cs.ucla.edu>
102
103 Merge from gnulib, incorporating:
104 2013-01-09 stdlib: port to Solaris 2.6
105
92d59611
GM
1062013-01-04 Glenn Morris <rgm@gnu.org>
107
108 * info/dir: Add htmlfontify.
109
ee0d3938
PE
1102013-01-04 Paul Eggert <eggert@cs.ucla.edu>
111
112 Merge from gnulib, incorporating:
113 2013-01-04 stdio: remove now-unnecessary stdio.c
114 2013-01-04 fprintftime: depend on stdio, not ignore-value
115 2013-01-04 fwrite: silence __wur only for older glibc versions
116 2013-01-04 fwrite: silence __wur without using inline
117 * lib/stdio.c: Remove.
118 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
119 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
120
9ff99d22
PE
1212013-01-02 Paul Eggert <eggert@cs.ucla.edu>
122
123 Merge from gnulib, incorporating copyright-date changes and:
124 2012-12-31 dup2: work around cygwin bug
125
5a1d858b
JD
1262012-12-30 Jan Djärv <jan.h.d@swipnet.se>
127
128 * configure.ac: Check for GtkHandlebox.
8b745d92 129 Check for GtkTearoffMenuItem.
7ec363cf
JD
130 New enable: --enable-gtk-deprecation-warnings, default off.
131 (HAVE_GTK3): If above enable is off, add
132 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 133
d5e5e7b4 1342012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
135
136 * configure.ac (TEMACS_LDFLAGS2): Don't define.
137 (LIBS_GNUSTEP): Set for GNUstep and substitute.
138 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
139
60f5e585
GM
1402012-12-27 Glenn Morris <rgm@gnu.org>
141
142 * configure.ac (emacs_config_options): New.
143 Use $@ rather than undocumented $ac_configure_args.
144 Replace any embedded double quotes. (Bug#13274)
145
82e2a1f0 1462012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
147
148 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
149 (Bug#13222)
150
a8e1690b
PE
1512012-12-26 Paul Eggert <eggert@cs.ucla.edu>
152
153 Revert static checking of stack smashing.
154 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
155 configured with --enable-gcc-warnings. -Wstack-protector causes
156 diagnostics to be issued on Ubuntu 12.10 x86-64.
157
219023c4
PE
1582012-12-24 Paul Eggert <eggert@cs.ucla.edu>
159
160 Merge from gnulib, incorporating:
161 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
162 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
163 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
164
a4b0cca1 1652012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
166
167 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
168
7c3d167f
RF
1692012-12-16 Romain Francoise <romain@orebokech.com>
170
171 * configure.ac (acl): New option.
172 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
173 provided by libacl on GNU/Linux.
174
97976f9f
PE
1752012-12-14 Paul Eggert <eggert@cs.ucla.edu>
176
177 Fix permissions bugs with setgid directories etc. (Bug#13125)
178 * configure.ac (BSD4_2): Remove; no longer needed.
179
98c94021
GM
1802012-12-13 Glenn Morris <rgm@gnu.org>
181
727f9739 182 * info/dir: Add bovine, srecode, wisent.
98c94021 183
727f9739 1842012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
185
186 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 187 (uninstall): Likewise. (Bug#13143)
0f59daaf 188
904dd565
PE
1892012-12-11 Paul Eggert <eggert@cs.ucla.edu>
190
191 Merge from gnulib for 'inline' (Bug#13040), incorporating:
192 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
193 * m4/extern-inline.m4: Update from gnulib.
194
0eeb69fe
JB
1952012-12-11 Juanma Barranquero <lekktu@gmail.com>
196
197 * lib/makefile.w32-in (SIG2STR_H): New macro.
198 ($(BLD)/sig2str.$(O)): Update dependencies.
199
7e77303e
PE
2002012-12-10 Paul Eggert <eggert@cs.ucla.edu>
201
202 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
203 There's no need to test for any of three inotify functions,
204 since we use all three. Check for just the first one.
205
1cf1bbd5
DC
2062012-12-10 Daniel Colascione <dancol@dancol.org>
207
9ca3e73a
DC
208 * .bzrignore: add src/emacs.res.
209
1cf1bbd5
DC
210 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
211 build how to compile Windows resource files; use these variables
212 to tell src/Makefile.in how and whether to compile resources.
213
81606b10
RS
2142012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
215
216 * configure.ac (inotify): New option.
217 (HAVE_INOTIFY): Test for inotify.
218
75d7aa24
AS
2192012-12-09 Andreas Schwab <schwab@linux-m68k.org>
220
221 * configure.ac: Fix source command in .gdbinit.
222 Don't quote $MAKEINFO.
223
3cc53d60
PE
2242012-12-09 Paul Eggert <eggert@cs.ucla.edu>
225
226 Allow spaces in some configuration vars (Bug#13078).
227 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
228 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
229 All uses quoted, to allow spaces in these vars.
230
5745a7df
PE
2312012-12-08 Paul Eggert <eggert@cs.ucla.edu>
232
233 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
234 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
235 New files, copied automatically from gnulib.
236 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
237
63999a7d
EZ
2382012-12-08 Eli Zaretskii <eliz@gnu.org>
239
240 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
241 Remove a stray character at the beginning of the file.
242 (Bug#13026)
243
d983a10b
PE
2442012-12-08 Paul Eggert <eggert@cs.ucla.edu>
245
7be78020
PE
246 Simplify get_lim_data.
247 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
248
d983a10b
PE
249 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
250 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
251 Use SIGCHLD rather than SIGCLD.
252 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
253 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
254 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
255
d8ad4d3f 2562012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
257
258 * configure.ac: Handle info/ files with or without ".info" extension.
259
f64898ab
PE
2602012-11-30 Paul Eggert <eggert@cs.ucla.edu>
261
262 Merge from gnulib for 'inline' (Bug#13040), incorporating:
263 2012-11-29 snippet/warn-on-use: no 'static inline'
264 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
265 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
266 2012-11-29 fflush, stat: no 'static inline'
267 2012-11-29 stdio: better 'inline'
268 2012-11-29 sys_stat: no 'static inline'
269 2012-11-29 unistd: better 'inline'
270 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
271 2012-11-29 extern-inline: no 'static inline'
272 2012-11-29 sys_socket: better 'inline'
273 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
274 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
275 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
276 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
277 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
278 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
279 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
280 Update from gnulib.
281
5c9cf0a3 2822012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 283
5c9cf0a3
GM
284 * make-dist (nt): Adjust to changes in names of the *.manifest files.
285
bcd77a2b
KB
2862012-11-24 Ken Brown <kbrown@cornell.edu>
287
288 * configure.ac (HAVE_MOUSE): Remove.
289
95ef7787
PE
2902012-11-23 Paul Eggert <eggert@cs.ucla.edu>
291
292 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
293 * configure.ac: Do not check for dirent.h or closdir.
294
9239d970
PE
2952012-11-21 Paul Eggert <eggert@cs.ucla.edu>
296
297 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
298 * configure.ac: Do not check for getcwd or getwd.
299
1b3b7caa
GM
3002012-11-21 Glenn Morris <rgm@gnu.org>
301
302 * configure.ac (--enable-profiling): Doc fix.
303
d7fcbbfe 3042012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
305
306 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
307 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
308 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
309 at least 64-bit long int. This improves static checking on these
310 platforms, when configured with --enable-gcc-warnings.
311
49cdacda
PE
3122012-11-17 Paul Eggert <eggert@cs.ucla.edu>
313
314 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
315 * configure.ac: Do not check for fcntl.h.
316 * lib/gnulib.mk: Regenerate.
317
3d082a26
PE
3182012-11-16 Paul Eggert <eggert@cs.ucla.edu>
319
320 Remove no-longer-used pty_max_bytes variable.
321 * configure.ac (fpathconf): Remove unnecessary check.
322
73dcdb9f
PE
3232012-11-14 Paul Eggert <eggert@cs.ucla.edu>
324
325 Use faccessat, not access, when checking file permissions (Bug#12632).
326 * .bzrignore: Add lib/fcntl.h.
327 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
328 (gl_FCNTL_O_FLAGS): Define a dummy version.
329 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
330 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
331 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
332 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
333 New files, from gnulib.
334 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
335
8148369c
PE
3362012-11-05 Paul Eggert <eggert@cs.ucla.edu>
337
dd0333b6
PE
338 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
339 * configure.ac (setpgid, setsid): Assume their existence.
340 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
341
8148369c
PE
342 Simplify by assuming __fpending.
343 Now that Emacs is using the gnulib fpending module,
344 there's no need for Emacs to have a separate implementation.
345 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
346 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
347
b3cf17f6
EZ
3482012-11-03 Eli Zaretskii <eliz@gnu.org>
349
3a7089c1
EZ
350 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
351 $(BLD)/close-stream.$(O).
352 ($(BLD)/close-stream.$(O)):
353 ($(BLD)/fpending.$(O)): New dependencies.
354
7ccfb720
PE
3552012-11-03 Paul Eggert <eggert@cs.ucla.edu>
356
357 Fix data-loss with --batch (Bug#9574).
358 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
359 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
360 New files, from gnulib.
361 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
362
3478f4b5
EZ
3632012-11-03 Eli Zaretskii <eliz@gnu.org>
364
365 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
366
d036bcdf
GM
3672012-11-02 Glenn Morris <rgm@gnu.org>
368
369 * Makefile.in (EMACS_ICON): New variable.
370 (install-etc): Use EMACS_ICON to allow choice of icon.
371
25ca4587
GM
3722012-10-26 Glenn Morris <rgm@gnu.org>
373
59696ae0
GM
374 * Makefile.in (EMACS_NAME): New variable.
375 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
376
eeced60b
GM
377 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
378 applied to $EXEEXT.
379
25ca4587
GM
380 * Makefile.in (uninstall): Don't abort if some directories are missing.
381 Apply transformation rules to manual pages, desktop and icon files.
382 No more emacs22 icons to uninstall.
383
a6c2cc07
GM
3842012-10-24 Glenn Morris <rgm@gnu.org>
385
8bfcb8a6
GM
386 * Makefile.in (install-etc, install-man):
387 Don't apply program transform to standard file suffixes.
a6c2cc07 388
7f8de58c
PE
3892012-10-23 Paul Eggert <eggert@cs.ucla.edu>
390
391 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
392 This ports to Gentoo. Problem originally reported against coreutils,
393 but Emacs has it too.
394
ed68379e
GM
3952012-10-23 Glenn Morris <rgm@gnu.org>
396
397 * Makefile.in (emacs_transform): Remove.
398 (install-man): Revert 2012-10-21 change. (Bug#12713)
399
8dc2a723
GM
4002012-10-21 Glenn Morris <rgm@gnu.org>
401
ad483434
GM
402 * Makefile.in (install-etc): Don't install emacs22 icons.
403
8dc2a723
GM
404 * Makefile.in (emacs_transform): New variable.
405 (install-etc): Prefer a make variable to a shell variable.
406
90eacf99
SM
4072012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
410
1a9c6830
GM
4112012-10-15 Glenn Morris <rgm@gnu.org>
412
413 * Makefile.in (install-man, install-etc):
414 Apply $TRANSFORM. (Bug#12536#34)
415 (clean): Delete etc/emacs.tmpdesktop.
416
cde44a77
KH
4172012-10-11 Kenichi Handa <handa@gnu.org>
418
419 * .bzrignore: Add several files under admin/charsets.
420
e08348a0
DC
4212012-10-08 Daniel Colascione <dancol@dancol.org>
422
90eacf99
SM
423 * configure.ac: Add --with-w32 as a window system option.
424 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
425 system configuration and set TERM_HEADER to w32term.h when w32 is
426 configured.
427
428 (CYGWIN_OBJ): Add cygw32.o.
429
335f5ae4
JD
4302012-10-07 Jan Djärv <jan.h.d@swipnet.se>
431
432 * configure.ac: Check that OSX is 10.4 or newer.
433
c622b48f
PE
4342012-10-07 Paul Eggert <eggert@cs.ucla.edu>
435
436 Improve sys_siglist detection.
437 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
438 Otherwise, it's not found in either Fedora 17 or Solaris 11.
439
2b794d69
PE
4402012-10-04 Paul Eggert <eggert@cs.ucla.edu>
441
bb1dfdad
PE
442 Merge from gnulib, incorporating:
443 2012-10-02 pselect: reject invalid file descriptors
444 2012-10-02 ptsname: reject invalid file descriptors
445 2012-10-02 manywarnings: cater to more gcc infelicities
446 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
447 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
448 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
449 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
450
65788e2e
PE
4512012-09-30 Paul Eggert <eggert@cs.ucla.edu>
452
453 Merge from gnulib, incorporating:
454 2012-09-28 extern-inline: provide a -Wundef safe config.h
455
a615a3ae
PE
4562012-09-27 Paul Eggert <eggert@cs.ucla.edu>
457
458 Check more robustly for timer_settime.
459 This should fix an OS X build problem reported by Ivan Andrus in
460 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
461 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
462 does threads its own way.
89d17fd0 463 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 464
c462dda8
PE
4652012-09-23 Paul Eggert <eggert@cs.ucla.edu>
466
467 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
468 to avoid problems with recursion when using GNU make.
469
e41c05e5
PE
4702012-09-22 Paul Eggert <eggert@cs.ucla.edu>
471
bbe099e7
PE
472 * Makefile.in (bootstrap): Simplify build procedure.
473 Suggested by Wolfgang Jenker in
474 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
475
e41c05e5
PE
476 Merge from gnulib, incorporating:
477 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
478
db8a5a18
TH
4792012-09-19 Tassilo Horn <tsdh@gnu.org>
480
481 * doc/emacs/misc.texi (DocView Slicing): Document new slice from
482 BoundingBox feature.
483
5fb91e71
JD
4842012-09-18 Jan Djärv <jan.h.d@swipnet.se>
485
486 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
487
d3612ac3
AS
4882012-09-17 Andreas Schwab <schwab@linux-m68k.org>
489
490 * Makefile.in (bootstrap): Revert last change. Run config.status
491 after config.status --recheck, run configure from $(srcdir).
492 (config.status): Run configure from $(srcdir).
493
eeceac93
PE
4942012-09-17 Paul Eggert <eggert@cs.ucla.edu>
495
50bfc824
PE
496 * Makefile.in: Fix build error on FreeBSD.
497 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
498 Suggested by Wolfgang Jenker in
499 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
500 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
501 This undoes part of the 2012-09-10 patch.
502 (bootstrap): Run ./configure, rather than trying to run config.status
503 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
504 Run autogen/copy_autogen if autogen.sh fails,
505 to create 'configure'; problem reported by Andreas Schwab in
506 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
507 * autogen.sh: Exit with status 1 when failing due to missing tools,
508 reverting the 2012-09-10 change to this file.
509 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
510 Use 'cp -f' for the build-aux files, since the destinations are
511 typically read-only.
50bfc824 512
eeceac93
PE
513 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
514 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
515 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
516
78f83752
GM
5172012-09-17 Glenn Morris <rgm@gnu.org>
518
519 * configure.ac (copyright): New output variable.
520 (COPYRIGHT): New AC_DEFINE.
521
0caaedb1
PE
5222012-09-16 Paul Eggert <eggert@cs.ucla.edu>
523
524 Remove configure's --without-sync-input option (Bug#12450).
525 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
526
83da1b55
GM
5272012-09-16 Glenn Morris <rgm@gnu.org>
528
529 Increase compartmentalization of Nextstep builds rules,
530 and store Emacs version number in fewer versioned files.
531 * configure.ac (ns_appsrc): Use relative names.
532 (ns_frag): Remove.
533 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
534 (nextstep/Makefile): Generate these nextstep files.
535 (SUBDIR_MAKEFILES): Add nextstep.
536 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
537 * make-dist (nextstep/templates): Add directory.
538 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
539 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 540 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 541
0328b6de
PE
5422012-09-15 Paul Eggert <eggert@cs.ucla.edu>
543
544 Port better to POSIX hosts lacking _setjmp (Bug#12446).
545 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
546 (_setjmp, _longjmp): Remove.
547
e3141fcf
PE
5482012-09-14 Paul Eggert <eggert@cs.ucla.edu>
549
2af03429
PE
550 * configure.ac (--without-sync-input): Fix typo in usage message.
551
e3141fcf
PE
552 * configure.ac: Port to hosts lacking gtk.
553 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
554 better, in particular, problems in invoking pkg-config itself.
555 This is useful on hosts that don't have pkg-config.
556 (GTK_MODULES): Do not exit 'configure' simply because gtk3
557 and gtk2 are both missing. Problem found on Solaris 8.
558
2c484e75
JD
5592012-09-13 Jan Djärv <jan.h.d@swipnet.se>
560
561 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 562 Report Gtk+ 3 as GTK.
2c484e75 563
4a4bbad2
PE
5642012-09-13 Paul Eggert <eggert@cs.ucla.edu>
565
566 Simplify SIGIO usage (Bug#12408).
567 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
568 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
569 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
570 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
571 to #undef SIGIO now (which was error-prone). Likewise, all uses
572 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
573
d673aedc
JD
5742012-09-12 Jan Djärv <jan.h.d@swipnet.se>
575
576 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
577 and then gtk2 if not found.
578 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
579 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
580 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
581
9d9edd4b
GM
5822012-09-11 Glenn Morris <rgm@gnu.org>
583
584 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
585 Be more explicit about dependencies, for parallel `make install'.
586
c990426a
PE
5872012-09-11 Paul Eggert <eggert@cs.ucla.edu>
588
589 Simplify, document, and port floating-point (Bug#12381).
590 * configure.ac (logb, cbrt): Do not check for these functions,
591 as they are not being used.
592
b8b0239f
PE
5932012-09-10 Paul Eggert <eggert@cs.ucla.edu>
594
595 Improve robustness of 'make bootstrap' (Bug#12376).
596 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
597 * INSTALL, README: Document autogen.sh.
598 * Makefile.in (Makefile): Mark it as precious, since it's updated
599 atomically.
600 (MAKE_CONFIG_STATUS): New macro.
601 (config.status, bootstrap): Use it. This causes 'make bootstrap'
602 to run config.status with the --recheck option, which is more
603 appropriate for a bootstrap.
604 (bootstrap): Run autogen.sh right after cleaning. Don't worry
605 about failures due to missing tools.
606 * autogen.sh: Exit with status 101 when failing due to missing tools.
607 * make-dist: Distribute autogen.sh.
608
f6196b87
PE
6092012-09-09 Paul Eggert <eggert@cs.ucla.edu>
610
611 Assume C89 or later for math functions (Bug#12381).
612 * configure.ac (frexp, fmod): Remove checks for these functions,
613 as we now assume them.
614 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
615 (HAVE_EXCEPTION):
616 Remove; no longer needed.
617
1a4f1e9b
PE
6182012-09-07 Paul Eggert <eggert@cs.ucla.edu>
619
620 More signal-handler cleanup (Bug#12327).
621 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
622
2fe28299
PE
6232012-09-06 Paul Eggert <eggert@cs.ucla.edu>
624
625 Signal-handler cleanup (Bug#12327).
626 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
627 Adjust to syssignal.h changes.
628 (SIGNAL_H_AB): Remove; no longer needed.
629
7b6c362e
PE
6302012-09-04 Paul Eggert <eggert@cs.ucla.edu>
631
1088b922
PE
632 Simplify redefinition of 'abort' (Bug#12316).
633 * configure.ac (NO_ABRT): Remove.
634
7b6c362e
PE
635 * configure.ac (_setjmp, _longjmp): Check by compiling
636 instead of by guessing. The guesses were wrong for
637 recent versions of Solaris, such as Solaris 11.
638
7f507777
PE
6392012-09-03 Paul Eggert <eggert@cs.ucla.edu>
640
79a7bafe
PE
641 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
642 It generates false alarms in doc.c, regex.c, xdisp.c. See
643 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
644
7f507777
PE
645 Merge from gnulib, incorporating:
646 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
647 2011-11-30 manywarnings: update the list of "all" warnings
648
f278d339
JD
6492012-09-02 Jan Djärv <jan.h.d@swipnet.se>
650
651 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
652
2d3800d2
PE
6532012-09-01 Paul Eggert <eggert@cs.ucla.edu>
654
655 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
656 This ports to glibc 2.15 or later, when configured with
657 --enable-gcc-warnings. See Eric Blake in
658 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
659
17a2cbbd
DC
6602012-09-01 Daniel Colascione <dan.colascione@gmail.com>
661
662 * configure.ac: Introduce term_header variable, which holds the
663 value which will become TERM_HEADER in code. We effect our choice
664 of window system by setting term_header and WINDOW_SYSTEM_OBJ
665 instead of using ad-hoc variables and flags for each window
666 system.
667
6e8aca60
PE
6682012-08-26 Paul Eggert <eggert@cs.ucla.edu>
669
670 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
671 and if the user has not specified CFLAGS. -g3 simplifies
672 debugging, since it makes macros visible to the debugger.
673
f0602979
JB
6742012-08-25 Juanma Barranquero <lekktu@gmail.com>
675
676 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
677
391ceac5
EZ
6782012-08-25 Eli Zaretskii <eliz@gnu.org>
679
680 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
681 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
682
f4a681b0
PE
6832012-08-24 Paul Eggert <eggert@cs.ucla.edu>
684
685 On assertion failure, print backtrace if available.
686 Merge from gnulib, incorporating:
687 2012-08-24 execinfo: port to FreeBSD
688 2012-08-22 execinfo: new module
689 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
690 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
691
5af9cb6b
GM
6922012-08-22 Glenn Morris <rgm@gnu.org>
693
694 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
695 do not create the bin/emacs link. (Bug#12011)
696
01b13eb7
PE
6972012-08-21 Paul Eggert <eggert@cs.ucla.edu>
698
699 Merge from gnulib, incorporating:
700 2012-08-20 extern-inline: support old GCC 'inline'
701
9aa0092c
GM
7022012-08-20 Glenn Morris <rgm@gnu.org>
703
704 * configure.ac (AC_PROG_LN_S): Test for ln.
705 * Makefile.in (LN_S): New, set by configure.
706 (install-arch-dep): Use $LN_S.
707
562d4436
PE
7082012-08-19 Paul Eggert <eggert@cs.ucla.edu>
709
710 Merge from gnulib, incorporating:
711 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
712 2012-08-19 mktime, sys_select: avoid 'static inline'
713 2012-08-19 gnulib-tool: Fix indentation.
714
51e6d6b2
PE
7152012-08-18 Paul Eggert <eggert@cs.ucla.edu>
716
717 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
718 These files have been unused since the 2012-06-22 patch that
719 introduced high-resolution time stamps.
720
1598ef28
JB
7212012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
722
723 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
724 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
725
76d0e68f
PE
7262012-08-14 Paul Eggert <eggert@cs.ucla.edu>
727
728 Merge from gnulib, incorporating:
729 2012-08-05 extern-inline: also ignore -Wmissing-declarations
730
57239922
JB
7312012-08-10 Juanma Barranquero <lekktu@gmail.com>
732
733 * lib/makefile.w32-in (STAT_TIME_H): New macro.
734 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
735 ($(BLD)/u64.$(O)): Update dependencies.
736
9374581a
GM
7372012-08-10 Glenn Morris <rgm@gnu.org>
738
739 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
740
da3d2105
DA
7412012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
742
743 * configure.ac (--disable-features): Rename to --without-all.
744 (OPTION_DEFAULT_ON): Change to use with_features.
745 * INSTALL: Fix description.
746
c30d4aef
DA
7472012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
748
749 * configure.ac: New option --disable-features.
750 (OPTION_DEFAULT_ON): Change to use enable_features.
751 * INSTALL: Explain --disable-features.
752
7d732d1a
GM
7532012-08-07 Glenn Morris <rgm@gnu.org>
754
755 * configure.ac: Require automake 1.11 (fairly arbitrarily).
756 * autogen.sh (automake_min): Get it from configure.ac.
757
1c6f11f4
GM
7582012-08-06 Glenn Morris <rgm@gnu.org>
759
1db4583a
GM
760 * configure.ac (BROKEN_GETWD) [unixware]: New define.
761
1c6f11f4
GM
762 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
763 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
764 (DISPNEW_NEEDS_STDIO_EXT): New define.
765
68b0c113
MA
7662012-08-05 Michael Albinus <michael.albinus@gmx.de>
767
a4fe5376 768 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 769
32d9ba9a
UM
7702012-08-05 Ulrich Müller <ulm@gentoo.org>
771
772 * configure.ac: Disable paxctl if binaries don't have a
773 PT_PAX_FLAGS program header. (Bug#11979)
774
fddc1855
EZ
7752012-08-03 Eli Zaretskii <eliz@gnu.org>
776
777 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
778 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
779 (SHA512_H): Don't mention u64.h twice.
780 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
781 New targets.
782
f35ef0ed
PE
7832012-08-03 Paul Eggert <eggert@cs.ucla.edu>
784
785 Merge from gnulib, incorporating:
786 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
787
d7844221
YM
7882012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
789
790 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
791 out-of-tree build.
792
837b365b
GM
7932012-08-02 Glenn Morris <rgm@gnu.org>
794
d66b744d
GM
795 * make-dist: Remove src/s.
796
837b365b
GM
797 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
798
3f750e43
PE
7992012-08-02 Paul Eggert <eggert@cs.ucla.edu>
800
a0d4efe9
PE
801 Merge from gnulib (Bug#12116), incorporating:
802 2012-08-01 extern-inline: new module
803 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 804 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
805 New files. The new .c files are for instantiating extern inline
806 functions.
807
13294f95
PE
808 Port to Solaris 8.
809 Without this change, 'configure' fails because the recently-added
810 wait3 prototype in config.h messes up later 'configure' tests.
811 Fix this problem by droping wait3 and WRETCODE, as they're
812 no longer needed on hosts that are current porting targets.
813 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
814 All uses changed to waitpid and WEXITSTATUS.
815
3f750e43
PE
816 Avoid needless autoheader after autogen.sh.
817 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
818 * .bzrignore: Add it.
819 * autogen.sh: Create it.
820
ae21c275
GM
8212012-08-01 Glenn Morris <rgm@gnu.org>
822
823 * configure.ac (DOS_NT, MSDOS): New system type templates.
824
fca64dbd
UM
8252012-08-01 Ulrich Müller <ulm@gentoo.org>
826
827 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
828 Don't include crtbegin.o and crtend.o. (Bug#12047)
829
5c0c0e8a
GM
8302012-08-01 Glenn Morris <rgm@gnu.org>
831
ca35a5f7
GM
832 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
833 (INTERNAL_TERMINAL): New.
b72c9a8c 834
5c0c0e8a
GM
835 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
836 (IS_ANY_SEP): Move here from src/lisp.h.
837
552a99b4
JB
8382012-08-01 Juanma Barranquero <lekktu@gmail.com>
839
840 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
841 (CONF_POST_H): New macro.
842
8d8e2dfe
GM
8432012-07-31 Glenn Morris <rgm@gnu.org>
844
bc96620a
GM
845 * configure.ac (S_FILE): Remove output variable.
846
68169a33
GM
847 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
848
b2c7a106
GM
849 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
850 Move here from src.
851
8d8e2dfe
GM
852 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
853 Move here from conf_post.h.
854
c09bfb2f
DA
8552012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
856
857 Improve OpenMotif detection on GNU/Linux systems.
858 * configure.ac (MOTIF): Check for /usr/include/openmotif
859 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
860
57ae02b1
AS
8612012-07-31 Andreas Schwab <schwab@linux-m68k.org>
862
863 * Makefile.in (install-arch-indep): Avoid eval.
864
c1529ded
GM
8652012-07-31 Glenn Morris <rgm@gnu.org>
866
b3a56300
GM
867 * configure.ac (opsysfile, S_FILE): Now they are always empty.
868
cd8bac79
GM
869 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
870 when removing src/s/sol2-6.h yesterday.
871
268e2432
GM
872 * configure.ac (USG5_4): Reintroduce this.
873 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
874
400d5621
GM
875 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
876
7552f3ee
GM
877 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
878 and to s/usg5-4-common.h on irix6-5.
c1529ded 879
b429a4ee
GM
8802012-07-30 Glenn Morris <rgm@gnu.org>
881
882 * configure.ac (AH_BOTTOM): Use an include file, so that the
883 contents do not get processed by autoheader.
884
0aee6912
PE
8852012-07-30 Paul Eggert <eggert@cs.ucla.edu>
886
8f25abd3
PE
887 Do not overwrite config.status while executing it (Bug#11214).
888 * Makefile.in (MAKEFILE_NAME): New macro.
889 ($(MAKEFILE_NAME)): Rename rule from Makefile.
890 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
891 so that GNU 'make' isn't tempted to make the Makefile and then
892 regenerate config.status while config.status is running.
893
0aee6912
PE
894 Update .PHONY listings in makefiles.
895 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
896 FRC, install-arch-dep, install-arch-indep, install-doc,
897 install-info, install-man, install-etc, install-strip, uninstall,
898 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
899 (.RECURSIVE): Remove; hasn't been needed for years.
900
0a763bd1
GM
9012012-07-30 Glenn Morris <rgm@gnu.org>
902
32bac6d6
GM
903 * configure.ac (SIGNAL_H_AHB): New hack macro.
904 (opsysfile): Set to empty on netbsd, openbsd.
905 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
906
b65e7c46 907 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 908
847bb9eb
JD
9092012-07-30 Jan Djärv <jan.h.d@swipnet.se>
910
911 * Makefile.in (install-arch-indep): Remove sh -x.
912
d34d6ffc
GM
9132012-07-30 Glenn Morris <rgm@gnu.org>
914
abc7ec54
GM
915 * configure.ac (opsysfile): Tweak message for null case.
916
227f5bd0
GM
917 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
918 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 919
dc5493f1
PE
9202012-07-30 Paul Eggert <eggert@cs.ucla.edu>
921
922 Merge from gnulib, incorporating:
923 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
924
ffd817eb
JD
9252012-07-29 Jan Djärv <jan.h.d@swipnet.se>
926
927 * Makefile.in (install-arch-indep): Handle space in locallisppath.
928
e32a5799
PE
9292012-07-28 Paul Eggert <eggert@cs.ucla.edu>
930
931 Use Gnulib environ module (Bug#9772).
932 * m4/environ.m4: New file, from gnulib.
933 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
934
935 Use Gnulib stdalign module (Bug#9772, Bug#9960).
936 This should improve portability of macros like alignof and DECL_ALIGN.
937 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
938 * .bzrignore: Add lib/stdalign.h.
939 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
940 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
941 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
942 fiddles with this, as gnulib now does this for us.
943
441efe9f
DA
9442012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
945
946 Fix toolkit configuration report.
947 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
948 --with-x-toolkit=gtk3 is used.
949
5dad233c
PE
9502012-07-17 Paul Eggert <eggert@cs.ucla.edu>
951
952 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
953 * configure.ac: Configure gnulib at the end, not before running
954 pkg-config. This restores the behavior before 2012-06-22, when
955 higher-resolution time stamps were added, and fixes a bug whereby
956 LIB_PTHREAD was not used and gnulib's part of 'configure'
957 therefore incorrectly assumed that pthread_sigmask wasn't working.
958 Fix the problem with -lrt and clock_gettime a different way.
959 This should complete the fix for Bug#11884.
960 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
961
b6e9e0ff
PE
9622012-07-15 Paul Eggert <eggert@cs.ucla.edu>
963
964 Merge from gnulib, incorporating:
965 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
966 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
967
5b3f250f
GM
9682012-07-14 Glenn Morris <rgm@gnu.org>
969
970 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
971 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
972
dbee5793
GM
9732012-07-13 Glenn Morris <rgm@gnu.org>
974
32fb4bb6
GM
975 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
976
983188fd
GM
977 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
978 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
979 Move "system type" macros here from src/s.
980 (BSD_SYSTEM_AHB): New hack macro.
981 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
982
5b633342
GM
983 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
984 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 985
308aab79
GM
9862012-07-12 Glenn Morris <rgm@gnu.org>
987
4fae5a7a
GM
988 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
989 setting here from src/s/darwin.h.
990
51c3b9b4
GM
991 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
992 as src/s/darwin.h used to.
993
42bd1719
GM
994 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
995 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 996 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 997 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 998 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 999 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 1000 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 1001
c43fb4c3
GM
10022012-07-11 Glenn Morris <rgm@gnu.org>
1003
1004 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 1005 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 1006
554fef51
PE
10072012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1008
1009 * configure.ac (tzset): Remove check that's redundant with gnulib.
1010
c8add24e
GM
10112012-07-11 Glenn Morris <rgm@gnu.org>
1012
172bedef
GM
1013 * configure.ac (CLASH_DETECTION): Define unconditionally.
1014
249685df
GM
1015 * configure.ac (opsysfile): Use bsd-common on gnu systems.
1016
c8add24e 1017 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
09f4e3b0 1018 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 1019
5ebbef1d
PE
10202012-07-11 Paul Eggert <eggert@cs.ucla.edu>
1021
bb352260
PE
1022 Assume mkdir, rename, rmdir, strerror.
1023 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 1024
20e94fdd
GM
10252012-07-11 Glenn Morris <rgm@gnu.org>
1026
9d596af3
GM
1027 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
1028
20e94fdd
GM
1029 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
1030
22ffb973
PE
10312012-07-10 Paul Eggert <eggert@cs.ucla.edu>
1032
1033 Remove "#define unix" that is no longer needed (Bug#11905).
1034 Merge from gnulib to make "#define unix" unnecessary, incorporating:
1035 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
1036 2012-07-09 getopt: Simplify after Emacs changed.
1037
882cf227
GM
10382012-07-10 Glenn Morris <rgm@gnu.org>
1039
d02eb359
GM
1040 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
1041 Move here from src/s.
882cf227 1042
cda158b4
AS
10432012-07-09 Andreas Schwab <schwab@linux-m68k.org>
1044
1045 * configure.ac (PNG_DEPSTRUCT): Define this instead of
1046 PNG_DEPRECATED.
1047
5994c183
PE
10482012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1049
1050 Add GCC-style 'const' attribute to functions that can use it.
1051 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
1052 (ATTRIBUTE_CONST): New macro, in config.h.
1053
52331d2c
JB
10542012-07-09 Juanma Barranquero <lekktu@gmail.com>
1055
1056 * lib/makefile.w32-in: Rework dependencies.
1057 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
1058 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
1059 (U64_H, SHA512_H): New macros.
1060 (SRC): Redefine to point to src/, not current directory.
1061 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1062 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
1063 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1064 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
1065 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
1066 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
1067 ($(BLD)/filemode.$(O)): Update dependencies.
1068
c4444d16
PE
10692012-07-09 Paul Eggert <eggert@cs.ucla.edu>
1070
2f93ecce
PE
1071 Merge from gnulib, incorporating:
1072 2012-07-09 timespec: mark functions with const attributes
1073
c4444d16
PE
1074 Rename configure.in to configure.ac (Bug#11603).
1075 The name 'configure.in' has been obsolescent for quite some time,
1076 and the next release of Autoconf will generate warnings for it.
61a11606
PE
1077 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
1078 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
1079 * configure.ac: Rename from configure.in.
1080 * INSTALL, INSTALL.BZR, README, make-dist:
1081 * Makefile.in (AUTOCONF_INPUTS):
1082 * autogen.sh (autoconf_min):
1083 * autogen/update_autogen (sources):
1084 Adjust to reflect new name.
1085
0ccb0b09
PE
10862012-07-08 Paul Eggert <eggert@cs.ucla.edu>
1087
1088 Restore deprecation warnings, except for older libpng.
1089 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
1090 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
1091 (PNG_DEPRECATED): Define when compiling with older PNG versions.
1092
4da41f1c
AS
10932012-07-07 Andreas Schwab <schwab@linux-m68k.org>
1094
1095 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
1096
6045c4fd
PE
10972012-07-07 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Improve static checking when configured --with-ns.
1100 See Samuel Bronson's remarks in
1101 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
1102 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
1103 a no-op with recent GCC and harmful in earlier ones.
1104 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
1105 warning when compiling with ObjC. Always omit
1106 -Wunsafe-loop-optimizations, as we don't mind when optimization is
1107 being done correctly.
1108
4516fbef
GM
11092012-07-07 Glenn Morris <rgm@gnu.org>
1110
41f9404e
GM
1111 * configure.in (BROKEN_SA_RESTART): Doc fix.
1112
4516fbef
GM
1113 * configure.in: Rather than checking for things then undef'ing
1114 them on some platforms, simply don't check for them.
1115 (getwd): Don't check for it on unixware.
1116 (random, rint): Don't check for these on hpux.
1117 (res_init, libresolv): Don't check for these on darwin.
1118
07adc2c6
JB
11192012-07-07 Juanma Barranquero <lekktu@gmail.com>
1120
1121 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
1122 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
1123 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
1124 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
1125
a69ca799
PE
11262012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1127
f5c08e17
PE
1128 * configure.in: Document --enable-gcc-warnings better.
1129
fee5959d
PE
1130 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1131 This is safer than strcasecmp, which has unspecified behavior
1132 outside the POSIX locale and in practice sometimes does not work
1133 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
1134 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 1135
fee5959d
PE
1136 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
1137 * lib/c-strncasecmp.c: New files, taken from gnulib.
1138 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1139
a69ca799
PE
1140 Merge from gnulib, incorporating:
1141 2012-07-06 timespec-sub: avoid duplicate include
1142 Reported by Juanma Barranquero.
1143
a02d99e7
GM
11442012-07-06 Glenn Morris <rgm@gnu.org>
1145
1146 * make-dist [update]: Let autoreconf figure out what needs updating.
1147 Use `make info-real'. leim/leim-list.el should always exist.
1148 Check cd return value.
1149
7dca65a4
PE
11502012-07-06 Paul Eggert <eggert@cs.ucla.edu>
1151
1152 Merge from gnulib. This is for OpenBSD 5.1 amd64.
1153 * m4/sys_time_h.m4: New version from gnulib, incorporating:
1154 2012-07-05 sys_time: allow too-wide tv_sec
1155
013aabf1
PE
11562012-07-04 Paul Eggert <eggert@cs.ucla.edu>
1157
1158 Merge from gnulib.
1159 * lib/alloca.in.h: New version from gnulib, incorporating:
1160 2012-07-03 alloca: add support for HP NonStop TNS/E native
1161
8ce70ed2
DA
11622012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
1163
1164 * configure.in: If --enable-gcc-warnings, disable
1165 -Wunsafe-loop-optimizations for -O1 optimization level.
1166
ca26824c
GM
11672012-06-30 Glenn Morris <rgm@gnu.org>
1168
1169 * configure.in (standardlisppath): New output variable.
1170 (lisppath): Use standardlisppath.
1171 * Makefile.in (standardlisppath): New, set by configure.
1172 (epaths-force): Use standardlisppath and locallisppath rather than
1173 lisppath.
1174
94eb8e0a
DA
11752012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1176
1f9f395d 1177 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
1178 (CPPFLAGS): Remove conditional -DXASSERTS=1.
1179 Add --enable-link-time-optimization.
1180 * INSTALL: Mention this.
1181
e509cfa6
DA
11822012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1183
1184 * configure.in: Add glyphs category to --enable-checking option.
1185 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
1186
a54e2c05
DA
11872012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
1188
1189 * configure.in (ENABLE_CHECKING): Update comment.
1190
059e4fb5
PE
11912012-06-28 Paul Eggert <eggert@cs.ucla.edu>
1192
15458df4
PE
1193 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
1194 Emacs proper no longer uses these headers, and can rely on Gnulib
1195 for these checks.
1196
059e4fb5
PE
1197 Merge from gnulib.
1198 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1199 getopt-posix: No longer guarantee that option processing is resettable.
1200
1ba6038a
GM
12012012-06-27 Glenn Morris <rgm@gnu.org>
1202
0b6b25d5
GM
1203 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
1204
1ba6038a
GM
1205 * INSTALL: Remove references to paths.el.
1206
cc06e7e7
EZ
12072012-06-26 Eli Zaretskii <eliz@gnu.org>
1208
90eacf99
SM
1209 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
1210 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
1211 the same object file to be mentioned twice, causing failures in
1212 parallel builds.
1213
cf38a720
PE
12142012-06-26 Paul Eggert <eggert@cs.ucla.edu>
1215
1216 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
1217 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
1218
3511c784
DA
12192012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1220
1221 * configure.in (AC_CHECK_FUNCS): Detect library functions
1222 strcasecmp and strncasecmp.
1223
845ca893
PE
12242012-06-24 Paul Eggert <eggert@cs.ucla.edu>
1225
1226 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
1227 We might as well use the spelling standardized by C11,
1228 as in the long run that should simplify maintenance.
1229 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
1230
696056c2
EZ
12312012-06-24 Eli Zaretskii <eliz@gnu.org>
1232
1233 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
1234 ($(BLD)/timespec-add.$(O)):
1235 ($(BLD)/timespec-sub.$(O)): Don't depend on
1236 $(EMACS_ROOT)/nt/inc/sys/time.h.
1237
1238 * lib/stat-time.h:
1239 * lib/timespec.h:
1240 * lib/utimens.h: Revert last change.
1241
47d0c011
PE
12422012-06-23 Paul Eggert <eggert@cs.ucla.edu>
1243
1244 Merge from gnulib.
1245 * m4/getopt.m4: Copy new version from gnulib, incorporating:
1246 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
1247
388cdec0
EZ
12482012-06-23 Eli Zaretskii <eliz@gnu.org>
1249
1250 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
1251 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
1252 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
1253 $(BLD)/timespec-sub.$(O).
1254 ($(BLD)/dtotimespec.$(O)):
1255 ($(BLD)/gettime.$(O)):
1256 ($(BLD)/timespec-add.$(O)):
1257 ($(BLD)/timespec-sub.$(O)): New dependencies.
1258
1259 * lib/stat-time.h:
1260 * lib/timespec.h:
ed9265fc 1261 * lib/utimens.h: Include sys/time.h.
388cdec0 1262
54e8a418
AS
12632012-06-23 Andreas Schwab <schwab@linux-m68k.org>
1264
1265 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
1266 the correct CFLAGS and LIBS.
1267
d35af63c
PE
12682012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1269
1270 Support higher-resolution time stamps (Bug#9000).
1271 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
1272 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
1273 that the new clock stuff doesn't clash with RSVG_LIBS.
1274 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
1275 as gnulib does that for us now.
1276 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
1277 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
1278 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
1279 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
1280 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
1281 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
1282 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
1283 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
1284 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
1285 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
1286 New files, copied automatically from gnulib.
1287 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
1288
05730648
PE
12892012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1290
1291 Merge from gnulib.
1292 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
1293 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
1294 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
1295 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
1296 Copy new versions from gnulib, incorporating the following changes:
1297 2012-06-22 time_r: fix typo that always overrode localtime_r decl
1298 2012-06-22 Write "Mac OS X" instead of "MacOS X".
1299 2012-06-21 mktime: fix integer overflow in 'configure'-time test
1300 2012-06-21 nonblocking: Avoid compilation error on mingw64.
1301 2012-06-19 stat, fstat: Avoid warnings on mingw64.
1302 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
1303
646b5f55
AS
13042012-06-13 Andreas Schwab <schwab@linux-m68k.org>
1305
1306 * configure.in: Rename --enable-use-lisp-union-type to
1307 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
1308 instead of USE_LISP_UNION_TYPE.
1309
8a07a8c6
GM
13102012-06-12 Glenn Morris <rgm@gnu.org>
1311
b4492cba
GM
1312 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
1313 (opsysfile): Set specially for sol2-10.
1314
8a07a8c6
GM
1315 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
1316 New AC_DEFINEs, for hpux11.
1317 (opsysfile): Set specially for hpux11.
1318
03043c1b
PE
13192012-06-12 Paul Eggert <eggert@cs.ucla.edu>
1320
1321 * configure.in: Coalesce some function checking.
1322 This makes 'configure' a bit smaller.
1323 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
1324
ed846e5f
GM
13252012-06-12 Glenn Morris <rgm@gnu.org>
1326
0d369729
GM
1327 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
1328
45fa9c0f
GM
1329 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
1330
ed846e5f
GM
1331 * configure.in: Anticipate platforms with no src/s file.
1332
0e25d334
CY
13332012-06-12 Chong Yidong <cyd@gnu.org>
1334
1335 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
1336
a9be7d2b
GM
13372012-06-11 Glenn Morris <rgm@gnu.org>
1338
1339 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
1340
e3a3e213
MA
13412012-06-09 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * configure.in (dbus_type_is_valid): Check for library function.
1344
276d5f5d
GM
13452012-06-06 Glenn Morris <rgm@gnu.org>
1346
1347 * INSTALL, make-dist: Remove vcdiff.
1348
418cd726
GM
13492012-06-03 Glenn Morris <rgm@gnu.org>
1350
1351 * INSTALL, make-dist: Remove rcs-checkin.
1352
c71232db
UM
13532012-06-03 Ulrich Müller <ulm@gentoo.org>
1354
1f9f395d 1355 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 1356
501390c5
PE
13572012-06-01 Paul Eggert <eggert@cs.ucla.edu>
1358
1359 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
1360 It is confusingly named and rarely useful. See, for example,
1361 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
1362 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
1363 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
1364 * configure.in: Remove --disable-maintainer-mode.
1365 (USE_MAINTAINER_MODE, MAINT): Remove.
1366
0e7a053e
PE
13672012-05-28 Paul Eggert <eggert@cs.ucla.edu>
1368
1369 Make 'configure' a bit smaller and faster.
1370 * configure.in (INSTALL_INFO): Set it with one call to
1371 AC_PATH_PROG, not three.
1372 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
1373 so likely that it'll be needed.
1374 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
1375 (AC_PROG_MAKE_SET): Remove; Automake does this.
1376 (sysinfo): Do not check for this function, as it's never used.
1377 (tzset): Check for this function just once.
1378 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
1379 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
1380
cd376509
EZ
13812012-05-27 Eli Zaretskii <eliz@gnu.org>
1382
42a53d84
EZ
1383 * config.bat (lib): Create/update lib/stdalign.in-h and
1384 lib/sys_types.in-h.
1385
0e7a053e
PE
1386 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
1387 ($(BLD)/sha1.$(O)):
1388 ($(BLD)/sha256.$(O)):
cd376509
EZ
1389 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
1390 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
1391
1392 * lib/getopt_.h: Regenerate.
1393
50c4645e
PE
13942012-05-27 Paul Eggert <eggert@cs.ucla.edu>
1395
1396 Assume gnulib does largefile.
1397 Gnulib does the largefile configuration anyway, so when configure.in
1398 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
1399 * configure.in (AC_SYS_LARGEFILE): Remove.
1400 * lib/gnulib.mk: Autoupdate.
1401
caf8a9b2
PE
14022012-05-26 Paul Eggert <eggert@cs.ucla.edu>
1403
1404 Merge from gnulib. (Bug#11527)
1405
1406 The build procedure now creates <stdalign.h> and <sys/types.h> for
1407 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
1408 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
1409 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
1410 msdos and nt builds.
1411
1412 Here is a precis of gnulib changes that seem relevant; please see
1413 the gnulib ChangeLog for details.
1414
1415 2012-05-18 crypto: fix bug in large buffer handling
1416 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
1417 2012-05-10 _Noreturn: port config.h to gcc -Wundef
1418 2012-05-08 warnings.m4: give a means to specify the program to compile
1419 2012-05-07 stdint: be more consistent with glibc, SunOS libc
1420 2012-04-21 Large File Support for native Windows platforms.
1421 2012-04-14 stat: Bypass buggy override in mingw64.
1422 2012-03-29 stdio: don't assume gets any more
1423 2012-03-24 Enable common subexpression optimization in GCC.
1424 2012-02-09 maint: replace FSF snail-mail addresses with URLs
1425 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
1426 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
1427 2012-01-21 stdint: Add support for Android.
1428 2012-01-15 Improve support for MSVC 9.
1429 2012-01-08 mktime: Avoid compilation error on Solaris 11.
1430 2012-01-05 Use ', not `, for quoting output.
1431 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
1432 2012-01-05 strtoimax: Work around AIX 5.1 bug.
1433 2012-01-05 inttypes: Modernize.
1434 2011-12-13 inttypes, stdint: add C++11 support
1435 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
1436 2011-11-21 _Noreturn: Check that _MSC_VER is defined
1437 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
1438 2011-11-09 raise: fix mingw handling of SIGPIPE
1439 2011-10-27 Add stdalign module and use it in other modules.
1440
1441 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
1442 * m4/sys_types_h.m4:
1443 New files.
1444 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
1445 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
1446 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
1447 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
1448 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
1449 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
1450 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1451 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
1452 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
1453 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
1454 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1455 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
1456 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
1457 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
1458 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
1459 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
1460 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
1461 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
1462 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
1463 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
1464 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
1465 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
1466 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
1467 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
1468 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
1469 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
1470 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
1471 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
1472 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
1473 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
1474 Update from gnulib.
1475
34374650
PE
14762012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1477
1478 Remove src/m/*.
1479 * configure.in: Remove all mention of src/m/*.
1480 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
1481 All uses removed.
1482 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
1483 (BITS_PER_LONG_LONG): Move to src/lisp.h.
1484 * lib/makefile.w32-in: Remove dependencies on
1485 $(EMACS_ROOT)/src/m/intel386.h.
1486 * make-dist: Don't make links to src/m.
1487
ec21c7f8
PE
14882012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1489
1490 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
1491 Without this further fix, aclocal was being invoked unnecessarily.
1492
39078e4a
GM
14932012-05-22 Glenn Morris <rgm@gnu.org>
1494
1495 * Makefile.in (blessmail, install-arch-dep, uninstall):
1496 Check cd lib-src works.
1497 (install-arch-dep, uninstall): Remove unneeded subshells.
1498
be17565b
GM
14992012-05-21 Glenn Morris <rgm@gnu.org>
1500
ff0c3cfb
GM
1501 * update-subdirs: Move to build-aux/.
1502 * make-dist, Makefile.in (install-arch-indep): Update for this change.
1503
d10cfddd
GM
1504 * Makefile.in (leimdir): New, set by configure.
1505 (COPYDIR, COPYDESTS): Add leim directories.
1506 (install-leim): Remove.
1507 (install-arch-indep): Handle leim installation directly.
1508
be17565b
GM
1509 * vpath.sed: Remove unused file.
1510 * make-dist: No more vpath.sed.
1511
9b4ee616
PE
15122012-05-21 Paul Eggert <eggert@cs.ucla.edu>
1513
fb77d37e
PE
1514 Use full name for m4/gnulib-comp.m4. (Bug#11529)
1515 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
1516 even though the file's name in gnulib is m4/gnulib-comp.m4.
1517 This had a problem when merging from gnulib, as the code temporarily
1518 renamed it to the full name, causing problems when interrupted.
1519 Now the file has its full name, with the idea that we will find
1520 a solution for MS-DOS that does not affect the rest of Emacs.
1521 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
1522
261cb4bb
PE
1523 Assume C89 or later.
1524 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
1525 (POINTER_TYPE, PROTOTYPES): Remove.
1526
9b4ee616
PE
1527 Make merging from gnulib a script, not a makefile action.
1528 Putting it in a makefile has some problems with reflection, as
1529 merging from gnulib updates 'configure', which can update the makefile.
1530 Putting it in a standalone script breaks this loop.
1531 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
1532 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
1533 Remove, moving the actions to the script admin/merge-gnulib.
1534
261cb4bb
PE
15352012-05-21 Glenn Morris <rgm@gnu.org>
1536
1537 * configure.in (LEIM_INSTALLDIR):
1538 Rename to leimdir, treat like lispdir.
1539
b847032c
GM
15402012-05-21 Glenn Morris <rgm@gnu.org>
1541
1542 * Makefile.in (install-arch-indep, install-doc, install-info)
1543 (uninstall): Scrap superfluous subshells.
1544
af006ad5
UM
15452012-05-19 Ulrich Mueller <ulm@gentoo.org>
1546
1547 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
1548
003fdae2
PE
15492012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1550
9232a6d9
PE
1551 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1552 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1553 getsockopt, setsockopt, mremap, mempcpy.
1554
003fdae2
PE
1555 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
1556 is being removed.
1557 (AC_CHECK_FUNCS): Remove ftime.
1558
e7333757
GM
15592012-05-19 Glenn Morris <rgm@gnu.org>
1560
e39b9806 1561 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 1562
42d5aa3e
GM
1563 * Makefile.in (install-arch-indep): Remove unneeded chmod.
1564 Set permissions of lisp/subdirs.el.
1565
9192d37d
GM
1566 * Makefile.in (SUBDIR): Add leim. Update users.
1567
2e5d41e4
GM
1568 * Makefile.in (lib, lib-src, lisp): Check cd return value.
1569
e7333757
GM
1570 * Makefile.in (leim): No need to set PARALLEL.
1571
7606c360
GM
15722012-05-18 Glenn Morris <rgm@gnu.org>
1573
6d1a623e
GM
1574 * Makefile.in (install-arch-indep, install-info, install-man):
1575 Simplify some one-sided ifs.
1576
29473393
GM
1577 * Makefile.in: Install only the relevant DOC file.
1578 (install-arch-indep): Delete etc/DOC*.
1579 (install-doc): No more need to delete etc/DOC.
1580
660c8c1e
GM
1581 * Makefile.in (install-arch-indep): Split into several rules.
1582 (install-doc, innstall-info, install-man): New rules.
1583
37f36bcb
GM
1584 * configure.in (mandir): May as well include it in the NS app bundle.
1585
0629a797
GM
1586 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
1587 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
1588 (install-arch-indep): Don't install-etc for self-contained ns builds.
1589
136c45ee
GM
1590 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
1591 No longer unconditonally add /sw directories. (Bug#2280)
1592
ed0ba302
GM
1593 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
1594 (install-arch-indep): Depend on install-leim.
1595 (install): Remove explicit install-leim dependence.
1596
62061397
GM
1597 * Makefile.in (install-arch-indep):
1598 Move last element of mkdir rule here.
1599 (mkdir): Remove rule.
1600
37baa3c8
GM
1601 * Makefile.in (install-arch-indep): Remove unneeded chmods.
1602 INSTALL_DATA does this for us.
1603
b533f05e
GM
1604 * Makefile.in (install-arch-dep): Ensure bindir exists.
1605 Drop mkdir dependency.
1606 (install-arch-indep): Ensure docdir, infodir, mandir exist.
1607 (install-leim): Drop mkdir dependency.
1608 (mkdir): Remove most directories, now made in relevant rules.
1609
7606c360
GM
1610 * Makefile.in (install-arch-indep): Combine adjacent loops.
1611
3a4155de
GM
16122012-05-17 Glenn Morris <rgm@gnu.org>
1613
d9a1e2c2
GM
1614 * Makefile.in (install-etc, mkdir):
1615 Make relevant directories in install-etc rather than mkdir.
1616
4c54abe1
GM
1617 * Makefile.in (write_subdir): Create the directory if needed.
1618 (install-arch-dep, mkdir): No need to make site-lisp directories.
1619
9f1ea7dc 1620 * Makefile.in (write_subdir): New.
05f3d308 1621 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 1622
40c117e7 1623 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 1624 For a self-contained ns build, set these to the appropriate values.
40c117e7 1625 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 1626
b4a36200
GM
1627 * configure.in (ns_self_contained): New output variable.
1628 * Makefile.in (ns_self_contained): New, set by configure.
1629 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
1630 don't bother installing binaries then immediately deleting them.
1631
3a4155de
GM
1632 * Makefile.in (ns_appbindir, ns_appresdir):
1633 Move them before things that may refer to them.
1634 (install-arch-dep): No need to relocate self-contained ns libexec.
1635
1636 * configure.in (archlibdir): Set it for self-contained ns builds.
1637 (libexecdir): Don't expand it now (this is mainly cosmetic).
1638
f04940ae
PE
16392012-05-16 Paul Eggert <eggert@cs.ucla.edu>
1640
1641 * configure.in: Simplify by removing CPP etc.
1642 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1643 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1644 In particular we no longer need to fiddle with CPP, since we don't
1645 use CPP specially any more.
1646 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1647 adjusted compiler.
1648 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1649 since gl_EARLY and/or Autoconf already does these.
1650
27cb7be2
GM
16512012-05-16 Glenn Morris <rgm@gnu.org>
1652
1653 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1654 (CPP): Do not unconditionally set it on Darwin.
1655 Instead, try to test if -no-cpp-precomp is accepted.
1656 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1657
ec3ca9ec
GM
16582012-05-15 Glenn Morris <rgm@gnu.org>
1659
4e7d487c 1660 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 1661
75a9f5f5
GM
1662 * Makefile.in (install-arch-dep): Do not hard-code version number.
1663
ec3ca9ec
GM
1664 * Makefile.in (install-arch-dep): NS install no longer needs to
1665 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1666
3fe7cdc8
GM
16672012-05-12 Glenn Morris <rgm@gnu.org>
1668
9e6b06ed
GM
1669 * configure.in (ns_appbindir): Remove trailing "/".
1670
3fe7cdc8
GM
1671 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1672 (MKDEPDIR): Use $MKDIR_P.
1673 * Makefile.in (MKDIR_P): New, set by configure.
1674 (mkdir): Use $MKDIR_P.
1675
a873f274
GM
16762012-05-11 Glenn Morris <rgm@gnu.org>
1677
1678 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 1679 Use INSTALL_DATA for the DOC file.
c8e32179 1680 Remove dead code for ./lisp that never executes.
a873f274 1681
ff57c2ec
GM
16822012-05-10 Glenn Morris <rgm@gnu.org>
1683
1684 * configure.in (LEIM_INSTALLDIR): New output variable.
1685
49ed9c8e
SM
16862012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1689
5122804a
GM
16902012-05-08 Glenn Morris <rgm@gnu.org>
1691
1692 * make-dist: No more doc/lispref/*.el.
1693
01319a4e
AS
16942012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1695
1696 * configure.in: Fix quoting bugs.
1697
8045b906
GM
16982012-05-04 Glenn Morris <rgm@gnu.org>
1699
1700 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1701
9fa0e416
GM
17022012-05-02 Glenn Morris <rgm@gnu.org>
1703
3c30e766
GM
1704 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1705 the choices made by FreeBSD and NetBSD. (Bug#10313)
1706
9aa071df
GM
1707 * Makefile.in (INFO_FILES): Remove variable.
1708 (INFO_NONMISC): New variable.
1709 (install-arch-indep, uninstall): Don't use $INFO_FILES.
1710
cd3771a0
GM
1711 * Makefile.in (uninstall): Remove useless-use-of-for; that for
1712 some reason caused problems on an old Solaris.
1713
a36e64d0
GM
1714 * Makefile.in (install-arch-indep, uninstall):
1715 Ensure that INSTALL-type commands are run from top-level.
1716
9e7a4bcf
GM
1717 * info/dir: Make some entries consistent with the source texi files.
1718
9fa0e416
GM
1719 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1720
7adecb99
GM
17212012-05-02 Glenn Morris <rgm@gnu.org>
1722
1723 * Makefile.in (install-arch-indep):
1724 Combine adjacent install-data and install-info loops.
1725
4737362e
GM
17262012-05-01 Glenn Morris <rgm@gnu.org>
1727
ab1121bd
GM
1728 * Makefile.in (MAN_PAGES): Remove.
1729 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1730
a4a18b8b
GM
1731 * configure.in: Try libtinfo for tputs.
1732 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
1733
3ba0a545
GM
1734 * configure.in: Combine adjacent $opsys case blocks.
1735
e3da5b19
GM
1736 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1737
262f06da
GM
1738 * configure.in: Invert the TERMINFO logic,
1739 since "yes" is far more common than "no".
1740
9311dcff
GM
1741 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1742
4d5c6349
GM
1743 * configure.in (LD_SWITCH_X_SITE_RPATH):
1744 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1745
4737362e
GM
1746 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1747
562e638f
GM
17482012-04-26 Glenn Morris <rgm@gnu.org>
1749
1750 * make-dist: No more doc/lispref/tindex.pl.
1751
dcbf5805
MA
17522012-04-22 Michael Albinus <michael.albinus@gmx.de>
1753
1754 * configure.in (dbus_validate_bus_name, dbus_validate_path)
1755 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 1756 these library functions.
dcbf5805 1757
4b5b5289
PE
17582012-04-22 Paul Eggert <eggert@cs.ucla.edu>
1759
1760 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1761 With glibc 2.14 or later, when compiled with GCC 4.7.0's
1762 -Werror=deprecated-declarations flag, use of hooks like
1763 __malloc_initialize_hook causes compilation to fail because these
1764 hooks are deprecated. Modify 'configure' to check for these hooks too.
1765 Simplify the 'configure' code to test for all the hooks at once.
1766 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1767 (emacs_cv_var_doug_lea_malloc): ... this new var.
1768
9ee7d8b9
PE
17692012-04-21 Paul Eggert <eggert@cs.ucla.edu>
1770
1771 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1772 dated 2011-10-07. Regenerating from current gnulib would be a
1773 pervasive change, and currently the trunk isn't open to such changes.
1774 * configure.in (WARN_CFLAGS): Remove; no longer needed now
1775 that gnulib does it.
1776 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1777
5e6ab4e6
AS
17782012-04-21 Andreas Schwab <schwab@linux-m68k.org>
1779
1780 * m4/gl-comp.m4: Update. (Bug#11285)
1781
c07a4c0b 17822012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
1783
1784 * configure.in: Don't use the -R option (Bug#11251).
1785
6c94c34f 17862012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 1787
9f46df23 1788 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
1789 I have been using this change for many months in my private copy
1790 of Emacs, and have used it to find several bugs. It's mature
1791 enough to publish now.
1792 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1793 * configure.in: Support --enable-gcc-warnings, in the style of
1794 other GNU packages such as coreutils.
1795 (C_WARNINGS_SWITCH): Remove, replacing with...
1796 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1797 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1798 when including system files with GCC.
1799 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 1800 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
1801 * lib/Makefile.am (AM_CFLAGS): New macro.
1802 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1803
316411f0
DA
18042012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1805
1806 * configure.in (AC_CHECK_FUNCS):
1f9f395d 1807 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 1808
9b9b2ef2
GM
18092012-04-16 Glenn Morris <rgm@gnu.org>
1810
b1aa797c
GM
1811 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1812
9b9b2ef2
GM
1813 * configure.in: Remove X libs workaround for old autoconf.
1814
badf86af
KB
18152012-04-12 Ken Brown <kbrown@cornell.edu>
1816
1817 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
1818
2f097256
GM
18192012-04-11 Glenn Morris <rgm@gnu.org>
1820
1821 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1822
a9f72fc1
GM
18232012-04-10 Glenn Morris <rgm@gnu.org>
1824
1825 * configure.in: Conditionally generate admin/unidata/Makefile.
1826
6b4f4a2d
TZ
18272012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1828
a9f72fc1 1829 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 1830
23df914b
GM
18312012-04-09 Glenn Morris <rgm@gnu.org>
1832
fd9d85c2
GM
1833 * Makefile.in (leim): Check cd return value. Pass fewer variables.
1834 (install-leim): Check cd return value. Pass $MFLAGS.
1835 (install-strip): Pass $MFLAGS.
1836
23df914b
GM
1837 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
1838 Eg org.texi has been using 4.7 functions for some time.
1839
bf6bba2b
PE
18402012-04-07 Paul Eggert <eggert@cs.ucla.edu>
1841
1842 Check pkg-config exit status when configuring (Bug#10626).
1843 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1844 works; check its exit status. Problem reported by Jordi Gutiérrez
1845 Hermoso in
1846 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1847
f3774f20
GM
18482012-04-07 Glenn Morris <rgm@gnu.org>
1849
1850 * README, configure.in (AC_INIT): Bump version to 24.1.50.
1851
d67a9a85
EZ
18522012-04-07 Eli Zaretskii <eliz@gnu.org>
1853
1854 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1855
f20f95c6
PE
18562012-03-04 Paul Eggert <eggert@cs.ucla.edu>
1857
1858 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1859 * configure.in (LIBS_TERMCAP): Default this to the result of
1860 the tputs library search. Do a run-time test for the linkability
1861 of tputs unless cross-compiling, as that's more reliable if the
1862 link flags and libraries are messed up. Don't change LIBS as
1863 a result of the test, as that may mess up later tests.
1864
75197633
CS
18652012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1866
533183f3 1867 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 1868
75197633
CS
1869 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1870 specific makefiles to support getopt_.h generation with MSVC.
1871
7eb21b49
GM
18722012-02-04 Glenn Morris <rgm@gnu.org>
1873
1874 * Makefile.in (uninstall):
1875 Handle compressed info files and man pages. (Bug#10718)
1876
44f92739
GM
18772012-02-02 Glenn Morris <rgm@gnu.org>
1878
1879 * configure.in [HAVE_NS]:
1880 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1881
6df37268
PE
18822012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1883
1884 Port to older Solaris 10 versions (Bug#10677).
1885 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1886 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1887 possibly this is because Sun fixed the 'stat' bug in my version.
1888 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1889 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1890 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1891 These changes are based on gnulib version
1892 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1893 because Emacs is in feature freeze and we do not want to merge any
1894 more-recent changes from gnulib.
1895
8d8939e8
GM
18962012-01-31 Glenn Morris <rgm@gnu.org>
1897
e4070def
GM
1898 * configure.in: Throw an explicit error if Motif toolkit was
1899 requested but requirements could not be found.
1900
8d8939e8
GM
1901 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1902
5a26ec89
EZ
19032012-01-30 Eli Zaretskii <eliz@gnu.org>
1904
1905 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1906 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1907 with "make -j3".
1908
1b0880d5
JB
19092012-01-16 Juanma Barranquero <lekktu@gmail.com>
1910
1911 * .bzrignore: Ignore etc/__pycache__.
1912
adee8a65
PE
19132011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1914
1915 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 1916 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
1917 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1918 by Nelson H. F. Beebe in
1919 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1920
e152e577
JB
19212011-12-10 Juanma Barranquero <lekktu@gmail.com>
1922
1923 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1924
46d14be7
JD
19252011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1926
1927 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1928 instead of LDFLAGS (Bug#10230).
1929
6c269a38
PE
19302011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1931
4eec8d6f
PE
1932 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1933
6c269a38 1934 Propagate configure flags to sub-configures.
1350a3cc 1935 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
1936 New macros.
1937 (config.status, bootstrap): Use them to propagate configure flags
1938 to sub-configures.
1939 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1940
63e94eb8
PE
19412011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1942
1943 * .bzrignore: Add config.cache.
1944
54e9e3bf
JD
19452011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1946
1947 * configure.in: Check for gtk_window_set_has_resize_grip.
1948
20db1522
JB
19492011-11-24 Juanma Barranquero <lekktu@gmail.com>
1950
1951 * configure.in (HAVE_XPM): Fix typo.
1952
60bf278f
GM
19532011-11-22 Glenn Morris <rgm@gnu.org>
1954
5f77c86c
GM
1955 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1956 have confusing effects on the build. (Bug#6401)
1957
60bf278f
GM
1958 * Makefile.in (install-arch-dep): Tweak previous change.
1959
816be9f6
YD
19602011-11-22 Yavor Doganov <yavor@gnu.org>
1961
1962 Do not install arch-dependent files in the app bundle if
1963 --disable-ns-self-contained is requested. (Bug#1335)
1964 * configure.in (exec_prefix, libexecdir): Define relative to
1965 `ns_appbindir' only if configured for a self-contained app.
1966 * Makefile.in (install-arch-dep): Test for the existence of
1967 libexec in the Emacs.app bundle before executing commands.
1968
d5ff9cd0
AS
19692011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1970
1971 * configure.in: Remove reference to src/m/ibms390.h.
1972
1c889bf6
GM
19732011-11-13 Glenn Morris <rgm@gnu.org>
1974
1975 * INSTALL: Tiny updates for disk space used during installation.
1976
a6fc3b5c
EZ
19772011-11-05 Eli Zaretskii <eliz@gnu.org>
1978
1979 * lib/makefile.w32-in (FRC): New dummy target.
1980 (TAGS): Depend on FRC.
1981
9f77899d
GM
19822011-11-04 Glenn Morris <rgm@gnu.org>
1983
1f9f395d 1984 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
1985 Do not include GnuTLS version info in final summary message.
1986
0bd3cb7b
EZ
19872011-10-31 Eli Zaretskii <eliz@gnu.org>
1988
07f3add9
EZ
1989 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1990 they exist there, else from autogen/.
1991
1992 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 1993
d2eaf3e4
NT
19942011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1995
1996 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1997
e782cfab
PE
19982011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
2001 if the library is found. Otherwise, later configure-time tests,
2002 such as the test for pthread_sigmask, generate the wrong results
2003 on some platforms. Problem reported for FreeBSD by Nali Toja.
2004
7da0b018
PE
20052011-10-20 Paul Eggert <eggert@cs.ucla.edu>
2006
2007 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
2008 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
2009 Remove; no longer needed, now that we defer to strftime for time
2010 zone names.
2011
0ffe1065
JD
20122011-10-18 Jan Djärv <jan.h.d@swipnet.se>
2013
2014 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
2015
23769e49
CY
20162011-10-18 Chong Yidong <cyd@gnu.org>
2017
2018 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
2019
fd8dea03
GM
20202011-10-13 Glenn Morris <rgm@gnu.org>
2021
2022 * configure.in: Also look for tputs in libcurses. (Bug#9736)
2023
f4cc5b54
PE
20242011-10-12 Paul Eggert <eggert@cs.ucla.edu>
2025
2026 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 2027 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
2028 The check was helpful but not essential in Solaris 2.6 (1997),
2029 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
2030 obsolete -- Sun dropped support for it in 2006 -- and without
2031 access to that Silurian platform we can't maintain the code anyway.
2032
7c5ee88e
PE
20332011-10-07 Paul Eggert <eggert@cs.ucla.edu>
2034
d47439a3
PE
2035 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
2036 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
2037 * m4/gnulib-common.m4: Merge from gnulib.
2038 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
2039 command not found" on powerpc-apple-darwin9.8.0.
2040
7c5ee88e
PE
2041 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
2042 This is now done by src/alloc.c.
2043
423dbf9b
RS
20442011-10-02 Richard Stallman <rms@gnu.org>
2045
2046 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
2047 and xlinux_second_failure to xgnu_linux_second_failure.
2048
31bed486
EZ
20492011-09-29 Eli Zaretskii <eliz@gnu.org>
2050
5f91c1e5
EZ
2051 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
2052 lib/signal.in-h.
31bed486 2053
e785f2ec 2054 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
2055 Rename signal.in.h and alloca.in.h.
2056
e1504b9b
EZ
20572011-09-28 Eli Zaretskii <eliz@gnu.org>
2058
2059 * INSTALL: Mention that m17n libraries and libotf are needed for
2060 Arabic shaping.
2061
316f8af0
PE
20622011-09-26 Paul Eggert <eggert@cs.ucla.edu>
2063
2064 Merge from gnulib, improving some licensing wording.
2065 This clarifies and fixes some licensing issues raised by Glenn Morris
2066 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
2067 It also merges the latest version of texinfo.tex and has some
2068 MSVC-related changes that don't affect Emacs.
2069 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
2070 pathmax, and raise, since these are needed only to address
2071 MSVC-related issues that Emacs doesn't have.
2072 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
2073 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
2074 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
2075 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
2076 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
2077 * m4/unistd_h.m4: Merge from gnulib.
2078
04d51ad4
AS
20792011-09-26 Andreas Schwab <schwab@linux-m68k.org>
2080
2081 * configure.in: Initialize HAVE_LIBXML2.
2082
6e99ef20
GM
20832011-09-26 Glenn Morris <rgm@gnu.org>
2084
2085 * make-dist: Add lib/makefile.w32-in.
2086
0538fab0
GM
20872011-09-24 Glenn Morris <rgm@gnu.org>
2088
2089 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
2090
c5b01d8c
LMI
20912011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2092
2093 * .dir-locals.el: Change the debbugs regexp to allow having the
2094 bug number as the first thing on a line.
2095
0cc87afb
GM
20962011-09-15 Glenn Morris <rgm@gnu.org>
2097
2098 * configure.in: Make configure work with recent GNUsteps.
2099 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
2100 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 2101 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 2102
3f44249e
PE
21032011-09-11 Paul Eggert <eggert@cs.ucla.edu>
2104
2105 Merge from gnulib, porting to Tru64.
2106 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
2107 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2108 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
2109 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
2110 doesn't affect Emacs.
2111
c8199d0f
PE
21122011-09-06 Paul Eggert <eggert@cs.ucla.edu>
2113
2114 * configure.in (isnan): Remove now-unnecessary check.
2115
e39b275c 21162011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 2117
abec06ff 2118 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
2119 This is to fix the following problems:
2120 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
2121 configured not to use gtk or any other thread-using library,
2122 signals aren't blocked correctly.
2123 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
2124 and IRIX's signal handling.
2125 . On Cygwin 1.7.5 it works around an incompatibility with
2126 the system pthread_sigmask.
2127 . On MacOS X 10.5 (32-bit), files whose inode numbers
2128 exceed 2**31 cannot be read or manipulated.
2129 . pthread_sigmask: Actually use results of gl_THREADLIB.
2130 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
2131 . find 'ar' program that fits with --host argument.
2132 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
2133 * autogen/README: Update destination list.
2134 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
2135 The autogenerated files compile, config.guess,
2136 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
2137 * m4/largefile.m4: New file, so that Emacs does not mess up when
2138 accessing files with large inode numbers in MacOS X 10.5 and later.
2139 * m4/nocrash.m4: New file, to avoid triggering background debugger
2140 and/or create core dumps during 'configure'.
2141 * build-aux/move-if-change: Renamed from move-if-change.
2142 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
2143 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
2144 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
2145 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
2146 * Makefile.in (epaths-force, sync-from-gnulib):
2147 move-if-change is now in build-aux.
2148 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
2149 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
2150 (mkdir): install-sh is now in build-aux.
2151 * config.bat: c++defs.h is now in build-aux/snippets.
2152 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
2153 usual parameter).
2154 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2155 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
2156 to build-aux/snippet.
2157 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
2158 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
2159 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
2160 Solaris, enables MacOS extensions, and enables nocrash during
2161 'configure'.
2162 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
2163
86633eab 21642011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
2165
2166 * configure.in (snprintf): New check.
2167
015faae4
PE
21682011-08-30 Paul Eggert <eggert@cs.ucla.edu>
2169
695a3dc5 2170 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 2171 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
2172 Remove unreachable pattern hppa*-*-linux-gnu*.
2173 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
2174 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 2175
52ec1feb
JD
21762011-08-26 Jan Djärv <jan.h.d@swipnet.se>
2177
2178 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
2179
377538cb
JD
21802011-08-13 Jan Djärv <jan.h.d@swipnet.se>
2181
2182 * configure.in: Add header check: sys/socket.h (Bug#8477),
2183 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
2184 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
2185
ae9e757a
JD
21862011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2187
2188 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
2189 (HAVE_GTK_AND_PTHREAD): Remove.
2190
be8ec0b3
AA
21912011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
2192
2193 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
2194 build, not just GNUstep (Bug#9177).
2195
2573a837 21962011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
2197
2198 Assume freestanding C89 headers, string.h, stdlib.h.
2199 Again, this simplifies the code, and all current platforms have these.
2200 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
2201 (AC_HEADER_STDC): Remove.
2202 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
2203 (strchr, strrchr): Remove fallback macros.
2204
9cfdb3ec
PE
2205 Assume support for memcmp, memcpy, memmove, memset.
2206 This simplifies the code a bit. All current platforms have these,
2207 as they are required for C89. If this turns into a problem we
2208 can add the gnulib modules for these (a 1-line change to Makefile.in).
2209 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
2210
427c285b
PE
22112011-07-27 Paul Eggert <eggert@cs.ucla.edu>
2212
2213 * GNUmakefile: New file.
2214 This is for convenience, so that one can run GNU make in an
2215 unconfigured source tree, and get a default build.
2216
2ad77c9d
JD
22172011-07-13 Jan Djärv <jan.h.d@swipnet.se>
2218
2219 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
2220
c8618a06
YM
22212011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2222
2223 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
2224 so as to suppress address randomization (Bug#8395).
2225
f6ce9b9a
PE
22262011-07-09 Paul Eggert <eggert@cs.ucla.edu>
2227
3fcf7a1c
PE
2228 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
2229 This fixes a build problem on older Mac OS X hosts.
2230
d9706d9f
PE
2231 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
2232 test, which runs afoul of Automake installations where, for example,
2233 /usr/share/aclocal contains a copy of gl_THREADLIB.
2234 Problem reported by Sven Joachim in
2235 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
2236 This is just a quick temporary fix, specific to Emacs; I'll work
2237 with the other gnulib maintainers to get a more-permanent fix.
2238
af66a2d7 2239 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
2240 * Makefile.in (GNULIB_MODULES): Add strtoimax.
2241 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
2242 automatically imported from gnulib.
2243 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2244
1692ae2d 22452011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 2246
8a6ebd58 2247 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 2248 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
2249 * configure.in (AC_TYPE_UID_T): New dummy macro.
2250 Configure gnulib after adjusting LIBS,
2251 so that gnulib can assume the libraries in LIBS.
6db30f83 2252 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 2253 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 2254 * lib/pthread_sigmask.c:
6db30f83
PE
2255 New files, automatically imported from gnulib.
2256 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
2257 due to the above changes.
2258 * .bzrignore: Add lib/signal.h.
2259
4a621aae
PE
2260 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
2261
5e94cadb
AS
22622011-07-07 Andreas Schwab <schwab@linux-m68k.org>
2263
2264 * configure.in (maintainer-mode): Reflect default in help string.
2265
76b397fb
DN
22662011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2267
2268 * configure.in: Remove reference to iris4d.h.
2269
869795d6
JD
22702011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2271
2272 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
2273
3279eb87
GM
22742011-07-01 Glenn Morris <rgm@gnu.org>
2275
2276 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
2277
2e6e11eb
LMI
22782011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2279
2280 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
2281 which made ./configure infloop.
2282
9851bfc5
JD
22832011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2284
2285 * configure.in (gsettings): New option and check for GSettings.
2286
adbc4ef4
GM
22872011-06-29 Glenn Morris <rgm@gnu.org>
2288
2289 * configure.in: Try to test for the required crt*.o files.
2290
1f773f32
BW
22912011-06-27 Bill Wohler <wohler@newt.com>
2292
2293 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
2294
7a7ef429
PE
22952011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2296
2297 Use gnulib's dup2 module instead of rolling our own.
2298 * Makefile.in (GNULIB_MODULES): Add dup2.
2299 * configure.in: Do not check for dup2; gnulib does that now.
2300 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
2301
6dd7e400
PE
23022011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2303
2304 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
2305
94a807ac 23062011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
2307
2308 Use gnulib's alloca-opt module.
2309 * .bzrignore: Add lib/alloca.h.
2310 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
2311 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
2312 as gnulib now does that for us. Put alloca check in config.h.
2313 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
2314 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2315 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
2316
3ce9d0d4
LL
23172011-06-21 Leo Liu <sdl.web@gmail.com>
2318
2319 * m4/sha256.m4:
2320 * m4/sha512.m4:
2321 * m4/gl-comp.m4:
2322 * lib/u64.h:
2323 * lib/sha256.c:
2324 * lib/sha256.h:
2325 * lib/sha512.c:
2326 * lib/sha512.h:
2327 * lib/makefile.w32-in (GNULIBOBJS):
2328 * lib/gnulib.mk:
2329 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
2330 crypto/sha512 modules from gnulib.
2331
add3f049
PE
23322011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2333
2334 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2335
3a4725e1
GM
23362011-06-17 Glenn Morris <rgm@gnu.org>
2337
2338 * configure.in: Restore the behavior of checking crt-dir only
2339 when the user specified it (not all platforms use it).
2340
bf4846e7
PE
23412011-06-16 Paul Eggert <eggert@cs.ucla.edu>
2342
2343 * m4/lstat.m4: Merge from gnulib (Bug#8878).
2344
4d61f28d 23452011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
2346
2347 * configure.in: Try to determine CRT_DIR automatically when
2348 using gcc.
2349
8c9b2106
PE
23502011-06-15 Paul Eggert <eggert@cs.ucla.edu>
2351
8aeb5be9
PE
2352 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
2353 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
2354 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
2355 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
2356 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
2357 Merge from gnulib.
8c9b2106 2358
c195f2de
JD
23592011-06-14 Jan Djärv <jan.h.d@swipnet.se>
2360
2361 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
2362
7e2aa385
PE
23632011-06-08 Paul Eggert <eggert@cs.ucla.edu>
2364
2365 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2366
81eafe29
PE
23672011-06-07 Paul Eggert <eggert@cs.ucla.edu>
2368
2369 * configure.in: Add --with-wide-int.
2370 * INSTALL: Mention this.
2371
9afafefb
PE
23722011-06-06 Paul Eggert <eggert@cs.ucla.edu>
2373
2374 Merge from gnulib.
2375 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
2376
f797625a
PE
23772011-06-02 Paul Eggert <eggert@cs.ucla.edu>
2378
2379 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
2380
90856fe0 23812011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
2382
2383 Use 'inline', not 'INLINE'.
eefc9486 2384 * configure.in (INLINE): Remove.
55d4c1b2 2385
6a3e57bb
PE
23862011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2387
2388 Adjust to recent gnulib change for @GUARD_PREFIX@.
2389 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
2390 All uses of _GL_ for guard prefixes in lib/*.h replaced with
2391 _@GUARD_PREFIX@_.
2392
842b28a0
PE
23932011-05-27 Paul Eggert <eggert@cs.ucla.edu>
2394
e61923c8 2395 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 2396
70716b1d
GM
23972011-05-24 Glenn Morris <rgm@gnu.org>
2398
a22d9d2c
GM
2399 * Makefile.in (check): Just give a message if no test/ directory.
2400
bdd556a2
GM
2401 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
2402
70716b1d
GM
2403 * configure.in (OPT_MAKEFILES_IN): Remove.
2404 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
2405 (SUBDIR_MAKEFILES_IN): New output variable.
2406 * Makefile.in (OPT_MAKEFILES_IN): Remove.
2407 (SUBDIR_MAKEFILES_IN): Let configure set it.
2408
13c3daa4
LL
24092011-05-24 Leo Liu <sdl.web@gmail.com>
2410
2411 * m4/sha1.m4:
2412 * m4/gl-comp.m4:
2413 * lib/sha1.h:
2414 * lib/sha1.c:
2415 * lib/makefile.w32-in (GNULIBOBJS):
2416 * lib/gnulib.mk:
2417 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
2418
e09e38a8
GM
24192011-05-24 Glenn Morris <rgm@gnu.org>
2420
4ba4c54a
GM
2421 * configure.in: Remove test for already configured source directory.
2422 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
2423
5a95c002
GM
2424 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
2425
fa5d79db
GM
24262011-05-24 Glenn Morris <rgm@gnu.org>
2427
6c7e099d
GM
2428 * make-dist: Don't distribute test/. (Bug#8107)
2429 * configure.in (OPT_MAKEFILES_IN): New output variable.
2430 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
2431 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
2432 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
2433 (check): Give an explicit error if test/ is not present.
2434
fa5d79db
GM
2435 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
2436 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
2437 (Makefile): Use $SUBDIR_MAKEFILES_IN.
2438
2df215b5
PE
24392011-05-23 Paul Eggert <eggert@cs.ucla.edu>
2440
2441 * lib/verify.h: Merge from gnulib.
2442
f518ae90
PE
24432011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2444
2445 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
2446 Merge from gnulib.
2447
16b71f3a
AS
24482011-05-21 Andreas Schwab <schwab@linux-m68k.org>
2449
2450 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
2451
7285dc67
EZ
24522011-05-20 Eli Zaretskii <eliz@gnu.org>
2453
6a45b46f
EZ
2454 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
2455
7285dc67
EZ
2456 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
2457
b9704ad9
GM
24582011-05-20 Glenn Morris <rgm@gnu.org>
2459
2460 * configure.in (lisp_frag): New output file.
2461
4a720484
GM
24622011-05-19 Glenn Morris <rgm@gnu.org>
2463
2464 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
2465 (WINDOW_SUPPORT): Remove output variables that are no longer used.
2466
a3c92bc1
EZ
24672011-05-17 Paul Eggert <eggert@cs.ucla.edu>
2468
8f906c40
EZ
2469 * lib/gnulib.mk:
2470 * lib/intprops.h:
2471 * lib/unistd.in.h:
2472 * m4/inttypes.m4:
2473 * m4/stdint.m4:
2474 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 2475
d681f183
GM
24762011-05-14 Glenn Morris <rgm@gnu.org>
2477
2478 * configure.in: Treat failure to find an X toolkit the same way we treat
2479 failure to find X and image support.
2480
4f8c52a9
GM
24812011-05-12 Glenn Morris <rgm@gnu.org>
2482
2483 * Makefile.in (src, install-arch-indep, bootstrap-clean)
2484 (check-declare): Shell portability fixes. (Bug#8642)
2485
5a7f0a30
TZ
24862011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2487
2488 * configure.in: Require GnuTLS 2.6.x or higher.
2489
b08a63cc 24902011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 2491
c378da0b
PE
2492 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
2493 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
2494 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
2495
19548d08
PE
2496 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
2497 This new gnulib-tool option saves 'configure' the trouble of
2498 checking for strtoull when strtoumax exists.
2499
d1a2ac5c
PE
2500 * configure.in (BITS_PER_LONG_LONG): New macro.
2501
773233f8
GM
25022011-05-05 Glenn Morris <rgm@gnu.org>
2503
2504 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
2505 (top_distclean): Delete config.log~.
2506
40697cd9
BK
25072011-04-27 Ben Key <bkey76@gmail.com>
2508
2509 * configure.in: Fixed a bug that caused configure with
2510 --enable-checking=stringoverrun to have no effect.
2511
671875da 25122011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
2513
2514 * configure.in: Suppress unnecessary checks for size_t.
2515 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
2516 (size_t): Do not check for this, and do not typedef. This code
2517 is never exercised now.
2518
a8a2bb29
PE
2519 * Makefile.in (GNULIB_MODULES): Add strtoumax.
2520 This is needed for the new integer-reading code in lread.c.
2521 It automatically pulls in the following gnulib files, which
2522 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
2523 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
2524 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
2525 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 2526 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 2527
33630d51
TZ
25282011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2529
2530 * configure.in: Check for GnuTLS certificate verify callbacks.
2531
bfab7d85
SM
25322011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * Makefile.in (config.status): Don't erase in case of error.
2535 In case it disappeared, rebuild it with `configure'.
2536
fe0e7ad7
KB
25372011-04-20 Ken Brown <kbrown@cornell.edu>
2538
2539 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
2540
f5b06c35
GM
25412011-04-12 Glenn Morris <rgm@gnu.org>
2542
2543 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
2544
762f8d96 25452011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
2546
2547 * lib/allocator.c: New file, automatically generated by gnulib.
2548
5fac7083
GM
25492011-04-07 Glenn Morris <rgm@gnu.org>
2550
2551 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2552
973f782d
EZ
25532011-04-06 Eli Zaretskii <eliz@gnu.org>
2554
2555 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
2556 Revert last change.
2557
f1f81baa
JB
25582011-04-06 Juanma Barranquero <lekktu@gmail.com>
2559
2560 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
2561 ($(BLD)/careadlinkat.$(O)): New target.
2562 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2563 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
2564 Update dependencies.
2565
b70d23ff 25662011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 2567
41cf7d1a
PE
2568 Fix more problems found by GCC 4.6.0's static checks.
2569
aa181334
PE
2570 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
2571
1f7196bf 2572 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
2573 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
2574 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
2575 * m4/ssize_t.m4: New files, automatically generated from gnulib.
2576
c0274801
GM
25772011-04-06 Glenn Morris <rgm@gnu.org>
2578
2579 * autogen/update_autogen: Handle loaddefs-like files as well.
2580 (usage): Add -l, -C.
2581 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
2582 With -l, check status of lisp/ as well.
2583 With -C, clean before building.
2584 (autoreconf): Only pass -f in the `clean' case.
2585 (commit): New function.
2586
42e85a8f
GM
25872011-03-28 Glenn Morris <rgm@gnu.org>
2588
39f31873
GM
2589 * autogen/update_autogen: Pass -f to autoreconf.
2590
42e85a8f
GM
2591 * autogen.sh (get_version): Discard "not found" lines.
2592 (check_version): Respect $AUTOCONF etc environment variables.
2593
9af30bdf
GM
25942011-03-27 Glenn Morris <rgm@gnu.org>
2595
2596 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
2597 (AH_BOTTOM): Do not define SIGTYPE.
2598
181855e6
GM
25992011-03-26 Glenn Morris <rgm@gnu.org>
2600
2601 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
2602 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
2603
9ee0d174
AS
26042011-03-25 Andreas Schwab <schwab@linux-m68k.org>
2605
2606 * autogen/update_autogen: Remove useless function keyword.
2607
07da4b3c
EZ
26082011-03-25 Eli Zaretskii <eliz@gnu.org>
2609
2610 * config.bat: Generate src/config.h and lib/Makefile from
2611 autogen/config.in and autogen/Makefile.in.
2612
f6ca84c0
GM
26132011-03-25 Glenn Morris <rgm@gnu.org>
2614
2615 * compile, config.guess, config.sub, depcomp, install-sh, missing:
2616 Remove; autoreconf can supply them.
2617 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
2618 config.guess, install-sh. Pass -i to autoreconf.
2619 * autogen/update_autogen (genfiles): Add compile, config.guess,
2620 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
2621 Discard non-error output from autoreconf in -q case.
2622 * autogen/compile, autogen/config.guess, autogen/config.sub:
2623 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
2624 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
2625 install-sh, missing.
2626
8cc1d519
GM
26272011-03-23 Glenn Morris <rgm@gnu.org>
2628
9bb73912 2629 * autogen/update_autogen: Fix typo.
904a432c 2630 (msg): Remove function; use `exec' instead.
9bb73912 2631
8cc1d519
GM
2632 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
2633 (sync-from-gnulib): Don't sync mkinstalldirs.
2634 * make-dist: Don't distribute mkinstalldirs.
2635
c9c49752 26362011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 2637
c9c49752 2638 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
2639 * Makefile.in (GNULIB_MODULES): Add socklen.
2640 * configure.in: Do not check for sys/socket.h, since socklen does that.
2641 * m4/socklen.m4: New automatically-generated file, from gnulib.
2642
d5cad867
PE
2643 fakemail: Remove dependency on ignore-value.
2644 * Makefile.in (GNULIB_MODULES): Add stdio.
2645 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2646 imported from gnulib.
cbd350f1 2647 * .bzrignore: Add lib/stdio.h.
c9c49752 2648
34cb1cc6
GM
26492011-03-22 Glenn Morris <rgm@gnu.org>
2650
2651 * autogen/copy_autogen: Work from ./ or ../.
2652 Fix time-stamps.
2653 * autogen.sh: Doc fix.
2654
66b87493
GM
26552011-03-20 Glenn Morris <rgm@gnu.org>
2656
2657 * autogen/: New directory, to be excluded from releases.
2658 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2659 * autogen/README: New file.
2660 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2661 * autogen/Makefile.in: Add auto-updated generated files.
2662 * autogen.sh: No longer a no-op, now it tests for autotools
2663 and runs them as necessary.
cd1181db 2664 * configure.in: Default maintainer-mode to on.
66b87493
GM
2665 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2666
1ef6de05
PE
26672011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 Update for gnulib.
2670 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2671 includes <intprops.h> directly.
2672 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2673 when building Emacs on Solaris 9 and running it on Solaris 10.
2674
0afb4571
J
26752011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2676
2677 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2678
33383987
JB
26792011-03-07 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * Version 23.3 released.
2682
870d9cf6
GM
26832011-03-06 Glenn Morris <rgm@gnu.org>
2684
2685 * configure.in (FREETYPE_LIBS): Actually set it to something.
2686
6c0dea8a
PE
26872011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2688
2689 Work around some portability problems with symlinks.
2690
2691 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2692 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2693 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2694 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2695 * m4/symlink.m4:
2696 New files, automatically generated from gnulib.
2697 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2698 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2699
945d8b44
EZ
27002011-02-26 Eli Zaretskii <eliz@gnu.org>
2701
03382788
EZ
2702 * .bzrignore: Ignore new lib/*.in-h files.
2703
90eacf99
SM
2704 * config.bat: Rename stdint.in.h and sys_stat.in.h.
2705 Call depfiles.bat even if lib/deps already exist.
945d8b44 2706
9411886d
PE
27072011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2708
2709 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
2710 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2711 recent changes to configure.in and to gnulib.
9411886d 2712
1e8dbdc6
GM
27132011-02-24 Glenn Morris <rgm@gnu.org>
2714
2715 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2716 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2717
f68c809d
PE
27182011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2719
2720 Assume S_ISLNK etc. work, since gnulib supports this.
2721 * Makefile.in (GNULIB_MODULES): Add sys_stat.
2722 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2723 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2724 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2725
ba01e9d7
PE
27262011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2727
2728 * lib/min-max.h: New file, for "min" and "max".
2729
9f8370e6
CS
27302011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2731
90eacf99 2732 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
2733 $(EMACS_ROOT)/nt/inc/stdint.h.
2734
25c51af3
EZ
27352011-02-21 Eli Zaretskii <eliz@gnu.org>
2736
2737 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2738 src/makefile.w32-in and adapt. Depend on stamp_BLD.
2739 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2740
5fa4ac76
PE
27412011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2742
2743 Import filemode module from gnulib.
2744 * .bzrignore: Add lib/sys/.
2745 * Makefile.in (GNULIB_MODULES): Add filemode.
2746 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2747 * lib/filemode.c: Renamed from src/filemode.c and regenerated
2748 from gnulib. This adds support for some more file types, e.g.,
2749 Cray DMF migrated files.
2750 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2751 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2752 * m4/sys_stat_h.m4: New files, generated from gnulib.
2753 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2754 Regenerate.
2755
e1e6b4fb
EZ
27562011-02-20 Eli Zaretskii <eliz@gnu.org>
2757
2758 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2759 $(EMACS_ROOT)/nt/inc/sys/stat.h.
2760
6cac9cb1
PE
27612011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2762
2763 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2764 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
2765 is no longer needed, due to the recent SSDATA and related changes.
2766 Perhaps -Wno-pointer-sign should also be removed from
2767 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2768 way to test this so I left it alone.
2769 * configure: Regenerate.
2770
0a19a6f8 27712011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
2772
2773 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2774 src/makefile.w32-in.
2775
61353ac8 27762011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 2777
61353ac8 2778 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 2779 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
2780 Regenerate.
2781 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2782 Import the new versions from gnulib; they assume a C99-style
2783 <stdint.h>, supplied by the stdint module.
2784 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2785 imported from gnulib.
942f733f
PE
2786 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2787 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2788 special cases.
61353ac8 2789
9d9d12cd
EZ
27902011-02-19 Eli Zaretskii <eliz@gnu.org>
2791
152be435 2792 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 2793 Add lib/deps/.
152be435 2794
9d9d12cd 2795 * config.bat: Configure in `lib'.
219463da 2796 Generate *.Po files in lib/deps.
9d9d12cd 2797
7d315eb6
PE
27982011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2799
2800 Import IRIX 6.5 getloadavg fixes from gnulib.
2801 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2802
1f5d53eb
PE
28032011-02-16 Paul Eggert <eggert@cs.ucla.edu>
2804
2805 Import getloadavg module from gnulib.
2806 * .bzrignore: Add lib/stdlib.h.
2807 * Makefile.in (GNULIB_MODULES): Add getloadavg.
2808 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2809 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2810 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2811 Remove; gnulib does this now.
2812 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2813 from gnulib. This adds support for several other systems, such
2814 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
2815 buffer overrun on Linux hosts under very high load, and on hosts
2816 that maintain a channel to the load average file it makes sure
2817 the file descriptor is close-on-exec (on hosts that support this)
2818 and is not stdin, stdout, or stderr.
2819 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2820 from gnulib.
2821 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2822 * src/config.in: Regenerate.
2823
bb55f713
PE
28242011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2825
2826 Merge from gnulib.
2827
7127b760
PE
2828 * install-sh: Update to scriptversion 2011-01-19.21.
2829
bb55f713
PE
2830 2011-02-13 Bruno Haible <bruno@clisp.org>
2831
2832 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 2833 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
2834 ATTRIBUTE_DEPRECATED.
2835
2836 2011-02-12 Bruno Haible <bruno@clisp.org>
2837
2838 setlocale: Prefer gnulib's override over libintl's override.
2839 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2840 GNULIB_defined_setlocale is set.
2841
57e96f8e
GM
28422011-02-13 Glenn Morris <rgm@gnu.org>
2843
2844 * make-dist: Exclude generated file src/globals.h.
2845
988c07df
PE
28462011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2847
2848 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2849 Sync from gnulib, which has been patched to fix the problem
2850 with the license notices. Problem reported by Glenn Morris in
2851 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2852
ccded26c
SM
28532011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * .bzrignore: Ignore globals.h and related stamp.
2856
6ffb2c0c
PE
28572011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2858
2859 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2860 This merges the following fix from gnulib:
2861
2862 2011-02-08 Bruno Haible <bruno@clisp.org>
2863
2864 Split large sed scripts, for HP-UX sed.
2865
00b3c7ac
TT
28662011-02-08 Tom Tromey <tromey@redhat.com>
2867
2868 * configure: Rebuild.
2869 * configure.in (NS_OBJC_OBJ): New subst.
2870
91ccade4
PE
28712011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2872
6ffb2c0c
PE
2873 gnulib: allow multiple gnulib generated replacements to coexist
2874 This defines a few preprocessor symbols that should not affect Emacs.
2875 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2876 via "make sync-from-gnulib".
2877
e765a388
PE
2878 gnulib: undo previous change
2879 The upstream _HEADERS change was backed out of gnulib (see the
2880 same thread). Stay in sync with gnulib.
2881
91ccade4 2882 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
2883 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2884 New empty macros, to accommodate recent changes to gnulib. See
2885 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2886 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2887 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2888 * lib/time.in.h, lib/unistd.in.h:
2889 Regenerate.
91ccade4 2890
d67985d3
PE
28912011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2892
2893 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 2894 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
2895 AC_HEADER_STDBOOL. All uses changed. Do not define
2896 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2897 imported from the latest Autoconf git. It was motivated by Emacs,
2898 which uses gnulib but does not need HAVE_STDBOOL_H.
2899 * configure, src/config.in: Regenerate.
2900 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2901
67342916
PE
29022011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2903
2904 allow C code to suppress warnings about ignored return values
2905 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
2906 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2907 * lib/ignore-value.h: New file.
67342916 2908
14beddf4 29092011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
2910
2911 * configure.in: Test existence of xaw3d library, not just the
2912 header (Bug#7642).
2913
6ffb2c0c
PE
29142011-01-31 Eli Zaretskii <eliz@gnu.org>
2915
2916 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2917 $(BLD)/time_r.$(O).
2918 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2919 $(EMACS_ROOT)/src/m/intel386.h.
2920 ($(BLD)/strftime.$(O)):
2921 ($(BLD)/time_r.$(O)): Define prerequisites.
2922
16fab143
PE
29232011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2924
2925 src/emacs.c now gets version number from configure.in
2926 * configure.in (version): Set this from $PACKAGE_VERSION,
2927 which is set from AC_INIT, rather than scouting through src/emacs.c.
2928 * configure: Regenerate.
2929 * make-dist (version): Get it from configure.in, not src/emacs.c.
2930
16c3e636
PE
29312011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2932
2933 strftime: import from gnulib
2934 * Makefile.in (GNULIB_MODULES): Add strftime.
2935 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2936 needed.
6ffb2c0c 2937 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 2938 Regenerate.
6ffb2c0c
PE
2939 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2940 imported from gnulib.
16c3e636
PE
2941 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2942 This incorporates many changes from gnulib, including simpler
2943 handling of multibyte formats, porting to mingw32 and other
2944 platforms, and support for higher-resolution time stamps.
2945 Emacs does not yet use the higher-resolution interface.
2946
3de84ad9
PE
29472011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2948
2949 gnulib: import mktime and move-if-change fixes from gnulib
2950
2951 * configure: Regenerate from the following.
2952
6ffb2c0c
PE
2953 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2954
2955 mktime: clarify long_int width checking
2956 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2957 the top level, to make it clearer that the assumption about
2958 long_int width is being checked. See
2959 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2960
3de84ad9
PE
2961 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2962
2963 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 2964 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
2965 negative number, which the C Standard says has undefined behavior.
2966 In practice this is not a problem, but might as well do it by the book.
2967 Reported by Rich Felker and Eric Blake; see
2968 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
2969 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2970 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2971
2972 mktime: #undef mktime before #defining it
2973 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2974
2975 mktime: systematically normalize tm_isdst comparisons
2976 * lib/mktime.c (isdst_differ): New function.
2977 (__mktime_internal): Use it systematically for all isdst comparisons.
2978 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
2979 normalizing tm_isdst.
2980 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
2981 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2982
2983 mktime: fix some integer overflow issues and sidestep the rest
2984
2985 This was prompted by a bug report by Benjamin Lindner for MinGW
2986 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2987 His bug is due to signed integer overflow (0 - INT_MIN), and I
2988 I scanned through mktime.c looking for other integer overflow
2989 problems, fixing all the bugs I found.
2990
2991 Although the C Standard says the resulting code is still not safe
2992 in the presence of integer overflow, in practice it should be good
2993 enough for all real-world two's-complement implementations, except
2994 for debugging environments that deliberately trap on integer
2995 overflow (e.g., gcc -ftrapv).
2996
2997 * lib/mktime.c (WRAPV): New macro.
2998 (SHR): Also check that long_int and time_t shift right in the
2999 usual way, before using the fast-but-unportable method.
3000 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
3001 used. The code already assumed two's complement, so there's
3002 no need to test for alternatives. All uses removed.
3003 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
3004 the C standard. Problem reported by Rich Felker in
3005 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
3006 (twos_complement_arithmetic): Also check long_int and time_t.
3007 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
3008 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
3009 (__mktime_internal): Avoid integer overflow with unary subtraction
3010 in two instances where -1 - X is an adequate replacement for -X,
3011 since the calculations are approximate.
3de84ad9
PE
3012
3013 2011-01-29 Eric Blake <eblake@redhat.com>
3014
3015 mktime: avoid infinite loop
3016 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
3017 type; behavior is still undefined but portable to all known targets.
3018 Reported by Rich Felker.
3019
6ffb2c0c
PE
3020 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3021
3022 mktime: avoid problems on NetBSD 5 / i386
3023 * lib/mktime.c (long_int): New type. This works around a problem
3024 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
3025 but time_t is 64 bits, and where I expect the existing code is
3026 wrong in some cases.
3027 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
3028 (ydhms_diff): Bring back the compile-time check for wide-enough
3029 year and yday.
3030
3031 mktime: fix misspelling in comment
3032 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
3033 This merges all recent glibc changes of importance.
3034
3de84ad9
PE
3035 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3036
3037 move-if-change: cope with concurrent mv of identical file.
3038 * move-if-change (CMPPROG): Accept environment
3039 variable as an override for `cmp'.
3040 (usage): Document CMPPROG.
3041 Adjust comparison to drop stdout. Cope with failure of mv if
3042 the target file exists and is identical to the source, for
3043 parallel builds.
3044 Report from H.J. Lu against binutils in PR binutils/12283.
3045
6ffb2c0c
PE
30462011-01-29 Eli Zaretskii <eliz@gnu.org>
3047
3048 * lib/makefile.w32-in:
3049 * lib/getopt_.h: New files.
3050
c7e95b91
PE
30512011-01-28 Paul Eggert <eggert@cs.ucla.edu>
3052
3053 improve fix for MS-DOS file name clash
90eacf99 3054 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
3055 for portability to POSIX make. Reported by Bruno Haible.
3056 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
3057 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
3058 files from accumulating as garbage. Also reported by Bruno Haible.
3059
125c3718
PE
30602011-01-27 Paul Eggert <eggert@cs.ucla.edu>
3061
3062 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
3063 * Makefile.in (DOS-gnulib-comp.m4): New macro.
3064 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
3065 problems with MS-DOS 8+3 file name restrictions.
3066 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
3067 it, it would also cause problems when extracting Emacs distribution
3068 tarballs on MS-DOS hosts.
3069 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 3070 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
3071 * config.guess, config.sub: Sync from gnulib.
3072 * m4/gnulib-cache.m4: Remove from repository.
3073 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
3074
4004ef46
GM
30752011-01-25 Glenn Morris <rgm@gnu.org>
3076
0b5c5d82
GM
3077 * README: Add a note about ranges in copyright years.
3078
4004ef46
GM
3079 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
3080
06d8ace5 30812011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
3082
3083 * configure.in: Add HP-UX on IA64 (Bug#6811).
3084
d6974efa
PE
30852011-01-24 Paul Eggert <eggert@cs.ucla.edu>
3086
3087 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
3088 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
3089 as it is no longer needed.
6ffb2c0c 3090 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
3091 * configure.in: Invoke the new gnulib macro
3092 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
3093 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
3094 * m4/getopt.m4: Sync from gnulib; this removes the need for
3095 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
3096 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
3097 New macro, synced from gnulib.
3098 * m4/warn-on-use.m4: Remove.
3099
e02ea74b
PE
31002011-01-22 Paul Eggert <eggert@cs.ucla.edu>
3101
3102 aclocal.m4: put this file back into repository
3103 This way, we don't have to assume that the maintainer has
3104 the automake package installed. See
3105 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
3106 * .bzrignore: Remove aclocal.m4, undoing the previous change.
3107 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
3108 undoing the previous change.
3109 * aclocal.m4: New file (actually, resurrected).
3110
48dcd482
MB
31112011-01-22 Miles Bader <miles@gnu.org>
3112
3113 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
3114 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
3115 Emacs directly uses fontconfig, and breaks building when using a
3116 strict linker).
3117
925e561d
PE
31182011-01-21 Paul Eggert <eggert@cs.ucla.edu>
3119
b06b1098
PE
3120 src/config.in: shrink slightly
3121 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
3122 This makes src/config.in a bit smaller, by removing identifiers
3123 like GNULIB_TEST_MKTIME that Emacs does not need.
3124 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
3125 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3126 Sync from gnulib. This removes a few more unnecessary symbols from
3127 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
3128 * configure, src/config.in: Regenerate.
3129
925e561d
PE
3130 aclocal.m4: tweaks to regenerate more conveniently
3131 This attempts to act better when the source is in a weird state. See
3132 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
3133 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
3134 * .bzrignore: Add aclocal.m4.
3135
942be821
PE
31362011-01-20 Paul Eggert <eggert@cs.ucla.edu>
3137
3138 aclocal.m4: omit auto-generated file from repository
3139 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
3140 the most recent change here.
3141 * aclocal.m4: Remove from bzr repository. This file is
3142 auto-generated and isn't needed to run 'configure'. See
3143 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
3144
0813c96e
PE
31452011-01-19 Paul Eggert <eggert@cs.ucla.edu>
3146
3147 Minor Makefile.in tweaks to build from gnulib better.
3148 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
3149 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
3150 (top_maintainer_clean): Don't remove aclocal.m4.
3151
7cae64b4
PE
31522011-01-18 Paul Eggert <eggert@cs.ucla.edu>
3153
53911e8f
PE
3154 Minor cleanups for 'bzr status'
3155 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
3156 the output of config.guess.
3157 * Makefile.in (top_distclean): Remove stamp-h1 too.
3158
7cae64b4
PE
3159 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
3160 defined if the compiler supports GCC-style __attribute__
3161 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
3162 this syntax.
3163
a3e44e79 31642011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 3165
3cbecb8f
PE
3166 Makefile.in: tidy up the building of lib
3167 * Makefile.in (am--refresh): Mark as .PHONY.
3168 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
3169 as they're not rebuilt unless you do a "make sync-from-gnulib"
3170 and the former is needed for "configure".
3171 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
3172 has already removed lib/Makefile.
3173
ecbfcc83
PE
3174 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
3175 This avoids building ftoastr and ldtoastr, which aren't needed. See
3176 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 3177
803059b9
PE
3178 * .bzrignore: Add .h files that are host-dependent.
3179 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
3180 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
3181 host-dependent and are built as part of an ordinary 'make', and
3182 should not be checked in.
3183
6ffb2c0c
PE
3184 * lib/Makefile.in: Regenerate.
3185 * lib/COPYING: New file, a copy of COPYING.
3186
2a78afcc 3187 * configure: Regenerate.
37564543
PE
3188 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
3189
e275c824 3190 Regenerate.
6ffb2c0c
PE
3191 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3192 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
3193 New files, copied from gnulib by gnulib-tool.
3194 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
3195 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3196 Regenerate.
ecbfcc83 3197
84bbb1ad
PE
3198 Use gnulib's getopt-gnu module.
3199 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
3200 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
3201 representative of the dependencies.
3202 * configure.in: Do not configure getopt, as gnulib does that now.
3203 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
3204 getopt now, in lib.
ecbfcc83 3205
1fd182f0 3206 Regenerate.
6ffb2c0c
PE
3207 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
3208 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
3209 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
3210 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
3211 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
3212 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
3213 * m4/wchar_t.m4, warn-on-use.h:
3214 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 3215 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3216 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3217 Regenerate.
3218
1e11dbe3
PE
3219 Use gnulib's mktime module.
3220 * Makefile.in (GNULIB_MODULES): Add mktime.
3221 * configure.in: Remove code no longer needed, as gnulib now does it.
3222 (AC_CHECK_FUNCS): Remove mktime.
3223 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
3224 (__restrict): Remove, as this now gets in the way of the C99
3225 support for 'restrict' pulled in by the gnulib mktime module.
3226 Code should now use 'restrict' and not '__restrict".
3227 (mktime): Remove.
3228 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
3229 and warn-on-use.h into the distribution.
1fd182f0
PE
3230
3231 Regenerate.
6ffb2c0c
PE
3232 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
3233 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 3234 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
3235 * lib/dummy.c: Remove.
3236 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
3237 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
3238 Regenerate.
ecbfcc83 3239
1e11dbe3 3240 Use gnulib's ftoastr module.
fa2c4f56
PE
3241 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
3242
743c80a7 3243 Regenerate.
6ffb2c0c
PE
3244 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
3245 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
3246 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
3247 New files, generated automatically, with 'make sync-from-gnulib'
3248 followed by 'make'.
3249 * configure, lisp/dired.el, src/config.in: Regenerate.
3250
9a514d4a
PE
3251 Automate syncing from gnulib.
3252 * INSTALL, README: Document new subdirectory 'lib'.
3253 * Makefile.in (SUBDIR): Add lib.
3254 (SUBDIR_MAKEFILES): Add lib/Makefile.
3255 (lib-src, src, TAGS, tags): Depend on lib.
3256 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
3257 ($(gnulib_srcdir)): New rule.
3258 (sync-from-gnulib): New rule, which is .PHONY.
3259 (lib): New rule, which is like lib-src.
3260 (Makefile): Depend on lib/Makefile.in.
3261 (AUTOCONF_INPUTS): Depend on aclocal.m4.
3262 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
3263 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
3264 (am--refresh): New rule, to pacify Automake.
3265 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
3266 Clean lib, too.
3267 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
3268 droppings.
3269 (maintainer-clean, extraclean): Use it.
3270 * configure.in: Initialize for automake and gnulib, by invoking
3271 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
3272 lib/Makefile, too. Use automake to build gnulib, as gnulib works
3273 more conveniently with automake.
6ffb2c0c 3274 * lib/Makefile.am: New file.
9a514d4a
PE
3275 * make-dist: Also put into the distribution aclocal.m4,
3276 compile, depcomp, missing, and the files under lib/.
3277
dc3e3e7b
GM
32782011-01-15 Glenn Morris <rgm@gnu.org>
3279
3280 * Makefile.in (epaths-force): No more arch-tag to edit.
3281
dab73760
CY
32822011-01-15 Chong Yidong <cyd@stupidchicken.com>
3283
3284 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
3285
9f4b8b47
PE
32862011-01-14 Paul Eggert <eggert@cs.ucla.edu>
3287
3288 * make-dist: Distribute test/ files too.
3289 Distribute every file under test/ that is under version control,
3290 using patterns like *.el to capture files that are added later.
3291 Without this change, "configure" would fail, because it would
3292 attempt to build from a Makefile.in that was not distributed.
3293
d221e780
CO
32942011-01-13 Christian Ohler <ohler@gnu.org>
3295
3296 * Makefile.in (INFO_FILES): Add ERT.
3297
3298 * Makefile.in (check): Run tests in test/automated.
3299
3300 * Makefile.in:
3301 * configure.in: Add test/automated/Makefile.
3302
bc5585d1
PE
33032011-01-07 Paul Eggert <eggert@cs.ucla.edu>
3304
2b3f5bc8
PE
3305 * install-sh, mkinstalldirs, move-if-change: Update from master
3306 source in gnulib.
3307
bc5585d1
PE
3308 * config.guess, config.sub: Updated from master source.
3309
2018939f
AS
33102011-01-05 Andreas Schwab <schwab@linux-m68k.org>
3311
3312 * configure.in: Check for __builtin_unwind_init.
3313
e5365138
GM
33142011-01-05 Glenn Morris <rgm@gnu.org>
3315
3316 * configure.in (HAVE_MAKEINFO): New output variable.
3317 (MAKEINFO): Reset to "makeinfo" if not found.
3318 * Makefile.in (install-arch-indep, info):
3319 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
3320
4fc5868a
UM
33212010-12-29 Ulrich Mueller <ulm@gentoo.org>
3322
3323 * configure.in: Make gameuser configurable (Bug#7717).
3324
68251e16
GM
33252010-12-15 Glenn Morris <rgm@gnu.org>
3326
3327 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
3328 long absent lib-src/fns-*.el.
3329
838db889
GM
33302010-12-11 Glenn Morris <rgm@gnu.org>
3331
3332 * make-dist: Exclude etc/*.pyc.
3333
fe646d2c
AS
33342010-12-10 Andreas Schwab <schwab@linux-m68k.org>
3335
3336 * configure.in: Don't double machfile in final message.
3337
d96c83fa
CY
33382010-12-04 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * configure.in: Fix last change.
3341
d6a003a8
AS
33422010-12-04 Andreas Schwab <schwab@linux-m68k.org>
3343
3344 * configure.in: Remove reference to removed machine description
90eacf99
SM
3345 files and allow $machine and $machfile to be empty.
3346 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 3347
067d23c9
KY
33482010-12-03 Glenn Morris <rgm@gnu.org>
3349
3350 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
3351
33522010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
3355 (EXTERNALLY_VISIBLE): New definition.
3356
33572010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
3358
3359 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
3360
33612010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
3362
3363 * configure.in: Do not check for unconditionally included headers.
3364
33652010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
3368
33692010-11-09 Michael Albinus <michael.albinus@gmx.de>
3370
3371 * configure.in: Don't write a warning for D-Bus anymore.
3372
33732010-11-06 Andreas Schwab <schwab@linux-m68k.org>
3374
3375 * configure.in: Fix indentation.
3376
33772010-10-31 Ken Brown <kbrown@cornell.edu>
3378
90eacf99
SM
3379 * configure.in (checking whether localtime caches TZ):
3380 Use unsetenv instead of modifying environment directly.
067d23c9
KY
3381
33822010-10-25 Andreas Schwab <schwab@linux-m68k.org>
3383
3384 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
3385 to avoid warning.
3386
33872010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
e9fce1ac 3389 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
3390
33912010-10-22 Glenn Morris <rgm@gnu.org>
3392
3393 * make-dist: Avoid listing .el files twice. Don't try to run
3394 autoconf if --no-update.
3395
33962010-10-20 Glenn Morris <rgm@gnu.org>
3397
3398 * make-dist: No longer create lisp/MANIFEST.
3399
34002010-10-14 Glenn Morris <rgm@gnu.org>
3401
3402 * BUGS, INSTALL.BZR, README: Updates.
3403
34042010-10-13 Glenn Morris <rgm@gnu.org>
3405
3406 * make-dist: Remove --compress. Check for the appropriate
3407 gzip-like executable, and if not found, don't compress.
3408 Check version number in README, don't change it.
3409 Use find for nt/inc/*.h.
3410
34112010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3412
90eacf99
SM
3413 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
3414 Remove trailing / from directory names.
067d23c9
KY
3415
34162010-10-12 Glenn Morris <rgm@gnu.org>
3417
3418 * make-dist: Update and simplify.
3419
34202010-10-12 Eli Zaretskii <eliz@gnu.org>
3421
3422 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
3423
34242010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
3425
3426 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
3427
34282010-10-09 Glenn Morris <rgm@gnu.org>
3429
3430 * make-dist: No more doc/emacs/*.texi.in.
3431
3432 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
3433
34342010-10-09 Glenn Morris <rgm@gnu.org>
3435
3436 * configure.in: Combine some conditionals.
3437
3438 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
3439 * make-dist: Include doc/emacs/*.texi.in.
3440
3441 * INSTALL, make-dist: Remove references to b2m.
3442 * Makefile.in (MAN_PAGES): Remove b2m.1.
3443
34442010-10-05 Glenn Morris <rgm@gnu.org>
3445
3446 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
3447
34482010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
3449
3450 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
3451
34522010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 * configure.in: Include stdlib.h and string.h unconditionally.
3455
34562010-09-29 Romain Francoise <romain@orebokech.com>
3457
3458 * configure.in: Don't enable ImageMagick unless HAVE_X11.
3459
34602010-09-28 Glenn Morris <rgm@gnu.org>
3461
3462 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
3463 happy.
3464
34652010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3466
3467 * configure.in: Enable imagemagick by default.
3468
34692010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3470
3471 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 3472 GnuTLS libraries.
067d23c9
KY
3473
34742010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
3475
3476 * configure.in: Set up GnuTLS.
3477
34782010-09-22 Chong Yidong <cyd@stupidchicken.com>
3479
3480 * configure.in: Announce whether libxml2 is linked to.
3481
34822010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3483
3484 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
3485
34862010-09-18 Eli Zaretskii <eliz@gnu.org>
3487
3488 * config.bat: Detect that libxml2 is installed and if so, build
3489 with it.
3490
34912010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3492
3493 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
3494 be used. This fixes a conf problem on Mac OS X.
3495
34962010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3497
3498 * configure.in: Check for libxml2.
3499
35002010-09-09 Glenn Morris <rgm@gnu.org>
3501
3502 * make-dist: No more TODO files under lisp/.
3503
35042010-09-04 Eli Zaretskii <eliz@gnu.org>
3505
3506 * config.bat: Produce lisp/gnus/_dir-locals.el from
3507 lisp/gnus/.dir-locals.el.
3508
35092010-08-23 Andreas Schwab <schwab@linux-m68k.org>
3510
3511 * configure.in: Fix check for librsvg, imagemagick and
3512 MagickExportImagePixels.
3513
35142010-08-18 Joakim Verona <joakim@verona.se>
3515
3516 * Makefile.in, configure.in: Checks for ImageMagick.
3517
35182010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
3519
3520 * configure.in (AC_PREREQ): Require autoconf 2.65.
3521
35222010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3523
3524 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
3525
35262010-08-09 Andreas Schwab <schwab@linux-m68k.org>
3527
3528 * configure.in: Add AC_C_BIGENDIAN.
3529
35302010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
3531
3532 * configure.in (ORDINARY_LINK): Use on hpux* too.
3533
35342010-08-06 Jan Djärv <jan.h.d@swipnet.se>
3535
3536 * configure.in: Check for util.h.
3537 Use -Wimplicit-function-declaration if compiler supports it.
3538
35392010-08-05 Eli Zaretskii <eliz@gnu.org>
3540
3541 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
3542
35432010-08-04 Andreas Schwab <schwab@linux-m68k.org>
3544
3545 * configure.in: Restore accidentally removed use of
3546 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
3547
35482010-07-29 Chad Brown <yandros@mit.edu>
3549
3550 * configure.in: Check for dirent.h.
3551
35522010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3553
3554 * configure.in: Remove reference to usg5-4, unused.
3555
35562010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3557
3558 * configure.in: Check for __executable_start.
3559
35602010-07-24 Ken Brown <kbrown@cornell.edu>
3561
3562 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
3563
35642010-07-24 Juanma Barranquero <lekktu@gmail.com>
3565
3566 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
3567
35682010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
3569
3570 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
3571
35722010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3573
3574 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3575 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
3576 (C_OPTIMIZE_SWITCH): Remove.
3577 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
3578
35792010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3580
3581 * configure.in: Don't check for index and rindex, check for strchr
3582 and strrchr. Define strchr and strrchr as index and rindex,
3583 resp., in src/config.h if not available.
3584
35852010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3586
3587 * configure.in: Use -Wold-style-definition if available.
3588 This helps with the transition to standard C code, it can be
3589 removed when done.
3590
3591 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
3592
3593 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
3594 and MSWindows.
3595
35962010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3597
3598 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
3599 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
3600
36012010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * configure.in (getenv): Remove K&R declaration.
3604
36052010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3606
3607 * configure.in: Remove define __P.
3608
36092010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3610
3611 * configure.in (--enable-use-lisp-union-type): New flag.
3612
36132010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3614
3615 Fix CFLAGS for non-GCC compilers.
3616 * configure.in (CFLAGS): Always use -g like it was done before the
3617 2010-03-30 change.
3618 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
3619 (Bug#6538)
3620
36212010-06-30 Glenn Morris <rgm@gnu.org>
3622
3623 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
3624 Set with AC_DEFINE rather than AH_BOTTOM.
3625
3626 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
3627 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
3628 Set with shell, not cpp.
3629 (LIBX): Remove, just use -lX11 in the one place this was used.
3630 (cannot_dump): Replace with CANNOT_DUMP.
3631
36322010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3633
0a19a6f8 3634 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
3635 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
3636 by minimum required Gtk+ 2.6). Add checks for functions introduced
3637 in Gtk+ 2.14 or newer (bug#6505).
3638
36392010-06-26 Eli Zaretskii <eliz@gnu.org>
3640
3641 * config.bat: Remove white space around "+" in COPY commands.
3642
36432010-06-23 Glenn Morris <rgm@gnu.org>
3644
3645 * info/dir: Start descriptions in column 32, per Texinfo convention.
3646
36472010-06-16 Chong Yidong <cyd@stupidchicken.com>
3648
3649 * INSTALL: Update font information (Bug#6389).
3650
36512010-06-16 Glenn Morris <rgm@gnu.org>
3652
3653 * INSTALL: General update.
3654
36552010-06-12 Glenn Morris <rgm@gnu.org>
3656
3657 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3658
36592010-06-11 Glenn Morris <rgm@gnu.org>
3660
3661 * configure.in (--without-compress-info): New option.
3662 (GZIP_INFO): New output variable.
3663
3664 * Makefile.in (GZIP_INFO): New, set by configure.
3665 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3666 Handle man pages in the same way.
3667
36682010-06-10 Glenn Morris <rgm@gnu.org>
3669
3670 * Makefile.in (install-arch-indep): Gzip the info files too.
3671
3672 * make-dist: Remove references to non-existent directories and files.
3673
36742010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3675
3676 * configure.in: Include <strings.h> and <string.h> instead of
3677 "strings.h" and "string.h".
3678
36792010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3680
3681 * configure.in: Remove code dealing with BSTRING.
3682
36832010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3684
3685 * configure.in (AC_PREREQ): Require autoconf 2.65.
3686
3687 * configure.in (unxec): Do not define and substitute.
3688 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3689
36902010-06-03 Glenn Morris <rgm@gnu.org>
3691
3692 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3693
36942010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3695
3696 Fix alloca definition when using gcc on non-gnu systems.
3697 * configure.in: Use the code sequence indicated by "info autoconf"
3698 for alloca (bug#6170).
3699
37002010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * .bzrignore: Ignore new files from trunk, which appear if you use
3703 colocated branches (i.e. "bzr switch").
3704
37052010-05-28 Glenn Morris <rgm@gnu.org>
3706
3707 * configure.in: Simplify some of the $canonical tests.
3708
37092010-05-27 Glenn Morris <rgm@gnu.org>
3710
3711 * config.bat: Do not preprocess src/Makefile.in.
3712
3713 * configure.in: Do not preprocess src/Makefile.in.
3714 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3715 (AC_EGREP_CPP): Test no longer needed.
3716
3717 * make-dist: No more Makefile.c files.
3718
37192010-05-26 Glenn Morris <rgm@gnu.org>
3720
3721 * configure.in (YMF_PASS_LDFLAGS): Remove.
3722 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3723
3724 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3725 Add $GNUSTEP_LOCAL_HEADERS.
3726 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3727
3728 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3729 (GNUSTEP_MAKEFILES): Remove.
3730 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3731 stuff to here.
3732
37332010-05-25 Glenn Morris <rgm@gnu.org>
3734
3735 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3736 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3737
3738 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3739 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3740 here instead.
3741
37422010-05-24 Romain Francoise <romain@orebokech.com>
3743
3744 * make-dist: Look for version in src/emacs.c.
3745 Use lisp/subr.el rather than lisp/version.el for location check.
3746
37472010-05-21 Glenn Morris <rgm@gnu.org>
3748
3749 * configure.in (MKDEPDIR): Parallel build tweak.
3750
3751 * configure.in (ns_frag): New output file.
3752
3753 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3754 (OLDXMENU_TARGET): Set to empty if USE_GTK.
3755
3756 * configure.in (cannot_dump): New output variable.
3757
37582010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3759
3760 * configure.in: On NetBSD, if terminfo is found, use it in
3761 preference to termcap. (Bug#6190)
3762
37632010-05-20 Glenn Morris <rgm@gnu.org>
3764
3765 * make-dist (src): Include *.mk.
3766 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3767 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3768 (deps_frag): New output file.
3769 (AUTO_DEPEND): Remove this definition.
3770
3771 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3772
37732010-05-19 Glenn Morris <rgm@gnu.org>
3774
3775 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3776 (ORDINARY_LINK): New AC_DEFINE.
3777 (LIB_GCC): No need to set if ORDINARY_LINK.
3778
37792010-05-18 Glenn Morris <rgm@gnu.org>
3780
3781 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3782 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3783
3784 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3785 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3786 (RALLOC_OBJ): New output variable.
3787
3788 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3789 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3790
37912010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * Makefile.in (src): Provide the name of the VCS file that witnesses
3794 a pull.
3795 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3796
37972010-05-17 Glenn Morris <rgm@gnu.org>
3798
3799 * configure.in (OLDXMENU_DEPS): New output variable.
3800
38012010-05-16 Glenn Morris <rgm@gnu.org>
3802
3803 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3804
3805 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3806 * Makefile.in (install-arch-dep): Update for above change.
3807
3808 * Makefile.in (ns_appdir): Remove.
3809 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3810
3811 * configure.in (TEMACS_LDFLAGS2): New output variable.
3812
3813 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3814 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3815 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3816 nothing uses.
3817
38182010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3821 does not use them.
3822 (X11R5_INHIBIT_I18N): Remove, unused.
3823
38242010-05-15 Glenn Morris <rgm@gnu.org>
3825
3826 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3827
3828 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3829
38302010-05-15 Ken Raeburn <raeburn@raeburn.org>
3831
3832 * configure.in: Look for version string in its new location.
3833
38342010-05-15 Eli Zaretskii <eliz@gnu.org>
3835
3836 * config.bat: Remove support for DJGPP v1.x.
3837
38382010-05-15 Glenn Morris <rgm@gnu.org>
3839
3840 * configure.in (OLDXMENU_TARGET): New output variable.
3841
3842 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3843
3844 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3845 and other files that no longer exist.
3846
38472010-05-14 Glenn Morris <rgm@gnu.org>
3848
3849 * configure.in (cpp_undefs): Add mktime, register, X11.
3850
3851 * configure.in (GPM_MOUSE_SUPPORT): Remove.
3852 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3853 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3854
3855 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3856 (GNUSTEP_MAKEFILES): Do not output.
3857
38582010-05-13 Glenn Morris <rgm@gnu.org>
3859
3860 * configure.in: Fix some paren typos.
3861
3862 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3863
3864 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3865
38662010-05-12 Glenn Morris <rgm@gnu.org>
3867
3868 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3869
3870 * configure.in (LIB_GCC): New output variable.
3871
38722010-05-11 Glenn Morris <rgm@gnu.org>
3873
3874 * make-dist (msdos): No more mainmake.
3875
3876 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3877 * config.bat: Do not run cpp on lib-src/Makefile.in.
3878
3879 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3880
38812010-05-10 Glenn Morris <rgm@gnu.org>
3882
3883 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3884
3885 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3886 (BLESSMAIL_TARGET): New output variable.
3887
38882010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3889
3890 * INSTALL: Fix typos.
3891
38922010-05-08 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * configure.in: Add check for buggy version of GCC (Bug#6031).
3895
38962010-05-08 Glenn Morris <rgm@gnu.org>
3897
3898 * configure.in (HAVE_LIBNCURSES): New local variable.
3899 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3900 replacing cpp in src/s/*.h and src/Makefile.in.
3901
39022010-05-07 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * Version 23.2 released.
3905
39062010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * configure.in: Add tests for `isnan' and `copysign'.
3909
39102010-05-07 Eli Zaretskii <eliz@gnu.org>
3911
3912 * config.bat: Allow for 2 leading `#'s in comments in
3913 src/Makefile.in.
3914
39152010-05-07 Glenn Morris <rgm@gnu.org>
3916
3917 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3918 Merges logic from src/s/* and src/Makefile.in.
3919 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3920
39212010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3922
3923 Define START_FILES and LIB_STANDARD using autoconf.
3924 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3925 here from src/s/*.h.
3926 (HAVE_CRTIN): Remove, inline logic in the netbsd
3927 START_FILES/LIB_STANDARD computation.
3928
39292010-05-06 Glenn Morris <rgm@gnu.org>
3930
3931 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3932
3933 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3934 (LD_SWITCH_X_SITE): Remove unused variables.
3935
39362010-05-04 Glenn Morris <rgm@gnu.org>
3937
3938 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3939 as well.
3940 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3941
3942 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3943
3944 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3945 variables, replacing c_switch_machine, c_switch_system.
3946 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3947 @c_switch_system@.
3948
39492010-05-03 Glenn Morris <rgm@gnu.org>
3950
3951 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3952
3953 * make-dist: There are no more src/m/*.inp files.
3954
39552010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3956
3957 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3958 (ac_link): Do not use ld_switch_machine.
3959
39602010-05-01 Glenn Morris <rgm@gnu.org>
3961
3962 * configure.in (OTHER_OBJ): Remove.
3963 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3964
39652010-04-30 Glenn Morris <rgm@gnu.org>
3966
3967 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3968 Elsewhere, maybe include it.
3969
3970 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3971 (OLDXMENU, LIBXMENU): New output variables.
3972
3973 * configure.in (OTHER_OBJ): New output variable.
3974
39752010-04-28 Glenn Morris <rgm@gnu.org>
3976
3977 * configure.in (CYGWIN_OBJ): New output variable.
3978
3979 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3980
3981 * configure.in (FONT_OBJ): New output variable.
3982
3983 * configure.in (LIBXMU): New output variable.
3984
3985 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3986
3987 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3988 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3989
39902010-04-27 Glenn Morris <rgm@gnu.org>
3991
3992 * configure.in (LIBXTR6): New output variable. Move unixware special
3993 case here from src/s/unixware.h.
3994
3995 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3996 in Makefiles.
3997 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3998
3999 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
4000 (LIBXP): No longer substitute in Makefiles.
4001 (MOTIF_LIBW): New output variable. Move system-specific settings here
4002 from src/s files.
4003
40042010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 Reduce CPP usage.
4007 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
4008 (unexec): Define unconditionally, all platforms define
4009 UNEXEC. AC_SUBST it.
4010 (UNEXEC_SRC): Remove, unused.
4011 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
4012
40132010-04-27 Glenn Morris <rgm@gnu.org>
4014
4015 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
4016 replaced by LIBXP.
4017
4018 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
4019 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
4020 On hpux10-20, default to /lib.
4021
4022 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
4023
40242010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
4025
4026 * configure.in (LIBS_MACHINE): Remove, unused.
4027
4028 * configure.in (LIB_MATH): New output variable. Set it for some systems.
4029
40302010-04-24 Glenn Morris <rgm@gnu.org>
4031
4032 * configure.in (CRT_DIR): New output variable.
4033 (--with-crt-dir): New option. (Bug#5655)
4034 (HAVE_LIB64_DIR): Remove.
4035
40362010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4037
4038 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
4039
40402010-04-22 Miles Bader <miles@gnu.org>
4041
4042 * configure.in: Get rid of "unix" pre-defined macro when
4043 preprocessing Makefile. (Bug#5857)
4044
40452010-04-21 Andreas Schwab <schwab@linux-m68k.org>
4046
4047 Avoid non-portable shell command negation
4048 * configure.in: Revert last change.
4049
40502010-04-21 Jan Djärv <jan.h.d@swipnet.se>
4051
4052 * configure.in: Change "if test ! -f" to "if ! test -f".
4053
40542010-04-21 Glenn Morris <rgm@gnu.org>
4055
4056 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
4057 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
4058
40592010-04-21 Karel Klíč <kklic@redhat.com>
4060
4061 * configure.in: New option: --with(out)-selinux, on by default.
4062 Set HAVE_LIBSELINUX if we find libselinux, and substitute
4063 LIBSELINUX_LIBS in Makefiles.
4064
40652010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
4066
4067 * configure.in: Remove all references to LIBX11_SYSTEM.
4068
40692010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
4070
4071 * configure.in: Remove all references to C_DEBUG_SWITCH.
4072
40732010-03-27 Eli Zaretskii <eliz@gnu.org>
4074
4075 * config.bat <lib-src>: Edit out lines that begin with several #
4076 characters.
4077
40782010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4079
4080 * configure.in: Remove support for old UNIX System V systems and
4081 for Unixware on non-x86 machines.
4082
4083 * configure.in: Remove support for Solaris on PPC and for old versions.
4084
4085 * configure.in: Remove non-working lynxos port.
4086
40872010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4088
4089 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
4090
40912010-03-19 Glenn Morris <rgm@gnu.org>
4092
4093 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
4094 happy.
4095
40962010-03-18 Jan Djärv <jan.h.d@swipnet.se>
4097
4098 * configure.in: Check for tputs and friends, abort if not
4099 found (bug#5735).
4100
41012010-03-18 Glenn Morris <rgm@gnu.org>
4102
4103 * configure.in (--with-x-toolkit): In the help text, say which options
4104 are synonyms.
4105
4106 * configure.in (--with-mmdf, --with-mail-unlink):
4107 New options, off by default.
4108 (--with-mailhost): New option to set default POP host.
4109 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
4110 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
4111 New variables, substituted in Makefiles.
4112 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
4113 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
4114 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
4115 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
4116 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
4117
41182010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
4119
4120 * Makefile.in (uninstall): Handle the case where archlibdir does not
4121 exist. (Bug#5720)
4122
41232010-03-12 Eli Zaretskii <eliz@gnu.org>
4124
75f1671a 4125 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
4126 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
4127
4128 * configure: Regenerated.
4129
41302010-03-10 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * Branch for 23.2.
4133
41342010-01-31 Juri Linkov <juri@jurta.org>
4135
4136 * .bzrignore: Add TAGS-LISP.
4137
41382010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4139
4140 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
4141 this header file).
4142
41432010-01-12 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * .bzrignore: Ignore all .exe, instead of individual files.
4146
41472010-01-12 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * configure.in: Explicitly check for and link to -lXrender.
4150
41512010-01-12 Glenn Morris <rgm@gnu.org>
4152
4153 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
4154 for bug reports for development versions.
4155
41562010-01-02 Eli Zaretskii <eliz@gnu.org>
4157
4158 * .bzrignore: Add more ignored patterns, including for the MS-DOS
4159 build.
4160
41612009-12-27 Karl Fogel <kfogel@red-bean>
4162
4163 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
4164 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
4165
41662009-12-17 Glenn Morris <rgm@gnu.org>
4167
4168 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
4169
41702009-12-15 Glenn Morris <rgm@gnu.org>
4171
4172 * info/dir: Add EDT entry.
4173 * Makefile.in (INFO_FILES): Add edt.
4174
41752009-12-10 Jan Djärv <jan.h.d@swipnet.se>
4176
1154d12e 4177 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
4178
41792009-12-09 Jan Djärv <jan.h.d@swipnet.se>
4180
4181 * configure.in: Don't check for RSVG or GConf unless X11 is used.
4182
41832009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
4184
4185 * configure.in: Allow compiling Emacs with GTK on Cygwin.
4186
41872009-12-01 Glenn Morris <rgm@gnu.org>
4188
4189 * make-dist: Add etc/images/mpc directory.
4190
41912009-11-21 Jan Djärv <jan.h.d@swipnet.se>
4192
4193 * configure.in: Don't check for GConf unless X is used.
4194
41952009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4196
4197 * configure.in: Use -Wdeclaration-after-statement if available.
4198
41992009-11-17 Jan Djärv <jan.h.d@swipnet.se>
4200
4201 * configure.in: New option: --with(out)-gconf.
4202 Set HAVE_GCONF if we find gconf.
4203
42042009-11-17 Glenn Morris <rgm@gnu.org>
4205
4206 * Makefile.in (INFO_FILES): Add semantic.
4207
42082009-11-16 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * info/dir: Add Semantic.
4211
42122009-11-16 Glenn Morris <rgm@gnu.org>
4213
4214 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
4215 pattern, so as not to exclude makefile*.el. (Bug#4912)
4216
42172009-11-14 Jan Djärv <jan.h.d@swipnet.se>
4218
4219 * configure.in: --enable-autodepend is new. Check for GNU Make
4220 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
4221 gcc and GNU make to generate dependencies.
4222
42232009-10-27 Glenn Morris <rgm@gnu.org>
4224
4225 * make-dist: Make links to doc/lispintro/*.pdf.
4226
42272009-10-23 Jim Meyering <meyering@redhat.com>
4228
4229 * configure.in: Invoke $CPP with -P when creating Makefile and
4230 src/Makefile. Without this, gcc 4.4.2 converts each
4231 backslash-newline pair in the input to a bare newline, yielding
4232 invalid Makefiles.
4233
4234 * configure: Regenerate.
4235
42362009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4237
4238 * configure.in (vax-dec-vms): Remove, not supported anymore.
4239
42402009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4241
4242 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
4243 (*-apple-darwin*): Add x86_64 architecture.
4244
42452009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
4246
4247 * config.guess, config.sub: Updated from master source.
4248
42492009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
4250
4251 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
4252
42532009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
4254
4255 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
4256
42572009-09-29 Glenn Morris <rgm@gnu.org>
4258
4259 * make-dist (check): Update for two new levels of subdirectory in lisp/.
4260
42612009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4262
4263 * config.guess, config.sub: Updated from master source.
4264
4265 * configure.in (OTHER_FILES): Define using autoconf not cpp.
4266
42672009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4268
4269 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
4270
42712009-09-13 Chong Yidong <cyd@stupidchicken.com>
4272
4273 * INSTALL: Update URL for GNU FreeFont.
4274
42752009-09-09 Glenn Morris <rgm@gnu.org>
4276
4277 * Makefile.in (install-arch-indep): Don't recursively change perms of
4278 site-lisp and infodir. There may be non-Emacs files in here, and the
4279 files supplied by Emacs are all handled explicitly already. (Bug#3800)
4280 (mkdir): Set umask to world-readable before creating directories.
4281 mkinstalldirs already checks if dirs exist, don't duplicate this test.
4282
42832009-08-29 Glenn Morris <rgm@gnu.org>
4284
4285 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
4286 (info): Don't give an error in the absence of makeinfo - let the doc
4287 Makefiles do that, if the info files need rebuilding. (Bug#3982)
4288
42892009-08-23 Ken Raeburn <raeburn@raeburn.org>
4290
4291 * Makefile.in (install-arch-indep): If the versioned DOC-####
4292 generated during loadup+dump isn't found, install the plain DOC
4293 file that always gets generated, in case CANNOT_DUMP is set.
4294
4295 * configure.in: Warn if package version specified here doesn't
4296 match the version in version.el.
4297 * configure: Regenerate.
4298
42992009-08-22 Michael Albinus <michael.albinus@gmx.de>
4300
4301 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
4302
4303 * configure: Regenerate.
4304
43052009-08-19 Glenn Morris <rgm@gnu.org>
4306
4307 * INSTALL: Remove reference to cvtmail.
4308
43092009-08-15 CHENG Gao <chenggao@gmail.com>
4310
4311 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
4312
43132009-08-02 Kevin Ryde <user42@zip.com.au>
4314
4315 * INSTALL: Fix free fonts URL.
4316
43172009-07-22 Glenn Morris <rgm@gnu.org>
4318
4319 * configure.in (AC_PREREQ): Require autoconf 2.62.
4320
43212009-07-04 Andreas Schwab <schwab@linux-m68k.org>
4322
4323 * configure.in (--enable-checking, --enable-profiling):
4324 Use AS_HELP_STRING.
4325
43262009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
4327
4328 * configure.in (--enable-profiling): New option.
4329 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
4330
43312009-06-27 Glenn Morris <rgm@gnu.org>
4332
4333 * configure.in: Restore netbsd on mips, mipsel, mipseb.
4334
43352009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4336
4337 * configure.in (--enable-checking): New option.
4338
43392009-06-24 Glenn Morris <rgm@gnu.org>
4340
4341 * make-dist: Warn if subdir does not exist in source.
4342 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
4343 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
4344 No longer make links.
4345
43462009-06-24 Yavor Doganov <yavor@gnu.org>
4347
4348 * make-dist (tempdir): Don't create directories preferences.gorm
4349 and preferences.nib, they are no longer required.
4350
43512009-06-21 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * Branch for 23.1.
4354
43552009-06-12 Chong Yidong <cyd@stupidchicken.com>
4356
4357 * configure.in: Delete mac-fix-env target, which has been
4358 removed (Bug#3531).
4359
43602009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4361
1154d12e 4362 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
4363
43642009-05-05 Per Starbäck <per@starback.se> (tiny change)
4365
4366 * BUGS: Use new binding of view-emacs-problems.
4367
c7015153 43682009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
4369
4370 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
4371 for Solaris compatibility.
4372
43732009-04-25 Chong Yidong <cyd@stupidchicken.com>
4374
4375 * configure: Regenerate.
4376
4377 * configure.in: Disable use of FreeType without libXft.
4378
43792009-04-19 Jan Djärv <jan.h.d@swipnet.se>
4380
4381 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
4382 Check if it is declared in gtk.h.
4383
43842009-04-12 Andreas Schwab <schwab@linux-m68k.org>
4385
4386 * Makefile.in (install-arch-indep): Remove .gitignore files.
4387
43882009-04-03 Kenichi Handa <handa@m17n.org>
4389
4390 * INSTALL: Make the section "Complex Text Layout support
4391 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
4392
43932009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
4394
4395 * configure.in (rs6000-ibm-aix6*): Fix typo.
4396
43972009-03-04 Glenn Morris <rgm@gnu.org>
4398
4399 * Makefile.in (INFO_FILES): Add auth.
4400
44012009-03-03 Glenn Morris <rgm@gnu.org>
4402
4403 * info/dir: Add Auth-source.
4404
44052009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4406
4407 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
4408 the second.
4409
44102009-02-28 Eli Zaretskii <eliz@gnu.org>
4411
4412 * config.bat: Copy .dbxinit to _dbxinit.
4413
4414 * make-dist (Making links to `info'): Remove .gitignore.
4415
44162009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * Makefile.in (lib-src, lisp): Use simpler rule.
4419 (src): Be more specific to avoid recompiling all the .elc files just
4420 because the bootstrap-emacs is missing.
4421
44222009-02-26 Chong Yidong <cyd@stupidchicken.com>
4423
4424 * configure.in: Require librsvg >= 2.11.
4425
44262009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
4427
4428 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
4429 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
4430
44312009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
4432
4433 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
4434
44352009-02-03 Glenn Morris <rgm@gnu.org>
4436
4437 * make-dist: Add some missing files, remove some that are no longer
4438 present.
4439
44402009-02-02 Glenn Morris <rgm@gnu.org>
4441
4442 * make-dist: Add some missing nextstep/ files.
4443
44442009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
4445
4446 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
4447
44482009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4449
4450 * configure.in: Add support for m68k-*-netbsd.
4451
44522009-01-14 Juri Linkov <juri@jurta.org>
4453
4454 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
4455
4456 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
4457 and bug-reference-mode.
4458
44592009-01-11 Juri Linkov <juri@jurta.org>
4460
4461 * INSTALL.CVS: Move configuration explicitly to the first step.
4462
44632009-01-09 Glenn Morris <rgm@gnu.org>
4464
4465 * .dir-locals.el: Don't set indent-tabs-mode.
4466
44672008-12-30 Kenichi Handa <handa@m17n.org>
4468
4469 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
4470 the function OTF_get_variation_glyphs.
4471
44722008-12-30 Jan Djärv <jan.h.d@swipnet.se>
4473
4474 * Makefile.in (install-arch-dep): Remove old directories in
4475 ns_app* before moving new directories there.
4476
44772008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
4478
4479 * .dir-locals.el: Remove non-working entry for pmail.
4480 (fill-column): Fix typo.
4481 (change-log-mode): Add fill column.
4482
44832008-12-26 Eli Zaretskii <eliz@gnu.org>
4484
4485 * config.bat: Produce _dir-locals.el from .dir-locals.el.
4486
44872008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4488
4489 * make-dist (tempdir): Distribute .dir-locals.el.
4490
4491 * .dir-locals.el: New file.
4492
44932008-12-19 Eli Zaretskii <eliz@gnu.org>
4494
4495 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
4496 for rationale.
4497
44982008-12-13 Glenn Morris <rgm@gnu.org>
4499
4500 * Makefile.in (install-arch-indep): Add new man-pages.
4501 (manext): Remove variable.
4502 (MAN_PAGES): New variable.
4503 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
4504 and remove.
4505 (uninstall): Remove desktop file and icons, game scores if empty.
4506
45072008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
4508
4509 * config.guess, config.sub: Updated from master source.
4510
45112008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
4512
4513 * Makefile.in (install-arch-indep): Install ebrowse.1.
4514
45152008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4516
4517 * configure.in: Add Solaris on x86_64.
4518
45192008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
4520
4521 * config.guess, config.sub: Updated from master source.
4522
45232008-12-08 Eli Zaretskii <eliz@gnu.org>
4524
4525 * info/dir: Fix last change.
4526
45272008-12-07 Eli Zaretskii <eliz@gnu.org>
4528
4529 * info/dir: Untabify.
4530
45312008-11-28 Ulrich Mueller <ulm@gentoo.org>
4532
4533 * configure.in: Fix last change.
4534
45352008-11-28 Richard M Stallman <rms@gnu.org>
4536
4537 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
4538 New configurations.
4539
45402008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
4541
4542 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
4543 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
4544
45452008-11-15 Eli Zaretskii <eliz@gnu.org>
4546
4547 * Makefile.in (INFO_FILES): Remove ns-emacs.
4548
4549 * info/dir (NS-Emacs): Remove entry.
4550
45512008-11-08 Eli Zaretskii <eliz@gnu.org>
4552
4553 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
4554
45552008-11-07 Glenn Morris <rgm@gnu.org>
4556
4557 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
4558
45592008-10-31 Eli Zaretskii <eliz@gnu.org>
4560
4561 * config.bat: Tell user to expect one "File not found" message
4562 while the `doc' directory is being configured.
4563
45642008-10-30 Chong Yidong <cyd@stupidchicken.com>
4565
4566 * update-subdirs: Put obsolete directory last.
4567
45682008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4569
4570 * configure.in: Check fontconfig always.
4571
45722008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4573
4574 * configure (*-solaris2.[7-9]*): Fix typo.
4575
45762008-10-24 Glenn Morris <rgm@gnu.org>
4577
4578 * configure.in (--without-sync-input, --with-pkg-config-prog):
4579 Help strings start with lower case.
4580 (--with-gnustep-conf): New option.
4581 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
4582
45832008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
4584
4585 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
4586 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
4587 is not found. (Bug#1230)
4588
45892008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4590
4591 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
4592 Use sol2-6.h for Solaris 7-9.
4593
45942008-10-18 Ulrich Mueller <ulm@gentoo.org>
4595
4596 * configure.in: Add support for GNU/Linux on SuperH.
4597
45982008-10-12 Andreas Schwab <schwab@suse.de>
4599
4600 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
4601
1a71cb28 46022008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
4603
4604 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
4605 "X") to avoid confusion.
4606
4607 * configure: Regenerate.
4608
46092008-09-07 Romain Francoise <romain@orebokech.com>
4610
4611 * make-dist: Distribute doc/man/ChangeLog.
4612
46132008-08-28 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * configure.in: Disable XFT and Freetype when without X.
4616
4617 * configure: Regenerate.
4618
46192008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4620
4621 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
4622
46232008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4624
90eacf99
SM
4625 * configure.in (GNUSTEP_SYSTEM_HEADERS):
4626 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
4627
4628 * configure: Regenerate.
4629
46302008-08-20 Eli Zaretskii <eliz@gnu.org>
4631
4632 * configure.in: Move "#define subprocesses" before
4633 config_opsysfile is included.
4634
46352008-08-19 Kenichi Handa <handa@m17n.org>
4636
4637 * INSTALL (Extra fonts): Mention local fonts, don't mention
4638 mule-unicode.
4639
46402008-08-16 Chong Yidong <cyd@stupidchicken.com>
4641
4642 * make-dist: Omit info/.arch-inventory.
4643
46442008-08-16 Jason Rumney <jasonr@gnu.org>
4645
4646 * make-dist (tempdir/nt): Link emacsclient.rc.
4647
46482008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4649
4650 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4651 AC_SUBST it.
4652 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4653 AC_SUBST it.
4654 (OTHER_FILES): Always define for HAVE_NS.
4655 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4656 * configure: Regenerate.
4657
46582008-08-07 Andreas Schwab <schwab@suse.de>
4659
4660 * configure.in: Correctly handle
4661 --enable-cocoa-experimental-ctrl-g=no and
4662 --enable-ns-self-contained=yes.
4663
46642008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4665
4666 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
4667 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
4668 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
4669
46702008-08-06 Andreas Schwab <schwab@suse.de>
4671
4672 * configure.in: Fix quoting.
4673
46742008-08-06 Chong Yidong <cyd@stupidchicken.com>
4675
4676 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4677
46782008-08-05 Ulrich Mueller <ulm@gentoo.org>
4679
4680 * configure.in: Add checks for krb5_error.text and
4681 krb5_error.e_text struct members.
4682
46832008-08-04 Chong Yidong <cyd@stupidchicken.com>
4684
4685 * configure.in: Test for existence of NSInteger.
4686 Suggested by Yavor Doganov.
4687
46882008-08-02 Romain Francoise <romain@orebokech.com>
4689
4690 * Makefile.in (INFO_FILES): Add mairix-el.
4691
46922008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4693
4694 * make-dist:
4695 * README: Remove VMS support.
4696 * vms: Remove directory.
4697
46982008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4699
4700 * configure.in (MULTI_KBOARD): Remove.
4701
47022008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4703
4704 * configure.in (DO_BLOCK_INPUT): Remove, unused.
4705
47062008-07-29 Chong Yidong <cyd@stupidchicken.com>
4707
4708 * info/dir (File): Add mairix-el.
4709
47102008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4711
4712 Remove support for Mac Carbon.
4713 * mac: Remove directory.
4714 * make-dist:
4715 * configure.in:
4716 * README:
4717 * Makefile.in:
4718 * INSTALL: Remove code for Carbon.
4719 * configure: Regenerate.
4720
47212008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4722
4723 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4724
47252008-07-25 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * configure.in: Check for getrlimit.
4728
4729 * configure: Regenerate.
4730
47312008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4732
4733 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4734 in src/Makefile.in.
4735 (static): Remove, autoconf would always comment it out anyway.
4736 (subprocesses): Define unconditionally.
4737
47382008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
4739
4740 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4741 compilation under GNUstep.
4742
47432008-07-18 Kenichi Handa <handa@m17n.org>
4744
4745 * INSTALL (Complex Text Layout support libraries): Delete the
4746 paragraph about --enable-font-backend.
4747
47482008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4749
4750 * configure.in: Print out some info to user for NeXTstep builds.
4751 (ns-app): Remove enable option.
4752 (ns-self-contained): Add enable option.
4753 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4754 GNUstep, use to set install prefixes, and substitute in Makefiles.
4755 * configure: Regenerate.
4756 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4757 NS app bundle.
4758
47592008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4762
47632008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4764
4765 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4766 NS_IMPL_COCOA.
4767
47682008-07-16 Glenn Morris <rgm@gnu.org>
4769
4770 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4771 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4772 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4773 never unset.
4774
4775 * make-dist: Add nextstep/ directories.
4776 (src, lib-src): Add .m files.
4777
47782008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4779
4780 * configure.in (freebsd, kfreebsd): Undo part of previous change.
4781 (USER_FULL_NAME): Remove, not used anymore.
4782 * configure: Regenerate.
4783
47842008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4785
4786 Changes and additions for NeXTstep windowing system (Cocoa and
4787 GNUstep) support.
4788
4789 * configure.in: Add support for NS window system: --with-ns (default
4790 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4791 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4792 disable font backend if window system is "none", not if !HAVE_X11.
4793 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4794 (install-arch-dep): Add commands to assemble NS .app package.
4795
47962008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4797
4798 * configure.in: Use macppc for Darwin. Remove references to
4799 desupported systems.
4800 * configure: Regenerate.
4801
48022008-07-05 Glenn Morris <rgm@gnu.org>
4803
4804 * make-dist (EMACS): Doc fix.
4805 (lisp): There are no *.dat or image files here any more.
4806 (src): There are no *.s files here any more.
4807 (etc/images, etc/images/*): Link to most regular files.
4808
48092008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4810
4811 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4812
48132008-07-01 Glenn Morris <rgm@gnu.org>
4814
4815 * configure.in (cpp_undefs): Rename from `undefs', update uses.
4816 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
4817 and explicitly export there. (Bug#507.)
4818
48192008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4820
4821 * configure.in:
4822 * configure: Remove references to obsolete systems.
4823
48242008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * Makefile.in (Makefile): Use it for its timestamp value as well, and
4827 make it depend on all other */.in files.
4828 (src/Makefile, src/config.stamp, lib-src/Makefile)
4829 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4830 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4831 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4832 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4833
4834 * configure.in: Don't create src/config.stamp any more.
4835
48362008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4839
48402008-06-22 Glenn Morris <rgm@gnu.org>
4841
4842 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4843
48442008-06-21 Romain Francoise <romain@orebokech.com>
4845
4846 * Makefile.in (INFO_FILES): Add sasl.
4847
48482008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4851 (bootstrap-build): Remove.
4852 (top_bootclean): New var.
4853 (top_distclean, bootstrap-clean): Use it.
4854 (bootstrap): Don't recheck config. Make normally.
4855
48562008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * Makefile.in (SUBDIR): Include `lisp'.
4859 (lisp): Depend on `src'.
4860 (top_distclean): Don't remove config.status.
4861 (bootstrap-clean): New target.
4862 (maintainer-clean): Use it.
4863 (bootstrap): Use bootstrap-clean. Re-run config.status.
4864 (src/bootstrap-emacs${EXEEXT}): New target.
4865 (bootstrap-build): Use it. Don't use bootstrap-prepare because
4866 src/Makefile now takes care of it.
4867 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4868
48692008-06-15 Glenn Morris <rgm@gnu.org>
4870
4871 * info/dir: Add sasl.
4872
48732008-06-09 Alan Mackenzie <acm@muc.de>
4874
4875 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4876
48772008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4878
4879 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4880
48812008-06-07 Glenn Morris <rgm@gnu.org>
4882
4883 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4884 serve no purpose.
4885
48862008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4887
4888 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4889 * configure: Regenerate.
4890
48912008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4892
4893 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4894
48952008-05-14 Kenichi Handa <handa@m17n.org>
4896
4897 * configure: Regenerate.
4898
4899 * configure.in: Don't handle --disable-font-backend. Don't print
4900 a message about a font backend.
4901
49022008-05-09 Glenn Morris <rgm@gnu.org>
4903
4904 * configure.in: Make absence of makeinfo a fatal error only if the info
4905 files don't exist.
4906 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4907
49082008-05-07 Eli Zaretskii <eliz@gnu.org>
4909
4910 * config.bat: Fix last change: don't use < and > in "rem" lines,
4911 they are interpreted as redirection by DOS shells.
4912
49132008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4914
4915 * configure.in: Check availability of AvailabilityMacros.h
4916 if HAVE_CARBON.
4917
4918 * configure: Regenerate.
4919
49202008-05-03 Glenn Morris <rgm@gnu.org>
4921
4922 * configure.in (x_libraries): Remove standard 64-bit directories -
4923 experimental workaround for minor autoconf bug.
4924
4925 * configure.in (--without-makeinfo): New option. If set,
4926 absence of suitable makeinfo is not a fatal error.
4927 * Makefile.in (MAKEINFO): New, set by configure.
4928 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4929 (info-real): New target.
4930 (info): Without makeinfo, do nothing, else call `info-real'.
4931
49322008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4933
4934 * configure.in: Remove hpux10.20 from the desupported list.
4935
49362008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4939
49402008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4943 rather than change CPPFLAGS.
4944 (HAVE_GTK): Rename to USE_GTK.
4945
49462008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4947
4948 * configure.in: Replace the obsolete macros AC_AIX and
4949 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4950
49512008-04-05 Andreas Schwab <schwab@suse.de>
4952
4953 * configure.in: No longer create admin/unidata/Makefile.
4954
49552008-03-28 Andreas Schwab <schwab@suse.de>
4956
4957 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4958 (lisp/Makefile): New rule.
4959
49602008-03-13 Glenn Morris <rgm@gnu.org>
4961
4962 * configure.in (AC_INIT): Fix version number.
4963 (sync-input): Reword the option, since it's on by default.
4964
49652008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4966
4967 * configure.in: Add --enable-sync-input, default yes.
4968
49692008-03-11 Glenn Morris <rgm@gnu.org>
4970
4971 * Makefile.in (install-etc, mkdir): Handle directory
4972 etc/images/icons/hicolor/*/mimetypes/.
4973
4974 * make-dist: Handle icons/hicolor/scalable directory.
4975
49762008-03-05 Glenn Morris <rgm@gnu.org>
4977
4978 * configure.in: Enable font-backend by default.
4979 (USE_FONT_BACKEND): Set to "no" in absence of X.
4980 (PKG_CONFIG): Don't set multiple times, once is enough.
4981 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4982
49832008-03-03 Glenn Morris <rgm@gnu.org>
4984
4985 * Makefile.in (iconsrcdir): New variable.
4986 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4987 directory.
4988
49892008-02-29 Glenn Morris <rgm@gnu.org>
4990
4991 * test/: New directory.
4992
49932008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4994
4995 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4996
49972008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4998
4999 * configure.in: Print an error for systems that we think are obsolete
5000 and are proposed to be removed. Remove some more unused systems.
5001 Add support for powerpc-ibm-aix6*.
5002
50032008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
5004
5005 * configure.in: Remove references to obsolete variables and systems.
5006
50072008-02-21 Glenn Morris <rgm@gnu.org>
5008
5009 * Makefile.in (set_installuser): New.
5010 (install-arch-indep): Use set_installuser to avoid duplicate code.
5011
5012 * README.unicode: Split into admin/notes/unicode,font-backend and
5013 remove.
5014
50152008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
5016
5017 * configure.in (arm*-*-freebsd*): Add.
5018
50192008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
5020
5021 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
5022 dealing with obsolete variables.
5023
50242008-02-08 Glenn Morris <rgm@gnu.org>
5025
5026 * Makefile.in (check-info-dir): New target.
5027
50282008-02-08 Michael Olson <mwolson@gnu.org>
5029
5030 * Makefile.in (INFO_FILES): Add epa.
5031
5032 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
5033 features" section.
5034
50352008-02-06 Glenn Morris <rgm@gnu.org>
5036
5037 * configure.in (--with-gcc): Give an error saying this option has
5038 been removed.
5039 (--with-gtk): Remove this option.
5040
50412008-02-06 Tom Tromey <tromey@redhat.com>
5042
5043 * configure.in (--with-gcc): Remove.
5044 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
5045
50462008-02-05 Ulrich Mueller <ulm@gentoo.org>
5047
5048 * INSTALL: Recommend giflib, not libungif.
5049
50502008-02-05 Tom Tromey <tromey@redhat.com>
5051
5052 * configure.in (--with-dbus): Default to enabled.
5053
50542008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
5055
5056 * INSTALL (Complex Text Layout support libraries): New section.
5057
50582008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
5059
5060 * make-dist: Remove references to files in mac/ that have been
5061 deleted.
5062
50632008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5064
5065 * configure.in: For libotf and m17n-flt checks, set shell vars
5066 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
5067 pkg_check_m17n_flt, respectively, for the sake of the summary output.
5068 Reported by Ulrich Mueller.
5069
50702008-02-02 Eli Zaretskii <eliz@gnu.org>
5071
5072 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
5073 admin/unidata/Makefile.in to Makefile.
5074
50752008-02-02 Glenn Morris <rgm@gnu.org>
5076
5077 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
5078 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
5079 (HAVE_XFT): Add "Does Emacs use..." messages at end.
5080
50812008-02-01 Miles Bader <miles@gnu.org>
5082
5083 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
5084 [libotf], and [m17n-flt] options.
5085
50862008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5087
5088 * configure.in: Add EMACS_ARG_N([libotf]...), and
5089 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
5090 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
5091 CFLAGS, and LIBS in checking of m17n-flt.
5092
50932008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
5094
5095 * configure.in: Check the availability of m17n-flt library.
5096
50972008-02-01 Kenichi Handa <handa@m17n.org>
5098
5099 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
5100 not available.
5101
51022008-02-01 Kenichi Handa <handa@m17n.org>
5103
5104 * configure.in: New args --enable-font-backend, --with-xft,
5105 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
5106 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
5107 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
5108 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
5109
51102008-02-01 Kenichi Handa <handa@m17n.org>
5111
5112 * make-dist: Include etc/charsets in tarball.
5113
51142008-02-01 Kenichi Handa <handa@m17n.org>
5115
5116 * configure.in: While running cpp on junk.c, include
5117 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
5118 exists.
5119
51202008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5121
5122 * configure.in (xtensa): Match more configurations.
5123
51242008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
5125
5126 * configure.in: Update comment.
5127
51282008-01-26 Glenn Morris <rgm@gnu.org>
5129
5130 * configure.in (--without-gcc): By default, neither off nor on.
5131 (--with-carbon): Tone down rhetoric in help text.
5132
51332008-01-25 Glenn Morris <rgm@gnu.org>
5134
5135 * configure.in: Correct usage of OPTION_DEFAULT_ON,
5136 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
5137 Default `Carbon' to off (it's unsupported).
5138
51392008-01-24 Glenn Morris <rgm@gnu.org>
5140
5141 * configure.in: Standardize dbus-related messages.
5142
51432008-01-23 Michael Olson <mwolson@gnu.org>
5144
5145 * configure.in (pkg-config-prog): Remove initial whitespace.
5146
51472008-01-23 Tom Tromey <tromey@redhat.com>
5148
5149 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
5150 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
5151 Update all users.
5152
51532008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
5154
5155 * config.guess, config.sub: Updated from master source.
5156
51572008-01-17 Andreas Schwab <schwab@suse.de>
5158
5159 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
5160
51612008-01-17 Glenn Morris <rgm@gnu.org>
5162
5163 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
5164
51652008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
5166
5167 * configure.in: Remove more references to unsupported systems.
5168
51692008-01-16 Sven Joachim <svenjoac@gmx.de>
5170
5171 * make-dist: Add --lzma.
5172
51732008-01-16 Glenn Morris <rgm@gnu.org>
5174
5175 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
5176 configure checks for this.
5177
51782008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
5179
5180 * configure.in: Remove more references to unsupported systems.
5181
51822008-01-06 Romain Francoise <romain@orebokech.com>
5183
5184 * configure.in: Delete extra semicolons.
5185
51862008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * configure.in: Remove references to unsupported systems.
5189
51902008-01-05 Romain Francoise <romain@orebokech.com>
5191
5192 * make-dist: Add --bzip2. Update copyright.
5193
51942008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5195
5196 * configure.in: Remove support for Masscomp.
5197
51982008-01-05 Glenn Morris <rgm@gnu.org>
5199
5200 * Makefile.in (desktopdir, icondir): New variables.
5201 (install-arch-indep): Also depend on `install-etc'.
5202 (install-etc): New target.
5203 (mkdir): Also create the `applications' and `icons' directories.
5204
52052008-01-04 Glenn Morris <rgm@gnu.org>
5206
5207 * make-dist: Update for new etc/images/icons/hicolor directory.
5208
52092007-12-09 Andreas Schwab <schwab@suse.de>
5210
5211 * configure.in: D-Bus is not enabled by default.
5212
52132007-12-06 Jan Djärv <jan.h.d@swipnet.se>
5214
5215 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
5216 change.
5217
52182007-12-04 Jan Djärv <jan.h.d@swipnet.se>
5219
5220 * configure.in: Give package name and version to AC_INIT.
5221
52222007-12-03 Magnus Henoch <mange@freemail.hu>
5223
5224 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
5225
52262007-12-03 Michael Albinus <michael.albinus@gmx.de>
5227
5228 * configure.in: No need for DBUS_INFO anymore.
5229
5230 * Makefile.in (INFO_FILES): Use dbus unconditionally.
5231
52322007-12-02 Michael Albinus <michael.albinus@gmx.de>
5233
5234 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
5235
5236 * Makefile.in (INFO_FILES): Add dbus.
5237
52382007-12-02 Romain Francoise <romain@orebokech.com>
5239
5240 * make-dist: Fix last change.
5241
52422007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
5243
5244 * configure.in: Add support for gnu-kfreebsd.
5245
52462007-11-28 Glenn Morris <rgm@gnu.org>
5247
5248 * make-dist: Add etc/nxml.
5249
52502007-11-24 Romain Francoise <romain@orebokech.com>
5251
5252 * Makefile.in (INFO_FILES): Add nxml-mode.
5253
52542007-11-23 Romain Francoise <romain@orebokech.com>
5255
5256 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
5257 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
5258
52592007-11-20 Andreas Schwab <schwab@suse.de>
5260
5261 * configure.in: Always include <resolv.h> when checking for res_init.
5262
52632007-11-17 Andreas Schwab <schwab@suse.de>
5264
5265 * update-subdirs: Atomically update subdirs.el.
5266
52672007-11-17 Glenn Morris <rgm@gnu.org>
5268
5269 * Makefile.in (check-declare): New target.
5270
52712007-11-07 Glenn Morris <rgm@gnu.org>
5272
5273 * configure.in: Deprecate Mac Carbon port.
5274
52752007-11-01 Jan Djärv <jan.h.d@swipnet.se>
5276
5277 * configure.in: Remove HAVE_X11R5 check.
5278
52792007-10-31 Glenn Morris <rgm@gnu.org>
5280
5281 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
5282 when changing ownership of installed files.
5283
52842007-10-30 Glenn Morris <rgm@gnu.org>
5285
5286 * make-dist: Add new directory etc/gnus.
5287
52882007-10-30 Michael Olson <mwolson@gnu.org>
5289
5290 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
5291
52922007-10-29 Glenn Morris <rgm@gnu.org>
5293
5294 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
5295
52962007-10-23 Glenn Morris <rgm@gnu.org>
5297
5298 * MAINTAINERS: Move to admin/.
5299
53002007-10-17 Chong Yidong <cyd@stupidchicken.com>
5301
5302 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
5303 (HAVE_LIBRESOLV): Also define if we are using res_init().
5304
53052007-10-17 Glenn Morris <rgm@gnu.org>
5306
5307 * FTP: Remove file, since it's just a duplicate of one in etc/.
5308
53092007-10-05 Eli Zaretskii <eliz@gnu.org>
5310
5311 * config.bat: Fix configuring `doc' due to changes in the
5312 directory structure.
5313
53142007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5315
5316 * configure.in: Don't use -lpthread on HP-UX.
5317
53182007-09-16 Glenn Morris <rgm@gnu.org>
5319
5320 * make-dist: File gfdl.1 has been removed.
5321
53222007-09-15 Glenn Morris <rgm@gnu.org>
5323
5324 * configure.in: Fix makeinfo version regexp.
5325
53262007-09-12 Glenn Morris <rgm@gnu.org>
5327
5328 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
5329 implementation of alloca is not found.
5330
5331 * Makefile.in (SOURCES, unlock, relock): Delete.
5332 (install-arch-indep): Do not exclude the etc/ Makefiles.
5333
53342007-09-09 Juri Linkov <juri@jurta.org>
5335
5336 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
5337
5338 * README: Add doc/ to documentation directories.
5339
53402007-09-08 Michael Olson <mwolson@gnu.org>
5341
5342 * MAINTAINERS: Add myself for ERC and tq.el.
5343 Update for new doc/ directory layout.
5344
53452007-09-06 Romain Francoise <romain@orebokech.com>
5346
5347 * make-dist: Update for new doc/ directory layout.
5348
53492007-09-06 Glenn Morris <rgm@gnu.org>
5350
5351 * Makefile.in (mansrcdir): New variable.
5352 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
5353 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
5354 update these targets for new doc/ directory layout.
5355 (doc/misc/Makefile): New target.
5356 (install-arch-indep): Use mansrcdir for new location of manpages.
5357 (mostlyclean, clean, distclean, maintainer-clean, unlock)
5358 (relock, info, dvi): Update targets for new doc/ directory layout.
5359
5360 * configure.in (AC_OUTPUT): Update names of generated Makefiles
5361 for new doc/ directory layout.
5362
53632007-09-02 Andreas Schwab <schwab@suse.de>
5364
5365 * configure.in: Use AS_HELP_STRING throughout.
5366 * configure: Regenerate.
5367
53682007-09-02 Jan Djärv <jan.h.d@swipnet.se>
5369
5370 * configure.in: Require Gtk/Glib 2.6.
5371
53722007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
5373
5374 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
5375 Use them throughout in place of AC_ARG_WITH calls.
5376 * configure: Regenerate.
5377
53782007-09-01 Andreas Schwab <schwab@suse.de>
5379
5380 * configure.in: Put quotes around nested macro calls.
5381
53822007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5383
5384 * configure.in: Fix typo.
5385 * configure: Regenerate.
5386
53872007-08-30 Glenn Morris <rgm@gnu.org>
5388
5389 * configure.in (AH_BOTTOM): Copy some manual changes made to
5390 src/config.in here so they are not lost when it regenerates.
5391
5392 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
5393
53942007-08-29 Károly Lőrentey <karoly@lorentey.hu>
5395
5396 * README.multi-tty: New file.
5397
53982007-08-29 Glenn Morris <rgm@gnu.org>
5399
5400 * README: Increase version to 23.0.50.
5401
54022007-08-29 Jan Djärv <jan.h.d@swipnet.se>
5403
5404 * configure.in: New option: --without-xaw3d.
5405
54062007-08-24 Glenn Morris <rgm@gnu.org>
5407
5408 * configure.in: Check for a suitably recent makeinfo.
5409
54102007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5411
5412 * configure.in (Check for required libraries): Typo.
5413
54142007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5415
5416 * configure.in: Check librsvg2 also for Mac Carbon.
5417
54182007-08-22 Romain Francoise <romain@orebokech.com>
5419
5420 * make-dist: Follow reorganization of files in etc/.
5421
54222007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5423
5424 * configure.in: Add support for SVG images through librsvg2.
5425
54262007-07-28 Eli Zaretskii <eliz@gnu.org>
5427
5428 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
5429 to avoid an error message if there is no DOC there.
5430
54312007-07-25 Glenn Morris <rgm@gnu.org>
5432
5433 * Relicense all FSF files to GPLv3 or later.
5434
5435 * COPYING, info/COPYING: Switch to GPLv3.
5436
54372007-06-20 Jan Djärv <jan.h.d@swipnet.se>
5438
5439 * configure.in: Complain if X seems to be installed but no
5440 development files were found.
5441
54422007-06-20 Glenn Morris <rgm@gnu.org>
5443
5444 * configure.in: Prefer libgif over libungif.
5445
54462007-06-14 Jan Djärv <jan.h.d@swipnet.se>
5447
5448 * configure.in: Check for all image libraries before exiting.
5449
54502007-06-13 Jan Djärv <jan.h.d@swipnet.se>
5451
5452 * configure.in: Exit with error if image libraries aren't found.
5453
54542007-06-13 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
5457 when compiling without scrollbars.
5458
54592007-06-12 Glenn Morris <rgm@gnu.org>
5460
5461 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
5462
54632007-06-11 Jan Djärv <jan.h.d@swipnet.se>
5464
5465 * configure.in: Change wording about yes/gtk and lucid/athena
5466 being synonyms.
5467
54682007-06-08 Glenn Morris <rgm@gnu.org>
5469
5470 * configure.in: Make gtk the default toolkit.
5471
54722007-06-07 Glenn Morris <rgm@gnu.org>
5473
5474 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
5475 for a Sun C compiler.
5476
5477 * Makefile.in (install-arch-indep): Install only the DOC- file
5478 specific to the build, if possible, rather than DOC-*.
5479
54802007-06-02 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * Version 22.1 released.
5483
54842007-05-25 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * mkinstalldirs: Sync to version in automake CVS.
5487
54882007-05-22 Andreas Schwab <schwab@suse.de>
5489
5490 * configure.in: Prefer build_alias over host when host_alias is not set.
5491 * configure: Regenerate.
5492
54932007-05-20 Andreas Schwab <schwab@suse.de>
5494
5495 * configure.in: Remove empty AC_SUBST.
5496 * configure: Regenerate.
5497
54982007-05-20 Nick Roberts <nickrob@snap.net.nz>
5499
5500 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
5501 it like others.
5502 * configure: Regenerate.
5503
55042007-05-20 Nick Roberts <nickrob@snap.net.nz>
5505
5506 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
5507 (AC_CHECK_LIB): Add -lgpm.
5508 * configure: Regenerate.
5509
55102007-05-03 Glenn Morris <rgm@gnu.org>
5511
5512 * configure: Tweak message about the absence of shell functions.
5513
55142007-04-27 Andreas Schwab <schwab@suse.de>
5515
5516 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
5517
55182007-04-26 Glenn Morris <rgm@gnu.org>
5519
5520 * README: Increase version to 22.1.50.
5521
55222007-04-24 Juanma Barranquero <lekktu@gmail.com>
5523
5524 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
5525
55262007-04-19 Glenn Morris <rgm@gnu.org>
5527
5528 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
5529
55302007-04-18 Glenn Morris <rgm@gnu.org>
5531
5532 * INSTALL: Mention CPP.
5533
55342007-04-15 Glenn Morris <rgm@gnu.org>
5535
5536 * FTP: Replace with a pointer to the web version.
5537
55382007-04-13 Glenn Morris <rgm@gnu.org>
5539
5540 * INSTALL: In lib-src, timer, wakeup, yow are removed.
5541
55422007-04-04 Glenn Morris <rgm@gnu.org>
5543
5544 * configure.in (NON_GNU_CPP): Use associated preprocessor when
5545 compiling with Sun Studio on Solaris.
5546
55472007-03-23 Glenn Morris <rgm@gnu.org>
5548
5549 * configure.in: Restore support for hp800 (removed 2007-01-27)
5550 following clarification of legal status.
5551
55522007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
5553
5554 * configure.in: Add support for AIX4.3 on IBM RS6000.
5555
5556 * configure: Regenerate.
5557
55582007-03-20 Richard Stallman <rms@gnu.org>
5559
5560 * configure.in: Fix previous change.
5561
55622007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
5563
5564 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
5565 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
5566 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
5567
55682007-03-19 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
5571 user specifies "without".
5572
5573 * configure: Regenerate.
5574
55752007-03-18 Jan Djärv <jan.h.d@swipnet.se>
5576
5577 * configure.in: Warning for Gtk+ and Cygwin added.
5578 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
5579
55802007-02-27 Glenn Morris <rgm@gnu.org>
5581
5582 * make-dist (oldXMenu): Remove Imakefile.
5583 (etc/images): Add README.
5584
55852007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5586
5587 * configure.in (xtensa-*-linux-gnu*): New configuration.
5588
5589 * configure: Regenerate.
5590
55912007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5592
5593 * config.guess, config.sub: Updated from master source.
5594
55952007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5596
5597 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
5598
55992007-01-29 Chong Yidong <cyd@stupidchicken.com>
5600
5601 * configure.in: Restore support for hp800's not running HP-UX.
5602
5603 * configure: Regenerate.
5604
56052007-01-27 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * configure.in: Remove support for hp800 and sr2k machine types.
5608
5609 * configure: Regenerate.
5610
56112007-01-26 Jan Djärv <jan.h.d@swipnet.se>
5612
5613 * configure.in: Add check for libXft.
5614
56152007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5616
5617 * INSTALL: Info files moved to share/info.
5618
56192007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
5620
5621 * configure.in: Detect and use fink-installed in intel-based Mac
5622 builds; change Apple Darwin section to support both PowerPC and
5623 Intel-based Macs.
5624
56252006-12-26 Andreas Schwab <schwab@suse.de>
5626
5627 * Makefile.in (datarootdir): Define.
5628
56292006-12-24 Richard Stallman <rms@gnu.org>
5630
5631 * configure.in: Require Autoconf 2.61.
5632
56332006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
5634
5635 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
5636 Remove redundant entry for powerpc-apple-netbsd.
5637
5638 * configure: Regenerate.
5639
56402006-12-22 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * configure: Regenerate with autoconf 2.61.
5643
56442006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5645
5646 * configure.in: Detect alsa/asoundlib.h also.
5647 * configure: Regenerate.
5648
56492006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5650
5651 * configure.in: Check if GTK+ compiles at all.
5652
56532006-12-10 Andreas Schwab <schwab@suse.de>
5654
5655 * configure.in: Remove check for struct timezone, its result is
5656 never used.
5657
56582006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5659
5660 * configure.in: Add support for Solaris 10 on x86-64.
5661
56622006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5663
5664 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5665 of PKG_CONFIG_PATH.
5666
56672006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5668
5669 * configure.in (HAVE_SYNC): New test.
5670
56712006-12-03 Glenn Morris <rgm@gnu.org>
5672
5673 * Makefile.in: Fix Copyright format.
5674
5675 * configure.in (AH_TOP): Add missing Copyright year.
5676
5677 * update-subdirs: Add missing Copyright years.
5678
56792006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5680
5681 * Makefile.in: Touch only the parts of the share/emacs directory
5682 specific to this version.
5683
56842006-11-26 Chong Yidong <cyd@stupidchicken.com>
5685
5686 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5687
56882006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5689
5690 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5691
56922006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5693
5694 * configure.in: Prefer X11 to Carbon only when some X-specific
5695 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5696
56972006-11-04 Romain Francoise <romain@orebokech.com>
5698
5699 * Makefile.in (bootstrap-clean-before): Fix typo.
5700 Use new target `bootstrap-clean' in the leim subdirectory.
5701
57022006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5703
5704 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5705
57062006-10-30 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5709 directories.
5710
57112006-10-29 Jeramey Crawford <jeramey@jeramey.com>
5712
5713 * configure.in: Enable x86-64 OpenBSD compilation.
5714
57152006-10-28 Glenn Morris <rgm@gnu.org>
5716
5717 * AUTHORS: Add cal-html.el author.
5718
57192006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5720
5721 * make-dist: Make links to mac/make-package and
5722 mac/Emacs.app/Contents/Resources/Emacs.icns.
5723
57242006-10-27 Chong Yidong <cyd@stupidchicken.com>
5725
5726 * README: Bump version number to 22.0.90.
5727
57282006-10-23 Andreas Schwab <schwab@suse.de>
5729
5730 * configure.in: Make sure x_default_search_path is always set even
5731 when x_libraries is empty, and look in .../share as well for each
5732 library directory.
5733
57342006-09-28 Kenichi Handa <handa@m17n.org>
5735
5736 * configure.in (locallisppath): Don't include leim dir.
5737 (lisppath): Include leim dir.
5738
57392006-09-15 Jay Belanger <belanger@truman.edu>
5740
5741 * COPYING: Replace "Library Public License" by "Lesser Public
5742 License" throughout.
5743
57442006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5745
5746 * make-dist (EMACS): Exit and fail if the EMACS environment
5747 variable is set to something other than an absolute file name.
5748
57492006-08-16 Andreas Schwab <schwab@suse.de>
5750
5751 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5752 of hardcoding it.
5753
57542006-08-16 Richard Stallman <rms@gnu.org>
5755
5756 * INSTALL.CVS: Clean up wording.
5757
57582006-07-14 Eli Zaretskii <eliz@gnu.org>
5759
5760 * configure.in (PKG_CHECK_MODULES): Redirect the output of
5761 $PKG_CONFIG --exists "$2" to config.log.
5762 * configure: Regenerate.
5763
1a71cb28 57642006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
5765
5766 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5767
57682006-07-09 Kim F. Storm <storm@cua.dk>
5769
5770 * CONTRIBUTE: Use outline format.
5771 Add section on copyright years (from admin/notes/years).
5772
57732006-07-08 Eli Zaretskii <eliz@gnu.org>
5774
5775 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5776 to /dev/null, since we don't need the error message, just the
5777 exit status.
5778
57792006-07-07 Eli Zaretskii <eliz@gnu.org>
5780
5781 * CONTRIBUTE: Slight formatting changes and typo fixes.
5782 Add description of NEWS markings.
5783
57842006-07-07 Kim F. Storm <storm@cua.dk>
5785
5786 * CONTRIBUTE: Mention INSTALL.CVS.
5787
57882006-07-05 Romain Francoise <romain@orebokech.com>
5789
5790 * make-dist (top-level): Add CONTRIBUTE.
5791
57922006-07-04 Richard Stallman <rms@gnu.org>
5793
5794 * CONTRIBUTE: Much rewrite.
5795
57962006-07-04 Nick Roberts <nickrob@snap.net.nz>
5797
5798 * CONTRIBUTE: New file.
5799
58002006-06-24 Eli Zaretskii <eliz@gnu.org>
5801
5802 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5803
58042006-05-18 Jan Djärv <jan.h.d@swipnet.se>
5805
5806 * configure.in: Add check for ALSA.
5807
58082006-05-06 Eli Zaretskii <eliz@gnu.org>
5809
5810 * Makefile.in (INFO_FILES): Remove emacs-xtra.
5811
5812 * info/dir: Remove the Emacs-Xtra entry.
5813
58142006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
5815
5816 Update copyright year(s) in many files.
5817
58182006-04-01 Eli Zaretskii <eliz@gnu.org>
5819
5820 * configure: Regenerated.
5821
58222006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5823
5824 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5825 --without-toolkit-scroll-bars was specified.
5826
58272006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
5828
5829 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5830 to CFLAGS. Update Copyright years written to src/config.in.
5831
58322006-03-18 Claudio Fontana <claudio@gnu.org>
5833
5834 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5835 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5836 to be installed/uninstalled.
5837 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5838 to Info files installed by Emacs.
5839
58402006-03-03 Claudio Fontana <claudio@gnu.org>
5841
5842 * Makefile.in (install, uninstall): Add DESTDIR variable to
5843 support staged installations.
5844
58452006-02-14 Richard M. Stallman <rms@gnu.org>
5846
5847 * configure.in (s390x-*-linux-gnu*): New configuration.
5848
58492006-01-31 Jan Djärv <jan.h.d@swipnet.se>
5850
5851 * configure.in: Require GTK 2.4 or newer.
5852
58532006-01-29 Michael Olson <mwolson@gnu.org>
5854
5855 * Makefile.in (install-arch-indep, uninstall): Add ERC.
5856 * info/dir (ERC): New entry.
5857
58582006-01-29 Eli Zaretskii <eliz@gnu.org>
5859
5860 * info/dir: Fix last change.
5861
58622006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5863
5864 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5865
58662006-01-27 Eli Zaretskii <eliz@gnu.org>
5867
5868 * info/dir: Untabify the whole file.
5869 (Rcirc): New entry.
5870
58712006-01-12 Andreas Schwab <schwab@suse.de>
5872
5873 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5874 check.
5875
58762006-01-02 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * configure.in: Use -Wno-pointer-sign if available.
5879
58802005-12-29 Andreas Schwab <schwab@suse.de>
5881
5882 * config.guess, config.sub: Updated from master source.
5883
58842005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5885
5886 * configure.in: Use amdx86-64 for freebsd on x86_64.
5887
58882005-11-22 Romain Francoise <romain@orebokech.com>
5889
5890 * make-dist: Add etc/images/icons.
5891
58922005-11-03 Andreas Schwab <schwab@suse.de>
5893
5894 * configure.in: Use GZIP_PROG instead of GZIP.
5895
90eacf99 5896 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
5897 (install-arch-indep): Adjust.
5898
58992005-11-01 Andreas Schwab <schwab@suse.de>
5900
5901 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5902 (bootfast): Likewise.
5903
59042005-11-01 Romain Francoise <romain@orebokech.com>
5905
5906 * configure.in: Check for gzip.
5907
5908 * Makefile.in (install): Compress source files.
5909
59102005-10-24 Steven Tamm <steventamm@mac.com>
5911
5912 * configure.in: Fix darwin386 configuration issue.
5913
59142005-10-22 Eli Zaretskii <eliz@gnu.org>
5915
5916 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5917
59182005-10-17 Bill Wohler <wohler@newt.com>
5919
5920 * make-dist: Create and populate etc/images/low-color.
5921
59222005-10-15 Bill Wohler <wohler@newt.com>
5923
5924 * make-dist: Create and populate etc/images/gud.
5925
59262005-10-08 Richard M. Stallman <rms@gnu.org>
5927
5928 * make-dist (tempparent): Don't check for 14-char file name limit.
5929
59302005-10-07 Romain Francoise <romain@orebokech.com>
5931
5932 * make-dist: Add etc/images/ezimage and etc/images/mail
5933 directories. Install images in etc/images.
5934
59352005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5936
5937 * configure.in: Prefer Carbon if --enable-carbon-app or
5938 --with-carbon is explicitly specified even when X11 is detected.
5939
59402005-09-15 Ulf Jasper <ulf.jasper@web.de>
5941
5942 * Makefile.in (install-arch-indep, uninstall):
5943 Handle newsticker manual.
5944 (info): Add - to commands.
5945
59462005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5947
5948 Remove the MAXPATHLEN limitations:
5949
5950 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5951
59522005-09-09 Eli Zaretskii <eliz@gnu.org>
5953
5954 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5955 * configure: Regenerate.
5956
59572005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5958
5959 * config.guess, config.sub: Updated from master source.
5960
59612005-08-03 Juanma Barranquero <lekktu@gmail.com>
5962
5963 * .cvsignore: Add `lock'.
5964
59652005-07-28 Juanma Barranquero <lekktu@gmail.com>
5966
5967 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5968
59692005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5970
5971 Merge gnulib getopt implementation into Emacs.
5972
5973 * Makefile.in (AUTOCONF_INPUTS): New macro.
5974 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5975 so that these files also depend on m4/getopt.m4.
5976 * configure.in: Configure getopt by including m4/getopt.m4,
5977 and configuring a getopt replacement if necessary.
5978 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5979 * m4/getopt.m4: New file.
5980
59812005-07-06 Lute Kamstra <lute@gnu.org>
5982
5983 * configure.in: Fix capitalization.
5984
59852005-07-04 Lute Kamstra <lute@gnu.org>
5986
5987 Update FSF's address in GPL notices.
5988
59892005-06-19 Jérôme Marant <jerome@marant.org>
5990
5991 * Makefile.in (epaths-force): Protect both lisppath and
5992 buildlisppath from whitespace.
5993
59942005-06-08 Steven Tamm <steventamm@mac.com>
5995
090bd7cb 5996 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
5997
59982005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5999
6000 * configure.in (HAVE_CANCELMENUTRACKING): New test.
6001
1a71cb28 60022005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
6003
6004 * configure.in: Add --enable-locallisppath.
6005
60062005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6007
6008 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
6009 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
6010 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
6011
60122005-05-07 Jérôme Marant <jerome@marant.org>
6013
6014 * make-dist: Remove references to makefile.nt and makefile.def.
6015 Include widgets and images subdirectories of etc. Do not exclude
6016 ldefs-boot.el.
6017
60182005-04-23 Andreas Schwab <schwab@suse.de>
6019
6020 * configure.in: Remove duplicate match for powerpc configuration.
6021
60222005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
6023
6024 * configure.in: Check for <pwd.h>.
6025
60262005-04-14 Lute Kamstra <lute@gnu.org>
6027
6028 * make-dist: Distribute all ChangeLog files in lisp/.
6029 Don't distribute ldefs-boot.el.
6030 lisp/makefile.nt no longer exists.
6031
60322005-04-13 Lute Kamstra <lute@gnu.org>
6033
6034 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
6035 for "no-byte-compile: t" in the file instead.
6036
60372005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
6040 shadow the main Lesstif/Motif-2.1 libs and includes.
6041
60422005-03-10 Jan Djärv <jan.h.d@swipnet.se>
6043
6044 * configure.in: Only add XASSERTS to cppflags.
6045
60462005-03-04 Jan Djärv <jan.h.d@swipnet.se>
6047
6048 * configure.in: Added --enable-asserts.
6049
60502005-02-09 Kim F. Storm <storm@cua.dk>
6051
6052 Change release version from 21.4 to 22.1 throughout.
6053 Change development version from 21.3.50 to 22.0.50.
6054
60552005-01-19 Steven Tamm <steventamm@mac.com>
6056
6057 * configure.in: Check for <sys/utsname.h>.
6058
60592004-12-11 Kim F. Storm <storm@cua.dk>
6060
6061 * Makefile.in (info): Undo 2004-12-05 change.
6062
60632004-12-08 Luc Teirlinck <teirllm@auburn.edu>
6064
6065 * info/dir (File): Add URL and Org Mode manuals.
6066 * Makefile.in (install-arch-indep, uninstall): Add url and org
6067 manuals.
6068
60692004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
6072 committed to src/config.in.
6073
60742004-12-07 Jan Djärv <jan.h.d@swipnet.se>
6075
6076 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
6077 pthreads and define HAVE_GTK_AND_PTHREAD.
6078
60792004-12-05 Richard M. Stallman <rms@gnu.org>
6080
6081 * Makefile.in (info): Ignore errors building info files.
6082
60832004-11-27 Eli Zaretskii <eliz@gnu.org>
6084
6085 * config.bat: If 8-byte alignment is not supported, define
6086 NO_DECL_ALIGN in src/config.h, instead of trivially defining
6087 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
6088 filter through Sed to remove the quotes.
6089
60902004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6091
6092 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
6093 not apply to files explicitly `cvs add'ed.
6094
60952004-11-12 Eli Zaretskii <eliz@gnu.org>
6096
6097 * config.bat: Don't require djecho.exe for the v1.x build.
6098 Add a test for DECL_ALIGN support, and add a trivial definition to
6099 src/config.h if 8-byte alignment is not supported.
6100
61012004-11-08 Kim F. Storm <storm@cua.dk>
6102
6103 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
6104 files before building.
6105 (bootfast, bootstrap-clean-before-fast): New targets, like
6106 bootstrap but don't remove .elc files.
6107
61082004-11-06 Lars Brinkhoff <lars@nocrew.org>
6109
6110 * configure.in: Add check for getrusage.
6111
61122004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6113
6114 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
6115 New tests for new and old GTK file dialogs.
6116 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
6117 to no.
6118
61192004-10-20 Jan Djärv <jan.h.d@swipnet.se>
6120
6121 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
6122 can be set. Remove SETARCH test.
6123
61242004-10-08 Steven Tamm <steventamm@mac.com>
6125
ed9265fc 6126 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
6127
61282004-10-06 Jan Djärv <jan.h.d@swipnet.se>
6129
6130 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
6131 AC_MSG_WARN. Move output of warning message to end of configure run.
6132
61332004-10-05 Jan Djärv <jan.h.d@swipnet.se>
6134
6135 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
6136 Run test to see if heap start address is random.
6137
61382004-09-29 Miles Bader <miles@gnu.org>
6139
6140 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
6141 if setarch is present.
6142
61432004-09-25 Jan Djärv <jan.h.d@swipnet.se>
6144
6145 * configure.in (HAVE_EXECSHIELD): Only define on x86.
6146
61472004-09-24 Jan Djärv <jan.h.d@swipnet.se>
6148
6149 * configure.in: Check for exec-shield.
6150
1a71cb28
GM
61512004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6152
6153 * Makefile.in (install-arch-indep): Add pgg and sieve.
6154
6155 * info/.cvsignore: Added pgg and sieve.
6156
067d23c9
KY
61572004-08-06 Andreas Schwab <schwab@suse.de>
6158
6159 * Makefile.in (install-arch-indep, uninstall): Add flymake.
6160
61612004-07-31 Eli Zaretskii <eliz@gnu.org>
6162
6163 * config.bat: Update URLs in the comments.
6164
067d23c9
KY
61652004-07-05 Andreas Schwab <schwab@suse.de>
6166
6167 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
6168
61692004-06-21 Kenichi Handa <handa@m17n.org>
6170
6171 * make-dist: Link leim-ext.el into tempdir.
6172
61732004-06-15 Luc Teirlinck <teirllm@auburn.edu>
6174
6175 * info/dir (File): Add emacs-xtra.
6176 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
6177
61782004-06-12 Juri Linkov <juri@jurta.org>
6179
6180 * info/dir: Move menu help lines from `* Menu:' to file header.
6181 Describe the purpose of a red *.
6182
61832004-05-04 Dave Love <fx@gnu.org>
6184
6185 * configure.in: Don't use `extrasub'.
6186
61872004-04-29 Dave Love <fx@gnu.org>
6188
6189 * configure.in: Don't forget to quote args to `test'.
6190
61912004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
6192
6193 * autogen.sh: Update filename in "please read" message.
6194
61952004-04-17 Richard M. Stallman <rms@gnu.org>
6196
6197 * INSTALL: Move the info about site-lisp dirs,
6198 and say uninstalled Emacs looks there too.
6199
62002004-04-04 Eli Zaretskii <eliz@gnu.org>
6201
6202 * config.bat (lib-src): Recognize comment lines in Makefile.in
6203 that have a TAB after the #, to avoid errors in preprocessing with
6204 GCC 3.3.3.
6205
62062004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6207
6208 * Makefile.in: Mention in comment that `make maintainer-clean'
6209 deletes .elc files.
6210
62112004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * update-subdirs: Add local variables to prevent byte-compiling.
6214
62152004-03-21 Dave Love <fx@gnu.org>
6216
6217 * configure.in: Fix previous change.
6218
62192004-03-18 Dave Love <fx@gnu.org>
6220
6221 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
6222
62232004-03-15 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * info/dir (File): Add SMTP and SES.
6226
62272004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6228
6229 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
6230 (bootstrap): Use the new bootstrap-prepare target in lisp.
6231
62322004-02-18 Kim F. Storm <storm@cua.dk>
6233
6234 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
6235
62362004-02-16 Eli Zaretskii <eliz@gnu.org>
6237
6238 * make-dist: Don't link index.*perm and permute-index into tempdir.
6239
62402004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
6241
6242 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
6243 to match previous changes by Eli Zaretskii.
6244
62452004-02-09 Luc Teirlinck <teirllm@auburn.edu>
6246
6247 * Makefile.in: Set CDPATH to an empty string.
6248
62492004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 * configure.in <darwin>: Use fink packages if available.
6252
62532004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
6254
6255 * make-dist (lispref): Do include lispref/index.texi.
6256
62572004-01-06 Eric Hanchrow <offby1@blarg.net>
6258
6259 * make-dist (tempdir): Include cursors in nt/icons.
6260
62612003-12-30 Eli Zaretskii <eliz@gnu.org>
6262
6263 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
6264 clashes with install-sh on 8+3 filesystems.
6265
1a71cb28 62662003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
6267
6268 * .cvsignore: Add .arch-inventory.
6269
62702003-12-24 Andreas Schwab <schwab@suse.de>
6271
6272 * configure.in: Check for <sys/socket.h>. Include it before
6273 including <net/if.h>. Move check for <net/if.h> before its use.
6274
62752003-12-24 Jan Djärv <jan.h.d@swipnet.se>
6276
6277 * Makefile.in (install-arch-dep): Don't let cd output go into
6278 pipe for carbon_appdir.
6279
62802003-12-24 Andreas Schwab <schwab@suse.de>
6281
6282 * configure.in (PKG_CHECK_MODULES): Fix quoting.
6283
62842003-12-01 Andreas Schwab <schwab@suse.de>
6285
6286 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
6287 hardcoding gcc.
6288
62892003-11-16 Jan Djärv <jan.h.d@swipnet.se>
6290
6291 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
6292 multiple displays.
6293 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
6294
62952003-09-23 Dave Love <fx@gnu.org>
6296
6297 * configure.in: Check members of struct ifreq.
6298
62992003-09-14 Kim F. Storm <storm@cua.dk>
6300
6301 * configure.in: Add checks for sys/ioctl.h and net/if.h.
6302
63032003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
6304
6305 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
6306
63072003-08-18 Lute Kamstra <lute@gnu.org>
6308
6309 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
6310 required anymore.
6311
63122003-08-07 Andrew Choi <akochoi@shaw.ca>
6313
6314 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
6315 option instead of -traditional-cpp for CPP.
6316
63172003-07-29 Richard M. Stallman <rms@gnu.org>
6318
6319 * configure.in (HAVE_XIM): Define if XIM is available.
6320
63212003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6322
6323 * configure.in: The function gtk_window_set_icon_from_file was
6324 introduced in GTK+ 2.2, so check for that release.
6325
63262003-07-23 Andreas Schwab <schwab@suse.de>
6327
6328 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
6329
6330 * Makefile.in (YACC): Remove, not used.
6331 (MAINT): Don't set.
6332 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
6333 disable dependency on ${srcdir}/configure.in when maintainer mode
6334 is disabled.
6335
63362003-07-22 Dave Love <fx@gnu.org>
6337
6338 * configure.in: Make XRegisterIMInstantiateCallback test depend on
6339 HAVE_X11, not with_xim.
6340 (HAVE_CRTIN): Provide template.
6341 <with_png>: Test for png.h and libpng/png.h.
6342
63432003-07-15 Andreas Schwab <schwab@suse.de>
6344
6345 * configure.in: Temporarily leave quoting for AC_DEFINE.
6346
63472003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6348
6349 * configure.in: Check for posix_memalign.
6350
63512003-07-12 Richard M. Stallman <rms@gnu.org>
6352
6353 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
6354
63552003-07-09 Kim F. Storm <storm@cua.dk>
6356
6357 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
6358 functionality of --without-xim.
6359
63602003-06-29 Dave Love <fx@gnu.org>
6361
6362 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
6363
63642003-06-23 Dave Love <fx@gnu.org>
6365
6366 * configure.in: Check for sys/_mbstate_t.h.
6367 Test XRegisterIMInstantiateCallback prototype.
6368 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
6369
63702003-06-06 Dave Love <fx@gnu.org>
6371
6372 * configure.in: Check for locale.h.
6373
63742003-06-05 Dave Love <fx@gnu.org>
6375
6376 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
6377 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
6378 (NLIST_STRUCT): Don't define.
6379 (AH_BOTTOM): Define my_strftime.
6380
63812003-06-02 Richard M. Stallman <rms@gnu.org>
6382
6383 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
6384
63852003-05-24 Andreas Schwab <schwab@suse.de>
6386
6387 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
6388 bzero, and bcmp.
6389
63902003-05-22 Dave Love <fx@gnu.org>
6391
6392 * configure.in: Remove redundant test for term.h. Test for difftime.
6393
63942003-05-20 Dave Love <fx@gnu.org>
6395
6396 * configure.in: Append * to s390-*-linux-gnu case.
6397 (LIBMAIL) <lockfile>: Don't define.
6398
067d23c9
KY
63992003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6400
6401 * INSTALL (* GNU/Linux development packages): Mention Debian and
6402 RedHat package names.
6403
64042003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
6405
6406 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6407
64082003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
6409
6410 * INSTALL (* GNU/Linux development packages): Tell people to
6411 install additional packages for compiling Emacs.
6412
1a71cb28
GM
64132003-04-30 Richard M. Stallman <rms@gnu.org>
6414
6415 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
6416
64172003-04-28 Francesco Potortì <pot@gnu.org>
6418
6419 * configure.in: Undo last (RMS') change, as it is useless, per
6420 Dave Love.
6421
64222003-04-08 Richard M. Stallman <rms@gnu.org>
6423
6424 * configure.in: Put #include of jpeglib.h at start of line.
6425
067d23c9
KY
64262003-04-06 Francesco Potortì <pot@gnu.org>
6427
6428 * configure.in: Use the same configuration for all aix5, not just
6429 aix5.1.
6430
64312003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
6432
6433 * configure.in: Check for need for bigtoc support on IBM AIX for
6434 solving a linker table overflow problem.
6435
64362003-03-03 Rob Browning <rlb@defaultvalue.org>
6437
6438 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
6439 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
6440 over bzero, bcmp, and bcopy.
6441
64422003-02-23 Simon Josefsson <jas@extundo.com>
6443
6444 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
6445
64462003-02-21 Klaus Zeitler <kzeitler@lucent.com>
6447
6448 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
6449
64502003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
6451
6452 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
6453
64542003-02-08 Andreas Schwab <schwab@suse.de>
6455
6456 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6457 instead of the substitution.
6458
64592003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6460
6461 * Makefile.in: Use @EXEEXT@ for Cygwin.
6462 Use USERNAME if LOGNAME is not set (for Cygwin).
6463
6464 * configure.in: Add opsys=cygwin.
6465
64662003-01-22 Andreas Schwab <schwab@suse.de>
6467
6468 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
6469 redefining it explicitly in src/config.in.
6470
64712003-01-22 Markus Rost <rost@math.ohio-state.edu>
6472
6473 * Makefile.in (bootstrap): Make bootstrap-after.
6474
64752003-01-20 Jan Djärv <jan.h.d@swipnet.se>
6476
6477 * configure.in: Fix --with-gtk.
6478
64792003-01-19 Jan Djärv <jan.h.d@swipnet.se>
6480
090bd7cb 6481 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
6482
6483 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
6484
64852003-01-14 Francesco Potortì <pot@gnu.org>
6486
6487 * configure.in (m68k-motorola-sysv): Remove (obsolete).
6488
64892003-01-07 Steven Tamm <steventamm@mac.com>
6490
6491 * configure.in: New option, --enable-carbon-app, to specify
6492 that the application should be installed
6493 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 6494 Emacs.app application if carbon-app is enabled.
067d23c9
KY
6495
64962003-01-06 Dave Love <fx@gnu.org>
6497
6498 * configure.in: Check for nl_langinfo.
6499 [!HAVE_SIZE_T]: Fix typedef.
6500
65012003-01-06 David Kastrup <dak@gnu.org>
6502
6503 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
6504
6505 * configure.in: Add tests for install-info.
6506
65072002-12-09 Markus Rost <rost@math.ohio-state.edu>
6508
6509 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
6510 use again sol2-6 instead of sol2-8.
6511
65122002-12-09 Dave Love <fx@gnu.org>
6513
6514 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
6515
65162002-12-08 Andreas Schwab <schwab@suse.de>
6517
6518 * Makefile.in (install-arch-indep): Revert last change.
6519
65202002-11-27 Dave Love <fx@gnu.org>
6521
6522 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
6523 Check for __sys_siglist too. Check for memset.
6524 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
6525
65262002-11-22 Juanma Barranquero <lektu@terra.es>
6527
6528 * config.guess, config.sub: Updated from master source.
6529
65302002-11-19 Karl Fogel <kfogel@red-bean.com>
6531
6532 * autogen.sh: New file.
6533
1a71cb28 65342002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
6535
6536 * configure.in: Tidy up various quoting issues throughout.
6537 Use AC_GNU_SOURCE.
6538 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
6539 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
6540 Maybe define bcopy, bzero, bcmp.
6541 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
6542 non-existent machine file).
6543 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
6544 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
6545 (nlist.h): Move test up.
6546
65472002-11-18 Markus Rost <rost@math.ohio-state.edu>
6548
6549 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6550
65512002-11-14 Francesco Potortì <pot@gnu.org>
6552
6553 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
6554
65552002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6556
6557 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
6558
65592002-11-08 Dave Love <fx@gnu.org>
6560
6561 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6562 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
6563
65642002-11-07 Miles Bader <miles@gnu.org>
6565
6566 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
6567 Handle separate-build-dir case.
6568
65692002-11-06 Richard M. Stallman <rms@gnu.org>
6570
6571 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
6572 bulletproof. $bar may be empty when there are no .elc files.
6573
65742002-10-30 Dave Love <fx@gnu.org>
6575
6576 * configure.in: Require autoconf 2.53. Test for pty.h,
6577 sys/mman.h, sys/param.h, mremap, memmove.
6578 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
6579 (AC_PROG_YACC): Delete.
6580 (size_t): Use AC_CHECK_TYPES.
6581 (AH_TOP): Up-date copyright.
6582
65832002-10-01 Juanma Barranquero <lektu@terra.es>
6584
6585 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
6586
65872002-09-19 Richard M. Stallman <rms@gnu.org>
6588
6589 * configure.in: Fix the LessTif-directory-finder for real.
6590
65912002-09-14 Richard M. Stallman <rms@gnu.org>
6592
6593 * Makefile.in (maybe_bootstrap): Test for complete absence
6594 of compiled Lisp files.
6595
65962002-09-11 Stefan Monnier <monnier@cs.yale.edu>
6597
6598 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
6599 (bootstrap-clean-after): Delete.
6600 (bootstrap): Make the sequencing explicit.
6601
66022002-09-10 Richard M. Stallman <rms@gnu.org>
6603
6604 * configure.in: Fix previous LessTif change.
6605
66062002-09-09 Richard M. Stallman <rms@gnu.org>
6607
6608 * configure.in (powerpcle-*-solaris2.5*): New configuration.
6609 (powerpcle-*-solaris*): Use version 2.6 as default.
6610 (*-sunos5.6*, *-solaris2.6*): New alternative.
6611 (*-sunos5*): Use version 2.6 as default.
6612
66132002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6614
6615 * configure.in: Fix typo.
6616
66172002-09-05 Richard M. Stallman <rms@gnu.org>
6618
6619 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
6620
6621 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
6622 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
6623
66242002-08-26 Kim F. Storm <storm@cua.dk>
6625
6626 * Makefile.in (install-arch-indep): Do not remove DOC file
6627 when it is the only DOC file installed; this is the case when
6628 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
6629
66302002-07-24 Markus Rost <rost@math.ohio-state.edu>
6631
6632 * configure.in: Fix typo.
6633
66342002-07-24 Richard M. Stallman <rms@gnu.org>
6635
6636 * configure.in: Don't print anything special about gamedir.
6637
6638 * configure.in: Delete nonstandard --with-game-user option.
6639
66402002-07-21 Richard M. Stallman <rms@gnu.org>
6641
6642 * Makefile.in (gamedir, localstatedir): New variables.
6643 (epaths-force): Insert value of gamedir into PATH_GAME.
6644
6645 * configure.in (gamedir): Handle it like lispdir.
6646 (--with-game-dir option): Delete.
6647
66482002-06-21 Pavel Janík <Pavel@Janik.cz>
6649
6650 * configure.in: Add support for mipseb-*-netbsd* machines.
6651
66522002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6653
6654 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6655
66562002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6657
6658 * info/dir (File): Add an entry for Tramp.
6659
66602002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6661
6662 * INSTALL-CVS: New file.
6663
66642002-06-07 Andreas Schwab <schwab@suse.de>
6665
6666 * configure.in (x86_64-*-linux-gnu*): New system.
6667
66682002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6669
6670 * config.bat: Handle the case when lispintro is truncated to lispintr.
6671
66722002-05-26 Paul Eggert <eggert@twinsun.com>
6673
6674 * config.guess, config.sub: Updated from master source.
6675
66762002-05-09 Richard M. Stallman <rms@gnu.org>
6677
6678 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6679
66802002-05-04 Pavel Janík <Pavel@Janik.cz>
6681
6682 * make-dist: Do not distribute lock/ directory.
6683
66842002-04-30 Andrew Choi <akochoi@shaw.ca>
6685
6686 * configure.in: Provide documentation string when defining
6687 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6688 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6689
1a71cb28 66902002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
6691
6692 * configure.in: Delete configure check for access to the game user.
6693
66942002-04-29 Pavel Janík <Pavel@Janik.cz>
6695
6696 * make-dist: lwlib/Imakefile is removed.
6697
66982002-04-26 Andrew Choi <akochoi@shaw.ca>
6699
6700 * configure.in: Add support for powerpc-apple-darwin*.
6701 (HAVE_CARBON): Add.
6702
6703 * make-dist: Create directories in mac/Emacs.app.
6704
67052002-04-25 Pavel Janík <Pavel@Janik.cz>
6706
6707 * make-dist: lwlib-Xol* are removed.
6708
67092002-04-23 Andreas Schwab <schwab@suse.de>
6710
6711 * Makefile.in (MAINT): New variable.
6712 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6713 instead of configure.in, to avoid running autoconf and autoheader
6714 unless explicitly requested.
6715
67162002-04-16 Eli Zaretskii <eliz@gnu.org>
6717
6718 * config.bat: Update for msdos/sed2v2.inp.
6719
67202002-04-15 Andreas Schwab <schwab@suse.de>
6721
6722 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6723 * configure.in: Add config header templates to all AC_DEFINE and
6724 AC_DEFINE_UNQUOTED symbols.
6725 * make-dist: Run autoheader if necessary.
6726
67272002-04-10 Colin Walters <walters@verbum.org>
6728
6729 * configure.in: Add --game-dir, --game-user. Test to see if we
6730 can use them.
6731
67322002-04-08 Pavel Janík <Pavel@Janik.cz>
6733
6734 * configure.in: Add --with-sound.
6735
67362002-03-18 Kim F. Storm <storm@cua.dk>
6737
6738 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6739 and getsockname functions. Test for sys/un.h include file.
6740
67412002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6742
6743 * configure.in: Support AIX 5.1.
6744
67452002-03-10 Jan Djärv <jan.h.d@swipnet.se>
6746
6747 * configure.in: Added test for X Session Management (HAVE_X_SM).
6748
67492002-03-03 Richard M. Stallman <rms@gnu.org>
6750
6751 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6752 Run chown $${LOGNAME} on files installed by tar xvf.
6753
67542002-03-03 Kim F. Storm <storm@cua.dk>
6755
6756 * configure.in: Test for getpeername.
6757
67582002-03-01 Richard M. Stallman <rms@gnu.org>
6759
6760 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6761 (HAVE_GIF): Don't use old libungif versions that crash.
6762
67632002-02-26 Richard M. Stallman <rms@gnu.org>
6764
6765 * configure.in <making srcdir absolute>: Verify that PWD is correct,
6766 not just well-formed and valid.
6767 (mips-compaq-nonstopux*): New configuration.
6768
67692002-02-18 Paul Eggert <eggert@twinsun.com>
6770
6771 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6772 "sed q" is a portable equivalent to plain "head -1".
6773
67742002-02-13 Richard M. Stallman <rms@gnu.org>
6775
6776 * Makefile.in (maybe_bootstrap): Do `exit 1'.
6777 (all): Don't depend on maybe_bootstrap here.
6778 (${SUBDIR}): Depend on it here instead.
6779
67802002-02-08 Richard M. Stallman <rms@gnu.org>
6781
6782 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6783
67842002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6785
6786 * configure.in: Recognize BSD/OS 5.0.
6787
67882002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6789
6790 * make-dist: Make version checking in emacs.texi consistent with
6791 how we set it there.
6792
67932001-12-29 Kim F. Storm <storm@cua.dk>
6794
6795 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6796
67972001-12-28 Richard M. Stallman <rms@gnu.org>
6798
6799 * configure.in: Test for mbsinit.
6800
68012001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6802
6803 These changes make Leim part of the standard distribution:
6804
6805 * README: Add info about the `leim' directory.
6806
6807 * INSTALL: Remove text that describes Leim as a separate package.
6808
6809 * noleim-Makefile.in: File removed.
6810
6811 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6812 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
6813 Leim files out of the Emacs tree. Don't prepare a separate tarball
6814 for Leim.
6815
68162001-12-11 Richard M. Stallman <rms@gnu.org>
6817
6818 * configure.in (hppa*-*-linux-gnu*): New alternative.
6819
68202001-12-08 Pavel Janík <Pavel@Janik.cz>
6821
6822 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6823 creating distribution.
6824
68252001-12-06 Paul Eggert <eggert@twinsun.com>
6826
6827 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6828 (AC_FUNC_VFORK): Remove.
6829 (AC_FUNC_FORK): Add.
6830 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6831 this is required by recent Autoconf versions.
6832
68332001-12-02 Pavel Janík <Pavel@Janik.cz>
6834
6835 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6836 TODO, vms-pp.trans and others).
6837
68382001-11-29 Pavel Janík <Pavel@Janik.cz>
6839
6840 * make-dist: Use COPYING from the top-level directory.
6841
68422001-11-29 Gerd Moellmann <gerd@gnu.org>
6843
6844 * configure.in: Add support for FreeBSD/Alpha.
6845
68462001-11-29 Pavel Janík <Pavel@Janik.cz>
6847
6848 * make-dist: Add COPYING to the top-level directory of the
6849 distribution. Simplify the logic behind copying.
6850
6851 * Makefile.in (maybe_bootstrap): Fix previous change.
6852
68532001-11-28 Richard M. Stallman <rms@gnu.org>
6854
6855 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6856
68572001-11-26 Richard M. Stallman <rms@gnu.org>
6858
6859 * Makefile.in: bootstrap should not delete dumped executables.
6860 (bootstrap-clean-before): New target.
6861 (bootstrap): Use bootstrap-clean-before instead of clean.
6862 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
6863
68642001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
6865
6866 These changes add the Emacs Lisp Introduction manual to the
6867 distribution:
6868
6869 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6870
6871 * make-dist: Copy the files in lispintro directory.
6872
6873 * config.bat: Configure in the lispintro directory.
6874
6875 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6876
6877 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6878 (lispintro/Makefile): New target.
6879 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6880 (unlock, relock, info, dvi): Ditto.
6881
68822001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6883
6884 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6885
6886 * make-dist (etc): Don't distribute gfdl.1.
6887
68882001-11-22 Colin Walters <walters@debian.org>
6889
6890 * Makefile.in (install-arch-indep): Install the calc .info files.
6891 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6892
68932001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6894
6895 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6896 tindex.pl to the list of those being put into the distribution.
6897
68982001-11-16 Eli Zaretskii <eliz@gnu.org>
6899
6900 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6901
69022001-11-15 Pavel Janík <Pavel@Janik.cz>
6903
6904 * Makefile.in (uninstall): Fix previous change.
6905
6906 * configure.in, Makefile.in: Add support for --program-prefix,
6907 --program-suffix and --program-transform-name options.
6908
69092001-11-13 Pavel Janík <Pavel@Janik.cz>
6910
6911 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6912 (install-arch-indep): Install emacsclient manual page.
6913 (uninstall): Uninstall emacsclient manual page.
6914
69152001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6916
6917 * make-dist: Add lispref/index.*perm files to the distribution.
6918 From Pavel Janík <Pavel@Janik.cz>.
6919
69202001-11-12 Pavel Janík <Pavel@Janik.cz>
6921
6922 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6923
69242001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6925
6926 * configure.in: AC_OUTPUT lispref/Makefile.
6927
69282001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6929
6930 The following changes add the ELisp reference manual to the
6931 distribution.
6932
6933 * make-dist: Add the lispref directory to the distribution.
6934
6935 * Makefile.in (install-arch-indep): Add elisp* to the list of
6936 installed Info files.
6937 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6938 (lispref/Makefile): New target.
6939 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6940 Add commands for the lispref directory.
6941 (info, dvi): Ditto.
6942
6943 * config.bat: Configure in `lispref'.
6944
69452001-11-09 Richard M. Stallman <rms@gnu.org>
6946
6947 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6948
69492001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6950
6951 * make-dist (tempdir): Copy AUTHORS as well.
6952
69532001-11-06 Sam Steingold <sds@gnu.org>
6954
6955 * configure.in: Added a check for <nlist.h>.
6956
69572001-11-01 Pavel Janík <Pavel@Janik.cz>
6958
6959 * configure.in: Reindent --help output.
6960 From Per Starbäck (starback@ling.uu.se).
6961
69622001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6963
6964 * configure.in: New entry for HP/UX-11.
6965
6966 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6967 From Eric S. Raymond <esr@golux.thyrsus.com>.
6968
69692001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6970
6971 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6972 <athornton@sinenomine.net>.
6973
69742001-10-25 Gerd Moellmann <gerd@gnu.org>
6975
6976 * Makefile.in (maybe_bootstrap): New target.
6977 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6978
69792001-10-24 Ken Raeburn <raeburn@gnu.org>
6980
6981 * configure.in: If --with-hesiod is given, look for
6982 hes_getmailhost and res_send or __res_send; check hesiod and
6983 resolv libraries respectively if system libraries don't supply them.
6984
69852001-10-24 Gerd Moellmann <gerd@gnu.org>
6986
6987 * configure.in: Use $MAKE for `make' if set.
6988
69892001-10-22 Gerd Moellmann <gerd@gnu.org>
6990
6991 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6992 to tar options.
6993
69942001-10-20 Gerd Moellmann <gerd@gnu.org>
6995
6996 * (Version 21.1 released).
6997
69982001-10-20 Miles Bader <miles@gnu.org>
6999
7000 * configure.in (configuration): Set from `host' if `host_alias'
7001 isn't defined.
7002
70032001-10-19 Andreas Schwab <schwab@suse.de>
7004
7005 * configure.in: Make ready for autoconf 2.5x.
7006 (AC_PREREQ): Require autoconf 2.50.
7007 * aclocal.m4: Removed.
7008 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
7009
70102001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7011
7012 * README: Bump Emacs version to 21.1.50.
7013
70142001-10-05 Gerd Moellmann <gerd@gnu.org>
7015
7016 * Branch for 21.1.
7017
70182001-09-05 Gerd Moellmann <gerd@gnu.org>
7019
7020 * configure.in: Avoid `$@' which is handled specially in
7021 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
7022
70232001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
7024
7025 * make-dist (nt): Add subdirs.el to the list of distributed files.
7026
70272001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7028
7029 * configure.in (machine): Add an entry for
7030 hppa1.1-hitachi-hiuxwe2*.
7031
70322001-05-28 Gerd Moellmann <gerd@gnu.org>
7033
7034 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
7035 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
7036
70372001-05-14 Gerd Moellmann <gerd@gnu.org>
7038
7039 * make-dist: Copy texinfo.tex unconditionally.
7040
70412001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
7042
7043 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
7044 that are installed.
7045
70462001-04-06 Gerd Moellmann <gerd@gnu.org>
7047
7048 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
7049 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
7050
7051 * make-dist: Handle leim/MISC-DIC. Only include
7052 `[a-zA-Z]*.{el,elc}' from leim/quail.
7053
70542001-04-05 Gerd Moellmann <gerd@gnu.org>
7055
7056 * Makefile.in (install-arch-indep): Remove .cvsignore files.
7057
70582001-03-30 Gerd Moellmann <gerd@gnu.org>
7059
7060 * Makefile.in (.PHONY): Add for bootstrap targets.
7061 (bootstrap-clean): New target.
7062 (bootstrap): Use it instead of `clean'.
7063
70642001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
7065
7066 * Makefile.in (SUBDIR): Remove leim.
7067 (all, .RECURSIVE, extraclean): Add leim explicitly.
7068 (leim): Provide separate rule which exports PARALLEL=0 into the
7069 environment.
7070
70712001-03-20 Gerd Moellmann <gerd@gnu.org>
7072
7073 * configure.in (HAVE_XPM): Don't print the result of the check for
7074 XpmReturnAllocPixels if we don't have an xpm.h.
7075
70762001-03-05 Gerd Moellmann <gerd@gnu.org>
7077
7078 * COPYING: New file.
7079
70802001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7081
7082 * config.bat: Update the copyright.
7083
70842001-02-23 Kenichi Handa <handa@etl.go.jp>
7085
7086 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
7087 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
7088 to `yes'. Later in AC_OUTPUT, check this variable.
7089
70902001-02-09 Dave Love <fx@gnu.org>
7091
7092 * AUTHORS: Updated.
7093
70942001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7095
7096 * info/dir (Ebrowse): Fix the entry (was missing a dot).
7097
70982001-02-02 Gerd Moellmann <gerd@gnu.org>
7099
7100 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
7101
7102 * Makefile.in (uninstall): Ignore exit code of `rm'.
7103
90eacf99
SM
7104 * Makefile.in (uninstall): Remove more info files.
7105 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
7106
71072001-01-31 Gerd Moellmann <gerd@gnu.org>
7108
7109 * noleim-Makefile.in (extraclean): Add.
7110
71112001-01-28 Gerd Moellmann <gerd@gnu.org>
7112
90eacf99 7113 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
7114 it quiet.
7115
71162001-01-24 Colin Walters <walters@cis.ohio-state.edu>
7117
7118 * Makefile.in (tags): Fix typo.
7119
71202001-01-13 Kenichi Handa <handa@etl.go.jp>
7121
7122 * configure.in: Fix typo in the code setting x_search_path.
7123
71242001-01-10 Dave Love <fx@gnu.org>
7125
7126 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
7127 -lXext.
7128 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
7129 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
7130 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
7131 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
7132 (now in $LIBS).
7133
71342001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7135
7136 * config.bat: Run the preprocessor with -traditional.
7137
71382001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
7139
7140 * INSTALL: Move copying conditions to end of file.
7141
71422000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
7143
7144 * INSTALL: Add basic installation procedure which assumes
7145 `configure' does its job. Elaborate on image support libraries.
7146 Add a pointer to Xaw3d library. Add advice about solving
7147 configure-time problems by looking in config.log and setting
7148 variables in the environment.
7149
71502000-12-27 Gerd Moellmann <gerd@gnu.org>
7151
7152 * Makefile.in (install-arch-indep): If tar fails, exit with
7153 exit code 1.
7154
71552000-12-19 Gerd Moellmann <gerd@gnu.org>
7156
7157 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
7158 source file includes XKBlib.h. On some broken Solaris systems,
7159 there is an XKBlib.h, reportedly, but header files included by
7160 XKBlib.h are missing.
7161
71622000-12-14 Gerd Moellmann <gerd@gnu.org>
7163
7164 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
7165
71662000-12-11 Dave Love <fx@gnu.org>
7167
7168 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
7169
71702000-12-11 Paul Eggert <eggert@twinsun.com>
7171
7172 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
7173 Merge fixes from latest GNU tar version. These macros no longer
7174 futz with _XOPEN_SOURCE, as that was not portable in practice.
7175 (AC_FUNC_FSEEKO): New macro.
7176
7177 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
7178 ftello.
7179
71802000-12-05 Dave Love <fx@gnu.org>
7181
7182 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
7183
71842000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7185
7186 * info/dir: Change the category to "Emacs".
7187
71882000-12-01 Gerd Moellmann <gerd@gnu.org>
7189
7190 * make-dist (tempdir): Remove epaths.h from the distribution
7191 instead of paths.h.
7192
71932000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7194
7195 * config.bat: Check for existence of djecho.exe, and print an
7196 error message if it is not available.
7197
7198 * INSTALL: Describe possible problem with djecho.exe in old
7199 versions of DJGPP v2.x.
7200
72012000-11-23 Gerd Moellmann <gerd@gnu.org>
7202
7203 * configure.in: Initialize HAVE_LIBXP to no.
7204
72052000-11-22 Gerd Moellmann <gerd@gnu.org>
7206
7207 * configure.in: Use m/macppc.h instead of the non-existent
7208 m/powerpc.h.
7209
72102000-11-21 Gerd Moellmann <gerd@gnu.org>
7211
7212 * Makefile.in (install-arch-indep): Also install info/eshell*
7213 and info/speedbar*.
7214
7215 * configure.in (HAVE_PNG): Check for the presence of
7216 png_get_channels to rule out older PNG libs.
7217
7218 * configure.in (AC_OUTPUT): Arrange to emit definitions of
7219 GCC and NON_GNU_CPP into config.status.
7220
72212000-11-20 Dave Love <fx@gnu.org>
7222
7223 * configure.in: Fix last change.
7224
7225 * GETTING.GNU.SOFTWARE: Deleted.
7226 * FTP: New file to replace it.
7227 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
7228
72292000-11-20 Gerd Moellmann <gerd@gnu.org>
7230
7231 * configure.in: Use -traditional with GNU cpp.
7232
72332000-11-17 Gerd Moellmann <gerd@gnu.org>
7234
7235 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
7236 Distribute more files from the nt/ subdir. Distribute PBM
7237 image files from subdirs of lisp/. Distribute old change logs
7238 from subdirs of lisp/. Distribute play/5x5.el.
7239
72402000-11-11 Dave Love <fx@gnu.org>
7241
7242 * config.sub, config.guess: Updated from master source.
7243
72442000-11-07 Dave Love <fx@gnu.org>
7245
7246 * configure.in: Test for mkstemp.
7247
72482000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * info/dir (Top): Rearrange menu items more logically, and put
7251 them into a single category. Add menu items for RefTeX and
7252 Widget.
7253
72542000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7255
7256 * Makefile.in (install-arch-indep): Use --info-dir instead of
7257 --dir-file, and a simple argument instead of --info-file, so that
7258 the Debian version of install-info also works.
7259
72602000-10-19 Eric M. Ludlam <zappo@ultranet.com>
7261
7262 * info/dir (Speedbar): Add entry.
7263
72642000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7265
7266 * INSTALL: Describe the new image-support options to the configure
7267 script. List URLs where image support libraries can be found.
7268
72692000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
7270
7271 * info/dir (Top): Add an entry for Eshell.
7272
72732000-10-02 Dave Love <fx@gnu.org>
7274
7275 * configure.in: Check for gai_strerror.
7276
72772000-10-01 Andreas Schwab <schwab@suse.de>
7278
7279 * Makefile.in (install-arch-indep): Update list of installed info files.
7280
72812000-09-30 Gerd Moellmann <gerd@gnu.org>
7282
7283 * configure.in: Support `sparc*-*-netbsd*'.
7284
72852000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
7286
7287 * info/dir (MIME): Add entry for emacs-mime.
7288
72892000-09-29 Dave Love <fx@gnu.org>
7290
7291 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
7292
72932000-09-26 Gerd Moellmann <gerd@gnu.org>
7294
7295 * make-dist: Adapt to the change of leim/Makefile which was
7296 necessary to ensure a reasonably working `make dist'.
7297
7298 * leim-Makefile.in: Moved to leim/Makefile.in..
7299
7300 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
7301
73022000-09-21 Kenichi Handa <handa@etl.go.jp>
7303
7304 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
7305 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
7306 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
7307 files to .elc.
90eacf99 7308 (${TIT}): Adjust for the above change.
067d23c9
KY
7309 (clean mostlyclean): Likewise.
7310 (.el.elc): New target.
7311
73122000-09-19 Gerd Moellmann <gerd@gnu.org>
7313
7314 * make-dist: Include XPM and XBM files in lisp/ and subdirs
7315 in the distribution.
7316
73172000-09-18 Gerd Moellmann <gerd@gnu.org>
7318
7319 * make-dist (skk): Rename to `ja-dic' because the leim directory
7320 was renamed.
7321
73222000-09-14 Dave Love <fx@gnu.org>
7323
7324 * configure.in: Fix spurion in last change.
7325
73262000-09-14 Gerd Moellmann <gerd@gnu.org>
7327
7328 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
7329 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
7330 to `no' if defined. Change result report.
7331
73322000-09-08 Dave Love <fx@gnu.org>
7333
7334 * configure.in: Remove spurious `@'s.
7335
7336 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
7337 autoconf.
7338
73392000-09-06 Gerd Moellmann <gerd@gnu.org>
7340
7341 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
7342 file and print informational message.
7343
7344 * configure.in (AC_FUNC_MMAP): Add.
7345
73462000-09-01 Gerd Moellmann <gerd@gnu.org>
7347
7348 * configure.in: Add ``checking'' messages for
7349 XpmReturnAllocPixels.
7350
73512000-08-28 Gerd Moellmann <gerd@gnu.org>
7352
7353 * configure.in: Check <strings.h>; check `index' and `rindex'
7354 functions.
7355
73562000-08-26 Kenichi Handa <handa@etl.go.jp>
7357
7358 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
7359 "case "${canonical}" in".
7360
73612000-08-25 Dave Love <fx@gnu.org>
7362
7363 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
7364
73652000-08-25 Kenichi Handa <handa@etl.go.jp>
7366
7367 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
7368
73692000-08-24 Gerd Moellmann <gerd@gnu.org>
7370
7371 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
7372 contains a relative path. Protect against unusable values of $PWD.
7373
73742000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7375
7376 * info/dir (WoMan): Add entry.
7377
7378 * config.bat (maindir): Update src/_gdbinit even if it does
7379 already exist.
7380
73812000-08-07 Gerd Moellmann <gerd@gnu.org>
7382
7383 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
7384
73852000-08-03 Gerd Moellmann <gerd@gnu.org>
7386
7387 * configure.in: Add support for ia64*-*-linux*.
7388
73892000-07-27 Gerd Moellmann <gerd@gnu.org>
7390
7391 * make-dist (aclocal.m4): Include in distribution.
7392
73932000-07-26 Dave Love <fx@gnu.org>
7394
90eacf99 7395 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
7396
73972000-07-24 Dave Love <fx@gnu.org>
7398
7399 * configure.in: Add AC_SIZE_T.
7400
74012000-07-18 Dave Love <fx@gnu.org>
7402
7403 * configure.in: Reorder so that most tests are done after CPPFLAGS
7404 is set from the C_SWITCH_... definitions.
7405
74062000-07-10 Gerd Moellmann <gerd@gnu.org>
7407
7408 * configure.in (HAVE_XPM): Undo previous change. Check for
7409 preprocessor define XpmReturnAllocPixels.
7410
74112000-07-06 Gerd Moellmann <gerd@gnu.org>
7412
7413 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
7414 instead of XpmReadFileToPixmap.
7415
74162000-07-05 Ken Raeburn <raeburn@gnu.org>
7417
7418 * configure.in: Check for <soundcard.h>. Look for ossaudio
7419 library, and set LIBSOUND accordingly.
7420
74212000-07-05 Dave Love <fx@gnu.org>
7422
7423 * configure.in: Use AC_HEADER_SYS_WAIT.
7424
74252000-07-05 Gerd Moellmann <gerd@gnu.org>
7426
7427 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
7428 lisp/Makefile. Distribute lisp/Makefile.in instead of
7429 lisp/Makefile.
7430
74312000-06-30 Ken Raeburn <raeburn@gnu.org>
7432
7433 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
7434 while searching for image-handling libraries.
7435
74362000-06-26 Gerd Moellmann <gerd@gnu.org>
7437
7438 * configure.in (--with-xim): New option.
7439
74402000-06-23 Dave Love <fx@gnu.org>
7441
7442 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
7443 for struct timezone and test how we can call gettimeofday.
7444 Check for OSF 5+. Check for term.h.
7445
7446 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
7447 version.
7448
74492000-06-23 Gerd Moellmann <gerd@gnu.org>
7450
7451 * configure.in (HAVE_LIBXP): Change test for libXp.
7452
74532000-06-21 Dave Love <fx@gnu.org>
7454
7455 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
7456 simple test for getloadavg and substitute GETLOADAVG_LIBS.
7457 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
7458
74592000-06-19 Dave Love <fx@gnu.org>
7460
7461 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
7462 _XOPEN_SOURCE is defined.
7463
74642000-06-16 Gerd Moellmann <gerd@gnu.org>
7465
7466 * Makefile.in (distclean): Also make distclean in lisp/.
7467
74682000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7469
7470 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
7471
74722000-06-15 Gerd Moellmann <gerd@gnu.org>
7473
7474 * make-dist: Add --help and --snapshot options.
7475
74762000-06-14 Gerd Moellmann <gerd@gnu.org>
7477
7478 * configure.in: Generate lisp/Makefile.
7479
7480 * configure.in: Add support for `*-lynxos*'.
7481 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
7482 recommended by <Karen.Dorhamer@compaq.com> to fix problems
7483 on Tru64 UNIX v5.0.
7484
74852000-06-13 Ken Raeburn <raeburn@gnu.org>
7486
7487 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
7488 it's on a continuation line.
7489
74902000-06-02 Dave Love <fx@gnu.org>
7491
7492 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
7493 files.
7494
7495 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
7496 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
7497 test.
7498
7499 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
7500 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
7501
75022000-05-26 Gerd Moellmann <gerd@gnu.org>
7503
7504 * configure.in: Add check for speed_t typedef.
7505
75062000-05-25 Ken Raeburn <raeburn@gnu.org>
7507
7508 * Makefile.in (install-arch-dep): Install fns-*.el only if it
7509 exists; it won't in the CANNOT_DUMP case.
7510
75112000-05-25 Gerd Moellmann <gerd@gnu.org>
7512
7513 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
7514 On FreeBSD, the exit status is 1 if CDPATH is not set.
7515 (install-arch-indep): Install ebrowse.info.
7516
75172000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
7518
7519 * configure.in: Check for grandpt and getpt.
7520
75212000-05-09 Dave Love <fx@gnu.org>
7522
7523 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
7524
75252000-05-05 Gerd Moellmann <gerd@gnu.org>
7526
7527 * make-dist: Make a link for lib-src/grep-changelog.
7528 Copy install-sh.
7529
75302000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
7531
7532 * config.bat: Identify the beginning of the cpp stuff in
7533 src/Makefile.in and lib-src/Makefile.in more accurately.
7534
75352000-04-27 Gerd Moellmann <gerd@gnu.org>
7536
7537 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
7538
75392000-04-19 Gerd Moellmann <gerd@gnu.org>
7540
7541 * configure.in: Add support for `powerpc-*-netbsd*'.
7542
75432000-04-19 Dave Love <fx@gnu.org>
7544
7545 * configure.in: Don't use AC_FUNC_GETLOADAVG.
7546
7547 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
7548
75492000-04-16 Dave Love <fx@gnu.org>
7550
7551 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7552
75532000-04-14 Dave Love <fx@gnu.org>
7554
7555 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
7556
7557 * aclocal.m4 (AC_FUNC_MKTIME): New.
7558
75592000-03-28 Ken Raeburn <raeburn@gnu.org>
7560
7561 * configure.in: Line up "--help" output a little better.
7562
75632000-03-26 Gerd Moellmann <gerd@gnu.org>
7564
7565 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
7566 New targets.
90eacf99
SM
7567 (bootstrap): Rewritten in terms of the new targets above.
7568 Make info files, too.
067d23c9
KY
7569
75702000-03-12 Gerd Moellmann <gerd@gnu.org>
7571
7572 * config.guess, config.sub: Use the versions of the files from
7573 subversions.
7574
75752000-03-08 Dave Love <fx@gnu.org>
7576
7577 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
7578 AC_C_VOLATILE. Define POINTER_TYPE.
7579
7580 * aclocal.m4: New file.
7581
75822000-03-02 Gerd Moellmann <gerd@gnu.org>
7583
7584 * configure.in (machine): Add `mipsel-*-netbsd*' and
7585 `arm-*-netbsd*'.
7586
75872000-03-01 Gerd Moellmann <gerd@gnu.org>
7588
7589 * configure.in (machine): Add support for `*-auspex-sunos*'.
7590
75912000-02-29 Gerd Moellmann <gerd@gnu.org>
7592
7593 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
7594
75952000-02-18 Dave Love <fx@gnu.org>
7596
7597 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
7598
75992000-02-18 Andreas Schwab <schwab@suse.de>
7600
7601 * Makefile.in (install-arch-indep): Add eudc to list of installed
7602 info files.
7603
76042000-02-17 Ken Raeburn <raeburn@gnu.org>
7605
7606 * configure.in: Include -lz and -ljpeg (if it's available) when
7607 testing for the tiff library.
7608
76092000-02-17 Gerd Moellmann <gerd@gnu.org>
7610
7611 * configure.in: Remove LISP_FLOAT_TYPE.
7612
76132000-02-12 Dave Love <fx@gnu.org>
7614
7615 * configure.in: Use AC_FUNC_VFORK.
7616
76172000-02-01 Gerd Moellmann <gerd@gnu.org>
7618
7619 * make-dist: Various fixes for new development tree.
7620
7621 * leim-Makefile.in: New file.
7622
76232000-01-31 Gerd Moellmann <gerd@gnu.org>
7624
7625 * Makefile.in (dist): Call ./make-dist.
7626
76272000-01-24 Dave Love <fx@gnu.org>
7628
7629 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
7630
76312000-01-18 Gerd Moellmann <gerd@gnu.org>
7632
7633 * configure.in (HAVE_GIF): Check for DGifOpen instead of
7634 DGifOpenFileName.
7635
76362000-01-11 Andreas Schwab <schwab@suse.de>
7637
7638 * Makefile.in (install-arch-indep): Update list of info files to
7639 be installed.
7640
76412000-01-05 Dave Love <fx@gnu.org>
7642
7643 * configure.in: Check for jerror.h as well as libjpeg.
7644
76452000-01-03 Andreas Schwab <schwab@suse.de>
7646
90eacf99
SM
7647 * Makefile.in (install-arch-indep): Install autotype*.
7648 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
7649
76501999-12-04 Dave Love <fx@gnu.org>
7651
7652 * Makefile.in (install-arch-indep): Depend on `info'.
7653 (install-strip): Use `install' as sub-make target.
7654
76551999-11-23 Ken Raeburn <raeburn@gnu.org>
7656
7657 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7658 didn't need to be deleted. Check for the k5crypto library as well
7659 as the crypto library; MIT Kerberos 1.1 changed the name.
7660
76611999-11-18 Dave Love <fx@gnu.org>
7662
7663 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7664
76651999-11-11 Erik Naggum <erik@naggum.no>
7666
7667 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7668
76691999-11-08 Dave Love <fx@gnu.org>
7670
7671 * configure.in: Fix change for --with-pop default.
7672
76731999-11-04 Dave Love <fx@gnu.org>
7674
7675 * configure.in: Default to --with-pop. Change sense of with-gcc
7676 and with-toolkit-scroll-bars messages to reflect the defaults.
7677
76781999-11-01 Gerd Moellmann <gerd@gnu.org>
7679
7680 * INSTALL: Mention the Emacs Lisp Reference.
7681
76821999-10-27 Noah Friedman <friedman@splode.com>
7683
7684 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7685
76861999-10-23 Gerd Moellmann <gerd@gnu.org>
7687
7688 * Makefile.in (bootstrap): New target.
7689
76901999-10-19 Paul Eggert <eggert@twinsun.com>
7691
7692 Add support for large files. Merge glibc 2.1.2.
7693
7694 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7695 (HAVE_TM_GMTOFF): New symbol.
7696 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7697 mbrlen, strsignal.
7698 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7699
77001999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7701
7702 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7703 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7704
77051999-10-09 Richard M. Stallman <rms@gnu.org>
7706
7707 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7708 Unset CDPATH to prevent cd from generating output.
7709
77101999-10-08 Stefan Monnier <monnier@cs.yale.edu>
7711
7712 * update-subdirs: Also ignore CVS subdirs.
7713
77141999-10-07 Gerd Moellmann <gerd@gnu.org>
7715
7716 * Makefile.in (install-arch-indep): Add ada-mode.
7717
77181999-10-06 Dave Love <fx@gnu.org>
7719
7720 * Makefile.in: Add rules for config.status, configure.
7721
77221999-09-07 Gerd Moellmann <gerd@gnu.org>
7723
90eacf99 7724 * configure.in (--with-sound): Remove.
067d23c9
KY
7725
77261999-08-30 Gerd Moellmann <gerd@gnu.org>
7727
7728 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7729 the test for Xaw3d.
7730 (HAVE_TIFF): Add -lm to library check.
7731
77321999-08-28 Richard Stallman <rms@gnu.org>
7733
7734 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7735 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7736 after the other X-related libraries.
7737
77381999-08-21 Dave Love <fx@gnu.org>
7739
7740 * configure.in: Don't check for jpeglib.h.
7741
77421999-08-20 Gerd Moellmann <gerd@gnu.org>
7743
7744 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7745 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7746
77471999-08-18 Dave Love <fx@gnu.org>
7748
7749 * configure.in: Check for termcap.h.
7750
77511999-08-15 Gerd Moellmann <gerd@gnu.org>
7752
7753 * configure.in: Add --with-toolkit-scroll-bars. If "no",
7754 use Emacs' scroll bars, even if configured for Motif or when
7755 Xaw3d is available.
7756
77571999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7758
7759 * configure.in: Check for getaddrinfo.
7760
77611999-08-04 Eli Zaretskii <eliz@gnu.org>
7762
7763 * config.bat: Make --no-debug work again by removing -gcoff.
7764
77651999-07-30 Dave Love <fx@gnu.org>
7766
7767 * configure.in: Check for stdlib.h.
7768
77691999-07-19 Dave Love <fx@gnu.org>
7770
7771 * configure.in: Grok sparc64-*-linux-gnu*.
7772
77731999-07-12 Richard Stallman <rms@gnu.org>
7774
7775 * Version 20.4 released.
7776
77771999-06-23 Karl Heuer <kwzh@gnu.org>
7778
7779 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7780 Quote $EMACS, in case it's a program with args.
7781
77821999-06-15 Gerd Moellmann <gerd@gnu.org>
7783
7784 * configure.in (HAVE_GIF): Use libungif instead of libgif
7785 because the former doesn't contain patented compression code.
7786
77871999-05-29 Richard M. Stallman <rms@gnu.org>
7788
7789 * configure.in: Delete the Kerberos stuff.
7790
77911999-05-27 Greg Hudson <ghudson@mit.edu>
7792
7793 * configure.in: Prefer kerberos 5 names.
7794
77951999-04-26 Richard M. Stallman <rms@gnu.org>
7796
7797 * configure.in: Check for libXp.
7798
77991999-04-08 Richard Stallman <rms@gnu.org>
7800
7801 * make-dist: Include change logs in subdirs of `lisp'.
7802
78031999-04-05 Richard Stallman <rms@gnu.org>
7804
7805 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7806 (install-arch-indep): Make ${datadir}/emacs world-readable.
7807
78081999-03-30 Eli Zaretskii <eliz@gnu.org>
7809
7810 * config.bat: Use epaths.* instead of paths.*.
7811
78121999-03-07 Eli Zaretskii <eliz@gnu.org>
7813
7814 * INSTALL: Add detailed instructions to unpack and install
7815 intlfonts on MS-DOS.
7816
78171999-02-26 Richard Stallman <rms@gnu.org>
7818
7819 * configure.in: Use epaths.h and epaths-force instead of paths...
7820
90eacf99 7821 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
7822 operate on epaths.in and produce epaths.h.
7823
78241999-02-24 Richard Stallman <rms@gnu.org>
7825
7826 * make-dist: Fix nt/icons directory handling.
7827
78281999-02-22 Simon Josefsson <jas@pdc.kth.se>
7829
7830 * configure.in (f301-fujitsu-uxpv4.1): New target.
7831
78321999-02-20 Richard Stallman <rms@gnu.org>
7833
7834 * make-dist (tempparent): Fix command to update info files.
7835
78361999-02-09 Richard Stallman <rms@gnu.org>
7837
7838 * configure.in (powerpc-apple-netbsd*): New alternative.
7839
78401999-01-25 Geoff Voelker <voelker@cs.washington.edu>
7841
7842 * make-dist: Include the new directory nt/icons in distributions.
7843
78441999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7845
7846 * configure.in: Change message about HAVE_XFREE386.
7847
78481999-01-07 Eli Zaretskii <eliz@gnu.org>
7849
7850 * config.bat: Support configuring with leim.
7851
78521998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
7853
7854 * configure.in (mips-sgi-irix6.5): New target.
7855
78561998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7857
7858 * configure.in: Remove GSS-API support, since it has been removed
7859 from movemail.
7860
78611998-12-04 Markus Rost <rost@delysid.gnu.org>
7862
7863 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7864
78651998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
7866
7867 * Makefile.in: Don't install customize info file.
7868 Run install-info on viper info file.
7869
78701998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7871
7872 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7873
78741998-11-16 Kenichi Handa <handa@etl.go.jp>
7875
7876 * configure.in (*-*-bsdi4*): New target.
7877
78781998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7879
7880 * configure.in: Fix previous change.
7881
78821998-11-11 Richard Stallman <rms@gnu.org>
7883
7884 * configure.in (aviion-intel): New machine.
7885
78861998-11-04 Kenichi Handa <handa@etl.go.jp>
7887
7888 * configure.in (mips-nec-sysv4*): New target.
7889
78901998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7891
7892 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7893 from lisp.
7894
78951998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7896
7897 * make-dist: Don't include fns*.el in dist.
7898
78991998-10-30 Dave Love <fx@gnu.org>
7900
7901 * configure.in: Don't mkdir cpp.
7902
79031998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7904
7905 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7906 ${archlibdir}.
7907
79081998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7909
7910 * Version 20.3 released.
7911
79121998-07-30 Paul Eggert <eggert@twinsun.com>
7913
7914 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7915 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7916 (lwlib/Makefile, leim/Makefile):
7917 Prepend $(srcdir)/ to rule dependencies outside this dir.
7918
79191998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7920
7921 * configure.in: Use unset CDPATH instead of making it empty.
7922
79231998-06-20 Karl Heuer <kwzh@gnu.org>
7924
7925 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7926
79271998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7928
7929 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7930 and default.el. Sort the results.
7931
79321998-05-31 Karl Heuer <kwzh@gnu.org>
7933
7934 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7935 writable.
7936
79371998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7938
7939 * Makefile.in (install-arch-indep):
7940 Don't alter site-lisp/subdirs.el if it exists.
7941
79421998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7943
7944 * Makefile.in (install-arch-indep): Put `-' on commands to create
7945 subdirs.el in site-lisp dirs.
7946
79471998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7948
7949 * Makefile.in (install-arch-indep): Fix typo in previous change.
7950
79511998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7952
7953 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7954
79551998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7956
7957 * Makefile.in (mkdir): Create the site-lisp dirs.
7958 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7959
79601998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7961
7962 * Makefile.in (INSTALL_INFO): New variable.
7963 (install-arch-indep): Don't replace the dir file if it already exists.
7964 Use the install-info program, via INSTALL_INFO, to add entries.
7965 Make the `info' subdir and the Info files world-readable.
7966
79671998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7968
7969 * config.bat: Make sure the environment is large enough to support
7970 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7971
79721998-04-10 Karl Heuer <kwzh@gnu.org>
7973
7974 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7975
79761998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7977
7978 * configure.in: Add --with-gssapi to specify GSS-API
7979 authentication support for movemail.
7980
79811998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7982
7983 * Makefile.in (install-arch-indep): Fix previous change.
7984
79851998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7986
7987 * Makefile.in (info): Run man in build dir, not srcdir.
7988
79891998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7990
7991 * Makefile.in (install-arch-indep): Fix previous change.
7992
79931998-03-23 Kenichi Handa <handa@etl.go.jp>
7994
7995 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7996
79971998-03-22 Richard Stallman <rms@gnu.org>
7998
7999 * Makefile.in (install-arch-indep): Put special subdirs.el files
8000 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
8001
80021998-03-21 Richard Stallman <rms@psilocin.gnu.org>
8003
8004 * make-dist: Fix shell syntax in check for missing .el or .elc files.
8005
80061998-03-09 Richard Stallman <rms@psilocin.gnu.org>
8007
8008 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
8009 (m68*-hp-hpux*): Handle versions 1X like 10.
8010
80111998-03-07 Richard Stallman <rms@psilocin.gnu.org>
8012
8013 * make-dist: PROBLEMS is now in etc, not top level dir.
8014
8015 * Makefile.in (SOURCES): Delete PROBLEMS.
8016
80171998-02-25 Richard Stallman <rms@gnu.org>
8018
8019 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
8020
8021 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
8022
80231998-01-17 Richard Stallman <rms@gnu.org>
8024
8025 * Makefile.in (install-arch-indep): Add semicolon before `else'.
8026
80271998-01-02 Richard Stallman <rms@psilocin.gnu.org>
8028
8029 * make-dist (tempparent): New option --no-check.
8030
8031 * make-dist: Don't do anything with cpp directory.
8032
80331997-12-20 Richard Stallman <rms@psilocin.gnu.org>
8034
8035 * configure.in (sparc-fujitsu-sysv4*): New target.
8036
80371997-12-17 Andreas Schwab <schwab@gnu.org>
8038
8039 * configure.in: Cache more tests. Add missing quotes around
8040 message with embedded comma.
8041
80421997-12-04 Karl Heuer <kwzh@gnu.org>
8043
8044 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
8045
80461997-11-26 Joel N. Weber II <devnull@gnu.org>
8047
8048 * make-dist: Changed the comment about `umask 0' to say `Don't
8049 restrict access to any files.'; previously it said `Don't protect
8050 any files', which may have implied that we think fascism is good.
8051
80521997-11-24 Paul Eggert <eggert@twinsun.com>
8053
8054 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
8055 strftime needs the underlying host's strftime for locale dependent
8056 formats.
8057
80581997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
8059
8060 * configure.in (i586-dg-dguxR4.*): New name in case branch.
8061
80621997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
8063
8064 * config.bat: Configure the man subdirectory.
8065
80661997-11-07 Paul Eggert <eggert@twinsun.com>
8067
8068 * configure.in (AC_CHECK_LIB): Add -lintl.
8069
80701997-11-07 Karl Heuer <kwzh@gnu.org>
8071
8072 * make-dist (check for .elc files): Avoid bash-specific syntax.
8073 (check for overflow 14-char limit): Simplify.
8074
80751997-11-07 Richard Stallman <rms@gnu.org>
8076
8077 * Makefile.in (install): Move blessmail last.
8078
80791997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8080
8081 * configure.in (gettimeofday, one arg or two):
8082 Clarify messages by avoiding double negative.
8083
80841997-09-30 Karl Eichwalder <ke@suse.de>
8085
8086 * Makefile.in (install-arch-indep): Install the widget info file.
8087
80881997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8089
8090 * configure.in (with-pop, with-kerberos): Need to check Kerberos
8091 libraries in reverse order, so that libraries will appear in the
8092 correct dependency order on the link line (and so that the
8093 configure checks themselves will work properly when early
8094 libraries depend on later ones).
8095
80961997-09-21 Erik Naggum <erik@naggum.no>
8097
8098 * make-dist (making links to `src'): Keep timestamp on copied files.
8099
8100 * make-delta: New script to produce delta distributions.
8101
81021997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8103
8104 * Version 20.2 released.
8105
81061997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8107
8108 * Version 20.1 released.
8109
8110 * Makefile.in (install-leim): Depend on mkdir.
8111 (leim): Depend on src.
8112
81131997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8114
8115 * configure.in: Recognize alpha* instead of just alpha.
8116
81171997-09-12 Paul Eggert <eggert@twinsun.com>
8118
8119 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
8120
81211997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8122
8123 * update-subdirs: Use rm -f.
8124
81251997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8126
8127 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
8128 Ignore subdirs named Old.
8129
81301997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
8131
8132 * configure.in: Add OpenBSD clause to set $machine.
8133
81341997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8135
8136 * make-dist: Recompile everything after updating various Lisp files.
8137 Recompile in leim as well as lisp.
8138 Check in leim as well as lisp for mismatched files and too-long names.
8139
81401997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8141
8142 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
8143
81441997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8145
8146 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
8147 before trying to copy anything from it.
8148
81491997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8150
8151 * Makefile.in (man/Makefile): New target.
8152 (tags): Define env var EMACS and run Makefile from build dir.
8153
81541997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
8155
8156 * config.bat: If src/_gdbinit doesn't exist, try using
8157 src/.gdbinit to create it (for building on Windows 95).
8158
81591997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8160
8161 * Makefile.in (install-arch-indep):
8162 Discard extra data in tar | tar pipes.
8163
81641997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
8165
90eacf99
SM
8166 * configure.in (x_default_search_path):
8167 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
8168
81691997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8170
8171 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
8172
81731997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
8174
8175 * configure.in: Support auto-configuration of both Kerberos V4 and
8176 Kerberos V5 for movemail, including detection of V4 and V5 header
8177 files and libraries.
8178
81791997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
8180
8181 * configure.in: Compute x_default_search_path
8182 and substitute into makefiles.
8183
8184 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
8185
81861997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8187
8188 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
8189
81901997-08-07 Erik Naggum <erik@naggum.no>
8191
8192 * configure.in: Remove lockdir, it is no longer needed.
8193 * Makefile.in (mkdir): Don't create lockdir.
8194 (lockdir): Variable deleted.
8195 (paths-force): Don't operate on PATH_LOCK.
8196
81971997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8198
8199 * leim-Makefile.in (clean, distclean): New targets.
8200
8201 * make-dist: Include leim/ChangeLog in leim distribution.
8202
82031997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8204
8205 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
8206
82071997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8208
8209 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
8210
82111997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8212
8213 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
8214
82151997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8216
8217 * make-dist: Update leim/leim-list.el.
8218 Pass along value of $EMACS when updating lisp dir.
8219
82201997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8221
8222 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
8223 prerequisite to the use of Doug Lea's malloc.
8224
82251997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8226
8227 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
8228
8229 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
8230
82311997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8232
8233 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
8234
82351997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8236
8237 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
8238 to news-r6.h.
8239
82401997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8241
8242 * config.bat: Use `sed' instead of `cp', which might not be
8243 installed.
8244
82451997-07-09 Kenichi Handa <handa@etl.go.jp>
8246
8247 * Makefile.in (mostlyclean): Add cleaning leim directory.
8248 (clean, distclean, maintainer-clean): Likewise.
8249
82501997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8251
8252 * make-dist (bogosities): Check subdirs of `lisp' also.
8253
82541997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8255
8256 * make-dist (etc): Really avoid symlinks now.
8257 (lisp): Don't delete from subdirs the things we never copy.
8258
82591997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8260
8261 * Makefile.in (install-arch-indep): Correct the target name.
8262 The first letter `i' was dropped by the previous change of mine.
8263
82641997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8265
8266 * configure.in (leim/Makefile): Generate this.
8267 (*-sysv4.2uw*): Recognize new alternative.
8268
8269 * leim-Makefile.in: Renamed from leim-Makefile.
8270
8271 * make-dist: Set up real-leim subdirectory,
8272 with the real contents of leim; then move it to
8273 a separate top-level directory.
8274
8275 * make-dist: Don't mention site-lisp, site-init, site-start
8276 or default, when listing files hat are not compiled and should be.
8277
8278 * configure.in: Create src/config.stamp at the end.
8279
82801997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8281
8282 * Makefile.in (install-leim): Correct previous change.
8283
82841997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8285
8286 * Makefile.in (install-leim): New target.
8287 (install): Depend on install-leim.
8288
82891997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8290
8291 * Makefile.in (SUBDIR): Add leim.
8292 (SUBDIR_MAKEFILES): Add leim/Makefile.
8293 (leim/Makefile): New target.
8294
82951997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8296
8297 * leim-Makefile: New file.
8298 * make-dist: Initialize a `leim' subdirectory with that makefile.
8299
83001997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8301
8302 * configure.in (GNU_MALLOC_reason): Fix message text.
8303
83041997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8305
8306 * make-dist (lisp): Don't process subdirs that start with =.
8307 (etc): Copy symlinks, as in src.
8308
83091997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8310
8311 * configure.in (i*86-*-unixware*): New alternative.
8312
83131997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8314
8315 * Makefile.in (src/config.stamp): Target renamed from src/config.h
8316 and touch it explicitly.
8317
8318 * configure.in (mips-sony-newsos6*): New alternative.
8319 (mips-*-linux-gnu*): New alternative.
8320 (*-*-bsdi*): New alternative.
8321 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
8322
83231997-06-22 Dave Love <d.love@dl.ac.uk>
8324
8325 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
8326 (src/config.h): New target to re-configure if src/config.in is patched.
8327
83281997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8329
8330 * configure.in (shutdown): Check for `shutdown' function.
8331
83321997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
8333
8334 * update-subdirs: Include the directory "language" in subdirs.
8335
83361997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8337
8338 * configure.in (m88k-dg-dgux4*): New alternative.
8339 (alpha-*-netbsd*): New alternative.
8340 (powerpcle-*-solaris2*): New alternative.
8341
83421997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8343
8344 * make-dist: Warn about .el files that are not compiled.
8345
83461997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8347
8348 * Makefile.in (dist): Don't run update-subdirs here,
8349 since make-dist now gets that done.
8350
8351 * make-dist: Use the new `updates' target in lisp/Makefile.
8352
8353 * make-dist: Use new non-file targets in lisp/Makefile.
8354
83551997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8356
8357 * make-dist: Handle all subdirs of `lisp' uniformly.
8358 Don't handle `term' and `language' specially.
8359 Clear out umask at the beginning.
8360
83611997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8362
8363 * make-dist: Use Make to update finder-inf.el and autoloads.
8364 Also update cus-load.el.
8365
83661997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8367
8368 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
8369 in case it is desirable to disable the GNU malloc features with glibc.
8370
83711997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
8372
8373 * configure.in (DOUG_LEA_MALLOC):
8374 Define if malloc_{get,set}_state exist.
8375
83761997-03-05 Kenichi Handa <handa@etl.go.jp>
8377
8378 * make-dist: Make links for files under lisp/language.
8379
83801997-02-20 Kenichi Handa <handa@etl.go.jp>
8381
8382 * update-subdirs: Exclude the directory "language" from subdirs.
8383
83841997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
8385
8386 * configure.in: Check for rint and cbrt.
8387
83881997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8389
8390 * make-dist: Use $EMACS to say where to run Emacs.
8391 Add --no-update option.
8392
83931996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8394
8395 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
8396
83971996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8398
8399 * make-dist (copying src): Check thoroughly for symlinks
8400 and copy them in all cases. Regularize the linking of *.in
8401 and *.opt and ChangeLog files.
8402 (copying lib-src): Likewise.
8403 Don't rm getdate.c or y.tab.*--they don't exist any more.
8404
84051996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
8406
8407 * configure.in: Check for libmail, maillock.h and
8408 touchlock (for movemail).
8409
84101996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8411
8412 * configure.in (limits.h): Check for this file.
8413
84141996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8415
8416 * configure.in (rs6000-ibm-aix4.2): New alternative.
8417 (rs6000-ibm-aix4.0): New alternative.
8418 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
8419
84201996-11-22 Ben Harris <bjh21@cam.ac.uk>
8421
8422 * configure.in: Recognize vax-*-netbsd*.
8423
84241996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8425
8426 * configure.in (locallisppath): Add leim directory.
8427
84281996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8429
8430 * config.bat: Make sure `mv' supports forward slashes and -f.
8431
84321996-10-28 Christian Limpach <chris@nice.ch>
8433
8434 * configure.in (hppa*-next-nextstep*): * added after hppa
8435 to accept hppa1.0 and hppa1.1.
8436
84371996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
8438
8439 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
8440 * configure.in (ld_switch_machine): Fix typo.
8441
84421996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8443
8444 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
8445 from config.h and use them in $ac_link.
8446
84471996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
8448
8449 * configure.in: Create a subdir named `lisp'.
8450
84511996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8452
8453 * configure.in: Check for getcwd.
8454
84551996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8456
8457 * configure.in: Check for termios.h. Check for setpgid.
8458
84591996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8460
8461 * configure.in: Check for setrlimit.
8462
84631996-08-31 Paul Eggert <eggert@twinsun.com>
8464
8465 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
8466
84671996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8468
8469 * configure.in: Check for utimes.
8470
8471 * configure.in: Check for com_err library, but only
8472 if --with-kerberos was used. Check for krb and des
8473 only if --with-kerberos.
8474
84751996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8476
8477 * Makefile.in (INSTALL_STRIP): New variable.
8478 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
8479 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
8480
84811996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8482
8483 * configure.in: Check for krb and des libraries.
8484
84851996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
8486
8487 * configure.in (*-sunos4.1.[3-9]*noshare):
8488 Use sunos413, not sunos4-1-3.
8489 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
8490 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
8491
84921996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8493
8494 * Makefile.in (src/paths.h): Target deleted.
8495 (paths-force): Delete all dependencies on this target
8496 but don't delete the target.
8497 (install): Depend on `all'.
8498 (paths-force): Don't print a message.
8499
8500 * configure.in: Generate src/paths.h here.
8501
85021996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8503
8504 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
8505 New variables that affect linking only.
8506 (alpha-dec-osf*): Use those instead of previous change.
8507
85081996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8509
8510 * Makefile.in (install-arch-indep): Install info/messages.
8511
85121996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8513
8514 * Version 19.33 released.
8515
85161996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
8517
8518 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8519 Fix previous change.
8520
85211996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8522
8523 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
8524 New alternative.
8525
85261996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8527
8528 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
8529 and NON_GCC_TEST_OPTIONS.
8530
85311996-08-06 Paul Eggert <eggert@twinsun.com>
8532
8533 * configure.in (LOCALTIME_CACHE): Don't put a string literal
8534 "TZ=..." in environ.
8535
85361996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8537
8538 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
8539
85401996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8541
8542 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
8543 the more general *-sunos4.1.[3-9]* clause.
8544
85451996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8546
8547 * Version 19.32 released.
8548
8549 * configure.in (*-sco3.2v5*):
8550 Set OVERRIDE_CPPFLAG to a string of one space.
8551 Fix the code that uses OVERRIDE_CPPFLAG.
8552
85531996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
8554
8555 * configure.in: Undo previous change.
8556
85571996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8558
8559 * config.sub: Use `pc', not `unknown', when canonicalizing
8560 the vendor for ...86.
8561
85621996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
8563
8564 * configure.in: Check for termios.h header.
8565
85661996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
8567
8568 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
8569
85701996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
8571
8572 * configure.in: Split bsdos2 and bsdos2-1.
8573
85741996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8575
8576 * config.sub: If last two words are not a recognized
8577 KERNEL-OS pair, use just the last word as OS, as in 19.31.
8578 Make conversion of gnu/linux to linux-gnu really work.
8579
8580 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
8581
85821996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8583
8584 * configure.in (check for using Lucid widgets by default):
8585 Eliminate indentation that confuses some compilers.
8586
85871996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8588
8589 * config.sub: Convert linux and gnu/linux to linux-gnu.
8590
8591 * make-dist: Don't update getdate.c.
8592 Ignore =... files when checking for too-long Lisp file names.
8593
85941996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8595
8596 * configure.in (euidaccess): Check for that, not for eaccess.
8597
85981996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8599
8600 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
8601 before `noshare'.
8602 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
8603
86041996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8605
8606 * configure.in: Rename lignux to linux-gnu in configuration names.
8607 Use gnu-linux as the opsys value (s/ file name).
8608 Allow i686 just like i386, i486, i586.
8609
86101996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8611
8612 * configure.in (i*86-*-sco3.2v5): New alternative.
8613 (OVERRIDE_CPPFLAG): New variable.
8614 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
8615
8616 * configure.in: Specify vpath for .texi files.
8617
86181996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8619
8620 * configure.in: Always check for HAVE_X11R5.
8621 Separately decide whether to use a toolkit by default.
8622
86231996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
8624
8625 * configure.in: If X11R5 is missing the Xaw headers,
8626 default to --with-x-toolkit=no.
8627
86281996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8629
8630 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
8631
86321996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8633
8634 * Makefile.in (install-arch-indep): If cd etc makes output,
8635 don't treat that as part of the tar data.
8636 Check that ./lisp actually exists.
8637
86381996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
8639
8640 * make-dist: Check for long file names.
8641
86421996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8643
8644 * Version 19.31 released.
8645
86461996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8647
8648 * configure.in: Recognize sparc-*-lignux.
8649
86501996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8651
8652 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8653 Don't include config.w95.
8654
86551996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8656
8657 * make-dist: Replace --no-clean-up and --no-tar options
8658 with --clean-up and --tar, so that the default is useful.
8659
86601996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8661
8662 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8663 if not, tell the user to rename it and abort.
8664
86651996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8666
8667 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8668 test program.
8669
86701996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8671
8672 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8673
8674 * make-dist (MANIFEST): Fix previous change.
8675 (msdos): Put mainmake.v2 into the dist.
8676
86771996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8678
8679 * make-dist: Exit if autoconf fails.
8680
86811996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8682
8683 * config.bat: Set djgpp-ver, and unset it at the end.
8684 Add a number of conditionals for DJGPP version 2.
8685 Rename label libsrc2 to libsrc3.
8686 Substitute for LDFLAGS in src/Makefile.
8687 Substitute for ALL_CFLAGS in lib-src/Makefile.
8688
86891996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8690
8691 * configure.in (ncurses): Check this after checking fns like strerror.
8692
86931996-04-08 Erik Naggum <erik@naggum.no>
8694
8695 * make-dist (MANIFEST): Don't include lines from =files.
8696
86971996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8698
8699 * make-dist: Don't put lisp/dired.todo in the dist.
8700
87011996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
8702
8703 * configure.in (HAVE_NCURSES): Look for library named ncurses.
8704
8705 * configure.in (setlocale): Check for it.
8706
8707 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8708
87091996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8710
8711 * configure.in: Use lignux instead of linux as value of opsys.
8712
87131996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8714
8715 * Makefile.in (install-strip): Fix whitespace.
8716 Get rid of continuation.
8717
8718 * config.sub: Convert linux or gnu/linux to lignux.
8719
87201996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8721
8722 * configure.in: Accept lignux in configuration name.
8723
87241996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8725
8726 * Makefile.in (install-strip): New target.
8727
87281996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8729
8730 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8731 -f failed to do the job on Suns.
8732
87331996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8734
8735 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8736
8737 * configure.in (linux/version.h): Check for this header.
8738
87391996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8740
8741 * configure.in: Remove -fno-builtin hackery from -lm check.
8742
87431996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8744
8745 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8746 just this test.
8747
8748 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8749
87501996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8751
8752 * configure.in: Check for ncurses.
8753
87541996-02-28 Paul Eggert <eggert@twinsun.com>
8755
8756 * configure.in (LOCALTIME_CACHE):
8757 Also define if localtime mishandles unsetting TZ.
8758 This works around a localtime bug in mips-dec-ultrix.
8759
87601996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8761
8762 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8763
8764 * configure.in: Improve messages about X versions.
8765
87661996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8767
8768 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8769
87701996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8771
8772 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8773 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8774
8775 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8776 (install): Put install-arch-indep before install-arch-dep.
8777
87781996-02-20 Dave Love <d.love@dl.ac.uk>
8779
8780 * INSTALL: Clarify info about MS-DOS path handling.
8781
87821996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8783
8784 * Makefile.in (install-arch-indep): Install info/ccmode*.
8785 In previous change, protect against /bin/pwd returning null string.
8786
87871996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8788
8789 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8790 to lispdir.
8791
87921996-02-01 Paul Eggert <eggert@twinsun.com>
8793
8794 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8795
87961996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8797
8798 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8799
88001996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8801
8802 * Makefile.in (extraclean): Use ${top_distclean} to ensure
8803 we delete everything distclean deletes.
8804
88051996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
8806
8807 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8808
88091996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8810
8811 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8812 into LDFLAGS instead of into LIBS.
8813
88141996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8815
8816 * configure.in (HAVE_XMU): Fix typo in previous change.
8817
88181996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8819
8820 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8821
88221996-01-10 Erik Naggum <erik@naggum.no>
8823
8824 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8825
88261996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
8827
8828 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8829
88301996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8831
8832 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8833 and use -lXt to link it.
8834
88351996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8836
8837 * configure.in (locallisppath): Put version-specific dir first.
8838
88391996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8840
8841 * configure.in (hppa-*-nextstep*): New alternative.
8842 (USE_X_TOOLKIT): By default, set this to "maybe";
8843 and change that later to LUCID or "no" according to X11 version.
8844
8845 * make-dist: Recompile outdated .elc files and update all autoloads.
8846
88471996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8848
8849 * configure.in (locallisppath): Fix typo in last change: " -> '.
8850
88511996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8852
8853 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8854
88551995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8856
8857 * Makefile.in (install-arch-indep): Give all files read permission.
8858
88591995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8860
8861 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8862 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8863
88641995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8865
8866 * configure.in: Determine HAVE_X11R6.
90eacf99 8867 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
8868
88691995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8870
8871 * configure.in: Just "solaris" now defaults to version 2.4.
8872 Add sunos4.1.n-noshare as alternative.
8873
88741995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8875
8876 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8877
88781995-11-29 Erik Naggum <erik@naggum.no>
8879
8880 * Makefile.in (install-arch-indep): Add missing backslash.
8881
88821995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8883
8884 * Makefile.in (install-arch-indep): Don't install
8885 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8886
88871995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8888
8889 * Makefile.in (install-arch-indep): Fix previous change.
8890
8891 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8892
88931995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8894
8895 * Version 19.30 released.
8896
8897 * make-dist (lisp): Exclude subdirs.el.
8898
88991995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8900
8901 * make-dist (etc): Delete *.orig and *.rej.
8902
89031995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8904
8905 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8906
89071995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8908
8909 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8910
89111995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8912
8913 * make-dist (nt): Rename install, readme, and todo to
8914 INSTALL, README, and TODO.
8915
89161995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8917
8918 * make-dist (lisp): Don't distribute site-start.
8919
89201995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8921
8922 * make-dist: Break the hard link on alloca.c.
8923
89241995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8925
8926 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8927
89281995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8929
8930 * make-dist (src, lib-src): Don't distribute Makefile.c.
8931 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8932
89331995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8934
8935 * Makefile.in (mkdir): Create man1dir, not mandir.
8936 (uninstall): Use man1dir, not mandir.
8937
89381995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8939
8940 * Makefile.in (man1dir): New variable.
8941 (install-arch-indep): Use man1dir.
8942
8943 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8944
8945 * make-dist: Create lisp/MANIFEST.
8946
89471995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8948
8949 * configure.in (m68k-*-linux*): New alternative.
8950
89511995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8952
8953 * make-dist: Use new names config.in, paths.in, and
8954 {src,lib-src}/Makefile.in.
8955
89561995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8957
8958 * configure.in: Don't bother checking for drem.
8959
89601995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8961
8962 * Makefile.in (distclean): Delete line with just a tab in it.
8963 (install-arch-indep): Delete spaces that precede tabs.
8964 Delete spurious `fi' left from previous change.
8965 (install): Supply `true' as command, to avoid null command.
8966
89671995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8968
8969 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8970
89711995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8972
ed9265fc 8973 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
8974
89751995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8976
8977 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8978 of paths.h.tmp$$, to avoid going beyond 14 characters.
8979
89801995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8981
8982 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8983
89841995-09-06 Paul Eggert <eggert@twinsun.com>
8985
8986 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8987 if localtime caches TZ. Check for tzset.
8988
89891995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8990
8991 * config.bat: Simplify using new names file names src/makefile.in,
8992 config.in, paths.in. Change Echo commands not to use `.
8993
89941995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8995
8996 * Makefile.in (install-arch-indep): Always install the new dir file;
8997 rename the previous dir file to dir.bak or dir.old.
8998
89991995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9000
9001 * configure.in (RANLIB): Substitute this into makefiles.
9002 Set it specially on solaris; set it by default on other systems.
9003
9004 * configure.in: Fix previous Alpha change.
9005
90061995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9007
9008 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
9009 NON_GCC_TEST_OPTIONS.
9010
90111995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9012
9013 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
9014 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
9015
9016 * configure.in (alpha-*-linux*): New configuration.
9017
90181995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9019
9020 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
9021 (m68k-next-nextstep*): New alias for that.
9022 (i*86-*-nextstep*): Use nextstep.h.
9023 (sparc-*-nextstep*): New configuration.
9024
90251995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9026
9027 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
9028 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
9029
90301995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9031
9032 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
9033 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
9034
90351995-07-18 Mike Long <mike.long@analog.com>
9036
9037 * make-dist: Fix update of finder-inf.el, and byte-compile it.
9038
90391995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9040
9041 * Makefile.in (src/paths.h, paths-force):
9042 Rename src/paths.h.in to src/paths.in.
9043 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
9044
9045 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
9046 Use Makefile.c for intermediate file.
9047 Rename src/config.h.in to src/config.in.
9048
90491995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
9050
9051 * configure.in (mips-dec-ultrix*): Assume version 4.3.
9052 (mips-dec-ultrix4.[12]): New alternative for old versions.
9053
90541995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9055
9056 * make-dist: Don't break intra-tree links.
9057
90581995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9059
90eacf99
SM
9060 * configure.in: Put back archlibdir initialization.
9061 Require autoconf 2.4.1 or later.
067d23c9
KY
9062
90631995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9064
9065 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
9066 (mips-mips-riscos5*): New alternative.
9067
90681995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9069
9070 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
9071
90721995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9073
9074 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
9075 (mandir, infodir, archlibdir): Initializations deleted.
9076
9077 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
9078 On hpux9shr, use hpux9shxr4.h.
9079
90801995-06-24 Morten Welinder <terra+@cs.cmu.edu>
9081
9082 * configure.in: Added target mips-dec-mach_bsd4.3.
9083 * config.guess: Guess mips-dec-mach_bsd4.3.
9084
90851995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9086
9087 * Makefile.in (mkdir): Use symbolic chmod.
9088
90891995-06-22 Paul Eggert <eggert@twinsun.com>
9090
9091 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
9092 SunOS 4.1.5 through 4.1.9, should they ever exist.)
9093
90941995-06-22 Paul Eggert <eggert@twinsun.com>
9095
9096 * Makefile.in (SUBDIR_MAKEFILES):
9097 Add man/Makefile, so `make distclean' removes it.
9098 (top_distclean): Add config.log to the list of files to be removed.
9099
91001995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9101
9102 * Version 19.29 released.
9103
91041995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9105
9106 * configure.in: Fix the previous change to verify that the -b
9107 option really solves the problem.
9108
9109 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
9110
91111995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9112
9113 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
9114
91151995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9116
9117 * configure.in: Report more clearly when there is no special
9118 dir to search for X includes or libraries.
9119
91201995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9121
9122 * configure.in: Check for -lpthreads, not -lpthread.
9123
91241995-06-09 Geoff Voelker <voelker@cs.washington.edu>
9125
9126 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
9127
91281995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9129
9130 * configure.in: Check for -lpthread.
9131
91321995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9133
9134 * Makefile.in (install-arch-indep): Install info files for mh-e.
9135 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
9136
91371995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9138
9139 * configure.in (*-solaris2.5): New configuration.
9140
9141 * make-dist: Copy new files config.nt and config.w95.
9142
91431995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9144
9145 * configure.in: Use x_includes, not x_libraries, for -I.
9146 Make bitmapdir a colon-separated list.
9147
91481995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
9149
9150 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
9151
9152 * configure.in: Allow x_libraries and x_includes to be paths.
9153
91541995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9155
9156 * configure.in: Fix typo.
9157
91581995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9159
9160 * INSTALL: Clarify use of site-init.el.
9161
91621995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
9163
9164 * configure.in: Pass arg to sqrt.
9165
91661995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9167
9168 * make-dist: Fix May 6 change.
9169
91701995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9171
9172 * vpath.sed: Delete reference to ymakefile.
9173
91741995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9175
9176 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
9177
91781995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9179
9180 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
9181
9182 * update-subdirs: Specify /bin/sh to run the script.
9183
91841995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9185
9186 * make-dist: Put src/makefile.nt in dist.
9187
9188 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 9189 (vax-dec-bsd386*): Delete.
067d23c9
KY
9190
91911995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9192
9193 * configure.in: Make sure CDPATH doesn't mess up PWD check.
9194 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
9195 Use fmod instead of logb in -lm check.
9196
91971995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9198
90eacf99 9199 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
9200 Use bsd4-3. Don't set NON_GNU_CPP.
9201
9202 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
9203 In nt, copy various different things, but not *.cmd.
9204 Fix the ln commands for the subdirs of nt.
9205
92061995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9207
9208 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
9209
92101995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9211
9212 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
9213 since that's what the header file expects.
9214
92151995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
9216
9217 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
9218 and 68040 based machines when choosing options for gnucc.
9219
92201995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9221
9222 * Makefile.in (top_distclean): Delete config.cache.
9223
92241995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9225
9226 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
9227
9228 * configure.in: Use m/ncr386.h.
9229
92301995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9231
9232 * Makefile.in (install-arch-indep): Undo Sep 23 change.
9233
92341995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9235
9236 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
9237 (man): Don't copy texindex.c and getopt.c; they're deleted.
9238 (etc): Omit `e'; it's a subdirectory.
9239 (etc/e): Use `../..', not `..', to reference top level.
9240
92411995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
9242
9243 * Makefile.in (install-arch-indep, dist):
9244 Look for `update-subdir' in $(srcdir).
9245
92461995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9247
9248 * make-dist: Include mkinstalldirs in distribution.
9249
92501995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9251
9252 * make-dist: Add missing close backquote.
9253
92541995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9255
9256 * make-dist: Don't distribute shortnames directory.
9257
92581995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9259
9260 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
9261
92621995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9263
9264 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
9265
92661995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9267
9268 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
9269
92701995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9271
9272 * configure.in (mips-sgi-irix6): New configuration.
9273
92741995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9275
90eacf99 9276 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
9277
92781995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
9279
9280 * configure.in: Create a .gdbinit that sources the real one,
9281 if using a different build directory.
9282
92831995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9284
9285 * configure.in: Check for sys/select.h.
9286
92871995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9288
9289 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
9290
92911994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9292
9293 * configure.in: Handle isc 4.1 operating system.
9294
92951994-12-10 Richard Stallman <rms@kepa>
9296
9297 * configure.in (rs6000-ibm-aix4.1*): New alternative.
9298 (rs6000-ibm-aix4*): New alternative.
9299
93001994-12-06 Richard Stallman <rms@kepa>
9301
9302 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
9303
93041994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9305
9306 * configure.in: Don't try to make directories that are guaranteed
9307 to already exist.
9308
93091994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9310
9311 * configure.in: Generate man/Makefile from man/Makefile.in.
9312 Create the man subdir.
9313
9314 * Makefile.in (dvi): Run Make in our man subdir.
9315
9316 * make-dist: Create subdir etc/e.
9317 Make links to it.
9318 Put man/Makefile.in in dist, instead of man/Makefile.
9319
93201994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
9321
9322 * configure.in: Add --with-pop, --with-kerberos, and
9323 --with-hesiod for movemail.
9324
93251994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9326
9327 * configure.in (m68*-apollo*): Use s/domain.h.
9328
93291994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9330
9331 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
9332
93331994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9334
9335 * configure.in: Don't add -I, -L, -R options for cc if their
9336 arguments would be empty.
9337
93381994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9339
9340 * configure.in (i860-intel-osf1*): New alternative.
9341 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
9342 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
9343
93441994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9345
9346 * configure.in: Make h_errno check not use nested functions.
9347
93481994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
9349
9350 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
9351
93521994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
9353
9354 * Makefile.in (install-arch-indep): Avoid continued comment
9355 swallowing target line.
9356
93571994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
9358
9359 * configure.in: Protect a character class with `changequote'.
9360
93611994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
9362
9363 * configure.in: Accept `news' as a synonym for `newsos'.
9364
93651994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9366
9367 * Makefile.in: Don't rm files if cd fails.
9368
93691994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9370
9371 * make-dist: Put nt subdir and its subdirs in the dist.
9372 (lib-src): Put makefile.nt in the dist.
9373 (lisp): Put makefile.nt in the dist.
9374
93751994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9376
9377 * configure.in: Change a stray `[' to `test'.
9378
93791994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
9380
9381 * configure.in: Adapt for Autoconf v2. Use the standard argument
9382 parser, host type canonicalizer, X11 finder, and message
9383 printing macros. Use the new macro names. Use `test' instead of `['.
9384
93851994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9386
9387 * configure.in: Check for getpagesize.
9388
93891994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9390
9391 * make-dist (msdos): Put sed* in the distribution.
9392
93931994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
9394
9395 * config.bat: New option, `--with-x', for configuring Emacs
9396 for use with the X11 system DesqView/X.
9397 New option, `--no-debug', for compiling Emacs without debug
9398 information thus saving disk space.
9399 (src/config.h, src/paths.h): Use `update' (which is like
9400 `move-if-changed') to change the file.
9401 (src/config.h): When configuring for X11 perform extra changes.
9402 (src/makefile): When configuring for X11 perform extra changes.
9403 (lib-src): Remove temporary files.
9404 (): Check that `sed', `rm', `mv', and `gcc' are available.
9405
94061994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9407
9408 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
9409
9410 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
9411
94121994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9413
9414 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
9415
9416 * configure.in (canonical): Substitute var into makefiles.
9417 (bitmapdir): Likewise.
9418
9419 * Makefile.in (bitmapdir): New variable.
9420 (src/paths.h, paths-force): Edit PATH_BITMAPS.
9421
94221994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9423
9424 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
9425
9426 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
9427 * update-subdirs: New shell script.
9428
94291994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9430
9431 * Makefile.in (top_distclean): Don't rm build-install.
9432 (SOURCES): Delete build-install.in.
9433
9434 * make-dist: Don't distribute build-ins.in.
9435 * build-ins.in: File deleted.
9436
94371994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
9438
9439 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
9440
94411994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9442
9443 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
9444
90eacf99
SM
9445 * configure.in (libexecdir): Rename from libdir. New default.
9446 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
9447 (datadir): New default.
9448
9449 * make-dist: Don't distribute subdirs.el.
9450
94511994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9452
9453 * configure.in (eaccess): Check for it.
9454
94551994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9456
9457 * configure.in (mktime): Check for it.
9458
94591994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
9460
9461 * configure.in (motif): Add support for usage and option checking.
9462
94631994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9464
9465 * configure.in (utimes): Check for it.
9466
94671994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
9468
9469 * Makefile.in (install-arch-indep): Don't do mkdir here.
9470
94711994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9472
9473 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9474 riscix.h renamed to acorn.h.
9475
94761994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
9477
9478 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
9479 New configurations.
9480
94811994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
9482
9483 * configure.in: Remove trailing slashes from srcdir.
9484
94851994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9486
090bd7cb 9487 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
9488
94891994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9490
ed9265fc 9491 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
9492
94931994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9494
9495 * configure.in (config_options): Save all arguments, not just some.
9496
94971994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
9498
090bd7cb 9499 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
9500
9501 * configure.in: Add AC_AIX.
9502 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
9503
95041994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9505
9506 * configure.in (parsing options): Simplify sed command to delete -'s.
9507
95081994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
9509
9510 * configure.in (config_options): New shell variable.
9511 Pass its value to C code in EMACS_CONFIG_OPTIONS.
9512
95131994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9514
9515 * configure.in (alpha-dec-osf*): New target.
9516
9517 * Makefile.in: Use just one FRC target.
9518
95191994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9520
9521 * Makefile.in (removenullpaths, paths-force):
9522 Use name paths.h.tmp$$, which depends on the pid.
9523
95241994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9525
9526 * Makefile.in (removenullpaths, paths-force):
9527 Put paths.h.tmp in top-level dir, not in src.
9528
95291994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9530
9531 * Version 19.27 released.
9532
95331994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9534
9535 * Version 19.26 released.
9536
95371994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9538
9539 * configure.in: Check for lrand48, not rand48.
9540
95411994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9542
9543 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
9544 (powerpc-ibm-aix*): New aliases.
9545
95461994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9547
9548 * make-dist (src/m, src/s): Put *.inp in distribution.
9549
95501994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9551
9552 * configure.in: Accept i586 and i486 along with i386.
9553
95541994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9555
9556 * configure.in: Do compute unexec, LIBX, system_malloc, etc
9557 even if CPP env var was set by the user.
9558
9559 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
9560
95611994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
9562
9563 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
9564
95651994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9566
9567 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
9568
95691994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9570
9571 * configure.in: Check more specifically for i*86-sun-sunos.
9572
95731994-08-03 Caveh Jalali (caveh@eng.sun.com)
9574
9575 * configure.in: Handle solaris 2.4.
9576
95771994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9578
9579 * configure.in (rand48): Check for it.
9580
95811994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9582
9583 * make-dist: Update the info files.
9584
95851994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9586
9587 * configure.in: Make "checking..." messages' style consistent.
9588 (HAVE_H_ERRNO): New test.
9589
95901994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9591
9592 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
9593
95941994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9595
9596 * configure.in (CFLAGS): If the envvar was specified, use that.
9597 And set REAL_CFLAGS from it too.
9598
95991994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9600
9601 * make-dist: Update finder-inf.el.
9602
96031994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9604
9605 * make-dist (msdos): Include sed4.inp in dist.
9606
9607 * Makefile.in (libsrc_libs): Var deleted.
9608
96091994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9610
9611 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
9612
96131994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9614
9615 * configure.in (mips-sony-newsos4*): New alias.
9616
96171994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9618
9619 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
9620 (*-convex-convexos*): Accept this as alias.
9621
96221994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9623
9624 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
9625 for two different uses.
9626
96271994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9628
9629 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
9630
96311994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9632
9633 * make-dist: Put ./BUGS into the distrib.
9634
96351994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9636
9637 * configure.in: Handle 386 running Solaris 2.
9638
96391994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9640
9641 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9642
96431994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9644
9645 * configure.in (mips-sony-newsos*): Use news-risc.h.
9646
9647 * configure.in: Accept bsdi as opsys, like bsd386.
9648
96491994-06-01 Morten Welinder (terra@diku.dk)
9650
9651 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9652
96531994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9654
9655 * Version 19.25 released.
9656
9657 * make-dist (shortversion): Don't assume another period follows.
9658
96591994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9660
9661 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9662 (uninstall): Use /bin/pwd.
9663
9664 * Makefile.in (blessmail): Depend on src.
9665 (all): Don't depend on blessmail.
9666
9667 * Makefile.in (src/paths.h): Don't force recomputation.
9668 (paths-force): New target; force recomputation of paths.h.
9669 (all): Depend on paths-force.
9670 (src, lib-src): Depend on src/paths.h.
9671
9672 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9673 NON_GCC_TEST_OPTIONS.
9674
96751994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9676
9677 * configure.in: Don't insist on subversions for irix.
9678
96791994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9680
9681 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9682
9683 * configure.in (i[34]86-next-*): New alternative.
9684
96851994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9686
9687 * Version 19.24 released.
9688
9689 * configure.in: New config hppa*-hp-hpux9shr*.
9690
96911994-05-22 Morten Welinder (terra@tyr.diku.dk)
9692
9693 * config.bat: Doc fix.
9694
96951994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9696
9697 * Makefile.in (mostlyclean, clean, distclean, realclean)
9698 (extraclean): Don't act on man subdir if it doesn't exist.
9699
97001994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9701
9702 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9703 Use them to set up CC.
9704 (*-sun-sunos4.1.3): Set them.
9705
97061994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9707
9708 * Makefile.in (lib-src): Don't depend on src/paths.h.
9709
97101994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9711
9712 * build-ins.in (copydests): Get rid of spurious `-'s.
9713
9714 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9715
97161994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9717
9718 * Version 19.23 released.
9719
9720 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9721 for the Xlib and Xt checks; then restore old CFLAGS.
9722
97231994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9724
9725 * configure.in (HAVE_X11XTR6): Add newline before #if.
9726 Add newline after #endif.
9727
97281994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9729
9730 * configure.in (HAVE_X11XTR6): Arrange to define it.
9731
97321994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9733
9734 * Makefile.in (install): Depend on blessmail.
9735
97361994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9737
9738 * configure.in (mips-siemens-sysv*): Put quotes around value
9739 containing blanks.
9740
97411994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9742
9743 * Makefile.in (TAGS): Use the makefile in src subdir.
9744
97451994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9746
9747 * configure.in (opsys): Recognize `gnu'.
9748
97491994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9750
9751 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9752
97531994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9754
9755 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
9756 version > 1.8.
9757
97581994-05-08 Morten Welinder (terra@diku.dk)
9759
9760 * config.bat: Forcibly remove "# " style comments from makefiles.
9761
97621994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9763
9764 * Makefile.in (uninstall): When processing lispdir and etcdir,
9765 do nothing unless it exists and is a directory.
9766
97671994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9768
9769 * Makefile.in (install-arch-indep): Do install info/dired-x*.
9770 Merge code in from install-doc.
9771 (install-doc): Merge code back into install-arch-indep.
9772 (install-arch-dep): Don't depend on install-doc.
9773
9774 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9775
97761994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9777
9778 * configure.in (making src/Makefile and lib-src/Makefile):
9779 Split off the autoconf substitutions and don't pass them thru cpp.
9780 (undefs): Use $canonical as well as $configuration.
9781
9782 * make-dist: Distribute lisp/Makefile.
9783
9784 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9785 Use lower case names for the s files.
9786
97871994-05-03 Morten Welinder (terra@diku.dk)
9788
9789 * config.bat: Added possibility for different file name
9790 transcriptions in lib-src.
9791
97921994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9793
9794 * Makefile.in (lib-src): Undo previous change.
9795 (blessmail): New target to run maybe-blessmail in lib-src.
9796 (all): Depend on blessmail.
9797
9798 * Makefile.in (lib-src): Depend on src.
9799
98001994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
9801
9802 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9803 (m88k-dg-dgux5.4R2): dgux5.4R2.
9804
98051994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9806
9807 * configure.in (window_system): Restore accidentally deleted code
9808 that uses AC_FIND_X.
9809
9810 * make-dist: Distribute config.bat.
9811
98121994-04-29 Morten Welinder (terra@diku.dk)
9813
9814 * config.bat: Corrected the configuration of lib-src
9815 to keep up with configure. Add note about dos version 3
9816 or better needed (djgpp needs that). Add note explaining
9817 that either install in c:/emacs or edit the script.
9818 Don't change to c:/emacs, but assume we're there (to minimize
9819 the number of places to change).
9820
9821 * config.bat: Build-in the first step towards X11 support with
9822 the X11 emulator that exists. At this time it won't work,
9823 and several files are missing.
9824
98251994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9826
9827 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9828 Don't look for -lresolv.
9829
9830 * Makefile.in (lib-src): Depend on src/paths.h.
9831
98321994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9833
9834 * configure.in: Restore deleted AC_SUBST of `configuration'.
9835 Improve error message for bad --with-x-toolkit value.
9836
9837 * configure.in: Define CONFIGURATION in src/config.h
9838 rather than substituting in src/Makefile.in.
9839
98401994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9841
9842 * Makefile.in (install-doc): New target.
9843 (install-arch-dep): Depend on install-doc.
9844 (mkdir): Create docdir.
9845
98461994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9847
9848 * configure.in: Test for libresolv.a.
9849 Substitute machfile and opsysfile.
9850
98511994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9852
9853 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9854 (install-arch-dep): Install under the name $(EMACS).
9855
98561994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9857
9858 * configure.in (version): Use entire value of emacs-version.
9859 (mips-siemens-sysv*): New alternative.
9860
98611994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9862
9863 * Makefile.in (install-arch-indep): Don't install dired-x*.
9864
98651994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9866
9867 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9868 Fix definition of $undefs.
9869
98701994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9871
9872 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9873
9874 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9875
98761994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9877
9878 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9879
98801994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9881
9882 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9883 and run it thru cpp, as with src/Makefile.in.
9884
9885 * configure.in: Use AC_SET_MAKE.
9886
98871994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9888
9889 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9890
98911994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9892
9893 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9894
9895 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9896 (printing the choices): Make the toolkit message unconditional.
9897 (USE_X_TOOLKIT): Use `none', not `no', if none.
9898 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9899 Get rid of temp file foofoo1.
9900
99011994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9902
9903 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9904
99051994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9906
9907 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9908 (printing the choices): State choice of toolkit.
9909 (libsrc_libs): Recalculate after writing config.h;
9910 then update lib-src/Makefile.
9911
99121994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9913
9914 * configure.in: Add sunos4shr as alternative for suns.
9915 Conditionals testing for null $CC were backwards.
9916
99171994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9918
9919 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9920
99211994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9922
9923 * configure.in: Handle -isc4.0*.
9924
99251994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9926
9927 * configure.in (esix5): Set NON_GNU_CPP.
9928
99291994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9930
9931 * Makefile.in (thisdir): Nonsensical variable removed.
9932 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9933 back to $thisdir, rather than the directory `this_dir'.
9934
99351994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9936
9937 * Makefile.in (install-arch-indep): Add missing backslash after a
9938 `then'.
9939
99401994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9941
9942 * Makefile.in (thisdir): New variable.
9943 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9944
99451994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9946
9947 * configure.in: Add freebsd.
9948
99491994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9950
9951 * configure.in: Check for fpathconf.
9952
99531994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9954
9955 * configure.in (with_x_toolkit): Fix typo in previous change.
9956
99571994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9958
9959 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9960
99611994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9962
9963 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9964
99651994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9966
9967 * configure.in: Fix value of docdir.
9968 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9969
99701994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9971
9972 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9973
99741994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9975
9976 * configure.in: New variable docdir to control where the docstring
9977 file goes.
9978 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9979
99801994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9981
9982 * configure.in: When --run-in-place, don't inherit archlibdir.
9983
99841994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9985
9986 * Makefile.in (install-arch-dep, install-arch-indep):
9987 New targets split up former do-install rule.
9988 (do-install): Target deleted.
9989
99901994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9991
9992 * configure.in (mips-sony-newsos*): New configuration.
9993
99941994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9995
90eacf99 9996 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
9997
99981994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9999
10000 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
10001
100021994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10003
10004 * configure.in: Don't initialize CC.
10005
100061994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10007
10008 * configure.in (creating src/Makefile): Also generate -U switches
10009 for symbols in the $configuration value.
10010
10011 * configure.in: Check for sys_siglist being declared in system header.
10012
100131994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10014
10015 * configure.in (creating src/Makefile): Delete blank lines
10016 along with lines of whitespace.
10017 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
10018
100191994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10020
10021 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
10022 like C_SWITCH_SYSTEM.
10023 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
10024
100251994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10026
10027 * configure.in (drem): Check for this function.
10028
100291994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10030
10031 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
10032 If CPP was inherited from environment, don't use NON_GNU_CPP.
10033 (NON_GNU_CC): Likewise.
10034 (handling with_gcc): Use explicit if in the `no' case.
10035 (cc_specified): New variable; if set, don't use NON_GNU_CC.
10036
100371994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10038
10039 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
10040
100411994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
10042
10043 * configure.in: Check whether fmod exists.
10044
100451994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10046
10047 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
10048 {src,lisp}/OChangeLog.
10049
100501994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10051
10052 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
10053 necessary for proper operation. This code works with the current
10054 released version of Autoconf.
10055
100561994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10057
10058 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
10059 (USE_X_TOOLKIT): Define it for all values except `no'.
10060
10061 * configure.in: Undo first Jan 8 change and Jan 16 change.
10062
100631994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10064
10065 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
10066 Substitute USE_X_TOOLKIT as both C macro and Make variable.
10067
10068 * Makefile.in (lwlib/Makefile): New target.
10069 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
10070 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
10071 (unlock, relock): Handle lwlib subdir.
10072
10073 * Makefile.in: Add some .PHONY targets.
10074
10075 * make-dist: Handle lwlib subdir like oldXMenu subdir.
10076
10077 * lwlib: New subdirectory.
10078
100791994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10080
10081 * configure.in: If CPP has a value that is a directory,
10082 discard the value.
10083
100841994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10085
10086 * configure.in (srcdir_undefs): Add g flag to sed substitution to
10087 remove -U[0-9]*.
10088
100891994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10090
10091 * Makefile.in (do-install): Install the dired-x info files.
10092
10093 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
10094 (See src/s/sol2.h.)
10095
100961994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10097
10098 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
10099
101001994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10101
10102 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 10103 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
10104 gratuitously break this and not make a change log entry.
10105 Optimized sed processing of Makefile.in and cpp output; now
10106 preserves comments previously removed from the cpp input.
10107 Eliminated temp file for cpp output. Generate -U switches to
10108 undefine all identifiers that appear in the directory name
10109 ${srcdir}; pass these to cpp.
10110
10111 * configure.in (version): Fix sed regexp to match two-elt version
10112 number.
10113
10114 * configure.in: Check for strerror.
10115
101161994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10117
10118 * configure.in: Test for bcmp.
10119
101201994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10121
10122 * make-dist (tempdir): Put subdir msdos into the distribution.
10123
101241993-01-07 Morten Welinder (terra@diku.dk)
10125
10126 * config.bat: New file.
10127
101281994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10129
10130 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
10131
101321994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10133
10134 * configure.in (m68*-next-*): Don't care about which os is specified.
10135 (i[34]86-*-*): Check for *-nextstop*.
10136
101371993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10138
10139 * configure.in: Check for setsid.
10140
101411993-12-17 Richard Stallman (rms@srarc2)
10142
10143 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
10144
101451993-12-15 Richard Stallman (rms@srarc2)
10146
10147 * Makefile.in (mkdir): Make only the lockdir writable.
10148
90eacf99 10149 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
10150
101511993-12-11 Richard Stallman (rms@srarc2)
10152
10153 * Makefile.in (libdir): Use @libdir@.
10154
101551993-12-08 Richard Stallman (rms@srarc2)
10156
10157 * Makefile.in (install): Add empty command.
10158
101591993-12-04 Richard Stallman (rms@srarc2)
10160
10161 * make-dist: Put man/getopt.c in the dist.
10162
10163 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
10164
10165 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
10166
101671993-12-03 Richard Stallman (rms@srarc2)
10168
10169 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
10170 Set it for all solaris versions.
10171 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
10172 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
10173 Likewise for NON_GNU_CC and CC.
10174
101751993-12-01 Richard Stallman (rms@srarc2)
10176
10177 * configure.in (mips-mips-riscos4*): Assign variable CC.
10178 (checking ${with_gcc}): If "no", don't override CC if already set.
10179 (CC): Initialize it as empty.
10180
101811993-11-30 Richard Stallman (rms@srarc2)
10182
10183 * configure.in (Suns): Set CPP if *-solaris2.3*.
10184
101851993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10186
10187 * Version 19.22 released.
10188
10189 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
10190
101911993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10192
10193 * make-dist: When breaking links, use cp -p.
10194 Copy install.sh into distribution.
10195 Move the temp dir up into the parent dir;
10196 don't leave the staging dir make-dist.tmp... in existence.
10197 * install.sh: New file.
10198
101991993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10200
10201 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
10202
102031993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10204
10205 * configure.in (version): When --run-in-place, exclude
10206 ${datadir}/emacs/site-lisp from locallisppath.
10207
102081993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10209
10210 * configure.in: Delete jumk.c before writing it.
10211
102121993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10213
10214 * Version 19.21 released.
10215
10216 * Makefile.in (mkdir): Ignore error from chmod.
10217
102181993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10219
10220 * make-dist: Don't put lisp/forms.README in the distribution.
10221
102221993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10223
10224 * configure.in (creating src/Makefile): Before running cpp,
10225 discard all lines that start with `# Generated' or /**/#.
10226
102271993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10228
10229 * Version 19.20 released.
10230
10231 * make-dist: Use build-ins.in, not build-install.in.
10232 Don't bother updating TAGS since it's not included.
10233
10234 * build-ins.in: Renamed from build-install.in.
10235
102361993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10237
10238 * make-dist: Don't try to link *.texinfo--there are none now.
10239 When running make in lib-src, specify YACC var value.
10240
102411993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10242
10243 * configure.in (extrasub): Add vpath patterns for %.[yls].
10244
10245 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
10246 Instead just include the commands to make src/Makefile as the
10247 second arg to AC_OUTPUT.
10248
10249 * configure.in: Use : instead of dnl for comment inside
10250 $makefile_command.
10251
10252 * configure.in: No longer use vpath_sed. Instead, when we notice
10253 srcdir already configured, set extrasub to hack vpath in the
10254 makefiles.
10255
10256 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
10257 before moving it.
10258 * Makefile.in (VPATH): Define to @srcdir@.
10259
102601993-09-28 Brian J. Fox (bfox@cubit)
10261
10262 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
10263 doesn't exist. Just copy src/Makefile.in instead.
10264 Touch all of the Makefiles after editing config.status.
067d23c9
KY
10265
10266 * INSTALL: Update documentation to match new configuration
10267 mechanism.
10268
102691993-09-27 Brian J. Fox (bfox@ai.mit.edu)
10270
10271 * configure.in: Allow any of the path or directory Makefile
10272 variables to be set with flags to configure. Create all Makefiles
10273 at configure time. Edit special commands into config.status after
10274 src/Makefile.in is built from src/Makefile.
10275
10276 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
10277 If these files are out of date, simply have config.status
10278 rebuild them; don't rebuild them explicitly.
10279
102801993-09-25 Brian J. Fox (bfox@ai.mit.edu)
10281
10282 * build-install.in: Change src/xemacs to src/emacs. We no longer
10283 create src/xemacs, so the file wouldn't be found.
10284
10285 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
10286
102871993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
10288
10289 * configure.in: Avoid forcing the search of /usr/include before
10290 fixed include files by resetting C_SWITCH_X_SITE if it is
10291 "-I/usr/include".
10292
102931993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10294
10295 * Makefile.in (@rip_paths@locallisppath):
10296 Delete ${datadir}/emacs/site-lisp.
10297
102981993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10299
10300 * configure.in:
10301 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
10302 Remove ${extra_output} from AC_OUTPUT call.
10303
103041993-09-17 Brian J. Fox (bfox@inferno)
10305
10306 * make-dist: Quote backquotes found in strings to be echoed.
10307
10308 * configure.in: Use "sh -c pwd" when we want to avoid having the
10309 shell fix up the value of $PWD.
10310
103111993-09-13 Brian J. Fox (bfox@inferno)
10312
10313 * Makefile.in (do-install): Don't abort if ln or chmod at the end
10314 of the installation fail. Suggested by Karl Berry.
10315
103161993-08-30 Brian J. Fox (bfox@inferno)
10317
10318 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
10319 was used. Set MAKEFLAGS from MFLAGS.
10320
103211993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10322
10323 * configure.in: Test for res_init in libc.
10324
103251993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10326
10327 * configure.in: In the file ${tempcname}, use configure___
10328 instead of @configure@.
10329
103301993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
10331
ed9265fc 10332 * make-dist: Dist vpath.sed.
067d23c9
KY
10333
10334 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
10335 Depend on vpath.sed.
6e81c819 10336 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
10337
10338 * configure.in: Substitute variable `vpath_sed'.
10339 If not in $srcdir and $srcdir is configured,
10340 issue warning that GNU make is required,
10341 and set vpath_sed to use vpath.sed script.
10342
103431993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10344
90eacf99
SM
10345 * configure.in: Remove check for $srcdir being configured.
10346 This pretty much works now.
067d23c9
KY
10347 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
10348 Check for XFree86 (/usr/X386/include) independent of whether
10349 -lXbsd exists.
10350
10351 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
10352 realclean, unlock, relock): Use `$(MAKE)' in place of plain
10353 `make'.
10354
103551993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10356
10357 * Version 19.19 released.
10358
10359 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
10360
103611993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10362
10363 * configure.in: Check for XScreenNumberOfScreen.
10364
103651993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10366
10367 * configure.in: Add * to end of all configuration alternatives.
10368 (m68*-sony-newsos3*): New alternative.
10369
103701993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10371
10372 * make-dist: Include getdate.c in distribution.
10373
10374 * configure.in: For --help, use $PAGER if it is set.
10375 (LIB_X11_LIB): Default to -lX11.
10376 (mips-sgi-irix5.*): New alternative.
10377
10378 * Makefile.in (do-install): Install info/gnus* and info/sc*.
10379
10380 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
10381 Recognize *.B8.* as hpux version 8.
10382 (m68*-tektronix-bsd*): Fix typo in tek4300.
10383 (AC_HAVE_FUNCS): Add ftime.
10384
103851993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10386
90eacf99 10387 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
10388 Use tekxd88, not tekXD88.
10389
103901993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10391
10392 * configure.in: Check for -lm. Then can check for frexp and logb.
10393
103941993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10395
10396 * Version 19.18 released.
10397
10398 * make-dist (src): Don't put gnu-hp300 in dist.
10399 (src, lisp): Include OChangeLog in dist.
10400
104011993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10402
10403 * configure.in: Test for presence of logb and frexp functions.
10404
104051993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10406
10407 * configure.in (machine): Add i370-ibm-aix*.
10408
104091993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10410
10411 * configure.in (function checks): Test for mkdir and rmdir.
10412
10413 * configure.in (function checks): Don't test for random and bcopy
10414 only when we're building with X; look for them all the time.
10415
104161993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10417
10418 * configure.in: Test for availability of bcopy functions, searching
10419 the X libraries if we're using X.
10420
10421 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
10422 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
10423 versions of AIX, and needs to be passed to the loader.
10424
10425 * configure.in: Test for the availability of the
10426 XScreenResourceString function.
10427
104281993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
10429
10430 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
10431 LD_SWITCH_X_SITE and assume --with-x11.
10432 Only look for X11 files if we weren't told about a window system
10433 or if we were told to use X11 but not told where.
10434 Search the libraries from the s and/or m files when checking for
10435 functions.
10436
10437 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
10438
104391993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10440
10441 * make-dist: Include lisp/dired.todo in the distribution.
10442
104431993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10444
10445 * configure.in: Add code to set HAVE_INET_SOCKETS.
10446
104471993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10448
10449 * configure.in: If we do find x_includes and x_libraries
10450 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
10451
104521993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10453
10454 * make-dist: Include src/gnu-hp300 in the dist.
10455
10456 * configure.in (canonical): New variable holds the canonicalized
10457 configuration. Don't alter `configuration'. Use `configuration'
10458 for Makefile.in for file naming.
10459 (testing x_includes and x_libraries): Use =, not ==.
10460
104611993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10462
10463 * Version 19.17 released.
10464
10465 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
10466 directory's makefile. This allows the invocation of CPP which
10467 builds xmakefile to receive these switches. The SunSoft C
10468 preprocessor inserts spaces between tokens if it doesn't get the
10469 -Xs flag requested in src/s/sol2.h.
10470
104711993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
10472
10473 * configure.in (m68k-bull-sysv3): New config.
10474
104751993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10476
10477 * configure.in: Use the autoconf AC_FIND_X macro to try to find
10478 the X Windows libraries.
10479
104801993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10481
10482 * make-dist (tempdir): Don't create lisp/forms-mode directory in
10483 the distribution. Those files aren't kept in their own
10484 subdirectory any more.
10485
104861993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10487
10488 * Version 19.16 released.
10489
104901993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10491
10492 * configure.in: Add --verbose flag.
10493
104941993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10495
10496 * version 19.15 released.
10497
104981993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10499
10500 * Makefile.in (top_distclean): Use -f switch when cleaning out
10501 lock dir; it might be empty.
10502
10503 * configure.in: Only check for -lXbsd once.
10504
105051993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10506
10507 * Version 19.14 released.
10508
105091993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10510
10511 * make-dist: If using gzip, create distribution with '.gz' extension.
10512
10513 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
10514 (lisp/forms-mode): This doesn't exist anymore.
10515
10516 * configure.in: Look for the closedir function.
10517
105181993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10519
10520 * configure.in (CPP): Autoconf sets this to a shell variable
10521 reference, which doesn't work when it's edited into a makefile.
10522 Expand that variable reference.
10523
10524 * Makefile.in (CPP): New variable.
10525 (src/Makefile): Edit CPP into src/Makefile.
10526
10527 * Makefile.in (src/Makefile): Don't bother exiting single quotes
10528 and entering double quotes to get the values of LD_SWITCH_X_SITE
10529 and the other make variables; make substitutes them in anyway.
10530
10531 * Makefile.in (uninstall): Don't remove the lisp and etc
10532 directories if they're in the source tree.
10533
10534 Bring mumbleclean targets into conformance with GNU coding standards.
10535 * Makefile.in (mostlyclean, clean): Separate these two; just have
10536 them pass the request to the subdirectory makefiles.
10537 (distclean): Pass the request down, and then get rid of the
10538 files configure built, and get rid of the Makefiles.
10539 (realclean): Pass the request down, and then do the same things
10540 distclean does.
10541 (uninstall, info, dvi): New targets.
10542
10543 * configure.in: Move clause for PC-compatible i386 box to the end
10544 of the case statement, to avoid masking configurations below.
10545
10546 * configure.in: Add case for m88k-motorola-sysv4.
10547
10548 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10549 the HP 68000 machines.
10550
10551 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10552 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10553 preprocessor won't fiddle with them.
10554
105551993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10556
10557 * Makefile.in (TAGS): cd to src to run etags.
10558
105591993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10560
10561 * configure.in (version): Check the X libraries for XrmSetDatabase
10562 and random, and see if we have -lXbsd.
10563
105641993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10565
10566 * configure.in: Pass "-Isrc" to the CPP we run to examine the
10567 s/*.h and m/*.h files. Martin Tomes
10568 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
10569
105701993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10571
10572 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
10573 above the general i386 alternative.
10574
105751993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10576
10577 * configure.in: Recognize configuration name for Data General
10578 AViiON machines.
10579
10580 * configure.in: Use AC_LONG_FILE_NAMES.
10581
105821993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10583
10584 * configure.in: Test for bison.
10585 * Makefile.in (YACC): New variable.
10586 (lib-src/Makefile.in): Edit YACC into the makefile.
10587
105881993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10589
10590 * Version 19.13 released.
10591
10592 * configure.in (CFLAGS): Don't set this according to the value of
10593 the GCC shell variable. Instead, consult the machine and system
10594 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
10595 test __GNUC__ while we're at it.
10596
10597 * configure.in: Remove extra ;; from hpux cases.
10598
105991993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10600
10601 * configure.in: Check to see if the system has -ldnet.
10602
106031993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10604
10605 * make-dist: Add clauses to distribute lisp/forms-mode.
10606
106071993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10608
10609 * configure.in (machine): Fix the versions in hpux version number test.
10610 Do not guess based on cpu type. Do check for explicit system version.
10611
106121993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10613
10614 * configure.in: Do NOT look for `unknown' as company name.
10615
106161993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10617
10618 * configure.in: Fix typo in message.
10619
106201993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10621
10622 * Version 19.12 released.
10623
10624 * Makefile.in (do-install): Correct previous etc-copying change.
10625 Partially rewrite using `if'.
10626 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
10627
10628 * Version 19.11 released.
10629
10630 * configure.in: Handle 386bsd.
10631
106321993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10633
10634 * make-dist: Update getdate.c.
10635
10636 * configure.in: Handle bsd386.
10637
10638 * Makefile.in (do-install): Use `-' in tar options.
10639
10640 * configure.in: Change ! "${...}" to x"${...}" = x.
10641
10642 * Makefile.in (do-install): Copy the DOC-* files from the build
10643 etc directory, as well as lots of things from ${srcdir}/etc.
10644
10645 * make-dist: Copy config.guess.
10646
10647 * configure.in: Handle AIX versions 1.2, 1.3.
10648
106491993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10650
10651 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10652 the configuration name mips-mips-usg* to represent USG systems.
10653
10654 * configure.in: Fix logic to detect if srcdir is already configured.
10655
10656 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10657
10658 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10659 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10660 of a directory; cd might fail, and have pwd print out the current
10661 directory.
10662
106631993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10664
10665 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10666
106671993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10668
10669 * configure.in: Complain if srcdir points at an already-configured
10670 tree.
10671
106721993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10673
10674 * Version 19.10 released.
10675
106761993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10677
10678 * Makefile.in: Use Makefile comments, not C comments.
10679
10680 * configure.in: Add case for the Tektronix XD88.
10681
106821993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10683
10684 * configure.in: Handle sysv4.2 and sysvr4.2.
10685
106861993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10687
10688 * configure.in: Traverse the argument list without destroying it;
10689 don't use shift. It turns out that "set - ${saved_arguments}"
10690 doesn't work portably.
10691
10692 * configure.in: Add missing "fi".
10693
10694 * make-dist: Rebuild configure if configure.in is newer.
10695
10696 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10697 targets to be executed even if make remembers that it has already
10698 satisfied FRC.
10699
107001993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10701
10702 * Makefile.in (do-install): Delete redundant code to copy etc twice.
10703
10704 * configure.in (romp): Handle various version numbers with aos and bsd.
10705
107061993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10707
10708 * configure.in: Fix message text.
10709
107101993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10711
10712 * make-dist: Make a `site-lisp' directory in the distribution,
10713 instead of a `local-lisp' directory, which hasn't been the
10714 appropriate name for a long time.
10715 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10716 from the distribution first, then /usr/local/lib/emacs/site-lisp.
10717
10718 * Makefile.in (do-install): Correctly detect if ./etc and
10719 ${srcdir}/etc are the same.
10720
10721 * configure.in: Extract UNEXEC from the system configuration
10722 files, compute the name of the source file corresponding to the
10723 object file, and #define it as UNEXEC_SRC in config.h.
10724
10725 * configure.in: If srcdir is '.', then try using PWD to make it
10726 absolute.
10727
10728 * configure.in: Include ${srcdir} in the printed report, to help
10729 people notice if it's an automounter path.
10730
107311993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10732
10733 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10734
107351993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10736
10737 * Makefile.in (do-install): Delete the dest dir, not the source dir,
10738 when they are different. Add `shift' command.
10739 (COPYDESTS, COPYDIR): Delete external-lisp dir.
10740 (externallispdir): Var deleted.
10741
10742 * configure.in: Delete spurious paren outputting short_usage.
10743
107441993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10745
10746 * Version 19.9 released.
10747
107481993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10749
10750 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10751 subdirectory makes.
10752
10753 * make-dist: Check for .elc files with no corresponding .el file.
10754
10755 * Makefile.in (mkdir): Make all the directories in locallisppath.
10756
10757 * config.guess: New file.
10758 * configure.in: Use it, tentatively.
10759 * INSTALL: Mention its usage.
10760
10761 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
10762 the former gives you the operating system rev directly.
10763 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
10764
10765 * Makefile.in (do-install): Don't remove a destination directory
10766 if it's the same as the source. If ${srcdir}/info == ${infodir},
10767 don't try to copy the info files.
10768
10769 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10770 doesn't work if you're not using a separate source directory.
10771 (do-install): Copy the build tree's etc directory only after
10772 making sure it's not also the source tree's etc directory.
10773
107741993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10775
10776 * configure.in: Handle sunos4.1.3 specially.
10777
107781993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10779
10780 * Makefile.in (INSTALL): Add definition.
10781
10782 * configure.in: Fix some messages. Support -with-gnu-cc.
10783 At the end, use `set --', not `set -'.
10784 Delete spurious `.h' in hpux alternatives.
10785
107861993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10787
10788 * Version 19.8 released.
10789
107901993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10791
10792 * configure.in: When looking for source in the same directory as
10793 the configure script, make the path thus discovered absolute.
10794 If the user specifies the `--srcdir' switch, make that directory
10795 absolute too.
10796
10797 * Makefile.in (srcdir): Remove comment saying this doesn't work.
10798
10799 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10800 too, as the value of the PATH_INFO macro.
10801
10802 * configure.in: Check to see if the source lives in the same
10803 directory as the configure script.
10804
108051993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10806
10807 * Makefile.in (install): Split this into `install' and
10808 `do-install', to give people more control over exactly what gets
10809 done.
90eacf99
SM
10810 (do-install): New target, containing the guts of `install'.
10811 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
10812 it all before the copying loop. Pass more flags to the lib-src
10813 make.
10814 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10815 avoid errors and warnings.
10816
10817 * configure.in: For generic IBM PC boxes, insist on "unknown" for
10818 the manufacturer - the more general case was blocking other i386
10819 configuration names below, and that's how the names are written in
10820 MACHINES anyway.
10821
10822 * make-dist: When breaking links, remove the link before moving
10823 the copy onto it, to avoid interactive behavior.
10824
10825 * Makefile.in: Doc fix.
10826
10827 * configure.in: Doc fix.
10828
10829 * INSTALL: Mention --exec-prefix option.
10830
10831 * configure.in: Add support for the `--exec-prefix' option.
10832 * Makefile.in: Accept that support.
10833
10834 * configure.in: Use the AC_PROG_INSTALL macro.
10835 * Makefile.in (INSTALL): Variable removed.
10836 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10837
10838 * configure.in: Distinguish between hp800's and hp700's by calling
10839 "uname -m".
10840
108411993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10842
10843 * configure.in: Recognize configuration names for i860 boxes
10844 running SYSV.
10845
108461993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10847
10848 * configure.in: Distinguish between hp800's and hp700's by the
10849 version of HP/UX they run, since that's something people are more
10850 likely to know - hp700's run 8.0.
10851 Add HP 700 configuration.
10852
10853 * configure.in: Test for the presence of the `rename' function.
10854
10855 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10856 configure.in.
10857 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10858
10859 * make-dist: Break intra-tree links.
10860
10861 * configure.in: Explain that this is an autoconf script, and give
10862 instructions for rebuilding configure from it. Arrange to put
10863 comments in configure explaining this too.
10864
10865 * configure.in: Make the first line of the configure script be
10866 "#!/bin/sh". Leaving the first line blank didn't work.
10867
90eacf99 10868 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
10869 the options briefly.
10870
10871 * configure.in: Implement the --prefix option.
10872 * Makefile.in (prefix): Add support for it here.
10873 * INSTALL: Document it here.
10874
10875 * Makefile.in (install): Don't assume that the files in the `info'
10876 subdirectory match *.info. They don't have that prefix.
10877
108781993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10879
10880 * configure.in: Add case for version 5 of Esix.
10881
108821993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10883
10884 * Version 19.7 released.
10885
10886 * make-dist: There aren't any *.com files in lib-src anymore.
10887
10888 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10889 them; they're symlinks to other filesystems on the GNU machines.
10890
10891 * make-dist: Check that the manual reflects the same version of
10892 Emacs as stated in lisp/version.el. Edit that version number into
10893 the README file.
10894
108951993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10896
10897 * configure.in: Remove the hack of AC_DEFINE; use
10898 AC_DEFINE_UNQUOTED.
10899
109001993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10901
10902 * make-dist: Don't distribute precomp.com, compile.com, or
10903 link.com from ./src; they're in ./vms now.
10904
10905 Some time-handling patches from Paul Eggert:
10906 * configure.in: Add AC_TIMEZONE.
10907
109081993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10909
10910 * configure.in: Recognize Linux as a valid operating system for
10911 the i386.
10912
109131993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10914
10915 * make-dist: Distribute some VMS files we got from Richard Levitte.
10916
10917 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10918 the source for the sed command, not oldXMenu/Makefile.
10919
109201993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10921
10922 * INSTALL: Don't claim the srcdir option doesn't work.
10923
109241993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10925
10926 * configure.in: Include remarks saying what order the autoconf
10927 tests should go in, and remind people to change config.h.in
10928 whenever they add autoconf tests which make #definitions.
10929
10930 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10931
109321993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10933
10934 * Makefile.in (oldXMenu/Makefile): Make this depend on
10935 ${srcdir}/oldXMenu/Makefile.in, not itself.
10936
10937 * PROBLEMS: Some updates from David J. Mackenzie.
10938
10939 More changes from David J. Mackenzie.
90eacf99
SM
10940 * Makefile.in (install.sysv, install.xenix, install.aix):
10941 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
10942 differences.
10943 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 10944 (INSTALLFLAGS): Remove.
067d23c9
KY
10945 (INSTALL): Include the -c flag.
10946 (install): Change the way we invoke install accordingly.
10947
10948 Install ${srcdir} changes from DJM.
10949 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10950 list.
10951 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10952 the source tree and the etc directory in the object tree.
10953 (${SUBDIR}): Pass the prefix variable down to submakes.
10954 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10955 in /bin.
10956 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10957 values for srcdir and VPATH.
10958 (install): Add `v' flag to tar command. Make sure that `dir'
10959 exists in ${srcdir}/info before copying it. Remember that the man
10960 pages come from the source tree, not the object tree.
10961 * configure.in: Remove remarks saying that the --srcdir option
10962 doesn't work.
10963 Create the etc directory in the object tree.
10964 Recognize configuration names of the form *-sun-solaris*.
10965 Recognize sunos5 and solaris as operating system names.
10966
10967 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10968 lib-src/getdate.y and src/systime.h.
10969
109701993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10971
10972 * make-dist: Make links in info subdir.
10973
109741993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10975
10976 * configure.in: Call AC_STDC_HEADERS.
10977
109781993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10979
10980 * configure.in: Sidestep autoconf's quoting of the second argument
10981 of AC_DEFINE, so we can specify the value to put there. It would
10982 be nice if autoconf provided some way to specify computed values
10983 for macros.
10984
109851993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10986
90eacf99 10987 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
10988 this is always just -DHAVE_CONFIG_H.
10989
10990 The GNU coding standards specify that CFLAGS should be left for
10991 users to set.
10992 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
10993 for this.
10994 Don't have it default to DEFS.
067d23c9
KY
10995 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10996 (lib-src/Makefile, src/Makefile): Edit the default value for
10997 CFLAGS into these files, not DEFS.
10998 * configure.in (CFLAGS): Choose a default value for this - "-g"
10999 normally, or "-g -O" if we're using GCC. Edit it into the
11000 top-level Makefile.
11001
11002 * configure.in: When scanning the machine and system description
11003 #include files, write their names to conftest.c properly.
11004
110051993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11006
11007 * configure.in: In configuration name case for Apallos running
11008 Domainios, set opsys, not opsysfile.
11009
11010 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
11011 src/config.h, instead of AC_OUTPUT; the latter overwrites
11012 src/config.h even when it hasn't changed, puts a makefile-style
11013 comment at the top even though it's C code, and produces a
11014 config.status script which doesn't do the job right.
11015
11016 * configure.in: Add AC_LN_S test, so we can tell whether or not we
11017 can use a symbolic link to get the X Menu library into src.
11018 * Makefile.in (LN_S): New variable.
11019 (src/Makefile): Edit the value of LN_S into this makefile.
11020
110211993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11022
11023 * configure.in: Support *-sco3.2v4* as opsystem.
11024
11025 * make-dist: Don't include calc directory.
11026 Exclude many files in the man directory; copy a few.
11027
110281993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11029
11030 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
11031 call AC_STRUCT_TM to see what's in time.h.
11032
11033 * configure.in: Employ quoting stupidity to get the value of CPP
11034 to expand properly.
11035
110361993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11037
11038 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
11039 variable to scan the machine and system description files.
11040
11041 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
11042 so that getdate.y builds correctly.
11043
110441993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11045
11046 * configure.in (tempcname): Change this to "conftest.c", so it will
11047 work properly on systems with short filenames; this is the name
11048 autoconf uses.
11049
11050 * configure.in: Also detect the availability of dup2 and
11051 gethostname.
11052
11053 * configure.in: Use the AC_ALLOCA test.
11054 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
11055 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
11056
110571993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11058
11059 * make-dist: Distribute configure, as well as configure.in.
11060 Oversight.
11061
110621993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11063
11064 * Makefile.in (install): Print out the name of the directory we're
11065 copying, so people can have some idea of whether we're making
11066 progress.
11067
11068 * Makefile.in (install.aix, install.xenix, install.sysv, install):
11069 Don't forget to re-create the COPYDESTS directories after we clear
11070 them out.
11071
110721993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11073
11074 * Makefile.in: Add autoconf cookies so that the configure
11075 script can comment out sections of path variable definitions to
11076 choose between the installable configuration and the run-in-place
11077 configuration.
11078 * configure.in: Add new option `--run-in-place', to select the
11079 run-in-place path definitions.
11080
11081 * configure.in: Add a clause to the big configuration name case
11082 for the NeXT machine.
11083
110841993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11085
11086 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11087 Make sure that each source directory exists, and is different from
11088 the destination directory; then, delete the destination before
11089 copying over the source.
11090
11091 * make-dist: Distribute configure.in, instead of configure.
11092
110931993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11094
11095 * configure.in: Don't set CC to "gcc -O" if the user specifies
11096 `--with-gcc'. Add -O to DEFS if GCC is set.
11097
110981993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11099
11100 * Makefile.in (clean mostlyclean): Missing right paren.
11101
11102 * configure.in: When checking for X windows, search for an X11
11103 subdirectory of ${x_includes}.
11104
11105 * configure.in: Check for gettimeofday function, for getdate.y.
11106
11107 Change `configure' to a mixture of custom code and autoconf stuff.
11108 autoconf can't derive all the information we need, but we'd really
11109 like to be able to take advantage of some of its tests, and its
11110 file-editing facilities.
11111 * configure.in: Renamed from configure.
11112 Quote the sections of shell script we want copied literally to
11113 the configure script.
11114 (compile): Initialize this to make the autoconf macros' code happy.
11115 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
11116 code to do their jobs.
11117 Use autoconf to produce Makefile and src/config.h.
11118 Remove the Makefile-style comment that autoconf places at the top
11119 of src/config.h.
90eacf99
SM
11120 (config_h_opts): Remove - no longer necessary.
11121 * Makefile.in (configname): Rename to configuration.
11122 (CONFIG_CFLAGS): Rename to DEFS.
11123 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
11124 get values via autoload @cookies@.
11125 (libsrc_libs): Get this from autoconf. We used to do nothing
11126 about this.
11127 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
11128
90eacf99
SM
11129 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
11130 Don't echo the move-if-change command.
067d23c9
KY
11131
111321993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
11133
11134 * make-dist: Distribute lib-src/rcs-checkin.
11135
11136 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
11137 Don't try to make links to the RCS or Old subdirectories.
11138 Use the appropriate extension for the compression type in use.
11139 Create the tar file in the shell's initial default directory, not
11140 in ${tempparent}.
11141 Erase the whole ${tempparent} tree, not just ${tempdir}.
11142
111431993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11144
11145 * Makefile.in (src/paths.h): Don't echo the huge sed command we
11146 use to build paths.h.
11147 (lib-src/Makefile, src/Makefile): Similarly.
11148
11149 * configure: Extend test for working `const' keyword to handle AIX
11150 3.2 cc.
11151
111521993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11153
11154 * make-dist: Distribute lisp/term/ChangeLog.
11155
11156 Arrange for C compilation throughout the tree to get
11157 C_SWITCH_SYSTEM from the configuration files.
11158 * configure: Extract C_SWITCH_SYSTEM from the machine and
11159 system-dependent files, and save it in the top-level Makefile.
11160 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
11161 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
11162
11163 * make-dist: Include the VMS support files in oldXMenu in the
11164 distribution.
11165
11166 * configure: Doc fix.
11167
11168 * configure: Fix corrupted config_h_opts.
11169
11170 * configure: Properly report option names in error messages.
11171
11172 * configure: Properly recognize --x-includes and --x-libraries
11173 options.
11174
11175 * configure: Fix syntax errors in code handling XFree386.
11176
111771993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11178
11179 * configure: Add special code to detect XFree386, and tell
11180 config.h about it.
11181
11182 * configure: Properly handle extracting values of LIBS_MACHINE and
11183 LIBS_SYSTEM that contain spaces.
11184
90eacf99
SM
11185 * configure: Add `--x-includes' and `--x-libraries' options.
11186 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
11187 large sites, have said they have their X files installed in odd
11188 places. Implement them by setting C_SWITCH_X_SITE and
11189 LD_SWITCH_X_SITE in src/config.h.
11190
111911993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11192
11193 * make-dist: Don't distribute etc/Old files.
11194
11195 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
11196 backups.
11197
111981993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11199
11200 * make-dist: Fix typo.
11201
112021993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11203
11204 * make-dist: Corrected typo, fixed it to discard = and TAGS files
11205 in some cases where it should but didn't seen to.
11206
11207 * Makefile.in: Added unlock and relock productions.
11208
112091993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11210
11211 * make-dist: Add a --compress option to force make-dist to use
11212 compress.
11213
11214 * make-dist: Use gzip, if we can find it.
11215
11216 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11217 make rs6000-ibm-aix default to -aix32.
11218
112191993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
11220
11221 * Makefile.in: Added `Developer's configuration' section.
11222
112231993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11224
11225 * Makefile.in: Add commented-out variable settings for developer's
11226 configuration.
11227
112281993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11229
11230 * make-dist: Distribute `src/bitmaps' too.
11231
112321993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
11233
11234 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
11235 make rs6000-ibm-aix default to -aix32.
11236
112371993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11238
11239 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
11240
11241 * Makefile.in (install.sysv): Add a second `$' in front of
11242 `${dest}', so that the shell will expand it, instead of Make.
11243
11244 * configure: When processing the name of the configure script,
11245 collapse `././' to `./', but leave a single `./' prefix alone.
11246
11247 * configure: Doc fix.
11248
112491993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11250
11251 * configure: Handle isc3.0 correctly.
11252
112531993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11254
11255 * make-dist: Don't try to copy the COPYING notice into
11256 external-lisp; we're not distributing that directory any more.
11257
112581993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11259
11260 * Makefile.in (install, install.aix, install.xenix, install.sysv):
11261 Remove CVS subdirectories from the installed directory trees, as
11262 well as RCS directories.
11263
112641993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11265
11266 * make-dist: Only copy gmalloc.c if we couldn't link it.
11267 Don't try to copy man/{README,Makefile} unless they actually exist.
11268
11269 * Makefile.in (lisppath): Don't include externallispdir in this.
11270 We're not sure whether we're even going to distribute the
11271 directory yet.
11272
112731993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11274
11275 * make-dist: Don't distribute the external-lisp directory anymore.
11276 * INSTALL: Remove all references to external-lisp.
11277
11278 * configure: Detect whether the compiler supports `const'
11279 properly, and edit src/config.h accordingly.
11280
11281 * configure: Tweak layout of final report.
11282
11283 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
11284 CFLAGS.
11285
11286 * Makefile.in (locallisppath): Make this default to
11287 ${datadir}/emacs/site-lisp, instead of
11288 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
11289 the same thing, and local-lisp causes completion conflicts with
11290 lock.
11291 (lisppath): Add ${externallispdir} to this.
11292 * INSTALL: Adjust installation directions.
11293
11294 * Makefile.in (externallispdir): New variable, to say where to
11295 install the externally-maintained lisp files.
11296 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
11297 the others.
11298 * INSTALL: Describe external-lisp and the new externallispdir
11299 variable.
11300
113011993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11302
11303 * configure (progname): New option `--with-gcc'. Make it clearer
11304 how we are trying to guess whether or not we have GCC.
11305 * INSTALL: Document the `--with-gcc' option, and improve
11306 description of `--with-x' options.
11307
113081993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11309
11310 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
11311 ${infodir} from these variables; we have written out explicit code
11312 to install the info files.
11313
113141993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11315
11316 * make-dist: Don't distributed the RCS files in the etc directory.
11317
113181993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11319
11320 * Makefile.in: Some makes can't handle comments in the middle of
11321 commands; move them to before the whole rule.
11322
113231993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11324
11325 * README: Mention what Emacs is.
11326
113271993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11328
11329 * make-dist: Include `./lisp/calc-2.02' in the distribution.
11330 Add `./cpp' and `./man' back into the distribution.
11331
113321993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11333
11334 * Makefile.in: Define MAKE, and use where appropriate.
11335
113361993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11337
11338 * make-dist: Remember that the authoritative COPYING notice is
11339 `etc/COPYING', not `../etc/COPYING'.
11340
113411992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11342
11343 * make-dist: Make sure that the COPYING notices in each directory
11344 are copies, not symlinks.
11345
113461992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11347
11348 * INSTALL: The build process produces an executable called `emacs'
11349 now. Change references.
11350 * Makefile.in: Adjust `install.mumble' targets to install
11351 `src/emacs', not `src/xemacs'.
11352
11353 * configure: Start with a blank line; this keeps some old CSH's
11354 from thinking it's a CSH script. Most systems will just use
11355 /bin/sh to run it, which is what we're expecting; the only other
11356 shells which might try to interpret it themselves are probably
11357 Bourne-compatible.
11358
113591992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11360
11361 * INSTALL: Improvements suggested by David Mackenzie.
11362
113631992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11364
11365 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11366 Don't try to copy the info files if there aren't any; the
11367 unexpanded globbing pattern disappoints `install'. Ignore the
11368 return status of that command.
11369
11370 * INSTALL: Updated for new configuration arrangement.
11371
11372 * configure: Don't make the top-level Makefile read-only - people
11373 may want to edit the values of the path variables.
11374
11375 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11376 Install the info files in ${infodir}. Install the executable
11377 under both `emacs' and `emacs-VERSION'.
11378
11379 * Makefile.in: Doc fix.
11380
11381 * Makefile.in (exec_prefix): New variable, as per latest version
11382 of coding standards.
11383 (bindir, libdir): Use it, instead of `prefix'.
11384 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
11385
11386 * Makefile.in (mandir): Make the default value for this depend on
11387 $(prefix).
11388
11389 * Makefile.in (datadir, statedir, libdir): Make these all default
11390 to ${prefix}/lib.
90eacf99
SM
11391 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
11392 Adjust to compensate.
067d23c9
KY
11393
11394 * Makefile.in (install, install.sysv, install.xenix, install.aix):
11395 Install the etags and ctags man pages too.
11396
11397 * Makefile.in (distclean): Don't delete backup files; that's the
11398 job of extraclean.
11399 (extraclean): Like distclean, but deletes backup and autosave files.
11400
114011992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11402
11403 Make path specification conform to GNU coding standards.
11404 * configure (long_usage): Remove all traces of old arguments from
11405 usage messages, and document the options we do accept in more
11406 detail: -with-x... and --srcdir.
90eacf99 11407 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
11408 make this worthwhile.
11409 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
11410 along with the code which supported them; these should be set as
11411 arguments to the top-level make.
11412 (config_h_opts): Since this no longer doubles as a list of option
11413 names, make them upper case; this simplifies the code which uses
11414 them to build the sed command to edit src/config.h. Change the
11415 code which sets them.
11416 (cc, g, O): Don't allow the user to set these using options; they
11417 should be specified using `CC=' and `CFLAGS=' arguments to the
11418 top-level make. Just choose reasonable default values for them,
11419 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
11420 values.
11421 (gnu_malloc, rel_alloc): Don't allow the user to set these using
11422 options; use them whenever the configuration files say they're
11423 possible.
11424 Simplify the argument processing loop. Don't accept abbreviations
11425 for option names; these might conflict with other configuration
11426 options in the future.
11427 Add some support for the `--srcdir' option. Check for the sources
11428 in . and .. if `--srcdir' is omitted. If the directories we will
11429 compile in don't exist yet, create them under the current directory.
11430 Note that the rest of the build process doesn't really support
11431 this.
90eacf99
SM
11432 Edit only the top Makefile. That should edit the others.
11433 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
11434 and `srcdir' from the configuration arguments, `CC' and
11435 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
11436 the user's path, and LOADLIBES as gleaned from the system
11437 description files.
11438 Simplify the report generated; it doesn't need to include any
11439 description of paths now.
11440 Make `config.status' exec configure instead of just calling it, so
11441 there's no harm in overwriting `config.status'.
11442 * Makefile.in (version, configname): New variables, used to choose
11443 the default values for datadir and libdir.
11444 Path variables rearranged into two clearer groups:
11445 - In the first group are the variables specified by the GNU coding
11446 standards (prefix, bindir, datadir, statedir, libdir, mandir,
11447 manext, infodir, and srcdir).
11448 - In the second are the variables actually used for Emacs's paths
11449 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
11450 archlibdir), which depend on the first category.
11451 datadir and libdir default to directories under
11452 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
11453 demand.
11454 etcdir and lispdir default to subdirectories of datadir.
11455 archlibdir defaults to libdir.
11456 The new installation tree is a bit deeper than it used to be, so
11457 use the new make-path program in lib-src to build them all.
11458 Always build a new src/paths.h.tmp and then move-if-change it to
11459 src/paths.h, to avoid unnecessary rebuilds while responding to the
11460 right changes.
11461 Remove all mention of arch-lib. Run utility commands from
11462 lib-src, and let the executables be copied into archlibdir when
11463 Emacs is installed.
11464 Add targets for src/Makefile, lib-src/Makefile, and
11465 oldXMenu/Makefile, editing the values of the path variables into
11466 them.
11467 Let lib-src do its own installation.
11468 (datadir): Default to putting data files under
11469 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
11470 (emacsdir): Variable deleted; it would only be confusing to use.
11471 (lispdir, etcdir): Default to ${datadir}/lisp.
11472 (mkdir): Use make-path for this.
11473 (lockdir): Do this in mkdir.
11474 (Makefile): New target.
11475
11476 * configure (usage_message): Rename to long_usage.
11477
11478 * make-dist: Don't bother creating an arch-lib directory; that's
11479 only for installation now.
11480
114811992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11482
11483 * configure: Use GCC-style configuration names, using config.sub.
11484 Change the usage and help messages.
11485
11486 * configure: Initialize window_system, not indow_system.
11487
11488 * configure: Report which window system, compiler, and signal
11489 handler return type we decide to use.
11490
11491 * make-dist: Explain what's going on if config.sub and gmalloc.c
11492 can't be linked. Place the code which copies them near the code
11493 which links the rest of the files around them.
11494
114951992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
11496
11497 * make-dist: Don't bother to distribute src/*.com, or
11498 src/vmsbuild; those have all been moved to `../vms'.
11499
115001992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11501
11502 * make-dist: Don't forget that the way to avoid filenames starting
11503 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
11504 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
11505 couldn't make hard links to, since we have two already, and
11506 perhaps more to come.
11507
115081992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11509
11510 * configure: When editing parameters into lib-src/Makefile, change
11511 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
11512 needs some other flags too.
11513
115141992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11515
11516 * configure: Remove spurious echo of the configuration name.
11517
11518 * make-dist: Don't distribute files in src/m and src/s whose names
11519 begin with `='.
11520
115211992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11522
11523 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
11524 Also LISP_FLOAT_TYPE.
11525
115261992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11527
11528 * make-dist: Copy config.sub, since it's a symbolic link to a file
11529 on another file system.
11530
115311992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11532
11533 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
11534 distribution.
11535
11536 * config.sub: New file, to help us recognize configuration names.
11537 * make-dist: Include it in the distribution.
11538
115391992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11540
11541 * configure: Convert `-' to `_' in specified option names.
11542 Accept options with --. Delete --highpri and --have-x-menu options.
11543 New options --with-x and --with-x10 replace -window-system.
11544 Don't mention options --gnu-malloc, --rel-alloc
11545 or --lisp-float-type in help message.
11546
115471992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11548
11549 * make-dist: Include the `vms' subdirectory in the distribution.
11550
115511992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11552
11553 * configure: Remove lines starting with "# DIST: " when building
11554 lib-src/Makefile and src/Makefile. This allows us to mark the
11555 "Makefile.in" files with explanatory comments which won't also get
11556 stuck in the Makefiles.
11557
115581992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11559
11560 * make-dist: Don't use the '+' operator in the sed regular
11561 expression that extracts the version number from lisp/version.el;
11562 Ultrix sed doesn't seem support the operator. Just double the
11563 operand and use *.
11564
115651992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11566
11567 * Makefile.in: Doc fix.
11568
115691992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11570
11571 * configure: Rewrite sed command to remove at most one ./ prefix;
11572 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
11573 group.
11574
115751992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11576
11577 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
11578
115791992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11580
11581 * make-dist: Go ahead and build a new TAGS file, unless the
11582 --newer option was specified. Don't try to delete a TAGS file
11583 from etc; it's not kept there, and shouldn't be deleted anyway.
11584
115851992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11586
11587 * make-dist: If the lisp directory contains a default.el, don't
11588 distribute it.
11589
11590 * configure: When searching signal.h for the type of a signal
11591 return handler, make a copy of it, not a symbolic link to it; that
11592 way, it will work on systems that don't have symbolic links.
11593
115941992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11595
11596 * make-dist: Taught it about vcdiff and rcs2log, added --newer
11597 option for generating incremental distributions. Stopped it from
11598 generating a TAGS file into the distribution; that sucker is
11599 *big*, and easily enough generated with the toplevel makefile.
11600
116011992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11602
11603 * configure: When writing config.status, don't prefix progname
11604 with a '.'; it might be absolute.
11605
116061992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11607
11608 * configure: Choose to use X11 if either /usr/lib/libX11.a or
11609 /usr/include/X11 exist, not only if both exist.
11610
116111992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11612
11613 * make-dist: Make the new external-lisp directory a duplicate of
11614 the external-lisp directory, not the lisp directory.
11615
116161992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11617
11618 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
11619 clean' in arch-lib; it doesn't even have a Makefile.
11620
11621 * Makefile.in (clean, mostlyclean): In the test which tries to
11622 distinguish between the build directory, which should be cleaned,
11623 and the installed directory, which shouldn't, cd to `${emacsdir}',
11624 not `${DESTDIR}${LIBDIR}'.
11625
116261992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11627
11628 * make-dist: Be sure to delete the .c and .h files that YACC and
11629 BISON create from getdate.y.
11630
11631 * external-lisp: New directory; see `external-lisp/README'.
11632 * make-dist: Added support for the external-lisp subdirectory.
11633
11634 * make-dist: Changed message which complains that make-dist wasn't
11635 invoked in the right directory to indicate which files it was
11636 looking for.
11637
116381992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11639
11640 * configure: Add comments explaining why we can't translate
11641 character ranges or control characters in `tr'.
11642
116431992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11644
11645 * configure: When generating the configuration message, we used to
11646 build the message from the start so that each line began with "# "
11647 so that it would be a comment in `config.status'. However, this
11648 causes trouble if any of the variables we use in the message
11649 expand to more than one line of text - as gnu_malloc_reason
11650 sometimes does. So instead, we build the message as it should be
11651 printed to the user (i.e. without the "# " prefixes), and stick on
11652 the "# "s when we write it to `config.status'.
11653
11654 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11655 `lib-src' and `arch-lib'.
11656
11657 * configure: When generating report and `config.status' file, note
11658 that bindir only determines where `make install' and
11659 `build-install' will place the executables; this should make it
11660 clear that the ordinary build process will not try to install
11661 things.
11662
116631992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11664
11665 * make-dist: Change messages to say that we are 'making links to
11666 X', rather than 'copying X'. And put `' quotes around file names.
11667
11668 * make-dist: Include '.tmp' in the name of the staging directory.
11669
11670 * make-dist: Pass the `-f' option to rm when you're not sure that
11671 the files you're removing actually exist.
11672
11673 * make-dist: When setting up etc/COPYING, always nuke whatever is
11674 there, and then copy it in, to make sure we get a real file.
11675
90eacf99
SM
11676 * make-dist: Don't try to distribute *.defns files any more.
11677 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
11678 version which doesn't have a separate .defns file.
11679
116801992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11681
11682 * make-dist: Don't distribute configured versions of config.h.in,
11683 paths.h.in, Makefile.in in src.
11684
11685 * configure: Delete .tmp files before creating them; don't bother
cd1181db 11686 trying to make final targets writable first, since it won't
067d23c9
KY
11687 matter to move-if-change.
11688
116891992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11690
11691 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11692 mkdir and chmod in the center of all the conditionals. GNU Make
11693 will strip these out, but other makes won't.
11694
116951992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11696
11697 * make-dist: Include move-if-change in list of files to distribute.
11698
116991992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11700
11701 * configure: Remove any "." elements from the program name.
11702
11703 * configure: Don't record the values of all the possible arguments
11704 in config.status; only record the options that the user specified.
11705
11706 * configure: Use move-if-change to move in the new src/config.h.
11707
117081992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
11709
11710 * move-if-change: New file, copied from gcc release.
11711 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11712 a temp file, so we don't update paths.h if an error occurs or if
11713 it doesn't need changing.
11714
117151992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11716
11717 * Makefile.in (src/paths.h): Do not install a value for the
11718 PATH_SUPERLOCK value; that macro doesn't exist anymore.
11719 * build-install.in: Same thing.
11720
117211992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11722
11723 * make-dist: Check the flag called "make_tar", not "make_dir"; the
11724 latter, being a typo, is always false, resulting in a program
11725 whose default behavior is to painstakingly build a copy of the
11726 source tree, and then delete it. Rah.
11727
11728 * Makefile.in: Add dist target, and comment for it.
11729
11730 * configure: When scanning <signal.h> for a declaration for
11731 signal, create a symbolic link with a name ending in .c, so the
11732 compiler won't complain that it's only been given .h files.
11733
11734 * configure: Check whether there are any arguments available
11735 before shifting to get the value of a non-boolean parameter.
11736
11737 * make-dist: Doc fix.
11738
117391992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11740
11741 * configure: Instead of grepping /usr/include/signal.h for a
11742 signal declaration, run /usr/include/signal.h or
11743 /usr/include/sys/signal.h through cpp and grep for the
11744 declaration.
11745
11746 * configure: Redirect the output of grep to /dev/null instead of
11747 using grep -s - that flag means different things on other systems.
11748
11749 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11750 since the former is recognizable even if you don't know what
11751 'dumping' is.
11752 * configure: Accommodate that change.
11753
11754 * configure: Accept options for all of the directories you can
11755 change in the Makefile.
11756
11757 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11758
11759 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11760 FOO before you can use them.
11761
11762 * build-install.in: Made the "Where To Install Things" section
11763 conform with the similar section from Makefile.in. Copied section
11764 which builds src/paths.h from src/paths.h.in from the Makefile.
11765
117661992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11767
11768 * configure: Write config.status to pass its command-line
11769 arguments on to configure, so that people can use it to recreate
11770 an old configuration, with minor changes.
11771
117721992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11773
11774 * configure: Don't rely on option variables being unset if their
11775 values are the empty string. In particular, when producing the
11776 English report, don't assume that highpri will be unset when no
11777 increased priority has been requested; -highpri='' should be the
11778 same as omitting -highpri altogether.
11779
11780 * configure: Fix dumb bug: when running the system and machine
11781 description files through cpp, mark those lines that we want to
11782 evaluate with the string '@configure@', and then only evaluate
11783 them. This way if the files include anything that actually
11784 generates text (type definitions or external declarations, say),
11785 we won't try to eval it.
11786
117871992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11788
11789 * make-dist: New shell script.
11790
11791 * configure: When creating foo from foo.in, make foo read-only to
11792 remind people to edit the .in file instead.
11793
11794 * INSTALL: Changed references to config.h-dist to config.h.in.
11795 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11796 to build src/paths.h from src/paths.h.in; added a paragraph to do
11797 this.
11798 * configure, Makefile, build-install: Changed filenames like
11799 FOO-dist to FOO.in.
11800
118011992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11802
11803 * Makefile, build-install: Renamed to Makefile.in and
11804 build-install.in; the configure script will edit these to produce
11805 the usable Makefile and build-install.
11806 * configure: Changed to produce ./Makefile, ./build-install,
11807 lib-src/Makefile, and src/Makefile from their *.in counterparts,
11808 instead of editing them in place.
11809
118101992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11811
11812 * Makefile: Re-arranged so that the undumped Emacs will search
11813 ../lisp *after* the site's local elisp files.
11814 (locallisppath, dumplisppath): New variables.
11815 (lisppath): This variable's default value is now chosen based on
11816 $(locallisppath) and $(lispdir); while it used to be the
11817 customization point for adding site-local elisp directories to
11818 load-path, that job is now handled mostly by locallisppath.
11819 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11820 Check the values being assigned to the *LOADSEARCH macros for null
11821 path elements (like '::' in 'foo::bar').
11822
11823 * configure: When checking if the machine- and system-dependent
11824 files define a particular macro or not, actually run them through
11825 CPP and test the macros with #ifs, instead of just grepping for
11826 the macros' names. In particular, check for SYSTEM_MALLOC in this
11827 way.
11828
118291992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11830
11831 * Makefile (install): Don't use -s in install. (Keep the symbols.)
11832
118331992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11834
11835 * configure: Make the config.status file an executable shell
11836 script which will recreate the same configuration. Include the
11837 verbal description of the current configuration as a comment in
11838 the script.
11839 * INSTALL: Doc fix.
11840
11841 * Makefile: Brought the Makefile up to the GNU coding
11842 standards, as described in standards.text:
11843 (TAGS): New name for the target which rebuilds the tags table.
11844 (check): New target; doesn't do anything yet.
11845 (mostlyclean): New target, synonymous with clean.
11846 (realclean): New target. Currently, this just calls the
11847 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
11848 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
11849 New variables.
067d23c9 11850 Installation directory variables changed to conform.
90eacf99 11851 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
11852 code which copies the directories into their installed location to
11853 allow the installed locations to be in several different
11854 directories; the old version assumed that they would all be in
11855 $(emacsdir).
11856 (mkdir, lockdir): Allow the installed locations to be in several
11857 different directories.
11858 * INSTALL: Doc fix.
11859
11860 * build-install: Use the same variable names as the Makefile.
11861 Allow the installed locations to be in several different
11862 directories.
11863
118641992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11865
11866 * Makefile (src/paths.h): Instead of using a single sed command to
11867 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11868 separately, and don't forget to append "/!!!SuperLock!!!" to the
11869 value of the PATH_SUPERLOCK macro.
11870
11871 * config.emacs: Renamed to configure, for consistency with other
11872 GNU products. Internal references changed.
11873 INSTALL, Makefile: References changed.
11874
11875 * lock: New directory, which should always be empty. If this
11876 directory doesn't exist, Emacs won't complain; it just won't lock.
11877 Having this here means that people can just unpack Emacs, build
11878 it, and have locking work.
11879
11880 * share-lib: Re-renamed to etc, for the sake of tradition.
11881 * config.emacs: Changed default value for datadir to ../etc.
11882 * INSTALL, README: Adjusted.
11883
118841992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11885
11886 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11887 by running CPP on the appropriate s/*.h and m/*.h files.
11888
118891992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11890
11891 * config.emacs: Make sure to set the "exit on error" flag once
11892 we've removed config.status; errors should abort the configuration.
11893
118941992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11895
11896 * config.emacs: Added -distribute option, so that the Makefile
11897 paths are in their proper form. I don't know why this matters.
11898
118991992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11900
11901 * local-lisp: New directory, empty in the distribution, for people
11902 to put local elisp code in.
11903 * config.emacs: Include it in the default load path.
11904 * README: Document it.
11905
119061992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11907
11908 * config.emacs: Guess the type of signal handling functions based
11909 on the contents of /usr/include/signal.h.
11910
11911 * config.emacs: Print out progress report messages.
11912
11913 * Makefile (src/paths.h): Don't generically replace
11914 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11915 editing of the other entries, and each entry should be dealt with
11916 explicitly anyway.
11917
11918 * build-install: Converted from C-shell to Bourne shell.
11919 * config.emacs: Edit build-install properly.
11920
11921 * config.emacs: Doc fix.
11922
119231992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11924
11925 * Makefile (install): Remove `B' from tar xf command.
11926
119271992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11928
11929 * config.emacs: Removed support for the `maintain-environment'
11930 option; the only important difference between this and its absence
11931 has been removed.
11932 * INSTALL: Removed mention of `maintain-environment'.
11933
11934 * config.emacs: Fix arguments to sed when processing boolean
11935 arguments.
11936
119371991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11938
11939 * config.emacs: New file, to help automate the installation
11940 process.
11941
11942 * Makefile: Lots of changes to support the separation of etc into
11943 architecture-dependent and -independent files:
11944 (EMACSROOT): New variable, giving the directory under which all of
11945 Emacs's libraries should be installed. Changed rest of file to
11946 use it.
11947 (LIBDIR): Now denotes only architecture-dependent dir.
11948 (DATADIR): New variable, denoting architecture-independent dir.
11949 (LOCKDIR): New variable, for completeness.
11950 (SUBDIR): No more etc, new lib-src.
11951 (COPYDIR): No more etc, new arch-lib and share-lib.
11952 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11953 (src): Now depends on lib-src, not etc.
11954 * build-install: Changes parallel to the above.
11955 * README: Describe the new arrangement.
11956
11957 * vms: New subdirectory for all the VMS stuff.
11958
119591991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11960
11961 * Makefile (LISPPATH): New variable.
11962 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11963
119641990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11965
11966 * Makefile (install, install.sysv, install.xenix):
11967 Install wakeup instead of loadst. No need for setuid or setgid.
11968
119691990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11970
11971 * Makefile (clean): Clean etc if that's not the installation dir.
11972
119731990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11974
11975 * Makefile (paths.h): Make sed alter each name in the path.
11976
119771988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11978
11979 * Makefile (install.sysv): Use cpio, not tar.
11980
119811988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11982
11983 * Makefile (lockdir): Rename `lock' target.
11984 Depend on it from install*, not from `all'.
11985
119861988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11987
11988 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11989 to match build-install and paths.h.
11990
11991;; Local Variables:
11992;; coding: utf-8
067d23c9
KY
11993;; End:
11994
ab422c4d 11995 Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
067d23c9
KY
11996
11997 This file is part of GNU Emacs.
11998
11999 GNU Emacs is free software: you can redistribute it and/or modify
12000 it under the terms of the GNU General Public License as published by
12001 the Free Software Foundation, either version 3 of the License, or
12002 (at your option) any later version.
12003
12004 GNU Emacs is distributed in the hope that it will be useful,
12005 but WITHOUT ANY WARRANTY; without even the implied warranty of
12006 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12007 GNU General Public License for more details.
12008
12009 You should have received a copy of the GNU General Public License
12010 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.