1 2014-11-14 Andreas Schwab <schwab@linux-m68k.org>
3 * Makefile.in (config.status): Don't depend on
4 ${srcdir}/lisp/version.el.
6 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
9 2014-11-14 extern-inline: update commentary about GCC bugs
10 2014-11-06 unistd: port to iOS
11 2014-11-04 update from texinfo
12 * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4:
15 build: port to GCC 4.6.4 + glibc 2.5
16 On platforms this old, building with _FORTIFY_SOURCE equal to 2
17 results in duplicate definitions of standard library functions.
18 Problem reported by Nelson H. F. Beebe.
19 * configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK.
20 By default, do not enable this unless GNULIB_PORTCHECK is defined.
21 This better matches the original intent, which as I recall was to
22 enable these extra checks only with --enable-gcc-warnings.
24 2014-11-14 David Reitter <david.reitter@gmail.com>
26 * Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
28 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
30 * .gitignore: Copy over sufficient ignorable files from the old
31 .bzrignore that a simple build doesn't list lots of unregistered
34 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
36 * Makefile.in: git transition - set VCWITNESS appropriately for git.
38 All bzr revision IDS, and all CVS revision IDs for which a commit
39 could be identified, were changed to time-date!committer version
40 stamps. All .cvsignore files in the history became .gitignore
41 files. Fixes-bug annotations from bzr were copied into the
42 corresponding commit comments.
44 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
45 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
47 Committer/author email addresses are generally correct for the
48 transition day, not necessarily when the comit was originally
51 2014-11-10 Glenn Morris <rgm@gnu.org>
53 * configure.ac (doc/man/emacs.1): Generate it.
54 * Makefile.in (top_bootclean): Remove doc/man/emacs.1.
55 * make-dist: Do not distribute doc/man/emacs.1.
57 * configure.ac (etc/refcards/emacsver.tex): Generate it.
58 * Makefile.in (etc-emacsver): New PHONY rule.
59 (bootstrap-clean): Delete etc/refcards/emacsver.tex.
61 * configure.ac (doc/emacs/emacsver.texi): Generate it.
62 * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it.
64 2014-11-08 Dani Moncayo <dmoncayo@gmail.com>
66 * build-aux/msys-to-w32: Simplify the initial over-engineered
67 interface, and the implementation.
68 * Makefile.in (epaths-force-w32): Update for the above. Also
69 simplify, assuming that the shell is bash (which is the case in MSYS).
70 (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used).
72 2014-11-05 Glenn Morris <rgm@gnu.org>
74 * Makefile.in (QUIET_SUBMAKE): Remove.
75 (install-info, uninstall): Use --no-print-directory. (Bug#18908)
77 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
79 * autogen.sh: Neutralize language specific to a repository type.
81 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
83 * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
85 Fix race in 'make info/dir', and speed it up.
86 * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs):
88 (clean): Remove info-dir.*.
89 (info_dir_deps): Depend on make-info-dir too.
90 (${srcdir}/info/dir): Make sure info directory exists.
91 Don't call pwd; just redirect make-info-dir's stdout to temp file.
92 * build-aux/make-info-dir: Send output to stdout.
93 Take input file names from args.
94 Fix a "FIXME inefficient looping" by using awk's associative arrays.
95 Basically, this rewrites the script from scratch, and speeds up
96 'make info/dir' from 2.6s to 0.07s on my platform.
98 2014-10-20 Glenn Morris <rgm@gnu.org>
100 * Merge in all changes up to 24.4 release.
102 2014-10-19 Paul Eggert <eggert@cs.ucla.edu>
104 Merge from gnulib, incorporating:
105 2014-10-18 readlinkat: port to AIX 7.1
106 2014-10-07 fcntl: fix error reporting by dupfd
107 * lib/fcntl.c, lib/readlinkat.c, lib/unistd.in.h, m4/readlinkat.m4:
108 * m4/unistd_h.m4: Update from gnulib.
109 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
111 2014-10-17 Glenn Morris <rgm@gnu.org>
113 * configure.ac: Simplify OS X $canonical tests.
115 2014-10-15 Jan Djärv <jan.h.d@swipnet.se>
117 * configure.ac: Move the OSX 10.6 test.
119 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
121 * .bzrignore: Add uni-brackets.el.
123 2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
125 * configure.ac: apple-darwin powerpc is unported.
126 Require OSX >= 10.6 even if --with-ns is not given.
128 2014-10-12 Ken Brown <kbrown@cornell.edu>
130 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
133 2014-10-12 Jan Djärv <jan.h.d@swipnet.se>
135 * configure.ac: Require OSX 10.6. Remove NSInteger test,
136 use nsfont for Gnustep, macfont for OSX.
138 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
140 Fix putenv race conditions that can crash Emacs (Bug#8705).
141 * configure.ac (LOCALTIME_CACHE): Remove.
142 We needn't worry about SunOS 4 any more; Sun dropped support in 2003.
143 All uses of LOCALTIME_CACHE removed. This simplifies the fix.
144 (tzalloc): Add check for this function.
146 2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
148 * configure.ac: Add -Wno-string-plus-int for clang.
150 2014-10-04 Glenn Morris <rgm@gnu.org>
152 * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
154 2014-10-03 Paul Eggert <eggert@cs.ucla.edu>
156 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
158 2014-09-29 Eli Zaretskii <eliz@gnu.org>
160 * README: Bump version to 25.0.50.
162 * configure.ac (AC_INIT): Bump version to 25.0.50.
164 2014-09-29 Dmitry Antipov <dmantipov@yandex.ru>
166 * configure.ac (HAVE_STATEMENT_EXPRESSIONS): Remove.
167 For USE_STACK_LISP_OBJECTS, we always assume __GNUC__.
169 2014-09-27 Ken Brown <kbrown@cornell.edu>
171 * configure.ac [CYGWIN]: Enable sound support.
173 2014-09-25 Paul Eggert <eggert@cs.ucla.edu>
175 * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
177 2014-09-23 Paul Eggert <eggert@cs.ucla.edu>
179 Merge from gnulib, incorporating:
180 2014-09-11 fcntl-h: fix compilation with Intel C++ compiler
181 2014-09-04 pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04
183 2014-09-22 Jan Djärv <jan.h.d@swipnet.se>
185 * configure.ac: Increase headerpad_extra to 1000, update the comment
186 about load commands (Bug#18505).
188 2014-09-15 Eli Zaretskii <eliz@gnu.org>
190 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
191 defines the sound stuff on MS-Windows. (Bug#18463)
193 2014-09-10 Paul Eggert <eggert@cs.ucla.edu>
195 Improve the experimental local and scoped allocation.
196 * configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED)
197 (HAVE_STATEMENT_EXPRESSIONS): New configure-time checks.
199 2014-09-07 Paul Eggert <eggert@cs.ucla.edu>
201 Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old (Bug#18415).
202 * configure.ac: Assume verbose output for older Automake.
204 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
206 * configure.ac (MAKEINFO): Clean up some configuration bitrot.
207 MAKEINFO is already set before we get here, so no need to call AC_PATH_PROG.
208 Bypass $am_missing_run. Simplify version-number checking.
210 2014-09-02 Paul Eggert <eggert@cs.ucla.edu>
212 Merge from gnulib, incorporating:
213 2014-09-02 gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++
214 2014-09-01 manywarnings: add GCC 4.9 warnings
215 * m4/gnulib-common.m4, m4/manywarnings.m4: Update from gnulib.
217 2014-09-01 Paul Eggert <eggert@cs.ucla.edu>
219 --enable-silent-rules now suppresses more chatter.
220 * INSTALL: Document this.
222 Clean up extern decls a bit.
223 * configure.ac (WERROR_CFLAGS): Don't disable -Wnested-externs.
224 While we're at it, don't disable -Wlogical-op either.
226 2014-08-31 Paul Eggert <eggert@cs.ucla.edu>
228 * configure.ac (MAKE): Export it, for config.status.
229 Needed on AIX when 'configure' infers MAKE=gmake.
230 (__restrict_arr): Remove; no longer used.
232 2014-08-30 Paul Eggert <eggert@cs.ucla.edu>
234 Vector-sorting fixes (Bug#18361).
235 * configure.ac (qsort_r): Remove, as we no longer use qsort-like
237 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
238 * lib/vla.h, m4/vararrays.m4: New files, copied from gnulib.
239 * lib/stdlib.in.h, m4/stdlib_h.m4: Sync from gnulib, incorporating:
240 2014-08-29 qsort_r: new module, for GNU-style qsort_r
241 The previous two files' changes are boilerplate generated by
242 admin/merge-gnulib, and should not affect Emacs.
244 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
246 * configure.ac (AC_CHECK_FUNCS): Check for qsort_r.
248 2014-08-28 Ken Brown <kbrown@cornell.edu>
250 * configure.ac (HYBRID_MALLOC): New macro; define to use gmalloc
251 before dumping and the system malloc after dumping. Define on
254 2014-08-28 Glenn Morris <rgm@gnu.org>
256 * Makefile.in (appdatadir): New variable.
257 (install-etc, uninstall, clean): Handle etc/emacs.appdata.xml.
259 2014-08-27 Paul Eggert <eggert@cs.ucla.edu>
261 Improve robustness of new string-collation code (Bug#18051).
262 * configure.ac (newlocale): Check for this, not for uselocale.
264 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
266 Detect features needed to handle C stack overflows.
267 * configure.ac: Check for sigaltstack and related sigaction
268 support. Unconditionally check for sigsetjmp and siglongjmp.
269 (HAVE_STACK_OVERFLOW_HANDLING): Define if we can support it.
271 (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.
273 2014-08-25 Ken Brown <kbrown@cornell.edu>
275 * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.
277 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
279 * INSTALL.REPO: Remove reference to obsolete configure scripts
280 on non-Posix platforms (Bug#18323).
282 2014-08-24 Michael Albinus <michael.albinus@gmx.de>
284 * configure.ac: Check also for the uselocale function. (Bug#18051)
286 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change)
288 * configure.ac: Accept "*-mingw*", not just "*-mingw32", as
289 canonical name of a MinGW build, because using MSYS2 'uname'
292 2014-08-21 Ken Brown <kbrown@cornell.edu>
294 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
295 Cygwin-w32 build. (Bug#18302)
297 2014-08-11 Paul Eggert <eggert@cs.ucla.edu>
299 Don't prevent random file systems from being unmounted (Bug#18232).
300 This fix relies on having the 'fchdir' function, and on having
301 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
302 but that's good enough to handle the vast majority of cases and the
303 remaining folks can just live with the annoyance of file systems
304 that occasionally can't be unmounted.
305 * configure.ac (fchdir): New function to check for.
306 * lib/save-cwd.c: Copy from gnulib, except omit the part that
307 allocates memory, since that can cause problems in Emacs.
308 * lib/save-cwd.h: Copy from gnulib.
310 2014-08-10 Eli Zaretskii <eliz@gnu.org>
312 * config.bat: Fix some confusing wording.
314 2014-08-09 Eli Zaretskii <eliz@gnu.org>
316 * config.bat: Fix EOL format in lines modified by last commit.
318 2014-08-09 Reuben Thomas <rrt@sc3d.org>
320 * make-dist (files): Remove msdos/is_exec.c and sigaction.c.
321 * config.bat: Require DJGPP 2.02 or later.
323 2014-08-09 Paul Eggert <eggert@cs.ucla.edu>
325 Merge from gnulib, incorporating:
326 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX)
327 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10
328 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib.
330 2014-08-07 Reuben Thomas <rrt@sc3d.org>
332 * README: ``MSDOG'' becomes ``MS-DOS''.
334 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
336 Merge from gnulib, incorporating:
337 2014-08-04 extern-inline: port to FreeBSD, DragonFly
338 * lib/gnulib.mk: Regenerate (comment change only).
339 * m4/extern-inline.m4: Update from gnulib.
341 2014-08-02 Paul Eggert <eggert@cs.ucla.edu>
343 * configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK,
344 since the code is using TFD_NONBLOCK now.
346 2014-07-31 Paul Eggert <eggert@cs.ucla.edu>
348 Simplify timerfd configuration and fix some minor glitches.
349 * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works,
350 since the code leaked file descriptors to children when !TFD_CLOEXEC.
351 (HAVE_TIMERFD_CLOEXEC): Remove; no longer used.
352 * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres.
353 This reverts the previous change to this file, so it matches
356 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
358 * configure.ac (toplevel): Check whether GNU/Linux-specific
359 timerfd functions and macros are available.
360 * m4/clock_time.m4 (gl_CLOCK_TIME): Check for clock_getres as well.
362 2014-07-13 Paul Eggert <eggert@cs.ucla.edu>
364 Improve behavior of 'bzr up; cd src; make -k'.
365 * Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files.
367 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
369 Merge from gnulib, incorporating:
370 2014-06-27 mktime: merge #if/#ifdef usage from glibc
371 * lib/mktime.c: Update from gnulib.
373 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
375 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
377 * configure.ac: Check whether sys/sysinfo.h provides
378 Linux 'sysinfo' function and 'struct sysinfo' type.
380 2014-06-28 Glenn Morris <rgm@gnu.org>
382 * configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.
383 * make-dist (lwlib, oldXMenu): Distribute *.mk.
385 2014-06-27 Glenn Morris <rgm@gnu.org>
387 * Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
389 * make-dist: Exclude test/automated/*.log.
391 2014-06-26 Glenn Morris <rgm@gnu.org>
393 * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
395 2014-06-21 Paul Eggert <eggert@cs.ucla.edu>
397 * configure.ac: Warn about --enable-link-time-optimization's issues
398 in --help message (Bug#17806).
400 Port to GCC 4.9.0 with link time optimization (Bug#17806).
401 * configure.ac (CFLAGS): With link time optimization,
402 use -ffat-lto-objects if supported; otherwise Emacs won't
403 build with GCC 4.9.0.
405 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
407 Diagnose failures due to colons in directory names (Bug#17278).
408 * Makefile.in (epaths-force): Don't allow ':' in directories whose
409 names go into a colon-separated path.
410 * configure.ac: Fail if submake fails.
412 2014-06-17 Paul Eggert <eggert@cs.ucla.edu>
414 Omit redundant extern decls.
415 Most of this patch is from Dmitry Antipov, in:
416 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
417 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
419 Merge from gnulib, incorporating:
420 2014-06-17 acl: port to gcc -Wredundant-decls
421 2014-06-01 gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
422 * lib/acl.h, m4/gnulib-common.m4: Update from gnulib.
424 2014-06-15 Glenn Morris <rgm@gnu.org>
426 * Makefile.in: Use `make -C' rather than `cd && make' throughout.
428 * Makefile.in: Parallelize clean rules using GNU make features.
429 (submake_template): New definition.
430 (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):
432 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean)
433 (extraclean): Define using each subdirectory as a prequisite.
434 * lib/Makefile.am (bootstrap-clean): New.
436 2014-06-15 Paul Eggert <eggert@cs.ucla.edu>
438 Port part of the AIX fix to Solaris (Bug#17598).
439 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
440 This ports part of the recent AIX fixes to Solaris. It is needed
441 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
442 make sure that each thread has its own 'errno'.
444 2014-06-13 Glenn Morris <rgm@gnu.org>
446 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
447 Remove, no longer used.
448 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
449 (install-nt, install-strip, uninstall, uninstall-nt)
450 (mostlyclean, clean, distclean, bootstrap-clean)
451 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
452 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
453 GNU make automatically passes command-line arguments to sub-makes.
455 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
457 Use a shell function in configure.ac to cut down on code duplication.
458 * configure.ac (emacs_check_gnu_make): New shell function.
459 Use it to avoid duplication when checking for GNU Make.
460 It's OK for 'configure' to use shell functions these days,
461 as long as we follow the advice in the 'Shell Functions'
462 section of the Autoconf manual.
464 2014-06-11 Glenn Morris <rgm@gnu.org>
466 * configure.ac: Require at least version 3.81 of GNU make.
468 2014-06-10 Paul Eggert <eggert@cs.ucla.edu>
470 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
471 See the thread containing:
472 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
473 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
474 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
477 2014-06-10 Glenn Morris <rgm@gnu.org>
479 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):
480 New, set by configure. Use throughout where appropriate.
482 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
483 * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.
485 2014-06-08 Paul Eggert <eggert@cs.ucla.edu>
487 Port better to AIX (Bug#17598).
488 * configure.ac (with_xpm_set): New shell var.
489 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
490 (with_xpm): Default to 'no' on AIX.
491 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
492 requires the former on AIX.
494 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
496 Try harder to find GNU Make when configuring.
497 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
498 (MAKE): Set it to GNU Make, if one can be found.
499 Search PATH for 'make', 'gmake', 'gnumake'.
500 This works better on platforms like AIX, where GNU Make
501 might be in /opt/freeware/bin/make, and reside
502 behind /usr/bin/make in the PATH.
504 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
506 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
507 * INSTALL: Mention SVG image support.
509 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
511 * configure.ac: --without-all now implies --without-xft, --disable-acl.
512 * INSTALL: Remove apparently unmaintained documentation about what
513 --without-all exactly means.
515 2014-06-03 Eli Zaretskii <eliz@gnu.org>
517 * configure.ac (C_HEAP_SWITCH): Remove.
519 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
521 Fix port to 32-bit AIX with xlc (Bug#17598).
522 This doesn't fix Bug#17598, but it does fix a regression since Emacs
523 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
524 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
525 Merge from gnulib, incorporating:
526 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
527 * lib/ftoastr.c: Update from gnulib.
529 2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
531 Merge from gnulib, incorporating:
532 2014-06-02 acl: apply pure attribute to two functions
533 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL
534 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
535 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
536 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h:
537 * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4:
540 2014-06-01 Juanma Barranquero <lekktu@gmail.com>
542 * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
545 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
547 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
548 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
550 2014-05-29 Eli Zaretskii <eliz@gnu.org>
552 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
555 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
557 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
558 sigprocmask isn't portable in a multithreaded process.
559 * configure.ac (gl_THREADLIB): Remove dummy.
560 Merge from gnulib, incorporating:
561 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
562 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
564 2014-05-29 Glenn Morris <rgm@gnu.org>
566 * configure.ac: Explicitly drop some ancient Solaris versions.
568 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
570 * configure.ac (C_HEAP_SWITCH): Define for different values of
571 dumped heap size depending on 32/64bits arch on Windows.
572 Don't check for pthreads.h on MinGW32/64, it gets in the way.
573 Use mmap(2) for buffers and system malloc for MinGW32/64.
574 (EMACS_HEAPSIZE): Remove.
576 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
578 Merge from gnulib, incorporating:
579 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
580 * lib/openat-proc.c: Update from gnulib.
582 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
584 Fix port to 32-bit AIX (Bug#17540).
585 * configure.ac (opsys): On Power Architecture, treat release 7 of
586 AIX like releases 5 and 6.
588 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
590 Remove dependencies on getdelim and getline.
591 * configure.ac (getdelim, getline): Remove.
593 2014-05-18 Glenn Morris <rgm@gnu.org>
595 * configure.ac: Do not bother testing for png in non-graphical builds.
597 2014-05-18 Paul Eggert <eggert@cs.ucla.edu>
599 Port ctags+etags build to Sun C 5.12.
600 * .bzrignore: Remove lib-src/ctags.c.
602 Port recent libpng changes to hosts with missing png.h.
603 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
604 succeeds but png.h is absent, by testing libpng-config's output
605 rather than trusting it. I ran into this problem when building
606 Emacs trunk on a Solaris 10 host.
608 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
610 Assume C99 or later (Bug#17487).
611 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
613 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
615 (gl_PROG_CC_C99): Use this to get C99 or later.
616 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
618 2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
620 Don't require pkg-config when building from repository.
621 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
622 * INSTALL.REPO: pkg-config is no longer required to build from
624 * autogen.sh: Don't check for pkg-config.
625 (progs): Remove pkg-config.
626 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
627 Remove. All uses removed.
628 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
629 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
630 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
631 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
632 as we use pkg.m4 from a newer pkg-config.
634 2014-05-15 Jan Djärv <jan.h.d@swipnet.se>
636 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
638 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
640 * configure.ac (HAVE_XFIXES): Define if available.
641 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
642 (--enable-link-time-optimization): Add clang support.
643 * INSTALL: Mention it.
645 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
647 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
649 2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
651 Work around bug in pkg-config before 0.26 (Bug#17438).
652 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
653 of pkg-config, on older pkg-config versions that don't do it
656 2014-05-07 Glenn Morris <rgm@gnu.org>
658 * autogen.sh: Check for failing aclocal.
660 2014-05-05 Glenn Morris <rgm@gnu.org>
662 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
664 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
666 Consult libpng-config more consistently (Bug#17339).
667 This is mainly for simplicity, but it should also avoid
668 some future problems like the ones we recently had with NetBSD.
669 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
670 for cflags, too. Append -lz if we're not already doing that with
671 LIBZ. Do not bother appending -lm, since we always append that.
672 Coalesce some duplicate code.
674 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
676 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
677 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
678 A more-complicated fix would be to remove uses of PixelSetMagickColor,
679 introduced in ImageMagick 6.3.5 (Sept. 2007).
681 2014-05-04 Glenn Morris <rgm@gnu.org>
683 * configure.ac (LIBPNG): Consult libpng-config for the precise
684 form of "-lpng" to use. (Bug#17339)
686 2014-05-03 Glenn Morris <rgm@gnu.org>
688 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
690 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
692 Get --enable-gcc-warnings to work after touching configure.ac.
693 Preserve ACLOCAL_PATH in later builds, so that by default it has
694 the same value as it did in the first build after initial checkout.
695 * Makefile.in (ACLOCAL_PATH): New macro.
696 ($(srcdir)/aclocal.m4): Use it.
697 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
698 * autogen.sh (env_space): New var.
699 Tell user what variables, if any, to pass to 'configure'.
701 Get --enable-gcc-warnings working again.
702 The recent changes to configure.ac removed the transliteration of
703 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
704 Bring this back while keeping the spirit of the recent changes.
705 * configure.ac (edit_cflags): Restore this shell var, and put it
706 at the top level, where it'll be useful when emacs-24 is next merged.
707 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
710 Make it easier on maintainers who use their own Automake.
711 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
712 Set them to avoid problems when maintainers prepend their own
713 Automake installations to their PATH. Report an error if pkg.m4
716 2014-05-02 Glenn Morris <rgm@gnu.org>
718 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
720 * configure.ac (--with-pkg-config-prog): Remove.
721 Use the PKG_CONFIG environment variable instead if you need it.
723 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
724 Add explicit AC_SUBST's where needed.
725 * autogen.sh (progs): Add pkg-config.
726 (pkg_config_min): New variable.
728 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
730 * autogen.sh (get_version): Handle no leading whitespace.
731 (check_version, main): Handle program names with hyphens.
733 2014-04-30 Glenn Morris <rgm@gnu.org>
735 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
737 2014-04-21 Daniel Colascione <dancol@dancol.org>
739 * .bzrignore: Add a.out to bzr ignore list (a test generates this
742 2014-04-19 Paul Eggert <eggert@cs.ucla.edu>
744 Link to glib-using libraries when checking for glib (Bug#17289).
745 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
746 when testing whether Glib is linked in. Similarly for CFLAGS.
748 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
750 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
751 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
752 (bootstrap, .PHONY): New rules.
753 * INSTALL.REPO: Document current procedure better.
754 Move copyright notice to just before license notice.
756 * Makefile.in (FRC, force-info): Remove.
757 All uses removed. This hack is no longer needed here
758 now that we can assume GNU Make's .PHONY feature works.
759 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
761 2014-04-16 Eli Zaretskii <eliz@gnu.org>
763 * config.bat: Update for Emacs 24.4.
765 2014-04-16 Paul Eggert <eggert@cs.ucla.edu>
767 Port to IRIX 6.5 (Bug#9684).
768 This port requires IRIX cc, as I did not have time to get
769 undump working with the old GCC on the system I had access to,
770 but that's better than nothing.
771 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
772 that wouldn't have worked anyway, with IRIX cc.
773 (emacs_cv_clang, emacs_cv_sanitize_address)
774 (ns_osx_have_104, ns_osx_have_105):
775 Don't assume '#error' makes the compiler fail,
776 as this doesn't work with IRIX cc.
777 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
778 checks. This runs afoul of an IRIX configuration where GnuTLS is
779 in an optional library that also contains getdelim, and causes
780 a later 'configure' to incorrectly think getdelim is supported.
782 2014-04-16 Eli Zaretskii <eliz@gnu.org>
784 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
785 ensure the MSYS ln.exe is invoked.
787 2014-04-15 Paul Eggert <eggert@cs.ucla.edu>
789 Remove DATA_SEG_BITS.
790 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
792 2014-04-14 Paul Eggert <eggert@cs.ucla.edu>
794 * autogen.sh: Use autoreconf's -f option (Bug#17258).
796 Clean up configure-time library handling a bit.
797 This patch was inspired by emacs-24 bzr 116961, which fixed
798 a bug due to sloppy library handling in 'configure'.
799 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
800 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
801 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
802 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
804 Don't let the library choice infect $LIBS.
805 (dnet_ntoa, cma_open): Remove obsolete tests.
806 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
807 as that's a bit more selective on GNU/Linux.
809 (touchlock): Test for existence when $LIBS_MAIL is in use.
810 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
811 when testing for typical functions like accept4, lrand48.
812 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
814 2014-04-11 Glenn Morris <rgm@gnu.org>
816 * make-dist: Do not distribute generated admin/grammars/Makefile.
817 Do distribute lib-src/update-game-score.exe.manifest.
819 2014-04-11 Ken Brown <kbrown@cornell.edu>
821 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
822 UPDATE_MANIFEST empty).
824 2014-04-07 Ken Brown <kbrown@cornell.edu>
826 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
827 variables empty on Cygwin. (Bug#17176)
829 2014-04-03 Glenn Morris <rgm@gnu.org>
831 * make-dist: Further update AC_INIT regexp.
833 2014-04-02 Glenn Morris <rgm@gnu.org>
835 * configure.ac: Make the final "Does Emacs use Gsettings" message
836 consistent with src/config.h.
838 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
840 * configure.ac: Fix errors from previous checkin (GSettings check).
842 2014-03-29 Jan Djärv <jan.h.d@swipnet.se>
844 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
846 2014-03-28 Glenn Morris <rgm@gnu.org>
848 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
849 (PACKAGE_BUGREPORT): Use it.
850 (make-dist): Update AC_INIT regexp.
852 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
853 (EMACS_CONFIG_FEATURES): New define.
855 2014-03-27 Paul Eggert <eggert@cs.ucla.edu>
857 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
858 This tends to work better than 'MAKE=gmake ./configure' if later
859 builds run config.status etc.
861 2014-03-27 Glenn Morris <rgm@gnu.org>
863 * configure.ac: Require GNU make.
864 (HAVE_GNU_MAKE): Remove.
866 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
868 Merge from gnulib, incorporating:
869 2014-03-26 strftime: wrap macros in "do {...} while(0)"
870 * lib/strftime.c: Update from gnulib.
872 2014-03-26 Glenn Morris <rgm@gnu.org>
874 * configure.ac (CLASH_DETECTION): Remove option. Every platform
875 supports it, and the runtime option `create-lockfiles' replaces it.
877 2014-03-23 Daniel Colascione <dancol@dancol.org>
879 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
881 2014-03-22 Glenn Morris <rgm@gnu.org>
883 * make-dist: Do not distribute lib-src/testfile.
885 2014-03-21 Eli Zaretskii <eliz@gnu.org>
887 * configure.ac: Bump version to 24.4.50.
889 2014-03-21 Glenn Morris <rgm@gnu.org>
891 * Makefile.in (all): Depend on `info'. (Bug#16626)
893 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
895 Merge from gnulib, incorporating:
896 2014-03-04 stdint: fix missing SIZE_MAX on Android
897 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
898 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
899 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
902 2014-03-05 Glenn Morris <rgm@gnu.org>
904 * configure.ac: Tweak the "unported" error message.
906 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
908 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
909 * configure.ac: Fix a bug in shell pattern matching that caused
910 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
912 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
914 Merge from gnulib (Bug#16825).
915 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
917 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
919 Merge from gnulib, incorporating:
920 2014-02-21 timer: fix uClibc detection of threading
921 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
923 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
925 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
927 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
929 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
930 This fixes a bug in the previous change. Also, use $(SHELL)
931 rather than sh, as that's more likely to be portable.
933 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
935 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
936 This should make it more reliable, and hopefully more portable to
937 non-GNU 'make' implementations such as HP-UX 'make'.
939 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
941 * Makefile.in (install-nt): Also pass datadir.
943 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
945 Merge from gnulib, incorporating:
946 2014-01-23 pthread: work around winpthread header pollution on mingw
947 * lib/time.in.h: Update from gnulib.
949 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
951 Merge from gnulib, incorporating:
952 2014-01-22 qacl: check for fchmod
953 * m4/acl.m4: Update from gnulib.
955 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
957 Fix miscellaneous update-game-score bugs.
958 * configure.ac (difftime): Remove.
960 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
962 Merge from gnulib, incorporating:
963 2014-01-20 stdalign: port to HP-UX compilers
964 2014-01-16 strtoimax: port to platforms lacking 'long long'
965 2014-01-16 update from texinfo
966 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
968 2014-01-12 Glenn Morris <rgm@gnu.org>
970 * README: Replace reference to etc/MAILINGLISTS.
972 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
974 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
977 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
979 Merge from gnulib, incorporating:
980 2014-01-07 update from texinfo
981 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
983 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
985 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
986 unnecessarily specific references to Bazaar that could better
987 simply be to the repository.
989 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
991 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
992 * INSTALL, autogen.sh: Update for above change.
994 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
996 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
997 Problem and proposed patch reported by Ulrich Mueller;
998 this patch uses a somewhat-different approach.
999 * configure.ac (SETFATTR): New variable.
1001 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
1003 Merge from gnulib, incorporating:
1004 2014-01-02 manywarnings: remove -Wmudflap
1005 This ports better to GCC 4.9-to-be.
1007 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
1009 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
1010 MinGW64 build on MS-Windows.
1012 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
1014 * configure.ac (xcsdkdir): Only set if using xcrun.
1016 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1018 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
1019 Reported by YAMAMOTO Mitsuharu in:
1020 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
1022 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
1024 * configure.ac: Fix CC detection for xcrun case.
1026 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
1028 Fix problem with MAKE and xcrun configuration.
1029 * configure.ac: Don't set MAKE unless 'make' doesn't work.
1030 Set it only in the environment, not in the makefile.
1031 Problem reported by Glenn Morris in:
1032 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
1034 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
1036 Port xcrun configuration to GNU/Linux.
1037 * configure.ac (xcsdkdir): Default to empty.
1038 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
1039 just before AM_INIT_AUTOMAKE, to make the dependency between it
1040 and automake clearer.
1041 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
1042 shell code that is wanted, which breaks 'configure' on non-Darwin
1043 platforms. Instead, fix CC by hand if it's not found.
1045 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
1047 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
1050 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
1052 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
1053 * configure.ac: Check whether addresses are sanitized.
1054 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
1055 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
1056 (SYSTEM_MALLOC): Define if addresses are sanitized.
1058 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
1060 Automate the procedure for updating copyright year.
1061 * build-aux/update-copyright: New file.
1062 * make-dist: Distribute it.
1063 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1065 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
1067 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
1070 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1072 * .gitignore: Ignore refcard temporaries and info/*.info files.
1074 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
1076 Merge from gnulib, incorporating:
1077 2013-12-17 gettimeofday: port recent C++ fix to Emacs
1078 2013-12-17 gettimeofday: fix C++ crosscompilation
1079 2013-12-17 qacl: port to Windows better
1080 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
1082 * lib/gnulib.mk: Regenerate.
1084 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1086 * INSTALL: Clarify treatment of image libraries.
1088 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
1090 Use bool for boolean, focusing on headers.
1091 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
1092 Use bool for boolean.
1094 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
1096 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
1097 force the format "/c/foo/bar" to simplify conversions to native
1100 2013-12-13 Glenn Morris <rgm@gnu.org>
1102 * INSTALL: No longer mention load-path and site-init/site-load.
1104 2013-12-12 Glenn Morris <rgm@gnu.org>
1106 * Makefile.in (install-info): Handle missing info/dir.
1107 (info_dir_deps): New variable.
1108 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
1109 (check-info): Update topics.
1110 * build-aux/make-info-dir: Use .texi files rather than .info files.
1113 * Makefile.in (install-info): Remove some useless subshells.
1115 Stop keeping info/dir in the repository.
1116 * build-aux/dir_top: Move here from admin/.
1117 * build-aux/make-info-dir: New script.
1118 * Makefile.in (bootstrap-clean): Delete info/.
1119 (info-dir, ${srcdir}/info/dir): New rules.
1120 (info): Also make info-dir.
1121 (check-info): Rename from check-info-dir.
1122 Instead of info/dir entries, check @dircategory in info/*.info.
1123 * make-dist: Use `info' rule rather than `info-real'.
1124 No more info/COPYING (not even the right license for info/ files).
1125 Distribute new build-aux files.
1127 * info/: Remove from repository.
1129 2013-12-11 Glenn Morris <rgm@gnu.org>
1131 * info/dir: Add octave-mode.
1133 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
1135 Remove the option of using libcrypto.
1136 This scorches the earth and waits for spring;
1137 see Ted Zlatanov and Stefan Monnier in
1138 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
1139 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
1140 Do not say whether Emacs is configured to use a crypto library,
1141 since it's no longer an option.
1142 (gl_CRYPTO_CHECK): Define a dummy.
1143 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
1145 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
1147 * configure.ac: Disable libcrypto by default.
1149 Merge from gnulib, incorporating:
1150 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
1151 * m4/gl-openssl.m4: Update from gnulib.
1153 2013-12-08 Eli Zaretskii <eliz@gnu.org>
1155 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
1158 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1160 * configure.ac: Simplify supression of GTK deprecation warning.
1161 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
1162 and into config.h, to shorten the command line when doing 'make'.
1163 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
1165 Use libcrypto's checksum implementations if available, for speed.
1166 On commonly used platform libcrypto uses architecture-specific
1167 assembly code, which is significantly faster than the C code we
1168 were using. See Pádraig Brady's note in
1169 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
1170 Merge from gnulib, incorporating:
1171 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
1172 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
1173 2013-12-04 include_next: minimize code duplication
1174 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
1175 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
1176 * configure.ac (--without-all): Set with_openssl_default too.
1177 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
1178 (HAVE_LIB_CRYPTO): New var.
1179 Say whether Emacs is configured to use a crypto library.
1180 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
1181 New files, copied from gnulib.
1182 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1183 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
1184 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1185 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
1188 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1190 * .dir-locals.el (log-edit-move): Add the "Author: " header.
1192 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
1194 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
1195 starting with %emacs_dir%.
1197 2013-11-30 Glenn Morris <rgm@gnu.org>
1199 Stop keeping (most) generated cedet grammar files in the repository.
1200 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
1201 Add admin/grammars Makefile.
1202 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1203 Also clean admin/grammars, if present.
1205 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
1207 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
1209 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1211 * configure.ac (HAVE_MENUS): Remove.
1213 2013-11-28 Glenn Morris <rgm@gnu.org>
1215 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
1217 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1219 * GNUmakefile (Makefile): Don't use $(CFG).
1220 (CFG): Don't compute.
1222 * configure.ac (PATH_SEP): Set and AC_SUBST.
1224 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
1226 Merge from gnulib, incorporating:
1227 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
1228 * lib/getgroups.c: Update from gnulib.
1230 2013-11-27 Glenn Morris <rgm@gnu.org>
1232 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
1233 * Makefile.in (abs_builddir, leimdir): Remove.
1234 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
1235 (epaths-force-w32): No longer set BLD.
1237 (install-arch-indep): No longer run or install leim.
1238 (mostlyclean, clean): No longer run leim rule.
1239 (bootstrap-clean): Change leim target.
1240 (maintainer-clean): Add leim.
1241 (check-declare): Remove leim.
1242 * README: Update for leim changes.
1243 * configure.ac (leimdir): Remove.
1244 (standardlisppath): No more leimdir.
1246 * make-dist: Update for files from leim/ now being in lisp/leim/.
1248 2013-11-26 Glenn Morris <rgm@gnu.org>
1250 Preload leim-list.el.
1251 * Makefile.in (abs_builddir): New, set by configure.
1252 (buildlisppath): Add leim/.
1253 (epaths-force-w32): Set BLD.
1255 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
1257 Fix some dependency problems that cause unnecessary recompiles.
1258 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
1260 (LIBXMENU): Now is always either empty or a file name,
1261 so that it can be used as a dependency.
1263 2013-11-20 Glenn Morris <rgm@gnu.org>
1265 * make-dist: Distribute build-aux/msys-to-w32.
1267 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
1269 * build-aux/msys-to-w32: New file.
1270 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
1271 (msys_w32prefix_subst): Rename from msys_prefix_subst.
1272 Operate on w32prefixpattern.
1273 (epaths-force-w32): Use build-aux/msys-to-w32.
1275 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
1277 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
1278 It apparently doesn't work for GCC 3, and I suppose it's more
1279 trouble than it's worth to worry about this.
1281 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
1283 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
1285 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
1287 Simplify, port and tune bool vector implementation.
1288 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
1290 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
1292 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
1294 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
1296 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
1297 * make-dist: Don't distribute nt/msysconfig.sh.
1299 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
1301 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
1303 Merge from gnulib, incorporating:
1304 2013-11-08 extern-inline: port better to OS X 10.9
1305 2013-11-08 fpending: fix regression on DragonFly BSD
1306 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
1309 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
1311 Port to C11 aligned_alloc.
1312 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
1313 and doug_lea_malloc.
1314 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
1315 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
1316 not darwin and !aligned_alloc.
1318 2013-11-05 Glenn Morris <rgm@gnu.org>
1320 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
1321 config.status computes it.
1322 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
1324 * autogen/: Remove directory. Move update_autogen to admin/.
1325 * autogen.sh: Remove reference to copy_autogen.
1326 * GNUmakefile (configure):
1327 * Makefile.in (bootstrap): Do not try to run copy_autogen.
1328 * config.bat: Use msdos/autogen rather than autogen.
1330 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
1332 Simplify and port recent bool vector changes.
1333 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
1334 New symbols to configure.
1336 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1338 * configure.ac: Don't disallow builds in non-ASCII directories.
1341 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
1343 Port to stricter C99 platforms.
1344 Merge from gnulib, incorporating:
1345 2013-11-03 intprops: port to Oracle Studio c99
1346 * lib/intprops.h: Update from gnulib.
1348 2013-11-02 Glenn Morris <rgm@gnu.org>
1350 * Makefile.in (check): Depend on all.
1352 2013-10-31 Glenn Morris <rgm@gnu.org>
1354 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
1356 2013-10-30 Glenn Morris <rgm@gnu.org>
1358 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1359 Also clean admin/unidata, if present.
1361 2013-10-27 Glenn Morris <rgm@gnu.org>
1363 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
1365 2013-10-25 Glenn Morris <rgm@gnu.org>
1367 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
1369 2013-10-24 Glenn Morris <rgm@gnu.org>
1372 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
1373 Avoid non-portable "`\" nesting.
1375 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
1377 * Makefile.in (abs_top_srcdir): New, set by configure.
1379 2013-10-23 Glenn Morris <rgm@gnu.org>
1381 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
1383 Progress towards allowing installation in directories with whitespace.
1384 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
1385 (install-arch-indep, install-etcdoc, install-info, install-man)
1386 (install-etc, uninstall, install-nt, uninstall-nt):
1387 Quote entities that might contain whitespace.
1388 * build-aux/update-subdirs: Handle whitespace in argument.
1389 Check cd return value.
1391 Make building in directories with whitespace possible. (Bug#15675)
1392 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
1393 (src/.gdbinit): Use ac_abs_top_srcdir.
1394 * Makefile.in (abs_srcdir): New, set by configure.
1395 (buildlisppath, epaths-force-w32): Use abs_srcdir.
1396 (install-arch-indep, install-etcdoc, install-info, install-man)
1397 (install-etc): Quote entities that might contain whitespace.
1399 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
1401 Merge from gnulib, incorporating:
1402 2013-10-14 acl: allow cross-compilation to Gentoo
1403 2013-10-18 extern-inline: make safe for -Wundef usage
1404 2013-09-30 fpending: use pure+const function attrs
1405 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
1407 2013-10-13 Glenn Morris <rgm@gnu.org>
1409 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
1411 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
1413 Merge from gnulib, incorporating:
1414 2013-10-10 strtoumax: port to Solaris 8
1415 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
1416 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1417 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
1421 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1423 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
1424 string when gnutls2 is installed but gnutls3 is not.
1426 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1428 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
1430 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
1432 * configure.ac: Update for giflib 5. (Bug#15531)
1434 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1436 * configure.ac (HAVE_MENUS): Define unconditionally.
1438 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
1440 Improve support for popcount and counting trailing zeros (Bug#15550).
1441 Do this by using the Gnulib modules for this.
1442 This should generate faster code on non-GCC, non-MSC platforms,
1443 and make the code a bit more portable, at least in theory.
1444 * lib/count-one-bits.c, lib/count-one-bits.h:
1445 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
1446 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
1447 New files, copied from gnulib.
1448 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1450 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
1452 Use hardware support for byteswapping on glibc x86 etc.
1453 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
1454 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1456 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
1458 Merge from gnulib, incorporating:
1459 2013-10-02 verify: new macro 'assume'
1460 2013-09-26 dup2, dup3: work around another cygwin crasher
1461 2013-09-26 getdtablesize: work around cygwin issue
1463 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
1465 Merge from gnulib, incorporating:
1466 2013-09-24 manywarnings: enable nicer gcc warning messages
1467 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
1468 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
1469 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
1470 and -funit-at-a-time, since manywarnings does that for us now.
1472 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
1474 * configure.ac: With clang, check for and use -Wno-switch,
1475 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
1477 2013-09-23 Daniel Colascione <dancol@dancol.org>
1479 * configure.ac: Check for valgrind headers.
1481 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1483 * INSTALL: New homepage of libtiff.
1485 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
1487 Work around performance bug on OS X 10.8 and earlier.
1488 Perhaps Apple will fix this bug some day.
1489 See the thread starting with Daniel Colascione's email in:
1490 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
1491 * configure.ac (FORTIFY_SOUR): New verbatim section.
1493 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
1495 Merge from gnulib, incorporating:
1496 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
1497 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
1498 2013-09-19 extern-inline: do not always suppress extern inline on OS X
1499 2013-09-17 getgroups: statement without effect
1500 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
1502 2013-09-19 Eli Zaretskii <eliz@gnu.org>
1504 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
1505 is in the full /d/foo/bar form. See the discussion in
1506 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
1508 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
1509 and its followups, for the details.
1511 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
1513 * configure.ac: Do not check for g_type_init because we
1514 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
1515 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
1516 suitable glib should provide g_type_init unconditionally.
1518 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
1520 * configure.ac: Add check for OSX 10.5, required for macfont.o.
1522 2013-09-09 Glenn Morris <rgm@gnu.org>
1524 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
1525 (LDFLAGS): Move nocombreloc option from here...
1526 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1528 2013-09-08 Glenn Morris <rgm@gnu.org>
1530 * configure.ac (--without-compress-install):
1531 Rename from --without-compress-info. (Bug#9789)
1532 (GZIP_INFO): Remove.
1533 (GZIP_PROG): Allow --without-compress-install to disable it.
1534 * Makefile.in (GZIP_INFO): Remove all references.
1536 * info/dir: Tweak emacs-gnutls entry.
1538 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
1540 Port --without-x --enable-gcc-warnings to Fedora 19.
1541 * configure.ac (WERROR_CFLAGS): Omit redundant use of
1542 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
1543 -Wunused-parameter. If there is no window system, also omit
1544 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
1545 is needed for Fedora 19.
1547 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1549 Make --without-x compatible with --enable-gcc-warnings.
1550 * configure.ac: If both --without-x and --enable-gcc-warnings are
1551 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
1552 and -Wno-unused-but-set-parameter.
1554 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
1556 Makefile improvements.
1557 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
1558 (src): Remove duplicate dependency on FRC.
1559 Invoke just one submake, not two. Avoid the need for 'pwd'.
1561 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
1563 * configure.ac: Add ns_check_file.
1565 2013-08-31 Glenn Morris <rgm@gnu.org>
1567 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
1570 2013-08-31 Ulrich Müller <ulm@gentoo.org>
1572 * configure.ac: Allow for --with-sound=voxware that will enable
1573 sound but otherwise disable ALSA. This will use the OSS device,
1574 typically /dev/dsp, for sound output. (Bug#15067)
1576 2013-08-31 Glenn Morris <rgm@gnu.org>
1578 * make-dist: Update for nt/INSTALL* changes.
1580 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1582 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1583 for portability to hosts where /bin/sh has problems.
1585 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1587 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1589 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
1591 Simplify EMACS_TIME-related code.
1592 Merge from gnulib, incorporating:
1593 2013-08-27 timespec: new convenience constants and function
1595 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1597 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1598 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
1600 2013-08-27 Glenn Morris <rgm@gnu.org>
1602 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
1604 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1605 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1606 * Makefile.in (check-info-dir): Ignore efaq-w32.
1608 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1609 (maintainer-clean, check-declare): Remove pointless subshells.
1610 Check cd return value.
1612 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1614 Minor merge from gnulib (mostly just for texinfo.tex).
1616 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1618 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1619 This improves on the patch already installed, by quoting options
1620 that contain spaces and suchlike systematically, so that
1621 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1624 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1626 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1627 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1628 and reports EINVAL, try it again without O_CLOEXEC. This should
1629 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1630 What were they thinking?
1632 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1634 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1635 Fix shell-operator precedence problem in previous change.
1637 2013-08-20 Glenn Morris <rgm@gnu.org>
1639 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1640 Clean test/automated if present.
1642 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1644 Merge from gnulib, incorporating:
1645 2013-08-15 warnings: minor optimization
1646 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1648 2013-08-15 Ken Brown <kbrown@cornell.edu>
1650 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1652 2013-08-15 Glenn Morris <rgm@gnu.org>
1654 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1655 * Makefile.in (install-arch-indep):
1656 Do not install etc/refcards TeX intermediate files.
1658 2013-08-14 Ulrich Müller <ulm@gentoo.org>
1660 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1662 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1664 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1666 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1668 Minor zlib configuration tweaks.
1669 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1671 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1673 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1675 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1677 Merge from gnulib, incorporating:
1678 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1679 2013-08-10 sys_time: port to OpenBSD
1681 2013-08-12 Glenn Morris <rgm@gnu.org>
1683 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1684 with configure's standard --docdir argument. All uses updated.
1685 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1686 (install-etcdoc): Rename from install-doc. All uses updated.
1687 (uninstall): Run uninstall-doc.
1689 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1690 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1691 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1692 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1693 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1694 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1696 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1698 Add --with-zlib to 'configure'.
1699 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1700 can be built without zlib. Don't assume that -lz is needed on
1701 non-PNG hosts. Mention zlib configuration status in 'configure' output.
1703 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1705 * configure.ac: Test for zlib.
1707 2013-08-10 Eli Zaretskii <eliz@gnu.org>
1709 * configure.ac: Define and substitute UPDATE_MANIFEST.
1711 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1713 * info/dir: Add todo-mode.
1715 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
1717 Fix some minor races in hosts lacking mkostemp (Bug#15015).
1718 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
1719 * configure.ac (mkostemp): Remove check for this function;
1720 gnulib does the check now.
1721 (mkstemp): Remove check for this no-longer-used function.
1722 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
1723 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
1724 New files, copied from Gnulib.
1725 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1727 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1729 * INSTALL (DETAILED BUILDING AND INSTALLATION):
1730 Add --without-file-notification to --without-all.
1732 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
1734 * INSTALL: Fix description.
1736 2013-07-27 Glenn Morris <rgm@gnu.org>
1738 * configure.ac: Extend the --with-sound option to allow
1739 specification of OSS or ALSA (see bug#14812#64).
1741 2013-07-25 Glenn Morris <rgm@gnu.org>
1743 * info/dir: Add ido.
1745 * make-dist: Add a --tests option, to include test/.
1747 2013-07-24 Glenn Morris <rgm@gnu.org>
1749 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
1751 2013-07-23 Glenn Morris <rgm@gnu.org>
1753 * configure.ac (etc, lisp): No need to create specially.
1754 Configure already creates lisp, src/Makefile now creates etc.
1756 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1758 Port to GNU/Linux systems with tinfo but not ncurses.
1759 * configure.ac (USE_NCURSES): New symbol.
1761 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1763 Fix array bounds violation when pty allocation fails.
1764 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1765 not sizeof pty_name, since pty_name is now a pointer to the array.
1767 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1769 * configure.ac: Simplify --with-file-notification handling.
1771 2013-07-12 Glenn Morris <rgm@gnu.org>
1773 * configure.ac: If with-file-notification=yes, if gfile not found,
1774 go on to try inotify (not on MS Windows or Nextstep).
1776 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1778 Fix races with threads and file descriptors.
1779 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1781 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1783 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1785 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1787 * configure.ac (HAVE_W32): Avoid nested functions (the second
1788 argument of AC_LANG_PROGRAM is already expanded inside a
1789 function). (Bug#14830)
1791 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1793 Port recent close-on-exec changes to Cygwin (Bug#14821).
1794 * lib/binary-io.c, lib/binary-io.h: New files.
1795 Merge from gnulib, incorporating:
1796 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1797 * lib/pipe2.c: Update from gnulib, as part of this merge.
1798 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1800 Handle errno and exit status a bit more carefully.
1801 * lib/ignore-value.h: Remove this gnulib-imported file.
1802 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1804 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
1806 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1808 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1810 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1811 This incorporates the following merge from gnulib:
1812 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1814 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1816 Port to Ubuntu 10 (Bug#14803).
1817 * configure.ac (accept4): New function to check for.
1819 Make file descriptors close-on-exec when possible (Bug#14803).
1820 * configure.ac (mkostemp): New function to check for.
1821 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1822 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1823 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1824 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1826 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
1828 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1829 http://bugs.debian.org/712974
1831 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1833 Remove some unused macros from 'configure'.
1834 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1835 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1836 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1837 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1838 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1839 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1840 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1841 Remove these macros, as they are not used.
1842 (sys_siglist): Remove macro; src/sysdep.c now does this.
1844 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1845 Also check that it links. Say whether it compiled and linked.
1847 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
1849 Merge from gnulib, incorporating:
1850 2013-06-23 ignore-value: port to gcc -pedantic
1851 2013-06-21 extern-inline: port to gcc -std=c89
1853 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1855 Do not use GTK 3 if it exists but cannot be compiled.
1856 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1857 exists but cannot be compiled.
1859 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
1861 * Makefile.in (install-arch-indep): Do not create directories passed
1862 with --enable-locallisppath.
1864 2013-06-24 Glenn Morris <rgm@gnu.org>
1866 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1868 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
1870 * .bzrignore: Add GNU idutils ID database file.
1872 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1874 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1877 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1879 * .bzrignore: Don't unignore cl-loaddefs.el.
1881 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1883 * configure.ac (log2): Check for this function.
1885 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
1887 * .bzrignore: Add GNU GLOBAL files.
1889 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1891 Use functions, not macros, for XINT etc. (Bug#11935).
1892 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1893 as it generates bogus warnings about reasonable casts of calls.
1895 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1897 * configure.ac: Report ACL usage at the end (Bug#14612).
1899 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1901 --without-all should imply --with-file-notification=no. (Bug#14569)
1902 * configure.ac (with_file_notification): Default to $with_features.
1904 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1906 Merge from gnulib, incorporating:
1907 2013-06-02 sig2str: port to C++
1908 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1910 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1912 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1913 (with_file_notification): Don't set to gfile if with_ns = yes.
1915 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1917 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
1918 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1920 (epaths-force-w32): Use them. (Bug#14513)
1922 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1924 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1926 2013-06-03 Eli Zaretskii <eliz@gnu.org>
1928 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1929 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1931 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1933 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1934 used. Remove xgselect.o from XOBJ.
1936 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1938 * configure.ac (file-notification): New option, replaces inotify option.
1939 (HAVE_W32): Remove w32notify.o.
1940 (with_file_notification): Add checks for glib and w32. Adapt check
1942 (Summary): Add entry for file notification.
1944 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1945 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1947 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
1949 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1951 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1953 * INSTALL: Fix description.
1955 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1957 * configure.ac (HAVE_XRANDR): Check availability of
1958 XRRGetScreenResources rather than that of XRRQueryExtension.
1960 2013-05-18 Eli Zaretskii <eliz@gnu.org>
1962 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
1963 nt/epaths.nt, and nt/INSTALL.MSYS.
1965 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
1967 Port --enable-gcc-warnings to clang.
1968 * configure.ac (nw): Remove obsolescent warnings.
1969 These aren't needed for clang, or for gcc for that matter.
1970 (emacs_cv_clang): New var, which tests for clang.
1971 Omit warnings that clang is too picky about.
1972 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
1973 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
1975 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
1976 Otherwise, 'configure; make' fails on non-Windows builds.
1978 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1980 * lib/Makefile.am: If building for MS-Windows, include
1981 nt/gnulib.mk instead of lib/gnulib.mk.
1983 * configure.ac: Adapt to MSYS build on MS-Windows.
1985 * Makefile.in (NTDIR): New variable, for the MSYS build on
1987 (SUBDIR): Add $(NTDIR).
1988 (.PHONY): Add epaths-force-w32.
1989 (msys_to_w32): New variable.
1990 (epaths-force-w32, install-nt, uninstall-nt): New targets.
1991 (lib-src src): Add $(NTLIB) to prerequisites.
1992 (lib lib-src lisp leim nt): Add 'nt'.
1993 (config.status): Use $(CFG).
1994 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
1995 (install, install-arch-dep): Add install-$(NTDIR).
1996 (uninstall): Depend on uninstall-$(NTDIR).
1997 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
1999 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
2000 CONFIG_SITE for the MSYS build on MS-Windows.
2001 (Makefile): Use $(CFG).
2003 * .bzrignore: Ignore *.res, *.tmp, and *.map.
2004 Remove src/emacs.res.
2006 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
2008 Merge from gnulib, incorporating:
2009 2013-05-15 manywarnings: update for GCC 4.8.0
2010 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
2011 2013-05-15 sig2str, stdio, warnings: port to clang
2013 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2015 * Makefile.in (install-doc): DOC file is not version specific any more.
2016 * .bzrignore: Don't ignore DOC-* any more.
2018 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
2020 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
2021 Reported privately by Han Boetes <han@boetes.org>.
2023 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
2025 * lib/makefile.w32-in (ACL_H): New macro.
2026 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
2028 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
2030 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
2031 * configure.ac: Remove -with-acl option, since Gnulib does that for
2033 (LIBACL_LIBS): Remove; no longer needed.
2034 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
2035 for the benefit of the new ACL implementation.
2036 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
2037 ($(BLD)/acl-errno-valid.$(O)): New rule.
2038 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
2039 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
2040 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
2041 New files, taken from gnulib.
2042 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2044 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
2046 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
2047 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
2049 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2051 Merge from gnulib, incorporating:
2052 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
2054 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
2056 * make-dist: Keep necessary restrictions on file access.
2058 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
2060 Merge from gnulib, incorporating:
2061 2013-04-28 extern-inline: work around bug in Sun c99
2063 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
2065 Merge from gnulib, incorporating:
2066 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
2068 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
2070 Port better to AIX (Bug#14258).
2071 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
2072 we did not already infer an optimization option, and -O works.
2073 AIX xlc needs -O, otherwise garbage collection doesn't work.
2075 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
2077 * make-dist: Do not distribute admin/unidata/Makefile.
2078 It is generated by 'configure'.
2080 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
2081 It messes up 'make distclean', and contains no useful information
2082 because it's a copy of subdirs.el.
2084 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
2086 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
2088 2013-04-18 Glenn Morris <rgm@gnu.org>
2090 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
2091 (LN_S_FILEONLY): New output variable.
2092 * Makefile.in (LN_S): Remove.
2093 (LN_S_FILEONLY): New, set by configure.
2094 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
2096 2013-04-12 Ken Brown <kbrown@cornell.edu>
2098 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
2099 `canonical' is `x86_64-unknown-cygwin'.
2101 2013-04-09 Ken Brown <kbrown@cornell.edu>
2103 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
2104 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
2107 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2109 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
2110 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
2111 and if not on GNU/Linux or FreeBSD.
2112 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
2113 lib/*.o is profiled too.
2115 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
2117 Merge from gnulib, incorporating:
2118 2013-03-29 stdalign: port to stricter ISO C11
2119 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
2120 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
2122 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
2124 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
2125 Subsumed by HAVE_XKB. All uses changed.
2127 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
2129 * configure.ac (HAVE_XKB): Define if Xkb is present.
2131 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
2133 Merge from gnulib, incorporating:
2134 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
2136 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2138 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
2139 * Makefile.in (QUIET_SUBMAKE): New macro.
2140 (install-info, uninstall): Use it.
2142 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
2143 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
2144 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
2145 no way to do this in pkg-config, so make do with a reasonable
2148 Automate the build of ja-dic.el (Bug#13984).
2149 * .bzrignore: Add leim/ja-dic/.
2151 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2153 File synchronization fixes (Bug#13944).
2154 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
2155 (fsync): Remove check; now done by gnulib.
2156 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
2157 New files, from gnulib.
2158 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2160 Merge from gnulib, incorporating:
2161 2013-03-13 putenv: port to Solaris 10
2162 2013-03-12 mktime: fix configure typo
2163 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
2164 2013-03-11 putenv: avoid compilation warning on mingw
2165 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
2167 2013-03-11 Glenn Morris <rgm@gnu.org>
2169 * Merge in all changes up to version 24.3 release.
2171 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
2173 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
2174 It can mess up 'configure' runs.
2176 2013-03-05 Glenn Morris <rgm@gnu.org>
2178 * Makefile.in (install-man): Ignore gzip exit status.
2180 2013-03-03 Glenn Morris <rgm@gnu.org>
2182 * make-dist: Remove lzma (it's replaced by xz).
2184 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
2186 Merge from gnulib, incorporating:
2187 2013-02-21 putenv: port better to native Windows
2188 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
2189 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
2191 2013-02-28 Ken Brown <kbrown@cornell.edu>
2193 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
2195 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2197 Simplify data_start configuration (Bug#13783).
2198 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
2199 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
2200 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
2202 (HAVE_DATA_START): New macro.
2204 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
2206 Parallelize documentation builds.
2207 This speeds up building of documentation on multiprocessor
2208 platforms, and is motivated by Texinfo 5.0, which is much slower.
2209 Add a toplevel rule 'make docs' to make all the documentation.
2210 * .bzrignore: Add .dvi, .html, .ps.
2211 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
2212 ($(DOCS), docs, vi, html, pdf, ps): New rules.
2213 (info-real): Depend on $(INFOS) rather than doing it sequentially.
2214 (dvi): Depend on $(DVIS) rather than doing it sequentially.
2216 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2218 Fix AIX port (Bug#13650).
2219 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
2221 2013-02-12 Eli Zaretskii <eliz@gnu.org>
2223 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
2224 ($(BLD)/memrchr.$(O)): New dependency.
2226 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2228 Tune by using memchr and memrchr.
2229 * .bzrignore: Add string.h.
2230 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2231 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
2232 New files, from gnulib.
2234 Merge from gnulib, incorporating:
2235 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
2236 2013-02-09 secure_getenv: fix C++ declaration typo
2238 2013-02-11 Glenn Morris <rgm@gnu.org>
2240 * configure.ac (emacs_config_options): Record some env vars.
2242 2013-02-10 Glenn Morris <rgm@gnu.org>
2244 * configure.ac (emacs_config_options): Strip out the (internal)
2245 arguments --no-create and --no-recursion.
2247 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
2249 Merge from gnulib, incorporating:
2250 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
2251 The MS-Windows port can remove careadlinkatcwd at its convenience.
2252 2013-02-08 extensions: port better to HP-UX
2253 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
2254 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
2255 2013-02-04 secure_getenv: new module [module not used by Emacs]
2256 2013-01-30 sys_time: port to Solaris 2.6
2258 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2260 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
2261 On my host, this speeds up directory-files-and-attributes by a
2262 factor of 3, when applied to Emacs's src directory.
2263 These functions are standardized by POSIX and are common these
2264 days; fall back on a (slower) gnulib implementation if the host
2265 is too old to supply them.
2266 * .bzrignore: Add lib/dirent.h.
2267 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
2268 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
2269 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
2270 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2271 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
2272 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
2273 * m4/fstatat.m4: New files, from gnulib.
2274 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
2275 These last three are specific to Emacs and are not copied from gnulib.
2276 They are simpler than the gnulib versions and are tuned for Emacs.
2278 2013-02-01 Glenn Morris <rgm@gnu.org>
2280 * make-dist: Only README files exist in lisp/ now, not README*.
2282 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
2284 * .bzrignore: Add lib-src/blessmail.
2286 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
2288 Merge from gnulib, incorporating:
2289 2013-01-16 unistd: port to recent mingw
2291 2013-01-19 Glenn Morris <rgm@gnu.org>
2293 * Makefile.in (install-arch-indep): Put back a chmod that was
2294 removed 2012-05-19. (Bug#13430)
2296 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2298 Merge from gnulib, incorporating:
2299 2013-01-16 largefile: port better to Mac OS X 10.5
2300 2013-01-15 stdint: fix build with Android's Bionic fox x86
2302 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2304 * configure.ac: Document that --enable-gcc-warnings emits errors.
2307 2013-01-13 Glenn Morris <rgm@gnu.org>
2309 * make-dist: Add options for xz compression and no compression.
2311 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
2313 Enable conservative stack scanning for all architectures.
2314 Suggested by Stefan Monnier in
2315 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
2316 * configure.ac (GC_MARK_STACK): Remove.
2318 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
2320 * lib/getopt_.h: Remove trailing CRs that crept in.
2322 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2324 * lib/getopt_.h: Regenerate.
2326 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
2328 Merge from gnulib, incorporating:
2329 2013-01-09 stdlib: port to Solaris 2.6
2331 2013-01-04 Glenn Morris <rgm@gnu.org>
2333 * info/dir: Add htmlfontify.
2335 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
2337 Merge from gnulib, incorporating:
2338 2013-01-04 stdio: remove now-unnecessary stdio.c
2339 2013-01-04 fprintftime: depend on stdio, not ignore-value
2340 2013-01-04 fwrite: silence __wur only for older glibc versions
2341 2013-01-04 fwrite: silence __wur without using inline
2342 * lib/stdio.c: Remove.
2343 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
2344 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2346 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
2348 Merge from gnulib, incorporating copyright-date changes and:
2349 2012-12-31 dup2: work around cygwin bug
2351 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
2353 * configure.ac: Check for GtkHandlebox.
2354 Check for GtkTearoffMenuItem.
2355 New enable: --enable-gtk-deprecation-warnings, default off.
2356 (HAVE_GTK3): If above enable is off, add
2357 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
2359 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2361 * configure.ac (TEMACS_LDFLAGS2): Don't define.
2362 (LIBS_GNUSTEP): Set for GNUstep and substitute.
2363 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
2365 2012-12-27 Glenn Morris <rgm@gnu.org>
2367 * configure.ac (emacs_config_options): New.
2368 Use $@ rather than undocumented $ac_configure_args.
2369 Replace any embedded double quotes. (Bug#13274)
2371 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2373 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
2376 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
2378 Revert static checking of stack smashing.
2379 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
2380 configured with --enable-gcc-warnings. -Wstack-protector causes
2381 diagnostics to be issued on Ubuntu 12.10 x86-64.
2383 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
2385 Merge from gnulib, incorporating:
2386 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
2387 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
2388 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
2390 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2392 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
2394 2012-12-16 Romain Francoise <romain@orebokech.com>
2396 * configure.ac (acl): New option.
2397 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
2398 provided by libacl on GNU/Linux.
2400 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2402 Fix permissions bugs with setgid directories etc. (Bug#13125)
2403 * configure.ac (BSD4_2): Remove; no longer needed.
2405 2012-12-13 Glenn Morris <rgm@gnu.org>
2407 * info/dir: Add bovine, srecode, wisent.
2409 2012-12-13 Andreas Schwab <schwab@suse.de>
2411 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
2412 (uninstall): Likewise. (Bug#13142)
2414 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2416 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2417 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
2418 * m4/extern-inline.m4: Update from gnulib.
2420 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
2422 * lib/makefile.w32-in (SIG2STR_H): New macro.
2423 ($(BLD)/sig2str.$(O)): Update dependencies.
2425 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
2427 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
2428 There's no need to test for any of three inotify functions,
2429 since we use all three. Check for just the first one.
2431 2012-12-10 Daniel Colascione <dancol@dancol.org>
2433 * .bzrignore: Add src/emacs.res.
2435 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
2436 build how to compile Windows resource files; use these variables
2437 to tell src/Makefile.in how and whether to compile resources.
2439 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2441 * configure.ac (inotify): New option.
2442 (HAVE_INOTIFY): Test for inotify.
2444 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
2446 * configure.ac: Fix source command in .gdbinit.
2447 Don't quote $MAKEINFO.
2449 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
2451 Allow spaces in some configuration vars (Bug#13078).
2452 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
2453 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
2454 All uses quoted, to allow spaces in these vars.
2456 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2458 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
2459 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
2460 New files, copied automatically from gnulib.
2461 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2463 2012-12-08 Eli Zaretskii <eliz@gnu.org>
2465 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
2466 Remove a stray character at the beginning of the file.
2469 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2471 Simplify get_lim_data.
2472 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
2474 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
2475 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2476 Use SIGCHLD rather than SIGCLD.
2477 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
2478 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2479 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
2481 2012-12-06 Glenn Morris <rgm@gnu.org>
2483 * configure.ac: Handle info/ files with or without ".info" extension.
2485 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
2487 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2488 2012-11-29 snippet/warn-on-use: no 'static inline'
2489 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
2490 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
2491 2012-11-29 fflush, stat: no 'static inline'
2492 2012-11-29 stdio: better 'inline'
2493 2012-11-29 sys_stat: no 'static inline'
2494 2012-11-29 unistd: better 'inline'
2495 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
2496 2012-11-29 extern-inline: no 'static inline'
2497 2012-11-29 sys_socket: better 'inline'
2498 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
2499 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
2500 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
2501 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
2502 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
2503 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
2504 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
2507 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2509 * make-dist (nt): Adjust to changes in names of the *.manifest files.
2511 2012-11-24 Ken Brown <kbrown@cornell.edu>
2513 * configure.ac (HAVE_MOUSE): Remove.
2515 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
2517 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
2518 * configure.ac: Do not check for dirent.h or closdir.
2520 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2522 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
2523 * configure.ac: Do not check for getcwd or getwd.
2525 2012-11-21 Glenn Morris <rgm@gnu.org>
2527 * configure.ac (--enable-profiling): Doc fix.
2529 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2531 Improve static checking of integer overflow and stack smashing.
2532 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
2533 if using GCC 4.7.2 or later on a platform with
2534 at least 64-bit long int. This improves static checking on these
2535 platforms, when configured with --enable-gcc-warnings.
2537 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2539 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2540 * configure.ac: Do not check for fcntl.h.
2541 * lib/gnulib.mk: Regenerate.
2543 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2545 Remove no-longer-used pty_max_bytes variable.
2546 * configure.ac (fpathconf): Remove unnecessary check.
2548 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2550 Use faccessat, not access, when checking file permissions (Bug#12632).
2551 * .bzrignore: Add lib/fcntl.h.
2552 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
2553 (gl_FCNTL_O_FLAGS): Define a dummy version.
2554 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
2555 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
2556 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
2557 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
2558 New files, from gnulib.
2559 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2561 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2563 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2564 * configure.ac (setpgid, setsid): Assume their existence.
2565 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
2567 Simplify by assuming __fpending.
2568 Now that Emacs is using the gnulib fpending module,
2569 there's no need for Emacs to have a separate implementation.
2570 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
2571 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
2573 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2575 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
2576 $(BLD)/close-stream.$(O).
2577 ($(BLD)/close-stream.$(O))
2578 ($(BLD)/fpending.$(O)): New dependencies.
2580 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2582 Fix data-loss with --batch (Bug#9574).
2583 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
2584 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
2585 New files, from gnulib.
2586 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2588 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2590 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
2592 2012-11-02 Glenn Morris <rgm@gnu.org>
2594 * Makefile.in (EMACS_ICON): New variable.
2595 (install-etc): Use EMACS_ICON to allow choice of icon.
2597 2012-10-26 Glenn Morris <rgm@gnu.org>
2599 * Makefile.in (EMACS_NAME): New variable.
2600 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
2602 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
2605 * Makefile.in (uninstall): Don't abort if some directories are missing.
2606 Apply transformation rules to manual pages, desktop and icon files.
2607 No more emacs22 icons to uninstall.
2609 2012-10-24 Glenn Morris <rgm@gnu.org>
2611 * Makefile.in (install-etc, install-man):
2612 Don't apply program transform to standard file suffixes.
2614 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2616 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2617 This ports to Gentoo. Problem originally reported against coreutils,
2618 but Emacs has it too.
2620 2012-10-23 Glenn Morris <rgm@gnu.org>
2622 * Makefile.in (emacs_transform): Remove.
2623 (install-man): Revert 2012-10-21 change. (Bug#12713)
2625 2012-10-21 Glenn Morris <rgm@gnu.org>
2627 * Makefile.in (install-etc): Don't install emacs22 icons.
2629 * Makefile.in (emacs_transform): New variable.
2630 (install-etc): Prefer a make variable to a shell variable.
2632 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2634 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2636 2012-10-15 Glenn Morris <rgm@gnu.org>
2638 * Makefile.in (install-man, install-etc):
2639 Apply $TRANSFORM. (Bug#12536#34)
2640 (clean): Delete etc/emacs.tmpdesktop.
2642 2012-10-11 Kenichi Handa <handa@gnu.org>
2644 * .bzrignore: Add several files under admin/charsets.
2646 2012-10-08 Daniel Colascione <dancol@dancol.org>
2648 * configure.ac: Add --with-w32 as a window system option.
2649 Limit it to Cygwin for now. Integrate w32 into the refactored window
2650 system configuration and set TERM_HEADER to w32term.h when w32 is
2653 (CYGWIN_OBJ): Add cygw32.o.
2655 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2657 * configure.ac: Check that OSX is 10.4 or newer.
2659 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2661 Improve sys_siglist detection.
2662 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2663 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2665 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2667 Merge from gnulib, incorporating:
2668 2012-10-02 pselect: reject invalid file descriptors
2669 2012-10-02 ptsname: reject invalid file descriptors
2670 2012-10-02 manywarnings: cater to more gcc infelicities
2671 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2672 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2673 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2674 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2676 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2678 Merge from gnulib, incorporating:
2679 2012-09-28 extern-inline: provide a -Wundef safe config.h
2681 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2683 Check more robustly for timer_settime.
2684 This should fix an OS X build problem reported by Ivan Andrus in
2685 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2686 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2687 does threads its own way.
2688 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2690 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2692 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2693 to avoid problems with recursion when using GNU make.
2695 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2697 * Makefile.in (bootstrap): Simplify build procedure.
2698 Suggested by Wolfgang Jenker in
2699 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2701 Merge from gnulib, incorporating:
2702 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
2704 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2706 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
2708 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2710 * Makefile.in (bootstrap): Revert last change. Run config.status
2711 after config.status --recheck, run configure from $(srcdir).
2712 (config.status): Run configure from $(srcdir).
2714 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2716 * Makefile.in: Fix build error on FreeBSD.
2717 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
2718 Suggested by Wolfgang Jenker in
2719 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
2720 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
2721 This undoes part of the 2012-09-10 patch.
2722 (bootstrap): Run ./configure, rather than trying to run config.status
2723 if it exists. That builds src/epaths.h more reliably.
2724 Run autogen/copy_autogen if autogen.sh fails,
2725 to create 'configure'; problem reported by Andreas Schwab in
2726 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
2727 * autogen.sh: Exit with status 1 when failing due to missing tools,
2728 reverting the 2012-09-10 change to this file.
2729 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
2730 Use 'cp -f' for the build-aux files, since the destinations are
2731 typically read-only.
2733 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2734 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
2735 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
2737 2012-09-17 Glenn Morris <rgm@gnu.org>
2739 * configure.ac (copyright): New output variable.
2740 (COPYRIGHT): New AC_DEFINE.
2742 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2744 Remove configure's --without-sync-input option (Bug#12450).
2745 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
2747 2012-09-16 Glenn Morris <rgm@gnu.org>
2749 Increase compartmentalization of Nextstep builds rules,
2750 and store Emacs version number in fewer versioned files.
2751 * configure.ac (ns_appsrc): Use relative names.
2753 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2754 (nextstep/Makefile): Generate these nextstep files.
2755 (SUBDIR_MAKEFILES): Add nextstep.
2756 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2757 * make-dist (nextstep/templates): Add directory.
2758 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2759 (nextstep/Cocoa/Emacs.base/Contents)
2760 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
2762 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2764 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2765 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2766 (_setjmp, _longjmp): Remove.
2768 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2770 * configure.ac (--without-sync-input): Fix typo in usage message.
2772 * configure.ac: Port to hosts lacking gtk.
2773 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2774 better, in particular, problems in invoking pkg-config itself.
2775 This is useful on hosts that don't have pkg-config.
2776 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2777 and gtk2 are both missing. Problem found on Solaris 8.
2779 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2781 * configure.ac: Reorder Xaw3d messages.
2782 Report Gtk+ 3 as GTK.
2784 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2786 Simplify SIGIO usage (Bug#12408).
2787 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2788 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2789 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2790 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2791 to #undef SIGIO now (which was error-prone). Likewise, all uses
2792 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2794 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2796 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2797 and then gtk2 if not found.
2798 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2799 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2800 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2802 2012-09-11 Glenn Morris <rgm@gnu.org>
2804 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2805 Be more explicit about dependencies, for parallel `make install'.
2807 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2809 Simplify, document, and port floating-point (Bug#12381).
2810 * configure.ac (logb, cbrt): Do not check for these functions,
2811 as they are not being used.
2813 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2815 Improve robustness of 'make bootstrap' (Bug#12376).
2816 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2817 * INSTALL, README: Document autogen.sh.
2818 * Makefile.in (Makefile): Mark it as precious, since it's updated
2820 (MAKE_CONFIG_STATUS): New macro.
2821 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2822 to run config.status with the --recheck option, which is more
2823 appropriate for a bootstrap.
2824 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2825 about failures due to missing tools.
2826 * autogen.sh: Exit with status 101 when failing due to missing tools.
2827 * make-dist: Distribute autogen.sh.
2829 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2831 Assume C89 or later for math functions (Bug#12381).
2832 * configure.ac (frexp, fmod): Remove checks for these functions,
2833 as we now assume them.
2834 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2836 Remove; no longer needed.
2838 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2840 More signal-handler cleanup (Bug#12327).
2841 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2843 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2845 Signal-handler cleanup (Bug#12327).
2846 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2847 Adjust to syssignal.h changes.
2848 (SIGNAL_H_AB): Remove; no longer needed.
2850 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2852 Simplify redefinition of 'abort' (Bug#12316).
2853 * configure.ac (NO_ABRT): Remove.
2855 * configure.ac (_setjmp, _longjmp): Check by compiling
2856 instead of by guessing. The guesses were wrong for
2857 recent versions of Solaris, such as Solaris 11.
2859 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2861 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2862 It generates false alarms in doc.c, regex.c, xdisp.c. See
2863 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2865 Merge from gnulib, incorporating:
2866 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2867 2011-11-30 manywarnings: update the list of "all" warnings
2869 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2871 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2873 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2875 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2876 This ports to glibc 2.15 or later, when configured with
2877 --enable-gcc-warnings. See Eric Blake in
2878 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2880 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2882 * configure.ac: Introduce term_header variable, which holds the
2883 value which will become TERM_HEADER in code. We effect our choice
2884 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2885 instead of using ad-hoc variables and flags for each window
2888 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2890 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2891 and if the user has not specified CFLAGS. -g3 simplifies
2892 debugging, since it makes macros visible to the debugger.
2894 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
2896 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2898 2012-08-25 Eli Zaretskii <eliz@gnu.org>
2900 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2901 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2903 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2905 On assertion failure, print backtrace if available.
2906 Merge from gnulib, incorporating:
2907 2012-08-24 execinfo: port to FreeBSD
2908 2012-08-22 execinfo: new module
2909 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2910 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2912 2012-08-22 Glenn Morris <rgm@gnu.org>
2914 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2915 do not create the bin/emacs link. (Bug#12011)
2917 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2919 Merge from gnulib, incorporating:
2920 2012-08-20 extern-inline: support old GCC 'inline'
2922 2012-08-20 Glenn Morris <rgm@gnu.org>
2924 * configure.ac (AC_PROG_LN_S): Test for ln.
2925 * Makefile.in (LN_S): New, set by configure.
2926 (install-arch-dep): Use $LN_S.
2928 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2930 Merge from gnulib, incorporating:
2931 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2932 2012-08-19 mktime, sys_select: avoid 'static inline'
2933 2012-08-19 gnulib-tool: Fix indentation.
2935 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2937 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2938 These files have been unused since the 2012-06-22 patch that
2939 introduced high-resolution time stamps.
2941 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2943 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2944 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2946 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2948 Merge from gnulib, incorporating:
2949 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2951 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
2953 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2954 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2955 ($(BLD)/u64.$(O)): Update dependencies.
2957 2012-08-10 Glenn Morris <rgm@gnu.org>
2959 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
2961 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2963 * configure.ac (--disable-features): Rename to --without-all.
2964 (OPTION_DEFAULT_ON): Change to use with_features.
2965 * INSTALL: Fix description.
2967 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
2969 * configure.ac: New option --disable-features.
2970 (OPTION_DEFAULT_ON): Change to use enable_features.
2971 * INSTALL: Explain --disable-features.
2973 2012-08-07 Glenn Morris <rgm@gnu.org>
2975 * configure.ac: Require automake 1.11 (fairly arbitrarily).
2976 * autogen.sh (automake_min): Get it from configure.ac.
2978 2012-08-06 Glenn Morris <rgm@gnu.org>
2980 * configure.ac (BROKEN_GETWD) [unixware]: New define.
2982 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
2983 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
2984 (DISPNEW_NEEDS_STDIO_EXT): New define.
2986 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
2988 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
2990 2012-08-05 Ulrich Müller <ulm@gentoo.org>
2992 * configure.ac: Disable paxctl if binaries don't have a
2993 PT_PAX_FLAGS program header. (Bug#11979)
2995 2012-08-03 Eli Zaretskii <eliz@gnu.org>
2997 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
2998 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
2999 (SHA512_H): Don't mention u64.h twice.
3000 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
3003 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
3005 Merge from gnulib, incorporating:
3006 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
3008 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3010 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
3013 2012-08-02 Glenn Morris <rgm@gnu.org>
3015 * make-dist: Remove src/s.
3017 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
3019 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3021 Merge from gnulib (Bug#12116), incorporating:
3022 2012-08-01 extern-inline: new module
3023 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
3024 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
3025 New files. The new .c files are for instantiating extern inline
3029 Without this change, 'configure' fails because the recently-added
3030 wait3 prototype in config.h messes up later 'configure' tests.
3031 Fix this problem by droping wait3 and WRETCODE, as they're
3032 no longer needed on hosts that are current porting targets.
3033 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
3034 All uses changed to waitpid and WEXITSTATUS.
3036 Avoid needless autoheader after autogen.sh.
3037 * .bzrignore: Add src/stamp-h.in.
3038 * autogen.sh: Create src/stamp-h.in.
3040 2012-08-01 Glenn Morris <rgm@gnu.org>
3042 * configure.ac (DOS_NT, MSDOS): New system type templates.
3044 2012-08-01 Ulrich Müller <ulm@gentoo.org>
3046 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
3047 Don't include crtbegin.o and crtend.o. (Bug#12047)
3049 2012-08-01 Glenn Morris <rgm@gnu.org>
3051 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
3052 (INTERNAL_TERMINAL): New.
3054 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
3055 (IS_ANY_SEP): Move here from src/lisp.h.
3057 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3059 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
3060 (CONF_POST_H): New macro.
3062 2012-07-31 Glenn Morris <rgm@gnu.org>
3064 * configure.ac (S_FILE): Remove output variable.
3066 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
3068 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
3071 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
3072 Move here from conf_post.h.
3074 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3076 Improve OpenMotif detection on GNU/Linux systems.
3077 * configure.ac (MOTIF): Check for /usr/include/openmotif
3078 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
3080 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3082 * Makefile.in (install-arch-indep): Avoid eval.
3084 2012-07-31 Glenn Morris <rgm@gnu.org>
3086 * configure.ac (opsysfile, S_FILE): Now they are always empty.
3088 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
3089 when removing src/s/sol2-6.h yesterday.
3091 * configure.ac (USG5_4): Reintroduce this.
3092 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
3094 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
3096 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
3097 and to s/usg5-4-common.h on irix6-5.
3099 2012-07-30 Glenn Morris <rgm@gnu.org>
3101 * configure.ac (AH_BOTTOM): Use an include file, so that the
3102 contents do not get processed by autoheader.
3104 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3106 Do not overwrite config.status while executing it (Bug#11214).
3107 * Makefile.in (MAKEFILE_NAME): New macro.
3108 ($(MAKEFILE_NAME)): Rename rule from Makefile.
3109 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
3110 so that GNU 'make' isn't tempted to make the Makefile and then
3111 regenerate config.status while config.status is running.
3113 Update .PHONY listings in makefiles.
3114 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
3115 FRC, install-arch-dep, install-arch-indep, install-doc,
3116 install-info, install-man, install-etc, install-strip, uninstall,
3117 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
3118 (.RECURSIVE): Remove; hasn't been needed for years.
3120 2012-07-30 Glenn Morris <rgm@gnu.org>
3122 * configure.ac (SIGNAL_H_AHB): New hack macro.
3123 (opsysfile): Set to empty on netbsd, openbsd.
3124 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
3126 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
3128 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3130 * Makefile.in (install-arch-indep): Remove sh -x.
3132 2012-07-30 Glenn Morris <rgm@gnu.org>
3134 * configure.ac (opsysfile): Tweak message for null case.
3136 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
3137 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
3139 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3141 * Makefile.in (install-arch-indep): Handle space in locallisppath.
3143 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3145 Use Gnulib environ module (Bug#9772).
3146 * m4/environ.m4: New file, from gnulib.
3147 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3149 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3150 This should improve portability of macros like alignof and DECL_ALIGN.
3151 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
3152 * .bzrignore: Add lib/stdalign.h.
3153 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
3154 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
3155 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
3156 fiddles with this, as gnulib now does this for us.
3158 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3160 Fix toolkit configuration report.
3161 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
3162 --with-x-toolkit=gtk3 is used.
3164 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3166 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
3167 * configure.ac: Configure gnulib at the end, not before running
3168 pkg-config. This restores the behavior before 2012-06-22, when
3169 higher-resolution time stamps were added, and fixes a bug whereby
3170 LIB_PTHREAD was not used and gnulib's part of 'configure'
3171 therefore incorrectly assumed that pthread_sigmask wasn't working.
3172 Fix the problem with -lrt and clock_gettime a different way.
3173 This should complete the fix for Bug#11884.
3174 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
3176 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
3178 Merge from gnulib, incorporating:
3179 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
3180 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
3182 2012-07-14 Glenn Morris <rgm@gnu.org>
3184 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
3185 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
3187 2012-07-13 Glenn Morris <rgm@gnu.org>
3189 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
3191 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
3192 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
3193 Move "system type" macros here from src/s.
3194 (BSD_SYSTEM_AHB): New hack macro.
3195 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
3197 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
3198 (GC_MARK_SECONDARY_STACK): Move here from src/s.
3200 2012-07-12 Glenn Morris <rgm@gnu.org>
3202 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
3203 setting here from src/s/darwin.h.
3205 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
3206 as src/s/darwin.h used to.
3208 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
3209 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
3210 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
3211 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3212 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3213 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
3214 (XOS_NEEDS_TIME_H): Move here from src/s.
3216 2012-07-11 Glenn Morris <rgm@gnu.org>
3218 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
3219 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
3221 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3223 * configure.ac (tzset): Remove check that's redundant with gnulib.
3225 2012-07-11 Glenn Morris <rgm@gnu.org>
3227 * configure.ac (CLASH_DETECTION): Define unconditionally.
3229 * configure.ac (opsysfile): Use bsd-common on gnu systems.
3231 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
3232 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
3234 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3236 Assume mkdir, rename, rmdir, strerror.
3237 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
3239 2012-07-11 Glenn Morris <rgm@gnu.org>
3241 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
3243 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
3245 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
3247 Remove "#define unix" that is no longer needed (Bug#11905).
3248 Merge from gnulib to make "#define unix" unnecessary, incorporating:
3249 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
3250 2012-07-09 getopt: Simplify after Emacs changed.
3252 2012-07-10 Glenn Morris <rgm@gnu.org>
3254 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
3255 Move here from src/s.
3257 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
3259 * configure.ac (PNG_DEPSTRUCT): Define this instead of
3262 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3264 Add GCC-style 'const' attribute to functions that can use it.
3265 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
3266 (ATTRIBUTE_CONST): New macro, in config.h.
3268 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
3270 * lib/makefile.w32-in: Rework dependencies.
3271 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
3272 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
3273 (U64_H, SHA512_H): New macros.
3274 (SRC): Redefine to point to src/, not current directory.
3275 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3276 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
3277 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3278 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
3279 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
3280 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
3281 ($(BLD)/filemode.$(O)): Update dependencies.
3283 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3285 Merge from gnulib, incorporating:
3286 2012-07-09 timespec: mark functions with const attributes
3288 Rename configure.in to configure.ac (Bug#11603).
3289 The name 'configure.in' has been obsolescent for quite some time,
3290 and the next release of Autoconf will generate warnings for it.
3291 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
3292 'configure.in' as autoconf input" in the Autoconf git repository.
3293 * configure.ac: Rename from configure.in.
3294 * INSTALL, INSTALL.BZR, README, make-dist:
3295 * Makefile.in (AUTOCONF_INPUTS):
3296 * autogen.sh (autoconf_min):
3297 * autogen/update_autogen (sources):
3298 Adjust to reflect new name.
3300 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
3302 Restore deprecation warnings, except for older libpng.
3303 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
3304 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
3305 (PNG_DEPRECATED): Define when compiling with older PNG versions.
3307 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
3309 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
3311 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3313 Improve static checking when configured --with-ns.
3314 See Samuel Bronson's remarks in
3315 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
3316 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
3317 a no-op with recent GCC and harmful in earlier ones.
3318 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
3319 warning when compiling with ObjC. Always omit
3320 -Wunsafe-loop-optimizations, as we don't mind when optimization is
3321 being done correctly.
3323 2012-07-07 Glenn Morris <rgm@gnu.org>
3325 * configure.in (BROKEN_SA_RESTART): Doc fix.
3327 * configure.in: Rather than checking for things then undef'ing
3328 them on some platforms, simply don't check for them.
3329 (getwd): Don't check for it on unixware.
3330 (random, rint): Don't check for these on hpux.
3331 (res_init, libresolv): Don't check for these on darwin.
3333 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
3335 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
3336 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
3337 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3338 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
3340 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3342 * configure.in: Document --enable-gcc-warnings better.
3344 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3345 This is safer than strcasecmp, which has unspecified behavior
3346 outside the POSIX locale and in practice sometimes does not work
3347 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
3348 * configure.in (strcasecmp, strncasecmp): Remove checks.
3350 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
3351 * lib/c-strncasecmp.c: New files, taken from gnulib.
3352 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3354 Merge from gnulib, incorporating:
3355 2012-07-06 timespec-sub: avoid duplicate include
3356 Reported by Juanma Barranquero.
3358 2012-07-06 Glenn Morris <rgm@gnu.org>
3360 * make-dist [update]: Let autoreconf figure out what needs updating.
3361 Use `make info-real'. leim/leim-list.el should always exist.
3362 Check cd return value.
3364 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3366 Merge from gnulib. This is for OpenBSD 5.1 amd64.
3367 * m4/sys_time_h.m4: New version from gnulib, incorporating:
3368 2012-07-05 sys_time: allow too-wide tv_sec
3370 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3373 * lib/alloca.in.h: New version from gnulib, incorporating:
3374 2012-07-03 alloca: add support for HP NonStop TNS/E native
3376 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3378 * configure.in: If --enable-gcc-warnings, disable
3379 -Wunsafe-loop-optimizations for -O1 optimization level.
3381 2012-06-30 Glenn Morris <rgm@gnu.org>
3383 * configure.in (standardlisppath): New output variable.
3384 (lisppath): Use standardlisppath.
3385 * Makefile.in (standardlisppath): New, set by configure.
3386 (epaths-force): Use standardlisppath and locallisppath rather than
3389 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3391 * configure.in: Fix previous change. Remove --enable-asserts.
3392 (CPPFLAGS): Remove conditional -DXASSERTS=1.
3393 Add --enable-link-time-optimization.
3394 * INSTALL: Mention this.
3396 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3398 * configure.in: Add glyphs category to --enable-checking option.
3399 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
3401 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3403 * configure.in (ENABLE_CHECKING): Update comment.
3405 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3407 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
3408 Emacs proper no longer uses these headers, and can rely on Gnulib
3412 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3413 getopt-posix: No longer guarantee that option processing is resettable.
3415 2012-06-27 Glenn Morris <rgm@gnu.org>
3417 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
3419 * INSTALL: Remove references to paths.el.
3421 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3423 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
3424 This replaces separate dependency for each object file, which required
3425 the same object file to be mentioned twice, causing failures in
3428 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3430 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3431 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3433 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3435 * configure.in (AC_CHECK_FUNCS): Detect library functions
3436 strcasecmp and strncasecmp.
3438 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3440 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3441 We might as well use the spelling standardized by C11,
3442 as in the long run that should simplify maintenance.
3443 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
3445 2012-06-24 Eli Zaretskii <eliz@gnu.org>
3447 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
3448 ($(BLD)/timespec-add.$(O))
3449 ($(BLD)/timespec-sub.$(O)): Don't depend on
3450 $(EMACS_ROOT)/nt/inc/sys/time.h.
3454 * lib/utimens.h: Revert last change.
3456 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3459 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3460 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
3462 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3464 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3465 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
3466 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
3467 $(BLD)/timespec-sub.$(O).
3468 ($(BLD)/dtotimespec.$(O))
3469 ($(BLD)/gettime.$(O))
3470 ($(BLD)/timespec-add.$(O))
3471 ($(BLD)/timespec-sub.$(O)): New dependencies.
3475 * lib/utimens.h: Include sys/time.h.
3477 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3479 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
3480 the correct CFLAGS and LIBS.
3482 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3484 Support higher-resolution time stamps (Bug#9000).
3485 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
3486 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
3487 that the new clock stuff doesn't clash with RSVG_LIBS.
3488 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
3489 as gnulib does that for us now.
3490 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
3491 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
3492 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
3493 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
3494 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
3495 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
3496 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
3497 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
3498 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
3499 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
3500 New files, copied automatically from gnulib.
3501 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
3503 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3506 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
3507 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
3508 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
3509 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
3510 Copy new versions from gnulib, incorporating the following changes:
3511 2012-06-22 time_r: fix typo that always overrode localtime_r decl
3512 2012-06-22 Write "Mac OS X" instead of "MacOS X".
3513 2012-06-21 mktime: fix integer overflow in 'configure'-time test
3514 2012-06-21 nonblocking: Avoid compilation error on mingw64.
3515 2012-06-19 stat, fstat: Avoid warnings on mingw64.
3516 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
3518 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
3520 * configure.in: Rename --enable-use-lisp-union-type to
3521 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
3522 instead of USE_LISP_UNION_TYPE.
3524 2012-06-12 Glenn Morris <rgm@gnu.org>
3526 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
3527 (opsysfile): Set specially for sol2-10.
3529 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
3530 New AC_DEFINEs, for hpux11.
3531 (opsysfile): Set specially for hpux11.
3533 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
3535 * configure.in: Coalesce some function checking.
3536 This makes 'configure' a bit smaller.
3537 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
3539 2012-06-12 Glenn Morris <rgm@gnu.org>
3541 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
3543 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
3545 * configure.in: Anticipate platforms with no src/s file.
3547 2012-06-12 Chong Yidong <cyd@gnu.org>
3549 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
3551 2012-06-11 Glenn Morris <rgm@gnu.org>
3553 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
3555 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
3557 * configure.in (dbus_type_is_valid): Check for library function.
3559 2012-06-06 Glenn Morris <rgm@gnu.org>
3561 * INSTALL, make-dist: Remove vcdiff.
3563 2012-06-03 Glenn Morris <rgm@gnu.org>
3565 * INSTALL, make-dist: Remove rcs-checkin.
3567 2012-06-03 Ulrich Müller <ulm@gentoo.org>
3569 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
3571 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
3573 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
3574 It is confusingly named and rarely useful. See, for example,
3575 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
3576 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
3577 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
3578 * configure.in: Remove --disable-maintainer-mode.
3579 (USE_MAINTAINER_MODE, MAINT): Remove.
3581 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
3583 Make 'configure' a bit smaller and faster.
3584 * configure.in (INSTALL_INFO): Set it with one call to
3585 AC_PATH_PROG, not three.
3586 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
3587 so likely that it'll be needed.
3588 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
3589 (AC_PROG_MAKE_SET): Remove; Automake does this.
3590 (sysinfo): Do not check for this function, as it's never used.
3591 (tzset): Check for this function just once.
3592 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
3593 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
3595 2012-05-27 Eli Zaretskii <eliz@gnu.org>
3597 * config.bat (lib): Create/update lib/stdalign.in-h and
3600 * lib/makefile.w32-in ($(BLD)/md5.$(O))
3602 ($(BLD)/sha256.$(O))
3603 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
3604 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
3606 * lib/getopt_.h: Regenerate.
3608 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3610 Assume gnulib does largefile.
3611 Gnulib does the largefile configuration anyway, so when configure.in
3612 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3613 * configure.in (AC_SYS_LARGEFILE): Remove.
3614 * lib/gnulib.mk: Autoupdate.
3616 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3618 Merge from gnulib. (Bug#11527)
3620 The build procedure now creates <stdalign.h> and <sys/types.h> for
3621 older hosts that lack a working <stdalign.h> or whose
3622 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3623 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
3624 msdos and nt builds.
3626 Here is a precis of gnulib changes that seem relevant; please see
3627 the gnulib ChangeLog for details.
3629 2012-05-18 crypto: fix bug in large buffer handling
3630 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3631 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3632 2012-05-08 warnings.m4: give a means to specify the program to compile
3633 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3634 2012-04-21 Large File Support for native Windows platforms.
3635 2012-04-14 stat: Bypass buggy override in mingw64.
3636 2012-03-29 stdio: don't assume gets any more
3637 2012-03-24 Enable common subexpression optimization in GCC.
3638 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3639 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3640 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3641 2012-01-21 stdint: Add support for Android.
3642 2012-01-15 Improve support for MSVC 9.
3643 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3644 2012-01-05 Use ', not `, for quoting output.
3645 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3646 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3647 2012-01-05 inttypes: Modernize.
3648 2011-12-13 inttypes, stdint: add C++11 support
3649 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3650 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3651 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3652 2011-11-09 raise: fix mingw handling of SIGPIPE
3653 2011-10-27 Add stdalign module and use it in other modules.
3655 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3656 * m4/sys_types_h.m4:
3658 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3659 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
3660 * build-aux/snippet/warn-on-use.h:
3661 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3662 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3663 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3664 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3665 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3666 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3667 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3668 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3669 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3670 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3671 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3672 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3673 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3674 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3675 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3676 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3677 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3678 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3679 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3680 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3681 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3682 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3683 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3684 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3685 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3686 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3687 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3690 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3693 * configure.in: Remove all mention of src/m/*.
3694 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3696 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3697 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3698 * lib/makefile.w32-in: Remove dependencies on
3699 $(EMACS_ROOT)/src/m/intel386.h.
3700 * make-dist: Don't make links to src/m.
3702 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3704 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
3705 Without this further fix, aclocal was being invoked unnecessarily.
3707 2012-05-22 Glenn Morris <rgm@gnu.org>
3709 * Makefile.in (blessmail, install-arch-dep, uninstall):
3710 Check cd lib-src works.
3711 (install-arch-dep, uninstall): Remove unneeded subshells.
3713 2012-05-21 Glenn Morris <rgm@gnu.org>
3715 * update-subdirs: Move to build-aux/.
3716 * make-dist, Makefile.in (install-arch-indep): Update for this change.
3718 * Makefile.in (leimdir): New, set by configure.
3719 (COPYDIR, COPYDESTS): Add leim directories.
3720 (install-leim): Remove.
3721 (install-arch-indep): Handle leim installation directly.
3723 * vpath.sed: Remove unused file.
3724 * make-dist: No more vpath.sed.
3726 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
3728 Use full name for m4/gnulib-comp.m4. (Bug#11529)
3729 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
3730 even though the file's name in gnulib is m4/gnulib-comp.m4.
3731 This had a problem when merging from gnulib, as the code temporarily
3732 renamed it to the full name, causing problems when interrupted.
3733 Now the file has its full name, with the idea that we will find
3734 a solution for MS-DOS that does not affect the rest of Emacs.
3735 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
3737 Assume C89 or later.
3738 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
3739 (POINTER_TYPE, PROTOTYPES): Remove.
3741 Make merging from gnulib a script, not a makefile action.
3742 Putting it in a makefile has some problems with reflection, as
3743 merging from gnulib updates 'configure', which can update the makefile.
3744 Putting it in a standalone script breaks this loop.
3745 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
3746 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
3747 Remove, moving the actions to the script admin/merge-gnulib.
3749 2012-05-21 Glenn Morris <rgm@gnu.org>
3751 * configure.in (LEIM_INSTALLDIR):
3752 Rename to leimdir, treat like lispdir.
3754 2012-05-21 Glenn Morris <rgm@gnu.org>
3756 * Makefile.in (install-arch-indep, install-doc, install-info)
3757 (uninstall): Scrap superfluous subshells.
3759 2012-05-19 Ulrich Müller <ulm@gentoo.org>
3761 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3763 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3765 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3766 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3767 getsockopt, setsockopt, mremap, mempcpy.
3769 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3771 (AC_CHECK_FUNCS): Remove ftime.
3773 2012-05-19 Glenn Morris <rgm@gnu.org>
3775 * Makefile.in (install-arch-indep): Remove unneeded subshell.
3777 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3778 Set permissions of lisp/subdirs.el.
3780 * Makefile.in (SUBDIR): Add leim. Update users.
3782 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3784 * Makefile.in (leim): No need to set PARALLEL.
3786 2012-05-18 Glenn Morris <rgm@gnu.org>
3788 * Makefile.in (install-arch-indep, install-info, install-man):
3789 Simplify some one-sided ifs.
3791 * Makefile.in: Install only the relevant DOC file.
3792 (install-arch-indep): Delete etc/DOC*.
3793 (install-doc): No more need to delete etc/DOC.
3795 * Makefile.in (install-arch-indep): Split into several rules.
3796 (install-doc, innstall-info, install-man): New rules.
3798 * configure.in (mandir): May as well include it in the NS app bundle.
3800 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3801 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3802 (install-arch-indep): Don't install-etc for self-contained ns builds.
3804 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3805 No longer unconditonally add /sw directories. (Bug#2280)
3807 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3808 (install-arch-indep): Depend on install-leim.
3809 (install): Remove explicit install-leim dependence.
3811 * Makefile.in (install-arch-indep):
3812 Move last element of mkdir rule here.
3813 (mkdir): Remove rule.
3815 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3816 INSTALL_DATA does this for us.
3818 * Makefile.in (install-arch-dep): Ensure bindir exists.
3819 Drop mkdir dependency.
3820 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3821 (install-leim): Drop mkdir dependency.
3822 (mkdir): Remove most directories, now made in relevant rules.
3824 * Makefile.in (install-arch-indep): Combine adjacent loops.
3826 2012-05-17 Glenn Morris <rgm@gnu.org>
3828 * Makefile.in (install-etc, mkdir):
3829 Make relevant directories in install-etc rather than mkdir.
3831 * Makefile.in (write_subdir): Create the directory if needed.
3832 (install-arch-dep, mkdir): No need to make site-lisp directories.
3834 * Makefile.in (write_subdir): New.
3835 (install-arch-indep, install-arch-dep): Use $write_subdir.
3837 * configure.in (docdir, etcdir, infodir, lispdir):
3838 For a self-contained ns build, set these to the appropriate values.
3839 * Makefile.in (install-arch-dep): No need to move info/ any more.
3841 * configure.in (ns_self_contained): New output variable.
3842 * Makefile.in (ns_self_contained): New, set by configure.
3843 (install-arch-dep): For a self-contained ns build,
3844 don't bother installing binaries then immediately deleting them.
3846 * Makefile.in (ns_appbindir, ns_appresdir):
3847 Move them before things that may refer to them.
3848 (install-arch-dep): No need to relocate self-contained ns libexec.
3850 * configure.in (archlibdir): Set it for self-contained ns builds.
3851 (libexecdir): Don't expand it now (this is mainly cosmetic).
3853 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3855 * configure.in: Simplify by removing CPP etc.
3856 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3857 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3858 In particular we no longer need to fiddle with CPP, since we don't
3859 use CPP specially any more.
3860 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3862 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3863 since gl_EARLY and/or Autoconf already does these.
3865 2012-05-16 Glenn Morris <rgm@gnu.org>
3867 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3868 (CPP): Do not unconditionally set it on Darwin.
3869 Instead, try to test if -no-cpp-precomp is accepted.
3870 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3872 2012-05-15 Glenn Morris <rgm@gnu.org>
3874 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
3876 * Makefile.in (install-arch-dep): Do not hard-code version number.
3878 * Makefile.in (install-arch-dep): NS install no longer needs to
3879 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3881 2012-05-12 Glenn Morris <rgm@gnu.org>
3883 * configure.in (ns_appbindir): Remove trailing "/".
3885 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3886 (MKDEPDIR): Use $MKDIR_P.
3887 * Makefile.in (MKDIR_P): New, set by configure.
3888 (mkdir): Use $MKDIR_P.
3890 2012-05-11 Glenn Morris <rgm@gnu.org>
3892 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
3893 Use INSTALL_DATA for the DOC file.
3894 Remove dead code for ./lisp that never executes.
3896 2012-05-10 Glenn Morris <rgm@gnu.org>
3898 * configure.in (LEIM_INSTALLDIR): New output variable.
3900 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3902 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3904 2012-05-08 Glenn Morris <rgm@gnu.org>
3906 * make-dist: No more doc/lispref/*.el.
3908 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3910 * configure.in: Fix quoting bugs.
3912 2012-05-04 Glenn Morris <rgm@gnu.org>
3914 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3916 2012-05-02 Glenn Morris <rgm@gnu.org>
3918 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3919 the choices made by FreeBSD and NetBSD. (Bug#10313)
3921 * Makefile.in (INFO_FILES): Remove variable.
3922 (INFO_NONMISC): New variable.
3923 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3925 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3926 some reason caused problems on an old Solaris.
3928 * Makefile.in (install-arch-indep, uninstall):
3929 Ensure that INSTALL-type commands are run from top-level.
3931 * info/dir: Make some entries consistent with the source texi files.
3933 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3935 2012-05-02 Glenn Morris <rgm@gnu.org>
3937 * Makefile.in (install-arch-indep):
3938 Combine adjacent install-data and install-info loops.
3940 2012-05-01 Glenn Morris <rgm@gnu.org>
3942 * Makefile.in (MAN_PAGES): Remove.
3943 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3945 * configure.in: Try libtinfo for tputs.
3946 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3948 * configure.in: Combine adjacent $opsys case blocks.
3950 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3952 * configure.in: Invert the TERMINFO logic,
3953 since "yes" is far more common than "no".
3955 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3957 * configure.in (LD_SWITCH_X_SITE_RPATH):
3958 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
3960 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
3962 2012-04-26 Glenn Morris <rgm@gnu.org>
3964 * make-dist: No more doc/lispref/tindex.pl.
3966 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3968 * configure.in (dbus_validate_bus_name, dbus_validate_path)
3969 (dbus_validate_interface, dbus_validate_member): Check also for
3970 these library functions.
3972 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
3974 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
3975 With glibc 2.14 or later, when compiled with GCC 4.7.0's
3976 -Werror=deprecated-declarations flag, use of hooks like
3977 __malloc_initialize_hook causes compilation to fail because these
3978 hooks are deprecated. Modify 'configure' to check for these hooks too.
3979 Simplify the 'configure' code to test for all the hooks at once.
3980 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
3981 (emacs_cv_var_doug_lea_malloc): ... this new var.
3983 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
3985 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
3986 dated 2011-10-07. Regenerating from current gnulib would be a
3987 pervasive change, and currently the trunk isn't open to such changes.
3988 * configure.in (WARN_CFLAGS): Remove; no longer needed now
3989 that gnulib does it.
3990 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
3992 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
3994 * m4/gl-comp.m4: Update. (Bug#11285)
3996 2012-04-20 Ludovic Courtès <ludo@gnu.org>
3998 * configure.in: Don't use the -R option (Bug#11251).
4000 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
4002 configure: new option --enable-gcc-warnings (Bug#11207)
4003 I have been using this change for many months in my private copy
4004 of Emacs, and have used it to find several bugs. It's mature
4005 enough to publish now.
4006 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
4007 * configure.in: Support --enable-gcc-warnings, in the style of
4008 other GNU packages such as coreutils.
4009 (C_WARNINGS_SWITCH): Remove, replacing with...
4010 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
4011 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
4012 when including system files with GCC.
4013 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
4014 * lib/Makefile.am (AM_CFLAGS): New macro.
4015 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
4017 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4019 * configure.in (AC_CHECK_FUNCS):
4020 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
4022 2012-04-16 Glenn Morris <rgm@gnu.org>
4024 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
4026 * configure.in: Remove X libs workaround for old autoconf.
4028 2012-04-12 Ken Brown <kbrown@cornell.edu>
4030 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
4032 2012-04-11 Glenn Morris <rgm@gnu.org>
4034 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
4036 2012-04-10 Glenn Morris <rgm@gnu.org>
4038 * configure.in: Conditionally generate admin/unidata/Makefile.
4040 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4042 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
4044 2012-04-09 Glenn Morris <rgm@gnu.org>
4046 * Makefile.in (leim): Check cd return value. Pass fewer variables.
4047 (install-leim): Check cd return value. Pass $MFLAGS.
4048 (install-strip): Pass $MFLAGS.
4050 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
4051 Eg org.texi has been using 4.7 functions for some time.
4053 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
4055 Check pkg-config exit status when configuring (Bug#10626).
4056 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
4057 works; check its exit status. Problem reported by Jordi Gutiérrez
4059 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
4061 2012-04-07 Glenn Morris <rgm@gnu.org>
4063 * README, configure.in (AC_INIT): Bump version to 24.1.50.
4065 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4067 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
4069 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
4071 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
4072 * configure.in (LIBS_TERMCAP): Default this to the result of
4073 the tputs library search. Do a run-time test for the linkability
4074 of tputs unless cross-compiling, as that's more reliable if the
4075 link flags and libraries are messed up. Don't change LIBS as
4076 a result of the test, as that may mess up later tests.
4078 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
4080 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
4082 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
4083 specific makefiles to support getopt_.h generation with MSVC.
4085 2012-02-04 Glenn Morris <rgm@gnu.org>
4087 * Makefile.in (uninstall):
4088 Handle compressed info files and man pages. (Bug#10718)
4090 2012-02-02 Glenn Morris <rgm@gnu.org>
4092 * configure.in [HAVE_NS]:
4093 Error if use --without-toolkit-scroll-bars. (Bug#10673)
4095 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
4097 Port to older Solaris 10 versions (Bug#10677).
4098 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
4099 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
4100 possibly this is because Sun fixed the 'stat' bug in my version.
4101 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
4102 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
4103 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4104 These changes are based on gnulib version
4105 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
4106 because Emacs is in feature freeze and we do not want to merge any
4107 more-recent changes from gnulib.
4109 2012-01-31 Glenn Morris <rgm@gnu.org>
4111 * configure.in: Throw an explicit error if Motif toolkit was
4112 requested but requirements could not be found.
4114 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
4116 2012-01-30 Eli Zaretskii <eliz@gnu.org>
4118 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
4119 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
4122 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4124 * .bzrignore: Ignore etc/__pycache__.
4126 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
4128 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
4129 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
4130 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
4131 by Nelson H. F. Beebe in
4132 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
4134 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4136 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
4138 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
4140 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
4141 instead of LDFLAGS (Bug#10230).
4143 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4145 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
4147 Propagate configure flags to sub-configures.
4148 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
4150 (config.status, bootstrap): Use them to propagate configure flags
4152 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
4154 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4156 * .bzrignore: Add config.cache.
4158 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
4160 * configure.in: Check for gtk_window_set_has_resize_grip.
4162 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4164 * configure.in (HAVE_XPM): Fix typo.
4166 2011-11-22 Glenn Morris <rgm@gnu.org>
4168 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
4169 have confusing effects on the build. (Bug#6401)
4171 * Makefile.in (install-arch-dep): Tweak previous change.
4173 2011-11-22 Yavor Doganov <yavor@gnu.org>
4175 Do not install arch-dependent files in the app bundle if
4176 --disable-ns-self-contained is requested. (Bug#1335)
4177 * configure.in (exec_prefix, libexecdir): Define relative to
4178 `ns_appbindir' only if configured for a self-contained app.
4179 * Makefile.in (install-arch-dep): Test for the existence of
4180 libexec in the Emacs.app bundle before executing commands.
4182 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
4184 * configure.in: Remove reference to src/m/ibms390.h.
4186 2011-11-13 Glenn Morris <rgm@gnu.org>
4188 * INSTALL: Tiny updates for disk space used during installation.
4190 2011-11-05 Eli Zaretskii <eliz@gnu.org>
4192 * lib/makefile.w32-in (FRC): New dummy target.
4193 (TAGS): Depend on FRC.
4195 2011-11-04 Glenn Morris <rgm@gnu.org>
4197 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
4198 Do not include GnuTLS version info in final summary message.
4200 2011-10-31 Eli Zaretskii <eliz@gnu.org>
4202 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
4203 they exist there, else from autogen/.
4205 * make-dist (msdos): Add depfiles.bat and inttypes.h.
4207 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
4209 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
4211 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
4213 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
4214 if the library is found. Otherwise, later configure-time tests,
4215 such as the test for pthread_sigmask, generate the wrong results
4216 on some platforms. Problem reported for FreeBSD by Nali Toja.
4218 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
4220 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
4221 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
4222 Remove; no longer needed, now that we defer to strftime for time
4225 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
4227 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
4229 2011-10-18 Chong Yidong <cyd@gnu.org>
4231 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
4233 2011-10-13 Glenn Morris <rgm@gnu.org>
4235 * configure.in: Also look for tputs in libcurses. (Bug#9736)
4237 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
4239 * configure.in: Remove check for -lintl (Bug#9713).
4240 The check could break 'configure' on GNU/Linux with a (broken) libintl.
4241 The check was helpful but not essential in Solaris 2.6 (1997),
4242 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
4243 obsolete -- Sun dropped support for it in 2006 -- and without
4244 access to that Silurian platform we can't maintain the code anyway.
4246 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
4248 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
4249 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
4250 * m4/gnulib-common.m4: Merge from gnulib.
4251 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
4252 command not found" on powerpc-apple-darwin9.8.0.
4254 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
4255 This is now done by src/alloc.c.
4257 2011-10-02 Richard Stallman <rms@gnu.org>
4259 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
4260 and xlinux_second_failure to xgnu_linux_second_failure.
4262 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4264 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
4267 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
4268 Rename signal.in.h and alloca.in.h.
4270 2011-09-28 Eli Zaretskii <eliz@gnu.org>
4272 * INSTALL: Mention that m17n libraries and libotf are needed for
4275 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
4277 Merge from gnulib, improving some licensing wording.
4278 This clarifies and fixes some licensing issues raised by Glenn Morris
4279 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
4280 It also merges the latest version of texinfo.tex and has some
4281 MSVC-related changes that don't affect Emacs.
4282 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
4283 pathmax, and raise, since these are needed only to address
4284 MSVC-related issues that Emacs doesn't have.
4285 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
4286 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
4287 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
4288 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
4289 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
4290 * m4/unistd_h.m4: Merge from gnulib.
4292 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
4294 * configure.in: Initialize HAVE_LIBXML2.
4296 2011-09-26 Glenn Morris <rgm@gnu.org>
4298 * make-dist: Add lib/makefile.w32-in.
4300 2011-09-24 Glenn Morris <rgm@gnu.org>
4302 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
4304 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4306 * .dir-locals.el: Change the debbugs regexp to allow having the
4307 bug number as the first thing on a line.
4309 2011-09-15 Glenn Morris <rgm@gnu.org>
4311 * configure.in: Make configure work with recent GNUsteps.
4312 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
4313 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
4314 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
4316 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
4318 Merge from gnulib, porting to Tru64.
4319 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
4320 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4321 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
4322 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
4323 doesn't affect Emacs.
4325 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4327 * configure.in (isnan): Remove now-unnecessary check.
4329 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4331 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
4332 This is to fix the following problems:
4333 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
4334 configured not to use gtk or any other thread-using library,
4335 signals aren't blocked correctly.
4336 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
4337 and IRIX's signal handling.
4338 . On Cygwin 1.7.5 it works around an incompatibility with
4339 the system pthread_sigmask.
4340 . On MacOS X 10.5 (32-bit), files whose inode numbers
4341 exceed 2**31 cannot be read or manipulated.
4342 . pthread_sigmask: Actually use results of gl_THREADLIB.
4343 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
4344 . find 'ar' program that fits with --host argument.
4345 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
4346 * autogen/README: Update destination list.
4347 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
4348 The autogenerated files compile, config.guess,
4349 config.sub, depcomp, install-sh, and missing are now in build-aux.
4350 * m4/largefile.m4: New file, so that Emacs does not mess up when
4351 accessing files with large inode numbers in MacOS X 10.5 and later.
4352 * m4/nocrash.m4: New file, to avoid triggering background debugger
4353 and/or create core dumps during 'configure'.
4354 * build-aux/move-if-change: Renamed from move-if-change.
4355 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
4356 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
4357 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
4358 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
4359 * Makefile.in (epaths-force, sync-from-gnulib):
4360 move-if-change is now in build-aux.
4361 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
4362 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
4363 (mkdir): install-sh is now in build-aux.
4364 * config.bat: c++defs.h is now in build-aux/snippets.
4365 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
4367 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4368 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
4369 to build-aux/snippet.
4370 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
4371 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
4372 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
4373 Solaris, enables MacOS extensions, and enables nocrash during
4375 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
4377 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
4379 * configure.in (snprintf): New check.
4381 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
4383 * configure.in (opsys): Change pattern to *-*-linux*
4384 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
4385 Remove unreachable pattern hppa*-*-linux-gnu*.
4386 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
4387 and that can't possibly work now that src/m/hp800.h no longer exists.
4389 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
4391 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
4393 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
4395 * configure.in: Add header check: sys/socket.h (Bug#8477),
4396 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
4397 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
4399 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
4401 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
4402 (HAVE_GTK_AND_PTHREAD): Remove.
4404 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
4406 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
4407 build, not just GNUstep (Bug#9177).
4409 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
4411 Assume freestanding C89 headers, string.h, stdlib.h.
4412 Again, this simplifies the code, and all current platforms have these.
4413 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
4414 (AC_HEADER_STDC): Remove.
4415 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
4416 (strchr, strrchr): Remove fallback macros.
4418 Assume support for memcmp, memcpy, memmove, memset.
4419 This simplifies the code a bit. All current platforms have these,
4420 as they are required for C89. If this turns into a problem we
4421 can add the gnulib modules for these (a 1-line change to Makefile.in).
4422 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
4424 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
4426 * GNUmakefile: New file.
4427 This is for convenience, so that one can run GNU make in an
4428 unconfigured source tree, and get a default build.
4430 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
4432 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
4434 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4436 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
4437 so as to suppress address randomization (Bug#8395).
4439 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
4441 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
4442 This fixes a build problem on older Mac OS X hosts.
4444 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
4445 test, which runs afoul of Automake installations where, for example,
4446 /usr/share/aclocal contains a copy of gl_THREADLIB.
4447 Problem reported by Sven Joachim in
4448 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
4449 This is just a quick temporary fix, specific to Emacs; I'll work
4450 with the other gnulib maintainers to get a more-permanent fix.
4452 Add gnulib's strtoimax module, needed on Solaris 8.
4453 * Makefile.in (GNULIB_MODULES): Add strtoimax.
4454 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
4455 automatically imported from gnulib.
4456 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4458 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
4460 Add gnulib support for pthread_sigmask (Bug#9010).
4461 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
4462 * configure.in (AC_TYPE_UID_T): New dummy macro.
4463 Configure gnulib after adjusting LIBS,
4464 so that gnulib can assume the libraries in LIBS.
4465 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
4466 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
4467 * lib/pthread_sigmask.c:
4468 New files, automatically imported from gnulib.
4469 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
4470 due to the above changes.
4471 * .bzrignore: Add lib/signal.h.
4473 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
4475 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
4477 * configure.in (maintainer-mode): Reflect default in help string.
4479 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4481 * configure.in: Remove reference to iris4d.h.
4483 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4485 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
4487 2011-07-01 Glenn Morris <rgm@gnu.org>
4489 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
4491 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4493 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
4494 which made ./configure infloop.
4496 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
4498 * configure.in (gsettings): New option and check for GSettings.
4500 2011-06-29 Glenn Morris <rgm@gnu.org>
4502 * configure.in: Try to test for the required crt*.o files.
4504 2011-06-27 Bill Wohler <wohler@newt.com>
4506 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
4508 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
4510 Use gnulib's dup2 module instead of rolling our own.
4511 * Makefile.in (GNULIB_MODULES): Add dup2.
4512 * configure.in: Do not check for dup2; gnulib does that now.
4513 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
4515 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
4517 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
4519 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
4521 Use gnulib's alloca-opt module.
4522 * .bzrignore: Add lib/alloca.h.
4523 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
4524 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
4525 as gnulib now does that for us. Put alloca check in config.h.
4526 Include <alloca.h> before any other include file, for AIX 3.
4527 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4528 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
4530 2011-06-21 Leo Liu <sdl.web@gmail.com>
4540 * lib/makefile.w32-in (GNULIBOBJS):
4542 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
4543 crypto/sha512 modules from gnulib.
4545 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
4547 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
4549 2011-06-17 Glenn Morris <rgm@gnu.org>
4551 * configure.in: Restore the behavior of checking crt-dir only
4552 when the user specified it (not all platforms use it).
4554 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
4556 * m4/lstat.m4: Merge from gnulib (Bug#8878).
4558 2011-06-16 Miles Bader <miles@gnu.org>
4560 * configure.in: Try to determine CRT_DIR automatically when
4563 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4565 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
4566 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
4567 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
4568 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
4569 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
4572 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
4574 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
4576 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
4578 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
4580 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
4582 * configure.in: Add --with-wide-int.
4583 * INSTALL: Mention this.
4585 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
4588 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
4590 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
4592 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
4594 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
4596 Use 'inline', not 'INLINE'.
4597 * configure.in (INLINE): Remove.
4599 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
4601 Adjust to recent gnulib change for @GUARD_PREFIX@.
4602 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
4603 All uses of _GL_ for guard prefixes in lib/*.h replaced with
4606 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4608 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
4610 2011-05-24 Glenn Morris <rgm@gnu.org>
4612 * Makefile.in (check): Just give a message if no test/ directory.
4614 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4616 * configure.in (OPT_MAKEFILES_IN): Remove.
4617 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4618 (SUBDIR_MAKEFILES_IN): New output variable.
4619 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4620 (SUBDIR_MAKEFILES_IN): Let configure set it.
4622 2011-05-24 Leo Liu <sdl.web@gmail.com>
4628 * lib/makefile.w32-in (GNULIBOBJS):
4630 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4632 2011-05-24 Glenn Morris <rgm@gnu.org>
4634 * configure.in: Remove test for already configured source directory.
4635 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4637 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4639 2011-05-24 Glenn Morris <rgm@gnu.org>
4641 * make-dist: Don't distribute test/. (Bug#8107)
4642 * configure.in (OPT_MAKEFILES_IN): New output variable.
4643 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4644 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4645 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4646 (check): Give an explicit error if test/ is not present.
4648 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4649 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4650 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4652 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4654 * lib/verify.h: Merge from gnulib.
4656 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4658 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4661 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4663 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4665 2011-05-20 Eli Zaretskii <eliz@gnu.org>
4667 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4669 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4671 2011-05-20 Glenn Morris <rgm@gnu.org>
4673 * configure.in (lisp_frag): New output file.
4675 2011-05-19 Glenn Morris <rgm@gnu.org>
4677 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4678 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4680 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4687 * m4/unistd_h.m4: Sync from gnulib.
4689 2011-05-14 Glenn Morris <rgm@gnu.org>
4691 * configure.in: Treat failure to find an X toolkit the same way we treat
4692 failure to find X and image support.
4694 2011-05-12 Glenn Morris <rgm@gnu.org>
4696 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4697 (check-declare): Shell portability fixes. (Bug#8642)
4699 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4701 * configure.in: Require GnuTLS 2.6.x or higher.
4703 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4705 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
4706 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
4707 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
4709 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
4710 This new gnulib-tool option saves 'configure' the trouble of
4711 checking for strtoull when strtoumax exists.
4713 * configure.in (BITS_PER_LONG_LONG): New macro.
4715 2011-05-05 Glenn Morris <rgm@gnu.org>
4717 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
4718 (top_distclean): Delete config.log~.
4720 2011-04-27 Ben Key <bkey76@gmail.com>
4722 * configure.in: Fixed a bug that caused configure with
4723 --enable-checking=stringoverrun to have no effect.
4725 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
4727 * configure.in: Suppress unnecessary checks for size_t.
4728 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
4729 (size_t): Do not check for this, and do not typedef. This code
4730 is never exercised now.
4732 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4733 This is needed for the new integer-reading code in lread.c.
4734 It automatically pulls in the following gnulib files, which
4735 are used on old-fashioned platforms that don't have strtoumax:
4736 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
4737 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
4738 m4/strtoull.m4, m4/strtoumax.m4.
4739 * .bzrignore: Add lib/inttypes.h.
4741 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4743 * configure.in: Check for GnuTLS certificate verify callbacks.
4745 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4747 * Makefile.in (config.status): Don't erase in case of error.
4748 In case it disappeared, rebuild it with `configure'.
4750 2011-04-20 Ken Brown <kbrown@cornell.edu>
4752 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4754 2011-04-12 Glenn Morris <rgm@gnu.org>
4756 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4758 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
4760 * lib/allocator.c: New file, automatically generated by gnulib.
4762 2011-04-07 Glenn Morris <rgm@gnu.org>
4764 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4766 2011-04-06 Eli Zaretskii <eliz@gnu.org>
4768 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4771 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
4773 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4774 ($(BLD)/careadlinkat.$(O)): New target.
4775 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4776 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4777 Update dependencies.
4779 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
4781 Fix more problems found by GCC 4.6.0's static checks.
4783 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4785 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
4786 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4787 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4788 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4790 2011-04-06 Glenn Morris <rgm@gnu.org>
4792 * autogen/update_autogen: Handle loaddefs-like files as well.
4793 (usage): Add -l, -C.
4794 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4795 With -l, check status of lisp/ as well.
4796 With -C, clean before building.
4797 (autoreconf): Only pass -f in the `clean' case.
4798 (commit): New function.
4800 2011-03-28 Glenn Morris <rgm@gnu.org>
4802 * autogen/update_autogen: Pass -f to autoreconf.
4804 * autogen.sh (get_version): Discard "not found" lines.
4805 (check_version): Respect $AUTOCONF etc environment variables.
4807 2011-03-27 Glenn Morris <rgm@gnu.org>
4809 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4810 (AH_BOTTOM): Do not define SIGTYPE.
4812 2011-03-26 Glenn Morris <rgm@gnu.org>
4814 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4815 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4817 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4819 * autogen/update_autogen: Remove useless function keyword.
4821 2011-03-25 Eli Zaretskii <eliz@gnu.org>
4823 * config.bat: Generate src/config.h and lib/Makefile from
4824 autogen/config.in and autogen/Makefile.in.
4826 2011-03-25 Glenn Morris <rgm@gnu.org>
4828 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4829 Remove; autoreconf can supply them.
4830 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4831 config.guess, install-sh. Pass -i to autoreconf.
4832 * autogen/update_autogen (genfiles): Add compile, config.guess,
4833 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4834 Discard non-error output from autoreconf in -q case.
4835 * autogen/compile, autogen/config.guess, autogen/config.sub:
4836 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4837 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4838 install-sh, missing.
4840 2011-03-23 Glenn Morris <rgm@gnu.org>
4842 * autogen/update_autogen: Fix typo.
4843 (msg): Remove function; use `exec' instead.
4845 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4846 (sync-from-gnulib): Don't sync mkinstalldirs.
4847 * make-dist: Don't distribute mkinstalldirs.
4849 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
4851 Fix more problems found by GCC 4.5.2's static checks.
4852 * Makefile.in (GNULIB_MODULES): Add socklen.
4853 * configure.in: Do not check for sys/socket.h, since socklen does that.
4854 * m4/socklen.m4: New automatically-generated file, from gnulib.
4856 fakemail: Remove dependency on ignore-value.
4857 * Makefile.in (GNULIB_MODULES): Add stdio.
4858 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4859 imported from gnulib.
4860 * .bzrignore: Add lib/stdio.h.
4862 2011-03-22 Glenn Morris <rgm@gnu.org>
4864 * autogen/copy_autogen: Work from ./ or ../.
4866 * autogen.sh: Doc fix.
4868 2011-03-20 Glenn Morris <rgm@gnu.org>
4870 * autogen/: New directory, to be excluded from releases.
4871 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4872 * autogen/README: New file.
4873 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4874 * autogen/Makefile.in: Add auto-updated generated files.
4875 * autogen.sh: No longer a no-op, now it tests for autotools
4876 and runs them as necessary.
4877 * configure.in: Default maintainer-mode to on.
4878 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4880 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4883 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4884 includes <intprops.h> directly.
4885 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4886 when building Emacs on Solaris 9 and running it on Solaris 10.
4888 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4890 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4892 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4894 * Version 23.3 released.
4896 2011-03-06 Glenn Morris <rgm@gnu.org>
4898 * configure.in (FREETYPE_LIBS): Actually set it to something.
4900 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4902 Work around some portability problems with symlinks.
4904 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4905 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4906 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4907 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4909 New files, automatically generated from gnulib.
4910 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4911 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4913 2011-02-26 Eli Zaretskii <eliz@gnu.org>
4915 * .bzrignore: Ignore new lib/*.in-h files.
4917 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4918 Call depfiles.bat even if lib/deps already exist.
4920 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4922 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
4923 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4924 recent changes to configure.in and to gnulib.
4926 2011-02-24 Glenn Morris <rgm@gnu.org>
4928 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4929 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4931 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4933 Assume S_ISLNK etc. work, since gnulib supports this.
4934 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4935 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4936 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4937 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4939 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4941 * lib/min-max.h: New file, for "min" and "max".
4943 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4945 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
4946 $(EMACS_ROOT)/nt/inc/stdint.h.
4948 2011-02-21 Eli Zaretskii <eliz@gnu.org>
4950 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4951 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4952 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4954 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4956 Import filemode module from gnulib.
4957 * .bzrignore: Add lib/sys/.
4958 * Makefile.in (GNULIB_MODULES): Add filemode.
4959 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
4960 * lib/filemode.c: Renamed from src/filemode.c and regenerated
4961 from gnulib. This adds support for some more file types, e.g.,
4962 Cray DMF migrated files.
4963 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
4964 * m4/sys_stat_h.m4: New files, generated from gnulib.
4965 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4968 2011-02-20 Eli Zaretskii <eliz@gnu.org>
4970 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
4971 $(EMACS_ROOT)/nt/inc/sys/stat.h.
4973 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4975 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
4976 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
4977 is no longer needed, due to the recent SSDATA and related changes.
4978 Perhaps -Wno-pointer-sign should also be removed from
4979 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
4980 way to test this so I left it alone.
4981 * configure: Regenerate.
4983 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
4985 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
4986 src/makefile.w32-in.
4988 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
4990 Import crypto/md5 and stdint modules from gnulib.
4991 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
4993 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
4994 Import the new versions from gnulib; they assume a C99-style
4995 <stdint.h>, supplied by the stdint module.
4996 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
4997 imported from gnulib.
4998 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
5000 2011-02-19 Eli Zaretskii <eliz@gnu.org>
5002 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
5005 * config.bat: Configure in `lib'.
5006 Generate *.Po files in lib/deps.
5008 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
5010 Import IRIX 6.5 getloadavg fixes from gnulib.
5011 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
5013 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
5015 Import getloadavg module from gnulib.
5016 * .bzrignore: Add lib/stdlib.h.
5017 * Makefile.in (GNULIB_MODULES): Add getloadavg.
5018 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
5019 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
5020 Remove; gnulib does this now.
5021 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
5022 from gnulib. This adds support for several other systems, such
5023 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
5024 buffer overrun on Linux hosts under very high load, and on hosts
5025 that maintain a channel to the load average file it makes sure
5026 the file descriptor is close-on-exec (on hosts that support this)
5027 and is not stdin, stdout, or stderr.
5028 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
5030 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5033 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
5037 * install-sh: Update to scriptversion 2011-01-19.21.
5039 2011-02-13 Bruno Haible <bruno@clisp.org>
5041 Consistent macro naming for macros that use GCC __attribute__.
5042 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
5043 ATTRIBUTE_DEPRECATED.
5045 2011-02-12 Bruno Haible <bruno@clisp.org>
5047 setlocale: Prefer gnulib's override over libintl's override.
5048 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
5049 GNULIB_defined_setlocale is set.
5051 2011-02-13 Glenn Morris <rgm@gnu.org>
5053 * make-dist: Exclude generated file src/globals.h.
5055 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
5057 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
5058 Sync from gnulib, which has been patched to fix the problem
5059 with the license notices. Problem reported by Glenn Morris in
5060 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
5062 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5064 * .bzrignore: Ignore globals.h and related stamp.
5066 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
5068 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
5069 This merges the following fix from gnulib:
5071 2011-02-08 Bruno Haible <bruno@clisp.org>
5073 Split large sed scripts, for HP-UX sed.
5075 2011-02-08 Tom Tromey <tromey@redhat.com>
5077 * configure: Rebuild.
5078 * configure.in (NS_OBJC_OBJ): New subst.
5080 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
5082 gnulib: allow multiple gnulib generated replacements to coexist
5083 This defines a few preprocessor symbols that should not affect Emacs.
5084 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
5085 via "make sync-from-gnulib".
5087 gnulib: undo previous change
5088 The upstream _HEADERS change was backed out of gnulib (see the
5089 same thread). Stay in sync with gnulib.
5091 gnulib: adjust to upstream _HEADERS change
5092 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
5093 New empty macros, to accommodate recent changes to gnulib. See
5094 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
5095 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
5096 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
5097 * lib/time.in.h, lib/unistd.in.h:
5100 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
5102 sync from gnulib to remove HAVE_STDBOOL_H
5103 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
5104 AC_HEADER_STDBOOL. All uses changed. Do not define
5105 HAVE_STDBOOL_H, as gnulib does not need this. This change is
5106 imported from the latest Autoconf git. It was motivated by Emacs,
5107 which uses gnulib but does not need HAVE_STDBOOL_H.
5108 * configure, src/config.in: Regenerate.
5109 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
5111 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
5113 allow C code to suppress warnings about ignored return values
5114 * Makefile.in (GNULIB_MODULES): Add ignore-value.
5115 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5116 * lib/ignore-value.h: New file.
5118 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
5120 * configure.in: Test existence of xaw3d library, not just the
5123 2011-01-31 Eli Zaretskii <eliz@gnu.org>
5125 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
5127 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
5128 $(EMACS_ROOT)/src/m/intel386.h.
5129 ($(BLD)/strftime.$(O))
5130 ($(BLD)/time_r.$(O)): Define prerequisites.
5132 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
5134 src/emacs.c now gets version number from configure.in
5135 * configure.in (version): Set this from $PACKAGE_VERSION,
5136 which is set from AC_INIT, rather than scouting through src/emacs.c.
5137 * configure: Regenerate.
5138 * make-dist (version): Get it from configure.in, not src/emacs.c.
5140 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5142 strftime: import from gnulib
5143 * Makefile.in (GNULIB_MODULES): Add strftime.
5144 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
5146 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5148 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
5149 imported from gnulib.
5150 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
5151 This incorporates many changes from gnulib, including simpler
5152 handling of multibyte formats, porting to mingw32 and other
5153 platforms, and support for higher-resolution time stamps.
5154 Emacs does not yet use the higher-resolution interface.
5156 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5158 gnulib: import mktime and move-if-change fixes from gnulib
5160 * configure: Regenerate from the following.
5162 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5164 mktime: clarify long_int width checking
5165 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
5166 the top level, to make it clearer that the assumption about
5167 long_int width is being checked. See
5168 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
5170 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
5172 TYPE_MAXIMUM: avoid theoretically undefined behavior
5173 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
5174 negative number, which the C Standard says has undefined behavior.
5175 In practice this is not a problem, but might as well do it by the book.
5176 Reported by Rich Felker and Eric Blake; see
5177 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
5178 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5179 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
5181 mktime: #undef mktime before #defining it
5182 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
5184 mktime: systematically normalize tm_isdst comparisons
5185 * lib/mktime.c (isdst_differ): New function.
5186 (__mktime_internal): Use it systematically for all isdst comparisons.
5187 This completes the fix for libc BZ #6723, and removes the need for
5188 normalizing tm_isdst.
5189 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
5190 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
5192 mktime: fix some integer overflow issues and sidestep the rest
5194 This was prompted by a bug report by Benjamin Lindner for MinGW
5195 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
5196 His bug is due to signed integer overflow (0 - INT_MIN), and I
5197 I scanned through mktime.c looking for other integer overflow
5198 problems, fixing all the bugs I found.
5200 Although the C Standard says the resulting code is still not safe
5201 in the presence of integer overflow, in practice it should be good
5202 enough for all real-world two's-complement implementations, except
5203 for debugging environments that deliberately trap on integer
5204 overflow (e.g., gcc -ftrapv).
5206 * lib/mktime.c (WRAPV): New macro.
5207 (SHR): Also check that long_int and time_t shift right in the
5208 usual way, before using the fast-but-unportable method.
5209 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
5210 used. The code already assumed two's complement, so there's
5211 no need to test for alternatives. All uses removed.
5212 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
5213 the C standard. Problem reported by Rich Felker in
5214 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
5215 (twos_complement_arithmetic): Also check long_int and time_t.
5216 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
5217 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
5218 (__mktime_internal): Avoid integer overflow with unary subtraction
5219 in two instances where -1 - X is an adequate replacement for -X,
5220 since the calculations are approximate.
5222 2011-01-29 Eric Blake <eblake@redhat.com>
5224 mktime: avoid infinite loop
5225 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
5226 type; behavior is still undefined but portable to all known targets.
5227 Reported by Rich Felker.
5229 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5231 mktime: avoid problems on NetBSD 5 / i386
5232 * lib/mktime.c (long_int): New type. This works around a problem
5233 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
5234 but time_t is 64 bits, and where I expect the existing code is
5235 wrong in some cases.
5236 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
5237 (ydhms_diff): Bring back the compile-time check for wide-enough
5240 mktime: fix misspelling in comment
5241 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
5242 This merges all recent glibc changes of importance.
5244 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5246 move-if-change: cope with concurrent mv of identical file.
5247 * move-if-change (CMPPROG): Accept environment
5248 variable as an override for `cmp'.
5249 (usage): Document CMPPROG.
5250 Adjust comparison to drop stdout. Cope with failure of mv if
5251 the target file exists and is identical to the source, for
5253 Report from H.J. Lu against binutils in PR binutils/12283.
5255 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5257 * lib/makefile.w32-in:
5258 * lib/getopt_.h: New files.
5260 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5262 improve fix for MS-DOS file name clash
5263 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
5264 for portability to POSIX make. Reported by Bruno Haible.
5265 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
5266 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
5267 files from accumulating as garbage. Also reported by Bruno Haible.
5269 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
5271 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
5272 * Makefile.in (DOS-gnulib-comp.m4): New macro.
5273 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
5274 problems with MS-DOS 8+3 file name restrictions.
5275 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
5276 it, it would also cause problems when extracting Emacs distribution
5277 tarballs on MS-DOS hosts.
5278 (ACLOCAL_INPUTS): Adjust to file renaming.
5279 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5280 * config.guess, config.sub: Sync from gnulib.
5281 * m4/gnulib-cache.m4: Remove from repository.
5282 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
5284 2011-01-25 Glenn Morris <rgm@gnu.org>
5286 * README: Add a note about ranges in copyright years.
5288 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
5290 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5292 * configure.in: Add HP-UX on IA64 (Bug#6811).
5294 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
5296 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
5297 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
5298 as it is no longer needed.
5299 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5300 * configure.in: Invoke the new gnulib macro
5301 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
5302 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
5303 * m4/getopt.m4: Sync from gnulib; this removes the need for
5304 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
5305 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
5306 New macro, synced from gnulib.
5307 * m4/warn-on-use.m4: Remove.
5309 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
5311 aclocal.m4: put this file back into repository
5312 This way, we don't have to assume that the maintainer has
5313 the automake package installed. See
5314 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
5315 * .bzrignore: Remove aclocal.m4, undoing the previous change.
5316 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
5317 undoing the previous change.
5318 * aclocal.m4: New file (actually, resurrected).
5320 2011-01-22 Miles Bader <miles@gnu.org>
5322 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
5323 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
5324 Emacs directly uses fontconfig, and breaks building when using a
5327 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
5329 src/config.in: shrink slightly
5330 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
5331 This makes src/config.in a bit smaller, by removing identifiers
5332 like GNULIB_TEST_MKTIME that Emacs does not need.
5333 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
5334 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
5335 Sync from gnulib. This removes a few more unnecessary symbols from
5336 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
5337 * configure, src/config.in: Regenerate.
5339 aclocal.m4: tweaks to regenerate more conveniently
5340 This attempts to act better when the source is in a weird state. See
5341 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
5342 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
5343 * .bzrignore: Add aclocal.m4.
5345 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
5347 aclocal.m4: omit auto-generated file from repository
5348 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
5349 the most recent change here.
5350 * aclocal.m4: Remove from bzr repository. This file is
5351 auto-generated and isn't needed to run 'configure'. See
5352 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
5354 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
5356 Minor Makefile.in tweaks to build from gnulib better.
5357 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
5358 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
5359 (top_maintainer_clean): Don't remove aclocal.m4.
5361 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
5363 Minor cleanups for 'bzr status'
5364 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
5365 the output of config.guess.
5366 * Makefile.in (top_distclean): Remove stamp-h1 too.
5368 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
5369 defined if the compiler supports GCC-style __attribute__
5370 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
5373 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
5375 Makefile.in: tidy up the building of lib
5376 * Makefile.in (am--refresh): Mark as .PHONY.
5377 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
5378 as they're not rebuilt unless you do a "make sync-from-gnulib"
5379 and the former is needed for "configure".
5380 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
5381 has already removed lib/Makefile.
5383 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
5384 This avoids building ftoastr and ldtoastr, which aren't needed. See
5385 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
5387 * .bzrignore: Add .h files that are host-dependent.
5388 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
5389 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
5390 host-dependent and are built as part of an ordinary 'make', and
5391 should not be checked in.
5393 * lib/Makefile.in: Regenerate.
5394 * lib/COPYING: New file, a copy of COPYING.
5396 * configure: Regenerate.
5397 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
5400 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
5401 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
5402 New files, copied from gnulib by gnulib-tool.
5403 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
5404 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5407 Use gnulib's getopt-gnu module.
5408 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
5409 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
5410 representative of the dependencies.
5411 * configure.in: Do not configure getopt, as gnulib does that now.
5412 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
5416 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
5417 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
5418 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
5419 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
5420 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
5421 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
5422 * m4/wchar_t.m4, warn-on-use.h:
5423 New files, copied from gnulib by gnulib-tool.
5424 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5425 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5428 Use gnulib's mktime module.
5429 * Makefile.in (GNULIB_MODULES): Add mktime.
5430 * configure.in: Remove code no longer needed, as gnulib now does it.
5431 (AC_CHECK_FUNCS): Remove mktime.
5432 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
5433 (__restrict): Remove, as this now gets in the way of the C99
5434 support for 'restrict' pulled in by the gnulib mktime module.
5435 Code should now use 'restrict' and not '__restrict".
5437 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
5438 and warn-on-use.h into the distribution.
5441 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
5442 * lib/ldtoastr.c, m4/c-strtod.m4:
5443 New files, copied from gnulib by gnulib-tool.
5444 * lib/dummy.c: Remove.
5445 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5446 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5449 Use gnulib's ftoastr module.
5450 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
5453 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
5454 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
5455 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
5456 New files, generated automatically, with 'make sync-from-gnulib'
5458 * configure: Regenerate.
5460 Automate syncing from gnulib.
5461 * INSTALL, README: Document new subdirectory 'lib'.
5462 * Makefile.in (SUBDIR): Add lib.
5463 (SUBDIR_MAKEFILES): Add lib/Makefile.
5464 (lib-src, src, TAGS, tags): Depend on lib.
5465 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
5466 ($(gnulib_srcdir)): New rule.
5467 (sync-from-gnulib): New rule, which is .PHONY.
5468 (lib): New rule, which is like lib-src.
5469 (Makefile): Depend on lib/Makefile.in.
5470 (AUTOCONF_INPUTS): Depend on aclocal.m4.
5471 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
5472 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
5473 (am--refresh): New rule, to pacify Automake.
5474 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
5476 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
5478 (maintainer-clean, extraclean): Use it.
5479 * configure.in: Initialize for automake and gnulib, by invoking
5480 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
5481 lib/Makefile, too. Use automake to build gnulib, as gnulib works
5482 more conveniently with automake.
5483 * lib/Makefile.am: New file.
5484 * make-dist: Also put into the distribution aclocal.m4,
5485 compile, depcomp, missing, and the files under lib/.
5487 2011-01-15 Glenn Morris <rgm@gnu.org>
5489 * Makefile.in (epaths-force): No more arch-tag to edit.
5491 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5493 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
5495 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
5497 * make-dist: Distribute test/ files too.
5498 Distribute every file under test/ that is under version control,
5499 using patterns like *.el to capture files that are added later.
5500 Without this change, "configure" would fail, because it would
5501 attempt to build from a Makefile.in that was not distributed.
5503 2011-01-13 Christian Ohler <ohler@gnu.org>
5505 * Makefile.in (INFO_FILES): Add ERT.
5507 * Makefile.in (check): Run tests in test/automated.
5510 * configure.in: Add test/automated/Makefile.
5512 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
5514 * install-sh, mkinstalldirs, move-if-change: Update from master
5517 * config.guess, config.sub: Updated from master source.
5519 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
5521 * configure.in: Check for __builtin_unwind_init.
5523 2011-01-05 Glenn Morris <rgm@gnu.org>
5525 * configure.in (HAVE_MAKEINFO): New output variable.
5526 (MAKEINFO): Reset to "makeinfo" if not found.
5527 * Makefile.in (install-arch-indep, info):
5528 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
5530 2010-12-29 Ulrich Müller <ulm@gentoo.org>
5532 * configure.in: Make gameuser configurable (Bug#7717).
5534 2010-12-15 Glenn Morris <rgm@gnu.org>
5536 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
5537 long absent lib-src/fns-*.el.
5539 2010-12-11 Glenn Morris <rgm@gnu.org>
5541 * make-dist: Exclude etc/*.pyc.
5543 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
5545 * configure.in: Don't double machfile in final message.
5547 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
5549 * configure.in: Fix last change.
5551 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
5553 * configure.in: Remove reference to removed machine description
5554 files and allow $machine and $machfile to be empty.
5555 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
5557 2010-12-03 Glenn Morris <rgm@gnu.org>
5559 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
5561 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
5563 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
5564 (EXTERNALLY_VISIBLE): New definition.
5566 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5568 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
5570 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5572 * configure.in: Do not check for unconditionally included headers.
5574 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5576 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
5578 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
5580 * configure.in: Don't write a warning for D-Bus anymore.
5582 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
5584 * configure.in: Fix indentation.
5586 2010-10-31 Ken Brown <kbrown@cornell.edu>
5588 * configure.in (checking whether localtime caches TZ):
5589 Use unsetenv instead of modifying environment directly.
5591 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
5593 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
5596 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5598 * configure.in: Remove the BROKEN annotation from GnuTLS.
5600 2010-10-22 Glenn Morris <rgm@gnu.org>
5602 * make-dist: Avoid listing .el files twice. Don't try to run
5603 autoconf if --no-update.
5605 2010-10-20 Glenn Morris <rgm@gnu.org>
5607 * make-dist: No longer create lisp/MANIFEST.
5609 2010-10-14 Glenn Morris <rgm@gnu.org>
5611 * BUGS, INSTALL.BZR, README: Updates.
5613 2010-10-13 Glenn Morris <rgm@gnu.org>
5615 * make-dist: Remove --compress. Check for the appropriate
5616 gzip-like executable, and if not found, don't compress.
5617 Check version number in README, don't change it.
5618 Use find for nt/inc/*.h.
5620 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5622 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5623 Remove trailing / from directory names.
5625 2010-10-12 Glenn Morris <rgm@gnu.org>
5627 * make-dist: Update and simplify.
5629 2010-10-12 Eli Zaretskii <eliz@gnu.org>
5631 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5633 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5635 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5637 2010-10-09 Glenn Morris <rgm@gnu.org>
5639 * make-dist: No more doc/emacs/*.texi.in.
5641 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5643 2010-10-09 Glenn Morris <rgm@gnu.org>
5645 * configure.in: Combine some conditionals.
5647 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5648 * make-dist: Include doc/emacs/*.texi.in.
5650 * INSTALL, make-dist: Remove references to b2m.
5651 * Makefile.in (MAN_PAGES): Remove b2m.1.
5653 2010-10-05 Glenn Morris <rgm@gnu.org>
5655 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5657 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5659 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5661 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5663 * configure.in: Include stdlib.h and string.h unconditionally.
5665 2010-09-29 Romain Francoise <romain@orebokech.com>
5667 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5669 2010-09-28 Glenn Morris <rgm@gnu.org>
5671 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5674 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676 * configure.in: Enable imagemagick by default.
5678 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5680 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
5683 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5685 * configure.in: Set up GnuTLS.
5687 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
5689 * configure.in: Announce whether libxml2 is linked to.
5691 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5693 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5695 2010-09-18 Eli Zaretskii <eliz@gnu.org>
5697 * config.bat: Detect that libxml2 is installed and if so, build
5700 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5702 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
5703 be used. This fixes a conf problem on Mac OS X.
5705 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5707 * configure.in: Check for libxml2.
5709 2010-09-09 Glenn Morris <rgm@gnu.org>
5711 * make-dist: No more TODO files under lisp/.
5713 2010-09-04 Eli Zaretskii <eliz@gnu.org>
5715 * config.bat: Produce lisp/gnus/_dir-locals.el from
5716 lisp/gnus/.dir-locals.el.
5718 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
5720 * configure.in: Fix check for librsvg, imagemagick and
5721 MagickExportImagePixels.
5723 2010-08-18 Joakim Verona <joakim@verona.se>
5725 * Makefile.in, configure.in: Checks for ImageMagick.
5727 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5729 * configure.in (AC_PREREQ): Require autoconf 2.65.
5731 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5733 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
5735 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
5737 * configure.in: Add AC_C_BIGENDIAN.
5739 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5741 * configure.in (ORDINARY_LINK): Use on hpux* too.
5743 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
5745 * configure.in: Check for util.h.
5746 Use -Wimplicit-function-declaration if compiler supports it.
5748 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5750 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5752 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5754 * configure.in: Restore accidentally removed use of
5755 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5757 2010-07-29 Chad Brown <yandros@mit.edu>
5759 * configure.in: Check for dirent.h.
5761 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5763 * configure.in: Remove reference to usg5-4, unused.
5765 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5767 * configure.in: Check for __executable_start.
5769 2010-07-24 Ken Brown <kbrown@cornell.edu>
5771 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5773 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
5775 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5777 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5779 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5781 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5783 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5784 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5785 (C_OPTIMIZE_SWITCH): Remove.
5786 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5788 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5790 * configure.in: Don't check for index and rindex, check for strchr
5791 and strrchr. Define strchr and strrchr as index and rindex,
5792 resp., in src/config.h if not available.
5794 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5796 * configure.in: Use -Wold-style-definition if available.
5797 This helps with the transition to standard C code, it can be
5800 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5802 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5805 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5807 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5808 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5810 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5812 * configure.in (getenv): Remove K&R declaration.
5814 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5816 * configure.in: Remove define __P.
5818 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5820 * configure.in (--enable-use-lisp-union-type): New flag.
5822 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5824 Fix CFLAGS for non-GCC compilers.
5825 * configure.in (CFLAGS): Always use -g like it was done before the
5827 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5830 2010-06-30 Glenn Morris <rgm@gnu.org>
5832 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5833 Set with AC_DEFINE rather than AH_BOTTOM.
5835 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
5836 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5837 Set with shell, not cpp.
5838 (LIBX): Remove, just use -lX11 in the one place this was used.
5839 (cannot_dump): Replace with CANNOT_DUMP.
5841 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5843 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
5844 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5845 by minimum required Gtk+ 2.6). Add checks for functions introduced
5846 in Gtk+ 2.14 or newer (bug#6505).
5848 2010-06-26 Eli Zaretskii <eliz@gnu.org>
5850 * config.bat: Remove white space around "+" in COPY commands.
5852 2010-06-23 Glenn Morris <rgm@gnu.org>
5854 * info/dir: Start descriptions in column 32, per Texinfo convention.
5856 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
5858 * INSTALL: Update font information (Bug#6389).
5860 2010-06-16 Glenn Morris <rgm@gnu.org>
5862 * INSTALL: General update.
5864 2010-06-12 Glenn Morris <rgm@gnu.org>
5866 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5868 2010-06-11 Glenn Morris <rgm@gnu.org>
5870 * configure.in (--without-compress-info): New option.
5871 (GZIP_INFO): New output variable.
5873 * Makefile.in (GZIP_INFO): New, set by configure.
5874 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5875 Handle man pages in the same way.
5877 2010-06-10 Glenn Morris <rgm@gnu.org>
5879 * Makefile.in (install-arch-indep): Gzip the info files too.
5881 * make-dist: Remove references to non-existent directories and files.
5883 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5885 * configure.in: Include <strings.h> and <string.h> instead of
5886 "strings.h" and "string.h".
5888 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5890 * configure.in: Remove code dealing with BSTRING.
5892 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5894 * configure.in (AC_PREREQ): Require autoconf 2.65.
5896 * configure.in (unxec): Do not define and substitute.
5897 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5899 2010-06-03 Glenn Morris <rgm@gnu.org>
5901 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5903 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5905 Fix alloca definition when using gcc on non-gnu systems.
5906 * configure.in: Use the code sequence indicated by "info autoconf"
5907 for alloca (bug#6170).
5909 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5911 * .bzrignore: Ignore new files from trunk, which appear if you use
5912 colocated branches (i.e. "bzr switch").
5914 2010-05-28 Glenn Morris <rgm@gnu.org>
5916 * configure.in: Simplify some of the $canonical tests.
5918 2010-05-27 Glenn Morris <rgm@gnu.org>
5920 * config.bat: Do not preprocess src/Makefile.in.
5922 * configure.in: Do not preprocess src/Makefile.in.
5923 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5924 (AC_EGREP_CPP): Test no longer needed.
5926 * make-dist: No more Makefile.c files.
5928 2010-05-26 Glenn Morris <rgm@gnu.org>
5930 * configure.in (YMF_PASS_LDFLAGS): Remove.
5931 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5933 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5934 Add $GNUSTEP_LOCAL_HEADERS.
5935 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5937 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5938 (GNUSTEP_MAKEFILES): Remove.
5939 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5942 2010-05-25 Glenn Morris <rgm@gnu.org>
5944 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5945 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5947 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5948 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5951 2010-05-24 Romain Francoise <romain@orebokech.com>
5953 * make-dist: Look for version in src/emacs.c.
5954 Use lisp/subr.el rather than lisp/version.el for location check.
5956 2010-05-21 Glenn Morris <rgm@gnu.org>
5958 * configure.in (MKDEPDIR): Parallel build tweak.
5960 * configure.in (ns_frag): New output file.
5962 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
5963 (OLDXMENU_TARGET): Set to empty if USE_GTK.
5965 * configure.in (cannot_dump): New output variable.
5967 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
5969 * configure.in: On NetBSD, if terminfo is found, use it in
5970 preference to termcap. (Bug#6190)
5972 2010-05-20 Glenn Morris <rgm@gnu.org>
5974 * make-dist (src): Include *.mk.
5975 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
5976 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
5977 (deps_frag): New output file.
5978 (AUTO_DEPEND): Remove this definition.
5980 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
5982 2010-05-19 Glenn Morris <rgm@gnu.org>
5984 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
5985 (ORDINARY_LINK): New AC_DEFINE.
5986 (LIB_GCC): No need to set if ORDINARY_LINK.
5988 2010-05-18 Glenn Morris <rgm@gnu.org>
5990 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
5991 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
5993 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
5994 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
5995 (RALLOC_OBJ): New output variable.
5997 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
5998 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
6000 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6002 * Makefile.in (src): Provide the name of the VCS file that witnesses
6004 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
6006 2010-05-17 Glenn Morris <rgm@gnu.org>
6008 * configure.in (OLDXMENU_DEPS): New output variable.
6010 2010-05-16 Glenn Morris <rgm@gnu.org>
6012 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
6014 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
6015 * Makefile.in (install-arch-dep): Update for above change.
6017 * Makefile.in (ns_appdir): Remove.
6018 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
6020 * configure.in (TEMACS_LDFLAGS2): New output variable.
6022 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
6023 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
6024 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
6027 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
6029 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
6031 (X11R5_INHIBIT_I18N): Remove, unused.
6033 2010-05-15 Glenn Morris <rgm@gnu.org>
6035 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
6037 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
6039 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6041 * configure.in: Look for version string in its new location.
6043 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6045 * config.bat: Remove support for DJGPP v1.x.
6047 2010-05-15 Glenn Morris <rgm@gnu.org>
6049 * configure.in (OLDXMENU_TARGET): New output variable.
6051 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
6053 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
6054 and other files that no longer exist.
6056 2010-05-14 Glenn Morris <rgm@gnu.org>
6058 * configure.in (cpp_undefs): Add mktime, register, X11.
6060 * configure.in (GPM_MOUSE_SUPPORT): Remove.
6061 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
6062 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
6064 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
6065 (GNUSTEP_MAKEFILES): Do not output.
6067 2010-05-13 Glenn Morris <rgm@gnu.org>
6069 * configure.in: Fix some paren typos.
6071 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
6073 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
6075 2010-05-12 Glenn Morris <rgm@gnu.org>
6077 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
6079 * configure.in (LIB_GCC): New output variable.
6081 2010-05-11 Glenn Morris <rgm@gnu.org>
6083 * make-dist (msdos): No more mainmake.
6085 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
6086 * config.bat: Do not run cpp on lib-src/Makefile.in.
6088 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
6090 2010-05-10 Glenn Morris <rgm@gnu.org>
6092 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
6094 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
6095 (BLESSMAIL_TARGET): New output variable.
6097 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
6099 * INSTALL: Fix typos.
6101 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6103 * configure.in: Add check for buggy version of GCC (Bug#6031).
6105 2010-05-08 Glenn Morris <rgm@gnu.org>
6107 * configure.in (HAVE_LIBNCURSES): New local variable.
6108 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
6109 replacing cpp in src/s/*.h and src/Makefile.in.
6111 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6113 * Version 23.2 released.
6115 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6117 * configure.in: Add tests for `isnan' and `copysign'.
6119 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6121 * config.bat: Allow for 2 leading `#'s in comments in
6124 2010-05-07 Glenn Morris <rgm@gnu.org>
6126 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6127 Merges logic from src/s/* and src/Makefile.in.
6128 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6130 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6132 Define START_FILES and LIB_STANDARD using autoconf.
6133 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
6134 here from src/s/*.h.
6135 (HAVE_CRTIN): Remove, inline logic in the netbsd
6136 START_FILES/LIB_STANDARD computation.
6138 2010-05-06 Glenn Morris <rgm@gnu.org>
6140 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
6142 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
6143 (LD_SWITCH_X_SITE): Remove unused variables.
6145 2010-05-04 Glenn Morris <rgm@gnu.org>
6147 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
6149 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
6151 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6153 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
6154 variables, replacing c_switch_machine, c_switch_system.
6155 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
6158 2010-05-03 Glenn Morris <rgm@gnu.org>
6160 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
6162 * make-dist: There are no more src/m/*.inp files.
6164 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6166 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
6167 (ac_link): Do not use ld_switch_machine.
6169 2010-05-01 Glenn Morris <rgm@gnu.org>
6171 * configure.in (OTHER_OBJ): Remove.
6172 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
6174 2010-04-30 Glenn Morris <rgm@gnu.org>
6176 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
6177 Elsewhere, maybe include it.
6179 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
6180 (OLDXMENU, LIBXMENU): New output variables.
6182 * configure.in (OTHER_OBJ): New output variable.
6184 2010-04-28 Glenn Morris <rgm@gnu.org>
6186 * configure.in (CYGWIN_OBJ): New output variable.
6188 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
6190 * configure.in (FONT_OBJ): New output variable.
6192 * configure.in (LIBXMU): New output variable.
6194 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
6196 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
6197 userland and maybe change values to i386 (move test from s/amdx86-64.h).
6199 2010-04-27 Glenn Morris <rgm@gnu.org>
6201 * configure.in (LIBXTR6): New output variable. Move unixware special
6202 case here from src/s/unixware.h.
6204 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
6206 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
6208 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
6209 (LIBXP): No longer substitute in Makefiles.
6210 (MOTIF_LIBW): New output variable. Move system-specific settings here
6213 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6216 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
6217 (unexec): Define unconditionally, all platforms define
6218 UNEXEC. AC_SUBST it.
6219 (UNEXEC_SRC): Remove, unused.
6220 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
6222 2010-04-27 Glenn Morris <rgm@gnu.org>
6224 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
6227 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
6228 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
6229 On hpux10-20, default to /lib.
6231 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
6233 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6235 * configure.in (LIBS_MACHINE): Remove, unused.
6237 * configure.in (LIB_MATH): New output variable. Set it for some systems.
6239 2010-04-24 Glenn Morris <rgm@gnu.org>
6241 * configure.in (CRT_DIR): New output variable.
6242 (--with-crt-dir): New option. (Bug#5655)
6243 (HAVE_LIB64_DIR): Remove.
6245 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6247 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
6249 2010-04-22 Miles Bader <miles@gnu.org>
6251 * configure.in: Get rid of "unix" pre-defined macro when
6252 preprocessing Makefile. (Bug#5857)
6254 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
6256 Avoid non-portable shell command negation
6257 * configure.in: Revert last change.
6259 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6261 * configure.in: Change "if test ! -f" to "if ! test -f".
6263 2010-04-21 Glenn Morris <rgm@gnu.org>
6265 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
6266 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
6268 2010-04-21 Karel Klíč <kklic@redhat.com>
6270 * configure.in: New option: --with(out)-selinux, on by default.
6271 Set HAVE_LIBSELINUX if we find libselinux, and substitute
6272 LIBSELINUX_LIBS in Makefiles.
6274 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
6276 * configure.in: Remove all references to LIBX11_SYSTEM.
6278 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6280 * configure.in: Remove all references to C_DEBUG_SWITCH.
6282 2010-03-27 Eli Zaretskii <eliz@gnu.org>
6284 * config.bat <lib-src>: Edit out lines that begin with several #
6287 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6289 * configure.in: Remove support for old UNIX System V systems and
6290 for Unixware on non-x86 machines.
6292 * configure.in: Remove support for Solaris on PPC and for old versions.
6294 * configure.in: Remove non-working lynxos port.
6296 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6298 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
6300 2010-03-19 Glenn Morris <rgm@gnu.org>
6302 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
6305 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
6307 * configure.in: Check for tputs and friends, abort if not
6310 2010-03-18 Glenn Morris <rgm@gnu.org>
6312 * configure.in (--with-x-toolkit): In the help text, say which options
6315 * configure.in (--with-mmdf, --with-mail-unlink):
6316 New options, off by default.
6317 (--with-mailhost): New option to set default POP host.
6318 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
6319 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
6320 New variables, substituted in Makefiles.
6321 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
6322 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
6323 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
6324 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
6325 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
6327 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6329 * Makefile.in (uninstall): Handle the case where archlibdir does not
6332 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6334 These changes remove termcap.c from the build on POSIX platforms.
6335 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
6337 * configure: Regenerated.
6339 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6343 2010-01-31 Juri Linkov <juri@jurta.org>
6345 * .bzrignore: Add TAGS-LISP.
6347 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6349 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
6352 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6354 * .bzrignore: Ignore all .exe, instead of individual files.
6356 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
6358 * configure.in: Explicitly check for and link to -lXrender.
6360 2010-01-12 Glenn Morris <rgm@gnu.org>
6362 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
6363 for bug reports for development versions.
6365 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6367 * .bzrignore: Add more ignored patterns, including for the MS-DOS
6370 2009-12-27 Karl Fogel <kfogel@red-bean>
6372 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
6373 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
6375 2009-12-17 Glenn Morris <rgm@gnu.org>
6377 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
6379 2009-12-15 Glenn Morris <rgm@gnu.org>
6381 * info/dir: Add EDT entry.
6382 * Makefile.in (INFO_FILES): Add edt.
6384 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
6386 * configure.in: Check for RSVG if GNUstep is used.
6388 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
6390 * configure.in: Don't check for RSVG or GConf unless X11 is used.
6392 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6394 * configure.in: Allow compiling Emacs with GTK on Cygwin.
6396 2009-12-01 Glenn Morris <rgm@gnu.org>
6398 * make-dist: Add etc/images/mpc directory.
6400 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6402 * configure.in: Don't check for GConf unless X is used.
6404 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6406 * configure.in: Use -Wdeclaration-after-statement if available.
6408 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6410 * configure.in: New option: --with(out)-gconf.
6411 Set HAVE_GCONF if we find gconf.
6413 2009-11-17 Glenn Morris <rgm@gnu.org>
6415 * Makefile.in (INFO_FILES): Add semantic.
6417 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
6419 * info/dir: Add Semantic.
6421 2009-11-16 Glenn Morris <rgm@gnu.org>
6423 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
6424 pattern, so as not to exclude makefile*.el. (Bug#4912)
6426 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6428 * configure.in: --enable-autodepend is new. Check for GNU Make
6429 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
6430 gcc and GNU make to generate dependencies.
6432 2009-10-27 Glenn Morris <rgm@gnu.org>
6434 * make-dist: Make links to doc/lispintro/*.pdf.
6436 2009-10-23 Jim Meyering <meyering@redhat.com>
6438 * configure.in: Invoke $CPP with -P when creating Makefile and
6439 src/Makefile. Without this, gcc 4.4.2 converts each
6440 backslash-newline pair in the input to a bare newline, yielding
6443 * configure: Regenerate.
6445 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6447 * configure.in (vax-dec-vms): Remove, not supported anymore.
6449 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6451 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
6452 (*-apple-darwin*): Add x86_64 architecture.
6454 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6456 * config.guess, config.sub: Updated from master source.
6458 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6460 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
6462 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
6464 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
6466 2009-09-29 Glenn Morris <rgm@gnu.org>
6468 * make-dist (check): Update for two new levels of subdirectory in lisp/.
6470 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6472 * config.guess, config.sub: Updated from master source.
6474 * configure.in (OTHER_FILES): Define using autoconf not cpp.
6476 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6478 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
6480 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6482 * INSTALL: Update URL for GNU FreeFont.
6484 2009-09-09 Glenn Morris <rgm@gnu.org>
6486 * Makefile.in (install-arch-indep): Don't recursively change perms of
6487 site-lisp and infodir. There may be non-Emacs files in here, and the
6488 files supplied by Emacs are all handled explicitly already. (Bug#3800)
6489 (mkdir): Set umask to world-readable before creating directories.
6490 mkinstalldirs already checks if dirs exist, don't duplicate this test.
6492 2009-08-29 Glenn Morris <rgm@gnu.org>
6494 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
6495 (info): Don't give an error in the absence of makeinfo - let the doc
6496 Makefiles do that, if the info files need rebuilding. (Bug#3982)
6498 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
6500 * Makefile.in (install-arch-indep): If the versioned DOC-####
6501 generated during loadup+dump isn't found, install the plain DOC
6502 file that always gets generated, in case CANNOT_DUMP is set.
6504 * configure.in: Warn if package version specified here doesn't
6505 match the version in version.el.
6506 * configure: Regenerate.
6508 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
6510 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
6512 * configure: Regenerate.
6514 2009-08-19 Glenn Morris <rgm@gnu.org>
6516 * INSTALL: Remove reference to cvtmail.
6518 2009-08-15 CHENG Gao <chenggao@gmail.com>
6520 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
6522 2009-08-02 Kevin Ryde <user42@zip.com.au>
6524 * INSTALL: Fix free fonts URL.
6526 2009-07-22 Glenn Morris <rgm@gnu.org>
6528 * configure.in (AC_PREREQ): Require autoconf 2.62.
6530 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
6532 * configure.in (--enable-checking, --enable-profiling):
6535 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6537 * configure.in (--enable-profiling): New option.
6538 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
6540 2009-06-27 Glenn Morris <rgm@gnu.org>
6542 * configure.in: Restore netbsd on mips, mipsel, mipseb.
6544 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6546 * configure.in (--enable-checking): New option.
6548 2009-06-24 Glenn Morris <rgm@gnu.org>
6550 * make-dist: Warn if subdir does not exist in source.
6551 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
6552 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
6553 No longer make links.
6555 2009-06-24 Yavor Doganov <yavor@gnu.org>
6557 * make-dist (tempdir): Don't create directories preferences.gorm
6558 and preferences.nib, they are no longer required.
6560 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6564 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
6566 * configure.in: Delete mac-fix-env target, which has been
6569 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6571 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
6573 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
6575 * BUGS: Use new binding of view-emacs-problems.
6577 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
6579 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
6580 for Solaris compatibility.
6582 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6584 * configure: Regenerate.
6586 * configure.in: Disable use of FreeType without libXft.
6588 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6590 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
6591 Check if it is declared in gtk.h.
6593 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
6595 * Makefile.in (install-arch-indep): Remove .gitignore files.
6597 2009-04-03 Kenichi Handa <handa@m17n.org>
6599 * INSTALL: Make the section "Complex Text Layout support
6600 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
6602 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
6604 * configure.in (rs6000-ibm-aix6*): Fix typo.
6606 2009-03-04 Glenn Morris <rgm@gnu.org>
6608 * Makefile.in (INFO_FILES): Add auth.
6610 2009-03-03 Glenn Morris <rgm@gnu.org>
6612 * info/dir: Add Auth-source.
6614 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6616 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6619 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6621 * config.bat: Copy .dbxinit to _dbxinit.
6623 * make-dist (Making links to `info'): Remove .gitignore.
6625 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6627 * Makefile.in (lib-src, lisp): Use simpler rule.
6628 (src): Be more specific to avoid recompiling all the .elc files just
6629 because the bootstrap-emacs is missing.
6631 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
6633 * configure.in: Require librsvg >= 2.11.
6635 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6637 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6638 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6640 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6642 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6644 2009-02-03 Glenn Morris <rgm@gnu.org>
6646 * make-dist: Add some missing files, remove some that are no longer
6649 2009-02-02 Glenn Morris <rgm@gnu.org>
6651 * make-dist: Add some missing nextstep/ files.
6653 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6655 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6657 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6659 * configure.in: Add support for m68k-*-netbsd.
6661 2009-01-14 Juri Linkov <juri@jurta.org>
6663 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6665 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6666 and bug-reference-mode.
6668 2009-01-11 Juri Linkov <juri@jurta.org>
6670 * INSTALL.CVS: Move configuration explicitly to the first step.
6672 2009-01-09 Glenn Morris <rgm@gnu.org>
6674 * .dir-locals.el: Don't set indent-tabs-mode.
6676 2008-12-30 Kenichi Handa <handa@m17n.org>
6678 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6679 the function OTF_get_variation_glyphs.
6681 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6683 * Makefile.in (install-arch-dep): Remove old directories in
6684 ns_app* before moving new directories there.
6686 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6688 * .dir-locals.el: Remove non-working entry for pmail.
6689 (fill-column): Fix typo.
6690 (change-log-mode): Add fill column.
6692 2008-12-26 Eli Zaretskii <eliz@gnu.org>
6694 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6696 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6698 * make-dist (tempdir): Distribute .dir-locals.el.
6700 * .dir-locals.el: New file.
6702 2008-12-19 Eli Zaretskii <eliz@gnu.org>
6704 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
6707 2008-12-13 Glenn Morris <rgm@gnu.org>
6709 * Makefile.in (install-arch-indep): Add new man-pages.
6710 (manext): Remove variable.
6711 (MAN_PAGES): New variable.
6712 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
6714 (uninstall): Remove desktop file and icons, game scores if empty.
6716 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6718 * config.guess, config.sub: Updated from master source.
6720 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6722 * Makefile.in (install-arch-indep): Install ebrowse.1.
6724 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6726 * configure.in: Add Solaris on x86_64.
6728 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6730 * config.guess, config.sub: Updated from master source.
6732 2008-12-08 Eli Zaretskii <eliz@gnu.org>
6734 * info/dir: Fix last change.
6736 2008-12-07 Eli Zaretskii <eliz@gnu.org>
6738 * info/dir: Untabify.
6740 2008-11-28 Ulrich Müller <ulm@gentoo.org>
6742 * configure.in: Fix last change.
6744 2008-11-28 Richard M Stallman <rms@gnu.org>
6746 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
6749 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
6751 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6752 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6754 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6756 * Makefile.in (INFO_FILES): Remove ns-emacs.
6758 * info/dir (NS-Emacs): Remove entry.
6760 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6762 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6764 2008-11-07 Glenn Morris <rgm@gnu.org>
6766 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6768 2008-10-31 Eli Zaretskii <eliz@gnu.org>
6770 * config.bat: Tell user to expect one "File not found" message
6771 while the `doc' directory is being configured.
6773 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
6775 * update-subdirs: Put obsolete directory last.
6777 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6779 * configure.in: Check fontconfig always.
6781 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6783 * configure (*-solaris2.[7-9]*): Fix typo.
6785 2008-10-24 Glenn Morris <rgm@gnu.org>
6787 * configure.in (--without-sync-input, --with-pkg-config-prog):
6788 Help strings start with lower case.
6789 (--with-gnustep-conf): New option.
6790 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6792 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6794 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6795 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6796 is not found. (Bug#1230)
6798 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6800 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6801 Use sol2-6.h for Solaris 7-9.
6803 2008-10-18 Ulrich Müller <ulm@gentoo.org>
6805 * configure.in: Add support for GNU/Linux on SuperH.
6807 2008-10-12 Andreas Schwab <schwab@suse.de>
6809 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6811 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
6813 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6814 "X") to avoid confusion.
6816 * configure: Regenerate.
6818 2008-09-07 Romain Francoise <romain@orebokech.com>
6820 * make-dist: Distribute doc/man/ChangeLog.
6822 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6824 * configure.in: Disable XFT and Freetype when without X.
6826 * configure: Regenerate.
6828 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6830 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6832 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6834 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6835 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
6837 * configure: Regenerate.
6839 2008-08-20 Eli Zaretskii <eliz@gnu.org>
6841 * configure.in: Move "#define subprocesses" before
6842 config_opsysfile is included.
6844 2008-08-19 Kenichi Handa <handa@m17n.org>
6846 * INSTALL (Extra fonts): Mention local fonts, don't mention
6849 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
6851 * make-dist: Omit info/.arch-inventory.
6853 2008-08-16 Jason Rumney <jasonr@gnu.org>
6855 * make-dist (tempdir/nt): Link emacsclient.rc.
6857 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6859 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6861 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6863 (OTHER_FILES): Always define for HAVE_NS.
6864 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6865 * configure: Regenerate.
6867 2008-08-07 Andreas Schwab <schwab@suse.de>
6869 * configure.in: Correctly handle
6870 --enable-cocoa-experimental-ctrl-g=no and
6871 --enable-ns-self-contained=yes.
6873 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6875 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
6876 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6877 Don't bother undef'ing since won't have desired effect.
6879 2008-08-06 Andreas Schwab <schwab@suse.de>
6881 * configure.in: Fix quoting.
6883 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6885 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6887 2008-08-05 Ulrich Müller <ulm@gentoo.org>
6889 * configure.in: Add checks for krb5_error.text and
6890 krb5_error.e_text struct members.
6892 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6894 * configure.in: Test for existence of NSInteger.
6895 Suggested by Yavor Doganov.
6897 2008-08-02 Romain Francoise <romain@orebokech.com>
6899 * Makefile.in (INFO_FILES): Add mairix-el.
6901 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6904 * README: Remove VMS support.
6905 * vms: Remove directory.
6907 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6909 * configure.in (MULTI_KBOARD): Remove.
6911 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6913 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6915 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6917 * info/dir (File): Add mairix-el.
6919 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6921 Remove support for Mac Carbon.
6922 * mac: Remove directory.
6927 * INSTALL: Remove code for Carbon.
6928 * configure: Regenerate.
6930 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6932 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6934 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6936 * configure.in: Check for getrlimit.
6938 * configure: Regenerate.
6940 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6942 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6944 (static): Remove, autoconf would always comment it out anyway.
6945 (subprocesses): Define unconditionally.
6947 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6949 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6950 compilation under GNUstep.
6952 2008-07-18 Kenichi Handa <handa@m17n.org>
6954 * INSTALL (Complex Text Layout support libraries): Delete the
6955 paragraph about --enable-font-backend.
6957 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
6959 * configure.in: Print out some info to user for NeXTstep builds.
6960 (ns-app): Remove enable option.
6961 (ns-self-contained): Add enable option.
6962 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
6963 GNUstep, use to set install prefixes, and substitute in Makefiles.
6964 * configure: Regenerate.
6965 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
6968 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
6970 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
6972 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
6974 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
6977 2008-07-16 Glenn Morris <rgm@gnu.org>
6979 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
6980 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
6981 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
6984 * make-dist: Add nextstep/ directories.
6985 (src, lib-src): Add .m files.
6987 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
6989 * configure.in (freebsd, kfreebsd): Undo part of previous change.
6990 (USER_FULL_NAME): Remove, not used anymore.
6991 * configure: Regenerate.
6993 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6995 Changes and additions for NeXTstep windowing system (Cocoa and
6998 * configure.in: Add support for NS window system: --with-ns (default
6999 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
7000 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
7001 disable font backend if window system is "none", not if !HAVE_X11.
7002 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
7003 (install-arch-dep): Add commands to assemble NS .app package.
7005 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7007 * configure.in: Use macppc for Darwin. Remove references to
7008 desupported systems.
7009 * configure: Regenerate.
7011 2008-07-05 Glenn Morris <rgm@gnu.org>
7013 * make-dist (EMACS): Doc fix.
7014 (lisp): There are no *.dat or image files here any more.
7015 (src): There are no *.s files here any more.
7016 (etc/images, etc/images/*): Link to most regular files.
7018 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7020 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
7022 2008-07-01 Glenn Morris <rgm@gnu.org>
7024 * configure.in (cpp_undefs): Rename from `undefs', update uses.
7025 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
7026 and explicitly export there. (Bug#507.)
7028 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7031 * configure: Remove references to obsolete systems.
7033 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7035 * Makefile.in (Makefile): Use it for its timestamp value as well, and
7036 make it depend on all other */.in files.
7037 (src/Makefile, src/config.stamp, lib-src/Makefile)
7038 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
7039 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
7040 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
7041 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
7043 * configure.in: Don't create src/config.stamp any more.
7045 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7047 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
7049 2008-06-22 Glenn Morris <rgm@gnu.org>
7051 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
7053 2008-06-21 Romain Francoise <romain@orebokech.com>
7055 * Makefile.in (INFO_FILES): Add sasl.
7057 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7059 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
7060 (bootstrap-build): Remove.
7061 (top_bootclean): New var.
7062 (top_distclean, bootstrap-clean): Use it.
7063 (bootstrap): Don't recheck config. Make normally.
7065 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7067 * Makefile.in (SUBDIR): Include `lisp'.
7068 (lisp): Depend on `src'.
7069 (top_distclean): Don't remove config.status.
7070 (bootstrap-clean): New target.
7071 (maintainer-clean): Use it.
7072 (bootstrap): Use bootstrap-clean. Re-run config.status.
7073 (src/bootstrap-emacs${EXEEXT}): New target.
7074 (bootstrap-build): Use it. Don't use bootstrap-prepare because
7075 src/Makefile now takes care of it.
7076 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
7078 2008-06-15 Glenn Morris <rgm@gnu.org>
7080 * info/dir: Add sasl.
7082 2008-06-09 Alan Mackenzie <acm@muc.de>
7084 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
7086 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
7088 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
7090 2008-06-07 Glenn Morris <rgm@gnu.org>
7092 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
7095 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7097 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
7098 * configure: Regenerate.
7100 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7102 * update-subdirs: Don't touch subdirs.el if it is unchanged.
7104 2008-05-14 Kenichi Handa <handa@m17n.org>
7106 * configure: Regenerate.
7108 * configure.in: Don't handle --disable-font-backend. Don't print
7109 a message about a font backend.
7111 2008-05-09 Glenn Morris <rgm@gnu.org>
7113 * configure.in: Make absence of makeinfo a fatal error only if the info
7115 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
7117 2008-05-07 Eli Zaretskii <eliz@gnu.org>
7119 * config.bat: Fix last change: don't use < and > in "rem" lines,
7120 they are interpreted as redirection by DOS shells.
7122 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7124 * configure.in: Check availability of AvailabilityMacros.h
7127 * configure: Regenerate.
7129 2008-05-03 Glenn Morris <rgm@gnu.org>
7131 * configure.in (x_libraries): Remove standard 64-bit directories -
7132 experimental workaround for minor autoconf bug.
7134 * configure.in (--without-makeinfo): New option. If set,
7135 absence of suitable makeinfo is not a fatal error.
7136 * Makefile.in (MAKEINFO): New, set by configure.
7137 (install-arch-indep): Without makeinfo, ignore any missing manuals.
7138 (info-real): New target.
7139 (info): Without makeinfo, do nothing, else call `info-real'.
7141 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7143 * configure.in: Remove hpux10.20 from the desupported list.
7145 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7147 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
7149 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7151 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
7152 rather than change CPPFLAGS.
7153 (HAVE_GTK): Rename to USE_GTK.
7155 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
7157 * configure.in: Replace the obsolete macros AC_AIX and
7158 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
7160 2008-04-05 Andreas Schwab <schwab@suse.de>
7162 * configure.in: No longer create admin/unidata/Makefile.
7164 2008-03-28 Andreas Schwab <schwab@suse.de>
7166 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
7167 (lisp/Makefile): New rule.
7169 2008-03-13 Glenn Morris <rgm@gnu.org>
7171 * configure.in (AC_INIT): Fix version number.
7172 (sync-input): Reword the option, since it's on by default.
7174 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7176 * configure.in: Add --enable-sync-input, default yes.
7178 2008-03-11 Glenn Morris <rgm@gnu.org>
7180 * Makefile.in (install-etc, mkdir): Handle directory
7181 etc/images/icons/hicolor/*/mimetypes/.
7183 * make-dist: Handle icons/hicolor/scalable directory.
7185 2008-03-05 Glenn Morris <rgm@gnu.org>
7187 * configure.in: Enable font-backend by default.
7188 (USE_FONT_BACKEND): Set to "no" in absence of X.
7189 (PKG_CONFIG): Don't set multiple times, once is enough.
7190 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
7192 2008-03-03 Glenn Morris <rgm@gnu.org>
7194 * Makefile.in (iconsrcdir): New variable.
7195 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
7198 2008-02-29 Glenn Morris <rgm@gnu.org>
7200 * test/: New directory.
7202 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
7204 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
7206 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7208 * configure.in: Print an error for systems that we think are obsolete
7209 and are proposed to be removed. Remove some more unused systems.
7210 Add support for powerpc-ibm-aix6*.
7212 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7214 * configure.in: Remove references to obsolete variables and systems.
7216 2008-02-21 Glenn Morris <rgm@gnu.org>
7218 * Makefile.in (set_installuser): New.
7219 (install-arch-indep): Use set_installuser to avoid duplicate code.
7221 * README.unicode: Split into admin/notes/unicode,font-backend and
7224 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
7226 * configure.in (arm*-*-freebsd*): Add.
7228 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7230 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
7231 dealing with obsolete variables.
7233 2008-02-08 Glenn Morris <rgm@gnu.org>
7235 * Makefile.in (check-info-dir): New target.
7237 2008-02-08 Michael Olson <mwolson@gnu.org>
7239 * Makefile.in (INFO_FILES): Add epa.
7241 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
7244 2008-02-06 Glenn Morris <rgm@gnu.org>
7246 * configure.in (--with-gcc): Give an error saying this option has
7248 (--with-gtk): Remove this option.
7250 2008-02-06 Tom Tromey <tromey@redhat.com>
7252 * configure.in (--with-gcc): Remove.
7253 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
7255 2008-02-05 Ulrich Müller <ulm@gentoo.org>
7257 * INSTALL: Recommend giflib, not libungif.
7259 2008-02-05 Tom Tromey <tromey@redhat.com>
7261 * configure.in (--with-dbus): Default to enabled.
7263 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
7265 * INSTALL (Complex Text Layout support libraries): New section.
7267 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7269 * make-dist: Remove references to files in mac/ that have been
7272 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7274 * configure.in: For libotf and m17n-flt checks, set shell vars
7275 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
7276 pkg_check_m17n_flt, respectively, for the sake of the summary output.
7277 Reported by Ulrich Müller.
7279 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7281 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
7282 admin/unidata/Makefile.in to Makefile.
7284 2008-02-02 Glenn Morris <rgm@gnu.org>
7286 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
7287 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
7288 (HAVE_XFT): Add "Does Emacs use..." messages at end.
7290 2008-02-01 Miles Bader <miles@gnu.org>
7292 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
7293 [libotf], and [m17n-flt] options.
7295 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7297 * configure.in: Add EMACS_ARG_N([libotf]...), and
7298 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
7299 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
7300 CFLAGS, and LIBS in checking of m17n-flt.
7302 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7304 * configure.in: Check the availability of m17n-flt library.
7306 2008-02-01 Kenichi Handa <handa@m17n.org>
7308 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
7311 2008-02-01 Kenichi Handa <handa@m17n.org>
7313 * configure.in: New args --enable-font-backend, --with-xft,
7314 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
7315 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
7316 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
7317 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
7319 2008-02-01 Kenichi Handa <handa@m17n.org>
7321 * make-dist: Include etc/charsets in tarball.
7323 2008-02-01 Kenichi Handa <handa@m17n.org>
7325 * configure.in: While running cpp on junk.c, include
7326 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
7329 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7331 * configure.in (xtensa): Match more configurations.
7333 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7335 * configure.in: Update comment.
7337 2008-01-26 Glenn Morris <rgm@gnu.org>
7339 * configure.in (--without-gcc): By default, neither off nor on.
7340 (--with-carbon): Tone down rhetoric in help text.
7342 2008-01-25 Glenn Morris <rgm@gnu.org>
7344 * configure.in: Correct usage of OPTION_DEFAULT_ON,
7345 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
7346 Default `Carbon' to off (it's unsupported).
7348 2008-01-24 Glenn Morris <rgm@gnu.org>
7350 * configure.in: Standardize dbus-related messages.
7352 2008-01-23 Michael Olson <mwolson@gnu.org>
7354 * configure.in (pkg-config-prog): Remove initial whitespace.
7356 2008-01-23 Tom Tromey <tromey@redhat.com>
7358 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
7359 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
7362 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
7364 * config.guess, config.sub: Updated from master source.
7366 2008-01-17 Andreas Schwab <schwab@suse.de>
7368 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
7370 2008-01-17 Glenn Morris <rgm@gnu.org>
7372 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
7374 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
7376 * configure.in: Remove more references to unsupported systems.
7378 2008-01-16 Sven Joachim <svenjoac@gmx.de>
7380 * make-dist: Add --lzma.
7382 2008-01-16 Glenn Morris <rgm@gnu.org>
7384 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
7385 configure checks for this.
7387 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7389 * configure.in: Remove more references to unsupported systems.
7391 2008-01-06 Romain Francoise <romain@orebokech.com>
7393 * configure.in: Delete extra semicolons.
7395 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7397 * configure.in: Remove references to unsupported systems.
7399 2008-01-05 Romain Francoise <romain@orebokech.com>
7401 * make-dist: Add --bzip2. Update copyright.
7403 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7405 * configure.in: Remove support for Masscomp.
7407 2008-01-05 Glenn Morris <rgm@gnu.org>
7409 * Makefile.in (desktopdir, icondir): New variables.
7410 (install-arch-indep): Also depend on `install-etc'.
7411 (install-etc): New target.
7412 (mkdir): Also create the `applications' and `icons' directories.
7414 2008-01-04 Glenn Morris <rgm@gnu.org>
7416 * make-dist: Update for new etc/images/icons/hicolor directory.
7418 2007-12-09 Andreas Schwab <schwab@suse.de>
7420 * configure.in: D-Bus is not enabled by default.
7422 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
7424 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
7427 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
7429 * configure.in: Give package name and version to AC_INIT.
7431 2007-12-03 Magnus Henoch <mange@freemail.hu>
7433 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
7435 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7437 * configure.in: No need for DBUS_INFO anymore.
7439 * Makefile.in (INFO_FILES): Use dbus unconditionally.
7441 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7443 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
7445 * Makefile.in (INFO_FILES): Add dbus.
7447 2007-12-02 Romain Francoise <romain@orebokech.com>
7449 * make-dist: Fix last change.
7451 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
7453 * configure.in: Add support for gnu-kfreebsd.
7455 2007-11-28 Glenn Morris <rgm@gnu.org>
7457 * make-dist: Add etc/nxml.
7459 2007-11-24 Romain Francoise <romain@orebokech.com>
7461 * Makefile.in (INFO_FILES): Add nxml-mode.
7463 2007-11-23 Romain Francoise <romain@orebokech.com>
7465 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
7466 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
7468 2007-11-20 Andreas Schwab <schwab@suse.de>
7470 * configure.in: Always include <resolv.h> when checking for res_init.
7472 2007-11-17 Andreas Schwab <schwab@suse.de>
7474 * update-subdirs: Atomically update subdirs.el.
7476 2007-11-17 Glenn Morris <rgm@gnu.org>
7478 * Makefile.in (check-declare): New target.
7480 2007-11-07 Glenn Morris <rgm@gnu.org>
7482 * configure.in: Deprecate Mac Carbon port.
7484 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
7486 * configure.in: Remove HAVE_X11R5 check.
7488 2007-10-31 Glenn Morris <rgm@gnu.org>
7490 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
7491 when changing ownership of installed files.
7493 2007-10-30 Glenn Morris <rgm@gnu.org>
7495 * make-dist: Add new directory etc/gnus.
7497 2007-10-30 Michael Olson <mwolson@gnu.org>
7499 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
7501 2007-10-29 Glenn Morris <rgm@gnu.org>
7503 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
7505 2007-10-23 Glenn Morris <rgm@gnu.org>
7507 * MAINTAINERS: Move to admin/.
7509 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
7511 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
7512 (HAVE_LIBRESOLV): Also define if we are using res_init().
7514 2007-10-17 Glenn Morris <rgm@gnu.org>
7516 * FTP: Remove file, since it's just a duplicate of one in etc/.
7518 2007-10-05 Eli Zaretskii <eliz@gnu.org>
7520 * config.bat: Fix configuring `doc' due to changes in the
7521 directory structure.
7523 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7525 * configure.in: Don't use -lpthread on HP-UX.
7527 2007-09-16 Glenn Morris <rgm@gnu.org>
7529 * make-dist: File gfdl.1 has been removed.
7531 2007-09-15 Glenn Morris <rgm@gnu.org>
7533 * configure.in: Fix makeinfo version regexp.
7535 2007-09-12 Glenn Morris <rgm@gnu.org>
7537 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
7538 implementation of alloca is not found.
7540 * Makefile.in (SOURCES, unlock, relock): Delete.
7541 (install-arch-indep): Do not exclude the etc/ Makefiles.
7543 2007-09-09 Juri Linkov <juri@jurta.org>
7545 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
7547 * README: Add doc/ to documentation directories.
7549 2007-09-08 Michael Olson <mwolson@gnu.org>
7551 * MAINTAINERS: Add myself for ERC and tq.el.
7552 Update for new doc/ directory layout.
7554 2007-09-06 Romain Francoise <romain@orebokech.com>
7556 * make-dist: Update for new doc/ directory layout.
7558 2007-09-06 Glenn Morris <rgm@gnu.org>
7560 * Makefile.in (mansrcdir): New variable.
7561 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
7562 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
7563 update these targets for new doc/ directory layout.
7564 (doc/misc/Makefile): New target.
7565 (install-arch-indep): Use mansrcdir for new location of manpages.
7566 (mostlyclean, clean, distclean, maintainer-clean, unlock)
7567 (relock, info, dvi): Update targets for new doc/ directory layout.
7569 * configure.in (AC_OUTPUT): Update names of generated Makefiles
7570 for new doc/ directory layout.
7572 2007-09-02 Andreas Schwab <schwab@suse.de>
7574 * configure.in: Use AS_HELP_STRING throughout.
7575 * configure: Regenerate.
7577 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
7579 * configure.in: Require Gtk/Glib 2.6.
7581 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7583 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
7584 Use them throughout in place of AC_ARG_WITH calls.
7585 * configure: Regenerate.
7587 2007-09-01 Andreas Schwab <schwab@suse.de>
7589 * configure.in: Put quotes around nested macro calls.
7591 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
7593 * configure.in: Fix typo.
7594 * configure: Regenerate.
7596 2007-08-30 Glenn Morris <rgm@gnu.org>
7598 * configure.in (AH_BOTTOM): Copy some manual changes made to
7599 src/config.in here so they are not lost when it regenerates.
7601 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
7603 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
7605 * README.multi-tty: New file.
7607 2007-08-29 Glenn Morris <rgm@gnu.org>
7609 * README: Increase version to 23.0.50.
7611 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7613 * configure.in: New option: --without-xaw3d.
7615 2007-08-24 Glenn Morris <rgm@gnu.org>
7617 * configure.in: Check for a suitably recent makeinfo.
7619 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7621 * configure.in (Check for required libraries): Typo.
7623 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7625 * configure.in: Check librsvg2 also for Mac Carbon.
7627 2007-08-22 Romain Francoise <romain@orebokech.com>
7629 * make-dist: Follow reorganization of files in etc/.
7631 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7633 * configure.in: Add support for SVG images through librsvg2.
7635 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7637 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7638 to avoid an error message if there is no DOC there.
7640 2007-07-25 Glenn Morris <rgm@gnu.org>
7642 * Relicense all FSF files to GPLv3 or later.
7644 * COPYING, info/COPYING: Switch to GPLv3.
7646 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7648 * configure.in: Complain if X seems to be installed but no
7649 development files were found.
7651 2007-06-20 Glenn Morris <rgm@gnu.org>
7653 * configure.in: Prefer libgif over libungif.
7655 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7657 * configure.in: Check for all image libraries before exiting.
7659 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7661 * configure.in: Exit with error if image libraries aren't found.
7663 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
7665 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7666 when compiling without scrollbars.
7668 2007-06-12 Glenn Morris <rgm@gnu.org>
7670 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7672 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7674 * configure.in: Change wording about yes/gtk and lucid/athena
7677 2007-06-08 Glenn Morris <rgm@gnu.org>
7679 * configure.in: Make gtk the default toolkit.
7681 2007-06-07 Glenn Morris <rgm@gnu.org>
7683 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7684 for a Sun C compiler.
7686 * Makefile.in (install-arch-indep): Install only the DOC- file
7687 specific to the build, if possible, rather than DOC-*.
7689 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7691 * Version 22.1 released.
7693 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
7695 * mkinstalldirs: Sync to version in automake CVS.
7697 2007-05-22 Andreas Schwab <schwab@suse.de>
7699 * configure.in: Prefer build_alias over host when host_alias is not set.
7700 * configure: Regenerate.
7702 2007-05-20 Andreas Schwab <schwab@suse.de>
7704 * configure.in: Remove empty AC_SUBST.
7705 * configure: Regenerate.
7707 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7709 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
7711 * configure: Regenerate.
7713 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7715 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
7716 (AC_CHECK_LIB): Add -lgpm.
7717 * configure: Regenerate.
7719 2007-05-03 Glenn Morris <rgm@gnu.org>
7721 * configure: Tweak message about the absence of shell functions.
7723 2007-04-27 Andreas Schwab <schwab@suse.de>
7725 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
7727 2007-04-26 Glenn Morris <rgm@gnu.org>
7729 * README: Increase version to 22.1.50.
7731 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
7733 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
7735 2007-04-19 Glenn Morris <rgm@gnu.org>
7737 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
7739 2007-04-18 Glenn Morris <rgm@gnu.org>
7741 * INSTALL: Mention CPP.
7743 2007-04-15 Glenn Morris <rgm@gnu.org>
7745 * FTP: Replace with a pointer to the web version.
7747 2007-04-13 Glenn Morris <rgm@gnu.org>
7749 * INSTALL: In lib-src, timer, wakeup, yow are removed.
7751 2007-04-04 Glenn Morris <rgm@gnu.org>
7753 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7754 compiling with Sun Studio on Solaris.
7756 2007-03-23 Glenn Morris <rgm@gnu.org>
7758 * configure.in: Restore support for hp800 (removed 2007-01-27)
7759 following clarification of legal status.
7761 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7763 * configure.in: Add support for AIX4.3 on IBM RS6000.
7765 * configure: Regenerate.
7767 2007-03-20 Richard Stallman <rms@gnu.org>
7769 * configure.in: Fix previous change.
7771 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7773 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
7774 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7775 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
7777 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7779 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7780 user specifies "without".
7782 * configure: Regenerate.
7784 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7786 * configure.in: Warning for Gtk+ and Cygwin added.
7787 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7789 2007-02-27 Glenn Morris <rgm@gnu.org>
7791 * make-dist (oldXMenu): Remove Imakefile.
7792 (etc/images): Add README.
7794 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7796 * configure.in (xtensa-*-linux-gnu*): New configuration.
7798 * configure: Regenerate.
7800 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7802 * config.guess, config.sub: Updated from master source.
7804 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7806 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7808 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7810 * configure.in: Restore support for hp800's not running HP-UX.
7812 * configure: Regenerate.
7814 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7816 * configure.in: Remove support for hp800 and sr2k machine types.
7818 * configure: Regenerate.
7820 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7822 * configure.in: Add check for libXft.
7824 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7826 * INSTALL: Info files moved to share/info.
7828 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7830 * configure.in: Detect and use fink-installed in intel-based Mac
7831 builds; change Apple Darwin section to support both PowerPC and
7834 2006-12-26 Andreas Schwab <schwab@suse.de>
7836 * Makefile.in (datarootdir): Define.
7838 2006-12-24 Richard Stallman <rms@gnu.org>
7840 * configure.in: Require Autoconf 2.61.
7842 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7844 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7845 Remove redundant entry for powerpc-apple-netbsd.
7847 * configure: Regenerate.
7849 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
7851 * configure: Regenerate with autoconf 2.61.
7853 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7855 * configure.in: Detect alsa/asoundlib.h also.
7856 * configure: Regenerate.
7858 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7860 * configure.in: Check if GTK+ compiles at all.
7862 2006-12-10 Andreas Schwab <schwab@suse.de>
7864 * configure.in: Remove check for struct timezone, its result is
7867 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7869 * configure.in: Add support for Solaris 10 on x86-64.
7871 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7873 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7876 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7878 * configure.in (HAVE_SYNC): New test.
7880 2006-12-03 Glenn Morris <rgm@gnu.org>
7882 * Makefile.in: Fix Copyright format.
7884 * configure.in (AH_TOP): Add missing Copyright year.
7886 * update-subdirs: Add missing Copyright years.
7888 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7890 * Makefile.in: Touch only the parts of the share/emacs directory
7891 specific to this version.
7893 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
7895 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7897 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7899 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7901 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7903 * configure.in: Prefer X11 to Carbon only when some X-specific
7904 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7906 2006-11-04 Romain Francoise <romain@orebokech.com>
7908 * Makefile.in (bootstrap-clean-before): Fix typo.
7909 Use new target `bootstrap-clean' in the leim subdirectory.
7911 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7913 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7915 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7917 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7920 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7922 * configure.in: Enable x86-64 OpenBSD compilation.
7924 2006-10-28 Glenn Morris <rgm@gnu.org>
7926 * AUTHORS: Add cal-html.el author.
7928 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7930 * make-dist: Make links to mac/make-package and
7931 mac/Emacs.app/Contents/Resources/Emacs.icns.
7933 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7935 * README: Bump version number to 22.0.90.
7937 2006-10-23 Andreas Schwab <schwab@suse.de>
7939 * configure.in: Make sure x_default_search_path is always set even
7940 when x_libraries is empty, and look in .../share as well for each
7943 2006-09-28 Kenichi Handa <handa@m17n.org>
7945 * configure.in (locallisppath): Don't include leim dir.
7946 (lisppath): Include leim dir.
7948 2006-09-15 Jay Belanger <belanger@truman.edu>
7950 * COPYING: Replace "Library Public License" by "Lesser Public
7951 License" throughout.
7953 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7955 * make-dist (EMACS): Exit and fail if the EMACS environment
7956 variable is set to something other than an absolute file name.
7958 2006-08-16 Andreas Schwab <schwab@suse.de>
7960 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
7963 2006-08-16 Richard Stallman <rms@gnu.org>
7965 * INSTALL.CVS: Clean up wording.
7967 2006-07-14 Eli Zaretskii <eliz@gnu.org>
7969 * configure.in (PKG_CHECK_MODULES): Redirect the output of
7970 $PKG_CONFIG --exists "$2" to config.log.
7971 * configure: Regenerate.
7973 2006-07-09 Richard Stallman <rms@gnu.org>
7975 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
7977 2006-07-09 Kim F. Storm <storm@cua.dk>
7979 * CONTRIBUTE: Use outline format.
7980 Add section on copyright years (from admin/notes/years).
7982 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7984 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
7985 to /dev/null, since we don't need the error message, just the
7988 2006-07-07 Eli Zaretskii <eliz@gnu.org>
7990 * CONTRIBUTE: Slight formatting changes and typo fixes.
7991 Add description of NEWS markings.
7993 2006-07-07 Kim F. Storm <storm@cua.dk>
7995 * CONTRIBUTE: Mention INSTALL.CVS.
7997 2006-07-05 Romain Francoise <romain@orebokech.com>
7999 * make-dist (top-level): Add CONTRIBUTE.
8001 2006-07-04 Richard Stallman <rms@gnu.org>
8003 * CONTRIBUTE: Much rewrite.
8005 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8007 * CONTRIBUTE: New file.
8009 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8011 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
8013 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
8015 * configure.in: Add check for ALSA.
8017 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8019 * Makefile.in (INFO_FILES): Remove emacs-xtra.
8021 * info/dir: Remove the Emacs-Xtra entry.
8023 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
8025 Update copyright year(s) in many files.
8027 2006-04-01 Eli Zaretskii <eliz@gnu.org>
8029 * configure: Regenerated.
8031 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8033 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
8034 --without-toolkit-scroll-bars was specified.
8036 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
8038 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
8039 to CFLAGS. Update Copyright years written to src/config.in.
8041 2006-03-18 Claudio Fontana <claudio@gnu.org>
8043 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
8044 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
8045 to be installed/uninstalled.
8046 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
8047 to Info files installed by Emacs.
8049 2006-03-03 Claudio Fontana <claudio@gnu.org>
8051 * Makefile.in (install, uninstall): Add DESTDIR variable to
8052 support staged installations.
8054 2006-02-14 Richard M. Stallman <rms@gnu.org>
8056 * configure.in (s390x-*-linux-gnu*): New configuration.
8058 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
8060 * configure.in: Require GTK 2.4 or newer.
8062 2006-01-29 Michael Olson <mwolson@gnu.org>
8064 * Makefile.in (install-arch-indep, uninstall): Add ERC.
8065 * info/dir (ERC): New entry.
8067 2006-01-29 Eli Zaretskii <eliz@gnu.org>
8069 * info/dir: Fix last change.
8071 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8073 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
8075 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8077 * info/dir: Untabify the whole file.
8080 2006-01-12 Andreas Schwab <schwab@suse.de>
8082 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
8085 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8087 * configure.in: Use -Wno-pointer-sign if available.
8089 2005-12-29 Andreas Schwab <schwab@suse.de>
8091 * config.guess, config.sub: Updated from master source.
8093 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8095 * configure.in: Use amdx86-64 for freebsd on x86_64.
8097 2005-11-22 Romain Francoise <romain@orebokech.com>
8099 * make-dist: Add etc/images/icons.
8101 2005-11-03 Andreas Schwab <schwab@suse.de>
8103 * configure.in: Use GZIP_PROG instead of GZIP.
8105 * Makefile.in (GZIP_PROG): Rename from GZIP.
8106 (install-arch-indep): Adjust.
8108 2005-11-01 Andreas Schwab <schwab@suse.de>
8110 * Makefile.in (bootstrap): Fix dependencies for parallel build.
8111 (bootfast): Likewise.
8113 2005-11-01 Romain Francoise <romain@orebokech.com>
8115 * configure.in: Check for gzip.
8117 * Makefile.in (install): Compress source files.
8119 2005-10-24 Steven Tamm <steventamm@mac.com>
8121 * configure.in: Fix darwin386 configuration issue.
8123 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8125 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
8127 2005-10-17 Bill Wohler <wohler@newt.com>
8129 * make-dist: Create and populate etc/images/low-color.
8131 2005-10-15 Bill Wohler <wohler@newt.com>
8133 * make-dist: Create and populate etc/images/gud.
8135 2005-10-08 Richard M. Stallman <rms@gnu.org>
8137 * make-dist (tempparent): Don't check for 14-char file name limit.
8139 2005-10-07 Romain Francoise <romain@orebokech.com>
8141 * make-dist: Add etc/images/ezimage and etc/images/mail
8142 directories. Install images in etc/images.
8144 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8146 * configure.in: Prefer Carbon if --enable-carbon-app or
8147 --with-carbon is explicitly specified even when X11 is detected.
8149 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
8151 * Makefile.in (install-arch-indep, uninstall):
8152 Handle newsticker manual.
8153 (info): Add - to commands.
8155 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
8157 Remove the MAXPATHLEN limitations:
8159 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
8161 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8163 * configure.in <lynxsos*>: Support for LynxOS on PPC.
8164 * configure: Regenerate.
8166 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
8168 * config.guess, config.sub: Updated from master source.
8170 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
8172 * .cvsignore: Add `lock'.
8174 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8176 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
8178 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
8180 Merge gnulib getopt implementation into Emacs.
8182 * Makefile.in (AUTOCONF_INPUTS): New macro.
8183 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
8184 so that these files also depend on m4/getopt.m4.
8185 * configure.in: Configure getopt by including m4/getopt.m4,
8186 and configuring a getopt replacement if necessary.
8187 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
8188 * m4/getopt.m4: New file.
8190 2005-07-06 Lute Kamstra <lute@gnu.org>
8192 * configure.in: Fix capitalization.
8194 2005-07-04 Lute Kamstra <lute@gnu.org>
8196 Update FSF's address in GPL notices.
8198 2005-06-19 Jérôme Marant <jerome@marant.org>
8200 * Makefile.in (epaths-force): Protect both lisppath and
8201 buildlisppath from whitespace.
8203 2005-06-08 Steven Tamm <steventamm@mac.com>
8205 * configure.in: Support Darwin/MacOSX on Intel.
8207 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
8209 * configure.in (HAVE_CANCELMENUTRACKING): New test.
8211 2005-05-19 Jérôme Marant <jmarant@marant.org>
8213 * configure.in: Add --enable-locallisppath.
8215 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8217 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
8218 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
8219 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
8221 2005-05-07 Jérôme Marant <jerome@marant.org>
8223 * make-dist: Remove references to makefile.nt and makefile.def.
8224 Include widgets and images subdirectories of etc. Do not exclude
8227 2005-04-23 Andreas Schwab <schwab@suse.de>
8229 * configure.in: Remove duplicate match for powerpc configuration.
8231 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
8233 * configure.in: Check for <pwd.h>.
8235 2005-04-14 Lute Kamstra <lute@gnu.org>
8237 * make-dist: Distribute all ChangeLog files in lisp/.
8238 Don't distribute ldefs-boot.el.
8239 lisp/makefile.nt no longer exists.
8241 2005-04-13 Lute Kamstra <lute@gnu.org>
8243 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
8244 for "no-byte-compile: t" in the file instead.
8246 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8248 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
8249 shadow the main Lesstif/Motif-2.1 libs and includes.
8251 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
8253 * configure.in: Only add XASSERTS to cppflags.
8255 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
8257 * configure.in: Added --enable-asserts.
8259 2005-02-09 Kim F. Storm <storm@cua.dk>
8261 Change release version from 21.4 to 22.1 throughout.
8262 Change development version from 21.3.50 to 22.0.50.
8264 2005-01-19 Steven Tamm <steventamm@mac.com>
8266 * configure.in: Check for <sys/utsname.h>.
8268 2004-12-11 Kim F. Storm <storm@cua.dk>
8270 * Makefile.in (info): Undo 2004-12-05 change.
8272 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8274 * info/dir (File): Add URL and Org Mode manuals.
8275 * Makefile.in (install-arch-indep, uninstall): Add url and org
8278 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8280 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
8281 committed to src/config.in.
8283 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
8285 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
8286 pthreads and define HAVE_GTK_AND_PTHREAD.
8288 2004-12-05 Richard M. Stallman <rms@gnu.org>
8290 * Makefile.in (info): Ignore errors building info files.
8292 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8294 * config.bat: If 8-byte alignment is not supported, define
8295 NO_DECL_ALIGN in src/config.h, instead of trivially defining
8296 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
8297 filter through Sed to remove the quotes.
8299 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8301 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
8302 not apply to files explicitly `cvs add'ed.
8304 2004-11-12 Eli Zaretskii <eliz@gnu.org>
8306 * config.bat: Don't require djecho.exe for the v1.x build.
8307 Add a test for DECL_ALIGN support, and add a trivial definition to
8308 src/config.h if 8-byte alignment is not supported.
8310 2004-11-08 Kim F. Storm <storm@cua.dk>
8312 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
8313 files before building.
8314 (bootfast, bootstrap-clean-before-fast): New targets, like
8315 bootstrap but don't remove .elc files.
8317 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
8319 * configure.in: Add check for getrusage.
8321 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8323 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
8324 New tests for new and old GTK file dialogs.
8325 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
8328 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
8330 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
8331 can be set. Remove SETARCH test.
8333 2004-10-08 Steven Tamm <steventamm@mac.com>
8335 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
8337 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
8339 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
8340 AC_MSG_WARN. Move output of warning message to end of configure run.
8342 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
8344 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
8345 Run test to see if heap start address is random.
8347 2004-09-29 Miles Bader <miles@gnu.org>
8349 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
8350 if setarch is present.
8352 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
8354 * configure.in (HAVE_EXECSHIELD): Only define on x86.
8356 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
8358 * configure.in: Check for exec-shield.
8360 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8362 * Makefile.in (install-arch-indep): Add pgg and sieve.
8364 * info/.cvsignore: Added pgg and sieve.
8366 2004-08-06 Andreas Schwab <schwab@suse.de>
8368 * Makefile.in (install-arch-indep, uninstall): Add flymake.
8370 2004-07-31 Eli Zaretskii <eliz@gnu.org>
8372 * config.bat: Update URLs in the comments.
8374 2004-07-05 Andreas Schwab <schwab@suse.de>
8376 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
8378 2004-06-21 Kenichi Handa <handa@m17n.org>
8380 * make-dist: Link leim-ext.el into tempdir.
8382 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8384 * info/dir (File): Add emacs-xtra.
8385 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
8387 2004-06-12 Juri Linkov <juri@jurta.org>
8389 * info/dir: Move menu help lines from `* Menu:' to file header.
8390 Describe the purpose of a red *.
8392 2004-05-04 Dave Love <fx@gnu.org>
8394 * configure.in: Don't use `extrasub'.
8396 2004-04-29 Dave Love <fx@gnu.org>
8398 * configure.in: Don't forget to quote args to `test'.
8400 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
8402 * autogen.sh: Update filename in "please read" message.
8404 2004-04-17 Richard M. Stallman <rms@gnu.org>
8406 * INSTALL: Move the info about site-lisp dirs,
8407 and say uninstalled Emacs looks there too.
8409 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8411 * config.bat (lib-src): Recognize comment lines in Makefile.in
8412 that have a TAB after the #, to avoid errors in preprocessing with
8415 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8417 * Makefile.in: Mention in comment that `make maintainer-clean'
8420 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8422 * update-subdirs: Add local variables to prevent byte-compiling.
8424 2004-03-21 Dave Love <fx@gnu.org>
8426 * configure.in: Fix previous change.
8428 2004-03-18 Dave Love <fx@gnu.org>
8430 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
8432 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
8434 * info/dir (File): Add SMTP and SES.
8436 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8438 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
8439 (bootstrap): Use the new bootstrap-prepare target in lisp.
8441 2004-02-18 Kim F. Storm <storm@cua.dk>
8443 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
8445 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8447 * make-dist: Don't link index.*perm and permute-index into tempdir.
8449 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8451 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
8452 to match previous changes by Eli Zaretskii.
8454 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
8456 * Makefile.in: Set CDPATH to an empty string.
8458 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8460 * configure.in <darwin>: Use fink packages if available.
8462 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
8464 * make-dist (lispref): Do include lispref/index.texi.
8466 2004-01-06 Eric Hanchrow <offby1@blarg.net>
8468 * make-dist (tempdir): Include cursors in nt/icons.
8470 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8472 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
8473 clashes with install-sh on 8+3 filesystems.
8475 2003-12-24 Miles Bader <miles@gnu.org>
8477 * .cvsignore: Add .arch-inventory.
8479 2003-12-24 Andreas Schwab <schwab@suse.de>
8481 * configure.in: Check for <sys/socket.h>. Include it before
8482 including <net/if.h>. Move check for <net/if.h> before its use.
8484 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
8486 * Makefile.in (install-arch-dep): Don't let cd output go into
8487 pipe for carbon_appdir.
8489 2003-12-24 Andreas Schwab <schwab@suse.de>
8491 * configure.in (PKG_CHECK_MODULES): Fix quoting.
8493 2003-12-01 Andreas Schwab <schwab@suse.de>
8495 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
8498 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
8500 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
8502 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
8504 2003-09-23 Dave Love <fx@gnu.org>
8506 * configure.in: Check members of struct ifreq.
8508 2003-09-14 Kim F. Storm <storm@cua.dk>
8510 * configure.in: Add checks for sys/ioctl.h and net/if.h.
8512 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
8514 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
8516 2003-08-18 Lute Kamstra <lute@gnu.org>
8518 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
8521 2003-08-07 Andrew Choi <akochoi@shaw.ca>
8523 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
8524 option instead of -traditional-cpp for CPP.
8526 2003-07-29 Richard M. Stallman <rms@gnu.org>
8528 * configure.in (HAVE_XIM): Define if XIM is available.
8530 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8532 * configure.in: The function gtk_window_set_icon_from_file was
8533 introduced in GTK+ 2.2, so check for that release.
8535 2003-07-23 Andreas Schwab <schwab@suse.de>
8537 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
8539 * Makefile.in (YACC): Remove, not used.
8541 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
8542 disable dependency on ${srcdir}/configure.in when maintainer mode
8545 2003-07-22 Dave Love <fx@gnu.org>
8547 * configure.in: Make XRegisterIMInstantiateCallback test depend on
8548 HAVE_X11, not with_xim.
8549 (HAVE_CRTIN): Provide template.
8550 <with_png>: Test for png.h and libpng/png.h.
8552 2003-07-15 Andreas Schwab <schwab@suse.de>
8554 * configure.in: Temporarily leave quoting for AC_DEFINE.
8556 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
8558 * configure.in: Check for posix_memalign.
8560 2003-07-12 Richard M. Stallman <rms@gnu.org>
8562 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
8564 2003-07-09 Kim F. Storm <storm@cua.dk>
8566 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
8567 functionality of --without-xim.
8569 2003-06-29 Dave Love <fx@gnu.org>
8571 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
8573 2003-06-23 Dave Love <fx@gnu.org>
8575 * configure.in: Check for sys/_mbstate_t.h.
8576 Test XRegisterIMInstantiateCallback prototype.
8577 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
8579 2003-06-06 Dave Love <fx@gnu.org>
8581 * configure.in: Check for locale.h.
8583 2003-06-05 Dave Love <fx@gnu.org>
8585 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
8586 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
8587 (NLIST_STRUCT): Don't define.
8588 (AH_BOTTOM): Define my_strftime.
8590 2003-06-02 Richard M. Stallman <rms@gnu.org>
8592 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
8594 2003-05-24 Andreas Schwab <schwab@suse.de>
8596 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
8599 2003-05-22 Dave Love <fx@gnu.org>
8601 * configure.in: Remove redundant test for term.h. Test for difftime.
8603 2003-05-20 Dave Love <fx@gnu.org>
8605 * configure.in: Append * to s390-*-linux-gnu case.
8606 (LIBMAIL) <lockfile>: Don't define.
8608 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8610 * INSTALL (* GNU/Linux development packages): Mention Debian and
8611 RedHat package names.
8613 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8615 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8617 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8619 * INSTALL (* GNU/Linux development packages): Tell people to
8620 install additional packages for compiling Emacs.
8622 2003-04-30 Richard M. Stallman <rms@gnu.org>
8624 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8626 2003-04-28 Francesco Potortì <pot@gnu.org>
8628 * configure.in: Undo last (RMS') change, as it is useless, per
8631 2003-04-08 Richard M. Stallman <rms@gnu.org>
8633 * configure.in: Put #include of jpeglib.h at start of line.
8635 2003-04-06 Francesco Potortì <pot@gnu.org>
8637 * configure.in: Use the same configuration for all aix5, not just
8640 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8642 * configure.in: Check for need for bigtoc support on IBM AIX for
8643 solving a linker table overflow problem.
8645 2003-03-03 Rob Browning <rlb@defaultvalue.org>
8647 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8648 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8649 over bzero, bcmp, and bcopy.
8651 2003-02-23 Simon Josefsson <jas@extundo.com>
8653 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8655 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8657 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8659 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8661 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8663 2003-02-08 Andreas Schwab <schwab@suse.de>
8665 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8666 instead of the substitution.
8668 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8670 * Makefile.in: Use @EXEEXT@ for Cygwin.
8671 Use USERNAME if LOGNAME is not set (for Cygwin).
8673 * configure.in: Add opsys=cygwin.
8675 2003-01-22 Andreas Schwab <schwab@suse.de>
8677 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8678 redefining it explicitly in src/config.in.
8680 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8682 * Makefile.in (bootstrap): Make bootstrap-after.
8684 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8686 * configure.in: Fix --with-gtk.
8688 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8690 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
8692 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8694 2003-01-14 Francesco Potortì <pot@gnu.org>
8696 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8698 2003-01-07 Steven Tamm <steventamm@mac.com>
8700 * configure.in: New option, --enable-carbon-app, to specify
8701 that the application should be installed
8702 * Makefile.in (install-arch-dep): On Mac OS X, install the
8703 Emacs.app application if carbon-app is enabled.
8705 2003-01-06 Dave Love <fx@gnu.org>
8707 * configure.in: Check for nl_langinfo.
8708 [!HAVE_SIZE_T]: Fix typedef.
8710 2003-01-06 David Kastrup <dak@gnu.org>
8712 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
8714 * configure.in: Add tests for install-info.
8716 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
8718 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
8719 use again sol2-6 instead of sol2-8.
8721 2002-12-09 Dave Love <fx@gnu.org>
8723 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
8725 2002-12-08 Andreas Schwab <schwab@suse.de>
8727 * Makefile.in (install-arch-indep): Revert last change.
8729 2002-11-27 Dave Love <fx@gnu.org>
8731 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
8732 Check for __sys_siglist too. Check for memset.
8733 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
8735 2002-11-22 Juanma Barranquero <lektu@terra.es>
8737 * config.guess, config.sub: Updated from master source.
8739 2002-11-19 Karl Fogel <kfogel@red-bean.com>
8741 * autogen.sh: New file.
8743 2002-11-18 Dave Love <fx@gnu.org>
8745 * configure.in: Tidy up various quoting issues throughout.
8747 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
8748 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
8749 Maybe define bcopy, bzero, bcmp.
8750 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8751 non-existent machine file).
8752 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8753 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8754 (nlist.h): Move test up.
8756 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
8758 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8760 2002-11-14 Francesco Potortì <pot@gnu.org>
8762 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8764 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8766 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8768 2002-11-08 Dave Love <fx@gnu.org>
8770 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8771 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8773 2002-11-07 Miles Bader <miles@gnu.org>
8775 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8776 Handle separate-build-dir case.
8778 2002-11-06 Richard M. Stallman <rms@gnu.org>
8780 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8781 bulletproof. $bar may be empty when there are no .elc files.
8783 2002-10-30 Dave Love <fx@gnu.org>
8785 * configure.in: Require autoconf 2.53. Test for pty.h,
8786 sys/mman.h, sys/param.h, mremap, memmove.
8787 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8788 (AC_PROG_YACC): Delete.
8789 (size_t): Use AC_CHECK_TYPES.
8790 (AH_TOP): Up-date copyright.
8792 2002-10-01 Juanma Barranquero <lektu@terra.es>
8794 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8796 2002-09-19 Richard M. Stallman <rms@gnu.org>
8798 * configure.in: Fix the LessTif-directory-finder for real.
8800 2002-09-14 Richard M. Stallman <rms@gnu.org>
8802 * Makefile.in (maybe_bootstrap): Test for complete absence
8803 of compiled Lisp files.
8805 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8807 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8808 (bootstrap-clean-after): Delete.
8809 (bootstrap): Make the sequencing explicit.
8811 2002-09-10 Richard M. Stallman <rms@gnu.org>
8813 * configure.in: Fix previous LessTif change.
8815 2002-09-09 Richard M. Stallman <rms@gnu.org>
8817 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8818 (powerpcle-*-solaris*): Use version 2.6 as default.
8819 (*-sunos5.6*, *-solaris2.6*): New alternative.
8820 (*-sunos5*): Use version 2.6 as default.
8822 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8824 * configure.in: Fix typo.
8826 2002-09-05 Richard M. Stallman <rms@gnu.org>
8828 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8830 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8831 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8833 2002-08-26 Kim F. Storm <storm@cua.dk>
8835 * Makefile.in (install-arch-indep): Do not remove DOC file
8836 when it is the only DOC file installed; this is the case when
8837 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8839 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
8841 * configure.in: Fix typo.
8843 2002-07-24 Richard M. Stallman <rms@gnu.org>
8845 * configure.in: Don't print anything special about gamedir.
8847 * configure.in: Delete nonstandard --with-game-user option.
8849 2002-07-21 Richard M. Stallman <rms@gnu.org>
8851 * Makefile.in (gamedir, localstatedir): New variables.
8852 (epaths-force): Insert value of gamedir into PATH_GAME.
8854 * configure.in (gamedir): Handle it like lispdir.
8855 (--with-game-dir option): Delete.
8857 2002-06-21 Pavel Janík <Pavel@Janik.cz>
8859 * configure.in: Add support for mipseb-*-netbsd* machines.
8861 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8863 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8865 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8867 * info/dir (File): Add an entry for Tramp.
8869 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8871 * INSTALL-CVS: New file.
8873 2002-06-07 Andreas Schwab <schwab@suse.de>
8875 * configure.in (x86_64-*-linux-gnu*): New system.
8877 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8879 * config.bat: Handle the case when lispintro is truncated to lispintr.
8881 2002-05-26 Paul Eggert <eggert@twinsun.com>
8883 * config.guess, config.sub: Updated from master source.
8885 2002-05-09 Richard M. Stallman <rms@gnu.org>
8887 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8889 2002-05-04 Pavel Janík <Pavel@Janik.cz>
8891 * make-dist: Do not distribute lock/ directory.
8893 2002-04-30 Andrew Choi <akochoi@shaw.ca>
8895 * configure.in: Provide documentation string when defining
8896 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8897 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8899 2002-04-29 Colin Walters <walters@verbum.org>
8901 * configure.in: Delete configure check for access to the game user.
8903 2002-04-29 Pavel Janík <Pavel@Janik.cz>
8905 * make-dist: lwlib/Imakefile is removed.
8907 2002-04-26 Andrew Choi <akochoi@shaw.ca>
8909 * configure.in: Add support for powerpc-apple-darwin*.
8912 * make-dist: Create directories in mac/Emacs.app.
8914 2002-04-25 Pavel Janík <Pavel@Janik.cz>
8916 * make-dist: lwlib-Xol* are removed.
8918 2002-04-23 Andreas Schwab <schwab@suse.de>
8920 * Makefile.in (MAINT): New variable.
8921 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8922 instead of configure.in, to avoid running autoconf and autoheader
8923 unless explicitly requested.
8925 2002-04-16 Eli Zaretskii <eliz@gnu.org>
8927 * config.bat: Update for msdos/sed2v2.inp.
8929 2002-04-15 Andreas Schwab <schwab@suse.de>
8931 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8932 * configure.in: Add config header templates to all AC_DEFINE and
8933 AC_DEFINE_UNQUOTED symbols.
8934 * make-dist: Run autoheader if necessary.
8936 2002-04-10 Colin Walters <walters@verbum.org>
8938 * configure.in: Add --game-dir, --game-user. Test to see if we
8941 2002-04-08 Pavel Janík <Pavel@Janik.cz>
8943 * configure.in: Add --with-sound.
8945 2002-03-18 Kim F. Storm <storm@cua.dk>
8947 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8948 and getsockname functions. Test for sys/un.h include file.
8950 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8952 * configure.in: Support AIX 5.1.
8954 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8956 * configure.in: Added test for X Session Management (HAVE_X_SM).
8958 2002-03-03 Richard M. Stallman <rms@gnu.org>
8960 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
8961 Run chown $${LOGNAME} on files installed by tar xvf.
8963 2002-03-03 Kim F. Storm <storm@cua.dk>
8965 * configure.in: Test for getpeername.
8967 2002-03-01 Richard M. Stallman <rms@gnu.org>
8969 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
8970 (HAVE_GIF): Don't use old libungif versions that crash.
8972 2002-02-26 Richard M. Stallman <rms@gnu.org>
8974 * configure.in <making srcdir absolute>: Verify that PWD is correct,
8975 not just well-formed and valid.
8976 (mips-compaq-nonstopux*): New configuration.
8978 2002-02-18 Paul Eggert <eggert@twinsun.com>
8980 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
8981 "sed q" is a portable equivalent to plain "head -1".
8983 2002-02-13 Richard M. Stallman <rms@gnu.org>
8985 * Makefile.in (maybe_bootstrap): Do `exit 1'.
8986 (all): Don't depend on maybe_bootstrap here.
8987 (${SUBDIR}): Depend on it here instead.
8989 2002-02-08 Richard M. Stallman <rms@gnu.org>
8991 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
8993 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8995 * configure.in: Recognize BSD/OS 5.0.
8997 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8999 * make-dist: Make version checking in emacs.texi consistent with
9000 how we set it there.
9002 2001-12-29 Kim F. Storm <storm@cua.dk>
9004 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
9006 2001-12-28 Richard M. Stallman <rms@gnu.org>
9008 * configure.in: Test for mbsinit.
9010 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9012 These changes make Leim part of the standard distribution:
9014 * README: Add info about the `leim' directory.
9016 * INSTALL: Remove text that describes Leim as a separate package.
9018 * noleim-Makefile.in: File removed.
9020 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
9021 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
9022 Leim files out of the Emacs tree. Don't prepare a separate tarball
9025 2001-12-11 Richard M. Stallman <rms@gnu.org>
9027 * configure.in (hppa*-*-linux-gnu*): New alternative.
9029 2001-12-08 Pavel Janík <Pavel@Janik.cz>
9031 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
9032 creating distribution.
9034 2001-12-06 Paul Eggert <eggert@twinsun.com>
9036 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
9037 (AC_FUNC_VFORK): Remove.
9038 (AC_FUNC_FORK): Add.
9039 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
9040 this is required by recent Autoconf versions.
9042 2001-12-02 Pavel Janík <Pavel@Janik.cz>
9044 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
9045 TODO, vms-pp.trans and others).
9047 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9049 * make-dist: Use COPYING from the top-level directory.
9051 2001-11-29 Gerd Moellmann <gerd@gnu.org>
9053 * configure.in: Add support for FreeBSD/Alpha.
9055 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9057 * make-dist: Add COPYING to the top-level directory of the
9058 distribution. Simplify the logic behind copying.
9060 * Makefile.in (maybe_bootstrap): Fix previous change.
9062 2001-11-28 Richard M. Stallman <rms@gnu.org>
9064 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
9066 2001-11-26 Richard M. Stallman <rms@gnu.org>
9068 * Makefile.in: bootstrap should not delete dumped executables.
9069 (bootstrap-clean-before): New target.
9070 (bootstrap): Use bootstrap-clean-before instead of clean.
9071 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
9073 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
9075 These changes add the Emacs Lisp Introduction manual to the
9078 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
9080 * make-dist: Copy the files in lispintro directory.
9082 * config.bat: Configure in the lispintro directory.
9084 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
9086 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
9087 (lispintro/Makefile): New target.
9088 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
9089 (unlock, relock, info, dvi): Ditto.
9091 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9093 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
9095 * make-dist (etc): Don't distribute gfdl.1.
9097 2001-11-22 Colin Walters <walters@debian.org>
9099 * Makefile.in (install-arch-indep): Install the calc .info files.
9100 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
9102 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9104 * make-dist (lispref): Add *.txt, *.el, permute-index, and
9105 tindex.pl to the list of those being put into the distribution.
9107 2001-11-16 Eli Zaretskii <eliz@gnu.org>
9109 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
9111 2001-11-15 Pavel Janík <Pavel@Janik.cz>
9113 * Makefile.in (uninstall): Fix previous change.
9115 * configure.in, Makefile.in: Add support for --program-prefix,
9116 --program-suffix and --program-transform-name options.
9118 2001-11-13 Pavel Janík <Pavel@Janik.cz>
9120 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
9121 (install-arch-indep): Install emacsclient manual page.
9122 (uninstall): Uninstall emacsclient manual page.
9124 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
9126 * make-dist: Add lispref/index.*perm files to the distribution.
9127 From Pavel Janík <Pavel@Janik.cz>.
9129 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9131 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
9133 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9135 * configure.in: AC_OUTPUT lispref/Makefile.
9137 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9139 The following changes add the ELisp reference manual to the
9142 * make-dist: Add the lispref directory to the distribution.
9144 * Makefile.in (install-arch-indep): Add elisp* to the list of
9145 installed Info files.
9146 (SUBDIR_MAKEFILES): Add lispref/Makefile.
9147 (lispref/Makefile): New target.
9148 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
9149 Add commands for the lispref directory.
9152 * config.bat: Configure in `lispref'.
9154 2001-11-09 Richard M. Stallman <rms@gnu.org>
9156 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
9158 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9160 * make-dist (tempdir): Copy AUTHORS as well.
9162 2001-11-06 Sam Steingold <sds@gnu.org>
9164 * configure.in: Added a check for <nlist.h>.
9166 2001-11-01 Pavel Janík <Pavel@Janik.cz>
9168 * configure.in: Reindent --help output.
9169 From Per Starbäck (starback@ling.uu.se).
9171 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9173 * configure.in: New entry for HP/UX-11.
9175 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
9176 From Eric S. Raymond <esr@golux.thyrsus.com>.
9178 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9180 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
9181 <athornton@sinenomine.net>.
9183 2001-10-25 Gerd Moellmann <gerd@gnu.org>
9185 * Makefile.in (maybe_bootstrap): New target.
9186 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
9188 2001-10-24 Ken Raeburn <raeburn@gnu.org>
9190 * configure.in: If --with-hesiod is given, look for
9191 hes_getmailhost and res_send or __res_send; check hesiod and
9192 resolv libraries respectively if system libraries don't supply them.
9194 2001-10-24 Gerd Moellmann <gerd@gnu.org>
9196 * configure.in: Use $MAKE for `make' if set.
9198 2001-10-22 Gerd Moellmann <gerd@gnu.org>
9200 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
9203 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9205 * (Version 21.1 released).
9207 2001-10-20 Miles Bader <miles@gnu.org>
9209 * configure.in (configuration): Set from `host' if `host_alias'
9212 2001-10-19 Andreas Schwab <schwab@suse.de>
9214 * configure.in: Make ready for autoconf 2.5x.
9215 (AC_PREREQ): Require autoconf 2.50.
9216 * aclocal.m4: Removed.
9217 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
9219 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9221 * README: Bump Emacs version to 21.1.50.
9223 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9227 2001-09-05 Gerd Moellmann <gerd@gnu.org>
9229 * configure.in: Avoid `$@' which is handled specially in
9230 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
9232 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
9234 * make-dist (nt): Add subdirs.el to the list of distributed files.
9236 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
9238 * configure.in (machine): Add an entry for
9239 hppa1.1-hitachi-hiuxwe2*.
9241 2001-05-28 Gerd Moellmann <gerd@gnu.org>
9243 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
9244 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
9246 2001-05-14 Gerd Moellmann <gerd@gnu.org>
9248 * make-dist: Copy texinfo.tex unconditionally.
9250 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9252 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
9255 2001-04-06 Gerd Moellmann <gerd@gnu.org>
9257 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
9258 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
9260 * make-dist: Handle leim/MISC-DIC. Only include
9261 `[a-zA-Z]*.{el,elc}' from leim/quail.
9263 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9265 * Makefile.in (install-arch-indep): Remove .cvsignore files.
9267 2001-03-30 Gerd Moellmann <gerd@gnu.org>
9269 * Makefile.in (.PHONY): Add for bootstrap targets.
9270 (bootstrap-clean): New target.
9271 (bootstrap): Use it instead of `clean'.
9273 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
9275 * Makefile.in (SUBDIR): Remove leim.
9276 (all, .RECURSIVE, extraclean): Add leim explicitly.
9277 (leim): Provide separate rule which exports PARALLEL=0 into the
9280 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9282 * configure.in (HAVE_XPM): Don't print the result of the check for
9283 XpmReturnAllocPixels if we don't have an xpm.h.
9285 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9287 * COPYING: New file.
9289 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9291 * config.bat: Update the copyright.
9293 2001-02-23 Kenichi Handa <handa@etl.go.jp>
9295 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
9296 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
9297 to `yes'. Later in AC_OUTPUT, check this variable.
9299 2001-02-09 Dave Love <fx@gnu.org>
9303 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9305 * info/dir (Ebrowse): Fix the entry (was missing a dot).
9307 2001-02-02 Gerd Moellmann <gerd@gnu.org>
9309 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
9311 * Makefile.in (uninstall): Ignore exit code of `rm'.
9313 * Makefile.in (uninstall): Remove more info files.
9314 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
9316 2001-01-31 Gerd Moellmann <gerd@gnu.org>
9318 * noleim-Makefile.in (extraclean): Add.
9320 2001-01-28 Gerd Moellmann <gerd@gnu.org>
9322 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
9325 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
9327 * Makefile.in (tags): Fix typo.
9329 2001-01-13 Kenichi Handa <handa@etl.go.jp>
9331 * configure.in: Fix typo in the code setting x_search_path.
9333 2001-01-10 Dave Love <fx@gnu.org>
9335 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
9337 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
9338 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
9339 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
9340 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
9343 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9345 * config.bat: Run the preprocessor with -traditional.
9347 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
9349 * INSTALL: Move copying conditions to end of file.
9351 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9353 * INSTALL: Add basic installation procedure which assumes
9354 `configure' does its job. Elaborate on image support libraries.
9355 Add a pointer to Xaw3d library. Add advice about solving
9356 configure-time problems by looking in config.log and setting
9357 variables in the environment.
9359 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9361 * Makefile.in (install-arch-indep): If tar fails, exit with
9364 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9366 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
9367 source file includes XKBlib.h. On some broken Solaris systems,
9368 there is an XKBlib.h, reportedly, but header files included by
9369 XKBlib.h are missing.
9371 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9373 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
9375 2000-12-11 Dave Love <fx@gnu.org>
9377 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
9379 2000-12-11 Paul Eggert <eggert@twinsun.com>
9381 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
9382 Merge fixes from latest GNU tar version. These macros no longer
9383 futz with _XOPEN_SOURCE, as that was not portable in practice.
9384 (AC_FUNC_FSEEKO): New macro.
9386 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
9389 2000-12-05 Dave Love <fx@gnu.org>
9391 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
9393 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9395 * info/dir: Change the category to "Emacs".
9397 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9399 * make-dist (tempdir): Remove epaths.h from the distribution
9402 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9404 * config.bat: Check for existence of djecho.exe, and print an
9405 error message if it is not available.
9407 * INSTALL: Describe possible problem with djecho.exe in old
9408 versions of DJGPP v2.x.
9410 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9412 * configure.in: Initialize HAVE_LIBXP to no.
9414 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9416 * configure.in: Use m/macppc.h instead of the non-existent
9419 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9421 * Makefile.in (install-arch-indep): Also install info/eshell*
9424 * configure.in (HAVE_PNG): Check for the presence of
9425 png_get_channels to rule out older PNG libs.
9427 * configure.in (AC_OUTPUT): Arrange to emit definitions of
9428 GCC and NON_GNU_CPP into config.status.
9430 2000-11-20 Dave Love <fx@gnu.org>
9432 * configure.in: Fix last change.
9434 * GETTING.GNU.SOFTWARE: Deleted.
9435 * FTP: New file to replace it.
9436 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
9438 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9440 * configure.in: Use -traditional with GNU cpp.
9442 2000-11-17 Gerd Moellmann <gerd@gnu.org>
9444 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
9445 Distribute more files from the nt/ subdir. Distribute PBM
9446 image files from subdirs of lisp/. Distribute old change logs
9447 from subdirs of lisp/. Distribute play/5x5.el.
9449 2000-11-11 Dave Love <fx@gnu.org>
9451 * config.sub, config.guess: Updated from master source.
9453 2000-11-07 Dave Love <fx@gnu.org>
9455 * configure.in: Test for mkstemp.
9457 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
9459 * info/dir (Top): Rearrange menu items more logically, and put
9460 them into a single category. Add menu items for RefTeX and
9463 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9465 * Makefile.in (install-arch-indep): Use --info-dir instead of
9466 --dir-file, and a simple argument instead of --info-file, so that
9467 the Debian version of install-info also works.
9469 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9471 * info/dir (Speedbar): Add entry.
9473 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9475 * INSTALL: Describe the new image-support options to the configure
9476 script. List URLs where image support libraries can be found.
9478 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
9480 * info/dir (Top): Add an entry for Eshell.
9482 2000-10-02 Dave Love <fx@gnu.org>
9484 * configure.in: Check for gai_strerror.
9486 2000-10-01 Andreas Schwab <schwab@suse.de>
9488 * Makefile.in (install-arch-indep): Update list of installed info files.
9490 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9492 * configure.in: Support `sparc*-*-netbsd*'.
9494 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
9496 * info/dir (MIME): Add entry for emacs-mime.
9498 2000-09-29 Dave Love <fx@gnu.org>
9500 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
9502 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9504 * make-dist: Adapt to the change of leim/Makefile which was
9505 necessary to ensure a reasonably working `make dist'.
9507 * leim-Makefile.in: Moved to leim/Makefile.in..
9509 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
9511 2000-09-21 Kenichi Handa <handa@etl.go.jp>
9513 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
9514 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
9515 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
9517 (${TIT}): Adjust for the above change.
9518 (clean mostlyclean): Likewise.
9519 (.el.elc): New target.
9521 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9523 * make-dist: Include XPM and XBM files in lisp/ and subdirs
9524 in the distribution.
9526 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9528 * make-dist (skk): Rename to `ja-dic' because the leim directory
9531 2000-09-14 Dave Love <fx@gnu.org>
9533 * configure.in: Fix spurion in last change.
9535 2000-09-14 Gerd Moellmann <gerd@gnu.org>
9537 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
9538 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
9539 to `no' if defined. Change result report.
9541 2000-09-08 Dave Love <fx@gnu.org>
9543 * configure.in: Remove spurious `@'s.
9545 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
9548 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9550 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
9551 file and print informational message.
9553 * configure.in (AC_FUNC_MMAP): Add.
9555 2000-09-01 Gerd Moellmann <gerd@gnu.org>
9557 * configure.in: Add ``checking'' messages for
9558 XpmReturnAllocPixels.
9560 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9562 * configure.in: Check <strings.h>; check `index' and `rindex'
9565 2000-08-26 Kenichi Handa <handa@etl.go.jp>
9567 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
9568 "case "${canonical}" in".
9570 2000-08-25 Dave Love <fx@gnu.org>
9572 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
9574 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9576 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
9578 2000-08-24 Gerd Moellmann <gerd@gnu.org>
9580 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
9581 contains a relative path. Protect against unusable values of $PWD.
9583 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9585 * info/dir (WoMan): Add entry.
9587 * config.bat (maindir): Update src/_gdbinit even if it does
9590 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9592 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
9594 2000-08-03 Gerd Moellmann <gerd@gnu.org>
9596 * configure.in: Add support for ia64*-*-linux*.
9598 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9600 * make-dist (aclocal.m4): Include in distribution.
9602 2000-07-26 Dave Love <fx@gnu.org>
9604 * configure.in (AC_SYS_LARGEFILE): Move earlier.
9606 2000-07-24 Dave Love <fx@gnu.org>
9608 * configure.in: Add AC_SIZE_T.
9610 2000-07-18 Dave Love <fx@gnu.org>
9612 * configure.in: Reorder so that most tests are done after CPPFLAGS
9613 is set from the C_SWITCH_... definitions.
9615 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9617 * configure.in (HAVE_XPM): Undo previous change. Check for
9618 preprocessor define XpmReturnAllocPixels.
9620 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9622 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9623 instead of XpmReadFileToPixmap.
9625 2000-07-05 Ken Raeburn <raeburn@gnu.org>
9627 * configure.in: Check for <soundcard.h>. Look for ossaudio
9628 library, and set LIBSOUND accordingly.
9630 2000-07-05 Dave Love <fx@gnu.org>
9632 * configure.in: Use AC_HEADER_SYS_WAIT.
9634 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9636 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9637 lisp/Makefile. Distribute lisp/Makefile.in instead of
9640 2000-06-30 Ken Raeburn <raeburn@gnu.org>
9642 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9643 while searching for image-handling libraries.
9645 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9647 * configure.in (--with-xim): New option.
9649 2000-06-23 Dave Love <fx@gnu.org>
9651 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9652 for struct timezone and test how we can call gettimeofday.
9653 Check for OSF 5+. Check for term.h.
9655 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9658 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9660 * configure.in (HAVE_LIBXP): Change test for libXp.
9662 2000-06-21 Dave Love <fx@gnu.org>
9664 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9665 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9666 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9668 2000-06-19 Dave Love <fx@gnu.org>
9670 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9671 _XOPEN_SOURCE is defined.
9673 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9675 * Makefile.in (distclean): Also make distclean in lisp/.
9677 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9679 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9681 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9683 * make-dist: Add --help and --snapshot options.
9685 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9687 * configure.in: Generate lisp/Makefile.
9689 * configure.in: Add support for `*-lynxos*'.
9690 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9691 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9694 2000-06-13 Ken Raeburn <raeburn@gnu.org>
9696 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9697 it's on a continuation line.
9699 2000-06-02 Dave Love <fx@gnu.org>
9701 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9704 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
9705 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
9708 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
9709 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
9711 2000-05-26 Gerd Moellmann <gerd@gnu.org>
9713 * configure.in: Add check for speed_t typedef.
9715 2000-05-25 Ken Raeburn <raeburn@gnu.org>
9717 * Makefile.in (install-arch-dep): Install fns-*.el only if it
9718 exists; it won't in the CANNOT_DUMP case.
9720 2000-05-25 Gerd Moellmann <gerd@gnu.org>
9722 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
9723 On FreeBSD, the exit status is 1 if CDPATH is not set.
9724 (install-arch-indep): Install ebrowse.info.
9726 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
9728 * configure.in: Check for grandpt and getpt.
9730 2000-05-09 Dave Love <fx@gnu.org>
9732 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
9734 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9736 * make-dist: Make a link for lib-src/grep-changelog.
9739 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9741 * config.bat: Identify the beginning of the cpp stuff in
9742 src/Makefile.in and lib-src/Makefile.in more accurately.
9744 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9746 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
9748 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9750 * configure.in: Add support for `powerpc-*-netbsd*'.
9752 2000-04-19 Dave Love <fx@gnu.org>
9754 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9756 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9758 2000-04-16 Dave Love <fx@gnu.org>
9760 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9762 2000-04-14 Dave Love <fx@gnu.org>
9764 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9766 * aclocal.m4 (AC_FUNC_MKTIME): New.
9768 2000-03-28 Ken Raeburn <raeburn@gnu.org>
9770 * configure.in: Line up "--help" output a little better.
9772 2000-03-26 Gerd Moellmann <gerd@gnu.org>
9774 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9776 (bootstrap): Rewritten in terms of the new targets above.
9777 Make info files, too.
9779 2000-03-12 Gerd Moellmann <gerd@gnu.org>
9781 * config.guess, config.sub: Use the versions of the files from
9784 2000-03-08 Dave Love <fx@gnu.org>
9786 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9787 AC_C_VOLATILE. Define POINTER_TYPE.
9789 * aclocal.m4: New file.
9791 2000-03-02 Gerd Moellmann <gerd@gnu.org>
9793 * configure.in (machine): Add `mipsel-*-netbsd*' and
9796 2000-03-01 Gerd Moellmann <gerd@gnu.org>
9798 * configure.in (machine): Add support for `*-auspex-sunos*'.
9800 2000-02-29 Gerd Moellmann <gerd@gnu.org>
9802 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9804 2000-02-18 Dave Love <fx@gnu.org>
9806 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9808 2000-02-18 Andreas Schwab <schwab@suse.de>
9810 * Makefile.in (install-arch-indep): Add eudc to list of installed
9813 2000-02-17 Ken Raeburn <raeburn@gnu.org>
9815 * configure.in: Include -lz and -ljpeg (if it's available) when
9816 testing for the tiff library.
9818 2000-02-17 Gerd Moellmann <gerd@gnu.org>
9820 * configure.in: Remove LISP_FLOAT_TYPE.
9822 2000-02-12 Dave Love <fx@gnu.org>
9824 * configure.in: Use AC_FUNC_VFORK.
9826 2000-02-01 Gerd Moellmann <gerd@gnu.org>
9828 * make-dist: Various fixes for new development tree.
9830 * leim-Makefile.in: New file.
9832 2000-01-31 Gerd Moellmann <gerd@gnu.org>
9834 * Makefile.in (dist): Call ./make-dist.
9836 2000-01-24 Dave Love <fx@gnu.org>
9838 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9840 2000-01-18 Gerd Moellmann <gerd@gnu.org>
9842 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9845 2000-01-11 Andreas Schwab <schwab@suse.de>
9847 * Makefile.in (install-arch-indep): Update list of info files to
9850 2000-01-05 Dave Love <fx@gnu.org>
9852 * configure.in: Check for jerror.h as well as libjpeg.
9854 2000-01-03 Andreas Schwab <schwab@suse.de>
9856 * Makefile.in (install-arch-indep): Install autotype*.
9857 Run install-info on autotype and emacs-faq.info.
9859 1999-12-04 Dave Love <fx@gnu.org>
9861 * Makefile.in (install-arch-indep): Depend on `info'.
9862 (install-strip): Use `install' as sub-make target.
9864 1999-11-23 Ken Raeburn <raeburn@gnu.org>
9866 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9867 didn't need to be deleted. Check for the k5crypto library as well
9868 as the crypto library; MIT Kerberos 1.1 changed the name.
9870 1999-11-18 Dave Love <fx@gnu.org>
9872 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9874 1999-11-11 Erik Naggum <erik@naggum.no>
9876 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9878 1999-11-08 Dave Love <fx@gnu.org>
9880 * configure.in: Fix change for --with-pop default.
9882 1999-11-04 Dave Love <fx@gnu.org>
9884 * configure.in: Default to --with-pop. Change sense of with-gcc
9885 and with-toolkit-scroll-bars messages to reflect the defaults.
9887 1999-11-01 Gerd Moellmann <gerd@gnu.org>
9889 * INSTALL: Mention the Emacs Lisp Reference.
9891 1999-10-27 Noah Friedman <friedman@splode.com>
9893 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9895 1999-10-23 Gerd Moellmann <gerd@gnu.org>
9897 * Makefile.in (bootstrap): New target.
9899 1999-10-19 Paul Eggert <eggert@twinsun.com>
9901 Add support for large files. Merge glibc 2.1.2.
9903 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9904 (HAVE_TM_GMTOFF): New symbol.
9905 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9907 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9909 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9911 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9912 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9914 1999-10-09 Richard M. Stallman <rms@gnu.org>
9916 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9917 Unset CDPATH to prevent cd from generating output.
9919 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9921 * update-subdirs: Also ignore CVS subdirs.
9923 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9925 * Makefile.in (install-arch-indep): Add ada-mode.
9927 1999-10-06 Dave Love <fx@gnu.org>
9929 * Makefile.in: Add rules for config.status, configure.
9931 1999-09-07 Gerd Moellmann <gerd@gnu.org>
9933 * configure.in (--with-sound): Remove.
9935 1999-08-30 Gerd Moellmann <gerd@gnu.org>
9937 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9939 (HAVE_TIFF): Add -lm to library check.
9941 1999-08-28 Richard Stallman <rms@gnu.org>
9943 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9944 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9945 after the other X-related libraries.
9947 1999-08-21 Dave Love <fx@gnu.org>
9949 * configure.in: Don't check for jpeglib.h.
9951 1999-08-20 Gerd Moellmann <gerd@gnu.org>
9953 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9954 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9956 1999-08-18 Dave Love <fx@gnu.org>
9958 * configure.in: Check for termcap.h.
9960 1999-08-15 Gerd Moellmann <gerd@gnu.org>
9962 * configure.in: Add --with-toolkit-scroll-bars. If "no",
9963 use Emacs' scroll bars, even if configured for Motif or when
9966 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
9968 * configure.in: Check for getaddrinfo.
9970 1999-08-04 Eli Zaretskii <eliz@gnu.org>
9972 * config.bat: Make --no-debug work again by removing -gcoff.
9974 1999-07-30 Dave Love <fx@gnu.org>
9976 * configure.in: Check for stdlib.h.
9978 1999-07-19 Dave Love <fx@gnu.org>
9980 * configure.in: Grok sparc64-*-linux-gnu*.
9982 1999-07-12 Richard Stallman <rms@gnu.org>
9984 * Version 20.4 released.
9986 1999-06-23 Karl Heuer <kwzh@gnu.org>
9988 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
9989 Quote $EMACS, in case it's a program with args.
9991 1999-06-15 Gerd Moellmann <gerd@gnu.org>
9993 * configure.in (HAVE_GIF): Use libungif instead of libgif
9994 because the former doesn't contain patented compression code.
9996 1999-05-29 Richard M. Stallman <rms@gnu.org>
9998 * configure.in: Delete the Kerberos stuff.
10000 1999-05-27 Greg Hudson <ghudson@mit.edu>
10002 * configure.in: Prefer kerberos 5 names.
10004 1999-04-26 Richard M. Stallman <rms@gnu.org>
10006 * configure.in: Check for libXp.
10008 1999-04-08 Richard Stallman <rms@gnu.org>
10010 * make-dist: Include change logs in subdirs of `lisp'.
10012 1999-04-05 Richard Stallman <rms@gnu.org>
10014 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
10015 (install-arch-indep): Make ${datadir}/emacs world-readable.
10017 1999-03-30 Eli Zaretskii <eliz@gnu.org>
10019 * config.bat: Use epaths.* instead of paths.*.
10021 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10023 * INSTALL: Add detailed instructions to unpack and install
10024 intlfonts on MS-DOS.
10026 1999-02-26 Richard Stallman <rms@gnu.org>
10028 * configure.in: Use epaths.h and epaths-force instead of paths...
10030 * Makefile.in (epaths-force): Rename from paths-force;
10031 operate on epaths.in and produce epaths.h.
10033 1999-02-24 Richard Stallman <rms@gnu.org>
10035 * make-dist: Fix nt/icons directory handling.
10037 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
10039 * configure.in (f301-fujitsu-uxpv4.1): New target.
10041 1999-02-20 Richard Stallman <rms@gnu.org>
10043 * make-dist (tempparent): Fix command to update info files.
10045 1999-02-09 Richard Stallman <rms@gnu.org>
10047 * configure.in (powerpc-apple-netbsd*): New alternative.
10049 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
10051 * make-dist: Include the new directory nt/icons in distributions.
10053 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10055 * configure.in: Change message about HAVE_XFREE386.
10057 1999-01-07 Eli Zaretskii <eliz@gnu.org>
10059 * config.bat: Support configuring with leim.
10061 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
10063 * configure.in (mips-sgi-irix6.5): New target.
10065 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10067 * configure.in: Remove GSS-API support, since it has been removed
10070 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10072 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10074 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
10076 * Makefile.in: Don't install customize info file.
10077 Run install-info on viper info file.
10079 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10081 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10083 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10085 * configure.in (*-*-bsdi4*): New target.
10087 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
10089 * configure.in: Fix previous change.
10091 1998-11-11 Richard Stallman <rms@gnu.org>
10093 * configure.in (aviion-intel): New machine.
10095 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10097 * configure.in (mips-nec-sysv4*): New target.
10099 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10101 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
10104 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10106 * make-dist: Don't include fns*.el in dist.
10108 1998-10-30 Dave Love <fx@gnu.org>
10110 * configure.in: Don't mkdir cpp.
10112 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10114 * Makefile.in (install-arch-dep): Install src/fns-*.el in
10117 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10119 * Version 20.3 released.
10121 1998-07-30 Paul Eggert <eggert@twinsun.com>
10123 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
10124 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
10125 (lwlib/Makefile, leim/Makefile):
10126 Prepend $(srcdir)/ to rule dependencies outside this dir.
10128 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10130 * configure.in: Use unset CDPATH instead of making it empty.
10132 1998-06-20 Karl Heuer <kwzh@gnu.org>
10134 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
10136 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10138 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
10139 and default.el. Sort the results.
10141 1998-05-31 Karl Heuer <kwzh@gnu.org>
10143 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
10146 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10148 * Makefile.in (install-arch-indep):
10149 Don't alter site-lisp/subdirs.el if it exists.
10151 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10153 * Makefile.in (install-arch-indep): Put `-' on commands to create
10154 subdirs.el in site-lisp dirs.
10156 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
10158 * Makefile.in (install-arch-indep): Fix typo in previous change.
10160 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10162 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
10164 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
10166 * Makefile.in (mkdir): Create the site-lisp dirs.
10167 (install-arch-indep): Make site-lisp/subdirs files world-readable.
10169 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
10171 * Makefile.in (INSTALL_INFO): New variable.
10172 (install-arch-indep): Don't replace the dir file if it already exists.
10173 Use the install-info program, via INSTALL_INFO, to add entries.
10174 Make the `info' subdir and the Info files world-readable.
10176 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
10178 * config.bat: Make sure the environment is large enough to support
10179 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
10181 1998-04-10 Karl Heuer <kwzh@gnu.org>
10183 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
10185 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10187 * configure.in: Add --with-gssapi to specify GSS-API
10188 authentication support for movemail.
10190 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10192 * Makefile.in (install-arch-indep): Fix previous change.
10194 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10196 * Makefile.in (info): Run man in build dir, not srcdir.
10198 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10200 * Makefile.in (install-arch-indep): Fix previous change.
10202 1998-03-23 Kenichi Handa <handa@etl.go.jp>
10204 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
10206 1998-03-22 Richard Stallman <rms@gnu.org>
10208 * Makefile.in (install-arch-indep): Put special subdirs.el files
10209 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
10211 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
10213 * make-dist: Fix shell syntax in check for missing .el or .elc files.
10215 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
10217 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
10218 (m68*-hp-hpux*): Handle versions 1X like 10.
10220 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
10222 * make-dist: PROBLEMS is now in etc, not top level dir.
10224 * Makefile.in (SOURCES): Delete PROBLEMS.
10226 1998-02-25 Richard Stallman <rms@gnu.org>
10228 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
10230 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
10232 1998-01-17 Richard Stallman <rms@gnu.org>
10234 * Makefile.in (install-arch-indep): Add semicolon before `else'.
10236 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
10238 * make-dist (tempparent): New option --no-check.
10240 * make-dist: Don't do anything with cpp directory.
10242 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
10244 * configure.in (sparc-fujitsu-sysv4*): New target.
10246 1997-12-17 Andreas Schwab <schwab@gnu.org>
10248 * configure.in: Cache more tests. Add missing quotes around
10249 message with embedded comma.
10251 1997-12-04 Karl Heuer <kwzh@gnu.org>
10253 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
10255 1997-11-26 Joel N. Weber II <devnull@gnu.org>
10257 * make-dist: Changed the comment about `umask 0' to say `Don't
10258 restrict access to any files.'; previously it said `Don't protect
10259 any files', which may have implied that we think fascism is good.
10261 1997-11-24 Paul Eggert <eggert@twinsun.com>
10263 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
10264 strftime needs the underlying host's strftime for locale dependent
10267 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
10269 * configure.in (i586-dg-dguxR4.*): New name in case branch.
10271 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
10273 * config.bat: Configure the man subdirectory.
10275 1997-11-07 Paul Eggert <eggert@twinsun.com>
10277 * configure.in (AC_CHECK_LIB): Add -lintl.
10279 1997-11-07 Karl Heuer <kwzh@gnu.org>
10281 * make-dist (check for .elc files): Avoid bash-specific syntax.
10282 (check for overflow 14-char limit): Simplify.
10284 1997-11-07 Richard Stallman <rms@gnu.org>
10286 * Makefile.in (install): Move blessmail last.
10288 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10290 * configure.in (gettimeofday, one arg or two):
10291 Clarify messages by avoiding double negative.
10293 1997-09-30 Karl Eichwalder <ke@suse.de>
10295 * Makefile.in (install-arch-indep): Install the widget info file.
10297 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10299 * configure.in (with-pop, with-kerberos): Need to check Kerberos
10300 libraries in reverse order, so that libraries will appear in the
10301 correct dependency order on the link line (and so that the
10302 configure checks themselves will work properly when early
10303 libraries depend on later ones).
10305 1997-09-21 Erik Naggum <erik@naggum.no>
10307 * make-dist (making links to `src'): Keep timestamp on copied files.
10309 * make-delta: New script to produce delta distributions.
10311 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10313 * Version 20.2 released.
10315 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10317 * Version 20.1 released.
10319 * Makefile.in (install-leim): Depend on mkdir.
10320 (leim): Depend on src.
10322 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10324 * configure.in: Recognize alpha* instead of just alpha.
10326 1997-09-12 Paul Eggert <eggert@twinsun.com>
10328 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
10330 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10332 * update-subdirs: Use rm -f.
10334 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10336 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
10337 Ignore subdirs named Old.
10339 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
10341 * configure.in: Add OpenBSD clause to set $machine.
10343 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10345 * make-dist: Recompile everything after updating various Lisp files.
10346 Recompile in leim as well as lisp.
10347 Check in leim as well as lisp for mismatched files and too-long names.
10349 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10351 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
10353 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10355 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
10356 before trying to copy anything from it.
10358 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10360 * Makefile.in (man/Makefile): New target.
10361 (tags): Define env var EMACS and run Makefile from build dir.
10363 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
10365 * config.bat: If src/_gdbinit doesn't exist, try using
10366 src/.gdbinit to create it (for building on Windows 95).
10368 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10370 * Makefile.in (install-arch-indep):
10371 Discard extra data in tar | tar pipes.
10373 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
10375 * configure.in (x_default_search_path):
10376 Corrected '${x_library}' to '${x_library}/X11'.
10378 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10380 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
10382 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10384 * configure.in: Support auto-configuration of both Kerberos V4 and
10385 Kerberos V5 for movemail, including detection of V4 and V5 header
10386 files and libraries.
10388 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
10390 * configure.in: Compute x_default_search_path
10391 and substitute into makefiles.
10393 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
10395 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10397 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
10399 1997-08-07 Erik Naggum <erik@naggum.no>
10401 * configure.in: Remove lockdir, it is no longer needed.
10402 * Makefile.in (mkdir): Don't create lockdir.
10403 (lockdir): Variable deleted.
10404 (paths-force): Don't operate on PATH_LOCK.
10406 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10408 * leim-Makefile.in (clean, distclean): New targets.
10410 * make-dist: Include leim/ChangeLog in leim distribution.
10412 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10414 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
10416 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10418 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
10420 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10422 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
10424 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10426 * make-dist: Update leim/leim-list.el.
10427 Pass along value of $EMACS when updating lisp dir.
10429 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10431 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
10432 prerequisite to the use of Doug Lea's malloc.
10434 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10436 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
10438 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
10440 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10442 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
10444 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10446 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
10449 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
10451 * config.bat: Use `sed' instead of `cp', which might not be
10454 1997-07-09 Kenichi Handa <handa@etl.go.jp>
10456 * Makefile.in (mostlyclean): Add cleaning leim directory.
10457 (clean, distclean, maintainer-clean): Likewise.
10459 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10461 * make-dist (bogosities): Check subdirs of `lisp' also.
10463 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10465 * make-dist (etc): Really avoid symlinks now.
10466 (lisp): Don't delete from subdirs the things we never copy.
10468 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10470 * Makefile.in (install-arch-indep): Correct the target name.
10471 The first letter `i' was dropped by the previous change of mine.
10473 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10475 * configure.in (leim/Makefile): Generate this.
10476 (*-sysv4.2uw*): Recognize new alternative.
10478 * leim-Makefile.in: Renamed from leim-Makefile.
10480 * make-dist: Set up real-leim subdirectory,
10481 with the real contents of leim; then move it to
10482 a separate top-level directory.
10484 * make-dist: Don't mention site-lisp, site-init, site-start
10485 or default, when listing files hat are not compiled and should be.
10487 * configure.in: Create src/config.stamp at the end.
10489 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10491 * Makefile.in (install-leim): Correct previous change.
10493 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10495 * Makefile.in (install-leim): New target.
10496 (install): Depend on install-leim.
10498 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10500 * Makefile.in (SUBDIR): Add leim.
10501 (SUBDIR_MAKEFILES): Add leim/Makefile.
10502 (leim/Makefile): New target.
10504 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10506 * leim-Makefile: New file.
10507 * make-dist: Initialize a `leim' subdirectory with that makefile.
10509 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10511 * configure.in (GNU_MALLOC_reason): Fix message text.
10513 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10515 * make-dist (lisp): Don't process subdirs that start with =.
10516 (etc): Copy symlinks, as in src.
10518 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10520 * configure.in (i*86-*-unixware*): New alternative.
10522 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10524 * Makefile.in (src/config.stamp): Target renamed from src/config.h
10525 and touch it explicitly.
10527 * configure.in (mips-sony-newsos6*): New alternative.
10528 (mips-*-linux-gnu*): New alternative.
10529 (*-*-bsdi*): New alternative.
10530 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
10532 1997-06-22 Dave Love <d.love@dl.ac.uk>
10534 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
10535 (src/config.h): New target to re-configure if src/config.in is patched.
10537 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10539 * configure.in (shutdown): Check for `shutdown' function.
10541 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10543 * update-subdirs: Include the directory "language" in subdirs.
10545 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10547 * configure.in (m88k-dg-dgux4*): New alternative.
10548 (alpha-*-netbsd*): New alternative.
10549 (powerpcle-*-solaris2*): New alternative.
10551 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10553 * make-dist: Warn about .el files that are not compiled.
10555 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10557 * Makefile.in (dist): Don't run update-subdirs here,
10558 since make-dist now gets that done.
10560 * make-dist: Use the new `updates' target in lisp/Makefile.
10562 * make-dist: Use new non-file targets in lisp/Makefile.
10564 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10566 * make-dist: Handle all subdirs of `lisp' uniformly.
10567 Don't handle `term' and `language' specially.
10568 Clear out umask at the beginning.
10570 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10572 * make-dist: Use Make to update finder-inf.el and autoloads.
10573 Also update cus-load.el.
10575 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10577 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
10578 in case it is desirable to disable the GNU malloc features with glibc.
10580 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10582 * configure.in (DOUG_LEA_MALLOC):
10583 Define if malloc_{get,set}_state exist.
10585 1997-03-05 Kenichi Handa <handa@etl.go.jp>
10587 * make-dist: Make links for files under lisp/language.
10589 1997-02-20 Kenichi Handa <handa@etl.go.jp>
10591 * update-subdirs: Exclude the directory "language" from subdirs.
10593 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
10595 * configure.in: Check for rint and cbrt.
10597 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10599 * make-dist: Use $EMACS to say where to run Emacs.
10600 Add --no-update option.
10602 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10604 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
10606 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10608 * make-dist (copying src): Check thoroughly for symlinks
10609 and copy them in all cases. Regularize the linking of *.in
10610 and *.opt and ChangeLog files.
10611 (copying lib-src): Likewise.
10612 Don't rm getdate.c or y.tab.*--they don't exist any more.
10614 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10616 * configure.in: Check for libmail, maillock.h and
10617 touchlock (for movemail).
10619 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10621 * configure.in (limits.h): Check for this file.
10623 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10625 * configure.in (rs6000-ibm-aix4.2): New alternative.
10626 (rs6000-ibm-aix4.0): New alternative.
10627 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10629 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
10631 * configure.in: Recognize vax-*-netbsd*.
10633 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10635 * configure.in (locallisppath): Add leim directory.
10637 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10639 * config.bat: Make sure `mv' supports forward slashes and -f.
10641 1996-10-28 Christian Limpach <chris@nice.ch>
10643 * configure.in (hppa*-next-nextstep*): * added after hppa
10644 to accept hppa1.0 and hppa1.1.
10646 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10648 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10649 * configure.in (ld_switch_machine): Fix typo.
10651 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10653 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10654 from config.h and use them in $ac_link.
10656 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10658 * configure.in: Create a subdir named `lisp'.
10660 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10662 * configure.in: Check for getcwd.
10664 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10666 * configure.in: Check for termios.h. Check for setpgid.
10668 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10670 * configure.in: Check for setrlimit.
10672 1996-08-31 Paul Eggert <eggert@twinsun.com>
10674 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10676 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10678 * configure.in: Check for utimes.
10680 * configure.in: Check for com_err library, but only
10681 if --with-kerberos was used. Check for krb and des
10682 only if --with-kerberos.
10684 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10686 * Makefile.in (INSTALL_STRIP): New variable.
10687 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10688 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10690 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10692 * configure.in: Check for krb and des libraries.
10694 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10696 * configure.in (*-sunos4.1.[3-9]*noshare):
10697 Use sunos413, not sunos4-1-3.
10698 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10699 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10701 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10703 * Makefile.in (src/paths.h): Target deleted.
10704 (paths-force): Delete all dependencies on this target
10705 but don't delete the target.
10706 (install): Depend on `all'.
10707 (paths-force): Don't print a message.
10709 * configure.in: Generate src/paths.h here.
10711 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10713 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
10714 New variables that affect linking only.
10715 (alpha-dec-osf*): Use those instead of previous change.
10717 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10719 * Makefile.in (install-arch-indep): Install info/messages.
10721 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10723 * Version 19.33 released.
10725 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10727 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10728 Fix previous change.
10730 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10732 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10735 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10737 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
10738 and NON_GCC_TEST_OPTIONS.
10740 1996-08-06 Paul Eggert <eggert@twinsun.com>
10742 * configure.in (LOCALTIME_CACHE): Don't put a string literal
10743 "TZ=..." in environ.
10745 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10747 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
10749 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10751 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10752 the more general *-sunos4.1.[3-9]* clause.
10754 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10756 * Version 19.32 released.
10758 * configure.in (*-sco3.2v5*):
10759 Set OVERRIDE_CPPFLAG to a string of one space.
10760 Fix the code that uses OVERRIDE_CPPFLAG.
10762 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10764 * configure.in: Undo previous change.
10766 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10768 * config.sub: Use `pc', not `unknown', when canonicalizing
10769 the vendor for ...86.
10771 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10773 * configure.in: Check for termios.h header.
10775 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10777 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10779 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10781 * configure.in: Split bsdos2 and bsdos2-1.
10783 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10785 * config.sub: If last two words are not a recognized
10786 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10787 Make conversion of gnu/linux to linux-gnu really work.
10789 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10791 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10793 * configure.in (check for using Lucid widgets by default):
10794 Eliminate indentation that confuses some compilers.
10796 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10798 * config.sub: Convert linux and gnu/linux to linux-gnu.
10800 * make-dist: Don't update getdate.c.
10801 Ignore =... files when checking for too-long Lisp file names.
10803 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10805 * configure.in (euidaccess): Check for that, not for eaccess.
10807 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10809 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10811 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10813 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10815 * configure.in: Rename lignux to linux-gnu in configuration names.
10816 Use gnu-linux as the opsys value (s/ file name).
10817 Allow i686 just like i386, i486, i586.
10819 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10821 * configure.in (i*86-*-sco3.2v5): New alternative.
10822 (OVERRIDE_CPPFLAG): New variable.
10823 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10825 * configure.in: Specify vpath for .texi files.
10827 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10829 * configure.in: Always check for HAVE_X11R5.
10830 Separately decide whether to use a toolkit by default.
10832 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10834 * configure.in: If X11R5 is missing the Xaw headers,
10835 default to --with-x-toolkit=no.
10837 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10839 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10841 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10843 * Makefile.in (install-arch-indep): If cd etc makes output,
10844 don't treat that as part of the tar data.
10845 Check that ./lisp actually exists.
10847 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10849 * make-dist: Check for long file names.
10851 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10853 * Version 19.31 released.
10855 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10857 * configure.in: Recognize sparc-*-lignux.
10859 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10861 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10862 Don't include config.w95.
10864 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10866 * make-dist: Replace --no-clean-up and --no-tar options
10867 with --clean-up and --tar, so that the default is useful.
10869 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10871 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10872 if not, tell the user to rename it and abort.
10874 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10876 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10879 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10881 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10883 * make-dist (MANIFEST): Fix previous change.
10884 (msdos): Put mainmake.v2 into the dist.
10886 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10888 * make-dist: Exit if autoconf fails.
10890 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10892 * config.bat: Set djgpp-ver, and unset it at the end.
10893 Add a number of conditionals for DJGPP version 2.
10894 Rename label libsrc2 to libsrc3.
10895 Substitute for LDFLAGS in src/Makefile.
10896 Substitute for ALL_CFLAGS in lib-src/Makefile.
10898 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10900 * configure.in (ncurses): Check this after checking fns like strerror.
10902 1996-04-08 Erik Naggum <erik@naggum.no>
10904 * make-dist (MANIFEST): Don't include lines from =files.
10906 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10908 * make-dist: Don't put lisp/dired.todo in the dist.
10910 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10912 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10914 * configure.in (setlocale): Check for it.
10916 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10918 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10920 * configure.in: Use lignux instead of linux as value of opsys.
10922 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10924 * Makefile.in (install-strip): Fix whitespace.
10925 Get rid of continuation.
10927 * config.sub: Convert linux or gnu/linux to lignux.
10929 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10931 * configure.in: Accept lignux in configuration name.
10933 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10935 * Makefile.in (install-strip): New target.
10937 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10939 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10940 -f failed to do the job on Suns.
10942 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10944 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10946 * configure.in (linux/version.h): Check for this header.
10948 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10950 * configure.in: Remove -fno-builtin hackery from -lm check.
10952 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10954 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10957 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
10959 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10961 * configure.in: Check for ncurses.
10963 1996-02-28 Paul Eggert <eggert@twinsun.com>
10965 * configure.in (LOCALTIME_CACHE):
10966 Also define if localtime mishandles unsetting TZ.
10967 This works around a localtime bug in mips-dec-ultrix.
10969 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10971 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
10973 * configure.in: Improve messages about X versions.
10975 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10977 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
10979 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10981 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
10982 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
10984 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
10985 (install): Put install-arch-indep before install-arch-dep.
10987 1996-02-20 Dave Love <d.love@dl.ac.uk>
10989 * INSTALL: Clarify info about MS-DOS path handling.
10991 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10993 * Makefile.in (install-arch-indep): Install info/ccmode*.
10994 In previous change, protect against /bin/pwd returning null string.
10996 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10998 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
11001 1996-02-01 Paul Eggert <eggert@twinsun.com>
11003 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
11005 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11007 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
11009 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11011 * Makefile.in (extraclean): Use ${top_distclean} to ensure
11012 we delete everything distclean deletes.
11014 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
11016 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
11018 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11020 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
11021 into LDFLAGS instead of into LIBS.
11023 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11025 * configure.in (HAVE_XMU): Fix typo in previous change.
11027 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11029 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
11031 1996-01-10 Erik Naggum <erik@naggum.no>
11033 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
11035 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
11037 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
11039 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11041 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
11042 and use -lXt to link it.
11044 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11046 * configure.in (locallisppath): Put version-specific dir first.
11048 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11050 * configure.in (hppa-*-nextstep*): New alternative.
11051 (USE_X_TOOLKIT): By default, set this to "maybe";
11052 and change that later to LUCID or "no" according to X11 version.
11054 * make-dist: Recompile outdated .elc files and update all autoloads.
11056 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11058 * configure.in (locallisppath): Fix typo in last change: " -> '.
11060 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11062 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
11064 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11066 * Makefile.in (install-arch-indep): Give all files read permission.
11068 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11070 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
11071 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
11073 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11075 * configure.in: Determine HAVE_X11R6.
11076 (HAVE_MENUS): Rename from HAVE_X_MENU.
11078 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11080 * configure.in: Just "solaris" now defaults to version 2.4.
11081 Add sunos4.1.n-noshare as alternative.
11083 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11085 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
11087 1995-11-29 Erik Naggum <erik@naggum.no>
11089 * Makefile.in (install-arch-indep): Add missing backslash.
11091 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
11093 * Makefile.in (install-arch-indep): Don't install
11094 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
11096 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11098 * Makefile.in (install-arch-indep): Fix previous change.
11100 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
11102 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11104 * Version 19.30 released.
11106 * make-dist (lisp): Exclude subdirs.el.
11108 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11110 * make-dist (etc): Delete *.orig and *.rej.
11112 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11114 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
11116 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11118 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
11120 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
11122 * make-dist (nt): Rename install, readme, and todo to
11123 INSTALL, README, and TODO.
11125 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11127 * make-dist (lisp): Don't distribute site-start.
11129 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
11131 * make-dist: Break the hard link on alloca.c.
11133 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11135 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
11137 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11139 * make-dist (src, lib-src): Don't distribute Makefile.c.
11140 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
11142 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11144 * Makefile.in (mkdir): Create man1dir, not mandir.
11145 (uninstall): Use man1dir, not mandir.
11147 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11149 * Makefile.in (man1dir): New variable.
11150 (install-arch-indep): Use man1dir.
11152 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
11154 * make-dist: Create lisp/MANIFEST.
11156 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11158 * configure.in (m68k-*-linux*): New alternative.
11160 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11162 * make-dist: Use new names config.in, paths.in, and
11163 {src,lib-src}/Makefile.in.
11165 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11167 * configure.in: Don't bother checking for drem.
11169 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11171 * Makefile.in (distclean): Delete line with just a tab in it.
11172 (install-arch-indep): Delete spaces that precede tabs.
11173 Delete spurious `fi' left from previous change.
11174 (install): Supply `true' as command, to avoid null command.
11176 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11178 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
11180 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11182 * configure.in (powerpc-*-solaris2): New alternative.
11184 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
11186 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
11187 of paths.h.tmp$$, to avoid going beyond 14 characters.
11189 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11191 * configure.in: Improve error msg for invalid --with-x-toolkit value.
11193 1995-09-06 Paul Eggert <eggert@twinsun.com>
11195 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
11196 if localtime caches TZ. Check for tzset.
11198 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11200 * config.bat: Simplify using new names file names src/makefile.in,
11201 config.in, paths.in. Change Echo commands not to use `.
11203 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11205 * Makefile.in (install-arch-indep): Always install the new dir file;
11206 rename the previous dir file to dir.bak or dir.old.
11208 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11210 * configure.in (RANLIB): Substitute this into makefiles.
11211 Set it specially on solaris; set it by default on other systems.
11213 * configure.in: Fix previous Alpha change.
11215 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11217 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
11218 NON_GCC_TEST_OPTIONS.
11220 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11222 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
11223 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
11225 * configure.in (alpha-*-linux*): New configuration.
11227 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11229 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
11230 (m68k-next-nextstep*): New alias for that.
11231 (i*86-*-nextstep*): Use nextstep.h.
11232 (sparc-*-nextstep*): New configuration.
11234 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11236 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
11237 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
11239 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11241 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
11242 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
11244 1995-07-18 Mike Long <mike.long@analog.com>
11246 * make-dist: Fix update of finder-inf.el, and byte-compile it.
11248 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11250 * Makefile.in (src/paths.h, paths-force):
11251 Rename src/paths.h.in to src/paths.in.
11252 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
11254 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
11255 Use Makefile.c for intermediate file.
11256 Rename src/config.h.in to src/config.in.
11258 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
11260 * configure.in (mips-dec-ultrix*): Assume version 4.3.
11261 (mips-dec-ultrix4.[12]): New alternative for old versions.
11263 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11265 * make-dist: Don't break intra-tree links.
11267 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11269 * configure.in: Put back archlibdir initialization.
11270 Require autoconf 2.4.1 or later.
11272 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11274 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
11275 (mips-mips-riscos5*): New alternative.
11277 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11279 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
11281 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11283 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
11284 (mandir, infodir, archlibdir): Initializations deleted.
11286 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
11287 On hpux9shr, use hpux9shxr4.h.
11289 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
11291 * configure.in: Added target mips-dec-mach_bsd4.3.
11292 * config.guess: Guess mips-dec-mach_bsd4.3.
11294 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11296 * Makefile.in (mkdir): Use symbolic chmod.
11298 1995-06-22 Paul Eggert <eggert@twinsun.com>
11300 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
11301 SunOS 4.1.5 through 4.1.9, should they ever exist.)
11303 1995-06-22 Paul Eggert <eggert@twinsun.com>
11305 * Makefile.in (SUBDIR_MAKEFILES):
11306 Add man/Makefile, so `make distclean' removes it.
11307 (top_distclean): Add config.log to the list of files to be removed.
11309 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11311 * Version 19.29 released.
11313 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11315 * configure.in: Fix the previous change to verify that the -b
11316 option really solves the problem.
11318 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
11320 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11322 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
11324 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11326 * configure.in: Report more clearly when there is no special
11327 dir to search for X includes or libraries.
11329 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11331 * configure.in: Check for -lpthreads, not -lpthread.
11333 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
11335 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
11337 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11339 * configure.in: Check for -lpthread.
11341 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11343 * Makefile.in (install-arch-indep): Install info files for mh-e.
11344 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
11346 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11348 * configure.in (*-solaris2.5): New configuration.
11350 * make-dist: Copy new files config.nt and config.w95.
11352 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11354 * configure.in: Use x_includes, not x_libraries, for -I.
11355 Make bitmapdir a colon-separated list.
11357 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
11359 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
11361 * configure.in: Allow x_libraries and x_includes to be paths.
11363 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11365 * configure.in: Fix typo.
11367 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11369 * INSTALL: Clarify use of site-init.el.
11371 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
11373 * configure.in: Pass arg to sqrt.
11375 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11377 * make-dist: Fix May 6 change.
11379 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11381 * vpath.sed: Delete reference to ymakefile.
11383 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11385 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
11387 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11389 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
11391 * update-subdirs: Specify /bin/sh to run the script.
11393 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11395 * make-dist: Put src/makefile.nt in dist.
11397 * configure.in (i[345]86-*-bsdi2*): New configuration.
11398 (vax-dec-bsd386*): Delete.
11400 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11402 * configure.in: Make sure CDPATH doesn't mess up PWD check.
11403 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
11404 Use fmod instead of logb in -lm check.
11406 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11408 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
11409 Use bsd4-3. Don't set NON_GNU_CPP.
11411 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
11412 In nt, copy various different things, but not *.cmd.
11413 Fix the ln commands for the subdirs of nt.
11415 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11417 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
11419 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11421 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
11422 since that's what the header file expects.
11424 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
11426 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
11427 and 68040 based machines when choosing options for gnucc.
11429 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11431 * Makefile.in (top_distclean): Delete config.cache.
11433 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11435 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
11437 * configure.in: Use m/ncr386.h.
11439 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11441 * Makefile.in (install-arch-indep): Undo Sep 23 change.
11443 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11445 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
11446 (man): Don't copy texindex.c and getopt.c; they're deleted.
11447 (etc): Omit `e'; it's a subdirectory.
11448 (etc/e): Use `../..', not `..', to reference top level.
11450 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
11452 * Makefile.in (install-arch-indep, dist):
11453 Look for `update-subdir' in $(srcdir).
11455 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11457 * make-dist: Include mkinstalldirs in distribution.
11459 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11461 * make-dist: Add missing close backquote.
11463 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11465 * make-dist: Don't distribute shortnames directory.
11467 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11469 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
11471 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11473 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
11475 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11477 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
11479 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11481 * configure.in (mips-sgi-irix6): New configuration.
11483 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11485 * Makefile.in (maintainer-clean): Rename from realclean.
11487 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11489 * configure.in: Create a .gdbinit that sources the real one,
11490 if using a different build directory.
11492 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11494 * configure.in: Check for sys/select.h.
11496 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11498 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
11500 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11502 * configure.in: Handle isc 4.1 operating system.
11504 1994-12-10 Richard Stallman <rms@kepa>
11506 * configure.in (rs6000-ibm-aix4.1*): New alternative.
11507 (rs6000-ibm-aix4*): New alternative.
11509 1994-12-06 Richard Stallman <rms@kepa>
11511 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
11513 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11515 * configure.in: Don't try to make directories that are guaranteed
11518 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11520 * configure.in: Generate man/Makefile from man/Makefile.in.
11521 Create the man subdir.
11523 * Makefile.in (dvi): Run Make in our man subdir.
11525 * make-dist: Create subdir etc/e.
11527 Put man/Makefile.in in dist, instead of man/Makefile.
11529 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
11531 * configure.in: Add --with-pop, --with-kerberos, and
11532 --with-hesiod for movemail.
11534 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11536 * configure.in (m68*-apollo*): Use s/domain.h.
11538 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11540 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
11542 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11544 * configure.in: Don't add -I, -L, -R options for cc if their
11545 arguments would be empty.
11547 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11549 * configure.in (i860-intel-osf1*): New alternative.
11550 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
11551 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
11553 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11555 * configure.in: Make h_errno check not use nested functions.
11557 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11559 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
11561 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11563 * Makefile.in (install-arch-indep): Avoid continued comment
11564 swallowing target line.
11566 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
11568 * configure.in: Protect a character class with `changequote'.
11570 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11572 * configure.in: Accept `news' as a synonym for `newsos'.
11574 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11576 * Makefile.in: Don't rm files if cd fails.
11578 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11580 * make-dist: Put nt subdir and its subdirs in the dist.
11581 (lib-src): Put makefile.nt in the dist.
11582 (lisp): Put makefile.nt in the dist.
11584 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11586 * configure.in: Change a stray `[' to `test'.
11588 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11590 * configure.in: Adapt for Autoconf v2. Use the standard argument
11591 parser, host type canonicalizer, X11 finder, and message
11592 printing macros. Use the new macro names. Use `test' instead of `['.
11594 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11596 * configure.in: Check for getpagesize.
11598 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11600 * make-dist (msdos): Put sed* in the distribution.
11602 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
11604 * config.bat: New option, `--with-x', for configuring Emacs
11605 for use with the X11 system DesqView/X.
11606 New option, `--no-debug', for compiling Emacs without debug
11607 information thus saving disk space.
11608 (src/config.h, src/paths.h): Use `update' (which is like
11609 `move-if-changed') to change the file.
11610 (src/config.h): When configuring for X11 perform extra changes.
11611 (src/makefile): When configuring for X11 perform extra changes.
11612 (lib-src): Remove temporary files.
11613 (): Check that `sed', `rm', `mv', and `gcc' are available.
11615 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11617 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11619 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11621 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11623 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11625 * configure.in (canonical): Substitute var into makefiles.
11626 (bitmapdir): Likewise.
11628 * Makefile.in (bitmapdir): New variable.
11629 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11631 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11633 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11635 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11636 * update-subdirs: New shell script.
11638 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11640 * Makefile.in (top_distclean): Don't rm build-install.
11641 (SOURCES): Delete build-install.in.
11643 * make-dist: Don't distribute build-ins.in.
11644 * build-ins.in: File deleted.
11646 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11648 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11650 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11652 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11654 * configure.in (libexecdir): Rename from libdir. New default.
11655 (sharedstatedir): Rename from statedir. New default.
11656 (datadir): New default.
11658 * make-dist: Don't distribute subdirs.el.
11660 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11662 * configure.in (eaccess): Check for it.
11664 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11666 * configure.in (mktime): Check for it.
11668 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11670 * configure.in (motif): Add support for usage and option checking.
11672 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11674 * configure.in (utimes): Check for it.
11676 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11678 * Makefile.in (install-arch-indep): Don't do mkdir here.
11680 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11682 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11683 riscix.h renamed to acorn.h.
11685 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11687 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11688 New configurations.
11690 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11692 * configure.in: Remove trailing slashes from srcdir.
11694 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11696 * configure.in (i[345]86-sequent-ptx*): Handle.
11698 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11700 * Makefile.in (paths-force): Depend on src/paths.h.
11702 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11704 * configure.in (config_options): Save all arguments, not just some.
11706 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11708 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
11710 * configure.in: Add AC_AIX.
11711 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
11713 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11715 * configure.in (parsing options): Simplify sed command to delete -'s.
11717 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
11719 * configure.in (config_options): New shell variable.
11720 Pass its value to C code in EMACS_CONFIG_OPTIONS.
11722 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11724 * configure.in (alpha-dec-osf*): New target.
11726 * Makefile.in: Use just one FRC target.
11728 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11730 * Makefile.in (removenullpaths, paths-force):
11731 Use name paths.h.tmp$$, which depends on the pid.
11733 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11735 * Makefile.in (removenullpaths, paths-force):
11736 Put paths.h.tmp in top-level dir, not in src.
11738 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11740 * Version 19.27 released.
11742 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11744 * Version 19.26 released.
11746 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11748 * configure.in: Check for lrand48, not rand48.
11750 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11752 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11753 (powerpc-ibm-aix*): New aliases.
11755 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11757 * make-dist (src/m, src/s): Put *.inp in distribution.
11759 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11761 * configure.in: Accept i586 and i486 along with i386.
11763 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11765 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11766 even if CPP env var was set by the user.
11768 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11770 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11772 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11774 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11776 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11778 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11780 * configure.in: Check more specifically for i*86-sun-sunos.
11782 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
11784 * configure.in: Handle solaris 2.4.
11786 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11788 * configure.in (rand48): Check for it.
11790 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11792 * make-dist: Update the info files.
11794 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11796 * configure.in: Make "checking..." messages' style consistent.
11797 (HAVE_H_ERRNO): New test.
11799 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11801 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11803 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11805 * configure.in (CFLAGS): If the envvar was specified, use that.
11806 And set REAL_CFLAGS from it too.
11808 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11810 * make-dist: Update finder-inf.el.
11812 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11814 * make-dist (msdos): Include sed4.inp in dist.
11816 * Makefile.in (libsrc_libs): Var deleted.
11818 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11820 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11822 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11824 * configure.in (mips-sony-newsos4*): New alias.
11826 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11828 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11829 (*-convex-convexos*): Accept this as alias.
11831 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11833 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11834 for two different uses.
11836 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11838 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11840 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11842 * make-dist: Put ./BUGS into the distrib.
11844 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11846 * configure.in: Handle 386 running Solaris 2.
11848 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11850 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11852 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11854 * configure.in (mips-sony-newsos*): Use news-risc.h.
11856 * configure.in: Accept bsdi as opsys, like bsd386.
11858 1994-06-01 Morten Welinder (terra@diku.dk)
11860 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11862 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11864 * Version 19.25 released.
11866 * make-dist (shortversion): Don't assume another period follows.
11868 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11870 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11871 (uninstall): Use /bin/pwd.
11873 * Makefile.in (blessmail): Depend on src.
11874 (all): Don't depend on blessmail.
11876 * Makefile.in (src/paths.h): Don't force recomputation.
11877 (paths-force): New target; force recomputation of paths.h.
11878 (all): Depend on paths-force.
11879 (src, lib-src): Depend on src/paths.h.
11881 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11882 NON_GCC_TEST_OPTIONS.
11884 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11886 * configure.in: Don't insist on subversions for irix.
11888 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11890 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11892 * configure.in (i[34]86-next-*): New alternative.
11894 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11896 * Version 19.24 released.
11898 * configure.in: New config hppa*-hp-hpux9shr*.
11900 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
11902 * config.bat: Doc fix.
11904 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11906 * Makefile.in (mostlyclean, clean, distclean, realclean)
11907 (extraclean): Don't act on man subdir if it doesn't exist.
11909 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11911 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11912 Use them to set up CC.
11913 (*-sun-sunos4.1.3): Set them.
11915 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11917 * Makefile.in (lib-src): Don't depend on src/paths.h.
11919 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11921 * build-ins.in (copydests): Get rid of spurious `-'s.
11923 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11925 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11927 * Version 19.23 released.
11929 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11930 for the Xlib and Xt checks; then restore old CFLAGS.
11932 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11934 * configure.in (HAVE_X11XTR6): Add newline before #if.
11935 Add newline after #endif.
11937 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11939 * configure.in (HAVE_X11XTR6): Arrange to define it.
11941 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11943 * Makefile.in (install): Depend on blessmail.
11945 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11947 * configure.in (mips-siemens-sysv*): Put quotes around value
11950 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11952 * Makefile.in (TAGS): Use the makefile in src subdir.
11954 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11956 * configure.in (opsys): Recognize `gnu'.
11958 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11960 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
11962 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11964 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
11967 1994-05-08 Morten Welinder (terra@diku.dk)
11969 * config.bat: Forcibly remove "# " style comments from makefiles.
11971 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11973 * Makefile.in (uninstall): When processing lispdir and etcdir,
11974 do nothing unless it exists and is a directory.
11976 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11978 * Makefile.in (install-arch-indep): Do install info/dired-x*.
11979 Merge code in from install-doc.
11980 (install-doc): Merge code back into install-arch-indep.
11981 (install-arch-dep): Don't depend on install-doc.
11983 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
11985 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11987 * configure.in (making src/Makefile and lib-src/Makefile):
11988 Split off the autoconf substitutions and don't pass them thru cpp.
11989 (undefs): Use $canonical as well as $configuration.
11991 * make-dist: Distribute lisp/Makefile.
11993 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
11994 Use lower case names for the s files.
11996 1994-05-03 Morten Welinder (terra@diku.dk)
11998 * config.bat: Added possibility for different file name
11999 transcriptions in lib-src.
12001 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12003 * Makefile.in (lib-src): Undo previous change.
12004 (blessmail): New target to run maybe-blessmail in lib-src.
12005 (all): Depend on blessmail.
12007 * Makefile.in (lib-src): Depend on src.
12009 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
12011 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
12012 (m88k-dg-dgux5.4R2): dgux5.4R2.
12014 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12016 * configure.in (window_system): Restore accidentally deleted code
12017 that uses AC_FIND_X.
12019 * make-dist: Distribute config.bat.
12021 1994-04-29 Morten Welinder (terra@diku.dk)
12023 * config.bat: Corrected the configuration of lib-src
12024 to keep up with configure. Add note about dos version 3
12025 or better needed (djgpp needs that). Add note explaining
12026 that either install in c:/emacs or edit the script.
12027 Don't change to c:/emacs, but assume we're there (to minimize
12028 the number of places to change).
12030 * config.bat: Build-in the first step towards X11 support with
12031 the X11 emulator that exists. At this time it won't work,
12032 and several files are missing.
12034 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12036 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
12037 Don't look for -lresolv.
12039 * Makefile.in (lib-src): Depend on src/paths.h.
12041 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12043 * configure.in: Restore deleted AC_SUBST of `configuration'.
12044 Improve error message for bad --with-x-toolkit value.
12046 * configure.in: Define CONFIGURATION in src/config.h
12047 rather than substituting in src/Makefile.in.
12049 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12051 * Makefile.in (install-doc): New target.
12052 (install-arch-dep): Depend on install-doc.
12053 (mkdir): Create docdir.
12055 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12057 * configure.in: Test for libresolv.a.
12058 Substitute machfile and opsysfile.
12060 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12062 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
12063 (install-arch-dep): Install under the name $(EMACS).
12065 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12067 * configure.in (version): Use entire value of emacs-version.
12068 (mips-siemens-sysv*): New alternative.
12070 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12072 * Makefile.in (install-arch-indep): Don't install dired-x*.
12074 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12076 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
12077 Fix definition of $undefs.
12079 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12081 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
12083 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
12085 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12087 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
12089 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12091 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
12092 and run it thru cpp, as with src/Makefile.in.
12094 * configure.in: Use AC_SET_MAKE.
12096 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12098 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
12100 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12102 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
12104 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
12105 (printing the choices): Make the toolkit message unconditional.
12106 (USE_X_TOOLKIT): Use `none', not `no', if none.
12107 (include libsrc_libs): Include config.h, and specify -I for srcdir.
12108 Get rid of temp file foofoo1.
12110 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12112 * configure.in (CFLAGS): Use shell syntax, not Makefile.
12114 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12116 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
12117 (printing the choices): State choice of toolkit.
12118 (libsrc_libs): Recalculate after writing config.h;
12119 then update lib-src/Makefile.
12121 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12123 * configure.in: Add sunos4shr as alternative for suns.
12124 Conditionals testing for null $CC were backwards.
12126 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12128 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
12130 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12132 * configure.in: Handle -isc4.0*.
12134 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12136 * configure.in (esix5): Set NON_GNU_CPP.
12138 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
12140 * Makefile.in (thisdir): Nonsensical variable removed.
12141 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
12142 back to $thisdir, rather than the directory `this_dir'.
12144 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12146 * Makefile.in (install-arch-indep): Add missing backslash after a
12149 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12151 * Makefile.in (thisdir): New variable.
12152 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
12154 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12156 * configure.in: Add freebsd.
12158 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12160 * configure.in: Check for fpathconf.
12162 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12164 * configure.in (with_x_toolkit): Fix typo in previous change.
12166 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12168 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
12170 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12172 * configure.in (with_x_toolkit): Don't allow motif or open-look.
12174 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12176 * configure.in: Fix value of docdir.
12177 * Makefile.in (install-arch-indep): Install DOC* in docdir.
12179 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12181 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
12183 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
12185 * configure.in: New variable docdir to control where the docstring
12187 Makefile.in: Use it to initialize PATH_DOC in paths.h.
12189 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12191 * configure.in: When --run-in-place, don't inherit archlibdir.
12193 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12195 * Makefile.in (install-arch-dep, install-arch-indep):
12196 New targets split up former do-install rule.
12197 (do-install): Target deleted.
12199 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12201 * configure.in (mips-sony-newsos*): New configuration.
12203 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
12205 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
12207 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12209 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
12211 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12213 * configure.in: Don't initialize CC.
12215 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12217 * configure.in (creating src/Makefile): Also generate -U switches
12218 for symbols in the $configuration value.
12220 * configure.in: Check for sys_siglist being declared in system header.
12222 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12224 * configure.in (creating src/Makefile): Delete blank lines
12225 along with lines of whitespace.
12226 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
12228 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12230 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
12231 like C_SWITCH_SYSTEM.
12232 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
12234 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12236 * configure.in (drem): Check for this function.
12238 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12240 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
12241 If CPP was inherited from environment, don't use NON_GNU_CPP.
12242 (NON_GNU_CC): Likewise.
12243 (handling with_gcc): Use explicit if in the `no' case.
12244 (cc_specified): New variable; if set, don't use NON_GNU_CC.
12246 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12248 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
12250 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12252 * configure.in: Check whether fmod exists.
12254 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12256 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
12257 {src,lisp}/OChangeLog.
12259 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12261 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
12262 necessary for proper operation. This code works with the current
12263 released version of Autoconf.
12265 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12267 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
12268 (USE_X_TOOLKIT): Define it for all values except `no'.
12270 * configure.in: Undo first Jan 8 change and Jan 16 change.
12272 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12274 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
12275 Substitute USE_X_TOOLKIT as both C macro and Make variable.
12277 * Makefile.in (lwlib/Makefile): New target.
12278 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
12279 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
12280 (unlock, relock): Handle lwlib subdir.
12282 * Makefile.in: Add some .PHONY targets.
12284 * make-dist: Handle lwlib subdir like oldXMenu subdir.
12286 * lwlib: New subdirectory.
12288 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12290 * configure.in: If CPP has a value that is a directory,
12293 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12295 * configure.in (srcdir_undefs): Add g flag to sed substitution to
12298 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12300 * Makefile.in (do-install): Install the dired-x info files.
12302 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
12303 (See src/s/sol2.h.)
12305 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12307 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
12309 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12311 * configure.in (creating src/Makefile): Put code inside 2nd arg to
12312 AC_OUTPUT as it should be; hopefully no one will again see fit to
12313 gratuitously break this and not make a change log entry.
12314 Optimized sed processing of Makefile.in and cpp output; now
12315 preserves comments previously removed from the cpp input.
12316 Eliminated temp file for cpp output. Generate -U switches to
12317 undefine all identifiers that appear in the directory name
12318 ${srcdir}; pass these to cpp.
12320 * configure.in (version): Fix sed regexp to match two-elt version
12323 * configure.in: Check for strerror.
12325 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12327 * configure.in: Test for bcmp.
12329 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12331 * make-dist (tempdir): Put subdir msdos into the distribution.
12333 1993-01-07 Morten Welinder (terra@diku.dk)
12335 * config.bat: New file.
12337 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12339 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
12341 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12343 * configure.in (m68*-next-*): Don't care about which os is specified.
12344 (i[34]86-*-*): Check for *-nextstop*.
12346 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12348 * configure.in: Check for setsid.
12350 1993-12-17 Richard Stallman (rms@srarc2)
12352 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
12354 1993-12-15 Richard Stallman (rms@srarc2)
12356 * Makefile.in (mkdir): Make only the lockdir writable.
12358 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
12360 1993-12-11 Richard Stallman (rms@srarc2)
12362 * Makefile.in (libdir): Use @libdir@.
12364 1993-12-08 Richard Stallman (rms@srarc2)
12366 * Makefile.in (install): Add empty command.
12368 1993-12-04 Richard Stallman (rms@srarc2)
12370 * make-dist: Put man/getopt.c in the dist.
12372 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
12374 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
12376 1993-12-03 Richard Stallman (rms@srarc2)
12378 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
12379 Set it for all solaris versions.
12380 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
12381 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
12382 Likewise for NON_GNU_CC and CC.
12384 1993-12-01 Richard Stallman (rms@srarc2)
12386 * configure.in (mips-mips-riscos4*): Assign variable CC.
12387 (checking ${with_gcc}): If "no", don't override CC if already set.
12388 (CC): Initialize it as empty.
12390 1993-11-30 Richard Stallman (rms@srarc2)
12392 * configure.in (Suns): Set CPP if *-solaris2.3*.
12394 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12396 * Version 19.22 released.
12398 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
12400 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12402 * make-dist: When breaking links, use cp -p.
12403 Copy install.sh into distribution.
12404 Move the temp dir up into the parent dir;
12405 don't leave the staging dir make-dist.tmp... in existence.
12406 * install.sh: New file.
12408 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12410 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
12412 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12414 * configure.in (version): When --run-in-place, exclude
12415 ${datadir}/emacs/site-lisp from locallisppath.
12417 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12419 * configure.in: Delete jumk.c before writing it.
12421 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12423 * Version 19.21 released.
12425 * Makefile.in (mkdir): Ignore error from chmod.
12427 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12429 * make-dist: Don't put lisp/forms.README in the distribution.
12431 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12433 * configure.in (creating src/Makefile): Before running cpp,
12434 discard all lines that start with `# Generated' or /**/#.
12436 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12438 * Version 19.20 released.
12440 * make-dist: Use build-ins.in, not build-install.in.
12441 Don't bother updating TAGS since it's not included.
12443 * build-ins.in: Renamed from build-install.in.
12445 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12447 * make-dist: Don't try to link *.texinfo--there are none now.
12448 When running make in lib-src, specify YACC var value.
12450 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12452 * configure.in (extrasub): Add vpath patterns for %.[yls].
12454 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
12455 Instead just include the commands to make src/Makefile as the
12456 second arg to AC_OUTPUT.
12458 * configure.in: Use : instead of dnl for comment inside
12461 * configure.in: No longer use vpath_sed. Instead, when we notice
12462 srcdir already configured, set extrasub to hack vpath in the
12465 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
12467 * Makefile.in (VPATH): Define to @srcdir@.
12469 1993-09-28 Brian J. Fox (bfox@cubit)
12471 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
12472 doesn't exist. Just copy src/Makefile.in instead.
12473 Touch all of the Makefiles after editing config.status.
12475 * INSTALL: Update documentation to match new configuration
12478 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
12480 * configure.in: Allow any of the path or directory Makefile
12481 variables to be set with flags to configure. Create all Makefiles
12482 at configure time. Edit special commands into config.status after
12483 src/Makefile.in is built from src/Makefile.
12485 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
12486 If these files are out of date, simply have config.status
12487 rebuild them; don't rebuild them explicitly.
12489 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
12491 * build-install.in: Change src/xemacs to src/emacs. We no longer
12492 create src/xemacs, so the file wouldn't be found.
12494 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
12496 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
12498 * configure.in: Avoid forcing the search of /usr/include before
12499 fixed include files by resetting C_SWITCH_X_SITE if it is
12502 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12504 * Makefile.in (@rip_paths@locallisppath):
12505 Delete ${datadir}/emacs/site-lisp.
12507 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12510 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
12511 Remove ${extra_output} from AC_OUTPUT call.
12513 1993-09-17 Brian J. Fox (bfox@inferno)
12515 * make-dist: Quote backquotes found in strings to be echoed.
12517 * configure.in: Use "sh -c pwd" when we want to avoid having the
12518 shell fix up the value of $PWD.
12520 1993-09-13 Brian J. Fox (bfox@inferno)
12522 * Makefile.in (do-install): Don't abort if ln or chmod at the end
12523 of the installation fail. Suggested by Karl Berry.
12525 1993-08-30 Brian J. Fox (bfox@inferno)
12527 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
12528 was used. Set MAKEFLAGS from MFLAGS.
12530 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12532 * configure.in: Test for res_init in libc.
12534 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12536 * configure.in: In the file ${tempcname}, use configure___
12537 instead of @configure@.
12539 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
12541 * make-dist: Dist vpath.sed.
12543 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
12544 Depend on vpath.sed.
12545 Replace sed command for VPATH with @vpath_sed@.
12547 * configure.in: Substitute variable `vpath_sed'.
12548 If not in $srcdir and $srcdir is configured,
12549 issue warning that GNU make is required,
12550 and set vpath_sed to use vpath.sed script.
12552 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12554 * configure.in: Remove check for $srcdir being configured.
12555 This pretty much works now.
12556 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
12557 Check for XFree86 (/usr/X386/include) independent of whether
12560 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
12561 realclean, unlock, relock): Use `$(MAKE)' in place of plain
12564 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12566 * Version 19.19 released.
12568 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
12570 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12572 * configure.in: Check for XScreenNumberOfScreen.
12574 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12576 * configure.in: Add * to end of all configuration alternatives.
12577 (m68*-sony-newsos3*): New alternative.
12579 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12581 * make-dist: Include getdate.c in distribution.
12583 * configure.in: For --help, use $PAGER if it is set.
12584 (LIB_X11_LIB): Default to -lX11.
12585 (mips-sgi-irix5.*): New alternative.
12587 * Makefile.in (do-install): Install info/gnus* and info/sc*.
12589 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
12590 Recognize *.B8.* as hpux version 8.
12591 (m68*-tektronix-bsd*): Fix typo in tek4300.
12592 (AC_HAVE_FUNCS): Add ftime.
12594 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12596 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
12597 Use tekxd88, not tekXD88.
12599 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12601 * configure.in: Check for -lm. Then can check for frexp and logb.
12603 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12605 * Version 19.18 released.
12607 * make-dist (src): Don't put gnu-hp300 in dist.
12608 (src, lisp): Include OChangeLog in dist.
12610 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12612 * configure.in: Test for presence of logb and frexp functions.
12614 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12616 * configure.in (machine): Add i370-ibm-aix*.
12618 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12620 * configure.in (function checks): Test for mkdir and rmdir.
12622 * configure.in (function checks): Don't test for random and bcopy
12623 only when we're building with X; look for them all the time.
12625 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12627 * configure.in: Test for availability of bcopy functions, searching
12628 the X libraries if we're using X.
12630 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12631 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12632 versions of AIX, and needs to be passed to the loader.
12634 * configure.in: Test for the availability of the
12635 XScreenResourceString function.
12637 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12639 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12640 LD_SWITCH_X_SITE and assume --with-x11.
12641 Only look for X11 files if we weren't told about a window system
12642 or if we were told to use X11 but not told where.
12643 Search the libraries from the s and/or m files when checking for
12646 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12648 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12650 * make-dist: Include lisp/dired.todo in the distribution.
12652 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12654 * configure.in: Add code to set HAVE_INET_SOCKETS.
12656 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12658 * configure.in: If we do find x_includes and x_libraries
12659 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12661 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12663 * make-dist: Include src/gnu-hp300 in the dist.
12665 * configure.in (canonical): New variable holds the canonicalized
12666 configuration. Don't alter `configuration'. Use `configuration'
12667 for Makefile.in for file naming.
12668 (testing x_includes and x_libraries): Use =, not ==.
12670 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12672 * Version 19.17 released.
12674 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12675 directory's makefile. This allows the invocation of CPP which
12676 builds xmakefile to receive these switches. The SunSoft C
12677 preprocessor inserts spaces between tokens if it doesn't get the
12678 -Xs flag requested in src/s/sol2.h.
12680 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12682 * configure.in (m68k-bull-sysv3): New config.
12684 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12686 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12687 the X Windows libraries.
12689 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12691 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12692 the distribution. Those files aren't kept in their own
12693 subdirectory any more.
12695 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12697 * Version 19.16 released.
12699 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12701 * configure.in: Add --verbose flag.
12703 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12705 * version 19.15 released.
12707 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12709 * Makefile.in (top_distclean): Use -f switch when cleaning out
12710 lock dir; it might be empty.
12712 * configure.in: Only check for -lXbsd once.
12714 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12716 * Version 19.14 released.
12718 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12720 * make-dist: If using gzip, create distribution with '.gz' extension.
12722 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
12723 (lisp/forms-mode): This doesn't exist anymore.
12725 * configure.in: Look for the closedir function.
12727 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12729 * configure.in (CPP): Autoconf sets this to a shell variable
12730 reference, which doesn't work when it's edited into a makefile.
12731 Expand that variable reference.
12733 * Makefile.in (CPP): New variable.
12734 (src/Makefile): Edit CPP into src/Makefile.
12736 * Makefile.in (src/Makefile): Don't bother exiting single quotes
12737 and entering double quotes to get the values of LD_SWITCH_X_SITE
12738 and the other make variables; make substitutes them in anyway.
12740 * Makefile.in (uninstall): Don't remove the lisp and etc
12741 directories if they're in the source tree.
12743 Bring mumbleclean targets into conformance with GNU coding standards.
12744 * Makefile.in (mostlyclean, clean): Separate these two; just have
12745 them pass the request to the subdirectory makefiles.
12746 (distclean): Pass the request down, and then get rid of the
12747 files configure built, and get rid of the Makefiles.
12748 (realclean): Pass the request down, and then do the same things
12750 (uninstall, info, dvi): New targets.
12752 * configure.in: Move clause for PC-compatible i386 box to the end
12753 of the case statement, to avoid masking configurations below.
12755 * configure.in: Add case for m88k-motorola-sysv4.
12757 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12758 the HP 68000 machines.
12760 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12761 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12762 preprocessor won't fiddle with them.
12764 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12766 * Makefile.in (TAGS): cd to src to run etags.
12768 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12770 * configure.in (version): Check the X libraries for XrmSetDatabase
12771 and random, and see if we have -lXbsd.
12773 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12775 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12776 s/*.h and m/*.h files. Martin Tomes
12777 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12779 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12781 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12782 above the general i386 alternative.
12784 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12786 * configure.in: Recognize configuration name for Data General
12789 * configure.in: Use AC_LONG_FILE_NAMES.
12791 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12793 * configure.in: Test for bison.
12794 * Makefile.in (YACC): New variable.
12795 (lib-src/Makefile.in): Edit YACC into the makefile.
12797 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12799 * Version 19.13 released.
12801 * configure.in (CFLAGS): Don't set this according to the value of
12802 the GCC shell variable. Instead, consult the machine and system
12803 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12804 test __GNUC__ while we're at it.
12806 * configure.in: Remove extra ;; from hpux cases.
12808 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12810 * configure.in: Check to see if the system has -ldnet.
12812 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12814 * make-dist: Add clauses to distribute lisp/forms-mode.
12816 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12818 * configure.in (machine): Fix the versions in hpux version number test.
12819 Do not guess based on cpu type. Do check for explicit system version.
12821 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12823 * configure.in: Do NOT look for `unknown' as company name.
12825 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12827 * configure.in: Fix typo in message.
12829 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12831 * Version 19.12 released.
12833 * Makefile.in (do-install): Correct previous etc-copying change.
12834 Partially rewrite using `if'.
12835 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12837 * Version 19.11 released.
12839 * configure.in: Handle 386bsd.
12841 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12843 * make-dist: Update getdate.c.
12845 * configure.in: Handle bsd386.
12847 * Makefile.in (do-install): Use `-' in tar options.
12849 * configure.in: Change ! "${...}" to x"${...}" = x.
12851 * Makefile.in (do-install): Copy the DOC-* files from the build
12852 etc directory, as well as lots of things from ${srcdir}/etc.
12854 * make-dist: Copy config.guess.
12856 * configure.in: Handle AIX versions 1.2, 1.3.
12858 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12860 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12861 the configuration name mips-mips-usg* to represent USG systems.
12863 * configure.in: Fix logic to detect if srcdir is already configured.
12865 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12867 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12868 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12869 of a directory; cd might fail, and have pwd print out the current
12872 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12874 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12876 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12878 * configure.in: Complain if srcdir points at an already-configured
12881 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12883 * Version 19.10 released.
12885 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12887 * Makefile.in: Use Makefile comments, not C comments.
12889 * configure.in: Add case for the Tektronix XD88.
12891 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12893 * configure.in: Handle sysv4.2 and sysvr4.2.
12895 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12897 * configure.in: Traverse the argument list without destroying it;
12898 don't use shift. It turns out that "set - ${saved_arguments}"
12899 doesn't work portably.
12901 * configure.in: Add missing "fi".
12903 * make-dist: Rebuild configure if configure.in is newer.
12905 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12906 targets to be executed even if make remembers that it has already
12909 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12911 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12913 * configure.in (romp): Handle various version numbers with aos and bsd.
12915 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12917 * configure.in: Fix message text.
12919 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12921 * make-dist: Make a `site-lisp' directory in the distribution,
12922 instead of a `local-lisp' directory, which hasn't been the
12923 appropriate name for a long time.
12924 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12925 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12927 * Makefile.in (do-install): Correctly detect if ./etc and
12928 ${srcdir}/etc are the same.
12930 * configure.in: Extract UNEXEC from the system configuration
12931 files, compute the name of the source file corresponding to the
12932 object file, and #define it as UNEXEC_SRC in config.h.
12934 * configure.in: If srcdir is '.', then try using PWD to make it
12937 * configure.in: Include ${srcdir} in the printed report, to help
12938 people notice if it's an automounter path.
12940 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12942 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12944 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12946 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12947 when they are different. Add `shift' command.
12948 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12949 (externallispdir): Var deleted.
12951 * configure.in: Delete spurious paren outputting short_usage.
12953 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12955 * Version 19.9 released.
12957 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12959 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
12960 subdirectory makes.
12962 * make-dist: Check for .elc files with no corresponding .el file.
12964 * Makefile.in (mkdir): Make all the directories in locallisppath.
12966 * config.guess: New file.
12967 * configure.in: Use it, tentatively.
12968 * INSTALL: Mention its usage.
12970 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
12971 the former gives you the operating system rev directly.
12972 Use s/hpux.h if we don't recognize what we got.
12974 * Makefile.in (do-install): Don't remove a destination directory
12975 if it's the same as the source. If ${srcdir}/info == ${infodir},
12976 don't try to copy the info files.
12978 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
12979 doesn't work if you're not using a separate source directory.
12980 (do-install): Copy the build tree's etc directory only after
12981 making sure it's not also the source tree's etc directory.
12983 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12985 * configure.in: Handle sunos4.1.3 specially.
12987 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12989 * Makefile.in (INSTALL): Add definition.
12991 * configure.in: Fix some messages. Support -with-gnu-cc.
12992 At the end, use `set --', not `set -'.
12993 Delete spurious `.h' in hpux alternatives.
12995 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12997 * Version 19.8 released.
12999 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13001 * configure.in: When looking for source in the same directory as
13002 the configure script, make the path thus discovered absolute.
13003 If the user specifies the `--srcdir' switch, make that directory
13006 * Makefile.in (srcdir): Remove comment saying this doesn't work.
13008 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
13009 too, as the value of the PATH_INFO macro.
13011 * configure.in: Check to see if the source lives in the same
13012 directory as the configure script.
13014 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13016 * Makefile.in (install): Split this into `install' and
13017 `do-install', to give people more control over exactly what gets
13019 (do-install): New target, containing the guts of `install'.
13020 Don't remove and recreate the directories inside the copying loop - do
13021 it all before the copying loop. Pass more flags to the lib-src
13023 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
13024 avoid errors and warnings.
13026 * configure.in: For generic IBM PC boxes, insist on "unknown" for
13027 the manufacturer - the more general case was blocking other i386
13028 configuration names below, and that's how the names are written in
13031 * make-dist: When breaking links, remove the link before moving
13032 the copy onto it, to avoid interactive behavior.
13034 * Makefile.in: Doc fix.
13036 * configure.in: Doc fix.
13038 * INSTALL: Mention --exec-prefix option.
13040 * configure.in: Add support for the `--exec-prefix' option.
13041 * Makefile.in: Accept that support.
13043 * configure.in: Use the AC_PROG_INSTALL macro.
13044 * Makefile.in (INSTALL): Variable removed.
13045 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
13047 * configure.in: Distinguish between hp800's and hp700's by calling
13050 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13052 * configure.in: Recognize configuration names for i860 boxes
13055 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13057 * configure.in: Distinguish between hp800's and hp700's by the
13058 version of HP/UX they run, since that's something people are more
13059 likely to know - hp700's run 8.0.
13060 Add HP 700 configuration.
13062 * configure.in: Test for the presence of the `rename' function.
13064 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
13066 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
13068 * make-dist: Break intra-tree links.
13070 * configure.in: Explain that this is an autoconf script, and give
13071 instructions for rebuilding configure from it. Arrange to put
13072 comments in configure explaining this too.
13074 * configure.in: Make the first line of the configure script be
13075 "#!/bin/sh". Leaving the first line blank didn't work.
13077 * configure.in (long_usage): Remove; made short_usage describe
13078 the options briefly.
13080 * configure.in: Implement the --prefix option.
13081 * Makefile.in (prefix): Add support for it here.
13082 * INSTALL: Document it here.
13084 * Makefile.in (install): Don't assume that the files in the `info'
13085 subdirectory match *.info. They don't have that prefix.
13087 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13089 * configure.in: Add case for version 5 of Esix.
13091 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13093 * Version 19.7 released.
13095 * make-dist: There aren't any *.com files in lib-src anymore.
13097 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
13098 them; they're symlinks to other filesystems on the GNU machines.
13100 * make-dist: Check that the manual reflects the same version of
13101 Emacs as stated in lisp/version.el. Edit that version number into
13104 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13106 * configure.in: Remove the hack of AC_DEFINE; use
13107 AC_DEFINE_UNQUOTED.
13109 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13111 * make-dist: Don't distribute precomp.com, compile.com, or
13112 link.com from ./src; they're in ./vms now.
13114 Some time-handling patches from Paul Eggert:
13115 * configure.in: Add AC_TIMEZONE.
13117 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13119 * configure.in: Recognize Linux as a valid operating system for
13122 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13124 * make-dist: Distribute some VMS files we got from Richard Levitte.
13126 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
13127 the source for the sed command, not oldXMenu/Makefile.
13129 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13131 * INSTALL: Don't claim the srcdir option doesn't work.
13133 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13135 * configure.in: Include remarks saying what order the autoconf
13136 tests should go in, and remind people to change config.h.in
13137 whenever they add autoconf tests which make #definitions.
13139 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
13141 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13143 * Makefile.in (oldXMenu/Makefile): Make this depend on
13144 ${srcdir}/oldXMenu/Makefile.in, not itself.
13146 * PROBLEMS: Some updates from David J. Mackenzie.
13148 More changes from David J. Mackenzie.
13149 * Makefile.in (install.sysv, install.xenix, install.aix):
13150 Targets removed; autoconf and config.h should specify all these
13152 (buildlisppath): Make this path depend on ${srcdir}.
13153 (INSTALLFLAGS): Remove.
13154 (INSTALL): Include the -c flag.
13155 (install): Change the way we invoke install accordingly.
13157 Install ${srcdir} changes from DJM.
13158 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
13160 (COPYDIR, COPYDESTS): Install files from both the etc directory in
13161 the source tree and the etc directory in the object tree.
13162 (${SUBDIR}): Pass the prefix variable down to submakes.
13163 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
13165 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
13166 values for srcdir and VPATH.
13167 (install): Add `v' flag to tar command. Make sure that `dir'
13168 exists in ${srcdir}/info before copying it. Remember that the man
13169 pages come from the source tree, not the object tree.
13170 * configure.in: Remove remarks saying that the --srcdir option
13172 Create the etc directory in the object tree.
13173 Recognize configuration names of the form *-sun-solaris*.
13174 Recognize sunos5 and solaris as operating system names.
13176 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
13177 lib-src/getdate.y and src/systime.h.
13179 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13181 * make-dist: Make links in info subdir.
13183 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13185 * configure.in: Call AC_STDC_HEADERS.
13187 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13189 * configure.in: Sidestep autoconf's quoting of the second argument
13190 of AC_DEFINE, so we can specify the value to put there. It would
13191 be nice if autoconf provided some way to specify computed values
13194 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13196 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
13197 this is always just -DHAVE_CONFIG_H.
13199 The GNU coding standards specify that CFLAGS should be left for
13201 * Makefile.in (CFLAGS): Let configure determine the default value
13203 Don't have it default to DEFS.
13204 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
13205 (lib-src/Makefile, src/Makefile): Edit the default value for
13206 CFLAGS into these files, not DEFS.
13207 * configure.in (CFLAGS): Choose a default value for this - "-g"
13208 normally, or "-g -O" if we're using GCC. Edit it into the
13209 top-level Makefile.
13211 * configure.in: When scanning the machine and system description
13212 #include files, write their names to conftest.c properly.
13214 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13216 * configure.in: In configuration name case for Apallos running
13217 Domainios, set opsys, not opsysfile.
13219 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
13220 src/config.h, instead of AC_OUTPUT; the latter overwrites
13221 src/config.h even when it hasn't changed, puts a makefile-style
13222 comment at the top even though it's C code, and produces a
13223 config.status script which doesn't do the job right.
13225 * configure.in: Add AC_LN_S test, so we can tell whether or not we
13226 can use a symbolic link to get the X Menu library into src.
13227 * Makefile.in (LN_S): New variable.
13228 (src/Makefile): Edit the value of LN_S into this makefile.
13230 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13232 * configure.in: Support *-sco3.2v4* as opsystem.
13234 * make-dist: Don't include calc directory.
13235 Exclude many files in the man directory; copy a few.
13237 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13239 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
13240 call AC_STRUCT_TM to see what's in time.h.
13242 * configure.in: Employ quoting stupidity to get the value of CPP
13243 to expand properly.
13245 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13247 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
13248 variable to scan the machine and system description files.
13250 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
13251 so that getdate.y builds correctly.
13253 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13255 * configure.in (tempcname): Change this to "conftest.c", so it will
13256 work properly on systems with short filenames; this is the name
13259 * configure.in: Also detect the availability of dup2 and
13262 * configure.in: Use the AC_ALLOCA test.
13263 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
13264 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
13266 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13268 * make-dist: Distribute configure, as well as configure.in.
13271 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13273 * Makefile.in (install): Print out the name of the directory we're
13274 copying, so people can have some idea of whether we're making
13277 * Makefile.in (install.aix, install.xenix, install.sysv, install):
13278 Don't forget to re-create the COPYDESTS directories after we clear
13281 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13283 * Makefile.in: Add autoconf cookies so that the configure
13284 script can comment out sections of path variable definitions to
13285 choose between the installable configuration and the run-in-place
13287 * configure.in: Add new option `--run-in-place', to select the
13288 run-in-place path definitions.
13290 * configure.in: Add a clause to the big configuration name case
13291 for the NeXT machine.
13293 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13295 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13296 Make sure that each source directory exists, and is different from
13297 the destination directory; then, delete the destination before
13298 copying over the source.
13300 * make-dist: Distribute configure.in, instead of configure.
13302 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13304 * configure.in: Don't set CC to "gcc -O" if the user specifies
13305 `--with-gcc'. Add -O to DEFS if GCC is set.
13307 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13309 * Makefile.in (clean mostlyclean): Missing right paren.
13311 * configure.in: When checking for X windows, search for an X11
13312 subdirectory of ${x_includes}.
13314 * configure.in: Check for gettimeofday function, for getdate.y.
13316 Change `configure' to a mixture of custom code and autoconf stuff.
13317 autoconf can't derive all the information we need, but we'd really
13318 like to be able to take advantage of some of its tests, and its
13319 file-editing facilities.
13320 * configure.in: Renamed from configure.
13321 Quote the sections of shell script we want copied literally to
13322 the configure script.
13323 (compile): Initialize this to make the autoconf macros' code happy.
13324 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
13325 code to do their jobs.
13326 Use autoconf to produce Makefile and src/config.h.
13327 Remove the Makefile-style comment that autoconf places at the top
13329 (config_h_opts): Remove - no longer necessary.
13330 * Makefile.in (configname): Rename to configuration.
13331 (CONFIG_CFLAGS): Rename to DEFS.
13332 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
13333 get values via autoload @cookies@.
13334 (libsrc_libs): Get this from autoconf. We used to do nothing
13336 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
13338 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
13339 Don't echo the move-if-change command.
13341 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
13343 * make-dist: Distribute lib-src/rcs-checkin.
13345 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
13346 Don't try to make links to the RCS or Old subdirectories.
13347 Use the appropriate extension for the compression type in use.
13348 Create the tar file in the shell's initial default directory, not
13350 Erase the whole ${tempparent} tree, not just ${tempdir}.
13352 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13354 * Makefile.in (src/paths.h): Don't echo the huge sed command we
13355 use to build paths.h.
13356 (lib-src/Makefile, src/Makefile): Similarly.
13358 * configure: Extend test for working `const' keyword to handle AIX
13361 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13363 * make-dist: Distribute lisp/term/ChangeLog.
13365 Arrange for C compilation throughout the tree to get
13366 C_SWITCH_SYSTEM from the configuration files.
13367 * configure: Extract C_SWITCH_SYSTEM from the machine and
13368 system-dependent files, and save it in the top-level Makefile.
13369 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
13370 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
13372 * make-dist: Include the VMS support files in oldXMenu in the
13375 * configure: Doc fix.
13377 * configure: Fix corrupted config_h_opts.
13379 * configure: Properly report option names in error messages.
13381 * configure: Properly recognize --x-includes and --x-libraries
13384 * configure: Fix syntax errors in code handling XFree386.
13386 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13388 * configure: Add special code to detect XFree386, and tell
13391 * configure: Properly handle extracting values of LIBS_MACHINE and
13392 LIBS_SYSTEM that contain spaces.
13394 * configure: Add `--x-includes' and `--x-libraries' options.
13395 I think these are dopey, but no less than three alpha testers, at
13396 large sites, have said they have their X files installed in odd
13397 places. Implement them by setting C_SWITCH_X_SITE and
13398 LD_SWITCH_X_SITE in src/config.h.
13400 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13402 * make-dist: Don't distribute etc/Old files.
13404 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
13407 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13409 * make-dist: Fix typo.
13411 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13413 * make-dist: Corrected typo, fixed it to discard = and TAGS files
13414 in some cases where it should but didn't seen to.
13416 * Makefile.in: Added unlock and relock productions.
13418 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13420 * make-dist: Add a --compress option to force make-dist to use
13423 * make-dist: Use gzip, if we can find it.
13425 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13426 make rs6000-ibm-aix default to -aix32.
13428 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13430 * Makefile.in: Added `Developer's configuration' section.
13432 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13434 * Makefile.in: Add commented-out variable settings for developer's
13437 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13439 * make-dist: Distribute `src/bitmaps' too.
13441 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
13443 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13444 make rs6000-ibm-aix default to -aix32.
13446 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13448 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
13450 * Makefile.in (install.sysv): Add a second `$' in front of
13451 `${dest}', so that the shell will expand it, instead of Make.
13453 * configure: When processing the name of the configure script,
13454 collapse `././' to `./', but leave a single `./' prefix alone.
13456 * configure: Doc fix.
13458 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13460 * configure: Handle isc3.0 correctly.
13462 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13464 * make-dist: Don't try to copy the COPYING notice into
13465 external-lisp; we're not distributing that directory any more.
13467 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13469 * Makefile.in (install, install.aix, install.xenix, install.sysv):
13470 Remove CVS subdirectories from the installed directory trees, as
13471 well as RCS directories.
13473 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13475 * make-dist: Only copy gmalloc.c if we couldn't link it.
13476 Don't try to copy man/{README,Makefile} unless they actually exist.
13478 * Makefile.in (lisppath): Don't include externallispdir in this.
13479 We're not sure whether we're even going to distribute the
13482 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13484 * make-dist: Don't distribute the external-lisp directory anymore.
13485 * INSTALL: Remove all references to external-lisp.
13487 * configure: Detect whether the compiler supports `const'
13488 properly, and edit src/config.h accordingly.
13490 * configure: Tweak layout of final report.
13492 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
13495 * Makefile.in (locallisppath): Make this default to
13496 ${datadir}/emacs/site-lisp, instead of
13497 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
13498 the same thing, and local-lisp causes completion conflicts with
13500 (lisppath): Add ${externallispdir} to this.
13501 * INSTALL: Adjust installation directions.
13503 * Makefile.in (externallispdir): New variable, to say where to
13504 install the externally-maintained lisp files.
13505 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
13507 * INSTALL: Describe external-lisp and the new externallispdir
13510 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13512 * configure (progname): New option `--with-gcc'. Make it clearer
13513 how we are trying to guess whether or not we have GCC.
13514 * INSTALL: Document the `--with-gcc' option, and improve
13515 description of `--with-x' options.
13517 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13519 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
13520 ${infodir} from these variables; we have written out explicit code
13521 to install the info files.
13523 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13525 * make-dist: Don't distributed the RCS files in the etc directory.
13527 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13529 * Makefile.in: Some makes can't handle comments in the middle of
13530 commands; move them to before the whole rule.
13532 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13534 * README: Mention what Emacs is.
13536 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13538 * make-dist: Include `./lisp/calc-2.02' in the distribution.
13539 Add `./cpp' and `./man' back into the distribution.
13541 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13543 * Makefile.in: Define MAKE, and use where appropriate.
13545 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13547 * make-dist: Remember that the authoritative COPYING notice is
13548 `etc/COPYING', not `../etc/COPYING'.
13550 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13552 * make-dist: Make sure that the COPYING notices in each directory
13553 are copies, not symlinks.
13555 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13557 * INSTALL: The build process produces an executable called `emacs'
13558 now. Change references.
13559 * Makefile.in: Adjust `install.mumble' targets to install
13560 `src/emacs', not `src/xemacs'.
13562 * configure: Start with a blank line; this keeps some old CSH's
13563 from thinking it's a CSH script. Most systems will just use
13564 /bin/sh to run it, which is what we're expecting; the only other
13565 shells which might try to interpret it themselves are probably
13568 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13570 * INSTALL: Improvements suggested by David Mackenzie.
13572 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13574 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13575 Don't try to copy the info files if there aren't any; the
13576 unexpanded globbing pattern disappoints `install'. Ignore the
13577 return status of that command.
13579 * INSTALL: Updated for new configuration arrangement.
13581 * configure: Don't make the top-level Makefile read-only - people
13582 may want to edit the values of the path variables.
13584 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13585 Install the info files in ${infodir}. Install the executable
13586 under both `emacs' and `emacs-VERSION'.
13588 * Makefile.in: Doc fix.
13590 * Makefile.in (exec_prefix): New variable, as per latest version
13591 of coding standards.
13592 (bindir, libdir): Use it, instead of `prefix'.
13593 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
13595 * Makefile.in (mandir): Make the default value for this depend on
13598 * Makefile.in (datadir, statedir, libdir): Make these all default
13600 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
13601 Adjust to compensate.
13603 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13604 Install the etags and ctags man pages too.
13606 * Makefile.in (distclean): Don't delete backup files; that's the
13608 (extraclean): Like distclean, but deletes backup and autosave files.
13610 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13612 Make path specification conform to GNU coding standards.
13613 * configure (long_usage): Remove all traces of old arguments from
13614 usage messages, and document the options we do accept in more
13615 detail: -with-x... and --srcdir.
13616 (options, boolean_opts): Delete; we don't have enough options to
13617 make this worthwhile.
13618 (prefix, bindir, lisppath, datadir, libdir, lockdir): Delete,
13619 along with the code which supported them; these should be set as
13620 arguments to the top-level make.
13621 (config_h_opts): Since this no longer doubles as a list of option
13622 names, make them upper case; this simplifies the code which uses
13623 them to build the sed command to edit src/config.h. Change the
13624 code which sets them.
13625 (cc, g, O): Don't allow the user to set these using options; they
13626 should be specified using `CC=' and `CFLAGS=' arguments to the
13627 top-level make. Just choose reasonable default values for them,
13628 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13630 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13631 options; use them whenever the configuration files say they're
13633 Simplify the argument processing loop. Don't accept abbreviations
13634 for option names; these might conflict with other configuration
13635 options in the future.
13636 Add some support for the `--srcdir' option. Check for the sources
13637 in . and .. if `--srcdir' is omitted. If the directories we will
13638 compile in don't exist yet, create them under the current directory.
13639 Note that the rest of the build process doesn't really support
13641 Edit only the top Makefile. That should edit the others.
13642 Edit into the makefile: `version', from lisp/version.el, `configname'
13643 and `srcdir' from the configuration arguments, `CC' and
13644 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13645 the user's path, and LOADLIBES as gleaned from the system
13647 Simplify the report generated; it doesn't need to include any
13648 description of paths now.
13649 Make `config.status' exec configure instead of just calling it, so
13650 there's no harm in overwriting `config.status'.
13651 * Makefile.in (version, configname): New variables, used to choose
13652 the default values for datadir and libdir.
13653 Path variables rearranged into two clearer groups:
13654 - In the first group are the variables specified by the GNU coding
13655 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13656 manext, infodir, and srcdir).
13657 - In the second are the variables actually used for Emacs's paths
13658 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13659 archlibdir), which depend on the first category.
13660 datadir and libdir default to directories under
13661 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13663 etcdir and lispdir default to subdirectories of datadir.
13664 archlibdir defaults to libdir.
13665 The new installation tree is a bit deeper than it used to be, so
13666 use the new make-path program in lib-src to build them all.
13667 Always build a new src/paths.h.tmp and then move-if-change it to
13668 src/paths.h, to avoid unnecessary rebuilds while responding to the
13670 Remove all mention of arch-lib. Run utility commands from
13671 lib-src, and let the executables be copied into archlibdir when
13672 Emacs is installed.
13673 Add targets for src/Makefile, lib-src/Makefile, and
13674 oldXMenu/Makefile, editing the values of the path variables into
13676 Let lib-src do its own installation.
13677 (datadir): Default to putting data files under
13678 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13679 (emacsdir): Variable deleted; it would only be confusing to use.
13680 (lispdir, etcdir): Default to ${datadir}/lisp.
13681 (mkdir): Use make-path for this.
13682 (lockdir): Do this in mkdir.
13683 (Makefile): New target.
13685 * configure (usage_message): Rename to long_usage.
13687 * make-dist: Don't bother creating an arch-lib directory; that's
13688 only for installation now.
13690 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13692 * configure: Use GCC-style configuration names, using config.sub.
13693 Change the usage and help messages.
13695 * configure: Initialize window_system, not indow_system.
13697 * configure: Report which window system, compiler, and signal
13698 handler return type we decide to use.
13700 * make-dist: Explain what's going on if config.sub and gmalloc.c
13701 can't be linked. Place the code which copies them near the code
13702 which links the rest of the files around them.
13704 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
13706 * make-dist: Don't bother to distribute src/*.com, or
13707 src/vmsbuild; those have all been moved to `../vms'.
13709 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13711 * make-dist: Don't forget that the way to avoid filenames starting
13712 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
13713 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
13714 couldn't make hard links to, since we have two already, and
13715 perhaps more to come.
13717 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13719 * configure: When editing parameters into lib-src/Makefile, change
13720 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
13721 needs some other flags too.
13723 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13725 * configure: Remove spurious echo of the configuration name.
13727 * make-dist: Don't distribute files in src/m and src/s whose names
13730 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13732 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
13733 Also LISP_FLOAT_TYPE.
13735 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13737 * make-dist: Copy config.sub, since it's a symbolic link to a file
13738 on another file system.
13740 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13742 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
13745 * config.sub: New file, to help us recognize configuration names.
13746 * make-dist: Include it in the distribution.
13748 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13750 * configure: Convert `-' to `_' in specified option names.
13751 Accept options with --. Delete --highpri and --have-x-menu options.
13752 New options --with-x and --with-x10 replace -window-system.
13753 Don't mention options --gnu-malloc, --rel-alloc
13754 or --lisp-float-type in help message.
13756 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13758 * make-dist: Include the `vms' subdirectory in the distribution.
13760 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13762 * configure: Remove lines starting with "# DIST: " when building
13763 lib-src/Makefile and src/Makefile. This allows us to mark the
13764 "Makefile.in" files with explanatory comments which won't also get
13765 stuck in the Makefiles.
13767 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13769 * make-dist: Don't use the '+' operator in the sed regular
13770 expression that extracts the version number from lisp/version.el;
13771 Ultrix sed doesn't seem support the operator. Just double the
13774 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13776 * Makefile.in: Doc fix.
13778 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13780 * configure: Rewrite sed command to remove at most one ./ prefix;
13781 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13784 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13786 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13788 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13790 * make-dist: Go ahead and build a new TAGS file, unless the
13791 --newer option was specified. Don't try to delete a TAGS file
13792 from etc; it's not kept there, and shouldn't be deleted anyway.
13794 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13796 * make-dist: If the lisp directory contains a default.el, don't
13799 * configure: When searching signal.h for the type of a signal
13800 return handler, make a copy of it, not a symbolic link to it; that
13801 way, it will work on systems that don't have symbolic links.
13803 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13805 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13806 option for generating incremental distributions. Stopped it from
13807 generating a TAGS file into the distribution; that sucker is
13808 *big*, and easily enough generated with the toplevel makefile.
13810 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13812 * configure: When writing config.status, don't prefix progname
13813 with a '.'; it might be absolute.
13815 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13817 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13818 /usr/include/X11 exist, not only if both exist.
13820 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13822 * make-dist: Make the new external-lisp directory a duplicate of
13823 the external-lisp directory, not the lisp directory.
13825 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13827 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13828 clean' in arch-lib; it doesn't even have a Makefile.
13830 * Makefile.in (clean, mostlyclean): In the test which tries to
13831 distinguish between the build directory, which should be cleaned,
13832 and the installed directory, which shouldn't, cd to `${emacsdir}',
13833 not `${DESTDIR}${LIBDIR}'.
13835 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13837 * make-dist: Be sure to delete the .c and .h files that YACC and
13838 BISON create from getdate.y.
13840 * external-lisp: New directory; see `external-lisp/README'.
13841 * make-dist: Added support for the external-lisp subdirectory.
13843 * make-dist: Changed message which complains that make-dist wasn't
13844 invoked in the right directory to indicate which files it was
13847 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13849 * configure: Add comments explaining why we can't translate
13850 character ranges or control characters in `tr'.
13852 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13854 * configure: When generating the configuration message, we used to
13855 build the message from the start so that each line began with "# "
13856 so that it would be a comment in `config.status'. However, this
13857 causes trouble if any of the variables we use in the message
13858 expand to more than one line of text - as gnu_malloc_reason
13859 sometimes does. So instead, we build the message as it should be
13860 printed to the user (i.e. without the "# " prefixes), and stick on
13861 the "# "s when we write it to `config.status'.
13863 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13864 `lib-src' and `arch-lib'.
13866 * configure: When generating report and `config.status' file, note
13867 that bindir only determines where `make install' and
13868 `build-install' will place the executables; this should make it
13869 clear that the ordinary build process will not try to install
13872 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13874 * make-dist: Change messages to say that we are 'making links to
13875 X', rather than 'copying X'. And put `' quotes around file names.
13877 * make-dist: Include '.tmp' in the name of the staging directory.
13879 * make-dist: Pass the `-f' option to rm when you're not sure that
13880 the files you're removing actually exist.
13882 * make-dist: When setting up etc/COPYING, always nuke whatever is
13883 there, and then copy it in, to make sure we get a real file.
13885 * make-dist: Don't try to distribute *.defns files any more.
13886 The only such file was for simula.el, which has been superseded by a
13887 version which doesn't have a separate .defns file.
13889 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13891 * make-dist: Don't distribute configured versions of config.h.in,
13892 paths.h.in, Makefile.in in src.
13894 * configure: Delete .tmp files before creating them; don't bother
13895 trying to make final targets writable first, since it won't
13896 matter to move-if-change.
13898 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13900 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13901 mkdir and chmod in the center of all the conditionals. GNU Make
13902 will strip these out, but other makes won't.
13904 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13906 * make-dist: Include move-if-change in list of files to distribute.
13908 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13910 * configure: Remove any "." elements from the program name.
13912 * configure: Don't record the values of all the possible arguments
13913 in config.status; only record the options that the user specified.
13915 * configure: Use move-if-change to move in the new src/config.h.
13917 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13919 * move-if-change: New file, copied from gcc release.
13920 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13921 a temp file, so we don't update paths.h if an error occurs or if
13922 it doesn't need changing.
13924 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13926 * Makefile.in (src/paths.h): Do not install a value for the
13927 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13928 * build-install.in: Same thing.
13930 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13932 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13933 latter, being a typo, is always false, resulting in a program
13934 whose default behavior is to painstakingly build a copy of the
13935 source tree, and then delete it. Rah.
13937 * Makefile.in: Add dist target, and comment for it.
13939 * configure: When scanning <signal.h> for a declaration for
13940 signal, create a symbolic link with a name ending in .c, so the
13941 compiler won't complain that it's only been given .h files.
13943 * configure: Check whether there are any arguments available
13944 before shifting to get the value of a non-boolean parameter.
13946 * make-dist: Doc fix.
13948 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13950 * configure: Instead of grepping /usr/include/signal.h for a
13951 signal declaration, run /usr/include/signal.h or
13952 /usr/include/sys/signal.h through cpp and grep for the
13955 * configure: Redirect the output of grep to /dev/null instead of
13956 using grep -s - that flag means different things on other systems.
13958 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
13959 since the former is recognizable even if you don't know what
13961 * configure: Accommodate that change.
13963 * configure: Accept options for all of the directories you can
13964 change in the Makefile.
13966 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
13968 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
13969 FOO before you can use them.
13971 * build-install.in: Made the "Where To Install Things" section
13972 conform with the similar section from Makefile.in. Copied section
13973 which builds src/paths.h from src/paths.h.in from the Makefile.
13975 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13977 * configure: Write config.status to pass its command-line
13978 arguments on to configure, so that people can use it to recreate
13979 an old configuration, with minor changes.
13981 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13983 * configure: Don't rely on option variables being unset if their
13984 values are the empty string. In particular, when producing the
13985 English report, don't assume that highpri will be unset when no
13986 increased priority has been requested; -highpri='' should be the
13987 same as omitting -highpri altogether.
13989 * configure: Fix dumb bug: when running the system and machine
13990 description files through cpp, mark those lines that we want to
13991 evaluate with the string '@configure@', and then only evaluate
13992 them. This way if the files include anything that actually
13993 generates text (type definitions or external declarations, say),
13994 we won't try to eval it.
13996 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13998 * make-dist: New shell script.
14000 * configure: When creating foo from foo.in, make foo read-only to
14001 remind people to edit the .in file instead.
14003 * INSTALL: Changed references to config.h-dist to config.h.in.
14004 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
14005 to build src/paths.h from src/paths.h.in; added a paragraph to do
14007 * configure, Makefile, build-install: Changed filenames like
14008 FOO-dist to FOO.in.
14010 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14012 * Makefile, build-install: Renamed to Makefile.in and
14013 build-install.in; the configure script will edit these to produce
14014 the usable Makefile and build-install.
14015 * configure: Changed to produce ./Makefile, ./build-install,
14016 lib-src/Makefile, and src/Makefile from their *.in counterparts,
14017 instead of editing them in place.
14019 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14021 * Makefile: Re-arranged so that the undumped Emacs will search
14022 ../lisp *after* the site's local elisp files.
14023 (locallisppath, dumplisppath): New variables.
14024 (lisppath): This variable's default value is now chosen based on
14025 $(locallisppath) and $(lispdir); while it used to be the
14026 customization point for adding site-local elisp directories to
14027 load-path, that job is now handled mostly by locallisppath.
14028 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
14029 Check the values being assigned to the *LOADSEARCH macros for null
14030 path elements (like '::' in 'foo::bar').
14032 * configure: When checking if the machine- and system-dependent
14033 files define a particular macro or not, actually run them through
14034 CPP and test the macros with #ifs, instead of just grepping for
14035 the macros' names. In particular, check for SYSTEM_MALLOC in this
14038 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14040 * Makefile (install): Don't use -s in install. (Keep the symbols.)
14042 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14044 * configure: Make the config.status file an executable shell
14045 script which will recreate the same configuration. Include the
14046 verbal description of the current configuration as a comment in
14048 * INSTALL: Doc fix.
14050 * Makefile: Brought the Makefile up to the GNU coding
14051 standards, as described in standards.text:
14052 (TAGS): New name for the target which rebuilds the tags table.
14053 (check): New target; doesn't do anything yet.
14054 (mostlyclean): New target, synonymous with clean.
14055 (realclean): New target. Currently, this just calls the
14056 subdirectories's makefiles and then deletes config.status.
14057 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
14059 Installation directory variables changed to conform.
14060 (install, install.sysv, install.xenix, install.aix): Change the
14061 code which copies the directories into their installed location to
14062 allow the installed locations to be in several different
14063 directories; the old version assumed that they would all be in
14065 (mkdir, lockdir): Allow the installed locations to be in several
14066 different directories.
14067 * INSTALL: Doc fix.
14069 * build-install: Use the same variable names as the Makefile.
14070 Allow the installed locations to be in several different
14073 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14075 * Makefile (src/paths.h): Instead of using a single sed command to
14076 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
14077 separately, and don't forget to append "/!!!SuperLock!!!" to the
14078 value of the PATH_SUPERLOCK macro.
14080 * config.emacs: Renamed to configure, for consistency with other
14081 GNU products. Internal references changed.
14082 INSTALL, Makefile: References changed.
14084 * lock: New directory, which should always be empty. If this
14085 directory doesn't exist, Emacs won't complain; it just won't lock.
14086 Having this here means that people can just unpack Emacs, build
14087 it, and have locking work.
14089 * share-lib: Re-renamed to etc, for the sake of tradition.
14090 * config.emacs: Changed default value for datadir to ../etc.
14091 * INSTALL, README: Adjusted.
14093 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14095 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
14096 by running CPP on the appropriate s/*.h and m/*.h files.
14098 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14100 * config.emacs: Make sure to set the "exit on error" flag once
14101 we've removed config.status; errors should abort the configuration.
14103 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14105 * config.emacs: Added -distribute option, so that the Makefile
14106 paths are in their proper form. I don't know why this matters.
14108 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14110 * local-lisp: New directory, empty in the distribution, for people
14111 to put local elisp code in.
14112 * config.emacs: Include it in the default load path.
14113 * README: Document it.
14115 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14117 * config.emacs: Guess the type of signal handling functions based
14118 on the contents of /usr/include/signal.h.
14120 * config.emacs: Print out progress report messages.
14122 * Makefile (src/paths.h): Don't generically replace
14123 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
14124 editing of the other entries, and each entry should be dealt with
14127 * build-install: Converted from C-shell to Bourne shell.
14128 * config.emacs: Edit build-install properly.
14130 * config.emacs: Doc fix.
14132 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14134 * Makefile (install): Remove `B' from tar xf command.
14136 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14138 * config.emacs: Removed support for the `maintain-environment'
14139 option; the only important difference between this and its absence
14141 * INSTALL: Removed mention of `maintain-environment'.
14143 * config.emacs: Fix arguments to sed when processing boolean
14146 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14148 * config.emacs: New file, to help automate the installation
14151 * Makefile: Lots of changes to support the separation of etc into
14152 architecture-dependent and -independent files:
14153 (EMACSROOT): New variable, giving the directory under which all of
14154 Emacs's libraries should be installed. Changed rest of file to
14156 (LIBDIR): Now denotes only architecture-dependent dir.
14157 (DATADIR): New variable, denoting architecture-independent dir.
14158 (LOCKDIR): New variable, for completeness.
14159 (SUBDIR): No more etc, new lib-src.
14160 (COPYDIR): No more etc, new arch-lib and share-lib.
14161 (src/paths.h): Set PATH_DATA and the LOCK macros too.
14162 (src): Now depends on lib-src, not etc.
14163 * build-install: Changes parallel to the above.
14164 * README: Describe the new arrangement.
14166 * vms: New subdirectory for all the VMS stuff.
14168 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14170 * Makefile (LISPPATH): New variable.
14171 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
14173 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
14175 * Makefile (install, install.sysv, install.xenix):
14176 Install wakeup instead of loadst. No need for setuid or setgid.
14178 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14180 * Makefile (clean): Clean etc if that's not the installation dir.
14182 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14184 * Makefile (paths.h): Make sed alter each name in the path.
14186 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14188 * Makefile (install.sysv): Use cpio, not tar.
14190 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14192 * Makefile (lockdir): Rename `lock' target.
14193 Depend on it from install*, not from `all'.
14195 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
14197 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
14198 to match build-install and paths.h.
14200 ;; Local Variables:
14204 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
14206 This file is part of GNU Emacs.
14208 GNU Emacs is free software: you can redistribute it and/or modify
14209 it under the terms of the GNU General Public License as published by
14210 the Free Software Foundation, either version 3 of the License, or
14211 (at your option) any later version.
14213 GNU Emacs is distributed in the hope that it will be useful,
14214 but WITHOUT ANY WARRANTY; without even the implied warranty of
14215 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14216 GNU General Public License for more details.
14218 You should have received a copy of the GNU General Public License
14219 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.