]> code.delx.au - gnu-emacs/blob - ChangeLog
* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too.
[gnu-emacs] / ChangeLog
1 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
4 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
5
6 2014-05-29 Eli Zaretskii <eliz@gnu.org>
7
8 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
9 unused.
10
11 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
12
13 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
14 sigprocmask isn't portable in a multithreaded process.
15 * configure.ac (gl_THREADLIB): Remove dummy.
16 Merge from gnulib, incorporating:
17 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
18 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
19
20 2014-05-29 Glenn Morris <rgm@gnu.org>
21
22 * configure.ac: Explicitly drop some ancient Solaris versions.
23
24 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
25
26 * configure.ac (C_HEAP_SWITCH) define for different values of
27 dumped heap size depending on 32/64bits arch on Windows.
28 Don't check for pthreads.h on MinGW32/64, it gets in the way.
29 Use mmap(2) for buffers and system malloc for MinGW32/64.
30
31 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
32
33 Merge from gnulib, incorporating:
34 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
35 * lib/openat-proc.c: Update from gnulib.
36
37 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
38
39 Fix port to 32-bit AIX (Bug#17540).
40 * configure.ac (opsys): On Power Architecture, treat release 7 of
41 AIX like releases 5 and 6.
42
43 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
44
45 Remove dependencies on getdelim and getline.
46 * configure.ac (getdelim, getline): Remove.
47
48 2014-05-18 Glenn Morris <rgm@gnu.org>
49
50 * configure.ac: Do not bother testing for png in non-graphical builds.
51
52 2014-05-18 Paul Eggert <eggert@cs.ucla.edu>
53
54 Port ctags+etags build to Sun C 5.12.
55 * .bzrignore: Remove lib-src/ctags.c.
56
57 Port recent libpng changes to hosts with missing png.h.
58 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
59 succeeds but png.h is absent, by testing libpng-config's output
60 rather than trusting it. I ran into this problem when building
61 Emacs trunk on a Solaris 10 host.
62
63 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
64
65 Assume C99 or later (Bug#17487).
66 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
67 Remove.
68 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
69 smaller.
70 (gl_PROG_CC_C99): Use this to get C99 or later.
71 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
72
73 2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
74
75 Don't require pkg-config when building from repository.
76 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
77 * INSTALL.REPO: pkg-config is no longer required to build from
78 the repository.
79 * autogen.sh: Don't check for pkg-config.
80 (progs): Remove pkg-config.
81 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
82 Remove. All uses removed.
83 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
84 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
85 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
86 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
87 as we use pkg.m4 from a newer pkg-config.
88
89 2014-05-15 Jan Djärv <jan.h.d@swipnet.se>
90
91 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
92
93 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
94
95 * configure.ac (HAVE_XFIXES): Define if available.
96 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
97 (--enable-link-time-optimization): Add clang support.
98 * INSTALL: Mention it.
99
100 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
103
104 2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
105
106 Work around bug in pkg-config before 0.26 (Bug#17438).
107 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
108 of pkg-config, on older pkg-config versions that don't do it
109 properly.
110
111 2014-05-07 Glenn Morris <rgm@gnu.org>
112
113 * autogen.sh: Check for failing aclocal.
114
115 2014-05-05 Glenn Morris <rgm@gnu.org>
116
117 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
118
119 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
120
121 Consult libpng-config more consistently (Bug#17339).
122 This is mainly for simplicity, but it should also avoid
123 some future problems like the ones we recently had with NetBSD.
124 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
125 for cflags, too. Append -lz if we're not already doing that with
126 LIBZ. Do not bother appending -lm, since we always append that.
127 Coalesce some duplicate code.
128
129 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
130
131 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
132 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
133 A more-complicated fix would be to remove uses of PixelSetMagickColor,
134 introduced in ImageMagick 6.3.5 (Sept. 2007).
135
136 2014-05-04 Glenn Morris <rgm@gnu.org>
137
138 * configure.ac (LIBPNG): Consult libpng-config for the precise
139 form of "-lpng" to use. (Bug#17339)
140
141 2014-05-03 Glenn Morris <rgm@gnu.org>
142
143 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
144
145 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
146
147 Get --enable-gcc-warnings to work after touching configure.ac.
148 Preserve ACLOCAL_PATH in later builds, so that by default it has
149 the same value as it did in the first build after initial checkout.
150 * Makefile.in (ACLOCAL_PATH): New macro.
151 ($(srcdir)/aclocal.m4): Use it.
152 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
153 * autogen.sh (env_space): New var.
154 Tell user what variables, if any, to pass to 'configure'.
155
156 Get --enable-gcc-warnings working again.
157 The recent changes to configure.ac removed the transliteration of
158 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
159 Bring this back while keeping the spirit of the recent changes.
160 * configure.ac (edit_cflags): Restore this shell var, and put it
161 at the top level, where it'll be useful when emacs-24 is next merged.
162 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
163 changed to use it.
164
165 Make it easier on maintainers who use their own Automake.
166 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
167 Set them to avoid problems when maintainers prepend their own
168 Automake installations to their PATH. Report an error if pkg.m4
169 can't be found.
170
171 2014-05-02 Glenn Morris <rgm@gnu.org>
172
173 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
174
175 * configure.ac (--with-pkg-config-prog): Remove.
176 Use the PKG_CONFIG environment variable instead if you need it.
177
178 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
179 Add explicit AC_SUBST's where needed.
180 * autogen.sh (progs): Add pkg-config.
181 (pkg_config_min): New variable.
182
183 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
184
185 * autogen.sh (get_version): Handle no leading whitespace.
186 (check_version, main): Handle program names with hyphens.
187
188 2014-04-30 Glenn Morris <rgm@gnu.org>
189
190 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
191
192 2014-04-21 Daniel Colascione <dancol@dancol.org>
193
194 * .bzrignore: Add a.out to bzr ignore list (a test generates this
195 file).
196
197 2014-04-19 Paul Eggert <eggert@cs.ucla.edu>
198
199 Link to glib-using libraries when checking for glib (Bug#17289).
200 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
201 when testing whether Glib is linked in. Similarly for CFLAGS.
202
203 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
204
205 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
206 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
207 (bootstrap, .PHONY): New rules.
208 * INSTALL.REPO: Document current procedure better.
209 Move copyright notice to just before license notice.
210
211 * Makefile.in (FRC, force-info): Remove.
212 All uses removed. This hack is no longer needed here
213 now that we can assume GNU Make's .PHONY feature works.
214 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
215
216 2014-04-16 Eli Zaretskii <eliz@gnu.org>
217
218 * config.bat: Update for Emacs 24.4.
219
220 2014-04-16 Paul Eggert <eggert@cs.ucla.edu>
221
222 Port to IRIX 6.5 (Bug#9684).
223 This port requires IRIX cc, as I did not have time to get
224 undump working with the old GCC on the system I had access to,
225 but that's better than nothing.
226 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
227 that wouldn't have worked anyway, with IRIX cc.
228 (emacs_cv_clang, emacs_cv_sanitize_address)
229 (ns_osx_have_104, ns_osx_have_105):
230 Don't assume '#error' makes the compiler fail,
231 as this doesn't work with IRIX cc.
232 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
233 checks. This runs afoul of an IRIX configuration where GnuTLS is
234 in an optional library that also contains getdelim, and causes
235 a later 'configure' to incorrectly think getdelim is supported.
236
237 2014-04-16 Eli Zaretskii <eliz@gnu.org>
238
239 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
240 ensure the MSYS ln.exe is invoked.
241
242 2014-04-15 Paul Eggert <eggert@cs.ucla.edu>
243
244 Remove DATA_SEG_BITS.
245 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
246
247 2014-04-14 Paul Eggert <eggert@cs.ucla.edu>
248
249 * autogen.sh: Use autoreconf's -f option (Bug#17258).
250
251 Clean up configure-time library handling a bit.
252 This patch was inspired by emacs-24 bzr 116961, which fixed
253 a bug due to sloppy library handling in 'configure'.
254 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
255 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
256 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
257 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
258 (with_kerberos):
259 Don't let the library choice infect $LIBS.
260 (dnet_ntoa, cma_open): Remove obsolete tests.
261 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
262 as that's a bit more selective on GNU/Linux.
263 (LIBXEXT): Remove.
264 (touchlock): Test for existence when $LIBS_MAIL is in use.
265 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
266 when testing for typical functions like accept4, lrand48.
267 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
268
269 2014-04-11 Glenn Morris <rgm@gnu.org>
270
271 * make-dist: Do not distribute generated admin/grammars/Makefile.
272 Do distribute lib-src/update-game-score.exe.manifest.
273
274 2014-04-11 Ken Brown <kbrown@cornell.edu>
275
276 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
277 UPDATE_MANIFEST empty).
278
279 2014-04-07 Ken Brown <kbrown@cornell.edu>
280
281 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
282 variables empty on Cygwin. (Bug#17176)
283
284 2014-04-03 Glenn Morris <rgm@gnu.org>
285
286 * make-dist: Further update AC_INIT regexp.
287
288 2014-04-02 Glenn Morris <rgm@gnu.org>
289
290 * configure.ac: Make the final "Does Emacs use Gsettings" message
291 consistent with src/config.h.
292
293 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
294
295 * configure.ac: Fix errors from previous checkin (GSettings check).
296
297 2014-03-29 Jan Djärv <jan.h.d@swipnet.se>
298
299 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
300
301 2014-03-28 Glenn Morris <rgm@gnu.org>
302
303 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
304 (PACKAGE_BUGREPORT): Use it.
305 (make-dist): Update AC_INIT regexp.
306
307 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
308 (EMACS_CONFIG_FEATURES): New define.
309
310 2014-03-27 Paul Eggert <eggert@cs.ucla.edu>
311
312 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
313 This tends to work better than 'MAKE=gmake ./configure' if later
314 builds run config.status etc.
315
316 2014-03-27 Glenn Morris <rgm@gnu.org>
317
318 * configure.ac: Require GNU make.
319 (HAVE_GNU_MAKE): Remove.
320
321 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
322
323 Merge from gnulib, incorporating:
324 2014-03-26 strftime: wrap macros in "do {...} while(0)"
325 * lib/strftime.c: Update from gnulib.
326
327 2014-03-26 Glenn Morris <rgm@gnu.org>
328
329 * configure.ac (CLASH_DETECTION): Remove option. Every platform
330 supports it, and the runtime option `create-lockfiles' replaces it.
331
332 2014-03-23 Daniel Colascione <dancol@dancol.org>
333
334 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
335
336 2014-03-22 Glenn Morris <rgm@gnu.org>
337
338 * make-dist: Do not distribute lib-src/testfile.
339
340 2014-03-21 Eli Zaretskii <eliz@gnu.org>
341
342 * configure.ac: Bump version to 24.4.50.
343
344 2014-03-21 Glenn Morris <rgm@gnu.org>
345
346 * Makefile.in (all): Depend on `info'. (Bug#16626)
347
348 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
349
350 Merge from gnulib, incorporating:
351 2014-03-04 stdint: fix missing SIZE_MAX on Android
352 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
353 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
354 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
355 Update from gnulib.
356
357 2014-03-05 Glenn Morris <rgm@gnu.org>
358
359 * configure.ac: Tweak the "unported" error message.
360
361 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
362
363 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
364 * configure.ac: Fix a bug in shell pattern matching that caused
365 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
366
367 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
368
369 Merge from gnulib (Bug#16825).
370 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
371
372 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
373
374 Merge from gnulib, incorporating:
375 2014-02-21 timer: fix uClibc detection of threading
376 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
377
378 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
379
380 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
381
382 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
383
384 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
385 This fixes a bug in the previous change. Also, use $(SHELL)
386 rather than sh, as that's more likely to be portable.
387
388 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
389
390 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
391 This should make it more reliable, and hopefully more portable to
392 non-GNU 'make' implementations such as HP-UX 'make'.
393
394 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
395
396 * Makefile.in (install-nt): Also pass datadir.
397
398 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
399
400 Merge from gnulib, incorporating:
401 2014-01-23 pthread: work around winpthread header pollution on mingw
402 * lib/time.in.h: Update from gnulib.
403
404 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
405
406 Merge from gnulib, incorporating:
407 2014-01-22 qacl: check for fchmod
408 * m4/acl.m4: Update from gnulib.
409
410 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
411
412 Fix miscellaneous update-game-score bugs.
413 * configure.ac (difftime): Remove.
414
415 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
416
417 Merge from gnulib, incorporating:
418 2014-01-20 stdalign: port to HP-UX compilers
419 2014-01-16 strtoimax: port to platforms lacking 'long long'
420 2014-01-16 update from texinfo
421 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
422
423 2014-01-12 Glenn Morris <rgm@gnu.org>
424
425 * README: Replace reference to etc/MAILINGLISTS.
426
427 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
428
429 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
430 "MINGW64" as well.
431
432 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
433
434 Merge from gnulib, incorporating:
435 2014-01-07 update from texinfo
436 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
437
438 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
439
440 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
441 unnecessarily specific references to Bazaar that could better
442 simply be to the repository.
443
444 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
445
446 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
447 * INSTALL, autogen.sh: Update for above change.
448
449 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
450
451 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
452 Problem and proposed patch reported by Ulrich Mueller;
453 this patch uses a somewhat-different approach.
454 * configure.ac (SETFATTR): New variable.
455
456 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
457
458 Merge from gnulib, incorporating:
459 2014-01-02 manywarnings: remove -Wmudflap
460 This ports better to GCC 4.9-to-be.
461
462 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
463
464 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
465 MinGW64 build on MS-Windows.
466
467 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
468
469 * configure.ac (xcsdkdir): Only set if using xcrun.
470
471 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
472
473 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
474 Reported by YAMAMOTO Mitsuharu in:
475 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
476
477 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
478
479 * configure.ac: Fix CC detection for xcrun case.
480
481 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
482
483 Fix problem with MAKE and xcrun configuration.
484 * configure.ac: Don't set MAKE unless 'make' doesn't work.
485 Set it only in the environment, not in the makefile.
486 Problem reported by Glenn Morris in:
487 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
488
489 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
490
491 Port xcrun configuration to GNU/Linux.
492 * configure.ac (xcsdkdir): Default to empty.
493 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
494 just before AM_INIT_AUTOMAKE, to make the dependency between it
495 and automake clearer.
496 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
497 shell code that is wanted, which breaks 'configure' on non-Darwin
498 platforms. Instead, fix CC by hand if it's not found.
499
500 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
501
502 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
503 libxml.
504
505 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
506
507 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
508 * configure.ac: Check whether addresses are sanitized.
509 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
510 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
511 (SYSTEM_MALLOC): Define if addresses are sanitized.
512
513 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
514
515 Automate the procedure for updating copyright year.
516 * build-aux/update-copyright: New file.
517 * make-dist: Distribute it.
518 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
519
520 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
521
522 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
523 AC_CONFIG_HEADERS.
524
525 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
526
527 * .gitignore: Ignore refcard temporaries and info/*.info files.
528
529 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
530
531 Merge from gnulib, incorporating:
532 2013-12-17 gettimeofday: port recent C++ fix to Emacs
533 2013-12-17 gettimeofday: fix C++ crosscompilation
534 2013-12-17 qacl: port to Windows better
535 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
536 Update from gnulib.
537 * lib/gnulib.mk: Regenerate.
538
539 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
540
541 * INSTALL: Clarify treatment of image libraries.
542
543 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
544
545 Use bool for boolean, focusing on headers.
546 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
547 Use bool for boolean.
548
549 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
550
551 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
552 force the format "/c/foo/bar" to simplify conversions to native
553 windows format.
554
555 2013-12-13 Glenn Morris <rgm@gnu.org>
556
557 * INSTALL: No longer mention load-path and site-init/site-load.
558
559 2013-12-12 Glenn Morris <rgm@gnu.org>
560
561 * Makefile.in (install-info): Handle missing info/dir.
562 (info_dir_deps): New variable.
563 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
564 (check-info): Update topics.
565 * build-aux/make-info-dir: Use .texi files rather than .info files.
566 Update topics.
567
568 * Makefile.in (install-info): Remove some useless subshells.
569
570 Stop keeping info/dir in the repository.
571 * build-aux/dir_top: Move here from admin/.
572 * build-aux/make-info-dir: New script.
573 * Makefile.in (bootstrap-clean): Delete info/.
574 (info-dir, ${srcdir}/info/dir): New rules.
575 (info): Also make info-dir.
576 (check-info): Rename from check-info-dir.
577 Instead of info/dir entries, check @dircategory in info/*.info.
578 * make-dist: Use `info' rule rather than `info-real'.
579 No more info/COPYING (not even the right license for info/ files).
580 Distribute new build-aux files.
581
582 * info/: Remove from repository.
583
584 2013-12-11 Glenn Morris <rgm@gnu.org>
585
586 * info/dir: Add octave-mode.
587
588 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
589
590 Remove the option of using libcrypto.
591 This scorches the earth and waits for spring;
592 see Ted Zlatanov and Stefan Monnier in
593 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
594 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
595 Do not say whether Emacs is configured to use a crypto library,
596 since it's no longer an option.
597 (gl_CRYPTO_CHECK): Define a dummy.
598 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
599
600 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
601
602 * configure.ac: Disable libcrypto by default.
603
604 Merge from gnulib, incorporating:
605 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
606 * m4/gl-openssl.m4: Update from gnulib.
607
608 2013-12-08 Eli Zaretskii <eliz@gnu.org>
609
610 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
611 statically.
612
613 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
614
615 * configure.ac: Simplify supression of GTK deprecation warning.
616 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
617 and into config.h, to shorten the command line when doing 'make'.
618 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
619
620 Use libcrypto's checksum implementations if available, for speed.
621 On commonly used platform libcrypto uses architecture-specific
622 assembly code, which is significantly faster than the C code we
623 were using. See Pádraig Brady's note in
624 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
625 Merge from gnulib, incorporating:
626 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
627 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
628 2013-12-04 include_next: minimize code duplication
629 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
630 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
631 * configure.ac (--without-all): Set with_openssl_default too.
632 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
633 (HAVE_LIB_CRYPTO): New var.
634 Say whether Emacs is configured to use a crypto library.
635 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
636 New files, copied from gnulib.
637 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
638 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
639 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
640 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
641 Update from gnulib.
642
643 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
644
645 * .dir-locals.el (log-edit-move): Add the "Author: " header.
646
647 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
648
649 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
650 starting with %emacs_dir%.
651
652 2013-11-30 Glenn Morris <rgm@gnu.org>
653
654 Stop keeping (most) generated cedet grammar files in the repository.
655 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
656 Add admin/grammars Makefile.
657 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
658 Also clean admin/grammars, if present.
659
660 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
661
662 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
663
664 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * configure.ac (HAVE_MENUS): Remove.
667
668 2013-11-28 Glenn Morris <rgm@gnu.org>
669
670 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
671
672 2013-11-28 Eli Zaretskii <eliz@gnu.org>
673
674 * GNUmakefile (Makefile): Don't use $(CFG).
675 (CFG): Don't compute.
676
677 * configure.ac (PATH_SEP): Set and AC_SUBST.
678
679 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
680
681 Merge from gnulib, incorporating:
682 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
683 * lib/getgroups.c: Update from gnulib.
684
685 2013-11-27 Glenn Morris <rgm@gnu.org>
686
687 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
688 * Makefile.in (abs_builddir, leimdir): Remove.
689 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
690 (epaths-force-w32): No longer set BLD.
691 (leim): Remove.
692 (install-arch-indep): No longer run or install leim.
693 (mostlyclean, clean): No longer run leim rule.
694 (bootstrap-clean): Change leim target.
695 (maintainer-clean): Add leim.
696 (check-declare): Remove leim.
697 * README: Update for leim changes.
698 * configure.ac (leimdir): Remove.
699 (standardlisppath): No more leimdir.
700
701 * make-dist: Update for files from leim/ now being in lisp/leim/.
702
703 2013-11-26 Glenn Morris <rgm@gnu.org>
704
705 Preload leim-list.el.
706 * Makefile.in (abs_builddir): New, set by configure.
707 (buildlisppath): Add leim/.
708 (epaths-force-w32): Set BLD.
709
710 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
711
712 Fix some dependency problems that cause unnecessary recompiles.
713 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
714 Remove.
715 (LIBXMENU): Now is always either empty or a file name,
716 so that it can be used as a dependency.
717
718 2013-11-20 Glenn Morris <rgm@gnu.org>
719
720 * make-dist: Distribute build-aux/msys-to-w32.
721
722 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
723
724 * build-aux/msys-to-w32: New file.
725 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
726 (msys_w32prefix_subst): Rename from msys_prefix_subst.
727 Operate on w32prefixpattern.
728 (epaths-force-w32): Use build-aux/msys-to-w32.
729
730 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
731
732 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
733 It apparently doesn't work for GCC 3, and I suppose it's more
734 trouble than it's worth to worry about this.
735
736 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
737
738 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
739
740 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
741
742 Simplify, port and tune bool vector implementation.
743 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
744
745 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
746
747 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
748
749 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
750
751 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
752 * make-dist: Don't distribute nt/msysconfig.sh.
753
754 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
755
756 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
757
758 Merge from gnulib, incorporating:
759 2013-11-08 extern-inline: port better to OS X 10.9
760 2013-11-08 fpending: fix regression on DragonFly BSD
761 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
762 Update from gnulib.
763
764 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
765
766 Port to C11 aligned_alloc.
767 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
768 and doug_lea_malloc.
769 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
770 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
771 not darwin and !aligned_alloc.
772
773 2013-11-05 Glenn Morris <rgm@gnu.org>
774
775 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
776 config.status computes it.
777 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
778
779 * autogen/: Remove directory. Move update_autogen to admin/.
780 * autogen.sh: Remove reference to copy_autogen.
781 * GNUmakefile (configure):
782 * Makefile.in (bootstrap): Do not try to run copy_autogen.
783 * config.bat: Use msdos/autogen rather than autogen.
784
785 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
786
787 Simplify and port recent bool vector changes.
788 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
789 New symbols to configure.
790
791 2013-11-04 Eli Zaretskii <eliz@gnu.org>
792
793 * configure.ac: Don't disallow builds in non-ASCII directories.
794 (Bug#15260)
795
796 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
797
798 Port to stricter C99 platforms.
799 Merge from gnulib, incorporating:
800 2013-11-03 intprops: port to Oracle Studio c99
801 * lib/intprops.h: Update from gnulib.
802
803 2013-11-02 Glenn Morris <rgm@gnu.org>
804
805 * Makefile.in (check): Depend on all.
806
807 2013-10-31 Glenn Morris <rgm@gnu.org>
808
809 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
810
811 2013-10-30 Glenn Morris <rgm@gnu.org>
812
813 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
814 Also clean admin/unidata, if present.
815
816 2013-10-27 Glenn Morris <rgm@gnu.org>
817
818 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
819
820 2013-10-25 Glenn Morris <rgm@gnu.org>
821
822 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
823
824 2013-10-24 Glenn Morris <rgm@gnu.org>
825
826 * configure.ac:
827 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
828 Avoid non-portable "`\" nesting.
829
830 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
831
832 * Makefile.in (abs_top_srcdir): New, set by configure.
833
834 2013-10-23 Glenn Morris <rgm@gnu.org>
835
836 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
837
838 Progress towards allowing installation in directories with whitespace.
839 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
840 (install-arch-indep, install-etcdoc, install-info, install-man)
841 (install-etc, uninstall, install-nt, uninstall-nt):
842 Quote entities that might contain whitespace.
843 * build-aux/update-subdirs: Handle whitespace in argument.
844 Check cd return value.
845
846 Make building in directories with whitespace possible. (Bug#15675)
847 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
848 (src/.gdbinit): Use ac_abs_top_srcdir.
849 * Makefile.in (abs_srcdir): New, set by configure.
850 (buildlisppath, epaths-force-w32): Use abs_srcdir.
851 (install-arch-indep, install-etcdoc, install-info, install-man)
852 (install-etc): Quote entities that might contain whitespace.
853
854 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
855
856 Merge from gnulib, incorporating:
857 2013-10-14 acl: allow cross-compilation to Gentoo
858 2013-10-18 extern-inline: make safe for -Wundef usage
859 2013-09-30 fpending: use pure+const function attrs
860 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
861
862 2013-10-13 Glenn Morris <rgm@gnu.org>
863
864 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
865
866 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
867
868 Merge from gnulib, incorporating:
869 2013-10-10 strtoumax: port to Solaris 8
870 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
871 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
872 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
873 * m4/strtoumax.m4:
874 Update from gnulib.
875
876 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
879 string when gnutls2 is installed but gnutls3 is not.
880
881 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
882
883 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
884
885 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
886
887 * configure.ac: Update for giflib 5. (Bug#15531)
888
889 2013-10-08 Eli Zaretskii <eliz@gnu.org>
890
891 * configure.ac (HAVE_MENUS): Define unconditionally.
892
893 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
894
895 Improve support for popcount and counting trailing zeros (Bug#15550).
896 Do this by using the Gnulib modules for this.
897 This should generate faster code on non-GCC, non-MSC platforms,
898 and make the code a bit more portable, at least in theory.
899 * lib/count-one-bits.c, lib/count-one-bits.h:
900 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
901 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
902 New files, copied from gnulib.
903 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
904
905 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
906
907 Use hardware support for byteswapping on glibc x86 etc.
908 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
909 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
910
911 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
912
913 Merge from gnulib, incorporating:
914 2013-10-02 verify: new macro 'assume'
915 2013-09-26 dup2, dup3: work around another cygwin crasher
916 2013-09-26 getdtablesize: work around cygwin issue
917
918 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
919
920 Merge from gnulib, incorporating:
921 2013-09-24 manywarnings: enable nicer gcc warning messages
922 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
923 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
924 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
925 and -funit-at-a-time, since manywarnings does that for us now.
926
927 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
928
929 * configure.ac: With clang, check for and use -Wno-switch,
930 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
931
932 2013-09-23 Daniel Colascione <dancol@dancol.org>
933
934 * configure.ac: Check for valgrind headers.
935
936 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
937
938 * INSTALL: New homepage of libtiff.
939
940 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
941
942 Work around performance bug on OS X 10.8 and earlier.
943 Perhaps Apple will fix this bug some day.
944 See the thread starting with Daniel Colascione's email in:
945 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
946 * configure.ac (FORTIFY_SOUR): New verbatim section.
947
948 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
949
950 Merge from gnulib, incorporating:
951 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
952 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
953 2013-09-19 extern-inline: do not always suppress extern inline on OS X
954 2013-09-17 getgroups: statement without effect
955 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
956
957 2013-09-19 Eli Zaretskii <eliz@gnu.org>
958
959 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
960 is in the full /d/foo/bar form. See the discussion in
961 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
962 and in particular
963 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
964 and its followups, for the details.
965
966 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
967
968 * configure.ac: Do not check for g_type_init because we
969 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
970 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
971 suitable glib should provide g_type_init unconditionally.
972
973 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
974
975 * configure.ac: Add check for OSX 10.5, required for macfont.o.
976
977 2013-09-09 Glenn Morris <rgm@gnu.org>
978
979 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
980 (LDFLAGS): Move nocombreloc option from here...
981 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
982
983 2013-09-08 Glenn Morris <rgm@gnu.org>
984
985 * configure.ac (--without-compress-install):
986 Rename from --without-compress-info. (Bug#9789)
987 (GZIP_INFO): Remove.
988 (GZIP_PROG): Allow --without-compress-install to disable it.
989 * Makefile.in (GZIP_INFO): Remove all references.
990
991 * info/dir: Tweak emacs-gnutls entry.
992
993 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
994
995 Port --without-x --enable-gcc-warnings to Fedora 19.
996 * configure.ac (WERROR_CFLAGS): Omit redundant use of
997 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
998 -Wunused-parameter. If there is no window system, also omit
999 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
1000 is needed for Fedora 19.
1001
1002 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1003
1004 Make --without-x compatible with --enable-gcc-warnings.
1005 * configure.ac: If both --without-x and --enable-gcc-warnings are
1006 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
1007 and -Wno-unused-but-set-parameter.
1008
1009 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
1010
1011 Makefile improvements.
1012 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
1013 (src): Remove duplicate dependency on FRC.
1014 Invoke just one submake, not two. Avoid the need for 'pwd'.
1015
1016 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
1017
1018 * configure.ac: Add ns_check_file.
1019
1020 2013-08-31 Glenn Morris <rgm@gnu.org>
1021
1022 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
1023 and voxware to oss.
1024
1025 2013-08-31 Ulrich Müller <ulm@gentoo.org>
1026
1027 * configure.ac: Allow for --with-sound=voxware that will enable
1028 sound but otherwise disable ALSA. This will use the OSS device,
1029 typically /dev/dsp, for sound output. (Bug#15067)
1030
1031 2013-08-31 Glenn Morris <rgm@gnu.org>
1032
1033 * make-dist: Update for nt/INSTALL* changes.
1034
1035 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1036
1037 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1038 for portability to hosts where /bin/sh has problems.
1039
1040 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1043
1044 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
1045
1046 Simplify EMACS_TIME-related code.
1047 Merge from gnulib, incorporating:
1048 2013-08-27 timespec: new convenience constants and function
1049
1050 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1051
1052 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1053 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
1054
1055 2013-08-27 Glenn Morris <rgm@gnu.org>
1056
1057 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
1058
1059 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1060 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1061 * Makefile.in (check-info-dir): Ignore efaq-w32.
1062
1063 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1064 (maintainer-clean, check-declare): Remove pointless subshells.
1065 Check cd return value.
1066
1067 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1068
1069 Minor merge from gnulib (mostly just for texinfo.tex).
1070
1071 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1072
1073 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1074 This improves on the patch already installed, by quoting options
1075 that contain spaces and suchlike systematically, so that
1076 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1077 these characters.
1078
1079 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1080
1081 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1082 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1083 and reports EINVAL, try it again without O_CLOEXEC. This should
1084 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1085 What were they thinking?
1086
1087 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1088
1089 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1090 Fix shell-operator precedence problem in previous change.
1091
1092 2013-08-20 Glenn Morris <rgm@gnu.org>
1093
1094 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1095 Clean test/automated if present.
1096
1097 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1098
1099 Merge from gnulib, incorporating:
1100 2013-08-15 warnings: minor optimization
1101 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1102
1103 2013-08-15 Ken Brown <kbrown@cornell.edu>
1104
1105 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1106
1107 2013-08-15 Glenn Morris <rgm@gnu.org>
1108
1109 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1110 * Makefile.in (install-arch-indep):
1111 Do not install etc/refcards TeX intermediate files.
1112
1113 2013-08-14 Ulrich Müller <ulm@gentoo.org>
1114
1115 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1116
1117 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1118
1119 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1120
1121 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1122
1123 Minor zlib configuration tweaks.
1124 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1125
1126 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1127
1128 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1129
1130 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1131
1132 Merge from gnulib, incorporating:
1133 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1134 2013-08-10 sys_time: port to OpenBSD
1135
1136 2013-08-12 Glenn Morris <rgm@gnu.org>
1137
1138 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1139 with configure's standard --docdir argument. All uses updated.
1140 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1141 (install-etcdoc): Rename from install-doc. All uses updated.
1142 (uninstall): Run uninstall-doc.
1143 (PSS): Add misc-ps.
1144 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1145 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1146 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1147 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1148 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1149 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1150
1151 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 Add --with-zlib to 'configure'.
1154 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1155 can be built without zlib. Don't assume that -lz is needed on
1156 non-PNG hosts. Mention zlib configuration status in 'configure' output.
1157
1158 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1159
1160 * configure.ac: Test for zlib.
1161
1162 2013-08-10 Eli Zaretskii <eliz@gnu.org>
1163
1164 * configure.ac: Define and substitute UPDATE_MANIFEST.
1165
1166 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1167
1168 * info/dir: Add todo-mode.
1169
1170 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
1171
1172 Fix some minor races in hosts lacking mkostemp (Bug#15015).
1173 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
1174 * configure.ac (mkostemp): Remove check for this function;
1175 gnulib does the check now.
1176 (mkstemp): Remove check for this no-longer-used function.
1177 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
1178 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
1179 New files, copied from Gnulib.
1180 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1181
1182 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1183
1184 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add
1185 --without-file-notification to --without-all.
1186
1187 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
1188
1189 * INSTALL: Fix description.
1190
1191 2013-07-27 Glenn Morris <rgm@gnu.org>
1192
1193 * configure.ac: Extend the --with-sound option to allow
1194 specification of OSS or ALSA (see bug#14812#64).
1195
1196 2013-07-25 Glenn Morris <rgm@gnu.org>
1197
1198 * info/dir: Add ido.
1199
1200 * make-dist: Add a --tests option, to include test/.
1201
1202 2013-07-24 Glenn Morris <rgm@gnu.org>
1203
1204 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
1205
1206 2013-07-23 Glenn Morris <rgm@gnu.org>
1207
1208 * configure.ac (etc, lisp): No need to create specially.
1209 Configure already creates lisp, src/Makefile now creates etc.
1210
1211 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1212
1213 Port to GNU/Linux systems with tinfo but not ncurses.
1214 * configure.ac (USE_NCURSES): New symbol.
1215
1216 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1217
1218 Fix array bounds violation when pty allocation fails.
1219 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1220 not sizeof pty_name, since pty_name is now a pointer to the array.
1221
1222 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1223
1224 * configure.ac: Simplify --with-file-notification handling.
1225
1226 2013-07-12 Glenn Morris <rgm@gnu.org>
1227
1228 * configure.ac: If with-file-notification=yes, if gfile not found,
1229 go on to try inotify (not on MS Windows or Nextstep).
1230
1231 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1232
1233 Fix races with threads and file descriptors.
1234 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1235
1236 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1237
1238 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1239
1240 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1241
1242 * configure.ac (HAVE_W32): Avoid nested functions (the second
1243 argument of AC_LANG_PROGRAM is already expanded inside a
1244 function). (Bug#14830)
1245
1246 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1247
1248 Port recent close-on-exec changes to Cygwin (Bug#14821).
1249 * lib/binary-io.c, lib/binary-io.h: New files.
1250 Merge from gnulib, incorporating:
1251 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1252 * lib/pipe2.c: Update from gnulib, as part of this merge.
1253 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1254
1255 Handle errno and exit status a bit more carefully.
1256 * lib/ignore-value.h: Remove this gnulib-imported file.
1257 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1258
1259 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
1260
1261 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1262
1263 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1264
1265 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1266 This incorporates the following merge from gnulib:
1267 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1268
1269 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1270
1271 Port to Ubuntu 10 (Bug#14803).
1272 * configure.ac (accept4): New function to check for.
1273
1274 Make file descriptors close-on-exec when possible (Bug#14803).
1275 * configure.ac (mkostemp): New function to check for.
1276 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1277 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1278 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1279 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1280
1281 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
1282
1283 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1284 http://bugs.debian.org/712974
1285
1286 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1287
1288 Remove some unused macros from 'configure'.
1289 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1290 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1291 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1292 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1293 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1294 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1295 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1296 Remove these macros, as they are not used.
1297 (sys_siglist): Remove macro; src/sysdep.c now does this.
1298
1299 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1300 Also check that it links. Say whether it compiled and linked.
1301
1302 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
1303
1304 Merge from gnulib, incorporating:
1305 2013-06-23 ignore-value: port to gcc -pedantic
1306 2013-06-21 extern-inline: port to gcc -std=c89
1307
1308 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1309
1310 Do not use GTK 3 if it exists but cannot be compiled.
1311 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1312 exists but cannot be compiled.
1313
1314 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * Makefile.in (install-arch-indep): Do not create directories passed
1317 with --enable-locallisppath.
1318
1319 2013-06-24 Glenn Morris <rgm@gnu.org>
1320
1321 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1322
1323 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * .bzrignore: Add GNU idutils ID database file.
1326
1327 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1328
1329 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1330 as a fallback.
1331
1332 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * .bzrignore: Don't unignore cl-loaddefs.el.
1335
1336 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1337
1338 * configure.ac (log2): Check for this function.
1339
1340 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * .bzrignore: Add GNU GLOBAL files.
1343
1344 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1345
1346 Use functions, not macros, for XINT etc. (Bug#11935).
1347 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1348 as it generates bogus warnings about reasonable casts of calls.
1349
1350 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1351
1352 * configure.ac: Report ACL usage at the end (Bug#14612).
1353
1354 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1355
1356 --without-all should imply --with-file-notification=no. (Bug#14569)
1357 * configure.ac (with_file_notification): Default to $with_features.
1358
1359 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1360
1361 Merge from gnulib, incorporating:
1362 2013-06-02 sig2str: port to C++
1363 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1364
1365 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1366
1367 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1368 (with_file_notification): Don't set to gfile if with_ns = yes.
1369
1370 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1371
1372 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
1373 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1374 New variables.
1375 (epaths-force-w32): Use them. (Bug#14513)
1376
1377 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1378
1379 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1380
1381 2013-06-03 Eli Zaretskii <eliz@gnu.org>
1382
1383 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1384 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1385
1386 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1387
1388 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1389 used. Remove xgselect.o from XOBJ.
1390
1391 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1392
1393 * configure.ac (file-notification): New option, replaces inotify option.
1394 (HAVE_W32): Remove w32notify.o.
1395 (with_file_notification): Add checks for glib and w32. Adapt check
1396 for inotify.
1397 (Summary): Add entry for file notification.
1398
1399 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1400 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1401
1402 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
1403
1404 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1405
1406 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1407
1408 * INSTALL: Fix description.
1409
1410 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1411
1412 * configure.ac (HAVE_XRANDR): Check availability of
1413 XRRGetScreenResources rather than that of XRRQueryExtension.
1414
1415 2013-05-18 Eli Zaretskii <eliz@gnu.org>
1416
1417 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1418 nt/epaths.nt, and nt/INSTALL.MSYS.
1419
1420 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1421
1422 Port --enable-gcc-warnings to clang.
1423 * configure.ac (nw): Remove obsolescent warnings.
1424 These aren't needed for clang, or for gcc for that matter.
1425 (emacs_cv_clang): New var, which tests for clang.
1426 Omit warnings that clang is too picky about.
1427 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1428 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1429
1430 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1431 Otherwise, 'configure; make' fails on non-Windows builds.
1432
1433 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1434
1435 * lib/Makefile.am: If building for MS-Windows, include
1436 nt/gnulib.mk instead of lib/gnulib.mk.
1437
1438 * configure.ac: Adapt to MSYS build on MS-Windows.
1439
1440 * Makefile.in (NTDIR): New variable, for the MSYS build on
1441 MS-Windows.
1442 (SUBDIR): Add $(NTDIR).
1443 (.PHONY): Add epaths-force-w32.
1444 (msys_to_w32): New variable.
1445 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1446 (lib-src src): Add $(NTLIB) to prerequisites.
1447 (lib lib-src lisp leim nt): Add 'nt'.
1448 (config.status): Use $(CFG).
1449 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1450 (install, install-arch-dep): Add install-$(NTDIR).
1451 (uninstall): Depend on uninstall-$(NTDIR).
1452 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1453
1454 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
1455 CONFIG_SITE for the MSYS build on MS-Windows.
1456 (Makefile): Use $(CFG).
1457
1458 * .bzrignore: Ignore *.res, *.tmp, and *.map. Remove
1459 src/emacs.res.
1460
1461 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
1462
1463 Merge from gnulib, incorporating:
1464 2013-05-15 manywarnings: update for GCC 4.8.0
1465 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
1466 2013-05-15 sig2str, stdio, warnings: port to clang
1467
1468 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * Makefile.in (install-doc): DOC file is not version specific any more.
1471 * .bzrignore: Don't ignore DOC-* any more.
1472
1473 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
1474
1475 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
1476 Reported privately by Han Boetes <han@boetes.org>.
1477
1478 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * lib/makefile.w32-in (ACL_H): New macro.
1481 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
1482
1483 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
1484
1485 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
1486 * configure.ac: Remove -with-acl option, since Gnulib does that for
1487 us now.
1488 (LIBACL_LIBS): Remove; no longer needed.
1489 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
1490 for the benefit of the new ACL implementation.
1491 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
1492 ($(BLD)/acl-errno-valid.$(O)): New rule.
1493 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
1494 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
1495 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
1496 New files, taken from gnulib.
1497 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1498
1499 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
1500
1501 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
1502 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
1503
1504 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
1505
1506 Merge from gnulib, incorporating:
1507 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
1508
1509 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
1510
1511 * make-dist: Keep necessary restrictions on file access.
1512
1513 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
1514
1515 Merge from gnulib, incorporating:
1516 2013-04-28 extern-inline: work around bug in Sun c99
1517
1518 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
1519
1520 Merge from gnulib, incorporating:
1521 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
1522
1523 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
1524
1525 Port better to AIX (Bug#14258).
1526 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
1527 we did not already infer an optimization option, and -O works.
1528 AIX xlc needs -O, otherwise garbage collection doesn't work.
1529
1530 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 * make-dist: Do not distribute admin/unidata/Makefile.
1533 It is generated by 'configure'.
1534
1535 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
1536 It messes up 'make distclean', and contains no useful information
1537 because it's a copy of subdirs.el.
1538
1539 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
1540
1541 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
1542
1543 2013-04-18 Glenn Morris <rgm@gnu.org>
1544
1545 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
1546 (LN_S_FILEONLY): New output variable.
1547 * Makefile.in (LN_S): Remove.
1548 (LN_S_FILEONLY): New, set by configure.
1549 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
1550
1551 2013-04-12 Ken Brown <kbrown@cornell.edu>
1552
1553 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
1554 `canonical' is `x86_64-unknown-cygwin'.
1555
1556 2013-04-09 Ken Brown <kbrown@cornell.edu>
1557
1558 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
1559 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
1560 (Bug#12993)
1561
1562 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
1563
1564 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
1565 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
1566 and if not on GNU/Linux or FreeBSD.
1567 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
1568 lib/*.o is profiled too.
1569
1570 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
1571
1572 Merge from gnulib, incorporating:
1573 2013-03-29 stdalign: port to stricter ISO C11
1574 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
1575 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
1576
1577 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
1578
1579 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
1580 Subsumed by HAVE_XKB. All uses changed.
1581
1582 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
1583
1584 * configure.ac (HAVE_XKB): Define if Xkb is present.
1585
1586 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
1587
1588 Merge from gnulib, incorporating:
1589 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
1590
1591 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
1592
1593 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
1594 * Makefile.in (QUIET_SUBMAKE): New macro.
1595 (install-info, uninstall): Use it.
1596
1597 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
1598 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
1599 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
1600 no way to do this in pkg-config, so make do with a reasonable
1601 approximation.
1602
1603 Automate the build of ja-dic.el (Bug#13984).
1604 * .bzrignore: Add leim/ja-dic/.
1605
1606 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
1607
1608 File synchronization fixes (Bug#13944).
1609 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
1610 (fsync): Remove check; now done by gnulib.
1611 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
1612 New files, from gnulib.
1613 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1614
1615 Merge from gnulib, incorporating:
1616 2013-03-13 putenv: port to Solaris 10
1617 2013-03-12 mktime: fix configure typo
1618 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
1619 2013-03-11 putenv: avoid compilation warning on mingw
1620 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
1621
1622 2013-03-11 Glenn Morris <rgm@gnu.org>
1623
1624 * Merge in all changes up to version 24.3 release.
1625
1626 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
1627
1628 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
1629 It can mess up 'configure' runs.
1630
1631 2013-03-05 Glenn Morris <rgm@gnu.org>
1632
1633 * Makefile.in (install-man): Ignore gzip exit status.
1634
1635 2013-03-03 Glenn Morris <rgm@gnu.org>
1636
1637 * make-dist: Remove lzma (it's replaced by xz).
1638
1639 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
1640
1641 Merge from gnulib, incorporating:
1642 2013-02-21 putenv: port better to native Windows
1643 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
1644 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
1645
1646 2013-02-28 Ken Brown <kbrown@cornell.edu>
1647
1648 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
1649
1650 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
1651
1652 Simplify data_start configuration (Bug#13783).
1653 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
1654 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
1655 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
1656 not always needed.
1657 (HAVE_DATA_START): New macro.
1658
1659 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
1660
1661 Parallelize documentation builds.
1662 This speeds up building of documentation on multiprocessor
1663 platforms, and is motivated by Texinfo 5.0, which is much slower.
1664 Add a toplevel rule 'make docs' to make all the documentation.
1665 * .bzrignore: Add .dvi, .html, .ps.
1666 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
1667 ($(DOCS), docs, vi, html, pdf, ps): New rules.
1668 (info-real): Depend on $(INFOS) rather than doing it sequentially.
1669 (dvi): Depend on $(DVIS) rather than doing it sequentially.
1670
1671 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
1672
1673 Fix AIX port (Bug#13650).
1674 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
1675
1676 2013-02-12 Eli Zaretskii <eliz@gnu.org>
1677
1678 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
1679 ($(BLD)/memrchr.$(O)): New dependency.
1680
1681 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
1682
1683 Tune by using memchr and memrchr.
1684 * .bzrignore: Add string.h.
1685 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1686 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
1687 New files, from gnulib.
1688
1689 Merge from gnulib, incorporating:
1690 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
1691 2013-02-09 secure_getenv: fix C++ declaration typo
1692
1693 2013-02-11 Glenn Morris <rgm@gnu.org>
1694
1695 * configure.ac (emacs_config_options): Record some env vars.
1696
1697 2013-02-10 Glenn Morris <rgm@gnu.org>
1698
1699 * configure.ac (emacs_config_options): Strip out the (internal)
1700 arguments --no-create and --no-recursion.
1701
1702 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 Merge from gnulib, incorporating:
1705 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
1706 The MS-Windows port can remove careadlinkatcwd at its convenience.
1707 2013-02-08 extensions: port better to HP-UX
1708 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
1709 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
1710 2013-02-04 secure_getenv: new module [module not used by Emacs]
1711 2013-01-30 sys_time: port to Solaris 2.6
1712
1713 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
1714
1715 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
1716 On my host, this speeds up directory-files-and-attributes by a
1717 factor of 3, when applied to Emacs's src directory.
1718 These functions are standardized by POSIX and are common these
1719 days; fall back on a (slower) gnulib implementation if the host
1720 is too old to supply them.
1721 * .bzrignore: Add lib/dirent.h.
1722 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
1723 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
1724 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
1725 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1726 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
1727 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
1728 * m4/fstatat.m4: New files, from gnulib.
1729 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
1730 These last three are specific to Emacs and are not copied from gnulib.
1731 They are simpler than the gnulib versions and are tuned for Emacs.
1732
1733 2013-02-01 Glenn Morris <rgm@gnu.org>
1734
1735 * make-dist: Only README files exist in lisp/ now, not README*.
1736
1737 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
1738
1739 * .bzrignore: Add lib-src/blessmail.
1740
1741 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
1742
1743 Merge from gnulib, incorporating:
1744 2013-01-16 unistd: port to recent mingw
1745
1746 2013-01-19 Glenn Morris <rgm@gnu.org>
1747
1748 * Makefile.in (install-arch-indep): Put back a chmod that was
1749 removed 2012-05-19. (Bug#13430)
1750
1751 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1752
1753 Merge from gnulib, incorporating:
1754 2013-01-16 largefile: port better to Mac OS X 10.5
1755 2013-01-15 stdint: fix build with Android's Bionic fox x86
1756
1757 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
1758
1759 * configure.ac: Document that --enable-gcc-warnings emits errors.
1760 (Bug#13448)
1761
1762 2013-01-13 Glenn Morris <rgm@gnu.org>
1763
1764 * make-dist: Add options for xz compression and no compression.
1765
1766 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
1767
1768 Enable conservative stack scanning for all architectures.
1769 Suggested by Stefan Monnier in
1770 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
1771 * configure.ac (GC_MARK_STACK): Remove.
1772
1773 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
1774
1775 * lib/getopt_.h: Remove trailing CRs that crept in.
1776
1777 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1778
1779 * lib/getopt_.h: Regenerate.
1780
1781 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
1782
1783 Merge from gnulib, incorporating:
1784 2013-01-09 stdlib: port to Solaris 2.6
1785
1786 2013-01-04 Glenn Morris <rgm@gnu.org>
1787
1788 * info/dir: Add htmlfontify.
1789
1790 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
1791
1792 Merge from gnulib, incorporating:
1793 2013-01-04 stdio: remove now-unnecessary stdio.c
1794 2013-01-04 fprintftime: depend on stdio, not ignore-value
1795 2013-01-04 fwrite: silence __wur only for older glibc versions
1796 2013-01-04 fwrite: silence __wur without using inline
1797 * lib/stdio.c: Remove.
1798 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
1799 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1800
1801 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
1802
1803 Merge from gnulib, incorporating copyright-date changes and:
1804 2012-12-31 dup2: work around cygwin bug
1805
1806 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
1807
1808 * configure.ac: Check for GtkHandlebox.
1809 Check for GtkTearoffMenuItem.
1810 New enable: --enable-gtk-deprecation-warnings, default off.
1811 (HAVE_GTK3): If above enable is off, add
1812 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
1813
1814 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
1815
1816 * configure.ac (TEMACS_LDFLAGS2): Don't define.
1817 (LIBS_GNUSTEP): Set for GNUstep and substitute.
1818 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
1819
1820 2012-12-27 Glenn Morris <rgm@gnu.org>
1821
1822 * configure.ac (emacs_config_options): New.
1823 Use $@ rather than undocumented $ac_configure_args.
1824 Replace any embedded double quotes. (Bug#13274)
1825
1826 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1827
1828 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
1829 (Bug#13222)
1830
1831 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
1832
1833 Revert static checking of stack smashing.
1834 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
1835 configured with --enable-gcc-warnings. -Wstack-protector causes
1836 diagnostics to be issued on Ubuntu 12.10 x86-64.
1837
1838 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
1839
1840 Merge from gnulib, incorporating:
1841 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
1842 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
1843 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
1844
1845 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1846
1847 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
1848
1849 2012-12-16 Romain Francoise <romain@orebokech.com>
1850
1851 * configure.ac (acl): New option.
1852 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
1853 provided by libacl on GNU/Linux.
1854
1855 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1856
1857 Fix permissions bugs with setgid directories etc. (Bug#13125)
1858 * configure.ac (BSD4_2): Remove; no longer needed.
1859
1860 2012-12-13 Glenn Morris <rgm@gnu.org>
1861
1862 * info/dir: Add bovine, srecode, wisent.
1863
1864 2012-12-13 Andreas Schwab <schwab@suse.de>
1865
1866 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
1867 (uninstall): Likewise. (Bug#13143)
1868
1869 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
1870
1871 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1872 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
1873 * m4/extern-inline.m4: Update from gnulib.
1874
1875 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
1876
1877 * lib/makefile.w32-in (SIG2STR_H): New macro.
1878 ($(BLD)/sig2str.$(O)): Update dependencies.
1879
1880 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
1881
1882 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
1883 There's no need to test for any of three inotify functions,
1884 since we use all three. Check for just the first one.
1885
1886 2012-12-10 Daniel Colascione <dancol@dancol.org>
1887
1888 * .bzrignore: Add src/emacs.res.
1889
1890 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
1891 build how to compile Windows resource files; use these variables
1892 to tell src/Makefile.in how and whether to compile resources.
1893
1894 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1895
1896 * configure.ac (inotify): New option.
1897 (HAVE_INOTIFY): Test for inotify.
1898
1899 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
1900
1901 * configure.ac: Fix source command in .gdbinit.
1902 Don't quote $MAKEINFO.
1903
1904 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
1905
1906 Allow spaces in some configuration vars (Bug#13078).
1907 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
1908 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
1909 All uses quoted, to allow spaces in these vars.
1910
1911 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1912
1913 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
1914 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
1915 New files, copied automatically from gnulib.
1916 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1917
1918 2012-12-08 Eli Zaretskii <eliz@gnu.org>
1919
1920 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
1921 Remove a stray character at the beginning of the file.
1922 (Bug#13026)
1923
1924 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
1925
1926 Simplify get_lim_data.
1927 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
1928
1929 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
1930 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
1931 Use SIGCHLD rather than SIGCLD.
1932 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
1933 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1934 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
1935
1936 2012-12-06 Glenn Morris <rgm@gnu.org>
1937
1938 * configure.ac: Handle info/ files with or without ".info" extension.
1939
1940 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
1941
1942 Merge from gnulib for 'inline' (Bug#13040), incorporating:
1943 2012-11-29 snippet/warn-on-use: no 'static inline'
1944 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
1945 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
1946 2012-11-29 fflush, stat: no 'static inline'
1947 2012-11-29 stdio: better 'inline'
1948 2012-11-29 sys_stat: no 'static inline'
1949 2012-11-29 unistd: better 'inline'
1950 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
1951 2012-11-29 extern-inline: no 'static inline'
1952 2012-11-29 sys_socket: better 'inline'
1953 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
1954 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
1955 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
1956 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
1957 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
1958 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
1959 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
1960 Update from gnulib.
1961
1962 2012-11-27 Eli Zaretskii <eliz@gnu.org>
1963
1964 * make-dist (nt): Adjust to changes in names of the *.manifest files.
1965
1966 2012-11-24 Ken Brown <kbrown@cornell.edu>
1967
1968 * configure.ac (HAVE_MOUSE): Remove.
1969
1970 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
1971
1972 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
1973 * configure.ac: Do not check for dirent.h or closdir.
1974
1975 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
1976
1977 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
1978 * configure.ac: Do not check for getcwd or getwd.
1979
1980 2012-11-21 Glenn Morris <rgm@gnu.org>
1981
1982 * configure.ac (--enable-profiling): Doc fix.
1983
1984 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 Improve static checking of integer overflow and stack smashing.
1987 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
1988 if using GCC 4.7.2 or later on a platform with
1989 at least 64-bit long int. This improves static checking on these
1990 platforms, when configured with --enable-gcc-warnings.
1991
1992 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
1993
1994 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
1995 * configure.ac: Do not check for fcntl.h.
1996 * lib/gnulib.mk: Regenerate.
1997
1998 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 Remove no-longer-used pty_max_bytes variable.
2001 * configure.ac (fpathconf): Remove unnecessary check.
2002
2003 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2004
2005 Use faccessat, not access, when checking file permissions (Bug#12632).
2006 * .bzrignore: Add lib/fcntl.h.
2007 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
2008 (gl_FCNTL_O_FLAGS): Define a dummy version.
2009 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
2010 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
2011 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
2012 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
2013 New files, from gnulib.
2014 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2015
2016 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2017
2018 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2019 * configure.ac (setpgid, setsid): Assume their existence.
2020 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
2021
2022 Simplify by assuming __fpending.
2023 Now that Emacs is using the gnulib fpending module,
2024 there's no need for Emacs to have a separate implementation.
2025 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
2026 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
2027
2028 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2029
2030 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
2031 $(BLD)/close-stream.$(O).
2032 ($(BLD)/close-stream.$(O))
2033 ($(BLD)/fpending.$(O)): New dependencies.
2034
2035 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2036
2037 Fix data-loss with --batch (Bug#9574).
2038 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
2039 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
2040 New files, from gnulib.
2041 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2042
2043 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2044
2045 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
2046
2047 2012-11-02 Glenn Morris <rgm@gnu.org>
2048
2049 * Makefile.in (EMACS_ICON): New variable.
2050 (install-etc): Use EMACS_ICON to allow choice of icon.
2051
2052 2012-10-26 Glenn Morris <rgm@gnu.org>
2053
2054 * Makefile.in (EMACS_NAME): New variable.
2055 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
2056
2057 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
2058 applied to $EXEEXT.
2059
2060 * Makefile.in (uninstall): Don't abort if some directories are missing.
2061 Apply transformation rules to manual pages, desktop and icon files.
2062 No more emacs22 icons to uninstall.
2063
2064 2012-10-24 Glenn Morris <rgm@gnu.org>
2065
2066 * Makefile.in (install-etc, install-man):
2067 Don't apply program transform to standard file suffixes.
2068
2069 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2072 This ports to Gentoo. Problem originally reported against coreutils,
2073 but Emacs has it too.
2074
2075 2012-10-23 Glenn Morris <rgm@gnu.org>
2076
2077 * Makefile.in (emacs_transform): Remove.
2078 (install-man): Revert 2012-10-21 change. (Bug#12713)
2079
2080 2012-10-21 Glenn Morris <rgm@gnu.org>
2081
2082 * Makefile.in (install-etc): Don't install emacs22 icons.
2083
2084 * Makefile.in (emacs_transform): New variable.
2085 (install-etc): Prefer a make variable to a shell variable.
2086
2087 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2090
2091 2012-10-15 Glenn Morris <rgm@gnu.org>
2092
2093 * Makefile.in (install-man, install-etc):
2094 Apply $TRANSFORM. (Bug#12536#34)
2095 (clean): Delete etc/emacs.tmpdesktop.
2096
2097 2012-10-11 Kenichi Handa <handa@gnu.org>
2098
2099 * .bzrignore: Add several files under admin/charsets.
2100
2101 2012-10-08 Daniel Colascione <dancol@dancol.org>
2102
2103 * configure.ac: Add --with-w32 as a window system option.
2104 Limit it to Cygwin for now. Integrate w32 into the refactored window
2105 system configuration and set TERM_HEADER to w32term.h when w32 is
2106 configured.
2107
2108 (CYGWIN_OBJ): Add cygw32.o.
2109
2110 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2111
2112 * configure.ac: Check that OSX is 10.4 or newer.
2113
2114 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2115
2116 Improve sys_siglist detection.
2117 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2118 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2119
2120 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2121
2122 Merge from gnulib, incorporating:
2123 2012-10-02 pselect: reject invalid file descriptors
2124 2012-10-02 ptsname: reject invalid file descriptors
2125 2012-10-02 manywarnings: cater to more gcc infelicities
2126 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2127 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2128 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2129 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2130
2131 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2132
2133 Merge from gnulib, incorporating:
2134 2012-09-28 extern-inline: provide a -Wundef safe config.h
2135
2136 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2137
2138 Check more robustly for timer_settime.
2139 This should fix an OS X build problem reported by Ivan Andrus in
2140 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2141 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2142 does threads its own way.
2143 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2144
2145 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2146
2147 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2148 to avoid problems with recursion when using GNU make.
2149
2150 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2151
2152 * Makefile.in (bootstrap): Simplify build procedure.
2153 Suggested by Wolfgang Jenker in
2154 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2155
2156 Merge from gnulib, incorporating:
2157 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
2158
2159 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2160
2161 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
2162
2163 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2164
2165 * Makefile.in (bootstrap): Revert last change. Run config.status
2166 after config.status --recheck, run configure from $(srcdir).
2167 (config.status): Run configure from $(srcdir).
2168
2169 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2170
2171 * Makefile.in: Fix build error on FreeBSD.
2172 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
2173 Suggested by Wolfgang Jenker in
2174 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
2175 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
2176 This undoes part of the 2012-09-10 patch.
2177 (bootstrap): Run ./configure, rather than trying to run config.status
2178 if it exists. That builds src/epaths.h more reliably.
2179 Run autogen/copy_autogen if autogen.sh fails,
2180 to create 'configure'; problem reported by Andreas Schwab in
2181 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
2182 * autogen.sh: Exit with status 1 when failing due to missing tools,
2183 reverting the 2012-09-10 change to this file.
2184 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
2185 Use 'cp -f' for the build-aux files, since the destinations are
2186 typically read-only.
2187
2188 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2189 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
2190 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
2191
2192 2012-09-17 Glenn Morris <rgm@gnu.org>
2193
2194 * configure.ac (copyright): New output variable.
2195 (COPYRIGHT): New AC_DEFINE.
2196
2197 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2198
2199 Remove configure's --without-sync-input option (Bug#12450).
2200 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
2201
2202 2012-09-16 Glenn Morris <rgm@gnu.org>
2203
2204 Increase compartmentalization of Nextstep builds rules,
2205 and store Emacs version number in fewer versioned files.
2206 * configure.ac (ns_appsrc): Use relative names.
2207 (ns_frag): Remove.
2208 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2209 (nextstep/Makefile): Generate these nextstep files.
2210 (SUBDIR_MAKEFILES): Add nextstep.
2211 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2212 * make-dist (nextstep/templates): Add directory.
2213 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2214 (nextstep/Cocoa/Emacs.base/Contents)
2215 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
2216
2217 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2218
2219 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2220 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2221 (_setjmp, _longjmp): Remove.
2222
2223 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2224
2225 * configure.ac (--without-sync-input): Fix typo in usage message.
2226
2227 * configure.ac: Port to hosts lacking gtk.
2228 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2229 better, in particular, problems in invoking pkg-config itself.
2230 This is useful on hosts that don't have pkg-config.
2231 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2232 and gtk2 are both missing. Problem found on Solaris 8.
2233
2234 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2235
2236 * configure.ac: Reorder Xaw3d messages.
2237 Report Gtk+ 3 as GTK.
2238
2239 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2240
2241 Simplify SIGIO usage (Bug#12408).
2242 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2243 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2244 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2245 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2246 to #undef SIGIO now (which was error-prone). Likewise, all uses
2247 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2248
2249 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2250
2251 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2252 and then gtk2 if not found.
2253 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2254 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2255 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2256
2257 2012-09-11 Glenn Morris <rgm@gnu.org>
2258
2259 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2260 Be more explicit about dependencies, for parallel `make install'.
2261
2262 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2263
2264 Simplify, document, and port floating-point (Bug#12381).
2265 * configure.ac (logb, cbrt): Do not check for these functions,
2266 as they are not being used.
2267
2268 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2269
2270 Improve robustness of 'make bootstrap' (Bug#12376).
2271 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2272 * INSTALL, README: Document autogen.sh.
2273 * Makefile.in (Makefile): Mark it as precious, since it's updated
2274 atomically.
2275 (MAKE_CONFIG_STATUS): New macro.
2276 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2277 to run config.status with the --recheck option, which is more
2278 appropriate for a bootstrap.
2279 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2280 about failures due to missing tools.
2281 * autogen.sh: Exit with status 101 when failing due to missing tools.
2282 * make-dist: Distribute autogen.sh.
2283
2284 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2285
2286 Assume C89 or later for math functions (Bug#12381).
2287 * configure.ac (frexp, fmod): Remove checks for these functions,
2288 as we now assume them.
2289 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2290 (HAVE_EXCEPTION):
2291 Remove; no longer needed.
2292
2293 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 More signal-handler cleanup (Bug#12327).
2296 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2297
2298 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2299
2300 Signal-handler cleanup (Bug#12327).
2301 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2302 Adjust to syssignal.h changes.
2303 (SIGNAL_H_AB): Remove; no longer needed.
2304
2305 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2306
2307 Simplify redefinition of 'abort' (Bug#12316).
2308 * configure.ac (NO_ABRT): Remove.
2309
2310 * configure.ac (_setjmp, _longjmp): Check by compiling
2311 instead of by guessing. The guesses were wrong for
2312 recent versions of Solaris, such as Solaris 11.
2313
2314 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2315
2316 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2317 It generates false alarms in doc.c, regex.c, xdisp.c. See
2318 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2319
2320 Merge from gnulib, incorporating:
2321 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2322 2011-11-30 manywarnings: update the list of "all" warnings
2323
2324 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2325
2326 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2327
2328 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2329
2330 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2331 This ports to glibc 2.15 or later, when configured with
2332 --enable-gcc-warnings. See Eric Blake in
2333 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2334
2335 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2336
2337 * configure.ac: Introduce term_header variable, which holds the
2338 value which will become TERM_HEADER in code. We effect our choice
2339 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2340 instead of using ad-hoc variables and flags for each window
2341 system.
2342
2343 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2344
2345 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2346 and if the user has not specified CFLAGS. -g3 simplifies
2347 debugging, since it makes macros visible to the debugger.
2348
2349 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2352
2353 2012-08-25 Eli Zaretskii <eliz@gnu.org>
2354
2355 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2356 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2357
2358 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2359
2360 On assertion failure, print backtrace if available.
2361 Merge from gnulib, incorporating:
2362 2012-08-24 execinfo: port to FreeBSD
2363 2012-08-22 execinfo: new module
2364 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2365 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2366
2367 2012-08-22 Glenn Morris <rgm@gnu.org>
2368
2369 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2370 do not create the bin/emacs link. (Bug#12011)
2371
2372 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2373
2374 Merge from gnulib, incorporating:
2375 2012-08-20 extern-inline: support old GCC 'inline'
2376
2377 2012-08-20 Glenn Morris <rgm@gnu.org>
2378
2379 * configure.ac (AC_PROG_LN_S): Test for ln.
2380 * Makefile.in (LN_S): New, set by configure.
2381 (install-arch-dep): Use $LN_S.
2382
2383 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2384
2385 Merge from gnulib, incorporating:
2386 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2387 2012-08-19 mktime, sys_select: avoid 'static inline'
2388 2012-08-19 gnulib-tool: Fix indentation.
2389
2390 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2391
2392 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2393 These files have been unused since the 2012-06-22 patch that
2394 introduced high-resolution time stamps.
2395
2396 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2397
2398 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2399 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2400
2401 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2402
2403 Merge from gnulib, incorporating:
2404 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2405
2406 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2409 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2410 ($(BLD)/u64.$(O)): Update dependencies.
2411
2412 2012-08-10 Glenn Morris <rgm@gnu.org>
2413
2414 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2415
2416 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2417
2418 * configure.ac (--disable-features): Rename to --without-all.
2419 (OPTION_DEFAULT_ON): Change to use with_features.
2420 * INSTALL: Fix description.
2421
2422 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2423
2424 * configure.ac: New option --disable-features.
2425 (OPTION_DEFAULT_ON): Change to use enable_features.
2426 * INSTALL: Explain --disable-features.
2427
2428 2012-08-07 Glenn Morris <rgm@gnu.org>
2429
2430 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2431 * autogen.sh (automake_min): Get it from configure.ac.
2432
2433 2012-08-06 Glenn Morris <rgm@gnu.org>
2434
2435 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2436
2437 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2438 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2439 (DISPNEW_NEEDS_STDIO_EXT): New define.
2440
2441 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
2442
2443 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
2444
2445 2012-08-05 Ulrich Müller <ulm@gentoo.org>
2446
2447 * configure.ac: Disable paxctl if binaries don't have a
2448 PT_PAX_FLAGS program header. (Bug#11979)
2449
2450 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2451
2452 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2453 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2454 (SHA512_H): Don't mention u64.h twice.
2455 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
2456 New targets.
2457
2458 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
2459
2460 Merge from gnulib, incorporating:
2461 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
2462
2463 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2464
2465 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
2466 out-of-tree build.
2467
2468 2012-08-02 Glenn Morris <rgm@gnu.org>
2469
2470 * make-dist: Remove src/s.
2471
2472 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
2473
2474 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2475
2476 Merge from gnulib (Bug#12116), incorporating:
2477 2012-08-01 extern-inline: new module
2478 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
2479 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
2480 New files. The new .c files are for instantiating extern inline
2481 functions.
2482
2483 Port to Solaris 8.
2484 Without this change, 'configure' fails because the recently-added
2485 wait3 prototype in config.h messes up later 'configure' tests.
2486 Fix this problem by droping wait3 and WRETCODE, as they're
2487 no longer needed on hosts that are current porting targets.
2488 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
2489 All uses changed to waitpid and WEXITSTATUS.
2490
2491 Avoid needless autoheader after autogen.sh.
2492 * .bzrignore: Add src/stamp-h.in.
2493 * autogen.sh: Create src/stamp-h.in.
2494
2495 2012-08-01 Glenn Morris <rgm@gnu.org>
2496
2497 * configure.ac (DOS_NT, MSDOS): New system type templates.
2498
2499 2012-08-01 Ulrich Müller <ulm@gentoo.org>
2500
2501 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
2502 Don't include crtbegin.o and crtend.o. (Bug#12047)
2503
2504 2012-08-01 Glenn Morris <rgm@gnu.org>
2505
2506 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
2507 (INTERNAL_TERMINAL): New.
2508
2509 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
2510 (IS_ANY_SEP): Move here from src/lisp.h.
2511
2512 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
2513
2514 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
2515 (CONF_POST_H): New macro.
2516
2517 2012-07-31 Glenn Morris <rgm@gnu.org>
2518
2519 * configure.ac (S_FILE): Remove output variable.
2520
2521 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
2522
2523 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
2524 Move here from src.
2525
2526 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
2527 Move here from conf_post.h.
2528
2529 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2530
2531 Improve OpenMotif detection on GNU/Linux systems.
2532 * configure.ac (MOTIF): Check for /usr/include/openmotif
2533 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
2534
2535 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2536
2537 * Makefile.in (install-arch-indep): Avoid eval.
2538
2539 2012-07-31 Glenn Morris <rgm@gnu.org>
2540
2541 * configure.ac (opsysfile, S_FILE): Now they are always empty.
2542
2543 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
2544 when removing src/s/sol2-6.h yesterday.
2545
2546 * configure.ac (USG5_4): Reintroduce this.
2547 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
2548
2549 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
2550
2551 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
2552 and to s/usg5-4-common.h on irix6-5.
2553
2554 2012-07-30 Glenn Morris <rgm@gnu.org>
2555
2556 * configure.ac (AH_BOTTOM): Use an include file, so that the
2557 contents do not get processed by autoheader.
2558
2559 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
2560
2561 Do not overwrite config.status while executing it (Bug#11214).
2562 * Makefile.in (MAKEFILE_NAME): New macro.
2563 ($(MAKEFILE_NAME)): Rename rule from Makefile.
2564 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
2565 so that GNU 'make' isn't tempted to make the Makefile and then
2566 regenerate config.status while config.status is running.
2567
2568 Update .PHONY listings in makefiles.
2569 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
2570 FRC, install-arch-dep, install-arch-indep, install-doc,
2571 install-info, install-man, install-etc, install-strip, uninstall,
2572 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
2573 (.RECURSIVE): Remove; hasn't been needed for years.
2574
2575 2012-07-30 Glenn Morris <rgm@gnu.org>
2576
2577 * configure.ac (SIGNAL_H_AHB): New hack macro.
2578 (opsysfile): Set to empty on netbsd, openbsd.
2579 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
2580
2581 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
2582
2583 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
2584
2585 * Makefile.in (install-arch-indep): Remove sh -x.
2586
2587 2012-07-30 Glenn Morris <rgm@gnu.org>
2588
2589 * configure.ac (opsysfile): Tweak message for null case.
2590
2591 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
2592 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
2593
2594 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
2595
2596 * Makefile.in (install-arch-indep): Handle space in locallisppath.
2597
2598 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2599
2600 Use Gnulib environ module (Bug#9772).
2601 * m4/environ.m4: New file, from gnulib.
2602 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2603
2604 Use Gnulib stdalign module (Bug#9772, Bug#9960).
2605 This should improve portability of macros like alignof and DECL_ALIGN.
2606 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
2607 * .bzrignore: Add lib/stdalign.h.
2608 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
2609 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
2610 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
2611 fiddles with this, as gnulib now does this for us.
2612
2613 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2614
2615 Fix toolkit configuration report.
2616 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
2617 --with-x-toolkit=gtk3 is used.
2618
2619 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2620
2621 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
2622 * configure.ac: Configure gnulib at the end, not before running
2623 pkg-config. This restores the behavior before 2012-06-22, when
2624 higher-resolution time stamps were added, and fixes a bug whereby
2625 LIB_PTHREAD was not used and gnulib's part of 'configure'
2626 therefore incorrectly assumed that pthread_sigmask wasn't working.
2627 Fix the problem with -lrt and clock_gettime a different way.
2628 This should complete the fix for Bug#11884.
2629 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
2630
2631 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2632
2633 Merge from gnulib, incorporating:
2634 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
2635 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
2636
2637 2012-07-14 Glenn Morris <rgm@gnu.org>
2638
2639 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
2640 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
2641
2642 2012-07-13 Glenn Morris <rgm@gnu.org>
2643
2644 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
2645
2646 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
2647 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
2648 Move "system type" macros here from src/s.
2649 (BSD_SYSTEM_AHB): New hack macro.
2650 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
2651
2652 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
2653 (GC_MARK_SECONDARY_STACK): Move here from src/s.
2654
2655 2012-07-12 Glenn Morris <rgm@gnu.org>
2656
2657 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
2658 setting here from src/s/darwin.h.
2659
2660 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
2661 as src/s/darwin.h used to.
2662
2663 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
2664 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
2665 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
2666 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
2667 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
2668 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
2669 (XOS_NEEDS_TIME_H): Move here from src/s.
2670
2671 2012-07-11 Glenn Morris <rgm@gnu.org>
2672
2673 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
2674 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
2675
2676 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2677
2678 * configure.ac (tzset): Remove check that's redundant with gnulib.
2679
2680 2012-07-11 Glenn Morris <rgm@gnu.org>
2681
2682 * configure.ac (CLASH_DETECTION): Define unconditionally.
2683
2684 * configure.ac (opsysfile): Use bsd-common on gnu systems.
2685
2686 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
2687 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
2688
2689 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
2690
2691 Assume mkdir, rename, rmdir, strerror.
2692 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
2693
2694 2012-07-11 Glenn Morris <rgm@gnu.org>
2695
2696 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
2697
2698 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
2699
2700 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
2701
2702 Remove "#define unix" that is no longer needed (Bug#11905).
2703 Merge from gnulib to make "#define unix" unnecessary, incorporating:
2704 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
2705 2012-07-09 getopt: Simplify after Emacs changed.
2706
2707 2012-07-10 Glenn Morris <rgm@gnu.org>
2708
2709 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
2710 Move here from src/s.
2711
2712 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
2713
2714 * configure.ac (PNG_DEPSTRUCT): Define this instead of
2715 PNG_DEPRECATED.
2716
2717 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2718
2719 Add GCC-style 'const' attribute to functions that can use it.
2720 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
2721 (ATTRIBUTE_CONST): New macro, in config.h.
2722
2723 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
2724
2725 * lib/makefile.w32-in: Rework dependencies.
2726 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
2727 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
2728 (U64_H, SHA512_H): New macros.
2729 (SRC): Redefine to point to src/, not current directory.
2730 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2731 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
2732 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2733 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
2734 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
2735 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
2736 ($(BLD)/filemode.$(O)): Update dependencies.
2737
2738 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
2739
2740 Merge from gnulib, incorporating:
2741 2012-07-09 timespec: mark functions with const attributes
2742
2743 Rename configure.in to configure.ac (Bug#11603).
2744 The name 'configure.in' has been obsolescent for quite some time,
2745 and the next release of Autoconf will generate warnings for it.
2746 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
2747 'configure.in' as autoconf input" in the Autoconf git repository.
2748 * configure.ac: Rename from configure.in.
2749 * INSTALL, INSTALL.BZR, README, make-dist:
2750 * Makefile.in (AUTOCONF_INPUTS):
2751 * autogen.sh (autoconf_min):
2752 * autogen/update_autogen (sources):
2753 Adjust to reflect new name.
2754
2755 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
2756
2757 Restore deprecation warnings, except for older libpng.
2758 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
2759 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
2760 (PNG_DEPRECATED): Define when compiling with older PNG versions.
2761
2762 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
2763
2764 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
2765
2766 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
2767
2768 Improve static checking when configured --with-ns.
2769 See Samuel Bronson's remarks in
2770 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
2771 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
2772 a no-op with recent GCC and harmful in earlier ones.
2773 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
2774 warning when compiling with ObjC. Always omit
2775 -Wunsafe-loop-optimizations, as we don't mind when optimization is
2776 being done correctly.
2777
2778 2012-07-07 Glenn Morris <rgm@gnu.org>
2779
2780 * configure.in (BROKEN_SA_RESTART): Doc fix.
2781
2782 * configure.in: Rather than checking for things then undef'ing
2783 them on some platforms, simply don't check for them.
2784 (getwd): Don't check for it on unixware.
2785 (random, rint): Don't check for these on hpux.
2786 (res_init, libresolv): Don't check for these on darwin.
2787
2788 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
2789
2790 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
2791 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
2792 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
2793 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
2794
2795 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2796
2797 * configure.in: Document --enable-gcc-warnings better.
2798
2799 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
2800 This is safer than strcasecmp, which has unspecified behavior
2801 outside the POSIX locale and in practice sometimes does not work
2802 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
2803 * configure.in (strcasecmp, strncasecmp): Remove checks.
2804
2805 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
2806 * lib/c-strncasecmp.c: New files, taken from gnulib.
2807 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2808
2809 Merge from gnulib, incorporating:
2810 2012-07-06 timespec-sub: avoid duplicate include
2811 Reported by Juanma Barranquero.
2812
2813 2012-07-06 Glenn Morris <rgm@gnu.org>
2814
2815 * make-dist [update]: Let autoreconf figure out what needs updating.
2816 Use `make info-real'. leim/leim-list.el should always exist.
2817 Check cd return value.
2818
2819 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2820
2821 Merge from gnulib. This is for OpenBSD 5.1 amd64.
2822 * m4/sys_time_h.m4: New version from gnulib, incorporating:
2823 2012-07-05 sys_time: allow too-wide tv_sec
2824
2825 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
2826
2827 Merge from gnulib.
2828 * lib/alloca.in.h: New version from gnulib, incorporating:
2829 2012-07-03 alloca: add support for HP NonStop TNS/E native
2830
2831 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
2832
2833 * configure.in: If --enable-gcc-warnings, disable
2834 -Wunsafe-loop-optimizations for -O1 optimization level.
2835
2836 2012-06-30 Glenn Morris <rgm@gnu.org>
2837
2838 * configure.in (standardlisppath): New output variable.
2839 (lisppath): Use standardlisppath.
2840 * Makefile.in (standardlisppath): New, set by configure.
2841 (epaths-force): Use standardlisppath and locallisppath rather than
2842 lisppath.
2843
2844 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2845
2846 * configure.in: Fix previous change. Remove --enable-asserts.
2847 (CPPFLAGS): Remove conditional -DXASSERTS=1.
2848 Add --enable-link-time-optimization.
2849 * INSTALL: Mention this.
2850
2851 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2852
2853 * configure.in: Add glyphs category to --enable-checking option.
2854 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
2855
2856 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
2857
2858 * configure.in (ENABLE_CHECKING): Update comment.
2859
2860 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
2861
2862 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
2863 Emacs proper no longer uses these headers, and can rely on Gnulib
2864 for these checks.
2865
2866 Merge from gnulib.
2867 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2868 getopt-posix: No longer guarantee that option processing is resettable.
2869
2870 2012-06-27 Glenn Morris <rgm@gnu.org>
2871
2872 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
2873
2874 * INSTALL: Remove references to paths.el.
2875
2876 2012-06-26 Eli Zaretskii <eliz@gnu.org>
2877
2878 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
2879 This replaces separate dependency for each object file, which required
2880 the same object file to be mentioned twice, causing failures in
2881 parallel builds.
2882
2883 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2884
2885 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
2886 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
2887
2888 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
2889
2890 * configure.in (AC_CHECK_FUNCS): Detect library functions
2891 strcasecmp and strncasecmp.
2892
2893 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2894
2895 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
2896 We might as well use the spelling standardized by C11,
2897 as in the long run that should simplify maintenance.
2898 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
2899
2900 2012-06-24 Eli Zaretskii <eliz@gnu.org>
2901
2902 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
2903 ($(BLD)/timespec-add.$(O))
2904 ($(BLD)/timespec-sub.$(O)): Don't depend on
2905 $(EMACS_ROOT)/nt/inc/sys/time.h.
2906
2907 * lib/stat-time.h:
2908 * lib/timespec.h:
2909 * lib/utimens.h: Revert last change.
2910
2911 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
2912
2913 Merge from gnulib.
2914 * m4/getopt.m4: Copy new version from gnulib, incorporating:
2915 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
2916
2917 2012-06-23 Eli Zaretskii <eliz@gnu.org>
2918
2919 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
2920 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
2921 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
2922 $(BLD)/timespec-sub.$(O).
2923 ($(BLD)/dtotimespec.$(O))
2924 ($(BLD)/gettime.$(O))
2925 ($(BLD)/timespec-add.$(O))
2926 ($(BLD)/timespec-sub.$(O)): New dependencies.
2927
2928 * lib/stat-time.h:
2929 * lib/timespec.h:
2930 * lib/utimens.h: Include sys/time.h.
2931
2932 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
2933
2934 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
2935 the correct CFLAGS and LIBS.
2936
2937 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2938
2939 Support higher-resolution time stamps (Bug#9000).
2940 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
2941 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
2942 that the new clock stuff doesn't clash with RSVG_LIBS.
2943 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
2944 as gnulib does that for us now.
2945 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
2946 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
2947 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
2948 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
2949 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
2950 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
2951 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
2952 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
2953 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
2954 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
2955 New files, copied automatically from gnulib.
2956 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
2957
2958 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2959
2960 Merge from gnulib.
2961 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
2962 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
2963 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
2964 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
2965 Copy new versions from gnulib, incorporating the following changes:
2966 2012-06-22 time_r: fix typo that always overrode localtime_r decl
2967 2012-06-22 Write "Mac OS X" instead of "MacOS X".
2968 2012-06-21 mktime: fix integer overflow in 'configure'-time test
2969 2012-06-21 nonblocking: Avoid compilation error on mingw64.
2970 2012-06-19 stat, fstat: Avoid warnings on mingw64.
2971 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
2972
2973 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
2974
2975 * configure.in: Rename --enable-use-lisp-union-type to
2976 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
2977 instead of USE_LISP_UNION_TYPE.
2978
2979 2012-06-12 Glenn Morris <rgm@gnu.org>
2980
2981 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
2982 (opsysfile): Set specially for sol2-10.
2983
2984 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
2985 New AC_DEFINEs, for hpux11.
2986 (opsysfile): Set specially for hpux11.
2987
2988 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2989
2990 * configure.in: Coalesce some function checking.
2991 This makes 'configure' a bit smaller.
2992 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
2993
2994 2012-06-12 Glenn Morris <rgm@gnu.org>
2995
2996 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
2997
2998 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
2999
3000 * configure.in: Anticipate platforms with no src/s file.
3001
3002 2012-06-12 Chong Yidong <cyd@gnu.org>
3003
3004 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
3005
3006 2012-06-11 Glenn Morris <rgm@gnu.org>
3007
3008 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
3009
3010 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
3011
3012 * configure.in (dbus_type_is_valid): Check for library function.
3013
3014 2012-06-06 Glenn Morris <rgm@gnu.org>
3015
3016 * INSTALL, make-dist: Remove vcdiff.
3017
3018 2012-06-03 Glenn Morris <rgm@gnu.org>
3019
3020 * INSTALL, make-dist: Remove rcs-checkin.
3021
3022 2012-06-03 Ulrich Müller <ulm@gentoo.org>
3023
3024 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
3025
3026 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
3027
3028 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
3029 It is confusingly named and rarely useful. See, for example,
3030 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
3031 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
3032 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
3033 * configure.in: Remove --disable-maintainer-mode.
3034 (USE_MAINTAINER_MODE, MAINT): Remove.
3035
3036 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
3037
3038 Make 'configure' a bit smaller and faster.
3039 * configure.in (INSTALL_INFO): Set it with one call to
3040 AC_PATH_PROG, not three.
3041 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
3042 so likely that it'll be needed.
3043 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
3044 (AC_PROG_MAKE_SET): Remove; Automake does this.
3045 (sysinfo): Do not check for this function, as it's never used.
3046 (tzset): Check for this function just once.
3047 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
3048 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
3049
3050 2012-05-27 Eli Zaretskii <eliz@gnu.org>
3051
3052 * config.bat (lib): Create/update lib/stdalign.in-h and
3053 lib/sys_types.in-h.
3054
3055 * lib/makefile.w32-in ($(BLD)/md5.$(O))
3056 ($(BLD)/sha1.$(O))
3057 ($(BLD)/sha256.$(O))
3058 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
3059 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
3060
3061 * lib/getopt_.h: Regenerate.
3062
3063 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3064
3065 Assume gnulib does largefile.
3066 Gnulib does the largefile configuration anyway, so when configure.in
3067 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3068 * configure.in (AC_SYS_LARGEFILE): Remove.
3069 * lib/gnulib.mk: Autoupdate.
3070
3071 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3072
3073 Merge from gnulib. (Bug#11527)
3074
3075 The build procedure now creates <stdalign.h> and <sys/types.h> for
3076 older hosts that lack a working <stdalign.h> or whose
3077 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3078 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
3079 msdos and nt builds.
3080
3081 Here is a precis of gnulib changes that seem relevant; please see
3082 the gnulib ChangeLog for details.
3083
3084 2012-05-18 crypto: fix bug in large buffer handling
3085 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3086 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3087 2012-05-08 warnings.m4: give a means to specify the program to compile
3088 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3089 2012-04-21 Large File Support for native Windows platforms.
3090 2012-04-14 stat: Bypass buggy override in mingw64.
3091 2012-03-29 stdio: don't assume gets any more
3092 2012-03-24 Enable common subexpression optimization in GCC.
3093 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3094 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3095 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3096 2012-01-21 stdint: Add support for Android.
3097 2012-01-15 Improve support for MSVC 9.
3098 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3099 2012-01-05 Use ', not `, for quoting output.
3100 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3101 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3102 2012-01-05 inttypes: Modernize.
3103 2011-12-13 inttypes, stdint: add C++11 support
3104 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3105 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3106 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3107 2011-11-09 raise: fix mingw handling of SIGPIPE
3108 2011-10-27 Add stdalign module and use it in other modules.
3109
3110 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3111 * m4/sys_types_h.m4:
3112 New files.
3113 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3114 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
3115 * build-aux/snippet/warn-on-use.h:
3116 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3117 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3118 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3119 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3120 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3121 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3122 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3123 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3124 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3125 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3126 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3127 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3128 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3129 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3130 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3131 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3132 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3133 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3134 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3135 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3136 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3137 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3138 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3139 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3140 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3141 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3142 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3143 Update from gnulib.
3144
3145 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3146
3147 Remove src/m/*.
3148 * configure.in: Remove all mention of src/m/*.
3149 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3150 All uses removed.
3151 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3152 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3153 * lib/makefile.w32-in: Remove dependencies on
3154 $(EMACS_ROOT)/src/m/intel386.h.
3155 * make-dist: Don't make links to src/m.
3156
3157 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3158
3159 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
3160 Without this further fix, aclocal was being invoked unnecessarily.
3161
3162 2012-05-22 Glenn Morris <rgm@gnu.org>
3163
3164 * Makefile.in (blessmail, install-arch-dep, uninstall):
3165 Check cd lib-src works.
3166 (install-arch-dep, uninstall): Remove unneeded subshells.
3167
3168 2012-05-21 Glenn Morris <rgm@gnu.org>
3169
3170 * update-subdirs: Move to build-aux/.
3171 * make-dist, Makefile.in (install-arch-indep): Update for this change.
3172
3173 * Makefile.in (leimdir): New, set by configure.
3174 (COPYDIR, COPYDESTS): Add leim directories.
3175 (install-leim): Remove.
3176 (install-arch-indep): Handle leim installation directly.
3177
3178 * vpath.sed: Remove unused file.
3179 * make-dist: No more vpath.sed.
3180
3181 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
3182
3183 Use full name for m4/gnulib-comp.m4. (Bug#11529)
3184 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
3185 even though the file's name in gnulib is m4/gnulib-comp.m4.
3186 This had a problem when merging from gnulib, as the code temporarily
3187 renamed it to the full name, causing problems when interrupted.
3188 Now the file has its full name, with the idea that we will find
3189 a solution for MS-DOS that does not affect the rest of Emacs.
3190 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
3191
3192 Assume C89 or later.
3193 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
3194 (POINTER_TYPE, PROTOTYPES): Remove.
3195
3196 Make merging from gnulib a script, not a makefile action.
3197 Putting it in a makefile has some problems with reflection, as
3198 merging from gnulib updates 'configure', which can update the makefile.
3199 Putting it in a standalone script breaks this loop.
3200 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
3201 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
3202 Remove, moving the actions to the script admin/merge-gnulib.
3203
3204 2012-05-21 Glenn Morris <rgm@gnu.org>
3205
3206 * configure.in (LEIM_INSTALLDIR):
3207 Rename to leimdir, treat like lispdir.
3208
3209 2012-05-21 Glenn Morris <rgm@gnu.org>
3210
3211 * Makefile.in (install-arch-indep, install-doc, install-info)
3212 (uninstall): Scrap superfluous subshells.
3213
3214 2012-05-19 Ulrich Müller <ulm@gentoo.org>
3215
3216 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3217
3218 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3219
3220 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3221 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3222 getsockopt, setsockopt, mremap, mempcpy.
3223
3224 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3225 is being removed.
3226 (AC_CHECK_FUNCS): Remove ftime.
3227
3228 2012-05-19 Glenn Morris <rgm@gnu.org>
3229
3230 * Makefile.in (install-arch-indep): Remove unneeded subshell.
3231
3232 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3233 Set permissions of lisp/subdirs.el.
3234
3235 * Makefile.in (SUBDIR): Add leim. Update users.
3236
3237 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3238
3239 * Makefile.in (leim): No need to set PARALLEL.
3240
3241 2012-05-18 Glenn Morris <rgm@gnu.org>
3242
3243 * Makefile.in (install-arch-indep, install-info, install-man):
3244 Simplify some one-sided ifs.
3245
3246 * Makefile.in: Install only the relevant DOC file.
3247 (install-arch-indep): Delete etc/DOC*.
3248 (install-doc): No more need to delete etc/DOC.
3249
3250 * Makefile.in (install-arch-indep): Split into several rules.
3251 (install-doc, innstall-info, install-man): New rules.
3252
3253 * configure.in (mandir): May as well include it in the NS app bundle.
3254
3255 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3256 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3257 (install-arch-indep): Don't install-etc for self-contained ns builds.
3258
3259 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3260 No longer unconditonally add /sw directories. (Bug#2280)
3261
3262 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3263 (install-arch-indep): Depend on install-leim.
3264 (install): Remove explicit install-leim dependence.
3265
3266 * Makefile.in (install-arch-indep):
3267 Move last element of mkdir rule here.
3268 (mkdir): Remove rule.
3269
3270 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3271 INSTALL_DATA does this for us.
3272
3273 * Makefile.in (install-arch-dep): Ensure bindir exists.
3274 Drop mkdir dependency.
3275 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3276 (install-leim): Drop mkdir dependency.
3277 (mkdir): Remove most directories, now made in relevant rules.
3278
3279 * Makefile.in (install-arch-indep): Combine adjacent loops.
3280
3281 2012-05-17 Glenn Morris <rgm@gnu.org>
3282
3283 * Makefile.in (install-etc, mkdir):
3284 Make relevant directories in install-etc rather than mkdir.
3285
3286 * Makefile.in (write_subdir): Create the directory if needed.
3287 (install-arch-dep, mkdir): No need to make site-lisp directories.
3288
3289 * Makefile.in (write_subdir): New.
3290 (install-arch-indep, install-arch-dep): Use $write_subdir.
3291
3292 * configure.in (docdir, etcdir, infodir, lispdir):
3293 For a self-contained ns build, set these to the appropriate values.
3294 * Makefile.in (install-arch-dep): No need to move info/ any more.
3295
3296 * configure.in (ns_self_contained): New output variable.
3297 * Makefile.in (ns_self_contained): New, set by configure.
3298 (install-arch-dep): For a self-contained ns build,
3299 don't bother installing binaries then immediately deleting them.
3300
3301 * Makefile.in (ns_appbindir, ns_appresdir):
3302 Move them before things that may refer to them.
3303 (install-arch-dep): No need to relocate self-contained ns libexec.
3304
3305 * configure.in (archlibdir): Set it for self-contained ns builds.
3306 (libexecdir): Don't expand it now (this is mainly cosmetic).
3307
3308 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3309
3310 * configure.in: Simplify by removing CPP etc.
3311 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3312 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3313 In particular we no longer need to fiddle with CPP, since we don't
3314 use CPP specially any more.
3315 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3316 adjusted compiler.
3317 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3318 since gl_EARLY and/or Autoconf already does these.
3319
3320 2012-05-16 Glenn Morris <rgm@gnu.org>
3321
3322 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3323 (CPP): Do not unconditionally set it on Darwin.
3324 Instead, try to test if -no-cpp-precomp is accepted.
3325 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3326
3327 2012-05-15 Glenn Morris <rgm@gnu.org>
3328
3329 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
3330
3331 * Makefile.in (install-arch-dep): Do not hard-code version number.
3332
3333 * Makefile.in (install-arch-dep): NS install no longer needs to
3334 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3335
3336 2012-05-12 Glenn Morris <rgm@gnu.org>
3337
3338 * configure.in (ns_appbindir): Remove trailing "/".
3339
3340 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3341 (MKDEPDIR): Use $MKDIR_P.
3342 * Makefile.in (MKDIR_P): New, set by configure.
3343 (mkdir): Use $MKDIR_P.
3344
3345 2012-05-11 Glenn Morris <rgm@gnu.org>
3346
3347 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
3348 Use INSTALL_DATA for the DOC file.
3349 Remove dead code for ./lisp that never executes.
3350
3351 2012-05-10 Glenn Morris <rgm@gnu.org>
3352
3353 * configure.in (LEIM_INSTALLDIR): New output variable.
3354
3355 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3358
3359 2012-05-08 Glenn Morris <rgm@gnu.org>
3360
3361 * make-dist: No more doc/lispref/*.el.
3362
3363 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3364
3365 * configure.in: Fix quoting bugs.
3366
3367 2012-05-04 Glenn Morris <rgm@gnu.org>
3368
3369 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3370
3371 2012-05-02 Glenn Morris <rgm@gnu.org>
3372
3373 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3374 the choices made by FreeBSD and NetBSD. (Bug#10313)
3375
3376 * Makefile.in (INFO_FILES): Remove variable.
3377 (INFO_NONMISC): New variable.
3378 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3379
3380 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3381 some reason caused problems on an old Solaris.
3382
3383 * Makefile.in (install-arch-indep, uninstall):
3384 Ensure that INSTALL-type commands are run from top-level.
3385
3386 * info/dir: Make some entries consistent with the source texi files.
3387
3388 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3389
3390 2012-05-02 Glenn Morris <rgm@gnu.org>
3391
3392 * Makefile.in (install-arch-indep):
3393 Combine adjacent install-data and install-info loops.
3394
3395 2012-05-01 Glenn Morris <rgm@gnu.org>
3396
3397 * Makefile.in (MAN_PAGES): Remove.
3398 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3399
3400 * configure.in: Try libtinfo for tputs.
3401 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3402
3403 * configure.in: Combine adjacent $opsys case blocks.
3404
3405 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3406
3407 * configure.in: Invert the TERMINFO logic,
3408 since "yes" is far more common than "no".
3409
3410 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3411
3412 * configure.in (LD_SWITCH_X_SITE_RPATH):
3413 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3414
3415 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3416
3417 2012-04-26 Glenn Morris <rgm@gnu.org>
3418
3419 * make-dist: No more doc/lispref/tindex.pl.
3420
3421 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3424 (dbus_validate_interface, dbus_validate_member): Check also for
3425 these library functions.
3426
3427 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3428
3429 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3430 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3431 -Werror=deprecated-declarations flag, use of hooks like
3432 __malloc_initialize_hook causes compilation to fail because these
3433 hooks are deprecated. Modify 'configure' to check for these hooks too.
3434 Simplify the 'configure' code to test for all the hooks at once.
3435 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3436 (emacs_cv_var_doug_lea_malloc): ... this new var.
3437
3438 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3439
3440 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3441 dated 2011-10-07. Regenerating from current gnulib would be a
3442 pervasive change, and currently the trunk isn't open to such changes.
3443 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3444 that gnulib does it.
3445 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3446
3447 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3448
3449 * m4/gl-comp.m4: Update. (Bug#11285)
3450
3451 2012-04-20 Ludovic Courtès <ludo@gnu.org>
3452
3453 * configure.in: Don't use the -R option (Bug#11251).
3454
3455 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
3456
3457 configure: new option --enable-gcc-warnings (Bug#11207)
3458 I have been using this change for many months in my private copy
3459 of Emacs, and have used it to find several bugs. It's mature
3460 enough to publish now.
3461 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
3462 * configure.in: Support --enable-gcc-warnings, in the style of
3463 other GNU packages such as coreutils.
3464 (C_WARNINGS_SWITCH): Remove, replacing with...
3465 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
3466 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
3467 when including system files with GCC.
3468 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
3469 * lib/Makefile.am (AM_CFLAGS): New macro.
3470 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
3471
3472 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
3473
3474 * configure.in (AC_CHECK_FUNCS):
3475 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
3476
3477 2012-04-16 Glenn Morris <rgm@gnu.org>
3478
3479 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
3480
3481 * configure.in: Remove X libs workaround for old autoconf.
3482
3483 2012-04-12 Ken Brown <kbrown@cornell.edu>
3484
3485 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
3486
3487 2012-04-11 Glenn Morris <rgm@gnu.org>
3488
3489 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
3490
3491 2012-04-10 Glenn Morris <rgm@gnu.org>
3492
3493 * configure.in: Conditionally generate admin/unidata/Makefile.
3494
3495 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
3496
3497 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
3498
3499 2012-04-09 Glenn Morris <rgm@gnu.org>
3500
3501 * Makefile.in (leim): Check cd return value. Pass fewer variables.
3502 (install-leim): Check cd return value. Pass $MFLAGS.
3503 (install-strip): Pass $MFLAGS.
3504
3505 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
3506 Eg org.texi has been using 4.7 functions for some time.
3507
3508 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
3509
3510 Check pkg-config exit status when configuring (Bug#10626).
3511 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
3512 works; check its exit status. Problem reported by Jordi Gutiérrez
3513 Hermoso in
3514 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
3515
3516 2012-04-07 Glenn Morris <rgm@gnu.org>
3517
3518 * README, configure.in (AC_INIT): Bump version to 24.1.50.
3519
3520 2012-04-07 Eli Zaretskii <eliz@gnu.org>
3521
3522 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
3523
3524 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
3525
3526 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
3527 * configure.in (LIBS_TERMCAP): Default this to the result of
3528 the tputs library search. Do a run-time test for the linkability
3529 of tputs unless cross-compiling, as that's more reliable if the
3530 link flags and libraries are messed up. Don't change LIBS as
3531 a result of the test, as that may mess up later tests.
3532
3533 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
3534
3535 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3536
3537 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
3538 specific makefiles to support getopt_.h generation with MSVC.
3539
3540 2012-02-04 Glenn Morris <rgm@gnu.org>
3541
3542 * Makefile.in (uninstall):
3543 Handle compressed info files and man pages. (Bug#10718)
3544
3545 2012-02-02 Glenn Morris <rgm@gnu.org>
3546
3547 * configure.in [HAVE_NS]:
3548 Error if use --without-toolkit-scroll-bars. (Bug#10673)
3549
3550 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
3551
3552 Port to older Solaris 10 versions (Bug#10677).
3553 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
3554 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
3555 possibly this is because Sun fixed the 'stat' bug in my version.
3556 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
3557 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
3558 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3559 These changes are based on gnulib version
3560 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
3561 because Emacs is in feature freeze and we do not want to merge any
3562 more-recent changes from gnulib.
3563
3564 2012-01-31 Glenn Morris <rgm@gnu.org>
3565
3566 * configure.in: Throw an explicit error if Motif toolkit was
3567 requested but requirements could not be found.
3568
3569 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
3570
3571 2012-01-30 Eli Zaretskii <eliz@gnu.org>
3572
3573 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
3574 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
3575 with "make -j3".
3576
3577 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
3578
3579 * .bzrignore: Ignore etc/__pycache__.
3580
3581 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
3582
3583 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
3584 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
3585 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
3586 by Nelson H. F. Beebe in
3587 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
3588
3589 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
3592
3593 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
3594
3595 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
3596 instead of LDFLAGS (Bug#10230).
3597
3598 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3599
3600 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
3601
3602 Propagate configure flags to sub-configures.
3603 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
3604 New macros.
3605 (config.status, bootstrap): Use them to propagate configure flags
3606 to sub-configures.
3607 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
3608
3609 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
3610
3611 * .bzrignore: Add config.cache.
3612
3613 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
3614
3615 * configure.in: Check for gtk_window_set_has_resize_grip.
3616
3617 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * configure.in (HAVE_XPM): Fix typo.
3620
3621 2011-11-22 Glenn Morris <rgm@gnu.org>
3622
3623 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
3624 have confusing effects on the build. (Bug#6401)
3625
3626 * Makefile.in (install-arch-dep): Tweak previous change.
3627
3628 2011-11-22 Yavor Doganov <yavor@gnu.org>
3629
3630 Do not install arch-dependent files in the app bundle if
3631 --disable-ns-self-contained is requested. (Bug#1335)
3632 * configure.in (exec_prefix, libexecdir): Define relative to
3633 `ns_appbindir' only if configured for a self-contained app.
3634 * Makefile.in (install-arch-dep): Test for the existence of
3635 libexec in the Emacs.app bundle before executing commands.
3636
3637 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
3638
3639 * configure.in: Remove reference to src/m/ibms390.h.
3640
3641 2011-11-13 Glenn Morris <rgm@gnu.org>
3642
3643 * INSTALL: Tiny updates for disk space used during installation.
3644
3645 2011-11-05 Eli Zaretskii <eliz@gnu.org>
3646
3647 * lib/makefile.w32-in (FRC): New dummy target.
3648 (TAGS): Depend on FRC.
3649
3650 2011-11-04 Glenn Morris <rgm@gnu.org>
3651
3652 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
3653 Do not include GnuTLS version info in final summary message.
3654
3655 2011-10-31 Eli Zaretskii <eliz@gnu.org>
3656
3657 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
3658 they exist there, else from autogen/.
3659
3660 * make-dist (msdos): Add depfiles.bat and inttypes.h.
3661
3662 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
3663
3664 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
3665
3666 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
3667
3668 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
3669 if the library is found. Otherwise, later configure-time tests,
3670 such as the test for pthread_sigmask, generate the wrong results
3671 on some platforms. Problem reported for FreeBSD by Nali Toja.
3672
3673 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
3674
3675 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
3676 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
3677 Remove; no longer needed, now that we defer to strftime for time
3678 zone names.
3679
3680 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
3681
3682 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
3683
3684 2011-10-18 Chong Yidong <cyd@gnu.org>
3685
3686 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
3687
3688 2011-10-13 Glenn Morris <rgm@gnu.org>
3689
3690 * configure.in: Also look for tputs in libcurses. (Bug#9736)
3691
3692 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
3693
3694 * configure.in: Remove check for -lintl (Bug#9713).
3695 The check could break 'configure' on GNU/Linux with a (broken) libintl.
3696 The check was helpful but not essential in Solaris 2.6 (1997),
3697 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
3698 obsolete -- Sun dropped support for it in 2006 -- and without
3699 access to that Silurian platform we can't maintain the code anyway.
3700
3701 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
3702
3703 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
3704 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
3705 * m4/gnulib-common.m4: Merge from gnulib.
3706 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
3707 command not found" on powerpc-apple-darwin9.8.0.
3708
3709 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
3710 This is now done by src/alloc.c.
3711
3712 2011-10-02 Richard Stallman <rms@gnu.org>
3713
3714 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
3715 and xlinux_second_failure to xgnu_linux_second_failure.
3716
3717 2011-09-29 Eli Zaretskii <eliz@gnu.org>
3718
3719 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
3720 lib/signal.in-h.
3721
3722 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
3723 Rename signal.in.h and alloca.in.h.
3724
3725 2011-09-28 Eli Zaretskii <eliz@gnu.org>
3726
3727 * INSTALL: Mention that m17n libraries and libotf are needed for
3728 Arabic shaping.
3729
3730 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
3731
3732 Merge from gnulib, improving some licensing wording.
3733 This clarifies and fixes some licensing issues raised by Glenn Morris
3734 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
3735 It also merges the latest version of texinfo.tex and has some
3736 MSVC-related changes that don't affect Emacs.
3737 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
3738 pathmax, and raise, since these are needed only to address
3739 MSVC-related issues that Emacs doesn't have.
3740 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
3741 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
3742 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
3743 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
3744 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
3745 * m4/unistd_h.m4: Merge from gnulib.
3746
3747 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
3748
3749 * configure.in: Initialize HAVE_LIBXML2.
3750
3751 2011-09-26 Glenn Morris <rgm@gnu.org>
3752
3753 * make-dist: Add lib/makefile.w32-in.
3754
3755 2011-09-24 Glenn Morris <rgm@gnu.org>
3756
3757 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
3758
3759 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3760
3761 * .dir-locals.el: Change the debbugs regexp to allow having the
3762 bug number as the first thing on a line.
3763
3764 2011-09-15 Glenn Morris <rgm@gnu.org>
3765
3766 * configure.in: Make configure work with recent GNUsteps.
3767 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
3768 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
3769 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
3770
3771 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
3772
3773 Merge from gnulib, porting to Tru64.
3774 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
3775 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
3776 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
3777 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
3778 doesn't affect Emacs.
3779
3780 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3781
3782 * configure.in (isnan): Remove now-unnecessary check.
3783
3784 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
3785
3786 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
3787 This is to fix the following problems:
3788 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
3789 configured not to use gtk or any other thread-using library,
3790 signals aren't blocked correctly.
3791 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
3792 and IRIX's signal handling.
3793 . On Cygwin 1.7.5 it works around an incompatibility with
3794 the system pthread_sigmask.
3795 . On MacOS X 10.5 (32-bit), files whose inode numbers
3796 exceed 2**31 cannot be read or manipulated.
3797 . pthread_sigmask: Actually use results of gl_THREADLIB.
3798 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
3799 . find 'ar' program that fits with --host argument.
3800 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
3801 * autogen/README: Update destination list.
3802 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
3803 The autogenerated files compile, config.guess,
3804 config.sub, depcomp, install-sh, and missing are now in build-aux.
3805 * m4/largefile.m4: New file, so that Emacs does not mess up when
3806 accessing files with large inode numbers in MacOS X 10.5 and later.
3807 * m4/nocrash.m4: New file, to avoid triggering background debugger
3808 and/or create core dumps during 'configure'.
3809 * build-aux/move-if-change: Renamed from move-if-change.
3810 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
3811 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
3812 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
3813 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
3814 * Makefile.in (epaths-force, sync-from-gnulib):
3815 move-if-change is now in build-aux.
3816 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
3817 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
3818 (mkdir): install-sh is now in build-aux.
3819 * config.bat: c++defs.h is now in build-aux/snippets.
3820 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
3821 usual parameter).
3822 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3823 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
3824 to build-aux/snippet.
3825 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
3826 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
3827 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
3828 Solaris, enables MacOS extensions, and enables nocrash during
3829 'configure'.
3830 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
3831
3832 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
3833
3834 * configure.in (snprintf): New check.
3835
3836 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
3837
3838 * configure.in (opsys): Change pattern to *-*-linux*
3839 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
3840 Remove unreachable pattern hppa*-*-linux-gnu*.
3841 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
3842 and that can't possibly work now that src/m/hp800.h no longer exists.
3843
3844 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
3845
3846 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
3847
3848 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
3849
3850 * configure.in: Add header check: sys/socket.h (Bug#8477),
3851 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
3852 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
3853
3854 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
3855
3856 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
3857 (HAVE_GTK_AND_PTHREAD): Remove.
3858
3859 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
3860
3861 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
3862 build, not just GNUstep (Bug#9177).
3863
3864 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
3865
3866 Assume freestanding C89 headers, string.h, stdlib.h.
3867 Again, this simplifies the code, and all current platforms have these.
3868 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
3869 (AC_HEADER_STDC): Remove.
3870 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
3871 (strchr, strrchr): Remove fallback macros.
3872
3873 Assume support for memcmp, memcpy, memmove, memset.
3874 This simplifies the code a bit. All current platforms have these,
3875 as they are required for C89. If this turns into a problem we
3876 can add the gnulib modules for these (a 1-line change to Makefile.in).
3877 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
3878
3879 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
3880
3881 * GNUmakefile: New file.
3882 This is for convenience, so that one can run GNU make in an
3883 unconfigured source tree, and get a default build.
3884
3885 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
3886
3887 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
3888
3889 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3890
3891 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
3892 so as to suppress address randomization (Bug#8395).
3893
3894 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
3895
3896 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
3897 This fixes a build problem on older Mac OS X hosts.
3898
3899 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
3900 test, which runs afoul of Automake installations where, for example,
3901 /usr/share/aclocal contains a copy of gl_THREADLIB.
3902 Problem reported by Sven Joachim in
3903 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
3904 This is just a quick temporary fix, specific to Emacs; I'll work
3905 with the other gnulib maintainers to get a more-permanent fix.
3906
3907 Add gnulib's strtoimax module, needed on Solaris 8.
3908 * Makefile.in (GNULIB_MODULES): Add strtoimax.
3909 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
3910 automatically imported from gnulib.
3911 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3912
3913 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
3914
3915 Add gnulib support for pthread_sigmask (Bug#9010).
3916 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
3917 * configure.in (AC_TYPE_UID_T): New dummy macro.
3918 Configure gnulib after adjusting LIBS,
3919 so that gnulib can assume the libraries in LIBS.
3920 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
3921 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
3922 * lib/pthread_sigmask.c:
3923 New files, automatically imported from gnulib.
3924 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
3925 due to the above changes.
3926 * .bzrignore: Add lib/signal.h.
3927
3928 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
3929
3930 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
3931
3932 * configure.in (maintainer-mode): Reflect default in help string.
3933
3934 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3935
3936 * configure.in: Remove reference to iris4d.h.
3937
3938 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3939
3940 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
3941
3942 2011-07-01 Glenn Morris <rgm@gnu.org>
3943
3944 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
3945
3946 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3947
3948 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
3949 which made ./configure infloop.
3950
3951 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
3952
3953 * configure.in (gsettings): New option and check for GSettings.
3954
3955 2011-06-29 Glenn Morris <rgm@gnu.org>
3956
3957 * configure.in: Try to test for the required crt*.o files.
3958
3959 2011-06-27 Bill Wohler <wohler@newt.com>
3960
3961 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
3962
3963 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
3964
3965 Use gnulib's dup2 module instead of rolling our own.
3966 * Makefile.in (GNULIB_MODULES): Add dup2.
3967 * configure.in: Do not check for dup2; gnulib does that now.
3968 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
3969
3970 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
3971
3972 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
3973
3974 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
3975
3976 Use gnulib's alloca-opt module.
3977 * .bzrignore: Add lib/alloca.h.
3978 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
3979 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
3980 as gnulib now does that for us. Put alloca check in config.h.
3981 Include <alloca.h> before any other include file, for AIX 3.
3982 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3983 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
3984
3985 2011-06-21 Leo Liu <sdl.web@gmail.com>
3986
3987 * m4/sha256.m4:
3988 * m4/sha512.m4:
3989 * m4/gl-comp.m4:
3990 * lib/u64.h:
3991 * lib/sha256.c:
3992 * lib/sha256.h:
3993 * lib/sha512.c:
3994 * lib/sha512.h:
3995 * lib/makefile.w32-in (GNULIBOBJS):
3996 * lib/gnulib.mk:
3997 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
3998 crypto/sha512 modules from gnulib.
3999
4000 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
4001
4002 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
4003
4004 2011-06-17 Glenn Morris <rgm@gnu.org>
4005
4006 * configure.in: Restore the behavior of checking crt-dir only
4007 when the user specified it (not all platforms use it).
4008
4009 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
4010
4011 * m4/lstat.m4: Merge from gnulib (Bug#8878).
4012
4013 2011-06-16 Miles Bader <miles@gnu.org>
4014
4015 * configure.in: Try to determine CRT_DIR automatically when
4016 using gcc.
4017
4018 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4019
4020 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
4021 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
4022 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
4023 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
4024 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
4025 Merge from gnulib.
4026
4027 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
4028
4029 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
4030
4031 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
4032
4033 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
4034
4035 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
4036
4037 * configure.in: Add --with-wide-int.
4038 * INSTALL: Mention this.
4039
4040 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
4041
4042 Merge from gnulib.
4043 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
4044
4045 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
4046
4047 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
4048
4049 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
4050
4051 Use 'inline', not 'INLINE'.
4052 * configure.in (INLINE): Remove.
4053
4054 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
4055
4056 Adjust to recent gnulib change for @GUARD_PREFIX@.
4057 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
4058 All uses of _GL_ for guard prefixes in lib/*.h replaced with
4059 _@GUARD_PREFIX@_.
4060
4061 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4062
4063 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
4064
4065 2011-05-24 Glenn Morris <rgm@gnu.org>
4066
4067 * Makefile.in (check): Just give a message if no test/ directory.
4068
4069 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4070
4071 * configure.in (OPT_MAKEFILES_IN): Remove.
4072 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4073 (SUBDIR_MAKEFILES_IN): New output variable.
4074 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4075 (SUBDIR_MAKEFILES_IN): Let configure set it.
4076
4077 2011-05-24 Leo Liu <sdl.web@gmail.com>
4078
4079 * m4/sha1.m4:
4080 * m4/gl-comp.m4:
4081 * lib/sha1.h:
4082 * lib/sha1.c:
4083 * lib/makefile.w32-in (GNULIBOBJS):
4084 * lib/gnulib.mk:
4085 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4086
4087 2011-05-24 Glenn Morris <rgm@gnu.org>
4088
4089 * configure.in: Remove test for already configured source directory.
4090 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4091
4092 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4093
4094 2011-05-24 Glenn Morris <rgm@gnu.org>
4095
4096 * make-dist: Don't distribute test/. (Bug#8107)
4097 * configure.in (OPT_MAKEFILES_IN): New output variable.
4098 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4099 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4100 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4101 (check): Give an explicit error if test/ is not present.
4102
4103 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4104 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4105 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4106
4107 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4108
4109 * lib/verify.h: Merge from gnulib.
4110
4111 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4112
4113 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4114 Merge from gnulib.
4115
4116 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4117
4118 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4119
4120 2011-05-20 Eli Zaretskii <eliz@gnu.org>
4121
4122 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4123
4124 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4125
4126 2011-05-20 Glenn Morris <rgm@gnu.org>
4127
4128 * configure.in (lisp_frag): New output file.
4129
4130 2011-05-19 Glenn Morris <rgm@gnu.org>
4131
4132 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4133 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4134
4135 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4136
4137 * lib/gnulib.mk:
4138 * lib/intprops.h:
4139 * lib/unistd.in.h:
4140 * m4/inttypes.m4:
4141 * m4/stdint.m4:
4142 * m4/unistd_h.m4: Sync from gnulib.
4143
4144 2011-05-14 Glenn Morris <rgm@gnu.org>
4145
4146 * configure.in: Treat failure to find an X toolkit the same way we treat
4147 failure to find X and image support.
4148
4149 2011-05-12 Glenn Morris <rgm@gnu.org>
4150
4151 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4152 (check-declare): Shell portability fixes. (Bug#8642)
4153
4154 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4155
4156 * configure.in: Require GnuTLS 2.6.x or higher.
4157
4158 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4159
4160 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
4161 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
4162 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
4163
4164 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
4165 This new gnulib-tool option saves 'configure' the trouble of
4166 checking for strtoull when strtoumax exists.
4167
4168 * configure.in (BITS_PER_LONG_LONG): New macro.
4169
4170 2011-05-05 Glenn Morris <rgm@gnu.org>
4171
4172 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
4173 (top_distclean): Delete config.log~.
4174
4175 2011-04-27 Ben Key <bkey76@gmail.com>
4176
4177 * configure.in: Fixed a bug that caused configure with
4178 --enable-checking=stringoverrun to have no effect.
4179
4180 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
4181
4182 * configure.in: Suppress unnecessary checks for size_t.
4183 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
4184 (size_t): Do not check for this, and do not typedef. This code
4185 is never exercised now.
4186
4187 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4188 This is needed for the new integer-reading code in lread.c.
4189 It automatically pulls in the following gnulib files, which
4190 are used on old-fashioned platforms that don't have strtoumax:
4191 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
4192 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
4193 m4/strtoull.m4, m4/strtoumax.m4.
4194 * .bzrignore: Add lib/inttypes.h.
4195
4196 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4197
4198 * configure.in: Check for GnuTLS certificate verify callbacks.
4199
4200 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * Makefile.in (config.status): Don't erase in case of error.
4203 In case it disappeared, rebuild it with `configure'.
4204
4205 2011-04-20 Ken Brown <kbrown@cornell.edu>
4206
4207 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4208
4209 2011-04-12 Glenn Morris <rgm@gnu.org>
4210
4211 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4212
4213 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
4214
4215 * lib/allocator.c: New file, automatically generated by gnulib.
4216
4217 2011-04-07 Glenn Morris <rgm@gnu.org>
4218
4219 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4220
4221 2011-04-06 Eli Zaretskii <eliz@gnu.org>
4222
4223 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4224 Revert last change.
4225
4226 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
4227
4228 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4229 ($(BLD)/careadlinkat.$(O)): New target.
4230 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4231 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4232 Update dependencies.
4233
4234 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
4235
4236 Fix more problems found by GCC 4.6.0's static checks.
4237
4238 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4239
4240 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
4241 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4242 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4243 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4244
4245 2011-04-06 Glenn Morris <rgm@gnu.org>
4246
4247 * autogen/update_autogen: Handle loaddefs-like files as well.
4248 (usage): Add -l, -C.
4249 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4250 With -l, check status of lisp/ as well.
4251 With -C, clean before building.
4252 (autoreconf): Only pass -f in the `clean' case.
4253 (commit): New function.
4254
4255 2011-03-28 Glenn Morris <rgm@gnu.org>
4256
4257 * autogen/update_autogen: Pass -f to autoreconf.
4258
4259 * autogen.sh (get_version): Discard "not found" lines.
4260 (check_version): Respect $AUTOCONF etc environment variables.
4261
4262 2011-03-27 Glenn Morris <rgm@gnu.org>
4263
4264 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4265 (AH_BOTTOM): Do not define SIGTYPE.
4266
4267 2011-03-26 Glenn Morris <rgm@gnu.org>
4268
4269 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4270 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4271
4272 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4273
4274 * autogen/update_autogen: Remove useless function keyword.
4275
4276 2011-03-25 Eli Zaretskii <eliz@gnu.org>
4277
4278 * config.bat: Generate src/config.h and lib/Makefile from
4279 autogen/config.in and autogen/Makefile.in.
4280
4281 2011-03-25 Glenn Morris <rgm@gnu.org>
4282
4283 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4284 Remove; autoreconf can supply them.
4285 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4286 config.guess, install-sh. Pass -i to autoreconf.
4287 * autogen/update_autogen (genfiles): Add compile, config.guess,
4288 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4289 Discard non-error output from autoreconf in -q case.
4290 * autogen/compile, autogen/config.guess, autogen/config.sub:
4291 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4292 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4293 install-sh, missing.
4294
4295 2011-03-23 Glenn Morris <rgm@gnu.org>
4296
4297 * autogen/update_autogen: Fix typo.
4298 (msg): Remove function; use `exec' instead.
4299
4300 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4301 (sync-from-gnulib): Don't sync mkinstalldirs.
4302 * make-dist: Don't distribute mkinstalldirs.
4303
4304 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
4305
4306 Fix more problems found by GCC 4.5.2's static checks.
4307 * Makefile.in (GNULIB_MODULES): Add socklen.
4308 * configure.in: Do not check for sys/socket.h, since socklen does that.
4309 * m4/socklen.m4: New automatically-generated file, from gnulib.
4310
4311 fakemail: Remove dependency on ignore-value.
4312 * Makefile.in (GNULIB_MODULES): Add stdio.
4313 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4314 imported from gnulib.
4315 * .bzrignore: Add lib/stdio.h.
4316
4317 2011-03-22 Glenn Morris <rgm@gnu.org>
4318
4319 * autogen/copy_autogen: Work from ./ or ../.
4320 Fix time-stamps.
4321 * autogen.sh: Doc fix.
4322
4323 2011-03-20 Glenn Morris <rgm@gnu.org>
4324
4325 * autogen/: New directory, to be excluded from releases.
4326 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4327 * autogen/README: New file.
4328 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4329 * autogen/Makefile.in: Add auto-updated generated files.
4330 * autogen.sh: No longer a no-op, now it tests for autotools
4331 and runs them as necessary.
4332 * configure.in: Default maintainer-mode to on.
4333 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4334
4335 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4336
4337 Update for gnulib.
4338 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4339 includes <intprops.h> directly.
4340 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4341 when building Emacs on Solaris 9 and running it on Solaris 10.
4342
4343 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4344
4345 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4346
4347 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * Version 23.3 released.
4350
4351 2011-03-06 Glenn Morris <rgm@gnu.org>
4352
4353 * configure.in (FREETYPE_LIBS): Actually set it to something.
4354
4355 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4356
4357 Work around some portability problems with symlinks.
4358
4359 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4360 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4361 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4362 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4363 * m4/symlink.m4:
4364 New files, automatically generated from gnulib.
4365 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4366 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4367
4368 2011-02-26 Eli Zaretskii <eliz@gnu.org>
4369
4370 * .bzrignore: Ignore new lib/*.in-h files.
4371
4372 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4373 Call depfiles.bat even if lib/deps already exist.
4374
4375 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4376
4377 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
4378 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4379 recent changes to configure.in and to gnulib.
4380
4381 2011-02-24 Glenn Morris <rgm@gnu.org>
4382
4383 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4384 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4385
4386 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4387
4388 Assume S_ISLNK etc. work, since gnulib supports this.
4389 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4390 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4391 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4392 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4393
4394 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4395
4396 * lib/min-max.h: New file, for "min" and "max".
4397
4398 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4399
4400 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
4401 $(EMACS_ROOT)/nt/inc/stdint.h.
4402
4403 2011-02-21 Eli Zaretskii <eliz@gnu.org>
4404
4405 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4406 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4407 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4408
4409 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4410
4411 Import filemode module from gnulib.
4412 * .bzrignore: Add lib/sys/.
4413 * Makefile.in (GNULIB_MODULES): Add filemode.
4414 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4415 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4416 from gnulib. This adds support for some more file types, e.g.,
4417 Cray DMF migrated files.
4418 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4419 * m4/sys_stat_h.m4: New files, generated from gnulib.
4420 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4421 Regenerate.
4422
4423 2011-02-20 Eli Zaretskii <eliz@gnu.org>
4424
4425 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4426 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4427
4428 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4429
4430 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4431 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4432 is no longer needed, due to the recent SSDATA and related changes.
4433 Perhaps -Wno-pointer-sign should also be removed from
4434 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4435 way to test this so I left it alone.
4436 * configure: Regenerate.
4437
4438 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
4439
4440 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4441 src/makefile.w32-in.
4442
4443 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4444
4445 Import crypto/md5 and stdint modules from gnulib.
4446 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4447 Regenerate.
4448 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4449 Import the new versions from gnulib; they assume a C99-style
4450 <stdint.h>, supplied by the stdint module.
4451 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4452 imported from gnulib.
4453 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
4454
4455 2011-02-19 Eli Zaretskii <eliz@gnu.org>
4456
4457 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
4458 Add lib/deps/.
4459
4460 * config.bat: Configure in `lib'.
4461 Generate *.Po files in lib/deps.
4462
4463 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
4464
4465 Import IRIX 6.5 getloadavg fixes from gnulib.
4466 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
4467
4468 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
4469
4470 Import getloadavg module from gnulib.
4471 * .bzrignore: Add lib/stdlib.h.
4472 * Makefile.in (GNULIB_MODULES): Add getloadavg.
4473 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
4474 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
4475 Remove; gnulib does this now.
4476 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
4477 from gnulib. This adds support for several other systems, such
4478 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
4479 buffer overrun on Linux hosts under very high load, and on hosts
4480 that maintain a channel to the load average file it makes sure
4481 the file descriptor is close-on-exec (on hosts that support this)
4482 and is not stdin, stdout, or stderr.
4483 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
4484 from gnulib.
4485 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4486 Regenerate.
4487
4488 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
4489
4490 Merge from gnulib.
4491
4492 * install-sh: Update to scriptversion 2011-01-19.21.
4493
4494 2011-02-13 Bruno Haible <bruno@clisp.org>
4495
4496 Consistent macro naming for macros that use GCC __attribute__.
4497 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
4498 ATTRIBUTE_DEPRECATED.
4499
4500 2011-02-12 Bruno Haible <bruno@clisp.org>
4501
4502 setlocale: Prefer gnulib's override over libintl's override.
4503 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
4504 GNULIB_defined_setlocale is set.
4505
4506 2011-02-13 Glenn Morris <rgm@gnu.org>
4507
4508 * make-dist: Exclude generated file src/globals.h.
4509
4510 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
4511
4512 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
4513 Sync from gnulib, which has been patched to fix the problem
4514 with the license notices. Problem reported by Glenn Morris in
4515 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
4516
4517 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * .bzrignore: Ignore globals.h and related stamp.
4520
4521 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
4522
4523 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
4524 This merges the following fix from gnulib:
4525
4526 2011-02-08 Bruno Haible <bruno@clisp.org>
4527
4528 Split large sed scripts, for HP-UX sed.
4529
4530 2011-02-08 Tom Tromey <tromey@redhat.com>
4531
4532 * configure: Rebuild.
4533 * configure.in (NS_OBJC_OBJ): New subst.
4534
4535 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
4536
4537 gnulib: allow multiple gnulib generated replacements to coexist
4538 This defines a few preprocessor symbols that should not affect Emacs.
4539 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
4540 via "make sync-from-gnulib".
4541
4542 gnulib: undo previous change
4543 The upstream _HEADERS change was backed out of gnulib (see the
4544 same thread). Stay in sync with gnulib.
4545
4546 gnulib: adjust to upstream _HEADERS change
4547 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
4548 New empty macros, to accommodate recent changes to gnulib. See
4549 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
4550 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
4551 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
4552 * lib/time.in.h, lib/unistd.in.h:
4553 Regenerate.
4554
4555 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
4556
4557 sync from gnulib to remove HAVE_STDBOOL_H
4558 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
4559 AC_HEADER_STDBOOL. All uses changed. Do not define
4560 HAVE_STDBOOL_H, as gnulib does not need this. This change is
4561 imported from the latest Autoconf git. It was motivated by Emacs,
4562 which uses gnulib but does not need HAVE_STDBOOL_H.
4563 * configure, src/config.in: Regenerate.
4564 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
4565
4566 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
4567
4568 allow C code to suppress warnings about ignored return values
4569 * Makefile.in (GNULIB_MODULES): Add ignore-value.
4570 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4571 * lib/ignore-value.h: New file.
4572
4573 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
4574
4575 * configure.in: Test existence of xaw3d library, not just the
4576 header (Bug#7642).
4577
4578 2011-01-31 Eli Zaretskii <eliz@gnu.org>
4579
4580 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
4581 $(BLD)/time_r.$(O).
4582 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
4583 $(EMACS_ROOT)/src/m/intel386.h.
4584 ($(BLD)/strftime.$(O))
4585 ($(BLD)/time_r.$(O)): Define prerequisites.
4586
4587 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
4588
4589 src/emacs.c now gets version number from configure.in
4590 * configure.in (version): Set this from $PACKAGE_VERSION,
4591 which is set from AC_INIT, rather than scouting through src/emacs.c.
4592 * configure: Regenerate.
4593 * make-dist (version): Get it from configure.in, not src/emacs.c.
4594
4595 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4596
4597 strftime: import from gnulib
4598 * Makefile.in (GNULIB_MODULES): Add strftime.
4599 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
4600 needed.
4601 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4602 Regenerate.
4603 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
4604 imported from gnulib.
4605 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
4606 This incorporates many changes from gnulib, including simpler
4607 handling of multibyte formats, porting to mingw32 and other
4608 platforms, and support for higher-resolution time stamps.
4609 Emacs does not yet use the higher-resolution interface.
4610
4611 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4612
4613 gnulib: import mktime and move-if-change fixes from gnulib
4614
4615 * configure: Regenerate from the following.
4616
4617 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
4618
4619 mktime: clarify long_int width checking
4620 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
4621 the top level, to make it clearer that the assumption about
4622 long_int width is being checked. See
4623 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
4624
4625 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
4626
4627 TYPE_MAXIMUM: avoid theoretically undefined behavior
4628 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
4629 negative number, which the C Standard says has undefined behavior.
4630 In practice this is not a problem, but might as well do it by the book.
4631 Reported by Rich Felker and Eric Blake; see
4632 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
4633 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4634 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
4635
4636 mktime: #undef mktime before #defining it
4637 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
4638
4639 mktime: systematically normalize tm_isdst comparisons
4640 * lib/mktime.c (isdst_differ): New function.
4641 (__mktime_internal): Use it systematically for all isdst comparisons.
4642 This completes the fix for libc BZ #6723, and removes the need for
4643 normalizing tm_isdst.
4644 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
4645 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
4646
4647 mktime: fix some integer overflow issues and sidestep the rest
4648
4649 This was prompted by a bug report by Benjamin Lindner for MinGW
4650 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
4651 His bug is due to signed integer overflow (0 - INT_MIN), and I
4652 I scanned through mktime.c looking for other integer overflow
4653 problems, fixing all the bugs I found.
4654
4655 Although the C Standard says the resulting code is still not safe
4656 in the presence of integer overflow, in practice it should be good
4657 enough for all real-world two's-complement implementations, except
4658 for debugging environments that deliberately trap on integer
4659 overflow (e.g., gcc -ftrapv).
4660
4661 * lib/mktime.c (WRAPV): New macro.
4662 (SHR): Also check that long_int and time_t shift right in the
4663 usual way, before using the fast-but-unportable method.
4664 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
4665 used. The code already assumed two's complement, so there's
4666 no need to test for alternatives. All uses removed.
4667 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
4668 the C standard. Problem reported by Rich Felker in
4669 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
4670 (twos_complement_arithmetic): Also check long_int and time_t.
4671 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
4672 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
4673 (__mktime_internal): Avoid integer overflow with unary subtraction
4674 in two instances where -1 - X is an adequate replacement for -X,
4675 since the calculations are approximate.
4676
4677 2011-01-29 Eric Blake <eblake@redhat.com>
4678
4679 mktime: avoid infinite loop
4680 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
4681 type; behavior is still undefined but portable to all known targets.
4682 Reported by Rich Felker.
4683
4684 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4685
4686 mktime: avoid problems on NetBSD 5 / i386
4687 * lib/mktime.c (long_int): New type. This works around a problem
4688 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
4689 but time_t is 64 bits, and where I expect the existing code is
4690 wrong in some cases.
4691 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
4692 (ydhms_diff): Bring back the compile-time check for wide-enough
4693 year and yday.
4694
4695 mktime: fix misspelling in comment
4696 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
4697 This merges all recent glibc changes of importance.
4698
4699 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4700
4701 move-if-change: cope with concurrent mv of identical file.
4702 * move-if-change (CMPPROG): Accept environment
4703 variable as an override for `cmp'.
4704 (usage): Document CMPPROG.
4705 Adjust comparison to drop stdout. Cope with failure of mv if
4706 the target file exists and is identical to the source, for
4707 parallel builds.
4708 Report from H.J. Lu against binutils in PR binutils/12283.
4709
4710 2011-01-29 Eli Zaretskii <eliz@gnu.org>
4711
4712 * lib/makefile.w32-in:
4713 * lib/getopt_.h: New files.
4714
4715 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
4716
4717 improve fix for MS-DOS file name clash
4718 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
4719 for portability to POSIX make. Reported by Bruno Haible.
4720 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
4721 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
4722 files from accumulating as garbage. Also reported by Bruno Haible.
4723
4724 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
4725
4726 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
4727 * Makefile.in (DOS-gnulib-comp.m4): New macro.
4728 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
4729 problems with MS-DOS 8+3 file name restrictions.
4730 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
4731 it, it would also cause problems when extracting Emacs distribution
4732 tarballs on MS-DOS hosts.
4733 (ACLOCAL_INPUTS): Adjust to file renaming.
4734 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4735 * config.guess, config.sub: Sync from gnulib.
4736 * m4/gnulib-cache.m4: Remove from repository.
4737 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
4738
4739 2011-01-25 Glenn Morris <rgm@gnu.org>
4740
4741 * README: Add a note about ranges in copyright years.
4742
4743 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
4744
4745 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4746
4747 * configure.in: Add HP-UX on IA64 (Bug#6811).
4748
4749 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
4750
4751 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4752 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
4753 as it is no longer needed.
4754 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
4755 * configure.in: Invoke the new gnulib macro
4756 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
4757 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
4758 * m4/getopt.m4: Sync from gnulib; this removes the need for
4759 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
4760 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
4761 New macro, synced from gnulib.
4762 * m4/warn-on-use.m4: Remove.
4763
4764 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
4765
4766 aclocal.m4: put this file back into repository
4767 This way, we don't have to assume that the maintainer has
4768 the automake package installed. See
4769 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
4770 * .bzrignore: Remove aclocal.m4, undoing the previous change.
4771 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
4772 undoing the previous change.
4773 * aclocal.m4: New file (actually, resurrected).
4774
4775 2011-01-22 Miles Bader <miles@gnu.org>
4776
4777 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
4778 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
4779 Emacs directly uses fontconfig, and breaks building when using a
4780 strict linker).
4781
4782 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
4783
4784 src/config.in: shrink slightly
4785 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
4786 This makes src/config.in a bit smaller, by removing identifiers
4787 like GNULIB_TEST_MKTIME that Emacs does not need.
4788 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
4789 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4790 Sync from gnulib. This removes a few more unnecessary symbols from
4791 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
4792 * configure, src/config.in: Regenerate.
4793
4794 aclocal.m4: tweaks to regenerate more conveniently
4795 This attempts to act better when the source is in a weird state. See
4796 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
4797 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
4798 * .bzrignore: Add aclocal.m4.
4799
4800 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
4801
4802 aclocal.m4: omit auto-generated file from repository
4803 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
4804 the most recent change here.
4805 * aclocal.m4: Remove from bzr repository. This file is
4806 auto-generated and isn't needed to run 'configure'. See
4807 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
4808
4809 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
4810
4811 Minor Makefile.in tweaks to build from gnulib better.
4812 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
4813 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
4814 (top_maintainer_clean): Don't remove aclocal.m4.
4815
4816 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
4817
4818 Minor cleanups for 'bzr status'
4819 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
4820 the output of config.guess.
4821 * Makefile.in (top_distclean): Remove stamp-h1 too.
4822
4823 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
4824 defined if the compiler supports GCC-style __attribute__
4825 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
4826 this syntax.
4827
4828 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
4829
4830 Makefile.in: tidy up the building of lib
4831 * Makefile.in (am--refresh): Mark as .PHONY.
4832 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
4833 as they're not rebuilt unless you do a "make sync-from-gnulib"
4834 and the former is needed for "configure".
4835 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
4836 has already removed lib/Makefile.
4837
4838 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
4839 This avoids building ftoastr and ldtoastr, which aren't needed. See
4840 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
4841
4842 * .bzrignore: Add .h files that are host-dependent.
4843 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
4844 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
4845 host-dependent and are built as part of an ordinary 'make', and
4846 should not be checked in.
4847
4848 * lib/Makefile.in: Regenerate.
4849 * lib/COPYING: New file, a copy of COPYING.
4850
4851 * configure: Regenerate.
4852 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
4853
4854 Regenerate.
4855 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
4856 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
4857 New files, copied from gnulib by gnulib-tool.
4858 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
4859 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4860 Regenerate.
4861
4862 Use gnulib's getopt-gnu module.
4863 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
4864 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
4865 representative of the dependencies.
4866 * configure.in: Do not configure getopt, as gnulib does that now.
4867 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
4868 getopt now, in lib.
4869
4870 Regenerate.
4871 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
4872 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
4873 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
4874 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
4875 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
4876 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
4877 * m4/wchar_t.m4, warn-on-use.h:
4878 New files, copied from gnulib by gnulib-tool.
4879 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4880 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4881 Regenerate.
4882
4883 Use gnulib's mktime module.
4884 * Makefile.in (GNULIB_MODULES): Add mktime.
4885 * configure.in: Remove code no longer needed, as gnulib now does it.
4886 (AC_CHECK_FUNCS): Remove mktime.
4887 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
4888 (__restrict): Remove, as this now gets in the way of the C99
4889 support for 'restrict' pulled in by the gnulib mktime module.
4890 Code should now use 'restrict' and not '__restrict".
4891 (mktime): Remove.
4892 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
4893 and warn-on-use.h into the distribution.
4894
4895 Regenerate.
4896 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
4897 * lib/ldtoastr.c, m4/c-strtod.m4:
4898 New files, copied from gnulib by gnulib-tool.
4899 * lib/dummy.c: Remove.
4900 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4901 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
4902 Regenerate.
4903
4904 Use gnulib's ftoastr module.
4905 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
4906
4907 Regenerate.
4908 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
4909 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
4910 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
4911 New files, generated automatically, with 'make sync-from-gnulib'
4912 followed by 'make'.
4913 * configure: Regenerate.
4914
4915 Automate syncing from gnulib.
4916 * INSTALL, README: Document new subdirectory 'lib'.
4917 * Makefile.in (SUBDIR): Add lib.
4918 (SUBDIR_MAKEFILES): Add lib/Makefile.
4919 (lib-src, src, TAGS, tags): Depend on lib.
4920 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
4921 ($(gnulib_srcdir)): New rule.
4922 (sync-from-gnulib): New rule, which is .PHONY.
4923 (lib): New rule, which is like lib-src.
4924 (Makefile): Depend on lib/Makefile.in.
4925 (AUTOCONF_INPUTS): Depend on aclocal.m4.
4926 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
4927 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
4928 (am--refresh): New rule, to pacify Automake.
4929 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
4930 Clean lib, too.
4931 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
4932 droppings.
4933 (maintainer-clean, extraclean): Use it.
4934 * configure.in: Initialize for automake and gnulib, by invoking
4935 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
4936 lib/Makefile, too. Use automake to build gnulib, as gnulib works
4937 more conveniently with automake.
4938 * lib/Makefile.am: New file.
4939 * make-dist: Also put into the distribution aclocal.m4,
4940 compile, depcomp, missing, and the files under lib/.
4941
4942 2011-01-15 Glenn Morris <rgm@gnu.org>
4943
4944 * Makefile.in (epaths-force): No more arch-tag to edit.
4945
4946 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
4949
4950 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
4951
4952 * make-dist: Distribute test/ files too.
4953 Distribute every file under test/ that is under version control,
4954 using patterns like *.el to capture files that are added later.
4955 Without this change, "configure" would fail, because it would
4956 attempt to build from a Makefile.in that was not distributed.
4957
4958 2011-01-13 Christian Ohler <ohler@gnu.org>
4959
4960 * Makefile.in (INFO_FILES): Add ERT.
4961
4962 * Makefile.in (check): Run tests in test/automated.
4963
4964 * Makefile.in:
4965 * configure.in: Add test/automated/Makefile.
4966
4967 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
4968
4969 * install-sh, mkinstalldirs, move-if-change: Update from master
4970 source in gnulib.
4971
4972 * config.guess, config.sub: Updated from master source.
4973
4974 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
4975
4976 * configure.in: Check for __builtin_unwind_init.
4977
4978 2011-01-05 Glenn Morris <rgm@gnu.org>
4979
4980 * configure.in (HAVE_MAKEINFO): New output variable.
4981 (MAKEINFO): Reset to "makeinfo" if not found.
4982 * Makefile.in (install-arch-indep, info):
4983 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
4984
4985 2010-12-29 Ulrich Müller <ulm@gentoo.org>
4986
4987 * configure.in: Make gameuser configurable (Bug#7717).
4988
4989 2010-12-15 Glenn Morris <rgm@gnu.org>
4990
4991 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
4992 long absent lib-src/fns-*.el.
4993
4994 2010-12-11 Glenn Morris <rgm@gnu.org>
4995
4996 * make-dist: Exclude etc/*.pyc.
4997
4998 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
4999
5000 * configure.in: Don't double machfile in final message.
5001
5002 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
5003
5004 * configure.in: Fix last change.
5005
5006 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
5007
5008 * configure.in: Remove reference to removed machine description
5009 files and allow $machine and $machfile to be empty.
5010 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
5011
5012 2010-12-03 Glenn Morris <rgm@gnu.org>
5013
5014 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
5015
5016 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
5017
5018 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
5019 (EXTERNALLY_VISIBLE): New definition.
5020
5021 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5022
5023 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
5024
5025 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5026
5027 * configure.in: Do not check for unconditionally included headers.
5028
5029 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
5032
5033 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
5034
5035 * configure.in: Don't write a warning for D-Bus anymore.
5036
5037 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
5038
5039 * configure.in: Fix indentation.
5040
5041 2010-10-31 Ken Brown <kbrown@cornell.edu>
5042
5043 * configure.in (checking whether localtime caches TZ):
5044 Use unsetenv instead of modifying environment directly.
5045
5046 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
5047
5048 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
5049 to avoid warning.
5050
5051 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5052
5053 * configure.in: Remove the BROKEN annotation from GnuTLS.
5054
5055 2010-10-22 Glenn Morris <rgm@gnu.org>
5056
5057 * make-dist: Avoid listing .el files twice. Don't try to run
5058 autoconf if --no-update.
5059
5060 2010-10-20 Glenn Morris <rgm@gnu.org>
5061
5062 * make-dist: No longer create lisp/MANIFEST.
5063
5064 2010-10-14 Glenn Morris <rgm@gnu.org>
5065
5066 * BUGS, INSTALL.BZR, README: Updates.
5067
5068 2010-10-13 Glenn Morris <rgm@gnu.org>
5069
5070 * make-dist: Remove --compress. Check for the appropriate
5071 gzip-like executable, and if not found, don't compress.
5072 Check version number in README, don't change it.
5073 Use find for nt/inc/*.h.
5074
5075 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5076
5077 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5078 Remove trailing / from directory names.
5079
5080 2010-10-12 Glenn Morris <rgm@gnu.org>
5081
5082 * make-dist: Update and simplify.
5083
5084 2010-10-12 Eli Zaretskii <eliz@gnu.org>
5085
5086 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5087
5088 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5089
5090 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5091
5092 2010-10-09 Glenn Morris <rgm@gnu.org>
5093
5094 * make-dist: No more doc/emacs/*.texi.in.
5095
5096 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5097
5098 2010-10-09 Glenn Morris <rgm@gnu.org>
5099
5100 * configure.in: Combine some conditionals.
5101
5102 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5103 * make-dist: Include doc/emacs/*.texi.in.
5104
5105 * INSTALL, make-dist: Remove references to b2m.
5106 * Makefile.in (MAN_PAGES): Remove b2m.1.
5107
5108 2010-10-05 Glenn Morris <rgm@gnu.org>
5109
5110 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5111
5112 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5113
5114 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5115
5116 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5117
5118 * configure.in: Include stdlib.h and string.h unconditionally.
5119
5120 2010-09-29 Romain Francoise <romain@orebokech.com>
5121
5122 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5123
5124 2010-09-28 Glenn Morris <rgm@gnu.org>
5125
5126 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5127 happy.
5128
5129 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5130
5131 * configure.in: Enable imagemagick by default.
5132
5133 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5134
5135 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
5136 GnuTLS libraries.
5137
5138 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5139
5140 * configure.in: Set up GnuTLS.
5141
5142 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
5143
5144 * configure.in: Announce whether libxml2 is linked to.
5145
5146 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5147
5148 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5149
5150 2010-09-18 Eli Zaretskii <eliz@gnu.org>
5151
5152 * config.bat: Detect that libxml2 is installed and if so, build
5153 with it.
5154
5155 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5156
5157 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
5158 be used. This fixes a conf problem on Mac OS X.
5159
5160 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5161
5162 * configure.in: Check for libxml2.
5163
5164 2010-09-09 Glenn Morris <rgm@gnu.org>
5165
5166 * make-dist: No more TODO files under lisp/.
5167
5168 2010-09-04 Eli Zaretskii <eliz@gnu.org>
5169
5170 * config.bat: Produce lisp/gnus/_dir-locals.el from
5171 lisp/gnus/.dir-locals.el.
5172
5173 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
5174
5175 * configure.in: Fix check for librsvg, imagemagick and
5176 MagickExportImagePixels.
5177
5178 2010-08-18 Joakim Verona <joakim@verona.se>
5179
5180 * Makefile.in, configure.in: Checks for ImageMagick.
5181
5182 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5183
5184 * configure.in (AC_PREREQ): Require autoconf 2.65.
5185
5186 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5187
5188 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
5189
5190 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
5191
5192 * configure.in: Add AC_C_BIGENDIAN.
5193
5194 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5195
5196 * configure.in (ORDINARY_LINK): Use on hpux* too.
5197
5198 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
5199
5200 * configure.in: Check for util.h.
5201 Use -Wimplicit-function-declaration if compiler supports it.
5202
5203 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5204
5205 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5206
5207 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5208
5209 * configure.in: Restore accidentally removed use of
5210 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5211
5212 2010-07-29 Chad Brown <yandros@mit.edu>
5213
5214 * configure.in: Check for dirent.h.
5215
5216 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5217
5218 * configure.in: Remove reference to usg5-4, unused.
5219
5220 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5221
5222 * configure.in: Check for __executable_start.
5223
5224 2010-07-24 Ken Brown <kbrown@cornell.edu>
5225
5226 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5227
5228 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
5229
5230 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5231
5232 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5233
5234 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5235
5236 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5237
5238 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5239 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5240 (C_OPTIMIZE_SWITCH): Remove.
5241 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5242
5243 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5244
5245 * configure.in: Don't check for index and rindex, check for strchr
5246 and strrchr. Define strchr and strrchr as index and rindex,
5247 resp., in src/config.h if not available.
5248
5249 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5250
5251 * configure.in: Use -Wold-style-definition if available.
5252 This helps with the transition to standard C code, it can be
5253 removed when done.
5254
5255 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5256
5257 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5258 and MSWindows.
5259
5260 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5261
5262 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5263 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5264
5265 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5266
5267 * configure.in (getenv): Remove K&R declaration.
5268
5269 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5270
5271 * configure.in: Remove define __P.
5272
5273 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5274
5275 * configure.in (--enable-use-lisp-union-type): New flag.
5276
5277 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5278
5279 Fix CFLAGS for non-GCC compilers.
5280 * configure.in (CFLAGS): Always use -g like it was done before the
5281 2010-03-30 change.
5282 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5283 (Bug#6538)
5284
5285 2010-06-30 Glenn Morris <rgm@gnu.org>
5286
5287 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5288 Set with AC_DEFINE rather than AH_BOTTOM.
5289
5290 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
5291 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5292 Set with shell, not cpp.
5293 (LIBX): Remove, just use -lX11 in the one place this was used.
5294 (cannot_dump): Replace with CANNOT_DUMP.
5295
5296 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5297
5298 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
5299 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5300 by minimum required Gtk+ 2.6). Add checks for functions introduced
5301 in Gtk+ 2.14 or newer (bug#6505).
5302
5303 2010-06-26 Eli Zaretskii <eliz@gnu.org>
5304
5305 * config.bat: Remove white space around "+" in COPY commands.
5306
5307 2010-06-23 Glenn Morris <rgm@gnu.org>
5308
5309 * info/dir: Start descriptions in column 32, per Texinfo convention.
5310
5311 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * INSTALL: Update font information (Bug#6389).
5314
5315 2010-06-16 Glenn Morris <rgm@gnu.org>
5316
5317 * INSTALL: General update.
5318
5319 2010-06-12 Glenn Morris <rgm@gnu.org>
5320
5321 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5322
5323 2010-06-11 Glenn Morris <rgm@gnu.org>
5324
5325 * configure.in (--without-compress-info): New option.
5326 (GZIP_INFO): New output variable.
5327
5328 * Makefile.in (GZIP_INFO): New, set by configure.
5329 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5330 Handle man pages in the same way.
5331
5332 2010-06-10 Glenn Morris <rgm@gnu.org>
5333
5334 * Makefile.in (install-arch-indep): Gzip the info files too.
5335
5336 * make-dist: Remove references to non-existent directories and files.
5337
5338 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5339
5340 * configure.in: Include <strings.h> and <string.h> instead of
5341 "strings.h" and "string.h".
5342
5343 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5344
5345 * configure.in: Remove code dealing with BSTRING.
5346
5347 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5348
5349 * configure.in (AC_PREREQ): Require autoconf 2.65.
5350
5351 * configure.in (unxec): Do not define and substitute.
5352 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5353
5354 2010-06-03 Glenn Morris <rgm@gnu.org>
5355
5356 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5357
5358 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 Fix alloca definition when using gcc on non-gnu systems.
5361 * configure.in: Use the code sequence indicated by "info autoconf"
5362 for alloca (bug#6170).
5363
5364 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * .bzrignore: Ignore new files from trunk, which appear if you use
5367 colocated branches (i.e. "bzr switch").
5368
5369 2010-05-28 Glenn Morris <rgm@gnu.org>
5370
5371 * configure.in: Simplify some of the $canonical tests.
5372
5373 2010-05-27 Glenn Morris <rgm@gnu.org>
5374
5375 * config.bat: Do not preprocess src/Makefile.in.
5376
5377 * configure.in: Do not preprocess src/Makefile.in.
5378 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5379 (AC_EGREP_CPP): Test no longer needed.
5380
5381 * make-dist: No more Makefile.c files.
5382
5383 2010-05-26 Glenn Morris <rgm@gnu.org>
5384
5385 * configure.in (YMF_PASS_LDFLAGS): Remove.
5386 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5387
5388 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5389 Add $GNUSTEP_LOCAL_HEADERS.
5390 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5391
5392 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5393 (GNUSTEP_MAKEFILES): Remove.
5394 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5395 stuff to here.
5396
5397 2010-05-25 Glenn Morris <rgm@gnu.org>
5398
5399 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5400 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5401
5402 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5403 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5404 here instead.
5405
5406 2010-05-24 Romain Francoise <romain@orebokech.com>
5407
5408 * make-dist: Look for version in src/emacs.c.
5409 Use lisp/subr.el rather than lisp/version.el for location check.
5410
5411 2010-05-21 Glenn Morris <rgm@gnu.org>
5412
5413 * configure.in (MKDEPDIR): Parallel build tweak.
5414
5415 * configure.in (ns_frag): New output file.
5416
5417 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5418 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5419
5420 * configure.in (cannot_dump): New output variable.
5421
5422 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5423
5424 * configure.in: On NetBSD, if terminfo is found, use it in
5425 preference to termcap. (Bug#6190)
5426
5427 2010-05-20 Glenn Morris <rgm@gnu.org>
5428
5429 * make-dist (src): Include *.mk.
5430 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5431 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5432 (deps_frag): New output file.
5433 (AUTO_DEPEND): Remove this definition.
5434
5435 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5436
5437 2010-05-19 Glenn Morris <rgm@gnu.org>
5438
5439 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5440 (ORDINARY_LINK): New AC_DEFINE.
5441 (LIB_GCC): No need to set if ORDINARY_LINK.
5442
5443 2010-05-18 Glenn Morris <rgm@gnu.org>
5444
5445 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5446 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5447
5448 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5449 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5450 (RALLOC_OBJ): New output variable.
5451
5452 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5453 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
5454
5455 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * Makefile.in (src): Provide the name of the VCS file that witnesses
5458 a pull.
5459 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
5460
5461 2010-05-17 Glenn Morris <rgm@gnu.org>
5462
5463 * configure.in (OLDXMENU_DEPS): New output variable.
5464
5465 2010-05-16 Glenn Morris <rgm@gnu.org>
5466
5467 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
5468
5469 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
5470 * Makefile.in (install-arch-dep): Update for above change.
5471
5472 * Makefile.in (ns_appdir): Remove.
5473 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
5474
5475 * configure.in (TEMACS_LDFLAGS2): New output variable.
5476
5477 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
5478 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
5479 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
5480 nothing uses.
5481
5482 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
5485 does not use them.
5486 (X11R5_INHIBIT_I18N): Remove, unused.
5487
5488 2010-05-15 Glenn Morris <rgm@gnu.org>
5489
5490 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
5491
5492 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
5493
5494 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
5495
5496 * configure.in: Look for version string in its new location.
5497
5498 2010-05-15 Eli Zaretskii <eliz@gnu.org>
5499
5500 * config.bat: Remove support for DJGPP v1.x.
5501
5502 2010-05-15 Glenn Morris <rgm@gnu.org>
5503
5504 * configure.in (OLDXMENU_TARGET): New output variable.
5505
5506 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
5507
5508 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
5509 and other files that no longer exist.
5510
5511 2010-05-14 Glenn Morris <rgm@gnu.org>
5512
5513 * configure.in (cpp_undefs): Add mktime, register, X11.
5514
5515 * configure.in (GPM_MOUSE_SUPPORT): Remove.
5516 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
5517 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
5518
5519 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
5520 (GNUSTEP_MAKEFILES): Do not output.
5521
5522 2010-05-13 Glenn Morris <rgm@gnu.org>
5523
5524 * configure.in: Fix some paren typos.
5525
5526 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
5527
5528 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
5529
5530 2010-05-12 Glenn Morris <rgm@gnu.org>
5531
5532 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
5533
5534 * configure.in (LIB_GCC): New output variable.
5535
5536 2010-05-11 Glenn Morris <rgm@gnu.org>
5537
5538 * make-dist (msdos): No more mainmake.
5539
5540 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
5541 * config.bat: Do not run cpp on lib-src/Makefile.in.
5542
5543 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
5544
5545 2010-05-10 Glenn Morris <rgm@gnu.org>
5546
5547 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
5548
5549 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
5550 (BLESSMAIL_TARGET): New output variable.
5551
5552 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
5553
5554 * INSTALL: Fix typos.
5555
5556 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * configure.in: Add check for buggy version of GCC (Bug#6031).
5559
5560 2010-05-08 Glenn Morris <rgm@gnu.org>
5561
5562 * configure.in (HAVE_LIBNCURSES): New local variable.
5563 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
5564 replacing cpp in src/s/*.h and src/Makefile.in.
5565
5566 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * Version 23.2 released.
5569
5570 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * configure.in: Add tests for `isnan' and `copysign'.
5573
5574 2010-05-07 Eli Zaretskii <eliz@gnu.org>
5575
5576 * config.bat: Allow for 2 leading `#'s in comments in
5577 src/Makefile.in.
5578
5579 2010-05-07 Glenn Morris <rgm@gnu.org>
5580
5581 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
5582 Merges logic from src/s/* and src/Makefile.in.
5583 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5584
5585 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5586
5587 Define START_FILES and LIB_STANDARD using autoconf.
5588 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
5589 here from src/s/*.h.
5590 (HAVE_CRTIN): Remove, inline logic in the netbsd
5591 START_FILES/LIB_STANDARD computation.
5592
5593 2010-05-06 Glenn Morris <rgm@gnu.org>
5594
5595 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
5596
5597 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
5598 (LD_SWITCH_X_SITE): Remove unused variables.
5599
5600 2010-05-04 Glenn Morris <rgm@gnu.org>
5601
5602 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
5603 as well.
5604 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
5605
5606 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
5607
5608 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
5609 variables, replacing c_switch_machine, c_switch_system.
5610 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
5611 @c_switch_system@.
5612
5613 2010-05-03 Glenn Morris <rgm@gnu.org>
5614
5615 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
5616
5617 * make-dist: There are no more src/m/*.inp files.
5618
5619 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5620
5621 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
5622 (ac_link): Do not use ld_switch_machine.
5623
5624 2010-05-01 Glenn Morris <rgm@gnu.org>
5625
5626 * configure.in (OTHER_OBJ): Remove.
5627 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
5628
5629 2010-04-30 Glenn Morris <rgm@gnu.org>
5630
5631 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
5632 Elsewhere, maybe include it.
5633
5634 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
5635 (OLDXMENU, LIBXMENU): New output variables.
5636
5637 * configure.in (OTHER_OBJ): New output variable.
5638
5639 2010-04-28 Glenn Morris <rgm@gnu.org>
5640
5641 * configure.in (CYGWIN_OBJ): New output variable.
5642
5643 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
5644
5645 * configure.in (FONT_OBJ): New output variable.
5646
5647 * configure.in (LIBXMU): New output variable.
5648
5649 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
5650
5651 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
5652 userland and maybe change values to i386 (move test from s/amdx86-64.h).
5653
5654 2010-04-27 Glenn Morris <rgm@gnu.org>
5655
5656 * configure.in (LIBXTR6): New output variable. Move unixware special
5657 case here from src/s/unixware.h.
5658
5659 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
5660 in Makefiles.
5661 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
5662
5663 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
5664 (LIBXP): No longer substitute in Makefiles.
5665 (MOTIF_LIBW): New output variable. Move system-specific settings here
5666 from src/s files.
5667
5668 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5669
5670 Reduce CPP usage.
5671 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
5672 (unexec): Define unconditionally, all platforms define
5673 UNEXEC. AC_SUBST it.
5674 (UNEXEC_SRC): Remove, unused.
5675 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
5676
5677 2010-04-27 Glenn Morris <rgm@gnu.org>
5678
5679 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
5680 replaced by LIBXP.
5681
5682 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
5683 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
5684 On hpux10-20, default to /lib.
5685
5686 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
5687
5688 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * configure.in (LIBS_MACHINE): Remove, unused.
5691
5692 * configure.in (LIB_MATH): New output variable. Set it for some systems.
5693
5694 2010-04-24 Glenn Morris <rgm@gnu.org>
5695
5696 * configure.in (CRT_DIR): New output variable.
5697 (--with-crt-dir): New option. (Bug#5655)
5698 (HAVE_LIB64_DIR): Remove.
5699
5700 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5701
5702 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
5703
5704 2010-04-22 Miles Bader <miles@gnu.org>
5705
5706 * configure.in: Get rid of "unix" pre-defined macro when
5707 preprocessing Makefile. (Bug#5857)
5708
5709 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
5710
5711 Avoid non-portable shell command negation
5712 * configure.in: Revert last change.
5713
5714 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
5715
5716 * configure.in: Change "if test ! -f" to "if ! test -f".
5717
5718 2010-04-21 Glenn Morris <rgm@gnu.org>
5719
5720 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
5721 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
5722
5723 2010-04-21 Karel Klíč <kklic@redhat.com>
5724
5725 * configure.in: New option: --with(out)-selinux, on by default.
5726 Set HAVE_LIBSELINUX if we find libselinux, and substitute
5727 LIBSELINUX_LIBS in Makefiles.
5728
5729 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
5730
5731 * configure.in: Remove all references to LIBX11_SYSTEM.
5732
5733 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 * configure.in: Remove all references to C_DEBUG_SWITCH.
5736
5737 2010-03-27 Eli Zaretskii <eliz@gnu.org>
5738
5739 * config.bat <lib-src>: Edit out lines that begin with several #
5740 characters.
5741
5742 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
5743
5744 * configure.in: Remove support for old UNIX System V systems and
5745 for Unixware on non-x86 machines.
5746
5747 * configure.in: Remove support for Solaris on PPC and for old versions.
5748
5749 * configure.in: Remove non-working lynxos port.
5750
5751 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
5752
5753 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
5754
5755 2010-03-19 Glenn Morris <rgm@gnu.org>
5756
5757 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
5758 happy.
5759
5760 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
5761
5762 * configure.in: Check for tputs and friends, abort if not
5763 found (bug#5735).
5764
5765 2010-03-18 Glenn Morris <rgm@gnu.org>
5766
5767 * configure.in (--with-x-toolkit): In the help text, say which options
5768 are synonyms.
5769
5770 * configure.in (--with-mmdf, --with-mail-unlink):
5771 New options, off by default.
5772 (--with-mailhost): New option to set default POP host.
5773 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
5774 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
5775 New variables, substituted in Makefiles.
5776 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
5777 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
5778 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
5779 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
5780 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
5781
5782 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
5783
5784 * Makefile.in (uninstall): Handle the case where archlibdir does not
5785 exist. (Bug#5720)
5786
5787 2010-03-12 Eli Zaretskii <eliz@gnu.org>
5788
5789 These changes remove termcap.c from the build on POSIX platforms.
5790 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
5791
5792 * configure: Regenerated.
5793
5794 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5795
5796 * Branch for 23.2.
5797
5798 2010-01-31 Juri Linkov <juri@jurta.org>
5799
5800 * .bzrignore: Add TAGS-LISP.
5801
5802 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5803
5804 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
5805 this header file).
5806
5807 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
5808
5809 * .bzrignore: Ignore all .exe, instead of individual files.
5810
5811 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * configure.in: Explicitly check for and link to -lXrender.
5814
5815 2010-01-12 Glenn Morris <rgm@gnu.org>
5816
5817 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
5818 for bug reports for development versions.
5819
5820 2010-01-02 Eli Zaretskii <eliz@gnu.org>
5821
5822 * .bzrignore: Add more ignored patterns, including for the MS-DOS
5823 build.
5824
5825 2009-12-27 Karl Fogel <kfogel@red-bean>
5826
5827 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
5828 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
5829
5830 2009-12-17 Glenn Morris <rgm@gnu.org>
5831
5832 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
5833
5834 2009-12-15 Glenn Morris <rgm@gnu.org>
5835
5836 * info/dir: Add EDT entry.
5837 * Makefile.in (INFO_FILES): Add edt.
5838
5839 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
5840
5841 * configure.in: Check for RSVG if GNUstep is used.
5842
5843 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
5844
5845 * configure.in: Don't check for RSVG or GConf unless X11 is used.
5846
5847 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
5848
5849 * configure.in: Allow compiling Emacs with GTK on Cygwin.
5850
5851 2009-12-01 Glenn Morris <rgm@gnu.org>
5852
5853 * make-dist: Add etc/images/mpc directory.
5854
5855 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
5856
5857 * configure.in: Don't check for GConf unless X is used.
5858
5859 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
5860
5861 * configure.in: Use -Wdeclaration-after-statement if available.
5862
5863 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
5864
5865 * configure.in: New option: --with(out)-gconf.
5866 Set HAVE_GCONF if we find gconf.
5867
5868 2009-11-17 Glenn Morris <rgm@gnu.org>
5869
5870 * Makefile.in (INFO_FILES): Add semantic.
5871
5872 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * info/dir: Add Semantic.
5875
5876 2009-11-16 Glenn Morris <rgm@gnu.org>
5877
5878 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
5879 pattern, so as not to exclude makefile*.el. (Bug#4912)
5880
5881 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
5882
5883 * configure.in: --enable-autodepend is new. Check for GNU Make
5884 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
5885 gcc and GNU make to generate dependencies.
5886
5887 2009-10-27 Glenn Morris <rgm@gnu.org>
5888
5889 * make-dist: Make links to doc/lispintro/*.pdf.
5890
5891 2009-10-23 Jim Meyering <meyering@redhat.com>
5892
5893 * configure.in: Invoke $CPP with -P when creating Makefile and
5894 src/Makefile. Without this, gcc 4.4.2 converts each
5895 backslash-newline pair in the input to a bare newline, yielding
5896 invalid Makefiles.
5897
5898 * configure: Regenerate.
5899
5900 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * configure.in (vax-dec-vms): Remove, not supported anymore.
5903
5904 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5905
5906 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
5907 (*-apple-darwin*): Add x86_64 architecture.
5908
5909 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * config.guess, config.sub: Updated from master source.
5912
5913 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
5914
5915 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
5916
5917 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
5918
5919 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
5920
5921 2009-09-29 Glenn Morris <rgm@gnu.org>
5922
5923 * make-dist (check): Update for two new levels of subdirectory in lisp/.
5924
5925 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5926
5927 * config.guess, config.sub: Updated from master source.
5928
5929 * configure.in (OTHER_FILES): Define using autoconf not cpp.
5930
5931 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5932
5933 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
5934
5935 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * INSTALL: Update URL for GNU FreeFont.
5938
5939 2009-09-09 Glenn Morris <rgm@gnu.org>
5940
5941 * Makefile.in (install-arch-indep): Don't recursively change perms of
5942 site-lisp and infodir. There may be non-Emacs files in here, and the
5943 files supplied by Emacs are all handled explicitly already. (Bug#3800)
5944 (mkdir): Set umask to world-readable before creating directories.
5945 mkinstalldirs already checks if dirs exist, don't duplicate this test.
5946
5947 2009-08-29 Glenn Morris <rgm@gnu.org>
5948
5949 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
5950 (info): Don't give an error in the absence of makeinfo - let the doc
5951 Makefiles do that, if the info files need rebuilding. (Bug#3982)
5952
5953 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
5954
5955 * Makefile.in (install-arch-indep): If the versioned DOC-####
5956 generated during loadup+dump isn't found, install the plain DOC
5957 file that always gets generated, in case CANNOT_DUMP is set.
5958
5959 * configure.in: Warn if package version specified here doesn't
5960 match the version in version.el.
5961 * configure: Regenerate.
5962
5963 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
5966
5967 * configure: Regenerate.
5968
5969 2009-08-19 Glenn Morris <rgm@gnu.org>
5970
5971 * INSTALL: Remove reference to cvtmail.
5972
5973 2009-08-15 CHENG Gao <chenggao@gmail.com>
5974
5975 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
5976
5977 2009-08-02 Kevin Ryde <user42@zip.com.au>
5978
5979 * INSTALL: Fix free fonts URL.
5980
5981 2009-07-22 Glenn Morris <rgm@gnu.org>
5982
5983 * configure.in (AC_PREREQ): Require autoconf 2.62.
5984
5985 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
5986
5987 * configure.in (--enable-checking, --enable-profiling):
5988 Use AS_HELP_STRING.
5989
5990 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
5991
5992 * configure.in (--enable-profiling): New option.
5993 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
5994
5995 2009-06-27 Glenn Morris <rgm@gnu.org>
5996
5997 * configure.in: Restore netbsd on mips, mipsel, mipseb.
5998
5999 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6000
6001 * configure.in (--enable-checking): New option.
6002
6003 2009-06-24 Glenn Morris <rgm@gnu.org>
6004
6005 * make-dist: Warn if subdir does not exist in source.
6006 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
6007 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
6008 No longer make links.
6009
6010 2009-06-24 Yavor Doganov <yavor@gnu.org>
6011
6012 * make-dist (tempdir): Don't create directories preferences.gorm
6013 and preferences.nib, they are no longer required.
6014
6015 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * Branch for 23.1.
6018
6019 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
6020
6021 * configure.in: Delete mac-fix-env target, which has been
6022 removed (Bug#3531).
6023
6024 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
6027
6028 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
6029
6030 * BUGS: Use new binding of view-emacs-problems.
6031
6032 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
6033
6034 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
6035 for Solaris compatibility.
6036
6037 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6038
6039 * configure: Regenerate.
6040
6041 * configure.in: Disable use of FreeType without libXft.
6042
6043 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6044
6045 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
6046 Check if it is declared in gtk.h.
6047
6048 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
6049
6050 * Makefile.in (install-arch-indep): Remove .gitignore files.
6051
6052 2009-04-03 Kenichi Handa <handa@m17n.org>
6053
6054 * INSTALL: Make the section "Complex Text Layout support
6055 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
6056
6057 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
6058
6059 * configure.in (rs6000-ibm-aix6*): Fix typo.
6060
6061 2009-03-04 Glenn Morris <rgm@gnu.org>
6062
6063 * Makefile.in (INFO_FILES): Add auth.
6064
6065 2009-03-03 Glenn Morris <rgm@gnu.org>
6066
6067 * info/dir: Add Auth-source.
6068
6069 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6070
6071 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6072 the second.
6073
6074 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6075
6076 * config.bat: Copy .dbxinit to _dbxinit.
6077
6078 * make-dist (Making links to `info'): Remove .gitignore.
6079
6080 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * Makefile.in (lib-src, lisp): Use simpler rule.
6083 (src): Be more specific to avoid recompiling all the .elc files just
6084 because the bootstrap-emacs is missing.
6085
6086 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
6087
6088 * configure.in: Require librsvg >= 2.11.
6089
6090 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6091
6092 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6093 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6094
6095 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6096
6097 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6098
6099 2009-02-03 Glenn Morris <rgm@gnu.org>
6100
6101 * make-dist: Add some missing files, remove some that are no longer
6102 present.
6103
6104 2009-02-02 Glenn Morris <rgm@gnu.org>
6105
6106 * make-dist: Add some missing nextstep/ files.
6107
6108 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6109
6110 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6111
6112 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6113
6114 * configure.in: Add support for m68k-*-netbsd.
6115
6116 2009-01-14 Juri Linkov <juri@jurta.org>
6117
6118 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6119
6120 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6121 and bug-reference-mode.
6122
6123 2009-01-11 Juri Linkov <juri@jurta.org>
6124
6125 * INSTALL.CVS: Move configuration explicitly to the first step.
6126
6127 2009-01-09 Glenn Morris <rgm@gnu.org>
6128
6129 * .dir-locals.el: Don't set indent-tabs-mode.
6130
6131 2008-12-30 Kenichi Handa <handa@m17n.org>
6132
6133 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6134 the function OTF_get_variation_glyphs.
6135
6136 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6137
6138 * Makefile.in (install-arch-dep): Remove old directories in
6139 ns_app* before moving new directories there.
6140
6141 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6142
6143 * .dir-locals.el: Remove non-working entry for pmail.
6144 (fill-column): Fix typo.
6145 (change-log-mode): Add fill column.
6146
6147 2008-12-26 Eli Zaretskii <eliz@gnu.org>
6148
6149 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6150
6151 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6152
6153 * make-dist (tempdir): Distribute .dir-locals.el.
6154
6155 * .dir-locals.el: New file.
6156
6157 2008-12-19 Eli Zaretskii <eliz@gnu.org>
6158
6159 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
6160 for rationale.
6161
6162 2008-12-13 Glenn Morris <rgm@gnu.org>
6163
6164 * Makefile.in (install-arch-indep): Add new man-pages.
6165 (manext): Remove variable.
6166 (MAN_PAGES): New variable.
6167 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
6168 and remove.
6169 (uninstall): Remove desktop file and icons, game scores if empty.
6170
6171 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6172
6173 * config.guess, config.sub: Updated from master source.
6174
6175 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6176
6177 * Makefile.in (install-arch-indep): Install ebrowse.1.
6178
6179 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6180
6181 * configure.in: Add Solaris on x86_64.
6182
6183 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6184
6185 * config.guess, config.sub: Updated from master source.
6186
6187 2008-12-08 Eli Zaretskii <eliz@gnu.org>
6188
6189 * info/dir: Fix last change.
6190
6191 2008-12-07 Eli Zaretskii <eliz@gnu.org>
6192
6193 * info/dir: Untabify.
6194
6195 2008-11-28 Ulrich Müller <ulm@gentoo.org>
6196
6197 * configure.in: Fix last change.
6198
6199 2008-11-28 Richard M Stallman <rms@gnu.org>
6200
6201 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
6202 New configurations.
6203
6204 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
6205
6206 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6207 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6208
6209 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6210
6211 * Makefile.in (INFO_FILES): Remove ns-emacs.
6212
6213 * info/dir (NS-Emacs): Remove entry.
6214
6215 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6216
6217 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6218
6219 2008-11-07 Glenn Morris <rgm@gnu.org>
6220
6221 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6222
6223 2008-10-31 Eli Zaretskii <eliz@gnu.org>
6224
6225 * config.bat: Tell user to expect one "File not found" message
6226 while the `doc' directory is being configured.
6227
6228 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * update-subdirs: Put obsolete directory last.
6231
6232 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6233
6234 * configure.in: Check fontconfig always.
6235
6236 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * configure (*-solaris2.[7-9]*): Fix typo.
6239
6240 2008-10-24 Glenn Morris <rgm@gnu.org>
6241
6242 * configure.in (--without-sync-input, --with-pkg-config-prog):
6243 Help strings start with lower case.
6244 (--with-gnustep-conf): New option.
6245 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6246
6247 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6248
6249 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6250 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6251 is not found. (Bug#1230)
6252
6253 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6254
6255 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6256 Use sol2-6.h for Solaris 7-9.
6257
6258 2008-10-18 Ulrich Müller <ulm@gentoo.org>
6259
6260 * configure.in: Add support for GNU/Linux on SuperH.
6261
6262 2008-10-12 Andreas Schwab <schwab@suse.de>
6263
6264 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6265
6266 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
6267
6268 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6269 "X") to avoid confusion.
6270
6271 * configure: Regenerate.
6272
6273 2008-09-07 Romain Francoise <romain@orebokech.com>
6274
6275 * make-dist: Distribute doc/man/ChangeLog.
6276
6277 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * configure.in: Disable XFT and Freetype when without X.
6280
6281 * configure: Regenerate.
6282
6283 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6284
6285 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6286
6287 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6288
6289 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6290 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
6291
6292 * configure: Regenerate.
6293
6294 2008-08-20 Eli Zaretskii <eliz@gnu.org>
6295
6296 * configure.in: Move "#define subprocesses" before
6297 config_opsysfile is included.
6298
6299 2008-08-19 Kenichi Handa <handa@m17n.org>
6300
6301 * INSTALL (Extra fonts): Mention local fonts, don't mention
6302 mule-unicode.
6303
6304 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * make-dist: Omit info/.arch-inventory.
6307
6308 2008-08-16 Jason Rumney <jasonr@gnu.org>
6309
6310 * make-dist (tempdir/nt): Link emacsclient.rc.
6311
6312 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6313
6314 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6315 AC_SUBST it.
6316 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6317 AC_SUBST it.
6318 (OTHER_FILES): Always define for HAVE_NS.
6319 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6320 * configure: Regenerate.
6321
6322 2008-08-07 Andreas Schwab <schwab@suse.de>
6323
6324 * configure.in: Correctly handle
6325 --enable-cocoa-experimental-ctrl-g=no and
6326 --enable-ns-self-contained=yes.
6327
6328 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6329
6330 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
6331 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6332 Don't bother undef'ing since won't have desired effect.
6333
6334 2008-08-06 Andreas Schwab <schwab@suse.de>
6335
6336 * configure.in: Fix quoting.
6337
6338 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6341
6342 2008-08-05 Ulrich Müller <ulm@gentoo.org>
6343
6344 * configure.in: Add checks for krb5_error.text and
6345 krb5_error.e_text struct members.
6346
6347 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * configure.in: Test for existence of NSInteger.
6350 Suggested by Yavor Doganov.
6351
6352 2008-08-02 Romain Francoise <romain@orebokech.com>
6353
6354 * Makefile.in (INFO_FILES): Add mairix-el.
6355
6356 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6357
6358 * make-dist:
6359 * README: Remove VMS support.
6360 * vms: Remove directory.
6361
6362 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6363
6364 * configure.in (MULTI_KBOARD): Remove.
6365
6366 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6367
6368 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6369
6370 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6371
6372 * info/dir (File): Add mairix-el.
6373
6374 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6375
6376 Remove support for Mac Carbon.
6377 * mac: Remove directory.
6378 * make-dist:
6379 * configure.in:
6380 * README:
6381 * Makefile.in:
6382 * INSTALL: Remove code for Carbon.
6383 * configure: Regenerate.
6384
6385 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6386
6387 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6388
6389 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6390
6391 * configure.in: Check for getrlimit.
6392
6393 * configure: Regenerate.
6394
6395 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6396
6397 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6398 in src/Makefile.in.
6399 (static): Remove, autoconf would always comment it out anyway.
6400 (subprocesses): Define unconditionally.
6401
6402 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6403
6404 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6405 compilation under GNUstep.
6406
6407 2008-07-18 Kenichi Handa <handa@m17n.org>
6408
6409 * INSTALL (Complex Text Layout support libraries): Delete the
6410 paragraph about --enable-font-backend.
6411
6412 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6413
6414 * configure.in: Print out some info to user for NeXTstep builds.
6415 (ns-app): Remove enable option.
6416 (ns-self-contained): Add enable option.
6417 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6418 GNUstep, use to set install prefixes, and substitute in Makefiles.
6419 * configure: Regenerate.
6420 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6421 NS app bundle.
6422
6423 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6426
6427 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6428
6429 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6430 NS_IMPL_COCOA.
6431
6432 2008-07-16 Glenn Morris <rgm@gnu.org>
6433
6434 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6435 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6436 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6437 never unset.
6438
6439 * make-dist: Add nextstep/ directories.
6440 (src, lib-src): Add .m files.
6441
6442 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6443
6444 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6445 (USER_FULL_NAME): Remove, not used anymore.
6446 * configure: Regenerate.
6447
6448 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6449
6450 Changes and additions for NeXTstep windowing system (Cocoa and
6451 GNUstep) support.
6452
6453 * configure.in: Add support for NS window system: --with-ns (default
6454 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
6455 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
6456 disable font backend if window system is "none", not if !HAVE_X11.
6457 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
6458 (install-arch-dep): Add commands to assemble NS .app package.
6459
6460 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
6461
6462 * configure.in: Use macppc for Darwin. Remove references to
6463 desupported systems.
6464 * configure: Regenerate.
6465
6466 2008-07-05 Glenn Morris <rgm@gnu.org>
6467
6468 * make-dist (EMACS): Doc fix.
6469 (lisp): There are no *.dat or image files here any more.
6470 (src): There are no *.s files here any more.
6471 (etc/images, etc/images/*): Link to most regular files.
6472
6473 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
6474
6475 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
6476
6477 2008-07-01 Glenn Morris <rgm@gnu.org>
6478
6479 * configure.in (cpp_undefs): Rename from `undefs', update uses.
6480 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
6481 and explicitly export there. (Bug#507.)
6482
6483 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * configure.in:
6486 * configure: Remove references to obsolete systems.
6487
6488 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * Makefile.in (Makefile): Use it for its timestamp value as well, and
6491 make it depend on all other */.in files.
6492 (src/Makefile, src/config.stamp, lib-src/Makefile)
6493 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
6494 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
6495 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
6496 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
6497
6498 * configure.in: Don't create src/config.stamp any more.
6499
6500 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
6503
6504 2008-06-22 Glenn Morris <rgm@gnu.org>
6505
6506 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
6507
6508 2008-06-21 Romain Francoise <romain@orebokech.com>
6509
6510 * Makefile.in (INFO_FILES): Add sasl.
6511
6512 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
6515 (bootstrap-build): Remove.
6516 (top_bootclean): New var.
6517 (top_distclean, bootstrap-clean): Use it.
6518 (bootstrap): Don't recheck config. Make normally.
6519
6520 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * Makefile.in (SUBDIR): Include `lisp'.
6523 (lisp): Depend on `src'.
6524 (top_distclean): Don't remove config.status.
6525 (bootstrap-clean): New target.
6526 (maintainer-clean): Use it.
6527 (bootstrap): Use bootstrap-clean. Re-run config.status.
6528 (src/bootstrap-emacs${EXEEXT}): New target.
6529 (bootstrap-build): Use it. Don't use bootstrap-prepare because
6530 src/Makefile now takes care of it.
6531 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
6532
6533 2008-06-15 Glenn Morris <rgm@gnu.org>
6534
6535 * info/dir: Add sasl.
6536
6537 2008-06-09 Alan Mackenzie <acm@muc.de>
6538
6539 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
6540
6541 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
6542
6543 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
6544
6545 2008-06-07 Glenn Morris <rgm@gnu.org>
6546
6547 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
6548 serve no purpose.
6549
6550 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
6551
6552 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
6553 * configure: Regenerate.
6554
6555 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * update-subdirs: Don't touch subdirs.el if it is unchanged.
6558
6559 2008-05-14 Kenichi Handa <handa@m17n.org>
6560
6561 * configure: Regenerate.
6562
6563 * configure.in: Don't handle --disable-font-backend. Don't print
6564 a message about a font backend.
6565
6566 2008-05-09 Glenn Morris <rgm@gnu.org>
6567
6568 * configure.in: Make absence of makeinfo a fatal error only if the info
6569 files don't exist.
6570 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
6571
6572 2008-05-07 Eli Zaretskii <eliz@gnu.org>
6573
6574 * config.bat: Fix last change: don't use < and > in "rem" lines,
6575 they are interpreted as redirection by DOS shells.
6576
6577 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6578
6579 * configure.in: Check availability of AvailabilityMacros.h
6580 if HAVE_CARBON.
6581
6582 * configure: Regenerate.
6583
6584 2008-05-03 Glenn Morris <rgm@gnu.org>
6585
6586 * configure.in (x_libraries): Remove standard 64-bit directories -
6587 experimental workaround for minor autoconf bug.
6588
6589 * configure.in (--without-makeinfo): New option. If set,
6590 absence of suitable makeinfo is not a fatal error.
6591 * Makefile.in (MAKEINFO): New, set by configure.
6592 (install-arch-indep): Without makeinfo, ignore any missing manuals.
6593 (info-real): New target.
6594 (info): Without makeinfo, do nothing, else call `info-real'.
6595
6596 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6597
6598 * configure.in: Remove hpux10.20 from the desupported list.
6599
6600 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
6603
6604 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
6607 rather than change CPPFLAGS.
6608 (HAVE_GTK): Rename to USE_GTK.
6609
6610 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
6611
6612 * configure.in: Replace the obsolete macros AC_AIX and
6613 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
6614
6615 2008-04-05 Andreas Schwab <schwab@suse.de>
6616
6617 * configure.in: No longer create admin/unidata/Makefile.
6618
6619 2008-03-28 Andreas Schwab <schwab@suse.de>
6620
6621 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
6622 (lisp/Makefile): New rule.
6623
6624 2008-03-13 Glenn Morris <rgm@gnu.org>
6625
6626 * configure.in (AC_INIT): Fix version number.
6627 (sync-input): Reword the option, since it's on by default.
6628
6629 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
6630
6631 * configure.in: Add --enable-sync-input, default yes.
6632
6633 2008-03-11 Glenn Morris <rgm@gnu.org>
6634
6635 * Makefile.in (install-etc, mkdir): Handle directory
6636 etc/images/icons/hicolor/*/mimetypes/.
6637
6638 * make-dist: Handle icons/hicolor/scalable directory.
6639
6640 2008-03-05 Glenn Morris <rgm@gnu.org>
6641
6642 * configure.in: Enable font-backend by default.
6643 (USE_FONT_BACKEND): Set to "no" in absence of X.
6644 (PKG_CONFIG): Don't set multiple times, once is enough.
6645 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
6646
6647 2008-03-03 Glenn Morris <rgm@gnu.org>
6648
6649 * Makefile.in (iconsrcdir): New variable.
6650 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
6651 directory.
6652
6653 2008-02-29 Glenn Morris <rgm@gnu.org>
6654
6655 * test/: New directory.
6656
6657 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
6658
6659 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
6660
6661 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
6662
6663 * configure.in: Print an error for systems that we think are obsolete
6664 and are proposed to be removed. Remove some more unused systems.
6665 Add support for powerpc-ibm-aix6*.
6666
6667 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
6668
6669 * configure.in: Remove references to obsolete variables and systems.
6670
6671 2008-02-21 Glenn Morris <rgm@gnu.org>
6672
6673 * Makefile.in (set_installuser): New.
6674 (install-arch-indep): Use set_installuser to avoid duplicate code.
6675
6676 * README.unicode: Split into admin/notes/unicode,font-backend and
6677 remove.
6678
6679 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
6680
6681 * configure.in (arm*-*-freebsd*): Add.
6682
6683 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
6684
6685 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
6686 dealing with obsolete variables.
6687
6688 2008-02-08 Glenn Morris <rgm@gnu.org>
6689
6690 * Makefile.in (check-info-dir): New target.
6691
6692 2008-02-08 Michael Olson <mwolson@gnu.org>
6693
6694 * Makefile.in (INFO_FILES): Add epa.
6695
6696 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
6697 features" section.
6698
6699 2008-02-06 Glenn Morris <rgm@gnu.org>
6700
6701 * configure.in (--with-gcc): Give an error saying this option has
6702 been removed.
6703 (--with-gtk): Remove this option.
6704
6705 2008-02-06 Tom Tromey <tromey@redhat.com>
6706
6707 * configure.in (--with-gcc): Remove.
6708 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
6709
6710 2008-02-05 Ulrich Müller <ulm@gentoo.org>
6711
6712 * INSTALL: Recommend giflib, not libungif.
6713
6714 2008-02-05 Tom Tromey <tromey@redhat.com>
6715
6716 * configure.in (--with-dbus): Default to enabled.
6717
6718 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
6719
6720 * INSTALL (Complex Text Layout support libraries): New section.
6721
6722 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
6723
6724 * make-dist: Remove references to files in mac/ that have been
6725 deleted.
6726
6727 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
6728
6729 * configure.in: For libotf and m17n-flt checks, set shell vars
6730 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
6731 pkg_check_m17n_flt, respectively, for the sake of the summary output.
6732 Reported by Ulrich Müller.
6733
6734 2008-02-02 Eli Zaretskii <eliz@gnu.org>
6735
6736 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
6737 admin/unidata/Makefile.in to Makefile.
6738
6739 2008-02-02 Glenn Morris <rgm@gnu.org>
6740
6741 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
6742 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
6743 (HAVE_XFT): Add "Does Emacs use..." messages at end.
6744
6745 2008-02-01 Miles Bader <miles@gnu.org>
6746
6747 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
6748 [libotf], and [m17n-flt] options.
6749
6750 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6751
6752 * configure.in: Add EMACS_ARG_N([libotf]...), and
6753 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
6754 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
6755 CFLAGS, and LIBS in checking of m17n-flt.
6756
6757 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
6758
6759 * configure.in: Check the availability of m17n-flt library.
6760
6761 2008-02-01 Kenichi Handa <handa@m17n.org>
6762
6763 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
6764 not available.
6765
6766 2008-02-01 Kenichi Handa <handa@m17n.org>
6767
6768 * configure.in: New args --enable-font-backend, --with-xft,
6769 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
6770 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
6771 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
6772 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
6773
6774 2008-02-01 Kenichi Handa <handa@m17n.org>
6775
6776 * make-dist: Include etc/charsets in tarball.
6777
6778 2008-02-01 Kenichi Handa <handa@m17n.org>
6779
6780 * configure.in: While running cpp on junk.c, include
6781 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
6782 exists.
6783
6784 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
6785
6786 * configure.in (xtensa): Match more configurations.
6787
6788 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
6789
6790 * configure.in: Update comment.
6791
6792 2008-01-26 Glenn Morris <rgm@gnu.org>
6793
6794 * configure.in (--without-gcc): By default, neither off nor on.
6795 (--with-carbon): Tone down rhetoric in help text.
6796
6797 2008-01-25 Glenn Morris <rgm@gnu.org>
6798
6799 * configure.in: Correct usage of OPTION_DEFAULT_ON,
6800 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
6801 Default `Carbon' to off (it's unsupported).
6802
6803 2008-01-24 Glenn Morris <rgm@gnu.org>
6804
6805 * configure.in: Standardize dbus-related messages.
6806
6807 2008-01-23 Michael Olson <mwolson@gnu.org>
6808
6809 * configure.in (pkg-config-prog): Remove initial whitespace.
6810
6811 2008-01-23 Tom Tromey <tromey@redhat.com>
6812
6813 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
6814 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
6815 Update all users.
6816
6817 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
6818
6819 * config.guess, config.sub: Updated from master source.
6820
6821 2008-01-17 Andreas Schwab <schwab@suse.de>
6822
6823 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
6824
6825 2008-01-17 Glenn Morris <rgm@gnu.org>
6826
6827 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
6828
6829 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
6830
6831 * configure.in: Remove more references to unsupported systems.
6832
6833 2008-01-16 Sven Joachim <svenjoac@gmx.de>
6834
6835 * make-dist: Add --lzma.
6836
6837 2008-01-16 Glenn Morris <rgm@gnu.org>
6838
6839 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
6840 configure checks for this.
6841
6842 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
6843
6844 * configure.in: Remove more references to unsupported systems.
6845
6846 2008-01-06 Romain Francoise <romain@orebokech.com>
6847
6848 * configure.in: Delete extra semicolons.
6849
6850 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6851
6852 * configure.in: Remove references to unsupported systems.
6853
6854 2008-01-05 Romain Francoise <romain@orebokech.com>
6855
6856 * make-dist: Add --bzip2. Update copyright.
6857
6858 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6859
6860 * configure.in: Remove support for Masscomp.
6861
6862 2008-01-05 Glenn Morris <rgm@gnu.org>
6863
6864 * Makefile.in (desktopdir, icondir): New variables.
6865 (install-arch-indep): Also depend on `install-etc'.
6866 (install-etc): New target.
6867 (mkdir): Also create the `applications' and `icons' directories.
6868
6869 2008-01-04 Glenn Morris <rgm@gnu.org>
6870
6871 * make-dist: Update for new etc/images/icons/hicolor directory.
6872
6873 2007-12-09 Andreas Schwab <schwab@suse.de>
6874
6875 * configure.in: D-Bus is not enabled by default.
6876
6877 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
6878
6879 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
6880 change.
6881
6882 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
6883
6884 * configure.in: Give package name and version to AC_INIT.
6885
6886 2007-12-03 Magnus Henoch <mange@freemail.hu>
6887
6888 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
6889
6890 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
6891
6892 * configure.in: No need for DBUS_INFO anymore.
6893
6894 * Makefile.in (INFO_FILES): Use dbus unconditionally.
6895
6896 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
6897
6898 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
6899
6900 * Makefile.in (INFO_FILES): Add dbus.
6901
6902 2007-12-02 Romain Francoise <romain@orebokech.com>
6903
6904 * make-dist: Fix last change.
6905
6906 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
6907
6908 * configure.in: Add support for gnu-kfreebsd.
6909
6910 2007-11-28 Glenn Morris <rgm@gnu.org>
6911
6912 * make-dist: Add etc/nxml.
6913
6914 2007-11-24 Romain Francoise <romain@orebokech.com>
6915
6916 * Makefile.in (INFO_FILES): Add nxml-mode.
6917
6918 2007-11-23 Romain Francoise <romain@orebokech.com>
6919
6920 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
6921 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
6922
6923 2007-11-20 Andreas Schwab <schwab@suse.de>
6924
6925 * configure.in: Always include <resolv.h> when checking for res_init.
6926
6927 2007-11-17 Andreas Schwab <schwab@suse.de>
6928
6929 * update-subdirs: Atomically update subdirs.el.
6930
6931 2007-11-17 Glenn Morris <rgm@gnu.org>
6932
6933 * Makefile.in (check-declare): New target.
6934
6935 2007-11-07 Glenn Morris <rgm@gnu.org>
6936
6937 * configure.in: Deprecate Mac Carbon port.
6938
6939 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
6940
6941 * configure.in: Remove HAVE_X11R5 check.
6942
6943 2007-10-31 Glenn Morris <rgm@gnu.org>
6944
6945 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
6946 when changing ownership of installed files.
6947
6948 2007-10-30 Glenn Morris <rgm@gnu.org>
6949
6950 * make-dist: Add new directory etc/gnus.
6951
6952 2007-10-30 Michael Olson <mwolson@gnu.org>
6953
6954 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
6955
6956 2007-10-29 Glenn Morris <rgm@gnu.org>
6957
6958 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
6959
6960 2007-10-23 Glenn Morris <rgm@gnu.org>
6961
6962 * MAINTAINERS: Move to admin/.
6963
6964 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
6965
6966 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
6967 (HAVE_LIBRESOLV): Also define if we are using res_init().
6968
6969 2007-10-17 Glenn Morris <rgm@gnu.org>
6970
6971 * FTP: Remove file, since it's just a duplicate of one in etc/.
6972
6973 2007-10-05 Eli Zaretskii <eliz@gnu.org>
6974
6975 * config.bat: Fix configuring `doc' due to changes in the
6976 directory structure.
6977
6978 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6979
6980 * configure.in: Don't use -lpthread on HP-UX.
6981
6982 2007-09-16 Glenn Morris <rgm@gnu.org>
6983
6984 * make-dist: File gfdl.1 has been removed.
6985
6986 2007-09-15 Glenn Morris <rgm@gnu.org>
6987
6988 * configure.in: Fix makeinfo version regexp.
6989
6990 2007-09-12 Glenn Morris <rgm@gnu.org>
6991
6992 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
6993 implementation of alloca is not found.
6994
6995 * Makefile.in (SOURCES, unlock, relock): Delete.
6996 (install-arch-indep): Do not exclude the etc/ Makefiles.
6997
6998 2007-09-09 Juri Linkov <juri@jurta.org>
6999
7000 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
7001
7002 * README: Add doc/ to documentation directories.
7003
7004 2007-09-08 Michael Olson <mwolson@gnu.org>
7005
7006 * MAINTAINERS: Add myself for ERC and tq.el.
7007 Update for new doc/ directory layout.
7008
7009 2007-09-06 Romain Francoise <romain@orebokech.com>
7010
7011 * make-dist: Update for new doc/ directory layout.
7012
7013 2007-09-06 Glenn Morris <rgm@gnu.org>
7014
7015 * Makefile.in (mansrcdir): New variable.
7016 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
7017 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
7018 update these targets for new doc/ directory layout.
7019 (doc/misc/Makefile): New target.
7020 (install-arch-indep): Use mansrcdir for new location of manpages.
7021 (mostlyclean, clean, distclean, maintainer-clean, unlock)
7022 (relock, info, dvi): Update targets for new doc/ directory layout.
7023
7024 * configure.in (AC_OUTPUT): Update names of generated Makefiles
7025 for new doc/ directory layout.
7026
7027 2007-09-02 Andreas Schwab <schwab@suse.de>
7028
7029 * configure.in: Use AS_HELP_STRING throughout.
7030 * configure: Regenerate.
7031
7032 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
7033
7034 * configure.in: Require Gtk/Glib 2.6.
7035
7036 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7037
7038 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
7039 Use them throughout in place of AC_ARG_WITH calls.
7040 * configure: Regenerate.
7041
7042 2007-09-01 Andreas Schwab <schwab@suse.de>
7043
7044 * configure.in: Put quotes around nested macro calls.
7045
7046 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
7047
7048 * configure.in: Fix typo.
7049 * configure: Regenerate.
7050
7051 2007-08-30 Glenn Morris <rgm@gnu.org>
7052
7053 * configure.in (AH_BOTTOM): Copy some manual changes made to
7054 src/config.in here so they are not lost when it regenerates.
7055
7056 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
7057
7058 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
7059
7060 * README.multi-tty: New file.
7061
7062 2007-08-29 Glenn Morris <rgm@gnu.org>
7063
7064 * README: Increase version to 23.0.50.
7065
7066 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7067
7068 * configure.in: New option: --without-xaw3d.
7069
7070 2007-08-24 Glenn Morris <rgm@gnu.org>
7071
7072 * configure.in: Check for a suitably recent makeinfo.
7073
7074 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7075
7076 * configure.in (Check for required libraries): Typo.
7077
7078 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7079
7080 * configure.in: Check librsvg2 also for Mac Carbon.
7081
7082 2007-08-22 Romain Francoise <romain@orebokech.com>
7083
7084 * make-dist: Follow reorganization of files in etc/.
7085
7086 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7087
7088 * configure.in: Add support for SVG images through librsvg2.
7089
7090 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7091
7092 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7093 to avoid an error message if there is no DOC there.
7094
7095 2007-07-25 Glenn Morris <rgm@gnu.org>
7096
7097 * Relicense all FSF files to GPLv3 or later.
7098
7099 * COPYING, info/COPYING: Switch to GPLv3.
7100
7101 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7102
7103 * configure.in: Complain if X seems to be installed but no
7104 development files were found.
7105
7106 2007-06-20 Glenn Morris <rgm@gnu.org>
7107
7108 * configure.in: Prefer libgif over libungif.
7109
7110 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7111
7112 * configure.in: Check for all image libraries before exiting.
7113
7114 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7115
7116 * configure.in: Exit with error if image libraries aren't found.
7117
7118 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7121 when compiling without scrollbars.
7122
7123 2007-06-12 Glenn Morris <rgm@gnu.org>
7124
7125 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7126
7127 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7128
7129 * configure.in: Change wording about yes/gtk and lucid/athena
7130 being synonyms.
7131
7132 2007-06-08 Glenn Morris <rgm@gnu.org>
7133
7134 * configure.in: Make gtk the default toolkit.
7135
7136 2007-06-07 Glenn Morris <rgm@gnu.org>
7137
7138 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7139 for a Sun C compiler.
7140
7141 * Makefile.in (install-arch-indep): Install only the DOC- file
7142 specific to the build, if possible, rather than DOC-*.
7143
7144 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7145
7146 * Version 22.1 released.
7147
7148 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * mkinstalldirs: Sync to version in automake CVS.
7151
7152 2007-05-22 Andreas Schwab <schwab@suse.de>
7153
7154 * configure.in: Prefer build_alias over host when host_alias is not set.
7155 * configure: Regenerate.
7156
7157 2007-05-20 Andreas Schwab <schwab@suse.de>
7158
7159 * configure.in: Remove empty AC_SUBST.
7160 * configure: Regenerate.
7161
7162 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7163
7164 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
7165 it like others.
7166 * configure: Regenerate.
7167
7168 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7169
7170 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
7171 (AC_CHECK_LIB): Add -lgpm.
7172 * configure: Regenerate.
7173
7174 2007-05-03 Glenn Morris <rgm@gnu.org>
7175
7176 * configure: Tweak message about the absence of shell functions.
7177
7178 2007-04-27 Andreas Schwab <schwab@suse.de>
7179
7180 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
7181
7182 2007-04-26 Glenn Morris <rgm@gnu.org>
7183
7184 * README: Increase version to 22.1.50.
7185
7186 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
7189
7190 2007-04-19 Glenn Morris <rgm@gnu.org>
7191
7192 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
7193
7194 2007-04-18 Glenn Morris <rgm@gnu.org>
7195
7196 * INSTALL: Mention CPP.
7197
7198 2007-04-15 Glenn Morris <rgm@gnu.org>
7199
7200 * FTP: Replace with a pointer to the web version.
7201
7202 2007-04-13 Glenn Morris <rgm@gnu.org>
7203
7204 * INSTALL: In lib-src, timer, wakeup, yow are removed.
7205
7206 2007-04-04 Glenn Morris <rgm@gnu.org>
7207
7208 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7209 compiling with Sun Studio on Solaris.
7210
7211 2007-03-23 Glenn Morris <rgm@gnu.org>
7212
7213 * configure.in: Restore support for hp800 (removed 2007-01-27)
7214 following clarification of legal status.
7215
7216 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7217
7218 * configure.in: Add support for AIX4.3 on IBM RS6000.
7219
7220 * configure: Regenerate.
7221
7222 2007-03-20 Richard Stallman <rms@gnu.org>
7223
7224 * configure.in: Fix previous change.
7225
7226 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7227
7228 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
7229 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7230 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
7231
7232 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7233
7234 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7235 user specifies "without".
7236
7237 * configure: Regenerate.
7238
7239 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7240
7241 * configure.in: Warning for Gtk+ and Cygwin added.
7242 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7243
7244 2007-02-27 Glenn Morris <rgm@gnu.org>
7245
7246 * make-dist (oldXMenu): Remove Imakefile.
7247 (etc/images): Add README.
7248
7249 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7250
7251 * configure.in (xtensa-*-linux-gnu*): New configuration.
7252
7253 * configure: Regenerate.
7254
7255 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7256
7257 * config.guess, config.sub: Updated from master source.
7258
7259 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7260
7261 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7262
7263 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * configure.in: Restore support for hp800's not running HP-UX.
7266
7267 * configure: Regenerate.
7268
7269 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7270
7271 * configure.in: Remove support for hp800 and sr2k machine types.
7272
7273 * configure: Regenerate.
7274
7275 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7276
7277 * configure.in: Add check for libXft.
7278
7279 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7280
7281 * INSTALL: Info files moved to share/info.
7282
7283 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7284
7285 * configure.in: Detect and use fink-installed in intel-based Mac
7286 builds; change Apple Darwin section to support both PowerPC and
7287 Intel-based Macs.
7288
7289 2006-12-26 Andreas Schwab <schwab@suse.de>
7290
7291 * Makefile.in (datarootdir): Define.
7292
7293 2006-12-24 Richard Stallman <rms@gnu.org>
7294
7295 * configure.in: Require Autoconf 2.61.
7296
7297 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7298
7299 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7300 Remove redundant entry for powerpc-apple-netbsd.
7301
7302 * configure: Regenerate.
7303
7304 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
7305
7306 * configure: Regenerate with autoconf 2.61.
7307
7308 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7309
7310 * configure.in: Detect alsa/asoundlib.h also.
7311 * configure: Regenerate.
7312
7313 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7314
7315 * configure.in: Check if GTK+ compiles at all.
7316
7317 2006-12-10 Andreas Schwab <schwab@suse.de>
7318
7319 * configure.in: Remove check for struct timezone, its result is
7320 never used.
7321
7322 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7323
7324 * configure.in: Add support for Solaris 10 on x86-64.
7325
7326 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7327
7328 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7329 of PKG_CONFIG_PATH.
7330
7331 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7332
7333 * configure.in (HAVE_SYNC): New test.
7334
7335 2006-12-03 Glenn Morris <rgm@gnu.org>
7336
7337 * Makefile.in: Fix Copyright format.
7338
7339 * configure.in (AH_TOP): Add missing Copyright year.
7340
7341 * update-subdirs: Add missing Copyright years.
7342
7343 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7344
7345 * Makefile.in: Touch only the parts of the share/emacs directory
7346 specific to this version.
7347
7348 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
7349
7350 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7351
7352 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7353
7354 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7355
7356 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7357
7358 * configure.in: Prefer X11 to Carbon only when some X-specific
7359 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7360
7361 2006-11-04 Romain Francoise <romain@orebokech.com>
7362
7363 * Makefile.in (bootstrap-clean-before): Fix typo.
7364 Use new target `bootstrap-clean' in the leim subdirectory.
7365
7366 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7367
7368 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7369
7370 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7371
7372 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7373 directories.
7374
7375 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7376
7377 * configure.in: Enable x86-64 OpenBSD compilation.
7378
7379 2006-10-28 Glenn Morris <rgm@gnu.org>
7380
7381 * AUTHORS: Add cal-html.el author.
7382
7383 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7384
7385 * make-dist: Make links to mac/make-package and
7386 mac/Emacs.app/Contents/Resources/Emacs.icns.
7387
7388 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7389
7390 * README: Bump version number to 22.0.90.
7391
7392 2006-10-23 Andreas Schwab <schwab@suse.de>
7393
7394 * configure.in: Make sure x_default_search_path is always set even
7395 when x_libraries is empty, and look in .../share as well for each
7396 library directory.
7397
7398 2006-09-28 Kenichi Handa <handa@m17n.org>
7399
7400 * configure.in (locallisppath): Don't include leim dir.
7401 (lisppath): Include leim dir.
7402
7403 2006-09-15 Jay Belanger <belanger@truman.edu>
7404
7405 * COPYING: Replace "Library Public License" by "Lesser Public
7406 License" throughout.
7407
7408 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7409
7410 * make-dist (EMACS): Exit and fail if the EMACS environment
7411 variable is set to something other than an absolute file name.
7412
7413 2006-08-16 Andreas Schwab <schwab@suse.de>
7414
7415 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7416 of hardcoding it.
7417
7418 2006-08-16 Richard Stallman <rms@gnu.org>
7419
7420 * INSTALL.CVS: Clean up wording.
7421
7422 2006-07-14 Eli Zaretskii <eliz@gnu.org>
7423
7424 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7425 $PKG_CONFIG --exists "$2" to config.log.
7426 * configure: Regenerate.
7427
7428 2006-07-09 Richard Stallman <rms@gnu.org>
7429
7430 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7431
7432 2006-07-09 Kim F. Storm <storm@cua.dk>
7433
7434 * CONTRIBUTE: Use outline format.
7435 Add section on copyright years (from admin/notes/years).
7436
7437 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7438
7439 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7440 to /dev/null, since we don't need the error message, just the
7441 exit status.
7442
7443 2006-07-07 Eli Zaretskii <eliz@gnu.org>
7444
7445 * CONTRIBUTE: Slight formatting changes and typo fixes.
7446 Add description of NEWS markings.
7447
7448 2006-07-07 Kim F. Storm <storm@cua.dk>
7449
7450 * CONTRIBUTE: Mention INSTALL.CVS.
7451
7452 2006-07-05 Romain Francoise <romain@orebokech.com>
7453
7454 * make-dist (top-level): Add CONTRIBUTE.
7455
7456 2006-07-04 Richard Stallman <rms@gnu.org>
7457
7458 * CONTRIBUTE: Much rewrite.
7459
7460 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
7461
7462 * CONTRIBUTE: New file.
7463
7464 2006-06-24 Eli Zaretskii <eliz@gnu.org>
7465
7466 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
7467
7468 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
7469
7470 * configure.in: Add check for ALSA.
7471
7472 2006-05-06 Eli Zaretskii <eliz@gnu.org>
7473
7474 * Makefile.in (INFO_FILES): Remove emacs-xtra.
7475
7476 * info/dir: Remove the Emacs-Xtra entry.
7477
7478 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
7479
7480 Update copyright year(s) in many files.
7481
7482 2006-04-01 Eli Zaretskii <eliz@gnu.org>
7483
7484 * configure: Regenerated.
7485
7486 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7487
7488 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
7489 --without-toolkit-scroll-bars was specified.
7490
7491 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
7492
7493 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
7494 to CFLAGS. Update Copyright years written to src/config.in.
7495
7496 2006-03-18 Claudio Fontana <claudio@gnu.org>
7497
7498 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
7499 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
7500 to be installed/uninstalled.
7501 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
7502 to Info files installed by Emacs.
7503
7504 2006-03-03 Claudio Fontana <claudio@gnu.org>
7505
7506 * Makefile.in (install, uninstall): Add DESTDIR variable to
7507 support staged installations.
7508
7509 2006-02-14 Richard M. Stallman <rms@gnu.org>
7510
7511 * configure.in (s390x-*-linux-gnu*): New configuration.
7512
7513 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
7514
7515 * configure.in: Require GTK 2.4 or newer.
7516
7517 2006-01-29 Michael Olson <mwolson@gnu.org>
7518
7519 * Makefile.in (install-arch-indep, uninstall): Add ERC.
7520 * info/dir (ERC): New entry.
7521
7522 2006-01-29 Eli Zaretskii <eliz@gnu.org>
7523
7524 * info/dir: Fix last change.
7525
7526 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7527
7528 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
7529
7530 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7531
7532 * info/dir: Untabify the whole file.
7533 (Rcirc): New entry.
7534
7535 2006-01-12 Andreas Schwab <schwab@suse.de>
7536
7537 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
7538 check.
7539
7540 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * configure.in: Use -Wno-pointer-sign if available.
7543
7544 2005-12-29 Andreas Schwab <schwab@suse.de>
7545
7546 * config.guess, config.sub: Updated from master source.
7547
7548 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7549
7550 * configure.in: Use amdx86-64 for freebsd on x86_64.
7551
7552 2005-11-22 Romain Francoise <romain@orebokech.com>
7553
7554 * make-dist: Add etc/images/icons.
7555
7556 2005-11-03 Andreas Schwab <schwab@suse.de>
7557
7558 * configure.in: Use GZIP_PROG instead of GZIP.
7559
7560 * Makefile.in (GZIP_PROG): Rename from GZIP.
7561 (install-arch-indep): Adjust.
7562
7563 2005-11-01 Andreas Schwab <schwab@suse.de>
7564
7565 * Makefile.in (bootstrap): Fix dependencies for parallel build.
7566 (bootfast): Likewise.
7567
7568 2005-11-01 Romain Francoise <romain@orebokech.com>
7569
7570 * configure.in: Check for gzip.
7571
7572 * Makefile.in (install): Compress source files.
7573
7574 2005-10-24 Steven Tamm <steventamm@mac.com>
7575
7576 * configure.in: Fix darwin386 configuration issue.
7577
7578 2005-10-22 Eli Zaretskii <eliz@gnu.org>
7579
7580 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
7581
7582 2005-10-17 Bill Wohler <wohler@newt.com>
7583
7584 * make-dist: Create and populate etc/images/low-color.
7585
7586 2005-10-15 Bill Wohler <wohler@newt.com>
7587
7588 * make-dist: Create and populate etc/images/gud.
7589
7590 2005-10-08 Richard M. Stallman <rms@gnu.org>
7591
7592 * make-dist (tempparent): Don't check for 14-char file name limit.
7593
7594 2005-10-07 Romain Francoise <romain@orebokech.com>
7595
7596 * make-dist: Add etc/images/ezimage and etc/images/mail
7597 directories. Install images in etc/images.
7598
7599 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7600
7601 * configure.in: Prefer Carbon if --enable-carbon-app or
7602 --with-carbon is explicitly specified even when X11 is detected.
7603
7604 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
7605
7606 * Makefile.in (install-arch-indep, uninstall):
7607 Handle newsticker manual.
7608 (info): Add - to commands.
7609
7610 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
7611
7612 Remove the MAXPATHLEN limitations:
7613
7614 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
7615
7616 2005-09-09 Eli Zaretskii <eliz@gnu.org>
7617
7618 * configure.in <lynxsos*>: Support for LynxOS on PPC.
7619 * configure: Regenerate.
7620
7621 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
7622
7623 * config.guess, config.sub: Updated from master source.
7624
7625 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * .cvsignore: Add `lock'.
7628
7629 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
7630
7631 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
7632
7633 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
7634
7635 Merge gnulib getopt implementation into Emacs.
7636
7637 * Makefile.in (AUTOCONF_INPUTS): New macro.
7638 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
7639 so that these files also depend on m4/getopt.m4.
7640 * configure.in: Configure getopt by including m4/getopt.m4,
7641 and configuring a getopt replacement if necessary.
7642 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
7643 * m4/getopt.m4: New file.
7644
7645 2005-07-06 Lute Kamstra <lute@gnu.org>
7646
7647 * configure.in: Fix capitalization.
7648
7649 2005-07-04 Lute Kamstra <lute@gnu.org>
7650
7651 Update FSF's address in GPL notices.
7652
7653 2005-06-19 Jérôme Marant <jerome@marant.org>
7654
7655 * Makefile.in (epaths-force): Protect both lisppath and
7656 buildlisppath from whitespace.
7657
7658 2005-06-08 Steven Tamm <steventamm@mac.com>
7659
7660 * configure.in: Support Darwin/MacOSX on Intel.
7661
7662 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
7663
7664 * configure.in (HAVE_CANCELMENUTRACKING): New test.
7665
7666 2005-05-19 Jérôme Marant <jmarant@marant.org>
7667
7668 * configure.in: Add --enable-locallisppath.
7669
7670 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7671
7672 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
7673 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
7674 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
7675
7676 2005-05-07 Jérôme Marant <jerome@marant.org>
7677
7678 * make-dist: Remove references to makefile.nt and makefile.def.
7679 Include widgets and images subdirectories of etc. Do not exclude
7680 ldefs-boot.el.
7681
7682 2005-04-23 Andreas Schwab <schwab@suse.de>
7683
7684 * configure.in: Remove duplicate match for powerpc configuration.
7685
7686 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
7687
7688 * configure.in: Check for <pwd.h>.
7689
7690 2005-04-14 Lute Kamstra <lute@gnu.org>
7691
7692 * make-dist: Distribute all ChangeLog files in lisp/.
7693 Don't distribute ldefs-boot.el.
7694 lisp/makefile.nt no longer exists.
7695
7696 2005-04-13 Lute Kamstra <lute@gnu.org>
7697
7698 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
7699 for "no-byte-compile: t" in the file instead.
7700
7701 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7702
7703 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
7704 shadow the main Lesstif/Motif-2.1 libs and includes.
7705
7706 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
7707
7708 * configure.in: Only add XASSERTS to cppflags.
7709
7710 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
7711
7712 * configure.in: Added --enable-asserts.
7713
7714 2005-02-09 Kim F. Storm <storm@cua.dk>
7715
7716 Change release version from 21.4 to 22.1 throughout.
7717 Change development version from 21.3.50 to 22.0.50.
7718
7719 2005-01-19 Steven Tamm <steventamm@mac.com>
7720
7721 * configure.in: Check for <sys/utsname.h>.
7722
7723 2004-12-11 Kim F. Storm <storm@cua.dk>
7724
7725 * Makefile.in (info): Undo 2004-12-05 change.
7726
7727 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * info/dir (File): Add URL and Org Mode manuals.
7730 * Makefile.in (install-arch-indep, uninstall): Add url and org
7731 manuals.
7732
7733 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
7736 committed to src/config.in.
7737
7738 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
7739
7740 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
7741 pthreads and define HAVE_GTK_AND_PTHREAD.
7742
7743 2004-12-05 Richard M. Stallman <rms@gnu.org>
7744
7745 * Makefile.in (info): Ignore errors building info files.
7746
7747 2004-11-27 Eli Zaretskii <eliz@gnu.org>
7748
7749 * config.bat: If 8-byte alignment is not supported, define
7750 NO_DECL_ALIGN in src/config.h, instead of trivially defining
7751 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
7752 filter through Sed to remove the quotes.
7753
7754 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
7757 not apply to files explicitly `cvs add'ed.
7758
7759 2004-11-12 Eli Zaretskii <eliz@gnu.org>
7760
7761 * config.bat: Don't require djecho.exe for the v1.x build.
7762 Add a test for DECL_ALIGN support, and add a trivial definition to
7763 src/config.h if 8-byte alignment is not supported.
7764
7765 2004-11-08 Kim F. Storm <storm@cua.dk>
7766
7767 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
7768 files before building.
7769 (bootfast, bootstrap-clean-before-fast): New targets, like
7770 bootstrap but don't remove .elc files.
7771
7772 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
7773
7774 * configure.in: Add check for getrusage.
7775
7776 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
7777
7778 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
7779 New tests for new and old GTK file dialogs.
7780 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
7781 to no.
7782
7783 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
7784
7785 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
7786 can be set. Remove SETARCH test.
7787
7788 2004-10-08 Steven Tamm <steventamm@mac.com>
7789
7790 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
7791
7792 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
7793
7794 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
7795 AC_MSG_WARN. Move output of warning message to end of configure run.
7796
7797 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
7798
7799 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
7800 Run test to see if heap start address is random.
7801
7802 2004-09-29 Miles Bader <miles@gnu.org>
7803
7804 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
7805 if setarch is present.
7806
7807 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
7808
7809 * configure.in (HAVE_EXECSHIELD): Only define on x86.
7810
7811 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
7812
7813 * configure.in: Check for exec-shield.
7814
7815 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7816
7817 * Makefile.in (install-arch-indep): Add pgg and sieve.
7818
7819 * info/.cvsignore: Added pgg and sieve.
7820
7821 2004-08-06 Andreas Schwab <schwab@suse.de>
7822
7823 * Makefile.in (install-arch-indep, uninstall): Add flymake.
7824
7825 2004-07-31 Eli Zaretskii <eliz@gnu.org>
7826
7827 * config.bat: Update URLs in the comments.
7828
7829 2004-07-05 Andreas Schwab <schwab@suse.de>
7830
7831 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
7832
7833 2004-06-21 Kenichi Handa <handa@m17n.org>
7834
7835 * make-dist: Link leim-ext.el into tempdir.
7836
7837 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7838
7839 * info/dir (File): Add emacs-xtra.
7840 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
7841
7842 2004-06-12 Juri Linkov <juri@jurta.org>
7843
7844 * info/dir: Move menu help lines from `* Menu:' to file header.
7845 Describe the purpose of a red *.
7846
7847 2004-05-04 Dave Love <fx@gnu.org>
7848
7849 * configure.in: Don't use `extrasub'.
7850
7851 2004-04-29 Dave Love <fx@gnu.org>
7852
7853 * configure.in: Don't forget to quote args to `test'.
7854
7855 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
7856
7857 * autogen.sh: Update filename in "please read" message.
7858
7859 2004-04-17 Richard M. Stallman <rms@gnu.org>
7860
7861 * INSTALL: Move the info about site-lisp dirs,
7862 and say uninstalled Emacs looks there too.
7863
7864 2004-04-04 Eli Zaretskii <eliz@gnu.org>
7865
7866 * config.bat (lib-src): Recognize comment lines in Makefile.in
7867 that have a TAB after the #, to avoid errors in preprocessing with
7868 GCC 3.3.3.
7869
7870 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7871
7872 * Makefile.in: Mention in comment that `make maintainer-clean'
7873 deletes .elc files.
7874
7875 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * update-subdirs: Add local variables to prevent byte-compiling.
7878
7879 2004-03-21 Dave Love <fx@gnu.org>
7880
7881 * configure.in: Fix previous change.
7882
7883 2004-03-18 Dave Love <fx@gnu.org>
7884
7885 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
7886
7887 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
7888
7889 * info/dir (File): Add SMTP and SES.
7890
7891 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7892
7893 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
7894 (bootstrap): Use the new bootstrap-prepare target in lisp.
7895
7896 2004-02-18 Kim F. Storm <storm@cua.dk>
7897
7898 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
7899
7900 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7901
7902 * make-dist: Don't link index.*perm and permute-index into tempdir.
7903
7904 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7905
7906 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
7907 to match previous changes by Eli Zaretskii.
7908
7909 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * Makefile.in: Set CDPATH to an empty string.
7912
7913 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * configure.in <darwin>: Use fink packages if available.
7916
7917 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
7918
7919 * make-dist (lispref): Do include lispref/index.texi.
7920
7921 2004-01-06 Eric Hanchrow <offby1@blarg.net>
7922
7923 * make-dist (tempdir): Include cursors in nt/icons.
7924
7925 2003-12-30 Eli Zaretskii <eliz@gnu.org>
7926
7927 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
7928 clashes with install-sh on 8+3 filesystems.
7929
7930 2003-12-24 Miles Bader <miles@gnu.org>
7931
7932 * .cvsignore: Add .arch-inventory.
7933
7934 2003-12-24 Andreas Schwab <schwab@suse.de>
7935
7936 * configure.in: Check for <sys/socket.h>. Include it before
7937 including <net/if.h>. Move check for <net/if.h> before its use.
7938
7939 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
7940
7941 * Makefile.in (install-arch-dep): Don't let cd output go into
7942 pipe for carbon_appdir.
7943
7944 2003-12-24 Andreas Schwab <schwab@suse.de>
7945
7946 * configure.in (PKG_CHECK_MODULES): Fix quoting.
7947
7948 2003-12-01 Andreas Schwab <schwab@suse.de>
7949
7950 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
7951 hardcoding gcc.
7952
7953 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
7954
7955 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
7956 multiple displays.
7957 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
7958
7959 2003-09-23 Dave Love <fx@gnu.org>
7960
7961 * configure.in: Check members of struct ifreq.
7962
7963 2003-09-14 Kim F. Storm <storm@cua.dk>
7964
7965 * configure.in: Add checks for sys/ioctl.h and net/if.h.
7966
7967 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
7968
7969 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
7970
7971 2003-08-18 Lute Kamstra <lute@gnu.org>
7972
7973 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
7974 required anymore.
7975
7976 2003-08-07 Andrew Choi <akochoi@shaw.ca>
7977
7978 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
7979 option instead of -traditional-cpp for CPP.
7980
7981 2003-07-29 Richard M. Stallman <rms@gnu.org>
7982
7983 * configure.in (HAVE_XIM): Define if XIM is available.
7984
7985 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
7986
7987 * configure.in: The function gtk_window_set_icon_from_file was
7988 introduced in GTK+ 2.2, so check for that release.
7989
7990 2003-07-23 Andreas Schwab <schwab@suse.de>
7991
7992 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
7993
7994 * Makefile.in (YACC): Remove, not used.
7995 (MAINT): Don't set.
7996 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
7997 disable dependency on ${srcdir}/configure.in when maintainer mode
7998 is disabled.
7999
8000 2003-07-22 Dave Love <fx@gnu.org>
8001
8002 * configure.in: Make XRegisterIMInstantiateCallback test depend on
8003 HAVE_X11, not with_xim.
8004 (HAVE_CRTIN): Provide template.
8005 <with_png>: Test for png.h and libpng/png.h.
8006
8007 2003-07-15 Andreas Schwab <schwab@suse.de>
8008
8009 * configure.in: Temporarily leave quoting for AC_DEFINE.
8010
8011 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
8012
8013 * configure.in: Check for posix_memalign.
8014
8015 2003-07-12 Richard M. Stallman <rms@gnu.org>
8016
8017 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
8018
8019 2003-07-09 Kim F. Storm <storm@cua.dk>
8020
8021 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
8022 functionality of --without-xim.
8023
8024 2003-06-29 Dave Love <fx@gnu.org>
8025
8026 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
8027
8028 2003-06-23 Dave Love <fx@gnu.org>
8029
8030 * configure.in: Check for sys/_mbstate_t.h.
8031 Test XRegisterIMInstantiateCallback prototype.
8032 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
8033
8034 2003-06-06 Dave Love <fx@gnu.org>
8035
8036 * configure.in: Check for locale.h.
8037
8038 2003-06-05 Dave Love <fx@gnu.org>
8039
8040 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
8041 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
8042 (NLIST_STRUCT): Don't define.
8043 (AH_BOTTOM): Define my_strftime.
8044
8045 2003-06-02 Richard M. Stallman <rms@gnu.org>
8046
8047 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
8048
8049 2003-05-24 Andreas Schwab <schwab@suse.de>
8050
8051 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
8052 bzero, and bcmp.
8053
8054 2003-05-22 Dave Love <fx@gnu.org>
8055
8056 * configure.in: Remove redundant test for term.h. Test for difftime.
8057
8058 2003-05-20 Dave Love <fx@gnu.org>
8059
8060 * configure.in: Append * to s390-*-linux-gnu case.
8061 (LIBMAIL) <lockfile>: Don't define.
8062
8063 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8064
8065 * INSTALL (* GNU/Linux development packages): Mention Debian and
8066 RedHat package names.
8067
8068 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8069
8070 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8071
8072 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8073
8074 * INSTALL (* GNU/Linux development packages): Tell people to
8075 install additional packages for compiling Emacs.
8076
8077 2003-04-30 Richard M. Stallman <rms@gnu.org>
8078
8079 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8080
8081 2003-04-28 Francesco Potortì <pot@gnu.org>
8082
8083 * configure.in: Undo last (RMS') change, as it is useless, per
8084 Dave Love.
8085
8086 2003-04-08 Richard M. Stallman <rms@gnu.org>
8087
8088 * configure.in: Put #include of jpeglib.h at start of line.
8089
8090 2003-04-06 Francesco Potortì <pot@gnu.org>
8091
8092 * configure.in: Use the same configuration for all aix5, not just
8093 aix5.1.
8094
8095 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8096
8097 * configure.in: Check for need for bigtoc support on IBM AIX for
8098 solving a linker table overflow problem.
8099
8100 2003-03-03 Rob Browning <rlb@defaultvalue.org>
8101
8102 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8103 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8104 over bzero, bcmp, and bcopy.
8105
8106 2003-02-23 Simon Josefsson <jas@extundo.com>
8107
8108 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8109
8110 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8111
8112 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8113
8114 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8115
8116 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8117
8118 2003-02-08 Andreas Schwab <schwab@suse.de>
8119
8120 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8121 instead of the substitution.
8122
8123 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8124
8125 * Makefile.in: Use @EXEEXT@ for Cygwin.
8126 Use USERNAME if LOGNAME is not set (for Cygwin).
8127
8128 * configure.in: Add opsys=cygwin.
8129
8130 2003-01-22 Andreas Schwab <schwab@suse.de>
8131
8132 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8133 redefining it explicitly in src/config.in.
8134
8135 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8136
8137 * Makefile.in (bootstrap): Make bootstrap-after.
8138
8139 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8140
8141 * configure.in: Fix --with-gtk.
8142
8143 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8144
8145 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
8146
8147 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8148
8149 2003-01-14 Francesco Potortì <pot@gnu.org>
8150
8151 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8152
8153 2003-01-07 Steven Tamm <steventamm@mac.com>
8154
8155 * configure.in: New option, --enable-carbon-app, to specify
8156 that the application should be installed
8157 * Makefile.in (install-arch-dep): On Mac OS X, install the
8158 Emacs.app application if carbon-app is enabled.
8159
8160 2003-01-06 Dave Love <fx@gnu.org>
8161
8162 * configure.in: Check for nl_langinfo.
8163 [!HAVE_SIZE_T]: Fix typedef.
8164
8165 2003-01-06 David Kastrup <dak@gnu.org>
8166
8167 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
8168
8169 * configure.in: Add tests for install-info.
8170
8171 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
8172
8173 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
8174 use again sol2-6 instead of sol2-8.
8175
8176 2002-12-09 Dave Love <fx@gnu.org>
8177
8178 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
8179
8180 2002-12-08 Andreas Schwab <schwab@suse.de>
8181
8182 * Makefile.in (install-arch-indep): Revert last change.
8183
8184 2002-11-27 Dave Love <fx@gnu.org>
8185
8186 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
8187 Check for __sys_siglist too. Check for memset.
8188 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
8189
8190 2002-11-22 Juanma Barranquero <lektu@terra.es>
8191
8192 * config.guess, config.sub: Updated from master source.
8193
8194 2002-11-19 Karl Fogel <kfogel@red-bean.com>
8195
8196 * autogen.sh: New file.
8197
8198 2002-11-18 Dave Love <fx@gnu.org>
8199
8200 * configure.in: Tidy up various quoting issues throughout.
8201 Use AC_GNU_SOURCE.
8202 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
8203 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
8204 Maybe define bcopy, bzero, bcmp.
8205 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8206 non-existent machine file).
8207 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8208 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8209 (nlist.h): Move test up.
8210
8211 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
8212
8213 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8214
8215 2002-11-14 Francesco Potortì <pot@gnu.org>
8216
8217 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8218
8219 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8220
8221 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8222
8223 2002-11-08 Dave Love <fx@gnu.org>
8224
8225 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8226 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8227
8228 2002-11-07 Miles Bader <miles@gnu.org>
8229
8230 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8231 Handle separate-build-dir case.
8232
8233 2002-11-06 Richard M. Stallman <rms@gnu.org>
8234
8235 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8236 bulletproof. $bar may be empty when there are no .elc files.
8237
8238 2002-10-30 Dave Love <fx@gnu.org>
8239
8240 * configure.in: Require autoconf 2.53. Test for pty.h,
8241 sys/mman.h, sys/param.h, mremap, memmove.
8242 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8243 (AC_PROG_YACC): Delete.
8244 (size_t): Use AC_CHECK_TYPES.
8245 (AH_TOP): Up-date copyright.
8246
8247 2002-10-01 Juanma Barranquero <lektu@terra.es>
8248
8249 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8250
8251 2002-09-19 Richard M. Stallman <rms@gnu.org>
8252
8253 * configure.in: Fix the LessTif-directory-finder for real.
8254
8255 2002-09-14 Richard M. Stallman <rms@gnu.org>
8256
8257 * Makefile.in (maybe_bootstrap): Test for complete absence
8258 of compiled Lisp files.
8259
8260 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8261
8262 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8263 (bootstrap-clean-after): Delete.
8264 (bootstrap): Make the sequencing explicit.
8265
8266 2002-09-10 Richard M. Stallman <rms@gnu.org>
8267
8268 * configure.in: Fix previous LessTif change.
8269
8270 2002-09-09 Richard M. Stallman <rms@gnu.org>
8271
8272 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8273 (powerpcle-*-solaris*): Use version 2.6 as default.
8274 (*-sunos5.6*, *-solaris2.6*): New alternative.
8275 (*-sunos5*): Use version 2.6 as default.
8276
8277 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8278
8279 * configure.in: Fix typo.
8280
8281 2002-09-05 Richard M. Stallman <rms@gnu.org>
8282
8283 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8284
8285 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8286 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8287
8288 2002-08-26 Kim F. Storm <storm@cua.dk>
8289
8290 * Makefile.in (install-arch-indep): Do not remove DOC file
8291 when it is the only DOC file installed; this is the case when
8292 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8293
8294 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
8295
8296 * configure.in: Fix typo.
8297
8298 2002-07-24 Richard M. Stallman <rms@gnu.org>
8299
8300 * configure.in: Don't print anything special about gamedir.
8301
8302 * configure.in: Delete nonstandard --with-game-user option.
8303
8304 2002-07-21 Richard M. Stallman <rms@gnu.org>
8305
8306 * Makefile.in (gamedir, localstatedir): New variables.
8307 (epaths-force): Insert value of gamedir into PATH_GAME.
8308
8309 * configure.in (gamedir): Handle it like lispdir.
8310 (--with-game-dir option): Delete.
8311
8312 2002-06-21 Pavel Janík <Pavel@Janik.cz>
8313
8314 * configure.in: Add support for mipseb-*-netbsd* machines.
8315
8316 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8317
8318 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8319
8320 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8321
8322 * info/dir (File): Add an entry for Tramp.
8323
8324 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8325
8326 * INSTALL-CVS: New file.
8327
8328 2002-06-07 Andreas Schwab <schwab@suse.de>
8329
8330 * configure.in (x86_64-*-linux-gnu*): New system.
8331
8332 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8333
8334 * config.bat: Handle the case when lispintro is truncated to lispintr.
8335
8336 2002-05-26 Paul Eggert <eggert@twinsun.com>
8337
8338 * config.guess, config.sub: Updated from master source.
8339
8340 2002-05-09 Richard M. Stallman <rms@gnu.org>
8341
8342 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8343
8344 2002-05-04 Pavel Janík <Pavel@Janik.cz>
8345
8346 * make-dist: Do not distribute lock/ directory.
8347
8348 2002-04-30 Andrew Choi <akochoi@shaw.ca>
8349
8350 * configure.in: Provide documentation string when defining
8351 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8352 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8353
8354 2002-04-29 Colin Walters <walters@verbum.org>
8355
8356 * configure.in: Delete configure check for access to the game user.
8357
8358 2002-04-29 Pavel Janík <Pavel@Janik.cz>
8359
8360 * make-dist: lwlib/Imakefile is removed.
8361
8362 2002-04-26 Andrew Choi <akochoi@shaw.ca>
8363
8364 * configure.in: Add support for powerpc-apple-darwin*.
8365 (HAVE_CARBON): Add.
8366
8367 * make-dist: Create directories in mac/Emacs.app.
8368
8369 2002-04-25 Pavel Janík <Pavel@Janik.cz>
8370
8371 * make-dist: lwlib-Xol* are removed.
8372
8373 2002-04-23 Andreas Schwab <schwab@suse.de>
8374
8375 * Makefile.in (MAINT): New variable.
8376 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8377 instead of configure.in, to avoid running autoconf and autoheader
8378 unless explicitly requested.
8379
8380 2002-04-16 Eli Zaretskii <eliz@gnu.org>
8381
8382 * config.bat: Update for msdos/sed2v2.inp.
8383
8384 2002-04-15 Andreas Schwab <schwab@suse.de>
8385
8386 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8387 * configure.in: Add config header templates to all AC_DEFINE and
8388 AC_DEFINE_UNQUOTED symbols.
8389 * make-dist: Run autoheader if necessary.
8390
8391 2002-04-10 Colin Walters <walters@verbum.org>
8392
8393 * configure.in: Add --game-dir, --game-user. Test to see if we
8394 can use them.
8395
8396 2002-04-08 Pavel Janík <Pavel@Janik.cz>
8397
8398 * configure.in: Add --with-sound.
8399
8400 2002-03-18 Kim F. Storm <storm@cua.dk>
8401
8402 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8403 and getsockname functions. Test for sys/un.h include file.
8404
8405 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8406
8407 * configure.in: Support AIX 5.1.
8408
8409 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8410
8411 * configure.in: Added test for X Session Management (HAVE_X_SM).
8412
8413 2002-03-03 Richard M. Stallman <rms@gnu.org>
8414
8415 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8416 Run chown $${LOGNAME} on files installed by tar xvf.
8417
8418 2002-03-03 Kim F. Storm <storm@cua.dk>
8419
8420 * configure.in: Test for getpeername.
8421
8422 2002-03-01 Richard M. Stallman <rms@gnu.org>
8423
8424 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8425 (HAVE_GIF): Don't use old libungif versions that crash.
8426
8427 2002-02-26 Richard M. Stallman <rms@gnu.org>
8428
8429 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8430 not just well-formed and valid.
8431 (mips-compaq-nonstopux*): New configuration.
8432
8433 2002-02-18 Paul Eggert <eggert@twinsun.com>
8434
8435 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8436 "sed q" is a portable equivalent to plain "head -1".
8437
8438 2002-02-13 Richard M. Stallman <rms@gnu.org>
8439
8440 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8441 (all): Don't depend on maybe_bootstrap here.
8442 (${SUBDIR}): Depend on it here instead.
8443
8444 2002-02-08 Richard M. Stallman <rms@gnu.org>
8445
8446 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8447
8448 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8449
8450 * configure.in: Recognize BSD/OS 5.0.
8451
8452 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8453
8454 * make-dist: Make version checking in emacs.texi consistent with
8455 how we set it there.
8456
8457 2001-12-29 Kim F. Storm <storm@cua.dk>
8458
8459 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
8460
8461 2001-12-28 Richard M. Stallman <rms@gnu.org>
8462
8463 * configure.in: Test for mbsinit.
8464
8465 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
8466
8467 These changes make Leim part of the standard distribution:
8468
8469 * README: Add info about the `leim' directory.
8470
8471 * INSTALL: Remove text that describes Leim as a separate package.
8472
8473 * noleim-Makefile.in: File removed.
8474
8475 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
8476 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
8477 Leim files out of the Emacs tree. Don't prepare a separate tarball
8478 for Leim.
8479
8480 2001-12-11 Richard M. Stallman <rms@gnu.org>
8481
8482 * configure.in (hppa*-*-linux-gnu*): New alternative.
8483
8484 2001-12-08 Pavel Janík <Pavel@Janik.cz>
8485
8486 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
8487 creating distribution.
8488
8489 2001-12-06 Paul Eggert <eggert@twinsun.com>
8490
8491 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
8492 (AC_FUNC_VFORK): Remove.
8493 (AC_FUNC_FORK): Add.
8494 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
8495 this is required by recent Autoconf versions.
8496
8497 2001-12-02 Pavel Janík <Pavel@Janik.cz>
8498
8499 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
8500 TODO, vms-pp.trans and others).
8501
8502 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8503
8504 * make-dist: Use COPYING from the top-level directory.
8505
8506 2001-11-29 Gerd Moellmann <gerd@gnu.org>
8507
8508 * configure.in: Add support for FreeBSD/Alpha.
8509
8510 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8511
8512 * make-dist: Add COPYING to the top-level directory of the
8513 distribution. Simplify the logic behind copying.
8514
8515 * Makefile.in (maybe_bootstrap): Fix previous change.
8516
8517 2001-11-28 Richard M. Stallman <rms@gnu.org>
8518
8519 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
8520
8521 2001-11-26 Richard M. Stallman <rms@gnu.org>
8522
8523 * Makefile.in: bootstrap should not delete dumped executables.
8524 (bootstrap-clean-before): New target.
8525 (bootstrap): Use bootstrap-clean-before instead of clean.
8526 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
8527
8528 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
8529
8530 These changes add the Emacs Lisp Introduction manual to the
8531 distribution:
8532
8533 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
8534
8535 * make-dist: Copy the files in lispintro directory.
8536
8537 * config.bat: Configure in the lispintro directory.
8538
8539 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
8540
8541 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
8542 (lispintro/Makefile): New target.
8543 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
8544 (unlock, relock, info, dvi): Ditto.
8545
8546 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8547
8548 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
8549
8550 * make-dist (etc): Don't distribute gfdl.1.
8551
8552 2001-11-22 Colin Walters <walters@debian.org>
8553
8554 * Makefile.in (install-arch-indep): Install the calc .info files.
8555 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
8556
8557 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8558
8559 * make-dist (lispref): Add *.txt, *.el, permute-index, and
8560 tindex.pl to the list of those being put into the distribution.
8561
8562 2001-11-16 Eli Zaretskii <eliz@gnu.org>
8563
8564 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
8565
8566 2001-11-15 Pavel Janík <Pavel@Janik.cz>
8567
8568 * Makefile.in (uninstall): Fix previous change.
8569
8570 * configure.in, Makefile.in: Add support for --program-prefix,
8571 --program-suffix and --program-transform-name options.
8572
8573 2001-11-13 Pavel Janík <Pavel@Janik.cz>
8574
8575 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
8576 (install-arch-indep): Install emacsclient manual page.
8577 (uninstall): Uninstall emacsclient manual page.
8578
8579 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
8580
8581 * make-dist: Add lispref/index.*perm files to the distribution.
8582 From Pavel Janík <Pavel@Janik.cz>.
8583
8584 2001-11-12 Pavel Janík <Pavel@Janik.cz>
8585
8586 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
8587
8588 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8589
8590 * configure.in: AC_OUTPUT lispref/Makefile.
8591
8592 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8593
8594 The following changes add the ELisp reference manual to the
8595 distribution.
8596
8597 * make-dist: Add the lispref directory to the distribution.
8598
8599 * Makefile.in (install-arch-indep): Add elisp* to the list of
8600 installed Info files.
8601 (SUBDIR_MAKEFILES): Add lispref/Makefile.
8602 (lispref/Makefile): New target.
8603 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
8604 Add commands for the lispref directory.
8605 (info, dvi): Ditto.
8606
8607 * config.bat: Configure in `lispref'.
8608
8609 2001-11-09 Richard M. Stallman <rms@gnu.org>
8610
8611 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
8612
8613 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
8614
8615 * make-dist (tempdir): Copy AUTHORS as well.
8616
8617 2001-11-06 Sam Steingold <sds@gnu.org>
8618
8619 * configure.in: Added a check for <nlist.h>.
8620
8621 2001-11-01 Pavel Janík <Pavel@Janik.cz>
8622
8623 * configure.in: Reindent --help output.
8624 From Per Starbäck (starback@ling.uu.se).
8625
8626 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
8627
8628 * configure.in: New entry for HP/UX-11.
8629
8630 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
8631 From Eric S. Raymond <esr@golux.thyrsus.com>.
8632
8633 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8634
8635 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
8636 <athornton@sinenomine.net>.
8637
8638 2001-10-25 Gerd Moellmann <gerd@gnu.org>
8639
8640 * Makefile.in (maybe_bootstrap): New target.
8641 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
8642
8643 2001-10-24 Ken Raeburn <raeburn@gnu.org>
8644
8645 * configure.in: If --with-hesiod is given, look for
8646 hes_getmailhost and res_send or __res_send; check hesiod and
8647 resolv libraries respectively if system libraries don't supply them.
8648
8649 2001-10-24 Gerd Moellmann <gerd@gnu.org>
8650
8651 * configure.in: Use $MAKE for `make' if set.
8652
8653 2001-10-22 Gerd Moellmann <gerd@gnu.org>
8654
8655 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
8656 to tar options.
8657
8658 2001-10-20 Gerd Moellmann <gerd@gnu.org>
8659
8660 * (Version 21.1 released).
8661
8662 2001-10-20 Miles Bader <miles@gnu.org>
8663
8664 * configure.in (configuration): Set from `host' if `host_alias'
8665 isn't defined.
8666
8667 2001-10-19 Andreas Schwab <schwab@suse.de>
8668
8669 * configure.in: Make ready for autoconf 2.5x.
8670 (AC_PREREQ): Require autoconf 2.50.
8671 * aclocal.m4: Removed.
8672 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
8673
8674 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8675
8676 * README: Bump Emacs version to 21.1.50.
8677
8678 2001-10-05 Gerd Moellmann <gerd@gnu.org>
8679
8680 * Branch for 21.1.
8681
8682 2001-09-05 Gerd Moellmann <gerd@gnu.org>
8683
8684 * configure.in: Avoid `$@' which is handled specially in
8685 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
8686
8687 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
8688
8689 * make-dist (nt): Add subdirs.el to the list of distributed files.
8690
8691 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
8692
8693 * configure.in (machine): Add an entry for
8694 hppa1.1-hitachi-hiuxwe2*.
8695
8696 2001-05-28 Gerd Moellmann <gerd@gnu.org>
8697
8698 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
8699 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
8700
8701 2001-05-14 Gerd Moellmann <gerd@gnu.org>
8702
8703 * make-dist: Copy texinfo.tex unconditionally.
8704
8705 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8706
8707 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
8708 that are installed.
8709
8710 2001-04-06 Gerd Moellmann <gerd@gnu.org>
8711
8712 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
8713 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
8714
8715 * make-dist: Handle leim/MISC-DIC. Only include
8716 `[a-zA-Z]*.{el,elc}' from leim/quail.
8717
8718 2001-04-05 Gerd Moellmann <gerd@gnu.org>
8719
8720 * Makefile.in (install-arch-indep): Remove .cvsignore files.
8721
8722 2001-03-30 Gerd Moellmann <gerd@gnu.org>
8723
8724 * Makefile.in (.PHONY): Add for bootstrap targets.
8725 (bootstrap-clean): New target.
8726 (bootstrap): Use it instead of `clean'.
8727
8728 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
8729
8730 * Makefile.in (SUBDIR): Remove leim.
8731 (all, .RECURSIVE, extraclean): Add leim explicitly.
8732 (leim): Provide separate rule which exports PARALLEL=0 into the
8733 environment.
8734
8735 2001-03-20 Gerd Moellmann <gerd@gnu.org>
8736
8737 * configure.in (HAVE_XPM): Don't print the result of the check for
8738 XpmReturnAllocPixels if we don't have an xpm.h.
8739
8740 2001-03-05 Gerd Moellmann <gerd@gnu.org>
8741
8742 * COPYING: New file.
8743
8744 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8745
8746 * config.bat: Update the copyright.
8747
8748 2001-02-23 Kenichi Handa <handa@etl.go.jp>
8749
8750 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
8751 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
8752 to `yes'. Later in AC_OUTPUT, check this variable.
8753
8754 2001-02-09 Dave Love <fx@gnu.org>
8755
8756 * AUTHORS: Updated.
8757
8758 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8759
8760 * info/dir (Ebrowse): Fix the entry (was missing a dot).
8761
8762 2001-02-02 Gerd Moellmann <gerd@gnu.org>
8763
8764 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
8765
8766 * Makefile.in (uninstall): Ignore exit code of `rm'.
8767
8768 * Makefile.in (uninstall): Remove more info files.
8769 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
8770
8771 2001-01-31 Gerd Moellmann <gerd@gnu.org>
8772
8773 * noleim-Makefile.in (extraclean): Add.
8774
8775 2001-01-28 Gerd Moellmann <gerd@gnu.org>
8776
8777 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
8778 it quiet.
8779
8780 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
8781
8782 * Makefile.in (tags): Fix typo.
8783
8784 2001-01-13 Kenichi Handa <handa@etl.go.jp>
8785
8786 * configure.in: Fix typo in the code setting x_search_path.
8787
8788 2001-01-10 Dave Love <fx@gnu.org>
8789
8790 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
8791 -lXext.
8792 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
8793 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
8794 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
8795 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
8796 (now in $LIBS).
8797
8798 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8799
8800 * config.bat: Run the preprocessor with -traditional.
8801
8802 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
8803
8804 * INSTALL: Move copying conditions to end of file.
8805
8806 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
8807
8808 * INSTALL: Add basic installation procedure which assumes
8809 `configure' does its job. Elaborate on image support libraries.
8810 Add a pointer to Xaw3d library. Add advice about solving
8811 configure-time problems by looking in config.log and setting
8812 variables in the environment.
8813
8814 2000-12-27 Gerd Moellmann <gerd@gnu.org>
8815
8816 * Makefile.in (install-arch-indep): If tar fails, exit with
8817 exit code 1.
8818
8819 2000-12-19 Gerd Moellmann <gerd@gnu.org>
8820
8821 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
8822 source file includes XKBlib.h. On some broken Solaris systems,
8823 there is an XKBlib.h, reportedly, but header files included by
8824 XKBlib.h are missing.
8825
8826 2000-12-14 Gerd Moellmann <gerd@gnu.org>
8827
8828 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
8829
8830 2000-12-11 Dave Love <fx@gnu.org>
8831
8832 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
8833
8834 2000-12-11 Paul Eggert <eggert@twinsun.com>
8835
8836 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
8837 Merge fixes from latest GNU tar version. These macros no longer
8838 futz with _XOPEN_SOURCE, as that was not portable in practice.
8839 (AC_FUNC_FSEEKO): New macro.
8840
8841 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
8842 ftello.
8843
8844 2000-12-05 Dave Love <fx@gnu.org>
8845
8846 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
8847
8848 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
8849
8850 * info/dir: Change the category to "Emacs".
8851
8852 2000-12-01 Gerd Moellmann <gerd@gnu.org>
8853
8854 * make-dist (tempdir): Remove epaths.h from the distribution
8855 instead of paths.h.
8856
8857 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
8858
8859 * config.bat: Check for existence of djecho.exe, and print an
8860 error message if it is not available.
8861
8862 * INSTALL: Describe possible problem with djecho.exe in old
8863 versions of DJGPP v2.x.
8864
8865 2000-11-23 Gerd Moellmann <gerd@gnu.org>
8866
8867 * configure.in: Initialize HAVE_LIBXP to no.
8868
8869 2000-11-22 Gerd Moellmann <gerd@gnu.org>
8870
8871 * configure.in: Use m/macppc.h instead of the non-existent
8872 m/powerpc.h.
8873
8874 2000-11-21 Gerd Moellmann <gerd@gnu.org>
8875
8876 * Makefile.in (install-arch-indep): Also install info/eshell*
8877 and info/speedbar*.
8878
8879 * configure.in (HAVE_PNG): Check for the presence of
8880 png_get_channels to rule out older PNG libs.
8881
8882 * configure.in (AC_OUTPUT): Arrange to emit definitions of
8883 GCC and NON_GNU_CPP into config.status.
8884
8885 2000-11-20 Dave Love <fx@gnu.org>
8886
8887 * configure.in: Fix last change.
8888
8889 * GETTING.GNU.SOFTWARE: Deleted.
8890 * FTP: New file to replace it.
8891 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
8892
8893 2000-11-20 Gerd Moellmann <gerd@gnu.org>
8894
8895 * configure.in: Use -traditional with GNU cpp.
8896
8897 2000-11-17 Gerd Moellmann <gerd@gnu.org>
8898
8899 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
8900 Distribute more files from the nt/ subdir. Distribute PBM
8901 image files from subdirs of lisp/. Distribute old change logs
8902 from subdirs of lisp/. Distribute play/5x5.el.
8903
8904 2000-11-11 Dave Love <fx@gnu.org>
8905
8906 * config.sub, config.guess: Updated from master source.
8907
8908 2000-11-07 Dave Love <fx@gnu.org>
8909
8910 * configure.in: Test for mkstemp.
8911
8912 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
8913
8914 * info/dir (Top): Rearrange menu items more logically, and put
8915 them into a single category. Add menu items for RefTeX and
8916 Widget.
8917
8918 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8919
8920 * Makefile.in (install-arch-indep): Use --info-dir instead of
8921 --dir-file, and a simple argument instead of --info-file, so that
8922 the Debian version of install-info also works.
8923
8924 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
8925
8926 * info/dir (Speedbar): Add entry.
8927
8928 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8929
8930 * INSTALL: Describe the new image-support options to the configure
8931 script. List URLs where image support libraries can be found.
8932
8933 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
8934
8935 * info/dir (Top): Add an entry for Eshell.
8936
8937 2000-10-02 Dave Love <fx@gnu.org>
8938
8939 * configure.in: Check for gai_strerror.
8940
8941 2000-10-01 Andreas Schwab <schwab@suse.de>
8942
8943 * Makefile.in (install-arch-indep): Update list of installed info files.
8944
8945 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8946
8947 * configure.in: Support `sparc*-*-netbsd*'.
8948
8949 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
8950
8951 * info/dir (MIME): Add entry for emacs-mime.
8952
8953 2000-09-29 Dave Love <fx@gnu.org>
8954
8955 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
8956
8957 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8958
8959 * make-dist: Adapt to the change of leim/Makefile which was
8960 necessary to ensure a reasonably working `make dist'.
8961
8962 * leim-Makefile.in: Moved to leim/Makefile.in..
8963
8964 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
8965
8966 2000-09-21 Kenichi Handa <handa@etl.go.jp>
8967
8968 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
8969 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
8970 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
8971 files to .elc.
8972 (${TIT}): Adjust for the above change.
8973 (clean mostlyclean): Likewise.
8974 (.el.elc): New target.
8975
8976 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8977
8978 * make-dist: Include XPM and XBM files in lisp/ and subdirs
8979 in the distribution.
8980
8981 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8982
8983 * make-dist (skk): Rename to `ja-dic' because the leim directory
8984 was renamed.
8985
8986 2000-09-14 Dave Love <fx@gnu.org>
8987
8988 * configure.in: Fix spurion in last change.
8989
8990 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8991
8992 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
8993 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
8994 to `no' if defined. Change result report.
8995
8996 2000-09-08 Dave Love <fx@gnu.org>
8997
8998 * configure.in: Remove spurious `@'s.
8999
9000 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
9001 autoconf.
9002
9003 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9004
9005 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
9006 file and print informational message.
9007
9008 * configure.in (AC_FUNC_MMAP): Add.
9009
9010 2000-09-01 Gerd Moellmann <gerd@gnu.org>
9011
9012 * configure.in: Add ``checking'' messages for
9013 XpmReturnAllocPixels.
9014
9015 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9016
9017 * configure.in: Check <strings.h>; check `index' and `rindex'
9018 functions.
9019
9020 2000-08-26 Kenichi Handa <handa@etl.go.jp>
9021
9022 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
9023 "case "${canonical}" in".
9024
9025 2000-08-25 Dave Love <fx@gnu.org>
9026
9027 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
9028
9029 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9030
9031 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
9032
9033 2000-08-24 Gerd Moellmann <gerd@gnu.org>
9034
9035 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
9036 contains a relative path. Protect against unusable values of $PWD.
9037
9038 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9039
9040 * info/dir (WoMan): Add entry.
9041
9042 * config.bat (maindir): Update src/_gdbinit even if it does
9043 already exist.
9044
9045 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9046
9047 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
9048
9049 2000-08-03 Gerd Moellmann <gerd@gnu.org>
9050
9051 * configure.in: Add support for ia64*-*-linux*.
9052
9053 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9054
9055 * make-dist (aclocal.m4): Include in distribution.
9056
9057 2000-07-26 Dave Love <fx@gnu.org>
9058
9059 * configure.in (AC_SYS_LARGEFILE): Move earlier.
9060
9061 2000-07-24 Dave Love <fx@gnu.org>
9062
9063 * configure.in: Add AC_SIZE_T.
9064
9065 2000-07-18 Dave Love <fx@gnu.org>
9066
9067 * configure.in: Reorder so that most tests are done after CPPFLAGS
9068 is set from the C_SWITCH_... definitions.
9069
9070 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9071
9072 * configure.in (HAVE_XPM): Undo previous change. Check for
9073 preprocessor define XpmReturnAllocPixels.
9074
9075 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9076
9077 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9078 instead of XpmReadFileToPixmap.
9079
9080 2000-07-05 Ken Raeburn <raeburn@gnu.org>
9081
9082 * configure.in: Check for <soundcard.h>. Look for ossaudio
9083 library, and set LIBSOUND accordingly.
9084
9085 2000-07-05 Dave Love <fx@gnu.org>
9086
9087 * configure.in: Use AC_HEADER_SYS_WAIT.
9088
9089 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9090
9091 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9092 lisp/Makefile. Distribute lisp/Makefile.in instead of
9093 lisp/Makefile.
9094
9095 2000-06-30 Ken Raeburn <raeburn@gnu.org>
9096
9097 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9098 while searching for image-handling libraries.
9099
9100 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9101
9102 * configure.in (--with-xim): New option.
9103
9104 2000-06-23 Dave Love <fx@gnu.org>
9105
9106 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9107 for struct timezone and test how we can call gettimeofday.
9108 Check for OSF 5+. Check for term.h.
9109
9110 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9111 version.
9112
9113 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9114
9115 * configure.in (HAVE_LIBXP): Change test for libXp.
9116
9117 2000-06-21 Dave Love <fx@gnu.org>
9118
9119 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9120 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9121 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9122
9123 2000-06-19 Dave Love <fx@gnu.org>
9124
9125 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9126 _XOPEN_SOURCE is defined.
9127
9128 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9129
9130 * Makefile.in (distclean): Also make distclean in lisp/.
9131
9132 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9133
9134 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9135
9136 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9137
9138 * make-dist: Add --help and --snapshot options.
9139
9140 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9141
9142 * configure.in: Generate lisp/Makefile.
9143
9144 * configure.in: Add support for `*-lynxos*'.
9145 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9146 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9147 on Tru64 UNIX v5.0.
9148
9149 2000-06-13 Ken Raeburn <raeburn@gnu.org>
9150
9151 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9152 it's on a continuation line.
9153
9154 2000-06-02 Dave Love <fx@gnu.org>
9155
9156 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9157 files.
9158
9159 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
9160 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
9161 test.
9162
9163 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
9164 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
9165
9166 2000-05-26 Gerd Moellmann <gerd@gnu.org>
9167
9168 * configure.in: Add check for speed_t typedef.
9169
9170 2000-05-25 Ken Raeburn <raeburn@gnu.org>
9171
9172 * Makefile.in (install-arch-dep): Install fns-*.el only if it
9173 exists; it won't in the CANNOT_DUMP case.
9174
9175 2000-05-25 Gerd Moellmann <gerd@gnu.org>
9176
9177 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
9178 On FreeBSD, the exit status is 1 if CDPATH is not set.
9179 (install-arch-indep): Install ebrowse.info.
9180
9181 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
9182
9183 * configure.in: Check for grandpt and getpt.
9184
9185 2000-05-09 Dave Love <fx@gnu.org>
9186
9187 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
9188
9189 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9190
9191 * make-dist: Make a link for lib-src/grep-changelog.
9192 Copy install-sh.
9193
9194 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9195
9196 * config.bat: Identify the beginning of the cpp stuff in
9197 src/Makefile.in and lib-src/Makefile.in more accurately.
9198
9199 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9200
9201 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
9202
9203 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9204
9205 * configure.in: Add support for `powerpc-*-netbsd*'.
9206
9207 2000-04-19 Dave Love <fx@gnu.org>
9208
9209 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9210
9211 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9212
9213 2000-04-16 Dave Love <fx@gnu.org>
9214
9215 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9216
9217 2000-04-14 Dave Love <fx@gnu.org>
9218
9219 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9220
9221 * aclocal.m4 (AC_FUNC_MKTIME): New.
9222
9223 2000-03-28 Ken Raeburn <raeburn@gnu.org>
9224
9225 * configure.in: Line up "--help" output a little better.
9226
9227 2000-03-26 Gerd Moellmann <gerd@gnu.org>
9228
9229 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9230 New targets.
9231 (bootstrap): Rewritten in terms of the new targets above.
9232 Make info files, too.
9233
9234 2000-03-12 Gerd Moellmann <gerd@gnu.org>
9235
9236 * config.guess, config.sub: Use the versions of the files from
9237 subversions.
9238
9239 2000-03-08 Dave Love <fx@gnu.org>
9240
9241 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9242 AC_C_VOLATILE. Define POINTER_TYPE.
9243
9244 * aclocal.m4: New file.
9245
9246 2000-03-02 Gerd Moellmann <gerd@gnu.org>
9247
9248 * configure.in (machine): Add `mipsel-*-netbsd*' and
9249 `arm-*-netbsd*'.
9250
9251 2000-03-01 Gerd Moellmann <gerd@gnu.org>
9252
9253 * configure.in (machine): Add support for `*-auspex-sunos*'.
9254
9255 2000-02-29 Gerd Moellmann <gerd@gnu.org>
9256
9257 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9258
9259 2000-02-18 Dave Love <fx@gnu.org>
9260
9261 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9262
9263 2000-02-18 Andreas Schwab <schwab@suse.de>
9264
9265 * Makefile.in (install-arch-indep): Add eudc to list of installed
9266 info files.
9267
9268 2000-02-17 Ken Raeburn <raeburn@gnu.org>
9269
9270 * configure.in: Include -lz and -ljpeg (if it's available) when
9271 testing for the tiff library.
9272
9273 2000-02-17 Gerd Moellmann <gerd@gnu.org>
9274
9275 * configure.in: Remove LISP_FLOAT_TYPE.
9276
9277 2000-02-12 Dave Love <fx@gnu.org>
9278
9279 * configure.in: Use AC_FUNC_VFORK.
9280
9281 2000-02-01 Gerd Moellmann <gerd@gnu.org>
9282
9283 * make-dist: Various fixes for new development tree.
9284
9285 * leim-Makefile.in: New file.
9286
9287 2000-01-31 Gerd Moellmann <gerd@gnu.org>
9288
9289 * Makefile.in (dist): Call ./make-dist.
9290
9291 2000-01-24 Dave Love <fx@gnu.org>
9292
9293 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9294
9295 2000-01-18 Gerd Moellmann <gerd@gnu.org>
9296
9297 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9298 DGifOpenFileName.
9299
9300 2000-01-11 Andreas Schwab <schwab@suse.de>
9301
9302 * Makefile.in (install-arch-indep): Update list of info files to
9303 be installed.
9304
9305 2000-01-05 Dave Love <fx@gnu.org>
9306
9307 * configure.in: Check for jerror.h as well as libjpeg.
9308
9309 2000-01-03 Andreas Schwab <schwab@suse.de>
9310
9311 * Makefile.in (install-arch-indep): Install autotype*.
9312 Run install-info on autotype and emacs-faq.info.
9313
9314 1999-12-04 Dave Love <fx@gnu.org>
9315
9316 * Makefile.in (install-arch-indep): Depend on `info'.
9317 (install-strip): Use `install' as sub-make target.
9318
9319 1999-11-23 Ken Raeburn <raeburn@gnu.org>
9320
9321 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9322 didn't need to be deleted. Check for the k5crypto library as well
9323 as the crypto library; MIT Kerberos 1.1 changed the name.
9324
9325 1999-11-18 Dave Love <fx@gnu.org>
9326
9327 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9328
9329 1999-11-11 Erik Naggum <erik@naggum.no>
9330
9331 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9332
9333 1999-11-08 Dave Love <fx@gnu.org>
9334
9335 * configure.in: Fix change for --with-pop default.
9336
9337 1999-11-04 Dave Love <fx@gnu.org>
9338
9339 * configure.in: Default to --with-pop. Change sense of with-gcc
9340 and with-toolkit-scroll-bars messages to reflect the defaults.
9341
9342 1999-11-01 Gerd Moellmann <gerd@gnu.org>
9343
9344 * INSTALL: Mention the Emacs Lisp Reference.
9345
9346 1999-10-27 Noah Friedman <friedman@splode.com>
9347
9348 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9349
9350 1999-10-23 Gerd Moellmann <gerd@gnu.org>
9351
9352 * Makefile.in (bootstrap): New target.
9353
9354 1999-10-19 Paul Eggert <eggert@twinsun.com>
9355
9356 Add support for large files. Merge glibc 2.1.2.
9357
9358 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9359 (HAVE_TM_GMTOFF): New symbol.
9360 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9361 mbrlen, strsignal.
9362 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9363
9364 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9365
9366 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9367 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9368
9369 1999-10-09 Richard M. Stallman <rms@gnu.org>
9370
9371 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9372 Unset CDPATH to prevent cd from generating output.
9373
9374 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9375
9376 * update-subdirs: Also ignore CVS subdirs.
9377
9378 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9379
9380 * Makefile.in (install-arch-indep): Add ada-mode.
9381
9382 1999-10-06 Dave Love <fx@gnu.org>
9383
9384 * Makefile.in: Add rules for config.status, configure.
9385
9386 1999-09-07 Gerd Moellmann <gerd@gnu.org>
9387
9388 * configure.in (--with-sound): Remove.
9389
9390 1999-08-30 Gerd Moellmann <gerd@gnu.org>
9391
9392 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9393 the test for Xaw3d.
9394 (HAVE_TIFF): Add -lm to library check.
9395
9396 1999-08-28 Richard Stallman <rms@gnu.org>
9397
9398 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9399 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9400 after the other X-related libraries.
9401
9402 1999-08-21 Dave Love <fx@gnu.org>
9403
9404 * configure.in: Don't check for jpeglib.h.
9405
9406 1999-08-20 Gerd Moellmann <gerd@gnu.org>
9407
9408 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9409 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9410
9411 1999-08-18 Dave Love <fx@gnu.org>
9412
9413 * configure.in: Check for termcap.h.
9414
9415 1999-08-15 Gerd Moellmann <gerd@gnu.org>
9416
9417 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9418 use Emacs' scroll bars, even if configured for Motif or when
9419 Xaw3d is available.
9420
9421 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9422
9423 * configure.in: Check for getaddrinfo.
9424
9425 1999-08-04 Eli Zaretskii <eliz@gnu.org>
9426
9427 * config.bat: Make --no-debug work again by removing -gcoff.
9428
9429 1999-07-30 Dave Love <fx@gnu.org>
9430
9431 * configure.in: Check for stdlib.h.
9432
9433 1999-07-19 Dave Love <fx@gnu.org>
9434
9435 * configure.in: Grok sparc64-*-linux-gnu*.
9436
9437 1999-07-12 Richard Stallman <rms@gnu.org>
9438
9439 * Version 20.4 released.
9440
9441 1999-06-23 Karl Heuer <kwzh@gnu.org>
9442
9443 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9444 Quote $EMACS, in case it's a program with args.
9445
9446 1999-06-15 Gerd Moellmann <gerd@gnu.org>
9447
9448 * configure.in (HAVE_GIF): Use libungif instead of libgif
9449 because the former doesn't contain patented compression code.
9450
9451 1999-05-29 Richard M. Stallman <rms@gnu.org>
9452
9453 * configure.in: Delete the Kerberos stuff.
9454
9455 1999-05-27 Greg Hudson <ghudson@mit.edu>
9456
9457 * configure.in: Prefer kerberos 5 names.
9458
9459 1999-04-26 Richard M. Stallman <rms@gnu.org>
9460
9461 * configure.in: Check for libXp.
9462
9463 1999-04-08 Richard Stallman <rms@gnu.org>
9464
9465 * make-dist: Include change logs in subdirs of `lisp'.
9466
9467 1999-04-05 Richard Stallman <rms@gnu.org>
9468
9469 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
9470 (install-arch-indep): Make ${datadir}/emacs world-readable.
9471
9472 1999-03-30 Eli Zaretskii <eliz@gnu.org>
9473
9474 * config.bat: Use epaths.* instead of paths.*.
9475
9476 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9477
9478 * INSTALL: Add detailed instructions to unpack and install
9479 intlfonts on MS-DOS.
9480
9481 1999-02-26 Richard Stallman <rms@gnu.org>
9482
9483 * configure.in: Use epaths.h and epaths-force instead of paths...
9484
9485 * Makefile.in (epaths-force): Rename from paths-force;
9486 operate on epaths.in and produce epaths.h.
9487
9488 1999-02-24 Richard Stallman <rms@gnu.org>
9489
9490 * make-dist: Fix nt/icons directory handling.
9491
9492 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
9493
9494 * configure.in (f301-fujitsu-uxpv4.1): New target.
9495
9496 1999-02-20 Richard Stallman <rms@gnu.org>
9497
9498 * make-dist (tempparent): Fix command to update info files.
9499
9500 1999-02-09 Richard Stallman <rms@gnu.org>
9501
9502 * configure.in (powerpc-apple-netbsd*): New alternative.
9503
9504 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
9505
9506 * make-dist: Include the new directory nt/icons in distributions.
9507
9508 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9509
9510 * configure.in: Change message about HAVE_XFREE386.
9511
9512 1999-01-07 Eli Zaretskii <eliz@gnu.org>
9513
9514 * config.bat: Support configuring with leim.
9515
9516 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
9517
9518 * configure.in (mips-sgi-irix6.5): New target.
9519
9520 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9521
9522 * configure.in: Remove GSS-API support, since it has been removed
9523 from movemail.
9524
9525 1998-12-04 Markus Rost <rost@delysid.gnu.org>
9526
9527 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9528
9529 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
9530
9531 * Makefile.in: Don't install customize info file.
9532 Run install-info on viper info file.
9533
9534 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
9535
9536 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
9537
9538 1998-11-16 Kenichi Handa <handa@etl.go.jp>
9539
9540 * configure.in (*-*-bsdi4*): New target.
9541
9542 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
9543
9544 * configure.in: Fix previous change.
9545
9546 1998-11-11 Richard Stallman <rms@gnu.org>
9547
9548 * configure.in (aviion-intel): New machine.
9549
9550 1998-11-04 Kenichi Handa <handa@etl.go.jp>
9551
9552 * configure.in (mips-nec-sysv4*): New target.
9553
9554 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
9555
9556 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
9557 from lisp.
9558
9559 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
9560
9561 * make-dist: Don't include fns*.el in dist.
9562
9563 1998-10-30 Dave Love <fx@gnu.org>
9564
9565 * configure.in: Don't mkdir cpp.
9566
9567 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
9568
9569 * Makefile.in (install-arch-dep): Install src/fns-*.el in
9570 ${archlibdir}.
9571
9572 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
9573
9574 * Version 20.3 released.
9575
9576 1998-07-30 Paul Eggert <eggert@twinsun.com>
9577
9578 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
9579 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
9580 (lwlib/Makefile, leim/Makefile):
9581 Prepend $(srcdir)/ to rule dependencies outside this dir.
9582
9583 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9584
9585 * configure.in: Use unset CDPATH instead of making it empty.
9586
9587 1998-06-20 Karl Heuer <kwzh@gnu.org>
9588
9589 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
9590
9591 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
9592
9593 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
9594 and default.el. Sort the results.
9595
9596 1998-05-31 Karl Heuer <kwzh@gnu.org>
9597
9598 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
9599 writable.
9600
9601 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
9602
9603 * Makefile.in (install-arch-indep):
9604 Don't alter site-lisp/subdirs.el if it exists.
9605
9606 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9607
9608 * Makefile.in (install-arch-indep): Put `-' on commands to create
9609 subdirs.el in site-lisp dirs.
9610
9611 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
9612
9613 * Makefile.in (install-arch-indep): Fix typo in previous change.
9614
9615 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
9616
9617 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
9618
9619 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
9620
9621 * Makefile.in (mkdir): Create the site-lisp dirs.
9622 (install-arch-indep): Make site-lisp/subdirs files world-readable.
9623
9624 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
9625
9626 * Makefile.in (INSTALL_INFO): New variable.
9627 (install-arch-indep): Don't replace the dir file if it already exists.
9628 Use the install-info program, via INSTALL_INFO, to add entries.
9629 Make the `info' subdir and the Info files world-readable.
9630
9631 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
9632
9633 * config.bat: Make sure the environment is large enough to support
9634 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
9635
9636 1998-04-10 Karl Heuer <kwzh@gnu.org>
9637
9638 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
9639
9640 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9641
9642 * configure.in: Add --with-gssapi to specify GSS-API
9643 authentication support for movemail.
9644
9645 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
9646
9647 * Makefile.in (install-arch-indep): Fix previous change.
9648
9649 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
9650
9651 * Makefile.in (info): Run man in build dir, not srcdir.
9652
9653 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
9654
9655 * Makefile.in (install-arch-indep): Fix previous change.
9656
9657 1998-03-23 Kenichi Handa <handa@etl.go.jp>
9658
9659 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
9660
9661 1998-03-22 Richard Stallman <rms@gnu.org>
9662
9663 * Makefile.in (install-arch-indep): Put special subdirs.el files
9664 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
9665
9666 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
9667
9668 * make-dist: Fix shell syntax in check for missing .el or .elc files.
9669
9670 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
9671
9672 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
9673 (m68*-hp-hpux*): Handle versions 1X like 10.
9674
9675 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
9676
9677 * make-dist: PROBLEMS is now in etc, not top level dir.
9678
9679 * Makefile.in (SOURCES): Delete PROBLEMS.
9680
9681 1998-02-25 Richard Stallman <rms@gnu.org>
9682
9683 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
9684
9685 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
9686
9687 1998-01-17 Richard Stallman <rms@gnu.org>
9688
9689 * Makefile.in (install-arch-indep): Add semicolon before `else'.
9690
9691 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
9692
9693 * make-dist (tempparent): New option --no-check.
9694
9695 * make-dist: Don't do anything with cpp directory.
9696
9697 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
9698
9699 * configure.in (sparc-fujitsu-sysv4*): New target.
9700
9701 1997-12-17 Andreas Schwab <schwab@gnu.org>
9702
9703 * configure.in: Cache more tests. Add missing quotes around
9704 message with embedded comma.
9705
9706 1997-12-04 Karl Heuer <kwzh@gnu.org>
9707
9708 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
9709
9710 1997-11-26 Joel N. Weber II <devnull@gnu.org>
9711
9712 * make-dist: Changed the comment about `umask 0' to say `Don't
9713 restrict access to any files.'; previously it said `Don't protect
9714 any files', which may have implied that we think fascism is good.
9715
9716 1997-11-24 Paul Eggert <eggert@twinsun.com>
9717
9718 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
9719 strftime needs the underlying host's strftime for locale dependent
9720 formats.
9721
9722 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
9723
9724 * configure.in (i586-dg-dguxR4.*): New name in case branch.
9725
9726 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
9727
9728 * config.bat: Configure the man subdirectory.
9729
9730 1997-11-07 Paul Eggert <eggert@twinsun.com>
9731
9732 * configure.in (AC_CHECK_LIB): Add -lintl.
9733
9734 1997-11-07 Karl Heuer <kwzh@gnu.org>
9735
9736 * make-dist (check for .elc files): Avoid bash-specific syntax.
9737 (check for overflow 14-char limit): Simplify.
9738
9739 1997-11-07 Richard Stallman <rms@gnu.org>
9740
9741 * Makefile.in (install): Move blessmail last.
9742
9743 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9744
9745 * configure.in (gettimeofday, one arg or two):
9746 Clarify messages by avoiding double negative.
9747
9748 1997-09-30 Karl Eichwalder <ke@suse.de>
9749
9750 * Makefile.in (install-arch-indep): Install the widget info file.
9751
9752 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9753
9754 * configure.in (with-pop, with-kerberos): Need to check Kerberos
9755 libraries in reverse order, so that libraries will appear in the
9756 correct dependency order on the link line (and so that the
9757 configure checks themselves will work properly when early
9758 libraries depend on later ones).
9759
9760 1997-09-21 Erik Naggum <erik@naggum.no>
9761
9762 * make-dist (making links to `src'): Keep timestamp on copied files.
9763
9764 * make-delta: New script to produce delta distributions.
9765
9766 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9767
9768 * Version 20.2 released.
9769
9770 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9771
9772 * Version 20.1 released.
9773
9774 * Makefile.in (install-leim): Depend on mkdir.
9775 (leim): Depend on src.
9776
9777 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9778
9779 * configure.in: Recognize alpha* instead of just alpha.
9780
9781 1997-09-12 Paul Eggert <eggert@twinsun.com>
9782
9783 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
9784
9785 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9786
9787 * update-subdirs: Use rm -f.
9788
9789 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9790
9791 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
9792 Ignore subdirs named Old.
9793
9794 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
9795
9796 * configure.in: Add OpenBSD clause to set $machine.
9797
9798 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9799
9800 * make-dist: Recompile everything after updating various Lisp files.
9801 Recompile in leim as well as lisp.
9802 Check in leim as well as lisp for mismatched files and too-long names.
9803
9804 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9805
9806 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
9807
9808 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9809
9810 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
9811 before trying to copy anything from it.
9812
9813 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9814
9815 * Makefile.in (man/Makefile): New target.
9816 (tags): Define env var EMACS and run Makefile from build dir.
9817
9818 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
9819
9820 * config.bat: If src/_gdbinit doesn't exist, try using
9821 src/.gdbinit to create it (for building on Windows 95).
9822
9823 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9824
9825 * Makefile.in (install-arch-indep):
9826 Discard extra data in tar | tar pipes.
9827
9828 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
9829
9830 * configure.in (x_default_search_path):
9831 Corrected '${x_library}' to '${x_library}/X11'.
9832
9833 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9834
9835 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
9836
9837 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9838
9839 * configure.in: Support auto-configuration of both Kerberos V4 and
9840 Kerberos V5 for movemail, including detection of V4 and V5 header
9841 files and libraries.
9842
9843 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
9844
9845 * configure.in: Compute x_default_search_path
9846 and substitute into makefiles.
9847
9848 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
9849
9850 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9851
9852 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
9853
9854 1997-08-07 Erik Naggum <erik@naggum.no>
9855
9856 * configure.in: Remove lockdir, it is no longer needed.
9857 * Makefile.in (mkdir): Don't create lockdir.
9858 (lockdir): Variable deleted.
9859 (paths-force): Don't operate on PATH_LOCK.
9860
9861 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9862
9863 * leim-Makefile.in (clean, distclean): New targets.
9864
9865 * make-dist: Include leim/ChangeLog in leim distribution.
9866
9867 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9868
9869 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
9870
9871 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9872
9873 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
9874
9875 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9876
9877 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
9878
9879 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9880
9881 * make-dist: Update leim/leim-list.el.
9882 Pass along value of $EMACS when updating lisp dir.
9883
9884 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
9885
9886 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
9887 prerequisite to the use of Doug Lea's malloc.
9888
9889 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9890
9891 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
9892
9893 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
9894
9895 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9896
9897 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
9898
9899 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9900
9901 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
9902 to news-r6.h.
9903
9904 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
9905
9906 * config.bat: Use `sed' instead of `cp', which might not be
9907 installed.
9908
9909 1997-07-09 Kenichi Handa <handa@etl.go.jp>
9910
9911 * Makefile.in (mostlyclean): Add cleaning leim directory.
9912 (clean, distclean, maintainer-clean): Likewise.
9913
9914 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9915
9916 * make-dist (bogosities): Check subdirs of `lisp' also.
9917
9918 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9919
9920 * make-dist (etc): Really avoid symlinks now.
9921 (lisp): Don't delete from subdirs the things we never copy.
9922
9923 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9924
9925 * Makefile.in (install-arch-indep): Correct the target name.
9926 The first letter `i' was dropped by the previous change of mine.
9927
9928 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9929
9930 * configure.in (leim/Makefile): Generate this.
9931 (*-sysv4.2uw*): Recognize new alternative.
9932
9933 * leim-Makefile.in: Renamed from leim-Makefile.
9934
9935 * make-dist: Set up real-leim subdirectory,
9936 with the real contents of leim; then move it to
9937 a separate top-level directory.
9938
9939 * make-dist: Don't mention site-lisp, site-init, site-start
9940 or default, when listing files hat are not compiled and should be.
9941
9942 * configure.in: Create src/config.stamp at the end.
9943
9944 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9945
9946 * Makefile.in (install-leim): Correct previous change.
9947
9948 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9949
9950 * Makefile.in (install-leim): New target.
9951 (install): Depend on install-leim.
9952
9953 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9954
9955 * Makefile.in (SUBDIR): Add leim.
9956 (SUBDIR_MAKEFILES): Add leim/Makefile.
9957 (leim/Makefile): New target.
9958
9959 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9960
9961 * leim-Makefile: New file.
9962 * make-dist: Initialize a `leim' subdirectory with that makefile.
9963
9964 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9965
9966 * configure.in (GNU_MALLOC_reason): Fix message text.
9967
9968 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9969
9970 * make-dist (lisp): Don't process subdirs that start with =.
9971 (etc): Copy symlinks, as in src.
9972
9973 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9974
9975 * configure.in (i*86-*-unixware*): New alternative.
9976
9977 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9978
9979 * Makefile.in (src/config.stamp): Target renamed from src/config.h
9980 and touch it explicitly.
9981
9982 * configure.in (mips-sony-newsos6*): New alternative.
9983 (mips-*-linux-gnu*): New alternative.
9984 (*-*-bsdi*): New alternative.
9985 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
9986
9987 1997-06-22 Dave Love <d.love@dl.ac.uk>
9988
9989 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
9990 (src/config.h): New target to re-configure if src/config.in is patched.
9991
9992 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
9993
9994 * configure.in (shutdown): Check for `shutdown' function.
9995
9996 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
9997
9998 * update-subdirs: Include the directory "language" in subdirs.
9999
10000 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10001
10002 * configure.in (m88k-dg-dgux4*): New alternative.
10003 (alpha-*-netbsd*): New alternative.
10004 (powerpcle-*-solaris2*): New alternative.
10005
10006 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10007
10008 * make-dist: Warn about .el files that are not compiled.
10009
10010 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10011
10012 * Makefile.in (dist): Don't run update-subdirs here,
10013 since make-dist now gets that done.
10014
10015 * make-dist: Use the new `updates' target in lisp/Makefile.
10016
10017 * make-dist: Use new non-file targets in lisp/Makefile.
10018
10019 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10020
10021 * make-dist: Handle all subdirs of `lisp' uniformly.
10022 Don't handle `term' and `language' specially.
10023 Clear out umask at the beginning.
10024
10025 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10026
10027 * make-dist: Use Make to update finder-inf.el and autoloads.
10028 Also update cus-load.el.
10029
10030 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10031
10032 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
10033 in case it is desirable to disable the GNU malloc features with glibc.
10034
10035 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10036
10037 * configure.in (DOUG_LEA_MALLOC):
10038 Define if malloc_{get,set}_state exist.
10039
10040 1997-03-05 Kenichi Handa <handa@etl.go.jp>
10041
10042 * make-dist: Make links for files under lisp/language.
10043
10044 1997-02-20 Kenichi Handa <handa@etl.go.jp>
10045
10046 * update-subdirs: Exclude the directory "language" from subdirs.
10047
10048 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
10049
10050 * configure.in: Check for rint and cbrt.
10051
10052 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10053
10054 * make-dist: Use $EMACS to say where to run Emacs.
10055 Add --no-update option.
10056
10057 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10058
10059 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
10060
10061 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10062
10063 * make-dist (copying src): Check thoroughly for symlinks
10064 and copy them in all cases. Regularize the linking of *.in
10065 and *.opt and ChangeLog files.
10066 (copying lib-src): Likewise.
10067 Don't rm getdate.c or y.tab.*--they don't exist any more.
10068
10069 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10070
10071 * configure.in: Check for libmail, maillock.h and
10072 touchlock (for movemail).
10073
10074 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10075
10076 * configure.in (limits.h): Check for this file.
10077
10078 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10079
10080 * configure.in (rs6000-ibm-aix4.2): New alternative.
10081 (rs6000-ibm-aix4.0): New alternative.
10082 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10083
10084 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
10085
10086 * configure.in: Recognize vax-*-netbsd*.
10087
10088 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10089
10090 * configure.in (locallisppath): Add leim directory.
10091
10092 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10093
10094 * config.bat: Make sure `mv' supports forward slashes and -f.
10095
10096 1996-10-28 Christian Limpach <chris@nice.ch>
10097
10098 * configure.in (hppa*-next-nextstep*): * added after hppa
10099 to accept hppa1.0 and hppa1.1.
10100
10101 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10102
10103 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10104 * configure.in (ld_switch_machine): Fix typo.
10105
10106 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10107
10108 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10109 from config.h and use them in $ac_link.
10110
10111 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10112
10113 * configure.in: Create a subdir named `lisp'.
10114
10115 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10116
10117 * configure.in: Check for getcwd.
10118
10119 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10120
10121 * configure.in: Check for termios.h. Check for setpgid.
10122
10123 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10124
10125 * configure.in: Check for setrlimit.
10126
10127 1996-08-31 Paul Eggert <eggert@twinsun.com>
10128
10129 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10130
10131 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10132
10133 * configure.in: Check for utimes.
10134
10135 * configure.in: Check for com_err library, but only
10136 if --with-kerberos was used. Check for krb and des
10137 only if --with-kerberos.
10138
10139 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10140
10141 * Makefile.in (INSTALL_STRIP): New variable.
10142 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10143 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10144
10145 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10146
10147 * configure.in: Check for krb and des libraries.
10148
10149 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10150
10151 * configure.in (*-sunos4.1.[3-9]*noshare):
10152 Use sunos413, not sunos4-1-3.
10153 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10154 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10155
10156 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10157
10158 * Makefile.in (src/paths.h): Target deleted.
10159 (paths-force): Delete all dependencies on this target
10160 but don't delete the target.
10161 (install): Depend on `all'.
10162 (paths-force): Don't print a message.
10163
10164 * configure.in: Generate src/paths.h here.
10165
10166 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10167
10168 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
10169 New variables that affect linking only.
10170 (alpha-dec-osf*): Use those instead of previous change.
10171
10172 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10173
10174 * Makefile.in (install-arch-indep): Install info/messages.
10175
10176 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10177
10178 * Version 19.33 released.
10179
10180 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10181
10182 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10183 Fix previous change.
10184
10185 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10186
10187 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10188 New alternative.
10189
10190 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10191
10192 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
10193 and NON_GCC_TEST_OPTIONS.
10194
10195 1996-08-06 Paul Eggert <eggert@twinsun.com>
10196
10197 * configure.in (LOCALTIME_CACHE): Don't put a string literal
10198 "TZ=..." in environ.
10199
10200 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10201
10202 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
10203
10204 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10205
10206 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10207 the more general *-sunos4.1.[3-9]* clause.
10208
10209 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10210
10211 * Version 19.32 released.
10212
10213 * configure.in (*-sco3.2v5*):
10214 Set OVERRIDE_CPPFLAG to a string of one space.
10215 Fix the code that uses OVERRIDE_CPPFLAG.
10216
10217 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10218
10219 * configure.in: Undo previous change.
10220
10221 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10222
10223 * config.sub: Use `pc', not `unknown', when canonicalizing
10224 the vendor for ...86.
10225
10226 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10227
10228 * configure.in: Check for termios.h header.
10229
10230 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10231
10232 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10233
10234 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10235
10236 * configure.in: Split bsdos2 and bsdos2-1.
10237
10238 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10239
10240 * config.sub: If last two words are not a recognized
10241 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10242 Make conversion of gnu/linux to linux-gnu really work.
10243
10244 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10245
10246 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10247
10248 * configure.in (check for using Lucid widgets by default):
10249 Eliminate indentation that confuses some compilers.
10250
10251 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10252
10253 * config.sub: Convert linux and gnu/linux to linux-gnu.
10254
10255 * make-dist: Don't update getdate.c.
10256 Ignore =... files when checking for too-long Lisp file names.
10257
10258 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10259
10260 * configure.in (euidaccess): Check for that, not for eaccess.
10261
10262 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10263
10264 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10265 before `noshare'.
10266 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10267
10268 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10269
10270 * configure.in: Rename lignux to linux-gnu in configuration names.
10271 Use gnu-linux as the opsys value (s/ file name).
10272 Allow i686 just like i386, i486, i586.
10273
10274 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10275
10276 * configure.in (i*86-*-sco3.2v5): New alternative.
10277 (OVERRIDE_CPPFLAG): New variable.
10278 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10279
10280 * configure.in: Specify vpath for .texi files.
10281
10282 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10283
10284 * configure.in: Always check for HAVE_X11R5.
10285 Separately decide whether to use a toolkit by default.
10286
10287 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10288
10289 * configure.in: If X11R5 is missing the Xaw headers,
10290 default to --with-x-toolkit=no.
10291
10292 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10293
10294 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10295
10296 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10297
10298 * Makefile.in (install-arch-indep): If cd etc makes output,
10299 don't treat that as part of the tar data.
10300 Check that ./lisp actually exists.
10301
10302 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10303
10304 * make-dist: Check for long file names.
10305
10306 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10307
10308 * Version 19.31 released.
10309
10310 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10311
10312 * configure.in: Recognize sparc-*-lignux.
10313
10314 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10315
10316 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10317 Don't include config.w95.
10318
10319 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10320
10321 * make-dist: Replace --no-clean-up and --no-tar options
10322 with --clean-up and --tar, so that the default is useful.
10323
10324 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10325
10326 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10327 if not, tell the user to rename it and abort.
10328
10329 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10330
10331 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10332 test program.
10333
10334 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10335
10336 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10337
10338 * make-dist (MANIFEST): Fix previous change.
10339 (msdos): Put mainmake.v2 into the dist.
10340
10341 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10342
10343 * make-dist: Exit if autoconf fails.
10344
10345 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10346
10347 * config.bat: Set djgpp-ver, and unset it at the end.
10348 Add a number of conditionals for DJGPP version 2.
10349 Rename label libsrc2 to libsrc3.
10350 Substitute for LDFLAGS in src/Makefile.
10351 Substitute for ALL_CFLAGS in lib-src/Makefile.
10352
10353 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10354
10355 * configure.in (ncurses): Check this after checking fns like strerror.
10356
10357 1996-04-08 Erik Naggum <erik@naggum.no>
10358
10359 * make-dist (MANIFEST): Don't include lines from =files.
10360
10361 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10362
10363 * make-dist: Don't put lisp/dired.todo in the dist.
10364
10365 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10366
10367 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10368
10369 * configure.in (setlocale): Check for it.
10370
10371 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10372
10373 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10374
10375 * configure.in: Use lignux instead of linux as value of opsys.
10376
10377 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10378
10379 * Makefile.in (install-strip): Fix whitespace.
10380 Get rid of continuation.
10381
10382 * config.sub: Convert linux or gnu/linux to lignux.
10383
10384 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10385
10386 * configure.in: Accept lignux in configuration name.
10387
10388 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10389
10390 * Makefile.in (install-strip): New target.
10391
10392 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10393
10394 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10395 -f failed to do the job on Suns.
10396
10397 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10398
10399 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10400
10401 * configure.in (linux/version.h): Check for this header.
10402
10403 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10404
10405 * configure.in: Remove -fno-builtin hackery from -lm check.
10406
10407 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10408
10409 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10410 just this test.
10411
10412 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10413
10414 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10415
10416 * configure.in: Check for ncurses.
10417
10418 1996-02-28 Paul Eggert <eggert@twinsun.com>
10419
10420 * configure.in (LOCALTIME_CACHE):
10421 Also define if localtime mishandles unsetting TZ.
10422 This works around a localtime bug in mips-dec-ultrix.
10423
10424 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10425
10426 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10427
10428 * configure.in: Improve messages about X versions.
10429
10430 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10431
10432 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10433
10434 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10435
10436 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10437 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10438
10439 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10440 (install): Put install-arch-indep before install-arch-dep.
10441
10442 1996-02-20 Dave Love <d.love@dl.ac.uk>
10443
10444 * INSTALL: Clarify info about MS-DOS path handling.
10445
10446 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10447
10448 * Makefile.in (install-arch-indep): Install info/ccmode*.
10449 In previous change, protect against /bin/pwd returning null string.
10450
10451 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10452
10453 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
10454 to lispdir.
10455
10456 1996-02-01 Paul Eggert <eggert@twinsun.com>
10457
10458 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
10459
10460 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10461
10462 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
10463
10464 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10465
10466 * Makefile.in (extraclean): Use ${top_distclean} to ensure
10467 we delete everything distclean deletes.
10468
10469 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
10470
10471 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
10472
10473 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10474
10475 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
10476 into LDFLAGS instead of into LIBS.
10477
10478 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10479
10480 * configure.in (HAVE_XMU): Fix typo in previous change.
10481
10482 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10483
10484 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
10485
10486 1996-01-10 Erik Naggum <erik@naggum.no>
10487
10488 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
10489
10490 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
10491
10492 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
10493
10494 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10495
10496 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
10497 and use -lXt to link it.
10498
10499 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10500
10501 * configure.in (locallisppath): Put version-specific dir first.
10502
10503 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10504
10505 * configure.in (hppa-*-nextstep*): New alternative.
10506 (USE_X_TOOLKIT): By default, set this to "maybe";
10507 and change that later to LUCID or "no" according to X11 version.
10508
10509 * make-dist: Recompile outdated .elc files and update all autoloads.
10510
10511 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
10512
10513 * configure.in (locallisppath): Fix typo in last change: " -> '.
10514
10515 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10516
10517 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
10518
10519 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10520
10521 * Makefile.in (install-arch-indep): Give all files read permission.
10522
10523 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10524
10525 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
10526 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
10527
10528 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10529
10530 * configure.in: Determine HAVE_X11R6.
10531 (HAVE_MENUS): Rename from HAVE_X_MENU.
10532
10533 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10534
10535 * configure.in: Just "solaris" now defaults to version 2.4.
10536 Add sunos4.1.n-noshare as alternative.
10537
10538 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10539
10540 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
10541
10542 1995-11-29 Erik Naggum <erik@naggum.no>
10543
10544 * Makefile.in (install-arch-indep): Add missing backslash.
10545
10546 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
10547
10548 * Makefile.in (install-arch-indep): Don't install
10549 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
10550
10551 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10552
10553 * Makefile.in (install-arch-indep): Fix previous change.
10554
10555 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
10556
10557 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10558
10559 * Version 19.30 released.
10560
10561 * make-dist (lisp): Exclude subdirs.el.
10562
10563 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10564
10565 * make-dist (etc): Delete *.orig and *.rej.
10566
10567 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10568
10569 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
10570
10571 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10572
10573 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
10574
10575 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
10576
10577 * make-dist (nt): Rename install, readme, and todo to
10578 INSTALL, README, and TODO.
10579
10580 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10581
10582 * make-dist (lisp): Don't distribute site-start.
10583
10584 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
10585
10586 * make-dist: Break the hard link on alloca.c.
10587
10588 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10589
10590 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
10591
10592 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10593
10594 * make-dist (src, lib-src): Don't distribute Makefile.c.
10595 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
10596
10597 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10598
10599 * Makefile.in (mkdir): Create man1dir, not mandir.
10600 (uninstall): Use man1dir, not mandir.
10601
10602 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10603
10604 * Makefile.in (man1dir): New variable.
10605 (install-arch-indep): Use man1dir.
10606
10607 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
10608
10609 * make-dist: Create lisp/MANIFEST.
10610
10611 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10612
10613 * configure.in (m68k-*-linux*): New alternative.
10614
10615 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10616
10617 * make-dist: Use new names config.in, paths.in, and
10618 {src,lib-src}/Makefile.in.
10619
10620 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10621
10622 * configure.in: Don't bother checking for drem.
10623
10624 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10625
10626 * Makefile.in (distclean): Delete line with just a tab in it.
10627 (install-arch-indep): Delete spaces that precede tabs.
10628 Delete spurious `fi' left from previous change.
10629 (install): Supply `true' as command, to avoid null command.
10630
10631 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10632
10633 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
10634
10635 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10636
10637 * configure.in (powerpc-*-solaris2): New alternative.
10638
10639 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
10640
10641 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
10642 of paths.h.tmp$$, to avoid going beyond 14 characters.
10643
10644 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10645
10646 * configure.in: Improve error msg for invalid --with-x-toolkit value.
10647
10648 1995-09-06 Paul Eggert <eggert@twinsun.com>
10649
10650 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
10651 if localtime caches TZ. Check for tzset.
10652
10653 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10654
10655 * config.bat: Simplify using new names file names src/makefile.in,
10656 config.in, paths.in. Change Echo commands not to use `.
10657
10658 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10659
10660 * Makefile.in (install-arch-indep): Always install the new dir file;
10661 rename the previous dir file to dir.bak or dir.old.
10662
10663 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10664
10665 * configure.in (RANLIB): Substitute this into makefiles.
10666 Set it specially on solaris; set it by default on other systems.
10667
10668 * configure.in: Fix previous Alpha change.
10669
10670 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10671
10672 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
10673 NON_GCC_TEST_OPTIONS.
10674
10675 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10676
10677 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
10678 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
10679
10680 * configure.in (alpha-*-linux*): New configuration.
10681
10682 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10683
10684 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
10685 (m68k-next-nextstep*): New alias for that.
10686 (i*86-*-nextstep*): Use nextstep.h.
10687 (sparc-*-nextstep*): New configuration.
10688
10689 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10690
10691 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
10692 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
10693
10694 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10695
10696 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
10697 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
10698
10699 1995-07-18 Mike Long <mike.long@analog.com>
10700
10701 * make-dist: Fix update of finder-inf.el, and byte-compile it.
10702
10703 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10704
10705 * Makefile.in (src/paths.h, paths-force):
10706 Rename src/paths.h.in to src/paths.in.
10707 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
10708
10709 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
10710 Use Makefile.c for intermediate file.
10711 Rename src/config.h.in to src/config.in.
10712
10713 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
10714
10715 * configure.in (mips-dec-ultrix*): Assume version 4.3.
10716 (mips-dec-ultrix4.[12]): New alternative for old versions.
10717
10718 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10719
10720 * make-dist: Don't break intra-tree links.
10721
10722 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10723
10724 * configure.in: Put back archlibdir initialization.
10725 Require autoconf 2.4.1 or later.
10726
10727 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10728
10729 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
10730 (mips-mips-riscos5*): New alternative.
10731
10732 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10733
10734 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
10735
10736 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10737
10738 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
10739 (mandir, infodir, archlibdir): Initializations deleted.
10740
10741 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
10742 On hpux9shr, use hpux9shxr4.h.
10743
10744 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
10745
10746 * configure.in: Added target mips-dec-mach_bsd4.3.
10747 * config.guess: Guess mips-dec-mach_bsd4.3.
10748
10749 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10750
10751 * Makefile.in (mkdir): Use symbolic chmod.
10752
10753 1995-06-22 Paul Eggert <eggert@twinsun.com>
10754
10755 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
10756 SunOS 4.1.5 through 4.1.9, should they ever exist.)
10757
10758 1995-06-22 Paul Eggert <eggert@twinsun.com>
10759
10760 * Makefile.in (SUBDIR_MAKEFILES):
10761 Add man/Makefile, so `make distclean' removes it.
10762 (top_distclean): Add config.log to the list of files to be removed.
10763
10764 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10765
10766 * Version 19.29 released.
10767
10768 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10769
10770 * configure.in: Fix the previous change to verify that the -b
10771 option really solves the problem.
10772
10773 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
10774
10775 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10776
10777 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
10778
10779 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10780
10781 * configure.in: Report more clearly when there is no special
10782 dir to search for X includes or libraries.
10783
10784 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10785
10786 * configure.in: Check for -lpthreads, not -lpthread.
10787
10788 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
10789
10790 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
10791
10792 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10793
10794 * configure.in: Check for -lpthread.
10795
10796 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10797
10798 * Makefile.in (install-arch-indep): Install info files for mh-e.
10799 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
10800
10801 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10802
10803 * configure.in (*-solaris2.5): New configuration.
10804
10805 * make-dist: Copy new files config.nt and config.w95.
10806
10807 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10808
10809 * configure.in: Use x_includes, not x_libraries, for -I.
10810 Make bitmapdir a colon-separated list.
10811
10812 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
10813
10814 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
10815
10816 * configure.in: Allow x_libraries and x_includes to be paths.
10817
10818 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10819
10820 * configure.in: Fix typo.
10821
10822 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10823
10824 * INSTALL: Clarify use of site-init.el.
10825
10826 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
10827
10828 * configure.in: Pass arg to sqrt.
10829
10830 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10831
10832 * make-dist: Fix May 6 change.
10833
10834 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10835
10836 * vpath.sed: Delete reference to ymakefile.
10837
10838 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10839
10840 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
10841
10842 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10843
10844 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
10845
10846 * update-subdirs: Specify /bin/sh to run the script.
10847
10848 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10849
10850 * make-dist: Put src/makefile.nt in dist.
10851
10852 * configure.in (i[345]86-*-bsdi2*): New configuration.
10853 (vax-dec-bsd386*): Delete.
10854
10855 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10856
10857 * configure.in: Make sure CDPATH doesn't mess up PWD check.
10858 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
10859 Use fmod instead of logb in -lm check.
10860
10861 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10862
10863 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
10864 Use bsd4-3. Don't set NON_GNU_CPP.
10865
10866 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
10867 In nt, copy various different things, but not *.cmd.
10868 Fix the ln commands for the subdirs of nt.
10869
10870 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10871
10872 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
10873
10874 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10875
10876 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
10877 since that's what the header file expects.
10878
10879 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
10880
10881 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
10882 and 68040 based machines when choosing options for gnucc.
10883
10884 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10885
10886 * Makefile.in (top_distclean): Delete config.cache.
10887
10888 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10889
10890 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
10891
10892 * configure.in: Use m/ncr386.h.
10893
10894 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10895
10896 * Makefile.in (install-arch-indep): Undo Sep 23 change.
10897
10898 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10899
10900 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
10901 (man): Don't copy texindex.c and getopt.c; they're deleted.
10902 (etc): Omit `e'; it's a subdirectory.
10903 (etc/e): Use `../..', not `..', to reference top level.
10904
10905 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
10906
10907 * Makefile.in (install-arch-indep, dist):
10908 Look for `update-subdir' in $(srcdir).
10909
10910 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10911
10912 * make-dist: Include mkinstalldirs in distribution.
10913
10914 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10915
10916 * make-dist: Add missing close backquote.
10917
10918 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10919
10920 * make-dist: Don't distribute shortnames directory.
10921
10922 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10923
10924 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
10925
10926 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10927
10928 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
10929
10930 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
10931
10932 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
10933
10934 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10935
10936 * configure.in (mips-sgi-irix6): New configuration.
10937
10938 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
10939
10940 * Makefile.in (maintainer-clean): Rename from realclean.
10941
10942 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10943
10944 * configure.in: Create a .gdbinit that sources the real one,
10945 if using a different build directory.
10946
10947 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
10948
10949 * configure.in: Check for sys/select.h.
10950
10951 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10952
10953 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
10954
10955 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10956
10957 * configure.in: Handle isc 4.1 operating system.
10958
10959 1994-12-10 Richard Stallman <rms@kepa>
10960
10961 * configure.in (rs6000-ibm-aix4.1*): New alternative.
10962 (rs6000-ibm-aix4*): New alternative.
10963
10964 1994-12-06 Richard Stallman <rms@kepa>
10965
10966 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
10967
10968 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
10969
10970 * configure.in: Don't try to make directories that are guaranteed
10971 to already exist.
10972
10973 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10974
10975 * configure.in: Generate man/Makefile from man/Makefile.in.
10976 Create the man subdir.
10977
10978 * Makefile.in (dvi): Run Make in our man subdir.
10979
10980 * make-dist: Create subdir etc/e.
10981 Make links to it.
10982 Put man/Makefile.in in dist, instead of man/Makefile.
10983
10984 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
10985
10986 * configure.in: Add --with-pop, --with-kerberos, and
10987 --with-hesiod for movemail.
10988
10989 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10990
10991 * configure.in (m68*-apollo*): Use s/domain.h.
10992
10993 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10994
10995 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
10996
10997 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
10998
10999 * configure.in: Don't add -I, -L, -R options for cc if their
11000 arguments would be empty.
11001
11002 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11003
11004 * configure.in (i860-intel-osf1*): New alternative.
11005 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
11006 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
11007
11008 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11009
11010 * configure.in: Make h_errno check not use nested functions.
11011
11012 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11013
11014 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
11015
11016 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11017
11018 * Makefile.in (install-arch-indep): Avoid continued comment
11019 swallowing target line.
11020
11021 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
11022
11023 * configure.in: Protect a character class with `changequote'.
11024
11025 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11026
11027 * configure.in: Accept `news' as a synonym for `newsos'.
11028
11029 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11030
11031 * Makefile.in: Don't rm files if cd fails.
11032
11033 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11034
11035 * make-dist: Put nt subdir and its subdirs in the dist.
11036 (lib-src): Put makefile.nt in the dist.
11037 (lisp): Put makefile.nt in the dist.
11038
11039 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11040
11041 * configure.in: Change a stray `[' to `test'.
11042
11043 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11044
11045 * configure.in: Adapt for Autoconf v2. Use the standard argument
11046 parser, host type canonicalizer, X11 finder, and message
11047 printing macros. Use the new macro names. Use `test' instead of `['.
11048
11049 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11050
11051 * configure.in: Check for getpagesize.
11052
11053 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11054
11055 * make-dist (msdos): Put sed* in the distribution.
11056
11057 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
11058
11059 * config.bat: New option, `--with-x', for configuring Emacs
11060 for use with the X11 system DesqView/X.
11061 New option, `--no-debug', for compiling Emacs without debug
11062 information thus saving disk space.
11063 (src/config.h, src/paths.h): Use `update' (which is like
11064 `move-if-changed') to change the file.
11065 (src/config.h): When configuring for X11 perform extra changes.
11066 (src/makefile): When configuring for X11 perform extra changes.
11067 (lib-src): Remove temporary files.
11068 (): Check that `sed', `rm', `mv', and `gcc' are available.
11069
11070 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11071
11072 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11073
11074 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11075
11076 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11077
11078 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11079
11080 * configure.in (canonical): Substitute var into makefiles.
11081 (bitmapdir): Likewise.
11082
11083 * Makefile.in (bitmapdir): New variable.
11084 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11085
11086 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11087
11088 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11089
11090 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11091 * update-subdirs: New shell script.
11092
11093 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11094
11095 * Makefile.in (top_distclean): Don't rm build-install.
11096 (SOURCES): Delete build-install.in.
11097
11098 * make-dist: Don't distribute build-ins.in.
11099 * build-ins.in: File deleted.
11100
11101 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11102
11103 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11104
11105 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11106
11107 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11108
11109 * configure.in (libexecdir): Rename from libdir. New default.
11110 (sharedstatedir): Rename from statedir. New default.
11111 (datadir): New default.
11112
11113 * make-dist: Don't distribute subdirs.el.
11114
11115 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11116
11117 * configure.in (eaccess): Check for it.
11118
11119 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11120
11121 * configure.in (mktime): Check for it.
11122
11123 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11124
11125 * configure.in (motif): Add support for usage and option checking.
11126
11127 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11128
11129 * configure.in (utimes): Check for it.
11130
11131 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11132
11133 * Makefile.in (install-arch-indep): Don't do mkdir here.
11134
11135 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11136
11137 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11138 riscix.h renamed to acorn.h.
11139
11140 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11141
11142 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11143 New configurations.
11144
11145 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11146
11147 * configure.in: Remove trailing slashes from srcdir.
11148
11149 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11150
11151 * configure.in (i[345]86-sequent-ptx*): Handle.
11152
11153 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11154
11155 * Makefile.in (paths-force): Depend on src/paths.h.
11156
11157 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11158
11159 * configure.in (config_options): Save all arguments, not just some.
11160
11161 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11162
11163 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
11164
11165 * configure.in: Add AC_AIX.
11166 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
11167
11168 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11169
11170 * configure.in (parsing options): Simplify sed command to delete -'s.
11171
11172 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
11173
11174 * configure.in (config_options): New shell variable.
11175 Pass its value to C code in EMACS_CONFIG_OPTIONS.
11176
11177 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11178
11179 * configure.in (alpha-dec-osf*): New target.
11180
11181 * Makefile.in: Use just one FRC target.
11182
11183 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11184
11185 * Makefile.in (removenullpaths, paths-force):
11186 Use name paths.h.tmp$$, which depends on the pid.
11187
11188 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11189
11190 * Makefile.in (removenullpaths, paths-force):
11191 Put paths.h.tmp in top-level dir, not in src.
11192
11193 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11194
11195 * Version 19.27 released.
11196
11197 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11198
11199 * Version 19.26 released.
11200
11201 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11202
11203 * configure.in: Check for lrand48, not rand48.
11204
11205 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11206
11207 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11208 (powerpc-ibm-aix*): New aliases.
11209
11210 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11211
11212 * make-dist (src/m, src/s): Put *.inp in distribution.
11213
11214 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11215
11216 * configure.in: Accept i586 and i486 along with i386.
11217
11218 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11219
11220 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11221 even if CPP env var was set by the user.
11222
11223 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11224
11225 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11226
11227 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11228
11229 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11230
11231 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11232
11233 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11234
11235 * configure.in: Check more specifically for i*86-sun-sunos.
11236
11237 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
11238
11239 * configure.in: Handle solaris 2.4.
11240
11241 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11242
11243 * configure.in (rand48): Check for it.
11244
11245 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11246
11247 * make-dist: Update the info files.
11248
11249 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11250
11251 * configure.in: Make "checking..." messages' style consistent.
11252 (HAVE_H_ERRNO): New test.
11253
11254 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11255
11256 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11257
11258 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11259
11260 * configure.in (CFLAGS): If the envvar was specified, use that.
11261 And set REAL_CFLAGS from it too.
11262
11263 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11264
11265 * make-dist: Update finder-inf.el.
11266
11267 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11268
11269 * make-dist (msdos): Include sed4.inp in dist.
11270
11271 * Makefile.in (libsrc_libs): Var deleted.
11272
11273 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11274
11275 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11276
11277 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11278
11279 * configure.in (mips-sony-newsos4*): New alias.
11280
11281 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11282
11283 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11284 (*-convex-convexos*): Accept this as alias.
11285
11286 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11287
11288 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11289 for two different uses.
11290
11291 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11292
11293 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11294
11295 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11296
11297 * make-dist: Put ./BUGS into the distrib.
11298
11299 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11300
11301 * configure.in: Handle 386 running Solaris 2.
11302
11303 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11304
11305 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11306
11307 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11308
11309 * configure.in (mips-sony-newsos*): Use news-risc.h.
11310
11311 * configure.in: Accept bsdi as opsys, like bsd386.
11312
11313 1994-06-01 Morten Welinder (terra@diku.dk)
11314
11315 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11316
11317 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11318
11319 * Version 19.25 released.
11320
11321 * make-dist (shortversion): Don't assume another period follows.
11322
11323 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11324
11325 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11326 (uninstall): Use /bin/pwd.
11327
11328 * Makefile.in (blessmail): Depend on src.
11329 (all): Don't depend on blessmail.
11330
11331 * Makefile.in (src/paths.h): Don't force recomputation.
11332 (paths-force): New target; force recomputation of paths.h.
11333 (all): Depend on paths-force.
11334 (src, lib-src): Depend on src/paths.h.
11335
11336 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11337 NON_GCC_TEST_OPTIONS.
11338
11339 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11340
11341 * configure.in: Don't insist on subversions for irix.
11342
11343 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11344
11345 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11346
11347 * configure.in (i[34]86-next-*): New alternative.
11348
11349 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11350
11351 * Version 19.24 released.
11352
11353 * configure.in: New config hppa*-hp-hpux9shr*.
11354
11355 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
11356
11357 * config.bat: Doc fix.
11358
11359 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11360
11361 * Makefile.in (mostlyclean, clean, distclean, realclean)
11362 (extraclean): Don't act on man subdir if it doesn't exist.
11363
11364 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11365
11366 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11367 Use them to set up CC.
11368 (*-sun-sunos4.1.3): Set them.
11369
11370 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11371
11372 * Makefile.in (lib-src): Don't depend on src/paths.h.
11373
11374 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11375
11376 * build-ins.in (copydests): Get rid of spurious `-'s.
11377
11378 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11379
11380 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11381
11382 * Version 19.23 released.
11383
11384 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11385 for the Xlib and Xt checks; then restore old CFLAGS.
11386
11387 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11388
11389 * configure.in (HAVE_X11XTR6): Add newline before #if.
11390 Add newline after #endif.
11391
11392 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11393
11394 * configure.in (HAVE_X11XTR6): Arrange to define it.
11395
11396 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11397
11398 * Makefile.in (install): Depend on blessmail.
11399
11400 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11401
11402 * configure.in (mips-siemens-sysv*): Put quotes around value
11403 containing blanks.
11404
11405 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11406
11407 * Makefile.in (TAGS): Use the makefile in src subdir.
11408
11409 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11410
11411 * configure.in (opsys): Recognize `gnu'.
11412
11413 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11414
11415 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11416
11417 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11418
11419 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11420 version > 1.8.
11421
11422 1994-05-08 Morten Welinder (terra@diku.dk)
11423
11424 * config.bat: Forcibly remove "# " style comments from makefiles.
11425
11426 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11427
11428 * Makefile.in (uninstall): When processing lispdir and etcdir,
11429 do nothing unless it exists and is a directory.
11430
11431 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11432
11433 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11434 Merge code in from install-doc.
11435 (install-doc): Merge code back into install-arch-indep.
11436 (install-arch-dep): Don't depend on install-doc.
11437
11438 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11439
11440 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11441
11442 * configure.in (making src/Makefile and lib-src/Makefile):
11443 Split off the autoconf substitutions and don't pass them thru cpp.
11444 (undefs): Use $canonical as well as $configuration.
11445
11446 * make-dist: Distribute lisp/Makefile.
11447
11448 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11449 Use lower case names for the s files.
11450
11451 1994-05-03 Morten Welinder (terra@diku.dk)
11452
11453 * config.bat: Added possibility for different file name
11454 transcriptions in lib-src.
11455
11456 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11457
11458 * Makefile.in (lib-src): Undo previous change.
11459 (blessmail): New target to run maybe-blessmail in lib-src.
11460 (all): Depend on blessmail.
11461
11462 * Makefile.in (lib-src): Depend on src.
11463
11464 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
11465
11466 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
11467 (m88k-dg-dgux5.4R2): dgux5.4R2.
11468
11469 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11470
11471 * configure.in (window_system): Restore accidentally deleted code
11472 that uses AC_FIND_X.
11473
11474 * make-dist: Distribute config.bat.
11475
11476 1994-04-29 Morten Welinder (terra@diku.dk)
11477
11478 * config.bat: Corrected the configuration of lib-src
11479 to keep up with configure. Add note about dos version 3
11480 or better needed (djgpp needs that). Add note explaining
11481 that either install in c:/emacs or edit the script.
11482 Don't change to c:/emacs, but assume we're there (to minimize
11483 the number of places to change).
11484
11485 * config.bat: Build-in the first step towards X11 support with
11486 the X11 emulator that exists. At this time it won't work,
11487 and several files are missing.
11488
11489 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11490
11491 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
11492 Don't look for -lresolv.
11493
11494 * Makefile.in (lib-src): Depend on src/paths.h.
11495
11496 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11497
11498 * configure.in: Restore deleted AC_SUBST of `configuration'.
11499 Improve error message for bad --with-x-toolkit value.
11500
11501 * configure.in: Define CONFIGURATION in src/config.h
11502 rather than substituting in src/Makefile.in.
11503
11504 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11505
11506 * Makefile.in (install-doc): New target.
11507 (install-arch-dep): Depend on install-doc.
11508 (mkdir): Create docdir.
11509
11510 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11511
11512 * configure.in: Test for libresolv.a.
11513 Substitute machfile and opsysfile.
11514
11515 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11516
11517 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
11518 (install-arch-dep): Install under the name $(EMACS).
11519
11520 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11521
11522 * configure.in (version): Use entire value of emacs-version.
11523 (mips-siemens-sysv*): New alternative.
11524
11525 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11526
11527 * Makefile.in (install-arch-indep): Don't install dired-x*.
11528
11529 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11530
11531 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
11532 Fix definition of $undefs.
11533
11534 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11535
11536 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
11537
11538 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
11539
11540 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11541
11542 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
11543
11544 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11545
11546 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
11547 and run it thru cpp, as with src/Makefile.in.
11548
11549 * configure.in: Use AC_SET_MAKE.
11550
11551 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11552
11553 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
11554
11555 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11556
11557 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
11558
11559 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
11560 (printing the choices): Make the toolkit message unconditional.
11561 (USE_X_TOOLKIT): Use `none', not `no', if none.
11562 (include libsrc_libs): Include config.h, and specify -I for srcdir.
11563 Get rid of temp file foofoo1.
11564
11565 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11566
11567 * configure.in (CFLAGS): Use shell syntax, not Makefile.
11568
11569 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11570
11571 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
11572 (printing the choices): State choice of toolkit.
11573 (libsrc_libs): Recalculate after writing config.h;
11574 then update lib-src/Makefile.
11575
11576 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11577
11578 * configure.in: Add sunos4shr as alternative for suns.
11579 Conditionals testing for null $CC were backwards.
11580
11581 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11582
11583 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
11584
11585 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11586
11587 * configure.in: Handle -isc4.0*.
11588
11589 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11590
11591 * configure.in (esix5): Set NON_GNU_CPP.
11592
11593 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
11594
11595 * Makefile.in (thisdir): Nonsensical variable removed.
11596 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
11597 back to $thisdir, rather than the directory `this_dir'.
11598
11599 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11600
11601 * Makefile.in (install-arch-indep): Add missing backslash after a
11602 `then'.
11603
11604 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11605
11606 * Makefile.in (thisdir): New variable.
11607 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
11608
11609 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11610
11611 * configure.in: Add freebsd.
11612
11613 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11614
11615 * configure.in: Check for fpathconf.
11616
11617 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11618
11619 * configure.in (with_x_toolkit): Fix typo in previous change.
11620
11621 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11622
11623 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
11624
11625 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11626
11627 * configure.in (with_x_toolkit): Don't allow motif or open-look.
11628
11629 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
11630
11631 * configure.in: Fix value of docdir.
11632 * Makefile.in (install-arch-indep): Install DOC* in docdir.
11633
11634 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11635
11636 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
11637
11638 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
11639
11640 * configure.in: New variable docdir to control where the docstring
11641 file goes.
11642 Makefile.in: Use it to initialize PATH_DOC in paths.h.
11643
11644 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11645
11646 * configure.in: When --run-in-place, don't inherit archlibdir.
11647
11648 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11649
11650 * Makefile.in (install-arch-dep, install-arch-indep):
11651 New targets split up former do-install rule.
11652 (do-install): Target deleted.
11653
11654 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11655
11656 * configure.in (mips-sony-newsos*): New configuration.
11657
11658 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
11659
11660 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
11661
11662 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11663
11664 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
11665
11666 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11667
11668 * configure.in: Don't initialize CC.
11669
11670 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11671
11672 * configure.in (creating src/Makefile): Also generate -U switches
11673 for symbols in the $configuration value.
11674
11675 * configure.in: Check for sys_siglist being declared in system header.
11676
11677 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11678
11679 * configure.in (creating src/Makefile): Delete blank lines
11680 along with lines of whitespace.
11681 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
11682
11683 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11684
11685 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
11686 like C_SWITCH_SYSTEM.
11687 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
11688
11689 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11690
11691 * configure.in (drem): Check for this function.
11692
11693 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11694
11695 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
11696 If CPP was inherited from environment, don't use NON_GNU_CPP.
11697 (NON_GNU_CC): Likewise.
11698 (handling with_gcc): Use explicit if in the `no' case.
11699 (cc_specified): New variable; if set, don't use NON_GNU_CC.
11700
11701 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11702
11703 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
11704
11705 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
11706
11707 * configure.in: Check whether fmod exists.
11708
11709 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11710
11711 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
11712 {src,lisp}/OChangeLog.
11713
11714 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11715
11716 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
11717 necessary for proper operation. This code works with the current
11718 released version of Autoconf.
11719
11720 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11721
11722 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
11723 (USE_X_TOOLKIT): Define it for all values except `no'.
11724
11725 * configure.in: Undo first Jan 8 change and Jan 16 change.
11726
11727 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11728
11729 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
11730 Substitute USE_X_TOOLKIT as both C macro and Make variable.
11731
11732 * Makefile.in (lwlib/Makefile): New target.
11733 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
11734 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
11735 (unlock, relock): Handle lwlib subdir.
11736
11737 * Makefile.in: Add some .PHONY targets.
11738
11739 * make-dist: Handle lwlib subdir like oldXMenu subdir.
11740
11741 * lwlib: New subdirectory.
11742
11743 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11744
11745 * configure.in: If CPP has a value that is a directory,
11746 discard the value.
11747
11748 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11749
11750 * configure.in (srcdir_undefs): Add g flag to sed substitution to
11751 remove -U[0-9]*.
11752
11753 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11754
11755 * Makefile.in (do-install): Install the dired-x info files.
11756
11757 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
11758 (See src/s/sol2.h.)
11759
11760 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11761
11762 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
11763
11764 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11765
11766 * configure.in (creating src/Makefile): Put code inside 2nd arg to
11767 AC_OUTPUT as it should be; hopefully no one will again see fit to
11768 gratuitously break this and not make a change log entry.
11769 Optimized sed processing of Makefile.in and cpp output; now
11770 preserves comments previously removed from the cpp input.
11771 Eliminated temp file for cpp output. Generate -U switches to
11772 undefine all identifiers that appear in the directory name
11773 ${srcdir}; pass these to cpp.
11774
11775 * configure.in (version): Fix sed regexp to match two-elt version
11776 number.
11777
11778 * configure.in: Check for strerror.
11779
11780 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11781
11782 * configure.in: Test for bcmp.
11783
11784 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11785
11786 * make-dist (tempdir): Put subdir msdos into the distribution.
11787
11788 1993-01-07 Morten Welinder (terra@diku.dk)
11789
11790 * config.bat: New file.
11791
11792 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11793
11794 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
11795
11796 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11797
11798 * configure.in (m68*-next-*): Don't care about which os is specified.
11799 (i[34]86-*-*): Check for *-nextstop*.
11800
11801 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11802
11803 * configure.in: Check for setsid.
11804
11805 1993-12-17 Richard Stallman (rms@srarc2)
11806
11807 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
11808
11809 1993-12-15 Richard Stallman (rms@srarc2)
11810
11811 * Makefile.in (mkdir): Make only the lockdir writable.
11812
11813 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
11814
11815 1993-12-11 Richard Stallman (rms@srarc2)
11816
11817 * Makefile.in (libdir): Use @libdir@.
11818
11819 1993-12-08 Richard Stallman (rms@srarc2)
11820
11821 * Makefile.in (install): Add empty command.
11822
11823 1993-12-04 Richard Stallman (rms@srarc2)
11824
11825 * make-dist: Put man/getopt.c in the dist.
11826
11827 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
11828
11829 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
11830
11831 1993-12-03 Richard Stallman (rms@srarc2)
11832
11833 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
11834 Set it for all solaris versions.
11835 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
11836 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
11837 Likewise for NON_GNU_CC and CC.
11838
11839 1993-12-01 Richard Stallman (rms@srarc2)
11840
11841 * configure.in (mips-mips-riscos4*): Assign variable CC.
11842 (checking ${with_gcc}): If "no", don't override CC if already set.
11843 (CC): Initialize it as empty.
11844
11845 1993-11-30 Richard Stallman (rms@srarc2)
11846
11847 * configure.in (Suns): Set CPP if *-solaris2.3*.
11848
11849 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11850
11851 * Version 19.22 released.
11852
11853 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
11854
11855 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11856
11857 * make-dist: When breaking links, use cp -p.
11858 Copy install.sh into distribution.
11859 Move the temp dir up into the parent dir;
11860 don't leave the staging dir make-dist.tmp... in existence.
11861 * install.sh: New file.
11862
11863 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11864
11865 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
11866
11867 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11868
11869 * configure.in (version): When --run-in-place, exclude
11870 ${datadir}/emacs/site-lisp from locallisppath.
11871
11872 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11873
11874 * configure.in: Delete jumk.c before writing it.
11875
11876 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11877
11878 * Version 19.21 released.
11879
11880 * Makefile.in (mkdir): Ignore error from chmod.
11881
11882 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11883
11884 * make-dist: Don't put lisp/forms.README in the distribution.
11885
11886 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11887
11888 * configure.in (creating src/Makefile): Before running cpp,
11889 discard all lines that start with `# Generated' or /**/#.
11890
11891 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11892
11893 * Version 19.20 released.
11894
11895 * make-dist: Use build-ins.in, not build-install.in.
11896 Don't bother updating TAGS since it's not included.
11897
11898 * build-ins.in: Renamed from build-install.in.
11899
11900 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11901
11902 * make-dist: Don't try to link *.texinfo--there are none now.
11903 When running make in lib-src, specify YACC var value.
11904
11905 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11906
11907 * configure.in (extrasub): Add vpath patterns for %.[yls].
11908
11909 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
11910 Instead just include the commands to make src/Makefile as the
11911 second arg to AC_OUTPUT.
11912
11913 * configure.in: Use : instead of dnl for comment inside
11914 $makefile_command.
11915
11916 * configure.in: No longer use vpath_sed. Instead, when we notice
11917 srcdir already configured, set extrasub to hack vpath in the
11918 makefiles.
11919
11920 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
11921 before moving it.
11922 * Makefile.in (VPATH): Define to @srcdir@.
11923
11924 1993-09-28 Brian J. Fox (bfox@cubit)
11925
11926 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
11927 doesn't exist. Just copy src/Makefile.in instead.
11928 Touch all of the Makefiles after editing config.status.
11929
11930 * INSTALL: Update documentation to match new configuration
11931 mechanism.
11932
11933 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
11934
11935 * configure.in: Allow any of the path or directory Makefile
11936 variables to be set with flags to configure. Create all Makefiles
11937 at configure time. Edit special commands into config.status after
11938 src/Makefile.in is built from src/Makefile.
11939
11940 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
11941 If these files are out of date, simply have config.status
11942 rebuild them; don't rebuild them explicitly.
11943
11944 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
11945
11946 * build-install.in: Change src/xemacs to src/emacs. We no longer
11947 create src/xemacs, so the file wouldn't be found.
11948
11949 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
11950
11951 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
11952
11953 * configure.in: Avoid forcing the search of /usr/include before
11954 fixed include files by resetting C_SWITCH_X_SITE if it is
11955 "-I/usr/include".
11956
11957 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11958
11959 * Makefile.in (@rip_paths@locallisppath):
11960 Delete ${datadir}/emacs/site-lisp.
11961
11962 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11963
11964 * configure.in:
11965 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
11966 Remove ${extra_output} from AC_OUTPUT call.
11967
11968 1993-09-17 Brian J. Fox (bfox@inferno)
11969
11970 * make-dist: Quote backquotes found in strings to be echoed.
11971
11972 * configure.in: Use "sh -c pwd" when we want to avoid having the
11973 shell fix up the value of $PWD.
11974
11975 1993-09-13 Brian J. Fox (bfox@inferno)
11976
11977 * Makefile.in (do-install): Don't abort if ln or chmod at the end
11978 of the installation fail. Suggested by Karl Berry.
11979
11980 1993-08-30 Brian J. Fox (bfox@inferno)
11981
11982 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
11983 was used. Set MAKEFLAGS from MFLAGS.
11984
11985 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11986
11987 * configure.in: Test for res_init in libc.
11988
11989 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11990
11991 * configure.in: In the file ${tempcname}, use configure___
11992 instead of @configure@.
11993
11994 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
11995
11996 * make-dist: Dist vpath.sed.
11997
11998 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
11999 Depend on vpath.sed.
12000 Replace sed command for VPATH with @vpath_sed@.
12001
12002 * configure.in: Substitute variable `vpath_sed'.
12003 If not in $srcdir and $srcdir is configured,
12004 issue warning that GNU make is required,
12005 and set vpath_sed to use vpath.sed script.
12006
12007 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12008
12009 * configure.in: Remove check for $srcdir being configured.
12010 This pretty much works now.
12011 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
12012 Check for XFree86 (/usr/X386/include) independent of whether
12013 -lXbsd exists.
12014
12015 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
12016 realclean, unlock, relock): Use `$(MAKE)' in place of plain
12017 `make'.
12018
12019 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12020
12021 * Version 19.19 released.
12022
12023 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
12024
12025 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12026
12027 * configure.in: Check for XScreenNumberOfScreen.
12028
12029 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12030
12031 * configure.in: Add * to end of all configuration alternatives.
12032 (m68*-sony-newsos3*): New alternative.
12033
12034 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12035
12036 * make-dist: Include getdate.c in distribution.
12037
12038 * configure.in: For --help, use $PAGER if it is set.
12039 (LIB_X11_LIB): Default to -lX11.
12040 (mips-sgi-irix5.*): New alternative.
12041
12042 * Makefile.in (do-install): Install info/gnus* and info/sc*.
12043
12044 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
12045 Recognize *.B8.* as hpux version 8.
12046 (m68*-tektronix-bsd*): Fix typo in tek4300.
12047 (AC_HAVE_FUNCS): Add ftime.
12048
12049 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12050
12051 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
12052 Use tekxd88, not tekXD88.
12053
12054 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12055
12056 * configure.in: Check for -lm. Then can check for frexp and logb.
12057
12058 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12059
12060 * Version 19.18 released.
12061
12062 * make-dist (src): Don't put gnu-hp300 in dist.
12063 (src, lisp): Include OChangeLog in dist.
12064
12065 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12066
12067 * configure.in: Test for presence of logb and frexp functions.
12068
12069 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12070
12071 * configure.in (machine): Add i370-ibm-aix*.
12072
12073 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12074
12075 * configure.in (function checks): Test for mkdir and rmdir.
12076
12077 * configure.in (function checks): Don't test for random and bcopy
12078 only when we're building with X; look for them all the time.
12079
12080 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12081
12082 * configure.in: Test for availability of bcopy functions, searching
12083 the X libraries if we're using X.
12084
12085 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12086 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12087 versions of AIX, and needs to be passed to the loader.
12088
12089 * configure.in: Test for the availability of the
12090 XScreenResourceString function.
12091
12092 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12093
12094 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12095 LD_SWITCH_X_SITE and assume --with-x11.
12096 Only look for X11 files if we weren't told about a window system
12097 or if we were told to use X11 but not told where.
12098 Search the libraries from the s and/or m files when checking for
12099 functions.
12100
12101 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12102
12103 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12104
12105 * make-dist: Include lisp/dired.todo in the distribution.
12106
12107 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12108
12109 * configure.in: Add code to set HAVE_INET_SOCKETS.
12110
12111 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12112
12113 * configure.in: If we do find x_includes and x_libraries
12114 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12115
12116 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12117
12118 * make-dist: Include src/gnu-hp300 in the dist.
12119
12120 * configure.in (canonical): New variable holds the canonicalized
12121 configuration. Don't alter `configuration'. Use `configuration'
12122 for Makefile.in for file naming.
12123 (testing x_includes and x_libraries): Use =, not ==.
12124
12125 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12126
12127 * Version 19.17 released.
12128
12129 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12130 directory's makefile. This allows the invocation of CPP which
12131 builds xmakefile to receive these switches. The SunSoft C
12132 preprocessor inserts spaces between tokens if it doesn't get the
12133 -Xs flag requested in src/s/sol2.h.
12134
12135 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12136
12137 * configure.in (m68k-bull-sysv3): New config.
12138
12139 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12140
12141 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12142 the X Windows libraries.
12143
12144 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12145
12146 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12147 the distribution. Those files aren't kept in their own
12148 subdirectory any more.
12149
12150 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12151
12152 * Version 19.16 released.
12153
12154 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12155
12156 * configure.in: Add --verbose flag.
12157
12158 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12159
12160 * version 19.15 released.
12161
12162 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12163
12164 * Makefile.in (top_distclean): Use -f switch when cleaning out
12165 lock dir; it might be empty.
12166
12167 * configure.in: Only check for -lXbsd once.
12168
12169 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12170
12171 * Version 19.14 released.
12172
12173 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12174
12175 * make-dist: If using gzip, create distribution with '.gz' extension.
12176
12177 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
12178 (lisp/forms-mode): This doesn't exist anymore.
12179
12180 * configure.in: Look for the closedir function.
12181
12182 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12183
12184 * configure.in (CPP): Autoconf sets this to a shell variable
12185 reference, which doesn't work when it's edited into a makefile.
12186 Expand that variable reference.
12187
12188 * Makefile.in (CPP): New variable.
12189 (src/Makefile): Edit CPP into src/Makefile.
12190
12191 * Makefile.in (src/Makefile): Don't bother exiting single quotes
12192 and entering double quotes to get the values of LD_SWITCH_X_SITE
12193 and the other make variables; make substitutes them in anyway.
12194
12195 * Makefile.in (uninstall): Don't remove the lisp and etc
12196 directories if they're in the source tree.
12197
12198 Bring mumbleclean targets into conformance with GNU coding standards.
12199 * Makefile.in (mostlyclean, clean): Separate these two; just have
12200 them pass the request to the subdirectory makefiles.
12201 (distclean): Pass the request down, and then get rid of the
12202 files configure built, and get rid of the Makefiles.
12203 (realclean): Pass the request down, and then do the same things
12204 distclean does.
12205 (uninstall, info, dvi): New targets.
12206
12207 * configure.in: Move clause for PC-compatible i386 box to the end
12208 of the case statement, to avoid masking configurations below.
12209
12210 * configure.in: Add case for m88k-motorola-sysv4.
12211
12212 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12213 the HP 68000 machines.
12214
12215 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12216 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12217 preprocessor won't fiddle with them.
12218
12219 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12220
12221 * Makefile.in (TAGS): cd to src to run etags.
12222
12223 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12224
12225 * configure.in (version): Check the X libraries for XrmSetDatabase
12226 and random, and see if we have -lXbsd.
12227
12228 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12229
12230 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12231 s/*.h and m/*.h files. Martin Tomes
12232 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12233
12234 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12235
12236 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12237 above the general i386 alternative.
12238
12239 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12240
12241 * configure.in: Recognize configuration name for Data General
12242 AViiON machines.
12243
12244 * configure.in: Use AC_LONG_FILE_NAMES.
12245
12246 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12247
12248 * configure.in: Test for bison.
12249 * Makefile.in (YACC): New variable.
12250 (lib-src/Makefile.in): Edit YACC into the makefile.
12251
12252 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12253
12254 * Version 19.13 released.
12255
12256 * configure.in (CFLAGS): Don't set this according to the value of
12257 the GCC shell variable. Instead, consult the machine and system
12258 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12259 test __GNUC__ while we're at it.
12260
12261 * configure.in: Remove extra ;; from hpux cases.
12262
12263 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12264
12265 * configure.in: Check to see if the system has -ldnet.
12266
12267 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12268
12269 * make-dist: Add clauses to distribute lisp/forms-mode.
12270
12271 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12272
12273 * configure.in (machine): Fix the versions in hpux version number test.
12274 Do not guess based on cpu type. Do check for explicit system version.
12275
12276 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12277
12278 * configure.in: Do NOT look for `unknown' as company name.
12279
12280 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12281
12282 * configure.in: Fix typo in message.
12283
12284 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12285
12286 * Version 19.12 released.
12287
12288 * Makefile.in (do-install): Correct previous etc-copying change.
12289 Partially rewrite using `if'.
12290 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12291
12292 * Version 19.11 released.
12293
12294 * configure.in: Handle 386bsd.
12295
12296 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12297
12298 * make-dist: Update getdate.c.
12299
12300 * configure.in: Handle bsd386.
12301
12302 * Makefile.in (do-install): Use `-' in tar options.
12303
12304 * configure.in: Change ! "${...}" to x"${...}" = x.
12305
12306 * Makefile.in (do-install): Copy the DOC-* files from the build
12307 etc directory, as well as lots of things from ${srcdir}/etc.
12308
12309 * make-dist: Copy config.guess.
12310
12311 * configure.in: Handle AIX versions 1.2, 1.3.
12312
12313 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12314
12315 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12316 the configuration name mips-mips-usg* to represent USG systems.
12317
12318 * configure.in: Fix logic to detect if srcdir is already configured.
12319
12320 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12321
12322 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12323 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12324 of a directory; cd might fail, and have pwd print out the current
12325 directory.
12326
12327 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12328
12329 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12330
12331 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12332
12333 * configure.in: Complain if srcdir points at an already-configured
12334 tree.
12335
12336 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12337
12338 * Version 19.10 released.
12339
12340 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12341
12342 * Makefile.in: Use Makefile comments, not C comments.
12343
12344 * configure.in: Add case for the Tektronix XD88.
12345
12346 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12347
12348 * configure.in: Handle sysv4.2 and sysvr4.2.
12349
12350 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12351
12352 * configure.in: Traverse the argument list without destroying it;
12353 don't use shift. It turns out that "set - ${saved_arguments}"
12354 doesn't work portably.
12355
12356 * configure.in: Add missing "fi".
12357
12358 * make-dist: Rebuild configure if configure.in is newer.
12359
12360 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12361 targets to be executed even if make remembers that it has already
12362 satisfied FRC.
12363
12364 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12365
12366 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12367
12368 * configure.in (romp): Handle various version numbers with aos and bsd.
12369
12370 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12371
12372 * configure.in: Fix message text.
12373
12374 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12375
12376 * make-dist: Make a `site-lisp' directory in the distribution,
12377 instead of a `local-lisp' directory, which hasn't been the
12378 appropriate name for a long time.
12379 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12380 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12381
12382 * Makefile.in (do-install): Correctly detect if ./etc and
12383 ${srcdir}/etc are the same.
12384
12385 * configure.in: Extract UNEXEC from the system configuration
12386 files, compute the name of the source file corresponding to the
12387 object file, and #define it as UNEXEC_SRC in config.h.
12388
12389 * configure.in: If srcdir is '.', then try using PWD to make it
12390 absolute.
12391
12392 * configure.in: Include ${srcdir} in the printed report, to help
12393 people notice if it's an automounter path.
12394
12395 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12396
12397 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12398
12399 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12400
12401 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12402 when they are different. Add `shift' command.
12403 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12404 (externallispdir): Var deleted.
12405
12406 * configure.in: Delete spurious paren outputting short_usage.
12407
12408 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12409
12410 * Version 19.9 released.
12411
12412 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12413
12414 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12415 subdirectory makes.
12416
12417 * make-dist: Check for .elc files with no corresponding .el file.
12418
12419 * Makefile.in (mkdir): Make all the directories in locallisppath.
12420
12421 * config.guess: New file.
12422 * configure.in: Use it, tentatively.
12423 * INSTALL: Mention its usage.
12424
12425 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
12426 the former gives you the operating system rev directly.
12427 Use s/hpux.h if we don't recognize what we got.
12428
12429 * Makefile.in (do-install): Don't remove a destination directory
12430 if it's the same as the source. If ${srcdir}/info == ${infodir},
12431 don't try to copy the info files.
12432
12433 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12434 doesn't work if you're not using a separate source directory.
12435 (do-install): Copy the build tree's etc directory only after
12436 making sure it's not also the source tree's etc directory.
12437
12438 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12439
12440 * configure.in: Handle sunos4.1.3 specially.
12441
12442 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12443
12444 * Makefile.in (INSTALL): Add definition.
12445
12446 * configure.in: Fix some messages. Support -with-gnu-cc.
12447 At the end, use `set --', not `set -'.
12448 Delete spurious `.h' in hpux alternatives.
12449
12450 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12451
12452 * Version 19.8 released.
12453
12454 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12455
12456 * configure.in: When looking for source in the same directory as
12457 the configure script, make the path thus discovered absolute.
12458 If the user specifies the `--srcdir' switch, make that directory
12459 absolute too.
12460
12461 * Makefile.in (srcdir): Remove comment saying this doesn't work.
12462
12463 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
12464 too, as the value of the PATH_INFO macro.
12465
12466 * configure.in: Check to see if the source lives in the same
12467 directory as the configure script.
12468
12469 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12470
12471 * Makefile.in (install): Split this into `install' and
12472 `do-install', to give people more control over exactly what gets
12473 done.
12474 (do-install): New target, containing the guts of `install'.
12475 Don't remove and recreate the directories inside the copying loop - do
12476 it all before the copying loop. Pass more flags to the lib-src
12477 make.
12478 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
12479 avoid errors and warnings.
12480
12481 * configure.in: For generic IBM PC boxes, insist on "unknown" for
12482 the manufacturer - the more general case was blocking other i386
12483 configuration names below, and that's how the names are written in
12484 MACHINES anyway.
12485
12486 * make-dist: When breaking links, remove the link before moving
12487 the copy onto it, to avoid interactive behavior.
12488
12489 * Makefile.in: Doc fix.
12490
12491 * configure.in: Doc fix.
12492
12493 * INSTALL: Mention --exec-prefix option.
12494
12495 * configure.in: Add support for the `--exec-prefix' option.
12496 * Makefile.in: Accept that support.
12497
12498 * configure.in: Use the AC_PROG_INSTALL macro.
12499 * Makefile.in (INSTALL): Variable removed.
12500 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
12501
12502 * configure.in: Distinguish between hp800's and hp700's by calling
12503 "uname -m".
12504
12505 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12506
12507 * configure.in: Recognize configuration names for i860 boxes
12508 running SYSV.
12509
12510 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12511
12512 * configure.in: Distinguish between hp800's and hp700's by the
12513 version of HP/UX they run, since that's something people are more
12514 likely to know - hp700's run 8.0.
12515 Add HP 700 configuration.
12516
12517 * configure.in: Test for the presence of the `rename' function.
12518
12519 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
12520 configure.in.
12521 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
12522
12523 * make-dist: Break intra-tree links.
12524
12525 * configure.in: Explain that this is an autoconf script, and give
12526 instructions for rebuilding configure from it. Arrange to put
12527 comments in configure explaining this too.
12528
12529 * configure.in: Make the first line of the configure script be
12530 "#!/bin/sh". Leaving the first line blank didn't work.
12531
12532 * configure.in (long_usage): Remove; made short_usage describe
12533 the options briefly.
12534
12535 * configure.in: Implement the --prefix option.
12536 * Makefile.in (prefix): Add support for it here.
12537 * INSTALL: Document it here.
12538
12539 * Makefile.in (install): Don't assume that the files in the `info'
12540 subdirectory match *.info. They don't have that prefix.
12541
12542 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12543
12544 * configure.in: Add case for version 5 of Esix.
12545
12546 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12547
12548 * Version 19.7 released.
12549
12550 * make-dist: There aren't any *.com files in lib-src anymore.
12551
12552 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
12553 them; they're symlinks to other filesystems on the GNU machines.
12554
12555 * make-dist: Check that the manual reflects the same version of
12556 Emacs as stated in lisp/version.el. Edit that version number into
12557 the README file.
12558
12559 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12560
12561 * configure.in: Remove the hack of AC_DEFINE; use
12562 AC_DEFINE_UNQUOTED.
12563
12564 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12565
12566 * make-dist: Don't distribute precomp.com, compile.com, or
12567 link.com from ./src; they're in ./vms now.
12568
12569 Some time-handling patches from Paul Eggert:
12570 * configure.in: Add AC_TIMEZONE.
12571
12572 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12573
12574 * configure.in: Recognize Linux as a valid operating system for
12575 the i386.
12576
12577 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12578
12579 * make-dist: Distribute some VMS files we got from Richard Levitte.
12580
12581 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
12582 the source for the sed command, not oldXMenu/Makefile.
12583
12584 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12585
12586 * INSTALL: Don't claim the srcdir option doesn't work.
12587
12588 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12589
12590 * configure.in: Include remarks saying what order the autoconf
12591 tests should go in, and remind people to change config.h.in
12592 whenever they add autoconf tests which make #definitions.
12593
12594 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
12595
12596 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12597
12598 * Makefile.in (oldXMenu/Makefile): Make this depend on
12599 ${srcdir}/oldXMenu/Makefile.in, not itself.
12600
12601 * PROBLEMS: Some updates from David J. Mackenzie.
12602
12603 More changes from David J. Mackenzie.
12604 * Makefile.in (install.sysv, install.xenix, install.aix):
12605 Targets removed; autoconf and config.h should specify all these
12606 differences.
12607 (buildlisppath): Make this path depend on ${srcdir}.
12608 (INSTALLFLAGS): Remove.
12609 (INSTALL): Include the -c flag.
12610 (install): Change the way we invoke install accordingly.
12611
12612 Install ${srcdir} changes from DJM.
12613 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
12614 list.
12615 (COPYDIR, COPYDESTS): Install files from both the etc directory in
12616 the source tree and the etc directory in the object tree.
12617 (${SUBDIR}): Pass the prefix variable down to submakes.
12618 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
12619 in /bin.
12620 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
12621 values for srcdir and VPATH.
12622 (install): Add `v' flag to tar command. Make sure that `dir'
12623 exists in ${srcdir}/info before copying it. Remember that the man
12624 pages come from the source tree, not the object tree.
12625 * configure.in: Remove remarks saying that the --srcdir option
12626 doesn't work.
12627 Create the etc directory in the object tree.
12628 Recognize configuration names of the form *-sun-solaris*.
12629 Recognize sunos5 and solaris as operating system names.
12630
12631 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
12632 lib-src/getdate.y and src/systime.h.
12633
12634 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12635
12636 * make-dist: Make links in info subdir.
12637
12638 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12639
12640 * configure.in: Call AC_STDC_HEADERS.
12641
12642 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12643
12644 * configure.in: Sidestep autoconf's quoting of the second argument
12645 of AC_DEFINE, so we can specify the value to put there. It would
12646 be nice if autoconf provided some way to specify computed values
12647 for macros.
12648
12649 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12650
12651 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
12652 this is always just -DHAVE_CONFIG_H.
12653
12654 The GNU coding standards specify that CFLAGS should be left for
12655 users to set.
12656 * Makefile.in (CFLAGS): Let configure determine the default value
12657 for this.
12658 Don't have it default to DEFS.
12659 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
12660 (lib-src/Makefile, src/Makefile): Edit the default value for
12661 CFLAGS into these files, not DEFS.
12662 * configure.in (CFLAGS): Choose a default value for this - "-g"
12663 normally, or "-g -O" if we're using GCC. Edit it into the
12664 top-level Makefile.
12665
12666 * configure.in: When scanning the machine and system description
12667 #include files, write their names to conftest.c properly.
12668
12669 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12670
12671 * configure.in: In configuration name case for Apallos running
12672 Domainios, set opsys, not opsysfile.
12673
12674 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
12675 src/config.h, instead of AC_OUTPUT; the latter overwrites
12676 src/config.h even when it hasn't changed, puts a makefile-style
12677 comment at the top even though it's C code, and produces a
12678 config.status script which doesn't do the job right.
12679
12680 * configure.in: Add AC_LN_S test, so we can tell whether or not we
12681 can use a symbolic link to get the X Menu library into src.
12682 * Makefile.in (LN_S): New variable.
12683 (src/Makefile): Edit the value of LN_S into this makefile.
12684
12685 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12686
12687 * configure.in: Support *-sco3.2v4* as opsystem.
12688
12689 * make-dist: Don't include calc directory.
12690 Exclude many files in the man directory; copy a few.
12691
12692 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12693
12694 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
12695 call AC_STRUCT_TM to see what's in time.h.
12696
12697 * configure.in: Employ quoting stupidity to get the value of CPP
12698 to expand properly.
12699
12700 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12701
12702 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
12703 variable to scan the machine and system description files.
12704
12705 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
12706 so that getdate.y builds correctly.
12707
12708 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12709
12710 * configure.in (tempcname): Change this to "conftest.c", so it will
12711 work properly on systems with short filenames; this is the name
12712 autoconf uses.
12713
12714 * configure.in: Also detect the availability of dup2 and
12715 gethostname.
12716
12717 * configure.in: Use the AC_ALLOCA test.
12718 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
12719 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
12720
12721 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12722
12723 * make-dist: Distribute configure, as well as configure.in.
12724 Oversight.
12725
12726 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12727
12728 * Makefile.in (install): Print out the name of the directory we're
12729 copying, so people can have some idea of whether we're making
12730 progress.
12731
12732 * Makefile.in (install.aix, install.xenix, install.sysv, install):
12733 Don't forget to re-create the COPYDESTS directories after we clear
12734 them out.
12735
12736 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12737
12738 * Makefile.in: Add autoconf cookies so that the configure
12739 script can comment out sections of path variable definitions to
12740 choose between the installable configuration and the run-in-place
12741 configuration.
12742 * configure.in: Add new option `--run-in-place', to select the
12743 run-in-place path definitions.
12744
12745 * configure.in: Add a clause to the big configuration name case
12746 for the NeXT machine.
12747
12748 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12749
12750 * Makefile.in (install, install.sysv, install.xenix, install.aix):
12751 Make sure that each source directory exists, and is different from
12752 the destination directory; then, delete the destination before
12753 copying over the source.
12754
12755 * make-dist: Distribute configure.in, instead of configure.
12756
12757 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12758
12759 * configure.in: Don't set CC to "gcc -O" if the user specifies
12760 `--with-gcc'. Add -O to DEFS if GCC is set.
12761
12762 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12763
12764 * Makefile.in (clean mostlyclean): Missing right paren.
12765
12766 * configure.in: When checking for X windows, search for an X11
12767 subdirectory of ${x_includes}.
12768
12769 * configure.in: Check for gettimeofday function, for getdate.y.
12770
12771 Change `configure' to a mixture of custom code and autoconf stuff.
12772 autoconf can't derive all the information we need, but we'd really
12773 like to be able to take advantage of some of its tests, and its
12774 file-editing facilities.
12775 * configure.in: Renamed from configure.
12776 Quote the sections of shell script we want copied literally to
12777 the configure script.
12778 (compile): Initialize this to make the autoconf macros' code happy.
12779 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
12780 code to do their jobs.
12781 Use autoconf to produce Makefile and src/config.h.
12782 Remove the Makefile-style comment that autoconf places at the top
12783 of src/config.h.
12784 (config_h_opts): Remove - no longer necessary.
12785 * Makefile.in (configname): Rename to configuration.
12786 (CONFIG_CFLAGS): Rename to DEFS.
12787 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
12788 get values via autoload @cookies@.
12789 (libsrc_libs): Get this from autoconf. We used to do nothing
12790 about this.
12791 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
12792
12793 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
12794 Don't echo the move-if-change command.
12795
12796 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
12797
12798 * make-dist: Distribute lib-src/rcs-checkin.
12799
12800 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
12801 Don't try to make links to the RCS or Old subdirectories.
12802 Use the appropriate extension for the compression type in use.
12803 Create the tar file in the shell's initial default directory, not
12804 in ${tempparent}.
12805 Erase the whole ${tempparent} tree, not just ${tempdir}.
12806
12807 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12808
12809 * Makefile.in (src/paths.h): Don't echo the huge sed command we
12810 use to build paths.h.
12811 (lib-src/Makefile, src/Makefile): Similarly.
12812
12813 * configure: Extend test for working `const' keyword to handle AIX
12814 3.2 cc.
12815
12816 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12817
12818 * make-dist: Distribute lisp/term/ChangeLog.
12819
12820 Arrange for C compilation throughout the tree to get
12821 C_SWITCH_SYSTEM from the configuration files.
12822 * configure: Extract C_SWITCH_SYSTEM from the machine and
12823 system-dependent files, and save it in the top-level Makefile.
12824 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
12825 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
12826
12827 * make-dist: Include the VMS support files in oldXMenu in the
12828 distribution.
12829
12830 * configure: Doc fix.
12831
12832 * configure: Fix corrupted config_h_opts.
12833
12834 * configure: Properly report option names in error messages.
12835
12836 * configure: Properly recognize --x-includes and --x-libraries
12837 options.
12838
12839 * configure: Fix syntax errors in code handling XFree386.
12840
12841 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12842
12843 * configure: Add special code to detect XFree386, and tell
12844 config.h about it.
12845
12846 * configure: Properly handle extracting values of LIBS_MACHINE and
12847 LIBS_SYSTEM that contain spaces.
12848
12849 * configure: Add `--x-includes' and `--x-libraries' options.
12850 I think these are dopey, but no less than three alpha testers, at
12851 large sites, have said they have their X files installed in odd
12852 places. Implement them by setting C_SWITCH_X_SITE and
12853 LD_SWITCH_X_SITE in src/config.h.
12854
12855 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12856
12857 * make-dist: Don't distribute etc/Old files.
12858
12859 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
12860 backups.
12861
12862 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12863
12864 * make-dist: Fix typo.
12865
12866 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12867
12868 * make-dist: Corrected typo, fixed it to discard = and TAGS files
12869 in some cases where it should but didn't seen to.
12870
12871 * Makefile.in: Added unlock and relock productions.
12872
12873 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12874
12875 * make-dist: Add a --compress option to force make-dist to use
12876 compress.
12877
12878 * make-dist: Use gzip, if we can find it.
12879
12880 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12881 make rs6000-ibm-aix default to -aix32.
12882
12883 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
12884
12885 * Makefile.in: Added `Developer's configuration' section.
12886
12887 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
12888
12889 * Makefile.in: Add commented-out variable settings for developer's
12890 configuration.
12891
12892 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12893
12894 * make-dist: Distribute `src/bitmaps' too.
12895
12896 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
12897
12898 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
12899 make rs6000-ibm-aix default to -aix32.
12900
12901 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12902
12903 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
12904
12905 * Makefile.in (install.sysv): Add a second `$' in front of
12906 `${dest}', so that the shell will expand it, instead of Make.
12907
12908 * configure: When processing the name of the configure script,
12909 collapse `././' to `./', but leave a single `./' prefix alone.
12910
12911 * configure: Doc fix.
12912
12913 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12914
12915 * configure: Handle isc3.0 correctly.
12916
12917 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12918
12919 * make-dist: Don't try to copy the COPYING notice into
12920 external-lisp; we're not distributing that directory any more.
12921
12922 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12923
12924 * Makefile.in (install, install.aix, install.xenix, install.sysv):
12925 Remove CVS subdirectories from the installed directory trees, as
12926 well as RCS directories.
12927
12928 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12929
12930 * make-dist: Only copy gmalloc.c if we couldn't link it.
12931 Don't try to copy man/{README,Makefile} unless they actually exist.
12932
12933 * Makefile.in (lisppath): Don't include externallispdir in this.
12934 We're not sure whether we're even going to distribute the
12935 directory yet.
12936
12937 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12938
12939 * make-dist: Don't distribute the external-lisp directory anymore.
12940 * INSTALL: Remove all references to external-lisp.
12941
12942 * configure: Detect whether the compiler supports `const'
12943 properly, and edit src/config.h accordingly.
12944
12945 * configure: Tweak layout of final report.
12946
12947 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
12948 CFLAGS.
12949
12950 * Makefile.in (locallisppath): Make this default to
12951 ${datadir}/emacs/site-lisp, instead of
12952 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
12953 the same thing, and local-lisp causes completion conflicts with
12954 lock.
12955 (lisppath): Add ${externallispdir} to this.
12956 * INSTALL: Adjust installation directions.
12957
12958 * Makefile.in (externallispdir): New variable, to say where to
12959 install the externally-maintained lisp files.
12960 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
12961 the others.
12962 * INSTALL: Describe external-lisp and the new externallispdir
12963 variable.
12964
12965 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12966
12967 * configure (progname): New option `--with-gcc'. Make it clearer
12968 how we are trying to guess whether or not we have GCC.
12969 * INSTALL: Document the `--with-gcc' option, and improve
12970 description of `--with-x' options.
12971
12972 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12973
12974 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
12975 ${infodir} from these variables; we have written out explicit code
12976 to install the info files.
12977
12978 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12979
12980 * make-dist: Don't distributed the RCS files in the etc directory.
12981
12982 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12983
12984 * Makefile.in: Some makes can't handle comments in the middle of
12985 commands; move them to before the whole rule.
12986
12987 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12988
12989 * README: Mention what Emacs is.
12990
12991 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12992
12993 * make-dist: Include `./lisp/calc-2.02' in the distribution.
12994 Add `./cpp' and `./man' back into the distribution.
12995
12996 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12997
12998 * Makefile.in: Define MAKE, and use where appropriate.
12999
13000 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13001
13002 * make-dist: Remember that the authoritative COPYING notice is
13003 `etc/COPYING', not `../etc/COPYING'.
13004
13005 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13006
13007 * make-dist: Make sure that the COPYING notices in each directory
13008 are copies, not symlinks.
13009
13010 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13011
13012 * INSTALL: The build process produces an executable called `emacs'
13013 now. Change references.
13014 * Makefile.in: Adjust `install.mumble' targets to install
13015 `src/emacs', not `src/xemacs'.
13016
13017 * configure: Start with a blank line; this keeps some old CSH's
13018 from thinking it's a CSH script. Most systems will just use
13019 /bin/sh to run it, which is what we're expecting; the only other
13020 shells which might try to interpret it themselves are probably
13021 Bourne-compatible.
13022
13023 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13024
13025 * INSTALL: Improvements suggested by David Mackenzie.
13026
13027 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13028
13029 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13030 Don't try to copy the info files if there aren't any; the
13031 unexpanded globbing pattern disappoints `install'. Ignore the
13032 return status of that command.
13033
13034 * INSTALL: Updated for new configuration arrangement.
13035
13036 * configure: Don't make the top-level Makefile read-only - people
13037 may want to edit the values of the path variables.
13038
13039 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13040 Install the info files in ${infodir}. Install the executable
13041 under both `emacs' and `emacs-VERSION'.
13042
13043 * Makefile.in: Doc fix.
13044
13045 * Makefile.in (exec_prefix): New variable, as per latest version
13046 of coding standards.
13047 (bindir, libdir): Use it, instead of `prefix'.
13048 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
13049
13050 * Makefile.in (mandir): Make the default value for this depend on
13051 $(prefix).
13052
13053 * Makefile.in (datadir, statedir, libdir): Make these all default
13054 to ${prefix}/lib.
13055 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
13056 Adjust to compensate.
13057
13058 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13059 Install the etags and ctags man pages too.
13060
13061 * Makefile.in (distclean): Don't delete backup files; that's the
13062 job of extraclean.
13063 (extraclean): Like distclean, but deletes backup and autosave files.
13064
13065 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13066
13067 Make path specification conform to GNU coding standards.
13068 * configure (long_usage): Remove all traces of old arguments from
13069 usage messages, and document the options we do accept in more
13070 detail: -with-x... and --srcdir.
13071 (options, boolean_opts): Delete; we don't have enough options to
13072 make this worthwhile.
13073 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
13074 along with the code which supported them; these should be set as
13075 arguments to the top-level make.
13076 (config_h_opts): Since this no longer doubles as a list of option
13077 names, make them upper case; this simplifies the code which uses
13078 them to build the sed command to edit src/config.h. Change the
13079 code which sets them.
13080 (cc, g, O): Don't allow the user to set these using options; they
13081 should be specified using `CC=' and `CFLAGS=' arguments to the
13082 top-level make. Just choose reasonable default values for them,
13083 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13084 values.
13085 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13086 options; use them whenever the configuration files say they're
13087 possible.
13088 Simplify the argument processing loop. Don't accept abbreviations
13089 for option names; these might conflict with other configuration
13090 options in the future.
13091 Add some support for the `--srcdir' option. Check for the sources
13092 in . and .. if `--srcdir' is omitted. If the directories we will
13093 compile in don't exist yet, create them under the current directory.
13094 Note that the rest of the build process doesn't really support
13095 this.
13096 Edit only the top Makefile. That should edit the others.
13097 Edit into the makefile: `version', from lisp/version.el, `configname'
13098 and `srcdir' from the configuration arguments, `CC' and
13099 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13100 the user's path, and LOADLIBES as gleaned from the system
13101 description files.
13102 Simplify the report generated; it doesn't need to include any
13103 description of paths now.
13104 Make `config.status' exec configure instead of just calling it, so
13105 there's no harm in overwriting `config.status'.
13106 * Makefile.in (version, configname): New variables, used to choose
13107 the default values for datadir and libdir.
13108 Path variables rearranged into two clearer groups:
13109 - In the first group are the variables specified by the GNU coding
13110 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13111 manext, infodir, and srcdir).
13112 - In the second are the variables actually used for Emacs's paths
13113 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13114 archlibdir), which depend on the first category.
13115 datadir and libdir default to directories under
13116 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13117 demand.
13118 etcdir and lispdir default to subdirectories of datadir.
13119 archlibdir defaults to libdir.
13120 The new installation tree is a bit deeper than it used to be, so
13121 use the new make-path program in lib-src to build them all.
13122 Always build a new src/paths.h.tmp and then move-if-change it to
13123 src/paths.h, to avoid unnecessary rebuilds while responding to the
13124 right changes.
13125 Remove all mention of arch-lib. Run utility commands from
13126 lib-src, and let the executables be copied into archlibdir when
13127 Emacs is installed.
13128 Add targets for src/Makefile, lib-src/Makefile, and
13129 oldXMenu/Makefile, editing the values of the path variables into
13130 them.
13131 Let lib-src do its own installation.
13132 (datadir): Default to putting data files under
13133 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13134 (emacsdir): Variable deleted; it would only be confusing to use.
13135 (lispdir, etcdir): Default to ${datadir}/lisp.
13136 (mkdir): Use make-path for this.
13137 (lockdir): Do this in mkdir.
13138 (Makefile): New target.
13139
13140 * configure (usage_message): Rename to long_usage.
13141
13142 * make-dist: Don't bother creating an arch-lib directory; that's
13143 only for installation now.
13144
13145 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13146
13147 * configure: Use GCC-style configuration names, using config.sub.
13148 Change the usage and help messages.
13149
13150 * configure: Initialize window_system, not indow_system.
13151
13152 * configure: Report which window system, compiler, and signal
13153 handler return type we decide to use.
13154
13155 * make-dist: Explain what's going on if config.sub and gmalloc.c
13156 can't be linked. Place the code which copies them near the code
13157 which links the rest of the files around them.
13158
13159 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
13160
13161 * make-dist: Don't bother to distribute src/*.com, or
13162 src/vmsbuild; those have all been moved to `../vms'.
13163
13164 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13165
13166 * make-dist: Don't forget that the way to avoid filenames starting
13167 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
13168 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
13169 couldn't make hard links to, since we have two already, and
13170 perhaps more to come.
13171
13172 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13173
13174 * configure: When editing parameters into lib-src/Makefile, change
13175 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
13176 needs some other flags too.
13177
13178 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13179
13180 * configure: Remove spurious echo of the configuration name.
13181
13182 * make-dist: Don't distribute files in src/m and src/s whose names
13183 begin with `='.
13184
13185 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13186
13187 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
13188 Also LISP_FLOAT_TYPE.
13189
13190 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13191
13192 * make-dist: Copy config.sub, since it's a symbolic link to a file
13193 on another file system.
13194
13195 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13196
13197 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
13198 distribution.
13199
13200 * config.sub: New file, to help us recognize configuration names.
13201 * make-dist: Include it in the distribution.
13202
13203 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13204
13205 * configure: Convert `-' to `_' in specified option names.
13206 Accept options with --. Delete --highpri and --have-x-menu options.
13207 New options --with-x and --with-x10 replace -window-system.
13208 Don't mention options --gnu-malloc, --rel-alloc
13209 or --lisp-float-type in help message.
13210
13211 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13212
13213 * make-dist: Include the `vms' subdirectory in the distribution.
13214
13215 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13216
13217 * configure: Remove lines starting with "# DIST: " when building
13218 lib-src/Makefile and src/Makefile. This allows us to mark the
13219 "Makefile.in" files with explanatory comments which won't also get
13220 stuck in the Makefiles.
13221
13222 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13223
13224 * make-dist: Don't use the '+' operator in the sed regular
13225 expression that extracts the version number from lisp/version.el;
13226 Ultrix sed doesn't seem support the operator. Just double the
13227 operand and use *.
13228
13229 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13230
13231 * Makefile.in: Doc fix.
13232
13233 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13234
13235 * configure: Rewrite sed command to remove at most one ./ prefix;
13236 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13237 group.
13238
13239 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13240
13241 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13242
13243 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13244
13245 * make-dist: Go ahead and build a new TAGS file, unless the
13246 --newer option was specified. Don't try to delete a TAGS file
13247 from etc; it's not kept there, and shouldn't be deleted anyway.
13248
13249 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13250
13251 * make-dist: If the lisp directory contains a default.el, don't
13252 distribute it.
13253
13254 * configure: When searching signal.h for the type of a signal
13255 return handler, make a copy of it, not a symbolic link to it; that
13256 way, it will work on systems that don't have symbolic links.
13257
13258 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13259
13260 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13261 option for generating incremental distributions. Stopped it from
13262 generating a TAGS file into the distribution; that sucker is
13263 *big*, and easily enough generated with the toplevel makefile.
13264
13265 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13266
13267 * configure: When writing config.status, don't prefix progname
13268 with a '.'; it might be absolute.
13269
13270 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13271
13272 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13273 /usr/include/X11 exist, not only if both exist.
13274
13275 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13276
13277 * make-dist: Make the new external-lisp directory a duplicate of
13278 the external-lisp directory, not the lisp directory.
13279
13280 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13281
13282 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13283 clean' in arch-lib; it doesn't even have a Makefile.
13284
13285 * Makefile.in (clean, mostlyclean): In the test which tries to
13286 distinguish between the build directory, which should be cleaned,
13287 and the installed directory, which shouldn't, cd to `${emacsdir}',
13288 not `${DESTDIR}${LIBDIR}'.
13289
13290 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13291
13292 * make-dist: Be sure to delete the .c and .h files that YACC and
13293 BISON create from getdate.y.
13294
13295 * external-lisp: New directory; see `external-lisp/README'.
13296 * make-dist: Added support for the external-lisp subdirectory.
13297
13298 * make-dist: Changed message which complains that make-dist wasn't
13299 invoked in the right directory to indicate which files it was
13300 looking for.
13301
13302 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13303
13304 * configure: Add comments explaining why we can't translate
13305 character ranges or control characters in `tr'.
13306
13307 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13308
13309 * configure: When generating the configuration message, we used to
13310 build the message from the start so that each line began with "# "
13311 so that it would be a comment in `config.status'. However, this
13312 causes trouble if any of the variables we use in the message
13313 expand to more than one line of text - as gnu_malloc_reason
13314 sometimes does. So instead, we build the message as it should be
13315 printed to the user (i.e. without the "# " prefixes), and stick on
13316 the "# "s when we write it to `config.status'.
13317
13318 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13319 `lib-src' and `arch-lib'.
13320
13321 * configure: When generating report and `config.status' file, note
13322 that bindir only determines where `make install' and
13323 `build-install' will place the executables; this should make it
13324 clear that the ordinary build process will not try to install
13325 things.
13326
13327 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13328
13329 * make-dist: Change messages to say that we are 'making links to
13330 X', rather than 'copying X'. And put `' quotes around file names.
13331
13332 * make-dist: Include '.tmp' in the name of the staging directory.
13333
13334 * make-dist: Pass the `-f' option to rm when you're not sure that
13335 the files you're removing actually exist.
13336
13337 * make-dist: When setting up etc/COPYING, always nuke whatever is
13338 there, and then copy it in, to make sure we get a real file.
13339
13340 * make-dist: Don't try to distribute *.defns files any more.
13341 The only such file was for simula.el, which has been superseded by a
13342 version which doesn't have a separate .defns file.
13343
13344 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13345
13346 * make-dist: Don't distribute configured versions of config.h.in,
13347 paths.h.in, Makefile.in in src.
13348
13349 * configure: Delete .tmp files before creating them; don't bother
13350 trying to make final targets writable first, since it won't
13351 matter to move-if-change.
13352
13353 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13354
13355 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13356 mkdir and chmod in the center of all the conditionals. GNU Make
13357 will strip these out, but other makes won't.
13358
13359 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13360
13361 * make-dist: Include move-if-change in list of files to distribute.
13362
13363 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13364
13365 * configure: Remove any "." elements from the program name.
13366
13367 * configure: Don't record the values of all the possible arguments
13368 in config.status; only record the options that the user specified.
13369
13370 * configure: Use move-if-change to move in the new src/config.h.
13371
13372 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13373
13374 * move-if-change: New file, copied from gcc release.
13375 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13376 a temp file, so we don't update paths.h if an error occurs or if
13377 it doesn't need changing.
13378
13379 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13380
13381 * Makefile.in (src/paths.h): Do not install a value for the
13382 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13383 * build-install.in: Same thing.
13384
13385 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13386
13387 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13388 latter, being a typo, is always false, resulting in a program
13389 whose default behavior is to painstakingly build a copy of the
13390 source tree, and then delete it. Rah.
13391
13392 * Makefile.in: Add dist target, and comment for it.
13393
13394 * configure: When scanning <signal.h> for a declaration for
13395 signal, create a symbolic link with a name ending in .c, so the
13396 compiler won't complain that it's only been given .h files.
13397
13398 * configure: Check whether there are any arguments available
13399 before shifting to get the value of a non-boolean parameter.
13400
13401 * make-dist: Doc fix.
13402
13403 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13404
13405 * configure: Instead of grepping /usr/include/signal.h for a
13406 signal declaration, run /usr/include/signal.h or
13407 /usr/include/sys/signal.h through cpp and grep for the
13408 declaration.
13409
13410 * configure: Redirect the output of grep to /dev/null instead of
13411 using grep -s - that flag means different things on other systems.
13412
13413 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13414 since the former is recognizable even if you don't know what
13415 'dumping' is.
13416 * configure: Accommodate that change.
13417
13418 * configure: Accept options for all of the directories you can
13419 change in the Makefile.
13420
13421 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13422
13423 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13424 FOO before you can use them.
13425
13426 * build-install.in: Made the "Where To Install Things" section
13427 conform with the similar section from Makefile.in. Copied section
13428 which builds src/paths.h from src/paths.h.in from the Makefile.
13429
13430 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13431
13432 * configure: Write config.status to pass its command-line
13433 arguments on to configure, so that people can use it to recreate
13434 an old configuration, with minor changes.
13435
13436 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13437
13438 * configure: Don't rely on option variables being unset if their
13439 values are the empty string. In particular, when producing the
13440 English report, don't assume that highpri will be unset when no
13441 increased priority has been requested; -highpri='' should be the
13442 same as omitting -highpri altogether.
13443
13444 * configure: Fix dumb bug: when running the system and machine
13445 description files through cpp, mark those lines that we want to
13446 evaluate with the string '@configure@', and then only evaluate
13447 them. This way if the files include anything that actually
13448 generates text (type definitions or external declarations, say),
13449 we won't try to eval it.
13450
13451 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13452
13453 * make-dist: New shell script.
13454
13455 * configure: When creating foo from foo.in, make foo read-only to
13456 remind people to edit the .in file instead.
13457
13458 * INSTALL: Changed references to config.h-dist to config.h.in.
13459 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
13460 to build src/paths.h from src/paths.h.in; added a paragraph to do
13461 this.
13462 * configure, Makefile, build-install: Changed filenames like
13463 FOO-dist to FOO.in.
13464
13465 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13466
13467 * Makefile, build-install: Renamed to Makefile.in and
13468 build-install.in; the configure script will edit these to produce
13469 the usable Makefile and build-install.
13470 * configure: Changed to produce ./Makefile, ./build-install,
13471 lib-src/Makefile, and src/Makefile from their *.in counterparts,
13472 instead of editing them in place.
13473
13474 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13475
13476 * Makefile: Re-arranged so that the undumped Emacs will search
13477 ../lisp *after* the site's local elisp files.
13478 (locallisppath, dumplisppath): New variables.
13479 (lisppath): This variable's default value is now chosen based on
13480 $(locallisppath) and $(lispdir); while it used to be the
13481 customization point for adding site-local elisp directories to
13482 load-path, that job is now handled mostly by locallisppath.
13483 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
13484 Check the values being assigned to the *LOADSEARCH macros for null
13485 path elements (like '::' in 'foo::bar').
13486
13487 * configure: When checking if the machine- and system-dependent
13488 files define a particular macro or not, actually run them through
13489 CPP and test the macros with #ifs, instead of just grepping for
13490 the macros' names. In particular, check for SYSTEM_MALLOC in this
13491 way.
13492
13493 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13494
13495 * Makefile (install): Don't use -s in install. (Keep the symbols.)
13496
13497 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13498
13499 * configure: Make the config.status file an executable shell
13500 script which will recreate the same configuration. Include the
13501 verbal description of the current configuration as a comment in
13502 the script.
13503 * INSTALL: Doc fix.
13504
13505 * Makefile: Brought the Makefile up to the GNU coding
13506 standards, as described in standards.text:
13507 (TAGS): New name for the target which rebuilds the tags table.
13508 (check): New target; doesn't do anything yet.
13509 (mostlyclean): New target, synonymous with clean.
13510 (realclean): New target. Currently, this just calls the
13511 subdirectories's makefiles and then deletes config.status.
13512 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
13513 New variables.
13514 Installation directory variables changed to conform.
13515 (install, install.sysv, install.xenix, install.aix): Change the
13516 code which copies the directories into their installed location to
13517 allow the installed locations to be in several different
13518 directories; the old version assumed that they would all be in
13519 $(emacsdir).
13520 (mkdir, lockdir): Allow the installed locations to be in several
13521 different directories.
13522 * INSTALL: Doc fix.
13523
13524 * build-install: Use the same variable names as the Makefile.
13525 Allow the installed locations to be in several different
13526 directories.
13527
13528 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13529
13530 * Makefile (src/paths.h): Instead of using a single sed command to
13531 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
13532 separately, and don't forget to append "/!!!SuperLock!!!" to the
13533 value of the PATH_SUPERLOCK macro.
13534
13535 * config.emacs: Renamed to configure, for consistency with other
13536 GNU products. Internal references changed.
13537 INSTALL, Makefile: References changed.
13538
13539 * lock: New directory, which should always be empty. If this
13540 directory doesn't exist, Emacs won't complain; it just won't lock.
13541 Having this here means that people can just unpack Emacs, build
13542 it, and have locking work.
13543
13544 * share-lib: Re-renamed to etc, for the sake of tradition.
13545 * config.emacs: Changed default value for datadir to ../etc.
13546 * INSTALL, README: Adjusted.
13547
13548 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13549
13550 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
13551 by running CPP on the appropriate s/*.h and m/*.h files.
13552
13553 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13554
13555 * config.emacs: Make sure to set the "exit on error" flag once
13556 we've removed config.status; errors should abort the configuration.
13557
13558 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13559
13560 * config.emacs: Added -distribute option, so that the Makefile
13561 paths are in their proper form. I don't know why this matters.
13562
13563 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13564
13565 * local-lisp: New directory, empty in the distribution, for people
13566 to put local elisp code in.
13567 * config.emacs: Include it in the default load path.
13568 * README: Document it.
13569
13570 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13571
13572 * config.emacs: Guess the type of signal handling functions based
13573 on the contents of /usr/include/signal.h.
13574
13575 * config.emacs: Print out progress report messages.
13576
13577 * Makefile (src/paths.h): Don't generically replace
13578 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
13579 editing of the other entries, and each entry should be dealt with
13580 explicitly anyway.
13581
13582 * build-install: Converted from C-shell to Bourne shell.
13583 * config.emacs: Edit build-install properly.
13584
13585 * config.emacs: Doc fix.
13586
13587 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13588
13589 * Makefile (install): Remove `B' from tar xf command.
13590
13591 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13592
13593 * config.emacs: Removed support for the `maintain-environment'
13594 option; the only important difference between this and its absence
13595 has been removed.
13596 * INSTALL: Removed mention of `maintain-environment'.
13597
13598 * config.emacs: Fix arguments to sed when processing boolean
13599 arguments.
13600
13601 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13602
13603 * config.emacs: New file, to help automate the installation
13604 process.
13605
13606 * Makefile: Lots of changes to support the separation of etc into
13607 architecture-dependent and -independent files:
13608 (EMACSROOT): New variable, giving the directory under which all of
13609 Emacs's libraries should be installed. Changed rest of file to
13610 use it.
13611 (LIBDIR): Now denotes only architecture-dependent dir.
13612 (DATADIR): New variable, denoting architecture-independent dir.
13613 (LOCKDIR): New variable, for completeness.
13614 (SUBDIR): No more etc, new lib-src.
13615 (COPYDIR): No more etc, new arch-lib and share-lib.
13616 (src/paths.h): Set PATH_DATA and the LOCK macros too.
13617 (src): Now depends on lib-src, not etc.
13618 * build-install: Changes parallel to the above.
13619 * README: Describe the new arrangement.
13620
13621 * vms: New subdirectory for all the VMS stuff.
13622
13623 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
13624
13625 * Makefile (LISPPATH): New variable.
13626 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
13627
13628 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
13629
13630 * Makefile (install, install.sysv, install.xenix):
13631 Install wakeup instead of loadst. No need for setuid or setgid.
13632
13633 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13634
13635 * Makefile (clean): Clean etc if that's not the installation dir.
13636
13637 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13638
13639 * Makefile (paths.h): Make sed alter each name in the path.
13640
13641 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13642
13643 * Makefile (install.sysv): Use cpio, not tar.
13644
13645 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
13646
13647 * Makefile (lockdir): Rename `lock' target.
13648 Depend on it from install*, not from `all'.
13649
13650 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
13651
13652 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
13653 to match build-install and paths.h.
13654
13655 ;; Local Variables:
13656 ;; coding: utf-8
13657 ;; End:
13658
13659 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
13660
13661 This file is part of GNU Emacs.
13662
13663 GNU Emacs is free software: you can redistribute it and/or modify
13664 it under the terms of the GNU General Public License as published by
13665 the Free Software Foundation, either version 3 of the License, or
13666 (at your option) any later version.
13667
13668 GNU Emacs is distributed in the hope that it will be useful,
13669 but WITHOUT ANY WARRANTY; without even the implied warranty of
13670 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13671 GNU General Public License for more details.
13672
13673 You should have received a copy of the GNU General Public License
13674 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.