lisp/ChangeLog: Remove merge marker.
[bpt/emacs.git] / ChangeLog
CommitLineData
93ca4887
PE
12014-04-14 Paul Eggert <eggert@cs.ucla.edu>
2
6956b278
PE
3 * autogen.sh: Use autoreconf's -f option (Bug#17258).
4
93ca4887
PE
5 Clean up configure-time library handling a bit.
6 This patch was inspired by emacs-24 bzr 116961, which fixed
7 a bug due to sloppy library handling in 'configure'.
8 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
9 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
10 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
11 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
12 (with_kerberos):
13 Don't let the library choice infect $LIBS.
14 (dnet_ntoa, cma_open): Remove obsolete tests.
15 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
16 as that's a bit more selective on GNU/Linux.
17 (LIBXEXT): Remove.
18 (touchlock): Test for existence when $LIBS_MAIL is in use.
19 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
20 when testing for typical functions like accept4, lrand48.
21 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
22
235b3c79
GM
232014-04-11 Glenn Morris <rgm@gnu.org>
24
25 * make-dist: Do not distribute generated admin/grammars/Makefile.
9b1ac3be 26 Do distribute lib-src/update-game-score.exe.manifest.
235b3c79 27
536aa466 282014-04-11 Ken Brown <kbrown@cornell.edu>
0cccc183
KB
29
30 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
31 UPDATE_MANIFEST empty).
32
6f287c89 332014-04-07 Ken Brown <kbrown@cornell.edu>
ebe8e076
KB
34
35 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
36 variables empty on Cygwin. (Bug#17176)
37
3a9e7a49
GM
382014-04-03 Glenn Morris <rgm@gnu.org>
39
40 * make-dist: Further update AC_INIT regexp.
41
09aba815 422014-04-02 Glenn Morris <rgm@gnu.org>
63adc156
GM
43
44 * configure.ac: Make the final "Does Emacs use Gsettings" message
45 consistent with src/config.h.
46
ce486e0d
JD
472014-03-31 Jan Djärv <jan.h.d@swipnet.se>
48
49 * configure.ac: Fix errors from previous checkin (GSettings check).
50
b0e04df6
JD
512014-03-29 Jan Djärv <jan.h.d@swipnet.se>
52
53 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
54
c3153003
GM
552014-03-28 Glenn Morris <rgm@gnu.org>
56
7b207d6d
GM
57 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
58 (PACKAGE_BUGREPORT): Use it.
dd694335 59 (make-dist): Update AC_INIT regexp.
7b207d6d 60
c3153003
GM
61 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
62 (EMACS_CONFIG_FEATURES): New define.
63
ef9b8f2d
PE
642014-03-27 Paul Eggert <eggert@cs.ucla.edu>
65
66 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
67 This tends to work better than 'MAKE=gmake ./configure' if later
68 builds run config.status etc.
69
f6dce6c1
GM
702014-03-27 Glenn Morris <rgm@gnu.org>
71
72 * configure.ac: Require GNU make.
73 (HAVE_GNU_MAKE): Remove.
74
cefcfbcc
PE
752014-03-26 Paul Eggert <eggert@cs.ucla.edu>
76
77 Merge from gnulib, incorporating:
78 2014-03-26 strftime: wrap macros in "do {...} while(0)"
79 * lib/strftime.c: Update from gnulib.
80
11ee65af
GM
812014-03-26 Glenn Morris <rgm@gnu.org>
82
83 * configure.ac (CLASH_DETECTION): Remove option. Every platform
84 supports it, and the runtime option `create-lockfiles' replaces it.
85
dfdce7dc
DC
862014-03-23 Daniel Colascione <dancol@dancol.org>
87
11ee65af 88 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
dfdce7dc 89
7cd43111
GM
902014-03-22 Glenn Morris <rgm@gnu.org>
91
92 * make-dist: Do not distribute lib-src/testfile.
93
a502d893
EZ
942014-03-21 Eli Zaretskii <eliz@gnu.org>
95
96 * configure.ac: Bump version to 24.4.50.
97
931be30d
GM
982014-03-21 Glenn Morris <rgm@gnu.org>
99
100 * Makefile.in (all): Depend on `info'. (Bug#16626)
101
0d181095
PE
1022014-03-07 Paul Eggert <eggert@cs.ucla.edu>
103
104 Merge from gnulib, incorporating:
105 2014-03-04 stdint: fix missing SIZE_MAX on Android
106 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
107 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
108 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
109 Update from gnulib.
110
bdd85f31
GM
1112014-03-05 Glenn Morris <rgm@gnu.org>
112
113 * configure.ac: Tweak the "unported" error message.
114
59587ee4
PE
1152014-03-05 Paul Eggert <eggert@cs.ucla.edu>
116
f889ebce 117 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
59587ee4
PE
118 * configure.ac: Fix a bug in shell pattern matching that caused
119 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
120
cc587404
PE
1212014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
122
123 Merge from gnulib (Bug#16825).
124 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
125
f1037d0b
PE
1262014-02-24 Paul Eggert <eggert@cs.ucla.edu>
127
128 Merge from gnulib, incorporating:
129 2014-02-21 timer: fix uClibc detection of threading
130 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
131
526e126f
MK
1322014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
133
134 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
135
96fbe2b9
PE
1362014-02-14 Paul Eggert <eggert@cs.ucla.edu>
137
138 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
139 This fixes a bug in the previous change. Also, use $(SHELL)
140 rather than sh, as that's more likely to be portable.
141
89a97129
PE
1422014-02-13 Paul Eggert <eggert@cs.ucla.edu>
143
144 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
145 This should make it more reliable, and hopefully more portable to
146 non-GNU 'make' implementations such as HP-UX 'make'.
147
1a4c95f6
JB
1482014-02-13 Juanma Barranquero <lekktu@gmail.com>
149
150 * Makefile.in (install-nt): Also pass datadir.
151
06c2ec49
PE
1522014-02-05 Paul Eggert <eggert@cs.ucla.edu>
153
154 Merge from gnulib, incorporating:
155 2014-01-23 pthread: work around winpthread header pollution on mingw
156 * lib/time.in.h: Update from gnulib.
157
51fb39ec
PE
1582014-01-23 Paul Eggert <eggert@cs.ucla.edu>
159
160 Merge from gnulib, incorporating:
161 2014-01-22 qacl: check for fchmod
162 * m4/acl.m4: Update from gnulib.
163
dc217d01
PE
1642014-01-22 Paul Eggert <eggert@cs.ucla.edu>
165
166 Fix miscellaneous update-game-score bugs.
167 * configure.ac (difftime): Remove.
168
cec62009
PE
1692014-01-20 Paul Eggert <eggert@cs.ucla.edu>
170
171 Merge from gnulib, incorporating:
172 2014-01-20 stdalign: port to HP-UX compilers
173 2014-01-16 strtoimax: port to platforms lacking 'long long'
174 2014-01-16 update from texinfo
2fb6d9c6 175 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
cec62009 176
4efa3f1e
GM
1772014-01-12 Glenn Morris <rgm@gnu.org>
178
179 * README: Replace reference to etc/MAILINGLISTS.
180
e05d3a05
FP
1812014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
182
183 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
184 "MINGW64" as well.
185
bada50fc
PE
1862014-01-11 Paul Eggert <eggert@cs.ucla.edu>
187
188 Merge from gnulib, incorporating:
189 2014-01-07 update from texinfo
190 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
191
31466836
ER
1922014-01-09 Eric S. Raymond <esr@thyrsus.com>
193
194 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
195 unnecessarily specific references to Bazaar that could better
196 simply be to the repository.
197
ac4c50ad
ER
1982014-01-08 Eric S. Raymond <esr@thyrsus.com>
199
38942b9c
GM
200 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
201 * INSTALL, autogen.sh: Update for above change.
ac4c50ad 202
81da295e
PE
2032014-01-05 Paul Eggert <eggert@cs.ucla.edu>
204
205 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
206 Problem and proposed patch reported by Ulrich Mueller;
207 this patch uses a somewhat-different approach.
208 * configure.ac (SETFATTR): New variable.
209
3d814710
PE
2102014-01-03 Paul Eggert <eggert@cs.ucla.edu>
211
212 Merge from gnulib, incorporating:
213 2014-01-02 manywarnings: remove -Wmudflap
214 This ports better to GCC 4.9-to-be.
215
bd717ca4
FP
2162013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
217
218 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
219 MinGW64 build on MS-Windows.
220
830506d9
JD
2212013-12-29 Jan Djärv <jan.h.d@swipnet.se>
222
223 * configure.ac (xcsdkdir): Only set if using xcrun.
224
a7f7e547
PE
2252013-12-29 Paul Eggert <eggert@cs.ucla.edu>
226
227 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
228 Reported by YAMAMOTO Mitsuharu in:
229 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
230
5f27a1b0
JD
2312013-12-28 Jan Djärv <jan.h.d@swipnet.se>
232
233 * configure.ac: Fix CC detection for xcrun case.
234
1d7701a4
PE
2352013-12-28 Paul Eggert <eggert@cs.ucla.edu>
236
237 Fix problem with MAKE and xcrun configuration.
238 * configure.ac: Don't set MAKE unless 'make' doesn't work.
239 Set it only in the environment, not in the makefile.
240 Problem reported by Glenn Morris in:
241 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
242
5eedd0b9
PE
2432013-12-27 Paul Eggert <eggert@cs.ucla.edu>
244
245 Port xcrun configuration to GNU/Linux.
246 * configure.ac (xcsdkdir): Default to empty.
247 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
248 just before AM_INIT_AUTOMAKE, to make the dependency between it
249 and automake clearer.
250 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
251 shell code that is wanted, which breaks 'configure' on non-Darwin
252 platforms. Instead, fix CC by hand if it's not found.
253
7c8114cb
JD
2542013-12-27 Jan Djärv <jan.h.d@swipnet.se>
255
256 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
257 libxml.
258
e76119d7
PE
2592013-12-26 Paul Eggert <eggert@cs.ucla.edu>
260
261 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
262 * configure.ac: Check whether addresses are sanitized.
263 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
264 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
265 (SYSTEM_MALLOC): Define if addresses are sanitized.
266
9ebada6a
PE
2672013-12-24 Paul Eggert <eggert@cs.ucla.edu>
268
269 Automate the procedure for updating copyright year.
270 * build-aux/update-copyright: New file.
271 * make-dist: Distribute it.
272 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
9ebada6a 273
4157ea7f
AS
2742013-12-23 Andreas Schwab <schwab@linux-m68k.org>
275
276 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
277 AC_CONFIG_HEADERS.
278
4094a772
RS
2792013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
280
281 * .gitignore: Ignore refcard temporaries and info/*.info files.
282
e9ad5665
PE
2832013-12-17 Paul Eggert <eggert@cs.ucla.edu>
284
285 Merge from gnulib, incorporating:
286 2013-12-17 gettimeofday: port recent C++ fix to Emacs
287 2013-12-17 gettimeofday: fix C++ crosscompilation
288 2013-12-17 qacl: port to Windows better
289 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
290 Update from gnulib.
291 * lib/gnulib.mk: Regenerate.
292
062727ce
PE
2932013-12-16 Paul Eggert <eggert@cs.ucla.edu>
294
295 * INSTALL: Clarify treatment of image libraries.
296
96c06863
PE
2972013-12-14 Paul Eggert <eggert@cs.ucla.edu>
298
299 Use bool for boolean, focusing on headers.
300 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
301 Use bool for boolean.
302
6084a28b
DM
3032013-12-14 Dani Moncayo <dmoncayo@gmail.com>
304
c07ff981
DM
305 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
306 force the format "/c/foo/bar" to simplify conversions to native
307 windows format.
6084a28b 308
06a4f110
GM
3092013-12-13 Glenn Morris <rgm@gnu.org>
310
311 * INSTALL: No longer mention load-path and site-init/site-load.
312
62bd73fa
GM
3132013-12-12 Glenn Morris <rgm@gnu.org>
314
b55e11bf
GM
315 * Makefile.in (install-info): Handle missing info/dir.
316 (info_dir_deps): New variable.
317 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
318 (check-info): Update topics.
319 * build-aux/make-info-dir: Use .texi files rather than .info files.
320 Update topics.
321
e035a207
GM
322 * Makefile.in (install-info): Remove some useless subshells.
323
62bd73fa
GM
324 Stop keeping info/dir in the repository.
325 * build-aux/dir_top: Move here from admin/.
326 * build-aux/make-info-dir: New script.
327 * Makefile.in (bootstrap-clean): Delete info/.
328 (info-dir, ${srcdir}/info/dir): New rules.
329 (info): Also make info-dir.
330 (check-info): Rename from check-info-dir.
331 Instead of info/dir entries, check @dircategory in info/*.info.
332 * make-dist: Use `info' rule rather than `info-real'.
333 No more info/COPYING (not even the right license for info/ files).
89f01d7d
GM
334 Distribute new build-aux files.
335
62bd73fa
GM
336 * info/: Remove from repository.
337
89793882
GM
3382013-12-11 Glenn Morris <rgm@gnu.org>
339
340 * info/dir: Add octave-mode.
341
a8f9bc05
PE
3422013-12-11 Paul Eggert <eggert@cs.ucla.edu>
343
344 Remove the option of using libcrypto.
345 This scorches the earth and waits for spring;
346 see Ted Zlatanov and Stefan Monnier in
347 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
348 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
349 Do not say whether Emacs is configured to use a crypto library,
350 since it's no longer an option.
351 (gl_CRYPTO_CHECK): Define a dummy.
352 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
353
7d01e13c
PE
3542013-12-10 Paul Eggert <eggert@cs.ucla.edu>
355
356 * configure.ac: Disable libcrypto by default.
357
358 Merge from gnulib, incorporating:
359 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
360 * m4/gl-openssl.m4: Update from gnulib.
361
83a5a2c8
EZ
3622013-12-08 Eli Zaretskii <eliz@gnu.org>
363
364 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
365 statically.
366
e9551b12
PE
3672013-12-08 Paul Eggert <eggert@cs.ucla.edu>
368
3bc9da32
PE
369 * configure.ac: Simplify supression of GTK deprecation warning.
370 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
371 and into config.h, to shorten the command line when doing 'make'.
372 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
373
e9551b12
PE
374 Use libcrypto's checksum implementations if available, for speed.
375 On commonly used platform libcrypto uses architecture-specific
376 assembly code, which is significantly faster than the C code we
377 were using. See Pádraig Brady's note in
378 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
379 Merge from gnulib, incorporating:
380 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
381 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
382 2013-12-04 include_next: minimize code duplication
383 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
384 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
385 * configure.ac (--without-all): Set with_openssl_default too.
386 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
387 (HAVE_LIB_CRYPTO): New var.
388 Say whether Emacs is configured to use a crypto library.
389 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
390 New files, copied from gnulib.
391 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
392 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
393 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
394 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
395 Update from gnulib.
396
52789f7f
DG
3972013-12-01 Dmitry Gutov <dgutov@yandex.ru>
398
0449d6cd 399 * .dir-locals.el (log-edit-move): Add the "Author: " header.
52789f7f 400
a1209bc3
DM
4012013-11-30 Dani Moncayo <dmoncayo@gmail.com>
402
403 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
404 starting with %emacs_dir%.
405
f9b697dd
GM
4062013-11-30 Glenn Morris <rgm@gnu.org>
407
408 Stop keeping (most) generated cedet grammar files in the repository.
409 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
410 Add admin/grammars Makefile.
411 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
412 Also clean admin/grammars, if present.
413
04445382
DM
4142013-11-29 Dani Moncayo <dmoncayo@gmail.com>
415
416 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
417
7cdf484b
SM
4182013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * configure.ac (HAVE_MENUS): Remove.
421
0845be75
GM
4222013-11-28 Glenn Morris <rgm@gnu.org>
423
424 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
425
f7ec0d94
EZ
4262013-11-28 Eli Zaretskii <eliz@gnu.org>
427
16555151
EZ
428 * GNUmakefile (Makefile): Don't use $(CFG).
429 (CFG): Don't compute.
430
f7ec0d94
EZ
431 * configure.ac (PATH_SEP): Set and AC_SUBST.
432
de27f8ab
PE
4332013-11-27 Paul Eggert <eggert@cs.ucla.edu>
434
435 Merge from gnulib, incorporating:
436 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
437 * lib/getgroups.c: Update from gnulib.
438
cb6c95a3
GM
4392013-11-27 Glenn Morris <rgm@gnu.org>
440
52d6635f 441 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
cb6c95a3
GM
442 * Makefile.in (abs_builddir, leimdir): Remove.
443 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
444 (epaths-force-w32): No longer set BLD.
445 (leim): Remove.
446 (install-arch-indep): No longer run or install leim.
447 (mostlyclean, clean): No longer run leim rule.
448 (bootstrap-clean): Change leim target.
449 (maintainer-clean): Add leim.
450 (check-declare): Remove leim.
451 * README: Update for leim changes.
452 * configure.ac (leimdir): Remove.
453 (standardlisppath): No more leimdir.
454
455 * make-dist: Update for files from leim/ now being in lisp/leim/.
456
624780f0
GM
4572013-11-26 Glenn Morris <rgm@gnu.org>
458
459 Preload leim-list.el.
460 * Makefile.in (abs_builddir): New, set by configure.
461 (buildlisppath): Add leim/.
462 (epaths-force-w32): Set BLD.
463
7e8ed4f7
PE
4642013-11-21 Paul Eggert <eggert@cs.ucla.edu>
465
466 Fix some dependency problems that cause unnecessary recompiles.
4e8b6938 467 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
7e8ed4f7 468 Remove.
4e8b6938
PE
469 (LIBXMENU): Now is always either empty or a file name,
470 so that it can be used as a dependency.
7e8ed4f7 471
eca4ecba
GM
4722013-11-20 Glenn Morris <rgm@gnu.org>
473
474 * make-dist: Distribute build-aux/msys-to-w32.
475
e976486e
DM
4762013-11-20 Dani Moncayo <dmoncayo@gmail.com>
477
478 * build-aux/msys-to-w32: New file.
479 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
480 (msys_w32prefix_subst): Rename from msys_prefix_subst.
481 Operate on w32prefixpattern.
482 (epaths-force-w32): Use build-aux/msys-to-w32.
483
0f679e86
PE
4842013-11-17 Paul Eggert <eggert@cs.ucla.edu>
485
486 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
487 It apparently doesn't work for GCC 3, and I suppose it's more
488 trouble than it's worth to worry about this.
489
1a191e5c
PE
4902013-11-15 Paul Eggert <eggert@cs.ucla.edu>
491
492 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
493
2cf00efc
PE
4942013-11-14 Paul Eggert <eggert@cs.ucla.edu>
495
496 Simplify, port and tune bool vector implementation.
497 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
498
946ec224
PE
4992013-11-13 Paul Eggert <eggert@cs.ucla.edu>
500
501 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
502
632e833f
DM
5032013-11-12 Dani Moncayo <dmoncayo@gmail.com>
504
f4f38fad
DM
505 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
506 * make-dist: Don't distribute nt/msysconfig.sh.
507
632e833f
DM
508 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
509
220a304a
PE
5102013-11-08 Paul Eggert <eggert@cs.ucla.edu>
511
512 Merge from gnulib, incorporating:
513 2013-11-08 extern-inline: port better to OS X 10.9
514 2013-11-08 fpending: fix regression on DragonFly BSD
515 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
516 Update from gnulib.
517
aea07e2c
PE
5182013-11-07 Paul Eggert <eggert@cs.ucla.edu>
519
520 Port to C11 aligned_alloc.
521 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
522 and doug_lea_malloc.
523 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
524 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
525 not darwin and !aligned_alloc.
526
4dde498b
GM
5272013-11-05 Glenn Morris <rgm@gnu.org>
528
c923b188
GM
529 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
530 config.status computes it.
531 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
532
8449dd1f 533 * autogen/: Remove directory. Move update_autogen to admin/.
4dde498b
GM
534 * autogen.sh: Remove reference to copy_autogen.
535 * GNUmakefile (configure):
536 * Makefile.in (bootstrap): Do not try to run copy_autogen.
537 * config.bat: Use msdos/autogen rather than autogen.
538
df5b4930
PE
5392013-11-05 Paul Eggert <eggert@cs.ucla.edu>
540
541 Simplify and port recent bool vector changes.
542 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
543 New symbols to configure.
544
d0065ff1
EZ
5452013-11-04 Eli Zaretskii <eliz@gnu.org>
546
547 * configure.ac: Don't disallow builds in non-ASCII directories.
548 (Bug#15260)
549
91f2d272
PE
5502013-11-04 Paul Eggert <eggert@cs.ucla.edu>
551
552 Port to stricter C99 platforms.
553 Merge from gnulib, incorporating:
554 2013-11-03 intprops: port to Oracle Studio c99
555 * lib/intprops.h: Update from gnulib.
556
67fb4e6a
GM
5572013-11-02 Glenn Morris <rgm@gnu.org>
558
559 * Makefile.in (check): Depend on all.
560
cb16270e
GM
5612013-10-31 Glenn Morris <rgm@gnu.org>
562
563 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
564
55498a0f
GM
5652013-10-30 Glenn Morris <rgm@gnu.org>
566
567 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
568 Also clean admin/unidata, if present.
569
a94fc965
GM
5702013-10-27 Glenn Morris <rgm@gnu.org>
571
572 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
573
da504eec
GM
5742013-10-25 Glenn Morris <rgm@gnu.org>
575
576 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
577
eb9a3661
GM
5782013-10-24 Glenn Morris <rgm@gnu.org>
579
357a5081
GM
580 * configure.ac:
581 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
582 Avoid non-portable "`\" nesting.
583
eb9a3661
GM
584 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
585
586 * Makefile.in (abs_top_srcdir): New, set by configure.
587
b8e3b0a9
GM
5882013-10-23 Glenn Morris <rgm@gnu.org>
589
7b65c8d0
GM
590 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
591
48f73cfb
GM
592 Progress towards allowing installation in directories with whitespace.
593 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
594 (install-arch-indep, install-etcdoc, install-info, install-man)
a318e28f
GM
595 (install-etc, uninstall, install-nt, uninstall-nt):
596 Quote entities that might contain whitespace.
48f73cfb
GM
597 * build-aux/update-subdirs: Handle whitespace in argument.
598 Check cd return value.
599
b8e3b0a9
GM
600 Make building in directories with whitespace possible. (Bug#15675)
601 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
98434155 602 (src/.gdbinit): Use ac_abs_top_srcdir.
b8e3b0a9 603 * Makefile.in (abs_srcdir): New, set by configure.
4b56b9d7 604 (buildlisppath, epaths-force-w32): Use abs_srcdir.
b8e3b0a9
GM
605 (install-arch-indep, install-etcdoc, install-info, install-man)
606 (install-etc): Quote entities that might contain whitespace.
607
758bed52
PE
6082013-10-23 Paul Eggert <eggert@cs.ucla.edu>
609
610 Merge from gnulib, incorporating:
611 2013-10-14 acl: allow cross-compilation to Gentoo
612 2013-10-18 extern-inline: make safe for -Wundef usage
613 2013-09-30 fpending: use pure+const function attrs
614 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
615
9148ee92
GM
6162013-10-13 Glenn Morris <rgm@gnu.org>
617
618 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
619
46e5e833
PE
6202013-10-12 Paul Eggert <eggert@cs.ucla.edu>
621
622 Merge from gnulib, incorporating:
623 2013-10-10 strtoumax: port to Solaris 8
624 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
625 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
626 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
627 * m4/strtoumax.m4:
628 Update from gnulib.
629
c5fc0178
SM
6302013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
633 string when gnutls2 is installed but gnutls3 is not.
634
e1f9f9e3
TZ
6352013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
636
637 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
638
f3606ef7
BF
6392013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
640
641 * configure.ac: Update for giflib 5. (Bug#15531)
642
4ed77415
EZ
6432013-10-08 Eli Zaretskii <eliz@gnu.org>
644
645 * configure.ac (HAVE_MENUS): Define unconditionally.
646
595e113b
PE
6472013-10-07 Paul Eggert <eggert@cs.ucla.edu>
648
649 Improve support for popcount and counting trailing zeros (Bug#15550).
650 Do this by using the Gnulib modules for this.
651 This should generate faster code on non-GCC, non-MSC platforms,
652 and make the code a bit more portable, at least in theory.
653 * lib/count-one-bits.c, lib/count-one-bits.h:
654 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
655 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
656 New files, copied from gnulib.
657 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
658
4eed3157
PE
6592013-10-04 Paul Eggert <eggert@cs.ucla.edu>
660
3e45e702 661 Use hardware support for byteswapping on glibc x86 etc.
4eed3157
PE
662 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
663 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
664
0a858ebf
PE
6652013-10-03 Paul Eggert <eggert@cs.ucla.edu>
666
667 Merge from gnulib, incorporating:
668 2013-10-02 verify: new macro 'assume'
669 2013-09-26 dup2, dup3: work around another cygwin crasher
670 2013-09-26 getdtablesize: work around cygwin issue
671
959c3d24
PE
6722013-09-25 Paul Eggert <eggert@cs.ucla.edu>
673
674 Merge from gnulib, incorporating:
675 2013-09-24 manywarnings: enable nicer gcc warning messages
676 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
677 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
678 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
679 and -funit-at-a-time, since manywarnings does that for us now.
680
8762e524
JD
6812013-09-23 Jan Djärv <jan.h.d@swipnet.se>
682
683 * configure.ac: With clang, check for and use -Wno-switch,
684 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
685
a84683fd
DC
6862013-09-23 Daniel Colascione <dancol@dancol.org>
687
688 * configure.ac: Check for valgrind headers.
689
3054cd01
XF
6902013-09-20 Xue Fuqiao <xfq.free@gmail.com>
691
692 * INSTALL: New homepage of libtiff.
693
f5f0132b
PE
6942013-09-20 Paul Eggert <eggert@cs.ucla.edu>
695
696 Work around performance bug on OS X 10.8 and earlier.
697 Perhaps Apple will fix this bug some day.
698 See the thread starting with Daniel Colascione's email in:
699 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
700 * configure.ac (FORTIFY_SOUR): New verbatim section.
701
230fe2a5
PE
7022013-09-19 Paul Eggert <eggert@cs.ucla.edu>
703
704 Merge from gnulib, incorporating:
705 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
706 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
707 2013-09-19 extern-inline: do not always suppress extern inline on OS X
708 2013-09-17 getgroups: statement without effect
709 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
710
be9bc55e
EZ
7112013-09-19 Eli Zaretskii <eliz@gnu.org>
712
713 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
714 is in the full /d/foo/bar form. See the discussion in
715 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
716 and in particular
717 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
718 and its followups, for the details.
719
19452b86
DA
7202013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
721
722 * configure.ac: Do not check for g_type_init because we
723 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
724 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
725 suitable glib should provide g_type_init unconditionally.
726
3fa2054e
JD
7272013-09-15 Jan Djärv <jan.h.d@swipnet.se>
728
729 * configure.ac: Add check for OSX 10.5, required for macfont.o.
730
8d17ef8d
GM
7312013-09-09 Glenn Morris <rgm@gnu.org>
732
733 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
734 (LDFLAGS): Move nocombreloc option from here...
735 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
8d17ef8d 736
7dc61a66
GM
7372013-09-08 Glenn Morris <rgm@gnu.org>
738
335142f9
GM
739 * configure.ac (--without-compress-install):
740 Rename from --without-compress-info. (Bug#9789)
741 (GZIP_INFO): Remove.
742 (GZIP_PROG): Allow --without-compress-install to disable it.
743 * Makefile.in (GZIP_INFO): Remove all references.
744
7dc61a66
GM
745 * info/dir: Tweak emacs-gnutls entry.
746
4b73fc73
PE
7472013-09-07 Paul Eggert <eggert@cs.ucla.edu>
748
749 Port --without-x --enable-gcc-warnings to Fedora 19.
750 * configure.ac (WERROR_CFLAGS): Omit redundant use of
751 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
752 -Wunused-parameter. If there is no window system, also omit
753 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
754 is needed for Fedora 19.
755
257b3b03
DA
7562013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
757
758 Make --without-x compatible with --enable-gcc-warnings.
759 * configure.ac: If both --without-x and --enable-gcc-warnings are
760 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
761 and -Wno-unused-but-set-parameter.
762
224e313d
PE
7632013-09-04 Paul Eggert <eggert@cs.ucla.edu>
764
765 Makefile improvements.
766 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
767 (src): Remove duplicate dependency on FRC.
768 Invoke just one submake, not two. Avoid the need for 'pwd'.
769
de3d0b57
JD
7702013-09-02 Jan Djärv <jan.h.d@swipnet.se>
771
772 * configure.ac: Add ns_check_file.
773
2c347217
GM
7742013-08-31 Glenn Morris <rgm@gnu.org>
775
776 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
777 and voxware to oss.
778
e0936eed
UM
7792013-08-31 Ulrich Müller <ulm@gentoo.org>
780
781 * configure.ac: Allow for --with-sound=voxware that will enable
782 sound but otherwise disable ALSA. This will use the OSS device,
783 typically /dev/dsp, for sound output. (Bug#15067)
784
7605d081
GM
7852013-08-31 Glenn Morris <rgm@gnu.org>
786
787 * make-dist: Update for nt/INSTALL* changes.
788
50b13cde
PE
7892013-08-28 Paul Eggert <eggert@cs.ucla.edu>
790
791 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
792 for portability to hosts where /bin/sh has problems.
793
0acfedd3
SM
7942013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
797
43aac990
PE
7982013-08-27 Paul Eggert <eggert@cs.ucla.edu>
799
800 Simplify EMACS_TIME-related code.
801 Merge from gnulib, incorporating:
802 2013-08-27 timespec: new convenience constants and function
803
15091df5
DA
8042013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
805
806 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
807 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
808
61ac6b9f
GM
8092013-08-27 Glenn Morris <rgm@gnu.org>
810
b4f581f0
GM
811 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
812
1857cd3f
GM
813 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
814 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
815 * Makefile.in (check-info-dir): Ignore efaq-w32.
816
61ac6b9f
GM
817 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
818 (maintainer-clean, check-declare): Remove pointless subshells.
819 Check cd return value.
820
12c4970d
PE
8212013-08-26 Paul Eggert <eggert@cs.ucla.edu>
822
823 Minor merge from gnulib (mostly just for texinfo.tex).
824
917c483a
PE
8252013-08-22 Paul Eggert <eggert@cs.ucla.edu>
826
827 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
828 This improves on the patch already installed, by quoting options
829 that contain spaces and suchlike systematically, so that
830 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
831 these characters.
832
f035e3a9
PE
8332013-08-21 Paul Eggert <eggert@cs.ucla.edu>
834
835 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
836 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
837 and reports EINVAL, try it again without O_CLOEXEC. This should
838 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
839 What were they thinking?
840
236beba0
PE
8412013-08-20 Paul Eggert <eggert@cs.ucla.edu>
842
843 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
844 Fix shell-operator precedence problem in previous change.
845
f67dce44
GM
8462013-08-20 Glenn Morris <rgm@gnu.org>
847
848 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
849 Clean test/automated if present.
850
51632863
PE
8512013-08-19 Paul Eggert <eggert@cs.ucla.edu>
852
853 Merge from gnulib, incorporating:
854 2013-08-15 warnings: minor optimization
855 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
856
0fe73012
KB
8572013-08-15 Ken Brown <kbrown@cornell.edu>
858
859 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
860
4fa44856
GM
8612013-08-15 Glenn Morris <rgm@gnu.org>
862
863 * make-dist: Do not distribute etc/refcards TeX intermediate files.
864 * Makefile.in (install-arch-indep):
865 Do not install etc/refcards TeX intermediate files.
866
af79c3cb
UM
8672013-08-14 Ulrich Müller <ulm@gentoo.org>
868
869 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
870
aa942e2b
EZ
8712013-08-12 Eli Zaretskii <eliz@gnu.org>
872
873 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
874
1d238bc7
PE
8752013-08-12 Paul Eggert <eggert@cs.ucla.edu>
876
877 Minor zlib configuration tweaks.
878 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
879
594a4307
EZ
8802013-08-12 Eli Zaretskii <eliz@gnu.org>
881
882 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
883
eaca0446
PE
8842013-08-12 Paul Eggert <eggert@cs.ucla.edu>
885
886 Merge from gnulib, incorporating:
887 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
888 2013-08-10 sys_time: port to OpenBSD
889
8496d8d7
GM
8902013-08-12 Glenn Morris <rgm@gnu.org>
891
892 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
893 with configure's standard --docdir argument. All uses updated.
894 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
895 (install-etcdoc): Rename from install-doc. All uses updated.
896 (uninstall): Run uninstall-doc.
897 (PSS): Add misc-ps.
898 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
899 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
900 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
901 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
902 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
903 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
904
8d28d0ac
PE
9052013-08-11 Paul Eggert <eggert@cs.ucla.edu>
906
907 Add --with-zlib to 'configure'.
908 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
909 can be built without zlib. Don't assume that -lz is needed on
910 non-PNG hosts. Mention zlib configuration status in 'configure' output.
911
313546eb
LMI
9122013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
913
914 * configure.ac: Test for zlib.
915
d4166523
EZ
9162013-08-10 Eli Zaretskii <eliz@gnu.org>
917
918 * configure.ac: Define and substitute UPDATE_MANIFEST.
919
016d3f7d
SB
9202013-08-04 Stephen Berman <stephen.berman@gmx.net>
921
922 * info/dir: Add todo-mode.
923
e0fdb694
PE
9242013-08-04 Paul Eggert <eggert@cs.ucla.edu>
925
926 Fix some minor races in hosts lacking mkostemp (Bug#15015).
927 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
928 * configure.ac (mkostemp): Remove check for this function;
929 gnulib does the check now.
930 (mkstemp): Remove check for this no-longer-used function.
931 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
932 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
933 New files, copied from Gnulib.
934 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
935
7bddb120
MA
9362013-07-29 Michael Albinus <michael.albinus@gmx.de>
937
938 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
939 --without-file-notification to --without-all.
940
dfc7be39
XF
9412013-07-29 Xue Fuqiao <xfq.free@gmail.com>
942
943 * INSTALL: Fix description.
944
885e792c
GM
9452013-07-27 Glenn Morris <rgm@gnu.org>
946
947 * configure.ac: Extend the --with-sound option to allow
948 specification of OSS or ALSA (see bug#14812#64).
949
ef75383c
GM
9502013-07-25 Glenn Morris <rgm@gnu.org>
951
57cff712
GM
952 * info/dir: Add ido.
953
ef75383c
GM
954 * make-dist: Add a --tests option, to include test/.
955
1813e115
GM
9562013-07-24 Glenn Morris <rgm@gnu.org>
957
958 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
959
60967f56
GM
9602013-07-23 Glenn Morris <rgm@gnu.org>
961
962 * configure.ac (etc, lisp): No need to create specially.
963 Configure already creates lisp, src/Makefile now creates etc.
964
a29c3e6d
PE
9652013-07-23 Paul Eggert <eggert@cs.ucla.edu>
966
e3ebe15a 967 Port to GNU/Linux systems with tinfo but not ncurses.
a29c3e6d
PE
968 * configure.ac (USE_NCURSES): New symbol.
969
6496aec9
PE
9702013-07-20 Paul Eggert <eggert@cs.ucla.edu>
971
972 Fix array bounds violation when pty allocation fails.
973 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
974 not sizeof pty_name, since pty_name is now a pointer to the array.
975
c04bbd85
PE
9762013-07-13 Paul Eggert <eggert@cs.ucla.edu>
977
978 * configure.ac: Simplify --with-file-notification handling.
979
671d4bfc
GM
9802013-07-12 Glenn Morris <rgm@gnu.org>
981
982 * configure.ac: If with-file-notification=yes, if gfile not found,
983 go on to try inotify (not on MS Windows or Nextstep).
984
bacba3c2
PE
9852013-07-12 Paul Eggert <eggert@cs.ucla.edu>
986
987 Fix races with threads and file descriptors.
988 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
989
c6e7fc0e
PE
9902013-07-10 Paul Eggert <eggert@cs.ucla.edu>
991
992 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
993
2aae948d
PR
9942013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
995
996 * configure.ac (HAVE_W32): Avoid nested functions (the second
997 argument of AC_LANG_PROGRAM is already expanded inside a
998 function). (Bug#14830)
999
4ebbdd67
PE
10002013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1001
7b154def
PE
1002 Port recent close-on-exec changes to Cygwin (Bug#14821).
1003 * lib/binary-io.c, lib/binary-io.h: New files.
1004 Merge from gnulib, incorporating:
1005 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1006 * lib/pipe2.c: Update from gnulib, as part of this merge.
1007 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1008
4ebbdd67
PE
1009 Handle errno and exit status a bit more carefully.
1010 * lib/ignore-value.h: Remove this gnulib-imported file.
1011 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1012
a04689de 10132013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
e4b1e5af
JD
1014
1015 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1016
2a74a90a
PE
10172013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1018
1019 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1020 This incorporates the following merge from gnulib:
1021 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1022
067428c1
PE
10232013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1024
9caab067
PE
1025 Port to Ubuntu 10 (Bug#14803).
1026 * configure.ac (accept4): New function to check for.
1027
067428c1
PE
1028 Make file descriptors close-on-exec when possible (Bug#14803).
1029 * configure.ac (mkostemp): New function to check for.
1030 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1031 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1032 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1033 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1034
1399490e 10352013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
0946b7ca
CE
1036
1037 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1038 http://bugs.debian.org/712974
1039
5583dcb6
PE
10402013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1041
57f8c490
PE
1042 Remove some unused macros from 'configure'.
1043 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1044 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1045 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1046 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1047 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1048 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1049 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1050 Remove these macros, as they are not used.
1051 (sys_siglist): Remove macro; src/sysdep.c now does this.
1052
5583dcb6
PE
1053 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1054 Also check that it links. Say whether it compiled and linked.
1055
37afa042 10562013-07-01 Paul Eggert <eggert@cs.ucla.edu>
8f5f35cc 1057
aaea7495
PE
1058 Merge from gnulib, incorporating:
1059 2013-06-23 ignore-value: port to gcc -pedantic
1060 2013-06-21 extern-inline: port to gcc -std=c89
1061
37afa042
PE
10622013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1063
8f5f35cc
PE
1064 Do not use GTK 3 if it exists but cannot be compiled.
1065 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1066 exists but cannot be compiled.
1067
ae7bfbf5
JB
10682013-06-27 Juanma Barranquero <lekktu@gmail.com>
1069
1070 * Makefile.in (install-arch-indep): Do not create directories passed
1071 with --enable-locallisppath.
1072
6e0e82a0 10732013-06-24 Glenn Morris <rgm@gnu.org>
ab6a27d8
GM
1074
1075 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1076
c9509ef4
JB
10772013-06-22 Juanma Barranquero <lekktu@gmail.com>
1078
1079 * .bzrignore: Add GNU idutils ID database file.
1080
6b4914d2
YM
10812013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1082
1083 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1084 as a fallback.
1085
aff6371e
SM
10862013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * .bzrignore: Don't unignore cl-loaddefs.el.
1089
c9509ef4 10902013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89561f72
PE
1091
1092 * configure.ac (log2): Check for this function.
1093
53d829de
JB
10942013-06-19 Juanma Barranquero <lekktu@gmail.com>
1095
1096 * .bzrignore: Add GNU GLOBAL files.
1097
84575e67
PE
10982013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1099
4f405069 1100 Use functions, not macros, for XINT etc. (Bug#11935).
84575e67
PE
1101 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1102 as it generates bogus warnings about reasonable casts of calls.
1103
2a540847
PE
11042013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1105
1106 * configure.ac: Report ACL usage at the end (Bug#14612).
1107
b0e22831
PE
11082013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1109
1110 --without-all should imply --with-file-notification=no. (Bug#14569)
1111 * configure.ac (with_file_notification): Default to $with_features.
1112
bf77e230
PE
11132013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1114
1115 Merge from gnulib, incorporating:
1116 2013-06-02 sig2str: port to C++
1117 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1118
b33f93ee
JD
11192013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1120
1121 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1122 (with_file_notification): Don't set to gfile if with_ns = yes.
1123
6c0a9ed1
RC
11242013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1125
1126 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
e7b41c4c
JB
1127 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1128 New variables.
d6f00819 1129 (epaths-force-w32): Use them. (Bug#14513)
6c0a9ed1 1130
b9110c6b
MA
11312013-06-03 Michael Albinus <michael.albinus@gmx.de>
1132
1133 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1134
7f203aa1
EZ
11352013-06-03 Eli Zaretskii <eliz@gnu.org>
1136
1137 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1138 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1139
55a87246
JD
11402013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1141
1142 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1143 used. Remove xgselect.o from XOBJ.
1144
c9628c79
MA
11452013-06-03 Michael Albinus <michael.albinus@gmx.de>
1146
1147 * configure.ac (file-notification): New option, replaces inotify option.
1148 (HAVE_W32): Remove w32notify.o.
e7b41c4c 1149 (with_file_notification): Add checks for glib and w32. Adapt check
c9628c79
MA
1150 for inotify.
1151 (Summary): Add entry for file notification.
1152
1153 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1154 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1155
2044e704
JB
11562013-06-02 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1159
9dbd3bb1
XF
11602013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1161
1162 * INSTALL: Fix description.
1163
2d8ac645
YM
11642013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1165
1166 * configure.ac (HAVE_XRANDR): Check availability of
1167 XRRGetScreenResources rather than that of XRRQueryExtension.
1168
6b56a60a
EZ
11692013-05-18 Eli Zaretskii <eliz@gnu.org>
1170
1171 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1172 nt/epaths.nt, and nt/INSTALL.MSYS.
1173
bfbe2627
PE
11742013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1175
31ff141c
PE
1176 Port --enable-gcc-warnings to clang.
1177 * configure.ac (nw): Remove obsolescent warnings.
1178 These aren't needed for clang, or for gcc for that matter.
1179 (emacs_cv_clang): New var, which tests for clang.
1180 Omit warnings that clang is too picky about.
1181 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1182 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1183
bfbe2627
PE
1184 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1185 Otherwise, 'configure; make' fails on non-Windows builds.
1186
df065a0b
EZ
11872013-05-16 Eli Zaretskii <eliz@gnu.org>
1188
1189 * lib/Makefile.am: If building for MS-Windows, include
1190 nt/gnulib.mk instead of lib/gnulib.mk.
1191
1192 * configure.ac: Adapt to MSYS build on MS-Windows.
1193
1194 * Makefile.in (NTDIR): New variable, for the MSYS build on
1195 MS-Windows.
1196 (SUBDIR): Add $(NTDIR).
1197 (.PHONY): Add epaths-force-w32.
1198 (msys_to_w32): New variable.
1199 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1200 (lib-src src): Add $(NTLIB) to prerequisites.
1201 (lib lib-src lisp leim nt): Add 'nt'.
1202 (config.status): Use $(CFG).
1203 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1204 (install, install-arch-dep): Add install-$(NTDIR).
1205 (uninstall): Depend on uninstall-$(NTDIR).
1206 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1207
1208 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
1209 CONFIG_SITE for the MSYS build on MS-Windows.
1210 (Makefile): Use $(CFG).
1211
1212 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
1213 src/emacs.res.
1214
cdd0de4b
PE
12152013-05-16 Paul Eggert <eggert@cs.ucla.edu>
1216
1217 Merge from gnulib, incorporating:
1218 2013-05-15 manywarnings: update for GCC 4.8.0
1219 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
1220 2013-05-15 sig2str, stdio, warnings: port to clang
1221
6e911150
SM
12222013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * Makefile.in (install-doc): DOC file is not version specific any more.
1225 * .bzrignore: Don't ignore DOC-* any more.
1226
522fe43b
PE
12272013-05-13 Paul Eggert <eggert@cs.ucla.edu>
1228
bb8eb357 1229 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
1230 Reported privately by Han Boetes <han@boetes.org>.
1231
86cec478
JB
12322013-05-08 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * lib/makefile.w32-in (ACL_H): New macro.
1235 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
1236
ffdc270a
PE
12372013-05-07 Paul Eggert <eggert@cs.ucla.edu>
1238
e7b41c4c 1239 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
1240 * configure.ac: Remove -with-acl option, since Gnulib does that for
1241 us now.
1242 (LIBACL_LIBS): Remove; no longer needed.
1243 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
1244 for the benefit of the new ACL implementation.
1245 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
1246 ($(BLD)/acl-errno-valid.$(O)): New rule.
1247 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
1248 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
1249 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
1250 New files, taken from gnulib.
1251 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1252
4e3f9230
YM
12532013-05-07 Jan Djärv <jan.h.d@swipnet.se>
1254
1255 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
1256 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
1257
7a6018ad
PE
12582013-05-06 Paul Eggert <eggert@cs.ucla.edu>
1259
1260 Merge from gnulib, incorporating:
1261 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
1262
0922c475
PE
12632013-05-01 Paul Eggert <eggert@cs.ucla.edu>
1264
1265 * make-dist: Keep necessary restrictions on file access.
1266
d9774ea4
PE
12672013-04-29 Paul Eggert <eggert@cs.ucla.edu>
1268
1269 Merge from gnulib, incorporating:
1270 2013-04-28 extern-inline: work around bug in Sun c99
1271
d7ed9b36
PE
12722013-04-27 Paul Eggert <eggert@cs.ucla.edu>
1273
1274 Merge from gnulib, incorporating:
1275 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
1276
f780d632
PE
12772013-04-26 Paul Eggert <eggert@cs.ucla.edu>
1278
1279 Port better to AIX (Bug#14258).
1280 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
1281 we did not already infer an optimization option, and -O works.
1282 AIX xlc needs -O, otherwise garbage collection doesn't work.
1283
c6cb2f53
PE
12842013-04-22 Paul Eggert <eggert@cs.ucla.edu>
1285
1e8589d3
PE
1286 * make-dist: Do not distribute admin/unidata/Makefile.
1287 It is generated by 'configure'.
1288
c6cb2f53
PE
1289 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
1290 It messes up 'make distclean', and contains no useful information
1291 because it's a copy of subdirs.el.
1292
7e00831f
JM
12932013-04-18 John Marino <gnugcc@marino.st> (tiny change)
1294
1295 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
1296
4f8902cd
GM
12972013-04-18 Glenn Morris <rgm@gnu.org>
1298
1299 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
1300 (LN_S_FILEONLY): New output variable.
1301 * Makefile.in (LN_S): Remove.
1302 (LN_S_FILEONLY): New, set by configure.
1303 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
1304
e8bdb06e
KB
13052013-04-12 Ken Brown <kbrown@cornell.edu>
1306
1307 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
1308 `canonical' is `x86_64-unknown-cygwin'.
1309
ba3b2d88
KB
13102013-04-09 Ken Brown <kbrown@cornell.edu>
1311
1312 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
1313 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
1314 (Bug#12993)
1315
876da980
PE
13162013-04-07 Paul Eggert <eggert@cs.ucla.edu>
1317
1318 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
1319 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
1320 and if not on GNU/Linux or FreeBSD.
1321 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
1322 lib/*.o is profiled too.
1323
119b2d43
PE
13242013-03-30 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 Merge from gnulib, incorporating:
1327 2013-03-29 stdalign: port to stricter ISO C11
1328 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
1329 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
1330
afeee3e5
PE
13312013-03-27 Paul Eggert <eggert@cs.ucla.edu>
1332
1333 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
1334 Subsumed by HAVE_XKB. All uses changed.
1335
a4cedbf7
JD
13362013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1337
1338 * configure.ac (HAVE_XKB): Define if Xkb is present.
1339
f8ce376e
PE
13402013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1341
1342 Merge from gnulib, incorporating:
1343 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
1344
982efbcd
PE
13452013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1346
4c9a1377
PE
1347 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
1348 * Makefile.in (QUIET_SUBMAKE): New macro.
1349 (install-info, uninstall): Use it.
1350
19151a7f
PE
1351 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
1352 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
1353 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
1354 no way to do this in pkg-config, so make do with a reasonable
1355 approximation.
1356
982efbcd
PE
1357 Automate the build of ja-dic.el (Bug#13984).
1358 * .bzrignore: Add leim/ja-dic/.
1359
5615c9a9
PE
13602013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1361
47d7532e
PE
1362 File synchronization fixes (Bug#13944).
1363 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1364 (fsync): Remove check; now done by gnulib.
1365 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
1366 New files, from gnulib.
1367 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1368
5615c9a9 1369 Merge from gnulib, incorporating:
2c3f72f4 1370 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
1371 2013-03-12 mktime: fix configure typo
1372 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
1373 2013-03-11 putenv: avoid compilation warning on mingw
1374 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
1375
47d038b3
GM
13762013-03-11 Glenn Morris <rgm@gnu.org>
1377
1378 * Merge in all changes up to version 24.3 release.
1379
0bafabe7 13802013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
1381
1382 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
1383 It can mess up 'configure' runs.
1384
b3cdfd9e
GM
13852013-03-05 Glenn Morris <rgm@gnu.org>
1386
1387 * Makefile.in (install-man): Ignore gzip exit status.
1388
4aff132c
GM
13892013-03-03 Glenn Morris <rgm@gnu.org>
1390
1391 * make-dist: Remove lzma (it's replaced by xz).
1392
89bd9d36
PE
13932013-03-01 Paul Eggert <eggert@cs.ucla.edu>
1394
1395 Merge from gnulib, incorporating:
1396 2013-02-21 putenv: port better to native Windows
1397 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
1398 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
1399
0e946786
KB
14002013-02-28 Ken Brown <kbrown@cornell.edu>
1401
1402 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
1403
1ddc2bd6
PE
14042013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1405
1406 Simplify data_start configuration (Bug#13783).
1407 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
1408 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
1409 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
1410 not always needed.
1411 (HAVE_DATA_START): New macro.
1412
b59a2e9e
PE
14132013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1414
1415 Parallelize documentation builds.
1416 This speeds up building of documentation on multiprocessor
1417 platforms, and is motivated by Texinfo 5.0, which is much slower.
1418 Add a toplevel rule 'make docs' to make all the documentation.
1419 * .bzrignore: Add .dvi, .html, .ps.
1420 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
1421 ($(DOCS), docs, vi, html, pdf, ps): New rules.
1422 (info-real): Depend on $(INFOS) rather than doing it sequentially.
1423 (dvi): Depend on $(DVIS) rather than doing it sequentially.
1424
648e5523 14252013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
1426
1427 Fix AIX port (Bug#13650).
1428 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 1429
8c0905ac
EZ
14302013-02-12 Eli Zaretskii <eliz@gnu.org>
1431
1432 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
1433 ($(BLD)/memrchr.$(O)): New dependency.
1434
71d4202f
PE
14352013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1436
a84b7c53
PE
1437 Tune by using memchr and memrchr.
1438 * .bzrignore: Add string.h.
1439 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1440 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
1441 New files, from gnulib.
1442
71d4202f
PE
1443 Merge from gnulib, incorporating:
1444 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
1445 2013-02-09 secure_getenv: fix C++ declaration typo
1446
55fe8e64
GM
14472013-02-11 Glenn Morris <rgm@gnu.org>
1448
1449 * configure.ac (emacs_config_options): Record some env vars.
1450
8b0590de
GM
14512013-02-10 Glenn Morris <rgm@gnu.org>
1452
1453 * configure.ac (emacs_config_options): Strip out the (internal)
1454 arguments --no-create and --no-recursion.
1455
8376d87e
PE
14562013-02-08 Paul Eggert <eggert@cs.ucla.edu>
1457
1458 Merge from gnulib, incorporating:
1459 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
1460 The MS-Windows port can remove careadlinkatcwd at its convenience.
1461 2013-02-08 extensions: port better to HP-UX
1462 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
1463 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
1464 2013-02-04 secure_getenv: new module [module not used by Emacs]
1465 2013-01-30 sys_time: port to Solaris 2.6
1466
8654f9d7
PE
14672013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1468
1469 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1470 On my host, this speeds up directory-files-and-attributes by a
1471 factor of 3, when applied to Emacs's src directory.
1472 These functions are standardized by POSIX and are common these
1473 days; fall back on a (slower) gnulib implementation if the host
1474 is too old to supply them.
1475 * .bzrignore: Add lib/dirent.h.
1476 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
1477 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
1478 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
1479 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1480 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
1481 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
1482 * m4/fstatat.m4: New files, from gnulib.
1483 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
1484 These last three are specific to Emacs and are not copied from gnulib.
1485 They are simpler than the gnulib versions and are tuned for Emacs.
1486
0eb61895
GM
14872013-02-01 Glenn Morris <rgm@gnu.org>
1488
1489 * make-dist: Only README files exist in lisp/ now, not README*.
1490
e02703bd
GK
14912013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
1492
4f405069 1493 * .bzrignore: Add lib-src/blessmail.
e02703bd 1494
ea78b882
PE
14952013-01-23 Paul Eggert <eggert@cs.ucla.edu>
1496
1497 Merge from gnulib, incorporating:
1498 2013-01-16 unistd: port to recent mingw
1499
795e7a5b 15002013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
1501
1502 * Makefile.in (install-arch-indep): Put back a chmod that was
1503 removed 2012-05-19. (Bug#13430)
1504
ffe04adc
PE
15052013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1506
1507 Merge from gnulib, incorporating:
1508 2013-01-16 largefile: port better to Mac OS X 10.5
1509 2013-01-15 stdint: fix build with Android's Bionic fox x86
1510
c4e2ba0a
PE
15112013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1512
1513 * configure.ac: Document that --enable-gcc-warnings emits errors.
1514 (Bug#13448)
1515
c0511b57 15162013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
1517
1518 * make-dist: Add options for xz compression and no compression.
1519
444b01bb
PE
15202013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1521
1522 Enable conservative stack scanning for all architectures.
1523 Suggested by Stefan Monnier in
1524 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1525 * configure.ac (GC_MARK_STACK): Remove.
1526
002b8433
PE
15272013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1528
1529 * lib/getopt_.h: Remove trailing CRs that crept in.
1530
b76381c6
EZ
15312013-01-11 Eli Zaretskii <eliz@gnu.org>
1532
1533 * lib/getopt_.h: Regenerate.
1534
6466e676
PE
15352013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1536
1537 Merge from gnulib, incorporating:
1538 2013-01-09 stdlib: port to Solaris 2.6
1539
92d59611
GM
15402013-01-04 Glenn Morris <rgm@gnu.org>
1541
1542 * info/dir: Add htmlfontify.
1543
ee0d3938
PE
15442013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1545
1546 Merge from gnulib, incorporating:
1547 2013-01-04 stdio: remove now-unnecessary stdio.c
1548 2013-01-04 fprintftime: depend on stdio, not ignore-value
1549 2013-01-04 fwrite: silence __wur only for older glibc versions
1550 2013-01-04 fwrite: silence __wur without using inline
1551 * lib/stdio.c: Remove.
1552 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1553 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1554
9ff99d22
PE
15552013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1556
1557 Merge from gnulib, incorporating copyright-date changes and:
1558 2012-12-31 dup2: work around cygwin bug
1559
5a1d858b
JD
15602012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1561
1562 * configure.ac: Check for GtkHandlebox.
8b745d92 1563 Check for GtkTearoffMenuItem.
7ec363cf
JD
1564 New enable: --enable-gtk-deprecation-warnings, default off.
1565 (HAVE_GTK3): If above enable is off, add
1566 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 1567
d5e5e7b4 15682012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
1569
1570 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1571 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1572 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1573
60f5e585
GM
15742012-12-27 Glenn Morris <rgm@gnu.org>
1575
1576 * configure.ac (emacs_config_options): New.
1577 Use $@ rather than undocumented $ac_configure_args.
1578 Replace any embedded double quotes. (Bug#13274)
1579
82e2a1f0 15802012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
1581
1582 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1583 (Bug#13222)
1584
a8e1690b
PE
15852012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1586
1587 Revert static checking of stack smashing.
1588 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1589 configured with --enable-gcc-warnings. -Wstack-protector causes
1590 diagnostics to be issued on Ubuntu 12.10 x86-64.
1591
219023c4
PE
15922012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1593
1594 Merge from gnulib, incorporating:
1595 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1596 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1597 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1598
a4b0cca1 15992012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
1600
1601 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1602
7c3d167f
RF
16032012-12-16 Romain Francoise <romain@orebokech.com>
1604
1605 * configure.ac (acl): New option.
1606 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1607 provided by libacl on GNU/Linux.
1608
97976f9f
PE
16092012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1610
e7b41c4c 1611 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1612 * configure.ac (BSD4_2): Remove; no longer needed.
1613
98c94021
GM
16142012-12-13 Glenn Morris <rgm@gnu.org>
1615
727f9739 1616 * info/dir: Add bovine, srecode, wisent.
98c94021 1617
727f9739 16182012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
1619
1620 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 1621 (uninstall): Likewise. (Bug#13143)
0f59daaf 1622
904dd565
PE
16232012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1626 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1627 * m4/extern-inline.m4: Update from gnulib.
1628
0eeb69fe
JB
16292012-12-11 Juanma Barranquero <lekktu@gmail.com>
1630
1631 * lib/makefile.w32-in (SIG2STR_H): New macro.
1632 ($(BLD)/sig2str.$(O)): Update dependencies.
1633
7e77303e
PE
16342012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1635
1636 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1637 There's no need to test for any of three inotify functions,
1638 since we use all three. Check for just the first one.
1639
1cf1bbd5
DC
16402012-12-10 Daniel Colascione <dancol@dancol.org>
1641
4f405069 1642 * .bzrignore: Add src/emacs.res.
9ca3e73a 1643
1cf1bbd5
DC
1644 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1645 build how to compile Windows resource files; use these variables
1646 to tell src/Makefile.in how and whether to compile resources.
1647
81606b10
RS
16482012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1649
1650 * configure.ac (inotify): New option.
1651 (HAVE_INOTIFY): Test for inotify.
1652
75d7aa24
AS
16532012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1654
1655 * configure.ac: Fix source command in .gdbinit.
1656 Don't quote $MAKEINFO.
1657
3cc53d60
PE
16582012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1659
1660 Allow spaces in some configuration vars (Bug#13078).
1661 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1662 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1663 All uses quoted, to allow spaces in these vars.
1664
5745a7df
PE
16652012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1666
1667 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1668 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1669 New files, copied automatically from gnulib.
1670 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1671
63999a7d
EZ
16722012-12-08 Eli Zaretskii <eliz@gnu.org>
1673
1674 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1675 Remove a stray character at the beginning of the file.
1676 (Bug#13026)
1677
d983a10b
PE
16782012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1679
7be78020
PE
1680 Simplify get_lim_data.
1681 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1682
d983a10b
PE
1683 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1684 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1685 Use SIGCHLD rather than SIGCLD.
1686 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
1687 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1688 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
1689
d8ad4d3f 16902012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
1691
1692 * configure.ac: Handle info/ files with or without ".info" extension.
1693
f64898ab
PE
16942012-11-30 Paul Eggert <eggert@cs.ucla.edu>
1695
1696 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1697 2012-11-29 snippet/warn-on-use: no 'static inline'
1698 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
1699 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
1700 2012-11-29 fflush, stat: no 'static inline'
1701 2012-11-29 stdio: better 'inline'
1702 2012-11-29 sys_stat: no 'static inline'
1703 2012-11-29 unistd: better 'inline'
1704 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
1705 2012-11-29 extern-inline: no 'static inline'
1706 2012-11-29 sys_socket: better 'inline'
1707 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
1708 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
1709 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
1710 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
1711 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
1712 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
1713 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
1714 Update from gnulib.
1715
5c9cf0a3 17162012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 1717
5c9cf0a3
GM
1718 * make-dist (nt): Adjust to changes in names of the *.manifest files.
1719
bcd77a2b
KB
17202012-11-24 Ken Brown <kbrown@cornell.edu>
1721
1722 * configure.ac (HAVE_MOUSE): Remove.
1723
95ef7787
PE
17242012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1725
1726 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1727 * configure.ac: Do not check for dirent.h or closdir.
1728
9239d970
PE
17292012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1730
1731 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1732 * configure.ac: Do not check for getcwd or getwd.
1733
1b3b7caa
GM
17342012-11-21 Glenn Morris <rgm@gnu.org>
1735
1736 * configure.ac (--enable-profiling): Doc fix.
1737
d7fcbbfe 17382012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
1739
1740 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
1741 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1742 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
1743 at least 64-bit long int. This improves static checking on these
1744 platforms, when configured with --enable-gcc-warnings.
1745
49cdacda
PE
17462012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1747
1748 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1749 * configure.ac: Do not check for fcntl.h.
1750 * lib/gnulib.mk: Regenerate.
1751
3d082a26
PE
17522012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1753
1754 Remove no-longer-used pty_max_bytes variable.
1755 * configure.ac (fpathconf): Remove unnecessary check.
1756
73dcdb9f
PE
17572012-11-14 Paul Eggert <eggert@cs.ucla.edu>
1758
1759 Use faccessat, not access, when checking file permissions (Bug#12632).
1760 * .bzrignore: Add lib/fcntl.h.
1761 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
1762 (gl_FCNTL_O_FLAGS): Define a dummy version.
1763 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
1764 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
1765 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
1766 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
1767 New files, from gnulib.
1768 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1769
8148369c
PE
17702012-11-05 Paul Eggert <eggert@cs.ucla.edu>
1771
dd0333b6
PE
1772 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
1773 * configure.ac (setpgid, setsid): Assume their existence.
1774 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
1775
8148369c
PE
1776 Simplify by assuming __fpending.
1777 Now that Emacs is using the gnulib fpending module,
1778 there's no need for Emacs to have a separate implementation.
1779 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
1780 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
1781
b3cf17f6
EZ
17822012-11-03 Eli Zaretskii <eliz@gnu.org>
1783
3a7089c1
EZ
1784 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
1785 $(BLD)/close-stream.$(O).
35e951cd 1786 ($(BLD)/close-stream.$(O))
3a7089c1
EZ
1787 ($(BLD)/fpending.$(O)): New dependencies.
1788
7ccfb720
PE
17892012-11-03 Paul Eggert <eggert@cs.ucla.edu>
1790
1791 Fix data-loss with --batch (Bug#9574).
1792 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
1793 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
1794 New files, from gnulib.
1795 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1796
3478f4b5
EZ
17972012-11-03 Eli Zaretskii <eliz@gnu.org>
1798
1799 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
1800
d036bcdf
GM
18012012-11-02 Glenn Morris <rgm@gnu.org>
1802
1803 * Makefile.in (EMACS_ICON): New variable.
1804 (install-etc): Use EMACS_ICON to allow choice of icon.
1805
25ca4587
GM
18062012-10-26 Glenn Morris <rgm@gnu.org>
1807
59696ae0
GM
1808 * Makefile.in (EMACS_NAME): New variable.
1809 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
1810
eeced60b
GM
1811 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
1812 applied to $EXEEXT.
1813
25ca4587
GM
1814 * Makefile.in (uninstall): Don't abort if some directories are missing.
1815 Apply transformation rules to manual pages, desktop and icon files.
1816 No more emacs22 icons to uninstall.
1817
a6c2cc07
GM
18182012-10-24 Glenn Morris <rgm@gnu.org>
1819
8bfcb8a6
GM
1820 * Makefile.in (install-etc, install-man):
1821 Don't apply program transform to standard file suffixes.
a6c2cc07 1822
7f8de58c
PE
18232012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1824
1825 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
1826 This ports to Gentoo. Problem originally reported against coreutils,
1827 but Emacs has it too.
1828
ed68379e
GM
18292012-10-23 Glenn Morris <rgm@gnu.org>
1830
1831 * Makefile.in (emacs_transform): Remove.
1832 (install-man): Revert 2012-10-21 change. (Bug#12713)
1833
8dc2a723
GM
18342012-10-21 Glenn Morris <rgm@gnu.org>
1835
ad483434
GM
1836 * Makefile.in (install-etc): Don't install emacs22 icons.
1837
8dc2a723
GM
1838 * Makefile.in (emacs_transform): New variable.
1839 (install-etc): Prefer a make variable to a shell variable.
1840
90eacf99
SM
18412012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
1844
1a9c6830
GM
18452012-10-15 Glenn Morris <rgm@gnu.org>
1846
1847 * Makefile.in (install-man, install-etc):
1848 Apply $TRANSFORM. (Bug#12536#34)
1849 (clean): Delete etc/emacs.tmpdesktop.
1850
cde44a77
KH
18512012-10-11 Kenichi Handa <handa@gnu.org>
1852
1853 * .bzrignore: Add several files under admin/charsets.
1854
e08348a0
DC
18552012-10-08 Daniel Colascione <dancol@dancol.org>
1856
90eacf99
SM
1857 * configure.ac: Add --with-w32 as a window system option.
1858 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
1859 system configuration and set TERM_HEADER to w32term.h when w32 is
1860 configured.
1861
1862 (CYGWIN_OBJ): Add cygw32.o.
1863
335f5ae4
JD
18642012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1865
1866 * configure.ac: Check that OSX is 10.4 or newer.
1867
c622b48f
PE
18682012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1869
1870 Improve sys_siglist detection.
1871 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
1872 Otherwise, it's not found in either Fedora 17 or Solaris 11.
1873
2b794d69
PE
18742012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1875
bb1dfdad
PE
1876 Merge from gnulib, incorporating:
1877 2012-10-02 pselect: reject invalid file descriptors
1878 2012-10-02 ptsname: reject invalid file descriptors
1879 2012-10-02 manywarnings: cater to more gcc infelicities
1880 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1881 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1882 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1883 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1884
65788e2e
PE
18852012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1886
1887 Merge from gnulib, incorporating:
1888 2012-09-28 extern-inline: provide a -Wundef safe config.h
1889
a615a3ae
PE
18902012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 Check more robustly for timer_settime.
1893 This should fix an OS X build problem reported by Ivan Andrus in
1894 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1895 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1896 does threads its own way.
89d17fd0 1897 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 1898
c462dda8
PE
18992012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1900
1901 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1902 to avoid problems with recursion when using GNU make.
1903
e41c05e5
PE
19042012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1905
bbe099e7
PE
1906 * Makefile.in (bootstrap): Simplify build procedure.
1907 Suggested by Wolfgang Jenker in
1908 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1909
e41c05e5
PE
1910 Merge from gnulib, incorporating:
1911 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1912
5fb91e71
JD
19132012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1914
1915 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1916
d3612ac3
AS
19172012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1918
1919 * Makefile.in (bootstrap): Revert last change. Run config.status
1920 after config.status --recheck, run configure from $(srcdir).
1921 (config.status): Run configure from $(srcdir).
1922
eeceac93
PE
19232012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1924
50bfc824
PE
1925 * Makefile.in: Fix build error on FreeBSD.
1926 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1927 Suggested by Wolfgang Jenker in
1928 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1929 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1930 This undoes part of the 2012-09-10 patch.
1931 (bootstrap): Run ./configure, rather than trying to run config.status
1932 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
1933 Run autogen/copy_autogen if autogen.sh fails,
1934 to create 'configure'; problem reported by Andreas Schwab in
1935 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1936 * autogen.sh: Exit with status 1 when failing due to missing tools,
1937 reverting the 2012-09-10 change to this file.
1938 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1939 Use 'cp -f' for the build-aux files, since the destinations are
1940 typically read-only.
50bfc824 1941
eeceac93
PE
1942 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1943 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1944 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1945
78f83752
GM
19462012-09-17 Glenn Morris <rgm@gnu.org>
1947
1948 * configure.ac (copyright): New output variable.
1949 (COPYRIGHT): New AC_DEFINE.
1950
0caaedb1
PE
19512012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1952
1953 Remove configure's --without-sync-input option (Bug#12450).
1954 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1955
83da1b55
GM
19562012-09-16 Glenn Morris <rgm@gnu.org>
1957
1958 Increase compartmentalization of Nextstep builds rules,
1959 and store Emacs version number in fewer versioned files.
1960 * configure.ac (ns_appsrc): Use relative names.
1961 (ns_frag): Remove.
1962 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
1963 (nextstep/Makefile): Generate these nextstep files.
1964 (SUBDIR_MAKEFILES): Add nextstep.
1965 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
1966 * make-dist (nextstep/templates): Add directory.
1967 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
1968 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 1969 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 1970
0328b6de
PE
19712012-09-15 Paul Eggert <eggert@cs.ucla.edu>
1972
1973 Port better to POSIX hosts lacking _setjmp (Bug#12446).
1974 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
1975 (_setjmp, _longjmp): Remove.
1976
e3141fcf
PE
19772012-09-14 Paul Eggert <eggert@cs.ucla.edu>
1978
2af03429
PE
1979 * configure.ac (--without-sync-input): Fix typo in usage message.
1980
e3141fcf
PE
1981 * configure.ac: Port to hosts lacking gtk.
1982 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
1983 better, in particular, problems in invoking pkg-config itself.
1984 This is useful on hosts that don't have pkg-config.
1985 (GTK_MODULES): Do not exit 'configure' simply because gtk3
1986 and gtk2 are both missing. Problem found on Solaris 8.
1987
2c484e75
JD
19882012-09-13 Jan Djärv <jan.h.d@swipnet.se>
1989
1990 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 1991 Report Gtk+ 3 as GTK.
2c484e75 1992
4a4bbad2
PE
19932012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1994
1995 Simplify SIGIO usage (Bug#12408).
1996 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
1997 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
1998 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
1999 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2000 to #undef SIGIO now (which was error-prone). Likewise, all uses
2001 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2002
d673aedc
JD
20032012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2004
2005 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2006 and then gtk2 if not found.
2007 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2008 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2009 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2010
9d9edd4b
GM
20112012-09-11 Glenn Morris <rgm@gnu.org>
2012
2013 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2014 Be more explicit about dependencies, for parallel `make install'.
2015
c990426a
PE
20162012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2017
2018 Simplify, document, and port floating-point (Bug#12381).
2019 * configure.ac (logb, cbrt): Do not check for these functions,
2020 as they are not being used.
2021
b8b0239f
PE
20222012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2023
2024 Improve robustness of 'make bootstrap' (Bug#12376).
2025 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2026 * INSTALL, README: Document autogen.sh.
2027 * Makefile.in (Makefile): Mark it as precious, since it's updated
2028 atomically.
2029 (MAKE_CONFIG_STATUS): New macro.
2030 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2031 to run config.status with the --recheck option, which is more
2032 appropriate for a bootstrap.
2033 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2034 about failures due to missing tools.
2035 * autogen.sh: Exit with status 101 when failing due to missing tools.
2036 * make-dist: Distribute autogen.sh.
2037
f6196b87
PE
20382012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2039
2040 Assume C89 or later for math functions (Bug#12381).
2041 * configure.ac (frexp, fmod): Remove checks for these functions,
2042 as we now assume them.
2043 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2044 (HAVE_EXCEPTION):
2045 Remove; no longer needed.
2046
1a4f1e9b
PE
20472012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2048
2049 More signal-handler cleanup (Bug#12327).
2050 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2051
2fe28299
PE
20522012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2053
2054 Signal-handler cleanup (Bug#12327).
2055 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2056 Adjust to syssignal.h changes.
2057 (SIGNAL_H_AB): Remove; no longer needed.
2058
7b6c362e
PE
20592012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2060
1088b922
PE
2061 Simplify redefinition of 'abort' (Bug#12316).
2062 * configure.ac (NO_ABRT): Remove.
2063
7b6c362e
PE
2064 * configure.ac (_setjmp, _longjmp): Check by compiling
2065 instead of by guessing. The guesses were wrong for
2066 recent versions of Solaris, such as Solaris 11.
2067
7f507777
PE
20682012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2069
79a7bafe
PE
2070 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2071 It generates false alarms in doc.c, regex.c, xdisp.c. See
2072 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2073
7f507777
PE
2074 Merge from gnulib, incorporating:
2075 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2076 2011-11-30 manywarnings: update the list of "all" warnings
2077
f278d339
JD
20782012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2079
2080 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2081
2d3800d2
PE
20822012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2083
2084 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2085 This ports to glibc 2.15 or later, when configured with
2086 --enable-gcc-warnings. See Eric Blake in
2087 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2088
17a2cbbd
DC
20892012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2090
2091 * configure.ac: Introduce term_header variable, which holds the
2092 value which will become TERM_HEADER in code. We effect our choice
2093 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2094 instead of using ad-hoc variables and flags for each window
2095 system.
2096
6e8aca60
PE
20972012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2098
2099 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2100 and if the user has not specified CFLAGS. -g3 simplifies
2101 debugging, since it makes macros visible to the debugger.
2102
f0602979
JB
21032012-08-25 Juanma Barranquero <lekktu@gmail.com>
2104
2105 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2106
391ceac5
EZ
21072012-08-25 Eli Zaretskii <eliz@gnu.org>
2108
2109 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2110 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2111
f4a681b0
PE
21122012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2113
2114 On assertion failure, print backtrace if available.
2115 Merge from gnulib, incorporating:
2116 2012-08-24 execinfo: port to FreeBSD
2117 2012-08-22 execinfo: new module
2118 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2119 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2120
5af9cb6b
GM
21212012-08-22 Glenn Morris <rgm@gnu.org>
2122
2123 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2124 do not create the bin/emacs link. (Bug#12011)
2125
01b13eb7
PE
21262012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2127
2128 Merge from gnulib, incorporating:
2129 2012-08-20 extern-inline: support old GCC 'inline'
2130
9aa0092c
GM
21312012-08-20 Glenn Morris <rgm@gnu.org>
2132
2133 * configure.ac (AC_PROG_LN_S): Test for ln.
2134 * Makefile.in (LN_S): New, set by configure.
2135 (install-arch-dep): Use $LN_S.
2136
562d4436
PE
21372012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2138
2139 Merge from gnulib, incorporating:
2140 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2141 2012-08-19 mktime, sys_select: avoid 'static inline'
2142 2012-08-19 gnulib-tool: Fix indentation.
2143
51e6d6b2
PE
21442012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2145
2146 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2147 These files have been unused since the 2012-06-22 patch that
2148 introduced high-resolution time stamps.
2149
1598ef28
JB
21502012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2151
2152 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2153 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2154
76d0e68f
PE
21552012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2156
2157 Merge from gnulib, incorporating:
2158 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2159
57239922
JB
21602012-08-10 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2163 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2164 ($(BLD)/u64.$(O)): Update dependencies.
2165
9374581a
GM
21662012-08-10 Glenn Morris <rgm@gnu.org>
2167
2168 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2169
da3d2105
DA
21702012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2171
2172 * configure.ac (--disable-features): Rename to --without-all.
2173 (OPTION_DEFAULT_ON): Change to use with_features.
2174 * INSTALL: Fix description.
2175
c30d4aef
DA
21762012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2177
2178 * configure.ac: New option --disable-features.
2179 (OPTION_DEFAULT_ON): Change to use enable_features.
2180 * INSTALL: Explain --disable-features.
2181
7d732d1a
GM
21822012-08-07 Glenn Morris <rgm@gnu.org>
2183
2184 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2185 * autogen.sh (automake_min): Get it from configure.ac.
2186
1c6f11f4
GM
21872012-08-06 Glenn Morris <rgm@gnu.org>
2188
1db4583a
GM
2189 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2190
1c6f11f4
GM
2191 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2192 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2193 (DISPNEW_NEEDS_STDIO_EXT): New define.
2194
68b0c113
MA
21952012-08-05 Michael Albinus <michael.albinus@gmx.de>
2196
a4fe5376 2197 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 2198
32d9ba9a
UM
21992012-08-05 Ulrich Müller <ulm@gentoo.org>
2200
2201 * configure.ac: Disable paxctl if binaries don't have a
2202 PT_PAX_FLAGS program header. (Bug#11979)
2203
fddc1855
EZ
22042012-08-03 Eli Zaretskii <eliz@gnu.org>
2205
2206 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2207 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2208 (SHA512_H): Don't mention u64.h twice.
2209 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
2210 New targets.
2211
f35ef0ed
PE
22122012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2213
2214 Merge from gnulib, incorporating:
2215 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2216
d7844221
YM
22172012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2218
2219 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
2220 out-of-tree build.
2221
837b365b
GM
22222012-08-02 Glenn Morris <rgm@gnu.org>
2223
d66b744d
GM
2224 * make-dist: Remove src/s.
2225
837b365b
GM
2226 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
2227
3f750e43
PE
22282012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2229
a0d4efe9
PE
2230 Merge from gnulib (Bug#12116), incorporating:
2231 2012-08-01 extern-inline: new module
2232 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 2233 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
2234 New files. The new .c files are for instantiating extern inline
2235 functions.
2236
13294f95
PE
2237 Port to Solaris 8.
2238 Without this change, 'configure' fails because the recently-added
2239 wait3 prototype in config.h messes up later 'configure' tests.
2240 Fix this problem by droping wait3 and WRETCODE, as they're
2241 no longer needed on hosts that are current porting targets.
2242 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
2243 All uses changed to waitpid and WEXITSTATUS.
2244
3f750e43 2245 Avoid needless autoheader after autogen.sh.
38942b9c
GM
2246 * .bzrignore: Add src/stamp-h.in.
2247 * autogen.sh: Create src/stamp-h.in.
3f750e43 2248
ae21c275
GM
22492012-08-01 Glenn Morris <rgm@gnu.org>
2250
2251 * configure.ac (DOS_NT, MSDOS): New system type templates.
2252
fca64dbd
UM
22532012-08-01 Ulrich Müller <ulm@gentoo.org>
2254
2255 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
2256 Don't include crtbegin.o and crtend.o. (Bug#12047)
2257
5c0c0e8a
GM
22582012-08-01 Glenn Morris <rgm@gnu.org>
2259
ca35a5f7
GM
2260 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
2261 (INTERNAL_TERMINAL): New.
b72c9a8c 2262
5c0c0e8a
GM
2263 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
2264 (IS_ANY_SEP): Move here from src/lisp.h.
2265
552a99b4
JB
22662012-08-01 Juanma Barranquero <lekktu@gmail.com>
2267
2268 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
2269 (CONF_POST_H): New macro.
2270
8d8e2dfe
GM
22712012-07-31 Glenn Morris <rgm@gnu.org>
2272
bc96620a
GM
2273 * configure.ac (S_FILE): Remove output variable.
2274
68169a33
GM
2275 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2276
b2c7a106
GM
2277 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
2278 Move here from src.
2279
8d8e2dfe
GM
2280 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
2281 Move here from conf_post.h.
2282
c09bfb2f
DA
22832012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2284
2285 Improve OpenMotif detection on GNU/Linux systems.
2286 * configure.ac (MOTIF): Check for /usr/include/openmotif
2287 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
2288
57ae02b1
AS
22892012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2290
2291 * Makefile.in (install-arch-indep): Avoid eval.
2292
c1529ded
GM
22932012-07-31 Glenn Morris <rgm@gnu.org>
2294
b3a56300
GM
2295 * configure.ac (opsysfile, S_FILE): Now they are always empty.
2296
cd8bac79
GM
2297 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
2298 when removing src/s/sol2-6.h yesterday.
2299
268e2432
GM
2300 * configure.ac (USG5_4): Reintroduce this.
2301 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
2302
400d5621
GM
2303 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
2304
7552f3ee
GM
2305 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
2306 and to s/usg5-4-common.h on irix6-5.
c1529ded 2307
b429a4ee
GM
23082012-07-30 Glenn Morris <rgm@gnu.org>
2309
2310 * configure.ac (AH_BOTTOM): Use an include file, so that the
2311 contents do not get processed by autoheader.
2312
0aee6912
PE
23132012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2314
8f25abd3
PE
2315 Do not overwrite config.status while executing it (Bug#11214).
2316 * Makefile.in (MAKEFILE_NAME): New macro.
2317 ($(MAKEFILE_NAME)): Rename rule from Makefile.
2318 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
2319 so that GNU 'make' isn't tempted to make the Makefile and then
2320 regenerate config.status while config.status is running.
2321
0aee6912
PE
2322 Update .PHONY listings in makefiles.
2323 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
2324 FRC, install-arch-dep, install-arch-indep, install-doc,
2325 install-info, install-man, install-etc, install-strip, uninstall,
2326 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
2327 (.RECURSIVE): Remove; hasn't been needed for years.
2328
0a763bd1
GM
23292012-07-30 Glenn Morris <rgm@gnu.org>
2330
32bac6d6
GM
2331 * configure.ac (SIGNAL_H_AHB): New hack macro.
2332 (opsysfile): Set to empty on netbsd, openbsd.
2333 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
2334
b65e7c46 2335 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 2336
847bb9eb
JD
23372012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2338
2339 * Makefile.in (install-arch-indep): Remove sh -x.
2340
d34d6ffc
GM
23412012-07-30 Glenn Morris <rgm@gnu.org>
2342
abc7ec54
GM
2343 * configure.ac (opsysfile): Tweak message for null case.
2344
227f5bd0
GM
2345 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
2346 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 2347
ffd817eb
JD
23482012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2349
2350 * Makefile.in (install-arch-indep): Handle space in locallisppath.
2351
e32a5799
PE
23522012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2353
2354 Use Gnulib environ module (Bug#9772).
2355 * m4/environ.m4: New file, from gnulib.
2356 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2357
2358 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2359 This should improve portability of macros like alignof and DECL_ALIGN.
2360 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
2361 * .bzrignore: Add lib/stdalign.h.
2362 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
2363 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
2364 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
2365 fiddles with this, as gnulib now does this for us.
2366
441efe9f
DA
23672012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2368
2369 Fix toolkit configuration report.
2370 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
2371 --with-x-toolkit=gtk3 is used.
2372
5dad233c
PE
23732012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2374
2375 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
2376 * configure.ac: Configure gnulib at the end, not before running
2377 pkg-config. This restores the behavior before 2012-06-22, when
2378 higher-resolution time stamps were added, and fixes a bug whereby
2379 LIB_PTHREAD was not used and gnulib's part of 'configure'
2380 therefore incorrectly assumed that pthread_sigmask wasn't working.
2381 Fix the problem with -lrt and clock_gettime a different way.
2382 This should complete the fix for Bug#11884.
2383 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
2384
b6e9e0ff
PE
23852012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2386
2387 Merge from gnulib, incorporating:
2388 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
2389 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
2390
5b3f250f
GM
23912012-07-14 Glenn Morris <rgm@gnu.org>
2392
2393 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
2394 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
2395
dbee5793
GM
23962012-07-13 Glenn Morris <rgm@gnu.org>
2397
32fb4bb6
GM
2398 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
2399
983188fd
GM
2400 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
2401 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
2402 Move "system type" macros here from src/s.
2403 (BSD_SYSTEM_AHB): New hack macro.
2404 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
2405
5b633342
GM
2406 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
2407 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 2408
308aab79
GM
24092012-07-12 Glenn Morris <rgm@gnu.org>
2410
4fae5a7a
GM
2411 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
2412 setting here from src/s/darwin.h.
2413
51c3b9b4
GM
2414 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
2415 as src/s/darwin.h used to.
2416
42bd1719
GM
2417 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
2418 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 2419 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 2420 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 2421 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 2422 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 2423 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 2424
c43fb4c3
GM
24252012-07-11 Glenn Morris <rgm@gnu.org>
2426
2427 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 2428 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 2429
554fef51
PE
24302012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2431
2432 * configure.ac (tzset): Remove check that's redundant with gnulib.
2433
c8add24e
GM
24342012-07-11 Glenn Morris <rgm@gnu.org>
2435
172bedef
GM
2436 * configure.ac (CLASH_DETECTION): Define unconditionally.
2437
249685df
GM
2438 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2439
35e951cd 2440 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
09f4e3b0 2441 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 2442
5ebbef1d
PE
24432012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2444
bb352260
PE
2445 Assume mkdir, rename, rmdir, strerror.
2446 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 2447
20e94fdd
GM
24482012-07-11 Glenn Morris <rgm@gnu.org>
2449
9d596af3
GM
2450 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
2451
20e94fdd
GM
2452 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
2453
22ffb973
PE
24542012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2455
2456 Remove "#define unix" that is no longer needed (Bug#11905).
2457 Merge from gnulib to make "#define unix" unnecessary, incorporating:
2458 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
2459 2012-07-09 getopt: Simplify after Emacs changed.
2460
882cf227
GM
24612012-07-10 Glenn Morris <rgm@gnu.org>
2462
d02eb359
GM
2463 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
2464 Move here from src/s.
882cf227 2465
cda158b4
AS
24662012-07-09 Andreas Schwab <schwab@linux-m68k.org>
2467
2468 * configure.ac (PNG_DEPSTRUCT): Define this instead of
2469 PNG_DEPRECATED.
2470
5994c183
PE
24712012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2472
2473 Add GCC-style 'const' attribute to functions that can use it.
2474 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
2475 (ATTRIBUTE_CONST): New macro, in config.h.
2476
52331d2c
JB
24772012-07-09 Juanma Barranquero <lekktu@gmail.com>
2478
2479 * lib/makefile.w32-in: Rework dependencies.
2480 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
2481 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
2482 (U64_H, SHA512_H): New macros.
2483 (SRC): Redefine to point to src/, not current directory.
2484 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2485 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
2486 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2487 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2488 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2489 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2490 ($(BLD)/filemode.$(O)): Update dependencies.
2491
c4444d16
PE
24922012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2493
2f93ecce
PE
2494 Merge from gnulib, incorporating:
2495 2012-07-09 timespec: mark functions with const attributes
2496
c4444d16
PE
2497 Rename configure.in to configure.ac (Bug#11603).
2498 The name 'configure.in' has been obsolescent for quite some time,
2499 and the next release of Autoconf will generate warnings for it.
61a11606
PE
2500 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2501 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
2502 * configure.ac: Rename from configure.in.
2503 * INSTALL, INSTALL.BZR, README, make-dist:
2504 * Makefile.in (AUTOCONF_INPUTS):
2505 * autogen.sh (autoconf_min):
2506 * autogen/update_autogen (sources):
2507 Adjust to reflect new name.
2508
0ccb0b09
PE
25092012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2510
2511 Restore deprecation warnings, except for older libpng.
2512 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2513 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2514 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2515
4da41f1c
AS
25162012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2517
2518 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2519
6045c4fd
PE
25202012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2521
2522 Improve static checking when configured --with-ns.
2523 See Samuel Bronson's remarks in
2524 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2525 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2526 a no-op with recent GCC and harmful in earlier ones.
2527 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2528 warning when compiling with ObjC. Always omit
2529 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2530 being done correctly.
2531
4516fbef
GM
25322012-07-07 Glenn Morris <rgm@gnu.org>
2533
41f9404e
GM
2534 * configure.in (BROKEN_SA_RESTART): Doc fix.
2535
4516fbef
GM
2536 * configure.in: Rather than checking for things then undef'ing
2537 them on some platforms, simply don't check for them.
2538 (getwd): Don't check for it on unixware.
2539 (random, rint): Don't check for these on hpux.
2540 (res_init, libresolv): Don't check for these on darwin.
2541
07adc2c6
JB
25422012-07-07 Juanma Barranquero <lekktu@gmail.com>
2543
2544 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2545 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2546 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2547 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2548
a69ca799
PE
25492012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2550
f5c08e17
PE
2551 * configure.in: Document --enable-gcc-warnings better.
2552
fee5959d
PE
2553 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2554 This is safer than strcasecmp, which has unspecified behavior
2555 outside the POSIX locale and in practice sometimes does not work
2556 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2557 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 2558
fee5959d
PE
2559 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2560 * lib/c-strncasecmp.c: New files, taken from gnulib.
2561 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2562
a69ca799
PE
2563 Merge from gnulib, incorporating:
2564 2012-07-06 timespec-sub: avoid duplicate include
2565 Reported by Juanma Barranquero.
2566
a02d99e7
GM
25672012-07-06 Glenn Morris <rgm@gnu.org>
2568
2569 * make-dist [update]: Let autoreconf figure out what needs updating.
2570 Use `make info-real'. leim/leim-list.el should always exist.
2571 Check cd return value.
2572
7dca65a4
PE
25732012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2574
2575 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2576 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2577 2012-07-05 sys_time: allow too-wide tv_sec
2578
013aabf1
PE
25792012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2580
2581 Merge from gnulib.
2582 * lib/alloca.in.h: New version from gnulib, incorporating:
2583 2012-07-03 alloca: add support for HP NonStop TNS/E native
2584
8ce70ed2
DA
25852012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2586
2587 * configure.in: If --enable-gcc-warnings, disable
2588 -Wunsafe-loop-optimizations for -O1 optimization level.
2589
ca26824c
GM
25902012-06-30 Glenn Morris <rgm@gnu.org>
2591
2592 * configure.in (standardlisppath): New output variable.
2593 (lisppath): Use standardlisppath.
2594 * Makefile.in (standardlisppath): New, set by configure.
2595 (epaths-force): Use standardlisppath and locallisppath rather than
2596 lisppath.
2597
94eb8e0a
DA
25982012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2599
1f9f395d 2600 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
2601 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2602 Add --enable-link-time-optimization.
2603 * INSTALL: Mention this.
2604
e509cfa6
DA
26052012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2606
2607 * configure.in: Add glyphs category to --enable-checking option.
2608 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2609
a54e2c05
DA
26102012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2611
2612 * configure.in (ENABLE_CHECKING): Update comment.
2613
059e4fb5
PE
26142012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2615
15458df4
PE
2616 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2617 Emacs proper no longer uses these headers, and can rely on Gnulib
2618 for these checks.
2619
059e4fb5
PE
2620 Merge from gnulib.
2621 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2622 getopt-posix: No longer guarantee that option processing is resettable.
2623
1ba6038a
GM
26242012-06-27 Glenn Morris <rgm@gnu.org>
2625
0b6b25d5
GM
2626 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2627
1ba6038a
GM
2628 * INSTALL: Remove references to paths.el.
2629
cc06e7e7
EZ
26302012-06-26 Eli Zaretskii <eliz@gnu.org>
2631
90eacf99
SM
2632 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2633 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
2634 the same object file to be mentioned twice, causing failures in
2635 parallel builds.
2636
cf38a720
PE
26372012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2638
2639 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2640 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2641
3511c784
DA
26422012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2643
2644 * configure.in (AC_CHECK_FUNCS): Detect library functions
2645 strcasecmp and strncasecmp.
2646
845ca893
PE
26472012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2648
2649 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2650 We might as well use the spelling standardized by C11,
2651 as in the long run that should simplify maintenance.
2652 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2653
696056c2
EZ
26542012-06-24 Eli Zaretskii <eliz@gnu.org>
2655
35e951cd
JB
2656 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
2657 ($(BLD)/timespec-add.$(O))
696056c2
EZ
2658 ($(BLD)/timespec-sub.$(O)): Don't depend on
2659 $(EMACS_ROOT)/nt/inc/sys/time.h.
2660
2661 * lib/stat-time.h:
2662 * lib/timespec.h:
2663 * lib/utimens.h: Revert last change.
2664
47d0c011
PE
26652012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2666
2667 Merge from gnulib.
2668 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2669 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2670
388cdec0
EZ
26712012-06-23 Eli Zaretskii <eliz@gnu.org>
2672
2673 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2674 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2675 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2676 $(BLD)/timespec-sub.$(O).
35e951cd
JB
2677 ($(BLD)/dtotimespec.$(O))
2678 ($(BLD)/gettime.$(O))
2679 ($(BLD)/timespec-add.$(O))
388cdec0
EZ
2680 ($(BLD)/timespec-sub.$(O)): New dependencies.
2681
2682 * lib/stat-time.h:
2683 * lib/timespec.h:
ed9265fc 2684 * lib/utimens.h: Include sys/time.h.
388cdec0 2685
54e8a418
AS
26862012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2687
2688 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
2689 the correct CFLAGS and LIBS.
2690
d35af63c
PE
26912012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2692
2693 Support higher-resolution time stamps (Bug#9000).
2694 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
2695 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
2696 that the new clock stuff doesn't clash with RSVG_LIBS.
2697 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
2698 as gnulib does that for us now.
2699 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
2700 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
2701 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
2702 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
2703 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
2704 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
2705 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
2706 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
2707 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
2708 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
2709 New files, copied automatically from gnulib.
2710 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
2711
05730648
PE
27122012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2713
2714 Merge from gnulib.
2715 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
2716 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
2717 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
2718 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
2719 Copy new versions from gnulib, incorporating the following changes:
2720 2012-06-22 time_r: fix typo that always overrode localtime_r decl
2721 2012-06-22 Write "Mac OS X" instead of "MacOS X".
2722 2012-06-21 mktime: fix integer overflow in 'configure'-time test
2723 2012-06-21 nonblocking: Avoid compilation error on mingw64.
2724 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2725 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2726
646b5f55
AS
27272012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2728
2729 * configure.in: Rename --enable-use-lisp-union-type to
2730 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2731 instead of USE_LISP_UNION_TYPE.
2732
8a07a8c6
GM
27332012-06-12 Glenn Morris <rgm@gnu.org>
2734
b4492cba
GM
2735 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2736 (opsysfile): Set specially for sol2-10.
2737
8a07a8c6
GM
2738 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2739 New AC_DEFINEs, for hpux11.
2740 (opsysfile): Set specially for hpux11.
2741
03043c1b
PE
27422012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2743
2744 * configure.in: Coalesce some function checking.
2745 This makes 'configure' a bit smaller.
2746 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2747
ed846e5f
GM
27482012-06-12 Glenn Morris <rgm@gnu.org>
2749
0d369729
GM
2750 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2751
45fa9c0f
GM
2752 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2753
ed846e5f
GM
2754 * configure.in: Anticipate platforms with no src/s file.
2755
0e25d334
CY
27562012-06-12 Chong Yidong <cyd@gnu.org>
2757
2758 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
2759
a9be7d2b
GM
27602012-06-11 Glenn Morris <rgm@gnu.org>
2761
2762 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
2763
e3a3e213
MA
27642012-06-09 Michael Albinus <michael.albinus@gmx.de>
2765
2766 * configure.in (dbus_type_is_valid): Check for library function.
2767
276d5f5d
GM
27682012-06-06 Glenn Morris <rgm@gnu.org>
2769
2770 * INSTALL, make-dist: Remove vcdiff.
2771
418cd726
GM
27722012-06-03 Glenn Morris <rgm@gnu.org>
2773
2774 * INSTALL, make-dist: Remove rcs-checkin.
2775
c71232db
UM
27762012-06-03 Ulrich Müller <ulm@gentoo.org>
2777
1f9f395d 2778 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 2779
501390c5
PE
27802012-06-01 Paul Eggert <eggert@cs.ucla.edu>
2781
2782 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
2783 It is confusingly named and rarely useful. See, for example,
2784 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
2785 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
2786 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
2787 * configure.in: Remove --disable-maintainer-mode.
2788 (USE_MAINTAINER_MODE, MAINT): Remove.
2789
0e7a053e
PE
27902012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2791
2792 Make 'configure' a bit smaller and faster.
2793 * configure.in (INSTALL_INFO): Set it with one call to
2794 AC_PATH_PROG, not three.
2795 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
2796 so likely that it'll be needed.
2797 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
2798 (AC_PROG_MAKE_SET): Remove; Automake does this.
2799 (sysinfo): Do not check for this function, as it's never used.
2800 (tzset): Check for this function just once.
2801 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2802 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
2803
cd376509
EZ
28042012-05-27 Eli Zaretskii <eliz@gnu.org>
2805
42a53d84
EZ
2806 * config.bat (lib): Create/update lib/stdalign.in-h and
2807 lib/sys_types.in-h.
2808
35e951cd
JB
2809 * lib/makefile.w32-in ($(BLD)/md5.$(O))
2810 ($(BLD)/sha1.$(O))
2811 ($(BLD)/sha256.$(O))
cd376509
EZ
2812 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2813 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2814
2815 * lib/getopt_.h: Regenerate.
2816
50c4645e
PE
28172012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2818
2819 Assume gnulib does largefile.
2820 Gnulib does the largefile configuration anyway, so when configure.in
2821 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
2822 * configure.in (AC_SYS_LARGEFILE): Remove.
2823 * lib/gnulib.mk: Autoupdate.
2824
caf8a9b2
PE
28252012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2826
2827 Merge from gnulib. (Bug#11527)
2828
2829 The build procedure now creates <stdalign.h> and <sys/types.h> for
2830 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
2831 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
2832 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
2833 msdos and nt builds.
2834
2835 Here is a precis of gnulib changes that seem relevant; please see
2836 the gnulib ChangeLog for details.
2837
2838 2012-05-18 crypto: fix bug in large buffer handling
2839 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
2840 2012-05-10 _Noreturn: port config.h to gcc -Wundef
2841 2012-05-08 warnings.m4: give a means to specify the program to compile
2842 2012-05-07 stdint: be more consistent with glibc, SunOS libc
2843 2012-04-21 Large File Support for native Windows platforms.
2844 2012-04-14 stat: Bypass buggy override in mingw64.
2845 2012-03-29 stdio: don't assume gets any more
2846 2012-03-24 Enable common subexpression optimization in GCC.
2847 2012-02-09 maint: replace FSF snail-mail addresses with URLs
2848 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
2849 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
2850 2012-01-21 stdint: Add support for Android.
2851 2012-01-15 Improve support for MSVC 9.
2852 2012-01-08 mktime: Avoid compilation error on Solaris 11.
2853 2012-01-05 Use ', not `, for quoting output.
2854 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
2855 2012-01-05 strtoimax: Work around AIX 5.1 bug.
2856 2012-01-05 inttypes: Modernize.
2857 2011-12-13 inttypes, stdint: add C++11 support
2858 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
2859 2011-11-21 _Noreturn: Check that _MSC_VER is defined
2860 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
2861 2011-11-09 raise: fix mingw handling of SIGPIPE
2862 2011-10-27 Add stdalign module and use it in other modules.
2863
2864 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
2865 * m4/sys_types_h.m4:
2866 New files.
2867 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2868 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2fb6d9c6 2869 * build-aux/snippet/warn-on-use.h:
caf8a9b2
PE
2870 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2871 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2872 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2873 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2874 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2875 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2876 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2877 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2878 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2879 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2880 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2881 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2882 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2883 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2884 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2885 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2886 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2887 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2888 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2889 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2890 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2891 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2892 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2893 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2894 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2895 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2896 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2897 Update from gnulib.
2898
34374650
PE
28992012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2900
2901 Remove src/m/*.
2902 * configure.in: Remove all mention of src/m/*.
2903 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2904 All uses removed.
2905 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2906 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2907 * lib/makefile.w32-in: Remove dependencies on
2908 $(EMACS_ROOT)/src/m/intel386.h.
2909 * make-dist: Don't make links to src/m.
2910
ec21c7f8
PE
29112012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2912
2913 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2914 Without this further fix, aclocal was being invoked unnecessarily.
2915
39078e4a
GM
29162012-05-22 Glenn Morris <rgm@gnu.org>
2917
2918 * Makefile.in (blessmail, install-arch-dep, uninstall):
2919 Check cd lib-src works.
2920 (install-arch-dep, uninstall): Remove unneeded subshells.
2921
be17565b
GM
29222012-05-21 Glenn Morris <rgm@gnu.org>
2923
ff0c3cfb
GM
2924 * update-subdirs: Move to build-aux/.
2925 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2926
d10cfddd
GM
2927 * Makefile.in (leimdir): New, set by configure.
2928 (COPYDIR, COPYDESTS): Add leim directories.
2929 (install-leim): Remove.
2930 (install-arch-indep): Handle leim installation directly.
2931
be17565b
GM
2932 * vpath.sed: Remove unused file.
2933 * make-dist: No more vpath.sed.
2934
9b4ee616
PE
29352012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2936
fb77d37e
PE
2937 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2938 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2939 even though the file's name in gnulib is m4/gnulib-comp.m4.
2940 This had a problem when merging from gnulib, as the code temporarily
2941 renamed it to the full name, causing problems when interrupted.
2942 Now the file has its full name, with the idea that we will find
2943 a solution for MS-DOS that does not affect the rest of Emacs.
2944 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2945
261cb4bb
PE
2946 Assume C89 or later.
2947 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2948 (POINTER_TYPE, PROTOTYPES): Remove.
2949
9b4ee616
PE
2950 Make merging from gnulib a script, not a makefile action.
2951 Putting it in a makefile has some problems with reflection, as
2952 merging from gnulib updates 'configure', which can update the makefile.
2953 Putting it in a standalone script breaks this loop.
2954 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2955 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2956 Remove, moving the actions to the script admin/merge-gnulib.
2957
261cb4bb
PE
29582012-05-21 Glenn Morris <rgm@gnu.org>
2959
2960 * configure.in (LEIM_INSTALLDIR):
2961 Rename to leimdir, treat like lispdir.
2962
b847032c
GM
29632012-05-21 Glenn Morris <rgm@gnu.org>
2964
2965 * Makefile.in (install-arch-indep, install-doc, install-info)
2966 (uninstall): Scrap superfluous subshells.
2967
a04689de 29682012-05-19 Ulrich Müller <ulm@gentoo.org>
af006ad5
UM
2969
2970 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
2971
003fdae2
PE
29722012-05-19 Paul Eggert <eggert@cs.ucla.edu>
2973
9232a6d9
PE
2974 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
2975 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
2976 getsockopt, setsockopt, mremap, mempcpy.
2977
003fdae2
PE
2978 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
2979 is being removed.
2980 (AC_CHECK_FUNCS): Remove ftime.
2981
e7333757
GM
29822012-05-19 Glenn Morris <rgm@gnu.org>
2983
e39b9806 2984 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 2985
42d5aa3e
GM
2986 * Makefile.in (install-arch-indep): Remove unneeded chmod.
2987 Set permissions of lisp/subdirs.el.
2988
9192d37d
GM
2989 * Makefile.in (SUBDIR): Add leim. Update users.
2990
2e5d41e4
GM
2991 * Makefile.in (lib, lib-src, lisp): Check cd return value.
2992
e7333757
GM
2993 * Makefile.in (leim): No need to set PARALLEL.
2994
7606c360
GM
29952012-05-18 Glenn Morris <rgm@gnu.org>
2996
6d1a623e
GM
2997 * Makefile.in (install-arch-indep, install-info, install-man):
2998 Simplify some one-sided ifs.
2999
29473393
GM
3000 * Makefile.in: Install only the relevant DOC file.
3001 (install-arch-indep): Delete etc/DOC*.
3002 (install-doc): No more need to delete etc/DOC.
3003
660c8c1e
GM
3004 * Makefile.in (install-arch-indep): Split into several rules.
3005 (install-doc, innstall-info, install-man): New rules.
3006
37f36bcb
GM
3007 * configure.in (mandir): May as well include it in the NS app bundle.
3008
0629a797
GM
3009 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3010 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3011 (install-arch-indep): Don't install-etc for self-contained ns builds.
3012
136c45ee
GM
3013 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3014 No longer unconditonally add /sw directories. (Bug#2280)
3015
ed0ba302
GM
3016 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3017 (install-arch-indep): Depend on install-leim.
3018 (install): Remove explicit install-leim dependence.
3019
62061397
GM
3020 * Makefile.in (install-arch-indep):
3021 Move last element of mkdir rule here.
3022 (mkdir): Remove rule.
3023
37baa3c8
GM
3024 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3025 INSTALL_DATA does this for us.
3026
b533f05e
GM
3027 * Makefile.in (install-arch-dep): Ensure bindir exists.
3028 Drop mkdir dependency.
3029 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3030 (install-leim): Drop mkdir dependency.
3031 (mkdir): Remove most directories, now made in relevant rules.
3032
7606c360
GM
3033 * Makefile.in (install-arch-indep): Combine adjacent loops.
3034
3a4155de
GM
30352012-05-17 Glenn Morris <rgm@gnu.org>
3036
d9a1e2c2
GM
3037 * Makefile.in (install-etc, mkdir):
3038 Make relevant directories in install-etc rather than mkdir.
3039
4c54abe1
GM
3040 * Makefile.in (write_subdir): Create the directory if needed.
3041 (install-arch-dep, mkdir): No need to make site-lisp directories.
3042
9f1ea7dc 3043 * Makefile.in (write_subdir): New.
05f3d308 3044 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 3045
40c117e7 3046 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 3047 For a self-contained ns build, set these to the appropriate values.
40c117e7 3048 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 3049
b4a36200
GM
3050 * configure.in (ns_self_contained): New output variable.
3051 * Makefile.in (ns_self_contained): New, set by configure.
3052 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
3053 don't bother installing binaries then immediately deleting them.
3054
3a4155de
GM
3055 * Makefile.in (ns_appbindir, ns_appresdir):
3056 Move them before things that may refer to them.
3057 (install-arch-dep): No need to relocate self-contained ns libexec.
3058
3059 * configure.in (archlibdir): Set it for self-contained ns builds.
3060 (libexecdir): Don't expand it now (this is mainly cosmetic).
3061
f04940ae
PE
30622012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3063
3064 * configure.in: Simplify by removing CPP etc.
3065 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3066 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3067 In particular we no longer need to fiddle with CPP, since we don't
3068 use CPP specially any more.
3069 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3070 adjusted compiler.
3071 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3072 since gl_EARLY and/or Autoconf already does these.
3073
27cb7be2
GM
30742012-05-16 Glenn Morris <rgm@gnu.org>
3075
3076 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3077 (CPP): Do not unconditionally set it on Darwin.
3078 Instead, try to test if -no-cpp-precomp is accepted.
3079 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3080
ec3ca9ec
GM
30812012-05-15 Glenn Morris <rgm@gnu.org>
3082
4e7d487c 3083 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 3084
75a9f5f5
GM
3085 * Makefile.in (install-arch-dep): Do not hard-code version number.
3086
ec3ca9ec
GM
3087 * Makefile.in (install-arch-dep): NS install no longer needs to
3088 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3089
3fe7cdc8
GM
30902012-05-12 Glenn Morris <rgm@gnu.org>
3091
9e6b06ed
GM
3092 * configure.in (ns_appbindir): Remove trailing "/".
3093
3fe7cdc8
GM
3094 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3095 (MKDEPDIR): Use $MKDIR_P.
3096 * Makefile.in (MKDIR_P): New, set by configure.
3097 (mkdir): Use $MKDIR_P.
3098
a873f274
GM
30992012-05-11 Glenn Morris <rgm@gnu.org>
3100
3101 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 3102 Use INSTALL_DATA for the DOC file.
c8e32179 3103 Remove dead code for ./lisp that never executes.
a873f274 3104
ff57c2ec
GM
31052012-05-10 Glenn Morris <rgm@gnu.org>
3106
3107 * configure.in (LEIM_INSTALLDIR): New output variable.
3108
49ed9c8e
SM
31092012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3112
5122804a
GM
31132012-05-08 Glenn Morris <rgm@gnu.org>
3114
3115 * make-dist: No more doc/lispref/*.el.
3116
01319a4e
AS
31172012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3118
3119 * configure.in: Fix quoting bugs.
3120
8045b906
GM
31212012-05-04 Glenn Morris <rgm@gnu.org>
3122
3123 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3124
9fa0e416
GM
31252012-05-02 Glenn Morris <rgm@gnu.org>
3126
3c30e766
GM
3127 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3128 the choices made by FreeBSD and NetBSD. (Bug#10313)
3129
9aa071df
GM
3130 * Makefile.in (INFO_FILES): Remove variable.
3131 (INFO_NONMISC): New variable.
3132 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3133
cd3771a0
GM
3134 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3135 some reason caused problems on an old Solaris.
3136
a36e64d0
GM
3137 * Makefile.in (install-arch-indep, uninstall):
3138 Ensure that INSTALL-type commands are run from top-level.
3139
9e7a4bcf
GM
3140 * info/dir: Make some entries consistent with the source texi files.
3141
9fa0e416
GM
3142 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3143
7adecb99
GM
31442012-05-02 Glenn Morris <rgm@gnu.org>
3145
3146 * Makefile.in (install-arch-indep):
3147 Combine adjacent install-data and install-info loops.
3148
4737362e
GM
31492012-05-01 Glenn Morris <rgm@gnu.org>
3150
ab1121bd
GM
3151 * Makefile.in (MAN_PAGES): Remove.
3152 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3153
a4a18b8b
GM
3154 * configure.in: Try libtinfo for tputs.
3155 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3156
3ba0a545
GM
3157 * configure.in: Combine adjacent $opsys case blocks.
3158
e3da5b19
GM
3159 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3160
262f06da
GM
3161 * configure.in: Invert the TERMINFO logic,
3162 since "yes" is far more common than "no".
3163
9311dcff
GM
3164 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3165
4d5c6349
GM
3166 * configure.in (LD_SWITCH_X_SITE_RPATH):
3167 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3168
4737362e
GM
3169 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3170
562e638f
GM
31712012-04-26 Glenn Morris <rgm@gnu.org>
3172
3173 * make-dist: No more doc/lispref/tindex.pl.
3174
dcbf5805
MA
31752012-04-22 Michael Albinus <michael.albinus@gmx.de>
3176
3177 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3178 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 3179 these library functions.
dcbf5805 3180
4b5b5289
PE
31812012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3182
3183 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3184 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3185 -Werror=deprecated-declarations flag, use of hooks like
3186 __malloc_initialize_hook causes compilation to fail because these
3187 hooks are deprecated. Modify 'configure' to check for these hooks too.
3188 Simplify the 'configure' code to test for all the hooks at once.
3189 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3190 (emacs_cv_var_doug_lea_malloc): ... this new var.
3191
9ee7d8b9
PE
31922012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3193
3194 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3195 dated 2011-10-07. Regenerating from current gnulib would be a
3196 pervasive change, and currently the trunk isn't open to such changes.
3197 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3198 that gnulib does it.
3199 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3200
5e6ab4e6
AS
32012012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3202
3203 * m4/gl-comp.m4: Update. (Bug#11285)
3204
c07a4c0b 32052012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
3206
3207 * configure.in: Don't use the -R option (Bug#11251).
3208
6c94c34f 32092012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 3210
9f46df23 3211 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
3212 I have been using this change for many months in my private copy
3213 of Emacs, and have used it to find several bugs. It's mature
3214 enough to publish now.
3215 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
3216 * configure.in: Support --enable-gcc-warnings, in the style of
3217 other GNU packages such as coreutils.
3218 (C_WARNINGS_SWITCH): Remove, replacing with...
3219 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
3220 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
3221 when including system files with GCC.
67546201 3222 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
3223 * lib/Makefile.am (AM_CFLAGS): New macro.
3224 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
3225
316411f0
DA
32262012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3227
3228 * configure.in (AC_CHECK_FUNCS):
1f9f395d 3229 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 3230
9b9b2ef2
GM
32312012-04-16 Glenn Morris <rgm@gnu.org>
3232
b1aa797c
GM
3233 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
3234
9b9b2ef2
GM
3235 * configure.in: Remove X libs workaround for old autoconf.
3236
badf86af
KB
32372012-04-12 Ken Brown <kbrown@cornell.edu>
3238
3239 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
3240
2f097256
GM
32412012-04-11 Glenn Morris <rgm@gnu.org>
3242
3243 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
3244
a9f72fc1
GM
32452012-04-10 Glenn Morris <rgm@gnu.org>
3246
3247 * configure.in: Conditionally generate admin/unidata/Makefile.
3248
6b4f4a2d
TZ
32492012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3250
a9f72fc1 3251 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 3252
23df914b
GM
32532012-04-09 Glenn Morris <rgm@gnu.org>
3254
fd9d85c2
GM
3255 * Makefile.in (leim): Check cd return value. Pass fewer variables.
3256 (install-leim): Check cd return value. Pass $MFLAGS.
3257 (install-strip): Pass $MFLAGS.
3258
23df914b
GM
3259 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
3260 Eg org.texi has been using 4.7 functions for some time.
3261
bf6bba2b
PE
32622012-04-07 Paul Eggert <eggert@cs.ucla.edu>
3263
3264 Check pkg-config exit status when configuring (Bug#10626).
3265 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
3266 works; check its exit status. Problem reported by Jordi Gutiérrez
3267 Hermoso in
3268 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
3269
f3774f20
GM
32702012-04-07 Glenn Morris <rgm@gnu.org>
3271
3272 * README, configure.in (AC_INIT): Bump version to 24.1.50.
3273
d67a9a85
EZ
32742012-04-07 Eli Zaretskii <eliz@gnu.org>
3275
3276 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
3277
f20f95c6
PE
32782012-03-04 Paul Eggert <eggert@cs.ucla.edu>
3279
3280 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
3281 * configure.in (LIBS_TERMCAP): Default this to the result of
3282 the tputs library search. Do a run-time test for the linkability
3283 of tputs unless cross-compiling, as that's more reliable if the
3284 link flags and libraries are messed up. Don't change LIBS as
3285 a result of the test, as that may mess up later tests.
3286
75197633
CS
32872012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
3288
e7b41c4c 3289 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 3290
75197633
CS
3291 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
3292 specific makefiles to support getopt_.h generation with MSVC.
3293
7eb21b49
GM
32942012-02-04 Glenn Morris <rgm@gnu.org>
3295
3296 * Makefile.in (uninstall):
3297 Handle compressed info files and man pages. (Bug#10718)
3298
44f92739
GM
32992012-02-02 Glenn Morris <rgm@gnu.org>
3300
3301 * configure.in [HAVE_NS]:
3302 Error if use --without-toolkit-scroll-bars. (Bug#10673)
3303
6df37268
PE
33042012-02-01 Paul Eggert <eggert@cs.ucla.edu>
3305
3306 Port to older Solaris 10 versions (Bug#10677).
3307 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
3308 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
3309 possibly this is because Sun fixed the 'stat' bug in my version.
3310 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
3311 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
3312 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3313 These changes are based on gnulib version
3314 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
3315 because Emacs is in feature freeze and we do not want to merge any
3316 more-recent changes from gnulib.
3317
8d8939e8
GM
33182012-01-31 Glenn Morris <rgm@gnu.org>
3319
e4070def
GM
3320 * configure.in: Throw an explicit error if Motif toolkit was
3321 requested but requirements could not be found.
3322
8d8939e8
GM
3323 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
3324
5a26ec89
EZ
33252012-01-30 Eli Zaretskii <eliz@gnu.org>
3326
3327 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
3328 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
3329 with "make -j3".
3330
1b0880d5
JB
33312012-01-16 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * .bzrignore: Ignore etc/__pycache__.
3334
adee8a65
PE
33352011-12-17 Paul Eggert <eggert@cs.ucla.edu>
3336
3337 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 3338 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
3339 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
3340 by Nelson H. F. Beebe in
3341 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
3342
e152e577
JB
33432011-12-10 Juanma Barranquero <lekktu@gmail.com>
3344
3345 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
3346
46d14be7
JD
33472011-12-10 Jan Djärv <jan.h.d@swipnet.se>
3348
3349 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
3350 instead of LDFLAGS (Bug#10230).
3351
6c269a38
PE
33522011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3353
4eec8d6f
PE
3354 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
3355
6c269a38 3356 Propagate configure flags to sub-configures.
1350a3cc 3357 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
3358 New macros.
3359 (config.status, bootstrap): Use them to propagate configure flags
3360 to sub-configures.
3361 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
3362
63e94eb8
PE
33632011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3364
3365 * .bzrignore: Add config.cache.
3366
54e9e3bf
JD
33672011-11-27 Jan Djärv <jan.h.d@swipnet.se>
3368
3369 * configure.in: Check for gtk_window_set_has_resize_grip.
3370
20db1522
JB
33712011-11-24 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * configure.in (HAVE_XPM): Fix typo.
3374
60bf278f
GM
33752011-11-22 Glenn Morris <rgm@gnu.org>
3376
5f77c86c
GM
3377 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
3378 have confusing effects on the build. (Bug#6401)
3379
60bf278f
GM
3380 * Makefile.in (install-arch-dep): Tweak previous change.
3381
816be9f6
YD
33822011-11-22 Yavor Doganov <yavor@gnu.org>
3383
3384 Do not install arch-dependent files in the app bundle if
3385 --disable-ns-self-contained is requested. (Bug#1335)
3386 * configure.in (exec_prefix, libexecdir): Define relative to
3387 `ns_appbindir' only if configured for a self-contained app.
3388 * Makefile.in (install-arch-dep): Test for the existence of
3389 libexec in the Emacs.app bundle before executing commands.
3390
d5ff9cd0
AS
33912011-11-20 Andreas Schwab <schwab@linux-m68k.org>
3392
3393 * configure.in: Remove reference to src/m/ibms390.h.
3394
1c889bf6
GM
33952011-11-13 Glenn Morris <rgm@gnu.org>
3396
3397 * INSTALL: Tiny updates for disk space used during installation.
3398
a6fc3b5c
EZ
33992011-11-05 Eli Zaretskii <eliz@gnu.org>
3400
3401 * lib/makefile.w32-in (FRC): New dummy target.
3402 (TAGS): Depend on FRC.
3403
9f77899d
GM
34042011-11-04 Glenn Morris <rgm@gnu.org>
3405
1f9f395d 3406 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
3407 Do not include GnuTLS version info in final summary message.
3408
0bd3cb7b
EZ
34092011-10-31 Eli Zaretskii <eliz@gnu.org>
3410
07f3add9
EZ
3411 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
3412 they exist there, else from autogen/.
3413
3414 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 3415
d2eaf3e4
NT
34162011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
3417
3418 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
3419
e782cfab
PE
34202011-10-24 Paul Eggert <eggert@cs.ucla.edu>
3421
3422 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
3423 if the library is found. Otherwise, later configure-time tests,
3424 such as the test for pthread_sigmask, generate the wrong results
3425 on some platforms. Problem reported for FreeBSD by Nali Toja.
3426
7da0b018
PE
34272011-10-20 Paul Eggert <eggert@cs.ucla.edu>
3428
3429 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
3430 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
3431 Remove; no longer needed, now that we defer to strftime for time
3432 zone names.
3433
0ffe1065
JD
34342011-10-18 Jan Djärv <jan.h.d@swipnet.se>
3435
3436 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
3437
23769e49
CY
34382011-10-18 Chong Yidong <cyd@gnu.org>
3439
3440 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
3441
fd8dea03
GM
34422011-10-13 Glenn Morris <rgm@gnu.org>
3443
3444 * configure.in: Also look for tputs in libcurses. (Bug#9736)
3445
f4cc5b54
PE
34462011-10-12 Paul Eggert <eggert@cs.ucla.edu>
3447
3448 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 3449 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
3450 The check was helpful but not essential in Solaris 2.6 (1997),
3451 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
3452 obsolete -- Sun dropped support for it in 2006 -- and without
3453 access to that Silurian platform we can't maintain the code anyway.
3454
7c5ee88e
PE
34552011-10-07 Paul Eggert <eggert@cs.ucla.edu>
3456
d47439a3
PE
3457 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
3458 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
3459 * m4/gnulib-common.m4: Merge from gnulib.
3460 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
3461 command not found" on powerpc-apple-darwin9.8.0.
3462
7c5ee88e
PE
3463 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
3464 This is now done by src/alloc.c.
3465
423dbf9b
RS
34662011-10-02 Richard Stallman <rms@gnu.org>
3467
3468 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
3469 and xlinux_second_failure to xgnu_linux_second_failure.
3470
31bed486
EZ
34712011-09-29 Eli Zaretskii <eliz@gnu.org>
3472
5f91c1e5
EZ
3473 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
3474 lib/signal.in-h.
31bed486 3475
e785f2ec 3476 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
3477 Rename signal.in.h and alloca.in.h.
3478
e1504b9b
EZ
34792011-09-28 Eli Zaretskii <eliz@gnu.org>
3480
3481 * INSTALL: Mention that m17n libraries and libotf are needed for
3482 Arabic shaping.
3483
316f8af0
PE
34842011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3485
3486 Merge from gnulib, improving some licensing wording.
3487 This clarifies and fixes some licensing issues raised by Glenn Morris
3488 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3489 It also merges the latest version of texinfo.tex and has some
3490 MSVC-related changes that don't affect Emacs.
3491 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3492 pathmax, and raise, since these are needed only to address
3493 MSVC-related issues that Emacs doesn't have.
2fb6d9c6 3494 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
316f8af0
PE
3495 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3496 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3497 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3498 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3499 * m4/unistd_h.m4: Merge from gnulib.
3500
04d51ad4
AS
35012011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3502
3503 * configure.in: Initialize HAVE_LIBXML2.
3504
6e99ef20
GM
35052011-09-26 Glenn Morris <rgm@gnu.org>
3506
3507 * make-dist: Add lib/makefile.w32-in.
3508
0538fab0
GM
35092011-09-24 Glenn Morris <rgm@gnu.org>
3510
3511 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3512
c5b01d8c
LMI
35132011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3514
3515 * .dir-locals.el: Change the debbugs regexp to allow having the
3516 bug number as the first thing on a line.
3517
0cc87afb
GM
35182011-09-15 Glenn Morris <rgm@gnu.org>
3519
3520 * configure.in: Make configure work with recent GNUsteps.
3521 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3522 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 3523 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 3524
3f44249e
PE
35252011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3526
3527 Merge from gnulib, porting to Tru64.
3528 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3529 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3530 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3531 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3532 doesn't affect Emacs.
3533
c8199d0f
PE
35342011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3535
3536 * configure.in (isnan): Remove now-unnecessary check.
3537
e39b275c 35382011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 3539
abec06ff 3540 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
3541 This is to fix the following problems:
3542 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3543 configured not to use gtk or any other thread-using library,
3544 signals aren't blocked correctly.
3545 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3546 and IRIX's signal handling.
3547 . On Cygwin 1.7.5 it works around an incompatibility with
3548 the system pthread_sigmask.
3549 . On MacOS X 10.5 (32-bit), files whose inode numbers
3550 exceed 2**31 cannot be read or manipulated.
3551 . pthread_sigmask: Actually use results of gl_THREADLIB.
3552 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3553 . find 'ar' program that fits with --host argument.
3554 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
3555 * autogen/README: Update destination list.
3556 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3557 The autogenerated files compile, config.guess,
3558 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
3559 * m4/largefile.m4: New file, so that Emacs does not mess up when
3560 accessing files with large inode numbers in MacOS X 10.5 and later.
3561 * m4/nocrash.m4: New file, to avoid triggering background debugger
3562 and/or create core dumps during 'configure'.
3563 * build-aux/move-if-change: Renamed from move-if-change.
3564 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3565 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3566 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3567 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
3568 * Makefile.in (epaths-force, sync-from-gnulib):
3569 move-if-change is now in build-aux.
3570 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3571 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3572 (mkdir): install-sh is now in build-aux.
3573 * config.bat: c++defs.h is now in build-aux/snippets.
3574 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3575 usual parameter).
3576 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3577 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3578 to build-aux/snippet.
3579 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3580 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3581 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3582 Solaris, enables MacOS extensions, and enables nocrash during
3583 'configure'.
3584 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3585
86633eab 35862011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
3587
3588 * configure.in (snprintf): New check.
3589
015faae4
PE
35902011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3591
695a3dc5 3592 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 3593 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
3594 Remove unreachable pattern hppa*-*-linux-gnu*.
3595 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3596 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 3597
52ec1feb
JD
35982011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3599
3600 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3601
377538cb
JD
36022011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3603
3604 * configure.in: Add header check: sys/socket.h (Bug#8477),
3605 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3606 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3607
ae9e757a
JD
36082011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3609
3610 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3611 (HAVE_GTK_AND_PTHREAD): Remove.
3612
be8ec0b3
AA
36132011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3614
3615 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3616 build, not just GNUstep (Bug#9177).
3617
2573a837 36182011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
3619
3620 Assume freestanding C89 headers, string.h, stdlib.h.
3621 Again, this simplifies the code, and all current platforms have these.
3622 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3623 (AC_HEADER_STDC): Remove.
3624 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3625 (strchr, strrchr): Remove fallback macros.
3626
9cfdb3ec
PE
3627 Assume support for memcmp, memcpy, memmove, memset.
3628 This simplifies the code a bit. All current platforms have these,
3629 as they are required for C89. If this turns into a problem we
3630 can add the gnulib modules for these (a 1-line change to Makefile.in).
3631 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3632
427c285b
PE
36332011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3634
3635 * GNUmakefile: New file.
3636 This is for convenience, so that one can run GNU make in an
3637 unconfigured source tree, and get a default build.
3638
2ad77c9d
JD
36392011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3640
3641 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3642
c8618a06
YM
36432011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3644
3645 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3646 so as to suppress address randomization (Bug#8395).
3647
f6ce9b9a
PE
36482011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3649
3fcf7a1c
PE
3650 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3651 This fixes a build problem on older Mac OS X hosts.
3652
d9706d9f
PE
3653 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3654 test, which runs afoul of Automake installations where, for example,
3655 /usr/share/aclocal contains a copy of gl_THREADLIB.
3656 Problem reported by Sven Joachim in
3657 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3658 This is just a quick temporary fix, specific to Emacs; I'll work
3659 with the other gnulib maintainers to get a more-permanent fix.
3660
af66a2d7 3661 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
3662 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3663 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3664 automatically imported from gnulib.
3665 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3666
1692ae2d 36672011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 3668
8a6ebd58 3669 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 3670 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
3671 * configure.in (AC_TYPE_UID_T): New dummy macro.
3672 Configure gnulib after adjusting LIBS,
3673 so that gnulib can assume the libraries in LIBS.
6db30f83 3674 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 3675 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 3676 * lib/pthread_sigmask.c:
6db30f83
PE
3677 New files, automatically imported from gnulib.
3678 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3679 due to the above changes.
3680 * .bzrignore: Add lib/signal.h.
3681
4a621aae
PE
3682 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3683
5e94cadb
AS
36842011-07-07 Andreas Schwab <schwab@linux-m68k.org>
3685
3686 * configure.in (maintainer-mode): Reflect default in help string.
3687
76b397fb
DN
36882011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3689
3690 * configure.in: Remove reference to iris4d.h.
3691
869795d6
JD
36922011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3693
3694 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
3695
3279eb87
GM
36962011-07-01 Glenn Morris <rgm@gnu.org>
3697
3698 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
3699
2e6e11eb
LMI
37002011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3701
3702 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
3703 which made ./configure infloop.
3704
9851bfc5
JD
37052011-06-30 Jan Djärv <jan.h.d@swipnet.se>
3706
3707 * configure.in (gsettings): New option and check for GSettings.
3708
adbc4ef4
GM
37092011-06-29 Glenn Morris <rgm@gnu.org>
3710
3711 * configure.in: Try to test for the required crt*.o files.
3712
1f773f32
BW
37132011-06-27 Bill Wohler <wohler@newt.com>
3714
3715 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
3716
7a7ef429
PE
37172011-06-25 Paul Eggert <eggert@cs.ucla.edu>
3718
3719 Use gnulib's dup2 module instead of rolling our own.
3720 * Makefile.in (GNULIB_MODULES): Add dup2.
3721 * configure.in: Do not check for dup2; gnulib does that now.
3722 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
3723
6dd7e400
PE
37242011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3725
3726 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3727
94a807ac 37282011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
3729
3730 Use gnulib's alloca-opt module.
3731 * .bzrignore: Add lib/alloca.h.
3732 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3733 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
3734 as gnulib now does that for us. Put alloca check in config.h.
3735 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
3736 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3737 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3738
3ce9d0d4
LL
37392011-06-21 Leo Liu <sdl.web@gmail.com>
3740
3741 * m4/sha256.m4:
3742 * m4/sha512.m4:
3743 * m4/gl-comp.m4:
3744 * lib/u64.h:
3745 * lib/sha256.c:
3746 * lib/sha256.h:
3747 * lib/sha512.c:
3748 * lib/sha512.h:
3749 * lib/makefile.w32-in (GNULIBOBJS):
3750 * lib/gnulib.mk:
3751 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3752 crypto/sha512 modules from gnulib.
3753
add3f049
PE
37542011-06-19 Paul Eggert <eggert@cs.ucla.edu>
3755
3756 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
3757
3a4725e1
GM
37582011-06-17 Glenn Morris <rgm@gnu.org>
3759
3760 * configure.in: Restore the behavior of checking crt-dir only
3761 when the user specified it (not all platforms use it).
3762
bf4846e7
PE
37632011-06-16 Paul Eggert <eggert@cs.ucla.edu>
3764
3765 * m4/lstat.m4: Merge from gnulib (Bug#8878).
3766
4d61f28d 37672011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
3768
3769 * configure.in: Try to determine CRT_DIR automatically when
3770 using gcc.
3771
8c9b2106
PE
37722011-06-15 Paul Eggert <eggert@cs.ucla.edu>
3773
8aeb5be9
PE
3774 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
3775 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
3776 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
3777 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
3778 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
3779 Merge from gnulib.
8c9b2106 3780
c195f2de
JD
37812011-06-14 Jan Djärv <jan.h.d@swipnet.se>
3782
3783 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
3784
7e2aa385
PE
37852011-06-08 Paul Eggert <eggert@cs.ucla.edu>
3786
3787 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
3788
81eafe29
PE
37892011-06-07 Paul Eggert <eggert@cs.ucla.edu>
3790
3791 * configure.in: Add --with-wide-int.
3792 * INSTALL: Mention this.
3793
9afafefb
PE
37942011-06-06 Paul Eggert <eggert@cs.ucla.edu>
3795
3796 Merge from gnulib.
3797 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
3798
f797625a
PE
37992011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3800
3801 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
3802
90856fe0 38032011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
3804
3805 Use 'inline', not 'INLINE'.
eefc9486 3806 * configure.in (INLINE): Remove.
55d4c1b2 3807
6a3e57bb
PE
38082011-05-29 Paul Eggert <eggert@cs.ucla.edu>
3809
3810 Adjust to recent gnulib change for @GUARD_PREFIX@.
3811 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
3812 All uses of _GL_ for guard prefixes in lib/*.h replaced with
3813 _@GUARD_PREFIX@_.
3814
842b28a0
PE
38152011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3816
e61923c8 3817 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 3818
70716b1d
GM
38192011-05-24 Glenn Morris <rgm@gnu.org>
3820
a22d9d2c
GM
3821 * Makefile.in (check): Just give a message if no test/ directory.
3822
bdd556a2
GM
3823 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
3824
70716b1d
GM
3825 * configure.in (OPT_MAKEFILES_IN): Remove.
3826 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
3827 (SUBDIR_MAKEFILES_IN): New output variable.
3828 * Makefile.in (OPT_MAKEFILES_IN): Remove.
3829 (SUBDIR_MAKEFILES_IN): Let configure set it.
3830
13c3daa4
LL
38312011-05-24 Leo Liu <sdl.web@gmail.com>
3832
3833 * m4/sha1.m4:
3834 * m4/gl-comp.m4:
3835 * lib/sha1.h:
3836 * lib/sha1.c:
3837 * lib/makefile.w32-in (GNULIBOBJS):
3838 * lib/gnulib.mk:
3839 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
3840
e09e38a8
GM
38412011-05-24 Glenn Morris <rgm@gnu.org>
3842
4ba4c54a
GM
3843 * configure.in: Remove test for already configured source directory.
3844 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
3845
5a95c002
GM
3846 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
3847
fa5d79db
GM
38482011-05-24 Glenn Morris <rgm@gnu.org>
3849
6c7e099d
GM
3850 * make-dist: Don't distribute test/. (Bug#8107)
3851 * configure.in (OPT_MAKEFILES_IN): New output variable.
3852 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
3853 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
3854 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
3855 (check): Give an explicit error if test/ is not present.
3856
fa5d79db
GM
3857 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
3858 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
3859 (Makefile): Use $SUBDIR_MAKEFILES_IN.
3860
2df215b5
PE
38612011-05-23 Paul Eggert <eggert@cs.ucla.edu>
3862
3863 * lib/verify.h: Merge from gnulib.
3864
f518ae90
PE
38652011-05-22 Paul Eggert <eggert@cs.ucla.edu>
3866
3867 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3868 Merge from gnulib.
3869
16b71f3a
AS
38702011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3871
3872 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3873
7285dc67
EZ
38742011-05-20 Eli Zaretskii <eliz@gnu.org>
3875
6a45b46f
EZ
3876 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3877
7285dc67
EZ
3878 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3879
b9704ad9
GM
38802011-05-20 Glenn Morris <rgm@gnu.org>
3881
3882 * configure.in (lisp_frag): New output file.
3883
4a720484
GM
38842011-05-19 Glenn Morris <rgm@gnu.org>
3885
3886 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3887 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3888
a3c92bc1
EZ
38892011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3890
8f906c40
EZ
3891 * lib/gnulib.mk:
3892 * lib/intprops.h:
3893 * lib/unistd.in.h:
3894 * m4/inttypes.m4:
3895 * m4/stdint.m4:
3896 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 3897
d681f183
GM
38982011-05-14 Glenn Morris <rgm@gnu.org>
3899
3900 * configure.in: Treat failure to find an X toolkit the same way we treat
3901 failure to find X and image support.
3902
4f8c52a9
GM
39032011-05-12 Glenn Morris <rgm@gnu.org>
3904
3905 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3906 (check-declare): Shell portability fixes. (Bug#8642)
3907
5a7f0a30
TZ
39082011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3909
3910 * configure.in: Require GnuTLS 2.6.x or higher.
3911
b08a63cc 39122011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 3913
c378da0b
PE
3914 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3915 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3916 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3917
19548d08
PE
3918 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3919 This new gnulib-tool option saves 'configure' the trouble of
3920 checking for strtoull when strtoumax exists.
3921
d1a2ac5c
PE
3922 * configure.in (BITS_PER_LONG_LONG): New macro.
3923
773233f8
GM
39242011-05-05 Glenn Morris <rgm@gnu.org>
3925
3926 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3927 (top_distclean): Delete config.log~.
3928
40697cd9
BK
39292011-04-27 Ben Key <bkey76@gmail.com>
3930
3931 * configure.in: Fixed a bug that caused configure with
3932 --enable-checking=stringoverrun to have no effect.
3933
671875da 39342011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
3935
3936 * configure.in: Suppress unnecessary checks for size_t.
3937 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3938 (size_t): Do not check for this, and do not typedef. This code
3939 is never exercised now.
3940
a8a2bb29
PE
3941 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3942 This is needed for the new integer-reading code in lread.c.
3943 It automatically pulls in the following gnulib files, which
3944 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
3945 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3946 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3947 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 3948 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 3949
33630d51
TZ
39502011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3951
3952 * configure.in: Check for GnuTLS certificate verify callbacks.
3953
bfab7d85
SM
39542011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * Makefile.in (config.status): Don't erase in case of error.
3957 In case it disappeared, rebuild it with `configure'.
3958
fe0e7ad7
KB
39592011-04-20 Ken Brown <kbrown@cornell.edu>
3960
3961 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
3962
f5b06c35
GM
39632011-04-12 Glenn Morris <rgm@gnu.org>
3964
3965 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
3966
762f8d96 39672011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
3968
3969 * lib/allocator.c: New file, automatically generated by gnulib.
3970
5fac7083
GM
39712011-04-07 Glenn Morris <rgm@gnu.org>
3972
3973 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
3974
973f782d
EZ
39752011-04-06 Eli Zaretskii <eliz@gnu.org>
3976
3977 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
3978 Revert last change.
3979
f1f81baa
JB
39802011-04-06 Juanma Barranquero <lekktu@gmail.com>
3981
3982 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
3983 ($(BLD)/careadlinkat.$(O)): New target.
3984 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3985 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
3986 Update dependencies.
3987
b70d23ff 39882011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 3989
41cf7d1a
PE
3990 Fix more problems found by GCC 4.6.0's static checks.
3991
aa181334
PE
3992 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
3993
1f7196bf 3994 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
3995 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
3996 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
3997 * m4/ssize_t.m4: New files, automatically generated from gnulib.
3998
c0274801
GM
39992011-04-06 Glenn Morris <rgm@gnu.org>
4000
4001 * autogen/update_autogen: Handle loaddefs-like files as well.
4002 (usage): Add -l, -C.
4003 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4004 With -l, check status of lisp/ as well.
4005 With -C, clean before building.
4006 (autoreconf): Only pass -f in the `clean' case.
4007 (commit): New function.
4008
42e85a8f
GM
40092011-03-28 Glenn Morris <rgm@gnu.org>
4010
39f31873
GM
4011 * autogen/update_autogen: Pass -f to autoreconf.
4012
42e85a8f
GM
4013 * autogen.sh (get_version): Discard "not found" lines.
4014 (check_version): Respect $AUTOCONF etc environment variables.
4015
9af30bdf
GM
40162011-03-27 Glenn Morris <rgm@gnu.org>
4017
4018 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4019 (AH_BOTTOM): Do not define SIGTYPE.
4020
181855e6
GM
40212011-03-26 Glenn Morris <rgm@gnu.org>
4022
4023 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4024 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4025
9ee0d174
AS
40262011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4027
4028 * autogen/update_autogen: Remove useless function keyword.
4029
07da4b3c
EZ
40302011-03-25 Eli Zaretskii <eliz@gnu.org>
4031
4032 * config.bat: Generate src/config.h and lib/Makefile from
4033 autogen/config.in and autogen/Makefile.in.
4034
f6ca84c0
GM
40352011-03-25 Glenn Morris <rgm@gnu.org>
4036
4037 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4038 Remove; autoreconf can supply them.
4039 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4040 config.guess, install-sh. Pass -i to autoreconf.
4041 * autogen/update_autogen (genfiles): Add compile, config.guess,
4042 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4043 Discard non-error output from autoreconf in -q case.
4044 * autogen/compile, autogen/config.guess, autogen/config.sub:
4045 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4046 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4047 install-sh, missing.
4048
8cc1d519
GM
40492011-03-23 Glenn Morris <rgm@gnu.org>
4050
9bb73912 4051 * autogen/update_autogen: Fix typo.
904a432c 4052 (msg): Remove function; use `exec' instead.
9bb73912 4053
8cc1d519
GM
4054 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4055 (sync-from-gnulib): Don't sync mkinstalldirs.
4056 * make-dist: Don't distribute mkinstalldirs.
4057
c9c49752 40582011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 4059
c9c49752 4060 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
4061 * Makefile.in (GNULIB_MODULES): Add socklen.
4062 * configure.in: Do not check for sys/socket.h, since socklen does that.
4063 * m4/socklen.m4: New automatically-generated file, from gnulib.
4064
d5cad867
PE
4065 fakemail: Remove dependency on ignore-value.
4066 * Makefile.in (GNULIB_MODULES): Add stdio.
4067 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4068 imported from gnulib.
cbd350f1 4069 * .bzrignore: Add lib/stdio.h.
c9c49752 4070
34cb1cc6
GM
40712011-03-22 Glenn Morris <rgm@gnu.org>
4072
4073 * autogen/copy_autogen: Work from ./ or ../.
4074 Fix time-stamps.
4075 * autogen.sh: Doc fix.
4076
66b87493
GM
40772011-03-20 Glenn Morris <rgm@gnu.org>
4078
4079 * autogen/: New directory, to be excluded from releases.
4080 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4081 * autogen/README: New file.
4082 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4083 * autogen/Makefile.in: Add auto-updated generated files.
4084 * autogen.sh: No longer a no-op, now it tests for autotools
4085 and runs them as necessary.
cd1181db 4086 * configure.in: Default maintainer-mode to on.
66b87493
GM
4087 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4088
1ef6de05
PE
40892011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4090
4091 Update for gnulib.
4092 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4093 includes <intprops.h> directly.
4094 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4095 when building Emacs on Solaris 9 and running it on Solaris 10.
4096
0afb4571
J
40972011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4098
4099 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4100
33383987
JB
41012011-03-07 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * Version 23.3 released.
4104
870d9cf6
GM
41052011-03-06 Glenn Morris <rgm@gnu.org>
4106
4107 * configure.in (FREETYPE_LIBS): Actually set it to something.
4108
6c0dea8a
PE
41092011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4110
4111 Work around some portability problems with symlinks.
4112
4113 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4114 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4115 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4116 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4117 * m4/symlink.m4:
4118 New files, automatically generated from gnulib.
4119 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4120 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4121
945d8b44
EZ
41222011-02-26 Eli Zaretskii <eliz@gnu.org>
4123
03382788
EZ
4124 * .bzrignore: Ignore new lib/*.in-h files.
4125
90eacf99
SM
4126 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4127 Call depfiles.bat even if lib/deps already exist.
945d8b44 4128
9411886d
PE
41292011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4130
4131 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
4132 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4133 recent changes to configure.in and to gnulib.
9411886d 4134
1e8dbdc6
GM
41352011-02-24 Glenn Morris <rgm@gnu.org>
4136
4137 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4138 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4139
f68c809d
PE
41402011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4141
4142 Assume S_ISLNK etc. work, since gnulib supports this.
4143 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4144 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4145 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4146 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4147
ba01e9d7
PE
41482011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4149
4150 * lib/min-max.h: New file, for "min" and "max".
4151
9f8370e6
CS
41522011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4153
90eacf99 4154 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
4155 $(EMACS_ROOT)/nt/inc/stdint.h.
4156
25c51af3
EZ
41572011-02-21 Eli Zaretskii <eliz@gnu.org>
4158
4159 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4160 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4161 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4162
38942b9c 41632011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5fa4ac76
PE
4164
4165 Import filemode module from gnulib.
4166 * .bzrignore: Add lib/sys/.
4167 * Makefile.in (GNULIB_MODULES): Add filemode.
4168 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4169 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4170 from gnulib. This adds support for some more file types, e.g.,
4171 Cray DMF migrated files.
5fa4ac76
PE
4172 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4173 * m4/sys_stat_h.m4: New files, generated from gnulib.
4174 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4175 Regenerate.
4176
e1e6b4fb
EZ
41772011-02-20 Eli Zaretskii <eliz@gnu.org>
4178
4179 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4180 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4181
6cac9cb1
PE
41822011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4183
4184 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4185 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4186 is no longer needed, due to the recent SSDATA and related changes.
4187 Perhaps -Wno-pointer-sign should also be removed from
4188 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4189 way to test this so I left it alone.
4190 * configure: Regenerate.
4191
0a19a6f8 41922011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
4193
4194 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4195 src/makefile.w32-in.
4196
61353ac8 41972011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 4198
61353ac8 4199 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 4200 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
4201 Regenerate.
4202 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4203 Import the new versions from gnulib; they assume a C99-style
4204 <stdint.h>, supplied by the stdint module.
4205 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4206 imported from gnulib.
942f733f 4207 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
61353ac8 4208
9d9d12cd
EZ
42092011-02-19 Eli Zaretskii <eliz@gnu.org>
4210
152be435 4211 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 4212 Add lib/deps/.
152be435 4213
9d9d12cd 4214 * config.bat: Configure in `lib'.
219463da 4215 Generate *.Po files in lib/deps.
9d9d12cd 4216
7d315eb6
PE
42172011-02-18 Paul Eggert <eggert@cs.ucla.edu>
4218
4219 Import IRIX 6.5 getloadavg fixes from gnulib.
4220 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
4221
1f5d53eb
PE
42222011-02-16 Paul Eggert <eggert@cs.ucla.edu>
4223
4224 Import getloadavg module from gnulib.
4225 * .bzrignore: Add lib/stdlib.h.
4226 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1f5d53eb
PE
4227 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
4228 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
4229 Remove; gnulib does this now.
4230 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
4231 from gnulib. This adds support for several other systems, such
4232 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
4233 buffer overrun on Linux hosts under very high load, and on hosts
4234 that maintain a channel to the load average file it makes sure
4235 the file descriptor is close-on-exec (on hosts that support this)
4236 and is not stdin, stdout, or stderr.
4237 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
4238 from gnulib.
4239 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
38942b9c 4240 Regenerate.
1f5d53eb 4241
bb55f713
PE
42422011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4243
4244 Merge from gnulib.
4245
7127b760
PE
4246 * install-sh: Update to scriptversion 2011-01-19.21.
4247
bb55f713
PE
4248 2011-02-13 Bruno Haible <bruno@clisp.org>
4249
4250 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 4251 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
4252 ATTRIBUTE_DEPRECATED.
4253
4254 2011-02-12 Bruno Haible <bruno@clisp.org>
4255
4256 setlocale: Prefer gnulib's override over libintl's override.
4257 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
4258 GNULIB_defined_setlocale is set.
4259
57e96f8e
GM
42602011-02-13 Glenn Morris <rgm@gnu.org>
4261
4262 * make-dist: Exclude generated file src/globals.h.
4263
988c07df
PE
42642011-02-10 Paul Eggert <eggert@cs.ucla.edu>
4265
4266 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
4267 Sync from gnulib, which has been patched to fix the problem
4268 with the license notices. Problem reported by Glenn Morris in
4269 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
4270
ccded26c
SM
42712011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * .bzrignore: Ignore globals.h and related stamp.
4274
6ffb2c0c
PE
42752011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4276
4277 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
4278 This merges the following fix from gnulib:
4279
4280 2011-02-08 Bruno Haible <bruno@clisp.org>
4281
4282 Split large sed scripts, for HP-UX sed.
4283
00b3c7ac
TT
42842011-02-08 Tom Tromey <tromey@redhat.com>
4285
4286 * configure: Rebuild.
4287 * configure.in (NS_OBJC_OBJ): New subst.
4288
91ccade4
PE
42892011-02-06 Paul Eggert <eggert@cs.ucla.edu>
4290
6ffb2c0c
PE
4291 gnulib: allow multiple gnulib generated replacements to coexist
4292 This defines a few preprocessor symbols that should not affect Emacs.
4293 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
4294 via "make sync-from-gnulib".
4295
e765a388
PE
4296 gnulib: undo previous change
4297 The upstream _HEADERS change was backed out of gnulib (see the
4298 same thread). Stay in sync with gnulib.
4299
91ccade4 4300 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
4301 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
4302 New empty macros, to accommodate recent changes to gnulib. See
4303 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
4304 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
4305 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
4306 * lib/time.in.h, lib/unistd.in.h:
4307 Regenerate.
91ccade4 4308
d67985d3
PE
43092011-02-05 Paul Eggert <eggert@cs.ucla.edu>
4310
4311 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 4312 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
4313 AC_HEADER_STDBOOL. All uses changed. Do not define
4314 HAVE_STDBOOL_H, as gnulib does not need this. This change is
4315 imported from the latest Autoconf git. It was motivated by Emacs,
4316 which uses gnulib but does not need HAVE_STDBOOL_H.
4317 * configure, src/config.in: Regenerate.
4318 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
4319
67342916
PE
43202011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4321
4322 allow C code to suppress warnings about ignored return values
4323 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
4324 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4325 * lib/ignore-value.h: New file.
67342916 4326
14beddf4 43272011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
4328
4329 * configure.in: Test existence of xaw3d library, not just the
4330 header (Bug#7642).
4331
6ffb2c0c
PE
43322011-01-31 Eli Zaretskii <eliz@gnu.org>
4333
4334 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4335 $(BLD)/time_r.$(O).
4336 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4337 $(EMACS_ROOT)/src/m/intel386.h.
35e951cd 4338 ($(BLD)/strftime.$(O))
6ffb2c0c
PE
4339 ($(BLD)/time_r.$(O)): Define prerequisites.
4340
16fab143
PE
43412011-01-31 Paul Eggert <eggert@cs.ucla.edu>
4342
4343 src/emacs.c now gets version number from configure.in
4344 * configure.in (version): Set this from $PACKAGE_VERSION,
4345 which is set from AC_INIT, rather than scouting through src/emacs.c.
4346 * configure: Regenerate.
4347 * make-dist (version): Get it from configure.in, not src/emacs.c.
4348
16c3e636
PE
43492011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4350
4351 strftime: import from gnulib
4352 * Makefile.in (GNULIB_MODULES): Add strftime.
4353 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
4354 needed.
6ffb2c0c 4355 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 4356 Regenerate.
6ffb2c0c
PE
4357 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
4358 imported from gnulib.
16c3e636
PE
4359 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
4360 This incorporates many changes from gnulib, including simpler
4361 handling of multibyte formats, porting to mingw32 and other
4362 platforms, and support for higher-resolution time stamps.
4363 Emacs does not yet use the higher-resolution interface.
4364
3de84ad9
PE
43652011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4366
4367 gnulib: import mktime and move-if-change fixes from gnulib
4368
4369 * configure: Regenerate from the following.
4370
6ffb2c0c
PE
4371 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4372
4373 mktime: clarify long_int width checking
4374 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
4375 the top level, to make it clearer that the assumption about
4376 long_int width is being checked. See
4377 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
4378
3de84ad9
PE
4379 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
4380
4381 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 4382 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
4383 negative number, which the C Standard says has undefined behavior.
4384 In practice this is not a problem, but might as well do it by the book.
4385 Reported by Rich Felker and Eric Blake; see
4386 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
4387 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4388 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
4389
4390 mktime: #undef mktime before #defining it
4391 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
4392
4393 mktime: systematically normalize tm_isdst comparisons
4394 * lib/mktime.c (isdst_differ): New function.
4395 (__mktime_internal): Use it systematically for all isdst comparisons.
4396 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
4397 normalizing tm_isdst.
4398 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
4399 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
4400
4401 mktime: fix some integer overflow issues and sidestep the rest
4402
4403 This was prompted by a bug report by Benjamin Lindner for MinGW
4404 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
4405 His bug is due to signed integer overflow (0 - INT_MIN), and I
4406 I scanned through mktime.c looking for other integer overflow
4407 problems, fixing all the bugs I found.
4408
4409 Although the C Standard says the resulting code is still not safe
4410 in the presence of integer overflow, in practice it should be good
4411 enough for all real-world two's-complement implementations, except
4412 for debugging environments that deliberately trap on integer
4413 overflow (e.g., gcc -ftrapv).
4414
4415 * lib/mktime.c (WRAPV): New macro.
4416 (SHR): Also check that long_int and time_t shift right in the
4417 usual way, before using the fast-but-unportable method.
4418 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
4419 used. The code already assumed two's complement, so there's
4420 no need to test for alternatives. All uses removed.
4421 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
4422 the C standard. Problem reported by Rich Felker in
4423 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
4424 (twos_complement_arithmetic): Also check long_int and time_t.
4425 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
4426 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
4427 (__mktime_internal): Avoid integer overflow with unary subtraction
4428 in two instances where -1 - X is an adequate replacement for -X,
4429 since the calculations are approximate.
3de84ad9
PE
4430
4431 2011-01-29 Eric Blake <eblake@redhat.com>
4432
4433 mktime: avoid infinite loop
4434 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
4435 type; behavior is still undefined but portable to all known targets.
4436 Reported by Rich Felker.
4437
6ffb2c0c
PE
4438 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4439
4440 mktime: avoid problems on NetBSD 5 / i386
4441 * lib/mktime.c (long_int): New type. This works around a problem
4442 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
4443 but time_t is 64 bits, and where I expect the existing code is
4444 wrong in some cases.
4445 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
4446 (ydhms_diff): Bring back the compile-time check for wide-enough
4447 year and yday.
4448
4449 mktime: fix misspelling in comment
4450 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
4451 This merges all recent glibc changes of importance.
4452
3de84ad9
PE
4453 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4454
4455 move-if-change: cope with concurrent mv of identical file.
4456 * move-if-change (CMPPROG): Accept environment
4457 variable as an override for `cmp'.
4458 (usage): Document CMPPROG.
4459 Adjust comparison to drop stdout. Cope with failure of mv if
4460 the target file exists and is identical to the source, for
4461 parallel builds.
4462 Report from H.J. Lu against binutils in PR binutils/12283.
4463
6ffb2c0c
PE
44642011-01-29 Eli Zaretskii <eliz@gnu.org>
4465
4466 * lib/makefile.w32-in:
4467 * lib/getopt_.h: New files.
4468
c7e95b91
PE
44692011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4470
4471 improve fix for MS-DOS file name clash
90eacf99 4472 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
4473 for portability to POSIX make. Reported by Bruno Haible.
4474 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
4475 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
4476 files from accumulating as garbage. Also reported by Bruno Haible.
4477
125c3718
PE
44782011-01-27 Paul Eggert <eggert@cs.ucla.edu>
4479
4480 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4481 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4482 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4483 problems with MS-DOS 8+3 file name restrictions.
4484 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4485 it, it would also cause problems when extracting Emacs distribution
4486 tarballs on MS-DOS hosts.
4487 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 4488 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
4489 * config.guess, config.sub: Sync from gnulib.
4490 * m4/gnulib-cache.m4: Remove from repository.
4491 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4492
4004ef46
GM
44932011-01-25 Glenn Morris <rgm@gnu.org>
4494
0b5c5d82
GM
4495 * README: Add a note about ranges in copyright years.
4496
4004ef46
GM
4497 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4498
06d8ace5 44992011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
4500
4501 * configure.in: Add HP-UX on IA64 (Bug#6811).
4502
d6974efa
PE
45032011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4504
4505 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4506 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4507 as it is no longer needed.
6ffb2c0c 4508 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
4509 * configure.in: Invoke the new gnulib macro
4510 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4511 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4512 * m4/getopt.m4: Sync from gnulib; this removes the need for
4513 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4514 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4515 New macro, synced from gnulib.
4516 * m4/warn-on-use.m4: Remove.
4517
e02ea74b
PE
45182011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4519
4520 aclocal.m4: put this file back into repository
4521 This way, we don't have to assume that the maintainer has
4522 the automake package installed. See
4523 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4524 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4525 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4526 undoing the previous change.
4527 * aclocal.m4: New file (actually, resurrected).
4528
48dcd482
MB
45292011-01-22 Miles Bader <miles@gnu.org>
4530
4531 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4532 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4533 Emacs directly uses fontconfig, and breaks building when using a
4534 strict linker).
4535
925e561d
PE
45362011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4537
b06b1098
PE
4538 src/config.in: shrink slightly
4539 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4540 This makes src/config.in a bit smaller, by removing identifiers
4541 like GNULIB_TEST_MKTIME that Emacs does not need.
4542 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4543 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4544 Sync from gnulib. This removes a few more unnecessary symbols from
4545 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4546 * configure, src/config.in: Regenerate.
4547
925e561d
PE
4548 aclocal.m4: tweaks to regenerate more conveniently
4549 This attempts to act better when the source is in a weird state. See
4550 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4551 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4552 * .bzrignore: Add aclocal.m4.
4553
942be821
PE
45542011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4555
4556 aclocal.m4: omit auto-generated file from repository
4557 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4558 the most recent change here.
4559 * aclocal.m4: Remove from bzr repository. This file is
4560 auto-generated and isn't needed to run 'configure'. See
4561 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4562
0813c96e
PE
45632011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4564
4565 Minor Makefile.in tweaks to build from gnulib better.
4566 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4567 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4568 (top_maintainer_clean): Don't remove aclocal.m4.
4569
7cae64b4
PE
45702011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4571
53911e8f
PE
4572 Minor cleanups for 'bzr status'
4573 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4574 the output of config.guess.
4575 * Makefile.in (top_distclean): Remove stamp-h1 too.
4576
7cae64b4
PE
4577 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4578 defined if the compiler supports GCC-style __attribute__
4579 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4580 this syntax.
4581
a3e44e79 45822011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 4583
3cbecb8f
PE
4584 Makefile.in: tidy up the building of lib
4585 * Makefile.in (am--refresh): Mark as .PHONY.
4586 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4587 as they're not rebuilt unless you do a "make sync-from-gnulib"
4588 and the former is needed for "configure".
4589 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4590 has already removed lib/Makefile.
4591
ecbfcc83
PE
4592 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4593 This avoids building ftoastr and ldtoastr, which aren't needed. See
4594 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 4595
803059b9
PE
4596 * .bzrignore: Add .h files that are host-dependent.
4597 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4598 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4599 host-dependent and are built as part of an ordinary 'make', and
4600 should not be checked in.
4601
6ffb2c0c
PE
4602 * lib/Makefile.in: Regenerate.
4603 * lib/COPYING: New file, a copy of COPYING.
4604
2a78afcc 4605 * configure: Regenerate.
37564543
PE
4606 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4607
e275c824 4608 Regenerate.
6ffb2c0c
PE
4609 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4610 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4611 New files, copied from gnulib by gnulib-tool.
4612 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
4613 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4614 Regenerate.
ecbfcc83 4615
84bbb1ad
PE
4616 Use gnulib's getopt-gnu module.
4617 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4618 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4619 representative of the dependencies.
4620 * configure.in: Do not configure getopt, as gnulib does that now.
4621 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4622 getopt now, in lib.
ecbfcc83 4623
1fd182f0 4624 Regenerate.
6ffb2c0c
PE
4625 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4626 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
4627 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4628 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4629 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4630 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4631 * m4/wchar_t.m4, warn-on-use.h:
4632 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 4633 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
4634 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4635 Regenerate.
4636
1e11dbe3
PE
4637 Use gnulib's mktime module.
4638 * Makefile.in (GNULIB_MODULES): Add mktime.
4639 * configure.in: Remove code no longer needed, as gnulib now does it.
4640 (AC_CHECK_FUNCS): Remove mktime.
4641 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4642 (__restrict): Remove, as this now gets in the way of the C99
4643 support for 'restrict' pulled in by the gnulib mktime module.
4644 Code should now use 'restrict' and not '__restrict".
4645 (mktime): Remove.
4646 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4647 and warn-on-use.h into the distribution.
1fd182f0
PE
4648
4649 Regenerate.
6ffb2c0c
PE
4650 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4651 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 4652 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
4653 * lib/dummy.c: Remove.
4654 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
4655 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4656 Regenerate.
ecbfcc83 4657
1e11dbe3 4658 Use gnulib's ftoastr module.
fa2c4f56
PE
4659 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4660
743c80a7 4661 Regenerate.
6ffb2c0c
PE
4662 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4663 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
4664 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4665 New files, generated automatically, with 'make sync-from-gnulib'
4666 followed by 'make'.
38942b9c 4667 * configure: Regenerate.
743c80a7 4668
9a514d4a
PE
4669 Automate syncing from gnulib.
4670 * INSTALL, README: Document new subdirectory 'lib'.
4671 * Makefile.in (SUBDIR): Add lib.
4672 (SUBDIR_MAKEFILES): Add lib/Makefile.
4673 (lib-src, src, TAGS, tags): Depend on lib.
4674 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4675 ($(gnulib_srcdir)): New rule.
4676 (sync-from-gnulib): New rule, which is .PHONY.
4677 (lib): New rule, which is like lib-src.
4678 (Makefile): Depend on lib/Makefile.in.
4679 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4680 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4681 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4682 (am--refresh): New rule, to pacify Automake.
4683 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4684 Clean lib, too.
4685 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
4686 droppings.
4687 (maintainer-clean, extraclean): Use it.
4688 * configure.in: Initialize for automake and gnulib, by invoking
4689 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
4690 lib/Makefile, too. Use automake to build gnulib, as gnulib works
4691 more conveniently with automake.
6ffb2c0c 4692 * lib/Makefile.am: New file.
9a514d4a
PE
4693 * make-dist: Also put into the distribution aclocal.m4,
4694 compile, depcomp, missing, and the files under lib/.
4695
dc3e3e7b
GM
46962011-01-15 Glenn Morris <rgm@gnu.org>
4697
4698 * Makefile.in (epaths-force): No more arch-tag to edit.
4699
dab73760
CY
47002011-01-15 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
4703
9f4b8b47
PE
47042011-01-14 Paul Eggert <eggert@cs.ucla.edu>
4705
4706 * make-dist: Distribute test/ files too.
4707 Distribute every file under test/ that is under version control,
4708 using patterns like *.el to capture files that are added later.
4709 Without this change, "configure" would fail, because it would
4710 attempt to build from a Makefile.in that was not distributed.
4711
d221e780
CO
47122011-01-13 Christian Ohler <ohler@gnu.org>
4713
4714 * Makefile.in (INFO_FILES): Add ERT.
4715
4716 * Makefile.in (check): Run tests in test/automated.
4717
4718 * Makefile.in:
4719 * configure.in: Add test/automated/Makefile.
4720
bc5585d1
PE
47212011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4722
2b3f5bc8
PE
4723 * install-sh, mkinstalldirs, move-if-change: Update from master
4724 source in gnulib.
4725
bc5585d1
PE
4726 * config.guess, config.sub: Updated from master source.
4727
2018939f
AS
47282011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4729
4730 * configure.in: Check for __builtin_unwind_init.
4731
e5365138
GM
47322011-01-05 Glenn Morris <rgm@gnu.org>
4733
4734 * configure.in (HAVE_MAKEINFO): New output variable.
4735 (MAKEINFO): Reset to "makeinfo" if not found.
4736 * Makefile.in (install-arch-indep, info):
4737 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4738
a04689de 47392010-12-29 Ulrich Müller <ulm@gentoo.org>
4fc5868a
UM
4740
4741 * configure.in: Make gameuser configurable (Bug#7717).
4742
68251e16
GM
47432010-12-15 Glenn Morris <rgm@gnu.org>
4744
4745 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4746 long absent lib-src/fns-*.el.
4747
838db889
GM
47482010-12-11 Glenn Morris <rgm@gnu.org>
4749
4750 * make-dist: Exclude etc/*.pyc.
4751
fe646d2c
AS
47522010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4753
4754 * configure.in: Don't double machfile in final message.
4755
d96c83fa
CY
47562010-12-04 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * configure.in: Fix last change.
4759
d6a003a8
AS
47602010-12-04 Andreas Schwab <schwab@linux-m68k.org>
4761
4762 * configure.in: Remove reference to removed machine description
90eacf99
SM
4763 files and allow $machine and $machfile to be empty.
4764 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 4765
067d23c9
KY
47662010-12-03 Glenn Morris <rgm@gnu.org>
4767
4768 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
4769
47702010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
4771
4772 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
4773 (EXTERNALLY_VISIBLE): New definition.
4774
47752010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4776
4777 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
4778
47792010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4780
4781 * configure.in: Do not check for unconditionally included headers.
4782
47832010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
4786
47872010-11-09 Michael Albinus <michael.albinus@gmx.de>
4788
4789 * configure.in: Don't write a warning for D-Bus anymore.
4790
47912010-11-06 Andreas Schwab <schwab@linux-m68k.org>
4792
4793 * configure.in: Fix indentation.
4794
47952010-10-31 Ken Brown <kbrown@cornell.edu>
4796
90eacf99
SM
4797 * configure.in (checking whether localtime caches TZ):
4798 Use unsetenv instead of modifying environment directly.
067d23c9
KY
4799
48002010-10-25 Andreas Schwab <schwab@linux-m68k.org>
4801
4802 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
4803 to avoid warning.
4804
48052010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4806
e9fce1ac 4807 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
4808
48092010-10-22 Glenn Morris <rgm@gnu.org>
4810
4811 * make-dist: Avoid listing .el files twice. Don't try to run
4812 autoconf if --no-update.
4813
48142010-10-20 Glenn Morris <rgm@gnu.org>
4815
4816 * make-dist: No longer create lisp/MANIFEST.
4817
48182010-10-14 Glenn Morris <rgm@gnu.org>
4819
4820 * BUGS, INSTALL.BZR, README: Updates.
4821
48222010-10-13 Glenn Morris <rgm@gnu.org>
4823
4824 * make-dist: Remove --compress. Check for the appropriate
4825 gzip-like executable, and if not found, don't compress.
4826 Check version number in README, don't change it.
4827 Use find for nt/inc/*.h.
4828
48292010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4830
90eacf99
SM
4831 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
4832 Remove trailing / from directory names.
067d23c9
KY
4833
48342010-10-12 Glenn Morris <rgm@gnu.org>
4835
4836 * make-dist: Update and simplify.
4837
48382010-10-12 Eli Zaretskii <eliz@gnu.org>
4839
4840 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
4841
48422010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4843
4844 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
4845
48462010-10-09 Glenn Morris <rgm@gnu.org>
4847
4848 * make-dist: No more doc/emacs/*.texi.in.
4849
4850 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
4851
48522010-10-09 Glenn Morris <rgm@gnu.org>
4853
4854 * configure.in: Combine some conditionals.
4855
4856 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
4857 * make-dist: Include doc/emacs/*.texi.in.
4858
4859 * INSTALL, make-dist: Remove references to b2m.
4860 * Makefile.in (MAN_PAGES): Remove b2m.1.
4861
48622010-10-05 Glenn Morris <rgm@gnu.org>
4863
4864 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4865
48662010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4867
4868 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4869
48702010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4871
4872 * configure.in: Include stdlib.h and string.h unconditionally.
4873
48742010-09-29 Romain Francoise <romain@orebokech.com>
4875
4876 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4877
48782010-09-28 Glenn Morris <rgm@gnu.org>
4879
4880 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4881 happy.
4882
48832010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4884
4885 * configure.in: Enable imagemagick by default.
4886
48872010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4888
4889 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 4890 GnuTLS libraries.
067d23c9
KY
4891
48922010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4893
4894 * configure.in: Set up GnuTLS.
4895
48962010-09-22 Chong Yidong <cyd@stupidchicken.com>
4897
4898 * configure.in: Announce whether libxml2 is linked to.
4899
49002010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4901
4902 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4903
49042010-09-18 Eli Zaretskii <eliz@gnu.org>
4905
4906 * config.bat: Detect that libxml2 is installed and if so, build
4907 with it.
4908
49092010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4910
4911 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4912 be used. This fixes a conf problem on Mac OS X.
4913
49142010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4915
4916 * configure.in: Check for libxml2.
4917
49182010-09-09 Glenn Morris <rgm@gnu.org>
4919
4920 * make-dist: No more TODO files under lisp/.
4921
49222010-09-04 Eli Zaretskii <eliz@gnu.org>
4923
4924 * config.bat: Produce lisp/gnus/_dir-locals.el from
4925 lisp/gnus/.dir-locals.el.
4926
49272010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4928
4929 * configure.in: Fix check for librsvg, imagemagick and
4930 MagickExportImagePixels.
4931
49322010-08-18 Joakim Verona <joakim@verona.se>
4933
4934 * Makefile.in, configure.in: Checks for ImageMagick.
4935
49362010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4937
4938 * configure.in (AC_PREREQ): Require autoconf 2.65.
4939
49402010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4941
4942 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4943
49442010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4945
4946 * configure.in: Add AC_C_BIGENDIAN.
4947
49482010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4949
4950 * configure.in (ORDINARY_LINK): Use on hpux* too.
4951
49522010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4953
4954 * configure.in: Check for util.h.
4955 Use -Wimplicit-function-declaration if compiler supports it.
4956
49572010-08-05 Eli Zaretskii <eliz@gnu.org>
4958
4959 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
4960
49612010-08-04 Andreas Schwab <schwab@linux-m68k.org>
4962
4963 * configure.in: Restore accidentally removed use of
4964 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
4965
49662010-07-29 Chad Brown <yandros@mit.edu>
4967
4968 * configure.in: Check for dirent.h.
4969
49702010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
4971
4972 * configure.in: Remove reference to usg5-4, unused.
4973
49742010-07-25 Andreas Schwab <schwab@linux-m68k.org>
4975
4976 * configure.in: Check for __executable_start.
4977
49782010-07-24 Ken Brown <kbrown@cornell.edu>
4979
4980 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
4981
49822010-07-24 Juanma Barranquero <lekktu@gmail.com>
4983
4984 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
4985
49862010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
4987
4988 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
4989
49902010-07-12 Andreas Schwab <schwab@linux-m68k.org>
4991
4992 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
4993 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
4994 (C_OPTIMIZE_SWITCH): Remove.
4995 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
4996
49972010-07-11 Andreas Schwab <schwab@linux-m68k.org>
4998
4999 * configure.in: Don't check for index and rindex, check for strchr
5000 and strrchr. Define strchr and strrchr as index and rindex,
5001 resp., in src/config.h if not available.
5002
50032010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5004
5005 * configure.in: Use -Wold-style-definition if available.
5006 This helps with the transition to standard C code, it can be
5007 removed when done.
5008
5009 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5010
5011 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5012 and MSWindows.
5013
50142010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5015
5016 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5017 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5018
50192010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5020
5021 * configure.in (getenv): Remove K&R declaration.
5022
50232010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5024
5025 * configure.in: Remove define __P.
5026
50272010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5028
5029 * configure.in (--enable-use-lisp-union-type): New flag.
5030
50312010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5032
5033 Fix CFLAGS for non-GCC compilers.
5034 * configure.in (CFLAGS): Always use -g like it was done before the
5035 2010-03-30 change.
5036 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5037 (Bug#6538)
5038
50392010-06-30 Glenn Morris <rgm@gnu.org>
5040
5041 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5042 Set with AC_DEFINE rather than AH_BOTTOM.
5043
35e951cd 5044 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
067d23c9
KY
5045 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5046 Set with shell, not cpp.
5047 (LIBX): Remove, just use -lX11 in the one place this was used.
5048 (cannot_dump): Replace with CANNOT_DUMP.
5049
50502010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5051
0a19a6f8 5052 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
5053 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5054 by minimum required Gtk+ 2.6). Add checks for functions introduced
5055 in Gtk+ 2.14 or newer (bug#6505).
5056
50572010-06-26 Eli Zaretskii <eliz@gnu.org>
5058
5059 * config.bat: Remove white space around "+" in COPY commands.
5060
50612010-06-23 Glenn Morris <rgm@gnu.org>
5062
5063 * info/dir: Start descriptions in column 32, per Texinfo convention.
5064
50652010-06-16 Chong Yidong <cyd@stupidchicken.com>
5066
5067 * INSTALL: Update font information (Bug#6389).
5068
50692010-06-16 Glenn Morris <rgm@gnu.org>
5070
5071 * INSTALL: General update.
5072
50732010-06-12 Glenn Morris <rgm@gnu.org>
5074
5075 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5076
50772010-06-11 Glenn Morris <rgm@gnu.org>
5078
5079 * configure.in (--without-compress-info): New option.
5080 (GZIP_INFO): New output variable.
5081
5082 * Makefile.in (GZIP_INFO): New, set by configure.
5083 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5084 Handle man pages in the same way.
5085
50862010-06-10 Glenn Morris <rgm@gnu.org>
5087
5088 * Makefile.in (install-arch-indep): Gzip the info files too.
5089
5090 * make-dist: Remove references to non-existent directories and files.
5091
50922010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5093
5094 * configure.in: Include <strings.h> and <string.h> instead of
5095 "strings.h" and "string.h".
5096
50972010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5098
5099 * configure.in: Remove code dealing with BSTRING.
5100
51012010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5102
5103 * configure.in (AC_PREREQ): Require autoconf 2.65.
5104
5105 * configure.in (unxec): Do not define and substitute.
5106 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5107
51082010-06-03 Glenn Morris <rgm@gnu.org>
5109
5110 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5111
51122010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5113
5114 Fix alloca definition when using gcc on non-gnu systems.
5115 * configure.in: Use the code sequence indicated by "info autoconf"
5116 for alloca (bug#6170).
5117
51182010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * .bzrignore: Ignore new files from trunk, which appear if you use
5121 colocated branches (i.e. "bzr switch").
5122
51232010-05-28 Glenn Morris <rgm@gnu.org>
5124
5125 * configure.in: Simplify some of the $canonical tests.
5126
51272010-05-27 Glenn Morris <rgm@gnu.org>
5128
5129 * config.bat: Do not preprocess src/Makefile.in.
5130
5131 * configure.in: Do not preprocess src/Makefile.in.
5132 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5133 (AC_EGREP_CPP): Test no longer needed.
5134
5135 * make-dist: No more Makefile.c files.
5136
51372010-05-26 Glenn Morris <rgm@gnu.org>
5138
5139 * configure.in (YMF_PASS_LDFLAGS): Remove.
5140 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5141
5142 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5143 Add $GNUSTEP_LOCAL_HEADERS.
5144 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5145
5146 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5147 (GNUSTEP_MAKEFILES): Remove.
5148 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5149 stuff to here.
5150
51512010-05-25 Glenn Morris <rgm@gnu.org>
5152
5153 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5154 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5155
5156 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5157 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5158 here instead.
5159
51602010-05-24 Romain Francoise <romain@orebokech.com>
5161
5162 * make-dist: Look for version in src/emacs.c.
5163 Use lisp/subr.el rather than lisp/version.el for location check.
5164
51652010-05-21 Glenn Morris <rgm@gnu.org>
5166
5167 * configure.in (MKDEPDIR): Parallel build tweak.
5168
5169 * configure.in (ns_frag): New output file.
5170
5171 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5172 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5173
5174 * configure.in (cannot_dump): New output variable.
5175
51762010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5177
5178 * configure.in: On NetBSD, if terminfo is found, use it in
5179 preference to termcap. (Bug#6190)
5180
51812010-05-20 Glenn Morris <rgm@gnu.org>
5182
5183 * make-dist (src): Include *.mk.
5184 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5185 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5186 (deps_frag): New output file.
5187 (AUTO_DEPEND): Remove this definition.
5188
5189 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5190
51912010-05-19 Glenn Morris <rgm@gnu.org>
5192
5193 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5194 (ORDINARY_LINK): New AC_DEFINE.
5195 (LIB_GCC): No need to set if ORDINARY_LINK.
5196
51972010-05-18 Glenn Morris <rgm@gnu.org>
5198
5199 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5200 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5201
5202 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5203 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5204 (RALLOC_OBJ): New output variable.
5205
5206 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5207 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5208
52092010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * Makefile.in (src): Provide the name of the VCS file that witnesses
5212 a pull.
5213 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
5214
52152010-05-17 Glenn Morris <rgm@gnu.org>
5216
5217 * configure.in (OLDXMENU_DEPS): New output variable.
5218
52192010-05-16 Glenn Morris <rgm@gnu.org>
5220
5221 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
5222
5223 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
5224 * Makefile.in (install-arch-dep): Update for above change.
5225
5226 * Makefile.in (ns_appdir): Remove.
5227 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
5228
5229 * configure.in (TEMACS_LDFLAGS2): New output variable.
5230
5231 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
5232 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5233 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
5234 nothing uses.
5235
52362010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5237
5238 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
5239 does not use them.
5240 (X11R5_INHIBIT_I18N): Remove, unused.
5241
52422010-05-15 Glenn Morris <rgm@gnu.org>
5243
5244 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
5245
5246 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
5247
52482010-05-15 Ken Raeburn <raeburn@raeburn.org>
5249
5250 * configure.in: Look for version string in its new location.
5251
52522010-05-15 Eli Zaretskii <eliz@gnu.org>
5253
5254 * config.bat: Remove support for DJGPP v1.x.
5255
52562010-05-15 Glenn Morris <rgm@gnu.org>
5257
5258 * configure.in (OLDXMENU_TARGET): New output variable.
5259
5260 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
5261
5262 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
5263 and other files that no longer exist.
5264
52652010-05-14 Glenn Morris <rgm@gnu.org>
5266
5267 * configure.in (cpp_undefs): Add mktime, register, X11.
5268
5269 * configure.in (GPM_MOUSE_SUPPORT): Remove.
5270 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
5271 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
5272
5273 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
5274 (GNUSTEP_MAKEFILES): Do not output.
5275
52762010-05-13 Glenn Morris <rgm@gnu.org>
5277
5278 * configure.in: Fix some paren typos.
5279
5280 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
5281
5282 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
5283
52842010-05-12 Glenn Morris <rgm@gnu.org>
5285
5286 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
5287
5288 * configure.in (LIB_GCC): New output variable.
5289
52902010-05-11 Glenn Morris <rgm@gnu.org>
5291
5292 * make-dist (msdos): No more mainmake.
5293
5294 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
5295 * config.bat: Do not run cpp on lib-src/Makefile.in.
5296
5297 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
5298
52992010-05-10 Glenn Morris <rgm@gnu.org>
5300
5301 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
5302
5303 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
5304 (BLESSMAIL_TARGET): New output variable.
5305
53062010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5307
5308 * INSTALL: Fix typos.
5309
53102010-05-08 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * configure.in: Add check for buggy version of GCC (Bug#6031).
5313
53142010-05-08 Glenn Morris <rgm@gnu.org>
5315
5316 * configure.in (HAVE_LIBNCURSES): New local variable.
5317 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
5318 replacing cpp in src/s/*.h and src/Makefile.in.
5319
53202010-05-07 Chong Yidong <cyd@stupidchicken.com>
5321
5322 * Version 23.2 released.
5323
53242010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * configure.in: Add tests for `isnan' and `copysign'.
5327
53282010-05-07 Eli Zaretskii <eliz@gnu.org>
5329
5330 * config.bat: Allow for 2 leading `#'s in comments in
5331 src/Makefile.in.
5332
53332010-05-07 Glenn Morris <rgm@gnu.org>
5334
5335 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5336 Merges logic from src/s/* and src/Makefile.in.
5337 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5338
53392010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5340
5341 Define START_FILES and LIB_STANDARD using autoconf.
5342 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5343 here from src/s/*.h.
5344 (HAVE_CRTIN): Remove, inline logic in the netbsd
5345 START_FILES/LIB_STANDARD computation.
5346
53472010-05-06 Glenn Morris <rgm@gnu.org>
5348
5349 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
5350
5351 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
5352 (LD_SWITCH_X_SITE): Remove unused variables.
5353
53542010-05-04 Glenn Morris <rgm@gnu.org>
5355
5356 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
5357 as well.
5358 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
5359
5360 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5361
5362 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
5363 variables, replacing c_switch_machine, c_switch_system.
5364 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
5365 @c_switch_system@.
5366
53672010-05-03 Glenn Morris <rgm@gnu.org>
5368
5369 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
5370
5371 * make-dist: There are no more src/m/*.inp files.
5372
53732010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5374
5375 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
5376 (ac_link): Do not use ld_switch_machine.
5377
53782010-05-01 Glenn Morris <rgm@gnu.org>
5379
5380 * configure.in (OTHER_OBJ): Remove.
5381 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
5382
53832010-04-30 Glenn Morris <rgm@gnu.org>
5384
5385 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
5386 Elsewhere, maybe include it.
5387
5388 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
5389 (OLDXMENU, LIBXMENU): New output variables.
5390
5391 * configure.in (OTHER_OBJ): New output variable.
5392
53932010-04-28 Glenn Morris <rgm@gnu.org>
5394
5395 * configure.in (CYGWIN_OBJ): New output variable.
5396
5397 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
5398
5399 * configure.in (FONT_OBJ): New output variable.
5400
5401 * configure.in (LIBXMU): New output variable.
5402
5403 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
5404
5405 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
5406 userland and maybe change values to i386 (move test from s/amdx86-64.h).
5407
54082010-04-27 Glenn Morris <rgm@gnu.org>
5409
5410 * configure.in (LIBXTR6): New output variable. Move unixware special
5411 case here from src/s/unixware.h.
5412
5413 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
5414 in Makefiles.
5415 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
5416
5417 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
5418 (LIBXP): No longer substitute in Makefiles.
5419 (MOTIF_LIBW): New output variable. Move system-specific settings here
5420 from src/s files.
5421
54222010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5423
5424 Reduce CPP usage.
5425 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5426 (unexec): Define unconditionally, all platforms define
5427 UNEXEC. AC_SUBST it.
5428 (UNEXEC_SRC): Remove, unused.
5429 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
5430
54312010-04-27 Glenn Morris <rgm@gnu.org>
5432
5433 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
5434 replaced by LIBXP.
5435
5436 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
5437 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
5438 On hpux10-20, default to /lib.
5439
5440 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
5441
54422010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5443
5444 * configure.in (LIBS_MACHINE): Remove, unused.
5445
5446 * configure.in (LIB_MATH): New output variable. Set it for some systems.
5447
54482010-04-24 Glenn Morris <rgm@gnu.org>
5449
5450 * configure.in (CRT_DIR): New output variable.
5451 (--with-crt-dir): New option. (Bug#5655)
5452 (HAVE_LIB64_DIR): Remove.
5453
54542010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5455
5456 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
5457
54582010-04-22 Miles Bader <miles@gnu.org>
5459
5460 * configure.in: Get rid of "unix" pre-defined macro when
5461 preprocessing Makefile. (Bug#5857)
5462
54632010-04-21 Andreas Schwab <schwab@linux-m68k.org>
5464
5465 Avoid non-portable shell command negation
5466 * configure.in: Revert last change.
5467
54682010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5469
5470 * configure.in: Change "if test ! -f" to "if ! test -f".
5471
54722010-04-21 Glenn Morris <rgm@gnu.org>
5473
5474 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
5475 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
5476
54772010-04-21 Karel Klíč <kklic@redhat.com>
5478
5479 * configure.in: New option: --with(out)-selinux, on by default.
5480 Set HAVE_LIBSELINUX if we find libselinux, and substitute
5481 LIBSELINUX_LIBS in Makefiles.
5482
54832010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5484
5485 * configure.in: Remove all references to LIBX11_SYSTEM.
5486
54872010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5488
5489 * configure.in: Remove all references to C_DEBUG_SWITCH.
5490
54912010-03-27 Eli Zaretskii <eliz@gnu.org>
5492
5493 * config.bat <lib-src>: Edit out lines that begin with several #
5494 characters.
5495
54962010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5497
5498 * configure.in: Remove support for old UNIX System V systems and
5499 for Unixware on non-x86 machines.
5500
5501 * configure.in: Remove support for Solaris on PPC and for old versions.
5502
5503 * configure.in: Remove non-working lynxos port.
5504
55052010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5506
5507 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5508
55092010-03-19 Glenn Morris <rgm@gnu.org>
5510
5511 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5512 happy.
5513
55142010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5515
5516 * configure.in: Check for tputs and friends, abort if not
5517 found (bug#5735).
5518
55192010-03-18 Glenn Morris <rgm@gnu.org>
5520
5521 * configure.in (--with-x-toolkit): In the help text, say which options
5522 are synonyms.
5523
5524 * configure.in (--with-mmdf, --with-mail-unlink):
5525 New options, off by default.
5526 (--with-mailhost): New option to set default POP host.
5527 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5528 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5529 New variables, substituted in Makefiles.
5530 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5531 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5532 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5533 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5534 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5535
55362010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5537
5538 * Makefile.in (uninstall): Handle the case where archlibdir does not
5539 exist. (Bug#5720)
5540
55412010-03-12 Eli Zaretskii <eliz@gnu.org>
5542
75f1671a 5543 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
5544 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5545
5546 * configure: Regenerated.
5547
55482010-03-10 Chong Yidong <cyd@stupidchicken.com>
5549
5550 * Branch for 23.2.
5551
55522010-01-31 Juri Linkov <juri@jurta.org>
5553
5554 * .bzrignore: Add TAGS-LISP.
5555
55562010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5557
5558 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5559 this header file).
5560
55612010-01-12 Juanma Barranquero <lekktu@gmail.com>
5562
5563 * .bzrignore: Ignore all .exe, instead of individual files.
5564
55652010-01-12 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * configure.in: Explicitly check for and link to -lXrender.
5568
55692010-01-12 Glenn Morris <rgm@gnu.org>
5570
5571 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5572 for bug reports for development versions.
5573
55742010-01-02 Eli Zaretskii <eliz@gnu.org>
5575
5576 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5577 build.
5578
55792009-12-27 Karl Fogel <kfogel@red-bean>
5580
5581 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5582 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5583
55842009-12-17 Glenn Morris <rgm@gnu.org>
5585
5586 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5587
55882009-12-15 Glenn Morris <rgm@gnu.org>
5589
5590 * info/dir: Add EDT entry.
5591 * Makefile.in (INFO_FILES): Add edt.
5592
55932009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5594
1154d12e 5595 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
5596
55972009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5598
5599 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5600
56012009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5602
5603 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5604
56052009-12-01 Glenn Morris <rgm@gnu.org>
5606
5607 * make-dist: Add etc/images/mpc directory.
5608
56092009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5610
5611 * configure.in: Don't check for GConf unless X is used.
5612
56132009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5614
5615 * configure.in: Use -Wdeclaration-after-statement if available.
5616
56172009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5618
5619 * configure.in: New option: --with(out)-gconf.
5620 Set HAVE_GCONF if we find gconf.
5621
56222009-11-17 Glenn Morris <rgm@gnu.org>
5623
5624 * Makefile.in (INFO_FILES): Add semantic.
5625
56262009-11-16 Chong Yidong <cyd@stupidchicken.com>
5627
5628 * info/dir: Add Semantic.
5629
56302009-11-16 Glenn Morris <rgm@gnu.org>
5631
5632 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5633 pattern, so as not to exclude makefile*.el. (Bug#4912)
5634
56352009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5636
5637 * configure.in: --enable-autodepend is new. Check for GNU Make
5638 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5639 gcc and GNU make to generate dependencies.
5640
56412009-10-27 Glenn Morris <rgm@gnu.org>
5642
5643 * make-dist: Make links to doc/lispintro/*.pdf.
5644
56452009-10-23 Jim Meyering <meyering@redhat.com>
5646
5647 * configure.in: Invoke $CPP with -P when creating Makefile and
5648 src/Makefile. Without this, gcc 4.4.2 converts each
5649 backslash-newline pair in the input to a bare newline, yielding
5650 invalid Makefiles.
5651
5652 * configure: Regenerate.
5653
56542009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5655
5656 * configure.in (vax-dec-vms): Remove, not supported anymore.
5657
56582009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5659
5660 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5661 (*-apple-darwin*): Add x86_64 architecture.
5662
56632009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5664
5665 * config.guess, config.sub: Updated from master source.
5666
56672009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5668
5669 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5670
56712009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5672
5673 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5674
56752009-09-29 Glenn Morris <rgm@gnu.org>
5676
5677 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5678
56792009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5680
5681 * config.guess, config.sub: Updated from master source.
5682
5683 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5684
56852009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5686
5687 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
5688
56892009-09-13 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * INSTALL: Update URL for GNU FreeFont.
5692
56932009-09-09 Glenn Morris <rgm@gnu.org>
5694
5695 * Makefile.in (install-arch-indep): Don't recursively change perms of
5696 site-lisp and infodir. There may be non-Emacs files in here, and the
5697 files supplied by Emacs are all handled explicitly already. (Bug#3800)
5698 (mkdir): Set umask to world-readable before creating directories.
5699 mkinstalldirs already checks if dirs exist, don't duplicate this test.
5700
57012009-08-29 Glenn Morris <rgm@gnu.org>
5702
5703 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
5704 (info): Don't give an error in the absence of makeinfo - let the doc
5705 Makefiles do that, if the info files need rebuilding. (Bug#3982)
5706
57072009-08-23 Ken Raeburn <raeburn@raeburn.org>
5708
5709 * Makefile.in (install-arch-indep): If the versioned DOC-####
5710 generated during loadup+dump isn't found, install the plain DOC
5711 file that always gets generated, in case CANNOT_DUMP is set.
5712
5713 * configure.in: Warn if package version specified here doesn't
5714 match the version in version.el.
5715 * configure: Regenerate.
5716
57172009-08-22 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5720
5721 * configure: Regenerate.
5722
57232009-08-19 Glenn Morris <rgm@gnu.org>
5724
5725 * INSTALL: Remove reference to cvtmail.
5726
57272009-08-15 CHENG Gao <chenggao@gmail.com>
5728
5729 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5730
57312009-08-02 Kevin Ryde <user42@zip.com.au>
5732
5733 * INSTALL: Fix free fonts URL.
5734
57352009-07-22 Glenn Morris <rgm@gnu.org>
5736
5737 * configure.in (AC_PREREQ): Require autoconf 2.62.
5738
57392009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5740
5741 * configure.in (--enable-checking, --enable-profiling):
5742 Use AS_HELP_STRING.
5743
57442009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5745
5746 * configure.in (--enable-profiling): New option.
5747 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5748
57492009-06-27 Glenn Morris <rgm@gnu.org>
5750
5751 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5752
57532009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5754
5755 * configure.in (--enable-checking): New option.
5756
57572009-06-24 Glenn Morris <rgm@gnu.org>
5758
5759 * make-dist: Warn if subdir does not exist in source.
5760 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
5761 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
5762 No longer make links.
5763
57642009-06-24 Yavor Doganov <yavor@gnu.org>
5765
5766 * make-dist (tempdir): Don't create directories preferences.gorm
5767 and preferences.nib, they are no longer required.
5768
57692009-06-21 Chong Yidong <cyd@stupidchicken.com>
5770
5771 * Branch for 23.1.
5772
57732009-06-12 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * configure.in: Delete mac-fix-env target, which has been
5776 removed (Bug#3531).
5777
57782009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5779
1154d12e 5780 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
5781
57822009-05-05 Per Starbäck <per@starback.se> (tiny change)
5783
5784 * BUGS: Use new binding of view-emacs-problems.
5785
c7015153 57862009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
5787
5788 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
5789 for Solaris compatibility.
5790
57912009-04-25 Chong Yidong <cyd@stupidchicken.com>
5792
5793 * configure: Regenerate.
5794
5795 * configure.in: Disable use of FreeType without libXft.
5796
57972009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5798
5799 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
5800 Check if it is declared in gtk.h.
5801
58022009-04-12 Andreas Schwab <schwab@linux-m68k.org>
5803
5804 * Makefile.in (install-arch-indep): Remove .gitignore files.
5805
58062009-04-03 Kenichi Handa <handa@m17n.org>
5807
5808 * INSTALL: Make the section "Complex Text Layout support
5809 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
5810
58112009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
5812
5813 * configure.in (rs6000-ibm-aix6*): Fix typo.
5814
58152009-03-04 Glenn Morris <rgm@gnu.org>
5816
5817 * Makefile.in (INFO_FILES): Add auth.
5818
58192009-03-03 Glenn Morris <rgm@gnu.org>
5820
5821 * info/dir: Add Auth-source.
5822
58232009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
5826 the second.
5827
58282009-02-28 Eli Zaretskii <eliz@gnu.org>
5829
5830 * config.bat: Copy .dbxinit to _dbxinit.
5831
5832 * make-dist (Making links to `info'): Remove .gitignore.
5833
58342009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * Makefile.in (lib-src, lisp): Use simpler rule.
5837 (src): Be more specific to avoid recompiling all the .elc files just
5838 because the bootstrap-emacs is missing.
5839
58402009-02-26 Chong Yidong <cyd@stupidchicken.com>
5841
5842 * configure.in: Require librsvg >= 2.11.
5843
58442009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5845
5846 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
5847 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
5848
58492009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5850
5851 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
5852
58532009-02-03 Glenn Morris <rgm@gnu.org>
5854
5855 * make-dist: Add some missing files, remove some that are no longer
5856 present.
5857
58582009-02-02 Glenn Morris <rgm@gnu.org>
5859
5860 * make-dist: Add some missing nextstep/ files.
5861
58622009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5863
5864 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5865
58662009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5867
5868 * configure.in: Add support for m68k-*-netbsd.
5869
58702009-01-14 Juri Linkov <juri@jurta.org>
5871
5872 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5873
5874 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5875 and bug-reference-mode.
5876
58772009-01-11 Juri Linkov <juri@jurta.org>
5878
5879 * INSTALL.CVS: Move configuration explicitly to the first step.
5880
58812009-01-09 Glenn Morris <rgm@gnu.org>
5882
5883 * .dir-locals.el: Don't set indent-tabs-mode.
5884
58852008-12-30 Kenichi Handa <handa@m17n.org>
5886
5887 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5888 the function OTF_get_variation_glyphs.
5889
58902008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5891
5892 * Makefile.in (install-arch-dep): Remove old directories in
5893 ns_app* before moving new directories there.
5894
58952008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5896
5897 * .dir-locals.el: Remove non-working entry for pmail.
5898 (fill-column): Fix typo.
5899 (change-log-mode): Add fill column.
5900
59012008-12-26 Eli Zaretskii <eliz@gnu.org>
5902
5903 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5904
59052008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5906
5907 * make-dist (tempdir): Distribute .dir-locals.el.
5908
5909 * .dir-locals.el: New file.
5910
59112008-12-19 Eli Zaretskii <eliz@gnu.org>
5912
5913 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5914 for rationale.
5915
59162008-12-13 Glenn Morris <rgm@gnu.org>
5917
5918 * Makefile.in (install-arch-indep): Add new man-pages.
5919 (manext): Remove variable.
5920 (MAN_PAGES): New variable.
5921 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5922 and remove.
5923 (uninstall): Remove desktop file and icons, game scores if empty.
5924
59252008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5926
5927 * config.guess, config.sub: Updated from master source.
5928
59292008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5930
5931 * Makefile.in (install-arch-indep): Install ebrowse.1.
5932
59332008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5934
5935 * configure.in: Add Solaris on x86_64.
5936
59372008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5938
5939 * config.guess, config.sub: Updated from master source.
5940
59412008-12-08 Eli Zaretskii <eliz@gnu.org>
5942
5943 * info/dir: Fix last change.
5944
59452008-12-07 Eli Zaretskii <eliz@gnu.org>
5946
5947 * info/dir: Untabify.
5948
a04689de 59492008-11-28 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5950
5951 * configure.in: Fix last change.
5952
59532008-11-28 Richard M Stallman <rms@gnu.org>
5954
5955 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5956 New configurations.
5957
59582008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5959
5960 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
5961 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
5962
59632008-11-15 Eli Zaretskii <eliz@gnu.org>
5964
5965 * Makefile.in (INFO_FILES): Remove ns-emacs.
5966
5967 * info/dir (NS-Emacs): Remove entry.
5968
59692008-11-08 Eli Zaretskii <eliz@gnu.org>
5970
5971 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
5972
59732008-11-07 Glenn Morris <rgm@gnu.org>
5974
5975 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
5976
59772008-10-31 Eli Zaretskii <eliz@gnu.org>
5978
5979 * config.bat: Tell user to expect one "File not found" message
5980 while the `doc' directory is being configured.
5981
59822008-10-30 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * update-subdirs: Put obsolete directory last.
5985
59862008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
5987
5988 * configure.in: Check fontconfig always.
5989
59902008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
5991
5992 * configure (*-solaris2.[7-9]*): Fix typo.
5993
59942008-10-24 Glenn Morris <rgm@gnu.org>
5995
5996 * configure.in (--without-sync-input, --with-pkg-config-prog):
5997 Help strings start with lower case.
5998 (--with-gnustep-conf): New option.
5999 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6000
60012008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6002
6003 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6004 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6005 is not found. (Bug#1230)
6006
60072008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6008
6009 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6010 Use sol2-6.h for Solaris 7-9.
6011
a04689de 60122008-10-18 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6013
6014 * configure.in: Add support for GNU/Linux on SuperH.
6015
60162008-10-12 Andreas Schwab <schwab@suse.de>
6017
6018 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6019
1a71cb28 60202008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
6021
6022 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6023 "X") to avoid confusion.
6024
6025 * configure: Regenerate.
6026
60272008-09-07 Romain Francoise <romain@orebokech.com>
6028
6029 * make-dist: Distribute doc/man/ChangeLog.
6030
60312008-08-28 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * configure.in: Disable XFT and Freetype when without X.
6034
6035 * configure: Regenerate.
6036
60372008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6038
6039 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6040
60412008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6042
90eacf99
SM
6043 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6044 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
6045
6046 * configure: Regenerate.
6047
60482008-08-20 Eli Zaretskii <eliz@gnu.org>
6049
6050 * configure.in: Move "#define subprocesses" before
6051 config_opsysfile is included.
6052
60532008-08-19 Kenichi Handa <handa@m17n.org>
6054
6055 * INSTALL (Extra fonts): Mention local fonts, don't mention
6056 mule-unicode.
6057
60582008-08-16 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * make-dist: Omit info/.arch-inventory.
6061
60622008-08-16 Jason Rumney <jasonr@gnu.org>
6063
6064 * make-dist (tempdir/nt): Link emacsclient.rc.
6065
60662008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6067
6068 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6069 AC_SUBST it.
6070 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6071 AC_SUBST it.
6072 (OTHER_FILES): Always define for HAVE_NS.
6073 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6074 * configure: Regenerate.
6075
60762008-08-07 Andreas Schwab <schwab@suse.de>
6077
6078 * configure.in: Correctly handle
6079 --enable-cocoa-experimental-ctrl-g=no and
6080 --enable-ns-self-contained=yes.
6081
60822008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6083
6084 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
6085 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6086 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
6087
60882008-08-06 Andreas Schwab <schwab@suse.de>
6089
6090 * configure.in: Fix quoting.
6091
60922008-08-06 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6095
a04689de 60962008-08-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6097
6098 * configure.in: Add checks for krb5_error.text and
6099 krb5_error.e_text struct members.
6100
61012008-08-04 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * configure.in: Test for existence of NSInteger.
6104 Suggested by Yavor Doganov.
6105
61062008-08-02 Romain Francoise <romain@orebokech.com>
6107
6108 * Makefile.in (INFO_FILES): Add mairix-el.
6109
61102008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6111
6112 * make-dist:
6113 * README: Remove VMS support.
6114 * vms: Remove directory.
6115
61162008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6117
6118 * configure.in (MULTI_KBOARD): Remove.
6119
61202008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6121
6122 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6123
61242008-07-29 Chong Yidong <cyd@stupidchicken.com>
6125
6126 * info/dir (File): Add mairix-el.
6127
61282008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6129
6130 Remove support for Mac Carbon.
6131 * mac: Remove directory.
6132 * make-dist:
6133 * configure.in:
6134 * README:
6135 * Makefile.in:
6136 * INSTALL: Remove code for Carbon.
6137 * configure: Regenerate.
6138
61392008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6140
6141 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6142
61432008-07-25 Chong Yidong <cyd@stupidchicken.com>
6144
6145 * configure.in: Check for getrlimit.
6146
6147 * configure: Regenerate.
6148
61492008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6150
6151 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6152 in src/Makefile.in.
6153 (static): Remove, autoconf would always comment it out anyway.
6154 (subprocesses): Define unconditionally.
6155
61562008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6157
6158 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6159 compilation under GNUstep.
6160
61612008-07-18 Kenichi Handa <handa@m17n.org>
6162
6163 * INSTALL (Complex Text Layout support libraries): Delete the
6164 paragraph about --enable-font-backend.
6165
61662008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6167
6168 * configure.in: Print out some info to user for NeXTstep builds.
6169 (ns-app): Remove enable option.
6170 (ns-self-contained): Add enable option.
6171 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6172 GNUstep, use to set install prefixes, and substitute in Makefiles.
6173 * configure: Regenerate.
6174 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6175 NS app bundle.
6176
61772008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6180
61812008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6182
6183 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6184 NS_IMPL_COCOA.
6185
61862008-07-16 Glenn Morris <rgm@gnu.org>
6187
6188 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6189 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6190 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6191 never unset.
6192
6193 * make-dist: Add nextstep/ directories.
6194 (src, lib-src): Add .m files.
6195
61962008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6197
6198 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6199 (USER_FULL_NAME): Remove, not used anymore.
6200 * configure: Regenerate.
6201
62022008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6203
6204 Changes and additions for NeXTstep windowing system (Cocoa and
6205 GNUstep) support.
6206
6207 * configure.in: Add support for NS window system: --with-ns (default
6208 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
6209 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
6210 disable font backend if window system is "none", not if !HAVE_X11.
6211 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
6212 (install-arch-dep): Add commands to assemble NS .app package.
6213
62142008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6215
6216 * configure.in: Use macppc for Darwin. Remove references to
6217 desupported systems.
6218 * configure: Regenerate.
6219
62202008-07-05 Glenn Morris <rgm@gnu.org>
6221
6222 * make-dist (EMACS): Doc fix.
6223 (lisp): There are no *.dat or image files here any more.
6224 (src): There are no *.s files here any more.
6225 (etc/images, etc/images/*): Link to most regular files.
6226
62272008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6228
6229 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
6230
62312008-07-01 Glenn Morris <rgm@gnu.org>
6232
6233 * configure.in (cpp_undefs): Rename from `undefs', update uses.
6234 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
6235 and explicitly export there. (Bug#507.)
6236
62372008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6238
6239 * configure.in:
6240 * configure: Remove references to obsolete systems.
6241
62422008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * Makefile.in (Makefile): Use it for its timestamp value as well, and
6245 make it depend on all other */.in files.
6246 (src/Makefile, src/config.stamp, lib-src/Makefile)
6247 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
6248 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
6249 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
6250 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
6251
6252 * configure.in: Don't create src/config.stamp any more.
6253
62542008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
6257
62582008-06-22 Glenn Morris <rgm@gnu.org>
6259
6260 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
6261
62622008-06-21 Romain Francoise <romain@orebokech.com>
6263
6264 * Makefile.in (INFO_FILES): Add sasl.
6265
62662008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
6269 (bootstrap-build): Remove.
6270 (top_bootclean): New var.
6271 (top_distclean, bootstrap-clean): Use it.
6272 (bootstrap): Don't recheck config. Make normally.
6273
62742008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * Makefile.in (SUBDIR): Include `lisp'.
6277 (lisp): Depend on `src'.
6278 (top_distclean): Don't remove config.status.
6279 (bootstrap-clean): New target.
6280 (maintainer-clean): Use it.
6281 (bootstrap): Use bootstrap-clean. Re-run config.status.
6282 (src/bootstrap-emacs${EXEEXT}): New target.
6283 (bootstrap-build): Use it. Don't use bootstrap-prepare because
6284 src/Makefile now takes care of it.
6285 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
6286
62872008-06-15 Glenn Morris <rgm@gnu.org>
6288
6289 * info/dir: Add sasl.
6290
62912008-06-09 Alan Mackenzie <acm@muc.de>
6292
6293 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
6294
62952008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
6296
6297 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
6298
62992008-06-07 Glenn Morris <rgm@gnu.org>
6300
6301 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
6302 serve no purpose.
6303
63042008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6305
6306 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
6307 * configure: Regenerate.
6308
63092008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * update-subdirs: Don't touch subdirs.el if it is unchanged.
6312
63132008-05-14 Kenichi Handa <handa@m17n.org>
6314
6315 * configure: Regenerate.
6316
6317 * configure.in: Don't handle --disable-font-backend. Don't print
6318 a message about a font backend.
6319
63202008-05-09 Glenn Morris <rgm@gnu.org>
6321
6322 * configure.in: Make absence of makeinfo a fatal error only if the info
6323 files don't exist.
6324 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
6325
63262008-05-07 Eli Zaretskii <eliz@gnu.org>
6327
6328 * config.bat: Fix last change: don't use < and > in "rem" lines,
6329 they are interpreted as redirection by DOS shells.
6330
63312008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6332
6333 * configure.in: Check availability of AvailabilityMacros.h
6334 if HAVE_CARBON.
6335
6336 * configure: Regenerate.
6337
63382008-05-03 Glenn Morris <rgm@gnu.org>
6339
6340 * configure.in (x_libraries): Remove standard 64-bit directories -
6341 experimental workaround for minor autoconf bug.
6342
6343 * configure.in (--without-makeinfo): New option. If set,
6344 absence of suitable makeinfo is not a fatal error.
6345 * Makefile.in (MAKEINFO): New, set by configure.
6346 (install-arch-indep): Without makeinfo, ignore any missing manuals.
6347 (info-real): New target.
6348 (info): Without makeinfo, do nothing, else call `info-real'.
6349
63502008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6351
6352 * configure.in: Remove hpux10.20 from the desupported list.
6353
63542008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
6357
63582008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
6361 rather than change CPPFLAGS.
6362 (HAVE_GTK): Rename to USE_GTK.
6363
63642008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
6365
6366 * configure.in: Replace the obsolete macros AC_AIX and
6367 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
6368
63692008-04-05 Andreas Schwab <schwab@suse.de>
6370
6371 * configure.in: No longer create admin/unidata/Makefile.
6372
63732008-03-28 Andreas Schwab <schwab@suse.de>
6374
6375 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
6376 (lisp/Makefile): New rule.
6377
63782008-03-13 Glenn Morris <rgm@gnu.org>
6379
6380 * configure.in (AC_INIT): Fix version number.
6381 (sync-input): Reword the option, since it's on by default.
6382
63832008-03-11 Jan Djärv <jan.h.d@swipnet.se>
6384
6385 * configure.in: Add --enable-sync-input, default yes.
6386
63872008-03-11 Glenn Morris <rgm@gnu.org>
6388
6389 * Makefile.in (install-etc, mkdir): Handle directory
6390 etc/images/icons/hicolor/*/mimetypes/.
6391
6392 * make-dist: Handle icons/hicolor/scalable directory.
6393
63942008-03-05 Glenn Morris <rgm@gnu.org>
6395
6396 * configure.in: Enable font-backend by default.
6397 (USE_FONT_BACKEND): Set to "no" in absence of X.
6398 (PKG_CONFIG): Don't set multiple times, once is enough.
6399 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
6400
64012008-03-03 Glenn Morris <rgm@gnu.org>
6402
6403 * Makefile.in (iconsrcdir): New variable.
6404 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
6405 directory.
6406
64072008-02-29 Glenn Morris <rgm@gnu.org>
6408
6409 * test/: New directory.
6410
64112008-02-27 Jan Djärv <jan.h.d@swipnet.se>
6412
6413 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
6414
64152008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6416
6417 * configure.in: Print an error for systems that we think are obsolete
6418 and are proposed to be removed. Remove some more unused systems.
6419 Add support for powerpc-ibm-aix6*.
6420
64212008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6422
6423 * configure.in: Remove references to obsolete variables and systems.
6424
64252008-02-21 Glenn Morris <rgm@gnu.org>
6426
6427 * Makefile.in (set_installuser): New.
6428 (install-arch-indep): Use set_installuser to avoid duplicate code.
6429
6430 * README.unicode: Split into admin/notes/unicode,font-backend and
6431 remove.
6432
64332008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
6434
6435 * configure.in (arm*-*-freebsd*): Add.
6436
64372008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6438
6439 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
6440 dealing with obsolete variables.
6441
64422008-02-08 Glenn Morris <rgm@gnu.org>
6443
6444 * Makefile.in (check-info-dir): New target.
6445
64462008-02-08 Michael Olson <mwolson@gnu.org>
6447
6448 * Makefile.in (INFO_FILES): Add epa.
6449
6450 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
6451 features" section.
6452
64532008-02-06 Glenn Morris <rgm@gnu.org>
6454
6455 * configure.in (--with-gcc): Give an error saying this option has
6456 been removed.
6457 (--with-gtk): Remove this option.
6458
64592008-02-06 Tom Tromey <tromey@redhat.com>
6460
6461 * configure.in (--with-gcc): Remove.
6462 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
6463
a04689de 64642008-02-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6465
6466 * INSTALL: Recommend giflib, not libungif.
6467
64682008-02-05 Tom Tromey <tromey@redhat.com>
6469
6470 * configure.in (--with-dbus): Default to enabled.
6471
64722008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6473
6474 * INSTALL (Complex Text Layout support libraries): New section.
6475
64762008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6477
6478 * make-dist: Remove references to files in mac/ that have been
6479 deleted.
6480
64812008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6482
6483 * configure.in: For libotf and m17n-flt checks, set shell vars
6484 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6485 pkg_check_m17n_flt, respectively, for the sake of the summary output.
a04689de 6486 Reported by Ulrich Müller.
067d23c9
KY
6487
64882008-02-02 Eli Zaretskii <eliz@gnu.org>
6489
6490 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6491 admin/unidata/Makefile.in to Makefile.
6492
64932008-02-02 Glenn Morris <rgm@gnu.org>
6494
6495 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6496 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6497 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6498
64992008-02-01 Miles Bader <miles@gnu.org>
6500
6501 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6502 [libotf], and [m17n-flt] options.
6503
65042008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6505
6506 * configure.in: Add EMACS_ARG_N([libotf]...), and
6507 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6508 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6509 CFLAGS, and LIBS in checking of m17n-flt.
6510
65112008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6512
6513 * configure.in: Check the availability of m17n-flt library.
6514
65152008-02-01 Kenichi Handa <handa@m17n.org>
6516
6517 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6518 not available.
6519
65202008-02-01 Kenichi Handa <handa@m17n.org>
6521
6522 * configure.in: New args --enable-font-backend, --with-xft,
6523 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6524 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6525 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6526 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6527
65282008-02-01 Kenichi Handa <handa@m17n.org>
6529
6530 * make-dist: Include etc/charsets in tarball.
6531
65322008-02-01 Kenichi Handa <handa@m17n.org>
6533
6534 * configure.in: While running cpp on junk.c, include
6535 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6536 exists.
6537
65382008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6539
6540 * configure.in (xtensa): Match more configurations.
6541
65422008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6543
6544 * configure.in: Update comment.
6545
65462008-01-26 Glenn Morris <rgm@gnu.org>
6547
6548 * configure.in (--without-gcc): By default, neither off nor on.
6549 (--with-carbon): Tone down rhetoric in help text.
6550
65512008-01-25 Glenn Morris <rgm@gnu.org>
6552
6553 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6554 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6555 Default `Carbon' to off (it's unsupported).
6556
65572008-01-24 Glenn Morris <rgm@gnu.org>
6558
6559 * configure.in: Standardize dbus-related messages.
6560
65612008-01-23 Michael Olson <mwolson@gnu.org>
6562
6563 * configure.in (pkg-config-prog): Remove initial whitespace.
6564
65652008-01-23 Tom Tromey <tromey@redhat.com>
6566
6567 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6568 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6569 Update all users.
6570
65712008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6572
6573 * config.guess, config.sub: Updated from master source.
6574
65752008-01-17 Andreas Schwab <schwab@suse.de>
6576
6577 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6578
65792008-01-17 Glenn Morris <rgm@gnu.org>
6580
6581 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6582
65832008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6584
6585 * configure.in: Remove more references to unsupported systems.
6586
65872008-01-16 Sven Joachim <svenjoac@gmx.de>
6588
6589 * make-dist: Add --lzma.
6590
65912008-01-16 Glenn Morris <rgm@gnu.org>
6592
6593 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6594 configure checks for this.
6595
65962008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6597
6598 * configure.in: Remove more references to unsupported systems.
6599
66002008-01-06 Romain Francoise <romain@orebokech.com>
6601
6602 * configure.in: Delete extra semicolons.
6603
66042008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6605
6606 * configure.in: Remove references to unsupported systems.
6607
66082008-01-05 Romain Francoise <romain@orebokech.com>
6609
6610 * make-dist: Add --bzip2. Update copyright.
6611
66122008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6613
6614 * configure.in: Remove support for Masscomp.
6615
66162008-01-05 Glenn Morris <rgm@gnu.org>
6617
6618 * Makefile.in (desktopdir, icondir): New variables.
6619 (install-arch-indep): Also depend on `install-etc'.
6620 (install-etc): New target.
6621 (mkdir): Also create the `applications' and `icons' directories.
6622
66232008-01-04 Glenn Morris <rgm@gnu.org>
6624
6625 * make-dist: Update for new etc/images/icons/hicolor directory.
6626
66272007-12-09 Andreas Schwab <schwab@suse.de>
6628
6629 * configure.in: D-Bus is not enabled by default.
6630
66312007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6632
6633 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6634 change.
6635
66362007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6637
6638 * configure.in: Give package name and version to AC_INIT.
6639
66402007-12-03 Magnus Henoch <mange@freemail.hu>
6641
6642 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6643
66442007-12-03 Michael Albinus <michael.albinus@gmx.de>
6645
6646 * configure.in: No need for DBUS_INFO anymore.
6647
6648 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6649
66502007-12-02 Michael Albinus <michael.albinus@gmx.de>
6651
6652 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6653
6654 * Makefile.in (INFO_FILES): Add dbus.
6655
66562007-12-02 Romain Francoise <romain@orebokech.com>
6657
6658 * make-dist: Fix last change.
6659
66602007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6661
6662 * configure.in: Add support for gnu-kfreebsd.
6663
66642007-11-28 Glenn Morris <rgm@gnu.org>
6665
6666 * make-dist: Add etc/nxml.
6667
66682007-11-24 Romain Francoise <romain@orebokech.com>
6669
6670 * Makefile.in (INFO_FILES): Add nxml-mode.
6671
66722007-11-23 Romain Francoise <romain@orebokech.com>
6673
6674 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6675 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6676
66772007-11-20 Andreas Schwab <schwab@suse.de>
6678
6679 * configure.in: Always include <resolv.h> when checking for res_init.
6680
66812007-11-17 Andreas Schwab <schwab@suse.de>
6682
6683 * update-subdirs: Atomically update subdirs.el.
6684
66852007-11-17 Glenn Morris <rgm@gnu.org>
6686
6687 * Makefile.in (check-declare): New target.
6688
66892007-11-07 Glenn Morris <rgm@gnu.org>
6690
6691 * configure.in: Deprecate Mac Carbon port.
6692
66932007-11-01 Jan Djärv <jan.h.d@swipnet.se>
6694
6695 * configure.in: Remove HAVE_X11R5 check.
6696
66972007-10-31 Glenn Morris <rgm@gnu.org>
6698
6699 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
6700 when changing ownership of installed files.
6701
67022007-10-30 Glenn Morris <rgm@gnu.org>
6703
6704 * make-dist: Add new directory etc/gnus.
6705
67062007-10-30 Michael Olson <mwolson@gnu.org>
6707
6708 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
6709
67102007-10-29 Glenn Morris <rgm@gnu.org>
6711
6712 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
6713
67142007-10-23 Glenn Morris <rgm@gnu.org>
6715
6716 * MAINTAINERS: Move to admin/.
6717
67182007-10-17 Chong Yidong <cyd@stupidchicken.com>
6719
6720 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6721 (HAVE_LIBRESOLV): Also define if we are using res_init().
6722
67232007-10-17 Glenn Morris <rgm@gnu.org>
6724
6725 * FTP: Remove file, since it's just a duplicate of one in etc/.
6726
67272007-10-05 Eli Zaretskii <eliz@gnu.org>
6728
6729 * config.bat: Fix configuring `doc' due to changes in the
6730 directory structure.
6731
67322007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6733
6734 * configure.in: Don't use -lpthread on HP-UX.
6735
67362007-09-16 Glenn Morris <rgm@gnu.org>
6737
6738 * make-dist: File gfdl.1 has been removed.
6739
67402007-09-15 Glenn Morris <rgm@gnu.org>
6741
6742 * configure.in: Fix makeinfo version regexp.
6743
67442007-09-12 Glenn Morris <rgm@gnu.org>
6745
6746 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6747 implementation of alloca is not found.
6748
6749 * Makefile.in (SOURCES, unlock, relock): Delete.
6750 (install-arch-indep): Do not exclude the etc/ Makefiles.
6751
67522007-09-09 Juri Linkov <juri@jurta.org>
6753
6754 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
6755
6756 * README: Add doc/ to documentation directories.
6757
67582007-09-08 Michael Olson <mwolson@gnu.org>
6759
6760 * MAINTAINERS: Add myself for ERC and tq.el.
6761 Update for new doc/ directory layout.
6762
67632007-09-06 Romain Francoise <romain@orebokech.com>
6764
6765 * make-dist: Update for new doc/ directory layout.
6766
67672007-09-06 Glenn Morris <rgm@gnu.org>
6768
6769 * Makefile.in (mansrcdir): New variable.
6770 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
6771 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
6772 update these targets for new doc/ directory layout.
6773 (doc/misc/Makefile): New target.
6774 (install-arch-indep): Use mansrcdir for new location of manpages.
6775 (mostlyclean, clean, distclean, maintainer-clean, unlock)
6776 (relock, info, dvi): Update targets for new doc/ directory layout.
6777
6778 * configure.in (AC_OUTPUT): Update names of generated Makefiles
6779 for new doc/ directory layout.
6780
67812007-09-02 Andreas Schwab <schwab@suse.de>
6782
6783 * configure.in: Use AS_HELP_STRING throughout.
6784 * configure: Regenerate.
6785
67862007-09-02 Jan Djärv <jan.h.d@swipnet.se>
6787
6788 * configure.in: Require Gtk/Glib 2.6.
6789
67902007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6791
6792 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
6793 Use them throughout in place of AC_ARG_WITH calls.
6794 * configure: Regenerate.
6795
67962007-09-01 Andreas Schwab <schwab@suse.de>
6797
6798 * configure.in: Put quotes around nested macro calls.
6799
a04689de 68002007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
067d23c9
KY
6801
6802 * configure.in: Fix typo.
6803 * configure: Regenerate.
6804
68052007-08-30 Glenn Morris <rgm@gnu.org>
6806
6807 * configure.in (AH_BOTTOM): Copy some manual changes made to
6808 src/config.in here so they are not lost when it regenerates.
6809
6810 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
6811
68122007-08-29 Károly Lőrentey <karoly@lorentey.hu>
6813
6814 * README.multi-tty: New file.
6815
68162007-08-29 Glenn Morris <rgm@gnu.org>
6817
6818 * README: Increase version to 23.0.50.
6819
68202007-08-29 Jan Djärv <jan.h.d@swipnet.se>
6821
6822 * configure.in: New option: --without-xaw3d.
6823
68242007-08-24 Glenn Morris <rgm@gnu.org>
6825
6826 * configure.in: Check for a suitably recent makeinfo.
6827
68282007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6829
6830 * configure.in (Check for required libraries): Typo.
6831
68322007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6833
6834 * configure.in: Check librsvg2 also for Mac Carbon.
6835
68362007-08-22 Romain Francoise <romain@orebokech.com>
6837
6838 * make-dist: Follow reorganization of files in etc/.
6839
68402007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6841
6842 * configure.in: Add support for SVG images through librsvg2.
6843
68442007-07-28 Eli Zaretskii <eliz@gnu.org>
6845
6846 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
6847 to avoid an error message if there is no DOC there.
6848
68492007-07-25 Glenn Morris <rgm@gnu.org>
6850
6851 * Relicense all FSF files to GPLv3 or later.
6852
6853 * COPYING, info/COPYING: Switch to GPLv3.
6854
68552007-06-20 Jan Djärv <jan.h.d@swipnet.se>
6856
6857 * configure.in: Complain if X seems to be installed but no
6858 development files were found.
6859
68602007-06-20 Glenn Morris <rgm@gnu.org>
6861
6862 * configure.in: Prefer libgif over libungif.
6863
68642007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6865
6866 * configure.in: Check for all image libraries before exiting.
6867
68682007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6869
6870 * configure.in: Exit with error if image libraries aren't found.
6871
68722007-06-13 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6875 when compiling without scrollbars.
6876
68772007-06-12 Glenn Morris <rgm@gnu.org>
6878
6879 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6880
68812007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6882
6883 * configure.in: Change wording about yes/gtk and lucid/athena
6884 being synonyms.
6885
68862007-06-08 Glenn Morris <rgm@gnu.org>
6887
6888 * configure.in: Make gtk the default toolkit.
6889
68902007-06-07 Glenn Morris <rgm@gnu.org>
6891
6892 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6893 for a Sun C compiler.
6894
6895 * Makefile.in (install-arch-indep): Install only the DOC- file
6896 specific to the build, if possible, rather than DOC-*.
6897
68982007-06-02 Chong Yidong <cyd@stupidchicken.com>
6899
6900 * Version 22.1 released.
6901
69022007-05-25 Chong Yidong <cyd@stupidchicken.com>
6903
6904 * mkinstalldirs: Sync to version in automake CVS.
6905
69062007-05-22 Andreas Schwab <schwab@suse.de>
6907
6908 * configure.in: Prefer build_alias over host when host_alias is not set.
6909 * configure: Regenerate.
6910
69112007-05-20 Andreas Schwab <schwab@suse.de>
6912
6913 * configure.in: Remove empty AC_SUBST.
6914 * configure: Regenerate.
6915
69162007-05-20 Nick Roberts <nickrob@snap.net.nz>
6917
6918 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6919 it like others.
6920 * configure: Regenerate.
6921
69222007-05-20 Nick Roberts <nickrob@snap.net.nz>
6923
6924 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6925 (AC_CHECK_LIB): Add -lgpm.
6926 * configure: Regenerate.
6927
69282007-05-03 Glenn Morris <rgm@gnu.org>
6929
6930 * configure: Tweak message about the absence of shell functions.
6931
69322007-04-27 Andreas Schwab <schwab@suse.de>
6933
6934 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6935
69362007-04-26 Glenn Morris <rgm@gnu.org>
6937
6938 * README: Increase version to 22.1.50.
6939
69402007-04-24 Juanma Barranquero <lekktu@gmail.com>
6941
6942 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6943
69442007-04-19 Glenn Morris <rgm@gnu.org>
6945
6946 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6947
69482007-04-18 Glenn Morris <rgm@gnu.org>
6949
6950 * INSTALL: Mention CPP.
6951
69522007-04-15 Glenn Morris <rgm@gnu.org>
6953
6954 * FTP: Replace with a pointer to the web version.
6955
69562007-04-13 Glenn Morris <rgm@gnu.org>
6957
6958 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6959
69602007-04-04 Glenn Morris <rgm@gnu.org>
6961
6962 * configure.in (NON_GNU_CPP): Use associated preprocessor when
6963 compiling with Sun Studio on Solaris.
6964
69652007-03-23 Glenn Morris <rgm@gnu.org>
6966
6967 * configure.in: Restore support for hp800 (removed 2007-01-27)
6968 following clarification of legal status.
6969
69702007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
6971
6972 * configure.in: Add support for AIX4.3 on IBM RS6000.
6973
6974 * configure: Regenerate.
6975
69762007-03-20 Richard Stallman <rms@gnu.org>
6977
6978 * configure.in: Fix previous change.
6979
69802007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
6981
6982 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
6983 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
6984 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
6985
69862007-03-19 Chong Yidong <cyd@stupidchicken.com>
6987
6988 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
6989 user specifies "without".
6990
6991 * configure: Regenerate.
6992
69932007-03-18 Jan Djärv <jan.h.d@swipnet.se>
6994
6995 * configure.in: Warning for Gtk+ and Cygwin added.
6996 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
6997
69982007-02-27 Glenn Morris <rgm@gnu.org>
6999
7000 * make-dist (oldXMenu): Remove Imakefile.
7001 (etc/images): Add README.
7002
70032007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7004
7005 * configure.in (xtensa-*-linux-gnu*): New configuration.
7006
7007 * configure: Regenerate.
7008
70092007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7010
7011 * config.guess, config.sub: Updated from master source.
7012
70132007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7014
7015 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7016
70172007-01-29 Chong Yidong <cyd@stupidchicken.com>
7018
7019 * configure.in: Restore support for hp800's not running HP-UX.
7020
7021 * configure: Regenerate.
7022
70232007-01-27 Chong Yidong <cyd@stupidchicken.com>
7024
7025 * configure.in: Remove support for hp800 and sr2k machine types.
7026
7027 * configure: Regenerate.
7028
70292007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7030
7031 * configure.in: Add check for libXft.
7032
70332007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7034
7035 * INSTALL: Info files moved to share/info.
7036
70372007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7038
7039 * configure.in: Detect and use fink-installed in intel-based Mac
7040 builds; change Apple Darwin section to support both PowerPC and
7041 Intel-based Macs.
7042
70432006-12-26 Andreas Schwab <schwab@suse.de>
7044
7045 * Makefile.in (datarootdir): Define.
7046
70472006-12-24 Richard Stallman <rms@gnu.org>
7048
7049 * configure.in: Require Autoconf 2.61.
7050
70512006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7052
7053 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7054 Remove redundant entry for powerpc-apple-netbsd.
7055
7056 * configure: Regenerate.
7057
70582006-12-22 Chong Yidong <cyd@stupidchicken.com>
7059
7060 * configure: Regenerate with autoconf 2.61.
7061
70622006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7063
7064 * configure.in: Detect alsa/asoundlib.h also.
7065 * configure: Regenerate.
7066
70672006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7068
7069 * configure.in: Check if GTK+ compiles at all.
7070
70712006-12-10 Andreas Schwab <schwab@suse.de>
7072
7073 * configure.in: Remove check for struct timezone, its result is
7074 never used.
7075
70762006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7077
7078 * configure.in: Add support for Solaris 10 on x86-64.
7079
70802006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7081
7082 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7083 of PKG_CONFIG_PATH.
7084
70852006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7086
7087 * configure.in (HAVE_SYNC): New test.
7088
70892006-12-03 Glenn Morris <rgm@gnu.org>
7090
7091 * Makefile.in: Fix Copyright format.
7092
7093 * configure.in (AH_TOP): Add missing Copyright year.
7094
7095 * update-subdirs: Add missing Copyright years.
7096
70972006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7098
7099 * Makefile.in: Touch only the parts of the share/emacs directory
7100 specific to this version.
7101
71022006-11-26 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7105
71062006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7107
7108 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7109
71102006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7111
7112 * configure.in: Prefer X11 to Carbon only when some X-specific
7113 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7114
71152006-11-04 Romain Francoise <romain@orebokech.com>
7116
7117 * Makefile.in (bootstrap-clean-before): Fix typo.
7118 Use new target `bootstrap-clean' in the leim subdirectory.
7119
71202006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7121
7122 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7123
71242006-10-30 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7127 directories.
7128
71292006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7130
7131 * configure.in: Enable x86-64 OpenBSD compilation.
7132
71332006-10-28 Glenn Morris <rgm@gnu.org>
7134
7135 * AUTHORS: Add cal-html.el author.
7136
71372006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7138
7139 * make-dist: Make links to mac/make-package and
7140 mac/Emacs.app/Contents/Resources/Emacs.icns.
7141
71422006-10-27 Chong Yidong <cyd@stupidchicken.com>
7143
7144 * README: Bump version number to 22.0.90.
7145
71462006-10-23 Andreas Schwab <schwab@suse.de>
7147
7148 * configure.in: Make sure x_default_search_path is always set even
7149 when x_libraries is empty, and look in .../share as well for each
7150 library directory.
7151
71522006-09-28 Kenichi Handa <handa@m17n.org>
7153
7154 * configure.in (locallisppath): Don't include leim dir.
7155 (lisppath): Include leim dir.
7156
71572006-09-15 Jay Belanger <belanger@truman.edu>
7158
7159 * COPYING: Replace "Library Public License" by "Lesser Public
7160 License" throughout.
7161
71622006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7163
7164 * make-dist (EMACS): Exit and fail if the EMACS environment
7165 variable is set to something other than an absolute file name.
7166
71672006-08-16 Andreas Schwab <schwab@suse.de>
7168
7169 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7170 of hardcoding it.
7171
71722006-08-16 Richard Stallman <rms@gnu.org>
7173
7174 * INSTALL.CVS: Clean up wording.
7175
71762006-07-14 Eli Zaretskii <eliz@gnu.org>
7177
7178 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7179 $PKG_CONFIG --exists "$2" to config.log.
7180 * configure: Regenerate.
7181
1a71cb28 71822006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
7183
7184 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7185
71862006-07-09 Kim F. Storm <storm@cua.dk>
7187
7188 * CONTRIBUTE: Use outline format.
7189 Add section on copyright years (from admin/notes/years).
7190
71912006-07-08 Eli Zaretskii <eliz@gnu.org>
7192
7193 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7194 to /dev/null, since we don't need the error message, just the
7195 exit status.
7196
71972006-07-07 Eli Zaretskii <eliz@gnu.org>
7198
7199 * CONTRIBUTE: Slight formatting changes and typo fixes.
7200 Add description of NEWS markings.
7201
72022006-07-07 Kim F. Storm <storm@cua.dk>
7203
7204 * CONTRIBUTE: Mention INSTALL.CVS.
7205
72062006-07-05 Romain Francoise <romain@orebokech.com>
7207
7208 * make-dist (top-level): Add CONTRIBUTE.
7209
72102006-07-04 Richard Stallman <rms@gnu.org>
7211
7212 * CONTRIBUTE: Much rewrite.
7213
72142006-07-04 Nick Roberts <nickrob@snap.net.nz>
7215
7216 * CONTRIBUTE: New file.
7217
72182006-06-24 Eli Zaretskii <eliz@gnu.org>
7219
7220 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
7221
72222006-05-18 Jan Djärv <jan.h.d@swipnet.se>
7223
7224 * configure.in: Add check for ALSA.
7225
72262006-05-06 Eli Zaretskii <eliz@gnu.org>
7227
7228 * Makefile.in (INFO_FILES): Remove emacs-xtra.
7229
7230 * info/dir: Remove the Emacs-Xtra entry.
7231
72322006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
7233
7234 Update copyright year(s) in many files.
7235
72362006-04-01 Eli Zaretskii <eliz@gnu.org>
7237
7238 * configure: Regenerated.
7239
72402006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7241
7242 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
7243 --without-toolkit-scroll-bars was specified.
7244
72452006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7246
7247 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
7248 to CFLAGS. Update Copyright years written to src/config.in.
7249
72502006-03-18 Claudio Fontana <claudio@gnu.org>
7251
7252 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
7253 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
7254 to be installed/uninstalled.
7255 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
7256 to Info files installed by Emacs.
7257
72582006-03-03 Claudio Fontana <claudio@gnu.org>
7259
7260 * Makefile.in (install, uninstall): Add DESTDIR variable to
7261 support staged installations.
7262
72632006-02-14 Richard M. Stallman <rms@gnu.org>
7264
7265 * configure.in (s390x-*-linux-gnu*): New configuration.
7266
72672006-01-31 Jan Djärv <jan.h.d@swipnet.se>
7268
7269 * configure.in: Require GTK 2.4 or newer.
7270
72712006-01-29 Michael Olson <mwolson@gnu.org>
7272
7273 * Makefile.in (install-arch-indep, uninstall): Add ERC.
7274 * info/dir (ERC): New entry.
7275
72762006-01-29 Eli Zaretskii <eliz@gnu.org>
7277
7278 * info/dir: Fix last change.
7279
72802006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
7283
72842006-01-27 Eli Zaretskii <eliz@gnu.org>
7285
7286 * info/dir: Untabify the whole file.
7287 (Rcirc): New entry.
7288
72892006-01-12 Andreas Schwab <schwab@suse.de>
7290
7291 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
7292 check.
7293
72942006-01-02 Chong Yidong <cyd@stupidchicken.com>
7295
7296 * configure.in: Use -Wno-pointer-sign if available.
7297
72982005-12-29 Andreas Schwab <schwab@suse.de>
7299
7300 * config.guess, config.sub: Updated from master source.
7301
73022005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7303
7304 * configure.in: Use amdx86-64 for freebsd on x86_64.
7305
73062005-11-22 Romain Francoise <romain@orebokech.com>
7307
7308 * make-dist: Add etc/images/icons.
7309
73102005-11-03 Andreas Schwab <schwab@suse.de>
7311
7312 * configure.in: Use GZIP_PROG instead of GZIP.
7313
90eacf99 7314 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
7315 (install-arch-indep): Adjust.
7316
73172005-11-01 Andreas Schwab <schwab@suse.de>
7318
7319 * Makefile.in (bootstrap): Fix dependencies for parallel build.
7320 (bootfast): Likewise.
7321
73222005-11-01 Romain Francoise <romain@orebokech.com>
7323
7324 * configure.in: Check for gzip.
7325
7326 * Makefile.in (install): Compress source files.
7327
73282005-10-24 Steven Tamm <steventamm@mac.com>
7329
7330 * configure.in: Fix darwin386 configuration issue.
7331
73322005-10-22 Eli Zaretskii <eliz@gnu.org>
7333
7334 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
7335
73362005-10-17 Bill Wohler <wohler@newt.com>
7337
7338 * make-dist: Create and populate etc/images/low-color.
7339
73402005-10-15 Bill Wohler <wohler@newt.com>
7341
7342 * make-dist: Create and populate etc/images/gud.
7343
73442005-10-08 Richard M. Stallman <rms@gnu.org>
7345
7346 * make-dist (tempparent): Don't check for 14-char file name limit.
7347
73482005-10-07 Romain Francoise <romain@orebokech.com>
7349
7350 * make-dist: Add etc/images/ezimage and etc/images/mail
7351 directories. Install images in etc/images.
7352
73532005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7354
7355 * configure.in: Prefer Carbon if --enable-carbon-app or
7356 --with-carbon is explicitly specified even when X11 is detected.
7357
73582005-09-15 Ulf Jasper <ulf.jasper@web.de>
7359
7360 * Makefile.in (install-arch-indep, uninstall):
7361 Handle newsticker manual.
7362 (info): Add - to commands.
7363
73642005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
7365
7366 Remove the MAXPATHLEN limitations:
7367
7368 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
7369
73702005-09-09 Eli Zaretskii <eliz@gnu.org>
7371
7372 * configure.in <lynxsos*>: Support for LynxOS on PPC.
7373 * configure: Regenerate.
7374
73752005-09-05 Paul Eggert <eggert@cs.ucla.edu>
7376
7377 * config.guess, config.sub: Updated from master source.
7378
73792005-08-03 Juanma Barranquero <lekktu@gmail.com>
7380
7381 * .cvsignore: Add `lock'.
7382
73832005-07-28 Juanma Barranquero <lekktu@gmail.com>
7384
7385 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
7386
73872005-07-26 Paul Eggert <eggert@cs.ucla.edu>
7388
7389 Merge gnulib getopt implementation into Emacs.
7390
7391 * Makefile.in (AUTOCONF_INPUTS): New macro.
7392 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
7393 so that these files also depend on m4/getopt.m4.
7394 * configure.in: Configure getopt by including m4/getopt.m4,
7395 and configuring a getopt replacement if necessary.
7396 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
7397 * m4/getopt.m4: New file.
7398
73992005-07-06 Lute Kamstra <lute@gnu.org>
7400
7401 * configure.in: Fix capitalization.
7402
74032005-07-04 Lute Kamstra <lute@gnu.org>
7404
7405 Update FSF's address in GPL notices.
7406
74072005-06-19 Jérôme Marant <jerome@marant.org>
7408
7409 * Makefile.in (epaths-force): Protect both lisppath and
7410 buildlisppath from whitespace.
7411
74122005-06-08 Steven Tamm <steventamm@mac.com>
7413
090bd7cb 7414 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
7415
74162005-06-06 Jan Djärv <jan.h.d@swipnet.se>
7417
7418 * configure.in (HAVE_CANCELMENUTRACKING): New test.
7419
1a71cb28 74202005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
7421
7422 * configure.in: Add --enable-locallisppath.
7423
74242005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7425
7426 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
7427 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
7428 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
7429
74302005-05-07 Jérôme Marant <jerome@marant.org>
7431
7432 * make-dist: Remove references to makefile.nt and makefile.def.
7433 Include widgets and images subdirectories of etc. Do not exclude
7434 ldefs-boot.el.
7435
74362005-04-23 Andreas Schwab <schwab@suse.de>
7437
7438 * configure.in: Remove duplicate match for powerpc configuration.
7439
74402005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7441
7442 * configure.in: Check for <pwd.h>.
7443
74442005-04-14 Lute Kamstra <lute@gnu.org>
7445
7446 * make-dist: Distribute all ChangeLog files in lisp/.
7447 Don't distribute ldefs-boot.el.
7448 lisp/makefile.nt no longer exists.
7449
74502005-04-13 Lute Kamstra <lute@gnu.org>
7451
7452 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
7453 for "no-byte-compile: t" in the file instead.
7454
74552005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
7458 shadow the main Lesstif/Motif-2.1 libs and includes.
7459
74602005-03-10 Jan Djärv <jan.h.d@swipnet.se>
7461
7462 * configure.in: Only add XASSERTS to cppflags.
7463
74642005-03-04 Jan Djärv <jan.h.d@swipnet.se>
7465
7466 * configure.in: Added --enable-asserts.
7467
74682005-02-09 Kim F. Storm <storm@cua.dk>
7469
7470 Change release version from 21.4 to 22.1 throughout.
7471 Change development version from 21.3.50 to 22.0.50.
7472
74732005-01-19 Steven Tamm <steventamm@mac.com>
7474
7475 * configure.in: Check for <sys/utsname.h>.
7476
74772004-12-11 Kim F. Storm <storm@cua.dk>
7478
7479 * Makefile.in (info): Undo 2004-12-05 change.
7480
74812004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7482
7483 * info/dir (File): Add URL and Org Mode manuals.
7484 * Makefile.in (install-arch-indep, uninstall): Add url and org
7485 manuals.
7486
74872004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7490 committed to src/config.in.
7491
74922004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7493
7494 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7495 pthreads and define HAVE_GTK_AND_PTHREAD.
7496
74972004-12-05 Richard M. Stallman <rms@gnu.org>
7498
7499 * Makefile.in (info): Ignore errors building info files.
7500
75012004-11-27 Eli Zaretskii <eliz@gnu.org>
7502
7503 * config.bat: If 8-byte alignment is not supported, define
7504 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7505 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7506 filter through Sed to remove the quotes.
7507
75082004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7511 not apply to files explicitly `cvs add'ed.
7512
75132004-11-12 Eli Zaretskii <eliz@gnu.org>
7514
7515 * config.bat: Don't require djecho.exe for the v1.x build.
7516 Add a test for DECL_ALIGN support, and add a trivial definition to
7517 src/config.h if 8-byte alignment is not supported.
7518
75192004-11-08 Kim F. Storm <storm@cua.dk>
7520
7521 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7522 files before building.
7523 (bootfast, bootstrap-clean-before-fast): New targets, like
7524 bootstrap but don't remove .elc files.
7525
75262004-11-06 Lars Brinkhoff <lars@nocrew.org>
7527
7528 * configure.in: Add check for getrusage.
7529
75302004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7531
7532 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7533 New tests for new and old GTK file dialogs.
7534 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7535 to no.
7536
75372004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7538
7539 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7540 can be set. Remove SETARCH test.
7541
75422004-10-08 Steven Tamm <steventamm@mac.com>
7543
ed9265fc 7544 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
7545
75462004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7547
7548 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7549 AC_MSG_WARN. Move output of warning message to end of configure run.
7550
75512004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7552
7553 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7554 Run test to see if heap start address is random.
7555
75562004-09-29 Miles Bader <miles@gnu.org>
7557
7558 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7559 if setarch is present.
7560
75612004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7562
7563 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7564
75652004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7566
7567 * configure.in: Check for exec-shield.
7568
1a71cb28
GM
75692004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7570
7571 * Makefile.in (install-arch-indep): Add pgg and sieve.
7572
7573 * info/.cvsignore: Added pgg and sieve.
7574
067d23c9
KY
75752004-08-06 Andreas Schwab <schwab@suse.de>
7576
7577 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7578
75792004-07-31 Eli Zaretskii <eliz@gnu.org>
7580
7581 * config.bat: Update URLs in the comments.
7582
067d23c9
KY
75832004-07-05 Andreas Schwab <schwab@suse.de>
7584
7585 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7586
75872004-06-21 Kenichi Handa <handa@m17n.org>
7588
7589 * make-dist: Link leim-ext.el into tempdir.
7590
75912004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7592
7593 * info/dir (File): Add emacs-xtra.
7594 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7595
75962004-06-12 Juri Linkov <juri@jurta.org>
7597
7598 * info/dir: Move menu help lines from `* Menu:' to file header.
7599 Describe the purpose of a red *.
7600
76012004-05-04 Dave Love <fx@gnu.org>
7602
7603 * configure.in: Don't use `extrasub'.
7604
76052004-04-29 Dave Love <fx@gnu.org>
7606
7607 * configure.in: Don't forget to quote args to `test'.
7608
76092004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7610
7611 * autogen.sh: Update filename in "please read" message.
7612
76132004-04-17 Richard M. Stallman <rms@gnu.org>
7614
7615 * INSTALL: Move the info about site-lisp dirs,
7616 and say uninstalled Emacs looks there too.
7617
76182004-04-04 Eli Zaretskii <eliz@gnu.org>
7619
7620 * config.bat (lib-src): Recognize comment lines in Makefile.in
7621 that have a TAB after the #, to avoid errors in preprocessing with
7622 GCC 3.3.3.
7623
76242004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7625
7626 * Makefile.in: Mention in comment that `make maintainer-clean'
7627 deletes .elc files.
7628
76292004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * update-subdirs: Add local variables to prevent byte-compiling.
7632
76332004-03-21 Dave Love <fx@gnu.org>
7634
7635 * configure.in: Fix previous change.
7636
76372004-03-18 Dave Love <fx@gnu.org>
7638
7639 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7640
76412004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7642
7643 * info/dir (File): Add SMTP and SES.
7644
76452004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7646
7647 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7648 (bootstrap): Use the new bootstrap-prepare target in lisp.
7649
76502004-02-18 Kim F. Storm <storm@cua.dk>
7651
7652 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7653
76542004-02-16 Eli Zaretskii <eliz@gnu.org>
7655
7656 * make-dist: Don't link index.*perm and permute-index into tempdir.
7657
76582004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7659
7660 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7661 to match previous changes by Eli Zaretskii.
7662
76632004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7664
7665 * Makefile.in: Set CDPATH to an empty string.
7666
76672004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * configure.in <darwin>: Use fink packages if available.
7670
76712004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7672
7673 * make-dist (lispref): Do include lispref/index.texi.
7674
76752004-01-06 Eric Hanchrow <offby1@blarg.net>
7676
7677 * make-dist (tempdir): Include cursors in nt/icons.
7678
76792003-12-30 Eli Zaretskii <eliz@gnu.org>
7680
7681 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7682 clashes with install-sh on 8+3 filesystems.
7683
1a71cb28 76842003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
7685
7686 * .cvsignore: Add .arch-inventory.
7687
76882003-12-24 Andreas Schwab <schwab@suse.de>
7689
7690 * configure.in: Check for <sys/socket.h>. Include it before
7691 including <net/if.h>. Move check for <net/if.h> before its use.
7692
76932003-12-24 Jan Djärv <jan.h.d@swipnet.se>
7694
7695 * Makefile.in (install-arch-dep): Don't let cd output go into
7696 pipe for carbon_appdir.
7697
76982003-12-24 Andreas Schwab <schwab@suse.de>
7699
7700 * configure.in (PKG_CHECK_MODULES): Fix quoting.
7701
77022003-12-01 Andreas Schwab <schwab@suse.de>
7703
7704 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
7705 hardcoding gcc.
7706
77072003-11-16 Jan Djärv <jan.h.d@swipnet.se>
7708
7709 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
7710 multiple displays.
7711 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
7712
77132003-09-23 Dave Love <fx@gnu.org>
7714
7715 * configure.in: Check members of struct ifreq.
7716
77172003-09-14 Kim F. Storm <storm@cua.dk>
7718
7719 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7720
77212003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7722
7723 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7724
77252003-08-18 Lute Kamstra <lute@gnu.org>
7726
7727 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7728 required anymore.
7729
77302003-08-07 Andrew Choi <akochoi@shaw.ca>
7731
7732 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7733 option instead of -traditional-cpp for CPP.
7734
77352003-07-29 Richard M. Stallman <rms@gnu.org>
7736
7737 * configure.in (HAVE_XIM): Define if XIM is available.
7738
77392003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7740
7741 * configure.in: The function gtk_window_set_icon_from_file was
7742 introduced in GTK+ 2.2, so check for that release.
7743
77442003-07-23 Andreas Schwab <schwab@suse.de>
7745
7746 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7747
7748 * Makefile.in (YACC): Remove, not used.
7749 (MAINT): Don't set.
7750 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7751 disable dependency on ${srcdir}/configure.in when maintainer mode
7752 is disabled.
7753
77542003-07-22 Dave Love <fx@gnu.org>
7755
7756 * configure.in: Make XRegisterIMInstantiateCallback test depend on
7757 HAVE_X11, not with_xim.
7758 (HAVE_CRTIN): Provide template.
7759 <with_png>: Test for png.h and libpng/png.h.
7760
77612003-07-15 Andreas Schwab <schwab@suse.de>
7762
7763 * configure.in: Temporarily leave quoting for AC_DEFINE.
7764
77652003-07-13 Stefan Monnier <monnier@cs.yale.edu>
7766
7767 * configure.in: Check for posix_memalign.
7768
77692003-07-12 Richard M. Stallman <rms@gnu.org>
7770
7771 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
7772
77732003-07-09 Kim F. Storm <storm@cua.dk>
7774
7775 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
7776 functionality of --without-xim.
7777
77782003-06-29 Dave Love <fx@gnu.org>
7779
7780 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
7781
77822003-06-23 Dave Love <fx@gnu.org>
7783
7784 * configure.in: Check for sys/_mbstate_t.h.
7785 Test XRegisterIMInstantiateCallback prototype.
7786 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
7787
77882003-06-06 Dave Love <fx@gnu.org>
7789
7790 * configure.in: Check for locale.h.
7791
77922003-06-05 Dave Love <fx@gnu.org>
7793
7794 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
7795 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
7796 (NLIST_STRUCT): Don't define.
7797 (AH_BOTTOM): Define my_strftime.
7798
77992003-06-02 Richard M. Stallman <rms@gnu.org>
7800
7801 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
7802
78032003-05-24 Andreas Schwab <schwab@suse.de>
7804
7805 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
7806 bzero, and bcmp.
7807
78082003-05-22 Dave Love <fx@gnu.org>
7809
7810 * configure.in: Remove redundant test for term.h. Test for difftime.
7811
78122003-05-20 Dave Love <fx@gnu.org>
7813
7814 * configure.in: Append * to s390-*-linux-gnu case.
7815 (LIBMAIL) <lockfile>: Don't define.
7816
067d23c9
KY
78172003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7818
7819 * INSTALL (* GNU/Linux development packages): Mention Debian and
7820 RedHat package names.
7821
78222003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
7823
7824 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7825
78262003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7827
7828 * INSTALL (* GNU/Linux development packages): Tell people to
7829 install additional packages for compiling Emacs.
7830
1a71cb28
GM
78312003-04-30 Richard M. Stallman <rms@gnu.org>
7832
7833 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7834
78352003-04-28 Francesco Potortì <pot@gnu.org>
7836
7837 * configure.in: Undo last (RMS') change, as it is useless, per
7838 Dave Love.
7839
78402003-04-08 Richard M. Stallman <rms@gnu.org>
7841
7842 * configure.in: Put #include of jpeglib.h at start of line.
7843
067d23c9
KY
78442003-04-06 Francesco Potortì <pot@gnu.org>
7845
7846 * configure.in: Use the same configuration for all aix5, not just
7847 aix5.1.
7848
78492003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
7850
7851 * configure.in: Check for need for bigtoc support on IBM AIX for
7852 solving a linker table overflow problem.
7853
78542003-03-03 Rob Browning <rlb@defaultvalue.org>
7855
7856 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
7857 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
7858 over bzero, bcmp, and bcopy.
7859
78602003-02-23 Simon Josefsson <jas@extundo.com>
7861
7862 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7863
78642003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7865
7866 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7867
78682003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7869
7870 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7871
78722003-02-08 Andreas Schwab <schwab@suse.de>
7873
7874 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7875 instead of the substitution.
7876
78772003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7878
7879 * Makefile.in: Use @EXEEXT@ for Cygwin.
7880 Use USERNAME if LOGNAME is not set (for Cygwin).
7881
7882 * configure.in: Add opsys=cygwin.
7883
78842003-01-22 Andreas Schwab <schwab@suse.de>
7885
7886 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7887 redefining it explicitly in src/config.in.
7888
78892003-01-22 Markus Rost <rost@math.ohio-state.edu>
7890
7891 * Makefile.in (bootstrap): Make bootstrap-after.
7892
78932003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7894
7895 * configure.in: Fix --with-gtk.
7896
78972003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7898
090bd7cb 7899 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
7900
7901 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7902
79032003-01-14 Francesco Potortì <pot@gnu.org>
7904
7905 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7906
79072003-01-07 Steven Tamm <steventamm@mac.com>
7908
7909 * configure.in: New option, --enable-carbon-app, to specify
7910 that the application should be installed
7911 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 7912 Emacs.app application if carbon-app is enabled.
067d23c9
KY
7913
79142003-01-06 Dave Love <fx@gnu.org>
7915
7916 * configure.in: Check for nl_langinfo.
7917 [!HAVE_SIZE_T]: Fix typedef.
7918
79192003-01-06 David Kastrup <dak@gnu.org>
7920
7921 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7922
7923 * configure.in: Add tests for install-info.
7924
79252002-12-09 Markus Rost <rost@math.ohio-state.edu>
7926
7927 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7928 use again sol2-6 instead of sol2-8.
7929
79302002-12-09 Dave Love <fx@gnu.org>
7931
7932 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7933
79342002-12-08 Andreas Schwab <schwab@suse.de>
7935
7936 * Makefile.in (install-arch-indep): Revert last change.
7937
79382002-11-27 Dave Love <fx@gnu.org>
7939
7940 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7941 Check for __sys_siglist too. Check for memset.
7942 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7943
79442002-11-22 Juanma Barranquero <lektu@terra.es>
7945
7946 * config.guess, config.sub: Updated from master source.
7947
79482002-11-19 Karl Fogel <kfogel@red-bean.com>
7949
7950 * autogen.sh: New file.
7951
1a71cb28 79522002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
7953
7954 * configure.in: Tidy up various quoting issues throughout.
7955 Use AC_GNU_SOURCE.
7956 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7957 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7958 Maybe define bcopy, bzero, bcmp.
7959 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
7960 non-existent machine file).
7961 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
7962 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
7963 (nlist.h): Move test up.
7964
79652002-11-18 Markus Rost <rost@math.ohio-state.edu>
7966
7967 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
7968
79692002-11-14 Francesco Potortì <pot@gnu.org>
7970
7971 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
7972
79732002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7974
7975 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
7976
79772002-11-08 Dave Love <fx@gnu.org>
7978
7979 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
7980 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
7981
79822002-11-07 Miles Bader <miles@gnu.org>
7983
7984 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
7985 Handle separate-build-dir case.
7986
79872002-11-06 Richard M. Stallman <rms@gnu.org>
7988
7989 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
7990 bulletproof. $bar may be empty when there are no .elc files.
7991
79922002-10-30 Dave Love <fx@gnu.org>
7993
7994 * configure.in: Require autoconf 2.53. Test for pty.h,
7995 sys/mman.h, sys/param.h, mremap, memmove.
7996 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
7997 (AC_PROG_YACC): Delete.
7998 (size_t): Use AC_CHECK_TYPES.
7999 (AH_TOP): Up-date copyright.
8000
80012002-10-01 Juanma Barranquero <lektu@terra.es>
8002
8003 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8004
80052002-09-19 Richard M. Stallman <rms@gnu.org>
8006
8007 * configure.in: Fix the LessTif-directory-finder for real.
8008
80092002-09-14 Richard M. Stallman <rms@gnu.org>
8010
8011 * Makefile.in (maybe_bootstrap): Test for complete absence
8012 of compiled Lisp files.
8013
80142002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8015
8016 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8017 (bootstrap-clean-after): Delete.
8018 (bootstrap): Make the sequencing explicit.
8019
80202002-09-10 Richard M. Stallman <rms@gnu.org>
8021
8022 * configure.in: Fix previous LessTif change.
8023
80242002-09-09 Richard M. Stallman <rms@gnu.org>
8025
8026 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8027 (powerpcle-*-solaris*): Use version 2.6 as default.
8028 (*-sunos5.6*, *-solaris2.6*): New alternative.
8029 (*-sunos5*): Use version 2.6 as default.
8030
80312002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8032
8033 * configure.in: Fix typo.
8034
80352002-09-05 Richard M. Stallman <rms@gnu.org>
8036
8037 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8038
8039 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8040 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8041
80422002-08-26 Kim F. Storm <storm@cua.dk>
8043
8044 * Makefile.in (install-arch-indep): Do not remove DOC file
8045 when it is the only DOC file installed; this is the case when
8046 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8047
80482002-07-24 Markus Rost <rost@math.ohio-state.edu>
8049
8050 * configure.in: Fix typo.
8051
80522002-07-24 Richard M. Stallman <rms@gnu.org>
8053
8054 * configure.in: Don't print anything special about gamedir.
8055
8056 * configure.in: Delete nonstandard --with-game-user option.
8057
80582002-07-21 Richard M. Stallman <rms@gnu.org>
8059
8060 * Makefile.in (gamedir, localstatedir): New variables.
8061 (epaths-force): Insert value of gamedir into PATH_GAME.
8062
8063 * configure.in (gamedir): Handle it like lispdir.
8064 (--with-game-dir option): Delete.
8065
80662002-06-21 Pavel Janík <Pavel@Janik.cz>
8067
8068 * configure.in: Add support for mipseb-*-netbsd* machines.
8069
80702002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8071
8072 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8073
80742002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8075
8076 * info/dir (File): Add an entry for Tramp.
8077
80782002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8079
8080 * INSTALL-CVS: New file.
8081
80822002-06-07 Andreas Schwab <schwab@suse.de>
8083
8084 * configure.in (x86_64-*-linux-gnu*): New system.
8085
80862002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8087
8088 * config.bat: Handle the case when lispintro is truncated to lispintr.
8089
80902002-05-26 Paul Eggert <eggert@twinsun.com>
8091
8092 * config.guess, config.sub: Updated from master source.
8093
80942002-05-09 Richard M. Stallman <rms@gnu.org>
8095
8096 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8097
80982002-05-04 Pavel Janík <Pavel@Janik.cz>
8099
8100 * make-dist: Do not distribute lock/ directory.
8101
81022002-04-30 Andrew Choi <akochoi@shaw.ca>
8103
8104 * configure.in: Provide documentation string when defining
8105 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8106 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8107
1a71cb28 81082002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
8109
8110 * configure.in: Delete configure check for access to the game user.
8111
81122002-04-29 Pavel Janík <Pavel@Janik.cz>
8113
8114 * make-dist: lwlib/Imakefile is removed.
8115
81162002-04-26 Andrew Choi <akochoi@shaw.ca>
8117
8118 * configure.in: Add support for powerpc-apple-darwin*.
8119 (HAVE_CARBON): Add.
8120
8121 * make-dist: Create directories in mac/Emacs.app.
8122
81232002-04-25 Pavel Janík <Pavel@Janik.cz>
8124
8125 * make-dist: lwlib-Xol* are removed.
8126
81272002-04-23 Andreas Schwab <schwab@suse.de>
8128
8129 * Makefile.in (MAINT): New variable.
8130 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8131 instead of configure.in, to avoid running autoconf and autoheader
8132 unless explicitly requested.
8133
81342002-04-16 Eli Zaretskii <eliz@gnu.org>
8135
8136 * config.bat: Update for msdos/sed2v2.inp.
8137
81382002-04-15 Andreas Schwab <schwab@suse.de>
8139
8140 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8141 * configure.in: Add config header templates to all AC_DEFINE and
8142 AC_DEFINE_UNQUOTED symbols.
8143 * make-dist: Run autoheader if necessary.
8144
81452002-04-10 Colin Walters <walters@verbum.org>
8146
8147 * configure.in: Add --game-dir, --game-user. Test to see if we
8148 can use them.
8149
81502002-04-08 Pavel Janík <Pavel@Janik.cz>
8151
8152 * configure.in: Add --with-sound.
8153
81542002-03-18 Kim F. Storm <storm@cua.dk>
8155
8156 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8157 and getsockname functions. Test for sys/un.h include file.
8158
81592002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8160
8161 * configure.in: Support AIX 5.1.
8162
81632002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8164
8165 * configure.in: Added test for X Session Management (HAVE_X_SM).
8166
81672002-03-03 Richard M. Stallman <rms@gnu.org>
8168
8169 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8170 Run chown $${LOGNAME} on files installed by tar xvf.
8171
81722002-03-03 Kim F. Storm <storm@cua.dk>
8173
8174 * configure.in: Test for getpeername.
8175
81762002-03-01 Richard M. Stallman <rms@gnu.org>
8177
8178 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8179 (HAVE_GIF): Don't use old libungif versions that crash.
8180
81812002-02-26 Richard M. Stallman <rms@gnu.org>
8182
8183 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8184 not just well-formed and valid.
8185 (mips-compaq-nonstopux*): New configuration.
8186
81872002-02-18 Paul Eggert <eggert@twinsun.com>
8188
8189 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8190 "sed q" is a portable equivalent to plain "head -1".
8191
81922002-02-13 Richard M. Stallman <rms@gnu.org>
8193
8194 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8195 (all): Don't depend on maybe_bootstrap here.
8196 (${SUBDIR}): Depend on it here instead.
8197
81982002-02-08 Richard M. Stallman <rms@gnu.org>
8199
8200 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8201
82022002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8203
8204 * configure.in: Recognize BSD/OS 5.0.
8205
82062002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8207
8208 * make-dist: Make version checking in emacs.texi consistent with
8209 how we set it there.
8210
82112001-12-29 Kim F. Storm <storm@cua.dk>
8212
8213 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
8214
82152001-12-28 Richard M. Stallman <rms@gnu.org>
8216
8217 * configure.in: Test for mbsinit.
8218
82192001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8220
8221 These changes make Leim part of the standard distribution:
8222
8223 * README: Add info about the `leim' directory.
8224
8225 * INSTALL: Remove text that describes Leim as a separate package.
8226
8227 * noleim-Makefile.in: File removed.
8228
8229 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
8230 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
8231 Leim files out of the Emacs tree. Don't prepare a separate tarball
8232 for Leim.
8233
82342001-12-11 Richard M. Stallman <rms@gnu.org>
8235
8236 * configure.in (hppa*-*-linux-gnu*): New alternative.
8237
82382001-12-08 Pavel Janík <Pavel@Janik.cz>
8239
8240 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
8241 creating distribution.
8242
82432001-12-06 Paul Eggert <eggert@twinsun.com>
8244
8245 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
8246 (AC_FUNC_VFORK): Remove.
8247 (AC_FUNC_FORK): Add.
8248 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
8249 this is required by recent Autoconf versions.
8250
82512001-12-02 Pavel Janík <Pavel@Janik.cz>
8252
8253 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
8254 TODO, vms-pp.trans and others).
8255
82562001-11-29 Pavel Janík <Pavel@Janik.cz>
8257
8258 * make-dist: Use COPYING from the top-level directory.
8259
82602001-11-29 Gerd Moellmann <gerd@gnu.org>
8261
8262 * configure.in: Add support for FreeBSD/Alpha.
8263
82642001-11-29 Pavel Janík <Pavel@Janik.cz>
8265
8266 * make-dist: Add COPYING to the top-level directory of the
8267 distribution. Simplify the logic behind copying.
8268
8269 * Makefile.in (maybe_bootstrap): Fix previous change.
8270
82712001-11-28 Richard M. Stallman <rms@gnu.org>
8272
8273 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
8274
82752001-11-26 Richard M. Stallman <rms@gnu.org>
8276
8277 * Makefile.in: bootstrap should not delete dumped executables.
8278 (bootstrap-clean-before): New target.
8279 (bootstrap): Use bootstrap-clean-before instead of clean.
8280 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
8281
82822001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
8283
8284 These changes add the Emacs Lisp Introduction manual to the
8285 distribution:
8286
8287 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
8288
8289 * make-dist: Copy the files in lispintro directory.
8290
8291 * config.bat: Configure in the lispintro directory.
8292
8293 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
8294
8295 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
8296 (lispintro/Makefile): New target.
8297 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
8298 (unlock, relock, info, dvi): Ditto.
8299
83002001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8301
8302 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
8303
8304 * make-dist (etc): Don't distribute gfdl.1.
8305
83062001-11-22 Colin Walters <walters@debian.org>
8307
8308 * Makefile.in (install-arch-indep): Install the calc .info files.
8309 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
8310
83112001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8312
8313 * make-dist (lispref): Add *.txt, *.el, permute-index, and
8314 tindex.pl to the list of those being put into the distribution.
8315
83162001-11-16 Eli Zaretskii <eliz@gnu.org>
8317
8318 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
8319
83202001-11-15 Pavel Janík <Pavel@Janik.cz>
8321
8322 * Makefile.in (uninstall): Fix previous change.
8323
8324 * configure.in, Makefile.in: Add support for --program-prefix,
8325 --program-suffix and --program-transform-name options.
8326
83272001-11-13 Pavel Janík <Pavel@Janik.cz>
8328
8329 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
8330 (install-arch-indep): Install emacsclient manual page.
8331 (uninstall): Uninstall emacsclient manual page.
8332
83332001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
8334
8335 * make-dist: Add lispref/index.*perm files to the distribution.
8336 From Pavel Janík <Pavel@Janik.cz>.
8337
83382001-11-12 Pavel Janík <Pavel@Janik.cz>
8339
8340 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
8341
83422001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8343
8344 * configure.in: AC_OUTPUT lispref/Makefile.
8345
83462001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8347
8348 The following changes add the ELisp reference manual to the
8349 distribution.
8350
8351 * make-dist: Add the lispref directory to the distribution.
8352
8353 * Makefile.in (install-arch-indep): Add elisp* to the list of
8354 installed Info files.
8355 (SUBDIR_MAKEFILES): Add lispref/Makefile.
8356 (lispref/Makefile): New target.
8357 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
8358 Add commands for the lispref directory.
8359 (info, dvi): Ditto.
8360
8361 * config.bat: Configure in `lispref'.
8362
83632001-11-09 Richard M. Stallman <rms@gnu.org>
8364
8365 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
8366
83672001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8368
8369 * make-dist (tempdir): Copy AUTHORS as well.
8370
83712001-11-06 Sam Steingold <sds@gnu.org>
8372
8373 * configure.in: Added a check for <nlist.h>.
8374
83752001-11-01 Pavel Janík <Pavel@Janik.cz>
8376
8377 * configure.in: Reindent --help output.
8378 From Per Starbäck (starback@ling.uu.se).
8379
83802001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8381
8382 * configure.in: New entry for HP/UX-11.
8383
8384 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
8385 From Eric S. Raymond <esr@golux.thyrsus.com>.
8386
83872001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8388
8389 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
8390 <athornton@sinenomine.net>.
8391
83922001-10-25 Gerd Moellmann <gerd@gnu.org>
8393
8394 * Makefile.in (maybe_bootstrap): New target.
8395 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
8396
83972001-10-24 Ken Raeburn <raeburn@gnu.org>
8398
8399 * configure.in: If --with-hesiod is given, look for
8400 hes_getmailhost and res_send or __res_send; check hesiod and
8401 resolv libraries respectively if system libraries don't supply them.
8402
84032001-10-24 Gerd Moellmann <gerd@gnu.org>
8404
8405 * configure.in: Use $MAKE for `make' if set.
8406
84072001-10-22 Gerd Moellmann <gerd@gnu.org>
8408
8409 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
8410 to tar options.
8411
84122001-10-20 Gerd Moellmann <gerd@gnu.org>
8413
8414 * (Version 21.1 released).
8415
84162001-10-20 Miles Bader <miles@gnu.org>
8417
8418 * configure.in (configuration): Set from `host' if `host_alias'
8419 isn't defined.
8420
84212001-10-19 Andreas Schwab <schwab@suse.de>
8422
8423 * configure.in: Make ready for autoconf 2.5x.
8424 (AC_PREREQ): Require autoconf 2.50.
8425 * aclocal.m4: Removed.
8426 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
8427
84282001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8429
8430 * README: Bump Emacs version to 21.1.50.
8431
84322001-10-05 Gerd Moellmann <gerd@gnu.org>
8433
8434 * Branch for 21.1.
8435
84362001-09-05 Gerd Moellmann <gerd@gnu.org>
8437
8438 * configure.in: Avoid `$@' which is handled specially in
8439 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
8440
84412001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
8442
8443 * make-dist (nt): Add subdirs.el to the list of distributed files.
8444
84452001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
8446
8447 * configure.in (machine): Add an entry for
8448 hppa1.1-hitachi-hiuxwe2*.
8449
84502001-05-28 Gerd Moellmann <gerd@gnu.org>
8451
8452 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
8453 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
8454
84552001-05-14 Gerd Moellmann <gerd@gnu.org>
8456
8457 * make-dist: Copy texinfo.tex unconditionally.
8458
84592001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8460
8461 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
8462 that are installed.
8463
84642001-04-06 Gerd Moellmann <gerd@gnu.org>
8465
8466 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
8467 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
8468
8469 * make-dist: Handle leim/MISC-DIC. Only include
8470 `[a-zA-Z]*.{el,elc}' from leim/quail.
8471
84722001-04-05 Gerd Moellmann <gerd@gnu.org>
8473
8474 * Makefile.in (install-arch-indep): Remove .cvsignore files.
8475
84762001-03-30 Gerd Moellmann <gerd@gnu.org>
8477
8478 * Makefile.in (.PHONY): Add for bootstrap targets.
8479 (bootstrap-clean): New target.
8480 (bootstrap): Use it instead of `clean'.
8481
84822001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8483
8484 * Makefile.in (SUBDIR): Remove leim.
8485 (all, .RECURSIVE, extraclean): Add leim explicitly.
8486 (leim): Provide separate rule which exports PARALLEL=0 into the
8487 environment.
8488
84892001-03-20 Gerd Moellmann <gerd@gnu.org>
8490
8491 * configure.in (HAVE_XPM): Don't print the result of the check for
8492 XpmReturnAllocPixels if we don't have an xpm.h.
8493
84942001-03-05 Gerd Moellmann <gerd@gnu.org>
8495
8496 * COPYING: New file.
8497
84982001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8499
8500 * config.bat: Update the copyright.
8501
85022001-02-23 Kenichi Handa <handa@etl.go.jp>
8503
8504 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8505 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8506 to `yes'. Later in AC_OUTPUT, check this variable.
8507
85082001-02-09 Dave Love <fx@gnu.org>
8509
8510 * AUTHORS: Updated.
8511
85122001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8513
8514 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8515
85162001-02-02 Gerd Moellmann <gerd@gnu.org>
8517
8518 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8519
8520 * Makefile.in (uninstall): Ignore exit code of `rm'.
8521
90eacf99
SM
8522 * Makefile.in (uninstall): Remove more info files.
8523 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
8524
85252001-01-31 Gerd Moellmann <gerd@gnu.org>
8526
8527 * noleim-Makefile.in (extraclean): Add.
8528
85292001-01-28 Gerd Moellmann <gerd@gnu.org>
8530
90eacf99 8531 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
8532 it quiet.
8533
85342001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8535
8536 * Makefile.in (tags): Fix typo.
8537
85382001-01-13 Kenichi Handa <handa@etl.go.jp>
8539
8540 * configure.in: Fix typo in the code setting x_search_path.
8541
85422001-01-10 Dave Love <fx@gnu.org>
8543
8544 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8545 -lXext.
8546 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8547 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8548 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8549 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8550 (now in $LIBS).
8551
85522001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8553
8554 * config.bat: Run the preprocessor with -traditional.
8555
85562001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8557
8558 * INSTALL: Move copying conditions to end of file.
8559
85602000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8561
8562 * INSTALL: Add basic installation procedure which assumes
8563 `configure' does its job. Elaborate on image support libraries.
8564 Add a pointer to Xaw3d library. Add advice about solving
8565 configure-time problems by looking in config.log and setting
8566 variables in the environment.
8567
85682000-12-27 Gerd Moellmann <gerd@gnu.org>
8569
8570 * Makefile.in (install-arch-indep): If tar fails, exit with
8571 exit code 1.
8572
85732000-12-19 Gerd Moellmann <gerd@gnu.org>
8574
8575 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8576 source file includes XKBlib.h. On some broken Solaris systems,
8577 there is an XKBlib.h, reportedly, but header files included by
8578 XKBlib.h are missing.
8579
85802000-12-14 Gerd Moellmann <gerd@gnu.org>
8581
8582 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8583
85842000-12-11 Dave Love <fx@gnu.org>
8585
8586 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8587
85882000-12-11 Paul Eggert <eggert@twinsun.com>
8589
8590 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8591 Merge fixes from latest GNU tar version. These macros no longer
8592 futz with _XOPEN_SOURCE, as that was not portable in practice.
8593 (AC_FUNC_FSEEKO): New macro.
8594
8595 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8596 ftello.
8597
85982000-12-05 Dave Love <fx@gnu.org>
8599
8600 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8601
86022000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * info/dir: Change the category to "Emacs".
8605
86062000-12-01 Gerd Moellmann <gerd@gnu.org>
8607
8608 * make-dist (tempdir): Remove epaths.h from the distribution
8609 instead of paths.h.
8610
86112000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8612
8613 * config.bat: Check for existence of djecho.exe, and print an
8614 error message if it is not available.
8615
8616 * INSTALL: Describe possible problem with djecho.exe in old
8617 versions of DJGPP v2.x.
8618
86192000-11-23 Gerd Moellmann <gerd@gnu.org>
8620
8621 * configure.in: Initialize HAVE_LIBXP to no.
8622
86232000-11-22 Gerd Moellmann <gerd@gnu.org>
8624
8625 * configure.in: Use m/macppc.h instead of the non-existent
8626 m/powerpc.h.
8627
86282000-11-21 Gerd Moellmann <gerd@gnu.org>
8629
8630 * Makefile.in (install-arch-indep): Also install info/eshell*
8631 and info/speedbar*.
8632
8633 * configure.in (HAVE_PNG): Check for the presence of
8634 png_get_channels to rule out older PNG libs.
8635
8636 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8637 GCC and NON_GNU_CPP into config.status.
8638
86392000-11-20 Dave Love <fx@gnu.org>
8640
8641 * configure.in: Fix last change.
8642
8643 * GETTING.GNU.SOFTWARE: Deleted.
8644 * FTP: New file to replace it.
8645 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8646
86472000-11-20 Gerd Moellmann <gerd@gnu.org>
8648
8649 * configure.in: Use -traditional with GNU cpp.
8650
86512000-11-17 Gerd Moellmann <gerd@gnu.org>
8652
8653 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8654 Distribute more files from the nt/ subdir. Distribute PBM
8655 image files from subdirs of lisp/. Distribute old change logs
8656 from subdirs of lisp/. Distribute play/5x5.el.
8657
86582000-11-11 Dave Love <fx@gnu.org>
8659
8660 * config.sub, config.guess: Updated from master source.
8661
86622000-11-07 Dave Love <fx@gnu.org>
8663
8664 * configure.in: Test for mkstemp.
8665
86662000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8667
8668 * info/dir (Top): Rearrange menu items more logically, and put
8669 them into a single category. Add menu items for RefTeX and
8670 Widget.
8671
86722000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8673
8674 * Makefile.in (install-arch-indep): Use --info-dir instead of
8675 --dir-file, and a simple argument instead of --info-file, so that
8676 the Debian version of install-info also works.
8677
86782000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8679
8680 * info/dir (Speedbar): Add entry.
8681
86822000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8683
8684 * INSTALL: Describe the new image-support options to the configure
8685 script. List URLs where image support libraries can be found.
8686
86872000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
8688
8689 * info/dir (Top): Add an entry for Eshell.
8690
86912000-10-02 Dave Love <fx@gnu.org>
8692
8693 * configure.in: Check for gai_strerror.
8694
86952000-10-01 Andreas Schwab <schwab@suse.de>
8696
8697 * Makefile.in (install-arch-indep): Update list of installed info files.
8698
86992000-09-30 Gerd Moellmann <gerd@gnu.org>
8700
8701 * configure.in: Support `sparc*-*-netbsd*'.
8702
87032000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
8704
8705 * info/dir (MIME): Add entry for emacs-mime.
8706
87072000-09-29 Dave Love <fx@gnu.org>
8708
8709 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
8710
87112000-09-26 Gerd Moellmann <gerd@gnu.org>
8712
8713 * make-dist: Adapt to the change of leim/Makefile which was
8714 necessary to ensure a reasonably working `make dist'.
8715
8716 * leim-Makefile.in: Moved to leim/Makefile.in..
8717
8718 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
8719
87202000-09-21 Kenichi Handa <handa@etl.go.jp>
8721
8722 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8723 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8724 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8725 files to .elc.
90eacf99 8726 (${TIT}): Adjust for the above change.
067d23c9
KY
8727 (clean mostlyclean): Likewise.
8728 (.el.elc): New target.
8729
87302000-09-19 Gerd Moellmann <gerd@gnu.org>
8731
8732 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8733 in the distribution.
8734
87352000-09-18 Gerd Moellmann <gerd@gnu.org>
8736
8737 * make-dist (skk): Rename to `ja-dic' because the leim directory
8738 was renamed.
8739
87402000-09-14 Dave Love <fx@gnu.org>
8741
8742 * configure.in: Fix spurion in last change.
8743
87442000-09-14 Gerd Moellmann <gerd@gnu.org>
8745
8746 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8747 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8748 to `no' if defined. Change result report.
8749
87502000-09-08 Dave Love <fx@gnu.org>
8751
8752 * configure.in: Remove spurious `@'s.
8753
8754 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
8755 autoconf.
8756
87572000-09-06 Gerd Moellmann <gerd@gnu.org>
8758
8759 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
8760 file and print informational message.
8761
8762 * configure.in (AC_FUNC_MMAP): Add.
8763
87642000-09-01 Gerd Moellmann <gerd@gnu.org>
8765
8766 * configure.in: Add ``checking'' messages for
8767 XpmReturnAllocPixels.
8768
87692000-08-28 Gerd Moellmann <gerd@gnu.org>
8770
8771 * configure.in: Check <strings.h>; check `index' and `rindex'
8772 functions.
8773
87742000-08-26 Kenichi Handa <handa@etl.go.jp>
8775
8776 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
8777 "case "${canonical}" in".
8778
87792000-08-25 Dave Love <fx@gnu.org>
8780
8781 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
8782
87832000-08-25 Kenichi Handa <handa@etl.go.jp>
8784
8785 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
8786
87872000-08-24 Gerd Moellmann <gerd@gnu.org>
8788
8789 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
8790 contains a relative path. Protect against unusable values of $PWD.
8791
87922000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8793
8794 * info/dir (WoMan): Add entry.
8795
8796 * config.bat (maindir): Update src/_gdbinit even if it does
8797 already exist.
8798
87992000-08-07 Gerd Moellmann <gerd@gnu.org>
8800
8801 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
8802
88032000-08-03 Gerd Moellmann <gerd@gnu.org>
8804
8805 * configure.in: Add support for ia64*-*-linux*.
8806
88072000-07-27 Gerd Moellmann <gerd@gnu.org>
8808
8809 * make-dist (aclocal.m4): Include in distribution.
8810
88112000-07-26 Dave Love <fx@gnu.org>
8812
90eacf99 8813 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
8814
88152000-07-24 Dave Love <fx@gnu.org>
8816
8817 * configure.in: Add AC_SIZE_T.
8818
88192000-07-18 Dave Love <fx@gnu.org>
8820
8821 * configure.in: Reorder so that most tests are done after CPPFLAGS
8822 is set from the C_SWITCH_... definitions.
8823
88242000-07-10 Gerd Moellmann <gerd@gnu.org>
8825
8826 * configure.in (HAVE_XPM): Undo previous change. Check for
8827 preprocessor define XpmReturnAllocPixels.
8828
88292000-07-06 Gerd Moellmann <gerd@gnu.org>
8830
8831 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
8832 instead of XpmReadFileToPixmap.
8833
88342000-07-05 Ken Raeburn <raeburn@gnu.org>
8835
8836 * configure.in: Check for <soundcard.h>. Look for ossaudio
8837 library, and set LIBSOUND accordingly.
8838
88392000-07-05 Dave Love <fx@gnu.org>
8840
8841 * configure.in: Use AC_HEADER_SYS_WAIT.
8842
88432000-07-05 Gerd Moellmann <gerd@gnu.org>
8844
8845 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
8846 lisp/Makefile. Distribute lisp/Makefile.in instead of
8847 lisp/Makefile.
8848
88492000-06-30 Ken Raeburn <raeburn@gnu.org>
8850
8851 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
8852 while searching for image-handling libraries.
8853
88542000-06-26 Gerd Moellmann <gerd@gnu.org>
8855
8856 * configure.in (--with-xim): New option.
8857
88582000-06-23 Dave Love <fx@gnu.org>
8859
8860 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
8861 for struct timezone and test how we can call gettimeofday.
8862 Check for OSF 5+. Check for term.h.
8863
8864 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8865 version.
8866
88672000-06-23 Gerd Moellmann <gerd@gnu.org>
8868
8869 * configure.in (HAVE_LIBXP): Change test for libXp.
8870
88712000-06-21 Dave Love <fx@gnu.org>
8872
8873 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8874 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8875 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8876
88772000-06-19 Dave Love <fx@gnu.org>
8878
8879 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8880 _XOPEN_SOURCE is defined.
8881
88822000-06-16 Gerd Moellmann <gerd@gnu.org>
8883
8884 * Makefile.in (distclean): Also make distclean in lisp/.
8885
88862000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8887
8888 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8889
88902000-06-15 Gerd Moellmann <gerd@gnu.org>
8891
8892 * make-dist: Add --help and --snapshot options.
8893
88942000-06-14 Gerd Moellmann <gerd@gnu.org>
8895
8896 * configure.in: Generate lisp/Makefile.
8897
8898 * configure.in: Add support for `*-lynxos*'.
8899 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8900 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8901 on Tru64 UNIX v5.0.
8902
89032000-06-13 Ken Raeburn <raeburn@gnu.org>
8904
8905 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8906 it's on a continuation line.
8907
89082000-06-02 Dave Love <fx@gnu.org>
8909
8910 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8911 files.
8912
8913 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8914 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8915 test.
8916
8917 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8918 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8919
89202000-05-26 Gerd Moellmann <gerd@gnu.org>
8921
8922 * configure.in: Add check for speed_t typedef.
8923
89242000-05-25 Ken Raeburn <raeburn@gnu.org>
8925
8926 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8927 exists; it won't in the CANNOT_DUMP case.
8928
89292000-05-25 Gerd Moellmann <gerd@gnu.org>
8930
8931 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8932 On FreeBSD, the exit status is 1 if CDPATH is not set.
8933 (install-arch-indep): Install ebrowse.info.
8934
89352000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8936
8937 * configure.in: Check for grandpt and getpt.
8938
89392000-05-09 Dave Love <fx@gnu.org>
8940
8941 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8942
89432000-05-05 Gerd Moellmann <gerd@gnu.org>
8944
8945 * make-dist: Make a link for lib-src/grep-changelog.
8946 Copy install-sh.
8947
89482000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8949
8950 * config.bat: Identify the beginning of the cpp stuff in
8951 src/Makefile.in and lib-src/Makefile.in more accurately.
8952
89532000-04-27 Gerd Moellmann <gerd@gnu.org>
8954
8955 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8956
89572000-04-19 Gerd Moellmann <gerd@gnu.org>
8958
8959 * configure.in: Add support for `powerpc-*-netbsd*'.
8960
89612000-04-19 Dave Love <fx@gnu.org>
8962
8963 * configure.in: Don't use AC_FUNC_GETLOADAVG.
8964
8965 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
8966
89672000-04-16 Dave Love <fx@gnu.org>
8968
8969 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
8970
89712000-04-14 Dave Love <fx@gnu.org>
8972
8973 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
8974
8975 * aclocal.m4 (AC_FUNC_MKTIME): New.
8976
89772000-03-28 Ken Raeburn <raeburn@gnu.org>
8978
8979 * configure.in: Line up "--help" output a little better.
8980
89812000-03-26 Gerd Moellmann <gerd@gnu.org>
8982
8983 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
8984 New targets.
90eacf99
SM
8985 (bootstrap): Rewritten in terms of the new targets above.
8986 Make info files, too.
067d23c9
KY
8987
89882000-03-12 Gerd Moellmann <gerd@gnu.org>
8989
8990 * config.guess, config.sub: Use the versions of the files from
8991 subversions.
8992
89932000-03-08 Dave Love <fx@gnu.org>
8994
8995 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
8996 AC_C_VOLATILE. Define POINTER_TYPE.
8997
8998 * aclocal.m4: New file.
8999
90002000-03-02 Gerd Moellmann <gerd@gnu.org>
9001
9002 * configure.in (machine): Add `mipsel-*-netbsd*' and
9003 `arm-*-netbsd*'.
9004
90052000-03-01 Gerd Moellmann <gerd@gnu.org>
9006
9007 * configure.in (machine): Add support for `*-auspex-sunos*'.
9008
90092000-02-29 Gerd Moellmann <gerd@gnu.org>
9010
9011 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9012
90132000-02-18 Dave Love <fx@gnu.org>
9014
9015 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9016
90172000-02-18 Andreas Schwab <schwab@suse.de>
9018
9019 * Makefile.in (install-arch-indep): Add eudc to list of installed
9020 info files.
9021
90222000-02-17 Ken Raeburn <raeburn@gnu.org>
9023
9024 * configure.in: Include -lz and -ljpeg (if it's available) when
9025 testing for the tiff library.
9026
90272000-02-17 Gerd Moellmann <gerd@gnu.org>
9028
9029 * configure.in: Remove LISP_FLOAT_TYPE.
9030
90312000-02-12 Dave Love <fx@gnu.org>
9032
9033 * configure.in: Use AC_FUNC_VFORK.
9034
90352000-02-01 Gerd Moellmann <gerd@gnu.org>
9036
9037 * make-dist: Various fixes for new development tree.
9038
9039 * leim-Makefile.in: New file.
9040
90412000-01-31 Gerd Moellmann <gerd@gnu.org>
9042
9043 * Makefile.in (dist): Call ./make-dist.
9044
90452000-01-24 Dave Love <fx@gnu.org>
9046
9047 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9048
90492000-01-18 Gerd Moellmann <gerd@gnu.org>
9050
9051 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9052 DGifOpenFileName.
9053
90542000-01-11 Andreas Schwab <schwab@suse.de>
9055
9056 * Makefile.in (install-arch-indep): Update list of info files to
9057 be installed.
9058
90592000-01-05 Dave Love <fx@gnu.org>
9060
9061 * configure.in: Check for jerror.h as well as libjpeg.
9062
90632000-01-03 Andreas Schwab <schwab@suse.de>
9064
90eacf99
SM
9065 * Makefile.in (install-arch-indep): Install autotype*.
9066 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
9067
90681999-12-04 Dave Love <fx@gnu.org>
9069
9070 * Makefile.in (install-arch-indep): Depend on `info'.
9071 (install-strip): Use `install' as sub-make target.
9072
90731999-11-23 Ken Raeburn <raeburn@gnu.org>
9074
9075 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9076 didn't need to be deleted. Check for the k5crypto library as well
9077 as the crypto library; MIT Kerberos 1.1 changed the name.
9078
90791999-11-18 Dave Love <fx@gnu.org>
9080
9081 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9082
90831999-11-11 Erik Naggum <erik@naggum.no>
9084
9085 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9086
90871999-11-08 Dave Love <fx@gnu.org>
9088
9089 * configure.in: Fix change for --with-pop default.
9090
90911999-11-04 Dave Love <fx@gnu.org>
9092
9093 * configure.in: Default to --with-pop. Change sense of with-gcc
9094 and with-toolkit-scroll-bars messages to reflect the defaults.
9095
90961999-11-01 Gerd Moellmann <gerd@gnu.org>
9097
9098 * INSTALL: Mention the Emacs Lisp Reference.
9099
91001999-10-27 Noah Friedman <friedman@splode.com>
9101
9102 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9103
91041999-10-23 Gerd Moellmann <gerd@gnu.org>
9105
9106 * Makefile.in (bootstrap): New target.
9107
91081999-10-19 Paul Eggert <eggert@twinsun.com>
9109
9110 Add support for large files. Merge glibc 2.1.2.
9111
9112 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9113 (HAVE_TM_GMTOFF): New symbol.
9114 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9115 mbrlen, strsignal.
9116 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9117
91181999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9119
9120 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9121 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9122
91231999-10-09 Richard M. Stallman <rms@gnu.org>
9124
9125 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9126 Unset CDPATH to prevent cd from generating output.
9127
91281999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9129
9130 * update-subdirs: Also ignore CVS subdirs.
9131
91321999-10-07 Gerd Moellmann <gerd@gnu.org>
9133
9134 * Makefile.in (install-arch-indep): Add ada-mode.
9135
91361999-10-06 Dave Love <fx@gnu.org>
9137
9138 * Makefile.in: Add rules for config.status, configure.
9139
91401999-09-07 Gerd Moellmann <gerd@gnu.org>
9141
90eacf99 9142 * configure.in (--with-sound): Remove.
067d23c9
KY
9143
91441999-08-30 Gerd Moellmann <gerd@gnu.org>
9145
9146 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9147 the test for Xaw3d.
9148 (HAVE_TIFF): Add -lm to library check.
9149
91501999-08-28 Richard Stallman <rms@gnu.org>
9151
9152 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9153 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9154 after the other X-related libraries.
9155
91561999-08-21 Dave Love <fx@gnu.org>
9157
9158 * configure.in: Don't check for jpeglib.h.
9159
91601999-08-20 Gerd Moellmann <gerd@gnu.org>
9161
9162 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9163 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9164
91651999-08-18 Dave Love <fx@gnu.org>
9166
9167 * configure.in: Check for termcap.h.
9168
91691999-08-15 Gerd Moellmann <gerd@gnu.org>
9170
9171 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9172 use Emacs' scroll bars, even if configured for Motif or when
9173 Xaw3d is available.
9174
91751999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9176
9177 * configure.in: Check for getaddrinfo.
9178
91791999-08-04 Eli Zaretskii <eliz@gnu.org>
9180
9181 * config.bat: Make --no-debug work again by removing -gcoff.
9182
91831999-07-30 Dave Love <fx@gnu.org>
9184
9185 * configure.in: Check for stdlib.h.
9186
91871999-07-19 Dave Love <fx@gnu.org>
9188
9189 * configure.in: Grok sparc64-*-linux-gnu*.
9190
91911999-07-12 Richard Stallman <rms@gnu.org>
9192
9193 * Version 20.4 released.
9194
91951999-06-23 Karl Heuer <kwzh@gnu.org>
9196
9197 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9198 Quote $EMACS, in case it's a program with args.
9199
92001999-06-15 Gerd Moellmann <gerd@gnu.org>
9201
9202 * configure.in (HAVE_GIF): Use libungif instead of libgif
9203 because the former doesn't contain patented compression code.
9204
92051999-05-29 Richard M. Stallman <rms@gnu.org>
9206
9207 * configure.in: Delete the Kerberos stuff.
9208
92091999-05-27 Greg Hudson <ghudson@mit.edu>
9210
9211 * configure.in: Prefer kerberos 5 names.
9212
92131999-04-26 Richard M. Stallman <rms@gnu.org>
9214
9215 * configure.in: Check for libXp.
9216
92171999-04-08 Richard Stallman <rms@gnu.org>
9218
9219 * make-dist: Include change logs in subdirs of `lisp'.
9220
92211999-04-05 Richard Stallman <rms@gnu.org>
9222
9223 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
9224 (install-arch-indep): Make ${datadir}/emacs world-readable.
9225
92261999-03-30 Eli Zaretskii <eliz@gnu.org>
9227
9228 * config.bat: Use epaths.* instead of paths.*.
9229
92301999-03-07 Eli Zaretskii <eliz@gnu.org>
9231
9232 * INSTALL: Add detailed instructions to unpack and install
9233 intlfonts on MS-DOS.
9234
92351999-02-26 Richard Stallman <rms@gnu.org>
9236
9237 * configure.in: Use epaths.h and epaths-force instead of paths...
9238
90eacf99 9239 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
9240 operate on epaths.in and produce epaths.h.
9241
92421999-02-24 Richard Stallman <rms@gnu.org>
9243
9244 * make-dist: Fix nt/icons directory handling.
9245
92461999-02-22 Simon Josefsson <jas@pdc.kth.se>
9247
9248 * configure.in (f301-fujitsu-uxpv4.1): New target.
9249
92501999-02-20 Richard Stallman <rms@gnu.org>
9251
9252 * make-dist (tempparent): Fix command to update info files.
9253
92541999-02-09 Richard Stallman <rms@gnu.org>
9255
9256 * configure.in (powerpc-apple-netbsd*): New alternative.
9257
92581999-01-25 Geoff Voelker <voelker@cs.washington.edu>
9259
9260 * make-dist: Include the new directory nt/icons in distributions.
9261
92621999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9263
9264 * configure.in: Change message about HAVE_XFREE386.
9265
92661999-01-07 Eli Zaretskii <eliz@gnu.org>
9267
9268 * config.bat: Support configuring with leim.
9269
92701998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
9271
9272 * configure.in (mips-sgi-irix6.5): New target.
9273
92741998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9275
9276 * configure.in: Remove GSS-API support, since it has been removed
9277 from movemail.
9278
92791998-12-04 Markus Rost <rost@delysid.gnu.org>
9280
9281 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9282
92831998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
9284
9285 * Makefile.in: Don't install customize info file.
9286 Run install-info on viper info file.
9287
92881998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9289
9290 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9291
92921998-11-16 Kenichi Handa <handa@etl.go.jp>
9293
9294 * configure.in (*-*-bsdi4*): New target.
9295
92961998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
9297
9298 * configure.in: Fix previous change.
9299
93001998-11-11 Richard Stallman <rms@gnu.org>
9301
9302 * configure.in (aviion-intel): New machine.
9303
93041998-11-04 Kenichi Handa <handa@etl.go.jp>
9305
9306 * configure.in (mips-nec-sysv4*): New target.
9307
93081998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9309
9310 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
9311 from lisp.
9312
93131998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9314
9315 * make-dist: Don't include fns*.el in dist.
9316
93171998-10-30 Dave Love <fx@gnu.org>
9318
9319 * configure.in: Don't mkdir cpp.
9320
93211998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9322
9323 * Makefile.in (install-arch-dep): Install src/fns-*.el in
9324 ${archlibdir}.
9325
93261998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9327
9328 * Version 20.3 released.
9329
93301998-07-30 Paul Eggert <eggert@twinsun.com>
9331
9332 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
9333 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
9334 (lwlib/Makefile, leim/Makefile):
9335 Prepend $(srcdir)/ to rule dependencies outside this dir.
9336
93371998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9338
9339 * configure.in: Use unset CDPATH instead of making it empty.
9340
93411998-06-20 Karl Heuer <kwzh@gnu.org>
9342
9343 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
9344
93451998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9346
9347 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
9348 and default.el. Sort the results.
9349
93501998-05-31 Karl Heuer <kwzh@gnu.org>
9351
9352 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
9353 writable.
9354
93551998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9356
9357 * Makefile.in (install-arch-indep):
9358 Don't alter site-lisp/subdirs.el if it exists.
9359
93601998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9361
9362 * Makefile.in (install-arch-indep): Put `-' on commands to create
9363 subdirs.el in site-lisp dirs.
9364
93651998-05-07 Richard Stallman <rms@psilocin.gnu.org>
9366
9367 * Makefile.in (install-arch-indep): Fix typo in previous change.
9368
93691998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9370
9371 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
9372
93731998-04-28 Richard Stallman <rms@psilocin.gnu.org>
9374
9375 * Makefile.in (mkdir): Create the site-lisp dirs.
9376 (install-arch-indep): Make site-lisp/subdirs files world-readable.
9377
93781998-04-26 Richard Stallman <rms@psilocin.gnu.org>
9379
9380 * Makefile.in (INSTALL_INFO): New variable.
9381 (install-arch-indep): Don't replace the dir file if it already exists.
9382 Use the install-info program, via INSTALL_INFO, to add entries.
9383 Make the `info' subdir and the Info files world-readable.
9384
93851998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
9386
9387 * config.bat: Make sure the environment is large enough to support
9388 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
9389
93901998-04-10 Karl Heuer <kwzh@gnu.org>
9391
9392 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
9393
93941998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9395
9396 * configure.in: Add --with-gssapi to specify GSS-API
9397 authentication support for movemail.
9398
93991998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9400
9401 * Makefile.in (install-arch-indep): Fix previous change.
9402
94031998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9404
9405 * Makefile.in (info): Run man in build dir, not srcdir.
9406
94071998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9408
9409 * Makefile.in (install-arch-indep): Fix previous change.
9410
94111998-03-23 Kenichi Handa <handa@etl.go.jp>
9412
9413 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
9414
94151998-03-22 Richard Stallman <rms@gnu.org>
9416
9417 * Makefile.in (install-arch-indep): Put special subdirs.el files
9418 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
9419
94201998-03-21 Richard Stallman <rms@psilocin.gnu.org>
9421
9422 * make-dist: Fix shell syntax in check for missing .el or .elc files.
9423
94241998-03-09 Richard Stallman <rms@psilocin.gnu.org>
9425
9426 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
9427 (m68*-hp-hpux*): Handle versions 1X like 10.
9428
94291998-03-07 Richard Stallman <rms@psilocin.gnu.org>
9430
9431 * make-dist: PROBLEMS is now in etc, not top level dir.
9432
9433 * Makefile.in (SOURCES): Delete PROBLEMS.
9434
94351998-02-25 Richard Stallman <rms@gnu.org>
9436
9437 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
9438
9439 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
9440
94411998-01-17 Richard Stallman <rms@gnu.org>
9442
9443 * Makefile.in (install-arch-indep): Add semicolon before `else'.
9444
94451998-01-02 Richard Stallman <rms@psilocin.gnu.org>
9446
9447 * make-dist (tempparent): New option --no-check.
9448
9449 * make-dist: Don't do anything with cpp directory.
9450
94511997-12-20 Richard Stallman <rms@psilocin.gnu.org>
9452
9453 * configure.in (sparc-fujitsu-sysv4*): New target.
9454
94551997-12-17 Andreas Schwab <schwab@gnu.org>
9456
9457 * configure.in: Cache more tests. Add missing quotes around
9458 message with embedded comma.
9459
94601997-12-04 Karl Heuer <kwzh@gnu.org>
9461
9462 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
9463
94641997-11-26 Joel N. Weber II <devnull@gnu.org>
9465
9466 * make-dist: Changed the comment about `umask 0' to say `Don't
9467 restrict access to any files.'; previously it said `Don't protect
9468 any files', which may have implied that we think fascism is good.
9469
94701997-11-24 Paul Eggert <eggert@twinsun.com>
9471
9472 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
9473 strftime needs the underlying host's strftime for locale dependent
9474 formats.
9475
94761997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
9477
9478 * configure.in (i586-dg-dguxR4.*): New name in case branch.
9479
94801997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9481
9482 * config.bat: Configure the man subdirectory.
9483
94841997-11-07 Paul Eggert <eggert@twinsun.com>
9485
9486 * configure.in (AC_CHECK_LIB): Add -lintl.
9487
94881997-11-07 Karl Heuer <kwzh@gnu.org>
9489
9490 * make-dist (check for .elc files): Avoid bash-specific syntax.
9491 (check for overflow 14-char limit): Simplify.
9492
94931997-11-07 Richard Stallman <rms@gnu.org>
9494
9495 * Makefile.in (install): Move blessmail last.
9496
94971997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9498
9499 * configure.in (gettimeofday, one arg or two):
9500 Clarify messages by avoiding double negative.
9501
95021997-09-30 Karl Eichwalder <ke@suse.de>
9503
9504 * Makefile.in (install-arch-indep): Install the widget info file.
9505
95061997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9507
9508 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9509 libraries in reverse order, so that libraries will appear in the
9510 correct dependency order on the link line (and so that the
9511 configure checks themselves will work properly when early
9512 libraries depend on later ones).
9513
95141997-09-21 Erik Naggum <erik@naggum.no>
9515
9516 * make-dist (making links to `src'): Keep timestamp on copied files.
9517
9518 * make-delta: New script to produce delta distributions.
9519
95201997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9521
9522 * Version 20.2 released.
9523
95241997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9525
9526 * Version 20.1 released.
9527
9528 * Makefile.in (install-leim): Depend on mkdir.
9529 (leim): Depend on src.
9530
95311997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9532
9533 * configure.in: Recognize alpha* instead of just alpha.
9534
95351997-09-12 Paul Eggert <eggert@twinsun.com>
9536
9537 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9538
95391997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9540
9541 * update-subdirs: Use rm -f.
9542
95431997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9544
9545 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9546 Ignore subdirs named Old.
9547
95481997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9549
9550 * configure.in: Add OpenBSD clause to set $machine.
9551
95521997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9553
9554 * make-dist: Recompile everything after updating various Lisp files.
9555 Recompile in leim as well as lisp.
9556 Check in leim as well as lisp for mismatched files and too-long names.
9557
95581997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9559
9560 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9561
95621997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9563
9564 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9565 before trying to copy anything from it.
9566
95671997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9568
9569 * Makefile.in (man/Makefile): New target.
9570 (tags): Define env var EMACS and run Makefile from build dir.
9571
95721997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9573
9574 * config.bat: If src/_gdbinit doesn't exist, try using
9575 src/.gdbinit to create it (for building on Windows 95).
9576
95771997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9578
9579 * Makefile.in (install-arch-indep):
9580 Discard extra data in tar | tar pipes.
9581
95821997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9583
90eacf99
SM
9584 * configure.in (x_default_search_path):
9585 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
9586
95871997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9588
9589 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9590
95911997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9592
9593 * configure.in: Support auto-configuration of both Kerberos V4 and
9594 Kerberos V5 for movemail, including detection of V4 and V5 header
9595 files and libraries.
9596
95971997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9598
9599 * configure.in: Compute x_default_search_path
9600 and substitute into makefiles.
9601
9602 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9603
96041997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9605
9606 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9607
96081997-08-07 Erik Naggum <erik@naggum.no>
9609
9610 * configure.in: Remove lockdir, it is no longer needed.
9611 * Makefile.in (mkdir): Don't create lockdir.
9612 (lockdir): Variable deleted.
9613 (paths-force): Don't operate on PATH_LOCK.
9614
96151997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9616
9617 * leim-Makefile.in (clean, distclean): New targets.
9618
9619 * make-dist: Include leim/ChangeLog in leim distribution.
9620
96211997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9622
9623 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9624
96251997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9626
9627 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9628
96291997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9630
9631 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9632
96331997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9634
9635 * make-dist: Update leim/leim-list.el.
9636 Pass along value of $EMACS when updating lisp dir.
9637
96381997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9639
9640 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9641 prerequisite to the use of Doug Lea's malloc.
9642
96431997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9644
9645 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9646
9647 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9648
96491997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9650
9651 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9652
96531997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9654
9655 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9656 to news-r6.h.
9657
96581997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9659
9660 * config.bat: Use `sed' instead of `cp', which might not be
9661 installed.
9662
96631997-07-09 Kenichi Handa <handa@etl.go.jp>
9664
9665 * Makefile.in (mostlyclean): Add cleaning leim directory.
9666 (clean, distclean, maintainer-clean): Likewise.
9667
96681997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9669
9670 * make-dist (bogosities): Check subdirs of `lisp' also.
9671
96721997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9673
9674 * make-dist (etc): Really avoid symlinks now.
9675 (lisp): Don't delete from subdirs the things we never copy.
9676
96771997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9678
9679 * Makefile.in (install-arch-indep): Correct the target name.
9680 The first letter `i' was dropped by the previous change of mine.
9681
96821997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9683
9684 * configure.in (leim/Makefile): Generate this.
9685 (*-sysv4.2uw*): Recognize new alternative.
9686
9687 * leim-Makefile.in: Renamed from leim-Makefile.
9688
9689 * make-dist: Set up real-leim subdirectory,
9690 with the real contents of leim; then move it to
9691 a separate top-level directory.
9692
9693 * make-dist: Don't mention site-lisp, site-init, site-start
9694 or default, when listing files hat are not compiled and should be.
9695
9696 * configure.in: Create src/config.stamp at the end.
9697
96981997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9699
9700 * Makefile.in (install-leim): Correct previous change.
9701
97021997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9703
9704 * Makefile.in (install-leim): New target.
9705 (install): Depend on install-leim.
9706
97071997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9708
9709 * Makefile.in (SUBDIR): Add leim.
9710 (SUBDIR_MAKEFILES): Add leim/Makefile.
9711 (leim/Makefile): New target.
9712
97131997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9714
9715 * leim-Makefile: New file.
9716 * make-dist: Initialize a `leim' subdirectory with that makefile.
9717
97181997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9719
9720 * configure.in (GNU_MALLOC_reason): Fix message text.
9721
97221997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9723
9724 * make-dist (lisp): Don't process subdirs that start with =.
9725 (etc): Copy symlinks, as in src.
9726
97271997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9728
9729 * configure.in (i*86-*-unixware*): New alternative.
9730
97311997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9732
9733 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9734 and touch it explicitly.
9735
9736 * configure.in (mips-sony-newsos6*): New alternative.
9737 (mips-*-linux-gnu*): New alternative.
9738 (*-*-bsdi*): New alternative.
9739 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9740
97411997-06-22 Dave Love <d.love@dl.ac.uk>
9742
9743 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9744 (src/config.h): New target to re-configure if src/config.in is patched.
9745
97461997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9747
9748 * configure.in (shutdown): Check for `shutdown' function.
9749
97501997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9751
9752 * update-subdirs: Include the directory "language" in subdirs.
9753
97541997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9755
9756 * configure.in (m88k-dg-dgux4*): New alternative.
9757 (alpha-*-netbsd*): New alternative.
9758 (powerpcle-*-solaris2*): New alternative.
9759
97601997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9761
9762 * make-dist: Warn about .el files that are not compiled.
9763
97641997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9765
9766 * Makefile.in (dist): Don't run update-subdirs here,
9767 since make-dist now gets that done.
9768
9769 * make-dist: Use the new `updates' target in lisp/Makefile.
9770
9771 * make-dist: Use new non-file targets in lisp/Makefile.
9772
97731997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9774
9775 * make-dist: Handle all subdirs of `lisp' uniformly.
9776 Don't handle `term' and `language' specially.
9777 Clear out umask at the beginning.
9778
97791997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9780
9781 * make-dist: Use Make to update finder-inf.el and autoloads.
9782 Also update cus-load.el.
9783
97841997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9785
9786 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
9787 in case it is desirable to disable the GNU malloc features with glibc.
9788
97891997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9790
9791 * configure.in (DOUG_LEA_MALLOC):
9792 Define if malloc_{get,set}_state exist.
9793
97941997-03-05 Kenichi Handa <handa@etl.go.jp>
9795
9796 * make-dist: Make links for files under lisp/language.
9797
97981997-02-20 Kenichi Handa <handa@etl.go.jp>
9799
9800 * update-subdirs: Exclude the directory "language" from subdirs.
9801
98021997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
9803
9804 * configure.in: Check for rint and cbrt.
9805
98061997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9807
9808 * make-dist: Use $EMACS to say where to run Emacs.
9809 Add --no-update option.
9810
98111996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9812
9813 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
9814
98151996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9816
9817 * make-dist (copying src): Check thoroughly for symlinks
9818 and copy them in all cases. Regularize the linking of *.in
9819 and *.opt and ChangeLog files.
9820 (copying lib-src): Likewise.
9821 Don't rm getdate.c or y.tab.*--they don't exist any more.
9822
98231996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
9824
9825 * configure.in: Check for libmail, maillock.h and
9826 touchlock (for movemail).
9827
98281996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9829
9830 * configure.in (limits.h): Check for this file.
9831
98321996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9833
9834 * configure.in (rs6000-ibm-aix4.2): New alternative.
9835 (rs6000-ibm-aix4.0): New alternative.
9836 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
9837
98381996-11-22 Ben Harris <bjh21@cam.ac.uk>
9839
9840 * configure.in: Recognize vax-*-netbsd*.
9841
98421996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9843
9844 * configure.in (locallisppath): Add leim directory.
9845
98461996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9847
9848 * config.bat: Make sure `mv' supports forward slashes and -f.
9849
98501996-10-28 Christian Limpach <chris@nice.ch>
9851
9852 * configure.in (hppa*-next-nextstep*): * added after hppa
9853 to accept hppa1.0 and hppa1.1.
9854
98551996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
9856
9857 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
9858 * configure.in (ld_switch_machine): Fix typo.
9859
98601996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9861
9862 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9863 from config.h and use them in $ac_link.
9864
98651996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9866
9867 * configure.in: Create a subdir named `lisp'.
9868
98691996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9870
9871 * configure.in: Check for getcwd.
9872
98731996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9874
9875 * configure.in: Check for termios.h. Check for setpgid.
9876
98771996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9878
9879 * configure.in: Check for setrlimit.
9880
98811996-08-31 Paul Eggert <eggert@twinsun.com>
9882
9883 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9884
98851996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9886
9887 * configure.in: Check for utimes.
9888
9889 * configure.in: Check for com_err library, but only
9890 if --with-kerberos was used. Check for krb and des
9891 only if --with-kerberos.
9892
98931996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9894
9895 * Makefile.in (INSTALL_STRIP): New variable.
9896 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9897 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9898
98991996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9900
9901 * configure.in: Check for krb and des libraries.
9902
99031996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9904
9905 * configure.in (*-sunos4.1.[3-9]*noshare):
9906 Use sunos413, not sunos4-1-3.
9907 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9908 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9909
99101996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9911
9912 * Makefile.in (src/paths.h): Target deleted.
9913 (paths-force): Delete all dependencies on this target
9914 but don't delete the target.
9915 (install): Depend on `all'.
9916 (paths-force): Don't print a message.
9917
9918 * configure.in: Generate src/paths.h here.
9919
99201996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9921
9922 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9923 New variables that affect linking only.
9924 (alpha-dec-osf*): Use those instead of previous change.
9925
99261996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9927
9928 * Makefile.in (install-arch-indep): Install info/messages.
9929
99301996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9931
9932 * Version 19.33 released.
9933
99341996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9935
9936 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9937 Fix previous change.
9938
99391996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9940
9941 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9942 New alternative.
9943
99441996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9945
9946 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9947 and NON_GCC_TEST_OPTIONS.
9948
99491996-08-06 Paul Eggert <eggert@twinsun.com>
9950
9951 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9952 "TZ=..." in environ.
9953
99541996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9955
9956 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9957
99581996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9959
9960 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
9961 the more general *-sunos4.1.[3-9]* clause.
9962
99631996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9964
9965 * Version 19.32 released.
9966
9967 * configure.in (*-sco3.2v5*):
9968 Set OVERRIDE_CPPFLAG to a string of one space.
9969 Fix the code that uses OVERRIDE_CPPFLAG.
9970
99711996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
9972
9973 * configure.in: Undo previous change.
9974
99751996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9976
9977 * config.sub: Use `pc', not `unknown', when canonicalizing
9978 the vendor for ...86.
9979
99801996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
9981
9982 * configure.in: Check for termios.h header.
9983
99841996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
9985
9986 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
9987
99881996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
9989
9990 * configure.in: Split bsdos2 and bsdos2-1.
9991
99921996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
9993
9994 * config.sub: If last two words are not a recognized
9995 KERNEL-OS pair, use just the last word as OS, as in 19.31.
9996 Make conversion of gnu/linux to linux-gnu really work.
9997
9998 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
9999
100001996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10001
10002 * configure.in (check for using Lucid widgets by default):
10003 Eliminate indentation that confuses some compilers.
10004
100051996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10006
10007 * config.sub: Convert linux and gnu/linux to linux-gnu.
10008
10009 * make-dist: Don't update getdate.c.
10010 Ignore =... files when checking for too-long Lisp file names.
10011
100121996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10013
10014 * configure.in (euidaccess): Check for that, not for eaccess.
10015
100161996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10017
10018 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10019 before `noshare'.
10020 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10021
100221996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10023
10024 * configure.in: Rename lignux to linux-gnu in configuration names.
10025 Use gnu-linux as the opsys value (s/ file name).
10026 Allow i686 just like i386, i486, i586.
10027
100281996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10029
10030 * configure.in (i*86-*-sco3.2v5): New alternative.
10031 (OVERRIDE_CPPFLAG): New variable.
10032 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10033
10034 * configure.in: Specify vpath for .texi files.
10035
100361996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10037
10038 * configure.in: Always check for HAVE_X11R5.
10039 Separately decide whether to use a toolkit by default.
10040
100411996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10042
10043 * configure.in: If X11R5 is missing the Xaw headers,
10044 default to --with-x-toolkit=no.
10045
100461996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10047
10048 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10049
100501996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10051
10052 * Makefile.in (install-arch-indep): If cd etc makes output,
10053 don't treat that as part of the tar data.
10054 Check that ./lisp actually exists.
10055
100561996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10057
10058 * make-dist: Check for long file names.
10059
100601996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10061
10062 * Version 19.31 released.
10063
100641996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10065
10066 * configure.in: Recognize sparc-*-lignux.
10067
100681996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10069
10070 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10071 Don't include config.w95.
10072
100731996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10074
10075 * make-dist: Replace --no-clean-up and --no-tar options
10076 with --clean-up and --tar, so that the default is useful.
10077
100781996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10079
10080 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10081 if not, tell the user to rename it and abort.
10082
100831996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10084
10085 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10086 test program.
10087
100881996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10089
10090 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10091
10092 * make-dist (MANIFEST): Fix previous change.
10093 (msdos): Put mainmake.v2 into the dist.
10094
100951996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10096
10097 * make-dist: Exit if autoconf fails.
10098
100991996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10100
10101 * config.bat: Set djgpp-ver, and unset it at the end.
10102 Add a number of conditionals for DJGPP version 2.
10103 Rename label libsrc2 to libsrc3.
10104 Substitute for LDFLAGS in src/Makefile.
10105 Substitute for ALL_CFLAGS in lib-src/Makefile.
10106
101071996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10108
10109 * configure.in (ncurses): Check this after checking fns like strerror.
10110
101111996-04-08 Erik Naggum <erik@naggum.no>
10112
10113 * make-dist (MANIFEST): Don't include lines from =files.
10114
101151996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10116
10117 * make-dist: Don't put lisp/dired.todo in the dist.
10118
101191996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10120
10121 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10122
10123 * configure.in (setlocale): Check for it.
10124
10125 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10126
101271996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10128
10129 * configure.in: Use lignux instead of linux as value of opsys.
10130
101311996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10132
10133 * Makefile.in (install-strip): Fix whitespace.
10134 Get rid of continuation.
10135
10136 * config.sub: Convert linux or gnu/linux to lignux.
10137
101381996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10139
10140 * configure.in: Accept lignux in configuration name.
10141
101421996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10143
10144 * Makefile.in (install-strip): New target.
10145
101461996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10147
10148 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10149 -f failed to do the job on Suns.
10150
101511996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10152
10153 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10154
10155 * configure.in (linux/version.h): Check for this header.
10156
101571996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10158
10159 * configure.in: Remove -fno-builtin hackery from -lm check.
10160
101611996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10162
10163 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10164 just this test.
10165
10166 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10167
101681996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10169
10170 * configure.in: Check for ncurses.
10171
101721996-02-28 Paul Eggert <eggert@twinsun.com>
10173
10174 * configure.in (LOCALTIME_CACHE):
10175 Also define if localtime mishandles unsetting TZ.
10176 This works around a localtime bug in mips-dec-ultrix.
10177
101781996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10179
10180 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10181
10182 * configure.in: Improve messages about X versions.
10183
101841996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10185
10186 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10187
101881996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10189
10190 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10191 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10192
10193 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10194 (install): Put install-arch-indep before install-arch-dep.
10195
101961996-02-20 Dave Love <d.love@dl.ac.uk>
10197
10198 * INSTALL: Clarify info about MS-DOS path handling.
10199
102001996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10201
10202 * Makefile.in (install-arch-indep): Install info/ccmode*.
10203 In previous change, protect against /bin/pwd returning null string.
10204
102051996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10206
10207 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
10208 to lispdir.
10209
102101996-02-01 Paul Eggert <eggert@twinsun.com>
10211
10212 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
10213
102141996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10215
10216 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
10217
102181996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10219
10220 * Makefile.in (extraclean): Use ${top_distclean} to ensure
10221 we delete everything distclean deletes.
10222
102231996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
10224
10225 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
10226
102271996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10228
10229 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
10230 into LDFLAGS instead of into LIBS.
10231
102321996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10233
10234 * configure.in (HAVE_XMU): Fix typo in previous change.
10235
102361996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10237
10238 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
10239
102401996-01-10 Erik Naggum <erik@naggum.no>
10241
10242 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
10243
102441996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
10245
10246 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
10247
102481996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10249
10250 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
10251 and use -lXt to link it.
10252
102531996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10254
10255 * configure.in (locallisppath): Put version-specific dir first.
10256
102571996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10258
10259 * configure.in (hppa-*-nextstep*): New alternative.
10260 (USE_X_TOOLKIT): By default, set this to "maybe";
10261 and change that later to LUCID or "no" according to X11 version.
10262
10263 * make-dist: Recompile outdated .elc files and update all autoloads.
10264
102651996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10266
10267 * configure.in (locallisppath): Fix typo in last change: " -> '.
10268
102691996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10270
10271 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
10272
102731995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10274
10275 * Makefile.in (install-arch-indep): Give all files read permission.
10276
102771995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10278
10279 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
10280 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
10281
102821995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10283
10284 * configure.in: Determine HAVE_X11R6.
90eacf99 10285 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
10286
102871995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10288
10289 * configure.in: Just "solaris" now defaults to version 2.4.
10290 Add sunos4.1.n-noshare as alternative.
10291
102921995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10293
10294 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
10295
102961995-11-29 Erik Naggum <erik@naggum.no>
10297
10298 * Makefile.in (install-arch-indep): Add missing backslash.
10299
103001995-11-29 Karl Eichwalder <ke@ke.Central.DE>
10301
10302 * Makefile.in (install-arch-indep): Don't install
10303 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
10304
103051995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10306
10307 * Makefile.in (install-arch-indep): Fix previous change.
10308
10309 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
10310
103111995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10312
10313 * Version 19.30 released.
10314
10315 * make-dist (lisp): Exclude subdirs.el.
10316
103171995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10318
10319 * make-dist (etc): Delete *.orig and *.rej.
10320
103211995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10322
10323 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
10324
103251995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10326
10327 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
10328
103291995-11-14 Geoff Voelker <voelker@cs.washington.edu>
10330
10331 * make-dist (nt): Rename install, readme, and todo to
10332 INSTALL, README, and TODO.
10333
103341995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10335
10336 * make-dist (lisp): Don't distribute site-start.
10337
103381995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
10339
10340 * make-dist: Break the hard link on alloca.c.
10341
103421995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10343
10344 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
10345
103461995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10347
10348 * make-dist (src, lib-src): Don't distribute Makefile.c.
10349 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
10350
103511995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10352
10353 * Makefile.in (mkdir): Create man1dir, not mandir.
10354 (uninstall): Use man1dir, not mandir.
10355
103561995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10357
10358 * Makefile.in (man1dir): New variable.
10359 (install-arch-indep): Use man1dir.
10360
10361 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
10362
10363 * make-dist: Create lisp/MANIFEST.
10364
103651995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10366
10367 * configure.in (m68k-*-linux*): New alternative.
10368
103691995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10370
10371 * make-dist: Use new names config.in, paths.in, and
10372 {src,lib-src}/Makefile.in.
10373
103741995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10375
10376 * configure.in: Don't bother checking for drem.
10377
103781995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10379
10380 * Makefile.in (distclean): Delete line with just a tab in it.
10381 (install-arch-indep): Delete spaces that precede tabs.
10382 Delete spurious `fi' left from previous change.
10383 (install): Supply `true' as command, to avoid null command.
10384
103851995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10386
10387 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
10388
103891995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10390
ed9265fc 10391 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
10392
103931995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
10394
10395 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
10396 of paths.h.tmp$$, to avoid going beyond 14 characters.
10397
103981995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10399
10400 * configure.in: Improve error msg for invalid --with-x-toolkit value.
10401
104021995-09-06 Paul Eggert <eggert@twinsun.com>
10403
10404 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
10405 if localtime caches TZ. Check for tzset.
10406
104071995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10408
10409 * config.bat: Simplify using new names file names src/makefile.in,
10410 config.in, paths.in. Change Echo commands not to use `.
10411
104121995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10413
10414 * Makefile.in (install-arch-indep): Always install the new dir file;
10415 rename the previous dir file to dir.bak or dir.old.
10416
104171995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10418
10419 * configure.in (RANLIB): Substitute this into makefiles.
10420 Set it specially on solaris; set it by default on other systems.
10421
10422 * configure.in: Fix previous Alpha change.
10423
104241995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10425
10426 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
10427 NON_GCC_TEST_OPTIONS.
10428
104291995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10430
10431 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
10432 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
10433
10434 * configure.in (alpha-*-linux*): New configuration.
10435
104361995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10437
10438 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
10439 (m68k-next-nextstep*): New alias for that.
10440 (i*86-*-nextstep*): Use nextstep.h.
10441 (sparc-*-nextstep*): New configuration.
10442
104431995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10444
10445 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
10446 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
10447
104481995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10449
10450 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
10451 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
10452
104531995-07-18 Mike Long <mike.long@analog.com>
10454
10455 * make-dist: Fix update of finder-inf.el, and byte-compile it.
10456
104571995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10458
10459 * Makefile.in (src/paths.h, paths-force):
10460 Rename src/paths.h.in to src/paths.in.
10461 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
10462
10463 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
10464 Use Makefile.c for intermediate file.
10465 Rename src/config.h.in to src/config.in.
10466
104671995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
10468
10469 * configure.in (mips-dec-ultrix*): Assume version 4.3.
10470 (mips-dec-ultrix4.[12]): New alternative for old versions.
10471
104721995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10473
10474 * make-dist: Don't break intra-tree links.
10475
104761995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10477
90eacf99
SM
10478 * configure.in: Put back archlibdir initialization.
10479 Require autoconf 2.4.1 or later.
067d23c9
KY
10480
104811995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10482
10483 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10484 (mips-mips-riscos5*): New alternative.
10485
104861995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10487
10488 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10489
104901995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10491
10492 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10493 (mandir, infodir, archlibdir): Initializations deleted.
10494
10495 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10496 On hpux9shr, use hpux9shxr4.h.
10497
104981995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10499
10500 * configure.in: Added target mips-dec-mach_bsd4.3.
10501 * config.guess: Guess mips-dec-mach_bsd4.3.
10502
105031995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10504
10505 * Makefile.in (mkdir): Use symbolic chmod.
10506
105071995-06-22 Paul Eggert <eggert@twinsun.com>
10508
10509 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10510 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10511
105121995-06-22 Paul Eggert <eggert@twinsun.com>
10513
10514 * Makefile.in (SUBDIR_MAKEFILES):
10515 Add man/Makefile, so `make distclean' removes it.
10516 (top_distclean): Add config.log to the list of files to be removed.
10517
105181995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10519
10520 * Version 19.29 released.
10521
105221995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10523
10524 * configure.in: Fix the previous change to verify that the -b
10525 option really solves the problem.
10526
10527 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10528
105291995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10530
10531 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10532
105331995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10534
10535 * configure.in: Report more clearly when there is no special
10536 dir to search for X includes or libraries.
10537
105381995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10539
10540 * configure.in: Check for -lpthreads, not -lpthread.
10541
105421995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10543
10544 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10545
105461995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10547
10548 * configure.in: Check for -lpthread.
10549
105501995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10551
10552 * Makefile.in (install-arch-indep): Install info files for mh-e.
10553 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10554
105551995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10556
10557 * configure.in (*-solaris2.5): New configuration.
10558
10559 * make-dist: Copy new files config.nt and config.w95.
10560
105611995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10562
10563 * configure.in: Use x_includes, not x_libraries, for -I.
10564 Make bitmapdir a colon-separated list.
10565
105661995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10567
10568 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10569
10570 * configure.in: Allow x_libraries and x_includes to be paths.
10571
105721995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10573
10574 * configure.in: Fix typo.
10575
105761995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10577
10578 * INSTALL: Clarify use of site-init.el.
10579
105801995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10581
10582 * configure.in: Pass arg to sqrt.
10583
105841995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10585
10586 * make-dist: Fix May 6 change.
10587
105881995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10589
10590 * vpath.sed: Delete reference to ymakefile.
10591
105921995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10593
10594 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10595
105961995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10597
10598 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10599
10600 * update-subdirs: Specify /bin/sh to run the script.
10601
106021995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10603
10604 * make-dist: Put src/makefile.nt in dist.
10605
10606 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 10607 (vax-dec-bsd386*): Delete.
067d23c9
KY
10608
106091995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10610
10611 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10612 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10613 Use fmod instead of logb in -lm check.
10614
106151995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10616
90eacf99 10617 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
10618 Use bsd4-3. Don't set NON_GNU_CPP.
10619
10620 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10621 In nt, copy various different things, but not *.cmd.
10622 Fix the ln commands for the subdirs of nt.
10623
106241995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10625
10626 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10627
106281995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10629
10630 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10631 since that's what the header file expects.
10632
106331995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10634
10635 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10636 and 68040 based machines when choosing options for gnucc.
10637
106381995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10639
10640 * Makefile.in (top_distclean): Delete config.cache.
10641
106421995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10643
10644 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10645
10646 * configure.in: Use m/ncr386.h.
10647
106481995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10649
10650 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10651
106521995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10653
10654 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10655 (man): Don't copy texindex.c and getopt.c; they're deleted.
10656 (etc): Omit `e'; it's a subdirectory.
10657 (etc/e): Use `../..', not `..', to reference top level.
10658
106591995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10660
10661 * Makefile.in (install-arch-indep, dist):
10662 Look for `update-subdir' in $(srcdir).
10663
106641995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10665
10666 * make-dist: Include mkinstalldirs in distribution.
10667
106681995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10669
10670 * make-dist: Add missing close backquote.
10671
106721995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10673
10674 * make-dist: Don't distribute shortnames directory.
10675
106761995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10677
10678 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10679
106801995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10681
10682 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10683
106841995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10685
10686 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
10687
106881995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10689
10690 * configure.in (mips-sgi-irix6): New configuration.
10691
106921995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10693
90eacf99 10694 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
10695
106961995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10697
10698 * configure.in: Create a .gdbinit that sources the real one,
10699 if using a different build directory.
10700
107011995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10702
10703 * configure.in: Check for sys/select.h.
10704
107051995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10706
10707 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
10708
107091994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10710
10711 * configure.in: Handle isc 4.1 operating system.
10712
107131994-12-10 Richard Stallman <rms@kepa>
10714
10715 * configure.in (rs6000-ibm-aix4.1*): New alternative.
10716 (rs6000-ibm-aix4*): New alternative.
10717
107181994-12-06 Richard Stallman <rms@kepa>
10719
10720 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10721
107221994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10723
10724 * configure.in: Don't try to make directories that are guaranteed
10725 to already exist.
10726
107271994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10728
10729 * configure.in: Generate man/Makefile from man/Makefile.in.
10730 Create the man subdir.
10731
10732 * Makefile.in (dvi): Run Make in our man subdir.
10733
10734 * make-dist: Create subdir etc/e.
10735 Make links to it.
10736 Put man/Makefile.in in dist, instead of man/Makefile.
10737
107381994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10739
10740 * configure.in: Add --with-pop, --with-kerberos, and
10741 --with-hesiod for movemail.
10742
107431994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10744
10745 * configure.in (m68*-apollo*): Use s/domain.h.
10746
107471994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10748
10749 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10750
107511994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10752
10753 * configure.in: Don't add -I, -L, -R options for cc if their
10754 arguments would be empty.
10755
107561994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10757
10758 * configure.in (i860-intel-osf1*): New alternative.
10759 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
10760 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
10761
107621994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10763
10764 * configure.in: Make h_errno check not use nested functions.
10765
107661994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10767
10768 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
10769
107701994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10771
10772 * Makefile.in (install-arch-indep): Avoid continued comment
10773 swallowing target line.
10774
107751994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
10776
10777 * configure.in: Protect a character class with `changequote'.
10778
107791994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10780
10781 * configure.in: Accept `news' as a synonym for `newsos'.
10782
107831994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10784
10785 * Makefile.in: Don't rm files if cd fails.
10786
107871994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10788
10789 * make-dist: Put nt subdir and its subdirs in the dist.
10790 (lib-src): Put makefile.nt in the dist.
10791 (lisp): Put makefile.nt in the dist.
10792
107931994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10794
10795 * configure.in: Change a stray `[' to `test'.
10796
107971994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10798
10799 * configure.in: Adapt for Autoconf v2. Use the standard argument
10800 parser, host type canonicalizer, X11 finder, and message
10801 printing macros. Use the new macro names. Use `test' instead of `['.
10802
108031994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10804
10805 * configure.in: Check for getpagesize.
10806
108071994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10808
10809 * make-dist (msdos): Put sed* in the distribution.
10810
108111994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
10812
10813 * config.bat: New option, `--with-x', for configuring Emacs
10814 for use with the X11 system DesqView/X.
10815 New option, `--no-debug', for compiling Emacs without debug
10816 information thus saving disk space.
10817 (src/config.h, src/paths.h): Use `update' (which is like
10818 `move-if-changed') to change the file.
10819 (src/config.h): When configuring for X11 perform extra changes.
10820 (src/makefile): When configuring for X11 perform extra changes.
10821 (lib-src): Remove temporary files.
10822 (): Check that `sed', `rm', `mv', and `gcc' are available.
10823
108241994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10825
10826 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
10827
10828 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
10829
108301994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10831
10832 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
10833
10834 * configure.in (canonical): Substitute var into makefiles.
10835 (bitmapdir): Likewise.
10836
10837 * Makefile.in (bitmapdir): New variable.
10838 (src/paths.h, paths-force): Edit PATH_BITMAPS.
10839
108401994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10841
10842 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
10843
10844 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
10845 * update-subdirs: New shell script.
10846
108471994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10848
10849 * Makefile.in (top_distclean): Don't rm build-install.
10850 (SOURCES): Delete build-install.in.
10851
10852 * make-dist: Don't distribute build-ins.in.
10853 * build-ins.in: File deleted.
10854
108551994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
10856
10857 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
10858
108591994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10860
10861 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
10862
90eacf99
SM
10863 * configure.in (libexecdir): Rename from libdir. New default.
10864 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
10865 (datadir): New default.
10866
10867 * make-dist: Don't distribute subdirs.el.
10868
108691994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10870
10871 * configure.in (eaccess): Check for it.
10872
108731994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10874
10875 * configure.in (mktime): Check for it.
10876
108771994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10878
10879 * configure.in (motif): Add support for usage and option checking.
10880
108811994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10882
10883 * configure.in (utimes): Check for it.
10884
108851994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10886
10887 * Makefile.in (install-arch-indep): Don't do mkdir here.
10888
108891994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10890
10891 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10892 riscix.h renamed to acorn.h.
10893
108941994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10895
10896 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10897 New configurations.
10898
108991994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10900
10901 * configure.in: Remove trailing slashes from srcdir.
10902
109031994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10904
090bd7cb 10905 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
10906
109071994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10908
ed9265fc 10909 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
10910
109111994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10912
10913 * configure.in (config_options): Save all arguments, not just some.
10914
109151994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10916
090bd7cb 10917 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
10918
10919 * configure.in: Add AC_AIX.
10920 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10921
109221994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10923
10924 * configure.in (parsing options): Simplify sed command to delete -'s.
10925
109261994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10927
10928 * configure.in (config_options): New shell variable.
10929 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10930
109311994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10932
10933 * configure.in (alpha-dec-osf*): New target.
10934
10935 * Makefile.in: Use just one FRC target.
10936
109371994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10938
10939 * Makefile.in (removenullpaths, paths-force):
10940 Use name paths.h.tmp$$, which depends on the pid.
10941
109421994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10943
10944 * Makefile.in (removenullpaths, paths-force):
10945 Put paths.h.tmp in top-level dir, not in src.
10946
109471994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10948
10949 * Version 19.27 released.
10950
109511994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10952
10953 * Version 19.26 released.
10954
109551994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10956
10957 * configure.in: Check for lrand48, not rand48.
10958
109591994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10960
10961 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
10962 (powerpc-ibm-aix*): New aliases.
10963
109641994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10965
10966 * make-dist (src/m, src/s): Put *.inp in distribution.
10967
109681994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10969
10970 * configure.in: Accept i586 and i486 along with i386.
10971
109721994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10973
10974 * configure.in: Do compute unexec, LIBX, system_malloc, etc
10975 even if CPP env var was set by the user.
10976
10977 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
10978
109791994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
10980
10981 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
10982
109831994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10984
10985 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
10986
109871994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10988
10989 * configure.in: Check more specifically for i*86-sun-sunos.
10990
109911994-08-03 Caveh Jalali (caveh@eng.sun.com)
10992
10993 * configure.in: Handle solaris 2.4.
10994
109951994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10996
10997 * configure.in (rand48): Check for it.
10998
109991994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11000
11001 * make-dist: Update the info files.
11002
110031994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11004
11005 * configure.in: Make "checking..." messages' style consistent.
11006 (HAVE_H_ERRNO): New test.
11007
110081994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11009
11010 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11011
110121994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11013
11014 * configure.in (CFLAGS): If the envvar was specified, use that.
11015 And set REAL_CFLAGS from it too.
11016
110171994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11018
11019 * make-dist: Update finder-inf.el.
11020
110211994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11022
11023 * make-dist (msdos): Include sed4.inp in dist.
11024
11025 * Makefile.in (libsrc_libs): Var deleted.
11026
110271994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11028
11029 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11030
110311994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11032
11033 * configure.in (mips-sony-newsos4*): New alias.
11034
110351994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11036
11037 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11038 (*-convex-convexos*): Accept this as alias.
11039
110401994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11041
11042 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11043 for two different uses.
11044
110451994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11046
11047 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11048
110491994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11050
11051 * make-dist: Put ./BUGS into the distrib.
11052
110531994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11054
11055 * configure.in: Handle 386 running Solaris 2.
11056
110571994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11058
11059 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11060
110611994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11062
11063 * configure.in (mips-sony-newsos*): Use news-risc.h.
11064
11065 * configure.in: Accept bsdi as opsys, like bsd386.
11066
110671994-06-01 Morten Welinder (terra@diku.dk)
11068
11069 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11070
110711994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11072
11073 * Version 19.25 released.
11074
11075 * make-dist (shortversion): Don't assume another period follows.
11076
110771994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11078
11079 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11080 (uninstall): Use /bin/pwd.
11081
11082 * Makefile.in (blessmail): Depend on src.
11083 (all): Don't depend on blessmail.
11084
11085 * Makefile.in (src/paths.h): Don't force recomputation.
11086 (paths-force): New target; force recomputation of paths.h.
11087 (all): Depend on paths-force.
11088 (src, lib-src): Depend on src/paths.h.
11089
11090 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11091 NON_GCC_TEST_OPTIONS.
11092
110931994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11094
11095 * configure.in: Don't insist on subversions for irix.
11096
110971994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11098
11099 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11100
11101 * configure.in (i[34]86-next-*): New alternative.
11102
111031994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11104
11105 * Version 19.24 released.
11106
11107 * configure.in: New config hppa*-hp-hpux9shr*.
11108
111091994-05-22 Morten Welinder (terra@tyr.diku.dk)
11110
11111 * config.bat: Doc fix.
11112
111131994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11114
11115 * Makefile.in (mostlyclean, clean, distclean, realclean)
11116 (extraclean): Don't act on man subdir if it doesn't exist.
11117
111181994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11119
11120 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11121 Use them to set up CC.
11122 (*-sun-sunos4.1.3): Set them.
11123
111241994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11125
11126 * Makefile.in (lib-src): Don't depend on src/paths.h.
11127
111281994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11129
11130 * build-ins.in (copydests): Get rid of spurious `-'s.
11131
11132 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11133
111341994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11135
11136 * Version 19.23 released.
11137
11138 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11139 for the Xlib and Xt checks; then restore old CFLAGS.
11140
111411994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11142
11143 * configure.in (HAVE_X11XTR6): Add newline before #if.
11144 Add newline after #endif.
11145
111461994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11147
11148 * configure.in (HAVE_X11XTR6): Arrange to define it.
11149
111501994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11151
11152 * Makefile.in (install): Depend on blessmail.
11153
111541994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11155
11156 * configure.in (mips-siemens-sysv*): Put quotes around value
11157 containing blanks.
11158
111591994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11160
11161 * Makefile.in (TAGS): Use the makefile in src subdir.
11162
111631994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11164
11165 * configure.in (opsys): Recognize `gnu'.
11166
111671994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11168
11169 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11170
111711994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11172
11173 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11174 version > 1.8.
11175
111761994-05-08 Morten Welinder (terra@diku.dk)
11177
11178 * config.bat: Forcibly remove "# " style comments from makefiles.
11179
111801994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11181
11182 * Makefile.in (uninstall): When processing lispdir and etcdir,
11183 do nothing unless it exists and is a directory.
11184
111851994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11186
11187 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11188 Merge code in from install-doc.
11189 (install-doc): Merge code back into install-arch-indep.
11190 (install-arch-dep): Don't depend on install-doc.
11191
11192 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11193
111941994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11195
11196 * configure.in (making src/Makefile and lib-src/Makefile):
11197 Split off the autoconf substitutions and don't pass them thru cpp.
11198 (undefs): Use $canonical as well as $configuration.
11199
11200 * make-dist: Distribute lisp/Makefile.
11201
11202 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11203 Use lower case names for the s files.
11204
112051994-05-03 Morten Welinder (terra@diku.dk)
11206
11207 * config.bat: Added possibility for different file name
11208 transcriptions in lib-src.
11209
112101994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11211
11212 * Makefile.in (lib-src): Undo previous change.
11213 (blessmail): New target to run maybe-blessmail in lib-src.
11214 (all): Depend on blessmail.
11215
11216 * Makefile.in (lib-src): Depend on src.
11217
112181994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
11219
11220 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
11221 (m88k-dg-dgux5.4R2): dgux5.4R2.
11222
112231994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11224
11225 * configure.in (window_system): Restore accidentally deleted code
11226 that uses AC_FIND_X.
11227
11228 * make-dist: Distribute config.bat.
11229
112301994-04-29 Morten Welinder (terra@diku.dk)
11231
11232 * config.bat: Corrected the configuration of lib-src
11233 to keep up with configure. Add note about dos version 3
11234 or better needed (djgpp needs that). Add note explaining
11235 that either install in c:/emacs or edit the script.
11236 Don't change to c:/emacs, but assume we're there (to minimize
11237 the number of places to change).
11238
11239 * config.bat: Build-in the first step towards X11 support with
11240 the X11 emulator that exists. At this time it won't work,
11241 and several files are missing.
11242
112431994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11244
11245 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
11246 Don't look for -lresolv.
11247
11248 * Makefile.in (lib-src): Depend on src/paths.h.
11249
112501994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11251
11252 * configure.in: Restore deleted AC_SUBST of `configuration'.
11253 Improve error message for bad --with-x-toolkit value.
11254
11255 * configure.in: Define CONFIGURATION in src/config.h
11256 rather than substituting in src/Makefile.in.
11257
112581994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11259
11260 * Makefile.in (install-doc): New target.
11261 (install-arch-dep): Depend on install-doc.
11262 (mkdir): Create docdir.
11263
112641994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11265
11266 * configure.in: Test for libresolv.a.
11267 Substitute machfile and opsysfile.
11268
112691994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11270
11271 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
11272 (install-arch-dep): Install under the name $(EMACS).
11273
112741994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11275
11276 * configure.in (version): Use entire value of emacs-version.
11277 (mips-siemens-sysv*): New alternative.
11278
112791994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11280
11281 * Makefile.in (install-arch-indep): Don't install dired-x*.
11282
112831994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11284
11285 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
11286 Fix definition of $undefs.
11287
112881994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11289
11290 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
11291
11292 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
11293
112941994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11295
11296 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
11297
112981994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11299
11300 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
11301 and run it thru cpp, as with src/Makefile.in.
11302
11303 * configure.in: Use AC_SET_MAKE.
11304
113051994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11306
11307 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
11308
113091994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11310
11311 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
11312
11313 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
11314 (printing the choices): Make the toolkit message unconditional.
11315 (USE_X_TOOLKIT): Use `none', not `no', if none.
11316 (include libsrc_libs): Include config.h, and specify -I for srcdir.
11317 Get rid of temp file foofoo1.
11318
113191994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11320
11321 * configure.in (CFLAGS): Use shell syntax, not Makefile.
11322
113231994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11324
11325 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
11326 (printing the choices): State choice of toolkit.
11327 (libsrc_libs): Recalculate after writing config.h;
11328 then update lib-src/Makefile.
11329
113301994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11331
11332 * configure.in: Add sunos4shr as alternative for suns.
11333 Conditionals testing for null $CC were backwards.
11334
113351994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11336
11337 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
11338
113391994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11340
11341 * configure.in: Handle -isc4.0*.
11342
113431994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11344
11345 * configure.in (esix5): Set NON_GNU_CPP.
11346
113471994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
11348
11349 * Makefile.in (thisdir): Nonsensical variable removed.
11350 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
11351 back to $thisdir, rather than the directory `this_dir'.
11352
113531994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11354
11355 * Makefile.in (install-arch-indep): Add missing backslash after a
11356 `then'.
11357
113581994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11359
11360 * Makefile.in (thisdir): New variable.
11361 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
11362
113631994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11364
11365 * configure.in: Add freebsd.
11366
113671994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11368
11369 * configure.in: Check for fpathconf.
11370
113711994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11372
11373 * configure.in (with_x_toolkit): Fix typo in previous change.
11374
113751994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11376
11377 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
11378
113791994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11380
11381 * configure.in (with_x_toolkit): Don't allow motif or open-look.
11382
113831994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11384
11385 * configure.in: Fix value of docdir.
11386 * Makefile.in (install-arch-indep): Install DOC* in docdir.
11387
113881994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11389
11390 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
11391
113921994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
11393
11394 * configure.in: New variable docdir to control where the docstring
11395 file goes.
11396 Makefile.in: Use it to initialize PATH_DOC in paths.h.
11397
113981994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11399
11400 * configure.in: When --run-in-place, don't inherit archlibdir.
11401
114021994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11403
11404 * Makefile.in (install-arch-dep, install-arch-indep):
11405 New targets split up former do-install rule.
11406 (do-install): Target deleted.
11407
114081994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11409
11410 * configure.in (mips-sony-newsos*): New configuration.
11411
114121994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
11413
90eacf99 11414 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
11415
114161994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11417
11418 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
11419
114201994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11421
11422 * configure.in: Don't initialize CC.
11423
114241994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11425
11426 * configure.in (creating src/Makefile): Also generate -U switches
11427 for symbols in the $configuration value.
11428
11429 * configure.in: Check for sys_siglist being declared in system header.
11430
114311994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11432
11433 * configure.in (creating src/Makefile): Delete blank lines
11434 along with lines of whitespace.
11435 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
11436
114371994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11438
11439 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
11440 like C_SWITCH_SYSTEM.
11441 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
11442
114431994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11444
11445 * configure.in (drem): Check for this function.
11446
114471994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11448
11449 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
11450 If CPP was inherited from environment, don't use NON_GNU_CPP.
11451 (NON_GNU_CC): Likewise.
11452 (handling with_gcc): Use explicit if in the `no' case.
11453 (cc_specified): New variable; if set, don't use NON_GNU_CC.
11454
114551994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11456
11457 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
11458
114591994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11460
11461 * configure.in: Check whether fmod exists.
11462
114631994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11464
11465 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
11466 {src,lisp}/OChangeLog.
11467
114681994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11469
11470 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
11471 necessary for proper operation. This code works with the current
11472 released version of Autoconf.
11473
114741994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11475
11476 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
11477 (USE_X_TOOLKIT): Define it for all values except `no'.
11478
11479 * configure.in: Undo first Jan 8 change and Jan 16 change.
11480
114811994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11482
11483 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11484 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11485
11486 * Makefile.in (lwlib/Makefile): New target.
11487 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11488 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11489 (unlock, relock): Handle lwlib subdir.
11490
11491 * Makefile.in: Add some .PHONY targets.
11492
11493 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11494
11495 * lwlib: New subdirectory.
11496
114971994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11498
11499 * configure.in: If CPP has a value that is a directory,
11500 discard the value.
11501
115021994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11503
11504 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11505 remove -U[0-9]*.
11506
115071994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11508
11509 * Makefile.in (do-install): Install the dired-x info files.
11510
11511 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11512 (See src/s/sol2.h.)
11513
115141994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11515
11516 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11517
115181994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11519
11520 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 11521 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
11522 gratuitously break this and not make a change log entry.
11523 Optimized sed processing of Makefile.in and cpp output; now
11524 preserves comments previously removed from the cpp input.
11525 Eliminated temp file for cpp output. Generate -U switches to
11526 undefine all identifiers that appear in the directory name
11527 ${srcdir}; pass these to cpp.
11528
11529 * configure.in (version): Fix sed regexp to match two-elt version
11530 number.
11531
11532 * configure.in: Check for strerror.
11533
115341994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11535
11536 * configure.in: Test for bcmp.
11537
115381994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11539
11540 * make-dist (tempdir): Put subdir msdos into the distribution.
11541
115421993-01-07 Morten Welinder (terra@diku.dk)
11543
11544 * config.bat: New file.
11545
115461994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11547
11548 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11549
115501994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11551
11552 * configure.in (m68*-next-*): Don't care about which os is specified.
11553 (i[34]86-*-*): Check for *-nextstop*.
11554
115551993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11556
11557 * configure.in: Check for setsid.
11558
115591993-12-17 Richard Stallman (rms@srarc2)
11560
11561 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11562
115631993-12-15 Richard Stallman (rms@srarc2)
11564
11565 * Makefile.in (mkdir): Make only the lockdir writable.
11566
90eacf99 11567 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
11568
115691993-12-11 Richard Stallman (rms@srarc2)
11570
11571 * Makefile.in (libdir): Use @libdir@.
11572
115731993-12-08 Richard Stallman (rms@srarc2)
11574
11575 * Makefile.in (install): Add empty command.
11576
115771993-12-04 Richard Stallman (rms@srarc2)
11578
11579 * make-dist: Put man/getopt.c in the dist.
11580
11581 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11582
11583 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11584
115851993-12-03 Richard Stallman (rms@srarc2)
11586
11587 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11588 Set it for all solaris versions.
11589 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11590 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11591 Likewise for NON_GNU_CC and CC.
11592
115931993-12-01 Richard Stallman (rms@srarc2)
11594
11595 * configure.in (mips-mips-riscos4*): Assign variable CC.
11596 (checking ${with_gcc}): If "no", don't override CC if already set.
11597 (CC): Initialize it as empty.
11598
115991993-11-30 Richard Stallman (rms@srarc2)
11600
11601 * configure.in (Suns): Set CPP if *-solaris2.3*.
11602
116031993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11604
11605 * Version 19.22 released.
11606
11607 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11608
116091993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11610
11611 * make-dist: When breaking links, use cp -p.
11612 Copy install.sh into distribution.
11613 Move the temp dir up into the parent dir;
11614 don't leave the staging dir make-dist.tmp... in existence.
11615 * install.sh: New file.
11616
116171993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11618
11619 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11620
116211993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11622
11623 * configure.in (version): When --run-in-place, exclude
11624 ${datadir}/emacs/site-lisp from locallisppath.
11625
116261993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11627
11628 * configure.in: Delete jumk.c before writing it.
11629
116301993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11631
11632 * Version 19.21 released.
11633
11634 * Makefile.in (mkdir): Ignore error from chmod.
11635
116361993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11637
11638 * make-dist: Don't put lisp/forms.README in the distribution.
11639
116401993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11641
11642 * configure.in (creating src/Makefile): Before running cpp,
11643 discard all lines that start with `# Generated' or /**/#.
11644
116451993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11646
11647 * Version 19.20 released.
11648
11649 * make-dist: Use build-ins.in, not build-install.in.
11650 Don't bother updating TAGS since it's not included.
11651
11652 * build-ins.in: Renamed from build-install.in.
11653
116541993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11655
11656 * make-dist: Don't try to link *.texinfo--there are none now.
11657 When running make in lib-src, specify YACC var value.
11658
116591993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11660
11661 * configure.in (extrasub): Add vpath patterns for %.[yls].
11662
11663 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11664 Instead just include the commands to make src/Makefile as the
11665 second arg to AC_OUTPUT.
11666
11667 * configure.in: Use : instead of dnl for comment inside
11668 $makefile_command.
11669
11670 * configure.in: No longer use vpath_sed. Instead, when we notice
11671 srcdir already configured, set extrasub to hack vpath in the
11672 makefiles.
11673
11674 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11675 before moving it.
11676 * Makefile.in (VPATH): Define to @srcdir@.
11677
116781993-09-28 Brian J. Fox (bfox@cubit)
11679
11680 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
11681 doesn't exist. Just copy src/Makefile.in instead.
11682 Touch all of the Makefiles after editing config.status.
067d23c9
KY
11683
11684 * INSTALL: Update documentation to match new configuration
11685 mechanism.
11686
116871993-09-27 Brian J. Fox (bfox@ai.mit.edu)
11688
11689 * configure.in: Allow any of the path or directory Makefile
11690 variables to be set with flags to configure. Create all Makefiles
11691 at configure time. Edit special commands into config.status after
11692 src/Makefile.in is built from src/Makefile.
11693
11694 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
11695 If these files are out of date, simply have config.status
11696 rebuild them; don't rebuild them explicitly.
11697
116981993-09-25 Brian J. Fox (bfox@ai.mit.edu)
11699
11700 * build-install.in: Change src/xemacs to src/emacs. We no longer
11701 create src/xemacs, so the file wouldn't be found.
11702
11703 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
11704
117051993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11706
11707 * configure.in: Avoid forcing the search of /usr/include before
11708 fixed include files by resetting C_SWITCH_X_SITE if it is
11709 "-I/usr/include".
11710
117111993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11712
11713 * Makefile.in (@rip_paths@locallisppath):
11714 Delete ${datadir}/emacs/site-lisp.
11715
117161993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11717
11718 * configure.in:
11719 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11720 Remove ${extra_output} from AC_OUTPUT call.
11721
117221993-09-17 Brian J. Fox (bfox@inferno)
11723
11724 * make-dist: Quote backquotes found in strings to be echoed.
11725
11726 * configure.in: Use "sh -c pwd" when we want to avoid having the
11727 shell fix up the value of $PWD.
11728
117291993-09-13 Brian J. Fox (bfox@inferno)
11730
11731 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11732 of the installation fail. Suggested by Karl Berry.
11733
117341993-08-30 Brian J. Fox (bfox@inferno)
11735
11736 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11737 was used. Set MAKEFLAGS from MFLAGS.
11738
117391993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11740
11741 * configure.in: Test for res_init in libc.
11742
117431993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11744
11745 * configure.in: In the file ${tempcname}, use configure___
11746 instead of @configure@.
11747
117481993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11749
ed9265fc 11750 * make-dist: Dist vpath.sed.
067d23c9
KY
11751
11752 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11753 Depend on vpath.sed.
6e81c819 11754 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
11755
11756 * configure.in: Substitute variable `vpath_sed'.
11757 If not in $srcdir and $srcdir is configured,
11758 issue warning that GNU make is required,
11759 and set vpath_sed to use vpath.sed script.
11760
117611993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11762
90eacf99
SM
11763 * configure.in: Remove check for $srcdir being configured.
11764 This pretty much works now.
067d23c9
KY
11765 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
11766 Check for XFree86 (/usr/X386/include) independent of whether
11767 -lXbsd exists.
11768
11769 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
11770 realclean, unlock, relock): Use `$(MAKE)' in place of plain
11771 `make'.
11772
117731993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11774
11775 * Version 19.19 released.
11776
11777 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
11778
117791993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11780
11781 * configure.in: Check for XScreenNumberOfScreen.
11782
117831993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11784
11785 * configure.in: Add * to end of all configuration alternatives.
11786 (m68*-sony-newsos3*): New alternative.
11787
117881993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11789
11790 * make-dist: Include getdate.c in distribution.
11791
11792 * configure.in: For --help, use $PAGER if it is set.
11793 (LIB_X11_LIB): Default to -lX11.
11794 (mips-sgi-irix5.*): New alternative.
11795
11796 * Makefile.in (do-install): Install info/gnus* and info/sc*.
11797
11798 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
11799 Recognize *.B8.* as hpux version 8.
11800 (m68*-tektronix-bsd*): Fix typo in tek4300.
11801 (AC_HAVE_FUNCS): Add ftime.
11802
118031993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11804
90eacf99 11805 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
11806 Use tekxd88, not tekXD88.
11807
118081993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11809
11810 * configure.in: Check for -lm. Then can check for frexp and logb.
11811
118121993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11813
11814 * Version 19.18 released.
11815
11816 * make-dist (src): Don't put gnu-hp300 in dist.
11817 (src, lisp): Include OChangeLog in dist.
11818
118191993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11820
11821 * configure.in: Test for presence of logb and frexp functions.
11822
118231993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11824
11825 * configure.in (machine): Add i370-ibm-aix*.
11826
118271993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11828
11829 * configure.in (function checks): Test for mkdir and rmdir.
11830
11831 * configure.in (function checks): Don't test for random and bcopy
11832 only when we're building with X; look for them all the time.
11833
118341993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11835
11836 * configure.in: Test for availability of bcopy functions, searching
11837 the X libraries if we're using X.
11838
11839 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
11840 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
11841 versions of AIX, and needs to be passed to the loader.
11842
11843 * configure.in: Test for the availability of the
11844 XScreenResourceString function.
11845
118461993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
11847
11848 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
11849 LD_SWITCH_X_SITE and assume --with-x11.
11850 Only look for X11 files if we weren't told about a window system
11851 or if we were told to use X11 but not told where.
11852 Search the libraries from the s and/or m files when checking for
11853 functions.
11854
11855 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
11856
118571993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11858
11859 * make-dist: Include lisp/dired.todo in the distribution.
11860
118611993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11862
11863 * configure.in: Add code to set HAVE_INET_SOCKETS.
11864
118651993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11866
11867 * configure.in: If we do find x_includes and x_libraries
11868 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11869
118701993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11871
11872 * make-dist: Include src/gnu-hp300 in the dist.
11873
11874 * configure.in (canonical): New variable holds the canonicalized
11875 configuration. Don't alter `configuration'. Use `configuration'
11876 for Makefile.in for file naming.
11877 (testing x_includes and x_libraries): Use =, not ==.
11878
118791993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11880
11881 * Version 19.17 released.
11882
11883 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11884 directory's makefile. This allows the invocation of CPP which
11885 builds xmakefile to receive these switches. The SunSoft C
11886 preprocessor inserts spaces between tokens if it doesn't get the
11887 -Xs flag requested in src/s/sol2.h.
11888
118891993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11890
11891 * configure.in (m68k-bull-sysv3): New config.
11892
118931993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11894
11895 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11896 the X Windows libraries.
11897
118981993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11899
11900 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11901 the distribution. Those files aren't kept in their own
11902 subdirectory any more.
11903
119041993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11905
11906 * Version 19.16 released.
11907
119081993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11909
11910 * configure.in: Add --verbose flag.
11911
119121993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11913
11914 * version 19.15 released.
11915
119161993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11917
11918 * Makefile.in (top_distclean): Use -f switch when cleaning out
11919 lock dir; it might be empty.
11920
11921 * configure.in: Only check for -lXbsd once.
11922
119231993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11924
11925 * Version 19.14 released.
11926
119271993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11928
11929 * make-dist: If using gzip, create distribution with '.gz' extension.
11930
11931 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11932 (lisp/forms-mode): This doesn't exist anymore.
11933
11934 * configure.in: Look for the closedir function.
11935
119361993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11937
11938 * configure.in (CPP): Autoconf sets this to a shell variable
11939 reference, which doesn't work when it's edited into a makefile.
11940 Expand that variable reference.
11941
11942 * Makefile.in (CPP): New variable.
11943 (src/Makefile): Edit CPP into src/Makefile.
11944
11945 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11946 and entering double quotes to get the values of LD_SWITCH_X_SITE
11947 and the other make variables; make substitutes them in anyway.
11948
11949 * Makefile.in (uninstall): Don't remove the lisp and etc
11950 directories if they're in the source tree.
11951
11952 Bring mumbleclean targets into conformance with GNU coding standards.
11953 * Makefile.in (mostlyclean, clean): Separate these two; just have
11954 them pass the request to the subdirectory makefiles.
11955 (distclean): Pass the request down, and then get rid of the
11956 files configure built, and get rid of the Makefiles.
11957 (realclean): Pass the request down, and then do the same things
11958 distclean does.
11959 (uninstall, info, dvi): New targets.
11960
11961 * configure.in: Move clause for PC-compatible i386 box to the end
11962 of the case statement, to avoid masking configurations below.
11963
11964 * configure.in: Add case for m88k-motorola-sysv4.
11965
11966 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
11967 the HP 68000 machines.
11968
11969 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
11970 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
11971 preprocessor won't fiddle with them.
11972
119731993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11974
11975 * Makefile.in (TAGS): cd to src to run etags.
11976
119771993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11978
11979 * configure.in (version): Check the X libraries for XrmSetDatabase
11980 and random, and see if we have -lXbsd.
11981
119821993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11983
11984 * configure.in: Pass "-Isrc" to the CPP we run to examine the
11985 s/*.h and m/*.h files. Martin Tomes
11986 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
11987
119881993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11989
11990 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
11991 above the general i386 alternative.
11992
119931993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11994
11995 * configure.in: Recognize configuration name for Data General
11996 AViiON machines.
11997
11998 * configure.in: Use AC_LONG_FILE_NAMES.
11999
120001993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12001
12002 * configure.in: Test for bison.
12003 * Makefile.in (YACC): New variable.
12004 (lib-src/Makefile.in): Edit YACC into the makefile.
12005
120061993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12007
12008 * Version 19.13 released.
12009
12010 * configure.in (CFLAGS): Don't set this according to the value of
12011 the GCC shell variable. Instead, consult the machine and system
12012 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12013 test __GNUC__ while we're at it.
12014
12015 * configure.in: Remove extra ;; from hpux cases.
12016
120171993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12018
12019 * configure.in: Check to see if the system has -ldnet.
12020
120211993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12022
12023 * make-dist: Add clauses to distribute lisp/forms-mode.
12024
120251993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12026
12027 * configure.in (machine): Fix the versions in hpux version number test.
12028 Do not guess based on cpu type. Do check for explicit system version.
12029
120301993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12031
12032 * configure.in: Do NOT look for `unknown' as company name.
12033
120341993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12035
12036 * configure.in: Fix typo in message.
12037
120381993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12039
12040 * Version 19.12 released.
12041
12042 * Makefile.in (do-install): Correct previous etc-copying change.
12043 Partially rewrite using `if'.
12044 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12045
12046 * Version 19.11 released.
12047
12048 * configure.in: Handle 386bsd.
12049
120501993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12051
12052 * make-dist: Update getdate.c.
12053
12054 * configure.in: Handle bsd386.
12055
12056 * Makefile.in (do-install): Use `-' in tar options.
12057
12058 * configure.in: Change ! "${...}" to x"${...}" = x.
12059
12060 * Makefile.in (do-install): Copy the DOC-* files from the build
12061 etc directory, as well as lots of things from ${srcdir}/etc.
12062
12063 * make-dist: Copy config.guess.
12064
12065 * configure.in: Handle AIX versions 1.2, 1.3.
12066
120671993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12068
12069 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12070 the configuration name mips-mips-usg* to represent USG systems.
12071
12072 * configure.in: Fix logic to detect if srcdir is already configured.
12073
12074 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12075
12076 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12077 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12078 of a directory; cd might fail, and have pwd print out the current
12079 directory.
12080
120811993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12082
12083 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12084
120851993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12086
12087 * configure.in: Complain if srcdir points at an already-configured
12088 tree.
12089
120901993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12091
12092 * Version 19.10 released.
12093
120941993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12095
12096 * Makefile.in: Use Makefile comments, not C comments.
12097
12098 * configure.in: Add case for the Tektronix XD88.
12099
121001993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12101
12102 * configure.in: Handle sysv4.2 and sysvr4.2.
12103
121041993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12105
12106 * configure.in: Traverse the argument list without destroying it;
12107 don't use shift. It turns out that "set - ${saved_arguments}"
12108 doesn't work portably.
12109
12110 * configure.in: Add missing "fi".
12111
12112 * make-dist: Rebuild configure if configure.in is newer.
12113
12114 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12115 targets to be executed even if make remembers that it has already
12116 satisfied FRC.
12117
121181993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12119
12120 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12121
12122 * configure.in (romp): Handle various version numbers with aos and bsd.
12123
121241993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12125
12126 * configure.in: Fix message text.
12127
121281993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12129
12130 * make-dist: Make a `site-lisp' directory in the distribution,
12131 instead of a `local-lisp' directory, which hasn't been the
12132 appropriate name for a long time.
12133 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12134 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12135
12136 * Makefile.in (do-install): Correctly detect if ./etc and
12137 ${srcdir}/etc are the same.
12138
12139 * configure.in: Extract UNEXEC from the system configuration
12140 files, compute the name of the source file corresponding to the
12141 object file, and #define it as UNEXEC_SRC in config.h.
12142
12143 * configure.in: If srcdir is '.', then try using PWD to make it
12144 absolute.
12145
12146 * configure.in: Include ${srcdir} in the printed report, to help
12147 people notice if it's an automounter path.
12148
121491993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12150
12151 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12152
121531993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12154
12155 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12156 when they are different. Add `shift' command.
12157 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12158 (externallispdir): Var deleted.
12159
12160 * configure.in: Delete spurious paren outputting short_usage.
12161
121621993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12163
12164 * Version 19.9 released.
12165
121661993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12167
12168 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12169 subdirectory makes.
12170
12171 * make-dist: Check for .elc files with no corresponding .el file.
12172
12173 * Makefile.in (mkdir): Make all the directories in locallisppath.
12174
12175 * config.guess: New file.
12176 * configure.in: Use it, tentatively.
12177 * INSTALL: Mention its usage.
12178
12179 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
12180 the former gives you the operating system rev directly.
12181 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
12182
12183 * Makefile.in (do-install): Don't remove a destination directory
12184 if it's the same as the source. If ${srcdir}/info == ${infodir},
12185 don't try to copy the info files.
12186
12187 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12188 doesn't work if you're not using a separate source directory.
12189 (do-install): Copy the build tree's etc directory only after
12190 making sure it's not also the source tree's etc directory.
12191
121921993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12193
12194 * configure.in: Handle sunos4.1.3 specially.
12195
121961993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12197
12198 * Makefile.in (INSTALL): Add definition.
12199
12200 * configure.in: Fix some messages. Support -with-gnu-cc.
12201 At the end, use `set --', not `set -'.
12202 Delete spurious `.h' in hpux alternatives.
12203
122041993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12205
12206 * Version 19.8 released.
12207
122081993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12209
12210 * configure.in: When looking for source in the same directory as
12211 the configure script, make the path thus discovered absolute.
12212 If the user specifies the `--srcdir' switch, make that directory
12213 absolute too.
12214
12215 * Makefile.in (srcdir): Remove comment saying this doesn't work.
12216
12217 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
12218 too, as the value of the PATH_INFO macro.
12219
12220 * configure.in: Check to see if the source lives in the same
12221 directory as the configure script.
12222
122231993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12224
12225 * Makefile.in (install): Split this into `install' and
12226 `do-install', to give people more control over exactly what gets
12227 done.
90eacf99
SM
12228 (do-install): New target, containing the guts of `install'.
12229 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
12230 it all before the copying loop. Pass more flags to the lib-src
12231 make.
12232 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
12233 avoid errors and warnings.
12234
12235 * configure.in: For generic IBM PC boxes, insist on "unknown" for
12236 the manufacturer - the more general case was blocking other i386
12237 configuration names below, and that's how the names are written in
12238 MACHINES anyway.
12239
12240 * make-dist: When breaking links, remove the link before moving
12241 the copy onto it, to avoid interactive behavior.
12242
12243 * Makefile.in: Doc fix.
12244
12245 * configure.in: Doc fix.
12246
12247 * INSTALL: Mention --exec-prefix option.
12248
12249 * configure.in: Add support for the `--exec-prefix' option.
12250 * Makefile.in: Accept that support.
12251
12252 * configure.in: Use the AC_PROG_INSTALL macro.
12253 * Makefile.in (INSTALL): Variable removed.
12254 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
12255
12256 * configure.in: Distinguish between hp800's and hp700's by calling
12257 "uname -m".
12258
122591993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12260
12261 * configure.in: Recognize configuration names for i860 boxes
12262 running SYSV.
12263
122641993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12265
12266 * configure.in: Distinguish between hp800's and hp700's by the
12267 version of HP/UX they run, since that's something people are more
12268 likely to know - hp700's run 8.0.
12269 Add HP 700 configuration.
12270
12271 * configure.in: Test for the presence of the `rename' function.
12272
12273 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
12274 configure.in.
12275 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
12276
12277 * make-dist: Break intra-tree links.
12278
12279 * configure.in: Explain that this is an autoconf script, and give
12280 instructions for rebuilding configure from it. Arrange to put
12281 comments in configure explaining this too.
12282
12283 * configure.in: Make the first line of the configure script be
12284 "#!/bin/sh". Leaving the first line blank didn't work.
12285
90eacf99 12286 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
12287 the options briefly.
12288
12289 * configure.in: Implement the --prefix option.
12290 * Makefile.in (prefix): Add support for it here.
12291 * INSTALL: Document it here.
12292
12293 * Makefile.in (install): Don't assume that the files in the `info'
12294 subdirectory match *.info. They don't have that prefix.
12295
122961993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12297
12298 * configure.in: Add case for version 5 of Esix.
12299
123001993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12301
12302 * Version 19.7 released.
12303
12304 * make-dist: There aren't any *.com files in lib-src anymore.
12305
12306 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
12307 them; they're symlinks to other filesystems on the GNU machines.
12308
12309 * make-dist: Check that the manual reflects the same version of
12310 Emacs as stated in lisp/version.el. Edit that version number into
12311 the README file.
12312
123131993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12314
12315 * configure.in: Remove the hack of AC_DEFINE; use
12316 AC_DEFINE_UNQUOTED.
12317
123181993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12319
12320 * make-dist: Don't distribute precomp.com, compile.com, or
12321 link.com from ./src; they're in ./vms now.
12322
12323 Some time-handling patches from Paul Eggert:
12324 * configure.in: Add AC_TIMEZONE.
12325
123261993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12327
12328 * configure.in: Recognize Linux as a valid operating system for
12329 the i386.
12330
123311993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12332
12333 * make-dist: Distribute some VMS files we got from Richard Levitte.
12334
12335 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
12336 the source for the sed command, not oldXMenu/Makefile.
12337
123381993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12339
12340 * INSTALL: Don't claim the srcdir option doesn't work.
12341
123421993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12343
12344 * configure.in: Include remarks saying what order the autoconf
12345 tests should go in, and remind people to change config.h.in
12346 whenever they add autoconf tests which make #definitions.
12347
12348 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
12349
123501993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12351
12352 * Makefile.in (oldXMenu/Makefile): Make this depend on
12353 ${srcdir}/oldXMenu/Makefile.in, not itself.
12354
12355 * PROBLEMS: Some updates from David J. Mackenzie.
12356
12357 More changes from David J. Mackenzie.
90eacf99
SM
12358 * Makefile.in (install.sysv, install.xenix, install.aix):
12359 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
12360 differences.
12361 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 12362 (INSTALLFLAGS): Remove.
067d23c9
KY
12363 (INSTALL): Include the -c flag.
12364 (install): Change the way we invoke install accordingly.
12365
12366 Install ${srcdir} changes from DJM.
12367 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
12368 list.
12369 (COPYDIR, COPYDESTS): Install files from both the etc directory in
12370 the source tree and the etc directory in the object tree.
12371 (${SUBDIR}): Pass the prefix variable down to submakes.
12372 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
12373 in /bin.
12374 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
12375 values for srcdir and VPATH.
12376 (install): Add `v' flag to tar command. Make sure that `dir'
12377 exists in ${srcdir}/info before copying it. Remember that the man
12378 pages come from the source tree, not the object tree.
12379 * configure.in: Remove remarks saying that the --srcdir option
12380 doesn't work.
12381 Create the etc directory in the object tree.
12382 Recognize configuration names of the form *-sun-solaris*.
12383 Recognize sunos5 and solaris as operating system names.
12384
12385 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
12386 lib-src/getdate.y and src/systime.h.
12387
123881993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12389
12390 * make-dist: Make links in info subdir.
12391
123921993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12393
12394 * configure.in: Call AC_STDC_HEADERS.
12395
123961993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12397
12398 * configure.in: Sidestep autoconf's quoting of the second argument
12399 of AC_DEFINE, so we can specify the value to put there. It would
12400 be nice if autoconf provided some way to specify computed values
12401 for macros.
12402
124031993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12404
90eacf99 12405 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
12406 this is always just -DHAVE_CONFIG_H.
12407
12408 The GNU coding standards specify that CFLAGS should be left for
12409 users to set.
12410 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
12411 for this.
12412 Don't have it default to DEFS.
067d23c9
KY
12413 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
12414 (lib-src/Makefile, src/Makefile): Edit the default value for
12415 CFLAGS into these files, not DEFS.
12416 * configure.in (CFLAGS): Choose a default value for this - "-g"
12417 normally, or "-g -O" if we're using GCC. Edit it into the
12418 top-level Makefile.
12419
12420 * configure.in: When scanning the machine and system description
12421 #include files, write their names to conftest.c properly.
12422
124231993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12424
12425 * configure.in: In configuration name case for Apallos running
12426 Domainios, set opsys, not opsysfile.
12427
12428 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
12429 src/config.h, instead of AC_OUTPUT; the latter overwrites
12430 src/config.h even when it hasn't changed, puts a makefile-style
12431 comment at the top even though it's C code, and produces a
12432 config.status script which doesn't do the job right.
12433
12434 * configure.in: Add AC_LN_S test, so we can tell whether or not we
12435 can use a symbolic link to get the X Menu library into src.
12436 * Makefile.in (LN_S): New variable.
12437 (src/Makefile): Edit the value of LN_S into this makefile.
12438
124391993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12440
12441 * configure.in: Support *-sco3.2v4* as opsystem.
12442
12443 * make-dist: Don't include calc directory.
12444 Exclude many files in the man directory; copy a few.
12445
124461993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12447
12448 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
12449 call AC_STRUCT_TM to see what's in time.h.
12450
12451 * configure.in: Employ quoting stupidity to get the value of CPP
12452 to expand properly.
12453
124541993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12455
12456 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
12457 variable to scan the machine and system description files.
12458
12459 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
12460 so that getdate.y builds correctly.
12461
124621993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12463
12464 * configure.in (tempcname): Change this to "conftest.c", so it will
12465 work properly on systems with short filenames; this is the name
12466 autoconf uses.
12467
12468 * configure.in: Also detect the availability of dup2 and
12469 gethostname.
12470
12471 * configure.in: Use the AC_ALLOCA test.
12472 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
12473 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
12474
124751993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12476
12477 * make-dist: Distribute configure, as well as configure.in.
12478 Oversight.
12479
124801993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12481
12482 * Makefile.in (install): Print out the name of the directory we're
12483 copying, so people can have some idea of whether we're making
12484 progress.
12485
12486 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12487 Don't forget to re-create the COPYDESTS directories after we clear
12488 them out.
12489
124901993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12491
12492 * Makefile.in: Add autoconf cookies so that the configure
12493 script can comment out sections of path variable definitions to
12494 choose between the installable configuration and the run-in-place
12495 configuration.
12496 * configure.in: Add new option `--run-in-place', to select the
12497 run-in-place path definitions.
12498
12499 * configure.in: Add a clause to the big configuration name case
12500 for the NeXT machine.
12501
125021993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12503
12504 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12505 Make sure that each source directory exists, and is different from
12506 the destination directory; then, delete the destination before
12507 copying over the source.
12508
12509 * make-dist: Distribute configure.in, instead of configure.
12510
125111993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12512
12513 * configure.in: Don't set CC to "gcc -O" if the user specifies
12514 `--with-gcc'. Add -O to DEFS if GCC is set.
12515
125161993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12517
12518 * Makefile.in (clean mostlyclean): Missing right paren.
12519
12520 * configure.in: When checking for X windows, search for an X11
12521 subdirectory of ${x_includes}.
12522
12523 * configure.in: Check for gettimeofday function, for getdate.y.
12524
12525 Change `configure' to a mixture of custom code and autoconf stuff.
12526 autoconf can't derive all the information we need, but we'd really
12527 like to be able to take advantage of some of its tests, and its
12528 file-editing facilities.
12529 * configure.in: Renamed from configure.
12530 Quote the sections of shell script we want copied literally to
12531 the configure script.
12532 (compile): Initialize this to make the autoconf macros' code happy.
12533 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12534 code to do their jobs.
12535 Use autoconf to produce Makefile and src/config.h.
12536 Remove the Makefile-style comment that autoconf places at the top
12537 of src/config.h.
90eacf99
SM
12538 (config_h_opts): Remove - no longer necessary.
12539 * Makefile.in (configname): Rename to configuration.
12540 (CONFIG_CFLAGS): Rename to DEFS.
12541 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
12542 get values via autoload @cookies@.
12543 (libsrc_libs): Get this from autoconf. We used to do nothing
12544 about this.
12545 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12546
90eacf99
SM
12547 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12548 Don't echo the move-if-change command.
067d23c9
KY
12549
125501993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12551
12552 * make-dist: Distribute lib-src/rcs-checkin.
12553
12554 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12555 Don't try to make links to the RCS or Old subdirectories.
12556 Use the appropriate extension for the compression type in use.
12557 Create the tar file in the shell's initial default directory, not
12558 in ${tempparent}.
12559 Erase the whole ${tempparent} tree, not just ${tempdir}.
12560
125611993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12562
12563 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12564 use to build paths.h.
12565 (lib-src/Makefile, src/Makefile): Similarly.
12566
12567 * configure: Extend test for working `const' keyword to handle AIX
12568 3.2 cc.
12569
125701993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12571
12572 * make-dist: Distribute lisp/term/ChangeLog.
12573
12574 Arrange for C compilation throughout the tree to get
12575 C_SWITCH_SYSTEM from the configuration files.
12576 * configure: Extract C_SWITCH_SYSTEM from the machine and
12577 system-dependent files, and save it in the top-level Makefile.
12578 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12579 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12580
12581 * make-dist: Include the VMS support files in oldXMenu in the
12582 distribution.
12583
12584 * configure: Doc fix.
12585
12586 * configure: Fix corrupted config_h_opts.
12587
12588 * configure: Properly report option names in error messages.
12589
12590 * configure: Properly recognize --x-includes and --x-libraries
12591 options.
12592
12593 * configure: Fix syntax errors in code handling XFree386.
12594
125951993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12596
12597 * configure: Add special code to detect XFree386, and tell
12598 config.h about it.
12599
12600 * configure: Properly handle extracting values of LIBS_MACHINE and
12601 LIBS_SYSTEM that contain spaces.
12602
90eacf99
SM
12603 * configure: Add `--x-includes' and `--x-libraries' options.
12604 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
12605 large sites, have said they have their X files installed in odd
12606 places. Implement them by setting C_SWITCH_X_SITE and
12607 LD_SWITCH_X_SITE in src/config.h.
12608
126091993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12610
12611 * make-dist: Don't distribute etc/Old files.
12612
12613 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12614 backups.
12615
126161993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12617
12618 * make-dist: Fix typo.
12619
126201993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12621
12622 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12623 in some cases where it should but didn't seen to.
12624
12625 * Makefile.in: Added unlock and relock productions.
12626
126271993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12628
12629 * make-dist: Add a --compress option to force make-dist to use
12630 compress.
12631
12632 * make-dist: Use gzip, if we can find it.
12633
12634 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12635 make rs6000-ibm-aix default to -aix32.
12636
126371993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12638
12639 * Makefile.in: Added `Developer's configuration' section.
12640
126411993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12642
12643 * Makefile.in: Add commented-out variable settings for developer's
12644 configuration.
12645
126461993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12647
12648 * make-dist: Distribute `src/bitmaps' too.
12649
126501993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12651
12652 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12653 make rs6000-ibm-aix default to -aix32.
12654
126551993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12656
12657 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12658
12659 * Makefile.in (install.sysv): Add a second `$' in front of
12660 `${dest}', so that the shell will expand it, instead of Make.
12661
12662 * configure: When processing the name of the configure script,
12663 collapse `././' to `./', but leave a single `./' prefix alone.
12664
12665 * configure: Doc fix.
12666
126671993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12668
12669 * configure: Handle isc3.0 correctly.
12670
126711993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12672
12673 * make-dist: Don't try to copy the COPYING notice into
12674 external-lisp; we're not distributing that directory any more.
12675
126761993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12677
12678 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12679 Remove CVS subdirectories from the installed directory trees, as
12680 well as RCS directories.
12681
126821993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12683
12684 * make-dist: Only copy gmalloc.c if we couldn't link it.
12685 Don't try to copy man/{README,Makefile} unless they actually exist.
12686
12687 * Makefile.in (lisppath): Don't include externallispdir in this.
12688 We're not sure whether we're even going to distribute the
12689 directory yet.
12690
126911993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12692
12693 * make-dist: Don't distribute the external-lisp directory anymore.
12694 * INSTALL: Remove all references to external-lisp.
12695
12696 * configure: Detect whether the compiler supports `const'
12697 properly, and edit src/config.h accordingly.
12698
12699 * configure: Tweak layout of final report.
12700
12701 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
12702 CFLAGS.
12703
12704 * Makefile.in (locallisppath): Make this default to
12705 ${datadir}/emacs/site-lisp, instead of
12706 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
12707 the same thing, and local-lisp causes completion conflicts with
12708 lock.
12709 (lisppath): Add ${externallispdir} to this.
12710 * INSTALL: Adjust installation directions.
12711
12712 * Makefile.in (externallispdir): New variable, to say where to
12713 install the externally-maintained lisp files.
12714 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
12715 the others.
12716 * INSTALL: Describe external-lisp and the new externallispdir
12717 variable.
12718
127191993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12720
12721 * configure (progname): New option `--with-gcc'. Make it clearer
12722 how we are trying to guess whether or not we have GCC.
12723 * INSTALL: Document the `--with-gcc' option, and improve
12724 description of `--with-x' options.
12725
127261993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12727
12728 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12729 ${infodir} from these variables; we have written out explicit code
12730 to install the info files.
12731
127321993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12733
12734 * make-dist: Don't distributed the RCS files in the etc directory.
12735
127361993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12737
12738 * Makefile.in: Some makes can't handle comments in the middle of
12739 commands; move them to before the whole rule.
12740
127411993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12742
12743 * README: Mention what Emacs is.
12744
127451993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12746
12747 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12748 Add `./cpp' and `./man' back into the distribution.
12749
127501993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12751
12752 * Makefile.in: Define MAKE, and use where appropriate.
12753
127541993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12755
12756 * make-dist: Remember that the authoritative COPYING notice is
12757 `etc/COPYING', not `../etc/COPYING'.
12758
127591992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12760
12761 * make-dist: Make sure that the COPYING notices in each directory
12762 are copies, not symlinks.
12763
127641992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12765
12766 * INSTALL: The build process produces an executable called `emacs'
12767 now. Change references.
12768 * Makefile.in: Adjust `install.mumble' targets to install
12769 `src/emacs', not `src/xemacs'.
12770
12771 * configure: Start with a blank line; this keeps some old CSH's
12772 from thinking it's a CSH script. Most systems will just use
12773 /bin/sh to run it, which is what we're expecting; the only other
12774 shells which might try to interpret it themselves are probably
12775 Bourne-compatible.
12776
127771992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12778
12779 * INSTALL: Improvements suggested by David Mackenzie.
12780
127811992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12782
12783 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12784 Don't try to copy the info files if there aren't any; the
12785 unexpanded globbing pattern disappoints `install'. Ignore the
12786 return status of that command.
12787
12788 * INSTALL: Updated for new configuration arrangement.
12789
12790 * configure: Don't make the top-level Makefile read-only - people
12791 may want to edit the values of the path variables.
12792
12793 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12794 Install the info files in ${infodir}. Install the executable
12795 under both `emacs' and `emacs-VERSION'.
12796
12797 * Makefile.in: Doc fix.
12798
12799 * Makefile.in (exec_prefix): New variable, as per latest version
12800 of coding standards.
12801 (bindir, libdir): Use it, instead of `prefix'.
12802 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
12803
12804 * Makefile.in (mandir): Make the default value for this depend on
12805 $(prefix).
12806
12807 * Makefile.in (datadir, statedir, libdir): Make these all default
12808 to ${prefix}/lib.
90eacf99
SM
12809 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
12810 Adjust to compensate.
067d23c9
KY
12811
12812 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12813 Install the etags and ctags man pages too.
12814
12815 * Makefile.in (distclean): Don't delete backup files; that's the
12816 job of extraclean.
12817 (extraclean): Like distclean, but deletes backup and autosave files.
12818
128191992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12820
12821 Make path specification conform to GNU coding standards.
12822 * configure (long_usage): Remove all traces of old arguments from
12823 usage messages, and document the options we do accept in more
12824 detail: -with-x... and --srcdir.
90eacf99 12825 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
12826 make this worthwhile.
12827 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
12828 along with the code which supported them; these should be set as
12829 arguments to the top-level make.
12830 (config_h_opts): Since this no longer doubles as a list of option
12831 names, make them upper case; this simplifies the code which uses
12832 them to build the sed command to edit src/config.h. Change the
12833 code which sets them.
12834 (cc, g, O): Don't allow the user to set these using options; they
12835 should be specified using `CC=' and `CFLAGS=' arguments to the
12836 top-level make. Just choose reasonable default values for them,
12837 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
12838 values.
12839 (gnu_malloc, rel_alloc): Don't allow the user to set these using
12840 options; use them whenever the configuration files say they're
12841 possible.
12842 Simplify the argument processing loop. Don't accept abbreviations
12843 for option names; these might conflict with other configuration
12844 options in the future.
12845 Add some support for the `--srcdir' option. Check for the sources
12846 in . and .. if `--srcdir' is omitted. If the directories we will
12847 compile in don't exist yet, create them under the current directory.
12848 Note that the rest of the build process doesn't really support
12849 this.
90eacf99
SM
12850 Edit only the top Makefile. That should edit the others.
12851 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
12852 and `srcdir' from the configuration arguments, `CC' and
12853 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
12854 the user's path, and LOADLIBES as gleaned from the system
12855 description files.
12856 Simplify the report generated; it doesn't need to include any
12857 description of paths now.
12858 Make `config.status' exec configure instead of just calling it, so
12859 there's no harm in overwriting `config.status'.
12860 * Makefile.in (version, configname): New variables, used to choose
12861 the default values for datadir and libdir.
12862 Path variables rearranged into two clearer groups:
12863 - In the first group are the variables specified by the GNU coding
12864 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12865 manext, infodir, and srcdir).
12866 - In the second are the variables actually used for Emacs's paths
12867 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12868 archlibdir), which depend on the first category.
12869 datadir and libdir default to directories under
12870 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12871 demand.
12872 etcdir and lispdir default to subdirectories of datadir.
12873 archlibdir defaults to libdir.
12874 The new installation tree is a bit deeper than it used to be, so
12875 use the new make-path program in lib-src to build them all.
12876 Always build a new src/paths.h.tmp and then move-if-change it to
12877 src/paths.h, to avoid unnecessary rebuilds while responding to the
12878 right changes.
12879 Remove all mention of arch-lib. Run utility commands from
12880 lib-src, and let the executables be copied into archlibdir when
12881 Emacs is installed.
12882 Add targets for src/Makefile, lib-src/Makefile, and
12883 oldXMenu/Makefile, editing the values of the path variables into
12884 them.
12885 Let lib-src do its own installation.
12886 (datadir): Default to putting data files under
12887 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12888 (emacsdir): Variable deleted; it would only be confusing to use.
12889 (lispdir, etcdir): Default to ${datadir}/lisp.
12890 (mkdir): Use make-path for this.
12891 (lockdir): Do this in mkdir.
12892 (Makefile): New target.
12893
12894 * configure (usage_message): Rename to long_usage.
12895
12896 * make-dist: Don't bother creating an arch-lib directory; that's
12897 only for installation now.
12898
128991992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12900
12901 * configure: Use GCC-style configuration names, using config.sub.
12902 Change the usage and help messages.
12903
12904 * configure: Initialize window_system, not indow_system.
12905
12906 * configure: Report which window system, compiler, and signal
12907 handler return type we decide to use.
12908
12909 * make-dist: Explain what's going on if config.sub and gmalloc.c
12910 can't be linked. Place the code which copies them near the code
12911 which links the rest of the files around them.
12912
129131992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12914
12915 * make-dist: Don't bother to distribute src/*.com, or
12916 src/vmsbuild; those have all been moved to `../vms'.
12917
129181992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12919
12920 * make-dist: Don't forget that the way to avoid filenames starting
12921 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12922 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12923 couldn't make hard links to, since we have two already, and
12924 perhaps more to come.
12925
129261992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12927
12928 * configure: When editing parameters into lib-src/Makefile, change
12929 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12930 needs some other flags too.
12931
129321992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12933
12934 * configure: Remove spurious echo of the configuration name.
12935
12936 * make-dist: Don't distribute files in src/m and src/s whose names
12937 begin with `='.
12938
129391992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12940
12941 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12942 Also LISP_FLOAT_TYPE.
12943
129441992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12945
12946 * make-dist: Copy config.sub, since it's a symbolic link to a file
12947 on another file system.
12948
129491992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12950
12951 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12952 distribution.
12953
12954 * config.sub: New file, to help us recognize configuration names.
12955 * make-dist: Include it in the distribution.
12956
129571992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12958
12959 * configure: Convert `-' to `_' in specified option names.
12960 Accept options with --. Delete --highpri and --have-x-menu options.
12961 New options --with-x and --with-x10 replace -window-system.
12962 Don't mention options --gnu-malloc, --rel-alloc
12963 or --lisp-float-type in help message.
12964
129651992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12966
12967 * make-dist: Include the `vms' subdirectory in the distribution.
12968
129691992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12970
12971 * configure: Remove lines starting with "# DIST: " when building
12972 lib-src/Makefile and src/Makefile. This allows us to mark the
12973 "Makefile.in" files with explanatory comments which won't also get
12974 stuck in the Makefiles.
12975
129761992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12977
12978 * make-dist: Don't use the '+' operator in the sed regular
12979 expression that extracts the version number from lisp/version.el;
12980 Ultrix sed doesn't seem support the operator. Just double the
12981 operand and use *.
12982
129831992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12984
12985 * Makefile.in: Doc fix.
12986
129871992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12988
12989 * configure: Rewrite sed command to remove at most one ./ prefix;
12990 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
12991 group.
12992
129931992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12994
12995 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
12996
129971992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
12998
12999 * make-dist: Go ahead and build a new TAGS file, unless the
13000 --newer option was specified. Don't try to delete a TAGS file
13001 from etc; it's not kept there, and shouldn't be deleted anyway.
13002
130031992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13004
13005 * make-dist: If the lisp directory contains a default.el, don't
13006 distribute it.
13007
13008 * configure: When searching signal.h for the type of a signal
13009 return handler, make a copy of it, not a symbolic link to it; that
13010 way, it will work on systems that don't have symbolic links.
13011
130121992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13013
13014 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13015 option for generating incremental distributions. Stopped it from
13016 generating a TAGS file into the distribution; that sucker is
13017 *big*, and easily enough generated with the toplevel makefile.
13018
130191992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13020
13021 * configure: When writing config.status, don't prefix progname
13022 with a '.'; it might be absolute.
13023
130241992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13025
13026 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13027 /usr/include/X11 exist, not only if both exist.
13028
130291992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13030
13031 * make-dist: Make the new external-lisp directory a duplicate of
13032 the external-lisp directory, not the lisp directory.
13033
130341992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13035
13036 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13037 clean' in arch-lib; it doesn't even have a Makefile.
13038
13039 * Makefile.in (clean, mostlyclean): In the test which tries to
13040 distinguish between the build directory, which should be cleaned,
13041 and the installed directory, which shouldn't, cd to `${emacsdir}',
13042 not `${DESTDIR}${LIBDIR}'.
13043
130441992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13045
13046 * make-dist: Be sure to delete the .c and .h files that YACC and
13047 BISON create from getdate.y.
13048
13049 * external-lisp: New directory; see `external-lisp/README'.
13050 * make-dist: Added support for the external-lisp subdirectory.
13051
13052 * make-dist: Changed message which complains that make-dist wasn't
13053 invoked in the right directory to indicate which files it was
13054 looking for.
13055
130561992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13057
13058 * configure: Add comments explaining why we can't translate
13059 character ranges or control characters in `tr'.
13060
130611992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13062
13063 * configure: When generating the configuration message, we used to
13064 build the message from the start so that each line began with "# "
13065 so that it would be a comment in `config.status'. However, this
13066 causes trouble if any of the variables we use in the message
13067 expand to more than one line of text - as gnu_malloc_reason
13068 sometimes does. So instead, we build the message as it should be
13069 printed to the user (i.e. without the "# " prefixes), and stick on
13070 the "# "s when we write it to `config.status'.
13071
13072 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13073 `lib-src' and `arch-lib'.
13074
13075 * configure: When generating report and `config.status' file, note
13076 that bindir only determines where `make install' and
13077 `build-install' will place the executables; this should make it
13078 clear that the ordinary build process will not try to install
13079 things.
13080
130811992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13082
13083 * make-dist: Change messages to say that we are 'making links to
13084 X', rather than 'copying X'. And put `' quotes around file names.
13085
13086 * make-dist: Include '.tmp' in the name of the staging directory.
13087
13088 * make-dist: Pass the `-f' option to rm when you're not sure that
13089 the files you're removing actually exist.
13090
13091 * make-dist: When setting up etc/COPYING, always nuke whatever is
13092 there, and then copy it in, to make sure we get a real file.
13093
90eacf99
SM
13094 * make-dist: Don't try to distribute *.defns files any more.
13095 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
13096 version which doesn't have a separate .defns file.
13097
130981992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13099
13100 * make-dist: Don't distribute configured versions of config.h.in,
13101 paths.h.in, Makefile.in in src.
13102
13103 * configure: Delete .tmp files before creating them; don't bother
cd1181db 13104 trying to make final targets writable first, since it won't
067d23c9
KY
13105 matter to move-if-change.
13106
131071992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13108
13109 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13110 mkdir and chmod in the center of all the conditionals. GNU Make
13111 will strip these out, but other makes won't.
13112
131131992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13114
13115 * make-dist: Include move-if-change in list of files to distribute.
13116
131171992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13118
13119 * configure: Remove any "." elements from the program name.
13120
13121 * configure: Don't record the values of all the possible arguments
13122 in config.status; only record the options that the user specified.
13123
13124 * configure: Use move-if-change to move in the new src/config.h.
13125
131261992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13127
13128 * move-if-change: New file, copied from gcc release.
13129 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13130 a temp file, so we don't update paths.h if an error occurs or if
13131 it doesn't need changing.
13132
131331992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13134
13135 * Makefile.in (src/paths.h): Do not install a value for the
13136 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13137 * build-install.in: Same thing.
13138
131391992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13140
13141 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13142 latter, being a typo, is always false, resulting in a program
13143 whose default behavior is to painstakingly build a copy of the
13144 source tree, and then delete it. Rah.
13145
13146 * Makefile.in: Add dist target, and comment for it.
13147
13148 * configure: When scanning <signal.h> for a declaration for
13149 signal, create a symbolic link with a name ending in .c, so the
13150 compiler won't complain that it's only been given .h files.
13151
13152 * configure: Check whether there are any arguments available
13153 before shifting to get the value of a non-boolean parameter.
13154
13155 * make-dist: Doc fix.
13156
131571992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13158
13159 * configure: Instead of grepping /usr/include/signal.h for a
13160 signal declaration, run /usr/include/signal.h or
13161 /usr/include/sys/signal.h through cpp and grep for the
13162 declaration.
13163
13164 * configure: Redirect the output of grep to /dev/null instead of
13165 using grep -s - that flag means different things on other systems.
13166
13167 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13168 since the former is recognizable even if you don't know what
13169 'dumping' is.
13170 * configure: Accommodate that change.
13171
13172 * configure: Accept options for all of the directories you can
13173 change in the Makefile.
13174
13175 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13176
13177 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13178 FOO before you can use them.
13179
13180 * build-install.in: Made the "Where To Install Things" section
13181 conform with the similar section from Makefile.in. Copied section
13182 which builds src/paths.h from src/paths.h.in from the Makefile.
13183
131841992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13185
13186 * configure: Write config.status to pass its command-line
13187 arguments on to configure, so that people can use it to recreate
13188 an old configuration, with minor changes.
13189
131901992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13191
13192 * configure: Don't rely on option variables being unset if their
13193 values are the empty string. In particular, when producing the
13194 English report, don't assume that highpri will be unset when no
13195 increased priority has been requested; -highpri='' should be the
13196 same as omitting -highpri altogether.
13197
13198 * configure: Fix dumb bug: when running the system and machine
13199 description files through cpp, mark those lines that we want to
13200 evaluate with the string '@configure@', and then only evaluate
13201 them. This way if the files include anything that actually
13202 generates text (type definitions or external declarations, say),
13203 we won't try to eval it.
13204
132051992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13206
13207 * make-dist: New shell script.
13208
13209 * configure: When creating foo from foo.in, make foo read-only to
13210 remind people to edit the .in file instead.
13211
13212 * INSTALL: Changed references to config.h-dist to config.h.in.
13213 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
13214 to build src/paths.h from src/paths.h.in; added a paragraph to do
13215 this.
13216 * configure, Makefile, build-install: Changed filenames like
13217 FOO-dist to FOO.in.
13218
132191992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13220
13221 * Makefile, build-install: Renamed to Makefile.in and
13222 build-install.in; the configure script will edit these to produce
13223 the usable Makefile and build-install.
13224 * configure: Changed to produce ./Makefile, ./build-install,
13225 lib-src/Makefile, and src/Makefile from their *.in counterparts,
13226 instead of editing them in place.
13227
132281992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13229
13230 * Makefile: Re-arranged so that the undumped Emacs will search
13231 ../lisp *after* the site's local elisp files.
13232 (locallisppath, dumplisppath): New variables.
13233 (lisppath): This variable's default value is now chosen based on
13234 $(locallisppath) and $(lispdir); while it used to be the
13235 customization point for adding site-local elisp directories to
13236 load-path, that job is now handled mostly by locallisppath.
13237 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
13238 Check the values being assigned to the *LOADSEARCH macros for null
13239 path elements (like '::' in 'foo::bar').
13240
13241 * configure: When checking if the machine- and system-dependent
13242 files define a particular macro or not, actually run them through
13243 CPP and test the macros with #ifs, instead of just grepping for
13244 the macros' names. In particular, check for SYSTEM_MALLOC in this
13245 way.
13246
132471992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13248
13249 * Makefile (install): Don't use -s in install. (Keep the symbols.)
13250
132511992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13252
13253 * configure: Make the config.status file an executable shell
13254 script which will recreate the same configuration. Include the
13255 verbal description of the current configuration as a comment in
13256 the script.
13257 * INSTALL: Doc fix.
13258
13259 * Makefile: Brought the Makefile up to the GNU coding
13260 standards, as described in standards.text:
13261 (TAGS): New name for the target which rebuilds the tags table.
13262 (check): New target; doesn't do anything yet.
13263 (mostlyclean): New target, synonymous with clean.
13264 (realclean): New target. Currently, this just calls the
13265 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
13266 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
13267 New variables.
067d23c9 13268 Installation directory variables changed to conform.
90eacf99 13269 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
13270 code which copies the directories into their installed location to
13271 allow the installed locations to be in several different
13272 directories; the old version assumed that they would all be in
13273 $(emacsdir).
13274 (mkdir, lockdir): Allow the installed locations to be in several
13275 different directories.
13276 * INSTALL: Doc fix.
13277
13278 * build-install: Use the same variable names as the Makefile.
13279 Allow the installed locations to be in several different
13280 directories.
13281
132821992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13283
13284 * Makefile (src/paths.h): Instead of using a single sed command to
13285 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
13286 separately, and don't forget to append "/!!!SuperLock!!!" to the
13287 value of the PATH_SUPERLOCK macro.
13288
13289 * config.emacs: Renamed to configure, for consistency with other
13290 GNU products. Internal references changed.
13291 INSTALL, Makefile: References changed.
13292
13293 * lock: New directory, which should always be empty. If this
13294 directory doesn't exist, Emacs won't complain; it just won't lock.
13295 Having this here means that people can just unpack Emacs, build
13296 it, and have locking work.
13297
13298 * share-lib: Re-renamed to etc, for the sake of tradition.
13299 * config.emacs: Changed default value for datadir to ../etc.
13300 * INSTALL, README: Adjusted.
13301
133021992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13303
13304 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
13305 by running CPP on the appropriate s/*.h and m/*.h files.
13306
133071992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13308
13309 * config.emacs: Make sure to set the "exit on error" flag once
13310 we've removed config.status; errors should abort the configuration.
13311
133121992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13313
13314 * config.emacs: Added -distribute option, so that the Makefile
13315 paths are in their proper form. I don't know why this matters.
13316
133171992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13318
13319 * local-lisp: New directory, empty in the distribution, for people
13320 to put local elisp code in.
13321 * config.emacs: Include it in the default load path.
13322 * README: Document it.
13323
133241992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13325
13326 * config.emacs: Guess the type of signal handling functions based
13327 on the contents of /usr/include/signal.h.
13328
13329 * config.emacs: Print out progress report messages.
13330
13331 * Makefile (src/paths.h): Don't generically replace
13332 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
13333 editing of the other entries, and each entry should be dealt with
13334 explicitly anyway.
13335
13336 * build-install: Converted from C-shell to Bourne shell.
13337 * config.emacs: Edit build-install properly.
13338
13339 * config.emacs: Doc fix.
13340
133411992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13342
13343 * Makefile (install): Remove `B' from tar xf command.
13344
133451992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13346
13347 * config.emacs: Removed support for the `maintain-environment'
13348 option; the only important difference between this and its absence
13349 has been removed.
13350 * INSTALL: Removed mention of `maintain-environment'.
13351
13352 * config.emacs: Fix arguments to sed when processing boolean
13353 arguments.
13354
133551991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13356
13357 * config.emacs: New file, to help automate the installation
13358 process.
13359
13360 * Makefile: Lots of changes to support the separation of etc into
13361 architecture-dependent and -independent files:
13362 (EMACSROOT): New variable, giving the directory under which all of
13363 Emacs's libraries should be installed. Changed rest of file to
13364 use it.
13365 (LIBDIR): Now denotes only architecture-dependent dir.
13366 (DATADIR): New variable, denoting architecture-independent dir.
13367 (LOCKDIR): New variable, for completeness.
13368 (SUBDIR): No more etc, new lib-src.
13369 (COPYDIR): No more etc, new arch-lib and share-lib.
13370 (src/paths.h): Set PATH_DATA and the LOCK macros too.
13371 (src): Now depends on lib-src, not etc.
13372 * build-install: Changes parallel to the above.
13373 * README: Describe the new arrangement.
13374
13375 * vms: New subdirectory for all the VMS stuff.
13376
133771991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13378
13379 * Makefile (LISPPATH): New variable.
13380 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
13381
133821990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
13383
13384 * Makefile (install, install.sysv, install.xenix):
13385 Install wakeup instead of loadst. No need for setuid or setgid.
13386
133871990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13388
13389 * Makefile (clean): Clean etc if that's not the installation dir.
13390
133911990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13392
13393 * Makefile (paths.h): Make sed alter each name in the path.
13394
133951988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13396
13397 * Makefile (install.sysv): Use cpio, not tar.
13398
133991988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13400
13401 * Makefile (lockdir): Rename `lock' target.
13402 Depend on it from install*, not from `all'.
13403
134041988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
13405
13406 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
13407 to match build-install and paths.h.
13408
13409;; Local Variables:
13410;; coding: utf-8
067d23c9
KY
13411;; End:
13412
ba318903 13413 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
067d23c9
KY
13414
13415 This file is part of GNU Emacs.
13416
13417 GNU Emacs is free software: you can redistribute it and/or modify
13418 it under the terms of the GNU General Public License as published by
13419 the Free Software Foundation, either version 3 of the License, or
13420 (at your option) any later version.
13421
13422 GNU Emacs is distributed in the hope that it will be useful,
13423 but WITHOUT ANY WARRANTY; without even the implied warranty of
13424 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13425 GNU General Public License for more details.
13426
13427 You should have received a copy of the GNU General Public License
13428 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.