Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.
[bpt/emacs.git] / ChangeLog
CommitLineData
a0e26ff0
PE
12014-06-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port better to AIX (Bug#17598).
4 * configure.ac (with_xpm_set): New shell var.
5 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
6 (with_xpm): Default to 'no' on AIX.
7 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
8 requires the former on AIX.
9
1915d8d6
PE
102014-05-30 Paul Eggert <eggert@cs.ucla.edu>
11
12 Fix port to 32-bit AIX with xlc (Bug#17598).
13 This doesn't fix Bug#17598, but it does fix a regression since Emacs
14 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
15 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
16 Merge from gnulib, incorporating:
17 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
18 * lib/ftoastr.c: Update from gnulib.
19
4f4ec76f
PE
202014-05-22 Paul Eggert <eggert@cs.ucla.edu>
21
22 Fix port to 32-bit AIX (Bug#17540).
23 * configure.ac (opsys): On Power Architecture, treat release 7 of
24 AIX like releases 5 and 6.
25
3b7865ca
GM
262014-05-18 Glenn Morris <rgm@gnu.org>
27
28 * configure.ac (INSTALL_INFO):
29 Revert to just checking for "install-info".
30
d137278a
GM
312014-05-17 Glenn Morris <rgm@gnu.org>
32
33 * configure.ac (INSTALL_INFO): Try the identical-but-quieter-on-Debian
34 "ginstall-info" before "install-info".
35
ec5f5b30
PE
362014-05-04 Paul Eggert <eggert@cs.ucla.edu>
37
61febcb6
PE
38 Revert recent libpng changes (Bug#17339).
39 They fix only bugs that aren't being reported, so it may be better
40 to do them on the trunk.
41 * configure.ac (PNG_CFLAGS): Remove. All uses removed.
42 (LIBPNG): Don't be consistent about -lpng16 versus -lpng.
43 Ignore libpng-config's exit status. Always append -lz -lm.
44
ec5f5b30
PE
45 * configure.ac (LIBPNG): Add -lz -lm on platforms where they're needed
46 but libpng-config --libs omits them. Problem reported by Glenn
47 Morris.
48
7e00998f
PE
492014-05-03 Paul Eggert <eggert@cs.ucla.edu>
50
51 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
52 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
53 A more-complicated fix would be to remove uses of PixelSetMagickColor,
54 introduced in ImageMagick 6.3.5 (Sept. 2007).
55
6f074205
PE
562014-05-02 Paul Eggert <eggert@cs.ucla.edu>
57
58 Consult libpng-config more consistently (Bug#17339).
59 * configure.ac (edit_cflags): Move this up and to the top level,
60 so that PNG_CFLAGS can use it too.
61 (PNG_CFLAGS): New var.
62 (png_longjmp): Use PNG_CFLAGS when checking.
63 (LIBPNG): Be consistent about -lpng16 etc; e.g., don't use -lpng16
64 in some places and -lpng in others. Test libpng-config's exit
65 status. If it succeeds, use its output rather than appending -lz -lm.
66
969aabf2
GM
672014-05-01 Glenn Morris <rgm@gnu.org>
68
69 * configure.ac (LIBPNG): Consult libpng-config for the precise
70 form of "-lpng" to use. (Bug#17339)
71
ca489750
GM
722014-04-29 Glenn Morris <rgm@gnu.org>
73
74 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
75
bf6b4923
EZ
762014-04-16 Eli Zaretskii <eliz@gnu.org>
77
78 * config.bat: Update for Emacs 24.4.
79
13a5993b
PE
802014-04-13 Paul Eggert <eggert@cs.ucla.edu>
81
82 Port to IRIX 6.5 (Bug#9684).
83 This port requires IRIX cc, as I did not have time to get
84 undump working with the old GCC on the system I had access to,
85 but that's better than nothing.
86 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
87 that wouldn't have worked anyway, with IRIX cc.
88 (emacs_cv_clang, emacs_cv_sanitize_address)
89 (ns_osx_have_104, ns_osx_have_105):
90 Don't assume '#error' makes the compiler fail,
91 as this doesn't work with IRIX cc.
92 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
93 checks. This runs afoul of an IRIX configuration where GnuTLS is
94 in an optional library that also contains getdelim, and causes
95 a later 'configure' to incorrectly think getdelim is supported.
96
aa1f3497
EZ
972014-04-13 Eli Zaretskii <eliz@gnu.org>
98
99 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
100 ensure the MSYS ln.exe is invoked.
101
235b3c79
GM
1022014-04-11 Glenn Morris <rgm@gnu.org>
103
104 * make-dist: Do not distribute generated admin/grammars/Makefile.
9b1ac3be 105 Do distribute lib-src/update-game-score.exe.manifest.
235b3c79 106
0cccc183
KB
1072014-04-09 Ken Brown <kbrown@cornell.edu>
108
109 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
110 UPDATE_MANIFEST empty).
111
ebe8e076
KB
1122014-04-03 Ken Brown <kbrown@cornell.edu>
113
114 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
115 variables empty on Cygwin. (Bug#17176)
116
63adc156
GM
1172014-03-31 Glenn Morris <rgm@gnu.org>
118
119 * configure.ac: Make the final "Does Emacs use Gsettings" message
120 consistent with src/config.h.
121
dcb4c4d7
JD
1222014-03-31 Jan Djärv <jan.h.d@swipnet.se>
123
124 * configure.ac: Fix errors from previous checkin (GSettings check).
125 Backport from trunk.
126
8e86e380
DC
1272014-03-30 Daniel Colascione <dancol@dancol.org>
128
129 * configure.ac: Include GFILENOTIFY objects in glib check. (Bug#17069)
130
4e6c9f7b
JD
1312014-03-30 Jan Djärv <jan.h.d@swipnet.se>
132
133 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
134 Backport from trunk.
135
cefcfbcc
PE
1362014-03-26 Paul Eggert <eggert@cs.ucla.edu>
137
138 Merge from gnulib, incorporating:
139 2014-03-26 strftime: wrap macros in "do {...} while(0)"
140 * lib/strftime.c: Update from gnulib.
141
0d181095
PE
1422014-03-07 Paul Eggert <eggert@cs.ucla.edu>
143
144 Merge from gnulib, incorporating:
145 2014-03-04 stdint: fix missing SIZE_MAX on Android
146 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
147 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
148 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
149 Update from gnulib.
150
bdd85f31
GM
1512014-03-05 Glenn Morris <rgm@gnu.org>
152
153 * configure.ac: Tweak the "unported" error message.
154
59587ee4
PE
1552014-03-05 Paul Eggert <eggert@cs.ucla.edu>
156
f889ebce 157 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
59587ee4
PE
158 * configure.ac: Fix a bug in shell pattern matching that caused
159 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
160
cc587404
PE
1612014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
162
163 Merge from gnulib (Bug#16825).
164 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
165
f1037d0b
PE
1662014-02-24 Paul Eggert <eggert@cs.ucla.edu>
167
168 Merge from gnulib, incorporating:
169 2014-02-21 timer: fix uClibc detection of threading
170 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
171
526e126f
MK
1722014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
173
174 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
175
96fbe2b9
PE
1762014-02-14 Paul Eggert <eggert@cs.ucla.edu>
177
178 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
179 This fixes a bug in the previous change. Also, use $(SHELL)
180 rather than sh, as that's more likely to be portable.
181
89a97129
PE
1822014-02-13 Paul Eggert <eggert@cs.ucla.edu>
183
184 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
185 This should make it more reliable, and hopefully more portable to
186 non-GNU 'make' implementations such as HP-UX 'make'.
187
1a4c95f6
JB
1882014-02-13 Juanma Barranquero <lekktu@gmail.com>
189
190 * Makefile.in (install-nt): Also pass datadir.
191
06c2ec49
PE
1922014-02-05 Paul Eggert <eggert@cs.ucla.edu>
193
194 Merge from gnulib, incorporating:
195 2014-01-23 pthread: work around winpthread header pollution on mingw
196 * lib/time.in.h: Update from gnulib.
197
51fb39ec
PE
1982014-01-23 Paul Eggert <eggert@cs.ucla.edu>
199
200 Merge from gnulib, incorporating:
201 2014-01-22 qacl: check for fchmod
202 * m4/acl.m4: Update from gnulib.
203
dc217d01
PE
2042014-01-22 Paul Eggert <eggert@cs.ucla.edu>
205
206 Fix miscellaneous update-game-score bugs.
207 * configure.ac (difftime): Remove.
208
cec62009
PE
2092014-01-20 Paul Eggert <eggert@cs.ucla.edu>
210
211 Merge from gnulib, incorporating:
212 2014-01-20 stdalign: port to HP-UX compilers
213 2014-01-16 strtoimax: port to platforms lacking 'long long'
214 2014-01-16 update from texinfo
2fb6d9c6 215 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
cec62009 216
4efa3f1e
GM
2172014-01-12 Glenn Morris <rgm@gnu.org>
218
219 * README: Replace reference to etc/MAILINGLISTS.
220
e05d3a05
FP
2212014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
222
223 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
224 "MINGW64" as well.
225
bada50fc
PE
2262014-01-11 Paul Eggert <eggert@cs.ucla.edu>
227
228 Merge from gnulib, incorporating:
229 2014-01-07 update from texinfo
230 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
231
31466836
ER
2322014-01-09 Eric S. Raymond <esr@thyrsus.com>
233
234 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
235 unnecessarily specific references to Bazaar that could better
236 simply be to the repository.
237
ac4c50ad
ER
2382014-01-08 Eric S. Raymond <esr@thyrsus.com>
239
38942b9c
GM
240 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
241 * INSTALL, autogen.sh: Update for above change.
ac4c50ad 242
81da295e
PE
2432014-01-05 Paul Eggert <eggert@cs.ucla.edu>
244
245 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
246 Problem and proposed patch reported by Ulrich Mueller;
247 this patch uses a somewhat-different approach.
248 * configure.ac (SETFATTR): New variable.
249
3d814710
PE
2502014-01-03 Paul Eggert <eggert@cs.ucla.edu>
251
252 Merge from gnulib, incorporating:
253 2014-01-02 manywarnings: remove -Wmudflap
254 This ports better to GCC 4.9-to-be.
255
bd717ca4
FP
2562013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
257
258 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
259 MinGW64 build on MS-Windows.
260
830506d9
JD
2612013-12-29 Jan Djärv <jan.h.d@swipnet.se>
262
263 * configure.ac (xcsdkdir): Only set if using xcrun.
264
a7f7e547
PE
2652013-12-29 Paul Eggert <eggert@cs.ucla.edu>
266
267 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
268 Reported by YAMAMOTO Mitsuharu in:
269 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
270
5f27a1b0
JD
2712013-12-28 Jan Djärv <jan.h.d@swipnet.se>
272
273 * configure.ac: Fix CC detection for xcrun case.
274
1d7701a4
PE
2752013-12-28 Paul Eggert <eggert@cs.ucla.edu>
276
277 Fix problem with MAKE and xcrun configuration.
278 * configure.ac: Don't set MAKE unless 'make' doesn't work.
279 Set it only in the environment, not in the makefile.
280 Problem reported by Glenn Morris in:
281 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
282
5eedd0b9
PE
2832013-12-27 Paul Eggert <eggert@cs.ucla.edu>
284
285 Port xcrun configuration to GNU/Linux.
286 * configure.ac (xcsdkdir): Default to empty.
287 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
288 just before AM_INIT_AUTOMAKE, to make the dependency between it
289 and automake clearer.
290 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
291 shell code that is wanted, which breaks 'configure' on non-Darwin
292 platforms. Instead, fix CC by hand if it's not found.
293
7c8114cb
JD
2942013-12-27 Jan Djärv <jan.h.d@swipnet.se>
295
296 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
297 libxml.
298
e76119d7
PE
2992013-12-26 Paul Eggert <eggert@cs.ucla.edu>
300
301 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
302 * configure.ac: Check whether addresses are sanitized.
303 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
304 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
305 (SYSTEM_MALLOC): Define if addresses are sanitized.
306
9ebada6a
PE
3072013-12-24 Paul Eggert <eggert@cs.ucla.edu>
308
309 Automate the procedure for updating copyright year.
310 * build-aux/update-copyright: New file.
311 * make-dist: Distribute it.
312 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
9ebada6a 313
4157ea7f
AS
3142013-12-23 Andreas Schwab <schwab@linux-m68k.org>
315
316 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
317 AC_CONFIG_HEADERS.
318
4094a772
RS
3192013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
320
321 * .gitignore: Ignore refcard temporaries and info/*.info files.
322
e9ad5665
PE
3232013-12-17 Paul Eggert <eggert@cs.ucla.edu>
324
325 Merge from gnulib, incorporating:
326 2013-12-17 gettimeofday: port recent C++ fix to Emacs
327 2013-12-17 gettimeofday: fix C++ crosscompilation
328 2013-12-17 qacl: port to Windows better
329 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
330 Update from gnulib.
331 * lib/gnulib.mk: Regenerate.
332
062727ce
PE
3332013-12-16 Paul Eggert <eggert@cs.ucla.edu>
334
335 * INSTALL: Clarify treatment of image libraries.
336
96c06863
PE
3372013-12-14 Paul Eggert <eggert@cs.ucla.edu>
338
339 Use bool for boolean, focusing on headers.
340 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
341 Use bool for boolean.
342
6084a28b
DM
3432013-12-14 Dani Moncayo <dmoncayo@gmail.com>
344
c07ff981
DM
345 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
346 force the format "/c/foo/bar" to simplify conversions to native
347 windows format.
6084a28b 348
06a4f110
GM
3492013-12-13 Glenn Morris <rgm@gnu.org>
350
351 * INSTALL: No longer mention load-path and site-init/site-load.
352
62bd73fa
GM
3532013-12-12 Glenn Morris <rgm@gnu.org>
354
b55e11bf
GM
355 * Makefile.in (install-info): Handle missing info/dir.
356 (info_dir_deps): New variable.
357 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
358 (check-info): Update topics.
359 * build-aux/make-info-dir: Use .texi files rather than .info files.
360 Update topics.
361
e035a207
GM
362 * Makefile.in (install-info): Remove some useless subshells.
363
62bd73fa
GM
364 Stop keeping info/dir in the repository.
365 * build-aux/dir_top: Move here from admin/.
366 * build-aux/make-info-dir: New script.
367 * Makefile.in (bootstrap-clean): Delete info/.
368 (info-dir, ${srcdir}/info/dir): New rules.
369 (info): Also make info-dir.
370 (check-info): Rename from check-info-dir.
371 Instead of info/dir entries, check @dircategory in info/*.info.
372 * make-dist: Use `info' rule rather than `info-real'.
373 No more info/COPYING (not even the right license for info/ files).
89f01d7d
GM
374 Distribute new build-aux files.
375
62bd73fa
GM
376 * info/: Remove from repository.
377
89793882
GM
3782013-12-11 Glenn Morris <rgm@gnu.org>
379
380 * info/dir: Add octave-mode.
381
a8f9bc05
PE
3822013-12-11 Paul Eggert <eggert@cs.ucla.edu>
383
384 Remove the option of using libcrypto.
385 This scorches the earth and waits for spring;
386 see Ted Zlatanov and Stefan Monnier in
387 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
388 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
389 Do not say whether Emacs is configured to use a crypto library,
390 since it's no longer an option.
391 (gl_CRYPTO_CHECK): Define a dummy.
392 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
393
7d01e13c
PE
3942013-12-10 Paul Eggert <eggert@cs.ucla.edu>
395
396 * configure.ac: Disable libcrypto by default.
397
398 Merge from gnulib, incorporating:
399 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
400 * m4/gl-openssl.m4: Update from gnulib.
401
83a5a2c8
EZ
4022013-12-08 Eli Zaretskii <eliz@gnu.org>
403
404 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
405 statically.
406
e9551b12
PE
4072013-12-08 Paul Eggert <eggert@cs.ucla.edu>
408
3bc9da32
PE
409 * configure.ac: Simplify supression of GTK deprecation warning.
410 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
411 and into config.h, to shorten the command line when doing 'make'.
412 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
413
e9551b12
PE
414 Use libcrypto's checksum implementations if available, for speed.
415 On commonly used platform libcrypto uses architecture-specific
416 assembly code, which is significantly faster than the C code we
417 were using. See Pádraig Brady's note in
418 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
419 Merge from gnulib, incorporating:
420 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
421 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
422 2013-12-04 include_next: minimize code duplication
423 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
424 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
425 * configure.ac (--without-all): Set with_openssl_default too.
426 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
427 (HAVE_LIB_CRYPTO): New var.
428 Say whether Emacs is configured to use a crypto library.
429 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
430 New files, copied from gnulib.
431 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
432 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
433 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
434 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
435 Update from gnulib.
436
52789f7f
DG
4372013-12-01 Dmitry Gutov <dgutov@yandex.ru>
438
0449d6cd 439 * .dir-locals.el (log-edit-move): Add the "Author: " header.
52789f7f 440
a1209bc3
DM
4412013-11-30 Dani Moncayo <dmoncayo@gmail.com>
442
443 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
444 starting with %emacs_dir%.
445
f9b697dd
GM
4462013-11-30 Glenn Morris <rgm@gnu.org>
447
448 Stop keeping (most) generated cedet grammar files in the repository.
449 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
450 Add admin/grammars Makefile.
451 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
452 Also clean admin/grammars, if present.
453
04445382
DM
4542013-11-29 Dani Moncayo <dmoncayo@gmail.com>
455
456 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
457
7cdf484b
SM
4582013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * configure.ac (HAVE_MENUS): Remove.
461
0845be75
GM
4622013-11-28 Glenn Morris <rgm@gnu.org>
463
464 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
465
f7ec0d94
EZ
4662013-11-28 Eli Zaretskii <eliz@gnu.org>
467
16555151
EZ
468 * GNUmakefile (Makefile): Don't use $(CFG).
469 (CFG): Don't compute.
470
f7ec0d94
EZ
471 * configure.ac (PATH_SEP): Set and AC_SUBST.
472
de27f8ab
PE
4732013-11-27 Paul Eggert <eggert@cs.ucla.edu>
474
475 Merge from gnulib, incorporating:
476 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
477 * lib/getgroups.c: Update from gnulib.
478
cb6c95a3
GM
4792013-11-27 Glenn Morris <rgm@gnu.org>
480
52d6635f 481 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
cb6c95a3
GM
482 * Makefile.in (abs_builddir, leimdir): Remove.
483 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
484 (epaths-force-w32): No longer set BLD.
485 (leim): Remove.
486 (install-arch-indep): No longer run or install leim.
487 (mostlyclean, clean): No longer run leim rule.
488 (bootstrap-clean): Change leim target.
489 (maintainer-clean): Add leim.
490 (check-declare): Remove leim.
491 * README: Update for leim changes.
492 * configure.ac (leimdir): Remove.
493 (standardlisppath): No more leimdir.
494
495 * make-dist: Update for files from leim/ now being in lisp/leim/.
496
624780f0
GM
4972013-11-26 Glenn Morris <rgm@gnu.org>
498
499 Preload leim-list.el.
500 * Makefile.in (abs_builddir): New, set by configure.
501 (buildlisppath): Add leim/.
502 (epaths-force-w32): Set BLD.
503
7e8ed4f7
PE
5042013-11-21 Paul Eggert <eggert@cs.ucla.edu>
505
506 Fix some dependency problems that cause unnecessary recompiles.
4e8b6938 507 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
7e8ed4f7 508 Remove.
4e8b6938
PE
509 (LIBXMENU): Now is always either empty or a file name,
510 so that it can be used as a dependency.
7e8ed4f7 511
eca4ecba
GM
5122013-11-20 Glenn Morris <rgm@gnu.org>
513
514 * make-dist: Distribute build-aux/msys-to-w32.
515
e976486e
DM
5162013-11-20 Dani Moncayo <dmoncayo@gmail.com>
517
518 * build-aux/msys-to-w32: New file.
519 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
520 (msys_w32prefix_subst): Rename from msys_prefix_subst.
521 Operate on w32prefixpattern.
522 (epaths-force-w32): Use build-aux/msys-to-w32.
523
0f679e86
PE
5242013-11-17 Paul Eggert <eggert@cs.ucla.edu>
525
526 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
527 It apparently doesn't work for GCC 3, and I suppose it's more
528 trouble than it's worth to worry about this.
529
1a191e5c
PE
5302013-11-15 Paul Eggert <eggert@cs.ucla.edu>
531
532 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
533
2cf00efc
PE
5342013-11-14 Paul Eggert <eggert@cs.ucla.edu>
535
536 Simplify, port and tune bool vector implementation.
537 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
538
946ec224
PE
5392013-11-13 Paul Eggert <eggert@cs.ucla.edu>
540
541 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
542
632e833f
DM
5432013-11-12 Dani Moncayo <dmoncayo@gmail.com>
544
f4f38fad
DM
545 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
546 * make-dist: Don't distribute nt/msysconfig.sh.
547
632e833f
DM
548 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
549
220a304a
PE
5502013-11-08 Paul Eggert <eggert@cs.ucla.edu>
551
552 Merge from gnulib, incorporating:
553 2013-11-08 extern-inline: port better to OS X 10.9
554 2013-11-08 fpending: fix regression on DragonFly BSD
555 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
556 Update from gnulib.
557
aea07e2c
PE
5582013-11-07 Paul Eggert <eggert@cs.ucla.edu>
559
560 Port to C11 aligned_alloc.
561 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
562 and doug_lea_malloc.
563 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
564 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
565 not darwin and !aligned_alloc.
566
4dde498b
GM
5672013-11-05 Glenn Morris <rgm@gnu.org>
568
c923b188
GM
569 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
570 config.status computes it.
571 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
572
8449dd1f 573 * autogen/: Remove directory. Move update_autogen to admin/.
4dde498b
GM
574 * autogen.sh: Remove reference to copy_autogen.
575 * GNUmakefile (configure):
576 * Makefile.in (bootstrap): Do not try to run copy_autogen.
577 * config.bat: Use msdos/autogen rather than autogen.
578
df5b4930
PE
5792013-11-05 Paul Eggert <eggert@cs.ucla.edu>
580
581 Simplify and port recent bool vector changes.
582 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
583 New symbols to configure.
584
d0065ff1
EZ
5852013-11-04 Eli Zaretskii <eliz@gnu.org>
586
587 * configure.ac: Don't disallow builds in non-ASCII directories.
588 (Bug#15260)
589
91f2d272
PE
5902013-11-04 Paul Eggert <eggert@cs.ucla.edu>
591
592 Port to stricter C99 platforms.
593 Merge from gnulib, incorporating:
594 2013-11-03 intprops: port to Oracle Studio c99
595 * lib/intprops.h: Update from gnulib.
596
67fb4e6a
GM
5972013-11-02 Glenn Morris <rgm@gnu.org>
598
599 * Makefile.in (check): Depend on all.
600
cb16270e
GM
6012013-10-31 Glenn Morris <rgm@gnu.org>
602
603 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
604
55498a0f
GM
6052013-10-30 Glenn Morris <rgm@gnu.org>
606
607 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
608 Also clean admin/unidata, if present.
609
a94fc965
GM
6102013-10-27 Glenn Morris <rgm@gnu.org>
611
612 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
613
da504eec
GM
6142013-10-25 Glenn Morris <rgm@gnu.org>
615
616 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
617
eb9a3661
GM
6182013-10-24 Glenn Morris <rgm@gnu.org>
619
357a5081
GM
620 * configure.ac:
621 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
622 Avoid non-portable "`\" nesting.
623
eb9a3661
GM
624 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
625
626 * Makefile.in (abs_top_srcdir): New, set by configure.
627
b8e3b0a9
GM
6282013-10-23 Glenn Morris <rgm@gnu.org>
629
7b65c8d0
GM
630 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
631
48f73cfb
GM
632 Progress towards allowing installation in directories with whitespace.
633 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
634 (install-arch-indep, install-etcdoc, install-info, install-man)
a318e28f
GM
635 (install-etc, uninstall, install-nt, uninstall-nt):
636 Quote entities that might contain whitespace.
48f73cfb
GM
637 * build-aux/update-subdirs: Handle whitespace in argument.
638 Check cd return value.
639
b8e3b0a9
GM
640 Make building in directories with whitespace possible. (Bug#15675)
641 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
98434155 642 (src/.gdbinit): Use ac_abs_top_srcdir.
b8e3b0a9 643 * Makefile.in (abs_srcdir): New, set by configure.
4b56b9d7 644 (buildlisppath, epaths-force-w32): Use abs_srcdir.
b8e3b0a9
GM
645 (install-arch-indep, install-etcdoc, install-info, install-man)
646 (install-etc): Quote entities that might contain whitespace.
647
758bed52
PE
6482013-10-23 Paul Eggert <eggert@cs.ucla.edu>
649
650 Merge from gnulib, incorporating:
651 2013-10-14 acl: allow cross-compilation to Gentoo
652 2013-10-18 extern-inline: make safe for -Wundef usage
653 2013-09-30 fpending: use pure+const function attrs
654 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
655
9148ee92
GM
6562013-10-13 Glenn Morris <rgm@gnu.org>
657
658 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
659
46e5e833
PE
6602013-10-12 Paul Eggert <eggert@cs.ucla.edu>
661
662 Merge from gnulib, incorporating:
663 2013-10-10 strtoumax: port to Solaris 8
664 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
665 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
666 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
667 * m4/strtoumax.m4:
668 Update from gnulib.
669
c5fc0178
SM
6702013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
673 string when gnutls2 is installed but gnutls3 is not.
674
e1f9f9e3
TZ
6752013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
676
677 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
678
f3606ef7
BF
6792013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
680
681 * configure.ac: Update for giflib 5. (Bug#15531)
682
4ed77415
EZ
6832013-10-08 Eli Zaretskii <eliz@gnu.org>
684
685 * configure.ac (HAVE_MENUS): Define unconditionally.
686
595e113b
PE
6872013-10-07 Paul Eggert <eggert@cs.ucla.edu>
688
689 Improve support for popcount and counting trailing zeros (Bug#15550).
690 Do this by using the Gnulib modules for this.
691 This should generate faster code on non-GCC, non-MSC platforms,
692 and make the code a bit more portable, at least in theory.
693 * lib/count-one-bits.c, lib/count-one-bits.h:
694 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
695 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
696 New files, copied from gnulib.
697 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
698
4eed3157
PE
6992013-10-04 Paul Eggert <eggert@cs.ucla.edu>
700
3e45e702 701 Use hardware support for byteswapping on glibc x86 etc.
4eed3157
PE
702 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
703 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
704
0a858ebf
PE
7052013-10-03 Paul Eggert <eggert@cs.ucla.edu>
706
707 Merge from gnulib, incorporating:
708 2013-10-02 verify: new macro 'assume'
709 2013-09-26 dup2, dup3: work around another cygwin crasher
710 2013-09-26 getdtablesize: work around cygwin issue
711
959c3d24
PE
7122013-09-25 Paul Eggert <eggert@cs.ucla.edu>
713
714 Merge from gnulib, incorporating:
715 2013-09-24 manywarnings: enable nicer gcc warning messages
716 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
717 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
718 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
719 and -funit-at-a-time, since manywarnings does that for us now.
720
8762e524
JD
7212013-09-23 Jan Djärv <jan.h.d@swipnet.se>
722
723 * configure.ac: With clang, check for and use -Wno-switch,
724 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
725
a84683fd
DC
7262013-09-23 Daniel Colascione <dancol@dancol.org>
727
728 * configure.ac: Check for valgrind headers.
729
3054cd01
XF
7302013-09-20 Xue Fuqiao <xfq.free@gmail.com>
731
732 * INSTALL: New homepage of libtiff.
733
f5f0132b
PE
7342013-09-20 Paul Eggert <eggert@cs.ucla.edu>
735
736 Work around performance bug on OS X 10.8 and earlier.
737 Perhaps Apple will fix this bug some day.
738 See the thread starting with Daniel Colascione's email in:
739 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
740 * configure.ac (FORTIFY_SOUR): New verbatim section.
741
230fe2a5
PE
7422013-09-19 Paul Eggert <eggert@cs.ucla.edu>
743
744 Merge from gnulib, incorporating:
745 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
746 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
747 2013-09-19 extern-inline: do not always suppress extern inline on OS X
748 2013-09-17 getgroups: statement without effect
749 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
750
be9bc55e
EZ
7512013-09-19 Eli Zaretskii <eliz@gnu.org>
752
753 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
754 is in the full /d/foo/bar form. See the discussion in
755 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
756 and in particular
757 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
758 and its followups, for the details.
759
19452b86
DA
7602013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
761
762 * configure.ac: Do not check for g_type_init because we
763 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
764 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
765 suitable glib should provide g_type_init unconditionally.
766
3fa2054e
JD
7672013-09-15 Jan Djärv <jan.h.d@swipnet.se>
768
769 * configure.ac: Add check for OSX 10.5, required for macfont.o.
770
8d17ef8d
GM
7712013-09-09 Glenn Morris <rgm@gnu.org>
772
773 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
774 (LDFLAGS): Move nocombreloc option from here...
775 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
8d17ef8d 776
7dc61a66
GM
7772013-09-08 Glenn Morris <rgm@gnu.org>
778
335142f9
GM
779 * configure.ac (--without-compress-install):
780 Rename from --without-compress-info. (Bug#9789)
781 (GZIP_INFO): Remove.
782 (GZIP_PROG): Allow --without-compress-install to disable it.
783 * Makefile.in (GZIP_INFO): Remove all references.
784
7dc61a66
GM
785 * info/dir: Tweak emacs-gnutls entry.
786
4b73fc73
PE
7872013-09-07 Paul Eggert <eggert@cs.ucla.edu>
788
789 Port --without-x --enable-gcc-warnings to Fedora 19.
790 * configure.ac (WERROR_CFLAGS): Omit redundant use of
791 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
792 -Wunused-parameter. If there is no window system, also omit
793 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
794 is needed for Fedora 19.
795
257b3b03
DA
7962013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
797
798 Make --without-x compatible with --enable-gcc-warnings.
799 * configure.ac: If both --without-x and --enable-gcc-warnings are
800 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
801 and -Wno-unused-but-set-parameter.
802
224e313d
PE
8032013-09-04 Paul Eggert <eggert@cs.ucla.edu>
804
805 Makefile improvements.
806 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
807 (src): Remove duplicate dependency on FRC.
808 Invoke just one submake, not two. Avoid the need for 'pwd'.
809
de3d0b57
JD
8102013-09-02 Jan Djärv <jan.h.d@swipnet.se>
811
812 * configure.ac: Add ns_check_file.
813
2c347217
GM
8142013-08-31 Glenn Morris <rgm@gnu.org>
815
816 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
817 and voxware to oss.
818
e0936eed
UM
8192013-08-31 Ulrich Müller <ulm@gentoo.org>
820
821 * configure.ac: Allow for --with-sound=voxware that will enable
822 sound but otherwise disable ALSA. This will use the OSS device,
823 typically /dev/dsp, for sound output. (Bug#15067)
824
7605d081
GM
8252013-08-31 Glenn Morris <rgm@gnu.org>
826
827 * make-dist: Update for nt/INSTALL* changes.
828
50b13cde
PE
8292013-08-28 Paul Eggert <eggert@cs.ucla.edu>
830
831 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
832 for portability to hosts where /bin/sh has problems.
833
0acfedd3
SM
8342013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
837
43aac990
PE
8382013-08-27 Paul Eggert <eggert@cs.ucla.edu>
839
840 Simplify EMACS_TIME-related code.
841 Merge from gnulib, incorporating:
842 2013-08-27 timespec: new convenience constants and function
843
15091df5
DA
8442013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
845
846 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
847 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
848
61ac6b9f
GM
8492013-08-27 Glenn Morris <rgm@gnu.org>
850
b4f581f0
GM
851 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
852
1857cd3f
GM
853 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
854 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
855 * Makefile.in (check-info-dir): Ignore efaq-w32.
856
61ac6b9f
GM
857 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
858 (maintainer-clean, check-declare): Remove pointless subshells.
859 Check cd return value.
860
12c4970d
PE
8612013-08-26 Paul Eggert <eggert@cs.ucla.edu>
862
863 Minor merge from gnulib (mostly just for texinfo.tex).
864
917c483a
PE
8652013-08-22 Paul Eggert <eggert@cs.ucla.edu>
866
867 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
868 This improves on the patch already installed, by quoting options
869 that contain spaces and suchlike systematically, so that
870 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
871 these characters.
872
f035e3a9
PE
8732013-08-21 Paul Eggert <eggert@cs.ucla.edu>
874
875 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
876 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
877 and reports EINVAL, try it again without O_CLOEXEC. This should
878 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
879 What were they thinking?
880
236beba0
PE
8812013-08-20 Paul Eggert <eggert@cs.ucla.edu>
882
883 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
884 Fix shell-operator precedence problem in previous change.
885
f67dce44
GM
8862013-08-20 Glenn Morris <rgm@gnu.org>
887
888 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
889 Clean test/automated if present.
890
51632863
PE
8912013-08-19 Paul Eggert <eggert@cs.ucla.edu>
892
893 Merge from gnulib, incorporating:
894 2013-08-15 warnings: minor optimization
895 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
896
0fe73012
KB
8972013-08-15 Ken Brown <kbrown@cornell.edu>
898
899 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
900
4fa44856
GM
9012013-08-15 Glenn Morris <rgm@gnu.org>
902
903 * make-dist: Do not distribute etc/refcards TeX intermediate files.
904 * Makefile.in (install-arch-indep):
905 Do not install etc/refcards TeX intermediate files.
906
af79c3cb
UM
9072013-08-14 Ulrich Müller <ulm@gentoo.org>
908
909 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
910
aa942e2b
EZ
9112013-08-12 Eli Zaretskii <eliz@gnu.org>
912
913 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
914
1d238bc7
PE
9152013-08-12 Paul Eggert <eggert@cs.ucla.edu>
916
917 Minor zlib configuration tweaks.
918 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
919
594a4307
EZ
9202013-08-12 Eli Zaretskii <eliz@gnu.org>
921
922 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
923
eaca0446
PE
9242013-08-12 Paul Eggert <eggert@cs.ucla.edu>
925
926 Merge from gnulib, incorporating:
927 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
928 2013-08-10 sys_time: port to OpenBSD
929
8496d8d7
GM
9302013-08-12 Glenn Morris <rgm@gnu.org>
931
932 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
933 with configure's standard --docdir argument. All uses updated.
934 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
935 (install-etcdoc): Rename from install-doc. All uses updated.
936 (uninstall): Run uninstall-doc.
937 (PSS): Add misc-ps.
938 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
939 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
940 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
941 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
942 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
943 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
944
8d28d0ac
PE
9452013-08-11 Paul Eggert <eggert@cs.ucla.edu>
946
947 Add --with-zlib to 'configure'.
948 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
949 can be built without zlib. Don't assume that -lz is needed on
950 non-PNG hosts. Mention zlib configuration status in 'configure' output.
951
313546eb
LMI
9522013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
953
954 * configure.ac: Test for zlib.
955
d4166523
EZ
9562013-08-10 Eli Zaretskii <eliz@gnu.org>
957
958 * configure.ac: Define and substitute UPDATE_MANIFEST.
959
016d3f7d
SB
9602013-08-04 Stephen Berman <stephen.berman@gmx.net>
961
962 * info/dir: Add todo-mode.
963
e0fdb694
PE
9642013-08-04 Paul Eggert <eggert@cs.ucla.edu>
965
966 Fix some minor races in hosts lacking mkostemp (Bug#15015).
967 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
968 * configure.ac (mkostemp): Remove check for this function;
969 gnulib does the check now.
970 (mkstemp): Remove check for this no-longer-used function.
971 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
972 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
973 New files, copied from Gnulib.
974 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
975
7bddb120
MA
9762013-07-29 Michael Albinus <michael.albinus@gmx.de>
977
978 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
979 --without-file-notification to --without-all.
980
dfc7be39
XF
9812013-07-29 Xue Fuqiao <xfq.free@gmail.com>
982
983 * INSTALL: Fix description.
984
885e792c
GM
9852013-07-27 Glenn Morris <rgm@gnu.org>
986
987 * configure.ac: Extend the --with-sound option to allow
988 specification of OSS or ALSA (see bug#14812#64).
989
ef75383c
GM
9902013-07-25 Glenn Morris <rgm@gnu.org>
991
57cff712
GM
992 * info/dir: Add ido.
993
ef75383c
GM
994 * make-dist: Add a --tests option, to include test/.
995
1813e115
GM
9962013-07-24 Glenn Morris <rgm@gnu.org>
997
998 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
999
60967f56
GM
10002013-07-23 Glenn Morris <rgm@gnu.org>
1001
1002 * configure.ac (etc, lisp): No need to create specially.
1003 Configure already creates lisp, src/Makefile now creates etc.
1004
a29c3e6d
PE
10052013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1006
e3ebe15a 1007 Port to GNU/Linux systems with tinfo but not ncurses.
a29c3e6d
PE
1008 * configure.ac (USE_NCURSES): New symbol.
1009
6496aec9
PE
10102013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1011
1012 Fix array bounds violation when pty allocation fails.
1013 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1014 not sizeof pty_name, since pty_name is now a pointer to the array.
1015
c04bbd85
PE
10162013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1017
1018 * configure.ac: Simplify --with-file-notification handling.
1019
671d4bfc
GM
10202013-07-12 Glenn Morris <rgm@gnu.org>
1021
1022 * configure.ac: If with-file-notification=yes, if gfile not found,
1023 go on to try inotify (not on MS Windows or Nextstep).
1024
bacba3c2
PE
10252013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1026
1027 Fix races with threads and file descriptors.
1028 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1029
c6e7fc0e
PE
10302013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1031
1032 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1033
2aae948d
PR
10342013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1035
1036 * configure.ac (HAVE_W32): Avoid nested functions (the second
1037 argument of AC_LANG_PROGRAM is already expanded inside a
1038 function). (Bug#14830)
1039
4ebbdd67
PE
10402013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1041
7b154def
PE
1042 Port recent close-on-exec changes to Cygwin (Bug#14821).
1043 * lib/binary-io.c, lib/binary-io.h: New files.
1044 Merge from gnulib, incorporating:
1045 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1046 * lib/pipe2.c: Update from gnulib, as part of this merge.
1047 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1048
4ebbdd67
PE
1049 Handle errno and exit status a bit more carefully.
1050 * lib/ignore-value.h: Remove this gnulib-imported file.
1051 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1052
a04689de 10532013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
e4b1e5af
JD
1054
1055 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1056
2a74a90a
PE
10572013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1058
1059 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1060 This incorporates the following merge from gnulib:
1061 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1062
067428c1
PE
10632013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1064
9caab067
PE
1065 Port to Ubuntu 10 (Bug#14803).
1066 * configure.ac (accept4): New function to check for.
1067
067428c1
PE
1068 Make file descriptors close-on-exec when possible (Bug#14803).
1069 * configure.ac (mkostemp): New function to check for.
1070 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1071 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1072 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1073 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1074
1399490e 10752013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
0946b7ca
CE
1076
1077 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1078 http://bugs.debian.org/712974
1079
5583dcb6
PE
10802013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1081
57f8c490
PE
1082 Remove some unused macros from 'configure'.
1083 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1084 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1085 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1086 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1087 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1088 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1089 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1090 Remove these macros, as they are not used.
1091 (sys_siglist): Remove macro; src/sysdep.c now does this.
1092
5583dcb6
PE
1093 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1094 Also check that it links. Say whether it compiled and linked.
1095
37afa042 10962013-07-01 Paul Eggert <eggert@cs.ucla.edu>
8f5f35cc 1097
aaea7495
PE
1098 Merge from gnulib, incorporating:
1099 2013-06-23 ignore-value: port to gcc -pedantic
1100 2013-06-21 extern-inline: port to gcc -std=c89
1101
37afa042
PE
11022013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1103
8f5f35cc
PE
1104 Do not use GTK 3 if it exists but cannot be compiled.
1105 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1106 exists but cannot be compiled.
1107
ae7bfbf5
JB
11082013-06-27 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * Makefile.in (install-arch-indep): Do not create directories passed
1111 with --enable-locallisppath.
1112
6e0e82a0 11132013-06-24 Glenn Morris <rgm@gnu.org>
ab6a27d8
GM
1114
1115 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1116
c9509ef4
JB
11172013-06-22 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * .bzrignore: Add GNU idutils ID database file.
1120
6b4914d2
YM
11212013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1122
1123 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1124 as a fallback.
1125
aff6371e
SM
11262013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * .bzrignore: Don't unignore cl-loaddefs.el.
1129
c9509ef4 11302013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
89561f72
PE
1131
1132 * configure.ac (log2): Check for this function.
1133
53d829de
JB
11342013-06-19 Juanma Barranquero <lekktu@gmail.com>
1135
1136 * .bzrignore: Add GNU GLOBAL files.
1137
84575e67
PE
11382013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1139
4f405069 1140 Use functions, not macros, for XINT etc. (Bug#11935).
84575e67
PE
1141 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1142 as it generates bogus warnings about reasonable casts of calls.
1143
2a540847
PE
11442013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1145
1146 * configure.ac: Report ACL usage at the end (Bug#14612).
1147
b0e22831
PE
11482013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 --without-all should imply --with-file-notification=no. (Bug#14569)
1151 * configure.ac (with_file_notification): Default to $with_features.
1152
bf77e230
PE
11532013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 Merge from gnulib, incorporating:
1156 2013-06-02 sig2str: port to C++
1157 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1158
b33f93ee
JD
11592013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1160
1161 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1162 (with_file_notification): Don't set to gfile if with_ns = yes.
1163
6c0a9ed1
RC
11642013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1165
1166 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
e7b41c4c
JB
1167 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1168 New variables.
d6f00819 1169 (epaths-force-w32): Use them. (Bug#14513)
6c0a9ed1 1170
b9110c6b
MA
11712013-06-03 Michael Albinus <michael.albinus@gmx.de>
1172
1173 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1174
7f203aa1
EZ
11752013-06-03 Eli Zaretskii <eliz@gnu.org>
1176
1177 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1178 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1179
55a87246
JD
11802013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1181
1182 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1183 used. Remove xgselect.o from XOBJ.
1184
c9628c79
MA
11852013-06-03 Michael Albinus <michael.albinus@gmx.de>
1186
1187 * configure.ac (file-notification): New option, replaces inotify option.
1188 (HAVE_W32): Remove w32notify.o.
e7b41c4c 1189 (with_file_notification): Add checks for glib and w32. Adapt check
c9628c79
MA
1190 for inotify.
1191 (Summary): Add entry for file notification.
1192
1193 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1194 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1195
2044e704
JB
11962013-06-02 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1199
9dbd3bb1
XF
12002013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1201
1202 * INSTALL: Fix description.
1203
2d8ac645
YM
12042013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1205
1206 * configure.ac (HAVE_XRANDR): Check availability of
1207 XRRGetScreenResources rather than that of XRRQueryExtension.
1208
6b56a60a
EZ
12092013-05-18 Eli Zaretskii <eliz@gnu.org>
1210
1211 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1212 nt/epaths.nt, and nt/INSTALL.MSYS.
1213
bfbe2627
PE
12142013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1215
31ff141c
PE
1216 Port --enable-gcc-warnings to clang.
1217 * configure.ac (nw): Remove obsolescent warnings.
1218 These aren't needed for clang, or for gcc for that matter.
1219 (emacs_cv_clang): New var, which tests for clang.
1220 Omit warnings that clang is too picky about.
1221 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1222 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1223
bfbe2627
PE
1224 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1225 Otherwise, 'configure; make' fails on non-Windows builds.
1226
df065a0b
EZ
12272013-05-16 Eli Zaretskii <eliz@gnu.org>
1228
1229 * lib/Makefile.am: If building for MS-Windows, include
1230 nt/gnulib.mk instead of lib/gnulib.mk.
1231
1232 * configure.ac: Adapt to MSYS build on MS-Windows.
1233
1234 * Makefile.in (NTDIR): New variable, for the MSYS build on
1235 MS-Windows.
1236 (SUBDIR): Add $(NTDIR).
1237 (.PHONY): Add epaths-force-w32.
1238 (msys_to_w32): New variable.
1239 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1240 (lib-src src): Add $(NTLIB) to prerequisites.
1241 (lib lib-src lisp leim nt): Add 'nt'.
1242 (config.status): Use $(CFG).
1243 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1244 (install, install-arch-dep): Add install-$(NTDIR).
1245 (uninstall): Depend on uninstall-$(NTDIR).
1246 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1247
1248 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
1249 CONFIG_SITE for the MSYS build on MS-Windows.
1250 (Makefile): Use $(CFG).
1251
1252 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
1253 src/emacs.res.
1254
cdd0de4b
PE
12552013-05-16 Paul Eggert <eggert@cs.ucla.edu>
1256
1257 Merge from gnulib, incorporating:
1258 2013-05-15 manywarnings: update for GCC 4.8.0
1259 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
1260 2013-05-15 sig2str, stdio, warnings: port to clang
1261
6e911150
SM
12622013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * Makefile.in (install-doc): DOC file is not version specific any more.
1265 * .bzrignore: Don't ignore DOC-* any more.
1266
522fe43b
PE
12672013-05-13 Paul Eggert <eggert@cs.ucla.edu>
1268
bb8eb357 1269 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
522fe43b
PE
1270 Reported privately by Han Boetes <han@boetes.org>.
1271
86cec478
JB
12722013-05-08 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * lib/makefile.w32-in (ACL_H): New macro.
1275 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
1276
ffdc270a
PE
12772013-05-07 Paul Eggert <eggert@cs.ucla.edu>
1278
e7b41c4c 1279 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
1280 * configure.ac: Remove -with-acl option, since Gnulib does that for
1281 us now.
1282 (LIBACL_LIBS): Remove; no longer needed.
1283 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
1284 for the benefit of the new ACL implementation.
1285 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
1286 ($(BLD)/acl-errno-valid.$(O)): New rule.
1287 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
1288 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
1289 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
1290 New files, taken from gnulib.
1291 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1292
4e3f9230
YM
12932013-05-07 Jan Djärv <jan.h.d@swipnet.se>
1294
1295 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
1296 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
1297
7a6018ad
PE
12982013-05-06 Paul Eggert <eggert@cs.ucla.edu>
1299
1300 Merge from gnulib, incorporating:
1301 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
1302
0922c475
PE
13032013-05-01 Paul Eggert <eggert@cs.ucla.edu>
1304
1305 * make-dist: Keep necessary restrictions on file access.
1306
d9774ea4
PE
13072013-04-29 Paul Eggert <eggert@cs.ucla.edu>
1308
1309 Merge from gnulib, incorporating:
1310 2013-04-28 extern-inline: work around bug in Sun c99
1311
d7ed9b36
PE
13122013-04-27 Paul Eggert <eggert@cs.ucla.edu>
1313
1314 Merge from gnulib, incorporating:
1315 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
1316
f780d632
PE
13172013-04-26 Paul Eggert <eggert@cs.ucla.edu>
1318
1319 Port better to AIX (Bug#14258).
1320 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
1321 we did not already infer an optimization option, and -O works.
1322 AIX xlc needs -O, otherwise garbage collection doesn't work.
1323
c6cb2f53
PE
13242013-04-22 Paul Eggert <eggert@cs.ucla.edu>
1325
1e8589d3
PE
1326 * make-dist: Do not distribute admin/unidata/Makefile.
1327 It is generated by 'configure'.
1328
c6cb2f53
PE
1329 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
1330 It messes up 'make distclean', and contains no useful information
1331 because it's a copy of subdirs.el.
1332
7e00831f
JM
13332013-04-18 John Marino <gnugcc@marino.st> (tiny change)
1334
1335 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
1336
4f8902cd
GM
13372013-04-18 Glenn Morris <rgm@gnu.org>
1338
1339 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
1340 (LN_S_FILEONLY): New output variable.
1341 * Makefile.in (LN_S): Remove.
1342 (LN_S_FILEONLY): New, set by configure.
1343 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
1344
e8bdb06e
KB
13452013-04-12 Ken Brown <kbrown@cornell.edu>
1346
1347 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
1348 `canonical' is `x86_64-unknown-cygwin'.
1349
ba3b2d88
KB
13502013-04-09 Ken Brown <kbrown@cornell.edu>
1351
1352 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
1353 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
1354 (Bug#12993)
1355
876da980
PE
13562013-04-07 Paul Eggert <eggert@cs.ucla.edu>
1357
1358 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
1359 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
1360 and if not on GNU/Linux or FreeBSD.
1361 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
1362 lib/*.o is profiled too.
1363
119b2d43
PE
13642013-03-30 Paul Eggert <eggert@cs.ucla.edu>
1365
1366 Merge from gnulib, incorporating:
1367 2013-03-29 stdalign: port to stricter ISO C11
1368 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
1369 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
1370
afeee3e5
PE
13712013-03-27 Paul Eggert <eggert@cs.ucla.edu>
1372
1373 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
1374 Subsumed by HAVE_XKB. All uses changed.
1375
a4cedbf7
JD
13762013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1377
1378 * configure.ac (HAVE_XKB): Define if Xkb is present.
1379
f8ce376e
PE
13802013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1381
1382 Merge from gnulib, incorporating:
1383 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
1384
982efbcd
PE
13852013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1386
4c9a1377
PE
1387 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
1388 * Makefile.in (QUIET_SUBMAKE): New macro.
1389 (install-info, uninstall): Use it.
1390
19151a7f
PE
1391 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
1392 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
1393 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
1394 no way to do this in pkg-config, so make do with a reasonable
1395 approximation.
1396
982efbcd
PE
1397 Automate the build of ja-dic.el (Bug#13984).
1398 * .bzrignore: Add leim/ja-dic/.
1399
5615c9a9
PE
14002013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1401
47d7532e
PE
1402 File synchronization fixes (Bug#13944).
1403 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1404 (fsync): Remove check; now done by gnulib.
1405 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
1406 New files, from gnulib.
1407 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1408
5615c9a9 1409 Merge from gnulib, incorporating:
2c3f72f4 1410 2013-03-13 putenv: port to Solaris 10
5615c9a9
PE
1411 2013-03-12 mktime: fix configure typo
1412 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
1413 2013-03-11 putenv: avoid compilation warning on mingw
1414 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
1415
47d038b3
GM
14162013-03-11 Glenn Morris <rgm@gnu.org>
1417
1418 * Merge in all changes up to version 24.3 release.
1419
0bafabe7 14202013-03-06 Paul Eggert <eggert@cs.ucla.edu>
3b108d19
PE
1421
1422 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
1423 It can mess up 'configure' runs.
1424
b3cdfd9e
GM
14252013-03-05 Glenn Morris <rgm@gnu.org>
1426
1427 * Makefile.in (install-man): Ignore gzip exit status.
1428
4aff132c
GM
14292013-03-03 Glenn Morris <rgm@gnu.org>
1430
1431 * make-dist: Remove lzma (it's replaced by xz).
1432
89bd9d36
PE
14332013-03-01 Paul Eggert <eggert@cs.ucla.edu>
1434
1435 Merge from gnulib, incorporating:
1436 2013-02-21 putenv: port better to native Windows
1437 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
1438 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
1439
0e946786
KB
14402013-02-28 Ken Brown <kbrown@cornell.edu>
1441
1442 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
1443
1ddc2bd6
PE
14442013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1445
1446 Simplify data_start configuration (Bug#13783).
1447 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
1448 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
1449 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
1450 not always needed.
1451 (HAVE_DATA_START): New macro.
1452
b59a2e9e
PE
14532013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1454
1455 Parallelize documentation builds.
1456 This speeds up building of documentation on multiprocessor
1457 platforms, and is motivated by Texinfo 5.0, which is much slower.
1458 Add a toplevel rule 'make docs' to make all the documentation.
1459 * .bzrignore: Add .dvi, .html, .ps.
1460 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
1461 ($(DOCS), docs, vi, html, pdf, ps): New rules.
1462 (info-real): Depend on $(INFOS) rather than doing it sequentially.
1463 (dvi): Depend on $(DVIS) rather than doing it sequentially.
1464
648e5523 14652013-02-15 Paul Eggert <eggert@cs.ucla.edu>
35b3a27e
PE
1466
1467 Fix AIX port (Bug#13650).
1468 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
35b3a27e 1469
8c0905ac
EZ
14702013-02-12 Eli Zaretskii <eliz@gnu.org>
1471
1472 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
1473 ($(BLD)/memrchr.$(O)): New dependency.
1474
71d4202f
PE
14752013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1476
a84b7c53
PE
1477 Tune by using memchr and memrchr.
1478 * .bzrignore: Add string.h.
1479 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1480 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
1481 New files, from gnulib.
1482
71d4202f
PE
1483 Merge from gnulib, incorporating:
1484 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
1485 2013-02-09 secure_getenv: fix C++ declaration typo
1486
55fe8e64
GM
14872013-02-11 Glenn Morris <rgm@gnu.org>
1488
1489 * configure.ac (emacs_config_options): Record some env vars.
1490
8b0590de
GM
14912013-02-10 Glenn Morris <rgm@gnu.org>
1492
1493 * configure.ac (emacs_config_options): Strip out the (internal)
1494 arguments --no-create and --no-recursion.
1495
8376d87e
PE
14962013-02-08 Paul Eggert <eggert@cs.ucla.edu>
1497
1498 Merge from gnulib, incorporating:
1499 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
1500 The MS-Windows port can remove careadlinkatcwd at its convenience.
1501 2013-02-08 extensions: port better to HP-UX
1502 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
1503 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
1504 2013-02-04 secure_getenv: new module [module not used by Emacs]
1505 2013-01-30 sys_time: port to Solaris 2.6
1506
8654f9d7
PE
15072013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1508
1509 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1510 On my host, this speeds up directory-files-and-attributes by a
1511 factor of 3, when applied to Emacs's src directory.
1512 These functions are standardized by POSIX and are common these
1513 days; fall back on a (slower) gnulib implementation if the host
1514 is too old to supply them.
1515 * .bzrignore: Add lib/dirent.h.
1516 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
1517 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
1518 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
1519 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1520 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
1521 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
1522 * m4/fstatat.m4: New files, from gnulib.
1523 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
1524 These last three are specific to Emacs and are not copied from gnulib.
1525 They are simpler than the gnulib versions and are tuned for Emacs.
1526
0eb61895
GM
15272013-02-01 Glenn Morris <rgm@gnu.org>
1528
1529 * make-dist: Only README files exist in lisp/ now, not README*.
1530
e02703bd
GK
15312013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
1532
4f405069 1533 * .bzrignore: Add lib-src/blessmail.
e02703bd 1534
ea78b882
PE
15352013-01-23 Paul Eggert <eggert@cs.ucla.edu>
1536
1537 Merge from gnulib, incorporating:
1538 2013-01-16 unistd: port to recent mingw
1539
795e7a5b 15402013-01-19 Glenn Morris <rgm@gnu.org>
94898d72
GM
1541
1542 * Makefile.in (install-arch-indep): Put back a chmod that was
1543 removed 2012-05-19. (Bug#13430)
1544
ffe04adc
PE
15452013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1546
1547 Merge from gnulib, incorporating:
1548 2013-01-16 largefile: port better to Mac OS X 10.5
1549 2013-01-15 stdint: fix build with Android's Bionic fox x86
1550
c4e2ba0a
PE
15512013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1552
1553 * configure.ac: Document that --enable-gcc-warnings emits errors.
1554 (Bug#13448)
1555
c0511b57 15562013-01-13 Glenn Morris <rgm@gnu.org>
39aff4a7
GM
1557
1558 * make-dist: Add options for xz compression and no compression.
1559
444b01bb
PE
15602013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1561
1562 Enable conservative stack scanning for all architectures.
1563 Suggested by Stefan Monnier in
1564 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1565 * configure.ac (GC_MARK_STACK): Remove.
1566
002b8433
PE
15672013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1568
1569 * lib/getopt_.h: Remove trailing CRs that crept in.
1570
b76381c6
EZ
15712013-01-11 Eli Zaretskii <eliz@gnu.org>
1572
1573 * lib/getopt_.h: Regenerate.
1574
6466e676
PE
15752013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1576
1577 Merge from gnulib, incorporating:
1578 2013-01-09 stdlib: port to Solaris 2.6
1579
92d59611
GM
15802013-01-04 Glenn Morris <rgm@gnu.org>
1581
1582 * info/dir: Add htmlfontify.
1583
ee0d3938
PE
15842013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1585
1586 Merge from gnulib, incorporating:
1587 2013-01-04 stdio: remove now-unnecessary stdio.c
1588 2013-01-04 fprintftime: depend on stdio, not ignore-value
1589 2013-01-04 fwrite: silence __wur only for older glibc versions
1590 2013-01-04 fwrite: silence __wur without using inline
1591 * lib/stdio.c: Remove.
1592 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1593 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1594
9ff99d22
PE
15952013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1596
1597 Merge from gnulib, incorporating copyright-date changes and:
1598 2012-12-31 dup2: work around cygwin bug
1599
5a1d858b
JD
16002012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1601
1602 * configure.ac: Check for GtkHandlebox.
8b745d92 1603 Check for GtkTearoffMenuItem.
7ec363cf
JD
1604 New enable: --enable-gtk-deprecation-warnings, default off.
1605 (HAVE_GTK3): If above enable is off, add
1606 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
5a1d858b 1607
d5e5e7b4 16082012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2550c6e4
AS
1609
1610 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1611 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1612 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1613
60f5e585
GM
16142012-12-27 Glenn Morris <rgm@gnu.org>
1615
1616 * configure.ac (emacs_config_options): New.
1617 Use $@ rather than undocumented $ac_configure_args.
1618 Replace any embedded double quotes. (Bug#13274)
1619
82e2a1f0 16202012-12-27 Andreas Schwab <schwab@linux-m68k.org>
02e7729e
AS
1621
1622 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1623 (Bug#13222)
1624
a8e1690b
PE
16252012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1626
1627 Revert static checking of stack smashing.
1628 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1629 configured with --enable-gcc-warnings. -Wstack-protector causes
1630 diagnostics to be issued on Ubuntu 12.10 x86-64.
1631
219023c4
PE
16322012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1633
1634 Merge from gnulib, incorporating:
1635 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1636 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1637 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1638
a4b0cca1 16392012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
01824657
AM
1640
1641 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1642
7c3d167f
RF
16432012-12-16 Romain Francoise <romain@orebokech.com>
1644
1645 * configure.ac (acl): New option.
1646 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1647 provided by libacl on GNU/Linux.
1648
97976f9f
PE
16492012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1650
e7b41c4c 1651 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
1652 * configure.ac (BSD4_2): Remove; no longer needed.
1653
98c94021
GM
16542012-12-13 Glenn Morris <rgm@gnu.org>
1655
727f9739 1656 * info/dir: Add bovine, srecode, wisent.
98c94021 1657
727f9739 16582012-12-13 Andreas Schwab <schwab@suse.de>
0f59daaf
AS
1659
1660 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
727f9739 1661 (uninstall): Likewise. (Bug#13143)
0f59daaf 1662
904dd565
PE
16632012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1664
1665 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1666 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1667 * m4/extern-inline.m4: Update from gnulib.
1668
0eeb69fe
JB
16692012-12-11 Juanma Barranquero <lekktu@gmail.com>
1670
1671 * lib/makefile.w32-in (SIG2STR_H): New macro.
1672 ($(BLD)/sig2str.$(O)): Update dependencies.
1673
7e77303e
PE
16742012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1675
1676 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1677 There's no need to test for any of three inotify functions,
1678 since we use all three. Check for just the first one.
1679
1cf1bbd5
DC
16802012-12-10 Daniel Colascione <dancol@dancol.org>
1681
4f405069 1682 * .bzrignore: Add src/emacs.res.
9ca3e73a 1683
1cf1bbd5
DC
1684 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1685 build how to compile Windows resource files; use these variables
1686 to tell src/Makefile.in how and whether to compile resources.
1687
81606b10
RS
16882012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1689
1690 * configure.ac (inotify): New option.
1691 (HAVE_INOTIFY): Test for inotify.
1692
75d7aa24
AS
16932012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1694
1695 * configure.ac: Fix source command in .gdbinit.
1696 Don't quote $MAKEINFO.
1697
3cc53d60
PE
16982012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1699
1700 Allow spaces in some configuration vars (Bug#13078).
1701 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1702 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1703 All uses quoted, to allow spaces in these vars.
1704
5745a7df
PE
17052012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1706
1707 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1708 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1709 New files, copied automatically from gnulib.
1710 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1711
63999a7d
EZ
17122012-12-08 Eli Zaretskii <eliz@gnu.org>
1713
1714 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1715 Remove a stray character at the beginning of the file.
1716 (Bug#13026)
1717
d983a10b
PE
17182012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1719
7be78020
PE
1720 Simplify get_lim_data.
1721 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1722
d983a10b
PE
1723 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1724 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1725 Use SIGCHLD rather than SIGCLD.
1726 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
1727 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1728 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
1729
d8ad4d3f 17302012-12-06 Glenn Morris <rgm@gnu.org>
de0e31ed
GM
1731
1732 * configure.ac: Handle info/ files with or without ".info" extension.
1733
f64898ab
PE
17342012-11-30 Paul Eggert <eggert@cs.ucla.edu>
1735
1736 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1737 2012-11-29 snippet/warn-on-use: no 'static inline'
1738 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
1739 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
1740 2012-11-29 fflush, stat: no 'static inline'
1741 2012-11-29 stdio: better 'inline'
1742 2012-11-29 sys_stat: no 'static inline'
1743 2012-11-29 unistd: better 'inline'
1744 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
1745 2012-11-29 extern-inline: no 'static inline'
1746 2012-11-29 sys_socket: better 'inline'
1747 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
1748 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
1749 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
1750 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
1751 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
1752 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
1753 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
1754 Update from gnulib.
1755
5c9cf0a3 17562012-11-27 Eli Zaretskii <eliz@gnu.org>
50a60e02 1757
5c9cf0a3
GM
1758 * make-dist (nt): Adjust to changes in names of the *.manifest files.
1759
bcd77a2b
KB
17602012-11-24 Ken Brown <kbrown@cornell.edu>
1761
1762 * configure.ac (HAVE_MOUSE): Remove.
1763
95ef7787
PE
17642012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1765
1766 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1767 * configure.ac: Do not check for dirent.h or closdir.
1768
9239d970
PE
17692012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1770
1771 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1772 * configure.ac: Do not check for getcwd or getwd.
1773
1b3b7caa
GM
17742012-11-21 Glenn Morris <rgm@gnu.org>
1775
1776 * configure.ac (--enable-profiling): Doc fix.
1777
d7fcbbfe 17782012-11-20 Paul Eggert <eggert@cs.ucla.edu>
8ea5c4de
PE
1779
1780 Improve static checking of integer overflow and stack smashing.
d7fcbbfe
PE
1781 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1782 if using GCC 4.7.2 or later on a platform with
8ea5c4de
PE
1783 at least 64-bit long int. This improves static checking on these
1784 platforms, when configured with --enable-gcc-warnings.
1785
49cdacda
PE
17862012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1787
1788 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1789 * configure.ac: Do not check for fcntl.h.
1790 * lib/gnulib.mk: Regenerate.
1791
3d082a26
PE
17922012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1793
1794 Remove no-longer-used pty_max_bytes variable.
1795 * configure.ac (fpathconf): Remove unnecessary check.
1796
73dcdb9f
PE
17972012-11-14 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 Use faccessat, not access, when checking file permissions (Bug#12632).
1800 * .bzrignore: Add lib/fcntl.h.
1801 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
1802 (gl_FCNTL_O_FLAGS): Define a dummy version.
1803 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
1804 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
1805 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
1806 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
1807 New files, from gnulib.
1808 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1809
8148369c
PE
18102012-11-05 Paul Eggert <eggert@cs.ucla.edu>
1811
dd0333b6
PE
1812 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
1813 * configure.ac (setpgid, setsid): Assume their existence.
1814 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
1815
8148369c
PE
1816 Simplify by assuming __fpending.
1817 Now that Emacs is using the gnulib fpending module,
1818 there's no need for Emacs to have a separate implementation.
1819 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
1820 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
1821
b3cf17f6
EZ
18222012-11-03 Eli Zaretskii <eliz@gnu.org>
1823
3a7089c1
EZ
1824 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
1825 $(BLD)/close-stream.$(O).
35e951cd 1826 ($(BLD)/close-stream.$(O))
3a7089c1
EZ
1827 ($(BLD)/fpending.$(O)): New dependencies.
1828
7ccfb720
PE
18292012-11-03 Paul Eggert <eggert@cs.ucla.edu>
1830
1831 Fix data-loss with --batch (Bug#9574).
1832 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
1833 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
1834 New files, from gnulib.
1835 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1836
3478f4b5
EZ
18372012-11-03 Eli Zaretskii <eliz@gnu.org>
1838
1839 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
1840
d036bcdf
GM
18412012-11-02 Glenn Morris <rgm@gnu.org>
1842
1843 * Makefile.in (EMACS_ICON): New variable.
1844 (install-etc): Use EMACS_ICON to allow choice of icon.
1845
25ca4587
GM
18462012-10-26 Glenn Morris <rgm@gnu.org>
1847
59696ae0
GM
1848 * Makefile.in (EMACS_NAME): New variable.
1849 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
1850
eeced60b
GM
1851 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
1852 applied to $EXEEXT.
1853
25ca4587
GM
1854 * Makefile.in (uninstall): Don't abort if some directories are missing.
1855 Apply transformation rules to manual pages, desktop and icon files.
1856 No more emacs22 icons to uninstall.
1857
a6c2cc07
GM
18582012-10-24 Glenn Morris <rgm@gnu.org>
1859
8bfcb8a6
GM
1860 * Makefile.in (install-etc, install-man):
1861 Don't apply program transform to standard file suffixes.
a6c2cc07 1862
7f8de58c
PE
18632012-10-23 Paul Eggert <eggert@cs.ucla.edu>
1864
1865 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
1866 This ports to Gentoo. Problem originally reported against coreutils,
1867 but Emacs has it too.
1868
ed68379e
GM
18692012-10-23 Glenn Morris <rgm@gnu.org>
1870
1871 * Makefile.in (emacs_transform): Remove.
1872 (install-man): Revert 2012-10-21 change. (Bug#12713)
1873
8dc2a723
GM
18742012-10-21 Glenn Morris <rgm@gnu.org>
1875
ad483434
GM
1876 * Makefile.in (install-etc): Don't install emacs22 icons.
1877
8dc2a723
GM
1878 * Makefile.in (emacs_transform): New variable.
1879 (install-etc): Prefer a make variable to a shell variable.
1880
90eacf99
SM
18812012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
1884
1a9c6830
GM
18852012-10-15 Glenn Morris <rgm@gnu.org>
1886
1887 * Makefile.in (install-man, install-etc):
1888 Apply $TRANSFORM. (Bug#12536#34)
1889 (clean): Delete etc/emacs.tmpdesktop.
1890
cde44a77
KH
18912012-10-11 Kenichi Handa <handa@gnu.org>
1892
1893 * .bzrignore: Add several files under admin/charsets.
1894
e08348a0
DC
18952012-10-08 Daniel Colascione <dancol@dancol.org>
1896
90eacf99
SM
1897 * configure.ac: Add --with-w32 as a window system option.
1898 Limit it to Cygwin for now. Integrate w32 into the refactored window
e08348a0
DC
1899 system configuration and set TERM_HEADER to w32term.h when w32 is
1900 configured.
1901
1902 (CYGWIN_OBJ): Add cygw32.o.
1903
335f5ae4
JD
19042012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1905
1906 * configure.ac: Check that OSX is 10.4 or newer.
1907
c622b48f
PE
19082012-10-07 Paul Eggert <eggert@cs.ucla.edu>
1909
1910 Improve sys_siglist detection.
1911 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
1912 Otherwise, it's not found in either Fedora 17 or Solaris 11.
1913
2b794d69
PE
19142012-10-04 Paul Eggert <eggert@cs.ucla.edu>
1915
bb1dfdad
PE
1916 Merge from gnulib, incorporating:
1917 2012-10-02 pselect: reject invalid file descriptors
1918 2012-10-02 ptsname: reject invalid file descriptors
1919 2012-10-02 manywarnings: cater to more gcc infelicities
1920 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
1921 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
1922 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
1923 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1924
65788e2e
PE
19252012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1926
1927 Merge from gnulib, incorporating:
1928 2012-09-28 extern-inline: provide a -Wundef safe config.h
1929
a615a3ae
PE
19302012-09-27 Paul Eggert <eggert@cs.ucla.edu>
1931
1932 Check more robustly for timer_settime.
1933 This should fix an OS X build problem reported by Ivan Andrus in
1934 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
1935 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
1936 does threads its own way.
89d17fd0 1937 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
a615a3ae 1938
c462dda8
PE
19392012-09-23 Paul Eggert <eggert@cs.ucla.edu>
1940
1941 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
1942 to avoid problems with recursion when using GNU make.
1943
e41c05e5
PE
19442012-09-22 Paul Eggert <eggert@cs.ucla.edu>
1945
bbe099e7
PE
1946 * Makefile.in (bootstrap): Simplify build procedure.
1947 Suggested by Wolfgang Jenker in
1948 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
1949
e41c05e5
PE
1950 Merge from gnulib, incorporating:
1951 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
1952
5fb91e71
JD
19532012-09-18 Jan Djärv <jan.h.d@swipnet.se>
1954
1955 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
1956
d3612ac3
AS
19572012-09-17 Andreas Schwab <schwab@linux-m68k.org>
1958
1959 * Makefile.in (bootstrap): Revert last change. Run config.status
1960 after config.status --recheck, run configure from $(srcdir).
1961 (config.status): Run configure from $(srcdir).
1962
eeceac93
PE
19632012-09-17 Paul Eggert <eggert@cs.ucla.edu>
1964
50bfc824
PE
1965 * Makefile.in: Fix build error on FreeBSD.
1966 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
1967 Suggested by Wolfgang Jenker in
1968 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
1969 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
1970 This undoes part of the 2012-09-10 patch.
1971 (bootstrap): Run ./configure, rather than trying to run config.status
1972 if it exists. That builds src/epaths.h more reliably.
dee26dfa
PE
1973 Run autogen/copy_autogen if autogen.sh fails,
1974 to create 'configure'; problem reported by Andreas Schwab in
1975 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
1976 * autogen.sh: Exit with status 1 when failing due to missing tools,
1977 reverting the 2012-09-10 change to this file.
1978 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
1979 Use 'cp -f' for the build-aux files, since the destinations are
1980 typically read-only.
50bfc824 1981
eeceac93
PE
1982 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
1983 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
1984 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
1985
78f83752
GM
19862012-09-17 Glenn Morris <rgm@gnu.org>
1987
1988 * configure.ac (copyright): New output variable.
1989 (COPYRIGHT): New AC_DEFINE.
1990
0caaedb1
PE
19912012-09-16 Paul Eggert <eggert@cs.ucla.edu>
1992
1993 Remove configure's --without-sync-input option (Bug#12450).
1994 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
1995
83da1b55
GM
19962012-09-16 Glenn Morris <rgm@gnu.org>
1997
1998 Increase compartmentalization of Nextstep builds rules,
1999 and store Emacs version number in fewer versioned files.
2000 * configure.ac (ns_appsrc): Use relative names.
2001 (ns_frag): Remove.
2002 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2003 (nextstep/Makefile): Generate these nextstep files.
2004 (SUBDIR_MAKEFILES): Add nextstep.
2005 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2006 * make-dist (nextstep/templates): Add directory.
2007 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2008 (nextstep/Cocoa/Emacs.base/Contents)
92f7c6f1 2009 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
83da1b55 2010
0328b6de
PE
20112012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2012
2013 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2014 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2015 (_setjmp, _longjmp): Remove.
2016
e3141fcf
PE
20172012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2018
2af03429
PE
2019 * configure.ac (--without-sync-input): Fix typo in usage message.
2020
e3141fcf
PE
2021 * configure.ac: Port to hosts lacking gtk.
2022 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2023 better, in particular, problems in invoking pkg-config itself.
2024 This is useful on hosts that don't have pkg-config.
2025 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2026 and gtk2 are both missing. Problem found on Solaris 8.
2027
2c484e75
JD
20282012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2029
2030 * configure.ac: Reorder Xaw3d messages.
4d0b77fc 2031 Report Gtk+ 3 as GTK.
2c484e75 2032
4a4bbad2
PE
20332012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2034
2035 Simplify SIGIO usage (Bug#12408).
2036 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2037 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2038 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2039 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2040 to #undef SIGIO now (which was error-prone). Likewise, all uses
2041 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2042
d673aedc
JD
20432012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2044
2045 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2046 and then gtk2 if not found.
2047 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2048 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2049 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2050
9d9edd4b
GM
20512012-09-11 Glenn Morris <rgm@gnu.org>
2052
2053 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2054 Be more explicit about dependencies, for parallel `make install'.
2055
c990426a
PE
20562012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2057
2058 Simplify, document, and port floating-point (Bug#12381).
2059 * configure.ac (logb, cbrt): Do not check for these functions,
2060 as they are not being used.
2061
b8b0239f
PE
20622012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2063
2064 Improve robustness of 'make bootstrap' (Bug#12376).
2065 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2066 * INSTALL, README: Document autogen.sh.
2067 * Makefile.in (Makefile): Mark it as precious, since it's updated
2068 atomically.
2069 (MAKE_CONFIG_STATUS): New macro.
2070 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2071 to run config.status with the --recheck option, which is more
2072 appropriate for a bootstrap.
2073 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2074 about failures due to missing tools.
2075 * autogen.sh: Exit with status 101 when failing due to missing tools.
2076 * make-dist: Distribute autogen.sh.
2077
f6196b87
PE
20782012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2079
2080 Assume C89 or later for math functions (Bug#12381).
2081 * configure.ac (frexp, fmod): Remove checks for these functions,
2082 as we now assume them.
2083 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2084 (HAVE_EXCEPTION):
2085 Remove; no longer needed.
2086
1a4f1e9b
PE
20872012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2088
2089 More signal-handler cleanup (Bug#12327).
2090 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2091
2fe28299
PE
20922012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 Signal-handler cleanup (Bug#12327).
2095 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2096 Adjust to syssignal.h changes.
2097 (SIGNAL_H_AB): Remove; no longer needed.
2098
7b6c362e
PE
20992012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2100
1088b922
PE
2101 Simplify redefinition of 'abort' (Bug#12316).
2102 * configure.ac (NO_ABRT): Remove.
2103
7b6c362e
PE
2104 * configure.ac (_setjmp, _longjmp): Check by compiling
2105 instead of by guessing. The guesses were wrong for
2106 recent versions of Solaris, such as Solaris 11.
2107
7f507777
PE
21082012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2109
79a7bafe
PE
2110 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2111 It generates false alarms in doc.c, regex.c, xdisp.c. See
2112 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2113
7f507777
PE
2114 Merge from gnulib, incorporating:
2115 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2116 2011-11-30 manywarnings: update the list of "all" warnings
2117
f278d339
JD
21182012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2119
2120 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2121
2d3800d2
PE
21222012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2123
2124 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2125 This ports to glibc 2.15 or later, when configured with
2126 --enable-gcc-warnings. See Eric Blake in
2127 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2128
17a2cbbd
DC
21292012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2130
2131 * configure.ac: Introduce term_header variable, which holds the
2132 value which will become TERM_HEADER in code. We effect our choice
2133 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2134 instead of using ad-hoc variables and flags for each window
2135 system.
2136
6e8aca60
PE
21372012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2138
2139 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2140 and if the user has not specified CFLAGS. -g3 simplifies
2141 debugging, since it makes macros visible to the debugger.
2142
f0602979
JB
21432012-08-25 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2146
391ceac5
EZ
21472012-08-25 Eli Zaretskii <eliz@gnu.org>
2148
2149 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2150 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2151
f4a681b0
PE
21522012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2153
2154 On assertion failure, print backtrace if available.
2155 Merge from gnulib, incorporating:
2156 2012-08-24 execinfo: port to FreeBSD
2157 2012-08-22 execinfo: new module
2158 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2159 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2160
5af9cb6b
GM
21612012-08-22 Glenn Morris <rgm@gnu.org>
2162
2163 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2164 do not create the bin/emacs link. (Bug#12011)
2165
01b13eb7
PE
21662012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2167
2168 Merge from gnulib, incorporating:
2169 2012-08-20 extern-inline: support old GCC 'inline'
2170
9aa0092c
GM
21712012-08-20 Glenn Morris <rgm@gnu.org>
2172
2173 * configure.ac (AC_PROG_LN_S): Test for ln.
2174 * Makefile.in (LN_S): New, set by configure.
2175 (install-arch-dep): Use $LN_S.
2176
562d4436
PE
21772012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2178
2179 Merge from gnulib, incorporating:
2180 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2181 2012-08-19 mktime, sys_select: avoid 'static inline'
2182 2012-08-19 gnulib-tool: Fix indentation.
2183
51e6d6b2
PE
21842012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2185
2186 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2187 These files have been unused since the 2012-06-22 patch that
2188 introduced high-resolution time stamps.
2189
1598ef28
JB
21902012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2191
2192 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2193 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2194
76d0e68f
PE
21952012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2196
2197 Merge from gnulib, incorporating:
2198 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2199
57239922
JB
22002012-08-10 Juanma Barranquero <lekktu@gmail.com>
2201
2202 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2203 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2204 ($(BLD)/u64.$(O)): Update dependencies.
2205
9374581a
GM
22062012-08-10 Glenn Morris <rgm@gnu.org>
2207
2208 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2209
da3d2105
DA
22102012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2211
2212 * configure.ac (--disable-features): Rename to --without-all.
2213 (OPTION_DEFAULT_ON): Change to use with_features.
2214 * INSTALL: Fix description.
2215
c30d4aef
DA
22162012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2217
2218 * configure.ac: New option --disable-features.
2219 (OPTION_DEFAULT_ON): Change to use enable_features.
2220 * INSTALL: Explain --disable-features.
2221
7d732d1a
GM
22222012-08-07 Glenn Morris <rgm@gnu.org>
2223
2224 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2225 * autogen.sh (automake_min): Get it from configure.ac.
2226
1c6f11f4
GM
22272012-08-06 Glenn Morris <rgm@gnu.org>
2228
1db4583a
GM
2229 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2230
1c6f11f4
GM
2231 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2232 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2233 (DISPNEW_NEEDS_STDIO_EXT): New define.
2234
68b0c113
MA
22352012-08-05 Michael Albinus <michael.albinus@gmx.de>
2236
a4fe5376 2237 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
68b0c113 2238
32d9ba9a
UM
22392012-08-05 Ulrich Müller <ulm@gentoo.org>
2240
2241 * configure.ac: Disable paxctl if binaries don't have a
2242 PT_PAX_FLAGS program header. (Bug#11979)
2243
fddc1855
EZ
22442012-08-03 Eli Zaretskii <eliz@gnu.org>
2245
2246 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2247 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2248 (SHA512_H): Don't mention u64.h twice.
2249 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
2250 New targets.
2251
f35ef0ed
PE
22522012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2253
2254 Merge from gnulib, incorporating:
2255 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2256
d7844221
YM
22572012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2258
2259 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
2260 out-of-tree build.
2261
837b365b
GM
22622012-08-02 Glenn Morris <rgm@gnu.org>
2263
d66b744d
GM
2264 * make-dist: Remove src/s.
2265
837b365b
GM
2266 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
2267
3f750e43
PE
22682012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2269
a0d4efe9
PE
2270 Merge from gnulib (Bug#12116), incorporating:
2271 2012-08-01 extern-inline: new module
2272 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
bff2a4b8 2273 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
a0d4efe9
PE
2274 New files. The new .c files are for instantiating extern inline
2275 functions.
2276
13294f95
PE
2277 Port to Solaris 8.
2278 Without this change, 'configure' fails because the recently-added
2279 wait3 prototype in config.h messes up later 'configure' tests.
2280 Fix this problem by droping wait3 and WRETCODE, as they're
2281 no longer needed on hosts that are current porting targets.
2282 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
2283 All uses changed to waitpid and WEXITSTATUS.
2284
3f750e43 2285 Avoid needless autoheader after autogen.sh.
38942b9c
GM
2286 * .bzrignore: Add src/stamp-h.in.
2287 * autogen.sh: Create src/stamp-h.in.
3f750e43 2288
ae21c275
GM
22892012-08-01 Glenn Morris <rgm@gnu.org>
2290
2291 * configure.ac (DOS_NT, MSDOS): New system type templates.
2292
fca64dbd
UM
22932012-08-01 Ulrich Müller <ulm@gentoo.org>
2294
2295 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
2296 Don't include crtbegin.o and crtend.o. (Bug#12047)
2297
5c0c0e8a
GM
22982012-08-01 Glenn Morris <rgm@gnu.org>
2299
ca35a5f7
GM
2300 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
2301 (INTERNAL_TERMINAL): New.
b72c9a8c 2302
5c0c0e8a
GM
2303 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
2304 (IS_ANY_SEP): Move here from src/lisp.h.
2305
552a99b4
JB
23062012-08-01 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
2309 (CONF_POST_H): New macro.
2310
8d8e2dfe
GM
23112012-07-31 Glenn Morris <rgm@gnu.org>
2312
bc96620a
GM
2313 * configure.ac (S_FILE): Remove output variable.
2314
68169a33
GM
2315 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2316
b2c7a106
GM
2317 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
2318 Move here from src.
2319
8d8e2dfe
GM
2320 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
2321 Move here from conf_post.h.
2322
c09bfb2f
DA
23232012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2324
2325 Improve OpenMotif detection on GNU/Linux systems.
2326 * configure.ac (MOTIF): Check for /usr/include/openmotif
2327 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
2328
57ae02b1
AS
23292012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2330
2331 * Makefile.in (install-arch-indep): Avoid eval.
2332
c1529ded
GM
23332012-07-31 Glenn Morris <rgm@gnu.org>
2334
b3a56300
GM
2335 * configure.ac (opsysfile, S_FILE): Now they are always empty.
2336
cd8bac79
GM
2337 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
2338 when removing src/s/sol2-6.h yesterday.
2339
268e2432
GM
2340 * configure.ac (USG5_4): Reintroduce this.
2341 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
2342
400d5621
GM
2343 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
2344
7552f3ee
GM
2345 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
2346 and to s/usg5-4-common.h on irix6-5.
c1529ded 2347
b429a4ee
GM
23482012-07-30 Glenn Morris <rgm@gnu.org>
2349
2350 * configure.ac (AH_BOTTOM): Use an include file, so that the
2351 contents do not get processed by autoheader.
2352
0aee6912
PE
23532012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2354
8f25abd3
PE
2355 Do not overwrite config.status while executing it (Bug#11214).
2356 * Makefile.in (MAKEFILE_NAME): New macro.
2357 ($(MAKEFILE_NAME)): Rename rule from Makefile.
2358 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
2359 so that GNU 'make' isn't tempted to make the Makefile and then
2360 regenerate config.status while config.status is running.
2361
0aee6912
PE
2362 Update .PHONY listings in makefiles.
2363 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
2364 FRC, install-arch-dep, install-arch-indep, install-doc,
2365 install-info, install-man, install-etc, install-strip, uninstall,
2366 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
2367 (.RECURSIVE): Remove; hasn't been needed for years.
2368
0a763bd1
GM
23692012-07-30 Glenn Morris <rgm@gnu.org>
2370
32bac6d6
GM
2371 * configure.ac (SIGNAL_H_AHB): New hack macro.
2372 (opsysfile): Set to empty on netbsd, openbsd.
2373 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
2374
b65e7c46 2375 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
0a763bd1 2376
847bb9eb
JD
23772012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2378
2379 * Makefile.in (install-arch-indep): Remove sh -x.
2380
d34d6ffc
GM
23812012-07-30 Glenn Morris <rgm@gnu.org>
2382
abc7ec54
GM
2383 * configure.ac (opsysfile): Tweak message for null case.
2384
227f5bd0
GM
2385 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
2386 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
d34d6ffc 2387
ffd817eb
JD
23882012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2389
2390 * Makefile.in (install-arch-indep): Handle space in locallisppath.
2391
e32a5799
PE
23922012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2393
2394 Use Gnulib environ module (Bug#9772).
2395 * m4/environ.m4: New file, from gnulib.
2396 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2397
2398 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2399 This should improve portability of macros like alignof and DECL_ALIGN.
2400 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
2401 * .bzrignore: Add lib/stdalign.h.
2402 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
2403 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
2404 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
2405 fiddles with this, as gnulib now does this for us.
2406
441efe9f
DA
24072012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2408
2409 Fix toolkit configuration report.
2410 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
2411 --with-x-toolkit=gtk3 is used.
2412
5dad233c
PE
24132012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2414
2415 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
2416 * configure.ac: Configure gnulib at the end, not before running
2417 pkg-config. This restores the behavior before 2012-06-22, when
2418 higher-resolution time stamps were added, and fixes a bug whereby
2419 LIB_PTHREAD was not used and gnulib's part of 'configure'
2420 therefore incorrectly assumed that pthread_sigmask wasn't working.
2421 Fix the problem with -lrt and clock_gettime a different way.
2422 This should complete the fix for Bug#11884.
2423 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
2424
b6e9e0ff
PE
24252012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2426
2427 Merge from gnulib, incorporating:
2428 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
2429 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
2430
5b3f250f
GM
24312012-07-14 Glenn Morris <rgm@gnu.org>
2432
2433 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
2434 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
2435
dbee5793
GM
24362012-07-13 Glenn Morris <rgm@gnu.org>
2437
32fb4bb6
GM
2438 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
2439
983188fd
GM
2440 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
2441 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
2442 Move "system type" macros here from src/s.
2443 (BSD_SYSTEM_AHB): New hack macro.
2444 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
2445
5b633342
GM
2446 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
2447 (GC_MARK_SECONDARY_STACK): Move here from src/s.
dbee5793 2448
308aab79
GM
24492012-07-12 Glenn Morris <rgm@gnu.org>
2450
4fae5a7a
GM
2451 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
2452 setting here from src/s/darwin.h.
2453
51c3b9b4
GM
2454 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
2455 as src/s/darwin.h used to.
2456
42bd1719
GM
2457 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
2458 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
ba9e4b84 2459 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
0ab7b23a 2460 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3f922c37 2461 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3e91a053 2462 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
7ccad002 2463 (XOS_NEEDS_TIME_H): Move here from src/s.
308aab79 2464
c43fb4c3
GM
24652012-07-11 Glenn Morris <rgm@gnu.org>
2466
2467 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
ee1cf5cf 2468 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
c43fb4c3 2469
554fef51
PE
24702012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2471
2472 * configure.ac (tzset): Remove check that's redundant with gnulib.
2473
c8add24e
GM
24742012-07-11 Glenn Morris <rgm@gnu.org>
2475
172bedef
GM
2476 * configure.ac (CLASH_DETECTION): Define unconditionally.
2477
249685df
GM
2478 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2479
35e951cd 2480 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
09f4e3b0 2481 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
c8add24e 2482
5ebbef1d
PE
24832012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2484
bb352260
PE
2485 Assume mkdir, rename, rmdir, strerror.
2486 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
5ebbef1d 2487
20e94fdd
GM
24882012-07-11 Glenn Morris <rgm@gnu.org>
2489
9d596af3
GM
2490 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
2491
20e94fdd
GM
2492 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
2493
22ffb973
PE
24942012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2495
2496 Remove "#define unix" that is no longer needed (Bug#11905).
2497 Merge from gnulib to make "#define unix" unnecessary, incorporating:
2498 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
2499 2012-07-09 getopt: Simplify after Emacs changed.
2500
882cf227
GM
25012012-07-10 Glenn Morris <rgm@gnu.org>
2502
d02eb359
GM
2503 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
2504 Move here from src/s.
882cf227 2505
cda158b4
AS
25062012-07-09 Andreas Schwab <schwab@linux-m68k.org>
2507
2508 * configure.ac (PNG_DEPSTRUCT): Define this instead of
2509 PNG_DEPRECATED.
2510
5994c183
PE
25112012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2512
2513 Add GCC-style 'const' attribute to functions that can use it.
2514 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
2515 (ATTRIBUTE_CONST): New macro, in config.h.
2516
52331d2c
JB
25172012-07-09 Juanma Barranquero <lekktu@gmail.com>
2518
2519 * lib/makefile.w32-in: Rework dependencies.
2520 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
2521 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
2522 (U64_H, SHA512_H): New macros.
2523 (SRC): Redefine to point to src/, not current directory.
2524 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2525 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
2526 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2527 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2528 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2529 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2530 ($(BLD)/filemode.$(O)): Update dependencies.
2531
c4444d16
PE
25322012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2533
2f93ecce
PE
2534 Merge from gnulib, incorporating:
2535 2012-07-09 timespec: mark functions with const attributes
2536
c4444d16
PE
2537 Rename configure.in to configure.ac (Bug#11603).
2538 The name 'configure.in' has been obsolescent for quite some time,
2539 and the next release of Autoconf will generate warnings for it.
61a11606
PE
2540 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2541 'configure.in' as autoconf input" in the Autoconf git repository.
c4444d16
PE
2542 * configure.ac: Rename from configure.in.
2543 * INSTALL, INSTALL.BZR, README, make-dist:
2544 * Makefile.in (AUTOCONF_INPUTS):
2545 * autogen.sh (autoconf_min):
2546 * autogen/update_autogen (sources):
2547 Adjust to reflect new name.
2548
0ccb0b09
PE
25492012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2550
2551 Restore deprecation warnings, except for older libpng.
2552 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2553 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2554 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2555
4da41f1c
AS
25562012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2557
2558 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2559
6045c4fd
PE
25602012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2561
2562 Improve static checking when configured --with-ns.
2563 See Samuel Bronson's remarks in
2564 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2565 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2566 a no-op with recent GCC and harmful in earlier ones.
2567 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2568 warning when compiling with ObjC. Always omit
2569 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2570 being done correctly.
2571
4516fbef
GM
25722012-07-07 Glenn Morris <rgm@gnu.org>
2573
41f9404e
GM
2574 * configure.in (BROKEN_SA_RESTART): Doc fix.
2575
4516fbef
GM
2576 * configure.in: Rather than checking for things then undef'ing
2577 them on some platforms, simply don't check for them.
2578 (getwd): Don't check for it on unixware.
2579 (random, rint): Don't check for these on hpux.
2580 (res_init, libresolv): Don't check for these on darwin.
2581
07adc2c6
JB
25822012-07-07 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2585 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2586 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2587 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2588
a69ca799
PE
25892012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2590
f5c08e17
PE
2591 * configure.in: Document --enable-gcc-warnings better.
2592
fee5959d
PE
2593 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2594 This is safer than strcasecmp, which has unspecified behavior
2595 outside the POSIX locale and in practice sometimes does not work
2596 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2597 * configure.in (strcasecmp, strncasecmp): Remove checks.
f5c08e17 2598
fee5959d
PE
2599 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2600 * lib/c-strncasecmp.c: New files, taken from gnulib.
2601 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2602
a69ca799
PE
2603 Merge from gnulib, incorporating:
2604 2012-07-06 timespec-sub: avoid duplicate include
2605 Reported by Juanma Barranquero.
2606
a02d99e7
GM
26072012-07-06 Glenn Morris <rgm@gnu.org>
2608
2609 * make-dist [update]: Let autoreconf figure out what needs updating.
2610 Use `make info-real'. leim/leim-list.el should always exist.
2611 Check cd return value.
2612
7dca65a4
PE
26132012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2614
2615 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2616 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2617 2012-07-05 sys_time: allow too-wide tv_sec
2618
013aabf1
PE
26192012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2620
2621 Merge from gnulib.
2622 * lib/alloca.in.h: New version from gnulib, incorporating:
2623 2012-07-03 alloca: add support for HP NonStop TNS/E native
2624
8ce70ed2
DA
26252012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2626
2627 * configure.in: If --enable-gcc-warnings, disable
2628 -Wunsafe-loop-optimizations for -O1 optimization level.
2629
ca26824c
GM
26302012-06-30 Glenn Morris <rgm@gnu.org>
2631
2632 * configure.in (standardlisppath): New output variable.
2633 (lisppath): Use standardlisppath.
2634 * Makefile.in (standardlisppath): New, set by configure.
2635 (epaths-force): Use standardlisppath and locallisppath rather than
2636 lisppath.
2637
94eb8e0a
DA
26382012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2639
1f9f395d 2640 * configure.in: Fix previous change. Remove --enable-asserts.
94eb8e0a
DA
2641 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2642 Add --enable-link-time-optimization.
2643 * INSTALL: Mention this.
2644
e509cfa6
DA
26452012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2646
2647 * configure.in: Add glyphs category to --enable-checking option.
2648 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2649
a54e2c05
DA
26502012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2651
2652 * configure.in (ENABLE_CHECKING): Update comment.
2653
059e4fb5
PE
26542012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2655
15458df4
PE
2656 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2657 Emacs proper no longer uses these headers, and can rely on Gnulib
2658 for these checks.
2659
059e4fb5
PE
2660 Merge from gnulib.
2661 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2662 getopt-posix: No longer guarantee that option processing is resettable.
2663
1ba6038a
GM
26642012-06-27 Glenn Morris <rgm@gnu.org>
2665
0b6b25d5
GM
2666 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2667
1ba6038a
GM
2668 * INSTALL: Remove references to paths.el.
2669
cc06e7e7
EZ
26702012-06-26 Eli Zaretskii <eliz@gnu.org>
2671
90eacf99
SM
2672 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2673 This replaces separate dependency for each object file, which required
cc06e7e7
EZ
2674 the same object file to be mentioned twice, causing failures in
2675 parallel builds.
2676
cf38a720
PE
26772012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2678
2679 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2680 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2681
3511c784
DA
26822012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2683
2684 * configure.in (AC_CHECK_FUNCS): Detect library functions
2685 strcasecmp and strncasecmp.
2686
845ca893
PE
26872012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2688
2689 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2690 We might as well use the spelling standardized by C11,
2691 as in the long run that should simplify maintenance.
2692 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2693
696056c2
EZ
26942012-06-24 Eli Zaretskii <eliz@gnu.org>
2695
35e951cd
JB
2696 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
2697 ($(BLD)/timespec-add.$(O))
696056c2
EZ
2698 ($(BLD)/timespec-sub.$(O)): Don't depend on
2699 $(EMACS_ROOT)/nt/inc/sys/time.h.
2700
2701 * lib/stat-time.h:
2702 * lib/timespec.h:
2703 * lib/utimens.h: Revert last change.
2704
47d0c011
PE
27052012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2706
2707 Merge from gnulib.
2708 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2709 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2710
388cdec0
EZ
27112012-06-23 Eli Zaretskii <eliz@gnu.org>
2712
2713 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2714 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2715 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2716 $(BLD)/timespec-sub.$(O).
35e951cd
JB
2717 ($(BLD)/dtotimespec.$(O))
2718 ($(BLD)/gettime.$(O))
2719 ($(BLD)/timespec-add.$(O))
388cdec0
EZ
2720 ($(BLD)/timespec-sub.$(O)): New dependencies.
2721
2722 * lib/stat-time.h:
2723 * lib/timespec.h:
ed9265fc 2724 * lib/utimens.h: Include sys/time.h.
388cdec0 2725
54e8a418
AS
27262012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2727
2728 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
2729 the correct CFLAGS and LIBS.
2730
d35af63c
PE
27312012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2732
2733 Support higher-resolution time stamps (Bug#9000).
2734 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
2735 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
2736 that the new clock stuff doesn't clash with RSVG_LIBS.
2737 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
2738 as gnulib does that for us now.
2739 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
2740 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
2741 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
2742 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
2743 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
2744 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
2745 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
2746 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
2747 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
2748 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
2749 New files, copied automatically from gnulib.
2750 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
2751
05730648
PE
27522012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2753
2754 Merge from gnulib.
2755 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
2756 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
2757 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
2758 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
2759 Copy new versions from gnulib, incorporating the following changes:
2760 2012-06-22 time_r: fix typo that always overrode localtime_r decl
2761 2012-06-22 Write "Mac OS X" instead of "MacOS X".
2762 2012-06-21 mktime: fix integer overflow in 'configure'-time test
2763 2012-06-21 nonblocking: Avoid compilation error on mingw64.
2764 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2765 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2766
646b5f55
AS
27672012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2768
2769 * configure.in: Rename --enable-use-lisp-union-type to
2770 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2771 instead of USE_LISP_UNION_TYPE.
2772
8a07a8c6
GM
27732012-06-12 Glenn Morris <rgm@gnu.org>
2774
b4492cba
GM
2775 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2776 (opsysfile): Set specially for sol2-10.
2777
8a07a8c6
GM
2778 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2779 New AC_DEFINEs, for hpux11.
2780 (opsysfile): Set specially for hpux11.
2781
03043c1b
PE
27822012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2783
2784 * configure.in: Coalesce some function checking.
2785 This makes 'configure' a bit smaller.
2786 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2787
ed846e5f
GM
27882012-06-12 Glenn Morris <rgm@gnu.org>
2789
0d369729
GM
2790 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2791
45fa9c0f
GM
2792 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2793
ed846e5f
GM
2794 * configure.in: Anticipate platforms with no src/s file.
2795
0e25d334
CY
27962012-06-12 Chong Yidong <cyd@gnu.org>
2797
2798 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
2799
a9be7d2b
GM
28002012-06-11 Glenn Morris <rgm@gnu.org>
2801
2802 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
2803
e3a3e213
MA
28042012-06-09 Michael Albinus <michael.albinus@gmx.de>
2805
2806 * configure.in (dbus_type_is_valid): Check for library function.
2807
276d5f5d
GM
28082012-06-06 Glenn Morris <rgm@gnu.org>
2809
2810 * INSTALL, make-dist: Remove vcdiff.
2811
418cd726
GM
28122012-06-03 Glenn Morris <rgm@gnu.org>
2813
2814 * INSTALL, make-dist: Remove rcs-checkin.
2815
c71232db
UM
28162012-06-03 Ulrich Müller <ulm@gentoo.org>
2817
1f9f395d 2818 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
c71232db 2819
501390c5
PE
28202012-06-01 Paul Eggert <eggert@cs.ucla.edu>
2821
2822 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
2823 It is confusingly named and rarely useful. See, for example,
2824 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
2825 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
2826 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
2827 * configure.in: Remove --disable-maintainer-mode.
2828 (USE_MAINTAINER_MODE, MAINT): Remove.
2829
0e7a053e
PE
28302012-05-28 Paul Eggert <eggert@cs.ucla.edu>
2831
2832 Make 'configure' a bit smaller and faster.
2833 * configure.in (INSTALL_INFO): Set it with one call to
2834 AC_PATH_PROG, not three.
2835 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
2836 so likely that it'll be needed.
2837 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
2838 (AC_PROG_MAKE_SET): Remove; Automake does this.
2839 (sysinfo): Do not check for this function, as it's never used.
2840 (tzset): Check for this function just once.
2841 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
2842 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
2843
cd376509
EZ
28442012-05-27 Eli Zaretskii <eliz@gnu.org>
2845
42a53d84
EZ
2846 * config.bat (lib): Create/update lib/stdalign.in-h and
2847 lib/sys_types.in-h.
2848
35e951cd
JB
2849 * lib/makefile.w32-in ($(BLD)/md5.$(O))
2850 ($(BLD)/sha1.$(O))
2851 ($(BLD)/sha256.$(O))
cd376509
EZ
2852 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
2853 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
2854
2855 * lib/getopt_.h: Regenerate.
2856
50c4645e
PE
28572012-05-27 Paul Eggert <eggert@cs.ucla.edu>
2858
2859 Assume gnulib does largefile.
2860 Gnulib does the largefile configuration anyway, so when configure.in
2861 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
2862 * configure.in (AC_SYS_LARGEFILE): Remove.
2863 * lib/gnulib.mk: Autoupdate.
2864
caf8a9b2
PE
28652012-05-26 Paul Eggert <eggert@cs.ucla.edu>
2866
2867 Merge from gnulib. (Bug#11527)
2868
2869 The build procedure now creates <stdalign.h> and <sys/types.h> for
2870 older hosts that lack a working <stdalign.h> or whose
90eacf99
SM
2871 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
2872 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
caf8a9b2
PE
2873 msdos and nt builds.
2874
2875 Here is a precis of gnulib changes that seem relevant; please see
2876 the gnulib ChangeLog for details.
2877
2878 2012-05-18 crypto: fix bug in large buffer handling
2879 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
2880 2012-05-10 _Noreturn: port config.h to gcc -Wundef
2881 2012-05-08 warnings.m4: give a means to specify the program to compile
2882 2012-05-07 stdint: be more consistent with glibc, SunOS libc
2883 2012-04-21 Large File Support for native Windows platforms.
2884 2012-04-14 stat: Bypass buggy override in mingw64.
2885 2012-03-29 stdio: don't assume gets any more
2886 2012-03-24 Enable common subexpression optimization in GCC.
2887 2012-02-09 maint: replace FSF snail-mail addresses with URLs
2888 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
2889 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
2890 2012-01-21 stdint: Add support for Android.
2891 2012-01-15 Improve support for MSVC 9.
2892 2012-01-08 mktime: Avoid compilation error on Solaris 11.
2893 2012-01-05 Use ', not `, for quoting output.
2894 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
2895 2012-01-05 strtoimax: Work around AIX 5.1 bug.
2896 2012-01-05 inttypes: Modernize.
2897 2011-12-13 inttypes, stdint: add C++11 support
2898 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
2899 2011-11-21 _Noreturn: Check that _MSC_VER is defined
2900 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
2901 2011-11-09 raise: fix mingw handling of SIGPIPE
2902 2011-10-27 Add stdalign module and use it in other modules.
2903
2904 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
2905 * m4/sys_types_h.m4:
2906 New files.
2907 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
2908 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
2fb6d9c6 2909 * build-aux/snippet/warn-on-use.h:
caf8a9b2
PE
2910 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
2911 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
2912 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
2913 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2914 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
2915 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
2916 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
2917 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
2918 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
2919 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
2920 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
2921 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
2922 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
2923 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
2924 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
2925 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
2926 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
2927 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
2928 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
2929 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
2930 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
2931 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
2932 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
2933 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
2934 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
2935 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
2936 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
2937 Update from gnulib.
2938
34374650
PE
29392012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2940
2941 Remove src/m/*.
2942 * configure.in: Remove all mention of src/m/*.
2943 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
2944 All uses removed.
2945 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
2946 (BITS_PER_LONG_LONG): Move to src/lisp.h.
2947 * lib/makefile.w32-in: Remove dependencies on
2948 $(EMACS_ROOT)/src/m/intel386.h.
2949 * make-dist: Don't make links to src/m.
2950
ec21c7f8
PE
29512012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2952
2953 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
2954 Without this further fix, aclocal was being invoked unnecessarily.
2955
39078e4a
GM
29562012-05-22 Glenn Morris <rgm@gnu.org>
2957
2958 * Makefile.in (blessmail, install-arch-dep, uninstall):
2959 Check cd lib-src works.
2960 (install-arch-dep, uninstall): Remove unneeded subshells.
2961
be17565b
GM
29622012-05-21 Glenn Morris <rgm@gnu.org>
2963
ff0c3cfb
GM
2964 * update-subdirs: Move to build-aux/.
2965 * make-dist, Makefile.in (install-arch-indep): Update for this change.
2966
d10cfddd
GM
2967 * Makefile.in (leimdir): New, set by configure.
2968 (COPYDIR, COPYDESTS): Add leim directories.
2969 (install-leim): Remove.
2970 (install-arch-indep): Handle leim installation directly.
2971
be17565b
GM
2972 * vpath.sed: Remove unused file.
2973 * make-dist: No more vpath.sed.
2974
9b4ee616
PE
29752012-05-21 Paul Eggert <eggert@cs.ucla.edu>
2976
fb77d37e
PE
2977 Use full name for m4/gnulib-comp.m4. (Bug#11529)
2978 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
2979 even though the file's name in gnulib is m4/gnulib-comp.m4.
2980 This had a problem when merging from gnulib, as the code temporarily
2981 renamed it to the full name, causing problems when interrupted.
2982 Now the file has its full name, with the idea that we will find
2983 a solution for MS-DOS that does not affect the rest of Emacs.
2984 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
2985
261cb4bb
PE
2986 Assume C89 or later.
2987 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
2988 (POINTER_TYPE, PROTOTYPES): Remove.
2989
9b4ee616
PE
2990 Make merging from gnulib a script, not a makefile action.
2991 Putting it in a makefile has some problems with reflection, as
2992 merging from gnulib updates 'configure', which can update the makefile.
2993 Putting it in a standalone script breaks this loop.
2994 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
2995 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
2996 Remove, moving the actions to the script admin/merge-gnulib.
2997
261cb4bb
PE
29982012-05-21 Glenn Morris <rgm@gnu.org>
2999
3000 * configure.in (LEIM_INSTALLDIR):
3001 Rename to leimdir, treat like lispdir.
3002
b847032c
GM
30032012-05-21 Glenn Morris <rgm@gnu.org>
3004
3005 * Makefile.in (install-arch-indep, install-doc, install-info)
3006 (uninstall): Scrap superfluous subshells.
3007
a04689de 30082012-05-19 Ulrich Müller <ulm@gentoo.org>
af006ad5
UM
3009
3010 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3011
003fdae2
PE
30122012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3013
9232a6d9
PE
3014 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3015 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3016 getsockopt, setsockopt, mremap, mempcpy.
3017
003fdae2
PE
3018 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3019 is being removed.
3020 (AC_CHECK_FUNCS): Remove ftime.
3021
e7333757
GM
30222012-05-19 Glenn Morris <rgm@gnu.org>
3023
e39b9806 3024 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 3025
42d5aa3e
GM
3026 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3027 Set permissions of lisp/subdirs.el.
3028
9192d37d
GM
3029 * Makefile.in (SUBDIR): Add leim. Update users.
3030
2e5d41e4
GM
3031 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3032
e7333757
GM
3033 * Makefile.in (leim): No need to set PARALLEL.
3034
7606c360
GM
30352012-05-18 Glenn Morris <rgm@gnu.org>
3036
6d1a623e
GM
3037 * Makefile.in (install-arch-indep, install-info, install-man):
3038 Simplify some one-sided ifs.
3039
29473393
GM
3040 * Makefile.in: Install only the relevant DOC file.
3041 (install-arch-indep): Delete etc/DOC*.
3042 (install-doc): No more need to delete etc/DOC.
3043
660c8c1e
GM
3044 * Makefile.in (install-arch-indep): Split into several rules.
3045 (install-doc, innstall-info, install-man): New rules.
3046
37f36bcb
GM
3047 * configure.in (mandir): May as well include it in the NS app bundle.
3048
0629a797
GM
3049 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3050 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3051 (install-arch-indep): Don't install-etc for self-contained ns builds.
3052
136c45ee
GM
3053 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3054 No longer unconditonally add /sw directories. (Bug#2280)
3055
ed0ba302
GM
3056 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3057 (install-arch-indep): Depend on install-leim.
3058 (install): Remove explicit install-leim dependence.
3059
62061397
GM
3060 * Makefile.in (install-arch-indep):
3061 Move last element of mkdir rule here.
3062 (mkdir): Remove rule.
3063
37baa3c8
GM
3064 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3065 INSTALL_DATA does this for us.
3066
b533f05e
GM
3067 * Makefile.in (install-arch-dep): Ensure bindir exists.
3068 Drop mkdir dependency.
3069 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3070 (install-leim): Drop mkdir dependency.
3071 (mkdir): Remove most directories, now made in relevant rules.
3072
7606c360
GM
3073 * Makefile.in (install-arch-indep): Combine adjacent loops.
3074
3a4155de
GM
30752012-05-17 Glenn Morris <rgm@gnu.org>
3076
d9a1e2c2
GM
3077 * Makefile.in (install-etc, mkdir):
3078 Make relevant directories in install-etc rather than mkdir.
3079
4c54abe1
GM
3080 * Makefile.in (write_subdir): Create the directory if needed.
3081 (install-arch-dep, mkdir): No need to make site-lisp directories.
3082
9f1ea7dc 3083 * Makefile.in (write_subdir): New.
05f3d308 3084 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 3085
40c117e7 3086 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 3087 For a self-contained ns build, set these to the appropriate values.
40c117e7 3088 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 3089
b4a36200
GM
3090 * configure.in (ns_self_contained): New output variable.
3091 * Makefile.in (ns_self_contained): New, set by configure.
3092 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
3093 don't bother installing binaries then immediately deleting them.
3094
3a4155de
GM
3095 * Makefile.in (ns_appbindir, ns_appresdir):
3096 Move them before things that may refer to them.
3097 (install-arch-dep): No need to relocate self-contained ns libexec.
3098
3099 * configure.in (archlibdir): Set it for self-contained ns builds.
3100 (libexecdir): Don't expand it now (this is mainly cosmetic).
3101
f04940ae
PE
31022012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3103
3104 * configure.in: Simplify by removing CPP etc.
3105 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3106 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3107 In particular we no longer need to fiddle with CPP, since we don't
3108 use CPP specially any more.
3109 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3110 adjusted compiler.
3111 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3112 since gl_EARLY and/or Autoconf already does these.
3113
27cb7be2
GM
31142012-05-16 Glenn Morris <rgm@gnu.org>
3115
3116 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3117 (CPP): Do not unconditionally set it on Darwin.
3118 Instead, try to test if -no-cpp-precomp is accepted.
3119 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3120
ec3ca9ec
GM
31212012-05-15 Glenn Morris <rgm@gnu.org>
3122
4e7d487c 3123 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 3124
75a9f5f5
GM
3125 * Makefile.in (install-arch-dep): Do not hard-code version number.
3126
ec3ca9ec
GM
3127 * Makefile.in (install-arch-dep): NS install no longer needs to
3128 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3129
3fe7cdc8
GM
31302012-05-12 Glenn Morris <rgm@gnu.org>
3131
9e6b06ed
GM
3132 * configure.in (ns_appbindir): Remove trailing "/".
3133
3fe7cdc8
GM
3134 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3135 (MKDEPDIR): Use $MKDIR_P.
3136 * Makefile.in (MKDIR_P): New, set by configure.
3137 (mkdir): Use $MKDIR_P.
3138
a873f274
GM
31392012-05-11 Glenn Morris <rgm@gnu.org>
3140
3141 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 3142 Use INSTALL_DATA for the DOC file.
c8e32179 3143 Remove dead code for ./lisp that never executes.
a873f274 3144
ff57c2ec
GM
31452012-05-10 Glenn Morris <rgm@gnu.org>
3146
3147 * configure.in (LEIM_INSTALLDIR): New output variable.
3148
49ed9c8e
SM
31492012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3152
5122804a
GM
31532012-05-08 Glenn Morris <rgm@gnu.org>
3154
3155 * make-dist: No more doc/lispref/*.el.
3156
01319a4e
AS
31572012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3158
3159 * configure.in: Fix quoting bugs.
3160
8045b906
GM
31612012-05-04 Glenn Morris <rgm@gnu.org>
3162
3163 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3164
9fa0e416
GM
31652012-05-02 Glenn Morris <rgm@gnu.org>
3166
3c30e766
GM
3167 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3168 the choices made by FreeBSD and NetBSD. (Bug#10313)
3169
9aa071df
GM
3170 * Makefile.in (INFO_FILES): Remove variable.
3171 (INFO_NONMISC): New variable.
3172 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3173
cd3771a0
GM
3174 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3175 some reason caused problems on an old Solaris.
3176
a36e64d0
GM
3177 * Makefile.in (install-arch-indep, uninstall):
3178 Ensure that INSTALL-type commands are run from top-level.
3179
9e7a4bcf
GM
3180 * info/dir: Make some entries consistent with the source texi files.
3181
9fa0e416
GM
3182 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3183
7adecb99
GM
31842012-05-02 Glenn Morris <rgm@gnu.org>
3185
3186 * Makefile.in (install-arch-indep):
3187 Combine adjacent install-data and install-info loops.
3188
4737362e
GM
31892012-05-01 Glenn Morris <rgm@gnu.org>
3190
ab1121bd
GM
3191 * Makefile.in (MAN_PAGES): Remove.
3192 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3193
a4a18b8b
GM
3194 * configure.in: Try libtinfo for tputs.
3195 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3196
3ba0a545
GM
3197 * configure.in: Combine adjacent $opsys case blocks.
3198
e3da5b19
GM
3199 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3200
262f06da
GM
3201 * configure.in: Invert the TERMINFO logic,
3202 since "yes" is far more common than "no".
3203
9311dcff
GM
3204 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3205
4d5c6349
GM
3206 * configure.in (LD_SWITCH_X_SITE_RPATH):
3207 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3208
4737362e
GM
3209 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3210
562e638f
GM
32112012-04-26 Glenn Morris <rgm@gnu.org>
3212
3213 * make-dist: No more doc/lispref/tindex.pl.
3214
dcbf5805
MA
32152012-04-22 Michael Albinus <michael.albinus@gmx.de>
3216
3217 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3218 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 3219 these library functions.
dcbf5805 3220
4b5b5289
PE
32212012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3222
3223 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3224 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3225 -Werror=deprecated-declarations flag, use of hooks like
3226 __malloc_initialize_hook causes compilation to fail because these
3227 hooks are deprecated. Modify 'configure' to check for these hooks too.
3228 Simplify the 'configure' code to test for all the hooks at once.
3229 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3230 (emacs_cv_var_doug_lea_malloc): ... this new var.
3231
9ee7d8b9
PE
32322012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3233
3234 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3235 dated 2011-10-07. Regenerating from current gnulib would be a
3236 pervasive change, and currently the trunk isn't open to such changes.
3237 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3238 that gnulib does it.
3239 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3240
5e6ab4e6
AS
32412012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3242
3243 * m4/gl-comp.m4: Update. (Bug#11285)
3244
c07a4c0b 32452012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
3246
3247 * configure.in: Don't use the -R option (Bug#11251).
3248
6c94c34f 32492012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 3250
9f46df23 3251 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
3252 I have been using this change for many months in my private copy
3253 of Emacs, and have used it to find several bugs. It's mature
3254 enough to publish now.
3255 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
3256 * configure.in: Support --enable-gcc-warnings, in the style of
3257 other GNU packages such as coreutils.
3258 (C_WARNINGS_SWITCH): Remove, replacing with...
3259 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
3260 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
3261 when including system files with GCC.
67546201 3262 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
3263 * lib/Makefile.am (AM_CFLAGS): New macro.
3264 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
3265
316411f0
DA
32662012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3267
3268 * configure.in (AC_CHECK_FUNCS):
1f9f395d 3269 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
316411f0 3270
9b9b2ef2
GM
32712012-04-16 Glenn Morris <rgm@gnu.org>
3272
b1aa797c
GM
3273 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
3274
9b9b2ef2
GM
3275 * configure.in: Remove X libs workaround for old autoconf.
3276
badf86af
KB
32772012-04-12 Ken Brown <kbrown@cornell.edu>
3278
3279 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
3280
2f097256
GM
32812012-04-11 Glenn Morris <rgm@gnu.org>
3282
3283 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
3284
a9f72fc1
GM
32852012-04-10 Glenn Morris <rgm@gnu.org>
3286
3287 * configure.in: Conditionally generate admin/unidata/Makefile.
3288
6b4f4a2d
TZ
32892012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3290
a9f72fc1 3291 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 3292
23df914b
GM
32932012-04-09 Glenn Morris <rgm@gnu.org>
3294
fd9d85c2
GM
3295 * Makefile.in (leim): Check cd return value. Pass fewer variables.
3296 (install-leim): Check cd return value. Pass $MFLAGS.
3297 (install-strip): Pass $MFLAGS.
3298
23df914b
GM
3299 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
3300 Eg org.texi has been using 4.7 functions for some time.
3301
bf6bba2b
PE
33022012-04-07 Paul Eggert <eggert@cs.ucla.edu>
3303
3304 Check pkg-config exit status when configuring (Bug#10626).
3305 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
3306 works; check its exit status. Problem reported by Jordi Gutiérrez
3307 Hermoso in
3308 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
3309
f3774f20
GM
33102012-04-07 Glenn Morris <rgm@gnu.org>
3311
3312 * README, configure.in (AC_INIT): Bump version to 24.1.50.
3313
d67a9a85
EZ
33142012-04-07 Eli Zaretskii <eliz@gnu.org>
3315
3316 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
3317
f20f95c6
PE
33182012-03-04 Paul Eggert <eggert@cs.ucla.edu>
3319
3320 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
3321 * configure.in (LIBS_TERMCAP): Default this to the result of
3322 the tputs library search. Do a run-time test for the linkability
3323 of tputs unless cross-compiling, as that's more reliable if the
3324 link flags and libraries are messed up. Don't change LIBS as
3325 a result of the test, as that may mess up later tests.
3326
75197633
CS
33272012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
3328
e7b41c4c 3329 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 3330
75197633
CS
3331 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
3332 specific makefiles to support getopt_.h generation with MSVC.
3333
7eb21b49
GM
33342012-02-04 Glenn Morris <rgm@gnu.org>
3335
3336 * Makefile.in (uninstall):
3337 Handle compressed info files and man pages. (Bug#10718)
3338
44f92739
GM
33392012-02-02 Glenn Morris <rgm@gnu.org>
3340
3341 * configure.in [HAVE_NS]:
3342 Error if use --without-toolkit-scroll-bars. (Bug#10673)
3343
6df37268
PE
33442012-02-01 Paul Eggert <eggert@cs.ucla.edu>
3345
3346 Port to older Solaris 10 versions (Bug#10677).
3347 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
3348 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
3349 possibly this is because Sun fixed the 'stat' bug in my version.
3350 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
3351 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
3352 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3353 These changes are based on gnulib version
3354 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
3355 because Emacs is in feature freeze and we do not want to merge any
3356 more-recent changes from gnulib.
3357
8d8939e8
GM
33582012-01-31 Glenn Morris <rgm@gnu.org>
3359
e4070def
GM
3360 * configure.in: Throw an explicit error if Motif toolkit was
3361 requested but requirements could not be found.
3362
8d8939e8
GM
3363 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
3364
5a26ec89
EZ
33652012-01-30 Eli Zaretskii <eliz@gnu.org>
3366
3367 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
3368 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
3369 with "make -j3".
3370
1b0880d5
JB
33712012-01-16 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * .bzrignore: Ignore etc/__pycache__.
3374
adee8a65
PE
33752011-12-17 Paul Eggert <eggert@cs.ucla.edu>
3376
3377 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
090bd7cb 3378 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
adee8a65
PE
3379 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
3380 by Nelson H. F. Beebe in
3381 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
3382
e152e577
JB
33832011-12-10 Juanma Barranquero <lekktu@gmail.com>
3384
3385 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
3386
46d14be7
JD
33872011-12-10 Jan Djärv <jan.h.d@swipnet.se>
3388
3389 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
3390 instead of LDFLAGS (Bug#10230).
3391
6c269a38
PE
33922011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3393
4eec8d6f
PE
3394 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
3395
6c269a38 3396 Propagate configure flags to sub-configures.
1350a3cc 3397 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
3398 New macros.
3399 (config.status, bootstrap): Use them to propagate configure flags
3400 to sub-configures.
3401 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
3402
63e94eb8
PE
34032011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 * .bzrignore: Add config.cache.
3406
54e9e3bf
JD
34072011-11-27 Jan Djärv <jan.h.d@swipnet.se>
3408
3409 * configure.in: Check for gtk_window_set_has_resize_grip.
3410
20db1522
JB
34112011-11-24 Juanma Barranquero <lekktu@gmail.com>
3412
3413 * configure.in (HAVE_XPM): Fix typo.
3414
60bf278f
GM
34152011-11-22 Glenn Morris <rgm@gnu.org>
3416
5f77c86c
GM
3417 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
3418 have confusing effects on the build. (Bug#6401)
3419
60bf278f
GM
3420 * Makefile.in (install-arch-dep): Tweak previous change.
3421
816be9f6
YD
34222011-11-22 Yavor Doganov <yavor@gnu.org>
3423
3424 Do not install arch-dependent files in the app bundle if
3425 --disable-ns-self-contained is requested. (Bug#1335)
3426 * configure.in (exec_prefix, libexecdir): Define relative to
3427 `ns_appbindir' only if configured for a self-contained app.
3428 * Makefile.in (install-arch-dep): Test for the existence of
3429 libexec in the Emacs.app bundle before executing commands.
3430
d5ff9cd0
AS
34312011-11-20 Andreas Schwab <schwab@linux-m68k.org>
3432
3433 * configure.in: Remove reference to src/m/ibms390.h.
3434
1c889bf6
GM
34352011-11-13 Glenn Morris <rgm@gnu.org>
3436
3437 * INSTALL: Tiny updates for disk space used during installation.
3438
a6fc3b5c
EZ
34392011-11-05 Eli Zaretskii <eliz@gnu.org>
3440
3441 * lib/makefile.w32-in (FRC): New dummy target.
3442 (TAGS): Depend on FRC.
3443
9f77899d
GM
34442011-11-04 Glenn Morris <rgm@gnu.org>
3445
1f9f395d 3446 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
9f77899d
GM
3447 Do not include GnuTLS version info in final summary message.
3448
0bd3cb7b
EZ
34492011-10-31 Eli Zaretskii <eliz@gnu.org>
3450
07f3add9
EZ
3451 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
3452 they exist there, else from autogen/.
3453
3454 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 3455
d2eaf3e4
NT
34562011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
3457
3458 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
3459
e782cfab
PE
34602011-10-24 Paul Eggert <eggert@cs.ucla.edu>
3461
3462 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
3463 if the library is found. Otherwise, later configure-time tests,
3464 such as the test for pthread_sigmask, generate the wrong results
3465 on some platforms. Problem reported for FreeBSD by Nali Toja.
3466
7da0b018
PE
34672011-10-20 Paul Eggert <eggert@cs.ucla.edu>
3468
3469 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
3470 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
3471 Remove; no longer needed, now that we defer to strftime for time
3472 zone names.
3473
0ffe1065
JD
34742011-10-18 Jan Djärv <jan.h.d@swipnet.se>
3475
3476 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
3477
23769e49
CY
34782011-10-18 Chong Yidong <cyd@gnu.org>
3479
3480 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
3481
fd8dea03
GM
34822011-10-13 Glenn Morris <rgm@gnu.org>
3483
3484 * configure.in: Also look for tputs in libcurses. (Bug#9736)
3485
f4cc5b54
PE
34862011-10-12 Paul Eggert <eggert@cs.ucla.edu>
3487
3488 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 3489 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
3490 The check was helpful but not essential in Solaris 2.6 (1997),
3491 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
3492 obsolete -- Sun dropped support for it in 2006 -- and without
3493 access to that Silurian platform we can't maintain the code anyway.
3494
7c5ee88e
PE
34952011-10-07 Paul Eggert <eggert@cs.ucla.edu>
3496
d47439a3
PE
3497 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
3498 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
3499 * m4/gnulib-common.m4: Merge from gnulib.
3500 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
3501 command not found" on powerpc-apple-darwin9.8.0.
3502
7c5ee88e
PE
3503 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
3504 This is now done by src/alloc.c.
3505
423dbf9b
RS
35062011-10-02 Richard Stallman <rms@gnu.org>
3507
3508 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
3509 and xlinux_second_failure to xgnu_linux_second_failure.
3510
31bed486
EZ
35112011-09-29 Eli Zaretskii <eliz@gnu.org>
3512
5f91c1e5
EZ
3513 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
3514 lib/signal.in-h.
31bed486 3515
e785f2ec 3516 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
3517 Rename signal.in.h and alloca.in.h.
3518
e1504b9b
EZ
35192011-09-28 Eli Zaretskii <eliz@gnu.org>
3520
3521 * INSTALL: Mention that m17n libraries and libotf are needed for
3522 Arabic shaping.
3523
316f8af0
PE
35242011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3525
3526 Merge from gnulib, improving some licensing wording.
3527 This clarifies and fixes some licensing issues raised by Glenn Morris
3528 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3529 It also merges the latest version of texinfo.tex and has some
3530 MSVC-related changes that don't affect Emacs.
3531 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3532 pathmax, and raise, since these are needed only to address
3533 MSVC-related issues that Emacs doesn't have.
2fb6d9c6 3534 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
316f8af0
PE
3535 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3536 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3537 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3538 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3539 * m4/unistd_h.m4: Merge from gnulib.
3540
04d51ad4
AS
35412011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3542
3543 * configure.in: Initialize HAVE_LIBXML2.
3544
6e99ef20
GM
35452011-09-26 Glenn Morris <rgm@gnu.org>
3546
3547 * make-dist: Add lib/makefile.w32-in.
3548
0538fab0
GM
35492011-09-24 Glenn Morris <rgm@gnu.org>
3550
3551 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3552
c5b01d8c
LMI
35532011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
3555 * .dir-locals.el: Change the debbugs regexp to allow having the
3556 bug number as the first thing on a line.
3557
0cc87afb
GM
35582011-09-15 Glenn Morris <rgm@gnu.org>
3559
3560 * configure.in: Make configure work with recent GNUsteps.
3561 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3562 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 3563 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 3564
3f44249e
PE
35652011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3566
3567 Merge from gnulib, porting to Tru64.
3568 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3569 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3570 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3571 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3572 doesn't affect Emacs.
3573
c8199d0f
PE
35742011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3575
3576 * configure.in (isnan): Remove now-unnecessary check.
3577
e39b275c 35782011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 3579
abec06ff 3580 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
3581 This is to fix the following problems:
3582 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3583 configured not to use gtk or any other thread-using library,
3584 signals aren't blocked correctly.
3585 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3586 and IRIX's signal handling.
3587 . On Cygwin 1.7.5 it works around an incompatibility with
3588 the system pthread_sigmask.
3589 . On MacOS X 10.5 (32-bit), files whose inode numbers
3590 exceed 2**31 cannot be read or manipulated.
3591 . pthread_sigmask: Actually use results of gl_THREADLIB.
3592 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3593 . find 'ar' program that fits with --host argument.
3594 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
3595 * autogen/README: Update destination list.
3596 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3597 The autogenerated files compile, config.guess,
3598 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
3599 * m4/largefile.m4: New file, so that Emacs does not mess up when
3600 accessing files with large inode numbers in MacOS X 10.5 and later.
3601 * m4/nocrash.m4: New file, to avoid triggering background debugger
3602 and/or create core dumps during 'configure'.
3603 * build-aux/move-if-change: Renamed from move-if-change.
3604 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3605 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3606 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3607 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
3608 * Makefile.in (epaths-force, sync-from-gnulib):
3609 move-if-change is now in build-aux.
3610 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3611 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3612 (mkdir): install-sh is now in build-aux.
3613 * config.bat: c++defs.h is now in build-aux/snippets.
3614 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3615 usual parameter).
3616 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3617 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3618 to build-aux/snippet.
3619 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3620 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3621 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3622 Solaris, enables MacOS extensions, and enables nocrash during
3623 'configure'.
3624 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3625
86633eab 36262011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
3627
3628 * configure.in (snprintf): New check.
3629
015faae4
PE
36302011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3631
695a3dc5 3632 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 3633 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
3634 Remove unreachable pattern hppa*-*-linux-gnu*.
3635 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3636 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 3637
52ec1feb
JD
36382011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3639
3640 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3641
377538cb
JD
36422011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3643
3644 * configure.in: Add header check: sys/socket.h (Bug#8477),
3645 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3646 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3647
ae9e757a
JD
36482011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3649
3650 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3651 (HAVE_GTK_AND_PTHREAD): Remove.
3652
be8ec0b3
AA
36532011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3654
3655 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3656 build, not just GNUstep (Bug#9177).
3657
2573a837 36582011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
3659
3660 Assume freestanding C89 headers, string.h, stdlib.h.
3661 Again, this simplifies the code, and all current platforms have these.
3662 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3663 (AC_HEADER_STDC): Remove.
3664 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3665 (strchr, strrchr): Remove fallback macros.
3666
9cfdb3ec
PE
3667 Assume support for memcmp, memcpy, memmove, memset.
3668 This simplifies the code a bit. All current platforms have these,
3669 as they are required for C89. If this turns into a problem we
3670 can add the gnulib modules for these (a 1-line change to Makefile.in).
3671 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3672
427c285b
PE
36732011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3674
3675 * GNUmakefile: New file.
3676 This is for convenience, so that one can run GNU make in an
3677 unconfigured source tree, and get a default build.
3678
2ad77c9d
JD
36792011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3680
3681 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3682
c8618a06
YM
36832011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3684
3685 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3686 so as to suppress address randomization (Bug#8395).
3687
f6ce9b9a
PE
36882011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3689
3fcf7a1c
PE
3690 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3691 This fixes a build problem on older Mac OS X hosts.
3692
d9706d9f
PE
3693 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3694 test, which runs afoul of Automake installations where, for example,
3695 /usr/share/aclocal contains a copy of gl_THREADLIB.
3696 Problem reported by Sven Joachim in
3697 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3698 This is just a quick temporary fix, specific to Emacs; I'll work
3699 with the other gnulib maintainers to get a more-permanent fix.
3700
af66a2d7 3701 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
3702 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3703 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3704 automatically imported from gnulib.
3705 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3706
1692ae2d 37072011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 3708
8a6ebd58 3709 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 3710 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
3711 * configure.in (AC_TYPE_UID_T): New dummy macro.
3712 Configure gnulib after adjusting LIBS,
3713 so that gnulib can assume the libraries in LIBS.
6db30f83 3714 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 3715 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 3716 * lib/pthread_sigmask.c:
6db30f83
PE
3717 New files, automatically imported from gnulib.
3718 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3719 due to the above changes.
3720 * .bzrignore: Add lib/signal.h.
3721
4a621aae
PE
3722 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3723
5e94cadb
AS
37242011-07-07 Andreas Schwab <schwab@linux-m68k.org>
3725
3726 * configure.in (maintainer-mode): Reflect default in help string.
3727
76b397fb
DN
37282011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3729
3730 * configure.in: Remove reference to iris4d.h.
3731
869795d6
JD
37322011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3733
3734 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
3735
3279eb87
GM
37362011-07-01 Glenn Morris <rgm@gnu.org>
3737
3738 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
3739
2e6e11eb
LMI
37402011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3741
3742 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
3743 which made ./configure infloop.
3744
9851bfc5
JD
37452011-06-30 Jan Djärv <jan.h.d@swipnet.se>
3746
3747 * configure.in (gsettings): New option and check for GSettings.
3748
adbc4ef4
GM
37492011-06-29 Glenn Morris <rgm@gnu.org>
3750
3751 * configure.in: Try to test for the required crt*.o files.
3752
1f773f32
BW
37532011-06-27 Bill Wohler <wohler@newt.com>
3754
3755 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
3756
7a7ef429
PE
37572011-06-25 Paul Eggert <eggert@cs.ucla.edu>
3758
3759 Use gnulib's dup2 module instead of rolling our own.
3760 * Makefile.in (GNULIB_MODULES): Add dup2.
3761 * configure.in: Do not check for dup2; gnulib does that now.
3762 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
3763
6dd7e400
PE
37642011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3765
3766 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3767
94a807ac 37682011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
3769
3770 Use gnulib's alloca-opt module.
3771 * .bzrignore: Add lib/alloca.h.
3772 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3773 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
3774 as gnulib now does that for us. Put alloca check in config.h.
3775 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
3776 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3777 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3778
3ce9d0d4
LL
37792011-06-21 Leo Liu <sdl.web@gmail.com>
3780
3781 * m4/sha256.m4:
3782 * m4/sha512.m4:
3783 * m4/gl-comp.m4:
3784 * lib/u64.h:
3785 * lib/sha256.c:
3786 * lib/sha256.h:
3787 * lib/sha512.c:
3788 * lib/sha512.h:
3789 * lib/makefile.w32-in (GNULIBOBJS):
3790 * lib/gnulib.mk:
3791 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3792 crypto/sha512 modules from gnulib.
3793
add3f049
PE
37942011-06-19 Paul Eggert <eggert@cs.ucla.edu>
3795
3796 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
3797
3a4725e1
GM
37982011-06-17 Glenn Morris <rgm@gnu.org>
3799
3800 * configure.in: Restore the behavior of checking crt-dir only
3801 when the user specified it (not all platforms use it).
3802
bf4846e7
PE
38032011-06-16 Paul Eggert <eggert@cs.ucla.edu>
3804
3805 * m4/lstat.m4: Merge from gnulib (Bug#8878).
3806
4d61f28d 38072011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
3808
3809 * configure.in: Try to determine CRT_DIR automatically when
3810 using gcc.
3811
8c9b2106
PE
38122011-06-15 Paul Eggert <eggert@cs.ucla.edu>
3813
8aeb5be9
PE
3814 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
3815 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
3816 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
3817 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
3818 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
3819 Merge from gnulib.
8c9b2106 3820
c195f2de
JD
38212011-06-14 Jan Djärv <jan.h.d@swipnet.se>
3822
3823 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
3824
7e2aa385
PE
38252011-06-08 Paul Eggert <eggert@cs.ucla.edu>
3826
3827 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
3828
81eafe29
PE
38292011-06-07 Paul Eggert <eggert@cs.ucla.edu>
3830
3831 * configure.in: Add --with-wide-int.
3832 * INSTALL: Mention this.
3833
9afafefb
PE
38342011-06-06 Paul Eggert <eggert@cs.ucla.edu>
3835
3836 Merge from gnulib.
3837 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
3838
f797625a
PE
38392011-06-02 Paul Eggert <eggert@cs.ucla.edu>
3840
3841 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
3842
90856fe0 38432011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
3844
3845 Use 'inline', not 'INLINE'.
eefc9486 3846 * configure.in (INLINE): Remove.
55d4c1b2 3847
6a3e57bb
PE
38482011-05-29 Paul Eggert <eggert@cs.ucla.edu>
3849
3850 Adjust to recent gnulib change for @GUARD_PREFIX@.
3851 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
3852 All uses of _GL_ for guard prefixes in lib/*.h replaced with
3853 _@GUARD_PREFIX@_.
3854
842b28a0
PE
38552011-05-27 Paul Eggert <eggert@cs.ucla.edu>
3856
e61923c8 3857 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 3858
70716b1d
GM
38592011-05-24 Glenn Morris <rgm@gnu.org>
3860
a22d9d2c
GM
3861 * Makefile.in (check): Just give a message if no test/ directory.
3862
bdd556a2
GM
3863 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
3864
70716b1d
GM
3865 * configure.in (OPT_MAKEFILES_IN): Remove.
3866 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
3867 (SUBDIR_MAKEFILES_IN): New output variable.
3868 * Makefile.in (OPT_MAKEFILES_IN): Remove.
3869 (SUBDIR_MAKEFILES_IN): Let configure set it.
3870
13c3daa4
LL
38712011-05-24 Leo Liu <sdl.web@gmail.com>
3872
3873 * m4/sha1.m4:
3874 * m4/gl-comp.m4:
3875 * lib/sha1.h:
3876 * lib/sha1.c:
3877 * lib/makefile.w32-in (GNULIBOBJS):
3878 * lib/gnulib.mk:
3879 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
3880
e09e38a8
GM
38812011-05-24 Glenn Morris <rgm@gnu.org>
3882
4ba4c54a
GM
3883 * configure.in: Remove test for already configured source directory.
3884 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
3885
5a95c002
GM
3886 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
3887
fa5d79db
GM
38882011-05-24 Glenn Morris <rgm@gnu.org>
3889
6c7e099d
GM
3890 * make-dist: Don't distribute test/. (Bug#8107)
3891 * configure.in (OPT_MAKEFILES_IN): New output variable.
3892 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
3893 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
3894 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
3895 (check): Give an explicit error if test/ is not present.
3896
fa5d79db
GM
3897 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
3898 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
3899 (Makefile): Use $SUBDIR_MAKEFILES_IN.
3900
2df215b5
PE
39012011-05-23 Paul Eggert <eggert@cs.ucla.edu>
3902
3903 * lib/verify.h: Merge from gnulib.
3904
f518ae90
PE
39052011-05-22 Paul Eggert <eggert@cs.ucla.edu>
3906
3907 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
3908 Merge from gnulib.
3909
16b71f3a
AS
39102011-05-21 Andreas Schwab <schwab@linux-m68k.org>
3911
3912 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
3913
7285dc67
EZ
39142011-05-20 Eli Zaretskii <eliz@gnu.org>
3915
6a45b46f
EZ
3916 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
3917
7285dc67
EZ
3918 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
3919
b9704ad9
GM
39202011-05-20 Glenn Morris <rgm@gnu.org>
3921
3922 * configure.in (lisp_frag): New output file.
3923
4a720484
GM
39242011-05-19 Glenn Morris <rgm@gnu.org>
3925
3926 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
3927 (WINDOW_SUPPORT): Remove output variables that are no longer used.
3928
a3c92bc1
EZ
39292011-05-17 Paul Eggert <eggert@cs.ucla.edu>
3930
8f906c40
EZ
3931 * lib/gnulib.mk:
3932 * lib/intprops.h:
3933 * lib/unistd.in.h:
3934 * m4/inttypes.m4:
3935 * m4/stdint.m4:
3936 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 3937
d681f183
GM
39382011-05-14 Glenn Morris <rgm@gnu.org>
3939
3940 * configure.in: Treat failure to find an X toolkit the same way we treat
3941 failure to find X and image support.
3942
4f8c52a9
GM
39432011-05-12 Glenn Morris <rgm@gnu.org>
3944
3945 * Makefile.in (src, install-arch-indep, bootstrap-clean)
3946 (check-declare): Shell portability fixes. (Bug#8642)
3947
5a7f0a30
TZ
39482011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3949
3950 * configure.in: Require GnuTLS 2.6.x or higher.
3951
b08a63cc 39522011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 3953
c378da0b
PE
3954 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
3955 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
3956 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
3957
19548d08
PE
3958 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
3959 This new gnulib-tool option saves 'configure' the trouble of
3960 checking for strtoull when strtoumax exists.
3961
d1a2ac5c
PE
3962 * configure.in (BITS_PER_LONG_LONG): New macro.
3963
773233f8
GM
39642011-05-05 Glenn Morris <rgm@gnu.org>
3965
3966 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
3967 (top_distclean): Delete config.log~.
3968
40697cd9
BK
39692011-04-27 Ben Key <bkey76@gmail.com>
3970
3971 * configure.in: Fixed a bug that caused configure with
3972 --enable-checking=stringoverrun to have no effect.
3973
671875da 39742011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
3975
3976 * configure.in: Suppress unnecessary checks for size_t.
3977 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
3978 (size_t): Do not check for this, and do not typedef. This code
3979 is never exercised now.
3980
a8a2bb29
PE
3981 * Makefile.in (GNULIB_MODULES): Add strtoumax.
3982 This is needed for the new integer-reading code in lread.c.
3983 It automatically pulls in the following gnulib files, which
3984 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
3985 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
3986 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
3987 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 3988 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 3989
33630d51
TZ
39902011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3991
3992 * configure.in: Check for GnuTLS certificate verify callbacks.
3993
bfab7d85
SM
39942011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3995
3996 * Makefile.in (config.status): Don't erase in case of error.
3997 In case it disappeared, rebuild it with `configure'.
3998
fe0e7ad7
KB
39992011-04-20 Ken Brown <kbrown@cornell.edu>
4000
4001 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4002
f5b06c35
GM
40032011-04-12 Glenn Morris <rgm@gnu.org>
4004
4005 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4006
762f8d96 40072011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
4008
4009 * lib/allocator.c: New file, automatically generated by gnulib.
4010
5fac7083
GM
40112011-04-07 Glenn Morris <rgm@gnu.org>
4012
4013 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4014
973f782d
EZ
40152011-04-06 Eli Zaretskii <eliz@gnu.org>
4016
4017 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4018 Revert last change.
4019
f1f81baa
JB
40202011-04-06 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4023 ($(BLD)/careadlinkat.$(O)): New target.
4024 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4025 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4026 Update dependencies.
4027
b70d23ff 40282011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 4029
41cf7d1a
PE
4030 Fix more problems found by GCC 4.6.0's static checks.
4031
aa181334
PE
4032 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4033
1f7196bf 4034 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
4035 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4036 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4037 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4038
c0274801
GM
40392011-04-06 Glenn Morris <rgm@gnu.org>
4040
4041 * autogen/update_autogen: Handle loaddefs-like files as well.
4042 (usage): Add -l, -C.
4043 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4044 With -l, check status of lisp/ as well.
4045 With -C, clean before building.
4046 (autoreconf): Only pass -f in the `clean' case.
4047 (commit): New function.
4048
42e85a8f
GM
40492011-03-28 Glenn Morris <rgm@gnu.org>
4050
39f31873
GM
4051 * autogen/update_autogen: Pass -f to autoreconf.
4052
42e85a8f
GM
4053 * autogen.sh (get_version): Discard "not found" lines.
4054 (check_version): Respect $AUTOCONF etc environment variables.
4055
9af30bdf
GM
40562011-03-27 Glenn Morris <rgm@gnu.org>
4057
4058 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4059 (AH_BOTTOM): Do not define SIGTYPE.
4060
181855e6
GM
40612011-03-26 Glenn Morris <rgm@gnu.org>
4062
4063 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4064 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4065
9ee0d174
AS
40662011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4067
4068 * autogen/update_autogen: Remove useless function keyword.
4069
07da4b3c
EZ
40702011-03-25 Eli Zaretskii <eliz@gnu.org>
4071
4072 * config.bat: Generate src/config.h and lib/Makefile from
4073 autogen/config.in and autogen/Makefile.in.
4074
f6ca84c0
GM
40752011-03-25 Glenn Morris <rgm@gnu.org>
4076
4077 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4078 Remove; autoreconf can supply them.
4079 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4080 config.guess, install-sh. Pass -i to autoreconf.
4081 * autogen/update_autogen (genfiles): Add compile, config.guess,
4082 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4083 Discard non-error output from autoreconf in -q case.
4084 * autogen/compile, autogen/config.guess, autogen/config.sub:
4085 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4086 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4087 install-sh, missing.
4088
8cc1d519
GM
40892011-03-23 Glenn Morris <rgm@gnu.org>
4090
9bb73912 4091 * autogen/update_autogen: Fix typo.
904a432c 4092 (msg): Remove function; use `exec' instead.
9bb73912 4093
8cc1d519
GM
4094 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4095 (sync-from-gnulib): Don't sync mkinstalldirs.
4096 * make-dist: Don't distribute mkinstalldirs.
4097
c9c49752 40982011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 4099
c9c49752 4100 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
4101 * Makefile.in (GNULIB_MODULES): Add socklen.
4102 * configure.in: Do not check for sys/socket.h, since socklen does that.
4103 * m4/socklen.m4: New automatically-generated file, from gnulib.
4104
d5cad867
PE
4105 fakemail: Remove dependency on ignore-value.
4106 * Makefile.in (GNULIB_MODULES): Add stdio.
4107 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4108 imported from gnulib.
cbd350f1 4109 * .bzrignore: Add lib/stdio.h.
c9c49752 4110
34cb1cc6
GM
41112011-03-22 Glenn Morris <rgm@gnu.org>
4112
4113 * autogen/copy_autogen: Work from ./ or ../.
4114 Fix time-stamps.
4115 * autogen.sh: Doc fix.
4116
66b87493
GM
41172011-03-20 Glenn Morris <rgm@gnu.org>
4118
4119 * autogen/: New directory, to be excluded from releases.
4120 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4121 * autogen/README: New file.
4122 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4123 * autogen/Makefile.in: Add auto-updated generated files.
4124 * autogen.sh: No longer a no-op, now it tests for autotools
4125 and runs them as necessary.
cd1181db 4126 * configure.in: Default maintainer-mode to on.
66b87493
GM
4127 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4128
1ef6de05
PE
41292011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4130
4131 Update for gnulib.
4132 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4133 includes <intprops.h> directly.
4134 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4135 when building Emacs on Solaris 9 and running it on Solaris 10.
4136
0afb4571
J
41372011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4138
4139 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4140
33383987
JB
41412011-03-07 Chong Yidong <cyd@stupidchicken.com>
4142
4143 * Version 23.3 released.
4144
870d9cf6
GM
41452011-03-06 Glenn Morris <rgm@gnu.org>
4146
4147 * configure.in (FREETYPE_LIBS): Actually set it to something.
4148
6c0dea8a
PE
41492011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4150
4151 Work around some portability problems with symlinks.
4152
4153 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4154 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4155 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4156 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4157 * m4/symlink.m4:
4158 New files, automatically generated from gnulib.
4159 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4160 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4161
945d8b44
EZ
41622011-02-26 Eli Zaretskii <eliz@gnu.org>
4163
03382788
EZ
4164 * .bzrignore: Ignore new lib/*.in-h files.
4165
90eacf99
SM
4166 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4167 Call depfiles.bat even if lib/deps already exist.
945d8b44 4168
9411886d
PE
41692011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4170
4171 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
4172 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4173 recent changes to configure.in and to gnulib.
9411886d 4174
1e8dbdc6
GM
41752011-02-24 Glenn Morris <rgm@gnu.org>
4176
4177 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4178 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4179
f68c809d
PE
41802011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4181
4182 Assume S_ISLNK etc. work, since gnulib supports this.
4183 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4184 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4185 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4186 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4187
ba01e9d7
PE
41882011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4189
4190 * lib/min-max.h: New file, for "min" and "max".
4191
9f8370e6
CS
41922011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4193
90eacf99 4194 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
9f8370e6
CS
4195 $(EMACS_ROOT)/nt/inc/stdint.h.
4196
25c51af3
EZ
41972011-02-21 Eli Zaretskii <eliz@gnu.org>
4198
4199 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4200 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4201 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4202
38942b9c 42032011-02-21 Paul Eggert <eggert@cs.ucla.edu>
5fa4ac76
PE
4204
4205 Import filemode module from gnulib.
4206 * .bzrignore: Add lib/sys/.
4207 * Makefile.in (GNULIB_MODULES): Add filemode.
4208 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4209 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4210 from gnulib. This adds support for some more file types, e.g.,
4211 Cray DMF migrated files.
5fa4ac76
PE
4212 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4213 * m4/sys_stat_h.m4: New files, generated from gnulib.
4214 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4215 Regenerate.
4216
e1e6b4fb
EZ
42172011-02-20 Eli Zaretskii <eliz@gnu.org>
4218
4219 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4220 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4221
6cac9cb1
PE
42222011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4223
4224 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4225 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4226 is no longer needed, due to the recent SSDATA and related changes.
4227 Perhaps -Wno-pointer-sign should also be removed from
4228 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4229 way to test this so I left it alone.
4230 * configure: Regenerate.
4231
0a19a6f8 42322011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
4233
4234 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4235 src/makefile.w32-in.
4236
61353ac8 42372011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 4238
61353ac8 4239 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 4240 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
4241 Regenerate.
4242 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4243 Import the new versions from gnulib; they assume a C99-style
4244 <stdint.h>, supplied by the stdint module.
4245 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4246 imported from gnulib.
942f733f 4247 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
61353ac8 4248
9d9d12cd
EZ
42492011-02-19 Eli Zaretskii <eliz@gnu.org>
4250
152be435 4251 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 4252 Add lib/deps/.
152be435 4253
9d9d12cd 4254 * config.bat: Configure in `lib'.
219463da 4255 Generate *.Po files in lib/deps.
9d9d12cd 4256
7d315eb6
PE
42572011-02-18 Paul Eggert <eggert@cs.ucla.edu>
4258
4259 Import IRIX 6.5 getloadavg fixes from gnulib.
4260 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
4261
1f5d53eb
PE
42622011-02-16 Paul Eggert <eggert@cs.ucla.edu>
4263
4264 Import getloadavg module from gnulib.
4265 * .bzrignore: Add lib/stdlib.h.
4266 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1f5d53eb
PE
4267 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
4268 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
4269 Remove; gnulib does this now.
4270 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
4271 from gnulib. This adds support for several other systems, such
4272 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
4273 buffer overrun on Linux hosts under very high load, and on hosts
4274 that maintain a channel to the load average file it makes sure
4275 the file descriptor is close-on-exec (on hosts that support this)
4276 and is not stdin, stdout, or stderr.
4277 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
4278 from gnulib.
4279 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
38942b9c 4280 Regenerate.
1f5d53eb 4281
bb55f713
PE
42822011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4283
4284 Merge from gnulib.
4285
7127b760
PE
4286 * install-sh: Update to scriptversion 2011-01-19.21.
4287
bb55f713
PE
4288 2011-02-13 Bruno Haible <bruno@clisp.org>
4289
4290 Consistent macro naming for macros that use GCC __attribute__.
90eacf99 4291 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
bb55f713
PE
4292 ATTRIBUTE_DEPRECATED.
4293
4294 2011-02-12 Bruno Haible <bruno@clisp.org>
4295
4296 setlocale: Prefer gnulib's override over libintl's override.
4297 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
4298 GNULIB_defined_setlocale is set.
4299
57e96f8e
GM
43002011-02-13 Glenn Morris <rgm@gnu.org>
4301
4302 * make-dist: Exclude generated file src/globals.h.
4303
988c07df
PE
43042011-02-10 Paul Eggert <eggert@cs.ucla.edu>
4305
4306 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
4307 Sync from gnulib, which has been patched to fix the problem
4308 with the license notices. Problem reported by Glenn Morris in
4309 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
4310
ccded26c
SM
43112011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * .bzrignore: Ignore globals.h and related stamp.
4314
6ffb2c0c
PE
43152011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4316
4317 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
4318 This merges the following fix from gnulib:
4319
4320 2011-02-08 Bruno Haible <bruno@clisp.org>
4321
4322 Split large sed scripts, for HP-UX sed.
4323
00b3c7ac
TT
43242011-02-08 Tom Tromey <tromey@redhat.com>
4325
4326 * configure: Rebuild.
4327 * configure.in (NS_OBJC_OBJ): New subst.
4328
91ccade4
PE
43292011-02-06 Paul Eggert <eggert@cs.ucla.edu>
4330
6ffb2c0c
PE
4331 gnulib: allow multiple gnulib generated replacements to coexist
4332 This defines a few preprocessor symbols that should not affect Emacs.
4333 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
4334 via "make sync-from-gnulib".
4335
e765a388
PE
4336 gnulib: undo previous change
4337 The upstream _HEADERS change was backed out of gnulib (see the
4338 same thread). Stay in sync with gnulib.
4339
91ccade4 4340 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
4341 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
4342 New empty macros, to accommodate recent changes to gnulib. See
4343 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
4344 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
4345 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
4346 * lib/time.in.h, lib/unistd.in.h:
4347 Regenerate.
91ccade4 4348
d67985d3
PE
43492011-02-05 Paul Eggert <eggert@cs.ucla.edu>
4350
4351 sync from gnulib to remove HAVE_STDBOOL_H
90eacf99 4352 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
d67985d3
PE
4353 AC_HEADER_STDBOOL. All uses changed. Do not define
4354 HAVE_STDBOOL_H, as gnulib does not need this. This change is
4355 imported from the latest Autoconf git. It was motivated by Emacs,
4356 which uses gnulib but does not need HAVE_STDBOOL_H.
4357 * configure, src/config.in: Regenerate.
4358 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
4359
67342916
PE
43602011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4361
4362 allow C code to suppress warnings about ignored return values
4363 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
4364 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4365 * lib/ignore-value.h: New file.
67342916 4366
14beddf4 43672011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
4368
4369 * configure.in: Test existence of xaw3d library, not just the
4370 header (Bug#7642).
4371
6ffb2c0c
PE
43722011-01-31 Eli Zaretskii <eliz@gnu.org>
4373
4374 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4375 $(BLD)/time_r.$(O).
4376 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4377 $(EMACS_ROOT)/src/m/intel386.h.
35e951cd 4378 ($(BLD)/strftime.$(O))
6ffb2c0c
PE
4379 ($(BLD)/time_r.$(O)): Define prerequisites.
4380
16fab143
PE
43812011-01-31 Paul Eggert <eggert@cs.ucla.edu>
4382
4383 src/emacs.c now gets version number from configure.in
4384 * configure.in (version): Set this from $PACKAGE_VERSION,
4385 which is set from AC_INIT, rather than scouting through src/emacs.c.
4386 * configure: Regenerate.
4387 * make-dist (version): Get it from configure.in, not src/emacs.c.
4388
16c3e636
PE
43892011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4390
4391 strftime: import from gnulib
4392 * Makefile.in (GNULIB_MODULES): Add strftime.
4393 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
4394 needed.
6ffb2c0c 4395 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 4396 Regenerate.
6ffb2c0c
PE
4397 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
4398 imported from gnulib.
16c3e636
PE
4399 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
4400 This incorporates many changes from gnulib, including simpler
4401 handling of multibyte formats, porting to mingw32 and other
4402 platforms, and support for higher-resolution time stamps.
4403 Emacs does not yet use the higher-resolution interface.
4404
3de84ad9
PE
44052011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4406
4407 gnulib: import mktime and move-if-change fixes from gnulib
4408
4409 * configure: Regenerate from the following.
4410
6ffb2c0c
PE
4411 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4412
4413 mktime: clarify long_int width checking
4414 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
4415 the top level, to make it clearer that the assumption about
4416 long_int width is being checked. See
4417 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
4418
3de84ad9
PE
4419 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
4420
4421 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 4422 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
4423 negative number, which the C Standard says has undefined behavior.
4424 In practice this is not a problem, but might as well do it by the book.
4425 Reported by Rich Felker and Eric Blake; see
4426 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
4427 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4428 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
4429
4430 mktime: #undef mktime before #defining it
4431 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
4432
4433 mktime: systematically normalize tm_isdst comparisons
4434 * lib/mktime.c (isdst_differ): New function.
4435 (__mktime_internal): Use it systematically for all isdst comparisons.
4436 This completes the fix for libc BZ #6723, and removes the need for
90eacf99
SM
4437 normalizing tm_isdst.
4438 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
6ffb2c0c
PE
4439 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
4440
4441 mktime: fix some integer overflow issues and sidestep the rest
4442
4443 This was prompted by a bug report by Benjamin Lindner for MinGW
4444 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
4445 His bug is due to signed integer overflow (0 - INT_MIN), and I
4446 I scanned through mktime.c looking for other integer overflow
4447 problems, fixing all the bugs I found.
4448
4449 Although the C Standard says the resulting code is still not safe
4450 in the presence of integer overflow, in practice it should be good
4451 enough for all real-world two's-complement implementations, except
4452 for debugging environments that deliberately trap on integer
4453 overflow (e.g., gcc -ftrapv).
4454
4455 * lib/mktime.c (WRAPV): New macro.
4456 (SHR): Also check that long_int and time_t shift right in the
4457 usual way, before using the fast-but-unportable method.
4458 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
4459 used. The code already assumed two's complement, so there's
4460 no need to test for alternatives. All uses removed.
4461 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
4462 the C standard. Problem reported by Rich Felker in
4463 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
4464 (twos_complement_arithmetic): Also check long_int and time_t.
4465 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
4466 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
4467 (__mktime_internal): Avoid integer overflow with unary subtraction
4468 in two instances where -1 - X is an adequate replacement for -X,
4469 since the calculations are approximate.
3de84ad9
PE
4470
4471 2011-01-29 Eric Blake <eblake@redhat.com>
4472
4473 mktime: avoid infinite loop
4474 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
4475 type; behavior is still undefined but portable to all known targets.
4476 Reported by Rich Felker.
4477
6ffb2c0c
PE
4478 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4479
4480 mktime: avoid problems on NetBSD 5 / i386
4481 * lib/mktime.c (long_int): New type. This works around a problem
4482 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
4483 but time_t is 64 bits, and where I expect the existing code is
4484 wrong in some cases.
4485 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
4486 (ydhms_diff): Bring back the compile-time check for wide-enough
4487 year and yday.
4488
4489 mktime: fix misspelling in comment
4490 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
4491 This merges all recent glibc changes of importance.
4492
3de84ad9
PE
4493 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4494
4495 move-if-change: cope with concurrent mv of identical file.
4496 * move-if-change (CMPPROG): Accept environment
4497 variable as an override for `cmp'.
4498 (usage): Document CMPPROG.
4499 Adjust comparison to drop stdout. Cope with failure of mv if
4500 the target file exists and is identical to the source, for
4501 parallel builds.
4502 Report from H.J. Lu against binutils in PR binutils/12283.
4503
6ffb2c0c
PE
45042011-01-29 Eli Zaretskii <eliz@gnu.org>
4505
4506 * lib/makefile.w32-in:
4507 * lib/getopt_.h: New files.
4508
c7e95b91
PE
45092011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4510
4511 improve fix for MS-DOS file name clash
90eacf99 4512 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
c7e95b91
PE
4513 for portability to POSIX make. Reported by Bruno Haible.
4514 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
4515 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
4516 files from accumulating as garbage. Also reported by Bruno Haible.
4517
125c3718
PE
45182011-01-27 Paul Eggert <eggert@cs.ucla.edu>
4519
4520 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4521 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4522 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4523 problems with MS-DOS 8+3 file name restrictions.
4524 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4525 it, it would also cause problems when extracting Emacs distribution
4526 tarballs on MS-DOS hosts.
4527 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 4528 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
4529 * config.guess, config.sub: Sync from gnulib.
4530 * m4/gnulib-cache.m4: Remove from repository.
4531 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4532
4004ef46
GM
45332011-01-25 Glenn Morris <rgm@gnu.org>
4534
0b5c5d82
GM
4535 * README: Add a note about ranges in copyright years.
4536
4004ef46
GM
4537 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4538
06d8ace5 45392011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
4540
4541 * configure.in: Add HP-UX on IA64 (Bug#6811).
4542
d6974efa
PE
45432011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4544
4545 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4546 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4547 as it is no longer needed.
6ffb2c0c 4548 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
4549 * configure.in: Invoke the new gnulib macro
4550 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4551 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4552 * m4/getopt.m4: Sync from gnulib; this removes the need for
4553 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4554 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4555 New macro, synced from gnulib.
4556 * m4/warn-on-use.m4: Remove.
4557
e02ea74b
PE
45582011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4559
4560 aclocal.m4: put this file back into repository
4561 This way, we don't have to assume that the maintainer has
4562 the automake package installed. See
4563 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4564 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4565 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4566 undoing the previous change.
4567 * aclocal.m4: New file (actually, resurrected).
4568
48dcd482
MB
45692011-01-22 Miles Bader <miles@gnu.org>
4570
4571 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4572 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4573 Emacs directly uses fontconfig, and breaks building when using a
4574 strict linker).
4575
925e561d
PE
45762011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4577
b06b1098
PE
4578 src/config.in: shrink slightly
4579 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4580 This makes src/config.in a bit smaller, by removing identifiers
4581 like GNULIB_TEST_MKTIME that Emacs does not need.
4582 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4583 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4584 Sync from gnulib. This removes a few more unnecessary symbols from
4585 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4586 * configure, src/config.in: Regenerate.
4587
925e561d
PE
4588 aclocal.m4: tweaks to regenerate more conveniently
4589 This attempts to act better when the source is in a weird state. See
4590 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4591 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4592 * .bzrignore: Add aclocal.m4.
4593
942be821
PE
45942011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4595
4596 aclocal.m4: omit auto-generated file from repository
4597 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4598 the most recent change here.
4599 * aclocal.m4: Remove from bzr repository. This file is
4600 auto-generated and isn't needed to run 'configure'. See
4601 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4602
0813c96e
PE
46032011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4604
4605 Minor Makefile.in tweaks to build from gnulib better.
4606 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4607 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4608 (top_maintainer_clean): Don't remove aclocal.m4.
4609
7cae64b4
PE
46102011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4611
53911e8f
PE
4612 Minor cleanups for 'bzr status'
4613 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4614 the output of config.guess.
4615 * Makefile.in (top_distclean): Remove stamp-h1 too.
4616
7cae64b4
PE
4617 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4618 defined if the compiler supports GCC-style __attribute__
4619 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4620 this syntax.
4621
a3e44e79 46222011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 4623
3cbecb8f
PE
4624 Makefile.in: tidy up the building of lib
4625 * Makefile.in (am--refresh): Mark as .PHONY.
4626 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4627 as they're not rebuilt unless you do a "make sync-from-gnulib"
4628 and the former is needed for "configure".
4629 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4630 has already removed lib/Makefile.
4631
ecbfcc83
PE
4632 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4633 This avoids building ftoastr and ldtoastr, which aren't needed. See
4634 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 4635
803059b9
PE
4636 * .bzrignore: Add .h files that are host-dependent.
4637 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4638 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4639 host-dependent and are built as part of an ordinary 'make', and
4640 should not be checked in.
4641
6ffb2c0c
PE
4642 * lib/Makefile.in: Regenerate.
4643 * lib/COPYING: New file, a copy of COPYING.
4644
2a78afcc 4645 * configure: Regenerate.
37564543
PE
4646 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4647
e275c824 4648 Regenerate.
6ffb2c0c
PE
4649 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4650 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4651 New files, copied from gnulib by gnulib-tool.
4652 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
4653 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4654 Regenerate.
ecbfcc83 4655
84bbb1ad
PE
4656 Use gnulib's getopt-gnu module.
4657 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4658 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4659 representative of the dependencies.
4660 * configure.in: Do not configure getopt, as gnulib does that now.
4661 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4662 getopt now, in lib.
ecbfcc83 4663
1fd182f0 4664 Regenerate.
6ffb2c0c
PE
4665 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4666 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
4667 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4668 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4669 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4670 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4671 * m4/wchar_t.m4, warn-on-use.h:
4672 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 4673 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
4674 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4675 Regenerate.
4676
1e11dbe3
PE
4677 Use gnulib's mktime module.
4678 * Makefile.in (GNULIB_MODULES): Add mktime.
4679 * configure.in: Remove code no longer needed, as gnulib now does it.
4680 (AC_CHECK_FUNCS): Remove mktime.
4681 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4682 (__restrict): Remove, as this now gets in the way of the C99
4683 support for 'restrict' pulled in by the gnulib mktime module.
4684 Code should now use 'restrict' and not '__restrict".
4685 (mktime): Remove.
4686 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4687 and warn-on-use.h into the distribution.
1fd182f0
PE
4688
4689 Regenerate.
6ffb2c0c
PE
4690 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4691 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 4692 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
4693 * lib/dummy.c: Remove.
4694 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
4695 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4696 Regenerate.
ecbfcc83 4697
1e11dbe3 4698 Use gnulib's ftoastr module.
fa2c4f56
PE
4699 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4700
743c80a7 4701 Regenerate.
6ffb2c0c
PE
4702 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4703 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
4704 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4705 New files, generated automatically, with 'make sync-from-gnulib'
4706 followed by 'make'.
38942b9c 4707 * configure: Regenerate.
743c80a7 4708
9a514d4a
PE
4709 Automate syncing from gnulib.
4710 * INSTALL, README: Document new subdirectory 'lib'.
4711 * Makefile.in (SUBDIR): Add lib.
4712 (SUBDIR_MAKEFILES): Add lib/Makefile.
4713 (lib-src, src, TAGS, tags): Depend on lib.
4714 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4715 ($(gnulib_srcdir)): New rule.
4716 (sync-from-gnulib): New rule, which is .PHONY.
4717 (lib): New rule, which is like lib-src.
4718 (Makefile): Depend on lib/Makefile.in.
4719 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4720 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4721 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4722 (am--refresh): New rule, to pacify Automake.
4723 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4724 Clean lib, too.
4725 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
4726 droppings.
4727 (maintainer-clean, extraclean): Use it.
4728 * configure.in: Initialize for automake and gnulib, by invoking
4729 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
4730 lib/Makefile, too. Use automake to build gnulib, as gnulib works
4731 more conveniently with automake.
6ffb2c0c 4732 * lib/Makefile.am: New file.
9a514d4a
PE
4733 * make-dist: Also put into the distribution aclocal.m4,
4734 compile, depcomp, missing, and the files under lib/.
4735
dc3e3e7b
GM
47362011-01-15 Glenn Morris <rgm@gnu.org>
4737
4738 * Makefile.in (epaths-force): No more arch-tag to edit.
4739
dab73760
CY
47402011-01-15 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
4743
9f4b8b47
PE
47442011-01-14 Paul Eggert <eggert@cs.ucla.edu>
4745
4746 * make-dist: Distribute test/ files too.
4747 Distribute every file under test/ that is under version control,
4748 using patterns like *.el to capture files that are added later.
4749 Without this change, "configure" would fail, because it would
4750 attempt to build from a Makefile.in that was not distributed.
4751
d221e780
CO
47522011-01-13 Christian Ohler <ohler@gnu.org>
4753
4754 * Makefile.in (INFO_FILES): Add ERT.
4755
4756 * Makefile.in (check): Run tests in test/automated.
4757
4758 * Makefile.in:
4759 * configure.in: Add test/automated/Makefile.
4760
bc5585d1
PE
47612011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4762
2b3f5bc8
PE
4763 * install-sh, mkinstalldirs, move-if-change: Update from master
4764 source in gnulib.
4765
bc5585d1
PE
4766 * config.guess, config.sub: Updated from master source.
4767
2018939f
AS
47682011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4769
4770 * configure.in: Check for __builtin_unwind_init.
4771
e5365138
GM
47722011-01-05 Glenn Morris <rgm@gnu.org>
4773
4774 * configure.in (HAVE_MAKEINFO): New output variable.
4775 (MAKEINFO): Reset to "makeinfo" if not found.
4776 * Makefile.in (install-arch-indep, info):
4777 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4778
a04689de 47792010-12-29 Ulrich Müller <ulm@gentoo.org>
4fc5868a
UM
4780
4781 * configure.in: Make gameuser configurable (Bug#7717).
4782
68251e16
GM
47832010-12-15 Glenn Morris <rgm@gnu.org>
4784
4785 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4786 long absent lib-src/fns-*.el.
4787
838db889
GM
47882010-12-11 Glenn Morris <rgm@gnu.org>
4789
4790 * make-dist: Exclude etc/*.pyc.
4791
fe646d2c
AS
47922010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4793
4794 * configure.in: Don't double machfile in final message.
4795
d96c83fa
CY
47962010-12-04 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * configure.in: Fix last change.
4799
d6a003a8
AS
48002010-12-04 Andreas Schwab <schwab@linux-m68k.org>
4801
4802 * configure.in: Remove reference to removed machine description
90eacf99
SM
4803 files and allow $machine and $machfile to be empty.
4804 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
d6a003a8 4805
067d23c9
KY
48062010-12-03 Glenn Morris <rgm@gnu.org>
4807
4808 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
4809
48102010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
4811
4812 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
4813 (EXTERNALLY_VISIBLE): New definition.
4814
48152010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
4816
4817 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
4818
48192010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
4820
4821 * configure.in: Do not check for unconditionally included headers.
4822
48232010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
4826
48272010-11-09 Michael Albinus <michael.albinus@gmx.de>
4828
4829 * configure.in: Don't write a warning for D-Bus anymore.
4830
48312010-11-06 Andreas Schwab <schwab@linux-m68k.org>
4832
4833 * configure.in: Fix indentation.
4834
48352010-10-31 Ken Brown <kbrown@cornell.edu>
4836
90eacf99
SM
4837 * configure.in (checking whether localtime caches TZ):
4838 Use unsetenv instead of modifying environment directly.
067d23c9
KY
4839
48402010-10-25 Andreas Schwab <schwab@linux-m68k.org>
4841
4842 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
4843 to avoid warning.
4844
48452010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4846
e9fce1ac 4847 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
4848
48492010-10-22 Glenn Morris <rgm@gnu.org>
4850
4851 * make-dist: Avoid listing .el files twice. Don't try to run
4852 autoconf if --no-update.
4853
48542010-10-20 Glenn Morris <rgm@gnu.org>
4855
4856 * make-dist: No longer create lisp/MANIFEST.
4857
48582010-10-14 Glenn Morris <rgm@gnu.org>
4859
4860 * BUGS, INSTALL.BZR, README: Updates.
4861
48622010-10-13 Glenn Morris <rgm@gnu.org>
4863
4864 * make-dist: Remove --compress. Check for the appropriate
4865 gzip-like executable, and if not found, don't compress.
4866 Check version number in README, don't change it.
4867 Use find for nt/inc/*.h.
4868
48692010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
4870
90eacf99
SM
4871 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
4872 Remove trailing / from directory names.
067d23c9
KY
4873
48742010-10-12 Glenn Morris <rgm@gnu.org>
4875
4876 * make-dist: Update and simplify.
4877
48782010-10-12 Eli Zaretskii <eliz@gnu.org>
4879
4880 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
4881
48822010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
4883
4884 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
4885
48862010-10-09 Glenn Morris <rgm@gnu.org>
4887
4888 * make-dist: No more doc/emacs/*.texi.in.
4889
4890 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
4891
48922010-10-09 Glenn Morris <rgm@gnu.org>
4893
4894 * configure.in: Combine some conditionals.
4895
4896 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
4897 * make-dist: Include doc/emacs/*.texi.in.
4898
4899 * INSTALL, make-dist: Remove references to b2m.
4900 * Makefile.in (MAN_PAGES): Remove b2m.1.
4901
49022010-10-05 Glenn Morris <rgm@gnu.org>
4903
4904 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
4905
49062010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
4907
4908 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
4909
49102010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
4911
4912 * configure.in: Include stdlib.h and string.h unconditionally.
4913
49142010-09-29 Romain Francoise <romain@orebokech.com>
4915
4916 * configure.in: Don't enable ImageMagick unless HAVE_X11.
4917
49182010-09-28 Glenn Morris <rgm@gnu.org>
4919
4920 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
4921 happy.
4922
49232010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4924
4925 * configure.in: Enable imagemagick by default.
4926
49272010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4928
4929 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 4930 GnuTLS libraries.
067d23c9
KY
4931
49322010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
4933
4934 * configure.in: Set up GnuTLS.
4935
49362010-09-22 Chong Yidong <cyd@stupidchicken.com>
4937
4938 * configure.in: Announce whether libxml2 is linked to.
4939
49402010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
4941
4942 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
4943
49442010-09-18 Eli Zaretskii <eliz@gnu.org>
4945
4946 * config.bat: Detect that libxml2 is installed and if so, build
4947 with it.
4948
49492010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4950
4951 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
4952 be used. This fixes a conf problem on Mac OS X.
4953
49542010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4955
4956 * configure.in: Check for libxml2.
4957
49582010-09-09 Glenn Morris <rgm@gnu.org>
4959
4960 * make-dist: No more TODO files under lisp/.
4961
49622010-09-04 Eli Zaretskii <eliz@gnu.org>
4963
4964 * config.bat: Produce lisp/gnus/_dir-locals.el from
4965 lisp/gnus/.dir-locals.el.
4966
49672010-08-23 Andreas Schwab <schwab@linux-m68k.org>
4968
4969 * configure.in: Fix check for librsvg, imagemagick and
4970 MagickExportImagePixels.
4971
49722010-08-18 Joakim Verona <joakim@verona.se>
4973
4974 * Makefile.in, configure.in: Checks for ImageMagick.
4975
49762010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4977
4978 * configure.in (AC_PREREQ): Require autoconf 2.65.
4979
49802010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4981
4982 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
4983
49842010-08-09 Andreas Schwab <schwab@linux-m68k.org>
4985
4986 * configure.in: Add AC_C_BIGENDIAN.
4987
49882010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
4989
4990 * configure.in (ORDINARY_LINK): Use on hpux* too.
4991
49922010-08-06 Jan Djärv <jan.h.d@swipnet.se>
4993
4994 * configure.in: Check for util.h.
4995 Use -Wimplicit-function-declaration if compiler supports it.
4996
49972010-08-05 Eli Zaretskii <eliz@gnu.org>
4998
4999 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5000
50012010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5002
5003 * configure.in: Restore accidentally removed use of
5004 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5005
50062010-07-29 Chad Brown <yandros@mit.edu>
5007
5008 * configure.in: Check for dirent.h.
5009
50102010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5011
5012 * configure.in: Remove reference to usg5-4, unused.
5013
50142010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5015
5016 * configure.in: Check for __executable_start.
5017
50182010-07-24 Ken Brown <kbrown@cornell.edu>
5019
5020 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5021
50222010-07-24 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5025
50262010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5027
5028 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5029
50302010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5031
5032 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5033 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5034 (C_OPTIMIZE_SWITCH): Remove.
5035 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5036
50372010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5038
5039 * configure.in: Don't check for index and rindex, check for strchr
5040 and strrchr. Define strchr and strrchr as index and rindex,
5041 resp., in src/config.h if not available.
5042
50432010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5044
5045 * configure.in: Use -Wold-style-definition if available.
5046 This helps with the transition to standard C code, it can be
5047 removed when done.
5048
5049 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5050
5051 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5052 and MSWindows.
5053
50542010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5055
5056 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5057 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5058
50592010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5060
5061 * configure.in (getenv): Remove K&R declaration.
5062
50632010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5064
5065 * configure.in: Remove define __P.
5066
50672010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5068
5069 * configure.in (--enable-use-lisp-union-type): New flag.
5070
50712010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5072
5073 Fix CFLAGS for non-GCC compilers.
5074 * configure.in (CFLAGS): Always use -g like it was done before the
5075 2010-03-30 change.
5076 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5077 (Bug#6538)
5078
50792010-06-30 Glenn Morris <rgm@gnu.org>
5080
5081 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5082 Set with AC_DEFINE rather than AH_BOTTOM.
5083
35e951cd 5084 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
067d23c9
KY
5085 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5086 Set with shell, not cpp.
5087 (LIBX): Remove, just use -lX11 in the one place this was used.
5088 (cannot_dump): Replace with CANNOT_DUMP.
5089
50902010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5091
0a19a6f8 5092 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
5093 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5094 by minimum required Gtk+ 2.6). Add checks for functions introduced
5095 in Gtk+ 2.14 or newer (bug#6505).
5096
50972010-06-26 Eli Zaretskii <eliz@gnu.org>
5098
5099 * config.bat: Remove white space around "+" in COPY commands.
5100
51012010-06-23 Glenn Morris <rgm@gnu.org>
5102
5103 * info/dir: Start descriptions in column 32, per Texinfo convention.
5104
51052010-06-16 Chong Yidong <cyd@stupidchicken.com>
5106
5107 * INSTALL: Update font information (Bug#6389).
5108
51092010-06-16 Glenn Morris <rgm@gnu.org>
5110
5111 * INSTALL: General update.
5112
51132010-06-12 Glenn Morris <rgm@gnu.org>
5114
5115 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5116
51172010-06-11 Glenn Morris <rgm@gnu.org>
5118
5119 * configure.in (--without-compress-info): New option.
5120 (GZIP_INFO): New output variable.
5121
5122 * Makefile.in (GZIP_INFO): New, set by configure.
5123 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5124 Handle man pages in the same way.
5125
51262010-06-10 Glenn Morris <rgm@gnu.org>
5127
5128 * Makefile.in (install-arch-indep): Gzip the info files too.
5129
5130 * make-dist: Remove references to non-existent directories and files.
5131
51322010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5133
5134 * configure.in: Include <strings.h> and <string.h> instead of
5135 "strings.h" and "string.h".
5136
51372010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5138
5139 * configure.in: Remove code dealing with BSTRING.
5140
51412010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5142
5143 * configure.in (AC_PREREQ): Require autoconf 2.65.
5144
5145 * configure.in (unxec): Do not define and substitute.
5146 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5147
51482010-06-03 Glenn Morris <rgm@gnu.org>
5149
5150 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5151
51522010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5153
5154 Fix alloca definition when using gcc on non-gnu systems.
5155 * configure.in: Use the code sequence indicated by "info autoconf"
5156 for alloca (bug#6170).
5157
51582010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * .bzrignore: Ignore new files from trunk, which appear if you use
5161 colocated branches (i.e. "bzr switch").
5162
51632010-05-28 Glenn Morris <rgm@gnu.org>
5164
5165 * configure.in: Simplify some of the $canonical tests.
5166
51672010-05-27 Glenn Morris <rgm@gnu.org>
5168
5169 * config.bat: Do not preprocess src/Makefile.in.
5170
5171 * configure.in: Do not preprocess src/Makefile.in.
5172 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5173 (AC_EGREP_CPP): Test no longer needed.
5174
5175 * make-dist: No more Makefile.c files.
5176
51772010-05-26 Glenn Morris <rgm@gnu.org>
5178
5179 * configure.in (YMF_PASS_LDFLAGS): Remove.
5180 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5181
5182 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5183 Add $GNUSTEP_LOCAL_HEADERS.
5184 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5185
5186 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5187 (GNUSTEP_MAKEFILES): Remove.
5188 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5189 stuff to here.
5190
51912010-05-25 Glenn Morris <rgm@gnu.org>
5192
5193 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5194 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5195
5196 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5197 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5198 here instead.
5199
52002010-05-24 Romain Francoise <romain@orebokech.com>
5201
5202 * make-dist: Look for version in src/emacs.c.
5203 Use lisp/subr.el rather than lisp/version.el for location check.
5204
52052010-05-21 Glenn Morris <rgm@gnu.org>
5206
5207 * configure.in (MKDEPDIR): Parallel build tweak.
5208
5209 * configure.in (ns_frag): New output file.
5210
5211 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5212 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5213
5214 * configure.in (cannot_dump): New output variable.
5215
52162010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5217
5218 * configure.in: On NetBSD, if terminfo is found, use it in
5219 preference to termcap. (Bug#6190)
5220
52212010-05-20 Glenn Morris <rgm@gnu.org>
5222
5223 * make-dist (src): Include *.mk.
5224 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5225 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5226 (deps_frag): New output file.
5227 (AUTO_DEPEND): Remove this definition.
5228
5229 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5230
52312010-05-19 Glenn Morris <rgm@gnu.org>
5232
5233 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5234 (ORDINARY_LINK): New AC_DEFINE.
5235 (LIB_GCC): No need to set if ORDINARY_LINK.
5236
52372010-05-18 Glenn Morris <rgm@gnu.org>
5238
5239 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5240 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5241
5242 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5243 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5244 (RALLOC_OBJ): New output variable.
5245
5246 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5247 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5248
52492010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * Makefile.in (src): Provide the name of the VCS file that witnesses
5252 a pull.
5253 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
5254
52552010-05-17 Glenn Morris <rgm@gnu.org>
5256
5257 * configure.in (OLDXMENU_DEPS): New output variable.
5258
52592010-05-16 Glenn Morris <rgm@gnu.org>
5260
5261 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
5262
5263 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
5264 * Makefile.in (install-arch-dep): Update for above change.
5265
5266 * Makefile.in (ns_appdir): Remove.
5267 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
5268
5269 * configure.in (TEMACS_LDFLAGS2): New output variable.
5270
5271 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
5272 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5273 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
5274 nothing uses.
5275
52762010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5277
5278 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
5279 does not use them.
5280 (X11R5_INHIBIT_I18N): Remove, unused.
5281
52822010-05-15 Glenn Morris <rgm@gnu.org>
5283
5284 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
5285
5286 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
5287
52882010-05-15 Ken Raeburn <raeburn@raeburn.org>
5289
5290 * configure.in: Look for version string in its new location.
5291
52922010-05-15 Eli Zaretskii <eliz@gnu.org>
5293
5294 * config.bat: Remove support for DJGPP v1.x.
5295
52962010-05-15 Glenn Morris <rgm@gnu.org>
5297
5298 * configure.in (OLDXMENU_TARGET): New output variable.
5299
5300 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
5301
5302 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
5303 and other files that no longer exist.
5304
53052010-05-14 Glenn Morris <rgm@gnu.org>
5306
5307 * configure.in (cpp_undefs): Add mktime, register, X11.
5308
5309 * configure.in (GPM_MOUSE_SUPPORT): Remove.
5310 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
5311 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
5312
5313 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
5314 (GNUSTEP_MAKEFILES): Do not output.
5315
53162010-05-13 Glenn Morris <rgm@gnu.org>
5317
5318 * configure.in: Fix some paren typos.
5319
5320 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
5321
5322 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
5323
53242010-05-12 Glenn Morris <rgm@gnu.org>
5325
5326 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
5327
5328 * configure.in (LIB_GCC): New output variable.
5329
53302010-05-11 Glenn Morris <rgm@gnu.org>
5331
5332 * make-dist (msdos): No more mainmake.
5333
5334 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
5335 * config.bat: Do not run cpp on lib-src/Makefile.in.
5336
5337 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
5338
53392010-05-10 Glenn Morris <rgm@gnu.org>
5340
5341 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
5342
5343 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
5344 (BLESSMAIL_TARGET): New output variable.
5345
53462010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5347
5348 * INSTALL: Fix typos.
5349
53502010-05-08 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * configure.in: Add check for buggy version of GCC (Bug#6031).
5353
53542010-05-08 Glenn Morris <rgm@gnu.org>
5355
5356 * configure.in (HAVE_LIBNCURSES): New local variable.
5357 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
5358 replacing cpp in src/s/*.h and src/Makefile.in.
5359
53602010-05-07 Chong Yidong <cyd@stupidchicken.com>
5361
5362 * Version 23.2 released.
5363
53642010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * configure.in: Add tests for `isnan' and `copysign'.
5367
53682010-05-07 Eli Zaretskii <eliz@gnu.org>
5369
5370 * config.bat: Allow for 2 leading `#'s in comments in
5371 src/Makefile.in.
5372
53732010-05-07 Glenn Morris <rgm@gnu.org>
5374
5375 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5376 Merges logic from src/s/* and src/Makefile.in.
5377 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5378
53792010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5380
5381 Define START_FILES and LIB_STANDARD using autoconf.
5382 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5383 here from src/s/*.h.
5384 (HAVE_CRTIN): Remove, inline logic in the netbsd
5385 START_FILES/LIB_STANDARD computation.
5386
53872010-05-06 Glenn Morris <rgm@gnu.org>
5388
5389 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
5390
5391 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
5392 (LD_SWITCH_X_SITE): Remove unused variables.
5393
53942010-05-04 Glenn Morris <rgm@gnu.org>
5395
5396 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
5397 as well.
5398 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
5399
5400 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5401
5402 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
5403 variables, replacing c_switch_machine, c_switch_system.
5404 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
5405 @c_switch_system@.
5406
54072010-05-03 Glenn Morris <rgm@gnu.org>
5408
5409 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
5410
5411 * make-dist: There are no more src/m/*.inp files.
5412
54132010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5414
5415 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
5416 (ac_link): Do not use ld_switch_machine.
5417
54182010-05-01 Glenn Morris <rgm@gnu.org>
5419
5420 * configure.in (OTHER_OBJ): Remove.
5421 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
5422
54232010-04-30 Glenn Morris <rgm@gnu.org>
5424
5425 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
5426 Elsewhere, maybe include it.
5427
5428 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
5429 (OLDXMENU, LIBXMENU): New output variables.
5430
5431 * configure.in (OTHER_OBJ): New output variable.
5432
54332010-04-28 Glenn Morris <rgm@gnu.org>
5434
5435 * configure.in (CYGWIN_OBJ): New output variable.
5436
5437 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
5438
5439 * configure.in (FONT_OBJ): New output variable.
5440
5441 * configure.in (LIBXMU): New output variable.
5442
5443 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
5444
5445 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
5446 userland and maybe change values to i386 (move test from s/amdx86-64.h).
5447
54482010-04-27 Glenn Morris <rgm@gnu.org>
5449
5450 * configure.in (LIBXTR6): New output variable. Move unixware special
5451 case here from src/s/unixware.h.
5452
5453 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
5454 in Makefiles.
5455 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
5456
5457 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
5458 (LIBXP): No longer substitute in Makefiles.
5459 (MOTIF_LIBW): New output variable. Move system-specific settings here
5460 from src/s files.
5461
54622010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5463
5464 Reduce CPP usage.
5465 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5466 (unexec): Define unconditionally, all platforms define
5467 UNEXEC. AC_SUBST it.
5468 (UNEXEC_SRC): Remove, unused.
5469 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
5470
54712010-04-27 Glenn Morris <rgm@gnu.org>
5472
5473 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
5474 replaced by LIBXP.
5475
5476 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
5477 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
5478 On hpux10-20, default to /lib.
5479
5480 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
5481
54822010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * configure.in (LIBS_MACHINE): Remove, unused.
5485
5486 * configure.in (LIB_MATH): New output variable. Set it for some systems.
5487
54882010-04-24 Glenn Morris <rgm@gnu.org>
5489
5490 * configure.in (CRT_DIR): New output variable.
5491 (--with-crt-dir): New option. (Bug#5655)
5492 (HAVE_LIB64_DIR): Remove.
5493
54942010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5495
5496 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
5497
54982010-04-22 Miles Bader <miles@gnu.org>
5499
5500 * configure.in: Get rid of "unix" pre-defined macro when
5501 preprocessing Makefile. (Bug#5857)
5502
55032010-04-21 Andreas Schwab <schwab@linux-m68k.org>
5504
5505 Avoid non-portable shell command negation
5506 * configure.in: Revert last change.
5507
55082010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5509
5510 * configure.in: Change "if test ! -f" to "if ! test -f".
5511
55122010-04-21 Glenn Morris <rgm@gnu.org>
5513
5514 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
5515 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
5516
55172010-04-21 Karel Klíč <kklic@redhat.com>
5518
5519 * configure.in: New option: --with(out)-selinux, on by default.
5520 Set HAVE_LIBSELINUX if we find libselinux, and substitute
5521 LIBSELINUX_LIBS in Makefiles.
5522
55232010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5524
5525 * configure.in: Remove all references to LIBX11_SYSTEM.
5526
55272010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5528
5529 * configure.in: Remove all references to C_DEBUG_SWITCH.
5530
55312010-03-27 Eli Zaretskii <eliz@gnu.org>
5532
5533 * config.bat <lib-src>: Edit out lines that begin with several #
5534 characters.
5535
55362010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5537
5538 * configure.in: Remove support for old UNIX System V systems and
5539 for Unixware on non-x86 machines.
5540
5541 * configure.in: Remove support for Solaris on PPC and for old versions.
5542
5543 * configure.in: Remove non-working lynxos port.
5544
55452010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5546
5547 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5548
55492010-03-19 Glenn Morris <rgm@gnu.org>
5550
5551 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5552 happy.
5553
55542010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5555
5556 * configure.in: Check for tputs and friends, abort if not
5557 found (bug#5735).
5558
55592010-03-18 Glenn Morris <rgm@gnu.org>
5560
5561 * configure.in (--with-x-toolkit): In the help text, say which options
5562 are synonyms.
5563
5564 * configure.in (--with-mmdf, --with-mail-unlink):
5565 New options, off by default.
5566 (--with-mailhost): New option to set default POP host.
5567 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5568 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5569 New variables, substituted in Makefiles.
5570 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5571 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5572 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5573 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5574 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5575
55762010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5577
5578 * Makefile.in (uninstall): Handle the case where archlibdir does not
5579 exist. (Bug#5720)
5580
55812010-03-12 Eli Zaretskii <eliz@gnu.org>
5582
75f1671a 5583 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
5584 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5585
5586 * configure: Regenerated.
5587
55882010-03-10 Chong Yidong <cyd@stupidchicken.com>
5589
5590 * Branch for 23.2.
5591
55922010-01-31 Juri Linkov <juri@jurta.org>
5593
5594 * .bzrignore: Add TAGS-LISP.
5595
55962010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5597
5598 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5599 this header file).
5600
56012010-01-12 Juanma Barranquero <lekktu@gmail.com>
5602
5603 * .bzrignore: Ignore all .exe, instead of individual files.
5604
56052010-01-12 Chong Yidong <cyd@stupidchicken.com>
5606
5607 * configure.in: Explicitly check for and link to -lXrender.
5608
56092010-01-12 Glenn Morris <rgm@gnu.org>
5610
5611 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5612 for bug reports for development versions.
5613
56142010-01-02 Eli Zaretskii <eliz@gnu.org>
5615
5616 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5617 build.
5618
56192009-12-27 Karl Fogel <kfogel@red-bean>
5620
5621 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5622 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5623
56242009-12-17 Glenn Morris <rgm@gnu.org>
5625
5626 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5627
56282009-12-15 Glenn Morris <rgm@gnu.org>
5629
5630 * info/dir: Add EDT entry.
5631 * Makefile.in (INFO_FILES): Add edt.
5632
56332009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5634
1154d12e 5635 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
5636
56372009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5638
5639 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5640
56412009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5642
5643 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5644
56452009-12-01 Glenn Morris <rgm@gnu.org>
5646
5647 * make-dist: Add etc/images/mpc directory.
5648
56492009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5650
5651 * configure.in: Don't check for GConf unless X is used.
5652
56532009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5654
5655 * configure.in: Use -Wdeclaration-after-statement if available.
5656
56572009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5658
5659 * configure.in: New option: --with(out)-gconf.
5660 Set HAVE_GCONF if we find gconf.
5661
56622009-11-17 Glenn Morris <rgm@gnu.org>
5663
5664 * Makefile.in (INFO_FILES): Add semantic.
5665
56662009-11-16 Chong Yidong <cyd@stupidchicken.com>
5667
5668 * info/dir: Add Semantic.
5669
56702009-11-16 Glenn Morris <rgm@gnu.org>
5671
5672 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5673 pattern, so as not to exclude makefile*.el. (Bug#4912)
5674
56752009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5676
5677 * configure.in: --enable-autodepend is new. Check for GNU Make
5678 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5679 gcc and GNU make to generate dependencies.
5680
56812009-10-27 Glenn Morris <rgm@gnu.org>
5682
5683 * make-dist: Make links to doc/lispintro/*.pdf.
5684
56852009-10-23 Jim Meyering <meyering@redhat.com>
5686
5687 * configure.in: Invoke $CPP with -P when creating Makefile and
5688 src/Makefile. Without this, gcc 4.4.2 converts each
5689 backslash-newline pair in the input to a bare newline, yielding
5690 invalid Makefiles.
5691
5692 * configure: Regenerate.
5693
56942009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5695
5696 * configure.in (vax-dec-vms): Remove, not supported anymore.
5697
56982009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5699
5700 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5701 (*-apple-darwin*): Add x86_64 architecture.
5702
57032009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5704
5705 * config.guess, config.sub: Updated from master source.
5706
57072009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5708
5709 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5710
57112009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5712
5713 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5714
57152009-09-29 Glenn Morris <rgm@gnu.org>
5716
5717 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5718
57192009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5720
5721 * config.guess, config.sub: Updated from master source.
5722
5723 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5724
57252009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5726
5727 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
5728
57292009-09-13 Chong Yidong <cyd@stupidchicken.com>
5730
5731 * INSTALL: Update URL for GNU FreeFont.
5732
57332009-09-09 Glenn Morris <rgm@gnu.org>
5734
5735 * Makefile.in (install-arch-indep): Don't recursively change perms of
5736 site-lisp and infodir. There may be non-Emacs files in here, and the
5737 files supplied by Emacs are all handled explicitly already. (Bug#3800)
5738 (mkdir): Set umask to world-readable before creating directories.
5739 mkinstalldirs already checks if dirs exist, don't duplicate this test.
5740
57412009-08-29 Glenn Morris <rgm@gnu.org>
5742
5743 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
5744 (info): Don't give an error in the absence of makeinfo - let the doc
5745 Makefiles do that, if the info files need rebuilding. (Bug#3982)
5746
57472009-08-23 Ken Raeburn <raeburn@raeburn.org>
5748
5749 * Makefile.in (install-arch-indep): If the versioned DOC-####
5750 generated during loadup+dump isn't found, install the plain DOC
5751 file that always gets generated, in case CANNOT_DUMP is set.
5752
5753 * configure.in: Warn if package version specified here doesn't
5754 match the version in version.el.
5755 * configure: Regenerate.
5756
57572009-08-22 Michael Albinus <michael.albinus@gmx.de>
5758
5759 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5760
5761 * configure: Regenerate.
5762
57632009-08-19 Glenn Morris <rgm@gnu.org>
5764
5765 * INSTALL: Remove reference to cvtmail.
5766
57672009-08-15 CHENG Gao <chenggao@gmail.com>
5768
5769 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5770
57712009-08-02 Kevin Ryde <user42@zip.com.au>
5772
5773 * INSTALL: Fix free fonts URL.
5774
57752009-07-22 Glenn Morris <rgm@gnu.org>
5776
5777 * configure.in (AC_PREREQ): Require autoconf 2.62.
5778
57792009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5780
5781 * configure.in (--enable-checking, --enable-profiling):
5782 Use AS_HELP_STRING.
5783
57842009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5785
5786 * configure.in (--enable-profiling): New option.
5787 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5788
57892009-06-27 Glenn Morris <rgm@gnu.org>
5790
5791 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5792
57932009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5794
5795 * configure.in (--enable-checking): New option.
5796
57972009-06-24 Glenn Morris <rgm@gnu.org>
5798
5799 * make-dist: Warn if subdir does not exist in source.
5800 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
5801 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
5802 No longer make links.
5803
58042009-06-24 Yavor Doganov <yavor@gnu.org>
5805
5806 * make-dist (tempdir): Don't create directories preferences.gorm
5807 and preferences.nib, they are no longer required.
5808
58092009-06-21 Chong Yidong <cyd@stupidchicken.com>
5810
5811 * Branch for 23.1.
5812
58132009-06-12 Chong Yidong <cyd@stupidchicken.com>
5814
5815 * configure.in: Delete mac-fix-env target, which has been
5816 removed (Bug#3531).
5817
58182009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5819
1154d12e 5820 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
5821
58222009-05-05 Per Starbäck <per@starback.se> (tiny change)
5823
5824 * BUGS: Use new binding of view-emacs-problems.
5825
c7015153 58262009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
5827
5828 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
5829 for Solaris compatibility.
5830
58312009-04-25 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * configure: Regenerate.
5834
5835 * configure.in: Disable use of FreeType without libXft.
5836
58372009-04-19 Jan Djärv <jan.h.d@swipnet.se>
5838
5839 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
5840 Check if it is declared in gtk.h.
5841
58422009-04-12 Andreas Schwab <schwab@linux-m68k.org>
5843
5844 * Makefile.in (install-arch-indep): Remove .gitignore files.
5845
58462009-04-03 Kenichi Handa <handa@m17n.org>
5847
5848 * INSTALL: Make the section "Complex Text Layout support
5849 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
5850
58512009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
5852
5853 * configure.in (rs6000-ibm-aix6*): Fix typo.
5854
58552009-03-04 Glenn Morris <rgm@gnu.org>
5856
5857 * Makefile.in (INFO_FILES): Add auth.
5858
58592009-03-03 Glenn Morris <rgm@gnu.org>
5860
5861 * info/dir: Add Auth-source.
5862
58632009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
5866 the second.
5867
58682009-02-28 Eli Zaretskii <eliz@gnu.org>
5869
5870 * config.bat: Copy .dbxinit to _dbxinit.
5871
5872 * make-dist (Making links to `info'): Remove .gitignore.
5873
58742009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * Makefile.in (lib-src, lisp): Use simpler rule.
5877 (src): Be more specific to avoid recompiling all the .elc files just
5878 because the bootstrap-emacs is missing.
5879
58802009-02-26 Chong Yidong <cyd@stupidchicken.com>
5881
5882 * configure.in: Require librsvg >= 2.11.
5883
58842009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
5885
5886 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
5887 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
5888
58892009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
5890
5891 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
5892
58932009-02-03 Glenn Morris <rgm@gnu.org>
5894
5895 * make-dist: Add some missing files, remove some that are no longer
5896 present.
5897
58982009-02-02 Glenn Morris <rgm@gnu.org>
5899
5900 * make-dist: Add some missing nextstep/ files.
5901
59022009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
5903
5904 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
5905
59062009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 * configure.in: Add support for m68k-*-netbsd.
5909
59102009-01-14 Juri Linkov <juri@jurta.org>
5911
5912 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
5913
5914 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
5915 and bug-reference-mode.
5916
59172009-01-11 Juri Linkov <juri@jurta.org>
5918
5919 * INSTALL.CVS: Move configuration explicitly to the first step.
5920
59212009-01-09 Glenn Morris <rgm@gnu.org>
5922
5923 * .dir-locals.el: Don't set indent-tabs-mode.
5924
59252008-12-30 Kenichi Handa <handa@m17n.org>
5926
5927 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
5928 the function OTF_get_variation_glyphs.
5929
59302008-12-30 Jan Djärv <jan.h.d@swipnet.se>
5931
5932 * Makefile.in (install-arch-dep): Remove old directories in
5933 ns_app* before moving new directories there.
5934
59352008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
5936
5937 * .dir-locals.el: Remove non-working entry for pmail.
5938 (fill-column): Fix typo.
5939 (change-log-mode): Add fill column.
5940
59412008-12-26 Eli Zaretskii <eliz@gnu.org>
5942
5943 * config.bat: Produce _dir-locals.el from .dir-locals.el.
5944
59452008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
5946
5947 * make-dist (tempdir): Distribute .dir-locals.el.
5948
5949 * .dir-locals.el: New file.
5950
59512008-12-19 Eli Zaretskii <eliz@gnu.org>
5952
5953 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
5954 for rationale.
5955
59562008-12-13 Glenn Morris <rgm@gnu.org>
5957
5958 * Makefile.in (install-arch-indep): Add new man-pages.
5959 (manext): Remove variable.
5960 (MAN_PAGES): New variable.
5961 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
5962 and remove.
5963 (uninstall): Remove desktop file and icons, game scores if empty.
5964
59652008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5966
5967 * config.guess, config.sub: Updated from master source.
5968
59692008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
5970
5971 * Makefile.in (install-arch-indep): Install ebrowse.1.
5972
59732008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
5974
5975 * configure.in: Add Solaris on x86_64.
5976
59772008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
5978
5979 * config.guess, config.sub: Updated from master source.
5980
59812008-12-08 Eli Zaretskii <eliz@gnu.org>
5982
5983 * info/dir: Fix last change.
5984
59852008-12-07 Eli Zaretskii <eliz@gnu.org>
5986
5987 * info/dir: Untabify.
5988
a04689de 59892008-11-28 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
5990
5991 * configure.in: Fix last change.
5992
59932008-11-28 Richard M Stallman <rms@gnu.org>
5994
5995 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
5996 New configurations.
5997
59982008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
5999
6000 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6001 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6002
60032008-11-15 Eli Zaretskii <eliz@gnu.org>
6004
6005 * Makefile.in (INFO_FILES): Remove ns-emacs.
6006
6007 * info/dir (NS-Emacs): Remove entry.
6008
60092008-11-08 Eli Zaretskii <eliz@gnu.org>
6010
6011 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6012
60132008-11-07 Glenn Morris <rgm@gnu.org>
6014
6015 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6016
60172008-10-31 Eli Zaretskii <eliz@gnu.org>
6018
6019 * config.bat: Tell user to expect one "File not found" message
6020 while the `doc' directory is being configured.
6021
60222008-10-30 Chong Yidong <cyd@stupidchicken.com>
6023
6024 * update-subdirs: Put obsolete directory last.
6025
60262008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6027
6028 * configure.in: Check fontconfig always.
6029
60302008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6031
6032 * configure (*-solaris2.[7-9]*): Fix typo.
6033
60342008-10-24 Glenn Morris <rgm@gnu.org>
6035
6036 * configure.in (--without-sync-input, --with-pkg-config-prog):
6037 Help strings start with lower case.
6038 (--with-gnustep-conf): New option.
6039 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6040
60412008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6042
6043 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6044 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6045 is not found. (Bug#1230)
6046
60472008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6048
6049 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6050 Use sol2-6.h for Solaris 7-9.
6051
a04689de 60522008-10-18 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6053
6054 * configure.in: Add support for GNU/Linux on SuperH.
6055
60562008-10-12 Andreas Schwab <schwab@suse.de>
6057
6058 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6059
1a71cb28 60602008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
6061
6062 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6063 "X") to avoid confusion.
6064
6065 * configure: Regenerate.
6066
60672008-09-07 Romain Francoise <romain@orebokech.com>
6068
6069 * make-dist: Distribute doc/man/ChangeLog.
6070
60712008-08-28 Chong Yidong <cyd@stupidchicken.com>
6072
6073 * configure.in: Disable XFT and Freetype when without X.
6074
6075 * configure: Regenerate.
6076
60772008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6078
6079 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6080
60812008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6082
90eacf99
SM
6083 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6084 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
067d23c9
KY
6085
6086 * configure: Regenerate.
6087
60882008-08-20 Eli Zaretskii <eliz@gnu.org>
6089
6090 * configure.in: Move "#define subprocesses" before
6091 config_opsysfile is included.
6092
60932008-08-19 Kenichi Handa <handa@m17n.org>
6094
6095 * INSTALL (Extra fonts): Mention local fonts, don't mention
6096 mule-unicode.
6097
60982008-08-16 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * make-dist: Omit info/.arch-inventory.
6101
61022008-08-16 Jason Rumney <jasonr@gnu.org>
6103
6104 * make-dist (tempdir/nt): Link emacsclient.rc.
6105
61062008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6107
6108 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6109 AC_SUBST it.
6110 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6111 AC_SUBST it.
6112 (OTHER_FILES): Always define for HAVE_NS.
6113 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6114 * configure: Regenerate.
6115
61162008-08-07 Andreas Schwab <schwab@suse.de>
6117
6118 * configure.in: Correctly handle
6119 --enable-cocoa-experimental-ctrl-g=no and
6120 --enable-ns-self-contained=yes.
6121
61222008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6123
6124 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
90eacf99
SM
6125 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6126 Don't bother undef'ing since won't have desired effect.
067d23c9
KY
6127
61282008-08-06 Andreas Schwab <schwab@suse.de>
6129
6130 * configure.in: Fix quoting.
6131
61322008-08-06 Chong Yidong <cyd@stupidchicken.com>
6133
6134 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6135
a04689de 61362008-08-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6137
6138 * configure.in: Add checks for krb5_error.text and
6139 krb5_error.e_text struct members.
6140
61412008-08-04 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * configure.in: Test for existence of NSInteger.
6144 Suggested by Yavor Doganov.
6145
61462008-08-02 Romain Francoise <romain@orebokech.com>
6147
6148 * Makefile.in (INFO_FILES): Add mairix-el.
6149
61502008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6151
6152 * make-dist:
6153 * README: Remove VMS support.
6154 * vms: Remove directory.
6155
61562008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6157
6158 * configure.in (MULTI_KBOARD): Remove.
6159
61602008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6161
6162 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6163
61642008-07-29 Chong Yidong <cyd@stupidchicken.com>
6165
6166 * info/dir (File): Add mairix-el.
6167
61682008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6169
6170 Remove support for Mac Carbon.
6171 * mac: Remove directory.
6172 * make-dist:
6173 * configure.in:
6174 * README:
6175 * Makefile.in:
6176 * INSTALL: Remove code for Carbon.
6177 * configure: Regenerate.
6178
61792008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6180
6181 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6182
61832008-07-25 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * configure.in: Check for getrlimit.
6186
6187 * configure: Regenerate.
6188
61892008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6190
6191 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6192 in src/Makefile.in.
6193 (static): Remove, autoconf would always comment it out anyway.
6194 (subprocesses): Define unconditionally.
6195
61962008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6197
6198 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6199 compilation under GNUstep.
6200
62012008-07-18 Kenichi Handa <handa@m17n.org>
6202
6203 * INSTALL (Complex Text Layout support libraries): Delete the
6204 paragraph about --enable-font-backend.
6205
62062008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6207
6208 * configure.in: Print out some info to user for NeXTstep builds.
6209 (ns-app): Remove enable option.
6210 (ns-self-contained): Add enable option.
6211 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6212 GNUstep, use to set install prefixes, and substitute in Makefiles.
6213 * configure: Regenerate.
6214 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6215 NS app bundle.
6216
62172008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6220
62212008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6222
6223 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6224 NS_IMPL_COCOA.
6225
62262008-07-16 Glenn Morris <rgm@gnu.org>
6227
6228 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6229 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6230 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6231 never unset.
6232
6233 * make-dist: Add nextstep/ directories.
6234 (src, lib-src): Add .m files.
6235
62362008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6239 (USER_FULL_NAME): Remove, not used anymore.
6240 * configure: Regenerate.
6241
62422008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6243
6244 Changes and additions for NeXTstep windowing system (Cocoa and
6245 GNUstep) support.
6246
6247 * configure.in: Add support for NS window system: --with-ns (default
6248 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
6249 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
6250 disable font backend if window system is "none", not if !HAVE_X11.
6251 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
6252 (install-arch-dep): Add commands to assemble NS .app package.
6253
62542008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * configure.in: Use macppc for Darwin. Remove references to
6257 desupported systems.
6258 * configure: Regenerate.
6259
62602008-07-05 Glenn Morris <rgm@gnu.org>
6261
6262 * make-dist (EMACS): Doc fix.
6263 (lisp): There are no *.dat or image files here any more.
6264 (src): There are no *.s files here any more.
6265 (etc/images, etc/images/*): Link to most regular files.
6266
62672008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6268
6269 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
6270
62712008-07-01 Glenn Morris <rgm@gnu.org>
6272
6273 * configure.in (cpp_undefs): Rename from `undefs', update uses.
6274 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
6275 and explicitly export there. (Bug#507.)
6276
62772008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6278
6279 * configure.in:
6280 * configure: Remove references to obsolete systems.
6281
62822008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6283
6284 * Makefile.in (Makefile): Use it for its timestamp value as well, and
6285 make it depend on all other */.in files.
6286 (src/Makefile, src/config.stamp, lib-src/Makefile)
6287 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
6288 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
6289 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
6290 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
6291
6292 * configure.in: Don't create src/config.stamp any more.
6293
62942008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
6297
62982008-06-22 Glenn Morris <rgm@gnu.org>
6299
6300 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
6301
63022008-06-21 Romain Francoise <romain@orebokech.com>
6303
6304 * Makefile.in (INFO_FILES): Add sasl.
6305
63062008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
6309 (bootstrap-build): Remove.
6310 (top_bootclean): New var.
6311 (top_distclean, bootstrap-clean): Use it.
6312 (bootstrap): Don't recheck config. Make normally.
6313
63142008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * Makefile.in (SUBDIR): Include `lisp'.
6317 (lisp): Depend on `src'.
6318 (top_distclean): Don't remove config.status.
6319 (bootstrap-clean): New target.
6320 (maintainer-clean): Use it.
6321 (bootstrap): Use bootstrap-clean. Re-run config.status.
6322 (src/bootstrap-emacs${EXEEXT}): New target.
6323 (bootstrap-build): Use it. Don't use bootstrap-prepare because
6324 src/Makefile now takes care of it.
6325 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
6326
63272008-06-15 Glenn Morris <rgm@gnu.org>
6328
6329 * info/dir: Add sasl.
6330
63312008-06-09 Alan Mackenzie <acm@muc.de>
6332
6333 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
6334
63352008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
6336
6337 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
6338
63392008-06-07 Glenn Morris <rgm@gnu.org>
6340
6341 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
6342 serve no purpose.
6343
63442008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6345
6346 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
6347 * configure: Regenerate.
6348
63492008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * update-subdirs: Don't touch subdirs.el if it is unchanged.
6352
63532008-05-14 Kenichi Handa <handa@m17n.org>
6354
6355 * configure: Regenerate.
6356
6357 * configure.in: Don't handle --disable-font-backend. Don't print
6358 a message about a font backend.
6359
63602008-05-09 Glenn Morris <rgm@gnu.org>
6361
6362 * configure.in: Make absence of makeinfo a fatal error only if the info
6363 files don't exist.
6364 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
6365
63662008-05-07 Eli Zaretskii <eliz@gnu.org>
6367
6368 * config.bat: Fix last change: don't use < and > in "rem" lines,
6369 they are interpreted as redirection by DOS shells.
6370
63712008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6372
6373 * configure.in: Check availability of AvailabilityMacros.h
6374 if HAVE_CARBON.
6375
6376 * configure: Regenerate.
6377
63782008-05-03 Glenn Morris <rgm@gnu.org>
6379
6380 * configure.in (x_libraries): Remove standard 64-bit directories -
6381 experimental workaround for minor autoconf bug.
6382
6383 * configure.in (--without-makeinfo): New option. If set,
6384 absence of suitable makeinfo is not a fatal error.
6385 * Makefile.in (MAKEINFO): New, set by configure.
6386 (install-arch-indep): Without makeinfo, ignore any missing manuals.
6387 (info-real): New target.
6388 (info): Without makeinfo, do nothing, else call `info-real'.
6389
63902008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6391
6392 * configure.in: Remove hpux10.20 from the desupported list.
6393
63942008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
6397
63982008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
6401 rather than change CPPFLAGS.
6402 (HAVE_GTK): Rename to USE_GTK.
6403
64042008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
6405
6406 * configure.in: Replace the obsolete macros AC_AIX and
6407 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
6408
64092008-04-05 Andreas Schwab <schwab@suse.de>
6410
6411 * configure.in: No longer create admin/unidata/Makefile.
6412
64132008-03-28 Andreas Schwab <schwab@suse.de>
6414
6415 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
6416 (lisp/Makefile): New rule.
6417
64182008-03-13 Glenn Morris <rgm@gnu.org>
6419
6420 * configure.in (AC_INIT): Fix version number.
6421 (sync-input): Reword the option, since it's on by default.
6422
64232008-03-11 Jan Djärv <jan.h.d@swipnet.se>
6424
6425 * configure.in: Add --enable-sync-input, default yes.
6426
64272008-03-11 Glenn Morris <rgm@gnu.org>
6428
6429 * Makefile.in (install-etc, mkdir): Handle directory
6430 etc/images/icons/hicolor/*/mimetypes/.
6431
6432 * make-dist: Handle icons/hicolor/scalable directory.
6433
64342008-03-05 Glenn Morris <rgm@gnu.org>
6435
6436 * configure.in: Enable font-backend by default.
6437 (USE_FONT_BACKEND): Set to "no" in absence of X.
6438 (PKG_CONFIG): Don't set multiple times, once is enough.
6439 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
6440
64412008-03-03 Glenn Morris <rgm@gnu.org>
6442
6443 * Makefile.in (iconsrcdir): New variable.
6444 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
6445 directory.
6446
64472008-02-29 Glenn Morris <rgm@gnu.org>
6448
6449 * test/: New directory.
6450
64512008-02-27 Jan Djärv <jan.h.d@swipnet.se>
6452
6453 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
6454
64552008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6456
6457 * configure.in: Print an error for systems that we think are obsolete
6458 and are proposed to be removed. Remove some more unused systems.
6459 Add support for powerpc-ibm-aix6*.
6460
64612008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6462
6463 * configure.in: Remove references to obsolete variables and systems.
6464
64652008-02-21 Glenn Morris <rgm@gnu.org>
6466
6467 * Makefile.in (set_installuser): New.
6468 (install-arch-indep): Use set_installuser to avoid duplicate code.
6469
6470 * README.unicode: Split into admin/notes/unicode,font-backend and
6471 remove.
6472
64732008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
6474
6475 * configure.in (arm*-*-freebsd*): Add.
6476
64772008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6478
6479 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
6480 dealing with obsolete variables.
6481
64822008-02-08 Glenn Morris <rgm@gnu.org>
6483
6484 * Makefile.in (check-info-dir): New target.
6485
64862008-02-08 Michael Olson <mwolson@gnu.org>
6487
6488 * Makefile.in (INFO_FILES): Add epa.
6489
6490 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
6491 features" section.
6492
64932008-02-06 Glenn Morris <rgm@gnu.org>
6494
6495 * configure.in (--with-gcc): Give an error saying this option has
6496 been removed.
6497 (--with-gtk): Remove this option.
6498
64992008-02-06 Tom Tromey <tromey@redhat.com>
6500
6501 * configure.in (--with-gcc): Remove.
6502 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
6503
a04689de 65042008-02-05 Ulrich Müller <ulm@gentoo.org>
067d23c9
KY
6505
6506 * INSTALL: Recommend giflib, not libungif.
6507
65082008-02-05 Tom Tromey <tromey@redhat.com>
6509
6510 * configure.in (--with-dbus): Default to enabled.
6511
65122008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6513
6514 * INSTALL (Complex Text Layout support libraries): New section.
6515
65162008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6517
6518 * make-dist: Remove references to files in mac/ that have been
6519 deleted.
6520
65212008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6522
6523 * configure.in: For libotf and m17n-flt checks, set shell vars
6524 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6525 pkg_check_m17n_flt, respectively, for the sake of the summary output.
a04689de 6526 Reported by Ulrich Müller.
067d23c9
KY
6527
65282008-02-02 Eli Zaretskii <eliz@gnu.org>
6529
6530 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6531 admin/unidata/Makefile.in to Makefile.
6532
65332008-02-02 Glenn Morris <rgm@gnu.org>
6534
6535 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6536 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6537 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6538
65392008-02-01 Miles Bader <miles@gnu.org>
6540
6541 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6542 [libotf], and [m17n-flt] options.
6543
65442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6545
6546 * configure.in: Add EMACS_ARG_N([libotf]...), and
6547 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6548 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6549 CFLAGS, and LIBS in checking of m17n-flt.
6550
65512008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6552
6553 * configure.in: Check the availability of m17n-flt library.
6554
65552008-02-01 Kenichi Handa <handa@m17n.org>
6556
6557 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6558 not available.
6559
65602008-02-01 Kenichi Handa <handa@m17n.org>
6561
6562 * configure.in: New args --enable-font-backend, --with-xft,
6563 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6564 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6565 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6566 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6567
65682008-02-01 Kenichi Handa <handa@m17n.org>
6569
6570 * make-dist: Include etc/charsets in tarball.
6571
65722008-02-01 Kenichi Handa <handa@m17n.org>
6573
6574 * configure.in: While running cpp on junk.c, include
6575 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6576 exists.
6577
65782008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6579
6580 * configure.in (xtensa): Match more configurations.
6581
65822008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6583
6584 * configure.in: Update comment.
6585
65862008-01-26 Glenn Morris <rgm@gnu.org>
6587
6588 * configure.in (--without-gcc): By default, neither off nor on.
6589 (--with-carbon): Tone down rhetoric in help text.
6590
65912008-01-25 Glenn Morris <rgm@gnu.org>
6592
6593 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6594 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6595 Default `Carbon' to off (it's unsupported).
6596
65972008-01-24 Glenn Morris <rgm@gnu.org>
6598
6599 * configure.in: Standardize dbus-related messages.
6600
66012008-01-23 Michael Olson <mwolson@gnu.org>
6602
6603 * configure.in (pkg-config-prog): Remove initial whitespace.
6604
66052008-01-23 Tom Tromey <tromey@redhat.com>
6606
6607 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6608 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6609 Update all users.
6610
66112008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6612
6613 * config.guess, config.sub: Updated from master source.
6614
66152008-01-17 Andreas Schwab <schwab@suse.de>
6616
6617 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6618
66192008-01-17 Glenn Morris <rgm@gnu.org>
6620
6621 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6622
66232008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6624
6625 * configure.in: Remove more references to unsupported systems.
6626
66272008-01-16 Sven Joachim <svenjoac@gmx.de>
6628
6629 * make-dist: Add --lzma.
6630
66312008-01-16 Glenn Morris <rgm@gnu.org>
6632
6633 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6634 configure checks for this.
6635
66362008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6637
6638 * configure.in: Remove more references to unsupported systems.
6639
66402008-01-06 Romain Francoise <romain@orebokech.com>
6641
6642 * configure.in: Delete extra semicolons.
6643
66442008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6645
6646 * configure.in: Remove references to unsupported systems.
6647
66482008-01-05 Romain Francoise <romain@orebokech.com>
6649
6650 * make-dist: Add --bzip2. Update copyright.
6651
66522008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6653
6654 * configure.in: Remove support for Masscomp.
6655
66562008-01-05 Glenn Morris <rgm@gnu.org>
6657
6658 * Makefile.in (desktopdir, icondir): New variables.
6659 (install-arch-indep): Also depend on `install-etc'.
6660 (install-etc): New target.
6661 (mkdir): Also create the `applications' and `icons' directories.
6662
66632008-01-04 Glenn Morris <rgm@gnu.org>
6664
6665 * make-dist: Update for new etc/images/icons/hicolor directory.
6666
66672007-12-09 Andreas Schwab <schwab@suse.de>
6668
6669 * configure.in: D-Bus is not enabled by default.
6670
66712007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6672
6673 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6674 change.
6675
66762007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6677
6678 * configure.in: Give package name and version to AC_INIT.
6679
66802007-12-03 Magnus Henoch <mange@freemail.hu>
6681
6682 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6683
66842007-12-03 Michael Albinus <michael.albinus@gmx.de>
6685
6686 * configure.in: No need for DBUS_INFO anymore.
6687
6688 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6689
66902007-12-02 Michael Albinus <michael.albinus@gmx.de>
6691
6692 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6693
6694 * Makefile.in (INFO_FILES): Add dbus.
6695
66962007-12-02 Romain Francoise <romain@orebokech.com>
6697
6698 * make-dist: Fix last change.
6699
67002007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6701
6702 * configure.in: Add support for gnu-kfreebsd.
6703
67042007-11-28 Glenn Morris <rgm@gnu.org>
6705
6706 * make-dist: Add etc/nxml.
6707
67082007-11-24 Romain Francoise <romain@orebokech.com>
6709
6710 * Makefile.in (INFO_FILES): Add nxml-mode.
6711
67122007-11-23 Romain Francoise <romain@orebokech.com>
6713
6714 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6715 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6716
67172007-11-20 Andreas Schwab <schwab@suse.de>
6718
6719 * configure.in: Always include <resolv.h> when checking for res_init.
6720
67212007-11-17 Andreas Schwab <schwab@suse.de>
6722
6723 * update-subdirs: Atomically update subdirs.el.
6724
67252007-11-17 Glenn Morris <rgm@gnu.org>
6726
6727 * Makefile.in (check-declare): New target.
6728
67292007-11-07 Glenn Morris <rgm@gnu.org>
6730
6731 * configure.in: Deprecate Mac Carbon port.
6732
67332007-11-01 Jan Djärv <jan.h.d@swipnet.se>
6734
6735 * configure.in: Remove HAVE_X11R5 check.
6736
67372007-10-31 Glenn Morris <rgm@gnu.org>
6738
6739 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
6740 when changing ownership of installed files.
6741
67422007-10-30 Glenn Morris <rgm@gnu.org>
6743
6744 * make-dist: Add new directory etc/gnus.
6745
67462007-10-30 Michael Olson <mwolson@gnu.org>
6747
6748 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
6749
67502007-10-29 Glenn Morris <rgm@gnu.org>
6751
6752 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
6753
67542007-10-23 Glenn Morris <rgm@gnu.org>
6755
6756 * MAINTAINERS: Move to admin/.
6757
67582007-10-17 Chong Yidong <cyd@stupidchicken.com>
6759
6760 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6761 (HAVE_LIBRESOLV): Also define if we are using res_init().
6762
67632007-10-17 Glenn Morris <rgm@gnu.org>
6764
6765 * FTP: Remove file, since it's just a duplicate of one in etc/.
6766
67672007-10-05 Eli Zaretskii <eliz@gnu.org>
6768
6769 * config.bat: Fix configuring `doc' due to changes in the
6770 directory structure.
6771
67722007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6773
6774 * configure.in: Don't use -lpthread on HP-UX.
6775
67762007-09-16 Glenn Morris <rgm@gnu.org>
6777
6778 * make-dist: File gfdl.1 has been removed.
6779
67802007-09-15 Glenn Morris <rgm@gnu.org>
6781
6782 * configure.in: Fix makeinfo version regexp.
6783
67842007-09-12 Glenn Morris <rgm@gnu.org>
6785
6786 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6787 implementation of alloca is not found.
6788
6789 * Makefile.in (SOURCES, unlock, relock): Delete.
6790 (install-arch-indep): Do not exclude the etc/ Makefiles.
6791
67922007-09-09 Juri Linkov <juri@jurta.org>
6793
6794 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
6795
6796 * README: Add doc/ to documentation directories.
6797
67982007-09-08 Michael Olson <mwolson@gnu.org>
6799
6800 * MAINTAINERS: Add myself for ERC and tq.el.
6801 Update for new doc/ directory layout.
6802
68032007-09-06 Romain Francoise <romain@orebokech.com>
6804
6805 * make-dist: Update for new doc/ directory layout.
6806
68072007-09-06 Glenn Morris <rgm@gnu.org>
6808
6809 * Makefile.in (mansrcdir): New variable.
6810 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
6811 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
6812 update these targets for new doc/ directory layout.
6813 (doc/misc/Makefile): New target.
6814 (install-arch-indep): Use mansrcdir for new location of manpages.
6815 (mostlyclean, clean, distclean, maintainer-clean, unlock)
6816 (relock, info, dvi): Update targets for new doc/ directory layout.
6817
6818 * configure.in (AC_OUTPUT): Update names of generated Makefiles
6819 for new doc/ directory layout.
6820
68212007-09-02 Andreas Schwab <schwab@suse.de>
6822
6823 * configure.in: Use AS_HELP_STRING throughout.
6824 * configure: Regenerate.
6825
68262007-09-02 Jan Djärv <jan.h.d@swipnet.se>
6827
6828 * configure.in: Require Gtk/Glib 2.6.
6829
68302007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6831
6832 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
6833 Use them throughout in place of AC_ARG_WITH calls.
6834 * configure: Regenerate.
6835
68362007-09-01 Andreas Schwab <schwab@suse.de>
6837
6838 * configure.in: Put quotes around nested macro calls.
6839
a04689de 68402007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
067d23c9
KY
6841
6842 * configure.in: Fix typo.
6843 * configure: Regenerate.
6844
68452007-08-30 Glenn Morris <rgm@gnu.org>
6846
6847 * configure.in (AH_BOTTOM): Copy some manual changes made to
6848 src/config.in here so they are not lost when it regenerates.
6849
6850 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
6851
68522007-08-29 Károly Lőrentey <karoly@lorentey.hu>
6853
6854 * README.multi-tty: New file.
6855
68562007-08-29 Glenn Morris <rgm@gnu.org>
6857
6858 * README: Increase version to 23.0.50.
6859
68602007-08-29 Jan Djärv <jan.h.d@swipnet.se>
6861
6862 * configure.in: New option: --without-xaw3d.
6863
68642007-08-24 Glenn Morris <rgm@gnu.org>
6865
6866 * configure.in: Check for a suitably recent makeinfo.
6867
68682007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6869
6870 * configure.in (Check for required libraries): Typo.
6871
68722007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6873
6874 * configure.in: Check librsvg2 also for Mac Carbon.
6875
68762007-08-22 Romain Francoise <romain@orebokech.com>
6877
6878 * make-dist: Follow reorganization of files in etc/.
6879
68802007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6881
6882 * configure.in: Add support for SVG images through librsvg2.
6883
68842007-07-28 Eli Zaretskii <eliz@gnu.org>
6885
6886 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
6887 to avoid an error message if there is no DOC there.
6888
68892007-07-25 Glenn Morris <rgm@gnu.org>
6890
6891 * Relicense all FSF files to GPLv3 or later.
6892
6893 * COPYING, info/COPYING: Switch to GPLv3.
6894
68952007-06-20 Jan Djärv <jan.h.d@swipnet.se>
6896
6897 * configure.in: Complain if X seems to be installed but no
6898 development files were found.
6899
69002007-06-20 Glenn Morris <rgm@gnu.org>
6901
6902 * configure.in: Prefer libgif over libungif.
6903
69042007-06-14 Jan Djärv <jan.h.d@swipnet.se>
6905
6906 * configure.in: Check for all image libraries before exiting.
6907
69082007-06-13 Jan Djärv <jan.h.d@swipnet.se>
6909
6910 * configure.in: Exit with error if image libraries aren't found.
6911
69122007-06-13 Chong Yidong <cyd@stupidchicken.com>
6913
6914 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
6915 when compiling without scrollbars.
6916
69172007-06-12 Glenn Morris <rgm@gnu.org>
6918
6919 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
6920
69212007-06-11 Jan Djärv <jan.h.d@swipnet.se>
6922
6923 * configure.in: Change wording about yes/gtk and lucid/athena
6924 being synonyms.
6925
69262007-06-08 Glenn Morris <rgm@gnu.org>
6927
6928 * configure.in: Make gtk the default toolkit.
6929
69302007-06-07 Glenn Morris <rgm@gnu.org>
6931
6932 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
6933 for a Sun C compiler.
6934
6935 * Makefile.in (install-arch-indep): Install only the DOC- file
6936 specific to the build, if possible, rather than DOC-*.
6937
69382007-06-02 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * Version 22.1 released.
6941
69422007-05-25 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * mkinstalldirs: Sync to version in automake CVS.
6945
69462007-05-22 Andreas Schwab <schwab@suse.de>
6947
6948 * configure.in: Prefer build_alias over host when host_alias is not set.
6949 * configure: Regenerate.
6950
69512007-05-20 Andreas Schwab <schwab@suse.de>
6952
6953 * configure.in: Remove empty AC_SUBST.
6954 * configure: Regenerate.
6955
69562007-05-20 Nick Roberts <nickrob@snap.net.nz>
6957
6958 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
6959 it like others.
6960 * configure: Regenerate.
6961
69622007-05-20 Nick Roberts <nickrob@snap.net.nz>
6963
6964 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
6965 (AC_CHECK_LIB): Add -lgpm.
6966 * configure: Regenerate.
6967
69682007-05-03 Glenn Morris <rgm@gnu.org>
6969
6970 * configure: Tweak message about the absence of shell functions.
6971
69722007-04-27 Andreas Schwab <schwab@suse.de>
6973
6974 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
6975
69762007-04-26 Glenn Morris <rgm@gnu.org>
6977
6978 * README: Increase version to 22.1.50.
6979
69802007-04-24 Juanma Barranquero <lekktu@gmail.com>
6981
6982 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
6983
69842007-04-19 Glenn Morris <rgm@gnu.org>
6985
6986 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
6987
69882007-04-18 Glenn Morris <rgm@gnu.org>
6989
6990 * INSTALL: Mention CPP.
6991
69922007-04-15 Glenn Morris <rgm@gnu.org>
6993
6994 * FTP: Replace with a pointer to the web version.
6995
69962007-04-13 Glenn Morris <rgm@gnu.org>
6997
6998 * INSTALL: In lib-src, timer, wakeup, yow are removed.
6999
70002007-04-04 Glenn Morris <rgm@gnu.org>
7001
7002 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7003 compiling with Sun Studio on Solaris.
7004
70052007-03-23 Glenn Morris <rgm@gnu.org>
7006
7007 * configure.in: Restore support for hp800 (removed 2007-01-27)
7008 following clarification of legal status.
7009
70102007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7011
7012 * configure.in: Add support for AIX4.3 on IBM RS6000.
7013
7014 * configure: Regenerate.
7015
70162007-03-20 Richard Stallman <rms@gnu.org>
7017
7018 * configure.in: Fix previous change.
7019
70202007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7021
7022 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
90eacf99
SM
7023 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7024 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
067d23c9
KY
7025
70262007-03-19 Chong Yidong <cyd@stupidchicken.com>
7027
7028 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7029 user specifies "without".
7030
7031 * configure: Regenerate.
7032
70332007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7034
7035 * configure.in: Warning for Gtk+ and Cygwin added.
7036 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7037
70382007-02-27 Glenn Morris <rgm@gnu.org>
7039
7040 * make-dist (oldXMenu): Remove Imakefile.
7041 (etc/images): Add README.
7042
70432007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7044
7045 * configure.in (xtensa-*-linux-gnu*): New configuration.
7046
7047 * configure: Regenerate.
7048
70492007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7050
7051 * config.guess, config.sub: Updated from master source.
7052
70532007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7054
7055 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7056
70572007-01-29 Chong Yidong <cyd@stupidchicken.com>
7058
7059 * configure.in: Restore support for hp800's not running HP-UX.
7060
7061 * configure: Regenerate.
7062
70632007-01-27 Chong Yidong <cyd@stupidchicken.com>
7064
7065 * configure.in: Remove support for hp800 and sr2k machine types.
7066
7067 * configure: Regenerate.
7068
70692007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7070
7071 * configure.in: Add check for libXft.
7072
70732007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7074
7075 * INSTALL: Info files moved to share/info.
7076
70772007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7078
7079 * configure.in: Detect and use fink-installed in intel-based Mac
7080 builds; change Apple Darwin section to support both PowerPC and
7081 Intel-based Macs.
7082
70832006-12-26 Andreas Schwab <schwab@suse.de>
7084
7085 * Makefile.in (datarootdir): Define.
7086
70872006-12-24 Richard Stallman <rms@gnu.org>
7088
7089 * configure.in: Require Autoconf 2.61.
7090
70912006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7092
7093 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7094 Remove redundant entry for powerpc-apple-netbsd.
7095
7096 * configure: Regenerate.
7097
70982006-12-22 Chong Yidong <cyd@stupidchicken.com>
7099
7100 * configure: Regenerate with autoconf 2.61.
7101
71022006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7103
7104 * configure.in: Detect alsa/asoundlib.h also.
7105 * configure: Regenerate.
7106
71072006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7108
7109 * configure.in: Check if GTK+ compiles at all.
7110
71112006-12-10 Andreas Schwab <schwab@suse.de>
7112
7113 * configure.in: Remove check for struct timezone, its result is
7114 never used.
7115
71162006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7117
7118 * configure.in: Add support for Solaris 10 on x86-64.
7119
71202006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7121
7122 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7123 of PKG_CONFIG_PATH.
7124
71252006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7126
7127 * configure.in (HAVE_SYNC): New test.
7128
71292006-12-03 Glenn Morris <rgm@gnu.org>
7130
7131 * Makefile.in: Fix Copyright format.
7132
7133 * configure.in (AH_TOP): Add missing Copyright year.
7134
7135 * update-subdirs: Add missing Copyright years.
7136
71372006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7138
7139 * Makefile.in: Touch only the parts of the share/emacs directory
7140 specific to this version.
7141
71422006-11-26 Chong Yidong <cyd@stupidchicken.com>
7143
7144 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7145
71462006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7147
7148 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7149
71502006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7151
7152 * configure.in: Prefer X11 to Carbon only when some X-specific
7153 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7154
71552006-11-04 Romain Francoise <romain@orebokech.com>
7156
7157 * Makefile.in (bootstrap-clean-before): Fix typo.
7158 Use new target `bootstrap-clean' in the leim subdirectory.
7159
71602006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7161
7162 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7163
71642006-10-30 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7167 directories.
7168
71692006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7170
7171 * configure.in: Enable x86-64 OpenBSD compilation.
7172
71732006-10-28 Glenn Morris <rgm@gnu.org>
7174
7175 * AUTHORS: Add cal-html.el author.
7176
71772006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7178
7179 * make-dist: Make links to mac/make-package and
7180 mac/Emacs.app/Contents/Resources/Emacs.icns.
7181
71822006-10-27 Chong Yidong <cyd@stupidchicken.com>
7183
7184 * README: Bump version number to 22.0.90.
7185
71862006-10-23 Andreas Schwab <schwab@suse.de>
7187
7188 * configure.in: Make sure x_default_search_path is always set even
7189 when x_libraries is empty, and look in .../share as well for each
7190 library directory.
7191
71922006-09-28 Kenichi Handa <handa@m17n.org>
7193
7194 * configure.in (locallisppath): Don't include leim dir.
7195 (lisppath): Include leim dir.
7196
71972006-09-15 Jay Belanger <belanger@truman.edu>
7198
7199 * COPYING: Replace "Library Public License" by "Lesser Public
7200 License" throughout.
7201
72022006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7203
7204 * make-dist (EMACS): Exit and fail if the EMACS environment
7205 variable is set to something other than an absolute file name.
7206
72072006-08-16 Andreas Schwab <schwab@suse.de>
7208
7209 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7210 of hardcoding it.
7211
72122006-08-16 Richard Stallman <rms@gnu.org>
7213
7214 * INSTALL.CVS: Clean up wording.
7215
72162006-07-14 Eli Zaretskii <eliz@gnu.org>
7217
7218 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7219 $PKG_CONFIG --exists "$2" to config.log.
7220 * configure: Regenerate.
7221
1a71cb28 72222006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
7223
7224 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7225
72262006-07-09 Kim F. Storm <storm@cua.dk>
7227
7228 * CONTRIBUTE: Use outline format.
7229 Add section on copyright years (from admin/notes/years).
7230
72312006-07-08 Eli Zaretskii <eliz@gnu.org>
7232
7233 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7234 to /dev/null, since we don't need the error message, just the
7235 exit status.
7236
72372006-07-07 Eli Zaretskii <eliz@gnu.org>
7238
7239 * CONTRIBUTE: Slight formatting changes and typo fixes.
7240 Add description of NEWS markings.
7241
72422006-07-07 Kim F. Storm <storm@cua.dk>
7243
7244 * CONTRIBUTE: Mention INSTALL.CVS.
7245
72462006-07-05 Romain Francoise <romain@orebokech.com>
7247
7248 * make-dist (top-level): Add CONTRIBUTE.
7249
72502006-07-04 Richard Stallman <rms@gnu.org>
7251
7252 * CONTRIBUTE: Much rewrite.
7253
72542006-07-04 Nick Roberts <nickrob@snap.net.nz>
7255
7256 * CONTRIBUTE: New file.
7257
72582006-06-24 Eli Zaretskii <eliz@gnu.org>
7259
7260 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
7261
72622006-05-18 Jan Djärv <jan.h.d@swipnet.se>
7263
7264 * configure.in: Add check for ALSA.
7265
72662006-05-06 Eli Zaretskii <eliz@gnu.org>
7267
7268 * Makefile.in (INFO_FILES): Remove emacs-xtra.
7269
7270 * info/dir: Remove the Emacs-Xtra entry.
7271
72722006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
7273
7274 Update copyright year(s) in many files.
7275
72762006-04-01 Eli Zaretskii <eliz@gnu.org>
7277
7278 * configure: Regenerated.
7279
72802006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7281
7282 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
7283 --without-toolkit-scroll-bars was specified.
7284
72852006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7286
7287 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
7288 to CFLAGS. Update Copyright years written to src/config.in.
7289
72902006-03-18 Claudio Fontana <claudio@gnu.org>
7291
7292 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
7293 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
7294 to be installed/uninstalled.
7295 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
7296 to Info files installed by Emacs.
7297
72982006-03-03 Claudio Fontana <claudio@gnu.org>
7299
7300 * Makefile.in (install, uninstall): Add DESTDIR variable to
7301 support staged installations.
7302
73032006-02-14 Richard M. Stallman <rms@gnu.org>
7304
7305 * configure.in (s390x-*-linux-gnu*): New configuration.
7306
73072006-01-31 Jan Djärv <jan.h.d@swipnet.se>
7308
7309 * configure.in: Require GTK 2.4 or newer.
7310
73112006-01-29 Michael Olson <mwolson@gnu.org>
7312
7313 * Makefile.in (install-arch-indep, uninstall): Add ERC.
7314 * info/dir (ERC): New entry.
7315
73162006-01-29 Eli Zaretskii <eliz@gnu.org>
7317
7318 * info/dir: Fix last change.
7319
73202006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7321
7322 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
7323
73242006-01-27 Eli Zaretskii <eliz@gnu.org>
7325
7326 * info/dir: Untabify the whole file.
7327 (Rcirc): New entry.
7328
73292006-01-12 Andreas Schwab <schwab@suse.de>
7330
7331 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
7332 check.
7333
73342006-01-02 Chong Yidong <cyd@stupidchicken.com>
7335
7336 * configure.in: Use -Wno-pointer-sign if available.
7337
73382005-12-29 Andreas Schwab <schwab@suse.de>
7339
7340 * config.guess, config.sub: Updated from master source.
7341
73422005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7343
7344 * configure.in: Use amdx86-64 for freebsd on x86_64.
7345
73462005-11-22 Romain Francoise <romain@orebokech.com>
7347
7348 * make-dist: Add etc/images/icons.
7349
73502005-11-03 Andreas Schwab <schwab@suse.de>
7351
7352 * configure.in: Use GZIP_PROG instead of GZIP.
7353
90eacf99 7354 * Makefile.in (GZIP_PROG): Rename from GZIP.
067d23c9
KY
7355 (install-arch-indep): Adjust.
7356
73572005-11-01 Andreas Schwab <schwab@suse.de>
7358
7359 * Makefile.in (bootstrap): Fix dependencies for parallel build.
7360 (bootfast): Likewise.
7361
73622005-11-01 Romain Francoise <romain@orebokech.com>
7363
7364 * configure.in: Check for gzip.
7365
7366 * Makefile.in (install): Compress source files.
7367
73682005-10-24 Steven Tamm <steventamm@mac.com>
7369
7370 * configure.in: Fix darwin386 configuration issue.
7371
73722005-10-22 Eli Zaretskii <eliz@gnu.org>
7373
7374 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
7375
73762005-10-17 Bill Wohler <wohler@newt.com>
7377
7378 * make-dist: Create and populate etc/images/low-color.
7379
73802005-10-15 Bill Wohler <wohler@newt.com>
7381
7382 * make-dist: Create and populate etc/images/gud.
7383
73842005-10-08 Richard M. Stallman <rms@gnu.org>
7385
7386 * make-dist (tempparent): Don't check for 14-char file name limit.
7387
73882005-10-07 Romain Francoise <romain@orebokech.com>
7389
7390 * make-dist: Add etc/images/ezimage and etc/images/mail
7391 directories. Install images in etc/images.
7392
73932005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7394
7395 * configure.in: Prefer Carbon if --enable-carbon-app or
7396 --with-carbon is explicitly specified even when X11 is detected.
7397
73982005-09-15 Ulf Jasper <ulf.jasper@web.de>
7399
7400 * Makefile.in (install-arch-indep, uninstall):
7401 Handle newsticker manual.
7402 (info): Add - to commands.
7403
74042005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
7405
7406 Remove the MAXPATHLEN limitations:
7407
7408 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
7409
74102005-09-09 Eli Zaretskii <eliz@gnu.org>
7411
7412 * configure.in <lynxsos*>: Support for LynxOS on PPC.
7413 * configure: Regenerate.
7414
74152005-09-05 Paul Eggert <eggert@cs.ucla.edu>
7416
7417 * config.guess, config.sub: Updated from master source.
7418
74192005-08-03 Juanma Barranquero <lekktu@gmail.com>
7420
7421 * .cvsignore: Add `lock'.
7422
74232005-07-28 Juanma Barranquero <lekktu@gmail.com>
7424
7425 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
7426
74272005-07-26 Paul Eggert <eggert@cs.ucla.edu>
7428
7429 Merge gnulib getopt implementation into Emacs.
7430
7431 * Makefile.in (AUTOCONF_INPUTS): New macro.
7432 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
7433 so that these files also depend on m4/getopt.m4.
7434 * configure.in: Configure getopt by including m4/getopt.m4,
7435 and configuring a getopt replacement if necessary.
7436 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
7437 * m4/getopt.m4: New file.
7438
74392005-07-06 Lute Kamstra <lute@gnu.org>
7440
7441 * configure.in: Fix capitalization.
7442
74432005-07-04 Lute Kamstra <lute@gnu.org>
7444
7445 Update FSF's address in GPL notices.
7446
74472005-06-19 Jérôme Marant <jerome@marant.org>
7448
7449 * Makefile.in (epaths-force): Protect both lisppath and
7450 buildlisppath from whitespace.
7451
74522005-06-08 Steven Tamm <steventamm@mac.com>
7453
090bd7cb 7454 * configure.in: Support Darwin/MacOSX on Intel.
067d23c9
KY
7455
74562005-06-06 Jan Djärv <jan.h.d@swipnet.se>
7457
7458 * configure.in (HAVE_CANCELMENUTRACKING): New test.
7459
1a71cb28 74602005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
7461
7462 * configure.in: Add --enable-locallisppath.
7463
74642005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7465
7466 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
90eacf99
SM
7467 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
7468 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
067d23c9
KY
7469
74702005-05-07 Jérôme Marant <jerome@marant.org>
7471
7472 * make-dist: Remove references to makefile.nt and makefile.def.
7473 Include widgets and images subdirectories of etc. Do not exclude
7474 ldefs-boot.el.
7475
74762005-04-23 Andreas Schwab <schwab@suse.de>
7477
7478 * configure.in: Remove duplicate match for powerpc configuration.
7479
74802005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7481
7482 * configure.in: Check for <pwd.h>.
7483
74842005-04-14 Lute Kamstra <lute@gnu.org>
7485
7486 * make-dist: Distribute all ChangeLog files in lisp/.
7487 Don't distribute ldefs-boot.el.
7488 lisp/makefile.nt no longer exists.
7489
74902005-04-13 Lute Kamstra <lute@gnu.org>
7491
7492 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
7493 for "no-byte-compile: t" in the file instead.
7494
74952005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
7498 shadow the main Lesstif/Motif-2.1 libs and includes.
7499
75002005-03-10 Jan Djärv <jan.h.d@swipnet.se>
7501
7502 * configure.in: Only add XASSERTS to cppflags.
7503
75042005-03-04 Jan Djärv <jan.h.d@swipnet.se>
7505
7506 * configure.in: Added --enable-asserts.
7507
75082005-02-09 Kim F. Storm <storm@cua.dk>
7509
7510 Change release version from 21.4 to 22.1 throughout.
7511 Change development version from 21.3.50 to 22.0.50.
7512
75132005-01-19 Steven Tamm <steventamm@mac.com>
7514
7515 * configure.in: Check for <sys/utsname.h>.
7516
75172004-12-11 Kim F. Storm <storm@cua.dk>
7518
7519 * Makefile.in (info): Undo 2004-12-05 change.
7520
75212004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7522
7523 * info/dir (File): Add URL and Org Mode manuals.
7524 * Makefile.in (install-arch-indep, uninstall): Add url and org
7525 manuals.
7526
75272004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7530 committed to src/config.in.
7531
75322004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7533
7534 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7535 pthreads and define HAVE_GTK_AND_PTHREAD.
7536
75372004-12-05 Richard M. Stallman <rms@gnu.org>
7538
7539 * Makefile.in (info): Ignore errors building info files.
7540
75412004-11-27 Eli Zaretskii <eliz@gnu.org>
7542
7543 * config.bat: If 8-byte alignment is not supported, define
7544 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7545 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7546 filter through Sed to remove the quotes.
7547
75482004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7551 not apply to files explicitly `cvs add'ed.
7552
75532004-11-12 Eli Zaretskii <eliz@gnu.org>
7554
7555 * config.bat: Don't require djecho.exe for the v1.x build.
7556 Add a test for DECL_ALIGN support, and add a trivial definition to
7557 src/config.h if 8-byte alignment is not supported.
7558
75592004-11-08 Kim F. Storm <storm@cua.dk>
7560
7561 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7562 files before building.
7563 (bootfast, bootstrap-clean-before-fast): New targets, like
7564 bootstrap but don't remove .elc files.
7565
75662004-11-06 Lars Brinkhoff <lars@nocrew.org>
7567
7568 * configure.in: Add check for getrusage.
7569
75702004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7571
7572 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7573 New tests for new and old GTK file dialogs.
7574 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7575 to no.
7576
75772004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7578
7579 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7580 can be set. Remove SETARCH test.
7581
75822004-10-08 Steven Tamm <steventamm@mac.com>
7583
ed9265fc 7584 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
067d23c9
KY
7585
75862004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7587
7588 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7589 AC_MSG_WARN. Move output of warning message to end of configure run.
7590
75912004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7592
7593 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7594 Run test to see if heap start address is random.
7595
75962004-09-29 Miles Bader <miles@gnu.org>
7597
7598 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7599 if setarch is present.
7600
76012004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7602
7603 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7604
76052004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7606
7607 * configure.in: Check for exec-shield.
7608
1a71cb28
GM
76092004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7610
7611 * Makefile.in (install-arch-indep): Add pgg and sieve.
7612
7613 * info/.cvsignore: Added pgg and sieve.
7614
067d23c9
KY
76152004-08-06 Andreas Schwab <schwab@suse.de>
7616
7617 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7618
76192004-07-31 Eli Zaretskii <eliz@gnu.org>
7620
7621 * config.bat: Update URLs in the comments.
7622
067d23c9
KY
76232004-07-05 Andreas Schwab <schwab@suse.de>
7624
7625 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7626
76272004-06-21 Kenichi Handa <handa@m17n.org>
7628
7629 * make-dist: Link leim-ext.el into tempdir.
7630
76312004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7632
7633 * info/dir (File): Add emacs-xtra.
7634 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7635
76362004-06-12 Juri Linkov <juri@jurta.org>
7637
7638 * info/dir: Move menu help lines from `* Menu:' to file header.
7639 Describe the purpose of a red *.
7640
76412004-05-04 Dave Love <fx@gnu.org>
7642
7643 * configure.in: Don't use `extrasub'.
7644
76452004-04-29 Dave Love <fx@gnu.org>
7646
7647 * configure.in: Don't forget to quote args to `test'.
7648
76492004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7650
7651 * autogen.sh: Update filename in "please read" message.
7652
76532004-04-17 Richard M. Stallman <rms@gnu.org>
7654
7655 * INSTALL: Move the info about site-lisp dirs,
7656 and say uninstalled Emacs looks there too.
7657
76582004-04-04 Eli Zaretskii <eliz@gnu.org>
7659
7660 * config.bat (lib-src): Recognize comment lines in Makefile.in
7661 that have a TAB after the #, to avoid errors in preprocessing with
7662 GCC 3.3.3.
7663
76642004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7665
7666 * Makefile.in: Mention in comment that `make maintainer-clean'
7667 deletes .elc files.
7668
76692004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * update-subdirs: Add local variables to prevent byte-compiling.
7672
76732004-03-21 Dave Love <fx@gnu.org>
7674
7675 * configure.in: Fix previous change.
7676
76772004-03-18 Dave Love <fx@gnu.org>
7678
7679 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7680
76812004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7682
7683 * info/dir (File): Add SMTP and SES.
7684
76852004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7688 (bootstrap): Use the new bootstrap-prepare target in lisp.
7689
76902004-02-18 Kim F. Storm <storm@cua.dk>
7691
7692 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7693
76942004-02-16 Eli Zaretskii <eliz@gnu.org>
7695
7696 * make-dist: Don't link index.*perm and permute-index into tempdir.
7697
76982004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7699
7700 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7701 to match previous changes by Eli Zaretskii.
7702
77032004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7704
7705 * Makefile.in: Set CDPATH to an empty string.
7706
77072004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * configure.in <darwin>: Use fink packages if available.
7710
77112004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7712
7713 * make-dist (lispref): Do include lispref/index.texi.
7714
77152004-01-06 Eric Hanchrow <offby1@blarg.net>
7716
7717 * make-dist (tempdir): Include cursors in nt/icons.
7718
77192003-12-30 Eli Zaretskii <eliz@gnu.org>
7720
7721 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7722 clashes with install-sh on 8+3 filesystems.
7723
1a71cb28 77242003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
7725
7726 * .cvsignore: Add .arch-inventory.
7727
77282003-12-24 Andreas Schwab <schwab@suse.de>
7729
7730 * configure.in: Check for <sys/socket.h>. Include it before
7731 including <net/if.h>. Move check for <net/if.h> before its use.
7732
77332003-12-24 Jan Djärv <jan.h.d@swipnet.se>
7734
7735 * Makefile.in (install-arch-dep): Don't let cd output go into
7736 pipe for carbon_appdir.
7737
77382003-12-24 Andreas Schwab <schwab@suse.de>
7739
7740 * configure.in (PKG_CHECK_MODULES): Fix quoting.
7741
77422003-12-01 Andreas Schwab <schwab@suse.de>
7743
7744 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
7745 hardcoding gcc.
7746
77472003-11-16 Jan Djärv <jan.h.d@swipnet.se>
7748
7749 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
7750 multiple displays.
7751 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
7752
77532003-09-23 Dave Love <fx@gnu.org>
7754
7755 * configure.in: Check members of struct ifreq.
7756
77572003-09-14 Kim F. Storm <storm@cua.dk>
7758
7759 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7760
77612003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7762
7763 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7764
77652003-08-18 Lute Kamstra <lute@gnu.org>
7766
7767 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7768 required anymore.
7769
77702003-08-07 Andrew Choi <akochoi@shaw.ca>
7771
7772 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7773 option instead of -traditional-cpp for CPP.
7774
77752003-07-29 Richard M. Stallman <rms@gnu.org>
7776
7777 * configure.in (HAVE_XIM): Define if XIM is available.
7778
77792003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7780
7781 * configure.in: The function gtk_window_set_icon_from_file was
7782 introduced in GTK+ 2.2, so check for that release.
7783
77842003-07-23 Andreas Schwab <schwab@suse.de>
7785
7786 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7787
7788 * Makefile.in (YACC): Remove, not used.
7789 (MAINT): Don't set.
7790 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7791 disable dependency on ${srcdir}/configure.in when maintainer mode
7792 is disabled.
7793
77942003-07-22 Dave Love <fx@gnu.org>
7795
7796 * configure.in: Make XRegisterIMInstantiateCallback test depend on
7797 HAVE_X11, not with_xim.
7798 (HAVE_CRTIN): Provide template.
7799 <with_png>: Test for png.h and libpng/png.h.
7800
78012003-07-15 Andreas Schwab <schwab@suse.de>
7802
7803 * configure.in: Temporarily leave quoting for AC_DEFINE.
7804
78052003-07-13 Stefan Monnier <monnier@cs.yale.edu>
7806
7807 * configure.in: Check for posix_memalign.
7808
78092003-07-12 Richard M. Stallman <rms@gnu.org>
7810
7811 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
7812
78132003-07-09 Kim F. Storm <storm@cua.dk>
7814
7815 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
7816 functionality of --without-xim.
7817
78182003-06-29 Dave Love <fx@gnu.org>
7819
7820 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
7821
78222003-06-23 Dave Love <fx@gnu.org>
7823
7824 * configure.in: Check for sys/_mbstate_t.h.
7825 Test XRegisterIMInstantiateCallback prototype.
7826 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
7827
78282003-06-06 Dave Love <fx@gnu.org>
7829
7830 * configure.in: Check for locale.h.
7831
78322003-06-05 Dave Love <fx@gnu.org>
7833
7834 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
7835 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
7836 (NLIST_STRUCT): Don't define.
7837 (AH_BOTTOM): Define my_strftime.
7838
78392003-06-02 Richard M. Stallman <rms@gnu.org>
7840
7841 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
7842
78432003-05-24 Andreas Schwab <schwab@suse.de>
7844
7845 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
7846 bzero, and bcmp.
7847
78482003-05-22 Dave Love <fx@gnu.org>
7849
7850 * configure.in: Remove redundant test for term.h. Test for difftime.
7851
78522003-05-20 Dave Love <fx@gnu.org>
7853
7854 * configure.in: Append * to s390-*-linux-gnu case.
7855 (LIBMAIL) <lockfile>: Don't define.
7856
067d23c9
KY
78572003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7858
7859 * INSTALL (* GNU/Linux development packages): Mention Debian and
7860 RedHat package names.
7861
78622003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
7863
7864 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7865
78662003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
7867
7868 * INSTALL (* GNU/Linux development packages): Tell people to
7869 install additional packages for compiling Emacs.
7870
1a71cb28
GM
78712003-04-30 Richard M. Stallman <rms@gnu.org>
7872
7873 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
7874
78752003-04-28 Francesco Potortì <pot@gnu.org>
7876
7877 * configure.in: Undo last (RMS') change, as it is useless, per
7878 Dave Love.
7879
78802003-04-08 Richard M. Stallman <rms@gnu.org>
7881
7882 * configure.in: Put #include of jpeglib.h at start of line.
7883
067d23c9
KY
78842003-04-06 Francesco Potortì <pot@gnu.org>
7885
7886 * configure.in: Use the same configuration for all aix5, not just
7887 aix5.1.
7888
78892003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
7890
7891 * configure.in: Check for need for bigtoc support on IBM AIX for
7892 solving a linker table overflow problem.
7893
78942003-03-03 Rob Browning <rlb@defaultvalue.org>
7895
7896 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
7897 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
7898 over bzero, bcmp, and bcopy.
7899
79002003-02-23 Simon Josefsson <jas@extundo.com>
7901
7902 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
7903
79042003-02-21 Klaus Zeitler <kzeitler@lucent.com>
7905
7906 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
7907
79082003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
7909
7910 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
7911
79122003-02-08 Andreas Schwab <schwab@suse.de>
7913
7914 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7915 instead of the substitution.
7916
79172003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7918
7919 * Makefile.in: Use @EXEEXT@ for Cygwin.
7920 Use USERNAME if LOGNAME is not set (for Cygwin).
7921
7922 * configure.in: Add opsys=cygwin.
7923
79242003-01-22 Andreas Schwab <schwab@suse.de>
7925
7926 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
7927 redefining it explicitly in src/config.in.
7928
79292003-01-22 Markus Rost <rost@math.ohio-state.edu>
7930
7931 * Makefile.in (bootstrap): Make bootstrap-after.
7932
79332003-01-20 Jan Djärv <jan.h.d@swipnet.se>
7934
7935 * configure.in: Fix --with-gtk.
7936
79372003-01-19 Jan Djärv <jan.h.d@swipnet.se>
7938
090bd7cb 7939 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
067d23c9
KY
7940
7941 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
7942
79432003-01-14 Francesco Potortì <pot@gnu.org>
7944
7945 * configure.in (m68k-motorola-sysv): Remove (obsolete).
7946
79472003-01-07 Steven Tamm <steventamm@mac.com>
7948
7949 * configure.in: New option, --enable-carbon-app, to specify
7950 that the application should be installed
7951 * Makefile.in (install-arch-dep): On Mac OS X, install the
090bd7cb 7952 Emacs.app application if carbon-app is enabled.
067d23c9
KY
7953
79542003-01-06 Dave Love <fx@gnu.org>
7955
7956 * configure.in: Check for nl_langinfo.
7957 [!HAVE_SIZE_T]: Fix typedef.
7958
79592003-01-06 David Kastrup <dak@gnu.org>
7960
7961 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
7962
7963 * configure.in: Add tests for install-info.
7964
79652002-12-09 Markus Rost <rost@math.ohio-state.edu>
7966
7967 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
7968 use again sol2-6 instead of sol2-8.
7969
79702002-12-09 Dave Love <fx@gnu.org>
7971
7972 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
7973
79742002-12-08 Andreas Schwab <schwab@suse.de>
7975
7976 * Makefile.in (install-arch-indep): Revert last change.
7977
79782002-11-27 Dave Love <fx@gnu.org>
7979
7980 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
7981 Check for __sys_siglist too. Check for memset.
7982 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
7983
79842002-11-22 Juanma Barranquero <lektu@terra.es>
7985
7986 * config.guess, config.sub: Updated from master source.
7987
79882002-11-19 Karl Fogel <kfogel@red-bean.com>
7989
7990 * autogen.sh: New file.
7991
1a71cb28 79922002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
7993
7994 * configure.in: Tidy up various quoting issues throughout.
7995 Use AC_GNU_SOURCE.
7996 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
7997 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
7998 Maybe define bcopy, bzero, bcmp.
7999 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8000 non-existent machine file).
8001 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8002 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8003 (nlist.h): Move test up.
8004
80052002-11-18 Markus Rost <rost@math.ohio-state.edu>
8006
8007 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8008
80092002-11-14 Francesco Potortì <pot@gnu.org>
8010
8011 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8012
80132002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8014
8015 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8016
80172002-11-08 Dave Love <fx@gnu.org>
8018
8019 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8020 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8021
80222002-11-07 Miles Bader <miles@gnu.org>
8023
8024 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8025 Handle separate-build-dir case.
8026
80272002-11-06 Richard M. Stallman <rms@gnu.org>
8028
8029 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8030 bulletproof. $bar may be empty when there are no .elc files.
8031
80322002-10-30 Dave Love <fx@gnu.org>
8033
8034 * configure.in: Require autoconf 2.53. Test for pty.h,
8035 sys/mman.h, sys/param.h, mremap, memmove.
8036 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8037 (AC_PROG_YACC): Delete.
8038 (size_t): Use AC_CHECK_TYPES.
8039 (AH_TOP): Up-date copyright.
8040
80412002-10-01 Juanma Barranquero <lektu@terra.es>
8042
8043 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8044
80452002-09-19 Richard M. Stallman <rms@gnu.org>
8046
8047 * configure.in: Fix the LessTif-directory-finder for real.
8048
80492002-09-14 Richard M. Stallman <rms@gnu.org>
8050
8051 * Makefile.in (maybe_bootstrap): Test for complete absence
8052 of compiled Lisp files.
8053
80542002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8055
8056 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8057 (bootstrap-clean-after): Delete.
8058 (bootstrap): Make the sequencing explicit.
8059
80602002-09-10 Richard M. Stallman <rms@gnu.org>
8061
8062 * configure.in: Fix previous LessTif change.
8063
80642002-09-09 Richard M. Stallman <rms@gnu.org>
8065
8066 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8067 (powerpcle-*-solaris*): Use version 2.6 as default.
8068 (*-sunos5.6*, *-solaris2.6*): New alternative.
8069 (*-sunos5*): Use version 2.6 as default.
8070
80712002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8072
8073 * configure.in: Fix typo.
8074
80752002-09-05 Richard M. Stallman <rms@gnu.org>
8076
8077 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8078
8079 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8080 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8081
80822002-08-26 Kim F. Storm <storm@cua.dk>
8083
8084 * Makefile.in (install-arch-indep): Do not remove DOC file
8085 when it is the only DOC file installed; this is the case when
8086 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8087
80882002-07-24 Markus Rost <rost@math.ohio-state.edu>
8089
8090 * configure.in: Fix typo.
8091
80922002-07-24 Richard M. Stallman <rms@gnu.org>
8093
8094 * configure.in: Don't print anything special about gamedir.
8095
8096 * configure.in: Delete nonstandard --with-game-user option.
8097
80982002-07-21 Richard M. Stallman <rms@gnu.org>
8099
8100 * Makefile.in (gamedir, localstatedir): New variables.
8101 (epaths-force): Insert value of gamedir into PATH_GAME.
8102
8103 * configure.in (gamedir): Handle it like lispdir.
8104 (--with-game-dir option): Delete.
8105
81062002-06-21 Pavel Janík <Pavel@Janik.cz>
8107
8108 * configure.in: Add support for mipseb-*-netbsd* machines.
8109
81102002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8111
8112 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8113
81142002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8115
8116 * info/dir (File): Add an entry for Tramp.
8117
81182002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8119
8120 * INSTALL-CVS: New file.
8121
81222002-06-07 Andreas Schwab <schwab@suse.de>
8123
8124 * configure.in (x86_64-*-linux-gnu*): New system.
8125
81262002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8127
8128 * config.bat: Handle the case when lispintro is truncated to lispintr.
8129
81302002-05-26 Paul Eggert <eggert@twinsun.com>
8131
8132 * config.guess, config.sub: Updated from master source.
8133
81342002-05-09 Richard M. Stallman <rms@gnu.org>
8135
8136 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8137
81382002-05-04 Pavel Janík <Pavel@Janik.cz>
8139
8140 * make-dist: Do not distribute lock/ directory.
8141
81422002-04-30 Andrew Choi <akochoi@shaw.ca>
8143
8144 * configure.in: Provide documentation string when defining
8145 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8146 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8147
1a71cb28 81482002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
8149
8150 * configure.in: Delete configure check for access to the game user.
8151
81522002-04-29 Pavel Janík <Pavel@Janik.cz>
8153
8154 * make-dist: lwlib/Imakefile is removed.
8155
81562002-04-26 Andrew Choi <akochoi@shaw.ca>
8157
8158 * configure.in: Add support for powerpc-apple-darwin*.
8159 (HAVE_CARBON): Add.
8160
8161 * make-dist: Create directories in mac/Emacs.app.
8162
81632002-04-25 Pavel Janík <Pavel@Janik.cz>
8164
8165 * make-dist: lwlib-Xol* are removed.
8166
81672002-04-23 Andreas Schwab <schwab@suse.de>
8168
8169 * Makefile.in (MAINT): New variable.
8170 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8171 instead of configure.in, to avoid running autoconf and autoheader
8172 unless explicitly requested.
8173
81742002-04-16 Eli Zaretskii <eliz@gnu.org>
8175
8176 * config.bat: Update for msdos/sed2v2.inp.
8177
81782002-04-15 Andreas Schwab <schwab@suse.de>
8179
8180 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8181 * configure.in: Add config header templates to all AC_DEFINE and
8182 AC_DEFINE_UNQUOTED symbols.
8183 * make-dist: Run autoheader if necessary.
8184
81852002-04-10 Colin Walters <walters@verbum.org>
8186
8187 * configure.in: Add --game-dir, --game-user. Test to see if we
8188 can use them.
8189
81902002-04-08 Pavel Janík <Pavel@Janik.cz>
8191
8192 * configure.in: Add --with-sound.
8193
81942002-03-18 Kim F. Storm <storm@cua.dk>
8195
8196 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8197 and getsockname functions. Test for sys/un.h include file.
8198
81992002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8200
8201 * configure.in: Support AIX 5.1.
8202
82032002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8204
8205 * configure.in: Added test for X Session Management (HAVE_X_SM).
8206
82072002-03-03 Richard M. Stallman <rms@gnu.org>
8208
8209 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8210 Run chown $${LOGNAME} on files installed by tar xvf.
8211
82122002-03-03 Kim F. Storm <storm@cua.dk>
8213
8214 * configure.in: Test for getpeername.
8215
82162002-03-01 Richard M. Stallman <rms@gnu.org>
8217
8218 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8219 (HAVE_GIF): Don't use old libungif versions that crash.
8220
82212002-02-26 Richard M. Stallman <rms@gnu.org>
8222
8223 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8224 not just well-formed and valid.
8225 (mips-compaq-nonstopux*): New configuration.
8226
82272002-02-18 Paul Eggert <eggert@twinsun.com>
8228
8229 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8230 "sed q" is a portable equivalent to plain "head -1".
8231
82322002-02-13 Richard M. Stallman <rms@gnu.org>
8233
8234 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8235 (all): Don't depend on maybe_bootstrap here.
8236 (${SUBDIR}): Depend on it here instead.
8237
82382002-02-08 Richard M. Stallman <rms@gnu.org>
8239
8240 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8241
82422002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8243
8244 * configure.in: Recognize BSD/OS 5.0.
8245
82462002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8247
8248 * make-dist: Make version checking in emacs.texi consistent with
8249 how we set it there.
8250
82512001-12-29 Kim F. Storm <storm@cua.dk>
8252
8253 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
8254
82552001-12-28 Richard M. Stallman <rms@gnu.org>
8256
8257 * configure.in: Test for mbsinit.
8258
82592001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8260
8261 These changes make Leim part of the standard distribution:
8262
8263 * README: Add info about the `leim' directory.
8264
8265 * INSTALL: Remove text that describes Leim as a separate package.
8266
8267 * noleim-Makefile.in: File removed.
8268
8269 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
8270 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
8271 Leim files out of the Emacs tree. Don't prepare a separate tarball
8272 for Leim.
8273
82742001-12-11 Richard M. Stallman <rms@gnu.org>
8275
8276 * configure.in (hppa*-*-linux-gnu*): New alternative.
8277
82782001-12-08 Pavel Janík <Pavel@Janik.cz>
8279
8280 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
8281 creating distribution.
8282
82832001-12-06 Paul Eggert <eggert@twinsun.com>
8284
8285 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
8286 (AC_FUNC_VFORK): Remove.
8287 (AC_FUNC_FORK): Add.
8288 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
8289 this is required by recent Autoconf versions.
8290
82912001-12-02 Pavel Janík <Pavel@Janik.cz>
8292
8293 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
8294 TODO, vms-pp.trans and others).
8295
82962001-11-29 Pavel Janík <Pavel@Janik.cz>
8297
8298 * make-dist: Use COPYING from the top-level directory.
8299
83002001-11-29 Gerd Moellmann <gerd@gnu.org>
8301
8302 * configure.in: Add support for FreeBSD/Alpha.
8303
83042001-11-29 Pavel Janík <Pavel@Janik.cz>
8305
8306 * make-dist: Add COPYING to the top-level directory of the
8307 distribution. Simplify the logic behind copying.
8308
8309 * Makefile.in (maybe_bootstrap): Fix previous change.
8310
83112001-11-28 Richard M. Stallman <rms@gnu.org>
8312
8313 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
8314
83152001-11-26 Richard M. Stallman <rms@gnu.org>
8316
8317 * Makefile.in: bootstrap should not delete dumped executables.
8318 (bootstrap-clean-before): New target.
8319 (bootstrap): Use bootstrap-clean-before instead of clean.
8320 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
8321
83222001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
8323
8324 These changes add the Emacs Lisp Introduction manual to the
8325 distribution:
8326
8327 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
8328
8329 * make-dist: Copy the files in lispintro directory.
8330
8331 * config.bat: Configure in the lispintro directory.
8332
8333 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
8334
8335 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
8336 (lispintro/Makefile): New target.
8337 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
8338 (unlock, relock, info, dvi): Ditto.
8339
83402001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8341
8342 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
8343
8344 * make-dist (etc): Don't distribute gfdl.1.
8345
83462001-11-22 Colin Walters <walters@debian.org>
8347
8348 * Makefile.in (install-arch-indep): Install the calc .info files.
8349 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
8350
83512001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8352
8353 * make-dist (lispref): Add *.txt, *.el, permute-index, and
8354 tindex.pl to the list of those being put into the distribution.
8355
83562001-11-16 Eli Zaretskii <eliz@gnu.org>
8357
8358 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
8359
83602001-11-15 Pavel Janík <Pavel@Janik.cz>
8361
8362 * Makefile.in (uninstall): Fix previous change.
8363
8364 * configure.in, Makefile.in: Add support for --program-prefix,
8365 --program-suffix and --program-transform-name options.
8366
83672001-11-13 Pavel Janík <Pavel@Janik.cz>
8368
8369 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
8370 (install-arch-indep): Install emacsclient manual page.
8371 (uninstall): Uninstall emacsclient manual page.
8372
83732001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
8374
8375 * make-dist: Add lispref/index.*perm files to the distribution.
8376 From Pavel Janík <Pavel@Janik.cz>.
8377
83782001-11-12 Pavel Janík <Pavel@Janik.cz>
8379
8380 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
8381
83822001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8383
8384 * configure.in: AC_OUTPUT lispref/Makefile.
8385
83862001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8387
8388 The following changes add the ELisp reference manual to the
8389 distribution.
8390
8391 * make-dist: Add the lispref directory to the distribution.
8392
8393 * Makefile.in (install-arch-indep): Add elisp* to the list of
8394 installed Info files.
8395 (SUBDIR_MAKEFILES): Add lispref/Makefile.
8396 (lispref/Makefile): New target.
8397 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
8398 Add commands for the lispref directory.
8399 (info, dvi): Ditto.
8400
8401 * config.bat: Configure in `lispref'.
8402
84032001-11-09 Richard M. Stallman <rms@gnu.org>
8404
8405 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
8406
84072001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8408
8409 * make-dist (tempdir): Copy AUTHORS as well.
8410
84112001-11-06 Sam Steingold <sds@gnu.org>
8412
8413 * configure.in: Added a check for <nlist.h>.
8414
84152001-11-01 Pavel Janík <Pavel@Janik.cz>
8416
8417 * configure.in: Reindent --help output.
8418 From Per Starbäck (starback@ling.uu.se).
8419
84202001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8421
8422 * configure.in: New entry for HP/UX-11.
8423
8424 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
8425 From Eric S. Raymond <esr@golux.thyrsus.com>.
8426
84272001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8428
8429 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
8430 <athornton@sinenomine.net>.
8431
84322001-10-25 Gerd Moellmann <gerd@gnu.org>
8433
8434 * Makefile.in (maybe_bootstrap): New target.
8435 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
8436
84372001-10-24 Ken Raeburn <raeburn@gnu.org>
8438
8439 * configure.in: If --with-hesiod is given, look for
8440 hes_getmailhost and res_send or __res_send; check hesiod and
8441 resolv libraries respectively if system libraries don't supply them.
8442
84432001-10-24 Gerd Moellmann <gerd@gnu.org>
8444
8445 * configure.in: Use $MAKE for `make' if set.
8446
84472001-10-22 Gerd Moellmann <gerd@gnu.org>
8448
8449 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
8450 to tar options.
8451
84522001-10-20 Gerd Moellmann <gerd@gnu.org>
8453
8454 * (Version 21.1 released).
8455
84562001-10-20 Miles Bader <miles@gnu.org>
8457
8458 * configure.in (configuration): Set from `host' if `host_alias'
8459 isn't defined.
8460
84612001-10-19 Andreas Schwab <schwab@suse.de>
8462
8463 * configure.in: Make ready for autoconf 2.5x.
8464 (AC_PREREQ): Require autoconf 2.50.
8465 * aclocal.m4: Removed.
8466 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
8467
84682001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8469
8470 * README: Bump Emacs version to 21.1.50.
8471
84722001-10-05 Gerd Moellmann <gerd@gnu.org>
8473
8474 * Branch for 21.1.
8475
84762001-09-05 Gerd Moellmann <gerd@gnu.org>
8477
8478 * configure.in: Avoid `$@' which is handled specially in
8479 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
8480
84812001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
8482
8483 * make-dist (nt): Add subdirs.el to the list of distributed files.
8484
84852001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
8486
8487 * configure.in (machine): Add an entry for
8488 hppa1.1-hitachi-hiuxwe2*.
8489
84902001-05-28 Gerd Moellmann <gerd@gnu.org>
8491
8492 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
8493 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
8494
84952001-05-14 Gerd Moellmann <gerd@gnu.org>
8496
8497 * make-dist: Copy texinfo.tex unconditionally.
8498
84992001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8500
8501 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
8502 that are installed.
8503
85042001-04-06 Gerd Moellmann <gerd@gnu.org>
8505
8506 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
8507 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
8508
8509 * make-dist: Handle leim/MISC-DIC. Only include
8510 `[a-zA-Z]*.{el,elc}' from leim/quail.
8511
85122001-04-05 Gerd Moellmann <gerd@gnu.org>
8513
8514 * Makefile.in (install-arch-indep): Remove .cvsignore files.
8515
85162001-03-30 Gerd Moellmann <gerd@gnu.org>
8517
8518 * Makefile.in (.PHONY): Add for bootstrap targets.
8519 (bootstrap-clean): New target.
8520 (bootstrap): Use it instead of `clean'.
8521
85222001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8523
8524 * Makefile.in (SUBDIR): Remove leim.
8525 (all, .RECURSIVE, extraclean): Add leim explicitly.
8526 (leim): Provide separate rule which exports PARALLEL=0 into the
8527 environment.
8528
85292001-03-20 Gerd Moellmann <gerd@gnu.org>
8530
8531 * configure.in (HAVE_XPM): Don't print the result of the check for
8532 XpmReturnAllocPixels if we don't have an xpm.h.
8533
85342001-03-05 Gerd Moellmann <gerd@gnu.org>
8535
8536 * COPYING: New file.
8537
85382001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8539
8540 * config.bat: Update the copyright.
8541
85422001-02-23 Kenichi Handa <handa@etl.go.jp>
8543
8544 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8545 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8546 to `yes'. Later in AC_OUTPUT, check this variable.
8547
85482001-02-09 Dave Love <fx@gnu.org>
8549
8550 * AUTHORS: Updated.
8551
85522001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8553
8554 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8555
85562001-02-02 Gerd Moellmann <gerd@gnu.org>
8557
8558 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8559
8560 * Makefile.in (uninstall): Ignore exit code of `rm'.
8561
90eacf99
SM
8562 * Makefile.in (uninstall): Remove more info files.
8563 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
067d23c9
KY
8564
85652001-01-31 Gerd Moellmann <gerd@gnu.org>
8566
8567 * noleim-Makefile.in (extraclean): Add.
8568
85692001-01-28 Gerd Moellmann <gerd@gnu.org>
8570
90eacf99 8571 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
067d23c9
KY
8572 it quiet.
8573
85742001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8575
8576 * Makefile.in (tags): Fix typo.
8577
85782001-01-13 Kenichi Handa <handa@etl.go.jp>
8579
8580 * configure.in: Fix typo in the code setting x_search_path.
8581
85822001-01-10 Dave Love <fx@gnu.org>
8583
8584 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8585 -lXext.
8586 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8587 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8588 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8589 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8590 (now in $LIBS).
8591
85922001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8593
8594 * config.bat: Run the preprocessor with -traditional.
8595
85962001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8597
8598 * INSTALL: Move copying conditions to end of file.
8599
86002000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8601
8602 * INSTALL: Add basic installation procedure which assumes
8603 `configure' does its job. Elaborate on image support libraries.
8604 Add a pointer to Xaw3d library. Add advice about solving
8605 configure-time problems by looking in config.log and setting
8606 variables in the environment.
8607
86082000-12-27 Gerd Moellmann <gerd@gnu.org>
8609
8610 * Makefile.in (install-arch-indep): If tar fails, exit with
8611 exit code 1.
8612
86132000-12-19 Gerd Moellmann <gerd@gnu.org>
8614
8615 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8616 source file includes XKBlib.h. On some broken Solaris systems,
8617 there is an XKBlib.h, reportedly, but header files included by
8618 XKBlib.h are missing.
8619
86202000-12-14 Gerd Moellmann <gerd@gnu.org>
8621
8622 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8623
86242000-12-11 Dave Love <fx@gnu.org>
8625
8626 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8627
86282000-12-11 Paul Eggert <eggert@twinsun.com>
8629
8630 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8631 Merge fixes from latest GNU tar version. These macros no longer
8632 futz with _XOPEN_SOURCE, as that was not portable in practice.
8633 (AC_FUNC_FSEEKO): New macro.
8634
8635 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8636 ftello.
8637
86382000-12-05 Dave Love <fx@gnu.org>
8639
8640 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8641
86422000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8643
8644 * info/dir: Change the category to "Emacs".
8645
86462000-12-01 Gerd Moellmann <gerd@gnu.org>
8647
8648 * make-dist (tempdir): Remove epaths.h from the distribution
8649 instead of paths.h.
8650
86512000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8652
8653 * config.bat: Check for existence of djecho.exe, and print an
8654 error message if it is not available.
8655
8656 * INSTALL: Describe possible problem with djecho.exe in old
8657 versions of DJGPP v2.x.
8658
86592000-11-23 Gerd Moellmann <gerd@gnu.org>
8660
8661 * configure.in: Initialize HAVE_LIBXP to no.
8662
86632000-11-22 Gerd Moellmann <gerd@gnu.org>
8664
8665 * configure.in: Use m/macppc.h instead of the non-existent
8666 m/powerpc.h.
8667
86682000-11-21 Gerd Moellmann <gerd@gnu.org>
8669
8670 * Makefile.in (install-arch-indep): Also install info/eshell*
8671 and info/speedbar*.
8672
8673 * configure.in (HAVE_PNG): Check for the presence of
8674 png_get_channels to rule out older PNG libs.
8675
8676 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8677 GCC and NON_GNU_CPP into config.status.
8678
86792000-11-20 Dave Love <fx@gnu.org>
8680
8681 * configure.in: Fix last change.
8682
8683 * GETTING.GNU.SOFTWARE: Deleted.
8684 * FTP: New file to replace it.
8685 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8686
86872000-11-20 Gerd Moellmann <gerd@gnu.org>
8688
8689 * configure.in: Use -traditional with GNU cpp.
8690
86912000-11-17 Gerd Moellmann <gerd@gnu.org>
8692
8693 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8694 Distribute more files from the nt/ subdir. Distribute PBM
8695 image files from subdirs of lisp/. Distribute old change logs
8696 from subdirs of lisp/. Distribute play/5x5.el.
8697
86982000-11-11 Dave Love <fx@gnu.org>
8699
8700 * config.sub, config.guess: Updated from master source.
8701
87022000-11-07 Dave Love <fx@gnu.org>
8703
8704 * configure.in: Test for mkstemp.
8705
87062000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8707
8708 * info/dir (Top): Rearrange menu items more logically, and put
8709 them into a single category. Add menu items for RefTeX and
8710 Widget.
8711
87122000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8713
8714 * Makefile.in (install-arch-indep): Use --info-dir instead of
8715 --dir-file, and a simple argument instead of --info-file, so that
8716 the Debian version of install-info also works.
8717
87182000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8719
8720 * info/dir (Speedbar): Add entry.
8721
87222000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8723
8724 * INSTALL: Describe the new image-support options to the configure
8725 script. List URLs where image support libraries can be found.
8726
87272000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
8728
8729 * info/dir (Top): Add an entry for Eshell.
8730
87312000-10-02 Dave Love <fx@gnu.org>
8732
8733 * configure.in: Check for gai_strerror.
8734
87352000-10-01 Andreas Schwab <schwab@suse.de>
8736
8737 * Makefile.in (install-arch-indep): Update list of installed info files.
8738
87392000-09-30 Gerd Moellmann <gerd@gnu.org>
8740
8741 * configure.in: Support `sparc*-*-netbsd*'.
8742
87432000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
8744
8745 * info/dir (MIME): Add entry for emacs-mime.
8746
87472000-09-29 Dave Love <fx@gnu.org>
8748
8749 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
8750
87512000-09-26 Gerd Moellmann <gerd@gnu.org>
8752
8753 * make-dist: Adapt to the change of leim/Makefile which was
8754 necessary to ensure a reasonably working `make dist'.
8755
8756 * leim-Makefile.in: Moved to leim/Makefile.in..
8757
8758 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
8759
87602000-09-21 Kenichi Handa <handa@etl.go.jp>
8761
8762 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8763 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8764 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8765 files to .elc.
90eacf99 8766 (${TIT}): Adjust for the above change.
067d23c9
KY
8767 (clean mostlyclean): Likewise.
8768 (.el.elc): New target.
8769
87702000-09-19 Gerd Moellmann <gerd@gnu.org>
8771
8772 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8773 in the distribution.
8774
87752000-09-18 Gerd Moellmann <gerd@gnu.org>
8776
8777 * make-dist (skk): Rename to `ja-dic' because the leim directory
8778 was renamed.
8779
87802000-09-14 Dave Love <fx@gnu.org>
8781
8782 * configure.in: Fix spurion in last change.
8783
87842000-09-14 Gerd Moellmann <gerd@gnu.org>
8785
8786 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8787 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8788 to `no' if defined. Change result report.
8789
87902000-09-08 Dave Love <fx@gnu.org>
8791
8792 * configure.in: Remove spurious `@'s.
8793
8794 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
8795 autoconf.
8796
87972000-09-06 Gerd Moellmann <gerd@gnu.org>
8798
8799 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
8800 file and print informational message.
8801
8802 * configure.in (AC_FUNC_MMAP): Add.
8803
88042000-09-01 Gerd Moellmann <gerd@gnu.org>
8805
8806 * configure.in: Add ``checking'' messages for
8807 XpmReturnAllocPixels.
8808
88092000-08-28 Gerd Moellmann <gerd@gnu.org>
8810
8811 * configure.in: Check <strings.h>; check `index' and `rindex'
8812 functions.
8813
88142000-08-26 Kenichi Handa <handa@etl.go.jp>
8815
8816 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
8817 "case "${canonical}" in".
8818
88192000-08-25 Dave Love <fx@gnu.org>
8820
8821 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
8822
88232000-08-25 Kenichi Handa <handa@etl.go.jp>
8824
8825 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
8826
88272000-08-24 Gerd Moellmann <gerd@gnu.org>
8828
8829 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
8830 contains a relative path. Protect against unusable values of $PWD.
8831
88322000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8833
8834 * info/dir (WoMan): Add entry.
8835
8836 * config.bat (maindir): Update src/_gdbinit even if it does
8837 already exist.
8838
88392000-08-07 Gerd Moellmann <gerd@gnu.org>
8840
8841 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
8842
88432000-08-03 Gerd Moellmann <gerd@gnu.org>
8844
8845 * configure.in: Add support for ia64*-*-linux*.
8846
88472000-07-27 Gerd Moellmann <gerd@gnu.org>
8848
8849 * make-dist (aclocal.m4): Include in distribution.
8850
88512000-07-26 Dave Love <fx@gnu.org>
8852
90eacf99 8853 * configure.in (AC_SYS_LARGEFILE): Move earlier.
067d23c9
KY
8854
88552000-07-24 Dave Love <fx@gnu.org>
8856
8857 * configure.in: Add AC_SIZE_T.
8858
88592000-07-18 Dave Love <fx@gnu.org>
8860
8861 * configure.in: Reorder so that most tests are done after CPPFLAGS
8862 is set from the C_SWITCH_... definitions.
8863
88642000-07-10 Gerd Moellmann <gerd@gnu.org>
8865
8866 * configure.in (HAVE_XPM): Undo previous change. Check for
8867 preprocessor define XpmReturnAllocPixels.
8868
88692000-07-06 Gerd Moellmann <gerd@gnu.org>
8870
8871 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
8872 instead of XpmReadFileToPixmap.
8873
88742000-07-05 Ken Raeburn <raeburn@gnu.org>
8875
8876 * configure.in: Check for <soundcard.h>. Look for ossaudio
8877 library, and set LIBSOUND accordingly.
8878
88792000-07-05 Dave Love <fx@gnu.org>
8880
8881 * configure.in: Use AC_HEADER_SYS_WAIT.
8882
88832000-07-05 Gerd Moellmann <gerd@gnu.org>
8884
8885 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
8886 lisp/Makefile. Distribute lisp/Makefile.in instead of
8887 lisp/Makefile.
8888
88892000-06-30 Ken Raeburn <raeburn@gnu.org>
8890
8891 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
8892 while searching for image-handling libraries.
8893
88942000-06-26 Gerd Moellmann <gerd@gnu.org>
8895
8896 * configure.in (--with-xim): New option.
8897
88982000-06-23 Dave Love <fx@gnu.org>
8899
8900 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
8901 for struct timezone and test how we can call gettimeofday.
8902 Check for OSF 5+. Check for term.h.
8903
8904 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
8905 version.
8906
89072000-06-23 Gerd Moellmann <gerd@gnu.org>
8908
8909 * configure.in (HAVE_LIBXP): Change test for libXp.
8910
89112000-06-21 Dave Love <fx@gnu.org>
8912
8913 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
8914 simple test for getloadavg and substitute GETLOADAVG_LIBS.
8915 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
8916
89172000-06-19 Dave Love <fx@gnu.org>
8918
8919 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
8920 _XOPEN_SOURCE is defined.
8921
89222000-06-16 Gerd Moellmann <gerd@gnu.org>
8923
8924 * Makefile.in (distclean): Also make distclean in lisp/.
8925
89262000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8927
8928 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
8929
89302000-06-15 Gerd Moellmann <gerd@gnu.org>
8931
8932 * make-dist: Add --help and --snapshot options.
8933
89342000-06-14 Gerd Moellmann <gerd@gnu.org>
8935
8936 * configure.in: Generate lisp/Makefile.
8937
8938 * configure.in: Add support for `*-lynxos*'.
8939 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
8940 recommended by <Karen.Dorhamer@compaq.com> to fix problems
8941 on Tru64 UNIX v5.0.
8942
89432000-06-13 Ken Raeburn <raeburn@gnu.org>
8944
8945 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
8946 it's on a continuation line.
8947
89482000-06-02 Dave Love <fx@gnu.org>
8949
8950 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
8951 files.
8952
8953 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
8954 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
8955 test.
8956
8957 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
8958 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
8959
89602000-05-26 Gerd Moellmann <gerd@gnu.org>
8961
8962 * configure.in: Add check for speed_t typedef.
8963
89642000-05-25 Ken Raeburn <raeburn@gnu.org>
8965
8966 * Makefile.in (install-arch-dep): Install fns-*.el only if it
8967 exists; it won't in the CANNOT_DUMP case.
8968
89692000-05-25 Gerd Moellmann <gerd@gnu.org>
8970
8971 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
8972 On FreeBSD, the exit status is 1 if CDPATH is not set.
8973 (install-arch-indep): Install ebrowse.info.
8974
89752000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
8976
8977 * configure.in: Check for grandpt and getpt.
8978
89792000-05-09 Dave Love <fx@gnu.org>
8980
8981 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
8982
89832000-05-05 Gerd Moellmann <gerd@gnu.org>
8984
8985 * make-dist: Make a link for lib-src/grep-changelog.
8986 Copy install-sh.
8987
89882000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
8989
8990 * config.bat: Identify the beginning of the cpp stuff in
8991 src/Makefile.in and lib-src/Makefile.in more accurately.
8992
89932000-04-27 Gerd Moellmann <gerd@gnu.org>
8994
8995 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
8996
89972000-04-19 Gerd Moellmann <gerd@gnu.org>
8998
8999 * configure.in: Add support for `powerpc-*-netbsd*'.
9000
90012000-04-19 Dave Love <fx@gnu.org>
9002
9003 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9004
9005 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9006
90072000-04-16 Dave Love <fx@gnu.org>
9008
9009 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9010
90112000-04-14 Dave Love <fx@gnu.org>
9012
9013 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9014
9015 * aclocal.m4 (AC_FUNC_MKTIME): New.
9016
90172000-03-28 Ken Raeburn <raeburn@gnu.org>
9018
9019 * configure.in: Line up "--help" output a little better.
9020
90212000-03-26 Gerd Moellmann <gerd@gnu.org>
9022
9023 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9024 New targets.
90eacf99
SM
9025 (bootstrap): Rewritten in terms of the new targets above.
9026 Make info files, too.
067d23c9
KY
9027
90282000-03-12 Gerd Moellmann <gerd@gnu.org>
9029
9030 * config.guess, config.sub: Use the versions of the files from
9031 subversions.
9032
90332000-03-08 Dave Love <fx@gnu.org>
9034
9035 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9036 AC_C_VOLATILE. Define POINTER_TYPE.
9037
9038 * aclocal.m4: New file.
9039
90402000-03-02 Gerd Moellmann <gerd@gnu.org>
9041
9042 * configure.in (machine): Add `mipsel-*-netbsd*' and
9043 `arm-*-netbsd*'.
9044
90452000-03-01 Gerd Moellmann <gerd@gnu.org>
9046
9047 * configure.in (machine): Add support for `*-auspex-sunos*'.
9048
90492000-02-29 Gerd Moellmann <gerd@gnu.org>
9050
9051 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9052
90532000-02-18 Dave Love <fx@gnu.org>
9054
9055 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9056
90572000-02-18 Andreas Schwab <schwab@suse.de>
9058
9059 * Makefile.in (install-arch-indep): Add eudc to list of installed
9060 info files.
9061
90622000-02-17 Ken Raeburn <raeburn@gnu.org>
9063
9064 * configure.in: Include -lz and -ljpeg (if it's available) when
9065 testing for the tiff library.
9066
90672000-02-17 Gerd Moellmann <gerd@gnu.org>
9068
9069 * configure.in: Remove LISP_FLOAT_TYPE.
9070
90712000-02-12 Dave Love <fx@gnu.org>
9072
9073 * configure.in: Use AC_FUNC_VFORK.
9074
90752000-02-01 Gerd Moellmann <gerd@gnu.org>
9076
9077 * make-dist: Various fixes for new development tree.
9078
9079 * leim-Makefile.in: New file.
9080
90812000-01-31 Gerd Moellmann <gerd@gnu.org>
9082
9083 * Makefile.in (dist): Call ./make-dist.
9084
90852000-01-24 Dave Love <fx@gnu.org>
9086
9087 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9088
90892000-01-18 Gerd Moellmann <gerd@gnu.org>
9090
9091 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9092 DGifOpenFileName.
9093
90942000-01-11 Andreas Schwab <schwab@suse.de>
9095
9096 * Makefile.in (install-arch-indep): Update list of info files to
9097 be installed.
9098
90992000-01-05 Dave Love <fx@gnu.org>
9100
9101 * configure.in: Check for jerror.h as well as libjpeg.
9102
91032000-01-03 Andreas Schwab <schwab@suse.de>
9104
90eacf99
SM
9105 * Makefile.in (install-arch-indep): Install autotype*.
9106 Run install-info on autotype and emacs-faq.info.
067d23c9
KY
9107
91081999-12-04 Dave Love <fx@gnu.org>
9109
9110 * Makefile.in (install-arch-indep): Depend on `info'.
9111 (install-strip): Use `install' as sub-make target.
9112
91131999-11-23 Ken Raeburn <raeburn@gnu.org>
9114
9115 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9116 didn't need to be deleted. Check for the k5crypto library as well
9117 as the crypto library; MIT Kerberos 1.1 changed the name.
9118
91191999-11-18 Dave Love <fx@gnu.org>
9120
9121 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9122
91231999-11-11 Erik Naggum <erik@naggum.no>
9124
9125 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9126
91271999-11-08 Dave Love <fx@gnu.org>
9128
9129 * configure.in: Fix change for --with-pop default.
9130
91311999-11-04 Dave Love <fx@gnu.org>
9132
9133 * configure.in: Default to --with-pop. Change sense of with-gcc
9134 and with-toolkit-scroll-bars messages to reflect the defaults.
9135
91361999-11-01 Gerd Moellmann <gerd@gnu.org>
9137
9138 * INSTALL: Mention the Emacs Lisp Reference.
9139
91401999-10-27 Noah Friedman <friedman@splode.com>
9141
9142 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9143
91441999-10-23 Gerd Moellmann <gerd@gnu.org>
9145
9146 * Makefile.in (bootstrap): New target.
9147
91481999-10-19 Paul Eggert <eggert@twinsun.com>
9149
9150 Add support for large files. Merge glibc 2.1.2.
9151
9152 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9153 (HAVE_TM_GMTOFF): New symbol.
9154 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9155 mbrlen, strsignal.
9156 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9157
91581999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9159
9160 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9161 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9162
91631999-10-09 Richard M. Stallman <rms@gnu.org>
9164
9165 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9166 Unset CDPATH to prevent cd from generating output.
9167
91681999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9169
9170 * update-subdirs: Also ignore CVS subdirs.
9171
91721999-10-07 Gerd Moellmann <gerd@gnu.org>
9173
9174 * Makefile.in (install-arch-indep): Add ada-mode.
9175
91761999-10-06 Dave Love <fx@gnu.org>
9177
9178 * Makefile.in: Add rules for config.status, configure.
9179
91801999-09-07 Gerd Moellmann <gerd@gnu.org>
9181
90eacf99 9182 * configure.in (--with-sound): Remove.
067d23c9
KY
9183
91841999-08-30 Gerd Moellmann <gerd@gnu.org>
9185
9186 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9187 the test for Xaw3d.
9188 (HAVE_TIFF): Add -lm to library check.
9189
91901999-08-28 Richard Stallman <rms@gnu.org>
9191
9192 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9193 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9194 after the other X-related libraries.
9195
91961999-08-21 Dave Love <fx@gnu.org>
9197
9198 * configure.in: Don't check for jpeglib.h.
9199
92001999-08-20 Gerd Moellmann <gerd@gnu.org>
9201
9202 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9203 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9204
92051999-08-18 Dave Love <fx@gnu.org>
9206
9207 * configure.in: Check for termcap.h.
9208
92091999-08-15 Gerd Moellmann <gerd@gnu.org>
9210
9211 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9212 use Emacs' scroll bars, even if configured for Motif or when
9213 Xaw3d is available.
9214
92151999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9216
9217 * configure.in: Check for getaddrinfo.
9218
92191999-08-04 Eli Zaretskii <eliz@gnu.org>
9220
9221 * config.bat: Make --no-debug work again by removing -gcoff.
9222
92231999-07-30 Dave Love <fx@gnu.org>
9224
9225 * configure.in: Check for stdlib.h.
9226
92271999-07-19 Dave Love <fx@gnu.org>
9228
9229 * configure.in: Grok sparc64-*-linux-gnu*.
9230
92311999-07-12 Richard Stallman <rms@gnu.org>
9232
9233 * Version 20.4 released.
9234
92351999-06-23 Karl Heuer <kwzh@gnu.org>
9236
9237 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9238 Quote $EMACS, in case it's a program with args.
9239
92401999-06-15 Gerd Moellmann <gerd@gnu.org>
9241
9242 * configure.in (HAVE_GIF): Use libungif instead of libgif
9243 because the former doesn't contain patented compression code.
9244
92451999-05-29 Richard M. Stallman <rms@gnu.org>
9246
9247 * configure.in: Delete the Kerberos stuff.
9248
92491999-05-27 Greg Hudson <ghudson@mit.edu>
9250
9251 * configure.in: Prefer kerberos 5 names.
9252
92531999-04-26 Richard M. Stallman <rms@gnu.org>
9254
9255 * configure.in: Check for libXp.
9256
92571999-04-08 Richard Stallman <rms@gnu.org>
9258
9259 * make-dist: Include change logs in subdirs of `lisp'.
9260
92611999-04-05 Richard Stallman <rms@gnu.org>
9262
9263 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
9264 (install-arch-indep): Make ${datadir}/emacs world-readable.
9265
92661999-03-30 Eli Zaretskii <eliz@gnu.org>
9267
9268 * config.bat: Use epaths.* instead of paths.*.
9269
92701999-03-07 Eli Zaretskii <eliz@gnu.org>
9271
9272 * INSTALL: Add detailed instructions to unpack and install
9273 intlfonts on MS-DOS.
9274
92751999-02-26 Richard Stallman <rms@gnu.org>
9276
9277 * configure.in: Use epaths.h and epaths-force instead of paths...
9278
90eacf99 9279 * Makefile.in (epaths-force): Rename from paths-force;
067d23c9
KY
9280 operate on epaths.in and produce epaths.h.
9281
92821999-02-24 Richard Stallman <rms@gnu.org>
9283
9284 * make-dist: Fix nt/icons directory handling.
9285
92861999-02-22 Simon Josefsson <jas@pdc.kth.se>
9287
9288 * configure.in (f301-fujitsu-uxpv4.1): New target.
9289
92901999-02-20 Richard Stallman <rms@gnu.org>
9291
9292 * make-dist (tempparent): Fix command to update info files.
9293
92941999-02-09 Richard Stallman <rms@gnu.org>
9295
9296 * configure.in (powerpc-apple-netbsd*): New alternative.
9297
92981999-01-25 Geoff Voelker <voelker@cs.washington.edu>
9299
9300 * make-dist: Include the new directory nt/icons in distributions.
9301
93021999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9303
9304 * configure.in: Change message about HAVE_XFREE386.
9305
93061999-01-07 Eli Zaretskii <eliz@gnu.org>
9307
9308 * config.bat: Support configuring with leim.
9309
93101998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
9311
9312 * configure.in (mips-sgi-irix6.5): New target.
9313
93141998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9315
9316 * configure.in: Remove GSS-API support, since it has been removed
9317 from movemail.
9318
93191998-12-04 Markus Rost <rost@delysid.gnu.org>
9320
9321 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9322
93231998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
9324
9325 * Makefile.in: Don't install customize info file.
9326 Run install-info on viper info file.
9327
93281998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9329
9330 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9331
93321998-11-16 Kenichi Handa <handa@etl.go.jp>
9333
9334 * configure.in (*-*-bsdi4*): New target.
9335
93361998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
9337
9338 * configure.in: Fix previous change.
9339
93401998-11-11 Richard Stallman <rms@gnu.org>
9341
9342 * configure.in (aviion-intel): New machine.
9343
93441998-11-04 Kenichi Handa <handa@etl.go.jp>
9345
9346 * configure.in (mips-nec-sysv4*): New target.
9347
93481998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9349
9350 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
9351 from lisp.
9352
93531998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9354
9355 * make-dist: Don't include fns*.el in dist.
9356
93571998-10-30 Dave Love <fx@gnu.org>
9358
9359 * configure.in: Don't mkdir cpp.
9360
93611998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9362
9363 * Makefile.in (install-arch-dep): Install src/fns-*.el in
9364 ${archlibdir}.
9365
93661998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9367
9368 * Version 20.3 released.
9369
93701998-07-30 Paul Eggert <eggert@twinsun.com>
9371
9372 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
9373 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
9374 (lwlib/Makefile, leim/Makefile):
9375 Prepend $(srcdir)/ to rule dependencies outside this dir.
9376
93771998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9378
9379 * configure.in: Use unset CDPATH instead of making it empty.
9380
93811998-06-20 Karl Heuer <kwzh@gnu.org>
9382
9383 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
9384
93851998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9386
9387 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
9388 and default.el. Sort the results.
9389
93901998-05-31 Karl Heuer <kwzh@gnu.org>
9391
9392 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
9393 writable.
9394
93951998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9396
9397 * Makefile.in (install-arch-indep):
9398 Don't alter site-lisp/subdirs.el if it exists.
9399
94001998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9401
9402 * Makefile.in (install-arch-indep): Put `-' on commands to create
9403 subdirs.el in site-lisp dirs.
9404
94051998-05-07 Richard Stallman <rms@psilocin.gnu.org>
9406
9407 * Makefile.in (install-arch-indep): Fix typo in previous change.
9408
94091998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9410
9411 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
9412
94131998-04-28 Richard Stallman <rms@psilocin.gnu.org>
9414
9415 * Makefile.in (mkdir): Create the site-lisp dirs.
9416 (install-arch-indep): Make site-lisp/subdirs files world-readable.
9417
94181998-04-26 Richard Stallman <rms@psilocin.gnu.org>
9419
9420 * Makefile.in (INSTALL_INFO): New variable.
9421 (install-arch-indep): Don't replace the dir file if it already exists.
9422 Use the install-info program, via INSTALL_INFO, to add entries.
9423 Make the `info' subdir and the Info files world-readable.
9424
94251998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
9426
9427 * config.bat: Make sure the environment is large enough to support
9428 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
9429
94301998-04-10 Karl Heuer <kwzh@gnu.org>
9431
9432 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
9433
94341998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9435
9436 * configure.in: Add --with-gssapi to specify GSS-API
9437 authentication support for movemail.
9438
94391998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9440
9441 * Makefile.in (install-arch-indep): Fix previous change.
9442
94431998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9444
9445 * Makefile.in (info): Run man in build dir, not srcdir.
9446
94471998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9448
9449 * Makefile.in (install-arch-indep): Fix previous change.
9450
94511998-03-23 Kenichi Handa <handa@etl.go.jp>
9452
9453 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
9454
94551998-03-22 Richard Stallman <rms@gnu.org>
9456
9457 * Makefile.in (install-arch-indep): Put special subdirs.el files
9458 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
9459
94601998-03-21 Richard Stallman <rms@psilocin.gnu.org>
9461
9462 * make-dist: Fix shell syntax in check for missing .el or .elc files.
9463
94641998-03-09 Richard Stallman <rms@psilocin.gnu.org>
9465
9466 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
9467 (m68*-hp-hpux*): Handle versions 1X like 10.
9468
94691998-03-07 Richard Stallman <rms@psilocin.gnu.org>
9470
9471 * make-dist: PROBLEMS is now in etc, not top level dir.
9472
9473 * Makefile.in (SOURCES): Delete PROBLEMS.
9474
94751998-02-25 Richard Stallman <rms@gnu.org>
9476
9477 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
9478
9479 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
9480
94811998-01-17 Richard Stallman <rms@gnu.org>
9482
9483 * Makefile.in (install-arch-indep): Add semicolon before `else'.
9484
94851998-01-02 Richard Stallman <rms@psilocin.gnu.org>
9486
9487 * make-dist (tempparent): New option --no-check.
9488
9489 * make-dist: Don't do anything with cpp directory.
9490
94911997-12-20 Richard Stallman <rms@psilocin.gnu.org>
9492
9493 * configure.in (sparc-fujitsu-sysv4*): New target.
9494
94951997-12-17 Andreas Schwab <schwab@gnu.org>
9496
9497 * configure.in: Cache more tests. Add missing quotes around
9498 message with embedded comma.
9499
95001997-12-04 Karl Heuer <kwzh@gnu.org>
9501
9502 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
9503
95041997-11-26 Joel N. Weber II <devnull@gnu.org>
9505
9506 * make-dist: Changed the comment about `umask 0' to say `Don't
9507 restrict access to any files.'; previously it said `Don't protect
9508 any files', which may have implied that we think fascism is good.
9509
95101997-11-24 Paul Eggert <eggert@twinsun.com>
9511
9512 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
9513 strftime needs the underlying host's strftime for locale dependent
9514 formats.
9515
95161997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
9517
9518 * configure.in (i586-dg-dguxR4.*): New name in case branch.
9519
95201997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9521
9522 * config.bat: Configure the man subdirectory.
9523
95241997-11-07 Paul Eggert <eggert@twinsun.com>
9525
9526 * configure.in (AC_CHECK_LIB): Add -lintl.
9527
95281997-11-07 Karl Heuer <kwzh@gnu.org>
9529
9530 * make-dist (check for .elc files): Avoid bash-specific syntax.
9531 (check for overflow 14-char limit): Simplify.
9532
95331997-11-07 Richard Stallman <rms@gnu.org>
9534
9535 * Makefile.in (install): Move blessmail last.
9536
95371997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9538
9539 * configure.in (gettimeofday, one arg or two):
9540 Clarify messages by avoiding double negative.
9541
95421997-09-30 Karl Eichwalder <ke@suse.de>
9543
9544 * Makefile.in (install-arch-indep): Install the widget info file.
9545
95461997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9547
9548 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9549 libraries in reverse order, so that libraries will appear in the
9550 correct dependency order on the link line (and so that the
9551 configure checks themselves will work properly when early
9552 libraries depend on later ones).
9553
95541997-09-21 Erik Naggum <erik@naggum.no>
9555
9556 * make-dist (making links to `src'): Keep timestamp on copied files.
9557
9558 * make-delta: New script to produce delta distributions.
9559
95601997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9561
9562 * Version 20.2 released.
9563
95641997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9565
9566 * Version 20.1 released.
9567
9568 * Makefile.in (install-leim): Depend on mkdir.
9569 (leim): Depend on src.
9570
95711997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9572
9573 * configure.in: Recognize alpha* instead of just alpha.
9574
95751997-09-12 Paul Eggert <eggert@twinsun.com>
9576
9577 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9578
95791997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9580
9581 * update-subdirs: Use rm -f.
9582
95831997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9584
9585 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9586 Ignore subdirs named Old.
9587
95881997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9589
9590 * configure.in: Add OpenBSD clause to set $machine.
9591
95921997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9593
9594 * make-dist: Recompile everything after updating various Lisp files.
9595 Recompile in leim as well as lisp.
9596 Check in leim as well as lisp for mismatched files and too-long names.
9597
95981997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9599
9600 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9601
96021997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9603
9604 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9605 before trying to copy anything from it.
9606
96071997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9608
9609 * Makefile.in (man/Makefile): New target.
9610 (tags): Define env var EMACS and run Makefile from build dir.
9611
96121997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9613
9614 * config.bat: If src/_gdbinit doesn't exist, try using
9615 src/.gdbinit to create it (for building on Windows 95).
9616
96171997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9618
9619 * Makefile.in (install-arch-indep):
9620 Discard extra data in tar | tar pipes.
9621
96221997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9623
90eacf99
SM
9624 * configure.in (x_default_search_path):
9625 Corrected '${x_library}' to '${x_library}/X11'.
067d23c9
KY
9626
96271997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9628
9629 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9630
96311997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9632
9633 * configure.in: Support auto-configuration of both Kerberos V4 and
9634 Kerberos V5 for movemail, including detection of V4 and V5 header
9635 files and libraries.
9636
96371997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9638
9639 * configure.in: Compute x_default_search_path
9640 and substitute into makefiles.
9641
9642 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9643
96441997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9645
9646 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9647
96481997-08-07 Erik Naggum <erik@naggum.no>
9649
9650 * configure.in: Remove lockdir, it is no longer needed.
9651 * Makefile.in (mkdir): Don't create lockdir.
9652 (lockdir): Variable deleted.
9653 (paths-force): Don't operate on PATH_LOCK.
9654
96551997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9656
9657 * leim-Makefile.in (clean, distclean): New targets.
9658
9659 * make-dist: Include leim/ChangeLog in leim distribution.
9660
96611997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9662
9663 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9664
96651997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9666
9667 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9668
96691997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9670
9671 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9672
96731997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9674
9675 * make-dist: Update leim/leim-list.el.
9676 Pass along value of $EMACS when updating lisp dir.
9677
96781997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9679
9680 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9681 prerequisite to the use of Doug Lea's malloc.
9682
96831997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9684
9685 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9686
9687 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9688
96891997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9690
9691 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9692
96931997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9694
9695 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9696 to news-r6.h.
9697
96981997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9699
9700 * config.bat: Use `sed' instead of `cp', which might not be
9701 installed.
9702
97031997-07-09 Kenichi Handa <handa@etl.go.jp>
9704
9705 * Makefile.in (mostlyclean): Add cleaning leim directory.
9706 (clean, distclean, maintainer-clean): Likewise.
9707
97081997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9709
9710 * make-dist (bogosities): Check subdirs of `lisp' also.
9711
97121997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9713
9714 * make-dist (etc): Really avoid symlinks now.
9715 (lisp): Don't delete from subdirs the things we never copy.
9716
97171997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9718
9719 * Makefile.in (install-arch-indep): Correct the target name.
9720 The first letter `i' was dropped by the previous change of mine.
9721
97221997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9723
9724 * configure.in (leim/Makefile): Generate this.
9725 (*-sysv4.2uw*): Recognize new alternative.
9726
9727 * leim-Makefile.in: Renamed from leim-Makefile.
9728
9729 * make-dist: Set up real-leim subdirectory,
9730 with the real contents of leim; then move it to
9731 a separate top-level directory.
9732
9733 * make-dist: Don't mention site-lisp, site-init, site-start
9734 or default, when listing files hat are not compiled and should be.
9735
9736 * configure.in: Create src/config.stamp at the end.
9737
97381997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9739
9740 * Makefile.in (install-leim): Correct previous change.
9741
97421997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9743
9744 * Makefile.in (install-leim): New target.
9745 (install): Depend on install-leim.
9746
97471997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9748
9749 * Makefile.in (SUBDIR): Add leim.
9750 (SUBDIR_MAKEFILES): Add leim/Makefile.
9751 (leim/Makefile): New target.
9752
97531997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9754
9755 * leim-Makefile: New file.
9756 * make-dist: Initialize a `leim' subdirectory with that makefile.
9757
97581997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9759
9760 * configure.in (GNU_MALLOC_reason): Fix message text.
9761
97621997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9763
9764 * make-dist (lisp): Don't process subdirs that start with =.
9765 (etc): Copy symlinks, as in src.
9766
97671997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9768
9769 * configure.in (i*86-*-unixware*): New alternative.
9770
97711997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9772
9773 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9774 and touch it explicitly.
9775
9776 * configure.in (mips-sony-newsos6*): New alternative.
9777 (mips-*-linux-gnu*): New alternative.
9778 (*-*-bsdi*): New alternative.
9779 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9780
97811997-06-22 Dave Love <d.love@dl.ac.uk>
9782
9783 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9784 (src/config.h): New target to re-configure if src/config.in is patched.
9785
97861997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9787
9788 * configure.in (shutdown): Check for `shutdown' function.
9789
97901997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9791
9792 * update-subdirs: Include the directory "language" in subdirs.
9793
97941997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9795
9796 * configure.in (m88k-dg-dgux4*): New alternative.
9797 (alpha-*-netbsd*): New alternative.
9798 (powerpcle-*-solaris2*): New alternative.
9799
98001997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9801
9802 * make-dist: Warn about .el files that are not compiled.
9803
98041997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9805
9806 * Makefile.in (dist): Don't run update-subdirs here,
9807 since make-dist now gets that done.
9808
9809 * make-dist: Use the new `updates' target in lisp/Makefile.
9810
9811 * make-dist: Use new non-file targets in lisp/Makefile.
9812
98131997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9814
9815 * make-dist: Handle all subdirs of `lisp' uniformly.
9816 Don't handle `term' and `language' specially.
9817 Clear out umask at the beginning.
9818
98191997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9820
9821 * make-dist: Use Make to update finder-inf.el and autoloads.
9822 Also update cus-load.el.
9823
98241997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9825
9826 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
9827 in case it is desirable to disable the GNU malloc features with glibc.
9828
98291997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9830
9831 * configure.in (DOUG_LEA_MALLOC):
9832 Define if malloc_{get,set}_state exist.
9833
98341997-03-05 Kenichi Handa <handa@etl.go.jp>
9835
9836 * make-dist: Make links for files under lisp/language.
9837
98381997-02-20 Kenichi Handa <handa@etl.go.jp>
9839
9840 * update-subdirs: Exclude the directory "language" from subdirs.
9841
98421997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
9843
9844 * configure.in: Check for rint and cbrt.
9845
98461997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9847
9848 * make-dist: Use $EMACS to say where to run Emacs.
9849 Add --no-update option.
9850
98511996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9852
9853 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
9854
98551996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9856
9857 * make-dist (copying src): Check thoroughly for symlinks
9858 and copy them in all cases. Regularize the linking of *.in
9859 and *.opt and ChangeLog files.
9860 (copying lib-src): Likewise.
9861 Don't rm getdate.c or y.tab.*--they don't exist any more.
9862
98631996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
9864
9865 * configure.in: Check for libmail, maillock.h and
9866 touchlock (for movemail).
9867
98681996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9869
9870 * configure.in (limits.h): Check for this file.
9871
98721996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9873
9874 * configure.in (rs6000-ibm-aix4.2): New alternative.
9875 (rs6000-ibm-aix4.0): New alternative.
9876 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
9877
98781996-11-22 Ben Harris <bjh21@cam.ac.uk>
9879
9880 * configure.in: Recognize vax-*-netbsd*.
9881
98821996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9883
9884 * configure.in (locallisppath): Add leim directory.
9885
98861996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9887
9888 * config.bat: Make sure `mv' supports forward slashes and -f.
9889
98901996-10-28 Christian Limpach <chris@nice.ch>
9891
9892 * configure.in (hppa*-next-nextstep*): * added after hppa
9893 to accept hppa1.0 and hppa1.1.
9894
98951996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
9896
9897 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
9898 * configure.in (ld_switch_machine): Fix typo.
9899
99001996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9901
9902 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
9903 from config.h and use them in $ac_link.
9904
99051996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
9906
9907 * configure.in: Create a subdir named `lisp'.
9908
99091996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9910
9911 * configure.in: Check for getcwd.
9912
99131996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9914
9915 * configure.in: Check for termios.h. Check for setpgid.
9916
99171996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9918
9919 * configure.in: Check for setrlimit.
9920
99211996-08-31 Paul Eggert <eggert@twinsun.com>
9922
9923 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
9924
99251996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9926
9927 * configure.in: Check for utimes.
9928
9929 * configure.in: Check for com_err library, but only
9930 if --with-kerberos was used. Check for krb and des
9931 only if --with-kerberos.
9932
99331996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9934
9935 * Makefile.in (INSTALL_STRIP): New variable.
9936 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
9937 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
9938
99391996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9940
9941 * configure.in: Check for krb and des libraries.
9942
99431996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
9944
9945 * configure.in (*-sunos4.1.[3-9]*noshare):
9946 Use sunos413, not sunos4-1-3.
9947 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
9948 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
9949
99501996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9951
9952 * Makefile.in (src/paths.h): Target deleted.
9953 (paths-force): Delete all dependencies on this target
9954 but don't delete the target.
9955 (install): Depend on `all'.
9956 (paths-force): Don't print a message.
9957
9958 * configure.in: Generate src/paths.h here.
9959
99601996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9961
9962 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
9963 New variables that affect linking only.
9964 (alpha-dec-osf*): Use those instead of previous change.
9965
99661996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9967
9968 * Makefile.in (install-arch-indep): Install info/messages.
9969
99701996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9971
9972 * Version 19.33 released.
9973
99741996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
9975
9976 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9977 Fix previous change.
9978
99791996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9980
9981 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
9982 New alternative.
9983
99841996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9985
9986 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
9987 and NON_GCC_TEST_OPTIONS.
9988
99891996-08-06 Paul Eggert <eggert@twinsun.com>
9990
9991 * configure.in (LOCALTIME_CACHE): Don't put a string literal
9992 "TZ=..." in environ.
9993
99941996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9995
9996 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
9997
99981996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9999
10000 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10001 the more general *-sunos4.1.[3-9]* clause.
10002
100031996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10004
10005 * Version 19.32 released.
10006
10007 * configure.in (*-sco3.2v5*):
10008 Set OVERRIDE_CPPFLAG to a string of one space.
10009 Fix the code that uses OVERRIDE_CPPFLAG.
10010
100111996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10012
10013 * configure.in: Undo previous change.
10014
100151996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10016
10017 * config.sub: Use `pc', not `unknown', when canonicalizing
10018 the vendor for ...86.
10019
100201996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10021
10022 * configure.in: Check for termios.h header.
10023
100241996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10025
10026 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10027
100281996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10029
10030 * configure.in: Split bsdos2 and bsdos2-1.
10031
100321996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10033
10034 * config.sub: If last two words are not a recognized
10035 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10036 Make conversion of gnu/linux to linux-gnu really work.
10037
10038 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10039
100401996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10041
10042 * configure.in (check for using Lucid widgets by default):
10043 Eliminate indentation that confuses some compilers.
10044
100451996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10046
10047 * config.sub: Convert linux and gnu/linux to linux-gnu.
10048
10049 * make-dist: Don't update getdate.c.
10050 Ignore =... files when checking for too-long Lisp file names.
10051
100521996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10053
10054 * configure.in (euidaccess): Check for that, not for eaccess.
10055
100561996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10057
10058 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10059 before `noshare'.
10060 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10061
100621996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10063
10064 * configure.in: Rename lignux to linux-gnu in configuration names.
10065 Use gnu-linux as the opsys value (s/ file name).
10066 Allow i686 just like i386, i486, i586.
10067
100681996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10069
10070 * configure.in (i*86-*-sco3.2v5): New alternative.
10071 (OVERRIDE_CPPFLAG): New variable.
10072 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10073
10074 * configure.in: Specify vpath for .texi files.
10075
100761996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10077
10078 * configure.in: Always check for HAVE_X11R5.
10079 Separately decide whether to use a toolkit by default.
10080
100811996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10082
10083 * configure.in: If X11R5 is missing the Xaw headers,
10084 default to --with-x-toolkit=no.
10085
100861996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10087
10088 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10089
100901996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10091
10092 * Makefile.in (install-arch-indep): If cd etc makes output,
10093 don't treat that as part of the tar data.
10094 Check that ./lisp actually exists.
10095
100961996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10097
10098 * make-dist: Check for long file names.
10099
101001996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10101
10102 * Version 19.31 released.
10103
101041996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10105
10106 * configure.in: Recognize sparc-*-lignux.
10107
101081996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10109
10110 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10111 Don't include config.w95.
10112
101131996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10114
10115 * make-dist: Replace --no-clean-up and --no-tar options
10116 with --clean-up and --tar, so that the default is useful.
10117
101181996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10119
10120 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10121 if not, tell the user to rename it and abort.
10122
101231996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10124
10125 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10126 test program.
10127
101281996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10129
10130 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10131
10132 * make-dist (MANIFEST): Fix previous change.
10133 (msdos): Put mainmake.v2 into the dist.
10134
101351996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10136
10137 * make-dist: Exit if autoconf fails.
10138
101391996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10140
10141 * config.bat: Set djgpp-ver, and unset it at the end.
10142 Add a number of conditionals for DJGPP version 2.
10143 Rename label libsrc2 to libsrc3.
10144 Substitute for LDFLAGS in src/Makefile.
10145 Substitute for ALL_CFLAGS in lib-src/Makefile.
10146
101471996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10148
10149 * configure.in (ncurses): Check this after checking fns like strerror.
10150
101511996-04-08 Erik Naggum <erik@naggum.no>
10152
10153 * make-dist (MANIFEST): Don't include lines from =files.
10154
101551996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10156
10157 * make-dist: Don't put lisp/dired.todo in the dist.
10158
101591996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10160
10161 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10162
10163 * configure.in (setlocale): Check for it.
10164
10165 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10166
101671996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10168
10169 * configure.in: Use lignux instead of linux as value of opsys.
10170
101711996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10172
10173 * Makefile.in (install-strip): Fix whitespace.
10174 Get rid of continuation.
10175
10176 * config.sub: Convert linux or gnu/linux to lignux.
10177
101781996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10179
10180 * configure.in: Accept lignux in configuration name.
10181
101821996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10183
10184 * Makefile.in (install-strip): New target.
10185
101861996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10187
10188 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10189 -f failed to do the job on Suns.
10190
101911996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10192
10193 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10194
10195 * configure.in (linux/version.h): Check for this header.
10196
101971996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10198
10199 * configure.in: Remove -fno-builtin hackery from -lm check.
10200
102011996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10202
10203 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10204 just this test.
10205
10206 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10207
102081996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10209
10210 * configure.in: Check for ncurses.
10211
102121996-02-28 Paul Eggert <eggert@twinsun.com>
10213
10214 * configure.in (LOCALTIME_CACHE):
10215 Also define if localtime mishandles unsetting TZ.
10216 This works around a localtime bug in mips-dec-ultrix.
10217
102181996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10219
10220 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10221
10222 * configure.in: Improve messages about X versions.
10223
102241996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10225
10226 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10227
102281996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10229
10230 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10231 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10232
10233 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10234 (install): Put install-arch-indep before install-arch-dep.
10235
102361996-02-20 Dave Love <d.love@dl.ac.uk>
10237
10238 * INSTALL: Clarify info about MS-DOS path handling.
10239
102401996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10241
10242 * Makefile.in (install-arch-indep): Install info/ccmode*.
10243 In previous change, protect against /bin/pwd returning null string.
10244
102451996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10246
10247 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
10248 to lispdir.
10249
102501996-02-01 Paul Eggert <eggert@twinsun.com>
10251
10252 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
10253
102541996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10255
10256 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
10257
102581996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10259
10260 * Makefile.in (extraclean): Use ${top_distclean} to ensure
10261 we delete everything distclean deletes.
10262
102631996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
10264
10265 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
10266
102671996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10268
10269 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
10270 into LDFLAGS instead of into LIBS.
10271
102721996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10273
10274 * configure.in (HAVE_XMU): Fix typo in previous change.
10275
102761996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10277
10278 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
10279
102801996-01-10 Erik Naggum <erik@naggum.no>
10281
10282 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
10283
102841996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
10285
10286 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
10287
102881996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10289
10290 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
10291 and use -lXt to link it.
10292
102931996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10294
10295 * configure.in (locallisppath): Put version-specific dir first.
10296
102971996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10298
10299 * configure.in (hppa-*-nextstep*): New alternative.
10300 (USE_X_TOOLKIT): By default, set this to "maybe";
10301 and change that later to LUCID or "no" according to X11 version.
10302
10303 * make-dist: Recompile outdated .elc files and update all autoloads.
10304
103051996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10306
10307 * configure.in (locallisppath): Fix typo in last change: " -> '.
10308
103091996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10310
10311 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
10312
103131995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10314
10315 * Makefile.in (install-arch-indep): Give all files read permission.
10316
103171995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10318
10319 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
10320 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
10321
103221995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10323
10324 * configure.in: Determine HAVE_X11R6.
90eacf99 10325 (HAVE_MENUS): Rename from HAVE_X_MENU.
067d23c9
KY
10326
103271995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10328
10329 * configure.in: Just "solaris" now defaults to version 2.4.
10330 Add sunos4.1.n-noshare as alternative.
10331
103321995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10333
10334 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
10335
103361995-11-29 Erik Naggum <erik@naggum.no>
10337
10338 * Makefile.in (install-arch-indep): Add missing backslash.
10339
103401995-11-29 Karl Eichwalder <ke@ke.Central.DE>
10341
10342 * Makefile.in (install-arch-indep): Don't install
10343 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
10344
103451995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10346
10347 * Makefile.in (install-arch-indep): Fix previous change.
10348
10349 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
10350
103511995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10352
10353 * Version 19.30 released.
10354
10355 * make-dist (lisp): Exclude subdirs.el.
10356
103571995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10358
10359 * make-dist (etc): Delete *.orig and *.rej.
10360
103611995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10362
10363 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
10364
103651995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10366
10367 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
10368
103691995-11-14 Geoff Voelker <voelker@cs.washington.edu>
10370
10371 * make-dist (nt): Rename install, readme, and todo to
10372 INSTALL, README, and TODO.
10373
103741995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10375
10376 * make-dist (lisp): Don't distribute site-start.
10377
103781995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
10379
10380 * make-dist: Break the hard link on alloca.c.
10381
103821995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10383
10384 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
10385
103861995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10387
10388 * make-dist (src, lib-src): Don't distribute Makefile.c.
10389 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
10390
103911995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10392
10393 * Makefile.in (mkdir): Create man1dir, not mandir.
10394 (uninstall): Use man1dir, not mandir.
10395
103961995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10397
10398 * Makefile.in (man1dir): New variable.
10399 (install-arch-indep): Use man1dir.
10400
10401 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
10402
10403 * make-dist: Create lisp/MANIFEST.
10404
104051995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10406
10407 * configure.in (m68k-*-linux*): New alternative.
10408
104091995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10410
10411 * make-dist: Use new names config.in, paths.in, and
10412 {src,lib-src}/Makefile.in.
10413
104141995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10415
10416 * configure.in: Don't bother checking for drem.
10417
104181995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10419
10420 * Makefile.in (distclean): Delete line with just a tab in it.
10421 (install-arch-indep): Delete spaces that precede tabs.
10422 Delete spurious `fi' left from previous change.
10423 (install): Supply `true' as command, to avoid null command.
10424
104251995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10426
10427 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
10428
104291995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10430
ed9265fc 10431 * configure.in (powerpc-*-solaris2): New alternative.
067d23c9
KY
10432
104331995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
10434
10435 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
10436 of paths.h.tmp$$, to avoid going beyond 14 characters.
10437
104381995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10439
10440 * configure.in: Improve error msg for invalid --with-x-toolkit value.
10441
104421995-09-06 Paul Eggert <eggert@twinsun.com>
10443
10444 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
10445 if localtime caches TZ. Check for tzset.
10446
104471995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10448
10449 * config.bat: Simplify using new names file names src/makefile.in,
10450 config.in, paths.in. Change Echo commands not to use `.
10451
104521995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10453
10454 * Makefile.in (install-arch-indep): Always install the new dir file;
10455 rename the previous dir file to dir.bak or dir.old.
10456
104571995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10458
10459 * configure.in (RANLIB): Substitute this into makefiles.
10460 Set it specially on solaris; set it by default on other systems.
10461
10462 * configure.in: Fix previous Alpha change.
10463
104641995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10465
10466 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
10467 NON_GCC_TEST_OPTIONS.
10468
104691995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10470
10471 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
10472 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
10473
10474 * configure.in (alpha-*-linux*): New configuration.
10475
104761995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10477
10478 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
10479 (m68k-next-nextstep*): New alias for that.
10480 (i*86-*-nextstep*): Use nextstep.h.
10481 (sparc-*-nextstep*): New configuration.
10482
104831995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10484
10485 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
10486 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
10487
104881995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10489
10490 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
10491 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
10492
104931995-07-18 Mike Long <mike.long@analog.com>
10494
10495 * make-dist: Fix update of finder-inf.el, and byte-compile it.
10496
104971995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10498
10499 * Makefile.in (src/paths.h, paths-force):
10500 Rename src/paths.h.in to src/paths.in.
10501 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
10502
10503 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
10504 Use Makefile.c for intermediate file.
10505 Rename src/config.h.in to src/config.in.
10506
105071995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
10508
10509 * configure.in (mips-dec-ultrix*): Assume version 4.3.
10510 (mips-dec-ultrix4.[12]): New alternative for old versions.
10511
105121995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10513
10514 * make-dist: Don't break intra-tree links.
10515
105161995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10517
90eacf99
SM
10518 * configure.in: Put back archlibdir initialization.
10519 Require autoconf 2.4.1 or later.
067d23c9
KY
10520
105211995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10522
10523 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10524 (mips-mips-riscos5*): New alternative.
10525
105261995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10527
10528 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10529
105301995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10531
10532 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10533 (mandir, infodir, archlibdir): Initializations deleted.
10534
10535 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10536 On hpux9shr, use hpux9shxr4.h.
10537
105381995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10539
10540 * configure.in: Added target mips-dec-mach_bsd4.3.
10541 * config.guess: Guess mips-dec-mach_bsd4.3.
10542
105431995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10544
10545 * Makefile.in (mkdir): Use symbolic chmod.
10546
105471995-06-22 Paul Eggert <eggert@twinsun.com>
10548
10549 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10550 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10551
105521995-06-22 Paul Eggert <eggert@twinsun.com>
10553
10554 * Makefile.in (SUBDIR_MAKEFILES):
10555 Add man/Makefile, so `make distclean' removes it.
10556 (top_distclean): Add config.log to the list of files to be removed.
10557
105581995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10559
10560 * Version 19.29 released.
10561
105621995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10563
10564 * configure.in: Fix the previous change to verify that the -b
10565 option really solves the problem.
10566
10567 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10568
105691995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10570
10571 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10572
105731995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10574
10575 * configure.in: Report more clearly when there is no special
10576 dir to search for X includes or libraries.
10577
105781995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10579
10580 * configure.in: Check for -lpthreads, not -lpthread.
10581
105821995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10583
10584 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10585
105861995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10587
10588 * configure.in: Check for -lpthread.
10589
105901995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10591
10592 * Makefile.in (install-arch-indep): Install info files for mh-e.
10593 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10594
105951995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10596
10597 * configure.in (*-solaris2.5): New configuration.
10598
10599 * make-dist: Copy new files config.nt and config.w95.
10600
106011995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10602
10603 * configure.in: Use x_includes, not x_libraries, for -I.
10604 Make bitmapdir a colon-separated list.
10605
106061995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10607
10608 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10609
10610 * configure.in: Allow x_libraries and x_includes to be paths.
10611
106121995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10613
10614 * configure.in: Fix typo.
10615
106161995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10617
10618 * INSTALL: Clarify use of site-init.el.
10619
106201995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10621
10622 * configure.in: Pass arg to sqrt.
10623
106241995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10625
10626 * make-dist: Fix May 6 change.
10627
106281995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10629
10630 * vpath.sed: Delete reference to ymakefile.
10631
106321995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10633
10634 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10635
106361995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10637
10638 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10639
10640 * update-subdirs: Specify /bin/sh to run the script.
10641
106421995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10643
10644 * make-dist: Put src/makefile.nt in dist.
10645
10646 * configure.in (i[345]86-*-bsdi2*): New configuration.
90eacf99 10647 (vax-dec-bsd386*): Delete.
067d23c9
KY
10648
106491995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10650
10651 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10652 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10653 Use fmod instead of logb in -lm check.
10654
106551995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10656
90eacf99 10657 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
067d23c9
KY
10658 Use bsd4-3. Don't set NON_GNU_CPP.
10659
10660 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10661 In nt, copy various different things, but not *.cmd.
10662 Fix the ln commands for the subdirs of nt.
10663
106641995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10665
10666 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10667
106681995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10669
10670 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10671 since that's what the header file expects.
10672
106731995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10674
10675 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10676 and 68040 based machines when choosing options for gnucc.
10677
106781995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10679
10680 * Makefile.in (top_distclean): Delete config.cache.
10681
106821995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10683
10684 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10685
10686 * configure.in: Use m/ncr386.h.
10687
106881995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10689
10690 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10691
106921995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10693
10694 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10695 (man): Don't copy texindex.c and getopt.c; they're deleted.
10696 (etc): Omit `e'; it's a subdirectory.
10697 (etc/e): Use `../..', not `..', to reference top level.
10698
106991995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10700
10701 * Makefile.in (install-arch-indep, dist):
10702 Look for `update-subdir' in $(srcdir).
10703
107041995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10705
10706 * make-dist: Include mkinstalldirs in distribution.
10707
107081995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10709
10710 * make-dist: Add missing close backquote.
10711
107121995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10713
10714 * make-dist: Don't distribute shortnames directory.
10715
107161995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10717
10718 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10719
107201995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10721
10722 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10723
107241995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10725
10726 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
10727
107281995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10729
10730 * configure.in (mips-sgi-irix6): New configuration.
10731
107321995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10733
90eacf99 10734 * Makefile.in (maintainer-clean): Rename from realclean.
067d23c9
KY
10735
107361995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10737
10738 * configure.in: Create a .gdbinit that sources the real one,
10739 if using a different build directory.
10740
107411995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10742
10743 * configure.in: Check for sys/select.h.
10744
107451995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10746
10747 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
10748
107491994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10750
10751 * configure.in: Handle isc 4.1 operating system.
10752
107531994-12-10 Richard Stallman <rms@kepa>
10754
10755 * configure.in (rs6000-ibm-aix4.1*): New alternative.
10756 (rs6000-ibm-aix4*): New alternative.
10757
107581994-12-06 Richard Stallman <rms@kepa>
10759
10760 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10761
107621994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10763
10764 * configure.in: Don't try to make directories that are guaranteed
10765 to already exist.
10766
107671994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10768
10769 * configure.in: Generate man/Makefile from man/Makefile.in.
10770 Create the man subdir.
10771
10772 * Makefile.in (dvi): Run Make in our man subdir.
10773
10774 * make-dist: Create subdir etc/e.
10775 Make links to it.
10776 Put man/Makefile.in in dist, instead of man/Makefile.
10777
107781994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10779
10780 * configure.in: Add --with-pop, --with-kerberos, and
10781 --with-hesiod for movemail.
10782
107831994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10784
10785 * configure.in (m68*-apollo*): Use s/domain.h.
10786
107871994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10788
10789 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10790
107911994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10792
10793 * configure.in: Don't add -I, -L, -R options for cc if their
10794 arguments would be empty.
10795
107961994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10797
10798 * configure.in (i860-intel-osf1*): New alternative.
10799 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
10800 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
10801
108021994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10803
10804 * configure.in: Make h_errno check not use nested functions.
10805
108061994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10807
10808 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
10809
108101994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10811
10812 * Makefile.in (install-arch-indep): Avoid continued comment
10813 swallowing target line.
10814
108151994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
10816
10817 * configure.in: Protect a character class with `changequote'.
10818
108191994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10820
10821 * configure.in: Accept `news' as a synonym for `newsos'.
10822
108231994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10824
10825 * Makefile.in: Don't rm files if cd fails.
10826
108271994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10828
10829 * make-dist: Put nt subdir and its subdirs in the dist.
10830 (lib-src): Put makefile.nt in the dist.
10831 (lisp): Put makefile.nt in the dist.
10832
108331994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10834
10835 * configure.in: Change a stray `[' to `test'.
10836
108371994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10838
10839 * configure.in: Adapt for Autoconf v2. Use the standard argument
10840 parser, host type canonicalizer, X11 finder, and message
10841 printing macros. Use the new macro names. Use `test' instead of `['.
10842
108431994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10844
10845 * configure.in: Check for getpagesize.
10846
108471994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10848
10849 * make-dist (msdos): Put sed* in the distribution.
10850
108511994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
10852
10853 * config.bat: New option, `--with-x', for configuring Emacs
10854 for use with the X11 system DesqView/X.
10855 New option, `--no-debug', for compiling Emacs without debug
10856 information thus saving disk space.
10857 (src/config.h, src/paths.h): Use `update' (which is like
10858 `move-if-changed') to change the file.
10859 (src/config.h): When configuring for X11 perform extra changes.
10860 (src/makefile): When configuring for X11 perform extra changes.
10861 (lib-src): Remove temporary files.
10862 (): Check that `sed', `rm', `mv', and `gcc' are available.
10863
108641994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10865
10866 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
10867
10868 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
10869
108701994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10871
10872 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
10873
10874 * configure.in (canonical): Substitute var into makefiles.
10875 (bitmapdir): Likewise.
10876
10877 * Makefile.in (bitmapdir): New variable.
10878 (src/paths.h, paths-force): Edit PATH_BITMAPS.
10879
108801994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10881
10882 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
10883
10884 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
10885 * update-subdirs: New shell script.
10886
108871994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10888
10889 * Makefile.in (top_distclean): Don't rm build-install.
10890 (SOURCES): Delete build-install.in.
10891
10892 * make-dist: Don't distribute build-ins.in.
10893 * build-ins.in: File deleted.
10894
108951994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
10896
10897 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
10898
108991994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10900
10901 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
10902
90eacf99
SM
10903 * configure.in (libexecdir): Rename from libdir. New default.
10904 (sharedstatedir): Rename from statedir. New default.
067d23c9
KY
10905 (datadir): New default.
10906
10907 * make-dist: Don't distribute subdirs.el.
10908
109091994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10910
10911 * configure.in (eaccess): Check for it.
10912
109131994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10914
10915 * configure.in (mktime): Check for it.
10916
109171994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
10918
10919 * configure.in (motif): Add support for usage and option checking.
10920
109211994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10922
10923 * configure.in (utimes): Check for it.
10924
109251994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
10926
10927 * Makefile.in (install-arch-indep): Don't do mkdir here.
10928
109291994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10930
10931 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10932 riscix.h renamed to acorn.h.
10933
109341994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
10935
10936 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
10937 New configurations.
10938
109391994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10940
10941 * configure.in: Remove trailing slashes from srcdir.
10942
109431994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10944
090bd7cb 10945 * configure.in (i[345]86-sequent-ptx*): Handle.
067d23c9
KY
10946
109471994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10948
ed9265fc 10949 * Makefile.in (paths-force): Depend on src/paths.h.
067d23c9
KY
10950
109511994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10952
10953 * configure.in (config_options): Save all arguments, not just some.
10954
109551994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10956
090bd7cb 10957 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
067d23c9
KY
10958
10959 * configure.in: Add AC_AIX.
10960 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
10961
109621994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10963
10964 * configure.in (parsing options): Simplify sed command to delete -'s.
10965
109661994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
10967
10968 * configure.in (config_options): New shell variable.
10969 Pass its value to C code in EMACS_CONFIG_OPTIONS.
10970
109711994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10972
10973 * configure.in (alpha-dec-osf*): New target.
10974
10975 * Makefile.in: Use just one FRC target.
10976
109771994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10978
10979 * Makefile.in (removenullpaths, paths-force):
10980 Use name paths.h.tmp$$, which depends on the pid.
10981
109821994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10983
10984 * Makefile.in (removenullpaths, paths-force):
10985 Put paths.h.tmp in top-level dir, not in src.
10986
109871994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10988
10989 * Version 19.27 released.
10990
109911994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10992
10993 * Version 19.26 released.
10994
109951994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10996
10997 * configure.in: Check for lrand48, not rand48.
10998
109991994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11000
11001 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11002 (powerpc-ibm-aix*): New aliases.
11003
110041994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11005
11006 * make-dist (src/m, src/s): Put *.inp in distribution.
11007
110081994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11009
11010 * configure.in: Accept i586 and i486 along with i386.
11011
110121994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11013
11014 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11015 even if CPP env var was set by the user.
11016
11017 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11018
110191994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11020
11021 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11022
110231994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11024
11025 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11026
110271994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11028
11029 * configure.in: Check more specifically for i*86-sun-sunos.
11030
110311994-08-03 Caveh Jalali (caveh@eng.sun.com)
11032
11033 * configure.in: Handle solaris 2.4.
11034
110351994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11036
11037 * configure.in (rand48): Check for it.
11038
110391994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11040
11041 * make-dist: Update the info files.
11042
110431994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11044
11045 * configure.in: Make "checking..." messages' style consistent.
11046 (HAVE_H_ERRNO): New test.
11047
110481994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11049
11050 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11051
110521994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11053
11054 * configure.in (CFLAGS): If the envvar was specified, use that.
11055 And set REAL_CFLAGS from it too.
11056
110571994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11058
11059 * make-dist: Update finder-inf.el.
11060
110611994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11062
11063 * make-dist (msdos): Include sed4.inp in dist.
11064
11065 * Makefile.in (libsrc_libs): Var deleted.
11066
110671994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11068
11069 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11070
110711994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11072
11073 * configure.in (mips-sony-newsos4*): New alias.
11074
110751994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11076
11077 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11078 (*-convex-convexos*): Accept this as alias.
11079
110801994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11081
11082 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11083 for two different uses.
11084
110851994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11086
11087 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11088
110891994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11090
11091 * make-dist: Put ./BUGS into the distrib.
11092
110931994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11094
11095 * configure.in: Handle 386 running Solaris 2.
11096
110971994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11098
11099 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11100
111011994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11102
11103 * configure.in (mips-sony-newsos*): Use news-risc.h.
11104
11105 * configure.in: Accept bsdi as opsys, like bsd386.
11106
111071994-06-01 Morten Welinder (terra@diku.dk)
11108
11109 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11110
111111994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11112
11113 * Version 19.25 released.
11114
11115 * make-dist (shortversion): Don't assume another period follows.
11116
111171994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11118
11119 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11120 (uninstall): Use /bin/pwd.
11121
11122 * Makefile.in (blessmail): Depend on src.
11123 (all): Don't depend on blessmail.
11124
11125 * Makefile.in (src/paths.h): Don't force recomputation.
11126 (paths-force): New target; force recomputation of paths.h.
11127 (all): Depend on paths-force.
11128 (src, lib-src): Depend on src/paths.h.
11129
11130 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11131 NON_GCC_TEST_OPTIONS.
11132
111331994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11134
11135 * configure.in: Don't insist on subversions for irix.
11136
111371994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11138
11139 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11140
11141 * configure.in (i[34]86-next-*): New alternative.
11142
111431994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11144
11145 * Version 19.24 released.
11146
11147 * configure.in: New config hppa*-hp-hpux9shr*.
11148
111491994-05-22 Morten Welinder (terra@tyr.diku.dk)
11150
11151 * config.bat: Doc fix.
11152
111531994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11154
11155 * Makefile.in (mostlyclean, clean, distclean, realclean)
11156 (extraclean): Don't act on man subdir if it doesn't exist.
11157
111581994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11159
11160 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11161 Use them to set up CC.
11162 (*-sun-sunos4.1.3): Set them.
11163
111641994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11165
11166 * Makefile.in (lib-src): Don't depend on src/paths.h.
11167
111681994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11169
11170 * build-ins.in (copydests): Get rid of spurious `-'s.
11171
11172 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11173
111741994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11175
11176 * Version 19.23 released.
11177
11178 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11179 for the Xlib and Xt checks; then restore old CFLAGS.
11180
111811994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11182
11183 * configure.in (HAVE_X11XTR6): Add newline before #if.
11184 Add newline after #endif.
11185
111861994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11187
11188 * configure.in (HAVE_X11XTR6): Arrange to define it.
11189
111901994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11191
11192 * Makefile.in (install): Depend on blessmail.
11193
111941994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11195
11196 * configure.in (mips-siemens-sysv*): Put quotes around value
11197 containing blanks.
11198
111991994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11200
11201 * Makefile.in (TAGS): Use the makefile in src subdir.
11202
112031994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11204
11205 * configure.in (opsys): Recognize `gnu'.
11206
112071994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11208
11209 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11210
112111994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11212
11213 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11214 version > 1.8.
11215
112161994-05-08 Morten Welinder (terra@diku.dk)
11217
11218 * config.bat: Forcibly remove "# " style comments from makefiles.
11219
112201994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11221
11222 * Makefile.in (uninstall): When processing lispdir and etcdir,
11223 do nothing unless it exists and is a directory.
11224
112251994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11226
11227 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11228 Merge code in from install-doc.
11229 (install-doc): Merge code back into install-arch-indep.
11230 (install-arch-dep): Don't depend on install-doc.
11231
11232 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11233
112341994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11235
11236 * configure.in (making src/Makefile and lib-src/Makefile):
11237 Split off the autoconf substitutions and don't pass them thru cpp.
11238 (undefs): Use $canonical as well as $configuration.
11239
11240 * make-dist: Distribute lisp/Makefile.
11241
11242 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11243 Use lower case names for the s files.
11244
112451994-05-03 Morten Welinder (terra@diku.dk)
11246
11247 * config.bat: Added possibility for different file name
11248 transcriptions in lib-src.
11249
112501994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11251
11252 * Makefile.in (lib-src): Undo previous change.
11253 (blessmail): New target to run maybe-blessmail in lib-src.
11254 (all): Depend on blessmail.
11255
11256 * Makefile.in (lib-src): Depend on src.
11257
112581994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
11259
11260 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
11261 (m88k-dg-dgux5.4R2): dgux5.4R2.
11262
112631994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11264
11265 * configure.in (window_system): Restore accidentally deleted code
11266 that uses AC_FIND_X.
11267
11268 * make-dist: Distribute config.bat.
11269
112701994-04-29 Morten Welinder (terra@diku.dk)
11271
11272 * config.bat: Corrected the configuration of lib-src
11273 to keep up with configure. Add note about dos version 3
11274 or better needed (djgpp needs that). Add note explaining
11275 that either install in c:/emacs or edit the script.
11276 Don't change to c:/emacs, but assume we're there (to minimize
11277 the number of places to change).
11278
11279 * config.bat: Build-in the first step towards X11 support with
11280 the X11 emulator that exists. At this time it won't work,
11281 and several files are missing.
11282
112831994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11284
11285 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
11286 Don't look for -lresolv.
11287
11288 * Makefile.in (lib-src): Depend on src/paths.h.
11289
112901994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11291
11292 * configure.in: Restore deleted AC_SUBST of `configuration'.
11293 Improve error message for bad --with-x-toolkit value.
11294
11295 * configure.in: Define CONFIGURATION in src/config.h
11296 rather than substituting in src/Makefile.in.
11297
112981994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11299
11300 * Makefile.in (install-doc): New target.
11301 (install-arch-dep): Depend on install-doc.
11302 (mkdir): Create docdir.
11303
113041994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11305
11306 * configure.in: Test for libresolv.a.
11307 Substitute machfile and opsysfile.
11308
113091994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11310
11311 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
11312 (install-arch-dep): Install under the name $(EMACS).
11313
113141994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11315
11316 * configure.in (version): Use entire value of emacs-version.
11317 (mips-siemens-sysv*): New alternative.
11318
113191994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11320
11321 * Makefile.in (install-arch-indep): Don't install dired-x*.
11322
113231994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11324
11325 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
11326 Fix definition of $undefs.
11327
113281994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11329
11330 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
11331
11332 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
11333
113341994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11335
11336 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
11337
113381994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11339
11340 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
11341 and run it thru cpp, as with src/Makefile.in.
11342
11343 * configure.in: Use AC_SET_MAKE.
11344
113451994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11346
11347 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
11348
113491994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11350
11351 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
11352
11353 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
11354 (printing the choices): Make the toolkit message unconditional.
11355 (USE_X_TOOLKIT): Use `none', not `no', if none.
11356 (include libsrc_libs): Include config.h, and specify -I for srcdir.
11357 Get rid of temp file foofoo1.
11358
113591994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11360
11361 * configure.in (CFLAGS): Use shell syntax, not Makefile.
11362
113631994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11364
11365 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
11366 (printing the choices): State choice of toolkit.
11367 (libsrc_libs): Recalculate after writing config.h;
11368 then update lib-src/Makefile.
11369
113701994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11371
11372 * configure.in: Add sunos4shr as alternative for suns.
11373 Conditionals testing for null $CC were backwards.
11374
113751994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11376
11377 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
11378
113791994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11380
11381 * configure.in: Handle -isc4.0*.
11382
113831994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11384
11385 * configure.in (esix5): Set NON_GNU_CPP.
11386
113871994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
11388
11389 * Makefile.in (thisdir): Nonsensical variable removed.
11390 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
11391 back to $thisdir, rather than the directory `this_dir'.
11392
113931994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11394
11395 * Makefile.in (install-arch-indep): Add missing backslash after a
11396 `then'.
11397
113981994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11399
11400 * Makefile.in (thisdir): New variable.
11401 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
11402
114031994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11404
11405 * configure.in: Add freebsd.
11406
114071994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11408
11409 * configure.in: Check for fpathconf.
11410
114111994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11412
11413 * configure.in (with_x_toolkit): Fix typo in previous change.
11414
114151994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11416
11417 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
11418
114191994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11420
11421 * configure.in (with_x_toolkit): Don't allow motif or open-look.
11422
114231994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11424
11425 * configure.in: Fix value of docdir.
11426 * Makefile.in (install-arch-indep): Install DOC* in docdir.
11427
114281994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11429
11430 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
11431
114321994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
11433
11434 * configure.in: New variable docdir to control where the docstring
11435 file goes.
11436 Makefile.in: Use it to initialize PATH_DOC in paths.h.
11437
114381994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11439
11440 * configure.in: When --run-in-place, don't inherit archlibdir.
11441
114421994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11443
11444 * Makefile.in (install-arch-dep, install-arch-indep):
11445 New targets split up former do-install rule.
11446 (do-install): Target deleted.
11447
114481994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11449
11450 * configure.in (mips-sony-newsos*): New configuration.
11451
114521994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
11453
90eacf99 11454 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
067d23c9
KY
11455
114561994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11457
11458 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
11459
114601994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11461
11462 * configure.in: Don't initialize CC.
11463
114641994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11465
11466 * configure.in (creating src/Makefile): Also generate -U switches
11467 for symbols in the $configuration value.
11468
11469 * configure.in: Check for sys_siglist being declared in system header.
11470
114711994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11472
11473 * configure.in (creating src/Makefile): Delete blank lines
11474 along with lines of whitespace.
11475 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
11476
114771994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11478
11479 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
11480 like C_SWITCH_SYSTEM.
11481 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
11482
114831994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11484
11485 * configure.in (drem): Check for this function.
11486
114871994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11488
11489 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
11490 If CPP was inherited from environment, don't use NON_GNU_CPP.
11491 (NON_GNU_CC): Likewise.
11492 (handling with_gcc): Use explicit if in the `no' case.
11493 (cc_specified): New variable; if set, don't use NON_GNU_CC.
11494
114951994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11496
11497 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
11498
114991994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11500
11501 * configure.in: Check whether fmod exists.
11502
115031994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11504
11505 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
11506 {src,lisp}/OChangeLog.
11507
115081994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11509
11510 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
11511 necessary for proper operation. This code works with the current
11512 released version of Autoconf.
11513
115141994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11515
11516 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
11517 (USE_X_TOOLKIT): Define it for all values except `no'.
11518
11519 * configure.in: Undo first Jan 8 change and Jan 16 change.
11520
115211994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11522
11523 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11524 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11525
11526 * Makefile.in (lwlib/Makefile): New target.
11527 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11528 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11529 (unlock, relock): Handle lwlib subdir.
11530
11531 * Makefile.in: Add some .PHONY targets.
11532
11533 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11534
11535 * lwlib: New subdirectory.
11536
115371994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11538
11539 * configure.in: If CPP has a value that is a directory,
11540 discard the value.
11541
115421994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11543
11544 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11545 remove -U[0-9]*.
11546
115471994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11548
11549 * Makefile.in (do-install): Install the dired-x info files.
11550
11551 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11552 (See src/s/sol2.h.)
11553
115541994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11555
11556 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11557
115581994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11559
11560 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 11561 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
11562 gratuitously break this and not make a change log entry.
11563 Optimized sed processing of Makefile.in and cpp output; now
11564 preserves comments previously removed from the cpp input.
11565 Eliminated temp file for cpp output. Generate -U switches to
11566 undefine all identifiers that appear in the directory name
11567 ${srcdir}; pass these to cpp.
11568
11569 * configure.in (version): Fix sed regexp to match two-elt version
11570 number.
11571
11572 * configure.in: Check for strerror.
11573
115741994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11575
11576 * configure.in: Test for bcmp.
11577
115781994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11579
11580 * make-dist (tempdir): Put subdir msdos into the distribution.
11581
115821993-01-07 Morten Welinder (terra@diku.dk)
11583
11584 * config.bat: New file.
11585
115861994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11587
11588 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11589
115901994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11591
11592 * configure.in (m68*-next-*): Don't care about which os is specified.
11593 (i[34]86-*-*): Check for *-nextstop*.
11594
115951993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11596
11597 * configure.in: Check for setsid.
11598
115991993-12-17 Richard Stallman (rms@srarc2)
11600
11601 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11602
116031993-12-15 Richard Stallman (rms@srarc2)
11604
11605 * Makefile.in (mkdir): Make only the lockdir writable.
11606
90eacf99 11607 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
067d23c9
KY
11608
116091993-12-11 Richard Stallman (rms@srarc2)
11610
11611 * Makefile.in (libdir): Use @libdir@.
11612
116131993-12-08 Richard Stallman (rms@srarc2)
11614
11615 * Makefile.in (install): Add empty command.
11616
116171993-12-04 Richard Stallman (rms@srarc2)
11618
11619 * make-dist: Put man/getopt.c in the dist.
11620
11621 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11622
11623 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11624
116251993-12-03 Richard Stallman (rms@srarc2)
11626
11627 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11628 Set it for all solaris versions.
11629 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11630 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11631 Likewise for NON_GNU_CC and CC.
11632
116331993-12-01 Richard Stallman (rms@srarc2)
11634
11635 * configure.in (mips-mips-riscos4*): Assign variable CC.
11636 (checking ${with_gcc}): If "no", don't override CC if already set.
11637 (CC): Initialize it as empty.
11638
116391993-11-30 Richard Stallman (rms@srarc2)
11640
11641 * configure.in (Suns): Set CPP if *-solaris2.3*.
11642
116431993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11644
11645 * Version 19.22 released.
11646
11647 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11648
116491993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11650
11651 * make-dist: When breaking links, use cp -p.
11652 Copy install.sh into distribution.
11653 Move the temp dir up into the parent dir;
11654 don't leave the staging dir make-dist.tmp... in existence.
11655 * install.sh: New file.
11656
116571993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11658
11659 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11660
116611993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11662
11663 * configure.in (version): When --run-in-place, exclude
11664 ${datadir}/emacs/site-lisp from locallisppath.
11665
116661993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11667
11668 * configure.in: Delete jumk.c before writing it.
11669
116701993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11671
11672 * Version 19.21 released.
11673
11674 * Makefile.in (mkdir): Ignore error from chmod.
11675
116761993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11677
11678 * make-dist: Don't put lisp/forms.README in the distribution.
11679
116801993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11681
11682 * configure.in (creating src/Makefile): Before running cpp,
11683 discard all lines that start with `# Generated' or /**/#.
11684
116851993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11686
11687 * Version 19.20 released.
11688
11689 * make-dist: Use build-ins.in, not build-install.in.
11690 Don't bother updating TAGS since it's not included.
11691
11692 * build-ins.in: Renamed from build-install.in.
11693
116941993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11695
11696 * make-dist: Don't try to link *.texinfo--there are none now.
11697 When running make in lib-src, specify YACC var value.
11698
116991993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11700
11701 * configure.in (extrasub): Add vpath patterns for %.[yls].
11702
11703 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11704 Instead just include the commands to make src/Makefile as the
11705 second arg to AC_OUTPUT.
11706
11707 * configure.in: Use : instead of dnl for comment inside
11708 $makefile_command.
11709
11710 * configure.in: No longer use vpath_sed. Instead, when we notice
11711 srcdir already configured, set extrasub to hack vpath in the
11712 makefiles.
11713
11714 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11715 before moving it.
11716 * Makefile.in (VPATH): Define to @srcdir@.
11717
117181993-09-28 Brian J. Fox (bfox@cubit)
11719
11720 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
90eacf99
SM
11721 doesn't exist. Just copy src/Makefile.in instead.
11722 Touch all of the Makefiles after editing config.status.
067d23c9
KY
11723
11724 * INSTALL: Update documentation to match new configuration
11725 mechanism.
11726
117271993-09-27 Brian J. Fox (bfox@ai.mit.edu)
11728
11729 * configure.in: Allow any of the path or directory Makefile
11730 variables to be set with flags to configure. Create all Makefiles
11731 at configure time. Edit special commands into config.status after
11732 src/Makefile.in is built from src/Makefile.
11733
11734 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
11735 If these files are out of date, simply have config.status
11736 rebuild them; don't rebuild them explicitly.
11737
117381993-09-25 Brian J. Fox (bfox@ai.mit.edu)
11739
11740 * build-install.in: Change src/xemacs to src/emacs. We no longer
11741 create src/xemacs, so the file wouldn't be found.
11742
11743 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
11744
117451993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11746
11747 * configure.in: Avoid forcing the search of /usr/include before
11748 fixed include files by resetting C_SWITCH_X_SITE if it is
11749 "-I/usr/include".
11750
117511993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11752
11753 * Makefile.in (@rip_paths@locallisppath):
11754 Delete ${datadir}/emacs/site-lisp.
11755
117561993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11757
11758 * configure.in:
11759 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11760 Remove ${extra_output} from AC_OUTPUT call.
11761
117621993-09-17 Brian J. Fox (bfox@inferno)
11763
11764 * make-dist: Quote backquotes found in strings to be echoed.
11765
11766 * configure.in: Use "sh -c pwd" when we want to avoid having the
11767 shell fix up the value of $PWD.
11768
117691993-09-13 Brian J. Fox (bfox@inferno)
11770
11771 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11772 of the installation fail. Suggested by Karl Berry.
11773
117741993-08-30 Brian J. Fox (bfox@inferno)
11775
11776 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11777 was used. Set MAKEFLAGS from MFLAGS.
11778
117791993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11780
11781 * configure.in: Test for res_init in libc.
11782
117831993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11784
11785 * configure.in: In the file ${tempcname}, use configure___
11786 instead of @configure@.
11787
117881993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11789
ed9265fc 11790 * make-dist: Dist vpath.sed.
067d23c9
KY
11791
11792 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11793 Depend on vpath.sed.
6e81c819 11794 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
11795
11796 * configure.in: Substitute variable `vpath_sed'.
11797 If not in $srcdir and $srcdir is configured,
11798 issue warning that GNU make is required,
11799 and set vpath_sed to use vpath.sed script.
11800
118011993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11802
90eacf99
SM
11803 * configure.in: Remove check for $srcdir being configured.
11804 This pretty much works now.
067d23c9
KY
11805 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
11806 Check for XFree86 (/usr/X386/include) independent of whether
11807 -lXbsd exists.
11808
11809 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
11810 realclean, unlock, relock): Use `$(MAKE)' in place of plain
11811 `make'.
11812
118131993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11814
11815 * Version 19.19 released.
11816
11817 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
11818
118191993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11820
11821 * configure.in: Check for XScreenNumberOfScreen.
11822
118231993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11824
11825 * configure.in: Add * to end of all configuration alternatives.
11826 (m68*-sony-newsos3*): New alternative.
11827
118281993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11829
11830 * make-dist: Include getdate.c in distribution.
11831
11832 * configure.in: For --help, use $PAGER if it is set.
11833 (LIB_X11_LIB): Default to -lX11.
11834 (mips-sgi-irix5.*): New alternative.
11835
11836 * Makefile.in (do-install): Install info/gnus* and info/sc*.
11837
11838 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
11839 Recognize *.B8.* as hpux version 8.
11840 (m68*-tektronix-bsd*): Fix typo in tek4300.
11841 (AC_HAVE_FUNCS): Add ftime.
11842
118431993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11844
90eacf99 11845 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
067d23c9
KY
11846 Use tekxd88, not tekXD88.
11847
118481993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11849
11850 * configure.in: Check for -lm. Then can check for frexp and logb.
11851
118521993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11853
11854 * Version 19.18 released.
11855
11856 * make-dist (src): Don't put gnu-hp300 in dist.
11857 (src, lisp): Include OChangeLog in dist.
11858
118591993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11860
11861 * configure.in: Test for presence of logb and frexp functions.
11862
118631993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11864
11865 * configure.in (machine): Add i370-ibm-aix*.
11866
118671993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11868
11869 * configure.in (function checks): Test for mkdir and rmdir.
11870
11871 * configure.in (function checks): Don't test for random and bcopy
11872 only when we're building with X; look for them all the time.
11873
118741993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11875
11876 * configure.in: Test for availability of bcopy functions, searching
11877 the X libraries if we're using X.
11878
11879 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
11880 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
11881 versions of AIX, and needs to be passed to the loader.
11882
11883 * configure.in: Test for the availability of the
11884 XScreenResourceString function.
11885
118861993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
11887
11888 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
11889 LD_SWITCH_X_SITE and assume --with-x11.
11890 Only look for X11 files if we weren't told about a window system
11891 or if we were told to use X11 but not told where.
11892 Search the libraries from the s and/or m files when checking for
11893 functions.
11894
11895 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
11896
118971993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11898
11899 * make-dist: Include lisp/dired.todo in the distribution.
11900
119011993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11902
11903 * configure.in: Add code to set HAVE_INET_SOCKETS.
11904
119051993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11906
11907 * configure.in: If we do find x_includes and x_libraries
11908 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
11909
119101993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11911
11912 * make-dist: Include src/gnu-hp300 in the dist.
11913
11914 * configure.in (canonical): New variable holds the canonicalized
11915 configuration. Don't alter `configuration'. Use `configuration'
11916 for Makefile.in for file naming.
11917 (testing x_includes and x_libraries): Use =, not ==.
11918
119191993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11920
11921 * Version 19.17 released.
11922
11923 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
11924 directory's makefile. This allows the invocation of CPP which
11925 builds xmakefile to receive these switches. The SunSoft C
11926 preprocessor inserts spaces between tokens if it doesn't get the
11927 -Xs flag requested in src/s/sol2.h.
11928
119291993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
11930
11931 * configure.in (m68k-bull-sysv3): New config.
11932
119331993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11934
11935 * configure.in: Use the autoconf AC_FIND_X macro to try to find
11936 the X Windows libraries.
11937
119381993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11939
11940 * make-dist (tempdir): Don't create lisp/forms-mode directory in
11941 the distribution. Those files aren't kept in their own
11942 subdirectory any more.
11943
119441993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11945
11946 * Version 19.16 released.
11947
119481993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11949
11950 * configure.in: Add --verbose flag.
11951
119521993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11953
11954 * version 19.15 released.
11955
119561993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
11957
11958 * Makefile.in (top_distclean): Use -f switch when cleaning out
11959 lock dir; it might be empty.
11960
11961 * configure.in: Only check for -lXbsd once.
11962
119631993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11964
11965 * Version 19.14 released.
11966
119671993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11968
11969 * make-dist: If using gzip, create distribution with '.gz' extension.
11970
11971 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
11972 (lisp/forms-mode): This doesn't exist anymore.
11973
11974 * configure.in: Look for the closedir function.
11975
119761993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11977
11978 * configure.in (CPP): Autoconf sets this to a shell variable
11979 reference, which doesn't work when it's edited into a makefile.
11980 Expand that variable reference.
11981
11982 * Makefile.in (CPP): New variable.
11983 (src/Makefile): Edit CPP into src/Makefile.
11984
11985 * Makefile.in (src/Makefile): Don't bother exiting single quotes
11986 and entering double quotes to get the values of LD_SWITCH_X_SITE
11987 and the other make variables; make substitutes them in anyway.
11988
11989 * Makefile.in (uninstall): Don't remove the lisp and etc
11990 directories if they're in the source tree.
11991
11992 Bring mumbleclean targets into conformance with GNU coding standards.
11993 * Makefile.in (mostlyclean, clean): Separate these two; just have
11994 them pass the request to the subdirectory makefiles.
11995 (distclean): Pass the request down, and then get rid of the
11996 files configure built, and get rid of the Makefiles.
11997 (realclean): Pass the request down, and then do the same things
11998 distclean does.
11999 (uninstall, info, dvi): New targets.
12000
12001 * configure.in: Move clause for PC-compatible i386 box to the end
12002 of the case statement, to avoid masking configurations below.
12003
12004 * configure.in: Add case for m88k-motorola-sysv4.
12005
12006 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12007 the HP 68000 machines.
12008
12009 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12010 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12011 preprocessor won't fiddle with them.
12012
120131993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12014
12015 * Makefile.in (TAGS): cd to src to run etags.
12016
120171993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12018
12019 * configure.in (version): Check the X libraries for XrmSetDatabase
12020 and random, and see if we have -lXbsd.
12021
120221993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12023
12024 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12025 s/*.h and m/*.h files. Martin Tomes
12026 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12027
120281993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12029
12030 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12031 above the general i386 alternative.
12032
120331993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12034
12035 * configure.in: Recognize configuration name for Data General
12036 AViiON machines.
12037
12038 * configure.in: Use AC_LONG_FILE_NAMES.
12039
120401993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12041
12042 * configure.in: Test for bison.
12043 * Makefile.in (YACC): New variable.
12044 (lib-src/Makefile.in): Edit YACC into the makefile.
12045
120461993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12047
12048 * Version 19.13 released.
12049
12050 * configure.in (CFLAGS): Don't set this according to the value of
12051 the GCC shell variable. Instead, consult the machine and system
12052 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12053 test __GNUC__ while we're at it.
12054
12055 * configure.in: Remove extra ;; from hpux cases.
12056
120571993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12058
12059 * configure.in: Check to see if the system has -ldnet.
12060
120611993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12062
12063 * make-dist: Add clauses to distribute lisp/forms-mode.
12064
120651993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12066
12067 * configure.in (machine): Fix the versions in hpux version number test.
12068 Do not guess based on cpu type. Do check for explicit system version.
12069
120701993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12071
12072 * configure.in: Do NOT look for `unknown' as company name.
12073
120741993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12075
12076 * configure.in: Fix typo in message.
12077
120781993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12079
12080 * Version 19.12 released.
12081
12082 * Makefile.in (do-install): Correct previous etc-copying change.
12083 Partially rewrite using `if'.
12084 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12085
12086 * Version 19.11 released.
12087
12088 * configure.in: Handle 386bsd.
12089
120901993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12091
12092 * make-dist: Update getdate.c.
12093
12094 * configure.in: Handle bsd386.
12095
12096 * Makefile.in (do-install): Use `-' in tar options.
12097
12098 * configure.in: Change ! "${...}" to x"${...}" = x.
12099
12100 * Makefile.in (do-install): Copy the DOC-* files from the build
12101 etc directory, as well as lots of things from ${srcdir}/etc.
12102
12103 * make-dist: Copy config.guess.
12104
12105 * configure.in: Handle AIX versions 1.2, 1.3.
12106
121071993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12108
12109 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12110 the configuration name mips-mips-usg* to represent USG systems.
12111
12112 * configure.in: Fix logic to detect if srcdir is already configured.
12113
12114 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12115
12116 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12117 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12118 of a directory; cd might fail, and have pwd print out the current
12119 directory.
12120
121211993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12122
12123 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12124
121251993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12126
12127 * configure.in: Complain if srcdir points at an already-configured
12128 tree.
12129
121301993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12131
12132 * Version 19.10 released.
12133
121341993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12135
12136 * Makefile.in: Use Makefile comments, not C comments.
12137
12138 * configure.in: Add case for the Tektronix XD88.
12139
121401993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12141
12142 * configure.in: Handle sysv4.2 and sysvr4.2.
12143
121441993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12145
12146 * configure.in: Traverse the argument list without destroying it;
12147 don't use shift. It turns out that "set - ${saved_arguments}"
12148 doesn't work portably.
12149
12150 * configure.in: Add missing "fi".
12151
12152 * make-dist: Rebuild configure if configure.in is newer.
12153
12154 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12155 targets to be executed even if make remembers that it has already
12156 satisfied FRC.
12157
121581993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12159
12160 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12161
12162 * configure.in (romp): Handle various version numbers with aos and bsd.
12163
121641993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12165
12166 * configure.in: Fix message text.
12167
121681993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12169
12170 * make-dist: Make a `site-lisp' directory in the distribution,
12171 instead of a `local-lisp' directory, which hasn't been the
12172 appropriate name for a long time.
12173 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12174 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12175
12176 * Makefile.in (do-install): Correctly detect if ./etc and
12177 ${srcdir}/etc are the same.
12178
12179 * configure.in: Extract UNEXEC from the system configuration
12180 files, compute the name of the source file corresponding to the
12181 object file, and #define it as UNEXEC_SRC in config.h.
12182
12183 * configure.in: If srcdir is '.', then try using PWD to make it
12184 absolute.
12185
12186 * configure.in: Include ${srcdir} in the printed report, to help
12187 people notice if it's an automounter path.
12188
121891993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12190
12191 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12192
121931993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12194
12195 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12196 when they are different. Add `shift' command.
12197 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12198 (externallispdir): Var deleted.
12199
12200 * configure.in: Delete spurious paren outputting short_usage.
12201
122021993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12203
12204 * Version 19.9 released.
12205
122061993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12207
12208 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12209 subdirectory makes.
12210
12211 * make-dist: Check for .elc files with no corresponding .el file.
12212
12213 * Makefile.in (mkdir): Make all the directories in locallisppath.
12214
12215 * config.guess: New file.
12216 * configure.in: Use it, tentatively.
12217 * INSTALL: Mention its usage.
12218
12219 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
90eacf99
SM
12220 the former gives you the operating system rev directly.
12221 Use s/hpux.h if we don't recognize what we got.
067d23c9
KY
12222
12223 * Makefile.in (do-install): Don't remove a destination directory
12224 if it's the same as the source. If ${srcdir}/info == ${infodir},
12225 don't try to copy the info files.
12226
12227 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12228 doesn't work if you're not using a separate source directory.
12229 (do-install): Copy the build tree's etc directory only after
12230 making sure it's not also the source tree's etc directory.
12231
122321993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12233
12234 * configure.in: Handle sunos4.1.3 specially.
12235
122361993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12237
12238 * Makefile.in (INSTALL): Add definition.
12239
12240 * configure.in: Fix some messages. Support -with-gnu-cc.
12241 At the end, use `set --', not `set -'.
12242 Delete spurious `.h' in hpux alternatives.
12243
122441993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12245
12246 * Version 19.8 released.
12247
122481993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12249
12250 * configure.in: When looking for source in the same directory as
12251 the configure script, make the path thus discovered absolute.
12252 If the user specifies the `--srcdir' switch, make that directory
12253 absolute too.
12254
12255 * Makefile.in (srcdir): Remove comment saying this doesn't work.
12256
12257 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
12258 too, as the value of the PATH_INFO macro.
12259
12260 * configure.in: Check to see if the source lives in the same
12261 directory as the configure script.
12262
122631993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12264
12265 * Makefile.in (install): Split this into `install' and
12266 `do-install', to give people more control over exactly what gets
12267 done.
90eacf99
SM
12268 (do-install): New target, containing the guts of `install'.
12269 Don't remove and recreate the directories inside the copying loop - do
067d23c9
KY
12270 it all before the copying loop. Pass more flags to the lib-src
12271 make.
12272 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
12273 avoid errors and warnings.
12274
12275 * configure.in: For generic IBM PC boxes, insist on "unknown" for
12276 the manufacturer - the more general case was blocking other i386
12277 configuration names below, and that's how the names are written in
12278 MACHINES anyway.
12279
12280 * make-dist: When breaking links, remove the link before moving
12281 the copy onto it, to avoid interactive behavior.
12282
12283 * Makefile.in: Doc fix.
12284
12285 * configure.in: Doc fix.
12286
12287 * INSTALL: Mention --exec-prefix option.
12288
12289 * configure.in: Add support for the `--exec-prefix' option.
12290 * Makefile.in: Accept that support.
12291
12292 * configure.in: Use the AC_PROG_INSTALL macro.
12293 * Makefile.in (INSTALL): Variable removed.
12294 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
12295
12296 * configure.in: Distinguish between hp800's and hp700's by calling
12297 "uname -m".
12298
122991993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12300
12301 * configure.in: Recognize configuration names for i860 boxes
12302 running SYSV.
12303
123041993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12305
12306 * configure.in: Distinguish between hp800's and hp700's by the
12307 version of HP/UX they run, since that's something people are more
12308 likely to know - hp700's run 8.0.
12309 Add HP 700 configuration.
12310
12311 * configure.in: Test for the presence of the `rename' function.
12312
12313 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
12314 configure.in.
12315 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
12316
12317 * make-dist: Break intra-tree links.
12318
12319 * configure.in: Explain that this is an autoconf script, and give
12320 instructions for rebuilding configure from it. Arrange to put
12321 comments in configure explaining this too.
12322
12323 * configure.in: Make the first line of the configure script be
12324 "#!/bin/sh". Leaving the first line blank didn't work.
12325
90eacf99 12326 * configure.in (long_usage): Remove; made short_usage describe
067d23c9
KY
12327 the options briefly.
12328
12329 * configure.in: Implement the --prefix option.
12330 * Makefile.in (prefix): Add support for it here.
12331 * INSTALL: Document it here.
12332
12333 * Makefile.in (install): Don't assume that the files in the `info'
12334 subdirectory match *.info. They don't have that prefix.
12335
123361993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12337
12338 * configure.in: Add case for version 5 of Esix.
12339
123401993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12341
12342 * Version 19.7 released.
12343
12344 * make-dist: There aren't any *.com files in lib-src anymore.
12345
12346 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
12347 them; they're symlinks to other filesystems on the GNU machines.
12348
12349 * make-dist: Check that the manual reflects the same version of
12350 Emacs as stated in lisp/version.el. Edit that version number into
12351 the README file.
12352
123531993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12354
12355 * configure.in: Remove the hack of AC_DEFINE; use
12356 AC_DEFINE_UNQUOTED.
12357
123581993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12359
12360 * make-dist: Don't distribute precomp.com, compile.com, or
12361 link.com from ./src; they're in ./vms now.
12362
12363 Some time-handling patches from Paul Eggert:
12364 * configure.in: Add AC_TIMEZONE.
12365
123661993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12367
12368 * configure.in: Recognize Linux as a valid operating system for
12369 the i386.
12370
123711993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12372
12373 * make-dist: Distribute some VMS files we got from Richard Levitte.
12374
12375 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
12376 the source for the sed command, not oldXMenu/Makefile.
12377
123781993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12379
12380 * INSTALL: Don't claim the srcdir option doesn't work.
12381
123821993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12383
12384 * configure.in: Include remarks saying what order the autoconf
12385 tests should go in, and remind people to change config.h.in
12386 whenever they add autoconf tests which make #definitions.
12387
12388 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
12389
123901993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12391
12392 * Makefile.in (oldXMenu/Makefile): Make this depend on
12393 ${srcdir}/oldXMenu/Makefile.in, not itself.
12394
12395 * PROBLEMS: Some updates from David J. Mackenzie.
12396
12397 More changes from David J. Mackenzie.
90eacf99
SM
12398 * Makefile.in (install.sysv, install.xenix, install.aix):
12399 Targets removed; autoconf and config.h should specify all these
067d23c9
KY
12400 differences.
12401 (buildlisppath): Make this path depend on ${srcdir}.
90eacf99 12402 (INSTALLFLAGS): Remove.
067d23c9
KY
12403 (INSTALL): Include the -c flag.
12404 (install): Change the way we invoke install accordingly.
12405
12406 Install ${srcdir} changes from DJM.
12407 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
12408 list.
12409 (COPYDIR, COPYDESTS): Install files from both the etc directory in
12410 the source tree and the etc directory in the object tree.
12411 (${SUBDIR}): Pass the prefix variable down to submakes.
12412 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
12413 in /bin.
12414 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
12415 values for srcdir and VPATH.
12416 (install): Add `v' flag to tar command. Make sure that `dir'
12417 exists in ${srcdir}/info before copying it. Remember that the man
12418 pages come from the source tree, not the object tree.
12419 * configure.in: Remove remarks saying that the --srcdir option
12420 doesn't work.
12421 Create the etc directory in the object tree.
12422 Recognize configuration names of the form *-sun-solaris*.
12423 Recognize sunos5 and solaris as operating system names.
12424
12425 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
12426 lib-src/getdate.y and src/systime.h.
12427
124281993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12429
12430 * make-dist: Make links in info subdir.
12431
124321993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12433
12434 * configure.in: Call AC_STDC_HEADERS.
12435
124361993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12437
12438 * configure.in: Sidestep autoconf's quoting of the second argument
12439 of AC_DEFINE, so we can specify the value to put there. It would
12440 be nice if autoconf provided some way to specify computed values
12441 for macros.
12442
124431993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12444
90eacf99 12445 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
067d23c9
KY
12446 this is always just -DHAVE_CONFIG_H.
12447
12448 The GNU coding standards specify that CFLAGS should be left for
12449 users to set.
12450 * Makefile.in (CFLAGS): Let configure determine the default value
90eacf99
SM
12451 for this.
12452 Don't have it default to DEFS.
067d23c9
KY
12453 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
12454 (lib-src/Makefile, src/Makefile): Edit the default value for
12455 CFLAGS into these files, not DEFS.
12456 * configure.in (CFLAGS): Choose a default value for this - "-g"
12457 normally, or "-g -O" if we're using GCC. Edit it into the
12458 top-level Makefile.
12459
12460 * configure.in: When scanning the machine and system description
12461 #include files, write their names to conftest.c properly.
12462
124631993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12464
12465 * configure.in: In configuration name case for Apallos running
12466 Domainios, set opsys, not opsysfile.
12467
12468 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
12469 src/config.h, instead of AC_OUTPUT; the latter overwrites
12470 src/config.h even when it hasn't changed, puts a makefile-style
12471 comment at the top even though it's C code, and produces a
12472 config.status script which doesn't do the job right.
12473
12474 * configure.in: Add AC_LN_S test, so we can tell whether or not we
12475 can use a symbolic link to get the X Menu library into src.
12476 * Makefile.in (LN_S): New variable.
12477 (src/Makefile): Edit the value of LN_S into this makefile.
12478
124791993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12480
12481 * configure.in: Support *-sco3.2v4* as opsystem.
12482
12483 * make-dist: Don't include calc directory.
12484 Exclude many files in the man directory; copy a few.
12485
124861993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12487
12488 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
12489 call AC_STRUCT_TM to see what's in time.h.
12490
12491 * configure.in: Employ quoting stupidity to get the value of CPP
12492 to expand properly.
12493
124941993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12495
12496 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
12497 variable to scan the machine and system description files.
12498
12499 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
12500 so that getdate.y builds correctly.
12501
125021993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12503
12504 * configure.in (tempcname): Change this to "conftest.c", so it will
12505 work properly on systems with short filenames; this is the name
12506 autoconf uses.
12507
12508 * configure.in: Also detect the availability of dup2 and
12509 gethostname.
12510
12511 * configure.in: Use the AC_ALLOCA test.
12512 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
12513 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
12514
125151993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12516
12517 * make-dist: Distribute configure, as well as configure.in.
12518 Oversight.
12519
125201993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12521
12522 * Makefile.in (install): Print out the name of the directory we're
12523 copying, so people can have some idea of whether we're making
12524 progress.
12525
12526 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12527 Don't forget to re-create the COPYDESTS directories after we clear
12528 them out.
12529
125301993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12531
12532 * Makefile.in: Add autoconf cookies so that the configure
12533 script can comment out sections of path variable definitions to
12534 choose between the installable configuration and the run-in-place
12535 configuration.
12536 * configure.in: Add new option `--run-in-place', to select the
12537 run-in-place path definitions.
12538
12539 * configure.in: Add a clause to the big configuration name case
12540 for the NeXT machine.
12541
125421993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12543
12544 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12545 Make sure that each source directory exists, and is different from
12546 the destination directory; then, delete the destination before
12547 copying over the source.
12548
12549 * make-dist: Distribute configure.in, instead of configure.
12550
125511993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12552
12553 * configure.in: Don't set CC to "gcc -O" if the user specifies
12554 `--with-gcc'. Add -O to DEFS if GCC is set.
12555
125561993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12557
12558 * Makefile.in (clean mostlyclean): Missing right paren.
12559
12560 * configure.in: When checking for X windows, search for an X11
12561 subdirectory of ${x_includes}.
12562
12563 * configure.in: Check for gettimeofday function, for getdate.y.
12564
12565 Change `configure' to a mixture of custom code and autoconf stuff.
12566 autoconf can't derive all the information we need, but we'd really
12567 like to be able to take advantage of some of its tests, and its
12568 file-editing facilities.
12569 * configure.in: Renamed from configure.
12570 Quote the sections of shell script we want copied literally to
12571 the configure script.
12572 (compile): Initialize this to make the autoconf macros' code happy.
12573 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12574 code to do their jobs.
12575 Use autoconf to produce Makefile and src/config.h.
12576 Remove the Makefile-style comment that autoconf places at the top
12577 of src/config.h.
90eacf99
SM
12578 (config_h_opts): Remove - no longer necessary.
12579 * Makefile.in (configname): Rename to configuration.
12580 (CONFIG_CFLAGS): Rename to DEFS.
12581 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
067d23c9
KY
12582 get values via autoload @cookies@.
12583 (libsrc_libs): Get this from autoconf. We used to do nothing
12584 about this.
12585 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12586
90eacf99
SM
12587 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12588 Don't echo the move-if-change command.
067d23c9
KY
12589
125901993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12591
12592 * make-dist: Distribute lib-src/rcs-checkin.
12593
12594 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12595 Don't try to make links to the RCS or Old subdirectories.
12596 Use the appropriate extension for the compression type in use.
12597 Create the tar file in the shell's initial default directory, not
12598 in ${tempparent}.
12599 Erase the whole ${tempparent} tree, not just ${tempdir}.
12600
126011993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12602
12603 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12604 use to build paths.h.
12605 (lib-src/Makefile, src/Makefile): Similarly.
12606
12607 * configure: Extend test for working `const' keyword to handle AIX
12608 3.2 cc.
12609
126101993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12611
12612 * make-dist: Distribute lisp/term/ChangeLog.
12613
12614 Arrange for C compilation throughout the tree to get
12615 C_SWITCH_SYSTEM from the configuration files.
12616 * configure: Extract C_SWITCH_SYSTEM from the machine and
12617 system-dependent files, and save it in the top-level Makefile.
12618 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12619 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12620
12621 * make-dist: Include the VMS support files in oldXMenu in the
12622 distribution.
12623
12624 * configure: Doc fix.
12625
12626 * configure: Fix corrupted config_h_opts.
12627
12628 * configure: Properly report option names in error messages.
12629
12630 * configure: Properly recognize --x-includes and --x-libraries
12631 options.
12632
12633 * configure: Fix syntax errors in code handling XFree386.
12634
126351993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12636
12637 * configure: Add special code to detect XFree386, and tell
12638 config.h about it.
12639
12640 * configure: Properly handle extracting values of LIBS_MACHINE and
12641 LIBS_SYSTEM that contain spaces.
12642
90eacf99
SM
12643 * configure: Add `--x-includes' and `--x-libraries' options.
12644 I think these are dopey, but no less than three alpha testers, at
067d23c9
KY
12645 large sites, have said they have their X files installed in odd
12646 places. Implement them by setting C_SWITCH_X_SITE and
12647 LD_SWITCH_X_SITE in src/config.h.
12648
126491993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12650
12651 * make-dist: Don't distribute etc/Old files.
12652
12653 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12654 backups.
12655
126561993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12657
12658 * make-dist: Fix typo.
12659
126601993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12661
12662 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12663 in some cases where it should but didn't seen to.
12664
12665 * Makefile.in: Added unlock and relock productions.
12666
126671993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12668
12669 * make-dist: Add a --compress option to force make-dist to use
12670 compress.
12671
12672 * make-dist: Use gzip, if we can find it.
12673
12674 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12675 make rs6000-ibm-aix default to -aix32.
12676
126771993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12678
12679 * Makefile.in: Added `Developer's configuration' section.
12680
126811993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12682
12683 * Makefile.in: Add commented-out variable settings for developer's
12684 configuration.
12685
126861993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12687
12688 * make-dist: Distribute `src/bitmaps' too.
12689
126901993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12691
12692 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12693 make rs6000-ibm-aix default to -aix32.
12694
126951993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12696
12697 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12698
12699 * Makefile.in (install.sysv): Add a second `$' in front of
12700 `${dest}', so that the shell will expand it, instead of Make.
12701
12702 * configure: When processing the name of the configure script,
12703 collapse `././' to `./', but leave a single `./' prefix alone.
12704
12705 * configure: Doc fix.
12706
127071993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12708
12709 * configure: Handle isc3.0 correctly.
12710
127111993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12712
12713 * make-dist: Don't try to copy the COPYING notice into
12714 external-lisp; we're not distributing that directory any more.
12715
127161993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12717
12718 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12719 Remove CVS subdirectories from the installed directory trees, as
12720 well as RCS directories.
12721
127221993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12723
12724 * make-dist: Only copy gmalloc.c if we couldn't link it.
12725 Don't try to copy man/{README,Makefile} unless they actually exist.
12726
12727 * Makefile.in (lisppath): Don't include externallispdir in this.
12728 We're not sure whether we're even going to distribute the
12729 directory yet.
12730
127311993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12732
12733 * make-dist: Don't distribute the external-lisp directory anymore.
12734 * INSTALL: Remove all references to external-lisp.
12735
12736 * configure: Detect whether the compiler supports `const'
12737 properly, and edit src/config.h accordingly.
12738
12739 * configure: Tweak layout of final report.
12740
12741 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
12742 CFLAGS.
12743
12744 * Makefile.in (locallisppath): Make this default to
12745 ${datadir}/emacs/site-lisp, instead of
12746 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
12747 the same thing, and local-lisp causes completion conflicts with
12748 lock.
12749 (lisppath): Add ${externallispdir} to this.
12750 * INSTALL: Adjust installation directions.
12751
12752 * Makefile.in (externallispdir): New variable, to say where to
12753 install the externally-maintained lisp files.
12754 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
12755 the others.
12756 * INSTALL: Describe external-lisp and the new externallispdir
12757 variable.
12758
127591993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12760
12761 * configure (progname): New option `--with-gcc'. Make it clearer
12762 how we are trying to guess whether or not we have GCC.
12763 * INSTALL: Document the `--with-gcc' option, and improve
12764 description of `--with-x' options.
12765
127661993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12767
12768 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12769 ${infodir} from these variables; we have written out explicit code
12770 to install the info files.
12771
127721993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12773
12774 * make-dist: Don't distributed the RCS files in the etc directory.
12775
127761993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12777
12778 * Makefile.in: Some makes can't handle comments in the middle of
12779 commands; move them to before the whole rule.
12780
127811993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12782
12783 * README: Mention what Emacs is.
12784
127851993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12786
12787 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12788 Add `./cpp' and `./man' back into the distribution.
12789
127901993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12791
12792 * Makefile.in: Define MAKE, and use where appropriate.
12793
127941993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12795
12796 * make-dist: Remember that the authoritative COPYING notice is
12797 `etc/COPYING', not `../etc/COPYING'.
12798
127991992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12800
12801 * make-dist: Make sure that the COPYING notices in each directory
12802 are copies, not symlinks.
12803
128041992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12805
12806 * INSTALL: The build process produces an executable called `emacs'
12807 now. Change references.
12808 * Makefile.in: Adjust `install.mumble' targets to install
12809 `src/emacs', not `src/xemacs'.
12810
12811 * configure: Start with a blank line; this keeps some old CSH's
12812 from thinking it's a CSH script. Most systems will just use
12813 /bin/sh to run it, which is what we're expecting; the only other
12814 shells which might try to interpret it themselves are probably
12815 Bourne-compatible.
12816
128171992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12818
12819 * INSTALL: Improvements suggested by David Mackenzie.
12820
128211992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12822
12823 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12824 Don't try to copy the info files if there aren't any; the
12825 unexpanded globbing pattern disappoints `install'. Ignore the
12826 return status of that command.
12827
12828 * INSTALL: Updated for new configuration arrangement.
12829
12830 * configure: Don't make the top-level Makefile read-only - people
12831 may want to edit the values of the path variables.
12832
12833 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12834 Install the info files in ${infodir}. Install the executable
12835 under both `emacs' and `emacs-VERSION'.
12836
12837 * Makefile.in: Doc fix.
12838
12839 * Makefile.in (exec_prefix): New variable, as per latest version
12840 of coding standards.
12841 (bindir, libdir): Use it, instead of `prefix'.
12842 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
12843
12844 * Makefile.in (mandir): Make the default value for this depend on
12845 $(prefix).
12846
12847 * Makefile.in (datadir, statedir, libdir): Make these all default
12848 to ${prefix}/lib.
90eacf99
SM
12849 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
12850 Adjust to compensate.
067d23c9
KY
12851
12852 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12853 Install the etags and ctags man pages too.
12854
12855 * Makefile.in (distclean): Don't delete backup files; that's the
12856 job of extraclean.
12857 (extraclean): Like distclean, but deletes backup and autosave files.
12858
128591992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12860
12861 Make path specification conform to GNU coding standards.
12862 * configure (long_usage): Remove all traces of old arguments from
12863 usage messages, and document the options we do accept in more
12864 detail: -with-x... and --srcdir.
90eacf99 12865 (options, boolean_opts): Delete; we don't have enough options to
067d23c9
KY
12866 make this worthwhile.
12867 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
12868 along with the code which supported them; these should be set as
12869 arguments to the top-level make.
12870 (config_h_opts): Since this no longer doubles as a list of option
12871 names, make them upper case; this simplifies the code which uses
12872 them to build the sed command to edit src/config.h. Change the
12873 code which sets them.
12874 (cc, g, O): Don't allow the user to set these using options; they
12875 should be specified using `CC=' and `CFLAGS=' arguments to the
12876 top-level make. Just choose reasonable default values for them,
12877 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
12878 values.
12879 (gnu_malloc, rel_alloc): Don't allow the user to set these using
12880 options; use them whenever the configuration files say they're
12881 possible.
12882 Simplify the argument processing loop. Don't accept abbreviations
12883 for option names; these might conflict with other configuration
12884 options in the future.
12885 Add some support for the `--srcdir' option. Check for the sources
12886 in . and .. if `--srcdir' is omitted. If the directories we will
12887 compile in don't exist yet, create them under the current directory.
12888 Note that the rest of the build process doesn't really support
12889 this.
90eacf99
SM
12890 Edit only the top Makefile. That should edit the others.
12891 Edit into the makefile: `version', from lisp/version.el, `configname'
067d23c9
KY
12892 and `srcdir' from the configuration arguments, `CC' and
12893 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
12894 the user's path, and LOADLIBES as gleaned from the system
12895 description files.
12896 Simplify the report generated; it doesn't need to include any
12897 description of paths now.
12898 Make `config.status' exec configure instead of just calling it, so
12899 there's no harm in overwriting `config.status'.
12900 * Makefile.in (version, configname): New variables, used to choose
12901 the default values for datadir and libdir.
12902 Path variables rearranged into two clearer groups:
12903 - In the first group are the variables specified by the GNU coding
12904 standards (prefix, bindir, datadir, statedir, libdir, mandir,
12905 manext, infodir, and srcdir).
12906 - In the second are the variables actually used for Emacs's paths
12907 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
12908 archlibdir), which depend on the first category.
12909 datadir and libdir default to directories under
12910 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
12911 demand.
12912 etcdir and lispdir default to subdirectories of datadir.
12913 archlibdir defaults to libdir.
12914 The new installation tree is a bit deeper than it used to be, so
12915 use the new make-path program in lib-src to build them all.
12916 Always build a new src/paths.h.tmp and then move-if-change it to
12917 src/paths.h, to avoid unnecessary rebuilds while responding to the
12918 right changes.
12919 Remove all mention of arch-lib. Run utility commands from
12920 lib-src, and let the executables be copied into archlibdir when
12921 Emacs is installed.
12922 Add targets for src/Makefile, lib-src/Makefile, and
12923 oldXMenu/Makefile, editing the values of the path variables into
12924 them.
12925 Let lib-src do its own installation.
12926 (datadir): Default to putting data files under
12927 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
12928 (emacsdir): Variable deleted; it would only be confusing to use.
12929 (lispdir, etcdir): Default to ${datadir}/lisp.
12930 (mkdir): Use make-path for this.
12931 (lockdir): Do this in mkdir.
12932 (Makefile): New target.
12933
12934 * configure (usage_message): Rename to long_usage.
12935
12936 * make-dist: Don't bother creating an arch-lib directory; that's
12937 only for installation now.
12938
129391992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12940
12941 * configure: Use GCC-style configuration names, using config.sub.
12942 Change the usage and help messages.
12943
12944 * configure: Initialize window_system, not indow_system.
12945
12946 * configure: Report which window system, compiler, and signal
12947 handler return type we decide to use.
12948
12949 * make-dist: Explain what's going on if config.sub and gmalloc.c
12950 can't be linked. Place the code which copies them near the code
12951 which links the rest of the files around them.
12952
129531992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
12954
12955 * make-dist: Don't bother to distribute src/*.com, or
12956 src/vmsbuild; those have all been moved to `../vms'.
12957
129581992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12959
12960 * make-dist: Don't forget that the way to avoid filenames starting
12961 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
12962 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
12963 couldn't make hard links to, since we have two already, and
12964 perhaps more to come.
12965
129661992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12967
12968 * configure: When editing parameters into lib-src/Makefile, change
12969 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
12970 needs some other flags too.
12971
129721992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12973
12974 * configure: Remove spurious echo of the configuration name.
12975
12976 * make-dist: Don't distribute files in src/m and src/s whose names
12977 begin with `='.
12978
129791992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12980
12981 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
12982 Also LISP_FLOAT_TYPE.
12983
129841992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12985
12986 * make-dist: Copy config.sub, since it's a symbolic link to a file
12987 on another file system.
12988
129891992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12990
12991 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
12992 distribution.
12993
12994 * config.sub: New file, to help us recognize configuration names.
12995 * make-dist: Include it in the distribution.
12996
129971992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12998
12999 * configure: Convert `-' to `_' in specified option names.
13000 Accept options with --. Delete --highpri and --have-x-menu options.
13001 New options --with-x and --with-x10 replace -window-system.
13002 Don't mention options --gnu-malloc, --rel-alloc
13003 or --lisp-float-type in help message.
13004
130051992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13006
13007 * make-dist: Include the `vms' subdirectory in the distribution.
13008
130091992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13010
13011 * configure: Remove lines starting with "# DIST: " when building
13012 lib-src/Makefile and src/Makefile. This allows us to mark the
13013 "Makefile.in" files with explanatory comments which won't also get
13014 stuck in the Makefiles.
13015
130161992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13017
13018 * make-dist: Don't use the '+' operator in the sed regular
13019 expression that extracts the version number from lisp/version.el;
13020 Ultrix sed doesn't seem support the operator. Just double the
13021 operand and use *.
13022
130231992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13024
13025 * Makefile.in: Doc fix.
13026
130271992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13028
13029 * configure: Rewrite sed command to remove at most one ./ prefix;
13030 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13031 group.
13032
130331992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13034
13035 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13036
130371992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13038
13039 * make-dist: Go ahead and build a new TAGS file, unless the
13040 --newer option was specified. Don't try to delete a TAGS file
13041 from etc; it's not kept there, and shouldn't be deleted anyway.
13042
130431992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13044
13045 * make-dist: If the lisp directory contains a default.el, don't
13046 distribute it.
13047
13048 * configure: When searching signal.h for the type of a signal
13049 return handler, make a copy of it, not a symbolic link to it; that
13050 way, it will work on systems that don't have symbolic links.
13051
130521992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13053
13054 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13055 option for generating incremental distributions. Stopped it from
13056 generating a TAGS file into the distribution; that sucker is
13057 *big*, and easily enough generated with the toplevel makefile.
13058
130591992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13060
13061 * configure: When writing config.status, don't prefix progname
13062 with a '.'; it might be absolute.
13063
130641992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13065
13066 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13067 /usr/include/X11 exist, not only if both exist.
13068
130691992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13070
13071 * make-dist: Make the new external-lisp directory a duplicate of
13072 the external-lisp directory, not the lisp directory.
13073
130741992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13075
13076 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13077 clean' in arch-lib; it doesn't even have a Makefile.
13078
13079 * Makefile.in (clean, mostlyclean): In the test which tries to
13080 distinguish between the build directory, which should be cleaned,
13081 and the installed directory, which shouldn't, cd to `${emacsdir}',
13082 not `${DESTDIR}${LIBDIR}'.
13083
130841992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13085
13086 * make-dist: Be sure to delete the .c and .h files that YACC and
13087 BISON create from getdate.y.
13088
13089 * external-lisp: New directory; see `external-lisp/README'.
13090 * make-dist: Added support for the external-lisp subdirectory.
13091
13092 * make-dist: Changed message which complains that make-dist wasn't
13093 invoked in the right directory to indicate which files it was
13094 looking for.
13095
130961992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13097
13098 * configure: Add comments explaining why we can't translate
13099 character ranges or control characters in `tr'.
13100
131011992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13102
13103 * configure: When generating the configuration message, we used to
13104 build the message from the start so that each line began with "# "
13105 so that it would be a comment in `config.status'. However, this
13106 causes trouble if any of the variables we use in the message
13107 expand to more than one line of text - as gnu_malloc_reason
13108 sometimes does. So instead, we build the message as it should be
13109 printed to the user (i.e. without the "# " prefixes), and stick on
13110 the "# "s when we write it to `config.status'.
13111
13112 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13113 `lib-src' and `arch-lib'.
13114
13115 * configure: When generating report and `config.status' file, note
13116 that bindir only determines where `make install' and
13117 `build-install' will place the executables; this should make it
13118 clear that the ordinary build process will not try to install
13119 things.
13120
131211992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13122
13123 * make-dist: Change messages to say that we are 'making links to
13124 X', rather than 'copying X'. And put `' quotes around file names.
13125
13126 * make-dist: Include '.tmp' in the name of the staging directory.
13127
13128 * make-dist: Pass the `-f' option to rm when you're not sure that
13129 the files you're removing actually exist.
13130
13131 * make-dist: When setting up etc/COPYING, always nuke whatever is
13132 there, and then copy it in, to make sure we get a real file.
13133
90eacf99
SM
13134 * make-dist: Don't try to distribute *.defns files any more.
13135 The only such file was for simula.el, which has been superseded by a
067d23c9
KY
13136 version which doesn't have a separate .defns file.
13137
131381992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13139
13140 * make-dist: Don't distribute configured versions of config.h.in,
13141 paths.h.in, Makefile.in in src.
13142
13143 * configure: Delete .tmp files before creating them; don't bother
cd1181db 13144 trying to make final targets writable first, since it won't
067d23c9
KY
13145 matter to move-if-change.
13146
131471992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13148
13149 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13150 mkdir and chmod in the center of all the conditionals. GNU Make
13151 will strip these out, but other makes won't.
13152
131531992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13154
13155 * make-dist: Include move-if-change in list of files to distribute.
13156
131571992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13158
13159 * configure: Remove any "." elements from the program name.
13160
13161 * configure: Don't record the values of all the possible arguments
13162 in config.status; only record the options that the user specified.
13163
13164 * configure: Use move-if-change to move in the new src/config.h.
13165
131661992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13167
13168 * move-if-change: New file, copied from gcc release.
13169 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13170 a temp file, so we don't update paths.h if an error occurs or if
13171 it doesn't need changing.
13172
131731992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13174
13175 * Makefile.in (src/paths.h): Do not install a value for the
13176 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13177 * build-install.in: Same thing.
13178
131791992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13180
13181 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13182 latter, being a typo, is always false, resulting in a program
13183 whose default behavior is to painstakingly build a copy of the
13184 source tree, and then delete it. Rah.
13185
13186 * Makefile.in: Add dist target, and comment for it.
13187
13188 * configure: When scanning <signal.h> for a declaration for
13189 signal, create a symbolic link with a name ending in .c, so the
13190 compiler won't complain that it's only been given .h files.
13191
13192 * configure: Check whether there are any arguments available
13193 before shifting to get the value of a non-boolean parameter.
13194
13195 * make-dist: Doc fix.
13196
131971992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13198
13199 * configure: Instead of grepping /usr/include/signal.h for a
13200 signal declaration, run /usr/include/signal.h or
13201 /usr/include/sys/signal.h through cpp and grep for the
13202 declaration.
13203
13204 * configure: Redirect the output of grep to /dev/null instead of
13205 using grep -s - that flag means different things on other systems.
13206
13207 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13208 since the former is recognizable even if you don't know what
13209 'dumping' is.
13210 * configure: Accommodate that change.
13211
13212 * configure: Accept options for all of the directories you can
13213 change in the Makefile.
13214
13215 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13216
13217 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13218 FOO before you can use them.
13219
13220 * build-install.in: Made the "Where To Install Things" section
13221 conform with the similar section from Makefile.in. Copied section
13222 which builds src/paths.h from src/paths.h.in from the Makefile.
13223
132241992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13225
13226 * configure: Write config.status to pass its command-line
13227 arguments on to configure, so that people can use it to recreate
13228 an old configuration, with minor changes.
13229
132301992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13231
13232 * configure: Don't rely on option variables being unset if their
13233 values are the empty string. In particular, when producing the
13234 English report, don't assume that highpri will be unset when no
13235 increased priority has been requested; -highpri='' should be the
13236 same as omitting -highpri altogether.
13237
13238 * configure: Fix dumb bug: when running the system and machine
13239 description files through cpp, mark those lines that we want to
13240 evaluate with the string '@configure@', and then only evaluate
13241 them. This way if the files include anything that actually
13242 generates text (type definitions or external declarations, say),
13243 we won't try to eval it.
13244
132451992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13246
13247 * make-dist: New shell script.
13248
13249 * configure: When creating foo from foo.in, make foo read-only to
13250 remind people to edit the .in file instead.
13251
13252 * INSTALL: Changed references to config.h-dist to config.h.in.
13253 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
13254 to build src/paths.h from src/paths.h.in; added a paragraph to do
13255 this.
13256 * configure, Makefile, build-install: Changed filenames like
13257 FOO-dist to FOO.in.
13258
132591992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13260
13261 * Makefile, build-install: Renamed to Makefile.in and
13262 build-install.in; the configure script will edit these to produce
13263 the usable Makefile and build-install.
13264 * configure: Changed to produce ./Makefile, ./build-install,
13265 lib-src/Makefile, and src/Makefile from their *.in counterparts,
13266 instead of editing them in place.
13267
132681992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13269
13270 * Makefile: Re-arranged so that the undumped Emacs will search
13271 ../lisp *after* the site's local elisp files.
13272 (locallisppath, dumplisppath): New variables.
13273 (lisppath): This variable's default value is now chosen based on
13274 $(locallisppath) and $(lispdir); while it used to be the
13275 customization point for adding site-local elisp directories to
13276 load-path, that job is now handled mostly by locallisppath.
13277 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
13278 Check the values being assigned to the *LOADSEARCH macros for null
13279 path elements (like '::' in 'foo::bar').
13280
13281 * configure: When checking if the machine- and system-dependent
13282 files define a particular macro or not, actually run them through
13283 CPP and test the macros with #ifs, instead of just grepping for
13284 the macros' names. In particular, check for SYSTEM_MALLOC in this
13285 way.
13286
132871992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13288
13289 * Makefile (install): Don't use -s in install. (Keep the symbols.)
13290
132911992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13292
13293 * configure: Make the config.status file an executable shell
13294 script which will recreate the same configuration. Include the
13295 verbal description of the current configuration as a comment in
13296 the script.
13297 * INSTALL: Doc fix.
13298
13299 * Makefile: Brought the Makefile up to the GNU coding
13300 standards, as described in standards.text:
13301 (TAGS): New name for the target which rebuilds the tags table.
13302 (check): New target; doesn't do anything yet.
13303 (mostlyclean): New target, synonymous with clean.
13304 (realclean): New target. Currently, this just calls the
13305 subdirectories's makefiles and then deletes config.status.
90eacf99
SM
13306 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
13307 New variables.
067d23c9 13308 Installation directory variables changed to conform.
90eacf99 13309 (install, install.sysv, install.xenix, install.aix): Change the
067d23c9
KY
13310 code which copies the directories into their installed location to
13311 allow the installed locations to be in several different
13312 directories; the old version assumed that they would all be in
13313 $(emacsdir).
13314 (mkdir, lockdir): Allow the installed locations to be in several
13315 different directories.
13316 * INSTALL: Doc fix.
13317
13318 * build-install: Use the same variable names as the Makefile.
13319 Allow the installed locations to be in several different
13320 directories.
13321
133221992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13323
13324 * Makefile (src/paths.h): Instead of using a single sed command to
13325 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
13326 separately, and don't forget to append "/!!!SuperLock!!!" to the
13327 value of the PATH_SUPERLOCK macro.
13328
13329 * config.emacs: Renamed to configure, for consistency with other
13330 GNU products. Internal references changed.
13331 INSTALL, Makefile: References changed.
13332
13333 * lock: New directory, which should always be empty. If this
13334 directory doesn't exist, Emacs won't complain; it just won't lock.
13335 Having this here means that people can just unpack Emacs, build
13336 it, and have locking work.
13337
13338 * share-lib: Re-renamed to etc, for the sake of tradition.
13339 * config.emacs: Changed default value for datadir to ../etc.
13340 * INSTALL, README: Adjusted.
13341
133421992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13343
13344 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
13345 by running CPP on the appropriate s/*.h and m/*.h files.
13346
133471992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13348
13349 * config.emacs: Make sure to set the "exit on error" flag once
13350 we've removed config.status; errors should abort the configuration.
13351
133521992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13353
13354 * config.emacs: Added -distribute option, so that the Makefile
13355 paths are in their proper form. I don't know why this matters.
13356
133571992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13358
13359 * local-lisp: New directory, empty in the distribution, for people
13360 to put local elisp code in.
13361 * config.emacs: Include it in the default load path.
13362 * README: Document it.
13363
133641992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13365
13366 * config.emacs: Guess the type of signal handling functions based
13367 on the contents of /usr/include/signal.h.
13368
13369 * config.emacs: Print out progress report messages.
13370
13371 * Makefile (src/paths.h): Don't generically replace
13372 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
13373 editing of the other entries, and each entry should be dealt with
13374 explicitly anyway.
13375
13376 * build-install: Converted from C-shell to Bourne shell.
13377 * config.emacs: Edit build-install properly.
13378
13379 * config.emacs: Doc fix.
13380
133811992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13382
13383 * Makefile (install): Remove `B' from tar xf command.
13384
133851992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13386
13387 * config.emacs: Removed support for the `maintain-environment'
13388 option; the only important difference between this and its absence
13389 has been removed.
13390 * INSTALL: Removed mention of `maintain-environment'.
13391
13392 * config.emacs: Fix arguments to sed when processing boolean
13393 arguments.
13394
133951991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13396
13397 * config.emacs: New file, to help automate the installation
13398 process.
13399
13400 * Makefile: Lots of changes to support the separation of etc into
13401 architecture-dependent and -independent files:
13402 (EMACSROOT): New variable, giving the directory under which all of
13403 Emacs's libraries should be installed. Changed rest of file to
13404 use it.
13405 (LIBDIR): Now denotes only architecture-dependent dir.
13406 (DATADIR): New variable, denoting architecture-independent dir.
13407 (LOCKDIR): New variable, for completeness.
13408 (SUBDIR): No more etc, new lib-src.
13409 (COPYDIR): No more etc, new arch-lib and share-lib.
13410 (src/paths.h): Set PATH_DATA and the LOCK macros too.
13411 (src): Now depends on lib-src, not etc.
13412 * build-install: Changes parallel to the above.
13413 * README: Describe the new arrangement.
13414
13415 * vms: New subdirectory for all the VMS stuff.
13416
134171991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13418
13419 * Makefile (LISPPATH): New variable.
13420 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
13421
134221990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
13423
13424 * Makefile (install, install.sysv, install.xenix):
13425 Install wakeup instead of loadst. No need for setuid or setgid.
13426
134271990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13428
13429 * Makefile (clean): Clean etc if that's not the installation dir.
13430
134311990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13432
13433 * Makefile (paths.h): Make sed alter each name in the path.
13434
134351988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13436
13437 * Makefile (install.sysv): Use cpio, not tar.
13438
134391988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13440
13441 * Makefile (lockdir): Rename `lock' target.
13442 Depend on it from install*, not from `all'.
13443
134441988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
13445
13446 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
13447 to match build-install and paths.h.
13448
13449;; Local Variables:
13450;; coding: utf-8
067d23c9
KY
13451;; End:
13452
ba318903 13453 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
067d23c9
KY
13454
13455 This file is part of GNU Emacs.
13456
13457 GNU Emacs is free software: you can redistribute it and/or modify
13458 it under the terms of the GNU General Public License as published by
13459 the Free Software Foundation, either version 3 of the License, or
13460 (at your option) any later version.
13461
13462 GNU Emacs is distributed in the hope that it will be useful,
13463 but WITHOUT ANY WARRANTY; without even the implied warranty of
13464 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13465 GNU General Public License for more details.
13466
13467 You should have received a copy of the GNU General Public License
13468 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.