]> code.delx.au - gnu-emacs/blob - ChangeLog
Gnus: fix XEmacs compilation
[gnu-emacs] / ChangeLog
1 2014-11-26 Dani Moncayo <dmoncayo@gmail.com>
2
3 * configure.ac [MINGW]: Fix the way of getting the right host
4 platform.
5
6 2014-11-25 Glenn Morris <rgm@gnu.org>
7
8 * configure.ac: Fix yesterday's use of uninitialised $version.
9
10 2014-11-25 Oscar Fuentes <ofv@wanadoo.es>
11
12 * configure.ac [MINGW]: Set $canonical default value as per the
13 compiler's target.
14
15 2014-11-24 Glenn Morris <rgm@gnu.org>
16
17 * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32,
18 not just when using mingw32.
19
20 2014-11-22 Glenn Morris <rgm@gnu.org>
21
22 Further reduce number of versioned files storing Emacs version number.
23 * configure.ac (comma_version, comma_space_version) [mingw32]:
24 New output variables.
25 (nt/emacs.rc, nt/emacsclient.rc) [mingw32]: New output files.
26 * make-dist: Update nt/ for *.rc -> *.rc.in changes.
27
28 2014-11-19 Dani Moncayo <dmoncayo@gmail.com>
29
30 * build-aux/msys-to-w32: Simplify implementation and docstring;
31 Paths starting with '%emacs_dir%' are just considered relative.
32
33 2014-11-16 Christoph Scholtes <cschol2112@gmail.com>
34
35 * .gitignore: Ignore generated file lib/stdalign.h.
36
37 2014-11-16 Paul Eggert <eggert@cs.ucla.edu>
38
39 Backport fix for minor Bazaar leftovers.
40 * .dir-locals.el: Remove reference to bzr commit --fixes debbugs.
41
42 2014-11-16 Eli Zaretskii <eliz@gnu.org>
43
44 * .gitignore: Add more ignorables.
45
46 2014-11-14 Andreas Schwab <schwab@linux-m68k.org>
47
48 * Makefile.in (config.status): Don't depend on
49 ${srcdir}/lisp/version.el.
50
51 2014-11-14 Paul Eggert <eggert@cs.ucla.edu>
52
53 Merge from gnulib.
54 2014-11-14 extern-inline: update commentary about GCC bugs
55 2014-11-06 unistd: port to iOS
56 2014-11-04 update from texinfo
57 * doc/misc/texinfo.tex, lib/unistd.in.h, m4/extern-inline.m4:
58 Update from gnulib.
59
60 build: port to GCC 4.6.4 + glibc 2.5
61 On platforms this old, building with _FORTIFY_SOURCE equal to 2
62 results in duplicate definitions of standard library functions.
63 Problem reported by Nelson H. F. Beebe.
64 * configure.ac (_FORTIFY_SOURCE): Sort after GNULIB_PORTCHECK.
65 By default, do not enable this unless GNULIB_PORTCHECK is defined.
66 This better matches the original intent, which as I recall was to
67 enable these extra checks only with --enable-gcc-warnings.
68
69 2014-11-14 David Reitter <david.reitter@gmail.com>
70
71 * Makefile.in (install-arch-indep): Compress publicsuffix.txt file.
72
73 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
74
75 * .gitignore: Copy over sufficient ignorable files from the old
76 .bzrignore that a simple build doesn't list lots of unregistered files.
77
78 2014-11-11 Eric S. Raymond <esr@thyrsus.com>
79
80 * Makefile.in: git transition - set VCWITNESS appropriately for git.
81
82 All bzr revision IDS, and all CVS revision IDs for which a commit
83 could be identified, were changed to time-date!committer version
84 stamps. All .cvsignore files in the history became .gitignore
85 files. Fixes-bug annotations from bzr were copied into the
86 corresponding commit comments.
87
88 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
89 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
90
91 Committer/author email addresses are generally correct for the
92 transition day, not necessarily when the commit was originally made.
93
94 2014-11-10 Glenn Morris <rgm@gnu.org>
95
96 * configure.ac (doc/man/emacs.1): Generate it.
97 * Makefile.in (top_bootclean): Remove doc/man/emacs.1.
98 * make-dist: Do not distribute doc/man/emacs.1.
99
100 * configure.ac (etc/refcards/emacsver.tex): Generate it.
101 * Makefile.in (etc-emacsver): New PHONY rule.
102 (bootstrap-clean): Delete etc/refcards/emacsver.tex.
103
104 * configure.ac (doc/emacs/emacsver.texi): Generate it.
105 * make-dist (doc/emacs/emacsver.texi) [update]: No longer check it.
106
107 2014-11-08 Dani Moncayo <dmoncayo@gmail.com>
108
109 * build-aux/msys-to-w32: Simplify the initial over-engineered
110 interface, and the implementation.
111 * Makefile.in (epaths-force-w32): Update for the above. Also
112 simplify, assuming that the shell is bash (which is the case in MSYS).
113 (msys_w32prefix_subst, msys_sed_sh_escape): Remove (no longer used).
114
115 2014-11-05 Glenn Morris <rgm@gnu.org>
116
117 * Makefile.in (QUIET_SUBMAKE): Remove.
118 (install-info, uninstall): Use --no-print-directory. (Bug#18908)
119
120 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
121
122 * autogen.sh: Neutralize language specific to a repository type.
123
124 2014-10-23 Paul Eggert <eggert@cs.ucla.edu>
125
126 * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.
127
128 Fix race in 'make info/dir', and speed it up.
129 * Makefile.in (AWK, srcdir_doc_info_dir_inputs, info_dir_inputs):
130 New macros.
131 (clean): Remove info-dir.*.
132 (info_dir_deps): Depend on make-info-dir too.
133 (${srcdir}/info/dir): Make sure info directory exists.
134 Don't call pwd; just redirect make-info-dir's stdout to temp file.
135 * build-aux/make-info-dir: Send output to stdout.
136 Take input file names from args.
137 Fix a "FIXME inefficient looping" by using awk's associative arrays.
138 Basically, this rewrites the script from scratch, and speeds up
139 'make info/dir' from 2.6s to 0.07s on my platform.
140
141 2014-10-20 Glenn Morris <rgm@gnu.org>
142
143 * Merge in all changes up to 24.4 release.
144
145 2014-10-19 Paul Eggert <eggert@cs.ucla.edu>
146
147 Merge from gnulib, incorporating:
148 2014-10-18 readlinkat: port to AIX 7.1
149 2014-10-07 fcntl: fix error reporting by dupfd
150 * lib/fcntl.c, lib/readlinkat.c, lib/unistd.in.h, m4/readlinkat.m4:
151 * m4/unistd_h.m4: Update from gnulib.
152 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
153
154 2014-10-17 Glenn Morris <rgm@gnu.org>
155
156 * configure.ac: Simplify OS X $canonical tests.
157
158 2014-10-15 Jan Djärv <jan.h.d@swipnet.se>
159
160 * configure.ac: Move the OSX 10.6 test.
161
162 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * .bzrignore: Add uni-brackets.el.
165
166 2014-10-14 Jan Djärv <jan.h.d@swipnet.se>
167
168 * configure.ac: apple-darwin powerpc is unported.
169 Require OSX >= 10.6 even if --with-ns is not given.
170
171 2014-10-12 Ken Brown <kbrown@cornell.edu>
172
173 * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size
174 to 8 MB. (Bug#18438)
175
176 2014-10-12 Jan Djärv <jan.h.d@swipnet.se>
177
178 * configure.ac: Require OSX 10.6. Remove NSInteger test,
179 use nsfont for Gnustep, macfont for OSX.
180
181 2014-10-12 Paul Eggert <eggert@cs.ucla.edu>
182
183 Fix putenv race conditions that can crash Emacs (Bug#8705).
184 * configure.ac (LOCALTIME_CACHE): Remove.
185 We needn't worry about SunOS 4 any more; Sun dropped support in 2003.
186 All uses of LOCALTIME_CACHE removed. This simplifies the fix.
187 (tzalloc): Add check for this function.
188
189 2014-10-06 Jan Djärv <jan.h.d@swipnet.se>
190
191 * configure.ac: Add -Wno-string-plus-int for clang.
192
193 2014-10-04 Glenn Morris <rgm@gnu.org>
194
195 * configure.ac: Silence warning with some old Xrandr.h. (Bug#18465)
196
197 2014-10-03 Paul Eggert <eggert@cs.ucla.edu>
198
199 * configure.ac: Port to strict POSIX shells on non-MinGW (Bug#18612).
200
201 2014-09-29 Eli Zaretskii <eliz@gnu.org>
202
203 * README: Bump version to 25.0.50.
204
205 * configure.ac (AC_INIT): Bump version to 25.0.50.
206
207 2014-09-29 Dmitry Antipov <dmantipov@yandex.ru>
208
209 * configure.ac (HAVE_STATEMENT_EXPRESSIONS): Remove.
210 For USE_STACK_LISP_OBJECTS, we always assume __GNUC__.
211
212 2014-09-27 Ken Brown <kbrown@cornell.edu>
213
214 * configure.ac [CYGWIN]: Enable sound support.
215
216 2014-09-25 Paul Eggert <eggert@cs.ucla.edu>
217
218 * configure.ac (MAKEINFO): Allow 'makeinfo' to be called 'texi2any'.
219
220 2014-09-23 Paul Eggert <eggert@cs.ucla.edu>
221
222 Merge from gnulib, incorporating:
223 2014-09-11 fcntl-h: fix compilation with Intel C++ compiler
224 2014-09-04 pthread, pthread_sigmask, threadlib: port to Ubuntu 14.04
225
226 2014-09-22 Jan Djärv <jan.h.d@swipnet.se>
227
228 * configure.ac: Increase headerpad_extra to 1000, update the comment
229 about load commands (Bug#18505).
230
231 2014-09-15 Eli Zaretskii <eliz@gnu.org>
232
233 * configure.ac (HAVE_SOUND): Check for mmsystem.h header that
234 defines the sound stuff on MS-Windows. (Bug#18463)
235
236 2014-09-10 Paul Eggert <eggert@cs.ucla.edu>
237
238 Improve the experimental local and scoped allocation.
239 * configure.ac (HAVE_STRUCT_ATTRIBUTE_ALIGNED)
240 (HAVE_STATEMENT_EXPRESSIONS): New configure-time checks.
241
242 2014-09-07 Paul Eggert <eggert@cs.ucla.edu>
243
244 Expand @AM_DEFAULT_VERBOSITY@ even if Automake is old (Bug#18415).
245 * configure.ac: Assume verbose output for older Automake.
246
247 2014-09-04 Paul Eggert <eggert@cs.ucla.edu>
248
249 * configure.ac (MAKEINFO): Clean up some configuration bitrot.
250 MAKEINFO is already set before we get here, so no need to call AC_PATH_PROG.
251 Bypass $am_missing_run. Simplify version-number checking.
252
253 2014-09-02 Paul Eggert <eggert@cs.ucla.edu>
254
255 Merge from gnulib, incorporating:
256 2014-09-02 gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++
257 2014-09-01 manywarnings: add GCC 4.9 warnings
258 * m4/gnulib-common.m4, m4/manywarnings.m4: Update from gnulib.
259
260 2014-09-01 Paul Eggert <eggert@cs.ucla.edu>
261
262 --enable-silent-rules now suppresses more chatter.
263 * INSTALL: Document this.
264
265 Clean up extern decls a bit.
266 * configure.ac (WERROR_CFLAGS): Don't disable -Wnested-externs.
267 While we're at it, don't disable -Wlogical-op either.
268
269 2014-08-31 Paul Eggert <eggert@cs.ucla.edu>
270
271 * configure.ac (MAKE): Export it, for config.status.
272 Needed on AIX when 'configure' infers MAKE=gmake.
273 (__restrict_arr): Remove; no longer used.
274
275 2014-08-30 Paul Eggert <eggert@cs.ucla.edu>
276
277 Vector-sorting fixes (Bug#18361).
278 * configure.ac (qsort_r): Remove, as we no longer use qsort-like
279 functions.
280 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
281 * lib/vla.h, m4/vararrays.m4: New files, copied from gnulib.
282 * lib/stdlib.in.h, m4/stdlib_h.m4: Sync from gnulib, incorporating:
283 2014-08-29 qsort_r: new module, for GNU-style qsort_r
284 The previous two files' changes are boilerplate generated by
285 admin/merge-gnulib, and should not affect Emacs.
286
287 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru>
288
289 * configure.ac (AC_CHECK_FUNCS): Check for qsort_r.
290
291 2014-08-28 Ken Brown <kbrown@cornell.edu>
292
293 * configure.ac (HYBRID_MALLOC): New macro; define to use gmalloc
294 before dumping and the system malloc after dumping. Define on
295 Cygwin. (Bug#18222)
296
297 2014-08-28 Glenn Morris <rgm@gnu.org>
298
299 * Makefile.in (appdatadir): New variable.
300 (install-etc, uninstall, clean): Handle etc/emacs.appdata.xml.
301
302 2014-08-27 Paul Eggert <eggert@cs.ucla.edu>
303
304 Improve robustness of new string-collation code (Bug#18051).
305 * configure.ac (newlocale): Check for this, not for uselocale.
306
307 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
308
309 Detect features needed to handle C stack overflows.
310 * configure.ac: Check for sigaltstack and related sigaction
311 support. Unconditionally check for sigsetjmp and siglongjmp.
312 (HAVE_STACK_OVERFLOW_HANDLING): Define if we can support it.
313
314 (HAVE_LINUX_SYSINFO): Avoid false positive on Solaris.
315
316 2014-08-25 Ken Brown <kbrown@cornell.edu>
317
318 * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.
319
320 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
321
322 * INSTALL.REPO: Remove reference to obsolete configure scripts
323 on non-Posix platforms (Bug#18323).
324
325 2014-08-24 Michael Albinus <michael.albinus@gmx.de>
326
327 * configure.ac: Check also for the uselocale function. (Bug#18051)
328
329 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change)
330
331 * configure.ac: Accept "*-mingw*", not just "*-mingw32", as
332 canonical name of a MinGW build, because using MSYS2 'uname'
333 produces "MINGW64".
334
335 2014-08-21 Ken Brown <kbrown@cornell.edu>
336
337 * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the
338 Cygwin-w32 build. (Bug#18302)
339
340 2014-08-11 Paul Eggert <eggert@cs.ucla.edu>
341
342 Don't prevent random file systems from being unmounted (Bug#18232).
343 This fix relies on having the 'fchdir' function, and on having
344 "." be searchable (or at least readable, on platforms lacking O_SEARCH),
345 but that's good enough to handle the vast majority of cases and the
346 remaining folks can just live with the annoyance of file systems
347 that occasionally can't be unmounted.
348 * configure.ac (fchdir): New function to check for.
349 * lib/save-cwd.c: Copy from gnulib, except omit the part that
350 allocates memory, since that can cause problems in Emacs.
351 * lib/save-cwd.h: Copy from gnulib.
352
353 2014-08-10 Eli Zaretskii <eliz@gnu.org>
354
355 * config.bat: Fix some confusing wording.
356
357 2014-08-09 Eli Zaretskii <eliz@gnu.org>
358
359 * config.bat: Fix EOL format in lines modified by last commit.
360
361 2014-08-09 Reuben Thomas <rrt@sc3d.org>
362
363 * make-dist (files): Remove msdos/is_exec.c and sigaction.c.
364 * config.bat: Require DJGPP 2.02 or later.
365
366 2014-08-09 Paul Eggert <eggert@cs.ucla.edu>
367
368 Merge from gnulib, incorporating:
369 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX)
370 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10
371 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib.
372
373 2014-08-07 Reuben Thomas <rrt@sc3d.org>
374
375 * README: ``MSDOG'' becomes ``MS-DOS''.
376
377 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
378
379 Merge from gnulib, incorporating:
380 2014-08-04 extern-inline: port to FreeBSD, DragonFly
381 * lib/gnulib.mk: Regenerate (comment change only).
382 * m4/extern-inline.m4: Update from gnulib.
383
384 2014-08-02 Paul Eggert <eggert@cs.ucla.edu>
385
386 * configure.ac (HAVE_TIMERFD): Also check for TFD_NONBLOCK,
387 since the code is using TFD_NONBLOCK now.
388
389 2014-07-31 Paul Eggert <eggert@cs.ucla.edu>
390
391 Simplify timerfd configuration and fix some minor glitches.
392 * configure.ac (HAVE_TIMERFD): Define only if TFD_CLOEXEC works,
393 since the code leaked file descriptors to children when !TFD_CLOEXEC.
394 (HAVE_TIMERFD_CLOEXEC): Remove; no longer used.
395 * m4/clock_time.m4 (gl_CLOCK_TIME): Don't check for clock_getres.
396 This reverts the previous change to this file, so it matches
397 gnulib again.
398
399 2014-07-28 Dmitry Antipov <dmantipov@yandex.ru>
400
401 * configure.ac (toplevel): Check whether GNU/Linux-specific
402 timerfd functions and macros are available.
403 * m4/clock_time.m4 (gl_CLOCK_TIME): Check for clock_getres as well.
404
405 2014-07-13 Paul Eggert <eggert@cs.ucla.edu>
406
407 Improve behavior of 'bzr up; cd src; make -k'.
408 * Makefile.in (ACLOCAL_INPUTS): Add all m4/*.m4 files.
409
410 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
411
412 Merge from gnulib, incorporating:
413 2014-06-27 mktime: merge #if/#ifdef usage from glibc
414 * lib/mktime.c: Update from gnulib.
415
416 * Makefile.in (install-arch-indep): Avoid readdir race (Bug#17971).
417
418 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
419
420 * configure.ac: Check whether sys/sysinfo.h provides
421 Linux 'sysinfo' function and 'struct sysinfo' type.
422
423 2014-06-28 Glenn Morris <rgm@gnu.org>
424
425 * configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.
426 * make-dist (lwlib, oldXMenu): Distribute *.mk.
427
428 2014-06-27 Glenn Morris <rgm@gnu.org>
429
430 * Makefile.in (src): No more need to pass BOOTSTRAPEMACS.
431
432 * make-dist: Exclude test/automated/*.log.
433
434 2014-06-26 Glenn Morris <rgm@gnu.org>
435
436 * Makefile.in (mostlyclean, clean): Maybe clean test/automated.
437
438 2014-06-21 Paul Eggert <eggert@cs.ucla.edu>
439
440 * configure.ac: Warn about --enable-link-time-optimization's issues
441 in --help message (Bug#17806).
442
443 Port to GCC 4.9.0 with link time optimization (Bug#17806).
444 * configure.ac (CFLAGS): With link time optimization,
445 use -ffat-lto-objects if supported; otherwise Emacs won't
446 build with GCC 4.9.0.
447
448 2014-06-20 Paul Eggert <eggert@cs.ucla.edu>
449
450 Diagnose failures due to colons in directory names (Bug#17278).
451 * Makefile.in (epaths-force): Don't allow ':' in directories whose
452 names go into a colon-separated path.
453 * configure.ac: Fail if submake fails.
454
455 2014-06-17 Paul Eggert <eggert@cs.ucla.edu>
456
457 Omit redundant extern decls.
458 Most of this patch is from Dmitry Antipov, in:
459 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html
460 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
461
462 Merge from gnulib, incorporating:
463 2014-06-17 acl: port to gcc -Wredundant-decls
464 2014-06-01 gnulib-common.m4: Fix typo in _GL_UNUSED_LABEL.
465 * lib/acl.h, m4/gnulib-common.m4: Update from gnulib.
466
467 2014-06-15 Glenn Morris <rgm@gnu.org>
468
469 * Makefile.in: Use `make -C' rather than `cd && make' throughout.
470
471 * Makefile.in: Parallelize clean rules using GNU make features.
472 (submake_template): New definition.
473 (mostlyclean_dirs, clean_dirs, distclean_dirs, maintainer_clean_dirs):
474 New variables.
475 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean)
476 (extraclean): Define using each subdirectory as a prequisite.
477 * lib/Makefile.am (bootstrap-clean): New.
478
479 2014-06-15 Paul Eggert <eggert@cs.ucla.edu>
480
481 Port part of the AIX fix to Solaris (Bug#17598).
482 * configure.ac (_REENTRANT): Define on Solaris if HAVE_PTHREAD.
483 This ports part of the recent AIX fixes to Solaris. It is needed
484 for the same reason that _THREAD_SAFE is needed on AIX, e.g., to
485 make sure that each thread has its own 'errno'.
486
487 2014-06-13 Glenn Morris <rgm@gnu.org>
488
489 * Makefile.in (CC, CFLAGS, LDFLAGS, CPPFLAGS, abs_top_srcdir):
490 Remove, no longer used.
491 (lib, lib-src, lisp, nt, src, blessmail, install-arch-dep)
492 (install-nt, install-strip, uninstall, uninstall-nt)
493 (mostlyclean, clean, distclean, bootstrap-clean)
494 (maintainer-clean, extraclean, TAGS, tags, check, $(DOCS)):
495 ($(INSTALL_DOC), $(UNINSTALL_DOC), info, bootstrap, check-declare):
496 GNU make automatically passes command-line arguments to sub-makes.
497
498 2014-06-11 Paul Eggert <eggert@cs.ucla.edu>
499
500 Use a shell function in configure.ac to cut down on code duplication.
501 * configure.ac (emacs_check_gnu_make): New shell function.
502 Use it to avoid duplication when checking for GNU Make.
503 It's OK for 'configure' to use shell functions these days,
504 as long as we follow the advice in the 'Shell Functions'
505 section of the Autoconf manual.
506
507 2014-06-11 Glenn Morris <rgm@gnu.org>
508
509 * configure.ac: Require at least version 3.81 of GNU make.
510
511 2014-06-10 Paul Eggert <eggert@cs.ucla.edu>
512
513 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
514 See the thread containing:
515 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html
516 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
517 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
518 just after that.
519
520 2014-06-10 Glenn Morris <rgm@gnu.org>
521
522 * Makefile.in (AUTOCONF, AUTOMAKE, AUTOHEADER, ACLOCAL):
523 New, set by configure. Use throughout where appropriate.
524
525 * Makefile.in (INFO_EXT): Remove and replace by ".info" throughout.
526 * configure.ac (INFO_EXT, INFO_OPTS): Remove output variables.
527
528 2014-06-08 Paul Eggert <eggert@cs.ucla.edu>
529
530 Port better to AIX (Bug#17598).
531 * configure.ac (with_xpm_set): New shell var.
532 (_THREAD_SAFE): Define on AIX if HAVE_PTHREAD.
533 (with_xpm): Default to 'no' on AIX.
534 (LIBXPM): Append -lXpm if -lXaw is also used, as the latter
535 requires the former on AIX.
536
537 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
538
539 Try harder to find GNU Make when configuring.
540 * configure.ac (AC_PROG_MAKE_SET): Define a dummy.
541 (MAKE): Set it to GNU Make, if one can be found.
542 Search PATH for 'make', 'gmake', 'gnumake'.
543 This works better on platforms like AIX, where GNU Make
544 might be in /opt/freeware/bin/make, and reside
545 behind /usr/bin/make in the PATH.
546
547 2014-06-05 Dmitry Antipov <dmantipov@yandex.ru>
548
549 * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
550 * INSTALL: Mention SVG image support.
551
552 2014-06-05 Paul Eggert <eggert@cs.ucla.edu>
553
554 * configure.ac: --without-all now implies --without-xft, --disable-acl.
555 * INSTALL: Remove apparently unmaintained documentation about what
556 --without-all exactly means.
557
558 2014-06-03 Eli Zaretskii <eliz@gnu.org>
559
560 * configure.ac (C_HEAP_SWITCH): Remove.
561
562 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
563
564 Fix port to 32-bit AIX with xlc (Bug#17598).
565 This doesn't fix Bug#17598, but it does fix a regression since Emacs
566 built with xlc until recently, and perhaps it'll help us fix Bug#17598.
567 * configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
568 Merge from gnulib, incorporating:
569 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
570 * lib/ftoastr.c: Update from gnulib.
571
572 2014-06-01 Paul Eggert <eggert@cs.ucla.edu>
573
574 Merge from gnulib, incorporating:
575 2014-06-02 acl: apply pure attribute to two functions
576 2014-06-01 gnulib-common.m4: add _GL_UNUSED_LABEL
577 2014-05-31 dup2, fcntl, fcntl-h: port to AIX 7.1
578 2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
579 * lib/acl-internal.h, lib/fcntl.in.h, lib/ftoastr.h:
580 * m4/dup2.m4, m4/fcntl.m4, m4/gnulib-common.m4:
581 Update from gnulib.
582
583 2014-06-01 Juanma Barranquero <lekktu@gmail.com>
584
585 * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
586 builds on Windows.
587
588 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
589
590 * configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
591 Fixes configuration glitch found in <http://bugs.gnu.org/17561#59>.
592
593 2014-05-29 Eli Zaretskii <eliz@gnu.org>
594
595 * configure.ac (ADDSECTION, TEMACS_POST_LINK): Don't compute,
596 unused.
597
598 2014-05-29 Paul Eggert <eggert@cs.ucla.edu>
599
600 Don't substitute sigprocmask for pthread_sigmask (Bug#17561).
601 sigprocmask isn't portable in a multithreaded process.
602 * configure.ac (gl_THREADLIB): Remove dummy.
603 Merge from gnulib, incorporating:
604 2014-05-28 pthread_sigmask, timer-time: use gl_THREADLIB only if needed
605 * m4/pthread_sigmask.m4, m4/timer_time.m4: Update from gnulib.
606
607 2014-05-29 Glenn Morris <rgm@gnu.org>
608
609 * configure.ac: Explicitly drop some ancient Solaris versions.
610
611 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com>
612
613 * configure.ac (C_HEAP_SWITCH): Define for different values of
614 dumped heap size depending on 32/64bits arch on Windows.
615 Don't check for pthreads.h on MinGW32/64, it gets in the way.
616 Use mmap(2) for buffers and system malloc for MinGW32/64.
617 (EMACS_HEAPSIZE): Remove.
618
619 2014-05-27 Paul Eggert <eggert@cs.ucla.edu>
620
621 Merge from gnulib, incorporating:
622 2014-05-21 fchdir: port 'open' and 'close' redefinitions to AIX 7.1
623 * lib/openat-proc.c: Update from gnulib.
624
625 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
626
627 Fix port to 32-bit AIX (Bug#17540).
628 * configure.ac (opsys): On Power Architecture, treat release 7 of
629 AIX like releases 5 and 6.
630
631 2014-05-19 Paul Eggert <eggert@cs.ucla.edu>
632
633 Remove dependencies on getdelim and getline.
634 * configure.ac (getdelim, getline): Remove.
635
636 2014-05-18 Glenn Morris <rgm@gnu.org>
637
638 * configure.ac: Do not bother testing for png in non-graphical builds.
639
640 2014-05-18 Paul Eggert <eggert@cs.ucla.edu>
641
642 Port ctags+etags build to Sun C 5.12.
643 * .bzrignore: Remove lib-src/ctags.c.
644
645 Port recent libpng changes to hosts with missing png.h.
646 * configure.ac (HAVE_PNG): Port to platforms where libpng-config
647 succeeds but png.h is absent, by testing libpng-config's output
648 rather than trusting it. I ran into this problem when building
649 Emacs trunk on a Solaris 10 host.
650
651 2014-05-17 Paul Eggert <eggert@cs.ucla.edu>
652
653 Assume C99 or later (Bug#17487).
654 * lib/stdarg.in.h, lib/stdbool.in.h, m4/stdarg.m4, m4/stdbool.m4:
655 Remove.
656 * configure.ac (_AC_PROG_CC_C89): Define a dummy, to keep 'configure'
657 smaller.
658 (gl_PROG_CC_C99): Use this to get C99 or later.
659 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
660
661 2014-05-16 Paul Eggert <eggert@cs.ucla.edu>
662
663 Don't require pkg-config when building from repository.
664 * INSTALL: Prefer './configure FOO=BAR' to 'FOO=BAR ./configure'.
665 * INSTALL.REPO: pkg-config is no longer required to build from
666 the repository.
667 * autogen.sh: Don't check for pkg-config.
668 (progs): Remove pkg-config.
669 (pkg_config_min, AUTORECONF_ENV, env_space, ACLOCAL_PATH):
670 Remove. All uses removed.
671 * m4/pkg.m4: New file, built by admin/merge-pkg-config.
672 * configure.ac: Remove unnecessary m4_pattern_forbid of ^PKG_ and
673 an AC_ARG_VAR of PKG_CONFIG_PATH. pkg.m4 does that for us.
674 (EMACS_CHECK_MODULES): Remove workaround for old pkg-config bug,
675 as we use pkg.m4 from a newer pkg-config.
676
677 2014-05-15 Jan Djärv <jan.h.d@swipnet.se>
678
679 * configure.ac (LIBPNG): Do not test for libpng if NS_IMPL_COCOA.
680
681 2014-05-13 Dmitry Antipov <dmantipov@yandex.ru>
682
683 * configure.ac (HAVE_XFIXES): Define if available.
684 (XFIXES_CFLAGS, XFIXES_LIBS): New AC_SUBSTs.
685 (--enable-link-time-optimization): Add clang support.
686 * INSTALL: Mention it.
687
688 2014-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
689
690 * configure.ac (EMACS_CHECK_MODULES): Fix typo in previous change.
691
692 2014-05-11 Paul Eggert <eggert@cs.ucla.edu>
693
694 Work around bug in pkg-config before 0.26 (Bug#17438).
695 * configure.ac (EMACS_CHECK_MODULES): Check for failed exit status
696 of pkg-config, on older pkg-config versions that don't do it
697 properly.
698
699 2014-05-07 Glenn Morris <rgm@gnu.org>
700
701 * autogen.sh: Check for failing aclocal.
702
703 2014-05-05 Glenn Morris <rgm@gnu.org>
704
705 * autogen.sh: Check any pre-existing ACLOCAL_PATH.
706
707 2014-05-04 Paul Eggert <eggert@cs.ucla.edu>
708
709 Consult libpng-config more consistently (Bug#17339).
710 This is mainly for simplicity, but it should also avoid
711 some future problems like the ones we recently had with NetBSD.
712 * configure.ac (LIBPNG): Configure after LIBZ. Use libpng-config
713 for cflags, too. Append -lz if we're not already doing that with
714 LIBZ. Do not bother appending -lm, since we always append that.
715 Coalesce some duplicate code.
716
717 * autogen.sh: Use ‘"’ to quote a message that often contains ‘'’.
718
719 Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
720 * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
721 A more-complicated fix would be to remove uses of PixelSetMagickColor,
722 introduced in ImageMagick 6.3.5 (Sept. 2007).
723
724 2014-05-04 Glenn Morris <rgm@gnu.org>
725
726 * configure.ac (LIBPNG): Consult libpng-config for the precise
727 form of "-lpng" to use. (Bug#17339)
728
729 2014-05-03 Glenn Morris <rgm@gnu.org>
730
731 * autogen.sh: If all else fails, try using pkg-config to find pkg.m4.
732
733 2014-05-03 Paul Eggert <eggert@cs.ucla.edu>
734
735 Get --enable-gcc-warnings to work after touching configure.ac.
736 Preserve ACLOCAL_PATH in later builds, so that by default it has
737 the same value as it did in the first build after initial checkout.
738 * Makefile.in (ACLOCAL_PATH): New macro.
739 ($(srcdir)/aclocal.m4): Use it.
740 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
741 * autogen.sh (env_space): New var.
742 Tell user what variables, if any, to pass to 'configure'.
743
744 Get --enable-gcc-warnings working again.
745 The recent changes to configure.ac removed the transliteration of
746 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.
747 Bring this back while keeping the spirit of the recent changes.
748 * configure.ac (edit_cflags): Restore this shell var, and put it
749 at the top level, where it'll be useful when emacs-24 is next merged.
750 (EMACS_CHECK_MODULES): New macro. All uses of PKG_CHECK_MODULES
751 changed to use it.
752
753 Make it easier on maintainers who use their own Automake.
754 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
755 Set them to avoid problems when maintainers prepend their own
756 Automake installations to their PATH. Report an error if pkg.m4
757 can't be found.
758
759 2014-05-02 Glenn Morris <rgm@gnu.org>
760
761 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.
762
763 * configure.ac (--with-pkg-config-prog): Remove.
764 Use the PKG_CONFIG environment variable instead if you need it.
765
766 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
767 Add explicit AC_SUBST's where needed.
768 * autogen.sh (progs): Add pkg-config.
769 (pkg_config_min): New variable.
770
771 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
772
773 * autogen.sh (get_version): Handle no leading whitespace.
774 (check_version, main): Handle program names with hyphens.
775
776 2014-04-30 Glenn Morris <rgm@gnu.org>
777
778 * configure.ac: Treat MirBSD as OpenBSD. (Bug#17339)
779
780 2014-04-21 Daniel Colascione <dancol@dancol.org>
781
782 * .bzrignore: Add a.out to bzr ignore list (a test generates this
783 file).
784
785 2014-04-19 Paul Eggert <eggert@cs.ucla.edu>
786
787 Link to glib-using libraries when checking for glib (Bug#17289).
788 * configure.ac (XGSELOBJ): Include GTK_LIBS, RSVG_LIBS, etc.
789 when testing whether Glib is linked in. Similarly for CFLAGS.
790
791 2014-04-17 Paul Eggert <eggert@cs.ucla.edu>
792
793 * GNUmakefile: Speed up 'make bootstrap' in fresh checkout.
794 (ORDINARY_GOALS): New macro, which excludes 'bootstrap'.
795 (bootstrap, .PHONY): New rules.
796 * INSTALL.REPO: Document current procedure better.
797 Move copyright notice to just before license notice.
798
799 * Makefile.in (FRC, force-info): Remove.
800 All uses removed. This hack is no longer needed here
801 now that we can assume GNU Make's .PHONY feature works.
802 (bootstrap): No need to make 'info', since 'all' now implies 'info'.
803
804 2014-04-16 Eli Zaretskii <eliz@gnu.org>
805
806 * config.bat: Update for Emacs 24.4.
807
808 2014-04-16 Paul Eggert <eggert@cs.ucla.edu>
809
810 Port to IRIX 6.5 (Bug#9684).
811 This port requires IRIX cc, as I did not have time to get
812 undump working with the old GCC on the system I had access to,
813 but that's better than nothing.
814 * configure.ac (gl_GCC_VERSION_IFELSE): Remove unused macro
815 that wouldn't have worked anyway, with IRIX cc.
816 (emacs_cv_clang, emacs_cv_sanitize_address)
817 (ns_osx_have_104, ns_osx_have_105):
818 Don't assume '#error' makes the compiler fail,
819 as this doesn't work with IRIX cc.
820 (CFLAGS, LIBS): Don't let the GnuTLS results infect later 'configure'
821 checks. This runs afoul of an IRIX configuration where GnuTLS is
822 in an optional library that also contains getdelim, and causes
823 a later 'configure' to incorrectly think getdelim is supported.
824
825 2014-04-16 Eli Zaretskii <eliz@gnu.org>
826
827 * configure.ac (LN_S_FILEONLY, LN_S): Use "/bin/ln" on MinGW, to
828 ensure the MSYS ln.exe is invoked.
829
830 2014-04-15 Paul Eggert <eggert@cs.ucla.edu>
831
832 Remove DATA_SEG_BITS.
833 * configure.ac (DATA_SEG_BITS): Remove. All uses removed.
834
835 2014-04-14 Paul Eggert <eggert@cs.ucla.edu>
836
837 * autogen.sh: Use autoreconf's -f option (Bug#17258).
838
839 Clean up configure-time library handling a bit.
840 This patch was inspired by emacs-24 bzr 116961, which fixed
841 a bug due to sloppy library handling in 'configure'.
842 * configure.ac (LIB_MATH, LIB_PTHREAD, LIBXMU):
843 Use AC_SEARCH_LIBS instead of AC_CHECK_LIB as per Autoconf manual.
844 (LIB_MATH, LIB_PTHREAD, HAVE_X11, IMAGEMAGICK_LIBS, GTK_LIBS)
845 (DBUS_LIBS, LIBXMU, XFT_LIBS, LIBXSM, LIBXML2_LIBS, LIBS_MAIL)
846 (with_kerberos):
847 Don't let the library choice infect $LIBS.
848 (dnet_ntoa, cma_open): Remove obsolete tests.
849 (emacs_pthread_function): Probe for pthread_kill, not pthread_self,
850 as that's a bit more selective on GNU/Linux.
851 (LIBXEXT): Remove.
852 (touchlock): Test for existence when $LIBS_MAIL is in use.
853 (AC_CHECK_FUNCS): Use only $LIB_MATH in addition to $LIBS
854 when testing for typical functions like accept4, lrand48.
855 (random, rint): Remove obsolete HP-UX 9 A.09.05 test.
856
857 2014-04-11 Glenn Morris <rgm@gnu.org>
858
859 * make-dist: Do not distribute generated admin/grammars/Makefile.
860 Do distribute lib-src/update-game-score.exe.manifest.
861
862 2014-04-11 Ken Brown <kbrown@cornell.edu>
863
864 * configure.ac (EMACS_MANIFEST): Revert last change (but leave
865 UPDATE_MANIFEST empty).
866
867 2014-04-07 Ken Brown <kbrown@cornell.edu>
868
869 * configure.ac (EMACS_MANIFEST, UPDATE_MANIFEST): Leave these
870 variables empty on Cygwin. (Bug#17176)
871
872 2014-04-03 Glenn Morris <rgm@gnu.org>
873
874 * make-dist: Further update AC_INIT regexp.
875
876 2014-04-02 Glenn Morris <rgm@gnu.org>
877
878 * configure.ac: Make the final "Does Emacs use Gsettings" message
879 consistent with src/config.h.
880
881 2014-03-31 Jan Djärv <jan.h.d@swipnet.se>
882
883 * configure.ac: Fix errors from previous checkin (GSettings check).
884
885 2014-03-29 Jan Djärv <jan.h.d@swipnet.se>
886
887 * configure.ac: Add check that GSettings is in libgio (Bug#17118).
888
889 2014-03-28 Glenn Morris <rgm@gnu.org>
890
891 * configure.ac (AC_INIT): Add "GNU" in package, add bug address.
892 (PACKAGE_BUGREPORT): Use it.
893 (make-dist): Update AC_INIT regexp.
894
895 * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency.
896 (EMACS_CONFIG_FEATURES): New define.
897
898 2014-03-27 Paul Eggert <eggert@cs.ucla.edu>
899
900 * configure.ac: Suggest './configure MAKE=gmake' in diagnostic.
901 This tends to work better than 'MAKE=gmake ./configure' if later
902 builds run config.status etc.
903
904 2014-03-27 Glenn Morris <rgm@gnu.org>
905
906 * configure.ac: Require GNU make.
907 (HAVE_GNU_MAKE): Remove.
908
909 2014-03-26 Paul Eggert <eggert@cs.ucla.edu>
910
911 Merge from gnulib, incorporating:
912 2014-03-26 strftime: wrap macros in "do {...} while(0)"
913 * lib/strftime.c: Update from gnulib.
914
915 2014-03-26 Glenn Morris <rgm@gnu.org>
916
917 * configure.ac (CLASH_DETECTION): Remove option. Every platform
918 supports it, and the runtime option `create-lockfiles' replaces it.
919
920 2014-03-23 Daniel Colascione <dancol@dancol.org>
921
922 * configure.ac: (Bug#17069) Include GFILENOTIFY objects in glib check.
923
924 2014-03-22 Glenn Morris <rgm@gnu.org>
925
926 * make-dist: Do not distribute lib-src/testfile.
927
928 2014-03-21 Eli Zaretskii <eliz@gnu.org>
929
930 * configure.ac: Bump version to 24.4.50.
931
932 2014-03-21 Glenn Morris <rgm@gnu.org>
933
934 * Makefile.in (all): Depend on `info'. (Bug#16626)
935
936 2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
937
938 Merge from gnulib, incorporating:
939 2014-03-04 stdint: fix missing SIZE_MAX on Android
940 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H
941 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
942 * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4:
943 Update from gnulib.
944
945 2014-03-05 Glenn Morris <rgm@gnu.org>
946
947 * configure.ac: Tweak the "unported" error message.
948
949 2014-03-05 Paul Eggert <eggert@cs.ucla.edu>
950
951 Fix configuration bug on Solaris 2.5.1 (Bug#16905).
952 * configure.ac: Fix a bug in shell pattern matching that caused
953 'configure' to treat Solaris 2.5.1 as if it were Solaris 10 or later.
954
955 2014-02-25 Paul Eggert <eggert@penguin.cs.ucla.edu>
956
957 Merge from gnulib (Bug#16825).
958 2014-02-25 unistd: port readlink to Mac OS X 10.3.9
959
960 2014-02-24 Paul Eggert <eggert@cs.ucla.edu>
961
962 Merge from gnulib, incorporating:
963 2014-02-21 timer: fix uClibc detection of threading
964 2014-02-21 maintainer-makefiles: provide AC_PROG_SED for older autoconf
965
966 2014-02-18 Mirek Kaim <mirek.kaim@outlook.com> (tiny change)
967
968 * configure.ac [HAVE_W32]: Test for ImageMagick. (Bug#16754)
969
970 2014-02-14 Paul Eggert <eggert@cs.ucla.edu>
971
972 * Makefile.in (install-arch-indep): Allow ' ' in destdir (Bug#16717).
973 This fixes a bug in the previous change. Also, use $(SHELL)
974 rather than sh, as that's more likely to be portable.
975
976 2014-02-13 Paul Eggert <eggert@cs.ucla.edu>
977
978 * Makefile.in (install-arch-indep): Simplify (Bug#16717).
979 This should make it more reliable, and hopefully more portable to
980 non-GNU 'make' implementations such as HP-UX 'make'.
981
982 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
983
984 * Makefile.in (install-nt): Also pass datadir.
985
986 2014-02-05 Paul Eggert <eggert@cs.ucla.edu>
987
988 Merge from gnulib, incorporating:
989 2014-01-23 pthread: work around winpthread header pollution on mingw
990 * lib/time.in.h: Update from gnulib.
991
992 2014-01-23 Paul Eggert <eggert@cs.ucla.edu>
993
994 Merge from gnulib, incorporating:
995 2014-01-22 qacl: check for fchmod
996 * m4/acl.m4: Update from gnulib.
997
998 2014-01-22 Paul Eggert <eggert@cs.ucla.edu>
999
1000 Fix miscellaneous update-game-score bugs.
1001 * configure.ac (difftime): Remove.
1002
1003 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
1004
1005 Merge from gnulib, incorporating:
1006 2014-01-20 stdalign: port to HP-UX compilers
1007 2014-01-16 strtoimax: port to platforms lacking 'long long'
1008 2014-01-16 update from texinfo
1009 * lib/stdalign.in.h, lib/strtoimax.c: Update from gnulib.
1010
1011 2014-01-12 Glenn Morris <rgm@gnu.org>
1012
1013 * README: Replace reference to etc/MAILINGLISTS.
1014
1015 2014-01-11 Fabrice Popineau <fabrice.popineau@gmail.com>
1016
1017 * configure.ac: Read $srcdir/nt/mingw-cfg.site when $MSYSTEM is
1018 "MINGW64" as well.
1019
1020 2014-01-11 Paul Eggert <eggert@cs.ucla.edu>
1021
1022 Merge from gnulib, incorporating:
1023 2014-01-07 update from texinfo
1024 2014-01-06 md5, sha1, sha256, sha512: support older autoconf
1025
1026 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
1027
1028 * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
1029 unnecessarily specific references to Bazaar that could better
1030 simply be to the repository.
1031
1032 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
1033
1034 * INSTALL.BZR: Rename to INSTALL.REPO. Remove refs to specific VCS.
1035 * INSTALL, autogen.sh: Update for above change.
1036
1037 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
1038
1039 Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
1040 Problem and proposed patch reported by Ulrich Mueller;
1041 this patch uses a somewhat-different approach.
1042 * configure.ac (SETFATTR): New variable.
1043
1044 2014-01-03 Paul Eggert <eggert@cs.ucla.edu>
1045
1046 Merge from gnulib, incorporating:
1047 2014-01-02 manywarnings: remove -Wmudflap
1048 This ports better to GCC 4.9-to-be.
1049
1050 2013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
1051
1052 * configure.ac (canonical, C_SWITCH_SYSTEM): Support a 64-bit
1053 MinGW64 build on MS-Windows.
1054
1055 2013-12-29 Jan Djärv <jan.h.d@swipnet.se>
1056
1057 * configure.ac (xcsdkdir): Only set if using xcrun.
1058
1059 2013-12-29 Paul Eggert <eggert@cs.ucla.edu>
1060
1061 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
1062 Reported by YAMAMOTO Mitsuharu in:
1063 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html
1064
1065 2013-12-28 Jan Djärv <jan.h.d@swipnet.se>
1066
1067 * configure.ac: Fix CC detection for xcrun case.
1068
1069 2013-12-28 Paul Eggert <eggert@cs.ucla.edu>
1070
1071 Fix problem with MAKE and xcrun configuration.
1072 * configure.ac: Don't set MAKE unless 'make' doesn't work.
1073 Set it only in the environment, not in the makefile.
1074 Problem reported by Glenn Morris in:
1075 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html
1076
1077 2013-12-27 Paul Eggert <eggert@cs.ucla.edu>
1078
1079 Port xcrun configuration to GNU/Linux.
1080 * configure.ac (xcsdkdir): Default to empty.
1081 (XCRUN): Don't require Darwin for xcrun. Move xcrun checking to
1082 just before AM_INIT_AUTOMAKE, to make the dependency between it
1083 and automake clearer.
1084 (CC): Don't use AC_PROG_CC twice; only the first use expands to the
1085 shell code that is wanted, which breaks 'configure' on non-Darwin
1086 platforms. Instead, fix CC by hand if it's not found.
1087
1088 2013-12-27 Jan Djärv <jan.h.d@swipnet.se>
1089
1090 * configure.ac: Detect xcrun on OSX and use it for make, gcc and
1091 libxml.
1092
1093 2013-12-26 Paul Eggert <eggert@cs.ucla.edu>
1094
1095 Fix core dumps with gcc -fsanitize=address and GNU/Linux.
1096 * configure.ac: Check whether addresses are sanitized.
1097 (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP.
1098 (DOUG_LEA_MALLOC): Do not define if addresses are sanitized.
1099 (SYSTEM_MALLOC): Define if addresses are sanitized.
1100
1101 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
1102
1103 Automate the procedure for updating copyright year.
1104 * build-aux/update-copyright: New file.
1105 * make-dist: Distribute it.
1106 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1107
1108 2013-12-23 Andreas Schwab <schwab@linux-m68k.org>
1109
1110 * configure.ac: Replace obsolete macro AC_CONFIG_HEADER by
1111 AC_CONFIG_HEADERS.
1112
1113 2013-12-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1114
1115 * .gitignore: Ignore refcard temporaries and info/*.info files.
1116
1117 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
1118
1119 Merge from gnulib, incorporating:
1120 2013-12-17 gettimeofday: port recent C++ fix to Emacs
1121 2013-12-17 gettimeofday: fix C++ crosscompilation
1122 2013-12-17 qacl: port to Windows better
1123 * lib/file-has-acl.c, lib/time.in.h, m4/gettimeofday.m4, m4/time_h.m4:
1124 Update from gnulib.
1125 * lib/gnulib.mk: Regenerate.
1126
1127 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
1128
1129 * INSTALL: Clarify treatment of image libraries.
1130
1131 2013-12-14 Paul Eggert <eggert@cs.ucla.edu>
1132
1133 Use bool for boolean, focusing on headers.
1134 * configure.ac (PTY_OPEN, GC_MARK_SECONDARY_STACK):
1135 Use bool for boolean.
1136
1137 2013-12-14 Dani Moncayo <dmoncayo@gmail.com>
1138
1139 * configure.ac (srcdir) [MINGW32]: If it is an absolute path,
1140 force the format "/c/foo/bar" to simplify conversions to native
1141 windows format.
1142
1143 2013-12-13 Glenn Morris <rgm@gnu.org>
1144
1145 * INSTALL: No longer mention load-path and site-init/site-load.
1146
1147 2013-12-12 Glenn Morris <rgm@gnu.org>
1148
1149 * Makefile.in (install-info): Handle missing info/dir.
1150 (info_dir_deps): New variable.
1151 (${srcdir}/info/dir): Depend on .texi files rather than .info files.
1152 (check-info): Update topics.
1153 * build-aux/make-info-dir: Use .texi files rather than .info files.
1154 Update topics.
1155
1156 * Makefile.in (install-info): Remove some useless subshells.
1157
1158 Stop keeping info/dir in the repository.
1159 * build-aux/dir_top: Move here from admin/.
1160 * build-aux/make-info-dir: New script.
1161 * Makefile.in (bootstrap-clean): Delete info/.
1162 (info-dir, ${srcdir}/info/dir): New rules.
1163 (info): Also make info-dir.
1164 (check-info): Rename from check-info-dir.
1165 Instead of info/dir entries, check @dircategory in info/*.info.
1166 * make-dist: Use `info' rule rather than `info-real'.
1167 No more info/COPYING (not even the right license for info/ files).
1168 Distribute new build-aux files.
1169
1170 * info/: Remove from repository.
1171
1172 2013-12-11 Glenn Morris <rgm@gnu.org>
1173
1174 * info/dir: Add octave-mode.
1175
1176 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
1177
1178 Remove the option of using libcrypto.
1179 This scorches the earth and waits for spring;
1180 see Ted Zlatanov and Stefan Monnier in
1181 <http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>.
1182 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
1183 Do not say whether Emacs is configured to use a crypto library,
1184 since it's no longer an option.
1185 (gl_CRYPTO_CHECK): Define a dummy.
1186 * lib/gl_openssl.h, m4/gl-openssl.m4: Remove.
1187
1188 2013-12-10 Paul Eggert <eggert@cs.ucla.edu>
1189
1190 * configure.ac: Disable libcrypto by default.
1191
1192 Merge from gnulib, incorporating:
1193 2013-12-07 md5, sha1, sha256, sha512: fix link error with partial lib
1194 * m4/gl-openssl.m4: Update from gnulib.
1195
1196 2013-12-08 Eli Zaretskii <eliz@gnu.org>
1197
1198 * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
1199 statically.
1200
1201 2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
1202
1203 * configure.ac: Simplify supression of GTK deprecation warning.
1204 Move -DGDK_DISABLE_DEPRECATION_WARNINGS out of the command line
1205 and into config.h, to shorten the command line when doing 'make'.
1206 Don't AC_SUBST GTK_CFLAGS, as this is not needed.
1207
1208 Use libcrypto's checksum implementations if available, for speed.
1209 On commonly used platform libcrypto uses architecture-specific
1210 assembly code, which is significantly faster than the C code we
1211 were using. See Pádraig Brady's note in
1212 <http://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>.
1213 Merge from gnulib, incorporating:
1214 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
1215 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
1216 2013-12-04 include_next: minimize code duplication
1217 2013-12-03 md5, sha1, sha256, sha512: support mandating use of openssl
1218 2013-12-02 md5, sha1, sha256, sha512: use openssl routines if available
1219 * configure.ac (--without-all): Set with_openssl_default too.
1220 Use gl_SET_CRYPTO_CHECK_DEFAULT to default to 'auto'.
1221 (HAVE_LIB_CRYPTO): New var.
1222 Say whether Emacs is configured to use a crypto library.
1223 * lib/gl_openssl.h, m4/absolute-header.m4, m4/gl-openssl.m4:
1224 New files, copied from gnulib.
1225 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1226 * lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h:
1227 * lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
1228 * m4/include_next.m4, m4/md5.m4, m4/sha1.m4, m4/sha256.m4, m4/sha512.m4:
1229 Update from gnulib.
1230
1231 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
1232
1233 * .dir-locals.el (log-edit-move): Add the "Author: " header.
1234
1235 2013-11-30 Dani Moncayo <dmoncayo@gmail.com>
1236
1237 * build-aux/msys-to-w32 (w32pathlist): Do not translate paths
1238 starting with %emacs_dir%.
1239
1240 2013-11-30 Glenn Morris <rgm@gnu.org>
1241
1242 Stop keeping (most) generated cedet grammar files in the repository.
1243 * configure.ac (SUBDIR_MAKEFILES, AC_CONFIG_FILES):
1244 Add admin/grammars Makefile.
1245 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1246 Also clean admin/grammars, if present.
1247
1248 2013-11-29 Dani Moncayo <dmoncayo@gmail.com>
1249
1250 * Makefile.in (epaths-force-w32): Fix 2013-11-20 typo.
1251
1252 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * configure.ac (HAVE_MENUS): Remove.
1255
1256 2013-11-28 Glenn Morris <rgm@gnu.org>
1257
1258 * configure.ac (PATH_SEP): Replace with pre-existing SEPCHAR.
1259
1260 2013-11-28 Eli Zaretskii <eliz@gnu.org>
1261
1262 * GNUmakefile (Makefile): Don't use $(CFG).
1263 (CFG): Don't compute.
1264
1265 * configure.ac (PATH_SEP): Set and AC_SUBST.
1266
1267 2013-11-27 Paul Eggert <eggert@cs.ucla.edu>
1268
1269 Merge from gnulib, incorporating:
1270 2013-11-13 getgroups: work around _DARWIN_C_SOURCE problem
1271 * lib/getgroups.c: Update from gnulib.
1272
1273 2013-11-27 Glenn Morris <rgm@gnu.org>
1274
1275 Move ja-dic, quail, leim-list.el from leim to lisp/leim.
1276 * Makefile.in (abs_builddir, leimdir): Remove.
1277 (buildlisppath, SUBDIR, COPYDIR, COPYDESTS): No more leim directory.
1278 (epaths-force-w32): No longer set BLD.
1279 (leim): Remove.
1280 (install-arch-indep): No longer run or install leim.
1281 (mostlyclean, clean): No longer run leim rule.
1282 (bootstrap-clean): Change leim target.
1283 (maintainer-clean): Add leim.
1284 (check-declare): Remove leim.
1285 * README: Update for leim changes.
1286 * configure.ac (leimdir): Remove.
1287 (standardlisppath): No more leimdir.
1288
1289 * make-dist: Update for files from leim/ now being in lisp/leim/.
1290
1291 2013-11-26 Glenn Morris <rgm@gnu.org>
1292
1293 Preload leim-list.el.
1294 * Makefile.in (abs_builddir): New, set by configure.
1295 (buildlisppath): Add leim/.
1296 (epaths-force-w32): Set BLD.
1297
1298 2013-11-21 Paul Eggert <eggert@cs.ucla.edu>
1299
1300 Fix some dependency problems that cause unnecessary recompiles.
1301 * configure.ac (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS):
1302 Remove.
1303 (LIBXMENU): Now is always either empty or a file name,
1304 so that it can be used as a dependency.
1305
1306 2013-11-20 Glenn Morris <rgm@gnu.org>
1307
1308 * make-dist: Distribute build-aux/msys-to-w32.
1309
1310 2013-11-20 Dani Moncayo <dmoncayo@gmail.com>
1311
1312 * build-aux/msys-to-w32: New file.
1313 * Makefile.in (msys_to_w32, msys_lisppath_to_w32): Remove.
1314 (msys_w32prefix_subst): Rename from msys_prefix_subst.
1315 Operate on w32prefixpattern.
1316 (epaths-force-w32): Use build-aux/msys-to-w32.
1317
1318 2013-11-17 Paul Eggert <eggert@cs.ucla.edu>
1319
1320 * configure.ac (DEBUGGER_SEES_C_MACROS): Remove.
1321 It apparently doesn't work for GCC 3, and I suppose it's more
1322 trouble than it's worth to worry about this.
1323
1324 2013-11-15 Paul Eggert <eggert@cs.ucla.edu>
1325
1326 * configure.ac (DEBUGGER_SEES_C_MACROS): New macro.
1327
1328 2013-11-14 Paul Eggert <eggert@cs.ucla.edu>
1329
1330 Simplify, port and tune bool vector implementation.
1331 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T): Remove.
1332
1333 2013-11-13 Paul Eggert <eggert@cs.ucla.edu>
1334
1335 * Makefile.in (ACLOCAL_INPUTS): Add configure.ac.
1336
1337 2013-11-12 Dani Moncayo <dmoncayo@gmail.com>
1338
1339 * configure.ac [MINGW32]: Source nt/mingw-cfg.site.
1340 * make-dist: Don't distribute nt/msysconfig.sh.
1341
1342 * Makefile.in (epaths-force-w32): Simplify w32srcdir computation.
1343
1344 2013-11-08 Paul Eggert <eggert@cs.ucla.edu>
1345
1346 Merge from gnulib, incorporating:
1347 2013-11-08 extern-inline: port better to OS X 10.9
1348 2013-11-08 fpending: fix regression on DragonFly BSD
1349 * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4:
1350 Update from gnulib.
1351
1352 2013-11-07 Paul Eggert <eggert@cs.ucla.edu>
1353
1354 Port to C11 aligned_alloc.
1355 * configure.ac (GMALLOC_OBJ): Initialize to empty if !system_malloc
1356 and doug_lea_malloc.
1357 (aligned_alloc): Test for existence if !GMALLOC_OBJ and not darwin.
1358 (posix_memalign): Test for existence only if !GMALLOC_OBJ and
1359 not darwin and !aligned_alloc.
1360
1361 2013-11-05 Glenn Morris <rgm@gnu.org>
1362
1363 * configure.ac (abs_srcdir) [MINGW32]: No point setting it here,
1364 config.status computes it.
1365 * Makefile.in (epaths-force-w32): Move srcdir tweak here.
1366
1367 * autogen/: Remove directory. Move update_autogen to admin/.
1368 * autogen.sh: Remove reference to copy_autogen.
1369 * GNUmakefile (configure):
1370 * Makefile.in (bootstrap): Do not try to run copy_autogen.
1371 * config.bat: Use msdos/autogen rather than autogen.
1372
1373 2013-11-05 Paul Eggert <eggert@cs.ucla.edu>
1374
1375 Simplify and port recent bool vector changes.
1376 * configure.ac (BITSIZEOF_SIZE_T, SIZEOF_SIZE_T):
1377 New symbols to configure.
1378
1379 2013-11-04 Eli Zaretskii <eliz@gnu.org>
1380
1381 * configure.ac: Don't disallow builds in non-ASCII directories.
1382 (Bug#15260)
1383
1384 2013-11-04 Paul Eggert <eggert@cs.ucla.edu>
1385
1386 Port to stricter C99 platforms.
1387 Merge from gnulib, incorporating:
1388 2013-11-03 intprops: port to Oracle Studio c99
1389 * lib/intprops.h: Update from gnulib.
1390
1391 2013-11-02 Glenn Morris <rgm@gnu.org>
1392
1393 * Makefile.in (check): Depend on all.
1394
1395 2013-10-31 Glenn Morris <rgm@gnu.org>
1396
1397 * configure.ac: Use [!...] rather than [^...], for ksh. (Bug#15769)
1398
1399 2013-10-30 Glenn Morris <rgm@gnu.org>
1400
1401 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1402 Also clean admin/unidata, if present.
1403
1404 2013-10-27 Glenn Morris <rgm@gnu.org>
1405
1406 * configure.ac: It seems installing in non-ASCII is not, in fact, ok.
1407
1408 2013-10-25 Glenn Morris <rgm@gnu.org>
1409
1410 * configure.ac: It seems _installing_ in non-ASCII is ok, not building.
1411
1412 2013-10-24 Glenn Morris <rgm@gnu.org>
1413
1414 * configure.ac:
1415 * Makefile.in (install-arch-indep, install-etcdoc, install-info):
1416 Avoid non-portable "`\" nesting.
1417
1418 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
1419
1420 * Makefile.in (abs_top_srcdir): New, set by configure.
1421
1422 2013-10-23 Glenn Morris <rgm@gnu.org>
1423
1424 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)
1425
1426 Progress towards allowing installation in directories with whitespace.
1427 * Makefile.in (COPYDESTS, write_subdir, install-arch-dep)
1428 (install-arch-indep, install-etcdoc, install-info, install-man)
1429 (install-etc, uninstall, install-nt, uninstall-nt):
1430 Quote entities that might contain whitespace.
1431 * build-aux/update-subdirs: Handle whitespace in argument.
1432 Check cd return value.
1433
1434 Make building in directories with whitespace possible. (Bug#15675)
1435 * configure.ac (srcdir): Don't make it absolute - abs_srcdir exists.
1436 (src/.gdbinit): Use ac_abs_top_srcdir.
1437 * Makefile.in (abs_srcdir): New, set by configure.
1438 (buildlisppath, epaths-force-w32): Use abs_srcdir.
1439 (install-arch-indep, install-etcdoc, install-info, install-man)
1440 (install-etc): Quote entities that might contain whitespace.
1441
1442 2013-10-23 Paul Eggert <eggert@cs.ucla.edu>
1443
1444 Merge from gnulib, incorporating:
1445 2013-10-14 acl: allow cross-compilation to Gentoo
1446 2013-10-18 extern-inline: make safe for -Wundef usage
1447 2013-09-30 fpending: use pure+const function attrs
1448 * lib/fpending.h, m4/acl.m4, m4/extern-inline.m4: Update from gnulib.
1449
1450 2013-10-13 Glenn Morris <rgm@gnu.org>
1451
1452 * configure.ac [alpha]: Explicit error in non-ELF case. (Bug#15601)
1453
1454 2013-10-12 Paul Eggert <eggert@cs.ucla.edu>
1455
1456 Merge from gnulib, incorporating:
1457 2013-10-10 strtoumax: port to Solaris 8
1458 2013-10-09 strtoimax, strtoumax: port to HP-UX 11.11
1459 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1460 * lib/inttypes.in.h, lib/strtoimax.c, m4/inttypes.m4, m4/strtoimax.m4:
1461 * m4/strtoumax.m4:
1462 Update from gnulib.
1463
1464 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * configure.ac (LIBGNUTLS): Don't set LIBGNUTLS_* back to the empty
1467 string when gnutls2 is installed but gnutls3 is not.
1468
1469 2013-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1470
1471 * configure.ac: Define HAVE_GNUTLS3 if GnuTLS v3 is found.
1472
1473 2013-10-10 Barry Fishman <barry_fishman@acm.org> (tiny change)
1474
1475 * configure.ac: Update for giflib 5. (Bug#15531)
1476
1477 2013-10-08 Eli Zaretskii <eliz@gnu.org>
1478
1479 * configure.ac (HAVE_MENUS): Define unconditionally.
1480
1481 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 Improve support for popcount and counting trailing zeros (Bug#15550).
1484 Do this by using the Gnulib modules for this.
1485 This should generate faster code on non-GCC, non-MSC platforms,
1486 and make the code a bit more portable, at least in theory.
1487 * lib/count-one-bits.c, lib/count-one-bits.h:
1488 * lib/count-trailing-zeros.c, lib/count-trailing-zeros.h:
1489 * m4/count-one-bits.m4, m4/count-trailing-zeros.m4:
1490 New files, copied from gnulib.
1491 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1492
1493 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
1494
1495 Use hardware support for byteswapping on glibc x86 etc.
1496 * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib.
1497 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1498
1499 2013-10-03 Paul Eggert <eggert@cs.ucla.edu>
1500
1501 Merge from gnulib, incorporating:
1502 2013-10-02 verify: new macro 'assume'
1503 2013-09-26 dup2, dup3: work around another cygwin crasher
1504 2013-09-26 getdtablesize: work around cygwin issue
1505
1506 2013-09-25 Paul Eggert <eggert@cs.ucla.edu>
1507
1508 Merge from gnulib, incorporating:
1509 2013-09-24 manywarnings: enable nicer gcc warning messages
1510 2013-09-23 warnings: port --enable-gcc-warnings to Solaris Studio 12.3
1511 2013-09-21 timespec: use the new TIMESPEC_RESOLUTION elsewhere
1512 * configure.ac (WERROR_CFLAGS): Omit -fdiagnostics-show-option
1513 and -funit-at-a-time, since manywarnings does that for us now.
1514
1515 2013-09-23 Jan Djärv <jan.h.d@swipnet.se>
1516
1517 * configure.ac: With clang, check for and use -Wno-switch,
1518 -Wno-tautological-constant-out-of-range-compare and -Wno-pointer-sign.
1519
1520 2013-09-23 Daniel Colascione <dancol@dancol.org>
1521
1522 * configure.ac: Check for valgrind headers.
1523
1524 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1525
1526 * INSTALL: New homepage of libtiff.
1527
1528 2013-09-20 Paul Eggert <eggert@cs.ucla.edu>
1529
1530 Work around performance bug on OS X 10.8 and earlier.
1531 Perhaps Apple will fix this bug some day.
1532 See the thread starting with Daniel Colascione's email in:
1533 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html
1534 * configure.ac (FORTIFY_SOUR): New verbatim section.
1535
1536 2013-09-19 Paul Eggert <eggert@cs.ucla.edu>
1537
1538 Merge from gnulib, incorporating:
1539 2013-09-19 stdio: OS X port of putc_unlocked + extern inline
1540 2013-09-19 signal: OS X port of sigaddset etc. + extern inline
1541 2013-09-19 extern-inline: do not always suppress extern inline on OS X
1542 2013-09-17 getgroups: statement without effect
1543 2013-08-28 headers: check that _GL_INLINE_HEADER_BEGIN is defined
1544
1545 2013-09-19 Eli Zaretskii <eliz@gnu.org>
1546
1547 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
1548 is in the full /d/foo/bar form. See the discussion in
1549 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html,
1550 and in particular
1551 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html
1552 and its followups, for the details.
1553
1554 2013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
1555
1556 * configure.ac: Do not check for g_type_init because we
1557 require glib >= 2.28 for GTK3, glib >= 2.10 for GTK2,
1558 glib >= 2.26 for GSettings and glib >= 2.7.0 for GConf, so
1559 suitable glib should provide g_type_init unconditionally.
1560
1561 2013-09-15 Jan Djärv <jan.h.d@swipnet.se>
1562
1563 * configure.ac: Add check for OSX 10.5, required for macfont.o.
1564
1565 2013-09-09 Glenn Morris <rgm@gnu.org>
1566
1567 * configure.ac (LDFLAGS_NOCOMBRELOC): New variable.
1568 (LDFLAGS): Move nocombreloc option from here...
1569 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1570
1571 2013-09-08 Glenn Morris <rgm@gnu.org>
1572
1573 * configure.ac (--without-compress-install):
1574 Rename from --without-compress-info. (Bug#9789)
1575 (GZIP_INFO): Remove.
1576 (GZIP_PROG): Allow --without-compress-install to disable it.
1577 * Makefile.in (GZIP_INFO): Remove all references.
1578
1579 * info/dir: Tweak emacs-gnutls entry.
1580
1581 2013-09-07 Paul Eggert <eggert@cs.ucla.edu>
1582
1583 Port --without-x --enable-gcc-warnings to Fedora 19.
1584 * configure.ac (WERROR_CFLAGS): Omit redundant use of
1585 -Wmissing-field-initializers, -Wswitch, -Wtype-limits,
1586 -Wunused-parameter. If there is no window system, also omit
1587 -Wsuggest-attribute=const and -Wsuggest-attribute=noreturn; this
1588 is needed for Fedora 19.
1589
1590 2013-09-05 Dmitry Antipov <dmantipov@yandex.ru>
1591
1592 Make --without-x compatible with --enable-gcc-warnings.
1593 * configure.ac: If both --without-x and --enable-gcc-warnings are
1594 specified, use -Wno-unused-variable, -Wno-unused-but-set-variable
1595 and -Wno-unused-but-set-parameter.
1596
1597 2013-09-04 Paul Eggert <eggert@cs.ucla.edu>
1598
1599 Makefile improvements.
1600 * Makefile.in (lib): Depend on am--refresh, to avoid a race.
1601 (src): Remove duplicate dependency on FRC.
1602 Invoke just one submake, not two. Avoid the need for 'pwd'.
1603
1604 2013-09-02 Jan Djärv <jan.h.d@swipnet.se>
1605
1606 * configure.ac: Add ns_check_file.
1607
1608 2013-08-31 Glenn Morris <rgm@gnu.org>
1609
1610 * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,
1611 and voxware to oss.
1612
1613 2013-08-31 Ulrich Müller <ulm@gentoo.org>
1614
1615 * configure.ac: Allow for --with-sound=voxware that will enable
1616 sound but otherwise disable ALSA. This will use the OSS device,
1617 typically /dev/dsp, for sound output. (Bug#15067)
1618
1619 2013-08-31 Glenn Morris <rgm@gnu.org>
1620
1621 * make-dist: Update for nt/INSTALL* changes.
1622
1623 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1626 for portability to hosts where /bin/sh has problems.
1627
1628 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * configure.ac (DOCMISC_W32): New var to replace DOCMISC_*_W32.
1631
1632 2013-08-27 Paul Eggert <eggert@cs.ucla.edu>
1633
1634 Simplify EMACS_TIME-related code.
1635 Merge from gnulib, incorporating:
1636 2013-08-27 timespec: new convenience constants and function
1637
1638 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru>
1639
1640 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1641 (DOCMISC_PDF_W32, DOCMISC_PS_W32): No spaces!
1642
1643 2013-08-27 Glenn Morris <rgm@gnu.org>
1644
1645 * configure.ac (emacs_broken_SIGIO): No longer set on gnu-kfreebsd.
1646
1647 * configure.ac (DOCMISC_DVI_W32, DOCMISC_HTML_W32, DOCMISC_INFO_W32)
1648 (DOCMISC_PDF_W32, DOCMISC_PS_W32): New output variables.
1649 * Makefile.in (check-info-dir): Ignore efaq-w32.
1650
1651 * Makefile.in (mostlyclean, clean, distclean, bootstrap-clean)
1652 (maintainer-clean, check-declare): Remove pointless subshells.
1653 Check cd return value.
1654
1655 2013-08-26 Paul Eggert <eggert@cs.ucla.edu>
1656
1657 Minor merge from gnulib (mostly just for texinfo.tex).
1658
1659 2013-08-22 Paul Eggert <eggert@cs.ucla.edu>
1660
1661 * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274).
1662 This improves on the patch already installed, by quoting options
1663 that contain spaces and suchlike systematically, so that
1664 EMACS_CONFIG_OPTIONS is no longer ambiguous when options contain
1665 these characters.
1666
1667 2013-08-21 Paul Eggert <eggert@cs.ucla.edu>
1668
1669 Port close-on-exec pty creation to FreeBSD 9.1-RELEASE (Bug#15129).
1670 * configure.ac (PTY_OPEN): If posix_openpt with O_CLOEXEC fails
1671 and reports EINVAL, try it again without O_CLOEXEC. This should
1672 port PTY_OPEN to FreeBSD 9, which stupidly rejects O_CLOEXEC.
1673 What were they thinking?
1674
1675 2013-08-20 Paul Eggert <eggert@cs.ucla.edu>
1676
1677 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1678 Fix shell-operator precedence problem in previous change.
1679
1680 2013-08-20 Glenn Morris <rgm@gnu.org>
1681
1682 * Makefile.in (distclean, bootstrap-clean, maintainer-clean):
1683 Clean test/automated if present.
1684
1685 2013-08-19 Paul Eggert <eggert@cs.ucla.edu>
1686
1687 Merge from gnulib, incorporating:
1688 2013-08-15 warnings: minor optimization
1689 2013-08-15 warnings: check -Wfoo rather than -Wno-foo
1690
1691 2013-08-15 Ken Brown <kbrown@cornell.edu>
1692
1693 * configure.ac (G_SLICE_ALWAYS_MALLOC): Update comment.
1694
1695 2013-08-15 Glenn Morris <rgm@gnu.org>
1696
1697 * make-dist: Do not distribute etc/refcards TeX intermediate files.
1698 * Makefile.in (install-arch-indep):
1699 Do not install etc/refcards TeX intermediate files.
1700
1701 2013-08-14 Ulrich Müller <ulm@gentoo.org>
1702
1703 * configure.ac (EMACS_CONFIGURATION): Escape backslashes. (Bug#15091)
1704
1705 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1706
1707 * configure.ac (HAVE_ZLIB): Don't use -lz on MinGW.
1708
1709 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1710
1711 Minor zlib configuration tweaks.
1712 * configure.ac (HAVE_ZLIB): Don't assume zlib is linked if PNG is.
1713
1714 2013-08-12 Eli Zaretskii <eliz@gnu.org>
1715
1716 * configure.ac (LIBZ): Comment on w32 peculiarities regarding LIBZ.
1717
1718 2013-08-12 Paul Eggert <eggert@cs.ucla.edu>
1719
1720 Merge from gnulib, incorporating:
1721 2013-08-11 fpending: port to recent Cygwin change to stdio_ext.h
1722 2013-08-10 sys_time: port to OpenBSD
1723
1724 2013-08-12 Glenn Morris <rgm@gnu.org>
1725
1726 * configure.ac (etcdocdir): Rename from docdir, to avoid confusion
1727 with configure's standard --docdir argument. All uses updated.
1728 * Makefile.in (etcdocdir): Rename from docdir. All uses updated.
1729 (install-etcdoc): Rename from install-doc. All uses updated.
1730 (uninstall): Run uninstall-doc.
1731 (PSS): Add misc-ps.
1732 (INSTALL_DVI, INSTALL_HTML, INSTALL_PDF, INSTALL_PS)
1733 (INSTALL_DOC, UNINSTALL_DVI, UNINSTALL_HTML, UNINSTALL_PDF)
1734 (UNINSTALL_PS, UNINSTALL_DOC): New variables.
1735 ($(INSTALL_DOC), install-doc, install-dvi, install-html, install-pdf)
1736 (install-ps, $(UNINSTALL_DOC), uninstall-doc, uninstall-dvi)
1737 (uninstall-html, uninstall-pdf, uninstall-ps): New .PHONY rules.
1738
1739 2013-08-11 Paul Eggert <eggert@cs.ucla.edu>
1740
1741 Add --with-zlib to 'configure'.
1742 * configure.ac: Add --with-zlib option to 'configure', so that Emacs
1743 can be built without zlib. Don't assume that -lz is needed on
1744 non-PNG hosts. Mention zlib configuration status in 'configure' output.
1745
1746 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1747
1748 * configure.ac: Test for zlib.
1749
1750 2013-08-10 Eli Zaretskii <eliz@gnu.org>
1751
1752 * configure.ac: Define and substitute UPDATE_MANIFEST.
1753
1754 2013-08-04 Stephen Berman <stephen.berman@gmx.net>
1755
1756 * info/dir: Add todo-mode.
1757
1758 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
1759
1760 Fix some minor races in hosts lacking mkostemp (Bug#15015).
1761 Gnulib's emulation of mkostemp doesn't have races that Emacs's does.
1762 * configure.ac (mkostemp): Remove check for this function;
1763 gnulib does the check now.
1764 (mkstemp): Remove check for this no-longer-used function.
1765 * lib/mkostemp.c, lib/secure_getenv.c, lib/tempname.c, lib/tempname.h:
1766 * m4/mkostemp.m4, m4/secure_getenv.m4, m4/tempname.m4:
1767 New files, copied from Gnulib.
1768 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1769
1770 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
1771
1772 * INSTALL (DETAILED BUILDING AND INSTALLATION):
1773 Add --without-file-notification to --without-all.
1774
1775 2013-07-29 Xue Fuqiao <xfq.free@gmail.com>
1776
1777 * INSTALL: Fix description.
1778
1779 2013-07-27 Glenn Morris <rgm@gnu.org>
1780
1781 * configure.ac: Extend the --with-sound option to allow
1782 specification of OSS or ALSA (see bug#14812#64).
1783
1784 2013-07-25 Glenn Morris <rgm@gnu.org>
1785
1786 * info/dir: Add ido.
1787
1788 * make-dist: Add a --tests option, to include test/.
1789
1790 2013-07-24 Glenn Morris <rgm@gnu.org>
1791
1792 * configure.ac: Use self-descriptive tags for AC_CONFIG_COMMANDS.
1793
1794 2013-07-23 Glenn Morris <rgm@gnu.org>
1795
1796 * configure.ac (etc, lisp): No need to create specially.
1797 Configure already creates lisp, src/Makefile now creates etc.
1798
1799 2013-07-23 Paul Eggert <eggert@cs.ucla.edu>
1800
1801 Port to GNU/Linux systems with tinfo but not ncurses.
1802 * configure.ac (USE_NCURSES): New symbol.
1803
1804 2013-07-20 Paul Eggert <eggert@cs.ucla.edu>
1805
1806 Fix array bounds violation when pty allocation fails.
1807 * configure.ac (PTY_TTY_NAME_SPRINTF): Use PTY_NAME_SIZE,
1808 not sizeof pty_name, since pty_name is now a pointer to the array.
1809
1810 2013-07-13 Paul Eggert <eggert@cs.ucla.edu>
1811
1812 * configure.ac: Simplify --with-file-notification handling.
1813
1814 2013-07-12 Glenn Morris <rgm@gnu.org>
1815
1816 * configure.ac: If with-file-notification=yes, if gfile not found,
1817 go on to try inotify (not on MS Windows or Nextstep).
1818
1819 2013-07-12 Paul Eggert <eggert@cs.ucla.edu>
1820
1821 Fix races with threads and file descriptors.
1822 * configure.ac (PTY_TTY_NAME_SPRINTF): Use emacs_close, not close.
1823
1824 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
1825
1826 * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
1827
1828 2013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
1829
1830 * configure.ac (HAVE_W32): Avoid nested functions (the second
1831 argument of AC_LANG_PROGRAM is already expanded inside a
1832 function). (Bug#14830)
1833
1834 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
1835
1836 Port recent close-on-exec changes to Cygwin (Bug#14821).
1837 * lib/binary-io.c, lib/binary-io.h: New files.
1838 Merge from gnulib, incorporating:
1839 2013-07-09 accept4, dup3, pipe2: port to Cygwin
1840 * lib/pipe2.c: Update from gnulib, as part of this merge.
1841 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1842
1843 Handle errno and exit status a bit more carefully.
1844 * lib/ignore-value.h: Remove this gnulib-imported file.
1845 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1846
1847 2013-07-08 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
1848
1849 * configure.ac (HAVE_IMAGEMAGICK): Check on NS also (Bug#14798).
1850
1851 2013-07-08 Paul Eggert <eggert@cs.ucla.edu>
1852
1853 Try to fix FreeBSD 9.1 porting problem (Bug#14812).
1854 This incorporates the following merge from gnulib:
1855 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11
1856
1857 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
1858
1859 Port to Ubuntu 10 (Bug#14803).
1860 * configure.ac (accept4): New function to check for.
1861
1862 Make file descriptors close-on-exec when possible (Bug#14803).
1863 * configure.ac (mkostemp): New function to check for.
1864 (PTY_OPEN): Pass O_CLOEXEC to posix_openpt.
1865 * lib/fcntl.c, lib/getdtablesize.c, lib/pipe2.c, m4/fcntl.m4:
1866 * m4/getdtablesize.m4, m4/pipe2.m4: New files, taken from gnulib.
1867 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
1868
1869 2013-07-03 Christoph Egger <christoph@debian.org> (tiny change)
1870
1871 * configure.ac (emacs_broken_SIGIO): Set on gnu-kfreebsd to avoid hang.
1872 http://bugs.debian.org/712974
1873
1874 2013-07-02 Paul Eggert <eggert@cs.ucla.edu>
1875
1876 Remove some unused macros from 'configure'.
1877 * configure.ac (HAVE_SOUNDCARD_H, HAVE_LINUX_VERSION_H, HAVE_SPEED_T)
1878 (HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY)
1879 (HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION, HAVE_UTIMES)
1880 (HAVE_LIBHESIOD, HAVE_LIBRESOLV, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1881 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1882 (HAVE_LIBKRB4, HAVE_LIBKRB, HAVE_DES_H, HAVE_KERBEROSIV_DES_H)
1883 (HAVE_DEV_PTMX, DEVICE_SEP, USG5):
1884 Remove these macros, as they are not used.
1885 (sys_siglist): Remove macro; src/sysdep.c now does this.
1886
1887 * configure.ac (GTK_COMPILES): Check API a bit more carefully.
1888 Also check that it links. Say whether it compiled and linked.
1889
1890 2013-07-01 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 Merge from gnulib, incorporating:
1893 2013-06-23 ignore-value: port to gcc -pedantic
1894 2013-06-21 extern-inline: port to gcc -std=c89
1895
1896 2013-06-30 Paul Eggert <eggert@cs.ucla.edu>
1897
1898 Do not use GTK 3 if it exists but cannot be compiled.
1899 * configure.ac: Leave GTK_OBJ and term_header alone if GTK 3
1900 exists but cannot be compiled.
1901
1902 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
1903
1904 * Makefile.in (install-arch-indep): Do not create directories passed
1905 with --enable-locallisppath.
1906
1907 2013-06-24 Glenn Morris <rgm@gnu.org>
1908
1909 * configure.ac: Include X11/X.h when testing for Xft.h. (Bug#14684)
1910
1911 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * .bzrignore: Add GNU idutils ID database file.
1914
1915 2013-06-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1916
1917 * configure.ac (HAVE_LIBXML2): Try built-in libxml2 on OS X 10.8
1918 as a fallback.
1919
1920 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * .bzrignore: Don't unignore cl-loaddefs.el.
1923
1924 2013-06-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1925
1926 * configure.ac (log2): Check for this function.
1927
1928 2013-06-19 Juanma Barranquero <lekktu@gmail.com>
1929
1930 * .bzrignore: Add GNU GLOBAL files.
1931
1932 2013-06-17 Paul Eggert <eggert@cs.ucla.edu>
1933
1934 Use functions, not macros, for XINT etc. (Bug#11935).
1935 * configure.ac (WARN_CFLAGS): Remove -Wbad-function-cast,
1936 as it generates bogus warnings about reasonable casts of calls.
1937
1938 2013-06-16 Paul Eggert <eggert@cs.ucla.edu>
1939
1940 * configure.ac: Report ACL usage at the end (Bug#14612).
1941
1942 2013-06-11 Paul Eggert <eggert@cs.ucla.edu>
1943
1944 --without-all should imply --with-file-notification=no. (Bug#14569)
1945 * configure.ac (with_file_notification): Default to $with_features.
1946
1947 2013-06-09 Paul Eggert <eggert@cs.ucla.edu>
1948
1949 Merge from gnulib, incorporating:
1950 2013-06-02 sig2str: port to C++
1951 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
1952
1953 2013-06-08 Jan Djärv <jan.h.d@swipnet.se>
1954
1955 * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no.
1956 (with_file_notification): Don't set to gfile if with_ns = yes.
1957
1958 2013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
1959
1960 * Makefile.in (msys_to_w32): Modify to support d:\foo file names.
1961 (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape):
1962 New variables.
1963 (epaths-force-w32): Use them. (Bug#14513)
1964
1965 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1966
1967 * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
1968
1969 2013-06-03 Eli Zaretskii <eliz@gnu.org>
1970
1971 * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
1972 (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
1973
1974 2013-06-03 Jan Djärv <jan.h.d@swipnet.se>
1975
1976 * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
1977 used. Remove xgselect.o from XOBJ.
1978
1979 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
1980
1981 * configure.ac (file-notification): New option, replaces inotify option.
1982 (HAVE_W32): Remove w32notify.o.
1983 (with_file_notification): Add checks for glib and w32. Adapt check
1984 for inotify.
1985 (Summary): Add entry for file notification.
1986
1987 * autogen/config.in: Add entries for HAVE_GFILENOTIFY,
1988 HAVE_W32NOTIFY and USE_FILE_NOTIFY.
1989
1990 2013-06-02 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * .bzrignore: Ignore dirs libexec/, share/ and var/.
1993
1994 2013-05-29 Xue Fuqiao <xfq.free@gmail.com>
1995
1996 * INSTALL: Fix description.
1997
1998 2013-05-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1999
2000 * configure.ac (HAVE_XRANDR): Check availability of
2001 XRRGetScreenResources rather than that of XRRQueryExtension.
2002
2003 2013-05-18 Eli Zaretskii <eliz@gnu.org>
2004
2005 * make-dist (files): Add nt/msysconfig.sh, nt/mingw-cfg.site,
2006 nt/epaths.nt, and nt/INSTALL.MSYS.
2007
2008 2013-05-18 Paul Eggert <eggert@cs.ucla.edu>
2009
2010 Port --enable-gcc-warnings to clang.
2011 * configure.ac (nw): Remove obsolescent warnings.
2012 These aren't needed for clang, or for gcc for that matter.
2013 (emacs_cv_clang): New var, which tests for clang.
2014 Omit warnings that clang is too picky about.
2015 (GLIB_DISABLE_DEPRECATION_WARNINGS): Define this;
2016 needed for Ubuntu 13.04 + clang + --enable-gcc-warnings.
2017
2018 * make-dist (files): Add nt/Makefile.in, nt/gnulib.mk.
2019 Otherwise, 'configure; make' fails on non-Windows builds.
2020
2021 2013-05-16 Eli Zaretskii <eliz@gnu.org>
2022
2023 * lib/Makefile.am: If building for MS-Windows, include
2024 nt/gnulib.mk instead of lib/gnulib.mk.
2025
2026 * configure.ac: Adapt to MSYS build on MS-Windows.
2027
2028 * Makefile.in (NTDIR): New variable, for the MSYS build on
2029 MS-Windows.
2030 (SUBDIR): Add $(NTDIR).
2031 (.PHONY): Add epaths-force-w32.
2032 (msys_to_w32): New variable.
2033 (epaths-force-w32, install-nt, uninstall-nt): New targets.
2034 (lib-src src): Add $(NTLIB) to prerequisites.
2035 (lib lib-src lisp leim nt): Add 'nt'.
2036 (config.status): Use $(CFG).
2037 (.PHONY): Add install-$(NTDIR) and uninstall-$(NTDIR).
2038 (install, install-arch-dep): Add install-$(NTDIR).
2039 (uninstall): Depend on uninstall-$(NTDIR).
2040 (mostlyclean, clean, distclean, bootstrap-clean): Add 'nt'.
2041
2042 * GNUmakefile (CFG): New variable, uses mingw-cfg.site as
2043 CONFIG_SITE for the MSYS build on MS-Windows.
2044 (Makefile): Use $(CFG).
2045
2046 * .bzrignore: Ignore *.res, *.tmp, and *.map.
2047 Remove src/emacs.res.
2048
2049 2013-05-16 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 Merge from gnulib, incorporating:
2052 2013-05-15 manywarnings: update for GCC 4.8.0
2053 2013-05-15 stdio: use __REDIRECT for fwrite, fwrite_unlocked
2054 2013-05-15 sig2str, stdio, warnings: port to clang
2055
2056 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * Makefile.in (install-doc): DOC file is not version specific any more.
2059 * .bzrignore: Don't ignore DOC-* any more.
2060
2061 2013-05-13 Paul Eggert <eggert@cs.ucla.edu>
2062
2063 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): OpenBSD needs -nopie.
2064 Reported privately by Han Boetes <han@boetes.org>.
2065
2066 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * lib/makefile.w32-in (ACL_H): New macro.
2069 ($(BLD)/acl-errno-valid.$(O)): Update dependencies.
2070
2071 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
2072
2073 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
2074 * configure.ac: Remove -with-acl option, since Gnulib does that for
2075 us now.
2076 (LIBACL_LIBS): Remove; no longer needed.
2077 * lib/Makefile.am (CLEANFILES, SUFFIXES): New (empty) macros,
2078 for the benefit of the new ACL implementation.
2079 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/acl-errno-valid.$(O).
2080 ($(BLD)/acl-errno-valid.$(O)): New rule.
2081 * lib/acl-errno-valid.c, lib/acl-internal.h, lib/acl.h:
2082 * lib/acl_entries.c, lib/errno.in.h, lib/file-has-acl.c:
2083 * lib/qcopy-acl.c, lib/qset-acl.c, m4/acl.m4, m4/errno_h.m4:
2084 New files, taken from gnulib.
2085 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2086
2087 2013-05-07 Jan Djärv <jan.h.d@swipnet.se>
2088
2089 * configure.ac (HAVE_XRANDR, HAVE_XINERAMA): Define if available.
2090 (XRANDR_LIBS, XINERAMA_LIBS): New AC_SUBSTs.
2091
2092 2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
2093
2094 Merge from gnulib, incorporating:
2095 2013-04-30 utimens, utimensat: work around Solaris UTIME_OMIT bug
2096
2097 2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
2098
2099 * make-dist: Keep necessary restrictions on file access.
2100
2101 2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
2102
2103 Merge from gnulib, incorporating:
2104 2013-04-28 extern-inline: work around bug in Sun c99
2105
2106 2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
2107
2108 Merge from gnulib, incorporating:
2109 2013-04-27 alignof, intprops, malloca: port better to IBM's C compiler
2110
2111 2013-04-26 Paul Eggert <eggert@cs.ucla.edu>
2112
2113 Port better to AIX (Bug#14258).
2114 * configure.ac (CFLAGS): Append -O if the user did not specify CFLAGS,
2115 we did not already infer an optimization option, and -O works.
2116 AIX xlc needs -O, otherwise garbage collection doesn't work.
2117
2118 2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
2119
2120 * make-dist: Do not distribute admin/unidata/Makefile.
2121 It is generated by 'configure'.
2122
2123 * build-aux/update-subdirs: Don't leave subdirs.el~ behind.
2124 It messes up 'make distclean', and contains no useful information
2125 because it's a copy of subdirs.el.
2126
2127 2013-04-18 John Marino <gnugcc@marino.st> (tiny change)
2128
2129 * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068)
2130
2131 2013-04-18 Glenn Morris <rgm@gnu.org>
2132
2133 * configure.ac (AC_PROG_LN_S): Remove, too restrictive.
2134 (LN_S_FILEONLY): New output variable.
2135 * Makefile.in (LN_S): Remove.
2136 (LN_S_FILEONLY): New, set by configure.
2137 (install-arch-dep): Use LN_S_FILEONLY rather than LN_S.
2138
2139 2013-04-12 Ken Brown <kbrown@cornell.edu>
2140
2141 * configure.ac (canonical): Adapt to 64-bit Cygwin, for which
2142 `canonical' is `x86_64-unknown-cygwin'.
2143
2144 2013-04-09 Ken Brown <kbrown@cornell.edu>
2145
2146 * configure.ac (W32_RES_LINK): Remove unneeded linker directive
2147 `-Wl,-bpe-i386', which is confusing in the 64-bit case.
2148 (Bug#12993)
2149
2150 2013-04-07 Paul Eggert <eggert@cs.ucla.edu>
2151
2152 Fix --enable-profiling bug introduced by 2013-02-25 change (Bug#13783).
2153 * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Append -pg if profiling
2154 and if not on GNU/Linux or FreeBSD.
2155 * lib/Makefile.am (AM_CFLAGS): Add $(PROFILING_CFLAGS), so that
2156 lib/*.o is profiled too.
2157
2158 2013-03-30 Paul Eggert <eggert@cs.ucla.edu>
2159
2160 Merge from gnulib, incorporating:
2161 2013-03-29 stdalign: port to stricter ISO C11
2162 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
2163 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>.
2164
2165 2013-03-27 Paul Eggert <eggert@cs.ucla.edu>
2166
2167 * configure.ac (HAVE_XKBGETKEYBOARD): Remove.
2168 Subsumed by HAVE_XKB. All uses changed.
2169
2170 2013-03-25 Jan Djärv <jan.h.d@swipnet.se>
2171
2172 * configure.ac (HAVE_XKB): Define if Xkb is present.
2173
2174 2013-03-24 Paul Eggert <eggert@cs.ucla.edu>
2175
2176 Merge from gnulib, incorporating:
2177 2013-03-21 sys_select, sys_time: port 2013-01-30 fix to Cygwin
2178
2179 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2180
2181 Fix bug when building Emacs with a GNU Make submake (Bug#13962).
2182 * Makefile.in (QUIET_SUBMAKE): New macro.
2183 (install-info, uninstall): Use it.
2184
2185 Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9 (Bug#13867).
2186 * configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2.
2187 We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be
2188 no way to do this in pkg-config, so make do with a reasonable
2189 approximation.
2190
2191 Automate the build of ja-dic.el (Bug#13984).
2192 * .bzrignore: Add leim/ja-dic/.
2193
2194 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
2195
2196 File synchronization fixes (Bug#13944).
2197 * configure.ac (BSD_SYSTEM, BSD_SYSTEM_AHB): Remove; no longer needed.
2198 (fsync): Remove check; now done by gnulib.
2199 * lib/fdatasync.c, lib/fsync.c, m4/fdatasync.m4, m4/fsync.m4:
2200 New files, from gnulib.
2201 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2202
2203 Merge from gnulib, incorporating:
2204 2013-03-13 putenv: port to Solaris 10
2205 2013-03-12 mktime: fix configure typo
2206 2013-03-11 regex: port to mingw's recent addition of undeclared alarm
2207 2013-03-11 putenv: avoid compilation warning on mingw
2208 2013-03-11 unistd: don't prevent Tru64 Unix from using gnulib strtod.
2209
2210 2013-03-11 Glenn Morris <rgm@gnu.org>
2211
2212 * Merge in all changes up to version 24.3 release.
2213
2214 2013-03-06 Paul Eggert <eggert@cs.ucla.edu>
2215
2216 * configure.ac (TERM_HEADER): Remove duplicate definition (Bug#13872).
2217 It can mess up 'configure' runs.
2218
2219 2013-03-05 Glenn Morris <rgm@gnu.org>
2220
2221 * Makefile.in (install-man): Ignore gzip exit status.
2222
2223 2013-03-03 Glenn Morris <rgm@gnu.org>
2224
2225 * make-dist: Remove lzma (it's replaced by xz).
2226
2227 2013-03-01 Paul Eggert <eggert@cs.ucla.edu>
2228
2229 Merge from gnulib, incorporating:
2230 2013-02-21 putenv: port better to native Windows
2231 2013-02-18 extern-inline: avoid compilation error with HP-UX cc
2232 2013-02-14 putenv: fix heap corruption with mixed putenv/_putenv
2233
2234 2013-02-28 Ken Brown <kbrown@cornell.edu>
2235
2236 * configure.ac (HAVE_DATA_START): Fix test. (Bug#13818)
2237
2238 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
2239
2240 Simplify data_start configuration (Bug#13783).
2241 * configure.ac (CRT_DIR, LIB_STANDARD, START_FILES, DATA_START)
2242 (LD_FIRSTFLAG, ORDINARY_LINK, LIB_GCC): Remove.
2243 (AC_CHECK_HEADERS_ONCE): Remove sys/resource.h, as it's
2244 not always needed.
2245 (HAVE_DATA_START): New macro.
2246
2247 2013-02-21 Paul Eggert <eggert@cs.ucla.edu>
2248
2249 Parallelize documentation builds.
2250 This speeds up building of documentation on multiprocessor
2251 platforms, and is motivated by Texinfo 5.0, which is much slower.
2252 Add a toplevel rule 'make docs' to make all the documentation.
2253 * .bzrignore: Add .dvi, .html, .ps.
2254 * Makefile.in (DVIS, HTMLS, INFOS, PSS, DOCS): New macros.
2255 ($(DOCS), docs, vi, html, pdf, ps): New rules.
2256 (info-real): Depend on $(INFOS) rather than doing it sequentially.
2257 (dvi): Depend on $(DVIS) rather than doing it sequentially.
2258
2259 2013-02-15 Paul Eggert <eggert@cs.ucla.edu>
2260
2261 Fix AIX port (Bug#13650).
2262 * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX.
2263
2264 2013-02-12 Eli Zaretskii <eliz@gnu.org>
2265
2266 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/memrchr.$(O).
2267 ($(BLD)/memrchr.$(O)): New dependency.
2268
2269 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
2270
2271 Tune by using memchr and memrchr.
2272 * .bzrignore: Add string.h.
2273 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2274 * lib/memrchr.c, lib/string.in.h, m4/memrchr.m4, m4/string_h.m4:
2275 New files, from gnulib.
2276
2277 Merge from gnulib, incorporating:
2278 2013-02-11 unsetenv etc.: port to Solaris 11 + GNU Emacs
2279 2013-02-09 secure_getenv: fix C++ declaration typo
2280
2281 2013-02-11 Glenn Morris <rgm@gnu.org>
2282
2283 * configure.ac (emacs_config_options): Record some env vars.
2284
2285 2013-02-10 Glenn Morris <rgm@gnu.org>
2286
2287 * configure.ac (emacs_config_options): Strip out the (internal)
2288 arguments --no-create and --no-recursion.
2289
2290 2013-02-08 Paul Eggert <eggert@cs.ucla.edu>
2291
2292 Merge from gnulib, incorporating:
2293 2013-02-08 careadlinkat: stop exporting careadlinkatcwd
2294 The MS-Windows port can remove careadlinkatcwd at its convenience.
2295 2013-02-08 extensions: port better to HP-UX
2296 2013-02-06 extensions: port better to MINIX 3, HP-UX, autoheader 2.62
2297 2013-02-06 unistd: avoid namespace pollution on non-glibc systems
2298 2013-02-04 secure_getenv: new module [module not used by Emacs]
2299 2013-01-30 sys_time: port to Solaris 2.6
2300
2301 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
2302
2303 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
2304 On my host, this speeds up directory-files-and-attributes by a
2305 factor of 3, when applied to Emacs's src directory.
2306 These functions are standardized by POSIX and are common these
2307 days; fall back on a (slower) gnulib implementation if the host
2308 is too old to supply them.
2309 * .bzrignore: Add lib/dirent.h.
2310 * lib/Makefile.am (libgnu_a_SOURCES): Add openat-die.c, save-cwd.c.
2311 * lib/careadlinkat.c, lib/careadlinkat.h: Merge from gnulib,
2312 incorporating: 2013-01-29 careadlinkat: do not provide careadlinkatcwd.
2313 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2314 * lib/dirent.in.h, lib/fdopendir.c, lib/fstatat.c, lib/openat-priv.h:
2315 * lib/openat-proc.c, lib/openat.h, m4/dirent_h.m4, m4/fdopendir.m4:
2316 * m4/fstatat.m4: New files, from gnulib.
2317 * lib/openat-die.c, lib/save-cwd.c, lib/save-cwd.h: New files.
2318 These last three are specific to Emacs and are not copied from gnulib.
2319 They are simpler than the gnulib versions and are tuned for Emacs.
2320
2321 2013-02-01 Glenn Morris <rgm@gnu.org>
2322
2323 * make-dist: Only README files exist in lisp/ now, not README*.
2324
2325 2013-01-23 Giorgos Keramidas <gkeramidas@gmail.com> (tiny change)
2326
2327 * .bzrignore: Add lib-src/blessmail.
2328
2329 2013-01-23 Paul Eggert <eggert@cs.ucla.edu>
2330
2331 Merge from gnulib, incorporating:
2332 2013-01-16 unistd: port to recent mingw
2333
2334 2013-01-19 Glenn Morris <rgm@gnu.org>
2335
2336 * Makefile.in (install-arch-indep): Put back a chmod that was
2337 removed 2012-05-19. (Bug#13430)
2338
2339 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2340
2341 Merge from gnulib, incorporating:
2342 2013-01-16 largefile: port better to Mac OS X 10.5
2343 2013-01-15 stdint: fix build with Android's Bionic fox x86
2344
2345 2013-01-16 Paul Eggert <eggert@cs.ucla.edu>
2346
2347 * configure.ac: Document that --enable-gcc-warnings emits errors.
2348 (Bug#13448)
2349
2350 2013-01-13 Glenn Morris <rgm@gnu.org>
2351
2352 * make-dist: Add options for xz compression and no compression.
2353
2354 2013-01-12 Paul Eggert <eggert@cs.ucla.edu>
2355
2356 Enable conservative stack scanning for all architectures.
2357 Suggested by Stefan Monnier in
2358 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>.
2359 * configure.ac (GC_MARK_STACK): Remove.
2360
2361 2013-01-11 Paul Eggert <eggert@cs.ucla.edu>
2362
2363 * lib/getopt_.h: Remove trailing CRs that crept in.
2364
2365 2013-01-11 Eli Zaretskii <eliz@gnu.org>
2366
2367 * lib/getopt_.h: Regenerate.
2368
2369 2013-01-10 Paul Eggert <eggert@cs.ucla.edu>
2370
2371 Merge from gnulib, incorporating:
2372 2013-01-09 stdlib: port to Solaris 2.6
2373
2374 2013-01-04 Glenn Morris <rgm@gnu.org>
2375
2376 * info/dir: Add htmlfontify.
2377
2378 2013-01-04 Paul Eggert <eggert@cs.ucla.edu>
2379
2380 Merge from gnulib, incorporating:
2381 2013-01-04 stdio: remove now-unnecessary stdio.c
2382 2013-01-04 fprintftime: depend on stdio, not ignore-value
2383 2013-01-04 fwrite: silence __wur only for older glibc versions
2384 2013-01-04 fwrite: silence __wur without using inline
2385 * lib/stdio.c: Remove.
2386 * lib/stdio.in.h, lib/strftime.c: Update from gnulib.
2387 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2388
2389 2013-01-02 Paul Eggert <eggert@cs.ucla.edu>
2390
2391 Merge from gnulib, incorporating copyright-date changes and:
2392 2012-12-31 dup2: work around cygwin bug
2393
2394 2012-12-30 Jan Djärv <jan.h.d@swipnet.se>
2395
2396 * configure.ac: Check for GtkHandlebox.
2397 Check for GtkTearoffMenuItem.
2398 New enable: --enable-gtk-deprecation-warnings, default off.
2399 (HAVE_GTK3): If above enable is off, add
2400 -DGDK_DISABLE_DEPRECATION_WARNINGS to GTK_CFLAGS.
2401
2402 2012-12-30 Andreas Schwab <schwab@linux-m68k.org>
2403
2404 * configure.ac (TEMACS_LDFLAGS2): Don't define.
2405 (LIBS_GNUSTEP): Set for GNUstep and substitute.
2406 (LD_SWITCH_SYSTEM_TEMACS): Don't set for GNUstep.
2407
2408 2012-12-27 Glenn Morris <rgm@gnu.org>
2409
2410 * configure.ac (emacs_config_options): New.
2411 Use $@ rather than undocumented $ac_configure_args.
2412 Replace any embedded double quotes. (Bug#13274)
2413
2414 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2415
2416 * configure.ac (SIGNALS_VIA_CHARACTERS): Also define for darwin.
2417 (Bug#13222)
2418
2419 2012-12-26 Paul Eggert <eggert@cs.ucla.edu>
2420
2421 Revert static checking of stack smashing.
2422 * configure.ac (WARN_CFLAGS): Omit -Wstack-protector when
2423 configured with --enable-gcc-warnings. -Wstack-protector causes
2424 diagnostics to be issued on Ubuntu 12.10 x86-64.
2425
2426 2012-12-24 Paul Eggert <eggert@cs.ucla.edu>
2427
2428 Merge from gnulib, incorporating:
2429 2012-12-21 AC_PROG_MKDIR_P: port workaround to pre-2.62 Autoconf
2430 2012-12-20 AC_PROG_MKDIR_P: don't workaround if not buggy
2431 2012-12-17 filemode, sys_stat: Handle MPX files a la AIX.
2432
2433 2012-12-21 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2434
2435 * Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
2436
2437 2012-12-16 Romain Francoise <romain@orebokech.com>
2438
2439 * configure.ac (acl): New option.
2440 (HAVE_POSIX_ACL): Test for POSIX ACL support. This is typically
2441 provided by libacl on GNU/Linux.
2442
2443 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
2444
2445 Fix permissions bugs with setgid directories etc. (Bug#13125)
2446 * configure.ac (BSD4_2): Remove; no longer needed.
2447
2448 2012-12-13 Glenn Morris <rgm@gnu.org>
2449
2450 * info/dir: Add bovine, srecode, wisent.
2451
2452 2012-12-13 Andreas Schwab <schwab@suse.de>
2453
2454 * Makefile.in (install-info): Use `${MAKE} -s' for echo-info.
2455 (uninstall): Likewise. (Bug#13142)
2456
2457 2012-12-11 Paul Eggert <eggert@cs.ucla.edu>
2458
2459 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2460 2012-12-11 extern-inline: avoid incompatibility with Darwin Libc
2461 * m4/extern-inline.m4: Update from gnulib.
2462
2463 2012-12-11 Juanma Barranquero <lekktu@gmail.com>
2464
2465 * lib/makefile.w32-in (SIG2STR_H): New macro.
2466 ($(BLD)/sig2str.$(O)): Update dependencies.
2467
2468 2012-12-10 Paul Eggert <eggert@cs.ucla.edu>
2469
2470 * configure.ac (HAVE_INOTIFY): Speed up configure-time test.
2471 There's no need to test for any of three inotify functions,
2472 since we use all three. Check for just the first one.
2473
2474 2012-12-10 Daniel Colascione <dancol@dancol.org>
2475
2476 * .bzrignore: Add src/emacs.res.
2477
2478 * configure.ac (W32_RES, W32_RES_LINK, WINDRES): Teach the cygw32
2479 build how to compile Windows resource files; use these variables
2480 to tell src/Makefile.in how and whether to compile resources.
2481
2482 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2483
2484 * configure.ac (inotify): New option.
2485 (HAVE_INOTIFY): Test for inotify.
2486
2487 2012-12-09 Andreas Schwab <schwab@linux-m68k.org>
2488
2489 * configure.ac: Fix source command in .gdbinit.
2490 Don't quote $MAKEINFO.
2491
2492 2012-12-09 Paul Eggert <eggert@cs.ucla.edu>
2493
2494 Allow spaces in some configuration vars (Bug#13078).
2495 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
2496 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
2497 All uses quoted, to allow spaces in these vars.
2498
2499 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2500
2501 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
2502 * lib/putenv.c, lib/unsetenv.c, m4/putenv.m4, m4/setenv.m4:
2503 New files, copied automatically from gnulib.
2504 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2505
2506 2012-12-08 Eli Zaretskii <eliz@gnu.org>
2507
2508 * lib/makefile.w32-in ($(BLD)/sig2str.$(O)): New dependency.
2509 Remove a stray character at the beginning of the file.
2510 (Bug#13026)
2511
2512 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2513
2514 Simplify get_lim_data.
2515 * configure.ac (ULIMIT_BREAK_VALUE): Remove.
2516
2517 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
2518 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2519 Use SIGCHLD rather than SIGCLD.
2520 * lib/sig2str.c, lib/sig2str.h, m4/sig2str.m4: New files, from gnulib.
2521 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2522 * lib/makefile.w32-in (GNULIBOBJS): Add $(BUILD)/sig2str.$(O).
2523
2524 2012-12-06 Glenn Morris <rgm@gnu.org>
2525
2526 * configure.ac: Handle info/ files with or without ".info" extension.
2527
2528 2012-11-30 Paul Eggert <eggert@cs.ucla.edu>
2529
2530 Merge from gnulib for 'inline' (Bug#13040), incorporating:
2531 2012-11-29 snippet/warn-on-use: no 'static inline'
2532 2012-11-29 ftruncate, fts, lstat, openat, raise: no 'static inline'
2533 2012-11-29 arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'
2534 2012-11-29 fflush, stat: no 'static inline'
2535 2012-11-29 stdio: better 'inline'
2536 2012-11-29 sys_stat: no 'static inline'
2537 2012-11-29 unistd: better 'inline'
2538 2012-11-29 c-strtod, memcoll, readutmp: no 'static inline'
2539 2012-11-29 extern-inline: no 'static inline'
2540 2012-11-29 sys_socket: better 'inline'
2541 * lib/stdio.c, lib/unistd.c: New files, from gnulib.
2542 * build-aux/snippet/warn-on-use.h, lib/gnulib.mk, lib/lstat.c:
2543 * lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c, lib/stat.c:
2544 * lib/stdio.in.h, lib/sys_stat.in.h, lib/unistd.in.h, m4/c-strtod.m4:
2545 * m4/extern-inline.m4, m4/gnulib-comp.m4, m4/lstat.m4, m4/md5.m4:
2546 * m4/sha1.m4, m4/sha256.m4, m4/sha512.m4, m4/stat.m4, m4/stdio_h.m4:
2547 * m4/sys_socket_h.m4, m4/sys_stat_h.m4, m4/unistd_h.m4:
2548 Update from gnulib.
2549
2550 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2551
2552 * make-dist (nt): Adjust to changes in names of the *.manifest files.
2553
2554 2012-11-24 Ken Brown <kbrown@cornell.edu>
2555
2556 * configure.ac (HAVE_MOUSE): Remove.
2557
2558 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
2559
2560 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
2561 * configure.ac: Do not check for dirent.h or closdir.
2562
2563 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2564
2565 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
2566 * configure.ac: Do not check for getcwd or getwd.
2567
2568 2012-11-21 Glenn Morris <rgm@gnu.org>
2569
2570 * configure.ac (--enable-profiling): Doc fix.
2571
2572 2012-11-20 Paul Eggert <eggert@cs.ucla.edu>
2573
2574 Improve static checking of integer overflow and stack smashing.
2575 * configure.ac (WARN_CFLAGS): Add -Wstack-protector
2576 if using GCC 4.7.2 or later on a platform with
2577 at least 64-bit long int. This improves static checking on these
2578 platforms, when configured with --enable-gcc-warnings.
2579
2580 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2581
2582 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
2583 * configure.ac: Do not check for fcntl.h.
2584 * lib/gnulib.mk: Regenerate.
2585
2586 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2587
2588 Remove no-longer-used pty_max_bytes variable.
2589 * configure.ac (fpathconf): Remove unnecessary check.
2590
2591 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2592
2593 Use faccessat, not access, when checking file permissions (Bug#12632).
2594 * .bzrignore: Add lib/fcntl.h.
2595 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
2596 (gl_FCNTL_O_FLAGS): Define a dummy version.
2597 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
2598 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
2599 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
2600 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
2601 New files, from gnulib.
2602 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2603
2604 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2605
2606 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
2607 * configure.ac (setpgid, setsid): Assume their existence.
2608 (AC_FUNC_GETPGRP, SETPGRP_RELEASES_CTTY): Remove; obsolete.
2609
2610 Simplify by assuming __fpending.
2611 Now that Emacs is using the gnulib fpending module,
2612 there's no need for Emacs to have a separate implementation.
2613 * configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
2614 (PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
2615
2616 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2617
2618 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/fpending.$(O) and
2619 $(BLD)/close-stream.$(O).
2620 ($(BLD)/close-stream.$(O))
2621 ($(BLD)/fpending.$(O)): New dependencies.
2622
2623 2012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2624
2625 Fix data-loss with --batch (Bug#9574).
2626 * lib/close-stream.c, lib/close-stream.h, lib/fpending.c
2627 * lib/fpending.h, m4/close-stream.m4, m4/fpending.m4:
2628 New files, from gnulib.
2629 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2630
2631 2012-11-03 Eli Zaretskii <eliz@gnu.org>
2632
2633 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
2634
2635 2012-11-02 Glenn Morris <rgm@gnu.org>
2636
2637 * Makefile.in (EMACS_ICON): New variable.
2638 (install-etc): Use EMACS_ICON to allow choice of icon.
2639
2640 2012-10-26 Glenn Morris <rgm@gnu.org>
2641
2642 * Makefile.in (EMACS_NAME): New variable.
2643 (EMACS, install-etc, uninstall): Use $EMACS_NAME.
2644
2645 * Makefile.in (EMACS, EMACSFULL): Transformations should not be
2646 applied to $EXEEXT.
2647
2648 * Makefile.in (uninstall): Don't abort if some directories are missing.
2649 Apply transformation rules to manual pages, desktop and icon files.
2650 No more emacs22 icons to uninstall.
2651
2652 2012-10-24 Glenn Morris <rgm@gnu.org>
2653
2654 * Makefile.in (install-etc, install-man):
2655 Don't apply program transform to standard file suffixes.
2656
2657 2012-10-23 Paul Eggert <eggert@cs.ucla.edu>
2658
2659 * configure.ac (_FORTIFY_SOURCE): Do not multiply define (Bug#12714).
2660 This ports to Gentoo. Problem originally reported against coreutils,
2661 but Emacs has it too.
2662
2663 2012-10-23 Glenn Morris <rgm@gnu.org>
2664
2665 * Makefile.in (emacs_transform): Remove.
2666 (install-man): Revert 2012-10-21 change. (Bug#12713)
2667
2668 2012-10-21 Glenn Morris <rgm@gnu.org>
2669
2670 * Makefile.in (install-etc): Don't install emacs22 icons.
2671
2672 * Makefile.in (emacs_transform): New variable.
2673 (install-etc): Prefer a make variable to a shell variable.
2674
2675 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2676
2677 * Makefile.in ($(MAKEFILE_NAME)): Depend on src/lisp.mk as well.
2678
2679 2012-10-15 Glenn Morris <rgm@gnu.org>
2680
2681 * Makefile.in (install-man, install-etc):
2682 Apply $TRANSFORM. (Bug#12536#34)
2683 (clean): Delete etc/emacs.tmpdesktop.
2684
2685 2012-10-11 Kenichi Handa <handa@gnu.org>
2686
2687 * .bzrignore: Add several files under admin/charsets.
2688
2689 2012-10-08 Daniel Colascione <dancol@dancol.org>
2690
2691 * configure.ac: Add --with-w32 as a window system option.
2692 Limit it to Cygwin for now. Integrate w32 into the refactored window
2693 system configuration and set TERM_HEADER to w32term.h when w32 is
2694 configured.
2695
2696 (CYGWIN_OBJ): Add cygw32.o.
2697
2698 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
2699
2700 * configure.ac: Check that OSX is 10.4 or newer.
2701
2702 2012-10-07 Paul Eggert <eggert@cs.ucla.edu>
2703
2704 Improve sys_siglist detection.
2705 * configure.ac (sys_siglist): Look for its decl in <signal.h>.
2706 Otherwise, it's not found in either Fedora 17 or Solaris 11.
2707
2708 2012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2709
2710 Merge from gnulib, incorporating:
2711 2012-10-02 pselect: reject invalid file descriptors
2712 2012-10-02 ptsname: reject invalid file descriptors
2713 2012-10-02 manywarnings: cater to more gcc infelicities
2714 2012-09-30 sockets, sys_stat: restore AC_C_INLINE
2715 * lib/pselect.c, lib/stdlib.in.h, m4/manywarnings.m4, m4/pselect.m4:
2716 * m4/stdlib_h.m4, m4/sys_stat_h.m4: Update from gnulib.
2717 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2718
2719 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2720
2721 Merge from gnulib, incorporating:
2722 2012-09-28 extern-inline: provide a -Wundef safe config.h
2723
2724 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2725
2726 Check more robustly for timer_settime.
2727 This should fix an OS X build problem reported by Ivan Andrus in
2728 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>.
2729 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
2730 does threads its own way.
2731 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2732
2733 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
2734
2735 * Makefile.in (bootstrap): Set MAKEFILE_NAME when building Makefile,
2736 to avoid problems with recursion when using GNU make.
2737
2738 2012-09-22 Paul Eggert <eggert@cs.ucla.edu>
2739
2740 * Makefile.in (bootstrap): Simplify build procedure.
2741 Suggested by Wolfgang Jenker in
2742 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>.
2743
2744 Merge from gnulib, incorporating:
2745 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
2746
2747 2012-09-18 Jan Djärv <jan.h.d@swipnet.se>
2748
2749 * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3.
2750
2751 2012-09-17 Andreas Schwab <schwab@linux-m68k.org>
2752
2753 * Makefile.in (bootstrap): Revert last change. Run config.status
2754 after config.status --recheck, run configure from $(srcdir).
2755 (config.status): Run configure from $(srcdir).
2756
2757 2012-09-17 Paul Eggert <eggert@cs.ucla.edu>
2758
2759 * Makefile.in: Fix build error on FreeBSD.
2760 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
2761 Suggested by Wolfgang Jenker in
2762 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>.
2763 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
2764 This undoes part of the 2012-09-10 patch.
2765 (bootstrap): Run ./configure, rather than trying to run config.status
2766 if it exists. That builds src/epaths.h more reliably.
2767 Run autogen/copy_autogen if autogen.sh fails,
2768 to create 'configure'; problem reported by Andreas Schwab in
2769 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>.
2770 * autogen.sh: Exit with status 1 when failing due to missing tools,
2771 reverting the 2012-09-10 change to this file.
2772 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
2773 Use 'cp -f' for the build-aux files, since the destinations are
2774 typically read-only.
2775
2776 Remove no-longer-needed Solaris 2.4 vfork bug workaround.
2777 * configure.ac (ac_cv_func_vfork_works): Default to 'no' on
2778 Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works.
2779
2780 2012-09-17 Glenn Morris <rgm@gnu.org>
2781
2782 * configure.ac (copyright): New output variable.
2783 (COPYRIGHT): New AC_DEFINE.
2784
2785 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
2786
2787 Remove configure's --without-sync-input option (Bug#12450).
2788 * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove.
2789
2790 2012-09-16 Glenn Morris <rgm@gnu.org>
2791
2792 Increase compartmentalization of Nextstep builds rules,
2793 and store Emacs version number in fewer versioned files.
2794 * configure.ac (ns_appsrc): Use relative names.
2795 (ns_frag): Remove.
2796 (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings)
2797 (nextstep/Makefile): Generate these nextstep files.
2798 (SUBDIR_MAKEFILES): Add nextstep.
2799 * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep.
2800 * make-dist (nextstep/templates): Add directory.
2801 (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove.
2802 (nextstep/Cocoa/Emacs.base/Contents)
2803 (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents.
2804
2805 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
2806
2807 Port better to POSIX hosts lacking _setjmp (Bug#12446).
2808 * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols.
2809 (_setjmp, _longjmp): Remove.
2810
2811 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2812
2813 * configure.ac (--without-sync-input): Fix typo in usage message.
2814
2815 * configure.ac: Port to hosts lacking gtk.
2816 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
2817 better, in particular, problems in invoking pkg-config itself.
2818 This is useful on hosts that don't have pkg-config.
2819 (GTK_MODULES): Do not exit 'configure' simply because gtk3
2820 and gtk2 are both missing. Problem found on Solaris 8.
2821
2822 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2823
2824 * configure.ac: Reorder Xaw3d messages.
2825 Report Gtk+ 3 as GTK.
2826
2827 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2828
2829 Simplify SIGIO usage (Bug#12408).
2830 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
2831 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
2832 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
2833 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
2834 to #undef SIGIO now (which was error-prone). Likewise, all uses
2835 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
2836
2837 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
2838
2839 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
2840 and then gtk2 if not found.
2841 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
2842 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
2843 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
2844
2845 2012-09-11 Glenn Morris <rgm@gnu.org>
2846
2847 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
2848 Be more explicit about dependencies, for parallel `make install'.
2849
2850 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2851
2852 Simplify, document, and port floating-point (Bug#12381).
2853 * configure.ac (logb, cbrt): Do not check for these functions,
2854 as they are not being used.
2855
2856 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
2857
2858 Improve robustness of 'make bootstrap' (Bug#12376).
2859 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
2860 * INSTALL, README: Document autogen.sh.
2861 * Makefile.in (Makefile): Mark it as precious, since it's updated
2862 atomically.
2863 (MAKE_CONFIG_STATUS): New macro.
2864 (config.status, bootstrap): Use it. This causes 'make bootstrap'
2865 to run config.status with the --recheck option, which is more
2866 appropriate for a bootstrap.
2867 (bootstrap): Run autogen.sh right after cleaning. Don't worry
2868 about failures due to missing tools.
2869 * autogen.sh: Exit with status 101 when failing due to missing tools.
2870 * make-dist: Distribute autogen.sh.
2871
2872 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
2873
2874 Assume C89 or later for math functions (Bug#12381).
2875 * configure.ac (frexp, fmod): Remove checks for these functions,
2876 as we now assume them.
2877 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
2878 (HAVE_EXCEPTION):
2879 Remove; no longer needed.
2880
2881 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
2882
2883 More signal-handler cleanup (Bug#12327).
2884 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
2885
2886 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
2887
2888 Signal-handler cleanup (Bug#12327).
2889 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
2890 Adjust to syssignal.h changes.
2891 (SIGNAL_H_AB): Remove; no longer needed.
2892
2893 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2894
2895 Simplify redefinition of 'abort' (Bug#12316).
2896 * configure.ac (NO_ABRT): Remove.
2897
2898 * configure.ac (_setjmp, _longjmp): Check by compiling
2899 instead of by guessing. The guesses were wrong for
2900 recent versions of Solaris, such as Solaris 11.
2901
2902 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2903
2904 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
2905 It generates false alarms in doc.c, regex.c, xdisp.c. See
2906 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
2907
2908 Merge from gnulib, incorporating:
2909 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
2910 2011-11-30 manywarnings: update the list of "all" warnings
2911
2912 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
2913
2914 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
2915
2916 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2917
2918 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
2919 This ports to glibc 2.15 or later, when configured with
2920 --enable-gcc-warnings. See Eric Blake in
2921 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
2922
2923 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
2924
2925 * configure.ac: Introduce term_header variable, which holds the
2926 value which will become TERM_HEADER in code. We effect our choice
2927 of window system by setting term_header and WINDOW_SYSTEM_OBJ
2928 instead of using ad-hoc variables and flags for each window
2929 system.
2930
2931 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2932
2933 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
2934 and if the user has not specified CFLAGS. -g3 simplifies
2935 debugging, since it makes macros visible to the debugger.
2936
2937 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
2938
2939 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
2940
2941 2012-08-25 Eli Zaretskii <eliz@gnu.org>
2942
2943 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
2944 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
2945
2946 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2947
2948 On assertion failure, print backtrace if available.
2949 Merge from gnulib, incorporating:
2950 2012-08-24 execinfo: port to FreeBSD
2951 2012-08-22 execinfo: new module
2952 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
2953 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
2954
2955 2012-08-22 Glenn Morris <rgm@gnu.org>
2956
2957 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
2958 do not create the bin/emacs link. (Bug#12011)
2959
2960 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2961
2962 Merge from gnulib, incorporating:
2963 2012-08-20 extern-inline: support old GCC 'inline'
2964
2965 2012-08-20 Glenn Morris <rgm@gnu.org>
2966
2967 * configure.ac (AC_PROG_LN_S): Test for ln.
2968 * Makefile.in (LN_S): New, set by configure.
2969 (install-arch-dep): Use $LN_S.
2970
2971 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2972
2973 Merge from gnulib, incorporating:
2974 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2975 2012-08-19 mktime, sys_select: avoid 'static inline'
2976 2012-08-19 gnulib-tool: Fix indentation.
2977
2978 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2979
2980 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
2981 These files have been unused since the 2012-06-22 patch that
2982 introduced high-resolution time stamps.
2983
2984 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
2985
2986 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
2987 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
2988
2989 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2990
2991 Merge from gnulib, incorporating:
2992 2012-08-05 extern-inline: also ignore -Wmissing-declarations
2993
2994 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
2995
2996 * lib/makefile.w32-in (STAT_TIME_H): New macro.
2997 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
2998 ($(BLD)/u64.$(O)): Update dependencies.
2999
3000 2012-08-10 Glenn Morris <rgm@gnu.org>
3001
3002 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
3003
3004 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
3005
3006 * configure.ac (--disable-features): Rename to --without-all.
3007 (OPTION_DEFAULT_ON): Change to use with_features.
3008 * INSTALL: Fix description.
3009
3010 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
3011
3012 * configure.ac: New option --disable-features.
3013 (OPTION_DEFAULT_ON): Change to use enable_features.
3014 * INSTALL: Explain --disable-features.
3015
3016 2012-08-07 Glenn Morris <rgm@gnu.org>
3017
3018 * configure.ac: Require automake 1.11 (fairly arbitrarily).
3019 * autogen.sh (automake_min): Get it from configure.ac.
3020
3021 2012-08-06 Glenn Morris <rgm@gnu.org>
3022
3023 * configure.ac (BROKEN_GETWD) [unixware]: New define.
3024
3025 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
3026 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
3027 (DISPNEW_NEEDS_STDIO_EXT): New define.
3028
3029 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
3030
3031 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
3032
3033 2012-08-05 Ulrich Müller <ulm@gentoo.org>
3034
3035 * configure.ac: Disable paxctl if binaries don't have a
3036 PT_PAX_FLAGS program header. (Bug#11979)
3037
3038 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3039
3040 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
3041 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
3042 (SHA512_H): Don't mention u64.h twice.
3043 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
3044 New targets.
3045
3046 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
3047
3048 Merge from gnulib, incorporating:
3049 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
3050
3051 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3052
3053 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
3054 out-of-tree build.
3055
3056 2012-08-02 Glenn Morris <rgm@gnu.org>
3057
3058 * make-dist: Remove src/s.
3059
3060 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
3061
3062 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3063
3064 Merge from gnulib (Bug#12116), incorporating:
3065 2012-08-01 extern-inline: new module
3066 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
3067 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
3068 New files. The new .c files are for instantiating extern inline
3069 functions.
3070
3071 Port to Solaris 8.
3072 Without this change, 'configure' fails because the recently-added
3073 wait3 prototype in config.h messes up later 'configure' tests.
3074 Fix this problem by droping wait3 and WRETCODE, as they're
3075 no longer needed on hosts that are current porting targets.
3076 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
3077 All uses changed to waitpid and WEXITSTATUS.
3078
3079 Avoid needless autoheader after autogen.sh.
3080 * .bzrignore: Add src/stamp-h.in.
3081 * autogen.sh: Create src/stamp-h.in.
3082
3083 2012-08-01 Glenn Morris <rgm@gnu.org>
3084
3085 * configure.ac (DOS_NT, MSDOS): New system type templates.
3086
3087 2012-08-01 Ulrich Müller <ulm@gentoo.org>
3088
3089 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
3090 Don't include crtbegin.o and crtend.o. (Bug#12047)
3091
3092 2012-08-01 Glenn Morris <rgm@gnu.org>
3093
3094 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
3095 (INTERNAL_TERMINAL): New.
3096
3097 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
3098 (IS_ANY_SEP): Move here from src/lisp.h.
3099
3100 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
3101
3102 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
3103 (CONF_POST_H): New macro.
3104
3105 2012-07-31 Glenn Morris <rgm@gnu.org>
3106
3107 * configure.ac (S_FILE): Remove output variable.
3108
3109 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
3110
3111 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
3112 Move here from src.
3113
3114 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
3115 Move here from conf_post.h.
3116
3117 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3118
3119 Improve OpenMotif detection on GNU/Linux systems.
3120 * configure.ac (MOTIF): Check for /usr/include/openmotif
3121 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
3122
3123 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3124
3125 * Makefile.in (install-arch-indep): Avoid eval.
3126
3127 2012-07-31 Glenn Morris <rgm@gnu.org>
3128
3129 * configure.ac (opsysfile, S_FILE): Now they are always empty.
3130
3131 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
3132 when removing src/s/sol2-6.h yesterday.
3133
3134 * configure.ac (USG5_4): Reintroduce this.
3135 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
3136
3137 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
3138
3139 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
3140 and to s/usg5-4-common.h on irix6-5.
3141
3142 2012-07-30 Glenn Morris <rgm@gnu.org>
3143
3144 * configure.ac (AH_BOTTOM): Use an include file, so that the
3145 contents do not get processed by autoheader.
3146
3147 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3148
3149 Do not overwrite config.status while executing it (Bug#11214).
3150 * Makefile.in (MAKEFILE_NAME): New macro.
3151 ($(MAKEFILE_NAME)): Rename rule from Makefile.
3152 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
3153 so that GNU 'make' isn't tempted to make the Makefile and then
3154 regenerate config.status while config.status is running.
3155
3156 Update .PHONY listings in makefiles.
3157 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
3158 FRC, install-arch-dep, install-arch-indep, install-doc,
3159 install-info, install-man, install-etc, install-strip, uninstall,
3160 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
3161 (.RECURSIVE): Remove; hasn't been needed for years.
3162
3163 2012-07-30 Glenn Morris <rgm@gnu.org>
3164
3165 * configure.ac (SIGNAL_H_AHB): New hack macro.
3166 (opsysfile): Set to empty on netbsd, openbsd.
3167 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
3168
3169 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
3170
3171 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
3172
3173 * Makefile.in (install-arch-indep): Remove sh -x.
3174
3175 2012-07-30 Glenn Morris <rgm@gnu.org>
3176
3177 * configure.ac (opsysfile): Tweak message for null case.
3178
3179 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
3180 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
3181
3182 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
3183
3184 * Makefile.in (install-arch-indep): Handle space in locallisppath.
3185
3186 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
3187
3188 Use Gnulib environ module (Bug#9772).
3189 * m4/environ.m4: New file, from gnulib.
3190 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3191
3192 Use Gnulib stdalign module (Bug#9772, Bug#9960).
3193 This should improve portability of macros like alignof and DECL_ALIGN.
3194 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
3195 * .bzrignore: Add lib/stdalign.h.
3196 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
3197 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
3198 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
3199 fiddles with this, as gnulib now does this for us.
3200
3201 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
3202
3203 Fix toolkit configuration report.
3204 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
3205 --with-x-toolkit=gtk3 is used.
3206
3207 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
3208
3209 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
3210 * configure.ac: Configure gnulib at the end, not before running
3211 pkg-config. This restores the behavior before 2012-06-22, when
3212 higher-resolution time stamps were added, and fixes a bug whereby
3213 LIB_PTHREAD was not used and gnulib's part of 'configure'
3214 therefore incorrectly assumed that pthread_sigmask wasn't working.
3215 Fix the problem with -lrt and clock_gettime a different way.
3216 This should complete the fix for Bug#11884.
3217 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
3218
3219 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
3220
3221 Merge from gnulib, incorporating:
3222 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
3223 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
3224
3225 2012-07-14 Glenn Morris <rgm@gnu.org>
3226
3227 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
3228 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
3229
3230 2012-07-13 Glenn Morris <rgm@gnu.org>
3231
3232 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
3233
3234 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
3235 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
3236 Move "system type" macros here from src/s.
3237 (BSD_SYSTEM_AHB): New hack macro.
3238 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
3239
3240 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
3241 (GC_MARK_SECONDARY_STACK): Move here from src/s.
3242
3243 2012-07-12 Glenn Morris <rgm@gnu.org>
3244
3245 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
3246 setting here from src/s/darwin.h.
3247
3248 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
3249 as src/s/darwin.h used to.
3250
3251 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
3252 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
3253 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
3254 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
3255 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
3256 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
3257 (XOS_NEEDS_TIME_H): Move here from src/s.
3258
3259 2012-07-11 Glenn Morris <rgm@gnu.org>
3260
3261 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
3262 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
3263
3264 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3265
3266 * configure.ac (tzset): Remove check that's redundant with gnulib.
3267
3268 2012-07-11 Glenn Morris <rgm@gnu.org>
3269
3270 * configure.ac (CLASH_DETECTION): Define unconditionally.
3271
3272 * configure.ac (opsysfile): Use bsd-common on gnu systems.
3273
3274 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT)
3275 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
3276
3277 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
3278
3279 Assume mkdir, rename, rmdir, strerror.
3280 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
3281
3282 2012-07-11 Glenn Morris <rgm@gnu.org>
3283
3284 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
3285
3286 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
3287
3288 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
3289
3290 Remove "#define unix" that is no longer needed (Bug#11905).
3291 Merge from gnulib to make "#define unix" unnecessary, incorporating:
3292 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
3293 2012-07-09 getopt: Simplify after Emacs changed.
3294
3295 2012-07-10 Glenn Morris <rgm@gnu.org>
3296
3297 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
3298 Move here from src/s.
3299
3300 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
3301
3302 * configure.ac (PNG_DEPSTRUCT): Define this instead of
3303 PNG_DEPRECATED.
3304
3305 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3306
3307 Add GCC-style 'const' attribute to functions that can use it.
3308 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
3309 (ATTRIBUTE_CONST): New macro, in config.h.
3310
3311 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
3312
3313 * lib/makefile.w32-in: Rework dependencies.
3314 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
3315 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
3316 (U64_H, SHA512_H): New macros.
3317 (SRC): Redefine to point to src/, not current directory.
3318 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3319 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
3320 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
3321 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
3322 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
3323 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
3324 ($(BLD)/filemode.$(O)): Update dependencies.
3325
3326 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
3327
3328 Merge from gnulib, incorporating:
3329 2012-07-09 timespec: mark functions with const attributes
3330
3331 Rename configure.in to configure.ac (Bug#11603).
3332 The name 'configure.in' has been obsolescent for quite some time,
3333 and the next release of Autoconf will generate warnings for it.
3334 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
3335 'configure.in' as autoconf input" in the Autoconf git repository.
3336 * configure.ac: Rename from configure.in.
3337 * INSTALL, INSTALL.BZR, README, make-dist:
3338 * Makefile.in (AUTOCONF_INPUTS):
3339 * autogen.sh (autoconf_min):
3340 * autogen/update_autogen (sources):
3341 Adjust to reflect new name.
3342
3343 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
3344
3345 Restore deprecation warnings, except for older libpng.
3346 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
3347 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
3348 (PNG_DEPRECATED): Define when compiling with older PNG versions.
3349
3350 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
3351
3352 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
3353
3354 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
3355
3356 Improve static checking when configured --with-ns.
3357 See Samuel Bronson's remarks in
3358 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
3359 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
3360 a no-op with recent GCC and harmful in earlier ones.
3361 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
3362 warning when compiling with ObjC. Always omit
3363 -Wunsafe-loop-optimizations, as we don't mind when optimization is
3364 being done correctly.
3365
3366 2012-07-07 Glenn Morris <rgm@gnu.org>
3367
3368 * configure.in (BROKEN_SA_RESTART): Doc fix.
3369
3370 * configure.in: Rather than checking for things then undef'ing
3371 them on some platforms, simply don't check for them.
3372 (getwd): Don't check for it on unixware.
3373 (random, rint): Don't check for these on hpux.
3374 (res_init, libresolv): Don't check for these on darwin.
3375
3376 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
3379 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
3380 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
3381 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
3382
3383 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3384
3385 * configure.in: Document --enable-gcc-warnings better.
3386
3387 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
3388 This is safer than strcasecmp, which has unspecified behavior
3389 outside the POSIX locale and in practice sometimes does not work
3390 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
3391 * configure.in (strcasecmp, strncasecmp): Remove checks.
3392
3393 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
3394 * lib/c-strncasecmp.c: New files, taken from gnulib.
3395 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
3396
3397 Merge from gnulib, incorporating:
3398 2012-07-06 timespec-sub: avoid duplicate include
3399 Reported by Juanma Barranquero.
3400
3401 2012-07-06 Glenn Morris <rgm@gnu.org>
3402
3403 * make-dist [update]: Let autoreconf figure out what needs updating.
3404 Use `make info-real'. leim/leim-list.el should always exist.
3405 Check cd return value.
3406
3407 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
3408
3409 Merge from gnulib. This is for OpenBSD 5.1 amd64.
3410 * m4/sys_time_h.m4: New version from gnulib, incorporating:
3411 2012-07-05 sys_time: allow too-wide tv_sec
3412
3413 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
3414
3415 Merge from gnulib.
3416 * lib/alloca.in.h: New version from gnulib, incorporating:
3417 2012-07-03 alloca: add support for HP NonStop TNS/E native
3418
3419 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
3420
3421 * configure.in: If --enable-gcc-warnings, disable
3422 -Wunsafe-loop-optimizations for -O1 optimization level.
3423
3424 2012-06-30 Glenn Morris <rgm@gnu.org>
3425
3426 * configure.in (standardlisppath): New output variable.
3427 (lisppath): Use standardlisppath.
3428 * Makefile.in (standardlisppath): New, set by configure.
3429 (epaths-force): Use standardlisppath and locallisppath rather than
3430 lisppath.
3431
3432 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3433
3434 * configure.in: Fix previous change. Remove --enable-asserts.
3435 (CPPFLAGS): Remove conditional -DXASSERTS=1.
3436 Add --enable-link-time-optimization.
3437 * INSTALL: Mention this.
3438
3439 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3440
3441 * configure.in: Add glyphs category to --enable-checking option.
3442 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
3443
3444 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
3445
3446 * configure.in (ENABLE_CHECKING): Update comment.
3447
3448 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
3449
3450 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
3451 Emacs proper no longer uses these headers, and can rely on Gnulib
3452 for these checks.
3453
3454 Merge from gnulib.
3455 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3456 getopt-posix: No longer guarantee that option processing is resettable.
3457
3458 2012-06-27 Glenn Morris <rgm@gnu.org>
3459
3460 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
3461
3462 * INSTALL: Remove references to paths.el.
3463
3464 2012-06-26 Eli Zaretskii <eliz@gnu.org>
3465
3466 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD.
3467 This replaces separate dependency for each object file, which required
3468 the same object file to be mentioned twice, causing failures in
3469 parallel builds.
3470
3471 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
3472
3473 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
3474 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
3475
3476 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
3477
3478 * configure.in (AC_CHECK_FUNCS): Detect library functions
3479 strcasecmp and strncasecmp.
3480
3481 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
3482
3483 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
3484 We might as well use the spelling standardized by C11,
3485 as in the long run that should simplify maintenance.
3486 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
3487
3488 2012-06-24 Eli Zaretskii <eliz@gnu.org>
3489
3490 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O))
3491 ($(BLD)/timespec-add.$(O))
3492 ($(BLD)/timespec-sub.$(O)): Don't depend on
3493 $(EMACS_ROOT)/nt/inc/sys/time.h.
3494
3495 * lib/stat-time.h:
3496 * lib/timespec.h:
3497 * lib/utimens.h: Revert last change.
3498
3499 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
3500
3501 Merge from gnulib.
3502 * m4/getopt.m4: Copy new version from gnulib, incorporating:
3503 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
3504
3505 2012-06-23 Eli Zaretskii <eliz@gnu.org>
3506
3507 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
3508 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
3509 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
3510 $(BLD)/timespec-sub.$(O).
3511 ($(BLD)/dtotimespec.$(O))
3512 ($(BLD)/gettime.$(O))
3513 ($(BLD)/timespec-add.$(O))
3514 ($(BLD)/timespec-sub.$(O)): New dependencies.
3515
3516 * lib/stat-time.h:
3517 * lib/timespec.h:
3518 * lib/utimens.h: Include sys/time.h.
3519
3520 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3521
3522 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
3523 the correct CFLAGS and LIBS.
3524
3525 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3526
3527 Support higher-resolution time stamps (Bug#9000).
3528 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
3529 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
3530 that the new clock stuff doesn't clash with RSVG_LIBS.
3531 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
3532 as gnulib does that for us now.
3533 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
3534 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
3535 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
3536 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
3537 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
3538 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
3539 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
3540 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
3541 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
3542 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
3543 New files, copied automatically from gnulib.
3544 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
3545
3546 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
3547
3548 Merge from gnulib.
3549 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
3550 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
3551 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
3552 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
3553 Copy new versions from gnulib, incorporating the following changes:
3554 2012-06-22 time_r: fix typo that always overrode localtime_r decl
3555 2012-06-22 Write "Mac OS X" instead of "MacOS X".
3556 2012-06-21 mktime: fix integer overflow in 'configure'-time test
3557 2012-06-21 nonblocking: Avoid compilation error on mingw64.
3558 2012-06-19 stat, fstat: Avoid warnings on mingw64.
3559 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
3560
3561 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
3562
3563 * configure.in: Rename --enable-use-lisp-union-type to
3564 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
3565 instead of USE_LISP_UNION_TYPE.
3566
3567 2012-06-12 Glenn Morris <rgm@gnu.org>
3568
3569 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
3570 (opsysfile): Set specially for sol2-10.
3571
3572 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
3573 New AC_DEFINEs, for hpux11.
3574 (opsysfile): Set specially for hpux11.
3575
3576 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
3577
3578 * configure.in: Coalesce some function checking.
3579 This makes 'configure' a bit smaller.
3580 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
3581
3582 2012-06-12 Glenn Morris <rgm@gnu.org>
3583
3584 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
3585
3586 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
3587
3588 * configure.in: Anticipate platforms with no src/s file.
3589
3590 2012-06-12 Chong Yidong <cyd@gnu.org>
3591
3592 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
3593
3594 2012-06-11 Glenn Morris <rgm@gnu.org>
3595
3596 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
3597
3598 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
3599
3600 * configure.in (dbus_type_is_valid): Check for library function.
3601
3602 2012-06-06 Glenn Morris <rgm@gnu.org>
3603
3604 * INSTALL, make-dist: Remove vcdiff.
3605
3606 2012-06-03 Glenn Morris <rgm@gnu.org>
3607
3608 * INSTALL, make-dist: Remove rcs-checkin.
3609
3610 2012-06-03 Ulrich Müller <ulm@gentoo.org>
3611
3612 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
3613
3614 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
3615
3616 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
3617 It is confusingly named and rarely useful. See, for example,
3618 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
3619 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
3620 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
3621 * configure.in: Remove --disable-maintainer-mode.
3622 (USE_MAINTAINER_MODE, MAINT): Remove.
3623
3624 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
3625
3626 Make 'configure' a bit smaller and faster.
3627 * configure.in (INSTALL_INFO): Set it with one call to
3628 AC_PATH_PROG, not three.
3629 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
3630 so likely that it'll be needed.
3631 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
3632 (AC_PROG_MAKE_SET): Remove; Automake does this.
3633 (sysinfo): Do not check for this function, as it's never used.
3634 (tzset): Check for this function just once.
3635 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
3636 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
3637
3638 2012-05-27 Eli Zaretskii <eliz@gnu.org>
3639
3640 * config.bat (lib): Create/update lib/stdalign.in-h and
3641 lib/sys_types.in-h.
3642
3643 * lib/makefile.w32-in ($(BLD)/md5.$(O))
3644 ($(BLD)/sha1.$(O))
3645 ($(BLD)/sha256.$(O))
3646 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
3647 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
3648
3649 * lib/getopt_.h: Regenerate.
3650
3651 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
3652
3653 Assume gnulib does largefile.
3654 Gnulib does the largefile configuration anyway, so when configure.in
3655 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
3656 * configure.in (AC_SYS_LARGEFILE): Remove.
3657 * lib/gnulib.mk: Autoupdate.
3658
3659 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
3660
3661 Merge from gnulib. (Bug#11527)
3662
3663 The build procedure now creates <stdalign.h> and <sys/types.h> for
3664 older hosts that lack a working <stdalign.h> or whose
3665 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t.
3666 New symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
3667 msdos and nt builds.
3668
3669 Here is a precis of gnulib changes that seem relevant; please see
3670 the gnulib ChangeLog for details.
3671
3672 2012-05-18 crypto: fix bug in large buffer handling
3673 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
3674 2012-05-10 _Noreturn: port config.h to gcc -Wundef
3675 2012-05-08 warnings.m4: give a means to specify the program to compile
3676 2012-05-07 stdint: be more consistent with glibc, SunOS libc
3677 2012-04-21 Large File Support for native Windows platforms.
3678 2012-04-14 stat: Bypass buggy override in mingw64.
3679 2012-03-29 stdio: don't assume gets any more
3680 2012-03-24 Enable common subexpression optimization in GCC.
3681 2012-02-09 maint: replace FSF snail-mail addresses with URLs
3682 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
3683 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
3684 2012-01-21 stdint: Add support for Android.
3685 2012-01-15 Improve support for MSVC 9.
3686 2012-01-08 mktime: Avoid compilation error on Solaris 11.
3687 2012-01-05 Use ', not `, for quoting output.
3688 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
3689 2012-01-05 strtoimax: Work around AIX 5.1 bug.
3690 2012-01-05 inttypes: Modernize.
3691 2011-12-13 inttypes, stdint: add C++11 support
3692 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
3693 2011-11-21 _Noreturn: Check that _MSC_VER is defined
3694 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
3695 2011-11-09 raise: fix mingw handling of SIGPIPE
3696 2011-10-27 Add stdalign module and use it in other modules.
3697
3698 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
3699 * m4/sys_types_h.m4:
3700 New files.
3701 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
3702 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
3703 * build-aux/snippet/warn-on-use.h:
3704 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
3705 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
3706 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
3707 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
3708 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
3709 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
3710 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
3711 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
3712 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
3713 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
3714 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
3715 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
3716 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
3717 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
3718 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
3719 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
3720 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
3721 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
3722 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
3723 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
3724 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
3725 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
3726 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
3727 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
3728 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
3729 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
3730 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
3731 Update from gnulib.
3732
3733 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3734
3735 Remove src/m/*.
3736 * configure.in: Remove all mention of src/m/*.
3737 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
3738 All uses removed.
3739 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
3740 (BITS_PER_LONG_LONG): Move to src/lisp.h.
3741 * lib/makefile.w32-in: Remove dependencies on
3742 $(EMACS_ROOT)/src/m/intel386.h.
3743 * make-dist: Don't make links to src/m.
3744
3745 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
3746
3747 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
3748 Without this further fix, aclocal was being invoked unnecessarily.
3749
3750 2012-05-22 Glenn Morris <rgm@gnu.org>
3751
3752 * Makefile.in (blessmail, install-arch-dep, uninstall):
3753 Check cd lib-src works.
3754 (install-arch-dep, uninstall): Remove unneeded subshells.
3755
3756 2012-05-21 Glenn Morris <rgm@gnu.org>
3757
3758 * update-subdirs: Move to build-aux/.
3759 * make-dist, Makefile.in (install-arch-indep): Update for this change.
3760
3761 * Makefile.in (leimdir): New, set by configure.
3762 (COPYDIR, COPYDESTS): Add leim directories.
3763 (install-leim): Remove.
3764 (install-arch-indep): Handle leim installation directly.
3765
3766 * vpath.sed: Remove unused file.
3767 * make-dist: No more vpath.sed.
3768
3769 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
3770
3771 Use full name for m4/gnulib-comp.m4. (Bug#11529)
3772 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
3773 even though the file's name in gnulib is m4/gnulib-comp.m4.
3774 This had a problem when merging from gnulib, as the code temporarily
3775 renamed it to the full name, causing problems when interrupted.
3776 Now the file has its full name, with the idea that we will find
3777 a solution for MS-DOS that does not affect the rest of Emacs.
3778 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
3779
3780 Assume C89 or later.
3781 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
3782 (POINTER_TYPE, PROTOTYPES): Remove.
3783
3784 Make merging from gnulib a script, not a makefile action.
3785 Putting it in a makefile has some problems with reflection, as
3786 merging from gnulib updates 'configure', which can update the makefile.
3787 Putting it in a standalone script breaks this loop.
3788 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
3789 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
3790 Remove, moving the actions to the script admin/merge-gnulib.
3791
3792 2012-05-21 Glenn Morris <rgm@gnu.org>
3793
3794 * configure.in (LEIM_INSTALLDIR):
3795 Rename to leimdir, treat like lispdir.
3796
3797 2012-05-21 Glenn Morris <rgm@gnu.org>
3798
3799 * Makefile.in (install-arch-indep, install-doc, install-info)
3800 (uninstall): Scrap superfluous subshells.
3801
3802 2012-05-19 Ulrich Müller <ulm@gentoo.org>
3803
3804 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
3805
3806 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
3807
3808 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
3809 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
3810 getsockopt, setsockopt, mremap, mempcpy.
3811
3812 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
3813 is being removed.
3814 (AC_CHECK_FUNCS): Remove ftime.
3815
3816 2012-05-19 Glenn Morris <rgm@gnu.org>
3817
3818 * Makefile.in (install-arch-indep): Remove unneeded subshell.
3819
3820 * Makefile.in (install-arch-indep): Remove unneeded chmod.
3821 Set permissions of lisp/subdirs.el.
3822
3823 * Makefile.in (SUBDIR): Add leim. Update users.
3824
3825 * Makefile.in (lib, lib-src, lisp): Check cd return value.
3826
3827 * Makefile.in (leim): No need to set PARALLEL.
3828
3829 2012-05-18 Glenn Morris <rgm@gnu.org>
3830
3831 * Makefile.in (install-arch-indep, install-info, install-man):
3832 Simplify some one-sided ifs.
3833
3834 * Makefile.in: Install only the relevant DOC file.
3835 (install-arch-indep): Delete etc/DOC*.
3836 (install-doc): No more need to delete etc/DOC.
3837
3838 * Makefile.in (install-arch-indep): Split into several rules.
3839 (install-doc, innstall-info, install-man): New rules.
3840
3841 * configure.in (mandir): May as well include it in the NS app bundle.
3842
3843 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
3844 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
3845 (install-arch-indep): Don't install-etc for self-contained ns builds.
3846
3847 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
3848 No longer unconditonally add /sw directories. (Bug#2280)
3849
3850 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
3851 (install-arch-indep): Depend on install-leim.
3852 (install): Remove explicit install-leim dependence.
3853
3854 * Makefile.in (install-arch-indep):
3855 Move last element of mkdir rule here.
3856 (mkdir): Remove rule.
3857
3858 * Makefile.in (install-arch-indep): Remove unneeded chmods.
3859 INSTALL_DATA does this for us.
3860
3861 * Makefile.in (install-arch-dep): Ensure bindir exists.
3862 Drop mkdir dependency.
3863 (install-arch-indep): Ensure docdir, infodir, mandir exist.
3864 (install-leim): Drop mkdir dependency.
3865 (mkdir): Remove most directories, now made in relevant rules.
3866
3867 * Makefile.in (install-arch-indep): Combine adjacent loops.
3868
3869 2012-05-17 Glenn Morris <rgm@gnu.org>
3870
3871 * Makefile.in (install-etc, mkdir):
3872 Make relevant directories in install-etc rather than mkdir.
3873
3874 * Makefile.in (write_subdir): Create the directory if needed.
3875 (install-arch-dep, mkdir): No need to make site-lisp directories.
3876
3877 * Makefile.in (write_subdir): New.
3878 (install-arch-indep, install-arch-dep): Use $write_subdir.
3879
3880 * configure.in (docdir, etcdir, infodir, lispdir):
3881 For a self-contained ns build, set these to the appropriate values.
3882 * Makefile.in (install-arch-dep): No need to move info/ any more.
3883
3884 * configure.in (ns_self_contained): New output variable.
3885 * Makefile.in (ns_self_contained): New, set by configure.
3886 (install-arch-dep): For a self-contained ns build,
3887 don't bother installing binaries then immediately deleting them.
3888
3889 * Makefile.in (ns_appbindir, ns_appresdir):
3890 Move them before things that may refer to them.
3891 (install-arch-dep): No need to relocate self-contained ns libexec.
3892
3893 * configure.in (archlibdir): Set it for self-contained ns builds.
3894 (libexecdir): Don't expand it now (this is mainly cosmetic).
3895
3896 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
3897
3898 * configure.in: Simplify by removing CPP etc.
3899 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
3900 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
3901 In particular we no longer need to fiddle with CPP, since we don't
3902 use CPP specially any more.
3903 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
3904 adjusted compiler.
3905 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
3906 since gl_EARLY and/or Autoconf already does these.
3907
3908 2012-05-16 Glenn Morris <rgm@gnu.org>
3909
3910 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
3911 (CPP): Do not unconditionally set it on Darwin.
3912 Instead, try to test if -no-cpp-precomp is accepted.
3913 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
3914
3915 2012-05-15 Glenn Morris <rgm@gnu.org>
3916
3917 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
3918
3919 * Makefile.in (install-arch-dep): Do not hard-code version number.
3920
3921 * Makefile.in (install-arch-dep): NS install no longer needs to
3922 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
3923
3924 2012-05-12 Glenn Morris <rgm@gnu.org>
3925
3926 * configure.in (ns_appbindir): Remove trailing "/".
3927
3928 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
3929 (MKDEPDIR): Use $MKDIR_P.
3930 * Makefile.in (MKDIR_P): New, set by configure.
3931 (mkdir): Use $MKDIR_P.
3932
3933 2012-05-11 Glenn Morris <rgm@gnu.org>
3934
3935 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
3936 Use INSTALL_DATA for the DOC file.
3937 Remove dead code for ./lisp that never executes.
3938
3939 2012-05-10 Glenn Morris <rgm@gnu.org>
3940
3941 * configure.in (LEIM_INSTALLDIR): New output variable.
3942
3943 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
3946
3947 2012-05-08 Glenn Morris <rgm@gnu.org>
3948
3949 * make-dist: No more doc/lispref/*.el.
3950
3951 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
3952
3953 * configure.in: Fix quoting bugs.
3954
3955 2012-05-04 Glenn Morris <rgm@gnu.org>
3956
3957 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
3958
3959 2012-05-02 Glenn Morris <rgm@gnu.org>
3960
3961 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
3962 the choices made by FreeBSD and NetBSD. (Bug#10313)
3963
3964 * Makefile.in (INFO_FILES): Remove variable.
3965 (INFO_NONMISC): New variable.
3966 (install-arch-indep, uninstall): Don't use $INFO_FILES.
3967
3968 * Makefile.in (uninstall): Remove useless-use-of-for; that for
3969 some reason caused problems on an old Solaris.
3970
3971 * Makefile.in (install-arch-indep, uninstall):
3972 Ensure that INSTALL-type commands are run from top-level.
3973
3974 * info/dir: Make some entries consistent with the source texi files.
3975
3976 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
3977
3978 2012-05-02 Glenn Morris <rgm@gnu.org>
3979
3980 * Makefile.in (install-arch-indep):
3981 Combine adjacent install-data and install-info loops.
3982
3983 2012-05-01 Glenn Morris <rgm@gnu.org>
3984
3985 * Makefile.in (MAN_PAGES): Remove.
3986 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
3987
3988 * configure.in: Try libtinfo for tputs.
3989 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
3990
3991 * configure.in: Combine adjacent $opsys case blocks.
3992
3993 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
3994
3995 * configure.in: Invert the TERMINFO logic,
3996 since "yes" is far more common than "no".
3997
3998 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
3999
4000 * configure.in (LD_SWITCH_X_SITE_RPATH):
4001 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
4002
4003 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
4004
4005 2012-04-26 Glenn Morris <rgm@gnu.org>
4006
4007 * make-dist: No more doc/lispref/tindex.pl.
4008
4009 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4010
4011 * configure.in (dbus_validate_bus_name, dbus_validate_path)
4012 (dbus_validate_interface, dbus_validate_member): Check also for
4013 these library functions.
4014
4015 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
4016
4017 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
4018 With glibc 2.14 or later, when compiled with GCC 4.7.0's
4019 -Werror=deprecated-declarations flag, use of hooks like
4020 __malloc_initialize_hook causes compilation to fail because these
4021 hooks are deprecated. Modify 'configure' to check for these hooks too.
4022 Simplify the 'configure' code to test for all the hooks at once.
4023 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
4024 (emacs_cv_var_doug_lea_malloc): ... this new var.
4025
4026 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
4027
4028 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
4029 dated 2011-10-07. Regenerating from current gnulib would be a
4030 pervasive change, and currently the trunk isn't open to such changes.
4031 * configure.in (WARN_CFLAGS): Remove; no longer needed now
4032 that gnulib does it.
4033 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4034
4035 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
4036
4037 * m4/gl-comp.m4: Update. (Bug#11285)
4038
4039 2012-04-20 Ludovic Courtès <ludo@gnu.org>
4040
4041 * configure.in: Don't use the -R option (Bug#11251).
4042
4043 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
4044
4045 configure: new option --enable-gcc-warnings (Bug#11207)
4046 I have been using this change for many months in my private copy
4047 of Emacs, and have used it to find several bugs. It's mature
4048 enough to publish now.
4049 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
4050 * configure.in: Support --enable-gcc-warnings, in the style of
4051 other GNU packages such as coreutils.
4052 (C_WARNINGS_SWITCH): Remove, replacing with...
4053 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
4054 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
4055 when including system files with GCC.
4056 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
4057 * lib/Makefile.am (AM_CFLAGS): New macro.
4058 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
4059
4060 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4061
4062 * configure.in (AC_CHECK_FUNCS):
4063 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
4064
4065 2012-04-16 Glenn Morris <rgm@gnu.org>
4066
4067 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
4068
4069 * configure.in: Remove X libs workaround for old autoconf.
4070
4071 2012-04-12 Ken Brown <kbrown@cornell.edu>
4072
4073 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
4074
4075 2012-04-11 Glenn Morris <rgm@gnu.org>
4076
4077 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
4078
4079 2012-04-10 Glenn Morris <rgm@gnu.org>
4080
4081 * configure.in: Conditionally generate admin/unidata/Makefile.
4082
4083 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
4084
4085 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
4086
4087 2012-04-09 Glenn Morris <rgm@gnu.org>
4088
4089 * Makefile.in (leim): Check cd return value. Pass fewer variables.
4090 (install-leim): Check cd return value. Pass $MFLAGS.
4091 (install-strip): Pass $MFLAGS.
4092
4093 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
4094 Eg org.texi has been using 4.7 functions for some time.
4095
4096 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
4097
4098 Check pkg-config exit status when configuring (Bug#10626).
4099 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
4100 works; check its exit status. Problem reported by Jordi Gutiérrez
4101 Hermoso in
4102 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
4103
4104 2012-04-07 Glenn Morris <rgm@gnu.org>
4105
4106 * README, configure.in (AC_INIT): Bump version to 24.1.50.
4107
4108 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4109
4110 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
4111
4112 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
4113
4114 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
4115 * configure.in (LIBS_TERMCAP): Default this to the result of
4116 the tputs library search. Do a run-time test for the linkability
4117 of tputs unless cross-compiling, as that's more reliable if the
4118 link flags and libraries are messed up. Don't change LIBS as
4119 a result of the test, as that may mess up later tests.
4120
4121 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
4122
4123 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
4124
4125 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
4126 specific makefiles to support getopt_.h generation with MSVC.
4127
4128 2012-02-04 Glenn Morris <rgm@gnu.org>
4129
4130 * Makefile.in (uninstall):
4131 Handle compressed info files and man pages. (Bug#10718)
4132
4133 2012-02-02 Glenn Morris <rgm@gnu.org>
4134
4135 * configure.in [HAVE_NS]:
4136 Error if use --without-toolkit-scroll-bars. (Bug#10673)
4137
4138 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
4139
4140 Port to older Solaris 10 versions (Bug#10677).
4141 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
4142 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
4143 possibly this is because Sun fixed the 'stat' bug in my version.
4144 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
4145 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
4146 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4147 These changes are based on gnulib version
4148 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
4149 because Emacs is in feature freeze and we do not want to merge any
4150 more-recent changes from gnulib.
4151
4152 2012-01-31 Glenn Morris <rgm@gnu.org>
4153
4154 * configure.in: Throw an explicit error if Motif toolkit was
4155 requested but requirements could not be found.
4156
4157 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
4158
4159 2012-01-30 Eli Zaretskii <eliz@gnu.org>
4160
4161 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
4162 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
4163 with "make -j3".
4164
4165 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * .bzrignore: Ignore etc/__pycache__.
4168
4169 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
4170
4171 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
4172 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
4173 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
4174 by Nelson H. F. Beebe in
4175 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
4176
4177 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
4180
4181 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
4182
4183 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
4184 instead of LDFLAGS (Bug#10230).
4185
4186 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4187
4188 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
4189
4190 Propagate configure flags to sub-configures.
4191 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
4192 New macros.
4193 (config.status, bootstrap): Use them to propagate configure flags
4194 to sub-configures.
4195 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
4196
4197 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
4198
4199 * .bzrignore: Add config.cache.
4200
4201 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
4202
4203 * configure.in: Check for gtk_window_set_has_resize_grip.
4204
4205 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
4206
4207 * configure.in (HAVE_XPM): Fix typo.
4208
4209 2011-11-22 Glenn Morris <rgm@gnu.org>
4210
4211 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
4212 have confusing effects on the build. (Bug#6401)
4213
4214 * Makefile.in (install-arch-dep): Tweak previous change.
4215
4216 2011-11-22 Yavor Doganov <yavor@gnu.org>
4217
4218 Do not install arch-dependent files in the app bundle if
4219 --disable-ns-self-contained is requested. (Bug#1335)
4220 * configure.in (exec_prefix, libexecdir): Define relative to
4221 `ns_appbindir' only if configured for a self-contained app.
4222 * Makefile.in (install-arch-dep): Test for the existence of
4223 libexec in the Emacs.app bundle before executing commands.
4224
4225 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
4226
4227 * configure.in: Remove reference to src/m/ibms390.h.
4228
4229 2011-11-13 Glenn Morris <rgm@gnu.org>
4230
4231 * INSTALL: Tiny updates for disk space used during installation.
4232
4233 2011-11-05 Eli Zaretskii <eliz@gnu.org>
4234
4235 * lib/makefile.w32-in (FRC): New dummy target.
4236 (TAGS): Depend on FRC.
4237
4238 2011-11-04 Glenn Morris <rgm@gnu.org>
4239
4240 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
4241 Do not include GnuTLS version info in final summary message.
4242
4243 2011-10-31 Eli Zaretskii <eliz@gnu.org>
4244
4245 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
4246 they exist there, else from autogen/.
4247
4248 * make-dist (msdos): Add depfiles.bat and inttypes.h.
4249
4250 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
4251
4252 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
4253
4254 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
4255
4256 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
4257 if the library is found. Otherwise, later configure-time tests,
4258 such as the test for pthread_sigmask, generate the wrong results
4259 on some platforms. Problem reported for FreeBSD by Nali Toja.
4260
4261 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
4262
4263 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
4264 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
4265 Remove; no longer needed, now that we defer to strftime for time
4266 zone names.
4267
4268 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
4269
4270 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
4271
4272 2011-10-18 Chong Yidong <cyd@gnu.org>
4273
4274 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
4275
4276 2011-10-13 Glenn Morris <rgm@gnu.org>
4277
4278 * configure.in: Also look for tputs in libcurses. (Bug#9736)
4279
4280 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
4281
4282 * configure.in: Remove check for -lintl (Bug#9713).
4283 The check could break 'configure' on GNU/Linux with a (broken) libintl.
4284 The check was helpful but not essential in Solaris 2.6 (1997),
4285 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
4286 obsolete -- Sun dropped support for it in 2006 -- and without
4287 access to that Silurian platform we can't maintain the code anyway.
4288
4289 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
4290
4291 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
4292 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
4293 * m4/gnulib-common.m4: Merge from gnulib.
4294 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
4295 command not found" on powerpc-apple-darwin9.8.0.
4296
4297 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
4298 This is now done by src/alloc.c.
4299
4300 2011-10-02 Richard Stallman <rms@gnu.org>
4301
4302 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
4303 and xlinux_second_failure to xgnu_linux_second_failure.
4304
4305 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4306
4307 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
4308 lib/signal.in-h.
4309
4310 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
4311 Rename signal.in.h and alloca.in.h.
4312
4313 2011-09-28 Eli Zaretskii <eliz@gnu.org>
4314
4315 * INSTALL: Mention that m17n libraries and libotf are needed for
4316 Arabic shaping.
4317
4318 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
4319
4320 Merge from gnulib, improving some licensing wording.
4321 This clarifies and fixes some licensing issues raised by Glenn Morris
4322 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
4323 It also merges the latest version of texinfo.tex and has some
4324 MSVC-related changes that don't affect Emacs.
4325 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
4326 pathmax, and raise, since these are needed only to address
4327 MSVC-related issues that Emacs doesn't have.
4328 * lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
4329 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
4330 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
4331 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
4332 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
4333 * m4/unistd_h.m4: Merge from gnulib.
4334
4335 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
4336
4337 * configure.in: Initialize HAVE_LIBXML2.
4338
4339 2011-09-26 Glenn Morris <rgm@gnu.org>
4340
4341 * make-dist: Add lib/makefile.w32-in.
4342
4343 2011-09-24 Glenn Morris <rgm@gnu.org>
4344
4345 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
4346
4347 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4348
4349 * .dir-locals.el: Change the debbugs regexp to allow having the
4350 bug number as the first thing on a line.
4351
4352 2011-09-15 Glenn Morris <rgm@gnu.org>
4353
4354 * configure.in: Make configure work with recent GNUsteps.
4355 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
4356 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
4357 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
4358
4359 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
4360
4361 Merge from gnulib, porting to Tru64.
4362 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
4363 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
4364 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
4365 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
4366 doesn't affect Emacs.
4367
4368 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4369
4370 * configure.in (isnan): Remove now-unnecessary check.
4371
4372 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
4373
4374 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
4375 This is to fix the following problems:
4376 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
4377 configured not to use gtk or any other thread-using library,
4378 signals aren't blocked correctly.
4379 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
4380 and IRIX's signal handling.
4381 . On Cygwin 1.7.5 it works around an incompatibility with
4382 the system pthread_sigmask.
4383 . On MacOS X 10.5 (32-bit), files whose inode numbers
4384 exceed 2**31 cannot be read or manipulated.
4385 . pthread_sigmask: Actually use results of gl_THREADLIB.
4386 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
4387 . find 'ar' program that fits with --host argument.
4388 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
4389 * autogen/README: Update destination list.
4390 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
4391 The autogenerated files compile, config.guess,
4392 config.sub, depcomp, install-sh, and missing are now in build-aux.
4393 * m4/largefile.m4: New file, so that Emacs does not mess up when
4394 accessing files with large inode numbers in MacOS X 10.5 and later.
4395 * m4/nocrash.m4: New file, to avoid triggering background debugger
4396 and/or create core dumps during 'configure'.
4397 * build-aux/move-if-change: Renamed from move-if-change.
4398 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
4399 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
4400 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
4401 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
4402 * Makefile.in (epaths-force, sync-from-gnulib):
4403 move-if-change is now in build-aux.
4404 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
4405 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
4406 (mkdir): install-sh is now in build-aux.
4407 * config.bat: c++defs.h is now in build-aux/snippets.
4408 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
4409 usual parameter).
4410 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4411 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
4412 to build-aux/snippet.
4413 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
4414 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
4415 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
4416 Solaris, enables MacOS extensions, and enables nocrash during
4417 'configure'.
4418 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
4419
4420 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
4421
4422 * configure.in (snprintf): New check.
4423
4424 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
4425
4426 * configure.in (opsys): Change pattern to *-*-linux*
4427 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
4428 Remove unreachable pattern hppa*-*-linux-gnu*.
4429 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
4430 and that can't possibly work now that src/m/hp800.h no longer exists.
4431
4432 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
4433
4434 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
4435
4436 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
4437
4438 * configure.in: Add header check: sys/socket.h (Bug#8477),
4439 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
4440 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
4441
4442 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
4443
4444 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
4445 (HAVE_GTK_AND_PTHREAD): Remove.
4446
4447 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
4448
4449 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
4450 build, not just GNUstep (Bug#9177).
4451
4452 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
4453
4454 Assume freestanding C89 headers, string.h, stdlib.h.
4455 Again, this simplifies the code, and all current platforms have these.
4456 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
4457 (AC_HEADER_STDC): Remove.
4458 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
4459 (strchr, strrchr): Remove fallback macros.
4460
4461 Assume support for memcmp, memcpy, memmove, memset.
4462 This simplifies the code a bit. All current platforms have these,
4463 as they are required for C89. If this turns into a problem we
4464 can add the gnulib modules for these (a 1-line change to Makefile.in).
4465 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
4466
4467 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
4468
4469 * GNUmakefile: New file.
4470 This is for convenience, so that one can run GNU make in an
4471 unconfigured source tree, and get a default build.
4472
4473 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
4474
4475 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
4476
4477 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4478
4479 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
4480 so as to suppress address randomization (Bug#8395).
4481
4482 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
4483
4484 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
4485 This fixes a build problem on older Mac OS X hosts.
4486
4487 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
4488 test, which runs afoul of Automake installations where, for example,
4489 /usr/share/aclocal contains a copy of gl_THREADLIB.
4490 Problem reported by Sven Joachim in
4491 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
4492 This is just a quick temporary fix, specific to Emacs; I'll work
4493 with the other gnulib maintainers to get a more-permanent fix.
4494
4495 Add gnulib's strtoimax module, needed on Solaris 8.
4496 * Makefile.in (GNULIB_MODULES): Add strtoimax.
4497 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
4498 automatically imported from gnulib.
4499 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4500
4501 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
4502
4503 Add gnulib support for pthread_sigmask (Bug#9010).
4504 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
4505 * configure.in (AC_TYPE_UID_T): New dummy macro.
4506 Configure gnulib after adjusting LIBS,
4507 so that gnulib can assume the libraries in LIBS.
4508 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
4509 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
4510 * lib/pthread_sigmask.c:
4511 New files, automatically imported from gnulib.
4512 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
4513 due to the above changes.
4514 * .bzrignore: Add lib/signal.h.
4515
4516 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
4517
4518 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
4519
4520 * configure.in (maintainer-mode): Reflect default in help string.
4521
4522 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
4523
4524 * configure.in: Remove reference to iris4d.h.
4525
4526 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4527
4528 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
4529
4530 2011-07-01 Glenn Morris <rgm@gnu.org>
4531
4532 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
4533
4534 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4535
4536 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
4537 which made ./configure infloop.
4538
4539 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
4540
4541 * configure.in (gsettings): New option and check for GSettings.
4542
4543 2011-06-29 Glenn Morris <rgm@gnu.org>
4544
4545 * configure.in: Try to test for the required crt*.o files.
4546
4547 2011-06-27 Bill Wohler <wohler@newt.com>
4548
4549 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
4550
4551 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
4552
4553 Use gnulib's dup2 module instead of rolling our own.
4554 * Makefile.in (GNULIB_MODULES): Add dup2.
4555 * configure.in: Do not check for dup2; gnulib does that now.
4556 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
4557
4558 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
4559
4560 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
4561
4562 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
4563
4564 Use gnulib's alloca-opt module.
4565 * .bzrignore: Add lib/alloca.h.
4566 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
4567 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
4568 as gnulib now does that for us. Put alloca check in config.h.
4569 Include <alloca.h> before any other include file, for AIX 3.
4570 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
4571 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
4572
4573 2011-06-21 Leo Liu <sdl.web@gmail.com>
4574
4575 * m4/sha256.m4:
4576 * m4/sha512.m4:
4577 * m4/gl-comp.m4:
4578 * lib/u64.h:
4579 * lib/sha256.c:
4580 * lib/sha256.h:
4581 * lib/sha512.c:
4582 * lib/sha512.h:
4583 * lib/makefile.w32-in (GNULIBOBJS):
4584 * lib/gnulib.mk:
4585 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
4586 crypto/sha512 modules from gnulib.
4587
4588 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
4589
4590 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
4591
4592 2011-06-17 Glenn Morris <rgm@gnu.org>
4593
4594 * configure.in: Restore the behavior of checking crt-dir only
4595 when the user specified it (not all platforms use it).
4596
4597 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
4598
4599 * m4/lstat.m4: Merge from gnulib (Bug#8878).
4600
4601 2011-06-16 Miles Bader <miles@gnu.org>
4602
4603 * configure.in: Try to determine CRT_DIR automatically when
4604 using gcc.
4605
4606 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
4607
4608 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
4609 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
4610 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
4611 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
4612 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
4613 Merge from gnulib.
4614
4615 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
4616
4617 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
4618
4619 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
4620
4621 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
4622
4623 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
4624
4625 * configure.in: Add --with-wide-int.
4626 * INSTALL: Mention this.
4627
4628 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
4629
4630 Merge from gnulib.
4631 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
4632
4633 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
4634
4635 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
4636
4637 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
4638
4639 Use 'inline', not 'INLINE'.
4640 * configure.in (INLINE): Remove.
4641
4642 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
4643
4644 Adjust to recent gnulib change for @GUARD_PREFIX@.
4645 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
4646 All uses of _GL_ for guard prefixes in lib/*.h replaced with
4647 _@GUARD_PREFIX@_.
4648
4649 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
4650
4651 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
4652
4653 2011-05-24 Glenn Morris <rgm@gnu.org>
4654
4655 * Makefile.in (check): Just give a message if no test/ directory.
4656
4657 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
4658
4659 * configure.in (OPT_MAKEFILES_IN): Remove.
4660 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
4661 (SUBDIR_MAKEFILES_IN): New output variable.
4662 * Makefile.in (OPT_MAKEFILES_IN): Remove.
4663 (SUBDIR_MAKEFILES_IN): Let configure set it.
4664
4665 2011-05-24 Leo Liu <sdl.web@gmail.com>
4666
4667 * m4/sha1.m4:
4668 * m4/gl-comp.m4:
4669 * lib/sha1.h:
4670 * lib/sha1.c:
4671 * lib/makefile.w32-in (GNULIBOBJS):
4672 * lib/gnulib.mk:
4673 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
4674
4675 2011-05-24 Glenn Morris <rgm@gnu.org>
4676
4677 * configure.in: Remove test for already configured source directory.
4678 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
4679
4680 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
4681
4682 2011-05-24 Glenn Morris <rgm@gnu.org>
4683
4684 * make-dist: Don't distribute test/. (Bug#8107)
4685 * configure.in (OPT_MAKEFILES_IN): New output variable.
4686 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
4687 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
4688 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
4689 (check): Give an explicit error if test/ is not present.
4690
4691 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
4692 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
4693 (Makefile): Use $SUBDIR_MAKEFILES_IN.
4694
4695 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
4696
4697 * lib/verify.h: Merge from gnulib.
4698
4699 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
4700
4701 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
4702 Merge from gnulib.
4703
4704 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
4705
4706 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
4707
4708 2011-05-20 Eli Zaretskii <eliz@gnu.org>
4709
4710 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
4711
4712 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
4713
4714 2011-05-20 Glenn Morris <rgm@gnu.org>
4715
4716 * configure.in (lisp_frag): New output file.
4717
4718 2011-05-19 Glenn Morris <rgm@gnu.org>
4719
4720 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
4721 (WINDOW_SUPPORT): Remove output variables that are no longer used.
4722
4723 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
4724
4725 * lib/gnulib.mk:
4726 * lib/intprops.h:
4727 * lib/unistd.in.h:
4728 * m4/inttypes.m4:
4729 * m4/stdint.m4:
4730 * m4/unistd_h.m4: Sync from gnulib.
4731
4732 2011-05-14 Glenn Morris <rgm@gnu.org>
4733
4734 * configure.in: Treat failure to find an X toolkit the same way we treat
4735 failure to find X and image support.
4736
4737 2011-05-12 Glenn Morris <rgm@gnu.org>
4738
4739 * Makefile.in (src, install-arch-indep, bootstrap-clean)
4740 (check-declare): Shell portability fixes. (Bug#8642)
4741
4742 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4743
4744 * configure.in: Require GnuTLS 2.6.x or higher.
4745
4746 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
4747
4748 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
4749 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
4750 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
4751
4752 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
4753 This new gnulib-tool option saves 'configure' the trouble of
4754 checking for strtoull when strtoumax exists.
4755
4756 * configure.in (BITS_PER_LONG_LONG): New macro.
4757
4758 2011-05-05 Glenn Morris <rgm@gnu.org>
4759
4760 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
4761 (top_distclean): Delete config.log~.
4762
4763 2011-04-27 Ben Key <bkey76@gmail.com>
4764
4765 * configure.in: Fixed a bug that caused configure with
4766 --enable-checking=stringoverrun to have no effect.
4767
4768 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
4769
4770 * configure.in: Suppress unnecessary checks for size_t.
4771 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
4772 (size_t): Do not check for this, and do not typedef. This code
4773 is never exercised now.
4774
4775 * Makefile.in (GNULIB_MODULES): Add strtoumax.
4776 This is needed for the new integer-reading code in lread.c.
4777 It automatically pulls in the following gnulib files, which
4778 are used on old-fashioned platforms that don't have strtoumax:
4779 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
4780 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
4781 m4/strtoull.m4, m4/strtoumax.m4.
4782 * .bzrignore: Add lib/inttypes.h.
4783
4784 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4785
4786 * configure.in: Check for GnuTLS certificate verify callbacks.
4787
4788 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * Makefile.in (config.status): Don't erase in case of error.
4791 In case it disappeared, rebuild it with `configure'.
4792
4793 2011-04-20 Ken Brown <kbrown@cornell.edu>
4794
4795 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
4796
4797 2011-04-12 Glenn Morris <rgm@gnu.org>
4798
4799 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
4800
4801 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
4802
4803 * lib/allocator.c: New file, automatically generated by gnulib.
4804
4805 2011-04-07 Glenn Morris <rgm@gnu.org>
4806
4807 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
4808
4809 2011-04-06 Eli Zaretskii <eliz@gnu.org>
4810
4811 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
4812 Revert last change.
4813
4814 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
4817 ($(BLD)/careadlinkat.$(O)): New target.
4818 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
4819 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
4820 Update dependencies.
4821
4822 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
4823
4824 Fix more problems found by GCC 4.6.0's static checks.
4825
4826 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
4827
4828 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
4829 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
4830 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
4831 * m4/ssize_t.m4: New files, automatically generated from gnulib.
4832
4833 2011-04-06 Glenn Morris <rgm@gnu.org>
4834
4835 * autogen/update_autogen: Handle loaddefs-like files as well.
4836 (usage): Add -l, -C.
4837 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
4838 With -l, check status of lisp/ as well.
4839 With -C, clean before building.
4840 (autoreconf): Only pass -f in the `clean' case.
4841 (commit): New function.
4842
4843 2011-03-28 Glenn Morris <rgm@gnu.org>
4844
4845 * autogen/update_autogen: Pass -f to autoreconf.
4846
4847 * autogen.sh (get_version): Discard "not found" lines.
4848 (check_version): Respect $AUTOCONF etc environment variables.
4849
4850 2011-03-27 Glenn Morris <rgm@gnu.org>
4851
4852 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
4853 (AH_BOTTOM): Do not define SIGTYPE.
4854
4855 2011-03-26 Glenn Morris <rgm@gnu.org>
4856
4857 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
4858 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
4859
4860 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
4861
4862 * autogen/update_autogen: Remove useless function keyword.
4863
4864 2011-03-25 Eli Zaretskii <eliz@gnu.org>
4865
4866 * config.bat: Generate src/config.h and lib/Makefile from
4867 autogen/config.in and autogen/Makefile.in.
4868
4869 2011-03-25 Glenn Morris <rgm@gnu.org>
4870
4871 * compile, config.guess, config.sub, depcomp, install-sh, missing:
4872 Remove; autoreconf can supply them.
4873 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
4874 config.guess, install-sh. Pass -i to autoreconf.
4875 * autogen/update_autogen (genfiles): Add compile, config.guess,
4876 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
4877 Discard non-error output from autoreconf in -q case.
4878 * autogen/compile, autogen/config.guess, autogen/config.sub:
4879 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
4880 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
4881 install-sh, missing.
4882
4883 2011-03-23 Glenn Morris <rgm@gnu.org>
4884
4885 * autogen/update_autogen: Fix typo.
4886 (msg): Remove function; use `exec' instead.
4887
4888 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
4889 (sync-from-gnulib): Don't sync mkinstalldirs.
4890 * make-dist: Don't distribute mkinstalldirs.
4891
4892 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
4893
4894 Fix more problems found by GCC 4.5.2's static checks.
4895 * Makefile.in (GNULIB_MODULES): Add socklen.
4896 * configure.in: Do not check for sys/socket.h, since socklen does that.
4897 * m4/socklen.m4: New automatically-generated file, from gnulib.
4898
4899 fakemail: Remove dependency on ignore-value.
4900 * Makefile.in (GNULIB_MODULES): Add stdio.
4901 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
4902 imported from gnulib.
4903 * .bzrignore: Add lib/stdio.h.
4904
4905 2011-03-22 Glenn Morris <rgm@gnu.org>
4906
4907 * autogen/copy_autogen: Work from ./ or ../.
4908 Fix time-stamps.
4909 * autogen.sh: Doc fix.
4910
4911 2011-03-20 Glenn Morris <rgm@gnu.org>
4912
4913 * autogen/: New directory, to be excluded from releases.
4914 * autogen/copy_autogen, autogen/update_autogen: New scripts.
4915 * autogen/README: New file.
4916 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
4917 * autogen/Makefile.in: Add auto-updated generated files.
4918 * autogen.sh: No longer a no-op, now it tests for autotools
4919 and runs them as necessary.
4920 * configure.in: Default maintainer-mode to on.
4921 * aclocal.m4, configure, lib/Makefile.in: Remove files.
4922
4923 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
4924
4925 Update for gnulib.
4926 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
4927 includes <intprops.h> directly.
4928 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
4929 when building Emacs on Solaris 9 and running it on Solaris 10.
4930
4931 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
4932
4933 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
4934
4935 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * Version 23.3 released.
4938
4939 2011-03-06 Glenn Morris <rgm@gnu.org>
4940
4941 * configure.in (FREETYPE_LIBS): Actually set it to something.
4942
4943 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
4944
4945 Work around some portability problems with symlinks.
4946
4947 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
4948 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
4949 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
4950 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
4951 * m4/symlink.m4:
4952 New files, automatically generated from gnulib.
4953 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
4954 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
4955
4956 2011-02-26 Eli Zaretskii <eliz@gnu.org>
4957
4958 * .bzrignore: Ignore new lib/*.in-h files.
4959
4960 * config.bat: Rename stdint.in.h and sys_stat.in.h.
4961 Call depfiles.bat even if lib/deps already exist.
4962
4963 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
4964
4965 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
4966 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
4967 recent changes to configure.in and to gnulib.
4968
4969 2011-02-24 Glenn Morris <rgm@gnu.org>
4970
4971 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
4972 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
4973
4974 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
4975
4976 Assume S_ISLNK etc. work, since gnulib supports this.
4977 * Makefile.in (GNULIB_MODULES): Add sys_stat.
4978 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
4979 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
4980 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
4981
4982 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4983
4984 * lib/min-max.h: New file, for "min" and "max".
4985
4986 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
4987
4988 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Add dependency on
4989 $(EMACS_ROOT)/nt/inc/stdint.h.
4990
4991 2011-02-21 Eli Zaretskii <eliz@gnu.org>
4992
4993 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
4994 src/makefile.w32-in and adapt. Depend on stamp_BLD.
4995 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
4996
4997 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
4998
4999 Import filemode module from gnulib.
5000 * .bzrignore: Add lib/sys/.
5001 * Makefile.in (GNULIB_MODULES): Add filemode.
5002 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
5003 * lib/filemode.c: Renamed from src/filemode.c and regenerated
5004 from gnulib. This adds support for some more file types, e.g.,
5005 Cray DMF migrated files.
5006 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
5007 * m4/sys_stat_h.m4: New files, generated from gnulib.
5008 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5009 Regenerate.
5010
5011 2011-02-20 Eli Zaretskii <eliz@gnu.org>
5012
5013 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
5014 $(EMACS_ROOT)/nt/inc/sys/stat.h.
5015
5016 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5017
5018 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
5019 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
5020 is no longer needed, due to the recent SSDATA and related changes.
5021 Perhaps -Wno-pointer-sign should also be removed from
5022 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
5023 way to test this so I left it alone.
5024 * configure: Regenerate.
5025
5026 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
5027
5028 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
5029 src/makefile.w32-in.
5030
5031 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5032
5033 Import crypto/md5 and stdint modules from gnulib.
5034 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5035 Regenerate.
5036 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
5037 Import the new versions from gnulib; they assume a C99-style
5038 <stdint.h>, supplied by the stdint module.
5039 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
5040 imported from gnulib.
5041 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
5042
5043 2011-02-19 Eli Zaretskii <eliz@gnu.org>
5044
5045 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
5046 Add lib/deps/.
5047
5048 * config.bat: Configure in `lib'.
5049 Generate *.Po files in lib/deps.
5050
5051 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
5052
5053 Import IRIX 6.5 getloadavg fixes from gnulib.
5054 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
5055
5056 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
5057
5058 Import getloadavg module from gnulib.
5059 * .bzrignore: Add lib/stdlib.h.
5060 * Makefile.in (GNULIB_MODULES): Add getloadavg.
5061 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
5062 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
5063 Remove; gnulib does this now.
5064 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
5065 from gnulib. This adds support for several other systems, such
5066 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
5067 buffer overrun on Linux hosts under very high load, and on hosts
5068 that maintain a channel to the load average file it makes sure
5069 the file descriptor is close-on-exec (on hosts that support this)
5070 and is not stdin, stdout, or stderr.
5071 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
5072 from gnulib.
5073 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5074 Regenerate.
5075
5076 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
5077
5078 Merge from gnulib.
5079
5080 * install-sh: Update to scriptversion 2011-01-19.21.
5081
5082 2011-02-13 Bruno Haible <bruno@clisp.org>
5083
5084 Consistent macro naming for macros that use GCC __attribute__.
5085 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Rename from
5086 ATTRIBUTE_DEPRECATED.
5087
5088 2011-02-12 Bruno Haible <bruno@clisp.org>
5089
5090 setlocale: Prefer gnulib's override over libintl's override.
5091 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
5092 GNULIB_defined_setlocale is set.
5093
5094 2011-02-13 Glenn Morris <rgm@gnu.org>
5095
5096 * make-dist: Exclude generated file src/globals.h.
5097
5098 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
5099
5100 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
5101 Sync from gnulib, which has been patched to fix the problem
5102 with the license notices. Problem reported by Glenn Morris in
5103 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
5104
5105 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5106
5107 * .bzrignore: Ignore globals.h and related stamp.
5108
5109 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
5110
5111 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
5112 This merges the following fix from gnulib:
5113
5114 2011-02-08 Bruno Haible <bruno@clisp.org>
5115
5116 Split large sed scripts, for HP-UX sed.
5117
5118 2011-02-08 Tom Tromey <tromey@redhat.com>
5119
5120 * configure: Rebuild.
5121 * configure.in (NS_OBJC_OBJ): New subst.
5122
5123 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
5124
5125 gnulib: allow multiple gnulib generated replacements to coexist
5126 This defines a few preprocessor symbols that should not affect Emacs.
5127 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
5128 via "make sync-from-gnulib".
5129
5130 gnulib: undo previous change
5131 The upstream _HEADERS change was backed out of gnulib (see the
5132 same thread). Stay in sync with gnulib.
5133
5134 gnulib: adjust to upstream _HEADERS change
5135 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
5136 New empty macros, to accommodate recent changes to gnulib. See
5137 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
5138 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
5139 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
5140 * lib/time.in.h, lib/unistd.in.h:
5141 Regenerate.
5142
5143 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
5144
5145 sync from gnulib to remove HAVE_STDBOOL_H
5146 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Rename from
5147 AC_HEADER_STDBOOL. All uses changed. Do not define
5148 HAVE_STDBOOL_H, as gnulib does not need this. This change is
5149 imported from the latest Autoconf git. It was motivated by Emacs,
5150 which uses gnulib but does not need HAVE_STDBOOL_H.
5151 * configure, src/config.in: Regenerate.
5152 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
5153
5154 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
5155
5156 allow C code to suppress warnings about ignored return values
5157 * Makefile.in (GNULIB_MODULES): Add ignore-value.
5158 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
5159 * lib/ignore-value.h: New file.
5160
5161 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * configure.in: Test existence of xaw3d library, not just the
5164 header (Bug#7642).
5165
5166 2011-01-31 Eli Zaretskii <eliz@gnu.org>
5167
5168 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
5169 $(BLD)/time_r.$(O).
5170 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
5171 $(EMACS_ROOT)/src/m/intel386.h.
5172 ($(BLD)/strftime.$(O))
5173 ($(BLD)/time_r.$(O)): Define prerequisites.
5174
5175 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
5176
5177 src/emacs.c now gets version number from configure.in
5178 * configure.in (version): Set this from $PACKAGE_VERSION,
5179 which is set from AC_INIT, rather than scouting through src/emacs.c.
5180 * configure: Regenerate.
5181 * make-dist (version): Get it from configure.in, not src/emacs.c.
5182
5183 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5184
5185 strftime: import from gnulib
5186 * Makefile.in (GNULIB_MODULES): Add strftime.
5187 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
5188 needed.
5189 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
5190 Regenerate.
5191 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
5192 imported from gnulib.
5193 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
5194 This incorporates many changes from gnulib, including simpler
5195 handling of multibyte formats, porting to mingw32 and other
5196 platforms, and support for higher-resolution time stamps.
5197 Emacs does not yet use the higher-resolution interface.
5198
5199 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5200
5201 gnulib: import mktime and move-if-change fixes from gnulib
5202
5203 * configure: Regenerate from the following.
5204
5205 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
5206
5207 mktime: clarify long_int width checking
5208 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
5209 the top level, to make it clearer that the assumption about
5210 long_int width is being checked. See
5211 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
5212
5213 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
5214
5215 TYPE_MAXIMUM: avoid theoretically undefined behavior
5216 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
5217 negative number, which the C Standard says has undefined behavior.
5218 In practice this is not a problem, but might as well do it by the book.
5219 Reported by Rich Felker and Eric Blake; see
5220 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
5221 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5222 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
5223
5224 mktime: #undef mktime before #defining it
5225 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
5226
5227 mktime: systematically normalize tm_isdst comparisons
5228 * lib/mktime.c (isdst_differ): New function.
5229 (__mktime_internal): Use it systematically for all isdst comparisons.
5230 This completes the fix for libc BZ #6723, and removes the need for
5231 normalizing tm_isdst.
5232 See <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
5233 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
5234
5235 mktime: fix some integer overflow issues and sidestep the rest
5236
5237 This was prompted by a bug report by Benjamin Lindner for MinGW
5238 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
5239 His bug is due to signed integer overflow (0 - INT_MIN), and I
5240 I scanned through mktime.c looking for other integer overflow
5241 problems, fixing all the bugs I found.
5242
5243 Although the C Standard says the resulting code is still not safe
5244 in the presence of integer overflow, in practice it should be good
5245 enough for all real-world two's-complement implementations, except
5246 for debugging environments that deliberately trap on integer
5247 overflow (e.g., gcc -ftrapv).
5248
5249 * lib/mktime.c (WRAPV): New macro.
5250 (SHR): Also check that long_int and time_t shift right in the
5251 usual way, before using the fast-but-unportable method.
5252 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
5253 used. The code already assumed two's complement, so there's
5254 no need to test for alternatives. All uses removed.
5255 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
5256 the C standard. Problem reported by Rich Felker in
5257 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
5258 (twos_complement_arithmetic): Also check long_int and time_t.
5259 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
5260 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
5261 (__mktime_internal): Avoid integer overflow with unary subtraction
5262 in two instances where -1 - X is an adequate replacement for -X,
5263 since the calculations are approximate.
5264
5265 2011-01-29 Eric Blake <eblake@redhat.com>
5266
5267 mktime: avoid infinite loop
5268 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
5269 type; behavior is still undefined but portable to all known targets.
5270 Reported by Rich Felker.
5271
5272 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5273
5274 mktime: avoid problems on NetBSD 5 / i386
5275 * lib/mktime.c (long_int): New type. This works around a problem
5276 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
5277 but time_t is 64 bits, and where I expect the existing code is
5278 wrong in some cases.
5279 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
5280 (ydhms_diff): Bring back the compile-time check for wide-enough
5281 year and yday.
5282
5283 mktime: fix misspelling in comment
5284 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
5285 This merges all recent glibc changes of importance.
5286
5287 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5288
5289 move-if-change: cope with concurrent mv of identical file.
5290 * move-if-change (CMPPROG): Accept environment
5291 variable as an override for `cmp'.
5292 (usage): Document CMPPROG.
5293 Adjust comparison to drop stdout. Cope with failure of mv if
5294 the target file exists and is identical to the source, for
5295 parallel builds.
5296 Report from H.J. Lu against binutils in PR binutils/12283.
5297
5298 2011-01-29 Eli Zaretskii <eliz@gnu.org>
5299
5300 * lib/makefile.w32-in:
5301 * lib/getopt_.h: New files.
5302
5303 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
5304
5305 improve fix for MS-DOS file name clash
5306 * Makefile.in (DOS_gnulib_comp.m4): Rename from DOS-gnulib-comp.m4,
5307 for portability to POSIX make. Reported by Bruno Haible.
5308 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
5309 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
5310 files from accumulating as garbage. Also reported by Bruno Haible.
5311
5312 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
5313
5314 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
5315 * Makefile.in (DOS-gnulib-comp.m4): New macro.
5316 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
5317 problems with MS-DOS 8+3 file name restrictions.
5318 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
5319 it, it would also cause problems when extracting Emacs distribution
5320 tarballs on MS-DOS hosts.
5321 (ACLOCAL_INPUTS): Adjust to file renaming.
5322 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5323 * config.guess, config.sub: Sync from gnulib.
5324 * m4/gnulib-cache.m4: Remove from repository.
5325 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
5326
5327 2011-01-25 Glenn Morris <rgm@gnu.org>
5328
5329 * README: Add a note about ranges in copyright years.
5330
5331 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
5332
5333 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
5334
5335 * configure.in: Add HP-UX on IA64 (Bug#6811).
5336
5337 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
5338
5339 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
5340 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
5341 as it is no longer needed.
5342 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
5343 * configure.in: Invoke the new gnulib macro
5344 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
5345 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
5346 * m4/getopt.m4: Sync from gnulib; this removes the need for
5347 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
5348 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
5349 New macro, synced from gnulib.
5350 * m4/warn-on-use.m4: Remove.
5351
5352 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
5353
5354 aclocal.m4: put this file back into repository
5355 This way, we don't have to assume that the maintainer has
5356 the automake package installed. See
5357 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
5358 * .bzrignore: Remove aclocal.m4, undoing the previous change.
5359 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
5360 undoing the previous change.
5361 * aclocal.m4: New file (actually, resurrected).
5362
5363 2011-01-22 Miles Bader <miles@gnu.org>
5364
5365 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
5366 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
5367 Emacs directly uses fontconfig, and breaks building when using a
5368 strict linker).
5369
5370 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
5371
5372 src/config.in: shrink slightly
5373 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
5374 This makes src/config.in a bit smaller, by removing identifiers
5375 like GNULIB_TEST_MKTIME that Emacs does not need.
5376 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
5377 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
5378 Sync from gnulib. This removes a few more unnecessary symbols from
5379 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
5380 * configure, src/config.in: Regenerate.
5381
5382 aclocal.m4: tweaks to regenerate more conveniently
5383 This attempts to act better when the source is in a weird state. See
5384 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
5385 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
5386 * .bzrignore: Add aclocal.m4.
5387
5388 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
5389
5390 aclocal.m4: omit auto-generated file from repository
5391 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
5392 the most recent change here.
5393 * aclocal.m4: Remove from bzr repository. This file is
5394 auto-generated and isn't needed to run 'configure'. See
5395 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
5396
5397 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
5398
5399 Minor Makefile.in tweaks to build from gnulib better.
5400 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
5401 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
5402 (top_maintainer_clean): Don't remove aclocal.m4.
5403
5404 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
5405
5406 Minor cleanups for 'bzr status'
5407 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
5408 the output of config.guess.
5409 * Makefile.in (top_distclean): Remove stamp-h1 too.
5410
5411 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
5412 defined if the compiler supports GCC-style __attribute__
5413 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
5414 this syntax.
5415
5416 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
5417
5418 Makefile.in: tidy up the building of lib
5419 * Makefile.in (am--refresh): Mark as .PHONY.
5420 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
5421 as they're not rebuilt unless you do a "make sync-from-gnulib"
5422 and the former is needed for "configure".
5423 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
5424 has already removed lib/Makefile.
5425
5426 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
5427 This avoids building ftoastr and ldtoastr, which aren't needed. See
5428 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
5429
5430 * .bzrignore: Add .h files that are host-dependent.
5431 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
5432 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
5433 host-dependent and are built as part of an ordinary 'make', and
5434 should not be checked in.
5435
5436 * lib/Makefile.in: Regenerate.
5437 * lib/COPYING: New file, a copy of COPYING.
5438
5439 * configure: Regenerate.
5440 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
5441
5442 Regenerate.
5443 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
5444 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
5445 New files, copied from gnulib by gnulib-tool.
5446 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
5447 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5448 Regenerate.
5449
5450 Use gnulib's getopt-gnu module.
5451 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
5452 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
5453 representative of the dependencies.
5454 * configure.in: Do not configure getopt, as gnulib does that now.
5455 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
5456 getopt now, in lib.
5457
5458 Regenerate.
5459 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
5460 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
5461 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
5462 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
5463 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
5464 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
5465 * m4/wchar_t.m4, warn-on-use.h:
5466 New files, copied from gnulib by gnulib-tool.
5467 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5468 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5469 Regenerate.
5470
5471 Use gnulib's mktime module.
5472 * Makefile.in (GNULIB_MODULES): Add mktime.
5473 * configure.in: Remove code no longer needed, as gnulib now does it.
5474 (AC_CHECK_FUNCS): Remove mktime.
5475 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
5476 (__restrict): Remove, as this now gets in the way of the C99
5477 support for 'restrict' pulled in by the gnulib mktime module.
5478 Code should now use 'restrict' and not '__restrict".
5479 (mktime): Remove.
5480 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
5481 and warn-on-use.h into the distribution.
5482
5483 Regenerate.
5484 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
5485 * lib/ldtoastr.c, m4/c-strtod.m4:
5486 New files, copied from gnulib by gnulib-tool.
5487 * lib/dummy.c: Remove.
5488 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
5489 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
5490 Regenerate.
5491
5492 Use gnulib's ftoastr module.
5493 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
5494
5495 Regenerate.
5496 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
5497 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
5498 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
5499 New files, generated automatically, with 'make sync-from-gnulib'
5500 followed by 'make'.
5501 * configure: Regenerate.
5502
5503 Automate syncing from gnulib.
5504 * INSTALL, README: Document new subdirectory 'lib'.
5505 * Makefile.in (SUBDIR): Add lib.
5506 (SUBDIR_MAKEFILES): Add lib/Makefile.
5507 (lib-src, src, TAGS, tags): Depend on lib.
5508 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
5509 ($(gnulib_srcdir)): New rule.
5510 (sync-from-gnulib): New rule, which is .PHONY.
5511 (lib): New rule, which is like lib-src.
5512 (Makefile): Depend on lib/Makefile.in.
5513 (AUTOCONF_INPUTS): Depend on aclocal.m4.
5514 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
5515 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
5516 (am--refresh): New rule, to pacify Automake.
5517 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
5518 Clean lib, too.
5519 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
5520 droppings.
5521 (maintainer-clean, extraclean): Use it.
5522 * configure.in: Initialize for automake and gnulib, by invoking
5523 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
5524 lib/Makefile, too. Use automake to build gnulib, as gnulib works
5525 more conveniently with automake.
5526 * lib/Makefile.am: New file.
5527 * make-dist: Also put into the distribution aclocal.m4,
5528 compile, depcomp, missing, and the files under lib/.
5529
5530 2011-01-15 Glenn Morris <rgm@gnu.org>
5531
5532 * Makefile.in (epaths-force): No more arch-tag to edit.
5533
5534 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
5537
5538 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
5539
5540 * make-dist: Distribute test/ files too.
5541 Distribute every file under test/ that is under version control,
5542 using patterns like *.el to capture files that are added later.
5543 Without this change, "configure" would fail, because it would
5544 attempt to build from a Makefile.in that was not distributed.
5545
5546 2011-01-13 Christian Ohler <ohler@gnu.org>
5547
5548 * Makefile.in (INFO_FILES): Add ERT.
5549
5550 * Makefile.in (check): Run tests in test/automated.
5551
5552 * Makefile.in:
5553 * configure.in: Add test/automated/Makefile.
5554
5555 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
5556
5557 * install-sh, mkinstalldirs, move-if-change: Update from master
5558 source in gnulib.
5559
5560 * config.guess, config.sub: Updated from master source.
5561
5562 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
5563
5564 * configure.in: Check for __builtin_unwind_init.
5565
5566 2011-01-05 Glenn Morris <rgm@gnu.org>
5567
5568 * configure.in (HAVE_MAKEINFO): New output variable.
5569 (MAKEINFO): Reset to "makeinfo" if not found.
5570 * Makefile.in (install-arch-indep, info):
5571 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
5572
5573 2010-12-29 Ulrich Müller <ulm@gentoo.org>
5574
5575 * configure.in: Make gameuser configurable (Bug#7717).
5576
5577 2010-12-15 Glenn Morris <rgm@gnu.org>
5578
5579 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
5580 long absent lib-src/fns-*.el.
5581
5582 2010-12-11 Glenn Morris <rgm@gnu.org>
5583
5584 * make-dist: Exclude etc/*.pyc.
5585
5586 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
5587
5588 * configure.in: Don't double machfile in final message.
5589
5590 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
5591
5592 * configure.in: Fix last change.
5593
5594 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
5595
5596 * configure.in: Remove reference to removed machine description
5597 files and allow $machine and $machfile to be empty.
5598 Substitute M_FILE/S_FILE instead of machfile/opsysfile.
5599
5600 2010-12-03 Glenn Morris <rgm@gnu.org>
5601
5602 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
5603
5604 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
5607 (EXTERNALLY_VISIBLE): New definition.
5608
5609 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
5610
5611 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
5612
5613 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
5614
5615 * configure.in: Do not check for unconditionally included headers.
5616
5617 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
5620
5621 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
5622
5623 * configure.in: Don't write a warning for D-Bus anymore.
5624
5625 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
5626
5627 * configure.in: Fix indentation.
5628
5629 2010-10-31 Ken Brown <kbrown@cornell.edu>
5630
5631 * configure.in (checking whether localtime caches TZ):
5632 Use unsetenv instead of modifying environment directly.
5633
5634 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
5635
5636 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
5637 to avoid warning.
5638
5639 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5640
5641 * configure.in: Remove the BROKEN annotation from GnuTLS.
5642
5643 2010-10-22 Glenn Morris <rgm@gnu.org>
5644
5645 * make-dist: Avoid listing .el files twice. Don't try to run
5646 autoconf if --no-update.
5647
5648 2010-10-20 Glenn Morris <rgm@gnu.org>
5649
5650 * make-dist: No longer create lisp/MANIFEST.
5651
5652 2010-10-14 Glenn Morris <rgm@gnu.org>
5653
5654 * BUGS, INSTALL.BZR, README: Updates.
5655
5656 2010-10-13 Glenn Morris <rgm@gnu.org>
5657
5658 * make-dist: Remove --compress. Check for the appropriate
5659 gzip-like executable, and if not found, don't compress.
5660 Check version number in README, don't change it.
5661 Use find for nt/inc/*.h.
5662
5663 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5664
5665 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT):
5666 Remove trailing / from directory names.
5667
5668 2010-10-12 Glenn Morris <rgm@gnu.org>
5669
5670 * make-dist: Update and simplify.
5671
5672 2010-10-12 Eli Zaretskii <eliz@gnu.org>
5673
5674 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
5675
5676 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5677
5678 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
5679
5680 2010-10-09 Glenn Morris <rgm@gnu.org>
5681
5682 * make-dist: No more doc/emacs/*.texi.in.
5683
5684 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
5685
5686 2010-10-09 Glenn Morris <rgm@gnu.org>
5687
5688 * configure.in: Combine some conditionals.
5689
5690 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
5691 * make-dist: Include doc/emacs/*.texi.in.
5692
5693 * INSTALL, make-dist: Remove references to b2m.
5694 * Makefile.in (MAN_PAGES): Remove b2m.1.
5695
5696 2010-10-05 Glenn Morris <rgm@gnu.org>
5697
5698 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
5699
5700 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5701
5702 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
5703
5704 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
5705
5706 * configure.in: Include stdlib.h and string.h unconditionally.
5707
5708 2010-09-29 Romain Francoise <romain@orebokech.com>
5709
5710 * configure.in: Don't enable ImageMagick unless HAVE_X11.
5711
5712 2010-09-28 Glenn Morris <rgm@gnu.org>
5713
5714 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
5715 happy.
5716
5717 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5718
5719 * configure.in: Enable imagemagick by default.
5720
5721 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5722
5723 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
5724 GnuTLS libraries.
5725
5726 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
5727
5728 * configure.in: Set up GnuTLS.
5729
5730 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
5731
5732 * configure.in: Announce whether libxml2 is linked to.
5733
5734 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5735
5736 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
5737
5738 2010-09-18 Eli Zaretskii <eliz@gnu.org>
5739
5740 * config.bat: Detect that libxml2 is installed and if so, build
5741 with it.
5742
5743 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5744
5745 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
5746 be used. This fixes a conf problem on Mac OS X.
5747
5748 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5749
5750 * configure.in: Check for libxml2.
5751
5752 2010-09-09 Glenn Morris <rgm@gnu.org>
5753
5754 * make-dist: No more TODO files under lisp/.
5755
5756 2010-09-04 Eli Zaretskii <eliz@gnu.org>
5757
5758 * config.bat: Produce lisp/gnus/_dir-locals.el from
5759 lisp/gnus/.dir-locals.el.
5760
5761 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
5762
5763 * configure.in: Fix check for librsvg, imagemagick and
5764 MagickExportImagePixels.
5765
5766 2010-08-18 Joakim Verona <joakim@verona.se>
5767
5768 * Makefile.in, configure.in: Checks for ImageMagick.
5769
5770 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * configure.in (AC_PREREQ): Require autoconf 2.65.
5773
5774 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5775
5776 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
5777
5778 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
5779
5780 * configure.in: Add AC_C_BIGENDIAN.
5781
5782 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
5783
5784 * configure.in (ORDINARY_LINK): Use on hpux* too.
5785
5786 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
5787
5788 * configure.in: Check for util.h.
5789 Use -Wimplicit-function-declaration if compiler supports it.
5790
5791 2010-08-05 Eli Zaretskii <eliz@gnu.org>
5792
5793 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
5794
5795 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
5796
5797 * configure.in: Restore accidentally removed use of
5798 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
5799
5800 2010-07-29 Chad Brown <yandros@mit.edu>
5801
5802 * configure.in: Check for dirent.h.
5803
5804 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
5805
5806 * configure.in: Remove reference to usg5-4, unused.
5807
5808 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
5809
5810 * configure.in: Check for __executable_start.
5811
5812 2010-07-24 Ken Brown <kbrown@cornell.edu>
5813
5814 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
5815
5816 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
5817
5818 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
5819
5820 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
5821
5822 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
5823
5824 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
5825
5826 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
5827 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
5828 (C_OPTIMIZE_SWITCH): Remove.
5829 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
5830
5831 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
5832
5833 * configure.in: Don't check for index and rindex, check for strchr
5834 and strrchr. Define strchr and strrchr as index and rindex,
5835 resp., in src/config.h if not available.
5836
5837 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
5838
5839 * configure.in: Use -Wold-style-definition if available.
5840 This helps with the transition to standard C code, it can be
5841 removed when done.
5842
5843 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
5844
5845 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
5846 and MSWindows.
5847
5848 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
5849
5850 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
5851 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
5852
5853 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5854
5855 * configure.in (getenv): Remove K&R declaration.
5856
5857 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
5858
5859 * configure.in: Remove define __P.
5860
5861 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
5862
5863 * configure.in (--enable-use-lisp-union-type): New flag.
5864
5865 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
5866
5867 Fix CFLAGS for non-GCC compilers.
5868 * configure.in (CFLAGS): Always use -g like it was done before the
5869 2010-03-30 change.
5870 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
5871 (Bug#6538)
5872
5873 2010-06-30 Glenn Morris <rgm@gnu.org>
5874
5875 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
5876 Set with AC_DEFINE rather than AH_BOTTOM.
5877
5878 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC)
5879 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
5880 Set with shell, not cpp.
5881 (LIBX): Remove, just use -lX11 in the one place this was used.
5882 (cannot_dump): Replace with CANNOT_DUMP.
5883
5884 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
5885
5886 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
5887 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
5888 by minimum required Gtk+ 2.6). Add checks for functions introduced
5889 in Gtk+ 2.14 or newer (bug#6505).
5890
5891 2010-06-26 Eli Zaretskii <eliz@gnu.org>
5892
5893 * config.bat: Remove white space around "+" in COPY commands.
5894
5895 2010-06-23 Glenn Morris <rgm@gnu.org>
5896
5897 * info/dir: Start descriptions in column 32, per Texinfo convention.
5898
5899 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
5900
5901 * INSTALL: Update font information (Bug#6389).
5902
5903 2010-06-16 Glenn Morris <rgm@gnu.org>
5904
5905 * INSTALL: General update.
5906
5907 2010-06-12 Glenn Morris <rgm@gnu.org>
5908
5909 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
5910
5911 2010-06-11 Glenn Morris <rgm@gnu.org>
5912
5913 * configure.in (--without-compress-info): New option.
5914 (GZIP_INFO): New output variable.
5915
5916 * Makefile.in (GZIP_INFO): New, set by configure.
5917 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
5918 Handle man pages in the same way.
5919
5920 2010-06-10 Glenn Morris <rgm@gnu.org>
5921
5922 * Makefile.in (install-arch-indep): Gzip the info files too.
5923
5924 * make-dist: Remove references to non-existent directories and files.
5925
5926 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
5927
5928 * configure.in: Include <strings.h> and <string.h> instead of
5929 "strings.h" and "string.h".
5930
5931 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
5932
5933 * configure.in: Remove code dealing with BSTRING.
5934
5935 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
5936
5937 * configure.in (AC_PREREQ): Require autoconf 2.65.
5938
5939 * configure.in (unxec): Do not define and substitute.
5940 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
5941
5942 2010-06-03 Glenn Morris <rgm@gnu.org>
5943
5944 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
5945
5946 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
5947
5948 Fix alloca definition when using gcc on non-gnu systems.
5949 * configure.in: Use the code sequence indicated by "info autoconf"
5950 for alloca (bug#6170).
5951
5952 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * .bzrignore: Ignore new files from trunk, which appear if you use
5955 colocated branches (i.e. "bzr switch").
5956
5957 2010-05-28 Glenn Morris <rgm@gnu.org>
5958
5959 * configure.in: Simplify some of the $canonical tests.
5960
5961 2010-05-27 Glenn Morris <rgm@gnu.org>
5962
5963 * config.bat: Do not preprocess src/Makefile.in.
5964
5965 * configure.in: Do not preprocess src/Makefile.in.
5966 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
5967 (AC_EGREP_CPP): Test no longer needed.
5968
5969 * make-dist: No more Makefile.c files.
5970
5971 2010-05-26 Glenn Morris <rgm@gnu.org>
5972
5973 * configure.in (YMF_PASS_LDFLAGS): Remove.
5974 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
5975
5976 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
5977 Add $GNUSTEP_LOCAL_HEADERS.
5978 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
5979
5980 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
5981 (GNUSTEP_MAKEFILES): Remove.
5982 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
5983 stuff to here.
5984
5985 2010-05-25 Glenn Morris <rgm@gnu.org>
5986
5987 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
5988 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
5989
5990 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
5991 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
5992 here instead.
5993
5994 2010-05-24 Romain Francoise <romain@orebokech.com>
5995
5996 * make-dist: Look for version in src/emacs.c.
5997 Use lisp/subr.el rather than lisp/version.el for location check.
5998
5999 2010-05-21 Glenn Morris <rgm@gnu.org>
6000
6001 * configure.in (MKDEPDIR): Parallel build tweak.
6002
6003 * configure.in (ns_frag): New output file.
6004
6005 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
6006 (OLDXMENU_TARGET): Set to empty if USE_GTK.
6007
6008 * configure.in (cannot_dump): New output variable.
6009
6010 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
6011
6012 * configure.in: On NetBSD, if terminfo is found, use it in
6013 preference to termcap. (Bug#6190)
6014
6015 2010-05-20 Glenn Morris <rgm@gnu.org>
6016
6017 * make-dist (src): Include *.mk.
6018 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
6019 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
6020 (deps_frag): New output file.
6021 (AUTO_DEPEND): Remove this definition.
6022
6023 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
6024
6025 2010-05-19 Glenn Morris <rgm@gnu.org>
6026
6027 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
6028 (ORDINARY_LINK): New AC_DEFINE.
6029 (LIB_GCC): No need to set if ORDINARY_LINK.
6030
6031 2010-05-18 Glenn Morris <rgm@gnu.org>
6032
6033 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
6034 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
6035
6036 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
6037 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
6038 (RALLOC_OBJ): New output variable.
6039
6040 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
6041 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
6042
6043 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * Makefile.in (src): Provide the name of the VCS file that witnesses
6046 a pull.
6047 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
6048
6049 2010-05-17 Glenn Morris <rgm@gnu.org>
6050
6051 * configure.in (OLDXMENU_DEPS): New output variable.
6052
6053 2010-05-16 Glenn Morris <rgm@gnu.org>
6054
6055 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
6056
6057 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
6058 * Makefile.in (install-arch-dep): Update for above change.
6059
6060 * Makefile.in (ns_appdir): Remove.
6061 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
6062
6063 * configure.in (TEMACS_LDFLAGS2): New output variable.
6064
6065 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
6066 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
6067 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
6068 nothing uses.
6069
6070 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
6071
6072 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
6073 does not use them.
6074 (X11R5_INHIBIT_I18N): Remove, unused.
6075
6076 2010-05-15 Glenn Morris <rgm@gnu.org>
6077
6078 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
6079
6080 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
6081
6082 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
6083
6084 * configure.in: Look for version string in its new location.
6085
6086 2010-05-15 Eli Zaretskii <eliz@gnu.org>
6087
6088 * config.bat: Remove support for DJGPP v1.x.
6089
6090 2010-05-15 Glenn Morris <rgm@gnu.org>
6091
6092 * configure.in (OLDXMENU_TARGET): New output variable.
6093
6094 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
6095
6096 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
6097 and other files that no longer exist.
6098
6099 2010-05-14 Glenn Morris <rgm@gnu.org>
6100
6101 * configure.in (cpp_undefs): Add mktime, register, X11.
6102
6103 * configure.in (GPM_MOUSE_SUPPORT): Remove.
6104 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
6105 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
6106
6107 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
6108 (GNUSTEP_MAKEFILES): Do not output.
6109
6110 2010-05-13 Glenn Morris <rgm@gnu.org>
6111
6112 * configure.in: Fix some paren typos.
6113
6114 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
6115
6116 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
6117
6118 2010-05-12 Glenn Morris <rgm@gnu.org>
6119
6120 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
6121
6122 * configure.in (LIB_GCC): New output variable.
6123
6124 2010-05-11 Glenn Morris <rgm@gnu.org>
6125
6126 * make-dist (msdos): No more mainmake.
6127
6128 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
6129 * config.bat: Do not run cpp on lib-src/Makefile.in.
6130
6131 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
6132
6133 2010-05-10 Glenn Morris <rgm@gnu.org>
6134
6135 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
6136
6137 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
6138 (BLESSMAIL_TARGET): New output variable.
6139
6140 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
6141
6142 * INSTALL: Fix typos.
6143
6144 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * configure.in: Add check for buggy version of GCC (Bug#6031).
6147
6148 2010-05-08 Glenn Morris <rgm@gnu.org>
6149
6150 * configure.in (HAVE_LIBNCURSES): New local variable.
6151 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
6152 replacing cpp in src/s/*.h and src/Makefile.in.
6153
6154 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
6155
6156 * Version 23.2 released.
6157
6158 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6159
6160 * configure.in: Add tests for `isnan' and `copysign'.
6161
6162 2010-05-07 Eli Zaretskii <eliz@gnu.org>
6163
6164 * config.bat: Allow for 2 leading `#'s in comments in
6165 src/Makefile.in.
6166
6167 2010-05-07 Glenn Morris <rgm@gnu.org>
6168
6169 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
6170 Merges logic from src/s/* and src/Makefile.in.
6171 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6172
6173 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
6174
6175 Define START_FILES and LIB_STANDARD using autoconf.
6176 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
6177 here from src/s/*.h.
6178 (HAVE_CRTIN): Remove, inline logic in the netbsd
6179 START_FILES/LIB_STANDARD computation.
6180
6181 2010-05-06 Glenn Morris <rgm@gnu.org>
6182
6183 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
6184
6185 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
6186 (LD_SWITCH_X_SITE): Remove unused variables.
6187
6188 2010-05-04 Glenn Morris <rgm@gnu.org>
6189
6190 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
6191 as well.
6192 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
6193
6194 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
6195
6196 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
6197 variables, replacing c_switch_machine, c_switch_system.
6198 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
6199 @c_switch_system@.
6200
6201 2010-05-03 Glenn Morris <rgm@gnu.org>
6202
6203 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
6204
6205 * make-dist: There are no more src/m/*.inp files.
6206
6207 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
6208
6209 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
6210 (ac_link): Do not use ld_switch_machine.
6211
6212 2010-05-01 Glenn Morris <rgm@gnu.org>
6213
6214 * configure.in (OTHER_OBJ): Remove.
6215 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
6216
6217 2010-04-30 Glenn Morris <rgm@gnu.org>
6218
6219 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
6220 Elsewhere, maybe include it.
6221
6222 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
6223 (OLDXMENU, LIBXMENU): New output variables.
6224
6225 * configure.in (OTHER_OBJ): New output variable.
6226
6227 2010-04-28 Glenn Morris <rgm@gnu.org>
6228
6229 * configure.in (CYGWIN_OBJ): New output variable.
6230
6231 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
6232
6233 * configure.in (FONT_OBJ): New output variable.
6234
6235 * configure.in (LIBXMU): New output variable.
6236
6237 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
6238
6239 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
6240 userland and maybe change values to i386 (move test from s/amdx86-64.h).
6241
6242 2010-04-27 Glenn Morris <rgm@gnu.org>
6243
6244 * configure.in (LIBXTR6): New output variable. Move unixware special
6245 case here from src/s/unixware.h.
6246
6247 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
6248 in Makefiles.
6249 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
6250
6251 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
6252 (LIBXP): No longer substitute in Makefiles.
6253 (MOTIF_LIBW): New output variable. Move system-specific settings here
6254 from src/s files.
6255
6256 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
6257
6258 Reduce CPP usage.
6259 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
6260 (unexec): Define unconditionally, all platforms define
6261 UNEXEC. AC_SUBST it.
6262 (UNEXEC_SRC): Remove, unused.
6263 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
6264
6265 2010-04-27 Glenn Morris <rgm@gnu.org>
6266
6267 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
6268 replaced by LIBXP.
6269
6270 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
6271 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
6272 On hpux10-20, default to /lib.
6273
6274 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
6275
6276 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
6277
6278 * configure.in (LIBS_MACHINE): Remove, unused.
6279
6280 * configure.in (LIB_MATH): New output variable. Set it for some systems.
6281
6282 2010-04-24 Glenn Morris <rgm@gnu.org>
6283
6284 * configure.in (CRT_DIR): New output variable.
6285 (--with-crt-dir): New option. (Bug#5655)
6286 (HAVE_LIB64_DIR): Remove.
6287
6288 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6289
6290 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
6291
6292 2010-04-22 Miles Bader <miles@gnu.org>
6293
6294 * configure.in: Get rid of "unix" pre-defined macro when
6295 preprocessing Makefile. (Bug#5857)
6296
6297 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
6298
6299 Avoid non-portable shell command negation
6300 * configure.in: Revert last change.
6301
6302 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
6303
6304 * configure.in: Change "if test ! -f" to "if ! test -f".
6305
6306 2010-04-21 Glenn Morris <rgm@gnu.org>
6307
6308 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
6309 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
6310
6311 2010-04-21 Karel Klíč <kklic@redhat.com>
6312
6313 * configure.in: New option: --with(out)-selinux, on by default.
6314 Set HAVE_LIBSELINUX if we find libselinux, and substitute
6315 LIBSELINUX_LIBS in Makefiles.
6316
6317 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
6318
6319 * configure.in: Remove all references to LIBX11_SYSTEM.
6320
6321 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6322
6323 * configure.in: Remove all references to C_DEBUG_SWITCH.
6324
6325 2010-03-27 Eli Zaretskii <eliz@gnu.org>
6326
6327 * config.bat <lib-src>: Edit out lines that begin with several #
6328 characters.
6329
6330 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
6331
6332 * configure.in: Remove support for old UNIX System V systems and
6333 for Unixware on non-x86 machines.
6334
6335 * configure.in: Remove support for Solaris on PPC and for old versions.
6336
6337 * configure.in: Remove non-working lynxos port.
6338
6339 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
6340
6341 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
6342
6343 2010-03-19 Glenn Morris <rgm@gnu.org>
6344
6345 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
6346 happy.
6347
6348 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
6349
6350 * configure.in: Check for tputs and friends, abort if not
6351 found (bug#5735).
6352
6353 2010-03-18 Glenn Morris <rgm@gnu.org>
6354
6355 * configure.in (--with-x-toolkit): In the help text, say which options
6356 are synonyms.
6357
6358 * configure.in (--with-mmdf, --with-mail-unlink):
6359 New options, off by default.
6360 (--with-mailhost): New option to set default POP host.
6361 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
6362 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
6363 New variables, substituted in Makefiles.
6364 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
6365 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
6366 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
6367 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
6368 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
6369
6370 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6371
6372 * Makefile.in (uninstall): Handle the case where archlibdir does not
6373 exist. (Bug#5720)
6374
6375 2010-03-12 Eli Zaretskii <eliz@gnu.org>
6376
6377 These changes remove termcap.c from the build on POSIX platforms.
6378 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
6379
6380 * configure: Regenerated.
6381
6382 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
6383
6384 * Branch for 23.2.
6385
6386 2010-01-31 Juri Linkov <juri@jurta.org>
6387
6388 * .bzrignore: Add TAGS-LISP.
6389
6390 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6391
6392 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
6393 this header file).
6394
6395 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6396
6397 * .bzrignore: Ignore all .exe, instead of individual files.
6398
6399 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
6400
6401 * configure.in: Explicitly check for and link to -lXrender.
6402
6403 2010-01-12 Glenn Morris <rgm@gnu.org>
6404
6405 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
6406 for bug reports for development versions.
6407
6408 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6409
6410 * .bzrignore: Add more ignored patterns, including for the MS-DOS
6411 build.
6412
6413 2009-12-27 Karl Fogel <kfogel@red-bean>
6414
6415 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
6416 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
6417
6418 2009-12-17 Glenn Morris <rgm@gnu.org>
6419
6420 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
6421
6422 2009-12-15 Glenn Morris <rgm@gnu.org>
6423
6424 * info/dir: Add EDT entry.
6425 * Makefile.in (INFO_FILES): Add edt.
6426
6427 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
6428
6429 * configure.in: Check for RSVG if GNUstep is used.
6430
6431 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
6432
6433 * configure.in: Don't check for RSVG or GConf unless X11 is used.
6434
6435 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
6436
6437 * configure.in: Allow compiling Emacs with GTK on Cygwin.
6438
6439 2009-12-01 Glenn Morris <rgm@gnu.org>
6440
6441 * make-dist: Add etc/images/mpc directory.
6442
6443 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
6444
6445 * configure.in: Don't check for GConf unless X is used.
6446
6447 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
6448
6449 * configure.in: Use -Wdeclaration-after-statement if available.
6450
6451 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
6452
6453 * configure.in: New option: --with(out)-gconf.
6454 Set HAVE_GCONF if we find gconf.
6455
6456 2009-11-17 Glenn Morris <rgm@gnu.org>
6457
6458 * Makefile.in (INFO_FILES): Add semantic.
6459
6460 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
6461
6462 * info/dir: Add Semantic.
6463
6464 2009-11-16 Glenn Morris <rgm@gnu.org>
6465
6466 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
6467 pattern, so as not to exclude makefile*.el. (Bug#4912)
6468
6469 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
6470
6471 * configure.in: --enable-autodepend is new. Check for GNU Make
6472 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
6473 gcc and GNU make to generate dependencies.
6474
6475 2009-10-27 Glenn Morris <rgm@gnu.org>
6476
6477 * make-dist: Make links to doc/lispintro/*.pdf.
6478
6479 2009-10-23 Jim Meyering <meyering@redhat.com>
6480
6481 * configure.in: Invoke $CPP with -P when creating Makefile and
6482 src/Makefile. Without this, gcc 4.4.2 converts each
6483 backslash-newline pair in the input to a bare newline, yielding
6484 invalid Makefiles.
6485
6486 * configure: Regenerate.
6487
6488 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
6489
6490 * configure.in (vax-dec-vms): Remove, not supported anymore.
6491
6492 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
6493
6494 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
6495 (*-apple-darwin*): Add x86_64 architecture.
6496
6497 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6498
6499 * config.guess, config.sub: Updated from master source.
6500
6501 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
6502
6503 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
6504
6505 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
6506
6507 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
6508
6509 2009-09-29 Glenn Morris <rgm@gnu.org>
6510
6511 * make-dist (check): Update for two new levels of subdirectory in lisp/.
6512
6513 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6514
6515 * config.guess, config.sub: Updated from master source.
6516
6517 * configure.in (OTHER_FILES): Define using autoconf not cpp.
6518
6519 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6520
6521 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
6522
6523 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * INSTALL: Update URL for GNU FreeFont.
6526
6527 2009-09-09 Glenn Morris <rgm@gnu.org>
6528
6529 * Makefile.in (install-arch-indep): Don't recursively change perms of
6530 site-lisp and infodir. There may be non-Emacs files in here, and the
6531 files supplied by Emacs are all handled explicitly already. (Bug#3800)
6532 (mkdir): Set umask to world-readable before creating directories.
6533 mkinstalldirs already checks if dirs exist, don't duplicate this test.
6534
6535 2009-08-29 Glenn Morris <rgm@gnu.org>
6536
6537 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
6538 (info): Don't give an error in the absence of makeinfo - let the doc
6539 Makefiles do that, if the info files need rebuilding. (Bug#3982)
6540
6541 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
6542
6543 * Makefile.in (install-arch-indep): If the versioned DOC-####
6544 generated during loadup+dump isn't found, install the plain DOC
6545 file that always gets generated, in case CANNOT_DUMP is set.
6546
6547 * configure.in: Warn if package version specified here doesn't
6548 match the version in version.el.
6549 * configure: Regenerate.
6550
6551 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
6552
6553 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
6554
6555 * configure: Regenerate.
6556
6557 2009-08-19 Glenn Morris <rgm@gnu.org>
6558
6559 * INSTALL: Remove reference to cvtmail.
6560
6561 2009-08-15 CHENG Gao <chenggao@gmail.com>
6562
6563 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
6564
6565 2009-08-02 Kevin Ryde <user42@zip.com.au>
6566
6567 * INSTALL: Fix free fonts URL.
6568
6569 2009-07-22 Glenn Morris <rgm@gnu.org>
6570
6571 * configure.in (AC_PREREQ): Require autoconf 2.62.
6572
6573 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
6574
6575 * configure.in (--enable-checking, --enable-profiling):
6576 Use AS_HELP_STRING.
6577
6578 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
6579
6580 * configure.in (--enable-profiling): New option.
6581 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
6582
6583 2009-06-27 Glenn Morris <rgm@gnu.org>
6584
6585 * configure.in: Restore netbsd on mips, mipsel, mipseb.
6586
6587 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
6588
6589 * configure.in (--enable-checking): New option.
6590
6591 2009-06-24 Glenn Morris <rgm@gnu.org>
6592
6593 * make-dist: Warn if subdir does not exist in source.
6594 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
6595 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
6596 No longer make links.
6597
6598 2009-06-24 Yavor Doganov <yavor@gnu.org>
6599
6600 * make-dist (tempdir): Don't create directories preferences.gorm
6601 and preferences.nib, they are no longer required.
6602
6603 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * Branch for 23.1.
6606
6607 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * configure.in: Delete mac-fix-env target, which has been
6610 removed (Bug#3531).
6611
6612 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
6615
6616 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
6617
6618 * BUGS: Use new binding of view-emacs-problems.
6619
6620 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
6621
6622 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
6623 for Solaris compatibility.
6624
6625 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * configure: Regenerate.
6628
6629 * configure.in: Disable use of FreeType without libXft.
6630
6631 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
6632
6633 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
6634 Check if it is declared in gtk.h.
6635
6636 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
6637
6638 * Makefile.in (install-arch-indep): Remove .gitignore files.
6639
6640 2009-04-03 Kenichi Handa <handa@m17n.org>
6641
6642 * INSTALL: Make the section "Complex Text Layout support
6643 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
6644
6645 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
6646
6647 * configure.in (rs6000-ibm-aix6*): Fix typo.
6648
6649 2009-03-04 Glenn Morris <rgm@gnu.org>
6650
6651 * Makefile.in (INFO_FILES): Add auth.
6652
6653 2009-03-03 Glenn Morris <rgm@gnu.org>
6654
6655 * info/dir: Add Auth-source.
6656
6657 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
6660 the second.
6661
6662 2009-02-28 Eli Zaretskii <eliz@gnu.org>
6663
6664 * config.bat: Copy .dbxinit to _dbxinit.
6665
6666 * make-dist (Making links to `info'): Remove .gitignore.
6667
6668 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * Makefile.in (lib-src, lisp): Use simpler rule.
6671 (src): Be more specific to avoid recompiling all the .elc files just
6672 because the bootstrap-emacs is missing.
6673
6674 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
6675
6676 * configure.in: Require librsvg >= 2.11.
6677
6678 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
6679
6680 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
6681 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
6682
6683 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
6684
6685 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
6686
6687 2009-02-03 Glenn Morris <rgm@gnu.org>
6688
6689 * make-dist: Add some missing files, remove some that are no longer
6690 present.
6691
6692 2009-02-02 Glenn Morris <rgm@gnu.org>
6693
6694 * make-dist: Add some missing nextstep/ files.
6695
6696 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
6697
6698 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
6699
6700 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
6701
6702 * configure.in: Add support for m68k-*-netbsd.
6703
6704 2009-01-14 Juri Linkov <juri@jurta.org>
6705
6706 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
6707
6708 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
6709 and bug-reference-mode.
6710
6711 2009-01-11 Juri Linkov <juri@jurta.org>
6712
6713 * INSTALL.CVS: Move configuration explicitly to the first step.
6714
6715 2009-01-09 Glenn Morris <rgm@gnu.org>
6716
6717 * .dir-locals.el: Don't set indent-tabs-mode.
6718
6719 2008-12-30 Kenichi Handa <handa@m17n.org>
6720
6721 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
6722 the function OTF_get_variation_glyphs.
6723
6724 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
6725
6726 * Makefile.in (install-arch-dep): Remove old directories in
6727 ns_app* before moving new directories there.
6728
6729 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
6730
6731 * .dir-locals.el: Remove non-working entry for pmail.
6732 (fill-column): Fix typo.
6733 (change-log-mode): Add fill column.
6734
6735 2008-12-26 Eli Zaretskii <eliz@gnu.org>
6736
6737 * config.bat: Produce _dir-locals.el from .dir-locals.el.
6738
6739 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
6740
6741 * make-dist (tempdir): Distribute .dir-locals.el.
6742
6743 * .dir-locals.el: New file.
6744
6745 2008-12-19 Eli Zaretskii <eliz@gnu.org>
6746
6747 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
6748 for rationale.
6749
6750 2008-12-13 Glenn Morris <rgm@gnu.org>
6751
6752 * Makefile.in (install-arch-indep): Add new man-pages.
6753 (manext): Remove variable.
6754 (MAN_PAGES): New variable.
6755 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
6756 and remove.
6757 (uninstall): Remove desktop file and icons, game scores if empty.
6758
6759 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
6760
6761 * config.guess, config.sub: Updated from master source.
6762
6763 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6764
6765 * Makefile.in (install-arch-indep): Install ebrowse.1.
6766
6767 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6768
6769 * configure.in: Add Solaris on x86_64.
6770
6771 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6772
6773 * config.guess, config.sub: Updated from master source.
6774
6775 2008-12-08 Eli Zaretskii <eliz@gnu.org>
6776
6777 * info/dir: Fix last change.
6778
6779 2008-12-07 Eli Zaretskii <eliz@gnu.org>
6780
6781 * info/dir: Untabify.
6782
6783 2008-11-28 Ulrich Müller <ulm@gentoo.org>
6784
6785 * configure.in: Fix last change.
6786
6787 2008-11-28 Richard M Stallman <rms@gnu.org>
6788
6789 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
6790 New configurations.
6791
6792 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
6793
6794 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
6795 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
6796
6797 2008-11-15 Eli Zaretskii <eliz@gnu.org>
6798
6799 * Makefile.in (INFO_FILES): Remove ns-emacs.
6800
6801 * info/dir (NS-Emacs): Remove entry.
6802
6803 2008-11-08 Eli Zaretskii <eliz@gnu.org>
6804
6805 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
6806
6807 2008-11-07 Glenn Morris <rgm@gnu.org>
6808
6809 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
6810
6811 2008-10-31 Eli Zaretskii <eliz@gnu.org>
6812
6813 * config.bat: Tell user to expect one "File not found" message
6814 while the `doc' directory is being configured.
6815
6816 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * update-subdirs: Put obsolete directory last.
6819
6820 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
6821
6822 * configure.in: Check fontconfig always.
6823
6824 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
6825
6826 * configure (*-solaris2.[7-9]*): Fix typo.
6827
6828 2008-10-24 Glenn Morris <rgm@gnu.org>
6829
6830 * configure.in (--without-sync-input, --with-pkg-config-prog):
6831 Help strings start with lower case.
6832 (--with-gnustep-conf): New option.
6833 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
6834
6835 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
6836
6837 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
6838 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
6839 is not found. (Bug#1230)
6840
6841 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
6842
6843 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
6844 Use sol2-6.h for Solaris 7-9.
6845
6846 2008-10-18 Ulrich Müller <ulm@gentoo.org>
6847
6848 * configure.in: Add support for GNU/Linux on SuperH.
6849
6850 2008-10-12 Andreas Schwab <schwab@suse.de>
6851
6852 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
6853
6854 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
6855
6856 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
6857 "X") to avoid confusion.
6858
6859 * configure: Regenerate.
6860
6861 2008-09-07 Romain Francoise <romain@orebokech.com>
6862
6863 * make-dist: Distribute doc/man/ChangeLog.
6864
6865 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6866
6867 * configure.in: Disable XFT and Freetype when without X.
6868
6869 * configure: Regenerate.
6870
6871 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6872
6873 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
6874
6875 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
6876
6877 * configure.in (GNUSTEP_SYSTEM_HEADERS):
6878 Define GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
6879
6880 * configure: Regenerate.
6881
6882 2008-08-20 Eli Zaretskii <eliz@gnu.org>
6883
6884 * configure.in: Move "#define subprocesses" before
6885 config_opsysfile is included.
6886
6887 2008-08-19 Kenichi Handa <handa@m17n.org>
6888
6889 * INSTALL (Extra fonts): Mention local fonts, don't mention
6890 mule-unicode.
6891
6892 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
6893
6894 * make-dist: Omit info/.arch-inventory.
6895
6896 2008-08-16 Jason Rumney <jasonr@gnu.org>
6897
6898 * make-dist (tempdir/nt): Link emacsclient.rc.
6899
6900 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6901
6902 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
6903 AC_SUBST it.
6904 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
6905 AC_SUBST it.
6906 (OTHER_FILES): Always define for HAVE_NS.
6907 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
6908 * configure: Regenerate.
6909
6910 2008-08-07 Andreas Schwab <schwab@suse.de>
6911
6912 * configure.in: Correctly handle
6913 --enable-cocoa-experimental-ctrl-g=no and
6914 --enable-ns-self-contained=yes.
6915
6916 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6917
6918 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
6919 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep.
6920 Don't bother undef'ing since won't have desired effect.
6921
6922 2008-08-06 Andreas Schwab <schwab@suse.de>
6923
6924 * configure.in: Fix quoting.
6925
6926 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
6929
6930 2008-08-05 Ulrich Müller <ulm@gentoo.org>
6931
6932 * configure.in: Add checks for krb5_error.text and
6933 krb5_error.e_text struct members.
6934
6935 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
6936
6937 * configure.in: Test for existence of NSInteger.
6938 Suggested by Yavor Doganov.
6939
6940 2008-08-02 Romain Francoise <romain@orebokech.com>
6941
6942 * Makefile.in (INFO_FILES): Add mairix-el.
6943
6944 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6945
6946 * make-dist:
6947 * README: Remove VMS support.
6948 * vms: Remove directory.
6949
6950 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6951
6952 * configure.in (MULTI_KBOARD): Remove.
6953
6954 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
6955
6956 * configure.in (DO_BLOCK_INPUT): Remove, unused.
6957
6958 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
6959
6960 * info/dir (File): Add mairix-el.
6961
6962 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6963
6964 Remove support for Mac Carbon.
6965 * mac: Remove directory.
6966 * make-dist:
6967 * configure.in:
6968 * README:
6969 * Makefile.in:
6970 * INSTALL: Remove code for Carbon.
6971 * configure: Regenerate.
6972
6973 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
6974
6975 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
6976
6977 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
6978
6979 * configure.in: Check for getrlimit.
6980
6981 * configure: Regenerate.
6982
6983 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6984
6985 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
6986 in src/Makefile.in.
6987 (static): Remove, autoconf would always comment it out anyway.
6988 (subprocesses): Define unconditionally.
6989
6990 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
6991
6992 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
6993 compilation under GNUstep.
6994
6995 2008-07-18 Kenichi Handa <handa@m17n.org>
6996
6997 * INSTALL (Complex Text Layout support libraries): Delete the
6998 paragraph about --enable-font-backend.
6999
7000 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
7001
7002 * configure.in: Print out some info to user for NeXTstep builds.
7003 (ns-app): Remove enable option.
7004 (ns-self-contained): Add enable option.
7005 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
7006 GNUstep, use to set install prefixes, and substitute in Makefiles.
7007 * configure: Regenerate.
7008 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
7009 NS app bundle.
7010
7011 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
7014
7015 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7016
7017 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
7018 NS_IMPL_COCOA.
7019
7020 2008-07-16 Glenn Morris <rgm@gnu.org>
7021
7022 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
7023 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
7024 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
7025 never unset.
7026
7027 * make-dist: Add nextstep/ directories.
7028 (src, lib-src): Add .m files.
7029
7030 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7031
7032 * configure.in (freebsd, kfreebsd): Undo part of previous change.
7033 (USER_FULL_NAME): Remove, not used anymore.
7034 * configure: Regenerate.
7035
7036 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7037
7038 Changes and additions for NeXTstep windowing system (Cocoa and
7039 GNUstep) support.
7040
7041 * configure.in: Add support for NS window system: --with-ns (default
7042 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
7043 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
7044 disable font backend if window system is "none", not if !HAVE_X11.
7045 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
7046 (install-arch-dep): Add commands to assemble NS .app package.
7047
7048 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
7049
7050 * configure.in: Use macppc for Darwin. Remove references to
7051 desupported systems.
7052 * configure: Regenerate.
7053
7054 2008-07-05 Glenn Morris <rgm@gnu.org>
7055
7056 * make-dist (EMACS): Doc fix.
7057 (lisp): There are no *.dat or image files here any more.
7058 (src): There are no *.s files here any more.
7059 (etc/images, etc/images/*): Link to most regular files.
7060
7061 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7062
7063 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
7064
7065 2008-07-01 Glenn Morris <rgm@gnu.org>
7066
7067 * configure.in (cpp_undefs): Rename from `undefs', update uses.
7068 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
7069 and explicitly export there. (Bug#507.)
7070
7071 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
7072
7073 * configure.in:
7074 * configure: Remove references to obsolete systems.
7075
7076 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * Makefile.in (Makefile): Use it for its timestamp value as well, and
7079 make it depend on all other */.in files.
7080 (src/Makefile, src/config.stamp, lib-src/Makefile)
7081 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
7082 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
7083 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
7084 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
7085
7086 * configure.in: Don't create src/config.stamp any more.
7087
7088 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
7089
7090 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
7091
7092 2008-06-22 Glenn Morris <rgm@gnu.org>
7093
7094 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
7095
7096 2008-06-21 Romain Francoise <romain@orebokech.com>
7097
7098 * Makefile.in (INFO_FILES): Add sasl.
7099
7100 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
7103 (bootstrap-build): Remove.
7104 (top_bootclean): New var.
7105 (top_distclean, bootstrap-clean): Use it.
7106 (bootstrap): Don't recheck config. Make normally.
7107
7108 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * Makefile.in (SUBDIR): Include `lisp'.
7111 (lisp): Depend on `src'.
7112 (top_distclean): Don't remove config.status.
7113 (bootstrap-clean): New target.
7114 (maintainer-clean): Use it.
7115 (bootstrap): Use bootstrap-clean. Re-run config.status.
7116 (src/bootstrap-emacs${EXEEXT}): New target.
7117 (bootstrap-build): Use it. Don't use bootstrap-prepare because
7118 src/Makefile now takes care of it.
7119 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
7120
7121 2008-06-15 Glenn Morris <rgm@gnu.org>
7122
7123 * info/dir: Add sasl.
7124
7125 2008-06-09 Alan Mackenzie <acm@muc.de>
7126
7127 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
7128
7129 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
7130
7131 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
7132
7133 2008-06-07 Glenn Morris <rgm@gnu.org>
7134
7135 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
7136 serve no purpose.
7137
7138 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
7139
7140 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
7141 * configure: Regenerate.
7142
7143 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * update-subdirs: Don't touch subdirs.el if it is unchanged.
7146
7147 2008-05-14 Kenichi Handa <handa@m17n.org>
7148
7149 * configure: Regenerate.
7150
7151 * configure.in: Don't handle --disable-font-backend. Don't print
7152 a message about a font backend.
7153
7154 2008-05-09 Glenn Morris <rgm@gnu.org>
7155
7156 * configure.in: Make absence of makeinfo a fatal error only if the info
7157 files don't exist.
7158 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
7159
7160 2008-05-07 Eli Zaretskii <eliz@gnu.org>
7161
7162 * config.bat: Fix last change: don't use < and > in "rem" lines,
7163 they are interpreted as redirection by DOS shells.
7164
7165 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7166
7167 * configure.in: Check availability of AvailabilityMacros.h
7168 if HAVE_CARBON.
7169
7170 * configure: Regenerate.
7171
7172 2008-05-03 Glenn Morris <rgm@gnu.org>
7173
7174 * configure.in (x_libraries): Remove standard 64-bit directories -
7175 experimental workaround for minor autoconf bug.
7176
7177 * configure.in (--without-makeinfo): New option. If set,
7178 absence of suitable makeinfo is not a fatal error.
7179 * Makefile.in (MAKEINFO): New, set by configure.
7180 (install-arch-indep): Without makeinfo, ignore any missing manuals.
7181 (info-real): New target.
7182 (info): Without makeinfo, do nothing, else call `info-real'.
7183
7184 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
7185
7186 * configure.in: Remove hpux10.20 from the desupported list.
7187
7188 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7189
7190 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
7191
7192 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
7195 rather than change CPPFLAGS.
7196 (HAVE_GTK): Rename to USE_GTK.
7197
7198 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
7199
7200 * configure.in: Replace the obsolete macros AC_AIX and
7201 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
7202
7203 2008-04-05 Andreas Schwab <schwab@suse.de>
7204
7205 * configure.in: No longer create admin/unidata/Makefile.
7206
7207 2008-03-28 Andreas Schwab <schwab@suse.de>
7208
7209 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
7210 (lisp/Makefile): New rule.
7211
7212 2008-03-13 Glenn Morris <rgm@gnu.org>
7213
7214 * configure.in (AC_INIT): Fix version number.
7215 (sync-input): Reword the option, since it's on by default.
7216
7217 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
7218
7219 * configure.in: Add --enable-sync-input, default yes.
7220
7221 2008-03-11 Glenn Morris <rgm@gnu.org>
7222
7223 * Makefile.in (install-etc, mkdir): Handle directory
7224 etc/images/icons/hicolor/*/mimetypes/.
7225
7226 * make-dist: Handle icons/hicolor/scalable directory.
7227
7228 2008-03-05 Glenn Morris <rgm@gnu.org>
7229
7230 * configure.in: Enable font-backend by default.
7231 (USE_FONT_BACKEND): Set to "no" in absence of X.
7232 (PKG_CONFIG): Don't set multiple times, once is enough.
7233 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
7234
7235 2008-03-03 Glenn Morris <rgm@gnu.org>
7236
7237 * Makefile.in (iconsrcdir): New variable.
7238 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
7239 directory.
7240
7241 2008-02-29 Glenn Morris <rgm@gnu.org>
7242
7243 * test/: New directory.
7244
7245 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
7246
7247 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
7248
7249 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7250
7251 * configure.in: Print an error for systems that we think are obsolete
7252 and are proposed to be removed. Remove some more unused systems.
7253 Add support for powerpc-ibm-aix6*.
7254
7255 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
7256
7257 * configure.in: Remove references to obsolete variables and systems.
7258
7259 2008-02-21 Glenn Morris <rgm@gnu.org>
7260
7261 * Makefile.in (set_installuser): New.
7262 (install-arch-indep): Use set_installuser to avoid duplicate code.
7263
7264 * README.unicode: Split into admin/notes/unicode,font-backend and
7265 remove.
7266
7267 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
7268
7269 * configure.in (arm*-*-freebsd*): Add.
7270
7271 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
7272
7273 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
7274 dealing with obsolete variables.
7275
7276 2008-02-08 Glenn Morris <rgm@gnu.org>
7277
7278 * Makefile.in (check-info-dir): New target.
7279
7280 2008-02-08 Michael Olson <mwolson@gnu.org>
7281
7282 * Makefile.in (INFO_FILES): Add epa.
7283
7284 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
7285 features" section.
7286
7287 2008-02-06 Glenn Morris <rgm@gnu.org>
7288
7289 * configure.in (--with-gcc): Give an error saying this option has
7290 been removed.
7291 (--with-gtk): Remove this option.
7292
7293 2008-02-06 Tom Tromey <tromey@redhat.com>
7294
7295 * configure.in (--with-gcc): Remove.
7296 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
7297
7298 2008-02-05 Ulrich Müller <ulm@gentoo.org>
7299
7300 * INSTALL: Recommend giflib, not libungif.
7301
7302 2008-02-05 Tom Tromey <tromey@redhat.com>
7303
7304 * configure.in (--with-dbus): Default to enabled.
7305
7306 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
7307
7308 * INSTALL (Complex Text Layout support libraries): New section.
7309
7310 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
7311
7312 * make-dist: Remove references to files in mac/ that have been
7313 deleted.
7314
7315 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7316
7317 * configure.in: For libotf and m17n-flt checks, set shell vars
7318 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
7319 pkg_check_m17n_flt, respectively, for the sake of the summary output.
7320 Reported by Ulrich Müller.
7321
7322 2008-02-02 Eli Zaretskii <eliz@gnu.org>
7323
7324 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
7325 admin/unidata/Makefile.in to Makefile.
7326
7327 2008-02-02 Glenn Morris <rgm@gnu.org>
7328
7329 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
7330 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
7331 (HAVE_XFT): Add "Does Emacs use..." messages at end.
7332
7333 2008-02-01 Miles Bader <miles@gnu.org>
7334
7335 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
7336 [libotf], and [m17n-flt] options.
7337
7338 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7339
7340 * configure.in: Add EMACS_ARG_N([libotf]...), and
7341 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
7342 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
7343 CFLAGS, and LIBS in checking of m17n-flt.
7344
7345 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
7346
7347 * configure.in: Check the availability of m17n-flt library.
7348
7349 2008-02-01 Kenichi Handa <handa@m17n.org>
7350
7351 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
7352 not available.
7353
7354 2008-02-01 Kenichi Handa <handa@m17n.org>
7355
7356 * configure.in: New args --enable-font-backend, --with-xft,
7357 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
7358 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
7359 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
7360 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
7361
7362 2008-02-01 Kenichi Handa <handa@m17n.org>
7363
7364 * make-dist: Include etc/charsets in tarball.
7365
7366 2008-02-01 Kenichi Handa <handa@m17n.org>
7367
7368 * configure.in: While running cpp on junk.c, include
7369 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
7370 exists.
7371
7372 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
7373
7374 * configure.in (xtensa): Match more configurations.
7375
7376 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
7377
7378 * configure.in: Update comment.
7379
7380 2008-01-26 Glenn Morris <rgm@gnu.org>
7381
7382 * configure.in (--without-gcc): By default, neither off nor on.
7383 (--with-carbon): Tone down rhetoric in help text.
7384
7385 2008-01-25 Glenn Morris <rgm@gnu.org>
7386
7387 * configure.in: Correct usage of OPTION_DEFAULT_ON,
7388 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
7389 Default `Carbon' to off (it's unsupported).
7390
7391 2008-01-24 Glenn Morris <rgm@gnu.org>
7392
7393 * configure.in: Standardize dbus-related messages.
7394
7395 2008-01-23 Michael Olson <mwolson@gnu.org>
7396
7397 * configure.in (pkg-config-prog): Remove initial whitespace.
7398
7399 2008-01-23 Tom Tromey <tromey@redhat.com>
7400
7401 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
7402 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
7403 Update all users.
7404
7405 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
7406
7407 * config.guess, config.sub: Updated from master source.
7408
7409 2008-01-17 Andreas Schwab <schwab@suse.de>
7410
7411 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
7412
7413 2008-01-17 Glenn Morris <rgm@gnu.org>
7414
7415 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
7416
7417 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
7418
7419 * configure.in: Remove more references to unsupported systems.
7420
7421 2008-01-16 Sven Joachim <svenjoac@gmx.de>
7422
7423 * make-dist: Add --lzma.
7424
7425 2008-01-16 Glenn Morris <rgm@gnu.org>
7426
7427 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
7428 configure checks for this.
7429
7430 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
7431
7432 * configure.in: Remove more references to unsupported systems.
7433
7434 2008-01-06 Romain Francoise <romain@orebokech.com>
7435
7436 * configure.in: Delete extra semicolons.
7437
7438 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7439
7440 * configure.in: Remove references to unsupported systems.
7441
7442 2008-01-05 Romain Francoise <romain@orebokech.com>
7443
7444 * make-dist: Add --bzip2. Update copyright.
7445
7446 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
7447
7448 * configure.in: Remove support for Masscomp.
7449
7450 2008-01-05 Glenn Morris <rgm@gnu.org>
7451
7452 * Makefile.in (desktopdir, icondir): New variables.
7453 (install-arch-indep): Also depend on `install-etc'.
7454 (install-etc): New target.
7455 (mkdir): Also create the `applications' and `icons' directories.
7456
7457 2008-01-04 Glenn Morris <rgm@gnu.org>
7458
7459 * make-dist: Update for new etc/images/icons/hicolor directory.
7460
7461 2007-12-09 Andreas Schwab <schwab@suse.de>
7462
7463 * configure.in: D-Bus is not enabled by default.
7464
7465 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
7466
7467 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
7468 change.
7469
7470 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
7471
7472 * configure.in: Give package name and version to AC_INIT.
7473
7474 2007-12-03 Magnus Henoch <mange@freemail.hu>
7475
7476 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
7477
7478 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
7479
7480 * configure.in: No need for DBUS_INFO anymore.
7481
7482 * Makefile.in (INFO_FILES): Use dbus unconditionally.
7483
7484 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
7485
7486 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
7487
7488 * Makefile.in (INFO_FILES): Add dbus.
7489
7490 2007-12-02 Romain Francoise <romain@orebokech.com>
7491
7492 * make-dist: Fix last change.
7493
7494 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
7495
7496 * configure.in: Add support for gnu-kfreebsd.
7497
7498 2007-11-28 Glenn Morris <rgm@gnu.org>
7499
7500 * make-dist: Add etc/nxml.
7501
7502 2007-11-24 Romain Francoise <romain@orebokech.com>
7503
7504 * Makefile.in (INFO_FILES): Add nxml-mode.
7505
7506 2007-11-23 Romain Francoise <romain@orebokech.com>
7507
7508 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
7509 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
7510
7511 2007-11-20 Andreas Schwab <schwab@suse.de>
7512
7513 * configure.in: Always include <resolv.h> when checking for res_init.
7514
7515 2007-11-17 Andreas Schwab <schwab@suse.de>
7516
7517 * update-subdirs: Atomically update subdirs.el.
7518
7519 2007-11-17 Glenn Morris <rgm@gnu.org>
7520
7521 * Makefile.in (check-declare): New target.
7522
7523 2007-11-07 Glenn Morris <rgm@gnu.org>
7524
7525 * configure.in: Deprecate Mac Carbon port.
7526
7527 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
7528
7529 * configure.in: Remove HAVE_X11R5 check.
7530
7531 2007-10-31 Glenn Morris <rgm@gnu.org>
7532
7533 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
7534 when changing ownership of installed files.
7535
7536 2007-10-30 Glenn Morris <rgm@gnu.org>
7537
7538 * make-dist: Add new directory etc/gnus.
7539
7540 2007-10-30 Michael Olson <mwolson@gnu.org>
7541
7542 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
7543
7544 2007-10-29 Glenn Morris <rgm@gnu.org>
7545
7546 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
7547
7548 2007-10-23 Glenn Morris <rgm@gnu.org>
7549
7550 * MAINTAINERS: Move to admin/.
7551
7552 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
7553
7554 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
7555 (HAVE_LIBRESOLV): Also define if we are using res_init().
7556
7557 2007-10-17 Glenn Morris <rgm@gnu.org>
7558
7559 * FTP: Remove file, since it's just a duplicate of one in etc/.
7560
7561 2007-10-05 Eli Zaretskii <eliz@gnu.org>
7562
7563 * config.bat: Fix configuring `doc' due to changes in the
7564 directory structure.
7565
7566 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
7567
7568 * configure.in: Don't use -lpthread on HP-UX.
7569
7570 2007-09-16 Glenn Morris <rgm@gnu.org>
7571
7572 * make-dist: File gfdl.1 has been removed.
7573
7574 2007-09-15 Glenn Morris <rgm@gnu.org>
7575
7576 * configure.in: Fix makeinfo version regexp.
7577
7578 2007-09-12 Glenn Morris <rgm@gnu.org>
7579
7580 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
7581 implementation of alloca is not found.
7582
7583 * Makefile.in (SOURCES, unlock, relock): Delete.
7584 (install-arch-indep): Do not exclude the etc/ Makefiles.
7585
7586 2007-09-09 Juri Linkov <juri@jurta.org>
7587
7588 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
7589
7590 * README: Add doc/ to documentation directories.
7591
7592 2007-09-08 Michael Olson <mwolson@gnu.org>
7593
7594 * MAINTAINERS: Add myself for ERC and tq.el.
7595 Update for new doc/ directory layout.
7596
7597 2007-09-06 Romain Francoise <romain@orebokech.com>
7598
7599 * make-dist: Update for new doc/ directory layout.
7600
7601 2007-09-06 Glenn Morris <rgm@gnu.org>
7602
7603 * Makefile.in (mansrcdir): New variable.
7604 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
7605 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
7606 update these targets for new doc/ directory layout.
7607 (doc/misc/Makefile): New target.
7608 (install-arch-indep): Use mansrcdir for new location of manpages.
7609 (mostlyclean, clean, distclean, maintainer-clean, unlock)
7610 (relock, info, dvi): Update targets for new doc/ directory layout.
7611
7612 * configure.in (AC_OUTPUT): Update names of generated Makefiles
7613 for new doc/ directory layout.
7614
7615 2007-09-02 Andreas Schwab <schwab@suse.de>
7616
7617 * configure.in: Use AS_HELP_STRING throughout.
7618 * configure: Regenerate.
7619
7620 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
7621
7622 * configure.in: Require Gtk/Glib 2.6.
7623
7624 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
7625
7626 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
7627 Use them throughout in place of AC_ARG_WITH calls.
7628 * configure: Regenerate.
7629
7630 2007-09-01 Andreas Schwab <schwab@suse.de>
7631
7632 * configure.in: Put quotes around nested macro calls.
7633
7634 2007-08-31 Ulrich Müller <ulm@gentoo.org> (tiny change)
7635
7636 * configure.in: Fix typo.
7637 * configure: Regenerate.
7638
7639 2007-08-30 Glenn Morris <rgm@gnu.org>
7640
7641 * configure.in (AH_BOTTOM): Copy some manual changes made to
7642 src/config.in here so they are not lost when it regenerates.
7643
7644 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
7645
7646 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
7647
7648 * README.multi-tty: New file.
7649
7650 2007-08-29 Glenn Morris <rgm@gnu.org>
7651
7652 * README: Increase version to 23.0.50.
7653
7654 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
7655
7656 * configure.in: New option: --without-xaw3d.
7657
7658 2007-08-24 Glenn Morris <rgm@gnu.org>
7659
7660 * configure.in: Check for a suitably recent makeinfo.
7661
7662 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
7663
7664 * configure.in (Check for required libraries): Typo.
7665
7666 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7667
7668 * configure.in: Check librsvg2 also for Mac Carbon.
7669
7670 2007-08-22 Romain Francoise <romain@orebokech.com>
7671
7672 * make-dist: Follow reorganization of files in etc/.
7673
7674 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
7675
7676 * configure.in: Add support for SVG images through librsvg2.
7677
7678 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7679
7680 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
7681 to avoid an error message if there is no DOC there.
7682
7683 2007-07-25 Glenn Morris <rgm@gnu.org>
7684
7685 * Relicense all FSF files to GPLv3 or later.
7686
7687 * COPYING, info/COPYING: Switch to GPLv3.
7688
7689 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
7690
7691 * configure.in: Complain if X seems to be installed but no
7692 development files were found.
7693
7694 2007-06-20 Glenn Morris <rgm@gnu.org>
7695
7696 * configure.in: Prefer libgif over libungif.
7697
7698 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
7699
7700 * configure.in: Check for all image libraries before exiting.
7701
7702 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
7703
7704 * configure.in: Exit with error if image libraries aren't found.
7705
7706 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
7707
7708 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
7709 when compiling without scrollbars.
7710
7711 2007-06-12 Glenn Morris <rgm@gnu.org>
7712
7713 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
7714
7715 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
7716
7717 * configure.in: Change wording about yes/gtk and lucid/athena
7718 being synonyms.
7719
7720 2007-06-08 Glenn Morris <rgm@gnu.org>
7721
7722 * configure.in: Make gtk the default toolkit.
7723
7724 2007-06-07 Glenn Morris <rgm@gnu.org>
7725
7726 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
7727 for a Sun C compiler.
7728
7729 * Makefile.in (install-arch-indep): Install only the DOC- file
7730 specific to the build, if possible, rather than DOC-*.
7731
7732 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
7733
7734 * Version 22.1 released.
7735
7736 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
7737
7738 * mkinstalldirs: Sync to version in automake CVS.
7739
7740 2007-05-22 Andreas Schwab <schwab@suse.de>
7741
7742 * configure.in: Prefer build_alias over host when host_alias is not set.
7743 * configure: Regenerate.
7744
7745 2007-05-20 Andreas Schwab <schwab@suse.de>
7746
7747 * configure.in: Remove empty AC_SUBST.
7748 * configure: Regenerate.
7749
7750 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7751
7752 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
7753 it like others.
7754 * configure: Regenerate.
7755
7756 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
7757
7758 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
7759 (AC_CHECK_LIB): Add -lgpm.
7760 * configure: Regenerate.
7761
7762 2007-05-03 Glenn Morris <rgm@gnu.org>
7763
7764 * configure: Tweak message about the absence of shell functions.
7765
7766 2007-04-27 Andreas Schwab <schwab@suse.de>
7767
7768 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
7769
7770 2007-04-26 Glenn Morris <rgm@gnu.org>
7771
7772 * README: Increase version to 22.1.50.
7773
7774 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
7775
7776 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
7777
7778 2007-04-19 Glenn Morris <rgm@gnu.org>
7779
7780 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
7781
7782 2007-04-18 Glenn Morris <rgm@gnu.org>
7783
7784 * INSTALL: Mention CPP.
7785
7786 2007-04-15 Glenn Morris <rgm@gnu.org>
7787
7788 * FTP: Replace with a pointer to the web version.
7789
7790 2007-04-13 Glenn Morris <rgm@gnu.org>
7791
7792 * INSTALL: In lib-src, timer, wakeup, yow are removed.
7793
7794 2007-04-04 Glenn Morris <rgm@gnu.org>
7795
7796 * configure.in (NON_GNU_CPP): Use associated preprocessor when
7797 compiling with Sun Studio on Solaris.
7798
7799 2007-03-23 Glenn Morris <rgm@gnu.org>
7800
7801 * configure.in: Restore support for hp800 (removed 2007-01-27)
7802 following clarification of legal status.
7803
7804 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
7805
7806 * configure.in: Add support for AIX4.3 on IBM RS6000.
7807
7808 * configure: Regenerate.
7809
7810 2007-03-20 Richard Stallman <rms@gnu.org>
7811
7812 * configure.in: Fix previous change.
7813
7814 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
7815
7816 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
7817 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Add.
7818 (ns32k-*-openbsd*, ns32k-*-openbsd*): Delete.
7819
7820 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
7821
7822 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
7823 user specifies "without".
7824
7825 * configure: Regenerate.
7826
7827 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
7828
7829 * configure.in: Warning for Gtk+ and Cygwin added.
7830 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
7831
7832 2007-02-27 Glenn Morris <rgm@gnu.org>
7833
7834 * make-dist (oldXMenu): Remove Imakefile.
7835 (etc/images): Add README.
7836
7837 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
7838
7839 * configure.in (xtensa-*-linux-gnu*): New configuration.
7840
7841 * configure: Regenerate.
7842
7843 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
7844
7845 * config.guess, config.sub: Updated from master source.
7846
7847 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7848
7849 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
7850
7851 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
7852
7853 * configure.in: Restore support for hp800's not running HP-UX.
7854
7855 * configure: Regenerate.
7856
7857 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * configure.in: Remove support for hp800 and sr2k machine types.
7860
7861 * configure: Regenerate.
7862
7863 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
7864
7865 * configure.in: Add check for libXft.
7866
7867 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
7868
7869 * INSTALL: Info files moved to share/info.
7870
7871 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
7872
7873 * configure.in: Detect and use fink-installed in intel-based Mac
7874 builds; change Apple Darwin section to support both PowerPC and
7875 Intel-based Macs.
7876
7877 2006-12-26 Andreas Schwab <schwab@suse.de>
7878
7879 * Makefile.in (datarootdir): Define.
7880
7881 2006-12-24 Richard Stallman <rms@gnu.org>
7882
7883 * configure.in: Require Autoconf 2.61.
7884
7885 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
7886
7887 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
7888 Remove redundant entry for powerpc-apple-netbsd.
7889
7890 * configure: Regenerate.
7891
7892 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
7893
7894 * configure: Regenerate with autoconf 2.61.
7895
7896 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
7897
7898 * configure.in: Detect alsa/asoundlib.h also.
7899 * configure: Regenerate.
7900
7901 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
7902
7903 * configure.in: Check if GTK+ compiles at all.
7904
7905 2006-12-10 Andreas Schwab <schwab@suse.de>
7906
7907 * configure.in: Remove check for struct timezone, its result is
7908 never used.
7909
7910 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
7911
7912 * configure.in: Add support for Solaris 10 on x86-64.
7913
7914 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
7915
7916 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
7917 of PKG_CONFIG_PATH.
7918
7919 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7920
7921 * configure.in (HAVE_SYNC): New test.
7922
7923 2006-12-03 Glenn Morris <rgm@gnu.org>
7924
7925 * Makefile.in: Fix Copyright format.
7926
7927 * configure.in (AH_TOP): Add missing Copyright year.
7928
7929 * update-subdirs: Add missing Copyright years.
7930
7931 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
7932
7933 * Makefile.in: Touch only the parts of the share/emacs directory
7934 specific to this version.
7935
7936 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
7939
7940 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7941
7942 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
7943
7944 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7945
7946 * configure.in: Prefer X11 to Carbon only when some X-specific
7947 option is specified (Thanks to Jan Djärv and Andreas Schwab).
7948
7949 2006-11-04 Romain Francoise <romain@orebokech.com>
7950
7951 * Makefile.in (bootstrap-clean-before): Fix typo.
7952 Use new target `bootstrap-clean' in the leim subdirectory.
7953
7954 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7955
7956 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
7957
7958 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7959
7960 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
7961 directories.
7962
7963 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
7964
7965 * configure.in: Enable x86-64 OpenBSD compilation.
7966
7967 2006-10-28 Glenn Morris <rgm@gnu.org>
7968
7969 * AUTHORS: Add cal-html.el author.
7970
7971 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7972
7973 * make-dist: Make links to mac/make-package and
7974 mac/Emacs.app/Contents/Resources/Emacs.icns.
7975
7976 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7977
7978 * README: Bump version number to 22.0.90.
7979
7980 2006-10-23 Andreas Schwab <schwab@suse.de>
7981
7982 * configure.in: Make sure x_default_search_path is always set even
7983 when x_libraries is empty, and look in .../share as well for each
7984 library directory.
7985
7986 2006-09-28 Kenichi Handa <handa@m17n.org>
7987
7988 * configure.in (locallisppath): Don't include leim dir.
7989 (lisppath): Include leim dir.
7990
7991 2006-09-15 Jay Belanger <belanger@truman.edu>
7992
7993 * COPYING: Replace "Library Public License" by "Lesser Public
7994 License" throughout.
7995
7996 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7997
7998 * make-dist (EMACS): Exit and fail if the EMACS environment
7999 variable is set to something other than an absolute file name.
8000
8001 2006-08-16 Andreas Schwab <schwab@suse.de>
8002
8003 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
8004 of hardcoding it.
8005
8006 2006-08-16 Richard Stallman <rms@gnu.org>
8007
8008 * INSTALL.CVS: Clean up wording.
8009
8010 2006-07-14 Eli Zaretskii <eliz@gnu.org>
8011
8012 * configure.in (PKG_CHECK_MODULES): Redirect the output of
8013 $PKG_CONFIG --exists "$2" to config.log.
8014 * configure: Regenerate.
8015
8016 2006-07-09 Richard Stallman <rms@gnu.org>
8017
8018 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
8019
8020 2006-07-09 Kim F. Storm <storm@cua.dk>
8021
8022 * CONTRIBUTE: Use outline format.
8023 Add section on copyright years (from admin/notes/years).
8024
8025 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8026
8027 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
8028 to /dev/null, since we don't need the error message, just the
8029 exit status.
8030
8031 2006-07-07 Eli Zaretskii <eliz@gnu.org>
8032
8033 * CONTRIBUTE: Slight formatting changes and typo fixes.
8034 Add description of NEWS markings.
8035
8036 2006-07-07 Kim F. Storm <storm@cua.dk>
8037
8038 * CONTRIBUTE: Mention INSTALL.CVS.
8039
8040 2006-07-05 Romain Francoise <romain@orebokech.com>
8041
8042 * make-dist (top-level): Add CONTRIBUTE.
8043
8044 2006-07-04 Richard Stallman <rms@gnu.org>
8045
8046 * CONTRIBUTE: Much rewrite.
8047
8048 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8049
8050 * CONTRIBUTE: New file.
8051
8052 2006-06-24 Eli Zaretskii <eliz@gnu.org>
8053
8054 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
8055
8056 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
8057
8058 * configure.in: Add check for ALSA.
8059
8060 2006-05-06 Eli Zaretskii <eliz@gnu.org>
8061
8062 * Makefile.in (INFO_FILES): Remove emacs-xtra.
8063
8064 * info/dir: Remove the Emacs-Xtra entry.
8065
8066 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
8067
8068 Update copyright year(s) in many files.
8069
8070 2006-04-01 Eli Zaretskii <eliz@gnu.org>
8071
8072 * configure: Regenerated.
8073
8074 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8075
8076 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
8077 --without-toolkit-scroll-bars was specified.
8078
8079 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
8080
8081 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
8082 to CFLAGS. Update Copyright years written to src/config.in.
8083
8084 2006-03-18 Claudio Fontana <claudio@gnu.org>
8085
8086 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
8087 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
8088 to be installed/uninstalled.
8089 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
8090 to Info files installed by Emacs.
8091
8092 2006-03-03 Claudio Fontana <claudio@gnu.org>
8093
8094 * Makefile.in (install, uninstall): Add DESTDIR variable to
8095 support staged installations.
8096
8097 2006-02-14 Richard M. Stallman <rms@gnu.org>
8098
8099 * configure.in (s390x-*-linux-gnu*): New configuration.
8100
8101 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
8102
8103 * configure.in: Require GTK 2.4 or newer.
8104
8105 2006-01-29 Michael Olson <mwolson@gnu.org>
8106
8107 * Makefile.in (install-arch-indep, uninstall): Add ERC.
8108 * info/dir (ERC): New entry.
8109
8110 2006-01-29 Eli Zaretskii <eliz@gnu.org>
8111
8112 * info/dir: Fix last change.
8113
8114 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8115
8116 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
8117
8118 2006-01-27 Eli Zaretskii <eliz@gnu.org>
8119
8120 * info/dir: Untabify the whole file.
8121 (Rcirc): New entry.
8122
8123 2006-01-12 Andreas Schwab <schwab@suse.de>
8124
8125 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
8126 check.
8127
8128 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * configure.in: Use -Wno-pointer-sign if available.
8131
8132 2005-12-29 Andreas Schwab <schwab@suse.de>
8133
8134 * config.guess, config.sub: Updated from master source.
8135
8136 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8137
8138 * configure.in: Use amdx86-64 for freebsd on x86_64.
8139
8140 2005-11-22 Romain Francoise <romain@orebokech.com>
8141
8142 * make-dist: Add etc/images/icons.
8143
8144 2005-11-03 Andreas Schwab <schwab@suse.de>
8145
8146 * configure.in: Use GZIP_PROG instead of GZIP.
8147
8148 * Makefile.in (GZIP_PROG): Rename from GZIP.
8149 (install-arch-indep): Adjust.
8150
8151 2005-11-01 Andreas Schwab <schwab@suse.de>
8152
8153 * Makefile.in (bootstrap): Fix dependencies for parallel build.
8154 (bootfast): Likewise.
8155
8156 2005-11-01 Romain Francoise <romain@orebokech.com>
8157
8158 * configure.in: Check for gzip.
8159
8160 * Makefile.in (install): Compress source files.
8161
8162 2005-10-24 Steven Tamm <steventamm@mac.com>
8163
8164 * configure.in: Fix darwin386 configuration issue.
8165
8166 2005-10-22 Eli Zaretskii <eliz@gnu.org>
8167
8168 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
8169
8170 2005-10-17 Bill Wohler <wohler@newt.com>
8171
8172 * make-dist: Create and populate etc/images/low-color.
8173
8174 2005-10-15 Bill Wohler <wohler@newt.com>
8175
8176 * make-dist: Create and populate etc/images/gud.
8177
8178 2005-10-08 Richard M. Stallman <rms@gnu.org>
8179
8180 * make-dist (tempparent): Don't check for 14-char file name limit.
8181
8182 2005-10-07 Romain Francoise <romain@orebokech.com>
8183
8184 * make-dist: Add etc/images/ezimage and etc/images/mail
8185 directories. Install images in etc/images.
8186
8187 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8188
8189 * configure.in: Prefer Carbon if --enable-carbon-app or
8190 --with-carbon is explicitly specified even when X11 is detected.
8191
8192 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
8193
8194 * Makefile.in (install-arch-indep, uninstall):
8195 Handle newsticker manual.
8196 (info): Add - to commands.
8197
8198 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
8199
8200 Remove the MAXPATHLEN limitations:
8201
8202 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
8203
8204 2005-09-09 Eli Zaretskii <eliz@gnu.org>
8205
8206 * configure.in <lynxsos*>: Support for LynxOS on PPC.
8207 * configure: Regenerate.
8208
8209 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
8210
8211 * config.guess, config.sub: Updated from master source.
8212
8213 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
8214
8215 * .cvsignore: Add `lock'.
8216
8217 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
8218
8219 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
8220
8221 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
8222
8223 Merge gnulib getopt implementation into Emacs.
8224
8225 * Makefile.in (AUTOCONF_INPUTS): New macro.
8226 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
8227 so that these files also depend on m4/getopt.m4.
8228 * configure.in: Configure getopt by including m4/getopt.m4,
8229 and configuring a getopt replacement if necessary.
8230 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
8231 * m4/getopt.m4: New file.
8232
8233 2005-07-06 Lute Kamstra <lute@gnu.org>
8234
8235 * configure.in: Fix capitalization.
8236
8237 2005-07-04 Lute Kamstra <lute@gnu.org>
8238
8239 Update FSF's address in GPL notices.
8240
8241 2005-06-19 Jérôme Marant <jerome@marant.org>
8242
8243 * Makefile.in (epaths-force): Protect both lisppath and
8244 buildlisppath from whitespace.
8245
8246 2005-06-08 Steven Tamm <steventamm@mac.com>
8247
8248 * configure.in: Support Darwin/MacOSX on Intel.
8249
8250 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
8251
8252 * configure.in (HAVE_CANCELMENUTRACKING): New test.
8253
8254 2005-05-19 Jérôme Marant <jmarant@marant.org>
8255
8256 * configure.in: Add --enable-locallisppath.
8257
8258 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8259
8260 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
8261 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS.
8262 Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
8263
8264 2005-05-07 Jérôme Marant <jerome@marant.org>
8265
8266 * make-dist: Remove references to makefile.nt and makefile.def.
8267 Include widgets and images subdirectories of etc. Do not exclude
8268 ldefs-boot.el.
8269
8270 2005-04-23 Andreas Schwab <schwab@suse.de>
8271
8272 * configure.in: Remove duplicate match for powerpc configuration.
8273
8274 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
8275
8276 * configure.in: Check for <pwd.h>.
8277
8278 2005-04-14 Lute Kamstra <lute@gnu.org>
8279
8280 * make-dist: Distribute all ChangeLog files in lisp/.
8281 Don't distribute ldefs-boot.el.
8282 lisp/makefile.nt no longer exists.
8283
8284 2005-04-13 Lute Kamstra <lute@gnu.org>
8285
8286 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
8287 for "no-byte-compile: t" in the file instead.
8288
8289 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
8292 shadow the main Lesstif/Motif-2.1 libs and includes.
8293
8294 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
8295
8296 * configure.in: Only add XASSERTS to cppflags.
8297
8298 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
8299
8300 * configure.in: Added --enable-asserts.
8301
8302 2005-02-09 Kim F. Storm <storm@cua.dk>
8303
8304 Change release version from 21.4 to 22.1 throughout.
8305 Change development version from 21.3.50 to 22.0.50.
8306
8307 2005-01-19 Steven Tamm <steventamm@mac.com>
8308
8309 * configure.in: Check for <sys/utsname.h>.
8310
8311 2004-12-11 Kim F. Storm <storm@cua.dk>
8312
8313 * Makefile.in (info): Undo 2004-12-05 change.
8314
8315 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
8316
8317 * info/dir (File): Add URL and Org Mode manuals.
8318 * Makefile.in (install-arch-indep, uninstall): Add url and org
8319 manuals.
8320
8321 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
8324 committed to src/config.in.
8325
8326 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
8327
8328 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
8329 pthreads and define HAVE_GTK_AND_PTHREAD.
8330
8331 2004-12-05 Richard M. Stallman <rms@gnu.org>
8332
8333 * Makefile.in (info): Ignore errors building info files.
8334
8335 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8336
8337 * config.bat: If 8-byte alignment is not supported, define
8338 NO_DECL_ALIGN in src/config.h, instead of trivially defining
8339 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
8340 filter through Sed to remove the quotes.
8341
8342 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
8345 not apply to files explicitly `cvs add'ed.
8346
8347 2004-11-12 Eli Zaretskii <eliz@gnu.org>
8348
8349 * config.bat: Don't require djecho.exe for the v1.x build.
8350 Add a test for DECL_ALIGN support, and add a trivial definition to
8351 src/config.h if 8-byte alignment is not supported.
8352
8353 2004-11-08 Kim F. Storm <storm@cua.dk>
8354
8355 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
8356 files before building.
8357 (bootfast, bootstrap-clean-before-fast): New targets, like
8358 bootstrap but don't remove .elc files.
8359
8360 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
8361
8362 * configure.in: Add check for getrusage.
8363
8364 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
8365
8366 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
8367 New tests for new and old GTK file dialogs.
8368 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
8369 to no.
8370
8371 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
8372
8373 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
8374 can be set. Remove SETARCH test.
8375
8376 2004-10-08 Steven Tamm <steventamm@mac.com>
8377
8378 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
8379
8380 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
8381
8382 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
8383 AC_MSG_WARN. Move output of warning message to end of configure run.
8384
8385 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
8386
8387 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
8388 Run test to see if heap start address is random.
8389
8390 2004-09-29 Miles Bader <miles@gnu.org>
8391
8392 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
8393 if setarch is present.
8394
8395 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
8396
8397 * configure.in (HAVE_EXECSHIELD): Only define on x86.
8398
8399 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
8400
8401 * configure.in: Check for exec-shield.
8402
8403 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8404
8405 * Makefile.in (install-arch-indep): Add pgg and sieve.
8406
8407 * info/.cvsignore: Added pgg and sieve.
8408
8409 2004-08-06 Andreas Schwab <schwab@suse.de>
8410
8411 * Makefile.in (install-arch-indep, uninstall): Add flymake.
8412
8413 2004-07-31 Eli Zaretskii <eliz@gnu.org>
8414
8415 * config.bat: Update URLs in the comments.
8416
8417 2004-07-05 Andreas Schwab <schwab@suse.de>
8418
8419 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
8420
8421 2004-06-21 Kenichi Handa <handa@m17n.org>
8422
8423 * make-dist: Link leim-ext.el into tempdir.
8424
8425 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * info/dir (File): Add emacs-xtra.
8428 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
8429
8430 2004-06-12 Juri Linkov <juri@jurta.org>
8431
8432 * info/dir: Move menu help lines from `* Menu:' to file header.
8433 Describe the purpose of a red *.
8434
8435 2004-05-04 Dave Love <fx@gnu.org>
8436
8437 * configure.in: Don't use `extrasub'.
8438
8439 2004-04-29 Dave Love <fx@gnu.org>
8440
8441 * configure.in: Don't forget to quote args to `test'.
8442
8443 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
8444
8445 * autogen.sh: Update filename in "please read" message.
8446
8447 2004-04-17 Richard M. Stallman <rms@gnu.org>
8448
8449 * INSTALL: Move the info about site-lisp dirs,
8450 and say uninstalled Emacs looks there too.
8451
8452 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8453
8454 * config.bat (lib-src): Recognize comment lines in Makefile.in
8455 that have a TAB after the #, to avoid errors in preprocessing with
8456 GCC 3.3.3.
8457
8458 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8459
8460 * Makefile.in: Mention in comment that `make maintainer-clean'
8461 deletes .elc files.
8462
8463 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * update-subdirs: Add local variables to prevent byte-compiling.
8466
8467 2004-03-21 Dave Love <fx@gnu.org>
8468
8469 * configure.in: Fix previous change.
8470
8471 2004-03-18 Dave Love <fx@gnu.org>
8472
8473 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
8474
8475 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
8476
8477 * info/dir (File): Add SMTP and SES.
8478
8479 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
8482 (bootstrap): Use the new bootstrap-prepare target in lisp.
8483
8484 2004-02-18 Kim F. Storm <storm@cua.dk>
8485
8486 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
8487
8488 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8489
8490 * make-dist: Don't link index.*perm and permute-index into tempdir.
8491
8492 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8493
8494 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
8495 to match previous changes by Eli Zaretskii.
8496
8497 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
8498
8499 * Makefile.in: Set CDPATH to an empty string.
8500
8501 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * configure.in <darwin>: Use fink packages if available.
8504
8505 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
8506
8507 * make-dist (lispref): Do include lispref/index.texi.
8508
8509 2004-01-06 Eric Hanchrow <offby1@blarg.net>
8510
8511 * make-dist (tempdir): Include cursors in nt/icons.
8512
8513 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8514
8515 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
8516 clashes with install-sh on 8+3 filesystems.
8517
8518 2003-12-24 Miles Bader <miles@gnu.org>
8519
8520 * .cvsignore: Add .arch-inventory.
8521
8522 2003-12-24 Andreas Schwab <schwab@suse.de>
8523
8524 * configure.in: Check for <sys/socket.h>. Include it before
8525 including <net/if.h>. Move check for <net/if.h> before its use.
8526
8527 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
8528
8529 * Makefile.in (install-arch-dep): Don't let cd output go into
8530 pipe for carbon_appdir.
8531
8532 2003-12-24 Andreas Schwab <schwab@suse.de>
8533
8534 * configure.in (PKG_CHECK_MODULES): Fix quoting.
8535
8536 2003-12-01 Andreas Schwab <schwab@suse.de>
8537
8538 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
8539 hardcoding gcc.
8540
8541 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
8542
8543 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
8544 multiple displays.
8545 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
8546
8547 2003-09-23 Dave Love <fx@gnu.org>
8548
8549 * configure.in: Check members of struct ifreq.
8550
8551 2003-09-14 Kim F. Storm <storm@cua.dk>
8552
8553 * configure.in: Add checks for sys/ioctl.h and net/if.h.
8554
8555 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
8556
8557 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
8558
8559 2003-08-18 Lute Kamstra <lute@gnu.org>
8560
8561 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
8562 required anymore.
8563
8564 2003-08-07 Andrew Choi <akochoi@shaw.ca>
8565
8566 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
8567 option instead of -traditional-cpp for CPP.
8568
8569 2003-07-29 Richard M. Stallman <rms@gnu.org>
8570
8571 * configure.in (HAVE_XIM): Define if XIM is available.
8572
8573 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8574
8575 * configure.in: The function gtk_window_set_icon_from_file was
8576 introduced in GTK+ 2.2, so check for that release.
8577
8578 2003-07-23 Andreas Schwab <schwab@suse.de>
8579
8580 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
8581
8582 * Makefile.in (YACC): Remove, not used.
8583 (MAINT): Don't set.
8584 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
8585 disable dependency on ${srcdir}/configure.in when maintainer mode
8586 is disabled.
8587
8588 2003-07-22 Dave Love <fx@gnu.org>
8589
8590 * configure.in: Make XRegisterIMInstantiateCallback test depend on
8591 HAVE_X11, not with_xim.
8592 (HAVE_CRTIN): Provide template.
8593 <with_png>: Test for png.h and libpng/png.h.
8594
8595 2003-07-15 Andreas Schwab <schwab@suse.de>
8596
8597 * configure.in: Temporarily leave quoting for AC_DEFINE.
8598
8599 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
8600
8601 * configure.in: Check for posix_memalign.
8602
8603 2003-07-12 Richard M. Stallman <rms@gnu.org>
8604
8605 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
8606
8607 2003-07-09 Kim F. Storm <storm@cua.dk>
8608
8609 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
8610 functionality of --without-xim.
8611
8612 2003-06-29 Dave Love <fx@gnu.org>
8613
8614 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
8615
8616 2003-06-23 Dave Love <fx@gnu.org>
8617
8618 * configure.in: Check for sys/_mbstate_t.h.
8619 Test XRegisterIMInstantiateCallback prototype.
8620 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
8621
8622 2003-06-06 Dave Love <fx@gnu.org>
8623
8624 * configure.in: Check for locale.h.
8625
8626 2003-06-05 Dave Love <fx@gnu.org>
8627
8628 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
8629 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
8630 (NLIST_STRUCT): Don't define.
8631 (AH_BOTTOM): Define my_strftime.
8632
8633 2003-06-02 Richard M. Stallman <rms@gnu.org>
8634
8635 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
8636
8637 2003-05-24 Andreas Schwab <schwab@suse.de>
8638
8639 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
8640 bzero, and bcmp.
8641
8642 2003-05-22 Dave Love <fx@gnu.org>
8643
8644 * configure.in: Remove redundant test for term.h. Test for difftime.
8645
8646 2003-05-20 Dave Love <fx@gnu.org>
8647
8648 * configure.in: Append * to s390-*-linux-gnu case.
8649 (LIBMAIL) <lockfile>: Don't define.
8650
8651 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8652
8653 * INSTALL (* GNU/Linux development packages): Mention Debian and
8654 RedHat package names.
8655
8656 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
8657
8658 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8659
8660 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
8661
8662 * INSTALL (* GNU/Linux development packages): Tell people to
8663 install additional packages for compiling Emacs.
8664
8665 2003-04-30 Richard M. Stallman <rms@gnu.org>
8666
8667 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
8668
8669 2003-04-28 Francesco Potortì <pot@gnu.org>
8670
8671 * configure.in: Undo last (RMS') change, as it is useless, per
8672 Dave Love.
8673
8674 2003-04-08 Richard M. Stallman <rms@gnu.org>
8675
8676 * configure.in: Put #include of jpeglib.h at start of line.
8677
8678 2003-04-06 Francesco Potortì <pot@gnu.org>
8679
8680 * configure.in: Use the same configuration for all aix5, not just
8681 aix5.1.
8682
8683 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
8684
8685 * configure.in: Check for need for bigtoc support on IBM AIX for
8686 solving a linker table overflow problem.
8687
8688 2003-03-03 Rob Browning <rlb@defaultvalue.org>
8689
8690 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
8691 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
8692 over bzero, bcmp, and bcopy.
8693
8694 2003-02-23 Simon Josefsson <jas@extundo.com>
8695
8696 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
8697
8698 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
8699
8700 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
8701
8702 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
8703
8704 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
8705
8706 2003-02-08 Andreas Schwab <schwab@suse.de>
8707
8708 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8709 instead of the substitution.
8710
8711 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8712
8713 * Makefile.in: Use @EXEEXT@ for Cygwin.
8714 Use USERNAME if LOGNAME is not set (for Cygwin).
8715
8716 * configure.in: Add opsys=cygwin.
8717
8718 2003-01-22 Andreas Schwab <schwab@suse.de>
8719
8720 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
8721 redefining it explicitly in src/config.in.
8722
8723 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
8724
8725 * Makefile.in (bootstrap): Make bootstrap-after.
8726
8727 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
8728
8729 * configure.in: Fix --with-gtk.
8730
8731 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
8732
8733 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
8734
8735 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
8736
8737 2003-01-14 Francesco Potortì <pot@gnu.org>
8738
8739 * configure.in (m68k-motorola-sysv): Remove (obsolete).
8740
8741 2003-01-07 Steven Tamm <steventamm@mac.com>
8742
8743 * configure.in: New option, --enable-carbon-app, to specify
8744 that the application should be installed
8745 * Makefile.in (install-arch-dep): On Mac OS X, install the
8746 Emacs.app application if carbon-app is enabled.
8747
8748 2003-01-06 Dave Love <fx@gnu.org>
8749
8750 * configure.in: Check for nl_langinfo.
8751 [!HAVE_SIZE_T]: Fix typedef.
8752
8753 2003-01-06 David Kastrup <dak@gnu.org>
8754
8755 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
8756
8757 * configure.in: Add tests for install-info.
8758
8759 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
8760
8761 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
8762 use again sol2-6 instead of sol2-8.
8763
8764 2002-12-09 Dave Love <fx@gnu.org>
8765
8766 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
8767
8768 2002-12-08 Andreas Schwab <schwab@suse.de>
8769
8770 * Makefile.in (install-arch-indep): Revert last change.
8771
8772 2002-11-27 Dave Love <fx@gnu.org>
8773
8774 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
8775 Check for __sys_siglist too. Check for memset.
8776 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
8777
8778 2002-11-22 Juanma Barranquero <lektu@terra.es>
8779
8780 * config.guess, config.sub: Updated from master source.
8781
8782 2002-11-19 Karl Fogel <kfogel@red-bean.com>
8783
8784 * autogen.sh: New file.
8785
8786 2002-11-18 Dave Love <fx@gnu.org>
8787
8788 * configure.in: Tidy up various quoting issues throughout.
8789 Use AC_GNU_SOURCE.
8790 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
8791 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
8792 Maybe define bcopy, bzero, bcmp.
8793 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
8794 non-existent machine file).
8795 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
8796 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
8797 (nlist.h): Move test up.
8798
8799 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
8800
8801 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
8802
8803 2002-11-14 Francesco Potortì <pot@gnu.org>
8804
8805 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
8806
8807 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
8808
8809 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
8810
8811 2002-11-08 Dave Love <fx@gnu.org>
8812
8813 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
8814 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
8815
8816 2002-11-07 Miles Bader <miles@gnu.org>
8817
8818 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
8819 Handle separate-build-dir case.
8820
8821 2002-11-06 Richard M. Stallman <rms@gnu.org>
8822
8823 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
8824 bulletproof. $bar may be empty when there are no .elc files.
8825
8826 2002-10-30 Dave Love <fx@gnu.org>
8827
8828 * configure.in: Require autoconf 2.53. Test for pty.h,
8829 sys/mman.h, sys/param.h, mremap, memmove.
8830 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
8831 (AC_PROG_YACC): Delete.
8832 (size_t): Use AC_CHECK_TYPES.
8833 (AH_TOP): Up-date copyright.
8834
8835 2002-10-01 Juanma Barranquero <lektu@terra.es>
8836
8837 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
8838
8839 2002-09-19 Richard M. Stallman <rms@gnu.org>
8840
8841 * configure.in: Fix the LessTif-directory-finder for real.
8842
8843 2002-09-14 Richard M. Stallman <rms@gnu.org>
8844
8845 * Makefile.in (maybe_bootstrap): Test for complete absence
8846 of compiled Lisp files.
8847
8848 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
8849
8850 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
8851 (bootstrap-clean-after): Delete.
8852 (bootstrap): Make the sequencing explicit.
8853
8854 2002-09-10 Richard M. Stallman <rms@gnu.org>
8855
8856 * configure.in: Fix previous LessTif change.
8857
8858 2002-09-09 Richard M. Stallman <rms@gnu.org>
8859
8860 * configure.in (powerpcle-*-solaris2.5*): New configuration.
8861 (powerpcle-*-solaris*): Use version 2.6 as default.
8862 (*-sunos5.6*, *-solaris2.6*): New alternative.
8863 (*-sunos5*): Use version 2.6 as default.
8864
8865 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8866
8867 * configure.in: Fix typo.
8868
8869 2002-09-05 Richard M. Stallman <rms@gnu.org>
8870
8871 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
8872
8873 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
8874 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
8875
8876 2002-08-26 Kim F. Storm <storm@cua.dk>
8877
8878 * Makefile.in (install-arch-indep): Do not remove DOC file
8879 when it is the only DOC file installed; this is the case when
8880 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
8881
8882 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
8883
8884 * configure.in: Fix typo.
8885
8886 2002-07-24 Richard M. Stallman <rms@gnu.org>
8887
8888 * configure.in: Don't print anything special about gamedir.
8889
8890 * configure.in: Delete nonstandard --with-game-user option.
8891
8892 2002-07-21 Richard M. Stallman <rms@gnu.org>
8893
8894 * Makefile.in (gamedir, localstatedir): New variables.
8895 (epaths-force): Insert value of gamedir into PATH_GAME.
8896
8897 * configure.in (gamedir): Handle it like lispdir.
8898 (--with-game-dir option): Delete.
8899
8900 2002-06-21 Pavel Janík <Pavel@Janik.cz>
8901
8902 * configure.in: Add support for mipseb-*-netbsd* machines.
8903
8904 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8905
8906 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
8907
8908 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8909
8910 * info/dir (File): Add an entry for Tramp.
8911
8912 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8913
8914 * INSTALL-CVS: New file.
8915
8916 2002-06-07 Andreas Schwab <schwab@suse.de>
8917
8918 * configure.in (x86_64-*-linux-gnu*): New system.
8919
8920 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
8921
8922 * config.bat: Handle the case when lispintro is truncated to lispintr.
8923
8924 2002-05-26 Paul Eggert <eggert@twinsun.com>
8925
8926 * config.guess, config.sub: Updated from master source.
8927
8928 2002-05-09 Richard M. Stallman <rms@gnu.org>
8929
8930 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
8931
8932 2002-05-04 Pavel Janík <Pavel@Janik.cz>
8933
8934 * make-dist: Do not distribute lock/ directory.
8935
8936 2002-04-30 Andrew Choi <akochoi@shaw.ca>
8937
8938 * configure.in: Provide documentation string when defining
8939 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
8940 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
8941
8942 2002-04-29 Colin Walters <walters@verbum.org>
8943
8944 * configure.in: Delete configure check for access to the game user.
8945
8946 2002-04-29 Pavel Janík <Pavel@Janik.cz>
8947
8948 * make-dist: lwlib/Imakefile is removed.
8949
8950 2002-04-26 Andrew Choi <akochoi@shaw.ca>
8951
8952 * configure.in: Add support for powerpc-apple-darwin*.
8953 (HAVE_CARBON): Add.
8954
8955 * make-dist: Create directories in mac/Emacs.app.
8956
8957 2002-04-25 Pavel Janík <Pavel@Janik.cz>
8958
8959 * make-dist: lwlib-Xol* are removed.
8960
8961 2002-04-23 Andreas Schwab <schwab@suse.de>
8962
8963 * Makefile.in (MAINT): New variable.
8964 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
8965 instead of configure.in, to avoid running autoconf and autoheader
8966 unless explicitly requested.
8967
8968 2002-04-16 Eli Zaretskii <eliz@gnu.org>
8969
8970 * config.bat: Update for msdos/sed2v2.inp.
8971
8972 2002-04-15 Andreas Schwab <schwab@suse.de>
8973
8974 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
8975 * configure.in: Add config header templates to all AC_DEFINE and
8976 AC_DEFINE_UNQUOTED symbols.
8977 * make-dist: Run autoheader if necessary.
8978
8979 2002-04-10 Colin Walters <walters@verbum.org>
8980
8981 * configure.in: Add --game-dir, --game-user. Test to see if we
8982 can use them.
8983
8984 2002-04-08 Pavel Janík <Pavel@Janik.cz>
8985
8986 * configure.in: Add --with-sound.
8987
8988 2002-03-18 Kim F. Storm <storm@cua.dk>
8989
8990 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
8991 and getsockname functions. Test for sys/un.h include file.
8992
8993 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8994
8995 * configure.in: Support AIX 5.1.
8996
8997 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
8998
8999 * configure.in: Added test for X Session Management (HAVE_X_SM).
9000
9001 2002-03-03 Richard M. Stallman <rms@gnu.org>
9002
9003 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
9004 Run chown $${LOGNAME} on files installed by tar xvf.
9005
9006 2002-03-03 Kim F. Storm <storm@cua.dk>
9007
9008 * configure.in: Test for getpeername.
9009
9010 2002-03-01 Richard M. Stallman <rms@gnu.org>
9011
9012 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
9013 (HAVE_GIF): Don't use old libungif versions that crash.
9014
9015 2002-02-26 Richard M. Stallman <rms@gnu.org>
9016
9017 * configure.in <making srcdir absolute>: Verify that PWD is correct,
9018 not just well-formed and valid.
9019 (mips-compaq-nonstopux*): New configuration.
9020
9021 2002-02-18 Paul Eggert <eggert@twinsun.com>
9022
9023 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
9024 "sed q" is a portable equivalent to plain "head -1".
9025
9026 2002-02-13 Richard M. Stallman <rms@gnu.org>
9027
9028 * Makefile.in (maybe_bootstrap): Do `exit 1'.
9029 (all): Don't depend on maybe_bootstrap here.
9030 (${SUBDIR}): Depend on it here instead.
9031
9032 2002-02-08 Richard M. Stallman <rms@gnu.org>
9033
9034 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
9035
9036 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9037
9038 * configure.in: Recognize BSD/OS 5.0.
9039
9040 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
9041
9042 * make-dist: Make version checking in emacs.texi consistent with
9043 how we set it there.
9044
9045 2001-12-29 Kim F. Storm <storm@cua.dk>
9046
9047 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
9048
9049 2001-12-28 Richard M. Stallman <rms@gnu.org>
9050
9051 * configure.in: Test for mbsinit.
9052
9053 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9054
9055 These changes make Leim part of the standard distribution:
9056
9057 * README: Add info about the `leim' directory.
9058
9059 * INSTALL: Remove text that describes Leim as a separate package.
9060
9061 * noleim-Makefile.in: File removed.
9062
9063 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
9064 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
9065 Leim files out of the Emacs tree. Don't prepare a separate tarball
9066 for Leim.
9067
9068 2001-12-11 Richard M. Stallman <rms@gnu.org>
9069
9070 * configure.in (hppa*-*-linux-gnu*): New alternative.
9071
9072 2001-12-08 Pavel Janík <Pavel@Janik.cz>
9073
9074 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
9075 creating distribution.
9076
9077 2001-12-06 Paul Eggert <eggert@twinsun.com>
9078
9079 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
9080 (AC_FUNC_VFORK): Remove.
9081 (AC_FUNC_FORK): Add.
9082 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
9083 this is required by recent Autoconf versions.
9084
9085 2001-12-02 Pavel Janík <Pavel@Janik.cz>
9086
9087 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
9088 TODO, vms-pp.trans and others).
9089
9090 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9091
9092 * make-dist: Use COPYING from the top-level directory.
9093
9094 2001-11-29 Gerd Moellmann <gerd@gnu.org>
9095
9096 * configure.in: Add support for FreeBSD/Alpha.
9097
9098 2001-11-29 Pavel Janík <Pavel@Janik.cz>
9099
9100 * make-dist: Add COPYING to the top-level directory of the
9101 distribution. Simplify the logic behind copying.
9102
9103 * Makefile.in (maybe_bootstrap): Fix previous change.
9104
9105 2001-11-28 Richard M. Stallman <rms@gnu.org>
9106
9107 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
9108
9109 2001-11-26 Richard M. Stallman <rms@gnu.org>
9110
9111 * Makefile.in: bootstrap should not delete dumped executables.
9112 (bootstrap-clean-before): New target.
9113 (bootstrap): Use bootstrap-clean-before instead of clean.
9114 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
9115
9116 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
9117
9118 These changes add the Emacs Lisp Introduction manual to the
9119 distribution:
9120
9121 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
9122
9123 * make-dist: Copy the files in lispintro directory.
9124
9125 * config.bat: Configure in the lispintro directory.
9126
9127 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
9128
9129 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
9130 (lispintro/Makefile): New target.
9131 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
9132 (unlock, relock, info, dvi): Ditto.
9133
9134 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9135
9136 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
9137
9138 * make-dist (etc): Don't distribute gfdl.1.
9139
9140 2001-11-22 Colin Walters <walters@debian.org>
9141
9142 * Makefile.in (install-arch-indep): Install the calc .info files.
9143 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
9144
9145 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9146
9147 * make-dist (lispref): Add *.txt, *.el, permute-index, and
9148 tindex.pl to the list of those being put into the distribution.
9149
9150 2001-11-16 Eli Zaretskii <eliz@gnu.org>
9151
9152 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
9153
9154 2001-11-15 Pavel Janík <Pavel@Janik.cz>
9155
9156 * Makefile.in (uninstall): Fix previous change.
9157
9158 * configure.in, Makefile.in: Add support for --program-prefix,
9159 --program-suffix and --program-transform-name options.
9160
9161 2001-11-13 Pavel Janík <Pavel@Janik.cz>
9162
9163 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
9164 (install-arch-indep): Install emacsclient manual page.
9165 (uninstall): Uninstall emacsclient manual page.
9166
9167 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
9168
9169 * make-dist: Add lispref/index.*perm files to the distribution.
9170 From Pavel Janík <Pavel@Janik.cz>.
9171
9172 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9173
9174 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
9175
9176 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9177
9178 * configure.in: AC_OUTPUT lispref/Makefile.
9179
9180 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9181
9182 The following changes add the ELisp reference manual to the
9183 distribution.
9184
9185 * make-dist: Add the lispref directory to the distribution.
9186
9187 * Makefile.in (install-arch-indep): Add elisp* to the list of
9188 installed Info files.
9189 (SUBDIR_MAKEFILES): Add lispref/Makefile.
9190 (lispref/Makefile): New target.
9191 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
9192 Add commands for the lispref directory.
9193 (info, dvi): Ditto.
9194
9195 * config.bat: Configure in `lispref'.
9196
9197 2001-11-09 Richard M. Stallman <rms@gnu.org>
9198
9199 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
9200
9201 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
9202
9203 * make-dist (tempdir): Copy AUTHORS as well.
9204
9205 2001-11-06 Sam Steingold <sds@gnu.org>
9206
9207 * configure.in: Added a check for <nlist.h>.
9208
9209 2001-11-01 Pavel Janík <Pavel@Janik.cz>
9210
9211 * configure.in: Reindent --help output.
9212 From Per Starbäck (starback@ling.uu.se).
9213
9214 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
9215
9216 * configure.in: New entry for HP/UX-11.
9217
9218 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
9219 From Eric S. Raymond <esr@golux.thyrsus.com>.
9220
9221 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9222
9223 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
9224 <athornton@sinenomine.net>.
9225
9226 2001-10-25 Gerd Moellmann <gerd@gnu.org>
9227
9228 * Makefile.in (maybe_bootstrap): New target.
9229 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
9230
9231 2001-10-24 Ken Raeburn <raeburn@gnu.org>
9232
9233 * configure.in: If --with-hesiod is given, look for
9234 hes_getmailhost and res_send or __res_send; check hesiod and
9235 resolv libraries respectively if system libraries don't supply them.
9236
9237 2001-10-24 Gerd Moellmann <gerd@gnu.org>
9238
9239 * configure.in: Use $MAKE for `make' if set.
9240
9241 2001-10-22 Gerd Moellmann <gerd@gnu.org>
9242
9243 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
9244 to tar options.
9245
9246 2001-10-20 Gerd Moellmann <gerd@gnu.org>
9247
9248 * (Version 21.1 released).
9249
9250 2001-10-20 Miles Bader <miles@gnu.org>
9251
9252 * configure.in (configuration): Set from `host' if `host_alias'
9253 isn't defined.
9254
9255 2001-10-19 Andreas Schwab <schwab@suse.de>
9256
9257 * configure.in: Make ready for autoconf 2.5x.
9258 (AC_PREREQ): Require autoconf 2.50.
9259 * aclocal.m4: Removed.
9260 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
9261
9262 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9263
9264 * README: Bump Emacs version to 21.1.50.
9265
9266 2001-10-05 Gerd Moellmann <gerd@gnu.org>
9267
9268 * Branch for 21.1.
9269
9270 2001-09-05 Gerd Moellmann <gerd@gnu.org>
9271
9272 * configure.in: Avoid `$@' which is handled specially in
9273 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
9274
9275 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
9276
9277 * make-dist (nt): Add subdirs.el to the list of distributed files.
9278
9279 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
9280
9281 * configure.in (machine): Add an entry for
9282 hppa1.1-hitachi-hiuxwe2*.
9283
9284 2001-05-28 Gerd Moellmann <gerd@gnu.org>
9285
9286 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
9287 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
9288
9289 2001-05-14 Gerd Moellmann <gerd@gnu.org>
9290
9291 * make-dist: Copy texinfo.tex unconditionally.
9292
9293 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9294
9295 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
9296 that are installed.
9297
9298 2001-04-06 Gerd Moellmann <gerd@gnu.org>
9299
9300 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
9301 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
9302
9303 * make-dist: Handle leim/MISC-DIC. Only include
9304 `[a-zA-Z]*.{el,elc}' from leim/quail.
9305
9306 2001-04-05 Gerd Moellmann <gerd@gnu.org>
9307
9308 * Makefile.in (install-arch-indep): Remove .cvsignore files.
9309
9310 2001-03-30 Gerd Moellmann <gerd@gnu.org>
9311
9312 * Makefile.in (.PHONY): Add for bootstrap targets.
9313 (bootstrap-clean): New target.
9314 (bootstrap): Use it instead of `clean'.
9315
9316 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
9317
9318 * Makefile.in (SUBDIR): Remove leim.
9319 (all, .RECURSIVE, extraclean): Add leim explicitly.
9320 (leim): Provide separate rule which exports PARALLEL=0 into the
9321 environment.
9322
9323 2001-03-20 Gerd Moellmann <gerd@gnu.org>
9324
9325 * configure.in (HAVE_XPM): Don't print the result of the check for
9326 XpmReturnAllocPixels if we don't have an xpm.h.
9327
9328 2001-03-05 Gerd Moellmann <gerd@gnu.org>
9329
9330 * COPYING: New file.
9331
9332 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9333
9334 * config.bat: Update the copyright.
9335
9336 2001-02-23 Kenichi Handa <handa@etl.go.jp>
9337
9338 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
9339 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
9340 to `yes'. Later in AC_OUTPUT, check this variable.
9341
9342 2001-02-09 Dave Love <fx@gnu.org>
9343
9344 * AUTHORS: Updated.
9345
9346 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
9347
9348 * info/dir (Ebrowse): Fix the entry (was missing a dot).
9349
9350 2001-02-02 Gerd Moellmann <gerd@gnu.org>
9351
9352 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
9353
9354 * Makefile.in (uninstall): Ignore exit code of `rm'.
9355
9356 * Makefile.in (uninstall): Remove more info files.
9357 Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
9358
9359 2001-01-31 Gerd Moellmann <gerd@gnu.org>
9360
9361 * noleim-Makefile.in (extraclean): Add.
9362
9363 2001-01-28 Gerd Moellmann <gerd@gnu.org>
9364
9365 * Makefile.in (extraclean): Add -f to -rm config-tmp-* to keep
9366 it quiet.
9367
9368 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
9369
9370 * Makefile.in (tags): Fix typo.
9371
9372 2001-01-13 Kenichi Handa <handa@etl.go.jp>
9373
9374 * configure.in: Fix typo in the code setting x_search_path.
9375
9376 2001-01-10 Dave Love <fx@gnu.org>
9377
9378 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
9379 -lXext.
9380 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
9381 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
9382 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
9383 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
9384 (now in $LIBS).
9385
9386 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
9387
9388 * config.bat: Run the preprocessor with -traditional.
9389
9390 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
9391
9392 * INSTALL: Move copying conditions to end of file.
9393
9394 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9395
9396 * INSTALL: Add basic installation procedure which assumes
9397 `configure' does its job. Elaborate on image support libraries.
9398 Add a pointer to Xaw3d library. Add advice about solving
9399 configure-time problems by looking in config.log and setting
9400 variables in the environment.
9401
9402 2000-12-27 Gerd Moellmann <gerd@gnu.org>
9403
9404 * Makefile.in (install-arch-indep): If tar fails, exit with
9405 exit code 1.
9406
9407 2000-12-19 Gerd Moellmann <gerd@gnu.org>
9408
9409 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
9410 source file includes XKBlib.h. On some broken Solaris systems,
9411 there is an XKBlib.h, reportedly, but header files included by
9412 XKBlib.h are missing.
9413
9414 2000-12-14 Gerd Moellmann <gerd@gnu.org>
9415
9416 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
9417
9418 2000-12-11 Dave Love <fx@gnu.org>
9419
9420 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
9421
9422 2000-12-11 Paul Eggert <eggert@twinsun.com>
9423
9424 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
9425 Merge fixes from latest GNU tar version. These macros no longer
9426 futz with _XOPEN_SOURCE, as that was not portable in practice.
9427 (AC_FUNC_FSEEKO): New macro.
9428
9429 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
9430 ftello.
9431
9432 2000-12-05 Dave Love <fx@gnu.org>
9433
9434 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
9435
9436 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9437
9438 * info/dir: Change the category to "Emacs".
9439
9440 2000-12-01 Gerd Moellmann <gerd@gnu.org>
9441
9442 * make-dist (tempdir): Remove epaths.h from the distribution
9443 instead of paths.h.
9444
9445 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9446
9447 * config.bat: Check for existence of djecho.exe, and print an
9448 error message if it is not available.
9449
9450 * INSTALL: Describe possible problem with djecho.exe in old
9451 versions of DJGPP v2.x.
9452
9453 2000-11-23 Gerd Moellmann <gerd@gnu.org>
9454
9455 * configure.in: Initialize HAVE_LIBXP to no.
9456
9457 2000-11-22 Gerd Moellmann <gerd@gnu.org>
9458
9459 * configure.in: Use m/macppc.h instead of the non-existent
9460 m/powerpc.h.
9461
9462 2000-11-21 Gerd Moellmann <gerd@gnu.org>
9463
9464 * Makefile.in (install-arch-indep): Also install info/eshell*
9465 and info/speedbar*.
9466
9467 * configure.in (HAVE_PNG): Check for the presence of
9468 png_get_channels to rule out older PNG libs.
9469
9470 * configure.in (AC_OUTPUT): Arrange to emit definitions of
9471 GCC and NON_GNU_CPP into config.status.
9472
9473 2000-11-20 Dave Love <fx@gnu.org>
9474
9475 * configure.in: Fix last change.
9476
9477 * GETTING.GNU.SOFTWARE: Deleted.
9478 * FTP: New file to replace it.
9479 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
9480
9481 2000-11-20 Gerd Moellmann <gerd@gnu.org>
9482
9483 * configure.in: Use -traditional with GNU cpp.
9484
9485 2000-11-17 Gerd Moellmann <gerd@gnu.org>
9486
9487 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
9488 Distribute more files from the nt/ subdir. Distribute PBM
9489 image files from subdirs of lisp/. Distribute old change logs
9490 from subdirs of lisp/. Distribute play/5x5.el.
9491
9492 2000-11-11 Dave Love <fx@gnu.org>
9493
9494 * config.sub, config.guess: Updated from master source.
9495
9496 2000-11-07 Dave Love <fx@gnu.org>
9497
9498 * configure.in: Test for mkstemp.
9499
9500 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
9501
9502 * info/dir (Top): Rearrange menu items more logically, and put
9503 them into a single category. Add menu items for RefTeX and
9504 Widget.
9505
9506 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9507
9508 * Makefile.in (install-arch-indep): Use --info-dir instead of
9509 --dir-file, and a simple argument instead of --info-file, so that
9510 the Debian version of install-info also works.
9511
9512 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
9513
9514 * info/dir (Speedbar): Add entry.
9515
9516 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9517
9518 * INSTALL: Describe the new image-support options to the configure
9519 script. List URLs where image support libraries can be found.
9520
9521 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
9522
9523 * info/dir (Top): Add an entry for Eshell.
9524
9525 2000-10-02 Dave Love <fx@gnu.org>
9526
9527 * configure.in: Check for gai_strerror.
9528
9529 2000-10-01 Andreas Schwab <schwab@suse.de>
9530
9531 * Makefile.in (install-arch-indep): Update list of installed info files.
9532
9533 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9534
9535 * configure.in: Support `sparc*-*-netbsd*'.
9536
9537 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
9538
9539 * info/dir (MIME): Add entry for emacs-mime.
9540
9541 2000-09-29 Dave Love <fx@gnu.org>
9542
9543 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
9544
9545 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9546
9547 * make-dist: Adapt to the change of leim/Makefile which was
9548 necessary to ensure a reasonably working `make dist'.
9549
9550 * leim-Makefile.in: Moved to leim/Makefile.in..
9551
9552 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
9553
9554 2000-09-21 Kenichi Handa <handa@etl.go.jp>
9555
9556 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
9557 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
9558 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
9559 files to .elc.
9560 (${TIT}): Adjust for the above change.
9561 (clean mostlyclean): Likewise.
9562 (.el.elc): New target.
9563
9564 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9565
9566 * make-dist: Include XPM and XBM files in lisp/ and subdirs
9567 in the distribution.
9568
9569 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9570
9571 * make-dist (skk): Rename to `ja-dic' because the leim directory
9572 was renamed.
9573
9574 2000-09-14 Dave Love <fx@gnu.org>
9575
9576 * configure.in: Fix spurion in last change.
9577
9578 2000-09-14 Gerd Moellmann <gerd@gnu.org>
9579
9580 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
9581 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
9582 to `no' if defined. Change result report.
9583
9584 2000-09-08 Dave Love <fx@gnu.org>
9585
9586 * configure.in: Remove spurious `@'s.
9587
9588 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
9589 autoconf.
9590
9591 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9592
9593 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
9594 file and print informational message.
9595
9596 * configure.in (AC_FUNC_MMAP): Add.
9597
9598 2000-09-01 Gerd Moellmann <gerd@gnu.org>
9599
9600 * configure.in: Add ``checking'' messages for
9601 XpmReturnAllocPixels.
9602
9603 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9604
9605 * configure.in: Check <strings.h>; check `index' and `rindex'
9606 functions.
9607
9608 2000-08-26 Kenichi Handa <handa@etl.go.jp>
9609
9610 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
9611 "case "${canonical}" in".
9612
9613 2000-08-25 Dave Love <fx@gnu.org>
9614
9615 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
9616
9617 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9618
9619 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
9620
9621 2000-08-24 Gerd Moellmann <gerd@gnu.org>
9622
9623 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
9624 contains a relative path. Protect against unusable values of $PWD.
9625
9626 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9627
9628 * info/dir (WoMan): Add entry.
9629
9630 * config.bat (maindir): Update src/_gdbinit even if it does
9631 already exist.
9632
9633 2000-08-07 Gerd Moellmann <gerd@gnu.org>
9634
9635 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
9636
9637 2000-08-03 Gerd Moellmann <gerd@gnu.org>
9638
9639 * configure.in: Add support for ia64*-*-linux*.
9640
9641 2000-07-27 Gerd Moellmann <gerd@gnu.org>
9642
9643 * make-dist (aclocal.m4): Include in distribution.
9644
9645 2000-07-26 Dave Love <fx@gnu.org>
9646
9647 * configure.in (AC_SYS_LARGEFILE): Move earlier.
9648
9649 2000-07-24 Dave Love <fx@gnu.org>
9650
9651 * configure.in: Add AC_SIZE_T.
9652
9653 2000-07-18 Dave Love <fx@gnu.org>
9654
9655 * configure.in: Reorder so that most tests are done after CPPFLAGS
9656 is set from the C_SWITCH_... definitions.
9657
9658 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9659
9660 * configure.in (HAVE_XPM): Undo previous change. Check for
9661 preprocessor define XpmReturnAllocPixels.
9662
9663 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9664
9665 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
9666 instead of XpmReadFileToPixmap.
9667
9668 2000-07-05 Ken Raeburn <raeburn@gnu.org>
9669
9670 * configure.in: Check for <soundcard.h>. Look for ossaudio
9671 library, and set LIBSOUND accordingly.
9672
9673 2000-07-05 Dave Love <fx@gnu.org>
9674
9675 * configure.in: Use AC_HEADER_SYS_WAIT.
9676
9677 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9678
9679 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
9680 lisp/Makefile. Distribute lisp/Makefile.in instead of
9681 lisp/Makefile.
9682
9683 2000-06-30 Ken Raeburn <raeburn@gnu.org>
9684
9685 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
9686 while searching for image-handling libraries.
9687
9688 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9689
9690 * configure.in (--with-xim): New option.
9691
9692 2000-06-23 Dave Love <fx@gnu.org>
9693
9694 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
9695 for struct timezone and test how we can call gettimeofday.
9696 Check for OSF 5+. Check for term.h.
9697
9698 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
9699 version.
9700
9701 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9702
9703 * configure.in (HAVE_LIBXP): Change test for libXp.
9704
9705 2000-06-21 Dave Love <fx@gnu.org>
9706
9707 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
9708 simple test for getloadavg and substitute GETLOADAVG_LIBS.
9709 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
9710
9711 2000-06-19 Dave Love <fx@gnu.org>
9712
9713 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
9714 _XOPEN_SOURCE is defined.
9715
9716 2000-06-16 Gerd Moellmann <gerd@gnu.org>
9717
9718 * Makefile.in (distclean): Also make distclean in lisp/.
9719
9720 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9721
9722 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
9723
9724 2000-06-15 Gerd Moellmann <gerd@gnu.org>
9725
9726 * make-dist: Add --help and --snapshot options.
9727
9728 2000-06-14 Gerd Moellmann <gerd@gnu.org>
9729
9730 * configure.in: Generate lisp/Makefile.
9731
9732 * configure.in: Add support for `*-lynxos*'.
9733 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
9734 recommended by <Karen.Dorhamer@compaq.com> to fix problems
9735 on Tru64 UNIX v5.0.
9736
9737 2000-06-13 Ken Raeburn <raeburn@gnu.org>
9738
9739 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
9740 it's on a continuation line.
9741
9742 2000-06-02 Dave Love <fx@gnu.org>
9743
9744 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
9745 files.
9746
9747 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
9748 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
9749 test.
9750
9751 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
9752 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
9753
9754 2000-05-26 Gerd Moellmann <gerd@gnu.org>
9755
9756 * configure.in: Add check for speed_t typedef.
9757
9758 2000-05-25 Ken Raeburn <raeburn@gnu.org>
9759
9760 * Makefile.in (install-arch-dep): Install fns-*.el only if it
9761 exists; it won't in the CANNOT_DUMP case.
9762
9763 2000-05-25 Gerd Moellmann <gerd@gnu.org>
9764
9765 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
9766 On FreeBSD, the exit status is 1 if CDPATH is not set.
9767 (install-arch-indep): Install ebrowse.info.
9768
9769 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
9770
9771 * configure.in: Check for grandpt and getpt.
9772
9773 2000-05-09 Dave Love <fx@gnu.org>
9774
9775 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
9776
9777 2000-05-05 Gerd Moellmann <gerd@gnu.org>
9778
9779 * make-dist: Make a link for lib-src/grep-changelog.
9780 Copy install-sh.
9781
9782 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9783
9784 * config.bat: Identify the beginning of the cpp stuff in
9785 src/Makefile.in and lib-src/Makefile.in more accurately.
9786
9787 2000-04-27 Gerd Moellmann <gerd@gnu.org>
9788
9789 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
9790
9791 2000-04-19 Gerd Moellmann <gerd@gnu.org>
9792
9793 * configure.in: Add support for `powerpc-*-netbsd*'.
9794
9795 2000-04-19 Dave Love <fx@gnu.org>
9796
9797 * configure.in: Don't use AC_FUNC_GETLOADAVG.
9798
9799 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
9800
9801 2000-04-16 Dave Love <fx@gnu.org>
9802
9803 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
9804
9805 2000-04-14 Dave Love <fx@gnu.org>
9806
9807 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
9808
9809 * aclocal.m4 (AC_FUNC_MKTIME): New.
9810
9811 2000-03-28 Ken Raeburn <raeburn@gnu.org>
9812
9813 * configure.in: Line up "--help" output a little better.
9814
9815 2000-03-26 Gerd Moellmann <gerd@gnu.org>
9816
9817 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
9818 New targets.
9819 (bootstrap): Rewritten in terms of the new targets above.
9820 Make info files, too.
9821
9822 2000-03-12 Gerd Moellmann <gerd@gnu.org>
9823
9824 * config.guess, config.sub: Use the versions of the files from
9825 subversions.
9826
9827 2000-03-08 Dave Love <fx@gnu.org>
9828
9829 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
9830 AC_C_VOLATILE. Define POINTER_TYPE.
9831
9832 * aclocal.m4: New file.
9833
9834 2000-03-02 Gerd Moellmann <gerd@gnu.org>
9835
9836 * configure.in (machine): Add `mipsel-*-netbsd*' and
9837 `arm-*-netbsd*'.
9838
9839 2000-03-01 Gerd Moellmann <gerd@gnu.org>
9840
9841 * configure.in (machine): Add support for `*-auspex-sunos*'.
9842
9843 2000-02-29 Gerd Moellmann <gerd@gnu.org>
9844
9845 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
9846
9847 2000-02-18 Dave Love <fx@gnu.org>
9848
9849 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
9850
9851 2000-02-18 Andreas Schwab <schwab@suse.de>
9852
9853 * Makefile.in (install-arch-indep): Add eudc to list of installed
9854 info files.
9855
9856 2000-02-17 Ken Raeburn <raeburn@gnu.org>
9857
9858 * configure.in: Include -lz and -ljpeg (if it's available) when
9859 testing for the tiff library.
9860
9861 2000-02-17 Gerd Moellmann <gerd@gnu.org>
9862
9863 * configure.in: Remove LISP_FLOAT_TYPE.
9864
9865 2000-02-12 Dave Love <fx@gnu.org>
9866
9867 * configure.in: Use AC_FUNC_VFORK.
9868
9869 2000-02-01 Gerd Moellmann <gerd@gnu.org>
9870
9871 * make-dist: Various fixes for new development tree.
9872
9873 * leim-Makefile.in: New file.
9874
9875 2000-01-31 Gerd Moellmann <gerd@gnu.org>
9876
9877 * Makefile.in (dist): Call ./make-dist.
9878
9879 2000-01-24 Dave Love <fx@gnu.org>
9880
9881 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
9882
9883 2000-01-18 Gerd Moellmann <gerd@gnu.org>
9884
9885 * configure.in (HAVE_GIF): Check for DGifOpen instead of
9886 DGifOpenFileName.
9887
9888 2000-01-11 Andreas Schwab <schwab@suse.de>
9889
9890 * Makefile.in (install-arch-indep): Update list of info files to
9891 be installed.
9892
9893 2000-01-05 Dave Love <fx@gnu.org>
9894
9895 * configure.in: Check for jerror.h as well as libjpeg.
9896
9897 2000-01-03 Andreas Schwab <schwab@suse.de>
9898
9899 * Makefile.in (install-arch-indep): Install autotype*.
9900 Run install-info on autotype and emacs-faq.info.
9901
9902 1999-12-04 Dave Love <fx@gnu.org>
9903
9904 * Makefile.in (install-arch-indep): Depend on `info'.
9905 (install-strip): Use `install' as sub-make target.
9906
9907 1999-11-23 Ken Raeburn <raeburn@gnu.org>
9908
9909 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
9910 didn't need to be deleted. Check for the k5crypto library as well
9911 as the crypto library; MIT Kerberos 1.1 changed the name.
9912
9913 1999-11-18 Dave Love <fx@gnu.org>
9914
9915 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
9916
9917 1999-11-11 Erik Naggum <erik@naggum.no>
9918
9919 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
9920
9921 1999-11-08 Dave Love <fx@gnu.org>
9922
9923 * configure.in: Fix change for --with-pop default.
9924
9925 1999-11-04 Dave Love <fx@gnu.org>
9926
9927 * configure.in: Default to --with-pop. Change sense of with-gcc
9928 and with-toolkit-scroll-bars messages to reflect the defaults.
9929
9930 1999-11-01 Gerd Moellmann <gerd@gnu.org>
9931
9932 * INSTALL: Mention the Emacs Lisp Reference.
9933
9934 1999-10-27 Noah Friedman <friedman@splode.com>
9935
9936 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
9937
9938 1999-10-23 Gerd Moellmann <gerd@gnu.org>
9939
9940 * Makefile.in (bootstrap): New target.
9941
9942 1999-10-19 Paul Eggert <eggert@twinsun.com>
9943
9944 Add support for large files. Merge glibc 2.1.2.
9945
9946 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
9947 (HAVE_TM_GMTOFF): New symbol.
9948 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
9949 mbrlen, strsignal.
9950 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
9951
9952 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
9953
9954 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
9955 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
9956
9957 1999-10-09 Richard M. Stallman <rms@gnu.org>
9958
9959 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
9960 Unset CDPATH to prevent cd from generating output.
9961
9962 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
9963
9964 * update-subdirs: Also ignore CVS subdirs.
9965
9966 1999-10-07 Gerd Moellmann <gerd@gnu.org>
9967
9968 * Makefile.in (install-arch-indep): Add ada-mode.
9969
9970 1999-10-06 Dave Love <fx@gnu.org>
9971
9972 * Makefile.in: Add rules for config.status, configure.
9973
9974 1999-09-07 Gerd Moellmann <gerd@gnu.org>
9975
9976 * configure.in (--with-sound): Remove.
9977
9978 1999-08-30 Gerd Moellmann <gerd@gnu.org>
9979
9980 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
9981 the test for Xaw3d.
9982 (HAVE_TIFF): Add -lm to library check.
9983
9984 1999-08-28 Richard Stallman <rms@gnu.org>
9985
9986 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
9987 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
9988 after the other X-related libraries.
9989
9990 1999-08-21 Dave Love <fx@gnu.org>
9991
9992 * configure.in: Don't check for jpeglib.h.
9993
9994 1999-08-20 Gerd Moellmann <gerd@gnu.org>
9995
9996 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
9997 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
9998
9999 1999-08-18 Dave Love <fx@gnu.org>
10000
10001 * configure.in: Check for termcap.h.
10002
10003 1999-08-15 Gerd Moellmann <gerd@gnu.org>
10004
10005 * configure.in: Add --with-toolkit-scroll-bars. If "no",
10006 use Emacs' scroll bars, even if configured for Motif or when
10007 Xaw3d is available.
10008
10009 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
10010
10011 * configure.in: Check for getaddrinfo.
10012
10013 1999-08-04 Eli Zaretskii <eliz@gnu.org>
10014
10015 * config.bat: Make --no-debug work again by removing -gcoff.
10016
10017 1999-07-30 Dave Love <fx@gnu.org>
10018
10019 * configure.in: Check for stdlib.h.
10020
10021 1999-07-19 Dave Love <fx@gnu.org>
10022
10023 * configure.in: Grok sparc64-*-linux-gnu*.
10024
10025 1999-07-12 Richard Stallman <rms@gnu.org>
10026
10027 * Version 20.4 released.
10028
10029 1999-06-23 Karl Heuer <kwzh@gnu.org>
10030
10031 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
10032 Quote $EMACS, in case it's a program with args.
10033
10034 1999-06-15 Gerd Moellmann <gerd@gnu.org>
10035
10036 * configure.in (HAVE_GIF): Use libungif instead of libgif
10037 because the former doesn't contain patented compression code.
10038
10039 1999-05-29 Richard M. Stallman <rms@gnu.org>
10040
10041 * configure.in: Delete the Kerberos stuff.
10042
10043 1999-05-27 Greg Hudson <ghudson@mit.edu>
10044
10045 * configure.in: Prefer kerberos 5 names.
10046
10047 1999-04-26 Richard M. Stallman <rms@gnu.org>
10048
10049 * configure.in: Check for libXp.
10050
10051 1999-04-08 Richard Stallman <rms@gnu.org>
10052
10053 * make-dist: Include change logs in subdirs of `lisp'.
10054
10055 1999-04-05 Richard Stallman <rms@gnu.org>
10056
10057 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
10058 (install-arch-indep): Make ${datadir}/emacs world-readable.
10059
10060 1999-03-30 Eli Zaretskii <eliz@gnu.org>
10061
10062 * config.bat: Use epaths.* instead of paths.*.
10063
10064 1999-03-07 Eli Zaretskii <eliz@gnu.org>
10065
10066 * INSTALL: Add detailed instructions to unpack and install
10067 intlfonts on MS-DOS.
10068
10069 1999-02-26 Richard Stallman <rms@gnu.org>
10070
10071 * configure.in: Use epaths.h and epaths-force instead of paths...
10072
10073 * Makefile.in (epaths-force): Rename from paths-force;
10074 operate on epaths.in and produce epaths.h.
10075
10076 1999-02-24 Richard Stallman <rms@gnu.org>
10077
10078 * make-dist: Fix nt/icons directory handling.
10079
10080 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
10081
10082 * configure.in (f301-fujitsu-uxpv4.1): New target.
10083
10084 1999-02-20 Richard Stallman <rms@gnu.org>
10085
10086 * make-dist (tempparent): Fix command to update info files.
10087
10088 1999-02-09 Richard Stallman <rms@gnu.org>
10089
10090 * configure.in (powerpc-apple-netbsd*): New alternative.
10091
10092 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
10093
10094 * make-dist: Include the new directory nt/icons in distributions.
10095
10096 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10097
10098 * configure.in: Change message about HAVE_XFREE386.
10099
10100 1999-01-07 Eli Zaretskii <eliz@gnu.org>
10101
10102 * config.bat: Support configuring with leim.
10103
10104 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
10105
10106 * configure.in (mips-sgi-irix6.5): New target.
10107
10108 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10109
10110 * configure.in: Remove GSS-API support, since it has been removed
10111 from movemail.
10112
10113 1998-12-04 Markus Rost <rost@delysid.gnu.org>
10114
10115 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10116
10117 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
10118
10119 * Makefile.in: Don't install customize info file.
10120 Run install-info on viper info file.
10121
10122 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
10123
10124 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
10125
10126 1998-11-16 Kenichi Handa <handa@etl.go.jp>
10127
10128 * configure.in (*-*-bsdi4*): New target.
10129
10130 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
10131
10132 * configure.in: Fix previous change.
10133
10134 1998-11-11 Richard Stallman <rms@gnu.org>
10135
10136 * configure.in (aviion-intel): New machine.
10137
10138 1998-11-04 Kenichi Handa <handa@etl.go.jp>
10139
10140 * configure.in (mips-nec-sysv4*): New target.
10141
10142 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
10143
10144 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
10145 from lisp.
10146
10147 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
10148
10149 * make-dist: Don't include fns*.el in dist.
10150
10151 1998-10-30 Dave Love <fx@gnu.org>
10152
10153 * configure.in: Don't mkdir cpp.
10154
10155 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
10156
10157 * Makefile.in (install-arch-dep): Install src/fns-*.el in
10158 ${archlibdir}.
10159
10160 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10161
10162 * Version 20.3 released.
10163
10164 1998-07-30 Paul Eggert <eggert@twinsun.com>
10165
10166 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
10167 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
10168 (lwlib/Makefile, leim/Makefile):
10169 Prepend $(srcdir)/ to rule dependencies outside this dir.
10170
10171 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10172
10173 * configure.in: Use unset CDPATH instead of making it empty.
10174
10175 1998-06-20 Karl Heuer <kwzh@gnu.org>
10176
10177 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
10178
10179 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10180
10181 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
10182 and default.el. Sort the results.
10183
10184 1998-05-31 Karl Heuer <kwzh@gnu.org>
10185
10186 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
10187 writable.
10188
10189 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10190
10191 * Makefile.in (install-arch-indep):
10192 Don't alter site-lisp/subdirs.el if it exists.
10193
10194 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
10195
10196 * Makefile.in (install-arch-indep): Put `-' on commands to create
10197 subdirs.el in site-lisp dirs.
10198
10199 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
10200
10201 * Makefile.in (install-arch-indep): Fix typo in previous change.
10202
10203 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
10204
10205 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
10206
10207 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
10208
10209 * Makefile.in (mkdir): Create the site-lisp dirs.
10210 (install-arch-indep): Make site-lisp/subdirs files world-readable.
10211
10212 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
10213
10214 * Makefile.in (INSTALL_INFO): New variable.
10215 (install-arch-indep): Don't replace the dir file if it already exists.
10216 Use the install-info program, via INSTALL_INFO, to add entries.
10217 Make the `info' subdir and the Info files world-readable.
10218
10219 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
10220
10221 * config.bat: Make sure the environment is large enough to support
10222 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
10223
10224 1998-04-10 Karl Heuer <kwzh@gnu.org>
10225
10226 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
10227
10228 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10229
10230 * configure.in: Add --with-gssapi to specify GSS-API
10231 authentication support for movemail.
10232
10233 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10234
10235 * Makefile.in (install-arch-indep): Fix previous change.
10236
10237 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10238
10239 * Makefile.in (info): Run man in build dir, not srcdir.
10240
10241 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
10242
10243 * Makefile.in (install-arch-indep): Fix previous change.
10244
10245 1998-03-23 Kenichi Handa <handa@etl.go.jp>
10246
10247 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
10248
10249 1998-03-22 Richard Stallman <rms@gnu.org>
10250
10251 * Makefile.in (install-arch-indep): Put special subdirs.el files
10252 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
10253
10254 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
10255
10256 * make-dist: Fix shell syntax in check for missing .el or .elc files.
10257
10258 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
10259
10260 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
10261 (m68*-hp-hpux*): Handle versions 1X like 10.
10262
10263 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
10264
10265 * make-dist: PROBLEMS is now in etc, not top level dir.
10266
10267 * Makefile.in (SOURCES): Delete PROBLEMS.
10268
10269 1998-02-25 Richard Stallman <rms@gnu.org>
10270
10271 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
10272
10273 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
10274
10275 1998-01-17 Richard Stallman <rms@gnu.org>
10276
10277 * Makefile.in (install-arch-indep): Add semicolon before `else'.
10278
10279 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
10280
10281 * make-dist (tempparent): New option --no-check.
10282
10283 * make-dist: Don't do anything with cpp directory.
10284
10285 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
10286
10287 * configure.in (sparc-fujitsu-sysv4*): New target.
10288
10289 1997-12-17 Andreas Schwab <schwab@gnu.org>
10290
10291 * configure.in: Cache more tests. Add missing quotes around
10292 message with embedded comma.
10293
10294 1997-12-04 Karl Heuer <kwzh@gnu.org>
10295
10296 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
10297
10298 1997-11-26 Joel N. Weber II <devnull@gnu.org>
10299
10300 * make-dist: Changed the comment about `umask 0' to say `Don't
10301 restrict access to any files.'; previously it said `Don't protect
10302 any files', which may have implied that we think fascism is good.
10303
10304 1997-11-24 Paul Eggert <eggert@twinsun.com>
10305
10306 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
10307 strftime needs the underlying host's strftime for locale dependent
10308 formats.
10309
10310 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
10311
10312 * configure.in (i586-dg-dguxR4.*): New name in case branch.
10313
10314 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
10315
10316 * config.bat: Configure the man subdirectory.
10317
10318 1997-11-07 Paul Eggert <eggert@twinsun.com>
10319
10320 * configure.in (AC_CHECK_LIB): Add -lintl.
10321
10322 1997-11-07 Karl Heuer <kwzh@gnu.org>
10323
10324 * make-dist (check for .elc files): Avoid bash-specific syntax.
10325 (check for overflow 14-char limit): Simplify.
10326
10327 1997-11-07 Richard Stallman <rms@gnu.org>
10328
10329 * Makefile.in (install): Move blessmail last.
10330
10331 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10332
10333 * configure.in (gettimeofday, one arg or two):
10334 Clarify messages by avoiding double negative.
10335
10336 1997-09-30 Karl Eichwalder <ke@suse.de>
10337
10338 * Makefile.in (install-arch-indep): Install the widget info file.
10339
10340 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10341
10342 * configure.in (with-pop, with-kerberos): Need to check Kerberos
10343 libraries in reverse order, so that libraries will appear in the
10344 correct dependency order on the link line (and so that the
10345 configure checks themselves will work properly when early
10346 libraries depend on later ones).
10347
10348 1997-09-21 Erik Naggum <erik@naggum.no>
10349
10350 * make-dist (making links to `src'): Keep timestamp on copied files.
10351
10352 * make-delta: New script to produce delta distributions.
10353
10354 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10355
10356 * Version 20.2 released.
10357
10358 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10359
10360 * Version 20.1 released.
10361
10362 * Makefile.in (install-leim): Depend on mkdir.
10363 (leim): Depend on src.
10364
10365 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10366
10367 * configure.in: Recognize alpha* instead of just alpha.
10368
10369 1997-09-12 Paul Eggert <eggert@twinsun.com>
10370
10371 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
10372
10373 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10374
10375 * update-subdirs: Use rm -f.
10376
10377 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10378
10379 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
10380 Ignore subdirs named Old.
10381
10382 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
10383
10384 * configure.in: Add OpenBSD clause to set $machine.
10385
10386 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10387
10388 * make-dist: Recompile everything after updating various Lisp files.
10389 Recompile in leim as well as lisp.
10390 Check in leim as well as lisp for mismatched files and too-long names.
10391
10392 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10393
10394 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
10395
10396 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10397
10398 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
10399 before trying to copy anything from it.
10400
10401 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10402
10403 * Makefile.in (man/Makefile): New target.
10404 (tags): Define env var EMACS and run Makefile from build dir.
10405
10406 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
10407
10408 * config.bat: If src/_gdbinit doesn't exist, try using
10409 src/.gdbinit to create it (for building on Windows 95).
10410
10411 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10412
10413 * Makefile.in (install-arch-indep):
10414 Discard extra data in tar | tar pipes.
10415
10416 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
10417
10418 * configure.in (x_default_search_path):
10419 Corrected '${x_library}' to '${x_library}/X11'.
10420
10421 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10422
10423 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
10424
10425 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10426
10427 * configure.in: Support auto-configuration of both Kerberos V4 and
10428 Kerberos V5 for movemail, including detection of V4 and V5 header
10429 files and libraries.
10430
10431 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
10432
10433 * configure.in: Compute x_default_search_path
10434 and substitute into makefiles.
10435
10436 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
10437
10438 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10439
10440 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
10441
10442 1997-08-07 Erik Naggum <erik@naggum.no>
10443
10444 * configure.in: Remove lockdir, it is no longer needed.
10445 * Makefile.in (mkdir): Don't create lockdir.
10446 (lockdir): Variable deleted.
10447 (paths-force): Don't operate on PATH_LOCK.
10448
10449 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10450
10451 * leim-Makefile.in (clean, distclean): New targets.
10452
10453 * make-dist: Include leim/ChangeLog in leim distribution.
10454
10455 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10456
10457 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
10458
10459 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10460
10461 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
10462
10463 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10464
10465 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
10466
10467 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10468
10469 * make-dist: Update leim/leim-list.el.
10470 Pass along value of $EMACS when updating lisp dir.
10471
10472 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10473
10474 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
10475 prerequisite to the use of Doug Lea's malloc.
10476
10477 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10478
10479 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
10480
10481 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
10482
10483 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10484
10485 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
10486
10487 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10488
10489 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
10490 to news-r6.h.
10491
10492 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
10493
10494 * config.bat: Use `sed' instead of `cp', which might not be
10495 installed.
10496
10497 1997-07-09 Kenichi Handa <handa@etl.go.jp>
10498
10499 * Makefile.in (mostlyclean): Add cleaning leim directory.
10500 (clean, distclean, maintainer-clean): Likewise.
10501
10502 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10503
10504 * make-dist (bogosities): Check subdirs of `lisp' also.
10505
10506 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10507
10508 * make-dist (etc): Really avoid symlinks now.
10509 (lisp): Don't delete from subdirs the things we never copy.
10510
10511 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10512
10513 * Makefile.in (install-arch-indep): Correct the target name.
10514 The first letter `i' was dropped by the previous change of mine.
10515
10516 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10517
10518 * configure.in (leim/Makefile): Generate this.
10519 (*-sysv4.2uw*): Recognize new alternative.
10520
10521 * leim-Makefile.in: Renamed from leim-Makefile.
10522
10523 * make-dist: Set up real-leim subdirectory,
10524 with the real contents of leim; then move it to
10525 a separate top-level directory.
10526
10527 * make-dist: Don't mention site-lisp, site-init, site-start
10528 or default, when listing files hat are not compiled and should be.
10529
10530 * configure.in: Create src/config.stamp at the end.
10531
10532 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10533
10534 * Makefile.in (install-leim): Correct previous change.
10535
10536 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10537
10538 * Makefile.in (install-leim): New target.
10539 (install): Depend on install-leim.
10540
10541 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10542
10543 * Makefile.in (SUBDIR): Add leim.
10544 (SUBDIR_MAKEFILES): Add leim/Makefile.
10545 (leim/Makefile): New target.
10546
10547 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10548
10549 * leim-Makefile: New file.
10550 * make-dist: Initialize a `leim' subdirectory with that makefile.
10551
10552 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10553
10554 * configure.in (GNU_MALLOC_reason): Fix message text.
10555
10556 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10557
10558 * make-dist (lisp): Don't process subdirs that start with =.
10559 (etc): Copy symlinks, as in src.
10560
10561 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10562
10563 * configure.in (i*86-*-unixware*): New alternative.
10564
10565 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10566
10567 * Makefile.in (src/config.stamp): Target renamed from src/config.h
10568 and touch it explicitly.
10569
10570 * configure.in (mips-sony-newsos6*): New alternative.
10571 (mips-*-linux-gnu*): New alternative.
10572 (*-*-bsdi*): New alternative.
10573 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
10574
10575 1997-06-22 Dave Love <d.love@dl.ac.uk>
10576
10577 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
10578 (src/config.h): New target to re-configure if src/config.in is patched.
10579
10580 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10581
10582 * configure.in (shutdown): Check for `shutdown' function.
10583
10584 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
10585
10586 * update-subdirs: Include the directory "language" in subdirs.
10587
10588 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10589
10590 * configure.in (m88k-dg-dgux4*): New alternative.
10591 (alpha-*-netbsd*): New alternative.
10592 (powerpcle-*-solaris2*): New alternative.
10593
10594 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10595
10596 * make-dist: Warn about .el files that are not compiled.
10597
10598 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10599
10600 * Makefile.in (dist): Don't run update-subdirs here,
10601 since make-dist now gets that done.
10602
10603 * make-dist: Use the new `updates' target in lisp/Makefile.
10604
10605 * make-dist: Use new non-file targets in lisp/Makefile.
10606
10607 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10608
10609 * make-dist: Handle all subdirs of `lisp' uniformly.
10610 Don't handle `term' and `language' specially.
10611 Clear out umask at the beginning.
10612
10613 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10614
10615 * make-dist: Use Make to update finder-inf.el and autoloads.
10616 Also update cus-load.el.
10617
10618 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10619
10620 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
10621 in case it is desirable to disable the GNU malloc features with glibc.
10622
10623 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
10624
10625 * configure.in (DOUG_LEA_MALLOC):
10626 Define if malloc_{get,set}_state exist.
10627
10628 1997-03-05 Kenichi Handa <handa@etl.go.jp>
10629
10630 * make-dist: Make links for files under lisp/language.
10631
10632 1997-02-20 Kenichi Handa <handa@etl.go.jp>
10633
10634 * update-subdirs: Exclude the directory "language" from subdirs.
10635
10636 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
10637
10638 * configure.in: Check for rint and cbrt.
10639
10640 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10641
10642 * make-dist: Use $EMACS to say where to run Emacs.
10643 Add --no-update option.
10644
10645 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10646
10647 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
10648
10649 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10650
10651 * make-dist (copying src): Check thoroughly for symlinks
10652 and copy them in all cases. Regularize the linking of *.in
10653 and *.opt and ChangeLog files.
10654 (copying lib-src): Likewise.
10655 Don't rm getdate.c or y.tab.*--they don't exist any more.
10656
10657 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
10658
10659 * configure.in: Check for libmail, maillock.h and
10660 touchlock (for movemail).
10661
10662 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10663
10664 * configure.in (limits.h): Check for this file.
10665
10666 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10667
10668 * configure.in (rs6000-ibm-aix4.2): New alternative.
10669 (rs6000-ibm-aix4.0): New alternative.
10670 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
10671
10672 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
10673
10674 * configure.in: Recognize vax-*-netbsd*.
10675
10676 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10677
10678 * configure.in (locallisppath): Add leim directory.
10679
10680 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10681
10682 * config.bat: Make sure `mv' supports forward slashes and -f.
10683
10684 1996-10-28 Christian Limpach <chris@nice.ch>
10685
10686 * configure.in (hppa*-next-nextstep*): * added after hppa
10687 to accept hppa1.0 and hppa1.1.
10688
10689 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
10690
10691 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
10692 * configure.in (ld_switch_machine): Fix typo.
10693
10694 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10695
10696 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
10697 from config.h and use them in $ac_link.
10698
10699 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
10700
10701 * configure.in: Create a subdir named `lisp'.
10702
10703 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10704
10705 * configure.in: Check for getcwd.
10706
10707 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10708
10709 * configure.in: Check for termios.h. Check for setpgid.
10710
10711 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10712
10713 * configure.in: Check for setrlimit.
10714
10715 1996-08-31 Paul Eggert <eggert@twinsun.com>
10716
10717 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
10718
10719 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10720
10721 * configure.in: Check for utimes.
10722
10723 * configure.in: Check for com_err library, but only
10724 if --with-kerberos was used. Check for krb and des
10725 only if --with-kerberos.
10726
10727 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10728
10729 * Makefile.in (INSTALL_STRIP): New variable.
10730 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
10731 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
10732
10733 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10734
10735 * configure.in: Check for krb and des libraries.
10736
10737 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
10738
10739 * configure.in (*-sunos4.1.[3-9]*noshare):
10740 Use sunos413, not sunos4-1-3.
10741 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
10742 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
10743
10744 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10745
10746 * Makefile.in (src/paths.h): Target deleted.
10747 (paths-force): Delete all dependencies on this target
10748 but don't delete the target.
10749 (install): Depend on `all'.
10750 (paths-force): Don't print a message.
10751
10752 * configure.in: Generate src/paths.h here.
10753
10754 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10755
10756 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
10757 New variables that affect linking only.
10758 (alpha-dec-osf*): Use those instead of previous change.
10759
10760 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10761
10762 * Makefile.in (install-arch-indep): Install info/messages.
10763
10764 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10765
10766 * Version 19.33 released.
10767
10768 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
10769
10770 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10771 Fix previous change.
10772
10773 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10774
10775 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
10776 New alternative.
10777
10778 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10779
10780 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
10781 and NON_GCC_TEST_OPTIONS.
10782
10783 1996-08-06 Paul Eggert <eggert@twinsun.com>
10784
10785 * configure.in (LOCALTIME_CACHE): Don't put a string literal
10786 "TZ=..." in environ.
10787
10788 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10789
10790 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
10791
10792 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10793
10794 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
10795 the more general *-sunos4.1.[3-9]* clause.
10796
10797 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10798
10799 * Version 19.32 released.
10800
10801 * configure.in (*-sco3.2v5*):
10802 Set OVERRIDE_CPPFLAG to a string of one space.
10803 Fix the code that uses OVERRIDE_CPPFLAG.
10804
10805 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
10806
10807 * configure.in: Undo previous change.
10808
10809 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10810
10811 * config.sub: Use `pc', not `unknown', when canonicalizing
10812 the vendor for ...86.
10813
10814 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
10815
10816 * configure.in: Check for termios.h header.
10817
10818 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
10819
10820 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
10821
10822 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
10823
10824 * configure.in: Split bsdos2 and bsdos2-1.
10825
10826 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10827
10828 * config.sub: If last two words are not a recognized
10829 KERNEL-OS pair, use just the last word as OS, as in 19.31.
10830 Make conversion of gnu/linux to linux-gnu really work.
10831
10832 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
10833
10834 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10835
10836 * configure.in (check for using Lucid widgets by default):
10837 Eliminate indentation that confuses some compilers.
10838
10839 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10840
10841 * config.sub: Convert linux and gnu/linux to linux-gnu.
10842
10843 * make-dist: Don't update getdate.c.
10844 Ignore =... files when checking for too-long Lisp file names.
10845
10846 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10847
10848 * configure.in (euidaccess): Check for that, not for eaccess.
10849
10850 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10851
10852 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
10853 before `noshare'.
10854 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
10855
10856 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10857
10858 * configure.in: Rename lignux to linux-gnu in configuration names.
10859 Use gnu-linux as the opsys value (s/ file name).
10860 Allow i686 just like i386, i486, i586.
10861
10862 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10863
10864 * configure.in (i*86-*-sco3.2v5): New alternative.
10865 (OVERRIDE_CPPFLAG): New variable.
10866 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
10867
10868 * configure.in: Specify vpath for .texi files.
10869
10870 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10871
10872 * configure.in: Always check for HAVE_X11R5.
10873 Separately decide whether to use a toolkit by default.
10874
10875 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
10876
10877 * configure.in: If X11R5 is missing the Xaw headers,
10878 default to --with-x-toolkit=no.
10879
10880 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10881
10882 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
10883
10884 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
10885
10886 * Makefile.in (install-arch-indep): If cd etc makes output,
10887 don't treat that as part of the tar data.
10888 Check that ./lisp actually exists.
10889
10890 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
10891
10892 * make-dist: Check for long file names.
10893
10894 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10895
10896 * Version 19.31 released.
10897
10898 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
10899
10900 * configure.in: Recognize sparc-*-lignux.
10901
10902 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10903
10904 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
10905 Don't include config.w95.
10906
10907 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
10908
10909 * make-dist: Replace --no-clean-up and --no-tar options
10910 with --clean-up and --tar, so that the default is useful.
10911
10912 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
10913
10914 * config.bat: Make sure the GDB init file is called src/_gdbinit;
10915 if not, tell the user to rename it and abort.
10916
10917 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
10918
10919 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
10920 test program.
10921
10922 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10923
10924 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
10925
10926 * make-dist (MANIFEST): Fix previous change.
10927 (msdos): Put mainmake.v2 into the dist.
10928
10929 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10930
10931 * make-dist: Exit if autoconf fails.
10932
10933 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
10934
10935 * config.bat: Set djgpp-ver, and unset it at the end.
10936 Add a number of conditionals for DJGPP version 2.
10937 Rename label libsrc2 to libsrc3.
10938 Substitute for LDFLAGS in src/Makefile.
10939 Substitute for ALL_CFLAGS in lib-src/Makefile.
10940
10941 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10942
10943 * configure.in (ncurses): Check this after checking fns like strerror.
10944
10945 1996-04-08 Erik Naggum <erik@naggum.no>
10946
10947 * make-dist (MANIFEST): Don't include lines from =files.
10948
10949 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10950
10951 * make-dist: Don't put lisp/dired.todo in the dist.
10952
10953 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
10954
10955 * configure.in (HAVE_NCURSES): Look for library named ncurses.
10956
10957 * configure.in (setlocale): Check for it.
10958
10959 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
10960
10961 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10962
10963 * configure.in: Use lignux instead of linux as value of opsys.
10964
10965 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10966
10967 * Makefile.in (install-strip): Fix whitespace.
10968 Get rid of continuation.
10969
10970 * config.sub: Convert linux or gnu/linux to lignux.
10971
10972 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10973
10974 * configure.in: Accept lignux in configuration name.
10975
10976 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10977
10978 * Makefile.in (install-strip): New target.
10979
10980 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10981
10982 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
10983 -f failed to do the job on Suns.
10984
10985 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
10986
10987 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
10988
10989 * configure.in (linux/version.h): Check for this header.
10990
10991 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10992
10993 * configure.in: Remove -fno-builtin hackery from -lm check.
10994
10995 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
10996
10997 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
10998 just this test.
10999
11000 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
11001
11002 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11003
11004 * configure.in: Check for ncurses.
11005
11006 1996-02-28 Paul Eggert <eggert@twinsun.com>
11007
11008 * configure.in (LOCALTIME_CACHE):
11009 Also define if localtime mishandles unsetting TZ.
11010 This works around a localtime bug in mips-dec-ultrix.
11011
11012 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11013
11014 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
11015
11016 * configure.in: Improve messages about X versions.
11017
11018 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11019
11020 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
11021
11022 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11023
11024 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
11025 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
11026
11027 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
11028 (install): Put install-arch-indep before install-arch-dep.
11029
11030 1996-02-20 Dave Love <d.love@dl.ac.uk>
11031
11032 * INSTALL: Clarify info about MS-DOS path handling.
11033
11034 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11035
11036 * Makefile.in (install-arch-indep): Install info/ccmode*.
11037 In previous change, protect against /bin/pwd returning null string.
11038
11039 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11040
11041 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
11042 to lispdir.
11043
11044 1996-02-01 Paul Eggert <eggert@twinsun.com>
11045
11046 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
11047
11048 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11049
11050 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
11051
11052 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11053
11054 * Makefile.in (extraclean): Use ${top_distclean} to ensure
11055 we delete everything distclean deletes.
11056
11057 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
11058
11059 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
11060
11061 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11062
11063 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
11064 into LDFLAGS instead of into LIBS.
11065
11066 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11067
11068 * configure.in (HAVE_XMU): Fix typo in previous change.
11069
11070 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11071
11072 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
11073
11074 1996-01-10 Erik Naggum <erik@naggum.no>
11075
11076 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
11077
11078 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
11079
11080 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
11081
11082 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11083
11084 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
11085 and use -lXt to link it.
11086
11087 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11088
11089 * configure.in (locallisppath): Put version-specific dir first.
11090
11091 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11092
11093 * configure.in (hppa-*-nextstep*): New alternative.
11094 (USE_X_TOOLKIT): By default, set this to "maybe";
11095 and change that later to LUCID or "no" according to X11 version.
11096
11097 * make-dist: Recompile outdated .elc files and update all autoloads.
11098
11099 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11100
11101 * configure.in (locallisppath): Fix typo in last change: " -> '.
11102
11103 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11104
11105 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
11106
11107 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11108
11109 * Makefile.in (install-arch-indep): Give all files read permission.
11110
11111 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11112
11113 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
11114 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
11115
11116 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11117
11118 * configure.in: Determine HAVE_X11R6.
11119 (HAVE_MENUS): Rename from HAVE_X_MENU.
11120
11121 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11122
11123 * configure.in: Just "solaris" now defaults to version 2.4.
11124 Add sunos4.1.n-noshare as alternative.
11125
11126 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11127
11128 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
11129
11130 1995-11-29 Erik Naggum <erik@naggum.no>
11131
11132 * Makefile.in (install-arch-indep): Add missing backslash.
11133
11134 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
11135
11136 * Makefile.in (install-arch-indep): Don't install
11137 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
11138
11139 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11140
11141 * Makefile.in (install-arch-indep): Fix previous change.
11142
11143 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
11144
11145 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11146
11147 * Version 19.30 released.
11148
11149 * make-dist (lisp): Exclude subdirs.el.
11150
11151 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11152
11153 * make-dist (etc): Delete *.orig and *.rej.
11154
11155 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11156
11157 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
11158
11159 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11160
11161 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
11162
11163 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
11164
11165 * make-dist (nt): Rename install, readme, and todo to
11166 INSTALL, README, and TODO.
11167
11168 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11169
11170 * make-dist (lisp): Don't distribute site-start.
11171
11172 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
11173
11174 * make-dist: Break the hard link on alloca.c.
11175
11176 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
11177
11178 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
11179
11180 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11181
11182 * make-dist (src, lib-src): Don't distribute Makefile.c.
11183 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
11184
11185 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11186
11187 * Makefile.in (mkdir): Create man1dir, not mandir.
11188 (uninstall): Use man1dir, not mandir.
11189
11190 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11191
11192 * Makefile.in (man1dir): New variable.
11193 (install-arch-indep): Use man1dir.
11194
11195 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
11196
11197 * make-dist: Create lisp/MANIFEST.
11198
11199 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11200
11201 * configure.in (m68k-*-linux*): New alternative.
11202
11203 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11204
11205 * make-dist: Use new names config.in, paths.in, and
11206 {src,lib-src}/Makefile.in.
11207
11208 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11209
11210 * configure.in: Don't bother checking for drem.
11211
11212 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11213
11214 * Makefile.in (distclean): Delete line with just a tab in it.
11215 (install-arch-indep): Delete spaces that precede tabs.
11216 Delete spurious `fi' left from previous change.
11217 (install): Supply `true' as command, to avoid null command.
11218
11219 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11220
11221 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
11222
11223 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11224
11225 * configure.in (powerpc-*-solaris2): New alternative.
11226
11227 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
11228
11229 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
11230 of paths.h.tmp$$, to avoid going beyond 14 characters.
11231
11232 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11233
11234 * configure.in: Improve error msg for invalid --with-x-toolkit value.
11235
11236 1995-09-06 Paul Eggert <eggert@twinsun.com>
11237
11238 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
11239 if localtime caches TZ. Check for tzset.
11240
11241 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11242
11243 * config.bat: Simplify using new names file names src/makefile.in,
11244 config.in, paths.in. Change Echo commands not to use `.
11245
11246 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11247
11248 * Makefile.in (install-arch-indep): Always install the new dir file;
11249 rename the previous dir file to dir.bak or dir.old.
11250
11251 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11252
11253 * configure.in (RANLIB): Substitute this into makefiles.
11254 Set it specially on solaris; set it by default on other systems.
11255
11256 * configure.in: Fix previous Alpha change.
11257
11258 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11259
11260 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
11261 NON_GCC_TEST_OPTIONS.
11262
11263 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11264
11265 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
11266 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
11267
11268 * configure.in (alpha-*-linux*): New configuration.
11269
11270 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11271
11272 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
11273 (m68k-next-nextstep*): New alias for that.
11274 (i*86-*-nextstep*): Use nextstep.h.
11275 (sparc-*-nextstep*): New configuration.
11276
11277 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11278
11279 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
11280 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
11281
11282 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11283
11284 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
11285 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
11286
11287 1995-07-18 Mike Long <mike.long@analog.com>
11288
11289 * make-dist: Fix update of finder-inf.el, and byte-compile it.
11290
11291 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11292
11293 * Makefile.in (src/paths.h, paths-force):
11294 Rename src/paths.h.in to src/paths.in.
11295 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
11296
11297 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
11298 Use Makefile.c for intermediate file.
11299 Rename src/config.h.in to src/config.in.
11300
11301 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
11302
11303 * configure.in (mips-dec-ultrix*): Assume version 4.3.
11304 (mips-dec-ultrix4.[12]): New alternative for old versions.
11305
11306 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11307
11308 * make-dist: Don't break intra-tree links.
11309
11310 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11311
11312 * configure.in: Put back archlibdir initialization.
11313 Require autoconf 2.4.1 or later.
11314
11315 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11316
11317 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
11318 (mips-mips-riscos5*): New alternative.
11319
11320 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11321
11322 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
11323
11324 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11325
11326 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
11327 (mandir, infodir, archlibdir): Initializations deleted.
11328
11329 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
11330 On hpux9shr, use hpux9shxr4.h.
11331
11332 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
11333
11334 * configure.in: Added target mips-dec-mach_bsd4.3.
11335 * config.guess: Guess mips-dec-mach_bsd4.3.
11336
11337 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11338
11339 * Makefile.in (mkdir): Use symbolic chmod.
11340
11341 1995-06-22 Paul Eggert <eggert@twinsun.com>
11342
11343 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
11344 SunOS 4.1.5 through 4.1.9, should they ever exist.)
11345
11346 1995-06-22 Paul Eggert <eggert@twinsun.com>
11347
11348 * Makefile.in (SUBDIR_MAKEFILES):
11349 Add man/Makefile, so `make distclean' removes it.
11350 (top_distclean): Add config.log to the list of files to be removed.
11351
11352 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11353
11354 * Version 19.29 released.
11355
11356 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11357
11358 * configure.in: Fix the previous change to verify that the -b
11359 option really solves the problem.
11360
11361 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
11362
11363 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11364
11365 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
11366
11367 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11368
11369 * configure.in: Report more clearly when there is no special
11370 dir to search for X includes or libraries.
11371
11372 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11373
11374 * configure.in: Check for -lpthreads, not -lpthread.
11375
11376 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
11377
11378 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
11379
11380 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11381
11382 * configure.in: Check for -lpthread.
11383
11384 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11385
11386 * Makefile.in (install-arch-indep): Install info files for mh-e.
11387 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
11388
11389 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11390
11391 * configure.in (*-solaris2.5): New configuration.
11392
11393 * make-dist: Copy new files config.nt and config.w95.
11394
11395 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11396
11397 * configure.in: Use x_includes, not x_libraries, for -I.
11398 Make bitmapdir a colon-separated list.
11399
11400 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
11401
11402 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
11403
11404 * configure.in: Allow x_libraries and x_includes to be paths.
11405
11406 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11407
11408 * configure.in: Fix typo.
11409
11410 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11411
11412 * INSTALL: Clarify use of site-init.el.
11413
11414 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
11415
11416 * configure.in: Pass arg to sqrt.
11417
11418 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11419
11420 * make-dist: Fix May 6 change.
11421
11422 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11423
11424 * vpath.sed: Delete reference to ymakefile.
11425
11426 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11427
11428 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
11429
11430 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11431
11432 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
11433
11434 * update-subdirs: Specify /bin/sh to run the script.
11435
11436 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11437
11438 * make-dist: Put src/makefile.nt in dist.
11439
11440 * configure.in (i[345]86-*-bsdi2*): New configuration.
11441 (vax-dec-bsd386*): Delete.
11442
11443 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11444
11445 * configure.in: Make sure CDPATH doesn't mess up PWD check.
11446 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
11447 Use fmod instead of logb in -lm check.
11448
11449 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11450
11451 * configure.in (m68*-apollo-*): Rename from m68*-apollo*.
11452 Use bsd4-3. Don't set NON_GNU_CPP.
11453
11454 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
11455 In nt, copy various different things, but not *.cmd.
11456 Fix the ln commands for the subdirs of nt.
11457
11458 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11459
11460 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
11461
11462 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11463
11464 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
11465 since that's what the header file expects.
11466
11467 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
11468
11469 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
11470 and 68040 based machines when choosing options for gnucc.
11471
11472 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11473
11474 * Makefile.in (top_distclean): Delete config.cache.
11475
11476 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11477
11478 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
11479
11480 * configure.in: Use m/ncr386.h.
11481
11482 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11483
11484 * Makefile.in (install-arch-indep): Undo Sep 23 change.
11485
11486 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11487
11488 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
11489 (man): Don't copy texindex.c and getopt.c; they're deleted.
11490 (etc): Omit `e'; it's a subdirectory.
11491 (etc/e): Use `../..', not `..', to reference top level.
11492
11493 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
11494
11495 * Makefile.in (install-arch-indep, dist):
11496 Look for `update-subdir' in $(srcdir).
11497
11498 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11499
11500 * make-dist: Include mkinstalldirs in distribution.
11501
11502 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11503
11504 * make-dist: Add missing close backquote.
11505
11506 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11507
11508 * make-dist: Don't distribute shortnames directory.
11509
11510 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11511
11512 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
11513
11514 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11515
11516 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
11517
11518 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11519
11520 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
11521
11522 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11523
11524 * configure.in (mips-sgi-irix6): New configuration.
11525
11526 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11527
11528 * Makefile.in (maintainer-clean): Rename from realclean.
11529
11530 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11531
11532 * configure.in: Create a .gdbinit that sources the real one,
11533 if using a different build directory.
11534
11535 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11536
11537 * configure.in: Check for sys/select.h.
11538
11539 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11540
11541 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
11542
11543 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11544
11545 * configure.in: Handle isc 4.1 operating system.
11546
11547 1994-12-10 Richard Stallman <rms@kepa>
11548
11549 * configure.in (rs6000-ibm-aix4.1*): New alternative.
11550 (rs6000-ibm-aix4*): New alternative.
11551
11552 1994-12-06 Richard Stallman <rms@kepa>
11553
11554 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
11555
11556 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11557
11558 * configure.in: Don't try to make directories that are guaranteed
11559 to already exist.
11560
11561 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11562
11563 * configure.in: Generate man/Makefile from man/Makefile.in.
11564 Create the man subdir.
11565
11566 * Makefile.in (dvi): Run Make in our man subdir.
11567
11568 * make-dist: Create subdir etc/e.
11569 Make links to it.
11570 Put man/Makefile.in in dist, instead of man/Makefile.
11571
11572 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
11573
11574 * configure.in: Add --with-pop, --with-kerberos, and
11575 --with-hesiod for movemail.
11576
11577 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11578
11579 * configure.in (m68*-apollo*): Use s/domain.h.
11580
11581 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11582
11583 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
11584
11585 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11586
11587 * configure.in: Don't add -I, -L, -R options for cc if their
11588 arguments would be empty.
11589
11590 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11591
11592 * configure.in (i860-intel-osf1*): New alternative.
11593 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
11594 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
11595
11596 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11597
11598 * configure.in: Make h_errno check not use nested functions.
11599
11600 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
11601
11602 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
11603
11604 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
11605
11606 * Makefile.in (install-arch-indep): Avoid continued comment
11607 swallowing target line.
11608
11609 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
11610
11611 * configure.in: Protect a character class with `changequote'.
11612
11613 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
11614
11615 * configure.in: Accept `news' as a synonym for `newsos'.
11616
11617 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11618
11619 * Makefile.in: Don't rm files if cd fails.
11620
11621 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11622
11623 * make-dist: Put nt subdir and its subdirs in the dist.
11624 (lib-src): Put makefile.nt in the dist.
11625 (lisp): Put makefile.nt in the dist.
11626
11627 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11628
11629 * configure.in: Change a stray `[' to `test'.
11630
11631 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
11632
11633 * configure.in: Adapt for Autoconf v2. Use the standard argument
11634 parser, host type canonicalizer, X11 finder, and message
11635 printing macros. Use the new macro names. Use `test' instead of `['.
11636
11637 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11638
11639 * configure.in: Check for getpagesize.
11640
11641 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11642
11643 * make-dist (msdos): Put sed* in the distribution.
11644
11645 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
11646
11647 * config.bat: New option, `--with-x', for configuring Emacs
11648 for use with the X11 system DesqView/X.
11649 New option, `--no-debug', for compiling Emacs without debug
11650 information thus saving disk space.
11651 (src/config.h, src/paths.h): Use `update' (which is like
11652 `move-if-changed') to change the file.
11653 (src/config.h): When configuring for X11 perform extra changes.
11654 (src/makefile): When configuring for X11 perform extra changes.
11655 (lib-src): Remove temporary files.
11656 (): Check that `sed', `rm', `mv', and `gcc' are available.
11657
11658 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11659
11660 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
11661
11662 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
11663
11664 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11665
11666 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
11667
11668 * configure.in (canonical): Substitute var into makefiles.
11669 (bitmapdir): Likewise.
11670
11671 * Makefile.in (bitmapdir): New variable.
11672 (src/paths.h, paths-force): Edit PATH_BITMAPS.
11673
11674 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11675
11676 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
11677
11678 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
11679 * update-subdirs: New shell script.
11680
11681 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11682
11683 * Makefile.in (top_distclean): Don't rm build-install.
11684 (SOURCES): Delete build-install.in.
11685
11686 * make-dist: Don't distribute build-ins.in.
11687 * build-ins.in: File deleted.
11688
11689 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
11690
11691 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
11692
11693 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11694
11695 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
11696
11697 * configure.in (libexecdir): Rename from libdir. New default.
11698 (sharedstatedir): Rename from statedir. New default.
11699 (datadir): New default.
11700
11701 * make-dist: Don't distribute subdirs.el.
11702
11703 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11704
11705 * configure.in (eaccess): Check for it.
11706
11707 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11708
11709 * configure.in (mktime): Check for it.
11710
11711 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
11712
11713 * configure.in (motif): Add support for usage and option checking.
11714
11715 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11716
11717 * configure.in (utimes): Check for it.
11718
11719 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
11720
11721 * Makefile.in (install-arch-indep): Don't do mkdir here.
11722
11723 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11724
11725 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11726 riscix.h renamed to acorn.h.
11727
11728 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
11729
11730 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
11731 New configurations.
11732
11733 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
11734
11735 * configure.in: Remove trailing slashes from srcdir.
11736
11737 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11738
11739 * configure.in (i[345]86-sequent-ptx*): Handle.
11740
11741 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11742
11743 * Makefile.in (paths-force): Depend on src/paths.h.
11744
11745 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11746
11747 * configure.in (config_options): Save all arguments, not just some.
11748
11749 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
11750
11751 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
11752
11753 * configure.in: Add AC_AIX.
11754 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
11755
11756 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11757
11758 * configure.in (parsing options): Simplify sed command to delete -'s.
11759
11760 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
11761
11762 * configure.in (config_options): New shell variable.
11763 Pass its value to C code in EMACS_CONFIG_OPTIONS.
11764
11765 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11766
11767 * configure.in (alpha-dec-osf*): New target.
11768
11769 * Makefile.in: Use just one FRC target.
11770
11771 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11772
11773 * Makefile.in (removenullpaths, paths-force):
11774 Use name paths.h.tmp$$, which depends on the pid.
11775
11776 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11777
11778 * Makefile.in (removenullpaths, paths-force):
11779 Put paths.h.tmp in top-level dir, not in src.
11780
11781 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11782
11783 * Version 19.27 released.
11784
11785 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11786
11787 * Version 19.26 released.
11788
11789 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11790
11791 * configure.in: Check for lrand48, not rand48.
11792
11793 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11794
11795 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
11796 (powerpc-ibm-aix*): New aliases.
11797
11798 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11799
11800 * make-dist (src/m, src/s): Put *.inp in distribution.
11801
11802 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11803
11804 * configure.in: Accept i586 and i486 along with i386.
11805
11806 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11807
11808 * configure.in: Do compute unexec, LIBX, system_malloc, etc
11809 even if CPP env var was set by the user.
11810
11811 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
11812
11813 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
11814
11815 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
11816
11817 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11818
11819 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
11820
11821 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11822
11823 * configure.in: Check more specifically for i*86-sun-sunos.
11824
11825 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
11826
11827 * configure.in: Handle solaris 2.4.
11828
11829 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11830
11831 * configure.in (rand48): Check for it.
11832
11833 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11834
11835 * make-dist: Update the info files.
11836
11837 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11838
11839 * configure.in: Make "checking..." messages' style consistent.
11840 (HAVE_H_ERRNO): New test.
11841
11842 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
11843
11844 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
11845
11846 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11847
11848 * configure.in (CFLAGS): If the envvar was specified, use that.
11849 And set REAL_CFLAGS from it too.
11850
11851 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11852
11853 * make-dist: Update finder-inf.el.
11854
11855 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11856
11857 * make-dist (msdos): Include sed4.inp in dist.
11858
11859 * Makefile.in (libsrc_libs): Var deleted.
11860
11861 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11862
11863 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
11864
11865 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11866
11867 * configure.in (mips-sony-newsos4*): New alias.
11868
11869 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11870
11871 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
11872 (*-convex-convexos*): Accept this as alias.
11873
11874 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11875
11876 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
11877 for two different uses.
11878
11879 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11880
11881 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
11882
11883 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11884
11885 * make-dist: Put ./BUGS into the distrib.
11886
11887 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11888
11889 * configure.in: Handle 386 running Solaris 2.
11890
11891 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11892
11893 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
11894
11895 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11896
11897 * configure.in (mips-sony-newsos*): Use news-risc.h.
11898
11899 * configure.in: Accept bsdi as opsys, like bsd386.
11900
11901 1994-06-01 Morten Welinder (terra@diku.dk)
11902
11903 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
11904
11905 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11906
11907 * Version 19.25 released.
11908
11909 * make-dist (shortversion): Don't assume another period follows.
11910
11911 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11912
11913 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
11914 (uninstall): Use /bin/pwd.
11915
11916 * Makefile.in (blessmail): Depend on src.
11917 (all): Don't depend on blessmail.
11918
11919 * Makefile.in (src/paths.h): Don't force recomputation.
11920 (paths-force): New target; force recomputation of paths.h.
11921 (all): Depend on paths-force.
11922 (src, lib-src): Depend on src/paths.h.
11923
11924 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
11925 NON_GCC_TEST_OPTIONS.
11926
11927 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11928
11929 * configure.in: Don't insist on subversions for irix.
11930
11931 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11932
11933 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
11934
11935 * configure.in (i[34]86-next-*): New alternative.
11936
11937 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11938
11939 * Version 19.24 released.
11940
11941 * configure.in: New config hppa*-hp-hpux9shr*.
11942
11943 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
11944
11945 * config.bat: Doc fix.
11946
11947 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11948
11949 * Makefile.in (mostlyclean, clean, distclean, realclean)
11950 (extraclean): Don't act on man subdir if it doesn't exist.
11951
11952 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11953
11954 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
11955 Use them to set up CC.
11956 (*-sun-sunos4.1.3): Set them.
11957
11958 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11959
11960 * Makefile.in (lib-src): Don't depend on src/paths.h.
11961
11962 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11963
11964 * build-ins.in (copydests): Get rid of spurious `-'s.
11965
11966 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
11967
11968 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11969
11970 * Version 19.23 released.
11971
11972 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
11973 for the Xlib and Xt checks; then restore old CFLAGS.
11974
11975 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11976
11977 * configure.in (HAVE_X11XTR6): Add newline before #if.
11978 Add newline after #endif.
11979
11980 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11981
11982 * configure.in (HAVE_X11XTR6): Arrange to define it.
11983
11984 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11985
11986 * Makefile.in (install): Depend on blessmail.
11987
11988 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
11989
11990 * configure.in (mips-siemens-sysv*): Put quotes around value
11991 containing blanks.
11992
11993 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11994
11995 * Makefile.in (TAGS): Use the makefile in src subdir.
11996
11997 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11998
11999 * configure.in (opsys): Recognize `gnu'.
12000
12001 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12002
12003 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
12004
12005 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12006
12007 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
12008 version > 1.8.
12009
12010 1994-05-08 Morten Welinder (terra@diku.dk)
12011
12012 * config.bat: Forcibly remove "# " style comments from makefiles.
12013
12014 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12015
12016 * Makefile.in (uninstall): When processing lispdir and etcdir,
12017 do nothing unless it exists and is a directory.
12018
12019 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12020
12021 * Makefile.in (install-arch-indep): Do install info/dired-x*.
12022 Merge code in from install-doc.
12023 (install-doc): Merge code back into install-arch-indep.
12024 (install-arch-dep): Don't depend on install-doc.
12025
12026 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
12027
12028 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12029
12030 * configure.in (making src/Makefile and lib-src/Makefile):
12031 Split off the autoconf substitutions and don't pass them thru cpp.
12032 (undefs): Use $canonical as well as $configuration.
12033
12034 * make-dist: Distribute lisp/Makefile.
12035
12036 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
12037 Use lower case names for the s files.
12038
12039 1994-05-03 Morten Welinder (terra@diku.dk)
12040
12041 * config.bat: Added possibility for different file name
12042 transcriptions in lib-src.
12043
12044 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12045
12046 * Makefile.in (lib-src): Undo previous change.
12047 (blessmail): New target to run maybe-blessmail in lib-src.
12048 (all): Depend on blessmail.
12049
12050 * Makefile.in (lib-src): Depend on src.
12051
12052 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
12053
12054 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
12055 (m88k-dg-dgux5.4R2): dgux5.4R2.
12056
12057 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12058
12059 * configure.in (window_system): Restore accidentally deleted code
12060 that uses AC_FIND_X.
12061
12062 * make-dist: Distribute config.bat.
12063
12064 1994-04-29 Morten Welinder (terra@diku.dk)
12065
12066 * config.bat: Corrected the configuration of lib-src
12067 to keep up with configure. Add note about dos version 3
12068 or better needed (djgpp needs that). Add note explaining
12069 that either install in c:/emacs or edit the script.
12070 Don't change to c:/emacs, but assume we're there (to minimize
12071 the number of places to change).
12072
12073 * config.bat: Build-in the first step towards X11 support with
12074 the X11 emulator that exists. At this time it won't work,
12075 and several files are missing.
12076
12077 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12078
12079 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
12080 Don't look for -lresolv.
12081
12082 * Makefile.in (lib-src): Depend on src/paths.h.
12083
12084 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12085
12086 * configure.in: Restore deleted AC_SUBST of `configuration'.
12087 Improve error message for bad --with-x-toolkit value.
12088
12089 * configure.in: Define CONFIGURATION in src/config.h
12090 rather than substituting in src/Makefile.in.
12091
12092 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12093
12094 * Makefile.in (install-doc): New target.
12095 (install-arch-dep): Depend on install-doc.
12096 (mkdir): Create docdir.
12097
12098 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12099
12100 * configure.in: Test for libresolv.a.
12101 Substitute machfile and opsysfile.
12102
12103 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12104
12105 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
12106 (install-arch-dep): Install under the name $(EMACS).
12107
12108 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12109
12110 * configure.in (version): Use entire value of emacs-version.
12111 (mips-siemens-sysv*): New alternative.
12112
12113 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12114
12115 * Makefile.in (install-arch-indep): Don't install dired-x*.
12116
12117 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12118
12119 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
12120 Fix definition of $undefs.
12121
12122 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12123
12124 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
12125
12126 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
12127
12128 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
12129
12130 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
12131
12132 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12133
12134 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
12135 and run it thru cpp, as with src/Makefile.in.
12136
12137 * configure.in: Use AC_SET_MAKE.
12138
12139 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12140
12141 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
12142
12143 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12144
12145 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
12146
12147 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
12148 (printing the choices): Make the toolkit message unconditional.
12149 (USE_X_TOOLKIT): Use `none', not `no', if none.
12150 (include libsrc_libs): Include config.h, and specify -I for srcdir.
12151 Get rid of temp file foofoo1.
12152
12153 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12154
12155 * configure.in (CFLAGS): Use shell syntax, not Makefile.
12156
12157 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12158
12159 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
12160 (printing the choices): State choice of toolkit.
12161 (libsrc_libs): Recalculate after writing config.h;
12162 then update lib-src/Makefile.
12163
12164 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12165
12166 * configure.in: Add sunos4shr as alternative for suns.
12167 Conditionals testing for null $CC were backwards.
12168
12169 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12170
12171 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
12172
12173 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12174
12175 * configure.in: Handle -isc4.0*.
12176
12177 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12178
12179 * configure.in (esix5): Set NON_GNU_CPP.
12180
12181 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
12182
12183 * Makefile.in (thisdir): Nonsensical variable removed.
12184 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
12185 back to $thisdir, rather than the directory `this_dir'.
12186
12187 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12188
12189 * Makefile.in (install-arch-indep): Add missing backslash after a
12190 `then'.
12191
12192 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12193
12194 * Makefile.in (thisdir): New variable.
12195 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
12196
12197 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12198
12199 * configure.in: Add freebsd.
12200
12201 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12202
12203 * configure.in: Check for fpathconf.
12204
12205 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12206
12207 * configure.in (with_x_toolkit): Fix typo in previous change.
12208
12209 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12210
12211 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
12212
12213 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12214
12215 * configure.in (with_x_toolkit): Don't allow motif or open-look.
12216
12217 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12218
12219 * configure.in: Fix value of docdir.
12220 * Makefile.in (install-arch-indep): Install DOC* in docdir.
12221
12222 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12223
12224 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
12225
12226 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
12227
12228 * configure.in: New variable docdir to control where the docstring
12229 file goes.
12230 Makefile.in: Use it to initialize PATH_DOC in paths.h.
12231
12232 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12233
12234 * configure.in: When --run-in-place, don't inherit archlibdir.
12235
12236 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12237
12238 * Makefile.in (install-arch-dep, install-arch-indep):
12239 New targets split up former do-install rule.
12240 (do-install): Target deleted.
12241
12242 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12243
12244 * configure.in (mips-sony-newsos*): New configuration.
12245
12246 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
12247
12248 * configure.in (rs6000-bull-bosx*): Add support for BULL dpx20.
12249
12250 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12251
12252 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
12253
12254 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12255
12256 * configure.in: Don't initialize CC.
12257
12258 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12259
12260 * configure.in (creating src/Makefile): Also generate -U switches
12261 for symbols in the $configuration value.
12262
12263 * configure.in: Check for sys_siglist being declared in system header.
12264
12265 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12266
12267 * configure.in (creating src/Makefile): Delete blank lines
12268 along with lines of whitespace.
12269 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
12270
12271 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12272
12273 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
12274 like C_SWITCH_SYSTEM.
12275 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
12276
12277 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12278
12279 * configure.in (drem): Check for this function.
12280
12281 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12282
12283 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
12284 If CPP was inherited from environment, don't use NON_GNU_CPP.
12285 (NON_GNU_CC): Likewise.
12286 (handling with_gcc): Use explicit if in the `no' case.
12287 (cc_specified): New variable; if set, don't use NON_GNU_CC.
12288
12289 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12290
12291 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
12292
12293 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
12294
12295 * configure.in: Check whether fmod exists.
12296
12297 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12298
12299 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
12300 {src,lisp}/OChangeLog.
12301
12302 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12303
12304 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
12305 necessary for proper operation. This code works with the current
12306 released version of Autoconf.
12307
12308 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12309
12310 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
12311 (USE_X_TOOLKIT): Define it for all values except `no'.
12312
12313 * configure.in: Undo first Jan 8 change and Jan 16 change.
12314
12315 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12316
12317 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
12318 Substitute USE_X_TOOLKIT as both C macro and Make variable.
12319
12320 * Makefile.in (lwlib/Makefile): New target.
12321 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
12322 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
12323 (unlock, relock): Handle lwlib subdir.
12324
12325 * Makefile.in: Add some .PHONY targets.
12326
12327 * make-dist: Handle lwlib subdir like oldXMenu subdir.
12328
12329 * lwlib: New subdirectory.
12330
12331 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12332
12333 * configure.in: If CPP has a value that is a directory,
12334 discard the value.
12335
12336 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12337
12338 * configure.in (srcdir_undefs): Add g flag to sed substitution to
12339 remove -U[0-9]*.
12340
12341 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12342
12343 * Makefile.in (do-install): Install the dired-x info files.
12344
12345 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
12346 (See src/s/sol2.h.)
12347
12348 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12349
12350 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
12351
12352 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12353
12354 * configure.in (creating src/Makefile): Put code inside 2nd arg to
12355 AC_OUTPUT as it should be; hopefully no one will again see fit to
12356 gratuitously break this and not make a change log entry.
12357 Optimized sed processing of Makefile.in and cpp output; now
12358 preserves comments previously removed from the cpp input.
12359 Eliminated temp file for cpp output. Generate -U switches to
12360 undefine all identifiers that appear in the directory name
12361 ${srcdir}; pass these to cpp.
12362
12363 * configure.in (version): Fix sed regexp to match two-elt version
12364 number.
12365
12366 * configure.in: Check for strerror.
12367
12368 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12369
12370 * configure.in: Test for bcmp.
12371
12372 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12373
12374 * make-dist (tempdir): Put subdir msdos into the distribution.
12375
12376 1993-01-07 Morten Welinder (terra@diku.dk)
12377
12378 * config.bat: New file.
12379
12380 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12381
12382 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
12383
12384 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12385
12386 * configure.in (m68*-next-*): Don't care about which os is specified.
12387 (i[34]86-*-*): Check for *-nextstop*.
12388
12389 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12390
12391 * configure.in: Check for setsid.
12392
12393 1993-12-17 Richard Stallman (rms@srarc2)
12394
12395 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
12396
12397 1993-12-15 Richard Stallman (rms@srarc2)
12398
12399 * Makefile.in (mkdir): Make only the lockdir writable.
12400
12401 * configure.in (i860-*-sysv4): Rename from i860-*-sysvr4.
12402
12403 1993-12-11 Richard Stallman (rms@srarc2)
12404
12405 * Makefile.in (libdir): Use @libdir@.
12406
12407 1993-12-08 Richard Stallman (rms@srarc2)
12408
12409 * Makefile.in (install): Add empty command.
12410
12411 1993-12-04 Richard Stallman (rms@srarc2)
12412
12413 * make-dist: Put man/getopt.c in the dist.
12414
12415 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
12416
12417 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
12418
12419 1993-12-03 Richard Stallman (rms@srarc2)
12420
12421 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
12422 Set it for all solaris versions.
12423 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
12424 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
12425 Likewise for NON_GNU_CC and CC.
12426
12427 1993-12-01 Richard Stallman (rms@srarc2)
12428
12429 * configure.in (mips-mips-riscos4*): Assign variable CC.
12430 (checking ${with_gcc}): If "no", don't override CC if already set.
12431 (CC): Initialize it as empty.
12432
12433 1993-11-30 Richard Stallman (rms@srarc2)
12434
12435 * configure.in (Suns): Set CPP if *-solaris2.3*.
12436
12437 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12438
12439 * Version 19.22 released.
12440
12441 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
12442
12443 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12444
12445 * make-dist: When breaking links, use cp -p.
12446 Copy install.sh into distribution.
12447 Move the temp dir up into the parent dir;
12448 don't leave the staging dir make-dist.tmp... in existence.
12449 * install.sh: New file.
12450
12451 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12452
12453 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
12454
12455 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12456
12457 * configure.in (version): When --run-in-place, exclude
12458 ${datadir}/emacs/site-lisp from locallisppath.
12459
12460 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12461
12462 * configure.in: Delete jumk.c before writing it.
12463
12464 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12465
12466 * Version 19.21 released.
12467
12468 * Makefile.in (mkdir): Ignore error from chmod.
12469
12470 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12471
12472 * make-dist: Don't put lisp/forms.README in the distribution.
12473
12474 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12475
12476 * configure.in (creating src/Makefile): Before running cpp,
12477 discard all lines that start with `# Generated' or /**/#.
12478
12479 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12480
12481 * Version 19.20 released.
12482
12483 * make-dist: Use build-ins.in, not build-install.in.
12484 Don't bother updating TAGS since it's not included.
12485
12486 * build-ins.in: Renamed from build-install.in.
12487
12488 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12489
12490 * make-dist: Don't try to link *.texinfo--there are none now.
12491 When running make in lib-src, specify YACC var value.
12492
12493 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12494
12495 * configure.in (extrasub): Add vpath patterns for %.[yls].
12496
12497 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
12498 Instead just include the commands to make src/Makefile as the
12499 second arg to AC_OUTPUT.
12500
12501 * configure.in: Use : instead of dnl for comment inside
12502 $makefile_command.
12503
12504 * configure.in: No longer use vpath_sed. Instead, when we notice
12505 srcdir already configured, set extrasub to hack vpath in the
12506 makefiles.
12507
12508 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
12509 before moving it.
12510 * Makefile.in (VPATH): Define to @srcdir@.
12511
12512 1993-09-28 Brian J. Fox (bfox@cubit)
12513
12514 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
12515 doesn't exist. Just copy src/Makefile.in instead.
12516 Touch all of the Makefiles after editing config.status.
12517
12518 * INSTALL: Update documentation to match new configuration
12519 mechanism.
12520
12521 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
12522
12523 * configure.in: Allow any of the path or directory Makefile
12524 variables to be set with flags to configure. Create all Makefiles
12525 at configure time. Edit special commands into config.status after
12526 src/Makefile.in is built from src/Makefile.
12527
12528 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
12529 If these files are out of date, simply have config.status
12530 rebuild them; don't rebuild them explicitly.
12531
12532 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
12533
12534 * build-install.in: Change src/xemacs to src/emacs. We no longer
12535 create src/xemacs, so the file wouldn't be found.
12536
12537 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
12538
12539 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
12540
12541 * configure.in: Avoid forcing the search of /usr/include before
12542 fixed include files by resetting C_SWITCH_X_SITE if it is
12543 "-I/usr/include".
12544
12545 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12546
12547 * Makefile.in (@rip_paths@locallisppath):
12548 Delete ${datadir}/emacs/site-lisp.
12549
12550 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12551
12552 * configure.in:
12553 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
12554 Remove ${extra_output} from AC_OUTPUT call.
12555
12556 1993-09-17 Brian J. Fox (bfox@inferno)
12557
12558 * make-dist: Quote backquotes found in strings to be echoed.
12559
12560 * configure.in: Use "sh -c pwd" when we want to avoid having the
12561 shell fix up the value of $PWD.
12562
12563 1993-09-13 Brian J. Fox (bfox@inferno)
12564
12565 * Makefile.in (do-install): Don't abort if ln or chmod at the end
12566 of the installation fail. Suggested by Karl Berry.
12567
12568 1993-08-30 Brian J. Fox (bfox@inferno)
12569
12570 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
12571 was used. Set MAKEFLAGS from MFLAGS.
12572
12573 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12574
12575 * configure.in: Test for res_init in libc.
12576
12577 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12578
12579 * configure.in: In the file ${tempcname}, use configure___
12580 instead of @configure@.
12581
12582 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
12583
12584 * make-dist: Dist vpath.sed.
12585
12586 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
12587 Depend on vpath.sed.
12588 Replace sed command for VPATH with @vpath_sed@.
12589
12590 * configure.in: Substitute variable `vpath_sed'.
12591 If not in $srcdir and $srcdir is configured,
12592 issue warning that GNU make is required,
12593 and set vpath_sed to use vpath.sed script.
12594
12595 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12596
12597 * configure.in: Remove check for $srcdir being configured.
12598 This pretty much works now.
12599 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
12600 Check for XFree86 (/usr/X386/include) independent of whether
12601 -lXbsd exists.
12602
12603 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
12604 realclean, unlock, relock): Use `$(MAKE)' in place of plain
12605 `make'.
12606
12607 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12608
12609 * Version 19.19 released.
12610
12611 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
12612
12613 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12614
12615 * configure.in: Check for XScreenNumberOfScreen.
12616
12617 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12618
12619 * configure.in: Add * to end of all configuration alternatives.
12620 (m68*-sony-newsos3*): New alternative.
12621
12622 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12623
12624 * make-dist: Include getdate.c in distribution.
12625
12626 * configure.in: For --help, use $PAGER if it is set.
12627 (LIB_X11_LIB): Default to -lX11.
12628 (mips-sgi-irix5.*): New alternative.
12629
12630 * Makefile.in (do-install): Install info/gnus* and info/sc*.
12631
12632 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
12633 Recognize *.B8.* as hpux version 8.
12634 (m68*-tektronix-bsd*): Fix typo in tek4300.
12635 (AC_HAVE_FUNCS): Add ftime.
12636
12637 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12638
12639 * configure.in (m88k-tektronix-sysv3*): Add the missing *.
12640 Use tekxd88, not tekXD88.
12641
12642 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12643
12644 * configure.in: Check for -lm. Then can check for frexp and logb.
12645
12646 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12647
12648 * Version 19.18 released.
12649
12650 * make-dist (src): Don't put gnu-hp300 in dist.
12651 (src, lisp): Include OChangeLog in dist.
12652
12653 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12654
12655 * configure.in: Test for presence of logb and frexp functions.
12656
12657 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12658
12659 * configure.in (machine): Add i370-ibm-aix*.
12660
12661 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12662
12663 * configure.in (function checks): Test for mkdir and rmdir.
12664
12665 * configure.in (function checks): Don't test for random and bcopy
12666 only when we're building with X; look for them all the time.
12667
12668 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12669
12670 * configure.in: Test for availability of bcopy functions, searching
12671 the X libraries if we're using X.
12672
12673 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
12674 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
12675 versions of AIX, and needs to be passed to the loader.
12676
12677 * configure.in: Test for the availability of the
12678 XScreenResourceString function.
12679
12680 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
12681
12682 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
12683 LD_SWITCH_X_SITE and assume --with-x11.
12684 Only look for X11 files if we weren't told about a window system
12685 or if we were told to use X11 but not told where.
12686 Search the libraries from the s and/or m files when checking for
12687 functions.
12688
12689 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
12690
12691 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12692
12693 * make-dist: Include lisp/dired.todo in the distribution.
12694
12695 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12696
12697 * configure.in: Add code to set HAVE_INET_SOCKETS.
12698
12699 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12700
12701 * configure.in: If we do find x_includes and x_libraries
12702 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
12703
12704 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12705
12706 * make-dist: Include src/gnu-hp300 in the dist.
12707
12708 * configure.in (canonical): New variable holds the canonicalized
12709 configuration. Don't alter `configuration'. Use `configuration'
12710 for Makefile.in for file naming.
12711 (testing x_includes and x_libraries): Use =, not ==.
12712
12713 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12714
12715 * Version 19.17 released.
12716
12717 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
12718 directory's makefile. This allows the invocation of CPP which
12719 builds xmakefile to receive these switches. The SunSoft C
12720 preprocessor inserts spaces between tokens if it doesn't get the
12721 -Xs flag requested in src/s/sol2.h.
12722
12723 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
12724
12725 * configure.in (m68k-bull-sysv3): New config.
12726
12727 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12728
12729 * configure.in: Use the autoconf AC_FIND_X macro to try to find
12730 the X Windows libraries.
12731
12732 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12733
12734 * make-dist (tempdir): Don't create lisp/forms-mode directory in
12735 the distribution. Those files aren't kept in their own
12736 subdirectory any more.
12737
12738 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12739
12740 * Version 19.16 released.
12741
12742 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12743
12744 * configure.in: Add --verbose flag.
12745
12746 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12747
12748 * version 19.15 released.
12749
12750 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12751
12752 * Makefile.in (top_distclean): Use -f switch when cleaning out
12753 lock dir; it might be empty.
12754
12755 * configure.in: Only check for -lXbsd once.
12756
12757 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12758
12759 * Version 19.14 released.
12760
12761 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12762
12763 * make-dist: If using gzip, create distribution with '.gz' extension.
12764
12765 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
12766 (lisp/forms-mode): This doesn't exist anymore.
12767
12768 * configure.in: Look for the closedir function.
12769
12770 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12771
12772 * configure.in (CPP): Autoconf sets this to a shell variable
12773 reference, which doesn't work when it's edited into a makefile.
12774 Expand that variable reference.
12775
12776 * Makefile.in (CPP): New variable.
12777 (src/Makefile): Edit CPP into src/Makefile.
12778
12779 * Makefile.in (src/Makefile): Don't bother exiting single quotes
12780 and entering double quotes to get the values of LD_SWITCH_X_SITE
12781 and the other make variables; make substitutes them in anyway.
12782
12783 * Makefile.in (uninstall): Don't remove the lisp and etc
12784 directories if they're in the source tree.
12785
12786 Bring mumbleclean targets into conformance with GNU coding standards.
12787 * Makefile.in (mostlyclean, clean): Separate these two; just have
12788 them pass the request to the subdirectory makefiles.
12789 (distclean): Pass the request down, and then get rid of the
12790 files configure built, and get rid of the Makefiles.
12791 (realclean): Pass the request down, and then do the same things
12792 distclean does.
12793 (uninstall, info, dvi): New targets.
12794
12795 * configure.in: Move clause for PC-compatible i386 box to the end
12796 of the case statement, to avoid masking configurations below.
12797
12798 * configure.in: Add case for m88k-motorola-sysv4.
12799
12800 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
12801 the HP 68000 machines.
12802
12803 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
12804 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
12805 preprocessor won't fiddle with them.
12806
12807 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12808
12809 * Makefile.in (TAGS): cd to src to run etags.
12810
12811 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12812
12813 * configure.in (version): Check the X libraries for XrmSetDatabase
12814 and random, and see if we have -lXbsd.
12815
12816 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12817
12818 * configure.in: Pass "-Isrc" to the CPP we run to examine the
12819 s/*.h and m/*.h files. Martin Tomes
12820 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
12821
12822 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12823
12824 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
12825 above the general i386 alternative.
12826
12827 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12828
12829 * configure.in: Recognize configuration name for Data General
12830 AViiON machines.
12831
12832 * configure.in: Use AC_LONG_FILE_NAMES.
12833
12834 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12835
12836 * configure.in: Test for bison.
12837 * Makefile.in (YACC): New variable.
12838 (lib-src/Makefile.in): Edit YACC into the makefile.
12839
12840 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12841
12842 * Version 19.13 released.
12843
12844 * configure.in (CFLAGS): Don't set this according to the value of
12845 the GCC shell variable. Instead, consult the machine and system
12846 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
12847 test __GNUC__ while we're at it.
12848
12849 * configure.in: Remove extra ;; from hpux cases.
12850
12851 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
12852
12853 * configure.in: Check to see if the system has -ldnet.
12854
12855 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12856
12857 * make-dist: Add clauses to distribute lisp/forms-mode.
12858
12859 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12860
12861 * configure.in (machine): Fix the versions in hpux version number test.
12862 Do not guess based on cpu type. Do check for explicit system version.
12863
12864 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12865
12866 * configure.in: Do NOT look for `unknown' as company name.
12867
12868 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12869
12870 * configure.in: Fix typo in message.
12871
12872 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12873
12874 * Version 19.12 released.
12875
12876 * Makefile.in (do-install): Correct previous etc-copying change.
12877 Partially rewrite using `if'.
12878 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
12879
12880 * Version 19.11 released.
12881
12882 * configure.in: Handle 386bsd.
12883
12884 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12885
12886 * make-dist: Update getdate.c.
12887
12888 * configure.in: Handle bsd386.
12889
12890 * Makefile.in (do-install): Use `-' in tar options.
12891
12892 * configure.in: Change ! "${...}" to x"${...}" = x.
12893
12894 * Makefile.in (do-install): Copy the DOC-* files from the build
12895 etc directory, as well as lots of things from ${srcdir}/etc.
12896
12897 * make-dist: Copy config.guess.
12898
12899 * configure.in: Handle AIX versions 1.2, 1.3.
12900
12901 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12902
12903 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
12904 the configuration name mips-mips-usg* to represent USG systems.
12905
12906 * configure.in: Fix logic to detect if srcdir is already configured.
12907
12908 * Makefile.in: Pass in LD_SWITCH_X_SITE.
12909
12910 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
12911 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
12912 of a directory; cd might fail, and have pwd print out the current
12913 directory.
12914
12915 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12916
12917 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
12918
12919 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12920
12921 * configure.in: Complain if srcdir points at an already-configured
12922 tree.
12923
12924 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12925
12926 * Version 19.10 released.
12927
12928 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12929
12930 * Makefile.in: Use Makefile comments, not C comments.
12931
12932 * configure.in: Add case for the Tektronix XD88.
12933
12934 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12935
12936 * configure.in: Handle sysv4.2 and sysvr4.2.
12937
12938 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
12939
12940 * configure.in: Traverse the argument list without destroying it;
12941 don't use shift. It turns out that "set - ${saved_arguments}"
12942 doesn't work portably.
12943
12944 * configure.in: Add missing "fi".
12945
12946 * make-dist: Rebuild configure if configure.in is newer.
12947
12948 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
12949 targets to be executed even if make remembers that it has already
12950 satisfied FRC.
12951
12952 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12953
12954 * Makefile.in (do-install): Delete redundant code to copy etc twice.
12955
12956 * configure.in (romp): Handle various version numbers with aos and bsd.
12957
12958 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12959
12960 * configure.in: Fix message text.
12961
12962 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12963
12964 * make-dist: Make a `site-lisp' directory in the distribution,
12965 instead of a `local-lisp' directory, which hasn't been the
12966 appropriate name for a long time.
12967 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
12968 from the distribution first, then /usr/local/lib/emacs/site-lisp.
12969
12970 * Makefile.in (do-install): Correctly detect if ./etc and
12971 ${srcdir}/etc are the same.
12972
12973 * configure.in: Extract UNEXEC from the system configuration
12974 files, compute the name of the source file corresponding to the
12975 object file, and #define it as UNEXEC_SRC in config.h.
12976
12977 * configure.in: If srcdir is '.', then try using PWD to make it
12978 absolute.
12979
12980 * configure.in: Include ${srcdir} in the printed report, to help
12981 people notice if it's an automounter path.
12982
12983 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12984
12985 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
12986
12987 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12988
12989 * Makefile.in (do-install): Delete the dest dir, not the source dir,
12990 when they are different. Add `shift' command.
12991 (COPYDESTS, COPYDIR): Delete external-lisp dir.
12992 (externallispdir): Var deleted.
12993
12994 * configure.in: Delete spurious paren outputting short_usage.
12995
12996 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
12997
12998 * Version 19.9 released.
12999
13000 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13001
13002 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
13003 subdirectory makes.
13004
13005 * make-dist: Check for .elc files with no corresponding .el file.
13006
13007 * Makefile.in (mkdir): Make all the directories in locallisppath.
13008
13009 * config.guess: New file.
13010 * configure.in: Use it, tentatively.
13011 * INSTALL: Mention its usage.
13012
13013 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
13014 the former gives you the operating system rev directly.
13015 Use s/hpux.h if we don't recognize what we got.
13016
13017 * Makefile.in (do-install): Don't remove a destination directory
13018 if it's the same as the source. If ${srcdir}/info == ${infodir},
13019 don't try to copy the info files.
13020
13021 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
13022 doesn't work if you're not using a separate source directory.
13023 (do-install): Copy the build tree's etc directory only after
13024 making sure it's not also the source tree's etc directory.
13025
13026 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13027
13028 * configure.in: Handle sunos4.1.3 specially.
13029
13030 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13031
13032 * Makefile.in (INSTALL): Add definition.
13033
13034 * configure.in: Fix some messages. Support -with-gnu-cc.
13035 At the end, use `set --', not `set -'.
13036 Delete spurious `.h' in hpux alternatives.
13037
13038 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13039
13040 * Version 19.8 released.
13041
13042 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13043
13044 * configure.in: When looking for source in the same directory as
13045 the configure script, make the path thus discovered absolute.
13046 If the user specifies the `--srcdir' switch, make that directory
13047 absolute too.
13048
13049 * Makefile.in (srcdir): Remove comment saying this doesn't work.
13050
13051 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
13052 too, as the value of the PATH_INFO macro.
13053
13054 * configure.in: Check to see if the source lives in the same
13055 directory as the configure script.
13056
13057 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13058
13059 * Makefile.in (install): Split this into `install' and
13060 `do-install', to give people more control over exactly what gets
13061 done.
13062 (do-install): New target, containing the guts of `install'.
13063 Don't remove and recreate the directories inside the copying loop - do
13064 it all before the copying loop. Pass more flags to the lib-src
13065 make.
13066 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
13067 avoid errors and warnings.
13068
13069 * configure.in: For generic IBM PC boxes, insist on "unknown" for
13070 the manufacturer - the more general case was blocking other i386
13071 configuration names below, and that's how the names are written in
13072 MACHINES anyway.
13073
13074 * make-dist: When breaking links, remove the link before moving
13075 the copy onto it, to avoid interactive behavior.
13076
13077 * Makefile.in: Doc fix.
13078
13079 * configure.in: Doc fix.
13080
13081 * INSTALL: Mention --exec-prefix option.
13082
13083 * configure.in: Add support for the `--exec-prefix' option.
13084 * Makefile.in: Accept that support.
13085
13086 * configure.in: Use the AC_PROG_INSTALL macro.
13087 * Makefile.in (INSTALL): Variable removed.
13088 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
13089
13090 * configure.in: Distinguish between hp800's and hp700's by calling
13091 "uname -m".
13092
13093 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13094
13095 * configure.in: Recognize configuration names for i860 boxes
13096 running SYSV.
13097
13098 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13099
13100 * configure.in: Distinguish between hp800's and hp700's by the
13101 version of HP/UX they run, since that's something people are more
13102 likely to know - hp700's run 8.0.
13103 Add HP 700 configuration.
13104
13105 * configure.in: Test for the presence of the `rename' function.
13106
13107 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
13108 configure.in.
13109 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
13110
13111 * make-dist: Break intra-tree links.
13112
13113 * configure.in: Explain that this is an autoconf script, and give
13114 instructions for rebuilding configure from it. Arrange to put
13115 comments in configure explaining this too.
13116
13117 * configure.in: Make the first line of the configure script be
13118 "#!/bin/sh". Leaving the first line blank didn't work.
13119
13120 * configure.in (long_usage): Remove; made short_usage describe
13121 the options briefly.
13122
13123 * configure.in: Implement the --prefix option.
13124 * Makefile.in (prefix): Add support for it here.
13125 * INSTALL: Document it here.
13126
13127 * Makefile.in (install): Don't assume that the files in the `info'
13128 subdirectory match *.info. They don't have that prefix.
13129
13130 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13131
13132 * configure.in: Add case for version 5 of Esix.
13133
13134 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13135
13136 * Version 19.7 released.
13137
13138 * make-dist: There aren't any *.com files in lib-src anymore.
13139
13140 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
13141 them; they're symlinks to other filesystems on the GNU machines.
13142
13143 * make-dist: Check that the manual reflects the same version of
13144 Emacs as stated in lisp/version.el. Edit that version number into
13145 the README file.
13146
13147 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13148
13149 * configure.in: Remove the hack of AC_DEFINE; use
13150 AC_DEFINE_UNQUOTED.
13151
13152 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13153
13154 * make-dist: Don't distribute precomp.com, compile.com, or
13155 link.com from ./src; they're in ./vms now.
13156
13157 Some time-handling patches from Paul Eggert:
13158 * configure.in: Add AC_TIMEZONE.
13159
13160 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13161
13162 * configure.in: Recognize Linux as a valid operating system for
13163 the i386.
13164
13165 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13166
13167 * make-dist: Distribute some VMS files we got from Richard Levitte.
13168
13169 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
13170 the source for the sed command, not oldXMenu/Makefile.
13171
13172 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13173
13174 * INSTALL: Don't claim the srcdir option doesn't work.
13175
13176 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13177
13178 * configure.in: Include remarks saying what order the autoconf
13179 tests should go in, and remind people to change config.h.in
13180 whenever they add autoconf tests which make #definitions.
13181
13182 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
13183
13184 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13185
13186 * Makefile.in (oldXMenu/Makefile): Make this depend on
13187 ${srcdir}/oldXMenu/Makefile.in, not itself.
13188
13189 * PROBLEMS: Some updates from David J. Mackenzie.
13190
13191 More changes from David J. Mackenzie.
13192 * Makefile.in (install.sysv, install.xenix, install.aix):
13193 Targets removed; autoconf and config.h should specify all these
13194 differences.
13195 (buildlisppath): Make this path depend on ${srcdir}.
13196 (INSTALLFLAGS): Remove.
13197 (INSTALL): Include the -c flag.
13198 (install): Change the way we invoke install accordingly.
13199
13200 Install ${srcdir} changes from DJM.
13201 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
13202 list.
13203 (COPYDIR, COPYDESTS): Install files from both the etc directory in
13204 the source tree and the etc directory in the object tree.
13205 (${SUBDIR}): Pass the prefix variable down to submakes.
13206 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
13207 in /bin.
13208 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
13209 values for srcdir and VPATH.
13210 (install): Add `v' flag to tar command. Make sure that `dir'
13211 exists in ${srcdir}/info before copying it. Remember that the man
13212 pages come from the source tree, not the object tree.
13213 * configure.in: Remove remarks saying that the --srcdir option
13214 doesn't work.
13215 Create the etc directory in the object tree.
13216 Recognize configuration names of the form *-sun-solaris*.
13217 Recognize sunos5 and solaris as operating system names.
13218
13219 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
13220 lib-src/getdate.y and src/systime.h.
13221
13222 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13223
13224 * make-dist: Make links in info subdir.
13225
13226 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13227
13228 * configure.in: Call AC_STDC_HEADERS.
13229
13230 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13231
13232 * configure.in: Sidestep autoconf's quoting of the second argument
13233 of AC_DEFINE, so we can specify the value to put there. It would
13234 be nice if autoconf provided some way to specify computed values
13235 for macros.
13236
13237 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13238
13239 * Makefile.in (DEFS): Delete; since we're using AC_CONFIG_HEADER,
13240 this is always just -DHAVE_CONFIG_H.
13241
13242 The GNU coding standards specify that CFLAGS should be left for
13243 users to set.
13244 * Makefile.in (CFLAGS): Let configure determine the default value
13245 for this.
13246 Don't have it default to DEFS.
13247 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
13248 (lib-src/Makefile, src/Makefile): Edit the default value for
13249 CFLAGS into these files, not DEFS.
13250 * configure.in (CFLAGS): Choose a default value for this - "-g"
13251 normally, or "-g -O" if we're using GCC. Edit it into the
13252 top-level Makefile.
13253
13254 * configure.in: When scanning the machine and system description
13255 #include files, write their names to conftest.c properly.
13256
13257 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13258
13259 * configure.in: In configuration name case for Apallos running
13260 Domainios, set opsys, not opsysfile.
13261
13262 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
13263 src/config.h, instead of AC_OUTPUT; the latter overwrites
13264 src/config.h even when it hasn't changed, puts a makefile-style
13265 comment at the top even though it's C code, and produces a
13266 config.status script which doesn't do the job right.
13267
13268 * configure.in: Add AC_LN_S test, so we can tell whether or not we
13269 can use a symbolic link to get the X Menu library into src.
13270 * Makefile.in (LN_S): New variable.
13271 (src/Makefile): Edit the value of LN_S into this makefile.
13272
13273 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13274
13275 * configure.in: Support *-sco3.2v4* as opsystem.
13276
13277 * make-dist: Don't include calc directory.
13278 Exclude many files in the man directory; copy a few.
13279
13280 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13281
13282 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
13283 call AC_STRUCT_TM to see what's in time.h.
13284
13285 * configure.in: Employ quoting stupidity to get the value of CPP
13286 to expand properly.
13287
13288 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13289
13290 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
13291 variable to scan the machine and system description files.
13292
13293 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
13294 so that getdate.y builds correctly.
13295
13296 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13297
13298 * configure.in (tempcname): Change this to "conftest.c", so it will
13299 work properly on systems with short filenames; this is the name
13300 autoconf uses.
13301
13302 * configure.in: Also detect the availability of dup2 and
13303 gethostname.
13304
13305 * configure.in: Use the AC_ALLOCA test.
13306 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
13307 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
13308
13309 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13310
13311 * make-dist: Distribute configure, as well as configure.in.
13312 Oversight.
13313
13314 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13315
13316 * Makefile.in (install): Print out the name of the directory we're
13317 copying, so people can have some idea of whether we're making
13318 progress.
13319
13320 * Makefile.in (install.aix, install.xenix, install.sysv, install):
13321 Don't forget to re-create the COPYDESTS directories after we clear
13322 them out.
13323
13324 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13325
13326 * Makefile.in: Add autoconf cookies so that the configure
13327 script can comment out sections of path variable definitions to
13328 choose between the installable configuration and the run-in-place
13329 configuration.
13330 * configure.in: Add new option `--run-in-place', to select the
13331 run-in-place path definitions.
13332
13333 * configure.in: Add a clause to the big configuration name case
13334 for the NeXT machine.
13335
13336 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13337
13338 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13339 Make sure that each source directory exists, and is different from
13340 the destination directory; then, delete the destination before
13341 copying over the source.
13342
13343 * make-dist: Distribute configure.in, instead of configure.
13344
13345 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13346
13347 * configure.in: Don't set CC to "gcc -O" if the user specifies
13348 `--with-gcc'. Add -O to DEFS if GCC is set.
13349
13350 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13351
13352 * Makefile.in (clean mostlyclean): Missing right paren.
13353
13354 * configure.in: When checking for X windows, search for an X11
13355 subdirectory of ${x_includes}.
13356
13357 * configure.in: Check for gettimeofday function, for getdate.y.
13358
13359 Change `configure' to a mixture of custom code and autoconf stuff.
13360 autoconf can't derive all the information we need, but we'd really
13361 like to be able to take advantage of some of its tests, and its
13362 file-editing facilities.
13363 * configure.in: Renamed from configure.
13364 Quote the sections of shell script we want copied literally to
13365 the configure script.
13366 (compile): Initialize this to make the autoconf macros' code happy.
13367 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
13368 code to do their jobs.
13369 Use autoconf to produce Makefile and src/config.h.
13370 Remove the Makefile-style comment that autoconf places at the top
13371 of src/config.h.
13372 (config_h_opts): Remove - no longer necessary.
13373 * Makefile.in (configname): Rename to configuration.
13374 (CONFIG_CFLAGS): Rename to DEFS.
13375 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjust to
13376 get values via autoload @cookies@.
13377 (libsrc_libs): Get this from autoconf. We used to do nothing
13378 about this.
13379 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
13380
13381 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile):
13382 Don't echo the move-if-change command.
13383
13384 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
13385
13386 * make-dist: Distribute lib-src/rcs-checkin.
13387
13388 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
13389 Don't try to make links to the RCS or Old subdirectories.
13390 Use the appropriate extension for the compression type in use.
13391 Create the tar file in the shell's initial default directory, not
13392 in ${tempparent}.
13393 Erase the whole ${tempparent} tree, not just ${tempdir}.
13394
13395 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13396
13397 * Makefile.in (src/paths.h): Don't echo the huge sed command we
13398 use to build paths.h.
13399 (lib-src/Makefile, src/Makefile): Similarly.
13400
13401 * configure: Extend test for working `const' keyword to handle AIX
13402 3.2 cc.
13403
13404 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13405
13406 * make-dist: Distribute lisp/term/ChangeLog.
13407
13408 Arrange for C compilation throughout the tree to get
13409 C_SWITCH_SYSTEM from the configuration files.
13410 * configure: Extract C_SWITCH_SYSTEM from the machine and
13411 system-dependent files, and save it in the top-level Makefile.
13412 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
13413 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
13414
13415 * make-dist: Include the VMS support files in oldXMenu in the
13416 distribution.
13417
13418 * configure: Doc fix.
13419
13420 * configure: Fix corrupted config_h_opts.
13421
13422 * configure: Properly report option names in error messages.
13423
13424 * configure: Properly recognize --x-includes and --x-libraries
13425 options.
13426
13427 * configure: Fix syntax errors in code handling XFree386.
13428
13429 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13430
13431 * configure: Add special code to detect XFree386, and tell
13432 config.h about it.
13433
13434 * configure: Properly handle extracting values of LIBS_MACHINE and
13435 LIBS_SYSTEM that contain spaces.
13436
13437 * configure: Add `--x-includes' and `--x-libraries' options.
13438 I think these are dopey, but no less than three alpha testers, at
13439 large sites, have said they have their X files installed in odd
13440 places. Implement them by setting C_SWITCH_X_SITE and
13441 LD_SWITCH_X_SITE in src/config.h.
13442
13443 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13444
13445 * make-dist: Don't distribute etc/Old files.
13446
13447 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
13448 backups.
13449
13450 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13451
13452 * make-dist: Fix typo.
13453
13454 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13455
13456 * make-dist: Corrected typo, fixed it to discard = and TAGS files
13457 in some cases where it should but didn't seen to.
13458
13459 * Makefile.in: Added unlock and relock productions.
13460
13461 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13462
13463 * make-dist: Add a --compress option to force make-dist to use
13464 compress.
13465
13466 * make-dist: Use gzip, if we can find it.
13467
13468 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13469 make rs6000-ibm-aix default to -aix32.
13470
13471 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
13472
13473 * Makefile.in: Added `Developer's configuration' section.
13474
13475 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13476
13477 * Makefile.in: Add commented-out variable settings for developer's
13478 configuration.
13479
13480 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13481
13482 * make-dist: Distribute `src/bitmaps' too.
13483
13484 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
13485
13486 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
13487 make rs6000-ibm-aix default to -aix32.
13488
13489 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13490
13491 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
13492
13493 * Makefile.in (install.sysv): Add a second `$' in front of
13494 `${dest}', so that the shell will expand it, instead of Make.
13495
13496 * configure: When processing the name of the configure script,
13497 collapse `././' to `./', but leave a single `./' prefix alone.
13498
13499 * configure: Doc fix.
13500
13501 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13502
13503 * configure: Handle isc3.0 correctly.
13504
13505 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13506
13507 * make-dist: Don't try to copy the COPYING notice into
13508 external-lisp; we're not distributing that directory any more.
13509
13510 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13511
13512 * Makefile.in (install, install.aix, install.xenix, install.sysv):
13513 Remove CVS subdirectories from the installed directory trees, as
13514 well as RCS directories.
13515
13516 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13517
13518 * make-dist: Only copy gmalloc.c if we couldn't link it.
13519 Don't try to copy man/{README,Makefile} unless they actually exist.
13520
13521 * Makefile.in (lisppath): Don't include externallispdir in this.
13522 We're not sure whether we're even going to distribute the
13523 directory yet.
13524
13525 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13526
13527 * make-dist: Don't distribute the external-lisp directory anymore.
13528 * INSTALL: Remove all references to external-lisp.
13529
13530 * configure: Detect whether the compiler supports `const'
13531 properly, and edit src/config.h accordingly.
13532
13533 * configure: Tweak layout of final report.
13534
13535 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
13536 CFLAGS.
13537
13538 * Makefile.in (locallisppath): Make this default to
13539 ${datadir}/emacs/site-lisp, instead of
13540 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
13541 the same thing, and local-lisp causes completion conflicts with
13542 lock.
13543 (lisppath): Add ${externallispdir} to this.
13544 * INSTALL: Adjust installation directions.
13545
13546 * Makefile.in (externallispdir): New variable, to say where to
13547 install the externally-maintained lisp files.
13548 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
13549 the others.
13550 * INSTALL: Describe external-lisp and the new externallispdir
13551 variable.
13552
13553 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13554
13555 * configure (progname): New option `--with-gcc'. Make it clearer
13556 how we are trying to guess whether or not we have GCC.
13557 * INSTALL: Document the `--with-gcc' option, and improve
13558 description of `--with-x' options.
13559
13560 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13561
13562 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
13563 ${infodir} from these variables; we have written out explicit code
13564 to install the info files.
13565
13566 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
13567
13568 * make-dist: Don't distributed the RCS files in the etc directory.
13569
13570 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13571
13572 * Makefile.in: Some makes can't handle comments in the middle of
13573 commands; move them to before the whole rule.
13574
13575 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13576
13577 * README: Mention what Emacs is.
13578
13579 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13580
13581 * make-dist: Include `./lisp/calc-2.02' in the distribution.
13582 Add `./cpp' and `./man' back into the distribution.
13583
13584 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13585
13586 * Makefile.in: Define MAKE, and use where appropriate.
13587
13588 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13589
13590 * make-dist: Remember that the authoritative COPYING notice is
13591 `etc/COPYING', not `../etc/COPYING'.
13592
13593 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13594
13595 * make-dist: Make sure that the COPYING notices in each directory
13596 are copies, not symlinks.
13597
13598 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13599
13600 * INSTALL: The build process produces an executable called `emacs'
13601 now. Change references.
13602 * Makefile.in: Adjust `install.mumble' targets to install
13603 `src/emacs', not `src/xemacs'.
13604
13605 * configure: Start with a blank line; this keeps some old CSH's
13606 from thinking it's a CSH script. Most systems will just use
13607 /bin/sh to run it, which is what we're expecting; the only other
13608 shells which might try to interpret it themselves are probably
13609 Bourne-compatible.
13610
13611 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13612
13613 * INSTALL: Improvements suggested by David Mackenzie.
13614
13615 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13616
13617 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13618 Don't try to copy the info files if there aren't any; the
13619 unexpanded globbing pattern disappoints `install'. Ignore the
13620 return status of that command.
13621
13622 * INSTALL: Updated for new configuration arrangement.
13623
13624 * configure: Don't make the top-level Makefile read-only - people
13625 may want to edit the values of the path variables.
13626
13627 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13628 Install the info files in ${infodir}. Install the executable
13629 under both `emacs' and `emacs-VERSION'.
13630
13631 * Makefile.in: Doc fix.
13632
13633 * Makefile.in (exec_prefix): New variable, as per latest version
13634 of coding standards.
13635 (bindir, libdir): Use it, instead of `prefix'.
13636 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
13637
13638 * Makefile.in (mandir): Make the default value for this depend on
13639 $(prefix).
13640
13641 * Makefile.in (datadir, statedir, libdir): Make these all default
13642 to ${prefix}/lib.
13643 (lispdir, locallisppath, etcdir, lockdir, archlibdir):
13644 Adjust to compensate.
13645
13646 * Makefile.in (install, install.sysv, install.xenix, install.aix):
13647 Install the etags and ctags man pages too.
13648
13649 * Makefile.in (distclean): Don't delete backup files; that's the
13650 job of extraclean.
13651 (extraclean): Like distclean, but deletes backup and autosave files.
13652
13653 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13654
13655 Make path specification conform to GNU coding standards.
13656 * configure (long_usage): Remove all traces of old arguments from
13657 usage messages, and document the options we do accept in more
13658 detail: -with-x... and --srcdir.
13659 (options, boolean_opts): Delete; we don't have enough options to
13660 make this worthwhile.
13661 (prefix, bindir, lisppath, datadir, libdir, lockdir): Delete,
13662 along with the code which supported them; these should be set as
13663 arguments to the top-level make.
13664 (config_h_opts): Since this no longer doubles as a list of option
13665 names, make them upper case; this simplifies the code which uses
13666 them to build the sed command to edit src/config.h. Change the
13667 code which sets them.
13668 (cc, g, O): Don't allow the user to set these using options; they
13669 should be specified using `CC=' and `CFLAGS=' arguments to the
13670 top-level make. Just choose reasonable default values for them,
13671 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
13672 values.
13673 (gnu_malloc, rel_alloc): Don't allow the user to set these using
13674 options; use them whenever the configuration files say they're
13675 possible.
13676 Simplify the argument processing loop. Don't accept abbreviations
13677 for option names; these might conflict with other configuration
13678 options in the future.
13679 Add some support for the `--srcdir' option. Check for the sources
13680 in . and .. if `--srcdir' is omitted. If the directories we will
13681 compile in don't exist yet, create them under the current directory.
13682 Note that the rest of the build process doesn't really support
13683 this.
13684 Edit only the top Makefile. That should edit the others.
13685 Edit into the makefile: `version', from lisp/version.el, `configname'
13686 and `srcdir' from the configuration arguments, `CC' and
13687 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
13688 the user's path, and LOADLIBES as gleaned from the system
13689 description files.
13690 Simplify the report generated; it doesn't need to include any
13691 description of paths now.
13692 Make `config.status' exec configure instead of just calling it, so
13693 there's no harm in overwriting `config.status'.
13694 * Makefile.in (version, configname): New variables, used to choose
13695 the default values for datadir and libdir.
13696 Path variables rearranged into two clearer groups:
13697 - In the first group are the variables specified by the GNU coding
13698 standards (prefix, bindir, datadir, statedir, libdir, mandir,
13699 manext, infodir, and srcdir).
13700 - In the second are the variables actually used for Emacs's paths
13701 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
13702 archlibdir), which depend on the first category.
13703 datadir and libdir default to directories under
13704 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
13705 demand.
13706 etcdir and lispdir default to subdirectories of datadir.
13707 archlibdir defaults to libdir.
13708 The new installation tree is a bit deeper than it used to be, so
13709 use the new make-path program in lib-src to build them all.
13710 Always build a new src/paths.h.tmp and then move-if-change it to
13711 src/paths.h, to avoid unnecessary rebuilds while responding to the
13712 right changes.
13713 Remove all mention of arch-lib. Run utility commands from
13714 lib-src, and let the executables be copied into archlibdir when
13715 Emacs is installed.
13716 Add targets for src/Makefile, lib-src/Makefile, and
13717 oldXMenu/Makefile, editing the values of the path variables into
13718 them.
13719 Let lib-src do its own installation.
13720 (datadir): Default to putting data files under
13721 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
13722 (emacsdir): Variable deleted; it would only be confusing to use.
13723 (lispdir, etcdir): Default to ${datadir}/lisp.
13724 (mkdir): Use make-path for this.
13725 (lockdir): Do this in mkdir.
13726 (Makefile): New target.
13727
13728 * configure (usage_message): Rename to long_usage.
13729
13730 * make-dist: Don't bother creating an arch-lib directory; that's
13731 only for installation now.
13732
13733 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13734
13735 * configure: Use GCC-style configuration names, using config.sub.
13736 Change the usage and help messages.
13737
13738 * configure: Initialize window_system, not indow_system.
13739
13740 * configure: Report which window system, compiler, and signal
13741 handler return type we decide to use.
13742
13743 * make-dist: Explain what's going on if config.sub and gmalloc.c
13744 can't be linked. Place the code which copies them near the code
13745 which links the rest of the files around them.
13746
13747 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
13748
13749 * make-dist: Don't bother to distribute src/*.com, or
13750 src/vmsbuild; those have all been moved to `../vms'.
13751
13752 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13753
13754 * make-dist: Don't forget that the way to avoid filenames starting
13755 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
13756 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
13757 couldn't make hard links to, since we have two already, and
13758 perhaps more to come.
13759
13760 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13761
13762 * configure: When editing parameters into lib-src/Makefile, change
13763 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
13764 needs some other flags too.
13765
13766 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13767
13768 * configure: Remove spurious echo of the configuration name.
13769
13770 * make-dist: Don't distribute files in src/m and src/s whose names
13771 begin with `='.
13772
13773 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13774
13775 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
13776 Also LISP_FLOAT_TYPE.
13777
13778 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13779
13780 * make-dist: Copy config.sub, since it's a symbolic link to a file
13781 on another file system.
13782
13783 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13784
13785 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
13786 distribution.
13787
13788 * config.sub: New file, to help us recognize configuration names.
13789 * make-dist: Include it in the distribution.
13790
13791 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13792
13793 * configure: Convert `-' to `_' in specified option names.
13794 Accept options with --. Delete --highpri and --have-x-menu options.
13795 New options --with-x and --with-x10 replace -window-system.
13796 Don't mention options --gnu-malloc, --rel-alloc
13797 or --lisp-float-type in help message.
13798
13799 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13800
13801 * make-dist: Include the `vms' subdirectory in the distribution.
13802
13803 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13804
13805 * configure: Remove lines starting with "# DIST: " when building
13806 lib-src/Makefile and src/Makefile. This allows us to mark the
13807 "Makefile.in" files with explanatory comments which won't also get
13808 stuck in the Makefiles.
13809
13810 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13811
13812 * make-dist: Don't use the '+' operator in the sed regular
13813 expression that extracts the version number from lisp/version.el;
13814 Ultrix sed doesn't seem support the operator. Just double the
13815 operand and use *.
13816
13817 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13818
13819 * Makefile.in: Doc fix.
13820
13821 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
13822
13823 * configure: Rewrite sed command to remove at most one ./ prefix;
13824 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
13825 group.
13826
13827 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13828
13829 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
13830
13831 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13832
13833 * make-dist: Go ahead and build a new TAGS file, unless the
13834 --newer option was specified. Don't try to delete a TAGS file
13835 from etc; it's not kept there, and shouldn't be deleted anyway.
13836
13837 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13838
13839 * make-dist: If the lisp directory contains a default.el, don't
13840 distribute it.
13841
13842 * configure: When searching signal.h for the type of a signal
13843 return handler, make a copy of it, not a symbolic link to it; that
13844 way, it will work on systems that don't have symbolic links.
13845
13846 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
13847
13848 * make-dist: Taught it about vcdiff and rcs2log, added --newer
13849 option for generating incremental distributions. Stopped it from
13850 generating a TAGS file into the distribution; that sucker is
13851 *big*, and easily enough generated with the toplevel makefile.
13852
13853 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13854
13855 * configure: When writing config.status, don't prefix progname
13856 with a '.'; it might be absolute.
13857
13858 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13859
13860 * configure: Choose to use X11 if either /usr/lib/libX11.a or
13861 /usr/include/X11 exist, not only if both exist.
13862
13863 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13864
13865 * make-dist: Make the new external-lisp directory a duplicate of
13866 the external-lisp directory, not the lisp directory.
13867
13868 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13869
13870 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
13871 clean' in arch-lib; it doesn't even have a Makefile.
13872
13873 * Makefile.in (clean, mostlyclean): In the test which tries to
13874 distinguish between the build directory, which should be cleaned,
13875 and the installed directory, which shouldn't, cd to `${emacsdir}',
13876 not `${DESTDIR}${LIBDIR}'.
13877
13878 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13879
13880 * make-dist: Be sure to delete the .c and .h files that YACC and
13881 BISON create from getdate.y.
13882
13883 * external-lisp: New directory; see `external-lisp/README'.
13884 * make-dist: Added support for the external-lisp subdirectory.
13885
13886 * make-dist: Changed message which complains that make-dist wasn't
13887 invoked in the right directory to indicate which files it was
13888 looking for.
13889
13890 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13891
13892 * configure: Add comments explaining why we can't translate
13893 character ranges or control characters in `tr'.
13894
13895 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13896
13897 * configure: When generating the configuration message, we used to
13898 build the message from the start so that each line began with "# "
13899 so that it would be a comment in `config.status'. However, this
13900 causes trouble if any of the variables we use in the message
13901 expand to more than one line of text - as gnu_malloc_reason
13902 sometimes does. So instead, we build the message as it should be
13903 printed to the user (i.e. without the "# " prefixes), and stick on
13904 the "# "s when we write it to `config.status'.
13905
13906 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
13907 `lib-src' and `arch-lib'.
13908
13909 * configure: When generating report and `config.status' file, note
13910 that bindir only determines where `make install' and
13911 `build-install' will place the executables; this should make it
13912 clear that the ordinary build process will not try to install
13913 things.
13914
13915 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
13916
13917 * make-dist: Change messages to say that we are 'making links to
13918 X', rather than 'copying X'. And put `' quotes around file names.
13919
13920 * make-dist: Include '.tmp' in the name of the staging directory.
13921
13922 * make-dist: Pass the `-f' option to rm when you're not sure that
13923 the files you're removing actually exist.
13924
13925 * make-dist: When setting up etc/COPYING, always nuke whatever is
13926 there, and then copy it in, to make sure we get a real file.
13927
13928 * make-dist: Don't try to distribute *.defns files any more.
13929 The only such file was for simula.el, which has been superseded by a
13930 version which doesn't have a separate .defns file.
13931
13932 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
13933
13934 * make-dist: Don't distribute configured versions of config.h.in,
13935 paths.h.in, Makefile.in in src.
13936
13937 * configure: Delete .tmp files before creating them; don't bother
13938 trying to make final targets writable first, since it won't
13939 matter to move-if-change.
13940
13941 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13942
13943 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
13944 mkdir and chmod in the center of all the conditionals. GNU Make
13945 will strip these out, but other makes won't.
13946
13947 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13948
13949 * make-dist: Include move-if-change in list of files to distribute.
13950
13951 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13952
13953 * configure: Remove any "." elements from the program name.
13954
13955 * configure: Don't record the values of all the possible arguments
13956 in config.status; only record the options that the user specified.
13957
13958 * configure: Use move-if-change to move in the new src/config.h.
13959
13960 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
13961
13962 * move-if-change: New file, copied from gcc release.
13963 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
13964 a temp file, so we don't update paths.h if an error occurs or if
13965 it doesn't need changing.
13966
13967 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13968
13969 * Makefile.in (src/paths.h): Do not install a value for the
13970 PATH_SUPERLOCK value; that macro doesn't exist anymore.
13971 * build-install.in: Same thing.
13972
13973 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13974
13975 * make-dist: Check the flag called "make_tar", not "make_dir"; the
13976 latter, being a typo, is always false, resulting in a program
13977 whose default behavior is to painstakingly build a copy of the
13978 source tree, and then delete it. Rah.
13979
13980 * Makefile.in: Add dist target, and comment for it.
13981
13982 * configure: When scanning <signal.h> for a declaration for
13983 signal, create a symbolic link with a name ending in .c, so the
13984 compiler won't complain that it's only been given .h files.
13985
13986 * configure: Check whether there are any arguments available
13987 before shifting to get the value of a non-boolean parameter.
13988
13989 * make-dist: Doc fix.
13990
13991 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
13992
13993 * configure: Instead of grepping /usr/include/signal.h for a
13994 signal declaration, run /usr/include/signal.h or
13995 /usr/include/sys/signal.h through cpp and grep for the
13996 declaration.
13997
13998 * configure: Redirect the output of grep to /dev/null instead of
13999 using grep -s - that flag means different things on other systems.
14000
14001 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
14002 since the former is recognizable even if you don't know what
14003 'dumping' is.
14004 * configure: Accommodate that change.
14005
14006 * configure: Accept options for all of the directories you can
14007 change in the Makefile.
14008
14009 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
14010
14011 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
14012 FOO before you can use them.
14013
14014 * build-install.in: Made the "Where To Install Things" section
14015 conform with the similar section from Makefile.in. Copied section
14016 which builds src/paths.h from src/paths.h.in from the Makefile.
14017
14018 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14019
14020 * configure: Write config.status to pass its command-line
14021 arguments on to configure, so that people can use it to recreate
14022 an old configuration, with minor changes.
14023
14024 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14025
14026 * configure: Don't rely on option variables being unset if their
14027 values are the empty string. In particular, when producing the
14028 English report, don't assume that highpri will be unset when no
14029 increased priority has been requested; -highpri='' should be the
14030 same as omitting -highpri altogether.
14031
14032 * configure: Fix dumb bug: when running the system and machine
14033 description files through cpp, mark those lines that we want to
14034 evaluate with the string '@configure@', and then only evaluate
14035 them. This way if the files include anything that actually
14036 generates text (type definitions or external declarations, say),
14037 we won't try to eval it.
14038
14039 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14040
14041 * make-dist: New shell script.
14042
14043 * configure: When creating foo from foo.in, make foo read-only to
14044 remind people to edit the .in file instead.
14045
14046 * INSTALL: Changed references to config.h-dist to config.h.in.
14047 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
14048 to build src/paths.h from src/paths.h.in; added a paragraph to do
14049 this.
14050 * configure, Makefile, build-install: Changed filenames like
14051 FOO-dist to FOO.in.
14052
14053 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14054
14055 * Makefile, build-install: Renamed to Makefile.in and
14056 build-install.in; the configure script will edit these to produce
14057 the usable Makefile and build-install.
14058 * configure: Changed to produce ./Makefile, ./build-install,
14059 lib-src/Makefile, and src/Makefile from their *.in counterparts,
14060 instead of editing them in place.
14061
14062 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14063
14064 * Makefile: Re-arranged so that the undumped Emacs will search
14065 ../lisp *after* the site's local elisp files.
14066 (locallisppath, dumplisppath): New variables.
14067 (lisppath): This variable's default value is now chosen based on
14068 $(locallisppath) and $(lispdir); while it used to be the
14069 customization point for adding site-local elisp directories to
14070 load-path, that job is now handled mostly by locallisppath.
14071 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
14072 Check the values being assigned to the *LOADSEARCH macros for null
14073 path elements (like '::' in 'foo::bar').
14074
14075 * configure: When checking if the machine- and system-dependent
14076 files define a particular macro or not, actually run them through
14077 CPP and test the macros with #ifs, instead of just grepping for
14078 the macros' names. In particular, check for SYSTEM_MALLOC in this
14079 way.
14080
14081 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14082
14083 * Makefile (install): Don't use -s in install. (Keep the symbols.)
14084
14085 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14086
14087 * configure: Make the config.status file an executable shell
14088 script which will recreate the same configuration. Include the
14089 verbal description of the current configuration as a comment in
14090 the script.
14091 * INSTALL: Doc fix.
14092
14093 * Makefile: Brought the Makefile up to the GNU coding
14094 standards, as described in standards.text:
14095 (TAGS): New name for the target which rebuilds the tags table.
14096 (check): New target; doesn't do anything yet.
14097 (mostlyclean): New target, synonymous with clean.
14098 (realclean): New target. Currently, this just calls the
14099 subdirectories's makefiles and then deletes config.status.
14100 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA):
14101 New variables.
14102 Installation directory variables changed to conform.
14103 (install, install.sysv, install.xenix, install.aix): Change the
14104 code which copies the directories into their installed location to
14105 allow the installed locations to be in several different
14106 directories; the old version assumed that they would all be in
14107 $(emacsdir).
14108 (mkdir, lockdir): Allow the installed locations to be in several
14109 different directories.
14110 * INSTALL: Doc fix.
14111
14112 * build-install: Use the same variable names as the Makefile.
14113 Allow the installed locations to be in several different
14114 directories.
14115
14116 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14117
14118 * Makefile (src/paths.h): Instead of using a single sed command to
14119 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
14120 separately, and don't forget to append "/!!!SuperLock!!!" to the
14121 value of the PATH_SUPERLOCK macro.
14122
14123 * config.emacs: Renamed to configure, for consistency with other
14124 GNU products. Internal references changed.
14125 INSTALL, Makefile: References changed.
14126
14127 * lock: New directory, which should always be empty. If this
14128 directory doesn't exist, Emacs won't complain; it just won't lock.
14129 Having this here means that people can just unpack Emacs, build
14130 it, and have locking work.
14131
14132 * share-lib: Re-renamed to etc, for the sake of tradition.
14133 * config.emacs: Changed default value for datadir to ../etc.
14134 * INSTALL, README: Adjusted.
14135
14136 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14137
14138 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
14139 by running CPP on the appropriate s/*.h and m/*.h files.
14140
14141 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14142
14143 * config.emacs: Make sure to set the "exit on error" flag once
14144 we've removed config.status; errors should abort the configuration.
14145
14146 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14147
14148 * config.emacs: Added -distribute option, so that the Makefile
14149 paths are in their proper form. I don't know why this matters.
14150
14151 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14152
14153 * local-lisp: New directory, empty in the distribution, for people
14154 to put local elisp code in.
14155 * config.emacs: Include it in the default load path.
14156 * README: Document it.
14157
14158 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14159
14160 * config.emacs: Guess the type of signal handling functions based
14161 on the contents of /usr/include/signal.h.
14162
14163 * config.emacs: Print out progress report messages.
14164
14165 * Makefile (src/paths.h): Don't generically replace
14166 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
14167 editing of the other entries, and each entry should be dealt with
14168 explicitly anyway.
14169
14170 * build-install: Converted from C-shell to Bourne shell.
14171 * config.emacs: Edit build-install properly.
14172
14173 * config.emacs: Doc fix.
14174
14175 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14176
14177 * Makefile (install): Remove `B' from tar xf command.
14178
14179 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
14180
14181 * config.emacs: Removed support for the `maintain-environment'
14182 option; the only important difference between this and its absence
14183 has been removed.
14184 * INSTALL: Removed mention of `maintain-environment'.
14185
14186 * config.emacs: Fix arguments to sed when processing boolean
14187 arguments.
14188
14189 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14190
14191 * config.emacs: New file, to help automate the installation
14192 process.
14193
14194 * Makefile: Lots of changes to support the separation of etc into
14195 architecture-dependent and -independent files:
14196 (EMACSROOT): New variable, giving the directory under which all of
14197 Emacs's libraries should be installed. Changed rest of file to
14198 use it.
14199 (LIBDIR): Now denotes only architecture-dependent dir.
14200 (DATADIR): New variable, denoting architecture-independent dir.
14201 (LOCKDIR): New variable, for completeness.
14202 (SUBDIR): No more etc, new lib-src.
14203 (COPYDIR): No more etc, new arch-lib and share-lib.
14204 (src/paths.h): Set PATH_DATA and the LOCK macros too.
14205 (src): Now depends on lib-src, not etc.
14206 * build-install: Changes parallel to the above.
14207 * README: Describe the new arrangement.
14208
14209 * vms: New subdirectory for all the VMS stuff.
14210
14211 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
14212
14213 * Makefile (LISPPATH): New variable.
14214 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
14215
14216 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
14217
14218 * Makefile (install, install.sysv, install.xenix):
14219 Install wakeup instead of loadst. No need for setuid or setgid.
14220
14221 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14222
14223 * Makefile (clean): Clean etc if that's not the installation dir.
14224
14225 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14226
14227 * Makefile (paths.h): Make sed alter each name in the path.
14228
14229 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14230
14231 * Makefile (install.sysv): Use cpio, not tar.
14232
14233 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
14234
14235 * Makefile (lockdir): Rename `lock' target.
14236 Depend on it from install*, not from `all'.
14237
14238 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
14239
14240 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
14241 to match build-install and paths.h.
14242
14243 ;; Local Variables:
14244 ;; coding: utf-8
14245 ;; End:
14246
14247 Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
14248
14249 This file is part of GNU Emacs.
14250
14251 GNU Emacs is free software: you can redistribute it and/or modify
14252 it under the terms of the GNU General Public License as published by
14253 the Free Software Foundation, either version 3 of the License, or
14254 (at your option) any later version.
14255
14256 GNU Emacs is distributed in the hope that it will be useful,
14257 but WITHOUT ANY WARRANTY; without even the implied warranty of
14258 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14259 GNU General Public License for more details.
14260
14261 You should have received a copy of the GNU General Public License
14262 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.